select rowid, name, id  from hotel where x > 01 and x < 100
select rowid, name, id  from hotel where x > 50 and x < 150
select rowid, name, id  from hotel where x > 100 and x < 200
select rowid, name, id  from hotel where x > 200 and x < 500
select rowid, name, id  from hotel where x > 66 and x < 580
select rowid, name, id  from hotel where x > 606 and x < 700
select rowid, name, id  from hotel where x > 66 and x < 880
select rowid, name, id  from hotel where x > 700 and x < 980
select rowid, name, id  from hotel where x > 850 and x < 1000
select rowid, name, id  from hotel where x = 136 and y = 553
select rowid, name, id  from hotel where zipcode = 21227
select rowid, capacity from hotel where name = 'KFC'
select rowid, name, id  from hotel where x > 66 and x < 580
select rowid, name, id  from hotel where y > 66 and y < 180
select rowid, name, id  from hotel where state = 'NY'
select rowid, tables from hotel where name = 'Mcdonalds'
select rowid, name, id  from hotel where x = 66 and y = 80
select rowid, name from hotel where city = 'NEW YORK'
select rowid, name, id  from hotel where id < 37 and x > 900
select rowid, name, id  from hotel where x = 100 and y = 90
select rowid, name, x, y from hotel where zipcode = 10021
select rowid, name, id  from hotel where id > 34 and y < 40
select rowid, name, id  from hotel where x = 136 and y = 553
select rowid, name, id  from hotel where zipcode = 21227
select rowid, capacity from hotel where name = 'KFC'
select rowid, name, id  from hotel where x > 66 and x < 580
select rowid, name, id  from hotel where x > 566 
select rowid, name, id  from hotel where x < 650
select rowid, name, id  from hotel where y < 45 and y > 1
select rowid, name, id  from hotel where x > 900 
select rowid, name, id  from hotel where x < 950
