select * from hotel where zipcode = 21227
select * from hotel where state = 'NY'
select name from hotel where city = 'NEW YORK'
select name, x, y from hotel where zipcode = 10021
select * from hotel where zipcode = 21227