What are the types of triggers ?
Answer Posted / mohit tyagi(siyana bulandshaha
Basically there are three types of triggers, but the way to
use is differ. it doesn't matter on which we are
implementing these trigger.
triggers are:-
1. Cyclic Cascading Triggers.
2. Mutating Triggers.
3. Insted Off Triggers.
we can implement all these trigger on both module i.e
1.Application
2.Database
these both module are associate with the type of
implementation i.e.
1. Insert/delete/update
2. Before/After
3. Statement level/Row level
except this theory there are various ways to represent the
sql trigger. but all have the same concept for
implementation. so never confuse in order to represent the
sql trigger.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How subquery works in sql?
How to call shell script from pl sql procedure?
What is sql constant?
how can we find the number of rows in a table using mysql? : Sql dba
What is an inconsistent dependency?
what are the different index configurations a table can have? : Sql dba
How exception is different from error?
What is the file extension for sql database?
what is sp_pkeys? : Transact sql
What is sql trigger example?
Can there be more than one function with a similar name in a pl/sql block?
How many tables can you join in sql?
Which one is faster ienumerable or iqueryable?
Can we create table in function?
What is the main difference between sql and pl/sql?