有什么好的关系数据库教程吗?
我正在寻找如何构建关系型 mysql 数据库,并且我想遵循教程。
我需要一个展示如何创建多个表并使用 id 将它们链接在一起的表。我稍后可以使用它从不同的表中获取关系数据。这可能很简单,但我只是在学习数据库。
感谢您的帮助!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 MySQL 初学者来说,这是一篇非常好的文章。 Nettus 有一些关于互联网技术的非常好的文章。他们是新的w3school。
http://net.tutsplus.com/tutorials/databases/sql-for-初学者/
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/
如果您还没有,我将从 MySQL 参考开始教程,然后可能会转到SQLZoo。
If you haven't already, I'd start with the MySQL reference Tutorial, and then perhaps over to SQLZoo.