- Trigger is linked with action Query
- Trigger fires when the action query is executed
- We can classify the triggers in two ways (i)DDL Trigger (ii)DML Trigger
Classification of Trigger
- Insert,Update,Delete represents to action query with respect to Database and Table
- Log On Triggers are useful to perfom ADMIN tasks
Trigger Syntax: