text
stringclasses
8 values
label
stringclasses
8 values
Give me a 4-room apartment in New York City on the 6th floor.
SELECT * FROM table WHERE room = 4 AND floor = 6 AND city = 'New York'
I'm looking for a 2-bedroom apartment in San Francisco with a balcony.
SELECT * FROM table WHERE room = 2 AND city = 'San Francisco'
I need a studio apartment in London with a washer and dryer in unit.
SELECT * FROM table WHERE room = 1 AND city = 'London'
I'm interested in a 3-bedroom apartment in Chicago with a parking space.
SELECT * FROM table WHERE room = 3 AND parking = 1 AND city = 'Chicago'
I'm looking for a 1-bedroom apartment in Austin with a pet-friendly policy.
SELECT * FROM table WHERE room = 1 AND city = 'Austin'
I need a 2-bedroom apartment in Seattle with a view.
SELECT * FROM table WHERE room = 2 AND city = 'Seattle'
I'm interested in a 3-bedroom apartment in Denver with a backyard.
SELECT * FROM table WHERE room = 3 AND city = 'Denver'
I'm looking for a 1-bedroom apartment in Boston with a gym in building.
SELECT * FROM table WHERE room = 1 AND city = 'Boston'

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0
Add dataset card