The TRIGGER privilege is used for the table to be able to create and drop triggers for it.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question is about privileges in MySQL, which are like permissions that control what users can do with the database.Triggers are special commands that automatically run when certain events happen in a table, like when a new row is added or deleted.
The TRIGGER privilege gives a user the power to create and delete triggers for a specific table.
So, the answer is Option A: True.

Join The Discussion