Quiz: Bidirectional Associations
Take a quiz on bidirectional associations.
We'll cover the following...
1
Consider the following table pairs which represent the populations of the classes A
and B
. The columns A::id
and B::id
are primary keys and A::b_id
and B::a_id
are foreign keys that reference B
and A
respectively.
(Select all that apply.) In which of the following cases does the property pair A::b_id
and B::a_id
implement a bidirectional association?
A)

B)

C)

D)

Question 1 of 40 attempted