12

I am looking for how to build a relational mysql database, and I would like to follow a tutorial.

I need one that shows how to make multiple tables, and link those together using an id. Which I can later use to grab relational data from the different tables. This is probably easy stuff, but I am just learning about databases.

Thanks for the help!

Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412
  • This is based on Oracle SQL so the syntax will vary slightly, but this is a great conceptual overview: http://philip.greenspun.com/sql/ – clieu Jan 06 '13 at 05:30

2 Answers2

5

Here is a really good one for MySQL beginners. Nettus have some really great articles on Internet technologies. They are the new w3school.

http://net.tutsplus.com/tutorials/databases/sql-for-beginners/

Yada
  • 30,349
  • 24
  • 103
  • 144
2

If you haven't already, I'd start with the MySQL reference Tutorial, and then perhaps over to SQLZoo.

bdl
  • 1,504
  • 12
  • 16