题解 | #统计每个用户的平均刷题数#

统计每个用户的平均刷题数

https://www.nowcoder.com/practice/f4714f7529404679b7f8909c96299ac4

select university,
        difficult_level,
        count(difficult_level)/count(distinct t1.device_id) as avg_answer_cnt
        from question_practice_detail t1

        join user_profile t2 on t1.device_id=t2.device_id

        join question_detail t3 on t1.question_id=t3.question_id

        where university='山东大学'
        group by difficult_level ;

参照上一题,微调count(),group by,以及增加where条件查询即可。

全部评论

相关推荐

小浪_Coding:找硬件测试,也可兼顾软测欧, 简历还可以的 ,注意排版,项目写的有条理一点, 然后个人技能多加点, 润色好简历之后就开始沟通海投了,深圳,东莞这边做硬件相关的公司还不少, 医疗类,仪器类的都可以尝试
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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