create table student(ID int primary key not null,NAME varchar(50),CLASSNO int,age int,sex int) 建议sex使用0,1代替,0为男生,1为女生,反之也可以。