Answer Posted / sanjay
after trigger - insert - inserted logical table
delete - deleted logical table
update - insert/delete logical table
instead trigger - insert - inserted logical table
delete - deleted logical table
update - insert/delete logical table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you make a trace?
Difference between uniqe index and uniqe constraint?
How to truncate the log in sql server 2012? : sql server database administration
What are user defined functions in ms sql server?
How to transfer an existing table from one schema to another schema in ms sql server?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
What is a mutating table error and how can you get around it?
What are differences in between sql server 2012 and sql server 2016?
Explain “@@rowcount” and “@@error” in sql server?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is bcp? When does it used?
How many types of triggers in sql server?
Please differentiate between a local and a global temporary table?
is there a column to which a default can't be bound? : Sql server database administration
How to disable a login name in ms sql server?