Copy Existing Table

Syntax
  1. Select * Into NewTableName From OldTableName   
Example
  1. Select * Into Temp1 From Temp2