nerdexam
Oracle

1Z0-047 · Question #123

1Z0-047 Question #123: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-047 to reveal the answer and full explanation for question #123. The question stem and answer options stay visible for context.

Question

View the Exhibit and examine the details of the EMPLOYEES table. Evaluate the following SQL statements: Statement 1: SELECT employee_id, last_name, job_id, manager_id FROM employees START WITH employee_id = 101 CONNECT BY PRIOR employee_id = manager_id AND manager_id != 108 ; Statement 2: SELECT employee_id, last_name, job_id, manager_id FROM employees WHERE manager_id != 108 START WITH employee_id = 101 CONNECT BY PRIOR employee_id = manager_id; Which two statements are true regarding the above SQL statements? (Choose two.)

Exhibit

1Z0-047 question #123 exhibit

Options

  • AStatement 2 would not execute because the WHERE clause condition is not allowed in a statement that
  • BThe output for statement 1 would display the employee with MANAGER_ID 108 and all the employees
  • CThe output of statement 1 would neither display the employee with MANAGER_ID 108 nor any employee
  • DThe output for statement 2 would not display the employee with MANAGER_ID 108 but it would display

Unlock 1Z0-047 to see the answer

You've previewed enough free 1Z0-047 questions. Unlock 1Z0-047 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-047 Practice