Interview Questions

What are the Referential actions supported by FOREIGN KEY integrity constraint?

DATABASE Administrator (DBA) Interview Questions and Answers


(Continued from previous question...)

9. What are the Referential actions supported by FOREIGN KEY integrity constraint?

UPDATE and DELETE Restrict - A referential integrity rule that disallows the update or deletion of referenced data. DELETE Cascade - When a referenced row is deleted all associated dependent rows are deleted.

(Continued on next question...)

Other Interview Questions