



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Normalization is the process of organizing data in a database efficiently by decomposing a relational table into smaller tables through projection. The primary goals of normalization are eliminating redundant data and ensuring data dependencies make sense. the concept of normalization, its importance, and the issues caused by redundancy, known as update anomalies.
Typology: Slides
1 / 5
This page cannot be seen from the preview
Don't miss anything!




It contains atomic values, there are no repeating values, there is no aggregation, yet it contains redundant data. Redundancy causes what are called update anomalies
Update Anomalies