- 博客(1)
- 资源 (6)
- 收藏
- 关注
转载 学习贴
Student(S#,Sname,Sage,Ssex) 学生表 Course(C#,Cname,T#) 课程表 SC(S#,C#,score) 成绩表 Teacher(T#,Tname) 教师表 问题: 1、查询“001”课程比“002”课程成绩高的所有学生的学号; select a.S# from (select s#,score from SC where C#=001) a,(sel
2008-10-20 17:44:00
431
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人