Exception Oracle Error Sqlcode Description
Exception Oracle Error Sqlcode Description
Triggers are stored programs, which are automatically executed or fired when some events occur.
Triggers are, in fact, written to be executed in response to any of the following events −
Triggers can be defined on the table, view, schema, or database with which the event is associated.
Note/ (WHEN clause) => This provides a condition for rows for which the trigger would fire and this
clause is valid only for row level triggers.