209k views
1 vote
What is referential integrity

User Transhuman
by
3.8k points

1 Answer

7 votes

The association between tables is referred to as referential integrity. A primary key is required for each table in a database and can appear in other tables as a result of its connection to the data in those other tables. Foreign keys are used when a primary key from one table appears in another table.

User Caribbean
by
5.3k points