What are Magic Table?
Answer Posted / sabahuddin
Usually Inserted and Deleted Tables are called Magic Tables.Magic Tables does not contain the information about
the Columns of the DataType text,ntext or image.These are maintained by SQL Server for internal processing whenver an update,insert,Delete occur on table.However we can refer these tables in Triggers.
Whenever an updated table statement is fired SQL Server Maintains the original row before updation in a deleted table and New(Updated) row in inserted table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to encrypt Strored Procedure in SQL SERVER?
What is “asynchronous” communication in sql server service broker?
What does truncate do?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
Does partitioning improve performance?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Can an automatic recovery be initiated by a user?
Explain foreign key in sql server?
What is command parameter in ssrs?
Do you know sql server 2008 backup compression?
What is a result set object returned by odbc_exec()?
Explain DBCC?
Which autogrowth database setting is good?
How can I add Reporting Services reports to my application?
Explain “@@rowcount” and “@@error” in sql server?