一、原题
二、题目翻译
三、题目解析
Which statement is true regarding the UNION operator?
A. The number of columns selected in all SELECT statements need to be the same
B. Names of all columns must be identical across all SELECT statements
C. By default, the output is not sorted
D. NULL values are not ignored during duplicate checking
答案: D
(我的理解,答案应该是AD)
A. The number of columns selected in all SELECT statements need to be the same
B. Names of all columns must be identical across all SELECT statements
C. By default, the output is not sorted
D. NULL values are not ignored during duplicate checking
答案: D
(我的理解,答案应该是AD)
二、题目翻译
关于UNION操作,下面的描述哪个是正确的?
A.所有的SELECT的列的数量必须一样。
B.所有的SELECT的列的名字必须一样。
C.默认情况下,输出不会排序。
D.在重复检查的时候,null值不会被忽略。
A.所有的SELECT的列的数量必须一样。
B.所有的SELECT的列的名字必须一样。
C.默认情况下,输出不会排序。
D.在重复检查的时候,null值不会被忽略。
三、题目解析
这题看起来和正式题库中152题类似,但A选项这个,一个是need to be the same,一个是need not be the same.
所以,152题中,这个选项不正确,而这个题,这个选项个人认为是正确的。
具体测试,看152题的测试。
http://blog.csdn.net/holly2008/article/details/26410133
所以,152题中,这个选项不正确,而这个题,这个选项个人认为是正确的。
具体测试,看152题的测试。
http://blog.csdn.net/holly2008/article/details/26410133