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 store procedure?
What is exporting and importing utility?
What is the difference between a function and a stored procedure?
Can we do dml on views?
What is snapshot report?
Explain the disadvantages/limitation of the cursor?
Can we call future method from trigger?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
what is a self join? Explain it with an example? : Sql server database administration
What is the full meaning of dml?
What are the requirements to use odbc connections in php scripts?
what authentication modes does sql server support? : Sql server database administration
How can we call UDF(User Define Function) using C# code in ASP.net ?
How to select some specific columns from a table in a query in ms sql server?
how to use DTS package in 2000,2005,2008 in sql server