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

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

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

select t3.difficult_level,
    round(sum(if(t2.result='right',1,0))/count(t2.question_id),4) as correct_rate
from  user_profile t1,question_practice_detail t2,question_detail t3
where t1.device_id = t2.device_id and t2.question_id = t3.question_id and t1.university='浙江大学'
group by t3.difficult_level
order by correct_rate asc

全部评论

相关推荐

05-27 14:57
西北大学 golang
强大的社畜在走神:27届真不用急,可以搞点项目、竞赛再沉淀沉淀,我大二的时候还在天天打游戏呢
投递华为等公司10个岗位
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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