What is the purpose of referential integrity in database normalization?

Database Normalisation Questions



66 Short 80 Medium 49 Long Answer Questions Question Index

What is the purpose of referential integrity in database normalization?

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.