MySQL provides us with the ability to create scheduled events. These are tasks that run according to a specified schedule.
Often referred to simply as events, scheduled events can be created with the CREATE EVENT
statement, they can be modified with the ALTER EVENT
statement, and they can be removed with the DROP EVENT
statement.