简体   繁体   English

SQL Workbench中的数据库设计

[英]Design of Databases in SQL Workbench

Creating a design of a database to include the following: Type of Product Login in Table (W/ name and email) Sales Table Checkout Table 创建一个包含以下内容的数据库设计:表中的产品登录类型(带有名称和电子邮件)销售表结帐表

Must be in MySQL Workbench 必须在MySQL Workbench中

I've connected to the server and unsure, do I write this in MySQL workplace and then update to myphpadmin? 我已经连接到服务器并且不确定,我该在MySQL工作区中编写此代码,然后更新为myphpadmin吗?

No code as of yet- need an example of how to design a database 尚无代码-需要有关如何设计数据库的示例

Eventually there will be need for web presence. 最终将需要网络状态。

In MySQL Workbench, you can design the tables and relationships with an ERR Diagram if you want a visual way. 在MySQL Workbench中,如果需要直观的方法,则可以使用ERR Diagram设计表和关系。 You can then forward engineer the actual DDL for generating the tables and columns and output to a file. 然后,您可以向前工程实际的DDL,以生成表和列并输出到文件。 You can run said file on any mysql server whether that's locally on your personal computer or a server. 您可以在任何mysql服务器上运行该文件,无论该文件位于您的个人计算机还是服务器本地。

PHPAdmin let's you interact with the database in a similar way to create, update, or delete tables and columns. PHPAdmin让您以类似的方式与数据库进行交互,以创建,更新或删除表和列。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM