combined_text
stringlengths
106
1.05k
###question:Which races have #2 podiums?###answer:SELECT races FROM table_name_6 WHERE podiums = "2"###context:CREATE TABLE table_name_6 (races VARCHAR, podiums VARCHAR)
###question:What was the 2009 final placing?###answer:SELECT final_placing FROM table_name_17 WHERE season = 2009###context:CREATE TABLE table_name_17 (final_placing VARCHAR, season VARCHAR)
###question:What was the points with 7 races?###answer:SELECT points FROM table_name_34 WHERE races = "7"###context:CREATE TABLE table_name_34 (points VARCHAR, races VARCHAR)
###question:What venue had south melbourne as the home team?###answer:SELECT venue FROM table_name_90 WHERE home_team = "south melbourne"###context:CREATE TABLE table_name_90 (venue VARCHAR, home_team VARCHAR)
###question:What venue had collingwood as the away team?###answer:SELECT venue FROM table_name_14 WHERE away_team = "collingwood"###context:CREATE TABLE table_name_14 (venue VARCHAR, away_team VARCHAR)
###question:What was the home team score when south melbourne was the home team?###answer:SELECT home_team AS score FROM table_name_49 WHERE home_team = "south melbourne"###context:CREATE TABLE table_name_49 (home_team VARCHAR)
###question:What day was south melbourne the away squad?###answer:SELECT date FROM table_name_70 WHERE away_team = "melbourne"###context:CREATE TABLE table_name_70 (date VARCHAR, away_team VARCHAR)
###question:What position did he finish after 1998 and a note time of 2:31:40?###answer:SELECT position FROM table_name_71 WHERE year > 1998 AND notes = "2:31:40"###context:CREATE TABLE table_name_71 (position VARCHAR, year VARCHAR, notes VARCHAR)
###question:What venue featured a notes of 2:38:44?###answer:SELECT venue FROM table_name_63 WHERE notes = "2:38:44"###context:CREATE TABLE table_name_63 (venue VARCHAR, notes VARCHAR)
###question:Who did they play against in a week after 6 and the result was l 30–24?###answer:SELECT opponent FROM table_name_32 WHERE week > 6 AND result = "l 30–24"###context:CREATE TABLE table_name_32 (opponent VARCHAR, week VARCHAR, result VARCHAR)
###question:What opponent has a Result of w 31–0?###answer:SELECT opponent FROM table_name_25 WHERE result = "w 31–0"###context:CREATE TABLE table_name_25 (opponent VARCHAR, result VARCHAR)
###question:During which round was the final cornerback drafted for the New England Patriots in 2005?###answer:SELECT MAX(round) FROM table_name_7 WHERE position = "cornerback"###context:CREATE TABLE table_name_7 (round INTEGER, position VARCHAR)
###question:What dance was Leeza Gibbons the worst dancer for, receiving a score lower than 15?###answer:SELECT MIN(best_score) FROM table_name_9 WHERE worst_dancer = "leeza gibbons" AND worst_score < 15###context:CREATE TABLE table_name_9 (best_score INTEGER, worst_dancer VARCHAR, worst_score VARCHAR)
###question:What is the worst score for the dance that has Apolo Anton Ohno as the best dancer, and where his best score is larger than 30?###answer:SELECT SUM(worst_score) FROM table_name_23 WHERE best_dancer = "apolo anton ohno" AND best_score > 30###context:CREATE TABLE table_name_23 (worst_score INTEGER, best_dance...
###question:What is the biggest crowd when carlton is the away squad?###answer:SELECT MAX(crowd) FROM table_name_48 WHERE away_team = "carlton"###context:CREATE TABLE table_name_48 (crowd INTEGER, away_team VARCHAR)
###question:What is the sum of crowd(s) when richmond is the away squad?###answer:SELECT SUM(crowd) FROM table_name_44 WHERE away_team = "richmond"###context:CREATE TABLE table_name_44 (crowd INTEGER, away_team VARCHAR)
###question:What is the home team's score in the game played at glenferrie oval?###answer:SELECT home_team AS score FROM table_name_40 WHERE venue = "glenferrie oval"###context:CREATE TABLE table_name_40 (home_team VARCHAR, venue VARCHAR)
###question:What was the result of the event against Nate Mohr?###answer:SELECT res FROM table_name_57 WHERE opponent = "nate mohr"###context:CREATE TABLE table_name_57 (res VARCHAR, opponent VARCHAR)
###question:When the VFL played Junction Oval what was the home team score?###answer:SELECT home_team AS score FROM table_name_45 WHERE venue = "junction oval"###context:CREATE TABLE table_name_45 (home_team VARCHAR, venue VARCHAR)
###question:What was away team Geelong's crowd numbers?###answer:SELECT crowd FROM table_name_6 WHERE away_team = "geelong"###context:CREATE TABLE table_name_6 (crowd VARCHAR, away_team VARCHAR)
###question:What is the date they played against fitzroy?###answer:SELECT date FROM table_name_10 WHERE away_team = "fitzroy"###context:CREATE TABLE table_name_10 (date VARCHAR, away_team VARCHAR)
###question:How large was the crowd when they played at princes park?###answer:SELECT SUM(crowd) FROM table_name_56 WHERE venue = "princes park"###context:CREATE TABLE table_name_56 (crowd INTEGER, venue VARCHAR)
###question:Who is the away team at junction oval?###answer:SELECT away_team FROM table_name_74 WHERE venue = "junction oval"###context:CREATE TABLE table_name_74 (away_team VARCHAR, venue VARCHAR)
###question:What is the away team's score at princes park?###answer:SELECT away_team AS score FROM table_name_49 WHERE venue = "princes park"###context:CREATE TABLE table_name_49 (away_team VARCHAR, venue VARCHAR)
###question:What was the highest percentage of internet users a nation with a 1622% growth in 2000-2008 had?###answer:SELECT MAX(_percentage_internet_users) FROM table_name_51 WHERE _percentage_growth__2000_2008_ = 1622###context:CREATE TABLE table_name_51 (_percentage_internet_users INTEGER, _percentage_growth__2000_2...
###question:Who was the home team when Footscray was the away team?###answer:SELECT home_team FROM table_name_50 WHERE away_team = "footscray"###context:CREATE TABLE table_name_50 (home_team VARCHAR, away_team VARCHAR)
###question:What day did the team play the buffalo bills?###answer:SELECT date FROM table_name_28 WHERE opponent = "buffalo bills"###context:CREATE TABLE table_name_28 (date VARCHAR, opponent VARCHAR)
###question:What is the BB Pop for the song with RIAA of G that was in a year earlier than 1961?###answer:SELECT bb_pop FROM table_name_8 WHERE riaa = "g" AND year < 1961###context:CREATE TABLE table_name_8 (bb_pop VARCHAR, riaa VARCHAR, year VARCHAR)
###question:Which player has an Other of 3 (15)?###answer:SELECT name FROM table_name_7 WHERE other = "3 (15)"###context:CREATE TABLE table_name_7 (name VARCHAR, other VARCHAR)
###question:What Name has a Time of 01:17:01?###answer:SELECT name FROM table_name_14 WHERE time = "01:17:01"###context:CREATE TABLE table_name_14 (name VARCHAR, time VARCHAR)
###question:What is the Magnitude on the Date May 28, 2004?###answer:SELECT magnitude FROM table_name_49 WHERE date = "may 28, 2004"###context:CREATE TABLE table_name_49 (magnitude VARCHAR, date VARCHAR)
###question:What Name has a Time of 01:56:52?###answer:SELECT name FROM table_name_46 WHERE time = "01:56:52"###context:CREATE TABLE table_name_46 (name VARCHAR, time VARCHAR)
###question:What number of Fatalities did the Epicenter Māzandarān have?###answer:SELECT fatalities FROM table_name_79 WHERE epicenter = "māzandarān"###context:CREATE TABLE table_name_79 (fatalities VARCHAR, epicenter VARCHAR)
###question:What number of Fatalties is associated with the Time of 12:38:46?###answer:SELECT fatalities FROM table_name_78 WHERE time = "12:38:46"###context:CREATE TABLE table_name_78 (fatalities VARCHAR, time VARCHAR)
###question:What is the Time when the Epicenter was Bam?###answer:SELECT time FROM table_name_94 WHERE epicenter = "bam"###context:CREATE TABLE table_name_94 (time VARCHAR, epicenter VARCHAR)
###question:Who did Clinton appoint as a Chief Judge?###answer:SELECT chief_judge FROM table_name_2 WHERE appointed_by = "clinton"###context:CREATE TABLE table_name_2 (chief_judge VARCHAR, appointed_by VARCHAR)
###question:What was the smallest crowd for a Carlton away game?###answer:SELECT MIN(crowd) FROM table_name_14 WHERE away_team = "carlton"###context:CREATE TABLE table_name_14 (crowd INTEGER, away_team VARCHAR)
###question:What is the result when the time is 1:13?###answer:SELECT res FROM table_name_11 WHERE time = "1:13"###context:CREATE TABLE table_name_11 (res VARCHAR, time VARCHAR)
###question:Who was the opponent when the time was 1:47?###answer:SELECT opponent FROM table_name_45 WHERE time = "1:47"###context:CREATE TABLE table_name_45 (opponent VARCHAR, time VARCHAR)
###question:What venue did South Melbourne play as the away team?###answer:SELECT venue FROM table_name_61 WHERE away_team = "south melbourne"###context:CREATE TABLE table_name_61 (venue VARCHAR, away_team VARCHAR)
###question:What was the away team's score in the match at Victoria Park?###answer:SELECT away_team AS score FROM table_name_77 WHERE venue = "victoria park"###context:CREATE TABLE table_name_77 (away_team VARCHAR, venue VARCHAR)
###question:Which position has a Round of 7, and a College of kansas state?###answer:SELECT position FROM table_name_34 WHERE round = 7 AND college = "kansas state"###context:CREATE TABLE table_name_34 (position VARCHAR, round VARCHAR, college VARCHAR)
###question:How many rounds have an Overall larger than 17, and a Position of quarterback?###answer:SELECT COUNT(round) FROM table_name_66 WHERE overall > 17 AND position = "quarterback"###context:CREATE TABLE table_name_66 (round VARCHAR, overall VARCHAR, position VARCHAR)
###question:Which average overall has a Round of 1, and a Position of center?###answer:SELECT AVG(overall) FROM table_name_80 WHERE round = 1 AND position = "center"###context:CREATE TABLE table_name_80 (overall INTEGER, round VARCHAR, position VARCHAR)
###question:Where did North Melbourne play as the home team?###answer:SELECT venue FROM table_name_37 WHERE home_team = "north melbourne"###context:CREATE TABLE table_name_37 (venue VARCHAR, home_team VARCHAR)
###question:What was the attendance when VFL played MCG?###answer:SELECT MAX(crowd) FROM table_name_11 WHERE venue = "mcg"###context:CREATE TABLE table_name_11 (crowd INTEGER, venue VARCHAR)
###question:What was the score of the away team when they played at Windy Hill?###answer:SELECT away_team AS score FROM table_name_98 WHERE venue = "windy hill"###context:CREATE TABLE table_name_98 (away_team VARCHAR, venue VARCHAR)
###question:How large was the crowd when the away team was melbourne?###answer:SELECT crowd FROM table_name_77 WHERE away_team = "melbourne"###context:CREATE TABLE table_name_77 (crowd VARCHAR, away_team VARCHAR)
###question:How many people watched a Glenferrie Oval?###answer:SELECT COUNT(crowd) FROM table_name_58 WHERE venue = "glenferrie oval"###context:CREATE TABLE table_name_58 (crowd VARCHAR, venue VARCHAR)
###question:How faced Geelong at home?###answer:SELECT away_team AS score FROM table_name_52 WHERE home_team = "geelong"###context:CREATE TABLE table_name_52 (away_team VARCHAR, home_team VARCHAR)
###question:How many people watch Essendon as an away team?###answer:SELECT SUM(crowd) FROM table_name_77 WHERE away_team = "essendon"###context:CREATE TABLE table_name_77 (crowd INTEGER, away_team VARCHAR)
###question:Where did South Melbourne go to play a team at home?###answer:SELECT home_team FROM table_name_98 WHERE away_team = "south melbourne"###context:CREATE TABLE table_name_98 (home_team VARCHAR, away_team VARCHAR)
###question:What is essendon's away team score?###answer:SELECT away_team AS score FROM table_name_1 WHERE away_team = "essendon"###context:CREATE TABLE table_name_1 (away_team VARCHAR)
###question:What is the date with geelong as Away team?###answer:SELECT date FROM table_name_63 WHERE away_team = "geelong"###context:CREATE TABLE table_name_63 (date VARCHAR, away_team VARCHAR)
###question:What is the highest crowd at arden street oval?###answer:SELECT MAX(crowd) FROM table_name_7 WHERE venue = "arden street oval"###context:CREATE TABLE table_name_7 (crowd INTEGER, venue VARCHAR)
###question:What is geelong's aberage crowd as Away Team?###answer:SELECT AVG(crowd) FROM table_name_13 WHERE away_team = "geelong"###context:CREATE TABLE table_name_13 (crowd INTEGER, away_team VARCHAR)
###question:What was the date of the game when North Melbourne was the away team?###answer:SELECT date FROM table_name_10 WHERE away_team = "north melbourne"###context:CREATE TABLE table_name_10 (date VARCHAR, away_team VARCHAR)
###question:What is the team with grid 9?###answer:SELECT team FROM table_name_10 WHERE grid = 9###context:CREATE TABLE table_name_10 (team VARCHAR, grid VARCHAR)
###question:What team features garth tander?###answer:SELECT team FROM table_name_14 WHERE name = "garth tander"###context:CREATE TABLE table_name_14 (team VARCHAR, name VARCHAR)
###question:How many stages are in a distance of 2,192 km?###answer:SELECT stages FROM table_name_11 WHERE distance = "2,192 km"###context:CREATE TABLE table_name_11 (stages VARCHAR, distance VARCHAR)
###question:How long was the 16 staged event in 1997?###answer:SELECT distance FROM table_name_38 WHERE stages = "16" AND year = "1997"###context:CREATE TABLE table_name_38 (distance VARCHAR, stages VARCHAR, year VARCHAR)
###question:What was the winning time in 1984?###answer:SELECT time FROM table_name_99 WHERE year = "1984"###context:CREATE TABLE table_name_99 (time VARCHAR, year VARCHAR)
###question:Who won the 17 staged event in 1987?###answer:SELECT winner FROM table_name_83 WHERE stages = "17" AND year = "1987"###context:CREATE TABLE table_name_83 (winner VARCHAR, stages VARCHAR, year VARCHAR)
###question:Which event happened in 1988?###answer:SELECT name FROM table_name_91 WHERE year = "1988"###context:CREATE TABLE table_name_91 (name VARCHAR, year VARCHAR)
###question:Where did Rick Mears win, after starting in Pole Position?###answer:SELECT city_location FROM table_name_70 WHERE pole_position = "rick mears" AND winning_driver = "rick mears"###context:CREATE TABLE table_name_70 (city_location VARCHAR, pole_position VARCHAR, winning_driver VARCHAR)
###question:Where is the budweiser/g. i. joe's 200?###answer:SELECT city_location FROM table_name_48 WHERE race_name = "budweiser/g. i. joe's 200"###context:CREATE TABLE table_name_48 (city_location VARCHAR, race_name VARCHAR)
###question:Where is Emerson Fittipaldi starting in Pole position?###answer:SELECT city_location FROM table_name_60 WHERE pole_position = "emerson fittipaldi"###context:CREATE TABLE table_name_60 (city_location VARCHAR, pole_position VARCHAR)
###question:Which Circuit is on July 24?###answer:SELECT circuit FROM table_name_56 WHERE date = "july 24"###context:CREATE TABLE table_name_56 (circuit VARCHAR, date VARCHAR)
###question:What date did Delage win?###answer:SELECT date FROM table_name_34 WHERE winning_constructor = "delage"###context:CREATE TABLE table_name_34 (date VARCHAR, winning_constructor VARCHAR)
###question:What circuit did Luigi Villoresi win the Lausanne Grand Prix?###answer:SELECT circuit FROM table_name_58 WHERE winning_driver = "luigi villoresi" AND name = "lausanne grand prix"###context:CREATE TABLE table_name_58 (circuit VARCHAR, winning_driver VARCHAR, name VARCHAR)
###question:Which Grand Prix did Nello Pagani win?###answer:SELECT name FROM table_name_2 WHERE winning_driver = "nello pagani"###context:CREATE TABLE table_name_2 (name VARCHAR, winning_driver VARCHAR)
###question:What did the home team score when playing Fitzroy as the away team?###answer:SELECT home_team AS score FROM table_name_8 WHERE away_team = "fitzroy"###context:CREATE TABLE table_name_8 (home_team VARCHAR, away_team VARCHAR)
###question:What did the home team score when playing at Western Oval?###answer:SELECT home_team AS score FROM table_name_41 WHERE venue = "western oval"###context:CREATE TABLE table_name_41 (home_team VARCHAR, venue VARCHAR)
###question:What away team played Collingwood?###answer:SELECT away_team FROM table_name_20 WHERE home_team = "collingwood"###context:CREATE TABLE table_name_20 (away_team VARCHAR, home_team VARCHAR)
###question:On what date did Collingwood play at home?###answer:SELECT date FROM table_name_20 WHERE home_team = "collingwood"###context:CREATE TABLE table_name_20 (date VARCHAR, home_team VARCHAR)
###question:Name the average round where Dave Stachelski was picked smaller than 187.###answer:SELECT AVG(round) FROM table_name_28 WHERE overall < 187 AND player = "dave stachelski"###context:CREATE TABLE table_name_28 (round INTEGER, overall VARCHAR, player VARCHAR)
###question:Which position did David Nugent play with an overall small than 187?###answer:SELECT position FROM table_name_79 WHERE overall > 187 AND player = "david nugent"###context:CREATE TABLE table_name_79 (position VARCHAR, overall VARCHAR, player VARCHAR)
###question:Name the college that has an overall larger than 187 and a round smaller than 7 for the defensive end position.###answer:SELECT college FROM table_name_46 WHERE overall > 187 AND round < 7 AND position = "defensive end"###context:CREATE TABLE table_name_46 (college VARCHAR, position VARCHAR, overall VARCHAR...
###question:Which player has less than 201 games, is ranked 2, and played between 2007-2012?###answer:SELECT player FROM table_name_74 WHERE games < 201 AND rank = 2 AND years = "2007-2012"###context:CREATE TABLE table_name_74 (player VARCHAR, years VARCHAR, games VARCHAR, rank VARCHAR)
###question:How many average games did Nick Rimando have?###answer:SELECT AVG(games) FROM table_name_99 WHERE player = "nick rimando"###context:CREATE TABLE table_name_99 (games INTEGER, player VARCHAR)
###question:What is the party of the politician who left office on January 12, 1857###answer:SELECT party FROM table_name_47 WHERE left_office = "january 12, 1857"###context:CREATE TABLE table_name_47 (party VARCHAR, left_office VARCHAR)
###question:What is the party of the governor under Hugh Thomas Miller.###answer:SELECT governor FROM table_name_4 WHERE name = "hugh thomas miller"###context:CREATE TABLE table_name_4 (governor VARCHAR, name VARCHAR)
###question:Who left office on January 9, 1893###answer:SELECT name FROM table_name_32 WHERE left_office = "january 9, 1893"###context:CREATE TABLE table_name_32 (name VARCHAR, left_office VARCHAR)
###question:Who took office under the government of Matthew E. Welsh?###answer:SELECT took_office FROM table_name_8 WHERE governor = "matthew e. welsh"###context:CREATE TABLE table_name_8 (took_office VARCHAR, governor VARCHAR)
###question:Which governor took office on January 13, 1877###answer:SELECT governor FROM table_name_4 WHERE took_office = "january 13, 1877"###context:CREATE TABLE table_name_4 (governor VARCHAR, took_office VARCHAR)
###question:What is the score of the Geelong away team?###answer:SELECT away_team AS score FROM table_name_18 WHERE away_team = "geelong"###context:CREATE TABLE table_name_18 (away_team VARCHAR)
###question:What is the score of the team that plays in lake oval?###answer:SELECT away_team AS score FROM table_name_85 WHERE venue = "lake oval"###context:CREATE TABLE table_name_85 (away_team VARCHAR, venue VARCHAR)
###question:What the date of the game of the team that plays in princes park?###answer:SELECT date FROM table_name_25 WHERE venue = "princes park"###context:CREATE TABLE table_name_25 (date VARCHAR, venue VARCHAR)
###question:What was the score of the home team of carlton?###answer:SELECT home_team AS score FROM table_name_60 WHERE home_team = "carlton"###context:CREATE TABLE table_name_60 (home_team VARCHAR)
###question:How many people watched the away team of Geelong?###answer:SELECT crowd FROM table_name_63 WHERE away_team = "geelong"###context:CREATE TABLE table_name_63 (crowd VARCHAR, away_team VARCHAR)
###question:Which home team has the Brunswick Street Oval venue?###answer:SELECT home_team AS score FROM table_name_99 WHERE venue = "brunswick street oval"###context:CREATE TABLE table_name_99 (home_team VARCHAR, venue VARCHAR)
###question:Which home team has the Brunswick Street Oval venue?###answer:SELECT home_team FROM table_name_8 WHERE venue = "brunswick street oval"###context:CREATE TABLE table_name_8 (home_team VARCHAR, venue VARCHAR)
###question:Which is the lowest crop total with New South Wales at 42 kilotonnes and Victorian at less than 68 kilotonnes?###answer:SELECT MIN(total) FROM table_name_26 WHERE new_south_wales = 42 AND victoria < 68###context:CREATE TABLE table_name_26 (total INTEGER, new_south_wales VARCHAR, victoria VARCHAR)
###question:Who had a qual 1 best of 1:01.704?###answer:SELECT qual_1 FROM table_name_43 WHERE best = "1:01.704"###context:CREATE TABLE table_name_43 (qual_1 VARCHAR, best VARCHAR)
###question:What team had a qual 1 of 1:02.755?###answer:SELECT team FROM table_name_78 WHERE qual_1 = "1:02.755"###context:CREATE TABLE table_name_78 (team VARCHAR, qual_1 VARCHAR)
###question:What is the qual 1 for rusport and had a best of 58.665?###answer:SELECT qual_1 FROM table_name_87 WHERE team = "rusport" AND best = "58.665"###context:CREATE TABLE table_name_87 (qual_1 VARCHAR, team VARCHAR, best VARCHAR)
###question:What team had a qual 1 of 59.895?###answer:SELECT team FROM table_name_72 WHERE qual_1 = "59.895"###context:CREATE TABLE table_name_72 (team VARCHAR, qual_1 VARCHAR)
###question:Who had a qual 1 of 1:01.461?###answer:SELECT name FROM table_name_98 WHERE qual_1 = "1:01.461"###context:CREATE TABLE table_name_98 (name VARCHAR, qual_1 VARCHAR)
###question:What is the LFN support with 32-bit architecture on Windows Home Server?###answer:SELECT lfn_support FROM table_name_74 WHERE architecture = "32-bit" AND name = "windows home server"###context:CREATE TABLE table_name_74 (lfn_support VARCHAR, architecture VARCHAR, name VARCHAR)
###question:What is the LFN support on Windows NT 3.1?###answer:SELECT lfn_support FROM table_name_68 WHERE name = "windows nt 3.1"###context:CREATE TABLE table_name_68 (lfn_support VARCHAR, name VARCHAR)