摘要:
create table student(sno char(9) primary key,sname char(20) unique,ssex char(2),sage smallint,sdept char(20));create table course(cno char(4) primary key,cname char(40),cpno char(4),ccredit smallint,foreign key(cpno) references course(cno));create table sc(sno char(9),cno char(4),grade smallint,prim 阅读全文
posted @ 2013-11-09 14:42
博园少主
阅读(269)
评论(0)
推荐(0)
浙公网安备 33010602011771号