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

Is mysql a odbc?

0 Answers  


How we can get distinct columns values in mysql?

0 Answers  


What port is mysql running on?

0 Answers  


Is mysql connect deprecated?

0 Answers  


What does mysql_fetch_assoc do?

0 Answers  






What is foreign key in mysql?

0 Answers  


How to escape special characters in sql statements?

0 Answers  


What is a mysql view?

0 Answers  


What different Stored Objects are supported in MySQL?

1 Answers  


How do I create a database in mysql workbench?

0 Answers  


How can you get your MySQL root password, if you lost it?

1 Answers   PCS,


How do you name a table?

0 Answers  


Categories