text
stringlengths 150
1.06k
| source
dict |
---|---|
### QUESTION
What is the affiliation of the University called Explorers?
### CONTEXT
CREATE TABLE table_19210115_1 (affiliation VARCHAR, nickname VARCHAR)
### ANSWER
SELECT affiliation FROM table_19210115_1 WHERE nickname = "Explorers"</s> | {
"answer": "SELECT affiliation FROM table_19210115_1 WHERE nickname = \"Explorers\"",
"context": "CREATE TABLE table_19210115_1 (affiliation VARCHAR, nickname VARCHAR)",
"question": "What is the affiliation of the University called Explorers?"
} |
### QUESTION
What is the frequency of 101.5 News FM?
### CONTEXT
CREATE TABLE table_19215259_1 (frequency VARCHAR, branding VARCHAR)
### ANSWER
SELECT frequency FROM table_19215259_1 WHERE branding = "101.5 News FM"</s> | {
"answer": "SELECT frequency FROM table_19215259_1 WHERE branding = \"101.5 News FM\"",
"context": "CREATE TABLE table_19215259_1 (frequency VARCHAR, branding VARCHAR)",
"question": "What is the frequency of 101.5 News FM?"
} |
### QUESTION
Where is the frequency 102.3mhz and 5kw power?
### CONTEXT
CREATE TABLE table_19215259_1 (location VARCHAR, power__kw_ VARCHAR, frequency VARCHAR)
### ANSWER
SELECT location FROM table_19215259_1 WHERE power__kw_ = "5kW" AND frequency = "102.3MHz"</s> | {
"answer": "SELECT location FROM table_19215259_1 WHERE power__kw_ = \"5kW\" AND frequency = \"102.3MHz\"",
"context": "CREATE TABLE table_19215259_1 (location VARCHAR, power__kw_ VARCHAR, frequency VARCHAR)",
"question": "Where is the frequency 102.3mhz and 5kw power?"
} |
### QUESTION
What is the college where player terry moss attended?
### CONTEXT
CREATE TABLE table_26996293_7 (college VARCHAR, player VARCHAR)
### ANSWER
SELECT college FROM table_26996293_7 WHERE player = "Terry Moss"</s> | {
"answer": "SELECT college FROM table_26996293_7 WHERE player = \"Terry Moss\"",
"context": "CREATE TABLE table_26996293_7 (college VARCHAR, player VARCHAR)",
"question": "What is the college where player terry moss attended?"
} |
### QUESTION
Who was the player with a debut of age 18 v plymouth , 14 august 2012, and born in Portsmouth?
### CONTEXT
CREATE TABLE table_name_97 (player VARCHAR, debut VARCHAR, born VARCHAR)
### ANSWER
SELECT player FROM table_name_97 WHERE debut = "age 18 v plymouth , 14 august 2012" AND born = "portsmouth"</s> | {
"answer": "SELECT player FROM table_name_97 WHERE debut = \"age 18 v plymouth , 14 august 2012\" AND born = \"portsmouth\"",
"context": "CREATE TABLE table_name_97 (player VARCHAR, debut VARCHAR, born VARCHAR)",
"question": "Who was the player with a debut of age 18 v plymouth , 14 august 2012, and born in Portsmouth?"
} |
### QUESTION
what is the percentage of democratic voters in which the registered voters is 67.8%?
### CONTEXT
CREATE TABLE table_27003223_4 (democratic VARCHAR, registered_voters VARCHAR)
### ANSWER
SELECT democratic FROM table_27003223_4 WHERE registered_voters = "67.8%"</s> | {
"answer": "SELECT democratic FROM table_27003223_4 WHERE registered_voters = \"67.8%\"",
"context": "CREATE TABLE table_27003223_4 (democratic VARCHAR, registered_voters VARCHAR)",
"question": "what is the percentage of democratic voters in which the registered voters is 67.8%?"
} |
### QUESTION
Name the recognised seats for pharmacology
### CONTEXT
CREATE TABLE table_19304764_2 (recognised_seats VARCHAR, discipline VARCHAR)
### ANSWER
SELECT recognised_seats FROM table_19304764_2 WHERE discipline = "Pharmacology"</s> | {
"answer": "SELECT recognised_seats FROM table_19304764_2 WHERE discipline = \"Pharmacology\"",
"context": "CREATE TABLE table_19304764_2 (recognised_seats VARCHAR, discipline VARCHAR)",
"question": "Name the recognised seats for pharmacology"
} |
### QUESTION
What is the smallest year when Ubisoft Montreal was the developer (s)?
### CONTEXT
CREATE TABLE table_name_38 (year INTEGER, developer_s_ VARCHAR)
### ANSWER
SELECT MIN(year) FROM table_name_38 WHERE developer_s_ = "ubisoft montreal"</s> | {
"answer": "SELECT MIN(year) FROM table_name_38 WHERE developer_s_ = \"ubisoft montreal\"",
"context": "CREATE TABLE table_name_38 (year INTEGER, developer_s_ VARCHAR)",
"question": "What is the smallest year when Ubisoft Montreal was the developer (s)?"
} |
### QUESTION
Name the least recognised seats
### CONTEXT
CREATE TABLE table_19304764_2 (recognised_seats INTEGER)
### ANSWER
SELECT MIN(recognised_seats) FROM table_19304764_2</s> | {
"answer": "SELECT MIN(recognised_seats) FROM table_19304764_2",
"context": "CREATE TABLE table_19304764_2 (recognised_seats INTEGER)",
"question": "Name the least recognised seats"
} |
### QUESTION
How many nations do the FMS international team represent?
### CONTEXT
CREATE TABLE table_19312274_3 (nation VARCHAR, name VARCHAR)
### ANSWER
SELECT COUNT(nation) FROM table_19312274_3 WHERE name = "FMS International"</s> | {
"answer": "SELECT COUNT(nation) FROM table_19312274_3 WHERE name = \"FMS International\"",
"context": "CREATE TABLE table_19312274_3 (nation VARCHAR, name VARCHAR)",
"question": "How many nations do the FMS international team represent?"
} |
### QUESTION
In what year did the team compete in the 2nd, Northeast season of the USL PDL League?
### CONTEXT
CREATE TABLE table_1939214_1 (year VARCHAR, league VARCHAR, regular_season VARCHAR)
### ANSWER
SELECT year FROM table_1939214_1 WHERE league = "USL PDL" AND regular_season = "2nd, Northeast"</s> | {
"answer": "SELECT year FROM table_1939214_1 WHERE league = \"USL PDL\" AND regular_season = \"2nd, Northeast\"",
"context": "CREATE TABLE table_1939214_1 (year VARCHAR, league VARCHAR, regular_season VARCHAR)",
"question": "In what year did the team compete in the 2nd, Northeast season of the USL PDL League?"
} |
### QUESTION
How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%?
### CONTEXT
CREATE TABLE table_27021001_1 (incumbent VARCHAR, result VARCHAR)
### ANSWER
SELECT COUNT(incumbent) FROM table_27021001_1 WHERE result = "Sanford Bishop (D) 57% Joseph McCormick (R) 43%"</s> | {
"answer": "SELECT COUNT(incumbent) FROM table_27021001_1 WHERE result = \"Sanford Bishop (D) 57% Joseph McCormick (R) 43%\"",
"context": "CREATE TABLE table_27021001_1 (incumbent VARCHAR, result VARCHAR)",
"question": "How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%?"
} |
### QUESTION
What's the 1997 when 1992 is QF, 1995 is 1R, and 1999 is 1R?
### CONTEXT
CREATE TABLE table_name_72 (Id VARCHAR)
### ANSWER
SELECT 1997 FROM table_name_72 WHERE 1999 = "1r" AND 1992 = "qf" AND 1995 = "1r"</s> | {
"answer": "SELECT 1997 FROM table_name_72 WHERE 1999 = \"1r\" AND 1992 = \"qf\" AND 1995 = \"1r\"",
"context": "CREATE TABLE table_name_72 (Id VARCHAR)",
"question": "What's the 1997 when 1992 is QF, 1995 is 1R, and 1999 is 1R?"
} |
### QUESTION
Name the total number of male rank for fiji
### CONTEXT
CREATE TABLE table_2701625_1 (male_rank VARCHAR, country VARCHAR)
### ANSWER
SELECT COUNT(male_rank) FROM table_2701625_1 WHERE country = "Fiji"</s> | {
"answer": "SELECT COUNT(male_rank) FROM table_2701625_1 WHERE country = \"Fiji\"",
"context": "CREATE TABLE table_2701625_1 (male_rank VARCHAR, country VARCHAR)",
"question": "Name the total number of male rank for fiji"
} |
### QUESTION
What's the total goals for Alan Sweeney having 0 FA Cup goals and fewer than 0 League Cup apps?
### CONTEXT
CREATE TABLE table_name_91 (total_goals INTEGER, league_cup_apps VARCHAR, fa_cup_goals VARCHAR, name VARCHAR)
### ANSWER
SELECT AVG(total_goals) FROM table_name_91 WHERE fa_cup_goals = 0 AND name = "alan sweeney" AND league_cup_apps < 0</s> | {
"answer": "SELECT AVG(total_goals) FROM table_name_91 WHERE fa_cup_goals = 0 AND name = \"alan sweeney\" AND league_cup_apps < 0",
"context": "CREATE TABLE table_name_91 (total_goals INTEGER, league_cup_apps VARCHAR, fa_cup_goals VARCHAR, name VARCHAR)",
"question": "What's the total goals for Alan Sweeney having 0 FA Cup goals and fewer than 0 League Cup apps?"
} |
### QUESTION
What is the most Champ Car wins for any driver with a USAC record of 2?
### CONTEXT
CREATE TABLE table_19524523_1 (champ_car_world_series__2004_2007_ INTEGER, usac__1956_1995_ VARCHAR)
### ANSWER
SELECT MAX(champ_car_world_series__2004_2007_) FROM table_19524523_1 WHERE usac__1956_1995_ = 2</s> | {
"answer": "SELECT MAX(champ_car_world_series__2004_2007_) FROM table_19524523_1 WHERE usac__1956_1995_ = 2",
"context": "CREATE TABLE table_19524523_1 (champ_car_world_series__2004_2007_ INTEGER, usac__1956_1995_ VARCHAR)",
"question": "What is the most Champ Car wins for any driver with a USAC record of 2?"
} |
### QUESTION
What is the Report on November 15, 2000?
### CONTEXT
CREATE TABLE table_name_18 (report VARCHAR, date VARCHAR)
### ANSWER
SELECT report FROM table_name_18 WHERE date = "november 15, 2000"</s> | {
"answer": "SELECT report FROM table_name_18 WHERE date = \"november 15, 2000\"",
"context": "CREATE TABLE table_name_18 (report VARCHAR, date VARCHAR)",
"question": "What is the Report on November 15, 2000?"
} |
### QUESTION
For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name.
### CONTEXT
CREATE TABLE table_27050336_7 (delegate VARCHAR, counties_represented VARCHAR, committee VARCHAR, party VARCHAR)
### ANSWER
SELECT delegate FROM table_27050336_7 WHERE committee = "Judiciary" AND party = "Democratic" AND counties_represented = "Montgomery"</s> | {
"answer": "SELECT delegate FROM table_27050336_7 WHERE committee = \"Judiciary\" AND party = \"Democratic\" AND counties_represented = \"Montgomery\"",
"context": "CREATE TABLE table_27050336_7 (delegate VARCHAR, counties_represented VARCHAR, committee VARCHAR, party VARCHAR)",
"question": "For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name."
} |
### QUESTION
What is the FIPS code for the municipality that has an area of 114.76 sq mi (297.23 sq km) and had a 2010 population of less than 166,327?
### CONTEXT
CREATE TABLE table_name_70 (fips_code INTEGER, area VARCHAR, population__2010_ VARCHAR)
### ANSWER
SELECT AVG(fips_code) FROM table_name_70 WHERE area = "114.76 sq mi (297.23 sq km)" AND population__2010_ < 166 OFFSET 327</s> | {
"answer": "SELECT AVG(fips_code) FROM table_name_70 WHERE area = \"114.76 sq mi (297.23 sq km)\" AND population__2010_ < 166 OFFSET 327",
"context": "CREATE TABLE table_name_70 (fips_code INTEGER, area VARCHAR, population__2010_ VARCHAR)",
"question": "What is the FIPS code for the municipality that has an area of 114.76 sq mi (297.23 sq km) and had a 2010 population of less than 166,327?"
} |
### QUESTION
For delegate is gaines, tawanna p. tawanna gaines, please specify all the party.
### CONTEXT
CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)
### ANSWER
SELECT party FROM table_27050336_7 WHERE delegate = "Gaines, Tawanna P. Tawanna Gaines"</s> | {
"answer": "SELECT party FROM table_27050336_7 WHERE delegate = \"Gaines, Tawanna P. Tawanna Gaines\"",
"context": "CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)",
"question": "For delegate is gaines, tawanna p. tawanna gaines, please specify all the party."
} |
### QUESTION
How many different actors from the Second national tour year 2 played the character played by Oliver Tompsett from the original West End cast?
### CONTEXT
CREATE TABLE table_19529639_3 (second_national_tour_year_2 VARCHAR, original_west_end_cast VARCHAR)
### ANSWER
SELECT COUNT(second_national_tour_year_2) FROM table_19529639_3 WHERE original_west_end_cast = "Oliver Tompsett"</s> | {
"answer": "SELECT COUNT(second_national_tour_year_2) FROM table_19529639_3 WHERE original_west_end_cast = \"Oliver Tompsett\"",
"context": "CREATE TABLE table_19529639_3 (second_national_tour_year_2 VARCHAR, original_west_end_cast VARCHAR)",
"question": "How many different actors from the Second national tour year 2 played the character played by Oliver Tompsett from the original West End cast?"
} |
### QUESTION
Which Tonnage has a Fate of sunk, and Deaths smaller than 17, and a Date of 16 november 1940?
### CONTEXT
CREATE TABLE table_name_11 (tonnage___grt__ VARCHAR, date VARCHAR, fate VARCHAR, deaths VARCHAR)
### ANSWER
SELECT tonnage___grt__ FROM table_name_11 WHERE fate = "sunk" AND deaths < 17 AND date = "16 november 1940"</s> | {
"answer": "SELECT tonnage___grt__ FROM table_name_11 WHERE fate = \"sunk\" AND deaths < 17 AND date = \"16 november 1940\"",
"context": "CREATE TABLE table_name_11 (tonnage___grt__ VARCHAR, date VARCHAR, fate VARCHAR, deaths VARCHAR)",
"question": "Which Tonnage has a Fate of sunk, and Deaths smaller than 17, and a Date of 16 november 1940?"
} |
### QUESTION
How much tonnage has a Fate of sunk, and a Flag of great britain, and a Date of 26 september 1940, and Deaths of 2?
### CONTEXT
CREATE TABLE table_name_83 (tonnage___grt__ INTEGER, deaths VARCHAR, date VARCHAR, fate VARCHAR, flag VARCHAR)
### ANSWER
SELECT SUM(tonnage___grt__) FROM table_name_83 WHERE fate = "sunk" AND flag = "great britain" AND date = "26 september 1940" AND deaths = 2</s> | {
"answer": "SELECT SUM(tonnage___grt__) FROM table_name_83 WHERE fate = \"sunk\" AND flag = \"great britain\" AND date = \"26 september 1940\" AND deaths = 2",
"context": "CREATE TABLE table_name_83 (tonnage___grt__ INTEGER, deaths VARCHAR, date VARCHAR, fate VARCHAR, flag VARCHAR)",
"question": "How much tonnage has a Fate of sunk, and a Flag of great britain, and a Date of 26 september 1940, and Deaths of 2?"
} |
### QUESTION
Name the total number for material collected for 978-1401221935
### CONTEXT
CREATE TABLE table_19534677_1 (material_collected VARCHAR, isbn VARCHAR)
### ANSWER
SELECT COUNT(material_collected) FROM table_19534677_1 WHERE isbn = "978-1401221935"</s> | {
"answer": "SELECT COUNT(material_collected) FROM table_19534677_1 WHERE isbn = \"978-1401221935\"",
"context": "CREATE TABLE table_19534677_1 (material_collected VARCHAR, isbn VARCHAR)",
"question": "Name the total number for material collected for 978-1401221935"
} |
### QUESTION
Name the total number of material collected for justice league of america by george pérez, vol. 2
### CONTEXT
CREATE TABLE table_19534677_1 (material_collected VARCHAR, volume_title VARCHAR)
### ANSWER
SELECT COUNT(material_collected) FROM table_19534677_1 WHERE volume_title = "Justice League of America by George Pérez, Vol. 2"</s> | {
"answer": "SELECT COUNT(material_collected) FROM table_19534677_1 WHERE volume_title = \"Justice League of America by George Pérez, Vol. 2\"",
"context": "CREATE TABLE table_19534677_1 (material_collected VARCHAR, volume_title VARCHAR)",
"question": "Name the total number of material collected for justice league of america by george pérez, vol. 2"
} |
### QUESTION
Name the player for 1945 for player
### CONTEXT
CREATE TABLE table_19611329_1 (year_inducted VARCHAR, inducted_as VARCHAR)
### ANSWER
SELECT "player" FROM table_19611329_1 WHERE year_inducted = 1945 AND inducted_as = "player"</s> | {
"answer": "SELECT \"player\" FROM table_19611329_1 WHERE year_inducted = 1945 AND inducted_as = \"player\"",
"context": "CREATE TABLE table_19611329_1 (year_inducted VARCHAR, inducted_as VARCHAR)",
"question": "Name the player for 1945 for player"
} |
### QUESTION
What is the format for the station owned by Dakota Broadcasting?
### CONTEXT
CREATE TABLE table_2709_4 (format VARCHAR, owner VARCHAR)
### ANSWER
SELECT format FROM table_2709_4 WHERE owner = "Dakota Broadcasting"</s> | {
"answer": "SELECT format FROM table_2709_4 WHERE owner = \"Dakota Broadcasting\"",
"context": "CREATE TABLE table_2709_4 (format VARCHAR, owner VARCHAR)",
"question": "What is the format for the station owned by Dakota Broadcasting?"
} |
### QUESTION
What was the date of appointment for the manager replacing Kadir Özcan?
### CONTEXT
CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
### ANSWER
SELECT date_of_appointment FROM table_27091128_2 WHERE outgoing_manager = "Kadir Özcan"</s> | {
"answer": "SELECT date_of_appointment FROM table_27091128_2 WHERE outgoing_manager = \"Kadir Özcan\"",
"context": "CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)",
"question": "What was the date of appointment for the manager replacing Kadir Özcan?"
} |
### QUESTION
What was date of appointment for Ergün Penbe?
### CONTEXT
CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
### ANSWER
SELECT date_of_appointment FROM table_27091128_2 WHERE replaced_by = "Ergün Penbe"</s> | {
"answer": "SELECT date_of_appointment FROM table_27091128_2 WHERE replaced_by = \"Ergün Penbe\"",
"context": "CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)",
"question": "What was date of appointment for Ergün Penbe? "
} |
### QUESTION
Name the least pick number for colin campbell
### CONTEXT
CREATE TABLE table_1965650_2 (pick__number INTEGER, player VARCHAR)
### ANSWER
SELECT MIN(pick__number) FROM table_1965650_2 WHERE player = "Colin Campbell"</s> | {
"answer": "SELECT MIN(pick__number) FROM table_1965650_2 WHERE player = \"Colin Campbell\"",
"context": "CREATE TABLE table_1965650_2 (pick__number INTEGER, player VARCHAR)",
"question": "Name the least pick number for colin campbell"
} |
### QUESTION
Name the college/junior club team for jimmy jones
### CONTEXT
CREATE TABLE table_1965650_2 (college_junior_club_team VARCHAR, player VARCHAR)
### ANSWER
SELECT college_junior_club_team FROM table_1965650_2 WHERE player = "Jimmy Jones"</s> | {
"answer": "SELECT college_junior_club_team FROM table_1965650_2 WHERE player = \"Jimmy Jones\"",
"context": "CREATE TABLE table_1965650_2 (college_junior_club_team VARCHAR, player VARCHAR)",
"question": "Name the college/junior club team for jimmy jones"
} |
### QUESTION
What original air date has 5.85 u.s. viewers (million)?
### CONTEXT
CREATE TABLE table_27117365_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
### ANSWER
SELECT original_air_date FROM table_27117365_1 WHERE us_viewers__million_ = "5.85"</s> | {
"answer": "SELECT original_air_date FROM table_27117365_1 WHERE us_viewers__million_ = \"5.85\"",
"context": "CREATE TABLE table_27117365_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)",
"question": "What original air date has 5.85 u.s. viewers (million)?"
} |
### QUESTION
How many final venues were there in the 1997-98 season?
### CONTEXT
CREATE TABLE table_19651669_1 (final_venue VARCHAR, season VARCHAR)
### ANSWER
SELECT COUNT(final_venue) FROM table_19651669_1 WHERE season = "1997-98"</s> | {
"answer": "SELECT COUNT(final_venue) FROM table_19651669_1 WHERE season = \"1997-98\"",
"context": "CREATE TABLE table_19651669_1 (final_venue VARCHAR, season VARCHAR)",
"question": "How many final venues were there in the 1997-98 season?"
} |
### QUESTION
If the position in table is 10th, and the manner of departure was resigned, what was the date of vacancy?
### CONTEXT
CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
### ANSWER
SELECT date_of_vacancy FROM table_27133147_3 WHERE manner_of_departure = "Resigned" AND position_in_table = "10th"</s> | {
"answer": "SELECT date_of_vacancy FROM table_27133147_3 WHERE manner_of_departure = \"Resigned\" AND position_in_table = \"10th\"",
"context": "CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)",
"question": "If the position in table is 10th, and the manner of departure was resigned, what was the date of vacancy?"
} |
### QUESTION
What years did Marienhof run, which featured Leonore Capell and lasted 10 years?
### CONTEXT
CREATE TABLE table_name_88 (years VARCHAR, actor VARCHAR, soap_opera VARCHAR, duration VARCHAR)
### ANSWER
SELECT years FROM table_name_88 WHERE soap_opera = "marienhof" AND duration = "10 years" AND actor = "leonore capell"</s> | {
"answer": "SELECT years FROM table_name_88 WHERE soap_opera = \"marienhof\" AND duration = \"10 years\" AND actor = \"leonore capell\"",
"context": "CREATE TABLE table_name_88 (years VARCHAR, actor VARCHAR, soap_opera VARCHAR, duration VARCHAR)",
"question": "What years did Marienhof run, which featured Leonore Capell and lasted 10 years?"
} |
### QUESTION
How many teams have a player named Denis Andersen?
### CONTEXT
CREATE TABLE table_1965650_7 (nhl_team VARCHAR, player VARCHAR)
### ANSWER
SELECT COUNT(nhl_team) FROM table_1965650_7 WHERE player = "Denis Andersen"</s> | {
"answer": "SELECT COUNT(nhl_team) FROM table_1965650_7 WHERE player = \"Denis Andersen\"",
"context": "CREATE TABLE table_1965650_7 (nhl_team VARCHAR, player VARCHAR)",
"question": "How many teams have a player named Denis Andersen?"
} |
### QUESTION
If the incoming head coach is Carlos Azenha, what is the date of vacancy?
### CONTEXT
CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach VARCHAR)
### ANSWER
SELECT date_of_vacancy FROM table_27133147_3 WHERE incoming_head_coach = "Carlos Azenha"</s> | {
"answer": "SELECT date_of_vacancy FROM table_27133147_3 WHERE incoming_head_coach = \"Carlos Azenha\"",
"context": "CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach VARCHAR)",
"question": "If the incoming head coach is Carlos Azenha, what is the date of vacancy?"
} |
### QUESTION
How many schools named southern new hampshire university?
### CONTEXT
CREATE TABLE table_1969634_1 (enrollment VARCHAR, institution VARCHAR)
### ANSWER
SELECT COUNT(enrollment) FROM table_1969634_1 WHERE institution = "Southern New Hampshire University"</s> | {
"answer": "SELECT COUNT(enrollment) FROM table_1969634_1 WHERE institution = \"Southern New Hampshire University\"",
"context": "CREATE TABLE table_1969634_1 (enrollment VARCHAR, institution VARCHAR)",
"question": "How many schools named southern new hampshire university?"
} |
### QUESTION
How many U.S. viewers (million) watched the episode directed by Allison Liddi-Brown?
### CONTEXT
CREATE TABLE table_27116696_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR)
### ANSWER
SELECT us_viewers__million_ FROM table_27116696_1 WHERE directed_by = "Allison Liddi-Brown"</s> | {
"answer": "SELECT us_viewers__million_ FROM table_27116696_1 WHERE directed_by = \"Allison Liddi-Brown\"",
"context": "CREATE TABLE table_27116696_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR)",
"question": "How many U.S. viewers (million) watched the episode directed by Allison Liddi-Brown?"
} |
### QUESTION
What is Ateneo de Manila's PBA Team?
### CONTEXT
CREATE TABLE table_name_96 (pba_team VARCHAR, college VARCHAR)
### ANSWER
SELECT pba_team FROM table_name_96 WHERE college = "ateneo de manila"</s> | {
"answer": "SELECT pba_team FROM table_name_96 WHERE college = \"ateneo de manila\"",
"context": "CREATE TABLE table_name_96 (pba_team VARCHAR, college VARCHAR)",
"question": "What is Ateneo de Manila's PBA Team?"
} |
### QUESTION
What joined year does Dropped Athletics have?
### CONTEXT
CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR)
### ANSWER
SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = "Dropped athletics"</s> | {
"answer": "SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = \"Dropped athletics\"",
"context": "CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR)",
"question": "What joined year does Dropped Athletics have?"
} |
### QUESTION
what is the image quality when the multiple sessions is x, the authentication is ✓ and the date is may 15, 2007?
### CONTEXT
CREATE TABLE table_name_32 (image_quality VARCHAR, date VARCHAR, multiple_sessions VARCHAR, authentication VARCHAR)
### ANSWER
SELECT image_quality FROM table_name_32 WHERE multiple_sessions = "x" AND authentication = "✓" AND date = "may 15, 2007"</s> | {
"answer": "SELECT image_quality FROM table_name_32 WHERE multiple_sessions = \"x\" AND authentication = \"✓\" AND date = \"may 15, 2007\"",
"context": "CREATE TABLE table_name_32 (image_quality VARCHAR, date VARCHAR, multiple_sessions VARCHAR, authentication VARCHAR)",
"question": "what is the image quality when the multiple sessions is x, the authentication is ✓ and the date is may 15, 2007?"
} |
### QUESTION
What couple had a vote percentage of 7.691%
### CONTEXT
CREATE TABLE table_19744915_15 (couple VARCHAR, vote_percentage VARCHAR)
### ANSWER
SELECT couple FROM table_19744915_15 WHERE vote_percentage = "7.691%"</s> | {
"answer": "SELECT couple FROM table_19744915_15 WHERE vote_percentage = \"7.691%\"",
"context": "CREATE TABLE table_19744915_15 (couple VARCHAR, vote_percentage VARCHAR)",
"question": "What couple had a vote percentage of 7.691%"
} |
### QUESTION
What is the Col entry for the peak with an elevation of 2,308 meters?
### CONTEXT
CREATE TABLE table_name_86 (col__m_ VARCHAR, elevation__m_ VARCHAR)
### ANSWER
SELECT COUNT(col__m_) FROM table_name_86 WHERE elevation__m_ = 2 OFFSET 308</s> | {
"answer": "SELECT COUNT(col__m_) FROM table_name_86 WHERE elevation__m_ = 2 OFFSET 308",
"context": "CREATE TABLE table_name_86 (col__m_ VARCHAR, elevation__m_ VARCHAR)",
"question": "What is the Col entry for the peak with an elevation of 2,308 meters?"
} |
### QUESTION
What is every episode number for the series number 3?
### CONTEXT
CREATE TABLE table_27208311_1 (episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series VARCHAR, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series VARCHAR, series_no VARCHAR)
### ANSWER
SELECT episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series FROM table_27208311_1 WHERE series_no = 3</s> | {
"answer": "SELECT episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series FROM table_27208311_1 WHERE series_no = 3",
"context": "CREATE TABLE table_27208311_1 (episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series VARCHAR, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series VARCHAR, series_no VARCHAR)",
"question": "What is every episode number for the series number 3?"
} |
### QUESTION
What city of license/market has an owned since before 2011,and a affiliation of abc and channel (tv/rf) of 9 (22)?
### CONTEXT
CREATE TABLE table_name_75 (city_of_license__market VARCHAR, channel___tv___rf__ VARCHAR, owned_since VARCHAR, affiliation VARCHAR)
### ANSWER
SELECT city_of_license__market FROM table_name_75 WHERE owned_since < 2011 AND affiliation = "abc" AND channel___tv___rf__ = "9 (22)"</s> | {
"answer": "SELECT city_of_license__market FROM table_name_75 WHERE owned_since < 2011 AND affiliation = \"abc\" AND channel___tv___rf__ = \"9 (22)\"",
"context": "CREATE TABLE table_name_75 (city_of_license__market VARCHAR, channel___tv___rf__ VARCHAR, owned_since VARCHAR, affiliation VARCHAR)",
"question": "What city of license/market has an owned since before 2011,and a affiliation of abc and channel (tv/rf) of 9 (22)?"
} |
### QUESTION
Name the replaced by for slaven belupo
### CONTEXT
CREATE TABLE table_27225944_3 (replaced_by VARCHAR, team VARCHAR)
### ANSWER
SELECT replaced_by FROM table_27225944_3 WHERE team = "Slaven Belupo"</s> | {
"answer": "SELECT replaced_by FROM table_27225944_3 WHERE team = \"Slaven Belupo\"",
"context": "CREATE TABLE table_27225944_3 (replaced_by VARCHAR, team VARCHAR)",
"question": "Name the replaced by for slaven belupo"
} |
### QUESTION
Name the aspect ratio for smpte 259m and interlaced scanning
### CONTEXT
CREATE TABLE table_272313_2 (aspect_ratio VARCHAR, pixel_aspect_ratio VARCHAR, scanning VARCHAR)
### ANSWER
SELECT aspect_ratio FROM table_272313_2 WHERE pixel_aspect_ratio = "SMPTE 259M" AND scanning = "interlaced"</s> | {
"answer": "SELECT aspect_ratio FROM table_272313_2 WHERE pixel_aspect_ratio = \"SMPTE 259M\" AND scanning = \"interlaced\"",
"context": "CREATE TABLE table_272313_2 (aspect_ratio VARCHAR, pixel_aspect_ratio VARCHAR, scanning VARCHAR)",
"question": "Name the aspect ratio for smpte 259m and interlaced scanning"
} |
### QUESTION
Name the color analyst for terry bowden and 17.2
### CONTEXT
CREATE TABLE table_2724704_5 (color_analyst_s_ VARCHAR, studio_analyst_s_ VARCHAR, tv_rating VARCHAR)
### ANSWER
SELECT color_analyst_s_ FROM table_2724704_5 WHERE studio_analyst_s_ = "Terry Bowden" AND tv_rating = "17.2"</s> | {
"answer": "SELECT color_analyst_s_ FROM table_2724704_5 WHERE studio_analyst_s_ = \"Terry Bowden\" AND tv_rating = \"17.2\"",
"context": "CREATE TABLE table_2724704_5 (color_analyst_s_ VARCHAR, studio_analyst_s_ VARCHAR, tv_rating VARCHAR)",
"question": "Name the color analyst for terry bowden and 17.2"
} |
### QUESTION
Name the studio analysts for espn with erin andrews and tom rinaldi
### CONTEXT
CREATE TABLE table_2724704_5 (studio_analyst_s_ VARCHAR, network_s_ VARCHAR, sideline_reporter_s_ VARCHAR)
### ANSWER
SELECT studio_analyst_s_ FROM table_2724704_5 WHERE network_s_ = "ESPN" AND sideline_reporter_s_ = "Erin Andrews and Tom Rinaldi"</s> | {
"answer": "SELECT studio_analyst_s_ FROM table_2724704_5 WHERE network_s_ = \"ESPN\" AND sideline_reporter_s_ = \"Erin Andrews and Tom Rinaldi\"",
"context": "CREATE TABLE table_2724704_5 (studio_analyst_s_ VARCHAR, network_s_ VARCHAR, sideline_reporter_s_ VARCHAR)",
"question": "Name the studio analysts for espn with erin andrews and tom rinaldi"
} |
### QUESTION
How many millions of $ were spent in Iceland in 1948/49?
### CONTEXT
### ANSWER
SELECT MAX(*) AS millions FROM countries WHERE country = "Iceland" AND year in (1948, 1949)</s> | {
"answer": "SELECT MAX(*) AS millions FROM countries WHERE country = \"Iceland\" AND year in (1948, 1949)",
"context": "",
"question": "How many millions of $ were spent in Iceland in 1948/49?"
} |
### QUESTION
Name the total number for % popular vote for # of seats won for 83
### CONTEXT
CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR)
### ANSWER
SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83</s> | {
"answer": "SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83",
"context": "CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR)",
"question": "Name the total number for % popular vote for # of seats won for 83"
} |
### QUESTION
What was the transfer fee when the moving from was celta de Vigo?
### CONTEXT
CREATE TABLE table_name_25 (transfer_fee VARCHAR, moving_from VARCHAR)
### ANSWER
SELECT transfer_fee FROM table_name_25 WHERE moving_from = "celta de vigo"</s> | {
"answer": "SELECT transfer_fee FROM table_name_25 WHERE moving_from = \"celta de vigo\"",
"context": "CREATE TABLE table_name_25 (transfer_fee VARCHAR, moving_from VARCHAR)",
"question": "What was the transfer fee when the moving from was celta de Vigo?"
} |
### QUESTION
What was the transfer window with a moving from of fenerbahçe?
### CONTEXT
CREATE TABLE table_name_21 (transfer_window VARCHAR, moving_from VARCHAR)
### ANSWER
SELECT transfer_window FROM table_name_21 WHERE moving_from = "fenerbahçe"</s> | {
"answer": "SELECT transfer_window FROM table_name_21 WHERE moving_from = \"fenerbahçe\"",
"context": "CREATE TABLE table_name_21 (transfer_window VARCHAR, moving_from VARCHAR)",
"question": "What was the transfer window with a moving from of fenerbahçe?"
} |
### QUESTION
How many residence cities have an English name of Province of Viborg and Nyslott?
### CONTEXT
CREATE TABLE table_198175_2 (residence_city VARCHAR, english_name VARCHAR)
### ANSWER
SELECT COUNT(residence_city) FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"</s> | {
"answer": "SELECT COUNT(residence_city) FROM table_198175_2 WHERE english_name = \"Province of Viborg and Nyslott\"",
"context": "CREATE TABLE table_198175_2 (residence_city VARCHAR, english_name VARCHAR)",
"question": "How many residence cities have an English name of Province of Viborg and Nyslott?"
} |
### QUESTION
What venue has a score of 4-0 with the 2002 Tiger Cup listed as the competition?
### CONTEXT
CREATE TABLE table_name_26 (venue VARCHAR, score VARCHAR, competition VARCHAR)
### ANSWER
SELECT venue FROM table_name_26 WHERE score = "4-0" AND competition = "2002 tiger cup"</s> | {
"answer": "SELECT venue FROM table_name_26 WHERE score = \"4-0\" AND competition = \"2002 tiger cup\"",
"context": "CREATE TABLE table_name_26 (venue VARCHAR, score VARCHAR, competition VARCHAR)",
"question": "What venue has a score of 4-0 with the 2002 Tiger Cup listed as the competition?"
} |
### QUESTION
What is the total number of areas that are called Nanqiao District?
### CONTEXT
CREATE TABLE table_1982739_2 (area VARCHAR, english_name VARCHAR)
### ANSWER
SELECT COUNT(area) FROM table_1982739_2 WHERE english_name = "Nanqiao District"</s> | {
"answer": "SELECT COUNT(area) FROM table_1982739_2 WHERE english_name = \"Nanqiao District\"",
"context": "CREATE TABLE table_1982739_2 (area VARCHAR, english_name VARCHAR)",
"question": "What is the total number of areas that are called Nanqiao District?"
} |
### QUESTION
What is the number of English names that have a Traditional Chinese name of 全椒縣?
### CONTEXT
CREATE TABLE table_1982739_2 (english_name VARCHAR, traditional_chinese VARCHAR)
### ANSWER
SELECT COUNT(english_name) FROM table_1982739_2 WHERE traditional_chinese = "全椒縣"</s> | {
"answer": "SELECT COUNT(english_name) FROM table_1982739_2 WHERE traditional_chinese = \"全椒縣\"",
"context": "CREATE TABLE table_1982739_2 (english_name VARCHAR, traditional_chinese VARCHAR)",
"question": "What is the number of English names that have a Traditional Chinese name of 全椒縣?"
} |
### QUESTION
What are Doug Davis' maximum pitching stats?
### CONTEXT
CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR)
### ANSWER
SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = "Doug Davis"</s> | {
"answer": "SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = \"Doug Davis\"",
"context": "CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR)",
"question": "What are Doug Davis' maximum pitching stats?"
} |
### QUESTION
Name the won for played being 22 and points against 511 and lost being 15
### CONTEXT
CREATE TABLE table_27293285_4 (won VARCHAR, points_against VARCHAR, played VARCHAR, lost VARCHAR)
### ANSWER
SELECT won FROM table_27293285_4 WHERE played = "22" AND lost = "15" AND points_against = "511"</s> | {
"answer": "SELECT won FROM table_27293285_4 WHERE played = \"22\" AND lost = \"15\" AND points_against = \"511\"",
"context": "CREATE TABLE table_27293285_4 (won VARCHAR, points_against VARCHAR, played VARCHAR, lost VARCHAR)",
"question": "Name the won for played being 22 and points against 511 and lost being 15"
} |
### QUESTION
what is the least number of no decisions for scott feldman category:articles with hcards
### CONTEXT
CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR)
### ANSWER
SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = "Scott Feldman Category:Articles with hCards"</s> | {
"answer": "SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = \"Scott Feldman Category:Articles with hCards\"",
"context": "CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR)",
"question": "what is the least number of no decisions for scott feldman category:articles with hcards"
} |
### QUESTION
What was the event when suárez ( tri ) w 16–6 was round of 32?
### CONTEXT
CREATE TABLE table_27294107_11 (event VARCHAR, round_of_32 VARCHAR)
### ANSWER
SELECT event FROM table_27294107_11 WHERE round_of_32 = "Suárez ( TRI ) W 16–6"</s> | {
"answer": "SELECT event FROM table_27294107_11 WHERE round_of_32 = \"Suárez ( TRI ) W 16–6\"",
"context": "CREATE TABLE table_27294107_11 (event VARCHAR, round_of_32 VARCHAR)",
"question": "What was the event when suárez ( tri ) w 16–6 was round of 32?"
} |
### QUESTION
state all the spokesperson for the channel where commentator is dmitriy guberniyev
### CONTEXT
CREATE TABLE table_1992924_3 (spokesperson VARCHAR, commentator VARCHAR)
### ANSWER
SELECT spokesperson FROM table_1992924_3 WHERE commentator = "Dmitriy Guberniyev"</s> | {
"answer": "SELECT spokesperson FROM table_1992924_3 WHERE commentator = \"Dmitriy Guberniyev\"",
"context": "CREATE TABLE table_1992924_3 (spokesperson VARCHAR, commentator VARCHAR)",
"question": "state all the spokesperson for the channel where commentator is dmitriy guberniyev"
} |
### QUESTION
What date was Apes of Wrath written by Friz Freleng, production number higher than 1496 from series mm released?
### CONTEXT
CREATE TABLE table_name_37 (release_date VARCHAR, title VARCHAR, series VARCHAR, director VARCHAR, production_number VARCHAR)
### ANSWER
SELECT release_date FROM table_name_37 WHERE director = "friz freleng" AND production_number > 1496 AND series = "mm" AND title = "apes of wrath"</s> | {
"answer": "SELECT release_date FROM table_name_37 WHERE director = \"friz freleng\" AND production_number > 1496 AND series = \"mm\" AND title = \"apes of wrath\"",
"context": "CREATE TABLE table_name_37 (release_date VARCHAR, title VARCHAR, series VARCHAR, director VARCHAR, production_number VARCHAR)",
"question": "What date was Apes of Wrath written by Friz Freleng, production number higher than 1496 from series mm released?"
} |
### QUESTION
What is the release date of the episode named Mouse-Placed Kitten with an episode number less than 1495 directed by Robert McKimson?
### CONTEXT
CREATE TABLE table_name_93 (release_date VARCHAR, title VARCHAR, production_number VARCHAR, director VARCHAR)
### ANSWER
SELECT release_date FROM table_name_93 WHERE production_number < 1495 AND director = "robert mckimson" AND title = "mouse-placed kitten"</s> | {
"answer": "SELECT release_date FROM table_name_93 WHERE production_number < 1495 AND director = \"robert mckimson\" AND title = \"mouse-placed kitten\"",
"context": "CREATE TABLE table_name_93 (release_date VARCHAR, title VARCHAR, production_number VARCHAR, director VARCHAR)",
"question": "What is the release date of the episode named Mouse-Placed Kitten with an episode number less than 1495 directed by Robert McKimson?"
} |
### QUESTION
How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?
### CONTEXT
CREATE TABLE table_19948664_1 (countries_sampled INTEGER, ranking_la__2_ VARCHAR, author___editor___source VARCHAR, year_of_publication VARCHAR)
### ANSWER
SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE author___editor___source = "The Economist" AND year_of_publication = "2007" AND ranking_la__2_ = "2nd"</s> | {
"answer": "SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE author___editor___source = \"The Economist\" AND year_of_publication = \"2007\" AND ranking_la__2_ = \"2nd\"",
"context": "CREATE TABLE table_19948664_1 (countries_sampled INTEGER, ranking_la__2_ VARCHAR, author___editor___source VARCHAR, year_of_publication VARCHAR)",
"question": "How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?"
} |
### QUESTION
What's the wold ranking of the index by Transparency International?
### CONTEXT
CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR)
### ANSWER
SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = "Transparency International"</s> | {
"answer": "SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = \"Transparency International\"",
"context": "CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR)",
"question": "What's the wold ranking of the index by Transparency International?"
} |
### QUESTION
How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?
### CONTEXT
CREATE TABLE table_19948664_1 (countries_sampled VARCHAR, ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR)
### ANSWER
SELECT countries_sampled FROM table_19948664_1 WHERE ranking_la__2_ = "2nd" AND world_ranking__1_ = "23rd"</s> | {
"answer": "SELECT countries_sampled FROM table_19948664_1 WHERE ranking_la__2_ = \"2nd\" AND world_ranking__1_ = \"23rd\"",
"context": "CREATE TABLE table_19948664_1 (countries_sampled VARCHAR, ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR)",
"question": "How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?"
} |
### QUESTION
What is the col location with a col height (m) of 1107?
### CONTEXT
CREATE TABLE table_2731431_1 (col_location VARCHAR, col_height__m_ VARCHAR)
### ANSWER
SELECT col_location FROM table_2731431_1 WHERE col_height__m_ = 1107</s> | {
"answer": "SELECT col_location FROM table_2731431_1 WHERE col_height__m_ = 1107",
"context": "CREATE TABLE table_2731431_1 (col_location VARCHAR, col_height__m_ VARCHAR)",
"question": "What is the col location with a col height (m) of 1107?"
} |
### QUESTION
What is the playoffs result in years where Open Canada Cup was "N/A" and regular season result was "2nd, New England"?
### CONTEXT
CREATE TABLE table_1999350_1 (playoffs VARCHAR, open_canada_cup VARCHAR, regular_season VARCHAR)
### ANSWER
SELECT playoffs FROM table_1999350_1 WHERE open_canada_cup = "N/A" AND regular_season = "2nd, New England"</s> | {
"answer": "SELECT playoffs FROM table_1999350_1 WHERE open_canada_cup = \"N/A\" AND regular_season = \"2nd, New England\"",
"context": "CREATE TABLE table_1999350_1 (playoffs VARCHAR, open_canada_cup VARCHAR, regular_season VARCHAR)",
"question": "What is the playoffs result in years where Open Canada Cup was \"N/A\" and regular season result was \"2nd, New England\"?"
} |
### QUESTION
What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?
### CONTEXT
CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR)
### ANSWER
SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd"</s> | {
"answer": "SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = \"United Nations (UNDP)\" AND ranking_la__2_ = \"2nd\"",
"context": "CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR)",
"question": "What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?"
} |
### QUESTION
how many times was the catalog number cal04 / 0091037553546?
### CONTEXT
CREATE TABLE table_27303975_3 (copyright_information VARCHAR, catalog_number VARCHAR)
### ANSWER
SELECT COUNT(copyright_information) FROM table_27303975_3 WHERE catalog_number = "CAL04 / 0091037553546"</s> | {
"answer": "SELECT COUNT(copyright_information) FROM table_27303975_3 WHERE catalog_number = \"CAL04 / 0091037553546\"",
"context": "CREATE TABLE table_27303975_3 (copyright_information VARCHAR, catalog_number VARCHAR)",
"question": "how many times was the catalog number cal04 / 0091037553546?"
} |
### QUESTION
who directed the episode that elaine ko wrote?
### CONTEXT
CREATE TABLE table_27332038_1 (directed_by VARCHAR, written_by VARCHAR)
### ANSWER
SELECT directed_by FROM table_27332038_1 WHERE written_by = "Elaine Ko"</s> | {
"answer": "SELECT directed_by FROM table_27332038_1 WHERE written_by = \"Elaine Ko\"",
"context": "CREATE TABLE table_27332038_1 (directed_by VARCHAR, written_by VARCHAR)",
"question": "who directed the episode that elaine ko wrote?"
} |
### QUESTION
How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'?
### CONTEXT
CREATE TABLE table_2001348_1 (ilo_code VARCHAR, revising_convention_s_ VARCHAR)
### ANSWER
SELECT COUNT(ilo_code) FROM table_2001348_1 WHERE revising_convention_s_ = "this convention, Work in Fishing Convention"</s> | {
"answer": "SELECT COUNT(ilo_code) FROM table_2001348_1 WHERE revising_convention_s_ = \"this convention, Work in Fishing Convention\"",
"context": "CREATE TABLE table_2001348_1 (ilo_code VARCHAR, revising_convention_s_ VARCHAR)",
"question": "How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'?"
} |
### QUESTION
What is the highest attendance for the match against west ham united at the venue of a?
### CONTEXT
CREATE TABLE table_name_42 (attendance INTEGER, venue VARCHAR, opponent VARCHAR)
### ANSWER
SELECT MAX(attendance) FROM table_name_42 WHERE venue = "a" AND opponent = "west ham united"</s> | {
"answer": "SELECT MAX(attendance) FROM table_name_42 WHERE venue = \"a\" AND opponent = \"west ham united\"",
"context": "CREATE TABLE table_name_42 (attendance INTEGER, venue VARCHAR, opponent VARCHAR)",
"question": "What is the highest attendance for the match against west ham united at the venue of a?"
} |
### QUESTION
what is the league goals when the fa cup goals is higher than 0, the fa cup apps is 2 and the league apps is 45?
### CONTEXT
CREATE TABLE table_name_50 (league_goals VARCHAR, league_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR)
### ANSWER
SELECT league_goals FROM table_name_50 WHERE fa_cup_goals > 0 AND fa_cup_apps = "2" AND league_apps = "45"</s> | {
"answer": "SELECT league_goals FROM table_name_50 WHERE fa_cup_goals > 0 AND fa_cup_apps = \"2\" AND league_apps = \"45\"",
"context": "CREATE TABLE table_name_50 (league_goals VARCHAR, league_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR)",
"question": "what is the league goals when the fa cup goals is higher than 0, the fa cup apps is 2 and the league apps is 45?"
} |
### QUESTION
What's the number of users in the Nisibon-Yuma within the Del Este district?
### CONTEXT
CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR)
### ANSWER
SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = "Del Este" AND juntas_de_regantes__wub_ = "Nisibon-Yuma"</s> | {
"answer": "SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = \"Del Este\" AND juntas_de_regantes__wub_ = \"Nisibon-Yuma\"",
"context": "CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR)",
"question": "What's the number of users in the Nisibon-Yuma within the Del Este district?"
} |
### QUESTION
How many total itv viewers were there for the episode with official itv ratings of 10.24 million?
### CONTEXT
CREATE TABLE table_27319183_7 (total_itv_viewers__millions_ VARCHAR, official_itv_rating__millions_ VARCHAR)
### ANSWER
SELECT total_itv_viewers__millions_ FROM table_27319183_7 WHERE official_itv_rating__millions_ = "10.24"</s> | {
"answer": "SELECT total_itv_viewers__millions_ FROM table_27319183_7 WHERE official_itv_rating__millions_ = \"10.24\"",
"context": "CREATE TABLE table_27319183_7 (total_itv_viewers__millions_ VARCHAR, official_itv_rating__millions_ VARCHAR)",
"question": "How many total itv viewers were there for the episode with official itv ratings of 10.24 million?"
} |
### QUESTION
How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?
### CONTEXT
CREATE TABLE table_20032301_3 (tom_emmer__r_ VARCHAR, matt_entenza__dfl_ VARCHAR)
### ANSWER
SELECT COUNT(tom_emmer__r_) FROM table_20032301_3 WHERE matt_entenza__dfl_ = "38%"</s> | {
"answer": "SELECT COUNT(tom_emmer__r_) FROM table_20032301_3 WHERE matt_entenza__dfl_ = \"38%\"",
"context": "CREATE TABLE table_20032301_3 (tom_emmer__r_ VARCHAR, matt_entenza__dfl_ VARCHAR)",
"question": "How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?"
} |
### QUESTION
What is the team captain when the shirt sponser is quick?
### CONTEXT
CREATE TABLE table_27374004_2 (team_captain VARCHAR, shirt_sponsor VARCHAR)
### ANSWER
SELECT team_captain FROM table_27374004_2 WHERE shirt_sponsor = "Quick"</s> | {
"answer": "SELECT team_captain FROM table_27374004_2 WHERE shirt_sponsor = \"Quick\"",
"context": "CREATE TABLE table_27374004_2 (team_captain VARCHAR, shirt_sponsor VARCHAR)",
"question": "What is the team captain when the shirt sponser is quick?"
} |
### QUESTION
Who is the chairman when the current manager is bob peeters?
### CONTEXT
CREATE TABLE table_27374004_2 (chairman VARCHAR, current_manager VARCHAR)
### ANSWER
SELECT chairman FROM table_27374004_2 WHERE current_manager = "Bob Peeters"</s> | {
"answer": "SELECT chairman FROM table_27374004_2 WHERE current_manager = \"Bob Peeters\"",
"context": "CREATE TABLE table_27374004_2 (chairman VARCHAR, current_manager VARCHAR)",
"question": "Who is the chairman when the current manager is bob peeters?"
} |
### QUESTION
What is the album number for the record 情歌没有告诉你, simplified from the traditional Chinese name?
### CONTEXT
CREATE TABLE table_name_66 (album_number VARCHAR, chinese__simplified_ VARCHAR)
### ANSWER
SELECT album_number FROM table_name_66 WHERE chinese__simplified_ = "情歌没有告诉你"</s> | {
"answer": "SELECT album_number FROM table_name_66 WHERE chinese__simplified_ = \"情歌没有告诉你\"",
"context": "CREATE TABLE table_name_66 (album_number VARCHAR, chinese__simplified_ VARCHAR)",
"question": "What is the album number for the record 情歌没有告诉你, simplified from the traditional Chinese name?"
} |
### QUESTION
What is the university where the soccer stadium is terrain #2 of complexe sportif claude-robillard?
### CONTEXT
CREATE TABLE table_27369069_4 (university VARCHAR, soccer_stadium VARCHAR)
### ANSWER
SELECT university FROM table_27369069_4 WHERE soccer_stadium = "terrain #2 of Complexe sportif Claude-Robillard"</s> | {
"answer": "SELECT university FROM table_27369069_4 WHERE soccer_stadium = \"terrain #2 of Complexe sportif Claude-Robillard\"",
"context": "CREATE TABLE table_27369069_4 (university VARCHAR, soccer_stadium VARCHAR)",
"question": "What is the university where the soccer stadium is terrain #2 of complexe sportif claude-robillard?"
} |
### QUESTION
How many times did outgoing manager Bart de Roover vacated a position?
### CONTEXT
CREATE TABLE table_27374004_4 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
### ANSWER
SELECT COUNT(date_of_vacancy) FROM table_27374004_4 WHERE outgoing_manager = "Bart De Roover"</s> | {
"answer": "SELECT COUNT(date_of_vacancy) FROM table_27374004_4 WHERE outgoing_manager = \"Bart De Roover\"",
"context": "CREATE TABLE table_27374004_4 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)",
"question": "How many times did outgoing manager Bart de Roover vacated a position?"
} |
### QUESTION
Who was the outgoing manager of the team in 15th position that was sacked?
### CONTEXT
CREATE TABLE table_27374004_4 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
### ANSWER
SELECT outgoing_manager FROM table_27374004_4 WHERE manner_of_departure = "Sacked" AND position_in_table = "15th"</s> | {
"answer": "SELECT outgoing_manager FROM table_27374004_4 WHERE manner_of_departure = \"Sacked\" AND position_in_table = \"15th\"",
"context": "CREATE TABLE table_27374004_4 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)",
"question": "Who was the outgoing manager of the team in 15th position that was sacked?"
} |
### QUESTION
Who was the driver when the time in part 3 was 1:31.386?
### CONTEXT
CREATE TABLE table_20159025_1 (driver VARCHAR, part_1 VARCHAR)
### ANSWER
SELECT driver FROM table_20159025_1 WHERE part_1 = "1:31.386"</s> | {
"answer": "SELECT driver FROM table_20159025_1 WHERE part_1 = \"1:31.386\"",
"context": "CREATE TABLE table_20159025_1 (driver VARCHAR, part_1 VARCHAR)",
"question": "Who was the driver when the time in part 3 was 1:31.386?"
} |
### QUESTION
Name the title that aired on 5 august 1967
### CONTEXT
CREATE TABLE table_20345624_2 (title VARCHAR, original_airdate VARCHAR)
### ANSWER
SELECT COUNT(title) FROM table_20345624_2 WHERE original_airdate = "5 August 1967"</s> | {
"answer": "SELECT COUNT(title) FROM table_20345624_2 WHERE original_airdate = \"5 August 1967\"",
"context": "CREATE TABLE table_20345624_2 (title VARCHAR, original_airdate VARCHAR)",
"question": "Name the title that aired on 5 august 1967"
} |
### QUESTION
Who is the outgoing head coach when the incoming head coach is abdollah veysi?
### CONTEXT
CREATE TABLE table_27383390_4 (outgoing_head_coach VARCHAR, incoming_head_coach VARCHAR)
### ANSWER
SELECT outgoing_head_coach FROM table_27383390_4 WHERE incoming_head_coach = "Abdollah Veysi"</s> | {
"answer": "SELECT outgoing_head_coach FROM table_27383390_4 WHERE incoming_head_coach = \"Abdollah Veysi\"",
"context": "CREATE TABLE table_27383390_4 (outgoing_head_coach VARCHAR, incoming_head_coach VARCHAR)",
"question": "Who is the outgoing head coach when the incoming head coach is abdollah veysi?"
} |
### QUESTION
what is the giro wins when jerseys is 2, country is portugal and young rider is more than 0?
### CONTEXT
CREATE TABLE table_name_29 (giro_wins INTEGER, young_rider VARCHAR, jerseys VARCHAR, country VARCHAR)
### ANSWER
SELECT SUM(giro_wins) FROM table_name_29 WHERE jerseys = 2 AND country = "portugal" AND young_rider > 0</s> | {
"answer": "SELECT SUM(giro_wins) FROM table_name_29 WHERE jerseys = 2 AND country = \"portugal\" AND young_rider > 0",
"context": "CREATE TABLE table_name_29 (giro_wins INTEGER, young_rider VARCHAR, jerseys VARCHAR, country VARCHAR)",
"question": "what is the giro wins when jerseys is 2, country is portugal and young rider is more than 0?"
} |
### QUESTION
What is the penalty for Jonathan Toews?
### CONTEXT
CREATE TABLE table_name_19 (penalty VARCHAR, player VARCHAR)
### ANSWER
SELECT penalty FROM table_name_19 WHERE player = "jonathan toews"</s> | {
"answer": "SELECT penalty FROM table_name_19 WHERE player = \"jonathan toews\"",
"context": "CREATE TABLE table_name_19 (penalty VARCHAR, player VARCHAR)",
"question": "What is the penalty for Jonathan Toews?"
} |
### QUESTION
What is the percentage of others when McCain is at 57.7%
### CONTEXT
CREATE TABLE table_20573232_1 (others_percentage VARCHAR, mccain_percentage VARCHAR)
### ANSWER
SELECT others_percentage FROM table_20573232_1 WHERE mccain_percentage = "57.7%"</s> | {
"answer": "SELECT others_percentage FROM table_20573232_1 WHERE mccain_percentage = \"57.7%\"",
"context": "CREATE TABLE table_20573232_1 (others_percentage VARCHAR, mccain_percentage VARCHAR)",
"question": "What is the percentage of others when McCain is at 57.7%"
} |
### QUESTION
What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances?
### CONTEXT
CREATE TABLE table_274117_5 (seasons_by_team VARCHAR, position VARCHAR, number VARCHAR)
### ANSWER
SELECT seasons_by_team FROM table_274117_5 WHERE position = "OL" AND number = 11</s> | {
"answer": "SELECT seasons_by_team FROM table_274117_5 WHERE position = \"OL\" AND number = 11",
"context": "CREATE TABLE table_274117_5 (seasons_by_team VARCHAR, position VARCHAR, number VARCHAR)",
"question": "What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances? "
} |
### QUESTION
Which competition has a result of 2-0 in Ferreiras with an assist/pass by Casey Nogueira?
### CONTEXT
CREATE TABLE table_name_85 (competition VARCHAR, assist_pass VARCHAR, result VARCHAR, location VARCHAR)
### ANSWER
SELECT competition FROM table_name_85 WHERE result = "2-0" AND location = "ferreiras" AND assist_pass = "casey nogueira"</s> | {
"answer": "SELECT competition FROM table_name_85 WHERE result = \"2-0\" AND location = \"ferreiras\" AND assist_pass = \"casey nogueira\"",
"context": "CREATE TABLE table_name_85 (competition VARCHAR, assist_pass VARCHAR, result VARCHAR, location VARCHAR)",
"question": "Which competition has a result of 2-0 in Ferreiras with an assist/pass by Casey Nogueira?"
} |
### QUESTION
When 17,874 (33.2) is the percentage against what is the percentage for?
### CONTEXT
CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, against___percentage_ VARCHAR)
### ANSWER
SELECT for___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "17,874 (33.2)"</s> | {
"answer": "SELECT for___percentage_ FROM table_20683381_3 WHERE against___percentage_ = \"17,874 (33.2)\"",
"context": "CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, against___percentage_ VARCHAR)",
"question": "When 17,874 (33.2) is the percentage against what is the percentage for?"
} |
### QUESTION
what was the lowest elevation in april 2006?
### CONTEXT
CREATE TABLE table_27435931_1 (elevation_ft INTEGER, year VARCHAR)
### ANSWER
SELECT MIN(elevation_ft) FROM table_27435931_1 WHERE year = "April 2006"</s> | {
"answer": "SELECT MIN(elevation_ft) FROM table_27435931_1 WHERE year = \"April 2006\"",
"context": "CREATE TABLE table_27435931_1 (elevation_ft INTEGER, year VARCHAR)",
"question": "what was the lowest elevation in april 2006?"
} |
### QUESTION
When +18.1 is the ± yes side 2008 percentage what is the percentage of against?
### CONTEXT
CREATE TABLE table_20683381_3 (against___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR)
### ANSWER
SELECT against___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = "+18.1"</s> | {
"answer": "SELECT against___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = \"+18.1\"",
"context": "CREATE TABLE table_20683381_3 (against___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR)",
"question": "When +18.1 is the ± yes side 2008 percentage what is the percentage of against?"
} |
### QUESTION
What player had a transfer window of winter, and free as the transfer fee?
### CONTEXT
CREATE TABLE table_name_72 (name VARCHAR, transfer_window VARCHAR, transfer_fee VARCHAR)
### ANSWER
SELECT name FROM table_name_72 WHERE transfer_window = "winter" AND transfer_fee = "free"</s> | {
"answer": "SELECT name FROM table_name_72 WHERE transfer_window = \"winter\" AND transfer_fee = \"free\"",
"context": "CREATE TABLE table_name_72 (name VARCHAR, transfer_window VARCHAR, transfer_fee VARCHAR)",
"question": "What player had a transfer window of winter, and free as the transfer fee?"
} |
### QUESTION
Which player from GER has a transfer window of summer, and a transfer fee of n/a?
### CONTEXT
CREATE TABLE table_name_85 (name VARCHAR, transfer_fee VARCHAR, transfer_window VARCHAR, nat VARCHAR)
### ANSWER
SELECT name FROM table_name_85 WHERE transfer_window = "summer" AND nat = "ger" AND transfer_fee = "n/a"</s> | {
"answer": "SELECT name FROM table_name_85 WHERE transfer_window = \"summer\" AND nat = \"ger\" AND transfer_fee = \"n/a\"",
"context": "CREATE TABLE table_name_85 (name VARCHAR, transfer_fee VARCHAR, transfer_window VARCHAR, nat VARCHAR)",
"question": "Which player from GER has a transfer window of summer, and a transfer fee of n/a?"
} |
### QUESTION
Who directed the episode that aired on july15,2012?
### CONTEXT
CREATE TABLE table_20704243_6 (directed_by VARCHAR, original_air_date VARCHAR)
### ANSWER
SELECT directed_by FROM table_20704243_6 WHERE original_air_date = "July15,2012"</s> | {
"answer": "SELECT directed_by FROM table_20704243_6 WHERE original_air_date = \"July15,2012\"",
"context": "CREATE TABLE table_20704243_6 (directed_by VARCHAR, original_air_date VARCHAR)",
"question": "Who directed the episode that aired on july15,2012?"
} |
### QUESTION
What is the weight with a cross section area of 25.3?
### CONTEXT
CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR)
### ANSWER
SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "25.3"</s> | {
"answer": "SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = \"25.3\"",
"context": "CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR)",
"question": "What is the weight with a cross section area of 25.3?"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.