返回顶部
首页 > 资讯 > 数据库 >【2019年8月版】OCP 071认证考试原题-第37题
  • 294
分享到

【2019年8月版】OCP 071认证考试原题-第37题

【2019年8月版】OCP071认证考试原题-第37题 2020-10-16 11:10:31 294人浏览 才女
摘要

Choose the best answer Examine the description of the PRODUCT_INFORMATION table: Name     NULL?        Type ---------

Choose the best answer

Examine the description of the PRODUCT_INFORMATION table:

Name     NULL?        Type

------------------------------------------------------------------------

PROD_ID NOT NULL     NUMBER(2)

PROD_NANE           VARCRAR2 (10)

LIST_PRICE             NUMBER(6,2)

Which query retrieves the number of products with a null list price?

A) SELECT (COUNT(list_price) FERM Product_intormation WHERE list_price=NULL;

B) SELECT Count(nvl( list_price,0) )FROM pruduct_information WHERE list_price is null;

C) SELECT COUNT(DISTINCT list_price) FROM produet_infomation WHERE list_price is nulll.

D) SELECT COUNT(list_price) from proceduct_information where list_price is NULL;

Answer:B

(解析:这道题的难点在题目的提问上,题目的意思是哪个查询能够检索到 price 为空的产品数量。由于 list_price 本身为空,count 函数处理的方式是忽略,所以要用 nvl 函数来处理。)

您可能感兴趣的文档:

--结束END--

本文标题: 【2019年8月版】OCP 071认证考试原题-第37题

本文链接: https://lsjlt.com/news/2673.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作