Question: What is ON DELETE CASCADE?Answer: When ON DELETE CASCADE is specified Oracle maintains referential integrity by automatically removing dependent foreign key values if a referenced primary or unique key value is removed. |
Is it helpful?
Yes
No
Most helpful rated by users: