0 votes
in Oracle by
What are the uses of a database trigger

1 Answer

0 votes
by

Triggers are the programs which are automatically executed when some events occur:

  1. Implement complex security authorizations.
  2. Drive column values.
  3. Maintain duplicate tables.
  4. Implement complex business rules.
  5. Bring transparency in log events. 
...