Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
43,100
<question>: Who was the opponent on the date of November 29, 1970 and the attendance was less than 31,427? <context>: CREATE TABLE table_name_41 (week INTEGER, date VARCHAR, attendance VARCHAR)
SELECT AVG(week) FROM table_name_41 WHERE date = "november 29, 1970" AND attendance < 31 OFFSET 427
43,101
<question>: On what date was the game where is was later than Week 4 of the season and the opponent was the New York Giants? <context>: CREATE TABLE table_name_54 (date VARCHAR, week VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_54 WHERE week > 4 AND opponent = "new york giants"
43,102
<question>: What was the attendance of the game on December 13, 1970? <context>: CREATE TABLE table_name_34 (attendance VARCHAR, date VARCHAR, week VARCHAR)
SELECT COUNT(attendance) FROM table_name_34 WHERE date = "december 13, 1970" AND week > 13
43,103
<question>: What is the date before week 13 and Miami Dolphins as an opponent? <context>: CREATE TABLE table_name_48 (date VARCHAR, week VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_48 WHERE week < 13 AND opponent = "miami dolphins"
43,104
<question>: What is the attendance for week 11? <context>: CREATE TABLE table_name_59 (attendance VARCHAR, week VARCHAR)
SELECT attendance FROM table_name_59 WHERE week = 11
43,105
<question>: What is the home team's score for north melbourne? <context>: CREATE TABLE table_name_57 (home_team VARCHAR)
SELECT home_team AS score FROM table_name_57 WHERE home_team = "north melbourne"
43,106
<question>: Who sponsors Josele Garza in all rounds? <context>: CREATE TABLE table_name_60 (sponsor_s_ VARCHAR, rounds VARCHAR, driver_s_ VARCHAR)
SELECT sponsor_s_ FROM table_name_60 WHERE rounds = "all" AND driver_s_ = "josele garza"
43,107
<question>: Which rounds did the team Walther participate in? <context>: CREATE TABLE table_name_77 (rounds VARCHAR, team VARCHAR)
SELECT rounds FROM table_name_77 WHERE team = "walther"
43,108
<question>: What team was Tom Sneva on in rounds 1-9? <context>: CREATE TABLE table_name_8 (team VARCHAR, driver_s_ VARCHAR, rounds VARCHAR)
SELECT team FROM table_name_8 WHERE driver_s_ = "tom sneva" AND rounds = "1-9"
43,109
<question>: Which rounds do Arciero Wines sponsor a March 85c chassis? <context>: CREATE TABLE table_name_7 (rounds VARCHAR, sponsor_s_ VARCHAR, chassis VARCHAR)
SELECT rounds FROM table_name_7 WHERE sponsor_s_ = "arciero wines" AND chassis = "march 85c"
43,110
<question>: What years were the inactive North Carolina chapter active? <context>: CREATE TABLE table_name_15 (charter_range VARCHAR, status VARCHAR, state VARCHAR)
SELECT charter_range FROM table_name_15 WHERE status = "inactive" AND state = "north carolina"
43,111
<question>: What years were the inactive Idaho chapter active? <context>: CREATE TABLE table_name_99 (charter_range VARCHAR, status VARCHAR, state VARCHAR)
SELECT charter_range FROM table_name_99 WHERE status = "inactive" AND state = "idaho"
43,112
<question>: Which chapter was active from 1906-1991? <context>: CREATE TABLE table_name_5 (chapter VARCHAR, charter_range VARCHAR)
SELECT chapter FROM table_name_5 WHERE charter_range = "1906-1991"
43,113
<question>: What are the active dates for the Montana State University chapter? <context>: CREATE TABLE table_name_85 (charter_range VARCHAR, school VARCHAR)
SELECT charter_range FROM table_name_85 WHERE school = "montana state university"
43,114
<question>: What state had an active chapter from 1906-1991? <context>: CREATE TABLE table_name_36 (state VARCHAR, charter_range VARCHAR)
SELECT state FROM table_name_36 WHERE charter_range = "1906-1991"
43,115
<question>: How many people were at the game with a record of 6-1? <context>: CREATE TABLE table_name_50 (attendance VARCHAR, record VARCHAR)
SELECT attendance FROM table_name_50 WHERE record = "6-1"
43,116
<question>: When was there a game against the Indianapolis colts? <context>: CREATE TABLE table_name_72 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_72 WHERE opponent = "indianapolis colts"
43,117
<question>: What is the lowest crowd size at MCG? <context>: CREATE TABLE table_name_91 (crowd INTEGER, venue VARCHAR)
SELECT MIN(crowd) FROM table_name_91 WHERE venue = "mcg"
43,118
<question>: What is the average crowd size when the home team is North Melbourne? <context>: CREATE TABLE table_name_36 (crowd INTEGER, home_team VARCHAR)
SELECT AVG(crowd) FROM table_name_36 WHERE home_team = "north melbourne"
43,119
<question>: What is the away team score when the home team is North Melbourne? <context>: CREATE TABLE table_name_52 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_52 WHERE home_team = "north melbourne"
43,120
<question>: What is the pole position for marlboro challenge? <context>: CREATE TABLE table_name_47 (pole_position VARCHAR, race_name VARCHAR)
SELECT pole_position FROM table_name_47 WHERE race_name = "marlboro challenge"
43,121
<question>: What circut has an unknown fastest lap on July 19? <context>: CREATE TABLE table_name_76 (circuit VARCHAR, fastest_lap VARCHAR, date VARCHAR)
SELECT circuit FROM table_name_76 WHERE fastest_lap = "unknown" AND date = "july 19"
43,122
<question>: What circuit did marlboro team penske win with an unknown fastest lap? <context>: CREATE TABLE table_name_67 (circuit VARCHAR, winning_team VARCHAR, fastest_lap VARCHAR)
SELECT circuit FROM table_name_67 WHERE winning_team = "marlboro team penske" AND fastest_lap = "unknown"
43,123
<question>: What team does mario andretti play pole position for? <context>: CREATE TABLE table_name_9 (winning_team VARCHAR, pole_position VARCHAR)
SELECT winning_team FROM table_name_9 WHERE pole_position = "mario andretti"
43,124
<question>: What was the venue where Carlton was the away team? <context>: CREATE TABLE table_name_3 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_3 WHERE away_team = "carlton"
43,125
<question>: What was the venue when Carlton was the away team? <context>: CREATE TABLE table_name_28 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_28 WHERE away_team = "carlton"
43,126
<question>: What was the highest heat with a time slower than 48.87 from sweden? <context>: CREATE TABLE table_name_48 (heat INTEGER, time VARCHAR, nationality VARCHAR)
SELECT MAX(heat) FROM table_name_48 WHERE time > 48.87 AND nationality = "sweden"
43,127
<question>: How many lanes featured a swimmer ranked above 4, in a heat later than 1, from australia, named ashley callus? <context>: CREATE TABLE table_name_62 (lane VARCHAR, name VARCHAR, nationality VARCHAR, rank VARCHAR, heat VARCHAR)
SELECT COUNT(lane) FROM table_name_62 WHERE rank > 4 AND heat > 1 AND nationality = "australia" AND name = "ashley callus"
43,128
<question>: What is the Eurozone result for Population M (LUZ) of 3.08? <context>: CREATE TABLE table_name_24 (eurozone VARCHAR, population_m__luz_ VARCHAR)
SELECT eurozone FROM table_name_24 WHERE population_m__luz_ = 3.08
43,129
<question>: What is the GDP $IDB in Istanbul? <context>: CREATE TABLE table_name_42 (gdp_in_$id_b VARCHAR, city VARCHAR)
SELECT gdp_in_$id_b FROM table_name_42 WHERE city = "istanbul"
43,130
<question>: What is the most recently founded school that joined in 2011? <context>: CREATE TABLE table_name_94 (founded INTEGER, joined VARCHAR)
SELECT MAX(founded) FROM table_name_94 WHERE joined = "2011"
43,131
<question>: What was the home team that played Geelong? <context>: CREATE TABLE table_name_43 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_43 WHERE away_team = "geelong"
43,132
<question>: What was the home team's score when they played Richmond? <context>: CREATE TABLE table_name_13 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_13 WHERE away_team = "richmond"
43,133
<question>: What is Melbourne's home venue? <context>: CREATE TABLE table_name_74 (venue VARCHAR, home_team VARCHAR)
SELECT venue FROM table_name_74 WHERE home_team = "melbourne"
43,134
<question>: What was the overall draft pick for the player selected for the tight end position? <context>: CREATE TABLE table_name_72 (overall VARCHAR, position VARCHAR)
SELECT overall FROM table_name_72 WHERE position = "tight end"
43,135
<question>: On what date is Hawthorn the home team? <context>: CREATE TABLE table_name_10 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_10 WHERE home_team = "hawthorn"
43,136
<question>: On what date is St Kilda the away team? <context>: CREATE TABLE table_name_31 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_31 WHERE away_team = "st kilda"
43,137
<question>: Who did the Browns play on October 13, 1968? <context>: CREATE TABLE table_name_7 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_7 WHERE date = "october 13, 1968"
43,138
<question>: Which game is named tsegay kebede category:articles with hcards? <context>: CREATE TABLE table_name_70 (games VARCHAR, name VARCHAR)
SELECT games FROM table_name_70 WHERE name = "tsegay kebede category:articles with hcards"
43,139
<question>: Which event in the 2000 Sydney games was in the category gete wami category:articles with hcards? <context>: CREATE TABLE table_name_73 (event VARCHAR, games VARCHAR, name VARCHAR)
SELECT event FROM table_name_73 WHERE games = "2000 sydney" AND name = "gete wami category:articles with hcards"
43,140
<question>: Which event in the 2008 Beijing Games had a bronze medal? <context>: CREATE TABLE table_name_34 (event VARCHAR, games VARCHAR, medal VARCHAR)
SELECT event FROM table_name_34 WHERE games = "2008 beijing" AND medal = "bronze"
43,141
<question>: What is the medal named fatuma roba category:articles with hcards for? <context>: CREATE TABLE table_name_73 (medal VARCHAR, name VARCHAR)
SELECT medal FROM table_name_73 WHERE name = "fatuma roba category:articles with hcards"
43,142
<question>: What is the game named derartu tulu category:articles with hcards? <context>: CREATE TABLE table_name_15 (games VARCHAR, name VARCHAR)
SELECT games FROM table_name_15 WHERE name = "derartu tulu category:articles with hcards"
43,143
<question>: What is the fastest time for the Kentucky Derby race? <context>: CREATE TABLE table_name_40 (time VARCHAR, race VARCHAR)
SELECT time FROM table_name_40 WHERE race = "kentucky derby"
43,144
<question>: Which track does the Woodward Stakes race take place on? <context>: CREATE TABLE table_name_72 (track VARCHAR, race VARCHAR)
SELECT track FROM table_name_72 WHERE race = "woodward stakes"
43,145
<question>: What grade did jockey Robby Albarado get when racing with Ravens Pass? <context>: CREATE TABLE table_name_78 (grade VARCHAR, jockey VARCHAR, runner_up_winner VARCHAR)
SELECT grade FROM table_name_78 WHERE jockey = "robby albarado" AND runner_up_winner = "ravens pass"
43,146
<question>: In which Age Category is Marco Manenti? <context>: CREATE TABLE table_name_44 (age_category VARCHAR, name VARCHAR)
SELECT age_category FROM table_name_44 WHERE name = "marco manenti"
43,147
<question>: Which year has a Time of 13:23:43? <context>: CREATE TABLE table_name_50 (year VARCHAR, time VARCHAR)
SELECT year FROM table_name_50 WHERE time = "13:23:43"
43,148
<question>: What score has 3-7 as the record? <context>: CREATE TABLE table_name_46 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_46 WHERE record = "3-7"
43,149
<question>: What loss has 16,458 as an Att.? <context>: CREATE TABLE table_name_82 (loss VARCHAR, att VARCHAR)
SELECT loss FROM table_name_82 WHERE att = "16,458"
43,150
<question>: What date has 5-3 as the score, and holt (1-1) as a loss? <context>: CREATE TABLE table_name_95 (date VARCHAR, score VARCHAR, loss VARCHAR)
SELECT date FROM table_name_95 WHERE score = "5-3" AND loss = "holt (1-1)"
43,151
<question>: What is the sector of the company with an incorporated date before 1983? <context>: CREATE TABLE table_name_64 (sector VARCHAR, incorporated INTEGER)
SELECT sector FROM table_name_64 WHERE incorporated < 1983
43,152
<question>: What is the average incorporataed year of the Air India Charters company? <context>: CREATE TABLE table_name_25 (incorporated INTEGER, company VARCHAR)
SELECT AVG(incorporated) FROM table_name_25 WHERE company = "air india charters"
43,153
<question>: How many votes were tallied in 1956 with a % of national vote larger than 11.47? <context>: CREATE TABLE table_name_66 (votes INTEGER, date VARCHAR, _percentage_of_national_vote VARCHAR)
SELECT SUM(votes) FROM table_name_66 WHERE date = "1956" AND _percentage_of_national_vote > 11.47
43,154
<question>: How many candidates were nominated in 1952 with under 305,133 votes? <context>: CREATE TABLE table_name_51 (candidates_nominated INTEGER, date VARCHAR, votes VARCHAR)
SELECT SUM(candidates_nominated) FROM table_name_51 WHERE date = "1952" AND votes < 305 OFFSET 133
43,155
<question>: How many votes were tallied with a % of national vote of 13.11, and over 39 candidates nominated? <context>: CREATE TABLE table_name_72 (votes VARCHAR, _percentage_of_national_vote VARCHAR, candidates_nominated VARCHAR)
SELECT COUNT(votes) FROM table_name_72 WHERE _percentage_of_national_vote = 13.11 AND candidates_nominated > 39
43,156
<question>: Who is the visitor with a record of 14–17–5? <context>: CREATE TABLE table_name_54 (visitor VARCHAR, record VARCHAR)
SELECT visitor FROM table_name_54 WHERE record = "14–17–5"
43,157
<question>: How many in attendance when Penguins were home with a record of 14–19–6 with less than 34 points? <context>: CREATE TABLE table_name_98 (attendance VARCHAR, points VARCHAR, home VARCHAR, record VARCHAR)
SELECT COUNT(attendance) FROM table_name_98 WHERE home = "penguins" AND record = "14–19–6" AND points < 34
43,158
<question>: Which Format has a Catalog of 561 445-1? <context>: CREATE TABLE table_name_81 (format VARCHAR, catalog VARCHAR)
SELECT format FROM table_name_81 WHERE catalog = "561 445-1"
43,159
<question>: Which Region has a Date of early september 1999? <context>: CREATE TABLE table_name_67 (region VARCHAR, date VARCHAR)
SELECT region FROM table_name_67 WHERE date = "early september 1999"
43,160
<question>: Which Region has a Date of early september 1999? <context>: CREATE TABLE table_name_15 (region VARCHAR, date VARCHAR)
SELECT region FROM table_name_15 WHERE date = "early september 1999"
43,161
<question>: What was the date of the game with a loss of White (4-5)? <context>: CREATE TABLE table_name_34 (date VARCHAR, loss VARCHAR)
SELECT date FROM table_name_34 WHERE loss = "white (4-5)"
43,162
<question>: what score has a location and attendance of montreal forum and the date of may 10? <context>: CREATE TABLE table_name_49 (score VARCHAR, location_attendance VARCHAR, date VARCHAR)
SELECT score FROM table_name_49 WHERE location_attendance = "montreal forum" AND date = "may 10"
43,163
<question>: Which Interview has a Province of monte cristi and a Swimsuit larger than 7.27 <context>: CREATE TABLE table_name_75 (interview INTEGER, province VARCHAR, swimsuit VARCHAR)
SELECT SUM(interview) FROM table_name_75 WHERE province = "monte cristi" AND swimsuit > 7.27
43,164
<question>: WHich Evening Gown has a Swimsuit smaller than 7.99 and a Interview larger than 7.98? <context>: CREATE TABLE table_name_21 (evening_gown INTEGER, swimsuit VARCHAR, interview VARCHAR)
SELECT AVG(evening_gown) FROM table_name_21 WHERE swimsuit < 7.99 AND interview > 7.98
43,165
<question>: Which Interview has a Swimsuit larger than 7.6, and a Province of la vega, and an Average smaller than 8.38? <context>: CREATE TABLE table_name_11 (interview INTEGER, average VARCHAR, swimsuit VARCHAR, province VARCHAR)
SELECT SUM(interview) FROM table_name_11 WHERE swimsuit > 7.6 AND province = "la vega" AND average < 8.38
43,166
<question>: Which items in segment A have a segment D of marble sculptures? <context>: CREATE TABLE table_name_34 (segment_a VARCHAR, segment_d VARCHAR)
SELECT segment_a FROM table_name_34 WHERE segment_d = "marble sculptures"
43,167
<question>: Which segment A also has a segment D of kitchen shears? <context>: CREATE TABLE table_name_57 (segment_a VARCHAR, segment_d VARCHAR)
SELECT segment_a FROM table_name_57 WHERE segment_d = "kitchen shears"
43,168
<question>: Which items in segment C is episode 160? <context>: CREATE TABLE table_name_30 (segment_c VARCHAR, episode VARCHAR)
SELECT segment_c FROM table_name_30 WHERE episode = 160
43,169
<question>: Which season last aired on May 6, 1987? <context>: CREATE TABLE table_name_77 (season VARCHAR, last_airdate VARCHAR)
SELECT season FROM table_name_77 WHERE last_airdate = "may 6, 1987"
43,170
<question>: What is the Nielsen ranking for Season 8? <context>: CREATE TABLE table_name_99 (nielsen_ranking VARCHAR, season VARCHAR)
SELECT nielsen_ranking FROM table_name_99 WHERE season = "season 8"
43,171
<question>: What was the first airdate or the season that had less than 24 episodes and a Nielsen ranking of #38? <context>: CREATE TABLE table_name_68 (first_airdate VARCHAR, episodes VARCHAR, nielsen_ranking VARCHAR)
SELECT first_airdate FROM table_name_68 WHERE episodes < 24 AND nielsen_ranking = "#38"
43,172
<question>: How many episodes were in the season that first aired on September 22, 1989? <context>: CREATE TABLE table_name_98 (episodes VARCHAR, first_airdate VARCHAR)
SELECT episodes FROM table_name_98 WHERE first_airdate = "september 22, 1989"
43,173
<question>: How many episodes were in the season that ended on April 29, 1986? <context>: CREATE TABLE table_name_65 (episodes INTEGER, last_airdate VARCHAR)
SELECT AVG(episodes) FROM table_name_65 WHERE last_airdate = "april 29, 1986"
43,174
<question>: Where the ship is Dahlgren what is the build as? <context>: CREATE TABLE table_name_28 (built_as VARCHAR, ship VARCHAR)
SELECT built_as FROM table_name_28 WHERE ship = "dahlgren"
43,175
<question>: Where the NRV link is CGN38, what is the reclassified as? <context>: CREATE TABLE table_name_35 (reclassified_as VARCHAR, nvr_link VARCHAR)
SELECT reclassified_as FROM table_name_35 WHERE nvr_link = "cgn38"
43,176
<question>: Where the built as is DLG-23, what is the class? <context>: CREATE TABLE table_name_98 (class VARCHAR, built_as VARCHAR)
SELECT class FROM table_name_98 WHERE built_as = "dlg-23"
43,177
<question>: What is the Total medals won by the nation in Rank 6 with less than 2 Bronze medals? <context>: CREATE TABLE table_name_56 (total INTEGER, rank VARCHAR, bronze VARCHAR)
SELECT SUM(total) FROM table_name_56 WHERE rank = "6" AND bronze < 2
43,178
<question>: How many Gold medals were won by the Nation that had more than 12 Bronze medals and less than 124 Total medals? <context>: CREATE TABLE table_name_56 (gold VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT COUNT(gold) FROM table_name_56 WHERE bronze > 12 AND total < 124
43,179
<question>: December smaller than 21, and a Opponent of buffalo sabres had what score? <context>: CREATE TABLE table_name_68 (score VARCHAR, december VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_68 WHERE december < 21 AND opponent = "buffalo sabres"
43,180
<question>: Score of 8 - 1 happened on what day in December? <context>: CREATE TABLE table_name_27 (december VARCHAR, score VARCHAR)
SELECT december FROM table_name_27 WHERE score = "8 - 1"
43,181
<question>: December larger than 21, and a Opponent of Pittsburgh penguins had what average game? <context>: CREATE TABLE table_name_30 (game INTEGER, december VARCHAR, opponent VARCHAR)
SELECT AVG(game) FROM table_name_30 WHERE december > 21 AND opponent = "pittsburgh penguins"
43,182
<question>: December smaller than 14, and a Game smaller than 28, and a Score of 6 - 6 involved what opponent? <context>: CREATE TABLE table_name_16 (opponent VARCHAR, score VARCHAR, december VARCHAR, game VARCHAR)
SELECT opponent FROM table_name_16 WHERE december < 14 AND game < 28 AND score = "6 - 6"
43,183
<question>: What is the date that the item was laid down if it was launched on 1899-04-25? <context>: CREATE TABLE table_name_95 (laid_down VARCHAR, launched VARCHAR)
SELECT laid_down FROM table_name_95 WHERE launched = "1899-04-25"
43,184
<question>: Which builder has the the kanji of 曙? <context>: CREATE TABLE table_name_98 (builder VARCHAR, kanji VARCHAR)
SELECT builder FROM table_name_98 WHERE kanji = "曙"
43,185
<question>: Which Density per km² is the lowest one that has a Number (map) smaller than 13, and an Area in km² of 11.1? <context>: CREATE TABLE table_name_21 (density_per_km² INTEGER, number__map_ VARCHAR, area_in_km² VARCHAR)
SELECT MIN(density_per_km²) FROM table_name_21 WHERE number__map_ < 13 AND area_in_km² = 11.1
43,186
<question>: How much #s have an Area in km² larger than 13.5, and a Population Canada 2011 Census of 134,038? <context>: CREATE TABLE table_name_3 (number__map_ VARCHAR, area_in_km² VARCHAR, population_canada_2011_census VARCHAR)
SELECT COUNT(number__map_) FROM table_name_3 WHERE area_in_km² > 13.5 AND population_canada_2011_census = 134 OFFSET 038
43,187
<question>: Which Number (map) is the lowest one that has a Area in km² of 9.7, and a Population Canada 2011 Census larger than 66,158? <context>: CREATE TABLE table_name_71 (number__map_ INTEGER, area_in_km² VARCHAR, population_canada_2011_census VARCHAR)
SELECT MIN(number__map_) FROM table_name_71 WHERE area_in_km² = 9.7 AND population_canada_2011_census > 66 OFFSET 158
43,188
<question>: Attendance of 19,741 had what average week? <context>: CREATE TABLE table_name_80 (week INTEGER, attendance VARCHAR)
SELECT AVG(week) FROM table_name_80 WHERE attendance = "19,741"
43,189
<question>: Attendance of 29,000 occurred on what date? <context>: CREATE TABLE table_name_80 (date VARCHAR, attendance VARCHAR)
SELECT date FROM table_name_80 WHERE attendance = "29,000"
43,190
<question>: Opponent of Philadelphia eagles had what attendance? <context>: CREATE TABLE table_name_38 (attendance VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_name_38 WHERE opponent = "philadelphia eagles"
43,191
<question>: What day did Alex Best exit? <context>: CREATE TABLE table_name_26 (exited VARCHAR, celebrity VARCHAR)
SELECT exited FROM table_name_26 WHERE celebrity = "alex best"
43,192
<question>: What place did the celebrity who is famous for being an athlete finish? <context>: CREATE TABLE table_name_39 (finished VARCHAR, famous_for VARCHAR)
SELECT finished FROM table_name_39 WHERE famous_for = "athlete"
43,193
<question>: What place did the singer in atomic kitten finish? <context>: CREATE TABLE table_name_91 (finished VARCHAR, famous_for VARCHAR)
SELECT finished FROM table_name_91 WHERE famous_for = "singer in atomic kitten"
43,194
<question>: Who was the celebrity who exited on day 13? <context>: CREATE TABLE table_name_35 (celebrity VARCHAR, exited VARCHAR)
SELECT celebrity FROM table_name_35 WHERE exited = "day 13"
43,195
<question>: Who was the celebrity who finished in 7th place? <context>: CREATE TABLE table_name_91 (celebrity VARCHAR, finished VARCHAR)
SELECT celebrity FROM table_name_91 WHERE finished = "7th"
43,196
<question>: Name of gilmar, and a Caps smaller than 94 had how many highest goals? <context>: CREATE TABLE table_name_18 (goals INTEGER, name VARCHAR, caps VARCHAR)
SELECT MAX(goals) FROM table_name_18 WHERE name = "gilmar" AND caps < 94
43,197
<question>: Caps of 93 had how many goals? <context>: CREATE TABLE table_name_94 (goals VARCHAR, caps VARCHAR)
SELECT goals FROM table_name_94 WHERE caps = 93
43,198
<question>: Latest cap of september 5, 2011 had how many goals? <context>: CREATE TABLE table_name_39 (goals VARCHAR, latest_cap VARCHAR)
SELECT goals FROM table_name_39 WHERE latest_cap = "september 5, 2011"
43,199
<question>: Name of rivelino had how many highest caps? <context>: CREATE TABLE table_name_65 (caps INTEGER, name VARCHAR)
SELECT MAX(caps) FROM table_name_65 WHERE name = "rivelino"