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
How to look at the current sql*plus system settings?
What is an exception in pl/sql?
What is pl sql package?
What is the difference between numeric and autonumber?
How to rename a table?
How to fetch alternate records from a table?
What version is sql?
How do you identify a primary key?
How is use pl and sql?
What is the mutating table and constraining table?
Can we use commit inside a trigger?
What are the different tcl commands in sql?
What is sql stand for?
Define implicit and explicit cursors.
What sql database should I use?