adspace


What are Magic Table?

Answer Posted / ajay kumar

Whenever a trigger is fired in response to the
INSERT,DELETE,Or UPDATE statement the SQL SERVER creates
two temporary tables, Called Magic Table. The Magic Table
called inserted or deleted. The magic table conceptual
tables are similar in structure to the table on which thw
trigger is difined.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain system functions or built-in functions? What are different types of system functions?

1071


How can you append an identity column to a temporary table?

1078


How can we solve concurrency problems?

1130


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1083


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1223


What are the different subsets of sql?

1662


What is standby servers? Explain types of standby servers.

1089


What is in place upgrade in sql server?

1137


do you know how to configure db2 side of the application? : Sql server database administration

1135


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1209


What are different types of constraints?

1007


What is the difference between upgrade and migration in sql server?

1193


What is acid mean in sql server?

1257


Where can you add custom error messages to sql server?

1220


Why and when do stored procedure recompile?

1077