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 the ship date for order 1006 as April 2,2002?
A) SELECT order#,TO_CHAR(shipdate,'Month DD,YYYY')
FROM orders;
B) SELECT order#,TO_DATE(shipdate,'Month DD,YYYY')
FROM orders;
C) SELECT order#,TO_CHAR(shipdate,'Month DY,YYYY')
FROM orders;
D) SELECT order#,TO_DATE(shipdate,'Month DY,YYYY')
FROM orders;
Correct Answer:

Verified
Correct Answer:
Verified
Q46: Single-row functions return one row of results
Q71: The LPAD or RPAD function can be
Q73: The <u>RTRIM</u> function can be used to
Q74: Which of the following is a table
Q75: The TO_CHAR function can be used to
Q77: When functions are nested,the _ function is
Q78: Which of the following functions can be
Q79: Contents of the CUSTOMERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q80: Include <u>DAY</u> in a format argument of
Q81: Which of the following functions can be