Oracle
1Z0-047 · Question #3
1Z0-047 Question #3: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-047 to reveal the answer and full explanation for question #3. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the data in the EMPLOYEES tables. Evaluate the following SQL statement: SELECT employee_id, department_id FROM employees WHERE department_id= 50 ORDER BY department_id UNION SELECT employee_id, department_id FROM employees WHERE department_id= 90 UNION SELECT employee_id, department_id FROM employees WHERE department_id= 10; What would be the outcome of the above SQL statement?
Exhibit
Options
- AThe statement would execute successfully and display all the rows in the ascending order of
- BThe statement would execute successfully but it will ignore the ORDER BY clause and display the
- CThe statement would not execute because the positional notation instead of the column name should
- DThe statement would not execute because the ORDER BY clause should appear only at the end of
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.
