The primary key in a relation does not need to be underlined. False True TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A functional dependency between two or more key attributes. A relation that is in second normal form. A relation that is in first normal form. A functional dependency between two or more nonkey attributes. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a many-to-many unary relationship into a relation which of the following is true? Two relations are created. Four relations are created. One relation is created. Three relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
A composite attribute does not get mapped into a relation. True False TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a multivalued attribute 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 : ?
A primary key is which of the following? A derived attribute An attribute that uniquely identifies each row Any attribute An attribute that uniquely identifies each column TRUE ANSWER : ? YOUR ANSWER : ?
If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form? Second normal form Fourth normal form Third normal form First normal form 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. There is no link between the supertype/subtype entities. The subtype primary key is assigned to each supertype. There is no primary key/foreign key relationship between a supertype/subtype. TRUE ANSWER : ? YOUR ANSWER : ?