When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
Options
A. True
B. False
Correct Answer
True
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.