What are nested triggers ?
Answer Posted / sunil kumar
Nested triggers are fired due to actions of other triggers.
For example, you delete a row from TableA. A trigger on
TableA deletes row from TableB. Because you are deleting
rows from TableB,a trigger is executed on TableB to record
the deleted row is called nested trigger.........
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a sql trace file?
how to convert character strings to dates? : Sql dba
How many types of functions are there in sql?
What are character functions in sql?
Define concurrency control. : Transact sql
What is procedure explain with example?
What is pl sql commands?
Can we use insert statement in function?
How can we debug in PL/SQL?
What is the difference between a primary key and a unique key?
What is cursor status?
Explain about various levels of constraint.
What is a loop in sql?
What are the sql versions?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?