1.

Which is the stored program associated with a schedule?(a) Trigger(b) Event(c) Stored function(d) Stored procedureThe question was asked in unit test.The question is from Setting Up Replication Servers topic in division Database Maintenance, Backups and Replication of MySQL

Answer»

Right choice is (B) Event

To explain: 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