3
Reply

What are magic tables in SQL and how can we use them?

Chetana Barot

Chetana Barot

Aug 28, 2017
340
0

    when we use trigger inserted and deleted data are stored in temporary table those table are called magic tables

    Subash
    November 22, 2017
    1

    two Magic Tables SQL(Trigger)Inserted Deleted

    Rajendra Taradale
    November 21, 2017
    0

    Magic tables are internal tables in SQL and we can use them through triggers only. Refer this link for detailed answer: http://www.c-sharpcorner.com/UploadFile/rohatash/magic-tables-in-sql-server-2012/

    Chetana Barot
    August 28, 2017
    0