What is a 'instead of trigger'?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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??
what is the difference between where clause and having clause? : Sql dba
How do I run a pl sql program?
What is blind sql injection?
What are the different types of constraints?
Difference between DBMS and RDBMS...CODD's rules
What is sql analyzer?
Can a table contain multiple foreign key’s?
How much does sql certification cost?
How to prepare for oracle pl sql certification?
What are the types of records?
Can we use two order by clause in query?