text
stringlengths
114
1.06k
### question: What is the total number of poles values in the Formula Renault 2.0 Eurocup with a 10th final placing? ### answer: SELECT COUNT(poles) FROM table_15852257_1 WHERE series = "Formula Renault 2.0 Eurocup" AND final_placing = "10th" ### context: CREATE TABLE table_15852257_1 (poles VARCHAR, series VARCHAR, final_placing VARCHAR)
### question: Name the total number of record for 27 ### answer: SELECT COUNT(record) FROM table_15869204_5 WHERE game = 27 ### context: CREATE TABLE table_15869204_5 (record VARCHAR, game VARCHAR)
### question: Name the high assists for december 14 ### answer: SELECT high_assists FROM table_15869204_5 WHERE date = "December 14" ### context: CREATE TABLE table_15869204_5 (high_assists VARCHAR, date VARCHAR)
### question: Name the high assists for delta center 19,639 ### answer: SELECT high_assists FROM table_15869204_5 WHERE location_attendance = "Delta Center 19,639" ### context: CREATE TABLE table_15869204_5 (high_assists VARCHAR, location_attendance VARCHAR)
### question: Name the score for washington ### answer: SELECT score FROM table_15872814_3 WHERE team = "Washington" ### context: CREATE TABLE table_15872814_3 (score VARCHAR, team VARCHAR)
### question: Name the team for november 9 ### answer: SELECT team FROM table_15872814_3 WHERE date = "November 9" ### context: CREATE TABLE table_15872814_3 (team VARCHAR, date VARCHAR)
### question: Name the most game for december 22 ### answer: SELECT MAX(game) FROM table_15872814_4 WHERE date = "December 22" ### context: CREATE TABLE table_15872814_4 (game INTEGER, date VARCHAR)
### question: Name the score for december 28 ### answer: SELECT score FROM table_15872814_4 WHERE date = "December 28" ### context: CREATE TABLE table_15872814_4 (score VARCHAR, date VARCHAR)
### question: What country has the Sky Calcio 2 tv service? ### answer: SELECT country FROM table_15887683_4 WHERE television_service = "Sky Calcio 2" ### context: CREATE TABLE table_15887683_4 (country VARCHAR, television_service VARCHAR)
### question: Does the sky calcio 6 hd have PPV? ### answer: SELECT ppv FROM table_15887683_4 WHERE television_service = "Sky Calcio 6 HD" ### context: CREATE TABLE table_15887683_4 (ppv VARCHAR, television_service VARCHAR)
### question: Do the Sky Calcio 5 channels have PPV? ### answer: SELECT ppv FROM table_15887683_4 WHERE television_service = "Sky Calcio 5" ### context: CREATE TABLE table_15887683_4 (ppv VARCHAR, television_service VARCHAR)
### question: Name the country for sky primafila 7 hd ### answer: SELECT country FROM table_15887683_6 WHERE television_service = "Sky Primafila 7 HD" ### context: CREATE TABLE table_15887683_6 (country VARCHAR, television_service VARCHAR)
### question: Name the number of package/option for sky primafila 24 ### answer: SELECT COUNT(package_option) FROM table_15887683_6 WHERE television_service = "Sky Primafila 24" ### context: CREATE TABLE table_15887683_6 (package_option VARCHAR, television_service VARCHAR)
### question: Name the hdtv when number is 378 ### answer: SELECT hdtv FROM table_15887683_6 WHERE n° = 378 ### context: CREATE TABLE table_15887683_6 (hdtv VARCHAR, n° VARCHAR)
### question: Name the hdtv for sky primafila 17 ### answer: SELECT hdtv FROM table_15887683_6 WHERE television_service = "Sky Primafila 17" ### context: CREATE TABLE table_15887683_6 (hdtv VARCHAR, television_service VARCHAR)
### question: Name the television service when primafila hot club ### answer: SELECT television_service FROM table_15887683_6 WHERE content = "Primafila Hot Club" ### context: CREATE TABLE table_15887683_6 (television_service VARCHAR, content VARCHAR)
### question: Name the number for fox news channel ### answer: SELECT n° FROM table_15887683_8 WHERE television_service = "Fox News Channel" ### context: CREATE TABLE table_15887683_8 (n° VARCHAR, television_service VARCHAR)
### question: Name the dar for cinese ### answer: SELECT dar FROM table_15887683_8 WHERE language = "cinese" ### context: CREATE TABLE table_15887683_8 (dar VARCHAR, language VARCHAR)
### question: Name the language for fox business network ### answer: SELECT language FROM table_15887683_8 WHERE television_service = "Fox Business Network" ### context: CREATE TABLE table_15887683_8 (language VARCHAR, television_service VARCHAR)
### question: Name the package/option for giappone ### answer: SELECT package_option FROM table_15887683_8 WHERE country = "Giappone" ### context: CREATE TABLE table_15887683_8 (package_option VARCHAR, country VARCHAR)
### question: Name the package/option for number being 543 ### answer: SELECT package_option FROM table_15887683_8 WHERE n° = 543 ### context: CREATE TABLE table_15887683_8 (package_option VARCHAR, n° VARCHAR)
### question: Name the aspect ratio for 720 ### answer: SELECT aspect_ratio FROM table_15928363_1 WHERE horizontal = 720 ### context: CREATE TABLE table_15928363_1 (aspect_ratio VARCHAR, horizontal VARCHAR)
### question: Name the number of horizontal when framerate hz is 25 ### answer: SELECT COUNT(horizontal) FROM table_15928363_1 WHERE framerate___hz__ = "25" ### context: CREATE TABLE table_15928363_1 (horizontal VARCHAR, framerate___hz__ VARCHAR)
### question: Name the mccain % for dukes ### answer: SELECT mccain__percentage FROM table_15929156_3 WHERE county = "Dukes" ### context: CREATE TABLE table_15929156_3 (mccain__percentage VARCHAR, county VARCHAR)
### question: Name the number of counties for obama votes for 49558 ### answer: SELECT COUNT(county) FROM table_15929156_3 WHERE obama_votes = 49558 ### context: CREATE TABLE table_15929156_3 (county VARCHAR, obama_votes VARCHAR)
### question: Name the number of others votes for when others % is 2.0% ### answer: SELECT COUNT(others_votes) FROM table_15929156_3 WHERE others__percentage = "2.0%" ### context: CREATE TABLE table_15929156_3 (others_votes VARCHAR, others__percentage VARCHAR)
### question: Which series number had the production code of 116 ### answer: SELECT no_in_series FROM table_15938543_1 WHERE production_code = 116 ### context: CREATE TABLE table_15938543_1 (no_in_series VARCHAR, production_code VARCHAR)
### question: Whats the title of the episode with production code 109 ### answer: SELECT title FROM table_15938543_1 WHERE production_code = 109 ### context: CREATE TABLE table_15938543_1 (title VARCHAR, production_code VARCHAR)
### question: How many episodes were written by Jack Burditt & Robert Carlock ### answer: SELECT COUNT(production_code) FROM table_15938543_1 WHERE written_by = "Jack Burditt & Robert Carlock" ### context: CREATE TABLE table_15938543_1 (production_code VARCHAR, written_by VARCHAR)
### question: How many episodes had an original air date with 5.1 million viewers ### answer: SELECT COUNT(original_air_date) FROM table_15938543_1 WHERE us_viewers__million_ = "5.1" ### context: CREATE TABLE table_15938543_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
### question: Who wrote the episode that was directed by Dennie Gordon ### answer: SELECT written_by FROM table_15938543_1 WHERE directed_by = "Dennie Gordon" ### context: CREATE TABLE table_15938543_1 (written_by VARCHAR, directed_by VARCHAR)
### question: What septembers are 17.1 in December? ### answer: SELECT december FROM table_15945862_1 WHERE september = "17.1" ### context: CREATE TABLE table_15945862_1 (december VARCHAR, september VARCHAR)
### question: March 0.41 in July? ### answer: SELECT july FROM table_15945862_1 WHERE march = "0.41" ### context: CREATE TABLE table_15945862_1 (july VARCHAR, march VARCHAR)
### question: What september has 10.35 in November? ### answer: SELECT september FROM table_15945862_1 WHERE november = "10.35" ### context: CREATE TABLE table_15945862_1 (september VARCHAR, november VARCHAR)
### question: January 7.34 where is June ? ### answer: SELECT january FROM table_15945862_1 WHERE june = "7.34" ### context: CREATE TABLE table_15945862_1 (january VARCHAR, june VARCHAR)
### question: What December is 8.77 in January ### answer: SELECT december FROM table_15945862_1 WHERE january = "8.77" ### context: CREATE TABLE table_15945862_1 (december VARCHAR, january VARCHAR)
### question: What is the genre for the hot fm station? ### answer: SELECT genre FROM table_1601792_3 WHERE station = "Hot FM" ### context: CREATE TABLE table_1601792_3 (genre VARCHAR, station VARCHAR)
### question: What is the frequency of hot fm? ### answer: SELECT COUNT(frequency) FROM table_1601792_3 WHERE station = "Hot FM" ### context: CREATE TABLE table_1601792_3 (frequency VARCHAR, station VARCHAR)
### question: What is the name of the station where the language is tamil malay? ### answer: SELECT station FROM table_1601792_3 WHERE language = "Tamil Malay" ### context: CREATE TABLE table_1601792_3 (station VARCHAR, language VARCHAR)
### question: Who operates the xfm station? ### answer: SELECT operator FROM table_1601792_3 WHERE station = "XFM" ### context: CREATE TABLE table_1601792_3 (operator VARCHAR, station VARCHAR)
### question: What is the language of the malacca fm station? ### answer: SELECT language FROM table_1601792_3 WHERE station = "Malacca FM" ### context: CREATE TABLE table_1601792_3 (language VARCHAR, station VARCHAR)
### question: What is the station that is transmitted at 20 kw and has a frequency of 48 uhf? ### answer: SELECT television_station FROM table_1601792_4 WHERE transmitted = "20 kW" AND frequency = "48 UHF" ### context: CREATE TABLE table_1601792_4 (television_station VARCHAR, transmitted VARCHAR, frequency VARCHAR)
### question: How many stations have a 35 uhf frequency? ### answer: SELECT COUNT(television_station) FROM table_1601792_4 WHERE frequency = "35 UHF" ### context: CREATE TABLE table_1601792_4 (television_station VARCHAR, frequency VARCHAR)
### question: What are the site(s) for tv station 8tv? ### answer: SELECT site FROM table_1601792_4 WHERE television_station = "8TV" ### context: CREATE TABLE table_1601792_4 (site VARCHAR, television_station VARCHAR)
### question: What are the network(s) for tv1? ### answer: SELECT network FROM table_1601792_4 WHERE television_station = "TV1" ### context: CREATE TABLE table_1601792_4 (network VARCHAR, television_station VARCHAR)
### question: How many stations are transmitted on frequency 7 uhf? ### answer: SELECT COUNT(transmitted) FROM table_1601792_4 WHERE frequency = "7 UHF" ### context: CREATE TABLE table_1601792_4 (transmitted VARCHAR, frequency VARCHAR)
### question: What site(s) for tv station tv3? ### answer: SELECT site FROM table_1601792_4 WHERE television_station = "TV3" ### context: CREATE TABLE table_1601792_4 (site VARCHAR, television_station VARCHAR)
### question: Name the number of headphone class for sr100 ### answer: SELECT COUNT(headphone_class) FROM table_1601027_2 WHERE headphone_model = "SR100" ### context: CREATE TABLE table_1601027_2 (headphone_class VARCHAR, headphone_model VARCHAR)
### question: Name what succeeded by for foam ### answer: SELECT succeeded_by FROM table_1601027_2 WHERE earpads = "Foam" ### context: CREATE TABLE table_1601027_2 (succeeded_by VARCHAR, earpads VARCHAR)
### question: Name the headphone model for succeeded by sr125 ### answer: SELECT headphone_model FROM table_1601027_2 WHERE succeeded_by = "SR125" ### context: CREATE TABLE table_1601027_2 (headphone_model VARCHAR, succeeded_by VARCHAR)
### question: Name the driver matched db for joseph grado signature ### answer: SELECT driver_matched_db FROM table_1601027_2 WHERE headphone_class = "Joseph Grado Signature" ### context: CREATE TABLE table_1601027_2 (driver_matched_db VARCHAR, headphone_class VARCHAR)
### question: At which stadiums was attendance total 79176? ### answer: SELECT game_site FROM table_16028479_2 WHERE attendance = 79176 ### context: CREATE TABLE table_16028479_2 (game_site VARCHAR, attendance VARCHAR)
### question: how many times were points counted for fk prienai ### answer: SELECT COUNT(points) FROM table_16034882_3 WHERE club = "FK Prienai" ### context: CREATE TABLE table_16034882_3 (points VARCHAR, club VARCHAR)
### question: what is the highest number of draws for sveikata kybartai ### answer: SELECT MAX(draws) FROM table_16034882_3 WHERE club = "Sveikata Kybartai" ### context: CREATE TABLE table_16034882_3 (draws INTEGER, club VARCHAR)
### question: What are the total number of losses for the team who has conceded 22? ### answer: SELECT COUNT(loses) FROM table_16034882_4 WHERE goals_conceded = 22 ### context: CREATE TABLE table_16034882_4 (loses VARCHAR, goals_conceded VARCHAR)
### question: What is the amount of points for the team with 13 wins? ### answer: SELECT points FROM table_16034882_4 WHERE wins = 13 ### context: CREATE TABLE table_16034882_4 (points VARCHAR, wins VARCHAR)
### question: How many draws did švyturys Klaipėda have? ### answer: SELECT MIN(draws) FROM table_16034882_4 WHERE club = "Švyturys Klaipėda" ### context: CREATE TABLE table_16034882_4 (draws INTEGER, club VARCHAR)
### question: What position did the team with 3 losses finish? ### answer: SELECT MIN(position) FROM table_16034882_4 WHERE loses = 3 ### context: CREATE TABLE table_16034882_4 (position INTEGER, loses VARCHAR)
### question: How many points did piritas klaipėda get? ### answer: SELECT points FROM table_16034882_4 WHERE club = "Piritas Klaipėda" ### context: CREATE TABLE table_16034882_4 (points VARCHAR, club VARCHAR)
### question: How many wins did the team with 42 points get? ### answer: SELECT wins FROM table_16034882_4 WHERE points = 42 ### context: CREATE TABLE table_16034882_4 (wins VARCHAR, points VARCHAR)
### question: How many total goals were scored in games where goals conceded was 35? ### answer: SELECT COUNT(goals_scored) FROM table_16034882_2 WHERE goals_conceded = 35 ### context: CREATE TABLE table_16034882_2 (goals_scored VARCHAR, goals_conceded VARCHAR)
### question: What is the fewest number of games played? ### answer: SELECT MIN(games_played) FROM table_16034882_2 ### context: CREATE TABLE table_16034882_2 (games_played INTEGER)
### question: How many games were lost when the goals scored was 37? ### answer: SELECT COUNT(loses) FROM table_16034882_2 WHERE goals_scored = 37 ### context: CREATE TABLE table_16034882_2 (loses VARCHAR, goals_scored VARCHAR)
### question: What type of government does Kyrgyzstan have? ### answer: SELECT 2012 AS _democracy_index FROM table_1604579_2 WHERE country = "Kyrgyzstan" ### context: CREATE TABLE table_1604579_2 (country VARCHAR)
### question: How economically free is the country of Armenia? ### answer: SELECT 2013 AS _index_of_economic_freedom FROM table_1604579_2 WHERE country = "Armenia" ### context: CREATE TABLE table_1604579_2 (country VARCHAR)
### question: How much freedom can did the people of Guinea experience in 2013? ### answer: SELECT freedom_in_the_world_2013 FROM table_1604579_2 WHERE country = "Guinea" ### context: CREATE TABLE table_1604579_2 (freedom_in_the_world_2013 VARCHAR, country VARCHAR)
### question: How many freedom indices does the country of Austria have? ### answer: SELECT COUNT(2013 AS _press_freedom_index) FROM table_1604579_2 WHERE country = "Austria" ### context: CREATE TABLE table_1604579_2 (country VARCHAR)
### question: How many times was the incumbent elected in Washington 4 district? ### answer: SELECT COUNT(elected) FROM table_16185956_1 WHERE district = "Washington 4" ### context: CREATE TABLE table_16185956_1 (elected VARCHAR, district VARCHAR)
### question: What is the status of the district where the result is 63% 37%? ### answer: SELECT status FROM table_16185956_1 WHERE results = "63% 37%" ### context: CREATE TABLE table_16185956_1 (status VARCHAR, results VARCHAR)
### question: Who are the candidates in Washington 1 district? ### answer: SELECT 2008 AS _candidates FROM table_16185956_1 WHERE district = "Washington 1" ### context: CREATE TABLE table_16185956_1 (district VARCHAR)
### question: How many groups of candidates are there in there in the district where the incumbent is Doc Hastings? ### answer: SELECT COUNT(2008 AS _candidates) FROM table_16185956_1 WHERE incumbent = "Doc Hastings" ### context: CREATE TABLE table_16185956_1 (incumbent VARCHAR)
### question: What is the highest number of Counties carries? ### answer: SELECT MAX(counties_carries) FROM table_16186152_1 ### context: CREATE TABLE table_16186152_1 (counties_carries INTEGER)
### question: How many state delegates did Candidate Mitt Romney have? ### answer: SELECT MAX(state_delegate) FROM table_16186152_1 WHERE candidate = "Mitt Romney" ### context: CREATE TABLE table_16186152_1 (state_delegate INTEGER, candidate VARCHAR)
### question: Candidate John Mccain had how many delegates? ### answer: SELECT delegates FROM table_16186152_1 WHERE candidate = "John McCain" ### context: CREATE TABLE table_16186152_1 (delegates VARCHAR, candidate VARCHAR)
### question: What's the percentage when the state delegate is 1662? ### answer: SELECT percentage FROM table_16186152_1 WHERE state_delegate = 1662 ### context: CREATE TABLE table_16186152_1 (percentage VARCHAR, state_delegate VARCHAR)
### question: What series was sorted at number 3? ### answer: SELECT series_sorted FROM table_1620397_5 WHERE _number = 3 ### context: CREATE TABLE table_1620397_5 (series_sorted VARCHAR, _number VARCHAR)
### question: What was the doctor for sorted series 6eb/b? ### answer: SELECT doctor FROM table_1620397_5 WHERE series_sorted = "6EB/B" ### context: CREATE TABLE table_1620397_5 (doctor VARCHAR, series_sorted VARCHAR)
### question: What was the doctor when the author was Gary Hopkins category:articles with hcards? ### answer: SELECT doctor FROM table_1620397_5 WHERE author = "Gary Hopkins Category:Articles with hCards" ### context: CREATE TABLE table_1620397_5 (doctor VARCHAR, author VARCHAR)
### question: Name the municpality for 57 populaton ### answer: SELECT municipality FROM table_16278673_1 WHERE population = "57" ### context: CREATE TABLE table_16278673_1 (municipality VARCHAR, population VARCHAR)
### question: Name the population for sørvágur ### answer: SELECT population FROM table_16278673_1 WHERE municipality = "Sørvágur" ### context: CREATE TABLE table_16278673_1 (population VARCHAR, municipality VARCHAR)
### question: Name the minimum inhabitants for markatal 49 ### answer: SELECT MIN(inhabitants_per_km²) FROM table_16278673_1 WHERE markatal = 49 ### context: CREATE TABLE table_16278673_1 (inhabitants_per_km² INTEGER, markatal VARCHAR)
### question: How many events have a time of 1:48.322? ### answer: SELECT event FROM table_16308030_1 WHERE time = "1:48.322" ### context: CREATE TABLE table_16308030_1 (event VARCHAR, time VARCHAR)
### question: How many years have a time of 1:42.086? ### answer: SELECT COUNT(year) FROM table_16308030_1 WHERE time = "1:42.086" ### context: CREATE TABLE table_16308030_1 (year VARCHAR, time VARCHAR)
### question: Which college did Leon Perry attend? ### answer: SELECT college FROM table_16376436_1 WHERE player = "Leon Perry" ### context: CREATE TABLE table_16376436_1 (college VARCHAR, player VARCHAR)
### question: What is the NFL team for the player who's college was Norfolk State? ### answer: SELECT nfl_team FROM table_16376436_1 WHERE college = "Norfolk State" ### context: CREATE TABLE table_16376436_1 (nfl_team VARCHAR, college VARCHAR)
### question: Which player was pick number 150? ### answer: SELECT player FROM table_16376436_1 WHERE pick__number = 150 ### context: CREATE TABLE table_16376436_1 (player VARCHAR, pick__number VARCHAR)
### question: What college did the defensive back attend? ### answer: SELECT college FROM table_16376436_1 WHERE position = "Defensive Back" ### context: CREATE TABLE table_16376436_1 (college VARCHAR, position VARCHAR)
### question: What is the NFL team for the player who's college was North Carolina? ### answer: SELECT nfl_team FROM table_16376436_1 WHERE college = "North Carolina" ### context: CREATE TABLE table_16376436_1 (nfl_team VARCHAR, college VARCHAR)
### question: What is the pick number for the player Garry Lewis? ### answer: SELECT MIN(pick__number) FROM table_16376436_1 WHERE player = "Garry Lewis" ### context: CREATE TABLE table_16376436_1 (pick__number INTEGER, player VARCHAR)
### question: What is the home team that played on M.C.G. grounds? ### answer: SELECT home_team FROM table_16388398_2 WHERE ground = "M.C.G." ### context: CREATE TABLE table_16388398_2 (home_team VARCHAR, ground VARCHAR)
### question: What was the home team score when Brisbane lions was the home team? ### answer: SELECT home_team AS score FROM table_16388398_1 WHERE home_team = "Brisbane Lions" ### context: CREATE TABLE table_16388398_1 (home_team VARCHAR)
### question: When was the game played on Manuka Oval? ### answer: SELECT date FROM table_16388398_1 WHERE ground = "Manuka Oval" ### context: CREATE TABLE table_16388398_1 (date VARCHAR, ground VARCHAR)
### question: What was the score for the home team when the away team was Sydney? ### answer: SELECT home_team AS score FROM table_16388398_1 WHERE away_team = "Sydney" ### context: CREATE TABLE table_16388398_1 (home_team VARCHAR, away_team VARCHAR)
### question: What were the home team scores at york park? ### answer: SELECT home_team AS score FROM table_16388478_2 WHERE ground = "York Park" ### context: CREATE TABLE table_16388478_2 (home_team VARCHAR, ground VARCHAR)
### question: How many locations were there when sydney was the home team? ### answer: SELECT COUNT(ground) FROM table_16388478_2 WHERE home_team = "Sydney" ### context: CREATE TABLE table_16388478_2 (ground VARCHAR, home_team VARCHAR)
### question: What were the home team scores when carlton was the home team? ### answer: SELECT home_team AS score FROM table_16388478_2 WHERE home_team = "Carlton" ### context: CREATE TABLE table_16388478_2 (home_team VARCHAR)
### question: What were all the away teams when the crowd was 13304? ### answer: SELECT away_team FROM table_16388478_2 WHERE crowd = 13304 ### context: CREATE TABLE table_16388478_2 (away_team VARCHAR, crowd VARCHAR)
### question: Name the least established ### answer: SELECT MIN(established) FROM table_1641054_2 ### context: CREATE TABLE table_1641054_2 (established INTEGER)
### question: Name the most official number for tf1 # being 42 ### answer: SELECT MAX(official__number) FROM table_16425614_4 WHERE tf1__number = 42 ### context: CREATE TABLE table_16425614_4 (official__number INTEGER, tf1__number VARCHAR)
### question: What was the nickname Established in 2002? ### answer: SELECT nickname FROM table_16432543_3 WHERE established = 2002 ### context: CREATE TABLE table_16432543_3 (nickname VARCHAR, established VARCHAR)