Dell Technologies interview question

Difference between temp table and table variable?

Interview Answer

Anonymous

Aug 6, 2017

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

1