Q. Which statement is used to check the status of the event scheduler at runtime?
β
Correct Answer: (D)
SHOW VARIABLES LIKE 'event_scheduler'
Explanation: This question is about how to check if the event scheduler in MySQL is working. The event scheduler is a feature that lets you run tasks automatically at specific times or intervals.