IT 450 Oracle SQL Assignment 2
IT 450 Oracle SQL Assignment 2
How many different departments are there in which the employees are working? 3. List names and phone numbers of all employees who are either from Department A00 or have 16 years of formal education. 4. List the name and sex of every employee whose last name begins with "Jo". 5. List names of employees who are managers (use EXISTS). 6. List department(s) which has/have no manager(s) yet. 7. Create a view called PAYROLL for all employees, including first name, last name, department and salary. 8. List all records in the PAYROLL. 9. Create a view called MGMTEAM (Management Team) under President Haas, including employee number, last name, job, salary, department name and project name (Haas's record should be excluded). 10. List all records in the MGMTEAM.