Multiple choice technology databases

Which type of key is defined on the child table to implement a referential constraint?

  1. Primary key

  2. Unique key

  3. Foreign key

  4. Composite key

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To implement a referential integrity constraint between two tables, a foreign key is defined on the child table, pointing to the primary key or unique key of the parent table.