How can a user get the current SQL version?

Answers were Sorted based on User's Feedback



How can a user get the current SQL version?..

Answer / hrindows@gmail.com

The syntax for getting the current version of MySQL:
SELECT VERSION ();

Is This Answer Correct ?    0 Yes 0 No

How can a user get the current SQL version?..

Answer / hrindows@gmail.com

The syntax for getting the current version of MySQL:
SELECT VERSION ();

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can I see all mysql databases?

0 Answers  


Is mysql running ubuntu?

0 Answers  


Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');

0 Answers  


How to create a new table by selecting rows from another table in mysql?

0 Answers  


What is a user defined variable?

0 Answers  


How to display top 50 rows?

0 Answers  


Does mysql need a server?

0 Answers  


How do I change the max connection in mysql?

0 Answers  


How many threads can mysql handle?

0 Answers  


Does uninstalling mysql delete database?

0 Answers  


What is the insert?

0 Answers  


How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

0 Answers  


Categories