Monday, 7 January 2008

Database design fundamentals

This is a mini-guide with hot tutorials to learn, step-by-step, how to design a database from relationships-entities model to final implementation using SQL, MySQL and PHP.

If you are a newbie to design database you can find it very useful.

Database design
Define the relationships-entities model: tables, attributes, and relationships
Create tables and relationships with SQL
How to use PHP and SQL to create tables and relationships
A correct approach to define relationships between database tables

No comments:

Post a Comment