-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
28 lines (20 loc) · 874 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- view all departments,
- view all roles,
view all employees,
add a department,
add a role,
add an employee,
and update an employee role
try to add some additional functionality to your application, such as the ability to do the following:
Update employee managers.
View employees by manager.
View employees by department.
Delete departments, roles, and employees.
View the total utilized budget of a department—in other words, the combined salaries of all employees in that department.
+-----------------------------------+-----------------+
| job_title | department |
+-----------------------------------+-----------------+
| swiper | logistics |
| assistant to the regional manager | sales |
| pencil pusher | human resources |
+----------------------------------