πŸ“Š MySQL
Q. Which of the following is a valid sql statement?
  • (A) SELECT SYSDATE;
  • (B) SELECT TO_CHAR(SYSDATE, ‘Month DD, YYYY’) FROM dual;
  • (C) SELECT UPPER(Hello) FROM dual;
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) SELECT TO_CHAR(SYSDATE, ‘Month DD, YYYY’) FROM dual;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
217
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
95%
Success Rate