You are on page 1of 2

Oracle SQL Assignment 3 (Due May 6) 1.

List employees from Department D11 or Department E01 who involve in projects with estimated mean project staffing greater than 5. 2. List names and the estimated mean project staffing of the projects in which PRSTAFF is greater than or equal to the highest all-around average PRSTAFF; please also list names of departments involve in these projects. 3. List the name, average salary, maximum salary and the number of employees for each department, except the Operations Department, having an average salary greater than the average salary over all employees; list the result in ascending alphabetic order by department name. 4. Increase Mr. Gounot's salary to $29750.00, then list the employee names and department names in descending salary order, and for the same salary in ascending alphabetic order by employee name, for the 'Operations' and 'Software Support' departments. 5. List names of all managers with the names of departments they are in and the names of projects they are responsible for. 6. List all employees working on the Payroll Programming Project who spend 50% or more of their time on an activity during any time period. 7. List the names of all employees working on the DB/DC Support Project who are in Software Support Department and their salaries. 8. List the employee numbers, salaries and phone numbers of all employees in the Manufacturing Systems Department who are involved in the W L Robot Design Project, and list the estimated mean staffing needed for this project between the estimated start and completion of the project activities, and the activity numbers. 9. List all employees in the Information Center who are working on the User Education Project. 10. For each activity in the Systems Support or W L Programming projects, list the project number, project name, activity number, employees working on the activity and employee's department.

You might also like