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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion