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

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

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

select qd.difficult_level difficult_level,count(qpd.result = "right" or null)/count(qpd.result) correct_rate
from question_practice_detail qpd
inner join (select device_id from user_profile where university = "浙江大学") up
on qpd.device_id = up.device_id
inner join question_detail qd
on qd.question_id = qpd.question_id
group by qd.difficult_level
order by correct_rate ASC

全部评论

相关推荐

头像
11-09 12:17
清华大学 C++
out11Man:小丑罢了,不用理会
点赞 评论 收藏
分享
我在朝九晚六双休的联想等你:如果我是你,身体素质好我会去参军,然后走士兵计划考研211只需要200多分。
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务