You will provide the Entity Relationship Diagram (ERD) that captures the following requirements:
The hospital has many employees, for each employee we keep the ID (unique), first, and last names, job title, salary, and the office number.
Employees have three categories, regular employees, division managers where each one manages several regular employees, and general managers where each one manages several division managers. The three categories of employees share the same attributes mentioned above.