摘要: 表:Student 表:SC 表:Course 表:Teacher 1.查询" 01 "课程比" 02 "课程成绩高的学生的信息及课程分数 1 select a.sid,c.Sname,c.Sage,c.Ssex,a.score_01,b.score_02 2 from 3 -- 选出课程号为01的 阅读全文
posted @ 2020-08-16 17:15 醴酒微甜 阅读(447) 评论(0) 推荐(0) 编辑