query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
"Delaware" is a county; implement daylight savings refers to daylight_saving = 'Yes'
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
the highest population in year 2020 refers to MAX(population_2020);
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
precise location refers to latitude, longitude
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
population of Arecibo in 2020 refers to SUM(population_2020) where county = 'ARECIBO';
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
the largest water area refers to MAX(water_area);
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
"Barre, VT" is the CBSA_name
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
the county of Hampden is located in the state of Massachusetts.
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
"Wisconsin" is the state; largest land area refers to Max(land_area); full name refers to first_name, last_name; postal code refers to zip_code
Among the postal points in California, calculate the percentage of them in post office types.
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
highest average income per household refers to Max(avg_income_per_household)
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
coordinates refer to latitude and longitude; under Allentown-Bethlehem-Easton, PA-NJ refers to CBSA_name = 'Allentown-Bethlehem-Easton, PA-NJ';
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
average household income refers to avg_income_per_household; city known as "Danzig" refers to bad_alias = 'Danzig';
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
the largest water area refers to MAX(water_area);
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
DIVIDE(SUM(households where county = 'CORYELL'), SUM(households)) as percentage;
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
name of congressman implies full name which refers to first_name, last_name; Guanica is the city;
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
the highest population in year 2020 refers to MAX(population_2020);
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
"Lawrenceville" is the bad_alias
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
"NEW CASTLE" is the county; 'Delaware' is the name of state
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
AVG(elevation) where alias = 'Amherst';
What is the highest gender ratio of the residential areas in Arecibo county?
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
"Wisconsin" is the state; largest land area refers to Max(land_area); full name refers to first_name, last_name; postal code refers to zip_code
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
"Wisconsin" is the state; largest land area refers to Max(land_area); full name refers to first_name, last_name; postal code refers to zip_code
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
postal points refer to zip_code; unique post office types refer to type = 'Unique Post Office'; Ohio is the name of the state, in which name = 'Ohio';
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
"Berlin, NH" is the CBSA_name
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
"ARECIBO" is the county; highest gender ration refers to Max(Divide (male_population, female_population))
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
coordinates refer to latitude and longitude; under Allentown-Bethlehem-Easton, PA-NJ refers to CBSA_name = 'Allentown-Bethlehem-Easton, PA-NJ';
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
population of Arecibo in 2020 refers to SUM(population_2020) where county = 'ARECIBO';
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
population greater than 10000 in 2010 refers to population_2010 > 10000;
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
population_2020 > MULTIPLY(0.97, AVG(population_2020));
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
Among the postal points in Texas, provide the zip codes and cities of postal points which have total beneficiaries of above 10000.
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
average female median age refers to Divide (Sum(female_median_age), Count(county))
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
representative's full names refer to first_name, last_name; postal points affiliated with Readers Digest refer to zip_code where organization = 'Readers Digest';
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
"NEW CASTLE" is the county; 'Delaware' is the name of state
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
AVG(elevation) where alias = 'Amherst';
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
congress representatives' IDs refer to CID; East Springfield is the city;
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
CBSA officers refer to CBSA_name; postal point refers to zip_code; Oxford is the city;
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
median age over 40 refers to median_age > 40
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
population_2020 > MULTIPLY(0.97, AVG(population_2020));
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
"URB San Joaquin" is the bad_alias
What are the precise locations of the cities with an area code of 787?
precise location refers to latitude, longitude
name of the CBSA officer refers to CBSA_name; position of the CBSA officer refers to CBSA_type;
How many counties are there in Virginia State?
"Virginia" is the state
"ARECIBO" is the county; total number of households refer to sum(households)
How many counties are there in Virginia State?
"Virginia" is the state
precise location refers to latitude, longitude
How many counties are there in Virginia State?
"Virginia" is the state
"Lexington-Fayette, KY" is the CBSA_name
How many counties are there in Virginia State?
"Virginia" is the state
above-average female population refers to female_population > DIVIDE(SUM(female_population), COUNT(state));
How many counties are there in Virginia State?
"Virginia" is the state
representative's full names refer to first_name, last_name; postal points affiliated with Readers Digest refer to zip_code where organization = 'Readers Digest';
How many counties are there in Virginia State?
"Virginia" is the state
highest average income per household refers to Max(avg_income_per_household)
How many counties are there in Virginia State?
"Virginia" is the state
median age over 40 refers to median_age > 40
How many counties are there in Virginia State?
"Virginia" is the state
DIVIDE(SUM(total_beneficiaries), COUNT(zip_code)) where name = 'Guam';
How many counties are there in Virginia State?
"Virginia" is the state
population_2020 > MULTIPLY(0.97, AVG(population_2020));
How many counties are there in Virginia State?
"Virginia" is the state
city with highest asian population refers to Max(Sum(asian_population)); full name refers to first_name, last_name
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
Dalton is the city;
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
implement daylight savings refers to daylight_savings = 'Yes';
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
median age over 40 refers to median_age > 40
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
over 30 employees refers to employee > 30; 'HUNTINGDON' is the county
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
Georgia is the name of the state, in which name = 'Georgia';
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
Asian population of 7 refers to asian_population = 7;
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
population_2020 > MULTIPLY(0.97, AVG(population_2020));
What is the bad alias of the residential area with the highest average house value?
highest average house value refers to Max(avg_house_value)
"Berlin, NH" is the CBSA_name
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
population_2020 > MULTIPLY(0.97, AVG(population_2020));
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
biggest land area refers to Max(land_area); "SAINT CROIX" is the county
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
the county of Hampden is located in the state of Massachusetts.
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
zero employee refers to employees = 0
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
Greeneville is the city;
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
DIVIDE(SUBTRACT(SUM(population_2020)), SUM(population_2010)), SUM(population_2010) as percentage where county = 'ARROYO';
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
"URB San Joaquin" is the bad_alias
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
"NEW HAVEN" is the county; male refers to male_population
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
"Barre, VT" is the CBSA_name
In California, how many delivery receptacles are there in the community post office that has the highest number of delivery receptacles?
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
above-average female population refers to female_population > DIVIDE(SUM(female_population), COUNT(state));
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
median female age of over 32 refers to median_female_age > 32
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
"ARECIBO" is the county; highest white population refers to Max(white_population)
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
"Berlin, NH" is the CBSA_name
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
"PHILLIPS" is the county; 'Montana' is the name of state
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
postal point of post office refers to type = 'Post Office';
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
location coordinate refers to (latitude, longitude)
Describe the number of postal points and the countries in West Virginia.
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
the largest water area refers to MAX(water_area);
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
median age over 40 refers to median_age > 40
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
"Wisconsin" is the state; largest land area refers to Max(land_area); full name refers to first_name, last_name; postal code refers to zip_code
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
city with highest asian population refers to Max(Sum(asian_population)); full name refers to first_name, last_name
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
"NEW CASTLE" is the county; 'Delaware' is the name of state
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
"Lexington-Fayette, KY" is the CBSA_name
Provide the alias of the city with the highest population in year 2020.
the highest population in year 2020 refers to MAX(population_2020);
"Alabama" is the name
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
the county of Hampden is located in the state of Massachusetts.
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
"NEW CASTLE" is the county; 'Delaware' is the name of state
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
population of Arecibo in 2020 refers to SUM(population_2020) where county = 'ARECIBO';
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
representative's full names refer to first_name, last_name; area which has highest population in 2020 refers to MAX(population_2020);
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
highest number of females refers to Max(female_population)
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
SUBTRACT(COUNT(type = 'P.O. Box Only'), COUNT(type = 'Post Office')) where area_code = 787;
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
average household income refers to avg_income_per_household; city known as "Danzig" refers to bad_alias = 'Danzig';
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
Savoy is the city;
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
"Puerto Rico" refers to state = 'PR'
How many post offices are there in New York?
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
central time zone refers to time_zone = 'Central'