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
What is the current version of entity framework?
What is the full form of ado.net?
Explain how do you connect to sql server database without using sqlclient?
can we create synonymn in ms access,sql server,my sql if so explain me with example
How many major types of connection objects in ADO.NET?
What are typed and untyped dataset?
How to add a check box or a dropdown list to a column in a datagrid?
What is bubbled event can you please explain?
What are the pre-requisites for connection pooling?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is sqldatasource?
What is the full form of ado?
What is connection string?
What is data reader in ado.net?
What is data access pattern?