combined_text
stringlengths
106
1.05k
###question:Can you tell me the lowest Area km 2 that has the Population of 2,352?###answer:SELECT MIN(area_km_2) FROM table_name_16 WHERE population = 2 OFFSET 352###context:CREATE TABLE table_name_16 (area_km_2 INTEGER, population VARCHAR)
###question:What is the FCC info for the radio station in West Lafayette, Indiana?###answer:SELECT fcc_info FROM table_name_35 WHERE state = "indiana" AND city_of_license = "west lafayette"###context:CREATE TABLE table_name_35 (fcc_info VARCHAR, state VARCHAR, city_of_license VARCHAR)
###question:What is the frequency of the radio station in Indiana that has a call sign of WGNR?###answer:SELECT frequency FROM table_name_70 WHERE state = "indiana" AND call_sign = "wgnr"###context:CREATE TABLE table_name_70 (frequency VARCHAR, state VARCHAR, call_sign VARCHAR)
###question:What is the frequency of the radio station with a call sign of WGNR-FM?###answer:SELECT frequency FROM table_name_19 WHERE call_sign = "wgnr-fm"###context:CREATE TABLE table_name_19 (frequency VARCHAR, call_sign VARCHAR)
###question:What state is the radio station in that has a frequency of 90.1 FM and a city license in New Castle?###answer:SELECT state FROM table_name_71 WHERE frequency = "90.1 fm" AND city_of_license = "new castle"###context:CREATE TABLE table_name_71 (state VARCHAR, frequency VARCHAR, city_of_license VARCHAR)
###question:What city is 103.3 FM licensed in?###answer:SELECT city_of_license FROM table_name_61 WHERE frequency = "103.3 fm"###context:CREATE TABLE table_name_61 (city_of_license VARCHAR, frequency VARCHAR)
###question:What is the call sign for 90.9 FM which is in Florida?###answer:SELECT call_sign FROM table_name_87 WHERE state = "florida" AND frequency = "90.9 fm"###context:CREATE TABLE table_name_87 (call_sign VARCHAR, state VARCHAR, frequency VARCHAR)
###question:What is the result for the Call to Arms I event?###answer:SELECT res FROM table_name_98 WHERE event = "call to arms i"###context:CREATE TABLE table_name_98 (res VARCHAR, event VARCHAR)
###question:What is the record for the Utah Jazz?###answer:SELECT record FROM table_name_4 WHERE team = "utah jazz"###context:CREATE TABLE table_name_4 (record VARCHAR, team VARCHAR)
###question:what is the location when the method is tko (punches) and the time is 2:48?###answer:SELECT location FROM table_name_65 WHERE method = "tko (punches)" AND time = "2:48"###context:CREATE TABLE table_name_65 (location VARCHAR, method VARCHAR, time VARCHAR)
###question:what is the location when the record is 5-1-1?###answer:SELECT location FROM table_name_90 WHERE record = "5-1-1"###context:CREATE TABLE table_name_90 (location VARCHAR, record VARCHAR)
###question:What is the total avg/g of McCrary, Greg?###answer:SELECT COUNT(avg_g) FROM table_name_40 WHERE name = "mccrary, greg"###context:CREATE TABLE table_name_40 (avg_g VARCHAR, name VARCHAR)
###question:What is the lowest effic with a 58.9 avg/g?###answer:SELECT MIN(effic) FROM table_name_58 WHERE avg_g = 58.9###context:CREATE TABLE table_name_58 (effic INTEGER, avg_g VARCHAR)
###question:What is the avg/g of Rhines, Chris, who has an effic greater than 73.95?###answer:SELECT avg_g FROM table_name_70 WHERE effic > 73.95 AND name = "rhines, chris"###context:CREATE TABLE table_name_70 (avg_g VARCHAR, effic VARCHAR, name VARCHAR)
###question:Which week has a record of 5–2?###answer:SELECT week FROM table_name_57 WHERE record = "5–2"###context:CREATE TABLE table_name_57 (week VARCHAR, record VARCHAR)
###question:On what date was the result w 28–7?###answer:SELECT date FROM table_name_85 WHERE result = "w 28–7"###context:CREATE TABLE table_name_85 (date VARCHAR, result VARCHAR)
###question:Who has a birth of 16 august 1401?###answer:SELECT name FROM table_name_21 WHERE birth = "16 august 1401"###context:CREATE TABLE table_name_21 (name VARCHAR, birth VARCHAR)
###question:when was the death of the person with husband Charles, 1st dauphin?###answer:SELECT death FROM table_name_1 WHERE husband = "charles, 1st dauphin"###context:CREATE TABLE table_name_1 (death VARCHAR, husband VARCHAR)
###question:when was the death when the birth was 8 december 1542?###answer:SELECT death FROM table_name_45 WHERE birth = "8 december 1542"###context:CREATE TABLE table_name_45 (death VARCHAR, birth VARCHAR)
###question:When was became dauphine when birth is 1393?###answer:SELECT became_dauphine FROM table_name_72 WHERE birth = "1393"###context:CREATE TABLE table_name_72 (became_dauphine VARCHAR, birth VARCHAR)
###question:when was the marriage when became dauphine is 31 august 1412?###answer:SELECT marriage FROM table_name_79 WHERE became_dauphine = "31 august 1412"###context:CREATE TABLE table_name_79 (marriage VARCHAR, became_dauphine VARCHAR)
###question:who is the husband when ceased to be dauphine is 22 july 1461 became queen?###answer:SELECT husband FROM table_name_36 WHERE ceased_to_be_dauphine = "22 july 1461 became queen"###context:CREATE TABLE table_name_36 (husband VARCHAR, ceased_to_be_dauphine VARCHAR)
###question:what is the least money ($) when the country is united states and the player is kirk triplett?###answer:SELECT MIN(money___) AS $__ FROM table_name_45 WHERE country = "united states" AND player = "kirk triplett"###context:CREATE TABLE table_name_45 (money___ INTEGER, country VARCHAR, player VARCHAR)
###question:what is the most money ($) when the score is 71-74-69-72=286?###answer:SELECT MAX(money___) AS $__ FROM table_name_21 WHERE score = 71 - 74 - 69 - 72 = 286###context:CREATE TABLE table_name_21 (money___ INTEGER, score VARCHAR)
###question:What is the Money ($) when the Place is t6, and Player is chris dimarco?###answer:SELECT money___$__ FROM table_name_40 WHERE place = "t6" AND player = "chris dimarco"###context:CREATE TABLE table_name_40 (money___$__ VARCHAR, place VARCHAR, player VARCHAR)
###question:What year was Jamboree made?###answer:SELECT year FROM table_name_26 WHERE movie_title = "jamboree"###context:CREATE TABLE table_name_26 (year VARCHAR, movie_title VARCHAR)
###question:What movie was made in 1957?###answer:SELECT movie_title FROM table_name_75 WHERE year = 1957###context:CREATE TABLE table_name_75 (movie_title VARCHAR, year VARCHAR)
###question:What year was Sam Kazman a producer?###answer:SELECT year FROM table_name_35 WHERE producer = "sam kazman"###context:CREATE TABLE table_name_35 (year VARCHAR, producer VARCHAR)
###question:Who were the producers in 1961?###answer:SELECT producer FROM table_name_60 WHERE year = 1961###context:CREATE TABLE table_name_60 (producer VARCHAR, year VARCHAR)
###question:What were the roles in 1961?###answer:SELECT role FROM table_name_70 WHERE year = 1961###context:CREATE TABLE table_name_70 (role VARCHAR, year VARCHAR)
###question:What was the date during week 13?###answer:SELECT date FROM table_name_70 WHERE week = 13###context:CREATE TABLE table_name_70 (date VARCHAR, week VARCHAR)
###question:what is the game when on november 27?###answer:SELECT SUM(game) FROM table_name_26 WHERE november = 27###context:CREATE TABLE table_name_26 (game INTEGER, november VARCHAR)
###question:who is the opponent on november 24?###answer:SELECT opponent FROM table_name_68 WHERE november = 24###context:CREATE TABLE table_name_68 (opponent VARCHAR, november VARCHAR)
###question:Which opposing team had an Against score less than 42 and a Tour Match status in Rugby Park, Gisborne?###answer:SELECT opposing_team FROM table_name_48 WHERE against < 42 AND status = "tour match" AND venue = "rugby park, gisborne"###context:CREATE TABLE table_name_48 (opposing_team VARCHAR, venue VARCHAR, ...
###question:What date was the opposing team Poverty Bay?###answer:SELECT date FROM table_name_94 WHERE opposing_team = "poverty bay"###context:CREATE TABLE table_name_94 (date VARCHAR, opposing_team VARCHAR)
###question:Which venue had an against score smaller than 18 when the opposing team was North Auckland?###answer:SELECT venue FROM table_name_84 WHERE against < 18 AND opposing_team = "north auckland"###context:CREATE TABLE table_name_84 (venue VARCHAR, against VARCHAR, opposing_team VARCHAR)
###question:What was the score when the time was 14:00?###answer:SELECT score FROM table_name_86 WHERE time = "14:00"###context:CREATE TABLE table_name_86 (score VARCHAR, time VARCHAR)
###question:What is High Assists, when High Points is "Kobe Bryant (27)", and when High Rebounds is "Pau Gasol (11)"?###answer:SELECT high_assists FROM table_name_13 WHERE high_points = "kobe bryant (27)" AND high_rebounds = "pau gasol (11)"###context:CREATE TABLE table_name_13 (high_assists VARCHAR, high_points VARCHA...
###question:What is the record for the St. Louis team?###answer:SELECT record FROM table_name_58 WHERE team = "st. louis"###context:CREATE TABLE table_name_58 (record VARCHAR, team VARCHAR)
###question:What shows for 2002 when the 1991 is w?###answer:SELECT 2002 FROM table_name_46 WHERE 1991 = "w"###context:CREATE TABLE table_name_46 (Id VARCHAR)
###question:What shows for 1995 when 1996 shows grand slams?###answer:SELECT 1995 FROM table_name_74 WHERE 1996 = "grand slams"###context:CREATE TABLE table_name_74 (Id VARCHAR)
###question:What shows for 202 when the 1994 is A, the 1989 is NME, and the 199 is 2R?###answer:SELECT 2002 FROM table_name_3 WHERE 1994 = "a" AND 1989 = "nme" AND 1999 = "2r"###context:CREATE TABLE table_name_3 (Id VARCHAR)
###question:What shows for 1992 when 1988 is A, at the Australian Open?###answer:SELECT 1992 FROM table_name_43 WHERE 1988 = "a" AND tournament = "australian open"###context:CREATE TABLE table_name_43 (tournament VARCHAR)
###question:What shows for 1992 when 2001 is 1r, 1994 is 1r, and the 2002 is qf?###answer:SELECT 1992 FROM table_name_3 WHERE 2001 = "1r" AND 1994 = "1r" AND 2002 = "qf"###context:CREATE TABLE table_name_3 (Id VARCHAR)
###question:What shows for 1988 when 1994 shows 10–6?###answer:SELECT 1988 FROM table_name_32 WHERE 1994 = "10–6"###context:CREATE TABLE table_name_32 (Id VARCHAR)
###question:What result is found for the round that has f?###answer:SELECT result FROM table_name_37 WHERE round = "f"###context:CREATE TABLE table_name_37 (result VARCHAR, round VARCHAR)
###question:What was the method of resolution for the fight against dale hartt?###answer:SELECT method FROM table_name_83 WHERE opponent = "dale hartt"###context:CREATE TABLE table_name_83 (method VARCHAR, opponent VARCHAR)
###question:Which phase is for the Matchday 4 Round?###answer:SELECT phase FROM table_name_72 WHERE round = "matchday 4"###context:CREATE TABLE table_name_72 (phase VARCHAR, round VARCHAR)
###question:what is the mountain range when the state is colorado, rank is higher than 90 and mountain peak is whetstone mountain?###answer:SELECT mountain_range FROM table_name_28 WHERE state = "colorado" AND rank > 90 AND mountain_peak = "whetstone mountain"###context:CREATE TABLE table_name_28 (mountain_range VARCHA...
###question:what is the mountain peak when the location is 37.5775°n 105.4856°w?###answer:SELECT mountain_peak FROM table_name_73 WHERE location = "37.5775°n 105.4856°w"###context:CREATE TABLE table_name_73 (mountain_peak VARCHAR, location VARCHAR)
###question:what is the mountain range when the mountain peak is mauna kea?###answer:SELECT mountain_range FROM table_name_50 WHERE mountain_peak = "mauna kea"###context:CREATE TABLE table_name_50 (mountain_range VARCHAR, mountain_peak VARCHAR)
###question:what is the rank when the state is colorado and the location is 37.7859°n 107.7039°w?###answer:SELECT SUM(rank) FROM table_name_21 WHERE state = "colorado" AND location = "37.7859°n 107.7039°w"###context:CREATE TABLE table_name_21 (rank INTEGER, state VARCHAR, location VARCHAR)
###question:What is the number of people in attendance when the time is 3:00?###answer:SELECT attendance FROM table_name_82 WHERE time = "3:00"###context:CREATE TABLE table_name_82 (attendance VARCHAR, time VARCHAR)
###question:What was the score at Tiger Stadium on October 12?###answer:SELECT score FROM table_name_14 WHERE location = "tiger stadium" AND date = "october 12"###context:CREATE TABLE table_name_14 (score VARCHAR, location VARCHAR, date VARCHAR)
###question:What is the number of people in attendance at Oakland-Alameda County Coliseum, and game is 2?###answer:SELECT SUM(attendance) FROM table_name_83 WHERE location = "oakland-alameda county coliseum" AND game = 2###context:CREATE TABLE table_name_83 (attendance INTEGER, location VARCHAR, game VARCHAR)
###question:Who had the most assists in the game against Atlanta?###answer:SELECT high_assists FROM table_name_13 WHERE team = "atlanta"###context:CREATE TABLE table_name_13 (high_assists VARCHAR, team VARCHAR)
###question:What is the lowest played with a lost bigger than 10?###answer:SELECT MIN(played) FROM table_name_85 WHERE lost > 10###context:CREATE TABLE table_name_85 (played INTEGER, lost INTEGER)
###question:What team with a goals conceded smaller than 25, and a place smaller than 3?###answer:SELECT team FROM table_name_81 WHERE goals_conceded < 25 AND place < 3###context:CREATE TABLE table_name_81 (team VARCHAR, goals_conceded VARCHAR, place VARCHAR)
###question:What is the sum of draw with a lost smaller than 6, and a place of 5, and a goals scored less than 29?###answer:SELECT SUM(draw) FROM table_name_90 WHERE lost < 6 AND place = 5 AND goals_scored < 29###context:CREATE TABLE table_name_90 (draw INTEGER, goals_scored VARCHAR, lost VARCHAR, place VARCHAR)
###question:What is the total number for a place with points smaller than 12?###answer:SELECT COUNT(place) FROM table_name_70 WHERE points < 12###context:CREATE TABLE table_name_70 (place VARCHAR, points INTEGER)
###question:What is Place, when Country is "United States", and when Player is "Lee Trevino"?###answer:SELECT place FROM table_name_41 WHERE country = "united states" AND player = "lee trevino"###context:CREATE TABLE table_name_41 (place VARCHAR, country VARCHAR, player VARCHAR)
###question:What is the total number of Score, when Country is "United States", and when Player is "Lee Trevino"?###answer:SELECT COUNT(score) FROM table_name_75 WHERE country = "united states" AND player = "lee trevino"###context:CREATE TABLE table_name_75 (score VARCHAR, country VARCHAR, player VARCHAR)
###question:What is To Par, when Place is "T9", and when Player is "Lee Trevino"?###answer:SELECT to_par FROM table_name_23 WHERE place = "t9" AND player = "lee trevino"###context:CREATE TABLE table_name_23 (to_par VARCHAR, place VARCHAR, player VARCHAR)
###question:What is the Country, when Place is T6, and when Player is "Raymond Floyd"?###answer:SELECT country FROM table_name_3 WHERE place = "t6" AND player = "raymond floyd"###context:CREATE TABLE table_name_3 (country VARCHAR, place VARCHAR, player VARCHAR)
###question:What were the years for Seasons in CSL when they played in the Guiyang Olympic Sports Center and had Top Division Titles (Overall) of 0?###answer:SELECT seasons_in_csl FROM table_name_15 WHERE top_division_titles__overall_ = 0 AND home_stadium = "guiyang olympic sports center"###context:CREATE TABLE table_n...
###question:What is To Par, when Place is "T5", and when Country is "United States"?###answer:SELECT to_par FROM table_name_18 WHERE place = "t5" AND country = "united states"###context:CREATE TABLE table_name_18 (to_par VARCHAR, place VARCHAR, country VARCHAR)
###question:What is Score, when Country is "United States", and when To Par is "+4"?###answer:SELECT score FROM table_name_56 WHERE country = "united states" AND to_par = "+4"###context:CREATE TABLE table_name_56 (score VARCHAR, country VARCHAR, to_par VARCHAR)
###question:What is Player, when Score is "66-74-76=216"?###answer:SELECT player FROM table_name_48 WHERE score = 66 - 74 - 76 = 216###context:CREATE TABLE table_name_48 (player VARCHAR, score VARCHAR)
###question:What is Country, when Place is "T9", and when Player is "Michael Campbell"?###answer:SELECT country FROM table_name_1 WHERE place = "t9" AND player = "michael campbell"###context:CREATE TABLE table_name_1 (country VARCHAR, place VARCHAR, player VARCHAR)
###question:What is Player, when Country is "England", and when Place is "T7"?###answer:SELECT player FROM table_name_50 WHERE country = "england" AND place = "t7"###context:CREATE TABLE table_name_50 (player VARCHAR, country VARCHAR, place VARCHAR)
###question:What is Player, when Place is "1"?###answer:SELECT player FROM table_name_70 WHERE place = "1"###context:CREATE TABLE table_name_70 (player VARCHAR, place VARCHAR)
###question:What is the total of Mark O'meara?###answer:SELECT MIN(total) FROM table_name_88 WHERE player = "mark o'meara"###context:CREATE TABLE table_name_88 (total INTEGER, player VARCHAR)
###question:What is the total for Bernhard Langer?###answer:SELECT COUNT(total) FROM table_name_83 WHERE player = "bernhard langer"###context:CREATE TABLE table_name_83 (total VARCHAR, player VARCHAR)
###question:Which player has +2 to par?###answer:SELECT player FROM table_name_45 WHERE to_par = "+2"###context:CREATE TABLE table_name_45 (player VARCHAR, to_par VARCHAR)
###question:Which country has a finish of t22?###answer:SELECT country FROM table_name_87 WHERE finish = "t22"###context:CREATE TABLE table_name_87 (country VARCHAR, finish VARCHAR)
###question:Which player has a total of more than 290 and +4 to par.###answer:SELECT player FROM table_name_29 WHERE total > 290 AND to_par = "+4"###context:CREATE TABLE table_name_29 (player VARCHAR, total VARCHAR, to_par VARCHAR)
###question:What is the number of gold medals when the number of bronze medals is 8?###answer:SELECT gold FROM table_name_88 WHERE bronze = "8"###context:CREATE TABLE table_name_88 (gold VARCHAR, bronze VARCHAR)
###question:What rank is the nation that has a bronze of source: Maltese Olympic Committee?###answer:SELECT rank FROM table_name_29 WHERE bronze = "source: maltese olympic committee"###context:CREATE TABLE table_name_29 (rank VARCHAR, bronze VARCHAR)
###question:What rank is the nation with 2 silver medals?###answer:SELECT rank FROM table_name_44 WHERE silver = "2"###context:CREATE TABLE table_name_44 (rank VARCHAR, silver VARCHAR)
###question:What is the total medal count for the nation that has 5 gold?###answer:SELECT total FROM table_name_91 WHERE gold = "5"###context:CREATE TABLE table_name_91 (total VARCHAR, gold VARCHAR)
###question:How many bronze medals does the nation ranked number 1 have?###answer:SELECT bronze FROM table_name_80 WHERE rank = "1"###context:CREATE TABLE table_name_80 (bronze VARCHAR, rank VARCHAR)
###question:What nation has 28 bronze medals?###answer:SELECT nation FROM table_name_63 WHERE bronze = "28"###context:CREATE TABLE table_name_63 (nation VARCHAR, bronze VARCHAR)
###question:What is the average To Par, when Score is "72-67-71-72=282"?###answer:SELECT AVG(to_par) FROM table_name_40 WHERE score = 72 - 67 - 71 - 72 = 282###context:CREATE TABLE table_name_40 (to_par INTEGER, score VARCHAR)
###question:What is the highest To Par, when Place is "1"?###answer:SELECT MAX(to_par) FROM table_name_22 WHERE place = "1"###context:CREATE TABLE table_name_22 (to_par INTEGER, place VARCHAR)
###question:What's the nationality of Montreal Impact with Justin Mapp Category:articles with hcards as the player?###answer:SELECT nationality FROM table_name_14 WHERE team = "montreal impact" AND player = "justin mapp category:articles with hcards"###context:CREATE TABLE table_name_14 (nationality VARCHAR, team VARCH...
###question:After 2009, who was the player that has a nationality of Canada?###answer:SELECT player FROM table_name_23 WHERE nationality = "canada" AND year > 2009###context:CREATE TABLE table_name_23 (player VARCHAR, nationality VARCHAR, year VARCHAR)
###question:After 2009, what's the nationality of a player named Dwayne de Rosario Category:articles with hcards?###answer:SELECT nationality FROM table_name_78 WHERE year > 2009 AND player = "dwayne de rosario category:articles with hcards"###context:CREATE TABLE table_name_78 (nationality VARCHAR, year VARCHAR, playe...
###question:What's the position when the player was Justin Mapp Category:articles with hcards with a United States nationality?###answer:SELECT position FROM table_name_36 WHERE nationality = "united states" AND player = "justin mapp category:articles with hcards"###context:CREATE TABLE table_name_36 (position VARCHAR,...
###question:What is the result of round R3?###answer:SELECT result FROM table_name_34 WHERE round = "r3"###context:CREATE TABLE table_name_34 (result VARCHAR, round VARCHAR)
###question:In which venue was round F?###answer:SELECT venue FROM table_name_72 WHERE round = "f"###context:CREATE TABLE table_name_72 (venue VARCHAR, round VARCHAR)
###question:How many top 10s belong to the team with a start of 7 and an average finish less than 16.7?###answer:SELECT COUNT(top_10) FROM table_name_69 WHERE starts = 7 AND avg_finish < 16.7###context:CREATE TABLE table_name_69 (top_10 VARCHAR, starts VARCHAR, avg_finish VARCHAR)
###question:Which Competition has an Event of 50km, a Year earlier than 2010 and a Position of 3rd?###answer:SELECT competition FROM table_name_46 WHERE event = "50km" AND year < 2010 AND position = "3rd"###context:CREATE TABLE table_name_46 (competition VARCHAR, position VARCHAR, event VARCHAR, year VARCHAR)
###question:What is the Position for the European U23 Championships?###answer:SELECT position FROM table_name_74 WHERE competition = "european u23 championships"###context:CREATE TABLE table_name_74 (position VARCHAR, competition VARCHAR)
###question:Which Event has 5th Position in the European Championships Competition?###answer:SELECT event FROM table_name_49 WHERE competition = "european championships" AND position = "5th"###context:CREATE TABLE table_name_49 (event VARCHAR, competition VARCHAR, position VARCHAR)
###question:What Position is listed against a Venue of Debrecen, Hungary###answer:SELECT position FROM table_name_64 WHERE venue = "debrecen, hungary"###context:CREATE TABLE table_name_64 (position VARCHAR, venue VARCHAR)
###question:How many blocks are there when the rebounds are fewer than 5.2?###answer:SELECT COUNT(blocks) FROM table_name_19 WHERE rebounds < 5.2###context:CREATE TABLE table_name_19 (blocks VARCHAR, rebounds INTEGER)
###question:What is the maximum rebounds when there are 0.9 steals and fewer than 1.4 turnovers?###answer:SELECT MAX(rebounds) FROM table_name_69 WHERE steals = 0.9 AND turnovers < 1.4###context:CREATE TABLE table_name_69 (rebounds INTEGER, steals VARCHAR, turnovers VARCHAR)
###question:What team was the opponent in a week earlier than 17 on June 17, 2006?###answer:SELECT opponent FROM table_name_91 WHERE week < 17 AND date = "june 17, 2006"###context:CREATE TABLE table_name_91 (opponent VARCHAR, week VARCHAR, date VARCHAR)
###question:What is the result for the game on May 27, 2006?###answer:SELECT result FROM table_name_19 WHERE date = "may 27, 2006"###context:CREATE TABLE table_name_19 (result VARCHAR, date VARCHAR)
###question:What is the Game site week 1?###answer:SELECT game_site FROM table_name_20 WHERE week = 1###context:CREATE TABLE table_name_20 (game_site VARCHAR, week VARCHAR)