Trigger - Definition - Database
Q. What is a trigger?- Published on 27 Aug 15a. It is a procedural code which is executed automatically in response to certain events on a particular table or view.
b. Statement that enables to start any DBMS.
c. Condition the system tests for the validity of the database user.
d. Statement that is executed by the user when debugging an application program.
ANSWER: It is a procedural code which is executed automatically in response to certain events on a particular table or view.