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
What are the restrictions applicable while creating views? : SQL Server Architecture
What is an expression in ms sql server?
Explain in brief about Microsoft SQL server?
How to check status of stored procedure in sql server?
What is index fragmentation in ms sql server?
How do I view a stored procedure in sql server?
What are the advantages of sql azure?
Differentiate between mongodb vs. Sql server?
How to enter date and time literals in ms sql server?
Explain the flow of creating a cube? : sql server analysis services, ssas
Explain the steps to create and execute a user-defined function in the sql server?
What is a domain constraint give an example?
How to connect of datebase with sql express.?
What is the difference RDBMS and Graph Database?
How to get a list of all tables with "sys.tables" view in ms sql server?