Which type of data integrity constraint ensures that a foreign key in one table corresponds to a primary key in another table?

  • Data consistency constraint
  • Data validation constraint
  • Entity integrity constraint
  • Referential integrity constraint
Referential integrity constraint ensures that values in one column (or a group of columns) in one table correspond to values in another table's column(s) with a primary key constraint.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *