1.

Execution on a time activated basis according to a schedule is done by _____________(a) Stored program(b) Events(c) Triggers(d) Stored proceduresThis question was posed to me in unit test.The doubt is from Running Multiple Servers in portion General MySQL Administration of MySQL

Answer»

The correct ANSWER is (b) Events

For explanation: In MySQL, the events EXECUTE on a time ACTIVATED basis according to a schedule. Triggers are defined to execute when the table is modified via INSERT, DELETE or UPDATE statements.



Discussion

No Comment Found

Related InterviewSolutions