What are the magic tables in SQL Server 2000?
Answer Posted / vijayabhaskarreddy
wen we are performing DML operations into table . amagic
table created in the memory.
inserted magic table
deleted magic table
update magic table
| Is This Answer Correct ? | 3 Yes | 21 No |
Post New Answer View All Answers
What is trigger and different types of Triggers?
What is the purpose of update statistics and scope_identity() function?
What are rows and columns?
What is a heap?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What are the different authentication modes in sql server?
What is a transact-sql statement batch in ms sql server?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How to create percentile function?
what is isolation level at dead lock?
What is 1nf 2nf?
Difference between DELETE and TRUNCATE?
How to get the definition of a stored procedure back?
How to execute stored procedure and set temp table in sql server?
Is it important for a database administrator to understand the operating system and file access?