1.

What is defined to execute when the table is modified only?(a) Stored functions(b) Stored procedures(c) Triggers(d) Events

Answer» The correct option is (c) Triggers

To explain: 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.


Discussion

No Comment Found