Answer Posted / 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 View All Answers
Why we use mysqli instead of mysql?
How to delete an existing column in a table?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
How to convert character strings to numeric values?
How you can create a trigger in mysql?
How show all tables in mysql query?
How to load a csv file into a table
What are different types of queries?
What is default schema in mysql?
What is an index? How can an index be declared in mysql?
How can you export the table as an xml file in mysql?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is the difference between truncate and delete?
Which is faster innodb or myisam?
What are the two types of queries?