engineering computer science MCQ #830

What is 'data denormalization'?

engineering computer science MCQ #830

  1. Question 1

    Q1. What is 'data denormalization'?

    • A) The process of organizing data to minimize redundancy
    • B) The process of intentionally violating normalization rules for performance
    • C) The process of encrypting data
    • D) The process of compressing data

    Answer: The process of intentionally violating normalization rules for performance

    Explanation: Data denormalization involves deviating from normalization principles to improve performance, often by precomputing and storing redundant data.