What are Magic Table?
Answer Posted / anand k
the magic tables are deleted and inserted.
while we are inserting or deleting a rows into a object the
magic tables were created and after the commit transaction
the tables are removed.so it is called magic tables
| Is This Answer Correct ? | 106 Yes | 21 No |
Post New Answer View All Answers
Can we write trigger for view?
What are the advantages of log shipping?
How do I setup a local sql server database?
What is collation?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
Explain sql delete command?
can you instantiate a com object by using t-sql? : Sql server database administration
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
How extra digits are handled with numeric data type literals?
What is order of B+tree?
What is a non equi join?
Why we use trigger in sql server with example?
What is checkpoint process in the sql server?
what is package and it uses and how can u call a package