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

What are the types of database engines available in mysql?

0 Answers  


What is mysql and why it is used?

0 Answers  


Write a query to stop mysql in unix

0 Answers  


How do I kill a mysql query?

0 Answers  


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  






What is a scalar function?

0 Answers  


How do I create a stored procedure in mysql?

0 Answers  


What is mysqli_connect_error ()?

0 Answers  


about join

2 Answers  


What is the difference between mysql and sql?

0 Answers  


What is the default password for mysql?

0 Answers  


What is mysql community server?

0 Answers  


Categories