Multiple Choice
To control complexity among a collection of triggers,which guideline(s) should be followed?
A) Use data manipulation statements primarily in BEFORE triggers.
B) For triggers that fire on UPDATE statements, do not list the columns to which the trigger applies.
C) Be cautious about creating triggers on tables affected by actions on referenced rows.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q53: Since the number of triggers is a
Q54: An unnamed PL/SQL block of code,which is
Q55: Inside a package implementation,each procedure or function
Q56: What is the primary motivation for using
Q57: Procedures and functions are executed by the
Q59: Two triggers with the same timing,granularity,and applicable
Q60: Functions should be usable in expressions,i.e.a function
Q61: Due to the growth of online database
Q62: The common SQL*Plus command used to list
Q63: When writing a PL/SQL procedure,it is good