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
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What are the objects of ado.net?
What is the difference between Data adaptor and Data set?
What is openquery?
Explain how can we load multiple tables in to dataset?
What is datasource in ado.net?
Is ado.net an orm?
how Sequence to connect and retrieve data from database using dataset?
How to identify the updated rows in a dataset?
What is an ado?
Explain how to create dynamic gridview?
Does entity framework use ado.net?
What is a dataview?
What are all the different authentication techniques used to connect to MS SQL Server?
What are all the commands used with Data Adapter?