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

Why do we use mysql?

1 Answers  


How do I run mysql on a mac?

1 Answers  


What is the role of a limit in a mysql query?

1 Answers  


Can mysql and mariadb coexist?

1 Answers  


What is ACID?

2 Answers  


Can you tell the difference between ereg_replace() and eregi_replace()?

1 Answers  


Write a command with which mysql table can be repaired

1 Answers  


What is mvcc in mysql?

1 Answers  


What is the usage of regular expressions in mysql?

1 Answers  


What is the use of mysqli_num_rows?

1 Answers  


mazimum size of a database in mysql? when we create a table then how many tables actually created? write there name?

1 Answers  


What is trigger in mysql with example?

1 Answers  


Categories