A

Admin • 802.91K Points
Coach

Q. What does the MySQL function NOW() return?

  • (A) The current system date
  • (B) The current system time
  • (C) The current date and time
  • (D) The server's start time
  • Correct Answer - Option(C)
  • Views: 1
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
NOW() returns both current date and time. CURDATE() returns only the date, CURTIME() returns only the time. The server start time is not returned by NOW().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.