question
stringclasses 10
values | expected_query
dict |
---|---|
What iPhone models are available?
|
{
"max_price": null,
"q": "iPhone"
}
|
Are there any budget laptops?
|
{
"max_price": 300,
"q": "laptop"
}
|
Show me the cheapest gaming PC.
|
{
"max_price": 500,
"q": "gaming pc"
}
|
Are there any tablets under $400?
|
{
"max_price": 400,
"q": "tablet"
}
|
What are the best headphones?
|
{
"max_price": null,
"q": "headphones"
}
|
What are the top rated laptops?
|
{
"max_price": null,
"q": "laptop"
}
|
I want to buy some shoes. I like Adidas and Nike.
|
{
"max_price": null,
"q": "shoe"
}
|
I want to buy a new skirt
|
{
"max_price": null,
"q": "skirt"
}
|
My company is asking me to get a professional Deskopt PC - money is no object.
|
{
"max_price": 10000,
"q": "professional desktop PC"
}
|
What are the best budget cameras?
|
{
"max_price": 300,
"q": "camera"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.