In relational database terminology, what does referential integrity mean?

  • Allows NULL values in a foreign key column
  • Enforces unique constraints on multiple columns
  • Ensures that foreign key values match the primary key values in another table
  • Ensures that primary key values are unique
Referential integrity in a relational database means ensuring that foreign key values match the primary key values in another table. This prevents orphaned rows and maintains consistency in relationships between tables.
Add your answer
Loading...

Leave a comment

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