Where are magic tables stored ? Is it in the same database
where it is created ?
Answers were Sorted based on User's Feedback
Answer / digvijay kumar singh
magic table is concept of triggers. when trigger perform the
insert,delete and update action on the table. the create a
temprory table that is called the magic table. when perform
dalete action:-- all deleted row stored in to a table
thease table is called "Deleted table" such that insert
action: create "created table" these table called the magic
table.
when trigger commited the magic table automatically deleted.
it is stored in Temp database of sql server.
i hope any person gotted.
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / raja
At the time of creating triggers magic tables will be created.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / digvijay kumar singh
yes, magic table stored in current databse.
| Is This Answer Correct ? | 8 Yes | 2 No |
How can we determine what objects a user-defined function depends upon?
How does normalization work?
Can you please differentiate between a primary key and a unique key?
Define self join in sql server joins?
How to transfer an existing table from one schema to another schema in ms sql server?
How to write query to Delete the records in child table and corresponding records in parent table
how do u find least salary in a table
Define clusters?
How to link tables in sql server?
Tell me what is use of except clause? How it differs from not in clause?
Explain magic tables in sql server?
What is policy based management (pbm)? : sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)