Employee

You can edit an employee by changing the name and department and pressing the "Update Employee" button.

personnel SELECT name, department_id FROM employee WHERE id = Integer.parseInt()

Name:
int deptId = ; Name must be at least 5 characters. Name must be less than 64 characters.

Department:
You must select a department.

* These fields are required.