Question

    What does the term "normalization" refer to in the context of database design?

    A Reducing data redundancy and dependency Correct Answer Incorrect Answer
    B Optimizing database performance Correct Answer Incorrect Answer
    C Encrypting sensitive data Correct Answer Incorrect Answer
    D Creating backups of the database Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Normalization is the process of reducing data redundancy and dependency to improve data integrity and eliminate anomalies in the database.

    Practice Next