Home » MYSQL » MySQL Triggers » Question
  1. Which statement is used to create a trigger?
    1. PRODUCE TRIGGER
    2. PRODUCE TRIGGERS
    3. CREATE TRIGGER
    4. CREATE TRIGGERS
    5. 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.



Your comments will be displayed only after manual approval.