1.

What is defined to execute when the table is modified only?(a) Stored functions(b) Stored procedures(c) Triggers(d) EventsThis question was posed to me in examination.This intriguing question comes from PHP Overview in section MySQL Programs Using Perl DBI and PHP of MySQL

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

Related InterviewSolutions