News

Temp table -temporary temp tables1)they can be created at run time in tempdb database.2)ddl,dml statements like select,update which can be executed on regular tables can be done on temporary tables.
This post describes the major differences between cte, temp table and table variables.1) cte cte stands for common table expressions. these are simple select queries and they do not create physical ...