题解 | #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 北京

相关推荐

小浪_Coding:1. 个人技能排版太乱, 写的技术栈太浅了, 跟测试,自动化相关的太少; 2. 项目开发类的太简单没有亮点, 算法类的项目建议只放一个,最好有自动化,CI/CD, pipline的项目, 需要更换; 3.整体排版需要优化, SOOB打招呼都需要注意等.
我的简历长这样
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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