1.

The default definer of an event is the user who _______________(a) created the database(b) created the event(c) created the table(d) created the columnI have been asked this question by my college director while I was bunking the class.Asked question is from Events in portion Stored Programs of MySQL

Answer»

The correct answer is (B) created the event

To EXPLAIN: Unless the event has been altered, the default definer of an event is the USER who created the event. In this CASE, the definer is the one who called the last ‘ALTER EVENT’ statement.



Discussion

No Comment Found

Related InterviewSolutions