Saturday, September 21, 2013

What are triggers

What are triggers?


Database triggers are procedures that are stored in the database and are executed when contents of a table are changed. Oracle allows users to dyne procedures and executes them when an insert, delete or update is issued against a table from SQL * plus or through an application. 

No comments:

Post a Comment