20200 在 2023/3/30 9:15:35 说到:  
  查询所有副教授的姓名及所教的课程的人数和平均成绩

这条发言的回复:

发言人:2020014519 发言时间:2023/3/31 11:32:14 select tname,count(*),avg(grade) from teacher,sc,course where teacher.tno=course.tno and sc.cno=course.cno and tglass='副教授' group by tname
发言人:2020014466 发言时间:2023/3/30 9:16:09 select tname,count(*) ,avg(grade) from sc,teacher,course where teacher.tno=course.tno and sc.cno=course.cno and tglass='副教授'group by tname

版权所有:计算机应用研究所
Copyright (C)2016  All rights reserved.
TEL:-******** Email:yyh@zwu.edu.cn