Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK None of these All of these SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, the CREATE TABLESPACE is used All of these to add/rename data files, to change storage to create a place in the database for storage of scheme objects, rollback segments, and naming the data files to comprise the tablespace None of these to create a database trigger All of these to add/rename data files, to change storage to create a place in the database for storage of scheme objects, rollback segments, and naming the data files to comprise the tablespace None of these to create a database trigger ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is true of a network structure? It is a physical representation of the data It will be the dominant data base of the future It is conceptually simple It allows a many-to-many relationship It is a physical representation of the data It will be the dominant data base of the future It is conceptually simple It allows a many-to-many relationship ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Row is synonymous with the term: record. field. relation. column. record. field. relation. column. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System SQL stands for ________ . Structured Question Language Sequential Query Language Sequential Question Language Structured Query Language Structured Question Language Sequential Query Language Sequential Question Language Structured Query Language ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An identifier typically uses more than one attribute. False True False True ANSWER DOWNLOAD EXAMIANS APP