0 votes
in Sql by
What is SQL Referential Integrity?

1 Answer

0 votes
by

Set of rules that restrict the values of one or more columns of the tables based on the values of the primary key or unique key of the referenced table.

...