create table student( [sno] varchar(10) not null primary key, [sname] varchar(10) not null, [sage] int, [ssex] varchar(6), [sdept] varchar(10));