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



Your comments will be displayed only after manual approval.