-
Execution on a time activated basis according to a schedule is done by _____________.
-
- Stored procedures
- Triggers
- Stored program
- Events
- None of these
Correct Option: D
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.