What is the primary goal of normalization in database design?

  • Improve data integrity
  • Maximize redundancy
  • Minimize redundancy
  • Optimize query performance
The primary goal of normalization in database design is to improve data integrity by minimizing redundancy, ensuring that each piece of data is stored in only one place. This helps prevent inconsistencies and anomalies.
Add your answer
Loading...

Leave a comment

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