create table from schema code example Example: CREATE table schema using select Select * Into <DestinationTableName> From <SourceTableName> Where 1 = 2