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

Mention what is the function that is used to transfer a pl/sql table log to a database table?

0 Answers  


Which table is left in left join?

0 Answers  


What is group by in sql?

0 Answers  


How do I view a table in sql?

0 Answers  


What is the basic form of sql query?

0 Answers  






how to use myisamchk to check or repair myisam tables? : Sql dba

0 Answers  


What are the two parts of a procedure ?

6 Answers   Hi Caliber IT,


What is lexical units in pl sql?

0 Answers  


What is auto increment feature in sql?

0 Answers  


What is constant in pl sql?

0 Answers  


What is the use of %rowtype?

0 Answers  


Does view contain data?

0 Answers  


Categories