What is Trigger?
Trigger: A database trigger is procedural code which is automatically executed in response to specific events on a particular table in a database. Triggers can restrict access to particular data, carry out logging, or audit data modifications.