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

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

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

全部评论

相关推荐

点赞 评论 收藏
分享
吴offer选手:网易这个双机位麻烦死了
投递网易等公司10个岗位
点赞 评论 收藏
分享
叁六玖:要是这个时候有人找你,你不炸了吗
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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