Home » MYSQL » Mysql Compound Statements » Question
  1. Which of these is defined to execute when the table is modified only?
    1. Events
    2. Stored functions
    3. Stored procedures
    4. Triggers
    5. None of these
Correct Option: D

In MySQL, triggers are associated with a table. They are defined to execute when the table is modified via INSERT, DELETE or UPDATE statements. MySQL supports objects to be stored on server side.



Your comments will be displayed only after manual approval.