Which virtual table does a trigger use?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are filegroups in sql server?
What is the language structure to add a record to a table?
How do I find my localdb version?
How to end a stored procedure properly in ms sql server?
How many types of cursors are there in SQL Server?
5 Answers 247Customer, CarrizalSoft Technologies,
What are the differences between having and where clause.
Where are stored procedures in sql server?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is the maximum size of column in sql server?
What is a sql join?
What does the INSTEAD OF trigger do?
What the different types of Replication and why are they used?