Skip to content

Commit 24a4d3f

Browse files
committed
Create 05查找所有员工的last_name和first_name以及对应部门编号dept_no.md
1 parent 59058c1 commit 24a4d3f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# 查找所有员工的last_name和first_name以及对应部门编号dept_no
2+
3+
[TOC]
4+
## [🎉题解仓库](https://github.com/HANXU2018/nowcoderSQL)
5+
## [🚀题目地址](https://www.nowcoder.com/practice/dbfafafb2ee2482aa390645abd4463bf?tpId=82&tqId=29757&tPage=1&rp=&ru=%2Fta%2Fsql&qru=%2Fta%2Fsql%2Fquestion-ranking)
6+
7+
### 🎈题目描述
8+
9+
10+
11+
12+
13+
# 🎉答案
14+
15+
- (SQL 3.7.9)
16+
- 符合MySQL5.7语法规范
17+
- 知识点
18+
- 涉及知识点
19+
20+
```
21+
select * from employees order by hire_date desc limit 1;
22+
```
23+
24+
# 🕵️‍♀️分析
25+
26+
1. 分析
27+
28+
# 🍭OJ刷题 地址
29+
30+
- [🚀数据库SQL 实战](https://www.nowcoder.com/ta/sql)
31+
- [🎉题解仓库](https://github.com/HANXU2018/nowcoderSQL)
32+
33+
34+
# 📫联系方式
35+
36+
1. 代码仓库
37+
38+
- github🍦 [HANXU2018](https://github.com/HANXU2018)
39+
40+
- gitee🍦 [hanxu051](https://gitee.com/hanxu051)
41+
42+
2. 个人博客
43+
44+
- [csdn🍦 [韩旭051]](https://hanxu.blog.csdn.net/)
45+
- [博客园🍦 [韩旭的笔记本]](https://www.cnblogs.com/hx97/)
46+
47+
3. 邮箱
48+
49+

0 commit comments

Comments
 (0)