您好,登錄后才能下訂單哦!
Choose two.
Which two statements are true about the results of using the INTERSECT operator in compound queres?
A) Reversing the order of the intersected tables can sometimes affect the output.
B) Column names in each SELECT in the compound query can be dfferent.
C) INTERSECT returns rows common to both sides of the compound query.
D) The number of columns in each SELECT in the compound query can be dfferent.
E) INTERSECT ignores NULLs
Answer::BC
(解析:intersect 會以第一個查詢的第一個列的值進行排序輸出,由于求的是交集,所以表的查詢順序可以不分先后;列的名字可以不一樣,但是數據類型必須匹配。)
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。