Introduction to Database System To have a file hold a list, it is necessary to All of the listed here decide which fields will be used as sort or index keys identify the records in the list identify the name, width and type of the fields of each record. All of the listed here decide which fields will be used as sort or index keys identify the records in the list identify the name, width and type of the fields of each record. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to remove a table from the database in SQL? ERASE TABLE DROP TABLE DELETE TABLE UNATTACH TABLE ERASE TABLE DROP TABLE DELETE TABLE UNATTACH TABLE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Data encryption techniques are particularly useful for protecting data in data communication systems reducing storage space requirements improving data integrity None of these All of these protecting data in data communication systems reducing storage space requirements improving data integrity None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to enable/disable all triggers on a table? All of the listed here ALTER TRIGGERS MODIFY TRIGGERS IN TABLE ALTER TABLE All of the listed here ALTER TRIGGERS MODIFY TRIGGERS IN TABLE ALTER TABLE 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
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (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 SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP