Introduction to Database System Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier? Weak entity Strong entity ID-dependent entity ID- independent entity Weak entity Strong entity ID-dependent entity ID- independent entity ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is not an advantage of the data-base approach? ability to associate related data All of these program/data independence increased security elimination of the data redundancy ability to associate related data All of these program/data independence increased security elimination of the data redundancy ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System If you want your database to include methods, you should use a _____ database. Object-Oriented Distributed Hierarchical Network Object-Oriented Distributed Hierarchical Network ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The PROJECT command will create new table that has none of the listed here more rows than the original table both of the listed here more fields than the original table none of the listed here more rows than the original table both of the listed here more fields than the original table ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A _____ means that one record in a particular record type may be related to more than one record of another record type. One-to-one relationship Many-to many relationship Many-to-one relationship One-to-many relationship One-to-one relationship Many-to many relationship Many-to-one relationship One-to-many relationship 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 None of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK All of these None of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK ANSWER DOWNLOAD EXAMIANS APP