IFC05 SDM05A-40

Describe referential integrity in the context of databases.

Referential integrity refers to maintaining consistency between pairs of tables, ensuring that a foreign key in one table matches a primary key in another table. It prevents the deletion of records from the primary table if matching records still exist in the foreign table.