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
How do I edit a stored procedure?
what are all the different types of indexes? : Sql dba
Why is sql better than hql?
What is the purpose of cursors in pl/sql?
explain the difference between myisam static and myisam dynamic. : Sql dba
How do you take the union of two tables in sql?
how to write date and time literals? : Sql dba
What is the difference between sql, mysql and sql server?
How do you write a complex sql query?
How to display the records between two range in Oracle SQL Plus?
What is snowflake sql?
What is the difference between local variables and global variables?
Can you call pl/sql package functions from within a fast formula?
What plvcmt and plvrb does in pl/sql?
What is the use of function in sql?