_______ is a schema design approach where data is intentionally duplicated or grouped together in ways that are not strictly necessary for normalization.

  • Denormalization
  • Horizontal Partitioning
  • Normalization
  • Vertical Partitioning
Denormalization is a schema design approach where data is intentionally duplicated or grouped together beyond the strict requirements of normalization. This is done to improve query performance and simplify data retrieval at the cost of redundancy.
Add your answer
Loading...

Leave a comment

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