Introduction to Database System In a one-to-many relationship, the entity that is on the many side of the relationship is called a(n) ________ entity. subtype instance child parent subtype instance child parent 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 DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK SELECT ALL FROM BOOK None of these All of these SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK SELECT ALL FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An ID-dependent entity is an entity whose identifier is a composite identifier where no portion of the composite identifier is an identifier of another entity. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In which of the following is a single-entity instance of one type of related to a single-entity instance of another type? One-to-Many Relationship Composite Relationship Many-to-Many Relationship One-to-One Relationship One-to-Many Relationship Composite Relationship Many-to-Many Relationship One-to-One 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? ALTER TABLE MODIFY TRIGGERS IN TABLE ALTER TRIGGERS All of the listed here ALTER TABLE MODIFY TRIGGERS IN TABLE ALTER TRIGGERS All of the listed here ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A subtype entity is a special case of another entity called a supertype entity. False True False True ANSWER DOWNLOAD EXAMIANS APP