一、问题描述: sql语句创建stu表 -- 创建stu学生表 create table stu( sno char(9) PRIMARY KEY not null, sn varchar(30) not null, ssex char(2) check(ssex=