1.

Triggers and events are invoked automatically by the server.(a) True(b) FalseThis question was posed to me in final exam.My question is taken from Security for Stored Programs and Views topic in chapter Stored Programs of MySQL

Answer» RIGHT answer is (a) True

Easy explanation: The triggers and events are invoked AUTOMATICALLY by the server, so the concept of invoking user is not applied. THUS, they have no SQL SECURITY characteristic and always execute with definer PRIVILEGES.


Discussion

No Comment Found

Related InterviewSolutions