题解 | #SQL类别高难度试卷得分的截断平均值#

SQL类别高难度试卷得分的截断平均值

https://www.nowcoder.com/practice/a690f76a718242fd80757115d305be45

(⊙﹏⊙)
全部评论
select e2.tag,e2.difficulty,round(avg(e1.score),1) as clip_avg_score from examination_info e2 join exam_record e1 on e1.exam_id=e2.exam_id where e2.tag='SQL&(30885)#39; and e2.difficulty='hard' and e1.score not in (select max(score) from  exam_record) and e1.score not in (select min(score) from  exam_record) group by tag
点赞 回复 分享
发布于 2022-08-26 15:29 北京

相关推荐

企业都这么缺人了吗?缺人为什么还给白菜价!
真起不了响亮的名字:我给你出个主意,把公司报出来,让牛友去投,岂不美哉
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务