开发
约 133 字小于 1 分钟
开发
岗位年限:
无经验
面试时间:
2023年12月1日13点20分
面试方式:
线下
面试问题:
数据库语句问题 给定group表
序号 | 问题 | 解答 | 备注 |
---|---|---|---|
1 | group插入id,name可为空 | insert into group(id) value (插入id) | |
2 | 输出group第21到30的数据 | select 字段 from group limit(2,10) | |
3 | 怎么查name以"爷爷"开头 | select 字段 from group where name like '爷爷%' | |
4 | union与union all区别 | union all是union的拓展 | |
5 | 实战VUE3 | 没写上,说了想法 | |