What is a 'instead of trigger'?

Answers were Sorted based on User's Feedback



What is a 'instead of trigger'?..

Answer / swapna

We can use 'instead of triggers' for views.Using these
instead of triggers we can perform DML operations on a
complex view.In complex views we can not perform DML
operations.But using instead of triggers we can insert ,
delete,update from complex views.

Is This Answer Correct ?    7 Yes 1 No

What is a 'instead of trigger'?..

Answer / kmbkrishnan

Instead of Trigger is also like the FOR trigger, which
are triggered at that time of Insert or update or delete.
The FOR trigger will be triggering After the
Insert / Update / Delete (DML) opreation is executed. But
the Instead of Trigger will be triggering while the DML
operation held and the DML operation is discarded.

Is This Answer Correct ?    2 Yes 0 No

What is a 'instead of trigger'?..

Answer / suresh kumar somayajula

These Triggers are used to modify the VIEW whaich can't be
modified by DML statements.

Thank you,
Suresh.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you get column names only for a table (sql server)?

0 Answers  


Does mysql support pl sql?

0 Answers  


What is cursor in pl sql?

0 Answers  


Why is theta join required?

0 Answers  


What is record type in pl sql?

0 Answers  






What is the difference between inner join and natural join?

0 Answers  


What is sql character function?

0 Answers  


What is the reports view in oracle sql developer?

0 Answers  


Does pl/sql support create command?

0 Answers  


what is 'mysqladmin' in mysql? : Sql dba

0 Answers  


How can I create a table from another table without copying any values from the old table?

8 Answers  


What is fmtonly in sql?

0 Answers  


Categories