Home »
MCQs »
Oracle MCQs »
Oracle Trigger MCQs
What is the syntax of DROP TRIGGER statement?
18. What is the syntax of DROP TRIGGER statement?
- DROP TRIGGER trigger_name;
- DELETE TRIGGER trigger_name;
- REMOVE TRIGGER trigger_name;
- None
Answer: A) DROP TRIGGER trigger_name;
Explanation:
The syntax of DROP TRIGGER statement is DROP TRIGGER trigger_name;.