Question: 44
(Choose 1 answer)
Which of the following is false about database trigger?
A. It automatically runs when an event occurs in the database server
B. DML triggers are frequently used for enforcing business rules and data integrity.
C. The same trigger action cannot be defined for more than one user action (for example, INSERT and
UPDATE) in the same CREATE TRIGGER statement
D. When a trigger fires, results are returned to the calling application, just like with stored procedures.