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 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 None of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An Enterprise Resource Planning application is an example of a(n) ________ . e-commerce database application data mining database application multiuser database application single-user database application e-commerce database application data mining database application multiuser database application single-user database application ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The master list of an indexed file is sorted in ascending order None of these contains only a list of keys and record numbers both (b) and (c) has a number assigned to each record is sorted in ascending order None of these contains only a list of keys and record numbers both (b) and (c) has a number assigned to each record ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to redefine an index's future storage allocation MODIFY INDEX ALTER INDEX REDEFINE INDEX None of these DO INDEX MODIFY INDEX ALTER INDEX REDEFINE INDEX None of these DO INDEX ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The DBMS that is most difficult to use is ________ . Microsoft's Access Microsoft's SQL Server Oracle Corporation's Oracle IBM's DB2 Microsoft's Access Microsoft's SQL Server Oracle Corporation's Oracle IBM's DB2 ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A relation has cells that hold multi-value entries. False True False True ANSWER DOWNLOAD EXAMIANS APP