大數據就業實戰培訓 Oracle就業實戰培訓
OCP 19c 1Z0-082認證考試題庫(第2題)-CUUG內部學員版082題庫解析
2.Which statement is true about the INTERSECT operator used in compound queries?
A. Multiple INTERSECT operators are not possible in the same SQL statement
B. It processes NULLs in the selected columns
C. INTERSECT is of lower precedence than UNION or UNION ALL
D. It ignores NULLs
Answer: B
(解析:為了符合新出現的 SQL 標準,Oracle 的未來版本將賦予 INTERSECT 運算符比其他 set運算符更高的優先級。因此,在使用 INTERSECT 運算符和其他集合運算符的查詢中,應該使用括號來指定求值順序。INTERSECT 不會忽略空值。)