Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables.<br /> Evaluate this SQL statement:<br /> SELECT cust_id, ord_total<br /> FROM orders<br /> WHERE ord_total > ANY(SELECT ord_total<br /> FROM orders<br /> WHERE cust_id IN (SELECT cust_id<br /> FROM customers WHERE city LIKE'New York'));<br /> What is the result when the above query is executed?()<img src="https://img.ppkao.com/2018-08/zhangxu/2018080109553333342.jpg" /><img src="https://img.ppkao.com/2018-08/zhangxu/2018080109554624759.jpg" /><p> Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables.<br /> Evaluate this SQL statement:<br /> SELECT cust_id, ord_total<br /> FROM orders<br /> WHERE ord_total > ANY(SELECT ord_total<br /> FROM orders<br /> WHERE cust_id IN (SELECT cust_id<br /> FROM customers WHERE city LIKE'New York'));<br /> What is the result when the above query is executed?()<img src="https://img.ppkao.com/2018-08/zhangxu/20180801095533
A、A.A
B、B.B
C、C.C
D、D.D
E、E.E