The TRIGGER privilege is used for the table to be able to create and drop triggers for it.
(a) True
(b) False
This question was posed to me in unit test.
The above asked question is from Triggers topic in division Stored Programs of MySQL
(a) True
(b) False
This question was posed to me in unit test.
The above asked question is from Triggers topic in division Stored Programs of MySQL
The correct choice is (a) True
The explanation is: 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.