Introduction to Database System In which of the following is a single-entity instance of one type related to many entity instances of another type? Many-to-Many Relationship One-to-Many Relationship One-to-One Relationship Composite Relationship Many-to-Many Relationship One-to-Many Relationship One-to-One Relationship Composite Relationship 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 MODIFY TRIGGERS IN TABLE ALTER TRIGGERS ALTER TABLE All of the listed here MODIFY TRIGGERS IN TABLE ALTER TRIGGERS ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A good query system both (a) and (b) allows non-programmers to access information stored in a database can be accessed only by data processing professionals can accept English language commands None of these both (a) and (b) allows non-programmers to access information stored in a database can be accessed only by data processing professionals can accept English language commands None of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (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 SELECT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Prior to 1970, all data was stored in separate files, which were mostly stored on reels of magnetic tape. True False True False ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The only reason for the existence of relations is to store instances of functional dependencies. True False True False ANSWER DOWNLOAD EXAMIANS APP