Which virtual table does a trigger use?

Answers were Sorted based on User's Feedback



Which virtual table does a trigger use?..

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

Which virtual table does a trigger use?..

Answer / kapil

There are two virtual table
inserted and deleted

Is This Answer Correct ?    5 Yes 1 No

Which virtual table does a trigger use?..

Answer / sureshnaspuri

inserted and deleted

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More SQL Server Interview Questions

How to rebuild indexes with alter index ... Rebuild?

0 Answers  


Explain how to send email from sql database?

0 Answers  


Explain tablesample?

0 Answers  


How do I make a resultset scrollable?

0 Answers  


How to enforce security in sql server? : sql server security

0 Answers  






What is difference between aggregate and analytic function?

0 Answers  


How to declare and use cursor variables?

0 Answers  


What is a trigger in sql server?

0 Answers  


How to test odbc dsn connection settings?

0 Answers  


What do you mean by authentication modes in sql server?

0 Answers  


Tell me about joins in database system and explain each in detail.

0 Answers   Axtria, ITC Indian Tobacco Company,


Explain different types of Normalization.

0 Answers   HPCL, Hughes Systique Corporation, Ittiam Systems,


Categories