0
12kviews
Explain Referential Integrity
1 Answer
| written 7.3 years ago by |
• A value appearing in a one table for a given set of attributes also appears for another set of attributes in another table. This is called referential integrity.
• A referential integrity constraint is specified between two tables and is used to maintain the consistency among tuples in the …