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

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

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

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

全部评论

相关推荐

11-01 08:48
门头沟学院 C++
伤心的候选人在吵架:佬你不要的,能不能拿户口本证明过户给我。。球球了
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务