【2019年8月版】ocp 071认证考试原题-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 593345
  • 博文数量: 486
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4941
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp ocp 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(486)

文章存档

2024年(3)

2023年(35)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2019-11-27 09:44:09

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 函数来处理。)

阅读(1094) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图