Vidyalelo
MySQL · Q104

MySQL

Programming · MySQL · question 104

Q104

The TRIGGER privilege is used for the table to be able to create and drop triggers for it.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
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.