DEVFYI - Developer Resource - FYI

What is ON DELETE CASCADE?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What is ON DELETE CASCADE?

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.

(Continued on next question...)

Other Interview Questions