Computer Science for IGCSE & O level - Databases (Section 2 - No. 46)

In a relational database, what does referential integrity ensure?
That tables are properly indexed.
That all primary keys are unique.
That relationships between tables are maintained.
That data is stored efficiently.

Explanation

Referential integrity ensures that relationships between tables are valid, typically enforced through foreign key constraints.

Comments (0)

Advertisement