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.

Discuss Database Trigger in the forums.

 
(0 - user rating)

You need to login or register to post comments.