engineering computer science MCQ #772

What is the process of normalization in database design?

engineering computer science MCQ #772

  1. Question 1

    Q1. What is the process of normalization in database design?

    • A) Denormalizing data to improve performance
    • B) Normalizing data to reduce redundancy
    • C) Encrypting data for security
    • D) Indexing data for faster queries

    Answer: Normalizing data to reduce redundancy

    Explanation: Normalization is the process of organizing data to minimize redundancy and dependency, improving data integrity.