A

Admin • 831.35K Points
Coach

Q. What is the result of this SQL?

Code:
SELECT NOW();
  • (A) Current date only
  • (B) Current time only
  • (C) Current date and time
  • (D) Syntax error
  • Correct Answer - Option(C)
  • Views: 15
  • 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.