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
Explain ado.net features?
List all the steps in order, to access a database through ado.net?
How can we load multiple tables in to dataset?
Define Execute Scalar?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is disconnected architecture in ado.net?
What is two way data binding android?
How can you add or remove rows from the datatable object of dataset?
What is ado.net connection?
What is partial class?
What is ado connection?
What is disconnected scenario in entity framework?
What is the meaning of object pooling?
What are the methods of XML dataset object?
What is ado net stands for?