Multiple Choice
The statement ____ recompiles the trigger named sales_trg.
A) ENABLE TRIGGER sales_trg COMPILE;
B) DROP TRIGGER sales_trg COMPILE;
C) COMPILE TRIGGER sales_trg COMPILE;
D) ALTER TRIGGER sales_trg COMPILE;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: Which of the following statements is True?<br>A)
Q45: The default timing of a trigger is
Q46: _ triggers refer to database triggers that
Q47: In the syntax of the CREATE TRIGGER
Q48: Database system events include all of the
Q49: LOB and OBJECT columns can be referenced
Q50: DDL events include all of the following,
Q51: Which trigger option will force the trigger
Q53: The _ trigger clause allows a trigger
Q54: The timing of triggers must be indicated