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

Conclusion - MySQL

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
And thus concludes the two-part series on database normalization. Hopefully, I have succinctly explained the importance of taking time to plan for the efficient design of database tables, no matter how limited the initial intention of the Web application may be. For those of you interested in delving further into the depths of database normalization and advanced SQL queries, allow me to recommend the following online resources:

  • "Database Normalization"

  • "SQL by Design: Why You Need Database Normalization"



  •  
     
    >>> 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 7 - Follow our Sitemap

    Dev Shed Tutorial Topics: