Relational Database Management System (RDBMS) Question:

What is database Trigger?

Tweet Share WhatsApp

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 PDF Read All 98 RDBMS Questions
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?