Right choice is (d) SHOW VARIABLES LIKE ‘event_scheduler’
Best explanation: In MySQL, in order to check the status of the event scheduler at runtime, the statement: SHOW VARIABLES LIKE ‘event_scheduler’; is used. The event_scheduler is a system variable.