adspace
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
If a cursor is open, how can we find in a pl/sql block?
Is primary key clustered index?
What is the current version of postgresql?
Can we use distinct and group by together?
What is the best sql course?
Can we rollback truncate?
What is the current version of sql?
what are all the common sql function? : Sql dba
Is inner join faster than left join?
how many tables will create when we create table, what are they? : Sql dba
How do I remove duplicates in two columns?
what is sql server agent? : Sql dba
how to escape special characters in sql statements? : Sql dba
how to start mysql server? : Sql dba
what are aggregate and scalar functions? : Sql dba