Programmatic Constructs Question:

Explain What is Database Trigger?

Tweet Share WhatsApp

Answer:

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.

Download Oracle Programmatic Constructs PDF Read All 11 Oracle Programmatic Constructs Questions
Previous QuestionNext Question
Explain What is a Package?Explain What are the uses of Oracle Rollback Segment?