Home > Database > Mysql Tutorial > body text

How to create mysql database table

coldplay.xixi
Release: 2020-09-27 14:37:32
Original
33025 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!