Oracle Pl Sql Trigger Tutorial Instead Of Compound Example
Benefits of Triggers Types of Triggers in Oracle How to Create Trigger :NEW and :OLD Clause INSTEAD OF Trigger Compound Trigger Benefits of Triggers Following are the benefits of triggers. Generating some derived column values automatically Enforcing referential integrity Event logging and storing information on table access Auditing Synchronous replication of tables Imposing security authorizations Preventing invalid transactions Types of Triggers in Oracle Triggers can be classified based on the following parameters....