question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
What is the record at Columbia for the team overall record of MU, 3-1?
CREATE TABLE table_16201038_5 (at_columbia VARCHAR, overall_record VARCHAR)
{ "SQL_Query": "SELECT at_columbia FROM table_16201038_5 WHERE overall_record = \"MU, 3-1\"" }
How many feet in length are there when the length is 106.1 meters?
CREATE TABLE table_16226584_1 (length_feet VARCHAR, length_meters VARCHAR)
{ "SQL_Query": "SELECT COUNT(length_feet) FROM table_16226584_1 WHERE length_meters = \"106.1\"" }
When the kilometers from kingston is 105.4 what is the minimum amount of length in feet?
CREATE TABLE table_16226584_1 (length_feet INTEGER, km_from_kingston VARCHAR)
{ "SQL_Query": "SELECT MIN(length_feet) FROM table_16226584_1 WHERE km_from_kingston = \"105.4\"" }
Which parishes have a railroad length of 51.8 meters?
CREATE TABLE table_16226584_1 (parish VARCHAR, length_meters VARCHAR)
{ "SQL_Query": "SELECT parish FROM table_16226584_1 WHERE length_meters = \"51.8\"" }
When the railroad length is 362 feet how many miles is it from kingston?
CREATE TABLE table_16226584_1 (mi_from_kingston VARCHAR, length_feet VARCHAR)
{ "SQL_Query": "SELECT mi_from_kingston FROM table_16226584_1 WHERE length_feet = 362" }
Which parishes have the highworth railroad?
CREATE TABLE table_16226584_1 (parish VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT parish FROM table_16226584_1 WHERE name = \"Highworth\"" }
Which railroad is 112.6 kilometers from kingston?
CREATE TABLE table_16226584_1 (name VARCHAR, km_from_kingston VARCHAR)
{ "SQL_Query": "SELECT name FROM table_16226584_1 WHERE km_from_kingston = \"112.6\"" }
Name the most number for new england blazers
CREATE TABLE table_16227492_1 (_number INTEGER, opponent VARCHAR)
{ "SQL_Query": "SELECT MAX(_number) FROM table_16227492_1 WHERE opponent = \"New England Blazers\"" }
Name the most attendance
CREATE TABLE table_16227492_1 (attendance INTEGER)
{ "SQL_Query": "SELECT MAX(attendance) FROM table_16227492_1" }
Name the most attendance for number 4
CREATE TABLE table_16227492_1 (attendance INTEGER, _number VARCHAR)
{ "SQL_Query": "SELECT MAX(attendance) FROM table_16227492_1 WHERE _number = 4" }
What is the preliminary average when the semifinal average is 8.834 (3) ?
CREATE TABLE table_16268026_3 (preliminary_average VARCHAR, semifinal_average VARCHAR)
{ "SQL_Query": "SELECT preliminary_average FROM table_16268026_3 WHERE semifinal_average = \"8.834 (3)\"" }
What is the interview when preliminary average is 8.662 (3) ?
CREATE TABLE table_16268026_3 (interview VARCHAR, preliminary_average VARCHAR)
{ "SQL_Query": "SELECT interview FROM table_16268026_3 WHERE preliminary_average = \"8.662 (3)\"" }
What state has a semifinal average of 8.538 (8) ?
CREATE TABLE table_16268026_3 (state VARCHAR, semifinal_average VARCHAR)
{ "SQL_Query": "SELECT state FROM table_16268026_3 WHERE semifinal_average = \"8.538 (8)\"" }
What state has an interview of 8.313 (8) ?
CREATE TABLE table_16268026_3 (state VARCHAR, interview VARCHAR)
{ "SQL_Query": "SELECT state FROM table_16268026_3 WHERE interview = \"8.313 (8)\"" }
What is the semifinal average where the preliminary average is 9.084 (1) ?
CREATE TABLE table_16268026_3 (semifinal_average VARCHAR, preliminary_average VARCHAR)
{ "SQL_Query": "SELECT semifinal_average FROM table_16268026_3 WHERE preliminary_average = \"9.084 (1)\"" }
What is the swimsuit when evening gown is 8.774 (6) ?
CREATE TABLE table_16268026_3 (swimsuit VARCHAR, evening_gown VARCHAR)
{ "SQL_Query": "SELECT swimsuit FROM table_16268026_3 WHERE evening_gown = \"8.774 (6)\"" }
What is the population density of the Capital Region of Denmark?
CREATE TABLE table_16278602_1 (pop_density__per_km²_ VARCHAR, english_name VARCHAR)
{ "SQL_Query": "SELECT pop_density__per_km²_ FROM table_16278602_1 WHERE english_name = \"Capital Region of Denmark\"" }
In the region where Roskilde is the largest city, what is the seat of administration?
CREATE TABLE table_16278602_1 (seat_of_administration VARCHAR, largest_city VARCHAR)
{ "SQL_Query": "SELECT seat_of_administration FROM table_16278602_1 WHERE largest_city = \"Roskilde\"" }
What is the minimum population of the region in which Roskilde is the largest city?
CREATE TABLE table_16278602_1 (_2008_ VARCHAR, population__january_1 INTEGER, largest_city VARCHAR)
{ "SQL_Query": "SELECT MIN(population__january_1), _2008_ FROM table_16278602_1 WHERE largest_city = \"Roskilde\"" }
How many languages for the 2001 (74th) awards?
CREATE TABLE table_16254861_1 (language_s_ VARCHAR, year__ceremony_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(language_s_) FROM table_16254861_1 WHERE year__ceremony_ = \"2001 (74th)\"" }
What was the result for the 2009 (82nd) awards?
CREATE TABLE table_16254861_1 (result VARCHAR, year__ceremony_ VARCHAR)
{ "SQL_Query": "SELECT result FROM table_16254861_1 WHERE year__ceremony_ = \"2009 (82nd)\"" }
Name the original title for the counterfeiters
CREATE TABLE table_16255245_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
{ "SQL_Query": "SELECT original_title FROM table_16255245_1 WHERE film_title_used_in_nomination = \"The Counterfeiters\"" }
Name the year for spiele leben
CREATE TABLE table_16255245_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
{ "SQL_Query": "SELECT year__ceremony_ FROM table_16255245_1 WHERE original_title = \"Spiele Leben\"" }
Name the film title for wohin und zurück - welcome in vienna
CREATE TABLE table_16255245_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
{ "SQL_Query": "SELECT film_title_used_in_nomination FROM table_16255245_1 WHERE original_title = \"Wohin und zurück - Welcome in Vienna\"" }
Name the language for kunar
CREATE TABLE table_16278349_1 (language VARCHAR, province VARCHAR)
{ "SQL_Query": "SELECT language FROM table_16278349_1 WHERE province = \"Kunar\"" }
Name the notes for samangan
CREATE TABLE table_16278349_1 (notes VARCHAR, province VARCHAR)
{ "SQL_Query": "SELECT notes FROM table_16278349_1 WHERE province = \"Samangan\"" }
Name the un region for 3314000 population
CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR)
{ "SQL_Query": "SELECT un_region FROM table_16278349_1 WHERE population = 3314000" }
Name the area for map # 24
CREATE TABLE table_16278349_1 (area__km²_ VARCHAR, map__number VARCHAR)
{ "SQL_Query": "SELECT area__km²_ FROM table_16278349_1 WHERE map__number = 24" }
Name the un region for 378000 population
CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR)
{ "SQL_Query": "SELECT un_region FROM table_16278349_1 WHERE population = 378000" }
NJame the total number of population for towns/villages for 217
CREATE TABLE table_16278825_1 (population VARCHAR, towns__villages VARCHAR)
{ "SQL_Query": "SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217" }
Name the towns/villages for budapest
CREATE TABLE table_16278825_1 (towns__villages VARCHAR, county_seat VARCHAR)
{ "SQL_Query": "SELECT towns__villages FROM table_16278825_1 WHERE county_seat = \"Budapest\"" }
Name the least area for vas
CREATE TABLE table_16278825_1 (area__km²_ INTEGER, name_of_county VARCHAR)
{ "SQL_Query": "SELECT MIN(area__km²_) FROM table_16278825_1 WHERE name_of_county = \"Vas\"" }
When the year was 1992, what were the points won?
CREATE TABLE table_1628607_5 (points_won VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT points_won FROM table_1628607_5 WHERE year = \"1992\"" }
When the foursome was w-l-h is 1–0–0 won w/ p. creamer 3&2, what was the points %?
CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR)
{ "SQL_Query": "SELECT points__percentage FROM table_1628607_5 WHERE foursomes_w_l_h = \"1–0–0 won w/ P. Creamer 3&2\"" }
What was the foursome's record in 2002?
CREATE TABLE table_1628607_5 (foursomes_w_l_h VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT foursomes_w_l_h FROM table_1628607_5 WHERE year = \"2002\"" }
What was the length time of the 3.5 release?
CREATE TABLE table_16279520_1 (length VARCHAR, release VARCHAR)
{ "SQL_Query": "SELECT length FROM table_16279520_1 WHERE release = \"3.5\"" }
What is the title of the 1.1 realease?
CREATE TABLE table_16279520_1 (title VARCHAR, release VARCHAR)
{ "SQL_Query": "SELECT title FROM table_16279520_1 WHERE release = \"1.1\"" }
Under what series was the 3.5 release?
CREATE TABLE table_16279520_1 (series VARCHAR, release VARCHAR)
{ "SQL_Query": "SELECT series FROM table_16279520_1 WHERE release = \"3.5\"" }
What is the releases number under Season 2?
CREATE TABLE table_16279520_1 (release VARCHAR, timeline VARCHAR)
{ "SQL_Query": "SELECT release FROM table_16279520_1 WHERE timeline = \"Season 2\"" }
What is the capital of Bungoma county?
CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT capital FROM table_16278894_1 WHERE county = \"Bungoma\"" }
What is the capital of Uasin Gishu county?
CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT capital FROM table_16278894_1 WHERE county = \"Uasin Gishu\"" }
In what former province was the area 694.9 kilometers squared?
CREATE TABLE table_16278894_1 (former_province VARCHAR, area__km_2__ VARCHAR)
{ "SQL_Query": "SELECT former_province FROM table_16278894_1 WHERE area__km_2__ = \"694.9\"" }
How many numbers were listed under area with a population of 240075 as of 2009?
CREATE TABLE table_16278894_1 (area__km_2__ VARCHAR, population_census_2009 VARCHAR)
{ "SQL_Query": "SELECT COUNT(area__km_2__) FROM table_16278894_1 WHERE population_census_2009 = 240075" }
What was the population in Kisumu county as of 2009?
CREATE TABLE table_16278894_1 (population_census_2009 VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT population_census_2009 FROM table_16278894_1 WHERE county = \"Kisumu\"" }
What capital's county had a population of 730129 as of 2009?
CREATE TABLE table_16278894_1 (capital VARCHAR, population_census_2009 VARCHAR)
{ "SQL_Query": "SELECT capital FROM table_16278894_1 WHERE population_census_2009 = 730129" }
Name the dates for margin of victory being 5 strokes
CREATE TABLE table_1628792_1 (dates VARCHAR, margin_of_victory VARCHAR)
{ "SQL_Query": "SELECT COUNT(dates) FROM table_1628792_1 WHERE margin_of_victory = \"5 strokes\"" }
Name the champion for london hunt and country club ( london , on )
CREATE TABLE table_1628792_1 (champion VARCHAR, tournament_location VARCHAR)
{ "SQL_Query": "SELECT champion FROM table_1628792_1 WHERE tournament_location = \"London Hunt and country Club ( London , ON )\"" }
What was the evening gown score for the woman who scored 7.600 (9) in her interview?
CREATE TABLE table_16323766_3 (evening_gown VARCHAR, interview VARCHAR)
{ "SQL_Query": "SELECT evening_gown FROM table_16323766_3 WHERE interview = \"7.600 (9)\"" }
What was the swimsuit score for the one who had a semifinal average of 8.759 (5)?
CREATE TABLE table_16323766_3 (swimsuit VARCHAR, semifinal_average VARCHAR)
{ "SQL_Query": "SELECT swimsuit FROM table_16323766_3 WHERE semifinal_average = \"8.759 (5)\"" }
What was the evening gown score for the one who had a preliminary average of 8.121 (8)?
CREATE TABLE table_16323766_3 (evening_gown VARCHAR, preliminary_average VARCHAR)
{ "SQL_Query": "SELECT evening_gown FROM table_16323766_3 WHERE preliminary_average = \"8.121 (8)\"" }
What was the preliminary average for the one who had a semifinal average of 8.966 (3)?
CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, semifinal_average VARCHAR)
{ "SQL_Query": "SELECT preliminary_average FROM table_16323766_3 WHERE semifinal_average = \"8.966 (3)\"" }
What was the preliminary average for Miss Mississippi?
CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR)
{ "SQL_Query": "SELECT preliminary_average FROM table_16323766_3 WHERE state = \"Mississippi\"" }
What was the preliminary average for Miss Maryland?
CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR)
{ "SQL_Query": "SELECT preliminary_average FROM table_16323766_3 WHERE state = \"Maryland\"" }
What day was the gross sales $1,271,451?
CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, gross_sales VARCHAR)
{ "SQL_Query": "SELECT dates__mdy_ FROM table_16331025_2 WHERE gross_sales = \"$1,271,451\"" }
What is the sellout % when the gross sales is $1,727,400?
CREATE TABLE table_16331025_2 (sellout___percentage_ VARCHAR, gross_sales VARCHAR)
{ "SQL_Query": "SELECT sellout___percentage_ FROM table_16331025_2 WHERE gross_sales = \"$1,727,400\"" }
Who many dates are in position 9 and the sellout is 81%?
CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, position VARCHAR, sellout___percentage_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(dates__mdy_) FROM table_16331025_2 WHERE position = 9 AND sellout___percentage_ = \"81%\"" }
What is the position of tickets sold/available when the sellout is 82%?
CREATE TABLE table_16331025_2 (tickets_sold___available VARCHAR, sellout___percentage_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(tickets_sold___available) FROM table_16331025_2 WHERE sellout___percentage_ = \"82%\"" }
Name the probably futures for गरेस् gares 'may you do'
CREATE TABLE table_16337329_5 (probable_future VARCHAR, imperative VARCHAR)
{ "SQL_Query": "SELECT probable_future FROM table_16337329_5 WHERE imperative = \"गरेस् gares 'may you do'\"" }
Name the imperative for गरिस् garis 'you did'
CREATE TABLE table_16337329_5 (imperative VARCHAR, past_habitual VARCHAR)
{ "SQL_Query": "SELECT imperative FROM table_16337329_5 WHERE past_habitual = \"गरिस् garis 'you did'\"" }
Name the past habitual for गर्छस् garchas 'you (will) do'
CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR)
{ "SQL_Query": "SELECT past_habitual FROM table_16337329_5 WHERE probable_future = \"गर्छस् garchas 'you (will) do'\"" }
Name the past habitual for गर्छ garcha 'he does'
CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR)
{ "SQL_Query": "SELECT past_habitual FROM table_16337329_5 WHERE probable_future = \"गर्छ garcha 'he does'\"" }
Name the injunctive for गर्यो garyo 'he did'
CREATE TABLE table_16337329_5 (injunctive VARCHAR, past_habitual VARCHAR)
{ "SQL_Query": "SELECT injunctive FROM table_16337329_5 WHERE past_habitual = \"गर्यो garyo 'he did'\"" }
How many years did he have an average finish of 29.2?
CREATE TABLE table_1637041_2 (winnings VARCHAR, avg_finish VARCHAR)
{ "SQL_Query": "SELECT COUNT(winnings) FROM table_1637041_2 WHERE avg_finish = \"29.2\"" }
How many years did he finish in 59th?
CREATE TABLE table_1637041_2 (avg_start VARCHAR, position VARCHAR)
{ "SQL_Query": "SELECT COUNT(avg_start) FROM table_1637041_2 WHERE position = \"59th\"" }
How many instances do you see the year 2003?
CREATE TABLE table_1637041_2 (starts VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT COUNT(starts) FROM table_1637041_2 WHERE year = 2003" }
What is the maximum number of top 10s when he finished in 63rd?
CREATE TABLE table_1637041_2 (top_10 INTEGER, position VARCHAR)
{ "SQL_Query": "SELECT MAX(top_10) FROM table_1637041_2 WHERE position = \"63rd\"" }
What are the average start(s) when he had $1,663,868?
CREATE TABLE table_1637041_2 (avg_start VARCHAR, winnings VARCHAR)
{ "SQL_Query": "SELECT avg_start FROM table_1637041_2 WHERE winnings = \"$1,663,868\"" }
What was the position in the season when the average start is 9.2?
CREATE TABLE table_1637041_6 (position VARCHAR, avg_start VARCHAR)
{ "SQL_Query": "SELECT position FROM table_1637041_6 WHERE avg_start = \"9.2\"" }
What is the average start for the season with $7,220 in winnings?
CREATE TABLE table_1637041_6 (avg_start VARCHAR, winnings VARCHAR)
{ "SQL_Query": "SELECT avg_start FROM table_1637041_6 WHERE winnings = \"$7,220\"" }
What are the winnings for the season where the average finish is 11.1?
CREATE TABLE table_1637041_6 (winnings VARCHAR, avg_finish VARCHAR)
{ "SQL_Query": "SELECT winnings FROM table_1637041_6 WHERE avg_finish = \"11.1\"" }
What is the maximum number of wins in the season with 22 starts?
CREATE TABLE table_1637041_6 (wins INTEGER, starts VARCHAR)
{ "SQL_Query": "SELECT MAX(wins) FROM table_1637041_6 WHERE starts = 22" }
What is the all games for Maryland?
CREATE TABLE table_16372244_1 (all_games VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT all_games FROM table_16372244_1 WHERE team = \"Maryland\"" }
What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39?
CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, saginaw__mbs_ VARCHAR)
{ "SQL_Query": "SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE saginaw__mbs_ = \"$481.39\"" }
When Lansing's fare is $433.59, what is the Detroit fare?
CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, lansing__lan_ VARCHAR)
{ "SQL_Query": "SELECT detroit__dtw_ FROM table_1637981_7 WHERE lansing__lan_ = \"$433.59\"" }
At a Saginaw fare of $470.47, what is the fare to Lansing?
CREATE TABLE table_1637981_7 (lansing__lan_ VARCHAR, saginaw__mbs_ VARCHAR)
{ "SQL_Query": "SELECT lansing__lan_ FROM table_1637981_7 WHERE saginaw__mbs_ = \"$470.47\"" }
During the year when Lansing's fare is $433.59, what is the fare to Kalamazoo?
CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, lansing__lan_ VARCHAR)
{ "SQL_Query": "SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE lansing__lan_ = \"$433.59\"" }
When Saginaw's fare is $470.47, what was the fare to Grand Rapids?
CREATE TABLE table_1637981_7 (grand_rapids__grr_ VARCHAR, saginaw__mbs_ VARCHAR)
{ "SQL_Query": "SELECT grand_rapids__grr_ FROM table_1637981_7 WHERE saginaw__mbs_ = \"$470.47\"" }
When Grand Rapids's fare was $377.29, what is the fare to Detroit?
CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, grand_rapids__grr_ VARCHAR)
{ "SQL_Query": "SELECT detroit__dtw_ FROM table_1637981_7 WHERE grand_rapids__grr_ = \"$377.29\"" }
Name the maximum enrollment for niagara university
CREATE TABLE table_16383772_1 (enrollment INTEGER, school VARCHAR)
{ "SQL_Query": "SELECT MAX(enrollment) FROM table_16383772_1 WHERE school = \"Niagara University\"" }
Name the primary conference for st. bonaventure university
CREATE TABLE table_16383772_1 (primary_conference VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT primary_conference FROM table_16383772_1 WHERE school = \"St. Bonaventure University\"" }
Name the total number of nicknames for st. bonaventure university
CREATE TABLE table_16383772_1 (nickname VARCHAR, school VARCHAR)
{ "SQL_Query": "SELECT COUNT(nickname) FROM table_16383772_1 WHERE school = \"St. Bonaventure University\"" }
Name the total number of affiliation for enrollment being 14898
CREATE TABLE table_16383772_1 (affiliation VARCHAR, enrollment VARCHAR)
{ "SQL_Query": "SELECT COUNT(affiliation) FROM table_16383772_1 WHERE enrollment = 14898" }
what was the ACC home game record for the team who's ACC winning percentage was .813?
CREATE TABLE table_16372911_1 (acc_home VARCHAR, acc__percentage VARCHAR)
{ "SQL_Query": "SELECT acc_home FROM table_16372911_1 WHERE acc__percentage = \".813\"" }
Who wrote the episode for s02 e07?
CREATE TABLE table_16384596_4 (written_by VARCHAR, broadcast_order VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_16384596_4 WHERE broadcast_order = \"S02 E07\"" }
Who directed the episode for s02 e08?
CREATE TABLE table_16384596_4 (directed_by VARCHAR, broadcast_order VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_16384596_4 WHERE broadcast_order = \"S02 E08\"" }
Who directed the episode with the production code 209?
CREATE TABLE table_16384596_4 (directed_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_16384596_4 WHERE production_code = 209" }
How many schools have the team nickname bobcats?
CREATE TABLE table_16384648_2 (institution VARCHAR, team_nickname VARCHAR)
{ "SQL_Query": "SELECT COUNT(institution) FROM table_16384648_2 WHERE team_nickname = \"Bobcats\"" }
Which city has the team nickname bearcats?
CREATE TABLE table_16384648_2 (location VARCHAR, team_nickname VARCHAR)
{ "SQL_Query": "SELECT location FROM table_16384648_2 WHERE team_nickname = \"Bearcats\"" }
What year did the university of Pittsburgh school join the hockey league?
CREATE TABLE table_16384648_2 (joined_tschl VARCHAR, institution VARCHAR)
{ "SQL_Query": "SELECT joined_tschl FROM table_16384648_2 WHERE institution = \"University of Pittsburgh\"" }
What's the earliest year anybody joined the hockey league?
CREATE TABLE table_16384648_2 (joined_tschl INTEGER)
{ "SQL_Query": "SELECT MIN(joined_tschl) FROM table_16384648_2" }
Which city has the cincinnati hockey website?
CREATE TABLE table_16384648_2 (location VARCHAR, team_website VARCHAR)
{ "SQL_Query": "SELECT location FROM table_16384648_2 WHERE team_website = \"Cincinnati Hockey\"" }
For the flyers, what's the minimum capacity?
CREATE TABLE table_16384648_2 (capacity INTEGER, team_nickname VARCHAR)
{ "SQL_Query": "SELECT MIN(capacity) FROM table_16384648_2 WHERE team_nickname = \"Flyers\"" }
Name the number of pinyin where simplified is 河西区
CREATE TABLE table_1638437_2 (pinyin VARCHAR, simplified VARCHAR)
{ "SQL_Query": "SELECT COUNT(pinyin) FROM table_1638437_2 WHERE simplified = \"河西区\"" }
Name the pinyin for where population is 44617
CREATE TABLE table_1638437_2 (pinyin VARCHAR, population VARCHAR)
{ "SQL_Query": "SELECT pinyin FROM table_1638437_2 WHERE population = 44617" }
Name the pinyin for 487 area
CREATE TABLE table_1638437_2 (pinyin VARCHAR, area VARCHAR)
{ "SQL_Query": "SELECT pinyin FROM table_1638437_2 WHERE area = \"487\"" }
Name the traditional for population 74779
CREATE TABLE table_1638437_2 (traditional VARCHAR, population VARCHAR)
{ "SQL_Query": "SELECT traditional FROM table_1638437_2 WHERE population = 74779" }
Name the english name for 崖城镇
CREATE TABLE table_1638437_2 (english_name VARCHAR, simplified VARCHAR)
{ "SQL_Query": "SELECT english_name FROM table_1638437_2 WHERE simplified = \"崖城镇\"" }
Name the date for richmond
CREATE TABLE table_16387700_1 (date VARCHAR, away_team VARCHAR)
{ "SQL_Query": "SELECT date FROM table_16387700_1 WHERE away_team = \"Richmond\"" }
Name the most crowd for saturday 16 february
CREATE TABLE table_16387700_1 (crowd INTEGER, date VARCHAR)
{ "SQL_Query": "SELECT MAX(crowd) FROM table_16387700_1 WHERE date = \"Saturday 16 February\"" }
What home team played the West Coast away team?
CREATE TABLE table_16388230_1 (home_team VARCHAR, away_team VARCHAR)
{ "SQL_Query": "SELECT home_team FROM table_16388230_1 WHERE away_team = \"West Coast\"" }