What are nested triggers ?

Answers were Sorted based on User's Feedback



What are nested triggers ?..

Answer / subhendu

Triggers are nested when a trigger performs an action that
initiates another trigger, which can initiate another
trigger, and so on. Triggers can be nested up to 32 levels,
and you can control whether triggers can be nested through
the nested triggers server configuration option.

Is This Answer Correct ?    52 Yes 2 No

What are nested triggers ?..

Answer / 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

What are nested triggers ?..

Answer / 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

What are nested triggers ?..

Answer / vzxcgv

zdDSGFD

Is This Answer Correct ?    1 Yes 9 No

What are nested triggers ?..

Answer / sudipta tripathy

A nested table is a table that appears as a
column in another table.But we can perform
the same operation on it as on other table.

Is This Answer Correct ?    2 Yes 29 No

What are nested triggers ?..

Answer / anil_abbireddy

A table is created with in the table is called nested table

Is This Answer Correct ?    3 Yes 33 No

Post New Answer

More SQL PLSQL Interview Questions

How is a process of pl/sql compiled?

0 Answers  


What is an intersect?

0 Answers  


How can you get sql*loader to commit only at the end of the load file? : aql loader

0 Answers  


Why truncate is faster than delete?

0 Answers  


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

0 Answers  






what is the difference between myisam static and myisam dynamic? : Sql dba

0 Answers  


What is Pragma EXECPTION_INIT ? Explain the usage ?

2 Answers  


what are all the different types of indexes? : Sql dba

0 Answers  


Do foreign keys improve performance?

0 Answers  


I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body

1 Answers   TCS,


explain advantages of myisam over innodb? : Sql dba

0 Answers  


Is oracle sql free?

0 Answers  


Categories