A relation has which of the following properties? Each relation has a unique name. Each row is not unique. Attributes can have the same name within a given table. The order of the columns is significant. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a regular entity into a relation which of the following is true? Four relations are created. Two relations are created. One relation is created. Three relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
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. 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 : ?
When mapping a supertype/subtype relationship which of the following is true? 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. The supertype primary key is assigned to each subtype. TRUE ANSWER : ? YOUR ANSWER : ?
A composite attribute does not get mapped into a relation. True False 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? Fourth normal form First normal form Third normal form Second normal form TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a ternary relationship with an associative entity into a relation which of the following is true? One relation is created. Three relations are created. Two relations are created. Four relations are created. TRUE ANSWER : ? YOUR ANSWER : ?