Home » MYSQL » Mysql Compound Statements » Question
  1. What executes on a time activated basis according to a schedule?
    1. Triggers
    2. Stored procedures
    3. Events
    4. Stored program
    5. 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.



Your comments will be displayed only after manual approval.