ITPEC IP April 2018 Question 27

Source exam: ITPEC IP April 2018Topic: Databases

ITPEC IP April 2018 — Question 27 of 100

Normalization reduces duplicated data and thereby prevents update anomalies and inconsistencies. Storing each fact in an appropriate table means a change usually needs to be made in one place instead of in several repeated rows that could become contradictory.

Answer (b)

Why not others:
- normalization separates data by dependency rather than compiling frequently used data into one table

- its goal is logical integrity, not making table sizes uniform for memory efficiency

- it often increases the number of tables and joins, so shorter query response is not guaranteed

Key rule: Normalization organizes attributes according to dependencies to reduce redundancy and insertion, update, and deletion anomalies.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.