question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
If the home is Atlético Tucumán, what is the name of the first leg? | CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR) | SELECT 1 AS st_leg FROM table_17968229_1 WHERE home__2nd_leg_ = "Atlético Tucumán" | ### Context: CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR) ### Question: If the home is Atlético Tucumán, what is the name of the first leg? ### Answer: SELECT 1 AS st_leg FROM table_17968229_1 WHERE home__2nd_leg_ = "Atlético Tucumán" |
If second leg is Newell's Old Boys, what name is first leg? | CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR) | SELECT 1 AS st_leg FROM table_17968229_1 WHERE home__2nd_leg_ = "Newell's Old Boys" | ### Context: CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR) ### Question: If second leg is Newell's Old Boys, what name is first leg? ### Answer: SELECT 1 AS st_leg FROM table_17968229_1 WHERE home__2nd_leg_ = "Newell's Old Boys" |
What is the chinese name for whom chan chi-yuen, paul is listed as the romanised name? | CREATE TABLE table_17964087_2 (chinese_name VARCHAR, romanised_name VARCHAR) | SELECT chinese_name FROM table_17964087_2 WHERE romanised_name = "Chan Chi-yuen, Paul" | ### Context: CREATE TABLE table_17964087_2 (chinese_name VARCHAR, romanised_name VARCHAR) ### Question: What is the chinese name for whom chan chi-yuen, paul is listed as the romanised name? ### Answer: SELECT chinese_name FROM table_17964087_2 WHERE romanised_name = "Chan Chi-yuen, Paul" |
The name cheung, raymond man-to is listed as a romanised name is cheung, raymond man-to? | CREATE TABLE table_17964087_2 (foreign_nationality VARCHAR, romanised_name VARCHAR) | SELECT foreign_nationality FROM table_17964087_2 WHERE romanised_name = "Cheung, Raymond Man-to" | ### Context: CREATE TABLE table_17964087_2 (foreign_nationality VARCHAR, romanised_name VARCHAR) ### Question: The name cheung, raymond man-to is listed as a romanised name is cheung, raymond man-to? ### Answer: SELECT foreign_nationality FROM table_17964087_2 WHERE romanised_name = "Cheung, Raymond Man-to" |
For the chinese name 盧奕基 how many in total is the govt salary? | CREATE TABLE table_17964087_2 (govt_salary VARCHAR, chinese_name VARCHAR) | SELECT COUNT(govt_salary) FROM table_17964087_2 WHERE chinese_name = "盧奕基" | ### Context: CREATE TABLE table_17964087_2 (govt_salary VARCHAR, chinese_name VARCHAR) ### Question: For the chinese name 盧奕基 how many in total is the govt salary? ### Answer: SELECT COUNT(govt_salary) FROM table_17964087_2 WHERE chinese_name = "盧奕基" |
For the name romanised name is lo yik-kee, victor what is the total number foreign nationality that is listed? | CREATE TABLE table_17964087_2 (foreign_nationality VARCHAR, romanised_name VARCHAR) | SELECT COUNT(foreign_nationality) FROM table_17964087_2 WHERE romanised_name = "Lo Yik-kee, Victor" | ### Context: CREATE TABLE table_17964087_2 (foreign_nationality VARCHAR, romanised_name VARCHAR) ### Question: For the name romanised name is lo yik-kee, victor what is the total number foreign nationality that is listed? ### Answer: SELECT COUNT(foreign_nationality) FROM table_17964087_2 WHERE romanised_name = "Lo Yik... |
For the prior occupation listed as assistant police commissioner (ret'd) what are the entire list of romanised name. | CREATE TABLE table_17964087_2 (romanised_name VARCHAR, prior_occupation VARCHAR) | SELECT romanised_name FROM table_17964087_2 WHERE prior_occupation = "Assistant Police Commissioner (ret'd)" | ### Context: CREATE TABLE table_17964087_2 (romanised_name VARCHAR, prior_occupation VARCHAR) ### Question: For the prior occupation listed as assistant police commissioner (ret'd) what are the entire list of romanised name. ### Answer: SELECT romanised_name FROM table_17964087_2 WHERE prior_occupation = "Assistant Po... |
Name the most played when points is 105 | CREATE TABLE table_17968282_1 (played INTEGER, points VARCHAR) | SELECT MAX(played) FROM table_17968282_1 WHERE points = 105 | ### Context: CREATE TABLE table_17968282_1 (played INTEGER, points VARCHAR) ### Question: Name the most played when points is 105 ### Answer: SELECT MAX(played) FROM table_17968282_1 WHERE points = 105 |
Name the total number of points for newell's old boys | CREATE TABLE table_17968282_1 (points VARCHAR, team VARCHAR) | SELECT COUNT(points) FROM table_17968282_1 WHERE team = "Newell's Old Boys" | ### Context: CREATE TABLE table_17968282_1 (points VARCHAR, team VARCHAR) ### Question: Name the total number of points for newell's old boys ### Answer: SELECT COUNT(points) FROM table_17968282_1 WHERE team = "Newell's Old Boys" |
If the aggregate is 3-4, what is the first leg? | CREATE TABLE table_17968233_2 (home__1st_leg_ VARCHAR, aggregate VARCHAR) | SELECT home__1st_leg_ FROM table_17968233_2 WHERE aggregate = "3-4" | ### Context: CREATE TABLE table_17968233_2 (home__1st_leg_ VARCHAR, aggregate VARCHAR) ### Question: If the aggregate is 3-4, what is the first leg? ### Answer: SELECT home__1st_leg_ FROM table_17968233_2 WHERE aggregate = "3-4" |
If the second leg is Instituto, what is the total number of aggregate? | CREATE TABLE table_17968233_2 (aggregate VARCHAR, home__2nd_leg_ VARCHAR) | SELECT COUNT(aggregate) FROM table_17968233_2 WHERE home__2nd_leg_ = "Instituto" | ### Context: CREATE TABLE table_17968233_2 (aggregate VARCHAR, home__2nd_leg_ VARCHAR) ### Question: If the second leg is Instituto, what is the total number of aggregate? ### Answer: SELECT COUNT(aggregate) FROM table_17968233_2 WHERE home__2nd_leg_ = "Instituto" |
How many games were played by the Vélez Sársfield team from 1989-90? | CREATE TABLE table_17968274_2 (team VARCHAR) | SELECT 1989 AS _90 FROM table_17968274_2 WHERE team = "Vélez Sársfield" | ### Context: CREATE TABLE table_17968274_2 (team VARCHAR) ### Question: How many games were played by the Vélez Sársfield team from 1989-90? ### Answer: SELECT 1989 AS _90 FROM table_17968274_2 WHERE team = "Vélez Sársfield" |
What was the team that scored 122 points? | CREATE TABLE table_17968274_2 (team VARCHAR, points VARCHAR) | SELECT team FROM table_17968274_2 WHERE points = 122 | ### Context: CREATE TABLE table_17968274_2 (team VARCHAR, points VARCHAR) ### Question: What was the team that scored 122 points? ### Answer: SELECT team FROM table_17968274_2 WHERE points = 122 |
What is the opponent played on October 4? | CREATE TABLE table_17972136_1 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_17972136_1 WHERE date = "October 4" | ### Context: CREATE TABLE table_17972136_1 (opponent VARCHAR, date VARCHAR) ### Question: What is the opponent played on October 4? ### Answer: SELECT opponent FROM table_17972136_1 WHERE date = "October 4" |
Where is riverfront stadium the game site for the week? | CREATE TABLE table_17972136_1 (week INTEGER, game_site VARCHAR) | SELECT MIN(week) FROM table_17972136_1 WHERE game_site = "Riverfront Stadium" | ### Context: CREATE TABLE table_17972136_1 (week INTEGER, game_site VARCHAR) ### Question: Where is riverfront stadium the game site for the week? ### Answer: SELECT MIN(week) FROM table_17972136_1 WHERE game_site = "Riverfront Stadium" |
How many number of lakes are there in the Valdez-Cordova (CA) area? | CREATE TABLE table_17978052_2 (_number_s_lake_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) | SELECT MIN(_number_s_lake_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Valdez-Cordova (CA)" | ### Context: CREATE TABLE table_17978052_2 (_number_s_lake_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) ### Question: How many number of lakes are there in the Valdez-Cordova (CA) area? ### Answer: SELECT MIN(_number_s_lake_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Valde... |
What was the comment on the Denali area? | CREATE TABLE table_17978052_2 (comment VARCHAR, borough_or_census_area VARCHAR) | SELECT comment FROM table_17978052_2 WHERE borough_or_census_area = "Denali" | ### Context: CREATE TABLE table_17978052_2 (comment VARCHAR, borough_or_census_area VARCHAR) ### Question: What was the comment on the Denali area? ### Answer: SELECT comment FROM table_17978052_2 WHERE borough_or_census_area = "Denali" |
How many dams are there in the Lake and Peninsula area? | CREATE TABLE table_17978052_2 (_number_s_dam_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) | SELECT MAX(_number_s_dam_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Lake and Peninsula" | ### Context: CREATE TABLE table_17978052_2 (_number_s_dam_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) ### Question: How many dams are there in the Lake and Peninsula area? ### Answer: SELECT MAX(_number_s_dam_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Lake and Peninsula" |
How many dams are there in the Nome (CA) area? | CREATE TABLE table_17978052_2 (_number_s_dam_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) | SELECT MIN(_number_s_dam_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Nome (CA)" | ### Context: CREATE TABLE table_17978052_2 (_number_s_dam_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) ### Question: How many dams are there in the Nome (CA) area? ### Answer: SELECT MIN(_number_s_dam_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Nome (CA)" |
How many comments are there in the Bethel (CA) Borough area? | CREATE TABLE table_17978052_2 (comment VARCHAR, borough_or_census_area VARCHAR) | SELECT COUNT(comment) FROM table_17978052_2 WHERE borough_or_census_area = "Bethel (CA)" | ### Context: CREATE TABLE table_17978052_2 (comment VARCHAR, borough_or_census_area VARCHAR) ### Question: How many comments are there in the Bethel (CA) Borough area? ### Answer: SELECT COUNT(comment) FROM table_17978052_2 WHERE borough_or_census_area = "Bethel (CA)" |
How many total numbers of attendance are there during the game in October 27? | CREATE TABLE table_17972193_1 (attendance VARCHAR, date VARCHAR) | SELECT COUNT(attendance) FROM table_17972193_1 WHERE date = "October 27" | ### Context: CREATE TABLE table_17972193_1 (attendance VARCHAR, date VARCHAR) ### Question: How many total numbers of attendance are there during the game in October 27? ### Answer: SELECT COUNT(attendance) FROM table_17972193_1 WHERE date = "October 27" |
What was the game record when the opponent was 'at Los Angeles Raiders'? | CREATE TABLE table_17972193_1 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_17972193_1 WHERE opponent = "at Los Angeles Raiders" | ### Context: CREATE TABLE table_17972193_1 (record VARCHAR, opponent VARCHAR) ### Question: What was the game record when the opponent was 'at Los Angeles Raiders'? ### Answer: SELECT record FROM table_17972193_1 WHERE opponent = "at Los Angeles Raiders" |
When was the game played when the opponent was 'at Los Angeles Rams'? | CREATE TABLE table_17972193_1 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_17972193_1 WHERE opponent = "at Los Angeles Rams" | ### Context: CREATE TABLE table_17972193_1 (date VARCHAR, opponent VARCHAR) ### Question: When was the game played when the opponent was 'at Los Angeles Rams'? ### Answer: SELECT date FROM table_17972193_1 WHERE opponent = "at Los Angeles Rams" |
How many total number of attendance were there when the game was held in Anaheim Stadium? | CREATE TABLE table_17972193_1 (attendance VARCHAR, game_site VARCHAR) | SELECT COUNT(attendance) FROM table_17972193_1 WHERE game_site = "Anaheim Stadium" | ### Context: CREATE TABLE table_17972193_1 (attendance VARCHAR, game_site VARCHAR) ### Question: How many total number of attendance were there when the game was held in Anaheim Stadium? ### Answer: SELECT COUNT(attendance) FROM table_17972193_1 WHERE game_site = "Anaheim Stadium" |
How many were in attendance when the game was held in Arrowhead Stadium? | CREATE TABLE table_17972193_1 (attendance INTEGER, game_site VARCHAR) | SELECT MIN(attendance) FROM table_17972193_1 WHERE game_site = "Arrowhead Stadium" | ### Context: CREATE TABLE table_17972193_1 (attendance INTEGER, game_site VARCHAR) ### Question: How many were in attendance when the game was held in Arrowhead Stadium? ### Answer: SELECT MIN(attendance) FROM table_17972193_1 WHERE game_site = "Arrowhead Stadium" |
What is the highest position a team with 7 draws earned? | CREATE TABLE table_18018214_1 (position INTEGER, draws VARCHAR) | SELECT MAX(position) FROM table_18018214_1 WHERE draws = 7 | ### Context: CREATE TABLE table_18018214_1 (position INTEGER, draws VARCHAR) ### Question: What is the highest position a team with 7 draws earned? ### Answer: SELECT MAX(position) FROM table_18018214_1 WHERE draws = 7 |
Name the original air date for ai% for 83 | CREATE TABLE table_18012738_1 (original_air_date VARCHAR, ai___percentage_ VARCHAR) | SELECT original_air_date FROM table_18012738_1 WHERE ai___percentage_ = 83 | ### Context: CREATE TABLE table_18012738_1 (original_air_date VARCHAR, ai___percentage_ VARCHAR) ### Question: Name the original air date for ai% for 83 ### Answer: SELECT original_air_date FROM table_18012738_1 WHERE ai___percentage_ = 83 |
Name the story number for paul cornell | CREATE TABLE table_18012738_1 (story_no VARCHAR, written_by VARCHAR) | SELECT story_no FROM table_18012738_1 WHERE written_by = "Paul Cornell" | ### Context: CREATE TABLE table_18012738_1 (story_no VARCHAR, written_by VARCHAR) ### Question: Name the story number for paul cornell ### Answer: SELECT story_no FROM table_18012738_1 WHERE written_by = "Paul Cornell" |
Name the total number directed by for uk viewers being 6.86 | CREATE TABLE table_18012738_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) | SELECT COUNT(directed_by) FROM table_18012738_1 WHERE uk_viewers__million_ = "6.86" | ### Context: CREATE TABLE table_18012738_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) ### Question: Name the total number directed by for uk viewers being 6.86 ### Answer: SELECT COUNT(directed_by) FROM table_18012738_1 WHERE uk_viewers__million_ = "6.86" |
Name the least ai % | CREATE TABLE table_18012738_1 (ai___percentage_ INTEGER) | SELECT MIN(ai___percentage_) FROM table_18012738_1 | ### Context: CREATE TABLE table_18012738_1 (ai___percentage_ INTEGER) ### Question: Name the least ai % ### Answer: SELECT MIN(ai___percentage_) FROM table_18012738_1 |
What is the highest number of games played? | CREATE TABLE table_18018214_4 (games_played INTEGER) | SELECT MAX(games_played) FROM table_18018214_4 | ### Context: CREATE TABLE table_18018214_4 (games_played INTEGER) ### Question: What is the highest number of games played? ### Answer: SELECT MAX(games_played) FROM table_18018214_4 |
In the game with 31 points, how many goals were conceded? | CREATE TABLE table_18018214_4 (goals_conceded VARCHAR, points VARCHAR) | SELECT COUNT(goals_conceded) FROM table_18018214_4 WHERE points = 31 | ### Context: CREATE TABLE table_18018214_4 (goals_conceded VARCHAR, points VARCHAR) ### Question: In the game with 31 points, how many goals were conceded? ### Answer: SELECT COUNT(goals_conceded) FROM table_18018214_4 WHERE points = 31 |
How many games had 22 points? | CREATE TABLE table_18018214_4 (games_played VARCHAR, points VARCHAR) | SELECT COUNT(games_played) FROM table_18018214_4 WHERE points = 22 | ### Context: CREATE TABLE table_18018214_4 (games_played VARCHAR, points VARCHAR) ### Question: How many games had 22 points? ### Answer: SELECT COUNT(games_played) FROM table_18018214_4 WHERE points = 22 |
How many wins had 58 goals scored? | CREATE TABLE table_18018248_2 (wins VARCHAR, goals_scored VARCHAR) | SELECT wins FROM table_18018248_2 WHERE goals_scored = 58 | ### Context: CREATE TABLE table_18018248_2 (wins VARCHAR, goals_scored VARCHAR) ### Question: How many wins had 58 goals scored? ### Answer: SELECT wins FROM table_18018248_2 WHERE goals_scored = 58 |
How many clubs had 29 points? | CREATE TABLE table_18018248_2 (club VARCHAR, points VARCHAR) | SELECT COUNT(club) FROM table_18018248_2 WHERE points = 29 | ### Context: CREATE TABLE table_18018248_2 (club VARCHAR, points VARCHAR) ### Question: How many clubs had 29 points? ### Answer: SELECT COUNT(club) FROM table_18018248_2 WHERE points = 29 |
Which clubs had draws of 9? | CREATE TABLE table_18018248_2 (club VARCHAR, draws VARCHAR) | SELECT club FROM table_18018248_2 WHERE draws = 9 | ### Context: CREATE TABLE table_18018248_2 (club VARCHAR, draws VARCHAR) ### Question: Which clubs had draws of 9? ### Answer: SELECT club FROM table_18018248_2 WHERE draws = 9 |
How many draws were there when the conceded goals was numbered at 45? | CREATE TABLE table_18018248_2 (draws VARCHAR, goals_conceded VARCHAR) | SELECT COUNT(draws) FROM table_18018248_2 WHERE goals_conceded = 45 | ### Context: CREATE TABLE table_18018248_2 (draws VARCHAR, goals_conceded VARCHAR) ### Question: How many draws were there when the conceded goals was numbered at 45? ### Answer: SELECT COUNT(draws) FROM table_18018248_2 WHERE goals_conceded = 45 |
What is the least amount of games played with 21 losses? | CREATE TABLE table_18018248_2 (games_played INTEGER, loses VARCHAR) | SELECT MIN(games_played) FROM table_18018248_2 WHERE loses = 21 | ### Context: CREATE TABLE table_18018248_2 (games_played INTEGER, loses VARCHAR) ### Question: What is the least amount of games played with 21 losses? ### Answer: SELECT MIN(games_played) FROM table_18018248_2 WHERE loses = 21 |
How many games did each team played? | CREATE TABLE table_18018214_3 (games_played INTEGER) | SELECT MIN(games_played) FROM table_18018214_3 | ### Context: CREATE TABLE table_18018214_3 (games_played INTEGER) ### Question: How many games did each team played? ### Answer: SELECT MIN(games_played) FROM table_18018214_3 |
HOw many points where there when the number of goals scored was 47? | CREATE TABLE table_18018214_3 (points INTEGER, goals_scored VARCHAR) | SELECT MAX(points) FROM table_18018214_3 WHERE goals_scored = 47 | ### Context: CREATE TABLE table_18018214_3 (points INTEGER, goals_scored VARCHAR) ### Question: HOw many points where there when the number of goals scored was 47? ### Answer: SELECT MAX(points) FROM table_18018214_3 WHERE goals_scored = 47 |
How many goals were scored by club team fm (losc) vilnius | CREATE TABLE table_18018214_3 (goals_scored VARCHAR, club VARCHAR) | SELECT goals_scored FROM table_18018214_3 WHERE club = "FM (LOSC) Vilnius" | ### Context: CREATE TABLE table_18018214_3 (goals_scored VARCHAR, club VARCHAR) ### Question: How many goals were scored by club team fm (losc) vilnius ### Answer: SELECT goals_scored FROM table_18018214_3 WHERE club = "FM (LOSC) Vilnius" |
How many losses occurred when the club team was ekranas-2 panevėžys | CREATE TABLE table_18018214_3 (loses INTEGER, club VARCHAR) | SELECT MAX(loses) FROM table_18018214_3 WHERE club = "Ekranas-2 Panevėžys" | ### Context: CREATE TABLE table_18018214_3 (loses INTEGER, club VARCHAR) ### Question: How many losses occurred when the club team was ekranas-2 panevėžys ### Answer: SELECT MAX(loses) FROM table_18018214_3 WHERE club = "Ekranas-2 Panevėžys" |
What was the highest number of wins for any team? | CREATE TABLE table_18018214_3 (wins INTEGER) | SELECT MAX(wins) FROM table_18018214_3 | ### Context: CREATE TABLE table_18018214_3 (wins INTEGER) ### Question: What was the highest number of wins for any team? ### Answer: SELECT MAX(wins) FROM table_18018214_3 |
What is the June 22 ncaat baseball record for Fresno State Bulldogs? | CREATE TABLE table_18025024_7 (ncaat_record VARCHAR, date VARCHAR) | SELECT ncaat_record FROM table_18025024_7 WHERE date = "June 22" | ### Context: CREATE TABLE table_18025024_7 (ncaat_record VARCHAR, date VARCHAR) ### Question: What is the June 22 ncaat baseball record for Fresno State Bulldogs? ### Answer: SELECT ncaat_record FROM table_18025024_7 WHERE date = "June 22" |
How many saves were in the Georgia game, versus the Bulldogs, with a score of 7-6? | CREATE TABLE table_18025024_7 (save VARCHAR, score VARCHAR) | SELECT save FROM table_18025024_7 WHERE score = "7-6" | ### Context: CREATE TABLE table_18025024_7 (save VARCHAR, score VARCHAR) ### Question: How many saves were in the Georgia game, versus the Bulldogs, with a score of 7-6? ### Answer: SELECT save FROM table_18025024_7 WHERE score = "7-6" |
What is the June 21 ncaat baseball record for Fresno State Bulldogs? | CREATE TABLE table_18025024_7 (ncaat_record VARCHAR, date VARCHAR) | SELECT ncaat_record FROM table_18025024_7 WHERE date = "June 21" | ### Context: CREATE TABLE table_18025024_7 (ncaat_record VARCHAR, date VARCHAR) ### Question: What is the June 21 ncaat baseball record for Fresno State Bulldogs? ### Answer: SELECT ncaat_record FROM table_18025024_7 WHERE date = "June 21" |
how many times did estudiantes de la plata participate in 2008 suruga bank championship | CREATE TABLE table_18027411_1 (team___competition VARCHAR) | SELECT COUNT(2008 AS _suruga_bank_championship) FROM table_18027411_1 WHERE team___competition = "Estudiantes de La Plata" | ### Context: CREATE TABLE table_18027411_1 (team___competition VARCHAR) ### Question: how many times did estudiantes de la plata participate in 2008 suruga bank championship ### Answer: SELECT COUNT(2008 AS _suruga_bank_championship) FROM table_18027411_1 WHERE team___competition = "Estudiantes de La Plata" |
What date was the match against Morocco played? | CREATE TABLE table_18042031_16 (date VARCHAR, against VARCHAR) | SELECT date FROM table_18042031_16 WHERE against = "Morocco" | ### Context: CREATE TABLE table_18042031_16 (date VARCHAR, against VARCHAR) ### Question: What date was the match against Morocco played? ### Answer: SELECT date FROM table_18042031_16 WHERE against = "Morocco" |
What country did Gil play against on 21–23 september 2007? | CREATE TABLE table_18042031_16 (against VARCHAR, date VARCHAR) | SELECT against FROM table_18042031_16 WHERE date = "21–23 September 2007" | ### Context: CREATE TABLE table_18042031_16 (against VARCHAR, date VARCHAR) ### Question: What country did Gil play against on 21–23 september 2007? ### Answer: SELECT against FROM table_18042031_16 WHERE date = "21–23 September 2007" |
Who was Gil's partner on 10–12 july 2009 | CREATE TABLE table_18042031_16 (partnering VARCHAR, date VARCHAR) | SELECT partnering FROM table_18042031_16 WHERE date = "10–12 July 2009" | ### Context: CREATE TABLE table_18042031_16 (partnering VARCHAR, date VARCHAR) ### Question: Who was Gil's partner on 10–12 july 2009 ### Answer: SELECT partnering FROM table_18042031_16 WHERE date = "10–12 July 2009" |
Where was the successor formally installed on December 3, 1858? | CREATE TABLE table_1802760_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT state__class_ FROM table_1802760_3 WHERE date_of_successors_formal_installation = "December 3, 1858" | ### Context: CREATE TABLE table_1802760_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Where was the successor formally installed on December 3, 1858? ### Answer: SELECT state__class_ FROM table_1802760_3 WHERE date_of_successors_formal_installation = "December 3, 1858" |
Why did the change happen in the state where the formal installation happen on February 14, 1859? | CREATE TABLE table_1802760_3 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT reason_for_change FROM table_1802760_3 WHERE date_of_successors_formal_installation = "February 14, 1859" | ### Context: CREATE TABLE table_1802760_3 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Why did the change happen in the state where the formal installation happen on February 14, 1859? ### Answer: SELECT reason_for_change FROM table_1802760_3 WHERE date_of_successors_formal_... |
Name the vacator for tennessee 1st | CREATE TABLE table_1802522_4 (vacator VARCHAR, district VARCHAR) | SELECT vacator FROM table_1802522_4 WHERE district = "Tennessee 1st" | ### Context: CREATE TABLE table_1802522_4 (vacator VARCHAR, district VARCHAR) ### Question: Name the vacator for tennessee 1st ### Answer: SELECT vacator FROM table_1802522_4 WHERE district = "Tennessee 1st" |
If the passengers are 15,505,566, what is the iata code? | CREATE TABLE table_18047346_4 (iata_code VARCHAR, passengers VARCHAR) | SELECT iata_code FROM table_18047346_4 WHERE passengers = "15,505,566" | ### Context: CREATE TABLE table_18047346_4 (iata_code VARCHAR, passengers VARCHAR) ### Question: If the passengers are 15,505,566, what is the iata code? ### Answer: SELECT iata_code FROM table_18047346_4 WHERE passengers = "15,505,566" |
If the location is Chicago, Illinois, what is the airport name? | CREATE TABLE table_18047346_4 (airport_name VARCHAR, location VARCHAR) | SELECT airport_name FROM table_18047346_4 WHERE location = "Chicago, Illinois" | ### Context: CREATE TABLE table_18047346_4 (airport_name VARCHAR, location VARCHAR) ### Question: If the location is Chicago, Illinois, what is the airport name? ### Answer: SELECT airport_name FROM table_18047346_4 WHERE location = "Chicago, Illinois" |
If the amount of passengers is 15,505,566, what is the %/chg. for 2009/10? | CREATE TABLE table_18047346_4 (_percentage_chg_2009_10 VARCHAR, passengers VARCHAR) | SELECT _percentage_chg_2009_10 FROM table_18047346_4 WHERE passengers = "15,505,566" | ### Context: CREATE TABLE table_18047346_4 (_percentage_chg_2009_10 VARCHAR, passengers VARCHAR) ### Question: If the amount of passengers is 15,505,566, what is the %/chg. for 2009/10? ### Answer: SELECT _percentage_chg_2009_10 FROM table_18047346_4 WHERE passengers = "15,505,566" |
What university did Steve Hoar attend. | CREATE TABLE table_18042409_1 (alma_mater VARCHAR, player VARCHAR) | SELECT alma_mater FROM table_18042409_1 WHERE player = "Steve Hoar" | ### Context: CREATE TABLE table_18042409_1 (alma_mater VARCHAR, player VARCHAR) ### Question: What university did Steve Hoar attend. ### Answer: SELECT alma_mater FROM table_18042409_1 WHERE player = "Steve Hoar" |
List the plats that attended Wilfrid Laurier University. | CREATE TABLE table_18042409_1 (player VARCHAR, alma_mater VARCHAR) | SELECT player FROM table_18042409_1 WHERE alma_mater = "Wilfrid Laurier University" | ### Context: CREATE TABLE table_18042409_1 (player VARCHAR, alma_mater VARCHAR) ### Question: List the plats that attended Wilfrid Laurier University. ### Answer: SELECT player FROM table_18042409_1 WHERE alma_mater = "Wilfrid Laurier University" |
List all the international lacrosse league competitions for Toronto Rock. | CREATE TABLE table_18042409_1 (international_competition VARCHAR, national_lacrosse_league VARCHAR) | SELECT international_competition FROM table_18042409_1 WHERE national_lacrosse_league = "Toronto Rock" | ### Context: CREATE TABLE table_18042409_1 (international_competition VARCHAR, national_lacrosse_league VARCHAR) ### Question: List all the international lacrosse league competitions for Toronto Rock. ### Answer: SELECT international_competition FROM table_18042409_1 WHERE national_lacrosse_league = "Toronto Rock" |
List all of the NLL Toronto Rock players. | CREATE TABLE table_18042409_1 (player VARCHAR, national_lacrosse_league VARCHAR) | SELECT player FROM table_18042409_1 WHERE national_lacrosse_league = "Toronto Rock" | ### Context: CREATE TABLE table_18042409_1 (player VARCHAR, national_lacrosse_league VARCHAR) ### Question: List all of the NLL Toronto Rock players. ### Answer: SELECT player FROM table_18042409_1 WHERE national_lacrosse_league = "Toronto Rock" |
What rank is the airport whose IATA Code is JFK? | CREATE TABLE table_18047346_5 (rank VARCHAR, iata_code VARCHAR) | SELECT rank FROM table_18047346_5 WHERE iata_code = "JFK" | ### Context: CREATE TABLE table_18047346_5 (rank VARCHAR, iata_code VARCHAR) ### Question: What rank is the airport whose IATA Code is JFK? ### Answer: SELECT rank FROM table_18047346_5 WHERE iata_code = "JFK" |
Which airport has an IATA Code of ORD? | CREATE TABLE table_18047346_5 (airport_name VARCHAR, iata_code VARCHAR) | SELECT airport_name FROM table_18047346_5 WHERE iata_code = "ORD" | ### Context: CREATE TABLE table_18047346_5 (airport_name VARCHAR, iata_code VARCHAR) ### Question: Which airport has an IATA Code of ORD? ### Answer: SELECT airport_name FROM table_18047346_5 WHERE iata_code = "ORD" |
Louisville International Airport had how many tonnes of cargo in 2011? | CREATE TABLE table_18047346_5 (tonnes VARCHAR, airport_name VARCHAR) | SELECT tonnes FROM table_18047346_5 WHERE airport_name = "Louisville International Airport" | ### Context: CREATE TABLE table_18047346_5 (tonnes VARCHAR, airport_name VARCHAR) ### Question: Louisville International Airport had how many tonnes of cargo in 2011? ### Answer: SELECT tonnes FROM table_18047346_5 WHERE airport_name = "Louisville International Airport" |
How many tonnes of cargo did the airport have with the IATA Code IND? | CREATE TABLE table_18047346_5 (tonnes VARCHAR, iata_code VARCHAR) | SELECT tonnes FROM table_18047346_5 WHERE iata_code = "IND" | ### Context: CREATE TABLE table_18047346_5 (tonnes VARCHAR, iata_code VARCHAR) ### Question: How many tonnes of cargo did the airport have with the IATA Code IND? ### Answer: SELECT tonnes FROM table_18047346_5 WHERE iata_code = "IND" |
Who is the incumbent democratic party in district florida 11? | CREATE TABLE table_1805191_10 (incumbent VARCHAR, party VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1805191_10 WHERE party = "Democratic" AND district = "Florida 11" | ### Context: CREATE TABLE table_1805191_10 (incumbent VARCHAR, party VARCHAR, district VARCHAR) ### Question: Who is the incumbent democratic party in district florida 11? ### Answer: SELECT incumbent FROM table_1805191_10 WHERE party = "Democratic" AND district = "Florida 11" |
In which district is the first elected 2000? | CREATE TABLE table_1805191_10 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_1805191_10 WHERE first_elected = 2000 | ### Context: CREATE TABLE table_1805191_10 (district VARCHAR, first_elected VARCHAR) ### Question: In which district is the first elected 2000? ### Answer: SELECT district FROM table_1805191_10 WHERE first_elected = 2000 |
When is the first elected in the Florida 19 district? | CREATE TABLE table_1805191_10 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1805191_10 WHERE district = "Florida 19" | ### Context: CREATE TABLE table_1805191_10 (first_elected VARCHAR, district VARCHAR) ### Question: When is the first elected in the Florida 19 district? ### Answer: SELECT first_elected FROM table_1805191_10 WHERE district = "Florida 19" |
What are the results of incumbent dave weldon? | CREATE TABLE table_1805191_10 (results VARCHAR, incumbent VARCHAR) | SELECT COUNT(results) FROM table_1805191_10 WHERE incumbent = "Dave Weldon" | ### Context: CREATE TABLE table_1805191_10 (results VARCHAR, incumbent VARCHAR) ### Question: What are the results of incumbent dave weldon? ### Answer: SELECT COUNT(results) FROM table_1805191_10 WHERE incumbent = "Dave Weldon" |
How many districts have the incumbent, Charles Rangel? | CREATE TABLE table_1805191_33 (district VARCHAR, incumbent VARCHAR) | SELECT COUNT(district) FROM table_1805191_33 WHERE incumbent = "Charles Rangel" | ### Context: CREATE TABLE table_1805191_33 (district VARCHAR, incumbent VARCHAR) ### Question: How many districts have the incumbent, Charles Rangel? ### Answer: SELECT COUNT(district) FROM table_1805191_33 WHERE incumbent = "Charles Rangel" |
What is the party affiliation of New York 26? | CREATE TABLE table_1805191_33 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1805191_33 WHERE district = "New York 26" | ### Context: CREATE TABLE table_1805191_33 (party VARCHAR, district VARCHAR) ### Question: What is the party affiliation of New York 26? ### Answer: SELECT party FROM table_1805191_33 WHERE district = "New York 26" |
In the district of Pennsylvania 1, what is the total number of political parties? | CREATE TABLE table_1805191_39 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_1805191_39 WHERE district = "Pennsylvania 1" | ### Context: CREATE TABLE table_1805191_39 (party VARCHAR, district VARCHAR) ### Question: In the district of Pennsylvania 1, what is the total number of political parties? ### Answer: SELECT COUNT(party) FROM table_1805191_39 WHERE district = "Pennsylvania 1" |
What year was Tim Holden first elected? | CREATE TABLE table_1805191_39 (first_elected INTEGER, incumbent VARCHAR) | SELECT MIN(first_elected) FROM table_1805191_39 WHERE incumbent = "Tim Holden" | ### Context: CREATE TABLE table_1805191_39 (first_elected INTEGER, incumbent VARCHAR) ### Question: What year was Tim Holden first elected? ### Answer: SELECT MIN(first_elected) FROM table_1805191_39 WHERE incumbent = "Tim Holden" |
How many parties were first elected in 1994? | CREATE TABLE table_1805191_39 (party VARCHAR, first_elected VARCHAR) | SELECT COUNT(party) FROM table_1805191_39 WHERE first_elected = 1994 | ### Context: CREATE TABLE table_1805191_39 (party VARCHAR, first_elected VARCHAR) ### Question: How many parties were first elected in 1994? ### Answer: SELECT COUNT(party) FROM table_1805191_39 WHERE first_elected = 1994 |
In district Pennsylvania 11, what was the total numbers of results? | CREATE TABLE table_1805191_39 (results VARCHAR, district VARCHAR) | SELECT COUNT(results) FROM table_1805191_39 WHERE district = "Pennsylvania 11" | ### Context: CREATE TABLE table_1805191_39 (results VARCHAR, district VARCHAR) ### Question: In district Pennsylvania 11, what was the total numbers of results? ### Answer: SELECT COUNT(results) FROM table_1805191_39 WHERE district = "Pennsylvania 11" |
During what year was Representative Spencer Bachus first elected? | CREATE TABLE table_1805191_2 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1805191_2 WHERE incumbent = "Spencer Bachus" | ### Context: CREATE TABLE table_1805191_2 (first_elected VARCHAR, incumbent VARCHAR) ### Question: During what year was Representative Spencer Bachus first elected? ### Answer: SELECT COUNT(first_elected) FROM table_1805191_2 WHERE incumbent = "Spencer Bachus" |
What is the party affiliation of the incumbent Robert Cramer? | CREATE TABLE table_1805191_2 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1805191_2 WHERE incumbent = "Robert Cramer" | ### Context: CREATE TABLE table_1805191_2 (party VARCHAR, incumbent VARCHAR) ### Question: What is the party affiliation of the incumbent Robert Cramer? ### Answer: SELECT party FROM table_1805191_2 WHERE incumbent = "Robert Cramer" |
Who is the incumbent in the Washington 1 district? | CREATE TABLE table_1805191_48 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1805191_48 WHERE district = "Washington 1" | ### Context: CREATE TABLE table_1805191_48 (incumbent VARCHAR, district VARCHAR) ### Question: Who is the incumbent in the Washington 1 district? ### Answer: SELECT incumbent FROM table_1805191_48 WHERE district = "Washington 1" |
How many categories of first elected are in Washington 4 district? | CREATE TABLE table_1805191_48 (first_elected VARCHAR, district VARCHAR) | SELECT COUNT(first_elected) FROM table_1805191_48 WHERE district = "Washington 4" | ### Context: CREATE TABLE table_1805191_48 (first_elected VARCHAR, district VARCHAR) ### Question: How many categories of first elected are in Washington 4 district? ### Answer: SELECT COUNT(first_elected) FROM table_1805191_48 WHERE district = "Washington 4" |
What was the result in the election where the date of first elected was 2000? | CREATE TABLE table_1805191_48 (results VARCHAR, first_elected VARCHAR) | SELECT results FROM table_1805191_48 WHERE first_elected = 2000 | ### Context: CREATE TABLE table_1805191_48 (results VARCHAR, first_elected VARCHAR) ### Question: What was the result in the election where the date of first elected was 2000? ### Answer: SELECT results FROM table_1805191_48 WHERE first_elected = 2000 |
Which title, directed by David Kendall, had 3.7 million viewers? | CREATE TABLE table_18054886_1 (title VARCHAR, viewers__millions_ VARCHAR, directed_by VARCHAR) | SELECT title FROM table_18054886_1 WHERE viewers__millions_ = "3.7" AND directed_by = "David Kendall" | ### Context: CREATE TABLE table_18054886_1 (title VARCHAR, viewers__millions_ VARCHAR, directed_by VARCHAR) ### Question: Which title, directed by David Kendall, had 3.7 million viewers? ### Answer: SELECT title FROM table_18054886_1 WHERE viewers__millions_ = "3.7" AND directed_by = "David Kendall" |
How many people were first elected with an incument of diane watson? | CREATE TABLE table_1805191_6 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1805191_6 WHERE incumbent = "Diane Watson" | ### Context: CREATE TABLE table_1805191_6 (first_elected VARCHAR, incumbent VARCHAR) ### Question: How many people were first elected with an incument of diane watson? ### Answer: SELECT COUNT(first_elected) FROM table_1805191_6 WHERE incumbent = "Diane Watson" |
What party did hilda solis represent? | CREATE TABLE table_1805191_6 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1805191_6 WHERE incumbent = "Hilda Solis" | ### Context: CREATE TABLE table_1805191_6 (party VARCHAR, incumbent VARCHAR) ### Question: What party did hilda solis represent? ### Answer: SELECT party FROM table_1805191_6 WHERE incumbent = "Hilda Solis" |
What were the result(s) of the election featuring grace napolitano as the incumbent? | CREATE TABLE table_1805191_6 (results VARCHAR, incumbent VARCHAR) | SELECT results FROM table_1805191_6 WHERE incumbent = "Grace Napolitano" | ### Context: CREATE TABLE table_1805191_6 (results VARCHAR, incumbent VARCHAR) ### Question: What were the result(s) of the election featuring grace napolitano as the incumbent? ### Answer: SELECT results FROM table_1805191_6 WHERE incumbent = "Grace Napolitano" |
Which place in the order is the Pinyin transcription She Jiang? | CREATE TABLE table_1805919_1 (standard_order INTEGER, transcription__based_on_pinyin_ VARCHAR) | SELECT MIN(standard_order) FROM table_1805919_1 WHERE transcription__based_on_pinyin_ = "She Jiang" | ### Context: CREATE TABLE table_1805919_1 (standard_order INTEGER, transcription__based_on_pinyin_ VARCHAR) ### Question: Which place in the order is the Pinyin transcription She Jiang? ### Answer: SELECT MIN(standard_order) FROM table_1805919_1 WHERE transcription__based_on_pinyin_ = "She Jiang" |
What is the place of "A Lament for Ying"? | CREATE TABLE table_1805919_1 (standard_order INTEGER, english_translation VARCHAR) | SELECT MAX(standard_order) FROM table_1805919_1 WHERE english_translation = "A Lament for Ying" | ### Context: CREATE TABLE table_1805919_1 (standard_order INTEGER, english_translation VARCHAR) ### Question: What is the place of "A Lament for Ying"? ### Answer: SELECT MAX(standard_order) FROM table_1805919_1 WHERE english_translation = "A Lament for Ying" |
How many traditional Chinese for the translation of "Crossing the River"? | CREATE TABLE table_1805919_1 (traditional_chinese VARCHAR, english_translation VARCHAR) | SELECT COUNT(traditional_chinese) FROM table_1805919_1 WHERE english_translation = "Crossing the River" | ### Context: CREATE TABLE table_1805919_1 (traditional_chinese VARCHAR, english_translation VARCHAR) ### Question: How many traditional Chinese for the translation of "Crossing the River"? ### Answer: SELECT COUNT(traditional_chinese) FROM table_1805919_1 WHERE english_translation = "Crossing the River" |
What is the place of the Pinyin transcription Xi Wangri? | CREATE TABLE table_1805919_1 (standard_order INTEGER, transcription__based_on_pinyin_ VARCHAR) | SELECT MAX(standard_order) FROM table_1805919_1 WHERE transcription__based_on_pinyin_ = "Xi Wangri" | ### Context: CREATE TABLE table_1805919_1 (standard_order INTEGER, transcription__based_on_pinyin_ VARCHAR) ### Question: What is the place of the Pinyin transcription Xi Wangri? ### Answer: SELECT MAX(standard_order) FROM table_1805919_1 WHERE transcription__based_on_pinyin_ = "Xi Wangri" |
What is the English translation of 哀郢? | CREATE TABLE table_1805919_1 (english_translation VARCHAR, traditional_chinese VARCHAR) | SELECT english_translation FROM table_1805919_1 WHERE traditional_chinese = "哀郢" | ### Context: CREATE TABLE table_1805919_1 (english_translation VARCHAR, traditional_chinese VARCHAR) ### Question: What is the English translation of 哀郢? ### Answer: SELECT english_translation FROM table_1805919_1 WHERE traditional_chinese = "哀郢" |
What is the Pinyin transcription for "Alas for the Days Gone By"? | CREATE TABLE table_1805919_1 (transcription__based_on_pinyin_ VARCHAR, english_translation VARCHAR) | SELECT transcription__based_on_pinyin_ FROM table_1805919_1 WHERE english_translation = "Alas for the Days Gone By" | ### Context: CREATE TABLE table_1805919_1 (transcription__based_on_pinyin_ VARCHAR, english_translation VARCHAR) ### Question: What is the Pinyin transcription for "Alas for the Days Gone By"? ### Answer: SELECT transcription__based_on_pinyin_ FROM table_1805919_1 WHERE english_translation = "Alas for the Days Gone By" |
What's the English name for the month with พ.ย. abbreviation? | CREATE TABLE table_180802_2 (english_name VARCHAR, abbr VARCHAR) | SELECT english_name FROM table_180802_2 WHERE abbr = "พ.ย." | ### Context: CREATE TABLE table_180802_2 (english_name VARCHAR, abbr VARCHAR) ### Question: What's the English name for the month with พ.ย. abbreviation? ### Answer: SELECT english_name FROM table_180802_2 WHERE abbr = "พ.ย." |
What's the zodiac sing for the month abbreviated as มี.ค.? | CREATE TABLE table_180802_2 (zodiac_sign VARCHAR, abbr VARCHAR) | SELECT zodiac_sign FROM table_180802_2 WHERE abbr = "มี.ค." | ### Context: CREATE TABLE table_180802_2 (zodiac_sign VARCHAR, abbr VARCHAR) ### Question: What's the zodiac sing for the month abbreviated as มี.ค.? ### Answer: SELECT zodiac_sign FROM table_180802_2 WHERE abbr = "มี.ค." |
What's the transcription of the thai name of the month พฤษภาคม? | CREATE TABLE table_180802_2 (transcription VARCHAR, thai_name VARCHAR) | SELECT transcription FROM table_180802_2 WHERE thai_name = "พฤษภาคม" | ### Context: CREATE TABLE table_180802_2 (transcription VARCHAR, thai_name VARCHAR) ### Question: What's the transcription of the thai name of the month พฤษภาคม? ### Answer: SELECT transcription FROM table_180802_2 WHERE thai_name = "พฤษภาคม" |
How many zodiac signs does the month by the Thai name of กันยายน belong to? | CREATE TABLE table_180802_2 (zodiac_sign VARCHAR, thai_name VARCHAR) | SELECT COUNT(zodiac_sign) FROM table_180802_2 WHERE thai_name = "กันยายน" | ### Context: CREATE TABLE table_180802_2 (zodiac_sign VARCHAR, thai_name VARCHAR) ### Question: How many zodiac signs does the month by the Thai name of กันยายน belong to? ### Answer: SELECT COUNT(zodiac_sign) FROM table_180802_2 WHERE thai_name = "กันยายน" |
What's the English name of the month abbreviated as มิ.ย.? | CREATE TABLE table_180802_2 (english_name VARCHAR, abbr VARCHAR) | SELECT english_name FROM table_180802_2 WHERE abbr = "มิ.ย." | ### Context: CREATE TABLE table_180802_2 (english_name VARCHAR, abbr VARCHAR) ### Question: What's the English name of the month abbreviated as มิ.ย.? ### Answer: SELECT english_name FROM table_180802_2 WHERE abbr = "มิ.ย." |
What's the abbreviation of the month in the zodiac sign scorpio? | CREATE TABLE table_180802_2 (abbr VARCHAR, zodiac_sign VARCHAR) | SELECT abbr FROM table_180802_2 WHERE zodiac_sign = "Scorpio" | ### Context: CREATE TABLE table_180802_2 (abbr VARCHAR, zodiac_sign VARCHAR) ### Question: What's the abbreviation of the month in the zodiac sign scorpio? ### Answer: SELECT abbr FROM table_180802_2 WHERE zodiac_sign = "Scorpio" |
which year was the original title გაღმა ნაპირი | CREATE TABLE table_18069789_1 (year_ VARCHAR, e_ VARCHAR, original_title VARCHAR) | SELECT year_[e_] AS __ceremony_ FROM table_18069789_1 WHERE original_title = "გაღმა ნაპირი" | ### Context: CREATE TABLE table_18069789_1 (year_ VARCHAR, e_ VARCHAR, original_title VARCHAR) ### Question: which year was the original title გაღმა ნაპირი ### Answer: SELECT year_[e_] AS __ceremony_ FROM table_18069789_1 WHERE original_title = "გაღმა ნაპირი" |
how many times was 27 missing kisses used in nomination | CREATE TABLE table_18069789_1 (e_ VARCHAR, film_title_used_in_nomination VARCHAR, year_ VARCHAR) | SELECT COUNT(year_)[e_] AS __ceremony_ FROM table_18069789_1 WHERE film_title_used_in_nomination = "27 Missing Kisses" | ### Context: CREATE TABLE table_18069789_1 (e_ VARCHAR, film_title_used_in_nomination VARCHAR, year_ VARCHAR) ### Question: how many times was 27 missing kisses used in nomination ### Answer: SELECT COUNT(year_)[e_] AS __ceremony_ FROM table_18069789_1 WHERE film_title_used_in_nomination = "27 Missing Kisses" |
when was otar iosseliani's film selected | CREATE TABLE table_18069789_1 (year_ VARCHAR, e_ VARCHAR, director VARCHAR) | SELECT year_[e_] AS __ceremony_ FROM table_18069789_1 WHERE director = "Otar Iosseliani" | ### Context: CREATE TABLE table_18069789_1 (year_ VARCHAR, e_ VARCHAR, director VARCHAR) ### Question: when was otar iosseliani's film selected ### Answer: SELECT year_[e_] AS __ceremony_ FROM table_18069789_1 WHERE director = "Otar Iosseliani" |
What is the thai name of the transcription wan chan? | CREATE TABLE table_180802_3 (thai_name VARCHAR, transcription VARCHAR) | SELECT thai_name FROM table_180802_3 WHERE transcription = "wan chan" | ### Context: CREATE TABLE table_180802_3 (thai_name VARCHAR, transcription VARCHAR) ### Question: What is the thai name of the transcription wan chan? ### Answer: SELECT thai_name FROM table_180802_3 WHERE transcription = "wan chan" |
What is the sanskrit word for the color red? | CREATE TABLE table_180802_3 (sanskrit_word VARCHAR, color VARCHAR) | SELECT sanskrit_word FROM table_180802_3 WHERE color = "red" | ### Context: CREATE TABLE table_180802_3 (sanskrit_word VARCHAR, color VARCHAR) ### Question: What is the sanskrit word for the color red? ### Answer: SELECT sanskrit_word FROM table_180802_3 WHERE color = "red" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.