Common Table Expressions (CTEs)if you need to reference/join the same data set multiple times you can do so by defining a CTE. Therefore, it can be a form of code...
#temp table v.s. @tableDatabase is all about tables. Apart from normal tables, there are two kinds of tables: Temporary tables (#temp table) and table variables...