Any good relational database tutorials? [closed]

这一生的挚爱 提交于 2019-11-30 01:48:41

问题


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!


回答1:


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/




回答2:


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



来源:https://stackoverflow.com/questions/2226558/any-good-relational-database-tutorials

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!