Oracle Forms 3.0 Question: Download Oracle Forms 3.0 PDF

Explain What is the usage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS?

Tweet Share WhatsApp

Answer:

These triggers are executes when inserting, deleting and updating operations are performed and can be used to change the default function of insert, delete or update respectively. For Eg, instead of inserting a row in a table an existing row can be updated in the same table.

Download Oracle Forms 3.0 PDF Read All 24 Oracle Forms 3.0 Questions
Previous QuestionNext Question
Explain How do we trap the error in forms 3.0 ?How to execute the user defined triggers in forms 3.0?