Multiple Choice
The statement ____ correctly deletes a trigger.
A) DEL TRIGGER trigger_name;
B) DELETE TRIGGER trigger_name;
C) REMOVE TRIGGER trigger_name;
D) DROP TRIGGER trigger_name;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: A(n) _ trigger fires whenever the event
Q14: The default timing of a trigger is
Q15: A(n) _ is a table that is
Q16: The <u>WHEN</u> clause of a trigger can
Q17: _ are clauses available within a trigger
Q19: A(n) <u>mutating table</u> is one that is
Q20: LONG or LONG RAW variables can be
Q21: The FOLLOWS trigger option enables a developer
Q22: Which of the following statements is correct?<br>A)
Q23: A(n) _ is one that is referenced