Oracle
1Z0-071 · Question #110
1Z0-071 Question #110: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #110. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the structure 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 not execute because the positional notation instead of the column name
- BThe statement would execute successfully and display all the rows in the ascending order of
- CThe statement would execute successfully but it will ignore the ORDER BY clause and display the
- DThe statement would not execute because the ORDER BY clause should appear only at the end
Unlock 1Z0-071 to see the answer
You've previewed enough free 1Z0-071 questions. Unlock 1Z0-071 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.
