adspace


What is the difference between instead of trigger and after trigger?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to use regular expression in pattern match conditions? : Sql dba

1122


define sql insert statement ? : Sql dba

1107


what is sql server agent? : Sql dba

1188


If a cursor is open, how can we find in a pl/sql block?

1251


Can delete statement be rollbacked?

1064


what is bcp? When does it used? : Sql dba

1065


what are aggregate and scalar functions? : Sql dba

1141


how to start mysql server? : Sql dba

1278


what is schema? : Sql dba

1160


what is dbms? : Sql dba

1069


What is the best sql course?

1061


Can we rollback truncate?

1082


Can we use distinct and group by together?

1145


how to escape special characters in sql statements? : Sql dba

1124


what are all the common sql function? : Sql dba

1139