Answer Posted / 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 |
Post New Answer View All Answers
Can we call stored procedure in function?
How you improve the performance of sql*loader? : aql loader
What is sap sql anywhere?
How does sql store data?
What is nosql example?
Why do we use sql constraints?
How can I get the number of records affected by a stored procedure?
who introduced sql?
Is record in oracle pl sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is a delimiter in sas?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Explain the difference between drop and truncate commands in sql?
What is the difference between in and between in sql?
How do I run a program in pl sql?