What is the Magic Tables in Sqlserver2000?
Answer Posted / kavita
When we are trying to create a new table,and when its get created with that, two tables get create automatically,and that are insert and delete table ,and we cant view that,bt whenever we do any transaction with that created table by us,automatically that both magical tables also get affected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a dataview?
What is the difference between data reader and data adapter?
What is ado net stands for?
How to creating a SqlCommand Object?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is different between sqlcommand object and command behavior object?
how Sequence to connect and retrieve data from database using dataset?
Explain advantages of ado.net?
Explain how to create dynamic gridview?
Does sqlclient and oledb class share the same functionality?
What do you know about ADO.NET's objects and methods?
What is read only and forward only in ado.net?
Why do we serialize data?
Is bulk insert faster than insert?
What is an ado?