How does a DBMS ensure data integrity?

  • By allowing concurrent access to data
  • By compressing data to save space
  • By enforcing constraints such as primary keys and foreign keys
  • By storing data in a single flat file
Data integrity in a DBMS is ensured by enforcing constraints like primary keys and foreign keys. These constraints maintain the accuracy and consistency of data by preventing invalid or inconsistent entries.
Add your answer
Loading...

Leave a comment

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