Solved

Contents of the ORDERS Table

Question 92

Multiple Choice

Contents of the ORDERS table
Contents of the ORDERS table    -​Based upon the contents of the ORDERS table in the accompanying figure,which of the following SQL statements will display how long it took to ship order # 1007 (based upon when the order was originally placed) ? A)  ​SELECT order#,shipdate-orderdate FROM orders WHERE order# = 1007; B)  ​SELECT order#,shipdate-orderdate FROM orders WHERE order# LIKE 1_7%; C)  ​SELECT order#,shipdate-orderdate FROM orders WHERE order# = 1_7%; D)  ​SELECT order#,shipdate-orderdate FROM orders WHERE order# LIKE '1_7%';
-​Based upon the contents of the ORDERS table in the accompanying figure,which of the following SQL statements will display how long it took to ship order # 1007 (based upon when the order was originally placed) ?


A) ​SELECT order#,shipdate-orderdate FROM orders WHERE order# = 1007;
B) ​SELECT order#,shipdate-orderdate FROM orders WHERE order# LIKE 1_7%;
C) ​SELECT order#,shipdate-orderdate FROM orders WHERE order# = 1_7%;
D) ​SELECT order#,shipdate-orderdate FROM orders WHERE order# LIKE '1_7%';

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents