What role do foreign keys play in relational database design?

  • They define primary keys
  • They store data values
  • They establish relationships between tables
  • They control access to the database
Foreign keys in relational database design establish relationships between tables. They link data in one table to data in another, enabling the creation of relationships and ensuring referential integrity.
Add your answer
Loading...

Leave a comment

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