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 can one get sql*loader to commit only at the end of the load file? : aql loader
How do I edit a stored procedure?
What is embedded sql what are its advantages?
what is an extent ? : Sql dba
what is an index? : Sql dba
What are sql functions? Describe the different types of sql functions?
Write a sql query to get the third highest salary of an employee from employee_table?
What is data type in sql?
Define tables and fields in a database
What is difference between hql and sql?
How to rename a table?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
Explain the difference between 'between' & 'and' operators in sql
What is sql procedures and functions?
Can we join tables without foreign key?