InterviewSolution
Saved Bookmarks
| 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 |
|