1.

What executes on a time activated basis according to a schedule?(a) Stored program(b) Events(c) Triggers(d) Stored proceduresI got this question during an online interview.Question is from Compound Statements and Statement Delimiters topic in division Stored Programs of MySQL

Answer»

The correct option is (b) Events

The best I can explain: 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