Concepts and Architecture Question:
What is self-referential integrity constraint in Oracle?
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 Question | Next Question |
What is an Index in Oracle? | Explain the different type of Integrity Constraints supported by ORACLE? |