August 2013
Intermediate to advanced
1472 pages
38h
English

A trigger defines an action the database should take when some database-related event occurs. Triggers may be used to supplement declarative referential integrity, enforce complex business rules, or audit changes to data. The code within a trigger, called the trigger body, is made up of PL/SQL blocks (see Chapter 32).
The execution of triggers is transparent to the user. Triggers are executed by the database when specific types of data manipulation commands are performed on specific tables. Such commands may include INSERTs, UPDATEs, and DELETEs. Updates of specific columns may also be used as triggering events. Triggering events ...
Read now
Unlock full access