创建好了class表
create table class ( cid int not null unique auto_increment, caption varchar(20) not null, grade_id int not null unique, foreign key (grade_id) references class_grade(gid) ); create table class ( cid int not null u创建好了class表
create table class ( cid int not null unique auto_increment, caption varchar(20) not null, grade_id int not null unique, foreign key (grade_id) references class_grade(gid) ); create table class ( cid int not null u