Home » MYSQL » MySQL Database Operations » Question
  1. Which is the stored program associated with a schedule?
    1. Stored procedure
    2. Stored function
    3. Trigger
    4. Event
    5. 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.



Your comments will be displayed only after manual approval.