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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is nolock hint in sql server 2008
What is normalization 1nf 2nf 3nf?
What is blocking?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
How to rebuild the master database?
How to disable a login name in ms sql server?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
What is the bookmark lookup and rid lookup?
Tell me what do we need queues in sql service broker?
What is function of CUBE ?
What are the benefits of filtered indexes?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
what is the difference between a primary key and a unique key? : Sql server database administration
How to find the second highest salary of an employee?