SQL项目常用整理1、创建表    语法:CREATE tabal 表名(字段+约束,字段+约束);    举例:    create table test01( id int not null, name varchar(8) not null, gender varchar2