question
stringlengths
15
152
context
stringlengths
58
202
answer
stringlengths
37
161
What are the changes (2010 to 2011) where the International Tourist Arrivals is 1.7 million?
columns: - name: change__2010_to_2011_ type: VARCHAR - name: international_tourist_arrivals__2011_ type: VARCHAR table: table_14752049_2
SELECT change__2010_to_2011_ FROM table_14752049_2 WHERE international_tourist_arrivals__2011_ = "1.7 million"
Name the 1991-1992 for river plate
columns: - name: team type: VARCHAR table: table_14390413_1
SELECT 1991 AS _1992 FROM table_14390413_1 WHERE team = "River Plate"
what's the bleeding time with platelet count being decreased or unaffected
columns: - name: bleeding_time type: VARCHAR - name: platelet_count type: VARCHAR table: table_14006_1
SELECT bleeding_time FROM table_14006_1 WHERE platelet_count = "Decreased or unaffected"
what the highest number for the opposite of offense for the green bay packers
columns: - name: team_defense_rank type: INTEGER - name: nfl_team type: VARCHAR table: table_1402270_1
SELECT MAX(team_defense_rank) FROM table_1402270_1 WHERE nfl_team = "Green Bay Packers"
What number episode in the series is the episode "things that fly"?
columns: - name: series_number type: INTEGER - name: episode_title type: VARCHAR table: table_13505192_3
SELECT MAX(series_number) FROM table_13505192_3 WHERE episode_title = "Things That Fly"
What is the region where Milan is located?
columns: - name: region type: VARCHAR - name: capital type: VARCHAR table: table_14532_1
SELECT region FROM table_14532_1 WHERE capital = "Milan"
Who are the mens doubles and womens singles is wang shixian?
columns: - name: mens_doubles type: VARCHAR - name: womens_singles type: VARCHAR table: table_13553701_1
SELECT mens_doubles FROM table_13553701_1 WHERE womens_singles = "Wang Shixian"
what is the party where the incumbent is edward boland?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341690_21
SELECT party FROM table_1341690_21 WHERE incumbent = "Edward Boland"
Who are the mens singles and womens singles with sun yu?
columns: - name: mens_singles type: VARCHAR - name: womens_singles type: VARCHAR table: table_13553701_1
SELECT mens_singles FROM table_13553701_1 WHERE womens_singles = "Sun Yu"
What was the result of the election when Tic Forrester ran as an incumbent?
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342149_11
SELECT result FROM table_1342149_11 WHERE incumbent = "Tic Forrester"
available subnets leading total is?
columns: - name: available_subnets type: INTEGER table: table_149426_4
SELECT MAX(available_subnets) FROM table_149426_4
Who is the famous for that finished 2nd?
columns: - name: famous_for type: VARCHAR - name: finished type: VARCHAR table: table_14345690_5
SELECT famous_for FROM table_14345690_5 WHERE finished = "2nd"
What are electricals where secretariat is po(w)?
columns: - name: electrical type: VARCHAR - name: secretariat type: VARCHAR table: table_1348246_3
SELECT electrical FROM table_1348246_3 WHERE secretariat = "PO(W)"
When 0-1 is the aggregate what are the home (1st leg)?
columns: - name: home__1st_leg_ type: VARCHAR - name: aggregate type: VARCHAR table: table_14219514_2
SELECT home__1st_leg_ FROM table_14219514_2 WHERE aggregate = "0-1"
How many candidates ran in the race where the incumbent is J. L. Pilcher?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342013_10
SELECT COUNT(candidates) FROM table_1342013_10 WHERE incumbent = "J. L. Pilcher"
When mixed doubles is didit juang indrianto yayu rahayu what is the most current year?
columns: - name: year type: INTEGER - name: mixed_doubles type: VARCHAR table: table_14319023_2
SELECT MAX(year) FROM table_14319023_2 WHERE mixed_doubles = "Didit Juang Indrianto Yayu Rahayu"
how many height m ( ft ) with frequency mhz being 100.1
columns: - name: height_m___ft__ type: VARCHAR - name: frequency_mhz type: VARCHAR table: table_13998897_1
SELECT COUNT(height_m___ft__) FROM table_13998897_1 WHERE frequency_mhz = "100.1"
What district does Harlan Hagen represent?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342013_5
SELECT district FROM table_1342013_5 WHERE incumbent = "Harlan Hagen"
What is the pick# for the medicine hat tigers (wchl)?
columns: - name: pick__number type: INTEGER - name: college_junior_club_team type: VARCHAR table: table_1473672_2
SELECT MIN(pick__number) FROM table_1473672_2 WHERE college_junior_club_team = "Medicine Hat Tigers (WCHL)"
who wrote with original air date being september23,1995
columns: - name: written_by type: VARCHAR - name: original_air_date type: VARCHAR table: table_14637853_3
SELECT written_by FROM table_14637853_3 WHERE original_air_date = "September23,1995"
What is the gender of senior high school 26mm?
columns: - name: gender type: VARCHAR - name: senior_high_school__15_18_yrs_ type: VARCHAR table: table_13555999_1
SELECT gender FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = "26mm"
How many people were elected in 1929
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1342359_17
SELECT COUNT(candidates) FROM table_1342359_17 WHERE first_elected = 1929
what is the district where the incumbent is richard kelly?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341672_10
SELECT district FROM table_1341672_10 WHERE incumbent = "Richard Kelly"
What was the result in the election where the incumbent was first elected in 1942?
columns: - name: result type: VARCHAR - name: first_elected type: VARCHAR table: table_1342149_43
SELECT result FROM table_1342149_43 WHERE first_elected = "1942"
Who was the winner in the Louisiana 7 district?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1341865_20
SELECT incumbent FROM table_1341865_20 WHERE district = "Louisiana 7"
What district is incumbent robert l. mouton from?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342292_17
SELECT district FROM table_1342292_17 WHERE incumbent = "Robert L. Mouton"
What percentage of Asians are there in the year 2004?
columns: - name: asian___percentage_ type: VARCHAR - name: year type: VARCHAR table: table_14754471_1
SELECT asian___percentage_ FROM table_14754471_1 WHERE year = 2004
How many release dates does volume 4 DVD have?
columns: - name: release_date type: VARCHAR - name: dvd_name type: VARCHAR table: table_1467951_4
SELECT COUNT(release_date) FROM table_1467951_4 WHERE dvd_name = "Volume 4"
What was the distance of the race in which Northerly raced in group G3?
columns: - name: distance type: VARCHAR - name: group type: VARCHAR table: table_1358608_4
SELECT distance FROM table_1358608_4 WHERE group = "G3"
What is the frequency for the Christian Kawz-fm Translator station?
columns: - name: frequency type: VARCHAR - name: format type: VARCHAR table: table_134987_3
SELECT frequency FROM table_134987_3 WHERE format = "Christian KAWZ-FM translator"
what's the trim with engine being 3.5l lz4 v6
columns: - name: trim type: VARCHAR - name: engine type: VARCHAR table: table_1373768_1
SELECT trim FROM table_1373768_1 WHERE engine = "3.5L LZ4 V6"
For which country does Keith Fergus play?
columns: - name: country type: VARCHAR - name: player type: VARCHAR table: table_1515346_2
SELECT country FROM table_1515346_2 WHERE player = "Keith Fergus"
what's the percentage of votes with election date being 1981
columns: - name: percentage_of_votes type: VARCHAR - name: election_date type: VARCHAR table: table_13746866_2
SELECT percentage_of_votes FROM table_13746866_2 WHERE election_date = 1981
How many episodes had a broadcast date and run time of 24:43?
columns: - name: broadcast_date type: VARCHAR - name: run_time type: VARCHAR table: table_1429629_1
SELECT COUNT(broadcast_date) FROM table_1429629_1 WHERE run_time = "24:43"
What is the software with version 1.2.2.0?
columns: - name: software type: VARCHAR - name: version type: VARCHAR table: table_15038373_1
SELECT software FROM table_15038373_1 WHERE version = "1.2.2.0"
What is the highest pick number?
columns: - name: pick__number type: INTEGER table: table_14650373_1
SELECT MAX(pick__number) FROM table_14650373_1
What was the team's result in week 4?
columns: - name: result type: VARCHAR - name: week type: VARCHAR table: table_14942535_1
SELECT result FROM table_14942535_1 WHERE week = 4
What was the final result for Craig Hosmer?
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342013_5
SELECT result FROM table_1342013_5 WHERE incumbent = "Craig Hosmer"
What percentage of Asians are there in the year 2009?
columns: - name: asian___percentage_ type: VARCHAR - name: year type: VARCHAR table: table_14754471_1
SELECT asian___percentage_ FROM table_14754471_1 WHERE year = 2009
who is the the high rebounds with team being vancouver
columns: - name: high_rebounds type: VARCHAR - name: team type: VARCHAR table: table_13557843_7
SELECT high_rebounds FROM table_13557843_7 WHERE team = "Vancouver"
Name the most epiosdes when region 4 is march 13, 2008
columns: - name: episodes type: INTEGER - name: region_4 type: VARCHAR table: table_14562722_2
SELECT MAX(episodes) FROM table_14562722_2 WHERE region_4 = "March 13, 2008"
Who were all candidate when incumbent was D. Wyatt Aiken?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1431467_4
SELECT candidates FROM table_1431467_4 WHERE incumbent = "D. Wyatt Aiken"
Which party was the incumbent from when the cadidates were henry e. barbour (r) 52.1% henry hawson (d) 47.9%? Answer: Democratic
columns: - name: party type: VARCHAR - name: candidates type: VARCHAR table: table_1346118_5
SELECT COUNT(party) FROM table_1346118_5 WHERE candidates = "Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%"
Who is the candidate wehre district is louisiana 1?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342198_18
SELECT candidates FROM table_1342198_18 WHERE district = "Louisiana 1"
What is the highest win for the team Nacional?
columns: - name: wins type: INTEGER - name: team type: VARCHAR table: table_14871601_1
SELECT MAX(wins) FROM table_14871601_1 WHERE team = "Nacional"
Who are all of the candidates in the election featuring james r. domengeaux?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342256_18
SELECT candidates FROM table_1342256_18 WHERE incumbent = "James R. Domengeaux"
Who is the main presenter of the series Twelve (2012)?
columns: - name: main_presenter type: VARCHAR - name: series type: VARCHAR table: table_14345690_15
SELECT main_presenter FROM table_14345690_15 WHERE series = "Twelve (2012)"
what's the dbeingtribution with rsbac being unknown
columns: - name: distribution type: VARCHAR - name: rsbac type: VARCHAR table: table_1357052_6
SELECT distribution FROM table_1357052_6 WHERE rsbac = "Unknown"
Who are shown as candidates when George Darden is the incumbent?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1341598_11
SELECT candidates FROM table_1341598_11 WHERE incumbent = "George Darden"
what is the section where gordon lee ran
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342393_10
SELECT district FROM table_1342393_10 WHERE incumbent = "Gordon Lee"
List all FTE middle school teachers in Sunnyvale.
columns: - name: fte_teachers type: VARCHAR - name: school_level type: VARCHAR - name: city type: VARCHAR table: table_1414743_1
SELECT fte_teachers FROM table_1414743_1 WHERE school_level = "Middle" AND city = "Sunnyvale"
what is the name of the club where drawn is 1 and lost is 10?
columns: - name: club type: VARCHAR - name: drawn type: VARCHAR - name: lost type: VARCHAR table: table_13564637_3
SELECT club FROM table_13564637_3 WHERE drawn = "1" AND lost = "10"
which school has 14 large championships
columns: - name: school type: VARCHAR - name: national_titles type: VARCHAR table: table_14115168_4
SELECT school FROM table_14115168_4 WHERE national_titles = 14
Name the minimum total for ireland
columns: - name: total type: INTEGER - name: country type: VARCHAR table: table_1456056_1
SELECT MIN(total) FROM table_1456056_1 WHERE country = "Ireland"
Who is the sitting Representative In the New York 10 polling area race?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1342256_32
SELECT incumbent FROM table_1342256_32 WHERE district = "New York 10"
Name the class aa for 1998-99
columns: - name: class_aA type: VARCHAR - name: school_year type: VARCHAR table: table_14601528_2
SELECT class_aA FROM table_14601528_2 WHERE school_year = "1998-99"
What party was Tony P. Hall affiliated with?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341586_36
SELECT party FROM table_1341586_36 WHERE incumbent = "Tony P. Hall"
What was the earliest year Þorvaldur Ásgeirsson Lovísa Sigurðardóttir won mixed doubles
columns: - name: year type: INTEGER - name: mixed_doubles type: VARCHAR table: table_14903999_1
SELECT MIN(year) FROM table_14903999_1 WHERE mixed_doubles = "Þorvaldur Ásgeirsson Lovísa Sigurðardóttir"
What was the party of the first elected candidate in 1954?
columns: - name: party type: VARCHAR - name: first_elected type: VARCHAR table: table_1341738_36
SELECT party FROM table_1341738_36 WHERE first_elected = 1954
Name the least clock rate mhz when designation is rimm 4200
columns: - name: clock_rate__mhz_ type: INTEGER - name: designation type: VARCHAR table: table_142573_1
SELECT MIN(clock_rate__mhz_) FROM table_142573_1 WHERE designation = "RIMM 4200"
Who are the mens doubles and and mens singles is lee hyun-il?
columns: - name: mens_doubles type: VARCHAR - name: mens_singles type: VARCHAR table: table_13553701_1
SELECT mens_doubles FROM table_13553701_1 WHERE mens_singles = "Lee Hyun-il"
Who wrote the episode that David Tucker directed?
columns: - name: writer type: VARCHAR - name: director type: VARCHAR table: table_15026994_3
SELECT COUNT(writer) FROM table_15026994_3 WHERE director = "David Tucker"
Where did they play and how many attended in the game against minnesota?
columns: - name: location_attendance type: VARCHAR - name: team type: VARCHAR table: table_13619105_3
SELECT location_attendance FROM table_13619105_3 WHERE team = "Minnesota"
what's the party with candidates being silvio conte (r) unopposed
columns: - name: party type: VARCHAR - name: candidates type: VARCHAR table: table_1341604_22
SELECT party FROM table_1341604_22 WHERE candidates = "Silvio Conte (R) Unopposed"
How many enrollment figures are provided for Roosevelt High School?
columns: - name: enrollment type: VARCHAR - name: high_school type: VARCHAR table: table_13759592_1
SELECT COUNT(enrollment) FROM table_13759592_1 WHERE high_school = "Roosevelt"
what's the district with result being re-elected and candidates being clarence f. lea (d) unopposed
columns: - name: district type: VARCHAR - name: result type: VARCHAR - name: candidates type: VARCHAR table: table_1342233_6
SELECT district FROM table_1342233_6 WHERE result = "Re-elected" AND candidates = "Clarence F. Lea (D) Unopposed"
Which chassis manufacturer is for fleet numbers range 2530-2558
columns: - name: chassis_manufacturer type: VARCHAR - name: fleet_numbers type: VARCHAR table: table_1425948_1
SELECT chassis_manufacturer FROM table_1425948_1 WHERE fleet_numbers = "2530-2558"
what is the total score for the date of january 3?
columns: - name: score type: VARCHAR - name: date type: VARCHAR table: table_13619027_7
SELECT COUNT(score) FROM table_13619027_7 WHERE date = "January 3"
On which week was the attendance 74303?
columns: - name: week type: INTEGER - name: attendance type: VARCHAR table: table_14958620_1
SELECT MAX(week) FROM table_14958620_1 WHERE attendance = 74303
what the was the final in which frank w. boykin was running
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342233_3
SELECT result FROM table_1342233_3 WHERE incumbent = "Frank W. Boykin"
How many games were played?
columns: - name: played type: INTEGER table: table_14911550_5
SELECT MIN(played) FROM table_14911550_5
what is the result of the first elected is 1943?
columns: - name: result type: VARCHAR - name: first_elected type: VARCHAR table: table_1342218_6
SELECT result FROM table_1342218_6 WHERE first_elected = 1943
Who were the candidates in the election in the Tennessee 9 district?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342370_41
SELECT candidates FROM table_1342370_41 WHERE district = "Tennessee 9"
In what year was Leo E. Allen first elected?
columns: - name: first_elected type: VARCHAR - name: incumbent type: VARCHAR table: table_1342249_13
SELECT first_elected FROM table_1342249_13 WHERE incumbent = "Leo E. Allen"
Which district has the incumbent Wilbur Mills and a re-elected result?
columns: - name: district type: VARCHAR - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342218_5
SELECT district FROM table_1342218_5 WHERE result = "Re-elected" AND incumbent = "Wilbur Mills"
Who was in home (2nd leg) when Talleres was in home (1st leg)
columns: - name: home__2nd_leg_ type: VARCHAR - name: home__1st_leg_ type: VARCHAR table: table_14219514_1
SELECT home__2nd_leg_ FROM table_14219514_1 WHERE home__1st_leg_ = "Talleres"
In the District Tennessee 7 what is the number of first elected?
columns: - name: first_elected type: INTEGER - name: district type: VARCHAR table: table_1342149_42
SELECT MAX(first_elected) FROM table_1342149_42 WHERE district = "Tennessee 7"
Name all the candidates listed in the race where the incumbent is Prince Hulon Preston, Jr.
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342013_10
SELECT candidates FROM table_1342013_10 WHERE incumbent = "Prince Hulon Preston, Jr."
What was the score of the game when the team was 1-2?
columns: - name: score type: VARCHAR - name: record type: VARCHAR table: table_13557843_3
SELECT score FROM table_13557843_3 WHERE record = "1-2"
When the network mask is 255.255.255.128 what is the lowest available subnet?
columns: - name: available_subnets type: INTEGER - name: network_mask type: VARCHAR table: table_149426_4
SELECT MIN(available_subnets) FROM table_149426_4 WHERE network_mask = "255.255.255.128"
How many parties does incumbent stephen pace represent?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342249_11
SELECT COUNT(party) FROM table_1342249_11 WHERE incumbent = "Stephen Pace"
Who was the winner on the Symmons Plains Raceway?
columns: - name: winner type: VARCHAR - name: circuit type: VARCHAR table: table_14016079_1
SELECT winner FROM table_14016079_1 WHERE circuit = "Symmons Plains Raceway"
What percentage of free/reduced lunch are there when the hispanic percentage is 3.7?
columns: - name: free_reduced_lunch___percentage_ type: VARCHAR - name: hispanic___percentage_ type: VARCHAR table: table_14754471_1
SELECT free_reduced_lunch___percentage_ FROM table_14754471_1 WHERE hispanic___percentage_ = "3.7"
what being the maximum total passengers 2008 with change 2008/09 being 6.5%
columns: - name: total_passengers_2008 type: INTEGER - name: change_2008_09 type: VARCHAR table: table_13836704_4
SELECT MAX(total_passengers_2008) FROM table_13836704_4 WHERE change_2008_09 = "6.5%"
what's the party with incumbent being john sparkman
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342292_2
SELECT party FROM table_1342292_2 WHERE incumbent = "John Sparkman"
What was the final score of the game against the Dallas Cowboys?
columns: - name: result type: VARCHAR - name: opponent type: VARCHAR table: table_14959246_2
SELECT result FROM table_14959246_2 WHERE opponent = "Dallas Cowboys"
Who was performer 4 when Kate Robbins was performer 3?
columns: - name: performer_4 type: VARCHAR - name: performer_3 type: VARCHAR table: table_14934885_1
SELECT performer_4 FROM table_14934885_1 WHERE performer_3 = "Kate Robbins"
What was the last year that incumbent joseph t. deal was first elected?
columns: - name: first_elected type: INTEGER - name: incumbent type: VARCHAR table: table_1342379_45
SELECT MAX(first_elected) FROM table_1342379_45 WHERE incumbent = "Joseph T. Deal"
Who were the candidates in the district won by the incumbent Del Latta?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1341690_35
SELECT candidates FROM table_1341690_35 WHERE incumbent = "Del Latta"
What day were the Denver Broncos the opponent?
columns: - name: date type: VARCHAR - name: opponent type: VARCHAR table: table_14655917_1
SELECT date FROM table_14655917_1 WHERE opponent = "Denver Broncos"
what's the condition with bleeding time being unaffected and prothrombin time being prolonged
columns: - name: condition type: VARCHAR - name: bleeding_time type: VARCHAR - name: prothrombin_time type: VARCHAR table: table_14006_1
SELECT condition FROM table_14006_1 WHERE bleeding_time = "Unaffected" AND prothrombin_time = "Prolonged"
How many races involve incumbent Pat Cannon?
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342256_10
SELECT COUNT(result) FROM table_1342256_10 WHERE incumbent = "Pat Cannon"
Name the least 2 credits for flush
columns: - name: hand type: VARCHAR table: table_148535_2
SELECT MIN(2 AS _credits) FROM table_148535_2 WHERE hand = "Flush"
What is the French word where the German word is filtern?
columns: - name: french type: VARCHAR - name: german type: VARCHAR table: table_15040_8
SELECT french FROM table_15040_8 WHERE german = "filtern"
Which team played in game 20?
columns: - name: team type: VARCHAR - name: game type: VARCHAR table: table_13464416_5
SELECT team FROM table_13464416_5 WHERE game = 20
Name the class aaaa for menard
columns: - name: class_aAAA type: VARCHAR - name: class_a type: VARCHAR table: table_14630796_1
SELECT class_aAAA FROM table_14630796_1 WHERE class_a = "Menard"
What game allow the 1980s to be exportable?
columns: - name: exportable type: VARCHAR - name: decade type: VARCHAR table: table_14160327_4
SELECT exportable FROM table_14160327_4 WHERE decade = "1980s"
Who scored the most points in the game where the Raptors became 13-49?
columns: - name: high_points type: VARCHAR - name: record type: VARCHAR table: table_13619053_8
SELECT high_points FROM table_13619053_8 WHERE record = "13-49"
What was the location and attendance of the game against Portland?
columns: - name: location_attendance type: VARCHAR - name: team type: VARCHAR table: table_13619135_5
SELECT location_attendance FROM table_13619135_5 WHERE team = "Portland"
What year was Kirkland founded?
columns: - name: founded type: VARCHAR - name: location type: VARCHAR table: table_13759592_2
SELECT founded FROM table_13759592_2 WHERE location = "Kirkland"