What are Magic Table?
Answer Posted / digvijay kumar singh
Magic table is Temporary type table. it is created when
trigger perform the insert,delete and update action. trigger
have two type magic table:-
1:- inserted table.
2:- deleted table.
when trigger perform the insert and update action on table
then trigger used the Inserted magic table and deleted magic
table used at deletion time.
i hope you will understand..................
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can You Use Data Mining Models In Ssrs?
how many clustered indexes can be created on a table? : Sql server database administration
Explain comment on transactions?
What is sql profiler. What are the default templates with it? : sql server database administration
List out what other servers you can use with ssrs?
What is difference between cte and view?
How can you insert null values in a column while inserting the data?
Explain the concepts and capabilities of sql server?
How to rebuild indexes with alter index ... Rebuild?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is the purpose of a table?
What is a livelock?
What is openxml in sql server?
What is plan freezing?
what is package and it uses and how can u call a package