• select into will make new table with the same column name and datatype, if you add false condition then only data schema will be copied without ady data

    select * into NEWTABLE from OLDTABLE where 1=0