What are triggering attributes?

What are triggering attributes?

Triggers can be fired based on the following criteria:

Category - (INSERT, DELETE, UPDATE) i.e. which kind of DML statement causes the trigger to fire.

Timing - (BEFORE or AFTER) i.e. whether the trigger fires before the statement is executed of after.

Level - (Row or Statement) i.e. whether it fires once for each row affected by trigger statement or whether it fires once.
Difference between database triggers and form triggers
A database trigger is fired when a DML operation is fired on some database table. On the other hand form triggers are fired when user makes some event like pressing a key or navigating between fields of a form...
What is the content view and stacked view?
A stacked view is not the base view for the window to which it is Assigned. However, content view is the base view and this is how it differs from the stacked view...
Different types of canvas views
There are three types of canvas views:- 1.Stacked Canvas Views 2.Content Canvas Views....
Post your comment