In a relational database a referential integrity constraint can be done using
Answer options
A
Foreign Key
B
Primary Key
C
CHECK constraint
D
UNIQUE constraint
Correct answer: Foreign Key
Explanation
Foreign Keys enforce referential integrity between tables.