1.

The statement used to create a trigger is ______________(a) CREATE TRIGGER(b) CREATE TRIGGERS(c) PRODUCE TRIGGER(d) PRODUCE TRIGGERSThe question was posed to me in an online quiz.The origin of the question is PHP Overview in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The correct choice is (a) CREATE TRIGGER

The explanation is: 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