Q. To know your MYSQL version and current date which of the following command you should use?
β
Correct Answer: (C)
SELECT VERSION(), CURRENT_DATE;
Explanation: SELECT VERSION (), CURRENT_DATE; is the command to check the current MYSQL version and date.