-
What executes on a time activated basis according to a schedule?
-
- Triggers
- Stored procedures
- Events
- Stored program
- None of these
Correct Option: C
In MySQL, the events execute on a time activated basis according to a schedule. Triggers are defined to execute when the table is modified via INSERT, DELETE or UPDATE statements.