After completing this lab you should be able to:

Figure 1 - First prompt the user for employee id, name, and title information.

Figure 2 - Next, prompt the user for the department. Also, show all valid departments. This is important since there is a Referential Integrity constraint on the employee table which requires valid department IDs.

Figure 3 - Next, prompt the user for the employee's supervisor. As with department id, show all valid supervisors (assume titles are equal to 'Director' or 'Manager'). Finally, insert the row into the EMPLOYEE table with the information provided by the user.