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

Easy explanation: In order to create a trigger, the CREATE TRIGGER statement is used. The DEFINITION INDICATES the particular type of statement for which the trigger ACTIVATES and whether it activates before or after the rows are modified.



Discussion

No Comment Found

Related InterviewSolutions