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
Where are SQL server users names and passwords are stored in sql server?
What are the different sql server versions?
What are the differences between union, intersect, and minus operators?
Define full outer join in sql server joins?
What to perform pattern match with the like operator?
What is logshipping and its purpose?
Tell me what are cursors and when they are useful?
What are the differences between sql server and mysql.
List out a number of the wants to setup a SQL Server failover cluster?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
do you know how to configure db2 side of the application? : Sql server database administration
How do I save a stored procedure in sql server?
How adventureworkslt tables are related?
How to generate create view script on an existing view?
What you can do to delete a table without the delete trigger firing?