Home » MYSQL » MySQL Triggers » Question
  1. Which statement is used to remove a trigger?
    1. DELETE
    2. CLEAR
    3. REMOVE
    4. DROP
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.