October 2002
Beginner
864 pages
18h 41m
English
Now that you know the basic concepts of normalization, you must learn how to make normalization work in a real database. You need to know when to normalize a database and when to denormalize a database. A good rule of thumb when designing a database is the more time spent upfront in planning and design, the fewer headaches during the implementation and maintenance of a database. The following subsections help you understand how to
Use constraints to enforce referential integrity
Know when to use normalization
Know when to denormalize a database
Referential integrity is the assurance of consistent and accurate data within a database. Referential integrity simply means that the values of one column ...
Read now
Unlock full access