nerdexam
Oracle

1Z0-047 · Question #253

View the Exhibit and examine the structure of the EMPLOYEES table. You want to know the FIRST_NAME and SALARY for all employees who have the same manager as that of the employee with the first name…

The correct answer is D. SELECT first_name, salary. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of the EMPLOYEES table. You want to know the FIRST_NAME and SALARY for all employees who have the same manager as that of the employee with the first name 'Neena' and have salary equal to or greater than that of 'Neena'. Which SQL statement would give you the desired result?

Exhibit

1Z0-047 question #253 exhibit

Options

  • ASELECT first_name, salary
  • BSELECT first_name, salary
  • CSELECT first_name, salary
  • DSELECT first_name, salary

How the community answered

(55 responses)
  • A
    5% (3)
  • B
    11% (6)
  • C
    2% (1)
  • D
    82% (45)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice