Question
Asked by:
$15.00 Update for SQL Server Database
- From Computer-Science: General-CS
- Closed, but you can still post tutorials
- Due on Jun. 08, 2009
- Asked on Jun. 05, 2009 at 09:00:58AM
Q:This is the updated requirements for my database:
Choose an EEO-1 Classification: Increase all employees salaries that have the selected EEO-1 classification by 8%.
· Increase all employees salaries by 2%.
· Choose an employee from the employee table; delete this employee.
Then, write SQL statements to:
-Calculate the average salary for all employees.
-Calculate the maximum salary for exempt employees and the maximum salary for non-exempt employees. This can be two separate statements.
-Calculate the maximum salary for all employees.
-Calculate the minimum salary for exempt employees and the maximum salary for non-exempt employees in a SINGLE SQL statement. Use subqueries to incorporate both elements in the query.
-Calculate the count of all male employees and count of female employees.Attachments:
week3assignment.txt (9K)



