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
How exception is different from error?
What is sql in oracle?
What operating systems are supported by oracle sql developer?
Define SQL and state the differences between SQL and other conventional programming Languages?
Why we use joins in sql?
What is the location of pre_defined_functions.
Show the two pl/sql cursor exceptions.
How do rank () and dense_rank () differ?
How does index help in query performance?
what is 'mysqlimport'? : Sql dba
What is the maximum rows in csv?
Which is better stored procedure or query?
Is a table valued function object?
Which join is like an inner join?
What is sql trigger example?