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