摘要: /*student(学号#,姓名,性别,年龄) course(课程号#,课程名,教师号#) score(学号#,课程号#,成绩) teacher(教师号#,教师名)*/ --1.查询“001”课程比“002”课程成绩高的所有学生的学号 select a.stuNo from score a,scor 阅读全文
posted @ 2019-11-13 15:25 不愿做码农的攻城狮 阅读(1356) 评论(2) 推荐(0)