Explain triggers?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online SQL Server Triggers Job Interview Questions And Answers