Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.78K Points
Extraordinary

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();
Explanation by: Jatin Dubey
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.