Introduction to Database System In SQL, which command is used to changes data in a table? UPDATE BROWSE INSERT APPEND UPDATE BROWSE INSERT APPEND ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System What is the language used by most of the DBMSs for helping their users to access data? High level language SQL Query language 4GL High level language SQL Query language 4GL ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, the CREATE VIEW command is used to recompile a table to create a trigger to define a view of one or more tables or views to recompile view to recompile a table to create a trigger to define a view of one or more tables or views to recompile view ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In an Enterprise-class database system, business users interact directly with database applications that interact with the DBMS, which directly accesses the database data. True False True False ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? None of these SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK SELECT ALL FROM BOOK All of these None of these SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK SELECT ALL FROM BOOK All of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A relation is in 5NF when multivalued dependencies are isolated in their own relation. True False True False ANSWER DOWNLOAD EXAMIANS APP