InterviewSolution
Saved Bookmarks
| 1. |
A stored program associated with a schedule is ______________(a) Trigger(b) Event(c) Stored function(d) Stored procedure |
|
Answer» Right answer is (b) Event The best explanation: The MySQL version 5.1.6 and above has an event scheduler. It enables to perform time activated database operations. An event is a stored program that is associated with a schedule. |
|