Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good relational database tutorials? [closed]

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!

like image 216
Nic Hubbard Avatar asked Feb 09 '10 03:02

Nic Hubbard


2 Answers

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/

like image 146
Yada Avatar answered Sep 29 '22 14:09

Yada


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

like image 31
bdl Avatar answered Sep 29 '22 13:09

bdl