160.
What does the query do : select * into newtable from originaltable where 1=2
View Description
The 'where' clause specifies a necessarily true condition hence no records are fetched or copied, rather only structure is copied.