博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OCP 12c最新考试原题及答案(071-6)
阅读量:6326 次
发布时间:2019-06-22

本文共 761 字,大约阅读时间需要 2 分钟。

6、(4-21) choose the best answer:

View the Exhibit and examine the structure of the CUSTOMERS table.

Evaluate the following SQL statement:

SQL> SELECT cust_city, COUNT(cust_last_name)

FROM customers

WHERE cust_credit_limit > 1000

GROUP BY cust_city

HAVING AVG(cust_credit_limit) BETWEEN 5000 AND 6000;

 

Which statement is true regarding the outcome of the above query?

A) It executes successfully.

B) It returns an error because WHERE and HAVING clauses cannot be used in the same SELECT statement.

C) It returns an error because WHERE and HAVING clauses cannot be used to apply conditions on

the same column.

D) It returns an error because the BETWEEN operator cannot be used in the HAVING clause.

 

Answer:A

转载于:https://www.cnblogs.com/cnblogs5359/p/10370785.html

你可能感兴趣的文章
我的第一次
查看>>
如何修改jenkins的启动用户?
查看>>
/etc/resolv.conf
查看>>
我是架构师-设计模式-工厂模式--抽象工厂和工厂方法区别
查看>>
linux服务器yum挂载光盘步骤
查看>>
SWFUpload上传文件
查看>>
Python 目录操作
查看>>
linux 下编译C++
查看>>
实现NIS身份验证及自动挂载
查看>>
浅谈ESXi安装问题处理
查看>>
php 账号不能同时登陆,当其它地方登陆时,当前账号失效
查看>>
Linux系统常见服务
查看>>
centos73 postgresql9.6.2rpm 安装
查看>>
OrgChart 组织架构与PHP结合使用
查看>>
db2常见问题说明
查看>>
centos 6.4 samba的配置
查看>>
gcc -D:gcc的预定义功能
查看>>
haproxy配置增删改查
查看>>
我的友情链接
查看>>
sqlserver 取取月初月末和月份间隔
查看>>