Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
31,300 | <question>: What is the record at Columbia for the team overall record of MU, 3-1? <context>: CREATE TABLE table_16201038_5 (at_columbia VARCHAR, overall_record VARCHAR) | SELECT at_columbia FROM table_16201038_5 WHERE overall_record = "MU, 3-1" |
31,301 | <question>: How many feet in length are there when the length is 106.1 meters? <context>: CREATE TABLE table_16226584_1 (length_feet VARCHAR, length_meters VARCHAR) | SELECT COUNT(length_feet) FROM table_16226584_1 WHERE length_meters = "106.1" |
31,302 | <question>: When the kilometers from kingston is 105.4 what is the minimum amount of length in feet? <context>: CREATE TABLE table_16226584_1 (length_feet INTEGER, km_from_kingston VARCHAR) | SELECT MIN(length_feet) FROM table_16226584_1 WHERE km_from_kingston = "105.4" |
31,303 | <question>: Which parishes have a railroad length of 51.8 meters? <context>: CREATE TABLE table_16226584_1 (parish VARCHAR, length_meters VARCHAR) | SELECT parish FROM table_16226584_1 WHERE length_meters = "51.8" |
31,304 | <question>: When the railroad length is 362 feet how many miles is it from kingston? <context>: CREATE TABLE table_16226584_1 (mi_from_kingston VARCHAR, length_feet VARCHAR) | SELECT mi_from_kingston FROM table_16226584_1 WHERE length_feet = 362 |
31,305 | <question>: Which parishes have the highworth railroad? <context>: CREATE TABLE table_16226584_1 (parish VARCHAR, name VARCHAR) | SELECT parish FROM table_16226584_1 WHERE name = "Highworth" |
31,306 | <question>: Which railroad is 112.6 kilometers from kingston? <context>: CREATE TABLE table_16226584_1 (name VARCHAR, km_from_kingston VARCHAR) | SELECT name FROM table_16226584_1 WHERE km_from_kingston = "112.6" |
31,307 | <question>: Name the most number for new england blazers <context>: CREATE TABLE table_16227492_1 (_number INTEGER, opponent VARCHAR) | SELECT MAX(_number) FROM table_16227492_1 WHERE opponent = "New England Blazers" |
31,308 | <question>: Name the most attendance <context>: CREATE TABLE table_16227492_1 (attendance INTEGER) | SELECT MAX(attendance) FROM table_16227492_1 |
31,309 | <question>: Name the most attendance for number 4 <context>: CREATE TABLE table_16227492_1 (attendance INTEGER, _number VARCHAR) | SELECT MAX(attendance) FROM table_16227492_1 WHERE _number = 4 |
31,310 | <question>: What is the preliminary average when the semifinal average is 8.834 (3) ? <context>: CREATE TABLE table_16268026_3 (preliminary_average VARCHAR, semifinal_average VARCHAR) | SELECT preliminary_average FROM table_16268026_3 WHERE semifinal_average = "8.834 (3)" |
31,311 | <question>: What is the interview when preliminary average is 8.662 (3) ? <context>: CREATE TABLE table_16268026_3 (interview VARCHAR, preliminary_average VARCHAR) | SELECT interview FROM table_16268026_3 WHERE preliminary_average = "8.662 (3)" |
31,312 | <question>: What state has a semifinal average of 8.538 (8) ? <context>: CREATE TABLE table_16268026_3 (state VARCHAR, semifinal_average VARCHAR) | SELECT state FROM table_16268026_3 WHERE semifinal_average = "8.538 (8)" |
31,313 | <question>: What state has an interview of 8.313 (8) ? <context>: CREATE TABLE table_16268026_3 (state VARCHAR, interview VARCHAR) | SELECT state FROM table_16268026_3 WHERE interview = "8.313 (8)" |
31,314 | <question>: What is the semifinal average where the preliminary average is 9.084 (1) ? <context>: CREATE TABLE table_16268026_3 (semifinal_average VARCHAR, preliminary_average VARCHAR) | SELECT semifinal_average FROM table_16268026_3 WHERE preliminary_average = "9.084 (1)" |
31,315 | <question>: What is the swimsuit when evening gown is 8.774 (6) ? <context>: CREATE TABLE table_16268026_3 (swimsuit VARCHAR, evening_gown VARCHAR) | SELECT swimsuit FROM table_16268026_3 WHERE evening_gown = "8.774 (6)" |
31,316 | <question>: What is the population density of the Capital Region of Denmark? <context>: CREATE TABLE table_16278602_1 (pop_density__per_km²_ VARCHAR, english_name VARCHAR) | SELECT pop_density__per_km²_ FROM table_16278602_1 WHERE english_name = "Capital Region of Denmark" |
31,317 | <question>: In the region where Roskilde is the largest city, what is the seat of administration? <context>: CREATE TABLE table_16278602_1 (seat_of_administration VARCHAR, largest_city VARCHAR) | SELECT seat_of_administration FROM table_16278602_1 WHERE largest_city = "Roskilde" |
31,318 | <question>: What is the minimum population of the region in which Roskilde is the largest city? <context>: CREATE TABLE table_16278602_1 (_2008_ VARCHAR, population__january_1 INTEGER, largest_city VARCHAR) | SELECT MIN(population__january_1), _2008_ FROM table_16278602_1 WHERE largest_city = "Roskilde" |
31,319 | <question>: How many languages for the 2001 (74th) awards? <context>: CREATE TABLE table_16254861_1 (language_s_ VARCHAR, year__ceremony_ VARCHAR) | SELECT COUNT(language_s_) FROM table_16254861_1 WHERE year__ceremony_ = "2001 (74th)" |
31,320 | <question>: What was the result for the 2009 (82nd) awards? <context>: CREATE TABLE table_16254861_1 (result VARCHAR, year__ceremony_ VARCHAR) | SELECT result FROM table_16254861_1 WHERE year__ceremony_ = "2009 (82nd)" |
31,321 | <question>: Name the original title for the counterfeiters <context>: CREATE TABLE table_16255245_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT original_title FROM table_16255245_1 WHERE film_title_used_in_nomination = "The Counterfeiters" |
31,322 | <question>: Name the year for spiele leben <context>: CREATE TABLE table_16255245_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | SELECT year__ceremony_ FROM table_16255245_1 WHERE original_title = "Spiele Leben" |
31,323 | <question>: Name the film title for wohin und zurück - welcome in vienna <context>: CREATE TABLE table_16255245_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | SELECT film_title_used_in_nomination FROM table_16255245_1 WHERE original_title = "Wohin und zurück - Welcome in Vienna" |
31,324 | <question>: Name the language for kunar <context>: CREATE TABLE table_16278349_1 (language VARCHAR, province VARCHAR) | SELECT language FROM table_16278349_1 WHERE province = "Kunar" |
31,325 | <question>: Name the notes for samangan <context>: CREATE TABLE table_16278349_1 (notes VARCHAR, province VARCHAR) | SELECT notes FROM table_16278349_1 WHERE province = "Samangan" |
31,326 | <question>: Name the un region for 3314000 population <context>: CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR) | SELECT un_region FROM table_16278349_1 WHERE population = 3314000 |
31,327 | <question>: Name the area for map # 24 <context>: CREATE TABLE table_16278349_1 (area__km²_ VARCHAR, map__number VARCHAR) | SELECT area__km²_ FROM table_16278349_1 WHERE map__number = 24 |
31,328 | <question>: Name the un region for 378000 population <context>: CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR) | SELECT un_region FROM table_16278349_1 WHERE population = 378000 |
31,329 | <question>: NJame the total number of population for towns/villages for 217 <context>: CREATE TABLE table_16278825_1 (population VARCHAR, towns__villages VARCHAR) | SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217 |
31,330 | <question>: Name the towns/villages for budapest <context>: CREATE TABLE table_16278825_1 (towns__villages VARCHAR, county_seat VARCHAR) | SELECT towns__villages FROM table_16278825_1 WHERE county_seat = "Budapest" |
31,331 | <question>: Name the least area for vas <context>: CREATE TABLE table_16278825_1 (area__km²_ INTEGER, name_of_county VARCHAR) | SELECT MIN(area__km²_) FROM table_16278825_1 WHERE name_of_county = "Vas" |
31,332 | <question>: When the year was 1992, what were the points won? <context>: CREATE TABLE table_1628607_5 (points_won VARCHAR, year VARCHAR) | SELECT points_won FROM table_1628607_5 WHERE year = "1992" |
31,333 | <question>: When the foursome was w-l-h is 1–0–0 won w/ p. creamer 3&2, what was the points %? <context>: CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR) | SELECT points__percentage FROM table_1628607_5 WHERE foursomes_w_l_h = "1–0–0 won w/ P. Creamer 3&2" |
31,334 | <question>: What was the foursome's record in 2002? <context>: CREATE TABLE table_1628607_5 (foursomes_w_l_h VARCHAR, year VARCHAR) | SELECT foursomes_w_l_h FROM table_1628607_5 WHERE year = "2002" |
31,335 | <question>: What was the length time of the 3.5 release? <context>: CREATE TABLE table_16279520_1 (length VARCHAR, release VARCHAR) | SELECT length FROM table_16279520_1 WHERE release = "3.5" |
31,336 | <question>: What is the title of the 1.1 realease? <context>: CREATE TABLE table_16279520_1 (title VARCHAR, release VARCHAR) | SELECT title FROM table_16279520_1 WHERE release = "1.1" |
31,337 | <question>: Under what series was the 3.5 release? <context>: CREATE TABLE table_16279520_1 (series VARCHAR, release VARCHAR) | SELECT series FROM table_16279520_1 WHERE release = "3.5" |
31,338 | <question>: What is the releases number under Season 2? <context>: CREATE TABLE table_16279520_1 (release VARCHAR, timeline VARCHAR) | SELECT release FROM table_16279520_1 WHERE timeline = "Season 2" |
31,339 | <question>: What is the capital of Bungoma county? <context>: CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR) | SELECT capital FROM table_16278894_1 WHERE county = "Bungoma" |
31,340 | <question>: What is the capital of Uasin Gishu county? <context>: CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR) | SELECT capital FROM table_16278894_1 WHERE county = "Uasin Gishu" |
31,341 | <question>: In what former province was the area 694.9 kilometers squared? <context>: CREATE TABLE table_16278894_1 (former_province VARCHAR, area__km_2__ VARCHAR) | SELECT former_province FROM table_16278894_1 WHERE area__km_2__ = "694.9" |
31,342 | <question>: How many numbers were listed under area with a population of 240075 as of 2009? <context>: CREATE TABLE table_16278894_1 (area__km_2__ VARCHAR, population_census_2009 VARCHAR) | SELECT COUNT(area__km_2__) FROM table_16278894_1 WHERE population_census_2009 = 240075 |
31,343 | <question>: What was the population in Kisumu county as of 2009? <context>: CREATE TABLE table_16278894_1 (population_census_2009 VARCHAR, county VARCHAR) | SELECT population_census_2009 FROM table_16278894_1 WHERE county = "Kisumu" |
31,344 | <question>: What capital's county had a population of 730129 as of 2009? <context>: CREATE TABLE table_16278894_1 (capital VARCHAR, population_census_2009 VARCHAR) | SELECT capital FROM table_16278894_1 WHERE population_census_2009 = 730129 |
31,345 | <question>: Name the dates for margin of victory being 5 strokes <context>: CREATE TABLE table_1628792_1 (dates VARCHAR, margin_of_victory VARCHAR) | SELECT COUNT(dates) FROM table_1628792_1 WHERE margin_of_victory = "5 strokes" |
31,346 | <question>: Name the champion for london hunt and country club ( london , on ) <context>: CREATE TABLE table_1628792_1 (champion VARCHAR, tournament_location VARCHAR) | SELECT champion FROM table_1628792_1 WHERE tournament_location = "London Hunt and country Club ( London , ON )" |
31,347 | <question>: What was the evening gown score for the woman who scored 7.600 (9) in her interview? <context>: CREATE TABLE table_16323766_3 (evening_gown VARCHAR, interview VARCHAR) | SELECT evening_gown FROM table_16323766_3 WHERE interview = "7.600 (9)" |
31,348 | <question>: What was the swimsuit score for the one who had a semifinal average of 8.759 (5)? <context>: CREATE TABLE table_16323766_3 (swimsuit VARCHAR, semifinal_average VARCHAR) | SELECT swimsuit FROM table_16323766_3 WHERE semifinal_average = "8.759 (5)" |
31,349 | <question>: What was the evening gown score for the one who had a preliminary average of 8.121 (8)? <context>: CREATE TABLE table_16323766_3 (evening_gown VARCHAR, preliminary_average VARCHAR) | SELECT evening_gown FROM table_16323766_3 WHERE preliminary_average = "8.121 (8)" |
31,350 | <question>: What was the preliminary average for the one who had a semifinal average of 8.966 (3)? <context>: CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, semifinal_average VARCHAR) | SELECT preliminary_average FROM table_16323766_3 WHERE semifinal_average = "8.966 (3)" |
31,351 | <question>: What was the preliminary average for Miss Mississippi? <context>: CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR) | SELECT preliminary_average FROM table_16323766_3 WHERE state = "Mississippi" |
31,352 | <question>: What was the preliminary average for Miss Maryland? <context>: CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR) | SELECT preliminary_average FROM table_16323766_3 WHERE state = "Maryland" |
31,353 | <question>: What day was the gross sales $1,271,451? <context>: CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, gross_sales VARCHAR) | SELECT dates__mdy_ FROM table_16331025_2 WHERE gross_sales = "$1,271,451" |
31,354 | <question>: What is the sellout % when the gross sales is $1,727,400? <context>: CREATE TABLE table_16331025_2 (sellout___percentage_ VARCHAR, gross_sales VARCHAR) | SELECT sellout___percentage_ FROM table_16331025_2 WHERE gross_sales = "$1,727,400" |
31,355 | <question>: Who many dates are in position 9 and the sellout is 81%? <context>: CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, position VARCHAR, sellout___percentage_ VARCHAR) | SELECT COUNT(dates__mdy_) FROM table_16331025_2 WHERE position = 9 AND sellout___percentage_ = "81%" |
31,356 | <question>: What is the position of tickets sold/available when the sellout is 82%? <context>: CREATE TABLE table_16331025_2 (tickets_sold___available VARCHAR, sellout___percentage_ VARCHAR) | SELECT COUNT(tickets_sold___available) FROM table_16331025_2 WHERE sellout___percentage_ = "82%" |
31,357 | <question>: Name the probably futures for गरेस् gares 'may you do' <context>: CREATE TABLE table_16337329_5 (probable_future VARCHAR, imperative VARCHAR) | SELECT probable_future FROM table_16337329_5 WHERE imperative = "गरेस् gares 'may you do'" |
31,358 | <question>: Name the imperative for गरिस् garis 'you did' <context>: CREATE TABLE table_16337329_5 (imperative VARCHAR, past_habitual VARCHAR) | SELECT imperative FROM table_16337329_5 WHERE past_habitual = "गरिस् garis 'you did'" |
31,359 | <question>: Name the past habitual for गर्छस् garchas 'you (will) do' <context>: CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR) | SELECT past_habitual FROM table_16337329_5 WHERE probable_future = "गर्छस् garchas 'you (will) do'" |
31,360 | <question>: Name the past habitual for गर्छ garcha 'he does' <context>: CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR) | SELECT past_habitual FROM table_16337329_5 WHERE probable_future = "गर्छ garcha 'he does'" |
31,361 | <question>: Name the injunctive for गर्यो garyo 'he did' <context>: CREATE TABLE table_16337329_5 (injunctive VARCHAR, past_habitual VARCHAR) | SELECT injunctive FROM table_16337329_5 WHERE past_habitual = "गर्यो garyo 'he did'" |
31,362 | <question>: How many years did he have an average finish of 29.2? <context>: CREATE TABLE table_1637041_2 (winnings VARCHAR, avg_finish VARCHAR) | SELECT COUNT(winnings) FROM table_1637041_2 WHERE avg_finish = "29.2" |
31,363 | <question>: How many years did he finish in 59th? <context>: CREATE TABLE table_1637041_2 (avg_start VARCHAR, position VARCHAR) | SELECT COUNT(avg_start) FROM table_1637041_2 WHERE position = "59th" |
31,364 | <question>: How many instances do you see the year 2003? <context>: CREATE TABLE table_1637041_2 (starts VARCHAR, year VARCHAR) | SELECT COUNT(starts) FROM table_1637041_2 WHERE year = 2003 |
31,365 | <question>: What is the maximum number of top 10s when he finished in 63rd? <context>: CREATE TABLE table_1637041_2 (top_10 INTEGER, position VARCHAR) | SELECT MAX(top_10) FROM table_1637041_2 WHERE position = "63rd" |
31,366 | <question>: What are the average start(s) when he had $1,663,868? <context>: CREATE TABLE table_1637041_2 (avg_start VARCHAR, winnings VARCHAR) | SELECT avg_start FROM table_1637041_2 WHERE winnings = "$1,663,868" |
31,367 | <question>: What was the position in the season when the average start is 9.2? <context>: CREATE TABLE table_1637041_6 (position VARCHAR, avg_start VARCHAR) | SELECT position FROM table_1637041_6 WHERE avg_start = "9.2" |
31,368 | <question>: What is the average start for the season with $7,220 in winnings? <context>: CREATE TABLE table_1637041_6 (avg_start VARCHAR, winnings VARCHAR) | SELECT avg_start FROM table_1637041_6 WHERE winnings = "$7,220" |
31,369 | <question>: What are the winnings for the season where the average finish is 11.1? <context>: CREATE TABLE table_1637041_6 (winnings VARCHAR, avg_finish VARCHAR) | SELECT winnings FROM table_1637041_6 WHERE avg_finish = "11.1" |
31,370 | <question>: What is the maximum number of wins in the season with 22 starts? <context>: CREATE TABLE table_1637041_6 (wins INTEGER, starts VARCHAR) | SELECT MAX(wins) FROM table_1637041_6 WHERE starts = 22 |
31,371 | <question>: What is the all games for Maryland? <context>: CREATE TABLE table_16372244_1 (all_games VARCHAR, team VARCHAR) | SELECT all_games FROM table_16372244_1 WHERE team = "Maryland" |
31,372 | <question>: What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39? <context>: CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, saginaw__mbs_ VARCHAR) | SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$481.39" |
31,373 | <question>: When Lansing's fare is $433.59, what is the Detroit fare? <context>: CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, lansing__lan_ VARCHAR) | SELECT detroit__dtw_ FROM table_1637981_7 WHERE lansing__lan_ = "$433.59" |
31,374 | <question>: At a Saginaw fare of $470.47, what is the fare to Lansing? <context>: CREATE TABLE table_1637981_7 (lansing__lan_ VARCHAR, saginaw__mbs_ VARCHAR) | SELECT lansing__lan_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$470.47" |
31,375 | <question>: During the year when Lansing's fare is $433.59, what is the fare to Kalamazoo? <context>: CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, lansing__lan_ VARCHAR) | SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE lansing__lan_ = "$433.59" |
31,376 | <question>: When Saginaw's fare is $470.47, what was the fare to Grand Rapids? <context>: CREATE TABLE table_1637981_7 (grand_rapids__grr_ VARCHAR, saginaw__mbs_ VARCHAR) | SELECT grand_rapids__grr_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$470.47" |
31,377 | <question>: When Grand Rapids's fare was $377.29, what is the fare to Detroit? <context>: CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, grand_rapids__grr_ VARCHAR) | SELECT detroit__dtw_ FROM table_1637981_7 WHERE grand_rapids__grr_ = "$377.29" |
31,378 | <question>: Name the maximum enrollment for niagara university <context>: CREATE TABLE table_16383772_1 (enrollment INTEGER, school VARCHAR) | SELECT MAX(enrollment) FROM table_16383772_1 WHERE school = "Niagara University" |
31,379 | <question>: Name the primary conference for st. bonaventure university <context>: CREATE TABLE table_16383772_1 (primary_conference VARCHAR, school VARCHAR) | SELECT primary_conference FROM table_16383772_1 WHERE school = "St. Bonaventure University" |
31,380 | <question>: Name the total number of nicknames for st. bonaventure university <context>: CREATE TABLE table_16383772_1 (nickname VARCHAR, school VARCHAR) | SELECT COUNT(nickname) FROM table_16383772_1 WHERE school = "St. Bonaventure University" |
31,381 | <question>: Name the total number of affiliation for enrollment being 14898 <context>: CREATE TABLE table_16383772_1 (affiliation VARCHAR, enrollment VARCHAR) | SELECT COUNT(affiliation) FROM table_16383772_1 WHERE enrollment = 14898 |
31,382 | <question>: what was the ACC home game record for the team who's ACC winning percentage was .813? <context>: CREATE TABLE table_16372911_1 (acc_home VARCHAR, acc__percentage VARCHAR) | SELECT acc_home FROM table_16372911_1 WHERE acc__percentage = ".813" |
31,383 | <question>: Who wrote the episode for s02 e07? <context>: CREATE TABLE table_16384596_4 (written_by VARCHAR, broadcast_order VARCHAR) | SELECT written_by FROM table_16384596_4 WHERE broadcast_order = "S02 E07" |
31,384 | <question>: Who directed the episode for s02 e08? <context>: CREATE TABLE table_16384596_4 (directed_by VARCHAR, broadcast_order VARCHAR) | SELECT directed_by FROM table_16384596_4 WHERE broadcast_order = "S02 E08" |
31,385 | <question>: Who directed the episode with the production code 209? <context>: CREATE TABLE table_16384596_4 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_16384596_4 WHERE production_code = 209 |
31,386 | <question>: How many schools have the team nickname bobcats? <context>: CREATE TABLE table_16384648_2 (institution VARCHAR, team_nickname VARCHAR) | SELECT COUNT(institution) FROM table_16384648_2 WHERE team_nickname = "Bobcats" |
31,387 | <question>: Which city has the team nickname bearcats? <context>: CREATE TABLE table_16384648_2 (location VARCHAR, team_nickname VARCHAR) | SELECT location FROM table_16384648_2 WHERE team_nickname = "Bearcats" |
31,388 | <question>: What year did the university of Pittsburgh school join the hockey league? <context>: CREATE TABLE table_16384648_2 (joined_tschl VARCHAR, institution VARCHAR) | SELECT joined_tschl FROM table_16384648_2 WHERE institution = "University of Pittsburgh" |
31,389 | <question>: What's the earliest year anybody joined the hockey league? <context>: CREATE TABLE table_16384648_2 (joined_tschl INTEGER) | SELECT MIN(joined_tschl) FROM table_16384648_2 |
31,390 | <question>: Which city has the cincinnati hockey website? <context>: CREATE TABLE table_16384648_2 (location VARCHAR, team_website VARCHAR) | SELECT location FROM table_16384648_2 WHERE team_website = "Cincinnati Hockey" |
31,391 | <question>: For the flyers, what's the minimum capacity? <context>: CREATE TABLE table_16384648_2 (capacity INTEGER, team_nickname VARCHAR) | SELECT MIN(capacity) FROM table_16384648_2 WHERE team_nickname = "Flyers" |
31,392 | <question>: Name the number of pinyin where simplified is 河西区 <context>: CREATE TABLE table_1638437_2 (pinyin VARCHAR, simplified VARCHAR) | SELECT COUNT(pinyin) FROM table_1638437_2 WHERE simplified = "河西区" |
31,393 | <question>: Name the pinyin for where population is 44617 <context>: CREATE TABLE table_1638437_2 (pinyin VARCHAR, population VARCHAR) | SELECT pinyin FROM table_1638437_2 WHERE population = 44617 |
31,394 | <question>: Name the pinyin for 487 area <context>: CREATE TABLE table_1638437_2 (pinyin VARCHAR, area VARCHAR) | SELECT pinyin FROM table_1638437_2 WHERE area = "487" |
31,395 | <question>: Name the traditional for population 74779 <context>: CREATE TABLE table_1638437_2 (traditional VARCHAR, population VARCHAR) | SELECT traditional FROM table_1638437_2 WHERE population = 74779 |
31,396 | <question>: Name the english name for 崖城镇 <context>: CREATE TABLE table_1638437_2 (english_name VARCHAR, simplified VARCHAR) | SELECT english_name FROM table_1638437_2 WHERE simplified = "崖城镇" |
31,397 | <question>: Name the date for richmond <context>: CREATE TABLE table_16387700_1 (date VARCHAR, away_team VARCHAR) | SELECT date FROM table_16387700_1 WHERE away_team = "Richmond" |
31,398 | <question>: Name the most crowd for saturday 16 february <context>: CREATE TABLE table_16387700_1 (crowd INTEGER, date VARCHAR) | SELECT MAX(crowd) FROM table_16387700_1 WHERE date = "Saturday 16 February" |
31,399 | <question>: What home team played the West Coast away team? <context>: CREATE TABLE table_16388230_1 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_16388230_1 WHERE away_team = "West Coast" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.