Multiple Choice
Which of the following is not true about N:M recursive relationships?
A) Both foreign keys in the intersection table refer to the same table.
B) Since it is a recursive relationship,an intersection table is not needed.
C) The foreign keys in the intersection table can't refer to the same attribute in the parent table.
D) Both B and C are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q64: When the parent entity has a surrogate
Q65: In representing a 1:N relationship in a
Q66: The first step in the database design
Q67: Which of the following is not true
Q68: When transforming supertype/subtype entities into a relational
Q70: Many-to-many relationships are represented by _.<br>A)two tables
Q71: What are the four sets of minimum
Q72: Which of the following is not a
Q73: A foreign key is a key that
Q74: Like all ID-dependent relationships,the parents of an