In a 1:M relationship, the primary key on the one side migrates to the many side to become the foreign key on the many side. False True TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a many-to-many unary relationship into a relation which of the following is true? Three relations are created. One relation is created. Two relations are created. Four relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
The primary key of the new relation in a many-to-many relationship is a composite key comprised of the primary keys of each of the binary entities. False True TRUE ANSWER : ? YOUR ANSWER : ?
If a relation is in third normal form, it does not need to be in second normal form. False True TRUE ANSWER : ? YOUR ANSWER : ?
A composite attribute does not get mapped into a relation. False True TRUE ANSWER : ? YOUR ANSWER : ?
The relational model consists of: data in the form of tables. unorganized data. operations using non-SQL languages. data redundancy. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key may be null and still adhere to the referential integrity constraint. True False TRUE ANSWER : ? YOUR ANSWER : ?