Update ch06: 秋招秘籍A.md

This commit is contained in:
mba1398
2021-07-03 10:36:29 +08:00
committed by GitHub
parent 2045877033
commit 7a9e25e20e

View File

@@ -1,3 +1,5 @@
# 第六章:秋招秘籍 A
# 练习一: 各部门工资最高的员工(难度:中等)
创建Employee 包含所有员工信息每个员工有其对应的 Id, salary 和 department Id。