InterviewSolution
Saved Bookmarks
| 1. |
Execution on a time activated basis according to a schedule is done by _____________(a) Stored program(b) Events(c) Triggers(d) Stored procedures |
|
Answer» The correct answer is (b) Events For explanation: 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. |
|