What are nested triggers ?

Answer Posted / srikanth

A trigger that contains data modification logic within
itself is called a nested trigger.

Use the nested triggers option to control whether an AFTER
trigger can cascade; that is, perform an action that
initiates another trigger, which initiates another trigger,
and so on. When nested triggers is set to 0, AFTER triggers
cannot cascade. When nested triggers is set to 1 (the
default), AFTER triggers can cascade to as many as 32
levels. INSTEAD OF triggers can be nested regardless of the
setting of this option.

Is This Answer Correct ?    4 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest version of sql?

527


What are pl/sql cursor exceptions?

573


How do I install microsoft sql?

531


Which constraints we can use while creating database in sql?

617


what is a unique key ? : Sql dba

547






Is mariadb a nosql database?

542


What is delimiter in pl sql?

582


what are the difference between clustered and a non-clustered index? : Sql dba

529


What is sequence in sql?

506


Name the different types of indexes in sql and define them.

570


What is delete command in sql?

558


What are all the different types of indexes?

625


can a stored procedure call itself or recursive stored procedure? : Sql dba

579


What is the use of procedures?

544


What is the difference between cross join and natural join?

566