博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【OCP题库】最新CUUG OCP 12c 071考试题库(67题)
阅读量:6832 次
发布时间:2019-06-26

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

67、(25-8)choose the best answer:

View the Exhibit and examine the structure of CUSTOMERS table.

Evaluate the following query:

SQL>SELECT cust_id, cust_city

FROM customers

WHERE cust_first_name NOT LIKE 'A_%g_%' AND

cust_credit_limit BETWEEN 5000 AND 15000 AND

cust_credit_limit NOT IN (7000, 11000) AND

cust_city NOT BETWEEN 'A' AND 'B';

Which statement is true regarding the above query?

A) It executes successfully.

B) It produces an error because the condition on the CUST_FIRST_NAME column is not valid.

C) It produces an error because conditions on the GUST_CREDIT_LIMIT column are not valid.

D) It produces an error because the condition on the CUST_CITY column is not valid.

Answer:A

 

(解析:考语法,验证 not like 、between and、not in、not between and 的混合使用)

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

你可能感兴趣的文章
ios官方菜单项目重点剖析附项目源码
查看>>
构建javaweb项目
查看>>
MVC5学习笔记
查看>>
大大大大板子
查看>>
使用博客园时,如何在自己的博客上显示头像?
查看>>
【作业】简单绘图程序
查看>>
二分查找
查看>>
java ee
查看>>
复制文字,链接,剪贴板的使用
查看>>
RSA加解密-2
查看>>
正向与反向代理的理解
查看>>
二分搜索法
查看>>
关于createTextRange和createRange的一些用法【转】
查看>>
POC - ASP.NET & IIS 部分
查看>>
软件工程第一课,设计简单小学四则运算
查看>>
关于jquery的serialize方法转换空格为+号的解决方法
查看>>
微信发一个网址打开后自动调用手机自带默认浏览器或提示选择浏览器打开如何实现?...
查看>>
ADO.NET 快速入门(二):执行命令
查看>>
【转】ARM 指令集版本和ARM 版本
查看>>
Spark Streaming揭秘 Day17 资源动态分配
查看>>