Multiple choice technology databases Which type of key is defined on the child table to implement a referential constraint? Primary key Unique key Foreign key 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.