Q. View the Exhibit and examine the structure of the EMPLOYEES andDEPARTMENTS tables. Which SET operator would you use in the blank space in the following SQL statement to list the departments where all the employees have managers? SELECT department_id FROM departments ____ SELECT department_id FROM employees WHERE manager_id IS NULL; (Solved)

1. UNION

2. MINUS

3. INTERSECT

4. UNION ALL

  • b. MINUS
Subscribe Now

Get All Updates & News