题解 | #浙大不同难度题目的正确率#

浙大不同难度题目的正确率

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

select difficult_level,correct_rate
from (select university,difficult_level,sum(score)/count(result) as correct_rate
from (select a.device_id,university,result,difficult_level,
case when result='right' then 1 else 0 end as score
from user_profile as a,
question_practice_detail as b,
question_detail as c
where a.device_id=b.device_id
and b.question_id=c.question_id) as d
group by university,difficult_level) as e
where university='浙江大学'
order by correct_rate

全部评论

相关推荐

10-13 13:49
南京大学 财务
饿魔:笑死我了,你简直是个天才
点赞 评论 收藏
分享
笑着秋招😊:我一直认为努力有回报是一件很幸福很幸福的事情,恭喜你
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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