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
What is cartesian join in sql?
How delete all data from all tables in sql?
what is a constraint? : Sql dba
What are the two characteristics of a primary key?
Is like operator in sql case sensitive?
What are the limitations of sql express?
what is 'mysqlimport'? : Sql dba
What is use of term?
How to add new employee details in an employee_details table with the following details
Define SQL and state the differences between SQL and other conventional programming Languages?
What is the difference between the implicit and explicit cursors?
What is record variable?
Determine if oracle date is on a weekend?
How many types of indexes are there in sql?
Is a secondary key the same as a foreign key?