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
What is difference between ado and other data object?
Explain ODP.net
Explain executenonquery?
Is ado.net an orm?
Which database is the ado.net sql connection object designed for?
What is executequery?
What is ado.net in vb net?
What are the data access namespaces in .NET?
What is connection string?
Which name space is used to get assembly details?
How to enable and disable connection pooling?
What is difference in record set and dataset?
Why is ADO.NET serialization slower than ADO ?
What does ole stand for in excel?
What is the functionality of data provider in ado.net?