Database Normalisation Questions
The purpose of referential integrity in database normalization is to ensure that relationships between tables are maintained and that data integrity is preserved. It ensures that any foreign key values in a table must match a primary key value in another table, preventing inconsistencies and ensuring data consistency and accuracy.