question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
In what Year was Rhode Island the National Champion? | CREATE TABLE table_name_77 (year VARCHAR, national_champion VARCHAR) | SELECT year FROM table_name_77 WHERE national_champion = "rhode island" | ### Context: CREATE TABLE table_name_77 (year VARCHAR, national_champion VARCHAR) ### Question: In what Year was Rhode Island the National Champion? ### Answer: SELECT year FROM table_name_77 WHERE national_champion = "rhode island" |
What was the Runner-up in the Monroe County Sports Commission? | CREATE TABLE table_name_59 (runner_up VARCHAR, host VARCHAR) | SELECT runner_up FROM table_name_59 WHERE host = "monroe county sports commission" | ### Context: CREATE TABLE table_name_59 (runner_up VARCHAR, host VARCHAR) ### Question: What was the Runner-up in the Monroe County Sports Commission? ### Answer: SELECT runner_up FROM table_name_59 WHERE host = "monroe county sports commission" |
At what Location was the Runner-up TBD? | CREATE TABLE table_name_3 (location VARCHAR, runner_up VARCHAR) | SELECT location FROM table_name_3 WHERE runner_up = "tbd" | ### Context: CREATE TABLE table_name_3 (location VARCHAR, runner_up VARCHAR) ### Question: At what Location was the Runner-up TBD? ### Answer: SELECT location FROM table_name_3 WHERE runner_up = "tbd" |
At what Location did Robert Morris University (Illinois) Host the Lindenwood National Chamption? | CREATE TABLE table_name_71 (location VARCHAR, host VARCHAR, national_champion VARCHAR) | SELECT location FROM table_name_71 WHERE host = "robert morris university (illinois)" AND national_champion = "lindenwood" | ### Context: CREATE TABLE table_name_71 (location VARCHAR, host VARCHAR, national_champion VARCHAR) ### Question: At what Location did Robert Morris University (Illinois) Host the Lindenwood National Chamption? ### Answer: SELECT location FROM table_name_71 WHERE host = "robert morris university (illinois)" AND national_champion = "lindenwood" |
What was the Runner-up with Ohio as the National Champion in Tucson, AZ? | CREATE TABLE table_name_53 (runner_up VARCHAR, national_champion VARCHAR, location VARCHAR) | SELECT runner_up FROM table_name_53 WHERE national_champion = "ohio" AND location = "tucson, az" | ### Context: CREATE TABLE table_name_53 (runner_up VARCHAR, national_champion VARCHAR, location VARCHAR) ### Question: What was the Runner-up with Ohio as the National Champion in Tucson, AZ? ### Answer: SELECT runner_up FROM table_name_53 WHERE national_champion = "ohio" AND location = "tucson, az" |
Which graphics spec has a VRAM spec of 512MB? | CREATE TABLE table_name_43 (graphics VARCHAR, vram VARCHAR) | SELECT graphics FROM table_name_43 WHERE vram = "512mb" | ### Context: CREATE TABLE table_name_43 (graphics VARCHAR, vram VARCHAR) ### Question: Which graphics spec has a VRAM spec of 512MB? ### Answer: SELECT graphics FROM table_name_43 WHERE vram = "512mb" |
What is the MSRP for the laptop with storage of 128-512 GB SSD? | CREATE TABLE table_name_2 (msrp VARCHAR, storage VARCHAR) | SELECT msrp FROM table_name_2 WHERE storage = "128-512 gb ssd" | ### Context: CREATE TABLE table_name_2 (msrp VARCHAR, storage VARCHAR) ### Question: What is the MSRP for the laptop with storage of 128-512 GB SSD? ### Answer: SELECT msrp FROM table_name_2 WHERE storage = "128-512 gb ssd" |
Name the opponent for game 5 | CREATE TABLE table_name_25 (opponent VARCHAR, game VARCHAR) | SELECT opponent FROM table_name_25 WHERE game = 5 | ### Context: CREATE TABLE table_name_25 (opponent VARCHAR, game VARCHAR) ### Question: Name the opponent for game 5 ### Answer: SELECT opponent FROM table_name_25 WHERE game = 5 |
What status is shown for Cadeby? | CREATE TABLE table_name_17 (status VARCHAR, name VARCHAR) | SELECT status FROM table_name_17 WHERE name = "cadeby" | ### Context: CREATE TABLE table_name_17 (status VARCHAR, name VARCHAR) ### Question: What status is shown for Cadeby? ### Answer: SELECT status FROM table_name_17 WHERE name = "cadeby" |
What is the Former local authority for Ecclesfield? | CREATE TABLE table_name_96 (former_local_authority VARCHAR, name VARCHAR) | SELECT former_local_authority FROM table_name_96 WHERE name = "ecclesfield" | ### Context: CREATE TABLE table_name_96 (former_local_authority VARCHAR, name VARCHAR) ### Question: What is the Former local authority for Ecclesfield? ### Answer: SELECT former_local_authority FROM table_name_96 WHERE name = "ecclesfield" |
What is the Status of Mexborough? | CREATE TABLE table_name_83 (status VARCHAR, name VARCHAR) | SELECT status FROM table_name_83 WHERE name = "mexborough" | ### Context: CREATE TABLE table_name_83 (status VARCHAR, name VARCHAR) ### Question: What is the Status of Mexborough? ### Answer: SELECT status FROM table_name_83 WHERE name = "mexborough" |
What is the score on December 1? | CREATE TABLE table_name_36 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_36 WHERE date = "december 1" | ### Context: CREATE TABLE table_name_36 (score VARCHAR, date VARCHAR) ### Question: What is the score on December 1? ### Answer: SELECT score FROM table_name_36 WHERE date = "december 1" |
Which skip has Oliver Dupont as a second? | CREATE TABLE table_name_63 (skip VARCHAR, second VARCHAR) | SELECT skip FROM table_name_63 WHERE second = "oliver dupont" | ### Context: CREATE TABLE table_name_63 (skip VARCHAR, second VARCHAR) ### Question: Which skip has Oliver Dupont as a second? ### Answer: SELECT skip FROM table_name_63 WHERE second = "oliver dupont" |
Which second's third is Jean-Michel Arsenault? | CREATE TABLE table_name_91 (second VARCHAR, third VARCHAR) | SELECT second FROM table_name_91 WHERE third = "jean-michel arsenault" | ### Context: CREATE TABLE table_name_91 (second VARCHAR, third VARCHAR) ### Question: Which second's third is Jean-Michel Arsenault? ### Answer: SELECT second FROM table_name_91 WHERE third = "jean-michel arsenault" |
Which skip's third is Steffen Walstad? | CREATE TABLE table_name_1 (skip VARCHAR, third VARCHAR) | SELECT skip FROM table_name_1 WHERE third = "steffen walstad" | ### Context: CREATE TABLE table_name_1 (skip VARCHAR, third VARCHAR) ### Question: Which skip's third is Steffen Walstad? ### Answer: SELECT skip FROM table_name_1 WHERE third = "steffen walstad" |
Which skip's second is Martin Hejhal? | CREATE TABLE table_name_51 (skip VARCHAR, second VARCHAR) | SELECT skip FROM table_name_51 WHERE second = "martin hejhal" | ### Context: CREATE TABLE table_name_51 (skip VARCHAR, second VARCHAR) ### Question: Which skip's second is Martin Hejhal? ### Answer: SELECT skip FROM table_name_51 WHERE second = "martin hejhal" |
Which skip's lead is Gordon McDougall? | CREATE TABLE table_name_17 (skip VARCHAR, lead VARCHAR) | SELECT skip FROM table_name_17 WHERE lead = "gordon mcdougall" | ### Context: CREATE TABLE table_name_17 (skip VARCHAR, lead VARCHAR) ### Question: Which skip's lead is Gordon McDougall? ### Answer: SELECT skip FROM table_name_17 WHERE lead = "gordon mcdougall" |
Which second's skip is Chris Plys? | CREATE TABLE table_name_10 (second VARCHAR, skip VARCHAR) | SELECT second FROM table_name_10 WHERE skip = "chris plys" | ### Context: CREATE TABLE table_name_10 (second VARCHAR, skip VARCHAR) ### Question: Which second's skip is Chris Plys? ### Answer: SELECT second FROM table_name_10 WHERE skip = "chris plys" |
How many Poles have a Class of 125cc, and a Team of matteoni racing team, and Points larger than 3? | CREATE TABLE table_name_39 (poles INTEGER, points VARCHAR, class VARCHAR, team VARCHAR) | SELECT SUM(poles) FROM table_name_39 WHERE class = "125cc" AND team = "matteoni racing team" AND points > 3 | ### Context: CREATE TABLE table_name_39 (poles INTEGER, points VARCHAR, class VARCHAR, team VARCHAR) ### Question: How many Poles have a Class of 125cc, and a Team of matteoni racing team, and Points larger than 3? ### Answer: SELECT SUM(poles) FROM table_name_39 WHERE class = "125cc" AND team = "matteoni racing team" AND points > 3 |
How many Podiums have a Class of 250cc, and an F laps of 0? | CREATE TABLE table_name_18 (podiums INTEGER, class VARCHAR, f_laps VARCHAR) | SELECT SUM(podiums) FROM table_name_18 WHERE class = "250cc" AND f_laps = 0 | ### Context: CREATE TABLE table_name_18 (podiums INTEGER, class VARCHAR, f_laps VARCHAR) ### Question: How many Podiums have a Class of 250cc, and an F laps of 0? ### Answer: SELECT SUM(podiums) FROM table_name_18 WHERE class = "250cc" AND f_laps = 0 |
Team of elgin city, and a Highest smaller than 537 had what total number of average? | CREATE TABLE table_name_20 (average VARCHAR, team VARCHAR, highest VARCHAR) | SELECT COUNT(average) FROM table_name_20 WHERE team = "elgin city" AND highest < 537 | ### Context: CREATE TABLE table_name_20 (average VARCHAR, team VARCHAR, highest VARCHAR) ### Question: Team of elgin city, and a Highest smaller than 537 had what total number of average? ### Answer: SELECT COUNT(average) FROM table_name_20 WHERE team = "elgin city" AND highest < 537 |
Lowest larger than 288, and a Team of east stirlingshire has what lowest average? | CREATE TABLE table_name_61 (average INTEGER, lowest VARCHAR, team VARCHAR) | SELECT MIN(average) FROM table_name_61 WHERE lowest > 288 AND team = "east stirlingshire" | ### Context: CREATE TABLE table_name_61 (average INTEGER, lowest VARCHAR, team VARCHAR) ### Question: Lowest larger than 288, and a Team of east stirlingshire has what lowest average? ### Answer: SELECT MIN(average) FROM table_name_61 WHERE lowest > 288 AND team = "east stirlingshire" |
what is the owner of the c501 | CREATE TABLE table_name_2 (owner VARCHAR, locomotive VARCHAR) | SELECT owner FROM table_name_2 WHERE locomotive = "c501" | ### Context: CREATE TABLE table_name_2 (owner VARCHAR, locomotive VARCHAR) ### Question: what is the owner of the c501 ### Answer: SELECT owner FROM table_name_2 WHERE locomotive = "c501" |
Which Record has a Game larger than 32, and a December smaller than 21? | CREATE TABLE table_name_34 (record VARCHAR, game VARCHAR, december VARCHAR) | SELECT record FROM table_name_34 WHERE game > 32 AND december < 21 | ### Context: CREATE TABLE table_name_34 (record VARCHAR, game VARCHAR, december VARCHAR) ### Question: Which Record has a Game larger than 32, and a December smaller than 21? ### Answer: SELECT record FROM table_name_34 WHERE game > 32 AND december < 21 |
Which Score has Points larger than 46, and a Game smaller than 35, and a December of 21? | CREATE TABLE table_name_35 (score VARCHAR, december VARCHAR, points VARCHAR, game VARCHAR) | SELECT score FROM table_name_35 WHERE points > 46 AND game < 35 AND december = 21 | ### Context: CREATE TABLE table_name_35 (score VARCHAR, december VARCHAR, points VARCHAR, game VARCHAR) ### Question: Which Score has Points larger than 46, and a Game smaller than 35, and a December of 21? ### Answer: SELECT score FROM table_name_35 WHERE points > 46 AND game < 35 AND december = 21 |
Which December is the lowest one that has Points of 52? | CREATE TABLE table_name_96 (december INTEGER, points VARCHAR) | SELECT MIN(december) FROM table_name_96 WHERE points = 52 | ### Context: CREATE TABLE table_name_96 (december INTEGER, points VARCHAR) ### Question: Which December is the lowest one that has Points of 52? ### Answer: SELECT MIN(december) FROM table_name_96 WHERE points = 52 |
Which December has Points of 48, and a Game larger than 33? | CREATE TABLE table_name_77 (december INTEGER, points VARCHAR, game VARCHAR) | SELECT SUM(december) FROM table_name_77 WHERE points = 48 AND game > 33 | ### Context: CREATE TABLE table_name_77 (december INTEGER, points VARCHAR, game VARCHAR) ### Question: Which December has Points of 48, and a Game larger than 33? ### Answer: SELECT SUM(december) FROM table_name_77 WHERE points = 48 AND game > 33 |
WHich Regular Season Champions has a Year of 1943–44? | CREATE TABLE table_name_70 (regular_season_champion_s_ VARCHAR, year VARCHAR) | SELECT regular_season_champion_s_ FROM table_name_70 WHERE year = "1943–44" | ### Context: CREATE TABLE table_name_70 (regular_season_champion_s_ VARCHAR, year VARCHAR) ### Question: WHich Regular Season Champions has a Year of 1943–44? ### Answer: SELECT regular_season_champion_s_ FROM table_name_70 WHERE year = "1943–44" |
WHich Tournament venue has a Tournament Champion of duke and a Record of 15–1? | CREATE TABLE table_name_33 (tournament_venue VARCHAR, tournament_champion VARCHAR, record VARCHAR) | SELECT tournament_venue FROM table_name_33 WHERE tournament_champion = "duke" AND record = "15–1" | ### Context: CREATE TABLE table_name_33 (tournament_venue VARCHAR, tournament_champion VARCHAR, record VARCHAR) ### Question: WHich Tournament venue has a Tournament Champion of duke and a Record of 15–1? ### Answer: SELECT tournament_venue FROM table_name_33 WHERE tournament_champion = "duke" AND record = "15–1" |
When has a Tournament venue of richmond arena, and a Record of 12–1, and a Regular Season Champion(s) of virginia tech? | CREATE TABLE table_name_45 (year VARCHAR, regular_season_champion_s_ VARCHAR, tournament_venue VARCHAR, record VARCHAR) | SELECT year FROM table_name_45 WHERE tournament_venue = "richmond arena" AND record = "12–1" AND regular_season_champion_s_ = "virginia tech" | ### Context: CREATE TABLE table_name_45 (year VARCHAR, regular_season_champion_s_ VARCHAR, tournament_venue VARCHAR, record VARCHAR) ### Question: When has a Tournament venue of richmond arena, and a Record of 12–1, and a Regular Season Champion(s) of virginia tech? ### Answer: SELECT year FROM table_name_45 WHERE tournament_venue = "richmond arena" AND record = "12–1" AND regular_season_champion_s_ = "virginia tech" |
When has a Record of 9–1, and a Tournament Champion of duke? | CREATE TABLE table_name_50 (year VARCHAR, record VARCHAR, tournament_champion VARCHAR) | SELECT year FROM table_name_50 WHERE record = "9–1" AND tournament_champion = "duke" | ### Context: CREATE TABLE table_name_50 (year VARCHAR, record VARCHAR, tournament_champion VARCHAR) ### Question: When has a Record of 9–1, and a Tournament Champion of duke? ### Answer: SELECT year FROM table_name_50 WHERE record = "9–1" AND tournament_champion = "duke" |
Which Regular Season Champion(s) has a Tournament Champion of west virginia in 1955–56? | CREATE TABLE table_name_4 (regular_season_champion_s_ VARCHAR, tournament_champion VARCHAR, year VARCHAR) | SELECT regular_season_champion_s_ FROM table_name_4 WHERE tournament_champion = "west virginia" AND year = "1955–56" | ### Context: CREATE TABLE table_name_4 (regular_season_champion_s_ VARCHAR, tournament_champion VARCHAR, year VARCHAR) ### Question: Which Regular Season Champion(s) has a Tournament Champion of west virginia in 1955–56? ### Answer: SELECT regular_season_champion_s_ FROM table_name_4 WHERE tournament_champion = "west virginia" AND year = "1955–56" |
Which Regular Season Champion(s) has a Record of 9–0, and a Tournament Champion of north carolina? | CREATE TABLE table_name_16 (regular_season_champion_s_ VARCHAR, record VARCHAR, tournament_champion VARCHAR) | SELECT regular_season_champion_s_ FROM table_name_16 WHERE record = "9–0" AND tournament_champion = "north carolina" | ### Context: CREATE TABLE table_name_16 (regular_season_champion_s_ VARCHAR, record VARCHAR, tournament_champion VARCHAR) ### Question: Which Regular Season Champion(s) has a Record of 9–0, and a Tournament Champion of north carolina? ### Answer: SELECT regular_season_champion_s_ FROM table_name_16 WHERE record = "9–0" AND tournament_champion = "north carolina" |
What is the lowest round for a player selected from a college of New Hampshire? | CREATE TABLE table_name_64 (round INTEGER, college_junior_club_team__league_ VARCHAR) | SELECT MIN(round) FROM table_name_64 WHERE college_junior_club_team__league_ = "new hampshire" | ### Context: CREATE TABLE table_name_64 (round INTEGER, college_junior_club_team__league_ VARCHAR) ### Question: What is the lowest round for a player selected from a college of New Hampshire? ### Answer: SELECT MIN(round) FROM table_name_64 WHERE college_junior_club_team__league_ = "new hampshire" |
What nationality is Rod Langway? | CREATE TABLE table_name_79 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_name_79 WHERE player = "rod langway" | ### Context: CREATE TABLE table_name_79 (nationality VARCHAR, player VARCHAR) ### Question: What nationality is Rod Langway? ### Answer: SELECT nationality FROM table_name_79 WHERE player = "rod langway" |
What position is the player selected that has a round value over 3? | CREATE TABLE table_name_81 (position VARCHAR, round INTEGER) | SELECT position FROM table_name_81 WHERE round > 3 | ### Context: CREATE TABLE table_name_81 (position VARCHAR, round INTEGER) ### Question: What position is the player selected that has a round value over 3? ### Answer: SELECT position FROM table_name_81 WHERE round > 3 |
What college did the player selected in rounds over 3 play for? | CREATE TABLE table_name_59 (college_junior_club_team__league_ VARCHAR, round INTEGER) | SELECT college_junior_club_team__league_ FROM table_name_59 WHERE round > 3 | ### Context: CREATE TABLE table_name_59 (college_junior_club_team__league_ VARCHAR, round INTEGER) ### Question: What college did the player selected in rounds over 3 play for? ### Answer: SELECT college_junior_club_team__league_ FROM table_name_59 WHERE round > 3 |
What is the highest round that has a player selected from Clarkson University? | CREATE TABLE table_name_15 (round INTEGER, college_junior_club_team__league_ VARCHAR) | SELECT MAX(round) FROM table_name_15 WHERE college_junior_club_team__league_ = "clarkson university" | ### Context: CREATE TABLE table_name_15 (round INTEGER, college_junior_club_team__league_ VARCHAR) ### Question: What is the highest round that has a player selected from Clarkson University? ### Answer: SELECT MAX(round) FROM table_name_15 WHERE college_junior_club_team__league_ = "clarkson university" |
What is the lowest rank of Deutsche Telekom with a market value over 209,628? | CREATE TABLE table_name_85 (rank INTEGER, name VARCHAR, market_value___usd_million_ VARCHAR) | SELECT MIN(rank) FROM table_name_85 WHERE name = "deutsche telekom" AND market_value___usd_million_ > 209 OFFSET 628 | ### Context: CREATE TABLE table_name_85 (rank INTEGER, name VARCHAR, market_value___usd_million_ VARCHAR) ### Question: What is the lowest rank of Deutsche Telekom with a market value over 209,628? ### Answer: SELECT MIN(rank) FROM table_name_85 WHERE name = "deutsche telekom" AND market_value___usd_million_ > 209 OFFSET 628 |
What is the total market value of all corporations headquartered in Germany? | CREATE TABLE table_name_51 (market_value___usd_million_ VARCHAR, headquarters VARCHAR) | SELECT COUNT(market_value___usd_million_) FROM table_name_51 WHERE headquarters = "germany" | ### Context: CREATE TABLE table_name_51 (market_value___usd_million_ VARCHAR, headquarters VARCHAR) ### Question: What is the total market value of all corporations headquartered in Germany? ### Answer: SELECT COUNT(market_value___usd_million_) FROM table_name_51 WHERE headquarters = "germany" |
What is the lowest earnings of Vijay Singh who had more than 24 wins? | CREATE TABLE table_name_34 (earnings___ INTEGER, player VARCHAR, wins VARCHAR) | SELECT MIN(earnings___) AS $__ FROM table_name_34 WHERE player = "vijay singh" AND wins > 24 | ### Context: CREATE TABLE table_name_34 (earnings___ INTEGER, player VARCHAR, wins VARCHAR) ### Question: What is the lowest earnings of Vijay Singh who had more than 24 wins? ### Answer: SELECT MIN(earnings___) AS $__ FROM table_name_34 WHERE player = "vijay singh" AND wins > 24 |
Which Rank is the highest one that has a Change smaller than 44, and a Centre of buenos aires, and a Rating larger than 628? | CREATE TABLE table_name_2 (rank INTEGER, rating VARCHAR, change VARCHAR, centre VARCHAR) | SELECT MAX(rank) FROM table_name_2 WHERE change < 44 AND centre = "buenos aires" AND rating > 628 | ### Context: CREATE TABLE table_name_2 (rank INTEGER, rating VARCHAR, change VARCHAR, centre VARCHAR) ### Question: Which Rank is the highest one that has a Change smaller than 44, and a Centre of buenos aires, and a Rating larger than 628? ### Answer: SELECT MAX(rank) FROM table_name_2 WHERE change < 44 AND centre = "buenos aires" AND rating > 628 |
Which Centre has a Rank of 42? | CREATE TABLE table_name_34 (centre VARCHAR, rank VARCHAR) | SELECT centre FROM table_name_34 WHERE rank = 42 | ### Context: CREATE TABLE table_name_34 (centre VARCHAR, rank VARCHAR) ### Question: Which Centre has a Rank of 42? ### Answer: SELECT centre FROM table_name_34 WHERE rank = 42 |
Which Rating has a Centre of helsinki? | CREATE TABLE table_name_88 (rating INTEGER, centre VARCHAR) | SELECT SUM(rating) FROM table_name_88 WHERE centre = "helsinki" | ### Context: CREATE TABLE table_name_88 (rating INTEGER, centre VARCHAR) ### Question: Which Rating has a Centre of helsinki? ### Answer: SELECT SUM(rating) FROM table_name_88 WHERE centre = "helsinki" |
Which Change is the average one that has a Centre of buenos aires, and a Rank smaller than 46? | CREATE TABLE table_name_31 (change INTEGER, centre VARCHAR, rank VARCHAR) | SELECT AVG(change) FROM table_name_31 WHERE centre = "buenos aires" AND rank < 46 | ### Context: CREATE TABLE table_name_31 (change INTEGER, centre VARCHAR, rank VARCHAR) ### Question: Which Change is the average one that has a Centre of buenos aires, and a Rank smaller than 46? ### Answer: SELECT AVG(change) FROM table_name_31 WHERE centre = "buenos aires" AND rank < 46 |
Operation of find-min has what Fibonacci? | CREATE TABLE table_name_18 (fibonacci VARCHAR, operation VARCHAR) | SELECT fibonacci FROM table_name_18 WHERE operation = "find-min" | ### Context: CREATE TABLE table_name_18 (fibonacci VARCHAR, operation VARCHAR) ### Question: Operation of find-min has what Fibonacci? ### Answer: SELECT fibonacci FROM table_name_18 WHERE operation = "find-min" |
Binomial of θ(1) has what pairing? | CREATE TABLE table_name_68 (pairing VARCHAR, binomial VARCHAR) | SELECT pairing FROM table_name_68 WHERE binomial = "θ(1)" | ### Context: CREATE TABLE table_name_68 (pairing VARCHAR, binomial VARCHAR) ### Question: Binomial of θ(1) has what pairing? ### Answer: SELECT pairing FROM table_name_68 WHERE binomial = "θ(1)" |
Pairing of θ(1), and a Binomial of θ(1) is what binary? | CREATE TABLE table_name_82 (binary VARCHAR, pairing VARCHAR, binomial VARCHAR) | SELECT binary FROM table_name_82 WHERE pairing = "θ(1)" AND binomial = "θ(1)" | ### Context: CREATE TABLE table_name_82 (binary VARCHAR, pairing VARCHAR, binomial VARCHAR) ### Question: Pairing of θ(1), and a Binomial of θ(1) is what binary? ### Answer: SELECT binary FROM table_name_82 WHERE pairing = "θ(1)" AND binomial = "θ(1)" |
Operation of find-min has what binary? | CREATE TABLE table_name_98 (binary VARCHAR, operation VARCHAR) | SELECT binary FROM table_name_98 WHERE operation = "find-min" | ### Context: CREATE TABLE table_name_98 (binary VARCHAR, operation VARCHAR) ### Question: Operation of find-min has what binary? ### Answer: SELECT binary FROM table_name_98 WHERE operation = "find-min" |
Binary of θ(log n), and a Fibonacci of θ(1) has what binomial? | CREATE TABLE table_name_7 (binomial VARCHAR, binary VARCHAR, fibonacci VARCHAR) | SELECT binomial FROM table_name_7 WHERE binary = "θ(log n)" AND fibonacci = "θ(1)" | ### Context: CREATE TABLE table_name_7 (binomial VARCHAR, binary VARCHAR, fibonacci VARCHAR) ### Question: Binary of θ(log n), and a Fibonacci of θ(1) has what binomial? ### Answer: SELECT binomial FROM table_name_7 WHERE binary = "θ(log n)" AND fibonacci = "θ(1)" |
Which of the titles have a duration time of 4:57? | CREATE TABLE table_name_81 (title VARCHAR, duration VARCHAR) | SELECT title FROM table_name_81 WHERE duration = "4:57" | ### Context: CREATE TABLE table_name_81 (title VARCHAR, duration VARCHAR) ### Question: Which of the titles have a duration time of 4:57? ### Answer: SELECT title FROM table_name_81 WHERE duration = "4:57" |
What composer has a duration time of 3:31? | CREATE TABLE table_name_8 (composer VARCHAR, duration VARCHAR) | SELECT composer FROM table_name_8 WHERE duration = "3:31" | ### Context: CREATE TABLE table_name_8 (composer VARCHAR, duration VARCHAR) ### Question: What composer has a duration time of 3:31? ### Answer: SELECT composer FROM table_name_8 WHERE duration = "3:31" |
Which one of the duration has a translation of 1000 lies? | CREATE TABLE table_name_73 (duration VARCHAR, translation VARCHAR) | SELECT duration FROM table_name_73 WHERE translation = "1000 lies" | ### Context: CREATE TABLE table_name_73 (duration VARCHAR, translation VARCHAR) ### Question: Which one of the duration has a translation of 1000 lies? ### Answer: SELECT duration FROM table_name_73 WHERE translation = "1000 lies" |
Which title has a translation of I know in it? | CREATE TABLE table_name_76 (title VARCHAR, translation VARCHAR) | SELECT title FROM table_name_76 WHERE translation = "i know" | ### Context: CREATE TABLE table_name_76 (title VARCHAR, translation VARCHAR) ### Question: Which title has a translation of I know in it? ### Answer: SELECT title FROM table_name_76 WHERE translation = "i know" |
Which title has a translation in it of 1000 lies? | CREATE TABLE table_name_32 (title VARCHAR, translation VARCHAR) | SELECT title FROM table_name_32 WHERE translation = "1000 lies" | ### Context: CREATE TABLE table_name_32 (title VARCHAR, translation VARCHAR) ### Question: Which title has a translation in it of 1000 lies? ### Answer: SELECT title FROM table_name_32 WHERE translation = "1000 lies" |
Who won the gold when Bertil Ahlin Sweden won the silver? | CREATE TABLE table_name_48 (gold VARCHAR, silver VARCHAR) | SELECT gold FROM table_name_48 WHERE silver = "bertil ahlin sweden" | ### Context: CREATE TABLE table_name_48 (gold VARCHAR, silver VARCHAR) ### Question: Who won the gold when Bertil Ahlin Sweden won the silver? ### Answer: SELECT gold FROM table_name_48 WHERE silver = "bertil ahlin sweden" |
Who won the gold when Jules van Dyk Belgium won bronze? | CREATE TABLE table_name_13 (gold VARCHAR, bronze VARCHAR) | SELECT gold FROM table_name_13 WHERE bronze = "jules van dyk belgium" | ### Context: CREATE TABLE table_name_13 (gold VARCHAR, bronze VARCHAR) ### Question: Who won the gold when Jules van Dyk Belgium won bronze? ### Answer: SELECT gold FROM table_name_13 WHERE bronze = "jules van dyk belgium" |
Who is the second for the curling team which has alternate Margarita Fomina? | CREATE TABLE table_name_48 (second VARCHAR, alternate VARCHAR) | SELECT second FROM table_name_48 WHERE alternate = "margarita fomina" | ### Context: CREATE TABLE table_name_48 (second VARCHAR, alternate VARCHAR) ### Question: Who is the second for the curling team which has alternate Margarita Fomina? ### Answer: SELECT second FROM table_name_48 WHERE alternate = "margarita fomina" |
Who is the second for the team with alternate Margarita Fomina? | CREATE TABLE table_name_12 (second VARCHAR, alternate VARCHAR) | SELECT second FROM table_name_12 WHERE alternate = "margarita fomina" | ### Context: CREATE TABLE table_name_12 (second VARCHAR, alternate VARCHAR) ### Question: Who is the second for the team with alternate Margarita Fomina? ### Answer: SELECT second FROM table_name_12 WHERE alternate = "margarita fomina" |
Who is the alternate for the team for which Monika Wagner is the third? | CREATE TABLE table_name_60 (alternate VARCHAR, third VARCHAR) | SELECT alternate FROM table_name_60 WHERE third = "monika wagner" | ### Context: CREATE TABLE table_name_60 (alternate VARCHAR, third VARCHAR) ### Question: Who is the alternate for the team for which Monika Wagner is the third? ### Answer: SELECT alternate FROM table_name_60 WHERE third = "monika wagner" |
Who is the lead for the team with Nkeiruka Ezekh as second? | CREATE TABLE table_name_59 (lead VARCHAR, second VARCHAR) | SELECT lead FROM table_name_59 WHERE second = "nkeiruka ezekh" | ### Context: CREATE TABLE table_name_59 (lead VARCHAR, second VARCHAR) ### Question: Who is the lead for the team with Nkeiruka Ezekh as second? ### Answer: SELECT lead FROM table_name_59 WHERE second = "nkeiruka ezekh" |
Who is the lead for the team with Christina Haller as alternate? | CREATE TABLE table_name_86 (lead VARCHAR, alternate VARCHAR) | SELECT lead FROM table_name_86 WHERE alternate = "christina haller" | ### Context: CREATE TABLE table_name_86 (lead VARCHAR, alternate VARCHAR) ### Question: Who is the lead for the team with Christina Haller as alternate? ### Answer: SELECT lead FROM table_name_86 WHERE alternate = "christina haller" |
What is the Latitude of the monument built in 1901? | CREATE TABLE table_name_83 (latitude VARCHAR, year_built VARCHAR) | SELECT latitude FROM table_name_83 WHERE year_built = 1901 | ### Context: CREATE TABLE table_name_83 (latitude VARCHAR, year_built VARCHAR) ### Question: What is the Latitude of the monument built in 1901? ### Answer: SELECT latitude FROM table_name_83 WHERE year_built = 1901 |
What is the City or Town of the monument with a Longitude of 89°11′w? | CREATE TABLE table_name_71 (city_or_town VARCHAR, longitude VARCHAR) | SELECT city_or_town FROM table_name_71 WHERE longitude = "89°11′w" | ### Context: CREATE TABLE table_name_71 (city_or_town VARCHAR, longitude VARCHAR) ### Question: What is the City or Town of the monument with a Longitude of 89°11′w? ### Answer: SELECT city_or_town FROM table_name_71 WHERE longitude = "89°11′w" |
What Monument was built after 1887 in Warren County? | CREATE TABLE table_name_95 (monument_name VARCHAR, year_built VARCHAR, county VARCHAR) | SELECT monument_name FROM table_name_95 WHERE year_built > 1887 AND county = "warren" | ### Context: CREATE TABLE table_name_95 (monument_name VARCHAR, year_built VARCHAR, county VARCHAR) ### Question: What Monument was built after 1887 in Warren County? ### Answer: SELECT monument_name FROM table_name_95 WHERE year_built > 1887 AND county = "warren" |
What County has a Longitude of 85°45′43″w? | CREATE TABLE table_name_47 (county VARCHAR, longitude VARCHAR) | SELECT county FROM table_name_47 WHERE longitude = "85°45′43″w" | ### Context: CREATE TABLE table_name_47 (county VARCHAR, longitude VARCHAR) ### Question: What County has a Longitude of 85°45′43″w? ### Answer: SELECT county FROM table_name_47 WHERE longitude = "85°45′43″w" |
What is the Opponent from the final with a Partner named jorgelina cravero? | CREATE TABLE table_name_83 (opponent_in_the_final VARCHAR, partner VARCHAR) | SELECT opponent_in_the_final FROM table_name_83 WHERE partner = "jorgelina cravero" | ### Context: CREATE TABLE table_name_83 (opponent_in_the_final VARCHAR, partner VARCHAR) ### Question: What is the Opponent from the final with a Partner named jorgelina cravero? ### Answer: SELECT opponent_in_the_final FROM table_name_83 WHERE partner = "jorgelina cravero" |
What was the outcome for the match at the leipzig tournament with a score w/o? | CREATE TABLE table_name_45 (outcome VARCHAR, tournament VARCHAR, score VARCHAR) | SELECT outcome FROM table_name_45 WHERE tournament = "leipzig" AND score = "w/o" | ### Context: CREATE TABLE table_name_45 (outcome VARCHAR, tournament VARCHAR, score VARCHAR) ### Question: What was the outcome for the match at the leipzig tournament with a score w/o? ### Answer: SELECT outcome FROM table_name_45 WHERE tournament = "leipzig" AND score = "w/o" |
Who was the opponent that anke huber played against in the leipzig tournament? | CREATE TABLE table_name_53 (opponent VARCHAR, tournament VARCHAR) | SELECT opponent FROM table_name_53 WHERE tournament = "leipzig" | ### Context: CREATE TABLE table_name_53 (opponent VARCHAR, tournament VARCHAR) ### Question: Who was the opponent that anke huber played against in the leipzig tournament? ### Answer: SELECT opponent FROM table_name_53 WHERE tournament = "leipzig" |
What was the outcome of the match against Magdalena Maleeva? | CREATE TABLE table_name_73 (outcome VARCHAR, opponent VARCHAR) | SELECT outcome FROM table_name_73 WHERE opponent = "magdalena maleeva" | ### Context: CREATE TABLE table_name_73 (outcome VARCHAR, opponent VARCHAR) ### Question: What was the outcome of the match against Magdalena Maleeva? ### Answer: SELECT outcome FROM table_name_73 WHERE opponent = "magdalena maleeva" |
What is the name of the player that was Pick 15? | CREATE TABLE table_name_8 (player VARCHAR, pick__number VARCHAR) | SELECT player FROM table_name_8 WHERE pick__number = "15" | ### Context: CREATE TABLE table_name_8 (player VARCHAR, pick__number VARCHAR) ### Question: What is the name of the player that was Pick 15? ### Answer: SELECT player FROM table_name_8 WHERE pick__number = "15" |
To which college/junior/club team did the player that was Pick 12 belong? | CREATE TABLE table_name_19 (college_junior_club_team VARCHAR, pick__number VARCHAR) | SELECT college_junior_club_team FROM table_name_19 WHERE pick__number = "12" | ### Context: CREATE TABLE table_name_19 (college_junior_club_team VARCHAR, pick__number VARCHAR) ### Question: To which college/junior/club team did the player that was Pick 12 belong? ### Answer: SELECT college_junior_club_team FROM table_name_19 WHERE pick__number = "12" |
What NHL team has a player in the position of Left Wing that came from the Toronto Marlboros (omjhl)? | CREATE TABLE table_name_81 (nhl_team VARCHAR, position VARCHAR, college_junior_club_team VARCHAR) | SELECT nhl_team FROM table_name_81 WHERE position = "left wing" AND college_junior_club_team = "toronto marlboros (omjhl)" | ### Context: CREATE TABLE table_name_81 (nhl_team VARCHAR, position VARCHAR, college_junior_club_team VARCHAR) ### Question: What NHL team has a player in the position of Left Wing that came from the Toronto Marlboros (omjhl)? ### Answer: SELECT nhl_team FROM table_name_81 WHERE position = "left wing" AND college_junior_club_team = "toronto marlboros (omjhl)" |
To which college/junior/club team did the player that was Pick 16 belong? | CREATE TABLE table_name_6 (college_junior_club_team VARCHAR, pick__number VARCHAR) | SELECT college_junior_club_team FROM table_name_6 WHERE pick__number = "16" | ### Context: CREATE TABLE table_name_6 (college_junior_club_team VARCHAR, pick__number VARCHAR) ### Question: To which college/junior/club team did the player that was Pick 16 belong? ### Answer: SELECT college_junior_club_team FROM table_name_6 WHERE pick__number = "16" |
What company does Simon Stone direct earlier than 2011? | CREATE TABLE table_name_14 (company VARCHAR, director VARCHAR, year VARCHAR) | SELECT company FROM table_name_14 WHERE director = "simon stone" AND year < 2011 | ### Context: CREATE TABLE table_name_14 (company VARCHAR, director VARCHAR, year VARCHAR) ### Question: What company does Simon Stone direct earlier than 2011? ### Answer: SELECT company FROM table_name_14 WHERE director = "simon stone" AND year < 2011 |
Which Result has a Competition of world cup qualifying, and a Date of march 21, 1954? | CREATE TABLE table_name_85 (result VARCHAR, competition VARCHAR, date VARCHAR) | SELECT result FROM table_name_85 WHERE competition = "world cup qualifying" AND date = "march 21, 1954" | ### Context: CREATE TABLE table_name_85 (result VARCHAR, competition VARCHAR, date VARCHAR) ### Question: Which Result has a Competition of world cup qualifying, and a Date of march 21, 1954? ### Answer: SELECT result FROM table_name_85 WHERE competition = "world cup qualifying" AND date = "march 21, 1954" |
Which Competition has a Result of w, and a Score of 2-0, and a Date of may 9, 1954? | CREATE TABLE table_name_50 (competition VARCHAR, date VARCHAR, result VARCHAR, score VARCHAR) | SELECT competition FROM table_name_50 WHERE result = "w" AND score = "2-0" AND date = "may 9, 1954" | ### Context: CREATE TABLE table_name_50 (competition VARCHAR, date VARCHAR, result VARCHAR, score VARCHAR) ### Question: Which Competition has a Result of w, and a Score of 2-0, and a Date of may 9, 1954? ### Answer: SELECT competition FROM table_name_50 WHERE result = "w" AND score = "2-0" AND date = "may 9, 1954" |
Which Result has a Score of 4-1, and a Competition of world cup qualifying? | CREATE TABLE table_name_89 (result VARCHAR, score VARCHAR, competition VARCHAR) | SELECT result FROM table_name_89 WHERE score = "4-1" AND competition = "world cup qualifying" | ### Context: CREATE TABLE table_name_89 (result VARCHAR, score VARCHAR, competition VARCHAR) ### Question: Which Result has a Score of 4-1, and a Competition of world cup qualifying? ### Answer: SELECT result FROM table_name_89 WHERE score = "4-1" AND competition = "world cup qualifying" |
Which Score has a Competition of world cup qualifying, and a Brazil scorers of baltazar, and a Date of march 14, 1954? | CREATE TABLE table_name_65 (score VARCHAR, date VARCHAR, competition VARCHAR, brazil_scorers VARCHAR) | SELECT score FROM table_name_65 WHERE competition = "world cup qualifying" AND brazil_scorers = "baltazar" AND date = "march 14, 1954" | ### Context: CREATE TABLE table_name_65 (score VARCHAR, date VARCHAR, competition VARCHAR, brazil_scorers VARCHAR) ### Question: Which Score has a Competition of world cup qualifying, and a Brazil scorers of baltazar, and a Date of march 14, 1954? ### Answer: SELECT score FROM table_name_65 WHERE competition = "world cup qualifying" AND brazil_scorers = "baltazar" AND date = "march 14, 1954" |
Which Brazil scorers have a Result of w, and a Competition of world cup qualifying, and a Date of february 28, 1954? | CREATE TABLE table_name_5 (brazil_scorers VARCHAR, date VARCHAR, result VARCHAR, competition VARCHAR) | SELECT brazil_scorers FROM table_name_5 WHERE result = "w" AND competition = "world cup qualifying" AND date = "february 28, 1954" | ### Context: CREATE TABLE table_name_5 (brazil_scorers VARCHAR, date VARCHAR, result VARCHAR, competition VARCHAR) ### Question: Which Brazil scorers have a Result of w, and a Competition of world cup qualifying, and a Date of february 28, 1954? ### Answer: SELECT brazil_scorers FROM table_name_5 WHERE result = "w" AND competition = "world cup qualifying" AND date = "february 28, 1954" |
when first elected was 1900 what was the district? | CREATE TABLE table_name_4 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_name_4 WHERE first_elected = "1900" | ### Context: CREATE TABLE table_name_4 (district VARCHAR, first_elected VARCHAR) ### Question: when first elected was 1900 what was the district? ### Answer: SELECT district FROM table_name_4 WHERE first_elected = "1900" |
when first elected was 1898 what was the party? | CREATE TABLE table_name_9 (party VARCHAR, first_elected VARCHAR) | SELECT party FROM table_name_9 WHERE first_elected = "1898" | ### Context: CREATE TABLE table_name_9 (party VARCHAR, first_elected VARCHAR) ### Question: when first elected was 1898 what was the party? ### Answer: SELECT party FROM table_name_9 WHERE first_elected = "1898" |
How many Games have a Lost of 6, and Points smaller than 7? | CREATE TABLE table_name_31 (games INTEGER, lost VARCHAR, points VARCHAR) | SELECT SUM(games) FROM table_name_31 WHERE lost = 6 AND points < 7 | ### Context: CREATE TABLE table_name_31 (games INTEGER, lost VARCHAR, points VARCHAR) ### Question: How many Games have a Lost of 6, and Points smaller than 7? ### Answer: SELECT SUM(games) FROM table_name_31 WHERE lost = 6 AND points < 7 |
What is Larry Centers' average number when there were less than 600 yards? | CREATE TABLE table_name_23 (number INTEGER, player VARCHAR, yards VARCHAR) | SELECT AVG(number) FROM table_name_23 WHERE player = "larry centers" AND yards < 600 | ### Context: CREATE TABLE table_name_23 (number INTEGER, player VARCHAR, yards VARCHAR) ### Question: What is Larry Centers' average number when there were less than 600 yards? ### Answer: SELECT AVG(number) FROM table_name_23 WHERE player = "larry centers" AND yards < 600 |
What is the highest number when there were more than 50 long and less than 762 yards? | CREATE TABLE table_name_81 (number INTEGER, long VARCHAR, yards VARCHAR) | SELECT MAX(number) FROM table_name_81 WHERE long > 50 AND yards < 762 | ### Context: CREATE TABLE table_name_81 (number INTEGER, long VARCHAR, yards VARCHAR) ### Question: What is the highest number when there were more than 50 long and less than 762 yards? ### Answer: SELECT MAX(number) FROM table_name_81 WHERE long > 50 AND yards < 762 |
What is the highest amount of yards when the average is 9.5? | CREATE TABLE table_name_12 (yards INTEGER, average VARCHAR) | SELECT MAX(yards) FROM table_name_12 WHERE average = 9.5 | ### Context: CREATE TABLE table_name_12 (yards INTEGER, average VARCHAR) ### Question: What is the highest amount of yards when the average is 9.5? ### Answer: SELECT MAX(yards) FROM table_name_12 WHERE average = 9.5 |
Who was the runner-up on 5 aug 1990? | CREATE TABLE table_name_67 (runner_up VARCHAR, date VARCHAR) | SELECT runner_up FROM table_name_67 WHERE date = "5 aug 1990" | ### Context: CREATE TABLE table_name_67 (runner_up VARCHAR, date VARCHAR) ### Question: Who was the runner-up on 5 aug 1990? ### Answer: SELECT runner_up FROM table_name_67 WHERE date = "5 aug 1990" |
Which Tournament has a Winning score of −14 (65-69-72-68=274)? | CREATE TABLE table_name_18 (tournament VARCHAR, winning_score VARCHAR) | SELECT tournament FROM table_name_18 WHERE winning_score = −14(65 - 69 - 72 - 68 = 274) | ### Context: CREATE TABLE table_name_18 (tournament VARCHAR, winning_score VARCHAR) ### Question: Which Tournament has a Winning score of −14 (65-69-72-68=274)? ### Answer: SELECT tournament FROM table_name_18 WHERE winning_score = −14(65 - 69 - 72 - 68 = 274) |
Which Runner-up has a Winning score of −20 (70-69-64-65=268)? | CREATE TABLE table_name_69 (runner_up VARCHAR, winning_score VARCHAR) | SELECT runner_up FROM table_name_69 WHERE winning_score = −20(70 - 69 - 64 - 65 = 268) | ### Context: CREATE TABLE table_name_69 (runner_up VARCHAR, winning_score VARCHAR) ### Question: Which Runner-up has a Winning score of −20 (70-69-64-65=268)? ### Answer: SELECT runner_up FROM table_name_69 WHERE winning_score = −20(70 - 69 - 64 - 65 = 268) |
Which Date has a Winning score of −15 (71-69-68-65=273)? | CREATE TABLE table_name_98 (date VARCHAR, winning_score VARCHAR) | SELECT date FROM table_name_98 WHERE winning_score = −15(71 - 69 - 68 - 65 = 273) | ### Context: CREATE TABLE table_name_98 (date VARCHAR, winning_score VARCHAR) ### Question: Which Date has a Winning score of −15 (71-69-68-65=273)? ### Answer: SELECT date FROM table_name_98 WHERE winning_score = −15(71 - 69 - 68 - 65 = 273) |
In which tournament was vijay singh a runner-up? | CREATE TABLE table_name_15 (tournament VARCHAR, runner_up VARCHAR) | SELECT tournament FROM table_name_15 WHERE runner_up = "vijay singh" | ### Context: CREATE TABLE table_name_15 (tournament VARCHAR, runner_up VARCHAR) ### Question: In which tournament was vijay singh a runner-up? ### Answer: SELECT tournament FROM table_name_15 WHERE runner_up = "vijay singh" |
In which tournament was vijay singh a runner-up? | CREATE TABLE table_name_20 (tournament VARCHAR, runner_up VARCHAR) | SELECT tournament FROM table_name_20 WHERE runner_up = "vijay singh" | ### Context: CREATE TABLE table_name_20 (tournament VARCHAR, runner_up VARCHAR) ### Question: In which tournament was vijay singh a runner-up? ### Answer: SELECT tournament FROM table_name_20 WHERE runner_up = "vijay singh" |
Which Description has a Year of Issue of 1983, and a Weight of 3.50grams? | CREATE TABLE table_name_67 (description VARCHAR, year_of_issue VARCHAR, weight VARCHAR) | SELECT description FROM table_name_67 WHERE year_of_issue = 1983 AND weight = "3.50grams" | ### Context: CREATE TABLE table_name_67 (description VARCHAR, year_of_issue VARCHAR, weight VARCHAR) ### Question: Which Description has a Year of Issue of 1983, and a Weight of 3.50grams? ### Answer: SELECT description FROM table_name_67 WHERE year_of_issue = 1983 AND weight = "3.50grams" |
Which Thickness has a Year of Issue smaller than 1983? | CREATE TABLE table_name_35 (thickness VARCHAR, year_of_issue INTEGER) | SELECT thickness FROM table_name_35 WHERE year_of_issue < 1983 | ### Context: CREATE TABLE table_name_35 (thickness VARCHAR, year_of_issue INTEGER) ### Question: Which Thickness has a Year of Issue smaller than 1983? ### Answer: SELECT thickness FROM table_name_35 WHERE year_of_issue < 1983 |
Which Description has a Year of Issue of 1983, and a Thickness of 1.7mm, and a Weight of 3.50grams? | CREATE TABLE table_name_8 (description VARCHAR, weight VARCHAR, year_of_issue VARCHAR, thickness VARCHAR) | SELECT description FROM table_name_8 WHERE year_of_issue = 1983 AND thickness = "1.7mm" AND weight = "3.50grams" | ### Context: CREATE TABLE table_name_8 (description VARCHAR, weight VARCHAR, year_of_issue VARCHAR, thickness VARCHAR) ### Question: Which Description has a Year of Issue of 1983, and a Thickness of 1.7mm, and a Weight of 3.50grams? ### Answer: SELECT description FROM table_name_8 WHERE year_of_issue = 1983 AND thickness = "1.7mm" AND weight = "3.50grams" |
Which Thickness has a Weight of 3.50grams? | CREATE TABLE table_name_3 (thickness VARCHAR, weight VARCHAR) | SELECT thickness FROM table_name_3 WHERE weight = "3.50grams" | ### Context: CREATE TABLE table_name_3 (thickness VARCHAR, weight VARCHAR) ### Question: Which Thickness has a Weight of 3.50grams? ### Answer: SELECT thickness FROM table_name_3 WHERE weight = "3.50grams" |
Which Thickness has a Diameter of 21.9mm? | CREATE TABLE table_name_56 (thickness VARCHAR, diameter VARCHAR) | SELECT thickness FROM table_name_56 WHERE diameter = "21.9mm" | ### Context: CREATE TABLE table_name_56 (thickness VARCHAR, diameter VARCHAR) ### Question: Which Thickness has a Diameter of 21.9mm? ### Answer: SELECT thickness FROM table_name_56 WHERE diameter = "21.9mm" |
Who was on the Socialist Labor ticket in the race against W. Averell Harriman? | CREATE TABLE table_name_65 (socialist_labor_ticket VARCHAR, liberal_ticket VARCHAR) | SELECT socialist_labor_ticket FROM table_name_65 WHERE liberal_ticket = "w. averell harriman" | ### Context: CREATE TABLE table_name_65 (socialist_labor_ticket VARCHAR, liberal_ticket VARCHAR) ### Question: Who was on the Socialist Labor ticket in the race against W. Averell Harriman? ### Answer: SELECT socialist_labor_ticket FROM table_name_65 WHERE liberal_ticket = "w. averell harriman" |
Who was the Republican candidate against the Democratic candidate Arthur Levitt? | CREATE TABLE table_name_65 (republican_ticket VARCHAR, democratic_ticket VARCHAR) | SELECT republican_ticket FROM table_name_65 WHERE democratic_ticket = "arthur levitt" | ### Context: CREATE TABLE table_name_65 (republican_ticket VARCHAR, democratic_ticket VARCHAR) ### Question: Who was the Republican candidate against the Democratic candidate Arthur Levitt? ### Answer: SELECT republican_ticket FROM table_name_65 WHERE democratic_ticket = "arthur levitt" |
Who was the Independent Socialist candidate for the office of comptroller? | CREATE TABLE table_name_35 (independent_socialist_ticket VARCHAR, office VARCHAR) | SELECT independent_socialist_ticket FROM table_name_35 WHERE office = "comptroller" | ### Context: CREATE TABLE table_name_35 (independent_socialist_ticket VARCHAR, office VARCHAR) ### Question: Who was the Independent Socialist candidate for the office of comptroller? ### Answer: SELECT independent_socialist_ticket FROM table_name_35 WHERE office = "comptroller" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.