MySQL

MySQL VERSION()

In SQL language, the VERSION() function returns the version of MySQL. This function allows knowing exactly the version of the system used. This can be useful to know if the version is outdated or to know the exact system and thus better assimilate the functioning of the system according to its version.
 

Syntax:

This SQL function can be used in SQL queries using the following syntax:

SELECT VERSION();

Output:

5.5.32-75.1

 

mcqMCQPractice competitive and technical Multiple Choice Questions and Answers (MCQs) with simple and logical explanations to prepare for tests and interviews.Read More

Leave a Reply

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