Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables. 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?()
- A、A
- B、B
- C、C
- D、D
- E、E
正确答案:A
答案解析:有

微信扫一扫手机做题