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