SQL Server Triggers Question:

Explain triggers?

Answer:

Triggers are constructs in PL/SQL that need to be just created and associated with a table. Once they are created, when the table associated with it gets updated due to an UPDATE, INSERT or a DELETE, the triggers get implicitly fired depending upon the instructions passed to them.

Read All 10 MS SQL Server Triggers Questions
Previous QuestionNext Question
How to invoke a trigger on demand?Describe triggers features and limitations?