InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to create a trigger?(a) CREATE TRIGGER(b) CREATE TRIGGERS(c) PRODUCE TRIGGER(d) PRODUCE TRIGGERSI had been asked this question by my college director while I was bunking the class.This question is from Triggers in section Stored Programs of MySQL |
|
Answer» The correct option is (a) CREATE TRIGGER |
|