text stringlengths 114 1.06k |
|---|
### question: What is the average Round number of Player Adrien Clarke? ### answer: SELECT AVG(round) FROM table_name_8 WHERE player = "adrien clarke" ### context: CREATE TABLE table_name_8 (round INTEGER, player VARCHAR) |
### question: What is the highest round number of a Pick after 209. ### answer: SELECT MAX(round) FROM table_name_31 WHERE pick > 209 ### context: CREATE TABLE table_name_31 (round INTEGER, pick INTEGER) |
### question: What was the score when the Blue Jays had a record of 39-20? ### answer: SELECT score FROM table_name_56 WHERE record = "39-20" ### context: CREATE TABLE table_name_56 (score VARCHAR, record VARCHAR) |
### question: Which player has a to par of e and a score of 67-73=140? ### answer: SELECT player FROM table_name_15 WHERE to_par = "e" AND score = 67 - 73 = 140 ### context: CREATE TABLE table_name_15 (player VARCHAR, to_par VARCHAR, score VARCHAR) |
### question: What country is Adam Scott from? ### answer: SELECT country FROM table_name_19 WHERE player = "adam scott" ### context: CREATE TABLE table_name_19 (country VARCHAR, player VARCHAR) |
### question: What is Canada's score? ### answer: SELECT score FROM table_name_81 WHERE country = "canada" ### context: CREATE TABLE table_name_81 (score VARCHAR, country VARCHAR) |
### question: Which country has a score of 70-66=136? ### answer: SELECT country FROM table_name_31 WHERE score = 70 - 66 = 136 ### context: CREATE TABLE table_name_31 (country VARCHAR, score VARCHAR) |
### question: Which player is from Sweden? ### answer: SELECT player FROM table_name_3 WHERE country = "sweden" ### context: CREATE TABLE table_name_3 (player VARCHAR, country VARCHAR) |
### question: What is the total number of field goals of Denan Kemp, who has more than 4 tries, more than 32 points, and 0 goals? ### answer: SELECT COUNT(Field) AS goals FROM table_name_4 WHERE tries > 4 AND points > 32 AND goals = 0 AND player = "denan kemp" ### context: CREATE TABLE table_name_4 (Field VARCHAR, play... |
### question: What is the number of goals Dave Taylor, who has more than 1 tries, has? ### answer: SELECT SUM(goals) FROM table_name_65 WHERE player = "dave taylor" AND tries > 1 ### context: CREATE TABLE table_name_65 (goals INTEGER, player VARCHAR, tries VARCHAR) |
### question: How many goals did the player with less than 4 points have? ### answer: SELECT COUNT(goals) FROM table_name_74 WHERE points < 4 ### context: CREATE TABLE table_name_74 (goals VARCHAR, points INTEGER) |
### question: When doeas Mascot of blue devils in Gary Froebel School? ### answer: SELECT joined FROM table_name_74 WHERE mascot = "blue devils" ### context: CREATE TABLE table_name_74 (joined VARCHAR, mascot VARCHAR) |
### question: Which conference held at School of whiting? ### answer: SELECT previous_conference FROM table_name_49 WHERE school = "whiting" ### context: CREATE TABLE table_name_49 (previous_conference VARCHAR, school VARCHAR) |
### question: What is the lifespan of Joseph Vance, a democratic-republican from Ohio? ### answer: SELECT lifespan FROM table_name_96 WHERE state = "ohio" AND representative = "joseph vance" AND party = "democratic-republican" ### context: CREATE TABLE table_name_96 (lifespan VARCHAR, party VARCHAR, state VARCHAR, repr... |
### question: Name the loss on may 22 ### answer: SELECT loss FROM table_name_29 WHERE date = "may 22" ### context: CREATE TABLE table_name_29 (loss VARCHAR, date VARCHAR) |
### question: Who was the Blue Jays opponent when their record was 84-69? ### answer: SELECT opponent FROM table_name_18 WHERE record = "84-69" ### context: CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR) |
### question: What was the date of the game when their record was 84-69? ### answer: SELECT date FROM table_name_56 WHERE record = "84-69" ### context: CREATE TABLE table_name_56 (date VARCHAR, record VARCHAR) |
### question: How many laps does the one ranked 16 have? ### answer: SELECT laps FROM table_name_1 WHERE rank = "16" ### context: CREATE TABLE table_name_1 (laps VARCHAR, rank VARCHAR) |
### question: What is the start of the race with 676 laps? ### answer: SELECT start FROM table_name_29 WHERE laps = "676" ### context: CREATE TABLE table_name_29 (start VARCHAR, laps VARCHAR) |
### question: What year was the ranking 1? ### answer: SELECT year FROM table_name_47 WHERE rank = "1" ### context: CREATE TABLE table_name_47 (year VARCHAR, rank VARCHAR) |
### question: What finish qualified at 141.071? ### answer: SELECT finish FROM table_name_74 WHERE qual = "141.071" ### context: CREATE TABLE table_name_74 (finish VARCHAR, qual VARCHAR) |
### question: What ranking that had a start of 19? ### answer: SELECT rank FROM table_name_72 WHERE start = "19" ### context: CREATE TABLE table_name_72 (rank VARCHAR, start VARCHAR) |
### question: How many laps was qualifier of 138.212? ### answer: SELECT laps FROM table_name_4 WHERE qual = "138.212" ### context: CREATE TABLE table_name_4 (laps VARCHAR, qual VARCHAR) |
### question: Name the place for score of 67-70=137 and stuart appleby ### answer: SELECT place FROM table_name_55 WHERE score = 67 - 70 = 137 AND player = "stuart appleby" ### context: CREATE TABLE table_name_55 (place VARCHAR, player VARCHAR, score VARCHAR) |
### question: Name the player for fiji ### answer: SELECT player FROM table_name_29 WHERE country = "fiji" ### context: CREATE TABLE table_name_29 (player VARCHAR, country VARCHAR) |
### question: Name the score for fiji ### answer: SELECT score FROM table_name_99 WHERE country = "fiji" ### context: CREATE TABLE table_name_99 (score VARCHAR, country VARCHAR) |
### question: Name the score for vijay singh ### answer: SELECT score FROM table_name_8 WHERE player = "vijay singh" ### context: CREATE TABLE table_name_8 (score VARCHAR, player VARCHAR) |
### question: What division was Ukraine in 2006/07? ### answer: SELECT division FROM table_name_66 WHERE country = "ukraine" AND season = "2006/07" ### context: CREATE TABLE table_name_66 (division VARCHAR, country VARCHAR, season VARCHAR) |
### question: What is the Airdate of the episode that ranked #29 and had a share greater than 10? ### answer: SELECT airdate FROM table_name_88 WHERE share = 10 AND rank = "#29" ### context: CREATE TABLE table_name_88 (airdate VARCHAR, share VARCHAR, rank VARCHAR) |
### question: What city is fuhlsbüttel airport in? ### answer: SELECT city FROM table_name_1 WHERE airport = "fuhlsbüttel airport" ### context: CREATE TABLE table_name_1 (city VARCHAR, airport VARCHAR) |
### question: What is the IATA for Ringway Airport in the United Kingdom? ### answer: SELECT iata FROM table_name_1 WHERE country = "united kingdom" AND airport = "ringway airport" ### context: CREATE TABLE table_name_1 (iata VARCHAR, country VARCHAR, airport VARCHAR) |
### question: Which city has the IATA SSG? ### answer: SELECT city FROM table_name_40 WHERE iata = "ssg" ### context: CREATE TABLE table_name_40 (city VARCHAR, iata VARCHAR) |
### question: What is the IATA of galeão airport? ### answer: SELECT iata FROM table_name_58 WHERE airport = "galeão airport" ### context: CREATE TABLE table_name_58 (iata VARCHAR, airport VARCHAR) |
### question: What is the ICAO of Douala city? ### answer: SELECT icao FROM table_name_13 WHERE city = "douala" ### context: CREATE TABLE table_name_13 (icao VARCHAR, city VARCHAR) |
### question: What is the ICAO of Lohausen airport? ### answer: SELECT icao FROM table_name_2 WHERE airport = "lohausen airport" ### context: CREATE TABLE table_name_2 (icao VARCHAR, airport VARCHAR) |
### question: What was the score of the game when their record was 62-67 ### answer: SELECT score FROM table_name_46 WHERE record = "62-67" ### context: CREATE TABLE table_name_46 (score VARCHAR, record VARCHAR) |
### question: Does Trinity (valhalla) have HDMI? ### answer: SELECT hdmi FROM table_name_29 WHERE codename = "trinity (valhalla)" ### context: CREATE TABLE table_name_29 (hdmi VARCHAR, codename VARCHAR) |
### question: Is Jasper being producted? ### answer: SELECT in_production FROM table_name_66 WHERE codename = "jasper" ### context: CREATE TABLE table_name_66 (in_production VARCHAR, codename VARCHAR) |
### question: What is the result of Courtney Walsh ? ### answer: SELECT result FROM table_name_36 WHERE home_captain = "courtney walsh" ### context: CREATE TABLE table_name_36 (result VARCHAR, home_captain VARCHAR) |
### question: When did a Venue of Antigua Recreation Ground happen? ### answer: SELECT date FROM table_name_40 WHERE venue = "antigua recreation ground" ### context: CREATE TABLE table_name_40 (date VARCHAR, venue VARCHAR) |
### question: What is the Venue which has a Wi by 8 wkts? ### answer: SELECT venue FROM table_name_9 WHERE result = "wi by 8 wkts" ### context: CREATE TABLE table_name_9 (venue VARCHAR, result VARCHAR) |
### question: Which Home captain has Date of 25,26,27,29,30 march 1994? ### answer: SELECT home_captain FROM table_name_6 WHERE date = "25,26,27,29,30 march 1994" ### context: CREATE TABLE table_name_6 (home_captain VARCHAR, date VARCHAR) |
### question: Which Home Captain has Venue of Bourda? ### answer: SELECT home_captain FROM table_name_42 WHERE venue = "bourda" ### context: CREATE TABLE table_name_42 (home_captain VARCHAR, venue VARCHAR) |
### question: Which Home Captain has Eng by 208 runs? ### answer: SELECT home_captain FROM table_name_28 WHERE result = "eng by 208 runs" ### context: CREATE TABLE table_name_28 (home_captain VARCHAR, result VARCHAR) |
### question: What's the Highest Goal Ratio with a League of 88 and an FA Cup less than 7? ### answer: SELECT MAX(goal_ratio) FROM table_name_68 WHERE league = 88 AND fa_cup < 7 ### context: CREATE TABLE table_name_68 (goal_ratio INTEGER, league VARCHAR, fa_cup VARCHAR) |
### question: What was the lowest year that the engine Ilmor 2175a 3.5 v10 was used? ### answer: SELECT MIN(year) FROM table_name_64 WHERE engine = "ilmor 2175a 3.5 v10" ### context: CREATE TABLE table_name_64 (year INTEGER, engine VARCHAR) |
### question: Which engine did dr ing f porsche kg use with the porsche rsk (f2) chassis? ### answer: SELECT engine FROM table_name_77 WHERE entrant = "dr ing f porsche kg" AND chassis = "porsche rsk (f2)" ### context: CREATE TABLE table_name_77 (engine VARCHAR, entrant VARCHAR, chassis VARCHAR) |
### question: What chassis did the porsche flat-4 use before 1958? ### answer: SELECT chassis FROM table_name_44 WHERE engine = "porsche flat-4" AND year < 1958 ### context: CREATE TABLE table_name_44 (chassis VARCHAR, engine VARCHAR, year VARCHAR) |
### question: What engine did the porsche 718 chassis use? ### answer: SELECT engine FROM table_name_52 WHERE chassis = "porsche 718" ### context: CREATE TABLE table_name_52 (engine VARCHAR, chassis VARCHAR) |
### question: Which year had more than 0 points? ### answer: SELECT COUNT(year) FROM table_name_67 WHERE points > 0 ### context: CREATE TABLE table_name_67 (year VARCHAR, points INTEGER) |
### question: What position is 1999? ### answer: SELECT position FROM table_name_83 WHERE year = 1999 ### context: CREATE TABLE table_name_83 (position VARCHAR, year VARCHAR) |
### question: Where were the Mediterranean games after 2005? ### answer: SELECT venue FROM table_name_79 WHERE competition = "mediterranean games" AND year > 2005 ### context: CREATE TABLE table_name_79 (venue VARCHAR, competition VARCHAR, year VARCHAR) |
### question: What are the notes for bydgoszcz, Poland? ### answer: SELECT notes FROM table_name_37 WHERE venue = "bydgoszcz, poland" ### context: CREATE TABLE table_name_37 (notes VARCHAR, venue VARCHAR) |
### question: Name the least lane for kasey giteau and rank less than 18 ### answer: SELECT MIN(lane) FROM table_name_31 WHERE name = "kasey giteau" AND rank < 18 ### context: CREATE TABLE table_name_31 (lane INTEGER, name VARCHAR, rank VARCHAR) |
### question: Name the total number of lane for brooke bennett and rank less than 1 ### answer: SELECT COUNT(lane) FROM table_name_15 WHERE name = "brooke bennett" AND rank < 1 ### context: CREATE TABLE table_name_15 (lane VARCHAR, name VARCHAR, rank VARCHAR) |
### question: Name the average rank with larger than 3 and heat more than 5 ### answer: SELECT AVG(rank) FROM table_name_24 WHERE lane > 3 AND heat > 5 ### context: CREATE TABLE table_name_24 (rank INTEGER, lane VARCHAR, heat VARCHAR) |
### question: Who was the player associated with Ole Miss in years after 2008 with a Mississippi St. name of Eric Moulds? ### answer: SELECT ole_miss FROM table_name_90 WHERE year > 2008 AND mississippi_st = "eric moulds" ### context: CREATE TABLE table_name_90 (ole_miss VARCHAR, year VARCHAR, mississippi_st VARCHAR) |
### question: Who was the Ole Miss player associated with Chuck Dicus? ### answer: SELECT ole_miss FROM table_name_65 WHERE arkansas = "chuck dicus" ### context: CREATE TABLE table_name_65 (ole_miss VARCHAR, arkansas VARCHAR) |
### question: Who was the Alabama player associated with Walt Harris? ### answer: SELECT alabama FROM table_name_76 WHERE mississippi_st = "walt harris" ### context: CREATE TABLE table_name_76 (alabama VARCHAR, mississippi_st VARCHAR) |
### question: Who was the Mississippi State player associated with Cornelius Bennett? ### answer: SELECT mississippi_st FROM table_name_55 WHERE alabama = "cornelius bennett" ### context: CREATE TABLE table_name_55 (mississippi_st VARCHAR, alabama VARCHAR) |
### question: Who is the Arkansas player associated with Ken Stabler? ### answer: SELECT arkansas FROM table_name_22 WHERE alabama = "ken stabler" ### context: CREATE TABLE table_name_22 (arkansas VARCHAR, alabama VARCHAR) |
### question: What is the roll of Bishop Viard College (An Integrated College), which has a decile larger than 1? ### answer: SELECT COUNT(roll) FROM table_name_69 WHERE decile > 1 AND authority = "integrated" AND name = "bishop viard college" ### context: CREATE TABLE table_name_69 (roll VARCHAR, name VARCHAR, decile ... |
### question: What was the decile of Samuel Marsden Collegiate School in Whitby, when it had a roll higher than 163? ### answer: SELECT COUNT(decile) FROM table_name_55 WHERE area = "whitby" AND name = "samuel marsden collegiate school" AND roll > 163 ### context: CREATE TABLE table_name_55 (decile VARCHAR, roll VARCHA... |
### question: What integrated school had a decile of 2 and a roll larger than 55? ### answer: SELECT name FROM table_name_69 WHERE decile = 2 AND authority = "integrated" AND roll > 55 ### context: CREATE TABLE table_name_69 (name VARCHAR, roll VARCHAR, decile VARCHAR, authority VARCHAR) |
### question: Who was the 4 lane person from Canada? ### answer: SELECT MIN(heat) FROM table_name_9 WHERE lane = 4 AND nationality = "canada" ### context: CREATE TABLE table_name_9 (heat INTEGER, lane VARCHAR, nationality VARCHAR) |
### question: In 1939, what was the finish? ### answer: SELECT finish FROM table_name_89 WHERE year = "1939" ### context: CREATE TABLE table_name_89 (finish VARCHAR, year VARCHAR) |
### question: In 1937, what was the finish? ### answer: SELECT finish FROM table_name_37 WHERE year = "1937" ### context: CREATE TABLE table_name_37 (finish VARCHAR, year VARCHAR) |
### question: The Qual of 120.006 took place in what year? ### answer: SELECT year FROM table_name_62 WHERE qual = "120.006" ### context: CREATE TABLE table_name_62 (year VARCHAR, qual VARCHAR) |
### question: With a Rank of 19, and a Start of 14, what was the finish? ### answer: SELECT finish FROM table_name_41 WHERE rank = "19" AND start = "14" ### context: CREATE TABLE table_name_41 (finish VARCHAR, rank VARCHAR, start VARCHAR) |
### question: What company made the chassis when Ferrari made the engine and there were 25 points? ### answer: SELECT chassis FROM table_name_73 WHERE engine = "ferrari" AND points = 25 ### context: CREATE TABLE table_name_73 (chassis VARCHAR, engine VARCHAR, points VARCHAR) |
### question: What is the most points when Maserati made the engine, and a Entrant of owen racing organisation? ### answer: SELECT MAX(points) FROM table_name_70 WHERE engine = "maserati" AND entrant = "owen racing organisation" ### context: CREATE TABLE table_name_70 (points INTEGER, engine VARCHAR, entrant VARCHAR) |
### question: What company made the chassis when there were 8 points? ### answer: SELECT chassis FROM table_name_8 WHERE points = 8 ### context: CREATE TABLE table_name_8 (chassis VARCHAR, points VARCHAR) |
### question: What is the entrant earlier than 1956 with a Vanwall Special chassis? ### answer: SELECT entrant FROM table_name_19 WHERE year < 1956 AND chassis = "vanwall special" ### context: CREATE TABLE table_name_19 (entrant VARCHAR, year VARCHAR, chassis VARCHAR) |
### question: what is the number of wins that is in the Top 10 and larger than 13? ### answer: SELECT SUM(wins) FROM table_name_73 WHERE top_10 > 13 ### context: CREATE TABLE table_name_73 (wins INTEGER, top_10 INTEGER) |
### question: What is the average number of cuts made in the Top 25 smaller than 5? ### answer: SELECT AVG(cuts_made) FROM table_name_63 WHERE top_25 < 5 ### context: CREATE TABLE table_name_63 (cuts_made INTEGER, top_25 INTEGER) |
### question: What is the lowest top 5 winners with less than 0? ### answer: SELECT MIN(top_5) FROM table_name_30 WHERE wins < 0 ### context: CREATE TABLE table_name_30 (top_5 INTEGER, wins INTEGER) |
### question: How many points for the cooper car company after 1959? ### answer: SELECT SUM(points) FROM table_name_90 WHERE entrant = "cooper car company" AND year > 1959 ### context: CREATE TABLE table_name_90 (points INTEGER, entrant VARCHAR, year VARCHAR) |
### question: What is the average 3620 value that has a 5432 of 1277 and a 15122 less than 1540? ### answer: SELECT AVG(3620) FROM table_name_66 WHERE 5432 = 1277 AND 15122 < 1540 ### context: CREATE TABLE table_name_66 (Id VARCHAR) |
### question: What is the average 5432 value with a 11502 larger than 1163, a 15122 less than 15122, and a 3620 less than 624? ### answer: SELECT AVG(5432) FROM table_name_12 WHERE 11502 > 1163 AND 15122 < 15122 AND 3620 < 624 ### context: CREATE TABLE table_name_12 (Id VARCHAR) |
### question: What is the highest 3620 value with a 5432 of 5432 and a 15122 greater than 15122? ### answer: SELECT MAX(3620) FROM table_name_34 WHERE 5432 = 5432 AND 15122 > 15122 ### context: CREATE TABLE table_name_34 (Id VARCHAR) |
### question: Which representative was the Ambassador Extraordinary and Plenipotentiary and had a Termination of Mission date September 20, 1996? ### answer: SELECT representative FROM table_name_83 WHERE title = "ambassador extraordinary and plenipotentiary" AND termination_of_mission = "september 20, 1996" ### contex... |
### question: Which representative has a Termination of MIssion date Mar 25, 1976? ### answer: SELECT representative FROM table_name_59 WHERE termination_of_mission = "mar 25, 1976" ### context: CREATE TABLE table_name_59 (representative VARCHAR, termination_of_mission VARCHAR) |
### question: What was the Termination of Mission date for the ambassador who was appointed by Barack Obama? ### answer: SELECT termination_of_mission FROM table_name_40 WHERE appointed_by = "barack obama" ### context: CREATE TABLE table_name_40 (termination_of_mission VARCHAR, appointed_by VARCHAR) |
### question: What is the Termination of Mission date for Marsha E. Barnes, the Ambassador Extraordinary and Plenipotentiary? ### answer: SELECT termination_of_mission FROM table_name_34 WHERE title = "ambassador extraordinary and plenipotentiary" AND representative = "marsha e. barnes" ### context: CREATE TABLE table_... |
### question: Who appointed the representative that had a Presentation of Credentials on March 25, 1976? ### answer: SELECT appointed_by FROM table_name_72 WHERE presentation_of_credentials = "march 25, 1976" ### context: CREATE TABLE table_name_72 (appointed_by VARCHAR, presentation_of_credentials VARCHAR) |
### question: Which character first appeared in Amazing Fantasy #15? ### answer: SELECT character_s_ FROM table_name_89 WHERE first_appearance = "amazing fantasy #15" ### context: CREATE TABLE table_name_89 (character_s_ VARCHAR, first_appearance VARCHAR) |
### question: What is Action Comics #1's estimated value? ### answer: SELECT estimated_value FROM table_name_79 WHERE first_appearance = "action comics #1" ### context: CREATE TABLE table_name_79 (estimated_value VARCHAR, first_appearance VARCHAR) |
### question: Who publishes Wolverine? ### answer: SELECT publisher FROM table_name_67 WHERE character_s_ = "wolverine" ### context: CREATE TABLE table_name_67 (publisher VARCHAR, character_s_ VARCHAR) |
### question: What player's original team are the Oakland Raiders? ### answer: SELECT player FROM table_name_96 WHERE original_nfl_team = "oakland raiders" ### context: CREATE TABLE table_name_96 (player VARCHAR, original_nfl_team VARCHAR) |
### question: What player's original team are the Buffalo Bills? ### answer: SELECT player FROM table_name_31 WHERE original_nfl_team = "buffalo bills" ### context: CREATE TABLE table_name_31 (player VARCHAR, original_nfl_team VARCHAR) |
### question: Which to par has a prize less than $800? ### answer: SELECT to_par FROM table_name_10 WHERE money___$__ = 800 ### context: CREATE TABLE table_name_10 (to_par VARCHAR, money___$__ VARCHAR) |
### question: Which country has a prize smaller than $250 and the player Henry Picard? ### answer: SELECT country FROM table_name_27 WHERE money___$__ < 250 AND player = "henry picard" ### context: CREATE TABLE table_name_27 (country VARCHAR, money___$__ VARCHAR, player VARCHAR) |
### question: Which score has a prize of $400? ### answer: SELECT score FROM table_name_77 WHERE money___$__ = 400 ### context: CREATE TABLE table_name_77 (score VARCHAR, money___$__ VARCHAR) |
### question: On May 29 which team had the loss? ### answer: SELECT loss FROM table_name_85 WHERE date = "may 29" ### context: CREATE TABLE table_name_85 (loss VARCHAR, date VARCHAR) |
### question: What was the score of the game played on May 9? ### answer: SELECT score FROM table_name_43 WHERE date = "may 9" ### context: CREATE TABLE table_name_43 (score VARCHAR, date VARCHAR) |
### question: On what date was their record 26-19? ### answer: SELECT date FROM table_name_70 WHERE record = "26-19" ### context: CREATE TABLE table_name_70 (date VARCHAR, record VARCHAR) |
### question: What team did they lose to when they had a 28-22 record? ### answer: SELECT loss FROM table_name_71 WHERE record = "28-22" ### context: CREATE TABLE table_name_71 (loss VARCHAR, record VARCHAR) |
### question: What is the year of the tournament played at Melbourne, Australia? ### answer: SELECT AVG(year) FROM table_name_89 WHERE venue = "melbourne, australia" ### context: CREATE TABLE table_name_89 (year INTEGER, venue VARCHAR) |
### question: What is earliest year that had a 50km event with a 2nd place result played in London, United Kingdom? ### answer: SELECT MIN(year) FROM table_name_8 WHERE event = "50km" AND result = "2nd" AND venue = "london, united kingdom" ### context: CREATE TABLE table_name_8 (year INTEGER, venue VARCHAR, event VARCH... |
### question: What is the result of the World Race Walking Cup tournament played before the year 2010? ### answer: SELECT result FROM table_name_20 WHERE year > 2010 AND tournament = "world race walking cup" ### context: CREATE TABLE table_name_20 (result VARCHAR, year VARCHAR, tournament VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.