What is the Magic Tables in Sqlserver2000?
Answer Posted / kailash dhondiyal
When a trigger is fired for any DML command. Then 2 tables
automatically create on backend. One table is for Insert
and other one is for Delete. These tables are called Magic
Tables.
Number of records in both tables should be same.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Define executenonquery?
What is maximum pool size in ado.net connection string?
How can we check that some changes have been made to dataset since it was loaded?
What does ole stand for in excel?
What is executenonquery ado.net?
What is ado.net code?
What is the difference between statement and preparedstatement interface?
Explain the basic use of "dataview" and explain its methods.
What is microsoft ado.net?
Explain advantages of ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the different methods available under the sqlcommand class to access the data?
Which method in OLEDBAdapter is used to populate dataset with records?
What is isolation?
What is difference between Dataview and Datatable?