In a 1:1 relationship, the foreign key is placed in:
Options
A. either table without specifying parent and child tables.
B. the parent table.
C. the child table.
D. either the parent table or the child table.
Correct Answer
either table without specifying parent and child tables.
More questions
1. If a relationship has a cascade updates constraint, then if ________ in the parent table is changed, then the same change will automatically be made to any corresponding foreign key value.