logo

Question detail

What is a main reason for normalising a database?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Database design and normalisation techniques

Exam-style question

Try this first

What is a main reason for normalising a database?.

  1. A.To increase unnecessary duplication of data.
  2. B.To reduce data redundancy and help prevent update anomalies.
  3. C.To ensure every table has exactly three columns.
  4. D.To replace all primary keys with foreign keys.

Model answer

What a good answer should say

  • To reduce data redundancy and help prevent update anomalies.

Explanation

Why this works

Normalisation organises data into suitable relations. This reduces repeated data and makes insert, update and delete operations less likely to create inconsistencies.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.