A-Level Computing OCR > Referential Integrity > Flashcards
What is data integrity?
The maintenance and consistency of data in a data store. The data store must reflect the reality that it represents.
How does referential integrity work?
The DBMS would enforce referential integrity by applying a cascade delete restraint on the primary key relationship.