- A trigger is a SQL procedure that initiates an action when an event (INSERT, DELETE or UPDATE) occurs.
- Triggers are stored in and managed by the DBMS.
- Triggers are used to maintain the referential integrity of data by changing the data in a systematic fashion.
- A trigger cannot be called or executed; the DBMS automatically fires the trigger as a result of a data modification to the associated table.
Trigger
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment