question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
In 1975, what was the final round? | CREATE TABLE table_name_1 (final_round VARCHAR, year VARCHAR) | SELECT final_round FROM table_name_1 WHERE year = "1975" | ### Context: CREATE TABLE table_name_1 (final_round VARCHAR, year VARCHAR) ### Question: In 1975, what was the final round? ### Answer: SELECT final_round FROM table_name_1 WHERE year = "1975" |
Where did someone run a 61:32 | CREATE TABLE table_name_61 (event_place VARCHAR, time VARCHAR) | SELECT event_place FROM table_name_61 WHERE time = "61:32" | ### Context: CREATE TABLE table_name_61 (event_place VARCHAR, time VARCHAR) ### Question: Where did someone run a 61:32 ### Answer: SELECT event_place FROM table_name_61 WHERE time = "61:32" |
What was Derek Graham's time? | CREATE TABLE table_name_95 (time VARCHAR, name VARCHAR) | SELECT time FROM table_name_95 WHERE name = "derek graham" | ### Context: CREATE TABLE table_name_95 (time VARCHAR, name VARCHAR) ### Question: What was Derek Graham's time? ### Answer: SELECT time FROM table_name_95 WHERE name = "derek graham" |
Where did someone run a 58:33? | CREATE TABLE table_name_25 (event_place VARCHAR, time VARCHAR) | SELECT event_place FROM table_name_25 WHERE time = "58:33" | ### Context: CREATE TABLE table_name_25 (event_place VARCHAR, time VARCHAR) ### Question: Where did someone run a 58:33? ### Answer: SELECT event_place FROM table_name_25 WHERE time = "58:33" |
Tell me the player for pick number less than 29 and mls team of chicago fire | CREATE TABLE table_name_97 (player VARCHAR, pick__number VARCHAR, mls_team VARCHAR) | SELECT player FROM table_name_97 WHERE pick__number < 29 AND mls_team = "chicago fire" | ### Context: CREATE TABLE table_name_97 (player VARCHAR, pick__number VARCHAR, mls_team VARCHAR) ### Question: Tell me the player for pick number less than 29 and mls team of chicago fire ### Answer: SELECT player FROM table_name_97 WHERE pick__number < 29 AND mls_team = "chicago fire" |
Tell me the opponents for partner of yvonne meusburger | CREATE TABLE table_name_21 (opponents VARCHAR, partner VARCHAR) | SELECT opponents FROM table_name_21 WHERE partner = "yvonne meusburger" | ### Context: CREATE TABLE table_name_21 (opponents VARCHAR, partner VARCHAR) ### Question: Tell me the opponents for partner of yvonne meusburger ### Answer: SELECT opponents FROM table_name_21 WHERE partner = "yvonne meusburger" |
Tell me the date for opponents of raffaella bindi biljana pawlowa-dimitrova | CREATE TABLE table_name_46 (date VARCHAR, opponents VARCHAR) | SELECT date FROM table_name_46 WHERE opponents = "raffaella bindi biljana pawlowa-dimitrova" | ### Context: CREATE TABLE table_name_46 (date VARCHAR, opponents VARCHAR) ### Question: Tell me the date for opponents of raffaella bindi biljana pawlowa-dimitrova ### Answer: SELECT date FROM table_name_46 WHERE opponents = "raffaella bindi biljana pawlowa-dimitrova" |
Tell me the highest time for heat rank of 8 and lane more than 2 | CREATE TABLE table_name_48 (time INTEGER, heat_rank VARCHAR, lane VARCHAR) | SELECT MAX(time) FROM table_name_48 WHERE heat_rank = 8 AND lane > 2 | ### Context: CREATE TABLE table_name_48 (time INTEGER, heat_rank VARCHAR, lane VARCHAR) ### Question: Tell me the highest time for heat rank of 8 and lane more than 2 ### Answer: SELECT MAX(time) FROM table_name_48 WHERE heat_rank = 8 AND lane > 2 |
Tell me the least time for apostolos tsagkarakis for lane less than 6 | CREATE TABLE table_name_63 (time INTEGER, swimmer VARCHAR, lane VARCHAR) | SELECT MIN(time) FROM table_name_63 WHERE swimmer = "apostolos tsagkarakis" AND lane < 6 | ### Context: CREATE TABLE table_name_63 (time INTEGER, swimmer VARCHAR, lane VARCHAR) ### Question: Tell me the least time for apostolos tsagkarakis for lane less than 6 ### Answer: SELECT MIN(time) FROM table_name_63 WHERE swimmer = "apostolos tsagkarakis" AND lane < 6 |
Tell me the method for pride 33 | CREATE TABLE table_name_28 (method VARCHAR, event VARCHAR) | SELECT method FROM table_name_28 WHERE event = "pride 33" | ### Context: CREATE TABLE table_name_28 (method VARCHAR, event VARCHAR) ### Question: Tell me the method for pride 33 ### Answer: SELECT method FROM table_name_28 WHERE event = "pride 33" |
Tell me the lowest round for total combat 15 | CREATE TABLE table_name_97 (round INTEGER, event VARCHAR) | SELECT MIN(round) FROM table_name_97 WHERE event = "total combat 15" | ### Context: CREATE TABLE table_name_97 (round INTEGER, event VARCHAR) ### Question: Tell me the lowest round for total combat 15 ### Answer: SELECT MIN(round) FROM table_name_97 WHERE event = "total combat 15" |
Tell me the week for pittsburgh steelers opponent | CREATE TABLE table_name_34 (week VARCHAR, opponent VARCHAR) | SELECT week FROM table_name_34 WHERE opponent = "pittsburgh steelers" | ### Context: CREATE TABLE table_name_34 (week VARCHAR, opponent VARCHAR) ### Question: Tell me the week for pittsburgh steelers opponent ### Answer: SELECT week FROM table_name_34 WHERE opponent = "pittsburgh steelers" |
Tell me the week for record of 0-1 | CREATE TABLE table_name_19 (week VARCHAR, record VARCHAR) | SELECT week FROM table_name_19 WHERE record = "0-1" | ### Context: CREATE TABLE table_name_19 (week VARCHAR, record VARCHAR) ### Question: Tell me the week for record of 0-1 ### Answer: SELECT week FROM table_name_19 WHERE record = "0-1" |
Tell me the time for buffalo bills | CREATE TABLE table_name_9 (time VARCHAR, opponent VARCHAR) | SELECT time FROM table_name_9 WHERE opponent = "buffalo bills" | ### Context: CREATE TABLE table_name_9 (time VARCHAR, opponent VARCHAR) ### Question: Tell me the time for buffalo bills ### Answer: SELECT time FROM table_name_9 WHERE opponent = "buffalo bills" |
Tell me thee record for week of hf | CREATE TABLE table_name_87 (record VARCHAR, week VARCHAR) | SELECT record FROM table_name_87 WHERE week = "hf" | ### Context: CREATE TABLE table_name_87 (record VARCHAR, week VARCHAR) ### Question: Tell me thee record for week of hf ### Answer: SELECT record FROM table_name_87 WHERE week = "hf" |
Tell me the game site for week of 1 | CREATE TABLE table_name_98 (game_site VARCHAR, week VARCHAR) | SELECT game_site FROM table_name_98 WHERE week = "1" | ### Context: CREATE TABLE table_name_98 (game_site VARCHAR, week VARCHAR) ### Question: Tell me the game site for week of 1 ### Answer: SELECT game_site FROM table_name_98 WHERE week = "1" |
What was the result of the 1990 world cup qualifying competition? | CREATE TABLE table_name_55 (result VARCHAR, competition VARCHAR) | SELECT result FROM table_name_55 WHERE competition = "1990 world cup qualifying" | ### Context: CREATE TABLE table_name_55 (result VARCHAR, competition VARCHAR) ### Question: What was the result of the 1990 world cup qualifying competition? ### Answer: SELECT result FROM table_name_55 WHERE competition = "1990 world cup qualifying" |
What was the Score of the match in Torrance, California? | CREATE TABLE table_name_92 (score VARCHAR, venue VARCHAR) | SELECT score FROM table_name_92 WHERE venue = "torrance, california" | ### Context: CREATE TABLE table_name_92 (score VARCHAR, venue VARCHAR) ### Question: What was the Score of the match in Torrance, California? ### Answer: SELECT score FROM table_name_92 WHERE venue = "torrance, california" |
Tell me the score for international friendly 17 august 2013 | CREATE TABLE table_name_70 (score VARCHAR, type VARCHAR, date VARCHAR) | SELECT score FROM table_name_70 WHERE type = "international friendly" AND date = "17 august 2013" | ### Context: CREATE TABLE table_name_70 (score VARCHAR, type VARCHAR, date VARCHAR) ### Question: Tell me the score for international friendly 17 august 2013 ### Answer: SELECT score FROM table_name_70 WHERE type = "international friendly" AND date = "17 august 2013" |
What position did the MLS team metrostars pick? | CREATE TABLE table_name_84 (position VARCHAR, mls_team VARCHAR) | SELECT position FROM table_name_84 WHERE mls_team = "metrostars" | ### Context: CREATE TABLE table_name_84 (position VARCHAR, mls_team VARCHAR) ### Question: What position did the MLS team metrostars pick? ### Answer: SELECT position FROM table_name_84 WHERE mls_team = "metrostars" |
What MLS team is affiliated with yale university? | CREATE TABLE table_name_97 (mls_team VARCHAR, affiliation VARCHAR) | SELECT mls_team FROM table_name_97 WHERE affiliation = "yale university" | ### Context: CREATE TABLE table_name_97 (mls_team VARCHAR, affiliation VARCHAR) ### Question: What MLS team is affiliated with yale university? ### Answer: SELECT mls_team FROM table_name_97 WHERE affiliation = "yale university" |
What affiliations have Pick #s under 32? | CREATE TABLE table_name_28 (affiliation VARCHAR, pick__number INTEGER) | SELECT affiliation FROM table_name_28 WHERE pick__number < 32 | ### Context: CREATE TABLE table_name_28 (affiliation VARCHAR, pick__number INTEGER) ### Question: What affiliations have Pick #s under 32? ### Answer: SELECT affiliation FROM table_name_28 WHERE pick__number < 32 |
What players have a position of F? | CREATE TABLE table_name_2 (player VARCHAR, position VARCHAR) | SELECT player FROM table_name_2 WHERE position = "f" | ### Context: CREATE TABLE table_name_2 (player VARCHAR, position VARCHAR) ### Question: What players have a position of F? ### Answer: SELECT player FROM table_name_2 WHERE position = "f" |
How many goals were scored when there were 73 caps? | CREATE TABLE table_name_63 (goals VARCHAR, caps VARCHAR) | SELECT goals FROM table_name_63 WHERE caps = "73" | ### Context: CREATE TABLE table_name_63 (goals VARCHAR, caps VARCHAR) ### Question: How many goals were scored when there were 73 caps? ### Answer: SELECT goals FROM table_name_63 WHERE caps = "73" |
Tell me the build year for total production of 150 | CREATE TABLE table_name_44 (build_year VARCHAR, total_production VARCHAR) | SELECT build_year FROM table_name_44 WHERE total_production = 150 | ### Context: CREATE TABLE table_name_44 (build_year VARCHAR, total_production VARCHAR) ### Question: Tell me the build year for total production of 150 ### Answer: SELECT build_year FROM table_name_44 WHERE total_production = 150 |
Tell me the power output for total production of 100 | CREATE TABLE table_name_38 (power_output_(kw) VARCHAR, total_production VARCHAR) | SELECT power_output_(kw) FROM table_name_38 WHERE total_production = 100 | ### Context: CREATE TABLE table_name_38 (power_output_(kw) VARCHAR, total_production VARCHAR) ### Question: Tell me the power output for total production of 100 ### Answer: SELECT power_output_(kw) FROM table_name_38 WHERE total_production = 100 |
Name the total production for model nd5 | CREATE TABLE table_name_72 (total_production VARCHAR, model VARCHAR) | SELECT total_production FROM table_name_72 WHERE model = "nd5" | ### Context: CREATE TABLE table_name_72 (total_production VARCHAR, model VARCHAR) ### Question: Name the total production for model nd5 ### Answer: SELECT total_production FROM table_name_72 WHERE model = "nd5" |
What is the nationality of the player who played guard in 2006? | CREATE TABLE table_name_85 (nationality VARCHAR, position_s_ VARCHAR, season_s_ VARCHAR) | SELECT nationality FROM table_name_85 WHERE position_s_ = "guard" AND season_s_ = "2006" | ### Context: CREATE TABLE table_name_85 (nationality VARCHAR, position_s_ VARCHAR, season_s_ VARCHAR) ### Question: What is the nationality of the player who played guard in 2006? ### Answer: SELECT nationality FROM table_name_85 WHERE position_s_ = "guard" AND season_s_ = "2006" |
Tell me the sum of bp 2nd comp with bp azeo of 57.5 | CREATE TABLE table_name_33 (bp_2nd_comp__ INTEGER, bp_azeo__˚c_ VARCHAR) | SELECT SUM(bp_2nd_comp__) AS ˚c_ FROM table_name_33 WHERE bp_azeo__˚c_ = 57.5 | ### Context: CREATE TABLE table_name_33 (bp_2nd_comp__ INTEGER, bp_azeo__˚c_ VARCHAR) ### Question: Tell me the sum of bp 2nd comp with bp azeo of 57.5 ### Answer: SELECT SUM(bp_2nd_comp__) AS ˚c_ FROM table_name_33 WHERE bp_azeo__˚c_ = 57.5 |
Which rider went 18 laps ending +25.165 behind the leader? | CREATE TABLE table_name_24 (rider VARCHAR, laps VARCHAR, time VARCHAR) | SELECT rider FROM table_name_24 WHERE laps = 18 AND time = "+25.165" | ### Context: CREATE TABLE table_name_24 (rider VARCHAR, laps VARCHAR, time VARCHAR) ### Question: Which rider went 18 laps ending +25.165 behind the leader? ### Answer: SELECT rider FROM table_name_24 WHERE laps = 18 AND time = "+25.165" |
What is the result for a year later than 2002? | CREATE TABLE table_name_1 (result VARCHAR, year INTEGER) | SELECT result FROM table_name_1 WHERE year > 2002 | ### Context: CREATE TABLE table_name_1 (result VARCHAR, year INTEGER) ### Question: What is the result for a year later than 2002? ### Answer: SELECT result FROM table_name_1 WHERE year > 2002 |
What is the result for the year 1999? | CREATE TABLE table_name_56 (result VARCHAR, year VARCHAR) | SELECT result FROM table_name_56 WHERE year = 1999 | ### Context: CREATE TABLE table_name_56 (result VARCHAR, year VARCHAR) ### Question: What is the result for the year 1999? ### Answer: SELECT result FROM table_name_56 WHERE year = 1999 |
Tell me the engine for dhg tom's racing | CREATE TABLE table_name_88 (engine VARCHAR, team VARCHAR) | SELECT engine FROM table_name_88 WHERE team = "dhg tom's racing" | ### Context: CREATE TABLE table_name_88 (engine VARCHAR, team VARCHAR) ### Question: Tell me the engine for dhg tom's racing ### Answer: SELECT engine FROM table_name_88 WHERE team = "dhg tom's racing" |
Name the team for toshihiro kaneishi | CREATE TABLE table_name_21 (team VARCHAR, driver VARCHAR) | SELECT team FROM table_name_21 WHERE driver = "toshihiro kaneishi" | ### Context: CREATE TABLE table_name_21 (team VARCHAR, driver VARCHAR) ### Question: Name the team for toshihiro kaneishi ### Answer: SELECT team FROM table_name_21 WHERE driver = "toshihiro kaneishi" |
I want the average year of 敗犬女王 | CREATE TABLE table_name_14 (year INTEGER, chinese_title VARCHAR) | SELECT AVG(year) FROM table_name_14 WHERE chinese_title = "敗犬女王" | ### Context: CREATE TABLE table_name_14 (year INTEGER, chinese_title VARCHAR) ### Question: I want the average year of 敗犬女王 ### Answer: SELECT AVG(year) FROM table_name_14 WHERE chinese_title = "敗犬女王" |
Tell me the role for 2005 | CREATE TABLE table_name_38 (role VARCHAR, year VARCHAR) | SELECT role FROM table_name_38 WHERE year = 2005 | ### Context: CREATE TABLE table_name_38 (role VARCHAR, year VARCHAR) ### Question: Tell me the role for 2005 ### Answer: SELECT role FROM table_name_38 WHERE year = 2005 |
Tell me the average year for my queen | CREATE TABLE table_name_65 (year INTEGER, english_title VARCHAR) | SELECT AVG(year) FROM table_name_65 WHERE english_title = "my queen" | ### Context: CREATE TABLE table_name_65 (year INTEGER, english_title VARCHAR) ### Question: Tell me the average year for my queen ### Answer: SELECT AVG(year) FROM table_name_65 WHERE english_title = "my queen" |
Tell me singles W-L that has years larger than 1 and highest singles ranking of 1346 | CREATE TABLE table_name_7 (singles_w_l VARCHAR, years_played VARCHAR, highest_singles_ranking VARCHAR) | SELECT singles_w_l FROM table_name_7 WHERE years_played > 1 AND highest_singles_ranking = "1346" | ### Context: CREATE TABLE table_name_7 (singles_w_l VARCHAR, years_played VARCHAR, highest_singles_ranking VARCHAR) ### Question: Tell me singles W-L that has years larger than 1 and highest singles ranking of 1346 ### Answer: SELECT singles_w_l FROM table_name_7 WHERE years_played > 1 AND highest_singles_ranking = "1346" |
When the Top 10s is larger than 0 and the scoring average 73.04, what is the best finish? | CREATE TABLE table_name_10 (best_finish VARCHAR, top_10s VARCHAR, scoring_average VARCHAR) | SELECT best_finish FROM table_name_10 WHERE top_10s > 0 AND scoring_average = 73.04 | ### Context: CREATE TABLE table_name_10 (best_finish VARCHAR, top_10s VARCHAR, scoring_average VARCHAR) ### Question: When the Top 10s is larger than 0 and the scoring average 73.04, what is the best finish? ### Answer: SELECT best_finish FROM table_name_10 WHERE top_10s > 0 AND scoring_average = 73.04 |
Tell me the score of praterstadion, vienna, and competition of euro 1980 qualifier | CREATE TABLE table_name_54 (result VARCHAR, venue VARCHAR, competition VARCHAR) | SELECT result FROM table_name_54 WHERE venue = "praterstadion, vienna" AND competition = "euro 1980 qualifier" | ### Context: CREATE TABLE table_name_54 (result VARCHAR, venue VARCHAR, competition VARCHAR) ### Question: Tell me the score of praterstadion, vienna, and competition of euro 1980 qualifier ### Answer: SELECT result FROM table_name_54 WHERE venue = "praterstadion, vienna" AND competition = "euro 1980 qualifier" |
I want the score for 28 march 1979 | CREATE TABLE table_name_37 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_37 WHERE date = "28 march 1979" | ### Context: CREATE TABLE table_name_37 (score VARCHAR, date VARCHAR) ### Question: I want the score for 28 march 1979 ### Answer: SELECT score FROM table_name_37 WHERE date = "28 march 1979" |
I want the score for 30 april 1977 | CREATE TABLE table_name_72 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_72 WHERE date = "30 april 1977" | ### Context: CREATE TABLE table_name_72 (score VARCHAR, date VARCHAR) ### Question: I want the score for 30 april 1977 ### Answer: SELECT score FROM table_name_72 WHERE date = "30 april 1977" |
What competition was the World Championships before 2011? | CREATE TABLE table_name_38 (event VARCHAR, competition VARCHAR, year VARCHAR) | SELECT event FROM table_name_38 WHERE competition = "world championships" AND year < 2011 | ### Context: CREATE TABLE table_name_38 (event VARCHAR, competition VARCHAR, year VARCHAR) ### Question: What competition was the World Championships before 2011? ### Answer: SELECT event FROM table_name_38 WHERE competition = "world championships" AND year < 2011 |
What event took place in Erfurt, Germany? | CREATE TABLE table_name_56 (event VARCHAR, venue VARCHAR) | SELECT event FROM table_name_56 WHERE venue = "erfurt, germany" | ### Context: CREATE TABLE table_name_56 (event VARCHAR, venue VARCHAR) ### Question: What event took place in Erfurt, Germany? ### Answer: SELECT event FROM table_name_56 WHERE venue = "erfurt, germany" |
Name the team nickname for enrollment more than 42,326 | CREATE TABLE table_name_21 (team_nickname VARCHAR, enrollment INTEGER) | SELECT team_nickname FROM table_name_21 WHERE enrollment > 42 OFFSET 326 | ### Context: CREATE TABLE table_name_21 (team_nickname VARCHAR, enrollment INTEGER) ### Question: Name the team nickname for enrollment more than 42,326 ### Answer: SELECT team_nickname FROM table_name_21 WHERE enrollment > 42 OFFSET 326 |
With the lost of 3, how many points? | CREATE TABLE table_name_9 (points_against VARCHAR, lost VARCHAR) | SELECT points_against FROM table_name_9 WHERE lost = "3" | ### Context: CREATE TABLE table_name_9 (points_against VARCHAR, lost VARCHAR) ### Question: With the lost of 3, how many points? ### Answer: SELECT points_against FROM table_name_9 WHERE lost = "3" |
How many against points for 16 matches? | CREATE TABLE table_name_38 (points_against VARCHAR, matches VARCHAR) | SELECT points_against FROM table_name_38 WHERE matches = "16" | ### Context: CREATE TABLE table_name_38 (points_against VARCHAR, matches VARCHAR) ### Question: How many against points for 16 matches? ### Answer: SELECT points_against FROM table_name_38 WHERE matches = "16" |
The 51 points against, how many are for? | CREATE TABLE table_name_36 (points_for VARCHAR, points_against VARCHAR) | SELECT points_for FROM table_name_36 WHERE points_against = "51" | ### Context: CREATE TABLE table_name_36 (points_for VARCHAR, points_against VARCHAR) ### Question: The 51 points against, how many are for? ### Answer: SELECT points_for FROM table_name_36 WHERE points_against = "51" |
For the played in, what are the total points? | CREATE TABLE table_name_36 (points_for VARCHAR, played_in VARCHAR) | SELECT points_for FROM table_name_36 WHERE played_in = "total" | ### Context: CREATE TABLE table_name_36 (points_for VARCHAR, played_in VARCHAR) ### Question: For the played in, what are the total points? ### Answer: SELECT points_for FROM table_name_36 WHERE played_in = "total" |
What country is the Eurasia Astana team from? | CREATE TABLE table_name_69 (country VARCHAR, team VARCHAR) | SELECT country FROM table_name_69 WHERE team = "eurasia astana" | ### Context: CREATE TABLE table_name_69 (country VARCHAR, team VARCHAR) ### Question: What country is the Eurasia Astana team from? ### Answer: SELECT country FROM table_name_69 WHERE team = "eurasia astana" |
Tell me the 2008 for 2012 of 4r and 2009 of a | CREATE TABLE table_name_38 (Id VARCHAR) | SELECT 2008 FROM table_name_38 WHERE 2012 = "4r" AND 2009 = "a" | ### Context: CREATE TABLE table_name_38 (Id VARCHAR) ### Question: Tell me the 2008 for 2012 of 4r and 2009 of a ### Answer: SELECT 2008 FROM table_name_38 WHERE 2012 = "4r" AND 2009 = "a" |
Tell me the 2008 of 2001 olympic games | CREATE TABLE table_name_69 (Id VARCHAR) | SELECT 2008 FROM table_name_69 WHERE 2011 = "olympic games" | ### Context: CREATE TABLE table_name_69 (Id VARCHAR) ### Question: Tell me the 2008 of 2001 olympic games ### Answer: SELECT 2008 FROM table_name_69 WHERE 2011 = "olympic games" |
Tell me the tournament of 2009 of atp masters series | CREATE TABLE table_name_26 (tournament VARCHAR) | SELECT tournament FROM table_name_26 WHERE 2009 = "atp masters series" | ### Context: CREATE TABLE table_name_26 (tournament VARCHAR) ### Question: Tell me the tournament of 2009 of atp masters series ### Answer: SELECT tournament FROM table_name_26 WHERE 2009 = "atp masters series" |
Tell me the 2011 tournament of monte carlo masters | CREATE TABLE table_name_73 (tournament VARCHAR) | SELECT 2011 FROM table_name_73 WHERE tournament = "monte carlo masters" | ### Context: CREATE TABLE table_name_73 (tournament VARCHAR) ### Question: Tell me the 2011 tournament of monte carlo masters ### Answer: SELECT 2011 FROM table_name_73 WHERE tournament = "monte carlo masters" |
Tell me the 2011 with 2012 of 2r | CREATE TABLE table_name_40 (Id VARCHAR) | SELECT 2011 FROM table_name_40 WHERE 2012 = "2r" AND 2010 = "2r" AND 2009 = "2r" | ### Context: CREATE TABLE table_name_40 (Id VARCHAR) ### Question: Tell me the 2011 with 2012 of 2r ### Answer: SELECT 2011 FROM table_name_40 WHERE 2012 = "2r" AND 2010 = "2r" AND 2009 = "2r" |
What was the latest round with a running back from a California college? | CREATE TABLE table_name_55 (round INTEGER, position VARCHAR, college VARCHAR) | SELECT MAX(round) FROM table_name_55 WHERE position = "running back" AND college = "california" | ### Context: CREATE TABLE table_name_55 (round INTEGER, position VARCHAR, college VARCHAR) ### Question: What was the latest round with a running back from a California college? ### Answer: SELECT MAX(round) FROM table_name_55 WHERE position = "running back" AND college = "california" |
What were the results for november 25, 1973? | CREATE TABLE table_name_36 (result VARCHAR, date VARCHAR) | SELECT result FROM table_name_36 WHERE date = "november 25, 1973" | ### Context: CREATE TABLE table_name_36 (result VARCHAR, date VARCHAR) ### Question: What were the results for november 25, 1973? ### Answer: SELECT result FROM table_name_36 WHERE date = "november 25, 1973" |
Which Opponent had a week of 14? | CREATE TABLE table_name_60 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_60 WHERE week = 14 | ### Context: CREATE TABLE table_name_60 (opponent VARCHAR, week VARCHAR) ### Question: Which Opponent had a week of 14? ### Answer: SELECT opponent FROM table_name_60 WHERE week = 14 |
Tell me the date for new orleans saints | CREATE TABLE table_name_22 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_22 WHERE opponent = "new orleans saints" | ### Context: CREATE TABLE table_name_22 (date VARCHAR, opponent VARCHAR) ### Question: Tell me the date for new orleans saints ### Answer: SELECT date FROM table_name_22 WHERE opponent = "new orleans saints" |
Tell me the result for week of 4 | CREATE TABLE table_name_46 (result VARCHAR, week VARCHAR) | SELECT result FROM table_name_46 WHERE week = 4 | ### Context: CREATE TABLE table_name_46 (result VARCHAR, week VARCHAR) ### Question: Tell me the result for week of 4 ### Answer: SELECT result FROM table_name_46 WHERE week = 4 |
Tell me the lowest week for w 10-3 | CREATE TABLE table_name_50 (week INTEGER, result VARCHAR) | SELECT MIN(week) FROM table_name_50 WHERE result = "w 10-3" | ### Context: CREATE TABLE table_name_50 (week INTEGER, result VARCHAR) ### Question: Tell me the lowest week for w 10-3 ### Answer: SELECT MIN(week) FROM table_name_50 WHERE result = "w 10-3" |
Tell me the average heat rank with a lane of 2 and time less than 27.66 | CREATE TABLE table_name_48 (heat_rank INTEGER, lane VARCHAR, time VARCHAR) | SELECT AVG(heat_rank) FROM table_name_48 WHERE lane = 2 AND time < 27.66 | ### Context: CREATE TABLE table_name_48 (heat_rank INTEGER, lane VARCHAR, time VARCHAR) ### Question: Tell me the average heat rank with a lane of 2 and time less than 27.66 ### Answer: SELECT AVG(heat_rank) FROM table_name_48 WHERE lane = 2 AND time < 27.66 |
Tell me the highest overall rank for lane less than 8 and time less than 27.16 | CREATE TABLE table_name_37 (overall_rank INTEGER, lane VARCHAR, time VARCHAR) | SELECT MAX(overall_rank) FROM table_name_37 WHERE lane < 8 AND time < 27.16 | ### Context: CREATE TABLE table_name_37 (overall_rank INTEGER, lane VARCHAR, time VARCHAR) ### Question: Tell me the highest overall rank for lane less than 8 and time less than 27.16 ### Answer: SELECT MAX(overall_rank) FROM table_name_37 WHERE lane < 8 AND time < 27.16 |
Tell me the total number of time for luke hall overall rank being larger than 105 | CREATE TABLE table_name_68 (time VARCHAR, swimmer VARCHAR, overall_rank VARCHAR) | SELECT COUNT(time) FROM table_name_68 WHERE swimmer = "luke hall" AND overall_rank > 105 | ### Context: CREATE TABLE table_name_68 (time VARCHAR, swimmer VARCHAR, overall_rank VARCHAR) ### Question: Tell me the total number of time for luke hall overall rank being larger than 105 ### Answer: SELECT COUNT(time) FROM table_name_68 WHERE swimmer = "luke hall" AND overall_rank > 105 |
Tell me the left team for josh vanlandingham | CREATE TABLE table_name_60 (left_team VARCHAR, name VARCHAR) | SELECT left_team FROM table_name_60 WHERE name = "josh vanlandingham" | ### Context: CREATE TABLE table_name_60 (left_team VARCHAR, name VARCHAR) ### Question: Tell me the left team for josh vanlandingham ### Answer: SELECT left_team FROM table_name_60 WHERE name = "josh vanlandingham" |
Who had less than 7 goals, was ranked under 7, and had more than 8 appearances? | CREATE TABLE table_name_86 (name VARCHAR, appearances VARCHAR, goals VARCHAR, rank VARCHAR) | SELECT name FROM table_name_86 WHERE goals < 7 AND rank < 7 AND appearances > 8 | ### Context: CREATE TABLE table_name_86 (name VARCHAR, appearances VARCHAR, goals VARCHAR, rank VARCHAR) ### Question: Who had less than 7 goals, was ranked under 7, and had more than 8 appearances? ### Answer: SELECT name FROM table_name_86 WHERE goals < 7 AND rank < 7 AND appearances > 8 |
What was the sum of ranks of those called Fernando Cavenaghi who appeared less than 7. | CREATE TABLE table_name_5 (rank INTEGER, name VARCHAR, appearances VARCHAR) | SELECT SUM(rank) FROM table_name_5 WHERE name = "fernando cavenaghi" AND appearances < 7 | ### Context: CREATE TABLE table_name_5 (rank INTEGER, name VARCHAR, appearances VARCHAR) ### Question: What was the sum of ranks of those called Fernando Cavenaghi who appeared less than 7. ### Answer: SELECT SUM(rank) FROM table_name_5 WHERE name = "fernando cavenaghi" AND appearances < 7 |
How many appearances were made by people that had 5 goals and less than 7 rank? | CREATE TABLE table_name_95 (appearances VARCHAR, goals VARCHAR, rank VARCHAR) | SELECT COUNT(appearances) FROM table_name_95 WHERE goals = 5 AND rank < 7 | ### Context: CREATE TABLE table_name_95 (appearances VARCHAR, goals VARCHAR, rank VARCHAR) ### Question: How many appearances were made by people that had 5 goals and less than 7 rank? ### Answer: SELECT COUNT(appearances) FROM table_name_95 WHERE goals = 5 AND rank < 7 |
What was the surface for the game that had a partner of vania king? | CREATE TABLE table_name_85 (surface VARCHAR, partner VARCHAR) | SELECT surface FROM table_name_85 WHERE partner = "vania king" | ### Context: CREATE TABLE table_name_85 (surface VARCHAR, partner VARCHAR) ### Question: What was the surface for the game that had a partner of vania king? ### Answer: SELECT surface FROM table_name_85 WHERE partner = "vania king" |
Who was the partner for the game on October 20, 2013? | CREATE TABLE table_name_80 (partner VARCHAR, date VARCHAR) | SELECT partner FROM table_name_80 WHERE date = "october 20, 2013" | ### Context: CREATE TABLE table_name_80 (partner VARCHAR, date VARCHAR) ### Question: Who was the partner for the game on October 20, 2013? ### Answer: SELECT partner FROM table_name_80 WHERE date = "october 20, 2013" |
Tell me the name for round of e | CREATE TABLE table_name_29 (name VARCHAR, round VARCHAR) | SELECT name FROM table_name_29 WHERE round = "e" | ### Context: CREATE TABLE table_name_29 (name VARCHAR, round VARCHAR) ### Question: Tell me the name for round of e ### Answer: SELECT name FROM table_name_29 WHERE round = "e" |
Name the team one for preliminary final | CREATE TABLE table_name_74 (team_1 VARCHAR, name VARCHAR) | SELECT team_1 FROM table_name_74 WHERE name = "preliminary final" | ### Context: CREATE TABLE table_name_74 (team_1 VARCHAR, name VARCHAR) ### Question: Name the team one for preliminary final ### Answer: SELECT team_1 FROM table_name_74 WHERE name = "preliminary final" |
Name the team 1 for round 3 | CREATE TABLE table_name_64 (team_1 VARCHAR, round VARCHAR) | SELECT team_1 FROM table_name_64 WHERE round = "3" | ### Context: CREATE TABLE table_name_64 (team_1 VARCHAR, round VARCHAR) ### Question: Name the team 1 for round 3 ### Answer: SELECT team_1 FROM table_name_64 WHERE round = "3" |
Name the round for 2nd elimination final | CREATE TABLE table_name_36 (round VARCHAR, match VARCHAR) | SELECT round FROM table_name_36 WHERE match = "2nd elimination final" | ### Context: CREATE TABLE table_name_36 (round VARCHAR, match VARCHAR) ### Question: Name the round for 2nd elimination final ### Answer: SELECT round FROM table_name_36 WHERE match = "2nd elimination final" |
In less than 58 laps, what is the highest grid for Alexander Wurz? | CREATE TABLE table_name_32 (grid INTEGER, driver VARCHAR, laps VARCHAR) | SELECT MAX(grid) FROM table_name_32 WHERE driver = "alexander wurz" AND laps < 58 | ### Context: CREATE TABLE table_name_32 (grid INTEGER, driver VARCHAR, laps VARCHAR) ### Question: In less than 58 laps, what is the highest grid for Alexander Wurz? ### Answer: SELECT MAX(grid) FROM table_name_32 WHERE driver = "alexander wurz" AND laps < 58 |
What is the total laps for grid 19? | CREATE TABLE table_name_24 (laps VARCHAR, grid VARCHAR) | SELECT COUNT(laps) FROM table_name_24 WHERE grid = 19 | ### Context: CREATE TABLE table_name_24 (laps VARCHAR, grid VARCHAR) ### Question: What is the total laps for grid 19? ### Answer: SELECT COUNT(laps) FROM table_name_24 WHERE grid = 19 |
Name the winning driver for mobilecast impul and twin ring motegi | CREATE TABLE table_name_98 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR) | SELECT winning_driver FROM table_name_98 WHERE winning_team = "mobilecast impul" AND circuit = "twin ring motegi" | ### Context: CREATE TABLE table_name_98 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR) ### Question: Name the winning driver for mobilecast impul and twin ring motegi ### Answer: SELECT winning_driver FROM table_name_98 WHERE winning_team = "mobilecast impul" AND circuit = "twin ring motegi" |
Name the winning driver for round 7 | CREATE TABLE table_name_24 (winning_driver VARCHAR, round VARCHAR) | SELECT winning_driver FROM table_name_24 WHERE round = 7 | ### Context: CREATE TABLE table_name_24 (winning_driver VARCHAR, round VARCHAR) ### Question: Name the winning driver for round 7 ### Answer: SELECT winning_driver FROM table_name_24 WHERE round = 7 |
Name the number of total for 3 gold and rank less than 3 | CREATE TABLE table_name_25 (total VARCHAR, gold VARCHAR, rank VARCHAR) | SELECT COUNT(total) FROM table_name_25 WHERE gold = 3 AND rank < 3 | ### Context: CREATE TABLE table_name_25 (total VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: Name the number of total for 3 gold and rank less than 3 ### Answer: SELECT COUNT(total) FROM table_name_25 WHERE gold = 3 AND rank < 3 |
Tell me the naame of Investigation of thrombus imaging | CREATE TABLE table_name_19 (name VARCHAR, investigation VARCHAR) | SELECT name FROM table_name_19 WHERE investigation = "thrombus imaging" | ### Context: CREATE TABLE table_name_19 (name VARCHAR, investigation VARCHAR) ### Question: Tell me the naame of Investigation of thrombus imaging ### Answer: SELECT name FROM table_name_19 WHERE investigation = "thrombus imaging" |
Tell me the name for Investigation of thrombus imaging and Route of administration of iv | CREATE TABLE table_name_68 (name VARCHAR, route_of_administration VARCHAR, investigation VARCHAR) | SELECT name FROM table_name_68 WHERE route_of_administration = "iv" AND investigation = "thrombus imaging" | ### Context: CREATE TABLE table_name_68 (name VARCHAR, route_of_administration VARCHAR, investigation VARCHAR) ### Question: Tell me the name for Investigation of thrombus imaging and Route of administration of iv ### Answer: SELECT name FROM table_name_68 WHERE route_of_administration = "iv" AND investigation = "thrombus imaging" |
Tell me the in-vitro for Route of administration of iv and Investigation of somatostatin receptor imaging | CREATE TABLE table_name_96 (in_vitro___in_vivo VARCHAR, route_of_administration VARCHAR, investigation VARCHAR) | SELECT in_vitro___in_vivo FROM table_name_96 WHERE route_of_administration = "iv" AND investigation = "somatostatin receptor imaging" | ### Context: CREATE TABLE table_name_96 (in_vitro___in_vivo VARCHAR, route_of_administration VARCHAR, investigation VARCHAR) ### Question: Tell me the in-vitro for Route of administration of iv and Investigation of somatostatin receptor imaging ### Answer: SELECT in_vitro___in_vivo FROM table_name_96 WHERE route_of_administration = "iv" AND investigation = "somatostatin receptor imaging" |
The player is Tim Regan and the pick # is position of d, what's the sum? | CREATE TABLE table_name_37 (pick__number INTEGER, position VARCHAR, player VARCHAR) | SELECT SUM(pick__number) FROM table_name_37 WHERE position = "d" AND player = "tim regan" | ### Context: CREATE TABLE table_name_37 (pick__number INTEGER, position VARCHAR, player VARCHAR) ### Question: The player is Tim Regan and the pick # is position of d, what's the sum? ### Answer: SELECT SUM(pick__number) FROM table_name_37 WHERE position = "d" AND player = "tim regan" |
The position that has a pick # of 16 is what? | CREATE TABLE table_name_66 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_name_66 WHERE pick__number = 16 | ### Context: CREATE TABLE table_name_66 (position VARCHAR, pick__number VARCHAR) ### Question: The position that has a pick # of 16 is what? ### Answer: SELECT position FROM table_name_66 WHERE pick__number = 16 |
Damani Ralph is associated with which lowest pick #? | CREATE TABLE table_name_39 (pick__number INTEGER, player VARCHAR) | SELECT MIN(pick__number) FROM table_name_39 WHERE player = "damani ralph" | ### Context: CREATE TABLE table_name_39 (pick__number INTEGER, player VARCHAR) ### Question: Damani Ralph is associated with which lowest pick #? ### Answer: SELECT MIN(pick__number) FROM table_name_39 WHERE player = "damani ralph" |
Chicago fire has a total of a total of how many #s? | CREATE TABLE table_name_5 (pick__number VARCHAR, mls_team VARCHAR) | SELECT COUNT(pick__number) FROM table_name_5 WHERE mls_team = "chicago fire" | ### Context: CREATE TABLE table_name_5 (pick__number VARCHAR, mls_team VARCHAR) ### Question: Chicago fire has a total of a total of how many #s? ### Answer: SELECT COUNT(pick__number) FROM table_name_5 WHERE mls_team = "chicago fire" |
Tell me the score for score in legs and year less than 2012 | CREATE TABLE table_name_51 (score__l__ VARCHAR, _score_in_legs VARCHAR, __s__ VARCHAR, _score_in_sets VARCHAR, year INTEGER) | SELECT score__l__ = _score_in_legs, __s__ = _score_in_sets FROM table_name_51 WHERE year < 2012 | ### Context: CREATE TABLE table_name_51 (score__l__ VARCHAR, _score_in_legs VARCHAR, __s__ VARCHAR, _score_in_sets VARCHAR, year INTEGER) ### Question: Tell me the score for score in legs and year less than 2012 ### Answer: SELECT score__l__ = _score_in_legs, __s__ = _score_in_sets FROM table_name_51 WHERE year < 2012 |
Tell me the championship for runner-up outcome of 2010 | CREATE TABLE table_name_30 (championship VARCHAR, outcome VARCHAR, year VARCHAR) | SELECT championship FROM table_name_30 WHERE outcome = "runner-up" AND year = 2010 | ### Context: CREATE TABLE table_name_30 (championship VARCHAR, outcome VARCHAR, year VARCHAR) ### Question: Tell me the championship for runner-up outcome of 2010 ### Answer: SELECT championship FROM table_name_30 WHERE outcome = "runner-up" AND year = 2010 |
Tell me the outcome for premier league darts | CREATE TABLE table_name_12 (outcome VARCHAR, championship VARCHAR) | SELECT outcome FROM table_name_12 WHERE championship = "premier league darts" | ### Context: CREATE TABLE table_name_12 (outcome VARCHAR, championship VARCHAR) ### Question: Tell me the outcome for premier league darts ### Answer: SELECT outcome FROM table_name_12 WHERE championship = "premier league darts" |
Tell me the sum of Year for outcome of runner-up for world darts championship | CREATE TABLE table_name_41 (year INTEGER, outcome VARCHAR, championship VARCHAR) | SELECT SUM(year) FROM table_name_41 WHERE outcome = "runner-up" AND championship = "world darts championship" | ### Context: CREATE TABLE table_name_41 (year INTEGER, outcome VARCHAR, championship VARCHAR) ### Question: Tell me the sum of Year for outcome of runner-up for world darts championship ### Answer: SELECT SUM(year) FROM table_name_41 WHERE outcome = "runner-up" AND championship = "world darts championship" |
In 2007, how many points were won when more than 5 matches were played? | CREATE TABLE table_name_74 (points_won VARCHAR, year VARCHAR, total_matches VARCHAR) | SELECT COUNT(points_won) FROM table_name_74 WHERE year = "2007" AND total_matches > 5 | ### Context: CREATE TABLE table_name_74 (points_won VARCHAR, year VARCHAR, total_matches VARCHAR) ### Question: In 2007, how many points were won when more than 5 matches were played? ### Answer: SELECT COUNT(points_won) FROM table_name_74 WHERE year = "2007" AND total_matches > 5 |
In 2007, what is the average total matches with points % larger than 33.3? | CREATE TABLE table_name_73 (total_matches INTEGER, points__percentage VARCHAR, year VARCHAR) | SELECT AVG(total_matches) FROM table_name_73 WHERE points__percentage > 33.3 AND year = "2007" | ### Context: CREATE TABLE table_name_73 (total_matches INTEGER, points__percentage VARCHAR, year VARCHAR) ### Question: In 2007, what is the average total matches with points % larger than 33.3? ### Answer: SELECT AVG(total_matches) FROM table_name_73 WHERE points__percentage > 33.3 AND year = "2007" |
Which player attended school at Georgia Tech? | CREATE TABLE table_name_74 (player VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_name_74 WHERE school_club_team = "georgia tech" | ### Context: CREATE TABLE table_name_74 (player VARCHAR, school_club_team VARCHAR) ### Question: Which player attended school at Georgia Tech? ### Answer: SELECT player FROM table_name_74 WHERE school_club_team = "georgia tech" |
What position does Ed Stokes hold? | CREATE TABLE table_name_87 (position VARCHAR, player VARCHAR) | SELECT position FROM table_name_87 WHERE player = "ed stokes" | ### Context: CREATE TABLE table_name_87 (position VARCHAR, player VARCHAR) ### Question: What position does Ed Stokes hold? ### Answer: SELECT position FROM table_name_87 WHERE player = "ed stokes" |
What is Michael Stewart's school or club team? | CREATE TABLE table_name_93 (school_club_team VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_name_93 WHERE player = "michael stewart" | ### Context: CREATE TABLE table_name_93 (school_club_team VARCHAR, player VARCHAR) ### Question: What is Michael Stewart's school or club team? ### Answer: SELECT school_club_team FROM table_name_93 WHERE player = "michael stewart" |
What tournament was played on May 29, 2010? | CREATE TABLE table_name_8 (tournament VARCHAR, date VARCHAR) | SELECT tournament FROM table_name_8 WHERE date = "may 29, 2010" | ### Context: CREATE TABLE table_name_8 (tournament VARCHAR, date VARCHAR) ### Question: What tournament was played on May 29, 2010? ### Answer: SELECT tournament FROM table_name_8 WHERE date = "may 29, 2010" |
What was the surface made of in the contest where Paula Ormaechea was the partner? | CREATE TABLE table_name_50 (surface VARCHAR, partner VARCHAR) | SELECT surface FROM table_name_50 WHERE partner = "paula ormaechea" | ### Context: CREATE TABLE table_name_50 (surface VARCHAR, partner VARCHAR) ### Question: What was the surface made of in the contest where Paula Ormaechea was the partner? ### Answer: SELECT surface FROM table_name_50 WHERE partner = "paula ormaechea" |
Tell me the method with a record of 4-2 | CREATE TABLE table_name_1 (method VARCHAR, record VARCHAR) | SELECT method FROM table_name_1 WHERE record = "4-2" | ### Context: CREATE TABLE table_name_1 (method VARCHAR, record VARCHAR) ### Question: Tell me the method with a record of 4-2 ### Answer: SELECT method FROM table_name_1 WHERE record = "4-2" |
Tell me the record for yukiya naito | CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_name_78 WHERE opponent = "yukiya naito" | ### Context: CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR) ### Question: Tell me the record for yukiya naito ### Answer: SELECT record FROM table_name_78 WHERE opponent = "yukiya naito" |
Tell me the record for kazuhiro nakamura | CREATE TABLE table_name_25 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_name_25 WHERE opponent = "kazuhiro nakamura" | ### Context: CREATE TABLE table_name_25 (record VARCHAR, opponent VARCHAR) ### Question: Tell me the record for kazuhiro nakamura ### Answer: SELECT record FROM table_name_25 WHERE opponent = "kazuhiro nakamura" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.