Oracle PL-SQL Question:

What is a database trigger? Name some usages of database trigger?

Answer:

Database trigger is stored PL/SQL program unit associated with a specific database table. Usages are Audit data modifications, Log events transparently, Enforce complex business rules Derive column values automatically, Implement complex security authorizations. Maintain replicate tables.

Read All 52 Oracle PL-SQL Questions
Previous QuestionNext Question
Explain the usage of WHERE CURRENT OF clause in cursors?How many types of database triggers can be specified on a table? What are they?