What is Database Trigger ?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
510. What is Database Trigger ?
A Database Trigger is procedure (set of SQL and PL/SQL statements) that is automatically executed as a result of an insert in,update to, or delete from a table.
(Continued on next question...)
Other Interview Questions