June 2010
Intermediate to advanced
328 pages
7h 51m
English
The following are the objectives of normalization:
To represent facts about the real world in a way that we can understand
To reduce storing facts redundantly and to prevent anomalous or inconsistent data
To support integrity constraints

Notice that improving database performance is not on this list. Normalization helps us store data correctly and avoid getting into trouble. It’s practically inevitable that a database that is not normalized becomes a mess. We find ourselves developing a lot more code to clean up inconsistent or duplicate data. We experience delays and expenses to our ...
Read now
Unlock full access