Which database design technique helps to minimize data redundancy and dependency by organizing fields and tables of a database?

  • Data Segmentation
  • Data Normalization
  • Data Aggregation
  • Data Duplication
Data normalization is a database design technique that helps minimize data redundancy and dependency by organizing data into separate tables and eliminating duplicate data. It involves breaking down large tables into smaller, related tables to reduce data anomalies and improve data integrity.
Add your answer
Loading...

Leave a comment

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