Difficulty: Medium
Correct Answer: Domain/key normal form
Explanation:
Introduction / Context:Higher levels of normalization progressively remove sources of redundancy and anomalies. The strongest commonly cited form in theory ensures complete freedom from modification anomalies.
Given Data / Assumptions:
Concept / Approach:Domain/key normal form states that every constraint on the relation is a logical consequence of the domain definitions and key constraints. Under this condition, update, insert, and delete anomalies are eliminated in principle.
Step-by-Step Solution:
Recall which normal forms still permit certain rare anomalies (even BCNF can in edge cases).Recognize that domain/key normal form is the theoretical target where all constraints derive from domains and keys.Select domain/key normal form as the answer.Verification / Alternative check:Classic literature acknowledges that domain/key normal form is sufficient to guarantee freedom from all modification anomalies.
Why Other Options Are Wrong:
Common Pitfalls:Assuming third normal form or BCNF automatically eliminates every anomaly. Edge cases still exist; domain/key normal form is stricter.
Final Answer:Domain/key normal form
Discussion & Comments