What is the purpose of using inheritance in database modeling?

  • Achieving data consistency
  • Enhancing query performance
  • Reducing redundancy and improving data integrity
  • Simplifying database design
The purpose of using inheritance in database modeling is to reduce redundancy and improve data integrity. It allows attributes and relationships to be shared among entities, minimizing duplication and ensuring consistency across the database.
Add your answer
Loading...

Leave a comment

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