(1)创建表的SQL语句 create table student ( ID int primary key not null, NAME varchar(50), sex int, age int, classNO in )