Database Administrator (DBA) Question:

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

Database Administrator (DBA) Interview Question
Database Administrator (DBA) Interview Question

Answer:

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.


Previous QuestionNext Question
Do View contain Data?What are the type of Synonyms?