What is the correct syntax to get the MySQL Version?
Correct Answer: SELECT VERSION();
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
Correct syntax to turn on the global event scheduler?
Syntax to backup a database from command line?
Correct syntax to view the global event scheduler’s status in MySQL process list?
What happens to privileges for a table when you delete the table in MySQL?
Correct syntax to create a new user in MySQL?
Which is a valid declaration?
Which is not a Table Storage specifier in MySQL?
Is the FROM clause necessary in every SELECT statement?
Consider the following table definition: CREATE TABLE table1 ( column1 INT, column2 INT, column3 INT, column4 INT ) Which one of the following is the correct syntax for adding the column, 'column2a' after column2, to the table shown above?
To quote a string within a string, which can you use?