What are the types of triggers ?
Answer Posted / nitin
There is
1)DML trigger: with before/after,for each row/for statement,and for 3 types of DML operation.
2)Instead of trigger.
3)Database level trigger: Triggers on DDL statement.
4)System level trigger.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a procedure in a package be overloaded?
List the ways to get the count of records in a table?
What does subquery mean in sql?
what is schema? : Sql dba
What are synonyms in sql?
What does the file extension accdb stand for?
Where not exists in sql?
how to enter numeric values as hex numbers? : Sql dba
Who developed sql?
Can we insert in view in sql?
Can we use update in sql function?
What are the different dcl commands in sql?
Is t sql a programming language?
Where is all the data on the internet stored?
how to create a test table in your mysql server? : Sql dba