1.

The TRIGGER privilege is used for the table to be able to create and drop triggers for it.(a) True(b) FalseThis question was posed to me in unit test.The above asked question is from Triggers topic in division Stored Programs of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions