Contents of ORDERS table
Note: Column names are truncated as follows: SH = SHIPSTATE and SHIPZ = SHIPZIP.
-Based upon the contents of the ORDERS table,which of the following SQL statements will display only those orders shipped to the zip code zone that begins with 323?
A) SELECT order#,SUBSTR(shipzip,1,323)
FROM orders;
B) SELECT order#,SUBSTR(shipzip,1,323)
FROM orders
WHERE shipzip = 323;
C) SELECT order#
FROM orders
WHERE shipzip = SUBSTR(shipzip,1,323) ;
D) SELECT order#
FROM orders
WHERE SUBSTR(shipzip,1,3) = 323;
Correct Answer:
Verified
Q112: Contents of the CUSTOMERS table
Q113: Contents of ORDERS table Q114: The _ function fills the area to Q115: The _ function is used to determine Q116: The _ function converts character strings to
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents