In relational databases, which of the following integrity constraint is…
2024
In relational databases, which of the following integrity constraint is specified between two relations and is used to maintain the consistency among tuples in the two relations?
- A.
Entity integrity constraint
- B.
Semantic integrity constraint
- C.
Functional integrity constraint
- D.
Referential integrity constraint
Attempted by 223 students.
Show answer & explanation
Correct answer: D
A referential integrity constraint connects two relations and keeps tuples consistent through foreign-key references.