What is the Magic Tables in Sqlserver2000?
Answer Posted / ahmed kapasi
magic tables are used to get the values which are updated
from a DML statement in a trigger. for example if an update
statement is fired that time the new value goes to the
inserted table and old value goes to the deleted table, you
can fetch this values from this two tables if required.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Does executenonquery return a value?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the hierarchy of data in databases?
Explain the different row versions available in table?
What is data relation in ado.net?
What is ado.net objects?
How can we serialize the dataset object?
Do you use stored procedure in ado.net?
Is bulk insert faster than insert?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is the use of adodc?
differences between ADO and ADO.NET
Does dapper use ado.net?
How to maintain the relation between two tables in ADO.NET?
What is executequery?