What executes on a time activated basis according to a schedule?
(a) Stored program
(b) Events
(c) Triggers
(d) Stored procedures
(a) Stored program
(b) Events
(c) Triggers
(d) Stored procedures
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (b) Events
The best I can explain: 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.