text
stringlengths
146
1.06k
source
dict
### QUESTION What is the number of points of palamós cf, which has less than 21 wins and less than 40 goals? ### CONTEXT CREATE TABLE table_name_60 (points VARCHAR, goals_for VARCHAR, wins VARCHAR, club VARCHAR) ### ANSWER SELECT COUNT(points) FROM table_name_60 WHERE wins < 21 AND club = "palamós cf" AND goals_for < 40
{ "answer": "SELECT COUNT(points) FROM table_name_60 WHERE wins < 21 AND club = \"palamós cf\" AND goals_for < 40", "context": "CREATE TABLE table_name_60 (points VARCHAR, goals_for VARCHAR, wins VARCHAR, club VARCHAR)", "question": "What is the number of points of palamós cf, which has less than 21 wins and less than 40 goals?" }
### QUESTION Who had all the high rebounds when kevin love (20) scored the highest points? ### CONTEXT CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR) ### ANSWER SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
{ "answer": "SELECT high_rebounds FROM table_17058226_5 WHERE high_points = \"Kevin Love (20)\"", "context": "CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR)", "question": "Who had all the high rebounds when kevin love (20) scored the highest points?" }
### QUESTION How many points associated with a Best time of 01:46.367? ### CONTEXT CREATE TABLE table_name_76 (points INTEGER, best_time VARCHAR) ### ANSWER SELECT AVG(points) FROM table_name_76 WHERE best_time = "01:46.367"
{ "answer": "SELECT AVG(points) FROM table_name_76 WHERE best_time = \"01:46.367\"", "context": "CREATE TABLE table_name_76 (points INTEGER, best_time VARCHAR)", "question": "How many points associated with a Best time of 01:46.367?" }
### QUESTION What is the total reg gp of Ilya Krikunov, who has a round of 7 and a pick number larger than 223? ### CONTEXT CREATE TABLE table_name_44 (reg_gp VARCHAR, pick__number VARCHAR, rd__number VARCHAR, player VARCHAR) ### ANSWER SELECT COUNT(reg_gp) FROM table_name_44 WHERE rd__number = 7 AND player = "ilya krikunov" AND pick__number > 223
{ "answer": "SELECT COUNT(reg_gp) FROM table_name_44 WHERE rd__number = 7 AND player = \"ilya krikunov\" AND pick__number > 223", "context": "CREATE TABLE table_name_44 (reg_gp VARCHAR, pick__number VARCHAR, rd__number VARCHAR, player VARCHAR)", "question": "What is the total reg gp of Ilya Krikunov, who has a round of 7 and a pick number larger than 223?" }
### QUESTION Name the january 15-16 where march 27-29 where march 29, 2006 ### CONTEXT CREATE TABLE table_1708610_3 (january_15_16 VARCHAR, march_27_29 VARCHAR) ### ANSWER SELECT january_15_16 FROM table_1708610_3 WHERE march_27_29 = "March 29, 2006"
{ "answer": "SELECT january_15_16 FROM table_1708610_3 WHERE march_27_29 = \"March 29, 2006\"", "context": "CREATE TABLE table_1708610_3 (january_15_16 VARCHAR, march_27_29 VARCHAR)", "question": "Name the january 15-16 where march 27-29 where march 29, 2006" }
### QUESTION Name the record for attendance location of palace of auburn hills 15,210 ### CONTEXT CREATE TABLE table_17103729_8 (record VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT record FROM table_17103729_8 WHERE location_attendance = "Palace of Auburn Hills 15,210"
{ "answer": "SELECT record FROM table_17103729_8 WHERE location_attendance = \"Palace of Auburn Hills 15,210\"", "context": "CREATE TABLE table_17103729_8 (record VARCHAR, location_attendance VARCHAR)", "question": "Name the record for attendance location of palace of auburn hills 15,210" }
### QUESTION Which owner has a description of Mark 1 CK and is dated 1953? ### CONTEXT CREATE TABLE table_name_30 (owner_s_ VARCHAR, date VARCHAR, description VARCHAR) ### ANSWER SELECT owner_s_ FROM table_name_30 WHERE date = 1953 AND description = "mark 1 ck"
{ "answer": "SELECT owner_s_ FROM table_name_30 WHERE date = 1953 AND description = \"mark 1 ck\"", "context": "CREATE TABLE table_name_30 (owner_s_ VARCHAR, date VARCHAR, description VARCHAR)", "question": "Which owner has a description of Mark 1 CK and is dated 1953?" }
### QUESTION What was the local investment (in $) in the projects of the department with $912,185 BID/PRONAR investment? ### CONTEXT CREATE TABLE table_17118006_2 (local_investment__us$_ VARCHAR, bid_pronar_investment__us$_ VARCHAR) ### ANSWER SELECT local_investment__us$_ FROM table_17118006_2 WHERE bid_pronar_investment__us$_ = "912,185"
{ "answer": "SELECT local_investment__us$_ FROM table_17118006_2 WHERE bid_pronar_investment__us$_ = \"912,185\"", "context": "CREATE TABLE table_17118006_2 (local_investment__us$_ VARCHAR, bid_pronar_investment__us$_ VARCHAR)", "question": "What was the local investment (in $) in the projects of the department with $912,185 BID/PRONAR investment?" }
### QUESTION What year was Aaron Tveit nominated in the Favorite Male Replacement category? ### CONTEXT CREATE TABLE table_name_87 (year INTEGER, nominee VARCHAR, result VARCHAR, category VARCHAR) ### ANSWER SELECT AVG(year) FROM table_name_87 WHERE result = "nominated" AND category = "favorite male replacement" AND nominee = "aaron tveit"
{ "answer": "SELECT AVG(year) FROM table_name_87 WHERE result = \"nominated\" AND category = \"favorite male replacement\" AND nominee = \"aaron tveit\"", "context": "CREATE TABLE table_name_87 (year INTEGER, nominee VARCHAR, result VARCHAR, category VARCHAR)", "question": "What year was Aaron Tveit nominated in the Favorite Male Replacement category?" }
### QUESTION Which of the Rounds has an Entrant of automobiles Talbot-Darracq, and Pierre Levegh as the driver? ### CONTEXT CREATE TABLE table_name_72 (rounds VARCHAR, entrant VARCHAR, driver VARCHAR) ### ANSWER SELECT rounds FROM table_name_72 WHERE entrant = "automobiles talbot-darracq" AND driver = "pierre levegh"
{ "answer": "SELECT rounds FROM table_name_72 WHERE entrant = \"automobiles talbot-darracq\" AND driver = \"pierre levegh\"", "context": "CREATE TABLE table_name_72 (rounds VARCHAR, entrant VARCHAR, driver VARCHAR)", "question": "Which of the Rounds has an Entrant of automobiles Talbot-Darracq, and Pierre Levegh as the driver?" }
### QUESTION What is the venue of the game with Man of the Match Vaclav Zavoral? ### CONTEXT CREATE TABLE table_17120964_8 (venue VARCHAR, man_of_the_match VARCHAR) ### ANSWER SELECT venue FROM table_17120964_8 WHERE man_of_the_match = "Vaclav Zavoral"
{ "answer": "SELECT venue FROM table_17120964_8 WHERE man_of_the_match = \"Vaclav Zavoral\"", "context": "CREATE TABLE table_17120964_8 (venue VARCHAR, man_of_the_match VARCHAR)", "question": "What is the venue of the game with Man of the Match Vaclav Zavoral?" }
### QUESTION Which date was hermanos rodríguez the location? ### CONTEXT CREATE TABLE table_name_37 (date VARCHAR, location VARCHAR) ### ANSWER SELECT date FROM table_name_37 WHERE location = "hermanos rodríguez"
{ "answer": "SELECT date FROM table_name_37 WHERE location = \"hermanos rodríguez\"", "context": "CREATE TABLE table_name_37 (date VARCHAR, location VARCHAR)", "question": "Which date was hermanos rodríguez the location?" }
### QUESTION Name the result for lukas smital and home ### CONTEXT CREATE TABLE table_17120964_5 (result VARCHAR, man_of_the_match VARCHAR, venue VARCHAR) ### ANSWER SELECT result FROM table_17120964_5 WHERE man_of_the_match = "Lukas Smital" AND venue = "Home"
{ "answer": "SELECT result FROM table_17120964_5 WHERE man_of_the_match = \"Lukas Smital\" AND venue = \"Home\"", "context": "CREATE TABLE table_17120964_5 (result VARCHAR, man_of_the_match VARCHAR, venue VARCHAR)", "question": "Name the result for lukas smital and home" }
### QUESTION At what venue did Alex Mettam/Mark Williams be named Man of the Match? ### CONTEXT CREATE TABLE table_17120964_6 (venue VARCHAR, man_of_the_match VARCHAR) ### ANSWER SELECT venue FROM table_17120964_6 WHERE man_of_the_match = "Alex Mettam/Mark Williams"
{ "answer": "SELECT venue FROM table_17120964_6 WHERE man_of_the_match = \"Alex Mettam/Mark Williams\"", "context": "CREATE TABLE table_17120964_6 (venue VARCHAR, man_of_the_match VARCHAR)", "question": "At what venue did Alex Mettam/Mark Williams be named Man of the Match?" }
### QUESTION Who constructed the car with a grid under 15, 77 laps, and a Time/Retired of + 0.771? ### CONTEXT CREATE TABLE table_name_77 (constructor VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR) ### ANSWER SELECT constructor FROM table_name_77 WHERE grid < 15 AND laps = 77 AND time_retired = "+ 0.771"
{ "answer": "SELECT constructor FROM table_name_77 WHERE grid < 15 AND laps = 77 AND time_retired = \"+ 0.771\"", "context": "CREATE TABLE table_name_77 (constructor VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR)", "question": "Who constructed the car with a grid under 15, 77 laps, and a Time/Retired of + 0.771?" }
### QUESTION Which position has a School/club team of jacksonville? ### CONTEXT CREATE TABLE table_name_81 (pos VARCHAR, school_club_team VARCHAR) ### ANSWER SELECT pos FROM table_name_81 WHERE school_club_team = "jacksonville"
{ "answer": "SELECT pos FROM table_name_81 WHERE school_club_team = \"jacksonville\"", "context": "CREATE TABLE table_name_81 (pos VARCHAR, school_club_team VARCHAR)", "question": "Which position has a School/club team of jacksonville?" }
### QUESTION If the area is 34.73, what is the census ranking? ### CONTEXT CREATE TABLE table_171236_1 (census_ranking VARCHAR, area_km_2 VARCHAR) ### ANSWER SELECT census_ranking FROM table_171236_1 WHERE area_km_2 = "34.73"
{ "answer": "SELECT census_ranking FROM table_171236_1 WHERE area_km_2 = \"34.73\"", "context": "CREATE TABLE table_171236_1 (census_ranking VARCHAR, area_km_2 VARCHAR)", "question": "If the area is 34.73, what is the census ranking?" }
### QUESTION Which sign has a red border and a warning sign? ### CONTEXT CREATE TABLE table_name_68 (text_symbol VARCHAR, border VARCHAR, type_of_sign VARCHAR) ### ANSWER SELECT text_symbol FROM table_name_68 WHERE border = "red" AND type_of_sign = "warning"
{ "answer": "SELECT text_symbol FROM table_name_68 WHERE border = \"red\" AND type_of_sign = \"warning\"", "context": "CREATE TABLE table_name_68 (text_symbol VARCHAR, border VARCHAR, type_of_sign VARCHAR)", "question": "Which sign has a red border and a warning sign?" }
### QUESTION Which color is the background of the mandatory instructions? ### CONTEXT CREATE TABLE table_name_43 (background_colour VARCHAR, type_of_sign VARCHAR) ### ANSWER SELECT background_colour FROM table_name_43 WHERE type_of_sign = "mandatory instructions"
{ "answer": "SELECT background_colour FROM table_name_43 WHERE type_of_sign = \"mandatory instructions\"", "context": "CREATE TABLE table_name_43 (background_colour VARCHAR, type_of_sign VARCHAR)", "question": "Which color is the background of the mandatory instructions?" }
### QUESTION Who was the director of the film with the original title of "The Patience Stone"? ### CONTEXT CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR) ### ANSWER SELECT director FROM table_17155250_1 WHERE original_title = "The Patience Stone"
{ "answer": "SELECT director FROM table_17155250_1 WHERE original_title = \"The Patience Stone\"", "context": "CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)", "question": "Who was the director of the film with the original title of \"The Patience Stone\"? " }
### QUESTION Who was the director of the film with an original title of "16 Days in Afghanistan"? ### CONTEXT CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR) ### ANSWER SELECT director FROM table_17155250_1 WHERE original_title = "16 Days in Afghanistan"
{ "answer": "SELECT director FROM table_17155250_1 WHERE original_title = \"16 Days in Afghanistan\"", "context": "CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)", "question": "Who was the director of the film with an original title of \"16 Days in Afghanistan\"? " }
### QUESTION Who was the Semi-Finalist #2 in 2001? ### CONTEXT CREATE TABLE table_name_26 (semi_finalist__number2 VARCHAR, year VARCHAR) ### ANSWER SELECT semi_finalist__number2 FROM table_name_26 WHERE year = "2001"
{ "answer": "SELECT semi_finalist__number2 FROM table_name_26 WHERE year = \"2001\"", "context": "CREATE TABLE table_name_26 (semi_finalist__number2 VARCHAR, year VARCHAR)", "question": "Who was the Semi-Finalist #2 in 2001?" }
### QUESTION What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)? ### CONTEXT CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### ANSWER SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = "শ্যামল ছায়া (Shyamol Chhaya)"
{ "answer": "SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = \"শ্যামল ছায়া (Shyamol Chhaya)\"", "context": "CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)", "question": "What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)?" }
### QUESTION What is the average SP+FS for Denise Biellmann, and a Rank larger than 5? ### CONTEXT CREATE TABLE table_name_14 (fs VARCHAR, sp INTEGER, name VARCHAR, rank VARCHAR) ### ANSWER SELECT AVG(sp) + fs FROM table_name_14 WHERE name = "denise biellmann" AND rank > 5
{ "answer": "SELECT AVG(sp) + fs FROM table_name_14 WHERE name = \"denise biellmann\" AND rank > 5", "context": "CREATE TABLE table_name_14 (fs VARCHAR, sp INTEGER, name VARCHAR, rank VARCHAR)", "question": "What is the average SP+FS for Denise Biellmann, and a Rank larger than 5?" }
### QUESTION What is the number of points for east germany, and a Places of 88? ### CONTEXT CREATE TABLE table_name_84 (points INTEGER, nation VARCHAR, places VARCHAR) ### ANSWER SELECT SUM(points) FROM table_name_84 WHERE nation = "east germany" AND places = "88"
{ "answer": "SELECT SUM(points) FROM table_name_84 WHERE nation = \"east germany\" AND places = \"88\"", "context": "CREATE TABLE table_name_84 (points INTEGER, nation VARCHAR, places VARCHAR)", "question": "What is the number of points for east germany, and a Places of 88?" }
### QUESTION what is the years when the notes is laredo, limited, overland and the engine is 5.7l hemi v8? ### CONTEXT CREATE TABLE table_name_51 (years VARCHAR, notes VARCHAR, engine VARCHAR) ### ANSWER SELECT years FROM table_name_51 WHERE notes = "laredo, limited, overland" AND engine = "5.7l hemi v8"
{ "answer": "SELECT years FROM table_name_51 WHERE notes = \"laredo, limited, overland\" AND engine = \"5.7l hemi v8\"", "context": "CREATE TABLE table_name_51 (years VARCHAR, notes VARCHAR, engine VARCHAR)", "question": "what is the years when the notes is laredo, limited, overland and the engine is 5.7l hemi v8?" }
### QUESTION What was the percentage in Manitoba in 2011? ### CONTEXT CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR) ### ANSWER SELECT _percentage_2011 FROM table_1717824_1 WHERE province = "Manitoba"
{ "answer": "SELECT _percentage_2011 FROM table_1717824_1 WHERE province = \"Manitoba\"", "context": "CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR)", "question": "What was the percentage in Manitoba in 2011?" }
### QUESTION What place did R. Wenzel, who was active after 1934, have? ### CONTEXT CREATE TABLE table_name_7 (place INTEGER, name VARCHAR, until VARCHAR) ### ANSWER SELECT SUM(place) FROM table_name_7 WHERE name = "r. wenzel" AND until > 1934
{ "answer": "SELECT SUM(place) FROM table_name_7 WHERE name = \"r. wenzel\" AND until > 1934", "context": "CREATE TABLE table_name_7 (place INTEGER, name VARCHAR, until VARCHAR)", "question": "What place did R. Wenzel, who was active after 1934, have?" }
### QUESTION How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011? ### CONTEXT CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR) ### ANSWER SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = "4.4%"
{ "answer": "SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = \"4.4%\"", "context": "CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR)", "question": "How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011?" }
### QUESTION What is the pole position of the Belgian Grand Prix? ### CONTEXT CREATE TABLE table_name_27 (pole_position VARCHAR, grand_prix VARCHAR) ### ANSWER SELECT pole_position FROM table_name_27 WHERE grand_prix = "belgian grand prix"
{ "answer": "SELECT pole_position FROM table_name_27 WHERE grand_prix = \"belgian grand prix\"", "context": "CREATE TABLE table_name_27 (pole_position VARCHAR, grand_prix VARCHAR)", "question": "What is the pole position of the Belgian Grand Prix?" }
### QUESTION Tell me the declination for consellaion of ophiuchus and apparent magnitude less than 8.6 with right ascension of 16h47m14.5s ### CONTEXT CREATE TABLE table_name_55 (declination___j2000__ VARCHAR, right_ascension___j2000__ VARCHAR, constellation VARCHAR, apparent_magnitude VARCHAR) ### ANSWER SELECT declination___j2000__ FROM table_name_55 WHERE constellation = "ophiuchus" AND apparent_magnitude < 8.6 AND right_ascension___j2000__ = "16h47m14.5s"
{ "answer": "SELECT declination___j2000__ FROM table_name_55 WHERE constellation = \"ophiuchus\" AND apparent_magnitude < 8.6 AND right_ascension___j2000__ = \"16h47m14.5s\"", "context": "CREATE TABLE table_name_55 (declination___j2000__ VARCHAR, right_ascension___j2000__ VARCHAR, constellation VARCHAR, apparent_magnitude VARCHAR)", "question": "Tell me the declination for consellaion of ophiuchus and apparent magnitude less than 8.6 with right ascension of 16h47m14.5s" }
### QUESTION Who had the most points in game 4? ### CONTEXT CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR) ### ANSWER SELECT high_points FROM table_17190012_12 WHERE game = 4
{ "answer": "SELECT high_points FROM table_17190012_12 WHERE game = 4", "context": "CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR)", "question": "Who had the most points in game 4?" }
### QUESTION Name the number of going to for thurlby, braceborough spa at departure being 16.50 ### CONTEXT CREATE TABLE table_17200372_2 (going_to VARCHAR, calling_at VARCHAR, departure VARCHAR) ### ANSWER SELECT COUNT(going_to) FROM table_17200372_2 WHERE calling_at = "Thurlby, Braceborough Spa" AND departure = "16.50"
{ "answer": "SELECT COUNT(going_to) FROM table_17200372_2 WHERE calling_at = \"Thurlby, Braceborough Spa\" AND departure = \"16.50\"", "context": "CREATE TABLE table_17200372_2 (going_to VARCHAR, calling_at VARCHAR, departure VARCHAR)", "question": "Name the number of going to for thurlby, braceborough spa at departure being 16.50" }
### QUESTION Name the leading scorer for 12 january 2008 ### CONTEXT CREATE TABLE table_name_40 (leading_scorer VARCHAR, date VARCHAR) ### ANSWER SELECT leading_scorer FROM table_name_40 WHERE date = "12 january 2008"
{ "answer": "SELECT leading_scorer FROM table_name_40 WHERE date = \"12 january 2008\"", "context": "CREATE TABLE table_name_40 (leading_scorer VARCHAR, date VARCHAR)", "question": "Name the leading scorer for 12 january 2008" }
### QUESTION Scott Dixon had how many Grid positions? ### CONTEXT CREATE TABLE table_17244483_1 (grid VARCHAR, driver VARCHAR) ### ANSWER SELECT COUNT(grid) FROM table_17244483_1 WHERE driver = "Scott Dixon"
{ "answer": "SELECT COUNT(grid) FROM table_17244483_1 WHERE driver = \"Scott Dixon\"", "context": "CREATE TABLE table_17244483_1 (grid VARCHAR, driver VARCHAR)", "question": "Scott Dixon had how many Grid positions?" }
### QUESTION How many poles did the player have during the Formula BMW Pacific race? ### CONTEXT CREATE TABLE table_17246160_1 (poles INTEGER, series VARCHAR) ### ANSWER SELECT MAX(poles) FROM table_17246160_1 WHERE series = "Formula BMW Pacific"
{ "answer": "SELECT MAX(poles) FROM table_17246160_1 WHERE series = \"Formula BMW Pacific\"", "context": "CREATE TABLE table_17246160_1 (poles INTEGER, series VARCHAR)", "question": "How many poles did the player have during the Formula BMW Pacific race?" }
### QUESTION If the equation is 0 × 9² + 3 × 9 + 3, what is the result? ### CONTEXT CREATE TABLE table_17265535_7 (result INTEGER, equation VARCHAR) ### ANSWER SELECT MIN(result) FROM table_17265535_7 WHERE equation = "0 × 9² + 3 × 9 + 3"
{ "answer": "SELECT MIN(result) FROM table_17265535_7 WHERE equation = \"0 × 9² + 3 × 9 + 3\"", "context": "CREATE TABLE table_17265535_7 (result INTEGER, equation VARCHAR)", "question": "If the equation is 0 × 9² + 3 × 9 + 3, what is the result?" }
### QUESTION What is the away team score for South Melbourne? ### CONTEXT CREATE TABLE table_name_86 (away_team VARCHAR) ### ANSWER SELECT away_team AS score FROM table_name_86 WHERE away_team = "south melbourne"
{ "answer": "SELECT away_team AS score FROM table_name_86 WHERE away_team = \"south melbourne\"", "context": "CREATE TABLE table_name_86 (away_team VARCHAR)", "question": "What is the away team score for South Melbourne?" }
### QUESTION who won with a score of 199 (-14) on oct 31? ### CONTEXT CREATE TABLE table_name_21 (winner VARCHAR, score VARCHAR, date VARCHAR) ### ANSWER SELECT winner FROM table_name_21 WHERE score = "199 (-14)" AND date = "oct 31"
{ "answer": "SELECT winner FROM table_name_21 WHERE score = \"199 (-14)\" AND date = \"oct 31\"", "context": "CREATE TABLE table_name_21 (winner VARCHAR, score VARCHAR, date VARCHAR)", "question": "who won with a score of 199 (-14) on oct 31?" }
### QUESTION Name the record for verizon center 20,173 ### CONTEXT CREATE TABLE table_17288845_8 (record VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT record FROM table_17288845_8 WHERE location_attendance = "Verizon Center 20,173"
{ "answer": "SELECT record FROM table_17288845_8 WHERE location_attendance = \"Verizon Center 20,173\"", "context": "CREATE TABLE table_17288845_8 (record VARCHAR, location_attendance VARCHAR)", "question": "Name the record for verizon center 20,173" }
### QUESTION How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7? ### CONTEXT CREATE TABLE table_17289604_38 (athlete VARCHAR, round_of_64 VARCHAR) ### ANSWER SELECT COUNT(athlete) FROM table_17289604_38 WHERE round_of_64 = "Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7"
{ "answer": "SELECT COUNT(athlete) FROM table_17289604_38 WHERE round_of_64 = \"Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7\"", "context": "CREATE TABLE table_17289604_38 (athlete VARCHAR, round_of_64 VARCHAR)", "question": "How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7?" }
### QUESTION What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová? ### CONTEXT CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR) ### ANSWER SELECT round_of_64 FROM table_17289604_38 WHERE event = "Singles" AND round_of_16 = "Did not advance" AND athlete = "Iveta Benešová"
{ "answer": "SELECT round_of_64 FROM table_17289604_38 WHERE event = \"Singles\" AND round_of_16 = \"Did not advance\" AND athlete = \"Iveta Benešová\"", "context": "CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR)", "question": "What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová?" }
### QUESTION What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6? ### CONTEXT CREATE TABLE table_17289604_38 (quarterfinals VARCHAR, round_of_32 VARCHAR) ### ANSWER SELECT quarterfinals FROM table_17289604_38 WHERE round_of_32 = "S Williams / V Williams ( USA ) L 6–4, 5–7, 1–6"
{ "answer": "SELECT quarterfinals FROM table_17289604_38 WHERE round_of_32 = \"S Williams / V Williams ( USA ) L 6–4, 5–7, 1–6\"", "context": "CREATE TABLE table_17289604_38 (quarterfinals VARCHAR, round_of_32 VARCHAR)", "question": "What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6?" }
### QUESTION What location did the team win before 1998 in the europe/africa zone, group i, round robin? ### CONTEXT CREATE TABLE table_name_96 (location VARCHAR, year VARCHAR, competition VARCHAR, result VARCHAR) ### ANSWER SELECT location FROM table_name_96 WHERE competition = "europe/africa zone, group i, round robin" AND result = "win" AND year < 1998
{ "answer": "SELECT location FROM table_name_96 WHERE competition = \"europe/africa zone, group i, round robin\" AND result = \"win\" AND year < 1998", "context": "CREATE TABLE table_name_96 (location VARCHAR, year VARCHAR, competition VARCHAR, result VARCHAR)", "question": "What location did the team win before 1998 in the europe/africa zone, group i, round robin?" }
### QUESTION What was the final record for the game in which Dirk Nowitzki (19) had the high points? ### CONTEXT CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR) ### ANSWER SELECT record FROM table_17288869_7 WHERE high_points = "Dirk Nowitzki (19)"
{ "answer": "SELECT record FROM table_17288869_7 WHERE high_points = \"Dirk Nowitzki (19)\"", "context": "CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR)", "question": "What was the final record for the game in which Dirk Nowitzki (19) had the high points?" }
### QUESTION Which championship had the final opponents of nathalie dechy andy ram? ### CONTEXT CREATE TABLE table_1729366_2 (championship VARCHAR, opponents_in_the_final VARCHAR) ### ANSWER SELECT championship FROM table_1729366_2 WHERE opponents_in_the_final = "Nathalie Dechy Andy Ram"
{ "answer": "SELECT championship FROM table_1729366_2 WHERE opponents_in_the_final = \"Nathalie Dechy Andy Ram\"", "context": "CREATE TABLE table_1729366_2 (championship VARCHAR, opponents_in_the_final VARCHAR)", "question": "Which championship had the final opponents of nathalie dechy andy ram?" }
### QUESTION Can you tell me the Placings that hasthe Free smaller than 524.3, and the Total smaller than 1170.1, and the Name of per cock-clausen? ### CONTEXT CREATE TABLE table_name_34 (placings VARCHAR, name VARCHAR, free VARCHAR, total VARCHAR) ### ANSWER SELECT placings FROM table_name_34 WHERE free < 524.3 AND total < 1170.1 AND name = "per cock-clausen"
{ "answer": "SELECT placings FROM table_name_34 WHERE free < 524.3 AND total < 1170.1 AND name = \"per cock-clausen\"", "context": "CREATE TABLE table_name_34 (placings VARCHAR, name VARCHAR, free VARCHAR, total VARCHAR)", "question": "Can you tell me the Placings that hasthe Free smaller than 524.3, and the Total smaller than 1170.1, and the Name of per cock-clausen?" }
### QUESTION Which grand prix had gerhard berger in his fastest lap and a jacques villeneuve pole position? ### CONTEXT CREATE TABLE table_name_24 (grand_prix VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR) ### ANSWER SELECT grand_prix FROM table_name_24 WHERE fastest_lap = "gerhard berger" AND pole_position = "jacques villeneuve"
{ "answer": "SELECT grand_prix FROM table_name_24 WHERE fastest_lap = \"gerhard berger\" AND pole_position = \"jacques villeneuve\"", "context": "CREATE TABLE table_name_24 (grand_prix VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)", "question": "Which grand prix had gerhard berger in his fastest lap and a jacques villeneuve pole position?" }
### QUESTION What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)? ### CONTEXT CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR) ### ANSWER SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = "201ft•lbf (273 J)"
{ "answer": "SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = \"201ft•lbf (273 J)\"", "context": "CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR)", "question": "What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)?" }
### QUESTION Who was the replacement for the Brussels team with a date of vacancy of 22 December 2007? ### CONTEXT CREATE TABLE table_name_46 (replaced_by VARCHAR, team VARCHAR, date_of_vacancy VARCHAR) ### ANSWER SELECT replaced_by FROM table_name_46 WHERE team = "brussels" AND date_of_vacancy = "22 december 2007"
{ "answer": "SELECT replaced_by FROM table_name_46 WHERE team = \"brussels\" AND date_of_vacancy = \"22 december 2007\"", "context": "CREATE TABLE table_name_46 (replaced_by VARCHAR, team VARCHAR, date_of_vacancy VARCHAR)", "question": "Who was the replacement for the Brussels team with a date of vacancy of 22 December 2007?" }
### QUESTION Tell me the average year for rank more than 3 and 28 floors ### CONTEXT CREATE TABLE table_name_84 (year INTEGER, rank VARCHAR, floors VARCHAR) ### ANSWER SELECT AVG(year) FROM table_name_84 WHERE rank > 3 AND floors = 28
{ "answer": "SELECT AVG(year) FROM table_name_84 WHERE rank > 3 AND floors = 28", "context": "CREATE TABLE table_name_84 (year INTEGER, rank VARCHAR, floors VARCHAR)", "question": "Tell me the average year for rank more than 3 and 28 floors" }
### QUESTION Name the total number of assists for 77 blocks ### CONTEXT CREATE TABLE table_17309500_1 (assists VARCHAR, blocks VARCHAR) ### ANSWER SELECT COUNT(assists) FROM table_17309500_1 WHERE blocks = "77"
{ "answer": "SELECT COUNT(assists) FROM table_17309500_1 WHERE blocks = \"77\"", "context": "CREATE TABLE table_17309500_1 (assists VARCHAR, blocks VARCHAR)", "question": "Name the total number of assists for 77 blocks" }
### QUESTION Who is the constructor for driver alan jones using a chassis of fw06 fw07? ### CONTEXT CREATE TABLE table_name_93 (constructor VARCHAR, chassis VARCHAR, driver VARCHAR) ### ANSWER SELECT constructor FROM table_name_93 WHERE chassis = "fw06 fw07" AND driver = "alan jones"
{ "answer": "SELECT constructor FROM table_name_93 WHERE chassis = \"fw06 fw07\" AND driver = \"alan jones\"", "context": "CREATE TABLE table_name_93 (constructor VARCHAR, chassis VARCHAR, driver VARCHAR)", "question": "Who is the constructor for driver alan jones using a chassis of fw06 fw07?" }
### QUESTION How many drivers where there when the time/retired +3 laps and points were 24? ### CONTEXT CREATE TABLE table_17319931_1 (driver VARCHAR, time_retired VARCHAR, points VARCHAR) ### ANSWER SELECT COUNT(driver) FROM table_17319931_1 WHERE time_retired = "+3 laps" AND points = "24"
{ "answer": "SELECT COUNT(driver) FROM table_17319931_1 WHERE time_retired = \"+3 laps\" AND points = \"24\"", "context": "CREATE TABLE table_17319931_1 (driver VARCHAR, time_retired VARCHAR, points VARCHAR)", "question": "How many drivers where there when the time/retired +3 laps and points were 24?" }
### QUESTION Which time/retired had 75 laps and Pedro de la Rosa as a driver? ### CONTEXT CREATE TABLE table_name_86 (time_retired VARCHAR, laps VARCHAR, driver VARCHAR) ### ANSWER SELECT time_retired FROM table_name_86 WHERE laps = 75 AND driver = "pedro de la rosa"
{ "answer": "SELECT time_retired FROM table_name_86 WHERE laps = 75 AND driver = \"pedro de la rosa\"", "context": "CREATE TABLE table_name_86 (time_retired VARCHAR, laps VARCHAR, driver VARCHAR)", "question": "Which time/retired had 75 laps and Pedro de la Rosa as a driver?" }
### QUESTION Which Manhattan number appeared when Richmond (Staten Island) was 78%? ### CONTEXT CREATE TABLE table_name_21 (manhattan VARCHAR, richmond_ VARCHAR, staten_is VARCHAR) ### ANSWER SELECT manhattan FROM table_name_21 WHERE richmond_[staten_is] = "78%"
{ "answer": "SELECT manhattan FROM table_name_21 WHERE richmond_[staten_is] = \"78%\"", "context": "CREATE TABLE table_name_21 (manhattan VARCHAR, richmond_ VARCHAR, staten_is VARCHAR)", "question": "Which Manhattan number appeared when Richmond (Staten Island) was 78%?" }
### QUESTION Who had the high assists when the team was @ Minnesota? ### CONTEXT CREATE TABLE table_17323092_7 (high_assists VARCHAR, team VARCHAR) ### ANSWER SELECT high_assists FROM table_17323092_7 WHERE team = "@ Minnesota"
{ "answer": "SELECT high_assists FROM table_17323092_7 WHERE team = \"@ Minnesota\"", "context": "CREATE TABLE table_17323092_7 (high_assists VARCHAR, team VARCHAR)", "question": "Who had the high assists when the team was @ Minnesota?" }
### QUESTION How many players had high points in the location/attendance FedexForum 11,498 respectively? ### CONTEXT CREATE TABLE table_17323092_7 (high_points VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT COUNT(high_points) FROM table_17323092_7 WHERE location_attendance = "FedExForum 11,498"
{ "answer": "SELECT COUNT(high_points) FROM table_17323092_7 WHERE location_attendance = \"FedExForum 11,498\"", "context": "CREATE TABLE table_17323092_7 (high_points VARCHAR, location_attendance VARCHAR)", "question": "How many players had high points in the location/attendance FedexForum 11,498 respectively?" }
### QUESTION In which state is the city of knoxville? ### CONTEXT CREATE TABLE table_name_81 (state VARCHAR, city VARCHAR) ### ANSWER SELECT state FROM table_name_81 WHERE city = "knoxville"
{ "answer": "SELECT state FROM table_name_81 WHERE city = \"knoxville\"", "context": "CREATE TABLE table_name_81 (state VARCHAR, city VARCHAR)", "question": "In which state is the city of knoxville?" }
### QUESTION Name the date of appointment for sacked and 14th position replaced by marco kostmann ### CONTEXT CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR) ### ANSWER SELECT date_of_appointment FROM table_17327264_3 WHERE manner_of_departure = "Sacked" AND position_in_table = "14th" AND replaced_by = "Marco Kostmann"
{ "answer": "SELECT date_of_appointment FROM table_17327264_3 WHERE manner_of_departure = \"Sacked\" AND position_in_table = \"14th\" AND replaced_by = \"Marco Kostmann\"", "context": "CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)", "question": "Name the date of appointment for sacked and 14th position replaced by marco kostmann" }
### QUESTION For the Crew with Year 9 2nd Quads of STM, Year 9 1st Quads of SOM, and a Year 8 3rd Quads of STA what was the Year 8 1st Quads? ### CONTEXT CREATE TABLE table_name_5 (year_8_1st_quad VARCHAR, year_8_3rd_quad VARCHAR, year_9_2nd_quad VARCHAR, year_9_1st_quad VARCHAR) ### ANSWER SELECT year_8_1st_quad FROM table_name_5 WHERE year_9_2nd_quad = "stm" AND year_9_1st_quad = "som" AND year_8_3rd_quad = "sta"
{ "answer": "SELECT year_8_1st_quad FROM table_name_5 WHERE year_9_2nd_quad = \"stm\" AND year_9_1st_quad = \"som\" AND year_8_3rd_quad = \"sta\"", "context": "CREATE TABLE table_name_5 (year_8_1st_quad VARCHAR, year_8_3rd_quad VARCHAR, year_9_2nd_quad VARCHAR, year_9_1st_quad VARCHAR)", "question": "For the Crew with Year 9 2nd Quads of STM, Year 9 1st Quads of SOM, and a Year 8 3rd Quads of STA what was the Year 8 1st Quads?" }
### QUESTION Which character was in the sexiest female category of the British Soap Awards? ### CONTEXT CREATE TABLE table_name_59 (character VARCHAR, category VARCHAR, award VARCHAR) ### ANSWER SELECT character FROM table_name_59 WHERE category = "sexiest female" AND award = "british soap awards"
{ "answer": "SELECT character FROM table_name_59 WHERE category = \"sexiest female\" AND award = \"british soap awards\"", "context": "CREATE TABLE table_name_59 (character VARCHAR, category VARCHAR, award VARCHAR)", "question": "Which character was in the sexiest female category of the British Soap Awards?" }
### QUESTION What team appointed a manager on 12 June? ### CONTEXT CREATE TABLE table_17327458_1 (team VARCHAR, date_of_appointment VARCHAR) ### ANSWER SELECT team FROM table_17327458_1 WHERE date_of_appointment = "12 June"
{ "answer": "SELECT team FROM table_17327458_1 WHERE date_of_appointment = \"12 June\"", "context": "CREATE TABLE table_17327458_1 (team VARCHAR, date_of_appointment VARCHAR)", "question": "What team appointed a manager on 12 June?" }
### QUESTION How many winning scores were there in the rr donnelley lpga founders cup? ### CONTEXT CREATE TABLE table_17335602_1 (winning_score VARCHAR, tournament VARCHAR) ### ANSWER SELECT COUNT(winning_score) FROM table_17335602_1 WHERE tournament = "RR Donnelley LPGA Founders Cup"
{ "answer": "SELECT COUNT(winning_score) FROM table_17335602_1 WHERE tournament = \"RR Donnelley LPGA Founders Cup\"", "context": "CREATE TABLE table_17335602_1 (winning_score VARCHAR, tournament VARCHAR)", "question": "How many winning scores were there in the rr donnelley lpga founders cup?" }
### QUESTION When was the mcdonald's lpga championship? ### CONTEXT CREATE TABLE table_17335602_1 (date VARCHAR, tournament VARCHAR) ### ANSWER SELECT date FROM table_17335602_1 WHERE tournament = "McDonald's LPGA Championship"
{ "answer": "SELECT date FROM table_17335602_1 WHERE tournament = \"McDonald's LPGA Championship\"", "context": "CREATE TABLE table_17335602_1 (date VARCHAR, tournament VARCHAR)", "question": "When was the mcdonald's lpga championship?" }
### QUESTION What was the winner's share in the wegmans lpga championship? ### CONTEXT CREATE TABLE table_17335602_1 (winners_share___ INTEGER, tournament VARCHAR) ### ANSWER SELECT MAX(winners_share___) AS $__ FROM table_17335602_1 WHERE tournament = "Wegmans LPGA Championship"
{ "answer": "SELECT MAX(winners_share___) AS $__ FROM table_17335602_1 WHERE tournament = \"Wegmans LPGA Championship\"", "context": "CREATE TABLE table_17335602_1 (winners_share___ INTEGER, tournament VARCHAR)", "question": "What was the winner's share in the wegmans lpga championship?" }
### QUESTION what is the highest clean & jerk when total (kg) is 200.0 and snatch is more than 87.5? ### CONTEXT CREATE TABLE table_name_92 (_jerk VARCHAR, clean_ INTEGER, total__kg_ VARCHAR, snatch VARCHAR) ### ANSWER SELECT MAX(clean_) & _jerk FROM table_name_92 WHERE total__kg_ = "200.0" AND snatch > 87.5
{ "answer": "SELECT MAX(clean_) & _jerk FROM table_name_92 WHERE total__kg_ = \"200.0\" AND snatch > 87.5", "context": "CREATE TABLE table_name_92 (_jerk VARCHAR, clean_ INTEGER, total__kg_ VARCHAR, snatch VARCHAR)", "question": "what is the highest clean & jerk when total (kg) is 200.0 and snatch is more than 87.5?" }
### QUESTION What are the records of games where high rebounds is amar'e stoudemire (11) ### CONTEXT CREATE TABLE table_17340355_6 (record VARCHAR, high_rebounds VARCHAR) ### ANSWER SELECT COUNT(record) FROM table_17340355_6 WHERE high_rebounds = "Amar'e Stoudemire (11)"
{ "answer": "SELECT COUNT(record) FROM table_17340355_6 WHERE high_rebounds = \"Amar'e Stoudemire (11)\"", "context": "CREATE TABLE table_17340355_6 (record VARCHAR, high_rebounds VARCHAR)", "question": "What are the records of games where high rebounds is amar'e stoudemire (11)" }
### QUESTION Tell me the average 1st prize for tennessee ### CONTEXT ### ANSWER SELECT AVG(_1st_prize) FROM table_name_55 WHERE location = "tennessee"
{ "answer": "SELECT AVG(_1st_prize) FROM table_name_55 WHERE location = \"tennessee\"", "context": "", "question": "Tell me the average 1st prize for tennessee" }
### QUESTION Who had the high assist total on january 2? ### CONTEXT CREATE TABLE table_17340355_7 (high_assists VARCHAR, date VARCHAR) ### ANSWER SELECT high_assists FROM table_17340355_7 WHERE date = "January 2"
{ "answer": "SELECT high_assists FROM table_17340355_7 WHERE date = \"January 2\"", "context": "CREATE TABLE table_17340355_7 (high_assists VARCHAR, date VARCHAR)", "question": "Who had the high assist total on january 2?" }
### QUESTION What was the title used in nomination in the original Bābǎi Zhuàngshì (八百壯士)? ### CONTEXT CREATE TABLE table_17350255_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### ANSWER SELECT film_title_used_in_nomination FROM table_17350255_1 WHERE original_title = "Bābǎi zhuàngshì (八百壯士)"
{ "answer": "SELECT film_title_used_in_nomination FROM table_17350255_1 WHERE original_title = \"Bābǎi zhuàngshì (八百壯士)\"", "context": "CREATE TABLE table_17350255_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)", "question": "What was the title used in nomination in the original Bābǎi Zhuàngshì (八百壯士)?" }
### QUESTION What was the year when My Mother's Teahouse was not nominated? ### CONTEXT CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR) ### ANSWER SELECT year__ceremony_ FROM table_17350255_1 WHERE result = "Not Nominated" AND film_title_used_in_nomination = "My Mother's Teahouse"
{ "answer": "SELECT year__ceremony_ FROM table_17350255_1 WHERE result = \"Not Nominated\" AND film_title_used_in_nomination = \"My Mother's Teahouse\"", "context": "CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR)", "question": "What was the year when My Mother's Teahouse was not nominated?" }
### QUESTION What is the ERP W number where the frequency is smaller than 91.1? ### CONTEXT CREATE TABLE table_name_6 (erp_w INTEGER, frequency_mhz INTEGER) ### ANSWER SELECT MAX(erp_w) FROM table_name_6 WHERE frequency_mhz < 91.1
{ "answer": "SELECT MAX(erp_w) FROM table_name_6 WHERE frequency_mhz < 91.1", "context": "CREATE TABLE table_name_6 (erp_w INTEGER, frequency_mhz INTEGER)", "question": "What is the ERP W number where the frequency is smaller than 91.1?" }
### QUESTION Name the high points for pepsi center 18,611 ### CONTEXT CREATE TABLE table_17355408_5 (high_points VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT high_points FROM table_17355408_5 WHERE location_attendance = "Pepsi Center 18,611"
{ "answer": "SELECT high_points FROM table_17355408_5 WHERE location_attendance = \"Pepsi Center 18,611\"", "context": "CREATE TABLE table_17355408_5 (high_points VARCHAR, location_attendance VARCHAR)", "question": "Name the high points for pepsi center 18,611" }
### QUESTION What COSPAR ID has a Launch date/time (UTC) of 1995-11-06, 05:15:01? ### CONTEXT CREATE TABLE table_name_40 (cospar_id VARCHAR, launch_date_time__utc_ VARCHAR) ### ANSWER SELECT cospar_id FROM table_name_40 WHERE launch_date_time__utc_ = "1995-11-06, 05:15:01"
{ "answer": "SELECT cospar_id FROM table_name_40 WHERE launch_date_time__utc_ = \"1995-11-06, 05:15:01\"", "context": "CREATE TABLE table_name_40 (cospar_id VARCHAR, launch_date_time__utc_ VARCHAR)", "question": "What COSPAR ID has a Launch date/time (UTC) of 1995-11-06, 05:15:01?" }
### QUESTION Name the high assists for chauncey billups , carmelo anthony (18) ### CONTEXT CREATE TABLE table_17355408_4 (high_assists VARCHAR, high_points VARCHAR) ### ANSWER SELECT high_assists FROM table_17355408_4 WHERE high_points = "Chauncey Billups , Carmelo Anthony (18)"
{ "answer": "SELECT high_assists FROM table_17355408_4 WHERE high_points = \"Chauncey Billups , Carmelo Anthony (18)\"", "context": "CREATE TABLE table_17355408_4 (high_assists VARCHAR, high_points VARCHAR)", "question": "Name the high assists for chauncey billups , carmelo anthony (18)" }
### QUESTION Name the team where the date is november 17 ### CONTEXT CREATE TABLE table_17355716_5 (team VARCHAR, date VARCHAR) ### ANSWER SELECT team FROM table_17355716_5 WHERE date = "November 17"
{ "answer": "SELECT team FROM table_17355716_5 WHERE date = \"November 17\"", "context": "CREATE TABLE table_17355716_5 (team VARCHAR, date VARCHAR)", "question": "Name the team where the date is november 17" }
### QUESTION What is the lowest number of episodes for anabel barnston? ### CONTEXT CREATE TABLE table_name_35 (episodes INTEGER, actor VARCHAR) ### ANSWER SELECT MIN(episodes) FROM table_name_35 WHERE actor = "anabel barnston"
{ "answer": "SELECT MIN(episodes) FROM table_name_35 WHERE actor = \"anabel barnston\"", "context": "CREATE TABLE table_name_35 (episodes INTEGER, actor VARCHAR)", "question": "What is the lowest number of episodes for anabel barnston?" }
### QUESTION What is the most recent year of disaffiliation of a CHCH-TV station that affiliated after 2001? ### CONTEXT CREATE TABLE table_name_31 (year_of_disaffiliation INTEGER, station VARCHAR, year_of_affiliation VARCHAR) ### ANSWER SELECT MAX(year_of_disaffiliation) FROM table_name_31 WHERE station = "chch-tv" AND year_of_affiliation > 2001
{ "answer": "SELECT MAX(year_of_disaffiliation) FROM table_name_31 WHERE station = \"chch-tv\" AND year_of_affiliation > 2001", "context": "CREATE TABLE table_name_31 (year_of_disaffiliation INTEGER, station VARCHAR, year_of_affiliation VARCHAR)", "question": "What is the most recent year of disaffiliation of a CHCH-TV station that affiliated after 2001?" }
### QUESTION What was the largest crowd when South Melbourne was the away team? ### CONTEXT CREATE TABLE table_name_89 (crowd INTEGER, away_team VARCHAR) ### ANSWER SELECT MAX(crowd) FROM table_name_89 WHERE away_team = "south melbourne"
{ "answer": "SELECT MAX(crowd) FROM table_name_89 WHERE away_team = \"south melbourne\"", "context": "CREATE TABLE table_name_89 (crowd INTEGER, away_team VARCHAR)", "question": "What was the largest crowd when South Melbourne was the away team?" }
### QUESTION Which venue does Mardan sponsor? ### CONTEXT CREATE TABLE table_17356873_1 (venue VARCHAR, shirt_sponsor VARCHAR) ### ANSWER SELECT venue FROM table_17356873_1 WHERE shirt_sponsor = "Mardan"
{ "answer": "SELECT venue FROM table_17356873_1 WHERE shirt_sponsor = \"Mardan\"", "context": "CREATE TABLE table_17356873_1 (venue VARCHAR, shirt_sponsor VARCHAR)", "question": "Which venue does Mardan sponsor?" }
### QUESTION What was the score when the record was 21-31-13? ### CONTEXT CREATE TABLE table_17360840_9 (score VARCHAR, record VARCHAR) ### ANSWER SELECT score FROM table_17360840_9 WHERE record = "21-31-13"
{ "answer": "SELECT score FROM table_17360840_9 WHERE record = \"21-31-13\"", "context": "CREATE TABLE table_17360840_9 (score VARCHAR, record VARCHAR)", "question": "What was the score when the record was 21-31-13?" }
### QUESTION How many were won when there were 49 points? ### CONTEXT CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR) ### ANSWER SELECT won FROM table_17369472_2 WHERE points = "49"
{ "answer": "SELECT won FROM table_17369472_2 WHERE points = \"49\"", "context": "CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR)", "question": "How many were won when there were 49 points? " }
### QUESTION What points awarded are higher than 6 but smaller than 9 ### CONTEXT CREATE TABLE table_name_51 (points_awarded__platinum_ INTEGER, points_awarded__gold_ VARCHAR, points_awarded__silver_ VARCHAR) ### ANSWER SELECT MAX(points_awarded__platinum_) FROM table_name_51 WHERE points_awarded__gold_ = 9 AND points_awarded__silver_ > 6
{ "answer": "SELECT MAX(points_awarded__platinum_) FROM table_name_51 WHERE points_awarded__gold_ = 9 AND points_awarded__silver_ > 6", "context": "CREATE TABLE table_name_51 (points_awarded__platinum_ INTEGER, points_awarded__gold_ VARCHAR, points_awarded__silver_ VARCHAR)", "question": "What points awarded are higher than 6 but smaller than 9" }
### QUESTION How many faculty members have 20 years of experience? ### CONTEXT CREATE TABLE table_17384764_1 (designation VARCHAR, experience VARCHAR) ### ANSWER SELECT COUNT(designation) FROM table_17384764_1 WHERE experience = "20 years"
{ "answer": "SELECT COUNT(designation) FROM table_17384764_1 WHERE experience = \"20 years\"", "context": "CREATE TABLE table_17384764_1 (designation VARCHAR, experience VARCHAR)", "question": "How many faculty members have 20 years of experience? " }
### QUESTION What is the fewest number of occ championships for the team that last won an outright occ championship in 2006? ### CONTEXT CREATE TABLE table_17429402_7 (occ_championships INTEGER, last_outright_occ_championship VARCHAR) ### ANSWER SELECT MIN(occ_championships) FROM table_17429402_7 WHERE last_outright_occ_championship = "2006"
{ "answer": "SELECT MIN(occ_championships) FROM table_17429402_7 WHERE last_outright_occ_championship = \"2006\"", "context": "CREATE TABLE table_17429402_7 (occ_championships INTEGER, last_outright_occ_championship VARCHAR)", "question": "What is the fewest number of occ championships for the team that last won an outright occ championship in 2006?" }
### QUESTION Name the total number of platforms that waddon railway station has ### CONTEXT CREATE TABLE table_name_41 (platforms VARCHAR, stations VARCHAR) ### ANSWER SELECT COUNT(platforms) FROM table_name_41 WHERE stations = "waddon railway station"
{ "answer": "SELECT COUNT(platforms) FROM table_name_41 WHERE stations = \"waddon railway station\"", "context": "CREATE TABLE table_name_41 (platforms VARCHAR, stations VARCHAR)", "question": "Name the total number of platforms that waddon railway station has" }
### QUESTION Name the round 16 for did not advance and light flyweight ### CONTEXT CREATE TABLE table_17417383_6 (round_of_16 VARCHAR, quarterfinals VARCHAR, event VARCHAR) ### ANSWER SELECT round_of_16 FROM table_17417383_6 WHERE quarterfinals = "Did not advance" AND event = "Light flyweight"
{ "answer": "SELECT round_of_16 FROM table_17417383_6 WHERE quarterfinals = \"Did not advance\" AND event = \"Light flyweight\"", "context": "CREATE TABLE table_17417383_6 (round_of_16 VARCHAR, quarterfinals VARCHAR, event VARCHAR)", "question": "Name the round 16 for did not advance and light flyweight" }
### QUESTION What is the away score with a record of 7-4, win% of 0.637, and 2010 season? ### CONTEXT CREATE TABLE table_name_22 (away VARCHAR, season VARCHAR, record VARCHAR, win__percentage VARCHAR) ### ANSWER SELECT away FROM table_name_22 WHERE record = "7-4" AND win__percentage = 0.637 AND season = "2010"
{ "answer": "SELECT away FROM table_name_22 WHERE record = \"7-4\" AND win__percentage = 0.637 AND season = \"2010\"", "context": "CREATE TABLE table_name_22 (away VARCHAR, season VARCHAR, record VARCHAR, win__percentage VARCHAR)", "question": "What is the away score with a record of 7-4, win% of 0.637, and 2010 season?" }
### QUESTION What year did the man from Norway who won the Holmenkollen in 1958 win the FIS Nordic World Ski Championships? ### CONTEXT CREATE TABLE table_174491_1 (fis_nordic_world_ski_championships VARCHAR, country VARCHAR, holmenkollen VARCHAR) ### ANSWER SELECT fis_nordic_world_ski_championships FROM table_174491_1 WHERE country = "Norway" AND holmenkollen = "1958"
{ "answer": "SELECT fis_nordic_world_ski_championships FROM table_174491_1 WHERE country = \"Norway\" AND holmenkollen = \"1958\"", "context": "CREATE TABLE table_174491_1 (fis_nordic_world_ski_championships VARCHAR, country VARCHAR, holmenkollen VARCHAR)", "question": "What year did the man from Norway who won the Holmenkollen in 1958 win the FIS Nordic World Ski Championships?" }
### QUESTION What years did Birger Ruud win the FIS Nordic World Ski Championships? ### CONTEXT CREATE TABLE table_174491_2 (fis_nordic_world_ski_championships VARCHAR, winner VARCHAR) ### ANSWER SELECT fis_nordic_world_ski_championships FROM table_174491_2 WHERE winner = "Birger Ruud"
{ "answer": "SELECT fis_nordic_world_ski_championships FROM table_174491_2 WHERE winner = \"Birger Ruud\"", "context": "CREATE TABLE table_174491_2 (fis_nordic_world_ski_championships VARCHAR, winner VARCHAR)", "question": "What years did Birger Ruud win the FIS Nordic World Ski Championships?" }
### QUESTION How many attended the game that was a Loss of k. gross (1-1)? ### CONTEXT CREATE TABLE table_name_68 (attendance INTEGER, loss VARCHAR) ### ANSWER SELECT MAX(attendance) FROM table_name_68 WHERE loss = "k. gross (1-1)"
{ "answer": "SELECT MAX(attendance) FROM table_name_68 WHERE loss = \"k. gross (1-1)\"", "context": "CREATE TABLE table_name_68 (attendance INTEGER, loss VARCHAR)", "question": "How many attended the game that was a Loss of k. gross (1-1)?" }
### QUESTION What is the record of the game with Mason as the decision and Nashville as the home team? ### CONTEXT CREATE TABLE table_name_45 (record VARCHAR, decision VARCHAR, home VARCHAR) ### ANSWER SELECT record FROM table_name_45 WHERE decision = "mason" AND home = "nashville"
{ "answer": "SELECT record FROM table_name_45 WHERE decision = \"mason\" AND home = \"nashville\"", "context": "CREATE TABLE table_name_45 (record VARCHAR, decision VARCHAR, home VARCHAR)", "question": "What is the record of the game with Mason as the decision and Nashville as the home team?" }
### QUESTION What's the part 3 of the verb with part 4 gelopen? ### CONTEXT CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR) ### ANSWER SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen"
{ "answer": "SELECT part_3 FROM table_1745843_7 WHERE part_4 = \"gelopen\"", "context": "CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR)", "question": "What's the part 3 of the verb with part 4 gelopen?" }
### QUESTION What is the earliest year with an entry from Rotary Watches Stanley BRM and a BRM P207 with more than 0 points? ### CONTEXT CREATE TABLE table_name_99 (year INTEGER, points VARCHAR, entrant VARCHAR, chassis VARCHAR) ### ANSWER SELECT MIN(year) FROM table_name_99 WHERE entrant = "rotary watches stanley brm" AND chassis = "brm p207" AND points > 0
{ "answer": "SELECT MIN(year) FROM table_name_99 WHERE entrant = \"rotary watches stanley brm\" AND chassis = \"brm p207\" AND points > 0", "context": "CREATE TABLE table_name_99 (year INTEGER, points VARCHAR, entrant VARCHAR, chassis VARCHAR)", "question": "What is the earliest year with an entry from Rotary Watches Stanley BRM and a BRM P207 with more than 0 points?" }
### QUESTION What is henry transfer fee at fcbarcelona.cat in fra? ### CONTEXT CREATE TABLE table_name_41 (transfer_fee VARCHAR, name VARCHAR, source VARCHAR, country VARCHAR) ### ANSWER SELECT transfer_fee FROM table_name_41 WHERE source = "fcbarcelona.cat" AND country = "fra" AND name = "henry"
{ "answer": "SELECT transfer_fee FROM table_name_41 WHERE source = \"fcbarcelona.cat\" AND country = \"fra\" AND name = \"henry\"", "context": "CREATE TABLE table_name_41 (transfer_fee VARCHAR, name VARCHAR, source VARCHAR, country VARCHAR)", "question": "What is henry transfer fee at fcbarcelona.cat in fra?" }
### QUESTION What is the grid with 71 laps and the driver, Allan McNish. ### CONTEXT CREATE TABLE table_name_55 (grid VARCHAR, laps VARCHAR, driver VARCHAR) ### ANSWER SELECT grid FROM table_name_55 WHERE laps = "71" AND driver = "allan mcnish"
{ "answer": "SELECT grid FROM table_name_55 WHERE laps = \"71\" AND driver = \"allan mcnish\"", "context": "CREATE TABLE table_name_55 (grid VARCHAR, laps VARCHAR, driver VARCHAR)", "question": "What is the grid with 71 laps and the driver, Allan McNish." }
### QUESTION What is part 1 of the verb in class 4 ### CONTEXT CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR) ### ANSWER SELECT part_3 FROM table_1745843_10 WHERE class = "4"
{ "answer": "SELECT part_3 FROM table_1745843_10 WHERE class = \"4\"", "context": "CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)", "question": "What is part 1 of the verb in class 4" }
### QUESTION How many verbs mean to grow, to produce ### CONTEXT CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR) ### ANSWER SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = "to grow, to produce"
{ "answer": "SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = \"to grow, to produce\"", "context": "CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR)", "question": "How many verbs mean to grow, to produce" }
### QUESTION What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers? ### CONTEXT CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR) ### ANSWER SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = "3.73"
{ "answer": "SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = \"3.73\"", "context": "CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)", "question": "What was the original airdate of the episode \"The Cold Turkey\", which was viewed by 3.73 million viewers?" }