Concepts and Architecture Question:

What is self-referential integrity constraint in Oracle?

Oracle Architecture and Concepts Interview Question
Oracle Architecture and Concepts Interview Question

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.


Previous QuestionNext Question
What is an Index in Oracle?Explain the different type of Integrity Constraints supported by ORACLE?