-
Which statement is used to create a trigger?
-
- PRODUCE TRIGGER
- PRODUCE TRIGGERS
- CREATE TRIGGER
- CREATE TRIGGERS
- None of these
Correct Option: C
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.