Home » MYSQL » MySQL Triggers » Question
  1. The TRIGGER privilege is used for the table to be able to create and drop triggers for it.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, because a trigger is associated with a table, the TRIGGER privilege is a must for that table to be able to create and drop triggers for it. The SUPER privilege was used pre 5.1.6.



Your comments will be displayed only after manual approval.