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
What is a ddl statement?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
Why I am getting this error when renaming a database in ms sql server?
What is the Difference Between Primary and Foreign Key?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
How to start and end transact-sql statements?
Explain table valued parameters in sql server? Why tvp used?
What is database white box testing?
What are the types of ssrs?
What is difference between rownum and row_number?
When to use null data driven subscription?
Explain in brief about Microsoft SQL server?
What are ddl (data definition language) statements for tables in ms sql server?
Can two tables share the same primary key?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?