Answer Posted / bharathi
Answer is deleted and inserted
INSERT Trigger populates inserted table
DELETE Trigger populates deleted table
UPDATE Trigger poulates both inserted and deleted tables
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Can we insert data if clustered index is disabled?
What are the parts of a function?
What is ms sql server index?
How to execute function in stored procedure sql server?
how would you troubleshoot blocking? : Sql server database administration
How do I create a trace in sql server?
Write a SQL command to insert and update only a particular field?
List some case manipulation functions in sql?
what stored procedure would you use to view lock information? : Sql server administration
Explain what role entity and relationship play in an ER diagram.
In which tcp/ip port does sql server run? Can it be changed?
Why it is recommended to avoid referencing a floating point column in the where clause?
How to execute multiple stored procedures at one time in sql server?
What is a rownum?
Can foreign key be duplicate?