What are the types of triggers ?

Answer Posted / sandeep chawdekar

there are mainily 3 types of triggers
1> dml trigger
2>instead of trigger written on only view
3>system trigger

dml trigger written on table that gets fired on dml events
like
insert or delete or update operation
that trigger may fire
1>after dml event
2> before dml event these are timings for trigger firing

instead of trigger written only on view that view is not
modifiable that also gets fired
when dml event occurs

system trigger gets fired on system event like
before log off or after log on or before shutdown
this trigger may be written on
database level
schema level

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to include numeric values in sql statements? : Sql dba

564


what are the different type of sql's statements ? : Sql dba

522


what is log shipping? : Sql dba

615


What is a heap in sql?

531


Explain sql data types?

629






what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

554


How do I find duplicates in a single column in sql?

539


What is the difference between cluster and non-cluster index?

622


Which is faster truncate or drop?

564


What are views in sql?

547


Is ms sql traffic encrypted?

505


What are character functions?

630


What is sqlcontext?

553


what is a database? : Sql dba

610


What is the full form of sql?

537