Home » MYSQL » Mysql Setup » Question
  1. Execution on a time activated basis according to a schedule is done by _____________.
    1. Stored procedures
    2. Triggers
    3. Stored program
    4. Events
    5. 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.



Your comments will be displayed only after manual approval.