When does a trigger get executed in DB2?

  • Before or after a specific event like INSERT, UPDATE, or DELETE
  • Only after a specific event like INSERT
  • Only after an error occurs
  • Only before a specific event like UPDATE
Triggers in DB2 are executed before or after a specific event like INSERT, UPDATE, or DELETE, allowing for automatic actions to be taken in response to database changes. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *