declare table temp sql code example Example: create temp table in sql Click to copy-- CREATE TEMP TABLE Create Table #MyTempTable ( EmployeeID int );