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. blog comments powered by Disqus |
Discuss Database Trigger in the forums.

