create table 表名(字段1,字段2,字段3)
create table 表名(字段名 字段类型(字段长度),字段名 字段类型(字段长度))
数据库中的常用字段类型:
整数int,小数double,字符串varchar,日,datetime/timestamp