How the triggers are attached to the table?

How the triggers are attached to the table?

When we write a trigger, we also have to give the reference of the table the trigger has to be fired on. The Data Dictionary too is used for this purpose. The view includes the trigger body, WHEn clause, triggering table, and trigger type.
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...
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...
Post your comment