Which of the following displays the order date for order 1000 as 03/31? a. SELECT TO_CHAR(orderdate, 'MM/DD') FROM orders WHERE order# ¼ 1000; b. SELECT TO_CHAR(orderdate, 'Mth/DD') FROM orders WHERE...



Which of the following displays the order date for order 1000 as 03/31?


a. SELECT TO_CHAR(orderdate, 'MM/DD')


FROM orders


WHERE order# ¼ 1000;


b. SELECT TO_CHAR(orderdate, 'Mth/DD')


FROM orders


WHERE order# ¼ 1000;


c. SELECT TO_CHAR(orderdate, 'MONTH/YY')


FROM orders


WHERE order# ¼ 1000;


d. both a and b


e. none of the above

Nov 23, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here