Database Normalization - Conclusion (
Page 6 of 6 )
Conclusion
This is only an introduction to the subject of normalization. The topic is extensive. For those of you who are developing databases on a day to day basis, knowing how to formally normalize a table can save large amounts of time in the long run. Being able to determine what level of normalization a database needs and designing to that level of normalization can be difficult in larger applications and will often have many possible solutions. Education and experience are the tools you will need to design efficient databases with minimal (or, in a dream, no) anomalies. I hope this introduction to normalization is helpful to the readers, and I intend to publish a future article covering denormalization and case studies of some database and the way in which they were normalized.