_________ is a database design technique used to minimize data redundancy and dependency.

  • Denormalization
  • Indexing
  • Normalization
  • Partitioning
Normalization is a database design technique used to organize tables and attributes in such a way as to minimize redundancy and dependency. It involves breaking down large tables into smaller, more manageable ones and organizing them to eliminate redundant data. This process helps in maintaining data integrity and consistency, reducing storage space, and improving query performance.
Add your answer
Loading...

Leave a comment

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