🎴 Flashcard Mode

Java, SQL, and JUnit Fundamentals

Card1 / 59
Mastered0
Review0
QuestionClick to flip

Denormalization is

AnswerClick to flip back
A
The process of adding redundancy to a database
💡 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.

Change Mode