engineering computer science MCQ #746

What is denormalization in databases?

engineering computer science MCQ #746

  1. Question 1

    Q1. What is denormalization in databases?

    • A) The process of organizing data to minimize data redundancy
    • B) The process of intentionally violating normalization rules to improve performance
    • C) The process of creating database indexes
    • D) The process of backing up database data

    Answer: The process of intentionally violating normalization rules to improve performance

    Explanation: Denormalization involves intentionally deviating from normalization rules to improve read performance, often at the cost of increased data redundancy.