In order to create a new table within a database, you use the MySQL CREATE TABLE statement. The CREATE TABLE statement is one of the most complex statement in MySQL.
The following illustrates the syntax of the CREATE TABLE statement in the simple form: