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
Which name space is used to get assembly details?
Define executenonquery?
Can datareader hold data from multiple tables?
What are the advantages and drawbacks of using ado.net?
What are the benefits of using ado.net?
What is the difference between a datareader and a dataset?
What are the types of databinding?
What is connection in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
How to enable and disable connection pooling?
What is command class in ado.net?
What is sqldatareader?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the advantages of oledb compared with other classes?
Explain how do you connect to sql server database without using sqlclient?