题解 | #得分不小于平均分的最低分#

得分不小于平均分的最低分

https://www.nowcoder.com/practice/3de23f1204694e74b7deef08922805b2

select min(score) 
from exam_record left join (
    select exam_record.exam_id,avg(score) as avg_score
    from exam_record left join examination_info on exam_record.exam_id=examination_info.exam_id 
    where score is not null and tag='SQL'
    group by exam_record.exam_id
    
) as a on exam_record.exam_id =a.exam_id
where score >= avg_score

全部评论

相关推荐

迷茫的大四🐶:你这个拿去投央国企吧,投私企包过不了的
点赞 评论 收藏
分享
10-16 15:48
算法工程师
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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