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
How can we save all data from dataset?
What are the Features of a dataset
Which is faster datareader or dataadapter?
What is the difference between ADO and ADO.Net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Explain executenonquery?
What is the difference between linq and ado.net?
How to check if the Dataset has records ?
Which ado.net object is very fast in getting data from the database?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Explain how to find the given query is optimised one or not?
What are the data providers in ADO.NET framework?
How to check if a datareader is closed or opened? IsClosed()
What does ado stand for in ado.net?
What is difference between executequery and executeupdate?