What is a foreign key constraint ? Why are such constraints important ? What is referential integrity ?
Answers
Answered by
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