1.

Which value of event_scheduler enables checking status but not changing it at runtime?(a) ON(b) OFF(c) DISABLED(d) ENABLEDThis question was posed to me in unit test.My question is taken from Events topic in division Stored Programs of MySQL

Answer»

Correct answer is (c) DISABLED

The EXPLANATION: In MySQL, if the event_scheduler is SET to ‘DISABLED’ at startup, its STATUS cannot be changed but can be checked at RUNTIME. The EVENTS can be created but they will not execute.



Discussion

No Comment Found

Related InterviewSolutions