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 : ?
When mapping a supertype/subtype relationship which of the following is true? There is no link between the supertype/subtype entities. There is no primary key/foreign key relationship between a supertype/subtype. The subtype primary key is assigned to each supertype. The supertype primary key is assigned to each subtype. TRUE ANSWER : ? YOUR ANSWER : ?
Relations are: four-dimensional tables. two-dimensional tables. five-dimensional tables. three-dimensional tables. TRUE ANSWER : ? YOUR ANSWER : ?
An enterprise key is a primary key whose value is unique for a given relation. True False TRUE ANSWER : ? YOUR ANSWER : ?
If a relation is in third normal form, it does not need to be in second normal form. True False TRUE ANSWER : ? YOUR ANSWER : ?
A primary key is which of the following? An attribute that uniquely identifies each row A derived attribute Any attribute An attribute that uniquely identifies each column TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A relation that is in second normal form. A functional dependency between two or more key attributes. A relation that is in first normal form. A functional dependency between two or more nonkey attributes. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key may be null and still adhere to the referential integrity constraint. True False TRUE ANSWER : ? YOUR ANSWER : ?