Concepts and Architecture Question:

What is self-referential integrity constraint in Oracle?

Tweet Share WhatsApp

Answer:

Self referential integrity constraint refers to two columns related by referential integrity which belong to the same table.For example ManagerId column in employees table is a foreign key which refers to EmployeeId in the same table.

Download Oracle Architecture and Concepts PDF Read All 82 Oracle Architecture and Concepts Questions
Previous QuestionNext Question
What is an Index in Oracle?Explain the different type of Integrity Constraints supported by ORACLE?