Q5Database Management System
Question
2 marks
Define Referential Integrity.
Answer
Consistency of relationships between tables.
Referential integrity is a database concept that ensures relationships between tables remain consistent. It requires that every value of a foreign key must exist as a primary key in the referenced table or be NULL.