SQL Flashcards
1
Q
What is referential integrity?
A
Referential integrity requires that, whenever a foreign key value is used it must be referenced a valid existing primary key in the parent table
2
Q
What is Entity integrity?
A
Entity integrity ensures that there are no duplicate records within the table and that the field that identifies each record within the table is unique and never null