Compund Triggers

Explain the concept of compond triggers

Questions by balu.kolla

Showing Answers 1 - 1 of 1 Answers

neeraj06.in

  • Nov 10th, 2011
 

Compound Triggers:
-> It combines all DML timing events into single trigger body.
-> It also resolves mutating table error and enhance the code maintenance.
-> The memory variables are persistent till execution finishes.

Example:

Code
  1. span style="font-style: italic;">-- Initial section

  2. -- Declarations

  3. -- Subprograms



For views, the trigger body contains INSTEAD OF EACH ROW section.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions