Home | Previous Page | Next Page   Creating and Using Triggers >

When to Use Triggers

Because a trigger resides in the database and anyone who has the required privilege can use it, a trigger lets you write a set of SQL statements that multiple applications can use. It lets you avoid redundant code when multiple programs need to perform the same database operation.

You can use triggers to perform the following actions, as well as others that are not found in this list:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]