Multiple choice

Denormalization is

  1. The process of adding redundancy to a database

  2. Using triggers to automate tasks

  3. Abstracting data

  4. Putting the database in an exceptional state that prevents public access

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Denormalization is a database optimization technique where redundant data is intentionally added to one or more tables to improve read performance. This trades write performance and storage space for faster query execution.