Multiple Choice
The statement ____ can be used to disable or enable a specific trigger.
A) ANALYZE TRIGGER trigger_name DISABLE|ENABLE;
B) ALTER TRIGGER trigger_name DISABLE|ENABLE;
C) AUDIT TRIGGER trigger_name DISABLE|ENABLE;
D) GRANT TRIGGER trigger_name DISABLE|ENABLE;
Correct Answer:

Verified
Correct Answer:
Verified
Q36: CREATE [OR REPLACE] TRIGGER trigger_name [BEFORE, AFTER]<br>[List
Q37: The ALTER TRIGGER statement is used to
Q38: Only one triggering event can be addressed
Q39: Which of the following events will cause
Q40: Numerous triggers can be constructed on one
Q42: System triggers are typically used to allow
Q43: The values checked in the _ clause
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