What is the Magic Tables in Sqlserver2000?
Answer Posted / vishal rastogi
Magic Table is basically a sort of Virtual table in SQL
Server,whenever we insert or delete data from a table then
that data is stored in a table called as Magical Table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to maintain the relation between two tables in ADO.NET?
How to aggregating data across related tables?
What are the difference between readonly vs. Const?
How to find the given query is optimised one or not?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Explain how can we load multiple tables in to dataset?
What does executereader return?
What are the major difference between classic ADO and ADO.NET?
Explain ado.net features?
What is the difference between data grid and data repeater?
Name which operations can you not perform on an ado.net dataset?
Does executenonquery return a value?
Why do we serialize data?
How to creating a SqlCommand Object?
What is the difference between Dataset. clone and Dataset.copy?