A

Admin • 833K Points
Coach

Q. What will this query return?

Code:
SELECT NOW();
  • (A) Current date only
  • (B) Current time only
  • (C) Current date and time
  • (D) An error
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`NOW()` returns the current date and time.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.