首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
宋治尚
获赞
0
粉丝
0
关注
4
看过 TA
0
大连东软信息学院
2024
大数据开发工程师
IP属地:上海
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑宋治尚吗?
发布(5)
评论
刷题
收藏
宋治尚
关注TA,不错过内容更新
关注
2024-03-25 17:23
大连东软信息学院 大数据开发工程师
题解 | #浙江大学用户题目回答情况#
select user_profile.device_id,question_practice_detail.question_id, question_practice_detail.result from question_practice_detail join user_profile on question_practice_detail.device_id=user_profile.device_id where university = "浙江大学"; 总结:首先要求要浙江大学的学生 那么就要筛选,其次它需要的是各个学生的回答情况和是否正确 那么选择 devi...
0
点赞
评论
收藏
分享
2024-03-25 16:58
大连东软信息学院 大数据开发工程师
题解 | #分组排序练习题#
select university,avg(question_cnt)as avg_question_cnt from user_profile group by university order by avg_Question_cnt ;
0
点赞
评论
收藏
分享
2024-03-25 10:57
大连东软信息学院 大数据开发工程师
题解 | #分组计算练习题#
select gender,university,count(device_id )as user_num,avg(active_days_within_30) as avg_active_day,avg(question_cnt) as avg_question_cnt from user_profile group by gender,university;
0
点赞
评论
收藏
分享
2024-03-25 10:28
大连东软信息学院 大数据开发工程师
题解 | #计算男生人数以及平均GPA#
select count(gender) as male_num,avg(gpa) as avg_gpa from user_profile where gender="male"; 舒服
0
点赞
评论
收藏
分享
2024-03-25 10:06
大连东软信息学院 大数据开发工程师
题解 | #查看学校名称中含北京的用户#
select device_id,age,university from user_profile where university like "%北京%";
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务