- 
					 Which of these is a stored program associated with a schedule?
 
- 
                        
- Stored procedure
 - Trigger
 - Event
 - Stored function
 - None of these
 
 
Correct Option: C
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.