1Z0-071 · Question #221
Which statement is true regarding sub queries?
The correct answer is D. The NOT operator can be used with IN, ANY, and ALL operators in multiple- row subqueries. Using the ANY Operator in Multiple-Row Subqueries The ANY operator (and its synonym, the SOME operator) compares a value to each value returned by a subquery. <ANY means less than the maximum. >ANY means more than the minimum. =ANY is equivalent to IN Using the ALL Operator in…
Question
Which statement is true regarding sub queries?
Options
- AThe LIKE operator cannot be used with single- row subqueries.
- BThe NOT IN operator is equivalent to IS NULL with single- row subqueries.
- C=ANY and =ALL operators have the same functionality in multiple- row subqueries.
- DThe NOT operator can be used with IN, ANY, and ALL operators in multiple- row subqueries.
How the community answered
(53 responses)- A6% (3)
- B8% (4)
- C4% (2)
- D83% (44)
Explanation
Using the ANY Operator in Multiple-Row Subqueries The ANY operator (and its synonym, the SOME operator) compares a value to each value returned by a subquery. <ANY means less than the maximum. >ANY means more than the minimum. =ANY is equivalent to IN Using the ALL Operator in Multiple-Row Subqueries The ALL operator compares a value to every value returned by a subquery. >ALL means more than the maximum and <ALL means less than the minimum. The NOT operator can be used with IN, ANY, and ALL operators.
Topics
Community Discussion
No community discussion yet for this question.