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
Are dml statements autocommit?
What is primary key sql?
How to disable a trigger name update_salary?
Can pl sql procedure have a return statement?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
Explain sql data types?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Which certification is best for sql?
what is recursive stored procedure? : Sql dba
What is the difference between partitioning and sharding?
What are the different types of functions in sql?
What is difference between stored procedures and application procedures?
How many clustered indexes can you have?
how to load data files into tables with 'mysqlimport'? : Sql dba
What are conditional predicates?