Difficulty: Beginner
Why is data redundancy bad in a relational database?
It leads to 'Update Anomalies' where you update a value in one place but forget to update the duplicate in another, leading to inconsistent state.
Data Integrity
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.