Dell Technologies interview question

Difference between temp table and table variable?

Interview Answer

Anonymous

6 Aug 2017

Temp table will send the data to the table variable and will drop the temp table.

1