Multiple choice Referential integrity stipulates Every table must have a primary key Foreign keys must always reference a valid unique key Joins should only be used with foreign and primary keys Columns should be atomic Reveal answer Fill a bubble to check yourself B Correct answer Explanation Referential integrity ensures that relationships between tables remain consistent. It requires that any foreign key field in a table must point to a valid, existing primary key or unique key in the referenced table, preventing orphaned records.