What is the primary objective of normalization in database design?

  • Maximize data duplication
  • Minimize data redundancy and dependency
  • Simplify database structure
  • Speed up database queries
The primary objective of normalization in database design is to minimize data redundancy and dependency. This ensures that data is efficiently organized, reduces the risk of anomalies, and enhances data integrity in the database.
Add your answer
Loading...

Leave a comment

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