πŸ“Š MySQL
Q. Which statement is used to check the status of the event scheduler at runtime?
  • (A) SHOW STATUS OF 'event_scheduler'
  • (B) SHOW VARIABLES OF 'event_scheduler'
  • (C) SHOW STATUS LIKE 'event_scheduler'
  • (D) SHOW VARIABLES LIKE 'event_scheduler'
πŸ’¬ Discuss
βœ… 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.

Explanation by: Neelam Mittal
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
89%
Success Rate