When mapping a supertype/subtype relationship which of the following is true? 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. There is no link between the supertype/subtype entities. 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 : ?
The entity integrity rule states that: no primary key can be composite. no primary key attribute may be null. no primary key may be equal to a value in a foreign key. no primary key may be unique. TRUE ANSWER : ? YOUR ANSWER : ?
Relations are: three-dimensional tables. five-dimensional tables. four-dimensional tables. two-dimensional tables. 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. Two relations are created. Three relations are created. Four relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key is which of the following? An attribute that serves as the primary key of another relation An attribute that serves no purpose The same thing as a primary key Any attribute 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. False True TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a multivalued attribute into a relation which of the following is true? Four relations are created. Three relations are created. One relation is created. Two relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
If no multivalued attributes exist in a relation, then the relation is in what normal form? First normal form Third normal form Fourth normal form Second normal form TRUE ANSWER : ? YOUR ANSWER : ?