question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
what is the least current | CREATE TABLE table_19312274_2 (current INTEGER) | SELECT MIN(current) FROM table_19312274_2 | ### Context: CREATE TABLE table_19312274_2 (current INTEGER) ### Question: what is the least current ### Answer: SELECT MIN(current) FROM table_19312274_2 |
how many total where last/current driver(s) is narain karthikeyan ( 2010 ) | CREATE TABLE table_19312274_2 (total VARCHAR, last_current_driver_s_ VARCHAR) | SELECT COUNT(total) FROM table_19312274_2 WHERE last_current_driver_s_ = "Narain Karthikeyan ( 2010 )" | ### Context: CREATE TABLE table_19312274_2 (total VARCHAR, last_current_driver_s_ VARCHAR) ### Question: how many total where last/current driver(s) is narain karthikeyan ( 2010 ) ### Answer: SELECT COUNT(total) FROM table_19312274_2 WHERE last_current_driver_s_ = "Narain Karthikeyan ( 2010 )" |
How many numbers were recorded for Qatari female when Qatari male was 97? | CREATE TABLE table_19309079_2 (qatari_female VARCHAR, qatari_male VARCHAR) | SELECT COUNT(qatari_female) FROM table_19309079_2 WHERE qatari_male = 97 | ### Context: CREATE TABLE table_19309079_2 (qatari_female VARCHAR, qatari_male VARCHAR) ### Question: How many numbers were recorded for Qatari female when Qatari male was 97? ### Answer: SELECT COUNT(qatari_female) FROM table_19309079_2 WHERE qatari_male = 97 |
How many years were there 97 qatari male births? | CREATE TABLE table_19309079_2 (year VARCHAR, qatari_male VARCHAR) | SELECT COUNT(year) FROM table_19309079_2 WHERE qatari_male = 97 | ### Context: CREATE TABLE table_19309079_2 (year VARCHAR, qatari_male VARCHAR) ### Question: How many years were there 97 qatari male births? ### Answer: SELECT COUNT(year) FROM table_19309079_2 WHERE qatari_male = 97 |
What is the national cup statistics when the Championship is 21 app / 6 goals? | CREATE TABLE table_19333752_1 (national_cup VARCHAR, championship VARCHAR) | SELECT national_cup FROM table_19333752_1 WHERE championship = "21 app / 6 goals" | ### Context: CREATE TABLE table_19333752_1 (national_cup VARCHAR, championship VARCHAR) ### Question: What is the national cup statistics when the Championship is 21 app / 6 goals? ### Answer: SELECT national_cup FROM table_19333752_1 WHERE championship = "21 app / 6 goals" |
Who came in 3rd place in Krško , Slovenia Matije Gubca Stadium | CREATE TABLE table_19317584_2 (city_and_venue VARCHAR) | SELECT 3 AS rd_placed FROM table_19317584_2 WHERE city_and_venue = "Krško , Slovenia Matije Gubca Stadium" | ### Context: CREATE TABLE table_19317584_2 (city_and_venue VARCHAR) ### Question: Who came in 3rd place in Krško , Slovenia Matije Gubca Stadium ### Answer: SELECT 3 AS rd_placed FROM table_19317584_2 WHERE city_and_venue = "Krško , Slovenia Matije Gubca Stadium" |
How many placed 4th on April 25? | CREATE TABLE table_19317584_2 (date VARCHAR) | SELECT COUNT(4 AS th_placed) FROM table_19317584_2 WHERE date = "April 25" | ### Context: CREATE TABLE table_19317584_2 (date VARCHAR) ### Question: How many placed 4th on April 25? ### Answer: SELECT COUNT(4 AS th_placed) FROM table_19317584_2 WHERE date = "April 25" |
What caused the collapse of the Mausoleum at Halicarnassus? | CREATE TABLE table_19342760_1 (cause_of_destruction VARCHAR, name VARCHAR) | SELECT cause_of_destruction FROM table_19342760_1 WHERE name = "Mausoleum at Halicarnassus" | ### Context: CREATE TABLE table_19342760_1 (cause_of_destruction VARCHAR, name VARCHAR) ### Question: What caused the collapse of the Mausoleum at Halicarnassus? ### Answer: SELECT cause_of_destruction FROM table_19342760_1 WHERE name = "Mausoleum at Halicarnassus" |
How was the Temple of Artemis at Ephesus destroyed? | CREATE TABLE table_19342760_1 (cause_of_destruction VARCHAR, name VARCHAR) | SELECT cause_of_destruction FROM table_19342760_1 WHERE name = "Temple of Artemis at Ephesus" | ### Context: CREATE TABLE table_19342760_1 (cause_of_destruction VARCHAR, name VARCHAR) ### Question: How was the Temple of Artemis at Ephesus destroyed? ### Answer: SELECT cause_of_destruction FROM table_19342760_1 WHERE name = "Temple of Artemis at Ephesus" |
Who came as a replacement in Sheffield United? | CREATE TABLE table_19359427_6 (replaced_by VARCHAR, team VARCHAR) | SELECT replaced_by FROM table_19359427_6 WHERE team = "Sheffield United" | ### Context: CREATE TABLE table_19359427_6 (replaced_by VARCHAR, team VARCHAR) ### Question: Who came as a replacement in Sheffield United? ### Answer: SELECT replaced_by FROM table_19359427_6 WHERE team = "Sheffield United" |
When was the new manager of the team on 21st position appointed? | CREATE TABLE table_19359427_6 (date_of_appointment VARCHAR, position_in_table VARCHAR) | SELECT date_of_appointment FROM table_19359427_6 WHERE position_in_table = "21st" | ### Context: CREATE TABLE table_19359427_6 (date_of_appointment VARCHAR, position_in_table VARCHAR) ### Question: When was the new manager of the team on 21st position appointed? ### Answer: SELECT date_of_appointment FROM table_19359427_6 WHERE position_in_table = "21st" |
What was Gary Megson's manner of departure? | CREATE TABLE table_19359427_6 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) | SELECT manner_of_departure FROM table_19359427_6 WHERE outgoing_manager = "Gary Megson" | ### Context: CREATE TABLE table_19359427_6 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) ### Question: What was Gary Megson's manner of departure? ### Answer: SELECT manner_of_departure FROM table_19359427_6 WHERE outgoing_manager = "Gary Megson" |
When did the old manager vacate his position in Plymouth Argyle? | CREATE TABLE table_19359427_6 (date_of_vacancy VARCHAR, team VARCHAR) | SELECT date_of_vacancy FROM table_19359427_6 WHERE team = "Plymouth Argyle" | ### Context: CREATE TABLE table_19359427_6 (date_of_vacancy VARCHAR, team VARCHAR) ### Question: When did the old manager vacate his position in Plymouth Argyle? ### Answer: SELECT date_of_vacancy FROM table_19359427_6 WHERE team = "Plymouth Argyle" |
Name the class 1-200 for university of hertfordshire for university of warwick | CREATE TABLE table_1936678_1 (class_1 VARCHAR, best_uk_team VARCHAR, class_1a VARCHAR) | SELECT class_1 - 200 FROM table_1936678_1 WHERE best_uk_team = "University of Hertfordshire" AND class_1a = "University of Warwick" | ### Context: CREATE TABLE table_1936678_1 (class_1 VARCHAR, best_uk_team VARCHAR, class_1a VARCHAR) ### Question: Name the class 1-200 for university of hertfordshire for university of warwick ### Answer: SELECT class_1 - 200 FROM table_1936678_1 WHERE best_uk_team = "University of Hertfordshire" AND class_1a = "Univer... |
Name the class 3 for silverstone rmit university | CREATE TABLE table_1936678_1 (class_3 VARCHAR, location VARCHAR, class_1 VARCHAR) | SELECT class_3 FROM table_1936678_1 WHERE location = "Silverstone" AND class_1 = "RMIT University" | ### Context: CREATE TABLE table_1936678_1 (class_3 VARCHAR, location VARCHAR, class_1 VARCHAR) ### Question: Name the class 3 for silverstone rmit university ### Answer: SELECT class_3 FROM table_1936678_1 WHERE location = "Silverstone" AND class_1 = "RMIT University" |
When 4th, great lakes is the regular season what is the league? | CREATE TABLE table_1939235_1 (league VARCHAR, regular_season VARCHAR) | SELECT league FROM table_1939235_1 WHERE regular_season = "4th, Great Lakes" | ### Context: CREATE TABLE table_1939235_1 (league VARCHAR, regular_season VARCHAR) ### Question: When 4th, great lakes is the regular season what is the league? ### Answer: SELECT league FROM table_1939235_1 WHERE regular_season = "4th, Great Lakes" |
When 5th is the regular season what is the highest season? | CREATE TABLE table_1939235_1 (division INTEGER, regular_season VARCHAR) | SELECT MAX(division) FROM table_1939235_1 WHERE regular_season = "5th" | ### Context: CREATE TABLE table_1939235_1 (division INTEGER, regular_season VARCHAR) ### Question: When 5th is the regular season what is the highest season? ### Answer: SELECT MAX(division) FROM table_1939235_1 WHERE regular_season = "5th" |
When it's the 2nd round of the open cup what is the playoffs? | CREATE TABLE table_1939235_1 (playoffs VARCHAR, open_cup VARCHAR) | SELECT playoffs FROM table_1939235_1 WHERE open_cup = "2nd Round" | ### Context: CREATE TABLE table_1939235_1 (playoffs VARCHAR, open_cup VARCHAR) ### Question: When it's the 2nd round of the open cup what is the playoffs? ### Answer: SELECT playoffs FROM table_1939235_1 WHERE open_cup = "2nd Round" |
What league has an average attendance of 1452? | CREATE TABLE table_1939202_2 (league VARCHAR, avg_attendance VARCHAR) | SELECT league FROM table_1939202_2 WHERE avg_attendance = 1452 | ### Context: CREATE TABLE table_1939202_2 (league VARCHAR, avg_attendance VARCHAR) ### Question: What league has an average attendance of 1452? ### Answer: SELECT league FROM table_1939202_2 WHERE avg_attendance = 1452 |
What year at the US Open Cup quarterfinals, were the playoffs in the semifinals for the USL second division? | CREATE TABLE table_1939202_2 (year VARCHAR, us_open_cup VARCHAR, league VARCHAR, playoffs VARCHAR) | SELECT year FROM table_1939202_2 WHERE league = "USL Second division" AND playoffs = "Semifinals" AND us_open_cup = "Quarterfinals" | ### Context: CREATE TABLE table_1939202_2 (year VARCHAR, us_open_cup VARCHAR, league VARCHAR, playoffs VARCHAR) ### Question: What year at the US Open Cup quarterfinals, were the playoffs in the semifinals for the USL second division? ### Answer: SELECT year FROM table_1939202_2 WHERE league = "USL Second division" AND... |
Name the original air date for production code of 3t7501 | CREATE TABLE table_19396259_1 (original_air_date VARCHAR, production_code VARCHAR) | SELECT COUNT(original_air_date) FROM table_19396259_1 WHERE production_code = "3T7501" | ### Context: CREATE TABLE table_19396259_1 (original_air_date VARCHAR, production_code VARCHAR) ### Question: Name the original air date for production code of 3t7501 ### Answer: SELECT COUNT(original_air_date) FROM table_19396259_1 WHERE production_code = "3T7501" |
Name the title directed by charles beeson by jeremy carver | CREATE TABLE table_19396259_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR) | SELECT title FROM table_19396259_1 WHERE directed_by = "Charles Beeson" AND written_by = "Jeremy Carver" | ### Context: CREATE TABLE table_19396259_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: Name the title directed by charles beeson by jeremy carver ### Answer: SELECT title FROM table_19396259_1 WHERE directed_by = "Charles Beeson" AND written_by = "Jeremy Carver" |
Name the directed by for production code for 3t7509 | CREATE TABLE table_19396259_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_19396259_1 WHERE production_code = "3T7509" | ### Context: CREATE TABLE table_19396259_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: Name the directed by for production code for 3t7509 ### Answer: SELECT directed_by FROM table_19396259_1 WHERE production_code = "3T7509" |
What's the season number of the episode originally aired on October 14, 2008? | CREATE TABLE table_19401346_1 (no_in_season VARCHAR, original_air_date VARCHAR) | SELECT no_in_season FROM table_19401346_1 WHERE original_air_date = "October 14, 2008" | ### Context: CREATE TABLE table_19401346_1 (no_in_season VARCHAR, original_air_date VARCHAR) ### Question: What's the season number of the episode originally aired on October 14, 2008? ### Answer: SELECT no_in_season FROM table_19401346_1 WHERE original_air_date = "October 14, 2008" |
What's the title of the episode originally aired on September 23, 2008? | CREATE TABLE table_19401346_1 (title VARCHAR, original_air_date VARCHAR) | SELECT title FROM table_19401346_1 WHERE original_air_date = "September 23, 2008" | ### Context: CREATE TABLE table_19401346_1 (title VARCHAR, original_air_date VARCHAR) ### Question: What's the title of the episode originally aired on September 23, 2008? ### Answer: SELECT title FROM table_19401346_1 WHERE original_air_date = "September 23, 2008" |
What's the series number of the episode seen by 9.35 million people in the US? | CREATE TABLE table_19401346_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) | SELECT MIN(no_in_series) FROM table_19401346_1 WHERE us_viewers__millions_ = "9.35" | ### Context: CREATE TABLE table_19401346_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) ### Question: What's the series number of the episode seen by 9.35 million people in the US? ### Answer: SELECT MIN(no_in_series) FROM table_19401346_1 WHERE us_viewers__millions_ = "9.35" |
What's the title of the episode with production code 10018? | CREATE TABLE table_19401346_1 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_19401346_1 WHERE production_code = 10018 | ### Context: CREATE TABLE table_19401346_1 (title VARCHAR, production_code VARCHAR) ### Question: What's the title of the episode with production code 10018? ### Answer: SELECT title FROM table_19401346_1 WHERE production_code = 10018 |
How many millions of people in the US saw the episode with season number 1? | CREATE TABLE table_19401346_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) | SELECT us_viewers__millions_ FROM table_19401346_1 WHERE no_in_season = 1 | ### Context: CREATE TABLE table_19401346_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) ### Question: How many millions of people in the US saw the episode with season number 1? ### Answer: SELECT us_viewers__millions_ FROM table_19401346_1 WHERE no_in_season = 1 |
How many places has the rank changed since 2006, for Clane? | CREATE TABLE table_1940144_1 (change_since_2006 VARCHAR, urban_area VARCHAR) | SELECT change_since_2006 FROM table_1940144_1 WHERE urban_area = "Clane" | ### Context: CREATE TABLE table_1940144_1 (change_since_2006 VARCHAR, urban_area VARCHAR) ### Question: How many places has the rank changed since 2006, for Clane? ### Answer: SELECT change_since_2006 FROM table_1940144_1 WHERE urban_area = "Clane" |
In what counties is the 2011 population 17908? | CREATE TABLE table_1940144_1 (county VARCHAR, population_2011 VARCHAR) | SELECT county FROM table_1940144_1 WHERE population_2011 = 17908 | ### Context: CREATE TABLE table_1940144_1 (county VARCHAR, population_2011 VARCHAR) ### Question: In what counties is the 2011 population 17908? ### Answer: SELECT county FROM table_1940144_1 WHERE population_2011 = 17908 |
In what urban area is the 2011 population 21561? | CREATE TABLE table_1940144_1 (urban_area VARCHAR, population_2011 VARCHAR) | SELECT urban_area FROM table_1940144_1 WHERE population_2011 = 21561 | ### Context: CREATE TABLE table_1940144_1 (urban_area VARCHAR, population_2011 VARCHAR) ### Question: In what urban area is the 2011 population 21561? ### Answer: SELECT urban_area FROM table_1940144_1 WHERE population_2011 = 21561 |
How many places did the rank change since 22006 for County Leitrim? | CREATE TABLE table_1940144_1 (change_since_2006 VARCHAR, county VARCHAR) | SELECT COUNT(change_since_2006) FROM table_1940144_1 WHERE county = "county Leitrim" | ### Context: CREATE TABLE table_1940144_1 (change_since_2006 VARCHAR, county VARCHAR) ### Question: How many places did the rank change since 22006 for County Leitrim? ### Answer: SELECT COUNT(change_since_2006) FROM table_1940144_1 WHERE county = "county Leitrim" |
Which urban area has a 2011 population of 5010? | CREATE TABLE table_1940144_1 (urban_area VARCHAR, population_2011 VARCHAR) | SELECT urban_area FROM table_1940144_1 WHERE population_2011 = 5010 | ### Context: CREATE TABLE table_1940144_1 (urban_area VARCHAR, population_2011 VARCHAR) ### Question: Which urban area has a 2011 population of 5010? ### Answer: SELECT urban_area FROM table_1940144_1 WHERE population_2011 = 5010 |
wich were the events when bout 2 was zhang ( chn ) l 0-5? | CREATE TABLE table_19398910_4 (event VARCHAR, bout_2 VARCHAR) | SELECT event FROM table_19398910_4 WHERE bout_2 = "Zhang ( CHN ) L 0-5" | ### Context: CREATE TABLE table_19398910_4 (event VARCHAR, bout_2 VARCHAR) ### Question: wich were the events when bout 2 was zhang ( chn ) l 0-5? ### Answer: SELECT event FROM table_19398910_4 WHERE bout_2 = "Zhang ( CHN ) L 0-5" |
Which were the bout 1 when the bout 5 was andreev ( rus ) w 5-2? | CREATE TABLE table_19398910_4 (bout_1 VARCHAR, bout_5 VARCHAR) | SELECT bout_1 FROM table_19398910_4 WHERE bout_5 = "Andreev ( RUS ) W 5-2" | ### Context: CREATE TABLE table_19398910_4 (bout_1 VARCHAR, bout_5 VARCHAR) ### Question: Which were the bout 1 when the bout 5 was andreev ( rus ) w 5-2? ### Answer: SELECT bout_1 FROM table_19398910_4 WHERE bout_5 = "Andreev ( RUS ) W 5-2" |
when Sanchez ( esp ) w 5-0 were the bout 6, which were the class? | CREATE TABLE table_19398910_4 (class VARCHAR, bout_6 VARCHAR) | SELECT class FROM table_19398910_4 WHERE bout_6 = "Sanchez ( ESP ) W 5-0" | ### Context: CREATE TABLE table_19398910_4 (class VARCHAR, bout_6 VARCHAR) ### Question: when Sanchez ( esp ) w 5-0 were the bout 6, which were the class? ### Answer: SELECT class FROM table_19398910_4 WHERE bout_6 = "Sanchez ( ESP ) W 5-0" |
How many attempts for Bobby Layne? | CREATE TABLE table_19418696_3 (attempts INTEGER, name VARCHAR) | SELECT MIN(attempts) FROM table_19418696_3 WHERE name = "Bobby Layne" | ### Context: CREATE TABLE table_19418696_3 (attempts INTEGER, name VARCHAR) ### Question: How many attempts for Bobby Layne? ### Answer: SELECT MIN(attempts) FROM table_19418696_3 WHERE name = "Bobby Layne" |
What is the highest number of interceptions? | CREATE TABLE table_19418696_3 (interceptions INTEGER) | SELECT MAX(interceptions) FROM table_19418696_3 | ### Context: CREATE TABLE table_19418696_3 (interceptions INTEGER) ### Question: What is the highest number of interceptions? ### Answer: SELECT MAX(interceptions) FROM table_19418696_3 |
How many total yards for Bobby Layne? | CREATE TABLE table_19418696_3 (yards INTEGER, name VARCHAR) | SELECT MAX(yards) FROM table_19418696_3 WHERE name = "Bobby Layne" | ### Context: CREATE TABLE table_19418696_3 (yards INTEGER, name VARCHAR) ### Question: How many total yards for Bobby Layne? ### Answer: SELECT MAX(yards) FROM table_19418696_3 WHERE name = "Bobby Layne" |
Which QB had a rating of 72.3? | CREATE TABLE table_19418696_3 (name VARCHAR, qb_rating VARCHAR) | SELECT name FROM table_19418696_3 WHERE qb_rating = "72.3" | ### Context: CREATE TABLE table_19418696_3 (name VARCHAR, qb_rating VARCHAR) ### Question: Which QB had a rating of 72.3? ### Answer: SELECT name FROM table_19418696_3 WHERE qb_rating = "72.3" |
How many QB ratings for the player with 1069 completions? | CREATE TABLE table_19418696_3 (qb_rating VARCHAR, completions VARCHAR) | SELECT COUNT(qb_rating) FROM table_19418696_3 WHERE completions = 1069 | ### Context: CREATE TABLE table_19418696_3 (qb_rating VARCHAR, completions VARCHAR) ### Question: How many QB ratings for the player with 1069 completions? ### Answer: SELECT COUNT(qb_rating) FROM table_19418696_3 WHERE completions = 1069 |
How many yardage figures for the player with 72.3 QB rating? | CREATE TABLE table_19418696_3 (yards VARCHAR, qb_rating VARCHAR) | SELECT COUNT(yards) FROM table_19418696_3 WHERE qb_rating = "72.3" | ### Context: CREATE TABLE table_19418696_3 (yards VARCHAR, qb_rating VARCHAR) ### Question: How many yardage figures for the player with 72.3 QB rating? ### Answer: SELECT COUNT(yards) FROM table_19418696_3 WHERE qb_rating = "72.3" |
In how many locations was the game against Barcelona Dragons played? | CREATE TABLE table_1941183_2 (game_site VARCHAR, opponent VARCHAR) | SELECT COUNT(game_site) FROM table_1941183_2 WHERE opponent = "Barcelona Dragons" | ### Context: CREATE TABLE table_1941183_2 (game_site VARCHAR, opponent VARCHAR) ### Question: In how many locations was the game against Barcelona Dragons played? ### Answer: SELECT COUNT(game_site) FROM table_1941183_2 WHERE opponent = "Barcelona Dragons" |
how many posiitions did saudi arabia land on | CREATE TABLE table_19412902_1 (pos VARCHAR, member_association VARCHAR) | SELECT COUNT(pos) FROM table_19412902_1 WHERE member_association = "Saudi Arabia" | ### Context: CREATE TABLE table_19412902_1 (pos VARCHAR, member_association VARCHAR) ### Question: how many posiitions did saudi arabia land on ### Answer: SELECT COUNT(pos) FROM table_19412902_1 WHERE member_association = "Saudi Arabia" |
what is the play-off in group stage 4 and clubs is 12 | CREATE TABLE table_19412902_1 (play_off VARCHAR, group_stage VARCHAR, clubs VARCHAR) | SELECT play_off FROM table_19412902_1 WHERE group_stage = 4 AND clubs = 12 | ### Context: CREATE TABLE table_19412902_1 (play_off VARCHAR, group_stage VARCHAR, clubs VARCHAR) ### Question: what is the play-off in group stage 4 and clubs is 12 ### Answer: SELECT play_off FROM table_19412902_1 WHERE group_stage = 4 AND clubs = 12 |
which group stage was there 0 play-offs and 12 clubs played in it | CREATE TABLE table_19412902_1 (group_stage VARCHAR, play_off VARCHAR, clubs VARCHAR) | SELECT COUNT(group_stage) FROM table_19412902_1 WHERE play_off = 0 AND clubs = 12 | ### Context: CREATE TABLE table_19412902_1 (group_stage VARCHAR, play_off VARCHAR, clubs VARCHAR) ### Question: which group stage was there 0 play-offs and 12 clubs played in it ### Answer: SELECT COUNT(group_stage) FROM table_19412902_1 WHERE play_off = 0 AND clubs = 12 |
which club in group stage 4 had member association iran | CREATE TABLE table_19412902_1 (clubs VARCHAR, group_stage VARCHAR, member_association VARCHAR) | SELECT clubs FROM table_19412902_1 WHERE group_stage = 4 AND member_association = "Iran" | ### Context: CREATE TABLE table_19412902_1 (clubs VARCHAR, group_stage VARCHAR, member_association VARCHAR) ### Question: which club in group stage 4 had member association iran ### Answer: SELECT clubs FROM table_19412902_1 WHERE group_stage = 4 AND member_association = "Iran" |
who write the episode that have 14.39 million viewers | CREATE TABLE table_19417244_2 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT written_by FROM table_19417244_2 WHERE us_viewers__millions_ = "14.39" | ### Context: CREATE TABLE table_19417244_2 (written_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: who write the episode that have 14.39 million viewers ### Answer: SELECT written_by FROM table_19417244_2 WHERE us_viewers__millions_ = "14.39" |
who directed the episode that have 14.59 million viewers | CREATE TABLE table_19417244_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT directed_by FROM table_19417244_2 WHERE us_viewers__millions_ = "14.59" | ### Context: CREATE TABLE table_19417244_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: who directed the episode that have 14.59 million viewers ### Answer: SELECT directed_by FROM table_19417244_2 WHERE us_viewers__millions_ = "14.59" |
who write the episode 5 in no. in season | CREATE TABLE table_19417244_2 (written_by VARCHAR, no_in_season VARCHAR) | SELECT written_by FROM table_19417244_2 WHERE no_in_season = 5 | ### Context: CREATE TABLE table_19417244_2 (written_by VARCHAR, no_in_season VARCHAR) ### Question: who write the episode 5 in no. in season ### Answer: SELECT written_by FROM table_19417244_2 WHERE no_in_season = 5 |
How many clubs are there in the Korea Republic? | CREATE TABLE table_19412902_2 (clubs VARCHAR, member_association VARCHAR) | SELECT clubs FROM table_19412902_2 WHERE member_association = "Korea Republic" | ### Context: CREATE TABLE table_19412902_2 (clubs VARCHAR, member_association VARCHAR) ### Question: How many clubs are there in the Korea Republic? ### Answer: SELECT clubs FROM table_19412902_2 WHERE member_association = "Korea Republic" |
At what position is the association with 279 points? | CREATE TABLE table_19412902_2 (pos INTEGER, points__total_500_ VARCHAR) | SELECT MIN(pos) FROM table_19412902_2 WHERE points__total_500_ = 279 | ### Context: CREATE TABLE table_19412902_2 (pos INTEGER, points__total_500_ VARCHAR) ### Question: At what position is the association with 279 points? ### Answer: SELECT MIN(pos) FROM table_19412902_2 WHERE points__total_500_ = 279 |
What is the lowest position? | CREATE TABLE table_19412902_2 (pos INTEGER) | SELECT MAX(pos) FROM table_19412902_2 | ### Context: CREATE TABLE table_19412902_2 (pos INTEGER) ### Question: What is the lowest position? ### Answer: SELECT MAX(pos) FROM table_19412902_2 |
What is the earliest year a house opened? | CREATE TABLE table_1942683_1 (year_opened INTEGER) | SELECT MIN(year_opened) FROM table_1942683_1 | ### Context: CREATE TABLE table_1942683_1 (year_opened INTEGER) ### Question: What is the earliest year a house opened? ### Answer: SELECT MIN(year_opened) FROM table_1942683_1 |
How many house colours are associated with house names of Hillary? | CREATE TABLE table_1942683_1 (house_colour VARCHAR, house_name VARCHAR) | SELECT COUNT(house_colour) FROM table_1942683_1 WHERE house_name = "Hillary" | ### Context: CREATE TABLE table_1942683_1 (house_colour VARCHAR, house_name VARCHAR) ### Question: How many house colours are associated with house names of Hillary? ### Answer: SELECT COUNT(house_colour) FROM table_1942683_1 WHERE house_name = "Hillary" |
What is the house colour associated with the house name of Kupe? | CREATE TABLE table_1942683_1 (house_colour VARCHAR, house_name VARCHAR) | SELECT house_colour FROM table_1942683_1 WHERE house_name = "Kupe" | ### Context: CREATE TABLE table_1942683_1 (house_colour VARCHAR, house_name VARCHAR) ### Question: What is the house colour associated with the house name of Kupe? ### Answer: SELECT house_colour FROM table_1942683_1 WHERE house_name = "Kupe" |
How many house mascots are associated with yellow house colours? | CREATE TABLE table_1942683_1 (house_mascot VARCHAR, house_colour VARCHAR) | SELECT COUNT(house_mascot) FROM table_1942683_1 WHERE house_colour = "Yellow" | ### Context: CREATE TABLE table_1942683_1 (house_mascot VARCHAR, house_colour VARCHAR) ### Question: How many house mascots are associated with yellow house colours? ### Answer: SELECT COUNT(house_mascot) FROM table_1942683_1 WHERE house_colour = "Yellow" |
what is the title of the episode where b b is 20/16 | CREATE TABLE table_19485888_1 (title__french_____english_ VARCHAR, b_b_ VARCHAR, _corresponds_to_tf1s_broadcast_schedule VARCHAR) | SELECT title__french_____english_ FROM table_19485888_1 WHERE b_b_ = _corresponds_to_tf1s_broadcast_schedule = 20 / 16 | ### Context: CREATE TABLE table_19485888_1 (title__french_____english_ VARCHAR, b_b_ VARCHAR, _corresponds_to_tf1s_broadcast_schedule VARCHAR) ### Question: what is the title of the episode where b b is 20/16 ### Answer: SELECT title__french_____english_ FROM table_19485888_1 WHERE b_b_ = _corresponds_to_tf1s_broadcast... |
What is the minimum losses for the Kansas City Chiefs? | CREATE TABLE table_19451173_1 (losses INTEGER, team VARCHAR) | SELECT MIN(losses) FROM table_19451173_1 WHERE team = "Kansas City Chiefs" | ### Context: CREATE TABLE table_19451173_1 (losses INTEGER, team VARCHAR) ### Question: What is the minimum losses for the Kansas City Chiefs? ### Answer: SELECT MIN(losses) FROM table_19451173_1 WHERE team = "Kansas City Chiefs" |
How many division titles are there when the win pc is .558? | CREATE TABLE table_19451173_1 (division_titles VARCHAR, win_pct VARCHAR) | SELECT division_titles FROM table_19451173_1 WHERE win_pct = ".558" | ### Context: CREATE TABLE table_19451173_1 (division_titles VARCHAR, win_pct VARCHAR) ### Question: How many division titles are there when the win pc is .558? ### Answer: SELECT division_titles FROM table_19451173_1 WHERE win_pct = ".558" |
How many villages are there in the Magway region? | CREATE TABLE table_19457_1 (villages VARCHAR, state_region VARCHAR) | SELECT villages FROM table_19457_1 WHERE state_region = "Magway Region" | ### Context: CREATE TABLE table_19457_1 (villages VARCHAR, state_region VARCHAR) ### Question: How many villages are there in the Magway region? ### Answer: SELECT villages FROM table_19457_1 WHERE state_region = "Magway Region" |
How many townships are there in region number 2? | CREATE TABLE table_19457_1 (town_ships INTEGER, no VARCHAR) | SELECT MAX(town_ships) FROM table_19457_1 WHERE no = 2 | ### Context: CREATE TABLE table_19457_1 (town_ships INTEGER, no VARCHAR) ### Question: How many townships are there in region number 2? ### Answer: SELECT MAX(town_ships) FROM table_19457_1 WHERE no = 2 |
How many townships are there in the region with 376 village groups? | CREATE TABLE table_19457_1 (town_ships INTEGER, village_groups VARCHAR) | SELECT MAX(town_ships) FROM table_19457_1 WHERE village_groups = 376 | ### Context: CREATE TABLE table_19457_1 (town_ships INTEGER, village_groups VARCHAR) ### Question: How many townships are there in the region with 376 village groups? ### Answer: SELECT MAX(town_ships) FROM table_19457_1 WHERE village_groups = 376 |
How many poles for the Netherlands? | CREATE TABLE table_19487922_1 (poles INTEGER, country VARCHAR) | SELECT MAX(poles) FROM table_19487922_1 WHERE country = "Netherlands" | ### Context: CREATE TABLE table_19487922_1 (poles INTEGER, country VARCHAR) ### Question: How many poles for the Netherlands? ### Answer: SELECT MAX(poles) FROM table_19487922_1 WHERE country = "Netherlands" |
How many seasons for Monaco? | CREATE TABLE table_19487922_1 (seasons VARCHAR, country VARCHAR) | SELECT seasons FROM table_19487922_1 WHERE country = "Monaco" | ### Context: CREATE TABLE table_19487922_1 (seasons VARCHAR, country VARCHAR) ### Question: How many seasons for Monaco? ### Answer: SELECT seasons FROM table_19487922_1 WHERE country = "Monaco" |
Who is the competitor from France with 10 starts? | CREATE TABLE table_19487922_1 (name VARCHAR, country VARCHAR, race_entries__starts_ VARCHAR) | SELECT name FROM table_19487922_1 WHERE country = "France" AND race_entries__starts_ = "10" | ### Context: CREATE TABLE table_19487922_1 (name VARCHAR, country VARCHAR, race_entries__starts_ VARCHAR) ### Question: Who is the competitor from France with 10 starts? ### Answer: SELECT name FROM table_19487922_1 WHERE country = "France" AND race_entries__starts_ = "10" |
When 1180 am is the frequency how many call signs are there? | CREATE TABLE table_1949746_1 (call_sign VARCHAR, frequency VARCHAR) | SELECT COUNT(call_sign) FROM table_1949746_1 WHERE frequency = "1180 AM" | ### Context: CREATE TABLE table_1949746_1 (call_sign VARCHAR, frequency VARCHAR) ### Question: When 1180 am is the frequency how many call signs are there? ### Answer: SELECT COUNT(call_sign) FROM table_1949746_1 WHERE frequency = "1180 AM" |
When portsmouth is the city of license who is the licensee? | CREATE TABLE table_1949746_1 (licensee VARCHAR, city_of_license VARCHAR) | SELECT licensee FROM table_1949746_1 WHERE city_of_license = "Portsmouth" | ### Context: CREATE TABLE table_1949746_1 (licensee VARCHAR, city_of_license VARCHAR) ### Question: When portsmouth is the city of license who is the licensee? ### Answer: SELECT licensee FROM table_1949746_1 WHERE city_of_license = "Portsmouth" |
When 790 am is the frequency what is the format? | CREATE TABLE table_1949746_1 (format VARCHAR, frequency VARCHAR) | SELECT format FROM table_1949746_1 WHERE frequency = "790 AM" | ### Context: CREATE TABLE table_1949746_1 (format VARCHAR, frequency VARCHAR) ### Question: When 790 am is the frequency what is the format? ### Answer: SELECT format FROM table_1949746_1 WHERE frequency = "790 AM" |
When 90.7 fm is the frequency who is the licensee? | CREATE TABLE table_1949746_1 (licensee VARCHAR, frequency VARCHAR) | SELECT licensee FROM table_1949746_1 WHERE frequency = "90.7 FM" | ### Context: CREATE TABLE table_1949746_1 (licensee VARCHAR, frequency VARCHAR) ### Question: When 90.7 fm is the frequency who is the licensee? ### Answer: SELECT licensee FROM table_1949746_1 WHERE frequency = "90.7 FM" |
How many drivers does India have/ | CREATE TABLE table_19487922_2 (total_drivers VARCHAR, country VARCHAR) | SELECT COUNT(total_drivers) FROM table_19487922_2 WHERE country = "India" | ### Context: CREATE TABLE table_19487922_2 (total_drivers VARCHAR, country VARCHAR) ### Question: How many drivers does India have/ ### Answer: SELECT COUNT(total_drivers) FROM table_19487922_2 WHERE country = "India" |
How many championships does Pakistan have? | CREATE TABLE table_19487922_2 (championships VARCHAR, country VARCHAR) | SELECT COUNT(championships) FROM table_19487922_2 WHERE country = "Pakistan" | ### Context: CREATE TABLE table_19487922_2 (championships VARCHAR, country VARCHAR) ### Question: How many championships does Pakistan have? ### Answer: SELECT COUNT(championships) FROM table_19487922_2 WHERE country = "Pakistan" |
How many current drivers, as of March 20, 2010 does Denmark have? | CREATE TABLE table_19487922_2 (current_march_20 VARCHAR, _2010 VARCHAR, country VARCHAR) | SELECT current_march_20, _2010 FROM table_19487922_2 WHERE country = "Denmark" | ### Context: CREATE TABLE table_19487922_2 (current_march_20 VARCHAR, _2010 VARCHAR, country VARCHAR) ### Question: How many current drivers, as of March 20, 2010 does Denmark have? ### Answer: SELECT current_march_20, _2010 FROM table_19487922_2 WHERE country = "Denmark" |
What in the minimum number of championships won by a nation? | CREATE TABLE table_19487922_2 (championships INTEGER) | SELECT MIN(championships) FROM table_19487922_2 | ### Context: CREATE TABLE table_19487922_2 (championships INTEGER) ### Question: What in the minimum number of championships won by a nation? ### Answer: SELECT MIN(championships) FROM table_19487922_2 |
Where was the season that ended on June 25 located? | CREATE TABLE table_1949994_7 (country VARCHAR, end_date VARCHAR) | SELECT country FROM table_1949994_7 WHERE end_date = "June 25" | ### Context: CREATE TABLE table_1949994_7 (country VARCHAR, end_date VARCHAR) ### Question: Where was the season that ended on June 25 located? ### Answer: SELECT country FROM table_1949994_7 WHERE end_date = "June 25" |
When did the season that end in July ? start? | CREATE TABLE table_1949994_7 (start_date VARCHAR, end_date VARCHAR) | SELECT start_date FROM table_1949994_7 WHERE end_date = "July ?" | ### Context: CREATE TABLE table_1949994_7 (start_date VARCHAR, end_date VARCHAR) ### Question: When did the season that end in July ? start? ### Answer: SELECT start_date FROM table_1949994_7 WHERE end_date = "July ?" |
When did the season with 1 team format premiere? | CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, format VARCHAR) | SELECT premiere_air_dates FROM table_1949994_7 WHERE format = "1 Team" | ### Context: CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, format VARCHAR) ### Question: When did the season with 1 team format premiere? ### Answer: SELECT premiere_air_dates FROM table_1949994_7 WHERE format = "1 Team" |
What's the format of the season that ended on June 25? | CREATE TABLE table_1949994_7 (format VARCHAR, end_date VARCHAR) | SELECT format FROM table_1949994_7 WHERE end_date = "June 25" | ### Context: CREATE TABLE table_1949994_7 (format VARCHAR, end_date VARCHAR) ### Question: What's the format of the season that ended on June 25? ### Answer: SELECT format FROM table_1949994_7 WHERE end_date = "June 25" |
What's season 3's premiere date? | CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, no VARCHAR) | SELECT premiere_air_dates FROM table_1949994_7 WHERE no = 3 | ### Context: CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, no VARCHAR) ### Question: What's season 3's premiere date? ### Answer: SELECT premiere_air_dates FROM table_1949994_7 WHERE no = 3 |
When did the season located in the Netherlands premier? | CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, country VARCHAR) | SELECT premiere_air_dates FROM table_1949994_7 WHERE country = "The Netherlands" | ### Context: CREATE TABLE table_1949994_7 (premiere_air_dates VARCHAR, country VARCHAR) ### Question: When did the season located in the Netherlands premier? ### Answer: SELECT premiere_air_dates FROM table_1949994_7 WHERE country = "The Netherlands" |
Name the viewers for the episode directed by tony phelan | CREATE TABLE table_19501664_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__millions_ FROM table_19501664_1 WHERE directed_by = "Tony Phelan" | ### Context: CREATE TABLE table_19501664_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) ### Question: Name the viewers for the episode directed by tony phelan ### Answer: SELECT us_viewers__millions_ FROM table_19501664_1 WHERE directed_by = "Tony Phelan" |
Name the original air date for 15.74 viewers | CREATE TABLE table_19501664_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) | SELECT original_air_date FROM table_19501664_1 WHERE us_viewers__millions_ = "15.74" | ### Context: CREATE TABLE table_19501664_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Name the original air date for 15.74 viewers ### Answer: SELECT original_air_date FROM table_19501664_1 WHERE us_viewers__millions_ = "15.74" |
Name the title for us viewers being 18.29 | CREATE TABLE table_19501664_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_19501664_1 WHERE us_viewers__millions_ = "18.29" | ### Context: CREATE TABLE table_19501664_1 (title VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Name the title for us viewers being 18.29 ### Answer: SELECT title FROM table_19501664_1 WHERE us_viewers__millions_ = "18.29" |
Name the platforms for cityengine | CREATE TABLE table_19495707_1 (platforms VARCHAR, application VARCHAR) | SELECT platforms FROM table_19495707_1 WHERE application = "CityEngine" | ### Context: CREATE TABLE table_19495707_1 (platforms VARCHAR, application VARCHAR) ### Question: Name the platforms for cityengine ### Answer: SELECT platforms FROM table_19495707_1 WHERE application = "CityEngine" |
Name the license for e-on vue | CREATE TABLE table_19495707_1 (license VARCHAR, application VARCHAR) | SELECT license FROM table_19495707_1 WHERE application = "E-on Vue" | ### Context: CREATE TABLE table_19495707_1 (license VARCHAR, application VARCHAR) ### Question: Name the license for e-on vue ### Answer: SELECT license FROM table_19495707_1 WHERE application = "E-on Vue" |
Name the number of developed by for solid edge | CREATE TABLE table_19495707_1 (developed_by VARCHAR, application VARCHAR) | SELECT COUNT(developed_by) FROM table_19495707_1 WHERE application = "Solid Edge" | ### Context: CREATE TABLE table_19495707_1 (developed_by VARCHAR, application VARCHAR) ### Question: Name the number of developed by for solid edge ### Answer: SELECT COUNT(developed_by) FROM table_19495707_1 WHERE application = "Solid Edge" |
Name the license for 2009-05-25 v 7.61 | CREATE TABLE table_19495707_1 (license VARCHAR, latest_release_date_and_version VARCHAR) | SELECT license FROM table_19495707_1 WHERE latest_release_date_and_version = "2009-05-25 v 7.61" | ### Context: CREATE TABLE table_19495707_1 (license VARCHAR, latest_release_date_and_version VARCHAR) ### Question: Name the license for 2009-05-25 v 7.61 ### Answer: SELECT license FROM table_19495707_1 WHERE latest_release_date_and_version = "2009-05-25 v 7.61" |
Name the number of application for modeling, computer aided design, animation | CREATE TABLE table_19495707_1 (application VARCHAR, mainly_used_for VARCHAR) | SELECT COUNT(application) FROM table_19495707_1 WHERE mainly_used_for = "Modeling, Computer Aided Design, Animation" | ### Context: CREATE TABLE table_19495707_1 (application VARCHAR, mainly_used_for VARCHAR) ### Question: Name the number of application for modeling, computer aided design, animation ### Answer: SELECT COUNT(application) FROM table_19495707_1 WHERE mainly_used_for = "Modeling, Computer Aided Design, Animation" |
Name the application for caligari corporation | CREATE TABLE table_19495707_1 (application VARCHAR, developed_by VARCHAR) | SELECT application FROM table_19495707_1 WHERE developed_by = "Caligari Corporation" | ### Context: CREATE TABLE table_19495707_1 (application VARCHAR, developed_by VARCHAR) ### Question: Name the application for caligari corporation ### Answer: SELECT application FROM table_19495707_1 WHERE developed_by = "Caligari Corporation" |
What series number started production on June 6? | CREATE TABLE table_1949994_8 (no INTEGER, start_date VARCHAR) | SELECT MIN(no) FROM table_1949994_8 WHERE start_date = "June 6" | ### Context: CREATE TABLE table_1949994_8 (no INTEGER, start_date VARCHAR) ### Question: What series number started production on June 6? ### Answer: SELECT MIN(no) FROM table_1949994_8 WHERE start_date = "June 6" |
What was the production format for the series with the local title Fort Boyard: Ultimate Challenge? | CREATE TABLE table_1949994_8 (format VARCHAR, local_title VARCHAR) | SELECT format FROM table_1949994_8 WHERE local_title = "Fort Boyard: Ultimate Challenge" | ### Context: CREATE TABLE table_1949994_8 (format VARCHAR, local_title VARCHAR) ### Question: What was the production format for the series with the local title Fort Boyard: Ultimate Challenge? ### Answer: SELECT format FROM table_1949994_8 WHERE local_title = "Fort Boyard: Ultimate Challenge" |
What were the television air dates for the series that had a production start date of June 16? | CREATE TABLE table_1949994_8 (premiere_air_dates VARCHAR, start_date VARCHAR) | SELECT premiere_air_dates FROM table_1949994_8 WHERE start_date = "June 16" | ### Context: CREATE TABLE table_1949994_8 (premiere_air_dates VARCHAR, start_date VARCHAR) ### Question: What were the television air dates for the series that had a production start date of June 16? ### Answer: SELECT premiere_air_dates FROM table_1949994_8 WHERE start_date = "June 16" |
What series number had the local title of Fort Boyard? | CREATE TABLE table_1949994_8 (no INTEGER, local_title VARCHAR) | SELECT MAX(no) FROM table_1949994_8 WHERE local_title = "Fort Boyard" | ### Context: CREATE TABLE table_1949994_8 (no INTEGER, local_title VARCHAR) ### Question: What series number had the local title of Fort Boyard? ### Answer: SELECT MAX(no) FROM table_1949994_8 WHERE local_title = "Fort Boyard" |
What was the minimum number of episodes in any of the series? | CREATE TABLE table_1949994_8 (episodes INTEGER) | SELECT MIN(episodes) FROM table_1949994_8 | ### Context: CREATE TABLE table_1949994_8 (episodes INTEGER) ### Question: What was the minimum number of episodes in any of the series? ### Answer: SELECT MIN(episodes) FROM table_1949994_8 |
Name the week number for the beatles | CREATE TABLE table_19508635_1 (week__number VARCHAR, theme VARCHAR) | SELECT week__number FROM table_19508635_1 WHERE theme = "The Beatles" | ### Context: CREATE TABLE table_19508635_1 (week__number VARCHAR, theme VARCHAR) ### Question: Name the week number for the beatles ### Answer: SELECT week__number FROM table_19508635_1 WHERE theme = "The Beatles" |
Name the result for 1980s | CREATE TABLE table_19508635_1 (result VARCHAR, theme VARCHAR) | SELECT result FROM table_19508635_1 WHERE theme = "1980s" | ### Context: CREATE TABLE table_19508635_1 (result VARCHAR, theme VARCHAR) ### Question: Name the result for 1980s ### Answer: SELECT result FROM table_19508635_1 WHERE theme = "1980s" |
Name the order number for 1960s | CREATE TABLE table_19508635_1 (order__number VARCHAR, theme VARCHAR) | SELECT order__number FROM table_19508635_1 WHERE theme = "1960s" | ### Context: CREATE TABLE table_19508635_1 (order__number VARCHAR, theme VARCHAR) ### Question: Name the order number for 1960s ### Answer: SELECT order__number FROM table_19508635_1 WHERE theme = "1960s" |
Name the result for dolly parton | CREATE TABLE table_19508635_1 (result VARCHAR, original_artist VARCHAR) | SELECT result FROM table_19508635_1 WHERE original_artist = "Dolly Parton" | ### Context: CREATE TABLE table_19508635_1 (result VARCHAR, original_artist VARCHAR) ### Question: Name the result for dolly parton ### Answer: SELECT result FROM table_19508635_1 WHERE original_artist = "Dolly Parton" |
Name the song choice for michael jackson | CREATE TABLE table_19508635_1 (song_choice VARCHAR, original_artist VARCHAR) | SELECT song_choice FROM table_19508635_1 WHERE original_artist = "Michael Jackson" | ### Context: CREATE TABLE table_19508635_1 (song_choice VARCHAR, original_artist VARCHAR) ### Question: Name the song choice for michael jackson ### Answer: SELECT song_choice FROM table_19508635_1 WHERE original_artist = "Michael Jackson" |
What is the largest series number? | CREATE TABLE table_19517621_4 (series__number INTEGER) | SELECT MAX(series__number) FROM table_19517621_4 | ### Context: CREATE TABLE table_19517621_4 (series__number INTEGER) ### Question: What is the largest series number? ### Answer: SELECT MAX(series__number) FROM table_19517621_4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.