Introduction to Database System Any table that meets the definition of a relation is said to be in first normal form. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A database has data and relationships. 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)? SELECT DISTINCT SUB FROM BOOK All of these SELECT ALL FROM BOOK None of these SELECT SUB FROM BOOK SELECT DISTINCT SUB FROM BOOK All of these SELECT ALL FROM BOOK None of these SELECT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System One data dictionary software package is called DB/DC dictionary ACCESS None of these TOTAL any of the above DB/DC dictionary ACCESS None of these TOTAL any of the above ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following command(s) is(are) used to recompile a stored procedure in SQL? None of the listed here ALTER PROCEDURE COMPILE PROCEDURE MODIFY PROCEDURE None of the listed here ALTER PROCEDURE COMPILE PROCEDURE MODIFY PROCEDURE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A list consists of last names, first names, addresses, and pin codes if all people in the list have the same last and the same pin code, a useful key would be the pin code None of these the last name a compound key consisting of the first name and the last name All of these the pin code None of these the last name a compound key consisting of the first name and the last name All of these ANSWER DOWNLOAD EXAMIANS APP