What are Magic Table?
Answer Posted / subbu
suppose if we write a trigger on the table on insert or
delete or update
on insertion of record into that table,
inserted table will create automatically by database,
on deletion of record from that table,
deleted table will create automatically by database,
This two tables inserted and deleted are called magic
tables.
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
Explain Geography datatype in SQL Server
What to check if a User database is locked?
What is self contained sub query?
What the class forname () does?
What is the difference between a clustered index and a non-clustered index?
What are the different authentication modes in sql server?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
How many columns can we include on clustered index ?
What are xml indexes?
How to compare the top two records using sql?
What is shared lock?
How to see the event list of an existing trigger using sys.trigger_events?
Write a program to fetch first 10 records from a file?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?