Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
44,000 | <question>: In what Year was Rhode Island the National Champion? <context>: CREATE TABLE table_name_77 (year VARCHAR, national_champion VARCHAR) | SELECT year FROM table_name_77 WHERE national_champion = "rhode island" |
44,001 | <question>: What was the Runner-up in the Monroe County Sports Commission? <context>: CREATE TABLE table_name_59 (runner_up VARCHAR, host VARCHAR) | SELECT runner_up FROM table_name_59 WHERE host = "monroe county sports commission" |
44,002 | <question>: At what Location was the Runner-up TBD? <context>: CREATE TABLE table_name_3 (location VARCHAR, runner_up VARCHAR) | SELECT location FROM table_name_3 WHERE runner_up = "tbd" |
44,003 | <question>: At what Location did Robert Morris University (Illinois) Host the Lindenwood National Chamption? <context>: 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" |
44,004 | <question>: What was the Runner-up with Ohio as the National Champion in Tucson, AZ? <context>: 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" |
44,005 | <question>: Which graphics spec has a VRAM spec of 512MB? <context>: CREATE TABLE table_name_43 (graphics VARCHAR, vram VARCHAR) | SELECT graphics FROM table_name_43 WHERE vram = "512mb" |
44,006 | <question>: What is the MSRP for the laptop with storage of 128-512 GB SSD? <context>: CREATE TABLE table_name_2 (msrp VARCHAR, storage VARCHAR) | SELECT msrp FROM table_name_2 WHERE storage = "128-512 gb ssd" |
44,007 | <question>: Name the opponent for game 5 <context>: CREATE TABLE table_name_25 (opponent VARCHAR, game VARCHAR) | SELECT opponent FROM table_name_25 WHERE game = 5 |
44,008 | <question>: What status is shown for Cadeby? <context>: CREATE TABLE table_name_17 (status VARCHAR, name VARCHAR) | SELECT status FROM table_name_17 WHERE name = "cadeby" |
44,009 | <question>: What is the Former local authority for Ecclesfield? <context>: CREATE TABLE table_name_96 (former_local_authority VARCHAR, name VARCHAR) | SELECT former_local_authority FROM table_name_96 WHERE name = "ecclesfield" |
44,010 | <question>: What is the Status of Mexborough? <context>: CREATE TABLE table_name_83 (status VARCHAR, name VARCHAR) | SELECT status FROM table_name_83 WHERE name = "mexborough" |
44,011 | <question>: What is the score on December 1? <context>: CREATE TABLE table_name_36 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_36 WHERE date = "december 1" |
44,012 | <question>: Which skip has Oliver Dupont as a second? <context>: CREATE TABLE table_name_63 (skip VARCHAR, second VARCHAR) | SELECT skip FROM table_name_63 WHERE second = "oliver dupont" |
44,013 | <question>: Which second's third is Jean-Michel Arsenault? <context>: CREATE TABLE table_name_91 (second VARCHAR, third VARCHAR) | SELECT second FROM table_name_91 WHERE third = "jean-michel arsenault" |
44,014 | <question>: Which skip's third is Steffen Walstad? <context>: CREATE TABLE table_name_1 (skip VARCHAR, third VARCHAR) | SELECT skip FROM table_name_1 WHERE third = "steffen walstad" |
44,015 | <question>: Which skip's second is Martin Hejhal? <context>: CREATE TABLE table_name_51 (skip VARCHAR, second VARCHAR) | SELECT skip FROM table_name_51 WHERE second = "martin hejhal" |
44,016 | <question>: Which skip's lead is Gordon McDougall? <context>: CREATE TABLE table_name_17 (skip VARCHAR, lead VARCHAR) | SELECT skip FROM table_name_17 WHERE lead = "gordon mcdougall" |
44,017 | <question>: Which second's skip is Chris Plys? <context>: CREATE TABLE table_name_10 (second VARCHAR, skip VARCHAR) | SELECT second FROM table_name_10 WHERE skip = "chris plys" |
44,018 | <question>: How many Poles have a Class of 125cc, and a Team of matteoni racing team, and Points larger than 3? <context>: 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 |
44,019 | <question>: How many Podiums have a Class of 250cc, and an F laps of 0? <context>: 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 |
44,020 | <question>: Team of elgin city, and a Highest smaller than 537 had what total number of average? <context>: 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 |
44,021 | <question>: Lowest larger than 288, and a Team of east stirlingshire has what lowest average? <context>: 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" |
44,022 | <question>: what is the owner of the c501 <context>: CREATE TABLE table_name_2 (owner VARCHAR, locomotive VARCHAR) | SELECT owner FROM table_name_2 WHERE locomotive = "c501" |
44,023 | <question>: Which Record has a Game larger than 32, and a December smaller than 21? <context>: CREATE TABLE table_name_34 (record VARCHAR, game VARCHAR, december VARCHAR) | SELECT record FROM table_name_34 WHERE game > 32 AND december < 21 |
44,024 | <question>: Which Score has Points larger than 46, and a Game smaller than 35, and a December of 21? <context>: 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 |
44,025 | <question>: Which December is the lowest one that has Points of 52? <context>: CREATE TABLE table_name_96 (december INTEGER, points VARCHAR) | SELECT MIN(december) FROM table_name_96 WHERE points = 52 |
44,026 | <question>: Which December has Points of 48, and a Game larger than 33? <context>: CREATE TABLE table_name_77 (december INTEGER, points VARCHAR, game VARCHAR) | SELECT SUM(december) FROM table_name_77 WHERE points = 48 AND game > 33 |
44,027 | <question>: WHich Regular Season Champions has a Year of 1943–44? <context>: 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" |
44,028 | <question>: WHich Tournament venue has a Tournament Champion of duke and a Record of 15–1? <context>: 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" |
44,029 | <question>: When has a Tournament venue of richmond arena, and a Record of 12–1, and a Regular Season Champion(s) of virginia tech? <context>: 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" |
44,030 | <question>: When has a Record of 9–1, and a Tournament Champion of duke? <context>: 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" |
44,031 | <question>: Which Regular Season Champion(s) has a Tournament Champion of west virginia in 1955–56? <context>: 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" |
44,032 | <question>: Which Regular Season Champion(s) has a Record of 9–0, and a Tournament Champion of north carolina? <context>: 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" |
44,033 | <question>: What is the lowest round for a player selected from a college of New Hampshire? <context>: 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" |
44,034 | <question>: What nationality is Rod Langway? <context>: CREATE TABLE table_name_79 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_name_79 WHERE player = "rod langway" |
44,035 | <question>: What position is the player selected that has a round value over 3? <context>: CREATE TABLE table_name_81 (position VARCHAR, round INTEGER) | SELECT position FROM table_name_81 WHERE round > 3 |
44,036 | <question>: What college did the player selected in rounds over 3 play for? <context>: 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 |
44,037 | <question>: What is the highest round that has a player selected from Clarkson University? <context>: 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" |
44,038 | <question>: What is the lowest rank of Deutsche Telekom with a market value over 209,628? <context>: 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 |
44,039 | <question>: What is the total market value of all corporations headquartered in Germany? <context>: 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" |
44,040 | <question>: What is the lowest earnings of Vijay Singh who had more than 24 wins? <context>: 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 |
44,041 | <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? <context>: 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 |
44,042 | <question>: Which Centre has a Rank of 42? <context>: CREATE TABLE table_name_34 (centre VARCHAR, rank VARCHAR) | SELECT centre FROM table_name_34 WHERE rank = 42 |
44,043 | <question>: Which Rating has a Centre of helsinki? <context>: CREATE TABLE table_name_88 (rating INTEGER, centre VARCHAR) | SELECT SUM(rating) FROM table_name_88 WHERE centre = "helsinki" |
44,044 | <question>: Which Change is the average one that has a Centre of buenos aires, and a Rank smaller than 46? <context>: 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 |
44,045 | <question>: Operation of find-min has what Fibonacci? <context>: CREATE TABLE table_name_18 (fibonacci VARCHAR, operation VARCHAR) | SELECT fibonacci FROM table_name_18 WHERE operation = "find-min" |
44,046 | <question>: Binomial of θ(1) has what pairing? <context>: CREATE TABLE table_name_68 (pairing VARCHAR, binomial VARCHAR) | SELECT pairing FROM table_name_68 WHERE binomial = "θ(1)" |
44,047 | <question>: Pairing of θ(1), and a Binomial of θ(1) is what binary? <context>: CREATE TABLE table_name_82 (binary VARCHAR, pairing VARCHAR, binomial VARCHAR) | SELECT binary FROM table_name_82 WHERE pairing = "θ(1)" AND binomial = "θ(1)" |
44,048 | <question>: Operation of find-min has what binary? <context>: CREATE TABLE table_name_98 (binary VARCHAR, operation VARCHAR) | SELECT binary FROM table_name_98 WHERE operation = "find-min" |
44,049 | <question>: Binary of θ(log n), and a Fibonacci of θ(1) has what binomial? <context>: CREATE TABLE table_name_7 (binomial VARCHAR, binary VARCHAR, fibonacci VARCHAR) | SELECT binomial FROM table_name_7 WHERE binary = "θ(log n)" AND fibonacci = "θ(1)" |
44,050 | <question>: Which of the titles have a duration time of 4:57? <context>: CREATE TABLE table_name_81 (title VARCHAR, duration VARCHAR) | SELECT title FROM table_name_81 WHERE duration = "4:57" |
44,051 | <question>: What composer has a duration time of 3:31? <context>: CREATE TABLE table_name_8 (composer VARCHAR, duration VARCHAR) | SELECT composer FROM table_name_8 WHERE duration = "3:31" |
44,052 | <question>: Which one of the duration has a translation of 1000 lies? <context>: CREATE TABLE table_name_73 (duration VARCHAR, translation VARCHAR) | SELECT duration FROM table_name_73 WHERE translation = "1000 lies" |
44,053 | <question>: Which title has a translation of I know in it? <context>: CREATE TABLE table_name_76 (title VARCHAR, translation VARCHAR) | SELECT title FROM table_name_76 WHERE translation = "i know" |
44,054 | <question>: Which title has a translation in it of 1000 lies? <context>: CREATE TABLE table_name_32 (title VARCHAR, translation VARCHAR) | SELECT title FROM table_name_32 WHERE translation = "1000 lies" |
44,055 | <question>: Who won the gold when Bertil Ahlin Sweden won the silver? <context>: CREATE TABLE table_name_48 (gold VARCHAR, silver VARCHAR) | SELECT gold FROM table_name_48 WHERE silver = "bertil ahlin sweden" |
44,056 | <question>: Who won the gold when Jules van Dyk Belgium won bronze? <context>: CREATE TABLE table_name_13 (gold VARCHAR, bronze VARCHAR) | SELECT gold FROM table_name_13 WHERE bronze = "jules van dyk belgium" |
44,057 | <question>: Who is the second for the curling team which has alternate Margarita Fomina? <context>: CREATE TABLE table_name_48 (second VARCHAR, alternate VARCHAR) | SELECT second FROM table_name_48 WHERE alternate = "margarita fomina" |
44,058 | <question>: Who is the second for the team with alternate Margarita Fomina? <context>: CREATE TABLE table_name_12 (second VARCHAR, alternate VARCHAR) | SELECT second FROM table_name_12 WHERE alternate = "margarita fomina" |
44,059 | <question>: Who is the alternate for the team for which Monika Wagner is the third? <context>: CREATE TABLE table_name_60 (alternate VARCHAR, third VARCHAR) | SELECT alternate FROM table_name_60 WHERE third = "monika wagner" |
44,060 | <question>: Who is the lead for the team with Nkeiruka Ezekh as second? <context>: CREATE TABLE table_name_59 (lead VARCHAR, second VARCHAR) | SELECT lead FROM table_name_59 WHERE second = "nkeiruka ezekh" |
44,061 | <question>: Who is the lead for the team with Christina Haller as alternate? <context>: CREATE TABLE table_name_86 (lead VARCHAR, alternate VARCHAR) | SELECT lead FROM table_name_86 WHERE alternate = "christina haller" |
44,062 | <question>: What is the Latitude of the monument built in 1901? <context>: CREATE TABLE table_name_83 (latitude VARCHAR, year_built VARCHAR) | SELECT latitude FROM table_name_83 WHERE year_built = 1901 |
44,063 | <question>: What is the City or Town of the monument with a Longitude of 89°11′w? <context>: CREATE TABLE table_name_71 (city_or_town VARCHAR, longitude VARCHAR) | SELECT city_or_town FROM table_name_71 WHERE longitude = "89°11′w" |
44,064 | <question>: What Monument was built after 1887 in Warren County? <context>: 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" |
44,065 | <question>: What County has a Longitude of 85°45′43″w? <context>: CREATE TABLE table_name_47 (county VARCHAR, longitude VARCHAR) | SELECT county FROM table_name_47 WHERE longitude = "85°45′43″w" |
44,066 | <question>: What is the Opponent from the final with a Partner named jorgelina cravero? <context>: 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" |
44,067 | <question>: What was the outcome for the match at the leipzig tournament with a score w/o? <context>: CREATE TABLE table_name_45 (outcome VARCHAR, tournament VARCHAR, score VARCHAR) | SELECT outcome FROM table_name_45 WHERE tournament = "leipzig" AND score = "w/o" |
44,068 | <question>: Who was the opponent that anke huber played against in the leipzig tournament? <context>: CREATE TABLE table_name_53 (opponent VARCHAR, tournament VARCHAR) | SELECT opponent FROM table_name_53 WHERE tournament = "leipzig" |
44,069 | <question>: What was the outcome of the match against Magdalena Maleeva? <context>: CREATE TABLE table_name_73 (outcome VARCHAR, opponent VARCHAR) | SELECT outcome FROM table_name_73 WHERE opponent = "magdalena maleeva" |
44,070 | <question>: What is the name of the player that was Pick 15? <context>: CREATE TABLE table_name_8 (player VARCHAR, pick__number VARCHAR) | SELECT player FROM table_name_8 WHERE pick__number = "15" |
44,071 | <question>: To which college/junior/club team did the player that was Pick 12 belong? <context>: 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" |
44,072 | <question>: What NHL team has a player in the position of Left Wing that came from the Toronto Marlboros (omjhl)? <context>: 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)" |
44,073 | <question>: To which college/junior/club team did the player that was Pick 16 belong? <context>: 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" |
44,074 | <question>: What company does Simon Stone direct earlier than 2011? <context>: CREATE TABLE table_name_14 (company VARCHAR, director VARCHAR, year VARCHAR) | SELECT company FROM table_name_14 WHERE director = "simon stone" AND year < 2011 |
44,075 | <question>: Which Result has a Competition of world cup qualifying, and a Date of march 21, 1954? <context>: 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" |
44,076 | <question>: Which Competition has a Result of w, and a Score of 2-0, and a Date of may 9, 1954? <context>: 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" |
44,077 | <question>: Which Result has a Score of 4-1, and a Competition of world cup qualifying? <context>: 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" |
44,078 | <question>: Which Score has a Competition of world cup qualifying, and a Brazil scorers of baltazar, and a Date of march 14, 1954? <context>: 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" |
44,079 | <question>: Which Brazil scorers have a Result of w, and a Competition of world cup qualifying, and a Date of february 28, 1954? <context>: 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" |
44,080 | <question>: when first elected was 1900 what was the district? <context>: CREATE TABLE table_name_4 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_name_4 WHERE first_elected = "1900" |
44,081 | <question>: when first elected was 1898 what was the party? <context>: CREATE TABLE table_name_9 (party VARCHAR, first_elected VARCHAR) | SELECT party FROM table_name_9 WHERE first_elected = "1898" |
44,082 | <question>: How many Games have a Lost of 6, and Points smaller than 7? <context>: CREATE TABLE table_name_31 (games INTEGER, lost VARCHAR, points VARCHAR) | SELECT SUM(games) FROM table_name_31 WHERE lost = 6 AND points < 7 |
44,083 | <question>: What is Larry Centers' average number when there were less than 600 yards? <context>: 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 |
44,084 | <question>: What is the highest number when there were more than 50 long and less than 762 yards? <context>: CREATE TABLE table_name_81 (number INTEGER, long VARCHAR, yards VARCHAR) | SELECT MAX(number) FROM table_name_81 WHERE long > 50 AND yards < 762 |
44,085 | <question>: What is the highest amount of yards when the average is 9.5? <context>: CREATE TABLE table_name_12 (yards INTEGER, average VARCHAR) | SELECT MAX(yards) FROM table_name_12 WHERE average = 9.5 |
44,086 | <question>: Who was the runner-up on 5 aug 1990? <context>: CREATE TABLE table_name_67 (runner_up VARCHAR, date VARCHAR) | SELECT runner_up FROM table_name_67 WHERE date = "5 aug 1990" |
44,087 | <question>: Which Tournament has a Winning score of −14 (65-69-72-68=274)? <context>: 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) |
44,088 | <question>: Which Runner-up has a Winning score of −20 (70-69-64-65=268)? <context>: 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) |
44,089 | <question>: Which Date has a Winning score of −15 (71-69-68-65=273)? <context>: 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) |
44,090 | <question>: In which tournament was vijay singh a runner-up? <context>: CREATE TABLE table_name_15 (tournament VARCHAR, runner_up VARCHAR) | SELECT tournament FROM table_name_15 WHERE runner_up = "vijay singh" |
44,091 | <question>: In which tournament was vijay singh a runner-up? <context>: CREATE TABLE table_name_20 (tournament VARCHAR, runner_up VARCHAR) | SELECT tournament FROM table_name_20 WHERE runner_up = "vijay singh" |
44,092 | <question>: Which Description has a Year of Issue of 1983, and a Weight of 3.50grams? <context>: 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" |
44,093 | <question>: Which Thickness has a Year of Issue smaller than 1983? <context>: CREATE TABLE table_name_35 (thickness VARCHAR, year_of_issue INTEGER) | SELECT thickness FROM table_name_35 WHERE year_of_issue < 1983 |
44,094 | <question>: Which Description has a Year of Issue of 1983, and a Thickness of 1.7mm, and a Weight of 3.50grams? <context>: 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" |
44,095 | <question>: Which Thickness has a Weight of 3.50grams? <context>: CREATE TABLE table_name_3 (thickness VARCHAR, weight VARCHAR) | SELECT thickness FROM table_name_3 WHERE weight = "3.50grams" |
44,096 | <question>: Which Thickness has a Diameter of 21.9mm? <context>: CREATE TABLE table_name_56 (thickness VARCHAR, diameter VARCHAR) | SELECT thickness FROM table_name_56 WHERE diameter = "21.9mm" |
44,097 | <question>: Who was on the Socialist Labor ticket in the race against W. Averell Harriman? <context>: 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" |
44,098 | <question>: Who was the Republican candidate against the Democratic candidate Arthur Levitt? <context>: CREATE TABLE table_name_65 (republican_ticket VARCHAR, democratic_ticket VARCHAR) | SELECT republican_ticket FROM table_name_65 WHERE democratic_ticket = "arthur levitt" |
44,099 | <question>: Who was the Independent Socialist candidate for the office of comptroller? <context>: CREATE TABLE table_name_35 (independent_socialist_ticket VARCHAR, office VARCHAR) | 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.