Which of the following is TRUE about PL/SQL Trigger?

A)  When certain conditions are met, a trigger stored in a database is triggered.
B)  A trigger is an application that executes or fires automatically when a certain event occurs.
C)  Both (A) and (B)
D)  None of the above

Correct Answer :   None of the above


Explanation :

The following points are TRUE about PL/SQL Trigger :
 
When certain conditions are met, a trigger stored in a database is triggered.
A trigger is an application that executes or fires automatically when a certain event occurs.