Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT SUB FROM BOOK SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK None of these All of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK None of these All of these 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 When the values in one or more attributes being used as a foreign key must exist in another set of one or more attributes in another table, we have created a(n): normal form. transitive dependency. referential integrity constraint. insertion anomaly. normal form. transitive dependency. referential integrity constraint. insertion anomaly. 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 One-to-One Relationship Composite Relationship Many-to-Many Relationship One-to-Many Relationship One-to-One Relationship Composite Relationship Many-to-Many Relationship ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System If you want your database to include methods, you should use a _____ database. Distributed Hierarchical Object-Oriented Network Distributed Hierarchical Object-Oriented Network ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An entity is something that can be identified in the user's work environment; something that the users want to track. True False True False ANSWER DOWNLOAD EXAMIANS APP