Home  >  Article  >  Database  >  How to create mysql database table

How to create mysql database table

coldplay.xixi
coldplay.xixiOriginal
2020-09-27 14:37:3233034browse

How to create a mysql database table: First find the data table in the database to be created; then click [Table - Data Table]; then set the field name, type, length and whether it is null, etc. of the table; finally click Just save it.

How to create mysql database table

How to create a mysql database table:

1. Open Navicat for MySQL and find the data in the database you want to create. Table

How to create mysql database table

2. Then we right-click the "Table" and then click "New Table"

How to create mysql database table

3. Then, the interface for designing the table will appear on the right. Here you can set the field name, type, length and whether it is null, etc.

How to create mysql database table

4. After designing the data After the table, click the "Save" button and it's OK.

How to create mysql database table

5. We enter the table name and click OK. The table name can be set according to your own needs

How to create mysql database table

More related free learning recommendations: mysql tutorial(Video)

The above is the detailed content of How to create mysql database table. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn