A trigger can specify additional constraints and business rules
within the database to manage the various executions of an application. A user could be interested
in knowing whether the RDBMS support's triggers on tables.
Further questions could be� Does the RDBMS support both before and after triggers? Are
triggers on views supported? How powerful is the trigger body language? Does the database permit
access to the OLD and NEW values in the trigger body?
