What is the main objective of breaking down a large table into smaller tables in normalization?

  • Complicating data retrieval
  • Improving data integrity
  • Increasing data redundancy
  • Reducing data redundancy
Breaking down a large table into smaller tables in normalization helps reduce data redundancy by organizing data into logical groups, thereby improving data integrity and making the database easier to manage.
Add your answer
Loading...

Leave a comment

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