Oracle Database 11g: Program with PL/SQL — Question 17

Which two statements are true about the instead of triggers? (Choose two.)

Answer options

Correct answer: C, D

Explanation

Option C is correct because instead of triggers are specifically designed for views and do not support before and after timing. Option D is also correct as the check option does not apply when modifications to the view are made using instead of triggers. Options A and B are incorrect as they misrepresent the capabilities and requirements of instead of triggers.