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

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

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

select 
university,
difficult_level,
count(question_practice_detail.device_id)/count(distinct(question_practice_detail.device_id)) 
as avg_answer_cnt 
from user_profile 
right join question_practice_detail 
 on user_profile.device_id=question_practice_detail.device_id 
right join question_detail 
 on question_practice_detail.question_id=question_detail.question_id 
group by university,difficult_level

全部评论

相关推荐

亲切的00后在笔试:我也遇到了,所以我早他一步查看图片
点赞 评论 收藏
分享
没关系现在见到了、
真的很糟糕:见过国王的offer吗
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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