Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
35,300
<question>: Which nationality is player John Garrett? <context>: CREATE TABLE table_22402438_7 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_22402438_7 WHERE player = "John Garrett"
35,301
<question>: what team had ricardo serrano for combativity prize? <context>: CREATE TABLE table_22410316_17 (team_classification VARCHAR, combativity_prize VARCHAR)
SELECT team_classification FROM table_22410316_17 WHERE combativity_prize = "Ricardo Serrano"
35,302
<question>: How many production stage managers worked with Gabriel di Chiara as the Male Rep? <context>: CREATE TABLE table_22410780_1 (production_stagemanager VARCHAR, male_rep VARCHAR)
SELECT COUNT(production_stagemanager) FROM table_22410780_1 WHERE male_rep = "Gabriel Di Chiara"
35,303
<question>: How many production stage managers worked with secretary Rachel Hartmann? <context>: CREATE TABLE table_22410780_1 (production_stagemanager VARCHAR, secretary VARCHAR)
SELECT COUNT(production_stagemanager) FROM table_22410780_1 WHERE secretary = "Rachel Hartmann"
35,304
<question>: Who were the performance liaisons for the dramaturge Chrisena Ricci? <context>: CREATE TABLE table_22410780_1 (performance_liaison VARCHAR, dramaturge VARCHAR)
SELECT performance_liaison FROM table_22410780_1 WHERE dramaturge = "Chrisena Ricci"
35,305
<question>: Who was the male rep. when Caroline Rhoads was the artistic director? <context>: CREATE TABLE table_22410780_1 (male_rep VARCHAR, artistic_director VARCHAR)
SELECT male_rep FROM table_22410780_1 WHERE artistic_director = "Caroline Rhoads"
35,306
<question>: How many different drivers were there for the team when the manufacturer was Toyota? <context>: CREATE TABLE table_2241101_1 (driver VARCHAR, manufacturer VARCHAR)
SELECT COUNT(driver) FROM table_2241101_1 WHERE manufacturer = "Toyota"
35,307
<question>: In how many different years did the race happen on February 27? <context>: CREATE TABLE table_2241101_1 (year VARCHAR, date VARCHAR)
SELECT COUNT(year) FROM table_2241101_1 WHERE date = "February 27"
35,308
<question>: What team had average speed of 107.063 mph? <context>: CREATE TABLE table_2241101_1 (team VARCHAR, average_speed__mph_ VARCHAR)
SELECT team FROM table_2241101_1 WHERE average_speed__mph_ = "107.063"
35,309
<question>: What was the report for 2010? <context>: CREATE TABLE table_2241101_1 (report VARCHAR, year VARCHAR)
SELECT report FROM table_2241101_1 WHERE year = 2010
35,310
<question>: Name the total number of race time for kevin harvick <context>: CREATE TABLE table_2241259_1 (race_time VARCHAR, driver VARCHAR)
SELECT COUNT(race_time) FROM table_2241259_1 WHERE driver = "Kevin Harvick"
35,311
<question>: What manufacturer made the car that won in 2004? <context>: CREATE TABLE table_2241841_1 (manufacturer VARCHAR, year VARCHAR)
SELECT manufacturer FROM table_2241841_1 WHERE year = "2004"
35,312
<question>: How many wins are with Dodge vehicles? <context>: CREATE TABLE table_2241841_1 (miles__km_ VARCHAR, manufacturer VARCHAR)
SELECT COUNT(miles__km_) FROM table_2241841_1 WHERE manufacturer = "Dodge"
35,313
<question>: Who made the car that won the race on May 21? <context>: CREATE TABLE table_2241841_1 (manufacturer VARCHAR, date VARCHAR)
SELECT manufacturer FROM table_2241841_1 WHERE date = "May 21"
35,314
<question>: In the race with a winning time of 4:17:18, how many laps were run? <context>: CREATE TABLE table_2241841_1 (laps VARCHAR, race_time VARCHAR)
SELECT laps FROM table_2241841_1 WHERE race_time = "4:17:18"
35,315
<question>: What team set a 3:15:43 winning time? <context>: CREATE TABLE table_2241841_1 (team VARCHAR, race_time VARCHAR)
SELECT team FROM table_2241841_1 WHERE race_time = "3:15:43"
35,316
<question>: How many different cities are represented by contestants whose height stands at 1.80? <context>: CREATE TABLE table_22447251_2 (hometown VARCHAR, height VARCHAR)
SELECT COUNT(hometown) FROM table_22447251_2 WHERE height = "1.80"
35,317
<question>: How tall is contestant Alexandra Díaz Bello? <context>: CREATE TABLE table_22447251_2 (height VARCHAR, contestant VARCHAR)
SELECT height FROM table_22447251_2 WHERE contestant = "Alexandra Díaz Bello"
35,318
<question>: Which province is Villa Bisonó in? <context>: CREATE TABLE table_22447251_2 (province VARCHAR, _community VARCHAR, hometown VARCHAR)
SELECT province, _community FROM table_22447251_2 WHERE hometown = "Villa Bisonó"
35,319
<question>: How old is contestant Valerie Chardonnens Vargas? <context>: CREATE TABLE table_22447251_2 (age INTEGER, contestant VARCHAR)
SELECT MAX(age) FROM table_22447251_2 WHERE contestant = "Valerie Chardonnens Vargas"
35,320
<question>: Who was the origianal south korean performer when Adebayo Bolaji performed in Manchester? <context>: CREATE TABLE table_22460085_1 (original_south_korean_performer VARCHAR, original_manchester_performer VARCHAR)
SELECT original_south_korean_performer FROM table_22460085_1 WHERE original_manchester_performer = "Adebayo Bolaji"
35,321
<question>: What character did Lisa Davina Phillip portray? <context>: CREATE TABLE table_22460085_1 (character VARCHAR, original_manchester_performer VARCHAR)
SELECT character FROM table_22460085_1 WHERE original_manchester_performer = "Lisa Davina Phillip"
35,322
<question>: Who was the Broadway equivalent of Sharon D. Clarke's character? <context>: CREATE TABLE table_22460085_1 (original_broadway_performer VARCHAR, original_west_end_performer VARCHAR)
SELECT original_broadway_performer FROM table_22460085_1 WHERE original_west_end_performer = "Sharon D. Clarke"
35,323
<question>: What character did Moya Angela portray? <context>: CREATE TABLE table_22460085_1 (character VARCHAR, original_broadway_performer VARCHAR)
SELECT character FROM table_22460085_1 WHERE original_broadway_performer = "Moya Angela"
35,324
<question>: What character did Richard Fleeshman portray? <context>: CREATE TABLE table_22460085_1 (character VARCHAR, original_west_end_performer VARCHAR)
SELECT character FROM table_22460085_1 WHERE original_west_end_performer = "Richard Fleeshman"
35,325
<question>: Who was the Manchester performer of Lisa Davina Phillip's character? <context>: CREATE TABLE table_22460085_1 (original_manchester_performer VARCHAR, original_west_end_performer VARCHAR)
SELECT original_manchester_performer FROM table_22460085_1 WHERE original_west_end_performer = "Lisa Davina Phillip"
35,326
<question>: Name the european tier for rick springfield <context>: CREATE TABLE table_22457674_1 (european_tier VARCHAR, artist VARCHAR)
SELECT european_tier FROM table_22457674_1 WHERE artist = "Rick Springfield"
35,327
<question>: Name the song title for europe <context>: CREATE TABLE table_22457674_1 (song_title VARCHAR, artist VARCHAR)
SELECT song_title FROM table_22457674_1 WHERE artist = "Europe"
35,328
<question>: Name the number of master recording for doobie brothers the doobie brothers <context>: CREATE TABLE table_22457674_1 (master_recording VARCHAR, artist VARCHAR)
SELECT COUNT(master_recording) FROM table_22457674_1 WHERE artist = "Doobie Brothers The Doobie Brothers"
35,329
<question>: Name the master recording for europe <context>: CREATE TABLE table_22457674_1 (master_recording VARCHAR, artist VARCHAR)
SELECT master_recording FROM table_22457674_1 WHERE artist = "Europe"
35,330
<question>: what is the date for when the georgian name is ცხოვრება და უწყება ბაგრატონიანთა? <context>: CREATE TABLE table_22464685_1 (date VARCHAR, georgian_name VARCHAR)
SELECT date FROM table_22464685_1 WHERE georgian_name = "ცხოვრება და უწყება ბაგრატონიანთა"
35,331
<question>: what is the transliteration during the period covered is 1125-1223? <context>: CREATE TABLE table_22464685_1 (transliteration VARCHAR, period_covered VARCHAR)
SELECT transliteration FROM table_22464685_1 WHERE period_covered = "1125-1223"
35,332
<question>: Who is the auther when the english name was histories and eulogies of the sovereigns? <context>: CREATE TABLE table_22464685_1 (author VARCHAR, english_name VARCHAR)
SELECT author FROM table_22464685_1 WHERE english_name = "Histories and Eulogies of the Sovereigns"
35,333
<question>: who is the auther when the transliteration is lasha-giorgis droindeli matiane? <context>: CREATE TABLE table_22464685_1 (author VARCHAR, transliteration VARCHAR)
SELECT author FROM table_22464685_1 WHERE transliteration = "lasha-giorgis droindeli matiane"
35,334
<question>: in which state where John Laurance (f) as a vacator? <context>: CREATE TABLE table_224840_3 (state__class_ VARCHAR, vacator VARCHAR)
SELECT state__class_ FROM table_224840_3 WHERE vacator = "John Laurance (F)"
35,335
<question>: when the vacator was Henry Latimer (f), what were the causes for modification? <context>: CREATE TABLE table_224840_3 (reason_for_change VARCHAR, vacator VARCHAR)
SELECT reason_for_change FROM table_224840_3 WHERE vacator = "Henry Latimer (F)"
35,336
<question>: how many times has Aaron Ogden (f), been a successor and has had a formal installation? <context>: CREATE TABLE table_224840_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR)
SELECT COUNT(date_of_successors_formal_installation) FROM table_224840_3 WHERE successor = "Aaron Ogden (F)"
35,337
<question>: In 2010, how many 1st venue cities were there? <context>: CREATE TABLE table_22482077_1 (year VARCHAR)
SELECT COUNT(1 AS st_venue) FROM table_22482077_1 WHERE year = 2010
35,338
<question>: How many seats became avaliable in Massachusetts 3rd district? <context>: CREATE TABLE table_224840_4 (vacator VARCHAR, district VARCHAR)
SELECT COUNT(vacator) FROM table_224840_4 WHERE district = "Massachusetts 3rd"
35,339
<question>: Who left office on November 26, 1800? <context>: CREATE TABLE table_224840_4 (vacator VARCHAR, date_successor_seated VARCHAR)
SELECT vacator FROM table_224840_4 WHERE date_successor_seated = "November 26, 1800"
35,340
<question>: Who was the latest to take office in Massachusetts 3rd district? <context>: CREATE TABLE table_224840_4 (successor VARCHAR, district VARCHAR)
SELECT successor FROM table_224840_4 WHERE district = "Massachusetts 3rd"
35,341
<question>: List the builder from 1930. <context>: CREATE TABLE table_22481967_1 (builder VARCHAR, date VARCHAR)
SELECT builder FROM table_22481967_1 WHERE date = "1930"
35,342
<question>: List the number of builders where the withdrawn is 1951 and number is 42. <context>: CREATE TABLE table_22481967_1 (builder VARCHAR, withdrawn VARCHAR, number VARCHAR)
SELECT COUNT(builder) FROM table_22481967_1 WHERE withdrawn = "1951" AND number = "42"
35,343
<question>: List the date for number 1. <context>: CREATE TABLE table_22481967_1 (date VARCHAR, number VARCHAR)
SELECT date FROM table_22481967_1 WHERE number = "1"
35,344
<question>: List the number for the operator melbourne and metropolitan tramways board. <context>: CREATE TABLE table_22481967_1 (number VARCHAR, operator VARCHAR)
SELECT number FROM table_22481967_1 WHERE operator = "Melbourne and Metropolitan Tramways Board"
35,345
<question>: List the status for the operator Toronto transit commission. <context>: CREATE TABLE table_22481967_1 (status VARCHAR, operator VARCHAR)
SELECT status FROM table_22481967_1 WHERE operator = "Toronto Transit Commission"
35,346
<question>: Which network has bob costas as the studio host and darren pang as the ice level reporters? <context>: CREATE TABLE table_22485543_1 (network VARCHAR, studio_host VARCHAR, ice_level_reporters VARCHAR)
SELECT network FROM table_22485543_1 WHERE studio_host = "Bob Costas" AND ice_level_reporters = "Darren Pang"
35,347
<question>: Which play-by-play has mike milbury as the studio analyst and darren pang as the ice level reporters? <context>: CREATE TABLE table_22485543_1 (play_by_play VARCHAR, studio_analysts VARCHAR, ice_level_reporters VARCHAR)
SELECT play_by_play FROM table_22485543_1 WHERE studio_analysts = "Mike Milbury" AND ice_level_reporters = "Darren Pang"
35,348
<question>: Who is the color commentator when brian engblom is ice level reporters? <context>: CREATE TABLE table_22485543_1 (color_commentator_s_ VARCHAR, ice_level_reporters VARCHAR)
SELECT color_commentator_s_ FROM table_22485543_1 WHERE ice_level_reporters = "Brian Engblom"
35,349
<question>: Who is the play-by-play when nbc is the network and darren pang is the ice level reporters? <context>: CREATE TABLE table_22485543_1 (play_by_play VARCHAR, network VARCHAR, ice_level_reporters VARCHAR)
SELECT play_by_play FROM table_22485543_1 WHERE network = "NBC" AND ice_level_reporters = "Darren Pang"
35,350
<question>: Who is the studio host for the year 2010? <context>: CREATE TABLE table_22485543_1 (studio_host VARCHAR, year VARCHAR)
SELECT studio_host FROM table_22485543_1 WHERE year = "2010"
35,351
<question>: Who left a seat open for the district of connecticut at-large <context>: CREATE TABLE table_224844_4 (vacator VARCHAR, district VARCHAR)
SELECT vacator FROM table_224844_4 WHERE district = "Connecticut At-large"
35,352
<question>: Why was a seat left open fo Connecticut at-large? <context>: CREATE TABLE table_224844_4 (reason_for_change VARCHAR, district VARCHAR)
SELECT reason_for_change FROM table_224844_4 WHERE district = "Connecticut At-large"
35,353
<question>: What is the smallest Asian rank? <context>: CREATE TABLE table_2248784_4 (rank_asia INTEGER)
SELECT MIN(rank_asia) FROM table_2248784_4
35,354
<question>: What 2011 GDP (PPP) billions of USD does Iraq have? <context>: CREATE TABLE table_2248784_4 (country VARCHAR)
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_4 WHERE country = "Iraq"
35,355
<question>: What 2011 GDP (PPP) billions of USD does Israel have? <context>: CREATE TABLE table_2248784_4 (country VARCHAR)
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_4 WHERE country = "Israel"
35,356
<question>: How many asian rank have 1 as a mideast rank? <context>: CREATE TABLE table_2248784_4 (rank_asia VARCHAR, rank_mideast VARCHAR)
SELECT COUNT(rank_asia) FROM table_2248784_4 WHERE rank_mideast = 1
35,357
<question>: Name the gdp world rank for asian rank being 15 <context>: CREATE TABLE table_2249029_1 (gdp_world_rank VARCHAR, asian_rank VARCHAR)
SELECT gdp_world_rank FROM table_2249029_1 WHERE asian_rank = 15
35,358
<question>: Name the gdp per capita for world rank being 131 <context>: CREATE TABLE table_2249029_1 (gdp_per_capita VARCHAR, gdp_world_rank VARCHAR)
SELECT gdp_per_capita FROM table_2249029_1 WHERE gdp_world_rank = "131"
35,359
<question>: Name the gdp world rank for asian rank being 20 <context>: CREATE TABLE table_2249029_1 (gdp_world_rank VARCHAR, asian_rank VARCHAR)
SELECT gdp_world_rank FROM table_2249029_1 WHERE asian_rank = 20
35,360
<question>: Name the most world rank for asian rank being 31 <context>: CREATE TABLE table_2249029_1 (world_rank INTEGER, asian_rank VARCHAR)
SELECT MAX(world_rank) FROM table_2249029_1 WHERE asian_rank = 31
35,361
<question>: Name the least rank subcontinent for bangladesh <context>: CREATE TABLE table_2248784_3 (rank_subcontinent INTEGER, country VARCHAR)
SELECT MIN(rank_subcontinent) FROM table_2248784_3 WHERE country = "Bangladesh"
35,362
<question>: Name the rank world for 7 rank subcontinent <context>: CREATE TABLE table_2248784_3 (rank_world VARCHAR, rank_subcontinent VARCHAR)
SELECT rank_world FROM table_2248784_3 WHERE rank_subcontinent = 7
35,363
<question>: Name the 2011 gdp for pakistan <context>: CREATE TABLE table_2248784_3 (country VARCHAR)
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_3 WHERE country = "Pakistan"
35,364
<question>: Name the 2011 gdp for 65 rank world <context>: CREATE TABLE table_2248784_3 (rank_world VARCHAR)
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_3 WHERE rank_world = 65
35,365
<question>: Name the number of rank world for bhutan <context>: CREATE TABLE table_2248784_3 (rank_world VARCHAR, country VARCHAR)
SELECT COUNT(rank_world) FROM table_2248784_3 WHERE country = "Bhutan"
35,366
<question>: How many items were listed under world rank under the nation of Nigeria? <context>: CREATE TABLE table_2248991_2 (world_rank VARCHAR, nation VARCHAR)
SELECT COUNT(world_rank) FROM table_2248991_2 WHERE nation = "Nigeria"
35,367
<question>: How many items are listed under gdp per capita under the nation of Burkina Faso? <context>: CREATE TABLE table_2248991_2 (gdp_per_capita VARCHAR, nation VARCHAR)
SELECT COUNT(gdp_per_capita) FROM table_2248991_2 WHERE nation = "Burkina Faso"
35,368
<question>: What is the total gdp world rank when the gdp per capita was listed at $1,163? <context>: CREATE TABLE table_2248991_2 (total_gdp_world_rank INTEGER, gdp_per_capita VARCHAR)
SELECT MIN(total_gdp_world_rank) FROM table_2248991_2 WHERE gdp_per_capita = "$1,163"
35,369
<question>: Name the least world rank for south american rank 3 <context>: CREATE TABLE table_2249087_1 (world_rank INTEGER, south_american_rank VARCHAR)
SELECT MIN(world_rank) FROM table_2249087_1 WHERE south_american_rank = 3
35,370
<question>: Name the south american rank for venezuela <context>: CREATE TABLE table_2249087_1 (south_american_rank INTEGER, nation VARCHAR)
SELECT MIN(south_american_rank) FROM table_2249087_1 WHERE nation = "Venezuela"
35,371
<question>: How many weight stats are there for players from San Francisco, CA? <context>: CREATE TABLE table_22496374_1 (weight VARCHAR, home_town VARCHAR)
SELECT COUNT(weight) FROM table_22496374_1 WHERE home_town = "San Francisco, CA"
35,372
<question>: What was rickie winslow's number? <context>: CREATE TABLE table_22496374_1 (_number INTEGER, name VARCHAR)
SELECT MAX(_number) FROM table_22496374_1 WHERE name = "Rickie Winslow"
35,373
<question>: How many height entries are there for players from lagos, nigeria? <context>: CREATE TABLE table_22496374_1 (height VARCHAR, home_town VARCHAR)
SELECT COUNT(height) FROM table_22496374_1 WHERE home_town = "Lagos, Nigeria"
35,374
<question>: What is the hometown of the players from alvin high school? <context>: CREATE TABLE table_22496374_1 (home_town VARCHAR, high_school VARCHAR)
SELECT home_town FROM table_22496374_1 WHERE high_school = "Alvin"
35,375
<question>: How many height entries are there for players from bayside high school? <context>: CREATE TABLE table_22496374_1 (height VARCHAR, high_school VARCHAR)
SELECT COUNT(height) FROM table_22496374_1 WHERE high_school = "Bayside"
35,376
<question>: How many reasons for change were listed when Edward Hempstead was the successor? <context>: CREATE TABLE table_225095_4 (reason_for_change VARCHAR, successor VARCHAR)
SELECT COUNT(reason_for_change) FROM table_225095_4 WHERE successor = "Edward Hempstead"
35,377
<question>: How many Vacators were listed when the district was North Carolina 3rd? <context>: CREATE TABLE table_225095_4 (vacator VARCHAR, district VARCHAR)
SELECT COUNT(vacator) FROM table_225095_4 WHERE district = "North Carolina 3rd"
35,378
<question>: Who was the vacator when Shadrach Bond was the successor? <context>: CREATE TABLE table_225095_4 (vacator VARCHAR, successor VARCHAR)
SELECT vacator FROM table_225095_4 WHERE successor = "Shadrach Bond"
35,379
<question>: When was the successor who got his seat because of "until august 2, 1813" seated? <context>: CREATE TABLE table_225096_4 (date_successor_seated VARCHAR, reason_for_change VARCHAR)
SELECT date_successor_seated FROM table_225096_4 WHERE reason_for_change = "Until August 2, 1813"
35,380
<question>: The successor for the Massachusetts 20th district was seated on what date? <context>: CREATE TABLE table_225098_4 (date_successor_seated VARCHAR, district VARCHAR)
SELECT date_successor_seated FROM table_225098_4 WHERE district = "Massachusetts 20th"
35,381
<question>: Who vacated the Pennsylvania 6th district? <context>: CREATE TABLE table_225098_4 (vacator VARCHAR, district VARCHAR)
SELECT vacator FROM table_225098_4 WHERE district = "Pennsylvania 6th"
35,382
<question>: Who was the successor for the state of Maine (2) ? <context>: CREATE TABLE table_225099_3 (successor VARCHAR, state__class_ VARCHAR)
SELECT successor FROM table_225099_3 WHERE state__class_ = "Maine (2)"
35,383
<question>: What is the date of successors formal installation when the reason for change is resigned december 4, 1819? <context>: CREATE TABLE table_225099_3 (date_of_successors_formal_installation VARCHAR, reason_for_change VARCHAR)
SELECT date_of_successors_formal_installation FROM table_225099_3 WHERE reason_for_change = "Resigned December 4, 1819"
35,384
<question>: How many entries are shown for date of successors formal installation where successor is john w. walker (dr)? <context>: CREATE TABLE table_225099_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR)
SELECT COUNT(date_of_successors_formal_installation) FROM table_225099_3 WHERE successor = "John W. Walker (DR)"
35,385
<question>: what is the state for reason for change is resigned may 15, 1820? <context>: CREATE TABLE table_225099_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
SELECT state__class_ FROM table_225099_3 WHERE reason_for_change = "Resigned May 15, 1820"
35,386
<question>: Who is the trophy presentation in the year 1987? <context>: CREATE TABLE table_22514845_4 (trophy_presentation VARCHAR, year VARCHAR)
SELECT trophy_presentation FROM table_22514845_4 WHERE year = 1987
35,387
<question>: Which network has s analyst of eddie arcaro? <context>: CREATE TABLE table_22514845_4 (network VARCHAR, s_analyst VARCHAR)
SELECT network FROM table_22514845_4 WHERE s_analyst = "Eddie Arcaro"
35,388
<question>: Who are the reporters for the year of 1984? <context>: CREATE TABLE table_22514845_4 (reporters VARCHAR, year VARCHAR)
SELECT reporters FROM table_22514845_4 WHERE year = 1984
35,389
<question>: How many trophy presentations where in the year 1987? <context>: CREATE TABLE table_22514845_4 (trophy_presentation VARCHAR, year VARCHAR)
SELECT COUNT(trophy_presentation) FROM table_22514845_4 WHERE year = 1987
35,390
<question>: In which year were howard cosell and jack whitaker reporters and s analyst is bill hartack? <context>: CREATE TABLE table_22514845_4 (year INTEGER, reporters VARCHAR, s_analyst VARCHAR)
SELECT MIN(year) FROM table_22514845_4 WHERE reporters = "Howard Cosell and Jack Whitaker" AND s_analyst = "Bill Hartack"
35,391
<question>: Who is the race caller when jim mckay and al michaels were s hosts in the year 1987? <context>: CREATE TABLE table_22514845_4 (race_caller VARCHAR, s_host VARCHAR, year VARCHAR)
SELECT race_caller FROM table_22514845_4 WHERE s_host = "Jim McKay and Al Michaels" AND year = 1987
35,392
<question>: Name the host for john rotz and howard cosell <context>: CREATE TABLE table_22514845_5 (s_host VARCHAR, s_analyst VARCHAR)
SELECT s_host FROM table_22514845_5 WHERE s_analyst = "John Rotz and Howard Cosell"
35,393
<question>: Name the race caller for jim mckay and howard cosell <context>: CREATE TABLE table_22514845_5 (race_caller VARCHAR, s_host VARCHAR, reporters VARCHAR)
SELECT race_caller FROM table_22514845_5 WHERE s_host = "Jim McKay" AND reporters = "Howard Cosell"
35,394
<question>: Name the race caller for jim mckay and howard cosell and eddie arcaro <context>: CREATE TABLE table_22514845_5 (race_caller VARCHAR, s_analyst VARCHAR, trophy_presentation VARCHAR, reporters VARCHAR)
SELECT race_caller FROM table_22514845_5 WHERE trophy_presentation = "Jim McKay and Howard Cosell" AND reporters = "Howard Cosell" AND s_analyst = "Eddie Arcaro"
35,395
<question>: Name the reporters for dave johnson for eddie arcaro and howard cosell <context>: CREATE TABLE table_22514845_5 (reporters VARCHAR, race_caller VARCHAR, s_analyst VARCHAR)
SELECT reporters FROM table_22514845_5 WHERE race_caller = "Dave Johnson" AND s_analyst = "Eddie Arcaro and Howard Cosell"
35,396
<question>: Name the reporters for howard cosell <context>: CREATE TABLE table_22514845_5 (reporters VARCHAR, s_analyst VARCHAR)
SELECT reporters FROM table_22514845_5 WHERE s_analyst = "Howard Cosell"
35,397
<question>: Name the number of reporters for heywood hale broun <context>: CREATE TABLE table_22514845_5 (reporters VARCHAR, s_analyst VARCHAR)
SELECT COUNT(reporters) FROM table_22514845_5 WHERE s_analyst = "Heywood Hale Broun"
35,398
<question>: Which province has an elevation of 4550? <context>: CREATE TABLE table_2251578_4 (province VARCHAR, elevation__m_ VARCHAR)
SELECT province FROM table_2251578_4 WHERE elevation__m_ = 4550
35,399
<question>: Which province is in the district of San Antonio de Chuca? <context>: CREATE TABLE table_2251578_4 (province VARCHAR, district VARCHAR)
SELECT province FROM table_2251578_4 WHERE district = "San Antonio de Chuca"