其他分享
首页 > 其他分享> > ocp 19c考题,科目082考试题(27) - order by clause

ocp 19c考题,科目082考试题(27) - order by clause

作者:互联网

Oracle OCP 19c 认证1Z0-082考试题库(第27题)-CUUG内部学员版082题库解析

27、Evaluate the following SQL statement:

SQL> select cust_id, cust_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 either one of which can complete the query.

A. ORDER BY "Last name"

B. ORDER BY 2, cust_id

C. ORDER BY CUST_NO

D. ORDER BY 2, 1

E. ORDER BY "CUST_NO"

source : cuug

标签:27,cust,082,CUST,ORDER,考试题,id,name
来源: https://www.cnblogs.com/alice9313/p/15919787.html