首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
运营人er
获赞
0
粉丝
0
关注
1
看过 TA
1
男
河北经贸大学
2019
运营
IP属地:北京
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑运营人er吗?
发布(12)
评论
刷题
收藏
运营人er
关注TA,不错过内容更新
关注
2024-04-28 00:16
河北经贸大学 运营
题解 | #浙江大学用户题目回答情况#
select device_id,question_id,result from question_practice_detail where device_id in (select device_id from user_profile where university = "浙江大学") 子查询
0
点赞
评论
收藏
分享
2024-04-28 00:07
河北经贸大学 运营
题解 | #分组排序练习题#
select university,avg(question_cnt) as avg_question_cnt from user_profile group by university order by avg_question_cnt
0
点赞
评论
收藏
分享
2024-04-26 23:28
河北经贸大学 运营
题解 | #分组过滤练习题#
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
点赞
评论
收藏
分享
2024-04-26 23:17
河北经贸大学 运营
题解 | #分组计算练习题#
select gender,university,count(gender) as user_num,avg(active_days_within_30) as avg_active_day,avg(question_cnt) as avg_question_cnt from user_profile group by university,gender 好难啊
0
点赞
评论
收藏
分享
2024-04-26 23:00
河北经贸大学 运营
题解 | #计算男生人数以及平均GPA#
select count(gender) as "male_num",avg(gpa) as avg_gpa from user_profile where gender='male'
0
点赞
评论
收藏
分享
2024-04-26 22:51
河北经贸大学 运营
题解 | #查找GPA最高值#
select max(gpa) from user_profile where university='复旦大学' 表示一开始知道max,但是不知道放在哪里,自学的成本有点高,得自我督促,练习才有肌肉记忆
0
点赞
评论
收藏
分享
2024-04-26 22:20
河北经贸大学 运营
题解 | #高级操作符练习(2)#
select device_id,gender,age,university,gpa from user_profile where gpa>3.7 or university="北京大学"
0
点赞
评论
收藏
分享
2024-04-26 22:16
河北经贸大学 运营
题解 | #高级操作符练习(1)#
select device_id,gender,age,university,gpa from user_profile where gpa>3.5 and gender="male"
0
点赞
评论
收藏
分享
2024-04-26 22:04
河北经贸大学 运营
题解 | #查找某个年龄段的用户信息#
select device_id,gender,age from user_profile where age>=20 and age<=23
0
点赞
评论
收藏
分享
2024-04-26 22:01
河北经贸大学 运营
题解 | #查找年龄大于24岁的用户信息#
select device_id,gender,age,university from user_profile where age>24
0
点赞
评论
收藏
分享
2024-04-26 21:50
河北经贸大学 运营
题解 | #将查询后的列重新命名#
select device_id as 'user_infos_example' from user_profile limit 2
0
点赞
评论
收藏
分享
2024-04-26 21:39
河北经贸大学 运营
题解 | #查询结果去重#
select distinct university from user_profile
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务