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?

  1. INSERT, UPDATE, DELETE
  2. CREATE, ALTER, DROP
  3. OPEN, FETCH, CLOSE
  4. DECLARE, SET, SELECT

Answer: The correct answer of the above question is Option A:INSERT, UPDATE, DELETE