试题详情
- 多项选择题 The ORDERS table has these columns: ORDER_ID NUMBER(4) NOT NULL CUSTOMER_ID NUMBER(12) NOT NULL ORDER_TOTAL NUMBER(10,2) The ORDERS table tracks the Order number, the order total, and the customer to whom the Order belongs. Which two statements retrieve orders with an inclusive total that ranges between 100.00 and 2000.00 dollars? ()
A、SELECT customer_id, order_id, order_total FROM orders RANGE ON order _ total (100 AND 2000) INCLUSIVE;
B、SELECT customer_id, order_id, order_total FROM orders HAVING order _ total BETWEEN 100 and 2000;
C、SELECT customer_id, order_id, order_total FROM orders WHERE order _ total BETWEEN 100 and 2000;
D、SELECT customer_id, order_id, order_total FROM orders WHERE order_total>= 100 and <= 2000;
E、SELECT customer_id, order_id, order_total FROM orders WHERE order_total>= 100 and order_total <= 2000;
- C,E
关注下方微信公众号,在线模考后查看
热门试题
- Which statemen
- You have a very larg
- You are
- A company that make
- Given: Whatistheres
- Examine the data in
- Observe the followi
- 简述Oracle数据库角色的种类、作用,
- You execute&en
- Examine the command
- Which of
- Observethestructureo
- You create two resou
- Given:10. interface
- What is
- A developer&en
- You are using the f
- Your database&
- After you have resto
- You are