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
What is the difference between Optimistic and Pessimistic locking?
What DataReader class do in ADO.NET ?
What are the different methods available under the sqlcommand class to access the data?
What is disconnected architecture in ado.net?
What is a column variable?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How to creating a SqlCommand Object?
What is ado code?
What is defaultview in datatable?
How to store data in memory?
Why do we use sqldataadapter?
What is sqldatasource?
What is DataRowCollection?
What is ado connection?
What is ado and dao?