db_id
stringclasses 31
values | schema
stringclasses 22
values | schemaComEx
stringclasses 22
values | question
stringlengths 18
181
| query
stringlengths 20
577
| answer
stringlengths 14
41.7k
⌀ | complexity
stringclasses 4
values | distinct
bool 2
classes | like
bool 2
classes | between
bool 2
classes | order_by
bool 2
classes | limit
bool 2
classes | grouby_by
bool 2
classes | having
bool 2
classes | single_join
bool 2
classes | multiple_join
bool 2
classes | multiple_select
bool 2
classes | intersect
bool 2
classes | except
bool 2
classes | union
bool 2
classes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
restaurants | null | null | where is a good restaurant on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some good arabics on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good arabic restaurant on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good places for arabic on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good arabic on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some restaurants good for arabic food on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good place on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good place on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i eat arabic food on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good places on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a arabic restaurant on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a restaurant on buchanan in san francisco that serves good arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good restaurant on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a restaurant on buchanan in san francisco that serves good arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good restaurants on buchanan in san francisco for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good places for arabic on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i eat some good arabic food on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good arabic on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some restaurants good for arabic food on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some good places for arabic on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good arabic restaurant on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good arabics on buchanan in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i eat french food in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "french"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some restaurants on bethel island rd in bethel island ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a restaurant on bethel island rd in bethel island ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can we find a restaurant on bethel island rd in bethel island ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can we find some restaurants on bethel island rd in bethel island ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is the best restaurant in the bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is the best restaurant in bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what is the best restaurant in bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what is the best american restaurant in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is the best american restaurant in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what is the best american in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me the best restaurant in the bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me the best restaurant in bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what is the best restaurant in the bay area for american food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is the best american in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me the best american in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me the best american restaurant in the bay area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some restaurants good for french food in the yosemite and mono lake area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good places in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good restaurant in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good french restaurant in the yosemite and mono lake area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good place in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some restaurants good for french food in the yosemite and mono lake area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good place in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good restaurant in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good restaurants in the yosemite and mono lake area for french food ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good french restaurant in the yosemite and mono lake area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i eat some good french food in the yosemite and mono lake area ? | SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some restaurants good for arabic food in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good places in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some good arabic restaurants in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | show me a good arabic restaurant in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good arabic in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good arabic restaurant in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good place in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some good arabics in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a restaurant in mountain view that serves good arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good restaurants in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some restaurants good for arabic food in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i eat some good arabic food in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good places for arabic in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good arabic in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a restaurant in mountain view that serves good arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good arabic restaurants in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where are some good places for arabic in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good arabics in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good restaurant in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good arabic restaurant in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good places for arabic in mountain view ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good restaurant in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a good place in mountain view for arabic food ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i find a jamerican cuisine in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is jamerican cuisine in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where is a jamerican cuisine in san francisco ? | SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can we find some restaurants in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some restaurants in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a restaurant in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | where can i find a restaurant in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me a good restaurant in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what are some good restaurants in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | give me some good restaurants in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
restaurants | null | null | what is a good restaurant in the bay area ? | SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the total number of players. | SELECT count(*) FROM players | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | How many players are there? | SELECT count(*) FROM players | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the total number of matches. | SELECT count(*) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Count the number of matches. | SELECT count(*) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | List the first name and birth date of all players from the country with code USA. | SELECT first_name , birth_date FROM players WHERE country_code = 'USA' | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | What are the first names and birth dates of players from the USA? | SELECT first_name , birth_date FROM players WHERE country_code = 'USA' | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the average age of losers and winners of all matches. | SELECT avg(loser_age) , avg(winner_age) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | What are the average ages of losers and winners across matches? | SELECT avg(loser_age) , avg(winner_age) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the average rank of winners in all matches. | SELECT avg(winner_rank) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | What is the average rank for winners in all matches? | SELECT avg(winner_rank) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the highest rank of losers in all matches. | SELECT min(loser_rank) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | What is the best rank of losers across all matches? | SELECT min(loser_rank) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | find the number of distinct country codes of all players. | SELECT count(DISTINCT country_code) FROM players | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | How many distinct countries do players come from? | SELECT count(DISTINCT country_code) FROM players | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | Find the number of distinct name of losers. | SELECT count(DISTINCT loser_name) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
wta_1 | null | null | How many different loser names are there? | SELECT count(DISTINCT loser_name) FROM matches | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |