摘要:
一、表关系请创建如下表,并创建相关约束 create table class( cid int primary key auto_increment, caption varchar(20) not null );insert class(caption) values("三年二班"),("一年三班"),("三年一班");create table student( sid i... 阅读全文
posted @ 2019-05-09 23:40
陈小木
阅读(219)
评论(0)
推荐(0)