SQL Fundamentals - Practice 07
SQL Fundamentals - Practice 07
1. The HR department needs a list of department IDs for departments that do not contain the
job ID ST_CLERK. Use set operators to create this report.
2. The HR department needs a list of countries that have no departments located in them.
Display the country ID and the name of the countries. Use set operators to create this report.
3. Produce a list of jobs for departments 10, 50, and 20, in that order. Display job ID and
department ID using set operators.
4. Create a report that lists the employee IDs and job IDs of those employees who currently
have a job title that is the same as their job title when they were initially hired by the
company (that is, they changed jobs but have now gone back to doing their original job).