How does data integrity play a role in relational schema design?

  • It deals with the physical storage of data on disk
  • It ensures the accuracy and reliability of data in the database
  • It focuses on optimizing query execution plans
  • It provides mechanisms for data encryption
Data integrity in relational schema design plays a crucial role in ensuring the accuracy and reliability of data in the database. Integrity constraints, such as primary keys and foreign keys, help maintain the quality and consistency of the data stored in the tables.
Add your answer
Loading...

Leave a comment

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