1.

Which statement is used to remove a trigger?(a) REMOVE(b) DELETE(c) DROP(d) CLEARThis question was posed to me by my college director while I was bunking the class.Query is from Triggers topic in division Stored Programs of MySQL

Answer»

Correct choice is (c) 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.



Discussion

No Comment Found

Related InterviewSolutions