Logical Database Design - Study Mode
[#11] A relation has which of the following properties?
Correct Answer
(C) Each relation has a unique name.
[#12] When mapping a ternary relationship with an associative entity into a relation which of the following is true?
Correct Answer
(D) Four relations are created.
[#13] When mapping a regular entity into a relation which of the following is true?
Correct Answer
(A) One relation is created.
[#14] When mapping a supertype/subtype relationship which of the following is true?
Correct Answer
(A) The supertype primary key is assigned to each subtype.
[#15] Relations are:
Correct Answer
(A) two-dimensional tables.