Sandeep Kumar
What is the type of trigger ?
By Sandeep Kumar in SQL Server on Dec 24 2015
  • Sandeep Kumar
    Dec, 2015 24

    There is 2 type of trigger and these are After trigger and Instead of trigger

    • 3
  • Subhashkumar Yadav
    Dec, 2016 21

    Triggers are database object. Basically these are special type of stored procedure that are automatically fired/executed when a DDL or DML command statement related with the trigger is executed. Triggers are used to assess/evaluate data before or after data modification using DDL and DML statements

    • 2
  • Nenu Rakshasi
    Jun, 2016 20

    trigger is a special kind of storedprocedure which will invoke immediately dml operations like insert update delete.. there are two type of triggers 1)ddl triggers 2)dml triggers

    • 1
  • Munesh Sharma
    May, 2016 31

    insert,update,delete,

    • 1
  • PriyaRanjan Mallick
    May, 2016 19

    insert,update,delete,instead of

    • 1
  • Anil Kumar Murmu
    Jan, 2016 13

    DML trigger, DDL trigger and Log on Trigger.DML trigger are After trigger and Instead of Trigger

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS