Home arrow MySQL arrow An Introduction to Database Normalization (part 2)

An Introduction to Database Normalization (part 2)

Last week we introduced you to the basics of creating an efficientdatabase table structure. After today's concluding article of this series you'll be able to create some of your own MySQL-powered applications, or use this syntax as the basis for learning to create normalized databases on your database server of choice.

TABLE OF CONTENTS:
  1. An Introduction to Database Normalization (part 2)
  2. The Project
  3. Querying the MySQL database
  4. Conclusion
By: W.J. Gilmore
Rating: starstarstarstarstar / 9
December 05, 2000

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement
As your Web application grows in size and complexity, the importance of employing sound design techniques begins to weigh particularly heavily into the project’s success and longetivity. Since many of these large-scale productions incorporate database usage, taking time to adequately plan for the scaleability and manageability of the data to be stored within the database should be a high-priority item on your initial design checklist.

Last week’s article, An Introduction to Database Normalization, introduced you to the basic vocabulary and underlying principles of creating efficient database table structures. This week, I’ll build upon what you have learned thus far, creating a sample application using the popular MySQL database server. After finishing this tutorial, you’ll be able to use what you have learned about MySQL syntax to begin building your own MySQL-powered applications, or use this syntax as the basis for learning how to create normalized databases on your database server of choice.

Before delving into this introduction of MySQL syntax as it applies to normalized databases, allow me to begin by introducing the sample application that will be created in this tutorial.



 
 
>>> More MySQL Articles          >>> More By W.J. Gilmore
 

blog comments powered by Disqus
   

MYSQL ARTICLES

- Xeround Releases Free Version of MySQL Cloud...
- Oracle Announces New MySQL Specialization
- Constant Contact Chooses SkySQL for MySQL Su...
- Revoke Statement in MySQL
- The Grant Statement in MySQL
- SuccessBricks Announces ClearDB Availability...
- Building a PHP ORM: Deploying a Blog
- TROSYS Launches Free MySQL Manager and Admin...
- Building an ORM in PHP: Domain Modeling
- Building an ORM in PHP
- MySQL Leads Open Source Market, Gets Cluster...
- Oracle Announces Milestone Release for MySQL
- How to Stop SQL Injection Attacks
- New Defragmentation Solution for SQL Server
- Comparison of MyISAM and InnoDB MySQL Databa...


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap

Dev Shed Tutorial Topics: