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 is the use of RDBMS?
difference between sql server2000 and sql server2005
What happens on checkpoint?
What are indexes in ms sql server?
What is the purpose of data source?
What is rtm version in sql server?
What is the default schema of your login session in ms sql server?
What the different components of Replication and what is their use?
Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the same column in the table (i.e) (id int NOT NULL,UNIQUEUE)
how can we know that how many users are connected in perticuler server??????
How to create a user name in a database?
How are SQL Server databases physically stored under Windows 2000?