Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Introduction to Database

1. Find out job group name who have highest amount of total salary. (Sal + comm)
2. Create a query to display the employees that earn a salary that is higher than the salary of all
clerks. Sort the results on salary from highest to lowest.
3. Write a query to display the name, department number and salary of any employee whose
department number and salary match the department number and salary of any employee who
earns a commission.
4. Write a query to display the department name, location name and number of employees and
their rounded average salary for all employees as department name wise and location wise.
5. Display the employee name along with their salary who is getting the third lowest salary.
6. Write a query to display the employee name and Hiredate for all employees in the same
department as smith. Exclude smith.
7. Find the name of lowest paid manager. (Manager is not Job)
8. Display the employee details who joined after KING.
9. Find the department where maximum number of employee is located
10. Find the department no of the highest paid salary. ( Highest paid means maximum of every
salary)

You might also like