-
Which is the stored program associated with a schedule?
-
- Stored procedure
- Stored function
- Trigger
- Event
- None of these
Correct Option: D
The MySQL version 5.1.6 and above has an event scheduler. It enables to perform time activated database operations. An event is a stored program that is associated with a schedule.