nerdexam
Oracle

1Z0-007 · Question #130

Exhibit Evaluate this SQL statement: SELECT cust_id, ord_total FROM orders WHERE ord_total > ANY (SELECT ord_total FROM orders WHERE cust_id IN (SELECT cust_id FROM customers WHERE city LIKE `New…

The correct answer is A. Option A. See the full explanation below for the reasoning.

Question

Exhibit Evaluate this SQL statement:

SELECT cust_id, ord_total FROM orders WHERE ord_total > ANY (SELECT ord_total FROM orders WHERE cust_id IN (SELECT cust_id FROM customers WHERE city LIKE `New York')); What is the result when the above query is executed?

Exhibits

1Z0-007 question #130 exhibit 1
1Z0-007 question #130 exhibit 2

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D
  • EOption E
  • FOption F

How the community answered

(53 responses)
  • A
    77% (41)
  • C
    8% (4)
  • D
    11% (6)
  • E
    2% (1)
  • F
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-007 Practice