You are on page 1of 1

1 Write a query to list the number of jobs available in the employees table

2 Write a query to get the total monthly income payable to employees


3.Write a query to get the minimum monthly income from employees table
4.Write a query to get the maximum monthly income of an employee working as a
Research Scientist
5.Write a query to get the average monthly income and number of employees working
as a Laboratory Technician
6 Write a query to get the number of employees with the same job
7.Write a query to get the difference between the highest and lowest monthly
income
8.Write a query to display the department and salary for all employees whose
monthly income is not in the range 5000 through 7500
9.Write a query to display the departmentand job of employees whose jobname have
exactly 7 characters
10 Write a query to display the job of employees having 's' as the third character.

You might also like