91-9990449935 0120-4256464 |
MySQL CREATE TABLEThe MySQL CREATE TABLE command is used to create a new table into the database. A table creation command requires three things:
Syntax: Following is a generic syntax for creating a MySQL table in the database. Example: Here, we will create a table named "cus_tbl" in the database "customers". Note:
Visual representation of creating a MySQL table: See the created table: Use the following command to see the table already created: See the table structure: Use the following command to see the table already created:
Next TopicMySQL Alter Table
|