mysql中的建表语句是什么

mysql中的建表语句是【CREATE TABLE table_name (column_name column_type);】,如通过语法【CREATE TABLE phpcn_tb】可新建一张“phpcn_tb”表。 创建MySQL数据表的SQL通用语法: CREATE TABLE table_name (column_n

mysql中的建表语句是【CREATE TABLE table_name (column_name column_type);】,如通过语法【CREATE TABLE `phpcn_tb`】可新建一张“phpcn_tb”表。

创建MySQL数据表的SQL通用语法:

举例: