Introduction to Database System In a relation, the order of the columns does not matter. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? All of these None of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK All of these None of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to enable/disable all triggers on a table? MODIFY TRIGGERS IN TABLE ALTER TABLE All of the listed here ALTER TRIGGERS MODIFY TRIGGERS IN TABLE ALTER TABLE All of the listed here ALTER TRIGGERS ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is true of a network structure? It is conceptually simple It allows a many-to-many relationship It will be the dominant data base of the future It is a physical representation of the data It is conceptually simple It allows a many-to-many relationship It will be the dominant data base of the future It is a physical representation of the data ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A _____ database does not use pointers or physical links, but instead finds related records by examining the contents of fields. Object-Oriented Hierarchical None of these Network Relational Object-Oriented Hierarchical None of these Network Relational ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, GRANT command is used to allow user to create databases None of the listed here grant system privileges, roles, and object privileges to uses and roles allow user to access databases allow user to create databases None of the listed here grant system privileges, roles, and object privileges to uses and roles allow user to access databases ANSWER DOWNLOAD EXAMIANS APP