Computer Science, asked by meetk48, 1 year ago

What is a foreign key constraint ? Why are such constraints important ? What is referential integrity ?

Answers

Answered by omegads04
2

If primary key of one table exist in an another table is known as foreign key . A foreign key is a column or group of columns in a relational database that provides a link between data in two tables.

Referential integrity (RI) is a relational database  which states that table relationships must always be consistent .

Similar questions