未知题型

查询不及格的课程,并按课程号从大到小的排列 Student()教师表 T:教师编号: Tname:教师名字

【参考答案】

select c# from sc where score<60 order by c#;