answer
stringlengths
37
161
context
stringlengths
40
126
question
stringlengths
15
152
SELECT writer FROM table_15026994_2 WHERE viewing_figure = "7.01 million"
CREATE TABLE table_15026994_2 (writer VARCHAR, viewing_figure VARCHAR)
What writers are associated with a viewing figure of 7.01 million?
SELECT week FROM table_14656147_2 WHERE record = "0-1"
CREATE TABLE table_14656147_2 (week VARCHAR, record VARCHAR)
List the record of 0-1 from the table?
SELECT COUNT(current_status) FROM table_1353096_2 WHERE station = "WJW-TV ++"
CREATE TABLE table_1353096_2 (current_status VARCHAR, station VARCHAR)
How many entries are listed under "current status" for the WJW-TV ++ Station?
SELECT incumbent FROM table_1341707_15 WHERE first_elected = "1964"
CREATE TABLE table_1341707_15 (incumbent VARCHAR, first_elected VARCHAR)
Which incumbent was first elected in 1964?
SELECT class_aA FROM table_14603057_2 WHERE class_a = "Plains" AND class_aAAAA = Lubbock
CREATE TABLE table_14603057_2 (class_aA VARCHAR, class_a VARCHAR, class_aAAAA VARCHAR, Lubbock VARCHAR)
Who was the Class AA winner when Plains was Class A winner and Lubbock was Class AAAAA winner?
SELECT target_city__market FROM table_134987_3 WHERE city_of_license = "Rapid City" AND format = "Alternative"
CREATE TABLE table_134987_3 (target_city__market VARCHAR, city_of_license VARCHAR, format VARCHAR)
What are the market city/market(s) for Rapid City Alternative format?
SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994"
CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR)
what's the primary payload(s) with launch date being july 8, 1994
SELECT frequency FROM table_134987_3 WHERE format = "Classic Country KRKI-FM booster"
CREATE TABLE table_134987_3 (frequency VARCHAR, format VARCHAR)
What is the frequency of the Classic Country Krki-fm booster station?
SELECT COUNT(position) FROM table_1473672_10 WHERE player = "Rene Lambert"
CREATE TABLE table_1473672_10 (position VARCHAR, player VARCHAR)
How many positions did 1972 NHL Draft pick Rene Lambert play?
SELECT points_against FROM table_14070062_4 WHERE points_for = "743"
CREATE TABLE table_14070062_4 (points_against VARCHAR, points_for VARCHAR)
was the the score when the tries was 743
SELECT COUNT(capital) FROM table_1404456_1 WHERE population_census_2009 = 284657
CREATE TABLE table_1404456_1 (capital VARCHAR, population_census_2009 VARCHAR)
how many capital with population census 2009 being 284657
SELECT fastest_lap FROM table_13512105_3 WHERE most_laps_led = "Scott Dixon" AND pole_position = "Graham Rahal"
CREATE TABLE table_13512105_3 (fastest_lap VARCHAR, most_laps_led VARCHAR, pole_position VARCHAR)
who else along with scott dixon and graham rahal drove with the most speed
SELECT income_poverty_f FROM table_13618358_1 WHERE services_ & _cons_truction_b = "72.5"
CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, services_ VARCHAR, _cons_truction_b VARCHAR)
How low was the income where services is 72.5?
SELECT COUNT(avg_finish) FROM table_1507423_4 WHERE winnings = "$3,816,362"
CREATE TABLE table_1507423_4 (avg_finish VARCHAR, winnings VARCHAR)
How many times were the winnings $3,816,362?
SELECT team FROM table_13619053_9 WHERE record = "15-63"
CREATE TABLE table_13619053_9 (team VARCHAR, record VARCHAR)
Which team was in a game with a record of 15-63?
SELECT losing_bonus FROM table_14058433_3 WHERE club = "Llandudno RFC"
CREATE TABLE table_14058433_3 (losing_bonus VARCHAR, club VARCHAR)
How many losing points does Llandudno RFC have?
SELECT MAX(first_elected) FROM table_1342270_24
CREATE TABLE table_1342270_24 (first_elected INTEGER)
what was the maxiumum for the first elected?
SELECT MAX(total_usable_hosts) FROM table_149426_4 WHERE network_mask = "255.255.255.224"
CREATE TABLE table_149426_4 (total_usable_hosts INTEGER, network_mask VARCHAR)
When the network mask is 255.255.255.224 what is the highest total usable host?
SELECT title FROM table_14847258_1 WHERE us_viewers__millions_ = "15.03"
CREATE TABLE table_14847258_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
15.03 million u.s viewers seen what episode?
SELECT COUNT(socialist) FROM table_1463383_1 WHERE peoples_party = "7.5%"
CREATE TABLE table_1463383_1 (socialist VARCHAR, peoples_party VARCHAR)
How many socialists correspond to a 7.5% People's Party?
SELECT wiaa_classification FROM table_1414702_3 WHERE high_school = "Oakland Alternative"
CREATE TABLE table_1414702_3 (wiaa_classification VARCHAR, high_school VARCHAR)
What is the WIAA classification of Oakland Alternative High School?
SELECT result FROM table_1341897_6 WHERE district = "Arkansas 5"
CREATE TABLE table_1341897_6 (result VARCHAR, district VARCHAR)
What was the result in the Arkansas 5 district election?
SELECT distribution FROM table_1357052_6 WHERE grsecurity = "Optional" AND compile_time_buffer_checks = "Yes"
CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR, compile_time_buffer_checks VARCHAR)
what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes
SELECT district FROM table_1341718_44 WHERE incumbent = "Earle Cabell"
CREATE TABLE table_1341718_44 (district VARCHAR, incumbent VARCHAR)
Which district elected incumbent Earle Cabell?
SELECT mixed_doubles FROM table_14319023_2 WHERE girls_doubles = "Anneke Feinya Agustin Wenny Setiawati"
CREATE TABLE table_14319023_2 (mixed_doubles VARCHAR, girls_doubles VARCHAR)
When girls doubles is anneke feinya agustin wenny setiawati what is the mixed doubles?
SELECT candidates FROM table_1342331_11 WHERE incumbent = "John S. Wood"
CREATE TABLE table_1342331_11 (candidates VARCHAR, incumbent VARCHAR)
What candidates ran in the election when john s. wood was the incumbent?
SELECT candidates FROM table_1341884_20 WHERE first_elected = 1961
CREATE TABLE table_1341884_20 (candidates VARCHAR, first_elected VARCHAR)
Who were all the candidates when the first elected year was 1961?
SELECT district FROM table_1342379_41 WHERE incumbent = "Edward Everett Eslick"
CREATE TABLE table_1342379_41 (district VARCHAR, incumbent VARCHAR)
What district does edward everett eslick represent?
SELECT points FROM table_14070062_4 WHERE try_bonus = "6"
CREATE TABLE table_14070062_4 (points VARCHAR, try_bonus VARCHAR)
what was the score when the extras were 6
SELECT writer FROM table_14778650_1 WHERE length = "4:29"
CREATE TABLE table_14778650_1 (writer VARCHAR, length VARCHAR)
Who was the writer for the song 4:29 in length?
SELECT party FROM table_1342331_43 WHERE incumbent = "Oliver H. Cross"
CREATE TABLE table_1342331_43 (party VARCHAR, incumbent VARCHAR)
What party is incumbent Oliver H. Cross?
SELECT COUNT(party) FROM table_1341865_44 WHERE district = "Tennessee 1"
CREATE TABLE table_1341865_44 (party VARCHAR, district VARCHAR)
how many party with district being tennessee 1
SELECT population__1931__in_1, 000 AS s FROM table_14245_3 WHERE voivodeship_or_city = "lubelskie"
CREATE TABLE table_14245_3 (population__1931__in_1 VARCHAR, voivodeship_or_city VARCHAR)
Name the population in 1931 for lubelskie
SELECT COUNT(wins) FROM table_1507423_4 WHERE position = "26th"
CREATE TABLE table_1507423_4 (wins VARCHAR, position VARCHAR)
How many wins were there when the position was 26th?
SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin
CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aA VARCHAR, Franklin VARCHAR)
For franklin of class aa, which school years does this occur?
SELECT MIN(first_downs) FROM table_14877831_2 WHERE attendance = 13196
CREATE TABLE table_14877831_2 (first_downs INTEGER, attendance VARCHAR)
How many first downs were there when the attendance was 13196?
SELECT party FROM table_1341604_22 WHERE district = "Massachusetts 3"
CREATE TABLE table_1341604_22 (party VARCHAR, district VARCHAR)
what's the party with dbeingtrict being massachusetts 3
SELECT candidates FROM table_1342370_12 WHERE first_elected = 1922
CREATE TABLE table_1342370_12 (candidates VARCHAR, first_elected VARCHAR)
Who were the candidates in the 1922 entry?
SELECT ground FROM table_14425454_1 WHERE crowd = "8,256"
CREATE TABLE table_14425454_1 (ground VARCHAR, crowd VARCHAR)
What stadiums had an attendance of 8,256?
SELECT played FROM table_13564637_3 WHERE lost = "8"
CREATE TABLE table_13564637_3 (played VARCHAR, lost VARCHAR)
What amount had all played that lost were 8?
SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W265AV"
CREATE TABLE table_13998897_1 (fcc_info VARCHAR, call_sign VARCHAR)
what's the fcc info with call sign being w265av
SELECT COUNT(publisher_s_) FROM table_14325653_2 WHERE video_game = "Flushed Away"
CREATE TABLE table_14325653_2 (publisher_s_ VARCHAR, video_game VARCHAR)
Name the total number of publishers for flushed away
SELECT district FROM table_1341598_10 WHERE incumbent = "Michael Bilirakis"
CREATE TABLE table_1341598_10 (district VARCHAR, incumbent VARCHAR)
In what district was the incumbent Michael Bilirakis?
SELECT airport FROM table_13836704_4 WHERE aircraft_movements_2009 < 238223.1659471435 AND change_2008_09 = "0.5%"
CREATE TABLE table_13836704_4 (airport VARCHAR, aircraft_movements_2009 VARCHAR, change_2008_09 VARCHAR)
what's the airport with aircraft movements 2009 being smaller than 238223.1659471435 and change 2008/09 being 0.5%
SELECT original_air_date FROM table_14724369_1 WHERE directed_by = "Michael DiMartino"
CREATE TABLE table_14724369_1 (original_air_date VARCHAR, directed_by VARCHAR)
When did the show directed by Michael Dimartino first air?
SELECT area__km_2__ FROM table_1404456_1 WHERE population_census_2009 = 939370
CREATE TABLE table_1404456_1 (area__km_2__ VARCHAR, population_census_2009 VARCHAR)
what's the area (km 2 ) with population census 2009 being 939370
SELECT COUNT(incumbent) FROM table_1341690_21 WHERE candidates = "Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%"
CREATE TABLE table_1341690_21 (incumbent VARCHAR, candidates VARCHAR)
How many times was the candidates paul tsongas (d) 60.6% paul w. cronin (r) 39.4%?
SELECT voice_actor__japanese_ FROM table_1410384_1 WHERE character_name = "Goku"
CREATE TABLE table_1410384_1 (voice_actor__japanese_ VARCHAR, character_name VARCHAR)
who is the the voice actor (japanese) with character name being goku
SELECT district FROM table_1342256_40 WHERE incumbent = "James P. Richards"
CREATE TABLE table_1342256_40 (district VARCHAR, incumbent VARCHAR)
What is the district for james p. richards?
SELECT COUNT(date) FROM table_13480122_5 WHERE score = "W 113–87"
CREATE TABLE table_13480122_5 (date VARCHAR, score VARCHAR)
how many date with score being w 113–87
SELECT position FROM table_1473672_4 WHERE player = "Ron Lalonde"
CREATE TABLE table_1473672_4 (position VARCHAR, player VARCHAR)
Name the position for ron lalonde
SELECT original_title FROM table_14631909_1 WHERE english_title = "Europe for Dummies"
CREATE TABLE table_14631909_1 (original_title VARCHAR, english_title VARCHAR)
What is the original title of europe for dummies?
SELECT class_a FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND class_aAAA = Brownwood
CREATE TABLE table_14747043_1 (class_a VARCHAR, class_aAAAA VARCHAR, Weslaco VARCHAR, class_aAAA VARCHAR, Brownwood VARCHAR)
Which is the class A when Weslaco was the class AAAAA and brownwood was the class AAAA
SELECT TV AS season FROM table_1348989_2 WHERE season = "3rd"
CREATE TABLE table_1348989_2 (TV VARCHAR, season VARCHAR)
In what TV season did the 3rd season air?
SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = "26 October 1969"
CREATE TABLE table_1439096_1 (director VARCHAR, original_air_date__atv_ VARCHAR)
Who was the director of the episode originally aired on 26 October 1969?
SELECT location FROM table_14884844_2 WHERE athletes = "Birgit Fischer"
CREATE TABLE table_14884844_2 (location VARCHAR, athletes VARCHAR)
What are all the places where Birgit Fischer competed?
SELECT party FROM table_1342359_15 WHERE district = "Kansas 1"
CREATE TABLE table_1342359_15 (party VARCHAR, district VARCHAR)
what are all the party with district being kansas 1
SELECT MAX(attendance) FROM table_14875671_1 WHERE week = 8
CREATE TABLE table_14875671_1 (attendance INTEGER, week VARCHAR)
What was the attendance in week 8?
SELECT capital FROM table_14532_1 WHERE region = "Umbria"
CREATE TABLE table_14532_1 (capital VARCHAR, region VARCHAR)
What is the capital of Umbria?
SELECT party FROM table_1342233_32 WHERE district = "New York 20"
CREATE TABLE table_1342233_32 (party VARCHAR, district VARCHAR)
What is the party for new york 20?
SELECT COUNT(candidates) FROM table_1342149_24 WHERE first_elected = 1941
CREATE TABLE table_1342149_24 (candidates VARCHAR, first_elected VARCHAR)
Name the number of candidates for 1941
SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = "Tom Hilde"
CREATE TABLE table_14407512_23 (nationality VARCHAR, name VARCHAR)
Name the number of nationality is tom hilde
SELECT title__english_ FROM table_1481865_1 WHERE title__original_ = "Die Qual der Wahl"
CREATE TABLE table_1481865_1 (title__english_ VARCHAR, title__original_ VARCHAR)
What is the English title when the original title is Die Qual Der Wahl?
SELECT game_site FROM table_14984103_1 WHERE week = 6
CREATE TABLE table_14984103_1 (game_site VARCHAR, week VARCHAR)
Name the game site for week 6
SELECT class_aAAA FROM table_14603212_5 WHERE school_year = "2004-05"
CREATE TABLE table_14603212_5 (class_aAAA VARCHAR, school_year VARCHAR)
What are all the AAAA classes in the schools years 2004-05?
SELECT MAX(episodes) FROM table_14855908_3 WHERE region_4 = "March 4, 2010"
CREATE TABLE table_14855908_3 (episodes INTEGER, region_4 VARCHAR)
How many episodes were put out in Region 4 on March 4, 2010?
SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1998___pioneer_ = "Paul Dobson"
CREATE TABLE table_1410384_1 (character_name VARCHAR, voice_actor__english_1998___pioneer_ VARCHAR)
what's the character name with voice actor (englbeingh 1998 / pioneer) being paul dobson
SELECT COUNT(senior__4th_year_) FROM table_13967239_2 WHERE junior__3rd_year_ = "World History"
CREATE TABLE table_13967239_2 (senior__4th_year_ VARCHAR, junior__3rd_year_ VARCHAR)
How many classes between senior and junior year for world history
SELECT party FROM table_1342292_2 WHERE incumbent = "William B. Bankhead"
CREATE TABLE table_1342292_2 (party VARCHAR, incumbent VARCHAR)
what's the party with incumbent being william b. bankhead
SELECT original_air_date FROM table_1481865_1 WHERE number_of_episode = 6
CREATE TABLE table_1481865_1 (original_air_date VARCHAR, number_of_episode VARCHAR)
What was the original air date for episode number 6?
SELECT class_aAAA FROM table_14603057_2 WHERE school_year = "2006-07"
CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
Who was the Class AAAA champion in 2006-07?
SELECT first_elected FROM table_1342198_13 WHERE incumbent = "Barratt O'Hara"
CREATE TABLE table_1342198_13 (first_elected VARCHAR, incumbent VARCHAR)
What year was incumbent barratt o'hara first elected?
SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server"
CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR)
Which providers use exchange server?
SELECT entered FROM table_14345690_2 WHERE celebrity = "Darren Day"
CREATE TABLE table_14345690_2 (entered VARCHAR, celebrity VARCHAR)
When did Darren Day enter?
SELECT circuit FROM table_14016079_1 WHERE race_title = "City of Ipswich 400"
CREATE TABLE table_14016079_1 (circuit VARCHAR, race_title VARCHAR)
On what circuit was the City of Ipswich 400 race held?
SELECT candidates FROM table_1341884_23 WHERE district = "Massachusetts 8"
CREATE TABLE table_1341884_23 (candidates VARCHAR, district VARCHAR)
Name the candidates for massachusetts 8
SELECT result FROM table_1342331_11 WHERE first_elected = 1914
CREATE TABLE table_1342331_11 (result VARCHAR, first_elected VARCHAR)
What was the result of the election held in 1914?
SELECT municipality FROM table_1480455_1 WHERE human_development_index__2000_ = "0.7827"
CREATE TABLE table_1480455_1 (municipality VARCHAR, human_development_index__2000_ VARCHAR)
What municipality where the human development index in the year 2000 was 0.7827?
SELECT COUNT(party) FROM table_1341930_5 WHERE district = "Arkansas 1"
CREATE TABLE table_1341930_5 (party VARCHAR, district VARCHAR)
What is the number of party in the arkansas 1 district
SELECT COUNT(left_bloc) FROM table_1463383_1 WHERE social_democratic = "32.1%"
CREATE TABLE table_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR)
How many percentages of Left Bloc correspond to a 32.1% Social Democratic?
SELECT barrier FROM table_13498403_1 WHERE jockey = "Darryll Holland"
CREATE TABLE table_13498403_1 (barrier VARCHAR, jockey VARCHAR)
How old is Darryll Holland's horse
SELECT womens_singles FROM table_14496232_2 WHERE tour = "Korea Open Super Series"
CREATE TABLE table_14496232_2 (womens_singles VARCHAR, tour VARCHAR)
Name the womens singles for korea open super series
SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = "22 city, 30 hwy, 25 comb"
CREATE TABLE table_1373768_1 (torque VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR)
what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb
SELECT current_status FROM table_1353096_2 WHERE station = "KDAF **"
CREATE TABLE table_1353096_2 (current_status VARCHAR, station VARCHAR)
What is the current status of the KDAF ** Station?
SELECT title FROM table_14724369_1 WHERE production_code = "1ACX04"
CREATE TABLE table_14724369_1 (title VARCHAR, production_code VARCHAR)
Which title had the production code 1ACX04?
SELECT reg_season FROM table_14225409_1 WHERE playoffs = "Conference Semifinals" AND us_open_cup = "Did not qualify"
CREATE TABLE table_14225409_1 (reg_season VARCHAR, playoffs VARCHAR, us_open_cup VARCHAR)
What was the regular season standings for the year when the playoffs reached the conference semifinals and the team did not qualify for the US Open Cup?
SELECT COUNT(party) FROM table_1341930_5 WHERE incumbent = "James William Trimble"
CREATE TABLE table_1341930_5 (party VARCHAR, incumbent VARCHAR)
Name the number of party with the incubent james william trimble
SELECT incumbent FROM table_1342249_35 WHERE district = "Ohio 12"
CREATE TABLE table_1342249_35 (incumbent VARCHAR, district VARCHAR)
What is the incumbent for ohio 12?
SELECT COUNT(candidates) FROM table_1342426_18 WHERE incumbent = "John N. Sandlin"
CREATE TABLE table_1342426_18 (candidates VARCHAR, incumbent VARCHAR)
How many candidates won the election of john n. sandlin?
SELECT MAX(money_list_rank) FROM table_14836185_3
CREATE TABLE table_14836185_3 (money_list_rank INTEGER)
What was the highest number on money list rank for Angela Stanford's career?
SELECT COUNT(result) FROM table_1341672_6 WHERE candidates = "Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%"
CREATE TABLE table_1341672_6 (result VARCHAR, candidates VARCHAR)
How many times did an election feature the result robert l. leggett (d) 50.2% albert dehr (r) 49.8%?
SELECT district FROM table_1342270_3 WHERE incumbent = "Sam Hobbs"
CREATE TABLE table_1342270_3 (district VARCHAR, incumbent VARCHAR)
what are all the district with incumbent being sam hobbs
SELECT men_doubles FROM table_14903355_2 WHERE womens_doubles = "Caroline Persyn Smids"
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, womens_doubles VARCHAR)
Name the men doubles for caroline persyn smids
SELECT original_air_date FROM table_15026994_2 WHERE viewing_figure = "7.27 million"
CREATE TABLE table_15026994_2 (original_air_date VARCHAR, viewing_figure VARCHAR)
What original air dates are associated with a viewing figure of 7.27 million?
SELECT incumbent FROM table_1342331_5 WHERE candidates = "Ben Cravens (D) Unopposed"
CREATE TABLE table_1342331_5 (incumbent VARCHAR, candidates VARCHAR)
who is the the incumbent with candidates being ben cravens (d) unopposed
SELECT COUNT(license) FROM table_15038373_1 WHERE version = "1.2.2.0"
CREATE TABLE table_15038373_1 (license VARCHAR, version VARCHAR)
How many licenses have version 1.2.2.0?
SELECT MAX(touchdowns) FROM table_14342592_7 WHERE player = "Heston"
CREATE TABLE table_14342592_7 (touchdowns INTEGER, player VARCHAR)
How many touchdowns were there when Heston was in play?
SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = "Racing de Córdoba"
CREATE TABLE table_14460085_3 (team VARCHAR)
How many points in 87/88 for racing de córdoba?
SELECT english_title FROM table_14631909_1 WHERE author = "Mariusz Szczygieł"
CREATE TABLE table_14631909_1 (english_title VARCHAR, author VARCHAR)
What is the English version of Mariusz Szczygieł book?
SELECT COUNT(won) FROM table_13564702_3 WHERE tries_for = "92"
CREATE TABLE table_13564702_3 (won VARCHAR, tries_for VARCHAR)
Name total number of won for tries for 92