Department of Computer Science: // Create Tables To Test The Triggers
Department of Computer Science: // Create Tables To Test The Triggers
DATABASE SYSTEMS
LAB 13
Triggers
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 could be defined on the table, view, schema, or database with which the event is
associated.
Examples of Triggers: