Oracle Apps Technical Question:
Download Job Interview Questions and Answers PDF
What is instead of trigger in where we will use?
Answers:
Answer #1We use instead of triggers, when dml operations perform on the complex views.
Answer #2Instead of triggers are the procedures that execute in
place of Data Manipulation language (DML)statement on a
table.
for example, if i have INSTEAD-OF-UPDATE Trigger on
TableA,and i execute an update statement on that table,the
code in the INSTEAD-OF-TRIGGER will be executed instead of
the update statement that I executed.
place of Data Manipulation language (DML)statement on a
table.
for example, if i have INSTEAD-OF-UPDATE Trigger on
TableA,and i execute an update statement on that table,the
code in the INSTEAD-OF-TRIGGER will be executed instead of
the update statement that I executed.
Download Oracle Apps Technical Interview Questions And Answers
PDF