InterviewSolution
Saved Bookmarks
| 1. |
Which of the following lines is used to turn on the event scheduler?(a) event_scheduler = ON(b) eventscheduler = ON(c) event_scheduler_ON(d) events_scheduler_ONThis question was posed to me in a job interview.This intriguing question originated from Events in division Stored Programs of MySQL |
|
Answer» Correct option is (a) event_scheduler = ON |
|