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
Does view contain data?
What does dml mean?
How to create a menu in sqlplus or pl/sql?
What is over () in sql?
What is cold data?
Is primary key clustered or nonclustered?
what are the different tables present in mysql? : Sql dba
What are functions in sql?
Can %notfound return null after a fetch?
Should I use mbr or gpt?
Which data type is a composite type?
what is bcp? When is it used?
how would concatenate strings in mysql? : Sql dba
What is view explain with example?
List the various privileges that a user can grant to another user?