Computer Science, asked by arshitapihu, 3 months ago

explain refrential integrity with the help of an exaple​

Answers

Answered by ItzInnocentKudi
3

Referential integrity requires that a foreign key must have a matching primary key or it must be null. This constraint is specified between two tables (parent and child); it maintains the correspondence between rows in these tables. It means the reference from a row in one table to another table must be valid.

Similar questions