Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK All of these None of these SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK All of these None of these SELECT ALL FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The DBMS that is most difficult to use is ________ . Microsoft's Access Microsoft's SQL Server IBM's DB2 Oracle Corporation's Oracle Microsoft's Access Microsoft's SQL Server IBM's DB2 Oracle Corporation's Oracle 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 An indexing operation sorts file using two keys establishes an index for a file None of the listed here sorts a file using a single key sorts file using two keys establishes an index for a file None of the listed here sorts a file using a single key ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A form defines none of the listed here where data is placed on the screen the width of each field both of the listed here none of the listed here where data is placed on the screen the width of each field both of the listed here ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command is used to changes data in a table? BROWSE UPDATE INSERT APPEND BROWSE UPDATE INSERT APPEND ANSWER DOWNLOAD EXAMIANS APP