Question: A trigger is a database object that is associated with a table, and that activates when a particular event occurs for the table. Which three events are these?
- INSERT, UPDATE, DELETE
- CREATE, ALTER, DROP
- OPEN, FETCH, CLOSE
- DECLARE, SET, SELECT
Answer: The correct answer of the above question is Option A:INSERT, UPDATE, DELETE