数据定义语言
create
if not exists
primary key 主键
primary key
NULL值 not null
not null
auto_increment 自增 可以用0或null代替 每个表只能有一个自增列 且必须被索引(例如成为主键)
auto_increment
default 默认值 只支持常量
default
rename
重命名表
alter
更新表
drop
删除表
数据操作语言
insert
insert into
插入多行 values
values