Q. Which of the following is a valid sql statement?
β
Correct Answer: (B)
SELECT TO_CHAR(SYSDATE, ‘Month DD, YYYY’) FROM dual;
You must be Logged in to update hint/solution