A

Admin • 833K Points
Coach

Q. To know your MYSQL version and current date which of the following command you should use?

  • (A) VERSION, CURRENT_DATE();
  • (B) SELECT VERSION, CURRENTDATE();
  • (C) SELECT VERSION(), CURRENT_DATE;
  • (D) SELECT VERSON(),CURRENT_DATE();
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

SELECT VERSION (), CURRENT_DATE; is the command to check the current MYSQL version and date.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.