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