1.

Which of these is a stored program associated with a schedule?(a) Trigger(b) Event(c) Stored function(d) Stored procedureThis question was addressed to me in an online interview.My doubt stems from Events in division Stored Programs of MySQL

Answer»

Correct choice is (b) EVENT

Easy explanation: The MySQL version 5.1.6 and above has an event scheduler. It enables us to PERFORM time activated database operations. An event is a stored program that is ASSOCIATED with a SCHEDULE.



Discussion

No Comment Found

Related InterviewSolutions