Select Join Query
Select Join Query
2. Write a query to find the name (first_name, last name), department ID and
name of all the employees.
4. Write a query to find the employee id, name (last_name) along with their
manager_id and name (last_name)
5. Write a query to find the name (first_name, last_name) and hire date of the
employees who was hired after 'Jones'
6. Write a query to get the department name and number of employees in the
department
7. Write a query to find the employee ID, job title, number of days between
ending date and starting date for all jobs in department 90.
8. Write a query to display the department ID and name and first name of
manager.
9. Write a query to display the department name, manager name, and city.
10. Write a query to display the job title and average salary of employees.
11. Write a query to display job title, employee name, and the difference
between salary of the employee and minimum salary for the job
12. Write a query to display the job history that were done by any employee
who is currently drawing more than 10000 of salary.
13. Write a query to display department name, name (first_name, last_name),
hire date, salary of the manager for all managers whose experience is more
than 15 years.