Unnamed: 0
int64 0
60k
| text
stringlengths 109
1.06k
|
---|---|
56,200 |
<question>: When Anchero Pantaleone was the elector what is under nationality? <context>: CREATE TABLE table_name_11 (nationality VARCHAR, elector VARCHAR) <answer>: SELECT nationality FROM table_name_11 WHERE elector = "anchero pantaleone"
|
56,201 |
<question>: With a date of May 1262 under elevated, Guillaume de Bray as the elector, what is the order and title? <context>: CREATE TABLE table_name_78 (order_and_title VARCHAR, elevated VARCHAR, elector VARCHAR) <answer>: SELECT order_and_title FROM table_name_78 WHERE elevated = "may 1262" AND elector = "guillaume de bray"
|
56,202 |
<question>: What was the result when the San Francisco 49ers were the opponents? <context>: CREATE TABLE table_name_35 (result VARCHAR, opponent VARCHAR) <answer>: SELECT result FROM table_name_35 WHERE opponent = "san francisco 49ers"
|
56,203 |
<question>: What was the Score of the Rabat Tournament with Opponent in the final Yannik Reuter? <context>: CREATE TABLE table_name_20 (score VARCHAR, tournament VARCHAR, opponent_in_the_final VARCHAR) <answer>: SELECT score FROM table_name_20 WHERE tournament = "rabat" AND opponent_in_the_final = "yannik reuter"
|
56,204 |
<question>: What is the Opponent of the match played on a Clay Surface with a Score of 6–0, 6–2? <context>: CREATE TABLE table_name_4 (opponent_in_the_final VARCHAR, surface VARCHAR, score VARCHAR) <answer>: SELECT opponent_in_the_final FROM table_name_4 WHERE surface = "clay" AND score = "6–0, 6–2"
|
56,205 |
<question>: What is the Date of the match with Opponent in the final of Filip Polášek? <context>: CREATE TABLE table_name_49 (date VARCHAR, opponent_in_the_final VARCHAR) <answer>: SELECT date FROM table_name_49 WHERE opponent_in_the_final = "filip polášek"
|
56,206 |
<question>: What is the Score of the Rabat Tournament with Opponent in the final of Frederico Gil? <context>: CREATE TABLE table_name_56 (score VARCHAR, tournament VARCHAR, opponent_in_the_final VARCHAR) <answer>: SELECT score FROM table_name_56 WHERE tournament = "rabat" AND opponent_in_the_final = "frederico gil"
|
56,207 |
<question>: On what Date was the Result of the game W 30–15? <context>: CREATE TABLE table_name_40 (date VARCHAR, result VARCHAR) <answer>: SELECT date FROM table_name_40 WHERE result = "w 30–15"
|
56,208 |
<question>: What is the Date of Week 9? <context>: CREATE TABLE table_name_6 (date VARCHAR, week VARCHAR) <answer>: SELECT date FROM table_name_6 WHERE week = 9
|
56,209 |
<question>: What is the Result of the game on September 1, 1996? <context>: CREATE TABLE table_name_56 (result VARCHAR, date VARCHAR) <answer>: SELECT result FROM table_name_56 WHERE date = "september 1, 1996"
|
56,210 |
<question>: On what Week was the Result W 34–24? <context>: CREATE TABLE table_name_22 (week INTEGER, result VARCHAR) <answer>: SELECT AVG(week) FROM table_name_22 WHERE result = "w 34–24"
|
56,211 |
<question>: What is the Week on November 10, 1996? <context>: CREATE TABLE table_name_42 (week VARCHAR, date VARCHAR) <answer>: SELECT week FROM table_name_42 WHERE date = "november 10, 1996"
|
56,212 |
<question>: What is the Status of the Paris with a Census Ranking of 3,474 of 5,008? <context>: CREATE TABLE table_name_2 (status VARCHAR, census_ranking VARCHAR) <answer>: SELECT status FROM table_name_2 WHERE census_ranking = "3,474 of 5,008"
|
56,213 |
<question>: What is the Area of the Parish with a Population of 2,113? <context>: CREATE TABLE table_name_58 (area_km_2 VARCHAR, population VARCHAR) <answer>: SELECT COUNT(area_km_2) FROM table_name_58 WHERE population = 2 OFFSET 113
|
56,214 |
<question>: What is the Population of the Parish with an Area km 2 of 236.76? <context>: CREATE TABLE table_name_85 (population INTEGER, area_km_2 VARCHAR) <answer>: SELECT MIN(population) FROM table_name_85 WHERE area_km_2 = 236.76
|
56,215 |
<question>: What is the Area of the Parish with a Population of 71? <context>: CREATE TABLE table_name_71 (area_km_2 VARCHAR, population VARCHAR) <answer>: SELECT area_km_2 FROM table_name_71 WHERE population = 71
|
56,216 |
<question>: What is the elevation and height for Halfbeak? <context>: CREATE TABLE table_name_21 (elevation_ VARCHAR, _height VARCHAR, name VARCHAR) <answer>: SELECT elevation_ + _height FROM table_name_21 WHERE name = "halfbeak"
|
56,217 |
<question>: What is the purpose of Long Shot? <context>: CREATE TABLE table_name_91 (purpose VARCHAR, name VARCHAR) <answer>: SELECT purpose FROM table_name_91 WHERE name = "long shot"
|
56,218 |
<question>: What is the yield in NTS Area U2R when the purpose is weapons development? <context>: CREATE TABLE table_name_69 (yield VARCHAR, purpose VARCHAR, location VARCHAR) <answer>: SELECT yield FROM table_name_69 WHERE purpose = "weapons development" AND location = "nts area u2r"
|
56,219 |
<question>: What location was listed on 1977-09-15? <context>: CREATE TABLE table_name_60 (location VARCHAR, listed VARCHAR) <answer>: SELECT location FROM table_name_60 WHERE listed = "1977-09-15"
|
56,220 |
<question>: What is the Borough for the Seward listing on 1977-11-23? <context>: CREATE TABLE table_name_54 (borough VARCHAR, location VARCHAR, listed VARCHAR) <answer>: SELECT borough FROM table_name_54 WHERE location = "seward" AND listed = "1977-11-23"
|
56,221 |
<question>: What location was listed on 1977-11-23? <context>: CREATE TABLE table_name_25 (location VARCHAR, listed VARCHAR) <answer>: SELECT location FROM table_name_25 WHERE listed = "1977-11-23"
|
56,222 |
<question>: What are the listings in the Valdez-cordova (census area) Borough? <context>: CREATE TABLE table_name_93 (listed VARCHAR, borough VARCHAR) <answer>: SELECT listed FROM table_name_93 WHERE borough = "valdez-cordova (census area)"
|
56,223 |
<question>: What is the name of the building listed on 1977-11-23? <context>: CREATE TABLE table_name_81 (name VARCHAR, listed VARCHAR) <answer>: SELECT name FROM table_name_81 WHERE listed = "1977-11-23"
|
56,224 |
<question>: What was the Maple Leafs' record on game 52? <context>: CREATE TABLE table_name_51 (record VARCHAR, game VARCHAR) <answer>: SELECT record FROM table_name_51 WHERE game = 52
|
56,225 |
<question>: What was Germany's lowest sales when the profit was smaller than 6.7 billion? <context>: CREATE TABLE table_name_43 (sales__billion_ INTEGER, headquarters VARCHAR, profits__billion_$_ VARCHAR) <answer>: SELECT MIN(sales__billion_) AS $_ FROM table_name_43 WHERE headquarters = "germany" AND profits__billion_$_ < 6.7
|
56,226 |
<question>: For which industry was the profit smaller than 14.2 billion and the assets larger than 2,467.9 billion? <context>: CREATE TABLE table_name_83 (industry VARCHAR, profits__billion_$_ VARCHAR, assets__billion_$_ VARCHAR) <answer>: SELECT industry FROM table_name_83 WHERE profits__billion_$_ < 14.2 AND assets__billion_$_ > 2 OFFSET 467.9
|
56,227 |
<question>: What is the average rank for USA when the market value is 407.2 billion? <context>: CREATE TABLE table_name_31 (rank INTEGER, headquarters VARCHAR, market_value__billion_$_ VARCHAR) <answer>: SELECT AVG(rank) FROM table_name_31 WHERE headquarters = "usa" AND market_value__billion_$_ > 407.2
|
56,228 |
<question>: What was date was the attendance larger than 875 against Platense? <context>: CREATE TABLE table_name_26 (date VARCHAR, attendance VARCHAR, home VARCHAR) <answer>: SELECT date FROM table_name_26 WHERE attendance > 875 AND home = "platense"
|
56,229 |
<question>: Who was the home team with 3305 in attendance? <context>: CREATE TABLE table_name_27 (home VARCHAR, attendance VARCHAR) <answer>: SELECT home FROM table_name_27 WHERE attendance = 3305
|
56,230 |
<question>: What was the highest attendance for the Hispano team? <context>: CREATE TABLE table_name_56 (attendance INTEGER, home VARCHAR) <answer>: SELECT MAX(attendance) FROM table_name_56 WHERE home = "hispano"
|
56,231 |
<question>: What country has the player Tiger Woods? <context>: CREATE TABLE table_name_60 (country VARCHAR, player VARCHAR) <answer>: SELECT country FROM table_name_60 WHERE player = "tiger woods"
|
56,232 |
<question>: What is the Money ($) player Loren Roberts has made? <context>: CREATE TABLE table_name_93 (money___ INTEGER, player VARCHAR) <answer>: SELECT MAX(money___) AS $__ FROM table_name_93 WHERE player = "loren roberts"
|
56,233 |
<question>: What is the Pinnacle height for Metcalf, Georgia? <context>: CREATE TABLE table_name_17 (pinnacle_height VARCHAR, town VARCHAR) <answer>: SELECT pinnacle_height FROM table_name_17 WHERE town = "metcalf, georgia"
|
56,234 |
<question>: Who placed t7 with a score of 70-71=141? <context>: CREATE TABLE table_name_16 (player VARCHAR, place VARCHAR, score VARCHAR) <answer>: SELECT player FROM table_name_16 WHERE place = "t7" AND score = 70 - 71 = 141
|
56,235 |
<question>: What country scored 71-69=140? <context>: CREATE TABLE table_name_30 (country VARCHAR, score VARCHAR) <answer>: SELECT country FROM table_name_30 WHERE score = 71 - 69 = 140
|
56,236 |
<question>: What nation had more than 3 bronze, 0 gold, and a total of 9? <context>: CREATE TABLE table_name_38 (nation VARCHAR, total VARCHAR, bronze VARCHAR, gold VARCHAR) <answer>: SELECT nation FROM table_name_38 WHERE bronze > 3 AND gold = 0 AND total = 9
|
56,237 |
<question>: What's the earliest year the new york giants lost at new meadowlands stadium? <context>: CREATE TABLE table_name_31 (year INTEGER, loser VARCHAR, location VARCHAR) <answer>: SELECT MIN(year) FROM table_name_31 WHERE loser = "new york giants" AND location = "new meadowlands stadium"
|
56,238 |
<question>: How many years did the new york giants lose at metlife stadium? <context>: CREATE TABLE table_name_15 (year VARCHAR, location VARCHAR, loser VARCHAR) <answer>: SELECT COUNT(year) FROM table_name_15 WHERE location = "metlife stadium" AND loser = "new york giants"
|
56,239 |
<question>: How many years did the new york giants win with a result of 15-7 at lincoln financial field? <context>: CREATE TABLE table_name_53 (year VARCHAR, result VARCHAR, location VARCHAR, winner VARCHAR) <answer>: SELECT COUNT(year) FROM table_name_53 WHERE location = "lincoln financial field" AND winner = "new york giants" AND result = "15-7"
|
56,240 |
<question>: Who lost when the philadelphia eagles won at lincoln financial field on september 30? <context>: CREATE TABLE table_name_24 (loser VARCHAR, date VARCHAR, location VARCHAR, winner VARCHAR) <answer>: SELECT loser FROM table_name_24 WHERE location = "lincoln financial field" AND winner = "philadelphia eagles" AND date = "september 30"
|
56,241 |
<question>: What date did the new york giants win after 2011? <context>: CREATE TABLE table_name_96 (date VARCHAR, winner VARCHAR, year VARCHAR) <answer>: SELECT date FROM table_name_96 WHERE winner = "new york giants" AND year > 2011
|
56,242 |
<question>: What is Official Name, when Census Ranking is 769 of 5,008? <context>: CREATE TABLE table_name_70 (official_name VARCHAR, census_ranking VARCHAR) <answer>: SELECT official_name FROM table_name_70 WHERE census_ranking = "769 of 5,008"
|
56,243 |
<question>: What is Status, when Area km 2 is greater than 303.73? <context>: CREATE TABLE table_name_93 (status VARCHAR, area_km_2 INTEGER) <answer>: SELECT status FROM table_name_93 WHERE area_km_2 > 303.73
|
56,244 |
<question>: What is Area km 2, when Population is greater than 1,395? <context>: CREATE TABLE table_name_21 (area_km_2 INTEGER, population INTEGER) <answer>: SELECT MIN(area_km_2) FROM table_name_21 WHERE population > 1 OFFSET 395
|
56,245 |
<question>: What is the Place of the Player from Zimbabwe? <context>: CREATE TABLE table_name_75 (place VARCHAR, country VARCHAR) <answer>: SELECT place FROM table_name_75 WHERE country = "zimbabwe"
|
56,246 |
<question>: What is the Place of the Player with a Score of 73-68-71=212? <context>: CREATE TABLE table_name_16 (place VARCHAR, score VARCHAR) <answer>: SELECT place FROM table_name_16 WHERE score = 73 - 68 - 71 = 212
|
56,247 |
<question>: What is the Place of the Player with a +3 To par? <context>: CREATE TABLE table_name_19 (place VARCHAR, to_par VARCHAR) <answer>: SELECT place FROM table_name_19 WHERE to_par = "+3"
|
56,248 |
<question>: What is the Score of Stewart Cink with a To par of +4? <context>: CREATE TABLE table_name_50 (score VARCHAR, to_par VARCHAR, player VARCHAR) <answer>: SELECT score FROM table_name_50 WHERE to_par = "+4" AND player = "stewart cink"
|
56,249 |
<question>: What T10 Place Player has a Score of 74-73-68=215? <context>: CREATE TABLE table_name_96 (player VARCHAR, place VARCHAR, score VARCHAR) <answer>: SELECT player FROM table_name_96 WHERE place = "t10" AND score = 74 - 73 - 68 = 215
|
56,250 |
<question>: What is the maximum pick when WR was the position and Michigan the college, and the overall greater than 255? <context>: CREATE TABLE table_name_16 (pick INTEGER, overall VARCHAR, position VARCHAR, college VARCHAR) <answer>: SELECT MAX(pick) FROM table_name_16 WHERE position = "wr" AND college = "michigan" AND overall > 255
|
56,251 |
<question>: What is the total round when DB was the position, and the pick less than 21, and Jeff Welch as the name? <context>: CREATE TABLE table_name_95 (round INTEGER, pick VARCHAR, position VARCHAR, name VARCHAR) <answer>: SELECT SUM(round) FROM table_name_95 WHERE position = "db" AND name = "jeff welch" AND pick < 21
|
56,252 |
<question>: What is Player, when Year(s) Won is 1978 , 1985? <context>: CREATE TABLE table_name_41 (player VARCHAR, year_s__won VARCHAR) <answer>: SELECT player FROM table_name_41 WHERE year_s__won = "1978 , 1985"
|
56,253 |
<question>: WHAT IS THE AVERAGE PICK FOR PURDUE, WITH A ROUND SMALLER THAN 5? <context>: CREATE TABLE table_name_49 (pick INTEGER, college VARCHAR, round VARCHAR) <answer>: SELECT AVG(pick) FROM table_name_49 WHERE college = "purdue" AND round < 5
|
56,254 |
<question>: WHAT IS THE HIGHEST PICK WITH A TE POSITION, AND ROUND SMALLER THAN 2? <context>: CREATE TABLE table_name_11 (pick INTEGER, position VARCHAR, round VARCHAR) <answer>: SELECT MAX(pick) FROM table_name_11 WHERE position = "te" AND round < 2
|
56,255 |
<question>: WHAT IS THE AVERAGE OVERALL, FOR MARK FISCHER? <context>: CREATE TABLE table_name_56 (overall INTEGER, name VARCHAR) <answer>: SELECT AVG(overall) FROM table_name_56 WHERE name = "mark fischer"
|
56,256 |
<question>: WHAT IS THE SUM OF PICK FOR DAVID TERRELL, WITH A ROUND SMALLER THAN 7? <context>: CREATE TABLE table_name_82 (pick INTEGER, name VARCHAR, round VARCHAR) <answer>: SELECT SUM(pick) FROM table_name_82 WHERE name = "david terrell" AND round < 7
|
56,257 |
<question>: WHAT IS THE POSITION WITH A ROUND LARGER THAN 6, AND OVERALL OF 191? <context>: CREATE TABLE table_name_9 (position VARCHAR, round VARCHAR, overall VARCHAR) <answer>: SELECT position FROM table_name_9 WHERE round > 6 AND overall = 191
|
56,258 |
<question>: Who is the player with a score of 68-71=139? <context>: CREATE TABLE table_name_84 (player VARCHAR, score VARCHAR) <answer>: SELECT player FROM table_name_84 WHERE score = 68 - 71 = 139
|
56,259 |
<question>: What is the to par of player jerry pate, who has a 70-69=139 score? <context>: CREATE TABLE table_name_66 (to_par VARCHAR, player VARCHAR, score VARCHAR) <answer>: SELECT to_par FROM table_name_66 WHERE score = 70 - 69 = 139 AND player = "jerry pate"
|
56,260 |
<question>: What is the to par of the player with a t9 place and a score of 72-67=139? <context>: CREATE TABLE table_name_86 (to_par VARCHAR, place VARCHAR, score VARCHAR) <answer>: SELECT to_par FROM table_name_86 WHERE place = "t9" AND score = 72 - 67 = 139
|
56,261 |
<question>: What is the place of the player witha 69-69=138 score? <context>: CREATE TABLE table_name_45 (place VARCHAR, score VARCHAR) <answer>: SELECT place FROM table_name_45 WHERE score = 69 - 69 = 138
|
56,262 |
<question>: What team played the Jazz at game 68? <context>: CREATE TABLE table_name_50 (team VARCHAR, game VARCHAR) <answer>: SELECT team FROM table_name_50 WHERE game = 68
|
56,263 |
<question>: What date did mehmet okur (24) have the most points? <context>: CREATE TABLE table_name_14 (date VARCHAR, high_points VARCHAR) <answer>: SELECT date FROM table_name_14 WHERE high_points = "mehmet okur (24)"
|
56,264 |
<question>: What week had attendance of 64,146? <context>: CREATE TABLE table_name_3 (week INTEGER, attendance VARCHAR) <answer>: SELECT MIN(week) FROM table_name_3 WHERE attendance = 64 OFFSET 146
|
56,265 |
<question>: What is the attendance of week 12? <context>: CREATE TABLE table_name_63 (attendance INTEGER, week VARCHAR) <answer>: SELECT MIN(attendance) FROM table_name_63 WHERE week = 12
|
56,266 |
<question>: What is the attendance from November 3, 1974? <context>: CREATE TABLE table_name_35 (attendance VARCHAR, date VARCHAR) <answer>: SELECT attendance FROM table_name_35 WHERE date = "november 3, 1974"
|
56,267 |
<question>: What is the attendance of week 8? <context>: CREATE TABLE table_name_23 (attendance VARCHAR, week VARCHAR) <answer>: SELECT COUNT(attendance) FROM table_name_23 WHERE week = 8
|
56,268 |
<question>: Who was the loser against the New York Giants in 2001? <context>: CREATE TABLE table_name_43 (loser VARCHAR, year VARCHAR, winner VARCHAR) <answer>: SELECT loser FROM table_name_43 WHERE year = 2001 AND winner = "new york giants"
|
56,269 |
<question>: What was the location with the 24-21 result? <context>: CREATE TABLE table_name_54 (location VARCHAR, result VARCHAR) <answer>: SELECT location FROM table_name_54 WHERE result = "24-21"
|
56,270 |
<question>: Who was the winner with the 24-21 result? <context>: CREATE TABLE table_name_60 (winner VARCHAR, result VARCHAR) <answer>: SELECT winner FROM table_name_60 WHERE result = "24-21"
|
56,271 |
<question>: What is the average To Par, when Place is "T3", and when Player is "Ben Hogan"? <context>: CREATE TABLE table_name_33 (to_par INTEGER, place VARCHAR, player VARCHAR) <answer>: SELECT AVG(to_par) FROM table_name_33 WHERE place = "t3" AND player = "ben hogan"
|
56,272 |
<question>: What is the average To Par, when Player is "Julius Boros"? <context>: CREATE TABLE table_name_22 (to_par INTEGER, player VARCHAR) <answer>: SELECT AVG(to_par) FROM table_name_22 WHERE player = "julius boros"
|
56,273 |
<question>: What is the highest To Par, when Score is "72-73=145"? <context>: CREATE TABLE table_name_35 (to_par INTEGER, score VARCHAR) <answer>: SELECT MAX(to_par) FROM table_name_35 WHERE score = 72 - 73 = 145
|
56,274 |
<question>: What is Score, when Place is "T1"? <context>: CREATE TABLE table_name_15 (score VARCHAR, place VARCHAR) <answer>: SELECT score FROM table_name_15 WHERE place = "t1"
|
56,275 |
<question>: What is Place, when To Par is "5", and when Score is "72-73=145"? <context>: CREATE TABLE table_name_30 (place VARCHAR, to_par VARCHAR, score VARCHAR) <answer>: SELECT place FROM table_name_30 WHERE to_par = 5 AND score = 72 - 73 = 145
|
56,276 |
<question>: What is the highest pick # after round 11? <context>: CREATE TABLE table_name_33 (pick__number INTEGER, round INTEGER) <answer>: SELECT MAX(pick__number) FROM table_name_33 WHERE round > 11
|
56,277 |
<question>: Which college has a pick # 84 in round 3? <context>: CREATE TABLE table_name_47 (college VARCHAR, round VARCHAR, pick__number VARCHAR) <answer>: SELECT college FROM table_name_47 WHERE round = 3 AND pick__number = 84
|
56,278 |
<question>: What was the pick # for round 11? <context>: CREATE TABLE table_name_68 (pick__number VARCHAR, round VARCHAR) <answer>: SELECT pick__number FROM table_name_68 WHERE round = 11
|
56,279 |
<question>: Which Pick has a Round larger than 8, a Name of kenny fells, and an Overall larger than 297? <context>: CREATE TABLE table_name_64 (pick INTEGER, overall VARCHAR, round VARCHAR, name VARCHAR) <answer>: SELECT SUM(pick) FROM table_name_64 WHERE round > 8 AND name = "kenny fells" AND overall > 297
|
56,280 |
<question>: Which Position has a Round larger than 7, and a Name of wayne asberry? <context>: CREATE TABLE table_name_92 (position VARCHAR, round VARCHAR, name VARCHAR) <answer>: SELECT position FROM table_name_92 WHERE round > 7 AND name = "wayne asberry"
|
56,281 |
<question>: Which Overall has a Name of markus koch? <context>: CREATE TABLE table_name_39 (overall INTEGER, name VARCHAR) <answer>: SELECT SUM(overall) FROM table_name_39 WHERE name = "markus koch"
|
56,282 |
<question>: Which Position has a Round smaller than 8, a Pick of 20, and an Overall smaller than 186? <context>: CREATE TABLE table_name_17 (position VARCHAR, overall VARCHAR, round VARCHAR, pick VARCHAR) <answer>: SELECT position FROM table_name_17 WHERE round < 8 AND pick = 20 AND overall < 186
|
56,283 |
<question>: What is the score when Fulham is the away team? <context>: CREATE TABLE table_name_55 (score VARCHAR, away_team VARCHAR) <answer>: SELECT score FROM table_name_55 WHERE away_team = "fulham"
|
56,284 |
<question>: Which away team has a tie number of 14? <context>: CREATE TABLE table_name_62 (away_team VARCHAR, tie_no VARCHAR) <answer>: SELECT away_team FROM table_name_62 WHERE tie_no = "14"
|
56,285 |
<question>: What is the tie number in the game on 5 January 1986 where Exeter City is the away team? <context>: CREATE TABLE table_name_26 (tie_no VARCHAR, date VARCHAR, away_team VARCHAR) <answer>: SELECT tie_no FROM table_name_26 WHERE date = "5 january 1986" AND away_team = "exeter city"
|
56,286 |
<question>: What is the total average for McCain% of 55.0% and Obama# higher than 3,487? <context>: CREATE TABLE table_name_52 (total INTEGER, mccain_percentage VARCHAR, obama_number VARCHAR) <answer>: SELECT AVG(total) FROM table_name_52 WHERE mccain_percentage = "55.0%" AND obama_number > 3 OFFSET 487
|
56,287 |
<question>: what is 2010 when 2009 is w and 2007 is qf? <context>: CREATE TABLE table_name_8 (Id VARCHAR) <answer>: SELECT 2010 FROM table_name_8 WHERE 2009 = "w" AND 2007 = "qf"
|
56,288 |
<question>: what is 2000 when 2012 is 4r? <context>: CREATE TABLE table_name_4 (Id VARCHAR) <answer>: SELECT 2000 FROM table_name_4 WHERE 2012 = "4r"
|
56,289 |
<question>: what is 2000 when 2012 is w and 2011 is 4r? <context>: CREATE TABLE table_name_54 (Id VARCHAR) <answer>: SELECT 2000 FROM table_name_54 WHERE 2012 = "w" AND 2011 = "4r"
|
56,290 |
<question>: what is 2010 when 2006 is 3r? <context>: CREATE TABLE table_name_24 (Id VARCHAR) <answer>: SELECT 2010 FROM table_name_24 WHERE 2006 = "3r"
|
56,291 |
<question>: what is 2013 when 2001 is qf and 2011 is 4r? <context>: CREATE TABLE table_name_11 (Id VARCHAR) <answer>: SELECT 2013 FROM table_name_11 WHERE 2001 = "qf" AND 2011 = "4r"
|
56,292 |
<question>: What is the average round for the record of 1-1? <context>: CREATE TABLE table_name_25 (round INTEGER, record VARCHAR) <answer>: SELECT AVG(round) FROM table_name_25 WHERE record = "1-1"
|
56,293 |
<question>: What method had a record 12-2-3? <context>: CREATE TABLE table_name_87 (method VARCHAR, record VARCHAR) <answer>: SELECT method FROM table_name_87 WHERE record = "12-2-3"
|
56,294 |
<question>: What Hanyu Pinyin is in the Jinning Township? <context>: CREATE TABLE table_name_66 (hanyu_pinyin VARCHAR, name VARCHAR) <answer>: SELECT hanyu_pinyin FROM table_name_66 WHERE name = "jinning township"
|
56,295 |
<question>: How many times did Sham Kwok Fai score in the game that was played on 22 February 2006? <context>: CREATE TABLE table_name_72 (scored INTEGER, date VARCHAR) <answer>: SELECT SUM(scored) FROM table_name_72 WHERE date = "22 february 2006"
|
56,296 |
<question>: The home team york city has what score? <context>: CREATE TABLE table_name_44 (score VARCHAR, home_team VARCHAR) <answer>: SELECT score FROM table_name_44 WHERE home_team = "york city"
|
56,297 |
<question>: What is the total number of Week(s), when Attendance is 61,603? <context>: CREATE TABLE table_name_23 (week VARCHAR, attendance VARCHAR) <answer>: SELECT COUNT(week) FROM table_name_23 WHERE attendance = "61,603"
|
56,298 |
<question>: What is Opponent, when Attendance is 62,170? <context>: CREATE TABLE table_name_52 (opponent VARCHAR, attendance VARCHAR) <answer>: SELECT opponent FROM table_name_52 WHERE attendance = "62,170"
|
56,299 |
<question>: HOW MANY POINTS DOES ALEX SPERAFICO HAVE WITH A GRID LARGER THAN 17? <context>: CREATE TABLE table_name_43 (points INTEGER, driver VARCHAR, grid VARCHAR) <answer>: SELECT MIN(points) FROM table_name_43 WHERE driver = "alex sperafico" AND grid > 17
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.