What is a Database trigger?

Started by VelMurugan, Dec 06, 2008, 11:00 PM

Previous topic - Next topic

VelMurugan

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.

Source : TechFaq