InterviewSolution
Saved Bookmarks
| 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 column |
|
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. |
|