Chinaunix首页 | 论坛 | 博客
  • 博客访问: 16992
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2021-11-30 10:47
文章分类
文章存档

2022年(28)

2021年(8)

我的朋友

分类: Oracle

2022-02-21 17:23:21

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

阅读(300) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~