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 are the steps for performance tuning.
What is error ora-12154: tns:could not resolve the connect identifier specified?
how to do backup entire database? : Transact sql
How many types of normalization are there?
What is sql and also describe types of sql statements?
explain advantages of myisam over innodb? : Sql dba
How do you exit in sql?
What is group function in sql?
Is sqlite thread safe?
What is a sql instance vs database?
Enlist the advantages of sql.
Can pl sql procedure have a return statement?
What are the different types of constraints?
What is the difference between rename and alias?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba