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

I need a function for a train ticket reservation please answer it thanks in advance

0 Answers  


How do you delete duplicates in sql query using rowid?

0 Answers  


Does sql profiler affect performance?

0 Answers  


What is the use of index in hive?

0 Answers  


Suppose I have to create a view on a table, that is not yet been created by DBA. I khow the table structure. Is it possible to create the view before DBA creates this table? If yes then how? Is it possible to create synonym in this way?

4 Answers   IBM, Metric Stream,






What are character functions in sql?

0 Answers  


Is sqlexception checked or unchecked?

0 Answers  


what is a primary key? : Sql dba

0 Answers  


What is a mutating table and a constraining table?

0 Answers  


Can we call procedure in select statement?

0 Answers  


Can I learn sql in a week?

0 Answers  


how can I make a script that can be bi-language (supports english, german)? : Sql dba

0 Answers  


Categories