首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
在线笔面试、雇主品牌宣传
登录
/
注册
牛客601275637号
获赞
0
粉丝
0
关注
5
看过 TA
0
华南理工大学
2023
产品经理
IP属地:广东
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑牛客601275637号吗?
发布(5)
评论
刷题
牛客601275637号
关注TA,不错过内容更新
关注
2022-08-27 15:09
华南理工大学 产品经理
题解 | #统计每个用户的平均刷题数#
select u.university, d.difficult_level,COUNT(q.question_id) / COUNT(DISTINCT(q.device_id)) as avg_answer_cnt from user_profile u join question_practice_detail q on u.device_id = q.device_id join question_detail d on...
0
点赞
评论
收藏
分享
2022-08-27 15:03
华南理工大学 产品经理
题解 | #统计每个学校各难度的用户平均刷题数#
select u.university, d.difficult_level, count(q.question_id)/count(distinct q.device_id) as avg_answer_cnt from user_profile u join question_practice_detail q on u.device_id = q.device_id join question_detail d on&n...
0
点赞
评论
收藏
分享
2022-08-27 14:33
华南理工大学 产品经理
题解 | #分组过滤练习题#
select university, avg(question_cnt) as avg_question_cnt, avg(answer_cnt) as avg_answer_cnt from user_profile group by university having avg(question_cnt) < 5 or avg(answer_cnt) < 20
0
点赞
评论
收藏
分享
2022-08-27 14:28
华南理工大学 产品经理
题解 | #分组计算练习题#
select gender, university, count(device_id) as user_num, avg(active_days_within_30) avg_active_day, avg(question_cnt) from user_profile group by gender,university
0
点赞
评论
收藏
分享
2022-08-27 13:09
华南理工大学 产品经理
题解 | #计算男生人数以及平均GPA#
select count(gender) as male_num, avg(gpa) avg_gpa from user_profile where gender = 'male'
0
点赞
评论
收藏
分享
1
关注他的用户也关注了:
牛客网
牛客企业服务