text
stringlengths 150
1.06k
| source
dict |
---|---|
### QUESTION
What is the smallest preliminary when swimsuit is less than 8.822, interview is more than 8.744 and gown is more than 9.333?
### CONTEXT
CREATE TABLE table_name_50 (preliminary INTEGER, evening_gown VARCHAR, swimsuit VARCHAR, interview VARCHAR)
### ANSWER
SELECT MIN(preliminary) FROM table_name_50 WHERE swimsuit < 8.822 AND interview > 8.744 AND evening_gown > 9.333</s> | {
"answer": "SELECT MIN(preliminary) FROM table_name_50 WHERE swimsuit < 8.822 AND interview > 8.744 AND evening_gown > 9.333",
"context": "CREATE TABLE table_name_50 (preliminary INTEGER, evening_gown VARCHAR, swimsuit VARCHAR, interview VARCHAR)",
"question": "What is the smallest preliminary when swimsuit is less than 8.822, interview is more than 8.744 and gown is more than 9.333?"
} |
### QUESTION
What is the average when interview is 9.465 and evening gown is less than 9.454?
### CONTEXT
CREATE TABLE table_name_28 (average INTEGER, interview VARCHAR, evening_gown VARCHAR)
### ANSWER
SELECT SUM(average) FROM table_name_28 WHERE interview = 9.465 AND evening_gown < 9.454</s> | {
"answer": "SELECT SUM(average) FROM table_name_28 WHERE interview = 9.465 AND evening_gown < 9.454",
"context": "CREATE TABLE table_name_28 (average INTEGER, interview VARCHAR, evening_gown VARCHAR)",
"question": "What is the average when interview is 9.465 and evening gown is less than 9.454?"
} |
### QUESTION
Name the date for race title lakeside
### CONTEXT
CREATE TABLE table_name_21 (date VARCHAR, race_title VARCHAR)
### ANSWER
SELECT date FROM table_name_21 WHERE race_title = "lakeside"</s> | {
"answer": "SELECT date FROM table_name_21 WHERE race_title = \"lakeside\"",
"context": "CREATE TABLE table_name_21 (date VARCHAR, race_title VARCHAR)",
"question": "Name the date for race title lakeside"
} |
### QUESTION
What construction completed on 08/10/2007?
### CONTEXT
CREATE TABLE table_name_46 (listed VARCHAR, construction_completed VARCHAR)
### ANSWER
SELECT listed FROM table_name_46 WHERE construction_completed = "08/10/2007"</s> | {
"answer": "SELECT listed FROM table_name_46 WHERE construction_completed = \"08/10/2007\"",
"context": "CREATE TABLE table_name_46 (listed VARCHAR, construction_completed VARCHAR)",
"question": "What construction completed on 08/10/2007?"
} |
### QUESTION
What is Rochester, when Syracuse is Cardiff Dark Gray Shale, and when Albany is (Mt. Marion Fm.)?
### CONTEXT
CREATE TABLE table_name_39 (rochester VARCHAR, syracuse VARCHAR, albany VARCHAR)
### ANSWER
SELECT rochester FROM table_name_39 WHERE syracuse = "cardiff dark gray shale" AND albany = "(mt. marion fm.)"</s> | {
"answer": "SELECT rochester FROM table_name_39 WHERE syracuse = \"cardiff dark gray shale\" AND albany = \"(mt. marion fm.)\"",
"context": "CREATE TABLE table_name_39 (rochester VARCHAR, syracuse VARCHAR, albany VARCHAR)",
"question": "What is Rochester, when Syracuse is Cardiff Dark Gray Shale, and when Albany is (Mt. Marion Fm.)?"
} |
### QUESTION
What is Syracuse, when Utica is Union Springs Shale And Limestone, and when Rochester is Union Springs Shale And Limestone?
### CONTEXT
CREATE TABLE table_name_20 (syracuse VARCHAR, utica VARCHAR, rochester VARCHAR)
### ANSWER
SELECT syracuse FROM table_name_20 WHERE utica = "union springs shale and limestone" AND rochester = "union springs shale and limestone"</s> | {
"answer": "SELECT syracuse FROM table_name_20 WHERE utica = \"union springs shale and limestone\" AND rochester = \"union springs shale and limestone\"",
"context": "CREATE TABLE table_name_20 (syracuse VARCHAR, utica VARCHAR, rochester VARCHAR)",
"question": "What is Syracuse, when Utica is Union Springs Shale And Limestone, and when Rochester is Union Springs Shale And Limestone?"
} |
### QUESTION
What is the rank of Rmax Rpeak ( Pflops ) of 17.173 20.133?
### CONTEXT
CREATE TABLE table_name_7 (rank INTEGER, rmax_rpeak___pflops__ VARCHAR)
### ANSWER
SELECT AVG(rank) FROM table_name_7 WHERE rmax_rpeak___pflops__ = "17.173 20.133"</s> | {
"answer": "SELECT AVG(rank) FROM table_name_7 WHERE rmax_rpeak___pflops__ = \"17.173 20.133\"",
"context": "CREATE TABLE table_name_7 (rank INTEGER, rmax_rpeak___pflops__ VARCHAR)",
"question": "What is the rank of Rmax Rpeak ( Pflops ) of 17.173 20.133?"
} |
### QUESTION
How many viewers for the episode with the weekly rank for living of 4?
### CONTEXT
CREATE TABLE table_name_25 (viewers VARCHAR, weekly_rank_for_living VARCHAR)
### ANSWER
SELECT viewers FROM table_name_25 WHERE weekly_rank_for_living = "4"</s> | {
"answer": "SELECT viewers FROM table_name_25 WHERE weekly_rank_for_living = \"4\"",
"context": "CREATE TABLE table_name_25 (viewers VARCHAR, weekly_rank_for_living VARCHAR)",
"question": "How many viewers for the episode with the weekly rank for living of 4?"
} |
### QUESTION
What is the average operation beginning with a length of ampang and over 27 stations?
### CONTEXT
CREATE TABLE table_name_12 (began_operation INTEGER, length__km_ VARCHAR, stations VARCHAR)
### ANSWER
SELECT AVG(began_operation) FROM table_name_12 WHERE length__km_ = "ampang" AND stations > 27</s> | {
"answer": "SELECT AVG(began_operation) FROM table_name_12 WHERE length__km_ = \"ampang\" AND stations > 27",
"context": "CREATE TABLE table_name_12 (began_operation INTEGER, length__km_ VARCHAR, stations VARCHAR)",
"question": "What is the average operation beginning with a length of ampang and over 27 stations?"
} |
### QUESTION
What is the smallest withdrawn value with a GNRI greater than 172, name of Croagh Patrick and was rebuilt before 1939?
### CONTEXT
CREATE TABLE table_name_10 (withdrawn INTEGER, rebuilt VARCHAR, gnri_no VARCHAR, name VARCHAR)
### ANSWER
SELECT MIN(withdrawn) FROM table_name_10 WHERE gnri_no > 172 AND name = "croagh patrick" AND rebuilt < 1939</s> | {
"answer": "SELECT MIN(withdrawn) FROM table_name_10 WHERE gnri_no > 172 AND name = \"croagh patrick\" AND rebuilt < 1939",
"context": "CREATE TABLE table_name_10 (withdrawn INTEGER, rebuilt VARCHAR, gnri_no VARCHAR, name VARCHAR)",
"question": "What is the smallest withdrawn value with a GNRI greater than 172, name of Croagh Patrick and was rebuilt before 1939?"
} |
### QUESTION
Where was the California bowl played with 30,000 attending?
### CONTEXT
CREATE TABLE table_name_19 (location VARCHAR, bowl VARCHAR, attendance VARCHAR)
### ANSWER
SELECT location FROM table_name_19 WHERE bowl = "california bowl" AND attendance = "30,000"</s> | {
"answer": "SELECT location FROM table_name_19 WHERE bowl = \"california bowl\" AND attendance = \"30,000\"",
"context": "CREATE TABLE table_name_19 (location VARCHAR, bowl VARCHAR, attendance VARCHAR)",
"question": "Where was the California bowl played with 30,000 attending?"
} |
### QUESTION
What is the highest value for 1970, when the value for 1960 is less than 61.9, when the value for 1980 is less than 3.8, when the value for 1990 is 3.3, and when the value for 2000 is greater than 3.2?
### CONTEXT
CREATE TABLE table_name_81 (Id VARCHAR)
### ANSWER
SELECT MAX(1970) FROM table_name_81 WHERE 1960 < 61.9 AND 1980 < 3.8 AND 1990 = 3.3 AND 2000 > 3.2</s> | {
"answer": "SELECT MAX(1970) FROM table_name_81 WHERE 1960 < 61.9 AND 1980 < 3.8 AND 1990 = 3.3 AND 2000 > 3.2",
"context": "CREATE TABLE table_name_81 (Id VARCHAR)",
"question": "What is the highest value for 1970, when the value for 1960 is less than 61.9, when the value for 1980 is less than 3.8, when the value for 1990 is 3.3, and when the value for 2000 is greater than 3.2?"
} |
### QUESTION
What is the Location of the Old Bedians Pitch?
### CONTEXT
CREATE TABLE table_name_97 (location VARCHAR, pitch VARCHAR)
### ANSWER
SELECT location FROM table_name_97 WHERE pitch = "old bedians"</s> | {
"answer": "SELECT location FROM table_name_97 WHERE pitch = \"old bedians\"",
"context": "CREATE TABLE table_name_97 (location VARCHAR, pitch VARCHAR)",
"question": "What is the Location of the Old Bedians Pitch?"
} |
### QUESTION
What municipality has 719 people and is larger than 108.46 km2?
### CONTEXT
CREATE TABLE table_name_30 (regional_county_municipality VARCHAR, area__km_2__ VARCHAR, population VARCHAR)
### ANSWER
SELECT regional_county_municipality FROM table_name_30 WHERE area__km_2__ > 108.46 AND population = 719</s> | {
"answer": "SELECT regional_county_municipality FROM table_name_30 WHERE area__km_2__ > 108.46 AND population = 719",
"context": "CREATE TABLE table_name_30 (regional_county_municipality VARCHAR, area__km_2__ VARCHAR, population VARCHAR)",
"question": "What municipality has 719 people and is larger than 108.46 km2?"
} |
### QUESTION
What is the km2 area for the population of 311?
### CONTEXT
CREATE TABLE table_name_46 (area__km_2__ INTEGER, population VARCHAR)
### ANSWER
SELECT AVG(area__km_2__) FROM table_name_46 WHERE population = 311</s> | {
"answer": "SELECT AVG(area__km_2__) FROM table_name_46 WHERE population = 311",
"context": "CREATE TABLE table_name_46 (area__km_2__ INTEGER, population VARCHAR)",
"question": "What is the km2 area for the population of 311?"
} |
### QUESTION
Which position has 30 points and Reiner Stuyvenberg as a passenger?
### CONTEXT
CREATE TABLE table_name_95 (position VARCHAR, points VARCHAR, passenger VARCHAR)
### ANSWER
SELECT position FROM table_name_95 WHERE points = 30 AND passenger = "reiner stuyvenberg"</s> | {
"answer": "SELECT position FROM table_name_95 WHERE points = 30 AND passenger = \"reiner stuyvenberg\"",
"context": "CREATE TABLE table_name_95 (position VARCHAR, points VARCHAR, passenger VARCHAR)",
"question": "Which position has 30 points and Reiner Stuyvenberg as a passenger?"
} |
### QUESTION
WHAT SAN PAULO CAREER HAD SMALLER THAN 201 APPEARANCES, SMALLER THAN 2 GOALS, AND FOR RICARDO ROCHA?
### CONTEXT
CREATE TABLE table_name_45 (são_paulo_career VARCHAR, name VARCHAR, appearances VARCHAR, goals VARCHAR)
### ANSWER
SELECT são_paulo_career FROM table_name_45 WHERE appearances < 201 AND goals < 2 AND name = "ricardo rocha"</s> | {
"answer": "SELECT são_paulo_career FROM table_name_45 WHERE appearances < 201 AND goals < 2 AND name = \"ricardo rocha\"",
"context": "CREATE TABLE table_name_45 (são_paulo_career VARCHAR, name VARCHAR, appearances VARCHAR, goals VARCHAR)",
"question": "WHAT SAN PAULO CAREER HAD SMALLER THAN 201 APPEARANCES, SMALLER THAN 2 GOALS, AND FOR RICARDO ROCHA?"
} |
### QUESTION
who is the winner when the trofeo fast team is carrera jeans-vagabond in stage 5?
### CONTEXT
CREATE TABLE table_name_55 (winner VARCHAR, trofeo_fast_team VARCHAR, stage VARCHAR)
### ANSWER
SELECT winner FROM table_name_55 WHERE trofeo_fast_team = "carrera jeans-vagabond" AND stage = "5"</s> | {
"answer": "SELECT winner FROM table_name_55 WHERE trofeo_fast_team = \"carrera jeans-vagabond\" AND stage = \"5\"",
"context": "CREATE TABLE table_name_55 (winner VARCHAR, trofeo_fast_team VARCHAR, stage VARCHAR)",
"question": "who is the winner when the trofeo fast team is carrera jeans-vagabond in stage 5?"
} |
### QUESTION
What is School Year, when Cross Country is Lexington, when Soccer is Ashland, and when Volleyball is Wooster?
### CONTEXT
CREATE TABLE table_name_9 (school_year VARCHAR, volleyball VARCHAR, cross_country VARCHAR, soccer VARCHAR)
### ANSWER
SELECT school_year FROM table_name_9 WHERE cross_country = "lexington" AND soccer = "ashland" AND volleyball = "wooster"</s> | {
"answer": "SELECT school_year FROM table_name_9 WHERE cross_country = \"lexington\" AND soccer = \"ashland\" AND volleyball = \"wooster\"",
"context": "CREATE TABLE table_name_9 (school_year VARCHAR, volleyball VARCHAR, cross_country VARCHAR, soccer VARCHAR)",
"question": "What is School Year, when Cross Country is Lexington, when Soccer is Ashland, and when Volleyball is Wooster?"
} |
### QUESTION
What is the smallest finish time for a race where start was less than 3, buick was the manufacturer, and the race was held after 1978?
### CONTEXT
CREATE TABLE table_name_45 (finish INTEGER, start VARCHAR, year VARCHAR, manufacturer VARCHAR)
### ANSWER
SELECT MIN(finish) FROM table_name_45 WHERE year > 1978 AND manufacturer = "buick" AND start < 3</s> | {
"answer": "SELECT MIN(finish) FROM table_name_45 WHERE year > 1978 AND manufacturer = \"buick\" AND start < 3",
"context": "CREATE TABLE table_name_45 (finish INTEGER, start VARCHAR, year VARCHAR, manufacturer VARCHAR)",
"question": "What is the smallest finish time for a race where start was less than 3, buick was the manufacturer, and the race was held after 1978?"
} |
### QUESTION
Tell me the time for 6/6/77 release date and song title of way down
### CONTEXT
CREATE TABLE table_name_95 (time VARCHAR, release_date VARCHAR, song_title VARCHAR)
### ANSWER
SELECT time FROM table_name_95 WHERE release_date = "6/6/77" AND song_title = "way down"</s> | {
"answer": "SELECT time FROM table_name_95 WHERE release_date = \"6/6/77\" AND song_title = \"way down\"",
"context": "CREATE TABLE table_name_95 (time VARCHAR, release_date VARCHAR, song_title VARCHAR)",
"question": "Tell me the time for 6/6/77 release date and song title of way down"
} |
### QUESTION
What is the division for the season earlier than 2004?
### CONTEXT
CREATE TABLE table_name_60 (division VARCHAR, season INTEGER)
### ANSWER
SELECT division FROM table_name_60 WHERE season < 2004</s> | {
"answer": "SELECT division FROM table_name_60 WHERE season < 2004",
"context": "CREATE TABLE table_name_60 (division VARCHAR, season INTEGER)",
"question": "What is the division for the season earlier than 2004?"
} |
### QUESTION
What is the opening date of the musical at the adelphi theatre?
### CONTEXT
CREATE TABLE table_name_6 (opening_date VARCHAR, classification VARCHAR, theatre VARCHAR)
### ANSWER
SELECT opening_date FROM table_name_6 WHERE classification = "musical" AND theatre = "adelphi theatre"</s> | {
"answer": "SELECT opening_date FROM table_name_6 WHERE classification = \"musical\" AND theatre = \"adelphi theatre\"",
"context": "CREATE TABLE table_name_6 (opening_date VARCHAR, classification VARCHAR, theatre VARCHAR)",
"question": "What is the opening date of the musical at the adelphi theatre?"
} |
### QUESTION
In total, how much did the United States player George Archer earn with Wins lower than 24 and a rank that was higher than 5?
### CONTEXT
CREATE TABLE table_name_28 (earnings__ VARCHAR, rank VARCHAR, player VARCHAR, country VARCHAR, wins VARCHAR)
### ANSWER
SELECT COUNT(earnings__) AS $__ FROM table_name_28 WHERE country = "united states" AND wins < 24 AND player = "george archer" AND rank > 5</s> | {
"answer": "SELECT COUNT(earnings__) AS $__ FROM table_name_28 WHERE country = \"united states\" AND wins < 24 AND player = \"george archer\" AND rank > 5",
"context": "CREATE TABLE table_name_28 (earnings__ VARCHAR, rank VARCHAR, player VARCHAR, country VARCHAR, wins VARCHAR)",
"question": "In total, how much did the United States player George Archer earn with Wins lower than 24 and a rank that was higher than 5?"
} |
### QUESTION
What is the word count that is named omega dot?
### CONTEXT
CREATE TABLE table_name_37 (word__number VARCHAR, name VARCHAR)
### ANSWER
SELECT word__number FROM table_name_37 WHERE name = "omega dot"</s> | {
"answer": "SELECT word__number FROM table_name_37 WHERE name = \"omega dot\"",
"context": "CREATE TABLE table_name_37 (word__number VARCHAR, name VARCHAR)",
"question": "What is the word count that is named omega dot?"
} |
### QUESTION
What is the ERP W for the station whose call sign is K248BJ and whose frequency MHz is higher than 97.5?
### CONTEXT
CREATE TABLE table_name_59 (erp_w INTEGER, call_sign VARCHAR, frequency_mhz VARCHAR)
### ANSWER
SELECT AVG(erp_w) FROM table_name_59 WHERE call_sign = "k248bj" AND frequency_mhz > 97.5</s> | {
"answer": "SELECT AVG(erp_w) FROM table_name_59 WHERE call_sign = \"k248bj\" AND frequency_mhz > 97.5",
"context": "CREATE TABLE table_name_59 (erp_w INTEGER, call_sign VARCHAR, frequency_mhz VARCHAR)",
"question": "What is the ERP W for the station whose call sign is K248BJ and whose frequency MHz is higher than 97.5?"
} |
### QUESTION
In which city is the station licensed whose frequency MHz is higher than 102.3 and the ERP W is lower than 1,000?
### CONTEXT
CREATE TABLE table_name_60 (city_of_license VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR)
### ANSWER
SELECT city_of_license FROM table_name_60 WHERE frequency_mhz = 102.3 AND erp_w < 1 OFFSET 000</s> | {
"answer": "SELECT city_of_license FROM table_name_60 WHERE frequency_mhz = 102.3 AND erp_w < 1 OFFSET 000",
"context": "CREATE TABLE table_name_60 (city_of_license VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR)",
"question": "In which city is the station licensed whose frequency MHz is higher than 102.3 and the ERP W is lower than 1,000?"
} |
### QUESTION
How many staying councillors were there when the election result was larger than 0, the new council less than 27 and the party conservatives?
### CONTEXT
CREATE TABLE table_name_42 (staying_councillors INTEGER, new_council VARCHAR, election_result VARCHAR, party VARCHAR)
### ANSWER
SELECT AVG(staying_councillors) FROM table_name_42 WHERE election_result > 0 AND party = "conservatives" AND new_council < 27</s> | {
"answer": "SELECT AVG(staying_councillors) FROM table_name_42 WHERE election_result > 0 AND party = \"conservatives\" AND new_council < 27",
"context": "CREATE TABLE table_name_42 (staying_councillors INTEGER, new_council VARCHAR, election_result VARCHAR, party VARCHAR)",
"question": "How many staying councillors were there when the election result was larger than 0, the new council less than 27 and the party conservatives?"
} |
### QUESTION
what is 2001 when the year is ebitda and 2009 is less than 3,600?
### CONTEXT
CREATE TABLE table_name_73 (year VARCHAR)
### ANSWER
SELECT SUM(2001) FROM table_name_73 WHERE year = "ebitda" AND 2009 < 3 OFFSET 600</s> | {
"answer": "SELECT SUM(2001) FROM table_name_73 WHERE year = \"ebitda\" AND 2009 < 3 OFFSET 600",
"context": "CREATE TABLE table_name_73 (year VARCHAR)",
"question": "what is 2001 when the year is ebitda and 2009 is less than 3,600?"
} |
### QUESTION
Which Record has the Res of win with the Event of extreme fighting 1?
### CONTEXT
CREATE TABLE table_name_30 (record VARCHAR, res VARCHAR, event VARCHAR)
### ANSWER
SELECT record FROM table_name_30 WHERE res = "win" AND event = "extreme fighting 1"</s> | {
"answer": "SELECT record FROM table_name_30 WHERE res = \"win\" AND event = \"extreme fighting 1\"",
"context": "CREATE TABLE table_name_30 (record VARCHAR, res VARCHAR, event VARCHAR)",
"question": "Which Record has the Res of win with the Event of extreme fighting 1?"
} |
### QUESTION
what is the year when the citation is honor and the author is kadir nelson?
### CONTEXT
CREATE TABLE table_name_37 (year INTEGER, citation VARCHAR, author VARCHAR)
### ANSWER
SELECT SUM(year) FROM table_name_37 WHERE citation = "honor" AND author = "kadir nelson"</s> | {
"answer": "SELECT SUM(year) FROM table_name_37 WHERE citation = \"honor\" AND author = \"kadir nelson\"",
"context": "CREATE TABLE table_name_37 (year INTEGER, citation VARCHAR, author VARCHAR)",
"question": "what is the year when the citation is honor and the author is kadir nelson?"
} |
### QUESTION
What is the largest total for a team with 1 bronze, 0 gold medals and ranking of 7?
### CONTEXT
CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, bronze VARCHAR, rank VARCHAR)
### ANSWER
SELECT MAX(total) FROM table_name_87 WHERE bronze = 1 AND rank = "7" AND gold > 0</s> | {
"answer": "SELECT MAX(total) FROM table_name_87 WHERE bronze = 1 AND rank = \"7\" AND gold > 0",
"context": "CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, bronze VARCHAR, rank VARCHAR)",
"question": "What is the largest total for a team with 1 bronze, 0 gold medals and ranking of 7?"
} |
### QUESTION
What college has a position of defensive line and Grant high school?
### CONTEXT
CREATE TABLE table_name_5 (college VARCHAR, position VARCHAR, school VARCHAR)
### ANSWER
SELECT college FROM table_name_5 WHERE position = "defensive line" AND school = "grant high school"</s> | {
"answer": "SELECT college FROM table_name_5 WHERE position = \"defensive line\" AND school = \"grant high school\"",
"context": "CREATE TABLE table_name_5 (college VARCHAR, position VARCHAR, school VARCHAR)",
"question": "What college has a position of defensive line and Grant high school?"
} |
### QUESTION
What is the average Bronze, when Rank is greater than 6, when Nation is Italy (ITA), and when Total is less than 1?
### CONTEXT
CREATE TABLE table_name_78 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR)
### ANSWER
SELECT AVG(bronze) FROM table_name_78 WHERE rank > 6 AND nation = "italy (ita)" AND total < 1</s> | {
"answer": "SELECT AVG(bronze) FROM table_name_78 WHERE rank > 6 AND nation = \"italy (ita)\" AND total < 1",
"context": "CREATE TABLE table_name_78 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR)",
"question": "What is the average Bronze, when Rank is greater than 6, when Nation is Italy (ITA), and when Total is less than 1?"
} |
### QUESTION
What is the sum of Total, when Silver is greater than 1, when Nation is Germany (GER), and when Gold is less than 1?
### CONTEXT
CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR)
### ANSWER
SELECT SUM(total) FROM table_name_87 WHERE silver > 1 AND nation = "germany (ger)" AND gold < 1</s> | {
"answer": "SELECT SUM(total) FROM table_name_87 WHERE silver > 1 AND nation = \"germany (ger)\" AND gold < 1",
"context": "CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR)",
"question": "What is the sum of Total, when Silver is greater than 1, when Nation is Germany (GER), and when Gold is less than 1?"
} |
### QUESTION
Where's the first round that southern mississippi shows up during the draft?
### CONTEXT
CREATE TABLE table_name_31 (round INTEGER, school_club_team VARCHAR)
### ANSWER
SELECT MIN(round) FROM table_name_31 WHERE school_club_team = "southern mississippi"</s> | {
"answer": "SELECT MIN(round) FROM table_name_31 WHERE school_club_team = \"southern mississippi\"",
"context": "CREATE TABLE table_name_31 (round INTEGER, school_club_team VARCHAR)",
"question": "Where's the first round that southern mississippi shows up during the draft?"
} |
### QUESTION
What is the code for a Le Haut-Saint-Laurent municipality that has 16 or more regions?
### CONTEXT
CREATE TABLE table_name_14 (code INTEGER, regional_county_municipality VARCHAR, region VARCHAR)
### ANSWER
SELECT MIN(code) FROM table_name_14 WHERE regional_county_municipality = "le haut-saint-laurent" AND region > 16</s> | {
"answer": "SELECT MIN(code) FROM table_name_14 WHERE regional_county_municipality = \"le haut-saint-laurent\" AND region > 16",
"context": "CREATE TABLE table_name_14 (code INTEGER, regional_county_municipality VARCHAR, region VARCHAR)",
"question": "What is the code for a Le Haut-Saint-Laurent municipality that has 16 or more regions?"
} |
### QUESTION
How many Laps have a Grid larger than 9, and a Time/Retired of +32.354?
### CONTEXT
CREATE TABLE table_name_87 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR)
### ANSWER
SELECT COUNT(laps) FROM table_name_87 WHERE grid > 9 AND time_retired = "+32.354"</s> | {
"answer": "SELECT COUNT(laps) FROM table_name_87 WHERE grid > 9 AND time_retired = \"+32.354\"",
"context": "CREATE TABLE table_name_87 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR)",
"question": "How many Laps have a Grid larger than 9, and a Time/Retired of +32.354?"
} |
### QUESTION
what is the date for the game in prague for the world group, consolation round competition?
### CONTEXT
CREATE TABLE table_name_57 (date VARCHAR, location VARCHAR, competition VARCHAR)
### ANSWER
SELECT date FROM table_name_57 WHERE location = "prague" AND competition = "world group, consolation round"</s> | {
"answer": "SELECT date FROM table_name_57 WHERE location = \"prague\" AND competition = \"world group, consolation round\"",
"context": "CREATE TABLE table_name_57 (date VARCHAR, location VARCHAR, competition VARCHAR)",
"question": "what is the date for the game in prague for the world group, consolation round competition?"
} |
### QUESTION
how many times is the home team wollongong hawks?
### CONTEXT
CREATE TABLE table_name_62 (crowd VARCHAR, home_team VARCHAR)
### ANSWER
SELECT COUNT(crowd) FROM table_name_62 WHERE home_team = "wollongong hawks"</s> | {
"answer": "SELECT COUNT(crowd) FROM table_name_62 WHERE home_team = \"wollongong hawks\"",
"context": "CREATE TABLE table_name_62 (crowd VARCHAR, home_team VARCHAR)",
"question": "how many times is the home team wollongong hawks?"
} |
### QUESTION
what is the score when the result is loss, the year is 1980 and the competition is world group, consolation round?
### CONTEXT
CREATE TABLE table_name_45 (score VARCHAR, competition VARCHAR, result VARCHAR, year VARCHAR)
### ANSWER
SELECT score FROM table_name_45 WHERE result = "loss" AND year = "1980" AND competition = "world group, consolation round"</s> | {
"answer": "SELECT score FROM table_name_45 WHERE result = \"loss\" AND year = \"1980\" AND competition = \"world group, consolation round\"",
"context": "CREATE TABLE table_name_45 (score VARCHAR, competition VARCHAR, result VARCHAR, year VARCHAR)",
"question": "what is the score when the result is loss, the year is 1980 and the competition is world group, consolation round?"
} |
### QUESTION
What numbered game featured a High rebounds of radoslav nesterović (8), and a High assists of josé calderón (9)?
### CONTEXT
CREATE TABLE table_name_12 (game VARCHAR, high_rebounds VARCHAR, high_assists VARCHAR)
### ANSWER
SELECT COUNT(game) FROM table_name_12 WHERE high_rebounds = "radoslav nesterović (8)" AND high_assists = "josé calderón (9)"</s> | {
"answer": "SELECT COUNT(game) FROM table_name_12 WHERE high_rebounds = \"radoslav nesterović (8)\" AND high_assists = \"josé calderón (9)\"",
"context": "CREATE TABLE table_name_12 (game VARCHAR, high_rebounds VARCHAR, high_assists VARCHAR)",
"question": "What numbered game featured a High rebounds of radoslav nesterović (8), and a High assists of josé calderón (9)?"
} |
### QUESTION
what is the date when the venue is gold coast convention centre?
### CONTEXT
CREATE TABLE table_name_70 (date VARCHAR, venue VARCHAR)
### ANSWER
SELECT date FROM table_name_70 WHERE venue = "gold coast convention centre"</s> | {
"answer": "SELECT date FROM table_name_70 WHERE venue = \"gold coast convention centre\"",
"context": "CREATE TABLE table_name_70 (date VARCHAR, venue VARCHAR)",
"question": "what is the date when the venue is gold coast convention centre?"
} |
### QUESTION
Who was the player in Position G on the Petron Blaze Boosters and retired in 2000?
### CONTEXT
CREATE TABLE table_name_61 (name VARCHAR, year_retired VARCHAR, position VARCHAR, team VARCHAR)
### ANSWER
SELECT name FROM table_name_61 WHERE position = "g" AND team = "petron blaze boosters" AND year_retired = "2000"</s> | {
"answer": "SELECT name FROM table_name_61 WHERE position = \"g\" AND team = \"petron blaze boosters\" AND year_retired = \"2000\"",
"context": "CREATE TABLE table_name_61 (name VARCHAR, year_retired VARCHAR, position VARCHAR, team VARCHAR)",
"question": "Who was the player in Position G on the Petron Blaze Boosters and retired in 2000?"
} |
Subsets and Splits