杭电数据库张红娟编第4章习题参考答案
/* 完成表中约束的定义 */--创建course表create table course(cno char(1) primary key,cname varchar(20) not null,cre
杭电数据库张红娟编第4章习题参考答案