当前位置:1Z0-007题库

问题:

[单选]

Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables.
Which SQL statement retrieves the order ID, customer ID, and order total for the orders that are placed on the same day that Martin placed his orders?()

A . SELECT ord_id, cust_id, ord_total FROM orders, customers WHERE cust_name='Martin' AND ord_date IN ('18-JUL-2000','21-JUL-2000');
B . SELECT ord_id, cust_id, ord_total FROM orders WHERE ord_date IN (SELECT ord_date FROM orders WHERE cust_id = (SELECT cust_id FROM customers WHERE cust_name = 'Martin'));
C . SELECT ord_id, cust_id, ord_total FROM orders WHERE ord_date IN (SELECT ord_date FROM orders, customers WHERE cust_name = 'Martin');
D . SELECT ord_id, cust_id, ord_total FROM orders WHERE cust_id IN (SELECT cust_id FROM customers WHERE cust_name = 'Martin')

简述在进行站点地图规划时,应注意哪些方面的问题? 土石坝黏土心墙和斜墙顶部水平厚度不宜小于()m。 A、1 。 B、2 。 C、3 。 D、4。 关于苯二氮卓类的药理作用,正确的是() 抗焦虑作用。 作用于大脑5-羟色胺受体。 镇静催眠作用。 抗惊厥作用。 骨骼肌松弛作用。 103阀放风阀导向杆密封圈漏泄,会引起紧急室充气过快。 摩擦学研究所应用的主要分析测试技术大体上可分为三类:

Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables.
Which SQL statement retrieves the order ID, customer ID, and order total for the orders that are placed on the same day that Martin placed his orders?()

参考答案:

  参考解析

本题暂无解析

在线 客服