DEVFYI - Developer Resource - FYI

Procedure and Functions are explicitly executed. This is different from a database trigger. When is a database trigger executed?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

Procedure and Functions are explicitly executed. This is different from a database trigger. When is a database trigger executed?

1. When the transaction is committed
2. During the data manipulation statement
3. When an Oracle supplied package references the trigger
4. During a data manipulation statement and when the transaction is committed

(Continued on next question...)

Other Interview Questions