It is a specializedstored procedure that is executed whendata in the table associated with trigger is modified. After trigger executes the code associated with it after the event for which it is made happens. For ex:- if after trigger is written for raising a message after DML operations is being performed it will allow that operation to be performed and will then display the message.