DEVFYI - Developer Resource - FYI

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

ORACLE Interview Questions and Answers (Part 1)


(Continued from previous question...)

19. 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