Oracle Database 12c SQL 1z0-071 Question # 87 Topic 9 Discussion

Oracle Database 12c SQL 1z0-071 Question # 87 Topic 9 Discussion

1z0-071 Exam Topic 9 Question 87 Discussion:
Question #: 87
Topic #: 9

Examine this SQL statement:

SELECT cust_id, cus_last_name "Last Name"

FROM customers

WHERE country_id = 10

UNION

SELECT cust_id CUST_NO, cust_last_name

FROM customers

WHERE country_id = 30

Identify three ORDER BY clauses, any one of which can complete the query successfully.


A.

ORDERBY 2, 1


B.

ORDER BY "CUST_NO"


C.

ORDER BY 2,cust_id


D.

ORDER BY CUST_NO


E.

ORDER BY "Last Name"


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.