题解 | #统计每个学校各难度的用户平均刷题数#

统计每个学校各难度的用户平均刷题数

https://www.nowcoder.com/practice/5400df085a034f88b2e17941ab338ee8

select
    t1.university,
    t3.difficult_level,
    round(count(t1.answer_cnt)/count(distinct t1.answer_cnt),4) avg_answer_cnt
from
    user_profile t1
left join
    question_practice_detail t2
on 
    t1.device_id = t2.device_id
left join
    question_detail t3
on 
    t2.question_id = t3.question_id
where 
    t3.question_id is not null
group by
    t1.university,
    t3.difficult_level

全部评论

相关推荐

07-31 17:30
中南大学 Java
CARLJOSEPH...:比较是偷走幸福的小偷
什么样的背景能拿SSP?
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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