#sqlserver #table #variable
In this Video We will Learn the Use of Temporary Table in SQL
A temporary table is a base table that is not stored in the database, but instead exists only while the database session in which it was created is active. At first glance, this may sound like a view, but views and temporary tables are rather different. A view exists only for a single query.