Which command returns current version on MySQL?

Which command returns current version on MySQL?
SELECT VERSION();
Well Done. Your Answer is Correct Keep it Up!
SELECT VERSION(“MySQL”);
SELECT MySQLVERSION();
All options are correct

Leave a Reply

Your email address will not be published. Required fields are marked *