answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT original_title FROM table_16255245_1 WHERE film_title_used_in_nomination = "The Counterfeiters" | CREATE TABLE table_16255245_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | Name the original title for the counterfeiters |
SELECT year__ceremony_ FROM table_16255245_1 WHERE original_title = "Spiele Leben" | CREATE TABLE table_16255245_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | Name the year for spiele leben |
SELECT film_title_used_in_nomination FROM table_16255245_1 WHERE original_title = "Wohin und zurück - Welcome in Vienna" | CREATE TABLE table_16255245_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | Name the film title for wohin und zurück - welcome in vienna |
SELECT language FROM table_16278349_1 WHERE province = "Kunar" | CREATE TABLE table_16278349_1 (language VARCHAR, province VARCHAR) | Name the language for kunar |
SELECT notes FROM table_16278349_1 WHERE province = "Samangan" | CREATE TABLE table_16278349_1 (notes VARCHAR, province VARCHAR) | Name the notes for samangan |
SELECT un_region FROM table_16278349_1 WHERE population = 3314000 | CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR) | Name the un region for 3314000 population |
SELECT area__km²_ FROM table_16278349_1 WHERE map__number = 24 | CREATE TABLE table_16278349_1 (area__km²_ VARCHAR, map__number VARCHAR) | Name the area for map # 24 |
SELECT un_region FROM table_16278349_1 WHERE population = 378000 | CREATE TABLE table_16278349_1 (un_region VARCHAR, population VARCHAR) | Name the un region for 378000 population |
SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217 | CREATE TABLE table_16278825_1 (population VARCHAR, towns__villages VARCHAR) | NJame the total number of population for towns/villages for 217 |
SELECT towns__villages FROM table_16278825_1 WHERE county_seat = "Budapest" | CREATE TABLE table_16278825_1 (towns__villages VARCHAR, county_seat VARCHAR) | Name the towns/villages for budapest |
SELECT MIN(area__km²_) FROM table_16278825_1 WHERE name_of_county = "Vas" | CREATE TABLE table_16278825_1 (area__km²_ INTEGER, name_of_county VARCHAR) | Name the least area for vas |
SELECT points_won FROM table_1628607_5 WHERE year = "1992" | CREATE TABLE table_1628607_5 (points_won VARCHAR, year VARCHAR) | When the year was 1992, what were the points won? |
SELECT points__percentage FROM table_1628607_5 WHERE foursomes_w_l_h = "1–0–0 won w/ P. Creamer 3&2" | CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR) | When the foursome was w-l-h is 1–0–0 won w/ p. creamer 3&2, what was the points %? |
SELECT foursomes_w_l_h FROM table_1628607_5 WHERE year = "2002" | CREATE TABLE table_1628607_5 (foursomes_w_l_h VARCHAR, year VARCHAR) | What was the foursome's record in 2002? |
SELECT length FROM table_16279520_1 WHERE release = "3.5" | CREATE TABLE table_16279520_1 (length VARCHAR, release VARCHAR) | What was the length time of the 3.5 release? |
SELECT title FROM table_16279520_1 WHERE release = "1.1" | CREATE TABLE table_16279520_1 (title VARCHAR, release VARCHAR) | What is the title of the 1.1 realease? |
SELECT series FROM table_16279520_1 WHERE release = "3.5" | CREATE TABLE table_16279520_1 (series VARCHAR, release VARCHAR) | Under what series was the 3.5 release? |
SELECT release FROM table_16279520_1 WHERE timeline = "Season 2" | CREATE TABLE table_16279520_1 (release VARCHAR, timeline VARCHAR) | What is the releases number under Season 2? |
SELECT capital FROM table_16278894_1 WHERE county = "Bungoma" | CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR) | What is the capital of Bungoma county? |
SELECT capital FROM table_16278894_1 WHERE county = "Uasin Gishu" | CREATE TABLE table_16278894_1 (capital VARCHAR, county VARCHAR) | What is the capital of Uasin Gishu county? |
SELECT former_province FROM table_16278894_1 WHERE area__km_2__ = "694.9" | CREATE TABLE table_16278894_1 (former_province VARCHAR, area__km_2__ VARCHAR) | In what former province was the area 694.9 kilometers squared? |
SELECT COUNT(area__km_2__) FROM table_16278894_1 WHERE population_census_2009 = 240075 | CREATE TABLE table_16278894_1 (area__km_2__ VARCHAR, population_census_2009 VARCHAR) | How many numbers were listed under area with a population of 240075 as of 2009? |
SELECT population_census_2009 FROM table_16278894_1 WHERE county = "Kisumu" | CREATE TABLE table_16278894_1 (population_census_2009 VARCHAR, county VARCHAR) | What was the population in Kisumu county as of 2009? |
SELECT capital FROM table_16278894_1 WHERE population_census_2009 = 730129 | CREATE TABLE table_16278894_1 (capital VARCHAR, population_census_2009 VARCHAR) | What capital's county had a population of 730129 as of 2009? |
SELECT COUNT(dates) FROM table_1628792_1 WHERE margin_of_victory = "5 strokes" | CREATE TABLE table_1628792_1 (dates VARCHAR, margin_of_victory VARCHAR) | Name the dates for margin of victory being 5 strokes |
SELECT champion FROM table_1628792_1 WHERE tournament_location = "London Hunt and country Club ( London , ON )" | CREATE TABLE table_1628792_1 (champion VARCHAR, tournament_location VARCHAR) | Name the champion for london hunt and country club ( london , on ) |
SELECT evening_gown FROM table_16323766_3 WHERE interview = "7.600 (9)" | CREATE TABLE table_16323766_3 (evening_gown VARCHAR, interview VARCHAR) | What was the evening gown score for the woman who scored 7.600 (9) in her interview? |
SELECT swimsuit FROM table_16323766_3 WHERE semifinal_average = "8.759 (5)" | CREATE TABLE table_16323766_3 (swimsuit VARCHAR, semifinal_average VARCHAR) | What was the swimsuit score for the one who had a semifinal average of 8.759 (5)? |
SELECT evening_gown FROM table_16323766_3 WHERE preliminary_average = "8.121 (8)" | CREATE TABLE table_16323766_3 (evening_gown VARCHAR, preliminary_average VARCHAR) | What was the evening gown score for the one who had a preliminary average of 8.121 (8)? |
SELECT preliminary_average FROM table_16323766_3 WHERE semifinal_average = "8.966 (3)" | CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, semifinal_average VARCHAR) | What was the preliminary average for the one who had a semifinal average of 8.966 (3)? |
SELECT preliminary_average FROM table_16323766_3 WHERE state = "Mississippi" | CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR) | What was the preliminary average for Miss Mississippi? |
SELECT preliminary_average FROM table_16323766_3 WHERE state = "Maryland" | CREATE TABLE table_16323766_3 (preliminary_average VARCHAR, state VARCHAR) | What was the preliminary average for Miss Maryland? |
SELECT dates__mdy_ FROM table_16331025_2 WHERE gross_sales = "$1,271,451" | CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, gross_sales VARCHAR) | What day was the gross sales $1,271,451? |
SELECT sellout___percentage_ FROM table_16331025_2 WHERE gross_sales = "$1,727,400" | CREATE TABLE table_16331025_2 (sellout___percentage_ VARCHAR, gross_sales VARCHAR) | What is the sellout % when the gross sales is $1,727,400? |
SELECT COUNT(dates__mdy_) FROM table_16331025_2 WHERE position = 9 AND sellout___percentage_ = "81%" | CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, position VARCHAR, sellout___percentage_ VARCHAR) | Who many dates are in position 9 and the sellout is 81%? |
SELECT COUNT(tickets_sold___available) FROM table_16331025_2 WHERE sellout___percentage_ = "82%" | CREATE TABLE table_16331025_2 (tickets_sold___available VARCHAR, sellout___percentage_ VARCHAR) | What is the position of tickets sold/available when the sellout is 82%? |
SELECT probable_future FROM table_16337329_5 WHERE imperative = "गरेस् gares 'may you do'" | CREATE TABLE table_16337329_5 (probable_future VARCHAR, imperative VARCHAR) | Name the probably futures for गरेस् gares 'may you do' |
SELECT imperative FROM table_16337329_5 WHERE past_habitual = "गरिस् garis 'you did'" | CREATE TABLE table_16337329_5 (imperative VARCHAR, past_habitual VARCHAR) | Name the imperative for गरिस् garis 'you did' |
SELECT past_habitual FROM table_16337329_5 WHERE probable_future = "गर्छस् garchas 'you (will) do'" | CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR) | Name the past habitual for गर्छस् garchas 'you (will) do' |
SELECT past_habitual FROM table_16337329_5 WHERE probable_future = "गर्छ garcha 'he does'" | CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR) | Name the past habitual for गर्छ garcha 'he does' |
SELECT injunctive FROM table_16337329_5 WHERE past_habitual = "गर्यो garyo 'he did'" | CREATE TABLE table_16337329_5 (injunctive VARCHAR, past_habitual VARCHAR) | Name the injunctive for गर्यो garyo 'he did' |
SELECT COUNT(winnings) FROM table_1637041_2 WHERE avg_finish = "29.2" | CREATE TABLE table_1637041_2 (winnings VARCHAR, avg_finish VARCHAR) | How many years did he have an average finish of 29.2? |
SELECT COUNT(avg_start) FROM table_1637041_2 WHERE position = "59th" | CREATE TABLE table_1637041_2 (avg_start VARCHAR, position VARCHAR) | How many years did he finish in 59th? |
SELECT COUNT(starts) FROM table_1637041_2 WHERE year = 2003 | CREATE TABLE table_1637041_2 (starts VARCHAR, year VARCHAR) | How many instances do you see the year 2003? |
SELECT MAX(top_10) FROM table_1637041_2 WHERE position = "63rd" | CREATE TABLE table_1637041_2 (top_10 INTEGER, position VARCHAR) | What is the maximum number of top 10s when he finished in 63rd? |
SELECT avg_start FROM table_1637041_2 WHERE winnings = "$1,663,868" | CREATE TABLE table_1637041_2 (avg_start VARCHAR, winnings VARCHAR) | What are the average start(s) when he had $1,663,868? |
SELECT position FROM table_1637041_6 WHERE avg_start = "9.2" | CREATE TABLE table_1637041_6 (position VARCHAR, avg_start VARCHAR) | What was the position in the season when the average start is 9.2? |
SELECT avg_start FROM table_1637041_6 WHERE winnings = "$7,220" | CREATE TABLE table_1637041_6 (avg_start VARCHAR, winnings VARCHAR) | What is the average start for the season with $7,220 in winnings? |
SELECT winnings FROM table_1637041_6 WHERE avg_finish = "11.1" | CREATE TABLE table_1637041_6 (winnings VARCHAR, avg_finish VARCHAR) | What are the winnings for the season where the average finish is 11.1? |
SELECT MAX(wins) FROM table_1637041_6 WHERE starts = 22 | CREATE TABLE table_1637041_6 (wins INTEGER, starts VARCHAR) | What is the maximum number of wins in the season with 22 starts? |
SELECT all_games FROM table_16372244_1 WHERE team = "Maryland" | CREATE TABLE table_16372244_1 (all_games VARCHAR, team VARCHAR) | What is the all games for Maryland? |
SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$481.39" | CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, saginaw__mbs_ VARCHAR) | What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39? |
SELECT detroit__dtw_ FROM table_1637981_7 WHERE lansing__lan_ = "$433.59" | CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, lansing__lan_ VARCHAR) | When Lansing's fare is $433.59, what is the Detroit fare? |
SELECT lansing__lan_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$470.47" | CREATE TABLE table_1637981_7 (lansing__lan_ VARCHAR, saginaw__mbs_ VARCHAR) | At a Saginaw fare of $470.47, what is the fare to Lansing? |
SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE lansing__lan_ = "$433.59" | CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, lansing__lan_ VARCHAR) | During the year when Lansing's fare is $433.59, what is the fare to Kalamazoo? |
SELECT grand_rapids__grr_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$470.47" | CREATE TABLE table_1637981_7 (grand_rapids__grr_ VARCHAR, saginaw__mbs_ VARCHAR) | When Saginaw's fare is $470.47, what was the fare to Grand Rapids? |
SELECT detroit__dtw_ FROM table_1637981_7 WHERE grand_rapids__grr_ = "$377.29" | CREATE TABLE table_1637981_7 (detroit__dtw_ VARCHAR, grand_rapids__grr_ VARCHAR) | When Grand Rapids's fare was $377.29, what is the fare to Detroit? |
SELECT MAX(enrollment) FROM table_16383772_1 WHERE school = "Niagara University" | CREATE TABLE table_16383772_1 (enrollment INTEGER, school VARCHAR) | Name the maximum enrollment for niagara university |
SELECT primary_conference FROM table_16383772_1 WHERE school = "St. Bonaventure University" | CREATE TABLE table_16383772_1 (primary_conference VARCHAR, school VARCHAR) | Name the primary conference for st. bonaventure university |
SELECT COUNT(nickname) FROM table_16383772_1 WHERE school = "St. Bonaventure University" | CREATE TABLE table_16383772_1 (nickname VARCHAR, school VARCHAR) | Name the total number of nicknames for st. bonaventure university |
SELECT COUNT(affiliation) FROM table_16383772_1 WHERE enrollment = 14898 | CREATE TABLE table_16383772_1 (affiliation VARCHAR, enrollment VARCHAR) | Name the total number of affiliation for enrollment being 14898 |
SELECT acc_home FROM table_16372911_1 WHERE acc__percentage = ".813" | CREATE TABLE table_16372911_1 (acc_home VARCHAR, acc__percentage VARCHAR) | what was the ACC home game record for the team who's ACC winning percentage was .813? |
SELECT written_by FROM table_16384596_4 WHERE broadcast_order = "S02 E07" | CREATE TABLE table_16384596_4 (written_by VARCHAR, broadcast_order VARCHAR) | Who wrote the episode for s02 e07? |
SELECT directed_by FROM table_16384596_4 WHERE broadcast_order = "S02 E08" | CREATE TABLE table_16384596_4 (directed_by VARCHAR, broadcast_order VARCHAR) | Who directed the episode for s02 e08? |
SELECT directed_by FROM table_16384596_4 WHERE production_code = 209 | CREATE TABLE table_16384596_4 (directed_by VARCHAR, production_code VARCHAR) | Who directed the episode with the production code 209? |
SELECT COUNT(institution) FROM table_16384648_2 WHERE team_nickname = "Bobcats" | CREATE TABLE table_16384648_2 (institution VARCHAR, team_nickname VARCHAR) | How many schools have the team nickname bobcats? |
SELECT location FROM table_16384648_2 WHERE team_nickname = "Bearcats" | CREATE TABLE table_16384648_2 (location VARCHAR, team_nickname VARCHAR) | Which city has the team nickname bearcats? |
SELECT joined_tschl FROM table_16384648_2 WHERE institution = "University of Pittsburgh" | CREATE TABLE table_16384648_2 (joined_tschl VARCHAR, institution VARCHAR) | What year did the university of Pittsburgh school join the hockey league? |
SELECT MIN(joined_tschl) FROM table_16384648_2 | CREATE TABLE table_16384648_2 (joined_tschl INTEGER) | What's the earliest year anybody joined the hockey league? |
SELECT location FROM table_16384648_2 WHERE team_website = "Cincinnati Hockey" | CREATE TABLE table_16384648_2 (location VARCHAR, team_website VARCHAR) | Which city has the cincinnati hockey website? |
SELECT MIN(capacity) FROM table_16384648_2 WHERE team_nickname = "Flyers" | CREATE TABLE table_16384648_2 (capacity INTEGER, team_nickname VARCHAR) | For the flyers, what's the minimum capacity? |
SELECT COUNT(pinyin) FROM table_1638437_2 WHERE simplified = "河西区" | CREATE TABLE table_1638437_2 (pinyin VARCHAR, simplified VARCHAR) | Name the number of pinyin where simplified is 河西区 |
SELECT pinyin FROM table_1638437_2 WHERE population = 44617 | CREATE TABLE table_1638437_2 (pinyin VARCHAR, population VARCHAR) | Name the pinyin for where population is 44617 |
SELECT pinyin FROM table_1638437_2 WHERE area = "487" | CREATE TABLE table_1638437_2 (pinyin VARCHAR, area VARCHAR) | Name the pinyin for 487 area |
SELECT traditional FROM table_1638437_2 WHERE population = 74779 | CREATE TABLE table_1638437_2 (traditional VARCHAR, population VARCHAR) | Name the traditional for population 74779 |
SELECT english_name FROM table_1638437_2 WHERE simplified = "崖城镇" | CREATE TABLE table_1638437_2 (english_name VARCHAR, simplified VARCHAR) | Name the english name for 崖城镇 |
SELECT date FROM table_16387700_1 WHERE away_team = "Richmond" | CREATE TABLE table_16387700_1 (date VARCHAR, away_team VARCHAR) | Name the date for richmond |
SELECT MAX(crowd) FROM table_16387700_1 WHERE date = "Saturday 16 February" | CREATE TABLE table_16387700_1 (crowd INTEGER, date VARCHAR) | Name the most crowd for saturday 16 february |
SELECT home_team FROM table_16388230_1 WHERE away_team = "West Coast" | CREATE TABLE table_16388230_1 (home_team VARCHAR, away_team VARCHAR) | What home team played the West Coast away team? |
SELECT COUNT(date) FROM table_16388230_1 WHERE home_team = "Hawthorn" | CREATE TABLE table_16388230_1 (date VARCHAR, home_team VARCHAR) | How many days did Hawthorn play as a home team? |
SELECT ground FROM table_16388230_1 WHERE away_team = "Richmond" | CREATE TABLE table_16388230_1 (ground VARCHAR, away_team VARCHAR) | The away team of Richmond played on what grounds? |
SELECT away_team AS score FROM table_16387953_1 WHERE ground = "Football Park" | CREATE TABLE table_16387953_1 (away_team VARCHAR, ground VARCHAR) | What was the away team's score at the venue football park? |
SELECT home_team AS score FROM table_16387953_1 WHERE home_team = "Adelaide" | CREATE TABLE table_16387953_1 (home_team VARCHAR) | What are the scores for games where the home team is Adelaide? |
SELECT date FROM table_16387953_1 WHERE ground = "Football Park" | CREATE TABLE table_16387953_1 (date VARCHAR, ground VARCHAR) | On what dates where games played at Football Park? |
SELECT home_team AS score FROM table_16387653_1 WHERE away_team = "Collingwood" | CREATE TABLE table_16387653_1 (home_team VARCHAR, away_team VARCHAR) | What was the home team score against Collingwood? |
SELECT away_team FROM table_16387653_1 WHERE home_team = "Carlton" | CREATE TABLE table_16387653_1 (away_team VARCHAR, home_team VARCHAR) | Who was the away team playing at Carlton? |
SELECT home_team AS score FROM table_16387653_1 WHERE away_team = "Richmond" | CREATE TABLE table_16387653_1 (home_team VARCHAR, away_team VARCHAR) | What did the home team score against Richmond? |
SELECT MAX(crowd) FROM table_16387653_1 WHERE away_team = "St Kilda" | CREATE TABLE table_16387653_1 (crowd INTEGER, away_team VARCHAR) | What was the maximum crowd size against St Kilda? |
SELECT home_team AS score FROM table_16387653_1 WHERE home_team = "Footscray" | CREATE TABLE table_16387653_1 (home_team VARCHAR) | What to Footscray score at home? |
SELECT date FROM table_16388439_3 WHERE ground = "Bundaberg Rum Stadium" | CREATE TABLE table_16388439_3 (date VARCHAR, ground VARCHAR) | Name the date for bundaberg rum stadium |
SELECT home_team AS score FROM table_16388439_3 WHERE home_team = "Brisbane Lions" | CREATE TABLE table_16388439_3 (home_team VARCHAR) | Name the home team score for brisbane lions |
SELECT home_team FROM table_16388439_3 WHERE ground = "Football Park" | CREATE TABLE table_16388439_3 (home_team VARCHAR, ground VARCHAR) | Name the home team for football park |
SELECT away_team AS score FROM table_16388439_3 WHERE home_team = "Carlton" | CREATE TABLE table_16388439_3 (away_team VARCHAR, home_team VARCHAR) | Name the away team score for carlton |
SELECT date FROM table_16388439_3 WHERE home_team = "Adelaide" AND ground = "Westpac Stadium" | CREATE TABLE table_16388439_3 (date VARCHAR, home_team VARCHAR, ground VARCHAR) | Name the date for adelaide for westpac stadium |
SELECT COUNT(ground) FROM table_16388439_1 WHERE home_team = "Essendon" | CREATE TABLE table_16388439_1 (ground VARCHAR, home_team VARCHAR) | Name the total number of ground for essendon |
SELECT MAX(crowd) FROM table_16388439_1 WHERE away_team = "Essendon" | CREATE TABLE table_16388439_1 (crowd INTEGER, away_team VARCHAR) | Name the most crowd for essendon |
SELECT COUNT(home_team) AS score FROM table_16388439_2 WHERE ground = "Manuka Oval" | CREATE TABLE table_16388439_2 (home_team VARCHAR, ground VARCHAR) | When ground is manuka oval what is the home team score? |
SELECT away_team AS score FROM table_16388439_2 WHERE crowd = 8642 | CREATE TABLE table_16388439_2 (away_team VARCHAR, crowd VARCHAR) | When the crowd was 8642 what was the away team's score? |
SELECT ground FROM table_16388545_1 WHERE crowd = 22537 | CREATE TABLE table_16388545_1 (ground VARCHAR, crowd VARCHAR) | Which location had an attendance of 22537? |
SELECT away_team AS score FROM table_16388545_1 WHERE ground = "Telstra Stadium" | CREATE TABLE table_16388545_1 (away_team VARCHAR, ground VARCHAR) | What was the away team's score of at the game of telstra stadium? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.