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

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

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

select university,
       difficult_level,
       round(count(t2.device_id)/count(distinct t2.device_id),4) as avg_answer_cnt
from user_profile t1,
    (select q1.device_id,q1.question_id,q2.difficult_level
        from question_practice_detail q1,question_detail q2
        where q1.question_id=q2.question_id) as t2
where t1.device_id = t2.device_id
group by university,difficult_level

全部评论

相关推荐

爱读书的放鸽子能手很...:刷个两端实习,冲春招,流水线什么时候不能去
我的秋招日记
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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