What are Magic Table?
Answer Posted / neeraj sharma
When we fire the trigger then the data goes to temporary
tables. when we execute insert, delete, update trigger the
the data goes to temporary tables. these temporary tables
are called as magic tables. There to types of magic tables:
1. Inserted
2. Updated
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is mean by candidate key?
what do you understand by change data capture?
how to invoke a trigger on demand? : Sql server database administration
What are ddl (data definition language) statements for tables in ms sql server?
What is the user of Primary key?
Can binary strings be used in arithmetical operations?
Difference between uniqe index and uniqe constraint?
What is difference between commit and rollback when used in transactions?
How is SQL Azure different than SQL server?
How do I edit a procedure in sql server?
What do you mean by stored techniques? How would we use it?
What is the difference between coalesce() & isnull()?
Can the query output be sorted by multiple columns in ms sql server?
What are the character string functions supported by sql server 2005?
What is the difference between a function and a stored procedure?