CREATE TABLE db_name
( field1 datatype,
field2 datatype,
field3 datatype
);character set 字符集(未指定则为所在数据库的字符集) collate 校对规则(未指定则为所在数据库的校对规则) engine 引擎