engineering computer science MCQ #1226

What is normalization in database design?

engineering computer science MCQ #1226

  1. Question 1

    Q1. What is normalization in database design?

    • A) The process of optimizing database performance
    • B) The process of organizing data to minimize data redundancy
    • C) The process of securing database from unauthorized access
    • D) The process of backing up database

    Answer: The process of organizing data to minimize data redundancy

    Explanation: Normalization involves organizing data in a database to minimize data redundancy and dependency, improving data integrity.