如何在MySql工作台中连接表?

发布于 2024-12-18 05:53:06 字数 99 浏览 5 评论 0原文

如何使用 mySql Workbench 直观地连接表?不使用任何 SQL 脚本或将其输入查询菜单?我对使用这个 MySql 工作台很陌生,但我尝试查看他们的文档,但没有找到任何帮助?

How do I Join tables with mySql workbench visually? without using any SQL script or typing it into the query menu? I am new when it comes to using this MySql workbench, but I tried looking at their documentation and I haven't found any, any help??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

何以笙箫默 2024-12-25 05:53:06

请尝试以下链接:

http://net.tutsplus .com/tutorials/databases/visual-database-creation-with-mysql-workbench/

http://www.packtpub.com/article/visual-mysql -database-design-in-mysql-workbench

他们提供了一些很好的面向屏幕截图的教程(特别是因为这是使用图形用户界面来创建数据库及其对象)

Please try these links:

http://net.tutsplus.com/tutorials/databases/visual-database-creation-with-mysql-workbench/

http://www.packtpub.com/article/visual-mysql-database-design-in-mysql-workbench

They give some good screenshot-oriented tutorials (especially since this is for using the graphical user interface to create your database and its objects)

当梦初醒 2024-12-25 05:53:06

要在不使用任何 SQL 脚本或将其输入查询菜单的情况下连接表:

1) 使用 EER 图:在菜单栏上 ==>文件==>从下拉列表中选择新模型,然后==>单击“模型”选项卡,使用下拉菜单选择“添加图表”,这将打开网格屏幕,您只需单击网格左侧的 GUI 即可创建表、连接表...您需要保存您的模型以供将来使用(如果需要)。

To join tables without using any SQL script or typing it into the query menu:

1) Use the EER diagram: on the menu bar ==> FILE ==> select NEW MODEL from the dropdown, then ==> click on the "Model" tab use dropdown to "Add Diagram", that will open the grid screen where you can simply click on the GUI's on the left side of the grid to create tables, join tables... you'll need to save your model for future use, if needed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文