query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
"Lexington-Fayette, KY" is the CBSA_name
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
"ARECIBO" is the county; total number of households refer to sum(households)
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
population of Arecibo in 2020 refers to SUM(population_2020) where county = 'ARECIBO';
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
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';
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
Asian population of 7 refers to asian_population = 7;
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
"Lawrenceville" is the bad_alias
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
above-average female population refers to female_population > DIVIDE(SUM(female_population), COUNT(state));
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
"Virginia" is the state
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
name of the CBSA officer refers to CBSA_name; position of the CBSA officer refers to CBSA_type;
|
Which city has the most bad aliases?
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
in California refers to name = 'California' and state = 'CA'; 'Community Post Office' is the Type
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
"Alabama" is the name
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
the highest population in year 2020 refers to MAX(population_2020);
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
city with highest asian population refers to Max(Sum(asian_population)); full name refers to first_name, last_name
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
population greater than 10000 in 2010 refers to population_2010 > 10000;
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
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';
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
SUBTRACT(COUNT(type = 'P.O. Box Only'), COUNT(type = 'Post Office')) where area_code = 787;
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
AVG(elevation) where alias = 'Amherst';
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
Greeneville is the city;
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
"NEW HAVEN" is the county; male refers to male_population
|
Give at least five alias of cities with a postal point of post office.
|
postal point of post office refers to type = 'Post Office';
|
COUNT(zip_code where first_name = 'Smith' and last_name = 'Adrian') > COUNT(zip_code where first_name = 'Heck' and last_name = 'Joe');
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
the county of Hampden is located in the state of Massachusetts.
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
CBSA officers refer to CBSA_name; postal point refers to zip_code; Oxford is the city;
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
"New York" refers to state = 'NY' and name = 'New York'; 'Post Office' is the type
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
DIVIDE(SUBTRACT(SUM(population_2020)), SUM(population_2010)), SUM(population_2010) as percentage where county = 'ARROYO';
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
zero employee refers to employees = 0
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
DIVIDE(SUM(total_beneficiaries), COUNT(zip_code)) where name = 'Guam';
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
"Lexington-Fayette, KY" is the CBSA_name
|
Provide the congress representatives' IDs of the postal points in East Springfield.
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
name of the CBSA officer refers to CBSA_name; position of the CBSA officer refers to CBSA_type;
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
highest average income per household refers to Max(avg_income_per_household)
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
DIVIDE(SUM(total_beneficiaries), COUNT(zip_code)) where name = 'Guam';
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
name of county refers to county
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
COUNT(zip_code where first_name = 'Smith' and last_name = 'Adrian') > COUNT(zip_code where first_name = 'Heck' and last_name = 'Joe');
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
"Puerto Rico" refers to state = 'PR'
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
"Virginia" is the state
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
"ARECIBO" is the county; total number of households refer to sum(households)
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
representative's full names refer to first_name, last_name; postal points affiliated with Readers Digest refer to zip_code where organization = 'Readers Digest';
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
zero employee refers to employees = 0
|
Provide the zip codes and area codes of the postal points with the community post office type at the elevation above 6000.
|
community post office type refers to type = 'Community Post Office'; elevation above 6000 refers to elevation > 6000;
|
highest number of females refers to Max(female_population)
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
"NEW HAVEN" is the county; male refers to male_population
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
DIVIDE(SUM(total_beneficiaries), COUNT(zip_code)) where name = 'Guam';
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
"Internal Revenue Service" is the bad_alias; in Eastern time zone refers to time_zone = 'Eastern'
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
implement daylight savings refers to daylight_savings = 'Yes';
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
congress representatives' IDs refer to CID; East Springfield is the city;
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
"ARECIBO" is the county; average median female age = Divide (Sum(median_female_age), Count(country))
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
biggest land area refers to Max(land_area); "SAINT CROIX" is the county
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
DIVIDE(SUM(households where county = 'CORYELL'), SUM(households)) as percentage;
|
Please list the bad alias of all the residential areas with a median female age of over 32.
|
median female age of over 32 refers to median_female_age > 32
|
city with highest asian population refers to Max(Sum(asian_population)); full name refers to first_name, last_name
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
"ARECIBO" is the county; highest white population refers to Max(white_population)
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
SUBTRACT(COUNT(type = 'P.O. Box Only'), COUNT(type = 'Post Office')) where area_code = 787;
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
precise location refers to latitude, longitude
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
"Alabama" is the name
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
"York" is the city; 'ME' is the state; type refers to CBSA_type
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
over 30 employees refers to employee > 30; 'HUNTINGDON' is the county
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
DIVIDE(SUBTRACT(SUM(population_2020)), SUM(population_2010)), SUM(population_2010) as percentage where county = 'ARROYO';
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
CBSA officers refer to CBSA_name; postal point refers to zip_code; Oxford is the city;
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
highest average income per household refers to Max(avg_income_per_household)
|
Which district has the largest land area in Wisconsin? Write the full name of the congress representative and include the postal codes.
|
"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
|
Dalton is the city;
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
name of county refers to county
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
population of Arecibo in 2020 refers to SUM(population_2020) where county = 'ARECIBO';
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
Texas is the name of the state, in which name = 'Texas'; total beneficiaries of above 10000 refer to total_beneficiaries > 10000;
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
postal point of post office refers to type = 'Post Office';
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
"NEW CASTLE" is the county; 'Delaware' is the name of state
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
"OUTAGAMIE" is the county
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
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';
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
Georgia is the name of the state, in which name = 'Georgia';
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
the county of Hampden is located in the state of Massachusetts.
|
How many counties are there in Alabama?
|
"Alabama" is the name
|
"ARECIBO" is the county; average median female age = Divide (Sum(median_female_age), Count(country))
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
"York" is the city; 'ME' is the state; type refers to CBSA_type
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
average household income refers to avg_income_per_household; city known as "Danzig" refers to bad_alias = 'Danzig';
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
DIVIDE(COUNT(zip_code where type = 'Post Office'), COUNT(zip_code)) as percentage where name = 'California';
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
coordinates refer to latitude and longitude; under Allentown-Bethlehem-Easton, PA-NJ refers to CBSA_name = 'Allentown-Bethlehem-Easton, PA-NJ';
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
"ARECIBO" is the county; average median female age = Divide (Sum(median_female_age), Count(country))
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
precise location refers to latitude, longitude
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
above-average female population refers to female_population > DIVIDE(SUM(female_population), COUNT(state));
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
postal points refer to zip_code; West Virginia is the name of the state, in which name = 'West Virginia';
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
name of the CBSA officer refers to CBSA_name; position of the CBSA officer refers to CBSA_type;
|
Which zip code in Massachusetts that have more than 1 area code?
|
"Massachusetts" is the state; zip code more than 1 area code refers to Count (zip_code) > 1
|
the most bad aliases refer to MAX(COUNT(bad_alias));
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
"Internal Revenue Service" is the bad_alias; in Eastern time zone refers to time_zone = 'Eastern'
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
"Barre, VT" is the CBSA_name
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
highest number of females refers to Max(female_population)
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
Dalton is the city;
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
"Lexington-Fayette, KY" is the CBSA_name
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
AVG(elevation) where alias = 'Amherst';
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
Savoy is the city;
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
COUNT(zip_code where first_name = 'Smith' and last_name = 'Adrian') > COUNT(zip_code where first_name = 'Heck' and last_name = 'Joe');
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
"PHILLIPS" is the county; 'Montana' is the name of state
|
Provide the zip codes and the alias of Greeneville.
|
Greeneville is the city;
|
coordinates refer to latitude and longitude; under Allentown-Bethlehem-Easton, PA-NJ refers to CBSA_name = 'Allentown-Bethlehem-Easton, PA-NJ';
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
"PHILLIPS" is the county; 'Montana' is the name of state
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
median female age of over 32 refers to median_female_age > 32
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
representative's full names refer to first_name, last_name; area which has highest population in 2020 refers to MAX(population_2020);
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
representative's full names refer to first_name, last_name; postal points affiliated with Readers Digest refer to zip_code where organization = 'Readers Digest';
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
Dalton is the city;
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
Greeneville is the city;
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
zero employee refers to employees = 0
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
COUNT(zip_code where first_name = 'Smith' and last_name = 'Adrian') > COUNT(zip_code where first_name = 'Heck' and last_name = 'Joe');
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
DIVIDE(SUM(households where county = 'CORYELL'), SUM(households)) as percentage;
|
Calculate the average male median age of all the residential areas in Windham county.
|
average male median age refers to Divide (Sum(male_median_age), Count(county)); 'WINDHAM' is the county
|
"Puerto Rico" refers to state = 'PR'
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.