adspace


What are Magic Table?

Answer Posted / danish aleem

An implicit trigger is fired when ever we insert, update or delete, then the two temporary tables are created i.e.insert and delete. So these temporary tables are termed as MAGIC TABLES.

* These are named as MAGIC because they are removed automatically when the specified query is committed.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1083


What is in place upgrade in sql server?

1137


What are different types of constraints?

1007


How can I check that whether automatic statistic update is enabled or not?

1120


How can we solve concurrency problems?

1130


Explain “row_number()” in sql server with an example?

1086


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


Equi join and non equi join is possible with sql server?

1140


What is a coalesce function?

1292


Can one drop a column from a table?

1098


What is acid mean in sql server?

1257


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

1071


Where can you add custom error messages to sql server?

1220


How to convert numeric expression data types using the cast() function?

1157


How to connect php with different port numbers?

1197