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')
c. SELECT TO_CHAR(orderdate, 'MONTH/YY')
d. both a and b
e. none of the above
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here