MySQL數據庫例題:學生表-課程表-成績表【查詢成績】

//創建學生表   mysql> create table student(       -> sno char(5) not null primary key,       -> sname char(8) not null,       -> ssex char(1) check(ssex='1' or ssex='0'),       -> sage tinyint(2),       ->
相關文章
相關標籤/搜索