160.

What does the query do : select * into newtable from originaltable where 1=2

The 'where' clause specifies a necessarily true condition hence no records are fetched or copied, rather only structure is copied.