In sql we hav two magic tables Inserted, deleted when we perform any operation of DML like insert, delete,update then these tables activate automatically ....
we can not see these table but can use through trigger...
The tables "INSERTED" and "DELETED" are called magic tables of the
SQL Server. We can not see these tables in the data base. But we can access these
tables from the "TRIGGER"
They are called magic tables because like a magic you can't see it but they are actually there to be used inside triggers