Why is normalization used in database design?

  • To increase redundancy
  • To improve data integrity
  • To speed up data retrieval
  • To simplify query language
Normalization is used in database design to improve data integrity by reducing redundancy. Redundant data can lead to anomalies and inconsistencies in the database. Normalization involves breaking down the data into smaller, related tables to minimize redundancy.
Add your answer
Loading...

Leave a comment

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