What is the difference between instead of trigger and after trigger?
Answer / Vipra Verma
An Instead Of Trigger fires before the SQL statement that would normally modify a table is executed, while an After Trigger fires immediately after the SQL statement is executed. An Instead Of Trigger can prevent the modification from occurring, whereas an After Trigger cannot stop it but can perform additional actions afterwards.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between inner join and cross join?
How do you delete data from a table?
What are sql indexes?
what is self join and why is it required? : Sql dba
How to get help at the sql prompt?
What is before trigger?
What do you understand by exception handling in pl/sql?
How to raise user-defined exception with custom sqlerrm ?
How do you select unique values in sql?
When can we use the where clause and the having clause?
what is cross join? : Sql dba
What does the base_object_type column shows in the user.triggers data dictionary view?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)