nerdexam
Oracle

1Z0-047 · Question #69

View the Exhibit and examine the structure of the EMPLOYEES and DEPARTMENTS tables. Which SET operator would you use in the blank space in the following SQL statement to list the departments where…

The correct answer is B. MINUS. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of the EMPLOYEES and DEPARTMENTS 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;

Exhibit

1Z0-047 question #69 exhibit

Options

  • AUNION
  • BMINUS
  • CINTERSECT
  • DUNION ALL

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    74% (23)
  • C
    3% (1)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice