Q. Which statement is used to remove a trigger?
β
Correct Answer: (D)
DROP
Explanation: In order to delete a trigger, the DROP TRIGGER statement is used. The DROP TRIGGER construct is used by writing the phrase ‘DROP TRIGGER’ followed by the scheme name specification.