Q:

Which command returns current version on MySQL?

0

Which command returns current version on MySQL?


  1. SELECT MySQLVERSION();
  2. SELECT VERSION(“MySQL”);
  3. SELECT VERSION();
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C.SELECT VERSION();

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

MySQL MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of these commands will delete a table called... >>
<< Which clause is used to sort the result of SELECT ...