A foreign key may be null and still adhere to the referential integrity constraint. True False TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a ternary relationship with an associative entity into a relation which of the following is true? Two relations are created. One relation is created. Four relations are created. Three relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a supertype/subtype relationship which of the following is true? The supertype primary key is assigned to each subtype. The subtype primary key is assigned to each supertype. There is no link between the supertype/subtype entities. There is no primary key/foreign key relationship between a supertype/subtype. TRUE ANSWER : ? YOUR ANSWER : ?
A primary key is which of the following? Any attribute An attribute that uniquely identifies each row A derived attribute An attribute that uniquely identifies each column TRUE ANSWER : ? YOUR ANSWER : ?
A relation has which of the following properties? Each row is not unique. The order of the columns is significant. Each relation has a unique name. Attributes can have the same name within a given table. TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A functional dependency between two or more nonkey attributes. A relation that is in first normal form. A relation that is in second normal form. A functional dependency between two or more key attributes. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a binary many-to-many relationship into a relation which of the following is true? One relation is created. Two relations are created. Four relations are created. Three relations are created. TRUE ANSWER : ? YOUR ANSWER : ?