What are the types of triggers ?
Answer Posted / robert son das
There are total four(4) types of triggers..
they are:
before insert----row level
before delete--row level
before update--row level
before insert----statement level
before delete--statement level
before update--statement level
after insert----row level
after delete--row level
after update--row level
after insert----statement level
after delete--statement level
after update--statement level
instead of trigger--row level
instead of trigger--statement level
| Is This Answer Correct ? | 15 Yes | 11 No |
Post New Answer View All Answers
What will you get by the cursor attribute sql%found?
write an sql query to find names of employee start with 'a'? : Sql dba
what are the types of join and explain each? : Sql dba
What are the benefits of pl/sql packages?
what is a field in a database ? : Sql dba
What is sql entity?
Explain the commit statement.
What is sqlerrd?
What is program debugging?
What are different types of keys?
What does joining a thread mean?
What are the key differences between SQL and PL SQL?
Where the sql database files are stored?
Can primary key be changed?
How run sql*plus commands that are stored in a local file?