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 is mysql_pconnect?

0 Answers  


what is the Dynamic management views? where can you use?

1 Answers   ACC,


Write a query to fetch duplicate records from a table using mysql?

0 Answers  


What is delimiter $$?

0 Answers  


What mysql means?

0 Answers  






Explain the difference between primary key and candidate key in mysql?

0 Answers  


How to convert character strings to dates?

0 Answers  


How we can get distinct columns values in mysql?

0 Answers  


What's new in mysql 8?

0 Answers  


What is mysql enterprise edition?

0 Answers  


What is a join in mysql?

0 Answers  


What are the different table present in MYsql?

3 Answers  


Categories