What are the magic tables in SQL Server 2000?
Answer Posted / maya
While using triggers these Inserted & Deleted tables
(called as magic tables) will be created automatically.
When we insert any record then that record will be added
into this Inserted table initially, similarly while
updating a record a new entry will be inserted into
Inserted table & old value will be inserted into Deleted
table.
In the case of deletion of a record then it will insert
that record in the Deleted table
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
What does sql server mean?
Explain how to integrate the ssrs reports in application?
What happens if null values are involved in bitwise operations?
What is explicit mode in sql server?
What is fill factor and pad index?
What are the joins in sql server? : sql server database administration
Can two tables share a primary key?
Explain transaction server explicit transaction?
Explain what is it unwise to create wide clustered index keys?
What is an execution plan? How would you view the execution plan?
What is the difference between substr and charindex in the sql server?
Write a sql query to sort on different column name according to the parameters passed in the function?
What are null values in ms sql server?
Explain what are the restrictions while creating batches in sql server?
What do you mean by normalisation?