What is a Database trigger?
A database trigger is a stored procedure that is invoked automatically when a predefined event occurs.
Database triggers enable DBA's (Data Base Administrators) to create additional relationships between separate databases.
For example, the modification of a record in one database could trigger the modification of a record in a second database.
|
Free White Papers on Database Technology
Bookmark What is a Database trigger?Free White Papers on Database Technology


