answer
stringlengths
18
557
index
int64
1
78.6k
question
stringlengths
12
244
context
stringlengths
27
489
SELECT tournament FROM table_name_86 WHERE round = "semifinal" AND surface = "hard" AND opponent = "pam casale"
76,301
Name the tournament for semifinal hard surface for opponent of pam casale
CREATE TABLE table_name_86 (tournament VARCHAR, opponent VARCHAR, round VARCHAR, surface VARCHAR)
SELECT date FROM table_name_36 WHERE surface = "grass" AND round = "quarterfinal" AND tournament = "nsw building society open"
76,302
Name the date for grass surface for quarterfinal at the nsw building society open tournament
CREATE TABLE table_name_36 (date VARCHAR, tournament VARCHAR, surface VARCHAR, round VARCHAR)
SELECT surface FROM table_name_56 WHERE tournament = "united airlines tournament of champions" AND round = "final"
76,303
Name the surface for united airlines tournament of champions final round
CREATE TABLE table_name_56 (surface VARCHAR, tournament VARCHAR, round VARCHAR)
SELECT date FROM table_name_98 WHERE opponent = "chris evert" AND surface = "carpet"
76,304
Name the date for chris evert opponent and carpet surface
CREATE TABLE table_name_98 (date VARCHAR, opponent VARCHAR, surface VARCHAR)
SELECT venue FROM table_name_94 WHERE date = "25 may 2008"
76,305
Name the venue for 25 may 2008
CREATE TABLE table_name_94 (venue VARCHAR, date VARCHAR)
SELECT score FROM table_name_73 WHERE competition = "2015 afc asian cup qualification"
76,306
Name the score for 2015 afc asian cup qualification
CREATE TABLE table_name_73 (score VARCHAR, competition VARCHAR)
SELECT competition FROM table_name_6 WHERE date = "13 december 2012"
76,307
Name the competition for 13 december 2012
CREATE TABLE table_name_6 (competition VARCHAR, date VARCHAR)
SELECT MAX(points) FROM table_name_51 WHERE entrant = "arrows racing team" AND year > 1982
76,308
What was arrows racing team's highest points after 1982?
CREATE TABLE table_name_51 (points INTEGER, entrant VARCHAR, year VARCHAR)
SELECT SUM(year) FROM table_name_85 WHERE points = 2
76,309
How many years has 2 points?
CREATE TABLE table_name_85 (year INTEGER, points VARCHAR)
SELECT catalogue FROM table_name_33 WHERE song_title = "love me tonight"
76,310
Name the catalogue with song title of love me tonight
CREATE TABLE table_name_33 (catalogue VARCHAR, song_title VARCHAR)
SELECT song_title FROM table_name_75 WHERE time = "1:51"
76,311
Name the song title with time of 1:51
CREATE TABLE table_name_75 (song_title VARCHAR, time VARCHAR)
SELECT MIN(track) FROM table_name_67 WHERE song_title = "little sister"
76,312
Name the least track with song of little sister
CREATE TABLE table_name_67 (track INTEGER, song_title VARCHAR)
SELECT player FROM table_name_53 WHERE score = "79"
76,313
What player has a score of 79?
CREATE TABLE table_name_53 (player VARCHAR, score VARCHAR)
SELECT opponent FROM table_name_43 WHERE ground = "waca ground" AND score = "79"
76,314
Who played on waca ground and scored 79 points?
CREATE TABLE table_name_43 (opponent VARCHAR, ground VARCHAR, score VARCHAR)
SELECT player FROM table_name_8 WHERE balls = 49
76,315
What player had 49 balls?
CREATE TABLE table_name_8 (player VARCHAR, balls VARCHAR)
SELECT MAX(attendance) FROM table_name_83 WHERE score = "3-5"
76,316
What was the highest attendance of a game that had a score of 3-5?
CREATE TABLE table_name_83 (attendance INTEGER, score VARCHAR)
SELECT loss FROM table_name_29 WHERE record = "54-61"
76,317
Who took the loss in the game that ended with a 54-61 record?
CREATE TABLE table_name_29 (loss VARCHAR, record VARCHAR)
SELECT 125 AS cc_winner FROM table_name_2 WHERE circuit = "estoril"
76,318
Name the 125cc winner with circuit of estoril
CREATE TABLE table_name_2 (circuit VARCHAR)
SELECT date FROM table_name_15 WHERE motogp_winner = "casey stoner" AND grand_prix = "valencian grand prix"
76,319
Name the date for motogp winner of casey stoner and grand prix of valencian grand prix
CREATE TABLE table_name_15 (date VARCHAR, motogp_winner VARCHAR, grand_prix VARCHAR)
SELECT circuit FROM table_name_25 WHERE round = 18
76,320
Name the circuit for round 18
CREATE TABLE table_name_25 (circuit VARCHAR, round VARCHAR)
SELECT grand_prix FROM table_name_55 WHERE motogp_winner = "casey stoner" AND circuit = "losail"
76,321
Name the grand prix for casey stoner and circuit of losail
CREATE TABLE table_name_55 (grand_prix VARCHAR, motogp_winner VARCHAR, circuit VARCHAR)
SELECT venue FROM table_name_36 WHERE date = "2002-03-07"
76,322
Where was the game held that was played on 2002-03-07?
CREATE TABLE table_name_36 (venue VARCHAR, date VARCHAR)
SELECT SUM(gold) FROM table_name_18 WHERE nation = "new zealand" AND rank < 14
76,323
What is the total gold from New zealand and a rank less than 14?
CREATE TABLE table_name_18 (gold INTEGER, nation VARCHAR, rank VARCHAR)
SELECT AVG(silver) FROM table_name_75 WHERE gold < 0
76,324
What is the average of the silver that has less than 0 gold
CREATE TABLE table_name_75 (silver INTEGER, gold INTEGER)
SELECT nation FROM table_name_53 WHERE gold = 0 AND silver = 0 AND total = 2
76,325
Which nation has 0 gold, 0 silver and 2 total?
CREATE TABLE table_name_53 (nation VARCHAR, total VARCHAR, gold VARCHAR, silver VARCHAR)
SELECT SUM(gold) FROM table_name_84 WHERE nation = "norway" AND bronze > 1
76,326
What is the total gold in Norway with more than 1 bronze?
CREATE TABLE table_name_84 (gold INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT SUM(bronze) FROM table_name_27 WHERE nation = "puerto rico" AND total < 1
76,327
What is the total bronze from Puerto Rico with a total of less than 1?
CREATE TABLE table_name_27 (bronze INTEGER, nation VARCHAR, total VARCHAR)
SELECT season FROM table_name_53 WHERE club = "celtic"
76,328
Which season has the Celtic club?
CREATE TABLE table_name_53 (season VARCHAR, club VARCHAR)
SELECT party FROM table_name_3 WHERE minister = "parker moloney" AND title = "minister for markets"
76,329
What was Parker Moloney's party affiliation when he was the Minister for Markets?
CREATE TABLE table_name_3 (party VARCHAR, minister VARCHAR, title VARCHAR)
SELECT term_start FROM table_name_47 WHERE title = "minister for agriculture, fisheries and forestry" AND order = "25"
76,330
What was the starting date for the Minister for agriculture, fisheries and forestry that is in order number 25??
CREATE TABLE table_name_47 (term_start VARCHAR, title VARCHAR, order VARCHAR)
SELECT score FROM table_name_32 WHERE venue = "seoul" AND result = "8-0"
76,331
What was the score in the venue of Seoul that resulted in 8-0?
CREATE TABLE table_name_32 (score VARCHAR, venue VARCHAR, result VARCHAR)
SELECT date FROM table_name_40 WHERE result = "8-0"
76,332
What date had a result of 8-0?
CREATE TABLE table_name_40 (date VARCHAR, result VARCHAR)
SELECT competition FROM table_name_89 WHERE venue = "kuala lumpur" AND result = "4-0" AND date = "july 26, 1977"
76,333
On July 26, 1977, what competition played at the venue of Kuala Lumpur, resulted in 4-0?
CREATE TABLE table_name_89 (competition VARCHAR, date VARCHAR, venue VARCHAR, result VARCHAR)
SELECT venue FROM table_name_44 WHERE competition = "1986 asian games" AND result = "2-0"
76,334
What venue were the 1986 Asian games resulting in 2-0 played at?
CREATE TABLE table_name_44 (venue VARCHAR, competition VARCHAR, result VARCHAR)
SELECT SUM(league_goals) FROM table_name_45 WHERE player = "john o'flynn"
76,335
How many total League goals does Player John O'Flynn have?
CREATE TABLE table_name_45 (league_goals INTEGER, player VARCHAR)
SELECT MIN(year) FROM table_name_73 WHERE chassis = "lotus 49b"
76,336
What is the earliest year that had a Lotus 49B chassis?
CREATE TABLE table_name_73 (year INTEGER, chassis VARCHAR)
SELECT MIN(lane) FROM table_name_18 WHERE name = "lenny krayzelburg"
76,337
Name the least lane for lenny krayzelburg
CREATE TABLE table_name_18 (lane INTEGER, name VARCHAR)
SELECT name FROM table_name_67 WHERE round = 9
76,338
Round of 9 involved what name?
CREATE TABLE table_name_67 (name VARCHAR, round VARCHAR)
SELECT COUNT(overall) FROM table_name_3 WHERE name = "calvin o'neal" AND round < 6
76,339
Name of calvin o'neal, and a Round smaller than 6 had what number total overall?
CREATE TABLE table_name_3 (overall VARCHAR, name VARCHAR, round VARCHAR)
SELECT work FROM table_name_47 WHERE year < 2007 AND award = "blockbuster entertainment awards"
76,340
Name the work for years before 2007 that won blockbuster entertainment awards
CREATE TABLE table_name_47 (work VARCHAR, year VARCHAR, award VARCHAR)
SELECT cole FROM table_name_94 WHERE year < 2009 AND dylan = "nominated" AND work = "big daddy" AND award = "mtv movie awards"
76,341
Name the Cole for years before 2009 where Dylan was nominated for big daddy at mtv movie awards
CREATE TABLE table_name_94 (cole VARCHAR, award VARCHAR, work VARCHAR, year VARCHAR, dylan VARCHAR)
SELECT college FROM table_name_57 WHERE position = "running back"
76,342
Position of running back involves which college?
CREATE TABLE table_name_57 (college VARCHAR, position VARCHAR)
SELECT college FROM table_name_6 WHERE round > 2 AND position = "guard"
76,343
Round larger than 2, and a Position of guard involves what college?
CREATE TABLE table_name_6 (college VARCHAR, round VARCHAR, position VARCHAR)
SELECT college FROM table_name_72 WHERE pick__number < 46 AND round = 5 AND position = "defensive tackle"
76,344
Pick # smaller than 46, and a Round of 5, and a Position of defensive tackle involves which college?
CREATE TABLE table_name_72 (college VARCHAR, position VARCHAR, pick__number VARCHAR, round VARCHAR)
SELECT percentage___percentage_ FROM table_name_73 WHERE language = "russian"
76,345
What is the percentage who speak Russian?
CREATE TABLE table_name_73 (percentage___percentage_ VARCHAR, language VARCHAR)
SELECT number FROM table_name_50 WHERE language = "german"
76,346
How many speak german?
CREATE TABLE table_name_50 (number VARCHAR, language VARCHAR)
SELECT percentage___percentage_ FROM table_name_35 WHERE males = "99"
76,347
What is the percentage where males equal 99?
CREATE TABLE table_name_35 (percentage___percentage_ VARCHAR, males VARCHAR)
SELECT females FROM table_name_67 WHERE language = "german"
76,348
How many women speak German?
CREATE TABLE table_name_67 (females VARCHAR, language VARCHAR)
SELECT MIN(league_cup) FROM table_name_65 WHERE fa_cup < 0
76,349
What is the lowest number of league cups associated with 0 FA cups?
CREATE TABLE table_name_65 (league_cup INTEGER, fa_cup INTEGER)
SELECT SUM(fa_cup) FROM table_name_13 WHERE championship < 5 AND league_cup = 0 AND total > 3
76,350
How many FA cups for the player with under 5 champs, 0 league cups, and over 3 total?
CREATE TABLE table_name_13 (fa_cup INTEGER, total VARCHAR, championship VARCHAR, league_cup VARCHAR)
SELECT SUM(league_cup) FROM table_name_36 WHERE championship < 10 AND total < 3
76,351
How many league cups associated with under 10 championships and a total of under 3?
CREATE TABLE table_name_36 (league_cup INTEGER, championship VARCHAR, total VARCHAR)
SELECT group_position FROM table_name_80 WHERE result_f_a = "2–0"
76,352
Result F–A of 2–0 had what group position?
CREATE TABLE table_name_80 (group_position VARCHAR, result_f_a VARCHAR)
SELECT group_position FROM table_name_93 WHERE result_f_a = "5–0"
76,353
Result F–A of 5–0 had what group position?
CREATE TABLE table_name_93 (group_position VARCHAR, result_f_a VARCHAR)
SELECT AVG(attendance) FROM table_name_69 WHERE group_position = "1st" AND result_f_a = "2–0"
76,354
Group position of 1st, and a Result F–A of 2–0 has what average attendance?
CREATE TABLE table_name_69 (attendance INTEGER, group_position VARCHAR, result_f_a VARCHAR)
SELECT date FROM table_name_72 WHERE result_f_a = "5–0"
76,355
Result F–A of 5–0 had what date?
CREATE TABLE table_name_72 (date VARCHAR, result_f_a VARCHAR)
SELECT attendance FROM table_name_18 WHERE date = "1 october 2003"
76,356
Date of 1 october 2003 had what attendance?
CREATE TABLE table_name_18 (attendance VARCHAR, date VARCHAR)
SELECT score FROM table_name_84 WHERE partner = "tathiana garbin"
76,357
what score is it with tathiana garbin as partner?
CREATE TABLE table_name_84 (score VARCHAR, partner VARCHAR)
SELECT date FROM table_name_48 WHERE partner = "giulia casoni"
76,358
what date was giulia casoni the partner?
CREATE TABLE table_name_48 (date VARCHAR, partner VARCHAR)
SELECT city FROM table_name_29 WHERE country = "spain" AND iata = "ibz"
76,359
for country of spain and iata of ibz, what's the city?
CREATE TABLE table_name_29 (city VARCHAR, country VARCHAR, iata VARCHAR)
SELECT icao FROM table_name_76 WHERE airport = "fiumicino airport"
76,360
for fiumicino airport what is the icao?
CREATE TABLE table_name_76 (icao VARCHAR, airport VARCHAR)
SELECT airport FROM table_name_95 WHERE city = "milan" AND iata = "lin"
76,361
for milan and the iata of lin what is the airport?
CREATE TABLE table_name_95 (airport VARCHAR, city VARCHAR, iata VARCHAR)
SELECT iata FROM table_name_39 WHERE icao = "eheh"
76,362
what's the iata for the icao of eheh?
CREATE TABLE table_name_39 (iata VARCHAR, icao VARCHAR)
SELECT airport FROM table_name_58 WHERE country = "united kingdom" AND iata = "lcy"
76,363
which aiport is in the united kingdom and has iata of lcy?
CREATE TABLE table_name_58 (airport VARCHAR, country VARCHAR, iata VARCHAR)
SELECT F.goals FROM table_name_31 WHERE games = "22 22" AND points = "012 12"
76,364
Name the F. Goals for games of 22 22 and points of 012 12
CREATE TABLE table_name_31 (games VARCHAR, points VARCHAR)
SELECT points FROM table_name_43 WHERE games = "16 16"
76,365
Name the points for games of 16 16
CREATE TABLE table_name_43 (points VARCHAR, games VARCHAR)
SELECT tries FROM table_name_98 WHERE points = "008 8" AND games = "27 27"
76,366
Name the tries that has a points of 008 8 and games of 27 27
CREATE TABLE table_name_98 (tries VARCHAR, points VARCHAR, games VARCHAR)
SELECT F.goals FROM table_name_18 WHERE tries = "0 0" AND games = "05 5"
76,367
Name the F. Goals with tries of 0 0 and games of 05 5
CREATE TABLE table_name_18 (tries VARCHAR, games VARCHAR)
SELECT player FROM table_name_83 WHERE tries = "02 2" AND points = "008 8"
76,368
Name the player with tries of 02 2 and points of 008 8
CREATE TABLE table_name_83 (player VARCHAR, tries VARCHAR, points VARCHAR)
SELECT area FROM table_name_73 WHERE name = "william colenso college"
76,369
Which area has a Name of william colenso college?
CREATE TABLE table_name_73 (area VARCHAR, name VARCHAR)
SELECT authority FROM table_name_41 WHERE name = "tamatea high school"
76,370
Which authority has a Name of tamatea high school?
CREATE TABLE table_name_41 (authority VARCHAR, name VARCHAR)
SELECT gender FROM table_name_90 WHERE decile = 8 AND area = "taradale" AND years = "1–13"
76,371
Which gender has a Decile of 8, an Area of taradale, and Years of 1–13?
CREATE TABLE table_name_90 (gender VARCHAR, years VARCHAR, decile VARCHAR, area VARCHAR)
SELECT decile FROM table_name_69 WHERE years = "–" AND gender = "coed"
76,372
Which Decile has Years of –, and a Gender of coed?
CREATE TABLE table_name_69 (decile VARCHAR, years VARCHAR, gender VARCHAR)
SELECT COUNT(division) FROM table_name_83 WHERE apps > 5 AND country = "greece"
76,373
Name the total number of division for apps more than 5 for greece
CREATE TABLE table_name_83 (division VARCHAR, apps VARCHAR, country VARCHAR)
SELECT AVG(apps) FROM table_name_73 WHERE team = "smederevo"
76,374
Name the average apps for smederevo
CREATE TABLE table_name_73 (apps INTEGER, team VARCHAR)
SELECT engine FROM table_name_64 WHERE chassis = "lotus 16"
76,375
What model engine has a lotus 16 chassis?
CREATE TABLE table_name_64 (engine VARCHAR, chassis VARCHAR)
SELECT MAX(points) FROM table_name_80 WHERE entrant = "fred tuck cars" AND year > 1960
76,376
How many points after 1960 for fred tuck cars?
CREATE TABLE table_name_80 (points INTEGER, entrant VARCHAR, year VARCHAR)
SELECT dist__miles_ FROM table_name_94 WHERE race_name = "unnamed race" AND runners = "3" AND course = "newcastle"
76,377
What is the distance for the unnamed race with 3 runners at Newcastle?
CREATE TABLE table_name_94 (dist__miles_ VARCHAR, course VARCHAR, race_name VARCHAR, runners VARCHAR)
SELECT score FROM table_name_51 WHERE record = "18-25"
76,378
Name the score when the record was 18-25
CREATE TABLE table_name_51 (score VARCHAR, record VARCHAR)
SELECT loss FROM table_name_10 WHERE opponent = "angels"
76,379
Name the loss for the angels opponent
CREATE TABLE table_name_10 (loss VARCHAR, opponent VARCHAR)
SELECT COUNT(attendance) FROM table_name_32 WHERE record = "16-22"
76,380
Name the total number of people that went when the record was 16-22
CREATE TABLE table_name_32 (attendance VARCHAR, record VARCHAR)
SELECT score FROM table_name_20 WHERE opponent = "mariners" AND date = "may 10"
76,381
Name the score for the mariners opponent on may 10
CREATE TABLE table_name_20 (score VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT outcome FROM table_name_25 WHERE partner = "jürgen melzer" AND date = "january 7, 2012"
76,382
What was the Outcome for the Partner of Jürgen Melzer and the Date of January 7, 2012?
CREATE TABLE table_name_25 (outcome VARCHAR, partner VARCHAR, date VARCHAR)
SELECT surface FROM table_name_79 WHERE partner = "jürgen melzer" AND date = "july 16, 2011"
76,383
What was the Surface for the Partner of Jürgen Melzer, and a Date of July 16, 2011?
CREATE TABLE table_name_79 (surface VARCHAR, partner VARCHAR, date VARCHAR)
SELECT outcome FROM table_name_76 WHERE date = "july 16, 2011"
76,384
What's the Outcome for the Date of July 16, 2011?
CREATE TABLE table_name_76 (outcome VARCHAR, date VARCHAR)
SELECT outcome FROM table_name_94 WHERE partner = "jürgen melzer" AND date = "february 7, 2010"
76,385
What's the Outcome for the Partner of Jürgen Melzer on the Date of February 7, 2010?
CREATE TABLE table_name_94 (outcome VARCHAR, partner VARCHAR, date VARCHAR)
SELECT nation FROM table_name_77 WHERE rank > 9
76,386
Name the nation with rank more than 9
CREATE TABLE table_name_77 (nation VARCHAR, rank INTEGER)
SELECT MIN(bronze) FROM table_name_45 WHERE silver < 0
76,387
Name the least bronze for silver being less than 0
CREATE TABLE table_name_45 (bronze INTEGER, silver INTEGER)
SELECT SUM(rank) FROM table_name_90 WHERE bronze < 1 AND gold = 1 AND total < 1
76,388
Name the sum of rank for bronze less than 1 and gold of 1 with total less than 1
CREATE TABLE table_name_90 (rank INTEGER, total VARCHAR, bronze VARCHAR, gold VARCHAR)
SELECT SUM(rank) FROM table_name_55 WHERE silver < 0
76,389
Name the sum of rank for silver less than 0
CREATE TABLE table_name_55 (rank INTEGER, silver INTEGER)
SELECT MIN(rank) FROM table_name_5 WHERE silver < 1 AND total > 1 AND bronze < 1
76,390
Name the least rank when silver is less than 1 and bronze is less than 1 with total more than 1
CREATE TABLE table_name_5 (rank INTEGER, bronze VARCHAR, silver VARCHAR, total VARCHAR)
SELECT date FROM table_name_90 WHERE series = "1-4"
76,391
What was the date of the game in which the series was 1-4?
CREATE TABLE table_name_90 (date VARCHAR, series VARCHAR)
SELECT score FROM table_name_6 WHERE home = "montreal canadiens" AND date = "april 11"
76,392
What is the Score that has a Home of montreal canadiens on april 11?
CREATE TABLE table_name_6 (score VARCHAR, home VARCHAR, date VARCHAR)
SELECT record FROM table_name_32 WHERE date = "april 13"
76,393
What is the Record on april 13?
CREATE TABLE table_name_32 (record VARCHAR, date VARCHAR)
SELECT date FROM table_name_57 WHERE home = "chicago black hawks" AND record = "0–1"
76,394
When is Home of chicago black hawks has a Record of 0–1?
CREATE TABLE table_name_57 (date VARCHAR, home VARCHAR, record VARCHAR)
SELECT date FROM table_name_5 WHERE visitor = "chicago black hawks" AND record = "2–2"
76,395
What is the Date that chicago black hawks has a Record of 2–2?
CREATE TABLE table_name_5 (date VARCHAR, visitor VARCHAR, record VARCHAR)
SELECT record FROM table_name_38 WHERE score = "0–2"
76,396
Which Record has a Score of 0–2?
CREATE TABLE table_name_38 (record VARCHAR, score VARCHAR)
SELECT visitor FROM table_name_8 WHERE date = "april 5"
76,397
Who is the visitor on April 5?
CREATE TABLE table_name_8 (visitor VARCHAR, date VARCHAR)
SELECT team FROM table_name_14 WHERE year = "2011"
76,398
What is the Team, when the Year is 2011?
CREATE TABLE table_name_14 (team VARCHAR, year VARCHAR)
SELECT int_yds FROM table_name_68 WHERE team = "new orleans saints" AND sacks > 0 AND solo = 71
76,399
What is the value for INT YDS, when the Team is New Orleans Saints, and when the value for Sacks is greater than 0, and when the vale for Solo is 71?
CREATE TABLE table_name_68 (int_yds VARCHAR, solo VARCHAR, team VARCHAR, sacks VARCHAR)
SELECT MIN(sacks) FROM table_name_22 WHERE team = "new orleans saints" AND tackles = "132"
76,400
What is the value for lowest Sacks, when the Team is New Orleans Saints, and when the value for Tackles is 132?
CREATE TABLE table_name_22 (sacks INTEGER, team VARCHAR, tackles VARCHAR)