engineering computer science MCQ #633

What is denormalization?

engineering computer science MCQ #633

  1. Question 1

    Q1. What is denormalization?

    • A) The process of removing redundant data
    • B) The process of adding redundant data for performance
    • C) The process of creating indexes
    • D) The process of creating views

    Answer: The process of adding redundant data for performance

    Explanation: Denormalization involves intentionally adding redundant data to improve query performance, making 'The process of adding redundant data for performance' correct.