nerdexam
Oracle

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…

Using Subqueries to Solve Queries

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)
  • A
    6% (3)
  • B
    8% (4)
  • C
    4% (2)
  • D
    83% (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

#subquery operators#NOT IN#ANY ALL operators#multiple-row subqueries

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice