Which database anomaly describes the necessity to update the exact same data value in multiple independent rows, creating a risk of data inconsistency? MCQ with Answer and Explanation
Which database anomaly describes the necessity to update the exact same data value in multiple independent rows, creating a risk of data inconsistency?
A. Selection Anomaly
B. Insertion Anomaly
C. Structural Anomaly
D. Update Anomaly
Answer: Option D
Solution (By JKExamLibrary)
An Update Anomaly occurs when data is redundantly duplicated across rows, requiring changes to be made to every copy, risking inconsistencies if any row is missed.
No comments yet. Be the first to start the discussion!