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

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

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

SELECT university, difficult_level, COUNT(b.question_id)/COUNT(DISTINCT b.device_id) AS avg_answer_cnt
FROM user_profile a JOIN question_practice_detail b ON a.device_id=b.device_id JOIN question_detail c ON b.question_id = c.question_id
GROUP BY university, difficult_level

全部评论

相关推荐

Gaynes:查看图片
点赞 评论 收藏
分享
07-15 11:41
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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