What is normalization in the context of database design?

  • It is a process of adding redundant data
  • It is a process of deleting data
  • It is a process of organizing data to minimize redundancy
  • It is a process of removing duplicate data
Normalization involves organizing data in a database to reduce redundancy and dependency. It helps in improving data integrity and reducing data anomalies, resulting in more efficient database operations.
Add your answer
Loading...

Leave a comment

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