码迷,mamicode.com
首页 > 其他好文 > 详细

OCP-1Z0-051-题目解析-第9题

时间:2014-06-26 16:03:20      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:style   color   strong   数据         

9. Which statement is true regarding the INTERSECT operator?

A. It ignores NULL values.

B. Reversing the order of the intersected tables alters the result.

C. The names of columns in all SELECT statements must be identical.

D. The number of columns and data   types must be identical for all SELECT statements in the query.

Answer: D

题目解析:关于交集操作,下面哪个说法是正确的?

A:交集操作忽略Null (错误,交集操作不会忽略空值)

B: 交换两个表的顺序,交集的结果会不同(错误,交集的结果与表的顺序无关)

C: 在所有的Select语句中,字段的名称必须相同(错误,字段的名称可以不同,但字段的数量和数据类型必须一致)

D: 在所有的Select语句中,字段的数量和数据类型必须相同(正确)。

OCP-1Z0-051-题目解析-第9题,布布扣,bubuko.com

OCP-1Z0-051-题目解析-第9题

标签:style   color   strong   数据         

原文地址:http://www.cnblogs.com/wjx515/p/3808960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!