MySQL綜合小練習

素材 SC表java create table SC ( Sno int(4) unsigned comment '學號', Cno int(4) unsigned comment '課程號', Score int(3) unsigned COMMENT '成 績', primary key SC_INDEX(Sno asc,Cno asc) )ENGINE=InnoDB DEFAULT CHAR
相關文章
相關標籤/搜索