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

If we declare constraints Unique and Not null on a single column then it will act as a Primary key, so what is the use of primary key??

3 Answers  


what is the difference between where clause and having clause? : Sql dba

0 Answers  


How do I run a pl sql program?

0 Answers  


What is blind sql injection?

0 Answers  


What are the different types of constraints?

0 Answers  






Difference between DBMS and RDBMS...CODD's rules

4 Answers   Polaris,


What is sql analyzer?

0 Answers  


Can a table contain multiple foreign key’s?

0 Answers  


How much does sql certification cost?

0 Answers  


How to prepare for oracle pl sql certification?

0 Answers  


What are the types of records?

0 Answers  


Can we use two order by clause in query?

0 Answers  


Categories