Which normal form is generally considered adequate for usual database design?

2013

Which normal form is generally considered adequate for usual database design?

Answer: B. 3NFConceptNormalization organizes relations to reduce redundancy and update anomalies. Successive normal forms impose progressively stronger constraints on…

  1. A.

    2NF

  2. B.

    3NF

  3. C.

    4NF

  4. D.

    5NF

Attempted by 577 students.

Show answer & explanation

Correct answer: B

Concept

Normalization organizes relations to reduce redundancy and update anomalies. Successive normal forms impose progressively stronger constraints on functional, multivalued, and join dependencies.

Application

For usual database design, Third Normal Form (3NF) is generally considered adequate. It removes partial and transitive dependency problems while retaining dependency-preserving designs in common cases.

Contrast

  • 2NF removes partial dependencies, but transitive dependencies can remain.

  • 3NF removes the usual partial and transitive dependency problems targeted in routine design.

  • 4NF additionally handles independent multivalued facts.

  • 5NF additionally handles certain join-dependency decompositions.

Cross-check

The higher forms address dependency classes beyond the ordinary functional-dependency issues handled through 3NF. Therefore, among the offered values, 3NF is the adequate normal form for usual database design.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…