Question: After enforcing foreign key constraint using on delete cascade rule, is it possible to delete a record in the child relation whose foreign key value
After enforcing foreign key constraint using on delete cascade rule, is it possible to delete a record in the child relation whose foreign key value is NOT NULL before deleting the corresponding primary key record in the parent relation? please explain in detail.
Step by Step Solution
There are 3 Steps involved in it
Enforcing a foreign key constraint with the ON DELETE CASCADE rule means that when a record in the p... View full answer
Get step-by-step solutions from verified subject matter experts
