What are the types of triggers ?
Answer Posted / vijay
12 types of trigger
SATEMENT LEVEL TRIGGER
1.before insert
2.before update
3.before delete
4.after insert
5.after update
6.after delete
ROW LEVEL TRIGGER
7.before insert
8.before update
9.before delete
10.after insert
11.after update
12.after delete
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does closing a cursor do?
what is the difference between delete and truncate statement in sql? : Sql dba
What are tables and fields in the database?
What is sqlca in db2?
What are the different type of joins in sql?
Can we commit inside a trigger?
What is structural independence and why is it important?
How do you remove duplicates without using distinct in sql?
How many functions are there in sql?
how to rename an existing column in a table? : Sql dba
Does truncate remove indexes?
Does sql require a server?
What are the different ddl commands in sql?
Explain correlated query work?
What is sql analyzer?