前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【2019年8月版】OCP 071认证考试原题-第35题

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

原创
作者头像
用户5892232
修改2019-11-25 15:25:39
3590
修改2019-11-25 15:25:39
举报

choose two

Which two statenents are tue about the COUNT function?

A) It can only be used for NUMBER data types.

B) COUNT (DISTINCT inv_amt) returns the number of rows excluding rows containing dupicates and NULLs in the INV_AMT column

C) COUNT(*) returns the number of rows in a table including duplicate rows and rows containing NULLs in any column.

D) A SELECT statement using the COUNT function with a DISTINCT keyword cannot have a WHERE clause.

E) COUNT(inv_amt) returns the number of rows in a table including rows with NULL in the INV_AMT column.

Answer::BC

(解析:count 对于 null 值是忽略的;可以与 where 一起使用。)

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档