You are on page 1of 7

Problem Statement 1: List minimum , maximum , average

salaries of employee.
Query:

Query:

Query:
Problem Statement 2: Find how many job titles are available
in employee table.
Query:

Problem Statement 3: What is the difference between


maximum and minimum salaries of employees in the
organization.

Query:
Problem Statement 4: Find how much amount the company is
spending towards salaries.

Query:

Problem Statement 5: Calculate the average salary of all


employees.

Query:
Problem Statement 6: Count the number of records in emp
table.

Query:

Problem Statement 7: To calculate the number of


employees in each dept.

Query:
Problem Statement 8: Calculate the maximum, minimum
salary for each department.

Query:

Query:
Problem Statement 9: Display the job where the number of
employees is less than 3.
Query:

Problem Statement 10: Display the department number &


average salaries for those department whose maximum salary
greater than 10,000.

Query:
Problem Statement 11: Display the job_id & total monthly
salary for each job with a total payroll exceeding 13000 & sort the
result by total monthly salary & jobid does not contain MAN.

Query:

You might also like