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
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
How can you find out how many rows returned in a cursor?
What is indexed view? How to create it?
What is sqlservr.exe - process - sql server (sqlex?press)?
What is the difference between primary key and unique constraints?
What is sub query and its properties?
Can multiple columns be used in sql group by clause in ms sql server?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
Differentiate between truncate vs delete in mssql?
what's the information that can be stored inside a bit column? : Sql server database administration
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
Why do we use functions?
What is query cost in sql server?
Which data type columns are the best candidates for full-text indexing?
What do you understand by user-defined function in the sql server?