answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT air_force___navy_score FROM table_1850339_2 WHERE season = 1983 | CREATE TABLE table_1850339_2 (air_force___navy_score VARCHAR, season VARCHAR) | What was the Air Force - Navy score in the 1983 season? |
SELECT COUNT(season) FROM table_1850339_2 WHERE army___navy_score = "10 Dec. 2016 at Baltimore, MD (M&T Bank Stadium)" | CREATE TABLE table_1850339_2 (season VARCHAR, army___navy_score VARCHAR) | How many different season have an Army - Navy score of 10 dec. 2016 at Baltimore, MD (M&T Bank Stadium)? |
SELECT COUNT(tourism_receipts__2003___as__percentage_of_exports_) FROM table_18524_6 WHERE tourism_competitiveness__2011___ttci_ = "3.26" | CREATE TABLE table_18524_6 (tourism_receipts__2003___as__percentage_of_exports_ VARCHAR, tourism_competitiveness__2011___ttci_ VARCHAR) | Name the tourism receipts 2003 for tourism competitiveness 3.26 |
SELECT tourism_receipts__2003___as__percentage_of_gdp_ FROM table_18524_6 WHERE country = "Colombia" | CREATE TABLE table_18524_6 (tourism_receipts__2003___as__percentage_of_gdp_ VARCHAR, country VARCHAR) | Name the tourism receipts 2003 for colombia |
SELECT COUNT(tourism_receipts__2011___us) AS $_per_capita_ FROM table_18524_6 WHERE tourism_receipts__2003___as__percentage_of_gdp_ = "13.5" | CREATE TABLE table_18524_6 (tourism_receipts__2011___us VARCHAR, tourism_receipts__2003___as__percentage_of_gdp_ VARCHAR) | Name the total number of tourism receipts 2011 where tourism receipts 2003 13.5 |
SELECT owner FROM table_18536769_1 WHERE branding = "Classic Hits 102.1 CJCY" | CREATE TABLE table_18536769_1 (owner VARCHAR, branding VARCHAR) | When classic hits 102.1 cjcy is the branding who is the owner? |
SELECT call_sign FROM table_18536769_1 WHERE format = "hot adult contemporary" | CREATE TABLE table_18536769_1 (call_sign VARCHAR, format VARCHAR) | When hot adult contemporary is the format what is the call sign? |
SELECT COUNT(call_sign) FROM table_18536769_1 WHERE owner = "Vista Radio" | CREATE TABLE table_18536769_1 (call_sign VARCHAR, owner VARCHAR) | When vista radio is the owner how many call signs are there? |
SELECT COUNT(format) FROM table_18536769_1 WHERE frequency = "FM 97.3" | CREATE TABLE table_18536769_1 (format VARCHAR, frequency VARCHAR) | When fm 97.3 is the frequency how many formats are there? |
SELECT frequency FROM table_18536769_1 WHERE owner = "Vista Radio" | CREATE TABLE table_18536769_1 (frequency VARCHAR, owner VARCHAR) | When vista radio is the owner what is the frequency? |
SELECT team FROM table_18522916_5 WHERE date_of_appointment = "5 September 2008" AND date_of_vacancy = "30 August 2008" | CREATE TABLE table_18522916_5 (team VARCHAR, date_of_appointment VARCHAR, date_of_vacancy VARCHAR) | Name the team for 5 september 2008 for date of vacancy for 30 august 2008 |
SELECT date_of_vacancy FROM table_18522916_5 WHERE outgoing_manager = "Daniel Uberti" | CREATE TABLE table_18522916_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR) | Name the date of vacancy for daniel uberti |
SELECT manner_of_departure FROM table_18522916_5 WHERE date_of_vacancy = "25 August 2008" | CREATE TABLE table_18522916_5 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR) | Name the manner of departure for date of vacancy 25 august 2008 |
SELECT date_of_vacancy FROM table_18522916_5 WHERE date_of_appointment = "29 December 2008" | CREATE TABLE table_18522916_5 (date_of_vacancy VARCHAR, date_of_appointment VARCHAR) | Name the date of vacancy for 29 december 2008 being date of appointment |
SELECT COUNT(directed_by) FROM table_1854728_2 WHERE production_code = "1008/1009" | CREATE TABLE table_1854728_2 (directed_by VARCHAR, production_code VARCHAR) | When 1008/1009 is the production code how many directors are there? |
SELECT directed_by FROM table_1854728_2 WHERE written_by = "Arthur Heinemann" | CREATE TABLE table_1854728_2 (directed_by VARCHAR, written_by VARCHAR) | When arthur heinemann is the writer who is the director? |
SELECT running_with__in_team_ FROM table_1855841_1 WHERE candidate = "Elizabeth Falco" | CREATE TABLE table_1855841_1 (running_with__in_team_ VARCHAR, candidate VARCHAR) | Name the running with for elizabeth falco |
SELECT office_running_for FROM table_1855841_1 WHERE candidate = "Carol Marsh" | CREATE TABLE table_1855841_1 (office_running_for VARCHAR, candidate VARCHAR) | Name the officing running for for carol marsh |
SELECT office_running_for FROM table_1855841_1 WHERE candidate = "Anthony Mussara" | CREATE TABLE table_1855841_1 (office_running_for VARCHAR, candidate VARCHAR) | Name the office running for for anthony mussara |
SELECT votes_given FROM table_1855841_1 WHERE running_with__in_team_ = "Michael Russo, Genevy Dimitrion , Manny Ortega" | CREATE TABLE table_1855841_1 (votes_given VARCHAR, running_with__in_team_ VARCHAR) | Name the votes given for michael russo, genevy dimitrion , manny ortega |
SELECT position FROM table_1858574_3 WHERE sail_number = "6606" | CREATE TABLE table_1858574_3 (position VARCHAR, sail_number VARCHAR) | Qhat was the position of sail 6606? |
SELECT yacht FROM table_1858574_3 WHERE sail_number = "AUS70" | CREATE TABLE table_1858574_3 (yacht VARCHAR, sail_number VARCHAR) | On what yacht was the sail number aus70? |
SELECT COUNT(rank) FROM table_18590048_1 WHERE release_date = "21 October 1992" | CREATE TABLE table_18590048_1 (rank VARCHAR, release_date VARCHAR) | How many titles were released on 21 October 1992? |
SELECT MIN(rank) FROM table_18590048_1 WHERE title = "Super Mario Land 2: 6 Golden Coins" | CREATE TABLE table_18590048_1 (rank INTEGER, title VARCHAR) | What rank is Super Mario Land 2: 6 Golden Coins? |
SELECT platform FROM table_18590048_1 WHERE units_sold__in_millions_ = "11.18" | CREATE TABLE table_18590048_1 (platform VARCHAR, units_sold__in_millions_ VARCHAR) | What platform sold 11.18 million units? |
SELECT release_date FROM table_18590048_1 WHERE units_sold__in_millions_ = "9.87" | CREATE TABLE table_18590048_1 (release_date VARCHAR, units_sold__in_millions_ VARCHAR) | What day did the platform sell 9.87 million units? |
SELECT COUNT(round) FROM table_1859269_1 WHERE new_entries_this_round = "65" | CREATE TABLE table_1859269_1 (round VARCHAR, new_entries_this_round VARCHAR) | If new entries this round is 65, what is the round? |
SELECT MAX(clubs_remaining) FROM table_1859269_1 WHERE leagues_entering_at_this_round = "Süper Lig" | CREATE TABLE table_1859269_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR) | If leagues entering this round is Süper Lig, what is the maximum amount of clubs remaining? |
SELECT round FROM table_1859269_1 WHERE winners_from_previous_round = "8" | CREATE TABLE table_1859269_1 (round VARCHAR, winners_from_previous_round VARCHAR) | If the winners from the previous round is 8, what is the round? |
SELECT new_entries_this_round FROM table_1859269_1 WHERE round = "Semi-finals" | CREATE TABLE table_1859269_1 (new_entries_this_round VARCHAR, round VARCHAR) | If the round is the semi-finals, what are the new entries this round? |
SELECT MAX(losses) FROM table_18594107_2 WHERE team = "Atl. Colegiales" | CREATE TABLE table_18594107_2 (losses INTEGER, team VARCHAR) | How many losses for the team atl. colegiales? |
SELECT MIN(points) FROM table_18594107_2 WHERE scored = 14 | CREATE TABLE table_18594107_2 (points INTEGER, scored VARCHAR) | How many points when the score is 14? |
SELECT MAX(draws) FROM table_18594107_2 WHERE scored = 13 | CREATE TABLE table_18594107_2 (draws INTEGER, scored VARCHAR) | How many draws are there when the score is 13? |
SELECT MAX(wins) FROM table_18594107_2 WHERE conceded = 18 | CREATE TABLE table_18594107_2 (wins INTEGER, conceded VARCHAR) | How many wins have conceded as 18? |
SELECT COUNT(draws) FROM table_18594107_1 WHERE scored = 25 | CREATE TABLE table_18594107_1 (draws VARCHAR, scored VARCHAR) | How many draws occurred when 25 points were scored? |
SELECT MIN(points) FROM table_18594107_1 WHERE team = "San Lorenzo" | CREATE TABLE table_18594107_1 (points INTEGER, team VARCHAR) | What is the least number of poins for San Lorenzo? |
SELECT draws FROM table_18594107_1 WHERE team = "12 de Octubre" | CREATE TABLE table_18594107_1 (draws VARCHAR, team VARCHAR) | How many draws does 12 de Octubre have? |
SELECT MAX(inaba) FROM table_18595004_7 | CREATE TABLE table_18595004_7 (inaba INTEGER) | What is Inaba's maximum score? |
SELECT COUNT(tonioli) FROM table_18595004_7 WHERE week__number = 3 | CREATE TABLE table_18595004_7 (tonioli VARCHAR, week__number VARCHAR) | How many sets of marks does Tonioli get in week 3? |
SELECT MIN(age) FROM table_1859855_2 WHERE hometown = "Columbia, South Carolina" | CREATE TABLE table_1859855_2 (age INTEGER, hometown VARCHAR) | When columbia, south carolina is the hometown what is the lowest age? |
SELECT MIN(age) FROM table_1859855_2 WHERE hometown = "Austin, Texas" | CREATE TABLE table_1859855_2 (age INTEGER, hometown VARCHAR) | When austin, texas is the hometown what is the lowest age? |
SELECT result FROM table_1859855_2 WHERE candidate = "Stacy Schneider" | CREATE TABLE table_1859855_2 (result VARCHAR, candidate VARCHAR) | When stacy schneider is the candidate what are the results? |
SELECT township FROM table_18600760_15 WHERE land___sqmi__ = "35.766" | CREATE TABLE table_18600760_15 (township VARCHAR, land___sqmi__ VARCHAR) | Which township is 35.766 sqmi? |
SELECT county FROM table_18600760_15 WHERE township = "Osborn" | CREATE TABLE table_18600760_15 (county VARCHAR, township VARCHAR) | What county is the township of Osborn in? |
SELECT longitude FROM table_18600760_15 WHERE latitude = "47.985154" | CREATE TABLE table_18600760_15 (longitude VARCHAR, latitude VARCHAR) | What is the longitude with a latitude of 47.985154? |
SELECT water__sqmi_ FROM table_18600760_15 WHERE county = "Ramsey" AND geo_id > 3807159460.0 | CREATE TABLE table_18600760_15 (water__sqmi_ VARCHAR, county VARCHAR, geo_id VARCHAR) | How many square miles of water is in Ramsey County with a geo id larger than 3807159460.0? |
SELECT COUNT(latitude) FROM table_18600760_15 WHERE water__sqmi_ = "0.081" | CREATE TABLE table_18600760_15 (latitude VARCHAR, water__sqmi_ VARCHAR) | how many latitudes have 0.081 (sqmi) of water? |
SELECT MIN(geo_id) FROM table_18600760_15 | CREATE TABLE table_18600760_15 (geo_id INTEGER) | what is the lowest geo id? |
SELECT MAX(geo_id) FROM table_18600760_10 WHERE water__sqmi_ = "0.771" | CREATE TABLE table_18600760_10 (geo_id INTEGER, water__sqmi_ VARCHAR) | What is the geo ID for the township with 0.771 square miles of water? |
SELECT MAX(geo_id) FROM table_18600760_10 WHERE county = "Logan" | CREATE TABLE table_18600760_10 (geo_id INTEGER, county VARCHAR) | What is the geo id for Logan county? |
SELECT land___sqmi__ FROM table_18600760_10 WHERE county = "Grand Forks" | CREATE TABLE table_18600760_10 (land___sqmi__ VARCHAR, county VARCHAR) | How big is the land in square miles of Grand Forks county? |
SELECT MAX(geo_id) FROM table_18600760_10 WHERE township = "Joliette" | CREATE TABLE table_18600760_10 (geo_id INTEGER, township VARCHAR) | What is the geo id for Joliette? |
SELECT latitude FROM table_18600760_10 WHERE water__sqmi_ = "4.243" | CREATE TABLE table_18600760_10 (latitude VARCHAR, water__sqmi_ VARCHAR) | What was the lattitude for the area with 4.243 square miles of water? |
SELECT township FROM table_18600760_10 WHERE land___sqmi__ = "28.597" | CREATE TABLE table_18600760_10 (township VARCHAR, land___sqmi__ VARCHAR) | What township is 28.597 square miles of land? |
SELECT township FROM table_18600760_12 WHERE longitude = "-98.741656" | CREATE TABLE table_18600760_12 (township VARCHAR, longitude VARCHAR) | Which township has a longitude of -98.741656? |
SELECT land___sqmi__ FROM table_18600760_12 WHERE township = "Lansing" | CREATE TABLE table_18600760_12 (land___sqmi__ VARCHAR, township VARCHAR) | What is the land (sqmi) in lansing township? |
SELECT MIN(geo_id) FROM table_18600760_12 WHERE water__sqmi_ = "0.457" | CREATE TABLE table_18600760_12 (geo_id INTEGER, water__sqmi_ VARCHAR) | What is the geo id when water is 0.457? |
SELECT MAX(geo_id) FROM table_18600760_12 WHERE land___sqmi__ = "35.999" | CREATE TABLE table_18600760_12 (geo_id INTEGER, land___sqmi__ VARCHAR) | What is the geo id of the land at 35.999? |
SELECT land___sqmi__ FROM table_18600760_12 WHERE geo_id = 3801947380 | CREATE TABLE table_18600760_12 (land___sqmi__ VARCHAR, geo_id VARCHAR) | What is the land (sqmi) at geo id 3801947380? |
SELECT MAX(pop__2010_) FROM table_18600760_13 WHERE latitude = "48.676125" | CREATE TABLE table_18600760_13 (pop__2010_ INTEGER, latitude VARCHAR) | What is the population associated with latitude 48.676125? |
SELECT COUNT(ansi_code) FROM table_18600760_13 WHERE latitude = "48.247662" | CREATE TABLE table_18600760_13 (ansi_code VARCHAR, latitude VARCHAR) | How many places associated with latitude 48.247662? |
SELECT longitude FROM table_18600760_13 WHERE water__sqmi_ = "0.068" | CREATE TABLE table_18600760_13 (longitude VARCHAR, water__sqmi_ VARCHAR) | What longitudes associated with a water (sqmi) area of 0.068? |
SELECT MIN(ansi_code) FROM table_18600760_13 | CREATE TABLE table_18600760_13 (ansi_code INTEGER) | What is the smallest ansi code? |
SELECT county FROM table_18600760_13 WHERE ansi_code = 1759686 | CREATE TABLE table_18600760_13 (county VARCHAR, ansi_code VARCHAR) | What county is associated with ansi code 1759686? |
SELECT COUNT(geo_id) FROM table_18600760_13 WHERE township = "Malcolm" | CREATE TABLE table_18600760_13 (geo_id VARCHAR, township VARCHAR) | What is the geo id for malcolm township? |
SELECT land___sqmi__ FROM table_18600760_18 WHERE township = "Reed" | CREATE TABLE table_18600760_18 (land___sqmi__ VARCHAR, township VARCHAR) | What is the land area of Reed Township? |
SELECT township FROM table_18600760_18 WHERE longitude = "-100.680772" | CREATE TABLE table_18600760_18 (township VARCHAR, longitude VARCHAR) | What is the township at longitude -100.680772? |
SELECT MIN(ansi_code) FROM table_18600760_18 WHERE land___sqmi__ = "35.737" | CREATE TABLE table_18600760_18 (ansi_code INTEGER, land___sqmi__ VARCHAR) | What is the ANSI code of the township where the area is 35.737 square miles? |
SELECT MAX(geo_id) FROM table_18600760_18 WHERE land___sqmi__ = "32.532" | CREATE TABLE table_18600760_18 (geo_id INTEGER, land___sqmi__ VARCHAR) | What is the GEO ID of the township with area of 32.532 square miles? |
SELECT township FROM table_18600760_18 WHERE land___sqmi__ = "34.781" | CREATE TABLE table_18600760_18 (township VARCHAR, land___sqmi__ VARCHAR) | What township is 34.781 square miles? |
SELECT longitude FROM table_18600760_20 WHERE township = "Tatman" | CREATE TABLE table_18600760_20 (longitude VARCHAR, township VARCHAR) | What longitude is tatman township? |
SELECT land___sqmi__ FROM table_18600760_20 WHERE latitude = "47.548602" | CREATE TABLE table_18600760_20 (land___sqmi__ VARCHAR, latitude VARCHAR) | What is the land area (sqmi) for the township at longtidue 47.548602? |
SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = "46.415037" | CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR) | How many ansi codes are there for longitude 46.415037? |
SELECT water__sqmi_ FROM table_18600760_20 WHERE latitude = "48.423224" | CREATE TABLE table_18600760_20 (water__sqmi_ VARCHAR, latitude VARCHAR) | What is the water area (sqmi) for the township at latitude 48.423224? |
SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = "48.142938" | CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR) | How many ansi codes are there for latitude 48.142938? |
SELECT township FROM table_18600760_8 WHERE county = "Kidder" | CREATE TABLE table_18600760_8 (township VARCHAR, county VARCHAR) | Name the township for kidder |
SELECT latitude FROM table_18600760_8 WHERE geo_id = 3810536900 | CREATE TABLE table_18600760_8 (latitude VARCHAR, geo_id VARCHAR) | Name the latitude for 3810536900 |
SELECT latitude FROM table_18600760_8 WHERE geo_id = 3809935740 | CREATE TABLE table_18600760_8 (latitude VARCHAR, geo_id VARCHAR) | Name the latitude for 3809935740 |
SELECT COUNT(county) FROM table_18600760_8 WHERE pop__2010_ = 90 | CREATE TABLE table_18600760_8 (county VARCHAR, pop__2010_ VARCHAR) | Name the number of county for 90 population |
SELECT final__bronze_medal_match FROM table_18602462_21 WHERE quarterfinals = "Houdet ( FRA ) W 6-2, 6-1" | CREATE TABLE table_18602462_21 (final__bronze_medal_match VARCHAR, quarterfinals VARCHAR) | When houdet ( fra ) w 6-2, 6-1 is the quarterfinals what is the final/bronze medal match? |
SELECT round_of_32 FROM table_18602462_21 WHERE round_of_16 = "Did not advance" | CREATE TABLE table_18602462_21 (round_of_32 VARCHAR, round_of_16 VARCHAR) | When in round of 16 it was did not advance what was it in round of 32? |
SELECT event FROM table_18602462_21 WHERE final__bronze_medal_match = "Scheffers ( NED ) L 3-6, 1-6" | CREATE TABLE table_18602462_21 (event VARCHAR, final__bronze_medal_match VARCHAR) | When scheffers ( ned ) l 3-6, 1-6 is the final/ bronze medal match what was the event? |
SELECT final__bronze_medal_match FROM table_18602462_21 WHERE event = "Mixed Quad Singles" | CREATE TABLE table_18602462_21 (final__bronze_medal_match VARCHAR, event VARCHAR) | When mixed quad singles is the event what is the final/bronze medal match? |
SELECT quarterfinals FROM table_18602462_21 WHERE athlete = "Bas van Erp" | CREATE TABLE table_18602462_21 (quarterfinals VARCHAR, athlete VARCHAR) | When bas van erp was the athlete what was the quarterfinals? |
SELECT semifinals FROM table_18602462_22 WHERE athlete = "Dorrie Timmermans-Van Hall" | CREATE TABLE table_18602462_22 (semifinals VARCHAR, athlete VARCHAR) | What is the semifinal result for Dorrie Timmermans-Van Hall? |
SELECT round_of_16 FROM table_18602462_22 WHERE athlete = "Jiske Griffioen Esther Vergeer" | CREATE TABLE table_18602462_22 (round_of_16 VARCHAR, athlete VARCHAR) | What is the round of 16 result for Jiske Griffioen Esther Vergeer? |
SELECT round_of_16 FROM table_18602462_22 WHERE semifinals = "Vergeer ( NED ) L 0-6, 1-6" | CREATE TABLE table_18602462_22 (round_of_16 VARCHAR, semifinals VARCHAR) | The semifinal score of vergeer ( ned ) l 0-6, 1-6 follows a round of 16 result of what? |
SELECT COUNT(round_of_32) FROM table_18602462_22 WHERE round_of_16 = "Polidori ( ITA ) W 6-1, 3-6, 6-3" | CREATE TABLE table_18602462_22 (round_of_32 VARCHAR, round_of_16 VARCHAR) | How many round of 32 results are followed by Polidori ( Ita ) w 6-1, 3-6, 6-3 in the round of 16? |
SELECT MAX(points) FROM table_18607260_6 WHERE team = "Libertad" | CREATE TABLE table_18607260_6 (points INTEGER, team VARCHAR) | Name the maximum points for libertad |
SELECT MIN(wins) FROM table_18607260_6 WHERE losses = 5 | CREATE TABLE table_18607260_6 (wins INTEGER, losses VARCHAR) | Name the least wins for 5 losses |
SELECT MAX(draws) FROM table_18607260_6 | CREATE TABLE table_18607260_6 (draws INTEGER) | Name the most draws |
SELECT MIN(played) FROM table_18607260_6 | CREATE TABLE table_18607260_6 (played INTEGER) | Name the least played |
SELECT geographical_regions FROM table_18618707_1 WHERE contestant = "Cristina Peña Garzon" | CREATE TABLE table_18618707_1 (geographical_regions VARCHAR, contestant VARCHAR) | When cristina peña garzon is the contestant what is the geographical region? |
SELECT geographical_regions FROM table_18618707_1 WHERE height = "1.79" | CREATE TABLE table_18618707_1 (geographical_regions VARCHAR, height VARCHAR) | When 1.79 is the height what is the geographical region? |
SELECT COUNT(contestant) FROM table_18618707_1 WHERE height = "1.67" | CREATE TABLE table_18618707_1 (contestant VARCHAR, height VARCHAR) | When 1.67 is the height how many contestants are there? |
SELECT contestant FROM table_18618707_1 WHERE height = "1.80" AND geographical_regions = "El Cibao" | CREATE TABLE table_18618707_1 (contestant VARCHAR, height VARCHAR, geographical_regions VARCHAR) | When el cibao is the geographical region and the height is 1.80 who is the contestant? |
SELECT COUNT(height) FROM table_18618707_1 WHERE hometown = "Toronto" | CREATE TABLE table_18618707_1 (height VARCHAR, hometown VARCHAR) | When toronto is the hometown how many height measurements are there? |
SELECT 3 AS rd_place_team FROM table_18618672_2 WHERE year = 1955 | CREATE TABLE table_18618672_2 (year VARCHAR) | What is the 3rd place team for the year of 1955? |
SELECT sanskrit AS gloss FROM table_186462_1 WHERE western_name = "Sagittarius" | CREATE TABLE table_186462_1 (sanskrit VARCHAR, western_name VARCHAR) | When Sagittarius is the wester name what is the sanskrit gloss? |
SELECT COUNT(western_name) FROM table_186462_1 WHERE sanskrit = "धनुष" | CREATE TABLE table_186462_1 (western_name VARCHAR, sanskrit VARCHAR) | When धनुष is the sankrit how many western names are there? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.