Multiple choice technology databases Referential constraint is Designates the values that columns of a table can contain The limiting of a set of foreign key values to a set of primary key values The limiting of a set of Primary key values to a set of foreign key values None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation A referential constraint (foreign key constraint) ensures database integrity by restricting the values in a foreign key column to only those values that already exist in the referenced primary key column.