Logical Database Design - Study Mode
[#1] The entity integrity rule states that:
Correct Answer
(A) no primary key attribute may be null.
[#2] When mapping a many-to-many unary relationship into a relation which of the following is true?
Correct Answer
(B) Two relations are created.
[#3] If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?
Correct Answer
(B) Second normal form
[#4] A foreign key is which of the following?
Correct Answer
(C) An attribute that serves as the primary key of another relation
[#5] A transitive dependency is which of the following?
Correct Answer
(B) A functional dependency between two or more nonkey attributes.