What is the correct syntax to turn on the global event scheduler?
Correct Answer: SET GLOBAL event_scheduler = ON;
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
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?
Correct command to check if MySql service is running or not in RedHat?
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?
Which commands will list the tables of the current database?