創建Student Course SC表

student 表 create table student ( sno char(9)     primary key, sname char(20)    not null, Ssex char(20)    check( Ssex in('男','女')), Sage smallint    check(Sage between 12 and 40), Sdept char(20) )   
相關文章
相關標籤/搜索