What are the magic tables in SQL Server 2000?

Answer Posted / maya

While using triggers these Inserted & Deleted tables
(called as magic tables) will be created automatically.

When we insert any record then that record will be added
into this Inserted table initially, similarly while
updating a record a new entry will be inserted into
Inserted table & old value will be inserted into Deleted
table.

In the case of deletion of a record then it will insert
that record in the Deleted table

Is This Answer Correct ?    40 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are scheduled tasks in sql server?

731


What is autocommit mode in sql server?

708


What is 1nf normalization form?

741


When to use Inner join & when to use subquery?

750


Explain the ways to controlling cursor behavior?

702






Can a database be shrunk to 0 bytes, if not, why?

803


How do you set a trace flag in sql server?

748


What are the export options of ssrs?

151


We need to perform what steps in the following order to work with a cursor?

910


Can we deploy SSRS reports on our personal website?

148


Does sql server 2000 full-text search support clustering?

673


What is the default Port No on which SQL Server listens?

819


How to create new table with "create table" statements?

726


What are the five characteristics of good data?

679


Explain external key management in sql server 2008

674