In relational schema design, what is the purpose of keys and constraints?

  • Enhance data security
  • Ensure data consistency
  • Facilitate data migration
  • Improve query performance
Keys and constraints in relational schema design serve the purpose of ensuring data consistency. Keys (like primary and foreign keys) maintain unique relationships between tables, and constraints define rules that the data must adhere to, contributing to a reliable and coherent database.
Add your answer
Loading...

Leave a comment

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