在MySQL中,创建一个表的基本语句是:,,``sql,CREATE TABLE table_name (, column1 datatype,, column2 datatype,, column3 datatype,, ...,);,`,,创建一个包含用户信息的表可以这样写:,……