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
Quick AnswerThe correct answer is Foreign Key because it directly addresses the core logic of Database Management.
Foreign Keys enforce referential integrity between tables.