Oracle
1Z0-071 · Question #155
1Z0-071 Question #155: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #155. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.) Examine this SQL statement: SELECT department_id "DEPT_ID", department_name, 'b' FROM departments WHERE departments_id=90 UNION SELECT department_id, department_name DEPT_NAME, 'a' FROM departments WHERE department_id=10 Which two ORDER BY clauses can be used to sort the output?
Options
- AORDER BY DEPT_NAME;
- BORDER BY DEPT_ID;
- CORDER BY 'b';
- DORDER BY 3;
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.