combined_text
stringlengths
106
1.05k
###question:Team 2 Al-Ain played in what venue?###answer:SELECT venue FROM table_name_89 WHERE team_2 = "al-ain"###context:CREATE TABLE table_name_89 (venue VARCHAR, team_2 VARCHAR)
###question:What is the scored figure when the result is 40-22?###answer:SELECT SUM(scored) FROM table_name_94 WHERE result = "40-22"###context:CREATE TABLE table_name_94 (scored INTEGER, result VARCHAR)
###question:In what tournament is there a result of 46-18?###answer:SELECT tournament FROM table_name_28 WHERE result = "46-18"###context:CREATE TABLE table_name_28 (tournament VARCHAR, result VARCHAR)
###question:What is the smallest scored with a result of 46-18?###answer:SELECT MIN(scored) FROM table_name_49 WHERE result = "46-18"###context:CREATE TABLE table_name_49 (scored INTEGER, result VARCHAR)
###question:What is the average number of goals with 21 games for a debut round less than 1?###answer:SELECT AVG(goals__2008_) FROM table_name_47 WHERE games__2008_ = 21 AND debut_round < 1###context:CREATE TABLE table_name_47 (goals__2008_ INTEGER, games__2008_ VARCHAR, debut_round VARCHAR)
###question:What is the Nationality of the Player with Jersey Number 6?###answer:SELECT nationality FROM table_name_13 WHERE jersey_number_s_ = 6###context:CREATE TABLE table_name_13 (nationality VARCHAR, jersey_number_s_ VARCHAR)
###question:What day was the visitor Cleveland when the record was 34-26?###answer:SELECT date FROM table_name_43 WHERE visitor = "cleveland" AND record = "34-26"###context:CREATE TABLE table_name_43 (date VARCHAR, visitor VARCHAR, record VARCHAR)
###question:What was the attendance when the score was 88-98?###answer:SELECT attendance FROM table_name_20 WHERE score = "88-98"###context:CREATE TABLE table_name_20 (attendance VARCHAR, score VARCHAR)
###question:What was the record when the visitor was Cleveland in Dallas?###answer:SELECT record FROM table_name_59 WHERE visitor = "cleveland" AND home = "dallas"###context:CREATE TABLE table_name_59 (record VARCHAR, visitor VARCHAR, home VARCHAR)
###question:What is the littlest round that has Matt Delahey, and a greater than 112 pick?###answer:SELECT MIN(round) FROM table_name_58 WHERE player = "matt delahey" AND pick > 112###context:CREATE TABLE table_name_58 (round INTEGER, player VARCHAR, pick VARCHAR)
###question:What is the average PUBS 11 value in Mumbai, which has a 07-11 totals less than 1025?###answer:SELECT AVG(pubs_2011) FROM table_name_52 WHERE location = "mumbai" AND totals_07_11 < 1025###context:CREATE TABLE table_name_52 (pubs_2011 INTEGER, location VARCHAR, totals_07_11 VARCHAR)
###question:What is the lowest 06-10 totals with a pubs 2010 of 68 and a 07-11 totals larger than 305?###answer:SELECT MIN(totals_06_10) FROM table_name_15 WHERE pubs_2010 = 68 AND totals_07_11 > 305###context:CREATE TABLE table_name_15 (totals_06_10 INTEGER, pubs_2010 VARCHAR, totals_07_11 VARCHAR)
###question:What is Team, when Date of Appointment is "10 November 2008"?###answer:SELECT team FROM table_name_6 WHERE date_of_appointment = "10 november 2008"###context:CREATE TABLE table_name_6 (team VARCHAR, date_of_appointment VARCHAR)
###question:What is Replaced By, when Outgoing Manager is "Ünal Karaman"?###answer:SELECT replaced_by FROM table_name_66 WHERE outgoing_manager = "ünal karaman"###context:CREATE TABLE table_name_66 (replaced_by VARCHAR, outgoing_manager VARCHAR)
###question:What is Outgoing Manager, when Date of Vacancy is "25 September 2008"?###answer:SELECT outgoing_manager FROM table_name_77 WHERE date_of_vacancy = "25 september 2008"###context:CREATE TABLE table_name_77 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
###question:What is Date of Appointment, when Outgoing Manager is "Hakan Kutlu"?###answer:SELECT date_of_appointment FROM table_name_42 WHERE outgoing_manager = "hakan kutlu"###context:CREATE TABLE table_name_42 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
###question:What is Date of Appointment, when Outgoing Manager is "Giray Bulak"?###answer:SELECT date_of_appointment FROM table_name_69 WHERE outgoing_manager = "giray bulak"###context:CREATE TABLE table_name_69 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
###question:What is Replaced By, when Date of Vacancy is "23 February 2009"?###answer:SELECT replaced_by FROM table_name_68 WHERE date_of_vacancy = "23 february 2009"###context:CREATE TABLE table_name_68 (replaced_by VARCHAR, date_of_vacancy VARCHAR)
###question:WHAT IS THE TEAM FOR DECEMBER 30?###answer:SELECT team FROM table_name_86 WHERE date = "december 30"###context:CREATE TABLE table_name_86 (team VARCHAR, date VARCHAR)
###question:Which category had an orange finish?###answer:SELECT category FROM table_name_4 WHERE finish = "orange"###context:CREATE TABLE table_name_4 (category VARCHAR, finish VARCHAR)
###question:What is the lowest year for stage 12, category 1?###answer:SELECT MIN(year) FROM table_name_33 WHERE category = "1" AND stage = 12###context:CREATE TABLE table_name_33 (year INTEGER, category VARCHAR, stage VARCHAR)
###question:What is the start of stage 11?###answer:SELECT start FROM table_name_8 WHERE stage = 11###context:CREATE TABLE table_name_8 (start VARCHAR, stage VARCHAR)
###question:Which model had a wheelbase of 136 inches?###answer:SELECT model FROM table_name_54 WHERE wheelbase_in = "136"###context:CREATE TABLE table_name_54 (model VARCHAR, wheelbase_in VARCHAR)
###question:What is the engine type with a wheelbase of 127 inches in 1915?###answer:SELECT engine_type___cyl FROM table_name_14 WHERE wheelbase_in = "127" AND year = "1915"###context:CREATE TABLE table_name_14 (engine_type___cyl VARCHAR, wheelbase_in VARCHAR, year VARCHAR)
###question:What was the record on January 4?###answer:SELECT record FROM table_name_13 WHERE date = "january 4"###context:CREATE TABLE table_name_13 (record VARCHAR, date VARCHAR)
###question:Which Streak has a Game larger than 49?###answer:SELECT streak FROM table_name_56 WHERE game > 49###context:CREATE TABLE table_name_56 (streak VARCHAR, game INTEGER)
###question:Which Streak has a Date of january 7?###answer:SELECT streak FROM table_name_53 WHERE date = "january 7"###context:CREATE TABLE table_name_53 (streak VARCHAR, date VARCHAR)
###question:Which Country has Wins larger than 2, and a Rank of 2, and a Name of federico bahamontes?###answer:SELECT country FROM table_name_90 WHERE wins > 2 AND rank = 2 AND name = "federico bahamontes"###context:CREATE TABLE table_name_90 (country VARCHAR, name VARCHAR, wins VARCHAR, rank VARCHAR)
###question:What is richard virenque's lowest rank?###answer:SELECT MIN(rank) FROM table_name_33 WHERE name = "richard virenque"###context:CREATE TABLE table_name_33 (rank INTEGER, name VARCHAR)
###question:Which Years have a Rank larger than 2, and Wins of 2, and a Country of france?###answer:SELECT years FROM table_name_71 WHERE rank > 2 AND wins = 2 AND country = "france"###context:CREATE TABLE table_name_71 (years VARCHAR, country VARCHAR, rank VARCHAR, wins VARCHAR)
###question:What is the home team with the ny rangers as the visitor team?###answer:SELECT home FROM table_name_16 WHERE visitor = "ny rangers"###context:CREATE TABLE table_name_16 (home VARCHAR, visitor VARCHAR)
###question:What is the record on October 13, when philadelphia was the home team?###answer:SELECT record FROM table_name_47 WHERE home = "philadelphia" AND date = "october 13"###context:CREATE TABLE table_name_47 (record VARCHAR, home VARCHAR, date VARCHAR)
###question:What is Season, when Opponent is source: . last updated: 28 june 2007.?###answer:SELECT season FROM table_name_76 WHERE opponent = "source: . last updated: 28 june 2007."###context:CREATE TABLE table_name_76 (season VARCHAR, opponent VARCHAR)
###question:What is Venue, when Figures is 5/29?###answer:SELECT venue FROM table_name_9 WHERE figures = "5/29"###context:CREATE TABLE table_name_9 (venue VARCHAR, figures VARCHAR)
###question:What is Opponent, when Rank is 3?###answer:SELECT opponent FROM table_name_87 WHERE rank = "3"###context:CREATE TABLE table_name_87 (opponent VARCHAR, rank VARCHAR)
###question:What is Player, when Figures is source: . last updated: 28 june 2007.?###answer:SELECT player FROM table_name_52 WHERE figures = "source: . last updated: 28 june 2007."###context:CREATE TABLE table_name_52 (player VARCHAR, figures VARCHAR)
###question:What is Player, when Opponent is source: . last updated: 28 june 2007.?###answer:SELECT player FROM table_name_17 WHERE opponent = "source: . last updated: 28 june 2007."###context:CREATE TABLE table_name_17 (player VARCHAR, opponent VARCHAR)
###question:For the match played on 7 January 1956, with away team of Accrington Stanley, who was the home team?###answer:SELECT home_team FROM table_name_47 WHERE date = "7 january 1956" AND away_team = "accrington stanley"###context:CREATE TABLE table_name_47 (home_team VARCHAR, date VARCHAR, away_team VARCHAR)
###question:Which Tie number had Fulham as the away team?###answer:SELECT tie_no FROM table_name_79 WHERE away_team = "fulham"###context:CREATE TABLE table_name_79 (tie_no VARCHAR, away_team VARCHAR)
###question:Which Tie number had Middlesbrough as the away team?###answer:SELECT tie_no FROM table_name_63 WHERE away_team = "middlesbrough"###context:CREATE TABLE table_name_63 (tie_no VARCHAR, away_team VARCHAR)
###question:On what day was Tie #29 played?###answer:SELECT date FROM table_name_55 WHERE tie_no = "29"###context:CREATE TABLE table_name_55 (date VARCHAR, tie_no VARCHAR)
###question:Which Tie number was played on 9 January 1956?###answer:SELECT tie_no FROM table_name_69 WHERE date = "9 january 1956"###context:CREATE TABLE table_name_69 (tie_no VARCHAR, date VARCHAR)
###question:What is the Tie number for the match that had away team of Scunthorpe & Lindsey United?###answer:SELECT tie_no FROM table_name_61 WHERE away_team = "scunthorpe & lindsey united"###context:CREATE TABLE table_name_61 (tie_no VARCHAR, away_team VARCHAR)
###question:WHAT IS THE PLACE WITH A SCORE OF 76-69-64-70=279?###answer:SELECT place FROM table_name_62 WHERE score = 76 - 69 - 64 - 70 = 279###context:CREATE TABLE table_name_62 (place VARCHAR, score VARCHAR)
###question:WHAT IS THE PLACE WITH A SCORE OF 73-65-73-71=282?###answer:SELECT place FROM table_name_84 WHERE score = 73 - 65 - 73 - 71 = 282###context:CREATE TABLE table_name_84 (place VARCHAR, score VARCHAR)
###question:WHAT IS THE TO PAR FOR ERNIE ELS?###answer:SELECT to_par FROM table_name_3 WHERE player = "ernie els"###context:CREATE TABLE table_name_3 (to_par VARCHAR, player VARCHAR)
###question:WHAT IS THE PLACE WITH THE SCORE 69-71-66-73=279?###answer:SELECT place FROM table_name_11 WHERE score = 69 - 71 - 66 - 73 = 279###context:CREATE TABLE table_name_11 (place VARCHAR, score VARCHAR)
###question:What was the winning score at Burdine's Invitational?###answer:SELECT winning_score FROM table_name_66 WHERE tournament = "burdine's invitational"###context:CREATE TABLE table_name_66 (winning_score VARCHAR, tournament VARCHAR)
###question:Which tournament has a winning score at –7 (66-72-69-74=281)?###answer:SELECT tournament FROM table_name_32 WHERE winning_score = –7(66 - 72 - 69 - 74 = 281)###context:CREATE TABLE table_name_32 (tournament VARCHAR, winning_score VARCHAR)
###question:On what date is Jerilyn Britz the runner-up?###answer:SELECT date FROM table_name_32 WHERE runner_s__up = "jerilyn britz"###context:CREATE TABLE table_name_32 (date VARCHAR, runner_s__up VARCHAR)
###question:On what date is the winning score –8 (70-71-67=208)?###answer:SELECT date FROM table_name_54 WHERE winning_score = –8(70 - 71 - 67 = 208)###context:CREATE TABLE table_name_54 (date VARCHAR, winning_score VARCHAR)
###question:What is Matches, when Year is "2003"?###answer:SELECT matches FROM table_name_72 WHERE year = "2003"###context:CREATE TABLE table_name_72 (matches VARCHAR, year VARCHAR)
###question:What is Draws, when Losses is "Did Not Qualify"?###answer:SELECT draws FROM table_name_76 WHERE losses = "did not qualify"###context:CREATE TABLE table_name_76 (draws VARCHAR, losses VARCHAR)
###question:What is Result, when Losses is "Did Not Qualify"?###answer:SELECT result FROM table_name_41 WHERE losses = "did not qualify"###context:CREATE TABLE table_name_41 (result VARCHAR, losses VARCHAR)
###question:What is Year, when Wins is "0"?###answer:SELECT year FROM table_name_71 WHERE wins = "0"###context:CREATE TABLE table_name_71 (year VARCHAR, wins VARCHAR)
###question:What is Draws, when Wins is "Did Not Qualify"?###answer:SELECT draws FROM table_name_80 WHERE wins = "did not qualify"###context:CREATE TABLE table_name_80 (draws VARCHAR, wins VARCHAR)
###question:What is Matches, when Draws is "Did Not Qualify", and when Year is "1995"?###answer:SELECT matches FROM table_name_75 WHERE draws = "did not qualify" AND year = "1995"###context:CREATE TABLE table_name_75 (matches VARCHAR, draws VARCHAR, year VARCHAR)
###question:Which Date has a Score of 112–118?###answer:SELECT date FROM table_name_58 WHERE score = "112–118"###context:CREATE TABLE table_name_58 (date VARCHAR, score VARCHAR)
###question:Which Record has a Score of 111–101?###answer:SELECT record FROM table_name_69 WHERE score = "111–101"###context:CREATE TABLE table_name_69 (record VARCHAR, score VARCHAR)
###question:Which Game has a Score of 122–125?###answer:SELECT game FROM table_name_74 WHERE score = "122–125"###context:CREATE TABLE table_name_74 (game VARCHAR, score VARCHAR)
###question:Which Streak has a Game of 3?###answer:SELECT streak FROM table_name_35 WHERE game = 3###context:CREATE TABLE table_name_35 (streak VARCHAR, game VARCHAR)
###question:Which Score has a Record of 1–3?###answer:SELECT score FROM table_name_95 WHERE record = "1–3"###context:CREATE TABLE table_name_95 (score VARCHAR, record VARCHAR)
###question:How many totals had a silver larger than 2?###answer:SELECT COUNT(total) FROM table_name_16 WHERE silver > 2###context:CREATE TABLE table_name_16 (total VARCHAR, silver INTEGER)
###question:What was the average bronze when gold was larger than 1 and silver was larger than 2?###answer:SELECT AVG(bronze) FROM table_name_42 WHERE gold > 1 AND silver > 2###context:CREATE TABLE table_name_42 (bronze INTEGER, gold VARCHAR, silver VARCHAR)
###question:What was the college team of the player whose former WNBA team was the Cleveland Rockers?###answer:SELECT college_country_team FROM table_name_46 WHERE former_wnba_team = "cleveland rockers"###context:CREATE TABLE table_name_46 (college_country_team VARCHAR, former_wnba_team VARCHAR)
###question:What nationality was the player whose college team was Georgia Tech?###answer:SELECT nationality FROM table_name_61 WHERE college_country_team = "georgia tech"###context:CREATE TABLE table_name_61 (nationality VARCHAR, college_country_team VARCHAR)
###question:What was the new WNBA team of the player selected with a pick over 7?###answer:SELECT new_wnba_team FROM table_name_52 WHERE pick > 7###context:CREATE TABLE table_name_52 (new_wnba_team VARCHAR, pick INTEGER)
###question:Which player had a pick under 6 and a new WNBA team of the Minnesota Lynx?###answer:SELECT player FROM table_name_33 WHERE pick < 6 AND new_wnba_team = "minnesota lynx"###context:CREATE TABLE table_name_33 (player VARCHAR, pick VARCHAR, new_wnba_team VARCHAR)
###question:Billy Ray Brown plays for what country?###answer:SELECT country FROM table_name_9 WHERE player = "billy ray brown"###context:CREATE TABLE table_name_9 (country VARCHAR, player VARCHAR)
###question:The country of Spain has what score?###answer:SELECT score FROM table_name_63 WHERE country = "spain"###context:CREATE TABLE table_name_63 (score VARCHAR, country VARCHAR)
###question:The golfer from the United states with a score of 72-70-69=211 is in what place?###answer:SELECT place FROM table_name_46 WHERE country = "united states" AND score = 72 - 70 - 69 = 211###context:CREATE TABLE table_name_46 (place VARCHAR, country VARCHAR, score VARCHAR)
###question:The golfer Jeff Sluman golfs for what country?###answer:SELECT country FROM table_name_13 WHERE player = "jeff sluman"###context:CREATE TABLE table_name_13 (country VARCHAR, player VARCHAR)
###question:Mike Reid from the United States has what score?###answer:SELECT score FROM table_name_12 WHERE country = "united states" AND player = "mike reid"###context:CREATE TABLE table_name_12 (score VARCHAR, country VARCHAR, player VARCHAR)
###question:What player has 71-72-66=209 as the score?###answer:SELECT player FROM table_name_13 WHERE score = 71 - 72 - 66 = 209###context:CREATE TABLE table_name_13 (player VARCHAR, score VARCHAR)
###question:What to par has 7 as the place?###answer:SELECT to_par FROM table_name_20 WHERE place = "7"###context:CREATE TABLE table_name_20 (to_par VARCHAR, place VARCHAR)
###question:What player has 72-67-71=210 as the score?###answer:SELECT player FROM table_name_41 WHERE score = 72 - 67 - 71 = 210###context:CREATE TABLE table_name_41 (player VARCHAR, score VARCHAR)
###question:What to par has t5 as the place, with larry mize as the player?###answer:SELECT to_par FROM table_name_49 WHERE place = "t5" AND player = "larry mize"###context:CREATE TABLE table_name_49 (to_par VARCHAR, place VARCHAR, player VARCHAR)
###question:What player has t5 as the place?###answer:SELECT player FROM table_name_38 WHERE place = "t5"###context:CREATE TABLE table_name_38 (player VARCHAR, place VARCHAR)
###question:What score has fred couples as the player?###answer:SELECT score FROM table_name_3 WHERE player = "fred couples"###context:CREATE TABLE table_name_3 (score VARCHAR, player VARCHAR)
###question:On what Date in Stade Leopold Senghor, Dakar was the Score 4–0?###answer:SELECT date FROM table_name_93 WHERE score = "4–0" AND venue = "stade leopold senghor, dakar"###context:CREATE TABLE table_name_93 (date VARCHAR, score VARCHAR, venue VARCHAR)
###question:Who has the highest assists on april 28?###answer:SELECT high_assists FROM table_name_45 WHERE date = "april 28"###context:CREATE TABLE table_name_45 (high_assists VARCHAR, date VARCHAR)
###question:What is Points, when Series is Queensland Formula Ford Championship, and when Position is 1st?###answer:SELECT points FROM table_name_40 WHERE series = "queensland formula ford championship" AND position = "1st"###context:CREATE TABLE table_name_40 (points VARCHAR, series VARCHAR, position VARCHAR)
###question:What is Driver, when Position is 2nd, and when Season is 2001?###answer:SELECT driver FROM table_name_77 WHERE position = "2nd" AND season = 2001###context:CREATE TABLE table_name_77 (driver VARCHAR, position VARCHAR, season VARCHAR)
###question:What is Position, when Series is Queensland Formula Ford Championship, when Season is after 2001, and when Points is 234?###answer:SELECT position FROM table_name_48 WHERE series = "queensland formula ford championship" AND season > 2001 AND points = "234"###context:CREATE TABLE table_name_48 (position VARC...
###question:What is Series, when Season is 2007?###answer:SELECT series FROM table_name_2 WHERE season = 2007###context:CREATE TABLE table_name_2 (series VARCHAR, season VARCHAR)
###question:What was the Attendance on September 26, 1971?###answer:SELECT AVG(attendance) FROM table_name_86 WHERE date = "september 26, 1971"###context:CREATE TABLE table_name_86 (attendance INTEGER, date VARCHAR)
###question:Who was the opponent before week 12, on November 11, 1990?###answer:SELECT opponent FROM table_name_63 WHERE week < 12 AND date = "november 11, 1990"###context:CREATE TABLE table_name_63 (opponent VARCHAR, week VARCHAR, date VARCHAR)
###question:Which date had an attendance of 76,518?###answer:SELECT date FROM table_name_27 WHERE attendance = "76,518"###context:CREATE TABLE table_name_27 (date VARCHAR, attendance VARCHAR)
###question:What was the attendance of the game that ended with L 31-0###answer:SELECT attendance FROM table_name_67 WHERE result = "l 31-0"###context:CREATE TABLE table_name_67 (attendance VARCHAR, result VARCHAR)
###question:What is the year for the country of Morocco?###answer:SELECT MAX(year) FROM table_name_22 WHERE country = "morocco"###context:CREATE TABLE table_name_22 (year INTEGER, country VARCHAR)
###question:What is the year for the United Arab Emirates?###answer:SELECT COUNT(year) FROM table_name_19 WHERE country = "united arab emirates"###context:CREATE TABLE table_name_19 (year VARCHAR, country VARCHAR)
###question:What year was the Mercury City Tower?###answer:SELECT MIN(year) FROM table_name_8 WHERE structure = "mercury city tower"###context:CREATE TABLE table_name_8 (year INTEGER, structure VARCHAR)
###question:What structure is in Chile?###answer:SELECT structure FROM table_name_88 WHERE country = "chile"###context:CREATE TABLE table_name_88 (structure VARCHAR, country VARCHAR)
###question:What 2007-08 season has marcianise as the city?###answer:SELECT 2007 AS _08_season FROM table_name_60 WHERE city = "marcianise"###context:CREATE TABLE table_name_60 (city VARCHAR)
###question:What is the average capacity that has foligno as the city?###answer:SELECT AVG(capacity) FROM table_name_85 WHERE city = "foligno"###context:CREATE TABLE table_name_85 (capacity INTEGER, city VARCHAR)
###question:What is the highest capacity that has stadio marcello torre as the stadium?###answer:SELECT MAX(capacity) FROM table_name_80 WHERE stadium = "stadio marcello torre"###context:CREATE TABLE table_name_80 (capacity INTEGER, stadium VARCHAR)
###question:What is the score for the game where Birmingham City was the home team on 10 March 1984?###answer:SELECT score FROM table_name_86 WHERE date = "10 march 1984" AND home_team = "birmingham city"###context:CREATE TABLE table_name_86 (score VARCHAR, date VARCHAR, home_team VARCHAR)
###question:Who is the home team that tied no 2?###answer:SELECT home_team FROM table_name_2 WHERE tie_no = "2"###context:CREATE TABLE table_name_2 (home_team VARCHAR, tie_no VARCHAR)
###question:What was the score of the game when Sheffield Wednesday was the home team?###answer:SELECT score FROM table_name_32 WHERE home_team = "sheffield wednesday"###context:CREATE TABLE table_name_32 (score VARCHAR, home_team VARCHAR)
###question:Which years did the player from Providence play for the Grizzlies as small forward?###answer:SELECT years_for_grizzlies FROM table_name_96 WHERE position = "small forward" AND school_club_team = "providence"###context:CREATE TABLE table_name_96 (years_for_grizzlies VARCHAR, position VARCHAR, school_club_tea...