1.

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.

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.



Discussion

No Comment Found