Multiple choice Denormalization is The process of adding redundancy to a database Using triggers to automate tasks Abstracting data 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.