Oracle Database SQL 12c 1z0-071 Exam Practice Test 2
© examsiri.com
Question : 31 of 50
Marks:
+1,
-0
View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.)
Which two ORDER BY clauses can be used to sort the output?
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?
Go to Question: