Hi,
could any of you guys recommend any good literature or sites that may explain normalisation in a better way than I've been told so far. I am really not grasping normalisation at the moment.
Cheers
Liam If you can help, GREAT
If I can help, EVEN BETTER
The intent of normalizing a relational database can be reduced to one simple aphorism:
One Fact In One Place.
By decomposing your relations into Third Normal Form, you can eliminate the majority of update anomalies that can
occur when data is stored in unnormalized tables.
Decomposition is attained through a series of projections of a relational schema into a set of normalized relations that optimize the concision of attributes.
I got this from Teradata RDBMS Database Design -- Chapter 5. You can get a copy at
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.