Relational Database Management System (RDBMS) Question:

Download Job Interview Questions and Answers PDF

What is database Trigger?

RDBMS Interview Question
RDBMS Interview Question

Answer:

A database trigger is a PL/SQL block that can defined to automatically execute for insert, update, and delete statements against a table. The trigger can e defined to execute once for the entire statement or once for every row that is inserted, updated, or deleted. For any one table, there are twelve events for which you can define database triggers. A database trigger can call database procedures that are also written in PL/SQL.

Download RDBMS Interview Questions And Answers PDF

Previous QuestionNext Question
Name two utilities that Oracle provides, which are use for backup and recovery?What is Oracle Block? Can two Oracle Blocks have the same address?