Multiple Choice
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
Correct Answer:
Verified
Q48: Which of the following format elements will
Q49: The INITIALCAP function can be used to
Q50: Contents of the CUSTOMERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q51: The <u>CONCAT</u> function can be used to
Q52: <u>SYSTEMDATE</u> can be used to include the
Q54: A(n)_ number is used in the ROUND
Q55: Which of the following format elements can
Q56: The REPLACE function is used to substitute
Q57: The <u>SUBSTR</u> function is used to return
Q58: Contents of ORDERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt="Contents