STUDENT 创建,插入 create table student(sno char(9)primary key,sname char(20) unique,ssex char(2),sage smallint,sdept char(20)); insert into student values('201215121','李勇','男',20,'CS'),('201215122','刘晨','女',19,'CS'),(