-
Which of these is defined to execute when the table is modified only?
-
- Events
- Stored functions
- Stored procedures
- Triggers
- 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.