diff --git "a/test_questions.jsonl" "b/test_questions.jsonl" new file mode 100644--- /dev/null +++ "b/test_questions.jsonl" @@ -0,0 +1,15834 @@ +{"question_id": 1, "table_id": "1-10015132-16", "question": "What is Terrence Ross' nationality", "sql": "SELECT \"Nationality\" FROM \"1-10015132-16\" WHERE \"Player\" = 'Terrence Ross';"} +{"question_id": 2, "table_id": "1-10015132-16", "question": "What clu was in toronto 1995-96", "sql": "SELECT \"School/Club Team\" FROM \"1-10015132-16\" WHERE \"Years in Toronto\" = '1995-96';"} +{"question_id": 3, "table_id": "1-10015132-16", "question": "which club was in toronto 2003-06", "sql": "SELECT \"School/Club Team\" FROM \"1-10015132-16\" WHERE \"Years in Toronto\" = '2003-06';"} +{"question_id": 4, "table_id": "1-10015132-16", "question": "how many schools or teams had Jalen Rose", "sql": "SELECT COUNT(\"School/Club Team\") FROM \"1-10015132-16\" WHERE \"Player\" = 'Jalen Rose';"} +{"question_id": 5, "table_id": "1-10083598-1", "question": "Where was Assen held?", "sql": "SELECT \"Round\" FROM \"1-10083598-1\" WHERE \"Circuit\" = 'Assen';"} +{"question_id": 6, "table_id": "1-10083598-1", "question": "What was the number of race that Kevin Curtain won?", "sql": "SELECT COUNT(\"No\") FROM \"1-10083598-1\" WHERE \"Pole Position\" = 'Kevin Curtain';"} +{"question_id": 7, "table_id": "1-10083598-1", "question": "What was the date of the race in Misano?", "sql": "SELECT \"Date\" FROM \"1-10083598-1\" WHERE \"Circuit\" = 'Misano';"} +{"question_id": 8, "table_id": "1-1013129-2", "question": "How many different positions did Sherbrooke Faucons (QMJHL) provide in the draft?", "sql": "SELECT COUNT(\"Position\") FROM \"1-1013129-2\" WHERE \"College/junior/club team\" = 'Sherbrooke Faucons (QMJHL)';"} +{"question_id": 9, "table_id": "1-1013129-2", "question": "What are the nationalities of the player picked from Thunder Bay Flyers (USHL)", "sql": "SELECT \"Nationality\" FROM \"1-1013129-2\" WHERE \"College/junior/club team\" = 'Thunder Bay Flyers (USHL)';"} +{"question_id": 10, "table_id": "1-1013129-2", "question": "How many different college/junior/club teams provided a player to the Washington Capitals NHL Team?", "sql": "SELECT COUNT(\"College/junior/club team\") FROM \"1-1013129-2\" WHERE \"NHL team\" = 'Washington Capitals';"} +{"question_id": 11, "table_id": "1-1013129-3", "question": "How many different nationalities do the players of New Jersey Devils come from?", "sql": "SELECT COUNT(\"Nationality\") FROM \"1-1013129-3\" WHERE \"NHL team\" = 'New Jersey Devils';"} +{"question_id": 12, "table_id": "1-1013129-3", "question": "What's Dorain Anneck's pick number?", "sql": "SELECT \"Pick\" FROM \"1-1013129-3\" WHERE \"Player\" = 'Dorain Anneck';"} +{"question_id": 13, "table_id": "1-1013129-3", "question": "What is the nationality of the player from Vancouver Canucks?", "sql": "SELECT \"Nationality\" FROM \"1-1013129-3\" WHERE \"NHL team\" = 'Vancouver Canucks';"} +{"question_id": 14, "table_id": "1-1013129-3", "question": "What's the pick number of the player from Springfield Olympics (NEJHL)?", "sql": "SELECT \"Pick\" FROM \"1-1013129-3\" WHERE \"College/junior/club team\" = 'Springfield Olympics (NEJHL)';"} +{"question_id": 15, "table_id": "1-1014206-2", "question": "When were the ships launched that were laid down on September 1, 1964?", "sql": "SELECT \"Launched\" FROM \"1-1014206-2\" WHERE \"Laid down\" = 'September 1, 1964';"} +{"question_id": 16, "table_id": "1-1014206-2", "question": "List the # for ships commissioned on December 18, 1965.", "sql": "SELECT \"#\" FROM \"1-1014206-2\" WHERE \"Commissioned\" = 'December 18, 1965';"} +{"question_id": 17, "table_id": "1-1014206-2", "question": "List the # for ships commissioned on September 30, 1967.", "sql": "SELECT \"#\" FROM \"1-1014206-2\" WHERE \"Commissioned\" = 'September 30, 1967';"} +{"question_id": 18, "table_id": "1-1014206-2", "question": "When were ships laid down that were commissioned on October 29, 1965?", "sql": "SELECT \"Laid down\" FROM \"1-1014206-2\" WHERE \"Commissioned\" = 'October 29, 1965';"} +{"question_id": 19, "table_id": "1-1015521-2", "question": " What could a spanish Coronel be addressed as in the commonwealth military?", "sql": "SELECT \"Commonwealth equivalent\" FROM \"1-1015521-2\" WHERE \"Rank in Spanish\" = 'Coronel';"} +{"question_id": 20, "table_id": "1-1015521-2", "question": "Give me a list of all spanish officer titles that could receive recognition as Group Captain in english", "sql": "SELECT \"Rank in English\" FROM \"1-1015521-2\" WHERE \"Commonwealth equivalent\" = 'Group Captain';"} +{"question_id": 21, "table_id": "1-1015521-2", "question": "If you are a Pilot Officer in the commonwealth then what will you called as in the US air force?", "sql": "SELECT \"US Air Force equivalent\" FROM \"1-1015521-2\" WHERE \"Commonwealth equivalent\" = 'Pilot Officer';"} +{"question_id": 22, "table_id": "1-1015521-2", "question": "If you're a Major General in the US air force then what ranking will you receive in the commonwealth's air force?", "sql": "SELECT \"Commonwealth equivalent\" FROM \"1-1015521-2\" WHERE \"US Air Force equivalent\" = 'Major General';"} +{"question_id": 23, "table_id": "1-1015521-2", "question": "If you get a ranking as Major in the english military then what would the spanish military address you as? ", "sql": "SELECT \"Rank in Spanish\" FROM \"1-1015521-2\" WHERE \"Rank in English\" = 'Major';"} +{"question_id": 24, "table_id": "1-10182508-5", "question": "Which wrestlers have had 2 reigns?", "sql": "SELECT \"Wrestler\" FROM \"1-10182508-5\" WHERE \"# of reigns\" = 2.0;"} +{"question_id": 25, "table_id": "1-10182508-5", "question": "In terms of reigns, what is the lowest number listed?", "sql": "SELECT MIN(\"# of reigns\") FROM \"1-10182508-5\";"} +{"question_id": 26, "table_id": "1-10182508-5", "question": "What rank was Bryan Danielson in this chart?", "sql": "SELECT \"Rank Each wrestlers total number of days as champion are ranked highest to lowest; wrestlers with the same number mean that they are tied for that certain rank.\" FROM \"1-10182508-5\" WHERE \"Wrestler\" = 'Bryan Danielson';"} +{"question_id": 27, "table_id": "1-10182508-5", "question": "How many combined days did Go Shiozaki have?", "sql": "SELECT \"Combined days\" FROM \"1-10182508-5\" WHERE \"Wrestler\" = 'Go Shiozaki';"} +{"question_id": 28, "table_id": "1-10182508-5", "question": "What was Go Shiozaki's rank?", "sql": "SELECT MIN(\"Rank Each wrestlers total number of days as champion are ranked highest to lowest; wrestlers with the same number mean that they are tied for that certain rank.\") FROM \"1-10182508-5\" WHERE \"Wrestler\" = 'Go Shiozaki';"} +{"question_id": 29, "table_id": "1-1024710-2", "question": "Which province is Grey and Bell electorate in", "sql": "SELECT \"Province\" FROM \"1-1024710-2\" WHERE \"Electorate\" = 'Grey and Bell';"} +{"question_id": 30, "table_id": "1-1024710-2", "question": "Which province is Bay of Islands in", "sql": "SELECT \"Province\" FROM \"1-1024710-2\" WHERE \"Electorate\" = 'Bay of Islands';"} +{"question_id": 31, "table_id": "1-10294071-1", "question": "what is the total number of total w–l where doubles w–l is 11–11", "sql": "SELECT COUNT(\"Total W–L\") FROM \"1-10294071-1\" WHERE \"Doubles W–L\" = '11–11';"} +{"question_id": 32, "table_id": "1-10294071-1", "question": "what is the total number of singles w–l where doubles w–l is 11–14", "sql": "SELECT COUNT(\"Singles W–L\") FROM \"1-10294071-1\" WHERE \"Doubles W–L\" = '11–14';"} +{"question_id": 33, "table_id": "1-10294071-1", "question": " what's the total w–l where player is Boro Jovanović Category:Articles with hCards", "sql": "SELECT \"Total W–L\" FROM \"1-10294071-1\" WHERE \"Player\" = 'Boro Jovanović Category:Articles with hCards';"} +{"question_id": 34, "table_id": "1-10294071-1", "question": "what is the maximum ties played where player is Josip Palada Category:Articles with hCards", "sql": "SELECT MAX(\"Ties played\") FROM \"1-10294071-1\" WHERE \"Player\" = 'Josip Palada Category:Articles with hCards';"} +{"question_id": 35, "table_id": "1-10294071-1", "question": "what is the total number of ties played where total w–l is 38–24", "sql": "SELECT COUNT(\"Ties played\") FROM \"1-10294071-1\" WHERE \"Total W–L\" = '38–24';"} +{"question_id": 36, "table_id": "1-10333757-1", "question": "What is the Frequency at the Market/Rank of Burlington - Plattsburgh , Vermont - New York /143?", "sql": "SELECT COUNT(\"Frequency\") FROM \"1-10333757-1\" WHERE \"Market/Rank\" = 'Burlington - Plattsburgh , Vermont - New York /143';"} +{"question_id": 37, "table_id": "1-10333757-1", "question": "What is the Branding for Group Owner Qantam of Cape Cod, LLC?", "sql": "SELECT \"Branding\" FROM \"1-10333757-1\" WHERE \"Group owner\" = 'Qantam of Cape Cod, LLC';"} +{"question_id": 38, "table_id": "1-10333757-1", "question": "What Branding does WRKO calls use?", "sql": "SELECT \"Branding\" FROM \"1-10333757-1\" WHERE \"Calls\" = 'WRKO';"} +{"question_id": 39, "table_id": "1-10333757-1", "question": "What is the Format for Branding of 1290 WKBK W281AU 104.1?", "sql": "SELECT \"Format\" FROM \"1-10333757-1\" WHERE \"Branding\" = '1290 WKBK W281AU 104.1';"} +{"question_id": 40, "table_id": "1-10333757-1", "question": "Which Market/Rank is associated with WCRN calls?", "sql": "SELECT \"Market/Rank\" FROM \"1-10333757-1\" WHERE \"Calls\" = 'WCRN';"} +{"question_id": 41, "table_id": "1-10333757-1", "question": "Which Frequency is used for WEGP calls?", "sql": "SELECT \"Frequency\" FROM \"1-10333757-1\" WHERE \"Calls\" = 'WEGP';"} +{"question_id": 42, "table_id": "1-10408617-5", "question": "What is the regulated retail price for the tariff code ff0 PRS?", "sql": "SELECT \"BTs retail price (regulated)\" FROM \"1-10408617-5\" WHERE \"Tariff code\" = 'ff0 PRS';"} +{"question_id": 43, "table_id": "1-10408617-5", "question": "What is the premium associated with tariff code g9?", "sql": "SELECT \"Approx premium\" FROM \"1-10408617-5\" WHERE \"Tariff code\" = 'g9';"} +{"question_id": 44, "table_id": "1-10408617-5", "question": "How many tariff codes have a bts retail price of 2p/min or inclusive?", "sql": "SELECT COUNT(\"Tariff code\") FROM \"1-10408617-5\" WHERE \"BTs retail price (regulated)\" = '2p/min or inclusive';"} +{"question_id": 45, "table_id": "1-10408617-5", "question": "How many tariff codes have a bts retail price of 2.553p/min?", "sql": "SELECT COUNT(\"Tariff code\") FROM \"1-10408617-5\" WHERE \"BTs retail price (regulated)\" = '2.553p/min';"} +{"question_id": 46, "table_id": "1-10408617-5", "question": "What prefixes are priced at Pence per minute, fixed at all times with a premium of 3p/min?", "sql": "SELECT \"Prefixes\" FROM \"1-10408617-5\" WHERE \"Scheme\" = 'Pence per minute, fixed at all times' AND \"Approx premium\" = '3p/min';"} +{"question_id": 47, "table_id": "1-10408617-5", "question": "What is the bts retail price (regulated) for tariff code g10?", "sql": "SELECT \"BTs retail price (regulated)\" FROM \"1-10408617-5\" WHERE \"Tariff code\" = 'g10';"} +{"question_id": 48, "table_id": "1-10409754-5", "question": "What is the tone for Gen.Sing. plague?", "sql": "SELECT \"Tone (Latvian notation: /~/ - level, /^/ - broken)\" FROM \"1-10409754-5\" WHERE \"Translation\" = 'Gen.Sing. plague';"} +{"question_id": 49, "table_id": "1-10432351-1", "question": "What is the smallest possible radius?", "sql": "SELECT MIN(\"Radius (R ☉ )\") FROM \"1-10432351-1\";"} +{"question_id": 50, "table_id": "1-10432351-1", "question": "What are all the spectral types for star mismis24-# is 1SW?", "sql": "SELECT \"Spectral type\" FROM \"1-10432351-1\" WHERE \"Star (Pismis24-#)\" = '1SW';"} +{"question_id": 51, "table_id": "1-10432351-1", "question": "If a radius is 10, what is the lowest possible mass?", "sql": "SELECT MIN(\"Mass (M ☉ )\") FROM \"1-10432351-1\" WHERE \"Radius (R ☉ )\" = 10.0;"} +{"question_id": 52, "table_id": "1-105344-2", "question": "What percentage of seats were filled in 2006?", "sql": "SELECT \"Seat factor\" FROM \"1-105344-2\" WHERE \"Year\" = 2006.0;"} +{"question_id": 53, "table_id": "1-105344-2", "question": "How many hours were flown in each of the years where more than 64379058.0 kilometers were flown?", "sql": "SELECT \"Flying hours\" FROM \"1-105344-2\" WHERE \"Aircraft kilometers\" > 64379058.0;"} +{"question_id": 54, "table_id": "1-105344-2", "question": "Of the years that had exactly 17096 departures, what is the greatest number of aircraft kilometers flown?", "sql": "SELECT MAX(\"Aircraft kilometers\") FROM \"1-105344-2\" WHERE \"Departures\" = 17096.0;"} +{"question_id": 55, "table_id": "1-10548224-1", "question": "Which winning team beat the New York Yankees?", "sql": "SELECT \"Winning team\" FROM \"1-10548224-1\" WHERE \"Losing team\" = 'New York Yankees';"} +{"question_id": 56, "table_id": "1-10548224-1", "question": "What was the final score for the game that was contested on February 1, 2009?", "sql": "SELECT \"Final score\" FROM \"1-10548224-1\" WHERE \"Date contested\" = 'February 1, 2009';"} +{"question_id": 57, "table_id": "1-10548224-1", "question": "What sport had a final score of 3-2?", "sql": "SELECT \"Sport\" FROM \"1-10548224-1\" WHERE \"Final score\" = '3-2';"} +{"question_id": 58, "table_id": "1-10548224-1", "question": "Who was the winning team of the game that was contested on February 1, 2009?", "sql": "SELECT \"Winning team\" FROM \"1-10548224-1\" WHERE \"Date contested\" = 'February 1, 2009';"} +{"question_id": 59, "table_id": "1-10548224-1", "question": "Who was the losing team of the game that was contested on February 1, 2004?", "sql": "SELECT \"Losing team\" FROM \"1-10548224-1\" WHERE \"Date contested\" = 'February 1, 2004';"} +{"question_id": 60, "table_id": "1-1057262-2", "question": "what's the minimum total with crop (kilotonnes) being s Lupin", "sql": "SELECT MIN(\"Total\") FROM \"1-1057262-2\" WHERE \"Crop (kilotonnes)\" = 's Lupin';"} +{"question_id": 61, "table_id": "1-1057262-2", "question": "what's the new south wales with crop (kilotonnes) being Canola", "sql": "SELECT \"New South Wales\" FROM \"1-1057262-2\" WHERE \"Crop (kilotonnes)\" = 'Canola';"} +{"question_id": 62, "table_id": "1-1057262-2", "question": "what's the total number of south australia with victoria value of 2173", "sql": "SELECT COUNT(\"South Australia\") FROM \"1-1057262-2\" WHERE \"Victoria\" = 2173.0;"} +{"question_id": 63, "table_id": "1-1057262-2", "question": "what's the minimum tasmania value", "sql": "SELECT MIN(\"Tasmania\") FROM \"1-1057262-2\";"} +{"question_id": 64, "table_id": "1-1057262-2", "question": "what's the total number of tasmania with new south wales crop of 190 kilotonnes", "sql": "SELECT COUNT(\"Tasmania\") FROM \"1-1057262-2\" WHERE \"New South Wales\" = 190.0;"} +{"question_id": 65, "table_id": "1-1058787-1", "question": "How many significant relationships list Will as a virtue?", "sql": "SELECT COUNT(\"Significant Relationship\") FROM \"1-1058787-1\" WHERE \"Virtues\" = 'Will';"} +{"question_id": 66, "table_id": "1-1058787-1", "question": "Which examples ask the existential question \"Can I Love?\"", "sql": "SELECT \"Examples\" FROM \"1-1058787-1\" WHERE \"Existential Question [ not in citation given ]\" = 'Can I Love?';"} +{"question_id": 67, "table_id": "1-1059743-2", "question": "How many countries got 796.7 points?", "sql": "SELECT COUNT(\"Rank\") FROM \"1-1059743-2\" WHERE \"Points\" = '796.7';"} +{"question_id": 68, "table_id": "1-1059743-2", "question": "In what group stage were 177.2 points awarded?", "sql": "SELECT COUNT(\"Group stage\") FROM \"1-1059743-2\" WHERE \"Points\" = '177.2';"} +{"question_id": 69, "table_id": "1-1059743-2", "question": "What is the lowest group to earn 886.6 points?", "sql": "SELECT MIN(\"Group stage\") FROM \"1-1059743-2\" WHERE \"Points\" = '886.6';"} +{"question_id": 70, "table_id": "1-1059743-2", "question": "How many countries earned 177.2 points?", "sql": "SELECT COUNT(\"Member Association\") FROM \"1-1059743-2\" WHERE \"Points\" = '177.2';"} +{"question_id": 71, "table_id": "1-10586064-2", "question": "If % lunsford is 51.82% what is the % mcconnell in Letcher?", "sql": "SELECT \"% McConnell\" FROM \"1-10586064-2\" WHERE \"% Lunsford\" = '51.82%';"} +{"question_id": 72, "table_id": "1-10586064-2", "question": "What country had the total 18,900 (R)?", "sql": "SELECT \"County\" FROM \"1-10586064-2\" WHERE \"Total\" = '18,900 (R)';"} +{"question_id": 73, "table_id": "1-10586064-2", "question": "When % mcconnell is 44.54% what are the total number of counties?", "sql": "SELECT COUNT(\"County\") FROM \"1-10586064-2\" WHERE \"% McConnell\" = '44.54%';"} +{"question_id": 74, "table_id": "1-10586064-2", "question": "If % mcconnell is 47.17% what is the total number of mcconnell ?", "sql": "SELECT COUNT(\"McConnell\") FROM \"1-10586064-2\" WHERE \"% McConnell\" = '47.17%';"} +{"question_id": 75, "table_id": "1-10586064-2", "question": "What is the county of precints 515?", "sql": "SELECT \"County\" FROM \"1-10586064-2\" WHERE \"Precincts\" = 515.0;"} +{"question_id": 76, "table_id": "1-10601843-2", "question": "Which city has a capacity of 41903?", "sql": "SELECT \"City\" FROM \"1-10601843-2\" WHERE \"Capacity\" = 41903.0;"} +{"question_id": 77, "table_id": "1-10601843-2", "question": "What is the maximum capacity of the Otkrytie Arena stadium?", "sql": "SELECT MAX(\"Capacity\") FROM \"1-10601843-2\" WHERE \"Stadium\" = 'Otkrytie Arena';"} +{"question_id": 78, "table_id": "1-10601843-2", "question": "When did the stadium where Bursaspor is the tenant open?", "sql": "SELECT MIN(\"Opening\") FROM \"1-10601843-2\" WHERE \"Tenant\" = 'Bursaspor';"} +{"question_id": 79, "table_id": "1-10601843-2", "question": "How many tenants are there in the city of Samsun?", "sql": "SELECT COUNT(\"Tenant\") FROM \"1-10601843-2\" WHERE \"City\" = 'Samsun';"} +{"question_id": 80, "table_id": "1-10610087-5", "question": "what's the original air date with title  \"Hell\"", "sql": "SELECT \"Original air date\" FROM \"1-10610087-5\" WHERE \"Title\" = '\"Hell\"';"} +{"question_id": 81, "table_id": "1-10638523-1", "question": "What is the percentage of the Shivalik Zone where the percentage of the Mid-Hill Zone is 10%?", "sql": "SELECT \"Shivalik Zone\" FROM \"1-10638523-1\" WHERE \"Mid-Hill Zone\" = '10%';"} +{"question_id": 82, "table_id": "1-10638523-1", "question": "For mid-hill zone what is the Altitude?", "sql": "SELECT \"Mid-Hill Zone\" FROM \"1-10638523-1\" WHERE \"Particulars and Characteristics\" = 'Altitude';"} +{"question_id": 83, "table_id": "1-10638523-1", "question": "What are the Climatic conditions for the trance- n himalaya zone?", "sql": "SELECT \"Trance- n Himalaya Zone\" FROM \"1-10638523-1\" WHERE \"Particulars and Characteristics\" = 'Climatic conditions';"} +{"question_id": 84, "table_id": "1-10638523-1", "question": "What is the percentage of the trance- n himalaya zone that corresponds with the high hill zone is 25%?", "sql": "SELECT \"Trance- n Himalaya Zone\" FROM \"1-10638523-1\" WHERE \"High hill zone\" = '25%';"} +{"question_id": 85, "table_id": "1-10644188-3", "question": "What is the state of Ted Stevens?", "sql": "SELECT \"State represented\" FROM \"1-10644188-3\" WHERE \"Name\" = 'Ted Stevens';"} +{"question_id": 86, "table_id": "1-10682862-68", "question": "What's the standard of the country who won its first title in 1992?", "sql": "SELECT MAX(\"Standard\") FROM \"1-10682862-68\" WHERE \"First title\" = 1992.0;"} +{"question_id": 87, "table_id": "1-10682862-68", "question": "What's the smallest number of players?", "sql": "SELECT MIN(\"Players\") FROM \"1-10682862-68\";"} +{"question_id": 88, "table_id": "1-10682862-68", "question": "In what year was the last last title received, by any of the countries?", "sql": "SELECT MAX(\"Last title\") FROM \"1-10682862-68\";"} +{"question_id": 89, "table_id": "1-10710364-1", "question": "What religious groups made up 0.72% of the Indian population in 2001?", "sql": "SELECT \"Religious group\" FROM \"1-10710364-1\" WHERE \"Population % 2001\" = '0.72%';"} +{"question_id": 90, "table_id": "1-10718868-2", "question": "What is the original air date for episode 15 of season 6?", "sql": "SELECT \"Original air date\" FROM \"1-10718868-2\" WHERE \"No. in season\" = 15.0;"} +{"question_id": 91, "table_id": "1-10718868-2", "question": "How many episodes in season 6 titles \"Poppin' Tags\"?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-10718868-2\" WHERE \"Title\" = '\"Poppin'' Tags\"';"} +{"question_id": 92, "table_id": "1-10753917-1", "question": "Which podiums did the Williams team have with a margin of defeat of 2?", "sql": "SELECT \"Podiums\" FROM \"1-10753917-1\" WHERE \"Team\" = 'Williams' AND \"Margin of defeat\" = '2';"} +{"question_id": 93, "table_id": "1-10753917-1", "question": "How many drivers on the Williams team had a margin of defeat of 2?", "sql": "SELECT COUNT(\"Driver\") FROM \"1-10753917-1\" WHERE \"Team\" = 'Williams' AND \"Margin of defeat\" = '2';"} +{"question_id": 94, "table_id": "1-10753917-1", "question": "How many seasons was Clay Regazzoni the driver?", "sql": "SELECT COUNT(\"Season\") FROM \"1-10753917-1\" WHERE \"Driver\" = 'Clay Regazzoni';"} +{"question_id": 95, "table_id": "1-10753917-1", "question": "Which margin of defeats had points of 30?", "sql": "SELECT \"Margin of defeat\" FROM \"1-10753917-1\" WHERE \"Points\" = '30';"} +{"question_id": 96, "table_id": "1-10753917-1", "question": "Which podiums did the Alfa Romeo team have?", "sql": "SELECT \"Podiums\" FROM \"1-10753917-1\" WHERE \"Team\" = 'Alfa Romeo';"} +{"question_id": 97, "table_id": "1-10797636-1", "question": "What was the percent of slovenes 1951 for Bach?", "sql": "SELECT \"Percent of Slovenes 1951\" FROM \"1-10797636-1\" WHERE \"Village (German)\" = 'Bach';"} +{"question_id": 98, "table_id": "1-10812403-4", "question": "What college's team is the Saskatchewan Roughriders?", "sql": "SELECT \"College\" FROM \"1-10812403-4\" WHERE \"CFL Team\" = 'Saskatchewan Roughriders';"} +{"question_id": 99, "table_id": "1-10812403-4", "question": "What position did Calvin McCarty play?", "sql": "SELECT \"Position\" FROM \"1-10812403-4\" WHERE \"Player\" = 'Calvin McCarty';"} +{"question_id": 100, "table_id": "1-10812403-4", "question": "How many people were pick #30?", "sql": "SELECT COUNT(\"Position\") FROM \"1-10812403-4\" WHERE \"Pick #\" = 30.0;"} +{"question_id": 101, "table_id": "1-10812403-4", "question": "What college did Calvin McCarty play at?", "sql": "SELECT \"College\" FROM \"1-10812403-4\" WHERE \"Player\" = 'Calvin McCarty';"} +{"question_id": 102, "table_id": "1-10812403-4", "question": "What college had a LB in the draft?", "sql": "SELECT \"College\" FROM \"1-10812403-4\" WHERE \"Position\" = 'LB';"} +{"question_id": 103, "table_id": "1-10812293-6", "question": "Who got high assists for the game played on February 9?", "sql": "SELECT \"High assists\" FROM \"1-10812293-6\" WHERE \"Date\" = 'February 9';"} +{"question_id": 104, "table_id": "1-1081235-1", "question": "Which lava domes erupted or had a growth episode during the Holocene period?", "sql": "SELECT \"Name of lava dome\" FROM \"1-1081235-1\" WHERE \"Last eruption or growth episode\" = 'Holocene';"} +{"question_id": 105, "table_id": "1-1081235-1", "question": "What is the composition at Valles lava dome?", "sql": "SELECT \"Composition\" FROM \"1-1081235-1\" WHERE \"Name of lava dome\" = 'Valles lava dome';"} +{"question_id": 106, "table_id": "1-1081235-1", "question": "How many countries are the Tata Sabaya lava domes located in?", "sql": "SELECT COUNT(\"Country\") FROM \"1-1081235-1\" WHERE \"Name of lava dome\" = 'Tata Sabaya lava domes';"} +{"question_id": 107, "table_id": "1-1081235-1", "question": "What countries have had eruptions of growth episodes in 1986?", "sql": "SELECT \"Country\" FROM \"1-1081235-1\" WHERE \"Last eruption or growth episode\" = '1986';"} +{"question_id": 108, "table_id": "1-10848177-1", "question": "Who is the lyricist for the song with a length of 3:05?", "sql": "SELECT \"Lyricist\" FROM \"1-10848177-1\" WHERE \"Length\" = '3:05';"} +{"question_id": 109, "table_id": "1-10848177-1", "question": "What song has a length of 3:05?", "sql": "SELECT \"Song\" FROM \"1-10848177-1\" WHERE \"Length\" = '3:05';"} +{"question_id": 110, "table_id": "1-10848177-1", "question": "Which lyricist has a song with a length of 6:14?", "sql": "SELECT \"Lyricist\" FROM \"1-10848177-1\" WHERE \"Length\" = '6:14';"} +{"question_id": 111, "table_id": "1-10848177-1", "question": "What is the highest track number?", "sql": "SELECT MAX(\"Track #\") FROM \"1-10848177-1\";"} +{"question_id": 112, "table_id": "1-10848177-1", "question": "Which song has picturization by only Vijay?", "sql": "SELECT \"Song\" FROM \"1-10848177-1\" WHERE \"Picturization\" = 'Vijay';"} +{"question_id": 113, "table_id": "1-10848177-1", "question": "For which singers was Alangudi Somu the lyricist?", "sql": "SELECT \"Singers\" FROM \"1-10848177-1\" WHERE \"Lyricist\" = 'Alangudi Somu';"} +{"question_id": 114, "table_id": "1-10875694-11", "question": "What publishers were involved with product number SCUS-97265?", "sql": "SELECT \"Publisher\" FROM \"1-10875694-11\" WHERE \"Product No.\" = 'SCUS-97265';"} +{"question_id": 115, "table_id": "1-10875694-11", "question": "What is the total number of James Bond 007: Everything or Nothing for each system?", "sql": "SELECT COUNT(\"System\") FROM \"1-10875694-11\" WHERE \"Title\" = 'James Bond 007: Everything or Nothing';"} +{"question_id": 116, "table_id": "1-10875694-11", "question": "How many products have the title \"Jak 3\"?", "sql": "SELECT COUNT(\"Product No.\") FROM \"1-10875694-11\" WHERE \"Title\" = 'Jak 3';"} +{"question_id": 117, "table_id": "1-10875694-11", "question": "Which James Bond 007: Agent Under Fire from Electronic Arts is compatible with 60 gb pal/80 gb NTSC PS3 (CECHC/CECHE)?", "sql": "SELECT \"Compatible with 60GB PAL/80GB NTSC PS3 (CECHC/CECHE)\" FROM \"1-10875694-11\" WHERE \"Publisher\" = 'Electronic Arts' AND \"Title\" = 'James Bond 007: Agent Under Fire';"} +{"question_id": 118, "table_id": "1-10875694-11", "question": "What publishers produce product number SLUS-20265?", "sql": "SELECT \"Publisher\" FROM \"1-10875694-11\" WHERE \"Product No.\" = 'SLUS-20265';"} +{"question_id": 119, "table_id": "1-10875694-11", "question": "How many titles have the product number SCUS-97330?", "sql": "SELECT COUNT(\"Title\") FROM \"1-10875694-11\" WHERE \"Product No.\" = 'SCUS-97330';"} +{"question_id": 120, "table_id": "1-1090916-2", "question": "What is the status when livery is Blue?", "sql": "SELECT \"Status\" FROM \"1-1090916-2\" WHERE \"Livery\" = 'Blue';"} +{"question_id": 121, "table_id": "1-1090916-2", "question": "What is the location when the status is In service as coaching stock?", "sql": "SELECT \"Location\" FROM \"1-1090916-2\" WHERE \"Status\" = 'In service as coaching stock';"} +{"question_id": 122, "table_id": "1-1096793-1", "question": "What was the first season of the club who last won a title in 2012?", "sql": "SELECT \"First season\" FROM \"1-1096793-1\" WHERE \"Last title\" = '2012';"} +{"question_id": 123, "table_id": "1-1096793-1", "question": "What was the first season of the club that in 2012 was 2nd in Superettan?", "sql": "SELECT \"First season\" FROM \"1-1096793-1\" WHERE \"Position in 2012\" = '2nd in Superettan';"} +{"question_id": 124, "table_id": "1-1096793-1", "question": "What was the first season for the club that in 2012 was 2nd in Superettan?", "sql": "SELECT \"First season\" FROM \"1-1096793-1\" WHERE \"Position in 2012\" = '2nd in Superettan';"} +{"question_id": 125, "table_id": "1-11075747-3", "question": "How many series are named \"Lockdown\"?", "sql": "SELECT COUNT(\"Series #\") FROM \"1-11075747-3\" WHERE \"Title\" = '\"Lockdown\"';"} +{"question_id": 126, "table_id": "1-11075747-3", "question": "Who directed the second episode of \"The Homecoming\" which was written by Tommy Thompson?", "sql": "SELECT \"Directed by\" FROM \"1-11075747-3\" WHERE \"Written by\" = 'Tommy Thompson';"} +{"question_id": 127, "table_id": "1-11075747-3", "question": "What was the latest episode of \"House of Cards\"?", "sql": "SELECT MAX(\"Episode #\") FROM \"1-11075747-3\" WHERE \"Title\" = '\"House of Cards\"';"} +{"question_id": 128, "table_id": "1-1108394-34", "question": "What percentage of The Bronx voters occured when Manhattan had 29.9% of voters?", "sql": "SELECT \"The Bronx\" FROM \"1-1108394-34\" WHERE \"Manhattan\" = '29.9%';"} +{"question_id": 129, "table_id": "1-1108394-34", "question": "What number of voters did the Bronx have when the total number was 2054?", "sql": "SELECT \"The Bronx\" FROM \"1-1108394-34\" WHERE \"Total\" = 2054.0;"} +{"question_id": 130, "table_id": "1-1108394-34", "question": "What number of voters did Queens have when Staten Island had 295 voters?", "sql": "SELECT \"Queens\" FROM \"1-1108394-34\" WHERE \"Richmond [Staten Is.]\" = '295';"} +{"question_id": 131, "table_id": "1-1108394-6", "question": "What was Staten Island when Brooklyn was 940?", "sql": "SELECT \"Staten Island\" FROM \"1-1108394-6\" WHERE \"Brooklyn\" = '940';"} +{"question_id": 132, "table_id": "1-1108394-6", "question": "What was the total number in Manhattan when Staten Island was 12,658?", "sql": "SELECT COUNT(\"Manhattan\") FROM \"1-1108394-6\" WHERE \"Staten Island\" = '12,658';"} +{"question_id": 133, "table_id": "1-1108394-6", "question": "What was the total in Brooklyn when Manhattan was 3,139?", "sql": "SELECT \"Brooklyn\" FROM \"1-1108394-6\" WHERE \"Manhattan\" = '3,139';"} +{"question_id": 134, "table_id": "1-1108394-6", "question": "Who was the republican candidate in 2013 when Staten Island was 451?", "sql": "SELECT \"2013 Republican primary\" FROM \"1-1108394-6\" WHERE \"Staten Island\" = '451';"} +{"question_id": 135, "table_id": "1-1108394-6", "question": "What was the amount in Staten Island when The Bronx was 1,281?", "sql": "SELECT \"Staten Island\" FROM \"1-1108394-6\" WHERE \"The Bronx\" = '1,281';"} +{"question_id": 136, "table_id": "1-1108394-47", "question": "The candidate who received 133 votes in the Bronx won what percentage overall?", "sql": "SELECT \"%\" FROM \"1-1108394-47\" WHERE \"The Bronx\" = '133';"} +{"question_id": 137, "table_id": "1-1108394-47", "question": "Which candidate won 88 votes in Queens in 1921?", "sql": "SELECT \"1921\" FROM \"1-1108394-47\" WHERE \"Queens\" = '88';"} +{"question_id": 138, "table_id": "1-1108394-47", "question": "How many votes in Brooklyn were won by the candidate who won 321 votes in Manhattan?", "sql": "SELECT \"Brooklyn\" FROM \"1-1108394-47\" WHERE \"Manhattan\" = '321';"} +{"question_id": 139, "table_id": "1-1108394-47", "question": "The man who received 87,676 votes in Queens won what percentage of the total for the election?", "sql": "SELECT \"%\" FROM \"1-1108394-47\" WHERE \"Queens\" = '87,676';"} +{"question_id": 140, "table_id": "1-1108394-47", "question": "How many parties received 29.9% of the vote in Manhattan?", "sql": "SELECT COUNT(\"party\") FROM \"1-1108394-47\" WHERE \"Manhattan\" = '29.9%';"} +{"question_id": 141, "table_id": "1-1115992-1", "question": "Name the most late 1943 with late 194 in Slovenia", "sql": "SELECT MAX(\"Late 1943\") FROM \"1-1115992-1\" WHERE \"! Late 1941\" = 'Slovenia';"} +{"question_id": 142, "table_id": "1-1115992-1", "question": "What is the least september 1943 when late 1943 is 78000", "sql": "SELECT MIN(\"Sept. 1943\") FROM \"1-1115992-1\" WHERE \"Late 1943\" = 78000.0;"} +{"question_id": 143, "table_id": "1-1115992-1", "question": "What is the late 1941 when 1978 veteran membership is 20000", "sql": "SELECT \"! Late 1941\" FROM \"1-1115992-1\" WHERE \"1978 Veteran membership\" = 20000.0;"} +{"question_id": 144, "table_id": "1-11157122-5", "question": "What was Eric Dickerson's longest run?", "sql": "SELECT COUNT(\"Longest run\") FROM \"1-11157122-5\" WHERE \"Player\" = 'Eric Dickerson';"} +{"question_id": 145, "table_id": "1-11157122-5", "question": "How many attempts did Charles White make?", "sql": "SELECT MIN(\"Attempts\") FROM \"1-11157122-5\" WHERE \"Player\" = 'Charles White';"} +{"question_id": 146, "table_id": "1-11157122-5", "question": "How many yards did the player with 87 attempts rush?", "sql": "SELECT \"Yards\" FROM \"1-11157122-5\" WHERE \"Attempts\" = 87.0;"} +{"question_id": 147, "table_id": "1-11206916-1", "question": "What was the highest amount of people that attended the Elgin City team?", "sql": "SELECT COUNT(\"Highest\") FROM \"1-11206916-1\" WHERE \"Team\" = 'Elgin City';"} +{"question_id": 148, "table_id": "1-11206916-1", "question": "The Firs Park stadium had the lowest average attendence of what?", "sql": "SELECT MIN(\"Average\") FROM \"1-11206916-1\" WHERE \"Stadium\" = 'Firs Park';"} +{"question_id": 149, "table_id": "1-11206916-1", "question": "What was the lowest highest attendance for the Dumbarton team?", "sql": "SELECT MIN(\"Highest\") FROM \"1-11206916-1\" WHERE \"Team\" = 'Dumbarton';"} +{"question_id": 150, "table_id": "1-11206916-1", "question": "The Gayfield Park stadium had a highest attendance of what?", "sql": "SELECT MAX(\"Highest\") FROM \"1-11206916-1\" WHERE \"Stadium\" = 'Gayfield Park';"} +{"question_id": 151, "table_id": "1-11206916-1", "question": "The Stenhousemuir team had how many highest attendances?", "sql": "SELECT COUNT(\"Highest\") FROM \"1-11206916-1\" WHERE \"Team\" = 'Stenhousemuir';"} +{"question_id": 152, "table_id": "1-11174272-1", "question": "what's the premiere with hk viewers of 2.09 million", "sql": "SELECT \"Premiere\" FROM \"1-11174272-1\" WHERE \"HK viewers\" = '2.09 million';"} +{"question_id": 153, "table_id": "1-11174272-1", "question": "what is the minimum rank", "sql": "SELECT MIN(\"Rank\") FROM \"1-11174272-1\";"} +{"question_id": 154, "table_id": "1-11208143-9", "question": "What is the minimum capacity of Dundee United's stadium?", "sql": "SELECT MIN(\"Capacity\") FROM \"1-11208143-9\" WHERE \"Team\" = 'Dundee United';"} +{"question_id": 155, "table_id": "1-11208143-9", "question": "Which stadiums have a capacity of 51082?", "sql": "SELECT \"Stadium\" FROM \"1-11208143-9\" WHERE \"Capacity\" = 51082.0;"} +{"question_id": 156, "table_id": "1-11208143-9", "question": "How many stadiums are there with a capacity of 7500?", "sql": "SELECT COUNT(\"Stadium\") FROM \"1-11208143-9\" WHERE \"Capacity\" = 7500.0;"} +{"question_id": 157, "table_id": "1-11208143-9", "question": "What is Pittodrie Stadium's maximum capacity?", "sql": "SELECT MAX(\"Capacity\") FROM \"1-11208143-9\" WHERE \"Stadium\" = 'Pittodrie';"} +{"question_id": 158, "table_id": "1-11208143-9", "question": "Which stadiums have an average attendance of 13840?", "sql": "SELECT \"Stadium\" FROM \"1-11208143-9\" WHERE \"Average\" = 13840.0;"} +{"question_id": 159, "table_id": "1-11208143-9", "question": "What are the highest recorded attendance rates of the stadiums with an average attendance of 4752?", "sql": "SELECT \"Highest\" FROM \"1-11208143-9\" WHERE \"Average\" = 4752.0;"} +{"question_id": 160, "table_id": "1-11233358-2", "question": "What is the highest number of ties?", "sql": "SELECT MAX(\"Ties\") FROM \"1-11233358-2\";"} +{"question_id": 161, "table_id": "1-11233358-2", "question": "During the 2013 debut, what is the w-I(total) number?", "sql": "SELECT COUNT(\"W-L (Total)\") FROM \"1-11233358-2\" WHERE \"Debut\" = 2013.0;"} +{"question_id": 162, "table_id": "1-11222744-3", "question": "What is the catalog number named Callanetics: 10 Years Younger In 10 Hours", "sql": "SELECT \"Catalog Number\" FROM \"1-11222744-3\" WHERE \"Title\" = 'Callanetics: 10 Years Younger In 10 Hours';"} +{"question_id": 163, "table_id": "1-11222744-3", "question": "how many studios have the catalog number \"CAL03 / 0091037137333\"?", "sql": "SELECT COUNT(\"Studio\") FROM \"1-11222744-3\" WHERE \"Catalog Number\" = 'CAL03 / 0091037137333';"} +{"question_id": 164, "table_id": "1-11222744-3", "question": "what is the format of \"Callanetics: 10 Years Younger In 10 Hours\"?", "sql": "SELECT \"Format\" FROM \"1-11222744-3\" WHERE \"Title\" = 'Callanetics: 10 Years Younger In 10 Hours';"} +{"question_id": 165, "table_id": "1-11222744-3", "question": "What is the catalog number of the title called \"Super Callanetics\"?", "sql": "SELECT \"Catalog Number\" FROM \"1-11222744-3\" WHERE \"Title\" = 'Super Callanetics';"} +{"question_id": 166, "table_id": "1-11222744-3", "question": "how many titles have the name \"Quick Callanetics\"?", "sql": "SELECT COUNT(\"Catalog Number\") FROM \"1-11222744-3\" WHERE \"Title\" = 'Quick Callanetics';"} +{"question_id": 167, "table_id": "1-11222744-3", "question": "Who creates the catalog with the number \"CAL03 / 0091037137333\"?", "sql": "SELECT \"Studio\" FROM \"1-11222744-3\" WHERE \"Catalog Number\" = 'CAL03 / 0091037137333';"} +{"question_id": 168, "table_id": "1-11238597-4", "question": "What was the rating for the episode with 1.83 viewers (millions)?", "sql": "SELECT \"Rating\" FROM \"1-11238597-4\" WHERE \"Viewers (millions)\" = '1.83';"} +{"question_id": 169, "table_id": "1-11238597-4", "question": "What was the # for the episode \"The Birthday Present\"?", "sql": "SELECT MAX(\"#\") FROM \"1-11238597-4\" WHERE \"Episode\" = '\"The Birthday Present\"';"} +{"question_id": 170, "table_id": "1-11238597-4", "question": "What was the # for the episode \"The Wedding\"?", "sql": "SELECT MAX(\"#\") FROM \"1-11238597-4\" WHERE \"Episode\" = '\"The Wedding\"';"} +{"question_id": 171, "table_id": "1-11238597-4", "question": "What is the rating for the episode in which the 18-49 rating is 0.4?", "sql": "SELECT \"Rating\" FROM \"1-11238597-4\" WHERE \"18–49 Rating\" = '0.4';"} +{"question_id": 172, "table_id": "1-11238597-4", "question": "What was the share for the episode with the air date December 10, 2008?", "sql": "SELECT \"Share\" FROM \"1-11238597-4\" WHERE \"Air Date\" = 'December 10, 2008';"} +{"question_id": 173, "table_id": "1-11323532-2", "question": "Which premiere had languages in Danish?", "sql": "SELECT \"Premiere\" FROM \"1-11323532-2\" WHERE \"Languages\" = 'Danish';"} +{"question_id": 174, "table_id": "1-11323532-2", "question": "What was the number of channels in New Zealand?", "sql": "SELECT COUNT(\"Channel\") FROM \"1-11323532-2\" WHERE \"Country/Region\" = 'New Zealand';"} +{"question_id": 175, "table_id": "1-11323532-2", "question": "What is the premiere where the host is Lieke van Lexmond Dennis Weening?", "sql": "SELECT \"Premiere\" FROM \"1-11323532-2\" WHERE \"Host\" = 'Lieke van Lexmond Dennis Weening';"} +{"question_id": 176, "table_id": "1-11323532-2", "question": "What is the premiere on the Mega Channel?", "sql": "SELECT \"Premiere\" FROM \"1-11323532-2\" WHERE \"Channel\" = 'Mega Channel';"} +{"question_id": 177, "table_id": "1-11347578-1", "question": "What is the symbol for Windpower in China?", "sql": "SELECT \"Wind power (WP)\" FROM \"1-11347578-1\" WHERE \"Country\" = 'China';"} +{"question_id": 178, "table_id": "1-1133844-4", "question": "who were the winners in West Virginia", "sql": "SELECT \"Candidates Winning candidate in bold\" FROM \"1-1133844-4\" WHERE \"State (linked to summaries below)\" = 'West Virginia';"} +{"question_id": 179, "table_id": "1-1133844-4", "question": "tell the final for Lindsey Graham", "sql": "SELECT \"Result\" FROM \"1-1133844-4\" WHERE \"Senator\" = 'Lindsey Graham';"} +{"question_id": 180, "table_id": "1-1133844-4", "question": "who won the senate seat in Arkansas", "sql": "SELECT \"Senator\" FROM \"1-1133844-4\" WHERE \"State (linked to summaries below)\" = 'Arkansas';"} +{"question_id": 181, "table_id": "1-11340432-1", "question": "What is the dysart of the Principal?", "sql": "SELECT \"Dysart\" FROM \"1-11340432-1\" WHERE \"Information\" = 'Principal';"} +{"question_id": 182, "table_id": "1-11340432-1", "question": "What is williow canyon of Roberta Lockhart?", "sql": "SELECT \"Willow Canyon\" FROM \"1-11340432-1\" WHERE \"Dysart\" = 'Roberta Lockhart';"} +{"question_id": 183, "table_id": "1-11340432-1", "question": "What is the willow canyon of Stallion?", "sql": "SELECT \"Willow Canyon\" FROM \"1-11340432-1\" WHERE \"Shadow Ridge\" = 'Stallion';"} +{"question_id": 184, "table_id": "1-11340432-1", "question": "Name the Valley Vista of Anthony Capuano", "sql": "SELECT \"Valley Vista\" FROM \"1-11340432-1\" WHERE \"Willow Canyon\" = 'Anthony Capuano';"} +{"question_id": 185, "table_id": "1-11340432-1", "question": "How many informations does Michael Hawkins have?", "sql": "SELECT COUNT(\"Information\") FROM \"1-11340432-1\" WHERE \"Shadow Ridge\" = 'Michael Hawkins';"} +{"question_id": 186, "table_id": "1-1137694-3", "question": "How many total rounds did Damon Hill come in First Place?", "sql": "SELECT COUNT(\"Round\") FROM \"1-1137694-3\" WHERE \"Winning Driver\" = 'Damon Hill';"} +{"question_id": 187, "table_id": "1-1137694-3", "question": "Who drove the winning car constructed by Jordan - Mugen-Honda?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137694-3\" WHERE \"Winning Constructor\" = 'Jordan - Mugen-Honda';"} +{"question_id": 188, "table_id": "1-1137694-3", "question": "Which Grand Prix was won by a car constructed by Jordan - Mugen-Honda?", "sql": "SELECT \"Grand Prix\" FROM \"1-1137694-3\" WHERE \"Winning Constructor\" = 'Jordan - Mugen-Honda';"} +{"question_id": 189, "table_id": "1-11365528-2", "question": "Which location belongs to the website, http://www.mudgeerabasoccer.com/?", "sql": "SELECT \"Location\" FROM \"1-11365528-2\" WHERE \"Website\" = 'http://www.mudgeerabasoccer.com/';"} +{"question_id": 190, "table_id": "1-11365528-2", "question": "The president, Peter Williamson, had how many home grounds?", "sql": "SELECT COUNT(\"Home Ground\") FROM \"1-11365528-2\" WHERE \"President\" = 'Peter Williamson';"} +{"question_id": 191, "table_id": "1-11365528-2", "question": "How many head coaches are there for the website, http://www.burleighbulldogs.org/?", "sql": "SELECT COUNT(\"Head Coach\") FROM \"1-11365528-2\" WHERE \"Website\" = 'http://www.burleighbulldogs.org/';"} +{"question_id": 192, "table_id": "1-11365528-2", "question": "The head coach, Steve Radoslavic, is related to which websites?", "sql": "SELECT \"Website\" FROM \"1-11365528-2\" WHERE \"Head Coach\" = 'Steve Radoslavic';"} +{"question_id": 193, "table_id": "1-1137696-3", "question": "Who is the driver of the European Grand Prix?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137696-3\" WHERE \"Grand Prix\" = 'European Grand Prix';"} +{"question_id": 194, "table_id": "1-1137696-3", "question": "What is the report for round 3?", "sql": "SELECT \"Report\" FROM \"1-1137696-3\" WHERE \"Round\" = 3.0;"} +{"question_id": 195, "table_id": "1-1137696-3", "question": "What is the winning driver of round 7?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137696-3\" WHERE \"Round\" = 7.0;"} +{"question_id": 196, "table_id": "1-1137696-3", "question": "Name the grand prix with a driver of Michael Schumacher and a round of 7?", "sql": "SELECT \"Grand Prix\" FROM \"1-1137696-3\" WHERE \"Winning Driver\" = 'Michael Schumacher' AND \"Fastest Lap\" = 'Michael Schumacher' AND \"Round\" = 7.0;"} +{"question_id": 197, "table_id": "1-1137702-3", "question": "Which round was the winning constructor was Benetton - Ford and in the Pole Position was Damon Hill?", "sql": "SELECT \"Round\" FROM \"1-1137702-3\" WHERE \"Winning Constructor\" = 'Benetton - Ford' AND \"Pole Position\" = 'Damon Hill';"} +{"question_id": 198, "table_id": "1-1137702-3", "question": "How many Grand Prix were the winning constructor Benetton - Ford and the pole position was Michael Schumacher?", "sql": "SELECT COUNT(\"Grand Prix\") FROM \"1-1137702-3\" WHERE \"Winning Constructor\" = 'Benetton - Ford' AND \"Pole Position\" = 'Michael Schumacher';"} +{"question_id": 199, "table_id": "1-1137702-3", "question": "Who was the winning driver in round 6?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137702-3\" WHERE \"Round\" = 6.0;"} +{"question_id": 200, "table_id": "1-1137702-3", "question": "Who was the winning driver in the grand prix at Pacific Grand Prix?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137702-3\" WHERE \"Grand Prix\" = 'Pacific Grand Prix';"} +{"question_id": 201, "table_id": "1-1137702-3", "question": "Who was the winning driver when the grand Prix was at Belgian Grand Prix?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137702-3\" WHERE \"Grand Prix\" = 'Belgian Grand Prix';"} +{"question_id": 202, "table_id": "1-1137702-3", "question": "Who was the winning driver when the pole position was held by Ayrton Senna and the Fastest lap was Michael Schumacher?", "sql": "SELECT \"Winning Driver\" FROM \"1-1137702-3\" WHERE \"Pole Position\" = 'Ayrton Senna' AND \"Fastest Lap\" = 'Michael Schumacher';"} +{"question_id": 203, "table_id": "1-1137703-2", "question": "On which date was the winning driver Alain Prost and and had Damon Hill in the pole position?", "sql": "SELECT \"Date\" FROM \"1-1137703-2\" WHERE \"Winning Driver\" = 'Alain Prost' AND \"Pole Position\" = 'Damon Hill';"} +{"question_id": 204, "table_id": "1-1137703-2", "question": "Which round was the Spanish Grand Prix?", "sql": "SELECT \"Round\" FROM \"1-1137703-2\" WHERE \"Grand Prix\" = 'Spanish Grand Prix';"} +{"question_id": 205, "table_id": "1-11391448-2", "question": "What was the record at week 7", "sql": "SELECT \"Record\" FROM \"1-11391448-2\" WHERE \"Week\" = 7.0;"} +{"question_id": 206, "table_id": "1-11391448-2", "question": "How many teams did they play week 6", "sql": "SELECT COUNT(\"Opponent\") FROM \"1-11391448-2\" WHERE \"Week\" = 6.0;"} +{"question_id": 207, "table_id": "1-1140078-2", "question": "What is the number of reports for the Italian Grand Prix?", "sql": "SELECT COUNT(\"Report\") FROM \"1-1140078-2\" WHERE \"Race\" = 'Italian Grand Prix';"} +{"question_id": 208, "table_id": "1-1140078-2", "question": "What is the pole position of the Belgian Grand Prix?", "sql": "SELECT \"Pole Position\" FROM \"1-1140078-2\" WHERE \"Race\" = 'Belgian Grand Prix';"} +{"question_id": 209, "table_id": "1-1140078-2", "question": "What is the pole position of Paul Ricard?", "sql": "SELECT \"Pole Position\" FROM \"1-1140078-2\" WHERE \"Location\" = 'Paul Ricard';"} +{"question_id": 210, "table_id": "1-1140078-2", "question": "What is the report of the United States Grand Prix West?", "sql": "SELECT \"Report\" FROM \"1-1140078-2\" WHERE \"Race\" = 'United States Grand Prix West';"} +{"question_id": 211, "table_id": "1-1140082-2", "question": "Where is the German Grand Prix?", "sql": "SELECT \"Location\" FROM \"1-1140082-2\" WHERE \"Race\" = 'German Grand Prix';"} +{"question_id": 212, "table_id": "1-1140082-2", "question": "What is the constructor of the Swedish Grand Prix?", "sql": "SELECT \"Constructor\" FROM \"1-1140082-2\" WHERE \"Race\" = 'Swedish Grand Prix';"} +{"question_id": 213, "table_id": "1-1140082-2", "question": "Who did the fastest lap at Watkins Glen?", "sql": "SELECT \"Fastest Lap\" FROM \"1-1140082-2\" WHERE \"Location\" = 'Watkins Glen';"} +{"question_id": 214, "table_id": "1-1140099-6", "question": "What circuit has a race called II Cape South Easter Trophy.", "sql": "SELECT \"Circuit\" FROM \"1-1140099-6\" WHERE \"Race Name\" = 'II Cape South Easter Trophy';"} +{"question_id": 215, "table_id": "1-1140099-6", "question": "Which driver won the I Race of Champions?", "sql": "SELECT \"Winning driver\" FROM \"1-1140099-6\" WHERE \"Race Name\" = 'I Race of Champions';"} +{"question_id": 216, "table_id": "1-1140099-6", "question": "What is the report for the race that Mike Spence won.", "sql": "SELECT \"Report\" FROM \"1-1140099-6\" WHERE \"Winning driver\" = 'Mike Spence';"} +{"question_id": 217, "table_id": "1-1140099-6", "question": "What is the report for the race I Sunday Mirror Trophy?", "sql": "SELECT \"Report\" FROM \"1-1140099-6\" WHERE \"Race Name\" = 'I Sunday Mirror Trophy';"} +{"question_id": 218, "table_id": "1-1140116-6", "question": "How many winners did I Dessau Autobahnspinne have?", "sql": "SELECT COUNT(\"Winning driver\") FROM \"1-1140116-6\" WHERE \"Race Name\" = 'I Dessau Autobahnspinne';"} +{"question_id": 219, "table_id": "1-1140116-6", "question": "What is the date on which a race was run at Halle-Saale-Schleife circuit?", "sql": "SELECT \"Date\" FROM \"1-1140116-6\" WHERE \"Circuit\" = 'Halle-Saale-Schleife';"} +{"question_id": 220, "table_id": "1-1140116-6", "question": "How many races take place in Dessau circuit?", "sql": "SELECT COUNT(\"Race Name\") FROM \"1-1140116-6\" WHERE \"Circuit\" = 'Dessau';"} +{"question_id": 221, "table_id": "1-1140116-6", "question": "Which races did Paul Greifzu win?", "sql": "SELECT \"Race Name\" FROM \"1-1140116-6\" WHERE \"Winning driver\" = 'Paul Greifzu';"} +{"question_id": 222, "table_id": "1-1140114-5", "question": "Which driver won at the Sachsenring circuit?", "sql": "SELECT \"Winning driver\" FROM \"1-1140114-5\" WHERE \"Circuit\" = 'Sachsenring';"} +{"question_id": 223, "table_id": "1-1140114-5", "question": "Which constructor was present at the RedeX Trophy race?", "sql": "SELECT \"Constructor\" FROM \"1-1140114-5\" WHERE \"Race Name\" = 'RedeX Trophy';"} +{"question_id": 224, "table_id": "1-1140114-5", "question": "How many different constructors had Paul Thiel as a winning driver?", "sql": "SELECT COUNT(\"Constructor\") FROM \"1-1140114-5\" WHERE \"Winning driver\" = 'Paul Thiel';"} +{"question_id": 225, "table_id": "1-11406866-2", "question": " who is the opponent where tv is ABC and game site is Tampa Stadium", "sql": "SELECT \"Opponent\" FROM \"1-11406866-2\" WHERE \"TV\" = 'ABC' AND \"Game site\" = 'Tampa Stadium';"} +{"question_id": 226, "table_id": "1-11406866-2", "question": "what is the total number of opponent where date is November 23, 1980", "sql": "SELECT COUNT(\"Opponent\") FROM \"1-11406866-2\" WHERE \"Date\" = 'November 23, 1980';"} +{"question_id": 227, "table_id": "1-11406866-2", "question": "what is the total number of kickoff [a ] where Week is Week", "sql": "SELECT COUNT(\"Kickoff [a ]\") FROM \"1-11406866-2\" WHERE \"Week\" = 'Week';"} +{"question_id": 228, "table_id": "1-11406866-2", "question": " what's the week where attendance is 77,098", "sql": "SELECT \"Week\" FROM \"1-11406866-2\" WHERE \"Attendance\" = '77,098';"} +{"question_id": 229, "table_id": "1-11406866-2", "question": " what's the record where attendance is 61,350", "sql": "SELECT \"Record\" FROM \"1-11406866-2\" WHERE \"Attendance\" = '61,350';"} +{"question_id": 230, "table_id": "1-11406866-2", "question": " what's the record where result is L 24-10", "sql": "SELECT \"Record\" FROM \"1-11406866-2\" WHERE \"Result\" = 'L 24-10';"} +{"question_id": 231, "table_id": "1-1140119-5", "question": "What date was the Silverstone circuit driven? ", "sql": "SELECT \"Date\" FROM \"1-1140119-5\" WHERE \"Circuit\" = 'Silverstone';"} +{"question_id": 232, "table_id": "1-1140119-5", "question": "When was the Albi circuit race driven? ", "sql": "SELECT \"Date\" FROM \"1-1140119-5\" WHERE \"Circuit\" = 'Albi';"} +{"question_id": 233, "table_id": "1-1140119-5", "question": "Would built the winning car in the IV J.C.C. Jersey Road Race? ", "sql": "SELECT \"Constructor\" FROM \"1-1140119-5\" WHERE \"Race Name\" = 'IV J.C.C. Jersey Road Race';"} +{"question_id": 234, "table_id": "1-1140119-5", "question": "Who won the race at the Jersey circuit? ", "sql": "SELECT \"Winning driver\" FROM \"1-1140119-5\" WHERE \"Circuit\" = 'Jersey';"} +{"question_id": 235, "table_id": "1-1145977-2", "question": "When did the season air where the viewership was 14.71 million?", "sql": "SELECT \"Season premiere\" FROM \"1-1145977-2\" WHERE \"Viewers (in millions)\" = '14.71';"} +{"question_id": 236, "table_id": "1-1145977-2", "question": "What tv season had a season finale of August 18, 2004?", "sql": "SELECT \"TV season\" FROM \"1-1145977-2\" WHERE \"Season finale\" = 'August 18, 2004';"} +{"question_id": 237, "table_id": "1-11456251-5", "question": "What is the power capacity when the generators were 781?", "sql": "SELECT \"Power Capacity (GW)\" FROM \"1-11456251-5\" WHERE \"Number of Generators\" = 781.0;"} +{"question_id": 238, "table_id": "1-11456251-5", "question": "What is the percentage of total capacity when the energy is 120.2?", "sql": "SELECT \"% of total Capacity\" FROM \"1-11456251-5\" WHERE \"Annual Energy (billion kWh)\" = '120.2';"} +{"question_id": 239, "table_id": "1-11456251-5", "question": "What is the % of annual production of Solar?", "sql": "SELECT \"% of annual production\" FROM \"1-11456251-5\" WHERE \"Power Source\" = 'Solar';"} +{"question_id": 240, "table_id": "1-11456251-5", "question": "What is the number of generators where the power capicity is 78.7?", "sql": "SELECT COUNT(\"Number of Generators\") FROM \"1-11456251-5\" WHERE \"Power Capacity (GW)\" = '78.7';"} +{"question_id": 241, "table_id": "1-11456251-5", "question": "What is the % of total capacity when the generators is 4048?", "sql": "SELECT \"% of total Capacity\" FROM \"1-11456251-5\" WHERE \"Number of Generators\" = 4048.0;"} +{"question_id": 242, "table_id": "1-11497980-1", "question": "Which model number has a GVM (kg) Technical Capacity of 16000 and a Torque Nm@rpm of 600 @ 1700?", "sql": "SELECT \"Model\" FROM \"1-11497980-1\" WHERE \"GVM (kg) Technical Capacity\" = '16000' AND \"Torque Nm@rpm\" = '600 @ 1700';"} +{"question_id": 243, "table_id": "1-11497980-1", "question": "If the model is 15.180E, what is the GVM (kg) Technical Capacity?", "sql": "SELECT \"GVM (kg) Technical Capacity\" FROM \"1-11497980-1\" WHERE \"Model\" = '15.180E';"} +{"question_id": 244, "table_id": "1-11497980-1", "question": "If the engine make/capacity is MWM 6.10 TCA-EURO III (Turbo Intercooler) and GVM (kg) Technical Capacity is 23000, what is the Torque Nm@rpm?", "sql": "SELECT \"Torque Nm@rpm\" FROM \"1-11497980-1\" WHERE \"GCM (kg) Technical Capacity\" = '23000' AND \"Engine make/Capacity\" = 'MWM 6.10 TCA-EURO III (Turbo Intercooler)';"} +{"question_id": 245, "table_id": "1-11497980-1", "question": "What is the power kw@RPM of the 13.180 model?", "sql": "SELECT COUNT(\"Power kW@rpm\") FROM \"1-11497980-1\" WHERE \"Model\" = '13.180';"} +{"question_id": 246, "table_id": "1-11497980-1", "question": "When the transmission make/type/speed is Eaton FS 5306-A Manual Synchromesh 6 Speed, what is the value of the gcm (kg) technical capacity?", "sql": "SELECT \"GCM (kg) Technical Capacity\" FROM \"1-11497980-1\" WHERE \"Transmission Make/Type/Speed\" = 'Eaton FS 5306-A Manual Synchromesh 6 Speed';"} +{"question_id": 247, "table_id": "1-11497980-1", "question": "Which model possesses a transmission make/type/speed of Eaton FS-6306 A Manual Synchromesh 6 Speed?", "sql": "SELECT \"Model\" FROM \"1-11497980-1\" WHERE \"Transmission Make/Type/Speed\" = 'Eaton FS-6306 A Manual Synchromesh 6 Speed';"} +{"question_id": 248, "table_id": "1-1153898-1", "question": "Is Drawing Tablet Support part of the semi-DDM class?", "sql": "SELECT \"Semi-DDM Class\" FROM \"1-1153898-1\" WHERE \"Comparisons\" = 'Drawing Tablet Support';"} +{"question_id": 249, "table_id": "1-1153898-1", "question": "Is USB RE-Enumeration Required part of the emulated class?", "sql": "SELECT \"Emulated Class\" FROM \"1-1153898-1\" WHERE \"Comparisons\" = 'USB RE-Enumeration Required';"} +{"question_id": 250, "table_id": "1-1153898-1", "question": "Is Wireless Combo keyboard and mouse support part of the hub base class?", "sql": "SELECT \"Hub Base Class\" FROM \"1-1153898-1\" WHERE \"Comparisons\" = 'Wireless Combo keyboard and mouse support';"} +{"question_id": 251, "table_id": "1-1153898-1", "question": "Is the Drawing Tablet Support part of the DDM class?", "sql": "SELECT \"DDM Class\" FROM \"1-1153898-1\" WHERE \"Comparisons\" = 'Drawing Tablet Support';"} +{"question_id": 252, "table_id": "1-1153898-1", "question": "Is Wireless Combo keyboard and mouse support part of the DDM class?", "sql": "SELECT \"DDM Class\" FROM \"1-1153898-1\" WHERE \"Comparisons\" = 'Wireless Combo keyboard and mouse support';"} +{"question_id": 253, "table_id": "1-11545282-10", "question": "What school or team does Al Jefferson play for?", "sql": "SELECT \"School/Club Team\" FROM \"1-11545282-10\" WHERE \"Player\" = 'Al Jefferson';"} +{"question_id": 254, "table_id": "1-11545282-10", "question": "Which Forward player has the number 22?", "sql": "SELECT \"Player\" FROM \"1-11545282-10\" WHERE \"No.\" = '22' AND \"Position\" = 'Forward';"} +{"question_id": 255, "table_id": "1-11545282-10", "question": "What number does the player from Ohio play with?", "sql": "SELECT \"No.\" FROM \"1-11545282-10\" WHERE \"School/Club Team\" = 'Ohio';"} +{"question_id": 256, "table_id": "1-11545282-10", "question": "During which years did player number 35 play for Jazz?", "sql": "SELECT \"Years for Jazz\" FROM \"1-11545282-10\" WHERE \"No.\" = '35';"} +{"question_id": 257, "table_id": "1-11581984-2", "question": "For driver Mark Skaife what is the result for race 1?", "sql": "SELECT \"Race 1\" FROM \"1-11581984-2\" WHERE \"Driver\" = 'Mark Skaife';"} +{"question_id": 258, "table_id": "1-11602885-1", "question": "When was the game in Mexico played? ", "sql": "SELECT \"Date\" FROM \"1-11602885-1\" WHERE \"Location\" = 'Mexico';"} +{"question_id": 259, "table_id": "1-1160660-1", "question": "What University has the acrronym of USF", "sql": "SELECT \"University Name\" FROM \"1-1160660-1\" WHERE \"Acronym\" = 'USF';"} +{"question_id": 260, "table_id": "1-1160660-1", "question": "What is the acronym used for Beirut Arab University?", "sql": "SELECT \"Acronym\" FROM \"1-1160660-1\" WHERE \"University Name\" = 'Beirut Arab University';"} +{"question_id": 261, "table_id": "1-1160660-1", "question": "What is the acronym for the school whose website is ul.edu.lb", "sql": "SELECT \"Acronym\" FROM \"1-1160660-1\" WHERE \"Website\" = 'ul.edu.lb';"} +{"question_id": 262, "table_id": "1-1160660-1", "question": "Are there registration notes on usek.edu.lb?", "sql": "SELECT \"Official registration notes\" FROM \"1-1160660-1\" WHERE \"Website\" = 'usek.edu.lb';"} +{"question_id": 263, "table_id": "1-1160660-1", "question": "What year was USF founded?", "sql": "SELECT \"Date founded\" FROM \"1-1160660-1\" WHERE \"Acronym\" = 'USF';"} +{"question_id": 264, "table_id": "1-11621747-1", "question": "What is the tournament on Jul 11?", "sql": "SELECT \"Tournament\" FROM \"1-11621747-1\" WHERE \"Date\" = 'Jul 11';"} +{"question_id": 265, "table_id": "1-11621747-1", "question": "What is the tournament of Aug 29?", "sql": "SELECT \"Tournament\" FROM \"1-11621747-1\" WHERE \"Date\" = 'Aug 29';"} +{"question_id": 266, "table_id": "1-11621747-1", "question": "How many prizes were there at The Transamerica?", "sql": "SELECT COUNT(\"1st Prize( $ )\") FROM \"1-11621747-1\" WHERE \"Tournament\" = 'The Transamerica';"} +{"question_id": 267, "table_id": "1-11622392-1", "question": "What is the sum of the largest purse?", "sql": "SELECT MAX(\"Purse( $ )\") FROM \"1-11622392-1\";"} +{"question_id": 268, "table_id": "1-11622392-1", "question": "When was the tournament in Washington held?", "sql": "SELECT \"Date\" FROM \"1-11622392-1\" WHERE \"Location\" = 'Washington';"} +{"question_id": 269, "table_id": "1-11622392-1", "question": "How many tournaments in Texas had a purse higher than 330105.1624276874?", "sql": "SELECT COUNT(\"1st Prize( $ )\") FROM \"1-11622392-1\" WHERE \"Location\" = 'Texas' AND \"Purse( $ )\" > 330105.1624276874;"} +{"question_id": 270, "table_id": "1-11630008-4", "question": "What is the first season written by Joseph Hampton & Dani Renee?", "sql": "SELECT MIN(\"Season no.\") FROM \"1-11630008-4\" WHERE \"Written by\" = 'Joseph Hampton & Dani Renee';"} +{"question_id": 271, "table_id": "1-11630008-4", "question": "How many air dates are there for production code 206?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-11630008-4\" WHERE \"Production Code\" = 206.0;"} +{"question_id": 272, "table_id": "1-11630008-4", "question": "What is the title for season 2?", "sql": "SELECT \"Title\" FROM \"1-11630008-4\" WHERE \"Season no.\" = 2.0;"} +{"question_id": 273, "table_id": "1-11630008-4", "question": "What is the series number for the title \"Bad Influence\"", "sql": "SELECT MAX(\"Series no.\") FROM \"1-11630008-4\" WHERE \"Title\" = '\"Bad Influence\"';"} +{"question_id": 274, "table_id": "1-11630008-4", "question": "How many seasons was series number 47 shown?", "sql": "SELECT COUNT(\"Season no.\") FROM \"1-11630008-4\" WHERE \"Series no.\" = 47.0;"} +{"question_id": 275, "table_id": "1-11630008-6", "question": "When did the episode with production code 410 air?", "sql": "SELECT \"Original air date\" FROM \"1-11630008-6\" WHERE \"Production code\" = 410.0;"} +{"question_id": 276, "table_id": "1-11630008-6", "question": "What is the most series number with season 3?", "sql": "SELECT MAX(\"Series #\") FROM \"1-11630008-6\" WHERE \"Season #\" = 3.0;"} +{"question_id": 277, "table_id": "1-11622896-1", "question": "What is the purse value for the New York location?", "sql": "SELECT \"Purse( $ )\" FROM \"1-11622896-1\" WHERE \"Location\" = 'New York';"} +{"question_id": 278, "table_id": "1-11622896-1", "question": "What is the largest 1st prize( $ ) at the South Carolina location?", "sql": "SELECT MAX(\"1st Prize( $ )\") FROM \"1-11622896-1\" WHERE \"Location\" = 'South Carolina';"} +{"question_id": 279, "table_id": "1-11622896-1", "question": "What is the score for the Oregon location?", "sql": "SELECT \"Score\" FROM \"1-11622896-1\" WHERE \"Location\" = 'Oregon';"} +{"question_id": 280, "table_id": "1-11654169-1", "question": "List all areas within 1000 km in the city of lubelskie?", "sql": "SELECT \"Area in 1000km² (1930)\" FROM \"1-11654169-1\" WHERE \"Voivodeship Separate city\" = 'lubelskie';"} +{"question_id": 281, "table_id": "1-11654169-1", "question": "What is the population in the city of pomorskie?", "sql": "SELECT \"Population in 1000 (1931)\" FROM \"1-11654169-1\" WHERE \"Voivodeship Separate city\" = 'pomorskie';"} +{"question_id": 282, "table_id": "1-11654169-1", "question": "List all car plates in the capital of Wilno since the year of 1937.", "sql": "SELECT \"car plates (since 1937)\" FROM \"1-11654169-1\" WHERE \"Capital\" = 'Wilno';"} +{"question_id": 283, "table_id": "1-11654169-1", "question": "List population when their car plates are 30-34.", "sql": "SELECT \"Population in 1000 (1931)\" FROM \"1-11654169-1\" WHERE \"car plates (since 1937)\" = '30-34';"} +{"question_id": 284, "table_id": "1-1166259-1", "question": "How many points are there when the lost is 26?", "sql": "SELECT \"Points\" FROM \"1-1166259-1\" WHERE \"Lost\" = 26.0;"} +{"question_id": 285, "table_id": "1-11667521-17", "question": "WHAT TEAM CLASSIFIED IN THE STAGE WHERE Bradley Wiggins WON THE POINTS CLASSIFICATION ?", "sql": "SELECT \"Team Classification\" FROM \"1-11667521-17\" WHERE \"Points classification\" = 'Bradley Wiggins';"} +{"question_id": 286, "table_id": "1-11667521-17", "question": "IN WHAT STAGE DID Alexander Vinokourov WON THE GENERAL CLASSIFICATION?", "sql": "SELECT \"Stage (Winner)\" FROM \"1-11667521-17\" WHERE \"General classification\" = 'Alexander Vinokourov';"} +{"question_id": 287, "table_id": "1-11674683-2", "question": "Name the average for Spain delegate", "sql": "SELECT \"Average\" FROM \"1-11674683-2\" WHERE \"Delegate\" = 'Spain';"} +{"question_id": 288, "table_id": "1-11674683-2", "question": "Name the interview for Peru delegate", "sql": "SELECT \"Interview\" FROM \"1-11674683-2\" WHERE \"Delegate\" = 'Peru';"} +{"question_id": 289, "table_id": "1-11674683-2", "question": "Name the number of swimsuit for Israel", "sql": "SELECT COUNT(\"Swimsuit\") FROM \"1-11674683-2\" WHERE \"Delegate\" = 'Israel';"} +{"question_id": 290, "table_id": "1-11674683-2", "question": "What are the swimsuits for South Africa?", "sql": "SELECT \"Swimsuit\" FROM \"1-11674683-2\" WHERE \"Delegate\" = 'South Africa';"} +{"question_id": 291, "table_id": "1-11677100-12", "question": "Who were the MLB draft with the hometown Opa-locka, FL?", "sql": "SELECT \"MLB Draft\" FROM \"1-11677100-12\" WHERE \"Hometown\" = 'Opa-locka, FL';"} +{"question_id": 292, "table_id": "1-11677100-12", "question": "How many players have the hometown Pennsauken, NJ?", "sql": "SELECT COUNT(\"Player\") FROM \"1-11677100-12\" WHERE \"Hometown\" = 'Pennsauken, NJ';"} +{"question_id": 293, "table_id": "1-11677100-12", "question": "Which position did the player from the hometown of Dallas, TX play?", "sql": "SELECT \"Position\" FROM \"1-11677100-12\" WHERE \"Hometown\" = 'Dallas, TX';"} +{"question_id": 294, "table_id": "1-11677100-12", "question": "What is the hometown of player Jason Place?", "sql": "SELECT \"Hometown\" FROM \"1-11677100-12\" WHERE \"Player\" = 'Jason Place';"} +{"question_id": 295, "table_id": "1-11677100-12", "question": "What school did the Catcher attend?", "sql": "SELECT \"School\" FROM \"1-11677100-12\" WHERE \"Position\" = 'Catcher';"} +{"question_id": 296, "table_id": "1-11677100-11", "question": "What is Jay Bruce's hometown?", "sql": "SELECT \"Hometown\" FROM \"1-11677100-11\" WHERE \"Player\" = 'Jay Bruce';"} +{"question_id": 297, "table_id": "1-11677100-11", "question": "What school is he the Catcher for?", "sql": "SELECT \"School\" FROM \"1-11677100-11\" WHERE \"Position\" = 'Catcher';"} +{"question_id": 298, "table_id": "1-11677100-11", "question": "WHAT HOMETOWN DOES HE PLAY AS THE Catcher FOR?", "sql": "SELECT \"Hometown\" FROM \"1-11677100-11\" WHERE \"Position\" = 'Catcher';"} +{"question_id": 299, "table_id": "1-11677100-11", "question": "WHAT POSITION DOES HE PLAY FOR AT West Brook Senior High School?", "sql": "SELECT \"Position\" FROM \"1-11677100-11\" WHERE \"School\" = 'West Brook Senior High School';"} +{"question_id": 300, "table_id": "1-11677100-11", "question": "WHAT TOWN IS West Brook Senior High School FROM?", "sql": "SELECT \"Hometown\" FROM \"1-11677100-11\" WHERE \"School\" = 'West Brook Senior High School';"} +{"question_id": 301, "table_id": "1-11677691-1", "question": "What position did the player from Jersey City, New Jersey play? ", "sql": "SELECT \"Position\" FROM \"1-11677691-1\" WHERE \"Hometown\" = 'Jersey City, New Jersey';"} +{"question_id": 302, "table_id": "1-11677691-1", "question": "What Offensive line player hailed from Baton Rouge, Louisiana?", "sql": "SELECT \"Player\" FROM \"1-11677691-1\" WHERE \"Position\" = 'Offensive line' AND \"Hometown\" = 'Baton Rouge, Louisiana';"} +{"question_id": 303, "table_id": "1-11677691-1", "question": "What is Jeremy Hill's hometown?", "sql": "SELECT \"Hometown\" FROM \"1-11677691-1\" WHERE \"Player\" = 'Jeremy Hill';"} +{"question_id": 304, "table_id": "1-11677691-1", "question": "How many Offensive line players played for a college in Alabama?", "sql": "SELECT COUNT(\"Hometown\") FROM \"1-11677691-1\" WHERE \"College\" = 'Alabama' AND \"Position\" = 'Offensive line';"} +{"question_id": 305, "table_id": "1-11677691-1", "question": "How many players attended Hillcrest High School?", "sql": "SELECT COUNT(\"College\") FROM \"1-11677691-1\" WHERE \"School\" = 'Hillcrest High School';"} +{"question_id": 306, "table_id": "1-11677691-4", "question": "Where was the hometown for the player that attended Shanley High School?", "sql": "SELECT \"Hometown\" FROM \"1-11677691-4\" WHERE \"School\" = 'Shanley High School';"} +{"question_id": 307, "table_id": "1-11677691-4", "question": "Which player went to the college Southern California?", "sql": "SELECT \"Player\" FROM \"1-11677691-4\" WHERE \"College\" = 'Southern California';"} +{"question_id": 308, "table_id": "1-11677691-4", "question": "Which college did the player attend that went to Mission Viejo High School?", "sql": "SELECT \"College\" FROM \"1-11677691-4\" WHERE \"School\" = 'Mission Viejo High School';"} +{"question_id": 309, "table_id": "1-11677691-4", "question": "How many players hometown was Cincinnati, Ohio?", "sql": "SELECT COUNT(\"Player\") FROM \"1-11677691-4\" WHERE \"Hometown\" = 'Cincinnati, Ohio';"} +{"question_id": 310, "table_id": "1-11677691-4", "question": "Which player's hometown was Pewaukee, Wisconsin?", "sql": "SELECT \"Player\" FROM \"1-11677691-4\" WHERE \"Hometown\" = 'Pewaukee, Wisconsin';"} +{"question_id": 311, "table_id": "1-11677691-4", "question": "How many players' hometown was Akron, Ohio?", "sql": "SELECT COUNT(\"School\") FROM \"1-11677691-4\" WHERE \"Hometown\" = 'Akron, Ohio';"} +{"question_id": 312, "table_id": "1-11677691-7", "question": "Which player is from Utah?", "sql": "SELECT \"Player\" FROM \"1-11677691-7\" WHERE \"College\" = 'Utah';"} +{"question_id": 313, "table_id": "1-11677691-7", "question": "Which player is from Saguaro High School?", "sql": "SELECT \"Position\" FROM \"1-11677691-7\" WHERE \"School\" = 'Saguaro High School';"} +{"question_id": 314, "table_id": "1-11677691-7", "question": "Which player is from Joliet Catholic High School?", "sql": "SELECT \"Player\" FROM \"1-11677691-7\" WHERE \"School\" = 'Joliet Catholic High School';"} +{"question_id": 315, "table_id": "1-11677691-7", "question": "Which school did the player then go to Auburn?", "sql": "SELECT \"School\" FROM \"1-11677691-7\" WHERE \"College\" = 'Auburn';"} +{"question_id": 316, "table_id": "1-11677691-7", "question": "What is the hometown of Trinity High School?", "sql": "SELECT \"Hometown\" FROM \"1-11677691-7\" WHERE \"School\" = 'Trinity High School';"} +{"question_id": 317, "table_id": "1-11677691-8", "question": "What position did the kid from Loganville, Georgia play", "sql": "SELECT \"Position\" FROM \"1-11677691-8\" WHERE \"Hometown\" = 'Loganville, Georgia';"} +{"question_id": 318, "table_id": "1-11677691-8", "question": "Where is Longview High School", "sql": "SELECT \"Hometown\" FROM \"1-11677691-8\" WHERE \"School\" = 'Longview High School';"} +{"question_id": 319, "table_id": "1-11677691-8", "question": "Where did Robert Nkemdiche ‡ go to college", "sql": "SELECT \"College\" FROM \"1-11677691-8\" WHERE \"Player\" = 'Robert Nkemdiche ‡';"} +{"question_id": 320, "table_id": "1-11677691-8", "question": "Where is Friendship Collegiate Charter School located", "sql": "SELECT \"Hometown\" FROM \"1-11677691-8\" WHERE \"School\" = 'Friendship Collegiate Charter School';"} +{"question_id": 321, "table_id": "1-11690135-1", "question": "Who had an evening gown score of 9.78?", "sql": "SELECT \"Interview\" FROM \"1-11690135-1\" WHERE \"Evening Gown\" = '9.78';"} +{"question_id": 322, "table_id": "1-11690135-1", "question": "How many interviews were there for Miss Virginia?", "sql": "SELECT COUNT(\"Interview\") FROM \"1-11690135-1\" WHERE \"Country\" = 'Virginia';"} +{"question_id": 323, "table_id": "1-11690135-1", "question": "Who had a swimsuit score of 9.87?", "sql": "SELECT COUNT(\"Country\") FROM \"1-11690135-1\" WHERE \"Swimsuit\" = '9.87';"} +{"question_id": 324, "table_id": "1-11690135-1", "question": "Who had evening gown score of 9.82?", "sql": "SELECT \"Country\" FROM \"1-11690135-1\" WHERE \"Evening Gown\" = '9.82';"} +{"question_id": 325, "table_id": "1-11690135-1", "question": "How many ladies scored a 9.89 for the evening gown?", "sql": "SELECT COUNT(\"Swimsuit\") FROM \"1-11690135-1\" WHERE \"Evening Gown\" = '9.89';"} +{"question_id": 326, "table_id": "1-11690135-1", "question": "Who scored a 9.72 in the swimsuit?", "sql": "SELECT \"Interview\" FROM \"1-11690135-1\" WHERE \"Swimsuit\" = '9.72';"} +{"question_id": 327, "table_id": "1-11695215-1", "question": "What episode was writted by John A. Norris?", "sql": "SELECT \"Title\" FROM \"1-11695215-1\" WHERE \"Written by\" = 'John A. Norris';"} +{"question_id": 328, "table_id": "1-11695215-1", "question": "How many episodes did David Jackson write and direct?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-11695215-1\" WHERE \"Directed by\" = 'David Jackson';"} +{"question_id": 329, "table_id": "1-11734041-1", "question": "What player attended Loyola Marymount?", "sql": "SELECT \"Player\" FROM \"1-11734041-1\" WHERE \"School/Club Team/Country\" = 'Loyola Marymount';"} +{"question_id": 330, "table_id": "1-11734041-1", "question": "How may times did a player that attended Iowa State appear on the all time roster?", "sql": "SELECT COUNT(\"Years for Rockets\") FROM \"1-11734041-1\" WHERE \"School/Club Team/Country\" = 'Iowa State';"} +{"question_id": 331, "table_id": "1-11734041-1", "question": "What height was the player that played for the Rockets between 1992-93?", "sql": "SELECT \"Height in Ft.\" FROM \"1-11734041-1\" WHERE \"Years for Rockets\" = '1992-93';"} +{"question_id": 332, "table_id": "1-11734041-1", "question": "How many times did a Center that attended Oral Roberts play for the Rockets?", "sql": "SELECT COUNT(\"Years for Rockets\") FROM \"1-11734041-1\" WHERE \"Position\" = 'Center' AND \"School/Club Team/Country\" = 'Oral Roberts';"} +{"question_id": 333, "table_id": "1-11734041-1", "question": "What was the player name who came from Australia?", "sql": "SELECT \"Player\" FROM \"1-11734041-1\" WHERE \"School/Club Team/Country\" = 'Australia';"} +{"question_id": 334, "table_id": "1-11734041-16", "question": "What is the height in ft for the rockets from 1973-78?", "sql": "SELECT \"Height in Ft.\" FROM \"1-11734041-16\" WHERE \"Years for Rockets\" = '1973-78';"} +{"question_id": 335, "table_id": "1-11734041-16", "question": "Which players were number 3?", "sql": "SELECT \"Player\" FROM \"1-11734041-16\" WHERE \"No.(s)\" = '3';"} +{"question_id": 336, "table_id": "1-11734041-16", "question": "What is the height in ft for number 42 for the rockets in 1993-94?", "sql": "SELECT \"Height in Ft.\" FROM \"1-11734041-16\" WHERE \"No.(s)\" = '42' AND \"Years for Rockets\" = '1993-94';"} +{"question_id": 337, "table_id": "1-11734041-16", "question": "What are the players that attented Long Beach State?", "sql": "SELECT \"Player\" FROM \"1-11734041-16\" WHERE \"School/Club Team/Country\" = 'Long Beach State';"} +{"question_id": 338, "table_id": "1-11734041-16", "question": "what is the total amount of players for the rockets in 1998 only?", "sql": "SELECT COUNT(\"Player\") FROM \"1-11734041-16\" WHERE \"Years for Rockets\" = '1998';"} +{"question_id": 339, "table_id": "1-1175233-1", "question": "What is the area (square km) where the arrondissement is Millau?", "sql": "SELECT MIN(\"Area (Square km)\") FROM \"1-1175233-1\" WHERE \"Arrondissement\" = 'Millau';"} +{"question_id": 340, "table_id": "1-1175233-1", "question": "How many communes have the chief town as Dijon?", "sql": "SELECT COUNT(\"Communes\") FROM \"1-1175233-1\" WHERE \"Chief town\" = 'Dijon';"} +{"question_id": 341, "table_id": "1-1175233-1", "question": "How many communes when the arrondissement is Cosne-Cours-sur-Loire?", "sql": "SELECT MIN(\"Communes\") FROM \"1-1175233-1\" WHERE \"Arrondissement\" = 'Cosne-Cours-sur-Loire';"} +{"question_id": 342, "table_id": "1-1181375-1", "question": " what's the engine where builder is Gloucester RCW and withdrawn is 1959", "sql": "SELECT \"Engine\" FROM \"1-1181375-1\" WHERE \"Builder\" = 'Gloucester RCW' AND \"Withdrawn\" = '1959';"} +{"question_id": 343, "table_id": "1-1181375-1", "question": " what's the engine where number range is 8–9, 13–16", "sql": "SELECT \"Engine\" FROM \"1-1181375-1\" WHERE \"Number Range\" = '8–9, 13–16';"} +{"question_id": 344, "table_id": "1-1181375-1", "question": " what's the introduced where notes is 9 withdrawn in 1946 after fire", "sql": "SELECT \"Introduced\" FROM \"1-1181375-1\" WHERE \"Notes\" = '9 withdrawn in 1946 after fire';"} +{"question_id": 345, "table_id": "1-1181375-1", "question": " what's the builder where withdrawn is 1954–1958", "sql": "SELECT \"Builder\" FROM \"1-1181375-1\" WHERE \"Withdrawn\" = '1954–1958';"} +{"question_id": 346, "table_id": "1-1181375-1", "question": " what's the notes where number range is 17", "sql": "SELECT \"Notes\" FROM \"1-1181375-1\" WHERE \"Number Range\" = '17';"} +{"question_id": 347, "table_id": "1-1181375-1", "question": " what's the notes where withdrawn is 1956–57", "sql": "SELECT \"Notes\" FROM \"1-1181375-1\" WHERE \"Withdrawn\" = '1956–57';"} +{"question_id": 348, "table_id": "1-11827596-4", "question": "Who was the lyricist for Gopal Krishna and co singer of Solo?", "sql": "SELECT \"Lyricist\" FROM \"1-11827596-4\" WHERE \"Film name\" = 'Gopal Krishna' AND \"Co-singer\" = 'Solo';"} +{"question_id": 349, "table_id": "1-11827596-4", "question": "What was the number of music directors where the Suresh Wadkar co singer of Bhayanak?", "sql": "SELECT COUNT(\"Music director\") FROM \"1-11827596-4\" WHERE \"Co-singer\" = 'Suresh Wadkar' AND \"Film name\" = 'Bhayanak';"} +{"question_id": 350, "table_id": "1-11827596-4", "question": "What was the lyricst of \"Na Jane Aise Ho Gaya Kaise\"?", "sql": "SELECT \"Lyricist\" FROM \"1-11827596-4\" WHERE \"Song name\" = '\"Na Jane Aise Ho Gaya Kaise\"';"} +{"question_id": 351, "table_id": "1-11827596-2", "question": "how many times is the co-singer Suresh Wadkar and the film name is Tera Dukh Mera Dukh?", "sql": "SELECT COUNT(\"Lyricist\") FROM \"1-11827596-2\" WHERE \"Co-singer\" = 'Suresh Wadkar' AND \"Film name\" = 'Tera Dukh Mera Dukh';"} +{"question_id": 352, "table_id": "1-11827596-2", "question": "what are the film names with the co-singer Vinod Rathod?", "sql": "SELECT \"Film name\" FROM \"1-11827596-2\" WHERE \"Co-singer\" = 'Vinod Rathod';"} +{"question_id": 353, "table_id": "1-11827596-2", "question": "what is the song name for the film name Ganga Kare Insaaf?", "sql": "SELECT \"Song name\" FROM \"1-11827596-2\" WHERE \"Film name\" = 'Ganga Kare Insaaf';"} +{"question_id": 354, "table_id": "1-11827596-2", "question": "what are the song names for the film Kaal Bhairav?", "sql": "SELECT \"Song name\" FROM \"1-11827596-2\" WHERE \"Film name\" = 'Kaal Bhairav';"} +{"question_id": 355, "table_id": "1-11827596-2", "question": "who is the music director for the song \"Jekhanete Jaai Ami 1\"?", "sql": "SELECT \"Music director\" FROM \"1-11827596-2\" WHERE \"Song name\" = '\"Jekhanete Jaai Ami 1\"';"} +{"question_id": 356, "table_id": "1-1184344-1", "question": "What was the 1845 disposal for Sussex?", "sql": "SELECT \"1845 disposal\" FROM \"1-1184344-1\" WHERE \"Name\" = 'Sussex';"} +{"question_id": 357, "table_id": "1-1184344-1", "question": "What was the maximum l&cr number for Archimedes?", "sql": "SELECT MAX(\"L&CR No.\") FROM \"1-1184344-1\" WHERE \"Name\" = 'Archimedes';"} +{"question_id": 358, "table_id": "1-1184344-1", "question": "What was the type of Sussex?", "sql": "SELECT \"Type\" FROM \"1-1184344-1\" WHERE \"Name\" = 'Sussex';"} +{"question_id": 359, "table_id": "1-11869952-3", "question": "Where did Test Mission: war heads and Missile payload launch when there was a Partial Failure?", "sql": "SELECT \"Launch site\" FROM \"1-11869952-3\" WHERE \"Mission\" = 'Test Mission: war heads and Missile payload' AND \"Results\" = 'Partial Failure';"} +{"question_id": 360, "table_id": "1-11869952-3", "question": "Which missions were scheduled to launch on November 16, 2006?", "sql": "SELECT \"Mission\" FROM \"1-11869952-3\" WHERE \"Launch date\" = 'November 16, 2006';"} +{"question_id": 361, "table_id": "1-11869952-1", "question": "Which authority has a rocket launch called Rehbar-II?", "sql": "SELECT \"Institutional authority\" FROM \"1-11869952-1\" WHERE \"Rocket launch\" = 'Rehbar-II';"} +{"question_id": 362, "table_id": "1-11869952-1", "question": "Which authority has a rocket launch called Rehnuma-8?", "sql": "SELECT \"Institutional authority\" FROM \"1-11869952-1\" WHERE \"Rocket launch\" = 'Rehnuma-8';"} +{"question_id": 363, "table_id": "1-11869952-1", "question": "Which authority has a rocket launch called Shahpar-2?", "sql": "SELECT \"Institutional authority\" FROM \"1-11869952-1\" WHERE \"Rocket launch\" = 'Shahpar-2';"} +{"question_id": 364, "table_id": "1-11869952-1", "question": "Which authority has a rocket launch called Rehbar-5?", "sql": "SELECT COUNT(\"Derivatives\") FROM \"1-11869952-1\" WHERE \"Rocket launch\" = 'Rehbar-5';"} +{"question_id": 365, "table_id": "1-11900773-4", "question": "What denominations are the stamps with themes Opera, Léopold Simoneau and Pierrette Alarie?", "sql": "SELECT \"Denomination\" FROM \"1-11900773-4\" WHERE \"Theme\" = 'Opera, Léopold Simoneau and Pierrette Alarie';"} +{"question_id": 366, "table_id": "1-11900773-4", "question": "What kind of paper were the stamps with the theme Duck Decoys, Barrow's Golden Eye printed on?", "sql": "SELECT \"Paper Type\" FROM \"1-11900773-4\" WHERE \"Theme\" = 'Duck Decoys, Barrow''s Golden Eye';"} +{"question_id": 367, "table_id": "1-11900773-6", "question": "List all the themes designed by Isabelle Toussaint.", "sql": "SELECT \"Theme\" FROM \"1-11900773-6\" WHERE \"Design\" = 'Isabelle Toussaint';"} +{"question_id": 368, "table_id": "1-11900773-6", "question": "How many paper types did Ian Drolet design stamps on?", "sql": "SELECT COUNT(\"Paper Type\") FROM \"1-11900773-6\" WHERE \"Design\" = 'Ian Drolet';"} +{"question_id": 369, "table_id": "1-11900773-6", "question": "Who is the designer of the Christmas: Winter Fun (USA) stamp?", "sql": "SELECT \"Design\" FROM \"1-11900773-6\" WHERE \"Theme\" = 'Christmas: Winter Fun (USA)';"} +{"question_id": 370, "table_id": "1-11900773-6", "question": "How many stamps were designed for the theme of XII Summit de la Francophonie?", "sql": "SELECT COUNT(\"Design\") FROM \"1-11900773-6\" WHERE \"Theme\" = 'XII Summit de la Francophonie';"} +{"question_id": 371, "table_id": "1-11900773-6", "question": "Where is the first day cover cancellation for the 3 April 2008 IIHF World Championships, Quebec City stamp?", "sql": "SELECT \"First Day Cover Cancellation\" FROM \"1-11900773-6\" WHERE \"Date of Issue\" = '3 April 2008' AND \"Theme\" = 'IIHF World Championships, Quebec City';"} +{"question_id": 372, "table_id": "1-11926114-1", "question": "How many premier episodes were there with the title Survivor's Law II?", "sql": "SELECT COUNT(\"Premiere\") FROM \"1-11926114-1\" WHERE \"English title\" = 'Survivor''s Law II';"} +{"question_id": 373, "table_id": "1-11926114-1", "question": "What is the Chinese name that has a 31 average?", "sql": "SELECT \"Chinese title\" FROM \"1-11926114-1\" WHERE \"Average\" = 31.0;"} +{"question_id": 374, "table_id": "1-11926114-1", "question": "What is the rank of finale 37?", "sql": "SELECT \"Rank\" FROM \"1-11926114-1\" WHERE \"Finale\" = 37.0;"} +{"question_id": 375, "table_id": "1-11926114-1", "question": "what is the Chinese name for Forensic Heroes II?", "sql": "SELECT \"Chinese title\" FROM \"1-11926114-1\" WHERE \"English title\" = 'Forensic Heroes II';"} +{"question_id": 376, "table_id": "1-11926114-1", "question": "What numbr on the list had a peak rating of 42?", "sql": "SELECT MIN(\"Rank\") FROM \"1-11926114-1\" WHERE \"Peak\" = 42.0;"} +{"question_id": 377, "table_id": "1-1024710-2", "question": " what's the electorate where election date is 16 Cannot handle non-empty timestamp argument!", "sql": "SELECT \"Electorate\" FROM \"1-1024710-2\" WHERE \"Election date\" = '16 Cannot handle non-empty timestamp argument!';"} +{"question_id": 378, "table_id": "1-1024710-2", "question": " what's the province where member is Frederick Merriman Category:Articles with hCards", "sql": "SELECT \"Province\" FROM \"1-1024710-2\" WHERE \"Member\" = 'Frederick Merriman Category:Articles with hCards';"} +{"question_id": 379, "table_id": "1-1024710-2", "question": " what's the election date where electorate is Omata", "sql": "SELECT \"Election date\" FROM \"1-1024710-2\" WHERE \"Electorate\" = 'Omata';"} +{"question_id": 380, "table_id": "1-1024710-2", "question": " what's the election date where member is William Richmond Category:Articles with hCards", "sql": "SELECT \"Election date\" FROM \"1-1024710-2\" WHERE \"Member\" = 'William Richmond Category:Articles with hCards';"} +{"question_id": 381, "table_id": "1-1024710-2", "question": " what's the province where member is Dingley Brittin Category:Articles with hCards", "sql": "SELECT \"Province\" FROM \"1-1024710-2\" WHERE \"Member\" = 'Dingley Brittin Category:Articles with hCards';"} +{"question_id": 382, "table_id": "1-1024710-2", "question": " what's the election date where electorate is Christchurch Country", "sql": "SELECT \"Election date\" FROM \"1-1024710-2\" WHERE \"Electorate\" = 'Christchurch Country';"} +{"question_id": 383, "table_id": "1-11948857-1", "question": "What is the county for senator C. Anthony Muse?", "sql": "SELECT \"County(s) Represented\" FROM \"1-11948857-1\" WHERE \"Member Senator\" = 'C. Anthony Muse';"} +{"question_id": 384, "table_id": "1-11948857-1", "question": "Who is the senator for district 24?", "sql": "SELECT \"Member Senator\" FROM \"1-11948857-1\" WHERE \"District\" = 24.0;"} +{"question_id": 385, "table_id": "1-11948857-1", "question": "How many entries are shown for first elected for district 41?", "sql": "SELECT COUNT(\"First Elected\") FROM \"1-11948857-1\" WHERE \"District\" = 41.0;"} +{"question_id": 386, "table_id": "1-11944282-1", "question": "What is the total amount of allied-unrelated where the component is Human Capital?", "sql": "SELECT COUNT(\"Allied-Unrelated\") FROM \"1-11944282-1\" WHERE \"Component\" = 'Human Capital';"} +{"question_id": 387, "table_id": "1-11944282-1", "question": "How Many integrated allied-related are there?", "sql": "SELECT \"Integrated\" FROM \"1-11944282-1\" WHERE \"Allied-Related\" = 'Many';"} +{"question_id": 388, "table_id": "1-11944282-1", "question": "What is the name of the integrated where the component are Customers?", "sql": "SELECT \"Integrated\" FROM \"1-11944282-1\" WHERE \"Component\" = 'Customers';"} +{"question_id": 389, "table_id": "1-11944282-1", "question": "what is the integrated in which the holding allied-unrelated is Many?", "sql": "SELECT \"Holding\" FROM \"1-11944282-1\" WHERE \"Allied-Unrelated\" = 'Many';"} +{"question_id": 390, "table_id": "1-11944282-1", "question": "What is the name of the integrated where allied-related is Shared?", "sql": "SELECT \"Component\" FROM \"1-11944282-1\" WHERE \"Allied-Related\" = 'Shared';"} +{"question_id": 391, "table_id": "1-11951237-1", "question": "Who were the writers for series number 20?", "sql": "SELECT \"Written by\" FROM \"1-11951237-1\" WHERE \"Series #\" = 20.0;"} +{"question_id": 392, "table_id": "1-11951237-1", "question": "What is the production code for the show that aired on October 27, 1994?", "sql": "SELECT MAX(\"Production code\") FROM \"1-11951237-1\" WHERE \"Original air date\" = 'October 27, 1994';"} +{"question_id": 393, "table_id": "1-11951237-1", "question": "Who was the director of the Series 1 episode?", "sql": "SELECT \"Directed by\" FROM \"1-11951237-1\" WHERE \"Series #\" = 1.0;"} +{"question_id": 394, "table_id": "1-11959669-4", "question": "Which team played on December 5?", "sql": "SELECT \"Team\" FROM \"1-11959669-4\" WHERE \"Date\" = 'December 5';"} +{"question_id": 395, "table_id": "1-11959669-4", "question": "What was the location attendance when High points was by Pierce (22)?", "sql": "SELECT \"Location Attendance\" FROM \"1-11959669-4\" WHERE \"High points\" = 'Pierce (22)';"} +{"question_id": 396, "table_id": "1-11960610-7", "question": "What date did the Bulls play the LA Lakers?", "sql": "SELECT \"Date\" FROM \"1-11960610-7\" WHERE \"Team\" = 'LA Lakers';"} +{"question_id": 397, "table_id": "1-11960610-7", "question": "What team were the Bulls hosted by on December 7?", "sql": "SELECT \"Team\" FROM \"1-11960610-7\" WHERE \"Date\" = 'December 7';"} +{"question_id": 398, "table_id": "1-11964154-2", "question": "Who had the highest assists in game 4?", "sql": "SELECT \"High assists\" FROM \"1-11964154-2\" WHERE \"Game\" = 4.0;"} +{"question_id": 399, "table_id": "1-11964154-2", "question": "How many games was Damien Wilkins (27) the high scorer?", "sql": "SELECT MIN(\"Game\") FROM \"1-11964154-2\" WHERE \"High points\" = 'Damien Wilkins (27)';"} +{"question_id": 400, "table_id": "1-1198175-1", "question": "What is the name when born is December 30, 1957 Detroit, MI?", "sql": "SELECT \"Name\" FROM \"1-1198175-1\" WHERE \"Born\" = 'December 30, 1957 Detroit, MI';"} +{"question_id": 401, "table_id": "1-1198175-1", "question": "What is the weight(lbs) when born is April 6, 1954 Detroit, MI?", "sql": "SELECT \"Weight(lbs)\" FROM \"1-1198175-1\" WHERE \"Born\" = 'April 6, 1954 Detroit, MI';"} +{"question_id": 402, "table_id": "1-1198175-1", "question": "What is the name when the position is DE and college is Ohio State?", "sql": "SELECT \"Name\" FROM \"1-1198175-1\" WHERE \"Position\" = 'DE' AND \"College\" = 'Ohio State';"} +{"question_id": 403, "table_id": "1-1198175-1", "question": "What is under drafted when pro team is Arizona Cardinals?", "sql": "SELECT \"Drafted\" FROM \"1-1198175-1\" WHERE \"Pro Team\" = 'Arizona Cardinals';"} +{"question_id": 404, "table_id": "1-1198175-1", "question": "What is the position when drafted is 1974,R11,P11?", "sql": "SELECT \"Position\" FROM \"1-1198175-1\" WHERE \"Drafted\" = '1974,R11,P11';"} +{"question_id": 405, "table_id": "1-12032893-1", "question": "In which year was the Weight 170?", "sql": "SELECT \"Year\" FROM \"1-12032893-1\" WHERE \"Weight\" = 170.0;"} +{"question_id": 406, "table_id": "1-12032893-1", "question": "What number (#) is associated with the Name Ron Baxter?", "sql": "SELECT COUNT(\"#\") FROM \"1-12032893-1\" WHERE \"Name\" = 'Ron Baxter';"} +{"question_id": 407, "table_id": "1-12032893-1", "question": "Crockett High School had which number(#)?", "sql": "SELECT \"#\" FROM \"1-12032893-1\" WHERE \"High School\" = 'Crockett';"} +{"question_id": 408, "table_id": "1-12032893-1", "question": "Which home town was the high school Catholic University located in?", "sql": "SELECT \"Home Town\" FROM \"1-12032893-1\" WHERE \"High School\" = 'Catholic University';"} +{"question_id": 409, "table_id": "1-12032893-1", "question": "How many years have the home town of Baton Rouge, LA?", "sql": "SELECT COUNT(\"Year\") FROM \"1-12032893-1\" WHERE \"Home Town\" = 'Baton Rouge, LA';"} +{"question_id": 410, "table_id": "1-12032893-1", "question": "What height was the Forward position at Crockett High School?", "sql": "SELECT \"Height\" FROM \"1-12032893-1\" WHERE \"Position\" = 'Forward' AND \"High School\" = 'Crockett';"} +{"question_id": 411, "table_id": "1-1206583-2", "question": "What are the commissioned for Scotts, Greenock and Chieftain?", "sql": "SELECT \"Commissioned\" FROM \"1-1206583-2\" WHERE \"Builder\" = 'Scotts, Greenock' AND \"Name\" = 'Chieftain';"} +{"question_id": 412, "table_id": "1-1206583-2", "question": "What is the builder launched 30 October 1944?", "sql": "SELECT \"Builder\" FROM \"1-1206583-2\" WHERE \"Launched\" = '30 October 1944';"} +{"question_id": 413, "table_id": "1-120778-2", "question": "what is the minimum voted no where percent no is 56.6", "sql": "SELECT MIN(\"Voted No\") FROM \"1-120778-2\" WHERE \"Percent No\" = '56.6';"} +{"question_id": 414, "table_id": "1-120778-2", "question": " what's the percent yes where voted yes is 2410119", "sql": "SELECT \"Percent Yes\" FROM \"1-120778-2\" WHERE \"Voted Yes\" = 2410119.0;"} +{"question_id": 415, "table_id": "1-120778-2", "question": " what's the jurisdiction where percent yes is 43.4", "sql": "SELECT \"Jurisdiction\" FROM \"1-120778-2\" WHERE \"Percent Yes\" = '43.4';"} +{"question_id": 416, "table_id": "1-120778-2", "question": "what is the minimum voted yes where percent no is 68.2", "sql": "SELECT MIN(\"Voted Yes\") FROM \"1-120778-2\" WHERE \"Percent No\" = '68.2';"} +{"question_id": 417, "table_id": "1-120778-2", "question": " what's the jurisdiction where voted no is 322971", "sql": "SELECT \"Jurisdiction\" FROM \"1-120778-2\" WHERE \"Voted No\" = 322971.0;"} +{"question_id": 418, "table_id": "1-12078626-1", "question": " what's the date of completion where success is Yes", "sql": "SELECT \"Date of completion\" FROM \"1-12078626-1\" WHERE \"Success\" = 'Yes';"} +{"question_id": 419, "table_id": "1-12078626-1", "question": " what's the deadline for completion where description is iPhone recall within the first 3 months of release", "sql": "SELECT \"Deadline for completion\" FROM \"1-12078626-1\" WHERE \"Description\" = 'iPhone recall within the first 3 months of release';"} +{"question_id": 420, "table_id": "1-12078626-1", "question": " what's the success where date of completion is September 28, 2007", "sql": "SELECT \"Success\" FROM \"1-12078626-1\" WHERE \"Date of completion\" = 'September 28, 2007';"} +{"question_id": 421, "table_id": "1-12078626-1", "question": " what's the date of completion where deadline for completion is September 30, 2007", "sql": "SELECT \"Date of completion\" FROM \"1-12078626-1\" WHERE \"Deadline for completion\" = 'September 30, 2007';"} +{"question_id": 422, "table_id": "1-12078626-1", "question": "what is the total number of deadline for completion where description is Facebook becomes a publicly traded company", "sql": "SELECT COUNT(\"Deadline for completion\") FROM \"1-12078626-1\" WHERE \"Description\" = 'Facebook becomes a publicly traded company';"} +{"question_id": 423, "table_id": "1-12078626-1", "question": " what's the success where deadline for completion is October 7, 2007", "sql": "SELECT \"Success\" FROM \"1-12078626-1\" WHERE \"Deadline for completion\" = 'October 7, 2007';"} +{"question_id": 424, "table_id": "1-12077540-1", "question": "The earliest year is 1996.", "sql": "SELECT MIN(\"Year\") FROM \"1-12077540-1\";"} +{"question_id": 425, "table_id": "1-12077540-1", "question": "There are 5 imports of Plywood.", "sql": "SELECT \"Import\" FROM \"1-12077540-1\" WHERE \"Product\" = 'Plywood';"} +{"question_id": 426, "table_id": "1-12094300-1", "question": "What is the score for interview when the preliminaries score is 8.425?", "sql": "SELECT \"Interview\" FROM \"1-12094300-1\" WHERE \"Preliminaries\" = '8.425';"} +{"question_id": 427, "table_id": "1-12094300-1", "question": "What is the interview score when the preliminaries score is 8.400?", "sql": "SELECT \"Interview\" FROM \"1-12094300-1\" WHERE \"Preliminaries\" = '8.400';"} +{"question_id": 428, "table_id": "1-12094300-1", "question": "What is the score for swimsuit when the average is 8.791?", "sql": "SELECT \"Swimsuit\" FROM \"1-12094300-1\" WHERE \"Average\" = '8.791';"} +{"question_id": 429, "table_id": "1-12094300-1", "question": "What is the score for the interview for the state of New York?", "sql": "SELECT \"Interview\" FROM \"1-12094300-1\" WHERE \"State\" = 'New York';"} +{"question_id": 430, "table_id": "1-12094300-1", "question": "How many times did District of Columbia receive a score for evening gown?", "sql": "SELECT COUNT(\"Evening Gown\") FROM \"1-12094300-1\" WHERE \"State\" = 'District of Columbia';"} +{"question_id": 431, "table_id": "1-12094300-1", "question": "What is the average score when the swimsuit score is 8.503?", "sql": "SELECT \"Average\" FROM \"1-12094300-1\" WHERE \"Swimsuit\" = '8.503';"} +{"question_id": 432, "table_id": "1-12146068-2", "question": "What is the number of gt1 winning team for rnd 5?", "sql": "SELECT COUNT(\"GT1 Winning Team\") FROM \"1-12146068-2\" WHERE \"Rnd\" = 5.0;"} +{"question_id": 433, "table_id": "1-12146068-2", "question": "What is the rnd for gt1 winning team for Doc Bundy Andy Wallace?", "sql": "SELECT \"Rnd\" FROM \"1-12146068-2\" WHERE \"GT1 Winning Team\" = 'Doc Bundy Andy Wallace';"} +{"question_id": 434, "table_id": "1-12146068-2", "question": "Name the gt1 winning team for #54 Bell Motorsports", "sql": "SELECT \"GT1 Winning Team\" FROM \"1-12146068-2\" WHERE \"GT2 Winning Team\" = '#54 Bell Motorsports';"} +{"question_id": 435, "table_id": "1-12146637-1", "question": "What is the title of the episode that was watched by 8.92 million viewers?", "sql": "SELECT \"Episode title\" FROM \"1-12146637-1\" WHERE \"U.S. viewers (millions)\" = '8.92';"} +{"question_id": 436, "table_id": "1-12146637-1", "question": "How many episodes had 9.90 million viewers?", "sql": "SELECT COUNT(\"Episode title\") FROM \"1-12146637-1\" WHERE \"U.S. viewers (millions)\" = '9.90';"} +{"question_id": 437, "table_id": "1-12146637-1", "question": "What is the series number of the episode watched by 10.89 million viewers?", "sql": "SELECT MAX(\"Series #\") FROM \"1-12146637-1\" WHERE \"U.S. viewers (millions)\" = '10.89';"} +{"question_id": 438, "table_id": "1-12146637-1", "question": "What is the name of the episode written by Sheila Lawrence & Henry Alonso Myers?", "sql": "SELECT \"Episode title\" FROM \"1-12146637-1\" WHERE \"Writer(s)\" = 'Sheila Lawrence & Henry Alonso Myers';"} +{"question_id": 439, "table_id": "1-12165135-1", "question": "What is the pick number of the Defensive Back?", "sql": "SELECT COUNT(\"Overall Pick #\") FROM \"1-12165135-1\" WHERE \"Position\" = 'Defensive Back';"} +{"question_id": 440, "table_id": "1-12165135-1", "question": "What is the position for the pick number 17?", "sql": "SELECT \"Position\" FROM \"1-12165135-1\" WHERE \"Overall Pick #\" = 17.0;"} +{"question_id": 441, "table_id": "1-12165135-1", "question": "What is the college of the afl team of Buffalo Bills?", "sql": "SELECT \"College\" FROM \"1-12165135-1\" WHERE \"AFL Team\" = 'Buffalo Bills';"} +{"question_id": 442, "table_id": "1-12165135-1", "question": "What is the position of John Charles?", "sql": "SELECT \"Position\" FROM \"1-12165135-1\" WHERE \"Player\" = 'John Charles';"} +{"question_id": 443, "table_id": "1-12165135-1", "question": "What is the largest pick number of the New York Jets?", "sql": "SELECT MAX(\"Overall Pick #\") FROM \"1-12165135-1\" WHERE \"AFL Team\" = 'New York Jets';"} +{"question_id": 444, "table_id": "1-12165135-1", "question": "What is the afl team of the Offensive Guard?", "sql": "SELECT \"AFL Team\" FROM \"1-12165135-1\" WHERE \"Position\" = 'Offensive Guard';"} +{"question_id": 445, "table_id": "1-12186309-1", "question": "What was the women's singles were men's doubles were Steen Fladberg Jens Peter Nierhoff?", "sql": "SELECT \"Womens singles\" FROM \"1-12186309-1\" WHERE \"Mens doubles\" = 'Steen Fladberg Jens Peter Nierhoff';"} +{"question_id": 446, "table_id": "1-12186309-1", "question": "What are the mixed doubles where the mens singles is Kim Brodersen?", "sql": "SELECT \"Mixed doubles\" FROM \"1-12186309-1\" WHERE \"Mens singles\" = 'Kim Brodersen';"} +{"question_id": 447, "table_id": "1-1217448-1", "question": " what's the first appearance where character(s) is Iron Man", "sql": "SELECT \"First Appearance\" FROM \"1-1217448-1\" WHERE \"Character(s)\" = 'Iron Man';"} +{"question_id": 448, "table_id": "1-1217448-1", "question": "what is the total number of publisher where cover date is May 1939", "sql": "SELECT COUNT(\"Publisher\") FROM \"1-1217448-1\" WHERE \"Cover Date\" = 'May 1939';"} +{"question_id": 449, "table_id": "1-1217448-1", "question": "what is the total number of publisher where first appearance is Daredevil #1", "sql": "SELECT COUNT(\"Publisher\") FROM \"1-1217448-1\" WHERE \"First Appearance\" = 'Daredevil #1';"} +{"question_id": 450, "table_id": "1-1217448-1", "question": " what's the cover date where character(s) is Sandman (Wesley Dodds)", "sql": "SELECT \"Cover Date\" FROM \"1-1217448-1\" WHERE \"Character(s)\" = 'Sandman (Wesley Dodds)';"} +{"question_id": 451, "table_id": "1-1217448-1", "question": " what's the cover date where character(s) is X-Men ; Magneto", "sql": "SELECT \"Cover Date\" FROM \"1-1217448-1\" WHERE \"Character(s)\" = 'X-Men ; Magneto';"} +{"question_id": 452, "table_id": "1-1217448-1", "question": " what's the estimated value where cover date is August 1962", "sql": "SELECT \"Estimated Value\" FROM \"1-1217448-1\" WHERE \"Cover Date\" = 'August 1962';"} +{"question_id": 453, "table_id": "1-12175755-1", "question": "What theme placed as #3 in the Finale?", "sql": "SELECT \"Result\" FROM \"1-12175755-1\" WHERE \"Theme\" = 'Finale' AND \"Order #\" = '3';"} +{"question_id": 454, "table_id": "1-12175755-1", "question": "What is the theme for the episode Selection Process?", "sql": "SELECT \"Theme\" FROM \"1-12175755-1\" WHERE \"Episode\" = 'Selection Process';"} +{"question_id": 455, "table_id": "1-12175755-1", "question": "What is the order number for the song choice \"Detalles\"? ", "sql": "SELECT \"Order #\" FROM \"1-12175755-1\" WHERE \"Song choice\" = '\"Detalles\"';"} +{"question_id": 456, "table_id": "1-12175755-1", "question": "What is the order number for songs by the original artist Luis Fonsi?", "sql": "SELECT \"Order #\" FROM \"1-12175755-1\" WHERE \"Original artist\" = 'Luis Fonsi';"} +{"question_id": 457, "table_id": "1-12175755-1", "question": "What is the song choice when the theme is Not Aired?", "sql": "SELECT \"Theme\" FROM \"1-12175755-1\" WHERE \"Song choice\" = 'Not Aired';"} +{"question_id": 458, "table_id": "1-12194021-1", "question": "What years did Markose Bristow Madhumita Bisht win the mens singles and/or the mixed doubles?", "sql": "SELECT \"Mens singles\" FROM \"1-12194021-1\" WHERE \"Mixed doubles\" = 'Markose Bristow Madhumita Bisht';"} +{"question_id": 459, "table_id": "1-12194021-1", "question": "Who won the womens doubles in 2002?", "sql": "SELECT \"Womens doubles\" FROM \"1-12194021-1\" WHERE \"Season\" = 2002.0;"} +{"question_id": 460, "table_id": "1-12194021-1", "question": "How many total titles did Rupesh Kumar Sanave Thomas and Jwala Gutta Ashwini Ponnappa win total?", "sql": "SELECT COUNT(\"Womens singles\") FROM \"1-12194021-1\" WHERE \"Mens doubles\" = 'Rupesh Kumar Sanave Thomas' AND \"Womens doubles\" = 'Jwala Gutta Ashwini Ponnappa';"} +{"question_id": 461, "table_id": "1-12194021-1", "question": "In womens doubles and mens singles, what years did Arvind Bhat or Valiyaveetil Diju Jwala Gutta win?", "sql": "SELECT \"Womens doubles\" FROM \"1-12194021-1\" WHERE \"Mens singles\" = 'Arvind Bhat' AND \"Mixed doubles\" = 'Valiyaveetil Diju Jwala Gutta';"} +{"question_id": 462, "table_id": "1-12194021-1", "question": "How many titles did Trupti Murgunde claim?", "sql": "SELECT \"Womens doubles\" FROM \"1-12194021-1\" WHERE \"Womens singles\" = 'Trupti Murgunde';"} +{"question_id": 463, "table_id": "1-1220125-4", "question": "What is the pennant for 4 May 1943?", "sql": "SELECT \"Pennant\" FROM \"1-1220125-4\" WHERE \"Laid Down\" = '4 May 1943';"} +{"question_id": 464, "table_id": "1-1220125-4", "question": "What is the total number of fate for pennant of U33?", "sql": "SELECT COUNT(\"Fate\") FROM \"1-1220125-4\" WHERE \"Pennant\" = 'U33';"} +{"question_id": 465, "table_id": "1-1220125-4", "question": "What is the fate for 11 April 1944?", "sql": "SELECT \"Fate\" FROM \"1-1220125-4\" WHERE \"Commissioned\" = '11 April 1944';"} +{"question_id": 466, "table_id": "1-1220125-4", "question": "What is the name for 30 September 1943?", "sql": "SELECT \"Name\" FROM \"1-1220125-4\" WHERE \"Launched\" = '30 September 1943';"} +{"question_id": 467, "table_id": "1-1220125-4", "question": "What is the comissioned for 4 May 1943?", "sql": "SELECT \"Commissioned\" FROM \"1-1220125-4\" WHERE \"Laid Down\" = '4 May 1943';"} +{"question_id": 468, "table_id": "1-12226390-7", "question": "Who was the writters for the episode directed by Richard L. Bare, no. 8 in season?", "sql": "SELECT \"Written by\" FROM \"1-12226390-7\" WHERE \"Directed by\" = 'Richard L. Bare' AND \"No. in season\" = 8.0;"} +{"question_id": 469, "table_id": "1-12226390-7", "question": "How many episodes had a title \"The Great Mayoralty Campaign\"?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-12226390-7\" WHERE \"Title\" = '\"The Great Mayoralty Campaign\"';"} +{"question_id": 470, "table_id": "1-12243817-1", "question": "What is the location of the tournament that the share of winning is 7000?", "sql": "SELECT \"Tournament location\" FROM \"1-12243817-1\" WHERE \"Winners share ($)\" = 7000.0;"} +{"question_id": 471, "table_id": "1-12243817-1", "question": "What year is Japan the country?", "sql": "SELECT \"Year\" FROM \"1-12243817-1\" WHERE \"Country\" = 'Japan';"} +{"question_id": 472, "table_id": "1-12243817-1", "question": "What is the year that Dewi Claire Schreefel is the champion?", "sql": "SELECT \"Year\" FROM \"1-12243817-1\" WHERE \"Champion\" = 'Dewi Claire Schreefel';"} +{"question_id": 473, "table_id": "1-12243817-1", "question": "What is the winners Share ($) in the year 2004?", "sql": "SELECT MIN(\"Winners share ($)\") FROM \"1-12243817-1\" WHERE \"Year\" = '2004';"} +{"question_id": 474, "table_id": "1-12243817-1", "question": "What is the tournament location when Vicky Hurst in the champion?", "sql": "SELECT \"Tournament location\" FROM \"1-12243817-1\" WHERE \"Champion\" = 'Vicky Hurst';"} +{"question_id": 475, "table_id": "1-12261926-2", "question": "What is the intergiro classification of stage 21?", "sql": "SELECT \"Intergiro classification\" FROM \"1-12261926-2\" WHERE \"Stage\" = 21.0;"} +{"question_id": 476, "table_id": "1-12261926-2", "question": "What is the trofeo fast team on stage 8?", "sql": "SELECT \"Trofeo Fast Team\" FROM \"1-12261926-2\" WHERE \"Stage\" = 8.0;"} +{"question_id": 477, "table_id": "1-12261926-2", "question": "What is the general classification with the winner being Evgeni Berzin?", "sql": "SELECT COUNT(\"General classification\") FROM \"1-12261926-2\" WHERE \"Winner\" = 'Evgeni Berzin';"} +{"question_id": 478, "table_id": "1-12261926-2", "question": "What is the intergiro classification of Alexander Gontchenkov?", "sql": "SELECT \"Intergiro classification\" FROM \"1-12261926-2\" WHERE \"Winner\" = 'Alexander Gontchenkov';"} +{"question_id": 479, "table_id": "1-12262008-2", "question": "what is total number of points where the stage is 17?", "sql": "SELECT COUNT(\"Points classification\") FROM \"1-12262008-2\" WHERE \"Stage\" = 17.0;"} +{"question_id": 480, "table_id": "1-12271718-1", "question": "What is the status of channel 44.1?", "sql": "SELECT \"Status\" FROM \"1-12271718-1\" WHERE \"Channel\" = '44.1';"} +{"question_id": 481, "table_id": "1-12271718-1", "question": "What station has a Univision network affiliation?", "sql": "SELECT \"Station\" FROM \"1-12271718-1\" WHERE \"Network Affiliation\" = 'Univision';"} +{"question_id": 482, "table_id": "1-12272590-2", "question": "How many season did Sportfreunde Siegen win best supported club?", "sql": "SELECT COUNT(\"Season\") FROM \"1-12272590-2\" WHERE \"Best supported Club\" = 'Sportfreunde Siegen';"} +{"question_id": 483, "table_id": "1-12294557-3", "question": "what are all the Canadian air dates where the u.s. air date is May 1, 2009", "sql": "SELECT \"Canadian airdate\" FROM \"1-12294557-3\" WHERE \"U.S. airdate\" = 'May 1, 2009';"} +{"question_id": 484, "table_id": "1-12294557-3", "question": "What is the total number of u.s. air dates with a title of \"Dermabrasion\"", "sql": "SELECT COUNT(\"U.S. airdate\") FROM \"1-12294557-3\" WHERE \"Title\" = '\"Dermabrasion\"';"} +{"question_id": 485, "table_id": "1-12294557-3", "question": "What is the maximum season # with a u.s. air date is May 1, 2009", "sql": "SELECT MAX(\"Season #\") FROM \"1-12294557-3\" WHERE \"U.S. airdate\" = 'May 1, 2009';"} +{"question_id": 486, "table_id": "1-12294557-3", "question": "What is the total number of title with a u.s. air date of April 17, 2009", "sql": "SELECT COUNT(\"Title\") FROM \"1-12294557-3\" WHERE \"U.S. airdate\" = 'April 17, 2009';"} +{"question_id": 487, "table_id": "1-12294557-3", "question": "what is the minimum production code", "sql": "SELECT MIN(\"Production code\") FROM \"1-12294557-3\";"} +{"question_id": 488, "table_id": "1-12294557-3", "question": "what are the u.s. air dates with a Canadian air date of May 4, 2009", "sql": "SELECT \"U.S. airdate\" FROM \"1-12294557-3\" WHERE \"Canadian airdate\" = 'May 4, 2009';"} +{"question_id": 489, "table_id": "1-12286195-1", "question": "Which is the charity that the background of the celebrity is Heavyweight Champion?", "sql": "SELECT \"Charity\" FROM \"1-12286195-1\" WHERE \"Background\" = 'Heavyweight Champion';"} +{"question_id": 490, "table_id": "1-12286195-1", "question": "What is the original team of the celebrity who had the result 08 Fired in week 10 (2008-03-06)", "sql": "SELECT \"Original Team\" FROM \"1-12286195-1\" WHERE \"Result\" = '08 Fired in week 10 (2008-03-06)';"} +{"question_id": 491, "table_id": "1-12286195-1", "question": "Which celebrity was raised 03?", "sql": "SELECT \"Celebrity\" FROM \"1-12286195-1\" WHERE \"Raised\" = '03';"} +{"question_id": 492, "table_id": "1-12286195-1", "question": "What is the charity of the celebrity with the background Reality Star?", "sql": "SELECT \"Charity\" FROM \"1-12286195-1\" WHERE \"Background\" = 'Reality Star';"} +{"question_id": 493, "table_id": "1-12286195-1", "question": "What is the background of the celebrity who had the result 13 The Celebrity Apprentice (2008-03-27)?", "sql": "SELECT \"Background\" FROM \"1-12286195-1\" WHERE \"Result\" = '13 The Celebrity Apprentice (2008-03-27)';"} +{"question_id": 494, "table_id": "1-1231316-4", "question": "Where is Tamunosiki Atorudibo from", "sql": "SELECT \"Country\" FROM \"1-1231316-4\" WHERE \"Athlete\" = 'Tamunosiki Atorudibo';"} +{"question_id": 495, "table_id": "1-1231316-4", "question": "Where is Dwain Chambers from", "sql": "SELECT \"Location\" FROM \"1-1231316-4\" WHERE \"Athlete\" = 'Dwain Chambers';"} +{"question_id": 496, "table_id": "1-1231316-4", "question": "What was the stats of Trinidad and Tobago", "sql": "SELECT \"Wind (m/s)\" FROM \"1-1231316-4\" WHERE \"Country\" = 'Trinidad and Tobago';"} +{"question_id": 497, "table_id": "1-1231316-6", "question": "Name the total number of wind m/s for Sunday Emmanuel", "sql": "SELECT COUNT(\"Wind (m/s)\") FROM \"1-1231316-6\" WHERE \"Athlete\" = 'Sunday Emmanuel';"} +{"question_id": 498, "table_id": "1-1231316-6", "question": "Name the wind m/s and fastest time of 10.25 and Jeff Demps", "sql": "SELECT \"Wind (m/s)\" FROM \"1-1231316-6\" WHERE \"Fastest time (s)\" = '10.25' AND \"Athlete\" = 'Jeff Demps';"} +{"question_id": 499, "table_id": "1-1233026-4", "question": "What is the club when 1st leg is 1–2?", "sql": "SELECT \"Club\" FROM \"1-1233026-4\" WHERE \"1st leg\" = '1–2';"} +{"question_id": 500, "table_id": "1-1233026-4", "question": "What is the competition when aggregate is 1–4?", "sql": "SELECT \"Competition\" FROM \"1-1233026-4\" WHERE \"Aggregate\" = '1–4';"} +{"question_id": 501, "table_id": "1-1233026-4", "question": "What is the 1st leg when club is A.C. Libertas?", "sql": "SELECT \"1st leg\" FROM \"1-1233026-4\" WHERE \"Club\" = 'A.C. Libertas';"} +{"question_id": 502, "table_id": "1-1233026-4", "question": "What is the 1st leg when 2nd leg is 1–0 and competition is UEFA Champions League?", "sql": "SELECT \"1st leg\" FROM \"1-1233026-4\" WHERE \"2nd leg\" = '1–0' AND \"Competition\" = 'UEFA Champions League';"} +{"question_id": 503, "table_id": "1-1233026-4", "question": "What is the competition when 2nd leg is 0–8?", "sql": "SELECT \"Competition\" FROM \"1-1233026-4\" WHERE \"2nd leg\" = '0–8';"} +{"question_id": 504, "table_id": "1-1233026-4", "question": "What is the round when 1st leg is 0–1?", "sql": "SELECT \"Round\" FROM \"1-1233026-4\" WHERE \"1st leg\" = '0–1';"} +{"question_id": 505, "table_id": "1-12379297-4", "question": "What is the branding of Metro Manila?", "sql": "SELECT \"Branding\" FROM \"1-12379297-4\" WHERE \"Location\" = 'Metro Manila';"} +{"question_id": 506, "table_id": "1-12434380-1", "question": "When was the institution of Kansas City Kansas Community College founded?", "sql": "SELECT COUNT(\"Founded\") FROM \"1-12434380-1\" WHERE \"Institution\" = 'Kansas City Kansas Community College';"} +{"question_id": 507, "table_id": "1-12434380-1", "question": "What is the mascot for the instition of Kansas City Kansas Community College?", "sql": "SELECT \"Mascot\" FROM \"1-12434380-1\" WHERE \"Institution\" = 'Kansas City Kansas Community College';"} +{"question_id": 508, "table_id": "1-12434380-1", "question": "How many school colors is there for the main campus location of Highland?", "sql": "SELECT COUNT(\"School Colors\") FROM \"1-12434380-1\" WHERE \"Main Campus Location\" = 'Highland';"} +{"question_id": 509, "table_id": "1-12434380-1", "question": "What is the mascot for the school founded in 1923 with the school colors of Blue, Red & White?", "sql": "SELECT \"Mascot\" FROM \"1-12434380-1\" WHERE \"Founded\" = 1923.0 AND \"School Colors\" = 'Blue, Red & White';"} +{"question_id": 510, "table_id": "1-12434380-1", "question": "What is the instition where the main campus location is Overland Park?", "sql": "SELECT \"Institution\" FROM \"1-12434380-1\" WHERE \"Main Campus Location\" = 'Overland Park';"} +{"question_id": 511, "table_id": "1-12434380-1", "question": "What is the name of the institution with the mascot of Blue Devils?", "sql": "SELECT \"Institution\" FROM \"1-12434380-1\" WHERE \"Mascot\" = 'Blue Devils';"} +{"question_id": 512, "table_id": "1-12419515-5", "question": "Name the people who wrote number 67", "sql": "SELECT \"Written by\" FROM \"1-12419515-5\" WHERE \"Series #\" = 67.0;"} +{"question_id": 513, "table_id": "1-12419515-5", "question": "Name the number of season that was written by Adam Milch", "sql": "SELECT MIN(\"Season #\") FROM \"1-12419515-5\" WHERE \"Written by\" = 'Adam Milch';"} +{"question_id": 514, "table_id": "1-12419515-5", "question": "Name the season number for the direction of Patrick Norris", "sql": "SELECT \"Season #\" FROM \"1-12419515-5\" WHERE \"Directed by\" = 'Patrick Norris';"} +{"question_id": 515, "table_id": "1-12451376-1", "question": "Who wrote the episode when the director was Dean White?", "sql": "SELECT \"Writer(s)\" FROM \"1-12451376-1\" WHERE \"Director\" = 'Dean White';"} +{"question_id": 516, "table_id": "1-12451376-2", "question": "Please list the total number of title with the production code 211.", "sql": "SELECT COUNT(\"Title\") FROM \"1-12451376-2\" WHERE \"Production Code\" = 211.0;"} +{"question_id": 517, "table_id": "1-12451376-2", "question": "What is the production code of the episode titled, \"But There's Clay\"?", "sql": "SELECT MAX(\"Production Code\") FROM \"1-12451376-2\" WHERE \"Title\" = '\"But There''s Clay\"';"} +{"question_id": 518, "table_id": "1-12451376-2", "question": "Please give me the title of Season 2, episode 1. ", "sql": "SELECT \"Title\" FROM \"1-12451376-2\" WHERE \"Season 2 Ep #\" = 1.0;"} +{"question_id": 519, "table_id": "1-12451376-2", "question": "Provide me with the name of the writer with the production code 210. ", "sql": "SELECT \"Writer(s)\" FROM \"1-12451376-2\" WHERE \"Production Code\" = 210.0;"} +{"question_id": 520, "table_id": "1-12451376-2", "question": "What is the number of the original airdate with the production code 208.", "sql": "SELECT COUNT(\"Original Airdate\") FROM \"1-12451376-2\" WHERE \"Production Code\" = 208.0;"} +{"question_id": 521, "table_id": "1-1251878-3", "question": "What size is a 30 frames per minute", "sql": "SELECT \"Frame size\" FROM \"1-1251878-3\" WHERE \"Maximum fps\" = 30.0;"} +{"question_id": 522, "table_id": "1-1251878-3", "question": "What is the size when the frame is bigger than for 4096.0", "sql": "SELECT \"Aspect Ratio\" FROM \"1-1251878-3\" WHERE \"Width\" > 4096.0;"} +{"question_id": 523, "table_id": "1-1251878-3", "question": "What is the smallest frames per minute when the pixels are 5.0", "sql": "SELECT \"least compression at 24 fps\" FROM \"1-1251878-3\" WHERE \"Mpix\" = '5.0';"} +{"question_id": 524, "table_id": "1-1251878-1", "question": "what's the width with frame size being 4.5K", "sql": "SELECT \"Width\" FROM \"1-1251878-1\" WHERE \"Frame size\" = '4.5K';"} +{"question_id": 525, "table_id": "1-12547903-2", "question": "What is the callsign of Tuguegarao", "sql": "SELECT \"Callsign\" FROM \"1-12547903-2\" WHERE \"Location (Transmitter site)\" = 'Tuguegarao';"} +{"question_id": 526, "table_id": "1-12547903-2", "question": "What is the station type of Calbayog", "sql": "SELECT \"Station Type\" FROM \"1-12547903-2\" WHERE \"Location (Transmitter site)\" = 'Calbayog';"} +{"question_id": 527, "table_id": "1-12547903-2", "question": "What is the station type of SMNI TV-26 Naga", "sql": "SELECT \"Station Type\" FROM \"1-12547903-2\" WHERE \"Branding\" = 'SMNI TV-26 Naga';"} +{"question_id": 528, "table_id": "1-12547903-3", "question": "How many places featured the DXCL Callsign?", "sql": "SELECT COUNT(\"Location\") FROM \"1-12547903-3\" WHERE \"Callsign\" = 'DXCL';"} +{"question_id": 529, "table_id": "1-12547903-3", "question": "What was the branding in Dagupan?", "sql": "SELECT \"Branding\" FROM \"1-12547903-3\" WHERE \"Location\" = 'Dagupan';"} +{"question_id": 530, "table_id": "1-12547903-3", "question": "What was the callsign in Zamboanga?", "sql": "SELECT \"Callsign\" FROM \"1-12547903-3\" WHERE \"Location\" = 'Zamboanga';"} +{"question_id": 531, "table_id": "1-12547903-3", "question": "How much power was used when the callsign was DZYT?", "sql": "SELECT \"Power (kW)\" FROM \"1-12547903-3\" WHERE \"Callsign\" = 'DZYT';"} +{"question_id": 532, "table_id": "1-12564633-1", "question": "What is the name of Season #15?", "sql": "SELECT \"Title\" FROM \"1-12564633-1\" WHERE \"Season #\" = 15.0;"} +{"question_id": 533, "table_id": "1-12564633-1", "question": "What is the series number for Season #18?", "sql": "SELECT MIN(\"Series #\") FROM \"1-12564633-1\" WHERE \"Season #\" = 18.0;"} +{"question_id": 534, "table_id": "1-12564633-1", "question": "What was the first series in this list that Jack Orman wrote?", "sql": "SELECT MIN(\"Series #\") FROM \"1-12564633-1\" WHERE \"Written by\" = 'Jack Orman';"} +{"question_id": 535, "table_id": "1-12564633-1", "question": "What date did the episode called \"Responsible Parties\" air on?", "sql": "SELECT \"Original air date\" FROM \"1-12564633-1\" WHERE \"Title\" = '\"Responsible Parties\"';"} +{"question_id": 536, "table_id": "1-12564633-1", "question": "What is the name of the episode that Richard Thorpe directed?", "sql": "SELECT \"Title\" FROM \"1-12564633-1\" WHERE \"Directed by\" = 'Richard Thorpe';"} +{"question_id": 537, "table_id": "1-12576536-1", "question": "Name the population of maryborough when population of woocoo is 2700", "sql": "SELECT \"Population (Maryborough)\" FROM \"1-12576536-1\" WHERE \"Population (Woocoo)\" = 2700.0;"} +{"question_id": 538, "table_id": "1-12576536-1", "question": "Name the most year when population of woocoo is 2700", "sql": "SELECT MAX(\"Year\") FROM \"1-12576536-1\" WHERE \"Population (Woocoo)\" = 2700.0;"} +{"question_id": 539, "table_id": "1-1266602-2", "question": "Who was crew chief for the team owned by Bob Leavine?", "sql": "SELECT \"Crew Chief\" FROM \"1-1266602-2\" WHERE \"Owner(s)\" = 'Bob Leavine';"} +{"question_id": 540, "table_id": "1-1266602-2", "question": "Who drove for team Circle Sport?", "sql": "SELECT \"Driver(s)\" FROM \"1-1266602-2\" WHERE \"Team\" = 'Circle Sport';"} +{"question_id": 541, "table_id": "1-1266602-2", "question": "Who drove for Phil Parsons Racing team?", "sql": "SELECT \"Driver(s)\" FROM \"1-1266602-2\" WHERE \"Team\" = 'Phil Parsons Racing';"} +{"question_id": 542, "table_id": "1-1266602-2", "question": "Which teams used Wally Rogers as their crew chief?", "sql": "SELECT \"Team\" FROM \"1-1266602-2\" WHERE \"Crew Chief\" = 'Wally Rogers';"} +{"question_id": 543, "table_id": "1-1266602-2", "question": "What is the largest number of rounds for the team that hired Donnie Wingo as crew chief?", "sql": "SELECT MAX(\"Rounds\") FROM \"1-1266602-2\" WHERE \"Crew Chief\" = 'Donnie Wingo';"} +{"question_id": 544, "table_id": "1-12720275-1", "question": "What is the percent change (1990–2000) when the 2007 estimate is 0 1,598,161?", "sql": "SELECT \"Percent Change (1990–2000)\" FROM \"1-12720275-1\" WHERE \"2007 Estimate\" = '0 1,598,161';"} +{"question_id": 545, "table_id": "1-12720275-1", "question": "What is the 2007 estimate when the rank (csa) is 4", "sql": "SELECT \"2007 Estimate\" FROM \"1-12720275-1\" WHERE \"Rank (CSA)\" = '4';"} +{"question_id": 546, "table_id": "1-12720275-1", "question": "What is the 2007 estimate for Tulsa-Bartlesville, OK CSA?", "sql": "SELECT \"2007 Estimate\" FROM \"1-12720275-1\" WHERE \"Combined Statistical Area (or Metropolitan Statistical Area if noted)\" = 'Tulsa-Bartlesville, OK CSA';"} +{"question_id": 547, "table_id": "1-12720275-1", "question": "How many times was the rank (csa) was (MSA 348)?", "sql": "SELECT COUNT(\"2000 Population\") FROM \"1-12720275-1\" WHERE \"Rank (CSA)\" = '(MSA 348)';"} +{"question_id": 548, "table_id": "1-12720275-1", "question": "What is the rank (csa) for the percentage change (1990-2000) was A034 +8.71%?", "sql": "SELECT \"Rank (CSA)\" FROM \"1-12720275-1\" WHERE \"Percent Change (1990–2000)\" = 'A034 +8.71%';"} +{"question_id": 549, "table_id": "1-1272033-1", "question": "What tourmament has Genesis won previously?", "sql": "SELECT \"Championship\" FROM \"1-1272033-1\" WHERE \"Previous champion(s)\" = 'Genesis';"} +{"question_id": 550, "table_id": "1-1272033-1", "question": "Who was the champion prior to Xix Xavant?", "sql": "SELECT \"Previous champion(s)\" FROM \"1-1272033-1\" WHERE \"Champion(s)\" = 'Xix Xavant';"} +{"question_id": 551, "table_id": "1-1272033-1", "question": "Who are the champions that have won at Aguas Buenas, Puerto Rico?", "sql": "SELECT \"Champion(s)\" FROM \"1-1272033-1\" WHERE \"Location\" = 'Aguas Buenas, Puerto Rico';"} +{"question_id": 552, "table_id": "1-12744399-1", "question": "What's the English translation of the Japanese title of the game Ranma ½: Chougi Rambuhen?", "sql": "SELECT \"English Title/Translation\" FROM \"1-12744399-1\" WHERE \"Japanese Title\" = 'Ranma ½: Chougi Rambuhen';"} +{"question_id": 553, "table_id": "1-12744399-1", "question": "What's the genre of Fever Ranma ½: Hot Springs Athletic Chapter?", "sql": "SELECT \"Genre\" FROM \"1-12744399-1\" WHERE \"English Title/Translation\" = 'Fever Ranma ½: Hot Springs Athletic Chapter';"} +{"question_id": 554, "table_id": "1-12744399-1", "question": "When was the game developed by Microvision released?", "sql": "SELECT \"Initial Release Date\" FROM \"1-12744399-1\" WHERE \"Developer\" = 'Microvision';"} +{"question_id": 555, "table_id": "1-12784134-1", "question": "What's the number of verbal nouns with the basic stem (root) -bil-?", "sql": "SELECT COUNT(\"Verbal noun\") FROM \"1-12784134-1\" WHERE \"Basic stem (root)\" = '-bil-';"} +{"question_id": 556, "table_id": "1-12784134-1", "question": "What does the non-present stem -erama- mean?", "sql": "SELECT \"Meaning\" FROM \"1-12784134-1\" WHERE \"Non-present stem\" = '-erama-';"} +{"question_id": 557, "table_id": "1-12784134-1", "question": "What's the participle when the verbal noun is i-bil-tze?", "sql": "SELECT \"Participle\" FROM \"1-12784134-1\" WHERE \"Verbal noun\" = 'i-bil-tze';"} +{"question_id": 558, "table_id": "1-12784134-1", "question": "What does the basic stem (root) -rama- mean?", "sql": "SELECT \"Meaning\" FROM \"1-12784134-1\" WHERE \"Basic stem (root)\" = '-rama-';"} +{"question_id": 559, "table_id": "1-12784134-1", "question": "What is the verbal noun connected to the participle e-duki?", "sql": "SELECT \"Verbal noun\" FROM \"1-12784134-1\" WHERE \"Participle\" = 'e-duki';"} +{"question_id": 560, "table_id": "1-12828723-4", "question": "what is the tries against where points is 60?", "sql": "SELECT \"Tries against\" FROM \"1-12828723-4\" WHERE \"Points\" = '60';"} +{"question_id": 561, "table_id": "1-12828723-4", "question": "How many losing bonus where there when points against is 439?", "sql": "SELECT COUNT(\"Losing bonus\") FROM \"1-12828723-4\" WHERE \"Points against\" = '439';"} +{"question_id": 562, "table_id": "1-12828723-4", "question": "what is the drawn when the won is 12?", "sql": "SELECT \"Drawn\" FROM \"1-12828723-4\" WHERE \"Won\" = '12';"} +{"question_id": 563, "table_id": "1-12828723-4", "question": "What is the tries against when the won is 14?", "sql": "SELECT \"Tries against\" FROM \"1-12828723-4\" WHERE \"Won\" = '14';"} +{"question_id": 564, "table_id": "1-12828723-4", "question": "How many tries for are for 473 points for?", "sql": "SELECT COUNT(\"Tries for\") FROM \"1-12828723-4\" WHERE \"Points for\" = '473';"} +{"question_id": 565, "table_id": "1-12828723-4", "question": "what is the points for when the played is 22 and tries against is 68?", "sql": "SELECT \"Points for\" FROM \"1-12828723-4\" WHERE \"Played\" = '22' AND \"Tries against\" = '68';"} +{"question_id": 566, "table_id": "1-12828723-3", "question": "what's the loss with try bonus being 5 and points for being 390", "sql": "SELECT \"Lost\" FROM \"1-12828723-3\" WHERE \"Try bonus\" = '5' AND \"Points for\" = '390';"} +{"question_id": 567, "table_id": "1-12828723-3", "question": "what's the win with points for being 376", "sql": "SELECT \"Won\" FROM \"1-12828723-3\" WHERE \"Points for\" = '376';"} +{"question_id": 568, "table_id": "1-12828723-3", "question": "what's the loss with points for being 594", "sql": "SELECT \"Lost\" FROM \"1-12828723-3\" WHERE \"Points for\" = '594';"} +{"question_id": 569, "table_id": "1-12828723-3", "question": "what's the tries against with tries for being 47", "sql": "SELECT \"Tries against\" FROM \"1-12828723-3\" WHERE \"Tries for\" = '47';"} +{"question_id": 570, "table_id": "1-12828723-3", "question": "what's the won with club being Ammanford RFC", "sql": "SELECT \"Won\" FROM \"1-12828723-3\" WHERE \"Club\" = 'Ammanford RFC';"} +{"question_id": 571, "table_id": "1-12828723-3", "question": " how many drawn with tries against being 24", "sql": "SELECT COUNT(\"Drawn\") FROM \"1-12828723-3\" WHERE \"Tries against\" = '24';"} +{"question_id": 572, "table_id": "1-12828723-5", "question": "What were the drawn with points against at 416?", "sql": "SELECT \"Drawn\" FROM \"1-12828723-5\" WHERE \"Points against\" = '416';"} +{"question_id": 573, "table_id": "1-12828723-5", "question": "What was the amount won with tries against at 54?", "sql": "SELECT \"Won\" FROM \"1-12828723-5\" WHERE \"Tries against\" = '54';"} +{"question_id": 574, "table_id": "1-12828723-5", "question": "What was the lost with Tries for?", "sql": "SELECT \"Lost\" FROM \"1-12828723-5\" WHERE \"Tries for\" = 'Tries for';"} +{"question_id": 575, "table_id": "1-12828723-5", "question": "What was the points againt when Played is Played?", "sql": "SELECT \"Points against\" FROM \"1-12828723-5\" WHERE \"Played\" = 'Played';"} +{"question_id": 576, "table_id": "1-12828723-5", "question": "What was the tries for with tries against at 33?", "sql": "SELECT \"Tries for\" FROM \"1-12828723-5\" WHERE \"Tries against\" = '33';"} +{"question_id": 577, "table_id": "1-12828723-5", "question": "What was the played with club Tumble RFC?", "sql": "SELECT \"Played\" FROM \"1-12828723-5\" WHERE \"Club\" = 'Tumble RFC';"} +{"question_id": 578, "table_id": "1-12887260-1", "question": "What consoles was Shenmue released on?", "sql": "SELECT \"Console\" FROM \"1-12887260-1\" WHERE \"Franchise or Game\" = 'Shenmue';"} +{"question_id": 579, "table_id": "1-12887260-1", "question": "Which main developer made their first release in 1991 and created the Mega Drive/Genesis console?", "sql": "SELECT \"Main Developer\" FROM \"1-12887260-1\" WHERE \"First Release\" = 1991.0 AND \"Console\" = 'Mega Drive/Genesis';"} +{"question_id": 580, "table_id": "1-12962773-10", "question": "How many players currently play for Barons Riga?", "sql": "SELECT COUNT(\"Position\") FROM \"1-12962773-10\" WHERE \"Current Club\" = 'Barons Riga';"} +{"question_id": 581, "table_id": "1-12962773-10", "question": "How tall was Player #10?", "sql": "SELECT \"Height\" FROM \"1-12962773-10\" WHERE \"No\" = 10.0;"} +{"question_id": 582, "table_id": "1-12962773-10", "question": "What is the earliest any of these players were born?", "sql": "SELECT MIN(\"Year born\") FROM \"1-12962773-10\";"} +{"question_id": 583, "table_id": "1-12962773-10", "question": "Which player number is 2.10 meters tall?", "sql": "SELECT \"No\" FROM \"1-12962773-10\" WHERE \"Height\" = '2.10';"} +{"question_id": 584, "table_id": "1-12962773-10", "question": "What position was played by the player who was 2.12 meters tall?", "sql": "SELECT \"Position\" FROM \"1-12962773-10\" WHERE \"Height\" = '2.12';"} +{"question_id": 585, "table_id": "1-12936521-2", "question": "What current conference is Post University a member of?", "sql": "SELECT \"Current Conference\" FROM \"1-12936521-2\" WHERE \"Institution\" = 'Post University';"} +{"question_id": 586, "table_id": "1-12936521-2", "question": "What institution has the nickname Penmen?", "sql": "SELECT \"Institution\" FROM \"1-12936521-2\" WHERE \"Nickname\" = 'Penmen';"} +{"question_id": 587, "table_id": "1-12936521-2", "question": "Where is the University at Albany located?", "sql": "SELECT \"Location\" FROM \"1-12936521-2\" WHERE \"Institution\" = 'University at Albany';"} +{"question_id": 588, "table_id": "1-12936521-2", "question": "What's the classification of the institution nicknamed Dolphins?", "sql": "SELECT \"Classification\" FROM \"1-12936521-2\" WHERE \"Nickname\" = 'Dolphins';"} +{"question_id": 589, "table_id": "1-12936521-2", "question": "What's the nickname of the University of Massachusetts Lowell (UMass Lowell)?", "sql": "SELECT \"Nickname\" FROM \"1-12936521-2\" WHERE \"Institution\" = 'University of Massachusetts Lowell (UMass Lowell)';"} +{"question_id": 590, "table_id": "1-12962773-2", "question": "What is Ido Kozikaro's position?", "sql": "SELECT \"Position\" FROM \"1-12962773-2\" WHERE \"Player\" = 'Ido Kozikaro';"} +{"question_id": 591, "table_id": "1-12962773-2", "question": "What player plays Center?", "sql": "SELECT \"Player\" FROM \"1-12962773-2\" WHERE \"Position\" = 'Center';"} +{"question_id": 592, "table_id": "1-12962773-2", "question": "What are the numbers of the players currently playing for Ironi Nahariya?", "sql": "SELECT \"No\" FROM \"1-12962773-2\" WHERE \"Current Club\" = 'Ironi Nahariya';"} +{"question_id": 593, "table_id": "1-12962773-2", "question": "What player is 2.01 m tall?", "sql": "SELECT \"Player\" FROM \"1-12962773-2\" WHERE \"Height\" = '2.01';"} +{"question_id": 594, "table_id": "1-12962773-2", "question": "What's Yotam Halperin's position?", "sql": "SELECT \"Position\" FROM \"1-12962773-2\" WHERE \"Player\" = 'Yotam Halperin';"} +{"question_id": 595, "table_id": "1-12962773-12", "question": "What current club does the player born in 1984 play for?", "sql": "SELECT \"Current Club\" FROM \"1-12962773-12\" WHERE \"Year born\" = 1984.0;"} +{"question_id": 596, "table_id": "1-12962773-12", "question": "What is the height for player number 5?", "sql": "SELECT COUNT(\"Height\") FROM \"1-12962773-12\" WHERE \"No\" = 5.0;"} +{"question_id": 597, "table_id": "1-12962773-12", "question": "What height is player number 9?", "sql": "SELECT \"Height\" FROM \"1-12962773-12\" WHERE \"No\" = 9.0;"} +{"question_id": 598, "table_id": "1-12962773-12", "question": "WHat is the number for the player whose height is 2.01?", "sql": "SELECT COUNT(\"Player\") FROM \"1-12962773-12\" WHERE \"Height\" = '2.01';"} +{"question_id": 599, "table_id": "1-12962773-12", "question": "What year was the player with the height 2.04 born?", "sql": "SELECT MIN(\"Year born\") FROM \"1-12962773-12\" WHERE \"Height\" = '2.04';"} +{"question_id": 600, "table_id": "1-12962773-16", "question": "How many players wore number 8?", "sql": "SELECT COUNT(\"Height\") FROM \"1-12962773-16\" WHERE \"No\" = 8.0;"} +{"question_id": 601, "table_id": "1-12962773-16", "question": "What player was born in 1983?", "sql": "SELECT \"Player\" FROM \"1-12962773-16\" WHERE \"Year born\" = 1983.0;"} +{"question_id": 602, "table_id": "1-12962773-16", "question": "What club does the player who is 1.97 m tall play for?", "sql": "SELECT \"Current Club\" FROM \"1-12962773-16\" WHERE \"Height\" = '1.97';"} +{"question_id": 603, "table_id": "1-12962773-16", "question": "How many players are from Energa Czarni?", "sql": "SELECT COUNT(\"Position\") FROM \"1-12962773-16\" WHERE \"Current Club\" = 'Energa Czarni';"} +{"question_id": 604, "table_id": "1-12962773-16", "question": "What year was Robert Skibniewski born?", "sql": "SELECT \"Year born\" FROM \"1-12962773-16\" WHERE \"Player\" = 'Robert Skibniewski';"} +{"question_id": 605, "table_id": "1-12962773-4", "question": "What No is the player Zoran Erceg", "sql": "SELECT MIN(\"No\") FROM \"1-12962773-4\" WHERE \"Player\" = 'Zoran Erceg';"} +{"question_id": 606, "table_id": "1-13003460-1", "question": "What is the iclandic of the glossary for presenta for mi locaria", "sql": "SELECT \"The Icelandic of the glossary\" FROM \"1-13003460-1\" WHERE \"The Basque of the glossary\" = 'presenta for mi locaria';"} +{"question_id": 607, "table_id": "1-13003460-1", "question": "Name the english translation of giefdu mier socka bond", "sql": "SELECT \"English translation\" FROM \"1-13003460-1\" WHERE \"The Icelandic of the glossary\" = 'giefdu mier socka bond';"} +{"question_id": 608, "table_id": "1-13003460-1", "question": "Name the english translation of 219", "sql": "SELECT \"English translation\" FROM \"1-13003460-1\" WHERE \"Word number\" = '219';"} +{"question_id": 609, "table_id": "1-13003460-1", "question": "Name the incelandic of the glossary for 218", "sql": "SELECT \"The Icelandic of the glossary\" FROM \"1-13003460-1\" WHERE \"Word number\" = '218';"} +{"question_id": 610, "table_id": "1-1300080-1", "question": "What's the type of printer ports in the model number EX Plus3?", "sql": "SELECT \"Printer ports\" FROM \"1-1300080-1\" WHERE \"Model number\" = 'EX Plus3';"} +{"question_id": 611, "table_id": "1-1300080-1", "question": "What is the number of the model with Three Parallel printer ports?", "sql": "SELECT \"Model number\" FROM \"1-1300080-1\" WHERE \"Printer ports\" = 'Three Parallel';"} +{"question_id": 612, "table_id": "1-1300080-1", "question": "What is the type of the printer ports included in the EX Plus3 model number?", "sql": "SELECT \"Printer ports\" FROM \"1-1300080-1\" WHERE \"Model number\" = 'EX Plus3';"} +{"question_id": 613, "table_id": "1-1300080-1", "question": "What are the network protocols for the model that has been Discontinued in favor of the en1700?", "sql": "SELECT \"Network protocols\" FROM \"1-1300080-1\" WHERE \"Notes\" = 'Discontinued in favor of the en1700';"} +{"question_id": 614, "table_id": "1-1300525-1", "question": "How many people live in 铅山县?", "sql": "SELECT MAX(\"Population\") FROM \"1-1300525-1\" WHERE \"Simplified\" = '铅山县';"} +{"question_id": 615, "table_id": "1-1300525-1", "question": "What is the traditional way to write the name of the district who's area is 2331?", "sql": "SELECT \"Traditional\" FROM \"1-1300525-1\" WHERE \"Area\" = 2331.0;"} +{"question_id": 616, "table_id": "1-1300525-1", "question": "What is the capital of the district who's simplified name is 信州区?", "sql": "SELECT COUNT(\"Pinyin\") FROM \"1-1300525-1\" WHERE \"Simplified\" = '信州区';"} +{"question_id": 617, "table_id": "1-1300525-1", "question": "How many people live in the district who's capital is Héngfēng Xiàn?", "sql": "SELECT \"Population\" FROM \"1-1300525-1\" WHERE \"Pinyin\" = 'Héngfēng Xiàn';"} +{"question_id": 618, "table_id": "1-1300525-1", "question": "What is the density of Yushan County?", "sql": "SELECT COUNT(\"Density\") FROM \"1-1300525-1\" WHERE \"English Name\" = 'Yushan County';"} +{"question_id": 619, "table_id": "1-1305623-12", "question": "How many gold medals does the Choctawhatchee High School have?", "sql": "SELECT MAX(\"Gold Medals\") FROM \"1-1305623-12\" WHERE \"Ensemble\" = 'Choctawhatchee High School';"} +{"question_id": 620, "table_id": "1-1305623-12", "question": "How many gold medals does each school who has a total of 1 medal have?", "sql": "SELECT \"Gold Medals\" FROM \"1-1305623-12\" WHERE \"Total Medals\" = 1.0;"} +{"question_id": 621, "table_id": "1-13050822-2", "question": "What is the time for stage SS18?", "sql": "SELECT \"Time\" FROM \"1-13050822-2\" WHERE \"Stage\" = 'SS18';"} +{"question_id": 622, "table_id": "1-13050822-2", "question": "Name the length for stage SS22", "sql": "SELECT \"Length\" FROM \"1-13050822-2\" WHERE \"Stage\" = 'SS22';"} +{"question_id": 623, "table_id": "1-13050822-2", "question": "What is the number of leg for SS17", "sql": "SELECT COUNT(\"Leg\") FROM \"1-13050822-2\" WHERE \"Stage\" = 'SS17';"} +{"question_id": 624, "table_id": "1-13050822-2", "question": "What is the leg for C. Atkinson", "sql": "SELECT \"Leg\" FROM \"1-13050822-2\" WHERE \"Rally leader\" = 'C. Atkinson';"} +{"question_id": 625, "table_id": "1-1305623-6", "question": "What's the smallest number of bronze medals that any one if the ensembles has? ", "sql": "SELECT MIN(\"Bronze Medals\") FROM \"1-1305623-6\";"} +{"question_id": 626, "table_id": "1-1310499-1", "question": "What is the rev of the 2003-2004 Mustang Cobra?", "sql": "SELECT \"Rev\" FROM \"1-1310499-1\" WHERE \"Application\" = '2003-2004 Mustang Cobra';"} +{"question_id": 627, "table_id": "1-1310499-1", "question": "What is the rev for all of the Aston Martin applications?", "sql": "SELECT \"Rev\" FROM \"1-1310499-1\" WHERE \"Application\" = 'Aston Martin';"} +{"question_id": 628, "table_id": "1-1310499-1", "question": "What is the 3rd ratio for tag number 1386-000-017 and input splines of 26?", "sql": "SELECT \"3rd\" FROM \"1-1310499-1\" WHERE \"Input Splines\" = 26.0 AND \"Tag ID\" = '1386-000-017';"} +{"question_id": 629, "table_id": "1-1310499-1", "question": "What is the 2nd ratio of 1996-2002 Dodge Viper?", "sql": "SELECT \"2nd\" FROM \"1-1310499-1\" WHERE \"Application\" = '1996-2002 Dodge Viper';"} +{"question_id": 630, "table_id": "1-1310499-1", "question": "What application has a 6th ratio of 0.50:1 and 350 as a torque rating?", "sql": "SELECT \"Application\" FROM \"1-1310499-1\" WHERE \"6th\" = '0.50:1' AND \"Torque Rating\" = 350.0;"} +{"question_id": 631, "table_id": "1-13150274-1", "question": "Whose address of operation was the EchiraX Concession? ", "sql": "SELECT \"Client\" FROM \"1-13150274-1\" WHERE \"Area of Operation\" = 'EchiraX Concession';"} +{"question_id": 632, "table_id": "1-13150274-1", "question": "When was the operation in Field 103 executed? ", "sql": "SELECT \"Years of Operation\" FROM \"1-13150274-1\" WHERE \"Area of Operation\" = 'Field 103';"} +{"question_id": 633, "table_id": "1-13150274-1", "question": "In what country is the El Hamada area of operation? ", "sql": "SELECT \"Country\" FROM \"1-13150274-1\" WHERE \"Area of Operation\" = 'El Hamada';"} +{"question_id": 634, "table_id": "1-13196576-2", "question": "Name the champion for 3rd place being 4 and 2nd place being larger than 4.0", "sql": "SELECT \"Champion\" FROM \"1-13196576-2\" WHERE \"3rd pl.\" = 4.0 AND \"2nd pl.\" > 4.0;"} +{"question_id": 635, "table_id": "1-13196576-2", "question": "What is the total number for 3rd place for Ducati Xerox?", "sql": "SELECT COUNT(\"3rd pl.\") FROM \"1-13196576-2\" WHERE \"Team\" = 'Ducati Xerox';"} +{"question_id": 636, "table_id": "1-1320857-1", "question": "Who is J.E. Armstrong when W.H. Archer is D.M. Lawson?", "sql": "SELECT \"J.E. Armstrong\" FROM \"1-1320857-1\" WHERE \"W.H. Archer\" = 'D.M. Lawson';"} +{"question_id": 637, "table_id": "1-1320857-1", "question": "What are the fa.brill when w.h. archer is known as R. Newman?", "sql": "SELECT \"F.A. Brill\" FROM \"1-1320857-1\" WHERE \"W.H. Archer\" = 'R. Newman';"} +{"question_id": 638, "table_id": "1-1320857-1", "question": "Who is h.l birkett if w.h. archer is R. Cochrane?", "sql": "SELECT \"H.L. Birkett\" FROM \"1-1320857-1\" WHERE \"W.H. Archer\" = 'R. Cochrane';"} +{"question_id": 639, "table_id": "1-1320857-1", "question": "Who is h.t. brewer when j.e. armstrong is A.J. Wilson?", "sql": "SELECT \"H.T. Brewer\" FROM \"1-1320857-1\" WHERE \"J.E. Armstrong\" = 'A.J. Wilson';"} +{"question_id": 640, "table_id": "1-1320857-1", "question": "Who is h.t. brewer when je armstrong is C.P. Greeks?", "sql": "SELECT \"H.T. Brewer\" FROM \"1-1320857-1\" WHERE \"J.E. Armstrong\" = 'C.P. Greeks';"} +{"question_id": 641, "table_id": "1-13241993-3", "question": "When did the part 1 of the episode \"Anxiety\" air?", "sql": "SELECT \"Part 1\" FROM \"1-13241993-3\" WHERE \"Title\" = '\"Anxiety\"';"} +{"question_id": 642, "table_id": "1-13241993-3", "question": "What was the air date of part 2 of the episode whose part 1 was aired on January 31, 2008?", "sql": "SELECT \"Part 2\" FROM \"1-13241993-3\" WHERE \"Part 1\" = 'January 31, 2008';"} +{"question_id": 643, "table_id": "1-13241993-3", "question": "What's the name of the episode whose part 3 aired on February 7, 2008?", "sql": "SELECT \"Title\" FROM \"1-13241993-3\" WHERE \"Part 3\" = 'February 7, 2008';"} +{"question_id": 644, "table_id": "1-13241993-3", "question": "What's the episode number of \"Anxiety\"?", "sql": "SELECT \"Episode #\" FROM \"1-13241993-3\" WHERE \"Title\" = '\"Anxiety\"';"} +{"question_id": 645, "table_id": "1-13241993-3", "question": "What's the air date of part 1 of the episode whose part 2 aired on December 2, 2007?", "sql": "SELECT \"Part 1\" FROM \"1-13241993-3\" WHERE \"Part 2\" = 'December 2, 2007';"} +{"question_id": 646, "table_id": "1-13241993-3", "question": "How many part 6 parts are there in the episode number 5?", "sql": "SELECT COUNT(\"Part 6\") FROM \"1-13241993-3\" WHERE \"Episode #\" = 5.0;"} +{"question_id": 647, "table_id": "1-13258823-2", "question": "Name the record with opponent Atlanta Falcons", "sql": "SELECT \"Record\" FROM \"1-13258823-2\" WHERE \"Opponent\" = 'Atlanta Falcons';"} +{"question_id": 648, "table_id": "1-13258823-2", "question": "Name the number of opponent with Arrowhead Stadium", "sql": "SELECT COUNT(\"Opponent\") FROM \"1-13258823-2\" WHERE \"Game site\" = 'Arrowhead Stadium';"} +{"question_id": 649, "table_id": "1-13258823-2", "question": "Name the date with the record of 1-0", "sql": "SELECT \"Date\" FROM \"1-13258823-2\" WHERE \"Record\" = '1-0';"} +{"question_id": 650, "table_id": "1-13258823-2", "question": "Name the record for September 15, 1985", "sql": "SELECT \"Record\" FROM \"1-13258823-2\" WHERE \"Date\" = 'September 15, 1985';"} +{"question_id": 651, "table_id": "1-13273629-2", "question": "How many of the episodes were titled \"Guerillas in the Mist\"?", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-13273629-2\" WHERE \"Title\" = '\"Guerillas in the Mist\"';"} +{"question_id": 652, "table_id": "1-13273629-2", "question": "What's the series number of the episode that's written by Elizabeth Devine?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-13273629-2\" WHERE \"Written by\" = 'Elizabeth Devine';"} +{"question_id": 653, "table_id": "1-13273629-2", "question": "When was the episode directed by Carey Meyer aired for the first time?", "sql": "SELECT \"Original air date\" FROM \"1-13273629-2\" WHERE \"Directed by\" = 'Carey Meyer';"} +{"question_id": 654, "table_id": "1-13273629-2", "question": "Who is the writer of the episode called \"Ambush\" (Part 1)?", "sql": "SELECT \"Written by\" FROM \"1-13273629-2\" WHERE \"Title\" = '\"Ambush\" (Part 1)';"} +{"question_id": 655, "table_id": "1-1331313-1", "question": "who is the the��office with incumbent being Ramon R. Jimenez, Jr.", "sql": "SELECT \"Office\" FROM \"1-1331313-1\" WHERE \"Incumbent\" = 'Ramon R. Jimenez, Jr.';"} +{"question_id": 656, "table_id": "1-1331313-1", "question": " how many office with department being Department of Justice Kagawaran ng Katarungan", "sql": "SELECT COUNT(\"Office\") FROM \"1-1331313-1\" WHERE \"Department\" = 'Department of Justice Kagawaran ng Katarungan';"} +{"question_id": 657, "table_id": "1-1331313-1", "question": "what's the department with acronym being DepEd (KEd)", "sql": "SELECT \"Department\" FROM \"1-1331313-1\" WHERE \"Acronym\" = 'DepEd (KEd)';"} +{"question_id": 658, "table_id": "1-1331313-1", "question": "what's the department with incumbent being Enrique Ona", "sql": "SELECT \"Department\" FROM \"1-1331313-1\" WHERE \"Incumbent\" = 'Enrique Ona';"} +{"question_id": 659, "table_id": "1-1331313-1", "question": "what's the acronym with department being Department of Finance Kagawaran ng Pananalapi", "sql": "SELECT \"Acronym\" FROM \"1-1331313-1\" WHERE \"Department\" = 'Department of Finance Kagawaran ng Pananalapi';"} +{"question_id": 660, "table_id": "1-13336122-7", "question": "When did the episode \"Hell Bent for Leather\" originally air?", "sql": "SELECT \"Original air date\" FROM \"1-13336122-7\" WHERE \"Title\" = '\"Hell Bent for Leather\"';"} +{"question_id": 661, "table_id": "1-13336122-7", "question": "What's the season number of the episode titled \"Quitters\"?", "sql": "SELECT MIN(\"No. in season\") FROM \"1-13336122-7\" WHERE \"Title\" = '\"Quitters\"';"} +{"question_id": 662, "table_id": "1-13336122-7", "question": "What's the season number of the episode watched by 0.57 million US viewers?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-13336122-7\" WHERE \"U.S. viewers (million)\" = '0.57';"} +{"question_id": 663, "table_id": "1-13336122-7", "question": "How many episodes were seen by 0.67 million US viewers on their original air dates?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-13336122-7\" WHERE \"U.S. viewers (million)\" = '0.67';"} +{"question_id": 664, "table_id": "1-13336122-7", "question": "What episode was directed by David Duchovny?", "sql": "SELECT \"Title\" FROM \"1-13336122-7\" WHERE \"Directed by\" = 'David Duchovny';"} +{"question_id": 665, "table_id": "1-13388681-1", "question": "How much is the purse ( $ ) when the margin of victory is 1 stroke?", "sql": "SELECT \"Purse ( $ )\" FROM \"1-13388681-1\" WHERE \"Margin of victory\" = '1 stroke';"} +{"question_id": 666, "table_id": "1-13388681-1", "question": "What is the number of \"to par\" in Mexico with a winning score of 67-67-69-70=273?", "sql": "SELECT \"To par\" FROM \"1-13388681-1\" WHERE \"Country\" = 'Mexico' AND \"Winning score\" = '67-67-69-70=273';"} +{"question_id": 667, "table_id": "1-1340667-3", "question": "what's the 3rd day with 4th day being rowed-over", "sql": "SELECT \"3rd day\" FROM \"1-1340667-3\" WHERE \"4th Day\" = 'rowed-over';"} +{"question_id": 668, "table_id": "1-1340667-3", "question": "what's the 3rd day with finbeingh position being 16th", "sql": "SELECT \"3rd day\" FROM \"1-1340667-3\" WHERE \"Finish position\" = '16th';"} +{"question_id": 669, "table_id": "1-1340667-3", "question": " how many 1st day with 3rd day being bumped St. Catharine's", "sql": "SELECT COUNT(\"1st day\") FROM \"1-1340667-3\" WHERE \"3rd day\" = 'bumped St. Catharine''s';"} +{"question_id": 670, "table_id": "1-1340667-3", "question": " how many 3rd day with 2nd day being bumped by Magdalene", "sql": "SELECT COUNT(\"3rd day\") FROM \"1-1340667-3\" WHERE \"2nd day\" = 'bumped by Magdalene';"} +{"question_id": 671, "table_id": "1-1340667-3", "question": "what's the 4th day with 3rd day being bumped by Downing", "sql": "SELECT \"4th Day\" FROM \"1-1340667-3\" WHERE \"3rd day\" = 'bumped by Downing';"} +{"question_id": 672, "table_id": "1-1340667-3", "question": "what is the maximum year with 3rd day being rowed-over", "sql": "SELECT MAX(\"Year\") FROM \"1-1340667-3\" WHERE \"3rd day\" = 'rowed-over';"} +{"question_id": 673, "table_id": "1-1341395-33", "question": "what are all the result for New York 6 district", "sql": "SELECT \"Result\" FROM \"1-1341395-33\" WHERE \"District\" = 'New York 6';"} +{"question_id": 674, "table_id": "1-1341395-33", "question": "Who were the candidates when Gregory W. Meeks was the incumbent", "sql": "SELECT \"Candidates\" FROM \"1-1341395-33\" WHERE \"Incumbent\" = 'Gregory W. Meeks';"} +{"question_id": 675, "table_id": "1-1341395-33", "question": "what are all the result for New York 16 district", "sql": "SELECT \"Result\" FROM \"1-1341395-33\" WHERE \"District\" = 'New York 16';"} +{"question_id": 676, "table_id": "1-1341395-33", "question": "what are all the result for New York 7 district", "sql": "SELECT \"Result\" FROM \"1-1341395-33\" WHERE \"District\" = 'New York 7';"} +{"question_id": 677, "table_id": "1-1341395-44", "question": "What party was Kevin Brady?", "sql": "SELECT \"Party\" FROM \"1-1341395-44\" WHERE \"Incumbent\" = 'Kevin Brady';"} +{"question_id": 678, "table_id": "1-1341395-44", "question": "What district has Ron Paul?", "sql": "SELECT \"District\" FROM \"1-1341395-44\" WHERE \"Incumbent\" = 'Ron Paul';"} +{"question_id": 679, "table_id": "1-1341423-23", "question": "What party does Jim Ramstad represent?", "sql": "SELECT \"Party\" FROM \"1-1341423-23\" WHERE \"Incumbent\" = 'Jim Ramstad';"} +{"question_id": 680, "table_id": "1-1341423-23", "question": "What year was incumbent Jim Ramstad first elected?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1341423-23\" WHERE \"Incumbent\" = 'Jim Ramstad';"} +{"question_id": 681, "table_id": "1-1341423-23", "question": "What was the result when incumbent Gil Gutknecht ran?", "sql": "SELECT \"Results\" FROM \"1-1341423-23\" WHERE \"Incumbent\" = 'Gil Gutknecht';"} +{"question_id": 682, "table_id": "1-1341453-37", "question": "When was the incumbent Sherrod Brown first elected? ", "sql": "SELECT MAX(\"First elected\") FROM \"1-1341453-37\" WHERE \"Incumbent\" = 'Sherrod Brown';"} +{"question_id": 683, "table_id": "1-1341453-37", "question": "What was the result of the election in which the incumbent was first elected in 1984?", "sql": "SELECT \"Results\" FROM \"1-1341453-37\" WHERE \"First elected\" = 1984.0;"} +{"question_id": 684, "table_id": "1-1341453-37", "question": "Which incumbent was first elected in 1972? ", "sql": "SELECT \"Incumbent\" FROM \"1-1341453-37\" WHERE \"First elected\" = 1972.0;"} +{"question_id": 685, "table_id": "1-1341453-37", "question": "Tony P. Hall was the incumbent in the race between what two candidates? ", "sql": "SELECT \"Candidates\" FROM \"1-1341453-37\" WHERE \"Incumbent\" = 'Tony P. Hall';"} +{"question_id": 686, "table_id": "1-1341453-37", "question": "In which district is the incumbent Marcia C. Kaptur? ", "sql": "SELECT \"District\" FROM \"1-1341453-37\" WHERE \"Incumbent\" = 'Marcia C. Kaptur';"} +{"question_id": 687, "table_id": "1-1341472-40", "question": "What is the earliest year where the result of the election was a Retired Republican hold?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1341472-40\" WHERE \"Result\" = 'Retired Republican hold';"} +{"question_id": 688, "table_id": "1-1341472-40", "question": "What party is Thomas Foglietta from?", "sql": "SELECT \"Party\" FROM \"1-1341472-40\" WHERE \"Incumbent\" = 'Thomas Foglietta';"} +{"question_id": 689, "table_id": "1-1341522-38", "question": "who is the the opponent with district being Ohio12", "sql": "SELECT \"Opponent\" FROM \"1-1341522-38\" WHERE \"District\" = 'Ohio12';"} +{"question_id": 690, "table_id": "1-1341522-38", "question": "what's the party with opponent being Mike Oxley (R) unopposed", "sql": "SELECT \"Party\" FROM \"1-1341522-38\" WHERE \"Opponent\" = 'Mike Oxley (R) unopposed';"} +{"question_id": 691, "table_id": "1-1341522-38", "question": "what's the party with opponent being Marcy Kaptur (D) 75.3% Randy Whitman (R) 24.7%", "sql": "SELECT \"Party\" FROM \"1-1341522-38\" WHERE \"Opponent\" = 'Marcy Kaptur (D) 75.3% Randy Whitman (R) 24.7%';"} +{"question_id": 692, "table_id": "1-1341522-38", "question": "what's the party with opponent being Deborah Pryce (R) 70.7% Bill Buckel (D) 29.1%", "sql": "SELECT \"Party\" FROM \"1-1341522-38\" WHERE \"Opponent\" = 'Deborah Pryce (R) 70.7% Bill Buckel (D) 29.1%';"} +{"question_id": 693, "table_id": "1-1341522-38", "question": " how many status with first elected being 1968", "sql": "SELECT COUNT(\"Status\") FROM \"1-1341522-38\" WHERE \"First elected\" = 1968.0;"} +{"question_id": 694, "table_id": "1-1341522-38", "question": "what's the first elected with opponent being Ralph Regula (R) 75.0% J. Michael Finn (D) 25.0%", "sql": "SELECT \"First elected\" FROM \"1-1341522-38\" WHERE \"Opponent\" = 'Ralph Regula (R) 75.0% J. Michael Finn (D) 25.0%';"} +{"question_id": 695, "table_id": "1-1341472-51", "question": "What district first elected in 1978?", "sql": "SELECT \"District\" FROM \"1-1341472-51\" WHERE \"First elected\" = 1978.0;"} +{"question_id": 696, "table_id": "1-1341472-51", "question": "What district was incumbent Jerry Kleczka in?", "sql": "SELECT \"District\" FROM \"1-1341472-51\" WHERE \"Incumbent\" = 'Jerry Kleczka';"} +{"question_id": 697, "table_id": "1-1341472-51", "question": "How many districts had results related to incumbent Toby Roth?", "sql": "SELECT COUNT(\"Result\") FROM \"1-1341472-51\" WHERE \"Incumbent\" = 'Toby Roth';"} +{"question_id": 698, "table_id": "1-1341472-51", "question": "Who were the candidates in district Wisconsin 1?", "sql": "SELECT \"Candidates\" FROM \"1-1341472-51\" WHERE \"District\" = 'Wisconsin 1';"} +{"question_id": 699, "table_id": "1-1341549-10", "question": "Name the district of Lawrence J. Smith", "sql": "SELECT \"District\" FROM \"1-1341549-10\" WHERE \"Incumbent\" = 'Lawrence J. Smith';"} +{"question_id": 700, "table_id": "1-1341549-10", "question": "Name the incumbent for 1954", "sql": "SELECT \"Incumbent\" FROM \"1-1341549-10\" WHERE \"First elected\" = '1954';"} +{"question_id": 701, "table_id": "1-1341568-14", "question": "What party was Lane Evans?", "sql": "SELECT \"Party\" FROM \"1-1341568-14\" WHERE \"Incumbent\" = 'Lane Evans';"} +{"question_id": 702, "table_id": "1-1341568-14", "question": "What district had elections in 1964?", "sql": "SELECT \"District\" FROM \"1-1341568-14\" WHERE \"Elected\" = 1964.0;"} +{"question_id": 703, "table_id": "1-1341568-14", "question": "Who was Henry Hyde's opponent in the race?", "sql": "SELECT \"Opponent\" FROM \"1-1341568-14\" WHERE \"Incumbent\" = 'Henry Hyde';"} +{"question_id": 704, "table_id": "1-1341568-14", "question": "What Republican incumbent was elected in 1974?", "sql": "SELECT \"Incumbent\" FROM \"1-1341568-14\" WHERE \"Elected\" = 1974.0 AND \"Party\" = 'Republican';"} +{"question_id": 705, "table_id": "1-1341577-10", "question": "what's party with result being Retired to run for U. S. Senate Republican hold", "sql": "SELECT \"Party\" FROM \"1-1341577-10\" WHERE \"Result\" = 'Retired to run for U. S. Senate Republican hold';"} +{"question_id": 706, "table_id": "1-1341577-10", "question": "what's result with incumbent being Connie Mack", "sql": "SELECT \"Result\" FROM \"1-1341577-10\" WHERE \"Incumbent\" = 'Connie Mack';"} +{"question_id": 707, "table_id": "1-1341577-10", "question": "what's district with candidates being Lawrence J. Smith (D) 69.4% Joseph Smith (R) 30.6%", "sql": "SELECT \"District\" FROM \"1-1341577-10\" WHERE \"Candidates\" = 'Lawrence J. Smith (D) 69.4% Joseph Smith (R) 30.6%';"} +{"question_id": 708, "table_id": "1-1341577-10", "question": "what's incumbent with district being Florida 5", "sql": "SELECT \"Incumbent\" FROM \"1-1341577-10\" WHERE \"District\" = 'Florida 5';"} +{"question_id": 709, "table_id": "1-1341577-10", "question": "what's result of first elected being 1980", "sql": "SELECT \"Result\" FROM \"1-1341577-10\" WHERE \"First elected\" = 1980.0;"} +{"question_id": 710, "table_id": "1-1341568-48", "question": "How many parties is Tom Foley a member of?", "sql": "SELECT COUNT(\"Party\") FROM \"1-1341568-48\" WHERE \"Incumbent\" = 'Tom Foley';"} +{"question_id": 711, "table_id": "1-1341568-48", "question": "What was the result of the election in the district whose incumbent is Tom Foley?", "sql": "SELECT \"Status\" FROM \"1-1341568-48\" WHERE \"Incumbent\" = 'Tom Foley';"} +{"question_id": 712, "table_id": "1-1341586-26", "question": "How many results have the two candidates Gene Taylor (R) 67.0% Ken Young (D) 33.0%?", "sql": "SELECT COUNT(\"Result\") FROM \"1-1341586-26\" WHERE \"Candidates\" = 'Gene Taylor (R) 67.0% Ken Young (D) 33.0%';"} +{"question_id": 713, "table_id": "1-1341586-26", "question": "Which candidates are from the Missouri 3 district?", "sql": "SELECT \"Candidates\" FROM \"1-1341586-26\" WHERE \"District\" = 'Missouri 3';"} +{"question_id": 714, "table_id": "1-1341598-22", "question": "What is the result for Barney Frank?", "sql": "SELECT \"Result\" FROM \"1-1341598-22\" WHERE \"Incumbent\" = 'Barney Frank';"} +{"question_id": 715, "table_id": "1-1341598-22", "question": "What is the number of results for James Shannon?", "sql": "SELECT COUNT(\"Result\") FROM \"1-1341598-22\" WHERE \"Incumbent\" = 'James Shannon';"} +{"question_id": 716, "table_id": "1-1341598-22", "question": "What is the minimum first elected for Ed Markey?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1341598-22\" WHERE \"Incumbent\" = 'Ed Markey';"} +{"question_id": 717, "table_id": "1-1341604-26", "question": "What was the result of the election featuring Ike Skelton?", "sql": "SELECT \"Result\" FROM \"1-1341604-26\" WHERE \"Incumbent\" = 'Ike Skelton';"} +{"question_id": 718, "table_id": "1-1341604-26", "question": "What district is incumbent Ike Skelton from?", "sql": "SELECT \"District\" FROM \"1-1341604-26\" WHERE \"Incumbent\" = 'Ike Skelton';"} +{"question_id": 719, "table_id": "1-1341604-26", "question": "What year was Ike Skelton first elected?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1341604-26\" WHERE \"Incumbent\" = 'Ike Skelton';"} +{"question_id": 720, "table_id": "1-1341663-10", "question": "what is the district where the result is Re-elected and the incumbent is Richard Kelly?", "sql": "SELECT \"District\" FROM \"1-1341663-10\" WHERE \"Result\" = 'Re-elected' AND \"Incumbent\" = 'Richard Kelly';"} +{"question_id": 721, "table_id": "1-1341663-10", "question": "what is the district where the candidates are Charles Edward Bennett (D) Unopposed?", "sql": "SELECT \"District\" FROM \"1-1341663-10\" WHERE \"Candidates\" = 'Charles Edward Bennett (D) Unopposed';"} +{"question_id": 722, "table_id": "1-1341663-10", "question": "who are the candidates where the incumbent is Sam M. Gibbons?", "sql": "SELECT \"Candidates\" FROM \"1-1341663-10\" WHERE \"Incumbent\" = 'Sam M. Gibbons';"} +{"question_id": 723, "table_id": "1-1341663-10", "question": "how many times was the candidates Dan Mica (D) 55.3% Bill James (R) 44.7%?", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-1341663-10\" WHERE \"Candidates\" = 'Dan Mica (D) 55.3% Bill James (R) 44.7%';"} +{"question_id": 724, "table_id": "1-1341663-10", "question": "what was the result where the candidates are Sam M. Gibbons (D) Unopposed?", "sql": "SELECT \"Result\" FROM \"1-1341663-10\" WHERE \"Candidates\" = 'Sam M. Gibbons (D) Unopposed';"} +{"question_id": 725, "table_id": "1-1341663-10", "question": "who is the incumbent where the district is Florida 9?", "sql": "SELECT \"Incumbent\" FROM \"1-1341663-10\" WHERE \"District\" = 'Florida 9';"} +{"question_id": 726, "table_id": "1-1341663-14", "question": "What is Phil Crane, democrat or republican ", "sql": "SELECT \"Party\" FROM \"1-1341663-14\" WHERE \"Incumbent\" = 'Phil Crane';"} +{"question_id": 727, "table_id": "1-1341663-14", "question": "What year was Frank Annunzio elected", "sql": "SELECT MIN(\"First elected\") FROM \"1-1341663-14\" WHERE \"Incumbent\" = 'Frank Annunzio';"} +{"question_id": 728, "table_id": "1-1341718-43", "question": "How many districts does Ed Jones represent?", "sql": "SELECT COUNT(\"District\") FROM \"1-1341718-43\" WHERE \"Incumbent\" = 'Ed Jones';"} +{"question_id": 729, "table_id": "1-1341843-19", "question": "What's the year of the first election of the district whose incumbent is Edwin E. Willis?", "sql": "SELECT \"First elected\" FROM \"1-1341843-19\" WHERE \"Incumbent\" = 'Edwin E. Willis';"} +{"question_id": 730, "table_id": "1-1341843-19", "question": "What district is F. Edward Hebert the incumbent in?", "sql": "SELECT \"District\" FROM \"1-1341843-19\" WHERE \"Incumbent\" = 'F. Edward Hebert';"} +{"question_id": 731, "table_id": "1-1341843-19", "question": "Who were the candidates in the district whose incumbent is Joe Waggonner?", "sql": "SELECT \"Candidates\" FROM \"1-1341843-19\" WHERE \"Incumbent\" = 'Joe Waggonner';"} +{"question_id": 732, "table_id": "1-1341843-19", "question": "What's the district that Otto Passman is the incumbent of?", "sql": "SELECT \"District\" FROM \"1-1341843-19\" WHERE \"Incumbent\" = 'Otto Passman';"} +{"question_id": 733, "table_id": "1-1341930-21", "question": "What is the district that has a Republican?", "sql": "SELECT \"District\" FROM \"1-1341930-21\" WHERE \"Party\" = 'Republican';"} +{"question_id": 734, "table_id": "1-1341930-21", "question": "What party is incumbent Thomas J. Lane from?", "sql": "SELECT \"Party\" FROM \"1-1341930-21\" WHERE \"Incumbent\" = 'Thomas J. Lane';"} +{"question_id": 735, "table_id": "1-1341930-21", "question": "What is the last year that someone is first elected in this table?", "sql": "SELECT MAX(\"First elected\") FROM \"1-1341930-21\";"} +{"question_id": 736, "table_id": "1-1341930-33", "question": " how many party with candidates being Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%", "sql": "SELECT COUNT(\"Party\") FROM \"1-1341930-33\" WHERE \"Candidates\" = 'Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%';"} +{"question_id": 737, "table_id": "1-1341930-33", "question": " how many first elected with district being North Carolina 2", "sql": "SELECT COUNT(\"First elected\") FROM \"1-1341930-33\" WHERE \"District\" = 'North Carolina 2';"} +{"question_id": 738, "table_id": "1-1341930-33", "question": "what's the incumbent with district being North Carolina 6", "sql": "SELECT \"Incumbent\" FROM \"1-1341930-33\" WHERE \"District\" = 'North Carolina 6';"} +{"question_id": 739, "table_id": "1-1341930-33", "question": "what's the party with incumbent being Herbert Covington Bonner", "sql": "SELECT \"Party\" FROM \"1-1341930-33\" WHERE \"Incumbent\" = 'Herbert Covington Bonner';"} +{"question_id": 740, "table_id": "1-1341930-33", "question": "what's the district with incumbent being Lawrence H. Fountain", "sql": "SELECT \"District\" FROM \"1-1341930-33\" WHERE \"Incumbent\" = 'Lawrence H. Fountain';"} +{"question_id": 741, "table_id": "1-1341930-33", "question": "what's the candidates with party being Democratic and dbeingtrict being North Carolina 1", "sql": "SELECT \"Candidates\" FROM \"1-1341930-33\" WHERE \"Party\" = 'Democratic' AND \"District\" = 'North Carolina 1';"} +{"question_id": 742, "table_id": "1-1341973-6", "question": "What was the result of the election of incumbent John Shelley?", "sql": "SELECT \"Result\" FROM \"1-1341973-6\" WHERE \"Incumbent\" = 'John Shelley';"} +{"question_id": 743, "table_id": "1-1341973-6", "question": "What candidates ran in the election that included John Shelley?", "sql": "SELECT \"Candidates\" FROM \"1-1341973-6\" WHERE \"Incumbent\" = 'John Shelley';"} +{"question_id": 744, "table_id": "1-1341973-6", "question": "What was the result of the election of the incumbent Clyde Doyle?", "sql": "SELECT \"Result\" FROM \"1-1341973-6\" WHERE \"Incumbent\" = 'Clyde Doyle';"} +{"question_id": 745, "table_id": "1-1341973-6", "question": "What was the result of the election in California 2?", "sql": "SELECT \"Result\" FROM \"1-1341973-6\" WHERE \"District\" = 'California 2';"} +{"question_id": 746, "table_id": "1-1341973-6", "question": "What was the result of the election of the incumbent Harry R. Sheppard?", "sql": "SELECT \"Result\" FROM \"1-1341973-6\" WHERE \"Incumbent\" = 'Harry R. Sheppard';"} +{"question_id": 747, "table_id": "1-1342013-31", "question": "What party did Frank J. Becker represent?", "sql": "SELECT \"Party\" FROM \"1-1342013-31\" WHERE \"Incumbent\" = 'Frank J. Becker';"} +{"question_id": 748, "table_id": "1-1342013-31", "question": "What number of party had a candidate Resigned when appointed judge Democratic hold?", "sql": "SELECT COUNT(\"Party\") FROM \"1-1342013-31\" WHERE \"Result\" = 'Resigned when appointed judge Democratic hold';"} +{"question_id": 749, "table_id": "1-1342013-31", "question": "What district did incumbent Ralph A. Gamble represent?", "sql": "SELECT \"District\" FROM \"1-1342013-31\" WHERE \"Incumbent\" = 'Ralph A. Gamble';"} +{"question_id": 750, "table_id": "1-1342013-41", "question": "Who is the incumbent candidate in the election of Percy Priest (D) 90.8% Robert M. Donihi (R) 9.2%?", "sql": "SELECT \"Incumbent\" FROM \"1-1342013-41\" WHERE \"Candidates\" = 'Percy Priest (D) 90.8% Robert M. Donihi (R) 9.2%';"} +{"question_id": 751, "table_id": "1-1342013-41", "question": "What district is Tom J. Murray from?", "sql": "SELECT \"District\" FROM \"1-1342013-41\" WHERE \"Incumbent\" = 'Tom J. Murray';"} +{"question_id": 752, "table_id": "1-1342013-41", "question": "What candidates were in the election when James Patrick Sutton was incumbent?", "sql": "SELECT \"Candidates\" FROM \"1-1342013-41\" WHERE \"Incumbent\" = 'James Patrick Sutton';"} +{"question_id": 753, "table_id": "1-1342149-3", "question": "What district has Albert Rains as their representative?", "sql": "SELECT \"District\" FROM \"1-1342149-3\" WHERE \"Incumbent\" = 'Albert Rains';"} +{"question_id": 754, "table_id": "1-1342149-3", "question": "Carl Elliott is a member of which party?", "sql": "SELECT \"Party\" FROM \"1-1342149-3\" WHERE \"Incumbent\" = 'Carl Elliott';"} +{"question_id": 755, "table_id": "1-1342198-25", "question": "How many were first elected when the incumbent was Morgan M. Moulder?", "sql": "SELECT COUNT(\"First elected\") FROM \"1-1342198-25\" WHERE \"Incumbent\" = 'Morgan M. Moulder';"} +{"question_id": 756, "table_id": "1-1342198-25", "question": "In what year was Phil J. Welch first elected?", "sql": "SELECT \"First elected\" FROM \"1-1342198-25\" WHERE \"Incumbent\" = 'Phil J. Welch';"} +{"question_id": 757, "table_id": "1-1342198-25", "question": "What party was Dewey Short associated with?", "sql": "SELECT \"Party\" FROM \"1-1342198-25\" WHERE \"Incumbent\" = 'Dewey Short';"} +{"question_id": 758, "table_id": "1-1342198-25", "question": "What is the district with Republican party in place?", "sql": "SELECT \"District\" FROM \"1-1342198-25\" WHERE \"Party\" = 'Republican';"} +{"question_id": 759, "table_id": "1-1342198-3", "question": "Who ran for office in the Alabama 1 district?", "sql": "SELECT \"Candidates\" FROM \"1-1342198-3\" WHERE \"District\" = 'Alabama 1';"} +{"question_id": 760, "table_id": "1-1342218-11", "question": "What year was first elected William M. Wheeler (D) Unopposed?", "sql": "SELECT \"First elected\" FROM \"1-1342218-11\" WHERE \"Candidates\" = 'William M. Wheeler (D) Unopposed';"} +{"question_id": 761, "table_id": "1-1342218-11", "question": "What district does incumbent James C. Davis represent?", "sql": "SELECT \"District\" FROM \"1-1342218-11\" WHERE \"Incumbent\" = 'James C. Davis';"} +{"question_id": 762, "table_id": "1-1342233-13", "question": "What district is incumbent Melvin Price from?", "sql": "SELECT \"District\" FROM \"1-1342233-13\" WHERE \"Incumbent\" = 'Melvin Price';"} +{"question_id": 763, "table_id": "1-1342233-13", "question": "What district is incumbent Sid Simpson from?", "sql": "SELECT \"District\" FROM \"1-1342233-13\" WHERE \"Incumbent\" = 'Sid Simpson';"} +{"question_id": 764, "table_id": "1-1342233-42", "question": "Who was the candidate in the election in the Tennessee 9 district? ", "sql": "SELECT \"Candidates\" FROM \"1-1342233-42\" WHERE \"District\" = 'Tennessee 9';"} +{"question_id": 765, "table_id": "1-1342233-42", "question": "When was the Tennessee 3 district incumbent first elected? ", "sql": "SELECT MAX(\"First elected\") FROM \"1-1342233-42\" WHERE \"District\" = 'Tennessee 3';"} +{"question_id": 766, "table_id": "1-1342233-42", "question": "What district was Harold Earthman the incumbent in? ", "sql": "SELECT \"District\" FROM \"1-1342233-42\" WHERE \"Incumbent\" = 'Harold Earthman';"} +{"question_id": 767, "table_id": "1-1342249-32", "question": "Name the result for New York 1", "sql": "SELECT \"Result\" FROM \"1-1342249-32\" WHERE \"District\" = 'New York 1';"} +{"question_id": 768, "table_id": "1-1342249-32", "question": "Name the first elected for Lost renomination Democratic loss", "sql": "SELECT \"First elected\" FROM \"1-1342249-32\" WHERE \"Result\" = 'Lost renomination Democratic loss';"} +{"question_id": 769, "table_id": "1-1342249-42", "question": "How many results have Jere Cooper as incumbent?", "sql": "SELECT \"Result\" FROM \"1-1342249-42\" WHERE \"Incumbent\" = 'Jere Cooper';"} +{"question_id": 770, "table_id": "1-1342256-13", "question": "Who won the election of 1942 in the district Illinois 13?", "sql": "SELECT \"Incumbent\" FROM \"1-1342256-13\" WHERE \"District\" = 'Illinois 13';"} +{"question_id": 771, "table_id": "1-1342256-11", "question": "Who ran for the House in the 1924 election?", "sql": "SELECT \"Candidates\" FROM \"1-1342256-11\" WHERE \"First elected\" = 1924.0;"} +{"question_id": 772, "table_id": "1-1342256-11", "question": "What year was Stephen Pace elected?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1342256-11\" WHERE \"Incumbent\" = 'Stephen Pace';"} +{"question_id": 773, "table_id": "1-1342256-11", "question": "How many incumbents were elected in the 1926 election?", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-1342256-11\" WHERE \"First elected\" = 1926.0;"} +{"question_id": 774, "table_id": "1-1342270-17", "question": "Who were the candidates when Noble Jones Gregory was incumbent?", "sql": "SELECT \"Candidates\" FROM \"1-1342270-17\" WHERE \"Incumbent\" = 'Noble Jones Gregory';"} +{"question_id": 775, "table_id": "1-1342338-6", "question": "What is the district for Harry Lane Englebright?", "sql": "SELECT \"District\" FROM \"1-1342338-6\" WHERE \"Incumbent\" = 'Harry Lane Englebright';"} +{"question_id": 776, "table_id": "1-1342338-6", "question": "What is the result for California 2?", "sql": "SELECT \"Result\" FROM \"1-1342338-6\" WHERE \"District\" = 'California 2';"} +{"question_id": 777, "table_id": "1-1342338-6", "question": "What is the party for Richard J. Welch?", "sql": "SELECT \"Party\" FROM \"1-1342338-6\" WHERE \"Incumbent\" = 'Richard J. Welch';"} +{"question_id": 778, "table_id": "1-1342359-23", "question": "How many winners were there in the race of 1922", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-1342359-23\" WHERE \"First elected\" = 1922.0;"} +{"question_id": 779, "table_id": "1-1342379-5", "question": "Who was the incumbent when Henry E. Barbour ran?", "sql": "SELECT \"Candidates\" FROM \"1-1342379-5\" WHERE \"Incumbent\" = 'Henry E. Barbour';"} +{"question_id": 780, "table_id": "1-1342393-17", "question": " how many party with incumbent being Whitmell P. Martin", "sql": "SELECT COUNT(\"Party\") FROM \"1-1342393-17\" WHERE \"Incumbent\" = 'Whitmell P. Martin';"} +{"question_id": 781, "table_id": "1-1342393-17", "question": "who is the the candidates with incumbent being James O'Connor", "sql": "SELECT \"Candidates\" FROM \"1-1342393-17\" WHERE \"Incumbent\" = 'James O''Connor';"} +{"question_id": 782, "table_id": "1-1342393-17", "question": " how many incumbent with first elected being 1924", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-1342393-17\" WHERE \"First elected\" = 1924.0;"} +{"question_id": 783, "table_id": "1-1342393-16", "question": "Name the incumbent for Kentucky 9", "sql": "SELECT \"Incumbent\" FROM \"1-1342393-16\" WHERE \"District\" = 'Kentucky 9';"} +{"question_id": 784, "table_id": "1-1342393-16", "question": "Name the party or first elected is 1920", "sql": "SELECT \"Party\" FROM \"1-1342393-16\" WHERE \"First elected\" = 1920.0;"} +{"question_id": 785, "table_id": "1-1342393-16", "question": "What is the candidates for first elected 1914", "sql": "SELECT \"Candidates\" FROM \"1-1342393-16\" WHERE \"First elected\" = 1914.0;"} +{"question_id": 786, "table_id": "1-1342393-41", "question": "What was the result of the election for incumbent Cordell Hull?", "sql": "SELECT \"Result\" FROM \"1-1342393-41\" WHERE \"Incumbent\" = 'Cordell Hull';"} +{"question_id": 787, "table_id": "1-1342393-41", "question": "Cordell Hull is the incumbent in how many districts?", "sql": "SELECT COUNT(\"District\") FROM \"1-1342393-41\" WHERE \"Incumbent\" = 'Cordell Hull';"} +{"question_id": 788, "table_id": "1-1342393-42", "question": "What was the total number of votes for Tom Connally", "sql": "SELECT MIN(\"First elected\") FROM \"1-1342393-42\" WHERE \"Incumbent\" = 'Tom Connally';"} +{"question_id": 789, "table_id": "1-1342451-38", "question": "What year was incumbent William F. Stevenson first elected?", "sql": "SELECT \"First elected\" FROM \"1-1342451-38\" WHERE \"Incumbent\" = 'William F. Stevenson';"} +{"question_id": 790, "table_id": "1-1342451-38", "question": "What is the last year on this list someone was first elected?", "sql": "SELECT MAX(\"First elected\") FROM \"1-1342451-38\";"} +{"question_id": 791, "table_id": "1-1342451-38", "question": "What candidate was featured in the election for incumbent Samuel J. Nicholls' seat?", "sql": "SELECT \"Candidates\" FROM \"1-1342451-38\" WHERE \"Incumbent\" = 'Samuel J. Nicholls';"} +{"question_id": 792, "table_id": "1-1342451-38", "question": "What is the last year incumbent Frederick H. Dominick was first elected?", "sql": "SELECT MAX(\"First elected\") FROM \"1-1342451-38\" WHERE \"Incumbent\" = 'Frederick H. Dominick';"} +{"question_id": 793, "table_id": "1-1346137-4", "question": "Who were the candidates when the winner was first elected in 1910?", "sql": "SELECT \"Candidates\" FROM \"1-1346137-4\" WHERE \"First elected\" = '1910';"} +{"question_id": 794, "table_id": "1-1346137-4", "question": "What was the winning party when the incumbent was Richard S. Whaley?", "sql": "SELECT \"Party\" FROM \"1-1346137-4\" WHERE \"Incumbent\" = 'Richard S. Whaley';"} +{"question_id": 795, "table_id": "1-1346137-4", "question": "How many different set of candidates were there when the incumbent was David E. Finley?", "sql": "SELECT COUNT(\"Candidates\") FROM \"1-1346137-4\" WHERE \"Incumbent\" = 'David E. Finley';"} +{"question_id": 796, "table_id": "1-1346137-4", "question": "What was the winning part in the district of South Carolina 3?", "sql": "SELECT \"Party\" FROM \"1-1346137-4\" WHERE \"District\" = 'South Carolina 3';"} +{"question_id": 797, "table_id": "1-1346137-4", "question": "Who were the candidates in the district of South Carolina 5?", "sql": "SELECT \"Candidates\" FROM \"1-1346137-4\" WHERE \"District\" = 'South Carolina 5';"} +{"question_id": 798, "table_id": "1-1346118-4", "question": "When was incumbent John N. Tillman first elected?", "sql": "SELECT MIN(\"First elected\") FROM \"1-1346118-4\" WHERE \"Incumbent\" = 'John N. Tillman';"} +{"question_id": 799, "table_id": "1-13464416-8", "question": "What was the location and attendance when the team's record was 16-44?", "sql": "SELECT \"Location Attendance\" FROM \"1-13464416-8\" WHERE \"Record\" = '16-44';"} +{"question_id": 800, "table_id": "1-13464416-8", "question": "What day was the game at Chicago?", "sql": "SELECT \"Date\" FROM \"1-13464416-8\" WHERE \"Team\" = 'Chicago';"} +{"question_id": 801, "table_id": "1-13464416-4", "question": "Who were the high point scorers in game 7?", "sql": "SELECT \"High points\" FROM \"1-13464416-4\" WHERE \"Game\" = 7.0;"} +{"question_id": 802, "table_id": "1-13464416-4", "question": "Who had the high rebound total against Golden State?", "sql": "SELECT \"High rebounds\" FROM \"1-13464416-4\" WHERE \"Team\" = 'Golden State';"} +{"question_id": 803, "table_id": "1-13464416-6", "question": "how many times have there been helps by Damon Stoudamire (13)", "sql": "SELECT COUNT(\"Record\") FROM \"1-13464416-6\" WHERE \"High assists\" = 'Damon Stoudamire (13)';"} +{"question_id": 804, "table_id": "1-13464416-6", "question": "who made the recovers where the score is 12-30", "sql": "SELECT \"High rebounds\" FROM \"1-13464416-6\" WHERE \"Record\" = '12-30';"} +{"question_id": 805, "table_id": "1-13464416-6", "question": "tell who made the most scores on New Jersey", "sql": "SELECT \"High points\" FROM \"1-13464416-6\" WHERE \"Team\" = 'New Jersey';"} +{"question_id": 806, "table_id": "1-13464416-6", "question": "how many times was the participation at Omni Coliseum 7,194?", "sql": "SELECT \"Game\" FROM \"1-13464416-6\" WHERE \"Location Attendance\" = 'Omni Coliseum 7,194';"} +{"question_id": 807, "table_id": "1-1354805-3", "question": "The minimum average number of dancers is 34.1 how many times", "sql": "SELECT MIN(\"Number of dances\") FROM \"1-1354805-3\" WHERE \"Average\" = '34.1';"} +{"question_id": 808, "table_id": "1-1354805-3", "question": "What is the Number of dances is 11 and competition finish is larger than 2.0 total", "sql": "SELECT \"Total\" FROM \"1-1354805-3\" WHERE \"Number of dances\" = 11.0 AND \"Competition finish\" > 2.0;"} +{"question_id": 809, "table_id": "1-13564637-5", "question": "Who is the club that has 30 points?", "sql": "SELECT \"Club\" FROM \"1-13564637-5\" WHERE \"Points\" = '30';"} +{"question_id": 810, "table_id": "1-13564637-5", "question": "What were all the tries for when the try bonus was 8?", "sql": "SELECT \"Tries for\" FROM \"1-13564637-5\" WHERE \"Try bonus\" = '8';"} +{"question_id": 811, "table_id": "1-13564637-5", "question": "What were the points for when there were 30 tries against?", "sql": "SELECT \"Points for\" FROM \"1-13564637-5\" WHERE \"Tries against\" = '30';"} +{"question_id": 812, "table_id": "1-13564637-5", "question": "How many numbers were recorded points against when the tries were for 43?", "sql": "SELECT COUNT(\"Points against\") FROM \"1-13564637-5\" WHERE \"Tries for\" = '43';"} +{"question_id": 813, "table_id": "1-13564637-5", "question": "What are the tries against when points against 287?", "sql": "SELECT \"Tries against\" FROM \"1-13564637-5\" WHERE \"Points against\" = '287';"} +{"question_id": 814, "table_id": "1-13564637-5", "question": "What were all the points for Tonyrefail RFC?", "sql": "SELECT \"Points for\" FROM \"1-13564637-5\" WHERE \"Club\" = 'Tonyrefail RFC';"} +{"question_id": 815, "table_id": "1-13570-1", "question": "Pink cytoplasm is seen in a test that specifically stains what?", "sql": "SELECT \"Specifically stains\" FROM \"1-13570-1\" WHERE \"Cytoplasm\" = 'Pink';"} +{"question_id": 816, "table_id": "1-13570-1", "question": "How many cytoplasms result in a Blue nucleus?", "sql": "SELECT COUNT(\"Cytoplasm\") FROM \"1-13570-1\" WHERE \"Nucleus\" = 'Blue';"} +{"question_id": 817, "table_id": "1-13570-1", "question": "A nucleus that is Blue/black will specifically stain what?", "sql": "SELECT \"Specifically stains\" FROM \"1-13570-1\" WHERE \"Nucleus\" = 'Blue/black';"} +{"question_id": 818, "table_id": "1-13570-1", "question": "The Pink cytoplasm will have a nucleus of what color?", "sql": "SELECT \"Nucleus\" FROM \"1-13570-1\" WHERE \"Cytoplasm\" = 'Pink';"} +{"question_id": 819, "table_id": "1-13570-1", "question": "What stain is used commonly for Elastic fibers?", "sql": "SELECT \"Stain\" FROM \"1-13570-1\" WHERE \"Common use\" = 'Elastic fibers';"} +{"question_id": 820, "table_id": "1-1359212-2", "question": "where is hte second place winner from United Kingdom?", "sql": "SELECT \"Winner\" FROM \"1-1359212-2\" WHERE \"Second place\" = 'United Kingdom';"} +{"question_id": 821, "table_id": "1-1359212-2", "question": "how many locations has Spain as the winner?", "sql": "SELECT COUNT(\"Location\") FROM \"1-1359212-2\" WHERE \"Winner\" = 'Spain';"} +{"question_id": 822, "table_id": "1-1359212-2", "question": "who is the artist performing at Heineken Music Hall?", "sql": "SELECT \"Artist\" FROM \"1-1359212-2\" WHERE \"Venue\" = 'Heineken Music Hall';"} +{"question_id": 823, "table_id": "1-1359212-2", "question": "what amount has Spain as second place and the language is Russian?", "sql": "SELECT COUNT(\"Margin\") FROM \"1-1359212-2\" WHERE \"Second place\" = 'Spain' AND \"Language\" = 'Russian';"} +{"question_id": 824, "table_id": "1-13605170-2", "question": "how many Curtiss XBTC aircraft are retired?", "sql": "SELECT COUNT(\"Retired\") FROM \"1-13605170-2\" WHERE \"Aircraft type\" = 'Curtiss XBTC';"} +{"question_id": 825, "table_id": "1-13605170-2", "question": "How many Airspeed Fleet Shadower aircraft are retired?", "sql": "SELECT \"Retired\" FROM \"1-13605170-2\" WHERE \"Aircraft type\" = 'Airspeed Fleet Shadower';"} +{"question_id": 826, "table_id": "1-13605170-2", "question": "What is the origin of aircraft in service in 1943 and retired in 1954?", "sql": "SELECT \"National Origin\" FROM \"1-13605170-2\" WHERE \"Retired\" = '1954' AND \"In Service\" = '1943';"} +{"question_id": 827, "table_id": "1-1360997-2", "question": "Who was the winner when the time was 1:24.00?", "sql": "SELECT \"Winner/2nd\" FROM \"1-1360997-2\" WHERE \"Time\" = '1:24.00';"} +{"question_id": 828, "table_id": "1-1360997-2", "question": "How many results were there for the Stan Fox Stakes race?", "sql": "SELECT COUNT(\"Result\") FROM \"1-1360997-2\" WHERE \"Race\" = 'Stan Fox Stakes';"} +{"question_id": 829, "table_id": "1-1360997-2", "question": "Was the Rosehill venue a win or loss?", "sql": "SELECT \"Result\" FROM \"1-1360997-2\" WHERE \"Venue\" = 'Rosehill';"} +{"question_id": 830, "table_id": "1-13606924-1", "question": "what is the minimum total with kerry % being 16.71%", "sql": "SELECT MIN(\"Total\") FROM \"1-13606924-1\" WHERE \"Kerry %\" = '16.71%';"} +{"question_id": 831, "table_id": "1-13606924-1", "question": "what is the minimum kerry # with bush % being 78.40%", "sql": "SELECT MIN(\"Kerry #\") FROM \"1-13606924-1\" WHERE \"Bush %\" = '78.40%';"} +{"question_id": 832, "table_id": "1-13606924-1", "question": "what's the kerry # with county being Ness County, Kansas", "sql": "SELECT \"Kerry #\" FROM \"1-13606924-1\" WHERE \"County\" = 'Ness County, Kansas';"} +{"question_id": 833, "table_id": "1-13606924-1", "question": " how many total with bush # being 1552", "sql": "SELECT COUNT(\"Total\") FROM \"1-13606924-1\" WHERE \"Bush #\" = 1552.0;"} +{"question_id": 834, "table_id": "1-13606924-1", "question": "what is the minimum bush # with kerry # being 3938", "sql": "SELECT MIN(\"Bush #\") FROM \"1-13606924-1\" WHERE \"Kerry #\" = 3938.0;"} +{"question_id": 835, "table_id": "1-13606924-1", "question": " how many total with county being Rooks County, Kansas", "sql": "SELECT COUNT(\"Total\") FROM \"1-13606924-1\" WHERE \"County\" = 'Rooks County, Kansas';"} +{"question_id": 836, "table_id": "1-13618584-1", "question": "In which district was the incumbent Dick Saslaw? ", "sql": "SELECT \"District\" FROM \"1-13618584-1\" WHERE \"Incumbent\" = 'Dick Saslaw';"} +{"question_id": 837, "table_id": "1-13618584-1", "question": "What was the 2007 result in the district where the incumbent was elected in 1996? ", "sql": "SELECT \"2007 Result\" FROM \"1-13618584-1\" WHERE \"Elected\" = 1996.0;"} +{"question_id": 838, "table_id": "1-13618584-1", "question": "What was the 2007 result in the 28th district? ", "sql": "SELECT \"2007 Result\" FROM \"1-13618584-1\" WHERE \"District\" = '28th';"} +{"question_id": 839, "table_id": "1-13618584-1", "question": "In what district was the incumbent Charles Hawkins? ", "sql": "SELECT \"District\" FROM \"1-13618584-1\" WHERE \"Incumbent\" = 'Charles Hawkins';"} +{"question_id": 840, "table_id": "1-13619027-9", "question": "What's the number of the game played on March 26?", "sql": "SELECT MAX(\"Game\") FROM \"1-13619027-9\" WHERE \"Date\" = 'March 26';"} +{"question_id": 841, "table_id": "1-13619027-9", "question": "How many different values if the number is high rebounds can be found for the game on March 13?", "sql": "SELECT COUNT(\"High rebounds\") FROM \"1-13619027-9\" WHERE \"Date\" = 'March 13';"} +{"question_id": 842, "table_id": "1-13619053-7", "question": "Who ihad the highest points and what was the number when the record was 11-40?", "sql": "SELECT \"High points\" FROM \"1-13619053-7\" WHERE \"Record\" = '11-40';"} +{"question_id": 843, "table_id": "1-13619135-8", "question": "Who did the Raptors play when their record was 45-36? ", "sql": "SELECT \"Team\" FROM \"1-13619135-8\" WHERE \"Record\" = '45-36';"} +{"question_id": 844, "table_id": "1-13619135-8", "question": "What number game of the season was played on April 12? ", "sql": "SELECT MAX(\"Game\") FROM \"1-13619135-8\" WHERE \"Date\" = 'April 12';"} +{"question_id": 845, "table_id": "1-13625792-1", "question": "How many votes were cast in Wayne county?", "sql": "SELECT MAX(\"Total #\") FROM \"1-13625792-1\" WHERE \"County\" = 'Wayne';"} +{"question_id": 846, "table_id": "1-13625792-1", "question": "In the county where Bush won 77.76%, how many total votes were cast?", "sql": "SELECT \"Total #\" FROM \"1-13625792-1\" WHERE \"Bush %\" = '77.76%';"} +{"question_id": 847, "table_id": "1-13625792-1", "question": "In the country where Bush won 4333 votes, what percentage did other receive?", "sql": "SELECT \"Other %\" FROM \"1-13625792-1\" WHERE \"Bush #\" = 4333.0;"} +{"question_id": 848, "table_id": "1-13642023-2", "question": "Who was the TO winning team when the TU winning team was Joe Richardson? ", "sql": "SELECT \"TO Winning Team\" FROM \"1-13642023-2\" WHERE \"TU Winning Team\" = 'Joe Richardson';"} +{"question_id": 849, "table_id": "1-13642023-2", "question": "On what circuit was the GTU winning team #59 Brumos Porsche - Audi in round 5? ", "sql": "SELECT \"Circuit\" FROM \"1-13642023-2\" WHERE \"Rnd\" = 5.0 AND \"GTU Winning Team\" = '#59 Brumos Porsche - Audi';"} +{"question_id": 850, "table_id": "1-13642023-2", "question": "Who was the GTU winning team when the TO winning team was #3 Camaro? ", "sql": "SELECT \"GTU Winning Team\" FROM \"1-13642023-2\" WHERE \"TO Winning Team\" = '#3 Camaro';"} +{"question_id": 851, "table_id": "1-13642023-2", "question": "Who was the GTU winning team when the TO winning team was Steve Ross? ", "sql": "SELECT \"GTU Winning Team\" FROM \"1-13642023-2\" WHERE \"TO Winning Team\" = 'Steve Ross';"} +{"question_id": 852, "table_id": "1-13642023-2", "question": "Who was the GTO winning team in round 5 when the GTU winning team was #59 Brumos Porsche - Audi? ", "sql": "SELECT \"GTO Winning Team\" FROM \"1-13642023-2\" WHERE \"Rnd\" = 5.0 AND \"GTU Winning Team\" = '#59 Brumos Porsche - Audi';"} +{"question_id": 853, "table_id": "1-13642023-2", "question": "Who was the GTO winning team when the TO winning team was #84 Camaro? ", "sql": "SELECT \"GTO Winning Team\" FROM \"1-13642023-2\" WHERE \"TO Winning Team\" = '#84 Camaro';"} +{"question_id": 854, "table_id": "1-13643154-2", "question": "Name the results for Steve Millen", "sql": "SELECT \"Results\" FROM \"1-13643154-2\" WHERE \"GTO Winning Team\" = 'Steve Millen';"} +{"question_id": 855, "table_id": "1-13643154-2", "question": "What is the most rnd for Watkins Glen?", "sql": "SELECT MIN(\"Rnd\") FROM \"1-13643154-2\" WHERE \"Circuit\" = 'Watkins Glen';"} +{"question_id": 856, "table_id": "1-13643320-2", "question": "What was the GTP winning team in the round in Portland during which Jack Baldwin become part of the GTU winning team? ", "sql": "SELECT \"GTP Winning Team\" FROM \"1-13643320-2\" WHERE \"Circuit\" = 'Portland' AND \"GTU Winning Team\" = 'Jack Baldwin';"} +{"question_id": 857, "table_id": "1-13643320-2", "question": "What us the number of the round during which #56 Blue Thunder Racing become the GTP winning team and #38 Mandeville Auto Tech became the GTO winning team? ", "sql": "SELECT \"Rnd\" FROM \"1-13643320-2\" WHERE \"GTP Winning Team\" = '#56 Blue Thunder Racing' AND \"GTO Winning Team\" = '#38 Mandeville Auto Tech';"} +{"question_id": 858, "table_id": "1-13643320-2", "question": "How many different results came out of the round in which #98 All American Racers became the GTU winning team? ", "sql": "SELECT COUNT(\"Results\") FROM \"1-13643320-2\" WHERE \"GTU Winning Team\" = '#98 All American Racers';"} +{"question_id": 859, "table_id": "1-13643320-2", "question": "Who was the GTO winner of the round that ended with Chris Cord becoming the GTU winner? ", "sql": "SELECT \"GTO Winning Team\" FROM \"1-13643320-2\" WHERE \"GTU Winning Team\" = 'Chris Cord';"} +{"question_id": 860, "table_id": "1-13665809-2", "question": "what are all the uu-usu score with winner is #5 Brigham Young (2–0)", "sql": "SELECT \"UU-USU score\" FROM \"1-13665809-2\" WHERE \"Winner\" = '#5 Brigham Young (2–0)';"} +{"question_id": 861, "table_id": "1-13665809-2", "question": "what is the maximum season with byu-usu score being 29–7", "sql": "SELECT MAX(\"Season\") FROM \"1-13665809-2\" WHERE \"BYU-USU score\" = '29–7';"} +{"question_id": 862, "table_id": "1-13665809-2", "question": "what is the maximum season with byu-uu score being 20–17 BYU #19", "sql": "SELECT MAX(\"Season\") FROM \"1-13665809-2\" WHERE \"BYU-UU score\" = '20–17 BYU #19';"} +{"question_id": 863, "table_id": "1-13665809-2", "question": " how many byu-uu score with winner being Utah State (2–1) Won over BYU by media vote", "sql": "SELECT COUNT(\"BYU-UU score\") FROM \"1-13665809-2\" WHERE \"Winner\" = 'Utah State (2–1) Won over BYU by media vote';"} +{"question_id": 864, "table_id": "1-13665809-2", "question": "what's the byu-uu score with uu-usu score being 44–16", "sql": "SELECT \"BYU-UU score\" FROM \"1-13665809-2\" WHERE \"UU-USU score\" = '44–16';"} +{"question_id": 865, "table_id": "1-13700749-1", "question": "What are all the languages for Tsotsi?", "sql": "SELECT \"Language(s)\" FROM \"1-13700749-1\" WHERE \"Film title\" = 'Tsotsi';"} +{"question_id": 866, "table_id": "1-13700749-1", "question": "What year featured the film Tsotsi?", "sql": "SELECT \"Year (Ceremony)\" FROM \"1-13700749-1\" WHERE \"Film title\" = 'Tsotsi';"} +{"question_id": 867, "table_id": "1-13700749-1", "question": "What was the result for the film Life, Above All?", "sql": "SELECT \"Result\" FROM \"1-13700749-1\" WHERE \"Film title\" = 'Life, Above All';"} +{"question_id": 868, "table_id": "1-13758243-1", "question": "What numer pick in the draft for Jerry Hill?", "sql": "SELECT COUNT(\"Overall\") FROM \"1-13758243-1\" WHERE \"Player\" = 'Jerry Hill';"} +{"question_id": 869, "table_id": "1-13758243-1", "question": "What Kicker was drafted?", "sql": "SELECT \"Player\" FROM \"1-13758243-1\" WHERE \"Position\" = 'Kicker';"} +{"question_id": 870, "table_id": "1-13758243-1", "question": "What team drafted Steve Scifres?", "sql": "SELECT \"NFL Team\" FROM \"1-13758243-1\" WHERE \"Player\" = 'Steve Scifres';"} +{"question_id": 871, "table_id": "1-13758243-1", "question": "What year was Jerry Marion drafted?", "sql": "SELECT MAX(\"Draft Year\") FROM \"1-13758243-1\" WHERE \"Player\" = 'Jerry Marion';"} +{"question_id": 872, "table_id": "1-13758243-1", "question": "What numer pick in the draft for Jerry Marion", "sql": "SELECT MAX(\"Overall\") FROM \"1-13758243-1\" WHERE \"Player\" = 'Jerry Marion';"} +{"question_id": 873, "table_id": "1-13762472-4", "question": "what's the record with high points being Dwyane Wade (27) and location attendance being ARCO Arena", "sql": "SELECT \"Record\" FROM \"1-13762472-4\" WHERE \"High points\" = 'Dwyane Wade (27)' AND \"Location Attendance\" = 'ARCO Arena';"} +{"question_id": 874, "table_id": "1-13762472-4", "question": " how many high assists with record being 15-11", "sql": "SELECT COUNT(\"High assists\") FROM \"1-13762472-4\" WHERE \"Record\" = '15-11';"} +{"question_id": 875, "table_id": "1-13762472-4", "question": "who had high points on December 3", "sql": "SELECT \"High points\" FROM \"1-13762472-4\" WHERE \"Date\" = 'December 3';"} +{"question_id": 876, "table_id": "1-13762472-4", "question": "who had high rebounds when score is W 111–92 (OT)", "sql": "SELECT \"High rebounds\" FROM \"1-13762472-4\" WHERE \"Score\" = 'W 111–92 (OT)';"} +{"question_id": 877, "table_id": "1-13762472-4", "question": "who had all the high rebounds when high assists is by Dwyane Wade (9)", "sql": "SELECT \"High rebounds\" FROM \"1-13762472-4\" WHERE \"High assists\" = 'Dwyane Wade (9)';"} +{"question_id": 878, "table_id": "1-13762472-4", "question": "what's the record with date being December 29", "sql": "SELECT \"Record\" FROM \"1-13762472-4\" WHERE \"Date\" = 'December 29';"} +{"question_id": 879, "table_id": "1-13764346-1", "question": "What is the smallest population recorded back in 2002?", "sql": "SELECT MIN(\"2002 population\") FROM \"1-13764346-1\";"} +{"question_id": 880, "table_id": "1-13805432-2", "question": "what's the position with artbeingt being Jim Reeves", "sql": "SELECT \"Position\" FROM \"1-13805432-2\" WHERE \"Artist\" = 'Jim Reeves';"} +{"question_id": 881, "table_id": "1-13805432-2", "question": "what's the highest position with artbeingt being Frankie Avalon", "sql": "SELECT \"Highest position\" FROM \"1-13805432-2\" WHERE \"Artist\" = 'Frankie Avalon';"} +{"question_id": 882, "table_id": "1-13805432-2", "question": " how many artbeingt with song title being \" Save the Last Dance for Me \"", "sql": "SELECT COUNT(\"Artist\") FROM \"1-13805432-2\" WHERE \"Song title\" = '\" Save the Last Dance for Me \"';"} +{"question_id": 883, "table_id": "1-13805432-2", "question": "what's the song title with artbeingt being Pat Boone", "sql": "SELECT \"Song title\" FROM \"1-13805432-2\" WHERE \"Artist\" = 'Pat Boone';"} +{"question_id": 884, "table_id": "1-13805432-2", "question": "what is the minimum highest position with artbeingt being Paul Evans", "sql": "SELECT MIN(\"Highest position\") FROM \"1-13805432-2\" WHERE \"Artist\" = 'Paul Evans';"} +{"question_id": 885, "table_id": "1-13812785-5", "question": "Who was responsible and what was the number for the high rebounds on December 22?", "sql": "SELECT \"High rebounds\" FROM \"1-13812785-5\" WHERE \"Date\" = 'December 22';"} +{"question_id": 886, "table_id": "1-13812785-8", "question": "What is the record where the score is W 102–81 (OT)?", "sql": "SELECT \"Record\" FROM \"1-13812785-8\" WHERE \"Score\" = 'W 102–81 (OT)';"} +{"question_id": 887, "table_id": "1-13812785-8", "question": "Who had the high points dated March 13?", "sql": "SELECT \"High points\" FROM \"1-13812785-8\" WHERE \"Date\" = 'March 13';"} +{"question_id": 888, "table_id": "1-13812785-8", "question": "Who had the most high points and rebounds than Charles Oakley (9)?", "sql": "SELECT \"High points\" FROM \"1-13812785-8\" WHERE \"High rebounds\" = 'Charles Oakley (9)';"} +{"question_id": 889, "table_id": "1-13833770-3", "question": "who is the the incumbent with opponent being Anthony Weiner (D) unopposed", "sql": "SELECT \"Incumbent\" FROM \"1-13833770-3\" WHERE \"Opponent\" = 'Anthony Weiner (D) unopposed';"} +{"question_id": 890, "table_id": "1-13833770-3", "question": "who is the the incumbent with opponent being Peter King (R) 56.0% David Mejias (D) 44.0%", "sql": "SELECT \"Incumbent\" FROM \"1-13833770-3\" WHERE \"Opponent\" = 'Peter King (R) 56.0% David Mejias (D) 44.0%';"} +{"question_id": 891, "table_id": "1-13833770-3", "question": "what's the district with party being Republican and elected being 1998", "sql": "SELECT \"District\" FROM \"1-13833770-3\" WHERE \"Party\" = 'Republican' AND \"Elected\" = 1998.0;"} +{"question_id": 892, "table_id": "1-13833770-3", "question": "what is the minimum district with incumbent being Tom Reynolds", "sql": "SELECT MIN(\"District\") FROM \"1-13833770-3\" WHERE \"Incumbent\" = 'Tom Reynolds';"} +{"question_id": 893, "table_id": "1-13833770-3", "question": "what's the status with incumbent being Eliot Engel", "sql": "SELECT \"Status\" FROM \"1-13833770-3\" WHERE \"Incumbent\" = 'Eliot Engel';"} +{"question_id": 894, "table_id": "1-13845918-3", "question": "Name the number of women's doubles for 1986", "sql": "SELECT COUNT(\"Womens doubles\") FROM \"1-13845918-3\" WHERE \"Year\" = '1986';"} +{"question_id": 895, "table_id": "1-13870048-3", "question": "what was the lowest numbers for the winner Gregory W. Meeks", "sql": "SELECT MIN(\"Elected\") FROM \"1-13870048-3\" WHERE \"Incumbent\" = 'Gregory W. Meeks';"} +{"question_id": 896, "table_id": "1-13869651-3", "question": "What is the frequency of the model whose part number is ADO520BIAA5DO? ", "sql": "SELECT \"Frequency\" FROM \"1-13869651-3\" WHERE \"Part Number(s)\" = 'ADO520BIAA5DO';"} +{"question_id": 897, "table_id": "1-13869651-3", "question": "When's the release date of the model with part number ADH485BIAA5DO? ", "sql": "SELECT \"Release Date\" FROM \"1-13869651-3\" WHERE \"Part Number(s)\" = 'ADH485BIAA5DO';"} +{"question_id": 898, "table_id": "1-13869651-3", "question": "What is the HT value of threw Athlon X2 5200B model? ", "sql": "SELECT \"HT\" FROM \"1-13869651-3\" WHERE \"Model Number\" = 'Athlon X2 5200B';"} +{"question_id": 899, "table_id": "1-13869651-3", "question": "How many different frequencies does the model with part number ADO540BIAA5DO? ", "sql": "SELECT COUNT(\"Frequency\") FROM \"1-13869651-3\" WHERE \"Part Number(s)\" = 'ADO540BIAA5DO';"} +{"question_id": 900, "table_id": "1-1389609-3", "question": "what portion of the Middle East is Hindu?", "sql": "SELECT \"% of Hindus\" FROM \"1-1389609-3\" WHERE \"Region\" = 'Middle East';"} +{"question_id": 901, "table_id": "1-1389609-3", "question": "What is the highest number where the portion of observers is 0.163%?", "sql": "SELECT MAX(\"Hindus\") FROM \"1-1389609-3\" WHERE \"% of Hindus\" = '0.163%';"} +{"question_id": 902, "table_id": "1-1389609-3", "question": "What is the entire inhabitants in Southeast Asia?", "sql": "SELECT MIN(\"Total Population\") FROM \"1-1389609-3\" WHERE \"Region\" = 'Southeast Asia';"} +{"question_id": 903, "table_id": "1-14003020-5", "question": "what is the minimum average with highest being 2363", "sql": "SELECT MIN(\"Average\") FROM \"1-14003020-5\" WHERE \"Highest\" = 2363.0;"} +{"question_id": 904, "table_id": "1-14003020-5", "question": "what is the minimum lowest with highest being 2363", "sql": "SELECT MIN(\"Lowest\") FROM \"1-14003020-5\" WHERE \"Highest\" = 2363.0;"} +{"question_id": 905, "table_id": "1-14003020-5", "question": "what's the team with stadium being Glebe Park", "sql": "SELECT \"Team\" FROM \"1-14003020-5\" WHERE \"Stadium\" = 'Glebe Park';"} +{"question_id": 906, "table_id": "1-14035132-3", "question": "What's the production code of the episode with a series number 37b? ", "sql": "SELECT \"Production code\" FROM \"1-14035132-3\" WHERE \"No. in series\" = '37b';"} +{"question_id": 907, "table_id": "1-14035132-3", "question": "On what date did the episode with a series number 31, with a story written by William Reiss, air for the first time? ", "sql": "SELECT \"Original air date\" FROM \"1-14035132-3\" WHERE \"Storyboarded by\" = 'William Reiss' AND \"No. in series\" = '31';"} +{"question_id": 908, "table_id": "1-14035132-3", "question": "When did the episode with season number 10b air for the first time? ", "sql": "SELECT \"Original air date\" FROM \"1-14035132-3\" WHERE \"No. in season\" = '10b';"} +{"question_id": 909, "table_id": "1-14035132-3", "question": "When did the episode with series number 29a originally air? ", "sql": "SELECT \"Original air date\" FROM \"1-14035132-3\" WHERE \"No. in series\" = '29a';"} +{"question_id": 910, "table_id": "1-14035132-3", "question": "How many episodes have been directed and written by Darrick Bachman and Brett Varon? ", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-14035132-3\" WHERE \"Written by\" = 'Darrick Bachman and Brett Varon';"} +{"question_id": 911, "table_id": "1-140297-1", "question": "What is the population density in the Brighton area?", "sql": "SELECT \"Density\" FROM \"1-140297-1\" WHERE \"Principal town\" = 'Brighton';"} +{"question_id": 912, "table_id": "1-140297-1", "question": "How many people live in the area of Sorell according to the Census of 2011?", "sql": "SELECT \"Population 2011 census\" FROM \"1-140297-1\" WHERE \"Local Government Area\" = 'Sorell';"} +{"question_id": 913, "table_id": "1-1404486-1", "question": "what is the number of area where the county is Marsabit?", "sql": "SELECT COUNT(\"Area (km 2 )\") FROM \"1-1404486-1\" WHERE \"County\" = 'Marsabit';"} +{"question_id": 914, "table_id": "1-1404486-1", "question": "what is the code of population census 2009 is 1356301?", "sql": "SELECT \"Code\" FROM \"1-1404486-1\" WHERE \"Population Census 2009\" = 1356301.0;"} +{"question_id": 915, "table_id": "1-14070062-3", "question": "What's the tries against count of the team with 396 points against? ", "sql": "SELECT COUNT(\"Tries against\") FROM \"1-14070062-3\" WHERE \"Points against\" = '396';"} +{"question_id": 916, "table_id": "1-14070062-3", "question": "How many points does the club with a try bonus of 10 have? ", "sql": "SELECT \"Points\" FROM \"1-14070062-3\" WHERE \"Try bonus\" = '10';"} +{"question_id": 917, "table_id": "1-14070062-3", "question": "What's the tries for count for the team with 70 points? ", "sql": "SELECT \"Tries for\" FROM \"1-14070062-3\" WHERE \"Points\" = '70';"} +{"question_id": 918, "table_id": "1-14070062-3", "question": "How many clubs have a try bonus value of 5?", "sql": "SELECT COUNT(\"Club\") FROM \"1-14070062-3\" WHERE \"Try bonus\" = '5';"} +{"question_id": 919, "table_id": "1-14070062-3", "question": "What's the losing bonus count for the club with 9 won games? ", "sql": "SELECT \"Losing bonus\" FROM \"1-14070062-3\" WHERE \"Won\" = '9';"} +{"question_id": 920, "table_id": "1-14070062-3", "question": "How many tries for does Pontardawe RFC have? ", "sql": "SELECT \"Tries for\" FROM \"1-14070062-3\" WHERE \"Club\" = 'Pontardawe RFC';"} +{"question_id": 921, "table_id": "1-1409106-2", "question": "How many home wins occured win the road games are larger than 3.0 but road win percentage is .000?", "sql": "SELECT \"Home wins\" FROM \"1-1409106-2\" WHERE \"Road Win Pct.\" = '.000' AND \"ROAD games\" > 3.0;"} +{"question_id": 922, "table_id": "1-1409106-2", "question": "How many numbers were recorded when the home win percentage .667?", "sql": "SELECT COUNT(\"PA\") FROM \"1-1409106-2\" WHERE \"Home Win Pct.\" = '.667';"} +{"question_id": 923, "table_id": "1-1409106-2", "question": "How many home losses occured when PF 13?", "sql": "SELECT COUNT(\"Home losses\") FROM \"1-1409106-2\" WHERE \"PF\" = 13.0;"} +{"question_id": 924, "table_id": "1-1409106-2", "question": "How many home games were there with the road win pct was .167?", "sql": "SELECT \"HOME games\" FROM \"1-1409106-2\" WHERE \"Road Win Pct.\" = '.167';"} +{"question_id": 925, "table_id": "1-140968-1", "question": "How many copoes per particle are created in the segment that Forms inner shell of the core?", "sql": "SELECT \"Copies per particle\" FROM \"1-140968-1\" WHERE \"Location\" = 'Forms inner shell of the core';"} +{"question_id": 926, "table_id": "1-140968-1", "question": "How many copies per particle are created by the Enterotoxin?", "sql": "SELECT \"Copies per particle\" FROM \"1-140968-1\" WHERE \"Function\" = 'Enterotoxin';"} +{"question_id": 927, "table_id": "1-140968-1", "question": "How many base pairs are there if the molecular weight is 102?", "sql": "SELECT COUNT(\"Size ( s base pair )\") FROM \"1-140968-1\" WHERE \"Molecular weight kDa\" = '102';"} +{"question_id": 928, "table_id": "1-140968-1", "question": "How many copies per particle are there for the base pair that is size 1059?", "sql": "SELECT COUNT(\"Copies per particle\") FROM \"1-140968-1\" WHERE \"Size ( s base pair )\" = 1059.0;"} +{"question_id": 929, "table_id": "1-14102379-4", "question": "what is the minimum attendance with stadium being Cotton Bowl", "sql": "SELECT MIN(\"Attendance\") FROM \"1-14102379-4\" WHERE \"Stadium\" = 'Cotton Bowl';"} +{"question_id": 930, "table_id": "1-14102379-4", "question": "what's the opponent with stadium being Jeppesen Stadium", "sql": "SELECT \"Opponent\" FROM \"1-14102379-4\" WHERE \"Stadium\" = 'Jeppesen Stadium';"} +{"question_id": 931, "table_id": "1-14102379-4", "question": "what's the stadium with record being 1–1", "sql": "SELECT \"Stadium\" FROM \"1-14102379-4\" WHERE \"Record\" = '1–1';"} +{"question_id": 932, "table_id": "1-14102379-4", "question": " how many attendance with stadium being Cotton Bowl", "sql": "SELECT COUNT(\"Attendance\") FROM \"1-14102379-4\" WHERE \"Stadium\" = 'Cotton Bowl';"} +{"question_id": 933, "table_id": "1-14102379-4", "question": "what's the result with opponent being at Oakland Raiders", "sql": "SELECT \"Result\" FROM \"1-14102379-4\" WHERE \"Opponent\" = 'at Oakland Raiders';"} +{"question_id": 934, "table_id": "1-14102379-4", "question": "what is the minimum attendance with record being 4–6", "sql": "SELECT MIN(\"Attendance\") FROM \"1-14102379-4\" WHERE \"Record\" = '4–6';"} +{"question_id": 935, "table_id": "1-14125006-1", "question": "What's Yurchikhin Fyodor Yurchikhin's number? ", "sql": "SELECT \"Number\" FROM \"1-14125006-1\" WHERE \"Astronaut\" = 'Yurchikhin Fyodor Yurchikhin';"} +{"question_id": 936, "table_id": "1-14125006-1", "question": "How long was the walk numbered at 17?", "sql": "SELECT \"Total Time Hours:Minutes\" FROM \"1-14125006-1\" WHERE \"Number\" = 17.0;"} +{"question_id": 937, "table_id": "1-14125006-1", "question": "How many agencies did Budarin Nikolai Budarin working for? ", "sql": "SELECT COUNT(\"Agency\") FROM \"1-14125006-1\" WHERE \"Astronaut\" = 'Budarin Nikolai Budarin';"} +{"question_id": 938, "table_id": "1-14125006-1", "question": "What is the total EVAs of the walk that lasted 45:34?", "sql": "SELECT MAX(\"Total EVAs\") FROM \"1-14125006-1\" WHERE \"Total Time Hours:Minutes\" = '45:34';"} +{"question_id": 939, "table_id": "1-14125006-1", "question": "How many different total EVAs are there for the walk that lasted 45:34?", "sql": "SELECT COUNT(\"Total EVAs\") FROM \"1-14125006-1\" WHERE \"Total Time Hours:Minutes\" = '45:34';"} +{"question_id": 940, "table_id": "1-14125006-1", "question": "What agency does Anderson Clayton Anderson work for? ", "sql": "SELECT \"Agency\" FROM \"1-14125006-1\" WHERE \"Astronaut\" = 'Anderson Clayton Anderson';"} +{"question_id": 941, "table_id": "1-141541-5", "question": "what's the year with change being +8.0%", "sql": "SELECT \"Year\" FROM \"1-141541-5\" WHERE \"Change\" = '+8.0%';"} +{"question_id": 942, "table_id": "1-141541-5", "question": "what's the domestic freight with change being +8.0%", "sql": "SELECT \"Domestic freight\" FROM \"1-141541-5\" WHERE \"Change\" = '+8.0%';"} +{"question_id": 943, "table_id": "1-141541-5", "question": "what is the maximum international mail with total freight and mail being 145044", "sql": "SELECT MAX(\"International mail\") FROM \"1-141541-5\" WHERE \"Total freight and mail\" = 145044.0;"} +{"question_id": 944, "table_id": "1-14154271-2", "question": "The results for gt2 winning team is all Lars-Erik Nielsen Allan Simonsen Richard Westbrook. ", "sql": "SELECT \"Results\" FROM \"1-14154271-2\" WHERE \"GT2 Winning Team\" = 'Lars-Erik Nielsen Allan Simonsen Richard Westbrook';"} +{"question_id": 945, "table_id": "1-14154271-2", "question": "Jos Verstappen Jeroen Bleekemolen is on Imp2 winning team where all are rnd.", "sql": "SELECT \"Rnd\" FROM \"1-14154271-2\" WHERE \"LMP2 Winning Team\" = 'Jos Verstappen Jeroen Bleekemolen';"} +{"question_id": 946, "table_id": "1-1417184-1", "question": "what is the minimum population with canton being Redange", "sql": "SELECT MIN(\"Population\") FROM \"1-1417184-1\" WHERE \"Canton\" = 'Redange';"} +{"question_id": 947, "table_id": "1-1417184-1", "question": " how many canton with commune being Waldbillig", "sql": "SELECT COUNT(\"Canton\") FROM \"1-1417184-1\" WHERE \"Commune\" = 'Waldbillig';"} +{"question_id": 948, "table_id": "1-142159-1", "question": "What is the arrival time of Greenbat", "sql": "SELECT MAX(\"Arrival\") FROM \"1-142159-1\" WHERE \"Name\" = 'Greenbat';"} +{"question_id": 949, "table_id": "1-142159-1", "question": "Which number has Engine shed as the location", "sql": "SELECT \"No.\" FROM \"1-142159-1\" WHERE \"Location\" = 'Engine shed';"} +{"question_id": 950, "table_id": "1-142159-1", "question": "What is the name with the builder of Kerr Stuart", "sql": "SELECT \"Name\" FROM \"1-142159-1\" WHERE \"Builder\" = 'Kerr Stuart';"} +{"question_id": 951, "table_id": "1-142159-1", "question": "Who is the builder for the location Irton Road shed", "sql": "SELECT \"Builder\" FROM \"1-142159-1\" WHERE \"Location\" = 'Irton Road shed';"} +{"question_id": 952, "table_id": "1-142159-1", "question": "Whats the status of the trains at location Museum", "sql": "SELECT \"Status\" FROM \"1-142159-1\" WHERE \"Location\" = 'Museum';"} +{"question_id": 953, "table_id": "1-142159-1", "question": "How many are named River Esk", "sql": "SELECT COUNT(\"Built\") FROM \"1-142159-1\" WHERE \"Name\" = 'River Esk';"} +{"question_id": 954, "table_id": "1-1420954-1", "question": "Timothy Truman worked on what dates", "sql": "SELECT \"Publication dates\" FROM \"1-1420954-1\" WHERE \"Artist(s)\" = 'Timothy Truman';"} +{"question_id": 955, "table_id": "1-1420954-1", "question": "Timothy Truman worked on what books", "sql": "SELECT \"Book title\" FROM \"1-1420954-1\" WHERE \"Artist(s)\" = 'Timothy Truman';"} +{"question_id": 956, "table_id": "1-1420954-1", "question": "Elaine Lee worked on how many issues", "sql": "SELECT COUNT(\"Issues\") FROM \"1-1420954-1\" WHERE \"Writer\" = 'Elaine Lee';"} +{"question_id": 957, "table_id": "1-14242137-11", "question": "what's the regionalliga nord with regionalliga süd being 1. FC Nuremberg SpVgg Greuther Fürth", "sql": "SELECT \"Regionalliga Nord\" FROM \"1-14242137-11\" WHERE \"Regionalliga Süd\" = '1. FC Nuremberg SpVgg Greuther Fürth';"} +{"question_id": 958, "table_id": "1-14242137-11", "question": "what's the season with regionalliga nord being VfB Oldenburg", "sql": "SELECT \"Season\" FROM \"1-14242137-11\" WHERE \"Regionalliga Nord\" = 'VfB Oldenburg';"} +{"question_id": 959, "table_id": "1-14242137-11", "question": "what's the regionalliga nord with regionalliga west/südwest being FC Gütersloh Rot-Weiß Essen", "sql": "SELECT \"Regionalliga Nord\" FROM \"1-14242137-11\" WHERE \"Regionalliga West/Südwest\" = 'FC Gütersloh Rot-Weiß Essen';"} +{"question_id": 960, "table_id": "1-14242137-11", "question": "what's the season with regionalliga west/südwest being Arminia Bielefeld", "sql": "SELECT \"Season\" FROM \"1-14242137-11\" WHERE \"Regionalliga West/Südwest\" = 'Arminia Bielefeld';"} +{"question_id": 961, "table_id": "1-14242137-11", "question": "what's the regionalliga west/südwest with regionalliga süd being Stuttgarter Kickers", "sql": "SELECT \"Regionalliga West/Südwest\" FROM \"1-14242137-11\" WHERE \"Regionalliga Süd\" = 'Stuttgarter Kickers';"} +{"question_id": 962, "table_id": "1-14253123-1", "question": "When Spencer is the county what is total of the population (2010) (rank)? ", "sql": "SELECT COUNT(\"Population (2010) (Rank)\") FROM \"1-14253123-1\" WHERE \"County Name\" = 'Spencer';"} +{"question_id": 963, "table_id": "1-14253123-1", "question": "When Vincennes is the county seat what is the area sq mi (km 2 ) (rank) ?", "sql": "SELECT \"Area sq mi (km 2 ) (Rank)\" FROM \"1-14253123-1\" WHERE \"County Seat\" = 'Vincennes';"} +{"question_id": 964, "table_id": "1-14253123-1", "question": "When the area sq mi (km 2 ) (rank) is sqmi (km2) (5) what is the population (2010) (rank)?", "sql": "SELECT \"Population (2010) (Rank)\" FROM \"1-14253123-1\" WHERE \"Area sq mi (km 2 ) (Rank)\" = 'sqmi (km2) (5)';"} +{"question_id": 965, "table_id": "1-14253123-1", "question": "When the % of boundary by water is 63% what is the overall number of zip code prefix(es)?", "sql": "SELECT COUNT(\"ZIP code Prefix(es)\") FROM \"1-14253123-1\" WHERE \"% of Boundary by water\" = '63%';"} +{"question_id": 966, "table_id": "1-14253123-1", "question": "When Spencer is the county what is the in no.?", "sql": "SELECT \"IN No.\" FROM \"1-14253123-1\" WHERE \"County Name\" = 'Spencer';"} +{"question_id": 967, "table_id": "1-14242137-4", "question": "Name the oberliga hessen for SV Sandhausen and FSV Salmrohr", "sql": "SELECT \"Oberliga Hessen\" FROM \"1-14242137-4\" WHERE \"Oberliga Baden-Württemberg\" = 'SV Sandhausen' AND \"Oberliga Südwest\" = 'FSV Salmrohr';"} +{"question_id": 968, "table_id": "1-14242137-4", "question": "Name the oberliga for where TSV 1860 Munich and Borussia Neunkirchen", "sql": "SELECT \"Oberliga Baden-Württemberg\" FROM \"1-14242137-4\" WHERE \"Oberliga Bayern\" = 'TSV 1860 Munich' AND \"Oberliga Südwest\" = 'Borussia Neunkirchen';"} +{"question_id": 969, "table_id": "1-14242137-4", "question": "Name the oberliga sudwest for SpVgg Unterhaching for 1988-89", "sql": "SELECT \"Oberliga Südwest\" FROM \"1-14242137-4\" WHERE \"Oberliga Bayern\" = 'SpVgg Unterhaching' AND \"Season\" = '1988-89';"} +{"question_id": 970, "table_id": "1-14242137-4", "question": "Name the season for SpVgg Bayreuth and FSV Salmrohr", "sql": "SELECT \"Season\" FROM \"1-14242137-4\" WHERE \"Oberliga Bayern\" = 'SpVgg Bayreuth' AND \"Oberliga Südwest\" = 'FSV Salmrohr';"} +{"question_id": 971, "table_id": "1-14242137-4", "question": "Name the oberliga bayern for SV Sandhausen for 1986-87", "sql": "SELECT \"Oberliga Bayern\" FROM \"1-14242137-4\" WHERE \"Oberliga Baden-Württemberg\" = 'SV Sandhausen' AND \"Season\" = '1986-87';"} +{"question_id": 972, "table_id": "1-14260687-3", "question": "During the quarter of 2012 Q2, how many millions of Blackberry OS phones where shipped when 0.1 million others were shipped?", "sql": "SELECT COUNT(\"BlackBerry OS\") FROM \"1-14260687-3\" WHERE \"Other\" = '0.1' AND \"Quarter\" = '2012 Q2';"} +{"question_id": 973, "table_id": "1-14260687-3", "question": "During the quarter 2012 Q4, how many millions of android phones were shipped?", "sql": "SELECT COUNT(\"Android\") FROM \"1-14260687-3\" WHERE \"Quarter\" = '2012 Q4';"} +{"question_id": 974, "table_id": "1-14260687-3", "question": "How many million of windows phones were shipped during the quarter that shipped 216.2 million total?", "sql": "SELECT \"Windows Phone\" FROM \"1-14260687-3\" WHERE \"Total\" = '216.2';"} +{"question_id": 975, "table_id": "1-14260687-3", "question": "How many total smartphones were shipped during the quarter 2012 Q1?", "sql": "SELECT COUNT(\"Total\") FROM \"1-14260687-3\" WHERE \"Quarter\" = '2012 Q1';"} +{"question_id": 976, "table_id": "1-14260687-3", "question": "How many millions of Blackberry OS smartphones were shipped when 10.4 million Symbian smartphones were shipped?", "sql": "SELECT \"BlackBerry OS\" FROM \"1-14260687-3\" WHERE \"Symbian\" = '10.4';"} +{"question_id": 977, "table_id": "1-14260687-3", "question": "How man \"other\" millions of smartphones were shipped when 181.1 million total were shipped?", "sql": "SELECT COUNT(\"Other\") FROM \"1-14260687-3\" WHERE \"Total\" = '181.1';"} +{"question_id": 978, "table_id": "1-1427868-1", "question": "What is the load bearing capacity when the name is Camelus dromedarius", "sql": "SELECT \"Load Bearing Capacity\" FROM \"1-1427868-1\" WHERE \"Scientific Name\" = 'Camelus dromedarius';"} +{"question_id": 979, "table_id": "1-1427998-1", "question": "What is the division for the year 2006?", "sql": "SELECT \"Division\" FROM \"1-1427998-1\" WHERE \"Year\" = 2006.0;"} +{"question_id": 980, "table_id": "1-1427998-1", "question": "What was the playoff result for the team name of Bay Area Seals", "sql": "SELECT \"Playoffs\" FROM \"1-1427998-1\" WHERE \"Team Name\" = 'Bay Area Seals';"} +{"question_id": 981, "table_id": "1-1427998-1", "question": "Where did the team finish in the season when the playoff result was Divisional Finals.", "sql": "SELECT \"Regular Season\" FROM \"1-1427998-1\" WHERE \"Playoffs\" = 'Divisional Finals';"} +{"question_id": 982, "table_id": "1-1427998-1", "question": "What is the playoff result when the league is USISL and the regular season record is 1st, Pacific.", "sql": "SELECT \"Playoffs\" FROM \"1-1427998-1\" WHERE \"League\" = 'USISL' AND \"Regular Season\" = '1st, Pacific';"} +{"question_id": 983, "table_id": "1-1427998-1", "question": "How many divisions have been won when the playoff result is Conference Quarterfinals.", "sql": "SELECT COUNT(\"Division\") FROM \"1-1427998-1\" WHERE \"Playoffs\" = 'Conference Quarterfinals';"} +{"question_id": 984, "table_id": "1-14302582-1", "question": "What was the lowest home attendance for the Southern Derby?", "sql": "SELECT MIN(\"Home Attendance\") FROM \"1-14302582-1\" WHERE \"Competition\" = 'Southern Derby';"} +{"question_id": 985, "table_id": "1-14302582-1", "question": "What was the result when the team had contested 14 home games?", "sql": "SELECT \"Result\" FROM \"1-14302582-1\" WHERE \"Home Matches\" = 14.0;"} +{"question_id": 986, "table_id": "1-14302582-1", "question": "What was the result when the team was 4-1?", "sql": "SELECT \"Result\" FROM \"1-14302582-1\" WHERE \"Record\" = '4-1';"} +{"question_id": 987, "table_id": "1-1430913-1", "question": "Picturesque and Trekking Route is the category what is the height from sea level in meters?", "sql": "SELECT \"Height from Sea Level In Meters\" FROM \"1-1430913-1\" WHERE \"Category\" = 'Picturesque and Trekking Route';"} +{"question_id": 988, "table_id": "1-1430913-1", "question": "If Extremely Adventures is the category what is the height from sea level in meters?", "sql": "SELECT \"Height from Sea Level In Meters\" FROM \"1-1430913-1\" WHERE \"Category\" = 'Extremely Adventures';"} +{"question_id": 989, "table_id": "1-1430913-1", "question": "if 22km is the trekking route what is height from sea level in meters?", "sql": "SELECT \"Height from Sea Level In Meters\" FROM \"1-1430913-1\" WHERE \"Trekking Route\" = '22km';"} +{"question_id": 990, "table_id": "1-1430913-1", "question": "If the place is Hemkunt Sahib what is the category?", "sql": "SELECT \"Category\" FROM \"1-1430913-1\" WHERE \"Name Of Place\" = 'Hemkunt Sahib';"} +{"question_id": 991, "table_id": "1-14325808-1", "question": "What is the density in places where the 2011 census gives a population of 5402?", "sql": "SELECT \"Density (pop/km²)\" FROM \"1-14325808-1\" WHERE \"Population (2011 census)\" = 5402.0;"} +{"question_id": 992, "table_id": "1-14325808-1", "question": "What is the area in kilometers squared the population density is 137.61?", "sql": "SELECT \"Area (km²)\" FROM \"1-14325808-1\" WHERE \"Density (pop/km²)\" = '137.61';"} +{"question_id": 993, "table_id": "1-14325808-1", "question": "How many places according to the 2011 census of whatever population have an area of 132.79 kilometers squared?", "sql": "SELECT COUNT(\"Population (2011 census)\") FROM \"1-14325808-1\" WHERE \"Area (km²)\" = '132.79';"} +{"question_id": 994, "table_id": "1-14325808-1", "question": "How many places of whatever size have a 2007 population estimation of 7996?", "sql": "SELECT COUNT(\"Area (km²)\") FROM \"1-14325808-1\" WHERE \"Population (2007 estimation)\" = 7996.0;"} +{"question_id": 995, "table_id": "1-14332822-1", "question": "What is the 3utr sequence when the genbank id is HQ021437? ", "sql": "SELECT \"3’UTR sequence\" FROM \"1-14332822-1\" WHERE \"GenBank id\" = 'HQ021437';"} +{"question_id": 996, "table_id": "1-14332822-1", "question": "What is the coding for HQ021442 genbankid?", "sql": "SELECT \"Coding\" FROM \"1-14332822-1\" WHERE \"GenBank id\" = 'HQ021442';"} +{"question_id": 997, "table_id": "1-14332822-1", "question": "What is the 3'utr sequence with a variant id of AD'6A 4?", "sql": "SELECT \"3’UTR sequence\" FROM \"1-14332822-1\" WHERE \"Variant id\" = 'AD''6A 4';"} +{"question_id": 998, "table_id": "1-14332822-1", "question": "What is the 3'utr sequence with a variant id of ACD'6A 3?", "sql": "SELECT \"3’UTR sequence\" FROM \"1-14332822-1\" WHERE \"Variant id\" = 'ACD''6A 3';"} +{"question_id": 999, "table_id": "1-14330096-3", "question": "Who is the director of the episode that corresponds to the total episodes number 14? ", "sql": "SELECT \"Director\" FROM \"1-14330096-3\" WHERE \"Total#\" = 14.0;"} +{"question_id": 1000, "table_id": "1-14330096-3", "question": "What's the title of the episode that Rob Heyland wrote? ", "sql": "SELECT \"Title\" FROM \"1-14330096-3\" WHERE \"Writer\" = 'Rob Heyland';"} +{"question_id": 1001, "table_id": "1-14330096-3", "question": "What number from the total number of episodes is the episode written by Julian Unthank?", "sql": "SELECT \"Series#\" FROM \"1-14330096-3\" WHERE \"Writer\" = 'Julian Unthank';"} +{"question_id": 1002, "table_id": "1-14342210-12", "question": "How many touchdowns did Redden score?", "sql": "SELECT MIN(\"Touchdowns\") FROM \"1-14342210-12\" WHERE \"Player\" = 'Redden';"} +{"question_id": 1003, "table_id": "1-14342210-12", "question": "What was the most extra points?", "sql": "SELECT MAX(\"Extra points\") FROM \"1-14342210-12\";"} +{"question_id": 1004, "table_id": "1-14342210-12", "question": "What position did the player who scored 4 extra points play?", "sql": "SELECT \"Position\" FROM \"1-14342210-12\" WHERE \"Extra points\" = 4.0;"} +{"question_id": 1005, "table_id": "1-14342210-12", "question": "How many points where scored by the Right end?", "sql": "SELECT COUNT(\"Points\") FROM \"1-14342210-12\" WHERE \"Position\" = 'Right end';"} +{"question_id": 1006, "table_id": "1-14342210-13", "question": "How many Games Started are there for Hugh White ?", "sql": "SELECT \"Games started\" FROM \"1-14342210-13\" WHERE \"Player\" = 'Hugh White';"} +{"question_id": 1007, "table_id": "1-14342210-13", "question": "How many entries are there for Class for the player Everett Sweeley?", "sql": "SELECT COUNT(\"Class\") FROM \"1-14342210-13\" WHERE \"Player\" = 'Everett Sweeley';"} +{"question_id": 1008, "table_id": "1-14342210-13", "question": "How many entries are there for class when the prior experience is Shasta H.S.", "sql": "SELECT COUNT(\"Class\") FROM \"1-14342210-13\" WHERE \"Prior experience\" = 'Shasta H.S.';"} +{"question_id": 1009, "table_id": "1-14342210-13", "question": "What is Hugh White's weight?", "sql": "SELECT MAX(\"Weight\") FROM \"1-14342210-13\" WHERE \"Player\" = 'Hugh White';"} +{"question_id": 1010, "table_id": "1-14342210-13", "question": "What is the weight for the player who is 6' 2\"?", "sql": "SELECT MAX(\"Weight\") FROM \"1-14342210-13\" WHERE \"Height\" = '6'' 2\"';"} +{"question_id": 1011, "table_id": "1-14342210-14", "question": "How many field goals did Walter Shaw make?", "sql": "SELECT COUNT(\"Field goals (5 points)\") FROM \"1-14342210-14\" WHERE \"Player\" = 'Walter Shaw';"} +{"question_id": 1012, "table_id": "1-14342210-14", "question": "How many field goals were made by the person with 100 points in total?", "sql": "SELECT MAX(\"Field goals (5 points)\") FROM \"1-14342210-14\" WHERE \"Total Points\" = 100.0;"} +{"question_id": 1013, "table_id": "1-14342210-14", "question": "How many touchdowns were made by the person with 7 extra points?", "sql": "SELECT COUNT(\"Touchdowns (5 points)\") FROM \"1-14342210-14\" WHERE \"Extra points 1 point\" = 7.0;"} +{"question_id": 1014, "table_id": "1-14342210-14", "question": "How many touchdowns did Albert Herrnstein make?", "sql": "SELECT \"Touchdowns (5 points)\" FROM \"1-14342210-14\" WHERE \"Player\" = 'Albert Herrnstein';"} +{"question_id": 1015, "table_id": "1-14342210-14", "question": "How many touchdowns did Bruce Shorts make?", "sql": "SELECT MAX(\"Touchdowns (5 points)\") FROM \"1-14342210-14\" WHERE \"Player\" = 'Bruce Shorts';"} +{"question_id": 1016, "table_id": "1-14342210-14", "question": "How many players made 4 touchdowns?", "sql": "SELECT COUNT(\"Player\") FROM \"1-14342210-14\" WHERE \"Touchdowns (5 points)\" = 4.0;"} +{"question_id": 1017, "table_id": "1-14342210-2", "question": "Name all the players for Fullback", "sql": "SELECT \"Player\" FROM \"1-14342210-2\" WHERE \"Position\" = 'Fullback';"} +{"question_id": 1018, "table_id": "1-14342210-2", "question": "Name the position for Shorts", "sql": "SELECT \"Position\" FROM \"1-14342210-2\" WHERE \"Player\" = 'Shorts';"} +{"question_id": 1019, "table_id": "1-14342210-6", "question": "Which player made 4 touchdowns while playing Left halfback?", "sql": "SELECT \"Player\" FROM \"1-14342210-6\" WHERE \"Touchdowns\" = 4.0 AND \"Position\" = 'Left halfback';"} +{"question_id": 1020, "table_id": "1-14342210-6", "question": "Which Left end player made the most points?", "sql": "SELECT MAX(\"Points\") FROM \"1-14342210-6\" WHERE \"Position\" = 'Left end';"} +{"question_id": 1021, "table_id": "1-14342210-6", "question": "What is the least amount of points made by Herrnstein?", "sql": "SELECT MIN(\"Points\") FROM \"1-14342210-6\" WHERE \"Player\" = 'Herrnstein';"} +{"question_id": 1022, "table_id": "1-14342210-6", "question": "What is the least amount of field goals made by a player?", "sql": "SELECT MIN(\"Field goals\") FROM \"1-14342210-6\";"} +{"question_id": 1023, "table_id": "1-14342210-6", "question": "Which position did Redden play?", "sql": "SELECT \"Position\" FROM \"1-14342210-6\" WHERE \"Player\" = 'Redden';"} +{"question_id": 1024, "table_id": "1-14342210-6", "question": "What is the least amount of extra points made in by a player?", "sql": "SELECT MIN(\"Extra points\") FROM \"1-14342210-6\";"} +{"question_id": 1025, "table_id": "1-14342367-13", "question": "What is the previous experience of the player from East Jordan, Michigan?", "sql": "SELECT \"Previous experience\" FROM \"1-14342367-13\" WHERE \"Hometown\" = 'East Jordan, Michigan';"} +{"question_id": 1026, "table_id": "1-14342367-13", "question": "What was the class of the player who played Right tackle?", "sql": "SELECT \"Class\" FROM \"1-14342367-13\" WHERE \"Position\" = 'Right tackle';"} +{"question_id": 1027, "table_id": "1-14342367-13", "question": "How many players are from Sioux City, Iowa?", "sql": "SELECT COUNT(\"Player\") FROM \"1-14342367-13\" WHERE \"Hometown\" = 'Sioux City, Iowa';"} +{"question_id": 1028, "table_id": "1-14342367-13", "question": "Where is George W. Gregory from?", "sql": "SELECT \"Hometown\" FROM \"1-14342367-13\" WHERE \"Player\" = 'George W. Gregory';"} +{"question_id": 1029, "table_id": "1-14342367-13", "question": "What was George W. Gregory's class?", "sql": "SELECT \"Class\" FROM \"1-14342367-13\" WHERE \"Player\" = 'George W. Gregory';"} +{"question_id": 1030, "table_id": "1-14342367-5", "question": "what is the maximum number of points?", "sql": "SELECT MAX(\"Points\") FROM \"1-14342367-5\";"} +{"question_id": 1031, "table_id": "1-14342367-5", "question": "was Herb Graver a starter?", "sql": "SELECT \"Starter\" FROM \"1-14342367-5\" WHERE \"Player\" = 'Herb Graver';"} +{"question_id": 1032, "table_id": "1-14342480-15", "question": "Which player scored 14 touchdowns?", "sql": "SELECT \"Player\" FROM \"1-14342480-15\" WHERE \"Touchdowns\" = 14.0;"} +{"question_id": 1033, "table_id": "1-14342480-15", "question": "How many points did Duncan Thompson score?", "sql": "SELECT MAX(\"Points\") FROM \"1-14342480-15\" WHERE \"Player\" = 'Duncan Thompson';"} +{"question_id": 1034, "table_id": "1-14342480-15", "question": "What is the highest number of extra points?", "sql": "SELECT MAX(\"Extra points\") FROM \"1-14342480-15\";"} +{"question_id": 1035, "table_id": "1-14342592-5", "question": "What players played the position of Left tackle?", "sql": "SELECT \"Player\" FROM \"1-14342592-5\" WHERE \"Position\" = 'Left tackle';"} +{"question_id": 1036, "table_id": "1-14342592-5", "question": "How many field goals were made by someone playing position of Right end?", "sql": "SELECT COUNT(\"Field goals\") FROM \"1-14342592-5\" WHERE \"Position\" = 'Right end';"} +{"question_id": 1037, "table_id": "1-14342592-5", "question": "Which players have made a total of 12 extra points?", "sql": "SELECT \"Player\" FROM \"1-14342592-5\" WHERE \"Extra points\" = 12.0;"} +{"question_id": 1038, "table_id": "1-14342592-5", "question": "Which positions have made 4 touchdowns?", "sql": "SELECT \"Position\" FROM \"1-14342592-5\" WHERE \"Touchdowns\" = 4.0;"} +{"question_id": 1039, "table_id": "1-14342592-5", "question": "When the total points are 22 how many total touchdowns have been made?", "sql": "SELECT \"Touchdowns\" FROM \"1-14342592-5\" WHERE \"Points\" = 22.0;"} +{"question_id": 1040, "table_id": "1-14342480-7", "question": "How many points were scored by someone who's position was Right tackle?", "sql": "SELECT COUNT(\"Points\") FROM \"1-14342480-7\" WHERE \"Position\" = 'Right tackle';"} +{"question_id": 1041, "table_id": "1-14342480-7", "question": "What is the least amount of touchdowns scored on the chart?", "sql": "SELECT MIN(\"Touchdowns\") FROM \"1-14342480-7\";"} +{"question_id": 1042, "table_id": "1-14342480-7", "question": "How many points were scored by Rolla Bigelow?", "sql": "SELECT \"Points\" FROM \"1-14342480-7\" WHERE \"Player\" = 'Rolla Bigelow';"} +{"question_id": 1043, "table_id": "1-14342480-7", "question": "How many touchdowns were scored by players who scored more than 5.0 extra points?", "sql": "SELECT COUNT(\"Touchdowns\") FROM \"1-14342480-7\" WHERE \"Extra points\" > 5.0;"} +{"question_id": 1044, "table_id": "1-14342480-7", "question": "What is the lowest amount of field goals on the chart? ", "sql": "SELECT MIN(\"Field goals\") FROM \"1-14342480-7\";"} +{"question_id": 1045, "table_id": "1-14342592-4", "question": "Name the least points for Patrick", "sql": "SELECT MIN(\"Points\") FROM \"1-14342592-4\" WHERE \"Player\" = 'Patrick';"} +{"question_id": 1046, "table_id": "1-14342592-4", "question": "Name the starter for Schulte", "sql": "SELECT \"Starter\" FROM \"1-14342592-4\" WHERE \"Player\" = 'Schulte';"} +{"question_id": 1047, "table_id": "1-14342592-4", "question": "Name the total number of points for the Right end", "sql": "SELECT COUNT(\"Points\") FROM \"1-14342592-4\" WHERE \"Position\" = 'Right end';"} +{"question_id": 1048, "table_id": "1-14342592-4", "question": "Name the number of players when starter is No and touchdowns is 1 for Right halfback", "sql": "SELECT COUNT(\"Player\") FROM \"1-14342592-4\" WHERE \"Starter\" = 'No' AND \"Touchdowns\" = 1.0 AND \"Position\" = 'Right halfback';"} +{"question_id": 1049, "table_id": "1-14346689-1", "question": "What was the series number of the episode directed by Rob Bailey?", "sql": "SELECT MAX(\"Series #\") FROM \"1-14346689-1\" WHERE \"Directed by\" = 'Rob Bailey';"} +{"question_id": 1050, "table_id": "1-143554-1", "question": "Name the timeslot for season 5", "sql": "SELECT \"Timeslot\" FROM \"1-143554-1\" WHERE \"Season\" = 5.0;"} +{"question_id": 1051, "table_id": "1-143579-1", "question": "What is the area of Colonsay Island?", "sql": "SELECT MIN(\"Area ( ha )\") FROM \"1-143579-1\" WHERE \"Island\" = 'Colonsay';"} +{"question_id": 1052, "table_id": "1-14389782-2", "question": "How many ties were there for game 36 started?", "sql": "SELECT COUNT(\"Ties\") FROM \"1-14389782-2\" WHERE \"Games Started\" = 36.0;"} +{"question_id": 1053, "table_id": "1-14389782-2", "question": "What is the winning pct for jersey 15?", "sql": "SELECT \"Winning Pct.\" FROM \"1-14389782-2\" WHERE \"Jersey No.\" = '15';"} +{"question_id": 1054, "table_id": "1-14389782-2", "question": "Who is the quarter back for a winning pct of .792", "sql": "SELECT \"Quarterback\" FROM \"1-14389782-2\" WHERE \"Winning Pct.\" = '.792';"} +{"question_id": 1055, "table_id": "1-14389782-2", "question": "How many lost games for jersey number 2 and games started is less than 7.0?", "sql": "SELECT \"Losses\" FROM \"1-14389782-2\" WHERE \"Jersey No.\" = '2' AND \"Games Started\" < 7.0;"} +{"question_id": 1056, "table_id": "1-14406743-5", "question": "Name the total number of date of vacancy for manner of departure being Resigned and outgoing manager is Geninho", "sql": "SELECT COUNT(\"Date of vacancy\") FROM \"1-14406743-5\" WHERE \"Manner of departure\" = 'Resigned' AND \"Outgoing manager\" = 'Geninho';"} +{"question_id": 1057, "table_id": "1-14395920-2", "question": "Who led the points classification when Roman Kreuziger led the young rider classification?", "sql": "SELECT \"Points classification\" FROM \"1-14395920-2\" WHERE \"Young rider classification\" = 'Roman Kreuziger';"} +{"question_id": 1058, "table_id": "1-14395920-2", "question": "Who won the stage when Fumiyuki Beppu won the combativity award?", "sql": "SELECT \"Winner\" FROM \"1-14395920-2\" WHERE \"Combativity award\" = 'Fumiyuki Beppu';"} +{"question_id": 1059, "table_id": "1-14395920-2", "question": "Who won stage 18?", "sql": "SELECT \"Winner\" FROM \"1-14395920-2\" WHERE \"Stage\" = 18.0;"} +{"question_id": 1060, "table_id": "1-14395920-2", "question": "Who won the stage when Mark Cavendish led the points classification, Rinaldo Nocentini led the general classification, and the stage was less than 11.0?", "sql": "SELECT \"Winner\" FROM \"1-14395920-2\" WHERE \"Points classification\" = 'Mark Cavendish' AND \"General classification\" = 'Rinaldo Nocentini' AND \"Stage\" < 11.0;"} +{"question_id": 1061, "table_id": "1-14407512-24", "question": "Name the 1st m for NOR", "sql": "SELECT \"1st (m)\" FROM \"1-14407512-24\" WHERE \"Nationality\" = 'NOR';"} +{"question_id": 1062, "table_id": "1-14407512-24", "question": "Name the 2nd for 1st m being 124.5", "sql": "SELECT \"2nd (m)\" FROM \"1-14407512-24\" WHERE \"1st (m)\" = '124.5';"} +{"question_id": 1063, "table_id": "1-14407512-24", "question": "Name the 2nd m for Gregor Schlierenzauer", "sql": "SELECT \"2nd (m)\" FROM \"1-14407512-24\" WHERE \"Name\" = 'Gregor Schlierenzauer';"} +{"question_id": 1064, "table_id": "1-14407512-24", "question": "Name the number of overall nt points for 248.9", "sql": "SELECT COUNT(\"Overall NT points\") FROM \"1-14407512-24\" WHERE \"Points\" = '248.9';"} +{"question_id": 1065, "table_id": "1-14460937-1", "question": "How many times has the playoff been 1 in the contest for the afc cup?", "sql": "SELECT COUNT(\"AFC Cup\") FROM \"1-14460937-1\" WHERE \"Play-off\" = 1.0;"} +{"question_id": 1066, "table_id": "1-14460937-1", "question": "How many times has the points total for the afc cup competion been 289?", "sql": "SELECT COUNT(\"AFC Cup\") FROM \"1-14460937-1\" WHERE \"Points (total 500)\" = 289.0;"} +{"question_id": 1067, "table_id": "1-14460937-1", "question": "When the group stage has been 4 what is the largest playoff?", "sql": "SELECT MAX(\"Play-off\") FROM \"1-14460937-1\" WHERE \"Group stage\" = 4.0;"} +{"question_id": 1068, "table_id": "1-1446600-4", "question": "What is the date the successor was seated for the Georgia 6th district?", "sql": "SELECT \"Date successor seated\" FROM \"1-1446600-4\" WHERE \"District\" = 'Georgia 6th';"} +{"question_id": 1069, "table_id": "1-1446600-4", "question": "How many successors are from the Georgia 2nd district?", "sql": "SELECT COUNT(\"Successor\") FROM \"1-1446600-4\" WHERE \"District\" = 'Georgia 2nd';"} +{"question_id": 1070, "table_id": "1-14477002-1", "question": "Show all the time(et) where the opponent is the Cincinnati Bengals.", "sql": "SELECT \"Time ( ET )\" FROM \"1-14477002-1\" WHERE \"Opponent\" = 'Cincinnati Bengals';"} +{"question_id": 1071, "table_id": "1-14477002-1", "question": "List the total number of records from Lambeau Field.", "sql": "SELECT COUNT(\"Record\") FROM \"1-14477002-1\" WHERE \"Location\" = 'Lambeau Field';"} +{"question_id": 1072, "table_id": "1-14563349-11", "question": "Who was the opposing team played at Riverfront Stadium?", "sql": "SELECT \"Opponent\" FROM \"1-14563349-11\" WHERE \"Location\" = 'Riverfront Stadium';"} +{"question_id": 1073, "table_id": "1-14563349-11", "question": "How many days were the Kansas City Chiefs the opposing team?", "sql": "SELECT COUNT(\"Date\") FROM \"1-14563349-11\" WHERE \"Opponent\" = 'Kansas City Chiefs';"} +{"question_id": 1074, "table_id": "1-14573770-4", "question": "How many teams named Argentina?", "sql": "SELECT MAX(\"Fourth Place\") FROM \"1-14573770-4\" WHERE \"Nation\" = 'Argentina';"} +{"question_id": 1075, "table_id": "1-14573770-4", "question": "How many times did Argentina win?", "sql": "SELECT MAX(\"Winners\") FROM \"1-14573770-4\" WHERE \"Nation\" = 'Argentina';"} +{"question_id": 1076, "table_id": "1-14598-5", "question": "What is the number of s sikh where 955 is the number of buddhists?", "sql": "SELECT \"s Sikh\" FROM \"1-14598-5\" WHERE \"Buddhist\" = '955';"} +{"question_id": 1077, "table_id": "1-14598-5", "question": "How many buddhists are where s jain have 941?", "sql": "SELECT \"Buddhist\" FROM \"1-14598-5\" WHERE \"s Jain\" = '941';"} +{"question_id": 1078, "table_id": "1-14598-5", "question": "What is the christian amount where Work Participation Rate is the composition?", "sql": "SELECT \"Christians\" FROM \"1-14598-5\" WHERE \"Composition\" = 'Work Participation Rate';"} +{"question_id": 1079, "table_id": "1-14598-5", "question": "How many s hindu are where buddhists are 955?", "sql": "SELECT \"s Hindu\" FROM \"1-14598-5\" WHERE \"Buddhist\" = '955';"} +{"question_id": 1080, "table_id": "1-14598-5", "question": "What is the data point for s hindu where the buddhist data point is 73.0%?", "sql": "SELECT COUNT(\"s Hindu\") FROM \"1-14598-5\" WHERE \"Buddhist\" = '73.0%';"} +{"question_id": 1081, "table_id": "1-14598-5", "question": "How many data points for chrstians are 39.7?", "sql": "SELECT COUNT(\"Composition\") FROM \"1-14598-5\" WHERE \"Christians\" = '39.7';"} +{"question_id": 1082, "table_id": "1-14624447-39", "question": "Name the hometown for Ventrell Jenkins", "sql": "SELECT \"Hometown\" FROM \"1-14624447-39\" WHERE \"Name\" = 'Ventrell Jenkins';"} +{"question_id": 1083, "table_id": "1-14624447-39", "question": "Name the class when position is RT", "sql": "SELECT \"Class\" FROM \"1-14624447-39\" WHERE \"Position\" = 'RT';"} +{"question_id": 1084, "table_id": "1-14655757-1", "question": "Which players college is Tennessee?", "sql": "SELECT \"Player\" FROM \"1-14655757-1\" WHERE \"College\" = 'Tennessee';"} +{"question_id": 1085, "table_id": "1-14655757-1", "question": "What college did Byron Williams attend?", "sql": "SELECT \"College\" FROM \"1-14655757-1\" WHERE \"Player\" = 'Byron Williams';"} +{"question_id": 1086, "table_id": "1-14655757-1", "question": "What is the lowest pick number?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-14655757-1\";"} +{"question_id": 1087, "table_id": "1-14655757-1", "question": "What position is Jessie Clark?", "sql": "SELECT \"Position\" FROM \"1-14655757-1\" WHERE \"Player\" = 'Jessie Clark';"} +{"question_id": 1088, "table_id": "1-14670060-1", "question": "What frequency does Chihuahua Sinaloa Durango cover?", "sql": "SELECT \"Frequency\" FROM \"1-14670060-1\" WHERE \"Coverage\" = 'Chihuahua Sinaloa Durango';"} +{"question_id": 1089, "table_id": "1-14670060-1", "question": "How many times does the call sign XEZV appear?", "sql": "SELECT COUNT(\"Transmitting from\") FROM \"1-14670060-1\" WHERE \"Call sign\" = 'XEZV';"} +{"question_id": 1090, "table_id": "1-14670060-1", "question": "What languages are spoken when call sign XEJAM is used?", "sql": "SELECT \"Languages\" FROM \"1-14670060-1\" WHERE \"Call sign\" = 'XEJAM';"} +{"question_id": 1091, "table_id": "1-14708760-3", "question": "Who shot an 80 in round 3", "sql": "SELECT \"Shooter\" FROM \"1-14708760-3\" WHERE \"Round 3\" = 80.0;"} +{"question_id": 1092, "table_id": "1-14708760-3", "question": "What is the highest score of round 1 where they also shot 90 in round 2", "sql": "SELECT MAX(\"Round 1\") FROM \"1-14708760-3\" WHERE \"Round 2\" = 90.0;"} +{"question_id": 1093, "table_id": "1-1473672-5", "question": "What position did Dave Johnson play?", "sql": "SELECT \"Position\" FROM \"1-1473672-5\" WHERE \"Player\" = 'Dave Johnson';"} +{"question_id": 1094, "table_id": "1-1473672-5", "question": "What is Bernie Germain's nationality?", "sql": "SELECT \"Nationality\" FROM \"1-1473672-5\" WHERE \"Player\" = 'Bernie Germain';"} +{"question_id": 1095, "table_id": "1-1473672-5", "question": "What player was picked by the Minnesota North Stars?", "sql": "SELECT \"Player\" FROM \"1-1473672-5\" WHERE \"NHL team\" = 'Minnesota North Stars';"} +{"question_id": 1096, "table_id": "1-1473672-5", "question": "What position did Marty Gateman play?", "sql": "SELECT \"Position\" FROM \"1-1473672-5\" WHERE \"Player\" = 'Marty Gateman';"} +{"question_id": 1097, "table_id": "1-1473672-5", "question": "What was the position of the player picked by the Montreal Canadiens?", "sql": "SELECT \"Position\" FROM \"1-1473672-5\" WHERE \"NHL team\" = 'Montreal Canadiens';"} +{"question_id": 1098, "table_id": "1-1473672-7", "question": "the California Golden Seals that where drafted by nhl teams played what positions", "sql": "SELECT \"Position\" FROM \"1-1473672-7\" WHERE \"NHL team\" = 'California Golden Seals';"} +{"question_id": 1099, "table_id": "1-1473672-7", "question": "what country was the player drafted by the Toronto Maple Leafs", "sql": "SELECT \"Nationality\" FROM \"1-1473672-7\" WHERE \"NHL team\" = 'Toronto Maple Leafs';"} +{"question_id": 1100, "table_id": "1-1473672-7", "question": "The Los Angeles Kings drafted what player in the 7th round", "sql": "SELECT \"Player\" FROM \"1-1473672-7\" WHERE \"NHL team\" = 'Los Angeles Kings';"} +{"question_id": 1101, "table_id": "1-1473672-7", "question": "How many players had been drafted in front of Yves Archambault", "sql": "SELECT \"Pick #\" FROM \"1-1473672-7\" WHERE \"Player\" = 'Yves Archambault';"} +{"question_id": 1102, "table_id": "1-1473672-7", "question": "Serge Beaudoin was drafted when in the 1972 NHL draft", "sql": "SELECT MIN(\"Pick #\") FROM \"1-1473672-7\" WHERE \"Player\" = 'Serge Beaudoin';"} +{"question_id": 1103, "table_id": "1-1473672-6", "question": "What NHL team drafted Rob Palmer?", "sql": "SELECT \"NHL team\" FROM \"1-1473672-6\" WHERE \"Player\" = 'Rob Palmer';"} +{"question_id": 1104, "table_id": "1-1473672-6", "question": "What player was drafted by the Chicago Black Hawks?", "sql": "SELECT \"Player\" FROM \"1-1473672-6\" WHERE \"NHL team\" = 'Chicago Black Hawks';"} +{"question_id": 1105, "table_id": "1-1473672-6", "question": "What country did Derek Black come from?", "sql": "SELECT \"Nationality\" FROM \"1-1473672-6\" WHERE \"Player\" = 'Derek Black';"} +{"question_id": 1106, "table_id": "1-1473672-6", "question": "What team did Derek Black Play for prior to being drafted?", "sql": "SELECT \"College/junior/club team\" FROM \"1-1473672-6\" WHERE \"Player\" = 'Derek Black';"} +{"question_id": 1107, "table_id": "1-1474099-6", "question": "At maximum, what are our goals?", "sql": "SELECT MAX(\"Goals\") FROM \"1-1474099-6\";"} +{"question_id": 1108, "table_id": "1-1474099-6", "question": "When the team scored 17 and Slavija placed second, what year was it?", "sql": "SELECT \"Season\" FROM \"1-1474099-6\" WHERE \"Goals\" = 17.0 AND \"Runners-up\" = 'Slavija';"} +{"question_id": 1109, "table_id": "1-14752049-3", "question": "Name the change 2009 to 2010 where international tourist arrivals is 9.4 million", "sql": "SELECT \"Change (2009 to 2010)\" FROM \"1-14752049-3\" WHERE \"International tourist arrivals (2011)\" = '9.4 million';"} +{"question_id": 1110, "table_id": "1-14752049-3", "question": "Name the international tourist arrivals for arrivals 2011 for 8.1 million", "sql": "SELECT \"International tourist arrivals (2010)\" FROM \"1-14752049-3\" WHERE \"International tourist arrivals (2011)\" = '8.1 million';"} +{"question_id": 1111, "table_id": "1-14752049-1", "question": "How many tourist arrivals occurred in 2011 in the country of Italy?", "sql": "SELECT \"International tourist arrivals (2011)\" FROM \"1-14752049-1\" WHERE \"Country\" = 'Italy';"} +{"question_id": 1112, "table_id": "1-14752049-1", "question": "Which country has a rank of 5?", "sql": "SELECT \"Country\" FROM \"1-14752049-1\" WHERE \"Rank\" = 5.0;"} +{"question_id": 1113, "table_id": "1-14752049-1", "question": "What rank is associated with Germany?", "sql": "SELECT MAX(\"Rank\") FROM \"1-14752049-1\" WHERE \"Country\" = 'Germany';"} +{"question_id": 1114, "table_id": "1-14752049-5", "question": "Name the number of ranks for international tourist arrivals being 6.2 million", "sql": "SELECT COUNT(\"Rank\") FROM \"1-14752049-5\" WHERE \"International tourist arrivals (2011)\" = '6.2 million';"} +{"question_id": 1115, "table_id": "1-14752049-5", "question": "Name the number of ranks for South Korea", "sql": "SELECT COUNT(\"Rank\") FROM \"1-14752049-5\" WHERE \"Country\" = 'South Korea';"} +{"question_id": 1116, "table_id": "1-1475840-1", "question": "What is the minimum stolen ends for the locale Alberta?", "sql": "SELECT MIN(\"Stolen Ends\") FROM \"1-1475840-1\" WHERE \"Locale\" = 'Alberta';"} +{"question_id": 1117, "table_id": "1-1475840-1", "question": "What locale has Suzanne Gaudet as skip?", "sql": "SELECT \"Locale\" FROM \"1-1475840-1\" WHERE \"Skip\" = 'Suzanne Gaudet';"} +{"question_id": 1118, "table_id": "1-1475840-1", "question": "What locale has the skip Colleen Jones?", "sql": "SELECT \"Locale\" FROM \"1-1475840-1\" WHERE \"Skip\" = 'Colleen Jones';"} +{"question_id": 1119, "table_id": "1-14835674-1", "question": "What was the inroductory phase for the episode with production code 4005?", "sql": "SELECT \"Introductory phrase\" FROM \"1-14835674-1\" WHERE \"Production Code\" = 4005.0;"} +{"question_id": 1120, "table_id": "1-14835674-1", "question": "What was the inroductory phase for the episode with Neil Shubin as a guest?", "sql": "SELECT \"Introductory phrase\" FROM \"1-14835674-1\" WHERE \"Guest\" = 'Neil Shubin';"} +{"question_id": 1121, "table_id": "1-14835674-1", "question": "What was the inroductory phase for the episode that originally aired January 21?", "sql": "SELECT \"Introductory phrase\" FROM \"1-14835674-1\" WHERE \"Original Airdate\" = 'January 21';"} +{"question_id": 1122, "table_id": "1-14835826-1", "question": "How many series had 18.77 million viewers?", "sql": "SELECT COUNT(\"Series #\") FROM \"1-14835826-1\" WHERE \"U.S. viewers (millions)\" = '18.77';"} +{"question_id": 1123, "table_id": "1-148386-2", "question": "How many roles include George Broderick in the casino 1888 theater?", "sql": "SELECT \"Role\" FROM \"1-148386-2\" WHERE \"Casino Theatre 1888\" = 'George Broderick';"} +{"question_id": 1124, "table_id": "1-148386-2", "question": "What is the total of roles that George Olmi plays in Savoy & Casino Theatre 1888?", "sql": "SELECT COUNT(\"Savoy Theatre 1888\") FROM \"1-148386-2\" WHERE \"Casino Theatre 1888\" = 'George Olmi';"} +{"question_id": 1125, "table_id": "1-148386-2", "question": "Who plays Overton Moyle in casino theatre 1888 & savoy theatre 1906?", "sql": "SELECT \"Casino Theatre 1888\" FROM \"1-148386-2\" WHERE \"Savoy Theatre 1906\" = 'Overton Moyle';"} +{"question_id": 1126, "table_id": "1-14876228-1", "question": "Name the losses for General Caballero ZC", "sql": "SELECT \"Losses\" FROM \"1-14876228-1\" WHERE \"Team\" = 'General Caballero ZC';"} +{"question_id": 1127, "table_id": "1-14876228-1", "question": "Name the most draws when wins is 3", "sql": "SELECT MAX(\"Draws\") FROM \"1-14876228-1\" WHERE \"Wins\" = 3.0;"} +{"question_id": 1128, "table_id": "1-14876228-1", "question": "Name the number of played for 16", "sql": "SELECT COUNT(\"Played\") FROM \"1-14876228-1\" WHERE \"Scored\" = 16.0;"} +{"question_id": 1129, "table_id": "1-14925084-1", "question": "Name the population 1891 for area being 175836", "sql": "SELECT COUNT(\"Population 1891\") FROM \"1-14925084-1\" WHERE \"Area 1891 (Statute acres)\" = 175836.0;"} +{"question_id": 1130, "table_id": "1-14925084-1", "question": "Name the administrative county being area of 422372", "sql": "SELECT \"Administrative county\" FROM \"1-14925084-1\" WHERE \"Area 1961 (Statute acres)\" = 422372.0;"} +{"question_id": 1131, "table_id": "1-14925084-1", "question": "Name the area for administrative county being Flintshire", "sql": "SELECT \"Area 1891 (Statute acres)\" FROM \"1-14925084-1\" WHERE \"Administrative county\" = 'Flintshire';"} +{"question_id": 1132, "table_id": "1-14925084-1", "question": "Name the number of administrative county for area 1961 and 176694", "sql": "SELECT COUNT(\"Administrative county\") FROM \"1-14925084-1\" WHERE \"Area 1961 (Statute acres)\" = 176694.0;"} +{"question_id": 1133, "table_id": "1-14904046-1", "question": "How many couples won the Mixed Doubles in 1997?", "sql": "SELECT COUNT(\"Mixed doubles\") FROM \"1-14904046-1\" WHERE \"Year\" = 1997.0;"} +{"question_id": 1134, "table_id": "1-14940519-1", "question": "Name the number of week for game site being Memorial Stadium for Buffalo Bills", "sql": "SELECT COUNT(\"Week\") FROM \"1-14940519-1\" WHERE \"Game Site\" = 'Memorial Stadium' AND \"Opponent\" = 'Buffalo Bills';"} +{"question_id": 1135, "table_id": "1-14940519-1", "question": "Name the opponent for October 2, 1983", "sql": "SELECT \"Opponent\" FROM \"1-14940519-1\" WHERE \"Date\" = 'October 2, 1983';"} +{"question_id": 1136, "table_id": "1-14940519-1", "question": "Name the least week for September 25, 1983", "sql": "SELECT MAX(\"Week\") FROM \"1-14940519-1\" WHERE \"Date\" = 'September 25, 1983';"} +{"question_id": 1137, "table_id": "1-14940519-1", "question": "Name the total number of weeks for at Cleveland Browns", "sql": "SELECT COUNT(\"Week\") FROM \"1-14940519-1\" WHERE \"Opponent\" = 'at Cleveland Browns';"} +{"question_id": 1138, "table_id": "1-14940519-1", "question": "Name the record for result of L 17–50", "sql": "SELECT \"Record\" FROM \"1-14940519-1\" WHERE \"Result\" = 'L 17–50';"} +{"question_id": 1139, "table_id": "1-14951643-1", "question": "what's the record with result being W 52–19", "sql": "SELECT \"Record\" FROM \"1-14951643-1\" WHERE \"Result\" = 'W 52–19';"} +{"question_id": 1140, "table_id": "1-14951643-1", "question": " how many result with opponent being Cleveland Browns", "sql": "SELECT COUNT(\"Result\") FROM \"1-14951643-1\" WHERE \"Opponent\" = 'Cleveland Browns';"} +{"question_id": 1141, "table_id": "1-14951643-1", "question": "what's the result with opponent being at New England Patriots", "sql": "SELECT \"Result\" FROM \"1-14951643-1\" WHERE \"Opponent\" = 'at New England Patriots';"} +{"question_id": 1142, "table_id": "1-14951643-1", "question": "what's the record with result being W 21–7", "sql": "SELECT \"Record\" FROM \"1-14951643-1\" WHERE \"Result\" = 'W 21–7';"} +{"question_id": 1143, "table_id": "1-14951643-1", "question": "what's the date with attendance being 40657", "sql": "SELECT \"Date\" FROM \"1-14951643-1\" WHERE \"Attendance\" = 40657.0;"} +{"question_id": 1144, "table_id": "1-14945881-1", "question": "Name the attendance for September 19, 1976", "sql": "SELECT MIN(\"Attendance\") FROM \"1-14945881-1\" WHERE \"Date\" = 'September 19, 1976';"} +{"question_id": 1145, "table_id": "1-14945881-1", "question": "Name the number of record when attendance is 44023", "sql": "SELECT COUNT(\"Record\") FROM \"1-14945881-1\" WHERE \"Attendance\" = 44023.0;"} +{"question_id": 1146, "table_id": "1-14945881-1", "question": "Name the least week for September 19, 1976", "sql": "SELECT MIN(\"Week\") FROM \"1-14945881-1\" WHERE \"Date\" = 'September 19, 1976';"} +{"question_id": 1147, "table_id": "1-14945881-1", "question": "Name the record when attendance 42827", "sql": "SELECT \"Record\" FROM \"1-14945881-1\" WHERE \"Attendance\" = 42827.0;"} +{"question_id": 1148, "table_id": "1-14945881-1", "question": "Name the date when week is 9", "sql": "SELECT \"Date\" FROM \"1-14945881-1\" WHERE \"Week\" = 9.0;"} +{"question_id": 1149, "table_id": "1-14975415-1", "question": "What year was Taxidermia nominated? ", "sql": "SELECT \"Year (Ceremony)\" FROM \"1-14975415-1\" WHERE \"Hungarian title\" = 'Taxidermia';"} +{"question_id": 1150, "table_id": "1-14975415-1", "question": "Who is the director for Diary for My Loves?", "sql": "SELECT \"Director\" FROM \"1-14975415-1\" WHERE \"English title\" = 'Diary for My Loves';"} +{"question_id": 1151, "table_id": "1-14975415-1", "question": "Was Diary for My Loves nominated?", "sql": "SELECT \"Result\" FROM \"1-14975415-1\" WHERE \"English title\" = 'Diary for My Loves';"} +{"question_id": 1152, "table_id": "1-14975415-1", "question": "Who is the director for The Witman Boys?", "sql": "SELECT \"Director\" FROM \"1-14975415-1\" WHERE \"English title\" = 'The Witman Boys';"} +{"question_id": 1153, "table_id": "1-14977592-1", "question": "Name the game site for December 12, 1965", "sql": "SELECT \"Game Site\" FROM \"1-14977592-1\" WHERE \"Date\" = 'December 12, 1965';"} +{"question_id": 1154, "table_id": "1-14977592-1", "question": "Name the total number of game sites for Chicago Bears", "sql": "SELECT COUNT(\"Game Site\") FROM \"1-14977592-1\" WHERE \"Opponent\" = 'Chicago Bears';"} +{"question_id": 1155, "table_id": "1-14977592-1", "question": "Name the result for November 14, 1965", "sql": "SELECT \"Result\" FROM \"1-14977592-1\" WHERE \"Date\" = 'November 14, 1965';"} +{"question_id": 1156, "table_id": "1-14971788-1", "question": "Where was the game against Atlanta Falcons held?", "sql": "SELECT \"Game Site\" FROM \"1-14971788-1\" WHERE \"Opponent\" = 'Atlanta Falcons';"} +{"question_id": 1157, "table_id": "1-14971788-1", "question": "What date was week 2?", "sql": "SELECT \"Date\" FROM \"1-14971788-1\" WHERE \"Week\" = 2.0;"} +{"question_id": 1158, "table_id": "1-14977252-2", "question": "Name the place of the jury of 5", "sql": "SELECT \"Place\" FROM \"1-14977252-2\" WHERE \"Professional Jury\" = 5.0;"} +{"question_id": 1159, "table_id": "1-14977252-2", "question": "Name the jury of 10 points", "sql": "SELECT \"Professional Jury\" FROM \"1-14977252-2\" WHERE \"Points\" = 10.0;"} +{"question_id": 1160, "table_id": "1-14977252-2", "question": "Name the artist of 2 draw", "sql": "SELECT \"Artist\" FROM \"1-14977252-2\" WHERE \"Draw\" = 2.0;"} +{"question_id": 1161, "table_id": "1-14977252-2", "question": "Name the least draw for Elena Dermidjean", "sql": "SELECT MIN(\"Draw\") FROM \"1-14977252-2\" WHERE \"Artist\" = 'Elena Dermidjean';"} +{"question_id": 1162, "table_id": "1-15001572-1", "question": "What was the competition when there was No competition for mens doubles?", "sql": "SELECT \"Womens doubles\" FROM \"1-15001572-1\" WHERE \"Mens doubles\" = 'No competition';"} +{"question_id": 1163, "table_id": "1-15001572-1", "question": "Who won the mixed doubles in 1998?", "sql": "SELECT \"Mixed doubles\" FROM \"1-15001572-1\" WHERE \"Year\" = 1998.0;"} +{"question_id": 1164, "table_id": "1-15017024-2", "question": "How many colleges did the player picked 57 attend?", "sql": "SELECT COUNT(\"College\") FROM \"1-15017024-2\" WHERE \"Pick\" = 57.0;"} +{"question_id": 1165, "table_id": "1-15017024-2", "question": "How many heights does Chad Henne have?", "sql": "SELECT COUNT(\"Height\") FROM \"1-15017024-2\" WHERE \"Player name\" = 'Chad Henne';"} +{"question_id": 1166, "table_id": "1-15013825-8", "question": "Name the recopa sudamericana 1992 for Did not qualify for libertadores 1992 and Round of 16 for Bragantino", "sql": "SELECT \"Recopa Sudamericana 1992\" FROM \"1-15013825-8\" WHERE \"Copa Libertadores 1992\" = 'Did not qualify' AND \"Copa CONMEBOL 1992\" = 'Round of 16' AND \"Team\" = 'Bragantino';"} +{"question_id": 1167, "table_id": "1-15013825-8", "question": "Name the copa libertadores 1992 for Round of 16 and team of Fluminense", "sql": "SELECT \"Copa Libertadores 1992\" FROM \"1-15013825-8\" WHERE \"Copa CONMEBOL 1992\" = 'Round of 16' AND \"Team\" = 'Fluminense';"} +{"question_id": 1168, "table_id": "1-15013825-8", "question": "Name the team for copa conmebol 1992 is Round of 16", "sql": "SELECT \"Team\" FROM \"1-15013825-8\" WHERE \"Copa CONMEBOL 1992\" = 'Round of 16';"} +{"question_id": 1169, "table_id": "1-15056103-1", "question": "What league were they in in 2009?", "sql": "SELECT \"League\" FROM \"1-15056103-1\" WHERE \"Year\" = 2009.0;"} +{"question_id": 1170, "table_id": "1-15056103-1", "question": "What was the playoff result when they finished 5th, North in the regular sesason?", "sql": "SELECT \"Playoffs\" FROM \"1-15056103-1\" WHERE \"Regular Season\" = '5th, North';"} +{"question_id": 1171, "table_id": "1-1506950-9", "question": "Which player's results were T6 in the PGA Ch., T4 in the Masters and T8 at the U.S. Open?", "sql": "SELECT \"Player\" FROM \"1-1506950-9\" WHERE \"PGA Ch.\" = 'T6' AND \"Masters\" = 'T4' AND \"U.S. Open\" = 'T8';"} +{"question_id": 1172, "table_id": "1-1506950-9", "question": "What is the result at the Masters for the player who finished R16 at the PGA Ch.?", "sql": "SELECT \"Masters\" FROM \"1-1506950-9\" WHERE \"PGA Ch.\" = 'R16';"} +{"question_id": 1173, "table_id": "1-1506950-9", "question": "What was the player's result at the U.S. Open of the player who finished 6th at the Open Ch?", "sql": "SELECT \"U.S. Open\" FROM \"1-1506950-9\" WHERE \"Open Ch.\" = '6th';"} +{"question_id": 1174, "table_id": "1-1506619-1", "question": "The Rainbow District School Board is associated with what type?", "sql": "SELECT \"Type\" FROM \"1-1506619-1\" WHERE \"School Board\" = 'Rainbow District School Board';"} +{"question_id": 1175, "table_id": "1-1506619-1", "question": "Where are all school boards associated with a number of elementary schools of 96?", "sql": "SELECT \"School Board\" FROM \"1-1506619-1\" WHERE \"Number of Elementary Schools\" = 96.0;"} +{"question_id": 1176, "table_id": "1-1506619-1", "question": "Which headquarters are associated with the school board Renfrew County Catholic District School Board?", "sql": "SELECT \"Headquarters\" FROM \"1-1506619-1\" WHERE \"School Board\" = 'Renfrew County Catholic District School Board';"} +{"question_id": 1177, "table_id": "1-15081939-4", "question": "What is the swimsuit score for the item that has 7.61 as evening gown", "sql": "SELECT \"Swimsuit\" FROM \"1-15081939-4\" WHERE \"Evening Gown\" = '7.61';"} +{"question_id": 1178, "table_id": "1-15081939-4", "question": "Which province got a swimsuit score of 8.43", "sql": "SELECT \"Province\" FROM \"1-15081939-4\" WHERE \"Swimsuit\" = '8.43';"} +{"question_id": 1179, "table_id": "1-15081939-4", "question": "Which province has evening gown score of 7.61", "sql": "SELECT \"Province\" FROM \"1-15081939-4\" WHERE \"Evening Gown\" = '7.61';"} +{"question_id": 1180, "table_id": "1-15081939-4", "question": "How many averages for the province with evening gown score of 8.00", "sql": "SELECT COUNT(\"Average\") FROM \"1-15081939-4\" WHERE \"Evening Gown\" = '8.00';"} +{"question_id": 1181, "table_id": "1-15081939-4", "question": "How many provinces have evening gown score of 8.49", "sql": "SELECT COUNT(\"Province\") FROM \"1-15081939-4\" WHERE \"Evening Gown\" = '8.49';"} +{"question_id": 1182, "table_id": "1-15082102-3", "question": "which electorate is 54787 of the constituency", "sql": "SELECT \"Constituency\" FROM \"1-15082102-3\" WHERE \"Electorate\" = 54787.0;"} +{"question_id": 1183, "table_id": "1-15082102-3", "question": "in electorate of 83850 what is the minimum s split vote", "sql": "SELECT MIN(\"s Spoilt vote\") FROM \"1-15082102-3\" WHERE \"Electorate\" = 83850.0;"} +{"question_id": 1184, "table_id": "1-15125201-1", "question": "What is the lead percentage when the socialist is at 35.5%?", "sql": "SELECT \"Lead\" FROM \"1-15125201-1\" WHERE \"Socialist\" = '35.5%';"} +{"question_id": 1185, "table_id": "1-1514634-2", "question": "What was the margin of victory at the Hawaiian Open tournament?", "sql": "SELECT \"Margin of victory\" FROM \"1-1514634-2\" WHERE \"Tournament\" = 'Hawaiian Open';"} +{"question_id": 1186, "table_id": "1-1514634-2", "question": "What was the margin of victory at the Mercedes Championships?", "sql": "SELECT \"Margin of victory\" FROM \"1-1514634-2\" WHERE \"Tournament\" = 'Mercedes Championships';"} +{"question_id": 1187, "table_id": "1-15128839-22", "question": "Name the tfl-yds for no-yds 1-0", "sql": "SELECT \"TFL-Yds\" FROM \"1-15128839-22\" WHERE \"No-Yds\" = '1-0';"} +{"question_id": 1188, "table_id": "1-15128839-22", "question": "Name the solo when name is Briggs, Diyral", "sql": "SELECT \"Solo\" FROM \"1-15128839-22\" WHERE \"Name\" = 'Briggs, Diyral';"} +{"question_id": 1189, "table_id": "1-15128839-22", "question": "Name the gp for ff being 0 and qbh being 1", "sql": "SELECT \"GP\" FROM \"1-15128839-22\" WHERE \"FF\" = 0.0 AND \"QBH\" = 1.0;"} +{"question_id": 1190, "table_id": "1-15161170-1", "question": "When the division is Division 2 Men what is the champion score?", "sql": "SELECT \"Champion Score\" FROM \"1-15161170-1\" WHERE \"Division\" = 'Division 2 Men';"} +{"question_id": 1191, "table_id": "1-15163938-1", "question": "Name the least spirou", "sql": "SELECT MIN(\"Spirou\") FROM \"1-15163938-1\";"} +{"question_id": 1192, "table_id": "1-15173650-2", "question": "Name the home team when away team is Kilmarnock", "sql": "SELECT \"Home team\" FROM \"1-15173650-2\" WHERE \"Away team\" = 'Kilmarnock';"} +{"question_id": 1193, "table_id": "1-15173650-2", "question": "Name the least attendance", "sql": "SELECT MIN(\"Attendance\") FROM \"1-15173650-2\";"} +{"question_id": 1194, "table_id": "1-15187735-5", "question": "Kitchen Knives is segment a of what episode? ", "sql": "SELECT \"Episode\" FROM \"1-15187735-5\" WHERE \"Segment A\" = 'Kitchen Knives';"} +{"question_id": 1195, "table_id": "1-15187735-5", "question": "When segment b is Dining Room Tables what is segment d?", "sql": "SELECT \"Segment D\" FROM \"1-15187735-5\" WHERE \"Segment B\" = 'Dining Room Tables';"} +{"question_id": 1196, "table_id": "1-15187735-5", "question": "When Marshmallow Cookies is segment b what episode is it on netflix?", "sql": "SELECT \"Netflix\" FROM \"1-15187735-5\" WHERE \"Segment B\" = 'Marshmallow Cookies';"} +{"question_id": 1197, "table_id": "1-15187735-5", "question": "When Cardboard Boxes is segment c what is segment a?", "sql": "SELECT \"Segment A\" FROM \"1-15187735-5\" WHERE \"Segment C\" = 'Cardboard Boxes';"} +{"question_id": 1198, "table_id": "1-15187735-8", "question": "Name the number of episodes for s Hacksaw", "sql": "SELECT COUNT(\"Episode\") FROM \"1-15187735-8\" WHERE \"Segment B\" = 's Hacksaw';"} +{"question_id": 1199, "table_id": "1-15187735-8", "question": "Name the number of series episode for s Piston", "sql": "SELECT COUNT(\"Series Ep.\") FROM \"1-15187735-8\" WHERE \"Segment A\" = 's Piston';"} +{"question_id": 1200, "table_id": "1-15187735-8", "question": "Name the segment c for Paint Rollers", "sql": "SELECT \"Segment C\" FROM \"1-15187735-8\" WHERE \"Segment B\" = 'Paint Rollers';"} +{"question_id": 1201, "table_id": "1-15187735-8", "question": "Name the segment a for 8-08", "sql": "SELECT \"Segment A\" FROM \"1-15187735-8\" WHERE \"Series Ep.\" = '8-08';"} +{"question_id": 1202, "table_id": "1-15187735-8", "question": "Name the segment b for Graphite s Fly Rod", "sql": "SELECT \"Segment B\" FROM \"1-15187735-8\" WHERE \"Segment C\" = 'Graphite s Fly Rod';"} +{"question_id": 1203, "table_id": "1-15187794-1", "question": "Who won the race at Magny-Cours", "sql": "SELECT \"Race Winner\" FROM \"1-15187794-1\" WHERE \"Circuit\" = 'Magny-Cours';"} +{"question_id": 1204, "table_id": "1-15187794-1", "question": "Which round was the circuit Assen", "sql": "SELECT \"Round\" FROM \"1-15187794-1\" WHERE \"Circuit\" = 'Assen';"} +{"question_id": 1205, "table_id": "1-15187794-1", "question": "How many people won in No. 12", "sql": "SELECT COUNT(\"Race Winner\") FROM \"1-15187794-1\" WHERE \"No\" = 12.0;"} +{"question_id": 1206, "table_id": "1-1520559-1", "question": "Which countries won by 9 strokes?", "sql": "SELECT \"Country\" FROM \"1-1520559-1\" WHERE \"Margin of victory\" = '9 strokes';"} +{"question_id": 1207, "table_id": "1-1520559-1", "question": "What purses had a winners share equal to $428650?", "sql": "SELECT \"Purse ( $ )\" FROM \"1-1520559-1\" WHERE \"Winners share ($)\" = 428650.0;"} +{"question_id": 1208, "table_id": "1-1520559-1", "question": "At what venues did Lorena Ochoa win the championship?", "sql": "SELECT \"Venue\" FROM \"1-1520559-1\" WHERE \"Champion\" = 'Lorena Ochoa';"} +{"question_id": 1209, "table_id": "1-15211468-3", "question": "What episode number is presented by Ben Okri ?", "sql": "SELECT \"Episode No.\" FROM \"1-15211468-3\" WHERE \"Presenter\" = 'Ben Okri';"} +{"question_id": 1210, "table_id": "1-15211468-3", "question": "What was the UK broadcast date for the episode presented by Buck Henry?", "sql": "SELECT \"UK Broadcast Date\" FROM \"1-15211468-3\" WHERE \"Presenter\" = 'Buck Henry';"} +{"question_id": 1211, "table_id": "1-15261-1", "question": "What is the input clock (mhz) for s-spec number SK096?", "sql": "SELECT \"Input Clock (MHz)\" FROM \"1-15261-1\" WHERE \"S-Spec Number\" = 'SK096';"} +{"question_id": 1212, "table_id": "1-15261-1", "question": "What is the voltage range (v) if the clock multiplier is 3X or 2X mode and part number is A80486DX4WB-100?", "sql": "SELECT COUNT(\"Voltage Range (V)\") FROM \"1-15261-1\" WHERE \"Clock Multiplier\" = '3X or 2X mode' AND \"Part Number\" = 'A80486DX4WB-100';"} +{"question_id": 1213, "table_id": "1-15261-1", "question": "What is the part number for s-spec number SK096?", "sql": "SELECT \"Part Number\" FROM \"1-15261-1\" WHERE \"S-Spec Number\" = 'SK096';"} +{"question_id": 1214, "table_id": "1-15261-1", "question": "What is the clock multiplier if the voltage range (v) is 3.3 - 3.6; input clock (mhz) is 33 X 3 / 50 X 2; and part number is A80486DX4-100?", "sql": "SELECT \"Clock Multiplier\" FROM \"1-15261-1\" WHERE \"Voltage Range (V)\" = '3.3 - 3.6' AND \"Input Clock (MHz)\" = '33 X 3 / 50 X 2' AND \"Part Number\" = 'A80486DX4-100';"} +{"question_id": 1215, "table_id": "1-15261-1", "question": "What is the processor speed (mhz) for part number A80486DX4-75?", "sql": "SELECT COUNT(\"Processor Speed (MHz)\") FROM \"1-15261-1\" WHERE \"Part Number\" = 'A80486DX4-75';"} +{"question_id": 1216, "table_id": "1-15306124-1", "question": "Tell me the least amount of democratic colation", "sql": "SELECT MIN(\"Democratic Coalition\") FROM \"1-15306124-1\";"} +{"question_id": 1217, "table_id": "1-15306124-1", "question": "What is the least amount of league of communists where municipality is Mojkovac", "sql": "SELECT MIN(\"League of Communists\") FROM \"1-15306124-1\" WHERE \"Municipality\" = 'Mojkovac';"} +{"question_id": 1218, "table_id": "1-15306124-1", "question": "How many league of communists have the municipality of Bar?", "sql": "SELECT COUNT(\"League of Communists\") FROM \"1-15306124-1\" WHERE \"Municipality\" = 'Bar';"} +{"question_id": 1219, "table_id": "1-15306124-1", "question": "How many league of communists have the people's party at 7?", "sql": "SELECT COUNT(\"League of Communists\") FROM \"1-15306124-1\" WHERE \"Peoples Party\" = 7.0;"} +{"question_id": 1220, "table_id": "1-15327489-1", "question": "Name the poles for 2011", "sql": "SELECT \"Poles\" FROM \"1-15327489-1\" WHERE \"Year\" = 2011.0;"} +{"question_id": 1221, "table_id": "1-15327489-1", "question": "Name the rdiers for JiR Team Scot MotoGP", "sql": "SELECT \"Riders\" FROM \"1-15327489-1\" WHERE \"Team name\" = 'JiR Team Scot MotoGP';"} +{"question_id": 1222, "table_id": "1-15327489-1", "question": "Name the class for Makoto Tamada and races is 17", "sql": "SELECT \"Class\" FROM \"1-15327489-1\" WHERE \"Riders\" = 'Makoto Tamada' AND \"Races\" = '17';"} +{"question_id": 1223, "table_id": "1-15327489-1", "question": "Name the most wins", "sql": "SELECT MIN(\"Wins\") FROM \"1-15327489-1\";"} +{"question_id": 1224, "table_id": "1-15353123-1", "question": "Which college did Dean Kirkland go to", "sql": "SELECT \"College\" FROM \"1-15353123-1\" WHERE \"Player\" = 'Dean Kirkland';"} +{"question_id": 1225, "table_id": "1-15353123-1", "question": "Which player went to Pittsburg State", "sql": "SELECT \"Player\" FROM \"1-15353123-1\" WHERE \"College\" = 'Pittsburg State';"} +{"question_id": 1226, "table_id": "1-15353123-1", "question": "Who was the highest pick", "sql": "SELECT MIN(\"Pick #\") FROM \"1-15353123-1\";"} +{"question_id": 1227, "table_id": "1-15353123-1", "question": "Who was the highest picked Defensive end", "sql": "SELECT MAX(\"Pick #\") FROM \"1-15353123-1\" WHERE \"Position\" = 'Defensive end';"} +{"question_id": 1228, "table_id": "1-15353123-1", "question": "How many players named Dean Kirkland were picked", "sql": "SELECT COUNT(\"Pick #\") FROM \"1-15353123-1\" WHERE \"Player\" = 'Dean Kirkland';"} +{"question_id": 1229, "table_id": "1-15366849-1", "question": "How many metropolitan boroughs have Dorridge as a station?", "sql": "SELECT COUNT(\"Metropolitan borough [c ]\") FROM \"1-15366849-1\" WHERE \"Station\" = 'Dorridge';"} +{"question_id": 1230, "table_id": "1-15366849-1", "question": "How many people used Bloxwich North station in 2006-2007?", "sql": "SELECT \"Station users 2006–07\" FROM \"1-15366849-1\" WHERE \"Station\" = 'Bloxwich North';"} +{"question_id": 1231, "table_id": "1-15366849-1", "question": "Name all the stations in 2006-2007 who had 109200 users.", "sql": "SELECT \"Station\" FROM \"1-15366849-1\" WHERE \"Station users 2006–07\" = 109200.0;"} +{"question_id": 1232, "table_id": "1-15366849-1", "question": "What's the biggest zone?", "sql": "SELECT MAX(\"Zone\") FROM \"1-15366849-1\";"} +{"question_id": 1233, "table_id": "1-15366849-1", "question": "What stations had 183000 users in 2006-2007?", "sql": "SELECT \"Station\" FROM \"1-15366849-1\" WHERE \"Station users 2006–07\" = 183000.0;"} +{"question_id": 1234, "table_id": "1-15366768-1", "question": "What is the mass of the element with a nuclide that is 169 Tm?", "sql": "SELECT \"isotopic mass ( u )\" FROM \"1-15366768-1\" WHERE \"Nuclide\" = '169 Tm';"} +{"question_id": 1235, "table_id": "1-15366768-1", "question": "What is the total number of N for the element with nuclide of 141 Pr?", "sql": "SELECT COUNT(\"N ( n )\") FROM \"1-15366768-1\" WHERE \"Nuclide\" = '141 Pr';"} +{"question_id": 1236, "table_id": "1-15366768-1", "question": "What is the name of the element with isotopic mass of 158.925 34(2)?", "sql": "SELECT \"Element\" FROM \"1-15366768-1\" WHERE \"isotopic mass ( u )\" = '158.925 34(2)';"} +{"question_id": 1237, "table_id": "1-15383430-1", "question": "The theme Year They Were Born belongs to what artist?", "sql": "SELECT \"Original artist\" FROM \"1-15383430-1\" WHERE \"Theme\" = 'Year They Were Born';"} +{"question_id": 1238, "table_id": "1-15383430-1", "question": "How many songs were sung by Queen?", "sql": "SELECT COUNT(\"Result\") FROM \"1-15383430-1\" WHERE \"Original artist\" = 'Queen';"} +{"question_id": 1239, "table_id": "1-1538516-1", "question": "Name the glass bulb color for Ordinary", "sql": "SELECT \"Glass Bulb Color\" FROM \"1-1538516-1\" WHERE \"Temperature Classification\" = 'Ordinary';"} +{"question_id": 1240, "table_id": "1-1538516-1", "question": "Name the most ceiling temperature for Intermediate", "sql": "SELECT \"Maximum Ceiling Temperature\" FROM \"1-1538516-1\" WHERE \"Temperature Classification\" = 'Intermediate';"} +{"question_id": 1241, "table_id": "1-1538516-1", "question": "Name the most ceiling temperature for Very Extra High", "sql": "SELECT \"Maximum Ceiling Temperature\" FROM \"1-1538516-1\" WHERE \"Temperature Classification\" = 'Very Extra High';"} +{"question_id": 1242, "table_id": "1-15409403-1", "question": "When did the playoffs reached Conference Finals?", "sql": "SELECT \"Year\" FROM \"1-15409403-1\" WHERE \"Playoffs\" = 'Conference Finals';"} +{"question_id": 1243, "table_id": "1-15409403-1", "question": "What was the regular season from year 2012?", "sql": "SELECT \"Regular Season\" FROM \"1-15409403-1\" WHERE \"Year\" = 2012.0;"} +{"question_id": 1244, "table_id": "1-15420044-1", "question": "Which teams had a difference of 8 between goals scored and goals conceeded", "sql": "SELECT \"Team\" FROM \"1-15420044-1\" WHERE \"Difference\" = '8';"} +{"question_id": 1245, "table_id": "1-15420044-1", "question": "Which teams had 10 goals scored against them", "sql": "SELECT \"Team\" FROM \"1-15420044-1\" WHERE \"Against\" = 10.0;"} +{"question_id": 1246, "table_id": "1-15431251-1", "question": "What is the original air date for episode 17 in the season?", "sql": "SELECT \"Original air date\" FROM \"1-15431251-1\" WHERE \"No. in season\" = 17.0;"} +{"question_id": 1247, "table_id": "1-15431251-1", "question": "What is the original air date for the episode directed by Peter Woeste?", "sql": "SELECT \"Original air date\" FROM \"1-15431251-1\" WHERE \"Directed by\" = 'Peter Woeste';"} +{"question_id": 1248, "table_id": "1-15431251-1", "question": "What is the title for episode number 7 in the season?", "sql": "SELECT COUNT(\"Title\") FROM \"1-15431251-1\" WHERE \"No. in season\" = 7.0;"} +{"question_id": 1249, "table_id": "1-15431251-1", "question": "Who wrote the episode \"Forever in a Day\"?", "sql": "SELECT \"Written by\" FROM \"1-15431251-1\" WHERE \"Title\" = '\"Forever in a Day\"';"} +{"question_id": 1250, "table_id": "1-15430606-1", "question": "Name the total number of number disc for Jimmy Kaufman", "sql": "SELECT COUNT(\"No. Disc\") FROM \"1-15430606-1\" WHERE \"Directed by\" = 'Jimmy Kaufman';"} +{"question_id": 1251, "table_id": "1-15430606-1", "question": "Name the minimum number disc for number in series for 14", "sql": "SELECT MIN(\"No. Disc\") FROM \"1-15430606-1\" WHERE \"No. in series\" = '14';"} +{"question_id": 1252, "table_id": "1-15430606-1", "question": "Name the maximum number of disc for Bill Gereghty", "sql": "SELECT MAX(\"No. Disc\") FROM \"1-15430606-1\" WHERE \"Directed by\" = 'Bill Gereghty';"} +{"question_id": 1253, "table_id": "1-15430606-1", "question": "Name the total number of length minutes for number in series for 17", "sql": "SELECT COUNT(\"Length (minutes)\") FROM \"1-15430606-1\" WHERE \"No. in series\" = '17';"} +{"question_id": 1254, "table_id": "1-15431122-2", "question": "What is the best finish where the scoring rank is 97?", "sql": "SELECT \"Best finish\" FROM \"1-15431122-2\" WHERE \"Scoring rank\" = '97';"} +{"question_id": 1255, "table_id": "1-15431122-2", "question": "What is the minimum number of wins?", "sql": "SELECT MIN(\"Wins\") FROM \"1-15431122-2\";"} +{"question_id": 1256, "table_id": "1-15451122-2", "question": "How many different second members were there when John Rudhale was first member?", "sql": "SELECT COUNT(\"Second member\") FROM \"1-15451122-2\" WHERE \"First member\" = 'John Rudhale';"} +{"question_id": 1257, "table_id": "1-15451122-2", "question": "What date was parliament assembled when John Rudhale was first member?", "sql": "SELECT \"Assembled\" FROM \"1-15451122-2\" WHERE \"First member\" = 'John Rudhale';"} +{"question_id": 1258, "table_id": "1-15463188-7", "question": "Name the school/club team when season is 2009-2011", "sql": "SELECT \"School/Club Team\" FROM \"1-15463188-7\" WHERE \"Season\" = '2009-2011';"} +{"question_id": 1259, "table_id": "1-15463188-7", "question": "Name the name for San Beda", "sql": "SELECT \"Name\" FROM \"1-15463188-7\" WHERE \"School/Club Team\" = 'San Beda';"} +{"question_id": 1260, "table_id": "1-15463188-7", "question": "Name the position for San Beda", "sql": "SELECT \"Position\" FROM \"1-15463188-7\" WHERE \"School/Club Team\" = 'San Beda';"} +{"question_id": 1261, "table_id": "1-15463188-7", "question": "Name the name of the State", "sql": "SELECT \"Name\" FROM \"1-15463188-7\" WHERE \"School/Club Team\" = 'State';"} +{"question_id": 1262, "table_id": "1-15463188-7", "question": "Namethe school team for season 2008", "sql": "SELECT \"School/Club Team\" FROM \"1-15463188-7\" WHERE \"Season\" = '2008';"} +{"question_id": 1263, "table_id": "1-15463188-7", "question": "Nametheh school team for Norman Gonzales", "sql": "SELECT \"School/Club Team\" FROM \"1-15463188-7\" WHERE \"Name\" = 'Norman Gonzales';"} +{"question_id": 1264, "table_id": "1-15467476-2", "question": "Name the points for Pontrhydyfen RFC", "sql": "SELECT \"Points\" FROM \"1-15467476-2\" WHERE \"Club\" = 'Pontrhydyfen RFC';"} +{"question_id": 1265, "table_id": "1-15467476-2", "question": "Name the try bonus and tries for 30", "sql": "SELECT \"Try Bonus\" FROM \"1-15467476-2\" WHERE \"Tries For\" = '30';"} +{"question_id": 1266, "table_id": "1-15467476-2", "question": "Name the points for where lost is 4", "sql": "SELECT COUNT(\"Points for\") FROM \"1-15467476-2\" WHERE \"Lost\" = '4';"} +{"question_id": 1267, "table_id": "1-15463188-16", "question": "Name the number when acquisition via Far Eastern", "sql": "SELECT \"Number\" FROM \"1-15463188-16\" WHERE \"Acquisition via\" = 'Far Eastern';"} +{"question_id": 1268, "table_id": "1-15463188-16", "question": "Name the season when the number is 9", "sql": "SELECT \"Season\" FROM \"1-15463188-16\" WHERE \"Number\" = '9';"} +{"question_id": 1269, "table_id": "1-15463188-16", "question": "Name the name for Visayas", "sql": "SELECT \"Name\" FROM \"1-15463188-16\" WHERE \"School/Club Team\" = 'Visayas';"} +{"question_id": 1270, "table_id": "1-15463188-16", "question": "Name the school/club team for 9", "sql": "SELECT \"School/Club Team\" FROM \"1-15463188-16\" WHERE \"Number\" = '9';"} +{"question_id": 1271, "table_id": "1-15475116-1", "question": "What are all the schools that use the colors Maroon and White", "sql": "SELECT \"School\" FROM \"1-15475116-1\" WHERE \"Colors\" = 'Maroon and White';"} +{"question_id": 1272, "table_id": "1-15475116-1", "question": "Middletown High School uses which colors", "sql": "SELECT \"Colors\" FROM \"1-15475116-1\" WHERE \"School\" = 'Middletown High School';"} +{"question_id": 1273, "table_id": "1-15475116-1", "question": "What league does the team with the nickname Cavaliers belong to", "sql": "SELECT \"League\" FROM \"1-15475116-1\" WHERE \"Nickname\" = 'Cavaliers';"} +{"question_id": 1274, "table_id": "1-15475116-1", "question": "In what division will you find the team nicknamed the Silver Eagles", "sql": "SELECT \"Division\" FROM \"1-15475116-1\" WHERE \"Nickname\" = 'Silver Eagles';"} +{"question_id": 1275, "table_id": "1-15475116-1", "question": "What league does Delaware Military Academy belong to", "sql": "SELECT \"League\" FROM \"1-15475116-1\" WHERE \"School\" = 'Delaware Military Academy';"} +{"question_id": 1276, "table_id": "1-15572443-1", "question": "Name the number of districts for December 1799", "sql": "SELECT COUNT(\"District\") FROM \"1-15572443-1\" WHERE \"Election date\" = 'December 1799';"} +{"question_id": 1277, "table_id": "1-15572443-1", "question": "Name the vacator for took seat being January 29, 1813", "sql": "SELECT \"Vacator\" FROM \"1-15572443-1\" WHERE \"Took seat\" = 'January 29, 1813';"} +{"question_id": 1278, "table_id": "1-1558077-8", "question": "Name the most number of s eva", "sql": "SELECT MAX(\"Number of s EVA\") FROM \"1-1558077-8\";"} +{"question_id": 1279, "table_id": "1-1558077-8", "question": "Name the total number of luna blastoff date for Apollo 11", "sql": "SELECT COUNT(\"Lunar blastoff date\") FROM \"1-1558077-8\" WHERE \"Mission name\" = 'Apollo 11';"} +{"question_id": 1280, "table_id": "1-1558077-8", "question": "Name the mission name for 21 November 1969", "sql": "SELECT \"Mission name\" FROM \"1-1558077-8\" WHERE \"Lunar blastoff date\" = '21 November 1969';"} +{"question_id": 1281, "table_id": "1-1558077-8", "question": "Name the lunar landing site for 19 November 1969", "sql": "SELECT \"Lunar landing site\" FROM \"1-1558077-8\" WHERE \"Lunar landing date\" = '19 November 1969';"} +{"question_id": 1282, "table_id": "1-1558077-8", "question": "Name the mission name for Ocean of Storms", "sql": "SELECT \"Mission name\" FROM \"1-1558077-8\" WHERE \"Lunar landing site\" = 'Ocean of Storms';"} +{"question_id": 1283, "table_id": "1-15584199-2", "question": "What award did team 679 win?", "sql": "SELECT \"Award name\" FROM \"1-15584199-2\" WHERE \"Team number\" = 679.0;"} +{"question_id": 1284, "table_id": "1-15584199-2", "question": "How many teams are in Bridgewater, NJ, USA?", "sql": "SELECT COUNT(\"Team name\") FROM \"1-15584199-2\" WHERE \"City, State/Country\" = 'Bridgewater, NJ, USA';"} +{"question_id": 1285, "table_id": "1-15621965-17", "question": "Which number belonged to the school team from Arizona?", "sql": "SELECT \"No.\" FROM \"1-15621965-17\" WHERE \"School/Club Team\" = 'Arizona';"} +{"question_id": 1286, "table_id": "1-15621965-17", "question": "What is the latest number of the Guard position from the Wake Forest school team?", "sql": "SELECT MAX(\"No.\") FROM \"1-15621965-17\" WHERE \"Position\" = 'Guard' AND \"School/Club Team\" = 'Wake Forest';"} +{"question_id": 1287, "table_id": "1-15621965-17", "question": "List all years in Orlando where Jeryl Sasser was a player.", "sql": "SELECT \"Years in Orlando\" FROM \"1-15621965-17\" WHERE \"Player\" = 'Jeryl Sasser';"} +{"question_id": 1288, "table_id": "1-15621965-18", "question": "WHAT WAS THE NUMBER OF THE ONLY Forward-Center TO MAKE THE ROSTER?", "sql": "SELECT MIN(\"No.\") FROM \"1-15621965-18\" WHERE \"Position\" = 'Forward-Center';"} +{"question_id": 1289, "table_id": "1-15621965-18", "question": "WHAT WAS THE JERSEY NUMBER OF THE ROSTER PLAYER FROM Oklahoma State WHO PLAYED Guard?", "sql": "SELECT \"No.\" FROM \"1-15621965-18\" WHERE \"Position\" = 'Guard' AND \"School/Club Team\" = 'Oklahoma State';"} +{"question_id": 1290, "table_id": "1-15621965-18", "question": "WHO IS THE PLAYER(S) ON THE ROSTER FROM SCHOOL/CLUB TEAM Arizona?", "sql": "SELECT \"Player\" FROM \"1-15621965-18\" WHERE \"School/Club Team\" = 'Arizona';"} +{"question_id": 1291, "table_id": "1-15637071-1", "question": "What is the fleet size of the airline which has a callsign of COOL RED?", "sql": "SELECT MIN(\"Fleet size\") FROM \"1-15637071-1\" WHERE \"Callsign\" = 'COOL RED';"} +{"question_id": 1292, "table_id": "1-15637071-1", "question": "How large is the fleet size of the airline with the IATA code of 5J?", "sql": "SELECT COUNT(\"Fleet size\") FROM \"1-15637071-1\" WHERE \"IATA\" = '5J';"} +{"question_id": 1293, "table_id": "1-15637071-1", "question": "Which year did the Angeles City based airline begin operations?", "sql": "SELECT \"Commenced operations\" FROM \"1-15637071-1\" WHERE \"Headquarters\" = 'Angeles City';"} +{"question_id": 1294, "table_id": "1-15637071-1", "question": "When did the oldest airline start operations?", "sql": "SELECT MIN(\"Commenced operations\") FROM \"1-15637071-1\";"} +{"question_id": 1295, "table_id": "1-15637071-1", "question": "Where is the headquarters of the airline which has the ICAO code of AAU?", "sql": "SELECT \"Headquarters\" FROM \"1-15637071-1\" WHERE \"ICAO\" = 'AAU';"} +{"question_id": 1296, "table_id": "1-15624586-2", "question": "How much uranium did Russia use in 2006 to 2008?", "sql": "SELECT \"Uranium required 2006-08\" FROM \"1-15624586-2\" WHERE \"Country\" = 'Russia';"} +{"question_id": 1297, "table_id": "1-15624586-2", "question": "Which country mines 24.0% of the world demand of uranium?", "sql": "SELECT \"Indigenous mining production 2006\" FROM \"1-15624586-2\" WHERE \"% of world demand\" = '24.0%';"} +{"question_id": 1298, "table_id": "1-15624586-2", "question": "What is the deficit (-surplus) of the country who use 5.2% of the world demand of uranium?", "sql": "SELECT \"Deficit (-surplus)\" FROM \"1-15624586-2\" WHERE \"% of world demand\" = '5.2%';"} +{"question_id": 1299, "table_id": "1-15624586-2", "question": "What is the indigenous mining production of the country that uses 3.4% of the world demand?", "sql": "SELECT \"Indigenous mining production 2006\" FROM \"1-15624586-2\" WHERE \"% of world demand\" = '3.4%';"} +{"question_id": 1300, "table_id": "1-15624586-2", "question": "What is the deficit (-surplus) of France?", "sql": "SELECT \"Deficit (-surplus)\" FROM \"1-15624586-2\" WHERE \"Country\" = 'France';"} +{"question_id": 1301, "table_id": "1-1566848-6", "question": "Name the pictorials when the interview subject is Steve Jobs", "sql": "SELECT \"Pictorials\" FROM \"1-1566848-6\" WHERE \"Interview subject\" = 'Steve Jobs';"} +{"question_id": 1302, "table_id": "1-1566848-6", "question": "Name the 20 questions when centerfold model is Cherie Witter", "sql": "SELECT \"20 Questions\" FROM \"1-1566848-6\" WHERE \"Centerfold model\" = 'Cherie Witter';"} +{"question_id": 1303, "table_id": "1-1566848-6", "question": "Name the number of pictorials for 5-85", "sql": "SELECT COUNT(\"Pictorials\") FROM \"1-1566848-6\" WHERE \"Date\" = '5-85';"} +{"question_id": 1304, "table_id": "1-1566848-6", "question": "Name the centerfold model when interview subject is Steve Jobs", "sql": "SELECT \"Centerfold model\" FROM \"1-1566848-6\" WHERE \"Interview subject\" = 'Steve Jobs';"} +{"question_id": 1305, "table_id": "1-1566852-10", "question": "Which date contained Aubrey O'Day as the cover model?", "sql": "SELECT \"Date\" FROM \"1-1566852-10\" WHERE \"Cover model\" = 'Aubrey O''Day';"} +{"question_id": 1306, "table_id": "1-1566852-10", "question": "Who were the cover models in the edition that included Benicio del Toro as the interview subject?", "sql": "SELECT \"Cover model\" FROM \"1-1566852-10\" WHERE \"Interview subject\" = 'Benicio del Toro';"} +{"question_id": 1307, "table_id": "1-1566852-10", "question": "How many cover models were on the edition that featured Jennifer Pershing as the centerfold?", "sql": "SELECT COUNT(\"Cover model\") FROM \"1-1566852-10\" WHERE \"Centerfold model\" = 'Jennifer Pershing';"} +{"question_id": 1308, "table_id": "1-15717093-1", "question": "What season number corresponds to series number 102?", "sql": "SELECT MAX(\"Season #\") FROM \"1-15717093-1\" WHERE \"Series #\" = 102.0;"} +{"question_id": 1309, "table_id": "1-15717093-1", "question": "What was the title when there were 14.39 million viewers?", "sql": "SELECT \"Title\" FROM \"1-15717093-1\" WHERE \"U.S. viewers (millions)\" = '14.39';"} +{"question_id": 1310, "table_id": "1-15717093-1", "question": "Who was the writer when there were 15.85 million US viewers?", "sql": "SELECT \"Written by\" FROM \"1-15717093-1\" WHERE \"U.S. viewers (millions)\" = '15.85';"} +{"question_id": 1311, "table_id": "1-1571238-2", "question": "How many years did Notre Dame participate? ", "sql": "SELECT MAX(\"Years participated\") FROM \"1-1571238-2\" WHERE \"Team\" = 'Notre Dame';"} +{"question_id": 1312, "table_id": "1-1571238-2", "question": "When Colgate is the team how many times did they place fourth?", "sql": "SELECT COUNT(\"Fourth place\") FROM \"1-1571238-2\" WHERE \"Team\" = 'Colgate';"} +{"question_id": 1313, "table_id": "1-1571238-2", "question": "When the team is Lake Superior State how many times did they place fourth?", "sql": "SELECT MIN(\"Fourth place\") FROM \"1-1571238-2\" WHERE \"Team\" = 'Lake Superior State';"} +{"question_id": 1314, "table_id": "1-1571238-2", "question": "When the team is Yale what is max amount of times they placed fourth?", "sql": "SELECT MAX(\"Fourth place\") FROM \"1-1571238-2\" WHERE \"Team\" = 'Yale';"} +{"question_id": 1315, "table_id": "1-1571238-2", "question": "When the team is Toronto how many times did they place third?", "sql": "SELECT COUNT(\"Third place\") FROM \"1-1571238-2\" WHERE \"Team\" = 'Toronto';"} +{"question_id": 1316, "table_id": "1-15740666-4", "question": "What is the current streak against TCU?", "sql": "SELECT \"Current Streak\" FROM \"1-15740666-4\" WHERE \"Kansas State vs.\" = 'TCU';"} +{"question_id": 1317, "table_id": "1-15740666-4", "question": "What is the at Manhattan record against TCU?", "sql": "SELECT \"at Manhattan\" FROM \"1-15740666-4\" WHERE \"Kansas State vs.\" = 'TCU';"} +{"question_id": 1318, "table_id": "1-15739098-1", "question": "What is the airdate when the director is George Spenton-Foster", "sql": "SELECT \"Airdate\" FROM \"1-15739098-1\" WHERE \"Director\" = 'George Spenton-Foster';"} +{"question_id": 1319, "table_id": "1-15739098-1", "question": "Name the msot episode that was adapted by Leon Griffiths", "sql": "SELECT MAX(\"Episode\") FROM \"1-15739098-1\" WHERE \"Adapted by\" = 'Leon Griffiths';"} +{"question_id": 1320, "table_id": "1-15739098-1", "question": "Name the number of episodes for Alan Nourse", "sql": "SELECT COUNT(\"Episode\") FROM \"1-15739098-1\" WHERE \"Story\" = 'Alan Nourse';"} +{"question_id": 1321, "table_id": "1-1574968-1", "question": "Which viewers have the language of troff (typesetter runoff) , groff (GNU runoff)?", "sql": "SELECT \"Viewer\" FROM \"1-1574968-1\" WHERE \"Language\" = 'troff (typesetter runoff) , groff (GNU runoff)';"} +{"question_id": 1322, "table_id": "1-1574968-1", "question": "Who is the creator when the view happens to GDDM, AFP viewer?", "sql": "SELECT \"Creator\" FROM \"1-1574968-1\" WHERE \"Viewer\" = 'GDDM, AFP viewer';"} +{"question_id": 1323, "table_id": "1-15778392-1", "question": "WHERE THE THEME WAS \"Year They Were Born,\" WHAT THE TOTAL NUMBER OF RESULTS?", "sql": "SELECT COUNT(\"Result\") FROM \"1-15778392-1\" WHERE \"Theme\" = 'Year They Were Born';"} +{"question_id": 1324, "table_id": "1-15778392-1", "question": "WHAT IS THE RESULT FOR THE SONG WHERE THE ORIGINAL ARTIST IS Betty Everett?", "sql": "SELECT \"Result\" FROM \"1-15778392-1\" WHERE \"Original artist\" = 'Betty Everett';"} +{"question_id": 1325, "table_id": "1-15778392-1", "question": "WHAT WAS HER SONG CHOICE WHEN THE WEEK WAS Top 10?", "sql": "SELECT \"Song choice\" FROM \"1-15778392-1\" WHERE \"Week #\" = 'Top 10';"} +{"question_id": 1326, "table_id": "1-15778392-1", "question": "WHERE THE WEEK NUMBER WAS Top 8, WHAT WAS THE THEME?", "sql": "SELECT \"Theme\" FROM \"1-15778392-1\" WHERE \"Week #\" = 'Top 8';"} +{"question_id": 1327, "table_id": "1-15780049-6", "question": "What is the location and what is the attendance of game 38?", "sql": "SELECT \"Location Attendance\" FROM \"1-15780049-6\" WHERE \"Game\" = 38.0;"} +{"question_id": 1328, "table_id": "1-15780049-6", "question": "What was the games score on January 11?", "sql": "SELECT \"Score\" FROM \"1-15780049-6\" WHERE \"Date\" = 'January 11';"} +{"question_id": 1329, "table_id": "1-15780049-6", "question": "What is the score of game 33?", "sql": "SELECT \"Score\" FROM \"1-15780049-6\" WHERE \"Game\" = 33.0;"} +{"question_id": 1330, "table_id": "1-15780049-6", "question": "Who had the most assist when the opponent was Cleveland?", "sql": "SELECT \"High assists\" FROM \"1-15780049-6\" WHERE \"Team\" = 'Cleveland';"} +{"question_id": 1331, "table_id": "1-15780049-6", "question": "What was the score of the game played on January 19?", "sql": "SELECT \"Score\" FROM \"1-15780049-6\" WHERE \"Date\" = 'January 19';"} +{"question_id": 1332, "table_id": "1-15780718-9", "question": "What is the Raptors' record against New Jersey?", "sql": "SELECT \"Record\" FROM \"1-15780718-9\" WHERE \"Team\" = 'New Jersey';"} +{"question_id": 1333, "table_id": "1-15780718-6", "question": "Name for the high rebounds when score is W 105–91 (OT)", "sql": "SELECT \"High rebounds\" FROM \"1-15780718-6\" WHERE \"Score\" = 'W 105–91 (OT)';"} +{"question_id": 1334, "table_id": "1-15796100-1", "question": "What is the order number for the theme of Mariah Carey?", "sql": "SELECT \"Order #\" FROM \"1-15796100-1\" WHERE \"Theme\" = 'Mariah Carey';"} +{"question_id": 1335, "table_id": "1-15796100-1", "question": "Who is the original artist for the theme \"Year They Were Born?\"", "sql": "SELECT \"Original artist\" FROM \"1-15796100-1\" WHERE \"Theme\" = 'Year They Were Born';"} +{"question_id": 1336, "table_id": "1-15796100-1", "question": "What theme name has the original artist of Dolly Parton?", "sql": "SELECT \"Theme\" FROM \"1-15796100-1\" WHERE \"Original artist\" = 'Dolly Parton';"} +{"question_id": 1337, "table_id": "1-15796100-1", "question": "How many themes have the original artist of Judy Garland?", "sql": "SELECT COUNT(\"Theme\") FROM \"1-15796100-1\" WHERE \"Original artist\" = 'Judy Garland';"} +{"question_id": 1338, "table_id": "1-15824796-5", "question": "Who wrote the episode where the series number is 74?", "sql": "SELECT \"Written by:\" FROM \"1-15824796-5\" WHERE \"Series #\" = 74.0;"} +{"question_id": 1339, "table_id": "1-15824796-5", "question": "What is the original airdate when the season number is 4?", "sql": "SELECT \"Original air date\" FROM \"1-15824796-5\" WHERE \"Season #\" = 4.0;"} +{"question_id": 1340, "table_id": "1-15824796-5", "question": "When the season number is listed as 4 what is the original airdate?", "sql": "SELECT \"Original air date\" FROM \"1-15824796-5\" WHERE \"Season #\" = 4.0;"} +{"question_id": 1341, "table_id": "1-15824796-5", "question": "What is the airdate when the title is \"Topsy Turvy\"?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-15824796-5\" WHERE \"Title\" = '\"Topsy Turvy\"';"} +{"question_id": 1342, "table_id": "1-158282-1", "question": "What is the smallest number of European Parliament sets when the international affiliation is Global Greens, EGP? ", "sql": "SELECT MIN(\"European Parliament seats\") FROM \"1-158282-1\" WHERE \"International Affiliation\" = 'Global Greens, EGP';"} +{"question_id": 1343, "table_id": "1-158282-1", "question": "How many categories of Senate Seats does Emile Roemer have? ", "sql": "SELECT COUNT(\"Senate seats\") FROM \"1-158282-1\" WHERE \"Political Leader\" = 'Emile Roemer';"} +{"question_id": 1344, "table_id": "1-1585112-2", "question": "Name the least road wins", "sql": "SELECT MIN(\"Road wins\") FROM \"1-1585112-2\";"} +{"question_id": 1345, "table_id": "1-1585112-2", "question": "Name the pct for Green Bay Packers", "sql": "SELECT \"PCT\" FROM \"1-1585112-2\" WHERE \"Team\" = 'Green Bay Packers';"} +{"question_id": 1346, "table_id": "1-1585112-2", "question": "Name the road wins", "sql": "SELECT MIN(\"Road wins\") FROM \"1-1585112-2\";"} +{"question_id": 1347, "table_id": "1-1585112-2", "question": "Name the maximum mum l is less than 6.0", "sql": "SELECT MAX(\"Num\") FROM \"1-1585112-2\" WHERE \"L\" < 6.0;"} +{"question_id": 1348, "table_id": "1-1585112-2", "question": "Name the number of last appearance where team is San Francisco 49ers", "sql": "SELECT COUNT(\"Last appearance\") FROM \"1-1585112-2\" WHERE \"Team\" = 'San Francisco 49ers';"} +{"question_id": 1349, "table_id": "1-15852257-1", "question": "What is the highest value for race?", "sql": "SELECT MAX(\"Races\") FROM \"1-15852257-1\";"} +{"question_id": 1350, "table_id": "1-15852257-1", "question": "Which podiums have a final placing of 10th?", "sql": "SELECT \"Podiums\" FROM \"1-15852257-1\" WHERE \"Final Placing\" = '10th';"} +{"question_id": 1351, "table_id": "1-15852257-1", "question": "What is the total number of poles values in the Formula Renault 2.0 Eurocup with a 10th final placing?", "sql": "SELECT COUNT(\"Poles\") FROM \"1-15852257-1\" WHERE \"Series\" = 'Formula Renault 2.0 Eurocup' AND \"Final Placing\" = '10th';"} +{"question_id": 1352, "table_id": "1-15869204-5", "question": "Name the total number of record for 27", "sql": "SELECT COUNT(\"Record\") FROM \"1-15869204-5\" WHERE \"Game\" = 27.0;"} +{"question_id": 1353, "table_id": "1-15869204-5", "question": "Name the high assists for December 14", "sql": "SELECT \"High assists\" FROM \"1-15869204-5\" WHERE \"Date\" = 'December 14';"} +{"question_id": 1354, "table_id": "1-15869204-5", "question": "Name the high assists for Delta Center 19,639", "sql": "SELECT \"High assists\" FROM \"1-15869204-5\" WHERE \"Location Attendance\" = 'Delta Center 19,639';"} +{"question_id": 1355, "table_id": "1-15872814-3", "question": "Name the score for Washington", "sql": "SELECT \"Score\" FROM \"1-15872814-3\" WHERE \"Team\" = 'Washington';"} +{"question_id": 1356, "table_id": "1-15872814-3", "question": "Name the team for November 9", "sql": "SELECT \"Team\" FROM \"1-15872814-3\" WHERE \"Date\" = 'November 9';"} +{"question_id": 1357, "table_id": "1-15872814-4", "question": "Name the most game for December 22", "sql": "SELECT MAX(\"Game\") FROM \"1-15872814-4\" WHERE \"Date\" = 'December 22';"} +{"question_id": 1358, "table_id": "1-15872814-4", "question": "Name the score for December 28", "sql": "SELECT \"Score\" FROM \"1-15872814-4\" WHERE \"Date\" = 'December 28';"} +{"question_id": 1359, "table_id": "1-15887683-4", "question": "What country has the Sky Calcio 2 tv service?", "sql": "SELECT \"Country\" FROM \"1-15887683-4\" WHERE \"Television service\" = 'Sky Calcio 2';"} +{"question_id": 1360, "table_id": "1-15887683-4", "question": "Does the Sky Calcio 6 HD have PPV?", "sql": "SELECT \"PPV\" FROM \"1-15887683-4\" WHERE \"Television service\" = 'Sky Calcio 6 HD';"} +{"question_id": 1361, "table_id": "1-15887683-4", "question": "Do the Sky Calcio 5 channels have PPV?", "sql": "SELECT \"PPV\" FROM \"1-15887683-4\" WHERE \"Television service\" = 'Sky Calcio 5';"} +{"question_id": 1362, "table_id": "1-15887683-6", "question": "Name the country for Sky Primafila 7 HD", "sql": "SELECT \"Country\" FROM \"1-15887683-6\" WHERE \"Television service\" = 'Sky Primafila 7 HD';"} +{"question_id": 1363, "table_id": "1-15887683-6", "question": "Name the number of package/option for Sky Primafila 24", "sql": "SELECT COUNT(\"Package/Option\") FROM \"1-15887683-6\" WHERE \"Television service\" = 'Sky Primafila 24';"} +{"question_id": 1364, "table_id": "1-15887683-6", "question": "Name the hdtv when number is 378", "sql": "SELECT \"HDTV\" FROM \"1-15887683-6\" WHERE \"N°\" = 378.0;"} +{"question_id": 1365, "table_id": "1-15887683-6", "question": "Name the hdtv for Sky Primafila 17", "sql": "SELECT \"HDTV\" FROM \"1-15887683-6\" WHERE \"Television service\" = 'Sky Primafila 17';"} +{"question_id": 1366, "table_id": "1-15887683-6", "question": "Name the television service when Primafila Hot Club", "sql": "SELECT \"Television service\" FROM \"1-15887683-6\" WHERE \"Content\" = 'Primafila Hot Club';"} +{"question_id": 1367, "table_id": "1-15887683-8", "question": "Name the number for Fox News Channel", "sql": "SELECT \"N°\" FROM \"1-15887683-8\" WHERE \"Television service\" = 'Fox News Channel';"} +{"question_id": 1368, "table_id": "1-15887683-8", "question": "Name the dar for cinese", "sql": "SELECT \"DAR\" FROM \"1-15887683-8\" WHERE \"Language\" = 'cinese';"} +{"question_id": 1369, "table_id": "1-15887683-8", "question": "Name the language for Fox Business Network", "sql": "SELECT \"Language\" FROM \"1-15887683-8\" WHERE \"Television service\" = 'Fox Business Network';"} +{"question_id": 1370, "table_id": "1-15887683-8", "question": "Name the package/option for Giappone", "sql": "SELECT \"Package/Option\" FROM \"1-15887683-8\" WHERE \"Country\" = 'Giappone';"} +{"question_id": 1371, "table_id": "1-15887683-8", "question": "Name the package/option for number being 543", "sql": "SELECT \"Package/Option\" FROM \"1-15887683-8\" WHERE \"N°\" = 543.0;"} +{"question_id": 1372, "table_id": "1-15928363-1", "question": "Name the aspect ratio for 720", "sql": "SELECT \"Aspect ratio\" FROM \"1-15928363-1\" WHERE \"Horizontal\" = 720.0;"} +{"question_id": 1373, "table_id": "1-15928363-1", "question": "Name the number of horizontal when framerate hz is 25", "sql": "SELECT COUNT(\"Horizontal\") FROM \"1-15928363-1\" WHERE \"Framerate ( Hz )\" = '25';"} +{"question_id": 1374, "table_id": "1-15929156-3", "question": "Name the mccain % for Dukes", "sql": "SELECT \"McCain %\" FROM \"1-15929156-3\" WHERE \"County\" = 'Dukes';"} +{"question_id": 1375, "table_id": "1-15929156-3", "question": "Name the number of counties for obama votes for 49558", "sql": "SELECT COUNT(\"County\") FROM \"1-15929156-3\" WHERE \"Obama Votes\" = 49558.0;"} +{"question_id": 1376, "table_id": "1-15929156-3", "question": "Name the number of others votes for when others % is 2.0%", "sql": "SELECT COUNT(\"Others Votes\") FROM \"1-15929156-3\" WHERE \"Others %\" = '2.0%';"} +{"question_id": 1377, "table_id": "1-15938543-1", "question": "Which series number had the production code of 116", "sql": "SELECT \"No. in series\" FROM \"1-15938543-1\" WHERE \"Production code\" = 116.0;"} +{"question_id": 1378, "table_id": "1-15938543-1", "question": "Whats the title of the episode with production code 109", "sql": "SELECT \"Title\" FROM \"1-15938543-1\" WHERE \"Production code\" = 109.0;"} +{"question_id": 1379, "table_id": "1-15938543-1", "question": "How many episodes were written by Jack Burditt & Robert Carlock", "sql": "SELECT COUNT(\"Production code\") FROM \"1-15938543-1\" WHERE \"Written by\" = 'Jack Burditt & Robert Carlock';"} +{"question_id": 1380, "table_id": "1-15938543-1", "question": "How many episodes had an original air date with 5.1 million viewers", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-15938543-1\" WHERE \"U.S. viewers (million)\" = '5.1';"} +{"question_id": 1381, "table_id": "1-15938543-1", "question": "Who wrote the episode that was directed by Dennie Gordon", "sql": "SELECT \"Written by\" FROM \"1-15938543-1\" WHERE \"Directed by\" = 'Dennie Gordon';"} +{"question_id": 1382, "table_id": "1-15945862-1", "question": "What septembers are 17.1 in December? ", "sql": "SELECT \"December\" FROM \"1-15945862-1\" WHERE \"September\" = '17.1';"} +{"question_id": 1383, "table_id": "1-15945862-1", "question": "March 0.41 in July? ", "sql": "SELECT \"July\" FROM \"1-15945862-1\" WHERE \"March\" = '0.41';"} +{"question_id": 1384, "table_id": "1-15945862-1", "question": "What september has 10.35 in November? ", "sql": "SELECT \"September\" FROM \"1-15945862-1\" WHERE \"November\" = '10.35';"} +{"question_id": 1385, "table_id": "1-15945862-1", "question": "January 7.34 where is June ?", "sql": "SELECT \"January\" FROM \"1-15945862-1\" WHERE \"June\" = '7.34';"} +{"question_id": 1386, "table_id": "1-15945862-1", "question": "What December is 8.77 in January ", "sql": "SELECT \"December\" FROM \"1-15945862-1\" WHERE \"January\" = '8.77';"} +{"question_id": 1387, "table_id": "1-1601792-3", "question": "What is the genre for the Hot FM station?", "sql": "SELECT \"Genre\" FROM \"1-1601792-3\" WHERE \"Station\" = 'Hot FM';"} +{"question_id": 1388, "table_id": "1-1601792-3", "question": "What is the frequency of Hot FM?", "sql": "SELECT COUNT(\"Frequency\") FROM \"1-1601792-3\" WHERE \"Station\" = 'Hot FM';"} +{"question_id": 1389, "table_id": "1-1601792-3", "question": "What is the name of the station where the language is Tamil Malay?", "sql": "SELECT \"Station\" FROM \"1-1601792-3\" WHERE \"Language\" = 'Tamil Malay';"} +{"question_id": 1390, "table_id": "1-1601792-3", "question": "Who operates the XFM station?", "sql": "SELECT \"Operator\" FROM \"1-1601792-3\" WHERE \"Station\" = 'XFM';"} +{"question_id": 1391, "table_id": "1-1601792-3", "question": "What is the language of the Malacca FM station?", "sql": "SELECT \"Language\" FROM \"1-1601792-3\" WHERE \"Station\" = 'Malacca FM';"} +{"question_id": 1392, "table_id": "1-1601792-4", "question": "What is the station that is transmitted at 20 kW and has a frequency of 48 UHF?", "sql": "SELECT \"Television Station\" FROM \"1-1601792-4\" WHERE \"Transmitted\" = '20 kW' AND \"Frequency\" = '48 UHF';"} +{"question_id": 1393, "table_id": "1-1601792-4", "question": "How many stations have a 35 UHF frequency?", "sql": "SELECT COUNT(\"Television Station\") FROM \"1-1601792-4\" WHERE \"Frequency\" = '35 UHF';"} +{"question_id": 1394, "table_id": "1-1601792-4", "question": "What are the site(s) for tv station 8TV?", "sql": "SELECT \"Site\" FROM \"1-1601792-4\" WHERE \"Television Station\" = '8TV';"} +{"question_id": 1395, "table_id": "1-1601792-4", "question": "What are the network(s) for TV1?", "sql": "SELECT \"Network\" FROM \"1-1601792-4\" WHERE \"Television Station\" = 'TV1';"} +{"question_id": 1396, "table_id": "1-1601792-4", "question": "How many stations are transmitted on frequency 7 UHF?", "sql": "SELECT COUNT(\"Transmitted\") FROM \"1-1601792-4\" WHERE \"Frequency\" = '7 UHF';"} +{"question_id": 1397, "table_id": "1-1601792-4", "question": "What site(s) for tv station TV3?", "sql": "SELECT \"Site\" FROM \"1-1601792-4\" WHERE \"Television Station\" = 'TV3';"} +{"question_id": 1398, "table_id": "1-1601027-2", "question": "Name the number of headphone class for SR100", "sql": "SELECT COUNT(\"Headphone Class\") FROM \"1-1601027-2\" WHERE \"Headphone Model\" = 'SR100';"} +{"question_id": 1399, "table_id": "1-1601027-2", "question": "Name what succeeded by for Foam", "sql": "SELECT \"Succeeded by\" FROM \"1-1601027-2\" WHERE \"Earpads\" = 'Foam';"} +{"question_id": 1400, "table_id": "1-1601027-2", "question": "Name the headphone model for succeeded by SR125", "sql": "SELECT \"Headphone Model\" FROM \"1-1601027-2\" WHERE \"Succeeded by\" = 'SR125';"} +{"question_id": 1401, "table_id": "1-1601027-2", "question": "Name the driver matched db for Joseph Grado Signature", "sql": "SELECT \"Driver-matched dB\" FROM \"1-1601027-2\" WHERE \"Headphone Class\" = 'Joseph Grado Signature';"} +{"question_id": 1402, "table_id": "1-16028479-2", "question": "At which stadiums was attendance total 79176?", "sql": "SELECT \"Game Site\" FROM \"1-16028479-2\" WHERE \"Attendance\" = 79176.0;"} +{"question_id": 1403, "table_id": "1-16034882-3", "question": "how many times were points counted for FK Prienai", "sql": "SELECT COUNT(\"Points\") FROM \"1-16034882-3\" WHERE \"Club\" = 'FK Prienai';"} +{"question_id": 1404, "table_id": "1-16034882-3", "question": "what is the highest number of draws for Sveikata Kybartai", "sql": "SELECT MAX(\"Draws\") FROM \"1-16034882-3\" WHERE \"Club\" = 'Sveikata Kybartai';"} +{"question_id": 1405, "table_id": "1-16034882-4", "question": "What are the total number of losses for the team who has conceded 22?", "sql": "SELECT COUNT(\"Loses\") FROM \"1-16034882-4\" WHERE \"Goals conceded\" = 22.0;"} +{"question_id": 1406, "table_id": "1-16034882-4", "question": "What is the amount of points for the team with 13 wins?", "sql": "SELECT \"Points\" FROM \"1-16034882-4\" WHERE \"Wins\" = 13.0;"} +{"question_id": 1407, "table_id": "1-16034882-4", "question": "How many draws did Švyturys Klaipėda have?", "sql": "SELECT MIN(\"Draws\") FROM \"1-16034882-4\" WHERE \"Club\" = 'Švyturys Klaipėda';"} +{"question_id": 1408, "table_id": "1-16034882-4", "question": "What position did the team with 3 losses finish?", "sql": "SELECT MIN(\"Position\") FROM \"1-16034882-4\" WHERE \"Loses\" = 3.0;"} +{"question_id": 1409, "table_id": "1-16034882-4", "question": "How many points did Piritas Klaipėda get?", "sql": "SELECT \"Points\" FROM \"1-16034882-4\" WHERE \"Club\" = 'Piritas Klaipėda';"} +{"question_id": 1410, "table_id": "1-16034882-4", "question": "How many wins did the team with 42 points get?", "sql": "SELECT \"Wins\" FROM \"1-16034882-4\" WHERE \"Points\" = 42.0;"} +{"question_id": 1411, "table_id": "1-16034882-2", "question": "How many total goals were scored in games where goals conceded was 35?", "sql": "SELECT COUNT(\"Goals scored\") FROM \"1-16034882-2\" WHERE \"Goals conceded\" = 35.0;"} +{"question_id": 1412, "table_id": "1-16034882-2", "question": "What is the fewest number of games played?", "sql": "SELECT MIN(\"Games played\") FROM \"1-16034882-2\";"} +{"question_id": 1413, "table_id": "1-16034882-2", "question": "How many games were lost when the goals scored was 37?", "sql": "SELECT COUNT(\"Loses\") FROM \"1-16034882-2\" WHERE \"Goals scored\" = 37.0;"} +{"question_id": 1414, "table_id": "1-1604579-2", "question": "What type of government does Kyrgyzstan have?", "sql": "SELECT \"2012 Democracy Index\" FROM \"1-1604579-2\" WHERE \"Country\" = 'Kyrgyzstan';"} +{"question_id": 1415, "table_id": "1-1604579-2", "question": "How economically free is the country of Armenia?", "sql": "SELECT \"2013 Index of Economic Freedom\" FROM \"1-1604579-2\" WHERE \"Country\" = 'Armenia';"} +{"question_id": 1416, "table_id": "1-1604579-2", "question": "How much freedom can did the people of Guinea experience in 2013?", "sql": "SELECT \"Freedom in the World 2013\" FROM \"1-1604579-2\" WHERE \"Country\" = 'Guinea';"} +{"question_id": 1417, "table_id": "1-1604579-2", "question": "How many freedom indices does the country of Austria have?", "sql": "SELECT COUNT(\"2013 Press Freedom Index\") FROM \"1-1604579-2\" WHERE \"Country\" = 'Austria';"} +{"question_id": 1418, "table_id": "1-16185956-1", "question": "How many times was the incumbent elected in Washington 4 district?", "sql": "SELECT COUNT(\"Elected\") FROM \"1-16185956-1\" WHERE \"District\" = 'Washington 4';"} +{"question_id": 1419, "table_id": "1-16185956-1", "question": "What is the status of the district where the result is 63% 37%?", "sql": "SELECT \"Status\" FROM \"1-16185956-1\" WHERE \"Results\" = '63% 37%';"} +{"question_id": 1420, "table_id": "1-16185956-1", "question": "Who are the candidates in Washington 1 district?", "sql": "SELECT \"2008 Candidates\" FROM \"1-16185956-1\" WHERE \"District\" = 'Washington 1';"} +{"question_id": 1421, "table_id": "1-16185956-1", "question": "How many groups of candidates are there in there in the district where the incumbent is Doc Hastings?", "sql": "SELECT COUNT(\"2008 Candidates\") FROM \"1-16185956-1\" WHERE \"Incumbent\" = 'Doc Hastings';"} +{"question_id": 1422, "table_id": "1-16186152-1", "question": "What is the highest number of Counties carries?", "sql": "SELECT MAX(\"Counties Carries\") FROM \"1-16186152-1\";"} +{"question_id": 1423, "table_id": "1-16186152-1", "question": "How many state delegates did Candidate Mitt Romney have?", "sql": "SELECT MAX(\"State Delegate\") FROM \"1-16186152-1\" WHERE \"Candidate\" = 'Mitt Romney';"} +{"question_id": 1424, "table_id": "1-16186152-1", "question": "Candidate John McCain had how many delegates?", "sql": "SELECT \"Delegates\" FROM \"1-16186152-1\" WHERE \"Candidate\" = 'John McCain';"} +{"question_id": 1425, "table_id": "1-16186152-1", "question": "What's the percentage when the state delegate is 1662?", "sql": "SELECT \"Percentage\" FROM \"1-16186152-1\" WHERE \"State Delegate\" = 1662.0;"} +{"question_id": 1426, "table_id": "1-1620397-5", "question": "What series was sorted at number 3?", "sql": "SELECT \"Series Sorted\" FROM \"1-1620397-5\" WHERE \"#\" = 3.0;"} +{"question_id": 1427, "table_id": "1-1620397-5", "question": "What was the doctor for sorted series 6EB/B?", "sql": "SELECT \"Doctor\" FROM \"1-1620397-5\" WHERE \"Series Sorted\" = '6EB/B';"} +{"question_id": 1428, "table_id": "1-1620397-5", "question": "What was the doctor when the author was Gary Hopkins Category:Articles with hCards?", "sql": "SELECT \"Doctor\" FROM \"1-1620397-5\" WHERE \"Author\" = 'Gary Hopkins Category:Articles with hCards';"} +{"question_id": 1429, "table_id": "1-16278673-1", "question": "Name the municpality for 57 populaton", "sql": "SELECT \"Municipality\" FROM \"1-16278673-1\" WHERE \"Population\" = '57';"} +{"question_id": 1430, "table_id": "1-16278673-1", "question": "Name the population for Sørvágur", "sql": "SELECT \"Population\" FROM \"1-16278673-1\" WHERE \"Municipality\" = 'Sørvágur';"} +{"question_id": 1431, "table_id": "1-16278673-1", "question": "Name the minimum inhabitants for markatal 49", "sql": "SELECT MIN(\"Inhabitants per km²\") FROM \"1-16278673-1\" WHERE \"Markatal\" = 49.0;"} +{"question_id": 1432, "table_id": "1-16308030-1", "question": "Is the team Force India allowed to race?", "sql": "SELECT \"Allowed to race?\" FROM \"1-16308030-1\" WHERE \"Team\" = 'Force India';"} +{"question_id": 1433, "table_id": "1-16308030-1", "question": "How many events have a time of 1:48.322?", "sql": "SELECT \"Event\" FROM \"1-16308030-1\" WHERE \"Time\" = '1:48.322';"} +{"question_id": 1434, "table_id": "1-16308030-1", "question": "How many years have a time of 1:42.086?", "sql": "SELECT COUNT(\"Year\") FROM \"1-16308030-1\" WHERE \"Time\" = '1:42.086';"} +{"question_id": 1435, "table_id": "1-16376436-1", "question": "Which college did Leon Perry attend?", "sql": "SELECT \"College\" FROM \"1-16376436-1\" WHERE \"Player\" = 'Leon Perry';"} +{"question_id": 1436, "table_id": "1-16376436-1", "question": "What is the NFL team for the player who's college was Norfolk State?", "sql": "SELECT \"NFL Team\" FROM \"1-16376436-1\" WHERE \"College\" = 'Norfolk State';"} +{"question_id": 1437, "table_id": "1-16376436-1", "question": "Which player was pick number 150?", "sql": "SELECT \"Player\" FROM \"1-16376436-1\" WHERE \"Pick #\" = 150.0;"} +{"question_id": 1438, "table_id": "1-16376436-1", "question": "What college did the Defensive Back attend?", "sql": "SELECT \"College\" FROM \"1-16376436-1\" WHERE \"Position\" = 'Defensive Back';"} +{"question_id": 1439, "table_id": "1-16376436-1", "question": "What is the NFL team for the player who's college was North Carolina?", "sql": "SELECT \"NFL Team\" FROM \"1-16376436-1\" WHERE \"College\" = 'North Carolina';"} +{"question_id": 1440, "table_id": "1-16376436-1", "question": "What is the pick number for the player Garry Lewis?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-16376436-1\" WHERE \"Player\" = 'Garry Lewis';"} +{"question_id": 1441, "table_id": "1-16388398-2", "question": "What is the home team that played on M.C.G. grounds?", "sql": "SELECT \"Home team\" FROM \"1-16388398-2\" WHERE \"Ground\" = 'M.C.G.';"} +{"question_id": 1442, "table_id": "1-16388398-1", "question": "What was the home team score when Brisbane Lions was the home team?", "sql": "SELECT \"Home team score\" FROM \"1-16388398-1\" WHERE \"Home team\" = 'Brisbane Lions';"} +{"question_id": 1443, "table_id": "1-16388398-1", "question": "When was the game played on Manuka Oval?", "sql": "SELECT \"Date\" FROM \"1-16388398-1\" WHERE \"Ground\" = 'Manuka Oval';"} +{"question_id": 1444, "table_id": "1-16388398-1", "question": "What was the score for the home team when the away team was Sydney?", "sql": "SELECT \"Home team score\" FROM \"1-16388398-1\" WHERE \"Away team\" = 'Sydney';"} +{"question_id": 1445, "table_id": "1-16388398-4", "question": "On what date was the home team score 17.12 (114)?", "sql": "SELECT \"Date\" FROM \"1-16388398-4\" WHERE \"Home team score\" = '17.12 (114)';"} +{"question_id": 1446, "table_id": "1-16388478-2", "question": "Where did the team play when the home team score was 12.9 (81)?", "sql": "SELECT \"Ground\" FROM \"1-16388478-2\" WHERE \"Home team score\" = '12.9 (81)';"} +{"question_id": 1447, "table_id": "1-16388478-2", "question": "What were the home team scores at York Park?", "sql": "SELECT \"Home team score\" FROM \"1-16388478-2\" WHERE \"Ground\" = 'York Park';"} +{"question_id": 1448, "table_id": "1-16388478-2", "question": "How many locations were there when Sydney was the home team?", "sql": "SELECT COUNT(\"Ground\") FROM \"1-16388478-2\" WHERE \"Home team\" = 'Sydney';"} +{"question_id": 1449, "table_id": "1-16388478-2", "question": "What were the home team scores when Carlton was the home team?", "sql": "SELECT \"Home team score\" FROM \"1-16388478-2\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 1450, "table_id": "1-16388478-2", "question": "What were all the away teams when the crowd was 13304?", "sql": "SELECT \"Away team\" FROM \"1-16388478-2\" WHERE \"Crowd\" = 13304.0;"} +{"question_id": 1451, "table_id": "1-1641054-2", "question": "Name the least established", "sql": "SELECT MIN(\"Established\") FROM \"1-1641054-2\";"} +{"question_id": 1452, "table_id": "1-16425614-4", "question": "Name the air date france for \"Poussières d'étoiles\"", "sql": "SELECT \"Air date (France)\" FROM \"1-16425614-4\" WHERE \"French title\" = '\"Poussières d''étoiles\"';"} +{"question_id": 1453, "table_id": "1-16425614-4", "question": "Name the french title for english title of \"Inventor Bunnies\"", "sql": "SELECT \"French title\" FROM \"1-16425614-4\" WHERE \"English title\" = '\"Inventor Bunnies\"';"} +{"question_id": 1454, "table_id": "1-16425614-4", "question": "Name the most official number for tf1 # being 42", "sql": "SELECT MAX(\"Official #\") FROM \"1-16425614-4\" WHERE \"TF1 #\" = 42.0;"} +{"question_id": 1455, "table_id": "1-16425614-4", "question": "Name the air date france for \"La pêche au trésor\"", "sql": "SELECT \"Air date (France)\" FROM \"1-16425614-4\" WHERE \"French title\" = '\"La pêche au trésor\"';"} +{"question_id": 1456, "table_id": "1-16425614-4", "question": "Name the original beechwood bunny tale for \"L'expédition glaciale\"", "sql": "SELECT \"Original Beechwood Bunny Tale / Source material\" FROM \"1-16425614-4\" WHERE \"French title\" = '\"L''expédition glaciale\"';"} +{"question_id": 1457, "table_id": "1-16432543-3", "question": "What was the nickname Established in 2002?", "sql": "SELECT \"Nickname\" FROM \"1-16432543-3\" WHERE \"Established\" = 2002.0;"} +{"question_id": 1458, "table_id": "1-16432543-3", "question": "What school location had an enrollment of 12400?", "sql": "SELECT \"Location\" FROM \"1-16432543-3\" WHERE \"Enrollment\" = 12400.0;"} +{"question_id": 1459, "table_id": "1-16432543-3", "question": "How many teams were established at University of Maryland?", "sql": "SELECT COUNT(\"Established\") FROM \"1-16432543-3\" WHERE \"Institution\" = 'University of Maryland';"} +{"question_id": 1460, "table_id": "1-16432543-3", "question": "what is the enrollment for the Cavaliers?", "sql": "SELECT MAX(\"Enrollment\") FROM \"1-16432543-3\" WHERE \"Nickname\" = 'Cavaliers';"} +{"question_id": 1461, "table_id": "1-16432543-3", "question": "What is the smallest number of enrolled students?", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-16432543-3\";"} +{"question_id": 1462, "table_id": "1-1646960-3", "question": "What is the debut album for the artist with the winning song Kemenangan Hati?", "sql": "SELECT \"Debut Album\" FROM \"1-1646960-3\" WHERE \"Winning Song\" = 'Kemenangan Hati';"} +{"question_id": 1463, "table_id": "1-1646960-3", "question": "How many winning songs were there with an english title of All For Love?", "sql": "SELECT COUNT(\"Winning Song\") FROM \"1-1646960-3\" WHERE \"Winning Song (English Title)\" = 'All For Love';"} +{"question_id": 1464, "table_id": "1-1646960-3", "question": "How many winners had a debut album titled \"Mike\"?", "sql": "SELECT \"Winner\" FROM \"1-1646960-3\" WHERE \"Debut Album\" = 'Mike';"} +{"question_id": 1465, "table_id": "1-1646960-3", "question": "What is the winning song for the artist with a debut album \"The Winner\"?", "sql": "SELECT \"Winning Song\" FROM \"1-1646960-3\" WHERE \"Debut Album\" = 'The Winner';"} +{"question_id": 1466, "table_id": "1-1646960-3", "question": "What is the winning song for the artist with a debut album \"Mike\"?", "sql": "SELECT \"Winning Song\" FROM \"1-1646960-3\" WHERE \"Debut Album\" = 'Mike';"} +{"question_id": 1467, "table_id": "1-1646960-3", "question": "How many debut albums did Mike Mohede have?", "sql": "SELECT COUNT(\"Debut Album\") FROM \"1-1646960-3\" WHERE \"Winner\" = 'Mike Mohede';"} +{"question_id": 1468, "table_id": "1-16457934-5", "question": "If oblast\\age is Komis in Nenetskiy AO, what is the total number of 65 to 69?", "sql": "SELECT COUNT(\"65 to 69\") FROM \"1-16457934-5\" WHERE \"Oblast\\Age\" = 'Komis in Nenetskiy AO';"} +{"question_id": 1469, "table_id": "1-16457934-5", "question": "If 65 to 69 is 2417, what is the minimum of 25 to 29?", "sql": "SELECT MIN(\"25 to 29\") FROM \"1-16457934-5\" WHERE \"65 to 69\" = 2417.0;"} +{"question_id": 1470, "table_id": "1-16457934-5", "question": "What is the minimum of 25 to 29?", "sql": "SELECT MIN(\"25 to 29\") FROM \"1-16457934-5\";"} +{"question_id": 1471, "table_id": "1-16457934-5", "question": "What is the minimum if 40 to 44?", "sql": "SELECT MIN(\"40 to 44\") FROM \"1-16457934-5\";"} +{"question_id": 1472, "table_id": "1-16457934-5", "question": "If 70+ is 4562, what is 18 to 19?", "sql": "SELECT \"18 to 19\" FROM \"1-16457934-5\" WHERE \"70+\" = 4562.0;"} +{"question_id": 1473, "table_id": "1-16457934-5", "question": "If 50 to 54 is 2119, what is the total number of c/w 15+?", "sql": "SELECT COUNT(\"C/W 15+\") FROM \"1-16457934-5\" WHERE \"50 to 54\" = 2119.0;"} +{"question_id": 1474, "table_id": "1-16527640-2", "question": "What vfl club(s) did players who played 23 cfl games play for?", "sql": "SELECT \"VFL Club(s)\" FROM \"1-16527640-2\" WHERE \"VFL Games\" = 23.0;"} +{"question_id": 1475, "table_id": "1-16527640-2", "question": "What locations did Sid O'Neill play football?", "sql": "SELECT \"Location\" FROM \"1-16527640-2\" WHERE \"Player\" = 'Sid O''Neill';"} +{"question_id": 1476, "table_id": "1-16527640-2", "question": "What vfl club(s) for players ranked Sergeant, 8th Brigade Australian Field Artillery at time of death?", "sql": "SELECT \"VFL Club(s)\" FROM \"1-16527640-2\" WHERE \"Rank held at time of death\" = 'Sergeant, 8th Brigade Australian Field Artillery';"} +{"question_id": 1477, "table_id": "1-16527640-2", "question": "How many players named Paddy Rowan?", "sql": "SELECT COUNT(\"Rank held at time of death\") FROM \"1-16527640-2\" WHERE \"Player\" = 'Paddy Rowan';"} +{"question_id": 1478, "table_id": "1-16570286-2", "question": "How many numbers were recorde under 50s when there was 2 matches?", "sql": "SELECT COUNT(\"50s\") FROM \"1-16570286-2\" WHERE \"Matches\" = 2.0;"} +{"question_id": 1479, "table_id": "1-16570286-2", "question": "What was the score when Donald Bradman in 9 innings?", "sql": "SELECT \"Highest Score\" FROM \"1-16570286-2\" WHERE \"Innings\" = 9.0 AND \"Player\" = 'Donald Bradman';"} +{"question_id": 1480, "table_id": "1-16570286-2", "question": "What is the highest number of matches?", "sql": "SELECT MAX(\"Matches\") FROM \"1-16570286-2\";"} +{"question_id": 1481, "table_id": "1-16570286-2", "question": "How many numbers were recorded under matches with Arthur Morris?", "sql": "SELECT COUNT(\"Matches\") FROM \"1-16570286-2\" WHERE \"Player\" = 'Arthur Morris';"} +{"question_id": 1482, "table_id": "1-16570286-2", "question": "How many teams were there with a high score of 143?", "sql": "SELECT COUNT(\"Team\") FROM \"1-16570286-2\" WHERE \"Highest Score\" = '143';"} +{"question_id": 1483, "table_id": "1-165732-2", "question": "How many titles does Episode 2 have", "sql": "SELECT COUNT(\"Title\") FROM \"1-165732-2\" WHERE \"Episode #\" = 2.0;"} +{"question_id": 1484, "table_id": "1-165732-2", "question": "What is the title of Episode #2", "sql": "SELECT \"Title\" FROM \"1-165732-2\" WHERE \"Episode #\" = 2.0;"} +{"question_id": 1485, "table_id": "1-165732-2", "question": "How many directors did Episode #3 have", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-165732-2\" WHERE \"Episode #\" = 3.0;"} +{"question_id": 1486, "table_id": "1-16575609-5", "question": "What position is the player drafted with pick 34?", "sql": "SELECT \"Position\" FROM \"1-16575609-5\" WHERE \"Pick #\" = 34.0;"} +{"question_id": 1487, "table_id": "1-16575609-5", "question": "How many colleges did the player drafted at 36 attend?", "sql": "SELECT COUNT(\"College\") FROM \"1-16575609-5\" WHERE \"Pick #\" = 36.0;"} +{"question_id": 1488, "table_id": "1-16575609-5", "question": "How many colleges did Jon Gott attend?", "sql": "SELECT COUNT(\"College\") FROM \"1-16575609-5\" WHERE \"Player\" = 'Jon Gott';"} +{"question_id": 1489, "table_id": "1-16575609-5", "question": "Where did Dante Luciani attend college?", "sql": "SELECT \"College\" FROM \"1-16575609-5\" WHERE \"Player\" = 'Dante Luciani';"} +{"question_id": 1490, "table_id": "1-16575609-5", "question": "What teak was Brady Browne drafted onto?", "sql": "SELECT \"CFL Team\" FROM \"1-16575609-5\" WHERE \"Player\" = 'Brady Browne';"} +{"question_id": 1491, "table_id": "1-16581695-2", "question": "Who was the writer of the episode number in series 4?", "sql": "SELECT \"Written by\" FROM \"1-16581695-2\" WHERE \"No. in series\" = '4';"} +{"question_id": 1492, "table_id": "1-16581695-2", "question": "What is the number in series for the episode titled \"Kevin's Big Score\"?", "sql": "SELECT \"No. in series\" FROM \"1-16581695-2\" WHERE \"Title\" = '\"Kevin''s Big Score\"';"} +{"question_id": 1493, "table_id": "1-16581695-2", "question": "Who was the writer of the episode titled \"Pier Pressure\"?", "sql": "SELECT \"Written by\" FROM \"1-16581695-2\" WHERE \"Title\" = '\"Pier Pressure\"';"} +{"question_id": 1494, "table_id": "1-16581695-2", "question": "What is the original air date for the episode written by Bob Goodman?", "sql": "SELECT \"Original airdate\" FROM \"1-16581695-2\" WHERE \"Written by\" = 'Bob Goodman';"} +{"question_id": 1495, "table_id": "1-16617011-1", "question": "Name the number air date for 14.20 us viewers", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-16617011-1\" WHERE \"U.S. viewers (millions)\" = '14.20';"} +{"question_id": 1496, "table_id": "1-16617011-1", "question": "Name the directed by for 15.15 viewers", "sql": "SELECT \"Directed by\" FROM \"1-16617011-1\" WHERE \"U.S. viewers (millions)\" = '15.15';"} +{"question_id": 1497, "table_id": "1-16661199-2", "question": "Name the number of giants points for opponents being 31", "sql": "SELECT COUNT(\"Giants points\") FROM \"1-16661199-2\" WHERE \"Opponents\" = 31.0;"} +{"question_id": 1498, "table_id": "1-16661199-2", "question": "Name the most attendance for giants points of 10", "sql": "SELECT MAX(\"Attendance\") FROM \"1-16661199-2\" WHERE \"Giants points\" = 10.0;"} +{"question_id": 1499, "table_id": "1-16689920-1", "question": "What is the distance for jockey Kent Desormeaux on 6/7/08?", "sql": "SELECT \"Distance\" FROM \"1-16689920-1\" WHERE \"Jockey\" = 'Kent Desormeaux' AND \"Date\" = '6/7/08';"} +{"question_id": 1500, "table_id": "1-16689920-1", "question": "At 1:48.16 what was the number of track time?", "sql": "SELECT COUNT(\"Track\") FROM \"1-16689920-1\" WHERE \"Time\" = '1:48.16';"} +{"question_id": 1501, "table_id": "1-16689920-1", "question": "With a date of 8/3/08, what was the length of the victory margin?", "sql": "SELECT COUNT(\"Victory Margin (in lengths)\") FROM \"1-16689920-1\" WHERE \"Date\" = '8/3/08';"} +{"question_id": 1502, "table_id": "1-16678052-2", "question": "On what date did the opponents Win with 17 points? ", "sql": "SELECT \"Date\" FROM \"1-16678052-2\" WHERE \"Opponents\" = 17.0 AND \"Result\" = 'Win';"} +{"question_id": 1503, "table_id": "1-16678052-2", "question": "What record was reached when the Eagles played the Phoenix Cardinals? ", "sql": "SELECT \"Record\" FROM \"1-16678052-2\" WHERE \"Opponent\" = 'Phoenix Cardinals';"} +{"question_id": 1504, "table_id": "1-16710742-3", "question": "How many times in 1984 did the Falcons play the Los Angeles Rams?", "sql": "SELECT COUNT(\"Opponents\") FROM \"1-16710742-3\" WHERE \"Opponent\" = 'Los Angeles Rams';"} +{"question_id": 1505, "table_id": "1-16710742-3", "question": "In 1984, Did the Falcons have a win or loss against the New Orleans Saints?", "sql": "SELECT \"Result\" FROM \"1-16710742-3\" WHERE \"Opponent\" = 'New Orleans Saints';"} +{"question_id": 1506, "table_id": "1-16710742-3", "question": "Did the Falcons have a win or loss in the game when their record was 3-7?", "sql": "SELECT \"Result\" FROM \"1-16710742-3\" WHERE \"Record\" = '3-7';"} +{"question_id": 1507, "table_id": "1-16729076-1", "question": "what is the attendance where the game site is Kingdome?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-16729076-1\" WHERE \"Game site\" = 'Kingdome';"} +{"question_id": 1508, "table_id": "1-16729076-1", "question": "what date is the opponent is Chicago Bears?", "sql": "SELECT \"Date\" FROM \"1-16729076-1\" WHERE \"Opponent\" = 'Chicago Bears';"} +{"question_id": 1509, "table_id": "1-16729063-1", "question": "What team has draft picks from Mississippi?", "sql": "SELECT \"NFL Team\" FROM \"1-16729063-1\" WHERE \"College\" = 'Mississippi';"} +{"question_id": 1510, "table_id": "1-16729063-1", "question": "How many positions drafted players from Washington?", "sql": "SELECT COUNT(\"Position\") FROM \"1-16729063-1\" WHERE \"College\" = 'Washington';"} +{"question_id": 1511, "table_id": "1-16729063-1", "question": "How many draft picks are there at the Defensive End position?", "sql": "SELECT COUNT(\"Pick #\") FROM \"1-16729063-1\" WHERE \"Position\" = 'Defensive End';"} +{"question_id": 1512, "table_id": "1-16729063-1", "question": "How many draft picks are there at the Linebacker position?", "sql": "SELECT COUNT(\"Pick #\") FROM \"1-16729063-1\" WHERE \"Position\" = 'Linebacker';"} +{"question_id": 1513, "table_id": "1-16729063-1", "question": "What draft pick was Chris Brewer?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-16729063-1\" WHERE \"Player\" = 'Chris Brewer';"} +{"question_id": 1514, "table_id": "1-1672976-2", "question": "How many losses did the Michigan State Spartans have?", "sql": "SELECT MAX(\"Loss\") FROM \"1-1672976-2\" WHERE \"Institution\" = 'Michigan State Spartans';"} +{"question_id": 1515, "table_id": "1-1672976-2", "question": "How many numbers were recorded under home losses when away losses were 6?", "sql": "SELECT COUNT(\"Home Losses\") FROM \"1-1672976-2\" WHERE \"Away Losses\" = 6.0;"} +{"question_id": 1516, "table_id": "1-1672976-2", "question": "How many wins did the Northwestern Wildcats?", "sql": "SELECT MAX(\"Wins\") FROM \"1-1672976-2\" WHERE \"Institution\" = 'Northwestern Wildcats';"} +{"question_id": 1517, "table_id": "1-1672976-2", "question": "What institution had 6 wins and a current streak of Won 2?", "sql": "SELECT \"Institution\" FROM \"1-1672976-2\" WHERE \"Wins\" = 6.0 AND \"Current Streak\" = 'Won 2';"} +{"question_id": 1518, "table_id": "1-16741821-9", "question": "Who are all the opponents of Slovakia?", "sql": "SELECT \"Opponents\" FROM \"1-16741821-9\" WHERE \"Against\" = 'Slovakia';"} +{"question_id": 1519, "table_id": "1-16741821-9", "question": "What is the name of the round against the opponents Jesse Huta Galung Peter Wessels?", "sql": "SELECT \"Round\" FROM \"1-16741821-9\" WHERE \"Opponents\" = 'Jesse Huta Galung Peter Wessels';"} +{"question_id": 1520, "table_id": "1-16731248-1", "question": "Are there SPI on the number 7 cylinder?", "sql": "SELECT \"SPI\" FROM \"1-16731248-1\" WHERE \"Number on cyl.\" = '7';"} +{"question_id": 1521, "table_id": "1-16731248-1", "question": "What is the minimum number of bypass ports listed?", "sql": "SELECT MIN(\"Bypass Ports\") FROM \"1-16731248-1\";"} +{"question_id": 1522, "table_id": "1-16731248-1", "question": "Is there a tapered grind on the SureStart engine?", "sql": "SELECT \"Tapered Grind\" FROM \"1-16731248-1\" WHERE \"Engine\" = 'SureStart';"} +{"question_id": 1523, "table_id": "1-16731248-1", "question": "How many bypass boosters are there on the engine with Slit exhaust ports and SPI is Yes?", "sql": "SELECT \"Bypass Boosters\" FROM \"1-16731248-1\" WHERE \"SPI\" = 'Yes' AND \"Exhaust Ports\" = 'Slit';"} +{"question_id": 1524, "table_id": "1-16751596-16", "question": "What is the date administered where Saxby Chambliss is 54% and Jim Martin is 36%?", "sql": "SELECT \"Dates administered\" FROM \"1-16751596-16\" WHERE \"Republican: Saxby Chambliss\" = '54%' AND \"Democrat: Jim Martin\" = '36%';"} +{"question_id": 1525, "table_id": "1-16751596-16", "question": "How many times did Saxby Chambliss have a lead margin of 21?", "sql": "SELECT COUNT(\"Republican: Saxby Chambliss\") FROM \"1-16751596-16\" WHERE \"Lead Margin\" = 21.0;"} +{"question_id": 1526, "table_id": "1-16770037-4", "question": "Name the least tries for when w is 4", "sql": "SELECT MIN(\"Tries for\") FROM \"1-16770037-4\" WHERE \"W\" = 4.0;"} +{"question_id": 1527, "table_id": "1-1676073-13", "question": "What is the total points when the point difference is +119?", "sql": "SELECT \"Points\" FROM \"1-1676073-13\" WHERE \"Points difference\" = '+119';"} +{"question_id": 1528, "table_id": "1-1676073-13", "question": "What is the points for when the total points is 6?", "sql": "SELECT \"Points for\" FROM \"1-1676073-13\" WHERE \"Points\" = '6';"} +{"question_id": 1529, "table_id": "1-1676073-13", "question": "What club has 693 points for?", "sql": "SELECT \"Club\" FROM \"1-1676073-13\" WHERE \"Points for\" = '693';"} +{"question_id": 1530, "table_id": "1-1676073-13", "question": "How many wins does the club with 565 points for have?", "sql": "SELECT \"Won\" FROM \"1-1676073-13\" WHERE \"Points for\" = '565';"} +{"question_id": 1531, "table_id": "1-1676073-13", "question": "How many losses does Cross Keys RFC have?", "sql": "SELECT COUNT(\"Lost\") FROM \"1-1676073-13\" WHERE \"Club\" = 'Cross Keys RFC';"} +{"question_id": 1532, "table_id": "1-1676073-13", "question": "How many losses does the club with 539 points for have?", "sql": "SELECT \"Lost\" FROM \"1-1676073-13\" WHERE \"Points for\" = '539';"} +{"question_id": 1533, "table_id": "1-16796625-1", "question": "How many hectars of land is in Kaxholmen?", "sql": "SELECT \"Land area (hectares)\" FROM \"1-16796625-1\" WHERE \"Urban area (locality)\" = 'Kaxholmen';"} +{"question_id": 1534, "table_id": "1-16796625-1", "question": "How many codes have a population of 598 in Vellinge Municipality?", "sql": "SELECT COUNT(\"Code\") FROM \"1-16796625-1\" WHERE \"Municipality\" = 'Vellinge Municipality' AND \"Population\" = 598.0;"} +{"question_id": 1535, "table_id": "1-16796625-1", "question": "Which urban area has the code 4870?", "sql": "SELECT \"Urban area (locality)\" FROM \"1-16796625-1\" WHERE \"Code\" = 4870.0;"} +{"question_id": 1536, "table_id": "1-16796625-1", "question": "How many people live in an area of 30.94 hectares?", "sql": "SELECT COUNT(\"Population\") FROM \"1-16796625-1\" WHERE \"Land area (hectares)\" = '30.94';"} +{"question_id": 1537, "table_id": "1-16796625-1", "question": "How many hectares of land area is Landsbro?", "sql": "SELECT \"Land area (hectares)\" FROM \"1-16796625-1\" WHERE \"Urban area (locality)\" = 'Landsbro';"} +{"question_id": 1538, "table_id": "1-16779068-5", "question": "Name the total with one hand clean and jerk is 87.5 and snatch is 87.5", "sql": "SELECT \"Total\" FROM \"1-16779068-5\" WHERE \"one hand clean & jerk\" = '87.5' AND \"Snatch\" = '87.5';"} +{"question_id": 1539, "table_id": "1-16779068-5", "question": "Name the snatch when body weight is 73.7", "sql": "SELECT \"Snatch\" FROM \"1-16779068-5\" WHERE \"Body weight\" = '73.7';"} +{"question_id": 1540, "table_id": "1-16779068-5", "question": "Name the 3 where weightlifter is M. Van der Goten ( BEL )", "sql": "SELECT \"3.\" FROM \"1-16779068-5\" WHERE \"Weightlifter\" = 'M. Van der Goten ( BEL )';"} +{"question_id": 1541, "table_id": "1-1682026-2", "question": "What are Wells Fargo's assets?", "sql": "SELECT \"Assets (billion $)\" FROM \"1-1682026-2\" WHERE \"Company\" = 'Wells Fargo';"} +{"question_id": 1542, "table_id": "1-1682026-2", "question": "Which company had profits of 26.9?", "sql": "SELECT \"Company\" FROM \"1-1682026-2\" WHERE \"Profits (billion $)\" = '26.9';"} +{"question_id": 1543, "table_id": "1-1682026-2", "question": "Which company has a market value of 147.4?", "sql": "SELECT \"Company\" FROM \"1-1682026-2\" WHERE \"Market Value (billion $)\" = '147.4';"} +{"question_id": 1544, "table_id": "1-1682026-2", "question": "Which company has profits of 26.9?", "sql": "SELECT \"Company\" FROM \"1-1682026-2\" WHERE \"Profits (billion $)\" = '26.9';"} +{"question_id": 1545, "table_id": "1-1682026-2", "question": "When the assets are 2,550, what is the Market Value?", "sql": "SELECT \"Market Value (billion $)\" FROM \"1-1682026-2\" WHERE \"Assets (billion $)\" = '2,550';"} +{"question_id": 1546, "table_id": "1-1682026-2", "question": "What are the assets for company who's headquarters are located in Brazil?", "sql": "SELECT \"Assets (billion $)\" FROM \"1-1682026-2\" WHERE \"Headquarters\" = 'Brazil';"} +{"question_id": 1547, "table_id": "1-1686313-1", "question": "Name the population density when barangay is Tiptip", "sql": "SELECT \"Pop. density (per km²)\" FROM \"1-1686313-1\" WHERE \"Barangay\" = 'Tiptip';"} +{"question_id": 1548, "table_id": "1-1686313-1", "question": "Name the least population 2007 for barangay is Poblacion II", "sql": "SELECT MIN(\"Population (2007)\") FROM \"1-1686313-1\" WHERE \"Barangay\" = 'Poblacion II';"} +{"question_id": 1549, "table_id": "1-16864968-9", "question": "Name the score for Philadelphia Flyers ", "sql": "SELECT \"Score\" FROM \"1-16864968-9\" WHERE \"Opponent\" = 'Philadelphia Flyers';"} +{"question_id": 1550, "table_id": "1-16864968-9", "question": "Nam the opponent for Prudential Center", "sql": "SELECT \"Opponent\" FROM \"1-16864968-9\" WHERE \"Location\" = 'Prudential Center';"} +{"question_id": 1551, "table_id": "1-16864968-9", "question": "Name the location for 15046 attendance", "sql": "SELECT \"Location\" FROM \"1-16864968-9\" WHERE \"Attendance\" = 15046.0;"} +{"question_id": 1552, "table_id": "1-16864968-8", "question": "How many people attended the Edmonton Oilers game?", "sql": "SELECT \"Attendance\" FROM \"1-16864968-8\" WHERE \"Opponent\" = 'Edmonton Oilers';"} +{"question_id": 1553, "table_id": "1-16864968-8", "question": "How many points were made in game 70?", "sql": "SELECT COUNT(\"Points\") FROM \"1-16864968-8\" WHERE \"Game\" = 70.0;"} +{"question_id": 1554, "table_id": "1-16864968-8", "question": "Who was the opponent in the game where 19041 people attended?", "sql": "SELECT \"Opponent\" FROM \"1-16864968-8\" WHERE \"Attendance\" = 19041.0;"} +{"question_id": 1555, "table_id": "1-16864968-8", "question": "How many records were made on March 27, 2009?", "sql": "SELECT COUNT(\"Record\") FROM \"1-16864968-8\" WHERE \"Date\" = 'March 27, 2009';"} +{"question_id": 1556, "table_id": "1-16864968-8", "question": "What was the score on March 21, 2009?", "sql": "SELECT \"Score\" FROM \"1-16864968-8\" WHERE \"Date\" = 'March 21, 2009';"} +{"question_id": 1557, "table_id": "1-16893837-4", "question": "Name the date for Margalita Chakhnashvili Salome Devidze", "sql": "SELECT \"Date\" FROM \"1-16893837-4\" WHERE \"Opponents\" = 'Margalita Chakhnashvili Salome Devidze';"} +{"question_id": 1558, "table_id": "1-16940409-1", "question": "Name the most points for Independiente", "sql": "SELECT MAX(\"Points\") FROM \"1-16940409-1\" WHERE \"Team\" = 'Independiente';"} +{"question_id": 1559, "table_id": "1-16940409-1", "question": "Name the average is 1991-92 is 39", "sql": "SELECT \"Average\" FROM \"1-16940409-1\" WHERE \"1991-92\" = '39';"} +{"question_id": 1560, "table_id": "1-16951593-1", "question": "Name the original air date of 1/2 in season", "sql": "SELECT \"Original air date\" FROM \"1-16951593-1\" WHERE \"No. in season\" = '1/2';"} +{"question_id": 1561, "table_id": "1-16951593-1", "question": "Name the original air date for number in season being 13", "sql": "SELECT \"Original air date\" FROM \"1-16951593-1\" WHERE \"No. in season\" = '13';"} +{"question_id": 1562, "table_id": "1-16951593-1", "question": "Namee the title for production code for 4014", "sql": "SELECT \"Title\" FROM \"1-16951593-1\" WHERE \"Production code\" = '4014';"} +{"question_id": 1563, "table_id": "1-16951593-1", "question": "Name the title for number in season 9", "sql": "SELECT \"Title\" FROM \"1-16951593-1\" WHERE \"No. in season\" = '9';"} +{"question_id": 1564, "table_id": "1-16951593-1", "question": "Name who wrote the episode that had 7.56 million viewers", "sql": "SELECT \"Written by\" FROM \"1-16951593-1\" WHERE \"U.S. viewers (millions)\" = '7.56';"} +{"question_id": 1565, "table_id": "1-1697190-1", "question": "Name the wins for best finish being 2nd", "sql": "SELECT \"Wins\" FROM \"1-1697190-1\" WHERE \"Best finish\" = '2nd';"} +{"question_id": 1566, "table_id": "1-1697190-1", "question": "Name the most earnings for money list rank being 143", "sql": "SELECT MAX(\"Earnings ( $ )\") FROM \"1-1697190-1\" WHERE \"Money list rank\" = 143.0;"} +{"question_id": 1567, "table_id": "1-1697190-1", "question": "Nme the most cuts made for wins being 0", "sql": "SELECT MAX(\"Cuts made\") FROM \"1-1697190-1\" WHERE \"Wins\" = 0.0;"} +{"question_id": 1568, "table_id": "1-1697190-1", "question": "Name the wins for tournaments played being 14", "sql": "SELECT \"Wins\" FROM \"1-1697190-1\" WHERE \"Tournaments played\" = 14.0;"} +{"question_id": 1569, "table_id": "1-17001658-6", "question": "Against which team was game 21?", "sql": "SELECT \"Team\" FROM \"1-17001658-6\" WHERE \"Game\" = 21.0;"} +{"question_id": 1570, "table_id": "1-17030926-3", "question": "Which season had the \"Grumpy Old Bees\" episodes?", "sql": "SELECT COUNT(\"Season #\") FROM \"1-17030926-3\" WHERE \"Title\" = '\"Grumpy Old Bees\"';"} +{"question_id": 1571, "table_id": "1-17030926-3", "question": "How many episodes were named \"Dogcatcher in the Rye\"?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-17030926-3\" WHERE \"Title\" = '\"Dogcatcher in the Rye\"';"} +{"question_id": 1572, "table_id": "1-17039232-3", "question": "Name the replaced by where date of vacancy is 31 December 2008 where position in table is 1st", "sql": "SELECT \"Replaced by\" FROM \"1-17039232-3\" WHERE \"Date of vacancy\" = '31 December 2008' AND \"Position in table\" = '1st';"} +{"question_id": 1573, "table_id": "1-17039232-3", "question": "Name the replaced by for position in table is 1st", "sql": "SELECT \"Replaced by\" FROM \"1-17039232-3\" WHERE \"Position in table\" = '1st';"} +{"question_id": 1574, "table_id": "1-17039232-3", "question": "Name the position in table for 1 July 2008 when manner of departure is Resigned", "sql": "SELECT \"Position in table\" FROM \"1-17039232-3\" WHERE \"Date of appointment\" = '1 July 2008' AND \"Manner of departure\" = 'Resigned';"} +{"question_id": 1575, "table_id": "1-17039232-3", "question": "Name the replaced by when outgoing manager is Kent Nielsen", "sql": "SELECT \"Replaced by\" FROM \"1-17039232-3\" WHERE \"Outgoing manager\" = 'Kent Nielsen';"} +{"question_id": 1576, "table_id": "1-17039232-3", "question": "Name the outgoing manager for position in table being 11th", "sql": "SELECT \"Outgoing manager\" FROM \"1-17039232-3\" WHERE \"Position in table\" = '11th';"} +{"question_id": 1577, "table_id": "1-1705429-1", "question": "Name the most number of Leitrim", "sql": "SELECT MAX(\"No\") FROM \"1-1705429-1\" WHERE \"Constituency\" = 'Leitrim';"} +{"question_id": 1578, "table_id": "1-1705429-1", "question": "Name the least yes for Dublin South", "sql": "SELECT MIN(\"Yes\") FROM \"1-1705429-1\" WHERE \"Constituency\" = 'Dublin South';"} +{"question_id": 1579, "table_id": "1-1705429-1", "question": "Name the least votes for percent yes for 57.2", "sql": "SELECT MIN(\"Votes\") FROM \"1-1705429-1\" WHERE \"Percent Yes\" = '57.2';"} +{"question_id": 1580, "table_id": "1-17058151-5", "question": "In how many game was the attendance at Staples Center 18,997? ", "sql": "SELECT COUNT(\"Game\") FROM \"1-17058151-5\" WHERE \"Location Attendance\" = 'Staples Center 18,997';"} +{"question_id": 1581, "table_id": "1-17060277-6", "question": "How many different games had David Lee (13) with High rebounds?", "sql": "SELECT COUNT(\"Score\") FROM \"1-17060277-6\" WHERE \"High rebounds\" = 'David Lee (13)';"} +{"question_id": 1582, "table_id": "1-17060277-6", "question": "Which date did Chris Duhon (13) receive high assists?", "sql": "SELECT \"Date\" FROM \"1-17060277-6\" WHERE \"High assists\" = 'Chris Duhon (13)';"} +{"question_id": 1583, "table_id": "1-17060277-7", "question": "Name the high rebounds for Memphis", "sql": "SELECT \"High rebounds\" FROM \"1-17060277-7\" WHERE \"Team\" = 'Memphis';"} +{"question_id": 1584, "table_id": "1-17060277-7", "question": "Name the team for Chris Duhon , Nate Robinson , David Lee (3)", "sql": "SELECT \"Team\" FROM \"1-17060277-7\" WHERE \"High assists\" = 'Chris Duhon , Nate Robinson , David Lee (3)';"} +{"question_id": 1585, "table_id": "1-1708050-3", "question": "Name the most wins where position is 16th", "sql": "SELECT MAX(\"Wins\") FROM \"1-1708050-3\" WHERE \"Position\" = '16th';"} +{"question_id": 1586, "table_id": "1-1708050-3", "question": "Name the total number when avg start is 2000", "sql": "SELECT COUNT(\"Avg. Start\") FROM \"1-1708050-3\" WHERE \"Year\" = 2000.0;"} +{"question_id": 1587, "table_id": "1-1708050-3", "question": "Name the most poles", "sql": "SELECT MIN(\"Poles\") FROM \"1-1708050-3\";"} +{"question_id": 1588, "table_id": "1-17085724-1", "question": "Name the indanapolis concerts for Dr. Alexandre Manette", "sql": "SELECT \"Indianapolis Concerts\" FROM \"1-17085724-1\" WHERE \"Character\" = 'Dr. Alexandre Manette';"} +{"question_id": 1589, "table_id": "1-17085724-1", "question": "Name the brighton cast for Jerry Cruncher", "sql": "SELECT \"Brighton Cast\" FROM \"1-17085724-1\" WHERE \"Character\" = 'Jerry Cruncher';"} +{"question_id": 1590, "table_id": "1-17085724-1", "question": "Name the sarasota Samantha Sharpe", "sql": "SELECT \"Sarasota\" FROM \"1-17085724-1\" WHERE \"Indianapolis Concerts\" = 'Samantha Sharpe';"} +{"question_id": 1591, "table_id": "1-17085724-1", "question": "Name the indianapolis concerts for Les Minski", "sql": "SELECT \"Indianapolis Concerts\" FROM \"1-17085724-1\" WHERE \"Sarasota\" = 'Les Minski';"} +{"question_id": 1592, "table_id": "1-17085724-1", "question": "Name the brighton cast for Andrew Verala", "sql": "SELECT \"Brighton Cast\" FROM \"1-17085724-1\" WHERE \"Indianapolis Concerts\" = 'Andrew Verala';"} +{"question_id": 1593, "table_id": "1-17085724-1", "question": "Name the indianapolis concerts for Paul Baker", "sql": "SELECT \"Indianapolis Concerts\" FROM \"1-17085724-1\" WHERE \"Brighton Cast\" = 'Paul Baker';"} +{"question_id": 1594, "table_id": "1-170961-2", "question": "when the population was 1599, what was the census ranking?", "sql": "SELECT \"Census Ranking\" FROM \"1-170961-2\" WHERE \"Population\" = 1599.0;"} +{"question_id": 1595, "table_id": "1-170961-2", "question": "What is the name of the parish where the area is 508.30?", "sql": "SELECT COUNT(\"Official Name\") FROM \"1-170961-2\" WHERE \"Area km 2\" = '508.30';"} +{"question_id": 1596, "table_id": "1-170961-2", "question": "at area 191.43 what is the total number of census ranking?", "sql": "SELECT COUNT(\"Census Ranking\") FROM \"1-170961-2\" WHERE \"Area km 2\" = '191.43';"} +{"question_id": 1597, "table_id": "1-170961-2", "question": "At census ranking 1,184 of 5,008, what was the minimum population?", "sql": "SELECT MIN(\"Population\") FROM \"1-170961-2\" WHERE \"Census Ranking\" = '1,184 of 5,008';"} +{"question_id": 1598, "table_id": "1-170961-2", "question": "at the area of 113.12, what was the population?", "sql": "SELECT \"Population\" FROM \"1-170961-2\" WHERE \"Area km 2\" = '113.12';"} +{"question_id": 1599, "table_id": "1-170969-2", "question": "What is the status for Saint George? ", "sql": "SELECT \"Status\" FROM \"1-170969-2\" WHERE \"Official Name\" = 'Saint George';"} +{"question_id": 1600, "table_id": "1-170969-2", "question": "What is the area in km2 for Dufferin? ", "sql": "SELECT \"Area km 2\" FROM \"1-170969-2\" WHERE \"Official Name\" = 'Dufferin';"} +{"question_id": 1601, "table_id": "1-170969-2", "question": "How many areas are named West Isles? ", "sql": "SELECT COUNT(\"Area km 2\") FROM \"1-170969-2\" WHERE \"Official Name\" = 'West Isles';"} +{"question_id": 1602, "table_id": "1-170969-2", "question": "How many areas of 375.06 km 2 have a census ranking? ", "sql": "SELECT COUNT(\"Census Ranking\") FROM \"1-170969-2\" WHERE \"Area km 2\" = '375.06';"} +{"question_id": 1603, "table_id": "1-170969-2", "question": "What is the census ranking when the area is 78.67 ?", "sql": "SELECT \"Census Ranking\" FROM \"1-170969-2\" WHERE \"Area km 2\" = '78.67';"} +{"question_id": 1604, "table_id": "1-17102076-9", "question": "Who had high assists on March 15? ", "sql": "SELECT \"High assists\" FROM \"1-17102076-9\" WHERE \"Date\" = 'March 15';"} +{"question_id": 1605, "table_id": "1-17102076-9", "question": "What team played on March 20? ", "sql": "SELECT \"Team\" FROM \"1-17102076-9\" WHERE \"Date\" = 'March 20';"} +{"question_id": 1606, "table_id": "1-17115950-2", "question": "How many times did Viorel Moldovan replaced a manager?", "sql": "SELECT COUNT(\"Date of vacancy\") FROM \"1-17115950-2\" WHERE \"Replaced by\" = 'Viorel Moldovan';"} +{"question_id": 1607, "table_id": "1-17115950-2", "question": "What was the date of vacancy when Viorel Moldovan replaced a manager?", "sql": "SELECT \"Date of vacancy\" FROM \"1-17115950-2\" WHERE \"Replaced by\" = 'Viorel Moldovan';"} +{"question_id": 1608, "table_id": "1-17115950-2", "question": "Who replaced the manager on Team CFR Cluj?", "sql": "SELECT \"Replaced by\" FROM \"1-17115950-2\" WHERE \"Team\" = 'CFR Cluj';"} +{"question_id": 1609, "table_id": "1-17115950-2", "question": "Who was the outgoing manager replaced by Marian Bucurescu?", "sql": "SELECT \"Outgoing manager\" FROM \"1-17115950-2\" WHERE \"Replaced by\" = 'Marian Bucurescu';"} +{"question_id": 1610, "table_id": "1-17115950-2", "question": "What was the manner of departure of Nicolae Manea?", "sql": "SELECT \"Manner of departure\" FROM \"1-17115950-2\" WHERE \"Outgoing manager\" = 'Nicolae Manea';"} +{"question_id": 1611, "table_id": "1-17118657-7", "question": "What was the score on game number 12?", "sql": "SELECT \"Score\" FROM \"1-17118657-7\" WHERE \"Game\" = 12.0;"} +{"question_id": 1612, "table_id": "1-17118657-7", "question": "What was the record when Canty (5) was the high assists?", "sql": "SELECT \"Record\" FROM \"1-17118657-7\" WHERE \"High assists\" = 'Canty (5)';"} +{"question_id": 1613, "table_id": "1-17118657-7", "question": "How many players received high points where location/attendance was UIC Pavilion 6,304 respectively?", "sql": "SELECT COUNT(\"High points\") FROM \"1-17118657-7\" WHERE \"Location/Attendance\" = 'UIC Pavilion 6,304';"} +{"question_id": 1614, "table_id": "1-17118657-7", "question": "On what date did Canty (6) receive high assists?", "sql": "SELECT \"Date\" FROM \"1-17118657-7\" WHERE \"High assists\" = 'Canty (6)';"} +{"question_id": 1615, "table_id": "1-17118657-7", "question": "Which game number had a location/attendance of US Airways Center 7,311 respectively?", "sql": "SELECT MAX(\"Game\") FROM \"1-17118657-7\" WHERE \"Location/Attendance\" = 'US Airways Center 7,311';"} +{"question_id": 1616, "table_id": "1-17118657-7", "question": "On which date was the record 1-4?", "sql": "SELECT \"Date\" FROM \"1-17118657-7\" WHERE \"Record\" = '1-4';"} +{"question_id": 1617, "table_id": "1-171236-2", "question": "What is the population in Westfield?", "sql": "SELECT COUNT(\"Population\") FROM \"1-171236-2\" WHERE \"Official Name\" = 'Westfield';"} +{"question_id": 1618, "table_id": "1-171236-2", "question": "What is the Area KM 2 of the place that has a Census ranking of 1,016 of 5,008?", "sql": "SELECT \"Area km 2\" FROM \"1-171236-2\" WHERE \"Census Ranking\" = '1,016 of 5,008';"} +{"question_id": 1619, "table_id": "1-171236-2", "question": "What is the Area KM 2 of the place that has a Census ranking of 1,608 of 5,008?", "sql": "SELECT \"Area km 2\" FROM \"1-171236-2\" WHERE \"Census Ranking\" = '1,608 of 5,008';"} +{"question_id": 1620, "table_id": "1-171236-2", "question": "What is the Area KM 2 of Rothesay?", "sql": "SELECT COUNT(\"Area km 2\") FROM \"1-171236-2\" WHERE \"Official Name\" = 'Rothesay';"} +{"question_id": 1621, "table_id": "1-171236-2", "question": "What's the official name of the place with an Area KM 2 of 295.07", "sql": "SELECT \"Official Name\" FROM \"1-171236-2\" WHERE \"Area km 2\" = '295.07';"} +{"question_id": 1622, "table_id": "1-171236-2", "question": "What is the population of Cardwell?", "sql": "SELECT MIN(\"Population\") FROM \"1-171236-2\" WHERE \"Official Name\" = 'Cardwell';"} +{"question_id": 1623, "table_id": "1-171361-2", "question": "Name the total number of status for Eldon", "sql": "SELECT COUNT(\"Status\") FROM \"1-171361-2\" WHERE \"Official Name\" = 'Eldon';"} +{"question_id": 1624, "table_id": "1-171361-2", "question": "Name the area km 2 for Balmoral", "sql": "SELECT \"Area km 2\" FROM \"1-171361-2\" WHERE \"Official Name\" = 'Balmoral';"} +{"question_id": 1625, "table_id": "1-17140608-11", "question": "What team(s) did they play on April 23?", "sql": "SELECT \"Team\" FROM \"1-17140608-11\" WHERE \"Date\" = 'April 23';"} +{"question_id": 1626, "table_id": "1-17140608-11", "question": "What score(s) were recorded on April 28?", "sql": "SELECT \"Score\" FROM \"1-17140608-11\" WHERE \"Date\" = 'April 28';"} +{"question_id": 1627, "table_id": "1-1714685-1", "question": "When Galaxy Angel AA is the title what was the series?", "sql": "SELECT \"Series\" FROM \"1-1714685-1\" WHERE \"Title\" = 'Galaxy Angel AA';"} +{"question_id": 1628, "table_id": "1-1714685-1", "question": "When 7 April 2001 to 29 September 2001 was aired in japan 2 how many titles were there?", "sql": "SELECT COUNT(\"Title\") FROM \"1-1714685-1\" WHERE \"Aired in Japan 3\" = '7 April 2001 to 29 September 2001';"} +{"question_id": 1629, "table_id": "1-1714685-1", "question": "When Galaxy Angel AA was the title was the us release date?", "sql": "SELECT \"US Release Date\" FROM \"1-1714685-1\" WHERE \"Title\" = 'Galaxy Angel AA';"} +{"question_id": 1630, "table_id": "1-171666-1", "question": "What comparable country has a national share of 1.08?", "sql": "SELECT \"Comparable Country\" FROM \"1-171666-1\" WHERE \"National Share (%)\" = '1.08';"} +{"question_id": 1631, "table_id": "1-171666-1", "question": "What is the national share of the country whose area is 148064 km^2?", "sql": "SELECT \"National Share (%)\" FROM \"1-171666-1\" WHERE \"Area (km²)\" = 148064.0;"} +{"question_id": 1632, "table_id": "1-171666-1", "question": "What is the administrative division that has an area of 30 km^2?", "sql": "SELECT \"Administrative Division\" FROM \"1-171666-1\" WHERE \"Area (km²)\" = 30.0;"} +{"question_id": 1633, "table_id": "1-171666-1", "question": "What is the national share of Guizhou's administrative division?", "sql": "SELECT \"National Share (%)\" FROM \"1-171666-1\" WHERE \"Administrative Division\" = 'Guizhou';"} +{"question_id": 1634, "table_id": "1-171666-1", "question": "What is the rank of the division with an area of 456800 sq mi?", "sql": "SELECT \"Rank\" FROM \"1-171666-1\" WHERE \"Area (sq mi)\" = 456800.0;"} +{"question_id": 1635, "table_id": "1-171748-3", "question": "What's the change over previous year as a whole in the period in which the change over same quarter the previous year was Up 2.8%?", "sql": "SELECT \"Change over previous year as a whole\" FROM \"1-171748-3\" WHERE \"Change over same quarter the previous year\" = 'Up 2.8%';"} +{"question_id": 1636, "table_id": "1-171748-3", "question": "When was the percentage of trains arriving within 5 minutes of scheduled time 89.6%?", "sql": "SELECT \"Period\" FROM \"1-171748-3\" WHERE \"% trains arriving within 5 mins of scheduled time Moving Annual Average (MAA)\" = '89.6%';"} +{"question_id": 1637, "table_id": "1-171748-3", "question": "What's the change over same quarter the previous year in the period when the 89.6% of the trains arrive within 5 minutes of scheduled time (over three months)?", "sql": "SELECT \"Change over same quarter the previous year\" FROM \"1-171748-3\" WHERE \"% trains arriving within 5 mins of scheduled time (over three months)\" = '89.6%';"} +{"question_id": 1638, "table_id": "1-17251764-1", "question": "how many shire in the land of area in km 2 is 27.17", "sql": "SELECT COUNT(\"Shire\") FROM \"1-17251764-1\" WHERE \"Area in km 2\" = '27.17';"} +{"question_id": 1639, "table_id": "1-1725413-5", "question": "How many open era titles does the team with their first title in 1925 have?", "sql": "SELECT \"Open Era\" FROM \"1-1725413-5\" WHERE \"First title\" = 1925.0;"} +{"question_id": 1640, "table_id": "1-17275810-7", "question": "Name the replacced by with Ascoli", "sql": "SELECT \"Replaced by\" FROM \"1-17275810-7\" WHERE \"Team\" = 'Ascoli';"} +{"question_id": 1641, "table_id": "1-17275810-7", "question": "Name the team for Mario Somma", "sql": "SELECT \"Team\" FROM \"1-17275810-7\" WHERE \"Replaced by\" = 'Mario Somma';"} +{"question_id": 1642, "table_id": "1-17275810-7", "question": "Name the date of appointment for Ascoli", "sql": "SELECT \"Date of appointment\" FROM \"1-17275810-7\" WHERE \"Team\" = 'Ascoli';"} +{"question_id": 1643, "table_id": "1-17275810-7", "question": "Name the manner of departure for Elvio Selighini", "sql": "SELECT \"Manner of departure\" FROM \"1-17275810-7\" WHERE \"Replaced by\" = 'Elvio Selighini';"} +{"question_id": 1644, "table_id": "1-17275810-7", "question": "Name the date of vacancy for Fabio Brini", "sql": "SELECT \"Date of vacancy\" FROM \"1-17275810-7\" WHERE \"Replaced by\" = 'Fabio Brini';"} +{"question_id": 1645, "table_id": "1-17275810-7", "question": "Name the outgoing manager for Mantova", "sql": "SELECT \"Outgoing manager\" FROM \"1-17275810-7\" WHERE \"Team\" = 'Mantova';"} +{"question_id": 1646, "table_id": "1-17288825-5", "question": "What is the San Antonio's team score?", "sql": "SELECT \"Score\" FROM \"1-17288825-5\" WHERE \"Team\" = 'San Antonio';"} +{"question_id": 1647, "table_id": "1-17288845-9", "question": "Name the score for game 66", "sql": "SELECT \"Score\" FROM \"1-17288845-9\" WHERE \"Game\" = 66.0;"} +{"question_id": 1648, "table_id": "1-17288845-9", "question": "Name the record for score of L 77–80 (OT)", "sql": "SELECT \"Record\" FROM \"1-17288845-9\" WHERE \"Score\" = 'L 77–80 (OT)';"} +{"question_id": 1649, "table_id": "1-17288845-9", "question": "Name the high assists for Houston", "sql": "SELECT \"High assists\" FROM \"1-17288845-9\" WHERE \"Team\" = 'Houston';"} +{"question_id": 1650, "table_id": "1-17288845-9", "question": "Name the score for game 63", "sql": "SELECT \"Score\" FROM \"1-17288845-9\" WHERE \"Game\" = 63.0;"} +{"question_id": 1651, "table_id": "1-17289224-1", "question": "How many poles did David Price Racing win?", "sql": "SELECT MAX(\"Poles\") FROM \"1-17289224-1\" WHERE \"Team Name\" = 'David Price Racing';"} +{"question_id": 1652, "table_id": "1-17289224-1", "question": "Who started in 2008 with 0 points?", "sql": "SELECT \"Team Name\" FROM \"1-17289224-1\" WHERE \"Season\" = '2008' AND \"Points\" = 0.0;"} +{"question_id": 1653, "table_id": "1-17289224-1", "question": "Which team started 2010?", "sql": "SELECT \"Team Name\" FROM \"1-17289224-1\" WHERE \"Season\" = '2010';"} +{"question_id": 1654, "table_id": "1-17289224-1", "question": "What was the max points you when when you place 9th?", "sql": "SELECT MAX(\"Points\") FROM \"1-17289224-1\" WHERE \"Final Placing\" = '9th';"} +{"question_id": 1655, "table_id": "1-17289224-1", "question": "When the wins is 3, what is the maximum races?", "sql": "SELECT MAX(\"Races\") FROM \"1-17289224-1\" WHERE \"Wins\" = 3.0;"} +{"question_id": 1656, "table_id": "1-17308269-2", "question": "Name the number of former wnba team for 2", "sql": "SELECT COUNT(\"Former WNBA Team\") FROM \"1-17308269-2\" WHERE \"Pick\" = 2.0;"} +{"question_id": 1657, "table_id": "1-17308269-2", "question": "Name the player for Mercer", "sql": "SELECT \"Player\" FROM \"1-17308269-2\" WHERE \"College/Country/Team\" = 'Mercer';"} +{"question_id": 1658, "table_id": "1-17311759-5", "question": "What is the record of wins and losses for Denver's ball club?", "sql": "SELECT \"Record\" FROM \"1-17311759-5\" WHERE \"Team\" = 'Denver';"} +{"question_id": 1659, "table_id": "1-17311759-5", "question": "What was the location and the crowd attendance on December 9?", "sql": "SELECT \"Location Attendance\" FROM \"1-17311759-5\" WHERE \"Date\" = 'December 9';"} +{"question_id": 1660, "table_id": "1-17311759-8", "question": "Who scored the most rebounds in game 64?", "sql": "SELECT \"High rebounds\" FROM \"1-17311759-8\" WHERE \"Game\" = 64.0;"} +{"question_id": 1661, "table_id": "1-17311783-6", "question": "How many numbers were recorded for high points when the team played against Oklahoma City?", "sql": "SELECT COUNT(\"High points\") FROM \"1-17311783-6\" WHERE \"Team\" = 'Oklahoma City';"} +{"question_id": 1662, "table_id": "1-17322817-6", "question": "Name the high assists for Yi Jianlian , Brook Lopez (7)", "sql": "SELECT \"High assists\" FROM \"1-17322817-6\" WHERE \"High rebounds\" = 'Yi Jianlian , Brook Lopez (7)';"} +{"question_id": 1663, "table_id": "1-17322817-6", "question": "Name the location attendance for 20", "sql": "SELECT \"Location Attendance\" FROM \"1-17322817-6\" WHERE \"Game\" = 20.0;"} +{"question_id": 1664, "table_id": "1-17322817-6", "question": "Name the date for L 92–103 (OT)", "sql": "SELECT \"Date\" FROM \"1-17322817-6\" WHERE \"Score\" = 'L 92–103 (OT)';"} +{"question_id": 1665, "table_id": "1-17325580-10", "question": "What was the record when the team played Boston?", "sql": "SELECT \"Record\" FROM \"1-17325580-10\" WHERE \"Team\" = 'Boston';"} +{"question_id": 1666, "table_id": "1-17325580-10", "question": "What number game had a high assist of LeBron James (7) and high point of LeBron James (21)?", "sql": "SELECT MAX(\"Game\") FROM \"1-17325580-10\" WHERE \"High assists\" = 'LeBron James (7)' AND \"High points\" = 'LeBron James (21)';"} +{"question_id": 1667, "table_id": "1-17326036-7", "question": "What is the lowest game number when the team is Houston? ", "sql": "SELECT MIN(\"Game\") FROM \"1-17326036-7\" WHERE \"Team\" = 'Houston';"} +{"question_id": 1668, "table_id": "1-17326036-7", "question": "What was the date when Troy Murphy (15), got high rebounds? ", "sql": "SELECT \"Date\" FROM \"1-17326036-7\" WHERE \"High rebounds\" = 'Troy Murphy (15)';"} +{"question_id": 1669, "table_id": "1-17355628-7", "question": "Who did the High Assists when Kevin Durant (28) took the High Points?", "sql": "SELECT \"High assists\" FROM \"1-17355628-7\" WHERE \"High points\" = 'Kevin Durant (28)';"} +{"question_id": 1670, "table_id": "1-17355628-7", "question": "What is the score when the game took place on January 18?", "sql": "SELECT \"Score\" FROM \"1-17355628-7\" WHERE \"Date\" = 'January 18';"} +{"question_id": 1671, "table_id": "1-17355628-7", "question": "How many games were played by team @ New Jersey?", "sql": "SELECT COUNT(\"Score\") FROM \"1-17355628-7\" WHERE \"Team\" = '@ New Jersey';"} +{"question_id": 1672, "table_id": "1-17355716-10", "question": "how many times were high rebounds Mehmet Okur , Paul Millsap (6)", "sql": "SELECT COUNT(\"Score\") FROM \"1-17355716-10\" WHERE \"High rebounds\" = 'Mehmet Okur , Paul Millsap (6)';"} +{"question_id": 1673, "table_id": "1-17355716-10", "question": "what is the score of the match with high points Carlos Boozer (20)", "sql": "SELECT \"Score\" FROM \"1-17355716-10\" WHERE \"High points\" = 'Carlos Boozer (20)';"} +{"question_id": 1674, "table_id": "1-17355716-10", "question": "what is the high rebounds stat on April 11", "sql": "SELECT \"High rebounds\" FROM \"1-17355716-10\" WHERE \"Date\" = 'April 11';"} +{"question_id": 1675, "table_id": "1-17355716-10", "question": "who made highest rebounds on April 11", "sql": "SELECT \"High rebounds\" FROM \"1-17355716-10\" WHERE \"Date\" = 'April 11';"} +{"question_id": 1676, "table_id": "1-17355743-1", "question": "Who wrote season 10", "sql": "SELECT \"Written by\" FROM \"1-17355743-1\" WHERE \"Season #\" = 10.0;"} +{"question_id": 1677, "table_id": "1-17355743-1", "question": "Name who directed the episode by Joe Sachs and David Zabel", "sql": "SELECT \"Directed by\" FROM \"1-17355743-1\" WHERE \"Written by\" = 'Joe Sachs and David Zabel';"} +{"question_id": 1678, "table_id": "1-17359181-1", "question": "What is every value for Points 2 when the value of won is 30?", "sql": "SELECT \"Points 2\" FROM \"1-17359181-1\" WHERE \"Won\" = 30.0;"} +{"question_id": 1679, "table_id": "1-17359181-1", "question": "What is the lowest value of Points 2 when the goal average is 1.50?", "sql": "SELECT MIN(\"Points 2\") FROM \"1-17359181-1\" WHERE \"Goal Average 1\" = '1.50';"} +{"question_id": 1680, "table_id": "1-17359181-1", "question": "How many values of goal average 1 occur when the value of goals against is 92?", "sql": "SELECT COUNT(\"Goal Average 1\") FROM \"1-17359181-1\" WHERE \"Goals Against\" = 92.0;"} +{"question_id": 1681, "table_id": "1-17359181-1", "question": "What is the highest value for Points 2 when the goal average 1 is 0.65?", "sql": "SELECT MAX(\"Points 2\") FROM \"1-17359181-1\" WHERE \"Goal Average 1\" = '0.65';"} +{"question_id": 1682, "table_id": "1-17382360-9", "question": "How many dates had a final score of W 118-112?", "sql": "SELECT COUNT(\"Date\") FROM \"1-17382360-9\" WHERE \"Score\" = 'W 118-112';"} +{"question_id": 1683, "table_id": "1-17382360-9", "question": "What was the location and attendance at the game where the final score is W 118-112?", "sql": "SELECT \"Location Attendance\" FROM \"1-17382360-9\" WHERE \"Score\" = 'W 118-112';"} +{"question_id": 1684, "table_id": "1-17382360-9", "question": "Who had the high rebounds in the game with a final score of W 140-108?", "sql": "SELECT \"High rebounds\" FROM \"1-17382360-9\" WHERE \"Score\" = 'W 140-108';"} +{"question_id": 1685, "table_id": "1-17413485-1", "question": "in what date was aired the first broacast of the episode 1x02", "sql": "SELECT \"First broadcast\" FROM \"1-17413485-1\" WHERE \"Episode\" = '1x02';"} +{"question_id": 1686, "table_id": "1-17413485-1", "question": "what is the name of the jeremy guest for the episode 1x01", "sql": "SELECT \"Jeremys guest\" FROM \"1-17413485-1\" WHERE \"Episode\" = '1x01';"} +{"question_id": 1687, "table_id": "1-17413485-1", "question": "what is the number of the episode where Maria McErlane where gramer guest", "sql": "SELECT \"Episode\" FROM \"1-17413485-1\" WHERE \"Graemes guest\" = 'Maria McErlane';"} +{"question_id": 1688, "table_id": "1-17413485-1", "question": "what is the name of the graemest guest of episode 1x03", "sql": "SELECT \"Graemes guest\" FROM \"1-17413485-1\" WHERE \"Episode\" = '1x03';"} +{"question_id": 1689, "table_id": "1-17416221-1", "question": "what is the largest city where the population is 6620100?", "sql": "SELECT \"Largest city\" FROM \"1-17416221-1\" WHERE \"Population (2013)\" = 6620100.0;"} +{"question_id": 1690, "table_id": "1-17416221-1", "question": "what is the largest city where the province is Eastern Cape?", "sql": "SELECT \"Largest city\" FROM \"1-17416221-1\" WHERE \"Province\" = 'Eastern Cape';"} +{"question_id": 1691, "table_id": "1-17416221-1", "question": "what is minimum area where the largest city is Bloemfontein?", "sql": "SELECT MIN(\"Area (km 2 )\") FROM \"1-17416221-1\" WHERE \"Largest city\" = 'Bloemfontein';"} +{"question_id": 1692, "table_id": "1-17416221-1", "question": "what is the numbe of provincial captial where the population is 1162900?", "sql": "SELECT COUNT(\"Provincial capital\") FROM \"1-17416221-1\" WHERE \"Population (2013)\" = 1162900.0;"} +{"question_id": 1693, "table_id": "1-17416221-1", "question": "what is the number of provincial captial where the province is Northern Cape?", "sql": "SELECT COUNT(\"Provincial capital\") FROM \"1-17416221-1\" WHERE \"Province\" = 'Northern Cape';"} +{"question_id": 1694, "table_id": "1-17419587-1", "question": "What is the IATA of the airport with 3848 traffic in 2010-11?", "sql": "SELECT \"IATA\" FROM \"1-17419587-1\" WHERE \"2010-11\" = 3848.0;"} +{"question_id": 1695, "table_id": "1-17419587-1", "question": "What is the airport with the IATA MEL?", "sql": "SELECT COUNT(\"Airport\") FROM \"1-17419587-1\" WHERE \"IATA\" = 'MEL';"} +{"question_id": 1696, "table_id": "1-17419587-1", "question": "What is the location of the airport that had a traffic of 3258 in 2009-10", "sql": "SELECT \"Location\" FROM \"1-17419587-1\" WHERE \"2009–10\" = 3258.0;"} +{"question_id": 1697, "table_id": "1-174266-6", "question": "If unknown is larger than 1.0, what is the maximum two year amount?", "sql": "SELECT MAX(\"Two years\") FROM \"1-174266-6\" WHERE \"Unknown\" > 1.0;"} +{"question_id": 1698, "table_id": "1-174266-6", "question": "If two years is 159, what is the amount for one year?", "sql": "SELECT MIN(\"One year\") FROM \"1-174266-6\" WHERE \"Two years\" = 159.0;"} +{"question_id": 1699, "table_id": "1-174266-6", "question": "If the year is 2010, what is the minimum amount of years 5-9?", "sql": "SELECT MIN(\"5–9 years\") FROM \"1-174266-6\" WHERE \"Year\" = 2010.0;"} +{"question_id": 1700, "table_id": "1-174266-6", "question": "If year 20-24 is 24, what is the amount for three years?", "sql": "SELECT \"Three years\" FROM \"1-174266-6\" WHERE \"20–24 years\" = 24.0;"} +{"question_id": 1701, "table_id": "1-17467147-1", "question": "When \"The Telenovela\" is the title how many series numbers are there?", "sql": "SELECT COUNT(\"Series #\") FROM \"1-17467147-1\" WHERE \"Title\" = '\"The Telenovela\"';"} +{"question_id": 1702, "table_id": "1-17467147-1", "question": "When Debra J. Fisher & Erica Messer are the writers and the director is Patrick Norris what is the series number?", "sql": "SELECT \"Series #\" FROM \"1-17467147-1\" WHERE \"Directed by\" = 'Patrick Norris' AND \"Written by\" = 'Debra J. Fisher & Erica Messer';"} +{"question_id": 1703, "table_id": "1-17467147-1", "question": "When there are 12.70 million u.s. viewers who is the director?", "sql": "SELECT \"Directed by\" FROM \"1-17467147-1\" WHERE \"U.S. viewers (million)\" = '12.70';"} +{"question_id": 1704, "table_id": "1-17481974-1", "question": "What is the number of theWhat is the number of the chapter that is called \"Breakthrough\" \"Burēku surū\" (ブレーク·スルー)?", "sql": "SELECT MIN(\"Episode #\") FROM \"1-17481974-1\" WHERE \"Title\" = '\"Breakthrough\" \"Burēku surū\" (ブレーク·スルー)';"} +{"question_id": 1705, "table_id": "1-17481974-1", "question": "Which is the number of the episode \"rook gave\" \"rūku dīo\" (デ デ ィ オ ー ル) which aired on July 14, 2003", "sql": "SELECT MIN(\"Episode #\") FROM \"1-17481974-1\" WHERE \"Original airdate\" = 'July 14, 2003';"} +{"question_id": 1706, "table_id": "1-17481974-1", "question": "What are the numbers of episodes that were broadcast on September 1, 2003", "sql": "SELECT \"Episode #\" FROM \"1-17481974-1\" WHERE \"Original airdate\" = 'September 1, 2003';"} +{"question_id": 1707, "table_id": "1-17481974-1", "question": "Which are dates of transmission in English of the title \"Takeback\" \"Tēkubakku\" (テークバック)", "sql": "SELECT \"English airdate\" FROM \"1-17481974-1\" WHERE \"Title\" = '\"Takeback\" \"Tēkubakku\" (テークバック)';"} +{"question_id": 1708, "table_id": "1-17525955-2", "question": "How many viewers did Episode #5 have?", "sql": "SELECT \"Viewers (millions)\" FROM \"1-17525955-2\" WHERE \"Episode #\" = 5.0;"} +{"question_id": 1709, "table_id": "1-17525955-2", "question": "How many share values are listed for the episode with a rating/share value of 2.6/8?", "sql": "SELECT COUNT(\"Share\") FROM \"1-17525955-2\" WHERE \"Rating/Share (18–49)\" = '2.6/8';"} +{"question_id": 1710, "table_id": "1-17525955-2", "question": "How many episodes were originally aired Saturday, May 30, 2009?", "sql": "SELECT COUNT(\"Episode #\") FROM \"1-17525955-2\" WHERE \"US air date\" = 'Saturday, May 30, 2009';"} +{"question_id": 1711, "table_id": "1-17525955-2", "question": "What is the rating of the episode with a rating/share of 0.9/4?", "sql": "SELECT \"Rating\" FROM \"1-17525955-2\" WHERE \"Rating/Share (18–49)\" = '0.9/4';"} +{"question_id": 1712, "table_id": "1-17525955-2", "question": "How many episodes aired Saturday, July 11, 2009", "sql": "SELECT COUNT(\"Episode #\") FROM \"1-17525955-2\" WHERE \"US air date\" = 'Saturday, July 11, 2009';"} +{"question_id": 1713, "table_id": "1-17525955-2", "question": "How many rating/share values does the episode aired on Saturday, May 9, 2009?", "sql": "SELECT COUNT(\"Rating/Share (18–49)\") FROM \"1-17525955-2\" WHERE \"US air date\" = 'Saturday, May 9, 2009';"} +{"question_id": 1714, "table_id": "1-17538810-7", "question": "What was the percentage democrat Christine Gregoire was polling when the republican Dino Rossi was polling at 44% and the lead margin was 4?", "sql": "SELECT \"Democrat: Christine Gregoire\" FROM \"1-17538810-7\" WHERE \"Lead Margin\" = '4' AND \"Republican: Dino Rossi\" = '44%';"} +{"question_id": 1715, "table_id": "1-17538810-7", "question": "How many polls show a result where democrat Christine Gregoire was polling at 50% and had a lead margin of 2?", "sql": "SELECT COUNT(\"Source\") FROM \"1-17538810-7\" WHERE \"Democrat: Christine Gregoire\" = '50%' AND \"Lead Margin\" = '2';"} +{"question_id": 1716, "table_id": "1-1756264-2", "question": "How many subsidiaries of POSTERMOBILE LIMITED?", "sql": "SELECT \"Subsidiaries\" FROM \"1-1756264-2\" WHERE \"COMPANY NAME\" = 'POSTERMOBILE LIMITED';"} +{"question_id": 1717, "table_id": "1-1756264-2", "question": "What activities does CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED engage in?", "sql": "SELECT \"Description of activities\" FROM \"1-1756264-2\" WHERE \"COMPANY NAME\" = 'CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED';"} +{"question_id": 1718, "table_id": "1-1756264-2", "question": "How many subsidiaries of company F M MEDIA LIMITED?", "sql": "SELECT \"Subsidiaries\" FROM \"1-1756264-2\" WHERE \"COMPANY NAME\" = 'F M MEDIA LIMITED';"} +{"question_id": 1719, "table_id": "1-1756264-2", "question": "How many subsidiaries are there of POSTERMOBILE ADVERTISING LIMITED?", "sql": "SELECT MIN(\"Subsidiaries\") FROM \"1-1756264-2\" WHERE \"COMPANY NAME\" = 'POSTERMOBILE ADVERTISING LIMITED';"} +{"question_id": 1720, "table_id": "1-1756264-2", "question": "What is the largest number of holding companies?", "sql": "SELECT MAX(\"Holding Companies\") FROM \"1-1756264-2\";"} +{"question_id": 1721, "table_id": "1-1756264-2", "question": "How many companies have POSTERMOBILE LIMITED as a parent company?", "sql": "SELECT COUNT(\"COMPANY NAME\") FROM \"1-1756264-2\" WHERE \"Parent (holding) company\" = 'POSTERMOBILE LIMITED';"} +{"question_id": 1722, "table_id": "1-17598822-11", "question": "Name the total number of league cup for Mark Roberts", "sql": "SELECT COUNT(\"League Cup\") FROM \"1-17598822-11\" WHERE \"Player\" = 'Mark Roberts';"} +{"question_id": 1723, "table_id": "1-17598822-11", "question": "Name the total number of league for 5", "sql": "SELECT COUNT(\"League\") FROM \"1-17598822-11\" WHERE \"Total\" = 5.0;"} +{"question_id": 1724, "table_id": "1-17598822-11", "question": "Name the maximum leagure for 0 scottish cup", "sql": "SELECT MAX(\"League\") FROM \"1-17598822-11\" WHERE \"Scottish Cup\" = 0.0;"} +{"question_id": 1725, "table_id": "1-17598822-11", "question": "Name the most challenge cup for Damon Gray", "sql": "SELECT MAX(\"Challenge Cup\") FROM \"1-17598822-11\" WHERE \"Player\" = 'Damon Gray';"} +{"question_id": 1726, "table_id": "1-17598822-11", "question": "Name the league for Paul Paton", "sql": "SELECT \"League\" FROM \"1-17598822-11\" WHERE \"Player\" = 'Paul Paton';"} +{"question_id": 1727, "table_id": "1-17623902-1", "question": "What was the original air date of this episode that was written by Debbie Sarjeant?", "sql": "SELECT \"Original air date\" FROM \"1-17623902-1\" WHERE \"Written by\" = 'Debbie Sarjeant';"} +{"question_id": 1728, "table_id": "1-17623902-1", "question": "How many episodes did Julie Martin wrote for the show If every episode has its own production code?", "sql": "SELECT COUNT(\"Production code\") FROM \"1-17623902-1\" WHERE \"Written by\" = 'Julie Martin';"} +{"question_id": 1729, "table_id": "1-17621978-11", "question": "Name the total number of series for April 26", "sql": "SELECT COUNT(\"Series\") FROM \"1-17621978-11\" WHERE \"Date\" = 'April 26';"} +{"question_id": 1730, "table_id": "1-17621978-11", "question": "Name the number of high rebounds for April 21", "sql": "SELECT COUNT(\"High rebounds\") FROM \"1-17621978-11\" WHERE \"Date\" = 'April 21';"} +{"question_id": 1731, "table_id": "1-17621978-11", "question": "Name the number of location attendance for April 24", "sql": "SELECT COUNT(\"Location Attendance\") FROM \"1-17621978-11\" WHERE \"Date\" = 'April 24';"} +{"question_id": 1732, "table_id": "1-17634290-7", "question": "What is the name where the type is listed as Free Agent and the country is NGR ENG?", "sql": "SELECT \"Name\" FROM \"1-17634290-7\" WHERE \"Type\" = 'Free Agent' AND \"Country\" = 'NGR ENG';"} +{"question_id": 1733, "table_id": "1-17634290-7", "question": "What is listed in p when the type is listed as Free Agent 1?", "sql": "SELECT \"P\" FROM \"1-17634290-7\" WHERE \"Type\" = 'Free Agent 1';"} +{"question_id": 1734, "table_id": "1-17634290-7", "question": "What is the end when moving from is listed as Cary Clarets?", "sql": "SELECT \"Ends\" FROM \"1-17634290-7\" WHERE \"Moving from\" = 'Cary Clarets';"} +{"question_id": 1735, "table_id": "1-17634290-7", "question": "What is the name of the country where moving from is listed as Bristol City?", "sql": "SELECT \"Country\" FROM \"1-17634290-7\" WHERE \"Moving from\" = 'Bristol City';"} +{"question_id": 1736, "table_id": "1-17641206-6", "question": "Name the number of duration for viewership of 5.46 million", "sql": "SELECT COUNT(\"Duration\") FROM \"1-17641206-6\" WHERE \"Viewership\" = '5.46 million';"} +{"question_id": 1737, "table_id": "1-17641206-6", "question": "Name the total number of episodes written by David Cantor", "sql": "SELECT COUNT(\"Episode\") FROM \"1-17641206-6\" WHERE \"Written by\" = 'David Cantor';"} +{"question_id": 1738, "table_id": "1-17641206-6", "question": "Name the total number of original titles written by John Sullivan and Keith Lindsay", "sql": "SELECT COUNT(\"Original title\") FROM \"1-17641206-6\" WHERE \"Written by\" = 'John Sullivan and Keith Lindsay';"} +{"question_id": 1739, "table_id": "1-17641206-6", "question": "Name the original title for 6.05 million viewership", "sql": "SELECT \"Original title\" FROM \"1-17641206-6\" WHERE \"Viewership\" = '6.05 million';"} +{"question_id": 1740, "table_id": "1-17632217-2", "question": "Who took third-place when there were 4 total wins?", "sql": "SELECT \"Third-place\" FROM \"1-17632217-2\" WHERE \"Total wins\" = 4.0;"} +{"question_id": 1741, "table_id": "1-17632217-2", "question": "What is the total number of clubs when the runner-up was Liaoning Fushun?", "sql": "SELECT COUNT(\"Number of clubs\") FROM \"1-17632217-2\" WHERE \"Runners-up\" = 'Liaoning Fushun';"} +{"question_id": 1742, "table_id": "1-17632217-2", "question": "Who was placed fourth when third was Beijing Guoan and the winner was Dalian Wanda and wins total was 4?", "sql": "SELECT \"fourth-placed\" FROM \"1-17632217-2\" WHERE \"Third-place\" = 'Beijing Guoan' AND \"Winners\" = 'Dalian Wanda' AND \"Total wins\" = 4.0;"} +{"question_id": 1743, "table_id": "1-17632217-2", "question": "Who was placed third when the ruuner up was Guangzhou Apollo?", "sql": "SELECT \"Third-place\" FROM \"1-17632217-2\" WHERE \"Runners-up\" = 'Guangzhou Apollo';"} +{"question_id": 1744, "table_id": "1-17632217-2", "question": "Who was placed third in 2001?", "sql": "SELECT \"Third-place\" FROM \"1-17632217-2\" WHERE \"Season\" = 2001.0;"} +{"question_id": 1745, "table_id": "1-176524-2", "question": "What is the census ranking for the Perth parish?", "sql": "SELECT \"Census Ranking\" FROM \"1-176524-2\" WHERE \"Official Name\" = 'Perth';"} +{"question_id": 1746, "table_id": "1-176524-2", "question": "What is the minimum population of the parish with a 750.51 km area?", "sql": "SELECT MIN(\"Population\") FROM \"1-176524-2\" WHERE \"Area km 2\" = '750.51';"} +{"question_id": 1747, "table_id": "1-176524-2", "question": "What is the census ranking of the Perth parish?", "sql": "SELECT \"Census Ranking\" FROM \"1-176524-2\" WHERE \"Official Name\" = 'Perth';"} +{"question_id": 1748, "table_id": "1-17675675-2", "question": "with the amount of tries at 89, how many win's were there?", "sql": "SELECT \"Won\" FROM \"1-17675675-2\" WHERE \"Tries against\" = '89';"} +{"question_id": 1749, "table_id": "1-17675675-2", "question": "For club Swansea Uplands RFC, what is the amount of tries against?", "sql": "SELECT \"Tries against\" FROM \"1-17675675-2\" WHERE \"Club\" = 'Swansea Uplands RFC';"} +{"question_id": 1750, "table_id": "1-17675675-2", "question": "What is the total amount of points when the given won is 9?", "sql": "SELECT \"Points\" FROM \"1-17675675-2\" WHERE \"Won\" = '9';"} +{"question_id": 1751, "table_id": "1-17675675-2", "question": "With the given points of 51, what was the total number of the try bonus?", "sql": "SELECT COUNT(\"Try bonus\") FROM \"1-17675675-2\" WHERE \"Points\" = '51';"} +{"question_id": 1752, "table_id": "1-17675675-2", "question": "With the given loss of 4, what was the number of tries?", "sql": "SELECT COUNT(\"Tries for\") FROM \"1-17675675-2\" WHERE \"Lost\" = '4';"} +{"question_id": 1753, "table_id": "1-17675675-2", "question": "With the given points of 667, what was the number of tries against?", "sql": "SELECT \"Tries against\" FROM \"1-17675675-2\" WHERE \"Points for\" = '667';"} +{"question_id": 1754, "table_id": "1-17697980-1", "question": "What is the largest number of episodes for a 1989 season dvd release? ", "sql": "SELECT MAX(\"No. of Episodes\") FROM \"1-17697980-1\" WHERE \"Year\" = '1989';"} +{"question_id": 1755, "table_id": "1-17697980-1", "question": "How many dvd titled \"Series 5\" were released having a release date or a non available date in region 2?", "sql": "SELECT COUNT(\"Region 2\") FROM \"1-17697980-1\" WHERE \"DVD Title\" = 'Series 5';"} +{"question_id": 1756, "table_id": "1-17672500-19", "question": "Who are all the stage winners where the team classification is Caisse d'Epargne?", "sql": "SELECT \"Stage (Winner)\" FROM \"1-17672500-19\" WHERE \"Team classification\" = 'Caisse d''Epargne';"} +{"question_id": 1757, "table_id": "1-17758010-2", "question": "What is every \"directed by\" when the title is \"One to Go\" (Part 2)?", "sql": "SELECT \"Directed by\" FROM \"1-17758010-2\" WHERE \"Title\" = '\"One to Go\" (Part 2)';"} +{"question_id": 1758, "table_id": "1-17758010-2", "question": "How many original air dates have U.S. Views (millions) of 19.49?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-17758010-2\" WHERE \"U.S. viewers (millions)\" = '19.49';"} +{"question_id": 1759, "table_id": "1-17758010-2", "question": "What is the lowest no. in series?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-17758010-2\";"} +{"question_id": 1760, "table_id": "1-17781886-1", "question": "The opponent was the New York Jets on what week? ", "sql": "SELECT \"Week\" FROM \"1-17781886-1\" WHERE \"Opponent\" = 'New York Jets';"} +{"question_id": 1761, "table_id": "1-17781886-1", "question": "Where was the December 12, 1965 game? ", "sql": "SELECT \"Game site\" FROM \"1-17781886-1\" WHERE \"Date\" = 'December 12, 1965';"} +{"question_id": 1762, "table_id": "1-17779448-1", "question": "How many attended game(s) against the Boston Patriots?", "sql": "SELECT \"Attendance\" FROM \"1-17779448-1\" WHERE \"Opponent\" = 'Boston Patriots';"} +{"question_id": 1763, "table_id": "1-17798093-20", "question": "which examples are pronounced ɪs in american", "sql": "SELECT \"Examples\" FROM \"1-17798093-20\" WHERE \"American\" = 'ɪs';"} +{"question_id": 1764, "table_id": "1-17798093-20", "question": "which examples are pronounced et in australian", "sql": "SELECT \"Examples\" FROM \"1-17798093-20\" WHERE \"Australian\" = 'et';"} +{"question_id": 1765, "table_id": "1-17798093-20", "question": "how many endings have american pronounciation əs", "sql": "SELECT COUNT(\"Australian\") FROM \"1-17798093-20\" WHERE \"American\" = 'əs';"} +{"question_id": 1766, "table_id": "1-17798093-20", "question": "what are the endings of examples Achilles, appendices, fæces", "sql": "SELECT \"Ending\" FROM \"1-17798093-20\" WHERE \"Examples\" = 'Achilles, appendices, fæces';"} +{"question_id": 1767, "table_id": "1-17822401-1", "question": "What is the callsign for the Cebu station?", "sql": "SELECT \"Callsign\" FROM \"1-17822401-1\" WHERE \"Location\" = 'Cebu';"} +{"question_id": 1768, "table_id": "1-17822401-1", "question": "What is the number of brand where the power is 5kW?", "sql": "SELECT COUNT(\"Branding\") FROM \"1-17822401-1\" WHERE \"Power (kW)\" = '5kW';"} +{"question_id": 1769, "table_id": "1-17822401-1", "question": "What is the power of the Baguio station?", "sql": "SELECT \"Power (kW)\" FROM \"1-17822401-1\" WHERE \"Location\" = 'Baguio';"} +{"question_id": 1770, "table_id": "1-17822401-1", "question": "How many stations are called Radyo5 101.9 News FM?", "sql": "SELECT COUNT(\"Location\") FROM \"1-17822401-1\" WHERE \"Branding\" = 'Radyo5 101.9 News FM';"} +{"question_id": 1771, "table_id": "1-178389-1", "question": "What is the church name for the church located in Kyrkjebø?", "sql": "SELECT \"Church Name\" FROM \"1-178389-1\" WHERE \"Location of the Church\" = 'Kyrkjebø';"} +{"question_id": 1772, "table_id": "1-178389-1", "question": "What is the sub-parish for the church names Høyanger kyrkje?", "sql": "SELECT \"Sub-Parish (Sogn)\" FROM \"1-178389-1\" WHERE \"Church Name\" = 'Høyanger kyrkje';"} +{"question_id": 1773, "table_id": "1-178389-1", "question": "What is the total number of churches built in 1916?", "sql": "SELECT COUNT(\"Location of the Church\") FROM \"1-178389-1\" WHERE \"Year Built\" = 1916.0;"} +{"question_id": 1774, "table_id": "1-178389-1", "question": "What is the total number of churches named Høyanger kyrkje?", "sql": "SELECT COUNT(\"Sub-Parish (Sogn)\") FROM \"1-178389-1\" WHERE \"Church Name\" = 'Høyanger kyrkje';"} +{"question_id": 1775, "table_id": "1-178389-1", "question": "What is the church name located in Høyanger?", "sql": "SELECT \"Church Name\" FROM \"1-178389-1\" WHERE \"Location of the Church\" = 'Høyanger';"} +{"question_id": 1776, "table_id": "1-178389-1", "question": "What is the location of the church when the church name is Ortnevik kyrkje?", "sql": "SELECT \"Location of the Church\" FROM \"1-178389-1\" WHERE \"Church Name\" = 'Ortnevik kyrkje';"} +{"question_id": 1777, "table_id": "1-178408-1", "question": "Name the total number for sub parish sokn for 1865", "sql": "SELECT COUNT(\"Sub-Parish (Sokn)\") FROM \"1-178408-1\" WHERE \"Year Built\" = 1865.0;"} +{"question_id": 1778, "table_id": "1-178408-1", "question": "Name the location of the church for Berle kyrkje", "sql": "SELECT \"Location of the Church\" FROM \"1-178408-1\" WHERE \"Church Name\" = 'Berle kyrkje';"} +{"question_id": 1779, "table_id": "1-178408-1", "question": "Name the location of the church for Bremanger", "sql": "SELECT \"Location of the Church\" FROM \"1-178408-1\" WHERE \"Sub-Parish (Sokn)\" = 'Bremanger';"} +{"question_id": 1780, "table_id": "1-178408-1", "question": "Name the most year built for Davik Kyrkje", "sql": "SELECT MAX(\"Year Built\") FROM \"1-178408-1\" WHERE \"Church Name\" = 'Davik Kyrkje';"} +{"question_id": 1781, "table_id": "1-17861265-1", "question": "Who was the episode writer when the viewers reached 3.03 million in the US?", "sql": "SELECT \"Written by\" FROM \"1-17861265-1\" WHERE \"U.S. viewers (million)\" = '3.03';"} +{"question_id": 1782, "table_id": "1-17861265-1", "question": "Who wrote the last episode (episode 15) of season 3?", "sql": "SELECT \"Written by\" FROM \"1-17861265-1\" WHERE \"No. in season\" = 15.0;"} +{"question_id": 1783, "table_id": "1-17861265-1", "question": "How many episodes did Cliff Bole directed in season 3?", "sql": "SELECT COUNT(\"Title\") FROM \"1-17861265-1\" WHERE \"Directed by\" = 'Cliff Bole';"} +{"question_id": 1784, "table_id": "1-17848578-1", "question": "What is the record when the game was at the San Diego Stadium? ", "sql": "SELECT \"Record\" FROM \"1-17848578-1\" WHERE \"Game site\" = 'San Diego Stadium';"} +{"question_id": 1785, "table_id": "1-17848578-1", "question": "How many results are there when the game was at the Atlanta-Fulton County Stadium? ", "sql": "SELECT COUNT(\"Result\") FROM \"1-17848578-1\" WHERE \"Game site\" = 'Atlanta-Fulton County Stadium';"} +{"question_id": 1786, "table_id": "1-17848578-1", "question": "What is the date of the game at Arrowhead Stadium? ", "sql": "SELECT \"Date\" FROM \"1-17848578-1\" WHERE \"Game site\" = 'Arrowhead Stadium';"} +{"question_id": 1787, "table_id": "1-17848578-1", "question": "Where was the game where attendance was 51478?", "sql": "SELECT \"Game site\" FROM \"1-17848578-1\" WHERE \"Attendance\" = 51478.0;"} +{"question_id": 1788, "table_id": "1-17971449-2", "question": "Name the deployable military (2011, thousands for gdp nominal for 468539", "sql": "SELECT \"Deployable military (2011, thousands)\" FROM \"1-17971449-2\" WHERE \"GDP (nominal) (2010, US$ millions)\" = 468539.0;"} +{"question_id": 1789, "table_id": "1-17971449-2", "question": "Name the military expenditures for 2011 for Romania", "sql": "SELECT \"Military expenditures (2011, US$ millions)\" FROM \"1-17971449-2\" WHERE \"Country\" = 'Romania';"} +{"question_id": 1790, "table_id": "1-17971449-2", "question": "Name the population 2011 for Luxembourg", "sql": "SELECT \"Population (2011)\" FROM \"1-17971449-2\" WHERE \"Country\" = 'Luxembourg';"} +{"question_id": 1791, "table_id": "1-17971449-2", "question": "Name the gdp nominal 2010 for defence expenditures 2011 162", "sql": "SELECT \"GDP (nominal) (2010, US$ millions)\" FROM \"1-17971449-2\" WHERE \"Defence expenditures, (2011, per capita)\" = 162.0;"} +{"question_id": 1792, "table_id": "1-17971449-2", "question": "Name the deployable military 2011 for Denmark", "sql": "SELECT \"Deployable military (2011, thousands)\" FROM \"1-17971449-2\" WHERE \"Country\" = 'Denmark';"} +{"question_id": 1793, "table_id": "1-17971449-2", "question": "Name the country for deployable military is 23", "sql": "SELECT \"Country\" FROM \"1-17971449-2\" WHERE \"Deployable military (2011, thousands)\" = '23';"} +{"question_id": 1794, "table_id": "1-18018214-2", "question": "List total loses forh the Tauras Tauragė team.", "sql": "SELECT COUNT(\"Loses\") FROM \"1-18018214-2\" WHERE \"Club\" = 'Tauras Tauragė';"} +{"question_id": 1795, "table_id": "1-18018214-2", "question": "List the number of goals scored to equal 58.", "sql": "SELECT MIN(\"Goals conceded\") FROM \"1-18018214-2\" WHERE \"Points\" = 58.0;"} +{"question_id": 1796, "table_id": "1-1802522-3", "question": "How many total reason for change are listed corresponding to the successor Leonard B. Jordan (R)?", "sql": "SELECT COUNT(\"Reason for change\") FROM \"1-1802522-3\" WHERE \"Successor\" = 'Leonard B. Jordan (R)';"} +{"question_id": 1797, "table_id": "1-1802522-3", "question": "What state had November 30, 1962 as the date of the successors formal installation?", "sql": "SELECT \"State (class)\" FROM \"1-1802522-3\" WHERE \"Date of successors formal installation\" = 'November 30, 1962';"} +{"question_id": 1798, "table_id": "1-1802522-3", "question": "How many vacant seats were filled by newcomer Joseph H. Bottum (R)?", "sql": "SELECT COUNT(\"Vacator\") FROM \"1-1802522-3\" WHERE \"Successor\" = 'Joseph H. Bottum (R)';"} +{"question_id": 1799, "table_id": "1-1805191-36", "question": "What are the results of those elections for which Marcy Kaptur is the incumbent?", "sql": "SELECT \"Results\" FROM \"1-1805191-36\" WHERE \"Incumbent\" = 'Marcy Kaptur';"} +{"question_id": 1800, "table_id": "1-1805191-36", "question": "What are the results of the elections in which Ted Strickland is seeking re-election?", "sql": "SELECT \"Results\" FROM \"1-1805191-36\" WHERE \"Incumbent\" = 'Ted Strickland';"} +{"question_id": 1801, "table_id": "1-1805191-36", "question": "Who are all of the candidates in elections where Dennis Kucinich was a candidate?", "sql": "SELECT \"Candidates\" FROM \"1-1805191-36\" WHERE \"Incumbent\" = 'Dennis Kucinich';"} +{"question_id": 1802, "table_id": "1-1805191-36", "question": "Who were all the candidates in elections in which Steve Chabot was a candidate?", "sql": "SELECT \"Candidates\" FROM \"1-1805191-36\" WHERE \"Incumbent\" = 'Steve Chabot';"} +{"question_id": 1803, "table_id": "1-18052353-4", "question": "Who was treasurer in 2008?", "sql": "SELECT \"Treasurer\" FROM \"1-18052353-4\" WHERE \"Year\" = '2008';"} +{"question_id": 1804, "table_id": "1-18052353-4", "question": "What was the composition of the state assembly in 2008?", "sql": "SELECT \"State Assembly\" FROM \"1-18052353-4\" WHERE \"Year\" = '2008';"} +{"question_id": 1805, "table_id": "1-18055005-1", "question": "What's the series number of the episode with production code 329?", "sql": "SELECT \"No. in series\" FROM \"1-18055005-1\" WHERE \"Prod. code\" = '329';"} +{"question_id": 1806, "table_id": "1-18055005-1", "question": "What's the production code of the episode titled \"Got to Get Her Out of My House\"?", "sql": "SELECT \"Prod. code\" FROM \"1-18055005-1\" WHERE \"Title\" = '\"Got to Get Her Out of My House\"';"} +{"question_id": 1807, "table_id": "1-18055005-1", "question": "What's the production code of the episode titled \"He Ain't a Hottie, He's My Brother\"?", "sql": "SELECT \"Prod. code\" FROM \"1-18055005-1\" WHERE \"Title\" = '\"He Ain''t a Hottie, He''s My Brother\"';"} +{"question_id": 1808, "table_id": "1-18055005-1", "question": "What's the series number of the episode originally viewed by 4.1 million people and written by Douglas Lieblein?", "sql": "SELECT \"No. in series\" FROM \"1-18055005-1\" WHERE \"Viewers (millions)\" = '4.1' AND \"Written by\" = 'Douglas Lieblein';"} +{"question_id": 1809, "table_id": "1-18106841-1", "question": "What year was the winners vote 55.99%?", "sql": "SELECT MIN(\"Year\") FROM \"1-18106841-1\" WHERE \"Winners % votes\" = '55.99%';"} +{"question_id": 1810, "table_id": "1-18106841-1", "question": "Which party won, when the trailing votes were 29.37%", "sql": "SELECT \"Party Won\" FROM \"1-18106841-1\" WHERE \"Trailing Party % votes\" = '29.37%';"} +{"question_id": 1811, "table_id": "1-18106841-1", "question": "When the trailing votes was 25.88% who was the trailing party?", "sql": "SELECT \"Members of Parliament\" FROM \"1-18106841-1\" WHERE \"Trailing Party % votes\" = '25.88%';"} +{"question_id": 1812, "table_id": "1-18106841-1", "question": "How many years was the trailing votes 25.34%", "sql": "SELECT COUNT(\"Year\") FROM \"1-18106841-1\" WHERE \"Trailing Party % votes\" = '25.34%';"} +{"question_id": 1813, "table_id": "1-18106841-1", "question": "When the winners votes were 50.54% who were the members of parliment?", "sql": "SELECT \"Members of Parliament\" FROM \"1-18106841-1\" WHERE \"Winners % votes\" = '50.54%';"} +{"question_id": 1814, "table_id": "1-18102421-2", "question": "How many millions of U.S. viewers watched the episode directed by Allison Liddi-Brown? ", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-18102421-2\" WHERE \"Directed by\" = 'Allison Liddi-Brown';"} +{"question_id": 1815, "table_id": "1-18102421-2", "question": "What number episode in the season was titled \"Dead on Arrival\"?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-18102421-2\" WHERE \"Title\" = '\"Dead on Arrival\"';"} +{"question_id": 1816, "table_id": "1-18102421-2", "question": "What was the title of the episode that had 13.82 million U.S. viewers? ", "sql": "SELECT \"Title\" FROM \"1-18102421-2\" WHERE \"U.S. viewers (millions)\" = '13.82';"} +{"question_id": 1817, "table_id": "1-18143210-2", "question": "What was the club that won 10 top division titles?", "sql": "SELECT \"Club\" FROM \"1-18143210-2\" WHERE \"Top division titles\" = 10.0;"} +{"question_id": 1818, "table_id": "1-18143210-2", "question": "When did the club UNAM played the first season in top division?", "sql": "SELECT \"First season in top division\" FROM \"1-18143210-2\" WHERE \"Club\" = 'UNAM';"} +{"question_id": 1819, "table_id": "1-18143210-2", "question": "When was the 'first season of current spell in top division' if the first season in top division is in 1964-65?", "sql": "SELECT \"First season of current spell in top division\" FROM \"1-18143210-2\" WHERE \"First season in top division\" = '1964-65';"} +{"question_id": 1820, "table_id": "1-18143210-2", "question": "How many top division titles were won during the 'first season of current spell in top division' in 1979-80?", "sql": "SELECT \"Top division titles\" FROM \"1-18143210-2\" WHERE \"First season of current spell in top division\" = '1979-80';"} +{"question_id": 1821, "table_id": "1-18143210-2", "question": "How many 'number of seasons in top division' were played if the 'first season in top division' games is in 1990-91?", "sql": "SELECT MAX(\"Number of seasons in top division\") FROM \"1-18143210-2\" WHERE \"First season in top division\" = '1990-91';"} +{"question_id": 1822, "table_id": "1-18143210-2", "question": "How many 'number of season in Liga MX' were played if the 'first season of current spell in top division' is in 1962-63?", "sql": "SELECT \"Number of seasons in Liga MX\" FROM \"1-18143210-2\" WHERE \"First season of current spell in top division\" = '1962-63';"} +{"question_id": 1823, "table_id": "1-18173916-8", "question": "which chapter was Transmitted on wednesday if the episode of \"363 The Hangover Part II\" was transmitted on monday? ", "sql": "SELECT \"Wednesday\" FROM \"1-18173916-8\" WHERE \"Monday\" = '363 The Hangover Part II';"} +{"question_id": 1824, "table_id": "1-18173916-8", "question": "which episode was Transmitted on wednesday if the episode of \"438 Magic: The Gathering Mini Masters Tournament\" was transmitted on thursday? ", "sql": "SELECT \"Wednesday\" FROM \"1-18173916-8\" WHERE \"Thursday\" = '438 Magic: The Gathering Mini Masters Tournament';"} +{"question_id": 1825, "table_id": "1-18173916-8", "question": "which episode was Transmitted on friday if the episode of \"414 Insanely Twisted Shadow Planet\" was transmitted on tuesday? ", "sql": "SELECT \"Friday\" FROM \"1-18173916-8\" WHERE \"Tuesday\" = '414 Insanely Twisted Shadow Planet';"} +{"question_id": 1826, "table_id": "1-18173916-8", "question": "which episode was Transmitted on friday if the episode of \"515 The Adventures of Tintin\" was transmitted on monday? ", "sql": "SELECT \"Friday\" FROM \"1-18173916-8\" WHERE \"Monday\" = '515 The Adventures of Tintin';"} +{"question_id": 1827, "table_id": "1-18173916-8", "question": "which episode was Transmitted on wednesday if the episode of \"319 Sucker Punch\" was transmitted on tuesday? ", "sql": "SELECT COUNT(\"Wednesday\") FROM \"1-18173916-8\" WHERE \"Tuesday\" = '319 Sucker Punch';"} +{"question_id": 1828, "table_id": "1-18173916-8", "question": "which episode was Transmitted on wednesday if the episode of \"307 VS.\" was transmitted on friday? ", "sql": "SELECT \"Wednesday\" FROM \"1-18173916-8\" WHERE \"Friday\" = '307 VS.';"} +{"question_id": 1829, "table_id": "1-18198579-6", "question": "Name the scoring average for best finsih being T35", "sql": "SELECT \"Scoring average\" FROM \"1-18198579-6\" WHERE \"Best finish\" = 'T35';"} +{"question_id": 1830, "table_id": "1-18198579-6", "question": "Name the number of top 10s for scoring rank of 9", "sql": "SELECT COUNT(\"Top 10s\") FROM \"1-18198579-6\" WHERE \"Scoring rank\" = '9';"} +{"question_id": 1831, "table_id": "1-18198579-6", "question": "Name the cuts made for scoring rank is 3", "sql": "SELECT \"Cuts made*\" FROM \"1-18198579-6\" WHERE \"Scoring rank\" = '3';"} +{"question_id": 1832, "table_id": "1-182298-5", "question": "How many are the total winners if 7 won the Men's Open?", "sql": "SELECT \"Total\" FROM \"1-182298-5\" WHERE \"Mens Open\" = 7.0;"} +{"question_id": 1833, "table_id": "1-182298-5", "question": "How many won the Men's Open if the players are from Sweden?", "sql": "SELECT COUNT(\"Mens Open\") FROM \"1-182298-5\" WHERE \"Country\" = 'Sweden';"} +{"question_id": 1834, "table_id": "1-182298-5", "question": "How many are the total winners from South Korea?", "sql": "SELECT \"Total\" FROM \"1-182298-5\" WHERE \"Country\" = 'South Korea';"} +{"question_id": 1835, "table_id": "1-18254488-2", "question": "When Shaun Maloney is the player what is the lowest p?", "sql": "SELECT MIN(\"P\") FROM \"1-18254488-2\" WHERE \"Player\" = 'Shaun Maloney';"} +{"question_id": 1836, "table_id": "1-18254488-2", "question": "What is the highest amount of uefa champion leagues?", "sql": "SELECT MAX(\"UEFA Champions League\") FROM \"1-18254488-2\";"} +{"question_id": 1837, "table_id": "1-18254488-2", "question": "When Koki Mizuno is the player what is the lowest league cup?", "sql": "SELECT MIN(\"League Cup\") FROM \"1-18254488-2\" WHERE \"Player\" = 'Koki Mizuno';"} +{"question_id": 1838, "table_id": "1-18254488-2", "question": "When Koki Mizuno is the player how man positions are there?", "sql": "SELECT COUNT(\"Position\") FROM \"1-18254488-2\" WHERE \"Player\" = 'Koki Mizuno';"} +{"question_id": 1839, "table_id": "1-18268826-1", "question": "What's the series number for the episode titled \"Hunted\"?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-18268826-1\" WHERE \"Title\" = '\"Hunted\"';"} +{"question_id": 1840, "table_id": "1-18268826-1", "question": "How many episodes by different writers were seen by 3.24 million people in the US?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-18268826-1\" WHERE \"U.S. viewers (million)\" = '3.24';"} +{"question_id": 1841, "table_id": "1-18268826-1", "question": "How many different people directed the episode titled \"Born Under a Bad Sign\"?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-18268826-1\" WHERE \"Title\" = '\"Born Under a Bad Sign\"';"} +{"question_id": 1842, "table_id": "1-18268826-1", "question": "What's the season number of the episode viewed by 3.19 million people in the US?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-18268826-1\" WHERE \"U.S. viewers (million)\" = '3.19';"} +{"question_id": 1843, "table_id": "1-18268826-1", "question": "Who's the writer of the episode seen by 3.25 million people in the US?", "sql": "SELECT \"Written by\" FROM \"1-18268826-1\" WHERE \"U.S. viewers (million)\" = '3.25';"} +{"question_id": 1844, "table_id": "1-18268826-1", "question": "Who directed the episode seen by 3.93 million people in the US?", "sql": "SELECT \"Directed by\" FROM \"1-18268826-1\" WHERE \"U.S. viewers (million)\" = '3.93';"} +{"question_id": 1845, "table_id": "1-18277458-2", "question": "What venue is in Wantagh, New York?", "sql": "SELECT \"Venue\" FROM \"1-18277458-2\" WHERE \"City, state\" = 'Wantagh, New York';"} +{"question_id": 1846, "table_id": "1-18277458-2", "question": "How much do the tickets cost for August 7, 1987?", "sql": "SELECT \"Ticket price(s)\" FROM \"1-18277458-2\" WHERE \"Date(s)\" = 'August 7, 1987';"} +{"question_id": 1847, "table_id": "1-18277458-2", "question": "How many tickets are sold for the Carver-Hawkeye Arena? ", "sql": "SELECT \"Ticket sold / available\" FROM \"1-18277458-2\" WHERE \"Venue\" = 'Carver-Hawkeye Arena';"} +{"question_id": 1848, "table_id": "1-1827690-4", "question": "When 1462/63 was the elected what was the no.?", "sql": "SELECT \"No.\" FROM \"1-1827690-4\" WHERE \"Elected\" = '1462/63';"} +{"question_id": 1849, "table_id": "1-1827690-4", "question": "When 1472 was the elected when was the assembled?", "sql": "SELECT \"Assembled\" FROM \"1-1827690-4\" WHERE \"Elected\" = '1472';"} +{"question_id": 1850, "table_id": "1-18278508-6", "question": "How many different combinations of scores by individual judges were given to the contestant competing against Mukul Dev?", "sql": "SELECT COUNT(\"Scores by each individual judge\") FROM \"1-18278508-6\" WHERE \"Co-contestant (Yaar vs. Pyaar)\" = 'Mukul Dev';"} +{"question_id": 1851, "table_id": "1-18278508-6", "question": "What was Kashmira Shah's position on August 14?", "sql": "SELECT \"Position\" FROM \"1-18278508-6\" WHERE \"Main contestant\" = 'Kashmira Shah' AND \"Date performed\" = 'August 14';"} +{"question_id": 1852, "table_id": "1-18278508-6", "question": "What was the total score / week of the contestant who placed in the Bottom 2 on August 14?", "sql": "SELECT \"Total score/week\" FROM \"1-18278508-6\" WHERE \"Date performed\" = 'August 14' AND \"Position\" = 'Bottom 2';"} +{"question_id": 1853, "table_id": "1-18278508-6", "question": "What were the scores by the individual judges for Karanvir Bohra on August 13?", "sql": "SELECT \"Scores by each individual judge\" FROM \"1-18278508-6\" WHERE \"Main contestant\" = 'Karanvir Bohra' AND \"Date performed\" = 'August 13';"} +{"question_id": 1854, "table_id": "1-18278508-4", "question": "Name the total number of main contestants for Safe position for Tina Parekh", "sql": "SELECT COUNT(\"Main contestant\") FROM \"1-18278508-4\" WHERE \"Position\" = 'Safe' AND \"Co-contestant (Yaar vs. Pyaar)\" = 'Tina Parekh';"} +{"question_id": 1855, "table_id": "1-18278508-4", "question": "Name the status for Karanvir Bohra and date performed being July 30", "sql": "SELECT \"Status\" FROM \"1-18278508-4\" WHERE \"Main contestant\" = 'Karanvir Bohra' AND \"Date performed\" = 'July 30';"} +{"question_id": 1856, "table_id": "1-18349697-1", "question": "How tall is the contestant from Hato Mayor?", "sql": "SELECT \"Height\" FROM \"1-18349697-1\" WHERE \"Province, Community\" = 'Hato Mayor';"} +{"question_id": 1857, "table_id": "1-18349697-1", "question": "What is the province where the age of the contestant is 27?", "sql": "SELECT \"Province, Community\" FROM \"1-18349697-1\" WHERE \"Age\" = 27.0;"} +{"question_id": 1858, "table_id": "1-18341614-11", "question": "Who weighed 135lbs that was in the same class as Treveor Grant (Lowry) at 119 lbs?", "sql": "SELECT \"135lbs\" FROM \"1-18341614-11\" WHERE \"119lbs\" = 'Treveor Grant (Lowry)';"} +{"question_id": 1859, "table_id": "1-18341614-11", "question": "Who weighed 135lbs that was on the same team as Tallon Ricci (White Pine) at 103 lbs?", "sql": "SELECT \"135lbs\" FROM \"1-18341614-11\" WHERE \"103lbs\" = 'Tallon Ricci (White Pine)';"} +{"question_id": 1860, "table_id": "1-18341614-11", "question": "Who weighed 135 lbs that was on the same team as Doug Del Porto (Galena) at 125 lbs?", "sql": "SELECT \"135lbs\" FROM \"1-18341614-11\" WHERE \"125lbs\" = 'Doug Del Porto (Galena)';"} +{"question_id": 1861, "table_id": "1-18341614-11", "question": "Which team included Tallon Ricci (White Pine) at 103 lbs?", "sql": "SELECT \"Team\" FROM \"1-18341614-11\" WHERE \"103lbs\" = 'Tallon Ricci (White Pine)';"} +{"question_id": 1862, "table_id": "1-18367694-3", "question": "When \"Car Wars\" is the title what is the air date?", "sql": "SELECT \"Original air date\" FROM \"1-18367694-3\" WHERE \"Title\" = '\"Car Wars\"';"} +{"question_id": 1863, "table_id": "1-18367694-3", "question": "When \"C'est la Vinnie\" is the title what is the air date?", "sql": "SELECT \"Original air date\" FROM \"1-18367694-3\" WHERE \"Title\" = '\"C''est la Vinnie\"';"} +{"question_id": 1864, "table_id": "1-18367694-3", "question": "When \"To Live and Die in Brentwood\" is the title what is the largest production code?", "sql": "SELECT MAX(\"Production code\") FROM \"1-18367694-3\" WHERE \"Title\" = '\"To Live and Die in Brentwood\"';"} +{"question_id": 1865, "table_id": "1-18367694-3", "question": "When Joan Tewkesbury is the director what is the number in seasons?", "sql": "SELECT \"No. in season\" FROM \"1-18367694-3\" WHERE \"Directed by\" = 'Joan Tewkesbury';"} +{"question_id": 1866, "table_id": "1-18428024-3", "question": "How many series did John Banas direct?", "sql": "SELECT \"No. in series\" FROM \"1-18428024-3\" WHERE \"Directed by\" = 'John Banas';"} +{"question_id": 1867, "table_id": "1-18428024-3", "question": "What is the original air date in series 360?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-18428024-3\" WHERE \"No. in series\" = 360.0;"} +{"question_id": 1868, "table_id": "1-18461635-1", "question": "Who is the coach of the team in Leicester? ", "sql": "SELECT \"Coach\" FROM \"1-18461635-1\" WHERE \"Location\" = 'Leicester';"} +{"question_id": 1869, "table_id": "1-18461635-1", "question": "What is the name of the team from Derbyshire county? ", "sql": "SELECT \"Team\" FROM \"1-18461635-1\" WHERE \"County\" = 'Derbyshire';"} +{"question_id": 1870, "table_id": "1-18461635-1", "question": "Who is the captain of the Gloucestershire Gladiators? ", "sql": "SELECT \"Captain\" FROM \"1-18461635-1\" WHERE \"Team\" = 'Gloucestershire Gladiators';"} +{"question_id": 1871, "table_id": "1-18461635-1", "question": "Who is the captain of the team in Southampton? ", "sql": "SELECT \"Captain\" FROM \"1-18461635-1\" WHERE \"Location\" = 'Southampton';"} +{"question_id": 1872, "table_id": "1-18461635-1", "question": "Where is the team in Sussex county located? ", "sql": "SELECT \"Location\" FROM \"1-18461635-1\" WHERE \"County\" = 'Sussex';"} +{"question_id": 1873, "table_id": "1-18461635-1", "question": "Who is the captain of the team in Essex county? ", "sql": "SELECT \"Captain\" FROM \"1-18461635-1\" WHERE \"County\" = 'Essex';"} +{"question_id": 1874, "table_id": "1-1850282-5", "question": "there are in tobago species name Helicops angulatus", "sql": "SELECT \"Tobago\" FROM \"1-1850282-5\" WHERE \"Species\" = 'Helicops angulatus';"} +{"question_id": 1875, "table_id": "1-1850282-5", "question": "are in tobago species Liophis cobellus cobellus?", "sql": "SELECT \"Tobago\" FROM \"1-1850282-5\" WHERE \"Species\" = 'Liophis cobellus cobellus';"} +{"question_id": 1876, "table_id": "1-1852270-7", "question": "Which U.S. Acres episode with Garfield episode 1 has a Date of Disaster?", "sql": "SELECT \"U.S. Acres Episode\" FROM \"1-1852270-7\" WHERE \"Garfield Episode 1\" = 'Date of Disaster';"} +{"question_id": 1877, "table_id": "1-1852270-7", "question": "Which Garfield episode 1 is Mind Over Melvin?", "sql": "SELECT \"Garfield Episode 1\" FROM \"1-1852270-7\" WHERE \"U.S. Acres Episode\" = 'Mind Over Melvin';"} +{"question_id": 1878, "table_id": "1-1852270-7", "question": "Which Garfield episode 1 has Garfield episode 2 as The Second Penelope Episode?", "sql": "SELECT \"Garfield Episode 1\" FROM \"1-1852270-7\" WHERE \"Garfield Episode 2\" = 'The Second Penelope Episode';"} +{"question_id": 1879, "table_id": "1-1852270-7", "question": "Which Garfield episode 2 is The Pie-Eyed Piper?", "sql": "SELECT \"Garfield Episode 2\" FROM \"1-1852270-7\" WHERE \"Garfield Episode 1\" = 'The Pie-Eyed Piper';"} +{"question_id": 1880, "table_id": "1-1852650-1", "question": "Name the most ending with", "sql": "SELECT MAX(\"Ending with\") FROM \"1-1852650-1\";"} +{"question_id": 1881, "table_id": "1-1852650-1", "question": "Name the most ending with for Peyalvar", "sql": "SELECT MAX(\"Ending with\") FROM \"1-1852650-1\" WHERE \"Sung by\" = 'Peyalvar';"} +{"question_id": 1882, "table_id": "1-1852650-1", "question": "Name the starting from Thiruvezhukkurrirukkai", "sql": "SELECT MIN(\"Starting from\") FROM \"1-1852650-1\" WHERE \"Name of the prabandham\" = 'Thiruvezhukkurrirukkai';"} +{"question_id": 1883, "table_id": "1-1852650-1", "question": "Name the starting from Amalanadhi piran", "sql": "SELECT \"Starting from\" FROM \"1-1852650-1\" WHERE \"Name of the prabandham\" = 'Amalanadhi piran';"} +{"question_id": 1884, "table_id": "1-18563954-3", "question": "Why did the change happened in Massachusetts (2)?", "sql": "SELECT \"Reason for change\" FROM \"1-18563954-3\" WHERE \"State (class)\" = 'Massachusetts (2)';"} +{"question_id": 1885, "table_id": "1-18563954-3", "question": "How many different reasons are there for the change in Connecticut (3)?", "sql": "SELECT COUNT(\"Reason for change\") FROM \"1-18563954-3\" WHERE \"State (class)\" = 'Connecticut (3)';"} +{"question_id": 1886, "table_id": "1-1855342-5", "question": "When the ability to compromise is 13, what is background?", "sql": "SELECT MAX(\"Background\") FROM \"1-1855342-5\" WHERE \"Ability to Compromise\" = 13.0;"} +{"question_id": 1887, "table_id": "1-1855342-5", "question": "When the seq is 41, what is the ability to compromise?", "sql": "SELECT MAX(\"Ability to Compromise\") FROM \"1-1855342-5\" WHERE \"Seq.\" = '41';"} +{"question_id": 1888, "table_id": "1-1855342-5", "question": "When the ability is 32, what is the leadership ability?", "sql": "SELECT MAX(\"Leadership Ability\") FROM \"1-1855342-5\" WHERE \"Overall Ability\" = 32.0;"} +{"question_id": 1889, "table_id": "1-1855342-5", "question": "When 25 are willing to take risks, what is the experts view?", "sql": "SELECT MIN(\"Experts View\") FROM \"1-1855342-5\" WHERE \"Willing to take Risks\" = 25.0;"} +{"question_id": 1890, "table_id": "1-18569389-1", "question": "Name who directed the episode that was viewed by 4.22 million", "sql": "SELECT \"Directed by\" FROM \"1-18569389-1\" WHERE \"U.S. viewers (million)\" = '4.22';"} +{"question_id": 1891, "table_id": "1-18569389-1", "question": "Name the title for production code 2T6908", "sql": "SELECT \"Title\" FROM \"1-18569389-1\" WHERE \"Production code\" = '2T6908';"} +{"question_id": 1892, "table_id": "1-18569389-1", "question": "Name the total number for number in series that got 3.62 viewers", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-18569389-1\" WHERE \"U.S. viewers (million)\" = '3.62';"} +{"question_id": 1893, "table_id": "1-18569389-1", "question": "Name the air date that Chris Long directed", "sql": "SELECT \"Original air date\" FROM \"1-18569389-1\" WHERE \"Directed by\" = 'Chris Long';"} +{"question_id": 1894, "table_id": "1-18569389-1", "question": "Name the number of production code for 5.08", "sql": "SELECT COUNT(\"Production code\") FROM \"1-18569389-1\" WHERE \"U.S. viewers (million)\" = '5.08';"} +{"question_id": 1895, "table_id": "1-1858574-2", "question": "When 17.07 is the loa (metres) what is the type of yacht?", "sql": "SELECT \"Yacht Type\" FROM \"1-1858574-2\" WHERE \"LOA (Metres)\" = '17.07';"} +{"question_id": 1896, "table_id": "1-1858574-2", "question": "When 3 is the position what is the sail number?", "sql": "SELECT \"Sail Number\" FROM \"1-1858574-2\" WHERE \"Position\" = 3.0;"} +{"question_id": 1897, "table_id": "1-1858574-2", "question": "When 3:15:28:24 is the elapsed time d:hh:mm:ss what is the type of yacht?", "sql": "SELECT \"Yacht Type\" FROM \"1-1858574-2\" WHERE \"Elapsed Time d:hh:mm:ss\" = '3:15:28:24';"} +{"question_id": 1898, "table_id": "1-1858574-2", "question": "When Aspect Computing is the yacht what is the sail number?", "sql": "SELECT \"Sail Number\" FROM \"1-1858574-2\" WHERE \"Yacht\" = 'Aspect Computing';"} +{"question_id": 1899, "table_id": "1-1858574-2", "question": "When 6606 is the sail number what is the type of yacht?", "sql": "SELECT \"Yacht Type\" FROM \"1-1858574-2\" WHERE \"Sail Number\" = '6606';"} +{"question_id": 1900, "table_id": "1-1858574-2", "question": "When 5 is the position what is the state or country?", "sql": "SELECT \"State/Country\" FROM \"1-1858574-2\" WHERE \"Position\" = 5.0;"} +{"question_id": 1901, "table_id": "1-18600760-1", "question": "Name the least ansi code for 609 population 2010", "sql": "SELECT MIN(\"ANSI code\") FROM \"1-18600760-1\" WHERE \"Pop. (2010)\" = 609.0;"} +{"question_id": 1902, "table_id": "1-18600760-1", "question": "Name the ansi code fore Ashtabula", "sql": "SELECT MIN(\"ANSI code\") FROM \"1-18600760-1\" WHERE \"Township\" = 'Ashtabula';"} +{"question_id": 1903, "table_id": "1-18600760-1", "question": "Name the land for Ada", "sql": "SELECT COUNT(\"Land ( sqmi )\") FROM \"1-18600760-1\" WHERE \"Township\" = 'Ada';"} +{"question_id": 1904, "table_id": "1-18597302-1", "question": "What was the position of the Atl. Colegiales team?", "sql": "SELECT MAX(\"Position\") FROM \"1-18597302-1\" WHERE \"Team\" = 'Atl. Colegiales';"} +{"question_id": 1905, "table_id": "1-18597302-1", "question": "What was the position where the team scored 9 points?", "sql": "SELECT COUNT(\"Position\") FROM \"1-18597302-1\" WHERE \"Points\" = 9.0;"} +{"question_id": 1906, "table_id": "1-18598175-2", "question": "How many player eliminated an opponent within the time frame of 32:32?", "sql": "SELECT COUNT(\"Eliminated by\") FROM \"1-18598175-2\" WHERE \"Time\" = '32:32';"} +{"question_id": 1907, "table_id": "1-18598175-2", "question": "What was the styled used to defeat the opponent within the time frame of 32:32?", "sql": "SELECT \"Method of elimination\" FROM \"1-18598175-2\" WHERE \"Time\" = '32:32';"} +{"question_id": 1908, "table_id": "1-18598175-2", "question": "Who won the match when the winner used the Pedigree attack?", "sql": "SELECT \"Eliminated by\" FROM \"1-18598175-2\" WHERE \"Method of elimination\" = 'Pedigree';"} +{"question_id": 1909, "table_id": "1-18598175-2", "question": "What was the elimination number of the fighter who fought within 27:27?", "sql": "SELECT MIN(\"Elimination number\") FROM \"1-18598175-2\" WHERE \"Time\" = '27:27';"} +{"question_id": 1910, "table_id": "1-18598175-2", "question": "What was the elimination number of the fighter who fought within 26:15?", "sql": "SELECT MAX(\"Elimination number\") FROM \"1-18598175-2\" WHERE \"Time\" = '26:15';"} +{"question_id": 1911, "table_id": "1-18600760-2", "question": "what is the longitude in 35.992 sqmi", "sql": "SELECT \"Longitude\" FROM \"1-18600760-2\" WHERE \"Land ( sqmi )\" = '35.992';"} +{"question_id": 1912, "table_id": "1-18600760-2", "question": "how many townships where pop (2010) and ater is 0.818", "sql": "SELECT COUNT(\"Pop. (2010)\") FROM \"1-18600760-2\" WHERE \"Water (sqmi)\" = '0.818';"} +{"question_id": 1913, "table_id": "1-18600760-19", "question": "what is the name of the townships with 32.222 land", "sql": "SELECT \"Township\" FROM \"1-18600760-19\" WHERE \"Land ( sqmi )\" = '32.222';"} +{"question_id": 1914, "table_id": "1-18600760-19", "question": "how many lands with longitude of -100.895783 are?", "sql": "SELECT COUNT(\"Land ( sqmi )\") FROM \"1-18600760-19\" WHERE \"Longitude\" = '-100.895783';"} +{"question_id": 1915, "table_id": "1-18600760-19", "question": "how many geo id with 48.578664 are", "sql": "SELECT COUNT(\"GEO ID\") FROM \"1-18600760-19\" WHERE \"Latitude\" = '48.578664';"} +{"question_id": 1916, "table_id": "1-18600760-19", "question": "what is the latitude in the township where wate is 0.288", "sql": "SELECT \"Latitude\" FROM \"1-18600760-19\" WHERE \"Water (sqmi)\" = '0.288';"} +{"question_id": 1917, "table_id": "1-18600760-19", "question": "how is called the township where the latitude is 47.377790", "sql": "SELECT \"Township\" FROM \"1-18600760-19\" WHERE \"Latitude\" = '47.377790';"} +{"question_id": 1918, "table_id": "1-18600760-19", "question": "where the land is 35.990 what is the number of the geo id", "sql": "SELECT \"GEO ID\" FROM \"1-18600760-19\" WHERE \"Land ( sqmi )\" = '35.990';"} +{"question_id": 1919, "table_id": "1-18600760-4", "question": "Name the land where geo id is 3807717980", "sql": "SELECT \"Land ( sqmi )\" FROM \"1-18600760-4\" WHERE \"GEO ID\" = 3807717980.0;"} +{"question_id": 1920, "table_id": "1-18600760-4", "question": "Name the latitude for Deer Lake", "sql": "SELECT \"Latitude\" FROM \"1-18600760-4\" WHERE \"Township\" = 'Deer Lake';"} +{"question_id": 1921, "table_id": "1-18600760-7", "question": "If the water square milage is 1.701, what is the land square milage?", "sql": "SELECT \"Land ( sqmi )\" FROM \"1-18600760-7\" WHERE \"Water (sqmi)\" = '1.701';"} +{"question_id": 1922, "table_id": "1-18600760-7", "question": "In Cavalier County and the geo id is larger than 3801931620.0, what is the population?", "sql": "SELECT \"Pop. (2010)\" FROM \"1-18600760-7\" WHERE \"County\" = 'Cavalier' AND \"GEO ID\" > 3801931620.0;"} +{"question_id": 1923, "table_id": "1-18600760-7", "question": "If the population is 1858, what is the maximum ansi code?", "sql": "SELECT MAX(\"ANSI code\") FROM \"1-18600760-7\" WHERE \"Pop. (2010)\" = 1858.0;"} +{"question_id": 1924, "table_id": "1-18600760-7", "question": "If the longitude is -97.473110, what is the minimum geo id?", "sql": "SELECT MIN(\"GEO ID\") FROM \"1-18600760-7\" WHERE \"Longitude\" = '-97.473110';"} +{"question_id": 1925, "table_id": "1-18600760-7", "question": "If the ansi code is 1036632, what is the name of the township?", "sql": "SELECT \"Township\" FROM \"1-18600760-7\" WHERE \"ANSI code\" = 1036632.0;"} +{"question_id": 1926, "table_id": "1-18600760-7", "question": "If the land square milage is 10.950, what is the longitude?", "sql": "SELECT \"Longitude\" FROM \"1-18600760-7\" WHERE \"Land ( sqmi )\" = '10.950';"} +{"question_id": 1927, "table_id": "1-18600760-9", "question": "What township is located at longitude -99.287270?", "sql": "SELECT \"Township\" FROM \"1-18600760-9\" WHERE \"Longitude\" = '-99.287270';"} +{"question_id": 1928, "table_id": "1-18600760-9", "question": "What is the longitude of the township at ANSI code 1759682?", "sql": "SELECT \"Longitude\" FROM \"1-18600760-9\" WHERE \"ANSI code\" = 1759682.0;"} +{"question_id": 1929, "table_id": "1-18600760-9", "question": "How many square miles of water does the township at latitude 48.064751 have?", "sql": "SELECT \"Water (sqmi)\" FROM \"1-18600760-9\" WHERE \"Latitude\" = '48.064751';"} +{"question_id": 1930, "table_id": "1-18600760-9", "question": "What is the geo code of the township with ANSI code 1759243?", "sql": "SELECT \"GEO ID\" FROM \"1-18600760-9\" WHERE \"ANSI code\" = 1759243.0;"} +{"question_id": 1931, "table_id": "1-18626383-2", "question": "When Santiago del Estero is the hometown who is the contestant?", "sql": "SELECT \"Contestant\" FROM \"1-18626383-2\" WHERE \"Hometown\" = 'Santiago del Estero';"} +{"question_id": 1932, "table_id": "1-18626383-2", "question": "When Belarus is the country what is the hometown?", "sql": "SELECT \"Hometown\" FROM \"1-18626383-2\" WHERE \"Country\" = 'Belarus';"} +{"question_id": 1933, "table_id": "1-18626383-2", "question": "When Bahamas is the country what is the height in centimeters?", "sql": "SELECT \"Height (cm)\" FROM \"1-18626383-2\" WHERE \"Country\" = 'Bahamas';"} +{"question_id": 1934, "table_id": "1-18626383-2", "question": "When Finland is the country how many hometowns are there?", "sql": "SELECT COUNT(\"Hometown\") FROM \"1-18626383-2\" WHERE \"Country\" = 'Finland';"} +{"question_id": 1935, "table_id": "1-18626383-2", "question": "When Johannesburg is the hometown who is the contestant?", "sql": "SELECT \"Contestant\" FROM \"1-18626383-2\" WHERE \"Hometown\" = 'Johannesburg';"} +{"question_id": 1936, "table_id": "1-18626383-2", "question": "When Valora Roucek is the contestant how many heights in centimeters are there?", "sql": "SELECT COUNT(\"Height (cm)\") FROM \"1-18626383-2\" WHERE \"Contestant\" = 'Valora Roucek';"} +{"question_id": 1937, "table_id": "1-18646111-13", "question": "Name the round 1 for Team event", "sql": "SELECT \"Round 1\" FROM \"1-18646111-13\" WHERE \"Event\" = 'Team';"} +{"question_id": 1938, "table_id": "1-18646111-13", "question": "Name the number of semifinals for TT2", "sql": "SELECT COUNT(\"Semifinals\") FROM \"1-18646111-13\" WHERE \"Class\" = 'TT2';"} +{"question_id": 1939, "table_id": "1-18646111-13", "question": "Name the 1/8 finals for round 1 N/A", "sql": "SELECT \"1/8 Finals\" FROM \"1-18646111-13\" WHERE \"Round 1\" = 'N/A';"} +{"question_id": 1940, "table_id": "1-18646111-13", "question": "Name the total number of round 3 for class TT1", "sql": "SELECT COUNT(\"Round 3\") FROM \"1-18646111-13\" WHERE \"Class\" = 'TT1';"} +{"question_id": 1941, "table_id": "1-18646111-13", "question": "Name the event for Hans Ruep", "sql": "SELECT \"Event\" FROM \"1-18646111-13\" WHERE \"Athlete\" = 'Hans Ruep';"} +{"question_id": 1942, "table_id": "1-186468-1", "question": "When 4 is the v-band what is the overall amount of ka-bands?", "sql": "SELECT COUNT(\"Ka-band\") FROM \"1-186468-1\" WHERE \"V-band\" = '4';"} +{"question_id": 1943, "table_id": "1-186468-1", "question": "When 8.3 is the q-band what is the property?", "sql": "SELECT \"Property\" FROM \"1-186468-1\" WHERE \"Q-band\" = '8.3';"} +{"question_id": 1944, "table_id": "1-186468-1", "question": "When 5.5 is the l-band what is the v-band?", "sql": "SELECT \"V-band\" FROM \"1-186468-1\" WHERE \"K-band\" = '5.5';"} +{"question_id": 1945, "table_id": "1-186468-1", "question": "When 2 is the k-band what is the v-band?", "sql": "SELECT \"V-band\" FROM \"1-186468-1\" WHERE \"K-band\" = '2';"} +{"question_id": 1946, "table_id": "1-186468-1", "question": "When 2 is the ka-band how many properties are there?", "sql": "SELECT COUNT(\"Property\") FROM \"1-186468-1\" WHERE \"Ka-band\" = '2';"} +{"question_id": 1947, "table_id": "1-187239-1", "question": "When Olympikus is the main sponsor who is the secondary sponsor?", "sql": "SELECT \"Secondary sponsor\" FROM \"1-187239-1\" WHERE \"Main sponsor\" = 'Olympikus';"} +{"question_id": 1948, "table_id": "1-187239-1", "question": "When Ale is the main sponsor who is the secondary sponsor?", "sql": "SELECT \"Secondary sponsor\" FROM \"1-187239-1\" WHERE \"Main sponsor\" = 'Ale';"} +{"question_id": 1949, "table_id": "1-187239-1", "question": "When Tim Brasil Brokers are the minor sponsors who is the kit manufacturer?", "sql": "SELECT \"Kit manufacturer\" FROM \"1-187239-1\" WHERE \"Minor sponsors\" = 'Tim Brasil Brokers';"} +{"question_id": 1950, "table_id": "1-187239-1", "question": "When Batavo is the main sponsor and Olympikus is the kit manufacturer who are the minor sponsors?", "sql": "SELECT \"Minor sponsors\" FROM \"1-187239-1\" WHERE \"Kit manufacturer\" = 'Olympikus' AND \"Main sponsor\" = 'Batavo';"} +{"question_id": 1951, "table_id": "1-187239-1", "question": "When 2011 is the period and Olympikus is the kit manufacturer how many minor sponsors are there?", "sql": "SELECT COUNT(\"Minor sponsors\") FROM \"1-187239-1\" WHERE \"Kit manufacturer\" = 'Olympikus' AND \"Period\" = '2011';"} +{"question_id": 1952, "table_id": "1-1876825-6", "question": "What season episode is written by Neil Thompson?", "sql": "SELECT MIN(\"No. in season\") FROM \"1-1876825-6\" WHERE \"Written by\" = 'Neil Thompson';"} +{"question_id": 1953, "table_id": "1-1876825-6", "question": "What was the original air for the 06-03-521 production code?", "sql": "SELECT \"Original air date\" FROM \"1-1876825-6\" WHERE \"Production code\" = '06-03-521';"} +{"question_id": 1954, "table_id": "1-1876825-6", "question": "What episode number in the series aired on February 8, 2004?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-1876825-6\" WHERE \"Original air date\" = 'February 8, 2004';"} +{"question_id": 1955, "table_id": "1-1876825-6", "question": "In season 5 what episode number was production 06-03-519?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-1876825-6\" WHERE \"Production code\" = '06-03-519';"} +{"question_id": 1956, "table_id": "1-18812411-3", "question": "What was the minimum score for r2?", "sql": "SELECT MIN(\"R2\") FROM \"1-18812411-3\";"} +{"question_id": 1957, "table_id": "1-18812411-3", "question": "What country had a r3 at 72, by Larry Mize?", "sql": "SELECT \"Country\" FROM \"1-18812411-3\" WHERE \"R3\" = 72.0 AND \"Player\" = 'Larry Mize';"} +{"question_id": 1958, "table_id": "1-18812411-3", "question": "How many times did Fiji win r1?", "sql": "SELECT COUNT(\"R1\") FROM \"1-18812411-3\" WHERE \"Country\" = 'Fiji';"} +{"question_id": 1959, "table_id": "1-1881642-1", "question": "How many figures are given for the Socialists in the case where the Social Democrats received 42.2%?", "sql": "SELECT COUNT(\"Socialist\") FROM \"1-1881642-1\" WHERE \"Social Democratic\" = '42.2%';"} +{"question_id": 1960, "table_id": "1-1881642-1", "question": "What date did the Green-Communists receive 5.7%?", "sql": "SELECT \"Date Released\" FROM \"1-1881642-1\" WHERE \"Green-Communist\" = '5.7%';"} +{"question_id": 1961, "table_id": "1-1888165-1", "question": "If the PCT is 0.514, what was the minimum OTL?", "sql": "SELECT MIN(\"OTL\") FROM \"1-1888165-1\" WHERE \"PCT\" = '0.514';"} +{"question_id": 1962, "table_id": "1-1888165-1", "question": "What was the minimum OTL amount?", "sql": "SELECT MIN(\"OTL\") FROM \"1-1888165-1\";"} +{"question_id": 1963, "table_id": "1-18888159-1", "question": "Name the least events for Japan", "sql": "SELECT MIN(\"Events\") FROM \"1-18888159-1\" WHERE \"Country\" = 'Japan';"} +{"question_id": 1964, "table_id": "1-18888159-1", "question": "Name the country for 22 events", "sql": "SELECT \"Country\" FROM \"1-18888159-1\" WHERE \"Events\" = 22.0;"} +{"question_id": 1965, "table_id": "1-18888159-1", "question": "Name the number of events for reset points being 98625", "sql": "SELECT COUNT(\"Events\") FROM \"1-18888159-1\" WHERE \"Reset Points\" = 98625.0;"} +{"question_id": 1966, "table_id": "1-18888159-1", "question": "Name the number for Fiji", "sql": "SELECT \"#\" FROM \"1-18888159-1\" WHERE \"Country\" = 'Fiji';"} +{"question_id": 1967, "table_id": "1-18888159-1", "question": "Name the total number of points for number 6", "sql": "SELECT COUNT(\"Points\") FROM \"1-18888159-1\" WHERE \"#\" = 6.0;"} +{"question_id": 1968, "table_id": "1-18893428-1", "question": "What is the location that had a driver named Pierre de Caters?", "sql": "SELECT \"Location\" FROM \"1-18893428-1\" WHERE \"Driver\" = 'Pierre de Caters';"} +{"question_id": 1969, "table_id": "1-18893428-1", "question": "Who is the constructor for the car driven by George Heath?", "sql": "SELECT \"Constructor\" FROM \"1-18893428-1\" WHERE \"Driver\" = 'George Heath';"} +{"question_id": 1970, "table_id": "1-18893428-1", "question": "What is the total number of drivers who have cars constructed by Mercedes-Benz?", "sql": "SELECT COUNT(\"Driver\") FROM \"1-18893428-1\" WHERE \"Constructor\" = 'Mercedes-Benz';"} +{"question_id": 1971, "table_id": "1-18893428-1", "question": "What is the location of the car that has a constructor of Lorraine-Dietrich?", "sql": "SELECT \"Location\" FROM \"1-18893428-1\" WHERE \"Constructor\" = 'Lorraine-Dietrich';"} +{"question_id": 1972, "table_id": "1-18893428-1", "question": "How many times did Charles Jarrott report?", "sql": "SELECT COUNT(\"Report\") FROM \"1-18893428-1\" WHERE \"Driver\" = 'Charles Jarrott';"} +{"question_id": 1973, "table_id": "1-18893428-1", "question": "Who is the driver of the entry constructed by Mercedes-Benz?", "sql": "SELECT \"Driver\" FROM \"1-18893428-1\" WHERE \"Constructor\" = 'Mercedes-Benz';"} +{"question_id": 1974, "table_id": "1-18950885-3", "question": "What is the used (kb) when the graphics mode is 4?", "sql": "SELECT MIN(\"used (KB)\") FROM \"1-18950885-3\" WHERE \"Graphics mode\" = 4.0;"} +{"question_id": 1975, "table_id": "1-18950885-3", "question": "If graphics mode is less than 1.0, what are the char cells?", "sql": "SELECT \"Char cells\" FROM \"1-18950885-3\" WHERE \"Graphics mode\" < 1.0;"} +{"question_id": 1976, "table_id": "1-1895522-2", "question": "What is the smallest converted value at number 19?", "sql": "SELECT MIN(\"Converted\") FROM \"1-1895522-2\" WHERE \"Number\" = '19';"} +{"question_id": 1977, "table_id": "1-1895522-2", "question": "What is every previous class when the previous number is 61323?", "sql": "SELECT \"Previous Class\" FROM \"1-1895522-2\" WHERE \"Previous Number(s)\" = 61323.0;"} +{"question_id": 1978, "table_id": "1-1895522-2", "question": "What is every use for number 1?", "sql": "SELECT \"Use\" FROM \"1-1895522-2\" WHERE \"Number\" = '1';"} +{"question_id": 1979, "table_id": "1-18987377-1", "question": "Name the original title for The Last Metro", "sql": "SELECT \"Original title\" FROM \"1-18987377-1\" WHERE \"Film title used in nomination\" = 'The Last Metro';"} +{"question_id": 1980, "table_id": "1-18987377-1", "question": "Name the film title for André Téchiné Category:Articles with hCards", "sql": "SELECT \"Film title used in nomination\" FROM \"1-18987377-1\" WHERE \"Director\" = 'André Téchiné Category:Articles with hCards';"} +{"question_id": 1981, "table_id": "1-18987377-1", "question": "Name the director for Coup de Torchon", "sql": "SELECT \"Director\" FROM \"1-18987377-1\" WHERE \"Film title used in nomination\" = 'Coup de Torchon';"} +{"question_id": 1982, "table_id": "1-18987377-1", "question": "Name the film titled for Marcel Camus Category:Articles with hCards", "sql": "SELECT \"Film title used in nomination\" FROM \"1-18987377-1\" WHERE \"Director\" = 'Marcel Camus Category:Articles with hCards';"} +{"question_id": 1983, "table_id": "1-19061741-1", "question": "When Cindy Miranda is the name what is the home or representative town or province?", "sql": "SELECT \"Home or representative town or province\" FROM \"1-19061741-1\" WHERE \"Name\" = 'Cindy Miranda';"} +{"question_id": 1984, "table_id": "1-19061741-1", "question": "When Nel Rapiz is the name what is the status?", "sql": "SELECT \"Status\" FROM \"1-19061741-1\" WHERE \"Name\" = 'Nel Rapiz';"} +{"question_id": 1985, "table_id": "1-19061741-1", "question": "When Day 8-36 is the duration what is the season?", "sql": "SELECT \"Season\" FROM \"1-19061741-1\" WHERE \"Duration\" = 'Day 8-36';"} +{"question_id": 1986, "table_id": "1-19061741-1", "question": "When Luz McClinton is the name what is the season?", "sql": "SELECT \"Season\" FROM \"1-19061741-1\" WHERE \"Name\" = 'Luz McClinton';"} +{"question_id": 1987, "table_id": "1-19061741-1", "question": "When Yen Galagnara is the name what is the highest total days in the pbb house?", "sql": "SELECT MAX(\"Total days in PBB House\") FROM \"1-19061741-1\" WHERE \"Name\" = 'Yen Galagnara';"} +{"question_id": 1988, "table_id": "1-19072602-2", "question": "How many match numbers have team europe listed as Osku Palermaa?", "sql": "SELECT COUNT(\"Match no.\") FROM \"1-19072602-2\" WHERE \"Team Europe\" = 'Osku Palermaa';"} +{"question_id": 1989, "table_id": "1-19072602-5", "question": "When Osku Palermaa is on the europe team how many match numbers are there?", "sql": "SELECT COUNT(\"Match no.\") FROM \"1-19072602-5\" WHERE \"Team Europe\" = 'Osku Palermaa';"} +{"question_id": 1990, "table_id": "1-19072602-5", "question": "When Paul Moor is on the europe team who is on the usa team?", "sql": "SELECT \"Team USA\" FROM \"1-19072602-5\" WHERE \"Team Europe\" = 'Paul Moor';"} +{"question_id": 1991, "table_id": "1-19115414-4", "question": "Name the mountains classification for Team Columbia", "sql": "SELECT \"Mountains Classification\" FROM \"1-19115414-4\" WHERE \"Team Classification\" = 'Team Columbia';"} +{"question_id": 1992, "table_id": "1-19115414-4", "question": "Name the number of stage winners for Team Columbia", "sql": "SELECT COUNT(\"Stage (Winner)\") FROM \"1-19115414-4\" WHERE \"Team Classification\" = 'Team Columbia';"} +{"question_id": 1993, "table_id": "1-19115414-4", "question": "Name the mountains classification for Alexander Kristoff", "sql": "SELECT \"Mountains Classification\" FROM \"1-19115414-4\" WHERE \"Points Classification\" = 'Alexander Kristoff';"} +{"question_id": 1994, "table_id": "1-19149550-7", "question": "How much is the other black population when the black African population is 37811?", "sql": "SELECT MIN(\"Other Black Population\") FROM \"1-19149550-7\" WHERE \"Black African Population\" = 37811.0;"} +{"question_id": 1995, "table_id": "1-19149550-7", "question": "Where are the london borough with the black caribbean population of 17974?", "sql": "SELECT \"London Borough\" FROM \"1-19149550-7\" WHERE \"Black Caribbean Population\" = 17974.0;"} +{"question_id": 1996, "table_id": "1-19149550-7", "question": "What is the rank of london borough in Southwark?", "sql": "SELECT \"Rank\" FROM \"1-19149550-7\" WHERE \"London Borough\" = 'Southwark';"} +{"question_id": 1997, "table_id": "1-19149550-7", "question": "What is the black caribbean population when the other black population is 2243?", "sql": "SELECT MAX(\"Black Caribbean Population\") FROM \"1-19149550-7\" WHERE \"Other Black Population\" = 2243.0;"} +{"question_id": 1998, "table_id": "1-19149550-7", "question": "What is the black caribbean population when the black African population is less than 10552.0?", "sql": "SELECT MIN(\"Black Caribbean Population\") FROM \"1-19149550-7\" WHERE \"Black African Population\" < 10552.0;"} +{"question_id": 1999, "table_id": "1-19188562-2", "question": "What time slot had an adult rating of 0.6?", "sql": "SELECT \"Timeslot\" FROM \"1-19188562-2\" WHERE \"Rating (adults 18–49)\" = '0.6';"} +{"question_id": 2000, "table_id": "1-19188562-2", "question": "What season finale date has 2.02 million u.s. Viewers?", "sql": "SELECT \"Season finale\" FROM \"1-19188562-2\" WHERE \"U.S. viewers (in millions)\" = '2.02';"} +{"question_id": 2001, "table_id": "1-19188562-2", "question": "How many million u.s. Viewers watched season 1?", "sql": "SELECT \"U.S. viewers (in millions)\" FROM \"1-19188562-2\" WHERE \"Season\" = 1.0;"} +{"question_id": 2002, "table_id": "1-19188562-2", "question": "How many tv series had an adult rating of 1.2?", "sql": "SELECT COUNT(\"TV season\") FROM \"1-19188562-2\" WHERE \"Rating (adults 18–49)\" = '1.2';"} +{"question_id": 2003, "table_id": "1-19210115-1", "question": "Where is the University that is also called Hawks?", "sql": "SELECT \"Location\" FROM \"1-19210115-1\" WHERE \"Nickname\" = 'Hawks';"} +{"question_id": 2004, "table_id": "1-19210115-1", "question": "Where is the University that is also called Owls?", "sql": "SELECT \"Location\" FROM \"1-19210115-1\" WHERE \"Nickname\" = 'Owls';"} +{"question_id": 2005, "table_id": "1-19210115-1", "question": "How many University founded in 1863?", "sql": "SELECT COUNT(\"Enrollment\") FROM \"1-19210115-1\" WHERE \"Founded\" = 1863.0;"} +{"question_id": 2006, "table_id": "1-19210115-1", "question": "Where is the University that plays in the American Athletic Conference?", "sql": "SELECT \"Location\" FROM \"1-19210115-1\" WHERE \"Conference\" = 'American Athletic Conference';"} +{"question_id": 2007, "table_id": "1-19210115-1", "question": "What is the affiliation of the University called Explorers?", "sql": "SELECT \"Affiliation\" FROM \"1-19210115-1\" WHERE \"Nickname\" = 'Explorers';"} +{"question_id": 2008, "table_id": "1-19210115-1", "question": "What is the nickname of Drexel University?", "sql": "SELECT \"Nickname\" FROM \"1-19210115-1\" WHERE \"Institution\" = 'Drexel University';"} +{"question_id": 2009, "table_id": "1-19215259-1", "question": "What is the brand in Metro Manila?", "sql": "SELECT \"Branding\" FROM \"1-19215259-1\" WHERE \"Location\" = 'Metro Manila';"} +{"question_id": 2010, "table_id": "1-19215259-1", "question": "What is the brand in Cabanatuan?", "sql": "SELECT \"Branding\" FROM \"1-19215259-1\" WHERE \"Location\" = 'Cabanatuan';"} +{"question_id": 2011, "table_id": "1-19215259-1", "question": "What is the power at the Cebu station?", "sql": "SELECT \"Power (kW)\" FROM \"1-19215259-1\" WHERE \"Location\" = 'Cebu';"} +{"question_id": 2012, "table_id": "1-19215259-1", "question": "What is the frequency of 101.5 News FM?", "sql": "SELECT \"Frequency\" FROM \"1-19215259-1\" WHERE \"Branding\" = '101.5 News FM';"} +{"question_id": 2013, "table_id": "1-19215259-1", "question": "Where is the frequency 102.3MHz and 5kW power?", "sql": "SELECT \"Location\" FROM \"1-19215259-1\" WHERE \"Power (kW)\" = '5kW' AND \"Frequency\" = '102.3MHz';"} +{"question_id": 2014, "table_id": "1-19215259-1", "question": "Where is the frequency 92.3MHz?", "sql": "SELECT \"Location\" FROM \"1-19215259-1\" WHERE \"Frequency\" = '92.3MHz';"} +{"question_id": 2015, "table_id": "1-1924975-1", "question": "What is the highest no.?", "sql": "SELECT MAX(\"No\") FROM \"1-1924975-1\";"} +{"question_id": 2016, "table_id": "1-1924975-1", "question": "What is the q1+q2 time in which q1 is 1:18.574?", "sql": "SELECT \"Q1+Q2 time\" FROM \"1-1924975-1\" WHERE \"Q1 time\" = '1:18.574';"} +{"question_id": 2017, "table_id": "1-1924975-1", "question": "when q1 pos is 8 what is the q1+q2 time?", "sql": "SELECT \"Q1+Q2 time\" FROM \"1-1924975-1\" WHERE \"Q1 pos\" = 8.0;"} +{"question_id": 2018, "table_id": "1-1924975-1", "question": "when the q1+q2 time was 2.34.736, what was the total pos number?", "sql": "SELECT COUNT(\"Pos\") FROM \"1-1924975-1\" WHERE \"Q1+Q2 time\" = '2.34.736';"} +{"question_id": 2019, "table_id": "1-1924975-1", "question": "When the q1 time is 1:16.218 what is the highest q1 pos? ", "sql": "SELECT MAX(\"Q1 pos\") FROM \"1-1924975-1\" WHERE \"Q1 time\" = '1:16.218';"} +{"question_id": 2020, "table_id": "1-19255192-1", "question": "What is the smallest 8-car sets if 4-car sets is 47?", "sql": "SELECT MIN(\"8-car sets\") FROM \"1-19255192-1\" WHERE \"4-car sets\" = 47.0;"} +{"question_id": 2021, "table_id": "1-19255192-1", "question": "What is the largest 6-car-sets for fiscal year 1968?", "sql": "SELECT MAX(\"6-car sets\") FROM \"1-19255192-1\" WHERE \"Fiscal year\" = 1968.0;"} +{"question_id": 2022, "table_id": "1-19255192-1", "question": "What is the lowest fiscal year if total vehicles is 490?", "sql": "SELECT MIN(\"Fiscal year\") FROM \"1-19255192-1\" WHERE \"Total vehicles\" = 490.0;"} +{"question_id": 2023, "table_id": "1-19304764-2", "question": "Name the degree for Otorhinolaryngology", "sql": "SELECT \"Degree/Diploma\" FROM \"1-19304764-2\" WHERE \"Discipline\" = 'Otorhinolaryngology';"} +{"question_id": 2024, "table_id": "1-19304764-2", "question": "Name the total seats for Otorhinolaryngology", "sql": "SELECT \"Total Seats\" FROM \"1-19304764-2\" WHERE \"Discipline\" = 'Otorhinolaryngology';"} +{"question_id": 2025, "table_id": "1-19304764-2", "question": "Name the recognised seats for Pharmacology", "sql": "SELECT \"Recognised Seats\" FROM \"1-19304764-2\" WHERE \"Discipline\" = 'Pharmacology';"} +{"question_id": 2026, "table_id": "1-19304764-2", "question": "Name the total number of seats for General Surgery", "sql": "SELECT COUNT(\"Permitted Seats\") FROM \"1-19304764-2\" WHERE \"Discipline\" = 'General Surgery';"} +{"question_id": 2027, "table_id": "1-19304764-2", "question": "Name the least recognised seats", "sql": "SELECT MIN(\"Recognised Seats\") FROM \"1-19304764-2\";"} +{"question_id": 2028, "table_id": "1-19312274-3", "question": "How many nations do the FMS International team represent?", "sql": "SELECT COUNT(\"Nation\") FROM \"1-19312274-3\" WHERE \"Name\" = 'FMS International';"} +{"question_id": 2029, "table_id": "1-19312274-3", "question": "What is the smallest number of fastest laps listed?", "sql": "SELECT MIN(\"Fastest Laps\") FROM \"1-19312274-3\";"} +{"question_id": 2030, "table_id": "1-19312274-3", "question": "How many championship titles for LRS Formula / Laurent Rédon Motorsport?", "sql": "SELECT \"Championship Titles\" FROM \"1-19312274-3\" WHERE \"Name\" = 'LRS Formula / Laurent Rédon Motorsport';"} +{"question_id": 2031, "table_id": "1-19329117-1", "question": "What's the version of AutoCAD Architectural Desktop 3?", "sql": "SELECT \"Version\" FROM \"1-19329117-1\" WHERE \"Official name\" = 'AutoCAD Architectural Desktop 3';"} +{"question_id": 2032, "table_id": "1-1939214-1", "question": "In what season did the team get in the Conference Finals of the playoffs?", "sql": "SELECT \"Regular Season\" FROM \"1-1939214-1\" WHERE \"Playoffs\" = 'Conference Finals';"} +{"question_id": 2033, "table_id": "1-1939214-1", "question": "What was the team's status in the USISL Pro League playoffs?", "sql": "SELECT \"Playoffs\" FROM \"1-1939214-1\" WHERE \"League\" = 'USISL Pro League';"} +{"question_id": 2034, "table_id": "1-1939214-1", "question": "In what year did the team compete in the 2nd, Northeast season of the USL PDL League?", "sql": "SELECT \"Year\" FROM \"1-1939214-1\" WHERE \"League\" = 'USL PDL' AND \"Regular Season\" = '2nd, Northeast';"} +{"question_id": 2035, "table_id": "1-1939214-1", "question": "What did the team do in the Open Cup in the 2nd, Northeast season of the USISL D-3 Pro League?", "sql": "SELECT \"Open Cup\" FROM \"1-1939214-1\" WHERE \"League\" = 'USISL D-3 Pro League' AND \"Regular Season\" = '2nd, Northeast';"} +{"question_id": 2036, "table_id": "1-1939214-1", "question": "In what year did the team compete in the USISL Pro League?", "sql": "SELECT \"Year\" FROM \"1-1939214-1\" WHERE \"League\" = 'USISL Pro League';"} +{"question_id": 2037, "table_id": "1-1939367-1", "question": "If %2001 is 0.1%, what is the minimum Arabs 2001 number?", "sql": "SELECT MIN(\"Arabs 2001\") FROM \"1-1939367-1\" WHERE \"% 2001\" = '0.1%';"} +{"question_id": 2038, "table_id": "1-1939367-1", "question": "If the province is Manitoba, what is the Arabs 2001 number?", "sql": "SELECT MAX(\"Arabs 2001\") FROM \"1-1939367-1\" WHERE \"Province\" = 'Manitoba';"} +{"question_id": 2039, "table_id": "1-1939367-1", "question": "What is the province amount if the % 2011 is 0.0%", "sql": "SELECT COUNT(\"Province\") FROM \"1-1939367-1\" WHERE \"% 2011\" = '0.0%';"} +{"question_id": 2040, "table_id": "1-1939367-1", "question": "If the province is British Columbia, what is the Arabs 2001 total number?", "sql": "SELECT COUNT(\"Arabs 2001\") FROM \"1-1939367-1\" WHERE \"Province\" = 'British Columbia';"} +{"question_id": 2041, "table_id": "1-1939367-1", "question": "If the province is Nunavut, what is the Arabs 2011 amount?", "sql": "SELECT \"Arabs 2011\" FROM \"1-1939367-1\" WHERE \"Province\" = 'Nunavut';"} +{"question_id": 2042, "table_id": "1-1940012-2", "question": "When did the tournament, in which the runner-up was Song-Hee Kim, happen", "sql": "SELECT \"Date\" FROM \"1-1940012-2\" WHERE \"Runner(s)-up\" = 'Song-Hee Kim';"} +{"question_id": 2043, "table_id": "1-1940012-2", "question": "What was the amount of winners share (in $) in the game with a margin victory of 2 strokes?", "sql": "SELECT \"Winners share ( $ )\" FROM \"1-1940012-2\" WHERE \"Margin of victory\" = '2 strokes';"} +{"question_id": 2044, "table_id": "1-1940012-2", "question": "What was the winning score in the Sybase Classic tournament?", "sql": "SELECT \"Winning score\" FROM \"1-1940012-2\" WHERE \"Tournament\" = 'Sybase Classic';"} +{"question_id": 2045, "table_id": "1-1940012-2", "question": "What was the winning score in the tournament, ending with Birdie Kim as a runner-up?", "sql": "SELECT \"Winning score\" FROM \"1-1940012-2\" WHERE \"Runner(s)-up\" = 'Birdie Kim';"} +{"question_id": 2046, "table_id": "1-1939405-2", "question": "How many Latin Americans were there in the Northwest Territories in 2011?", "sql": "SELECT MIN(\"Latin Americans 2011\") FROM \"1-1939405-2\" WHERE \"Province\" = 'Northwest Territories';"} +{"question_id": 2047, "table_id": "1-1939405-2", "question": "How many results of the count of Latin Americans in Yukon in 2001 are there?", "sql": "SELECT COUNT(\"Latin Americans 2001\") FROM \"1-1939405-2\" WHERE \"Province\" = 'Yukon';"} +{"question_id": 2048, "table_id": "1-1939405-2", "question": "What's the percentage in 2001 in Manitoba where the percentage in 2011 is 0.8%?", "sql": "SELECT \"% 2001\" FROM \"1-1939405-2\" WHERE \"% 2011\" = '0.8%' AND \"Province\" = 'Manitoba';"} +{"question_id": 2049, "table_id": "1-1939405-2", "question": "What are the percentages in 2001 in all the provinces where the percentage in 2011 is 0.2%?", "sql": "SELECT \"% 2001\" FROM \"1-1939405-2\" WHERE \"% 2011\" = '0.2%';"} +{"question_id": 2050, "table_id": "1-1939405-2", "question": "How many Latin Americans were there in 2001 in the province with 0.0% 2001 and 0.2% 2011?", "sql": "SELECT MAX(\"Latin Americans 2001\") FROM \"1-1939405-2\" WHERE \"% 2001\" = '0.0%' AND \"% 2011\" = '0.2%';"} +{"question_id": 2051, "table_id": "1-1939405-2", "question": "How many Latin Americans lived in 2011 in Saskatchewan?", "sql": "SELECT MIN(\"Latin Americans 2011\") FROM \"1-1939405-2\" WHERE \"Province\" = 'Saskatchewan';"} +{"question_id": 2052, "table_id": "1-1942366-7", "question": "How many different index numbers are there for an ozone, running 8 hourly mean of 66-99?", "sql": "SELECT COUNT(\"Index\") FROM \"1-1942366-7\" WHERE \"Ozone, Running 8 hourly mean (μg/m 3 )\" = '66-99';"} +{"question_id": 2053, "table_id": "1-1942366-7", "question": "What's the count of pm 10 particles when the pm 2.5 particles are at 59-66?", "sql": "SELECT \"PM10 Particles, 24 hour mean (μg/m 3 )\" FROM \"1-1942366-7\" WHERE \"PM2.5 Particles, 24 hour mean (μg/m 3 )\" = '59-66';"} +{"question_id": 2054, "table_id": "1-1942366-7", "question": "What's the number of pm10 particles when sulphur dioxide is at 266-354?", "sql": "SELECT \"PM10 Particles, 24 hour mean (μg/m 3 )\" FROM \"1-1942366-7\" WHERE \"Sulphur Dioxide, 15 minute mean (μg/m 3 )\" = '266-354';"} +{"question_id": 2055, "table_id": "1-1942366-7", "question": "What's the sulphur dioxide count when the ozone is at 121-140?", "sql": "SELECT \"Sulphur Dioxide, 15 minute mean (μg/m 3 )\" FROM \"1-1942366-7\" WHERE \"Ozone, Running 8 hourly mean (μg/m 3 )\" = '121-140';"} +{"question_id": 2056, "table_id": "1-1942366-7", "question": "What's the sulphur dioxide count when the nitrogen dioxide is 468-534?", "sql": "SELECT \"Sulphur Dioxide, 15 minute mean (μg/m 3 )\" FROM \"1-1942366-7\" WHERE \"Nitrogen Dioxide, Hourly mean (μg/m 3 )\" = '468-534';"} +{"question_id": 2057, "table_id": "1-1942366-7", "question": "What's the nitrogen dioxide count where the sulphur dioxide is at 0-88?", "sql": "SELECT \"Nitrogen Dioxide, Hourly mean (μg/m 3 )\" FROM \"1-1942366-7\" WHERE \"Sulphur Dioxide, 15 minute mean (μg/m 3 )\" = '0-88';"} +{"question_id": 2058, "table_id": "1-19524523-1", "question": "What is the minimum number of wins possible for the Champ Car World Series among all the drivers?", "sql": "SELECT MIN(\"Champ Car World Series (2004–2007)\") FROM \"1-19524523-1\";"} +{"question_id": 2059, "table_id": "1-19524523-1", "question": "What is the most Champ Car wins for any driver with a USAC record of 2?", "sql": "SELECT MAX(\"Champ Car World Series (2004–2007)\") FROM \"1-19524523-1\" WHERE \"USAC (1956–1995)\" = 2.0;"} +{"question_id": 2060, "table_id": "1-1952065-4", "question": "How many afc titles did the Cleveland Browns have?", "sql": "SELECT MAX(\"AFC Titles\") FROM \"1-1952065-4\" WHERE \"Teams With Division Titles\" = 'Cleveland Browns';"} +{"question_id": 2061, "table_id": "1-1952065-4", "question": "How many division championships did the Pittsburgh Steelers have?", "sql": "SELECT \"Division Championships\" FROM \"1-1952065-4\" WHERE \"Teams With Division Titles\" = 'Pittsburgh Steelers';"} +{"question_id": 2062, "table_id": "1-1952065-4", "question": "How many afc titles were there when there were 2 super bowl wins?", "sql": "SELECT MAX(\"AFC Titles\") FROM \"1-1952065-4\" WHERE \"Super Bowl Wins\" = 2.0;"} +{"question_id": 2063, "table_id": "1-1952065-4", "question": "How many division title teams were in the division championships 9 times?", "sql": "SELECT COUNT(\"Teams With Division Titles\") FROM \"1-1952065-4\" WHERE \"Division Championships\" = 9.0;"} +{"question_id": 2064, "table_id": "1-1952065-4", "question": "What is the highest number of division championships where playoff berths were 11?", "sql": "SELECT MAX(\"Division Championships\") FROM \"1-1952065-4\" WHERE \"Playoff Berths\" = 11.0;"} +{"question_id": 2065, "table_id": "1-19529639-3", "question": "Who in the original Toronto cast played the character played by Kate Rockwell in the current Broadway cast?", "sql": "SELECT \"Original Toronto Cast\" FROM \"1-19529639-3\" WHERE \"Current Broadway Cast\" = 'Kate Rockwell';"} +{"question_id": 2066, "table_id": "1-19529639-3", "question": "What member of the current West End cast plays the character played by Jodie Jacobs in the original West End cast?", "sql": "SELECT \"Current West End Cast\" FROM \"1-19529639-3\" WHERE \"Original West End Cast\" = 'Jodie Jacobs';"} +{"question_id": 2067, "table_id": "1-19529639-3", "question": "What member of the current Broadway cast plays the character played by Constantine Maroulis from the original Broadway cast?", "sql": "SELECT \"Current Broadway Cast\" FROM \"1-19529639-3\" WHERE \"Original Broadway Cast\" = 'Constantine Maroulis';"} +{"question_id": 2068, "table_id": "1-19529639-3", "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?", "sql": "SELECT COUNT(\"Second National Tour Year 2\") FROM \"1-19529639-3\" WHERE \"Original West End Cast\" = 'Oliver Tompsett';"} +{"question_id": 2069, "table_id": "1-19529639-3", "question": "What member of the original Toronto cast played the character played by Constantine Maroulis in the first national tour cast?", "sql": "SELECT \"Original Toronto Cast\" FROM \"1-19529639-3\" WHERE \"First National Tour Cast\" = 'Constantine Maroulis';"} +{"question_id": 2070, "table_id": "1-19534677-1", "question": "Name the # for Bill Finger Edmond Hamilton Dick Sprang , et al.", "sql": "SELECT \"#\" FROM \"1-19534677-1\" WHERE \"Creators\" = 'Bill Finger Edmond Hamilton Dick Sprang , et al.';"} +{"question_id": 2071, "table_id": "1-19534677-1", "question": "Name the volume line for number 8", "sql": "SELECT \"Volume line\" FROM \"1-19534677-1\" WHERE \"#\" = 8.0;"} +{"question_id": 2072, "table_id": "1-19534677-1", "question": "Name the total number for material collected for 978-1401221935", "sql": "SELECT COUNT(\"Material collected\") FROM \"1-19534677-1\" WHERE \"ISBN\" = '978-1401221935';"} +{"question_id": 2073, "table_id": "1-19534677-1", "question": "Name the umbr of creators for Flash of Two Worlds", "sql": "SELECT COUNT(\"Creators\") FROM \"1-19534677-1\" WHERE \"Volume title\" = 'Flash of Two Worlds';"} +{"question_id": 2074, "table_id": "1-19534677-1", "question": "Name the total number of material collected for Justice League of America by George Pérez, Vol. 2", "sql": "SELECT COUNT(\"Material collected\") FROM \"1-19534677-1\" WHERE \"Volume title\" = 'Justice League of America by George Pérez, Vol. 2';"} +{"question_id": 2075, "table_id": "1-19542477-8", "question": "What is the highest overall number one(s)?", "sql": "SELECT MAX(\"Number One(s)\") FROM \"1-19542477-8\";"} +{"question_id": 2076, "table_id": "1-19611329-1", "question": "Name the Player for 1945 for Player", "sql": "SELECT \"Player\" FROM \"1-19611329-1\" WHERE \"Year inducted\" = 1945.0 AND \"Inducted as\" = 'Player';"} +{"question_id": 2077, "table_id": "1-19611329-1", "question": "Name the inducted as for Joe Medwick Category:Articles with hCards", "sql": "SELECT \"Inducted as\" FROM \"1-19611329-1\" WHERE \"Player\" = 'Joe Medwick Category:Articles with hCards';"} +{"question_id": 2078, "table_id": "1-1963459-2", "question": "What teams drive cars manufactured by Toyota?", "sql": "SELECT \"Team\" FROM \"1-1963459-2\" WHERE \"Manufacturer\" = 'Toyota';"} +{"question_id": 2079, "table_id": "1-1963459-2", "question": "What is Jon Thorne's average speed?", "sql": "SELECT \"Average Speed (mph)\" FROM \"1-1963459-2\" WHERE \"Team\" = 'Jon Thorne';"} +{"question_id": 2080, "table_id": "1-1963459-2", "question": "What day did the race in 1974 take place on?", "sql": "SELECT \"Date\" FROM \"1-1963459-2\" WHERE \"Year\" = 1974.0;"} +{"question_id": 2081, "table_id": "1-1963459-2", "question": "What is Tony Stewart's average speed?", "sql": "SELECT \"Average Speed (mph)\" FROM \"1-1963459-2\" WHERE \"Driver\" = 'Tony Stewart';"} +{"question_id": 2082, "table_id": "1-1963459-2", "question": "What year was the average speed 145.24", "sql": "SELECT MAX(\"Year\") FROM \"1-1963459-2\" WHERE \"Average Speed (mph)\" = '145.24';"} +{"question_id": 2083, "table_id": "1-1964010-2", "question": "How many surfaces were played on in 2005 where the score was 6–7 (4–7) , 3–6, 7–6 (7–2) , 3–6?", "sql": "SELECT COUNT(\"Surface\") FROM \"1-1964010-2\" WHERE \"Year\" = 2005.0 AND \"Score\" = '6–7 (4–7) , 3–6, 7–6 (7–2) , 3–6';"} +{"question_id": 2084, "table_id": "1-1964010-2", "question": "Who are the opponents of Mike Byron and partner in matches where the score was 6–4, 4–6, 7–6 (7–4)?", "sql": "SELECT \"Opponents\" FROM \"1-1964010-2\" WHERE \"Score\" = '6–4, 4–6, 7–6 (7–4)';"} +{"question_id": 2085, "table_id": "1-1965650-10", "question": "What player is from the California Golden Seals?", "sql": "SELECT \"Player\" FROM \"1-1965650-10\" WHERE \"NHL team\" = 'California Golden Seals';"} +{"question_id": 2086, "table_id": "1-1965650-10", "question": "What team does Lee Palmer play for?", "sql": "SELECT \"College/junior/club team\" FROM \"1-1965650-10\" WHERE \"Player\" = 'Lee Palmer';"} +{"question_id": 2087, "table_id": "1-1965650-10", "question": "What country is Alain Labrecque from?", "sql": "SELECT \"Nationality\" FROM \"1-1965650-10\" WHERE \"Player\" = 'Alain Labrecque';"} +{"question_id": 2088, "table_id": "1-1965650-10", "question": "What is Boston Bruins minimum pick?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-1965650-10\" WHERE \"NHL team\" = 'Boston Bruins';"} +{"question_id": 2089, "table_id": "1-1965650-2", "question": "Name the position of Glenn Goldup", "sql": "SELECT \"Position\" FROM \"1-1965650-2\" WHERE \"Player\" = 'Glenn Goldup';"} +{"question_id": 2090, "table_id": "1-1965650-2", "question": "Name the least pick number for Colin Campbell", "sql": "SELECT MIN(\"Pick #\") FROM \"1-1965650-2\" WHERE \"Player\" = 'Colin Campbell';"} +{"question_id": 2091, "table_id": "1-1965650-2", "question": "Name the player for pick number for 30", "sql": "SELECT \"Player\" FROM \"1-1965650-2\" WHERE \"Pick #\" = 30.0;"} +{"question_id": 2092, "table_id": "1-1965650-2", "question": "Name the college/junior club team for Jimmy Jones", "sql": "SELECT \"College/junior/club team\" FROM \"1-1965650-2\" WHERE \"Player\" = 'Jimmy Jones';"} +{"question_id": 2093, "table_id": "1-19651669-1", "question": "Who was the MVP the season Scaligera Verona were Champions?", "sql": "SELECT \"MVP\" FROM \"1-19651669-1\" WHERE \"Champion\" = 'Scaligera Verona';"} +{"question_id": 2094, "table_id": "1-19651669-1", "question": "Who was the finalist in the season 2007-08?", "sql": "SELECT \"Finalist\" FROM \"1-19651669-1\" WHERE \"Season\" = '2007-08';"} +{"question_id": 2095, "table_id": "1-19651669-1", "question": "Who was the finalist when the final venue was Varese?", "sql": "SELECT \"Finalist\" FROM \"1-19651669-1\" WHERE \"Final Venue\" = 'Varese';"} +{"question_id": 2096, "table_id": "1-19651669-1", "question": "Who was the finalist when the MVP was Romain Sato?", "sql": "SELECT \"Finalist\" FROM \"1-19651669-1\" WHERE \"MVP\" = 'Romain Sato';"} +{"question_id": 2097, "table_id": "1-19651669-1", "question": "Who was the champion for the 1998-99 season?", "sql": "SELECT \"Champion\" FROM \"1-19651669-1\" WHERE \"Season\" = '1998-99';"} +{"question_id": 2098, "table_id": "1-19651669-1", "question": "How many final venues were there in the 1997-98 season?", "sql": "SELECT COUNT(\"Final Venue\") FROM \"1-19651669-1\" WHERE \"Season\" = '1997-98';"} +{"question_id": 2099, "table_id": "1-1965650-7", "question": "What player was drafted to the Detroit Red Wings?", "sql": "SELECT \"Player\" FROM \"1-1965650-7\" WHERE \"NHL team\" = 'Detroit Red Wings';"} +{"question_id": 2100, "table_id": "1-1965650-7", "question": "Who did Dan Follet play for before the draft?", "sql": "SELECT \"College/junior/club team\" FROM \"1-1965650-7\" WHERE \"Player\" = 'Dan Follet';"} +{"question_id": 2101, "table_id": "1-1965650-7", "question": "How many teams have a player named Denis Andersen?", "sql": "SELECT COUNT(\"NHL team\") FROM \"1-1965650-7\" WHERE \"Player\" = 'Denis Andersen';"} +{"question_id": 2102, "table_id": "1-1965650-7", "question": "Which College did the Buffalo Sabres' pick play for?", "sql": "SELECT \"College/junior/club team\" FROM \"1-1965650-7\" WHERE \"NHL team\" = 'Buffalo Sabres';"} +{"question_id": 2103, "table_id": "1-1965650-8", "question": "What NHL team does Denis Desgagnes play for?", "sql": "SELECT \"NHL team\" FROM \"1-1965650-8\" WHERE \"Player\" = 'Denis Desgagnes';"} +{"question_id": 2104, "table_id": "1-1965650-8", "question": "What cub team or college did Bob Law come from?", "sql": "SELECT \"College/junior/club team\" FROM \"1-1965650-8\" WHERE \"Player\" = 'Bob Law';"} +{"question_id": 2105, "table_id": "1-1965650-8", "question": "What NHL team did Jim Koleff play on?", "sql": "SELECT \"NHL team\" FROM \"1-1965650-8\" WHERE \"Player\" = 'Jim Koleff';"} +{"question_id": 2106, "table_id": "1-1969634-1", "question": "How many teams have Skyhawks as a nickname?", "sql": "SELECT COUNT(\"Division\") FROM \"1-1969634-1\" WHERE \"Nickname\" = 'Skyhawks';"} +{"question_id": 2107, "table_id": "1-1969634-1", "question": "What is the total enrollment for the school in Garden City, New York?", "sql": "SELECT \"Enrollment\" FROM \"1-1969634-1\" WHERE \"Location\" = 'Garden City, New York';"} +{"question_id": 2108, "table_id": "1-1969634-1", "question": "How many schools with Greyhounds as their nickname?", "sql": "SELECT COUNT(\"Institution\") FROM \"1-1969634-1\" WHERE \"Nickname\" = 'Greyhounds';"} +{"question_id": 2109, "table_id": "1-1969634-1", "question": "How many schools named Southern New Hampshire University?", "sql": "SELECT COUNT(\"Enrollment\") FROM \"1-1969634-1\" WHERE \"Institution\" = 'Southern New Hampshire University';"} +{"question_id": 2110, "table_id": "1-19722436-2", "question": "When No.55 IPB Spartak Racing is the g1 winning team what are the results?", "sql": "SELECT \"Results\" FROM \"1-19722436-2\" WHERE \"GT1 Winning Team\" = 'No.55 IPB Spartak Racing';"} +{"question_id": 2111, "table_id": "1-19722436-2", "question": "When Peter Kox Roman Rusinov is the gt1 of the winning team how many lmp1 winning teams are there?", "sql": "SELECT COUNT(\"LMP1 Winning Team\") FROM \"1-19722436-2\" WHERE \"GT1 Winning Team\" = 'Peter Kox Roman Rusinov';"} +{"question_id": 2112, "table_id": "1-19722436-2", "question": "When Julien Jousse Patrice Goueslard Yann Clairay is teh gt1 of the winning team how many measurements of rnd. are there?", "sql": "SELECT COUNT(\"Rnd.\") FROM \"1-19722436-2\" WHERE \"GT1 Winning Team\" = 'Julien Jousse Patrice Goueslard Yann Clairay';"} +{"question_id": 2113, "table_id": "1-1973729-1", "question": "How many nicknames were associated with Milton, Massachusetts?", "sql": "SELECT COUNT(\"Nickname\") FROM \"1-1973729-1\" WHERE \"Location\" = 'Milton, Massachusetts';"} +{"question_id": 2114, "table_id": "1-1973729-1", "question": "Where is the Eastern Nazarene College located?", "sql": "SELECT \"Location\" FROM \"1-1973729-1\" WHERE \"Institution\" = 'Eastern Nazarene College';"} +{"question_id": 2115, "table_id": "1-1973729-1", "question": "How many years are listed under joined for the Nor'easters?", "sql": "SELECT COUNT(\"Joined\") FROM \"1-1973729-1\" WHERE \"Nickname\" = 'Nor''easters';"} +{"question_id": 2116, "table_id": "1-1973729-1", "question": "What location contains a school that has an enrollment of 2686?", "sql": "SELECT \"Location\" FROM \"1-1973729-1\" WHERE \"Enrollment\" = 2686.0;"} +{"question_id": 2117, "table_id": "1-1973729-1", "question": "In what year did the Lions join?", "sql": "SELECT MIN(\"Joined\") FROM \"1-1973729-1\" WHERE \"Nickname\" = 'Lions';"} +{"question_id": 2118, "table_id": "1-1973729-2", "question": "Which conference has the nickname Chargers?", "sql": "SELECT \"Current Conference\" FROM \"1-1973729-2\" WHERE \"Nickname\" = 'Chargers';"} +{"question_id": 2119, "table_id": "1-1973729-2", "question": "Which conference has the nickname Lions?", "sql": "SELECT \"Current Conference\" FROM \"1-1973729-2\" WHERE \"Nickname\" = 'Lions';"} +{"question_id": 2120, "table_id": "1-1973729-2", "question": "What joined year does Dropped athletics have?", "sql": "SELECT MAX(\"Joined\") FROM \"1-1973729-2\" WHERE \"Current Conference\" = 'Dropped athletics';"} +{"question_id": 2121, "table_id": "1-1973729-2", "question": "What is the latest founded year?", "sql": "SELECT MAX(\"Founded\") FROM \"1-1973729-2\";"} +{"question_id": 2122, "table_id": "1-1974443-1", "question": "What institution is located in Watertown, Wisconsin?", "sql": "SELECT \"Institution\" FROM \"1-1974443-1\" WHERE \"Location\" = 'Watertown, Wisconsin';"} +{"question_id": 2123, "table_id": "1-1974443-1", "question": "What is the smallest enrollment for institutions founded in exactly 1880?", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-1974443-1\" WHERE \"Founded\" = 1880.0;"} +{"question_id": 2124, "table_id": "1-1974443-1", "question": "What is the enrollment for Lakeland College?", "sql": "SELECT \"Enrollment\" FROM \"1-1974443-1\" WHERE \"Institution\" = 'Lakeland College';"} +{"question_id": 2125, "table_id": "1-1974443-1", "question": "What is the maximum enrollment for Concordia University?", "sql": "SELECT MAX(\"Enrollment\") FROM \"1-1974443-1\" WHERE \"Institution\" = 'Concordia University';"} +{"question_id": 2126, "table_id": "1-19744915-15", "question": "What couple had a total score of 6?", "sql": "SELECT \"Couple\" FROM \"1-19744915-15\" WHERE \"Total\" = 6.0;"} +{"question_id": 2127, "table_id": "1-19744915-15", "question": "What is the lowest rank?", "sql": "SELECT MIN(\"Rank\") FROM \"1-19744915-15\";"} +{"question_id": 2128, "table_id": "1-19744915-15", "question": "What couple had a vote percentage of 7.691%", "sql": "SELECT \"Couple\" FROM \"1-19744915-15\" WHERE \"Vote percentage\" = '7.691%';"} +{"question_id": 2129, "table_id": "1-19744915-15", "question": "How many results do Ellery and Frankie have?", "sql": "SELECT COUNT(\"Result\") FROM \"1-19744915-15\" WHERE \"Couple\" = 'Ellery and Frankie';"} +{"question_id": 2130, "table_id": "1-19744915-15", "question": "What is Michael and Melanie's rank?", "sql": "SELECT \"Rank\" FROM \"1-19744915-15\" WHERE \"Couple\" = 'Michael and Melanie';"} +{"question_id": 2131, "table_id": "1-19744915-16", "question": "What is Zoe and Matt's rank?", "sql": "SELECT \"Rank\" FROM \"1-19744915-16\" WHERE \"Couple\" = 'Zoe and Matt';"} +{"question_id": 2132, "table_id": "1-19744915-16", "question": "What is the judge's total for Roxanne and Daniel?", "sql": "SELECT \"Judges\" FROM \"1-19744915-16\" WHERE \"Couple\" = 'Roxanne and Daniel';"} +{"question_id": 2133, "table_id": "1-19744915-16", "question": "What is Zoe and Matt's result?", "sql": "SELECT \"Result\" FROM \"1-19744915-16\" WHERE \"Couple\" = 'Zoe and Matt';"} +{"question_id": 2134, "table_id": "1-19744915-16", "question": "What is the result of judge 6?", "sql": "SELECT \"Result\" FROM \"1-19744915-16\" WHERE \"Judges\" = 6.0;"} +{"question_id": 2135, "table_id": "1-19744915-3", "question": "what is the order when public vote was 18.155%", "sql": "SELECT \"Order\" FROM \"1-19744915-3\" WHERE \"Public vote\" = '18.155%';"} +{"question_id": 2136, "table_id": "1-19744915-3", "question": "what is the public vote on Graeme & Kristina", "sql": "SELECT \"Public vote\" FROM \"1-19744915-3\" WHERE \"Couple\" = 'Graeme & Kristina';"} +{"question_id": 2137, "table_id": "1-19744915-3", "question": "what is robin's stat when jason was 2.5", "sql": "SELECT \"Robin\" FROM \"1-19744915-3\" WHERE \"Jason\" = '2.5';"} +{"question_id": 2138, "table_id": "1-19744915-3", "question": "state the skating song of Graeme & Kristina", "sql": "SELECT \"Skating song\" FROM \"1-19744915-3\" WHERE \"Couple\" = 'Graeme & Kristina';"} +{"question_id": 2139, "table_id": "1-19744915-3", "question": "what is the scoreboard when karen was 4.5", "sql": "SELECT \"Scoreboard\" FROM \"1-19744915-3\" WHERE \"Karen\" = '4.5';"} +{"question_id": 2140, "table_id": "1-19744915-3", "question": "how many coupless totalled 14.5", "sql": "SELECT COUNT(\"Couple\") FROM \"1-19744915-3\" WHERE \"Total\" = '14.5';"} +{"question_id": 2141, "table_id": "1-1974545-1", "question": "Name the nickname for enrollment being 9000", "sql": "SELECT \"Nickname\" FROM \"1-1974545-1\" WHERE \"Enrollment\" = 9000.0;"} +{"question_id": 2142, "table_id": "1-1974632-1", "question": "what type is the institute that enrolled 2102", "sql": "SELECT \"Type\" FROM \"1-1974632-1\" WHERE \"Enrollment\" = 2102.0;"} +{"question_id": 2143, "table_id": "1-1974632-1", "question": "where is the Private/Presbyterian institute", "sql": "SELECT \"Location\" FROM \"1-1974632-1\" WHERE \"Type\" = 'Private/Presbyterian';"} +{"question_id": 2144, "table_id": "1-1974632-1", "question": "what type of institution is Alvernia University", "sql": "SELECT \"Type\" FROM \"1-1974632-1\" WHERE \"Institution\" = 'Alvernia University';"} +{"question_id": 2145, "table_id": "1-1974632-1", "question": "state the institution in Glenside, Pennsylvania", "sql": "SELECT \"Institution\" FROM \"1-1974632-1\" WHERE \"Location\" = 'Glenside, Pennsylvania';"} +{"question_id": 2146, "table_id": "1-19753079-13", "question": "What was the result when John Barrow was the incumbent first elected in 2004?", "sql": "SELECT \"Result\" FROM \"1-19753079-13\" WHERE \"First elected\" = 2004.0 AND \"Incumbent\" = 'John Barrow';"} +{"question_id": 2147, "table_id": "1-19753079-13", "question": "How many incumbents are there in the Georgia 8 district when the party is Democratic?", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-19753079-13\" WHERE \"Party\" = 'Democratic' AND \"District\" = 'Georgia 8';"} +{"question_id": 2148, "table_id": "1-19753079-13", "question": "In what district is the incumbent John Linder?", "sql": "SELECT \"District\" FROM \"1-19753079-13\" WHERE \"Incumbent\" = 'John Linder';"} +{"question_id": 2149, "table_id": "1-19753079-13", "question": "What was the result of the Georgia 8 district?", "sql": "SELECT \"Result\" FROM \"1-19753079-13\" WHERE \"District\" = 'Georgia 8';"} +{"question_id": 2150, "table_id": "1-19760-1", "question": "What is the mind of the one that has qut reason?", "sql": "SELECT \"Mind\" FROM \"1-19760-1\" WHERE \"Reason\" = 'qut';"} +{"question_id": 2151, "table_id": "1-19760-1", "question": "What is the intelligence os the one that has 思 sī, \"thought\"?", "sql": "SELECT \"Intelligence\" FROM \"1-19760-1\" WHERE \"Thought\" = '思 sī, \"thought\"';"} +{"question_id": 2152, "table_id": "1-19760-1", "question": "What is the understanding of the one that has νοῦς Nous reasoning?", "sql": "SELECT \"Understanding\" FROM \"1-19760-1\" WHERE \"Reason\" = 'νοῦς Nous';"} +{"question_id": 2153, "table_id": "1-19766-1", "question": "How much was spent in 1949/50 (in $ millions) in the country where the cumulative expenditure is $376 millions?", "sql": "SELECT MIN(\"1949/50 ($ millions)\") FROM \"1-19766-1\" WHERE \"Cumulative ($ millions)\" = 376.0;"} +{"question_id": 2154, "table_id": "1-19766-1", "question": "How many millions of $ were spent in Iceland in 1948/49?", "sql": "SELECT MAX(\"1948/49 ($ millions)\") FROM \"1-19766-1\" WHERE \"Country\" = 'Iceland';"} +{"question_id": 2155, "table_id": "1-19766-1", "question": "What country spent $59 millions in 1949/50?", "sql": "SELECT \"Country\" FROM \"1-19766-1\" WHERE \"1949/50 ($ millions)\" = 59.0;"} +{"question_id": 2156, "table_id": "1-19766-1", "question": "What's the 1949/50 expenditure (in $ millions) in the country where the 1948/49 expenditure was 232$ millions?", "sql": "SELECT MAX(\"1949/50 ($ millions)\") FROM \"1-19766-1\" WHERE \"1948/49 ($ millions)\" = 232.0;"} +{"question_id": 2157, "table_id": "1-19766-1", "question": "What's the 1948/49 expenditure (in $ millions) in the country whose 1949/50 expenditure is $921 millions?", "sql": "SELECT \"1948/49 ($ millions)\" FROM \"1-19766-1\" WHERE \"1949/50 ($ millions)\" = 921.0;"} +{"question_id": 2158, "table_id": "1-19769687-3", "question": "Name the total number for % popular vote for # of seats won for 83", "sql": "SELECT COUNT(\"% of popular vote\") FROM \"1-19769687-3\" WHERE \"# of seats won\" = 83.0;"} +{"question_id": 2159, "table_id": "1-19769687-3", "question": "Name the % of popular vote for election for 1926", "sql": "SELECT \"% of popular vote\" FROM \"1-19769687-3\" WHERE \"Election\" = '1926';"} +{"question_id": 2160, "table_id": "1-19769687-3", "question": "Name the most # of seats won", "sql": "SELECT MAX(\"# of seats won\") FROM \"1-19769687-3\";"} +{"question_id": 2161, "table_id": "1-19769687-3", "question": "Name the most number of total votes for election for 1878", "sql": "SELECT MAX(\"# of total votes\") FROM \"1-19769687-3\" WHERE \"Election\" = '1878';"} +{"question_id": 2162, "table_id": "1-197638-7", "question": "What is the number for the french open 1974?", "sql": "SELECT MAX(\"#\") FROM \"1-197638-7\" WHERE \"French Open\" = 1974.0;"} +{"question_id": 2163, "table_id": "1-197638-7", "question": "When was the Australian open?", "sql": "SELECT MAX(\"Australian Open\") FROM \"1-197638-7\";"} +{"question_id": 2164, "table_id": "1-197638-7", "question": "How many ages have Maureen Connolly Brinker as the player?", "sql": "SELECT COUNT(\"Age\") FROM \"1-197638-7\" WHERE \"Player\" = 'Maureen Connolly Brinker';"} +{"question_id": 2165, "table_id": "1-197638-7", "question": "When is the French Open when Serena Williams is the player?", "sql": "SELECT MIN(\"French Open\") FROM \"1-197638-7\" WHERE \"Player\" = 'Serena Williams';"} +{"question_id": 2166, "table_id": "1-19769948-26", "question": "how many dismissals in a game with 191 innings", "sql": "SELECT COUNT(\"Dismissals\") FROM \"1-19769948-26\" WHERE \"Innings\" = 191.0;"} +{"question_id": 2167, "table_id": "1-198175-2", "question": "How many residence cities have an English name of Province of Viborg and Nyslott?", "sql": "SELECT COUNT(\"Residence city\") FROM \"1-198175-2\" WHERE \"English name\" = 'Province of Viborg and Nyslott';"} +{"question_id": 2168, "table_id": "1-198175-2", "question": "What is the highest value for map number?", "sql": "SELECT MAX(\"Map number\") FROM \"1-198175-2\";"} +{"question_id": 2169, "table_id": "1-198175-2", "question": "What is every Swedish name for residence city is Loviisa?", "sql": "SELECT \"Swedish name\" FROM \"1-198175-2\" WHERE \"Residence city\" = 'Loviisa';"} +{"question_id": 2170, "table_id": "1-198175-2", "question": "What is every Finnish name for the English name of Province of Viborg and Nyslott?", "sql": "SELECT \"Finnish name\" FROM \"1-198175-2\" WHERE \"English name\" = 'Province of Viborg and Nyslott';"} +{"question_id": 2171, "table_id": "1-1982739-2", "question": "What is the traditional Chinese character set for the location that has an area of 181?", "sql": "SELECT \"Traditional Chinese\" FROM \"1-1982739-2\" WHERE \"Area\" = 181.0;"} +{"question_id": 2172, "table_id": "1-1982739-2", "question": "What is the total number of areas that are called Nanqiao District?", "sql": "SELECT COUNT(\"Area\") FROM \"1-1982739-2\" WHERE \"English Name\" = 'Nanqiao District';"} +{"question_id": 2173, "table_id": "1-1982739-2", "question": "What is the number of English names that have a Traditional Chinese name of 全椒縣?", "sql": "SELECT COUNT(\"English Name\") FROM \"1-1982739-2\" WHERE \"Traditional Chinese\" = '全椒縣';"} +{"question_id": 2174, "table_id": "1-1982739-2", "question": "What is the Pinyin name for Dingyuan County?", "sql": "SELECT \"Pinyin\" FROM \"1-1982739-2\" WHERE \"English Name\" = 'Dingyuan County';"} +{"question_id": 2175, "table_id": "1-19839391-3", "question": "What are Doug Davis' maximum pitching stats?", "sql": "SELECT MAX(\"Stats\") FROM \"1-19839391-3\" WHERE \"Pitcher\" = 'Doug Davis';"} +{"question_id": 2176, "table_id": "1-19839391-3", "question": "List the pitchers for the 1970 season", "sql": "SELECT \"Pitcher\" FROM \"1-19839391-3\" WHERE \"Seasons\" = '1970';"} +{"question_id": 2177, "table_id": "1-19839391-3", "question": "How many wins had a win percentage of 0.667", "sql": "SELECT \"Wins\" FROM \"1-19839391-3\" WHERE \"Winning %\" = '0.667';"} +{"question_id": 2178, "table_id": "1-19839391-3", "question": "how many \"no decisions\" are there with 3 wins and a win percentage of 1.000?", "sql": "SELECT MIN(\"No decisions\") FROM \"1-19839391-3\" WHERE \"Winning %\" = '1.000' AND \"Wins\" = 3.0;"} +{"question_id": 2179, "table_id": "1-19864214-3", "question": "stae the least number of wins in 1986", "sql": "SELECT MIN(\"Wins\") FROM \"1-19864214-3\" WHERE \"Seasons\" = '1986';"} +{"question_id": 2180, "table_id": "1-19864214-3", "question": "what is the least number of no decisions for Scott Feldman Category:Articles with hCards", "sql": "SELECT MIN(\"No decisions\") FROM \"1-19864214-3\" WHERE \"Pitcher\" = 'Scott Feldman Category:Articles with hCards';"} +{"question_id": 2181, "table_id": "1-19864214-3", "question": "what is the number of starts in 1977", "sql": "SELECT \"Starts\" FROM \"1-19864214-3\" WHERE \"Seasons\" = '1977';"} +{"question_id": 2182, "table_id": "1-19864214-3", "question": "who was the pitcher in seasons 1982, 1984, 1985, 1987, 1988, 1989", "sql": "SELECT \"Pitcher\" FROM \"1-19864214-3\" WHERE \"Seasons\" = '1982, 1984, 1985, 1987, 1988, 1989';"} +{"question_id": 2183, "table_id": "1-19864214-3", "question": "how many wins did pitcher Jon Matlack Category:Articles with hCards achieve", "sql": "SELECT COUNT(\"Wins\") FROM \"1-19864214-3\" WHERE \"Pitcher\" = 'Jon Matlack Category:Articles with hCards';"} +{"question_id": 2184, "table_id": "1-19897294-4", "question": "How many series are there total?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-19897294-4\";"} +{"question_id": 2185, "table_id": "1-19897294-4", "question": "What family had a no.overall of UK10?", "sql": "SELECT \"Family/families\" FROM \"1-19897294-4\" WHERE \"No. overall\" = 'UK10';"} +{"question_id": 2186, "table_id": "1-1990460-1", "question": "What's the highest division number through the years?", "sql": "SELECT MAX(\"Division\") FROM \"1-1990460-1\";"} +{"question_id": 2187, "table_id": "1-1990460-1", "question": "What's the lowest division number of the 6th, Great Lakes season?", "sql": "SELECT MIN(\"Division\") FROM \"1-1990460-1\" WHERE \"Regular Season\" = '6th, Great Lakes';"} +{"question_id": 2188, "table_id": "1-1990460-1", "question": "What's the team's status in the Open Cup in 2006?", "sql": "SELECT \"Open Cup\" FROM \"1-1990460-1\" WHERE \"Year\" = 2006.0;"} +{"question_id": 2189, "table_id": "1-1990460-1", "question": "When did the 4th, Midwest season happen?", "sql": "SELECT \"Year\" FROM \"1-1990460-1\" WHERE \"Regular Season\" = '4th, Midwest';"} +{"question_id": 2190, "table_id": "1-1992924-3", "question": "which channels had spokesperson Arina Sharapova and No Dual Commentator", "sql": "SELECT \"Channel\" FROM \"1-1992924-3\" WHERE \"Spokesperson\" = 'Arina Sharapova' AND \"Dual Commentator\" = 'No Dual Commentator';"} +{"question_id": 2191, "table_id": "1-1992924-3", "question": "how many spokesperson where in 2004", "sql": "SELECT COUNT(\"Spokesperson\") FROM \"1-1992924-3\" WHERE \"Year(s)\" = 2004.0;"} +{"question_id": 2192, "table_id": "1-1992924-3", "question": "who is the dual commentator at the channel with spokesperson Larisa Verbickaya", "sql": "SELECT \"Dual Commentator\" FROM \"1-1992924-3\" WHERE \"Spokesperson\" = 'Larisa Verbickaya';"} +{"question_id": 2193, "table_id": "1-1992924-3", "question": "state all spokesperson for the channel where dual commentator was Elena Batinova", "sql": "SELECT \"Spokesperson\" FROM \"1-1992924-3\" WHERE \"Dual Commentator\" = 'Elena Batinova';"} +{"question_id": 2194, "table_id": "1-1992924-3", "question": "state all the spokesperson for the channel where commentator is Dmitriy Guberniyev", "sql": "SELECT \"Spokesperson\" FROM \"1-1992924-3\" WHERE \"Commentator\" = 'Dmitriy Guberniyev';"} +{"question_id": 2195, "table_id": "1-19930660-3", "question": "When is the first broadcast for episodes where Rufus's guest is Jack Whitehall?", "sql": "SELECT \"First broadcast\" FROM \"1-19930660-3\" WHERE \"Rufus guest\" = 'Jack Whitehall';"} +{"question_id": 2196, "table_id": "1-19930660-3", "question": "Which episodes have Chris Addison as Rufus's guest?", "sql": "SELECT \"Episode\" FROM \"1-19930660-3\" WHERE \"Rufus guest\" = 'Chris Addison';"} +{"question_id": 2197, "table_id": "1-19930660-3", "question": "What is the resulting score for the episodes where Rufus's guest is Sean Lock?", "sql": "SELECT \"Winner\" FROM \"1-19930660-3\" WHERE \"Rufus guest\" = 'Sean Lock';"} +{"question_id": 2198, "table_id": "1-19930660-3", "question": "What is the first broadcast date for episode 3x10?", "sql": "SELECT \"First broadcast\" FROM \"1-19930660-3\" WHERE \"Episode\" = '3x10';"} +{"question_id": 2199, "table_id": "1-19948664-1", "question": "What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?", "sql": "SELECT \"Index (Year)\" FROM \"1-19948664-1\" WHERE \"Author / Editor / Source\" = 'United Nations (UNDP)' AND \"Ranking L.A. (2)\" = '2nd';"} +{"question_id": 2200, "table_id": "1-19948664-1", "question": "How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?", "sql": "SELECT MAX(\"Countries sampled\") FROM \"1-19948664-1\" WHERE \"Author / Editor / Source\" = 'The Economist' AND \"Year of publication\" = '2007' AND \"Ranking L.A. (2)\" = '2nd';"} +{"question_id": 2201, "table_id": "1-19948664-1", "question": "What's the wold ranking of the index by Transparency International?", "sql": "SELECT \"World Ranking (1)\" FROM \"1-19948664-1\" WHERE \"Author / Editor / Source\" = 'Transparency International';"} +{"question_id": 2202, "table_id": "1-19948664-1", "question": "How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?", "sql": "SELECT \"Countries sampled\" FROM \"1-19948664-1\" WHERE \"Ranking L.A. (2)\" = '2nd' AND \"World Ranking (1)\" = '23rd';"} +{"question_id": 2203, "table_id": "1-19948664-1", "question": "How many countries were sampled for the Prosperity Index (2008)?", "sql": "SELECT MAX(\"Countries sampled\") FROM \"1-19948664-1\" WHERE \"Index (Year)\" = 'Prosperity Index (2008)';"} +{"question_id": 2204, "table_id": "1-1999350-1", "question": "What is the playoffs result in years where Open Canada Cup was \"N/A\" and regular season result was \"2nd, New England\"?", "sql": "SELECT \"Playoffs\" FROM \"1-1999350-1\" WHERE \"Open Canada Cup\" = 'N/A' AND \"Regular Season\" = '2nd, New England';"} +{"question_id": 2205, "table_id": "1-1999350-1", "question": "What is the earliest year where playoffs was \"Did not qualify,\" regular season was \"2nd, New England,\" and Open Canada Cup is \"N/A\"?", "sql": "SELECT MIN(\"Year\") FROM \"1-1999350-1\" WHERE \"Playoffs\" = 'Did not qualify' AND \"Regular Season\" = '2nd, New England' AND \"Open Canada Cup\" = 'N/A';"} +{"question_id": 2206, "table_id": "1-1999350-1", "question": "What is the total number of playoffs held in exactly 2006?", "sql": "SELECT COUNT(\"Playoffs\") FROM \"1-1999350-1\" WHERE \"Year\" = 2006.0;"} +{"question_id": 2207, "table_id": "1-2001348-1", "question": "What were the revising conventions commentary with a denunciation of 21?", "sql": "SELECT \"revising convention(s)\" FROM \"1-2001348-1\" WHERE \"Denunciations (September 2011)\" = 21.0;"} +{"question_id": 2208, "table_id": "1-2001348-1", "question": "How many inputs are there in the 'closure for signature' tab under the field 'Sea (revised)'?", "sql": "SELECT COUNT(\"closure for signature\") FROM \"1-2001348-1\" WHERE \"Field\" = 'Sea (revised)';"} +{"question_id": 2209, "table_id": "1-2001348-1", "question": "How many ILO codes are there with revising conventions of 'this convention, Work in Fishing Convention'?", "sql": "SELECT COUNT(\"ILO code\") FROM \"1-2001348-1\" WHERE \"revising convention(s)\" = 'this convention, Work in Fishing Convention';"} +{"question_id": 2210, "table_id": "1-2001348-1", "question": "What was the revising convention of the field 'trimmers and stokers'?", "sql": "SELECT \"revising convention(s)\" FROM \"1-2001348-1\" WHERE \"Field\" = 'trimmers and stokers';"} +{"question_id": 2211, "table_id": "1-20018310-1", "question": "What are the Juntas de Regantes (WUB) within the Azua Valley?", "sql": "SELECT \"Juntas de Regantes (WUB)\" FROM \"1-20018310-1\" WHERE \"Irrigation District\" = 'Azua Valley';"} +{"question_id": 2212, "table_id": "1-20018310-1", "question": "Which irrigation district has 4733 users?", "sql": "SELECT \"Irrigation District\" FROM \"1-20018310-1\" WHERE \"Users (#)\" = 4733.0;"} +{"question_id": 2213, "table_id": "1-20018310-1", "question": "What's the number of users in the Nisibon-Yuma within the Del Este district?", "sql": "SELECT \"Users (#)\" FROM \"1-20018310-1\" WHERE \"Irrigation District\" = 'Del Este' AND \"Juntas de Regantes (WUB)\" = 'Nisibon-Yuma';"} +{"question_id": 2214, "table_id": "1-20032301-3", "question": "What percentage voted for Tom Horner according to the poll source with sampling error of 2.5%?", "sql": "SELECT \"Tom Horner (I)\" FROM \"1-20032301-3\" WHERE \"Sampling error\" = '2.5%';"} +{"question_id": 2215, "table_id": "1-20032301-3", "question": "What's the percentage of undecided according to the poll source with sampling error of 2.7%?", "sql": "SELECT \"Undecided\" FROM \"1-20032301-3\" WHERE \"Sampling error\" = '2.7%';"} +{"question_id": 2216, "table_id": "1-20032301-3", "question": "When did Minnesota Poll administer their poll?", "sql": "SELECT \"Dates administered\" FROM \"1-20032301-3\" WHERE \"Poll source\" = 'Minnesota Poll';"} +{"question_id": 2217, "table_id": "1-20032301-3", "question": "How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?", "sql": "SELECT COUNT(\"Tom Emmer (R)\") FROM \"1-20032301-3\" WHERE \"Matt Entenza (DFL)\" = '38%';"} +{"question_id": 2218, "table_id": "1-20032301-3", "question": "What poll source administered their poll on June 14-16, 2010?", "sql": "SELECT \"Poll source\" FROM \"1-20032301-3\" WHERE \"Dates administered\" = 'June 14-16, 2010';"} +{"question_id": 2219, "table_id": "1-20032301-3", "question": "What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza?", "sql": "SELECT \"Tom Horner (I)\" FROM \"1-20032301-3\" WHERE \"Matt Entenza (DFL)\" = '31%';"} +{"question_id": 2220, "table_id": "1-20074209-1", "question": "what is redskins (score) against Tennessee Titans 27", "sql": "SELECT \"Redskins (Score)\" FROM \"1-20074209-1\" WHERE \"Opponent (Score)\" = 'Tennessee Titans 27';"} +{"question_id": 2221, "table_id": "1-20140132-1", "question": "Who is the head coach of the team who's venue is Lokomotiv?", "sql": "SELECT \"Head Coach\" FROM \"1-20140132-1\" WHERE \"Venue\" = 'Lokomotiv';"} +{"question_id": 2222, "table_id": "1-20140132-1", "question": "What is the venue for the team Terek?", "sql": "SELECT \"Venue\" FROM \"1-20140132-1\" WHERE \"Team\" = 'Terek';"} +{"question_id": 2223, "table_id": "1-20140132-1", "question": "How many teams finished in 8th in 2008?", "sql": "SELECT COUNT(\"Team\") FROM \"1-20140132-1\" WHERE \"Position in 2008\" = '8th';"} +{"question_id": 2224, "table_id": "1-20140132-1", "question": "What is the location of the team Saturn?", "sql": "SELECT \"Location\" FROM \"1-20140132-1\" WHERE \"Team\" = 'Saturn';"} +{"question_id": 2225, "table_id": "1-20140132-1", "question": "What is the location of the team who's captain is Miodrag Džudović?", "sql": "SELECT \"Location\" FROM \"1-20140132-1\" WHERE \"Team Captain\" = 'Miodrag Džudović';"} +{"question_id": 2226, "table_id": "1-20142629-2", "question": "when fairburn is bigger than 54.0, how many years?", "sql": "SELECT COUNT(\"Year\") FROM \"1-20142629-2\" WHERE \"Fairburn\" > 54.0;"} +{"question_id": 2227, "table_id": "1-20142629-2", "question": "where stanier, 2 cylinder is 43, what is the stanier, 3 cylinder", "sql": "SELECT COUNT(\"Stanier, 3 cylinder\") FROM \"1-20142629-2\" WHERE \"Stanier, 2 cylinder\" = 43.0;"} +{"question_id": 2228, "table_id": "1-20142629-2", "question": "When the Fowler is 16, what is the number of cylinders?", "sql": "SELECT COUNT(\"Stanier, 3 cylinder\") FROM \"1-20142629-2\" WHERE \"Fowler\" = 16.0;"} +{"question_id": 2229, "table_id": "1-20142629-2", "question": "What is tops for Folwer?", "sql": "SELECT MAX(\"Fowler\") FROM \"1-20142629-2\";"} +{"question_id": 2230, "table_id": "1-20159025-1", "question": "On what grid was the time for part 1 1:31.063?", "sql": "SELECT \"Grid\" FROM \"1-20159025-1\" WHERE \"Part 1\" = '1:31.063';"} +{"question_id": 2231, "table_id": "1-20159025-1", "question": "Which driver was number 2‡?", "sql": "SELECT \"Driver\" FROM \"1-20159025-1\" WHERE \"No\" = '2‡';"} +{"question_id": 2232, "table_id": "1-20159025-1", "question": "Who was the driver in grid 01 1?", "sql": "SELECT \"Driver\" FROM \"1-20159025-1\" WHERE \"Grid\" = '01 1';"} +{"question_id": 2233, "table_id": "1-20159025-1", "question": "What was the time in part 3 when Heikki Kovalainen was the driver? ", "sql": "SELECT \"Part 3\" FROM \"1-20159025-1\" WHERE \"Driver\" = 'Heikki Kovalainen';"} +{"question_id": 2234, "table_id": "1-20159025-1", "question": "Who was the driver when the time in part 3 was 1:31.386?", "sql": "SELECT \"Driver\" FROM \"1-20159025-1\" WHERE \"Part 1\" = '1:31.386';"} +{"question_id": 2235, "table_id": "1-20159025-1", "question": "What was the time in part 3 when Nick Heidfeld was the driver?", "sql": "SELECT \"Part 3\" FROM \"1-20159025-1\" WHERE \"Driver\" = 'Nick Heidfeld';"} +{"question_id": 2236, "table_id": "1-20345624-2", "question": "Name the title that aired on 5 August 1967", "sql": "SELECT COUNT(\"Title\") FROM \"1-20345624-2\" WHERE \"Original airdate\" = '5 August 1967';"} +{"question_id": 2237, "table_id": "1-20345624-2", "question": "Name the total number of directors for number 6", "sql": "SELECT COUNT(\"Director\") FROM \"1-20345624-2\" WHERE \"No\" = 6.0;"} +{"question_id": 2238, "table_id": "1-20345624-2", "question": "Name the original airdate for Guy Verney", "sql": "SELECT \"Original airdate\" FROM \"1-20345624-2\" WHERE \"Director\" = 'Guy Verney';"} +{"question_id": 2239, "table_id": "1-20345624-2", "question": "Name the number of writers for airdate of 15 July 1967", "sql": "SELECT COUNT(\"Writer\") FROM \"1-20345624-2\" WHERE \"Original airdate\" = '15 July 1967';"} +{"question_id": 2240, "table_id": "1-20354-5", "question": "What's the abbreviation for the month whose transcription is kumphaphan?", "sql": "SELECT \"Abbr.\" FROM \"1-20354-5\" WHERE \"Transcription\" = 'kumphaphan';"} +{"question_id": 2241, "table_id": "1-20354-5", "question": "What's the zodiac sign for the month with Thai name มกราคม?", "sql": "SELECT \"Zodiac sign\" FROM \"1-20354-5\" WHERE \"Thai name\" = 'มกราคม';"} +{"question_id": 2242, "table_id": "1-20354-5", "question": "What's the zodiac sing for the month whose transcription is karakadakhom?", "sql": "SELECT \"Zodiac sign\" FROM \"1-20354-5\" WHERE \"Transcription\" = 'karakadakhom';"} +{"question_id": 2243, "table_id": "1-20354-5", "question": "What's the transcription for the Thai name พฤษภาคม?", "sql": "SELECT \"Transcription\" FROM \"1-20354-5\" WHERE \"Thai name\" = 'พฤษภาคม';"} +{"question_id": 2244, "table_id": "1-20354-5", "question": "What's the Sanskrit word for month with Thai name มกราคม?", "sql": "SELECT \"Sanskrit word\" FROM \"1-20354-5\" WHERE \"Thai name\" = 'มกราคม';"} +{"question_id": 2245, "table_id": "1-20354-5", "question": "How many different transcriptions are there for the Thai name พฤษภาคม?", "sql": "SELECT COUNT(\"Transcription\") FROM \"1-20354-5\" WHERE \"Thai name\" = 'พฤษภาคม';"} +{"question_id": 2246, "table_id": "1-20367820-16", "question": "What is the innings when the average is 36.48?", "sql": "SELECT MAX(\"Innings\") FROM \"1-20367820-16\" WHERE \"Average\" = '36.48';"} +{"question_id": 2247, "table_id": "1-20367820-16", "question": "How many no outs are there for an average of 43.70?", "sql": "SELECT \"Not Out\" FROM \"1-20367820-16\" WHERE \"Average\" = '43.70';"} +{"question_id": 2248, "table_id": "1-20367820-16", "question": "How many no outs for an average of 56.38?", "sql": "SELECT COUNT(\"Not Out\") FROM \"1-20367820-16\" WHERE \"Average\" = '56.38';"} +{"question_id": 2249, "table_id": "1-20396-1", "question": "How many poles had 78 points?", "sql": "SELECT COUNT(\"Poles\") FROM \"1-20396-1\" WHERE \"Points\" = '78';"} +{"question_id": 2250, "table_id": "1-20396-1", "question": "How many poles had 72 points?", "sql": "SELECT COUNT(\"Poles\") FROM \"1-20396-1\" WHERE \"Points\" = '72';"} +{"question_id": 2251, "table_id": "1-20396-1", "question": "How many poles were there in season 2000?", "sql": "SELECT \"Poles\" FROM \"1-20396-1\" WHERE \"Season\" = 2000.0;"} +{"question_id": 2252, "table_id": "1-20396-1", "question": "What team scored 4 points?", "sql": "SELECT \"Team\" FROM \"1-20396-1\" WHERE \"Points\" = '4';"} +{"question_id": 2253, "table_id": "1-20462111-1", "question": "Who won the cup on 30.11.2008?", "sql": "SELECT \"Winner\" FROM \"1-20462111-1\" WHERE \"Date\" = '30.11.2008';"} +{"question_id": 2254, "table_id": "1-20462111-1", "question": "Who got the 3rd place in the cup on 01.02.2009?", "sql": "SELECT \"3rd place\" FROM \"1-20462111-1\" WHERE \"Date\" = '01.02.2009';"} +{"question_id": 2255, "table_id": "1-20462111-1", "question": "Where was the cup on 07.02.2009 held?", "sql": "SELECT \"Location\" FROM \"1-20462111-1\" WHERE \"Date\" = '07.02.2009';"} +{"question_id": 2256, "table_id": "1-2051288-1", "question": "What was the population in May of 2000 when In may 2010 it was 2262?", "sql": "SELECT MIN(\"Population (May, 2000)\") FROM \"1-2051288-1\" WHERE \"Population (May, 2010)\" = 2262.0;"} +{"question_id": 2257, "table_id": "1-2051288-1", "question": "What was the Barangay when the population was 1267 in May of 2000?", "sql": "SELECT \"Barangay\" FROM \"1-2051288-1\" WHERE \"Population (May, 2000)\" = 1267.0;"} +{"question_id": 2258, "table_id": "1-2051288-1", "question": "What was the population of the coastal location Isio in May of 2000?", "sql": "SELECT MIN(\"Population (May, 2000)\") FROM \"1-2051288-1\" WHERE \"Location\" = 'coastal' AND \"Barangay\" = 'Isio';"} +{"question_id": 2259, "table_id": "1-20522228-2", "question": "What was the share for rank 54?", "sql": "SELECT MAX(\"Share\") FROM \"1-20522228-2\" WHERE \"Rank (Overall)\" = '54';"} +{"question_id": 2260, "table_id": "1-20522228-2", "question": "What are the ratings/share ratio when viewers are 5.50 Million?", "sql": "SELECT \"Rating/Share (18-49)\" FROM \"1-20522228-2\" WHERE \"Viewers (millions)\" = '5.50';"} +{"question_id": 2261, "table_id": "1-20522228-2", "question": "What are the rank timeslots where ratings are 4.1?", "sql": "SELECT \"Rank (Timeslot)\" FROM \"1-20522228-2\" WHERE \"Rating\" = '4.1';"} +{"question_id": 2262, "table_id": "1-20522228-2", "question": "What is overall rank when viewers are at 6.59 million?", "sql": "SELECT \"Rank (Overall)\" FROM \"1-20522228-2\" WHERE \"Viewers (millions)\" = '6.59';"} +{"question_id": 2263, "table_id": "1-20522228-2", "question": "What was the episode name when share was 8?", "sql": "SELECT \"Episode\" FROM \"1-20522228-2\" WHERE \"Share\" = 8.0;"} +{"question_id": 2264, "table_id": "1-20538157-2", "question": "Who were the writers of episode 20?", "sql": "SELECT \"Written by\" FROM \"1-20538157-2\" WHERE \"No. in season\" = 20.0;"} +{"question_id": 2265, "table_id": "1-20573232-1", "question": "What county has others at 5?", "sql": "SELECT \"County\" FROM \"1-20573232-1\" WHERE \"Others#\" = 5.0;"} +{"question_id": 2266, "table_id": "1-20573232-1", "question": "What is the percentage of others when McCain is at 57.7%", "sql": "SELECT \"Others%\" FROM \"1-20573232-1\" WHERE \"McCain%\" = '57.7%';"} +{"question_id": 2267, "table_id": "1-20573232-1", "question": "What is Nader's percentage when Obama is 44.6%?", "sql": "SELECT \"Nader%\" FROM \"1-20573232-1\" WHERE \"Obama%\" = '44.6%';"} +{"question_id": 2268, "table_id": "1-2064747-1", "question": "What schools are accredited by COE?", "sql": "SELECT \"Location(s)\" FROM \"1-2064747-1\" WHERE \"Accreditation\" = 'COE';"} +{"question_id": 2269, "table_id": "1-2064747-1", "question": "Where was there a school founded in 1927?", "sql": "SELECT \"Location(s)\" FROM \"1-2064747-1\" WHERE \"Founded\" = 1927.0;"} +{"question_id": 2270, "table_id": "1-206361-2", "question": "What is the minimum length of the locations where the average climb percentage is exactly 59%?", "sql": "SELECT MIN(\"Length (in m)\") FROM \"1-206361-2\" WHERE \"Average climb (%)\" = 59.0;"} +{"question_id": 2271, "table_id": "1-206361-2", "question": "What is the maximum number of km listed?", "sql": "SELECT MAX(\"Kilometer\") FROM \"1-206361-2\";"} +{"question_id": 2272, "table_id": "1-2068719-1", "question": "Name the number of δs ‡ /cal mol −1 k −1 for butadiene being 1,2-dimethylene-cyclohexane", "sql": "SELECT COUNT(\"ΔS ‡ /cal mol −1 K −1\") FROM \"1-2068719-1\" WHERE \"-Butadiene\" = '1,2-dimethylene-cyclohexane';"} +{"question_id": 2273, "table_id": "1-2068719-1", "question": "Name the 10 4 k /min −1 (30 °c) (± 1-2%) relative for 17.3", "sql": "SELECT \"10 4 k /min −1 (30 °C) (± 1-2%) relative\" FROM \"1-2068719-1\" WHERE \"10 4 k /min −1 (30 °C) (± 1-2%) absolute\" = '17.3';"} +{"question_id": 2274, "table_id": "1-2068719-1", "question": "Name the 10 4 k /min −1 (30 °c) (± 1-2%) absolute for 1.00", "sql": "SELECT \"10 4 k /min −1 (30 °C) (± 1-2%) absolute\" FROM \"1-2068719-1\" WHERE \"10 4 k /min −1 (30 °C) (± 1-2%) relative\" = '1.00';"} +{"question_id": 2275, "table_id": "1-2068719-1", "question": "Name the total number of butadiene for 1.93", "sql": "SELECT COUNT(\"-Butadiene\") FROM \"1-2068719-1\" WHERE \"10 4 k /min −1 (30 °C) (± 1-2%) relative\" = '1.93';"} +{"question_id": 2276, "table_id": "1-20683381-3", "question": "When 17,874 (33.2) is the percentage against what is the percentage for?", "sql": "SELECT \"For (%)\" FROM \"1-20683381-3\" WHERE \"Against (%)\" = '17,874 (33.2)';"} +{"question_id": 2277, "table_id": "1-20683381-3", "question": "When 27,822 (72.3) is the percentage for how many electorate measurements are there?", "sql": "SELECT COUNT(\"Electorate\") FROM \"1-20683381-3\" WHERE \"For (%)\" = '27,822 (72.3)';"} +{"question_id": 2278, "table_id": "1-20683381-3", "question": "When 13,895 (27.3) is the percentage against what is the toll poll percentage?", "sql": "SELECT \"Total poll (%)\" FROM \"1-20683381-3\" WHERE \"Against (%)\" = '13,895 (27.3)';"} +{"question_id": 2279, "table_id": "1-20683381-3", "question": "When +18.1 is the ± yes side 2008 percentage what is the percentage of against?", "sql": "SELECT \"Against (%)\" FROM \"1-20683381-3\" WHERE \"± Yes side 2008 (%)\" = '+18.1';"} +{"question_id": 2280, "table_id": "1-20683381-3", "question": "When 60,254 (58.0) is the toll poll percentage what is the for percentage?", "sql": "SELECT \"For (%)\" FROM \"1-20683381-3\" WHERE \"Total poll (%)\" = '60,254 (58.0)';"} +{"question_id": 2281, "table_id": "1-20683381-3", "question": "When +20.3 is the ± yes side 2008 (%) what is the for percentage?", "sql": "SELECT \"For (%)\" FROM \"1-20683381-3\" WHERE \"± Yes side 2008 (%)\" = '+20.3';"} +{"question_id": 2282, "table_id": "1-20704243-6", "question": "What was the original air date for season 11?", "sql": "SELECT \"Original air date\" FROM \"1-20704243-6\" WHERE \"Season #\" = 11.0;"} +{"question_id": 2283, "table_id": "1-20704243-6", "question": "What episode did John Rogers direct?", "sql": "SELECT \"Title\" FROM \"1-20704243-6\" WHERE \"Directed by\" = 'John Rogers';"} +{"question_id": 2284, "table_id": "1-20704243-6", "question": "Who directed the episode that aired on July15,2012?", "sql": "SELECT \"Directed by\" FROM \"1-20704243-6\" WHERE \"Original air date\" = 'July15,2012';"} +{"question_id": 2285, "table_id": "1-20704243-6", "question": "Which episode aired on August19,2012?", "sql": "SELECT \"Title\" FROM \"1-20704243-6\" WHERE \"Original air date\" = 'August19,2012';"} +{"question_id": 2286, "table_id": "1-2071644-2", "question": "What is the weight with a cross section area of 25.3?", "sql": "SELECT \"Weight (kg/m)\" FROM \"1-2071644-2\" WHERE \"Cross-section area (cm 2 )\" = '25.3';"} +{"question_id": 2287, "table_id": "1-2071644-2", "question": "How many weights are there when the flange with is 304?", "sql": "SELECT COUNT(\"Weight (kg/m)\") FROM \"1-2071644-2\" WHERE \"Flange width (mm)\" = 304.0;"} +{"question_id": 2288, "table_id": "1-2071644-2", "question": "What is the web thickness if the flange width is 100?", "sql": "SELECT \"Web thickness (mm)\" FROM \"1-2071644-2\" WHERE \"Flange width (mm)\" = 100.0;"} +{"question_id": 2289, "table_id": "1-2071644-2", "question": "If the cross-section area is 21.2, what is the weight?", "sql": "SELECT \"Weight (kg/m)\" FROM \"1-2071644-2\" WHERE \"Cross-section area (cm 2 )\" = '21.2';"} +{"question_id": 2290, "table_id": "1-2071644-2", "question": "What is the flange thickness when the weight is 19.9?", "sql": "SELECT \"Flange thickness (mm)\" FROM \"1-2071644-2\" WHERE \"Weight (kg/m)\" = '19.9';"} +{"question_id": 2291, "table_id": "1-20726262-5", "question": "Who directed the episode with a production code of 4WAB05?", "sql": "SELECT \"Directedby\" FROM \"1-20726262-5\" WHERE \"Production code\" = '4WAB05';"} +{"question_id": 2292, "table_id": "1-20726262-5", "question": "When did the episode titled \"Family Recipe\" originally air? ", "sql": "SELECT \"Originalairdate\" FROM \"1-20726262-5\" WHERE \"Title\" = '\"Family Recipe\"';"} +{"question_id": 2293, "table_id": "1-20726262-5", "question": "Who directed the episode with a production code of 4WAB04?", "sql": "SELECT \"Directedby\" FROM \"1-20726262-5\" WHERE \"Production code\" = '4WAB04';"} +{"question_id": 2294, "table_id": "1-20726262-6", "question": "What episode is titled \"Authority Vested\"?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-20726262-6\" WHERE \"Title\" = '\"Authority Vested\"';"} +{"question_id": 2295, "table_id": "1-20726262-6", "question": "Who directed the episode titled \"Andare Pescare\"?", "sql": "SELECT \"Directedby\" FROM \"1-20726262-6\" WHERE \"Title\" = '\"Andare Pescare\"';"} +{"question_id": 2296, "table_id": "1-20726262-6", "question": "What episode was directed by Karen Gaviola?", "sql": "SELECT MIN(\"No. in season\") FROM \"1-20726262-6\" WHERE \"Directedby\" = 'Karen Gaviola';"} +{"question_id": 2297, "table_id": "1-20745706-1", "question": "What was the score on February 8, 1992?", "sql": "SELECT \"Score\" FROM \"1-20745706-1\" WHERE \"Date\" = 'February 8, 1992';"} +{"question_id": 2298, "table_id": "1-20745706-1", "question": "Who is the opponent in game 5?", "sql": "SELECT \"Opponent\" FROM \"1-20745706-1\" WHERE \"#\" = '5';"} +{"question_id": 2299, "table_id": "1-20745706-1", "question": "What is the date of game 5?", "sql": "SELECT \"Date\" FROM \"1-20745706-1\" WHERE \"#\" = '5';"} +{"question_id": 2300, "table_id": "1-20745746-1", "question": "What was attendance on March 11, 1995?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-20745746-1\" WHERE \"Date\" = 'March 11, 1995';"} +{"question_id": 2301, "table_id": "1-20745746-1", "question": "What was the score when 7260 people attended the game?", "sql": "SELECT \"Score\" FROM \"1-20745746-1\" WHERE \"Attendance\" = 7260.0;"} +{"question_id": 2302, "table_id": "1-20745746-1", "question": "How many games resulted in a Loss?", "sql": "SELECT \"#\" FROM \"1-20745746-1\" WHERE \"Record\" = 'Loss';"} +{"question_id": 2303, "table_id": "1-20745746-1", "question": "What is the date of game 7?", "sql": "SELECT \"Date\" FROM \"1-20745746-1\" WHERE \"#\" = '7';"} +{"question_id": 2304, "table_id": "1-20750731-1", "question": "What is the Obama# when McCain% is 64.4%?", "sql": "SELECT MAX(\"Obama#\") FROM \"1-20750731-1\" WHERE \"McCain%\" = '64.4%';"} +{"question_id": 2305, "table_id": "1-20750731-1", "question": "Name the Others# when McCain# is 4730.", "sql": "SELECT \"Others#\" FROM \"1-20750731-1\" WHERE \"McCain#\" = 4730.0;"} +{"question_id": 2306, "table_id": "1-20750731-1", "question": "What County was the Obama% at 41.7%?", "sql": "SELECT \"County\" FROM \"1-20750731-1\" WHERE \"Obama%\" = '41.7%';"} +{"question_id": 2307, "table_id": "1-20750731-1", "question": "When McCain% was 64.8%, what is the Others#?", "sql": "SELECT \"Others#\" FROM \"1-20750731-1\" WHERE \"McCain%\" = '64.8%';"} +{"question_id": 2308, "table_id": "1-20750731-1", "question": "What was the Obama% when McCain% was 61.2%?", "sql": "SELECT \"Obama%\" FROM \"1-20750731-1\" WHERE \"McCain%\" = '61.2%';"} +{"question_id": 2309, "table_id": "1-20745759-1", "question": "Name the date for attendance 9372", "sql": "SELECT \"Date\" FROM \"1-20745759-1\" WHERE \"Attendance\" = 9372.0;"} +{"question_id": 2310, "table_id": "1-20745759-1", "question": "Name the record for January 18, 1997", "sql": "SELECT \"Record\" FROM \"1-20745759-1\" WHERE \"Date\" = 'January 18, 1997';"} +{"question_id": 2311, "table_id": "1-20745759-1", "question": "Name the score for March 29, 1997", "sql": "SELECT \"Score\" FROM \"1-20745759-1\" WHERE \"Date\" = 'March 29, 1997';"} +{"question_id": 2312, "table_id": "1-20754016-2", "question": "How tall is the contestant from Honduras?", "sql": "SELECT \"Height (ft)\" FROM \"1-20754016-2\" WHERE \"Country\" = 'Honduras';"} +{"question_id": 2313, "table_id": "1-20754016-2", "question": "What country is the contestant from Chihuahua from?", "sql": "SELECT \"Country\" FROM \"1-20754016-2\" WHERE \"Hometown\" = 'Chihuahua';"} +{"question_id": 2314, "table_id": "1-20754016-2", "question": "What contestant is 173 cm tall?", "sql": "SELECT \"Contestant\" FROM \"1-20754016-2\" WHERE \"Height (cm)\" = 173.0;"} +{"question_id": 2315, "table_id": "1-20754016-2", "question": "What country is the contestant from Salto from?", "sql": "SELECT \"Country\" FROM \"1-20754016-2\" WHERE \"Hometown\" = 'Salto';"} +{"question_id": 2316, "table_id": "1-20754016-2", "question": "How tall is the contestant from Guatemala?", "sql": "SELECT \"Height (cm)\" FROM \"1-20754016-2\" WHERE \"Country\" = 'Guatemala';"} +{"question_id": 2317, "table_id": "1-2076463-2", "question": "How much would you expect the enrollment to be in Springfield?", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-2076463-2\" WHERE \"Location(s)\" = 'Springfield';"} +{"question_id": 2318, "table_id": "1-2076463-2", "question": "where would you find a Public university which was founded in 1915?", "sql": "SELECT \"Location(s)\" FROM \"1-2076463-2\" WHERE \"Control\" = 'Public university' AND \"Founded\" = 1915.0;"} +{"question_id": 2319, "table_id": "1-2076463-2", "question": "What is the only type of university that was founded in 1873?", "sql": "SELECT \"Control\" FROM \"1-2076463-2\" WHERE \"Founded\" = 1873.0;"} +{"question_id": 2320, "table_id": "1-2076463-2", "question": "What enrollement would you expect if you were attending the university in St. Louis?", "sql": "SELECT \"Enrollment\" FROM \"1-2076463-2\" WHERE \"Location(s)\" = 'St. Louis';"} +{"question_id": 2321, "table_id": "1-2076463-2", "question": "Which school would you come across if you were in Kirksville?", "sql": "SELECT \"School\" FROM \"1-2076463-2\" WHERE \"Location(s)\" = 'Kirksville';"} +{"question_id": 2322, "table_id": "1-2076463-2", "question": "What type of school would you see when visiting Missouri Western State University?", "sql": "SELECT \"Control\" FROM \"1-2076463-2\" WHERE \"School\" = 'Missouri Western State University';"} +{"question_id": 2323, "table_id": "1-2076516-1", "question": "When East Carolina University is the school what is the highest year founded?", "sql": "SELECT MAX(\"Founded\") FROM \"1-2076516-1\" WHERE \"School\" = 'East Carolina University';"} +{"question_id": 2324, "table_id": "1-2076516-1", "question": "When 1927 is the founded year how many measurements of enrollment in 2012 are there?", "sql": "SELECT COUNT(\"Enrollment (2012)\") FROM \"1-2076516-1\" WHERE \"Founded\" = 1927.0;"} +{"question_id": 2325, "table_id": "1-2076516-1", "question": "When Western Carolina University is the school what is the control?", "sql": "SELECT \"Control\" FROM \"1-2076516-1\" WHERE \"School\" = 'Western Carolina University';"} +{"question_id": 2326, "table_id": "1-2076516-1", "question": "When University of North Carolina at Charlotte is the school what is the lowest enrollment in 2012?", "sql": "SELECT MIN(\"Enrollment (2012)\") FROM \"1-2076516-1\" WHERE \"School\" = 'University of North Carolina at Charlotte';"} +{"question_id": 2327, "table_id": "1-2076522-2", "question": "What is the enrollment for the school in Bottineau?", "sql": "SELECT \"Enrollment (fall 2010)\" FROM \"1-2076522-2\" WHERE \"Location(s)\" = 'Bottineau';"} +{"question_id": 2328, "table_id": "1-2076522-2", "question": "What is the control for the school accredited by The Higher Learning Commission ( NCA ), CCNE?", "sql": "SELECT \"Control\" FROM \"1-2076522-2\" WHERE \"Accreditation\" = 'The Higher Learning Commission ( NCA ), CCNE';"} +{"question_id": 2329, "table_id": "1-2076522-2", "question": "What year was the school founded with an 898 enrollment?", "sql": "SELECT MAX(\"Founded\") FROM \"1-2076522-2\" WHERE \"Enrollment (fall 2010)\" = 898.0;"} +{"question_id": 2330, "table_id": "1-2076522-2", "question": "How many schools founded in 2006?", "sql": "SELECT COUNT(\"Accreditation\") FROM \"1-2076522-2\" WHERE \"Founded\" = 2006.0;"} +{"question_id": 2331, "table_id": "1-2076522-2", "question": "What is the accrediation for United Tribes Technical College?", "sql": "SELECT \"Accreditation\" FROM \"1-2076522-2\" WHERE \"School\" = 'United Tribes Technical College';"} +{"question_id": 2332, "table_id": "1-2076490-1", "question": "What is the latest founding date? ", "sql": "SELECT MAX(\"Founded\") FROM \"1-2076490-1\";"} +{"question_id": 2333, "table_id": "1-2076490-1", "question": "What was the enrollment (2005) for Baccalaureate colleges , for Granite State College?", "sql": "SELECT \"Enrollment (2005)\" FROM \"1-2076490-1\" WHERE \"Type\" = 'Baccalaureate college' AND \"School\" = 'Granite State College';"} +{"question_id": 2334, "table_id": "1-2076490-1", "question": "What year is the founding year, for the school that had an enrollment in 2005 of 963?", "sql": "SELECT \"Founded\" FROM \"1-2076490-1\" WHERE \"Enrollment (2005)\" = '963';"} +{"question_id": 2335, "table_id": "1-2076490-1", "question": "What school had an enrollment in 2005 of 69?", "sql": "SELECT \"School\" FROM \"1-2076490-1\" WHERE \"Enrollment (2005)\" = '69';"} +{"question_id": 2336, "table_id": "1-2076490-1", "question": "How many students enrolled in 2005 at New Hampshire Institute of Art?", "sql": "SELECT \"Enrollment (2005)\" FROM \"1-2076490-1\" WHERE \"School\" = 'New Hampshire Institute of Art';"} +{"question_id": 2337, "table_id": "1-2076533-1", "question": "Name the most founded for enrollment 2005 being 1285", "sql": "SELECT MAX(\"Founded\") FROM \"1-2076533-1\" WHERE \"Enrollment (2005)\" = 1285.0;"} +{"question_id": 2338, "table_id": "1-2076533-1", "question": "Name the main location for Public and Masters university", "sql": "SELECT \"Main location\" FROM \"1-2076533-1\" WHERE \"Control\" = 'Public' AND \"Type\" = 'Masters university';"} +{"question_id": 2339, "table_id": "1-2076533-1", "question": "Name the type for McMinnville", "sql": "SELECT \"Type\" FROM \"1-2076533-1\" WHERE \"Main location\" = 'McMinnville';"} +{"question_id": 2340, "table_id": "1-2076533-1", "question": "Name the control for Albany", "sql": "SELECT \"Control\" FROM \"1-2076533-1\" WHERE \"Main location\" = 'Albany';"} +{"question_id": 2341, "table_id": "1-2076533-1", "question": "Name the least founded for Gutenberg College", "sql": "SELECT MIN(\"Founded\") FROM \"1-2076533-1\" WHERE \"School\" = 'Gutenberg College';"} +{"question_id": 2342, "table_id": "1-2076533-1", "question": "Name the type for 1245 enrollment", "sql": "SELECT \"Type\" FROM \"1-2076533-1\" WHERE \"Enrollment (2005)\" = 1245.0;"} +{"question_id": 2343, "table_id": "1-207795-1", "question": "when type of work is novel and published in english is 1977, what was published in russian?", "sql": "SELECT \"Published in Russian\" FROM \"1-207795-1\" WHERE \"Type of work\" = 'novel' AND \"Published in English\" = '1977';"} +{"question_id": 2344, "table_id": "1-207795-1", "question": "How many types of work is Хромая судьба?", "sql": "SELECT COUNT(\"Type of work\") FROM \"1-207795-1\" WHERE \"Russian title\" = 'Хромая судьба';"} +{"question_id": 2345, "table_id": "1-207795-1", "question": "What is the russian title of The Ugly Swans?", "sql": "SELECT \"Russian title\" FROM \"1-207795-1\" WHERE \"English title\" = 'The Ugly Swans';"} +{"question_id": 2346, "table_id": "1-207795-1", "question": "when it published in english is N/A and published in russian is 1986, what is the type of work?", "sql": "SELECT \"Type of work\" FROM \"1-207795-1\" WHERE \"Published in English\" = 'N/A' AND \"Published in Russian\" = '1986';"} +{"question_id": 2347, "table_id": "1-20803065-1", "question": "List the Presbyterian members of the senate.", "sql": "SELECT \"Senator\" FROM \"1-20803065-1\" WHERE \"Religion\" = 'Presbyterian';"} +{"question_id": 2348, "table_id": "1-20803065-1", "question": "Which state does congressman Jim DeMint represent?", "sql": "SELECT \"State\" FROM \"1-20803065-1\" WHERE \"Senator\" = 'Jim DeMint';"} +{"question_id": 2349, "table_id": "1-20819379-2", "question": "Name the total number of tie number for team 2 Osijek", "sql": "SELECT COUNT(\"Tie no\") FROM \"1-20819379-2\" WHERE \"Team 2\" = 'Osijek';"} +{"question_id": 2350, "table_id": "1-20823568-3", "question": "What is the minimum number of total placings?", "sql": "SELECT MIN(\"Total placings(s)\") FROM \"1-20823568-3\";"} +{"question_id": 2351, "table_id": "1-20849830-1", "question": "What was the result of the game with the record of 3-1?", "sql": "SELECT \"Result\" FROM \"1-20849830-1\" WHERE \"Record\" = '3-1';"} +{"question_id": 2352, "table_id": "1-20849830-1", "question": "What was the date of the game with the record of 2-1?", "sql": "SELECT \"Date\" FROM \"1-20849830-1\" WHERE \"Record\" = '2-1';"} +{"question_id": 2353, "table_id": "1-20849830-1", "question": "How many games were there in the 1966 season?", "sql": "SELECT MAX(\"Game\") FROM \"1-20849830-1\";"} +{"question_id": 2354, "table_id": "1-20849830-1", "question": "What game number had a record of 3-1?", "sql": "SELECT \"Game\" FROM \"1-20849830-1\" WHERE \"Record\" = '3-1';"} +{"question_id": 2355, "table_id": "1-20855452-4", "question": "What happened when the new points was 1705?", "sql": "SELECT \"Status\" FROM \"1-20855452-4\" WHERE \"New points\" = 1705.0;"} +{"question_id": 2356, "table_id": "1-20855452-4", "question": "What was the max when they score 2200?", "sql": "SELECT MAX(\"New points\") FROM \"1-20855452-4\" WHERE \"Points\" = 2200.0;"} +{"question_id": 2357, "table_id": "1-20855452-4", "question": "How many points did Agnieszka Radwańska score?", "sql": "SELECT \"Points\" FROM \"1-20855452-4\" WHERE \"Player\" = 'Agnieszka Radwańska';"} +{"question_id": 2358, "table_id": "1-20855452-4", "question": "How many points did Shahar Pe'er score?", "sql": "SELECT \"Points won\" FROM \"1-20855452-4\" WHERE \"Player\" = 'Shahar Pe''er';"} +{"question_id": 2359, "table_id": "1-20872722-1", "question": "What is the weight for Western Ontario college?", "sql": "SELECT \"Weight\" FROM \"1-20872722-1\" WHERE \"College\" = 'Western Ontario';"} +{"question_id": 2360, "table_id": "1-20872722-1", "question": "How many positions have round 3?", "sql": "SELECT COUNT(\"Position\") FROM \"1-20872722-1\" WHERE \"Round\" = 3.0;"} +{"question_id": 2361, "table_id": "1-20872722-1", "question": "Which position has 225lb as weight?", "sql": "SELECT \"Position\" FROM \"1-20872722-1\" WHERE \"Weight\" = '225lb';"} +{"question_id": 2362, "table_id": "1-20872722-1", "question": "What is the round?", "sql": "SELECT MIN(\"Round\") FROM \"1-20872722-1\";"} +{"question_id": 2363, "table_id": "1-20872722-1", "question": "What is the height of the Cornerback position?", "sql": "SELECT COUNT(\"Height\") FROM \"1-20872722-1\" WHERE \"Position\" = 'Cornerback';"} +{"question_id": 2364, "table_id": "1-20887670-1", "question": "What is the most recent year joined?", "sql": "SELECT MAX(\"Year Joined\") FROM \"1-20887670-1\";"} +{"question_id": 2365, "table_id": "1-20887670-1", "question": "what is the affiliation of the Hilltoppers mascot?", "sql": "SELECT \"Affiliation\" FROM \"1-20887670-1\" WHERE \"Mascot\" = 'Hilltoppers';"} +{"question_id": 2366, "table_id": "1-20887670-1", "question": "what is the affiliation of the colors Maroon and White? ", "sql": "SELECT \"Affiliation\" FROM \"1-20887670-1\" WHERE \"Colors\" = 'Maroon and White';"} +{"question_id": 2367, "table_id": "1-20887670-1", "question": "what is the number of enrollment of the Central institution?", "sql": "SELECT \"Enrollment\" FROM \"1-20887670-1\" WHERE \"Institution\" = 'Central';"} +{"question_id": 2368, "table_id": "1-20887670-1", "question": "what is the name of the institution of the Sparta, WI location?", "sql": "SELECT \"Institution\" FROM \"1-20887670-1\" WHERE \"Location\" = 'Sparta, WI';"} +{"question_id": 2369, "table_id": "1-20887670-1", "question": "in what year did the colors Red and Gold join?", "sql": "SELECT COUNT(\"Year Joined\") FROM \"1-20887670-1\" WHERE \"Colors\" = 'Red and Gold';"} +{"question_id": 2370, "table_id": "1-20884163-2", "question": "What circuit did Rick Kelly win on?", "sql": "SELECT \"Circuit\" FROM \"1-20884163-2\" WHERE \"Winner\" = 'Rick Kelly';"} +{"question_id": 2371, "table_id": "1-20884163-2", "question": "What circuit features the PlaceMakers V8 Supercars race?", "sql": "SELECT \"Circuit\" FROM \"1-20884163-2\" WHERE \"Race Title\" = 'PlaceMakers V8 Supercars';"} +{"question_id": 2372, "table_id": "1-20884163-2", "question": "What dates was the Falken Tasmania Challenge race that had Triple Eight Race Engineering as the team?", "sql": "SELECT \"Date\" FROM \"1-20884163-2\" WHERE \"Team\" = 'Triple Eight Race Engineering' AND \"Race Title\" = 'Falken Tasmania Challenge';"} +{"question_id": 2373, "table_id": "1-20884163-2", "question": "What was the report for the Winton race?", "sql": "SELECT \"Report\" FROM \"1-20884163-2\" WHERE \"Race Title\" = 'Winton';"} +{"question_id": 2374, "table_id": "1-20903658-1", "question": "What medium was used for the sculpture of George Harold Baker? ", "sql": "SELECT \"Medium\" FROM \"1-20903658-1\" WHERE \"Title/Subject\" = 'George Harold Baker';"} +{"question_id": 2375, "table_id": "1-20903658-1", "question": "Who was the subject of the sculpture created in 1982? ", "sql": "SELECT \"Title/Subject\" FROM \"1-20903658-1\" WHERE \"Date Painted/Created\" = '1982';"} +{"question_id": 2376, "table_id": "1-20903658-1", "question": "Who was the subject of the Bronze sculpture who was a colonist and soldier in Ville Marie, New France? ", "sql": "SELECT \"Title/Subject\" FROM \"1-20903658-1\" WHERE \"Medium\" = 'Bronze' AND \"Public Office\" = 'colonist and soldier in Ville Marie, New France';"} +{"question_id": 2377, "table_id": "1-20903658-1", "question": "What was the public office of the subject whose sculpture was created in 1954? ", "sql": "SELECT \"Public Office\" FROM \"1-20903658-1\" WHERE \"Date Painted/Created\" = '1954';"} +{"question_id": 2378, "table_id": "1-20903658-1", "question": "What medium was used for the sculpture by Ernest Richard Gause? ", "sql": "SELECT \"Medium\" FROM \"1-20903658-1\" WHERE \"Artist\" = 'Ernest Richard Gause';"} +{"question_id": 2379, "table_id": "1-20963074-1", "question": "Name the originl title for No Stars in the Jungle", "sql": "SELECT \"Original title\" FROM \"1-20963074-1\" WHERE \"Film title used in nomination\" = 'No Stars in the Jungle';"} +{"question_id": 2380, "table_id": "1-20963074-1", "question": "Name the original title for Not Nominated result with Report on Death", "sql": "SELECT \"Original title\" FROM \"1-20963074-1\" WHERE \"Result\" = 'Not Nominated' AND \"Film title used in nomination\" = 'Report on Death';"} +{"question_id": 2381, "table_id": "1-20963074-1", "question": "Name the total number of results for Octubre", "sql": "SELECT COUNT(\"Result\") FROM \"1-20963074-1\" WHERE \"Original title\" = 'Octubre';"} +{"question_id": 2382, "table_id": "1-20963074-1", "question": "Name the film title for La boca del lobo", "sql": "SELECT \"Film title used in nomination\" FROM \"1-20963074-1\" WHERE \"Original title\" = 'La boca del lobo';"} +{"question_id": 2383, "table_id": "1-20963074-1", "question": "Name the year for Reportaje a la muerte", "sql": "SELECT \"Year (Ceremony)\" FROM \"1-20963074-1\" WHERE \"Original title\" = 'Reportaje a la muerte';"} +{"question_id": 2384, "table_id": "1-20942925-1", "question": "How many directors for #15?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-20942925-1\" WHERE \"#\" = 15.0;"} +{"question_id": 2385, "table_id": "1-20942925-1", "question": "What is every director with production code of NABF13?", "sql": "SELECT \"Directed by\" FROM \"1-20942925-1\" WHERE \"Production code\" = 'NABF13';"} +{"question_id": 2386, "table_id": "1-20942925-1", "question": "What are all values for U.S. viewers(millions) with Kevin Curran as a writer?", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-20942925-1\" WHERE \"Written by\" = 'Kevin Curran';"} +{"question_id": 2387, "table_id": "1-20942925-1", "question": "How many titles for the production code of NABF07?", "sql": "SELECT COUNT(\"Title\") FROM \"1-20942925-1\" WHERE \"Production code\" = 'NABF07';"} +{"question_id": 2388, "table_id": "1-20971444-3", "question": "Name the episode for 18-49 rating being 3.6", "sql": "SELECT COUNT(\"Episode\") FROM \"1-20971444-3\" WHERE \"Rating (18–49)\" = '3.6';"} +{"question_id": 2389, "table_id": "1-20971444-3", "question": "Name the rank timeslot for 11.59 viewers", "sql": "SELECT \"Rank (timeslot)\" FROM \"1-20971444-3\" WHERE \"Viewers (millions)\" = '11.59';"} +{"question_id": 2390, "table_id": "1-20971444-3", "question": "Name the first air date for 9 episode", "sql": "SELECT \"First Air Date\" FROM \"1-20971444-3\" WHERE \"Episode\" = 9.0;"} +{"question_id": 2391, "table_id": "1-20971444-3", "question": "Name the rank timeslot for 18-49 share being 13", "sql": "SELECT COUNT(\"Rank (timeslot)\") FROM \"1-20971444-3\" WHERE \"Share (18–49)\" = 13.0;"} +{"question_id": 2392, "table_id": "1-20971444-3", "question": "Name the total number of rank timeslot for 18-49 being 3.1", "sql": "SELECT COUNT(\"Rank (timeslot)\") FROM \"1-20971444-3\" WHERE \"Rating (18–49)\" = '3.1';"} +{"question_id": 2393, "table_id": "1-20971444-3", "question": "Name the total number for 18-49 share being 18-49 being 3.1", "sql": "SELECT COUNT(\"Share (18–49)\") FROM \"1-20971444-3\" WHERE \"Rating (18–49)\" = '3.1';"} +{"question_id": 2394, "table_id": "1-209977-1", "question": "What was the 2005 established population in CYO?", "sql": "SELECT \"Population (2005 est)\" FROM \"1-209977-1\" WHERE \"3-letter abbreviation\" = 'CYO';"} +{"question_id": 2395, "table_id": "1-209977-1", "question": "What was the established 2005 population in CYO?", "sql": "SELECT \"Population (2005 est)\" FROM \"1-209977-1\" WHERE \"3-letter abbreviation\" = 'CYO';"} +{"question_id": 2396, "table_id": "1-209977-1", "question": "What is the area in CZ?", "sql": "SELECT MAX(\"Area (km²)\") FROM \"1-209977-1\" WHERE \"2-letter abbreviation\" = 'CZ';"} +{"question_id": 2397, "table_id": "1-209977-1", "question": "What is the name of the capital city for CY?", "sql": "SELECT \"Capital City\" FROM \"1-209977-1\" WHERE \"2-letter abbreviation\" = 'CY';"} +{"question_id": 2398, "table_id": "1-209977-1", "question": "What is the area in squared km for CY?", "sql": "SELECT MIN(\"Area (km²)\") FROM \"1-209977-1\" WHERE \"2-letter abbreviation\" = 'CY';"} +{"question_id": 2399, "table_id": "1-20996923-20", "question": "What was the date for the Champs Sports Bowl?", "sql": "SELECT \"Date\" FROM \"1-20996923-20\" WHERE \"Bowl Game\" = 'Champs Sports Bowl';"} +{"question_id": 2400, "table_id": "1-20996923-20", "question": "What is the date when the city is San Antonio, Texas?", "sql": "SELECT \"Date\" FROM \"1-20996923-20\" WHERE \"City\" = 'San Antonio, Texas';"} +{"question_id": 2401, "table_id": "1-20996923-20", "question": "What is the city when the Television network was the NFL Network?", "sql": "SELECT \"City\" FROM \"1-20996923-20\" WHERE \"Television\" = 'NFL Network';"} +{"question_id": 2402, "table_id": "1-21007615-1", "question": "How many opponents did the Sun Devils play when they scored 41 points?", "sql": "SELECT COUNT(\"Opponent\") FROM \"1-21007615-1\" WHERE \"Sun Devils points\" = 41.0;"} +{"question_id": 2403, "table_id": "1-21007615-1", "question": "What was the record for the Sun Devils when they scored 44 points?", "sql": "SELECT \"Record\" FROM \"1-21007615-1\" WHERE \"Sun Devils points\" = 44.0;"} +{"question_id": 2404, "table_id": "1-21012786-2", "question": "When the torsion spring diameter is 38.4cm what would be the length or weight of the missile", "sql": "SELECT \"Length/Weight of Missile\" FROM \"1-21012786-2\" WHERE \"Diameter of torsion spring\" = '38.4cm';"} +{"question_id": 2405, "table_id": "1-21025437-5", "question": "Who wrote the episode that had 8.84 million viewers?", "sql": "SELECT \"Written by\" FROM \"1-21025437-5\" WHERE \"Viewers (millions)\" = '8.84';"} +{"question_id": 2406, "table_id": "1-21025437-5", "question": "How many million viewers watched episode number 20?", "sql": "SELECT \"Viewers (millions)\" FROM \"1-21025437-5\" WHERE \"Episode No.\" = 20.0;"} +{"question_id": 2407, "table_id": "1-21025437-5", "question": "What was the title of the episode written by Keith Temple?", "sql": "SELECT \"Title\" FROM \"1-21025437-5\" WHERE \"Written by\" = 'Keith Temple';"} +{"question_id": 2408, "table_id": "1-21025437-3", "question": "what is the lowest value under the column series no.?", "sql": "SELECT MIN(\"Series No.\") FROM \"1-21025437-3\";"} +{"question_id": 2409, "table_id": "1-2102945-1", "question": "When there are 7.4 million viewers how many episodes are there?", "sql": "SELECT COUNT(\"Episode\") FROM \"1-2102945-1\" WHERE \"Viewers (in millions)\" = '7.4';"} +{"question_id": 2410, "table_id": "1-2102945-1", "question": "When 24:31 is the run time how many measurements of viewers (in millions) are there?", "sql": "SELECT COUNT(\"Viewers (in millions)\") FROM \"1-2102945-1\" WHERE \"Run time\" = '24:31';"} +{"question_id": 2411, "table_id": "1-2102945-1", "question": "When 24:31 is the run time how many millions of viewers are there?", "sql": "SELECT \"Viewers (in millions)\" FROM \"1-2102945-1\" WHERE \"Run time\" = '24:31';"} +{"question_id": 2412, "table_id": "1-2102945-1", "question": "When there are 7.5 million viewers what is the archive?", "sql": "SELECT \"Archive\" FROM \"1-2102945-1\" WHERE \"Viewers (in millions)\" = '7.5';"} +{"question_id": 2413, "table_id": "1-21076286-2", "question": "Name the broadcast network for Saitama Prefecture", "sql": "SELECT \"Broadcast network\" FROM \"1-21076286-2\" WHERE \"Broadcast scope\" = 'Saitama Prefecture';"} +{"question_id": 2414, "table_id": "1-21076286-2", "question": "Name the broadcast network for Chiba Prefecture", "sql": "SELECT \"Broadcast network\" FROM \"1-21076286-2\" WHERE \"Broadcast scope\" = 'Chiba Prefecture';"} +{"question_id": 2415, "table_id": "1-21076286-2", "question": "Name the broadcast day and timings for TV Saitama", "sql": "SELECT \"Broadcast day and timings (in JST )\" FROM \"1-21076286-2\" WHERE \"Broadcast network\" = 'TV Saitama';"} +{"question_id": 2416, "table_id": "1-21092427-1", "question": "Name the opponent for opponents being 12", "sql": "SELECT \"Opponent\" FROM \"1-21092427-1\" WHERE \"Opponents\" = 12.0;"} +{"question_id": 2417, "table_id": "1-21092427-1", "question": "Name the result for 9-1 record", "sql": "SELECT \"Result\" FROM \"1-21092427-1\" WHERE \"Record\" = '9-1';"} +{"question_id": 2418, "table_id": "1-21092427-1", "question": "Name the most opponents for 8-1 record", "sql": "SELECT MAX(\"Opponents\") FROM \"1-21092427-1\" WHERE \"Record\" = '8-1';"} +{"question_id": 2419, "table_id": "1-21132404-1", "question": "How many seats in 2006 has a % 1997 rating of 38.9?", "sql": "SELECT COUNT(\"Seats 2006\") FROM \"1-21132404-1\" WHERE \"% 1997\" = '38.9';"} +{"question_id": 2420, "table_id": "1-21132404-1", "question": "What was the % 2006 rating in 2006 where there were 5 seats?", "sql": "SELECT \"% 2006\" FROM \"1-21132404-1\" WHERE \"Seats 2006\" = 5.0;"} +{"question_id": 2421, "table_id": "1-21132404-1", "question": "How many time was the political party the Social Democratic Party of Germany?", "sql": "SELECT COUNT(\"% 2006\") FROM \"1-21132404-1\" WHERE \"Political parties\" = 'Social Democratic Party of Germany';"} +{"question_id": 2422, "table_id": "1-21132404-1", "question": "How many political parties had a %2006 rating of 43.5?", "sql": "SELECT COUNT(\"Political parties\") FROM \"1-21132404-1\" WHERE \"% 2006\" = '43.5';"} +{"question_id": 2423, "table_id": "1-21132404-1", "question": "How many seats were there in 2001 when there were 11 seats in 2006?", "sql": "SELECT MIN(\"Seats 2001\") FROM \"1-21132404-1\" WHERE \"Seats 2006\" = 11.0;"} +{"question_id": 2424, "table_id": "1-2119448-3", "question": "Name the won promotion for 1987", "sql": "SELECT \"Won Promotion\" FROM \"1-2119448-3\" WHERE \"Season\" = 1987.0;"} +{"question_id": 2425, "table_id": "1-2119448-3", "question": "Name the won promotion for Kalmar FF", "sql": "SELECT \"Won Promotion\" FROM \"1-2119448-3\" WHERE \"Lost Promotion Playoffs\" = 'Kalmar FF';"} +{"question_id": 2426, "table_id": "1-21223773-2", "question": "If the matches for NQF is 2009, what is the position?", "sql": "SELECT \"Position\" FROM \"1-21223773-2\" WHERE \"Matches for NQF\" = '2009';"} +{"question_id": 2427, "table_id": "1-21234111-10", "question": "What was Robin's score when she was Eliminated?", "sql": "SELECT \"Robin\" FROM \"1-21234111-10\" WHERE \"Result\" = 'Eliminated';"} +{"question_id": 2428, "table_id": "1-21234111-10", "question": "What song did Robin perform with a result of 4.0?", "sql": "SELECT \"Song\" FROM \"1-21234111-10\" WHERE \"Robin\" = '4.0';"} +{"question_id": 2429, "table_id": "1-21258-1", "question": "Among deaths 106 000 how many is crude rate.", "sql": "SELECT \"Crude Death Rate\" FROM \"1-21258-1\" WHERE \"Deaths\" = '106 000';"} +{"question_id": 2430, "table_id": "1-21258-1", "question": "where births is 388 000 how many number is natural increase", "sql": "SELECT COUNT(\"Natural Increase\") FROM \"1-21258-1\" WHERE \"Births\" = '388 000';"} +{"question_id": 2431, "table_id": "1-21258-1", "question": "period between 1985 - 1990 have minimum infant mortality rate of what.", "sql": "SELECT MIN(\"Infant Mortality Rate\") FROM \"1-21258-1\" WHERE \"Period\" = '1985 - 1990';"} +{"question_id": 2432, "table_id": "1-21260421-1", "question": "How many times could you earn $470,000 as the grand prize?", "sql": "SELECT COUNT(\"Score\") FROM \"1-21260421-1\" WHERE \"1st Prize ( $ )\" = '470,000';"} +{"question_id": 2433, "table_id": "1-21260421-1", "question": "How many winners scored exactly 202 (-11)?", "sql": "SELECT COUNT(\"Winner\") FROM \"1-21260421-1\" WHERE \"Score\" = '202 (-11)';"} +{"question_id": 2434, "table_id": "1-21260421-1", "question": "How many tournaments were held at Alabama?", "sql": "SELECT COUNT(\"Score\") FROM \"1-21260421-1\" WHERE \"Location\" = 'Alabama';"} +{"question_id": 2435, "table_id": "1-21269441-4", "question": "When the tournament winner was Virginia Tech, who won player of the year?", "sql": "SELECT \"Conference Player of the Year\" FROM \"1-21269441-4\" WHERE \"Tournament Winner\" = 'Virginia Tech';"} +{"question_id": 2436, "table_id": "1-21269441-4", "question": "Where was the tourney when Louisville won the regular season?", "sql": "SELECT \"Tournament Venue (City)\" FROM \"1-21269441-4\" WHERE \"Regular Season Winner\" = 'Louisville';"} +{"question_id": 2437, "table_id": "1-21269441-4", "question": "Where was the tourney when UCLA won the regular season?", "sql": "SELECT \"Tournament Venue (City)\" FROM \"1-21269441-4\" WHERE \"Regular Season Winner\" = 'UCLA';"} +{"question_id": 2438, "table_id": "1-21269441-4", "question": "Where was the tourney when Weber State won the regular season?", "sql": "SELECT \"Tournament Venue (City)\" FROM \"1-21269441-4\" WHERE \"Regular Season Winner\" = 'Weber State';"} +{"question_id": 2439, "table_id": "1-21269441-4", "question": "Where was the tourney when conference player of the year is Larry Smith , Alcorn State?", "sql": "SELECT \"Tournament Venue (City)\" FROM \"1-21269441-4\" WHERE \"Conference Player of the Year\" = 'Larry Smith , Alcorn State';"} +{"question_id": 2440, "table_id": "1-21297652-1", "question": "Which drivers won $40,000 in the NASCAR Winston Cup?", "sql": "SELECT \"Driver\" FROM \"1-21297652-1\" WHERE \"Series\" = 'NASCAR Winston Cup' AND \"Winnings\" = '$40,000';"} +{"question_id": 2441, "table_id": "1-21297652-1", "question": "What series is at the position 7?", "sql": "SELECT \"Series\" FROM \"1-21297652-1\" WHERE \"Position\" = 7.0;"} +{"question_id": 2442, "table_id": "1-21297652-1", "question": "In what series did the driver get 30 points?", "sql": "SELECT \"Series\" FROM \"1-21297652-1\" WHERE \"Points\" = 30.0;"} +{"question_id": 2443, "table_id": "1-21297652-1", "question": "How much did Dale Jarrett win?", "sql": "SELECT \"Winnings\" FROM \"1-21297652-1\" WHERE \"Driver\" = 'Dale Jarrett';"} +{"question_id": 2444, "table_id": "1-21310575-2", "question": "Name the most households", "sql": "SELECT MAX(\"Households\") FROM \"1-21310575-2\";"} +{"question_id": 2445, "table_id": "1-21377473-7", "question": "When 0 - 1 Barbiero 78' is the score how many measurements of attendance are there?", "sql": "SELECT COUNT(\"Attendance\") FROM \"1-21377473-7\" WHERE \"Score\" = '0 - 1 Barbiero 78''';"} +{"question_id": 2446, "table_id": "1-21377473-7", "question": "When 3 - 1 Hughes 64' is the score what is the stadium?", "sql": "SELECT \"Stadium\" FROM \"1-21377473-7\" WHERE \"Score\" = '3 - 1 Hughes 64''';"} +{"question_id": 2447, "table_id": "1-21377473-7", "question": "When 1 - 1 Leckie 90+3' is the score what is the stadium?", "sql": "SELECT \"Stadium\" FROM \"1-21377473-7\" WHERE \"Score\" = '1 - 1 Leckie 90+3''';"} +{"question_id": 2448, "table_id": "1-21373283-3", "question": "What date did Adriano Buzaid have the pole position?", "sql": "SELECT \"Date\" FROM \"1-21373283-3\" WHERE \"Pole Position\" = 'Adriano Buzaid';"} +{"question_id": 2449, "table_id": "1-21373283-3", "question": "What is the winning team at Oulton Park when Max Chilton held the pole position?", "sql": "SELECT \"Winning Team\" FROM \"1-21373283-3\" WHERE \"Pole Position\" = 'Max Chilton' AND \"Circuit\" = 'Oulton Park';"} +{"question_id": 2450, "table_id": "1-21373283-3", "question": "What date did Renger van der Zande have the pole position at Donington Park?", "sql": "SELECT \"Date\" FROM \"1-21373283-3\" WHERE \"Pole Position\" = 'Renger van der Zande' AND \"Circuit\" = 'Donington Park';"} +{"question_id": 2451, "table_id": "1-2139111-1", "question": "Name the regular season for 2005", "sql": "SELECT \"Regular Season\" FROM \"1-2139111-1\" WHERE \"Year\" = 2005.0;"} +{"question_id": 2452, "table_id": "1-21422977-1", "question": "When nº is 3, what are all the ministires?", "sql": "SELECT COUNT(\"ministries\") FROM \"1-21422977-1\" WHERE \"Nº\" = 3.0;"} +{"question_id": 2453, "table_id": "1-21422977-1", "question": "When nº is 3, what are all the coaliton parties?", "sql": "SELECT \"Coalition parties\" FROM \"1-21422977-1\" WHERE \"Nº\" = 3.0;"} +{"question_id": 2454, "table_id": "1-21422977-1", "question": "What is the most amount of ministries?", "sql": "SELECT MAX(\"ministries\") FROM \"1-21422977-1\";"} +{"question_id": 2455, "table_id": "1-21422977-2", "question": "What is the ministries number when duration is 4 years, 4 days (1,465 days)?", "sql": "SELECT \"ministries\" FROM \"1-21422977-2\" WHERE \"Duration\" = '4 years, 4 days (1,465 days)';"} +{"question_id": 2456, "table_id": "1-21422977-2", "question": "How many ministers are there when the cabinet (nickname) is \tSteingrímur Hermannsson III?", "sql": "SELECT \"ministers\" FROM \"1-21422977-2\" WHERE \"Cabinet (Nickname)\" = 'Steingrímur Hermannsson III';"} +{"question_id": 2457, "table_id": "1-21422977-2", "question": "What is the duration for no 33?", "sql": "SELECT \"Duration\" FROM \"1-21422977-2\" WHERE \"Nº\" = 33.0;"} +{"question_id": 2458, "table_id": "1-2144389-9", "question": "When 1 is the number what episodes were used?", "sql": "SELECT \"Episodes used\" FROM \"1-2144389-9\" WHERE \"#\" = 1.0;"} +{"question_id": 2459, "table_id": "1-2144389-9", "question": "When 七色アーチ is the japanese title what is the japanese translation?", "sql": "SELECT \"Japanese translation\" FROM \"1-2144389-9\" WHERE \"Japanese title\" = '七色アーチ';"} +{"question_id": 2460, "table_id": "1-2144389-9", "question": "When 5 is the number what is the japanese title?", "sql": "SELECT \"Japanese title\" FROM \"1-2144389-9\" WHERE \"#\" = 5.0;"} +{"question_id": 2461, "table_id": "1-2144389-9", "question": "When Momoiro Clover Z is the vocalist how many japanese titles are there?", "sql": "SELECT COUNT(\"Japanese title\") FROM \"1-2144389-9\" WHERE \"Vocalist\" = 'Momoiro Clover Z';"} +{"question_id": 2462, "table_id": "1-2144389-9", "question": "When Momoiro Clover Z is the vocalist what is the japanese translation?", "sql": "SELECT \"Japanese translation\" FROM \"1-2144389-9\" WHERE \"Vocalist\" = 'Momoiro Clover Z';"} +{"question_id": 2463, "table_id": "1-2144389-9", "question": "When Pokémon ieru kana? BW is the romaji who is the vocalist?", "sql": "SELECT \"Vocalist\" FROM \"1-2144389-9\" WHERE \"Rōmaji\" = 'Pokémon ieru kana? BW';"} +{"question_id": 2464, "table_id": "1-2144863-1", "question": "Name the miles for Jeff Gordon", "sql": "SELECT \"Miles (km)\" FROM \"1-2144863-1\" WHERE \"Driver\" = 'Jeff Gordon';"} +{"question_id": 2465, "table_id": "1-2144863-1", "question": "Name the laps for Ryan Newman", "sql": "SELECT \"Laps\" FROM \"1-2144863-1\" WHERE \"Driver\" = 'Ryan Newman';"} +{"question_id": 2466, "table_id": "1-21501518-1", "question": "What is the theme of the song by Soul Brothers Six", "sql": "SELECT \"Theme\" FROM \"1-21501518-1\" WHERE \"Original artist\" = 'Soul Brothers Six';"} +{"question_id": 2467, "table_id": "1-21501518-1", "question": "Which week is the theme First Solo", "sql": "SELECT \"Week #\" FROM \"1-21501518-1\" WHERE \"Theme\" = 'First Solo';"} +{"question_id": 2468, "table_id": "1-21501518-1", "question": "Which week is the theme N/A", "sql": "SELECT \"Week #\" FROM \"1-21501518-1\" WHERE \"Theme\" = 'N/A';"} +{"question_id": 2469, "table_id": "1-21501518-1", "question": "How many total songs has the order #1", "sql": "SELECT COUNT(\"Song choice\") FROM \"1-21501518-1\" WHERE \"Order #\" = '1';"} +{"question_id": 2470, "table_id": "1-21501518-1", "question": "Which order #1 has a result of Bottom 2", "sql": "SELECT \"Order #\" FROM \"1-21501518-1\" WHERE \"Result\" = 'Bottom 2';"} +{"question_id": 2471, "table_id": "1-21501518-1", "question": "Whats the song of name with an original artist Garth Brooks", "sql": "SELECT \"Song choice\" FROM \"1-21501518-1\" WHERE \"Original artist\" = 'Garth Brooks';"} +{"question_id": 2472, "table_id": "1-21535453-1", "question": "What was the date when Terry McAuliffe won 19%?", "sql": "SELECT \"Dates Administered\" FROM \"1-21535453-1\" WHERE \"Terry McAuliffe\" = '19%';"} +{"question_id": 2473, "table_id": "1-21535453-1", "question": "What was the source of the poll that gave McAuliffe 30% on June 8?", "sql": "SELECT \"Source\" FROM \"1-21535453-1\" WHERE \"Terry McAuliffe\" = '30%' AND \"Dates Administered\" = 'June 8';"} +{"question_id": 2474, "table_id": "1-21535453-1", "question": "What was Brian Moran's tally in the Survey USA poll where Creigh Deeds had 26%?", "sql": "SELECT \"Brian Moran\" FROM \"1-21535453-1\" WHERE \"Source\" = 'Survey USA' AND \"Creigh Deeds\" = '26%';"} +{"question_id": 2475, "table_id": "1-21535453-1", "question": "What source showed Brian Moran at 19%?", "sql": "SELECT \"Source\" FROM \"1-21535453-1\" WHERE \"Brian Moran\" = '19%';"} +{"question_id": 2476, "table_id": "1-21535453-1", "question": "What was Brian Moran's share of the votes when Creigh Deeds had 30%?", "sql": "SELECT \"Brian Moran\" FROM \"1-21535453-1\" WHERE \"Creigh Deeds\" = '30%';"} +{"question_id": 2477, "table_id": "1-21535453-1", "question": "What source gave 26% of the votes to Brian Moran?", "sql": "SELECT \"Source\" FROM \"1-21535453-1\" WHERE \"Brian Moran\" = '26%';"} +{"question_id": 2478, "table_id": "1-21636599-1", "question": "How many insurgents have 602 as the total per period?", "sql": "SELECT MAX(\"Insurgents\") FROM \"1-21636599-1\" WHERE \"Total per period\" = 602.0;"} +{"question_id": 2479, "table_id": "1-21636599-1", "question": "How many security forces?", "sql": "SELECT MAX(\"Security forces\") FROM \"1-21636599-1\";"} +{"question_id": 2480, "table_id": "1-21636599-1", "question": "How many insurgents have 2003 as a period?", "sql": "SELECT COUNT(\"Insurgents\") FROM \"1-21636599-1\" WHERE \"Period\" = '2003';"} +{"question_id": 2481, "table_id": "1-2169966-2", "question": "What position did he finish in the year his average start was 16.8?", "sql": "SELECT \"Position\" FROM \"1-2169966-2\" WHERE \"Avg. Start\" = '16.8';"} +{"question_id": 2482, "table_id": "1-2169966-2", "question": "What were his winnings when he had 14 top 10s?", "sql": "SELECT \"Winnings\" FROM \"1-2169966-2\" WHERE \"Top 10\" = 14.0;"} +{"question_id": 2483, "table_id": "1-2169966-2", "question": "How many years did he have an average start of 20.7?", "sql": "SELECT COUNT(\"Avg. Finish\") FROM \"1-2169966-2\" WHERE \"Avg. Start\" = '20.7';"} +{"question_id": 2484, "table_id": "1-2169966-2", "question": "What was his average finish when his average start was 27.7?", "sql": "SELECT \"Avg. Finish\" FROM \"1-2169966-2\" WHERE \"Avg. Start\" = '27.7';"} +{"question_id": 2485, "table_id": "1-21692771-1", "question": "What is the ISIN that has a coupon of 1.02 and a value issued of 447,000,000?", "sql": "SELECT \"ISIN\" FROM \"1-21692771-1\" WHERE \"Coupon\" = '1.02' AND \"Amount Issued [€]\" = '447,000,000';"} +{"question_id": 2486, "table_id": "1-21692771-1", "question": "What is the ISIN that has an amount issued of 223,000,000?", "sql": "SELECT \"ISIN\" FROM \"1-21692771-1\" WHERE \"Amount Issued [€]\" = '223,000,000';"} +{"question_id": 2487, "table_id": "1-21692771-1", "question": "What is the maturity that has a coupon of exactly 0.726?", "sql": "SELECT \"Maturity\" FROM \"1-21692771-1\" WHERE \"Coupon\" = '0.726';"} +{"question_id": 2488, "table_id": "1-21692771-1", "question": "What is the coupon that has an issuer of COMMERZBANK AG?", "sql": "SELECT \"Coupon\" FROM \"1-21692771-1\" WHERE \"Issuer\" = 'COMMERZBANK AG';"} +{"question_id": 2489, "table_id": "1-21692771-1", "question": "What is the maturity date of the ISIN labeled DE000A0BVBN3?", "sql": "SELECT \"Maturity\" FROM \"1-21692771-1\" WHERE \"ISIN\" = 'DE000A0BVBN3';"} +{"question_id": 2490, "table_id": "1-21692771-1", "question": "What is the ISIN associated with the maturity date of 3/11/2011?", "sql": "SELECT \"ISIN\" FROM \"1-21692771-1\" WHERE \"Maturity\" = '3/11/2011';"} +{"question_id": 2491, "table_id": "1-2175685-1", "question": "What was the report when the average speed (mph) was 87.599?", "sql": "SELECT \"Report\" FROM \"1-2175685-1\" WHERE \"Average Speed (mph)\" = '87.599';"} +{"question_id": 2492, "table_id": "1-2175685-1", "question": "What team won when the race time was 3:12:30?", "sql": "SELECT \"Team\" FROM \"1-2175685-1\" WHERE \"Race Time\" = '3:12:30';"} +{"question_id": 2493, "table_id": "1-2175685-1", "question": "How many miles (km) were driven when the average speed (mph) was 103.145?", "sql": "SELECT \"Miles (km)\" FROM \"1-2175685-1\" WHERE \"Average Speed (mph)\" = '103.145';"} +{"question_id": 2494, "table_id": "1-21795846-1", "question": "If the position is 12th, what was the series?", "sql": "SELECT \"Series\" FROM \"1-21795846-1\" WHERE \"Position\" = '12th';"} +{"question_id": 2495, "table_id": "1-21795846-1", "question": "If the position is 9th, what is the total podiums number?", "sql": "SELECT COUNT(\"Podiums\") FROM \"1-21795846-1\" WHERE \"Position\" = '9th';"} +{"question_id": 2496, "table_id": "1-21795846-1", "question": "If there is 16 points, what was the position? ", "sql": "SELECT \"Position\" FROM \"1-21795846-1\" WHERE \"Points\" = 16.0;"} +{"question_id": 2497, "table_id": "1-21795650-1", "question": "What is the point total for the Formula Renault 2.0 Italy series?", "sql": "SELECT COUNT(\"Points\") FROM \"1-21795650-1\" WHERE \"Series\" = 'Formula Renault 2.0 Italy';"} +{"question_id": 2498, "table_id": "1-21795650-1", "question": "What is the minimum number of f/laps in the Italian Formula Renault 2.0 Winter Series?", "sql": "SELECT MIN(\"F/Laps\") FROM \"1-21795650-1\" WHERE \"Series\" = 'Italian Formula Renault 2.0 Winter Series';"} +{"question_id": 2499, "table_id": "1-21795650-1", "question": "How many poles were there in the Italian Formula Renault 2.0 Winter Series?", "sql": "SELECT \"Poles\" FROM \"1-21795650-1\" WHERE \"Series\" = 'Italian Formula Renault 2.0 Winter Series';"} +{"question_id": 2500, "table_id": "1-21795650-1", "question": "How many podiums were there in the Italian Formula Renault 2.0 Winter Series?", "sql": "SELECT \"Podiums\" FROM \"1-21795650-1\" WHERE \"Series\" = 'Italian Formula Renault 2.0 Winter Series';"} +{"question_id": 2501, "table_id": "1-21795650-1", "question": "What was the highest position for the person who performed in 16 races?", "sql": "SELECT \"Position\" FROM \"1-21795650-1\" WHERE \"Races\" = 16.0;"} +{"question_id": 2502, "table_id": "1-21795650-1", "question": "What team had 4 podiums?", "sql": "SELECT \"Team\" FROM \"1-21795650-1\" WHERE \"Podiums\" = 4.0;"} +{"question_id": 2503, "table_id": "1-21790203-1", "question": "Name the year for is My Magic", "sql": "SELECT \"Year (Ceremony)\" FROM \"1-21790203-1\" WHERE \"Film title used in nomination\" = 'My Magic';"} +{"question_id": 2504, "table_id": "1-21790203-1", "question": "Name the year for Japanese", "sql": "SELECT \"Year (Ceremony)\" FROM \"1-21790203-1\" WHERE \"Language(s)\" = 'Japanese';"} +{"question_id": 2505, "table_id": "1-21790203-1", "question": "Name the result for Already Famous", "sql": "SELECT \"Result\" FROM \"1-21790203-1\" WHERE \"Film title used in nomination\" = 'Already Famous';"} +{"question_id": 2506, "table_id": "1-21790203-1", "question": "Name the result for Japanese", "sql": "SELECT \"Result\" FROM \"1-21790203-1\" WHERE \"Language(s)\" = 'Japanese';"} +{"question_id": 2507, "table_id": "1-2182573-2", "question": "What was the best top five result when the average start is 28.5? ", "sql": "SELECT MAX(\"Top 5\") FROM \"1-2182573-2\" WHERE \"Avg. Start\" = '28.5';"} +{"question_id": 2508, "table_id": "1-2182573-2", "question": "What was the average finish in 2007?", "sql": "SELECT \"Avg. Finish\" FROM \"1-2182573-2\" WHERE \"Year\" = 2007.0;"} +{"question_id": 2509, "table_id": "1-2182573-2", "question": "How many poles were there in 1996?", "sql": "SELECT MIN(\"Poles\") FROM \"1-2182573-2\" WHERE \"Year\" = 1996.0;"} +{"question_id": 2510, "table_id": "1-2190919-3", "question": "With team #21/#07 SS-Green Light Racing, what was the average finish number?", "sql": "SELECT \"Avg. Finish\" FROM \"1-2190919-3\" WHERE \"Team(s)\" = '#21/#07 SS-Green Light Racing';"} +{"question_id": 2511, "table_id": "1-2190919-3", "question": "What was the maximum amount of the poles?", "sql": "SELECT MAX(\"Poles\") FROM \"1-2190919-3\";"} +{"question_id": 2512, "table_id": "1-2190919-3", "question": "If the average start is 11.8, what was the team name?", "sql": "SELECT \"Team(s)\" FROM \"1-2190919-3\" WHERE \"Avg. Start\" = '11.8';"} +{"question_id": 2513, "table_id": "1-2190919-3", "question": "If the winnings was $250,667, what is the top 5 total number?", "sql": "SELECT COUNT(\"Top 5\") FROM \"1-2190919-3\" WHERE \"Winnings\" = '$250,667';"} +{"question_id": 2514, "table_id": "1-2190919-3", "question": "With an average finish of 29.0, what was the average start?", "sql": "SELECT \"Avg. Start\" FROM \"1-2190919-3\" WHERE \"Avg. Finish\" = '29.0';"} +{"question_id": 2515, "table_id": "1-2192067-4", "question": "what is the total number of reasons for change where the date the successor was seated is June 8, 1876?", "sql": "SELECT COUNT(\"Reason for change\") FROM \"1-2192067-4\" WHERE \"Date successor seated\" = 'June 8, 1876';"} +{"question_id": 2516, "table_id": "1-2192067-4", "question": "what is the reason for change where the date the successor was seated was July 28, 1876?", "sql": "SELECT \"Reason for change\" FROM \"1-2192067-4\" WHERE \"Date successor seated\" = 'July 28, 1876';"} +{"question_id": 2517, "table_id": "1-2192067-4", "question": "what is the district where the vacator is Vacant?", "sql": "SELECT \"District\" FROM \"1-2192067-4\" WHERE \"Vacator\" = 'Vacant';"} +{"question_id": 2518, "table_id": "1-2196127-1", "question": "Who was the manufacturer for Matt Kenseth on March 7?", "sql": "SELECT \"Manufacturer\" FROM \"1-2196127-1\" WHERE \"Driver\" = 'Matt Kenseth' AND \"Date\" = 'March 7';"} +{"question_id": 2519, "table_id": "1-2196127-1", "question": "What was the average speed for a racetime of 3:08:08?", "sql": "SELECT \"Average Speed (mph)\" FROM \"1-2196127-1\" WHERE \"Race Time\" = '3:08:08';"} +{"question_id": 2520, "table_id": "1-2196127-1", "question": "How many laps were there in 2002?", "sql": "SELECT \"Laps\" FROM \"1-2196127-1\" WHERE \"Year\" = '2002';"} +{"question_id": 2521, "table_id": "1-2196127-1", "question": "How many numbers were recorded under miles for the 3:00:46 race time?", "sql": "SELECT COUNT(\"Miles (km)\") FROM \"1-2196127-1\" WHERE \"Race Time\" = '3:00:46';"} +{"question_id": 2522, "table_id": "1-2196127-1", "question": "What was the race time for Jeff Gordon?", "sql": "SELECT \"Race Time\" FROM \"1-2196127-1\" WHERE \"Driver\" = 'Jeff Gordon';"} +{"question_id": 2523, "table_id": "1-2199290-1", "question": "What is the latest year?", "sql": "SELECT MAX(\"Year\") FROM \"1-2199290-1\";"} +{"question_id": 2524, "table_id": "1-21995420-6", "question": "What is every total for the University of the Cordilleras UC Dance Squad?", "sql": "SELECT \"Total\" FROM \"1-21995420-6\" WHERE \"School\" = 'University of the Cordilleras UC Dance Squad';"} +{"question_id": 2525, "table_id": "1-21995420-6", "question": "What is every school with basic elements of 52?", "sql": "SELECT \"School\" FROM \"1-21995420-6\" WHERE \"Basic Elements\" = 52.0;"} +{"question_id": 2526, "table_id": "1-21995420-6", "question": "How many stunts have a total of 201.5?", "sql": "SELECT COUNT(\"Stunts\") FROM \"1-21995420-6\" WHERE \"Total\" = '201.5';"} +{"question_id": 2527, "table_id": "1-21995420-6", "question": "What is every school with stunts of 48?", "sql": "SELECT \"School\" FROM \"1-21995420-6\" WHERE \"Stunts\" = '48';"} +{"question_id": 2528, "table_id": "1-21995420-6", "question": "What is every deduction for pyramids of 49?", "sql": "SELECT \"Deductions\" FROM \"1-21995420-6\" WHERE \"Pyramids\" = '49';"} +{"question_id": 2529, "table_id": "1-2199290-2", "question": "In what year was the partner Wesley Moodie?", "sql": "SELECT MAX(\"Year\") FROM \"1-2199290-2\" WHERE \"Partner\" = 'Wesley Moodie';"} +{"question_id": 2530, "table_id": "1-2199290-2", "question": "What was the outcome when the final score was 7–6(9), 7–6(1)?", "sql": "SELECT \"Outcome\" FROM \"1-2199290-2\" WHERE \"Score in the final\" = '7–6(9), 7–6(1)';"} +{"question_id": 2531, "table_id": "1-2201724-1", "question": "What are the scores in matches against Tony Roche?", "sql": "SELECT \"Score in the final\" FROM \"1-2201724-1\" WHERE \"Opponent in the final\" = 'Tony Roche';"} +{"question_id": 2532, "table_id": "1-2201724-1", "question": "Which championship has a final score of 3–6, 4–6, 2–6?", "sql": "SELECT \"Championship\" FROM \"1-2201724-1\" WHERE \"Score in the final\" = '3–6, 4–6, 2–6';"} +{"question_id": 2533, "table_id": "1-2201724-1", "question": "What is Fred Stolle's final year of competing in a championship? ", "sql": "SELECT MAX(\"Year\") FROM \"1-2201724-1\";"} +{"question_id": 2534, "table_id": "1-2201724-1", "question": "List the total number of years that have a score of 3–6, 4–6, 2–6.", "sql": "SELECT COUNT(\"Year\") FROM \"1-2201724-1\" WHERE \"Score in the final\" = '3–6, 4–6, 2–6';"} +{"question_id": 2535, "table_id": "1-2201724-1", "question": "List the final score of Wimbledon (2/2).", "sql": "SELECT \"Score in the final\" FROM \"1-2201724-1\" WHERE \"Championship\" = 'Wimbledon (2/2)';"} +{"question_id": 2536, "table_id": "1-22050544-1", "question": "What is the winner in event number 15H?", "sql": "SELECT \"Winner\" FROM \"1-22050544-1\" WHERE \"Event #\" = '15H';"} +{"question_id": 2537, "table_id": "1-22050544-1", "question": "Who is the winner with an elapsed time of 12 h 42 min?", "sql": "SELECT \"Winner\" FROM \"1-22050544-1\" WHERE \"Elapsed Time\" = '12 h 42 min';"} +{"question_id": 2538, "table_id": "1-22050544-1", "question": "What is the prize for the elapsed time of 10 h 10 min?", "sql": "SELECT \"Prize\" FROM \"1-22050544-1\" WHERE \"Elapsed Time\" = '10 h 10 min';"} +{"question_id": 2539, "table_id": "1-22050544-1", "question": "Who is the winner of event # 1H and dateca is Apr 2?", "sql": "SELECT \"Winner\" FROM \"1-22050544-1\" WHERE \"Dateca\" = 'Apr 2' AND \"Event #\" = '1H';"} +{"question_id": 2540, "table_id": "1-22050544-1", "question": "What is the event # when the winner is what is 7x6?", "sql": "SELECT \"Event #\" FROM \"1-22050544-1\" WHERE \"Winner\" = 'what is 7x6';"} +{"question_id": 2541, "table_id": "1-22056184-1", "question": "Which positions are the poles 2?", "sql": "SELECT \"Position\" FROM \"1-22056184-1\" WHERE \"Poles\" = 2.0;"} +{"question_id": 2542, "table_id": "1-22056184-1", "question": "How many positions have f/laps of 1 and British Formula Three series?", "sql": "SELECT COUNT(\"Position\") FROM \"1-22056184-1\" WHERE \"F/Laps\" = 1.0 AND \"Series\" = 'British Formula Three';"} +{"question_id": 2543, "table_id": "1-22056184-1", "question": "Which position has 9 podiums?", "sql": "SELECT \"Position\" FROM \"1-22056184-1\" WHERE \"Podiums\" = 9.0;"} +{"question_id": 2544, "table_id": "1-22056184-1", "question": "How many teams have 7th position?", "sql": "SELECT COUNT(\"Team\") FROM \"1-22056184-1\" WHERE \"Position\" = '7th';"} +{"question_id": 2545, "table_id": "1-22056184-1", "question": "How many poles when British Formula Renault 2.0 series and f/laps 1?", "sql": "SELECT MIN(\"Poles\") FROM \"1-22056184-1\" WHERE \"Series\" = 'British Formula Renault 2.0' AND \"F/Laps\" = 1.0;"} +{"question_id": 2546, "table_id": "1-22056184-1", "question": "How many points when pole are 1?", "sql": "SELECT \"Points\" FROM \"1-22056184-1\" WHERE \"Poles\" = 1.0;"} +{"question_id": 2547, "table_id": "1-22058547-1", "question": "how many wiaa classifications does Fort Vancouver high school have?", "sql": "SELECT COUNT(\"WIAA Classification\") FROM \"1-22058547-1\" WHERE \"High School\" = 'Fort Vancouver';"} +{"question_id": 2548, "table_id": "1-22058547-1", "question": "How many high schools have Storm mascots?", "sql": "SELECT \"High School\" FROM \"1-22058547-1\" WHERE \"Mascot\" = 'Storm';"} +{"question_id": 2549, "table_id": "1-22058547-1", "question": "What wiaa classifications does Vancouver iTech Prepratory have?", "sql": "SELECT \"WIAA Classification\" FROM \"1-22058547-1\" WHERE \"High School\" = 'Vancouver iTech Prepratory';"} +{"question_id": 2550, "table_id": "1-22058547-1", "question": "What school classifications have Trappers as mascot?", "sql": "SELECT \"Type\" FROM \"1-22058547-1\" WHERE \"Mascot\" = 'Trappers';"} +{"question_id": 2551, "table_id": "1-2208838-4", "question": "How many games were played in the 1989 season?", "sql": "SELECT \"Played\" FROM \"1-2208838-4\" WHERE \"Season\" = '1989';"} +{"question_id": 2552, "table_id": "1-2208838-4", "question": "How many games were played by the player with 927 points?", "sql": "SELECT \"Played\" FROM \"1-2208838-4\" WHERE \"Points\" = 927.0;"} +{"question_id": 2553, "table_id": "1-2208838-4", "question": "Which team had an average of 20.4?", "sql": "SELECT \"Team\" FROM \"1-2208838-4\" WHERE \"Average\" = '20.4';"} +{"question_id": 2554, "table_id": "1-22133191-3", "question": "What was the date of appointment for the 10th person in position?", "sql": "SELECT \"Date of appointment\" FROM \"1-22133191-3\" WHERE \"Position in table\" = '10th';"} +{"question_id": 2555, "table_id": "1-22133191-3", "question": "What is the date of vacancy for the person that left because of End of caretaker contract?", "sql": "SELECT \"Date of vacancy\" FROM \"1-22133191-3\" WHERE \"Manner of departure\" = 'End of caretaker contract';"} +{"question_id": 2556, "table_id": "1-221398-1", "question": "How many prefectures have an area of 361.719 kilometers squared?", "sql": "SELECT COUNT(\"Prefecture\") FROM \"1-221398-1\" WHERE \"Area (km²)\" = '361.719';"} +{"question_id": 2557, "table_id": "1-221398-1", "question": "What prefecture is listed in the map as number 39?", "sql": "SELECT \"Prefecture\" FROM \"1-221398-1\" WHERE \"Number in map\" = '39';"} +{"question_id": 2558, "table_id": "1-221398-1", "question": "How many prefectures have a population density of 16 people/kilometers squared?", "sql": "SELECT COUNT(\"Pop. density (/km²)\") FROM \"1-221398-1\" WHERE \"Number in map\" = '16';"} +{"question_id": 2559, "table_id": "1-2216245-2", "question": "How many wins did he have when he had $95,180 in winnings?", "sql": "SELECT COUNT(\"Wins\") FROM \"1-2216245-2\" WHERE \"Winnings\" = '$95,180';"} +{"question_id": 2560, "table_id": "1-2216245-2", "question": "How many top 10s did he have the year he won $80,490?", "sql": "SELECT COUNT(\"Top 10\") FROM \"1-2216245-2\" WHERE \"Winnings\" = '$80,490';"} +{"question_id": 2561, "table_id": "1-2216245-2", "question": "What is his lowest number of wins?", "sql": "SELECT MIN(\"Wins\") FROM \"1-2216245-2\";"} +{"question_id": 2562, "table_id": "1-2216245-2", "question": "How many top 5s when he was on team #28/#49 Jay Robinson Racing?", "sql": "SELECT MAX(\"Top 5\") FROM \"1-2216245-2\" WHERE \"Team(s)\" = '#28/#49 Jay Robinson Racing';"} +{"question_id": 2563, "table_id": "1-2221484-2", "question": "What date did episode 258 in the series originally air?", "sql": "SELECT \"Original air date\" FROM \"1-2221484-2\" WHERE \"Series #\" = 258.0;"} +{"question_id": 2564, "table_id": "1-2221484-2", "question": "Who directed \"Loathe and Marriage\"?", "sql": "SELECT \"Directed by\" FROM \"1-2221484-2\" WHERE \"Title\" = '\"Loathe and Marriage\"';"} +{"question_id": 2565, "table_id": "1-2221484-2", "question": "Who directed episode 266 in the series?", "sql": "SELECT \"Directed by\" FROM \"1-2221484-2\" WHERE \"Series #\" = 266.0;"} +{"question_id": 2566, "table_id": "1-2223177-3", "question": "Name the least season", "sql": "SELECT MIN(\"Season\") FROM \"1-2223177-3\";"} +{"question_id": 2567, "table_id": "1-2224692-1", "question": "What's the BTU/Gal of the fuel whose kWh/Gal is 24.04?", "sql": "SELECT \"BTU/Gal\" FROM \"1-2224692-1\" WHERE \"kWh/Gal\" = '24.04';"} +{"question_id": 2568, "table_id": "1-2224692-1", "question": "What's the HP -hr/gal of the fuel whose GGE is 0.9000?", "sql": "SELECT \"HP -hr/Gal\" FROM \"1-2224692-1\" WHERE \"GGE\" = '0.9000';"} +{"question_id": 2569, "table_id": "1-2224692-1", "question": "What's the HP -hr/Gal of the Methanol fuel (M100)?", "sql": "SELECT \"HP -hr/Gal\" FROM \"1-2224692-1\" WHERE \"Fuel - Liquid, US Gallons\" = 'Methanol fuel (M100)';"} +{"question_id": 2570, "table_id": "1-2224692-1", "question": "What's the HP -hr/Gal of the fuel with 111.11% GGE?", "sql": "SELECT \"HP -hr/Gal\" FROM \"1-2224692-1\" WHERE \"GGE %\" = '111.11%';"} +{"question_id": 2571, "table_id": "1-2224692-1", "question": "What's the GGE % of the fuel with kWh/Gal of 33.41?", "sql": "SELECT \"GGE %\" FROM \"1-2224692-1\" WHERE \"kWh/Gal\" = '33.41';"} +{"question_id": 2572, "table_id": "1-222448-1", "question": "What is the percentage yield for a DPMO of 3.4?", "sql": "SELECT \"Percentage yield\" FROM \"1-222448-1\" WHERE \"DPMO\" = '3.4';"} +{"question_id": 2573, "table_id": "1-222448-1", "question": "How many percentage yield figures are there when 6.7% are defective?", "sql": "SELECT COUNT(\"Percentage yield\") FROM \"1-222448-1\" WHERE \"Percent defective\" = '6.7%';"} +{"question_id": 2574, "table_id": "1-222448-1", "question": "What is long-term C PK when the short-term C PK is 2.00?", "sql": "SELECT \"Long-term C pk\" FROM \"1-222448-1\" WHERE \"Short-term C pk\" = '2.00';"} +{"question_id": 2575, "table_id": "1-222448-1", "question": "What is the sigma (with 1.5σ shift) when there are 69% defective?", "sql": "SELECT \"Sigma (with 1.5σ shift)\" FROM \"1-222448-1\" WHERE \"Percent defective\" = '69%';"} +{"question_id": 2576, "table_id": "1-222448-1", "question": "When sigma (with 1.5σ shift) is 2.5, what percent is defective?", "sql": "SELECT \"Percent defective\" FROM \"1-222448-1\" WHERE \"Sigma (with 1.5σ shift)\" = '2.5';"} +{"question_id": 2577, "table_id": "1-22265225-1", "question": "What episode number in the series was \"iGo Nuclear\"?", "sql": "SELECT \"No. in season\" FROM \"1-22265225-1\" WHERE \"Title\" = '\"iGo Nuclear\"';"} +{"question_id": 2578, "table_id": "1-22265225-1", "question": "How many times was u.s. Viewers listed for episode 36 in the series?", "sql": "SELECT COUNT(\"U.S. viewers (millions)\") FROM \"1-22265225-1\" WHERE \"No. in series\" = '36';"} +{"question_id": 2579, "table_id": "1-22265225-1", "question": "How many million U.s. Viewers watched episode 12 in the season?", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-22265225-1\" WHERE \"No. in season\" = '12';"} +{"question_id": 2580, "table_id": "1-22265225-1", "question": "What day did the episode with a production code of 218 originally air?", "sql": "SELECT \"Original air date\" FROM \"1-22265225-1\" WHERE \"Production code\" = '218';"} +{"question_id": 2581, "table_id": "1-22265225-1", "question": "How many episodes were listed as number 29 in the series?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-22265225-1\" WHERE \"No. in series\" = '29';"} +{"question_id": 2582, "table_id": "1-22265261-1", "question": "What was the Sp of the 2nd Position?", "sql": "SELECT COUNT(\"SP\") FROM \"1-22265261-1\" WHERE \"Position\" = '2nd';"} +{"question_id": 2583, "table_id": "1-22265261-1", "question": "How old was the horse when the SP was 200/1?", "sql": "SELECT COUNT(\"Age\") FROM \"1-22265261-1\" WHERE \"SP\" = '200/1';"} +{"question_id": 2584, "table_id": "1-22265261-1", "question": "What was the distance for the 11th position?", "sql": "SELECT \"Distance\" FROM \"1-22265261-1\" WHERE \"Position\" = '11th';"} +{"question_id": 2585, "table_id": "1-22265261-1", "question": "Who was the jockey in 7th position?", "sql": "SELECT \"Jockey\" FROM \"1-22265261-1\" WHERE \"Position\" = '7th';"} +{"question_id": 2586, "table_id": "1-22265261-1", "question": "What was the distance when the handicap was 11-2?", "sql": "SELECT \"Distance\" FROM \"1-22265261-1\" WHERE \"Handicap (st-lb)\" = '11-2';"} +{"question_id": 2587, "table_id": "1-2226817-7", "question": "If the production code is 6.18, what was the episode title?", "sql": "SELECT \"Title\" FROM \"1-2226817-7\" WHERE \"Production code\" = '6.18';"} +{"question_id": 2588, "table_id": "1-2226817-7", "question": "If the original air date January 19, 1992, who was the episode directed by?", "sql": "SELECT \"Directed by\" FROM \"1-2226817-7\" WHERE \"Original air date\" = 'January 19, 1992';"} +{"question_id": 2589, "table_id": "1-2226817-6", "question": "When did the episode titled \"Route 666 (Part 1)\" air for the first time?", "sql": "SELECT \"Original air date\" FROM \"1-2226817-6\" WHERE \"Title\" = '\"Route 666 (Part 1)\"';"} +{"question_id": 2590, "table_id": "1-2226817-6", "question": "What's the season number of the episode with series number 84?", "sql": "SELECT MIN(\"No. in season\") FROM \"1-2226817-6\" WHERE \"No. in series\" = 84.0;"} +{"question_id": 2591, "table_id": "1-2226817-6", "question": "How many season numbers are there for the episodes written by Art Everett?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-2226817-6\" WHERE \"Written by\" = 'Art Everett';"} +{"question_id": 2592, "table_id": "1-2226817-6", "question": "How many series numbers do the episodes originally aired on October 28, 1990?", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-2226817-6\" WHERE \"Original air date\" = 'October 28, 1990';"} +{"question_id": 2593, "table_id": "1-2226817-6", "question": "What' the series number of the episode with season number 13?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-2226817-6\" WHERE \"No. in season\" = 13.0;"} +{"question_id": 2594, "table_id": "1-22298383-1", "question": "What was the report for the Sunday race where the winner had an average speed of 128.27 mph?", "sql": "SELECT \"Report\" FROM \"1-22298383-1\" WHERE \"Day\" = 'Sunday' AND \"Average Speed (mph)\" = '128.27';"} +{"question_id": 2595, "table_id": "1-22298383-1", "question": "On what day was the race that Cale Yarborough won in 364 laps?", "sql": "SELECT \"Day\" FROM \"1-22298383-1\" WHERE \"Laps\" = '364' AND \"Driver\" = 'Cale Yarborough';"} +{"question_id": 2596, "table_id": "1-22298383-1", "question": "Who manufactured the car that won with an average speed of 126.259 mph?", "sql": "SELECT \"Manufacturer\" FROM \"1-22298383-1\" WHERE \"Average Speed (mph)\" = '126.259';"} +{"question_id": 2597, "table_id": "1-22298383-1", "question": "What year did the Leo Jackson Racing team win?", "sql": "SELECT \"Year\" FROM \"1-22298383-1\" WHERE \"Team\" = 'Leo Jackson Racing';"} +{"question_id": 2598, "table_id": "1-22329326-1", "question": "When was the station WLS-TV owned since?", "sql": "SELECT \"Owned since\" FROM \"1-22329326-1\" WHERE \"Station\" = 'WLS-TV';"} +{"question_id": 2599, "table_id": "1-22329326-1", "question": "What market rank and city had the station KABC-TV?", "sql": "SELECT \"Market Rank & City of license /Market\" FROM \"1-22329326-1\" WHERE \"Station\" = 'KABC-TV';"} +{"question_id": 2600, "table_id": "1-22329326-1", "question": "What was the earliest year a station was owned since?", "sql": "SELECT MIN(\"Owned since\") FROM \"1-22329326-1\";"} +{"question_id": 2601, "table_id": "1-22353769-3", "question": "How many episodes had 3.62 million viewers?", "sql": "SELECT COUNT(\"Share\") FROM \"1-22353769-3\" WHERE \"Viewers (millions)\" = '3.62';"} +{"question_id": 2602, "table_id": "1-22353769-3", "question": "How many episodes have episode #11?", "sql": "SELECT COUNT(\"US Air Date\") FROM \"1-22353769-3\" WHERE \"Episode #\" = 11.0;"} +{"question_id": 2603, "table_id": "1-22353769-3", "question": "How many epsidode(s) had 3.63 million viewers?", "sql": "SELECT COUNT(\"Episode #\") FROM \"1-22353769-3\" WHERE \"Viewers (millions)\" = '3.63';"} +{"question_id": 2604, "table_id": "1-22355-11", "question": "What nation had the athlete Sebastian Coe Category:Articles with hCards?", "sql": "SELECT \"Nation\" FROM \"1-22355-11\" WHERE \"Athlete\" = 'Sebastian Coe Category:Articles with hCards';"} +{"question_id": 2605, "table_id": "1-22355-11", "question": "What rank did the nation with athlete Peter Snell Category:Articles with hCards have?", "sql": "SELECT COUNT(\"Rank\") FROM \"1-22355-11\" WHERE \"Athlete\" = 'Peter Snell Category:Articles with hCards';"} +{"question_id": 2606, "table_id": "1-22355-50", "question": "how many times was nation counted where athlete is Shuhei Nishida Category:Articles with hCards", "sql": "SELECT COUNT(\"Nation\") FROM \"1-22355-50\" WHERE \"Athlete\" = 'Shuhei Nishida Category:Articles with hCards';"} +{"question_id": 2607, "table_id": "1-22355-50", "question": "What is the least number of silver medals won", "sql": "SELECT MIN(\"Silver\") FROM \"1-22355-50\";"} +{"question_id": 2608, "table_id": "1-22355-71", "question": "How many silver medalist was won?", "sql": "SELECT MAX(\"Silver\") FROM \"1-22355-71\";"} +{"question_id": 2609, "table_id": "1-22357065-1", "question": "Name the league cup for Northern Ireland", "sql": "SELECT \"League Cup\" FROM \"1-22357065-1\" WHERE \"Nation\" = 'Northern Ireland';"} +{"question_id": 2610, "table_id": "1-22385461-9", "question": "If the spacecraft is the Shenzhou 7 EVA 1, what is the start (utc) date and time?", "sql": "SELECT \"Start ( UTC )\" FROM \"1-22385461-9\" WHERE \"Spacecraft\" = 'Shenzhou 7 EVA 1';"} +{"question_id": 2611, "table_id": "1-22385461-9", "question": "If the start (utc) is November 18, 2008 18:09, what is the name of the spacecraft?", "sql": "SELECT \"Spacecraft\" FROM \"1-22385461-9\" WHERE \"Start ( UTC )\" = 'November 18, 2008 18:09';"} +{"question_id": 2612, "table_id": "1-22385461-6", "question": "What is the end (UTC) for spacecraft STS-114 EVA 3?", "sql": "SELECT \"End (UTC)\" FROM \"1-22385461-6\" WHERE \"Spacecraft\" = 'STS-114 EVA 3';"} +{"question_id": 2613, "table_id": "1-22385461-6", "question": "What is the start date and time of the walk that ends March 28, 2005, 11:31?", "sql": "SELECT \"Start ( UTC )\" FROM \"1-22385461-6\" WHERE \"End (UTC)\" = 'March 28, 2005, 11:31';"} +{"question_id": 2614, "table_id": "1-22464308-2", "question": "Which points classification has 4 as the stage?", "sql": "SELECT \"Points classification\" FROM \"1-22464308-2\" WHERE \"Stage\" = 4.0;"} +{"question_id": 2615, "table_id": "1-22464308-2", "question": "Which malaysian team classification had Mohd Nur Rizuan Zainal as points classification?", "sql": "SELECT \"Malaysian team classification\" FROM \"1-22464308-2\" WHERE \"Points classification\" = 'Mohd Nur Rizuan Zainal';"} +{"question_id": 2616, "table_id": "1-22464308-2", "question": "Which team classification has malaysian team classification of MNCF Continental Team?", "sql": "SELECT \"Team classification\" FROM \"1-22464308-2\" WHERE \"Malaysian team classification\" = 'MNCF Continental Team';"} +{"question_id": 2617, "table_id": "1-22464308-2", "question": "Which team classification has Taiji Nishitani as the stage winner?", "sql": "SELECT \"Team classification\" FROM \"1-22464308-2\" WHERE \"Stage winner\" = 'Taiji Nishitani';"} +{"question_id": 2618, "table_id": "1-224672-2", "question": "When did the term end that began January 3, 2007?", "sql": "SELECT \"Term ended\" FROM \"1-224672-2\" WHERE \"Term began\" = 'January 3, 2007';"} +{"question_id": 2619, "table_id": "1-224672-2", "question": "When did the term began when the date of election is N/A?", "sql": "SELECT \"Term began\" FROM \"1-224672-2\" WHERE \"Elected\" = 'N/A';"} +{"question_id": 2620, "table_id": "1-224672-2", "question": "When did the term end that began December 4, 1978?", "sql": "SELECT \"Term ended\" FROM \"1-224672-2\" WHERE \"Term began\" = 'December 4, 1978';"} +{"question_id": 2621, "table_id": "1-224672-2", "question": "When did the term begin that ended January 3, 1995?", "sql": "SELECT \"Term began\" FROM \"1-224672-2\" WHERE \"Term ended\" = 'January 3, 1995';"} +{"question_id": 2622, "table_id": "1-224672-2", "question": "What branch of government was the term that ended on January 3, 2001?", "sql": "SELECT \"Type\" FROM \"1-224672-2\" WHERE \"Term ended\" = 'January 3, 2001';"} +{"question_id": 2623, "table_id": "1-22496344-1", "question": "Where is the position when Houston, TX is the hometown and Worthing is the high school?", "sql": "SELECT \"Position\" FROM \"1-22496344-1\" WHERE \"Home Town\" = 'Houston, TX' AND \"High School\" = 'Worthing';"} +{"question_id": 2624, "table_id": "1-22496344-1", "question": "Which highschool has Senior (RS) for the year?", "sql": "SELECT \"High School\" FROM \"1-22496344-1\" WHERE \"Year\" = 'Senior (RS)';"} +{"question_id": 2625, "table_id": "1-22496344-1", "question": "What is the # when Conroe, TX is the hometown?", "sql": "SELECT MIN(\"#\") FROM \"1-22496344-1\" WHERE \"Home Town\" = 'Conroe, TX';"} +{"question_id": 2626, "table_id": "1-22496344-1", "question": "What is the weight when 20 is the number?", "sql": "SELECT MAX(\"Weight\") FROM \"1-22496344-1\" WHERE \"#\" = 20.0;"} +{"question_id": 2627, "table_id": "1-22496344-1", "question": "What is the name when Senior is the year with the # less than 10.0?", "sql": "SELECT \"Name\" FROM \"1-22496344-1\" WHERE \"Year\" = 'Senior' AND \"#\" < 10.0;"} +{"question_id": 2628, "table_id": "1-22496344-1", "question": "What is the # for Worthing high school?", "sql": "SELECT COUNT(\"#\") FROM \"1-22496344-1\" WHERE \"High School\" = 'Worthing';"} +{"question_id": 2629, "table_id": "1-225094-4", "question": "Name the reason for change for Jonathan Jennings", "sql": "SELECT COUNT(\"Reason for change\") FROM \"1-225094-4\" WHERE \"Successor\" = 'Jonathan Jennings';"} +{"question_id": 2630, "table_id": "1-225094-4", "question": "Name the date successor seated for failure to elect", "sql": "SELECT \"Date successor seated\" FROM \"1-225094-4\" WHERE \"Reason for change\" = 'failure to elect';"} +{"question_id": 2631, "table_id": "1-225198-3", "question": "Name the successor for James Noble died in previous Congress", "sql": "SELECT \"Successor\" FROM \"1-225198-3\" WHERE \"Reason for change\" = 'James Noble died in previous Congress';"} +{"question_id": 2632, "table_id": "1-225198-3", "question": "Name the state class for Isaac D. Barnard (J)", "sql": "SELECT \"State (class)\" FROM \"1-225198-3\" WHERE \"Vacator\" = 'Isaac D. Barnard (J)';"} +{"question_id": 2633, "table_id": "1-225205-4", "question": "Who is the successor when the reason for change is Died November 11, 1845?", "sql": "SELECT \"Successor\" FROM \"1-225205-4\" WHERE \"Reason for change\" = 'Died November 11, 1845';"} +{"question_id": 2634, "table_id": "1-225205-4", "question": "How many date of successor seated is New Jersey 2nd in the district?", "sql": "SELECT COUNT(\"Date successor seated\") FROM \"1-225205-4\" WHERE \"District\" = 'New Jersey 2nd';"} +{"question_id": 2635, "table_id": "1-22546460-4", "question": "Who was the Best Male Artist where Bankie Travolta won the Best Male MC?", "sql": "SELECT \"Best Male Artist\" FROM \"1-22546460-4\" WHERE \"Best Male MC\" = 'Bankie Travolta';"} +{"question_id": 2636, "table_id": "1-22546460-4", "question": "Who was the Best Male MC if Best Album won the Best Male Lyricist?", "sql": "SELECT \"Best Male MC\" FROM \"1-22546460-4\" WHERE \"Best Male Lyricist\" = 'Best Album';"} +{"question_id": 2637, "table_id": "1-22546460-4", "question": "Who was the Best Male Lyricist if Neshia Nee won the Best Male Record?", "sql": "SELECT \"Best Male Lyricist\" FROM \"1-22546460-4\" WHERE \"Best Male Record\" = 'Neshia Nee';"} +{"question_id": 2638, "table_id": "1-22546460-4", "question": "Who won the Best Female Artist where Best R&B Contributor won the Best Male Lyricist?", "sql": "SELECT \"Best Female Artist\" FROM \"1-22546460-4\" WHERE \"Best Male Lyricist\" = 'Best R&B Contributor';"} +{"question_id": 2639, "table_id": "1-22546460-4", "question": "What won the Best Female Artist if Best Lyrical Record won the Best Male Artist?", "sql": "SELECT \"Best Female Artist\" FROM \"1-22546460-4\" WHERE \"Best Male Artist\" = 'Best Lyrical Record';"} +{"question_id": 2640, "table_id": "1-22546460-4", "question": "What won the Best Female Artist if People's Male MC won the Best Female Lyricist?", "sql": "SELECT \"Best Female Artist\" FROM \"1-22546460-4\" WHERE \"Best Female Lyricist\" = 'People''s Male MC';"} +{"question_id": 2641, "table_id": "1-22582663-1", "question": "What is the lowest number of states contested under Apna Dal?", "sql": "SELECT MIN(\"States contested\") FROM \"1-22582663-1\" WHERE \"Party Name\" = 'Apna Dal';"} +{"question_id": 2642, "table_id": "1-22582663-1", "question": "Where 19 seats were won, what was the minimum number of forfeited seats?", "sql": "SELECT MIN(\"Forfeited in seats\") FROM \"1-22582663-1\" WHERE \"Seats won\" = 19.0;"} +{"question_id": 2643, "table_id": "1-22582663-1", "question": "How many Akhil Bharatiya Rashtriya Azad Hind Party seats were contested?", "sql": "SELECT \"Seats contested\" FROM \"1-22582663-1\" WHERE \"Party Name\" = 'Akhil Bharatiya Rashtriya Azad Hind Party';"} +{"question_id": 2644, "table_id": "1-22582663-1", "question": "How many parties had 1 seat forfeited and 1.04% of seats contested?", "sql": "SELECT COUNT(\"Party Name\") FROM \"1-22582663-1\" WHERE \"Forfeited in seats\" = 1.0 AND \"% in Seats contested\" = '1.04%';"} +{"question_id": 2645, "table_id": "1-22582663-1", "question": "What is the lowest number of votes in elections that had 34.39% of seats contested?", "sql": "SELECT MIN(\"No. of Votes\") FROM \"1-22582663-1\" WHERE \"% in Seats contested\" = '34.39%';"} +{"question_id": 2646, "table_id": "1-22589363-2", "question": "How many series numbers belong to the episode \"Vexation of Spirit\"? ", "sql": "SELECT COUNT(\"Series #\") FROM \"1-22589363-2\" WHERE \"Title\" = '\"Vexation of Spirit\"';"} +{"question_id": 2647, "table_id": "1-22597626-1", "question": "When was John McEnroe's minimum year?", "sql": "SELECT MIN(\"Year\") FROM \"1-22597626-1\";"} +{"question_id": 2648, "table_id": "1-22597626-1", "question": "What were the US Open's final scores?", "sql": "SELECT \"Score in the final\" FROM \"1-22597626-1\" WHERE \"Championship\" = 'US Open';"} +{"question_id": 2649, "table_id": "1-2259502-2", "question": "Who were the partners in games where the score was 7-5, 2-6, [6-10]?", "sql": "SELECT \"Partner\" FROM \"1-2259502-2\" WHERE \"Score\" = '7-5, 2-6, [6-10]';"} +{"question_id": 2650, "table_id": "1-2259502-2", "question": "Who were the opponents in the Tokyo championships?", "sql": "SELECT \"Opponents\" FROM \"1-2259502-2\" WHERE \"Championship\" = 'Tokyo';"} +{"question_id": 2651, "table_id": "1-2259502-2", "question": "Who were the partners in games where the score was 1-6, 2-6?", "sql": "SELECT \"Partner\" FROM \"1-2259502-2\" WHERE \"Score\" = '1-6, 2-6';"} +{"question_id": 2652, "table_id": "1-2259502-2", "question": "Who were the partners in 2012?", "sql": "SELECT \"Partner\" FROM \"1-2259502-2\" WHERE \"Year\" = 2012.0;"} +{"question_id": 2653, "table_id": "1-2259502-2", "question": "What was the outcome in games where the score was 7-5, 2-6, [6-10]?", "sql": "SELECT \"Outcome\" FROM \"1-2259502-2\" WHERE \"Score\" = '7-5, 2-6, [6-10]';"} +{"question_id": 2654, "table_id": "1-22597626-2", "question": "If the opponents in the final is Hewitt McMillan and the partner is Fleming, what is the surface?", "sql": "SELECT \"Surface\" FROM \"1-22597626-2\" WHERE \"Partner\" = 'Fleming' AND \"Opponents in the final\" = 'Hewitt McMillan';"} +{"question_id": 2655, "table_id": "1-22597626-2", "question": "What is the final score if the partner is Woodforde?", "sql": "SELECT \"Score in the final\" FROM \"1-22597626-2\" WHERE \"Partner\" = 'Woodforde';"} +{"question_id": 2656, "table_id": "1-22597626-2", "question": "In the US Open championship and the outcome is Runner-up, what is the minimum year?", "sql": "SELECT MIN(\"Year\") FROM \"1-22597626-2\" WHERE \"Outcome\" = 'Runner-up' AND \"Championship\" = 'US Open';"} +{"question_id": 2657, "table_id": "1-22597626-2", "question": "What is the surface made of if the opponent in the final is Hewitt McMillan?", "sql": "SELECT \"Surface\" FROM \"1-22597626-2\" WHERE \"Opponents in the final\" = 'Hewitt McMillan';"} +{"question_id": 2658, "table_id": "1-22597626-2", "question": "What is the surface made of if the year is 1979 and the championship is US Open?", "sql": "SELECT \"Surface\" FROM \"1-22597626-2\" WHERE \"Championship\" = 'US Open' AND \"Year\" = 1979.0;"} +{"question_id": 2659, "table_id": "1-2259813-1", "question": "What is every performance comparison if value of 78 Monaco is 93.6?", "sql": "SELECT \"Performance comparison\" FROM \"1-2259813-1\" WHERE \"78 Monaco\" = '93.6';"} +{"question_id": 2660, "table_id": "1-2259813-1", "question": "What is every value for 78 Fury if the value of 78 Monaco is 93.6?", "sql": "SELECT \"78 Fury\" FROM \"1-2259813-1\" WHERE \"78 Monaco\" = '93.6';"} +{"question_id": 2661, "table_id": "1-2259813-1", "question": "What is every performance comparison if the value of 81 St. Regis is 114.7?", "sql": "SELECT \"Performance comparison\" FROM \"1-2259813-1\" WHERE \"81 St. Regis\" = '114.7';"} +{"question_id": 2662, "table_id": "1-2259813-1", "question": "What is every performance comparison when 80 St. Regis is 360?", "sql": "SELECT \"Performance comparison\" FROM \"1-2259813-1\" WHERE \"80 St. Regis\" = '360';"} +{"question_id": 2663, "table_id": "1-22607062-1", "question": "Name the ticket/office for Orville Preston", "sql": "SELECT \"Ticket / Office\" FROM \"1-22607062-1\" WHERE \"Secretary of State\" = 'Orville Preston';"} +{"question_id": 2664, "table_id": "1-22607062-1", "question": "Name the comptroller for Republican", "sql": "SELECT \"Comptroller\" FROM \"1-22607062-1\" WHERE \"Ticket / Office\" = 'Republican';"} +{"question_id": 2665, "table_id": "1-22607062-1", "question": "Name the comptroller for office of Prohibition", "sql": "SELECT \"Comptroller\" FROM \"1-22607062-1\" WHERE \"Ticket / Office\" = 'Prohibition';"} +{"question_id": 2666, "table_id": "1-22640051-3", "question": "Name the replaced by for 8 July 2009", "sql": "SELECT \"Replaced by\" FROM \"1-22640051-3\" WHERE \"Date of appointment\" = '8 July 2009';"} +{"question_id": 2667, "table_id": "1-22640051-3", "question": "Name the total number of replaced by for 13 June 2009", "sql": "SELECT COUNT(\"Replaced by\") FROM \"1-22640051-3\" WHERE \"Date of appointment\" = '13 June 2009';"} +{"question_id": 2668, "table_id": "1-22640051-3", "question": "Name the date of vacancy for Manuel Pellegrini", "sql": "SELECT \"Date of vacancy\" FROM \"1-22640051-3\" WHERE \"Outgoing manager\" = 'Manuel Pellegrini';"} +{"question_id": 2669, "table_id": "1-22644589-4", "question": "What was the free dance score in the event where compulsory dance score was 15.99? ", "sql": "SELECT \"Free Dance (FD)\" FROM \"1-22644589-4\" WHERE \"Compulsory Dance (CD)\" = '15.99';"} +{"question_id": 2670, "table_id": "1-22644589-4", "question": "How many original dance scores are listed in the event where the compulsory dance was 20.03? ", "sql": "SELECT COUNT(\"Original Dance (OD)\") FROM \"1-22644589-4\" WHERE \"Compulsory Dance (CD)\" = '20.03';"} +{"question_id": 2671, "table_id": "1-22644589-4", "question": "In what even was the compulsory dance scored 23.75? ", "sql": "SELECT \"Event\" FROM \"1-22644589-4\" WHERE \"Compulsory Dance (CD)\" = '23.75';"} +{"question_id": 2672, "table_id": "1-22644589-4", "question": "In what event was the compulsory dance score 28.12? ", "sql": "SELECT \"Event\" FROM \"1-22644589-4\" WHERE \"Compulsory Dance (CD)\" = '28.12';"} +{"question_id": 2673, "table_id": "1-22654139-3", "question": "What is every year when the reporters were Lesley Visser and Robin Roberts?", "sql": "SELECT \"Year\" FROM \"1-22654139-3\" WHERE \"Reporters\" = 'Lesley Visser and Robin Roberts';"} +{"question_id": 2674, "table_id": "1-22654139-3", "question": "What is the latest year with reporters Lesley Visser and Robin Roberts?", "sql": "SELECT MAX(\"Year\") FROM \"1-22654139-3\" WHERE \"Reporters\" = 'Lesley Visser and Robin Roberts';"} +{"question_id": 2675, "table_id": "1-2266762-1", "question": "Who was the driver for the Richard Childress Racing team in the race with a time of 2:58:22?", "sql": "SELECT \"Driver\" FROM \"1-2266762-1\" WHERE \"Team\" = 'Richard Childress Racing' AND \"Race time\" = '2:58:22';"} +{"question_id": 2676, "table_id": "1-2266762-1", "question": "On how many dates was the average speed of the race 91.033 MPH?", "sql": "SELECT COUNT(\"Date\") FROM \"1-2266762-1\" WHERE \"Average speed (mph)\" = '91.033';"} +{"question_id": 2677, "table_id": "1-2266762-1", "question": "Who was the winning driver in the race that was 3:04:09 long? ", "sql": "SELECT \"Driver\" FROM \"1-2266762-1\" WHERE \"Race time\" = '3:04:09';"} +{"question_id": 2678, "table_id": "1-22669044-10", "question": "Who was the opponent in the game in which Hakim Warrick (14) did the most high points?", "sql": "SELECT \"Team\" FROM \"1-22669044-10\" WHERE \"High points\" = 'Hakim Warrick (14)';"} +{"question_id": 2679, "table_id": "1-22669044-10", "question": "What's the record in the game in which Brad Miller (7) did the high rebounds?", "sql": "SELECT \"Record\" FROM \"1-22669044-10\" WHERE \"High rebounds\" = 'Brad Miller (7)';"} +{"question_id": 2680, "table_id": "1-22669044-10", "question": "What's the score of the game with 31-29 record?", "sql": "SELECT \"Score\" FROM \"1-22669044-10\" WHERE \"Record\" = '31-29';"} +{"question_id": 2681, "table_id": "1-22667773-8", "question": "Name the country for Gerrard", "sql": "SELECT \"Country\" FROM \"1-22667773-8\" WHERE \"Name\" = 'Gerrard';"} +{"question_id": 2682, "table_id": "1-22667773-8", "question": "Name the number of ends for Cardiff City and DF", "sql": "SELECT COUNT(\"Ends\") FROM \"1-22667773-8\" WHERE \"Source\" = 'Cardiff City' AND \"P\" = 'DF';"} +{"question_id": 2683, "table_id": "1-22667773-8", "question": "Name the total number of eu for Quinn", "sql": "SELECT COUNT(\"EU\") FROM \"1-22667773-8\" WHERE \"Name\" = 'Quinn';"} +{"question_id": 2684, "table_id": "1-22669044-8", "question": "Name the team for W 115–104 (OT)", "sql": "SELECT \"Team\" FROM \"1-22669044-8\" WHERE \"Score\" = 'W 115–104 (OT)';"} +{"question_id": 2685, "table_id": "1-22669044-8", "question": "Name the number of record for United Center 18,838", "sql": "SELECT COUNT(\"Record\") FROM \"1-22669044-8\" WHERE \"Location Attendance\" = 'United Center 18,838';"} +{"question_id": 2686, "table_id": "1-22669044-9", "question": "Name the team for United Center 22,147", "sql": "SELECT \"Team\" FROM \"1-22669044-9\" WHERE \"Location Attendance\" = 'United Center 22,147';"} +{"question_id": 2687, "table_id": "1-22669044-9", "question": "Name the high rebounds for New York", "sql": "SELECT \"High rebounds\" FROM \"1-22669044-9\" WHERE \"Team\" = 'New York';"} +{"question_id": 2688, "table_id": "1-22669044-9", "question": "Name the number of high rebounds for United Center 19,335", "sql": "SELECT COUNT(\"High rebounds\") FROM \"1-22669044-9\" WHERE \"Location Attendance\" = 'United Center 19,335';"} +{"question_id": 2689, "table_id": "1-22669044-9", "question": "Name the team for Kirk Hinrich , Derrick Rose , John Salmons (6)", "sql": "SELECT \"Team\" FROM \"1-22669044-9\" WHERE \"High assists\" = 'Kirk Hinrich , Derrick Rose , John Salmons (6)';"} +{"question_id": 2690, "table_id": "1-22669044-9", "question": "Name the high points 31-27", "sql": "SELECT \"High points\" FROM \"1-22669044-9\" WHERE \"Record\" = '31-27';"} +{"question_id": 2691, "table_id": "1-22670216-1", "question": "What is the location is the winning driver is Bill Vukovich II?", "sql": "SELECT \"Location\" FROM \"1-22670216-1\" WHERE \"Winning Driver\" = 'Bill Vukovich II';"} +{"question_id": 2692, "table_id": "1-22670216-1", "question": "If the track is the Wisconsin State Fair Park Speedway and the winning driver is Wally Dallenbach, what was the location?", "sql": "SELECT \"Location\" FROM \"1-22670216-1\" WHERE \"Winning Driver\" = 'Wally Dallenbach' AND \"Track\" = 'Wisconsin State Fair Park Speedway';"} +{"question_id": 2693, "table_id": "1-22670216-1", "question": "If the location is Brooklyn, Michigan and the pole position is Bobby Unser, what is the RND total number?", "sql": "SELECT COUNT(\"Rnd\") FROM \"1-22670216-1\" WHERE \"Location\" = 'Brooklyn, Michigan' AND \"Pole Position\" = 'Bobby Unser';"} +{"question_id": 2694, "table_id": "1-22670216-1", "question": "If the pole position is Johnny Rutherford and the track is the Ontario Motor Speedway, what is the RND total number?", "sql": "SELECT COUNT(\"Rnd\") FROM \"1-22670216-1\" WHERE \"Track\" = 'Ontario Motor Speedway' AND \"Pole Position\" = 'Johnny Rutherford';"} +{"question_id": 2695, "table_id": "1-2267857-1", "question": "Name the laps of October 26", "sql": "SELECT \"Laps\" FROM \"1-2267857-1\" WHERE \"Date\" = 'October 26';"} +{"question_id": 2696, "table_id": "1-2267857-1", "question": "Name the date for 2006", "sql": "SELECT \"Date\" FROM \"1-2267857-1\" WHERE \"Year\" = 2006.0;"} +{"question_id": 2697, "table_id": "1-2267857-1", "question": "Name the number of year for Dick Hutcherson", "sql": "SELECT COUNT(\"Year\") FROM \"1-2267857-1\" WHERE \"Driver\" = 'Dick Hutcherson';"} +{"question_id": 2698, "table_id": "1-2267857-1", "question": "Name the total number for report July 23", "sql": "SELECT COUNT(\"Report\") FROM \"1-2267857-1\" WHERE \"Date\" = 'July 23';"} +{"question_id": 2699, "table_id": "1-22756549-1", "question": "What party won with a margin of 105731?", "sql": "SELECT \"Party\" FROM \"1-22756549-1\" WHERE \"Margin\" = 105731.0;"} +{"question_id": 2700, "table_id": "1-22756549-1", "question": "What party is the winner K. Anbazhagan from?", "sql": "SELECT \"Party a\" FROM \"1-22756549-1\" WHERE \"Winner\" = 'K. Anbazhagan';"} +{"question_id": 2701, "table_id": "1-22756549-1", "question": "How many times did M. Gounder win for Party A?", "sql": "SELECT COUNT(\"Party a\") FROM \"1-22756549-1\" WHERE \"Winner\" = 'M. Gounder';"} +{"question_id": 2702, "table_id": "1-22756549-1", "question": "Who won when V. A. Muthiah was the runner-up?", "sql": "SELECT \"Winner\" FROM \"1-22756549-1\" WHERE \"Runner-up a\" = 'V. A. Muthiah';"} +{"question_id": 2703, "table_id": "1-22756549-1", "question": "What party was the winner when A. Krishnaswamy was the runner-up?", "sql": "SELECT \"Party\" FROM \"1-22756549-1\" WHERE \"Runner-up a\" = 'A. Krishnaswamy';"} +{"question_id": 2704, "table_id": "1-22756549-1", "question": "Who was the runner up for the Nagapattinam constituency?", "sql": "SELECT \"Runner-up a\" FROM \"1-22756549-1\" WHERE \"Constituency\" = 'Nagapattinam';"} +{"question_id": 2705, "table_id": "1-22757733-4", "question": "who ended runner-up to Sankar Adhi?", "sql": "SELECT \"Runner-up a\" FROM \"1-22757733-4\" WHERE \"Winner\" = 'Sankar Adhi';"} +{"question_id": 2706, "table_id": "1-22757733-4", "question": "which was K. Annamalai´s party a?", "sql": "SELECT \"Party a\" FROM \"1-22757733-4\" WHERE \"Runner-up a\" = 'K. Annamalai';"} +{"question_id": 2707, "table_id": "1-22815568-7", "question": "What is the population in those place where the market income per capita is $17,362?", "sql": "SELECT \"Population\" FROM \"1-22815568-7\" WHERE \"Market Income Per Capita\" = '$17,362';"} +{"question_id": 2708, "table_id": "1-22815568-7", "question": "What is the unemployment rate in those places where the market income per capita is $16,981?", "sql": "SELECT COUNT(\"Unemployment Rate\") FROM \"1-22815568-7\" WHERE \"Market Income Per Capita\" = '$16,981';"} +{"question_id": 2709, "table_id": "1-22815568-7", "question": "What is the status in those places where the poverty rate is 8.6%?", "sql": "SELECT \"Status\" FROM \"1-22815568-7\" WHERE \"Poverty Rate\" = '8.6%';"} +{"question_id": 2710, "table_id": "1-22815568-7", "question": "What is the unemployment rate in those places in Alexander county whose status is Transitional?", "sql": "SELECT \"Unemployment Rate\" FROM \"1-22815568-7\" WHERE \"Status\" = 'Transitional' AND \"County\" = 'Alexander';"} +{"question_id": 2711, "table_id": "1-22815568-7", "question": "What is the population of the country of McDowell?", "sql": "SELECT \"Population\" FROM \"1-22815568-7\" WHERE \"County\" = 'McDowell';"} +{"question_id": 2712, "table_id": "1-22815568-7", "question": "In what counties is the unemployment rate 5.8% and the market income per capita is $22,866?", "sql": "SELECT \"County\" FROM \"1-22815568-7\" WHERE \"Unemployment Rate\" = '5.8%' AND \"Market Income Per Capita\" = '$22,866';"} +{"question_id": 2713, "table_id": "1-22825058-23", "question": "Name the partnering for round SF", "sql": "SELECT \"Partnering\" FROM \"1-22825058-23\" WHERE \"Round\" = 'SF';"} +{"question_id": 2714, "table_id": "1-22825058-23", "question": "Name the total number of round for against The Netherlands", "sql": "SELECT COUNT(\"Round\") FROM \"1-22825058-23\" WHERE \"Against\" = 'The Netherlands';"} +{"question_id": 2715, "table_id": "1-22825058-23", "question": "Name the round for John Van Lottum Martin Verkerk", "sql": "SELECT \"Round\" FROM \"1-22825058-23\" WHERE \"Opponents\" = 'John Van Lottum Martin Verkerk';"} +{"question_id": 2716, "table_id": "1-22825058-23", "question": "Name the w/l for Czech Republic", "sql": "SELECT \"W/L\" FROM \"1-22825058-23\" WHERE \"Against\" = 'Czech Republic';"} +{"question_id": 2717, "table_id": "1-22825058-23", "question": "Name the result for Jiří Novák Radek Štěpánek", "sql": "SELECT \"Result\" FROM \"1-22825058-23\" WHERE \"Opponents\" = 'Jiří Novák Radek Štěpánek';"} +{"question_id": 2718, "table_id": "1-22849575-6", "question": "Name the tournament venue for Big Sky Conference", "sql": "SELECT \"Tournament Venue (City)\" FROM \"1-22849575-6\" WHERE \"Conference\" = 'Big Sky Conference';"} +{"question_id": 2719, "table_id": "1-22849575-6", "question": "Name the number of conference tournament for James Madison", "sql": "SELECT COUNT(\"Conference Tournament\") FROM \"1-22849575-6\" WHERE \"Tournament Winner\" = 'James Madison';"} +{"question_id": 2720, "table_id": "1-22849575-6", "question": "Name the conference player of the year for East Tennessee State", "sql": "SELECT \"Conference Player of the Year\" FROM \"1-22849575-6\" WHERE \"Regular Season Winner\" = 'East Tennessee State';"} +{"question_id": 2721, "table_id": "1-22848931-3", "question": "Name the team for Arif Asadov", "sql": "SELECT \"Team\" FROM \"1-22848931-3\" WHERE \"Replaced by\" = 'Arif Asadov';"} +{"question_id": 2722, "table_id": "1-22848931-3", "question": "Name the manner of departure for 1 December 2009", "sql": "SELECT \"Manner of departure\" FROM \"1-22848931-3\" WHERE \"Date of vacancy\" = '1 December 2009';"} +{"question_id": 2723, "table_id": "1-22848931-3", "question": "Name the outgoing manager for 10 June 2009", "sql": "SELECT COUNT(\"Outgoing manager\") FROM \"1-22848931-3\" WHERE \"Date of vacancy\" = '10 June 2009';"} +{"question_id": 2724, "table_id": "1-22860-1", "question": "What is every entry for Atlantic Europe when Central Europe is Wisconsin Stage?", "sql": "SELECT \"Atlantic Europe\" FROM \"1-22860-1\" WHERE \"Central Europe\" = 'Wisconsin Stage';"} +{"question_id": 2725, "table_id": "1-22860-1", "question": "How many values for Maghreb with Mediterranean Europe is Siciliense?", "sql": "SELECT COUNT(\"Maghreb\") FROM \"1-22860-1\" WHERE \"Mediterranean Europe\" = 'Siciliense';"} +{"question_id": 2726, "table_id": "1-22860-1", "question": "What is the Atlantic Europe when age is 10,000 years?", "sql": "SELECT \"Atlantic Europe\" FROM \"1-22860-1\" WHERE \"Age (before)\" = '10,000 years';"} +{"question_id": 2727, "table_id": "1-22860-1", "question": "What is every entry for America when Atlantic Europe is Hoxniense?", "sql": "SELECT \"America\" FROM \"1-22860-1\" WHERE \"Atlantic Europe\" = 'Hoxniense';"} +{"question_id": 2728, "table_id": "1-22860-1", "question": "What are all ages for Maghreb is Maarifiense?", "sql": "SELECT \"Age (before)\" FROM \"1-22860-1\" WHERE \"Maghreb\" = 'Maarifiense';"} +{"question_id": 2729, "table_id": "1-22860990-3", "question": "How many points did the opponents with a 6-2 record against the Spartans score?", "sql": "SELECT MIN(\"Opp. Points\") FROM \"1-22860990-3\" WHERE \"Record\" = '6-2';"} +{"question_id": 2730, "table_id": "1-22860990-3", "question": "Against whom did the Spartans score 73 points?", "sql": "SELECT \"Opponent\" FROM \"1-22860990-3\" WHERE \"Spartans Points\" = 73.0;"} +{"question_id": 2731, "table_id": "1-22883210-5", "question": "Who had highest points in game 5?", "sql": "SELECT \"High points\" FROM \"1-22883210-5\" WHERE \"Game\" = 5.0;"} +{"question_id": 2732, "table_id": "1-22883210-8", "question": "What was the final score of the game held on February 24?", "sql": "SELECT \"Score\" FROM \"1-22883210-8\" WHERE \"Date\" = 'February 24';"} +{"question_id": 2733, "table_id": "1-22883210-8", "question": "Who was the opponent in the game held on February 4?", "sql": "SELECT \"Team\" FROM \"1-22883210-8\" WHERE \"Date\" = 'February 4';"} +{"question_id": 2734, "table_id": "1-22901612-2", "question": "If the region is the Southern District of Texas, what is the citation?", "sql": "SELECT \"Citation\" FROM \"1-22901612-2\" WHERE \"Region\" = 'Southern District of Texas';"} +{"question_id": 2735, "table_id": "1-22901612-2", "question": "If the chief judge is Jeffrey L. Viken, what is the region?", "sql": "SELECT \"Region\" FROM \"1-22901612-2\" WHERE \"Chief judge\" = 'Jeffrey L. Viken';"} +{"question_id": 2736, "table_id": "1-22901612-2", "question": "If the chief judge is Glen E. Conrad, what is the region?", "sql": "SELECT \"Region\" FROM \"1-22901612-2\" WHERE \"Chief judge\" = 'Glen E. Conrad';"} +{"question_id": 2737, "table_id": "1-22904707-1", "question": "What was the name of the episode that had 14.52 viewers?", "sql": "SELECT \"Title\" FROM \"1-22904707-1\" WHERE \"U.S. viewers (million)\" = '14.52';"} +{"question_id": 2738, "table_id": "1-22904707-1", "question": "How many million viewers did episode number 63 have?", "sql": "SELECT \"U.S. viewers (million)\" FROM \"1-22904707-1\" WHERE \"No.\" = 63.0;"} +{"question_id": 2739, "table_id": "1-22904707-1", "question": "What number in the season was episode 52 in the series?", "sql": "SELECT MIN(\"#\") FROM \"1-22904707-1\" WHERE \"No.\" = 52.0;"} +{"question_id": 2740, "table_id": "1-22916979-2", "question": "which area has a rank of 60?", "sql": "SELECT \"Metropolitan area\" FROM \"1-22916979-2\" WHERE \"Rank\" = 60.0;"} +{"question_id": 2741, "table_id": "1-22916979-2", "question": "what is the total number of population where census designated place is Westmont?", "sql": "SELECT COUNT(\"Population (2000 census)\") FROM \"1-22916979-2\" WHERE \"Census-designated place\" = 'Westmont';"} +{"question_id": 2742, "table_id": "1-22916979-2", "question": "what is the total number of census designated places with a population of 10581?", "sql": "SELECT COUNT(\"Census-designated place\") FROM \"1-22916979-2\" WHERE \"Population (2000 census)\" = 10581.0;"} +{"question_id": 2743, "table_id": "1-22951646-1", "question": "Name the most number of contestants", "sql": "SELECT MAX(\"Number of contestants\") FROM \"1-22951646-1\";"} +{"question_id": 2744, "table_id": "1-22951646-1", "question": "Name the premiere for 8 episodes", "sql": "SELECT \"Premiere\" FROM \"1-22951646-1\" WHERE \"Number of episodes\" = 8.0;"} +{"question_id": 2745, "table_id": "1-22962745-12", "question": "Name the mat for win % for 56.25 for league finish being 4th", "sql": "SELECT \"Mat\" FROM \"1-22962745-12\" WHERE \"Win %\" = '56.25' AND \"League finish\" = '4th';"} +{"question_id": 2746, "table_id": "1-22962745-12", "question": "Name the league finish for Deccan Chargers", "sql": "SELECT \"League finish\" FROM \"1-22962745-12\" WHERE \"Winner\" = 'Deccan Chargers';"} +{"question_id": 2747, "table_id": "1-22962745-12", "question": "Name the captain for Royal Challengers Bangalore for 5", "sql": "SELECT \"Captain\" FROM \"1-22962745-12\" WHERE \"Runner-up\" = 'Royal Challengers Bangalore' AND \"L\" = 5.0;"} +{"question_id": 2748, "table_id": "1-22962745-12", "question": "Name the win% for Chennai Super Kings for 2010", "sql": "SELECT \"Win %\" FROM \"1-22962745-12\" WHERE \"Winner\" = 'Chennai Super Kings' AND \"Season\" = 2010.0;"} +{"question_id": 2749, "table_id": "1-22962745-12", "question": "Name the league finish for w being 11", "sql": "SELECT \"League finish\" FROM \"1-22962745-12\" WHERE \"W\" = 11.0;"} +{"question_id": 2750, "table_id": "1-22962745-12", "question": "Name the least season for Trevor Bayliss", "sql": "SELECT MIN(\"Season\") FROM \"1-22962745-12\" WHERE \"Coach\" = 'Trevor Bayliss';"} +{"question_id": 2751, "table_id": "1-22993636-2", "question": "What's LSU's overall record/", "sql": "SELECT \"Overall Record\" FROM \"1-22993636-2\" WHERE \"Team\" = 'LSU';"} +{"question_id": 2752, "table_id": "1-22993636-2", "question": "How many different SEC Win counts does the team with an overall record of 30-4 have?", "sql": "SELECT COUNT(\"SEC Wins\") FROM \"1-22993636-2\" WHERE \"Overall Record\" = '30-4';"} +{"question_id": 2753, "table_id": "1-22993636-2", "question": "What's Auburn's percentage?", "sql": "SELECT \"Percentage\" FROM \"1-22993636-2\" WHERE \"Team\" = 'Auburn';"} +{"question_id": 2754, "table_id": "1-22993636-2", "question": "What's the overall record of the team with 4-3 road record?", "sql": "SELECT \"Overall Record\" FROM \"1-22993636-2\" WHERE \"Road Record\" = '4-3';"} +{"question_id": 2755, "table_id": "1-22993636-2", "question": "What's the home record of the team with percentage of .168?", "sql": "SELECT \"Home Record\" FROM \"1-22993636-2\" WHERE \"Percentage\" = '.168';"} +{"question_id": 2756, "table_id": "1-23018775-3", "question": "What was the average speed where lap four's time was 22.9049?", "sql": "SELECT \"Avg. Speed\" FROM \"1-23018775-3\" WHERE \"Lap Four\" = '22.9049';"} +{"question_id": 2757, "table_id": "1-23018775-3", "question": "How many lap two's did Marco Andretti do?", "sql": "SELECT COUNT(\"Lap Two\") FROM \"1-23018775-3\" WHERE \"Name\" = 'Marco Andretti';"} +{"question_id": 2758, "table_id": "1-23018775-3", "question": "What is tthe lowest number on Team 3G?", "sql": "SELECT MIN(\"##\") FROM \"1-23018775-3\" WHERE \"Team\" = 'Team 3G';"} +{"question_id": 2759, "table_id": "1-23018775-3", "question": "How many positions have a total time of 1:30.4135?", "sql": "SELECT COUNT(\"Pos\") FROM \"1-23018775-3\" WHERE \"Total Time\" = '1:30.4135';"} +{"question_id": 2760, "table_id": "1-23018775-3", "question": "Which positions have a lap two time of 22.7290?", "sql": "SELECT \"Pos\" FROM \"1-23018775-3\" WHERE \"Lap Two\" = '22.7290';"} +{"question_id": 2761, "table_id": "1-23018775-3", "question": "What was the average speed where the total time was 1:30.4842?", "sql": "SELECT \"Avg. Speed\" FROM \"1-23018775-3\" WHERE \"Total Time\" = '1:30.4842';"} +{"question_id": 2762, "table_id": "1-2308381-2", "question": "Name the poles for avg start being 4.7", "sql": "SELECT \"Poles\" FROM \"1-2308381-2\" WHERE \"Avg. Start\" = '4.7';"} +{"question_id": 2763, "table_id": "1-2308381-2", "question": "Name the avg finish for position of 70th", "sql": "SELECT \"Avg. Finish\" FROM \"1-2308381-2\" WHERE \"Position\" = '70th';"} +{"question_id": 2764, "table_id": "1-2308381-2", "question": "Name the year for 15 starts", "sql": "SELECT \"Year\" FROM \"1-2308381-2\" WHERE \"Starts\" = 15.0;"} +{"question_id": 2765, "table_id": "1-23097214-1", "question": "What episode number in the season was \"My Comedy Show\"?", "sql": "SELECT \"Season #\" FROM \"1-23097214-1\" WHERE \"Title\" = '\"My Comedy Show\"';"} +{"question_id": 2766, "table_id": "1-23097214-1", "question": "How many directors directed episode 3 of the season?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-23097214-1\" WHERE \"Season #\" = 3.0;"} +{"question_id": 2767, "table_id": "1-23097214-1", "question": "Who wrote the episode directed by Ken Whittingham?", "sql": "SELECT \"Written by\" FROM \"1-23097214-1\" WHERE \"Directed by\" = 'Ken Whittingham';"} +{"question_id": 2768, "table_id": "1-23097214-1", "question": "What is the production code for Episode 153 in the series?", "sql": "SELECT MIN(\"Production code\") FROM \"1-23097214-1\" WHERE \"Series #\" = 153.0;"} +{"question_id": 2769, "table_id": "1-23114705-3", "question": "What is the name of the episode where the season number is 13?", "sql": "SELECT \"Title\" FROM \"1-23114705-3\" WHERE \"No. in season\" = 13.0;"} +{"question_id": 2770, "table_id": "1-23114705-3", "question": "If the episode was written by Tim Balme, what was the original air date?", "sql": "SELECT \"Original air date\" FROM \"1-23114705-3\" WHERE \"Written by\" = 'Tim Balme';"} +{"question_id": 2771, "table_id": "1-23122988-1", "question": "What date did the show air when Rhod Gilbert was the headliner?", "sql": "SELECT \"Airdate\" FROM \"1-23122988-1\" WHERE \"Headliner\" = 'Rhod Gilbert';"} +{"question_id": 2772, "table_id": "1-23122988-1", "question": "What date did the show air when Sean Lock was the headliner?", "sql": "SELECT \"Airdate\" FROM \"1-23122988-1\" WHERE \"Headliner\" = 'Sean Lock';"} +{"question_id": 2773, "table_id": "1-23122988-1", "question": "Who were the comedians on episode 1x03?", "sql": "SELECT \"Comedians\" FROM \"1-23122988-1\" WHERE \"Episode\" = '1x03';"} +{"question_id": 2774, "table_id": "1-23122988-1", "question": "What episode took place in Belfast Waterfront Hall?", "sql": "SELECT \"Episode\" FROM \"1-23122988-1\" WHERE \"Location\" = 'Belfast Waterfront Hall';"} +{"question_id": 2775, "table_id": "1-23122988-1", "question": "Who were the comedians during the episode located in Birmingham Hippodrome?", "sql": "SELECT \"Comedians\" FROM \"1-23122988-1\" WHERE \"Location\" = 'Birmingham Hippodrome';"} +{"question_id": 2776, "table_id": "1-23141790-1", "question": "Name the total number of director for Vesničko má středisková", "sql": "SELECT COUNT(\"Director\") FROM \"1-23141790-1\" WHERE \"Original title\" = 'Vesničko má středisková';"} +{"question_id": 2777, "table_id": "1-231623-3", "question": "Name the growth rate for density of 1087", "sql": "SELECT COUNT(\"Growth rate\") FROM \"1-231623-3\" WHERE \"Density per Kilometer\" = 1087.0;"} +{"question_id": 2778, "table_id": "1-231623-3", "question": "Name the sex ratio lowest for population 4773138", "sql": "SELECT MAX(\"Sex ratio\") FROM \"1-231623-3\" WHERE \"Population\" = 4773138.0;"} +{"question_id": 2779, "table_id": "1-23177573-1", "question": "What is the original air date of the episode that had a week ranking of 21?", "sql": "SELECT \"Original air date\" FROM \"1-23177573-1\" WHERE \"Rank (week)\" = 21.0;"} +{"question_id": 2780, "table_id": "1-23177573-1", "question": "What was the week ranking of the episode written by Russel Friend & Garrett Lerner? ", "sql": "SELECT \"Rank (week)\" FROM \"1-23177573-1\" WHERE \"Written by\" = 'Russel Friend & Garrett Lerner';"} +{"question_id": 2781, "table_id": "1-23177573-1", "question": "What was the week ranking of the episode written by Thomas L. Moran and directed by Andrew Bernstein?", "sql": "SELECT \"Rank (week)\" FROM \"1-23177573-1\" WHERE \"Written by\" = 'Thomas L. Moran' AND \"Directed by\" = 'Andrew Bernstein';"} +{"question_id": 2782, "table_id": "1-23178768-7", "question": "Name the position for Chivu", "sql": "SELECT \"Position\" FROM \"1-23178768-7\" WHERE \"Player\" = 'Chivu';"} +{"question_id": 2783, "table_id": "1-23178768-7", "question": "Name the total number of r for coppa italia larger than 1.0", "sql": "SELECT COUNT(\"R\") FROM \"1-23178768-7\" WHERE \"Coppa Italia\" > 1.0;"} +{"question_id": 2784, "table_id": "1-23180638-1", "question": "Which charts had debut sales of of more than 339333.011497678?", "sql": "SELECT \"Oricon Albums Chart\" FROM \"1-23180638-1\" WHERE \"Debut Sales (copies)\" > 339333.011497678;"} +{"question_id": 2785, "table_id": "1-23180638-1", "question": "How many peak positions were there on the Weekly Charts?", "sql": "SELECT COUNT(\"Peak Position\") FROM \"1-23180638-1\" WHERE \"Oricon Albums Chart\" = 'Weekly Charts';"} +{"question_id": 2786, "table_id": "1-23180638-1", "question": "How many peak positions were there on the Daily Charts?", "sql": "SELECT \"Peak Position\" FROM \"1-23180638-1\" WHERE \"Oricon Albums Chart\" = 'Daily Charts';"} +{"question_id": 2787, "table_id": "1-23180638-1", "question": "Which charts had debut sales of 101976?", "sql": "SELECT \"Oricon Albums Chart\" FROM \"1-23180638-1\" WHERE \"Debut Sales (copies)\" = 101976.0;"} +{"question_id": 2788, "table_id": "1-23186738-10", "question": "What was the score when playing Milwaukee?", "sql": "SELECT \"Score\" FROM \"1-23186738-10\" WHERE \"Team\" = 'Milwaukee';"} +{"question_id": 2789, "table_id": "1-23186738-10", "question": "Who had the highest rebounds in the game where the record was 27-54?", "sql": "SELECT \"High rebounds\" FROM \"1-23186738-10\" WHERE \"Record\" = '27-54';"} +{"question_id": 2790, "table_id": "1-23184448-3", "question": "When did the team play against Niagara?", "sql": "SELECT \"Date\" FROM \"1-23184448-3\" WHERE \"Opponent\" = 'Niagara';"} +{"question_id": 2791, "table_id": "1-23184448-3", "question": "How many points did the opposing team get in the game with 6-2 record?", "sql": "SELECT MIN(\"Opp. Points\") FROM \"1-23184448-3\" WHERE \"Record\" = '6-2';"} +{"question_id": 2792, "table_id": "1-23184448-3", "question": "When did the Cyclones get 46 points?", "sql": "SELECT \"Date\" FROM \"1-23184448-3\" WHERE \"Cyclones Points\" = 46.0;"} +{"question_id": 2793, "table_id": "1-23184448-3", "question": "On how many different dates did the team play a game in Cedar Falls, Iowa?", "sql": "SELECT COUNT(\"Date\") FROM \"1-23184448-3\" WHERE \"Location\" = 'Cedar Falls, Iowa';"} +{"question_id": 2794, "table_id": "1-23186738-9", "question": "Name the date for Air Canada Centre 18,736", "sql": "SELECT \"Date\" FROM \"1-23186738-9\" WHERE \"Location Attendance\" = 'Air Canada Centre 18,736';"} +{"question_id": 2795, "table_id": "1-23186738-9", "question": "Name the score for Chicago", "sql": "SELECT \"Score\" FROM \"1-23186738-9\" WHERE \"Team\" = 'Chicago';"} +{"question_id": 2796, "table_id": "1-23186738-9", "question": "Name the least game for March 20", "sql": "SELECT MIN(\"Game\") FROM \"1-23186738-9\" WHERE \"Date\" = 'March 20';"} +{"question_id": 2797, "table_id": "1-23186738-9", "question": "Name the least game for score of L 93–109 (OT)", "sql": "SELECT MIN(\"Game\") FROM \"1-23186738-9\" WHERE \"Score\" = 'L 93–109 (OT)';"} +{"question_id": 2798, "table_id": "1-23211041-7", "question": "If the location attendance is the Verizon Center 20,173, what is the date?", "sql": "SELECT \"Date\" FROM \"1-23211041-7\" WHERE \"Location Attendance\" = 'Verizon Center 20,173';"} +{"question_id": 2799, "table_id": "1-23214833-1", "question": "Who's captain of the team whose stadium has a capacity of 17800 people?", "sql": "SELECT \"Team captain\" FROM \"1-23214833-1\" WHERE \"Capacity\" = 17800.0;"} +{"question_id": 2800, "table_id": "1-23214833-1", "question": "How many different team captains does the club Sliven 2000 have?", "sql": "SELECT COUNT(\"Team captain\") FROM \"1-23214833-1\" WHERE \"Club\" = 'Sliven 2000';"} +{"question_id": 2801, "table_id": "1-23214833-1", "question": "Who's the captain of the team whose stadium is Gradski Stadion?", "sql": "SELECT \"Team captain\" FROM \"1-23214833-1\" WHERE \"Stadium\" = 'Gradski Stadion';"} +{"question_id": 2802, "table_id": "1-23214833-1", "question": "What stadium has capacity for 13800?", "sql": "SELECT \"Stadium\" FROM \"1-23214833-1\" WHERE \"Capacity\" = 13800.0;"} +{"question_id": 2803, "table_id": "1-23214833-1", "question": "How many people can attend games in the stadium of the team whose captain is Vasil Vasilev?", "sql": "SELECT \"Capacity\" FROM \"1-23214833-1\" WHERE \"Team captain\" = 'Vasil Vasilev';"} +{"question_id": 2804, "table_id": "1-23224961-2", "question": "When ASV Nürnberg-Süd is the mittelfranken süd what is the season?", "sql": "SELECT \"Season\" FROM \"1-23224961-2\" WHERE \"Mittelfranken Süd\" = 'ASV Nürnberg-Süd';"} +{"question_id": 2805, "table_id": "1-23224961-2", "question": "When SV Neuses is the oberfranken west what is the season?", "sql": "SELECT \"Season\" FROM \"1-23224961-2\" WHERE \"Oberfranken West\" = 'SV Neuses';"} +{"question_id": 2806, "table_id": "1-23224961-2", "question": "When Wacker Marktredwitz is the oberfranken ost how many unterfranken wests are there?", "sql": "SELECT COUNT(\"Unterfranken West\") FROM \"1-23224961-2\" WHERE \"Oberfranken Ost\" = 'Wacker Marktredwitz';"} +{"question_id": 2807, "table_id": "1-23224961-2", "question": "When ATSV Erlangen is the mittelfranken nord and Alemannia Haibach is the unterfranken west what is the mittelfranken süd?", "sql": "SELECT \"Mittelfranken Süd\" FROM \"1-23224961-2\" WHERE \"Unterfranken West\" = 'Alemannia Haibach' AND \"Mittelfranken Nord\" = 'ATSV Erlangen';"} +{"question_id": 2808, "table_id": "1-23248940-8", "question": "Who tied for the highest rebounds during the game against Orlando?", "sql": "SELECT \"High rebounds\" FROM \"1-23248940-8\" WHERE \"Team\" = 'Orlando';"} +{"question_id": 2809, "table_id": "1-23248940-6", "question": "Who are all high points in game 14?", "sql": "SELECT \"High points\" FROM \"1-23248940-6\" WHERE \"Game\" = 14.0;"} +{"question_id": 2810, "table_id": "1-23248940-6", "question": "What is every value for location attendance on date of November 18?", "sql": "SELECT \"Location Attendance\" FROM \"1-23248940-6\" WHERE \"Date\" = 'November 18';"} +{"question_id": 2811, "table_id": "1-23248940-6", "question": "What is every score when date is November 10?", "sql": "SELECT \"Score\" FROM \"1-23248940-6\" WHERE \"Date\" = 'November 10';"} +{"question_id": 2812, "table_id": "1-23248940-6", "question": "What is every record for game 11?", "sql": "SELECT \"Record\" FROM \"1-23248940-6\" WHERE \"Game\" = 11.0;"} +{"question_id": 2813, "table_id": "1-23248967-5", "question": "How many locations was game 3 played at?", "sql": "SELECT COUNT(\"Location Attendance\") FROM \"1-23248967-5\" WHERE \"Game\" = 3.0;"} +{"question_id": 2814, "table_id": "1-23248967-5", "question": "What was the score against New Orleans?", "sql": "SELECT \"Score\" FROM \"1-23248967-5\" WHERE \"Team\" = 'New Orleans';"} +{"question_id": 2815, "table_id": "1-23248967-9", "question": "How many game locations occurred on March 6?", "sql": "SELECT COUNT(\"Location Attendance\") FROM \"1-23248967-9\" WHERE \"Date\" = 'March 6';"} +{"question_id": 2816, "table_id": "1-23258574-2", "question": "What was the surface during Wimbledon in 1974?", "sql": "SELECT \"Surface\" FROM \"1-23258574-2\" WHERE \"Championship\" = 'Wimbledon' AND \"Year\" = 1974.0;"} +{"question_id": 2817, "table_id": "1-23265433-2", "question": "Name the overall for Mark Steenhuis", "sql": "SELECT \"Overall\" FROM \"1-23265433-2\" WHERE \"Offensive\" = 'Mark Steenhuis';"} +{"question_id": 2818, "table_id": "1-23265433-2", "question": "Name the total number of offensive for Colin Doyle", "sql": "SELECT COUNT(\"Offensive\") FROM \"1-23265433-2\" WHERE \"Overall\" = 'Colin Doyle';"} +{"question_id": 2819, "table_id": "1-23265433-2", "question": "Name the week for Steve Toll", "sql": "SELECT \"Week\" FROM \"1-23265433-2\" WHERE \"Transition\" = 'Steve Toll';"} +{"question_id": 2820, "table_id": "1-23265433-2", "question": "Name the rookie for Ryan Powell", "sql": "SELECT \"Rookie\" FROM \"1-23265433-2\" WHERE \"Offensive\" = 'Ryan Powell';"} +{"question_id": 2821, "table_id": "1-23265433-2", "question": "Name the defensive for week 9", "sql": "SELECT \"Defensive\" FROM \"1-23265433-2\" WHERE \"Week\" = 9.0;"} +{"question_id": 2822, "table_id": "1-23274514-5", "question": "Name the high rebounds for record 10-19", "sql": "SELECT \"High rebounds\" FROM \"1-23274514-5\" WHERE \"Record\" = '10-19';"} +{"question_id": 2823, "table_id": "1-23274514-5", "question": "Name the high points for L 109–112 (OT)", "sql": "SELECT \"High points\" FROM \"1-23274514-5\" WHERE \"Score\" = 'L 109–112 (OT)';"} +{"question_id": 2824, "table_id": "1-23281862-5", "question": "Name the high assists for 4-3", "sql": "SELECT \"High assists\" FROM \"1-23281862-5\" WHERE \"Record\" = '4-3';"} +{"question_id": 2825, "table_id": "1-23281862-5", "question": "Name the location attendance for Memphis", "sql": "SELECT \"Location Attendance\" FROM \"1-23281862-5\" WHERE \"Team\" = 'Memphis';"} +{"question_id": 2826, "table_id": "1-23281862-5", "question": "Name the number of score for Sacramento", "sql": "SELECT COUNT(\"Score\") FROM \"1-23281862-5\" WHERE \"Team\" = 'Sacramento';"} +{"question_id": 2827, "table_id": "1-23284271-10", "question": "Who has the high points when 53-27 is the record?", "sql": "SELECT \"High points\" FROM \"1-23284271-10\" WHERE \"Record\" = '53-27';"} +{"question_id": 2828, "table_id": "1-23284271-10", "question": "Which team has Dirk Nowitski (13) as high rebounds?", "sql": "SELECT \"Team\" FROM \"1-23284271-10\" WHERE \"High rebounds\" = 'Dirk Nowitski (13)';"} +{"question_id": 2829, "table_id": "1-23284271-10", "question": "What is the score for game 78?", "sql": "SELECT \"Score\" FROM \"1-23284271-10\" WHERE \"Game\" = 78.0;"} +{"question_id": 2830, "table_id": "1-23284271-10", "question": "Who has the high assists when 50-26 is the record?", "sql": "SELECT \"High assists\" FROM \"1-23284271-10\" WHERE \"Record\" = '50-26';"} +{"question_id": 2831, "table_id": "1-23284271-10", "question": "Who has high points when 50-26 is the record?", "sql": "SELECT \"High points\" FROM \"1-23284271-10\" WHERE \"Record\" = '50-26';"} +{"question_id": 2832, "table_id": "1-23284271-10", "question": "Which date is the team @ LA Clippers?", "sql": "SELECT \"Date\" FROM \"1-23284271-10\" WHERE \"Team\" = '@ LA Clippers';"} +{"question_id": 2833, "table_id": "1-23281862-9", "question": "Who is the high rebounds for game 64?", "sql": "SELECT \"High rebounds\" FROM \"1-23281862-9\" WHERE \"Game\" = 64.0;"} +{"question_id": 2834, "table_id": "1-23281862-9", "question": "What is the record where Aaron Brooks (6) is high assists?", "sql": "SELECT \"Record\" FROM \"1-23281862-9\" WHERE \"High assists\" = 'Aaron Brooks (6)';"} +{"question_id": 2835, "table_id": "1-23281862-9", "question": "What is the score when 36-33 is the record?", "sql": "SELECT \"Score\" FROM \"1-23281862-9\" WHERE \"Record\" = '36-33';"} +{"question_id": 2836, "table_id": "1-23284271-7", "question": "How many teams played against the Mavericks in a game where the score was W 99–91 (OT)?", "sql": "SELECT COUNT(\"Team\") FROM \"1-23284271-7\" WHERE \"Score\" = 'W 99–91 (OT)';"} +{"question_id": 2837, "table_id": "1-23285761-11", "question": "How many teams have Channing Frye, Jason Richardson (8) as high rebounds?", "sql": "SELECT COUNT(\"Team\") FROM \"1-23285761-11\" WHERE \"High rebounds\" = 'Channing Frye, Jason Richardson (8)';"} +{"question_id": 2838, "table_id": "1-23285761-11", "question": "Who has the high assists when April 26 is the date?", "sql": "SELECT \"High assists\" FROM \"1-23285761-11\" WHERE \"Date\" = 'April 26';"} +{"question_id": 2839, "table_id": "1-23285761-11", "question": "Which team has 5 as a game?", "sql": "SELECT \"Team\" FROM \"1-23285761-11\" WHERE \"Game\" = 5.0;"} +{"question_id": 2840, "table_id": "1-23285761-7", "question": "Who did the high assists in the game where Amar'e Stoudemire (10) did the high rebounds?", "sql": "SELECT \"High assists\" FROM \"1-23285761-7\" WHERE \"High rebounds\" = 'Amar''e Stoudemire (10)';"} +{"question_id": 2841, "table_id": "1-23285761-7", "question": "Who was the game on January 26 played against?", "sql": "SELECT \"Team\" FROM \"1-23285761-7\" WHERE \"Date\" = 'January 26';"} +{"question_id": 2842, "table_id": "1-23285761-7", "question": "What was the record of the game played on January 5?", "sql": "SELECT \"Record\" FROM \"1-23285761-7\" WHERE \"Date\" = 'January 5';"} +{"question_id": 2843, "table_id": "1-23285761-7", "question": "What's the record of the game with number 40?", "sql": "SELECT \"Record\" FROM \"1-23285761-7\" WHERE \"Game\" = 40.0;"} +{"question_id": 2844, "table_id": "1-23285805-6", "question": "What was the score with the team record was 15-25?", "sql": "SELECT \"Score\" FROM \"1-23285805-6\" WHERE \"Record\" = '15-25';"} +{"question_id": 2845, "table_id": "1-23285805-6", "question": "Who has the most rebounds for game 42?", "sql": "SELECT \"High rebounds\" FROM \"1-23285805-6\" WHERE \"Game\" = 42.0;"} +{"question_id": 2846, "table_id": "1-23285805-6", "question": "Who had the most rebounds when the team record was 15-27?", "sql": "SELECT \"High rebounds\" FROM \"1-23285805-6\" WHERE \"Record\" = '15-27';"} +{"question_id": 2847, "table_id": "1-23285805-8", "question": "Who has the high assists when the team is Oklahoma City?", "sql": "SELECT \"High assists\" FROM \"1-23285805-8\" WHERE \"Team\" = 'Oklahoma City';"} +{"question_id": 2848, "table_id": "1-23285805-8", "question": "On which datebis Arco Arena 17361 the location attendance?", "sql": "SELECT \"Date\" FROM \"1-23285805-8\" WHERE \"Location Attendance\" = 'Arco Arena 17361';"} +{"question_id": 2849, "table_id": "1-23285805-8", "question": "Which team has the location attendance of American Airlines Center 19954?", "sql": "SELECT \"Team\" FROM \"1-23285805-8\" WHERE \"Location Attendance\" = 'American Airlines Center 19954';"} +{"question_id": 2850, "table_id": "1-23285805-8", "question": "What is the record where Arco Arena 17361 is location attendance?", "sql": "SELECT \"Record\" FROM \"1-23285805-8\" WHERE \"Location Attendance\" = 'Arco Arena 17361';"} +{"question_id": 2851, "table_id": "1-23285805-8", "question": "Who has the high points for the 69 game?", "sql": "SELECT \"High points\" FROM \"1-23285805-8\" WHERE \"Game\" = 69.0;"} +{"question_id": 2852, "table_id": "1-23286158-8", "question": "Name the record for Rose Garden 20,565 attendance", "sql": "SELECT \"Record\" FROM \"1-23286158-8\" WHERE \"Location Attendance\" = 'Rose Garden 20,565';"} +{"question_id": 2853, "table_id": "1-23286158-8", "question": "Name the game for Andre Miller , Rudy Fernandez (7)", "sql": "SELECT \"Game\" FROM \"1-23286158-8\" WHERE \"High rebounds\" = 'Andre Miller , Rudy Fernandez (7)';"} +{"question_id": 2854, "table_id": "1-23286158-8", "question": "Name the high points for 30-23", "sql": "SELECT \"High points\" FROM \"1-23286158-8\" WHERE \"Record\" = '30-23';"} +{"question_id": 2855, "table_id": "1-23286158-8", "question": "Name the team at the Rose Garden 20,565", "sql": "SELECT \"Team\" FROM \"1-23286158-8\" WHERE \"Location Attendance\" = 'Rose Garden 20,565';"} +{"question_id": 2856, "table_id": "1-23286158-9", "question": "What was the score for the game when the record was 37-27?", "sql": "SELECT \"Score\" FROM \"1-23286158-9\" WHERE \"Record\" = '37-27';"} +{"question_id": 2857, "table_id": "1-23286158-9", "question": "Who led with the highest points during the game against Indiana?", "sql": "SELECT \"High points\" FROM \"1-23286158-9\" WHERE \"Team\" = 'Indiana';"} +{"question_id": 2858, "table_id": "1-23289934-1", "question": "Name the most number in series for production code of 3ABC11", "sql": "SELECT MAX(\"No. in series\") FROM \"1-23289934-1\" WHERE \"Production code\" = '3ABC11';"} +{"question_id": 2859, "table_id": "1-23289934-1", "question": "Name the most number in season for production code 3ABC12", "sql": "SELECT MAX(\"No. in season\") FROM \"1-23289934-1\" WHERE \"Production code\" = '3ABC12';"} +{"question_id": 2860, "table_id": "1-23289934-1", "question": "Name the title for number 16", "sql": "SELECT \"Title\" FROM \"1-23289934-1\" WHERE \"No. in season\" = 16.0;"} +{"question_id": 2861, "table_id": "1-23289934-1", "question": "Name the least number for production code for 3ABC21", "sql": "SELECT MIN(\"No. in series\") FROM \"1-23289934-1\" WHERE \"Production code\" = '3ABC21';"} +{"question_id": 2862, "table_id": "1-23294081-10", "question": "What was the date that the episode with Jeff Davis as the second performer originally aired?", "sql": "SELECT \"Original airdate\" FROM \"1-23294081-10\" WHERE \"Performer 2\" = 'Jeff Davis';"} +{"question_id": 2863, "table_id": "1-23294081-10", "question": "How many episodes were series episode 214?", "sql": "SELECT COUNT(\"#\") FROM \"1-23294081-10\" WHERE \"No.\" = 214.0;"} +{"question_id": 2864, "table_id": "1-23308178-6", "question": "What date did the capitols play the Toronto Maple Leafs?", "sql": "SELECT \"Date\" FROM \"1-23308178-6\" WHERE \"Opponent\" = 'Toronto Maple Leafs';"} +{"question_id": 2865, "table_id": "1-23308178-6", "question": "Where was the game played when the record was 20-6-6?", "sql": "SELECT \"Location\" FROM \"1-23308178-6\" WHERE \"Record\" = '20-6-6';"} +{"question_id": 2866, "table_id": "1-23308178-6", "question": "What was the lowest attendance for games played on December 23?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-23308178-6\" WHERE \"Date\" = 'December 23';"} +{"question_id": 2867, "table_id": "1-23308178-6", "question": "How many dates were played at the Wachovia Center?", "sql": "SELECT COUNT(\"Date\") FROM \"1-23308178-6\" WHERE \"Location\" = 'Wachovia Center';"} +{"question_id": 2868, "table_id": "1-23308178-8", "question": "How many games did they have a record of 39-12-6?", "sql": "SELECT COUNT(\"Game\") FROM \"1-23308178-8\" WHERE \"Record\" = '39-12-6';"} +{"question_id": 2869, "table_id": "1-23308178-8", "question": "What is the largest number of points they had?", "sql": "SELECT MAX(\"Points\") FROM \"1-23308178-8\";"} +{"question_id": 2870, "table_id": "1-23308178-8", "question": "How many games did they play with 88 points?", "sql": "SELECT COUNT(\"Record\") FROM \"1-23308178-8\" WHERE \"Points\" = 88.0;"} +{"question_id": 2871, "table_id": "1-23308178-8", "question": "How many games did they play on February 5?", "sql": "SELECT \"Opponent\" FROM \"1-23308178-8\" WHERE \"Date\" = 'February 5';"} +{"question_id": 2872, "table_id": "1-23379776-5", "question": "Who is every co-artist with name of role as Ah-Zhong 阿忠?", "sql": "SELECT \"Co-Artists\" FROM \"1-23379776-5\" WHERE \"Name of Role\" = 'Ah-Zhong 阿忠';"} +{"question_id": 2873, "table_id": "1-23379776-5", "question": "What is every nature of role with year as 2009?", "sql": "SELECT \"Nature of Role\" FROM \"1-23379776-5\" WHERE \"Year\" = 2009.0;"} +{"question_id": 2874, "table_id": "1-23379776-5", "question": "How many locations for name of role as Xiao Gui 小鬼?", "sql": "SELECT COUNT(\"Location\") FROM \"1-23379776-5\" WHERE \"Name of Role\" = 'Xiao Gui 小鬼';"} +{"question_id": 2875, "table_id": "1-2343740-1", "question": "On what date did episode 2 air?", "sql": "SELECT \"Original Air Date\" FROM \"1-2343740-1\" WHERE \"Episode Number\" = 2.0;"} +{"question_id": 2876, "table_id": "1-2343740-1", "question": "What was the title of the episode that aired February 9, 1979?", "sql": "SELECT \"Title\" FROM \"1-2343740-1\" WHERE \"Original Air Date\" = 'February 9, 1979';"} +{"question_id": 2877, "table_id": "1-2345558-1", "question": "What is the number of the episode seen by 1.370 million people in the US?", "sql": "SELECT MAX(\"#\") FROM \"1-2345558-1\" WHERE \"U.S. viewers (millions)\" = '1.370';"} +{"question_id": 2878, "table_id": "1-2345558-1", "question": "What's the number of the episode directed by Whitney Ransick?", "sql": "SELECT \"#\" FROM \"1-2345558-1\" WHERE \"Director\" = 'Whitney Ransick';"} +{"question_id": 2879, "table_id": "1-2345558-1", "question": "Who directed the episode written by Jason Yoshimura?", "sql": "SELECT \"Director\" FROM \"1-2345558-1\" WHERE \"Writer(s)\" = 'Jason Yoshimura';"} +{"question_id": 2880, "table_id": "1-2345558-1", "question": "Who directed the episode titled \"Risky Business\"?", "sql": "SELECT \"Director\" FROM \"1-2345558-1\" WHERE \"Title\" = '\"Risky Business\"';"} +{"question_id": 2881, "table_id": "1-23465864-3", "question": "When Roy Richardson 476cc Aermacchi is the rider what is the time for saturday august 9th?", "sql": "SELECT \"Sat 29 Aug\" FROM \"1-23465864-3\" WHERE \"Rider\" = 'Roy Richardson 476cc Aermacchi';"} +{"question_id": 2882, "table_id": "1-23465864-3", "question": "When 6 is the rank what is the time for Tuesday August 25th?", "sql": "SELECT \"Tues 25 Aug\" FROM \"1-23465864-3\" WHERE \"Rank\" = 6.0;"} +{"question_id": 2883, "table_id": "1-23465864-3", "question": "When 3 is the rank what is the time for Saturday August 29th?", "sql": "SELECT \"Sat 29 Aug\" FROM \"1-23465864-3\" WHERE \"Rank\" = 3.0;"} +{"question_id": 2884, "table_id": "1-23465864-3", "question": "When 22' 37.06 100.090mph is the time for Monday August 24th how many times are there for Friday August 28th?", "sql": "SELECT COUNT(\"Fri 28 Aug\") FROM \"1-23465864-3\" WHERE \"Mon 24 Aug\" = '22'' 37.06 100.090mph';"} +{"question_id": 2885, "table_id": "1-23465864-5", "question": "What is every rider on Monday August 24 at 21' 12.02 106.781mph?", "sql": "SELECT \"Rider\" FROM \"1-23465864-5\" WHERE \"Mon 24 Aug\" = '21'' 12.02 106.781mph';"} +{"question_id": 2886, "table_id": "1-23465864-5", "question": "What is every value on Tuesday August 25 if August Friday 28 is 23' 54.54 94.684mph?", "sql": "SELECT \"Tues 25 Aug\" FROM \"1-23465864-5\" WHERE \"Fri 28 Aug\" = '23'' 54.54 94.684mph';"} +{"question_id": 2887, "table_id": "1-23465864-5", "question": "What is every rider on Tuesday August 25 at 20' 32.11 110.241mph?", "sql": "SELECT \"Rider\" FROM \"1-23465864-5\" WHERE \"Tues 25 Aug\" = '20'' 32.11 110.241mph';"} +{"question_id": 2888, "table_id": "1-23465864-5", "question": "What is every value for Monday August 24 if Friday August 28 is 23' 22.25 96.864mph?", "sql": "SELECT \"Mon 24 Aug\" FROM \"1-23465864-5\" WHERE \"Fri 28 Aug\" = '23'' 22.25 96.864mph';"} +{"question_id": 2889, "table_id": "1-23465864-5", "question": "What is the value of Monday August 24 if the rider is Benny Smith 600cc Yamaha?", "sql": "SELECT \"Mon 24 Aug\" FROM \"1-23465864-5\" WHERE \"Rider\" = 'Benny Smith 600cc Yamaha';"} +{"question_id": 2890, "table_id": "1-23465864-5", "question": "What is the value for Monday August 24 if Friday August 28 is 26' 04.60 86.814mph?", "sql": "SELECT \"Mon 24 Aug\" FROM \"1-23465864-5\" WHERE \"Fri 28 Aug\" = '26'' 04.60 86.814mph';"} +{"question_id": 2891, "table_id": "1-23483182-1", "question": "Who directed 414?", "sql": "SELECT \"Directed by\" FROM \"1-23483182-1\" WHERE \"Production code\" = 414.0;"} +{"question_id": 2892, "table_id": "1-23483182-1", "question": "What is the series number of the episode that aired March 25, 2010?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-23483182-1\" WHERE \"Original air date\" = 'March 25, 2010';"} +{"question_id": 2893, "table_id": "1-23483182-1", "question": "Who wrote the episode that aired February 4, 2010?", "sql": "SELECT \"Written by\" FROM \"1-23483182-1\" WHERE \"Original air date\" = 'February 4, 2010';"} +{"question_id": 2894, "table_id": "1-23483182-1", "question": "What was the air date where there were 5.72 million viewers?", "sql": "SELECT \"Original air date\" FROM \"1-23483182-1\" WHERE \"U.S. viewers (million)\" = '5.72';"} +{"question_id": 2895, "table_id": "1-23483182-1", "question": "What number was there 6.01 million u.s. drivers?", "sql": "SELECT \"No. in season\" FROM \"1-23483182-1\" WHERE \"U.S. viewers (million)\" = '6.01';"} +{"question_id": 2896, "table_id": "1-23486853-3", "question": "What date did they play the Florida Panthers?", "sql": "SELECT \"Date\" FROM \"1-23486853-3\" WHERE \"Opponent\" = 'Florida Panthers';"} +{"question_id": 2897, "table_id": "1-23486853-3", "question": "What was the score for the Atlanta Thrashers?", "sql": "SELECT \"Score\" FROM \"1-23486853-3\" WHERE \"Opponent\" = 'Atlanta Thrashers';"} +{"question_id": 2898, "table_id": "1-23486853-3", "question": "What was the score for game 4?", "sql": "SELECT \"Score\" FROM \"1-23486853-3\" WHERE \"Game\" = 4.0;"} +{"question_id": 2899, "table_id": "1-234886-2", "question": "How many titles have an original air date of November 17, 1998?", "sql": "SELECT COUNT(\"Title\") FROM \"1-234886-2\" WHERE \"Original air date\" = 'November 17, 1998';"} +{"question_id": 2900, "table_id": "1-23528223-2", "question": "How many season numbers are there for the episode seen by 13.54 million people in the US?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-23528223-2\" WHERE \"U.S. viewers (millions)\" = '13.54';"} +{"question_id": 2901, "table_id": "1-23528223-2", "question": "What's the series number of the episode directed by Skipp Sudduth?", "sql": "SELECT \"No. in series\" FROM \"1-23528223-2\" WHERE \"Directed by\" = 'Skipp Sudduth';"} +{"question_id": 2902, "table_id": "1-23528223-2", "question": "Who wrote the episode seen by 10.64 million people in the US?", "sql": "SELECT \"Written by\" FROM \"1-23528223-2\" WHERE \"U.S. viewers (millions)\" = '10.64';"} +{"question_id": 2903, "table_id": "1-23528223-2", "question": "Who directed the episode titled \"Redemptio\"?", "sql": "SELECT \"Directed by\" FROM \"1-23528223-2\" WHERE \"Title\" = '\"Redemptio\"';"} +{"question_id": 2904, "table_id": "1-23575917-2", "question": "Name the scores for David Baddiel and Maureen Lipman", "sql": "SELECT COUNT(\"Scores\") FROM \"1-23575917-2\" WHERE \"Davids team\" = 'David Baddiel and Maureen Lipman';"} +{"question_id": 2905, "table_id": "1-23575917-2", "question": "Name the scores for Michael Buerk and Russell Howard", "sql": "SELECT \"Scores\" FROM \"1-23575917-2\" WHERE \"Lees team\" = 'Michael Buerk and Russell Howard';"} +{"question_id": 2906, "table_id": "1-23575917-2", "question": "Name the davids team for 8 August 2008", "sql": "SELECT \"Davids team\" FROM \"1-23575917-2\" WHERE \"First broadcast\" = '8 August 2008';"} +{"question_id": 2907, "table_id": "1-23575917-4", "question": "What is the episode number that was first broadcast on 3 September 2010?", "sql": "SELECT \"Episode\" FROM \"1-23575917-4\" WHERE \"First broadcast\" = '3 September 2010';"} +{"question_id": 2908, "table_id": "1-23575917-4", "question": "Who is the Lees Team for episode 4x04?", "sql": "SELECT \"Lees team\" FROM \"1-23575917-4\" WHERE \"Episode\" = '4x04';"} +{"question_id": 2909, "table_id": "1-23575917-4", "question": "Who is on the David's Team for the episode with the Lees Team of Jack Dee and Peter Serafinowicz", "sql": "SELECT \"Davids team\" FROM \"1-23575917-4\" WHERE \"Lees team\" = 'Jack Dee and Peter Serafinowicz';"} +{"question_id": 2910, "table_id": "1-23575917-4", "question": "How many David's team for the Lees Team of Deborah Meaden and Mark Watson?", "sql": "SELECT COUNT(\"Davids team\") FROM \"1-23575917-4\" WHERE \"Lees team\" = 'Deborah Meaden and Mark Watson';"} +{"question_id": 2911, "table_id": "1-23575917-7", "question": "If the episode is 6x03, what is the first broadcast total number?", "sql": "SELECT COUNT(\"First broadcast\") FROM \"1-23575917-7\" WHERE \"Episode\" = '6x03';"} +{"question_id": 2912, "table_id": "1-23575917-7", "question": "If the lees team is Clare Balding and Miranda Hart, what is the first broadcast total number?", "sql": "SELECT COUNT(\"First broadcast\") FROM \"1-23575917-7\" WHERE \"Lees team\" = 'Clare Balding and Miranda Hart';"} +{"question_id": 2913, "table_id": "1-23575917-7", "question": "If the lees team is Clare Balding and Miranda Hart, what was the score?", "sql": "SELECT \"Scores\" FROM \"1-23575917-7\" WHERE \"Lees team\" = 'Clare Balding and Miranda Hart';"} +{"question_id": 2914, "table_id": "1-23585197-3", "question": "What is the position of the song that was eliminated on 11 November?", "sql": "SELECT MAX(\"Position\") FROM \"1-23585197-3\" WHERE \"Date Eliminated\" = '11 November';"} +{"question_id": 2915, "table_id": "1-23585197-3", "question": "What is the position of \"Kärleken vänder allt\" (The love turns everything)?", "sql": "SELECT \"Position\" FROM \"1-23585197-3\" WHERE \"Song (English translation)\" = '\"Kärleken vänder allt\" (The love turns everything)';"} +{"question_id": 2916, "table_id": "1-23585197-3", "question": "Which artist sang the song that Ingela Hemming wrote?", "sql": "SELECT \"Artist\" FROM \"1-23585197-3\" WHERE \"Songwriter(s)\" = 'Ingela Hemming';"} +{"question_id": 2917, "table_id": "1-23585197-3", "question": "What is the position of the song that Adam Sandahl wrote?", "sql": "SELECT \"Position\" FROM \"1-23585197-3\" WHERE \"Songwriter(s)\" = 'Adam Sandahl';"} +{"question_id": 2918, "table_id": "1-23585197-3", "question": "What is the position of the song thar Genjor McNell performed?", "sql": "SELECT \"Position\" FROM \"1-23585197-3\" WHERE \"Artist\" = 'Genjor McNell';"} +{"question_id": 2919, "table_id": "1-23624542-4", "question": "What week has an attendance of 10402", "sql": "SELECT MIN(\"Week\") FROM \"1-23624542-4\" WHERE \"Attendance\" = 10402.0;"} +{"question_id": 2920, "table_id": "1-23624542-4", "question": "What is the record on Sept 22?", "sql": "SELECT \"Record\" FROM \"1-23624542-4\" WHERE \"Date\" = 'Sept 22';"} +{"question_id": 2921, "table_id": "1-23649244-2", "question": "If artist 1 is Wolfgang Gartner, what is the release date?", "sql": "SELECT \"Release date\" FROM \"1-23649244-2\" WHERE \"Artist 1\" = 'Wolfgang Gartner';"} +{"question_id": 2922, "table_id": "1-23649244-2", "question": "What is song 1 title is the artist is Danny Byrd?", "sql": "SELECT \"Song 1 title\" FROM \"1-23649244-2\" WHERE \"Artist 1\" = 'Danny Byrd';"} +{"question_id": 2923, "table_id": "1-23649244-2", "question": "If artist 1 is 50 Cent featuring Mary J. Blige, what is the guitar part?", "sql": "SELECT \"Guitar part?\" FROM \"1-23649244-2\" WHERE \"Artist 1\" = '50 Cent featuring Mary J. Blige';"} +{"question_id": 2924, "table_id": "1-23649244-2", "question": "What is the mix pack when the artist 2 is Eminem?", "sql": "SELECT \"Mix pack\" FROM \"1-23649244-2\" WHERE \"Artist 2\" = 'Eminem';"} +{"question_id": 2925, "table_id": "1-2374338-2", "question": "What is every value for Serbs if value for Hungarians is 9.26%?", "sql": "SELECT \"Serbs\" FROM \"1-2374338-2\" WHERE \"Hungarians\" = '9.26%';"} +{"question_id": 2926, "table_id": "1-2374338-2", "question": "What is the largest value of population?", "sql": "SELECT MAX(\"Population\") FROM \"1-2374338-2\";"} +{"question_id": 2927, "table_id": "1-2374338-2", "question": "How many values for Germans occurs when value for Slovaks is 0.11%?", "sql": "SELECT COUNT(\"Germans\") FROM \"1-2374338-2\" WHERE \"Slovaks\" = '0.11%';"} +{"question_id": 2928, "table_id": "1-2374338-2", "question": "What is the smallest value of population if the value for Serbs is 73.53%?", "sql": "SELECT MIN(\"Population\") FROM \"1-2374338-2\" WHERE \"Serbs\" = '73.53%';"} +{"question_id": 2929, "table_id": "1-2374338-2", "question": "What is every value for Croats if the value of Roma is 3.1%?", "sql": "SELECT \"Croats\" FROM \"1-2374338-2\" WHERE \"Roma\" = '3.1%';"} +{"question_id": 2930, "table_id": "1-2374338-2", "question": "What is every value for Croats when value for Romanians is 16.65%?", "sql": "SELECT \"Croats\" FROM \"1-2374338-2\" WHERE \"Romanians\" = '16.65%';"} +{"question_id": 2931, "table_id": "1-237757-9", "question": "How many years of nasl years did the accolades read \"Captained England to victory at the 1966 World Cup\"?", "sql": "SELECT COUNT(\"NASL years\") FROM \"1-237757-9\" WHERE \"Accolades (Pre-NASL)\" = 'Captained England to victory at the 1966 World Cup';"} +{"question_id": 2932, "table_id": "1-237757-9", "question": "What nasl club Won several titles with Leeds United?", "sql": "SELECT \"NASL club(s)\" FROM \"1-237757-9\" WHERE \"Accolades (Pre-NASL)\" = 'Won several titles with Leeds United';"} +{"question_id": 2933, "table_id": "1-237757-9", "question": "What years did Bobby Moore play?", "sql": "SELECT \"NASL years\" FROM \"1-237757-9\" WHERE \"Player\" = 'Bobby Moore';"} +{"question_id": 2934, "table_id": "1-237757-9", "question": "What position is Philadelphia Fury?", "sql": "SELECT \"Position\" FROM \"1-237757-9\" WHERE \"NASL club(s)\" = 'Philadelphia Fury';"} +{"question_id": 2935, "table_id": "1-237757-9", "question": "How many years did Peter Lorimer play?", "sql": "SELECT COUNT(\"NASL years\") FROM \"1-237757-9\" WHERE \"Player\" = 'Peter Lorimer';"} +{"question_id": 2936, "table_id": "1-237757-10", "question": "What was the entry for highest when average is 10295?", "sql": "SELECT \"Highest\" FROM \"1-237757-10\" WHERE \"Average\" = 10295.0;"} +{"question_id": 2937, "table_id": "1-237757-10", "question": "How many entries for highest when the low team was Baltimore Rays?", "sql": "SELECT COUNT(\"Highest\") FROM \"1-237757-10\" WHERE \"Low Team\" = 'Baltimore Rays';"} +{"question_id": 2938, "table_id": "1-237757-10", "question": "What is the average when 2nd highest was 27242?", "sql": "SELECT MAX(\"Average\") FROM \"1-237757-10\" WHERE \"2nd Highest\" = 27242.0;"} +{"question_id": 2939, "table_id": "1-237757-10", "question": "What was the season when the low team is Chicago Sting?", "sql": "SELECT \"Season\" FROM \"1-237757-10\" WHERE \"Low Team\" = 'Chicago Sting';"} +{"question_id": 2940, "table_id": "1-23759976-1", "question": "What's the Stock Exchange Plaza's rank?", "sql": "SELECT \"Rank\" FROM \"1-23759976-1\" WHERE \"Building [A ]\" = 'Stock Exchange Plaza';"} +{"question_id": 2941, "table_id": "1-23759976-1", "question": "How tall is the building with 36 floors?", "sql": "SELECT \"Height (m)\" FROM \"1-23759976-1\" WHERE \"Floors\" = 36.0;"} +{"question_id": 2942, "table_id": "1-23759976-1", "question": "How many different numbers of floors are there for the Chongqing Poly Tower?", "sql": "SELECT COUNT(\"Floors\") FROM \"1-23759976-1\" WHERE \"Building [A ]\" = 'Chongqing Poly Tower';"} +{"question_id": 2943, "table_id": "1-23759976-1", "question": "How many different ranks does the Cathay Pacific Plaza 2 have?", "sql": "SELECT COUNT(\"Rank\") FROM \"1-23759976-1\" WHERE \"Building [A ]\" = 'Cathay Pacific Plaza 2';"} +{"question_id": 2944, "table_id": "1-23799417-1", "question": "What was the original airdate for \"Something New\"?", "sql": "SELECT \"Original air date\" FROM \"1-23799417-1\" WHERE \"Title\" = '\"Something New\"';"} +{"question_id": 2945, "table_id": "1-23799417-1", "question": "What is the production code directed by Matt Shakman?", "sql": "SELECT \"Production code\" FROM \"1-23799417-1\" WHERE \"Directed by\" = 'Matt Shakman';"} +{"question_id": 2946, "table_id": "1-23799417-1", "question": "How many series had a production code of 202?", "sql": "SELECT COUNT(\"No. in Series\") FROM \"1-23799417-1\" WHERE \"Production code\" = 202.0;"} +{"question_id": 2947, "table_id": "1-238124-1", "question": "What was the bleeding time during the Prolonged partial thromboplastin time in which the prothrombin time is Unaffected?", "sql": "SELECT \"Bleeding time\" FROM \"1-238124-1\" WHERE \"Partial thromboplastin time\" = 'Prolonged' AND \"Prothrombin time\" = 'Unaffected';"} +{"question_id": 2948, "table_id": "1-238124-1", "question": "What is the bleeding time for Glanzmann's thrombasthenia?", "sql": "SELECT \"Bleeding time\" FROM \"1-238124-1\" WHERE \"Condition\" = 'Glanzmann''s thrombasthenia';"} +{"question_id": 2949, "table_id": "1-238124-1", "question": "What is the platelet count for Congenital afibrinogenemia?", "sql": "SELECT \"Platelet count\" FROM \"1-238124-1\" WHERE \"Condition\" = 'Congenital afibrinogenemia';"} +{"question_id": 2950, "table_id": "1-238124-1", "question": "What is the prothrombin time of Von Willebrand disease? ", "sql": "SELECT COUNT(\"Prothrombin time\") FROM \"1-238124-1\" WHERE \"Condition\" = 'Von Willebrand disease';"} +{"question_id": 2951, "table_id": "1-238124-1", "question": "When the bleeding time is Unaffected and prothrombin time is Prolonged, what are the platelet counts?", "sql": "SELECT \"Platelet count\" FROM \"1-238124-1\" WHERE \"Bleeding time\" = 'Unaffected' AND \"Prothrombin time\" = 'Prolonged';"} +{"question_id": 2952, "table_id": "1-23819979-3", "question": "Name the last match for Argentina - Estadio José María Minella", "sql": "SELECT \"Last match\" FROM \"1-23819979-3\" WHERE \"Final Place\" = 'Argentina - Estadio José María Minella';"} +{"question_id": 2953, "table_id": "1-23819979-3", "question": "Name the final position for Copa Libertadores", "sql": "SELECT \"Final position\" FROM \"1-23819979-3\" WHERE \"Competition\" = 'Copa Libertadores';"} +{"question_id": 2954, "table_id": "1-23819979-3", "question": "Name the final place for July 25, 2009", "sql": "SELECT \"Final Place\" FROM \"1-23819979-3\" WHERE \"Last match\" = 'July 25, 2009';"} +{"question_id": 2955, "table_id": "1-23840623-4", "question": "What is the epa rated combined fuel economy for the Nissan Leaf?", "sql": "SELECT \"EPA rated combined fuel economy\" FROM \"1-23840623-4\" WHERE \"Vehicle\" = 'Nissan Leaf';"} +{"question_id": 2956, "table_id": "1-23840623-4", "question": "What is the operating mode of the Coda?", "sql": "SELECT \"Operating mode\" FROM \"1-23840623-4\" WHERE \"Vehicle\" = 'Coda';"} +{"question_id": 2957, "table_id": "1-23840623-4", "question": "What is the dirty electric grid rocky mountains (denver) for the vehicle with the clean electric grid california (san francisco) of 160 g/mi (99 g/km)?", "sql": "SELECT \"Dirty electric grid Rocky Mountains (Denver)\" FROM \"1-23840623-4\" WHERE \"Clean electric grid California (San Francisco)\" = '160 g/mi (99 g/km)';"} +{"question_id": 2958, "table_id": "1-23840623-4", "question": "How many dirty electric grid rocky mountains (denver) vehicles have an epa rated combined fuel economy of 102 mpg-e (33kW-hrs/100mi)?", "sql": "SELECT COUNT(\"Dirty electric grid Rocky Mountains (Denver)\") FROM \"1-23840623-4\" WHERE \"EPA rated combined fuel economy\" = '102 mpg-e (33kW-hrs/100mi)';"} +{"question_id": 2959, "table_id": "1-23840623-4", "question": "What is the epa rated combined fuel economy for the All-electric vehicle with dirty electric grid rocky mountains (denver) of 330 g/mi (205 g/km)?", "sql": "SELECT \"EPA rated combined fuel economy\" FROM \"1-23840623-4\" WHERE \"Operating mode\" = 'All-electric' AND \"Dirty electric grid Rocky Mountains (Denver)\" = '330 g/mi (205 g/km)';"} +{"question_id": 2960, "table_id": "1-23840623-4", "question": "How many clean electric grid california (san francisco) figures are given for the Nissan Leaf?", "sql": "SELECT COUNT(\"Clean electric grid California (San Francisco)\") FROM \"1-23840623-4\" WHERE \"Vehicle\" = 'Nissan Leaf';"} +{"question_id": 2961, "table_id": "1-23851574-2", "question": "Which aperture were built or used between 1987-2001?", "sql": "SELECT \"Aper. in\" FROM \"1-23851574-2\" WHERE \"Built/Used\" = '1987-2001';"} +{"question_id": 2962, "table_id": "1-23851574-2", "question": "How many nationalities/sponsors for mirror/type Schmidt UV?", "sql": "SELECT COUNT(\"Nationality/Sponsors\") FROM \"1-23851574-2\" WHERE \"Mirror/type\" = 'Schmidt UV';"} +{"question_id": 2963, "table_id": "1-23851574-2", "question": "Which telescopes were sponsored by or originated in Belgium?", "sql": "SELECT \"Name\" FROM \"1-23851574-2\" WHERE \"Nationality/Sponsors\" = 'Belgium';"} +{"question_id": 2964, "table_id": "1-2388763-1", "question": "What team finished in 4th place in 2007? ", "sql": "SELECT \"4th-place\" FROM \"1-2388763-1\" WHERE \"Year\" = 2007.0;"} +{"question_id": 2965, "table_id": "1-2388763-1", "question": "What team finished in 3rd place when Balestier Khalsa finished in 4th place?", "sql": "SELECT \"3rd-place\" FROM \"1-2388763-1\" WHERE \"4th-place\" = 'Balestier Khalsa';"} +{"question_id": 2966, "table_id": "1-2388763-1", "question": "In what year did Hougang United finish in 4th place?", "sql": "SELECT \"Year\" FROM \"1-2388763-1\" WHERE \"4th-place\" = 'Hougang United';"} +{"question_id": 2967, "table_id": "1-2388763-1", "question": "What was the score in the final the year that the 3rd place team was Bangkok University FC?", "sql": "SELECT \"Score in the final\" FROM \"1-2388763-1\" WHERE \"3rd-place\" = 'Bangkok University FC';"} +{"question_id": 2968, "table_id": "1-23916539-3", "question": "If the opponent is the Stampeders, what is the record?", "sql": "SELECT \"Record\" FROM \"1-23916539-3\" WHERE \"Opponent\" = 'Stampeders';"} +{"question_id": 2969, "table_id": "1-23916539-3", "question": "What is the record if the location is Clarke Stadium?", "sql": "SELECT \"Record\" FROM \"1-23916539-3\" WHERE \"Location\" = 'Clarke Stadium';"} +{"question_id": 2970, "table_id": "1-23950611-2", "question": "How many companies had an april 2013 cumulative ranking of 3?", "sql": "SELECT COUNT(\"Market cap March 15 (mil. USD )\") FROM \"1-23950611-2\" WHERE \"April 2013 Cum. Rank\" = 3.0;"} +{"question_id": 2971, "table_id": "1-23950611-2", "question": "What was the Forbers rank (all companies) in 2012 for Cenovus Energy?", "sql": "SELECT \"Rank (all) 2012\" FROM \"1-23950611-2\" WHERE \"Name\" = 'Cenovus Energy';"} +{"question_id": 2972, "table_id": "1-23950611-2", "question": "How many assets in billions US$, for the company that ranked 1532 overall in 2013?", "sql": "SELECT \"Assets (bil. USD )\" FROM \"1-23950611-2\" WHERE \"Rank (all) 2013\" = 1532.0;"} +{"question_id": 2973, "table_id": "1-23950611-2", "question": "How many companies named Cenovus Energy?", "sql": "SELECT COUNT(\"Rank (all) 2013\") FROM \"1-23950611-2\" WHERE \"Name\" = 'Cenovus Energy';"} +{"question_id": 2974, "table_id": "1-23963073-1", "question": "How many English translations were made for the story originally titled \"La Ribambelle enquête\"?", "sql": "SELECT COUNT(\"English Translation\") FROM \"1-23963073-1\" WHERE \"French Title\" = '\"La Ribambelle enquête\"';"} +{"question_id": 2975, "table_id": "1-23963073-1", "question": "What was the English translation of \"La Ribambelle aux Galopingos\"?", "sql": "SELECT \"English Translation\" FROM \"1-23963073-1\" WHERE \"French Title\" = '\"La Ribambelle aux Galopingos\"';"} +{"question_id": 2976, "table_id": "1-23963073-1", "question": "What was the French title of the story published in 1968?", "sql": "SELECT \"French Title\" FROM \"1-23963073-1\" WHERE \"Date of Publication\" = 1968.0;"} +{"question_id": 2977, "table_id": "1-23963073-1", "question": "Who was the artist who worked on the stories published in 1966?", "sql": "SELECT \"Artist\" FROM \"1-23963073-1\" WHERE \"Date of Publication\" = 1966.0;"} +{"question_id": 2978, "table_id": "1-24057191-2", "question": "When did series 6 start?", "sql": "SELECT \"Start date\" FROM \"1-24057191-2\" WHERE \"Series\" = 6.0;"} +{"question_id": 2979, "table_id": "1-24057191-2", "question": "What series had an average of 3.72 million people watching it?", "sql": "SELECT MAX(\"Series\") FROM \"1-24057191-2\" WHERE \"Average viewers (millions)\" = '3.72';"} +{"question_id": 2980, "table_id": "1-24057191-2", "question": "How many different end dates are there for the series seen by 4.2 million people?", "sql": "SELECT COUNT(\"End date\") FROM \"1-24057191-2\" WHERE \"Average viewers (millions)\" = '4.2';"} +{"question_id": 2981, "table_id": "1-24066938-1", "question": "What percentage of the EU's population lives in the country with a population density of 110.8 people per square kilometer?", "sql": "SELECT \"Population % of EU\" FROM \"1-24066938-1\" WHERE \"Pop. density People/km 2\" = '110.8';"} +{"question_id": 2982, "table_id": "1-24066938-1", "question": "What is the area of Austria's territory in square kilometers?", "sql": "SELECT \"Area km 2\" FROM \"1-24066938-1\" WHERE \"Member State\" = 'Austria';"} +{"question_id": 2983, "table_id": "1-24066938-1", "question": "How many inhabitants does Sweden have per square kilometer?", "sql": "SELECT \"Pop. density People/km 2\" FROM \"1-24066938-1\" WHERE \"Member State\" = 'Sweden';"} +{"question_id": 2984, "table_id": "1-24066938-1", "question": "How many measurements of the Czech Republic's population density are recorded in this table?", "sql": "SELECT COUNT(\"Pop. density People/km 2\") FROM \"1-24066938-1\" WHERE \"Member State\" = 'Czech Republic';"} +{"question_id": 2985, "table_id": "1-2409041-4", "question": "Name the number of number in the season for 11", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-2409041-4\" WHERE \"No. in season\" = 11.0;"} +{"question_id": 2986, "table_id": "1-2409041-4", "question": "Name the number of airdates for 14", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-2409041-4\" WHERE \"No. in season\" = 14.0;"} +{"question_id": 2987, "table_id": "1-2409041-4", "question": "Name the title for 446913", "sql": "SELECT \"Title\" FROM \"1-2409041-4\" WHERE \"Production code\" = 446913.0;"} +{"question_id": 2988, "table_id": "1-24089503-1", "question": "What was the Kentucky Oaks attendance the year the Belmont Stakes had 64,949 attendance?", "sql": "SELECT \"Kentucky Oaks\" FROM \"1-24089503-1\" WHERE \"Belmont Stakes\" = '64,949';"} +{"question_id": 2989, "table_id": "1-24089503-1", "question": "What was the attendance at the Travers Stakes in 1977?", "sql": "SELECT \"Travers Stakes\" FROM \"1-24089503-1\" WHERE \"Year\" = 1977.0;"} +{"question_id": 2990, "table_id": "1-24089503-1", "question": "What was the Breeder's Cup Friday attendance for the year the Breeder's Cup Saturday had 52,987?", "sql": "SELECT \"Breeders Cup Friday\" FROM \"1-24089503-1\" WHERE \"Breeders Cup Saturday\" = '52,987';"} +{"question_id": 2991, "table_id": "1-24099476-8", "question": "In what edition is Ungur's opponent David Nalbandian?", "sql": "SELECT \"Edition\" FROM \"1-24099476-8\" WHERE \"Opponent\" = 'David Nalbandian';"} +{"question_id": 2992, "table_id": "1-24099476-8", "question": "When was the win/Lose Lose and the round a Play-off?", "sql": "SELECT \"Date\" FROM \"1-24099476-8\" WHERE \"Win/Lose\" = 'Lose' AND \"Round\" = 'Play-off';"} +{"question_id": 2993, "table_id": "1-24099476-8", "question": "In what round did he play against Sergiy Stakhovsky?", "sql": "SELECT \"Round\" FROM \"1-24099476-8\" WHERE \"Opponent\" = 'Sergiy Stakhovsky';"} +{"question_id": 2994, "table_id": "1-24115349-6", "question": "What municipality had 754 votes for coakley?", "sql": "SELECT \"Municipality\" FROM \"1-24115349-6\" WHERE \"Coakley votes\" = 754.0;"} +{"question_id": 2995, "table_id": "1-24115349-6", "question": "How many votes for brown in the place that had 84.1% for coakley?", "sql": "SELECT MAX(\"Brown votes\") FROM \"1-24115349-6\" WHERE \"Coakley %\" = '84.1%';"} +{"question_id": 2996, "table_id": "1-24115349-6", "question": "What was the turnout percentage in the place that had 44.6% vote for brown?", "sql": "SELECT \"Turnout %\" FROM \"1-24115349-6\" WHERE \"Brown %\" = '44.6%';"} +{"question_id": 2997, "table_id": "1-24119784-1", "question": "Name the finish top 10 being 8 ", "sql": "SELECT MAX(\"Finish\") FROM \"1-24119784-1\" WHERE \"Top 10\" = 8.0;"} +{"question_id": 2998, "table_id": "1-24122653-2", "question": "What is the finish associated with a 3-2 vote?", "sql": "SELECT \"Finish\" FROM \"1-24122653-2\" WHERE \"Vote\" = '3-2';"} +{"question_id": 2999, "table_id": "1-24122653-2", "question": "What is the reward for the elimination of Peterson?", "sql": "SELECT \"Reward\" FROM \"1-24122653-2\" WHERE \"Eliminated\" = 'Peterson';"} +{"question_id": 3000, "table_id": "1-24122653-2", "question": "What is the number of finishes associated with an elimination of Adriana?", "sql": "SELECT COUNT(\"Finish\") FROM \"1-24122653-2\" WHERE \"Eliminated\" = 'Adriana';"} +{"question_id": 3001, "table_id": "1-24122653-2", "question": "What was the total number of episodes that had a 3-1 vote?", "sql": "SELECT COUNT(\"Episode\") FROM \"1-24122653-2\" WHERE \"Vote\" = '3-1';"} +{"question_id": 3002, "table_id": "1-24160890-3", "question": "When Troy is the regular season winner what is the conference tournament?", "sql": "SELECT \"Conference Tournament\" FROM \"1-24160890-3\" WHERE \"Regular Season Winner\" = 'Troy';"} +{"question_id": 3003, "table_id": "1-24160890-3", "question": "When Madison Square Garden ( New York City, New York ) is the tournament venue (city) what is the conference tournament?", "sql": "SELECT \"Conference Tournament\" FROM \"1-24160890-3\" WHERE \"Tournament Venue (City)\" = 'Madison Square Garden ( New York City, New York )';"} +{"question_id": 3004, "table_id": "1-24160890-3", "question": "When Cincinnati is the tournament winner how many regular season winners are there?", "sql": "SELECT COUNT(\"Regular Season Winner\") FROM \"1-24160890-3\" WHERE \"Tournament Winner\" = 'Cincinnati';"} +{"question_id": 3005, "table_id": "1-24160890-3", "question": "When Western Michigan is the tournament winner how many conferences are there?", "sql": "SELECT COUNT(\"Conference\") FROM \"1-24160890-3\" WHERE \"Tournament Winner\" = 'Western Michigan';"} +{"question_id": 3006, "table_id": "1-2417345-4", "question": "When was successor George E. Harris (R) seated?", "sql": "SELECT \"Date successor seated\" FROM \"1-2417345-4\" WHERE \"Successor\" = 'George E. Harris (R)';"} +{"question_id": 3007, "table_id": "1-2417345-4", "question": "What was the reason for change when the successor was William Milnes, Jr. (C)?", "sql": "SELECT \"Reason for change\" FROM \"1-2417345-4\" WHERE \"Successor\" = 'William Milnes, Jr. (C)';"} +{"question_id": 3008, "table_id": "1-2417345-4", "question": "When were the successor/s seated for Ohio 10th?", "sql": "SELECT \"Date successor seated\" FROM \"1-2417345-4\" WHERE \"District\" = 'Ohio 10th';"} +{"question_id": 3009, "table_id": "1-2417345-4", "question": "Name the reason for change when George W. Greene (D) was the vacator.", "sql": "SELECT \"Reason for change\" FROM \"1-2417345-4\" WHERE \"Vacator\" = 'George W. Greene (D)';"} +{"question_id": 3010, "table_id": "1-2417345-4", "question": "When was successor David Atwood (R) seated?", "sql": "SELECT \"Date successor seated\" FROM \"1-2417345-4\" WHERE \"Successor\" = 'David Atwood (R)';"} +{"question_id": 3011, "table_id": "1-2417390-4", "question": "What district was the successor seated in March 28, 1878?", "sql": "SELECT \"District\" FROM \"1-2417390-4\" WHERE \"Date successor seated\" = 'March 28, 1878';"} +{"question_id": 3012, "table_id": "1-2417390-4", "question": "Who was the vacator for the district of Nebraska At-large?", "sql": "SELECT \"Vacator\" FROM \"1-2417390-4\" WHERE \"District\" = 'Nebraska At-large';"} +{"question_id": 3013, "table_id": "1-24216139-2", "question": "Name the enrollment with Cougars", "sql": "SELECT \"Enrollment\" FROM \"1-24216139-2\" WHERE \"Nickname\" = 'Cougars';"} +{"question_id": 3014, "table_id": "1-24216139-2", "question": "Name the least enrollment for Field hockey, men's swimming", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-24216139-2\" WHERE \"Sport\" = 'Field hockey, men''s swimming';"} +{"question_id": 3015, "table_id": "1-24216139-2", "question": "Name the school that is Cougars", "sql": "SELECT \"Institution\" FROM \"1-24216139-2\" WHERE \"Nickname\" = 'Cougars';"} +{"question_id": 3016, "table_id": "1-24216139-2", "question": "Name the institution for Purple Aces", "sql": "SELECT \"Institution\" FROM \"1-24216139-2\" WHERE \"Nickname\" = 'Purple Aces';"} +{"question_id": 3017, "table_id": "1-24222929-2", "question": "Name the title that was directed by John Terlesky", "sql": "SELECT \"Title\" FROM \"1-24222929-2\" WHERE \"Directed by\" = 'John Terlesky';"} +{"question_id": 3018, "table_id": "1-24222929-2", "question": "Name the total number of titles for 3X5655", "sql": "SELECT COUNT(\"Title\") FROM \"1-24222929-2\" WHERE \"Production code\" = '3X5655';"} +{"question_id": 3019, "table_id": "1-24223834-3", "question": "What date did the episode that had 1.023 million u.s. viewers originally air?", "sql": "SELECT \"Original air date\" FROM \"1-24223834-3\" WHERE \"U.S. viewers (in millions)\" = '1.023';"} +{"question_id": 3020, "table_id": "1-24223834-3", "question": "What episode number in the series had 2.528 million u.s. viewers?", "sql": "SELECT \"No. in series\" FROM \"1-24223834-3\" WHERE \"U.S. viewers (in millions)\" = '2.528';"} +{"question_id": 3021, "table_id": "1-24223834-3", "question": "How many million U.S. viewers watched the episode that Daniel H. Forer directed?", "sql": "SELECT \"U.S. viewers (in millions)\" FROM \"1-24223834-3\" WHERE \"Directed by\" = 'Daniel H. Forer';"} +{"question_id": 3022, "table_id": "1-24223834-3", "question": "How may overall episodes had the title \"This is What They Want\"?", "sql": "SELECT COUNT(\"Overall\") FROM \"1-24223834-3\" WHERE \"Title\" = 'This is What They Want';"} +{"question_id": 3023, "table_id": "1-24248450-3", "question": "Who was the Tournament Winner when UNC Wilmington won the regular season?", "sql": "SELECT \"Tournament Winner\" FROM \"1-24248450-3\" WHERE \"Regular Season Winner\" = 'UNC Wilmington';"} +{"question_id": 3024, "table_id": "1-24248450-3", "question": "How many people won conference player of the year when Florida , Kentucky & Georgia (East) Alabama (West) won the regular season?", "sql": "SELECT COUNT(\"Conference Player of the Year\") FROM \"1-24248450-3\" WHERE \"Regular Season Winner\" = 'Florida , Kentucky & Georgia (East) Alabama (West)';"} +{"question_id": 3025, "table_id": "1-24248450-3", "question": "Who won the tournament for the Atlantic Sun Conference?", "sql": "SELECT \"Tournament Winner\" FROM \"1-24248450-3\" WHERE \"Conference\" = 'Atlantic Sun Conference';"} +{"question_id": 3026, "table_id": "1-24248450-3", "question": "What is the tournament called for the Big Sky Conference?", "sql": "SELECT \"Conference Tournament\" FROM \"1-24248450-3\" WHERE \"Conference\" = 'Big Sky Conference';"} +{"question_id": 3027, "table_id": "1-24248450-3", "question": "When Butler one the regular season who was the conference player of the year?", "sql": "SELECT \"Conference Player of the Year\" FROM \"1-24248450-3\" WHERE \"Regular Season Winner\" = 'Butler';"} +{"question_id": 3028, "table_id": "1-24302700-2", "question": "How many men had an event 1 medley score of 6 (16.6m)?", "sql": "SELECT COUNT(\"Event 2 Truck Pull\") FROM \"1-24302700-2\" WHERE \"Event 1 Medley\" = '6 (16.6m)';"} +{"question_id": 3029, "table_id": "1-24302700-2", "question": "How many men from the Ukraine?", "sql": "SELECT COUNT(\"Event 4 Carwalk\") FROM \"1-24302700-2\" WHERE \"Nationality\" = 'Ukraine';"} +{"question_id": 3030, "table_id": "1-24302700-2", "question": "What was the result(s) in the event 3 squatlift for the man from the United States with a result of 1 (42.66s) in the event 2 truck pull?", "sql": "SELECT \"Event 3 Squat Lift\" FROM \"1-24302700-2\" WHERE \"Nationality\" = 'United States' AND \"Event 2 Truck Pull\" = '1 (42.66s)';"} +{"question_id": 3031, "table_id": "1-24302700-2", "question": "What was the result in the event 1 medley for the man with a 4 (6 in 31.85s) in the event 3 squat lift?", "sql": "SELECT \"Event 1 Medley\" FROM \"1-24302700-2\" WHERE \"Event 3 Squat Lift\" = '4 (6 in 31.85s)';"} +{"question_id": 3032, "table_id": "1-2430014-9", "question": "Name the least series number", "sql": "SELECT MIN(\"Series No.\") FROM \"1-2430014-9\";"} +{"question_id": 3033, "table_id": "1-24329520-8", "question": "Which county has a membership of 1, a franchise type of Corporation and a borough of Ennis?", "sql": "SELECT \"County\" FROM \"1-24329520-8\" WHERE \"Members\" = 1.0 AND \"Franchise type\" = 'Corporation' AND \"Borough\" = 'Ennis';"} +{"question_id": 3034, "table_id": "1-24329520-8", "question": "What is the number of members that have boroughs of Bandon Bridge?", "sql": "SELECT COUNT(\"Members\") FROM \"1-24329520-8\" WHERE \"Borough\" = 'Bandon Bridge';"} +{"question_id": 3035, "table_id": "1-24329520-8", "question": "What is the number of voters in 1800 that have boroughs named Drogheda?", "sql": "SELECT COUNT(\"Voters in 1800\") FROM \"1-24329520-8\" WHERE \"Borough\" = 'Drogheda';"} +{"question_id": 3036, "table_id": "1-24353141-1", "question": "While the original toyko/seoul tour cast included Thomas Hettrick, who was in the original 1st us tour cast? ", "sql": "SELECT \"Original 1st US Tour Cast\" FROM \"1-24353141-1\" WHERE \"Original Tokyo / Seoul Tour Cast\" = 'Thomas Hettrick';"} +{"question_id": 3037, "table_id": "1-24353141-1", "question": "How many original 3rd us tour cast were there while the original uk cast was Alyssa DiPalma?", "sql": "SELECT COUNT(\"Original 3rd US Tour Cast\") FROM \"1-24353141-1\" WHERE \"Original UK Cast\" = 'Alyssa DiPalma';"} +{"question_id": 3038, "table_id": "1-24353141-1", "question": "While the original 1st us tour cast included Nicci Claspell, who was in the original tokyo/seoul tour cast?", "sql": "SELECT \"Original Tokyo / Seoul Tour Cast\" FROM \"1-24353141-1\" WHERE \"Original 1st US Tour Cast\" = 'Nicci Claspell';"} +{"question_id": 3039, "table_id": "1-24353141-1", "question": "Who was in the original berkley cast while Stark Sands was in the original broadway cast? ", "sql": "SELECT \"Original Berkeley Cast\" FROM \"1-24353141-1\" WHERE \"Original Broadway Cast\" = 'Stark Sands';"} +{"question_id": 3040, "table_id": "1-24353141-1", "question": "Who was in the original broadway cast while Jake Epstein was in the original 1st us tour cast? ", "sql": "SELECT \"Original Broadway Cast\" FROM \"1-24353141-1\" WHERE \"Original 1st US Tour Cast\" = 'Jake Epstein';"} +{"question_id": 3041, "table_id": "1-24353141-1", "question": "Who was in the original 3rd us tour cast while Scott J. Campbell was in the original 1st us tour cast? ", "sql": "SELECT \"Original 3rd US Tour Cast\" FROM \"1-24353141-1\" WHERE \"Original 1st US Tour Cast\" = 'Scott J. Campbell';"} +{"question_id": 3042, "table_id": "1-24399615-6", "question": "What is the highest cable ranking?", "sql": "SELECT MAX(\"Cable rank\") FROM \"1-24399615-6\";"} +{"question_id": 3043, "table_id": "1-24431348-18", "question": "What is the status of player Philipp Kohlschreiber?", "sql": "SELECT \"Status\" FROM \"1-24431348-18\" WHERE \"Player\" = 'Philipp Kohlschreiber';"} +{"question_id": 3044, "table_id": "1-24431348-18", "question": "What the total amount of points won during seed 25?", "sql": "SELECT COUNT(\"Points won\") FROM \"1-24431348-18\" WHERE \"Seed\" = 25.0;"} +{"question_id": 3045, "table_id": "1-24431348-18", "question": "What was the status of rank 20?", "sql": "SELECT \"Status\" FROM \"1-24431348-18\" WHERE \"Rank\" = 20.0;"} +{"question_id": 3046, "table_id": "1-24431348-18", "question": "How many new points were made while the points defending was 70?", "sql": "SELECT COUNT(\"New points\") FROM \"1-24431348-18\" WHERE \"Points defending\" = 70.0;"} +{"question_id": 3047, "table_id": "1-24431264-17", "question": "List the total number of defense points for Caroline Wozniacki.", "sql": "SELECT \"Points defending\" FROM \"1-24431264-17\" WHERE \"Player\" = 'Caroline Wozniacki';"} +{"question_id": 3048, "table_id": "1-24431264-17", "question": "List the total defensive points for Marion Bartoli.", "sql": "SELECT \"Points defending\" FROM \"1-24431264-17\" WHERE \"Player\" = 'Marion Bartoli';"} +{"question_id": 3049, "table_id": "1-24431264-17", "question": "List the competitor ranking with 900 defense points.", "sql": "SELECT COUNT(\"Seed\") FROM \"1-24431264-17\" WHERE \"Points defending\" = '900';"} +{"question_id": 3050, "table_id": "1-24431264-17", "question": "How many new defense points over 280 did Agnieszka Radwańska score?", "sql": "SELECT MAX(\"New points\") FROM \"1-24431264-17\" WHERE \"Points defending\" = '280' AND \"Player\" = 'Agnieszka Radwańska';"} +{"question_id": 3051, "table_id": "1-24431348-20", "question": "What is the highest points won when the player is Aravane Rezaï?", "sql": "SELECT MAX(\"Points won\") FROM \"1-24431348-20\" WHERE \"Player\" = 'Aravane Rezaï';"} +{"question_id": 3052, "table_id": "1-24431348-20", "question": "How many times is the new points 2690?", "sql": "SELECT COUNT(\"Status\") FROM \"1-24431348-20\" WHERE \"New points\" = 2690.0;"} +{"question_id": 3053, "table_id": "1-24431264-18", "question": "List the players with 1285 new points?", "sql": "SELECT \"Player\" FROM \"1-24431264-18\" WHERE \"New points\" = 1285.0;"} +{"question_id": 3054, "table_id": "1-24431264-18", "question": "How many defending points did Radek Štěpánek have?", "sql": "SELECT MAX(\"Points defending\") FROM \"1-24431264-18\" WHERE \"Player\" = 'Radek Štěpánek';"} +{"question_id": 3055, "table_id": "1-24431264-18", "question": "List the rank of the player that left the tournament due to right foot injury", "sql": "SELECT COUNT(\"Rank\") FROM \"1-24431264-18\" WHERE \"Withdrew due to\" = 'right foot injury';"} +{"question_id": 3056, "table_id": "1-24431264-18", "question": "List the total number of defensive points for Radek Štěpánek?", "sql": "SELECT MIN(\"Points defending\") FROM \"1-24431264-18\" WHERE \"Player\" = 'Radek Štěpánek';"} +{"question_id": 3057, "table_id": "1-24431264-18", "question": "List the rank of the player that left due to right wrist surgery?", "sql": "SELECT \"Rank\" FROM \"1-24431264-18\" WHERE \"Withdrew due to\" = 'right wrist surgery';"} +{"question_id": 3058, "table_id": "1-24446718-3", "question": "Name the awardees for Best Special Effects", "sql": "SELECT \"Awardee(s)\" FROM \"1-24446718-3\" WHERE \"Name of Award\" = 'Best Special Effects';"} +{"question_id": 3059, "table_id": "1-24446718-3", "question": "Name the total number of awardees for Best Screenplay", "sql": "SELECT COUNT(\"Awardee(s)\") FROM \"1-24446718-3\" WHERE \"Name of Award\" = 'Best Screenplay';"} +{"question_id": 3060, "table_id": "1-24446718-3", "question": "Name the name of award for Marathi", "sql": "SELECT \"Name of Award\" FROM \"1-24446718-3\" WHERE \"Language\" = 'Marathi';"} +{"question_id": 3061, "table_id": "1-24446718-3", "question": "Name the awardee for Tingya", "sql": "SELECT \"Awardee(s)\" FROM \"1-24446718-3\" WHERE \"Name of Film\" = 'Tingya';"} +{"question_id": 3062, "table_id": "1-24446718-3", "question": "Name the language for B. Ajith Kumar", "sql": "SELECT \"Language\" FROM \"1-24446718-3\" WHERE \"Awardee(s)\" = 'B. Ajith Kumar';"} +{"question_id": 3063, "table_id": "1-24453847-2", "question": "What game date was the game at AOL Arena?", "sql": "SELECT \"Date\" FROM \"1-24453847-2\" WHERE \"Game site\" = 'AOL Arena';"} +{"question_id": 3064, "table_id": "1-24453847-2", "question": "What was the Rhein Fire team record on week 8?", "sql": "SELECT \"Team record\" FROM \"1-24453847-2\" WHERE \"Week\" = 8.0;"} +{"question_id": 3065, "table_id": "1-2446333-2", "question": "Name the circuit for France and Portugal", "sql": "SELECT \"Circuit\" FROM \"1-2446333-2\" WHERE \"Main Winner\" = 'France' AND \"Country\" = 'Portugal';"} +{"question_id": 3066, "table_id": "1-2446333-2", "question": "Name the date for sprint winner Mexico", "sql": "SELECT \"Date\" FROM \"1-2446333-2\" WHERE \"Sprint Winner\" = 'Mexico';"} +{"question_id": 3067, "table_id": "1-2446333-2", "question": "Name the date for Eastern Creek Raceway", "sql": "SELECT \"Date\" FROM \"1-2446333-2\" WHERE \"Circuit\" = 'Eastern Creek Raceway';"} +{"question_id": 3068, "table_id": "1-2446333-2", "question": "Name the circuit for United Arab Emirates", "sql": "SELECT \"Circuit\" FROM \"1-2446333-2\" WHERE \"Country\" = 'United Arab Emirates';"} +{"question_id": 3069, "table_id": "1-2446333-2", "question": "Name the total number of date for 10", "sql": "SELECT COUNT(\"Date\") FROM \"1-2446333-2\" WHERE \"Round\" = 10.0;"} +{"question_id": 3070, "table_id": "1-24464253-1", "question": "What is the number of the first game?", "sql": "SELECT MIN(\"Game\") FROM \"1-24464253-1\";"} +{"question_id": 3071, "table_id": "1-24464253-1", "question": "Against what opponent did the Wildcats have a record of 5-4?", "sql": "SELECT \"Opponent\" FROM \"1-24464253-1\" WHERE \"Record\" = '5-4';"} +{"question_id": 3072, "table_id": "1-24475186-2", "question": "What ends lost came out to 37?", "sql": "SELECT \"Stolen Ends\" FROM \"1-24475186-2\" WHERE \"Ends Lost\" = 37.0;"} +{"question_id": 3073, "table_id": "1-24475186-2", "question": "How many skips ended where the ends lost was 46?", "sql": "SELECT \"Skip\" FROM \"1-24475186-2\" WHERE \"Ends Lost\" = 46.0;"} +{"question_id": 3074, "table_id": "1-24475186-2", "question": "How many ends won were smaller than 46.0?", "sql": "SELECT MAX(\"W\") FROM \"1-24475186-2\" WHERE \"Ends Won\" < 46.0;"} +{"question_id": 3075, "table_id": "1-24475186-2", "question": "How many pa were blank ends 7 and 5?", "sql": "SELECT COUNT(\"PA\") FROM \"1-24475186-2\" WHERE \"Blank Ends\" = 7.0 AND \"L\" = 5.0;"} +{"question_id": 3076, "table_id": "1-24521345-1", "question": "Who is the conductor on the Multisonic label? ", "sql": "SELECT \"Conductor\" FROM \"1-24521345-1\" WHERE \"Record label\" = 'Multisonic';"} +{"question_id": 3077, "table_id": "1-24521345-1", "question": "Who is the conductor for Rusalka? ", "sql": "SELECT \"Conductor\" FROM \"1-24521345-1\" WHERE \"Work title\" = 'Rusalka';"} +{"question_id": 3078, "table_id": "1-24521345-1", "question": "Who composed the work conducted by Jaroslav Vogel? ", "sql": "SELECT \"Composer\" FROM \"1-24521345-1\" WHERE \"Conductor\" = 'Jaroslav Vogel';"} +{"question_id": 3079, "table_id": "1-2453243-4", "question": "When \"Sheep Thrills\" is the title what is the air date?", "sql": "SELECT \"Original air date\" FROM \"1-2453243-4\" WHERE \"Title\" = '\"Sheep Thrills\"';"} +{"question_id": 3080, "table_id": "1-2453243-5", "question": "What is the title of the episode with production code 406?", "sql": "SELECT \"Title\" FROM \"1-2453243-5\" WHERE \"Production code\" = '406';"} +{"question_id": 3081, "table_id": "1-2453243-5", "question": "Who write episode number 48 in the series?", "sql": "SELECT \"Written by\" FROM \"1-2453243-5\" WHERE \"No. in series\" = '48';"} +{"question_id": 3082, "table_id": "1-24565004-19", "question": "Name the most goals for 1972 – 1975, 1976 – 1982", "sql": "SELECT MAX(\"Goals¹\") FROM \"1-24565004-19\" WHERE \"Period\" = '1972 – 1975, 1976 – 1982';"} +{"question_id": 3083, "table_id": "1-24565004-19", "question": "Name the period for Uruguay", "sql": "SELECT \"Period\" FROM \"1-24565004-19\" WHERE \"Nationality²\" = 'Uruguay';"} +{"question_id": 3084, "table_id": "1-24565004-19", "question": "Name the position for 1980 – 1987", "sql": "SELECT \"Position\" FROM \"1-24565004-19\" WHERE \"Period\" = '1980 – 1987';"} +{"question_id": 3085, "table_id": "1-24565004-3", "question": "which position did Pierre Bajoc play?", "sql": "SELECT \"Position\" FROM \"1-24565004-3\" WHERE \"Name\" = 'Pierre Bajoc';"} +{"question_id": 3086, "table_id": "1-24565004-3", "question": "during which period did Albert Baning play?", "sql": "SELECT \"Period\" FROM \"1-24565004-3\" WHERE \"Name\" = 'Albert Baning';"} +{"question_id": 3087, "table_id": "1-24565004-8", "question": "What is the number of goals if the name is Xavier Gravelaine?", "sql": "SELECT \"Goals¹\" FROM \"1-24565004-8\" WHERE \"Name\" = 'Xavier Gravelaine';"} +{"question_id": 3088, "table_id": "1-24565004-8", "question": "If the name is Patrick Grappin, what is the nationality?", "sql": "SELECT \"Nationality²\" FROM \"1-24565004-8\" WHERE \"Name\" = 'Patrick Grappin';"} +{"question_id": 3089, "table_id": "1-24565004-8", "question": "What is the period total number if the name is Geraldão?", "sql": "SELECT COUNT(\"Period\") FROM \"1-24565004-8\" WHERE \"Name\" = 'Geraldão';"} +{"question_id": 3090, "table_id": "1-24565004-8", "question": "What is the nationality if the appearance is 29?", "sql": "SELECT \"Nationality²\" FROM \"1-24565004-8\" WHERE \"Appearances¹\" = 29.0;"} +{"question_id": 3091, "table_id": "1-245694-4", "question": "Name the concacaf for 2010 season", "sql": "SELECT \"CONCACAF\" FROM \"1-245694-4\" WHERE \"Season\" = 2010.0;"} +{"question_id": 3092, "table_id": "1-245694-4", "question": "Name the least season for Round of 32", "sql": "SELECT MIN(\"Season\") FROM \"1-245694-4\" WHERE \"U.S. Open Cup\" = 'Round of 32';"} +{"question_id": 3093, "table_id": "1-245694-4", "question": "Name the number of playoffs for Semifinals", "sql": "SELECT COUNT(\"Playoffs\") FROM \"1-245694-4\" WHERE \"CONCACAF\" = 'Semifinals';"} +{"question_id": 3094, "table_id": "1-24596664-1", "question": "Name the number of season for 18th position", "sql": "SELECT COUNT(\"Season\") FROM \"1-24596664-1\" WHERE \"Position\" = '18th';"} +{"question_id": 3095, "table_id": "1-24596664-1", "question": "Name the least wins", "sql": "SELECT MIN(\"Wins\") FROM \"1-24596664-1\";"} +{"question_id": 3096, "table_id": "1-2461720-1", "question": "Name the total number of language of films for Méga-Plex Taschereau IMAX", "sql": "SELECT COUNT(\"Language of films\") FROM \"1-2461720-1\" WHERE \"Theatre name\" = 'Méga-Plex Taschereau IMAX';"} +{"question_id": 3097, "table_id": "1-2461720-1", "question": "Name the theatre name for French", "sql": "SELECT \"Theatre name\" FROM \"1-2461720-1\" WHERE \"Language of films\" = 'French';"} +{"question_id": 3098, "table_id": "1-2461720-1", "question": "Name the location for democratic Méga-Plex Taschereau IMAX", "sql": "SELECT \"Location\" FROM \"1-2461720-1\" WHERE \"Theatre name\" = 'Méga-Plex Taschereau IMAX';"} +{"question_id": 3099, "table_id": "1-24625467-1", "question": "Who directed \"Hey Now Hey Now Perry's Girlfriend's Back\"?", "sql": "SELECT \"Directed by\" FROM \"1-24625467-1\" WHERE \"Title\" = '\"Hey Now Hey Now Perry''s Girlfriend''s Back\"';"} +{"question_id": 3100, "table_id": "1-24625467-1", "question": "How many dates did \"Rebecca's One Night Stand\" originally air on?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-24625467-1\" WHERE \"Title\" = '\"Rebecca''s One Night Stand\"';"} +{"question_id": 3101, "table_id": "1-24625467-1", "question": "What episode number has 2J5352 as a production code?", "sql": "SELECT \"No.\" FROM \"1-24625467-1\" WHERE \"Production code\" = '2J5352';"} +{"question_id": 3102, "table_id": "1-24625467-1", "question": "What date did the episode with a production code of 2J5356 originally air?", "sql": "SELECT \"Original air date\" FROM \"1-24625467-1\" WHERE \"Production code\" = '2J5356';"} +{"question_id": 3103, "table_id": "1-24673710-1", "question": "When 2012 is the year what is the winning boat?", "sql": "SELECT \"Winning Boat\" FROM \"1-24673710-1\" WHERE \"Year\" = 2012.0;"} +{"question_id": 3104, "table_id": "1-24673710-1", "question": "When 64 is the entries what is the winning boat?", "sql": "SELECT \"Winning Boat\" FROM \"1-24673710-1\" WHERE \"Entries\" = 64.0;"} +{"question_id": 3105, "table_id": "1-24673710-1", "question": "When 61 is the entries what is the winning boat?", "sql": "SELECT \"Winning Boat\" FROM \"1-24673710-1\" WHERE \"Entries\" = 61.0;"} +{"question_id": 3106, "table_id": "1-2468961-2", "question": "What is the name of the episode that aired originally on October 18, 1991?", "sql": "SELECT \"Title\" FROM \"1-2468961-2\" WHERE \"Original air date\" = 'October 18, 1991';"} +{"question_id": 3107, "table_id": "1-2468961-2", "question": "What is the name of the episode written by Ross Brown?", "sql": "SELECT \"Title\" FROM \"1-2468961-2\" WHERE \"Written by\" = 'Ross Brown';"} +{"question_id": 3108, "table_id": "1-2468961-2", "question": "What episode number in the series originally aired on February 28, 1992?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-2468961-2\" WHERE \"Original air date\" = 'February 28, 1992';"} +{"question_id": 3109, "table_id": "1-2468961-2", "question": "What date did the episode with a production code of 447004 originally air?", "sql": "SELECT \"Original air date\" FROM \"1-2468961-2\" WHERE \"Production code\" = 447004.0;"} +{"question_id": 3110, "table_id": "1-2468961-2", "question": "How many episodes were written by Ross Brown?", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-2468961-2\" WHERE \"Written by\" = 'Ross Brown';"} +{"question_id": 3111, "table_id": "1-2468961-3", "question": "What number in the series was episode 2 in the season?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-2468961-3\" WHERE \"No. in season\" = 2.0;"} +{"question_id": 3112, "table_id": "1-2468961-3", "question": "What was the title of the episode written by Bob Rosenfarb and directed by Richard Correll?", "sql": "SELECT \"Title\" FROM \"1-2468961-3\" WHERE \"Written by\" = 'Bob Rosenfarb' AND \"Directed by\" = 'Richard Correll';"} +{"question_id": 3113, "table_id": "1-2468961-3", "question": "What was the original air date of \"The Boss\"?", "sql": "SELECT \"Original air date\" FROM \"1-2468961-3\" WHERE \"Title\" = '\"The Boss\"';"} +{"question_id": 3114, "table_id": "1-24697604-1", "question": "What is the QS World ranking of the school with the Times ranking 251-275?", "sql": "SELECT MAX(\"QS World University Rankings 2012\") FROM \"1-24697604-1\" WHERE \"Times Higher Education World University Rankings 2012-2013\" = '251-275';"} +{"question_id": 3115, "table_id": "1-24697604-1", "question": "What university was founded in 1898?", "sql": "SELECT \"University\" FROM \"1-24697604-1\" WHERE \"Year Founded\" = 1898.0;"} +{"question_id": 3116, "table_id": "1-2472711-32", "question": "What is the maximum average associated with a total of 221902?", "sql": "SELECT MAX(\"Average\") FROM \"1-2472711-32\" WHERE \"Total\" = 221902.0;"} +{"question_id": 3117, "table_id": "1-2472711-32", "question": "How many values of hosted have a highest value of 42659?", "sql": "SELECT COUNT(\"Hosted\") FROM \"1-2472711-32\" WHERE \"Highest\" = 42659.0;"} +{"question_id": 3118, "table_id": "1-2472711-32", "question": "How many values of up/down have a total value of exactly 301470?", "sql": "SELECT COUNT(\"Up/Down\") FROM \"1-2472711-32\" WHERE \"Total\" = 301470.0;"} +{"question_id": 3119, "table_id": "1-2472711-32", "question": "What is the up/down associated with the Subiaco Oval?", "sql": "SELECT \"Up/Down\" FROM \"1-2472711-32\" WHERE \"Venue\" = 'Subiaco Oval';"} +{"question_id": 3120, "table_id": "1-24765815-1", "question": "What team was ranked in 7th?", "sql": "SELECT \"Team\" FROM \"1-24765815-1\" WHERE \"Rank\" = '7th';"} +{"question_id": 3121, "table_id": "1-24765815-1", "question": "Which player had an opponent of Blackburn Rovers?", "sql": "SELECT \"Player\" FROM \"1-24765815-1\" WHERE \"Opponent\" = 'Blackburn Rovers';"} +{"question_id": 3122, "table_id": "1-24765815-1", "question": "What was the score for the 1st ranked team?", "sql": "SELECT \"Score\" FROM \"1-24765815-1\" WHERE \"Rank\" = '1st';"} +{"question_id": 3123, "table_id": "1-24765815-1", "question": "What was the name of the player that had a vote percentage of 7.85%?", "sql": "SELECT \"Player\" FROM \"1-24765815-1\" WHERE \"Vote percentage\" = '7.85%';"} +{"question_id": 3124, "table_id": "1-24798489-1", "question": "What is the original airdate of the episode where the challenge was Three overstuffed sandwiches? ", "sql": "SELECT \"Original Airdate\" FROM \"1-24798489-1\" WHERE \"Challenge\" = 'Three overstuffed sandwiches';"} +{"question_id": 3125, "table_id": "1-24798489-1", "question": "Who was the challenge winner in the episode that originally aired on January 28, 2009?", "sql": "SELECT \"Challenge Winner\" FROM \"1-24798489-1\" WHERE \"Original Airdate\" = 'January 28, 2009';"} +{"question_id": 3126, "table_id": "1-24798489-1", "question": "What is the original airdate of the episode where the challenge is \"Southwestern Exposure\", a twelve-egg omelette\"?", "sql": "SELECT \"Original Airdate\" FROM \"1-24798489-1\" WHERE \"Challenge\" = '\"Southwestern Exposure\", a twelve-egg omelette';"} +{"question_id": 3127, "table_id": "1-24798489-1", "question": "How many episodes had New York, New York as the location?", "sql": "SELECT COUNT(\"Episode Number\") FROM \"1-24798489-1\" WHERE \"Location\" = 'New York, New York';"} +{"question_id": 3128, "table_id": "1-24798489-1", "question": "What is the original airdate of the episode where the challenge is a \"7-pound monster breakfast burrito\"?", "sql": "SELECT \"Original Airdate\" FROM \"1-24798489-1\" WHERE \"Challenge\" = '\"7-pound monster breakfast burrito\"';"} +{"question_id": 3129, "table_id": "1-247955-2", "question": "What were the shots below par when the winning score was 67-64-63-71-66=331?", "sql": "SELECT \"To par\" FROM \"1-247955-2\" WHERE \"Winning score\" = '67-64-63-71-66=331';"} +{"question_id": 3130, "table_id": "1-247955-2", "question": "What were the shots below par when the winning score was 69-66-69-64=268?", "sql": "SELECT \"To par\" FROM \"1-247955-2\" WHERE \"Winning score\" = '69-66-69-64=268';"} +{"question_id": 3131, "table_id": "1-247955-2", "question": "What is the total number of to par when runner-up was Jonathan Kaye?", "sql": "SELECT COUNT(\"To par\") FROM \"1-247955-2\" WHERE \"Runner(s)-up\" = 'Jonathan Kaye';"} +{"question_id": 3132, "table_id": "1-247955-2", "question": "What was the margin of victory when runner-up was K. J. Choi?", "sql": "SELECT \"Margin of victory\" FROM \"1-247955-2\" WHERE \"Runner(s)-up\" = 'K. J. Choi';"} +{"question_id": 3133, "table_id": "1-247955-2", "question": "What was the date for no. 7?", "sql": "SELECT \"Date\" FROM \"1-247955-2\" WHERE \"No.\" = 7.0;"} +{"question_id": 3134, "table_id": "1-24784769-1", "question": "Which team had 342 total points? ", "sql": "SELECT \"Team\" FROM \"1-24784769-1\" WHERE \"Total points\" = 342.0;"} +{"question_id": 3135, "table_id": "1-24784769-1", "question": "How many points did the team who had 325 total points have in round 3? ", "sql": "SELECT \"Round3\" FROM \"1-24784769-1\" WHERE \"Total points\" = 325.0;"} +{"question_id": 3136, "table_id": "1-24784769-1", "question": "What is the most amount of points any team had in round 4? ", "sql": "SELECT MAX(\"Round4\") FROM \"1-24784769-1\";"} +{"question_id": 3137, "table_id": "1-24784769-1", "question": "How many points did the team who had 132 total points have in round 1? ", "sql": "SELECT MAX(\"Round1\") FROM \"1-24784769-1\" WHERE \"Total points\" = 132.0;"} +{"question_id": 3138, "table_id": "1-24786958-2", "question": "Who did Rhein Fire play Against where 30701 people attended?", "sql": "SELECT \"Opponent\" FROM \"1-24786958-2\" WHERE \"Attendance\" = 30701.0;"} +{"question_id": 3139, "table_id": "1-24786958-2", "question": "What week had kickoff time at 6:00 p.m.?", "sql": "SELECT MIN(\"Week\") FROM \"1-24786958-2\" WHERE \"Kickoff\" = '6:00 p.m.';"} +{"question_id": 3140, "table_id": "1-24786958-2", "question": "Where was the game played that was on Sunday, May 27?", "sql": "SELECT \"Game site\" FROM \"1-24786958-2\" WHERE \"Date\" = 'Sunday, May 27';"} +{"question_id": 3141, "table_id": "1-24786958-2", "question": "How many people attended the game at Jahn-Sportpark?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-24786958-2\" WHERE \"Game site\" = 'Jahn-Sportpark';"} +{"question_id": 3142, "table_id": "1-24786958-2", "question": "How many final scores were there on the game at Amsterdam ArenA?", "sql": "SELECT COUNT(\"Final score\") FROM \"1-24786958-2\" WHERE \"Game site\" = 'Amsterdam ArenA';"} +{"question_id": 3143, "table_id": "1-24850630-4", "question": "What was the group in the British Champion Stakes? ", "sql": "SELECT \"Group\" FROM \"1-24850630-4\" WHERE \"Race\" = 'British Champion Stakes';"} +{"question_id": 3144, "table_id": "1-24850630-4", "question": "What was the weight of the jockey at Sandown Park? ", "sql": "SELECT \"Weight\" FROM \"1-24850630-4\" WHERE \"Venue\" = 'Sandown Park';"} +{"question_id": 3145, "table_id": "1-24850630-4", "question": "What is the distance of the Mooresbridge Stakes race? ", "sql": "SELECT \"Distance\" FROM \"1-24850630-4\" WHERE \"Race\" = 'Mooresbridge Stakes';"} +{"question_id": 3146, "table_id": "1-24850630-4", "question": "who was the winner /2nd for the British Champion Stakes race? ", "sql": "SELECT \"Winner/2nd\" FROM \"1-24850630-4\" WHERE \"Race\" = 'British Champion Stakes';"} +{"question_id": 3147, "table_id": "1-24850630-3", "question": "The Mackinnon Stakes races took place on how many venues?", "sql": "SELECT COUNT(\"Venue\") FROM \"1-24850630-3\" WHERE \"Race\" = 'Mackinnon Stakes';"} +{"question_id": 3148, "table_id": "1-24856090-1", "question": "What is the largest average for the episode with 1.97 million Hong Kong viewers?", "sql": "SELECT MAX(\"Average\") FROM \"1-24856090-1\" WHERE \"HK viewers\" = '1.97 million';"} +{"question_id": 3149, "table_id": "1-24856090-1", "question": "What is the English title of the episode with 1.92 million Hong Kong viewers?", "sql": "SELECT \"English title\" FROM \"1-24856090-1\" WHERE \"HK viewers\" = '1.92 million';"} +{"question_id": 3150, "table_id": "1-24856090-1", "question": "What is the English name of the episode with 1.92 million HK viewers?", "sql": "SELECT \"English title\" FROM \"1-24856090-1\" WHERE \"HK viewers\" = '1.92 million';"} +{"question_id": 3151, "table_id": "1-24856090-1", "question": "What is the premiere number for the episode titled \"The Mysteries of Love\" in English?", "sql": "SELECT MAX(\"Premiere\") FROM \"1-24856090-1\" WHERE \"English title\" = 'The Mysteries of Love';"} +{"question_id": 3152, "table_id": "1-24856090-1", "question": "What is the Chinese name of the episode with 1.97 million Hong Kong viewers?", "sql": "SELECT \"Chinese title\" FROM \"1-24856090-1\" WHERE \"HK viewers\" = '1.97 million';"} +{"question_id": 3153, "table_id": "1-24887326-7", "question": "Who was the home team when the away team was Fulham?", "sql": "SELECT \"Home team\" FROM \"1-24887326-7\" WHERE \"Away team\" = 'Fulham';"} +{"question_id": 3154, "table_id": "1-24887326-7", "question": "What was the attendance of the game where Stoke City was the away team?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-24887326-7\" WHERE \"Away team\" = 'Stoke City';"} +{"question_id": 3155, "table_id": "1-24887326-7", "question": "When the away team is Millwall, what is the total possible amount of tie numbers?", "sql": "SELECT COUNT(\"Tie no\") FROM \"1-24887326-7\" WHERE \"Away team\" = 'Millwall';"} +{"question_id": 3156, "table_id": "1-24887326-7", "question": "What is the date of the game played with Birmingham City as the away team?", "sql": "SELECT \"Date\" FROM \"1-24887326-7\" WHERE \"Away team\" = 'Birmingham City';"} +{"question_id": 3157, "table_id": "1-24910742-1", "question": "Who directed the episode entitled \"Shotgun\"?", "sql": "SELECT \"Directed by\" FROM \"1-24910742-1\" WHERE \"Title\" = '\"Shotgun\"';"} +{"question_id": 3158, "table_id": "1-24910742-1", "question": "What was the airdate of episode number 18?", "sql": "SELECT \"Original air date\" FROM \"1-24910742-1\" WHERE \"No. in season\" = 18.0;"} +{"question_id": 3159, "table_id": "1-24910742-1", "question": "What was the title of the episode having exactly 9.64 million US viewers?", "sql": "SELECT \"Title\" FROM \"1-24910742-1\" WHERE \"U.S. viewers (millions)\" = '9.64';"} +{"question_id": 3160, "table_id": "1-24915874-1", "question": "For which jockey was the weight in kg 53.5? ", "sql": "SELECT \"Jockey\" FROM \"1-24915874-1\" WHERE \"Weight (kg)\" = '53.5';"} +{"question_id": 3161, "table_id": "1-24915874-1", "question": "Who was the trainer when the jockey was Luke Nolen?", "sql": "SELECT \"Trainer\" FROM \"1-24915874-1\" WHERE \"Jockey\" = 'Luke Nolen';"} +{"question_id": 3162, "table_id": "1-24915874-1", "question": "What was the placing when the jockey was Damien Oliver?", "sql": "SELECT \"Placing\" FROM \"1-24915874-1\" WHERE \"Jockey\" = 'Damien Oliver';"} +{"question_id": 3163, "table_id": "1-24915874-1", "question": "What was the placing when the weight in kg was 58.0?", "sql": "SELECT \"Placing\" FROM \"1-24915874-1\" WHERE \"Weight (kg)\" = '58.0';"} +{"question_id": 3164, "table_id": "1-24915874-1", "question": "Who was the horse when the jockey was Peter Wells? ", "sql": "SELECT \"Horse\" FROM \"1-24915874-1\" WHERE \"Jockey\" = 'Peter Wells';"} +{"question_id": 3165, "table_id": "1-24915874-1", "question": "What was the weight in kg when the horse was Alcopop? ", "sql": "SELECT \"Weight (kg)\" FROM \"1-24915874-1\" WHERE \"Horse\" = 'Alcopop';"} +{"question_id": 3166, "table_id": "1-24918268-2", "question": "How many weeks are teams playing agains the Barcelona Dragons?", "sql": "SELECT COUNT(\"Week\") FROM \"1-24918268-2\" WHERE \"Opponent\" = 'Barcelona Dragons';"} +{"question_id": 3167, "table_id": "1-24918268-2", "question": "What was the score for the game that kicked off at 6:00 p.m.?", "sql": "SELECT \"Final score\" FROM \"1-24918268-2\" WHERE \"Kickoff\" = '6:00 p.m.';"} +{"question_id": 3168, "table_id": "1-24918268-2", "question": "Who are the opponents for games on Sunday, June 9?", "sql": "SELECT \"Opponent\" FROM \"1-24918268-2\" WHERE \"Date\" = 'Sunday, June 9';"} +{"question_id": 3169, "table_id": "1-2493389-1", "question": "Name the fat for protein being 4 and calories 80", "sql": "SELECT \"Fat (g)\" FROM \"1-2493389-1\" WHERE \"Protein (g)\" = '4' AND \"Calories (1 tbsp .)\" = 80.0;"} +{"question_id": 3170, "table_id": "1-2493389-1", "question": "Name the number of butters for 3 protein", "sql": "SELECT COUNT(\"Butter\") FROM \"1-2493389-1\" WHERE \"Protein (g)\" = '3';"} +{"question_id": 3171, "table_id": "1-2493389-1", "question": "Name the calcium for fat being 6.5", "sql": "SELECT \"Calcium (mg)\" FROM \"1-2493389-1\" WHERE \"Fat (g)\" = '6.5';"} +{"question_id": 3172, "table_id": "1-249512-2", "question": "How many counties have a place name of Macedonia?", "sql": "SELECT COUNT(\"County(ies) [A ]\") FROM \"1-249512-2\" WHERE \"Place Name\" = 'Macedonia';"} +{"question_id": 3173, "table_id": "1-249512-2", "question": "What is the number of land areas that have a place name of Ballplay?", "sql": "SELECT COUNT(\"Land Area (2010)\") FROM \"1-249512-2\" WHERE \"Place Name\" = 'Ballplay';"} +{"question_id": 3174, "table_id": "1-249512-2", "question": "What is the minimum 2010 population of Edgewater?", "sql": "SELECT MIN(\"Population (2010)\") FROM \"1-249512-2\" WHERE \"Place Name\" = 'Edgewater';"} +{"question_id": 3175, "table_id": "1-24990183-5", "question": "What is the lowest 09-10 i/o best?", "sql": "SELECT MIN(\"09-10 I/O best\") FROM \"1-24990183-5\";"} +{"question_id": 3176, "table_id": "1-24990183-5", "question": "Which country is Akiko Suzuki from?", "sql": "SELECT \"Country\" FROM \"1-24990183-5\" WHERE \"Name\" = 'Akiko Suzuki';"} +{"question_id": 3177, "table_id": "1-24990183-5", "question": "What was the 08-09 i/o best of the player with 1386 points?", "sql": "SELECT \"08-09 I/O best\" FROM \"1-24990183-5\" WHERE \"WS Points\" = 1386.0;"} +{"question_id": 3178, "table_id": "1-24990183-5", "question": "What was the 09-10 oi best of the player with 949 points?", "sql": "SELECT COUNT(\"09-10 OI best\") FROM \"1-24990183-5\" WHERE \"WS Points\" = 949.0;"} +{"question_id": 3179, "table_id": "1-24990183-5", "question": "Who was the player from Georgia?", "sql": "SELECT \"Name\" FROM \"1-24990183-5\" WHERE \"Country\" = 'Georgia';"} +{"question_id": 3180, "table_id": "1-25016555-5", "question": "When Tracy Reid is the player what is the highest amount of minutes?", "sql": "SELECT MAX(\"Minutes\") FROM \"1-25016555-5\" WHERE \"Player\" = 'Tracy Reid';"} +{"question_id": 3181, "table_id": "1-25016555-5", "question": "What is the lowest overall amount of assists?", "sql": "SELECT MIN(\"Assists\") FROM \"1-25016555-5\";"} +{"question_id": 3182, "table_id": "1-25016555-5", "question": "When Sandy Brondello is the player what is the lowest amount of minutes?", "sql": "SELECT MIN(\"Minutes\") FROM \"1-25016555-5\" WHERE \"Player\" = 'Sandy Brondello';"} +{"question_id": 3183, "table_id": "1-25016555-5", "question": "When 21 is the number of assists how many sets of blocks are there?", "sql": "SELECT COUNT(\"Blocks\") FROM \"1-25016555-5\" WHERE \"Assists\" = 21.0;"} +{"question_id": 3184, "table_id": "1-25030512-12", "question": "When 2010 is the first elected and Florida 7 is the district who are the candidates?", "sql": "SELECT \"Candidates\" FROM \"1-25030512-12\" WHERE \"District\" = 'Florida 7' AND \"First elected\" = '2010';"} +{"question_id": 3185, "table_id": "1-25030512-12", "question": "When Bill Young Redistricted from the 10th district is the incumbent what is the party?", "sql": "SELECT \"Party\" FROM \"1-25030512-12\" WHERE \"Incumbent\" = 'Bill Young Redistricted from the 10th district';"} +{"question_id": 3186, "table_id": "1-25030512-12", "question": "When Dennis Ross (R) unopposed is the candidate what is the party?", "sql": "SELECT \"Party\" FROM \"1-25030512-12\" WHERE \"Candidates\" = 'Dennis Ross (R) unopposed';"} +{"question_id": 3187, "table_id": "1-25030512-12", "question": "When None (New seat) is the first elected who are the candidates?", "sql": "SELECT \"Candidates\" FROM \"1-25030512-12\" WHERE \"First elected\" = 'None (New seat)';"} +{"question_id": 3188, "table_id": "1-2501754-4", "question": "How many millions of people watched the episode with a production code of ICEC483X?", "sql": "SELECT \"Viewing figures millions\" FROM \"1-2501754-4\" WHERE \"Prod. Code\" = 'ICEC483X';"} +{"question_id": 3189, "table_id": "1-2501754-4", "question": "What is the lowest episode number?", "sql": "SELECT MIN(\"Episode #\") FROM \"1-2501754-4\";"} +{"question_id": 3190, "table_id": "1-2501754-4", "question": "What is the lowest episode number with 6.19 million viewers and a production code of ICEC487Y?", "sql": "SELECT MIN(\"Episode #\") FROM \"1-2501754-4\" WHERE \"Viewing figures millions\" = '6.19' AND \"Prod. Code\" = 'ICEC487Y';"} +{"question_id": 3191, "table_id": "1-2501754-4", "question": "What was the production count of \"The Mayor Of Northolt\"?", "sql": "SELECT \"Production Count\" FROM \"1-2501754-4\" WHERE \"Title\" = '\"The Mayor Of Northolt\"';"} +{"question_id": 3192, "table_id": "1-2501754-3", "question": "What is the production number for the episode named \"Mine’s A Double\"?", "sql": "SELECT COUNT(\"Production Count\") FROM \"1-2501754-3\" WHERE \"Title\" = '\"Mine’s A Double\"';"} +{"question_id": 3193, "table_id": "1-2501754-3", "question": "List the production code for the episode had 5.55 million viewers?", "sql": "SELECT \"Prod. Code\" FROM \"1-2501754-3\" WHERE \"Viewing Figures millions\" = '5.55';"} +{"question_id": 3194, "table_id": "1-2501754-3", "question": "List the 1st air date for the episode titled \"Baby Talk\".", "sql": "SELECT \"Original Airdate\" FROM \"1-2501754-3\" WHERE \"Title\" = '\"Baby Talk\"';"} +{"question_id": 3195, "table_id": "1-2501754-3", "question": "List the 1st air date for the episode with a ICEB786E production code.", "sql": "SELECT \"Original Airdate\" FROM \"1-2501754-3\" WHERE \"Prod. Code\" = 'ICEB786E';"} +{"question_id": 3196, "table_id": "1-25030512-24", "question": "Name the party for 1998 first elected", "sql": "SELECT \"Party\" FROM \"1-25030512-24\" WHERE \"First elected\" = '1998';"} +{"question_id": 3197, "table_id": "1-25030512-24", "question": "Name the result for Barney Frank", "sql": "SELECT \"Result\" FROM \"1-25030512-24\" WHERE \"Incumbent\" = 'Barney Frank';"} +{"question_id": 3198, "table_id": "1-25030512-24", "question": "Name the candidates for first elected being 1976", "sql": "SELECT \"Candidates\" FROM \"1-25030512-24\" WHERE \"First elected\" = '1976';"} +{"question_id": 3199, "table_id": "1-25030512-24", "question": "Name the total number of districts for first elected being 1998", "sql": "SELECT COUNT(\"District\") FROM \"1-25030512-24\" WHERE \"First elected\" = '1998';"} +{"question_id": 3200, "table_id": "1-25030512-24", "question": "Name the result for 1998", "sql": "SELECT \"Result\" FROM \"1-25030512-24\" WHERE \"First elected\" = '1998';"} +{"question_id": 3201, "table_id": "1-25030512-24", "question": "Name the candidates for 1998", "sql": "SELECT \"Candidates\" FROM \"1-25030512-24\" WHERE \"First elected\" = '1998';"} +{"question_id": 3202, "table_id": "1-2503102-1", "question": "Who is the driver of the Chevrolet engine that is sponsored by GoDaddy.com?", "sql": "SELECT \"Driver(s)\" FROM \"1-2503102-1\" WHERE \"Engine\" = 'Chevrolet' AND \"Car Sponsor(s)\" = 'GoDaddy.com';"} +{"question_id": 3203, "table_id": "1-2503102-1", "question": "What engine does the Fuzzy's Ultra Premium Vodka sponsored car use?", "sql": "SELECT \"Engine\" FROM \"1-2503102-1\" WHERE \"Car Sponsor(s)\" = 'Fuzzy''s Ultra Premium Vodka';"} +{"question_id": 3204, "table_id": "1-2503102-1", "question": "What engine doe the Ed Carpenter Racing team use?", "sql": "SELECT \"Engine\" FROM \"1-2503102-1\" WHERE \"Team\" = 'Ed Carpenter Racing';"} +{"question_id": 3205, "table_id": "1-2503102-1", "question": "What team is sponsored by HydroxyCut?", "sql": "SELECT \"Team\" FROM \"1-2503102-1\" WHERE \"Car Sponsor(s)\" = 'HydroxyCut';"} +{"question_id": 3206, "table_id": "1-25042332-16", "question": "What percentage of the population is below 50% of the median income in the region where 10.4% of the population earns below 40% of the median income?", "sql": "SELECT COUNT(\"Below 50% of median income\") FROM \"1-25042332-16\" WHERE \"Below 40% of median income\" = '10.4%';"} +{"question_id": 3207, "table_id": "1-25042332-16", "question": "What is the median income for the region where 24.4% pf people make below 60% of the median income?", "sql": "SELECT MIN(\"Median income ( Intl.$ )\") FROM \"1-25042332-16\" WHERE \"Below 60% of median income\" = '24.4%';"} +{"question_id": 3208, "table_id": "1-25042332-16", "question": "What is the median income of Maule?", "sql": "SELECT MIN(\"Median income ( Intl.$ )\") FROM \"1-25042332-16\" WHERE \"Region\" = 'Maule';"} +{"question_id": 3209, "table_id": "1-25042332-16", "question": "In what region does 17.4% of the population make below 50% of the median income?", "sql": "SELECT \"Region\" FROM \"1-25042332-16\" WHERE \"Below 50% of median income\" = '17.4%';"} +{"question_id": 3210, "table_id": "1-25042332-16", "question": "In what region do 18.6% of the people make less than 50% of the median income?", "sql": "SELECT \"Region\" FROM \"1-25042332-16\" WHERE \"Below 50% of median income\" = '18.6%';"} +{"question_id": 3211, "table_id": "1-25042332-33", "question": "What is the gdp per capita in 2008 for the region that had a combined gross enrollment ration of 89.0?", "sql": "SELECT MIN(\"GDP (PPP) per capita (2008)\") FROM \"1-25042332-33\" WHERE \"Combined gross enrollment ratio (2009)\" = '89.0';"} +{"question_id": 3212, "table_id": "1-25042332-33", "question": "Which region had a life expectancy at birth of 77.9 from 2001-2002?", "sql": "SELECT \"Region\" FROM \"1-25042332-33\" WHERE \"Life expectancy at birth (2001-2002)\" = '77.9';"} +{"question_id": 3213, "table_id": "1-25042332-33", "question": "What is the gdp per capita in 2008 for the region with a combined gross enrollment ratio of 86.6 in 2009?", "sql": "SELECT MAX(\"GDP (PPP) per capita (2008)\") FROM \"1-25042332-33\" WHERE \"Combined gross enrollment ratio (2009)\" = '86.6';"} +{"question_id": 3214, "table_id": "1-25042332-33", "question": "How many regions had an hdi of 0.896?", "sql": "SELECT COUNT(\"Combined gross enrollment ratio (2009)\") FROM \"1-25042332-33\" WHERE \"HDI\" = '0.896';"} +{"question_id": 3215, "table_id": "1-25042332-33", "question": "How many regions had a life expectancy at birth in 2001-2002 of 75.9?", "sql": "SELECT COUNT(\"HDI\") FROM \"1-25042332-33\" WHERE \"Life expectancy at birth (2001-2002)\" = '75.9';"} +{"question_id": 3216, "table_id": "1-25058269-1", "question": "Who are the runner-ups where the winner is VK Selver Tallinn and 3rd place is Lase-R/Riga?", "sql": "SELECT \"Runner-up\" FROM \"1-25058269-1\" WHERE \"Winner\" = 'VK Selver Tallinn' AND \"3rd place\" = 'Lase-R/Riga';"} +{"question_id": 3217, "table_id": "1-25058269-1", "question": "In which season is the runner-up Lase-R/Riga?", "sql": "SELECT \"Season\" FROM \"1-25058269-1\" WHERE \"Runner-up\" = 'Lase-R/Riga';"} +{"question_id": 3218, "table_id": "1-25058269-1", "question": "In season 2007–08 who is the runner-up?", "sql": "SELECT \"Runner-up\" FROM \"1-25058269-1\" WHERE \"Season\" = '2007–08';"} +{"question_id": 3219, "table_id": "1-25058269-1", "question": "Who is the runner-up for season 2011–12?", "sql": "SELECT \"Runner-up\" FROM \"1-25058269-1\" WHERE \"Season\" = '2011–12';"} +{"question_id": 3220, "table_id": "1-25058269-1", "question": "Where the 3rd-place is Poliurs/Ozolnieki, who is the runner-up?", "sql": "SELECT \"Runner-up\" FROM \"1-25058269-1\" WHERE \"3rd place\" = 'Poliurs/Ozolnieki';"} +{"question_id": 3221, "table_id": "1-25058269-1", "question": "In season 2005–06, who is 3rd place?", "sql": "SELECT \"3rd place\" FROM \"1-25058269-1\" WHERE \"Season\" = '2005–06';"} +{"question_id": 3222, "table_id": "1-25085059-1", "question": "What draft pick number did Kentucky get?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-25085059-1\" WHERE \"College\" = 'Kentucky';"} +{"question_id": 3223, "table_id": "1-25085059-1", "question": "What position was the number 6 draft pick?", "sql": "SELECT \"Position\" FROM \"1-25085059-1\" WHERE \"Pick #\" = 6.0;"} +{"question_id": 3224, "table_id": "1-25085059-1", "question": "What CFL team obtained a draft pick from North Dakota who plays OL position?", "sql": "SELECT \"CFL Team\" FROM \"1-25085059-1\" WHERE \"Position\" = 'OL' AND \"College\" = 'North Dakota';"} +{"question_id": 3225, "table_id": "1-25085059-1", "question": "What college did the Toronto Argonauts draft pick come from?", "sql": "SELECT \"College\" FROM \"1-25085059-1\" WHERE \"CFL Team\" = 'Toronto Argonauts';"} +{"question_id": 3226, "table_id": "1-25085059-1", "question": "What player was the number 1 draft pick?", "sql": "SELECT \"Player\" FROM \"1-25085059-1\" WHERE \"Pick #\" = 1.0;"} +{"question_id": 3227, "table_id": "1-25085059-1", "question": "What CFL team got their draft pick from North Dakota?", "sql": "SELECT \"CFL Team\" FROM \"1-25085059-1\" WHERE \"College\" = 'North Dakota';"} +{"question_id": 3228, "table_id": "1-2508633-3", "question": "Which player went to college at Tennessee?", "sql": "SELECT \"Player\" FROM \"1-2508633-3\" WHERE \"College\" = 'Tennessee';"} +{"question_id": 3229, "table_id": "1-2508633-3", "question": "Who was drafted by the Kansas City Chiefs? ", "sql": "SELECT \"Player\" FROM \"1-2508633-3\" WHERE \"NFL Team\" = 'Kansas City Chiefs';"} +{"question_id": 3230, "table_id": "1-2508633-3", "question": "Who was drafted by the Baltimore Colts? ", "sql": "SELECT \"Player\" FROM \"1-2508633-3\" WHERE \"NFL Team\" = 'Baltimore Colts';"} +{"question_id": 3231, "table_id": "1-2508633-8", "question": "If the NFL team is the Minnesota Vikings, what is the position?", "sql": "SELECT \"Position\" FROM \"1-2508633-8\" WHERE \"NFL Team\" = 'Minnesota Vikings';"} +{"question_id": 3232, "table_id": "1-2508633-8", "question": "What is the pick number if the player is Gary Kubiak?", "sql": "SELECT \"Pick #\" FROM \"1-2508633-8\" WHERE \"Player\" = 'Gary Kubiak';"} +{"question_id": 3233, "table_id": "1-2508633-8", "question": "What is the pick number minimum if the player is Mark Bortz?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-2508633-8\" WHERE \"Player\" = 'Mark Bortz';"} +{"question_id": 3234, "table_id": "1-2508633-8", "question": "what is the pick number minimum if the NFL team is the San Diego Chargers?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-2508633-8\" WHERE \"NFL Team\" = 'San Diego Chargers';"} +{"question_id": 3235, "table_id": "1-25131572-3", "question": "What is the highest season# for the writer Daegan Fryklind?", "sql": "SELECT MAX(\"Season #\") FROM \"1-25131572-3\" WHERE \"Written by\" = 'Daegan Fryklind';"} +{"question_id": 3236, "table_id": "1-25173505-15", "question": "Who besides Nobuko Terashima voiced Cinderella in Cinderella III: A Twist in Time?", "sql": "SELECT \"Cinderella III: A Twist in Time\" FROM \"1-25173505-15\" WHERE \"Cinderella\" = 'Nobuko Terashima';"} +{"question_id": 3237, "table_id": "1-25173505-15", "question": "Who also voiced Cinderella in Cinderella III: A Twist in Time besides Nobuko Terashima?", "sql": "SELECT \"Cinderella III: A Twist in Time\" FROM \"1-25173505-15\" WHERE \"Cinderella\" = 'Nobuko Terashima';"} +{"question_id": 3238, "table_id": "1-25173505-15", "question": "Who voiced Drizella in the English version?", "sql": "SELECT \"English version\" FROM \"1-25173505-15\" WHERE \"Character\" = 'Drizella';"} +{"question_id": 3239, "table_id": "1-2517159-1", "question": "Name the name of bowl for 2006 Season", "sql": "SELECT COUNT(\"Name of Bowl\") FROM \"1-2517159-1\" WHERE \"Last Appearance\" = '2006 Season';"} +{"question_id": 3240, "table_id": "1-2517159-1", "question": "Name the last appearance for Music City Bowl", "sql": "SELECT \"Last Appearance\" FROM \"1-2517159-1\" WHERE \"Name of Bowl\" = 'Music City Bowl';"} +{"question_id": 3241, "table_id": "1-2517159-1", "question": "Name the record for Cotton Bowl Classic", "sql": "SELECT \"Record\" FROM \"1-2517159-1\" WHERE \"Name of Bowl\" = 'Cotton Bowl Classic';"} +{"question_id": 3242, "table_id": "1-2517159-1", "question": "Name the appearance for Independence Bowl", "sql": "SELECT COUNT(\"Appearances\") FROM \"1-2517159-1\" WHERE \"Name of Bowl\" = 'Independence Bowl';"} +{"question_id": 3243, "table_id": "1-25213146-2", "question": "On the Circuit Zolder who was the winning team?", "sql": "SELECT \"Winning Team\" FROM \"1-25213146-2\" WHERE \"Circuit\" = 'Circuit Zolder';"} +{"question_id": 3244, "table_id": "1-25213146-2", "question": "In what circuit was Bruno Spengler the winning driver?", "sql": "SELECT \"Circuit\" FROM \"1-25213146-2\" WHERE \"Winning Driver\" = 'Bruno Spengler';"} +{"question_id": 3245, "table_id": "1-25213146-2", "question": "How many Pole Positions were there on 30 March?", "sql": "SELECT COUNT(\"Pole Position\") FROM \"1-25213146-2\" WHERE \"Date\" = '30 March';"} +{"question_id": 3246, "table_id": "1-25213146-2", "question": "Where was the circuit for round 4?", "sql": "SELECT \"Circuit\" FROM \"1-25213146-2\" WHERE \"Round\" = 4.0;"} +{"question_id": 3247, "table_id": "1-25213146-2", "question": "On what date(s) was the winning team Prema Powerteam?", "sql": "SELECT \"Date\" FROM \"1-25213146-2\" WHERE \"Winning Team\" = 'Prema Powerteam';"} +{"question_id": 3248, "table_id": "1-25256368-1", "question": "Name the bed 2010 for 6.5%", "sql": "SELECT \"February 2010\" FROM \"1-25256368-1\" WHERE \"June 2010\" = '6.5%';"} +{"question_id": 3249, "table_id": "1-25256368-1", "question": "Name the feb 2010 for january 2010 for 6.2%", "sql": "SELECT \"February 2010\" FROM \"1-25256368-1\" WHERE \"January 2010\" = '6.2%';"} +{"question_id": 3250, "table_id": "1-25277262-2", "question": "How many people directed episode 3 in the season?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-25277262-2\" WHERE \"No. in season\" = 3.0;"} +{"question_id": 3251, "table_id": "1-25277262-2", "question": "If the writer is Mark Fink, who is the director?", "sql": "SELECT \"Directed by\" FROM \"1-25277262-2\" WHERE \"Written by\" = 'Mark Fink';"} +{"question_id": 3252, "table_id": "1-25277262-2", "question": "What is the name of the episode # 11 in the season?", "sql": "SELECT \"Title\" FROM \"1-25277262-2\" WHERE \"No. in season\" = 11.0;"} +{"question_id": 3253, "table_id": "1-25277296-2", "question": "Who was the director of episode 11 based on season?", "sql": "SELECT \"Directed by\" FROM \"1-25277296-2\" WHERE \"No. in season\" = 11.0;"} +{"question_id": 3254, "table_id": "1-25330991-3", "question": "Name the reidsville for Enrollment", "sql": "SELECT \"Reidsville\" FROM \"1-25330991-3\" WHERE \"Information\" = 'Enrollment';"} +{"question_id": 3255, "table_id": "1-25330991-3", "question": "Name the james e. holmes for Erselle Young", "sql": "SELECT \"James E. Holmes\" FROM \"1-25330991-3\" WHERE \"Reidsville\" = 'Erselle Young';"} +{"question_id": 3256, "table_id": "1-25330991-3", "question": "Name the james e. holmes for Duane Hensley", "sql": "SELECT \"James E. Holmes\" FROM \"1-25330991-3\" WHERE \"Western Rockingham Middle School\" = 'Duane Hensley';"} +{"question_id": 3257, "table_id": "1-25330991-3", "question": "Name the james e. holmes for Joe Baez", "sql": "SELECT \"James E. Holmes\" FROM \"1-25330991-3\" WHERE \"Rockingham County\" = 'Joe Baez';"} +{"question_id": 3258, "table_id": "1-2534387-10", "question": "Name the time for entries being 907", "sql": "SELECT \"Time (ET)\" FROM \"1-2534387-10\" WHERE \"Entries\" = '907';"} +{"question_id": 3259, "table_id": "1-2534387-10", "question": "Name the entries for 6 h 23 min elapsed time", "sql": "SELECT \"Entries\" FROM \"1-2534387-10\" WHERE \"Elapsed Time\" = '6 h 23 min';"} +{"question_id": 3260, "table_id": "1-2534387-10", "question": "Name the prize pool for 706 (481 R, 346 A)", "sql": "SELECT \"Prize Pool\" FROM \"1-2534387-10\" WHERE \"Entries\" = '706 (481 R, 346 A)';"} +{"question_id": 3261, "table_id": "1-25345002-1", "question": "What are the dates of death of those politicians whose date of birth 1938-08-30 30 August 1938?", "sql": "SELECT COUNT(\"Date of death\") FROM \"1-25345002-1\" WHERE \"Date of birth\" = '1938-08-30 30 August 1938';"} +{"question_id": 3262, "table_id": "1-2534387-11", "question": "If the event number is 5, what is the winner total number?", "sql": "SELECT COUNT(\"Winner\") FROM \"1-2534387-11\" WHERE \"Event #\" = 5.0;"} +{"question_id": 3263, "table_id": "1-2534387-11", "question": "What is the prize pool if the entries is 1,132?", "sql": "SELECT \"Prize Pool\" FROM \"1-2534387-11\" WHERE \"Entries\" = '1,132';"} +{"question_id": 3264, "table_id": "1-25363904-2", "question": "Name the least season # for The first time", "sql": "SELECT MIN(\"Season #\") FROM \"1-25363904-2\" WHERE \"Title English\" = 'The first time';"} +{"question_id": 3265, "table_id": "1-25363904-2", "question": "Name the least season number for Two marriage proposals", "sql": "SELECT MIN(\"Season #\") FROM \"1-25363904-2\" WHERE \"Title English\" = 'Two marriage proposals';"} +{"question_id": 3266, "table_id": "1-25391981-20", "question": "What number episode was Week 4, Part 1? ", "sql": "SELECT \"Episode Number\" FROM \"1-25391981-20\" WHERE \"Episode\" = 'Week 4, Part 1';"} +{"question_id": 3267, "table_id": "1-25391981-20", "question": "For what episode was the rating/share for 18-49 at 2.8/8", "sql": "SELECT \"Episode\" FROM \"1-25391981-20\" WHERE \"Rating/Share (18–49)\" = '2.8/8';"} +{"question_id": 3268, "table_id": "1-25391981-20", "question": "What number episode was Week 4, Part 2?", "sql": "SELECT \"Episode Number\" FROM \"1-25391981-20\" WHERE \"Episode\" = 'Week 4, Part 2';"} +{"question_id": 3269, "table_id": "1-25391981-20", "question": "How many viewers in millions watched the episode with the number 10.18?", "sql": "SELECT \"Viewers (millions)\" FROM \"1-25391981-20\" WHERE \"Episode Number\" = '10.18';"} +{"question_id": 3270, "table_id": "1-25391981-20", "question": "What is the rating/share for 18-49 for Week 6, Part 1?", "sql": "SELECT \"Rating/Share (18–49)\" FROM \"1-25391981-20\" WHERE \"Episode\" = 'Week 6, Part 1';"} +{"question_id": 3271, "table_id": "1-25391981-20", "question": "What is the weekly rank of the episode with a 14 share whose original airdate was April 20, 2010? ", "sql": "SELECT \"Weekly Rank\" FROM \"1-25391981-20\" WHERE \"Share\" = '14' AND \"Original Airdate\" = 'April 20, 2010';"} +{"question_id": 3272, "table_id": "1-25401-2", "question": "What is the form (\"to sing\") when brazilian portuguese is [kɐ̃ˈtẽmus]?", "sql": "SELECT \"Form (to sing)\" FROM \"1-25401-2\" WHERE \"Brazilian Portuguese\" = '[kɐ̃ˈtẽmus]';"} +{"question_id": 3273, "table_id": "1-25401-2", "question": "what is romanian when nuorese sardinian is [ˈkantata]?", "sql": "SELECT \"Romanian\" FROM \"1-25401-2\" WHERE \"Nuorese Sardinian\" = '[ˈkantata]';"} +{"question_id": 3274, "table_id": "1-25401-2", "question": "what is romanian when nuorese sardinian is [ˈkantaza]?", "sql": "SELECT \"Romanian\" FROM \"1-25401-2\" WHERE \"Nuorese Sardinian\" = '[ˈkantaza]';"} +{"question_id": 3275, "table_id": "1-25505246-7", "question": "What were the results when Hanne Skak Jensen faced Andreja Klepač as opponent?", "sql": "SELECT \"Result\" FROM \"1-25505246-7\" WHERE \"Opponent\" = 'Andreja Klepač';"} +{"question_id": 3276, "table_id": "1-25505246-7", "question": "Who was Hanne Skak Jensen's opponent when facing Belarus?", "sql": "SELECT \"Opponent\" FROM \"1-25505246-7\" WHERE \"Against\" = 'Belarus';"} +{"question_id": 3277, "table_id": "1-25505246-7", "question": "What kind of round was played when Hanne Skak Jensen faced Austria?", "sql": "SELECT \"Round\" FROM \"1-25505246-7\" WHERE \"Against\" = 'Austria';"} +{"question_id": 3278, "table_id": "1-25505246-7", "question": "What were the round results when Hanne Skak Jensen faced Austria?", "sql": "SELECT \"Result\" FROM \"1-25505246-7\" WHERE \"Against\" = 'Austria';"} +{"question_id": 3279, "table_id": "1-25517718-3", "question": "How many touchdowns does Boggs have?", "sql": "SELECT MIN(\"Touchdowns\") FROM \"1-25517718-3\" WHERE \"Player\" = 'Boggs';"} +{"question_id": 3280, "table_id": "1-25517718-3", "question": "Is the Right halfback player a starter?", "sql": "SELECT \"Starter\" FROM \"1-25517718-3\" WHERE \"Position\" = 'Right halfback';"} +{"question_id": 3281, "table_id": "1-25517718-3", "question": "What position does Boggs play?", "sql": "SELECT \"Position\" FROM \"1-25517718-3\" WHERE \"Player\" = 'Boggs';"} +{"question_id": 3282, "table_id": "1-25517718-3", "question": "What is the smallest number of extra points for a Left halfback?", "sql": "SELECT MIN(\"Extra points\") FROM \"1-25517718-3\" WHERE \"Position\" = 'Left halfback';"} +{"question_id": 3283, "table_id": "1-25517718-3", "question": "What is the smallest number of extra points?", "sql": "SELECT MIN(\"Extra points\") FROM \"1-25517718-3\";"} +{"question_id": 3284, "table_id": "1-25517718-3", "question": "How many starters are there at Right tackle?", "sql": "SELECT COUNT(\"Starter\") FROM \"1-25517718-3\" WHERE \"Position\" = 'Right tackle';"} +{"question_id": 3285, "table_id": "1-25518547-4", "question": "How many mls teams had player Jamel Wallace?", "sql": "SELECT COUNT(\"MLS Team\") FROM \"1-25518547-4\" WHERE \"Player\" = 'Jamel Wallace';"} +{"question_id": 3286, "table_id": "1-25518547-4", "question": "What university is Kwaku Nyamekye affiliated with?", "sql": "SELECT \"Affiliation\" FROM \"1-25518547-4\" WHERE \"Player\" = 'Kwaku Nyamekye';"} +{"question_id": 3287, "table_id": "1-25518547-4", "question": "What university is Houston Dynamo affiliated with?", "sql": "SELECT \"Affiliation\" FROM \"1-25518547-4\" WHERE \"MLS Team\" = 'Houston Dynamo';"} +{"question_id": 3288, "table_id": "1-25518547-4", "question": "What is the position of pick # 63?", "sql": "SELECT \"Position\" FROM \"1-25518547-4\" WHERE \"Pick #\" = 63.0;"} +{"question_id": 3289, "table_id": "1-25518547-4", "question": "How many players are affiliated with Indiana University?", "sql": "SELECT COUNT(\"Player\") FROM \"1-25518547-4\" WHERE \"Affiliation\" = 'Indiana University';"} +{"question_id": 3290, "table_id": "1-25538763-1", "question": "When was the earliest season of Juncadella's career?", "sql": "SELECT MIN(\"Season\") FROM \"1-25538763-1\";"} +{"question_id": 3291, "table_id": "1-25538763-1", "question": "How many pole data were given on season 2012 with 252 points?", "sql": "SELECT COUNT(\"Poles\") FROM \"1-25538763-1\" WHERE \"Season\" = 2012.0 AND \"Points\" = '252';"} +{"question_id": 3292, "table_id": "1-25538763-1", "question": "How many wins did Prema Powerteam won with 240 points?", "sql": "SELECT \"Wins\" FROM \"1-25538763-1\" WHERE \"Team\" = 'Prema Powerteam' AND \"Points\" = '240';"} +{"question_id": 3293, "table_id": "1-25539502-1", "question": "What is the latest season where he had 1 podium? ", "sql": "SELECT MAX(\"Season\") FROM \"1-25539502-1\" WHERE \"Podiums\" = 1.0;"} +{"question_id": 3294, "table_id": "1-25539502-1", "question": "What was his position when the team was FMS International? ", "sql": "SELECT \"Position\" FROM \"1-25539502-1\" WHERE \"Team\" = 'FMS International';"} +{"question_id": 3295, "table_id": "1-25539502-1", "question": "What is the smallest number of races competed in with 11 podiums? ", "sql": "SELECT MIN(\"Races\") FROM \"1-25539502-1\" WHERE \"Podiums\" = 11.0;"} +{"question_id": 3296, "table_id": "1-25561038-1", "question": "List the total points for the 1st place team.", "sql": "SELECT \"Points\" FROM \"1-25561038-1\" WHERE \"Position\" = '1st';"} +{"question_id": 3297, "table_id": "1-25561038-1", "question": "List the year in which the driver was in 1st place.", "sql": "SELECT \"Season\" FROM \"1-25561038-1\" WHERE \"Position\" = '1st';"} +{"question_id": 3298, "table_id": "1-25561038-1", "question": "How many series awarded 15 points?", "sql": "SELECT COUNT(\"Races\") FROM \"1-25561038-1\" WHERE \"Points\" = '15';"} +{"question_id": 3299, "table_id": "1-25561038-1", "question": "List the highest number of laps.", "sql": "SELECT MAX(\"F/Laps\") FROM \"1-25561038-1\";"} +{"question_id": 3300, "table_id": "1-25561038-1", "question": "List the team with 12 points.", "sql": "SELECT \"Team\" FROM \"1-25561038-1\" WHERE \"Points\" = '12';"} +{"question_id": 3301, "table_id": "1-25563779-4", "question": "If second is Sergey Sirotkin, what is the third name?", "sql": "SELECT \"Third\" FROM \"1-25563779-4\" WHERE \"Second\" = 'Sergey Sirotkin';"} +{"question_id": 3302, "table_id": "1-25563779-4", "question": "If the third name is Bruno Bonifacio, what is the champion?", "sql": "SELECT \"Champion\" FROM \"1-25563779-4\" WHERE \"Third\" = 'Bruno Bonifacio';"} +{"question_id": 3303, "table_id": "1-25563779-4", "question": "Who is the champion if the national trophy/rookie is not held?", "sql": "SELECT \"Champion\" FROM \"1-25563779-4\" WHERE \"National Trophy/Rookie\" = 'not held';"} +{"question_id": 3304, "table_id": "1-25563779-4", "question": "If the national trophy/rookie is Simone Iaquinta, what is the season total number?", "sql": "SELECT COUNT(\"Season\") FROM \"1-25563779-4\" WHERE \"National Trophy/Rookie\" = 'Simone Iaquinta';"} +{"question_id": 3305, "table_id": "1-25563779-4", "question": "If the national trophy/rookie is Gerrard Barrabeig, what is the name of the second?", "sql": "SELECT \"Second\" FROM \"1-25563779-4\" WHERE \"National Trophy/Rookie\" = 'Gerrard Barrabeig';"} +{"question_id": 3306, "table_id": "1-25572068-1", "question": "What was the location when the winning driver was Nathanaël Berthon?", "sql": "SELECT \"Location\" FROM \"1-25572068-1\" WHERE \"Winning driver\" = 'Nathanaël Berthon';"} +{"question_id": 3307, "table_id": "1-25572068-1", "question": "Who was the winning driver in the FR2.0 11 series? ", "sql": "SELECT \"Winning driver\" FROM \"1-25572068-1\" WHERE \"Series\" = 'FR2.0 11';"} +{"question_id": 3308, "table_id": "1-25572068-1", "question": "What circuit was the FR3.5 11 series on? ", "sql": "SELECT \"Circuit\" FROM \"1-25572068-1\" WHERE \"Series\" = 'FR3.5 11';"} +{"question_id": 3309, "table_id": "1-25572068-1", "question": "When was the F4 7 series?", "sql": "SELECT \"Date\" FROM \"1-25572068-1\" WHERE \"Series\" = 'F4 7';"} +{"question_id": 3310, "table_id": "1-25572068-1", "question": "In what series was TDS Racing the winning team on 9 October? ", "sql": "SELECT \"Series\" FROM \"1-25572068-1\" WHERE \"Winning team\" = 'TDS Racing' AND \"Date\" = '9 October';"} +{"question_id": 3311, "table_id": "1-25594271-2", "question": "How many LOA metres were there when the corrected time d:hh:mm:ss is 4:03:13:38?", "sql": "SELECT \"LOA (Metres)\" FROM \"1-25594271-2\" WHERE \"Corrected time d:hh:mm:ss\" = '4:03:13:38';"} +{"question_id": 3312, "table_id": "1-25594271-2", "question": "How many yachts show a corrected time d:hh:mm:ss is 4:00:05:35?", "sql": "SELECT COUNT(\"Yacht\") FROM \"1-25594271-2\" WHERE \"Corrected time d:hh:mm:ss\" = '4:00:05:35';"} +{"question_id": 3313, "table_id": "1-25594271-2", "question": "What were the LOA metres for the yacht Ichi Ban?", "sql": "SELECT \"LOA (Metres)\" FROM \"1-25594271-2\" WHERE \"Yacht\" = 'Ichi Ban';"} +{"question_id": 3314, "table_id": "1-25594271-2", "question": "How many LOA metres were there when the skipper is Lou Abrahams?", "sql": "SELECT \"LOA (Metres)\" FROM \"1-25594271-2\" WHERE \"Skipper\" = 'Lou Abrahams';"} +{"question_id": 3315, "table_id": "1-25594271-2", "question": "What is the position for sail number AUS 03?", "sql": "SELECT MIN(\"Position\") FROM \"1-25594271-2\" WHERE \"Sail number\" = 'AUS 03';"} +{"question_id": 3316, "table_id": "1-25594271-2", "question": "What yacht had LOA Metres of 13.34?", "sql": "SELECT \"Yacht\" FROM \"1-25594271-2\" WHERE \"LOA (Metres)\" = '13.34';"} +{"question_id": 3317, "table_id": "1-25604014-8", "question": "How many episodes in the season are episode 142 in the series?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-25604014-8\" WHERE \"No. in series\" = 142.0;"} +{"question_id": 3318, "table_id": "1-25604014-8", "question": "What episode number in the season is \"Parent Trap\"?", "sql": "SELECT \"No. in season\" FROM \"1-25604014-8\" WHERE \"Title\" = '\"Parent Trap\"';"} +{"question_id": 3319, "table_id": "1-25604014-8", "question": "What is the name of the episode that William M. Finkelstein wrote?", "sql": "SELECT \"Title\" FROM \"1-25604014-8\" WHERE \"Written by\" = 'William M. Finkelstein';"} +{"question_id": 3320, "table_id": "1-2560677-1", "question": "Who was the artist with a start date of 1966-10-23?", "sql": "SELECT \"Artist(s)\" FROM \"1-2560677-1\" WHERE \"Start Date\" = '1966-10-23';"} +{"question_id": 3321, "table_id": "1-2560677-1", "question": "What is the end date for the artist S. Moldoff/J. Giella/C. Infantino?", "sql": "SELECT \"End Date\" FROM \"1-2560677-1\" WHERE \"Artist(s)\" = 'S. Moldoff/J. Giella/C. Infantino';"} +{"question_id": 3322, "table_id": "1-2560677-1", "question": "How many artist(s) have a start date is 1966-12-12?", "sql": "SELECT COUNT(\"Artist(s)\") FROM \"1-2560677-1\" WHERE \"Start Date\" = '1966-12-12';"} +{"question_id": 3323, "table_id": "1-2560677-1", "question": "What is the fan title with an end date of 1967-11-12?", "sql": "SELECT \"Fan Title\" FROM \"1-2560677-1\" WHERE \"End Date\" = '1967-11-12';"} +{"question_id": 3324, "table_id": "1-2560677-1", "question": "How many writers where there for episode # 06?", "sql": "SELECT COUNT(\"Writer\") FROM \"1-2560677-1\" WHERE \"Episode #\" = '06';"} +{"question_id": 3325, "table_id": "1-2562572-22", "question": "Name the dominant religion for Станишић", "sql": "SELECT \"Dominant religion (2002)\" FROM \"1-2562572-22\" WHERE \"Cyrillic Name Other Names\" = 'Станишић';"} +{"question_id": 3326, "table_id": "1-2562572-22", "question": "Name the population for Kolut", "sql": "SELECT COUNT(\"Population (2011)\") FROM \"1-2562572-22\" WHERE \"Settlement\" = 'Kolut';"} +{"question_id": 3327, "table_id": "1-2562572-22", "question": "Name the number of cyrillic name for Stanišić", "sql": "SELECT COUNT(\"Cyrillic Name Other Names\") FROM \"1-2562572-22\" WHERE \"Settlement\" = 'Stanišić';"} +{"question_id": 3328, "table_id": "1-2562572-22", "question": "Name the population for Бачки Моноштор (Croatian: Monoštor)", "sql": "SELECT \"Population (2011)\" FROM \"1-2562572-22\" WHERE \"Cyrillic Name Other Names\" = 'Бачки Моноштор (Croatian: Monoštor)';"} +{"question_id": 3329, "table_id": "1-2562572-20", "question": "Name the number of population for Врбас", "sql": "SELECT COUNT(\"Population (2011)\") FROM \"1-2562572-20\" WHERE \"Cyrillic Name Other Names\" = 'Врбас';"} +{"question_id": 3330, "table_id": "1-2562572-20", "question": "Name the largest ethnic group for 24112", "sql": "SELECT \"Largest ethnic group (2002)\" FROM \"1-2562572-20\" WHERE \"Population (2011)\" = 24112.0;"} +{"question_id": 3331, "table_id": "1-2562572-20", "question": "Name the dominant religion for village for Бачко Добро Поље", "sql": "SELECT \"Dominant religion (2002)\" FROM \"1-2562572-20\" WHERE \"Type\" = 'village' AND \"Cyrillic Name Other Names\" = 'Бачко Добро Поље';"} +{"question_id": 3332, "table_id": "1-2562572-20", "question": "Name the cyrillic name for Orthodox Christianity village and Bačko Dobro Polje", "sql": "SELECT \"Cyrillic Name Other Names\" FROM \"1-2562572-20\" WHERE \"Dominant religion (2002)\" = 'Orthodox Christianity' AND \"Type\" = 'village' AND \"Settlement\" = 'Bačko Dobro Polje';"} +{"question_id": 3333, "table_id": "1-2562572-20", "question": "Name the largest ethnic group for Kosančić", "sql": "SELECT \"Largest ethnic group (2002)\" FROM \"1-2562572-20\" WHERE \"Settlement\" = 'Kosančić';"} +{"question_id": 3334, "table_id": "1-2562572-35", "question": "Name the cyrillic name for Melenci", "sql": "SELECT \"Cyrillic Name Other Names\" FROM \"1-2562572-35\" WHERE \"Settlement\" = 'Melenci';"} +{"question_id": 3335, "table_id": "1-2562572-35", "question": "Name the dominant religion 2002 for village Banatski Despotovac", "sql": "SELECT \"Dominant religion (2002)\" FROM \"1-2562572-35\" WHERE \"Type\" = 'village' AND \"Settlement\" = 'Banatski Despotovac';"} +{"question_id": 3336, "table_id": "1-2562572-35", "question": "Name the cyrillic name for Lazarevo", "sql": "SELECT \"Cyrillic Name Other Names\" FROM \"1-2562572-35\" WHERE \"Settlement\" = 'Lazarevo';"} +{"question_id": 3337, "table_id": "1-2562572-35", "question": "Name the population 2011 for Mihajlovo", "sql": "SELECT COUNT(\"Population (2011)\") FROM \"1-2562572-35\" WHERE \"Settlement\" = 'Mihajlovo';"} +{"question_id": 3338, "table_id": "1-2562572-35", "question": "Name the dominant religion 2002 for Меленци", "sql": "SELECT \"Dominant religion (2002)\" FROM \"1-2562572-35\" WHERE \"Cyrillic Name Other Names\" = 'Меленци';"} +{"question_id": 3339, "table_id": "1-2562572-35", "question": "Name the total number of population 2011 for Perlez", "sql": "SELECT COUNT(\"Population (2011)\") FROM \"1-2562572-35\" WHERE \"Settlement\" = 'Perlez';"} +{"question_id": 3340, "table_id": "1-2562572-52", "question": "What is the type when the settlement is Subotište?", "sql": "SELECT \"Type\" FROM \"1-2562572-52\" WHERE \"Settlement\" = 'Subotište';"} +{"question_id": 3341, "table_id": "1-2562572-52", "question": "how many times is the cyrillic name Сибач?", "sql": "SELECT COUNT(\"Dominant religion (2002)\") FROM \"1-2562572-52\" WHERE \"Cyrillic Name\" = 'Сибач';"} +{"question_id": 3342, "table_id": "1-2562572-52", "question": "What is the largest ethnic group (2002) when cyrillic name is Брестач?", "sql": "SELECT \"Largest ethnic group (2002)\" FROM \"1-2562572-52\" WHERE \"Cyrillic Name\" = 'Брестач';"} +{"question_id": 3343, "table_id": "1-2562572-52", "question": "How many times is the settlement Karlovčić?", "sql": "SELECT COUNT(\"Dominant religion (2002)\") FROM \"1-2562572-52\" WHERE \"Settlement\" = 'Karlovčić';"} +{"question_id": 3344, "table_id": "1-2562572-52", "question": "What is the cyrillic name when the settlement is Ašanja?", "sql": "SELECT \"Cyrillic Name\" FROM \"1-2562572-52\" WHERE \"Settlement\" = 'Ašanja';"} +{"question_id": 3345, "table_id": "1-2562572-5", "question": "Name the least population for 2002 for 2011 being 9564", "sql": "SELECT MIN(\"Population (2002)\") FROM \"1-2562572-5\" WHERE \"Population (2011)\" = 9564.0;"} +{"question_id": 3346, "table_id": "1-2562572-5", "question": "Name the total number of population for 1991 for 9564 for 2011", "sql": "SELECT COUNT(\"Population (1991)\") FROM \"1-2562572-5\" WHERE \"Population (2011)\" = 9564.0;"} +{"question_id": 3347, "table_id": "1-2562572-5", "question": "Name the city for Kanjiža", "sql": "SELECT \"City / municipality\" FROM \"1-2562572-5\" WHERE \"Urban settlement\" = 'Kanjiža';"} +{"question_id": 3348, "table_id": "1-2562572-5", "question": "Name the city for Ада", "sql": "SELECT \"City / municipality\" FROM \"1-2562572-5\" WHERE \"Cyrillic Name\" = 'Ада';"} +{"question_id": 3349, "table_id": "1-2562572-5", "question": "Name the population for 2002 being Ada", "sql": "SELECT MIN(\"Population (2002)\") FROM \"1-2562572-5\" WHERE \"Urban settlement\" = 'Ada';"} +{"question_id": 3350, "table_id": "1-256286-14", "question": "Name the most no votes", "sql": "SELECT MAX(\"NO votes\") FROM \"1-256286-14\";"} +{"question_id": 3351, "table_id": "1-256286-14", "question": "Name the least YES votes for YES passed", "sql": "SELECT MIN(\"YES votes\") FROM \"1-256286-14\" WHERE \"passed\" = 'YES';"} +{"question_id": 3352, "table_id": "1-256286-14", "question": "Name the % yes for yes votes for 78961", "sql": "SELECT \"% YES\" FROM \"1-256286-14\" WHERE \"YES votes\" = 78961.0;"} +{"question_id": 3353, "table_id": "1-256286-43", "question": "What is every description if NO votes is 233759?", "sql": "SELECT \"description\" FROM \"1-256286-43\" WHERE \"NO votes\" = 233759.0;"} +{"question_id": 3354, "table_id": "1-256286-43", "question": "What is every entry for passed when NO votes is 312187?", "sql": "SELECT \"passed\" FROM \"1-256286-43\" WHERE \"NO votes\" = 312187.0;"} +{"question_id": 3355, "table_id": "1-256286-43", "question": "What is every value for %yes when type is Ref?", "sql": "SELECT \"% YES\" FROM \"1-256286-43\" WHERE \"type\" = 'Ref';"} +{"question_id": 3356, "table_id": "1-256286-43", "question": "What is every entry for description when the value of %yes is 51.82%?", "sql": "SELECT \"description\" FROM \"1-256286-43\" WHERE \"% YES\" = '51.82%';"} +{"question_id": 3357, "table_id": "1-25640730-7", "question": "What is the episode title for episode number 12?", "sql": "SELECT \"Title\" FROM \"1-25640730-7\" WHERE \"#\" = 12.0;"} +{"question_id": 3358, "table_id": "1-25640730-7", "question": "If the UK air date is February 18, 2013, who was the episode written by?", "sql": "SELECT \"Written by\" FROM \"1-25640730-7\" WHERE \"UK air date\" = 'February 18, 2013';"} +{"question_id": 3359, "table_id": "1-25640730-7", "question": "If the director is Yannick Bisson, what was the Canadian amount of viewers?", "sql": "SELECT COUNT(\"Canadian Viewers (millions)\") FROM \"1-25640730-7\" WHERE \"Directed by\" = 'Yannick Bisson';"} +{"question_id": 3360, "table_id": "1-256286-63", "question": "Was the constitution amended with a 57.91% vote of yes?", "sql": "SELECT \"Const. Amd.?\" FROM \"1-256286-63\" WHERE \"% YES\" = '57.91%';"} +{"question_id": 3361, "table_id": "1-256286-63", "question": "Did the legislation pass that had 42.87% yes votes?", "sql": "SELECT \"passed\" FROM \"1-256286-63\" WHERE \"% YES\" = '42.87%';"} +{"question_id": 3362, "table_id": "1-256286-63", "question": "How many no votes were there in the Partial public funding of election campaigns legislation?", "sql": "SELECT \"NO votes\" FROM \"1-256286-63\" WHERE \"description\" = 'Partial public funding of election campaigns';"} +{"question_id": 3363, "table_id": "1-25642873-2", "question": "How many touchdowns did Sam Babcock get? ", "sql": "SELECT MAX(\"Touchdowns\") FROM \"1-25642873-2\" WHERE \"Player\" = 'Sam Babcock';"} +{"question_id": 3364, "table_id": "1-25642873-2", "question": "How many extra points catagories are there for the na player? ", "sql": "SELECT COUNT(\"Extra points\") FROM \"1-25642873-2\" WHERE \"Player\" = 'na';"} +{"question_id": 3365, "table_id": "1-25642873-2", "question": "The player who had 5 touchdowns had how many extra points? ", "sql": "SELECT \"Extra points\" FROM \"1-25642873-2\" WHERE \"Touchdowns\" = 5.0;"} +{"question_id": 3366, "table_id": "1-25642873-2", "question": "What is the smallest number of safeties? ", "sql": "SELECT MIN(\"Safeties\") FROM \"1-25642873-2\";"} +{"question_id": 3367, "table_id": "1-25675509-1", "question": "If the longitude is 157.941° E, what is the latitude?", "sql": "SELECT \"Latitude\" FROM \"1-25675509-1\" WHERE \"Longitude\" = '157.941° E';"} +{"question_id": 3368, "table_id": "1-25675509-1", "question": "If the latitude is 08.979° S, what is the depth?", "sql": "SELECT \"Depth\" FROM \"1-25675509-1\" WHERE \"Latitude\" = '08.979° S';"} +{"question_id": 3369, "table_id": "1-25675509-1", "question": "At what latitude did the shock at time 13:10:02 occur?", "sql": "SELECT \"Latitude\" FROM \"1-25675509-1\" WHERE \"Time (UTC)\" = '13:10:02';"} +{"question_id": 3370, "table_id": "1-25675509-1", "question": "On which date did the shock at latitude 08.909° S occur?", "sql": "SELECT \"Date (YYYY-MM-DD)\" FROM \"1-25675509-1\" WHERE \"Latitude\" = '08.909° S';"} +{"question_id": 3371, "table_id": "1-25675509-1", "question": "What was the longitude for the shock that occured on 2010-01-09?", "sql": "SELECT \"Longitude\" FROM \"1-25675509-1\" WHERE \"Date (YYYY-MM-DD)\" = '2010-01-09';"} +{"question_id": 3372, "table_id": "1-25675509-1", "question": "If the longitude is 158.091° E, what is the depth?", "sql": "SELECT \"Depth\" FROM \"1-25675509-1\" WHERE \"Longitude\" = '158.091° E';"} +{"question_id": 3373, "table_id": "1-25689740-2", "question": "What is the pa when skip (club) is Jocelyn Nix (Glooscap)?", "sql": "SELECT MIN(\"PA\") FROM \"1-25689740-2\" WHERE \"Skip (Club)\" = 'Jocelyn Nix (Glooscap)';"} +{"question_id": 3374, "table_id": "1-25689740-2", "question": "What is the highest number for W?", "sql": "SELECT MAX(\"W\") FROM \"1-25689740-2\";"} +{"question_id": 3375, "table_id": "1-25689740-2", "question": "What was the stolen ends when ends won is 32?", "sql": "SELECT MAX(\"Stolen Ends\") FROM \"1-25689740-2\" WHERE \"Ends Won\" = 32.0;"} +{"question_id": 3376, "table_id": "1-25689740-2", "question": "What is shown for ends lost when pa is 44?", "sql": "SELECT \"Ends Lost\" FROM \"1-25689740-2\" WHERE \"PA\" = 44.0;"} +{"question_id": 3377, "table_id": "1-25689740-2", "question": "What is the PA when skip (club) is Mary-Anne Arsenault (NSCA)?", "sql": "SELECT MIN(\"PA\") FROM \"1-25689740-2\" WHERE \"Skip (Club)\" = 'Mary-Anne Arsenault (NSCA)';"} +{"question_id": 3378, "table_id": "1-25691838-6", "question": "What was the original airdate of episode #733?", "sql": "SELECT \"Original airdate\" FROM \"1-25691838-6\" WHERE \"Episode #\" = 733.0;"} +{"question_id": 3379, "table_id": "1-25691838-6", "question": "Who was the guest on the episode where The Word was \"P.R.-mageddon\"?", "sql": "SELECT \"Guest\" FROM \"1-25691838-6\" WHERE \"The Wørd\" = '\"P.R.-mageddon\"';"} +{"question_id": 3380, "table_id": "1-25691838-6", "question": "What was The Word for production code 6084?", "sql": "SELECT \"The Wørd\" FROM \"1-25691838-6\" WHERE \"Production code\" = 6084.0;"} +{"question_id": 3381, "table_id": "1-25691838-6", "question": "What was the number of \"The Word\" segments for episode number 727?", "sql": "SELECT COUNT(\"The Wørd\") FROM \"1-25691838-6\" WHERE \"Episode #\" = 727.0;"} +{"question_id": 3382, "table_id": "1-25696729-8", "question": "Compute the number of times Dennis Rodman recordedhigh rebounds given a Regular season", "sql": "SELECT COUNT(\"Rebounding high\") FROM \"1-25696729-8\" WHERE \"Season\" = 'Regular season';"} +{"question_id": 3383, "table_id": "1-25696729-8", "question": "List all rebounds equal to 10 for Dennis Rodman 's 1991–92 season", "sql": "SELECT \"10 rebounds\" FROM \"1-25696729-8\" WHERE \"Season\" = '1991–92';"} +{"question_id": 3384, "table_id": "1-25696729-8", "question": "What is the highest rebound Dennis Rodman obtained within the 20 rebounds category given two of the following:points, rebounds, assists, steals, and blocked shots (points) greater equal to 5", "sql": "SELECT MAX(\"20 rebounds\") FROM \"1-25696729-8\" WHERE \"Double double\" = 5.0;"} +{"question_id": 3385, "table_id": "1-2570269-2", "question": "If the episode number is 2-01 what is the original UK air date?", "sql": "SELECT \"Original Air Date (UK)\" FROM \"1-2570269-2\" WHERE \"Episode #\" = '2-01';"} +{"question_id": 3386, "table_id": "1-2570269-2", "question": "If the episode title is Pressures, what are the names of the cast?", "sql": "SELECT \"Cast\" FROM \"1-2570269-2\" WHERE \"Episode Title\" = 'Pressures';"} +{"question_id": 3387, "table_id": "1-2570269-2", "question": "What is the episode number for episode title Leave Takers?", "sql": "SELECT \"Episode #\" FROM \"1-2570269-2\" WHERE \"Episode Title\" = 'Leave Takers';"} +{"question_id": 3388, "table_id": "1-2570269-2", "question": "For episode number 2-03, what are the names of the cast?", "sql": "SELECT \"Cast\" FROM \"1-2570269-2\" WHERE \"Episode #\" = '2-03';"} +{"question_id": 3389, "table_id": "1-25703-2", "question": "What is the total number of birth/2012 for January–December 2012 in Kurgan Oblast?", "sql": "SELECT COUNT(\"Birth/2012\") FROM \"1-25703-2\" WHERE \"January–December 2012\" = 'Kurgan Oblast';"} +{"question_id": 3390, "table_id": "1-25703-2", "question": "What were the total number of 2012 deaths when 2012 births were 127?", "sql": "SELECT \"Death/2012\" FROM \"1-25703-2\" WHERE \"Birth/2012\" = 127.0;"} +{"question_id": 3391, "table_id": "1-25703-2", "question": "What were the total number of 2012 births for the January–December 2012 Tver Oblast region?", "sql": "SELECT MIN(\"Birth/2012\") FROM \"1-25703-2\" WHERE \"January–December 2012\" = 'Tver Oblast';"} +{"question_id": 3392, "table_id": "1-25703-2", "question": "What were the total 2012 births when the 2012 deaths were 163?", "sql": "SELECT MIN(\"Birth/2012\") FROM \"1-25703-2\" WHERE \"Death/2012\" = 163.0;"} +{"question_id": 3393, "table_id": "1-25714995-2", "question": "How many pf catagories are listed for the skip that had 3 for l", "sql": "SELECT COUNT(\"PF\") FROM \"1-25714995-2\" WHERE \"L\" = 3.0;"} +{"question_id": 3394, "table_id": "1-25714995-2", "question": "How many l's are there for the skip with 3 for w? ", "sql": "SELECT MAX(\"L\") FROM \"1-25714995-2\" WHERE \"W\" = 3.0;"} +{"question_id": 3395, "table_id": "1-25714995-2", "question": "How many skip's are listed for 30 ends won? ", "sql": "SELECT COUNT(\"Skip (Club)\") FROM \"1-25714995-2\" WHERE \"Ends Won\" = 30.0;"} +{"question_id": 3396, "table_id": "1-25714995-2", "question": "How many ends won catagories are listed when there are 8 stolen ends? ", "sql": "SELECT COUNT(\"Ends Won\") FROM \"1-25714995-2\" WHERE \"Stolen Ends\" = 8.0;"} +{"question_id": 3397, "table_id": "1-25711913-14", "question": "How many extra points did Germany Schultz score? ", "sql": "SELECT \"Extra points 1 point\" FROM \"1-25711913-14\" WHERE \"Player\" = 'Germany Schultz';"} +{"question_id": 3398, "table_id": "1-25711913-14", "question": "What is the least number of field goals scored by a player? ", "sql": "SELECT MIN(\"Field goals (4 points)\") FROM \"1-25711913-14\";"} +{"question_id": 3399, "table_id": "1-25711913-14", "question": "How many field goals were scored by the player that got 7 touchdowns? ", "sql": "SELECT \"Field goals (4 points)\" FROM \"1-25711913-14\" WHERE \"Touchdowns (5 points)\" = 7.0;"} +{"question_id": 3400, "table_id": "1-25718552-2", "question": "How many ends were won where the blank ends are smaller than 3.0?", "sql": "SELECT \"Ends Won\" FROM \"1-25718552-2\" WHERE \"Blank Ends\" < 3.0;"} +{"question_id": 3401, "table_id": "1-25718552-2", "question": "What is the largest amount of ends won when stolen ends were 3?", "sql": "SELECT MAX(\"Ends Won\") FROM \"1-25718552-2\" WHERE \"Stolen Ends\" = 3.0;"} +{"question_id": 3402, "table_id": "1-25718552-2", "question": "What is the number of wins when ends won is 30?", "sql": "SELECT MAX(\"W\") FROM \"1-25718552-2\" WHERE \"Ends Won\" = 30.0;"} +{"question_id": 3403, "table_id": "1-2572788-1", "question": "How many counties are at milepost 69.5? ", "sql": "SELECT COUNT(\"County\") FROM \"1-2572788-1\" WHERE \"Milepost\" = '69.5';"} +{"question_id": 3404, "table_id": "1-2572788-1", "question": "In what city or town is Stratford (Limited service)? ", "sql": "SELECT \"Town/City\" FROM \"1-2572788-1\" WHERE \"Station\" = 'Stratford (Limited service)';"} +{"question_id": 3405, "table_id": "1-2572788-1", "question": "At what city or town is milepost 71.1? ", "sql": "SELECT \"Town/City\" FROM \"1-2572788-1\" WHERE \"Milepost\" = '71.1';"} +{"question_id": 3406, "table_id": "1-2572788-1", "question": "How many towns or cities are at milepost 71.1? ", "sql": "SELECT COUNT(\"Town/City\") FROM \"1-2572788-1\" WHERE \"Milepost\" = '71.1';"} +{"question_id": 3407, "table_id": "1-2572788-1", "question": "At what milepost is Beacon Falls? ", "sql": "SELECT \"Milepost\" FROM \"1-2572788-1\" WHERE \"Town/City\" = 'Beacon Falls';"} +{"question_id": 3408, "table_id": "1-25737761-4", "question": "How many people wrote episode number 2 of the season?", "sql": "SELECT COUNT(\"Writer\") FROM \"1-25737761-4\" WHERE \"#\" = 2.0;"} +{"question_id": 3409, "table_id": "1-25737761-4", "question": "What episode number of the season did Tony Basgallop write?", "sql": "SELECT MIN(\"#\") FROM \"1-25737761-4\" WHERE \"Writer\" = 'Tony Basgallop';"} +{"question_id": 3410, "table_id": "1-25737761-4", "question": "What episode number of the season is episode number 11 in the series?", "sql": "SELECT MAX(\"#\") FROM \"1-25737761-4\" WHERE \"No.\" = 11.0;"} +{"question_id": 3411, "table_id": "1-25737761-4", "question": "How many items are listed under the column 'viewing figure' for \"The Looking Glass\"?", "sql": "SELECT COUNT(\"Viewing figure\") FROM \"1-25737761-4\" WHERE \"Episode\" = '\"The Looking Glass\"';"} +{"question_id": 3412, "table_id": "1-25735-1", "question": "Which competition did the Toronto City Saints win?", "sql": "SELECT \"Competition\" FROM \"1-25735-1\" WHERE \"Winner\" = 'Toronto City Saints';"} +{"question_id": 3413, "table_id": "1-25735-1", "question": "What was the number of teams in the competition that Wynnum Manly Seagulls won?", "sql": "SELECT MIN(\"Teams\") FROM \"1-25735-1\" WHERE \"Winner\" = 'Wynnum Manly Seagulls';"} +{"question_id": 3414, "table_id": "1-25735-1", "question": "How many Cook Island League competitions were there?", "sql": "SELECT COUNT(\"Latest Year\") FROM \"1-25735-1\" WHERE \"Competition\" = 'Cook Island League';"} +{"question_id": 3415, "table_id": "1-25740774-1", "question": "How many positions are shown for the 2010 season?", "sql": "SELECT COUNT(\"Position\") FROM \"1-25740774-1\" WHERE \"Season\" = 2010.0;"} +{"question_id": 3416, "table_id": "1-25740774-1", "question": "What is the season with podiums more than 2.0?", "sql": "SELECT MAX(\"Season\") FROM \"1-25740774-1\" WHERE \"Podiums\" > 2.0;"} +{"question_id": 3417, "table_id": "1-25740774-1", "question": "Which series is in position NC?", "sql": "SELECT \"Series\" FROM \"1-25740774-1\" WHERE \"Position\" = 'NC';"} +{"question_id": 3418, "table_id": "1-25740774-1", "question": "What are the f/laps for race 14?", "sql": "SELECT \"F/Laps\" FROM \"1-25740774-1\" WHERE \"Races\" = 14.0;"} +{"question_id": 3419, "table_id": "1-25740774-1", "question": "How many flaps are there for the team March 3 Racing (1-4) Top Speed Racing Team (5-12)?", "sql": "SELECT COUNT(\"F/Laps\") FROM \"1-25740774-1\" WHERE \"Team\" = 'March 3 Racing (1-4) Top Speed Racing Team (5-12)';"} +{"question_id": 3420, "table_id": "1-25773915-11", "question": "If the player is Maake Kemoeatu, what is the int maximum?", "sql": "SELECT MAX(\"INT\") FROM \"1-25773915-11\" WHERE \"Player\" = 'Maake Kemoeatu';"} +{"question_id": 3421, "table_id": "1-25773915-11", "question": "What is the ydi minimum?", "sql": "SELECT MIN(\"YdL\") FROM \"1-25773915-11\";"} +{"question_id": 3422, "table_id": "1-25773915-11", "question": "What is the fumrec minimum?", "sql": "SELECT MIN(\"FumRec\") FROM \"1-25773915-11\";"} +{"question_id": 3423, "table_id": "1-25773915-11", "question": "If the player is Reed Doughty, what isthe fumrec?", "sql": "SELECT \"FumRec\" FROM \"1-25773915-11\" WHERE \"Player\" = 'Reed Doughty';"} +{"question_id": 3424, "table_id": "1-25774493-11", "question": "How many games did he lead team in rebounding in the season when his 5 blocks stat is 10?", "sql": "SELECT \"Led team in rebounding\" FROM \"1-25774493-11\" WHERE \"5 blocks\" = 10.0;"} +{"question_id": 3425, "table_id": "1-25794138-1", "question": "What stadium(sO does San Juan Jabloteh play in?", "sql": "SELECT \"Stadium\" FROM \"1-25794138-1\" WHERE \"Team\" = 'San Juan Jabloteh';"} +{"question_id": 3426, "table_id": "1-25794138-1", "question": "Wh owas the captian of the North East Stars?", "sql": "SELECT \"Captain\" FROM \"1-25794138-1\" WHERE \"Team\" = 'North East Stars';"} +{"question_id": 3427, "table_id": "1-25794138-1", "question": "What was the maximum capacity of Larry Gomes Stadium?", "sql": "SELECT MAX(\"Capacity\") FROM \"1-25794138-1\" WHERE \"Stadium\" = 'Larry Gomes Stadium';"} +{"question_id": 3428, "table_id": "1-25800134-11", "question": "What is the lowest season #?", "sql": "SELECT MIN(\"Season #\") FROM \"1-25800134-11\";"} +{"question_id": 3429, "table_id": "1-25800134-11", "question": "Who directed series # 422?", "sql": "SELECT \"Director\" FROM \"1-25800134-11\" WHERE \"Series #\" = 422.0;"} +{"question_id": 3430, "table_id": "1-25800134-11", "question": "How many directors were there for series # 431?", "sql": "SELECT COUNT(\"Director\") FROM \"1-25800134-11\" WHERE \"Series #\" = 431.0;"} +{"question_id": 3431, "table_id": "1-25800134-11", "question": "Who directed the episode with a title of \" Old Friend \"?", "sql": "SELECT \"Director\" FROM \"1-25800134-11\" WHERE \"Title\" = '\" Old Friend \"';"} +{"question_id": 3432, "table_id": "1-25800134-12", "question": "What episode number of the series aired on February 26, 1968?", "sql": "SELECT \"Series #\" FROM \"1-25800134-12\" WHERE \"Airdate\" = 'February 26, 1968';"} +{"question_id": 3433, "table_id": "1-25800134-12", "question": "How many people directed the episode that aired on February 5, 1968?", "sql": "SELECT COUNT(\"Director\") FROM \"1-25800134-12\" WHERE \"Airdate\" = 'February 5, 1968';"} +{"question_id": 3434, "table_id": "1-25800134-12", "question": "Who directed the episode that aired on September 25, 1967?", "sql": "SELECT \"Director\" FROM \"1-25800134-12\" WHERE \"Airdate\" = 'September 25, 1967';"} +{"question_id": 3435, "table_id": "1-25800134-12", "question": "Who directed the episode that aired on February 19, 1968?", "sql": "SELECT \"Director\" FROM \"1-25800134-12\" WHERE \"Airdate\" = 'February 19, 1968';"} +{"question_id": 3436, "table_id": "1-25800134-12", "question": "How many episode titles aired on September 25, 1967?", "sql": "SELECT COUNT(\"Title\") FROM \"1-25800134-12\" WHERE \"Airdate\" = 'September 25, 1967';"} +{"question_id": 3437, "table_id": "1-25800134-18", "question": "name the most series number for season 22", "sql": "SELECT MAX(\"Series #\") FROM \"1-25800134-18\" WHERE \"Season #\" = 22.0;"} +{"question_id": 3438, "table_id": "1-25802689-14", "question": "What is the earliest stage where mountains classifications was awarded to Peter Stetina? ", "sql": "SELECT MIN(\"Stage\") FROM \"1-25802689-14\" WHERE \"Mountains Classification\" = 'Peter Stetina';"} +{"question_id": 3439, "table_id": "1-25800134-9", "question": "what is the title where the airdate is December 5, 1964?", "sql": "SELECT \"Title\" FROM \"1-25800134-9\" WHERE \"Airdate\" = 'December 5, 1964';"} +{"question_id": 3440, "table_id": "1-25800134-9", "question": "what is the number of series where the airdate is December 26, 1964?", "sql": "SELECT COUNT(\"Series #\") FROM \"1-25800134-9\" WHERE \"Airdate\" = 'December 26, 1964';"} +{"question_id": 3441, "table_id": "1-25831483-1", "question": "Who was the actor/actress with a first appearance is 3 June 2007?", "sql": "SELECT \"Actor/Actress\" FROM \"1-25831483-1\" WHERE \"First Appearance\" = '3 June 2007';"} +{"question_id": 3442, "table_id": "1-25831483-1", "question": "Who was the actor/actress with a last appearance of 1 January 2010 and total is 20 and character is Vanessa 'Nessa' Jenkins?", "sql": "SELECT \"Actor/Actress\" FROM \"1-25831483-1\" WHERE \"Last Appearance\" = '1 January 2010' AND \"Total\" = 20.0 AND \"Character\" = 'Vanessa ''Nessa'' Jenkins';"} +{"question_id": 3443, "table_id": "1-25831483-1", "question": "What is the highest total number?", "sql": "SELECT MAX(\"Total\") FROM \"1-25831483-1\";"} +{"question_id": 3444, "table_id": "1-25831483-1", "question": "How many characters where actor/actress is Larry Lamb?", "sql": "SELECT COUNT(\"Character\") FROM \"1-25831483-1\" WHERE \"Actor/Actress\" = 'Larry Lamb';"} +{"question_id": 3445, "table_id": "1-25831483-1", "question": "What was the last appearance of actor/actress is Pam Ferris?", "sql": "SELECT \"Last Appearance\" FROM \"1-25831483-1\" WHERE \"Actor/Actress\" = 'Pam Ferris';"} +{"question_id": 3446, "table_id": "1-25831483-1", "question": "How many total are there when actor/actress is Pam Ferris?", "sql": "SELECT \"Total\" FROM \"1-25831483-1\" WHERE \"Actor/Actress\" = 'Pam Ferris';"} +{"question_id": 3447, "table_id": "1-25869317-1", "question": "How many different imports from Mercosur had a % of 18.0?", "sql": "SELECT COUNT(\"GDP (nominal) per capita\") FROM \"1-25869317-1\" WHERE \"Imports from Mercosur (% of each, 2010)\" = '18.0';"} +{"question_id": 3448, "table_id": "1-25869317-1", "question": "What is the GDP (ppp) in 2011 when the imports from Mercosur is 48.8?", "sql": "SELECT MIN(\"GDP (PPP) in 2011 ( USD millions)\") FROM \"1-25869317-1\" WHERE \"Imports from Mercosur (% of each, 2010)\" = '48.8';"} +{"question_id": 3449, "table_id": "1-25869317-1", "question": "What is the lowest GDP (ppp) per capita?", "sql": "SELECT MIN(\"GDP (PPP) per capita\") FROM \"1-25869317-1\";"} +{"question_id": 3450, "table_id": "1-25923164-1", "question": "What was the original air date of \"Unprepared\"?", "sql": "SELECT \"Original air date\" FROM \"1-25923164-1\" WHERE \"Title\" = '\"Unprepared\"';"} +{"question_id": 3451, "table_id": "1-25923164-1", "question": "Who directed the episode that had 12.88 million viewers?", "sql": "SELECT \"Directed by\" FROM \"1-25923164-1\" WHERE \"U.S. viewers (million)\" = '12.88';"} +{"question_id": 3452, "table_id": "1-25923164-1", "question": "What was the original air date of the episode written by Amanda Segel?", "sql": "SELECT \"Original air date\" FROM \"1-25923164-1\" WHERE \"Written by\" = 'Amanda Segel';"} +{"question_id": 3453, "table_id": "1-25923164-1", "question": "What was the original air date of the episode directed by Gloria Muzio?", "sql": "SELECT \"Original air date\" FROM \"1-25923164-1\" WHERE \"Directed by\" = 'Gloria Muzio';"} +{"question_id": 3454, "table_id": "1-25923164-1", "question": "Who wrote the episode \"Crash\"?", "sql": "SELECT \"Written by\" FROM \"1-25923164-1\" WHERE \"Title\" = '\"Crash\"';"} +{"question_id": 3455, "table_id": "1-25923164-1", "question": "What was the original air date of the episode directed by Frederick E. O. Toye?", "sql": "SELECT \"Original air date\" FROM \"1-25923164-1\" WHERE \"Directed by\" = 'Frederick E. O. Toye';"} +{"question_id": 3456, "table_id": "1-2597876-2", "question": "What is every value of Top 10 when team is #10 Phil Parsons Racing and average finish is 22.9?", "sql": "SELECT \"Top 10\" FROM \"1-2597876-2\" WHERE \"Team(s)\" = '#10 Phil Parsons Racing' AND \"Avg. Finish\" = '22.9';"} +{"question_id": 3457, "table_id": "1-2597876-2", "question": "What is every year with average start of 27.2?", "sql": "SELECT \"Year\" FROM \"1-2597876-2\" WHERE \"Avg. Start\" = '27.2';"} +{"question_id": 3458, "table_id": "1-2597876-2", "question": "How many values of top 10 for 5th position?", "sql": "SELECT COUNT(\"Top 10\") FROM \"1-2597876-2\" WHERE \"Position\" = '5th';"} +{"question_id": 3459, "table_id": "1-2597876-2", "question": "What is every value for top 5 if average start is 21.9?", "sql": "SELECT \"Top 5\" FROM \"1-2597876-2\" WHERE \"Avg. Start\" = '21.9';"} +{"question_id": 3460, "table_id": "1-2597876-2", "question": "How many values for winnings correspond to average start of 19.0?", "sql": "SELECT COUNT(\"Winnings\") FROM \"1-2597876-2\" WHERE \"Avg. Start\" = '19.0';"} +{"question_id": 3461, "table_id": "1-25987797-1", "question": "What is the name of the school in Lucas ? ", "sql": "SELECT \"Location\" FROM \"1-25987797-1\" WHERE \"School\" = 'Lucas';"} +{"question_id": 3462, "table_id": "1-26077092-7", "question": "What was the pick number for Andrew Quarless? ", "sql": "SELECT MAX(\"Pick #\") FROM \"1-26077092-7\" WHERE \"Player\" = 'Andrew Quarless';"} +{"question_id": 3463, "table_id": "1-26077092-7", "question": "How many players are from Purdue? ", "sql": "SELECT COUNT(\"Player\") FROM \"1-26077092-7\" WHERE \"College\" = 'Purdue';"} +{"question_id": 3464, "table_id": "1-26130295-3", "question": "who are all the players when season mvp is less than 1.0 and second team is less than 1.0", "sql": "SELECT \"Player\" FROM \"1-26130295-3\" WHERE \"Season MVP\" < 1.0 AND \"Second Team\" < 1.0;"} +{"question_id": 3465, "table_id": "1-26130295-3", "question": "when number of selection is 2 and first team is 1 who are all the player", "sql": "SELECT \"Player\" FROM \"1-26130295-3\" WHERE \"First Team\" = 1.0 AND \"Number Of Selections\" = 2.0;"} +{"question_id": 3466, "table_id": "1-26130295-3", "question": "what would be final four mvp maximum when first team is 1", "sql": "SELECT MAX(\"Final Four MVP\") FROM \"1-26130295-3\" WHERE \"First Team\" = 1.0;"} +{"question_id": 3467, "table_id": "1-26130295-3", "question": "when season mvp is larger than 1.0 what is the maximum number of selection", "sql": "SELECT MAX(\"Number Of Selections\") FROM \"1-26130295-3\" WHERE \"Season MVP\" > 1.0;"} +{"question_id": 3468, "table_id": "1-26130295-3", "question": "who is first team when Dimitris Diamantidis play.", "sql": "SELECT COUNT(\"First Team\") FROM \"1-26130295-3\" WHERE \"Player\" = 'Dimitris Diamantidis';"} +{"question_id": 3469, "table_id": "1-26129220-2", "question": "What is the earliest term limit for the senator who resides in Coshocton? ", "sql": "SELECT MIN(\"Term Limited\") FROM \"1-26129220-2\" WHERE \"Residence\" = 'Coshocton';"} +{"question_id": 3470, "table_id": "1-26129220-2", "question": "What is the party for district 27? ", "sql": "SELECT \"Party\" FROM \"1-26129220-2\" WHERE \"District\" = 27.0;"} +{"question_id": 3471, "table_id": "1-26129220-2", "question": "How many party classifications are there for the senator from Canton? ", "sql": "SELECT \"Party\" FROM \"1-26129220-2\" WHERE \"Residence\" = 'Canton';"} +{"question_id": 3472, "table_id": "1-26129220-2", "question": "What is the party affiliation for Senator David Goodman? ", "sql": "SELECT \"Party\" FROM \"1-26129220-2\" WHERE \"Senator\" = 'David Goodman';"} +{"question_id": 3473, "table_id": "1-26129220-2", "question": "What is the term limit for Senator Tom Niehaus? ", "sql": "SELECT MIN(\"Term Limited\") FROM \"1-26129220-2\" WHERE \"Senator\" = 'Tom Niehaus';"} +{"question_id": 3474, "table_id": "1-26129220-2", "question": "What is the party affiliation for senator Mark Wagoner? ", "sql": "SELECT \"Party\" FROM \"1-26129220-2\" WHERE \"Senator\" = 'Mark Wagoner';"} +{"question_id": 3475, "table_id": "1-26131768-4", "question": "If the residence is Chagrin Falls, who is the representative?", "sql": "SELECT \"Representative\" FROM \"1-26131768-4\" WHERE \"Residence\" = 'Chagrin Falls';"} +{"question_id": 3476, "table_id": "1-26131768-4", "question": "If first elected on 2003 (Appt.), when was the term limited?", "sql": "SELECT MIN(\"Term Limited\") FROM \"1-26131768-4\" WHERE \"First Elected\" = '2003 (Appt.)';"} +{"question_id": 3477, "table_id": "1-26131768-4", "question": "How many times was Scott Oelslager a representative?", "sql": "SELECT COUNT(\"Residence\") FROM \"1-26131768-4\" WHERE \"Representative\" = 'Scott Oelslager';"} +{"question_id": 3478, "table_id": "1-26131768-4", "question": "In which district is the residence Dublin?", "sql": "SELECT \"District\" FROM \"1-26131768-4\" WHERE \"Residence\" = 'Dublin';"} +{"question_id": 3479, "table_id": "1-26131768-4", "question": "If the representative is Dave Hall, when was the term limited?", "sql": "SELECT \"Term Limited\" FROM \"1-26131768-4\" WHERE \"Representative\" = 'Dave Hall';"} +{"question_id": 3480, "table_id": "1-26131768-4", "question": "If the Representative is Barbara Sears, what is the district number?", "sql": "SELECT MAX(\"District\") FROM \"1-26131768-4\" WHERE \"Representative\" = 'Barbara Sears';"} +{"question_id": 3481, "table_id": "1-26139378-1", "question": "What is the original airdate of the episode titled \"Taking It on the Chin\"?", "sql": "SELECT \"Original airdate\" FROM \"1-26139378-1\" WHERE \"Title\" = '\"Taking It on the Chin\"';"} +{"question_id": 3482, "table_id": "1-26139378-1", "question": "What is the original airdate of the episode that had 8.23 million viewers?", "sql": "SELECT \"Original airdate\" FROM \"1-26139378-1\" WHERE \"Viewers (in millions)\" = '8.23';"} +{"question_id": 3483, "table_id": "1-26139378-1", "question": "How many millions of viewers did Episode number 16 have?", "sql": "SELECT \"Viewers (in millions)\" FROM \"1-26139378-1\" WHERE \"Episode #\" = 16.0;"} +{"question_id": 3484, "table_id": "1-26139378-1", "question": "What number in the series episode was titled \"Puppy Love\"?", "sql": "SELECT \"Series #\" FROM \"1-26139378-1\" WHERE \"Title\" = '\"Puppy Love\"';"} +{"question_id": 3485, "table_id": "1-26168687-5", "question": "Name the vessel type for Beluga Shipping", "sql": "SELECT \"Vessel Type\" FROM \"1-26168687-5\" WHERE \"Vessel Operator\" = 'Beluga Shipping';"} +{"question_id": 3486, "table_id": "1-26168687-5", "question": "Name the vessel type for DOF Subsea", "sql": "SELECT \"Vessel Type\" FROM \"1-26168687-5\" WHERE \"Vessel Operator\" = 'DOF Subsea';"} +{"question_id": 3487, "table_id": "1-26168687-5", "question": "Name the most number in season ", "sql": "SELECT MIN(\"No. in season\") FROM \"1-26168687-5\";"} +{"question_id": 3488, "table_id": "1-26168687-5", "question": "Name the narraed by for Beluga Shipping", "sql": "SELECT \"Narrated by\" FROM \"1-26168687-5\" WHERE \"Vessel Operator\" = 'Beluga Shipping';"} +{"question_id": 3489, "table_id": "1-26168687-5", "question": "Name the number of season for Beluga Shipping", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-26168687-5\" WHERE \"Vessel Operator\" = 'Beluga Shipping';"} +{"question_id": 3490, "table_id": "1-2618102-1", "question": "Name the least number in series for James Quinn", "sql": "SELECT MIN(\"No. in series\") FROM \"1-2618102-1\" WHERE \"Directed by\" = 'James Quinn';"} +{"question_id": 3491, "table_id": "1-2618102-1", "question": "Name the least number in season for Brad Markowitz, William N. Fordes & René Balcer", "sql": "SELECT MIN(\"No. in season\") FROM \"1-2618102-1\" WHERE \"Written by\" = 'Brad Markowitz, William N. Fordes & René Balcer';"} +{"question_id": 3492, "table_id": "1-261913-1", "question": "What institution is located in St. Peter? ", "sql": "SELECT \"Institution\" FROM \"1-261913-1\" WHERE \"Location (all in Minnesota)\" = 'St. Peter';"} +{"question_id": 3493, "table_id": "1-261913-1", "question": "What is the enrollment for Augsburg College? ", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-261913-1\" WHERE \"Institution\" = 'Augsburg College';"} +{"question_id": 3494, "table_id": "1-261913-1", "question": "What was the earliest date an institution was founded that joined in 1977? ", "sql": "SELECT MIN(\"Founded\") FROM \"1-261913-1\" WHERE \"Joined\" = '1977';"} +{"question_id": 3495, "table_id": "1-261927-2", "question": "How many different types are allocated to the institution in Bridgewater, Massachusetts? ", "sql": "SELECT COUNT(\"Type\") FROM \"1-261927-2\" WHERE \"Location\" = 'Bridgewater, Massachusetts';"} +{"question_id": 3496, "table_id": "1-261927-2", "question": "What is the enrollment for the institution in Westfield, Massachusetts? ", "sql": "SELECT \"Enrollment\" FROM \"1-261927-2\" WHERE \"Location\" = 'Westfield, Massachusetts';"} +{"question_id": 3497, "table_id": "1-261927-2", "question": "Which institutions primary conference is Merged into the University of Massachusetts Boston? ", "sql": "SELECT \"Institution\" FROM \"1-261927-2\" WHERE \"Primary Conference\" = 'Merged into the University of Massachusetts Boston';"} +{"question_id": 3498, "table_id": "1-261927-2", "question": "What is the football conference for Henniker, New Hampshire>?", "sql": "SELECT \"Football Conference\" FROM \"1-261927-2\" WHERE \"Location\" = 'Henniker, New Hampshire';"} +{"question_id": 3499, "table_id": "1-261927-2", "question": "What date did the institution that left in 2013 and that is nicknamed Corsairs, join? ", "sql": "SELECT \"Joined\" FROM \"1-261927-2\" WHERE \"Left\" = '2013' AND \"Nickname\" = 'Corsairs';"} +{"question_id": 3500, "table_id": "1-26199484-1", "question": "Who wrote title number 38?", "sql": "SELECT \"Written by\" FROM \"1-26199484-1\" WHERE \"No.\" = 38.0;"} +{"question_id": 3501, "table_id": "1-26202812-7", "question": "Which match was the final score 7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)?", "sql": "SELECT \"No.\" FROM \"1-26202812-7\" WHERE \"Score in the final\" = '7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)';"} +{"question_id": 3502, "table_id": "1-26209210-2", "question": "What is the blank ends when the skip is Steve Laycock?", "sql": "SELECT \"Blank Ends\" FROM \"1-26209210-2\" WHERE \"Skip\" = 'Steve Laycock';"} +{"question_id": 3503, "table_id": "1-26209210-2", "question": "What is the lowest ends won when w is 8?", "sql": "SELECT MIN(\"Ends Won\") FROM \"1-26209210-2\" WHERE \"W\" = 8.0;"} +{"question_id": 3504, "table_id": "1-26209210-2", "question": "How many times is the ends lost 49?", "sql": "SELECT COUNT(\"L\") FROM \"1-26209210-2\" WHERE \"Ends Lost\" = 49.0;"} +{"question_id": 3505, "table_id": "1-26209210-2", "question": "What is the pa when the skip is François Gagné?", "sql": "SELECT \"PA\" FROM \"1-26209210-2\" WHERE \"Skip\" = 'François Gagné';"} +{"question_id": 3506, "table_id": "1-26214389-3", "question": "If the qatari male is 1104, what is the grand total?", "sql": "SELECT MAX(\"Grand Total\") FROM \"1-26214389-3\" WHERE \"Qatari Male\" = 1104.0;"} +{"question_id": 3507, "table_id": "1-26214389-3", "question": "If the grand total is 5814, what is the total non qatar?", "sql": "SELECT \"Total Non Qatar\" FROM \"1-26214389-3\" WHERE \"Grand Total\" = 5814.0;"} +{"question_id": 3508, "table_id": "1-26214389-3", "question": "If the year is 2001, what are the non qatari female?", "sql": "SELECT \"Non Qatari Female\" FROM \"1-26214389-3\" WHERE \"Year\" = 2001.0;"} +{"question_id": 3509, "table_id": "1-26214389-3", "question": "If the qatari female is 918, what is the total number of females?", "sql": "SELECT \"Total Female\" FROM \"1-26214389-3\" WHERE \"Qatari Female\" = 918.0;"} +{"question_id": 3510, "table_id": "1-26202940-6", "question": "How many outcomes occur for score in the final of 6–3, 6–4, 7–6 (13–11)?", "sql": "SELECT COUNT(\"Outcome\") FROM \"1-26202940-6\" WHERE \"Score in the final\" = '6–3, 6–4, 7–6 (13–11)';"} +{"question_id": 3511, "table_id": "1-26202940-6", "question": "How many outcomes occur on the date of January 31, 2010?", "sql": "SELECT COUNT(\"Outcome\") FROM \"1-26202940-6\" WHERE \"Date\" = 'January 31, 2010';"} +{"question_id": 3512, "table_id": "1-26202940-6", "question": "How many numbers correspond to the score in the final of 6–3, 6–4, 7–6 (13–11)?", "sql": "SELECT COUNT(\"No.\") FROM \"1-26202940-6\" WHERE \"Score in the final\" = '6–3, 6–4, 7–6 (13–11)';"} +{"question_id": 3513, "table_id": "1-26223231-1", "question": "How many championships are there when there are 6 points", "sql": "SELECT \"Series\" FROM \"1-26223231-1\" WHERE \"Points\" = '6';"} +{"question_id": 3514, "table_id": "1-26223231-1", "question": "When there are 2 wins, how many poles are?", "sql": "SELECT \"Poles\" FROM \"1-26223231-1\" WHERE \"Wins\" = 2.0;"} +{"question_id": 3515, "table_id": "1-2623498-5", "question": "What is the production code for episode #78?", "sql": "SELECT \"Prod. code\" FROM \"1-2623498-5\" WHERE \"Episode #\" = '78';"} +{"question_id": 3516, "table_id": "1-2623498-5", "question": "What is the number of titles written by Charleen Easton?", "sql": "SELECT COUNT(\"Title\") FROM \"1-2623498-5\" WHERE \"Written by\" = 'Charleen Easton';"} +{"question_id": 3517, "table_id": "1-2623498-5", "question": "What is the number of production codes for episode #73?", "sql": "SELECT COUNT(\"Prod. code\") FROM \"1-2623498-5\" WHERE \"Episode #\" = '73';"} +{"question_id": 3518, "table_id": "1-2623498-5", "question": "What is the number of air dates titled \"The Big Job\"?'", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-2623498-5\" WHERE \"Title\" = '\"The Big Job\"';"} +{"question_id": 3519, "table_id": "1-262481-2", "question": "where is Fisk University located? ", "sql": "SELECT \"Location\" FROM \"1-262481-2\" WHERE \"Institution\" = 'Fisk University';"} +{"question_id": 3520, "table_id": "1-262481-2", "question": "What is the nickname of the institution that was founded in 1857? ", "sql": "SELECT \"Nickname\" FROM \"1-262481-2\" WHERE \"Founded\" = 1857.0;"} +{"question_id": 3521, "table_id": "1-262481-2", "question": "What is the enrollment for the institution nicknamed the Panthers that left in 2012? ", "sql": "SELECT \"Enrollment\" FROM \"1-262481-2\" WHERE \"Left\" = '2012' AND \"Nickname\" = 'Panthers';"} +{"question_id": 3522, "table_id": "1-262481-2", "question": "What is the institution whose current conference is GCAC (NAIA)? ", "sql": "SELECT \"Institution\" FROM \"1-262481-2\" WHERE \"Current Conference\" = 'GCAC (NAIA)';"} +{"question_id": 3523, "table_id": "1-26250176-1", "question": "How many original artists were there for the Group Performance?", "sql": "SELECT COUNT(\"Original artist\") FROM \"1-26250176-1\" WHERE \"Theme\" = 'Group Performance';"} +{"question_id": 3524, "table_id": "1-26250176-1", "question": "What song was used resulting in the Bottom 3?", "sql": "SELECT \"Song choice\" FROM \"1-26250176-1\" WHERE \"Result\" = 'Bottom 3';"} +{"question_id": 3525, "table_id": "1-26250176-1", "question": "What is the theme for Audition week?", "sql": "SELECT \"Theme\" FROM \"1-26250176-1\" WHERE \"Week #\" = 'Audition';"} +{"question_id": 3526, "table_id": "1-26250176-1", "question": "What was the results for Top 12?", "sql": "SELECT \"Result\" FROM \"1-26250176-1\" WHERE \"Week #\" = 'Top 12';"} +{"question_id": 3527, "table_id": "1-26250176-1", "question": "Who was the original artist for First Solo?", "sql": "SELECT \"Original artist\" FROM \"1-26250176-1\" WHERE \"Theme\" = 'First Solo';"} +{"question_id": 3528, "table_id": "1-26250218-1", "question": "Which episode is #4?", "sql": "SELECT \"Episode\" FROM \"1-26250218-1\" WHERE \"Order #\" = '4';"} +{"question_id": 3529, "table_id": "1-262514-1", "question": "What is every year for joined with the Ravens nickname?", "sql": "SELECT \"Joined\" FROM \"1-262514-1\" WHERE \"Nickname\" = 'Ravens';"} +{"question_id": 3530, "table_id": "1-262514-1", "question": "What is every institution with a nickname of Ravens?", "sql": "SELECT \"Institution\" FROM \"1-262514-1\" WHERE \"Nickname\" = 'Ravens';"} +{"question_id": 3531, "table_id": "1-26263954-1", "question": "how many revised hepburn when english is Roman characters", "sql": "SELECT \"Revised Hepburn\" FROM \"1-26263954-1\" WHERE \"English\" = 'Roman characters';"} +{"question_id": 3532, "table_id": "1-26263954-1", "question": "when chiji is revised hepburn what are all the english", "sql": "SELECT \"English\" FROM \"1-26263954-1\" WHERE \"Revised Hepburn\" = 'chiji';"} +{"question_id": 3533, "table_id": "1-26263954-1", "question": "how many number of english when kunrei-shiki is otya", "sql": "SELECT COUNT(\"English\") FROM \"1-26263954-1\" WHERE \"Kunrei-shiki\" = 'otya';"} +{"question_id": 3534, "table_id": "1-26263954-1", "question": "how many kana spelling when english is Mount Fuji ", "sql": "SELECT \"Kana spelling\" FROM \"1-26263954-1\" WHERE \"English\" = 'Mount Fuji';"} +{"question_id": 3535, "table_id": "1-26263954-1", "question": "when english is tea how many nihon-shiki", "sql": "SELECT \"Nihon-shiki\" FROM \"1-26263954-1\" WHERE \"English\" = 'tea';"} +{"question_id": 3536, "table_id": "1-26293875-3", "question": "What was the original airdate of the episode with production number 2x03?", "sql": "SELECT \"Original airdate\" FROM \"1-26293875-3\" WHERE \"Prod. No.\" = '2x03';"} +{"question_id": 3537, "table_id": "1-26293875-3", "question": "How many episodes had production number 2x13?", "sql": "SELECT COUNT(\"Season #\") FROM \"1-26293875-3\" WHERE \"Prod. No.\" = '2x13';"} +{"question_id": 3538, "table_id": "1-26293875-3", "question": "What episode number was \"Stumped Again / The Kick Stays in the Picture\"?", "sql": "SELECT MIN(\"Season #\") FROM \"1-26293875-3\" WHERE \"Episode Title\" = '\"Stumped Again / The Kick Stays in the Picture\"';"} +{"question_id": 3539, "table_id": "1-26275503-2", "question": "How many different kickoffs happened when the oppenent was at Rhein Fire?", "sql": "SELECT COUNT(\"Kickoff\") FROM \"1-26275503-2\" WHERE \"Opponent\" = 'at Rhein Fire';"} +{"question_id": 3540, "table_id": "1-26275503-2", "question": "How many different kickoffs happened when the opponent was the Scottish Claymores", "sql": "SELECT COUNT(\"Kickoff\") FROM \"1-26275503-2\" WHERE \"Opponent\" = 'Scottish Claymores';"} +{"question_id": 3541, "table_id": "1-26351260-1", "question": "What is the lowest enrollment for Eastern Michigan University?", "sql": "SELECT MIN(\"Enrollment\") FROM \"1-26351260-1\" WHERE \"Institution\" = 'Eastern Michigan University';"} +{"question_id": 3542, "table_id": "1-26351260-1", "question": "What is Kent State University's team nickname?", "sql": "SELECT \"Team Nickname\" FROM \"1-26351260-1\" WHERE \"Institution\" = 'Kent State University';"} +{"question_id": 3543, "table_id": "1-26351260-1", "question": "How many Kent State University's are there?", "sql": "SELECT COUNT(\"Location\") FROM \"1-26351260-1\" WHERE \"Institution\" = 'Kent State University';"} +{"question_id": 3544, "table_id": "1-26351260-1", "question": "How many school teams are nicknamed \"Bulldogs\".", "sql": "SELECT \"Location\" FROM \"1-26351260-1\" WHERE \"Team Nickname\" = 'Bulldogs';"} +{"question_id": 3545, "table_id": "1-26375386-17", "question": "If the public is 4, what is the total?", "sql": "SELECT \"Total\" FROM \"1-26375386-17\" WHERE \"Public\" = 4.0;"} +{"question_id": 3546, "table_id": "1-26375386-17", "question": "How many results where given for the vote percentage 3.1%?", "sql": "SELECT COUNT(\"Result\") FROM \"1-26375386-17\" WHERE \"Vote percentage\" = '3.1%';"} +{"question_id": 3547, "table_id": "1-26375386-17", "question": "What couple had a vote percentage of 5.2%?", "sql": "SELECT \"Couple\" FROM \"1-26375386-17\" WHERE \"Vote percentage\" = '5.2%';"} +{"question_id": 3548, "table_id": "1-26375386-18", "question": "What was the vote % of Heather and Matt?", "sql": "SELECT \"Vote percentage\" FROM \"1-26375386-18\" WHERE \"Couple\" = 'Heather and Matt';"} +{"question_id": 3549, "table_id": "1-26375386-18", "question": "Who was the couple on the Bottom two?", "sql": "SELECT \"Couple\" FROM \"1-26375386-18\" WHERE \"Result\" = 'Bottom two';"} +{"question_id": 3550, "table_id": "1-26375386-18", "question": "WHat was the max public with Danniella and Matthew?", "sql": "SELECT MAX(\"Public\") FROM \"1-26375386-18\" WHERE \"Couple\" = 'Danniella and Matthew';"} +{"question_id": 3551, "table_id": "1-2639433-4", "question": "If the overall viewers were 1.83 millions, what was the overall market share?", "sql": "SELECT \"Market share (overall)\" FROM \"1-2639433-4\" WHERE \"Viewers (in millions/overall)\" = '1.83';"} +{"question_id": 3552, "table_id": "1-2639433-4", "question": "If the episode was number 234, what was it's timeslot?", "sql": "SELECT \"Timeslot\" FROM \"1-2639433-4\" WHERE \"Episodes\" = 234.0;"} +{"question_id": 3553, "table_id": "1-2639433-4", "question": "What episode came out in the year 2007?", "sql": "SELECT \"Episodes\" FROM \"1-2639433-4\" WHERE \"Year\" = 2007.0;"} +{"question_id": 3554, "table_id": "1-2639433-4", "question": "What was the timeslot for the episode in the year 2008?", "sql": "SELECT \"Timeslot\" FROM \"1-2639433-4\" WHERE \"Year\" = 2008.0;"} +{"question_id": 3555, "table_id": "1-2639433-4", "question": "How many times was the viewer target group 0.63?", "sql": "SELECT COUNT(\"Market share (target group 14-49)\") FROM \"1-2639433-4\" WHERE \"Viewers (in millions/target group 14-49)\" = '0.63';"} +{"question_id": 3556, "table_id": "1-26397277-3", "question": "Name the role for pick number 17", "sql": "SELECT \"Role(s)\" FROM \"1-26397277-3\" WHERE \"Pick #\" = 17.0;"} +{"question_id": 3557, "table_id": "1-26397277-3", "question": "Name the brand for pick number 15", "sql": "SELECT \"Brand (to)\" FROM \"1-26397277-3\" WHERE \"Pick #\" = 15.0;"} +{"question_id": 3558, "table_id": "1-26397277-3", "question": "Name the employee real name for Raw and Superstar", "sql": "SELECT \"Employee (Real name)\" FROM \"1-26397277-3\" WHERE \"Brand (from)\" = 'Raw' AND \"Role(s)\" = 'Superstar';"} +{"question_id": 3559, "table_id": "1-26399982-2", "question": "What smallest amount in the weeks at peak column?", "sql": "SELECT MIN(\"Weeks at peak\") FROM \"1-26399982-2\";"} +{"question_id": 3560, "table_id": "1-26400438-1", "question": "In which series did Lecor Sports participate?", "sql": "SELECT \"Series\" FROM \"1-26400438-1\" WHERE \"Team\" = 'Lecor Sports';"} +{"question_id": 3561, "table_id": "1-26400438-1", "question": "How many times did he hold 12 poles?", "sql": "SELECT COUNT(\"F/Laps\") FROM \"1-26400438-1\" WHERE \"Poles\" = 12.0;"} +{"question_id": 3562, "table_id": "1-26400438-1", "question": "In how many races did he have 8 podium finishes?", "sql": "SELECT COUNT(\"Races\") FROM \"1-26400438-1\" WHERE \"Podiums\" = 8.0;"} +{"question_id": 3563, "table_id": "1-26400438-1", "question": "how many seasons did he race in team Carlin?", "sql": "SELECT COUNT(\"Podiums\") FROM \"1-26400438-1\" WHERE \"Team\" = 'Carlin';"} +{"question_id": 3564, "table_id": "1-26427332-17", "question": "How many entries are in the ranking for Jacqueline Kohl?", "sql": "SELECT COUNT(\"Place\") FROM \"1-26427332-17\" WHERE \"Contestant\" = 'Jacqueline Kohl';"} +{"question_id": 3565, "table_id": "1-26427332-17", "question": "what measurement does the contestant from Sindelfingen have?", "sql": "SELECT \"Measurements (in cm)\" FROM \"1-26427332-17\" WHERE \"City\" = 'Sindelfingen';"} +{"question_id": 3566, "table_id": "1-26427332-17", "question": "for how many federal states is the city of Lahnstein listed in the ranking?", "sql": "SELECT COUNT(\"Federal state\") FROM \"1-26427332-17\" WHERE \"City\" = 'Lahnstein';"} +{"question_id": 3567, "table_id": "1-26427332-17", "question": "who are the participants from Hanover?", "sql": "SELECT \"Contestant\" FROM \"1-26427332-17\" WHERE \"City\" = 'Hanover';"} +{"question_id": 3568, "table_id": "1-26416704-2", "question": "What is the highest numbred district that has Brian W. Thomas as an incumbent?", "sql": "SELECT MAX(\"District\") FROM \"1-26416704-2\" WHERE \"Incumbent\" = 'Brian W. Thomas';"} +{"question_id": 3569, "table_id": "1-26416704-2", "question": "What was the status of the election featuring incumbent Margaret Kaiser?", "sql": "SELECT \"Status\" FROM \"1-26416704-2\" WHERE \"Incumbent\" = 'Margaret Kaiser';"} +{"question_id": 3570, "table_id": "1-26429658-1", "question": "What is the episode number in the season titled \"65 Million Years Off\"?", "sql": "SELECT \"No. in season\" FROM \"1-26429658-1\" WHERE \"Title\" = '\"65 Million Years Off\"';"} +{"question_id": 3571, "table_id": "1-26429658-1", "question": "How many episodes were directed by Arlene Sanford?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-26429658-1\" WHERE \"Directed by\" = 'Arlene Sanford';"} +{"question_id": 3572, "table_id": "1-26429658-1", "question": "What was the title of the episode with a production code of 2010?", "sql": "SELECT \"Title\" FROM \"1-26429658-1\" WHERE \"Production code\" = 2010.0;"} +{"question_id": 3573, "table_id": "1-26429658-1", "question": "How many production codes had a US viewership of 4.43 million?", "sql": "SELECT COUNT(\"Production code\") FROM \"1-26429658-1\" WHERE \"U.S. viewers (millions)\" = '4.43';"} +{"question_id": 3574, "table_id": "1-26458137-2", "question": "How many times is the opponents in the final is Beti Sekulovski Cindy Watson?", "sql": "SELECT COUNT(\"Score\") FROM \"1-26458137-2\" WHERE \"Opponents in the final\" = 'Beti Sekulovski Cindy Watson';"} +{"question_id": 3575, "table_id": "1-26458137-2", "question": "Who is the partner when the opponents in the final is Stephanie Dubois Olga Savchuk?", "sql": "SELECT \"Partner\" FROM \"1-26458137-2\" WHERE \"Opponents in the final\" = 'Stephanie Dubois Olga Savchuk';"} +{"question_id": 3576, "table_id": "1-26485957-1", "question": "Which artist had a result of 4?", "sql": "SELECT \"Artist\" FROM \"1-26485957-1\" WHERE \"Result\" = '4';"} +{"question_id": 3577, "table_id": "1-26485957-1", "question": "What is the minimum score given in judging panel points?", "sql": "SELECT MIN(\"Judging panel points\") FROM \"1-26485957-1\";"} +{"question_id": 3578, "table_id": "1-26538035-1", "question": "For the game whose developer was AiLive, is it a Move-only release?", "sql": "SELECT \"Move-only\" FROM \"1-26538035-1\" WHERE \"Developer\" = 'AiLive';"} +{"question_id": 3579, "table_id": "1-26538035-1", "question": "How many titles/sources have a developer of Clover Studio?", "sql": "SELECT COUNT(\"Title and source\") FROM \"1-26538035-1\" WHERE \"Developer\" = 'Clover Studio';"} +{"question_id": 3580, "table_id": "1-26538035-1", "question": "What is the title and source for the game developed by Hydravision Entertainment?", "sql": "SELECT \"Title and source\" FROM \"1-26538035-1\" WHERE \"Developer\" = 'Hydravision Entertainment';"} +{"question_id": 3581, "table_id": "1-2655016-9", "question": "What is the series # on airdate September 21, 2002?", "sql": "SELECT \"Series #\" FROM \"1-2655016-9\" WHERE \"Original air date\" = 'September 21, 2002';"} +{"question_id": 3582, "table_id": "1-2655016-9", "question": "what is the series number of the \"Harry Bladder Special\"?", "sql": "SELECT \"Series #\" FROM \"1-2655016-9\" WHERE \"Episode title\" = '\"Harry Bladder Special\"';"} +{"question_id": 3583, "table_id": "1-26565917-2", "question": "what was the name of episode 5?", "sql": "SELECT \"Title\" FROM \"1-26565917-2\" WHERE \"No. in season\" = 5.0;"} +{"question_id": 3584, "table_id": "1-26565917-2", "question": "when did 14.55 people watch?", "sql": "SELECT \"Original air date\" FROM \"1-26565917-2\" WHERE \"U.S. viewers (millions)\" = '14.55';"} +{"question_id": 3585, "table_id": "1-26609690-1", "question": "What is the smallest top 10 figure?", "sql": "SELECT MIN(\"Top 10\") FROM \"1-26609690-1\";"} +{"question_id": 3586, "table_id": "1-26609690-1", "question": "What is the earliest year on the chart?", "sql": "SELECT MIN(\"Year\") FROM \"1-26609690-1\";"} +{"question_id": 3587, "table_id": "1-26609690-1", "question": "Which team had $15,785 in winnings?", "sql": "SELECT \"Team(s)\" FROM \"1-26609690-1\" WHERE \"Winnings\" = '$15,785';"} +{"question_id": 3588, "table_id": "1-26609690-1", "question": "How many positions are there for RB1 Motorsports?", "sql": "SELECT COUNT(\"Position\") FROM \"1-26609690-1\" WHERE \"Team(s)\" = 'RB1 Motorsports';"} +{"question_id": 3589, "table_id": "1-26609690-1", "question": "What is the highest number of wins?", "sql": "SELECT MAX(\"Wins\") FROM \"1-26609690-1\";"} +{"question_id": 3590, "table_id": "1-26593762-2", "question": "Who is the captain of Cardiff City?", "sql": "SELECT \"Team captain\" FROM \"1-26593762-2\" WHERE \"Team\" = 'Cardiff City';"} +{"question_id": 3591, "table_id": "1-26593762-2", "question": "How many kit makers are there for Louis Carey's team?", "sql": "SELECT COUNT(\"Kit maker\") FROM \"1-26593762-2\" WHERE \"Team captain\" = 'Louis Carey';"} +{"question_id": 3592, "table_id": "1-26593762-2", "question": "Who is the captain of Neil Warnock's team?", "sql": "SELECT \"Team captain\" FROM \"1-26593762-2\" WHERE \"Manager\" = 'Neil Warnock';"} +{"question_id": 3593, "table_id": "1-26593762-2", "question": "Who is the captain of Dave Jones' team?", "sql": "SELECT \"Team captain\" FROM \"1-26593762-2\" WHERE \"Manager\" = 'Dave Jones';"} +{"question_id": 3594, "table_id": "1-26593762-2", "question": "Who is the chairman of Mark Robins team?", "sql": "SELECT \"Chairman\" FROM \"1-26593762-2\" WHERE \"Manager\" = 'Mark Robins';"} +{"question_id": 3595, "table_id": "1-26631526-1", "question": "Name the release date xbox 360 for Sea Wolf", "sql": "SELECT \"Release date ( Xbox360 )\" FROM \"1-26631526-1\" WHERE \"Artist\" = 'Sea Wolf';"} +{"question_id": 3596, "table_id": "1-2668243-20", "question": " What party was represented by incumbent Richard Coulter ? ", "sql": "SELECT \"Party\" FROM \"1-2668243-20\" WHERE \"Incumbent\" = 'Richard Coulter';"} +{"question_id": 3597, "table_id": "1-2668243-8", "question": "What was the result for Henry Daniel's race?", "sql": "SELECT \"Result\" FROM \"1-2668243-8\" WHERE \"Incumbent\" = 'Henry Daniel';"} +{"question_id": 3598, "table_id": "1-2668243-8", "question": "When was Henry Daniel first elected?", "sql": "SELECT \"First elected\" FROM \"1-2668243-8\" WHERE \"Incumbent\" = 'Henry Daniel';"} +{"question_id": 3599, "table_id": "1-2668243-8", "question": "How many first elected years are provided for Thomas P. Moore?", "sql": "SELECT COUNT(\"First elected\") FROM \"1-2668243-8\" WHERE \"Incumbent\" = 'Thomas P. Moore';"} +{"question_id": 3600, "table_id": "1-2668243-8", "question": "What district is Joseph Lecompte in office in?", "sql": "SELECT \"District\" FROM \"1-2668243-8\" WHERE \"Incumbent\" = 'Joseph Lecompte';"} +{"question_id": 3601, "table_id": "1-2668264-22", "question": "What party does Joel R. Poinsett represent?", "sql": "SELECT \"Party\" FROM \"1-2668264-22\" WHERE \"Incumbent\" = 'Joel R. Poinsett';"} +{"question_id": 3602, "table_id": "1-2668264-22", "question": "What was the first elected year that featured incumbent Andrew R. Govan?", "sql": "SELECT \"First elected\" FROM \"1-2668264-22\" WHERE \"Incumbent\" = 'Andrew R. Govan';"} +{"question_id": 3603, "table_id": "1-2668336-17", "question": "In what district is the incumbent Charles Fisher?", "sql": "SELECT \"District\" FROM \"1-2668336-17\" WHERE \"Incumbent\" = 'Charles Fisher';"} +{"question_id": 3604, "table_id": "1-2668336-17", "question": "First elected in 1807 1817 in what district?", "sql": "SELECT \"District\" FROM \"1-2668336-17\" WHERE \"First elected\" = '1807 1817';"} +{"question_id": 3605, "table_id": "1-2668336-17", "question": "The candidates Charles Fisher (DR) 65.1% W. Jones (F) 34.9% is for what incumbent?", "sql": "SELECT \"Incumbent\" FROM \"1-2668336-17\" WHERE \"Candidates\" = 'Charles Fisher (DR) 65.1% W. Jones (F) 34.9%';"} +{"question_id": 3606, "table_id": "1-2668336-17", "question": "In district North Carolina 10, what are the candidates?", "sql": "SELECT \"Candidates\" FROM \"1-2668336-17\" WHERE \"District\" = 'North Carolina 10';"} +{"question_id": 3607, "table_id": "1-2668336-17", "question": "Candiates Charles Fisher (DR) 65.1% W. Jones (F) 34.9% had what result?", "sql": "SELECT \"Result\" FROM \"1-2668336-17\" WHERE \"Candidates\" = 'Charles Fisher (DR) 65.1% W. Jones (F) 34.9%';"} +{"question_id": 3608, "table_id": "1-2668336-17", "question": "The district North Carolina 10 have what candidates?", "sql": "SELECT \"Candidates\" FROM \"1-2668336-17\" WHERE \"District\" = 'North Carolina 10';"} +{"question_id": 3609, "table_id": "1-2668336-19", "question": "Who were the incumbent(s) in the election featuring John Murray (DR) 50.4% George Denison (DR) 49.6% with a result of a Retired Democratic-Republican hold?", "sql": "SELECT \"Incumbent\" FROM \"1-2668336-19\" WHERE \"Candidates\" = 'John Murray (DR) 50.4% George Denison (DR) 49.6%' AND \"Result\" = 'Retired Democratic-Republican hold';"} +{"question_id": 3610, "table_id": "1-2668336-19", "question": "Who were the incumbent(s) when the result was a Retired Democratic-Republican hold and the first elected representative was in 1816>", "sql": "SELECT \"Incumbent\" FROM \"1-2668336-19\" WHERE \"Result\" = 'Retired Democratic-Republican hold' AND \"First elected\" = '1816';"} +{"question_id": 3611, "table_id": "1-2668336-19", "question": "Who were the candidates in the election where William Wilson was the incumbent?", "sql": "SELECT \"Candidates\" FROM \"1-2668336-19\" WHERE \"Incumbent\" = 'William Wilson';"} +{"question_id": 3612, "table_id": "1-2668352-14", "question": "Name the result for Pennsylvania 8", "sql": "SELECT \"Result\" FROM \"1-2668352-14\" WHERE \"District\" = 'Pennsylvania 8';"} +{"question_id": 3613, "table_id": "1-2668352-14", "question": "Name the result for 1810", "sql": "SELECT \"Result\" FROM \"1-2668352-14\" WHERE \"First elected\" = '1810';"} +{"question_id": 3614, "table_id": "1-2668352-14", "question": "Name the district for Hugh Glasgow", "sql": "SELECT \"District\" FROM \"1-2668352-14\" WHERE \"Incumbent\" = 'Hugh Glasgow';"} +{"question_id": 3615, "table_id": "1-2668352-14", "question": "Name the incumbent for Lost re-election Democratic-Republican hold", "sql": "SELECT \"Incumbent\" FROM \"1-2668352-14\" WHERE \"Result\" = 'Lost re-election Democratic-Republican hold';"} +{"question_id": 3616, "table_id": "1-2668352-14", "question": "Name the district for first elected 1810", "sql": "SELECT \"District\" FROM \"1-2668352-14\" WHERE \"First elected\" = '1810';"} +{"question_id": 3617, "table_id": "1-2668352-19", "question": "What party does James Pleasants belong to?", "sql": "SELECT \"Party\" FROM \"1-2668352-19\" WHERE \"Incumbent\" = 'James Pleasants';"} +{"question_id": 3618, "table_id": "1-2668374-11", "question": "When was William Kennedy first elected?", "sql": "SELECT \"First elected\" FROM \"1-2668374-11\" WHERE \"Incumbent\" = 'William Kennedy';"} +{"question_id": 3619, "table_id": "1-2668378-13", "question": "what was the section where the winner is William Hoge", "sql": "SELECT \"District\" FROM \"1-2668378-13\" WHERE \"Incumbent\" = 'William Hoge';"} +{"question_id": 3620, "table_id": "1-2668378-13", "question": "who was running where the winner is Daniel Montgomery", "sql": "SELECT \"Candidates\" FROM \"1-2668378-13\" WHERE \"Incumbent\" = 'Daniel Montgomery';"} +{"question_id": 3621, "table_id": "1-2668378-13", "question": "who was running in the section Pennsylvania 5", "sql": "SELECT \"Candidates\" FROM \"1-2668378-13\" WHERE \"District\" = 'Pennsylvania 5';"} +{"question_id": 3622, "table_id": "1-2668378-18", "question": "Who was the incumbent in the district that first elected someone in 1807?", "sql": "SELECT \"Incumbent\" FROM \"1-2668378-18\" WHERE \"First elected\" = '1807';"} +{"question_id": 3623, "table_id": "1-2668378-18", "question": "When was someone first elected in the district with incumbent John Smith?", "sql": "SELECT \"First elected\" FROM \"1-2668378-18\" WHERE \"Incumbent\" = 'John Smith';"} +{"question_id": 3624, "table_id": "1-2668378-18", "question": "What party represents the district with incumbent Matthew Clay?", "sql": "SELECT \"Party\" FROM \"1-2668378-18\" WHERE \"Incumbent\" = 'Matthew Clay';"} +{"question_id": 3625, "table_id": "1-2668378-18", "question": "What party represents the district with John G. Jackson?", "sql": "SELECT \"Party\" FROM \"1-2668378-18\" WHERE \"Incumbent\" = 'John G. Jackson';"} +{"question_id": 3626, "table_id": "1-2668393-18", "question": "How many times was the incumbent John Dawson Redistricted from the 15th district?", "sql": "SELECT COUNT(\"Candidates\") FROM \"1-2668393-18\" WHERE \"Incumbent\" = 'John Dawson Redistricted from the 15th district';"} +{"question_id": 3627, "table_id": "1-2668393-18", "question": "What is the party for the candidates Edwin Gray (DR)?", "sql": "SELECT \"Party\" FROM \"1-2668393-18\" WHERE \"Candidates\" = 'Edwin Gray (DR)';"} +{"question_id": 3628, "table_id": "1-2668393-18", "question": "What is the result in the Virginia 11 district?", "sql": "SELECT \"Result\" FROM \"1-2668393-18\" WHERE \"District\" = 'Virginia 11';"} +{"question_id": 3629, "table_id": "1-2668393-18", "question": "What is the district with the candidates Edwin Gray (DR)?", "sql": "SELECT \"District\" FROM \"1-2668393-18\" WHERE \"Candidates\" = 'Edwin Gray (DR)';"} +{"question_id": 3630, "table_id": "1-2668393-18", "question": "How many incumbents were first elected in 1797 with the candidates Abram Trigg (DR)?", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-2668393-18\" WHERE \"First elected\" = '1797' AND \"Candidates\" = 'Abram Trigg (DR)';"} +{"question_id": 3631, "table_id": "1-26702204-1", "question": "What is the production code when the u.s. viewers (million) is 11.76?", "sql": "SELECT \"Production code\" FROM \"1-26702204-1\" WHERE \"U.S. viewers (million)\" = '11.76';"} +{"question_id": 3632, "table_id": "1-26702204-1", "question": "What was the u.s. viewers (millions) when the production code was 4ALH19?", "sql": "SELECT \"U.S. viewers (million)\" FROM \"1-26702204-1\" WHERE \"Production code\" = '4ALH19';"} +{"question_id": 3633, "table_id": "1-26744350-2", "question": "Who wrote the episode titled \"Big Kings on Campus\"?", "sql": "SELECT \"Written by\" FROM \"1-26744350-2\" WHERE \"Title\" = '\"Big Kings on Campus\"';"} +{"question_id": 3634, "table_id": "1-26744350-2", "question": "How many episodes have the title \"Revenge of the Mummy\"?", "sql": "SELECT COUNT(\"Original U.S. air date\") FROM \"1-26744350-2\" WHERE \"Title\" = '\"Revenge of the Mummy\"';"} +{"question_id": 3635, "table_id": "1-26745820-1", "question": "What is the operator name when the distance is 3105km?", "sql": "SELECT \"Operator Name\" FROM \"1-26745820-1\" WHERE \"Distance\" = '3105km';"} +{"question_id": 3636, "table_id": "1-26745820-1", "question": "What is the distance for the train nameno is Hapa sup Express /12997?", "sql": "SELECT \"Distance\" FROM \"1-26745820-1\" WHERE \"Train Name No\" = 'Hapa sup Express /12997';"} +{"question_id": 3637, "table_id": "1-26745820-1", "question": "what is the no when the distance is 4168km?", "sql": "SELECT \"No\" FROM \"1-26745820-1\" WHERE \"Distance\" = '4168km';"} +{"question_id": 3638, "table_id": "1-26748252-1", "question": "How many millions of people watched the episode \"The Grandfather\"?", "sql": "SELECT \"U.S. viewers (in millions)\" FROM \"1-26748252-1\" WHERE \"Title\" = '\"The Grandfather\"';"} +{"question_id": 3639, "table_id": "1-26748252-1", "question": "How many people wrote the episode with 3.40 million U.S viewers?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-26748252-1\" WHERE \"U.S. viewers (in millions)\" = '3.40';"} +{"question_id": 3640, "table_id": "1-26781017-1", "question": "How many MotoGP winners were there when the circuit was Catalunya?", "sql": "SELECT COUNT(\"MotoGP winner\") FROM \"1-26781017-1\" WHERE \"Circuit\" = 'Catalunya';"} +{"question_id": 3641, "table_id": "1-26781017-1", "question": "Who are all the Moto2 winners when the grand prix was Shell Advance Malaysian Grand Prix?", "sql": "SELECT \"Moto2 winner\" FROM \"1-26781017-1\" WHERE \"Grand Prix\" = 'Shell Advance Malaysian Grand Prix';"} +{"question_id": 3642, "table_id": "1-26781017-1", "question": "Who are all the motogp winners when the circuit was Catalunya?", "sql": "SELECT \"MotoGP winner\" FROM \"1-26781017-1\" WHERE \"Circuit\" = 'Catalunya';"} +{"question_id": 3643, "table_id": "1-26769-1", "question": "What was the area (km²) (per sqmi) of the country Colombia?", "sql": "SELECT \"Area (km²) (per sqmi)\" FROM \"1-26769-1\" WHERE \"Country or territory with flag\" = 'Colombia';"} +{"question_id": 3644, "table_id": "1-26769-1", "question": "What was the maximum population of the country with Quito as capital?", "sql": "SELECT MAX(\"Population (July 2009 est.)\") FROM \"1-26769-1\" WHERE \"Capital\" = 'Quito';"} +{"question_id": 3645, "table_id": "1-26769-1", "question": "What was the population of a country with a population density of 14.3/km² (/sqmi)?", "sql": "SELECT \"Population (July 2009 est.)\" FROM \"1-26769-1\" WHERE \"Population density per km²\" = '14.3/km² (/sqmi)';"} +{"question_id": 3646, "table_id": "1-26769-1", "question": "What was the area (km²) (per sqmi) of a country with a population density per km² of 8.4/km² (/sqmi)?", "sql": "SELECT \"Area (km²) (per sqmi)\" FROM \"1-26769-1\" WHERE \"Population density per km²\" = '8.4/km² (/sqmi)';"} +{"question_id": 3647, "table_id": "1-26769-1", "question": "What was the country with a population density per km² of 3.5/km² (/sqmi)?", "sql": "SELECT \"Country or territory with flag\" FROM \"1-26769-1\" WHERE \"Population density per km²\" = '3.5/km² (/sqmi)';"} +{"question_id": 3648, "table_id": "1-26769-1", "question": "What is the capital of the country with a population density per km² of 15.6/km² (/sqmi)?", "sql": "SELECT \"Capital\" FROM \"1-26769-1\" WHERE \"Population density per km²\" = '15.6/km² (/sqmi)';"} +{"question_id": 3649, "table_id": "1-2679061-6", "question": "what is the position for pick # 103?", "sql": "SELECT \"Position\" FROM \"1-2679061-6\" WHERE \"Pick #\" = 103.0;"} +{"question_id": 3650, "table_id": "1-2679061-6", "question": "What is the pick # for nhl team Vancouver Canucks?", "sql": "SELECT MIN(\"Pick #\") FROM \"1-2679061-6\" WHERE \"NHL team\" = 'Vancouver Canucks';"} +{"question_id": 3651, "table_id": "1-2679061-6", "question": "What is the nationality of the player Kevin Stevens?", "sql": "SELECT \"Nationality\" FROM \"1-2679061-6\" WHERE \"Player\" = 'Kevin Stevens';"} +{"question_id": 3652, "table_id": "1-2679061-6", "question": "What is the highest pick number for player Don Barber?", "sql": "SELECT MAX(\"Pick #\") FROM \"1-2679061-6\" WHERE \"Player\" = 'Don Barber';"} +{"question_id": 3653, "table_id": "1-2679061-6", "question": "What is the college/junior/club team for player Don Barber?", "sql": "SELECT \"College/junior/club team\" FROM \"1-2679061-6\" WHERE \"Player\" = 'Don Barber';"} +{"question_id": 3654, "table_id": "1-2679061-6", "question": "What is the nhl team for the position Centre and nationality United States?", "sql": "SELECT \"NHL team\" FROM \"1-2679061-6\" WHERE \"Position\" = 'Centre' AND \"Nationality\" = 'United States';"} +{"question_id": 3655, "table_id": "1-2679061-7", "question": "What country do the Winnipeg Jets come from?", "sql": "SELECT \"Nationality\" FROM \"1-2679061-7\" WHERE \"NHL team\" = 'Winnipeg Jets';"} +{"question_id": 3656, "table_id": "1-2679061-7", "question": "How many teams got pick number 130?", "sql": "SELECT COUNT(\"College/junior/club team\") FROM \"1-2679061-7\" WHERE \"Pick #\" = 130.0;"} +{"question_id": 3657, "table_id": "1-2679061-7", "question": "Where are the Buffalo Sabres from?", "sql": "SELECT \"College/junior/club team\" FROM \"1-2679061-7\" WHERE \"NHL team\" = 'Buffalo Sabres';"} +{"question_id": 3658, "table_id": "1-26804862-1", "question": "When \"The Legacy\" is the title what is the production code?", "sql": "SELECT \"Production code\" FROM \"1-26804862-1\" WHERE \"Title\" = '\"The Legacy\"';"} +{"question_id": 3659, "table_id": "1-26804862-1", "question": "When Harvey Laidman is the director what is the season number?", "sql": "SELECT \"Season #\" FROM \"1-26804862-1\" WHERE \"Directed by\" = 'Harvey Laidman';"} +{"question_id": 3660, "table_id": "1-26804862-1", "question": "When 3.89 is the production code how many season numbers are there?", "sql": "SELECT COUNT(\"Season #\") FROM \"1-26804862-1\" WHERE \"Production code\" = '3.89';"} +{"question_id": 3661, "table_id": "1-26808178-1", "question": "How many episodes is episode number 4 in the series?", "sql": "SELECT COUNT(\"Title\") FROM \"1-26808178-1\" WHERE \"Series #\" = 4.0;"} +{"question_id": 3662, "table_id": "1-26808178-1", "question": "How many million viewers watched episode 3 in the series?", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-26808178-1\" WHERE \"Series #\" = 3.0;"} +{"question_id": 3663, "table_id": "1-26808178-1", "question": "Who wrote \"Pocket Pussy\"?", "sql": "SELECT \"Written by\" FROM \"1-26808178-1\" WHERE \"Title\" = '\"Pocket Pussy\"';"} +{"question_id": 3664, "table_id": "1-26808178-1", "question": "How many episodes are titled \"It's Called Hazing, Look It Up\"?", "sql": "SELECT COUNT(\"Series #\") FROM \"1-26808178-1\" WHERE \"Title\" = '\"It''s Called Hazing, Look It Up\"';"} +{"question_id": 3665, "table_id": "1-26816495-26", "question": "What is the maximum home attendance if the average is 11,322?", "sql": "SELECT MAX(\"Home Att.\") FROM \"1-26816495-26\" WHERE \"Avg.\" = '11,322';"} +{"question_id": 3666, "table_id": "1-26826304-2", "question": "What is title numer 103's rank for weekly rank sky1?", "sql": "SELECT \"Weekly Rank Sky1\" FROM \"1-26826304-2\" WHERE \"#\" = 103.0;"} +{"question_id": 3667, "table_id": "1-26826304-2", "question": "What was the rank by Weekly Rank Sky1 for title number 97?", "sql": "SELECT MIN(\"Weekly Rank Sky1\") FROM \"1-26826304-2\" WHERE \"#\" = 97.0;"} +{"question_id": 3668, "table_id": "1-26826304-2", "question": "What was the weekly rank by Virgin media for the title aired on May 20, 2010?", "sql": "SELECT MIN(\"Weekly Rank Virgin Media\") FROM \"1-26826304-2\" WHERE \"Air date\" = 'May 20, 2010';"} +{"question_id": 3669, "table_id": "1-26826304-2", "question": "A what time was the title aired in October 22, 2009", "sql": "SELECT \"Timeslot\" FROM \"1-26826304-2\" WHERE \"Air date\" = 'October 22, 2009';"} +{"question_id": 3670, "table_id": "1-26853172-1", "question": "What is the hand number of the hand where player 1 is South and the East wind is prevailing?", "sql": "SELECT COUNT(\"Hand Number\") FROM \"1-26853172-1\" WHERE \"Player 1\" = 'South' AND \"Prevailing Wind\" = 'East';"} +{"question_id": 3671, "table_id": "1-26853172-1", "question": "What is player 1 when player 3 is South and the prevailing wind is South?", "sql": "SELECT \"Player 1\" FROM \"1-26853172-1\" WHERE \"Player 3\" = 'South' AND \"Prevailing Wind\" = 'South';"} +{"question_id": 3672, "table_id": "1-26914076-4", "question": "Who directed the episode that had 0.54 million U.S. viewers? ", "sql": "SELECT \"Directed by\" FROM \"1-26914076-4\" WHERE \"U.S. viewers (millions)\" = '0.54';"} +{"question_id": 3673, "table_id": "1-26914076-4", "question": "Who wrote the teleplay for the episode directed by Tim Robbins? ", "sql": "SELECT \"Teleplay by\" FROM \"1-26914076-4\" WHERE \"Directed by\" = 'Tim Robbins';"} +{"question_id": 3674, "table_id": "1-26914076-4", "question": "Who directed the episode that had 0.57 million U.S. viewers? ", "sql": "SELECT \"Directed by\" FROM \"1-26914076-4\" WHERE \"U.S. viewers (millions)\" = '0.57';"} +{"question_id": 3675, "table_id": "1-26914076-4", "question": "What number episode in the season was watched by 0.49 million U.S. viewers? ", "sql": "SELECT MAX(\"#\") FROM \"1-26914076-4\" WHERE \"U.S. viewers (millions)\" = '0.49';"} +{"question_id": 3676, "table_id": "1-26920192-5", "question": "How many times is the series Italian and the circuit is Valencia?", "sql": "SELECT COUNT(\"Round\") FROM \"1-26920192-5\" WHERE \"Series\" = 'Italian' AND \"Circuit\" = 'Valencia';"} +{"question_id": 3677, "table_id": "1-26920192-5", "question": "Who had the fastest lap for the circuit Magione?", "sql": "SELECT \"Fastest Lap\" FROM \"1-26920192-5\" WHERE \"Circuit\" = 'Magione';"} +{"question_id": 3678, "table_id": "1-26920192-5", "question": "Who had the fastest lap when the winning driver is Giorgio Sanna?", "sql": "SELECT \"Fastest Lap\" FROM \"1-26920192-5\" WHERE \"Winning Driver\" = 'Giorgio Sanna';"} +{"question_id": 3679, "table_id": "1-26920192-5", "question": "Who had the fastest lap when the winning driver was Kristian Ghedina?", "sql": "SELECT \"Fastest Lap\" FROM \"1-26920192-5\" WHERE \"Winning Driver\" = 'Kristian Ghedina';"} +{"question_id": 3680, "table_id": "1-26961951-6", "question": "What is the title of the episode directed by Romeo Tirone?", "sql": "SELECT \"Title\" FROM \"1-26961951-6\" WHERE \"Directed by\" = 'Romeo Tirone';"} +{"question_id": 3681, "table_id": "1-26961951-6", "question": "When did the episode written by Abe Sylvia originally air?", "sql": "SELECT \"Original air date\" FROM \"1-26961951-6\" WHERE \"Written by\" = 'Abe Sylvia';"} +{"question_id": 3682, "table_id": "1-26961951-6", "question": "Which episode number had a viewership of 0.56 million?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-26961951-6\" WHERE \"U.S. viewers (million)\" = '0.56';"} +{"question_id": 3683, "table_id": "1-26961951-6", "question": "Who was the writer in the episode directed by Jesse Peretz?", "sql": "SELECT \"Written by\" FROM \"1-26961951-6\" WHERE \"Directed by\" = 'Jesse Peretz';"} +{"question_id": 3684, "table_id": "1-26977890-1", "question": "With the Royal Navy as Combatants B, what was the result?", "sql": "SELECT \"Result\" FROM \"1-26977890-1\" WHERE \"Combatants B\" = 'Royal Navy';"} +{"question_id": 3685, "table_id": "1-26977890-1", "question": "In what conflicts was the Italian Navy Combatants B?", "sql": "SELECT \"Conflict\" FROM \"1-26977890-1\" WHERE \"Combatants B\" = 'Italian Navy';"} +{"question_id": 3686, "table_id": "1-26977890-1", "question": "How many battles resulted in Battle of the Yellow Sea?", "sql": "SELECT COUNT(\"Result\") FROM \"1-26977890-1\" WHERE \"Battles\" = 'Battle of the Yellow Sea';"} +{"question_id": 3687, "table_id": "1-26986076-3", "question": "What is Paul Coward 492cc Nourish Weslake's lowest rank?", "sql": "SELECT MIN(\"Rank\") FROM \"1-26986076-3\" WHERE \"Rider\" = 'Paul Coward 492cc Nourish Weslake';"} +{"question_id": 3688, "table_id": "1-26986076-3", "question": "What was the time on Monday August 23rd for Steve Linsdell 499cc Royal Enfield Seeley?", "sql": "SELECT \"Mon 23 Aug\" FROM \"1-26986076-3\" WHERE \"Rider\" = 'Steve Linsdell 499cc Royal Enfield Seeley';"} +{"question_id": 3689, "table_id": "1-269920-17", "question": "Does the model E5504 have a turbo boost?", "sql": "SELECT \"Turbo-Boost\" FROM \"1-269920-17\" WHERE \"Model\" = 'E5504';"} +{"question_id": 3690, "table_id": "1-269920-17", "question": "What is the speed of model X5560?", "sql": "SELECT \"Speed (GHz)\" FROM \"1-269920-17\" WHERE \"Model\" = 'X5560';"} +{"question_id": 3691, "table_id": "1-269920-17", "question": "What is the maximum L3 cache of the processor whose speed is 2.00 GHZ, has a QPI speed of 4.8 gt/s, and is model E5504?", "sql": "SELECT MAX(\"L3 Cache (MB)\") FROM \"1-269920-17\" WHERE \"QPI speed (GT/s)\" = '4.8' AND \"Speed (GHz)\" = '2.00' AND \"Model\" = 'E5504';"} +{"question_id": 3692, "table_id": "1-269920-17", "question": "How many models numbered L5506 have a QPI speed?", "sql": "SELECT COUNT(\"QPI speed (GT/s)\") FROM \"1-269920-17\" WHERE \"Model\" = 'L5506';"} +{"question_id": 3693, "table_id": "1-27039190-3", "question": "What was game 3 when there were Under 2.61m viewers?", "sql": "SELECT \"Game 3\" FROM \"1-27039190-3\" WHERE \"Viewers\" = 'Under 2.61m';"} +{"question_id": 3694, "table_id": "1-27039190-3", "question": "How many episodes had 4.44m viewers?", "sql": "SELECT COUNT(\"Episode\") FROM \"1-27039190-3\" WHERE \"Viewers\" = '4.44m';"} +{"question_id": 3695, "table_id": "1-27050981-7", "question": "What committees do the district 46 members serve on?", "sql": "SELECT \"Committee\" FROM \"1-27050981-7\" WHERE \"District\" = '46';"} +{"question_id": 3696, "table_id": "1-27086613-5", "question": "Name the least league apps for total apps of 5 ", "sql": "SELECT MIN(\"League apps\") FROM \"1-27086613-5\" WHERE \"Total apps\" = 5.0;"} +{"question_id": 3697, "table_id": "1-27086613-5", "question": "Name the least fa cup goals with fa cup apps being 2 and FW ", "sql": "SELECT MIN(\"FA Cup goals\") FROM \"1-27086613-5\" WHERE \"FA Cup apps\" = 2.0 AND \"Position\" = 'FW';"} +{"question_id": 3698, "table_id": "1-27086613-5", "question": "Name the total apps for league apps being 4", "sql": "SELECT \"Total apps\" FROM \"1-27086613-5\" WHERE \"League apps\" = 4.0;"} +{"question_id": 3699, "table_id": "1-27114708-2", "question": "Please mention those appointment dates those are replaced by Alfredo Aglietti", "sql": "SELECT \"Date of appointment\" FROM \"1-27114708-2\" WHERE \"Replaced by\" = 'Alfredo Aglietti';"} +{"question_id": 3700, "table_id": "1-27114708-2", "question": "Mention all the applicable team who are replaced by Gianluca Atzori", "sql": "SELECT \"Team\" FROM \"1-27114708-2\" WHERE \"Replaced by\" = 'Gianluca Atzori';"} +{"question_id": 3701, "table_id": "1-27114708-2", "question": "For team Reggina please mention all the outgoing manager ", "sql": "SELECT \"Outgoing manager\" FROM \"1-27114708-2\" WHERE \"Team\" = 'Reggina';"} +{"question_id": 3702, "table_id": "1-27114708-2", "question": "For team Ascoli please mention all the appointment date.", "sql": "SELECT \"Date of appointment\" FROM \"1-27114708-2\" WHERE \"Team\" = 'Ascoli';"} +{"question_id": 3703, "table_id": "1-27114708-2", "question": "For outgoing manager is Alberto Malesani mention all the applicable replaced by person", "sql": "SELECT \"Replaced by\" FROM \"1-27114708-2\" WHERE \"Outgoing manager\" = 'Alberto Malesani';"} +{"question_id": 3704, "table_id": "1-27114708-2", "question": "For Livorno team mention all the manner of departure", "sql": "SELECT \"Manner of departure\" FROM \"1-27114708-2\" WHERE \"Team\" = 'Livorno';"} +{"question_id": 3705, "table_id": "1-27115960-1", "question": "Phil Klemmer wrote all titles and production code is 3T6455. ", "sql": "SELECT \"Title\" FROM \"1-27115960-1\" WHERE \"Written by\" = 'Phil Klemmer' AND \"Production code\" = '3T6455';"} +{"question_id": 3706, "table_id": "1-27115960-1", "question": "Season 9 all the titles were no. in series.", "sql": "SELECT \"Title\" FROM \"1-27115960-1\" WHERE \"No. in series\" = 9.0;"} +{"question_id": 3707, "table_id": "1-27115960-1", "question": "Title is the total number where u.s. viewers (million) is 7.56.", "sql": "SELECT COUNT(\"Title\") FROM \"1-27115960-1\" WHERE \"U.S. viewers (million)\" = '7.56';"} +{"question_id": 3708, "table_id": "1-27155243-4", "question": "How many items appear in the written by column in episode 3?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-27155243-4\" WHERE \"Episode #\" = 3.0;"} +{"question_id": 3709, "table_id": "1-27155243-4", "question": "What episode was written by Matt MacLennan?", "sql": "SELECT MAX(\"Episode #\") FROM \"1-27155243-4\" WHERE \"Written by\" = 'Matt MacLennan';"} +{"question_id": 3710, "table_id": "1-27155243-4", "question": "What is largest total number that was written by Sheri Elwood?", "sql": "SELECT MAX(\"Total #\") FROM \"1-27155243-4\" WHERE \"Written by\" = 'Sheri Elwood';"} +{"question_id": 3711, "table_id": "1-27218002-1", "question": "Name the number of ratings for \"Forests of Prejudice\"", "sql": "SELECT COUNT(\"Ratings\") FROM \"1-27218002-1\" WHERE \"Title\" = '\"Forests of Prejudice\"';"} +{"question_id": 3712, "table_id": "1-27218002-1", "question": "Name the air date for ratings of 2.19 Million", "sql": "SELECT \"Originalairdate\" FROM \"1-27218002-1\" WHERE \"Ratings\" = '2.19 Million';"} +{"question_id": 3713, "table_id": "1-27218002-1", "question": "Name who directed the air date of 12 July 2010", "sql": "SELECT \"Directed by\" FROM \"1-27218002-1\" WHERE \"Originalairdate\" = '12 July 2010';"} +{"question_id": 3714, "table_id": "1-27218002-1", "question": "Name the least episode number for Jonathan Harvey", "sql": "SELECT MIN(\"Episode #\") FROM \"1-27218002-1\" WHERE \"Written by\" = 'Jonathan Harvey';"} +{"question_id": 3715, "table_id": "1-27218002-1", "question": "Name the total number of written by for 26 July 2010", "sql": "SELECT COUNT(\"Written by\") FROM \"1-27218002-1\" WHERE \"Originalairdate\" = '26 July 2010';"} +{"question_id": 3716, "table_id": "1-27274566-2", "question": "Which season had a result of 1–0 (aet)?", "sql": "SELECT \"season\" FROM \"1-27274566-2\" WHERE \"result\" = '1–0 (aet)';"} +{"question_id": 3717, "table_id": "1-27274566-2", "question": "What is the date in the 2007-08 season where the away team was the Kaizer Chiefs?", "sql": "SELECT \"date\" FROM \"1-27274566-2\" WHERE \"season\" = '2007-08' AND \"away team\" = 'Kaizer Chiefs';"} +{"question_id": 3718, "table_id": "1-27274566-2", "question": "How many dates are shown for the home team of Orlando Pirates and result of 1–3?", "sql": "SELECT COUNT(\"date\") FROM \"1-27274566-2\" WHERE \"home team\" = 'Orlando Pirates' AND \"result\" = '1–3';"} +{"question_id": 3719, "table_id": "1-27274566-2", "question": "What is the division where the result was 0–2?", "sql": "SELECT \"division\" FROM \"1-27274566-2\" WHERE \"result\" = '0–2';"} +{"question_id": 3720, "table_id": "1-27274566-2", "question": "What is the date where the home team was Kaizer Chiefs and the division was MTN 8 Semi-final?", "sql": "SELECT \"date\" FROM \"1-27274566-2\" WHERE \"home team\" = 'Kaizer Chiefs' AND \"division\" = 'MTN 8 Semi-final';"} +{"question_id": 3721, "table_id": "1-27277284-27", "question": "What are the L2 cache specifications of part number AMQL64DAM22GG?", "sql": "SELECT \"L2 Cache\" FROM \"1-27277284-27\" WHERE \"Order Part Number\" = 'AMQL64DAM22GG';"} +{"question_id": 3722, "table_id": "1-27277284-27", "question": "What is the operating voltage of part number AMQL64DAM22GG?", "sql": "SELECT \"Voltage\" FROM \"1-27277284-27\" WHERE \"Order Part Number\" = 'AMQL64DAM22GG';"} +{"question_id": 3723, "table_id": "1-27277284-27", "question": "What are the possible multipliers for 1900MHz processors?", "sql": "SELECT \"Mult. 1\" FROM \"1-27277284-27\" WHERE \"Frequency\" = '1900MHz';"} +{"question_id": 3724, "table_id": "1-27277284-27", "question": "How many thermal design power levels does part number AMQL65DAM22GG have?", "sql": "SELECT COUNT(\"TDP\") FROM \"1-27277284-27\" WHERE \"Order Part Number\" = 'AMQL65DAM22GG';"} +{"question_id": 3725, "table_id": "1-27277284-27", "question": "What kind of sockets does a 2100MHz Athlon X2 QL-64 use?", "sql": "SELECT \"Socket\" FROM \"1-27277284-27\" WHERE \"Frequency\" = '2100MHz' AND \"Model Number\" = 'Athlon X2 QL-64';"} +{"question_id": 3726, "table_id": "1-272865-20", "question": "What is the total number of years active listings where Asian Cup played as a captain is Japan 1992?", "sql": "SELECT COUNT(\"Years Active\") FROM \"1-272865-20\" WHERE \"Asian Cup Played As A Captain\" = 'Japan 1992';"} +{"question_id": 3727, "table_id": "1-272865-20", "question": "How many matches as captain were played where Asian Cup played as a captain is Qatar 1988", "sql": "SELECT \"Matches As Captain\" FROM \"1-272865-20\" WHERE \"Asian Cup Played As A Captain\" = 'Qatar 1988';"} +{"question_id": 3728, "table_id": "1-272865-20", "question": "What were the years active where Asian Cup played as a captain is Iran 1976?", "sql": "SELECT \"Years Active\" FROM \"1-272865-20\" WHERE \"Asian Cup Played As A Captain\" = 'Iran 1976';"} +{"question_id": 3729, "table_id": "1-272865-20", "question": "What were the years active where Asian Cup played as a captain is Qatar 1988?", "sql": "SELECT \"Years Active\" FROM \"1-272865-20\" WHERE \"Asian Cup Played As A Captain\" = 'Qatar 1988';"} +{"question_id": 3730, "table_id": "1-27279050-3", "question": "Who is the first driver(s) when the country is Romania?", "sql": "SELECT \"First driver(s)\" FROM \"1-27279050-3\" WHERE \"Country\" = 'Romania';"} +{"question_id": 3731, "table_id": "1-27279050-3", "question": "How many times is last/current driver(s) 3 november 2013 is Adderly Fong ( 2013 )?", "sql": "SELECT COUNT(\"Country\") FROM \"1-27279050-3\" WHERE \"Last/Current driver(s) 3 November 2013\" = 'Adderly Fong ( 2013 )';"} +{"question_id": 3732, "table_id": "1-27279050-3", "question": "Who is the last/current driver(s) 3 november 2013 when first driver(s) is Marlon Stöckinger , Kotaro Sakurai ( 2011 )?", "sql": "SELECT \"Last/Current driver(s) 3 November 2013\" FROM \"1-27279050-3\" WHERE \"First driver(s)\" = 'Marlon Stöckinger , Kotaro Sakurai ( 2011 )';"} +{"question_id": 3733, "table_id": "1-27279050-3", "question": "What is the country when last/current driver(s) 3 november 2013 is Daniel Abt ( 2012 )?", "sql": "SELECT \"Country\" FROM \"1-27279050-3\" WHERE \"Last/Current driver(s) 3 November 2013\" = 'Daniel Abt ( 2012 )';"} +{"question_id": 3734, "table_id": "1-27293285-2", "question": " How many losses did the club who had 9 bonus points and 11 wins have?", "sql": "SELECT \"Lost\" FROM \"1-27293285-2\" WHERE \"Bonus points\" = '9' AND \"Won\" = '11';"} +{"question_id": 3735, "table_id": "1-27293285-2", "question": "How many bonus points did the club who had 379 points for have?", "sql": "SELECT \"Bonus points\" FROM \"1-27293285-2\" WHERE \"Points for\" = '379';"} +{"question_id": 3736, "table_id": "1-27293285-2", "question": "Which club had 5 bonus points?", "sql": "SELECT \"Club\" FROM \"1-27293285-2\" WHERE \"Bonus points\" = '5';"} +{"question_id": 3737, "table_id": "1-27293285-2", "question": "How many bonus points did the club who had 18 losses have?", "sql": "SELECT \"Bonus points\" FROM \"1-27293285-2\" WHERE \"Lost\" = '18';"} +{"question_id": 3738, "table_id": "1-27293285-2", "question": "How many points for did Munster have?", "sql": "SELECT \"Points for\" FROM \"1-27293285-2\" WHERE \"Club\" = 'Munster';"} +{"question_id": 3739, "table_id": "1-27293285-2", "question": "How many points against did the club who had 353 points for have? ", "sql": "SELECT \"Points against\" FROM \"1-27293285-2\" WHERE \"Points for\" = '353';"} +{"question_id": 3740, "table_id": "1-27312918-5", "question": "What was the team the Suns played against in game number 4?", "sql": "SELECT \"Team\" FROM \"1-27312918-5\" WHERE \"Game\" = 4.0;"} +{"question_id": 3741, "table_id": "1-27312918-5", "question": "Who got the most points in game number 5?", "sql": "SELECT \"High points\" FROM \"1-27312918-5\" WHERE \"Game\" = 5.0;"} +{"question_id": 3742, "table_id": "1-27329061-2", "question": "What is the default desktop environment when the code base is Ubuntu 8.04 and edition is Fluxbox CE?", "sql": "SELECT \"Default desktop environment\" FROM \"1-27329061-2\" WHERE \"Code Base\" = 'Ubuntu 8.04' AND \"Edition\" = 'Fluxbox CE';"} +{"question_id": 3743, "table_id": "1-27329061-2", "question": "What is the compatible repository when the version is Old version, no longer supported: 9 and default desktop environment is LXDE?", "sql": "SELECT \"Compatible repository\" FROM \"1-27329061-2\" WHERE \"Version\" = 'Old version, no longer supported: 9' AND \"Default desktop environment\" = 'LXDE';"} +{"question_id": 3744, "table_id": "1-27329061-2", "question": "What is the the codename when the code base is Ubuntu 8.04 and the edition is Fluxbox CE?", "sql": "SELECT \"Codename\" FROM \"1-27329061-2\" WHERE \"Code Base\" = 'Ubuntu 8.04' AND \"Edition\" = 'Fluxbox CE';"} +{"question_id": 3745, "table_id": "1-27329061-2", "question": "What is the default desktop environment when the edition is KDE and the compatible repository is Ubuntu 13.04?", "sql": "SELECT \"Default desktop environment\" FROM \"1-27329061-2\" WHERE \"Edition\" = 'KDE' AND \"Compatible repository\" = 'Ubuntu 13.04';"} +{"question_id": 3746, "table_id": "1-27329061-2", "question": "What is the version when the codename is Ada?", "sql": "SELECT \"Version\" FROM \"1-27329061-2\" WHERE \"Codename\" = 'Ada';"} +{"question_id": 3747, "table_id": "1-27329061-2", "question": "What is the version when the compatible reposityory is Xubuntu 10.04", "sql": "SELECT \"Version\" FROM \"1-27329061-2\" WHERE \"Compatible repository\" = 'Xubuntu 10.04';"} +{"question_id": 3748, "table_id": "1-27366772-3", "question": "What is the highest population in 2001?", "sql": "SELECT MAX(\"Population (2001)\") FROM \"1-27366772-3\";"} +{"question_id": 3749, "table_id": "1-27366772-3", "question": "What district is known in Armenian as Քանաքեր-Զեյթուն?", "sql": "SELECT \"District\" FROM \"1-27366772-3\" WHERE \"Armenian\" = 'Քանաքեր-Զեյթուն';"} +{"question_id": 3750, "table_id": "1-27366772-3", "question": "What is the Armenian name of the district that is 8.37 km² large?", "sql": "SELECT \"Armenian\" FROM \"1-27366772-3\" WHERE \"Area (km²)\" = '8.37';"} +{"question_id": 3751, "table_id": "1-27369069-1", "question": "What is the name of the soccer stadium in NL providence?", "sql": "SELECT \"Soccer Stadium\" FROM \"1-27369069-1\" WHERE \"Province\" = 'NL';"} +{"question_id": 3752, "table_id": "1-27369069-1", "question": "which providence's soccer stadium was founded in 2005?", "sql": "SELECT \"Province\" FROM \"1-27369069-1\" WHERE \"Founded\" = 2005.0;"} +{"question_id": 3753, "table_id": "1-27369069-1", "question": "What is the team mascot for the soccer team in Charlottetown?", "sql": "SELECT \"Varsity Name\" FROM \"1-27369069-1\" WHERE \"City\" = 'Charlottetown';"} +{"question_id": 3754, "table_id": "1-27369069-1", "question": "Which province has the soccer stadium that holds 4,000 people?", "sql": "SELECT \"Province\" FROM \"1-27369069-1\" WHERE \"Stadium Capacity\" = '4,000';"} +{"question_id": 3755, "table_id": "1-27369069-1", "question": "Which University's soccer stadium in named Moncton Stadium?", "sql": "SELECT \"University\" FROM \"1-27369069-1\" WHERE \"Soccer Stadium\" = 'Moncton Stadium';"} +{"question_id": 3756, "table_id": "1-27378582-1", "question": "Name the current womens lacrosse conference for 6000 enrollment", "sql": "SELECT \"Current womens lacrosse conference\" FROM \"1-27378582-1\" WHERE \"Enrollment\" = 6000.0;"} +{"question_id": 3757, "table_id": "1-27378582-1", "question": "Name the city for enrollment being 19900", "sql": "SELECT \"City\" FROM \"1-27378582-1\" WHERE \"Enrollment\" = 19900.0;"} +{"question_id": 3758, "table_id": "1-27378582-1", "question": "Name the current womens lacrosse conference for Bison", "sql": "SELECT \"Current womens lacrosse conference\" FROM \"1-27378582-1\" WHERE \"Nickname\" = 'Bison';"} +{"question_id": 3759, "table_id": "1-27378582-1", "question": "Name the most founded for Bison", "sql": "SELECT MAX(\"Founded\") FROM \"1-27378582-1\" WHERE \"Nickname\" = 'Bison';"} +{"question_id": 3760, "table_id": "1-27441210-12", "question": "How many weeks was K.Maro at #1?", "sql": "SELECT MAX(\"Weeks at #1\") FROM \"1-27441210-12\" WHERE \"Artist\" = 'K.Maro';"} +{"question_id": 3761, "table_id": "1-27441210-12", "question": "How many weeks was France at #1?", "sql": "SELECT MAX(\"Weeks at #1\") FROM \"1-27441210-12\" WHERE \"Country\" = 'France';"} +{"question_id": 3762, "table_id": "1-27441210-20", "question": "Name the number one singles for week 1 being 5", "sql": "SELECT \"Number-one single(s)\" FROM \"1-27441210-20\" WHERE \"Weeks at #1\" = 5.0;"} +{"question_id": 3763, "table_id": "1-27441210-20", "question": "Name the straight to number 1 for Tribal King", "sql": "SELECT \"Straight to #1 ?\" FROM \"1-27441210-20\" WHERE \"Artist\" = 'Tribal King';"} +{"question_id": 3764, "table_id": "1-27441210-5", "question": "Name the number one singles for Desvarieux, Jacob", "sql": "SELECT \"Number-one single(s)\" FROM \"1-27441210-5\" WHERE \"Artist\" = 'Desvarieux, Jacob';"} +{"question_id": 3765, "table_id": "1-27441210-5", "question": "Name the least weeks at number 1 for 1988", "sql": "SELECT MIN(\"Weeks at #1\") FROM \"1-27441210-5\" WHERE \"Year\" = 1988.0;"} +{"question_id": 3766, "table_id": "1-27450976-1", "question": "What is the name of the episode that was written by Scott M. Gimple?", "sql": "SELECT \"Title\" FROM \"1-27450976-1\" WHERE \"Written by\" = 'Scott M. Gimple';"} +{"question_id": 3767, "table_id": "1-27450976-1", "question": "What is the title of the episode with a production code of 2J5504?", "sql": "SELECT \"Title\" FROM \"1-27450976-1\" WHERE \"Production code\" = '2J5504';"} +{"question_id": 3768, "table_id": "1-27450976-1", "question": "How many people wrote the episode with a production code of 2J5507?", "sql": "SELECT COUNT(\"Written by\") FROM \"1-27450976-1\" WHERE \"Production code\" = '2J5507';"} +{"question_id": 3769, "table_id": "1-27491610-2", "question": "What was the latest number in series that was directed by Skip Sudduth?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-27491610-2\" WHERE \"Directed by\" = 'Skip Sudduth';"} +{"question_id": 3770, "table_id": "1-27491610-2", "question": "What number in season had 10.18 million US viewers?", "sql": "SELECT \"No. in season\" FROM \"1-27491610-2\" WHERE \"U.S. viewers (millions)\" = '10.18';"} +{"question_id": 3771, "table_id": "1-27491610-2", "question": "What was the original air date of the episode that was directed by Alex Zakrzewski?", "sql": "SELECT \"Original air date\" FROM \"1-27491610-2\" WHERE \"Directed by\" = 'Alex Zakrzewski';"} +{"question_id": 3772, "table_id": "1-27491610-2", "question": "What number in season is number 141 in series?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-27491610-2\" WHERE \"No. in series\" = 141.0;"} +{"question_id": 3773, "table_id": "1-275023-1", "question": "What province was New Plymouth formed from?", "sql": "SELECT \"Formed from\" FROM \"1-275023-1\" WHERE \"Province\" = 'New Plymouth';"} +{"question_id": 3774, "table_id": "1-275023-1", "question": "Why was Otago formed?", "sql": "SELECT \"Reason\" FROM \"1-275023-1\" WHERE \"Province\" = 'Otago';"} +{"question_id": 3775, "table_id": "1-275023-1", "question": "What provinces were formed from New Munster?", "sql": "SELECT \"Province\" FROM \"1-275023-1\" WHERE \"Formed from\" = 'New Munster';"} +{"question_id": 3776, "table_id": "1-275023-1", "question": "How many provinces are named Wellington?", "sql": "SELECT COUNT(\"Formed date\") FROM \"1-275023-1\" WHERE \"Province\" = 'Wellington';"} +{"question_id": 3777, "table_id": "1-27537870-6", "question": "If the decision was by Lalime, when in January was it made?", "sql": "SELECT \"January\" FROM \"1-27537870-6\" WHERE \"Decision\" = 'Lalime';"} +{"question_id": 3778, "table_id": "1-27537870-6", "question": "If the game was on January 21, which game was it?", "sql": "SELECT MAX(\"Game\") FROM \"1-27537870-6\" WHERE \"January\" = 21.0;"} +{"question_id": 3779, "table_id": "1-27537870-6", "question": "If the score is 5-3, who made the decision?", "sql": "SELECT \"Decision\" FROM \"1-27537870-6\" WHERE \"Score\" = '5-3';"} +{"question_id": 3780, "table_id": "1-27537870-6", "question": "If the opponent was the Philadelphia Flyers, what was the record?", "sql": "SELECT \"Record\" FROM \"1-27537870-6\" WHERE \"Opponent\" = 'Philadelphia Flyers';"} +{"question_id": 3781, "table_id": "1-27537870-6", "question": "If the record was 22-21-5, who was the opponent?", "sql": "SELECT \"Opponent\" FROM \"1-27537870-6\" WHERE \"Record\" = '22-21-5';"} +{"question_id": 3782, "table_id": "1-27537870-6", "question": "If the opponent was @ Boston Bruins, what was the Location/Attendance?", "sql": "SELECT \"Location/Attendance\" FROM \"1-27537870-6\" WHERE \"Opponent\" = '@ Boston Bruins';"} +{"question_id": 3783, "table_id": "1-27539535-7", "question": "What day in February was the team 17-29-7?", "sql": "SELECT MAX(\"February\") FROM \"1-27539535-7\" WHERE \"Record\" = '17-29-7';"} +{"question_id": 3784, "table_id": "1-27539535-7", "question": "What was the teams record when they played the Ottawa Senators?", "sql": "SELECT \"Record\" FROM \"1-27539535-7\" WHERE \"Opponent\" = 'Ottawa Senators';"} +{"question_id": 3785, "table_id": "1-27539535-7", "question": "What was the team's rcord on february 1?", "sql": "SELECT \"Record\" FROM \"1-27539535-7\" WHERE \"February\" = 1.0;"} +{"question_id": 3786, "table_id": "1-27539535-7", "question": "What day in February did the team play the Boston Bruins?", "sql": "SELECT \"February\" FROM \"1-27539535-7\" WHERE \"Opponent\" = 'Boston Bruins';"} +{"question_id": 3787, "table_id": "1-27571406-1", "question": "In what season did Pons Racing compete?", "sql": "SELECT \"Season\" FROM \"1-27571406-1\" WHERE \"Team Name\" = 'Pons Racing';"} +{"question_id": 3788, "table_id": "1-27571406-1", "question": "What's the f/laps count for the team with 8 podiums?", "sql": "SELECT \"F/Laps\" FROM \"1-27571406-1\" WHERE \"Podiums\" = 8.0;"} +{"question_id": 3789, "table_id": "1-275506-1", "question": "What is the lowest stage when the yellow jersey is Ronan Pensec?", "sql": "SELECT MIN(\"Stage\") FROM \"1-275506-1\" WHERE \"Yellow jersey\" = 'Ronan Pensec';"} +{"question_id": 3790, "table_id": "1-275506-1", "question": "How many bends occur when the yellow jersey is Lance Armstrong and stage winner is Lance Armstrong?", "sql": "SELECT COUNT(\"Bend\") FROM \"1-275506-1\" WHERE \"Yellow jersey\" = 'Lance Armstrong' AND \"Stage winner\" = 'Lance Armstrong';"} +{"question_id": 3791, "table_id": "1-275506-1", "question": "What is every yellow jersey entry for the distance 125?", "sql": "SELECT \"Yellow jersey\" FROM \"1-275506-1\" WHERE \"Distance (km)\" = '125';"} +{"question_id": 3792, "table_id": "1-275506-1", "question": "Who is every stage winner at the distance of 162.5?", "sql": "SELECT \"Stage winner\" FROM \"1-275506-1\" WHERE \"Distance (km)\" = '162.5';"} +{"question_id": 3793, "table_id": "1-275506-1", "question": "What is the lowest entry for bend when Federico Echave is the stage winner?", "sql": "SELECT MIN(\"Bend\") FROM \"1-275506-1\" WHERE \"Stage winner\" = 'Federico Echave';"} +{"question_id": 3794, "table_id": "1-275506-1", "question": "How many entries for start of stage occur in the year 2006?", "sql": "SELECT COUNT(\"Start of stage\") FROM \"1-275506-1\" WHERE \"Year\" = '2006';"} +{"question_id": 3795, "table_id": "1-27588823-2", "question": "How much power does DWZF have?", "sql": "SELECT \"Power (kW)\" FROM \"1-27588823-2\" WHERE \"Callsign\" = 'DWZF';"} +{"question_id": 3796, "table_id": "1-27588823-2", "question": "What is the branding for callsign DYPV?", "sql": "SELECT \"Branding\" FROM \"1-27588823-2\" WHERE \"Callsign\" = 'DYPV';"} +{"question_id": 3797, "table_id": "1-27588823-2", "question": "What is the branding for the station located in San Jose Del Monte?", "sql": "SELECT \"Branding\" FROM \"1-27588823-2\" WHERE \"Location\" = 'San Jose Del Monte';"} +{"question_id": 3798, "table_id": "1-27588823-2", "question": "How many call signs does the location Masinloc, Zambales have?", "sql": "SELECT COUNT(\"Callsign\") FROM \"1-27588823-2\" WHERE \"Location\" = 'Masinloc, Zambales';"} +{"question_id": 3799, "table_id": "1-27588823-2", "question": "What is the frequency of the station located in Polangui, Albay?", "sql": "SELECT \"Frequency\" FROM \"1-27588823-2\" WHERE \"Location\" = 'Polangui, Albay';"} +{"question_id": 3800, "table_id": "1-27573848-18", "question": "If the mountains classification is Mathias Frank, and the General Classification is Fabian Cancellara, what is the Points classification?", "sql": "SELECT \"Points classification\" FROM \"1-27573848-18\" WHERE \"General classification\" = 'Fabian Cancellara' AND \"Mountains Classification\" = 'Mathias Frank';"} +{"question_id": 3801, "table_id": "1-27573848-18", "question": "If the stage is smaller than 5.0, and the points classification is by Marco Marcato, who is the General classification by?", "sql": "SELECT \"General classification\" FROM \"1-27573848-18\" WHERE \"Points classification\" = 'Marco Marcato' AND \"Stage\" < 5.0;"} +{"question_id": 3802, "table_id": "1-27573848-18", "question": "How many different people had a General Classification on Stage 5?", "sql": "SELECT COUNT(\"General classification\") FROM \"1-27573848-18\" WHERE \"Stage\" = 5.0;"} +{"question_id": 3803, "table_id": "1-27573848-18", "question": "How many times was Robert Gesink a winner?", "sql": "SELECT COUNT(\"Mountains Classification\") FROM \"1-27573848-18\" WHERE \"Winner\" = 'Robert Gesink';"} +{"question_id": 3804, "table_id": "1-27573848-18", "question": "If the winner is Rui Costa, who made the mountains classification?", "sql": "SELECT \"Mountains Classification\" FROM \"1-27573848-18\" WHERE \"Winner\" = 'Rui Costa';"} +{"question_id": 3805, "table_id": "1-27603010-14", "question": "What was Team 1 Junior's points?", "sql": "SELECT \"Points\" FROM \"1-27603010-14\" WHERE \"Team #1\" = 'Junior';"} +{"question_id": 3806, "table_id": "1-27603010-14", "question": "What was the 2nd leg score if the team 1 is Deportivo Pasto?", "sql": "SELECT \"2nd leg\" FROM \"1-27603010-14\" WHERE \"Team #1\" = 'Deportivo Pasto';"} +{"question_id": 3807, "table_id": "1-27603010-14", "question": "Who was the team 2 that played against team 1 Atlético La Sabana?", "sql": "SELECT \"Team #2\" FROM \"1-27603010-14\" WHERE \"Team #1\" = 'Atlético La Sabana';"} +{"question_id": 3808, "table_id": "1-27615896-18", "question": "How many new points were earned by rk 26?", "sql": "SELECT \"New points\" FROM \"1-27615896-18\" WHERE \"Rk\" = 26.0;"} +{"question_id": 3809, "table_id": "1-27615896-18", "question": "How many points were won where new points was 1680?", "sql": "SELECT MIN(\"Points won\") FROM \"1-27615896-18\" WHERE \"New points\" = 1680.0;"} +{"question_id": 3810, "table_id": "1-27615896-18", "question": "What are the maximum points defended when points won are smaller than 720.0?", "sql": "SELECT MAX(\"Points defending\") FROM \"1-27615896-18\" WHERE \"Points won\" < 720.0;"} +{"question_id": 3811, "table_id": "1-27615896-18", "question": "What are the total points for sd 15?", "sql": "SELECT MAX(\"Points\") FROM \"1-27615896-18\" WHERE \"Sd\" = 15.0;"} +{"question_id": 3812, "table_id": "1-27615896-18", "question": "What is the total number of sd listings where the status is Quarterfinals lost to Novak Djokovic [1]?", "sql": "SELECT COUNT(\"Sd\") FROM \"1-27615896-18\" WHERE \"Status\" = 'Quarterfinals lost to Novak Djokovic [1]';"} +{"question_id": 3813, "table_id": "1-27615896-20", "question": "How many different counts for won points does Flavia Pennetta have?", "sql": "SELECT COUNT(\"Points won\") FROM \"1-27615896-20\" WHERE \"Player\" = 'Flavia Pennetta';"} +{"question_id": 3814, "table_id": "1-27615896-20", "question": "What's Kaia Kanepi's Sd?", "sql": "SELECT MIN(\"Sd\") FROM \"1-27615896-20\" WHERE \"Player\" = 'Kaia Kanepi';"} +{"question_id": 3815, "table_id": "1-27615896-20", "question": "What's the status of the player with 3041 points?", "sql": "SELECT \"Status\" FROM \"1-27615896-20\" WHERE \"Points\" = 3041.0;"} +{"question_id": 3816, "table_id": "1-27657925-1", "question": "When 62 is the number in series who is the writer?", "sql": "SELECT \"Written by\" FROM \"1-27657925-1\" WHERE \"No. in series\" = '62';"} +{"question_id": 3817, "table_id": "1-27657925-1", "question": "When Steve Holland is the writer what is the air date?", "sql": "SELECT \"Original air date\" FROM \"1-27657925-1\" WHERE \"Written by\" = 'Steve Holland';"} +{"question_id": 3818, "table_id": "1-27657925-1", "question": "When 231 is the production code what is the title?", "sql": "SELECT \"Title\" FROM \"1-27657925-1\" WHERE \"Production code\" = '231';"} +{"question_id": 3819, "table_id": "1-27657925-1", "question": "When there are 5.2 million u.s. viewers how many numbers in series are there?", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-27657925-1\" WHERE \"U.S. viewers (millions)\" = '5.2';"} +{"question_id": 3820, "table_id": "1-27666856-3", "question": "Name the total number of outgoing manager for Villarreal B", "sql": "SELECT COUNT(\"Outgoing manager\") FROM \"1-27666856-3\" WHERE \"Team\" = 'Villarreal B';"} +{"question_id": 3821, "table_id": "1-27666856-3", "question": "Name the date of appointment for 26 May 2011", "sql": "SELECT COUNT(\"Date of appointment\") FROM \"1-27666856-3\" WHERE \"Date of vacancy\" = '26 May 2011';"} +{"question_id": 3822, "table_id": "1-27666856-3", "question": "Name the outgoing manager for Esteban Vigo", "sql": "SELECT COUNT(\"Outgoing manager\") FROM \"1-27666856-3\" WHERE \"Replaced by\" = 'Esteban Vigo';"} +{"question_id": 3823, "table_id": "1-27666856-3", "question": "Name the number of team for 19th position", "sql": "SELECT COUNT(\"Team\") FROM \"1-27666856-3\" WHERE \"Position in table\" = '19th';"} +{"question_id": 3824, "table_id": "1-27666856-3", "question": "Name the manner of departure for Luis Enrique", "sql": "SELECT \"Manner of departure\" FROM \"1-27666856-3\" WHERE \"Outgoing manager\" = 'Luis Enrique';"} +{"question_id": 3825, "table_id": "1-27654988-1", "question": "Who was the opponent in the Women's Cup 0 0 where Brancão Couto 0 is the scorer?", "sql": "SELECT \"Opponent\" FROM \"1-27654988-1\" WHERE \"Competition\" = 'Women''s Cup 0 0' AND \"Scorers\" = 'Brancão Couto 0';"} +{"question_id": 3826, "table_id": "1-27654988-1", "question": "What is the result of the game where the opponent is Innsbrucker Kilmarnock CSK VVS Samara?", "sql": "SELECT \"Result\" FROM \"1-27654988-1\" WHERE \"Opponent\" = 'Innsbrucker Kilmarnock CSK VVS Samara';"} +{"question_id": 3827, "table_id": "1-27654988-1", "question": "How many seasons was the opponent Vamos Idaliou Krka Novo Mesto SV Neulengbach?", "sql": "SELECT COUNT(\"Season\") FROM \"1-27654988-1\" WHERE \"Opponent\" = 'Vamos Idaliou Krka Novo Mesto SV Neulengbach';"} +{"question_id": 3828, "table_id": "1-27654988-1", "question": "Who were the scorers in the game with final score 0–4 7–1 0–3?", "sql": "SELECT \"Scorers\" FROM \"1-27654988-1\" WHERE \"Result\" = '0–4 7–1 0–3';"} +{"question_id": 3829, "table_id": "1-27690037-2", "question": "Name the kickoff for Rheinstadion", "sql": "SELECT \"Kickoff\" FROM \"1-27690037-2\" WHERE \"Game site\" = 'Rheinstadion';"} +{"question_id": 3830, "table_id": "1-27700530-5", "question": "Who had the high point total on October 20?", "sql": "SELECT \"High points\" FROM \"1-27700530-5\" WHERE \"Date\" = 'October 20';"} +{"question_id": 3831, "table_id": "1-27700530-15", "question": "What was the series record at after game 3?", "sql": "SELECT \"Series\" FROM \"1-27700530-15\" WHERE \"Game\" = 3.0;"} +{"question_id": 3832, "table_id": "1-27700530-15", "question": "What was the location and attendance for game 2?", "sql": "SELECT \"Location Attendance\" FROM \"1-27700530-15\" WHERE \"Game\" = 2.0;"} +{"question_id": 3833, "table_id": "1-27700530-15", "question": "Who had the most points and how many did they have on April 22? ", "sql": "SELECT \"High points\" FROM \"1-27700530-15\" WHERE \"Date\" = 'April 22';"} +{"question_id": 3834, "table_id": "1-27704187-2", "question": "Who had the most assists and how many did they have on October 5? ", "sql": "SELECT \"High assists\" FROM \"1-27704187-2\" WHERE \"Date\" = 'October 5';"} +{"question_id": 3835, "table_id": "1-27711947-1", "question": "List all artists with choreographer Marcos Aguirre and a Simple rating.", "sql": "SELECT \"Artist\" FROM \"1-27711947-1\" WHERE \"Choreographer\" = 'Marcos Aguirre' AND \"Rating\" = 'Simple';"} +{"question_id": 3836, "table_id": "1-2771237-1", "question": "How many times was the overall attendance 17807?", "sql": "SELECT COUNT(\"Overall Attendance\") FROM \"1-2771237-1\" WHERE \"Average Attendance\" = 17807.0;"} +{"question_id": 3837, "table_id": "1-2771237-1", "question": "What is the overall attendance in the places where the average attendance was 17148?", "sql": "SELECT \"Overall Attendance\" FROM \"1-2771237-1\" WHERE \"Average Attendance\" = 17148.0;"} +{"question_id": 3838, "table_id": "1-2771237-1", "question": "What season was the average attendance is 16043?", "sql": "SELECT \"Season\" FROM \"1-2771237-1\" WHERE \"Average Attendance\" = 16043.0;"} +{"question_id": 3839, "table_id": "1-2771237-1", "question": "What was the overall record in the season where average attendance was 16720?", "sql": "SELECT \"Overall Record\" FROM \"1-2771237-1\" WHERE \"Average Attendance\" = 16720.0;"} +{"question_id": 3840, "table_id": "1-27712451-9", "question": "Name the high assists for March 14", "sql": "SELECT \"High assists\" FROM \"1-27712451-9\" WHERE \"Date\" = 'March 14';"} +{"question_id": 3841, "table_id": "1-27712702-7", "question": "Who had high assists in game number 9?", "sql": "SELECT \"High assists\" FROM \"1-27712702-7\" WHERE \"Game\" = 9.0;"} +{"question_id": 3842, "table_id": "1-27712702-7", "question": "Who had high assists in the game played at Oklahoma City Arena 17,509?", "sql": "SELECT \"High assists\" FROM \"1-27712702-7\" WHERE \"Location Attendance\" = 'Oklahoma City Arena 17,509';"} +{"question_id": 3843, "table_id": "1-27712702-7", "question": "Which team played on November 15?", "sql": "SELECT \"Team\" FROM \"1-27712702-7\" WHERE \"Date\" = 'November 15';"} +{"question_id": 3844, "table_id": "1-27713030-16", "question": "Which series had a score of L 103–112 (OT)?", "sql": "SELECT \"Series\" FROM \"1-27713030-16\" WHERE \"Score\" = 'L 103–112 (OT)';"} +{"question_id": 3845, "table_id": "1-27713030-16", "question": "What was the location and attendance when LeBron James (10) had the high assists?", "sql": "SELECT \"Location Attendance\" FROM \"1-27713030-16\" WHERE \"High assists\" = 'LeBron James (10)';"} +{"question_id": 3846, "table_id": "1-27713030-16", "question": "How many teams were there when Chris Bosh , LeBron James (8) had the high rebounds?", "sql": "SELECT COUNT(\"Team\") FROM \"1-27713030-16\" WHERE \"High rebounds\" = 'Chris Bosh , LeBron James (8)';"} +{"question_id": 3847, "table_id": "1-27713030-16", "question": "Which location and what was the attendance when LeBron James (10) had the high assists?", "sql": "SELECT \"Location Attendance\" FROM \"1-27713030-16\" WHERE \"High assists\" = 'LeBron James (10)';"} +{"question_id": 3848, "table_id": "1-27712702-9", "question": "Who led in assists on January 17, and with how many?", "sql": "SELECT \"High assists\" FROM \"1-27712702-9\" WHERE \"Date\" = 'January 17';"} +{"question_id": 3849, "table_id": "1-27712702-9", "question": "What was the score of the January 8 game?", "sql": "SELECT \"Score\" FROM \"1-27712702-9\" WHERE \"Date\" = 'January 8';"} +{"question_id": 3850, "table_id": "1-27713583-8", "question": "What game number was on January 14?", "sql": "SELECT \"Game\" FROM \"1-27713583-8\" WHERE \"Date\" = 'January 14';"} +{"question_id": 3851, "table_id": "1-27713583-2", "question": "what is the date of the game that the high assists is Raymond Felton (4)?", "sql": "SELECT \"Date\" FROM \"1-27713583-2\" WHERE \"High assists\" = 'Raymond Felton (4)';"} +{"question_id": 3852, "table_id": "1-27713583-2", "question": "How many games were on October 17?", "sql": "SELECT COUNT(\"High points\") FROM \"1-27713583-2\" WHERE \"Date\" = 'October 17';"} +{"question_id": 3853, "table_id": "1-27713583-2", "question": "What is the record for the game against team @ Minnesota?", "sql": "SELECT \"Record\" FROM \"1-27713583-2\" WHERE \"Team\" = '@ Minnesota';"} +{"question_id": 3854, "table_id": "1-27713583-2", "question": "What is the date the high points was by Toney Douglas (23)?", "sql": "SELECT \"Date\" FROM \"1-27713583-2\" WHERE \"High points\" = 'Toney Douglas (23)';"} +{"question_id": 3855, "table_id": "1-27713721-1", "question": "How many episodes had an audience of exactly 25.3 million viewers in the U.S.A.?", "sql": "SELECT COUNT(\"Production code\") FROM \"1-27713721-1\" WHERE \"U.S. viewers (millions)\" = '25.3';"} +{"question_id": 3856, "table_id": "1-27715173-8", "question": "Who had the high points when high assists is Tim Duncan (5)?", "sql": "SELECT \"High points\" FROM \"1-27715173-8\" WHERE \"High assists\" = 'Tim Duncan (5)';"} +{"question_id": 3857, "table_id": "1-27715173-8", "question": "what is the date when the location attendance is EnergySolutions Arena 19,911?", "sql": "SELECT \"Date\" FROM \"1-27715173-8\" WHERE \"Location Attendance\" = 'EnergySolutions Arena 19,911';"} +{"question_id": 3858, "table_id": "1-27715173-8", "question": "how many times is the team Oklahoma City?", "sql": "SELECT COUNT(\"High points\") FROM \"1-27715173-8\" WHERE \"Team\" = 'Oklahoma City';"} +{"question_id": 3859, "table_id": "1-27715173-8", "question": "what is the game where the high points is by Manu Ginóbili (26)?", "sql": "SELECT \"Game\" FROM \"1-27715173-8\" WHERE \"High points\" = 'Manu Ginóbili (26)';"} +{"question_id": 3860, "table_id": "1-27715173-8", "question": "what is the location attendance when the record is 39–7?", "sql": "SELECT \"Location Attendance\" FROM \"1-27715173-8\" WHERE \"Record\" = '39–7';"} +{"question_id": 3861, "table_id": "1-27715173-2", "question": "What is the maximum basketball game?", "sql": "SELECT MAX(\"Game\") FROM \"1-27715173-2\";"} +{"question_id": 3862, "table_id": "1-27722408-6", "question": "How many entries are shown for high points when the score was L 87–89 (OT)?", "sql": "SELECT COUNT(\"High points\") FROM \"1-27722408-6\" WHERE \"Score\" = 'L 87–89 (OT)';"} +{"question_id": 3863, "table_id": "1-27722408-6", "question": "What was the other team in game 11?", "sql": "SELECT \"Team\" FROM \"1-27722408-6\" WHERE \"Game\" = 11.0;"} +{"question_id": 3864, "table_id": "1-27722408-6", "question": "Who scored the high points for the game with record 9–3?", "sql": "SELECT \"High points\" FROM \"1-27722408-6\" WHERE \"Record\" = '9–3';"} +{"question_id": 3865, "table_id": "1-27722734-7", "question": "Name the date for Washington", "sql": "SELECT \"Date\" FROM \"1-27722734-7\" WHERE \"Team\" = 'Washington';"} +{"question_id": 3866, "table_id": "1-27722734-7", "question": "Name the record for 23 game", "sql": "SELECT \"Record\" FROM \"1-27722734-7\" WHERE \"Game\" = 23.0;"} +{"question_id": 3867, "table_id": "1-27722734-7", "question": "Name the most game for December 1", "sql": "SELECT MAX(\"Game\") FROM \"1-27722734-7\" WHERE \"Date\" = 'December 1';"} +{"question_id": 3868, "table_id": "1-27723526-10", "question": "What was the score of the game against Portland?", "sql": "SELECT \"Score\" FROM \"1-27723526-10\" WHERE \"Team\" = 'Portland';"} +{"question_id": 3869, "table_id": "1-27723526-10", "question": "Who had the high assist total on January 27?", "sql": "SELECT \"High assists\" FROM \"1-27723526-10\" WHERE \"Date\" = 'January 27';"} +{"question_id": 3870, "table_id": "1-27733909-9", "question": "What is the location and attendance of game 70?", "sql": "SELECT \"Location Attendance\" FROM \"1-27733909-9\" WHERE \"Game\" = 70.0;"} +{"question_id": 3871, "table_id": "1-27734577-13", "question": "What team was the opponent when Josh Smith (8) had the high assists?", "sql": "SELECT \"Team\" FROM \"1-27734577-13\" WHERE \"High assists\" = 'Josh Smith (8)';"} +{"question_id": 3872, "table_id": "1-27734577-13", "question": "What is the game number where Josh Smith (4) had the high assists?", "sql": "SELECT MIN(\"Game\") FROM \"1-27734577-13\" WHERE \"High assists\" = 'Josh Smith (4)';"} +{"question_id": 3873, "table_id": "1-27734577-13", "question": "What is the series number when Al Horford (10) had the high rebounds?", "sql": "SELECT \"Series\" FROM \"1-27734577-13\" WHERE \"High rebounds\" = 'Al Horford (10)';"} +{"question_id": 3874, "table_id": "1-27734577-7", "question": "What is every team with location attendance of Philips Arena 12,140?", "sql": "SELECT \"Team\" FROM \"1-27734577-7\" WHERE \"Location Attendance\" = 'Philips Arena 12,140';"} +{"question_id": 3875, "table_id": "1-27756014-1", "question": "How many games were played on October 16?", "sql": "SELECT COUNT(\"High points\") FROM \"1-27756014-1\" WHERE \"Date\" = 'October 16';"} +{"question_id": 3876, "table_id": "1-27756014-1", "question": "What is the score of game 4?", "sql": "SELECT \"Score\" FROM \"1-27756014-1\" WHERE \"Game\" = 4.0;"} +{"question_id": 3877, "table_id": "1-27756014-1", "question": "What is the score of the game played on October 16?", "sql": "SELECT \"Score\" FROM \"1-27756014-1\" WHERE \"Date\" = 'October 16';"} +{"question_id": 3878, "table_id": "1-27756014-1", "question": "What is the team played on October 5?", "sql": "SELECT \"Team\" FROM \"1-27756014-1\" WHERE \"Date\" = 'October 5';"} +{"question_id": 3879, "table_id": "1-27756314-6", "question": "who had high assists on November 12?", "sql": "SELECT \"High assists\" FROM \"1-27756314-6\" WHERE \"Date\" = 'November 12';"} +{"question_id": 3880, "table_id": "1-27756314-10", "question": "What is the date when the high points is Michael Beasley , Martell Webster (16)?", "sql": "SELECT \"Date\" FROM \"1-27756314-10\" WHERE \"High points\" = 'Michael Beasley , Martell Webster (16)';"} +{"question_id": 3881, "table_id": "1-27756314-10", "question": "What is the game with the team Indiana?", "sql": "SELECT \"Game\" FROM \"1-27756314-10\" WHERE \"Team\" = 'Indiana';"} +{"question_id": 3882, "table_id": "1-27756314-10", "question": "Who had high rebounds when the date was March 25?", "sql": "SELECT \"High rebounds\" FROM \"1-27756314-10\" WHERE \"Date\" = 'March 25';"} +{"question_id": 3883, "table_id": "1-27756314-10", "question": "What is the highest game with the score L 96–103 (OT)?", "sql": "SELECT MAX(\"Game\") FROM \"1-27756314-10\" WHERE \"Score\" = 'L 96–103 (OT)';"} +{"question_id": 3884, "table_id": "1-27756314-10", "question": "What is the team when the high points were by Wesley Johnson (20)?", "sql": "SELECT \"Team\" FROM \"1-27756314-10\" WHERE \"High points\" = 'Wesley Johnson (20)';"} +{"question_id": 3885, "table_id": "1-27756314-7", "question": "what is the record for date December 11?", "sql": "SELECT \"Record\" FROM \"1-27756314-7\" WHERE \"Date\" = 'December 11';"} +{"question_id": 3886, "table_id": "1-27756314-7", "question": "who had high assists on December 3?", "sql": "SELECT \"High assists\" FROM \"1-27756314-7\" WHERE \"Date\" = 'December 3';"} +{"question_id": 3887, "table_id": "1-27756314-7", "question": "where was the location that had game 19?", "sql": "SELECT \"Location Attendance\" FROM \"1-27756314-7\" WHERE \"Game\" = 19.0;"} +{"question_id": 3888, "table_id": "1-27756474-13", "question": "Where was the game played and what was the attendance on May 13?", "sql": "SELECT \"Location Attendance\" FROM \"1-27756474-13\" WHERE \"Date\" = 'May 13';"} +{"question_id": 3889, "table_id": "1-27756572-2", "question": "What was the location and the attendance for the game on October 12?", "sql": "SELECT \"Location Attendance\" FROM \"1-27756572-2\" WHERE \"Date\" = 'October 12';"} +{"question_id": 3890, "table_id": "1-27765443-2", "question": "Name the use for AMD Opteron dual-core 2.6GHz", "sql": "SELECT \"Use\" FROM \"1-27765443-2\" WHERE \"CPU type\" = 'AMD Opteron dual-core 2.6GHz';"} +{"question_id": 3891, "table_id": "1-27765443-2", "question": "Name the number of processors for NEC SX-4 vector processor", "sql": "SELECT \"No. of processors\" FROM \"1-27765443-2\" WHERE \"CPU type\" = 'NEC SX-4 vector processor';"} +{"question_id": 3892, "table_id": "1-27765443-2", "question": "Name the most peak performance for October 2006 - January 2010", "sql": "SELECT \"Maximum peak performance ( Teraflops )\" FROM \"1-27765443-2\" WHERE \"Period of operation\" = 'October 2006 - January 2010';"} +{"question_id": 3893, "table_id": "1-27765443-2", "question": "Name the cpu type for June 2005 - April 2009", "sql": "SELECT \"CPU type\" FROM \"1-27765443-2\" WHERE \"Period of operation\" = 'June 2005 - April 2009';"} +{"question_id": 3894, "table_id": "1-27765443-2", "question": "Name the total number of model for AMD Opteron dual-core 2.6GHz", "sql": "SELECT COUNT(\"Model - Computer name\") FROM \"1-27765443-2\" WHERE \"CPU type\" = 'AMD Opteron dual-core 2.6GHz';"} +{"question_id": 3895, "table_id": "1-27765443-2", "question": "Name the number of processors for October 2006 - January 2010", "sql": "SELECT \"No. of processors\" FROM \"1-27765443-2\" WHERE \"Period of operation\" = 'October 2006 - January 2010';"} +{"question_id": 3896, "table_id": "1-27758427-2", "question": "What was the result for the cirtcuit where the LMPC winning team was #89 Intersport Racing?", "sql": "SELECT \"Results\" FROM \"1-27758427-2\" WHERE \"LMPC Winning Team\" = '#89 Intersport Racing';"} +{"question_id": 3897, "table_id": "1-27781212-1", "question": "how many winnings does Jeff Gordon have?", "sql": "SELECT \"Winnings\" FROM \"1-27781212-1\" WHERE \"Driver\" = 'Jeff Gordon';"} +{"question_id": 3898, "table_id": "1-27781212-1", "question": "what are the minimum points for Tommy Kendall?", "sql": "SELECT MIN(\"Points\") FROM \"1-27781212-1\" WHERE \"Driver\" = 'Tommy Kendall';"} +{"question_id": 3899, "table_id": "1-27781212-1", "question": "what is the minimum position with 31 points?", "sql": "SELECT MIN(\"Position\") FROM \"1-27781212-1\" WHERE \"Points\" = 31.0;"} +{"question_id": 3900, "table_id": "1-27781212-1", "question": "who is the driver that had winnings of $225,000?", "sql": "SELECT \"Driver\" FROM \"1-27781212-1\" WHERE \"Winnings\" = '$225,000';"} +{"question_id": 3901, "table_id": "1-2780146-6", "question": "How many different standards have a PM of 0.02 g/kWh?", "sql": "SELECT COUNT(\"Standard\") FROM \"1-2780146-6\" WHERE \"PM (g/kWh)\" = '0.02';"} +{"question_id": 3902, "table_id": "1-2780146-6", "question": "What's the HC for the Euro I standard?", "sql": "SELECT \"HC (g/kWh)\" FROM \"1-2780146-6\" WHERE \"Standard\" = 'Euro I';"} +{"question_id": 3903, "table_id": "1-2780146-6", "question": "What's the HC for the standard with NO x of 7.0 g/kWh?", "sql": "SELECT \"HC (g/kWh)\" FROM \"1-2780146-6\" WHERE \"NO x (g/kWh)\" = '7.0';"} +{"question_id": 3904, "table_id": "1-2780146-6", "question": "What's the PM for the standard with 12.3 g/kWh CO?", "sql": "SELECT \"PM (g/kWh)\" FROM \"1-2780146-6\" WHERE \"CO (g/kWh)\" = '12.3';"} +{"question_id": 3905, "table_id": "1-2780146-6", "question": "What's the NO of the standard with HC of 1.23 g/kWh?", "sql": "SELECT \"NO x (g/kWh)\" FROM \"1-2780146-6\" WHERE \"HC (g/kWh)\" = '1.23';"} +{"question_id": 3906, "table_id": "1-27790959-1", "question": "What number in the season was \"Burning Down the House\"?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-27790959-1\" WHERE \"Title\" = '\"Burning Down the House\"';"} +{"question_id": 3907, "table_id": "1-27790959-1", "question": "What was the original air date of the episode that had 5.42 million viewers?", "sql": "SELECT \"Original air date\" FROM \"1-27790959-1\" WHERE \"U.S. viewers (million)\" = '5.42';"} +{"question_id": 3908, "table_id": "1-27790959-1", "question": "How many episodes were titled \"I Wish I Was the Moon\"?", "sql": "SELECT COUNT(\"Directed by\") FROM \"1-27790959-1\" WHERE \"Title\" = '\"I Wish I Was the Moon\"';"} +{"question_id": 3909, "table_id": "1-27790959-1", "question": "How many million viewers watched \"You Smell Like Dinner\"?", "sql": "SELECT \"U.S. viewers (million)\" FROM \"1-27790959-1\" WHERE \"Title\" = '\"You Smell Like Dinner\"';"} +{"question_id": 3910, "table_id": "1-27834100-1", "question": "What is the episode number of \"Dance Cards and Greeting Cards\"?", "sql": "SELECT MAX(\"Series #\") FROM \"1-27834100-1\" WHERE \"Title\" = '\"Dance Cards and Greeting Cards\"';"} +{"question_id": 3911, "table_id": "1-27862483-3", "question": "How many people saw the game won by G. Claypool (4-1)?", "sql": "SELECT MIN(\"Attendance\") FROM \"1-27862483-3\" WHERE \"Win\" = 'G. Claypool (4-1)';"} +{"question_id": 3912, "table_id": "1-27862483-3", "question": "What was the overall record in the game won by D. Klein (2-0)?", "sql": "SELECT \"Overall Record\" FROM \"1-27862483-3\" WHERE \"Win\" = 'D. Klein (2-0)';"} +{"question_id": 3913, "table_id": "1-27862483-3", "question": "What was the overall record of the game lost by A. Pracher (4-1)?", "sql": "SELECT \"Overall Record\" FROM \"1-27862483-3\" WHERE \"Loss\" = 'A. Pracher (4-1)';"} +{"question_id": 3914, "table_id": "1-27862483-3", "question": "What was the PAC-10 record of the game played on April 20?", "sql": "SELECT \"Pac-10 Record\" FROM \"1-27862483-3\" WHERE \"Date\" = 'April 20';"} +{"question_id": 3915, "table_id": "1-27862483-3", "question": "How many different numbers are there for the game played on April 23?", "sql": "SELECT COUNT(\"#\") FROM \"1-27862483-3\" WHERE \"Date\" = 'April 23';"} +{"question_id": 3916, "table_id": "1-27846651-1", "question": "Who directed \"Running the Gauntlet\"?", "sql": "SELECT \"Director\" FROM \"1-27846651-1\" WHERE \"Title\" = '\"Running the Gauntlet\"';"} +{"question_id": 3917, "table_id": "1-27846651-1", "question": "Wat episode number had 5.46 million viewers?", "sql": "SELECT \"Episode #\" FROM \"1-27846651-1\" WHERE \"Viewers (millions)\" = '5.46';"} +{"question_id": 3918, "table_id": "1-27846651-1", "question": "What episode in the series had 5.24 million viewers?", "sql": "SELECT \"Series #\" FROM \"1-27846651-1\" WHERE \"Viewers (millions)\" = '5.24';"} +{"question_id": 3919, "table_id": "1-27846651-1", "question": "Who wrote the episode that had 5.93 million viewers?", "sql": "SELECT \"Writer\" FROM \"1-27846651-1\" WHERE \"Viewers (millions)\" = '5.93';"} +{"question_id": 3920, "table_id": "1-27846651-1", "question": "Who wrote \"What You Mean By Home\"?", "sql": "SELECT \"Writer\" FROM \"1-27846651-1\" WHERE \"Title\" = '\"What You Mean By Home\"';"} +{"question_id": 3921, "table_id": "1-27877656-8", "question": "In what edition was the opponent team Zimbabwe? ", "sql": "SELECT \"Edition\" FROM \"1-27877656-8\" WHERE \"Opponent Team\" = 'Zimbabwe';"} +{"question_id": 3922, "table_id": "1-27877656-8", "question": "What was the outcome in the 2010 Europe/Africa Group IIB edition? ", "sql": "SELECT \"Outcome\" FROM \"1-27877656-8\" WHERE \"Edition\" = '2010 Europe/Africa Group IIB';"} +{"question_id": 3923, "table_id": "1-27882867-8", "question": "What was the team's record against Philadelphia?", "sql": "SELECT \"Record\" FROM \"1-27882867-8\" WHERE \"Team\" = 'Philadelphia';"} +{"question_id": 3924, "table_id": "1-27902171-4", "question": "What day did they play the Phoenix Suns?", "sql": "SELECT \"Date\" FROM \"1-27902171-4\" WHERE \"Team\" = 'Phoenix Suns';"} +{"question_id": 3925, "table_id": "1-27902171-4", "question": "Who had the high point total when they were 8-5?", "sql": "SELECT \"High points\" FROM \"1-27902171-4\" WHERE \"Record\" = '8-5';"} +{"question_id": 3926, "table_id": "1-27902171-4", "question": "Who had the high assist total when the team was 0-1?", "sql": "SELECT \"High assists\" FROM \"1-27902171-4\" WHERE \"Record\" = '0-1';"} +{"question_id": 3927, "table_id": "1-27902171-6", "question": "Who had highest points during game against the Utah Jazz?", "sql": "SELECT \"High points\" FROM \"1-27902171-6\" WHERE \"Team\" = 'Utah Jazz';"} +{"question_id": 3928, "table_id": "1-27902171-6", "question": "What location with it's corresponding attendance was the game against Utah Jazz?", "sql": "SELECT \"Location Attendance\" FROM \"1-27902171-6\" WHERE \"Team\" = 'Utah Jazz';"} +{"question_id": 3929, "table_id": "1-27902171-9", "question": "What were the scores of the games with a record of 47-34?", "sql": "SELECT \"Score\" FROM \"1-27902171-9\" WHERE \"Record\" = '47-34';"} +{"question_id": 3930, "table_id": "1-27902171-9", "question": "Who performed the most rebounds on games against the Minnesota Timberwolves?", "sql": "SELECT \"High rebounds\" FROM \"1-27902171-9\" WHERE \"Team\" = 'Minnesota Timberwolves';"} +{"question_id": 3931, "table_id": "1-27913160-3", "question": "Who manufactured the car driven by Will Power and Scott Dixon had the most laps?", "sql": "SELECT \"Manufacturer\" FROM \"1-27913160-3\" WHERE \"Driver\" = 'Will Power' AND \"Most laps led\" = 'Scott Dixon';"} +{"question_id": 3932, "table_id": "1-27913160-3", "question": "Who had the pole position in Detroit?", "sql": "SELECT \"Pole position\" FROM \"1-27913160-3\" WHERE \"Race\" = 'Detroit';"} +{"question_id": 3933, "table_id": "1-27913160-3", "question": "Who was the driver in round 4?", "sql": "SELECT \"Driver\" FROM \"1-27913160-3\" WHERE \"Round\" = 4.0;"} +{"question_id": 3934, "table_id": "1-27913160-3", "question": "Who had the pole position in Milwaukee?", "sql": "SELECT \"Pole position\" FROM \"1-27913160-3\" WHERE \"Race\" = 'Milwaukee';"} +{"question_id": 3935, "table_id": "1-27913160-3", "question": "Who was the driver in round 8?", "sql": "SELECT \"Driver\" FROM \"1-27913160-3\" WHERE \"Round\" = 8.0;"} +{"question_id": 3936, "table_id": "1-27913160-3", "question": "What race did Simon Pagenaud have the most laps in?", "sql": "SELECT \"Race\" FROM \"1-27913160-3\" WHERE \"Most laps led\" = 'Simon Pagenaud';"} +{"question_id": 3937, "table_id": "1-2791668-1", "question": "what is the name of the episode whose director is Michael Pressman and the number of that episode in that season is less than 10.0? ", "sql": "SELECT \"Title\" FROM \"1-2791668-1\" WHERE \"Directed by\" = 'Michael Pressman' AND \"No. in season\" < 10.0;"} +{"question_id": 3938, "table_id": "1-2791668-1", "question": "how many millions of North American people saw the episode whose director was Ed Sherin? ", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-2791668-1\" WHERE \"Directed by\" = 'Ed Sherin';"} +{"question_id": 3939, "table_id": "1-2791668-1", "question": "what is the name of the episode whose writer is Philippe Browning?", "sql": "SELECT \"Title\" FROM \"1-2791668-1\" WHERE \"Written by\" = 'Philippe Browning';"} +{"question_id": 3940, "table_id": "1-2791668-1", "question": "how many premieres had the episode that had 12.68 millions of north american viewers? ", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-2791668-1\" WHERE \"U.S. viewers (millions)\" = '12.68';"} +{"question_id": 3941, "table_id": "1-2791668-1", "question": "how many episodes in the series had as a production code 16016? ", "sql": "SELECT COUNT(\"No. in series\") FROM \"1-2791668-1\" WHERE \"Production code\" = 16016.0;"} +{"question_id": 3942, "table_id": "1-27940569-1", "question": "What car make was sponsored by Aflac?", "sql": "SELECT \"Make\" FROM \"1-27940569-1\" WHERE \"Sponsor\" = 'Aflac';"} +{"question_id": 3943, "table_id": "1-27940569-1", "question": "How many points and bonuses did Kurt Busch get?", "sql": "SELECT \"Pts/bns\" FROM \"1-27940569-1\" WHERE \"Driver\" = 'Kurt Busch';"} +{"question_id": 3944, "table_id": "1-27940569-1", "question": "What make was the car driven by Jeff Gordon?", "sql": "SELECT \"Make\" FROM \"1-27940569-1\" WHERE \"Driver\" = 'Jeff Gordon';"} +{"question_id": 3945, "table_id": "1-27940569-1", "question": "What was the greatest number of laps run?", "sql": "SELECT MAX(\"Laps\") FROM \"1-27940569-1\";"} +{"question_id": 3946, "table_id": "1-27946889-2", "question": "What is the represent province for the contestant whose hometown is Woerden? ", "sql": "SELECT \"Represent Province\" FROM \"1-27946889-2\" WHERE \"Hometown\" = 'Woerden';"} +{"question_id": 3947, "table_id": "1-27946889-2", "question": "How many contestants are 1.80 mtr. in height? ", "sql": "SELECT COUNT(\"Contestant\") FROM \"1-27946889-2\" WHERE \"Height (mtr.)\" = '1.80';"} +{"question_id": 3948, "table_id": "1-27987623-3", "question": "Which episode had viewership of 0.296 million?", "sql": "SELECT \"Episode\" FROM \"1-27987623-3\" WHERE \"Viewers (millions)\" = '0.296';"} +{"question_id": 3949, "table_id": "1-27987623-3", "question": "How many timeslots had viewers of 0.238 million?", "sql": "SELECT COUNT(\"Timeslot\") FROM \"1-27987623-3\" WHERE \"Viewers (millions)\" = '0.238';"} +{"question_id": 3950, "table_id": "1-27987623-3", "question": "Which episode was #1 in the order?", "sql": "SELECT \"Episode\" FROM \"1-27987623-3\" WHERE \"Order\" = 1.0;"} +{"question_id": 3951, "table_id": "1-2801442-1", "question": "What's the density in the district with 2320529 citizens in 2011?", "sql": "SELECT \"Density in 2011 (/km²)\" FROM \"1-2801442-1\" WHERE \"Population (2011 Census)\" = 2320529.0;"} +{"question_id": 3952, "table_id": "1-2801442-1", "question": "What's the code of the district in which 312520 people lived in 2011?", "sql": "SELECT \"Code\" FROM \"1-2801442-1\" WHERE \"Population (2011 Census)\" = 312520.0;"} +{"question_id": 3953, "table_id": "1-2801442-1", "question": "What's the code of the district with 800.5 people per km2?", "sql": "SELECT \"Code\" FROM \"1-2801442-1\" WHERE \"Density in 2011 (/km²)\" = '800.5';"} +{"question_id": 3954, "table_id": "1-2801442-1", "question": "How many people lived in the district with a code GP in 2011?", "sql": "SELECT MIN(\"Population (2011 Census)\") FROM \"1-2801442-1\" WHERE \"Code\" = 'GP';"} +{"question_id": 3955, "table_id": "1-2801442-1", "question": "How many people lived in the district whose headquarters is in Bhubaneswar in 2001?", "sql": "SELECT \"Population (2001 Census)\" FROM \"1-2801442-1\" WHERE \"Headquarters\" = 'Bhubaneswar';"} +{"question_id": 3956, "table_id": "1-2801442-1", "question": "How big (in km2) is the district with a code BW?", "sql": "SELECT MIN(\"Area (km²)\") FROM \"1-2801442-1\" WHERE \"Code\" = 'BW';"} +{"question_id": 3957, "table_id": "1-28014096-1", "question": "What is the number of this season's episode that had the production code 2T6206?", "sql": "SELECT MIN(\"No. in season\") FROM \"1-28014096-1\" WHERE \"Production code\" = '2T6206';"} +{"question_id": 3958, "table_id": "1-28019988-5", "question": "What episode number of the series had a production code of BDF409?", "sql": "SELECT MIN(\"Series #\") FROM \"1-28019988-5\" WHERE \"Production code\" = 'BDF409';"} +{"question_id": 3959, "table_id": "1-28019988-5", "question": "What episode number of the season was written by Tom Garrigus and had 2.31 million u.s. viewers?", "sql": "SELECT MAX(\"Season #\") FROM \"1-28019988-5\" WHERE \"U.S. viewers (million)\" = '2.31' AND \"Written by\" = 'Tom Garrigus';"} +{"question_id": 3960, "table_id": "1-28019988-5", "question": "What is the highest numbered episode in the series?", "sql": "SELECT MAX(\"Series #\") FROM \"1-28019988-5\";"} +{"question_id": 3961, "table_id": "1-28019988-5", "question": "What episode number in the series had a production code of BDF405?", "sql": "SELECT MIN(\"Series #\") FROM \"1-28019988-5\" WHERE \"Production code\" = 'BDF405';"} +{"question_id": 3962, "table_id": "1-28035004-1", "question": "Who is the operator when Roe was the bodybuilder?", "sql": "SELECT \"Operator\" FROM \"1-28035004-1\" WHERE \"Bodybuilder\" = 'Roe';"} +{"question_id": 3963, "table_id": "1-28035004-1", "question": "What is the variant when Alexander was the bodybuilder?", "sql": "SELECT \"Variant\" FROM \"1-28035004-1\" WHERE \"Bodybuilder\" = 'Alexander';"} +{"question_id": 3964, "table_id": "1-28035004-1", "question": "Who was the bodybuilder when Coventry was operating?", "sql": "SELECT \"Bodybuilder\" FROM \"1-28035004-1\" WHERE \"Operator\" = 'Coventry';"} +{"question_id": 3965, "table_id": "1-28035004-1", "question": "How many different variants are there for Northern Counties bodybuilder?", "sql": "SELECT COUNT(\"Variant\") FROM \"1-28035004-1\" WHERE \"Bodybuilder\" = 'Northern Counties';"} +{"question_id": 3966, "table_id": "1-28035004-1", "question": "Who is the operator when Willowbrook was the bodybuilder?", "sql": "SELECT \"Operator\" FROM \"1-28035004-1\" WHERE \"Bodybuilder\" = 'Willowbrook';"} +{"question_id": 3967, "table_id": "1-28068063-3", "question": "How many teams had a point margin of 48?", "sql": "SELECT COUNT(\"Eliminated from competition\") FROM \"1-28068063-3\" WHERE \"Points margin\" = 48.0;"} +{"question_id": 3968, "table_id": "1-28068063-3", "question": "How many teams eliminated Béziers from competition?", "sql": "SELECT COUNT(\"Match points\") FROM \"1-28068063-3\" WHERE \"Eliminated from competition\" = 'Béziers';"} +{"question_id": 3969, "table_id": "1-28068063-3", "question": "Who was eliminated from the competition when Pau proceed to the quarter final?", "sql": "SELECT \"Eliminated from competition\" FROM \"1-28068063-3\" WHERE \"Proceed to Quarter-final\" = 'Pau';"} +{"question_id": 3970, "table_id": "1-28068063-3", "question": "Who was eliminated from the competition when Connacht to the quarter final?", "sql": "SELECT \"Eliminated from competition\" FROM \"1-28068063-3\" WHERE \"Proceed to Quarter-final\" = 'Connacht';"} +{"question_id": 3971, "table_id": "1-28068063-3", "question": "Who proceeded to the quarter final when the London Irish were eliminated from competition?", "sql": "SELECT \"Proceed to Quarter-final\" FROM \"1-28068063-3\" WHERE \"Eliminated from competition\" = 'London Irish';"} +{"question_id": 3972, "table_id": "1-28068063-2", "question": "What was the aggregate score for the match won by Brive?", "sql": "SELECT \"Aggregate score\" FROM \"1-28068063-2\" WHERE \"Winners\" = 'Brive';"} +{"question_id": 3973, "table_id": "1-28068063-2", "question": "What was the match points score for the match won by Connacht?", "sql": "SELECT \"Match points\" FROM \"1-28068063-2\" WHERE \"Winners\" = 'Connacht';"} +{"question_id": 3974, "table_id": "1-28068063-2", "question": "What was the aggregate score for the match won by Viadana?", "sql": "SELECT \"Aggregate score\" FROM \"1-28068063-2\" WHERE \"Winners\" = 'Viadana';"} +{"question_id": 3975, "table_id": "1-28059992-2", "question": "Name the cfl team for Patrice Denis", "sql": "SELECT \"CFL Team\" FROM \"1-28059992-2\" WHERE \"Player\" = 'Patrice Denis';"} +{"question_id": 3976, "table_id": "1-28059992-2", "question": "Name the cfl team for Robert Beveridge", "sql": "SELECT \"CFL Team\" FROM \"1-28059992-2\" WHERE \"Player\" = 'Robert Beveridge';"} +{"question_id": 3977, "table_id": "1-28059992-2", "question": "Name the college for DL", "sql": "SELECT \"College\" FROM \"1-28059992-2\" WHERE \"Position\" = 'DL';"} +{"question_id": 3978, "table_id": "1-28059992-2", "question": "Name the number of colleges for Jerome Pathon", "sql": "SELECT COUNT(\"College\") FROM \"1-28059992-2\" WHERE \"Player\" = 'Jerome Pathon';"} +{"question_id": 3979, "table_id": "1-28059992-2", "question": "Name the number of cfl teams for Jeff Traversy", "sql": "SELECT COUNT(\"CFL Team\") FROM \"1-28059992-2\" WHERE \"Player\" = 'Jeff Traversy';"} +{"question_id": 3980, "table_id": "1-28059992-2", "question": "Name the position for British Columbia", "sql": "SELECT \"Position\" FROM \"1-28059992-2\" WHERE \"College\" = 'British Columbia';"} +{"question_id": 3981, "table_id": "1-28089666-1", "question": "What episode in the series is \"Teased\"?", "sql": "SELECT MAX(\"Series #\") FROM \"1-28089666-1\" WHERE \"Title\" = '\"Teased\"';"} +{"question_id": 3982, "table_id": "1-28089666-1", "question": "What date did \"Sympathy\" originally air?", "sql": "SELECT \"Original air date\" FROM \"1-28089666-1\" WHERE \"Title\" = '\"Sympathy\"';"} +{"question_id": 3983, "table_id": "1-28089666-1", "question": "What original air date was the episode with production code of 5.05?", "sql": "SELECT \"Original air date\" FROM \"1-28089666-1\" WHERE \"Production code\" = '5.05';"} +{"question_id": 3984, "table_id": "1-28089666-1", "question": "Who wrote episode with production code 1.01?", "sql": "SELECT \"Written by\" FROM \"1-28089666-1\" WHERE \"Production code\" = '1.01';"} +{"question_id": 3985, "table_id": "1-28140588-1", "question": "What is the title when the director is Maynard C. Virgil I ?", "sql": "SELECT \"Title\" FROM \"1-28140588-1\" WHERE \"Directed by\" = 'Maynard C. Virgil I';"} +{"question_id": 3986, "table_id": "1-28140588-1", "question": "Who is the director when the title is listed as \"All Guts, No Glory\"?", "sql": "SELECT \"Directed by\" FROM \"1-28140588-1\" WHERE \"Title\" = '\"All Guts, No Glory\"';"} +{"question_id": 3987, "table_id": "1-28140588-1", "question": "Who is the director when the production code is 60034?", "sql": "SELECT \"Directed by\" FROM \"1-28140588-1\" WHERE \"Production code\" = 60034.0;"} +{"question_id": 3988, "table_id": "1-28140584-1", "question": "What number episode in the series was titled \"Best Laid Plans\"?", "sql": "SELECT MAX(\"No. in series\") FROM \"1-28140584-1\" WHERE \"Title\" = '\"Best Laid Plans\"';"} +{"question_id": 3989, "table_id": "1-2818164-5", "question": "What episode number in the series is \"The Drum Major\"?", "sql": "SELECT \"No. in series\" FROM \"1-2818164-5\" WHERE \"Title\" = '\"The Drum Major\"';"} +{"question_id": 3990, "table_id": "1-2818164-5", "question": "What is the name of the episode with 418 as the production code?", "sql": "SELECT \"Title\" FROM \"1-2818164-5\" WHERE \"Production code\" = 418.0;"} +{"question_id": 3991, "table_id": "1-2818164-5", "question": "What episoe number in the season originally aired on February 11, 1988?", "sql": "SELECT \"No. in season\" FROM \"1-2818164-5\" WHERE \"Original air date\" = 'February 11, 1988';"} +{"question_id": 3992, "table_id": "1-2818164-5", "question": "What episode number in the series is also number 17 in the season?", "sql": "SELECT \"No. in series\" FROM \"1-2818164-5\" WHERE \"No. in season\" = '17';"} +{"question_id": 3993, "table_id": "1-2818164-5", "question": "What is the production code for episode 96 in the series?", "sql": "SELECT MIN(\"Production code\") FROM \"1-2818164-5\" WHERE \"No. in series\" = '96';"} +{"question_id": 3994, "table_id": "1-2818164-7", "question": "What is the production code that was written by Matt Robinson?", "sql": "SELECT \"Production code\" FROM \"1-2818164-7\" WHERE \"Written by\" = 'Matt Robinson';"} +{"question_id": 3995, "table_id": "1-2818164-7", "question": "Which title has 147 as no. in series?", "sql": "SELECT \"Title\" FROM \"1-2818164-7\" WHERE \"No. in series\" = 147.0;"} +{"question_id": 3996, "table_id": "1-2818164-7", "question": "What is the original air date the was written by Mark St. Germain and direct by Jay Sandrich?", "sql": "SELECT \"Original air date\" FROM \"1-2818164-7\" WHERE \"Written by\" = 'Mark St. Germain' AND \"Directed by\" = 'Jay Sandrich';"} +{"question_id": 3997, "table_id": "1-28190363-1", "question": "What are the networks whose version of the show includes the judges Batuhan Zeynioğlu Piatti Murat Bozok Erol Kaynar?", "sql": "SELECT \"Network\" FROM \"1-28190363-1\" WHERE \"Judges\" = 'Batuhan Zeynioğlu Piatti Murat Bozok Erol Kaynar';"} +{"question_id": 3998, "table_id": "1-28190363-1", "question": "How many networks are there that include the judges Pete Goffe-Wood Andrew Atkinson Benny Masekwameng?", "sql": "SELECT COUNT(\"Network\") FROM \"1-28190363-1\" WHERE \"Judges\" = 'Pete Goffe-Wood Andrew Atkinson Benny Masekwameng';"} +{"question_id": 3999, "table_id": "1-28190363-1", "question": "How many networks are there whose version of the shows includes judges TBA and the presenter is Arbana Osmani?", "sql": "SELECT COUNT(\"Network\") FROM \"1-28190363-1\" WHERE \"Judges\" = 'TBA' AND \"Presenter(s)\" = 'Arbana Osmani';"} +{"question_id": 4000, "table_id": "1-28190363-1", "question": "How many sets of presenters are there for the version of the show named Celebrity MasterChef?", "sql": "SELECT COUNT(\"Presenter(s)\") FROM \"1-28190363-1\" WHERE \"Name\" = 'Celebrity MasterChef';"} +{"question_id": 4001, "table_id": "1-28188239-1", "question": "Who is the incumbent of district PA-8?", "sql": "SELECT \"Incumbent\" FROM \"1-28188239-1\" WHERE \"District\" = 'PA-8';"} +{"question_id": 4002, "table_id": "1-28188239-1", "question": "How many incumbents are in district LA-1?", "sql": "SELECT COUNT(\"Incumbent\") FROM \"1-28188239-1\" WHERE \"District\" = 'LA-1';"} +{"question_id": 4003, "table_id": "1-28194879-1", "question": "Who directed the episode whose production code is PABF05?", "sql": "SELECT \"Directed by\" FROM \"1-28194879-1\" WHERE \"Production code\" = 'PABF05';"} +{"question_id": 4004, "table_id": "1-28194879-1", "question": "What is the last number in season of the episodes written by Dan Vebber?", "sql": "SELECT MAX(\"#\") FROM \"1-28194879-1\" WHERE \"Written by\" = 'Dan Vebber';"} +{"question_id": 4005, "table_id": "1-28194879-1", "question": "What is the number in season of the episode whose production code is PABF05?", "sql": "SELECT \"#\" FROM \"1-28194879-1\" WHERE \"Production code\" = 'PABF05';"} +{"question_id": 4006, "table_id": "1-28211213-1", "question": "When were the Spartans founded?", "sql": "SELECT MAX(\"Founded\") FROM \"1-28211213-1\" WHERE \"Team Nickname\" = 'Spartans';"} +{"question_id": 4007, "table_id": "1-28211213-1", "question": "How many affiliations does the University of Toledo have?", "sql": "SELECT COUNT(\"Affiliation\") FROM \"1-28211213-1\" WHERE \"Institution\" = 'University of Toledo';"} +{"question_id": 4008, "table_id": "1-28211213-1", "question": "What is the affiliation of Davenport University?", "sql": "SELECT \"Affiliation\" FROM \"1-28211213-1\" WHERE \"Institution\" = 'Davenport University';"} +{"question_id": 4009, "table_id": "1-282413-3", "question": "What is the highest 2001 population when the ethnic group is White: British?", "sql": "SELECT MAX(\"2001 population\") FROM \"1-282413-3\" WHERE \"Ethnic group\" = 'White: British';"} +{"question_id": 4010, "table_id": "1-282413-3", "question": "What is the ethnic group when the 2011 % is 2.0?", "sql": "SELECT \"Ethnic group\" FROM \"1-282413-3\" WHERE \"2011 %\" = '2.0';"} +{"question_id": 4011, "table_id": "1-282413-3", "question": "How many times is the ethnic group Other: Total?", "sql": "SELECT COUNT(\"2001 %\") FROM \"1-282413-3\" WHERE \"Ethnic group\" = 'Other: Total';"} +{"question_id": 4012, "table_id": "1-282413-3", "question": "How many times is the 2001 population 237810?", "sql": "SELECT COUNT(\"2011 population\") FROM \"1-282413-3\" WHERE \"2001 population\" = 237810.0;"} +{"question_id": 4013, "table_id": "1-282413-3", "question": "What is the highest 2011 population when the ethnic group is Asian or Asian British: Asian Other?", "sql": "SELECT MAX(\"2011 population\") FROM \"1-282413-3\" WHERE \"Ethnic group\" = 'Asian or Asian British: Asian Other';"} +{"question_id": 4014, "table_id": "1-28253870-1", "question": "Name the affiliation for 27209 enrollment", "sql": "SELECT \"Affiliation\" FROM \"1-28253870-1\" WHERE \"Enrollment\" = 27209.0;"} +{"question_id": 4015, "table_id": "1-28253870-1", "question": "Name the least founded", "sql": "SELECT MIN(\"Founded\") FROM \"1-28253870-1\";"} +{"question_id": 4016, "table_id": "1-28253870-1", "question": "Name the founded for Florida State University", "sql": "SELECT \"Founded\" FROM \"1-28253870-1\" WHERE \"Institution\" = 'Florida State University';"} +{"question_id": 4017, "table_id": "1-28253870-1", "question": "Name the location for Yellow Jackets", "sql": "SELECT \"Location\" FROM \"1-28253870-1\" WHERE \"Team Nickname\" = 'Yellow Jackets';"} +{"question_id": 4018, "table_id": "1-2840500-6", "question": "How many college teams have a player with a nationality of Russia?", "sql": "SELECT COUNT(\"College/junior/club team\") FROM \"1-2840500-6\" WHERE \"Nationality\" = 'Russia';"} +{"question_id": 4019, "table_id": "1-2840500-6", "question": "Which pick did Michel Larocque receive?", "sql": "SELECT \"Pick\" FROM \"1-2840500-6\" WHERE \"Player\" = 'Michel Larocque';"} +{"question_id": 4020, "table_id": "1-2840500-6", "question": "Which team picked Blaine Russell?", "sql": "SELECT \"NHL team\" FROM \"1-2840500-6\" WHERE \"Player\" = 'Blaine Russell';"} +{"question_id": 4021, "table_id": "1-2841865-2", "question": "How many entries for district home are listed for the 87th congress?", "sql": "SELECT COUNT(\"District Home\") FROM \"1-2841865-2\" WHERE \"Congress\" = '87th';"} +{"question_id": 4022, "table_id": "1-2841865-2", "question": "What time span is listed under years for the 96th congres?", "sql": "SELECT \"Years\" FROM \"1-2841865-2\" WHERE \"Congress\" = '96th';"} +{"question_id": 4023, "table_id": "1-2841865-2", "question": "What party is listed for the Representative under the 85th congress?", "sql": "SELECT \"Party\" FROM \"1-2841865-2\" WHERE \"Congress\" = '85th';"} +{"question_id": 4024, "table_id": "1-2841865-2", "question": "How many entries are listed for party during the 69th congress?", "sql": "SELECT COUNT(\"Party\") FROM \"1-2841865-2\" WHERE \"Congress\" = '69th';"} +{"question_id": 4025, "table_id": "1-2841865-2", "question": "What frame of time is listed under years during the 72nd congress?", "sql": "SELECT \"Years\" FROM \"1-2841865-2\" WHERE \"Congress\" = '72nd';"} +{"question_id": 4026, "table_id": "1-2841865-2", "question": "What name is listed under representative for the 112th congress?", "sql": "SELECT \"Representative\" FROM \"1-2841865-2\" WHERE \"Congress\" = '112th';"} +{"question_id": 4027, "table_id": "1-28457809-3", "question": "What is the value of the runner up column for the Alberta province?", "sql": "SELECT MAX(\"Runner Up\") FROM \"1-28457809-3\" WHERE \"Province\" = 'Alberta';"} +{"question_id": 4028, "table_id": "1-28457809-3", "question": "What year was Ontario's first LLCR?", "sql": "SELECT \"First LLCR\" FROM \"1-28457809-3\" WHERE \"Province\" = 'Ontario';"} +{"question_id": 4029, "table_id": "1-2847477-2", "question": "What is the pinyin name for the english name Xin County?", "sql": "SELECT \"Pinyin\" FROM \"1-2847477-2\" WHERE \"English Name\" = 'Xin County';"} +{"question_id": 4030, "table_id": "1-2847477-2", "question": "What is the area of 罗山县?", "sql": "SELECT \"Area\" FROM \"1-2847477-2\" WHERE \"Simplified\" = '罗山县';"} +{"question_id": 4031, "table_id": "1-2847477-2", "question": "What is the English name of Gùshǐ Xiàn?", "sql": "SELECT \"English Name\" FROM \"1-2847477-2\" WHERE \"Pinyin\" = 'Gùshǐ Xiàn';"} +{"question_id": 4032, "table_id": "1-2847477-2", "question": "How many simplified names are there for Xin County?", "sql": "SELECT COUNT(\"Simplified\") FROM \"1-2847477-2\" WHERE \"English Name\" = 'Xin County';"} +{"question_id": 4033, "table_id": "1-2847477-2", "question": "What is the density of the place with an area of 1512?", "sql": "SELECT MAX(\"Density\") FROM \"1-2847477-2\" WHERE \"Area\" = 1512.0;"} +{"question_id": 4034, "table_id": "1-2847477-2", "question": "What is the area of Xin County?", "sql": "SELECT \"Area\" FROM \"1-2847477-2\" WHERE \"English Name\" = 'Xin County';"} +{"question_id": 4035, "table_id": "1-2850912-4", "question": "How many positions are associated with the St. Louis Blues?", "sql": "SELECT COUNT(\"Position\") FROM \"1-2850912-4\" WHERE \"NHL team\" = 'St. Louis Blues';"} +{"question_id": 4036, "table_id": "1-2850912-4", "question": "Which junior team is associated with an NHL pick by the Buffalo Sabres?", "sql": "SELECT \"College/junior/club team\" FROM \"1-2850912-4\" WHERE \"NHL team\" = 'Buffalo Sabres';"} +{"question_id": 4037, "table_id": "1-2850912-4", "question": "Which position was selected for by the Toronto Maple Leafs?", "sql": "SELECT \"Position\" FROM \"1-2850912-4\" WHERE \"NHL team\" = 'Toronto Maple Leafs';"} +{"question_id": 4038, "table_id": "1-2850912-6", "question": "How many different college/junior/club teams had player John Dzikowski?", "sql": "SELECT COUNT(\"College/junior/club team\") FROM \"1-2850912-6\" WHERE \"Player\" = 'John Dzikowski';"} +{"question_id": 4039, "table_id": "1-2850912-6", "question": "What pick was Greg Strome?", "sql": "SELECT MAX(\"Pick #\") FROM \"1-2850912-6\" WHERE \"Player\" = 'Greg Strome';"} +{"question_id": 4040, "table_id": "1-28523-2", "question": "What is the gender of the Cunningham Hill Infant School?", "sql": "SELECT \"Gender\" FROM \"1-28523-2\" WHERE \"School\" = 'Cunningham Hill Infant School';"} +{"question_id": 4041, "table_id": "1-28523-2", "question": "What is the gender with a age range of 3-11 at the St Adrian Roman Catholic Primary School?", "sql": "SELECT \"Gender\" FROM \"1-28523-2\" WHERE \"Age Range\" = '3-11' AND \"School\" = 'St Adrian Roman Catholic Primary School';"} +{"question_id": 4042, "table_id": "1-28523-2", "question": "Which school has a website of http://www.sjfisher.herts.sch.uk/?", "sql": "SELECT \"School\" FROM \"1-28523-2\" WHERE \"School website\" = 'http://www.sjfisher.herts.sch.uk/';"} +{"question_id": 4043, "table_id": "1-28523-2", "question": "What is the website of the Cunningham Hill Infant School?", "sql": "SELECT \"School website\" FROM \"1-28523-2\" WHERE \"School\" = 'Cunningham Hill Infant School';"} +{"question_id": 4044, "table_id": "1-28523-2", "question": "Where is the Cunningham Hill Infant School located?", "sql": "SELECT \"Location\" FROM \"1-28523-2\" WHERE \"School\" = 'Cunningham Hill Infant School';"} +{"question_id": 4045, "table_id": "1-28523-2", "question": "How many schools have a website of http://www.camp.herts.sch.uk/?", "sql": "SELECT COUNT(\"School\") FROM \"1-28523-2\" WHERE \"School website\" = 'http://www.camp.herts.sch.uk/';"} +{"question_id": 4046, "table_id": "1-28540428-3", "question": "Name the event 3 deadlift for Hennie Jordan", "sql": "SELECT \"Event 3 Deadlift\" FROM \"1-28540428-3\" WHERE \"Name\" = 'Hennie Jordan';"} +{"question_id": 4047, "table_id": "1-28547289-1", "question": "How many rebounds per game did Andrej Džaković average when playing 35 minutes per game?", "sql": "SELECT \"Rebounds per game\" FROM \"1-28547289-1\" WHERE \"Minutes per game\" = '35';"} +{"question_id": 4048, "table_id": "1-28601467-1", "question": "What are all the winning records when the result is Scotland won on points table and the Runner-Up result is [[|]] 4 points?", "sql": "SELECT \"Winner\" FROM \"1-28601467-1\" WHERE \"Result\" = 'Scotland won on points table' AND \"Runner-up\" = '[[|]] 4 points';"} +{"question_id": 4049, "table_id": "1-28601467-1", "question": "What is the runner-up record where winner record is Ireland 59 points?", "sql": "SELECT \"Runner-up\" FROM \"1-28601467-1\" WHERE \"Winner\" = 'Ireland 59 points';"} +{"question_id": 4050, "table_id": "1-28601467-1", "question": "Which nation hosted the competition in 2004?", "sql": "SELECT \"Host Nation(s)\" FROM \"1-28601467-1\" WHERE \"Year\" = 2004.0;"} +{"question_id": 4051, "table_id": "1-28601467-1", "question": "What was the final venue whene England hasted the competition and the runner-up record is [[|]] 4 points and the winner record is [[|]] 6 points?", "sql": "SELECT \"Final Venue\" FROM \"1-28601467-1\" WHERE \"Host Nation(s)\" = 'England' AND \"Runner-up\" = '[[|]] 4 points' AND \"Winner\" = '[[|]] 6 points';"} +{"question_id": 4052, "table_id": "1-28601467-1", "question": "What is the most recent year in which the winner record is Ireland 4 points?", "sql": "SELECT MAX(\"Year\") FROM \"1-28601467-1\" WHERE \"Winner\" = 'Ireland 4 points';"} +{"question_id": 4053, "table_id": "1-2861364-1", "question": "under which president was Gunther Volz executed?", "sql": "SELECT \"Under President\" FROM \"1-2861364-1\" WHERE \"Executed person\" = 'Gunther Volz';"} +{"question_id": 4054, "table_id": "1-2861364-1", "question": "who was executed during president Charles de Gaulle's reign for thr crime of Child murder after rape?", "sql": "SELECT \"Executed person\" FROM \"1-2861364-1\" WHERE \"Under President\" = 'Charles de Gaulle' AND \"Crime\" = 'Child murder after rape';"} +{"question_id": 4055, "table_id": "1-2861364-1", "question": "where was Mazouz Ghaouti executed?", "sql": "SELECT \"Place of execution\" FROM \"1-2861364-1\" WHERE \"Executed person\" = 'Mazouz Ghaouti';"} +{"question_id": 4056, "table_id": "1-2861364-1", "question": "for what crime was Gunther Volz executed at Metz?", "sql": "SELECT \"Crime\" FROM \"1-2861364-1\" WHERE \"Place of execution\" = 'Metz' AND \"Executed person\" = 'Gunther Volz';"} +{"question_id": 4057, "table_id": "1-28621502-1", "question": "How many of Asian release statuses does UNO HD have?", "sql": "SELECT COUNT(\"Asia\") FROM \"1-28621502-1\" WHERE \"Title\" = 'UNO HD';"} +{"question_id": 4058, "table_id": "1-28621502-1", "question": "Which titles have been published by GameHouse Live?", "sql": "SELECT \"Title\" FROM \"1-28621502-1\" WHERE \"Publisher\" = 'GameHouse Live';"} +{"question_id": 4059, "table_id": "1-28654454-5", "question": "What was Pinky's bmi at the reunion?", "sql": "SELECT \"Reunion BMI\" FROM \"1-28654454-5\" WHERE \"Contestant\" = 'Pinky';"} +{"question_id": 4060, "table_id": "1-28654454-5", "question": "What was Miles's bmi att the reunion?", "sql": "SELECT COUNT(\"Reunion BMI\") FROM \"1-28654454-5\" WHERE \"Contestant\" = 'Miles';"} +{"question_id": 4061, "table_id": "1-28654454-5", "question": "How many lbs were lost at the reunion by the contestant whose finale weight was 151.4?", "sql": "SELECT \"lbs lost reunion\" FROM \"1-28654454-5\" WHERE \"Finale Weight\" = '151.4';"} +{"question_id": 4062, "table_id": "1-28654454-5", "question": "How many contestants had a starting bmi of 33.1?", "sql": "SELECT COUNT(\"Finale Weight\") FROM \"1-28654454-5\" WHERE \"Starting BMI\" = '33.1';"} +{"question_id": 4063, "table_id": "1-28654454-5", "question": "What is the reunion weight of the contestant that lost 52 lbs at the reunion?", "sql": "SELECT \"Reunion Weight\" FROM \"1-28654454-5\" WHERE \"lbs lost reunion\" = 52.0;"} +{"question_id": 4064, "table_id": "1-28654454-5", "question": "What is the reunion weight of the contestant who lost 74.4 lbs at the finale?", "sql": "SELECT \"Reunion Weight\" FROM \"1-28654454-5\" WHERE \"lbs lost finale\" = '74.4';"} +{"question_id": 4065, "table_id": "1-28628309-8", "question": "Who is the team when the category is Blocks per game?", "sql": "SELECT \"Team\" FROM \"1-28628309-8\" WHERE \"Category\" = 'Blocks per game';"} +{"question_id": 4066, "table_id": "1-28628309-8", "question": "What is the listed in games played when the player is Jimmy Alapag?", "sql": "SELECT \"Games played\" FROM \"1-28628309-8\" WHERE \"Player\" = 'Jimmy Alapag';"} +{"question_id": 4067, "table_id": "1-28628309-8", "question": "What is the team when player is listed as Ronjay Buenafe?", "sql": "SELECT \"Team\" FROM \"1-28628309-8\" WHERE \"Player\" = 'Ronjay Buenafe';"} +{"question_id": 4068, "table_id": "1-28628309-8", "question": "What is the name of the player when the category is listed as Field goal percentage?", "sql": "SELECT \"Player\" FROM \"1-28628309-8\" WHERE \"Category\" = 'Field goal percentage';"} +{"question_id": 4069, "table_id": "1-28628309-8", "question": "What is the games played when the category is Points per game?", "sql": "SELECT MIN(\"Games played\") FROM \"1-28628309-8\" WHERE \"Category\" = 'Points per game';"} +{"question_id": 4070, "table_id": "1-28628309-9", "question": "Who is the player when the category is Steals per game?", "sql": "SELECT \"Player\" FROM \"1-28628309-9\" WHERE \"Category\" = 'Steals per game';"} +{"question_id": 4071, "table_id": "1-28628309-9", "question": "What are the names of the categories when the player is Olsen Racela?", "sql": "SELECT \"Category\" FROM \"1-28628309-9\" WHERE \"Player\" = 'Olsen Racela';"} +{"question_id": 4072, "table_id": "1-28628309-9", "question": "How many times is a total listed when the player is Jay Washington?", "sql": "SELECT COUNT(\"Totals\") FROM \"1-28628309-9\" WHERE \"Player\" = 'Jay Washington';"} +{"question_id": 4073, "table_id": "1-28628309-9", "question": "What is the total listed when the average is 0.667 and the category is 3-pt field goal percentage?", "sql": "SELECT \"Totals\" FROM \"1-28628309-9\" WHERE \"Average\" = '0.667' AND \"Category\" = '3-pt field goal percentage';"} +{"question_id": 4074, "table_id": "1-28628309-9", "question": "What is the name of the player when the category is 3-pt field goal percentage?", "sql": "SELECT \"Player\" FROM \"1-28628309-9\" WHERE \"Category\" = '3-pt field goal percentage';"} +{"question_id": 4075, "table_id": "1-2866514-1", "question": "What are the titles of episodes with 5.66 million US viewers?", "sql": "SELECT \"Title\" FROM \"1-2866514-1\" WHERE \"U.S. viewers (million)\" = '5.66';"} +{"question_id": 4076, "table_id": "1-2866514-1", "question": "What are the titles of episodes directed by Whitney Ransick?", "sql": "SELECT \"Title\" FROM \"1-2866514-1\" WHERE \"Directed by\" = 'Whitney Ransick';"} +{"question_id": 4077, "table_id": "1-2866514-1", "question": "Who wrote the episode with 3.96 million US viewers?", "sql": "SELECT \"Written by\" FROM \"1-2866514-1\" WHERE \"U.S. viewers (million)\" = '3.96';"} +{"question_id": 4078, "table_id": "1-28677723-8", "question": "What was the maximum value that Christer Tornell gave when Trine Dehli Cleve gave a 9?", "sql": "SELECT MAX(\"Christer Tornell\") FROM \"1-28677723-8\" WHERE \"Trine Dehli Cleve\" = 9.0;"} +{"question_id": 4079, "table_id": "1-28693349-2", "question": "How many points per game did Jack Williams score?", "sql": "SELECT COUNT(\"Points per game\") FROM \"1-28693349-2\" WHERE \"Player\" = 'Jack Williams';"} +{"question_id": 4080, "table_id": "1-28693349-2", "question": "How many games did Robert Peare play?", "sql": "SELECT MAX(\"Games\") FROM \"1-28693349-2\" WHERE \"Player\" = 'Robert Peare';"} +{"question_id": 4081, "table_id": "1-28693349-2", "question": "How many free throws did Charles Pearman score?", "sql": "SELECT MAX(\"Free throws\") FROM \"1-28693349-2\" WHERE \"Player\" = 'Charles Pearman';"} +{"question_id": 4082, "table_id": "1-28693349-2", "question": "How many points per game did Benjamin Weiss score?", "sql": "SELECT \"Points per game\" FROM \"1-28693349-2\" WHERE \"Player\" = 'Benjamin Weiss';"} +{"question_id": 4083, "table_id": "1-28693349-2", "question": "How many points per game did the person who played in 15 games and made 0 free throws score?", "sql": "SELECT \"Points per game\" FROM \"1-28693349-2\" WHERE \"Games\" = 15.0 AND \"Free throws\" = 0.0;"} +{"question_id": 4084, "table_id": "1-2869837-1", "question": "How many shared titles does the club whose last final was 2012 have?", "sql": "SELECT \"Shared Titles\" FROM \"1-2869837-1\" WHERE \"Last Final\" = 2012.0;"} +{"question_id": 4085, "table_id": "1-2869837-1", "question": "What was the year of the last final for the club whose last title was 1990?", "sql": "SELECT \"Last Final\" FROM \"1-2869837-1\" WHERE \"Last Title\" = '1990';"} +{"question_id": 4086, "table_id": "1-2869837-1", "question": "What is the minimum number of shared titles for the club whose last final was in 2006?", "sql": "SELECT MIN(\"Shared Titles\") FROM \"1-2869837-1\" WHERE \"Last Final\" = 2006.0;"} +{"question_id": 4087, "table_id": "1-2869837-1", "question": "What is the latest year of last final for the club whose last title was in 1994?", "sql": "SELECT MAX(\"Last Final\") FROM \"1-2869837-1\" WHERE \"Last Title\" = '1994';"} +{"question_id": 4088, "table_id": "1-2869837-1", "question": "What are the number of runners up for Royal School Dungannon?", "sql": "SELECT \"Runners-Up\" FROM \"1-2869837-1\" WHERE \"School\" = 'Royal School Dungannon';"} +{"question_id": 4089, "table_id": "1-28715942-5", "question": "What is the track whent the vocal percussionist is unknown?", "sql": "SELECT \"Track\" FROM \"1-28715942-5\" WHERE \"Vocal Percussionist\" = 'unknown';"} +{"question_id": 4090, "table_id": "1-28715942-5", "question": "Who is the arranger when the vocal percussionist is Alexei Kalveks and Dave Brennan?", "sql": "SELECT \"Arranger(s)\" FROM \"1-28715942-5\" WHERE \"Vocal Percussionist\" = 'Alexei Kalveks and Dave Brennan';"} +{"question_id": 4091, "table_id": "1-28715942-5", "question": "What is the original artist when the vocal percussionist is Alexei Kalveks?", "sql": "SELECT \"Original Artist\" FROM \"1-28715942-5\" WHERE \"Vocal Percussionist\" = 'Alexei Kalveks';"} +{"question_id": 4092, "table_id": "1-28741-1", "question": "How many km 2 does the area with nominal GDP and 16,852,000,000 in usd(2012) cover?", "sql": "SELECT \"Area (km 2 )\" FROM \"1-28741-1\" WHERE \"GDP (nominal), USD (2012)\" = '16,852,000,000';"} +{"question_id": 4093, "table_id": "1-28741-1", "question": "How few km 2 does the area with Nay Pyi Taw as capital cover?", "sql": "SELECT MIN(\"Area (km 2 )\") FROM \"1-28741-1\" WHERE \"Capital\" = 'Nay Pyi Taw';"} +{"question_id": 4094, "table_id": "1-28741-1", "question": "How many HDI (2012) does the area with nominal GDP and 14,246,000,000 USD (2012) have?", "sql": "SELECT COUNT(\"HDI (2012)\") FROM \"1-28741-1\" WHERE \"GDP (nominal), USD (2012)\" = '14,246,000,000';"} +{"question_id": 4095, "table_id": "1-28741-1", "question": "What is the 2012 population of Indonesia?", "sql": "SELECT \"Population(2012)\" FROM \"1-28741-1\" WHERE \"Country\" = 'Indonesia';"} +{"question_id": 4096, "table_id": "1-28741-1", "question": "What is the HDI 2012) of the area with nominal GDP per capita and $849 USD(2012)?", "sql": "SELECT \"HDI (2012)\" FROM \"1-28741-1\" WHERE \"GDP (nominal) per capita, USD (2012)\" = '$849';"} +{"question_id": 4097, "table_id": "1-28741-1", "question": "What are the numbers for GDP (nominal) per capita and USD (2012) of the area with Phnom Penh as capital?", "sql": "SELECT COUNT(\"GDP (nominal) per capita, USD (2012)\") FROM \"1-28741-1\" WHERE \"Capital\" = 'Phnom Penh';"} +{"question_id": 4098, "table_id": "1-28750142-1", "question": "What is the distance of jockey Jason Titley?", "sql": "SELECT \"Distance\" FROM \"1-28750142-1\" WHERE \"Jockey\" = 'Jason Titley';"} +{"question_id": 4099, "table_id": "1-28750142-1", "question": "What is the name of the jockey for Pink Gin?", "sql": "SELECT \"Jockey\" FROM \"1-28750142-1\" WHERE \"Name\" = 'Pink Gin';"} +{"question_id": 4100, "table_id": "1-28768469-10", "question": "The location attendance is Ford Center 17,021 on what dates?", "sql": "SELECT \"Date\" FROM \"1-28768469-10\" WHERE \"Location Attendance\" = 'Ford Center 17,021';"} +{"question_id": 4101, "table_id": "1-28768469-10", "question": "In game 73, what were the total number of high assists?", "sql": "SELECT COUNT(\"High assists\") FROM \"1-28768469-10\" WHERE \"Game\" = 73.0;"} +{"question_id": 4102, "table_id": "1-28768469-2", "question": "What is the location for the game on October 20 with it's corresponding attendance?", "sql": "SELECT \"Location Attendance\" FROM \"1-28768469-2\" WHERE \"Date\" = 'October 20';"} +{"question_id": 4103, "table_id": "1-28785738-1", "question": "Who directed episode 11 of the season?", "sql": "SELECT \"Director\" FROM \"1-28785738-1\" WHERE \"No. in season\" = 11.0;"} +{"question_id": 4104, "table_id": "1-28798161-2", "question": "Which player has a 50 of 2?", "sql": "SELECT \"Player\" FROM \"1-28798161-2\" WHERE \"50s\" = 2.0;"} +{"question_id": 4105, "table_id": "1-28798161-2", "question": "How many 100 for the player with 3 50s?", "sql": "SELECT \"100s\" FROM \"1-28798161-2\" WHERE \"50s\" = 3.0;"} +{"question_id": 4106, "table_id": "1-28798161-2", "question": "What is the average for the player from Lancashire 1 100?", "sql": "SELECT \"Average\" FROM \"1-28798161-2\" WHERE \"County\" = 'Lancashire' AND \"100s\" = 1.0;"} +{"question_id": 4107, "table_id": "1-28802668-3", "question": "How many episode titles does episode 19 in the season have?", "sql": "SELECT COUNT(\"Title\") FROM \"1-28802668-3\" WHERE \"No. in season\" = 19.0;"} +{"question_id": 4108, "table_id": "1-28802668-3", "question": "How many people watched \"It's Better to Burn Out Than Fae Away\"?", "sql": "SELECT \"Viewers *\" FROM \"1-28802668-3\" WHERE \"Title\" = '\"It''s Better to Burn Out Than Fae Away\"';"} +{"question_id": 4109, "table_id": "1-28802668-3", "question": "How many different title names had 358,000 viewers?", "sql": "SELECT COUNT(\"Title\") FROM \"1-28802668-3\" WHERE \"Viewers *\" = '358,000';"} +{"question_id": 4110, "table_id": "1-28798161-3", "question": "if the bbi is 4/39 what is the average", "sql": "SELECT \"Average\" FROM \"1-28798161-3\" WHERE \"BBI\" = '4/39';"} +{"question_id": 4111, "table_id": "1-28798161-3", "question": "if the economy is 3.63 what is the bbi", "sql": "SELECT \"BBI\" FROM \"1-28798161-3\" WHERE \"Economy\" = '3.63';"} +{"question_id": 4112, "table_id": "1-28798161-3", "question": "in the leage what was the minimum 4wi", "sql": "SELECT MIN(\"4wi\") FROM \"1-28798161-3\";"} +{"question_id": 4113, "table_id": "1-28802165-1", "question": "What is the poor law union on Marshalstown?", "sql": "SELECT \"Poor law union\" FROM \"1-28802165-1\" WHERE \"Townland\" = 'Marshalstown';"} +{"question_id": 4114, "table_id": "1-28802165-1", "question": "What is the maximum acres in Castledermot?", "sql": "SELECT MAX(\"s Acre\") FROM \"1-28802165-1\" WHERE \"Civil parish\" = 'Castledermot';"} +{"question_id": 4115, "table_id": "1-28802165-1", "question": "What is the civil parish of Aghafullim?", "sql": "SELECT \"Civil parish\" FROM \"1-28802165-1\" WHERE \"Townland\" = 'Aghafullim';"} +{"question_id": 4116, "table_id": "1-28802165-1", "question": "How many acres is the townland of Maddenstown Middle?", "sql": "SELECT \"s Acre\" FROM \"1-28802165-1\" WHERE \"Townland\" = 'Maddenstown Middle';"} +{"question_id": 4117, "table_id": "1-28859177-3", "question": "How many original air dates did the episode directed by Bethany Rooney have?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-28859177-3\" WHERE \"Directed by\" = 'Bethany Rooney';"} +{"question_id": 4118, "table_id": "1-28859177-3", "question": "What is the production code for the episode that aired on October 15, 2004?", "sql": "SELECT \"Production code\" FROM \"1-28859177-3\" WHERE \"Original air date\" = 'October 15, 2004';"} +{"question_id": 4119, "table_id": "1-28859177-3", "question": "What is the original air date for episode Graeme Clifford directed and Lindsay Sturman wrote?", "sql": "SELECT \"Original air date\" FROM \"1-28859177-3\" WHERE \"Directed by\" = 'Graeme Clifford' AND \"Written by\" = 'Lindsay Sturman';"} +{"question_id": 4120, "table_id": "1-2886617-6", "question": "Who was the player that was picked by Los Angeles Kings?", "sql": "SELECT \"Player\" FROM \"1-2886617-6\" WHERE \"NHL team\" = 'Los Angeles Kings';"} +{"question_id": 4121, "table_id": "1-2886617-6", "question": "What nationality was Peter Slamiar?", "sql": "SELECT \"Nationality\" FROM \"1-2886617-6\" WHERE \"Player\" = 'Peter Slamiar';"} +{"question_id": 4122, "table_id": "1-2886617-4", "question": "What team did the New York Rangers recruit a player from?", "sql": "SELECT \"College/junior/club team\" FROM \"1-2886617-4\" WHERE \"NHL team\" = 'New York Rangers';"} +{"question_id": 4123, "table_id": "1-2886617-4", "question": "How many countries had players named Marc Savard get picked?", "sql": "SELECT COUNT(\"Nationality\") FROM \"1-2886617-4\" WHERE \"Player\" = 'Marc Savard';"} +{"question_id": 4124, "table_id": "1-2886617-4", "question": "What country does the player who joined the Vancouver Canucks originally hail from?", "sql": "SELECT \"Nationality\" FROM \"1-2886617-4\" WHERE \"NHL team\" = 'Vancouver Canucks';"} +{"question_id": 4125, "table_id": "1-2886617-4", "question": "How many times did Alyn McCauley get picked?", "sql": "SELECT COUNT(\"Pick\") FROM \"1-2886617-4\" WHERE \"Player\" = 'Alyn McCauley';"} +{"question_id": 4126, "table_id": "1-2886617-3", "question": "Which nationality has Left Wing as the position and college/junior/team is Portland Winterhawks (WHL)?", "sql": "SELECT \"Nationality\" FROM \"1-2886617-3\" WHERE \"Position\" = 'Left Wing' AND \"College/junior/club team\" = 'Portland Winterhawks (WHL)';"} +{"question_id": 4127, "table_id": "1-2886617-3", "question": "Which nhl team has the player Kevin McKay?", "sql": "SELECT \"NHL team\" FROM \"1-2886617-3\" WHERE \"Player\" = 'Kevin McKay';"} +{"question_id": 4128, "table_id": "1-2886617-3", "question": "How many picks have Canada as the nationality and Larry Courville is the player?", "sql": "SELECT COUNT(\"Pick\") FROM \"1-2886617-3\" WHERE \"Nationality\" = 'Canada' AND \"Player\" = 'Larry Courville';"} +{"question_id": 4129, "table_id": "1-2886617-3", "question": "Which pick has Marko Makinen as the player?", "sql": "SELECT \"Pick\" FROM \"1-2886617-3\" WHERE \"Player\" = 'Marko Makinen';"} +{"question_id": 4130, "table_id": "1-2886617-9", "question": "What college club team did the Dallas Stars choose their draft pick from?", "sql": "SELECT \"College/junior/club team\" FROM \"1-2886617-9\" WHERE \"NHL team\" = 'Dallas Stars';"} +{"question_id": 4131, "table_id": "1-2886617-9", "question": "Who was picked for the draft by St. Louis Blues?", "sql": "SELECT \"Player\" FROM \"1-2886617-9\" WHERE \"NHL team\" = 'St. Louis Blues';"} +{"question_id": 4132, "table_id": "1-28885977-1", "question": "Which stadium is located in Adelaide, South Australia? ", "sql": "SELECT \"Stadium\" FROM \"1-28885977-1\" WHERE \"Location\" = 'Adelaide, South Australia';"} +{"question_id": 4133, "table_id": "1-28885977-1", "question": "In what location was a stadium built for the St Kilda Football Club?", "sql": "SELECT \"Location\" FROM \"1-28885977-1\" WHERE \"Built for\" = 'St Kilda Football Club';"} +{"question_id": 4134, "table_id": "1-28885977-1", "question": "What is the location of the Moorabbin Oval stadium?", "sql": "SELECT \"Location\" FROM \"1-28885977-1\" WHERE \"Stadium\" = 'Moorabbin Oval';"} +{"question_id": 4135, "table_id": "1-28885977-1", "question": "What was the stadium in Adelaide, South Australia built for? ", "sql": "SELECT \"Built for\" FROM \"1-28885977-1\" WHERE \"Location\" = 'Adelaide, South Australia';"} +{"question_id": 4136, "table_id": "1-28885977-1", "question": "What was the stadium in Moorabbin, Victoria built for?", "sql": "SELECT \"Built for\" FROM \"1-28885977-1\" WHERE \"Location\" = 'Moorabbin, Victoria';"} +{"question_id": 4137, "table_id": "1-28885977-1", "question": "What was the capacity at construction of the stadium in Gold Coast, Queensland? ", "sql": "SELECT \"Capacity at Construction\" FROM \"1-28885977-1\" WHERE \"Location\" = 'Gold Coast, Queensland';"} +{"question_id": 4138, "table_id": "1-2889810-2", "question": "how many total number of moto2/250cc when country is United States", "sql": "SELECT COUNT(\"Moto2/250cc\") FROM \"1-2889810-2\" WHERE \"Country\" = 'United States';"} +{"question_id": 4139, "table_id": "1-2889810-2", "question": "how many minimum 350cc has", "sql": "SELECT MIN(\"350cc\") FROM \"1-2889810-2\";"} +{"question_id": 4140, "table_id": "1-2889810-2", "question": "how many country has moto3/125cc with 15", "sql": "SELECT \"Country\" FROM \"1-2889810-2\" WHERE \"Moto3/125cc\" = 15.0;"} +{"question_id": 4141, "table_id": "1-28898948-3", "question": "When Arthur Collins is the winner what is the reason?", "sql": "SELECT \"Reason\" FROM \"1-28898948-3\" WHERE \"Winner\" = 'Arthur Collins';"} +{"question_id": 4142, "table_id": "1-28898948-3", "question": "When Ihaia Tainui is the incumbent what is the date?", "sql": "SELECT \"Date\" FROM \"1-28898948-3\" WHERE \"Incumbent\" = 'Ihaia Tainui';"} +{"question_id": 4143, "table_id": "1-28898948-3", "question": "When Rangitikei is the electorate who is the winner?", "sql": "SELECT \"Winner\" FROM \"1-28898948-3\" WHERE \"Electorate\" = 'Rangitikei';"} +{"question_id": 4144, "table_id": "1-28898948-3", "question": "When Waikaia is the electorate what is the highest by-election?", "sql": "SELECT MAX(\"By-election\") FROM \"1-28898948-3\" WHERE \"Electorate\" = 'Waikaia';"} +{"question_id": 4145, "table_id": "1-28898948-3", "question": "When 1881 is the by-election and Death is the reason who is the incumbent?", "sql": "SELECT \"Incumbent\" FROM \"1-28898948-3\" WHERE \"Reason\" = 'Death' AND \"By-election\" = 1881.0;"} +{"question_id": 4146, "table_id": "1-28948937-3", "question": "What is the name of the partner that has a Winner outcome and a Hard surface?", "sql": "SELECT \"Partner\" FROM \"1-28948937-3\" WHERE \"Outcome\" = 'Winner' AND \"Surface\" = 'Hard';"} +{"question_id": 4147, "table_id": "1-28946565-2", "question": "How many week 2 scores have a week 7 score of 40 + 40 = 80?", "sql": "SELECT COUNT(\"Week 2\") FROM \"1-28946565-2\" WHERE \"Week 7\" = '40 + 40 = 80';"} +{"question_id": 4148, "table_id": "1-28946565-2", "question": "What is the smallest week 3 score?", "sql": "SELECT MIN(\"Week 3\") FROM \"1-28946565-2\";"} +{"question_id": 4149, "table_id": "1-28946565-2", "question": "Which couple had a week 2 score of exactly 23?", "sql": "SELECT \"Couple\" FROM \"1-28946565-2\" WHERE \"Week 2\" = 23.0;"} +{"question_id": 4150, "table_id": "1-28967275-3", "question": "When \"The Secret of Deep Stadium\" is the episode title what is the lowest series number?", "sql": "SELECT MIN(\"Series #\") FROM \"1-28967275-3\" WHERE \"Episode Title\" = '\"The Secret of Deep Stadium\"';"} +{"question_id": 4151, "table_id": "1-28967275-3", "question": "when 68 is the episode number what is the series number?", "sql": "SELECT \"Series #\" FROM \"1-28967275-3\" WHERE \"Episode #\" = 68.0;"} +{"question_id": 4152, "table_id": "1-28967275-3", "question": "when 69 is the episode number what is the air date?", "sql": "SELECT \"Original air date\" FROM \"1-28967275-3\" WHERE \"Episode #\" = 69.0;"} +{"question_id": 4153, "table_id": "1-2897457-1", "question": "What draft pick is a Goaltender?", "sql": "SELECT \"Pick #\" FROM \"1-2897457-1\" WHERE \"Position\" = 'Goaltender';"} +{"question_id": 4154, "table_id": "1-2897457-1", "question": "What position does Olaf Kolzig play?", "sql": "SELECT \"Position\" FROM \"1-2897457-1\" WHERE \"Player\" = 'Olaf Kolzig';"} +{"question_id": 4155, "table_id": "1-2897457-1", "question": "What team drafted a player from Sweden?", "sql": "SELECT \"NHL team\" FROM \"1-2897457-1\" WHERE \"Nationality\" = 'Sweden';"} +{"question_id": 4156, "table_id": "1-29023680-2", "question": "How many company commanders were commissioned or elected on November 12, 1861?", "sql": "SELECT COUNT(\"Company Commander\") FROM \"1-29023680-2\" WHERE \"Date of Election/Commission\" = 'November 12, 1861';"} +{"question_id": 4157, "table_id": "1-29023680-2", "question": "What are the counties who company commander is Captain James R. Jackson and whose election of commission date is April 29, 1861?", "sql": "SELECT \"County\" FROM \"1-29023680-2\" WHERE \"Date of Election/Commission\" = 'April 29, 1861' AND \"Company Commander\" = 'Captain James R. Jackson';"} +{"question_id": 4158, "table_id": "1-29026564-10", "question": "In the 250 series on Clay what were the scores?", "sql": "SELECT \"Score\" FROM \"1-29026564-10\" WHERE \"Surface\" = 'Clay' AND \"Category\" = '250 series';"} +{"question_id": 4159, "table_id": "1-29012710-1", "question": "what is the most amount of cattle where they live in British Columbia", "sql": "SELECT MAX(\"Number of Dairy Cows\") FROM \"1-29012710-1\" WHERE \"Province\" = 'British Columbia';"} +{"question_id": 4160, "table_id": "1-29012710-1", "question": "what is the most number where cattle is 13000", "sql": "SELECT COUNT(\"Province\") FROM \"1-29012710-1\" WHERE \"Number of Dairy Cows\" = 13000.0;"} +{"question_id": 4161, "table_id": "1-29012710-1", "question": "what is the amount where the area is New Brunswick", "sql": "SELECT \"Production (hectolitres)\" FROM \"1-29012710-1\" WHERE \"Province\" = 'New Brunswick';"} +{"question_id": 4162, "table_id": "1-29012710-1", "question": "what is the location where there are over 200 cattle businesses", "sql": "SELECT \"Province\" FROM \"1-29012710-1\" WHERE \"Number of Dairy Farms\" = 200.0;"} +{"question_id": 4163, "table_id": "1-29012710-1", "question": "what is the least amount of cattle head", "sql": "SELECT MIN(\"Number of Dairy Cows\") FROM \"1-29012710-1\";"} +{"question_id": 4164, "table_id": "1-29012710-1", "question": "what is the least amount of milk cattle in Ontario", "sql": "SELECT MIN(\"Number of Dairy Cows\") FROM \"1-29012710-1\" WHERE \"Province\" = 'Ontario';"} +{"question_id": 4165, "table_id": "1-29054902-1", "question": "How many millions of U.S viewers watched the episode titled \"Miss Mystic Falls\"?", "sql": "SELECT \"U.S. viewers (million)\" FROM \"1-29054902-1\" WHERE \"Title\" = '\"Miss Mystic Falls\"';"} +{"question_id": 4166, "table_id": "1-29054902-1", "question": "What is the production code of the episode that was watched by 3.81 million U.S. viewers? ", "sql": "SELECT \"Production code\" FROM \"1-29054902-1\" WHERE \"U.S. viewers (million)\" = '3.81';"} +{"question_id": 4167, "table_id": "1-29054902-1", "question": "Who wrote the episode titled \"There Goes the Neighborhood\"? ", "sql": "SELECT \"Written by\" FROM \"1-29054902-1\" WHERE \"Title\" = '\"There Goes the Neighborhood\"';"} +{"question_id": 4168, "table_id": "1-29087004-2", "question": "Who wrote the episode with a production code of 116?", "sql": "SELECT \"Written by\" FROM \"1-29087004-2\" WHERE \"Production Code\" = 116.0;"} +{"question_id": 4169, "table_id": "1-29087004-2", "question": "What number episode in the series had and original United States air date of December 24, 2010?", "sql": "SELECT MAX(\"Series #\") FROM \"1-29087004-2\" WHERE \"United States Original Airdate\" = 'December 24, 2010';"} +{"question_id": 4170, "table_id": "1-29087004-2", "question": "What number episode in the series was titled \"My Fair Rebound\"?", "sql": "SELECT \"Series #\" FROM \"1-29087004-2\" WHERE \"Title\" = '\"My Fair Rebound\"';"} +{"question_id": 4171, "table_id": "1-29087004-2", "question": "Who wrote the episode directed by Jos Humphrey that had an original Canadian air date that was Unknown and a United States original air date of August 27, 2011?", "sql": "SELECT \"Written by\" FROM \"1-29087004-2\" WHERE \"Directed by\" = 'Jos Humphrey' AND \"Canada Original Airdate\" = 'Unknown' AND \"United States Original Airdate\" = 'August 27, 2011';"} +{"question_id": 4172, "table_id": "1-29087004-2", "question": "What is the original United States air date of the episode written by Mike Ferris? ", "sql": "SELECT \"United States Original Airdate\" FROM \"1-29087004-2\" WHERE \"Written by\" = 'Mike Ferris';"} +{"question_id": 4173, "table_id": "1-29141354-2", "question": "Who was Andrew and Georgies guest when Jamie and Johns guest was Joe Calzaghe?", "sql": "SELECT \"Andrew and Georgies guest\" FROM \"1-29141354-2\" WHERE \"Jamie and Johns guest\" = 'Joe Calzaghe';"} +{"question_id": 4174, "table_id": "1-29141354-2", "question": "What were the scores when Jamie and Johns guest was Phillips Idowu?", "sql": "SELECT \"Scores\" FROM \"1-29141354-2\" WHERE \"Jamie and Johns guest\" = 'Phillips Idowu';"} +{"question_id": 4175, "table_id": "1-29141354-2", "question": "When was episode 02x02 first broadcast?", "sql": "SELECT \"First broadcast\" FROM \"1-29141354-2\" WHERE \"Episode\" = '02x02';"} +{"question_id": 4176, "table_id": "1-29141354-2", "question": "Who was Andrew and Georgies guest when Jamie and Johns guest was Jessica Ennis?", "sql": "SELECT \"Andrew and Georgies guest\" FROM \"1-29141354-2\" WHERE \"Jamie and Johns guest\" = 'Jessica Ennis';"} +{"question_id": 4177, "table_id": "1-29141354-2", "question": "When was episode 02x07 first broadcast?", "sql": "SELECT \"First broadcast\" FROM \"1-29141354-2\" WHERE \"Episode\" = '02x07';"} +{"question_id": 4178, "table_id": "1-29160596-1", "question": "List all the MCs with peak ranking of 6 who were inducted in 2007.", "sql": "SELECT \"Top MC\" FROM \"1-29160596-1\" WHERE \"Year inducted\" = 2007.0 AND \"Peak ranking\" = 6.0;"} +{"question_id": 4179, "table_id": "1-29160596-1", "question": "List all the MCs with 5 appearances who were inducted in 2007?", "sql": "SELECT \"Top MC\" FROM \"1-29160596-1\" WHERE \"Appearances\" = 5.0 AND \"Year inducted\" = 2007.0;"} +{"question_id": 4180, "table_id": "1-29160596-1", "question": "How many appearances by Meek Mill?", "sql": "SELECT MAX(\"Appearances\") FROM \"1-29160596-1\" WHERE \"Top MC\" = 'Meek Mill';"} +{"question_id": 4181, "table_id": "1-29163303-1", "question": "What are the championship venues where the score was 6–7 (4–7) , 3–6?", "sql": "SELECT \"Championship\" FROM \"1-29163303-1\" WHERE \"Score\" = '6–7 (4–7) , 3–6';"} +{"question_id": 4182, "table_id": "1-29163303-1", "question": "On what surface was the Australian Open (6) played on?", "sql": "SELECT \"Surface\" FROM \"1-29163303-1\" WHERE \"Championship\" = 'Australian Open (6)';"} +{"question_id": 4183, "table_id": "1-29163303-1", "question": "Who was Bob Bryan's partner/s on a Hard surface in 2003?", "sql": "SELECT \"Partner\" FROM \"1-29163303-1\" WHERE \"Year\" = 2003.0 AND \"Surface\" = 'Hard';"} +{"question_id": 4184, "table_id": "1-291768-1", "question": "which vessel area was called for on November 30, 1970", "sql": "SELECT \"Shipyard\" FROM \"1-291768-1\" WHERE \"Commissioned\" = 'November 30, 1970';"} +{"question_id": 4185, "table_id": "1-291768-1", "question": "what project was initially started before September 20, 1968", "sql": "SELECT \"Commissioned\" FROM \"1-291768-1\" WHERE \"Launched\" = 'September 20, 1968';"} +{"question_id": 4186, "table_id": "1-291768-1", "question": "when was the first start date that actually began on August 6, 1969", "sql": "SELECT \"Launched\" FROM \"1-291768-1\" WHERE \"Commissioned\" = 'August 6, 1969';"} +{"question_id": 4187, "table_id": "1-291768-1", "question": "where is the boat area that began on November 30, 1970", "sql": "SELECT \"Shipyard\" FROM \"1-291768-1\" WHERE \"Commissioned\" = 'November 30, 1970';"} +{"question_id": 4188, "table_id": "1-29273057-1", "question": "Who directed the episode with production code IP01003? ", "sql": "SELECT \"Directed by\" FROM \"1-29273057-1\" WHERE \"Production code\" = 'IP01003';"} +{"question_id": 4189, "table_id": "1-29434211-1", "question": "How many poles does the European F3 Open series have?", "sql": "SELECT \"Poles\" FROM \"1-29434211-1\" WHERE \"Series\" = 'European F3 Open';"} +{"question_id": 4190, "table_id": "1-29434211-1", "question": "What is the maximum season that has exactly 2 podiums?", "sql": "SELECT MAX(\"Season\") FROM \"1-29434211-1\" WHERE \"Podiums\" = 2.0;"} +{"question_id": 4191, "table_id": "1-29436007-1", "question": "How many episodes of the season had the title, \"World's Greatest Dick\"?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-29436007-1\" WHERE \"Title\" = '\"World''s Greatest Dick\"';"} +{"question_id": 4192, "table_id": "1-29436007-1", "question": "How many dates did \"Dick Jokes\" originally air on?", "sql": "SELECT COUNT(\"Original air date\") FROM \"1-29436007-1\" WHERE \"Title\" = '\"Dick Jokes\"';"} +{"question_id": 4193, "table_id": "1-29436007-1", "question": "Who wrote \"Romeo & Juliet & Dick\"?", "sql": "SELECT \"Written by\" FROM \"1-29436007-1\" WHERE \"Title\" = '\"Romeo & Juliet & Dick\"';"} +{"question_id": 4194, "table_id": "1-29436007-1", "question": "Who wrote episode 23 of the season?", "sql": "SELECT \"Written by\" FROM \"1-29436007-1\" WHERE \"No. in season\" = 23.0;"} +{"question_id": 4195, "table_id": "1-29471472-1", "question": "How many seasons are there for the 3rd position?", "sql": "SELECT COUNT(\"Season\") FROM \"1-29471472-1\" WHERE \"Position\" = '3rd';"} +{"question_id": 4196, "table_id": "1-29471472-1", "question": "What season was the team Autosport Academy?", "sql": "SELECT MAX(\"Season\") FROM \"1-29471472-1\" WHERE \"Team\" = 'Autosport Academy';"} +{"question_id": 4197, "table_id": "1-29471472-1", "question": "What is the series for race 7", "sql": "SELECT \"Series\" FROM \"1-29471472-1\" WHERE \"Races\" = 7.0;"} +{"question_id": 4198, "table_id": "1-29471472-1", "question": "What season shows podium 7?", "sql": "SELECT MIN(\"Season\") FROM \"1-29471472-1\" WHERE \"Podiums\" = 7.0;"} +{"question_id": 4199, "table_id": "1-29474481-4", "question": "How many French heads of state have a head of mission of Xavier Daufresne de la Chevalerie?", "sql": "SELECT COUNT(\"French Head of State\") FROM \"1-29474481-4\" WHERE \"Head of mission\" = 'Xavier Daufresne de la Chevalerie';"} +{"question_id": 4200, "table_id": "1-29483673-1", "question": "What city is Tiffin University located in?", "sql": "SELECT \"Location - City\" FROM \"1-29483673-1\" WHERE \"Institution\" = 'Tiffin University';"} +{"question_id": 4201, "table_id": "1-29483673-1", "question": "What is the enrollment at the Private university?", "sql": "SELECT \"Enrollment\" FROM \"1-29483673-1\" WHERE \"Affiliation\" = 'Private';"} +{"question_id": 4202, "table_id": "1-29494395-3", "question": "What is the original air date when the director is Rowan Woods and the writer is Peter Duncan?", "sql": "SELECT \"Originalair date\" FROM \"1-29494395-3\" WHERE \"Director\" = 'Rowan Woods' AND \"Writer\" = 'Peter Duncan';"} +{"question_id": 4203, "table_id": "1-29487895-2", "question": "How many sources are there for South Africa?", "sql": "SELECT COUNT(\"Source(s)\") FROM \"1-29487895-2\" WHERE \"Country / region\" = 'South Africa';"} +{"question_id": 4204, "table_id": "1-29487895-2", "question": "What is the premiere date of the American Disney XD Tron Uprising Site?", "sql": "SELECT \"Series premiere\" FROM \"1-29487895-2\" WHERE \"Source(s)\" = 'American Disney XD Tron Uprising Site';"} +{"question_id": 4205, "table_id": "1-29487895-2", "question": "What country is in the region of France?", "sql": "SELECT \"Title in country\" FROM \"1-29487895-2\" WHERE \"Country / region\" = 'France';"} +{"question_id": 4206, "table_id": "1-29487895-2", "question": "What is airing for the series premiere of June 7, 2012?", "sql": "SELECT \"Airing?\" FROM \"1-29487895-2\" WHERE \"Series premiere\" = 'June 7, 2012';"} +{"question_id": 4207, "table_id": "1-29487895-2", "question": "What is showing for airing in South Africa?", "sql": "SELECT \"Airing?\" FROM \"1-29487895-2\" WHERE \"Country / region\" = 'South Africa';"} +{"question_id": 4208, "table_id": "1-29487895-2", "question": "What is the title in Canada?", "sql": "SELECT \"Title in country\" FROM \"1-29487895-2\" WHERE \"Country / region\" = 'Canada';"} +{"question_id": 4209, "table_id": "1-29499399-2", "question": "What was the best finish for 206 on the money list?", "sql": "SELECT \"Best finish\" FROM \"1-29499399-2\" WHERE \"Money list rank\" = '206';"} +{"question_id": 4210, "table_id": "1-29499399-2", "question": "How many ranks on the money list had a best finish of T10?", "sql": "SELECT COUNT(\"Money list rank\") FROM \"1-29499399-2\" WHERE \"Best finish\" = 'T10';"} +{"question_id": 4211, "table_id": "1-29499399-2", "question": "Which money list ranks had a best finish of 2?", "sql": "SELECT COUNT(\"Money list rank\") FROM \"1-29499399-2\" WHERE \"Best finish\" = '2';"} +{"question_id": 4212, "table_id": "1-29499399-2", "question": "What is Jonathan Kaye's money list ranking?", "sql": "SELECT COUNT(\"Money list rank\") FROM \"1-29499399-2\" WHERE \"Player\" = 'Jonathan Kaye';"} +{"question_id": 4213, "table_id": "1-29499399-2", "question": "Where is Cameron Beckman's rank on the money list?", "sql": "SELECT \"Money list rank\" FROM \"1-29499399-2\" WHERE \"Player\" = 'Cameron Beckman';"} +{"question_id": 4214, "table_id": "1-29565541-2", "question": "When 6 is the w what is the pa?", "sql": "SELECT \"PA\" FROM \"1-29565541-2\" WHERE \"W\" = 6.0;"} +{"question_id": 4215, "table_id": "1-29565541-2", "question": "When 5 is the l what is the lowest amount of stolen ends?", "sql": "SELECT MIN(\"Stolen Ends\") FROM \"1-29565541-2\" WHERE \"L\" = 5.0;"} +{"question_id": 4216, "table_id": "1-29565541-2", "question": "When 52 is the ends won what is the skip(club)?", "sql": "SELECT \"Skip (Club)\" FROM \"1-29565541-2\" WHERE \"Ends Won\" = 52.0;"} +{"question_id": 4217, "table_id": "1-29565541-2", "question": "When Jeff Currie (Port Arthur) is the skip (club) what is the lowest amount of stolen ends?", "sql": "SELECT MIN(\"Stolen Ends\") FROM \"1-29565541-2\" WHERE \"Skip (Club)\" = 'Jeff Currie (Port Arthur)';"} +{"question_id": 4218, "table_id": "1-29569969-2", "question": "How many million people in the US saw the episode with production code 105?", "sql": "SELECT \"U.S. viewers (millions)\" FROM \"1-29569969-2\" WHERE \"Production code\" = 105.0;"} +{"question_id": 4219, "table_id": "1-29569969-2", "question": "Who directed the episode that had 1.48 million viewers in the U.S.?", "sql": "SELECT \"Directed by\" FROM \"1-29569969-2\" WHERE \"U.S. viewers (millions)\" = '1.48';"} +{"question_id": 4220, "table_id": "1-29572583-20", "question": "what is the status for seed 14", "sql": "SELECT \"Status\" FROM \"1-29572583-20\" WHERE \"Seed\" = 14.0;"} +{"question_id": 4221, "table_id": "1-29572583-20", "question": "which player had the status to the Fourth round lost to Tsvetana Pironkova [32] Answers:", "sql": "SELECT \"Player\" FROM \"1-29572583-20\" WHERE \"Status\" = 'Fourth round lost to Tsvetana Pironkova [32]';"} +{"question_id": 4222, "table_id": "1-29572583-20", "question": "how many new points does the player Roberta Vinci have?", "sql": "SELECT MAX(\"New points\") FROM \"1-29572583-20\" WHERE \"Player\" = 'Roberta Vinci';"} +{"question_id": 4223, "table_id": "1-29615165-5", "question": "How many o-19% are where the quartier is in Saint-Loup?", "sql": "SELECT \"% 0-19 years\" FROM \"1-29615165-5\" WHERE \"Quartier\" = 'Saint-Loup';"} +{"question_id": 4224, "table_id": "1-29615165-5", "question": "how many 20-39% are in Pont-de-Vivaux?", "sql": "SELECT COUNT(\"% 20-39 years\") FROM \"1-29615165-5\" WHERE \"Quartier\" = 'Pont-de-Vivaux';"} +{"question_id": 4225, "table_id": "1-29615165-5", "question": "the quartier Menpenti has how many 40-59 year olds?", "sql": "SELECT \"% 40-59 years\" FROM \"1-29615165-5\" WHERE \"Quartier\" = 'Menpenti';"} +{"question_id": 4226, "table_id": "1-29585196-1", "question": "What episode number in the series was directed by Winrich Kolbe?", "sql": "SELECT MIN(\"No. in series\") FROM \"1-29585196-1\" WHERE \"Directed by\" = 'Winrich Kolbe';"} +{"question_id": 4227, "table_id": "1-29585196-1", "question": "What episode number in the season is \"Many Happy Returns\"?", "sql": "SELECT MAX(\"No. in season\") FROM \"1-29585196-1\" WHERE \"Title\" = '\"Many Happy Returns\"';"} +{"question_id": 4228, "table_id": "1-29585196-1", "question": "How many episodes in the season were named \"Knight Sting\"?", "sql": "SELECT COUNT(\"No. in season\") FROM \"1-29585196-1\" WHERE \"Title\" = '\"Knight Sting\"';"} +{"question_id": 4229, "table_id": "1-29626583-1", "question": "What is the position for the University of Akron Michigan Bucks affiliation ", "sql": "SELECT \"Position\" FROM \"1-29626583-1\" WHERE \"Affiliation\" = 'University of Akron Michigan Bucks';"} +{"question_id": 4230, "table_id": "1-29626583-1", "question": "What is the position for the University of North Carolina Carolina Dynamo affiliation ", "sql": "SELECT \"Position\" FROM \"1-29626583-1\" WHERE \"Affiliation\" = 'University of North Carolina Carolina Dynamo';"} +{"question_id": 4231, "table_id": "1-29626583-1", "question": "how many pick# does the Chivas USA mls team have", "sql": "SELECT MAX(\"Pick #\") FROM \"1-29626583-1\" WHERE \"MLS team\" = 'Chivas USA';"} +{"question_id": 4232, "table_id": "1-29626583-1", "question": "how many pick# does the University of Akron Reading United Michigan Bucks affiliation have", "sql": "SELECT COUNT(\"Pick #\") FROM \"1-29626583-1\" WHERE \"Affiliation\" = 'University of Akron Reading United Michigan Bucks';"} +{"question_id": 4233, "table_id": "1-29626583-1", "question": "what is the position for the United States U-20 affiliation ", "sql": "SELECT \"Position\" FROM \"1-29626583-1\" WHERE \"Affiliation\" = 'United States U-20';"} +{"question_id": 4234, "table_id": "1-29704447-1", "question": "How many stolen ends did the skipper whose locale was British Columbia have? ", "sql": "SELECT MIN(\"Stolen Ends\") FROM \"1-29704447-1\" WHERE \"Locale\" = 'British Columbia';"} +{"question_id": 4235, "table_id": "1-29747178-3", "question": "What is the title of the episode with a production code of FL209?", "sql": "SELECT \"Title\" FROM \"1-29747178-3\" WHERE \"Production code\" = 'FL209';"} +{"question_id": 4236, "table_id": "1-29747178-3", "question": "Who directed the episode that was watched by 2.67 million U.S. viewers?", "sql": "SELECT \"Directed by\" FROM \"1-29747178-3\" WHERE \"U.S. viewers (million)\" = '2.67';"} +{"question_id": 4237, "table_id": "1-29747178-3", "question": "What number episode in the season was titled \"Shattered\"?", "sql": "SELECT MAX(\"Season #\") FROM \"1-29747178-3\" WHERE \"Title\" = '\"Shattered\"';"} +{"question_id": 4238, "table_id": "1-29743928-5", "question": "What is the lowest value for int. caps?", "sql": "SELECT MIN(\"Int. caps\") FROM \"1-29743928-5\";"} +{"question_id": 4239, "table_id": "1-29770377-1", "question": "How many trains are there for the route via Trivandrum, Ernakulam, NewDelhi?", "sql": "SELECT COUNT(\"Train number\") FROM \"1-29770377-1\" WHERE \"Route/Via.\" = 'Trivandrum, Ernakulam, NewDelhi';"} +{"question_id": 4240, "table_id": "1-29770377-1", "question": "What is the route for the destination of Guruvayur?", "sql": "SELECT \"Route/Via.\" FROM \"1-29770377-1\" WHERE \"Destination\" = 'Guruvayur';"} +{"question_id": 4241, "table_id": "1-29770377-1", "question": "How many route/via's are there for the Ernad Express?", "sql": "SELECT COUNT(\"Route/Via.\") FROM \"1-29770377-1\" WHERE \"Train name\" = 'Ernad Express';"} +{"question_id": 4242, "table_id": "1-29770377-1", "question": "What is the destination of the route Kulitthurai,Neyyattinkara?", "sql": "SELECT \"Destination\" FROM \"1-29770377-1\" WHERE \"Route/Via.\" = 'Kulitthurai,Neyyattinkara';"} +{"question_id": 4243, "table_id": "1-29770377-1", "question": "What is the train number for the train name Island Express with a destination of Kanniyakumari?", "sql": "SELECT \"Train number\" FROM \"1-29770377-1\" WHERE \"Train name\" = 'Island Express' AND \"Destination\" = 'Kanniyakumari';"} +{"question_id": 4244, "table_id": "1-29785324-4", "question": "How many reservations for sc/st are there in constituency 191?", "sql": "SELECT COUNT(\"Reservation for SC/ST\") FROM \"1-29785324-4\" WHERE \"Constituency No.\" = 191.0;"} +{"question_id": 4245, "table_id": "1-29788320-2", "question": "Which locations had their first year in 2001? ", "sql": "SELECT \"Location\" FROM \"1-29788320-2\" WHERE \"First year\" = 2001.0;"} +{"question_id": 4246, "table_id": "1-29788320-2", "question": "How many editions did Club Q-BASE concept have ? ", "sql": "SELECT COUNT(\"Number of editions\") FROM \"1-29788320-2\" WHERE \"Concept\" = 'Club Q-BASE';"} +{"question_id": 4247, "table_id": "1-2985664-8", "question": "What is the lowest value for runs when the average is 42.36?", "sql": "SELECT MIN(\"Runs\") FROM \"1-2985664-8\" WHERE \"Average\" = '42.36';"} +{"question_id": 4248, "table_id": "1-2985664-8", "question": "How many entries for 50 occur when strike rate is 92.81?", "sql": "SELECT COUNT(\"50\") FROM \"1-2985664-8\" WHERE \"Strike rate\" = '92.81';"} +{"question_id": 4249, "table_id": "1-2985664-8", "question": "What is the lowest value for innings?", "sql": "SELECT MIN(\"Innings\") FROM \"1-2985664-8\";"} +{"question_id": 4250, "table_id": "1-2985664-8", "question": "What is every strike rate when cathces/stumpings is 13/1?", "sql": "SELECT \"Strike rate\" FROM \"1-2985664-8\" WHERE \"Catches/Stumpings\" = '13/1';"} +{"question_id": 4251, "table_id": "1-2985664-8", "question": "What is every high score for a strike rate of 84.88?", "sql": "SELECT \"High Score\" FROM \"1-2985664-8\" WHERE \"Strike rate\" = '84.88';"} +{"question_id": 4252, "table_id": "1-2985664-8", "question": "How many entries for 100 occur when the average is 15.78?", "sql": "SELECT COUNT(\"100\") FROM \"1-2985664-8\" WHERE \"Average\" = '15.78';"} +{"question_id": 4253, "table_id": "1-29871617-1", "question": "What is the chromosomal location of IL-1β?", "sql": "SELECT \"Chromosomal location\" FROM \"1-29871617-1\" WHERE \"Name\" = 'IL-1β';"} +{"question_id": 4254, "table_id": "1-29871617-1", "question": "What are the coreceptors of the chromosomes in that location 11q22.2-q22.3?", "sql": "SELECT \"Coreceptor\" FROM \"1-29871617-1\" WHERE \"Chromosomal location\" = '11q22.2-q22.3';"} +{"question_id": 4255, "table_id": "1-29871617-1", "question": "How many different chromosomal locations are there in the family IL-1F8?", "sql": "SELECT COUNT(\"Chromosomal location\") FROM \"1-29871617-1\" WHERE \"Family name\" = 'IL-1F8';"} +{"question_id": 4256, "table_id": "1-29871617-1", "question": "Where is IL-36β located?", "sql": "SELECT \"Chromosomal location\" FROM \"1-29871617-1\" WHERE \"Name\" = 'IL-36β';"} +{"question_id": 4257, "table_id": "1-29871617-1", "question": "What are the names listed in the family IL-1F2?", "sql": "SELECT \"Name\" FROM \"1-29871617-1\" WHERE \"Family name\" = 'IL-1F2';"} +{"question_id": 4258, "table_id": "1-29871617-1", "question": "Which chromosomes have an Unknown property?", "sql": "SELECT \"Name\" FROM \"1-29871617-1\" WHERE \"Property\" = 'Unknown';"} +{"question_id": 4259, "table_id": "1-30007505-1", "question": "Name the least mister international", "sql": "SELECT MIN(\"Mister International\") FROM \"1-30007505-1\";"} +{"question_id": 4260, "table_id": "1-30007505-1", "question": "Name the most total for South Korea", "sql": "SELECT MAX(\"Total\") FROM \"1-30007505-1\" WHERE \"Country/Territory\" = 'South Korea';"} +{"question_id": 4261, "table_id": "1-30007505-1", "question": "Name the semifinalists for Singapore", "sql": "SELECT \"Semifinalists\" FROM \"1-30007505-1\" WHERE \"Country/Territory\" = 'Singapore';"} +{"question_id": 4262, "table_id": "1-30007505-1", "question": "Name the number of semifinalists for 19 rank", "sql": "SELECT COUNT(\"Semifinalists\") FROM \"1-30007505-1\" WHERE \"Rank\" = 19.0;"} +{"question_id": 4263, "table_id": "1-30057479-1", "question": "Where was D: ~50nm, L: ~600nm geometry researched?", "sql": "SELECT \"Researched at\" FROM \"1-30057479-1\" WHERE \"Geometry\" = 'D: ~50nm, L: ~600nm';"} +{"question_id": 4264, "table_id": "1-30057479-1", "question": "How many materials are there for output power of ~0.1 pW per cycle (calculated)?", "sql": "SELECT COUNT(\"Material\") FROM \"1-30057479-1\" WHERE \"Output power\" = '~0.1 pW per cycle (calculated)';"} +{"question_id": 4265, "table_id": "1-30057479-1", "question": "What is the output power for the V P =~3 mV output voltage?", "sql": "SELECT \"Output power\" FROM \"1-30057479-1\" WHERE \"Output voltage\" = 'V P =~3 mV';"} +{"question_id": 4266, "table_id": "1-30057479-1", "question": "How many synthesis are there for 5~16.2 pW per cycle (calculated) output power?", "sql": "SELECT COUNT(\"Synthesis\") FROM \"1-30057479-1\" WHERE \"Output power\" = '5~16.2 pW per cycle (calculated)';"} +{"question_id": 4267, "table_id": "1-30057479-1", "question": "Where was D: ~100nm, L: 1 μm geometry researched?", "sql": "SELECT \"Researched at\" FROM \"1-30057479-1\" WHERE \"Geometry\" = 'D: ~100nm, L: 1 μm';"} +{"question_id": 4268, "table_id": "1-30057479-1", "question": "Where was D: 25~70nm, L: 10~20 μm geometry researched?", "sql": "SELECT \"Researched at\" FROM \"1-30057479-1\" WHERE \"Geometry\" = 'D: 25~70nm, L: 10~20 μm';"} +{"question_id": 4269, "table_id": "1-3005999-1", "question": "Who are all providers with destination of Liverpool?", "sql": "SELECT \"Provider\" FROM \"1-3005999-1\" WHERE \"Destination\" = 'Liverpool';"} +{"question_id": 4270, "table_id": "1-3005999-1", "question": "What is every entry for intermediate stops for the destination of Manchester?", "sql": "SELECT \"Intermediate stops\" FROM \"1-3005999-1\" WHERE \"Destination\" = 'Manchester';"} +{"question_id": 4271, "table_id": "1-3005999-1", "question": "How many route numbers occur for the origin of Birmingham and destination of Bristol?", "sql": "SELECT COUNT(\"Route Number\") FROM \"1-3005999-1\" WHERE \"Origin\" = 'Birmingham' AND \"Destination\" = 'Bristol';"} +{"question_id": 4272, "table_id": "1-3005999-1", "question": "What is every origin for the destination of Manchester?", "sql": "SELECT \"Origin\" FROM \"1-3005999-1\" WHERE \"Destination\" = 'Manchester';"} +{"question_id": 4273, "table_id": "1-3005999-1", "question": "How many providers have a destination of Blackpool?", "sql": "SELECT COUNT(\"Provider\") FROM \"1-3005999-1\" WHERE \"Destination\" = 'Blackpool';"} +{"question_id": 4274, "table_id": "1-3005915-3", "question": "What is the maximum number of starts?", "sql": "SELECT MAX(\"Starts\") FROM \"1-3005915-3\";"} +{"question_id": 4275, "table_id": "1-3005915-3", "question": "What is the maximum number of poles?", "sql": "SELECT MAX(\"Poles\") FROM \"1-3005915-3\";"} +{"question_id": 4276, "table_id": "1-3005915-3", "question": "What is the minimum number of poles?", "sql": "SELECT MIN(\"Poles\") FROM \"1-3005915-3\";"} +{"question_id": 4277, "table_id": "1-30073089-2", "question": "Name the date for S. Valentino Alla Muta , Italia", "sql": "SELECT \"Date\" FROM \"1-30073089-2\" WHERE \"Location\" = 'S. Valentino Alla Muta , Italia';"} +{"question_id": 4278, "table_id": "1-30073089-2", "question": "Name the date for 2011 and position larger than 2.0", "sql": "SELECT \"Date\" FROM \"1-30073089-2\" WHERE \"Season\" = 2011.0 AND \"Position\" > 2.0;"} +{"question_id": 4279, "table_id": "1-30073089-2", "question": "Name the discipline for 1561 fis points", "sql": "SELECT \"Discipline\" FROM \"1-30073089-2\" WHERE \"FIS points\" = 1561.0;"} +{"question_id": 4280, "table_id": "1-30073089-2", "question": "Name the position for fis points being 3495", "sql": "SELECT \"Position\" FROM \"1-30073089-2\" WHERE \"FIS points\" = 3495.0;"} +{"question_id": 4281, "table_id": "1-30085411-1", "question": "who was the umpire when the wc match was 10", "sql": "SELECT \"Umpire\" FROM \"1-30085411-1\" WHERE \"WC Matches\" = 10.0;"} +{"question_id": 4282, "table_id": "1-30085411-1", "question": "what is the number of the wc matches if the matches were 79", "sql": "SELECT MAX(\"WC Matches\") FROM \"1-30085411-1\" WHERE \"Matches\" = 79.0;"} +{"question_id": 4283, "table_id": "1-30085411-1", "question": "in which country whe wc maches was 15", "sql": "SELECT \"Country\" FROM \"1-30085411-1\" WHERE \"WC Matches\" = 15.0;"} +{"question_id": 4284, "table_id": "1-30085411-1", "question": "what is the number of the least matches", "sql": "SELECT MIN(\"Matches\") FROM \"1-30085411-1\";"} +{"question_id": 4285, "table_id": "1-30085411-1", "question": "if the matches are 16 what is the wc matches", "sql": "SELECT MAX(\"WC Matches\") FROM \"1-30085411-1\" WHERE \"Matches\" = 16.0;"} +{"question_id": 4286, "table_id": "1-30120555-1", "question": "Which barony contains a townland with an area 24 acres?", "sql": "SELECT \"Barony\" FROM \"1-30120555-1\" WHERE \"Area( acres )\" = 24.0;"} +{"question_id": 4287, "table_id": "1-30120555-1", "question": "How many different civil parishes is Canrooska a part of?", "sql": "SELECT COUNT(\"Civil parish\") FROM \"1-30120555-1\" WHERE \"Townland\" = 'Canrooska';"} +{"question_id": 4288, "table_id": "1-30120555-1", "question": "What poor law union is Curradonohoe a part of?", "sql": "SELECT \"Poor law union\" FROM \"1-30120555-1\" WHERE \"Townland\" = 'Curradonohoe';"} +{"question_id": 4289, "table_id": "1-30120619-1", "question": "What is the barony for the Ballintaggart townland?", "sql": "SELECT \"Barony\" FROM \"1-30120619-1\" WHERE \"Townland\" = 'Ballintaggart';"} +{"question_id": 4290, "table_id": "1-30120619-1", "question": "What is the poor law union for the Barnahely towland?", "sql": "SELECT \"Poor law union\" FROM \"1-30120619-1\" WHERE \"Townland\" = 'Barnahely';"} +{"question_id": 4291, "table_id": "1-30120619-1", "question": "What is the barony of the townland whose area is 150 acres? ", "sql": "SELECT \"Barony\" FROM \"1-30120619-1\" WHERE \"Area( acres )\" = 150.0;"} +{"question_id": 4292, "table_id": "1-30120619-1", "question": "In which townlands is the civil parish Monkstown? ", "sql": "SELECT \"Townland\" FROM \"1-30120619-1\" WHERE \"Civil parish\" = 'Monkstown';"} +{"question_id": 4293, "table_id": "1-30120619-1", "question": "Which townland has an area of 165 acres?", "sql": "SELECT \"Townland\" FROM \"1-30120619-1\" WHERE \"Area( acres )\" = 165.0;"} +{"question_id": 4294, "table_id": "1-30120559-1", "question": "Name the total number of barony for Kilmore", "sql": "SELECT COUNT(\"Barony\") FROM \"1-30120559-1\" WHERE \"Townland\" = 'Kilmore';"} +{"question_id": 4295, "table_id": "1-30120559-1", "question": "Name the poor law union for area being 332", "sql": "SELECT COUNT(\"Poor law union\") FROM \"1-30120559-1\" WHERE \"Area( acres )\" = 332.0;"} +{"question_id": 4296, "table_id": "1-30121096-1", "question": "How many townlands are there for Caheragh and is larger than 270 acres?", "sql": "SELECT COUNT(\"Townland\") FROM \"1-30121096-1\" WHERE \"Civil parish\" = 'Caheragh' AND \"Area( acres )\" = 270.0;"} +{"question_id": 4297, "table_id": "1-30121096-1", "question": "Which civil parish is for the townland Clooncugger?", "sql": "SELECT \"Civil parish\" FROM \"1-30121096-1\" WHERE \"Townland\" = 'Clooncugger';"} +{"question_id": 4298, "table_id": "1-30121096-1", "question": "How many poor law unions have an area of 262 acres and is in Drinagh civil parish?", "sql": "SELECT COUNT(\"Poor law union\") FROM \"1-30121096-1\" WHERE \"Area( acres )\" = 262.0 AND \"Civil parish\" = 'Drinagh';"} +{"question_id": 4299, "table_id": "1-30133-1", "question": "How many current account balances are associated with GDP at constant prices growth rates of 4.6?", "sql": "SELECT COUNT(\"Current account balance (percent of GDP)\") FROM \"1-30133-1\" WHERE \"GDP at constant prices growth rate (percent change)\" = '4.6';"} +{"question_id": 4300, "table_id": "1-30133-1", "question": "How many export volume of goods/services values are associated with GDP at constant prices values of 3.072?", "sql": "SELECT COUNT(\"Export volume of goods and services (percent change)\") FROM \"1-30133-1\" WHERE \"GDP at constant prices (THB trillions)\" = '3.072';"} +{"question_id": 4301, "table_id": "1-30133-1", "question": "How many export volume of goods and services values are associated with GDP at current prices of 161.340?", "sql": "SELECT COUNT(\"Export volume of goods and services (percent change)\") FROM \"1-30133-1\" WHERE \"GDP at current prices (USD billions)\" = '161.340';"} +{"question_id": 4302, "table_id": "1-30133-1", "question": "What is the current account balance for an export volume of goods and service value of -4.2?", "sql": "SELECT \"Current account balance (percent of GDP)\" FROM \"1-30133-1\" WHERE \"Export volume of goods and services (percent change)\" = '-4.2';"} +{"question_id": 4303, "table_id": "1-30133-1", "question": "What is the current account balance for a GDP at current prices of 142.640?", "sql": "SELECT \"Current account balance (percent of GDP)\" FROM \"1-30133-1\" WHERE \"GDP at current prices (USD billions)\" = '142.640';"} +{"question_id": 4304, "table_id": "1-30133-1", "question": "What is the GDP at constant prices for a current account balance of 12.8?", "sql": "SELECT \"GDP at constant prices (THB trillions)\" FROM \"1-30133-1\" WHERE \"Current account balance (percent of GDP)\" = '12.8';"} +{"question_id": 4305, "table_id": "2-10167457-3", "question": "Tell me the games for total less than 4 for Swimming 1968", "sql": "SELECT \"Games\" FROM \"2-10167457-3\" WHERE \"Total\" < 4.0 AND \"Sport\" = 'Swimming' AND \"Years\" = '1968';"} +{"question_id": 4306, "table_id": "2-10167457-3", "question": "Tell me the total number of bronze for silver being 0 and sport of wrestling and total more than 3", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-10167457-3\" WHERE \"Silver\" = 0.0 AND \"Sport\" = 'wrestling' AND \"Total\" > 3.0;"} +{"question_id": 4307, "table_id": "2-10167457-3", "question": "Tell me the lowest Bronze for gold of 3 in the winter for cross-country skiing and silver less than 0", "sql": "SELECT MIN(\"Bronze\") FROM \"2-10167457-3\" WHERE \"Gold\" = 3.0 AND \"Games\" = 'winter' AND \"Sport\" = 'cross-country skiing' AND \"Silver\" < 0.0;"} +{"question_id": 4308, "table_id": "2-10152700-1", "question": "What is the lowest round for an Offensive Guard when the overall is smaller than 150?", "sql": "SELECT MIN(\"Round\") FROM \"2-10152700-1\" WHERE \"Overall\" < 150.0 AND \"Position\" = 'Offensive Guard';"} +{"question_id": 4309, "table_id": "2-10152700-1", "question": "Which college was the player selected from in round 1?", "sql": "SELECT \"College\" FROM \"2-10152700-1\" WHERE \"Round\" = 1.0;"} +{"question_id": 4310, "table_id": "2-10022075-1", "question": "Tell me the DA for Bureau Chief ADA", "sql": "SELECT \"District Attorney\" FROM \"2-10022075-1\" WHERE \"Position\" = 'Bureau Chief ADA';"} +{"question_id": 4311, "table_id": "2-10373881-2", "question": "Tell me the left office for Enrico La Loggia", "sql": "SELECT \"Left office\" FROM \"2-10373881-2\" WHERE \"Minister\" = 'Enrico La Loggia';"} +{"question_id": 4312, "table_id": "2-10373881-2", "question": "Tell me the portfolio of minister of Carlo Giovanardi", "sql": "SELECT \"Portfolio\" FROM \"2-10373881-2\" WHERE \"Minister\" = 'Carlo Giovanardi';"} +{"question_id": 4313, "table_id": "2-10373881-2", "question": "Tell me the left office for Mirko Tremaglia", "sql": "SELECT \"Left office\" FROM \"2-10373881-2\" WHERE \"Minister\" = 'Mirko Tremaglia';"} +{"question_id": 4314, "table_id": "2-10015132-4", "question": "What School/Club Team has a Player named Juan Dixon and a Position of Guard?", "sql": "SELECT \"School/Club Team\" FROM \"2-10015132-4\" WHERE \"Position\" = 'Guard' AND \"Player\" = 'Juan Dixon';"} +{"question_id": 4315, "table_id": "2-10015132-4", "question": "Which Player's Position is Guard and played in Toronto during the Years 2007-08?", "sql": "SELECT \"Player\" FROM \"2-10015132-4\" WHERE \"Position\" = 'Guard' AND \"Years in Toronto\" = '2007-08';"} +{"question_id": 4316, "table_id": "2-10015132-4", "question": "What Player is from Argentina and whose position is a Guard-Forward?", "sql": "SELECT \"Player\" FROM \"2-10015132-4\" WHERE \"Position\" = 'Guard-Forward' AND \"Nationality\" = 'Argentina';"} +{"question_id": 4317, "table_id": "2-10015132-4", "question": "What School/Club Team played in Toronto during 2012?", "sql": "SELECT \"School/Club Team\" FROM \"2-10015132-4\" WHERE \"Years in Toronto\" = '2012';"} +{"question_id": 4318, "table_id": "2-10373332-3", "question": "What was the result of the Syracuse Grand Prix?", "sql": "SELECT \"Result\" FROM \"2-10373332-3\" WHERE \"Event\" = 'Syracuse Grand Prix';"} +{"question_id": 4319, "table_id": "2-10373332-3", "question": "What year has a result of 3 in the venue of Jarama.", "sql": "SELECT MIN(\"Year\") FROM \"2-10373332-3\" WHERE \"Result\" = '3' AND \"Venue\" = 'Jarama';"} +{"question_id": 4320, "table_id": "2-10361453-2", "question": "Tell me the highest opponents for record of 7-3 and vikings points more than 7", "sql": "SELECT MAX(\"Opponents\") FROM \"2-10361453-2\" WHERE \"Record\" = '7-3' AND \"Vikings points\" > 7.0;"} +{"question_id": 4321, "table_id": "2-10361453-2", "question": "Tell me the most attendance for game less than 1", "sql": "SELECT MAX(\"Attendance\") FROM \"2-10361453-2\" WHERE \"Game\" < 1.0;"} +{"question_id": 4322, "table_id": "2-1028380-5", "question": "Tell me the surface of 2 December 1974", "sql": "SELECT \"Surface\" FROM \"2-1028380-5\" WHERE \"Date\" = '2 December 1974';"} +{"question_id": 4323, "table_id": "2-1028380-5", "question": "Name the score for Moscow, USSR 15 February 1971", "sql": "SELECT \"Score in the final\" FROM \"2-1028380-5\" WHERE \"Location\" = 'Moscow, USSR' AND \"Date\" = '15 February 1971';"} +{"question_id": 4324, "table_id": "2-10265024-1", "question": "Name the lowest year for 12th position", "sql": "SELECT MIN(\"Year\") FROM \"2-10265024-1\" WHERE \"Position\" = '12th';"} +{"question_id": 4325, "table_id": "2-10265024-1", "question": "Tell me the competition for Half marathon", "sql": "SELECT \"Competition\" FROM \"2-10265024-1\" WHERE \"Notes\" = 'Half marathon';"} +{"question_id": 4326, "table_id": "2-10277-2", "question": "Tell me the category of NA director", "sql": "SELECT \"Category\" FROM \"2-10277-2\" WHERE \"Director\" = 'NA';"} +{"question_id": 4327, "table_id": "2-10289926-14", "question": "I want to know the highest heat rank for overall rank of T63 and time less than 25.47", "sql": "SELECT MAX(\"Heat Rank\") FROM \"2-10289926-14\" WHERE \"Overall Rank\" = 'T63' AND \"Time\" < 25.47;"} +{"question_id": 4328, "table_id": "2-10289926-14", "question": "Tell me the country for lane of 6", "sql": "SELECT \"Country\" FROM \"2-10289926-14\" WHERE \"Lane\" = 6.0;"} +{"question_id": 4329, "table_id": "2-10289926-14", "question": "Tell me the overall rank for heat rank of 8", "sql": "SELECT \"Overall Rank\" FROM \"2-10289926-14\" WHERE \"Heat Rank\" = 8.0;"} +{"question_id": 4330, "table_id": "2-10226081-2", "question": "What Name has the 2012 Club Radnički?", "sql": "SELECT \"Name\" FROM \"2-10226081-2\" WHERE \"2012 club\" = 'Radnički';"} +{"question_id": 4331, "table_id": "2-1013129-3", "question": "Tell me the position of Chris Clark", "sql": "SELECT \"Position\" FROM \"2-1013129-3\" WHERE \"Player\" = 'Chris Clark';"} +{"question_id": 4332, "table_id": "2-1013129-3", "question": "Tell me the nhl team for 74", "sql": "SELECT \"NHL team\" FROM \"2-1013129-3\" WHERE \"Pick\" = '74';"} +{"question_id": 4333, "table_id": "2-1013129-3", "question": "Tell me the pick for Canada Centre", "sql": "SELECT \"Pick\" FROM \"2-1013129-3\" WHERE \"Position\" = 'Centre' AND \"Nationality\" = 'Canada';"} +{"question_id": 4334, "table_id": "2-10321984-3", "question": "Tell me the format for Geffen of the United States", "sql": "SELECT \"Format\" FROM \"2-10321984-3\" WHERE \"Label\" = 'Geffen' AND \"Region\" = 'United States';"} +{"question_id": 4335, "table_id": "2-10321984-3", "question": "Tell me the format for Worldwide region July 22, 2008", "sql": "SELECT \"Format\" FROM \"2-10321984-3\" WHERE \"Region\" = 'Worldwide' AND \"Date\" = 'July 22, 2008';"} +{"question_id": 4336, "table_id": "2-10321984-3", "question": "Tell me the label for Digital download for Bonus tracks version", "sql": "SELECT \"Label\" FROM \"2-10321984-3\" WHERE \"Format\" = 'Digital download' AND \"Edition(s)\" = 'Bonus tracks version';"} +{"question_id": 4337, "table_id": "2-10301911-4", "question": "Which team has a rank of 6?", "sql": "SELECT \"Team\" FROM \"2-10301911-4\" WHERE \"Rank\" = 6.0;"} +{"question_id": 4338, "table_id": "2-10166535-4", "question": "Name tHe Horsepower for VIN code of H and engine for 351-2V Cleveland V8", "sql": "SELECT \"Horsepower\" FROM \"2-10166535-4\" WHERE \"VIN Code\" = 'H' AND \"Engine\" = '351-2V Cleveland V8';"} +{"question_id": 4339, "table_id": "2-10166535-4", "question": "Name the horsepwer for compression ratio of 9.00:1 and carburetor of 2-barrel and engine 302-2V Windsor V8", "sql": "SELECT \"Horsepower\" FROM \"2-10166535-4\" WHERE \"Compression Ratio\" = '9.00:1' AND \"Carburetor\" = '2-barrel' AND \"Engine\" = '302-2V Windsor V8';"} +{"question_id": 4340, "table_id": "2-10166535-4", "question": "Tell me the VIN code for compression ratio of 10.50:1", "sql": "SELECT \"VIN Code\" FROM \"2-10166535-4\" WHERE \"Compression Ratio\" = '10.50:1';"} +{"question_id": 4341, "table_id": "2-10242364-2", "question": "Tell me the network for 13 January 2009", "sql": "SELECT \"Network\" FROM \"2-10242364-2\" WHERE \"Premiere\" = '13 January 2009';"} +{"question_id": 4342, "table_id": "2-10242364-2", "question": "Tell me the prize for Belgium", "sql": "SELECT \"Prize\" FROM \"2-10242364-2\" WHERE \"Country/Region\" = 'Belgium';"} +{"question_id": 4343, "table_id": "2-10242364-2", "question": "Tell me the 13 January 2009 host", "sql": "SELECT \"Host\" FROM \"2-10242364-2\" WHERE \"Premiere\" = '13 January 2009';"} +{"question_id": 4344, "table_id": "2-10242364-2", "question": "Tell me the host for RTL-TVI", "sql": "SELECT \"Host\" FROM \"2-10242364-2\" WHERE \"Network\" = 'RTL-TVI';"} +{"question_id": 4345, "table_id": "2-10325816-4", "question": "I want to meet that has a time 2:15.93", "sql": "SELECT \"Meet\" FROM \"2-10325816-4\" WHERE \"Time\" = '2:15.93';"} +{"question_id": 4346, "table_id": "2-10325816-4", "question": "Tell me the location of Lithuania 12 October 2013", "sql": "SELECT \"Location\" FROM \"2-10325816-4\" WHERE \"Nationality\" = 'Lithuania' AND \"Date\" = '12 October 2013';"} +{"question_id": 4347, "table_id": "2-1034732-4", "question": "Tell me the title of work for year more than 2009", "sql": "SELECT \"Title of work\" FROM \"2-1034732-4\" WHERE \"Year\" > 2009.0;"} +{"question_id": 4348, "table_id": "2-1007499-1", "question": "When was there a Result of 8–0 and a Score of 1–0?", "sql": "SELECT \"Date\" FROM \"2-1007499-1\" WHERE \"Result\" = '8–0' AND \"Score\" = '1–0';"} +{"question_id": 4349, "table_id": "2-1007499-1", "question": "What was the result of Bridgeview, Illinois?", "sql": "SELECT \"Result\" FROM \"2-1007499-1\" WHERE \"Venue\" = 'Bridgeview, Illinois';"} +{"question_id": 4350, "table_id": "2-1007499-1", "question": "When did a Competition of Friendly, and a Score of 2–1, and a Venue of Philadelphia , Pennsylvania occur?", "sql": "SELECT \"Date\" FROM \"2-1007499-1\" WHERE \"Competition\" = 'Friendly' AND \"Score\" = '2–1' AND \"Venue\" = 'Philadelphia , Pennsylvania';"} +{"question_id": 4351, "table_id": "2-1007499-1", "question": "What was the score on June 28, 2009?", "sql": "SELECT \"Score\" FROM \"2-1007499-1\" WHERE \"Date\" = 'June 28, 2009';"} +{"question_id": 4352, "table_id": "2-1013129-6", "question": "Tell me the nationality of pick 140", "sql": "SELECT \"Nationality\" FROM \"2-1013129-6\" WHERE \"Pick\" = '140';"} +{"question_id": 4353, "table_id": "2-1013129-6", "question": "Tell me the position for pick of 146", "sql": "SELECT \"Position\" FROM \"2-1013129-6\" WHERE \"Pick\" = '146';"} +{"question_id": 4354, "table_id": "2-1013129-6", "question": "Tell me the NHL team for Mike Gaffney", "sql": "SELECT \"NHL team\" FROM \"2-1013129-6\" WHERE \"Player\" = 'Mike Gaffney';"} +{"question_id": 4355, "table_id": "2-1013129-6", "question": "Tell me the nationality of pick of 153", "sql": "SELECT \"Nationality\" FROM \"2-1013129-6\" WHERE \"Pick\" = '153';"} +{"question_id": 4356, "table_id": "2-1013129-6", "question": "Tell me the player for pick of 145", "sql": "SELECT \"Player\" FROM \"2-1013129-6\" WHERE \"Pick\" = '145';"} +{"question_id": 4357, "table_id": "2-1013983-14", "question": "What tournament took place on October 11, 2013?", "sql": "SELECT \"Tournament\" FROM \"2-1013983-14\" WHERE \"Date\" = 'October 11, 2013';"} +{"question_id": 4358, "table_id": "2-1013983-14", "question": "Which tournament took place on June 18, 2013?", "sql": "SELECT \"Tournament\" FROM \"2-1013983-14\" WHERE \"Date\" = 'June 18, 2013';"} +{"question_id": 4359, "table_id": "2-10361570-2", "question": "What is the average week on november 7, 1976 with an attendance less than 46735?", "sql": "SELECT AVG(\"Week\") FROM \"2-10361570-2\" WHERE \"Date\" = 'november 7, 1976' AND \"Attendance\" < 46735.0;"} +{"question_id": 4360, "table_id": "2-10361570-2", "question": "Who is the opponent for week 5?", "sql": "SELECT \"Opponent\" FROM \"2-10361570-2\" WHERE \"Week\" = 5.0;"} +{"question_id": 4361, "table_id": "2-10289926-6", "question": "Tell me the highest overall rank for heat rank more than 4 and lane less than 2", "sql": "SELECT MAX(\"Overall Rank\") FROM \"2-10289926-6\" WHERE \"Heat Rank\" > 4.0 AND \"Lane\" < 2.0;"} +{"question_id": 4362, "table_id": "2-1028356-11", "question": "Who is the partner with a Runner-up outcome on April 6, 1992?", "sql": "SELECT \"Partner\" FROM \"2-1028356-11\" WHERE \"Outcome\" = 'Runner-up' AND \"Date\" = 'April 6, 1992';"} +{"question_id": 4363, "table_id": "2-1028356-11", "question": "What outcome occurs on a Hard surface with a score of 4–6, 6–7(3)?", "sql": "SELECT \"Outcome\" FROM \"2-1028356-11\" WHERE \"Surface\" = 'Hard' AND \"Score\" = '4–6, 6–7(3)';"} +{"question_id": 4364, "table_id": "2-1028356-11", "question": "On what date did Lori McNeil play as a partner with a score of 6–7(6), 5–7?", "sql": "SELECT \"Date\" FROM \"2-1028356-11\" WHERE \"Partner\" = 'Lori McNeil' AND \"Score\" = '6–7(6), 5–7';"} +{"question_id": 4365, "table_id": "2-1031262-1", "question": "What is the most losses that the Royals had when they had a percentage over 0.461, won over 86 games, and finished 2nd in 1953?", "sql": "SELECT MAX(\"Losses\") FROM \"2-1031262-1\" WHERE \"Percentage\" > 0.461 AND \"Wins\" > 86.0 AND \"Finish\" = '2nd' AND \"Year\" = 1953.0;"} +{"question_id": 4366, "table_id": "2-1028366-6", "question": "Tell the opponent of Eastbourne with score of 6–0, 5–7, 3–6", "sql": "SELECT \"Opponent\" FROM \"2-1028366-6\" WHERE \"Tournament\" = 'Eastbourne' AND \"Score\" = '6–0, 5–7, 3–6';"} +{"question_id": 4367, "table_id": "2-1028366-6", "question": "Tell me the outcome of 2–6, 1–6", "sql": "SELECT \"Outcome\" FROM \"2-1028366-6\" WHERE \"Score\" = '2–6, 1–6';"} +{"question_id": 4368, "table_id": "2-1028366-6", "question": "Tell me the surface for Eastbourne 14 June 1999", "sql": "SELECT \"Surface\" FROM \"2-1028366-6\" WHERE \"Tournament\" = 'Eastbourne' AND \"Date\" = '14 June 1999';"} +{"question_id": 4369, "table_id": "2-10292841-14", "question": "Tell me the category for result of Won and year more than 2009", "sql": "SELECT \"Category\" FROM \"2-10292841-14\" WHERE \"Result\" = 'Won' AND \"Year\" > 2009.0;"} +{"question_id": 4370, "table_id": "2-10292841-14", "question": "Tell me the nominated work larger than 2011", "sql": "SELECT \"Nominated work\" FROM \"2-10292841-14\" WHERE \"Year\" > 2011.0;"} +{"question_id": 4371, "table_id": "2-10292841-14", "question": "Tell me the result for Primetime Emmy Awards", "sql": "SELECT \"Result\" FROM \"2-10292841-14\" WHERE \"Association\" = 'Primetime Emmy Awards';"} +{"question_id": 4372, "table_id": "2-10312547-1", "question": "Tell me the 1998 Broadway with Barry Cavanagh", "sql": "SELECT \"1998 Broadway\" FROM \"2-10312547-1\" WHERE \"1999 Broadway\" = 'Barry Cavanagh';"} +{"question_id": 4373, "table_id": "2-10312547-1", "question": "Tell me the 1979 Broadway for Dana Solimando", "sql": "SELECT \"1979 Broadway\" FROM \"2-10312547-1\" WHERE \"1999 Broadway\" = 'Dana Solimando';"} +{"question_id": 4374, "table_id": "2-10312547-1", "question": "Tell me the character for 1998 Drake English", "sql": "SELECT \"Character\" FROM \"2-10312547-1\" WHERE \"1998 Broadway\" = 'Drake English';"} +{"question_id": 4375, "table_id": "2-10312547-1", "question": "Tell me the 1955 broadcast for Kent Fletcher", "sql": "SELECT \"1955 broadcast\" FROM \"2-10312547-1\" WHERE \"1960 broadcast\" = 'Kent Fletcher';"} +{"question_id": 4376, "table_id": "2-10312547-1", "question": "Tell me the 1991 broadway for George Rose", "sql": "SELECT \"1991 Broadway\" FROM \"2-10312547-1\" WHERE \"1979 Broadway\" = 'George Rose';"} +{"question_id": 4377, "table_id": "2-10058718-1", "question": "What competition was held 1 March 1909?", "sql": "SELECT \"Competition\" FROM \"2-10058718-1\" WHERE \"Date\" = '1 March 1909';"} +{"question_id": 4378, "table_id": "2-10091142-2", "question": "Tell me the total number of gold for total less than 1", "sql": "SELECT COUNT(\"Gold\") FROM \"2-10091142-2\" WHERE \"Total\" < 1.0;"} +{"question_id": 4379, "table_id": "2-10285177-6", "question": "Tell me the model for total production of 1347", "sql": "SELECT \"Model\" FROM \"2-10285177-6\" WHERE \"Total production\" = 1347.0;"} +{"question_id": 4380, "table_id": "2-10138907-3", "question": "What is the total amount of Gold from guatemala and silver smaller than 0?", "sql": "SELECT SUM(\"Gold\") FROM \"2-10138907-3\" WHERE \"Nation\" = 'guatemala' AND \"Silver\" < 0.0;"} +{"question_id": 4381, "table_id": "2-10314335-4", "question": "Tell me the event for 2012 London games", "sql": "SELECT \"Event\" FROM \"2-10314335-4\" WHERE \"Games\" = '2012 London';"} +{"question_id": 4382, "table_id": "2-10314335-4", "question": "Tell me the games for Men's 5000 metres", "sql": "SELECT \"Games\" FROM \"2-10314335-4\" WHERE \"Event\" = 'Men''s 5000 metres';"} +{"question_id": 4383, "table_id": "2-10362135-2", "question": "When did the W 20-19 happen?", "sql": "SELECT \"Date\" FROM \"2-10362135-2\" WHERE \"Result\" = 'W 20-19';"} +{"question_id": 4384, "table_id": "2-10362135-2", "question": "What was the attendance of the W 28-13 game?", "sql": "SELECT \"Attendance\" FROM \"2-10362135-2\" WHERE \"Result\" = 'W 28-13';"} +{"question_id": 4385, "table_id": "2-1030551-1", "question": "Tell me the voting turnout for 1985 general elections", "sql": "SELECT \"Voting turnout\" FROM \"2-1030551-1\" WHERE \"General elections\" = 1985.0;"} +{"question_id": 4386, "table_id": "2-10125431-14", "question": "What is total number of wins for England?", "sql": "SELECT SUM(\"Total\") FROM \"2-10125431-14\" WHERE \"Nation\" = 'England';"} +{"question_id": 4387, "table_id": "2-10125431-14", "question": "The soviet union has won more than 2 Silver, but how many Bronzes?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-10125431-14\" WHERE \"Nation\" = 'soviet union' AND \"Silver\" > 2.0;"} +{"question_id": 4388, "table_id": "2-10107334-6", "question": "What are the election totals for david cook who has 6963 votes and 21.3 percentage?", "sql": "SELECT COUNT(\"Election\") FROM \"2-10107334-6\" WHERE \"Candidate\" = 'david cook' AND \"Votes\" = 6963.0 AND \"Percentage\" > 21.3;"} +{"question_id": 4389, "table_id": "2-10107334-6", "question": "Which Alliance Constituency has Seamus Close, position 2 and an election smaller than 1997?", "sql": "SELECT \"Constituency\" FROM \"2-10107334-6\" WHERE \"Party\" = 'Alliance' AND \"Election\" < 1997.0 AND \"Position\" = 2.0 AND \"Candidate\" = 'Seamus Close';"} +{"question_id": 4390, "table_id": "2-10342603-1", "question": "I want the average for evening gown of 7.52 and swimsuit larger than 7.78", "sql": "SELECT AVG(\"Average\") FROM \"2-10342603-1\" WHERE \"Evening gown\" = 7.52 AND \"Swimsuit\" > 7.78;"} +{"question_id": 4391, "table_id": "2-10342603-1", "question": "Tell me the lowest interview for oklahoma and swimsuit less than 8.8", "sql": "SELECT MIN(\"Interview\") FROM \"2-10342603-1\" WHERE \"State\" = 'oklahoma' AND \"Swimsuit\" < 8.8;"} +{"question_id": 4392, "table_id": "2-10342603-1", "question": "Tell me the sum of evening gown for average of 9.06 and swimsuit less than 8.76", "sql": "SELECT SUM(\"Evening gown\") FROM \"2-10342603-1\" WHERE \"Average\" = 9.06 AND \"Swimsuit\" < 8.76;"} +{"question_id": 4393, "table_id": "2-10342603-1", "question": "Tell me the highest interview for north carolina and evening gown more than 7.68", "sql": "SELECT MAX(\"Interview\") FROM \"2-10342603-1\" WHERE \"State\" = 'north carolina' AND \"Evening gown\" > 7.68;"} +{"question_id": 4394, "table_id": "2-10017154-2", "question": "Which NCAA Tournament Appearances have Conference Titles that are larger than 0, NCAA Titles of 0, and were coached by Lou Watson?", "sql": "SELECT \"NCAA Tourn. Appearances\" FROM \"2-10017154-2\" WHERE \"Conference Titles\" > 0.0 AND \"NCAA Titles\" = '0' AND \"Coach\" = 'Lou Watson';"} +{"question_id": 4395, "table_id": "2-10172021-1", "question": "Tell me the category for 2012 and Drama League Award", "sql": "SELECT \"Category\" FROM \"2-10172021-1\" WHERE \"Year\" = 2012.0 AND \"Award\" = 'Drama League Award';"} +{"question_id": 4396, "table_id": "2-10289926-21", "question": "Tell me the highest time for spain and lane larger than 8", "sql": "SELECT MAX(\"Time\") FROM \"2-10289926-21\" WHERE \"Country\" = 'spain' AND \"Lane\" > 8.0;"} +{"question_id": 4397, "table_id": "2-10289926-21", "question": "Tell me the average heat rank for time less than 24.02 and lane of 1", "sql": "SELECT AVG(\"Heat Rank\") FROM \"2-10289926-21\" WHERE \"Time\" < 24.02 AND \"Lane\" = 1.0;"} +{"question_id": 4398, "table_id": "2-10289926-21", "question": "Tell me the total number of time for heat rank of 1", "sql": "SELECT COUNT(\"Time\") FROM \"2-10289926-21\" WHERE \"Heat Rank\" = 1.0;"} +{"question_id": 4399, "table_id": "2-1017391-13", "question": "What would the LCD screen size and pixels be for the Coolpix 5700?", "sql": "SELECT \"LCD screen size, pixels\" FROM \"2-1017391-13\" WHERE \"Model\" = 'Coolpix 5700';"} +{"question_id": 4400, "table_id": "2-1017391-13", "question": "What is the lens zoom and aperture for the Coolpix 5400?", "sql": "SELECT \"Lens (35mm equiv) zoom, aperture\" FROM \"2-1017391-13\" WHERE \"Model\" = 'Coolpix 5400';"} +{"question_id": 4401, "table_id": "2-10076461-2", "question": "What is the average number of rounds when fighting against Clay Guida?", "sql": "SELECT AVG(\"Round\") FROM \"2-10076461-2\" WHERE \"Opponent\" = 'Clay Guida';"} +{"question_id": 4402, "table_id": "2-10076461-2", "question": "Where was the fight against Gray Maynard?", "sql": "SELECT \"Location\" FROM \"2-10076461-2\" WHERE \"Opponent\" = 'Gray Maynard';"} +{"question_id": 4403, "table_id": "2-10076461-2", "question": "What was the result of the 4:27 fight?", "sql": "SELECT \"Res.\" FROM \"2-10076461-2\" WHERE \"Time\" = '4:27';"} +{"question_id": 4404, "table_id": "2-10076461-2", "question": "What was the record at WEC 24?", "sql": "SELECT \"Record\" FROM \"2-10076461-2\" WHERE \"Event\" = 'WEC 24';"} +{"question_id": 4405, "table_id": "2-10076461-2", "question": "What was the result when there were less than 3 rounds against Gil Rael?", "sql": "SELECT \"Res.\" FROM \"2-10076461-2\" WHERE \"Round\" < 3.0 AND \"Opponent\" = 'Gil Rael';"} +{"question_id": 4406, "table_id": "2-10096494-5", "question": "What is the amount of assists for richmond kickers and points larger than 24", "sql": "SELECT SUM(\"Assists\") FROM \"2-10096494-5\" WHERE \"Club\" = 'richmond kickers' AND \"Points\" > 24.0;"} +{"question_id": 4407, "table_id": "2-10096494-5", "question": "What is the average amount of assists with a rank higher than 6 and goals 10 and the scorer is Robert Ukrop", "sql": "SELECT AVG(\"Assists\") FROM \"2-10096494-5\" WHERE \"Rank\" > 6.0 AND \"Goals\" = 10.0 AND \"Scorer\" = 'Robert Ukrop';"} +{"question_id": 4408, "table_id": "2-1028366-9", "question": "Which Tournament has a Winner Outcome with a Score of 6–3, 7–5 with Kimberly Po-Messerli as a Partner?", "sql": "SELECT \"Tournament\" FROM \"2-1028366-9\" WHERE \"Outcome\" = 'Winner' AND \"Score\" = '6–3, 7–5' AND \"Partner\" = 'Kimberly Po-Messerli';"} +{"question_id": 4409, "table_id": "2-1028366-9", "question": "What is the Outcome of the Los Angeles Tournament when the Partner is Julie Halard?", "sql": "SELECT \"Outcome\" FROM \"2-1028366-9\" WHERE \"Tournament\" = 'Los Angeles' AND \"Partner\" = 'Julie Halard';"} +{"question_id": 4410, "table_id": "2-1028366-9", "question": "On what Date is Alexandra Fusai a Partner with a Score of 4–6, 6–3, 6–1?", "sql": "SELECT \"Date\" FROM \"2-1028366-9\" WHERE \"Partner\" = 'Alexandra Fusai' AND \"Score\" = '4–6, 6–3, 6–1';"} +{"question_id": 4411, "table_id": "2-1029557-1", "question": "Tell me the home of 2-3", "sql": "SELECT \"Home\" FROM \"2-1029557-1\" WHERE \"Aggregate\" = '2-3';"} +{"question_id": 4412, "table_id": "2-1023706-1", "question": "How much money did the country with 282 stores make in sales?", "sql": "SELECT \"Sales (X1000)\" FROM \"2-1023706-1\" WHERE \"No. of stores\" = 282.0;"} +{"question_id": 4413, "table_id": "2-1023706-1", "question": "What is the smallest sales area (m²) that has €4,094/m² and more than 2 stores?", "sql": "SELECT MIN(\"Sales area (m²)\") FROM \"2-1023706-1\" WHERE \"Sales per area\" = '€4,094/m²' AND \"No. of stores\" > 2.0;"} +{"question_id": 4414, "table_id": "2-10292498-2", "question": "Tell me the average spectators for 2006-06-21 and time more than 21", "sql": "SELECT AVG(\"Spectators\") FROM \"2-10292498-2\" WHERE \"Date\" = '2006-06-21' AND \"Time(CET)\" > 21.0;"} +{"question_id": 4415, "table_id": "2-10361287-2", "question": "Tell me the sum of closed for city of Pittsburgh and capacity larger than 59000", "sql": "SELECT SUM(\"Closed\") FROM \"2-10361287-2\" WHERE \"City\" = 'Pittsburgh' AND \"Capacity\" > 59000.0;"} +{"question_id": 4416, "table_id": "2-10361287-2", "question": "Tell me the lowest closed for capacity of 62439", "sql": "SELECT MIN(\"Closed\") FROM \"2-10361287-2\" WHERE \"Capacity\" = 62439.0;"} +{"question_id": 4417, "table_id": "2-1013129-1", "question": "Tell me the college/junior club team for pick of 16", "sql": "SELECT \"College/junior/club team\" FROM \"2-1013129-1\" WHERE \"Pick\" = '16';"} +{"question_id": 4418, "table_id": "2-1013129-1", "question": "Tell me the nationality for pick of 18", "sql": "SELECT \"Nationality\" FROM \"2-1013129-1\" WHERE \"Pick\" = '18';"} +{"question_id": 4419, "table_id": "2-1013129-1", "question": "I want the player for NHL team for Mighty Ducks of Anaheim", "sql": "SELECT \"Player\" FROM \"2-1013129-1\" WHERE \"NHL team\" = 'Mighty Ducks of Anaheim';"} +{"question_id": 4420, "table_id": "2-1013129-1", "question": "I want the NHL team for Wade Belak", "sql": "SELECT \"NHL team\" FROM \"2-1013129-1\" WHERE \"Player\" = 'Wade Belak';"} +{"question_id": 4421, "table_id": "2-10286305-4", "question": "Tell me the tournament for outcome of Winner and score of 4-6 6-3 10-5", "sql": "SELECT \"Tournament\" FROM \"2-10286305-4\" WHERE \"Outcome\" = 'Winner' AND \"Score\" = '4-6 6-3 10-5';"} +{"question_id": 4422, "table_id": "2-10286305-4", "question": "Tell me the partner for opponents of Anamika Bhargava Sylvia Krywacz", "sql": "SELECT \"Partner\" FROM \"2-10286305-4\" WHERE \"Opponents in the final\" = 'Anamika Bhargava Sylvia Krywacz';"} +{"question_id": 4423, "table_id": "2-10286305-4", "question": "Tell me the partner for outcome of Winner and score of 7-6 (7) 5-7 10-7", "sql": "SELECT \"Partner\" FROM \"2-10286305-4\" WHERE \"Outcome\" = 'Winner' AND \"Score\" = '7-6 (7) 5-7 10-7';"} +{"question_id": 4424, "table_id": "2-10286305-4", "question": "Tell me the opponents for score of 6-1 2-6 7-10", "sql": "SELECT \"Opponents in the final\" FROM \"2-10286305-4\" WHERE \"Score\" = '6-1 2-6 7-10';"} +{"question_id": 4425, "table_id": "2-10292016-7", "question": "Tell me the score of Misa Eguchi Eri Hozumi", "sql": "SELECT \"Score\" FROM \"2-10292016-7\" WHERE \"Opponents\" = 'Misa Eguchi Eri Hozumi';"} +{"question_id": 4426, "table_id": "2-10292016-7", "question": "Tell me the date for Dinah Pfizenmaier Anna Zaja and Winner", "sql": "SELECT \"Date\" FROM \"2-10292016-7\" WHERE \"Outcome\" = 'Winner' AND \"Opponents\" = 'Dinah Pfizenmaier Anna Zaja';"} +{"question_id": 4427, "table_id": "2-10292016-7", "question": "Tell me the opponents for Mashona Washington November 21, 2009", "sql": "SELECT \"Opponents\" FROM \"2-10292016-7\" WHERE \"Partner\" = 'Mashona Washington' AND \"Date\" = 'November 21, 2009';"} +{"question_id": 4428, "table_id": "2-10122032-1", "question": "What is the smallest total for a rank below 4, 0 silver medals, and 2 gold medals?", "sql": "SELECT MIN(\"Total\") FROM \"2-10122032-1\" WHERE \"Rank\" < 4.0 AND \"Silver\" > 0.0 AND \"Gold\" < 2.0;"} +{"question_id": 4429, "table_id": "2-10122032-1", "question": "How many gold medals on average were earned by italy when they held the rank of 4?", "sql": "SELECT AVG(\"Gold\") FROM \"2-10122032-1\" WHERE \"Nation\" = 'italy' AND \"Rank\" > 4.0;"} +{"question_id": 4430, "table_id": "2-1013129-8", "question": "Who is the player from Canada with a 199 pick?", "sql": "SELECT \"Player\" FROM \"2-1013129-8\" WHERE \"Nationality\" = 'Canada' AND \"Pick\" = '199';"} +{"question_id": 4431, "table_id": "2-1013129-8", "question": "Which college or team has a pick of 196?", "sql": "SELECT \"College/junior/club team\" FROM \"2-1013129-8\" WHERE \"Pick\" = '196';"} +{"question_id": 4432, "table_id": "2-1013129-8", "question": "What is the pick number for Ray Giroux?", "sql": "SELECT \"Pick\" FROM \"2-1013129-8\" WHERE \"Player\" = 'Ray Giroux';"} +{"question_id": 4433, "table_id": "2-1014145-1", "question": "Tell me the lowest pick number for Columbus Crew", "sql": "SELECT MIN(\"Pick #\") FROM \"2-1014145-1\" WHERE \"MLS team\" = 'Columbus Crew';"} +{"question_id": 4434, "table_id": "2-1014145-1", "question": "Tell me the total number of pick for university of portland", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-1014145-1\" WHERE \"Affiliation\" = 'university of portland';"} +{"question_id": 4435, "table_id": "2-1014145-1", "question": "Tell me the lowest pick number for New England Revolution", "sql": "SELECT MIN(\"Pick #\") FROM \"2-1014145-1\" WHERE \"MLS team\" = 'New England Revolution';"} +{"question_id": 4436, "table_id": "2-1014145-1", "question": "Tell me the affiliation for Diego Walsh", "sql": "SELECT \"Affiliation\" FROM \"2-1014145-1\" WHERE \"Player\" = 'Diego Walsh';"} +{"question_id": 4437, "table_id": "2-1014145-1", "question": "Tell me the total number of pick for university of virginia", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-1014145-1\" WHERE \"Affiliation\" = 'university of virginia';"} +{"question_id": 4438, "table_id": "2-10325152-1", "question": "Who has a 50m split less than 27.79?", "sql": "SELECT \"Name\" FROM \"2-10325152-1\" WHERE \"50m split\" < 27.79;"} +{"question_id": 4439, "table_id": "2-10325152-1", "question": "What is the time for a 50m split less than 28.58 and a lane of 2?", "sql": "SELECT \"Time\" FROM \"2-10325152-1\" WHERE \"50m split\" < 28.58 AND \"Lane\" = 2.0;"} +{"question_id": 4440, "table_id": "2-10028874-1", "question": "Tell me the D3 compatible for availability of Yes for WODE Jukebox", "sql": "SELECT \"D3 Compatible\" FROM \"2-10028874-1\" WHERE \"Availability\" = 'Yes' AND \"Name\" = 'WODE Jukebox';"} +{"question_id": 4441, "table_id": "2-10321815-1", "question": "Tell me the pts for Glasgow Rocks", "sql": "SELECT \"Pts.\" FROM \"2-10321815-1\" WHERE \"Div.\" = 'Glasgow Rocks';"} +{"question_id": 4442, "table_id": "2-10321815-1", "question": "Tell me the season for Quarter-final position of 4th", "sql": "SELECT \"Season\" FROM \"2-10321815-1\" WHERE \"Play-offs\" = 'Quarter-final' AND \"Pos.\" = '4th';"} +{"question_id": 4443, "table_id": "2-10106668-2", "question": "Tell me the average Laps for grid of 6", "sql": "SELECT AVG(\"Laps\") FROM \"2-10106668-2\" WHERE \"Grid\" = 6.0;"} +{"question_id": 4444, "table_id": "2-10166535-5", "question": "Tell me the carburetor for engine of 250-1V I-6", "sql": "SELECT \"Carburetor\" FROM \"2-10166535-5\" WHERE \"Engine\" = '250-1V I-6';"} +{"question_id": 4445, "table_id": "2-10166535-5", "question": "Tell me the bore and stroke for Engine of 351-2V Cleveland V8", "sql": "SELECT \"Bore & Stroke\" FROM \"2-10166535-5\" WHERE \"Engine\" = '351-2V Cleveland V8';"} +{"question_id": 4446, "table_id": "2-1006057-3", "question": "Which country is ranked number 2 and has less than 5 total medals?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-1006057-3\" WHERE \"Rank\" = 2.0 AND \"Total\" < 5.0;"} +{"question_id": 4447, "table_id": "2-10122672-2", "question": "What is the (MT) time which has Kansas City Chiefs as an opponent on Nov 11?", "sql": "SELECT \"Time ( MT )\" FROM \"2-10122672-2\" WHERE \"Opponent\" = 'Kansas City Chiefs' AND \"Date\" = 'Nov 11';"} +{"question_id": 4448, "table_id": "2-10325248-2", "question": "Tell me the opponents for Runner-up and surface of Grass", "sql": "SELECT \"Opponents in the final\" FROM \"2-10325248-2\" WHERE \"Outcome\" = 'Runner-up' AND \"Surface\" = 'Grass';"} +{"question_id": 4449, "table_id": "2-10044096-8", "question": "Name the venue for Netherlands opponent", "sql": "SELECT \"Venue\" FROM \"2-10044096-8\" WHERE \"Opponent\" = 'Netherlands';"} +{"question_id": 4450, "table_id": "2-10044096-8", "question": "Name the opponent for 10-04-2007", "sql": "SELECT \"Opponent\" FROM \"2-10044096-8\" WHERE \"Date\" = '10-04-2007';"} +{"question_id": 4451, "table_id": "2-10044096-8", "question": "Name the runs balls for wicket of 3rd for Australia opponent", "sql": "SELECT \"Runs (Balls)\" FROM \"2-10044096-8\" WHERE \"Wicket\" = '3rd' AND \"Opponent\" = 'Australia';"} +{"question_id": 4452, "table_id": "2-10044096-8", "question": "Name the wicket for 19-03-2007", "sql": "SELECT \"Wicket\" FROM \"2-10044096-8\" WHERE \"Date\" = '19-03-2007';"} +{"question_id": 4453, "table_id": "2-1014206-1", "question": "Which fleet launched on July 30, 1961?", "sql": "SELECT \"Fleet\" FROM \"2-1014206-1\" WHERE \"Launched\" = 'July 30, 1961';"} +{"question_id": 4454, "table_id": "2-1014206-1", "question": "Which shipyard has a fleet that was laid down on April 21, 1962?", "sql": "SELECT \"Shipyard\" FROM \"2-1014206-1\" WHERE \"Laid down\" = 'April 21, 1962';"} +{"question_id": 4455, "table_id": "2-1014206-1", "question": "What is the status of the fleet that was commissioned on July 28, 1963?", "sql": "SELECT \"Status\" FROM \"2-1014206-1\" WHERE \"Commissioned\" = 'July 28, 1963';"} +{"question_id": 4456, "table_id": "2-1014206-2", "question": "Tell me the launched for August 31, 1964", "sql": "SELECT \"Launched\" FROM \"2-1014206-2\" WHERE \"Commissioned\" = 'August 31, 1964';"} +{"question_id": 4457, "table_id": "2-1014206-2", "question": "Tell me what was commissioned December 30, 1965", "sql": "SELECT \"Commissioned\" FROM \"2-1014206-2\" WHERE \"Launched\" = 'December 30, 1965';"} +{"question_id": 4458, "table_id": "2-10129666-7", "question": "Which episode with a demo of 0.7/3 was the lowest?", "sql": "SELECT MIN(\"Episode #\") FROM \"2-10129666-7\" WHERE \"Demo\" = '0.7/3';"} +{"question_id": 4459, "table_id": "2-10129666-7", "question": "When is the air date that demo-ed at 1.6/5?", "sql": "SELECT \"Air Date\" FROM \"2-10129666-7\" WHERE \"Demo\" = '1.6/5';"} +{"question_id": 4460, "table_id": "2-10129666-7", "question": "For demo 1.6/5, what is the title?", "sql": "SELECT \"Title\" FROM \"2-10129666-7\" WHERE \"Demo\" = '1.6/5';"} +{"question_id": 4461, "table_id": "2-10292016-5", "question": "What date was Gabriela Paz-Franco the opponent?", "sql": "SELECT \"Date\" FROM \"2-10292016-5\" WHERE \"Opponent\" = 'Gabriela Paz-Franco';"} +{"question_id": 4462, "table_id": "2-10292016-5", "question": "What surface was the game played on for the September 13, 2009 match?", "sql": "SELECT \"Surface\" FROM \"2-10292016-5\" WHERE \"Date\" = 'September 13, 2009';"} +{"question_id": 4463, "table_id": "2-10154733-2", "question": "On which track did Takashi Kogure hold pole position?", "sql": "SELECT \"Track\" FROM \"2-10154733-2\" WHERE \"Pole Position\" = 'Takashi Kogure';"} +{"question_id": 4464, "table_id": "2-10154733-2", "question": "On round 3 for arting Team Impul, who held pole position?", "sql": "SELECT \"Pole Position\" FROM \"2-10154733-2\" WHERE \"Team\" = 'arting Team Impul' AND \"Round\" = 3.0;"} +{"question_id": 4465, "table_id": "2-10154733-2", "question": "Who was the winner when Katsuyuki Hiranaka had the fastest lap?", "sql": "SELECT \"Winner\" FROM \"2-10154733-2\" WHERE \"Fastest Lap\" = 'Katsuyuki Hiranaka';"} +{"question_id": 4466, "table_id": "2-10154733-2", "question": "Before round 9, when Takashi Kogure held pole position, who was the team?", "sql": "SELECT \"Team\" FROM \"2-10154733-2\" WHERE \"Round\" < 9.0 AND \"Pole Position\" = 'Takashi Kogure';"} +{"question_id": 4467, "table_id": "2-10089291-3", "question": "Tell me the MPEG-2 of Yes and MPEG-1 of Yes", "sql": "SELECT \"RealVideo\" FROM \"2-10089291-3\" WHERE \"MPEG-2\" = 'Yes' AND \"MPEG-1\" = 'Yes';"} +{"question_id": 4468, "table_id": "2-10089291-3", "question": "Tell me the MPEG-1 for real video of No", "sql": "SELECT \"MPEG-1\" FROM \"2-10089291-3\" WHERE \"RealVideo\" = 'No';"} +{"question_id": 4469, "table_id": "2-1004125-3", "question": "Tell me the affiliation for mls team of MetroStars and pick number of 26", "sql": "SELECT \"Affiliation\" FROM \"2-1004125-3\" WHERE \"MLS Team\" = 'MetroStars' AND \"Pick #\" = 26.0;"} +{"question_id": 4470, "table_id": "2-1004125-3", "question": "Tell me the total number of picks for position of m of williams college", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-1004125-3\" WHERE \"Position\" = 'm' AND \"Affiliation\" = 'williams college';"} +{"question_id": 4471, "table_id": "2-10348914-4", "question": "who was the runner-up in the 1915 competition for 'Articles with HCards'?", "sql": "SELECT \"Runner-up\" FROM \"2-10348914-4\" WHERE \"Year\" = 1915.0;"} +{"question_id": 4472, "table_id": "2-10348914-4", "question": "Who was the runner-up in 1887 competition for 'Articles with HCards'?", "sql": "SELECT \"Runner-up\" FROM \"2-10348914-4\" WHERE \"Year\" = 1887.0;"} +{"question_id": 4473, "table_id": "2-10783853-14", "question": "What is the home team score when the away team is Collingwood?", "sql": "SELECT \"Home team score\" FROM \"2-10783853-14\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4474, "table_id": "2-10684273-1", "question": "what fleet is associated with the number L4?", "sql": "SELECT \"Fleet\" FROM \"2-10684273-1\" WHERE \"Number\" = 'L4';"} +{"question_id": 4475, "table_id": "2-10684273-1", "question": "what number is associated with the Baltic fleet and Leninets (Ленинец)?", "sql": "SELECT \"Number\" FROM \"2-10684273-1\" WHERE \"Fleet\" = 'Baltic' AND \"Name\" = 'Leninets (Ленинец)';"} +{"question_id": 4476, "table_id": "2-10684273-1", "question": "when was Garibaldets (Гарибальдиец) launched?", "sql": "SELECT \"Launched\" FROM \"2-10684273-1\" WHERE \"Name\" = 'Garibaldets (Гарибальдиец)';"} +{"question_id": 4477, "table_id": "2-10684273-1", "question": "when was the number L6, with a fleet of Black Sea, launched?", "sql": "SELECT \"Launched\" FROM \"2-10684273-1\" WHERE \"Fleet\" = 'Black Sea' AND \"Number\" = 'L6';"} +{"question_id": 4478, "table_id": "2-10684273-1", "question": "what number is associated with the name Chartist (Чартист)?", "sql": "SELECT \"Number\" FROM \"2-10684273-1\" WHERE \"Name\" = 'Chartist (Чартист)';"} +{"question_id": 4479, "table_id": "2-10701045-11", "question": "What date did the VFL play Punt Road Oval?", "sql": "SELECT \"Date\" FROM \"2-10701045-11\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4480, "table_id": "2-10701045-11", "question": "Who played home team at the Arden Street Oval game?", "sql": "SELECT \"Home team\" FROM \"2-10701045-11\" WHERE \"Venue\" = 'Arden Street Oval';"} +{"question_id": 4481, "table_id": "2-10701914-1", "question": "What was the most amount of people in the crowd when the home team scored 13.17 (95)?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10701914-1\" WHERE \"Home team score\" = '13.17 (95)';"} +{"question_id": 4482, "table_id": "2-10701914-1", "question": "Where did the away team score 7.15 (57)?", "sql": "SELECT \"Venue\" FROM \"2-10701914-1\" WHERE \"Away team score\" = '7.15 (57)';"} +{"question_id": 4483, "table_id": "2-10701914-1", "question": "How much did the away team score at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10701914-1\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4484, "table_id": "2-10701914-1", "question": "Where did the away team play when they scored 15.10 (100)?", "sql": "SELECT \"Venue\" FROM \"2-10701914-1\" WHERE \"Away team score\" = '15.10 (100)';"} +{"question_id": 4485, "table_id": "2-10701914-1", "question": "How big was the crowd when the home team scored 20.21 (141)?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10701914-1\" WHERE \"Home team score\" = '20.21 (141)';"} +{"question_id": 4486, "table_id": "2-10712301-5", "question": "What date was the ensemble in North East England closed?", "sql": "SELECT \"Closure date\" FROM \"2-10712301-5\" WHERE \"Region\" = 'North East England';"} +{"question_id": 4487, "table_id": "2-10712301-5", "question": "What was the operator of the ensemble from Yorkshire?", "sql": "SELECT \"Operator\" FROM \"2-10712301-5\" WHERE \"Region\" = 'Yorkshire';"} +{"question_id": 4488, "table_id": "2-10712301-5", "question": "When was the ensemble closed that went on air in June 2003?", "sql": "SELECT \"Closure date\" FROM \"2-10712301-5\" WHERE \"On air date\" = 'June 2003';"} +{"question_id": 4489, "table_id": "2-10712301-5", "question": "What was the license award date for the ensemble from South Wales and the Severn Estuary that was on air in July 2001?", "sql": "SELECT \"Licence award date\" FROM \"2-10712301-5\" WHERE \"On air date\" = 'July 2001' AND \"Region\" = 'South Wales and the Severn Estuary';"} +{"question_id": 4490, "table_id": "2-10712301-5", "question": "What is the operator of the ensemble from Yorkshire?", "sql": "SELECT \"Operator\" FROM \"2-10712301-5\" WHERE \"Region\" = 'Yorkshire';"} +{"question_id": 4491, "table_id": "2-10776868-1", "question": "Who was the home team when attendance was over 41846?", "sql": "SELECT \"Home team\" FROM \"2-10776868-1\" WHERE \"Crowd\" > 41846.0;"} +{"question_id": 4492, "table_id": "2-10776868-1", "question": "Where did Collingwood play as the home team?", "sql": "SELECT \"Venue\" FROM \"2-10776868-1\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 4493, "table_id": "2-10776868-1", "question": "What was South Melbourne's score when they played as the home team?", "sql": "SELECT \"Home team score\" FROM \"2-10776868-1\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 4494, "table_id": "2-10776868-1", "question": "What was the attendance when the VFL played lake oval?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10776868-1\" WHERE \"Venue\" = 'lake oval';"} +{"question_id": 4495, "table_id": "2-10706879-3", "question": "What is the Winning Team with Rick Mears' and Kraco Twin 125 (R1)?", "sql": "SELECT \"Winning team\" FROM \"2-10706879-3\" WHERE \"Winning driver\" = 'Rick Mears' AND \"Name\" = 'Kraco Twin 125 (R1)';"} +{"question_id": 4496, "table_id": "2-10706879-3", "question": "What is Penske Racing's name?", "sql": "SELECT \"Name\" FROM \"2-10706879-3\" WHERE \"Winning team\" = 'Penske Racing';"} +{"question_id": 4497, "table_id": "2-10706879-3", "question": "Who is the winning driver of Penske Racing, and what was Rick Mears' pole position?", "sql": "SELECT \"Winning driver\" FROM \"2-10706879-3\" WHERE \"Winning team\" = 'Penske Racing' AND \"Pole Position\" = 'Rick Mears';"} +{"question_id": 4498, "table_id": "2-10706879-3", "question": "Who was Kraco Twin 125 (R2)'s Winning Driver?", "sql": "SELECT \"Winning driver\" FROM \"2-10706879-3\" WHERE \"Name\" = 'Kraco Twin 125 (R2)';"} +{"question_id": 4499, "table_id": "2-10706879-3", "question": "What is the Report of Winning Team Penske Racing, and what was Rick Mears' Pole position?", "sql": "SELECT \"Report\" FROM \"2-10706879-3\" WHERE \"Winning team\" = 'Penske Racing' AND \"Pole Position\" = 'Rick Mears';"} +{"question_id": 4500, "table_id": "2-10706879-3", "question": "What is the Pole Position for Winning Team Penske Racing, and the Name of II Copa Mexico 150?", "sql": "SELECT \"Pole Position\" FROM \"2-10706879-3\" WHERE \"Winning team\" = 'Penske Racing' AND \"Name\" = 'II Copa Mexico 150';"} +{"question_id": 4501, "table_id": "2-10776330-11", "question": "Who was the away team at the game held at Brunswick Street Oval?", "sql": "SELECT \"Away team\" FROM \"2-10776330-11\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4502, "table_id": "2-10776330-11", "question": "Where was the game held where the home team scored 17.18 (120)?", "sql": "SELECT \"Venue\" FROM \"2-10776330-11\" WHERE \"Home team score\" = '17.18 (120)';"} +{"question_id": 4503, "table_id": "2-10776330-11", "question": "What was the largest crowd at a game where Collingwood was the away team?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10776330-11\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4504, "table_id": "2-10776330-11", "question": "Who was the away team when the home team scored 10.18 (78)?", "sql": "SELECT \"Away team\" FROM \"2-10776330-11\" WHERE \"Home team score\" = '10.18 (78)';"} +{"question_id": 4505, "table_id": "2-10710364-1", "question": "For the group with 1.92% population in 1981, what was their percentage of the population in 1971?", "sql": "SELECT \"Population % 1971\" FROM \"2-10710364-1\" WHERE \"Population % 1981\" = '1.92%';"} +{"question_id": 4506, "table_id": "2-10710364-1", "question": "For the group with 1.79% population in 1961, what was their percentage of the population in 1971?", "sql": "SELECT \"Population % 1971\" FROM \"2-10710364-1\" WHERE \"Population % 1961\" = '1.79%';"} +{"question_id": 4507, "table_id": "2-10507462-2", "question": "What is the rice amount when the potato amount is 79?", "sql": "SELECT \"Rice [B ]\" FROM \"2-10507462-2\" WHERE \"Potato [D ]\" = '79';"} +{"question_id": 4508, "table_id": "2-10507462-2", "question": "What is the yam amount with amount of soybean 0 and potato of 0.01?", "sql": "SELECT \"Yam [Y ]\" FROM \"2-10507462-2\" WHERE \"Soybean (Green) [F ]\" = '0' AND \"Potato [D ]\" = '0.01';"} +{"question_id": 4509, "table_id": "2-10507462-2", "question": "What is the yam amount when the Cassava amount is 0.11?", "sql": "SELECT \"Yam [Y ]\" FROM \"2-10507462-2\" WHERE \"Cassava [E ]\" = '0.11';"} +{"question_id": 4510, "table_id": "2-10507462-2", "question": "What is the wheat amount when the potato amount of 1.9?", "sql": "SELECT \"Wheat [C ]\" FROM \"2-10507462-2\" WHERE \"Potato [D ]\" = '1.9';"} +{"question_id": 4511, "table_id": "2-10507462-2", "question": "What is the Sweet Potato amount when the soybean amount is 1.65?", "sql": "SELECT \"Sweet potato [G ]\" FROM \"2-10507462-2\" WHERE \"Soybean (Green) [F ]\" = '1.65';"} +{"question_id": 4512, "table_id": "2-10507462-2", "question": "What is the Yam amount when the Maze/Corn amount is 1355?", "sql": "SELECT \"Yam [Y ]\" FROM \"2-10507462-2\" WHERE \"Maize / Corn [A ]\" = '1355';"} +{"question_id": 4513, "table_id": "2-106094-3", "question": "Which province and flag which has a water area (km 2) smaller than 176928 has a total water area percentage of 0.0%?", "sql": "SELECT \"Name and flag\" FROM \"2-106094-3\" WHERE \"Water area (km 2 )\" < 176928.0 AND \"Water area as percentage of total area\" = '0.0%';"} +{"question_id": 4514, "table_id": "2-106094-3", "question": "Which province and flag has a water area (km 2) of 0?", "sql": "SELECT \"Name and flag\" FROM \"2-106094-3\" WHERE \"Water area (km 2 )\" = 0.0;"} +{"question_id": 4515, "table_id": "2-10776868-4", "question": "What was the home team's score when the away team scored 10.11 (71)?", "sql": "SELECT \"Home team score\" FROM \"2-10776868-4\" WHERE \"Away team score\" = '10.11 (71)';"} +{"question_id": 4516, "table_id": "2-10776868-4", "question": "Who was the away team when the home team scored 17.17 (119)?", "sql": "SELECT \"Away team\" FROM \"2-10776868-4\" WHERE \"Home team score\" = '17.17 (119)';"} +{"question_id": 4517, "table_id": "2-10776868-4", "question": "What was the away team's score at the game where the home team scored 10.15 (75) and the crowd was larger than 24168?", "sql": "SELECT \"Away team score\" FROM \"2-10776868-4\" WHERE \"Crowd\" > 24168.0 AND \"Home team score\" = '10.15 (75)';"} +{"question_id": 4518, "table_id": "2-10775890-16", "question": "What is the lowest attendance when the home team scores 10.14 (74)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10775890-16\" WHERE \"Home team score\" = '10.14 (74)';"} +{"question_id": 4519, "table_id": "2-10775890-16", "question": "What venue features a home team score of 10.14 (74)?", "sql": "SELECT \"Venue\" FROM \"2-10775890-16\" WHERE \"Home team score\" = '10.14 (74)';"} +{"question_id": 4520, "table_id": "2-10650074-1", "question": "When did the Browns play the Pittsburgh Steelers?", "sql": "SELECT \"Date\" FROM \"2-10650074-1\" WHERE \"Opponent\" = 'Pittsburgh Steelers';"} +{"question_id": 4521, "table_id": "2-10776330-3", "question": "Who is the home side when North Melbourne is the away side?", "sql": "SELECT \"Home team\" FROM \"2-10776330-3\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 4522, "table_id": "2-10776330-3", "question": "What is the lowest crowd when the away side scores 11.16 (82)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10776330-3\" WHERE \"Away team score\" = '11.16 (82)';"} +{"question_id": 4523, "table_id": "2-10773753-10", "question": "Where was the game played where Collingwood was the away team?", "sql": "SELECT \"Venue\" FROM \"2-10773753-10\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4524, "table_id": "2-10644188-2", "question": "What was the total tenure time with a rank of 49?", "sql": "SELECT \"Total tenure time\" FROM \"2-10644188-2\" WHERE \"Total tenure rank\" = 49.0;"} +{"question_id": 4525, "table_id": "2-10706961-2", "question": "Who did Teo Fabi drive for when he won and had pole position?", "sql": "SELECT \"Winning team\" FROM \"2-10706961-2\" WHERE \"Winning driver\" = 'Teo Fabi' AND \"Pole Position\" = 'Teo Fabi';"} +{"question_id": 4526, "table_id": "2-10706961-2", "question": "Who won for Forsythe Racing when Bobby Rahal had pole position?", "sql": "SELECT \"Name\" FROM \"2-10706961-2\" WHERE \"Winning team\" = 'Forsythe Racing' AND \"Pole Position\" = 'Bobby Rahal';"} +{"question_id": 4527, "table_id": "2-10706961-2", "question": "Which team had the fastest lap of 1:13.516?", "sql": "SELECT \"Winning team\" FROM \"2-10706961-2\" WHERE \"Fastest Lap\" = '1:13.516';"} +{"question_id": 4528, "table_id": "2-10706961-2", "question": "Who had the fastest lap when Al Unser won?", "sql": "SELECT \"Fastest Lap\" FROM \"2-10706961-2\" WHERE \"Winning driver\" = 'Al Unser';"} +{"question_id": 4529, "table_id": "2-1066829-9", "question": "What is the maximum number of players for the sega game, hang-on (cartridge version)?", "sql": "SELECT COUNT(\"Max. # of Players\") FROM \"2-1066829-9\" WHERE \"Developer\" = 'sega' AND \"Main Title / Alternate Title(s)\" = 'hang-on (cartridge version)';"} +{"question_id": 4530, "table_id": "2-1059743-7", "question": "Which Away team has a Score of 4–2?", "sql": "SELECT \"Away team\" FROM \"2-1059743-7\" WHERE \"Score\" = '4–2';"} +{"question_id": 4531, "table_id": "2-1059743-7", "question": "Which Home team has an Away team of Al-Ain FC, and a Year of 2002/03?", "sql": "SELECT \"Home team\" FROM \"2-1059743-7\" WHERE \"Away team\" = 'Al-Ain FC' AND \"Year\" = '2002/03';"} +{"question_id": 4532, "table_id": "2-1059743-7", "question": "Which Home team has a Year of 2002/03, and a Venue of Tahnoun Bin Mohamed Stadium?", "sql": "SELECT \"Home team\" FROM \"2-1059743-7\" WHERE \"Year\" = '2002/03' AND \"Venue\" = 'Tahnoun Bin Mohamed Stadium';"} +{"question_id": 4533, "table_id": "2-1059743-7", "question": "Which Away team has a Home team of Al-Ain FC, and a Score of 1–1?", "sql": "SELECT \"Away team\" FROM \"2-1059743-7\" WHERE \"Home team\" = 'Al-Ain FC' AND \"Score\" = '1–1';"} +{"question_id": 4534, "table_id": "2-10651903-3", "question": "What is the attendance of the game that was played on September 27, 1964?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-10651903-3\" WHERE \"Date\" = 'September 27, 1964';"} +{"question_id": 4535, "table_id": "2-10767641-8", "question": "What is the home team's score when the crowd is over 14000 with the away team scoring 9.18 (72)?", "sql": "SELECT \"Home team score\" FROM \"2-10767641-8\" WHERE \"Crowd\" > 14000.0 AND \"Away team score\" = '9.18 (72)';"} +{"question_id": 4536, "table_id": "2-10767641-8", "question": "What is the home side's score when Geelong is the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10767641-8\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4537, "table_id": "2-10556260-2", "question": "What was the score of the tournament that was held in 1974?", "sql": "SELECT \"Score in the final\" FROM \"2-10556260-2\" WHERE \"Date\" = 1974.0;"} +{"question_id": 4538, "table_id": "2-10774891-2", "question": "On what date did the home team score 11.8 (74)?", "sql": "SELECT \"Date\" FROM \"2-10774891-2\" WHERE \"Home team score\" = '11.8 (74)';"} +{"question_id": 4539, "table_id": "2-10774891-2", "question": "What was the venue when the home team scored 9.22 (76)?", "sql": "SELECT \"Venue\" FROM \"2-10774891-2\" WHERE \"Home team score\" = '9.22 (76)';"} +{"question_id": 4540, "table_id": "2-10774891-2", "question": "What was the largest crowd size when the away team scored 7.11 (53)?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10774891-2\" WHERE \"Away team score\" = '7.11 (53)';"} +{"question_id": 4541, "table_id": "2-10774891-2", "question": "What was the away team that scored 8.15 (63)?", "sql": "SELECT \"Away team\" FROM \"2-10774891-2\" WHERE \"Away team score\" = '8.15 (63)';"} +{"question_id": 4542, "table_id": "2-10774891-2", "question": "What was the date when South Melbourne was the home team?", "sql": "SELECT \"Date\" FROM \"2-10774891-2\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 4543, "table_id": "2-10775890-15", "question": "Where did Hawthorn play as home team?", "sql": "SELECT \"Venue\" FROM \"2-10775890-15\" WHERE \"Home team\" = 'Hawthorn';"} +{"question_id": 4544, "table_id": "2-10775890-15", "question": "When the VFL played Brunswick Street Oval what was the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10775890-15\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4545, "table_id": "2-10775890-15", "question": "Where did Geelong play as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10775890-15\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4546, "table_id": "2-10775890-15", "question": "What day did the VFL pay MCG with attendance of 16300?", "sql": "SELECT \"Date\" FROM \"2-10775890-15\" WHERE \"Crowd\" > 16300.0 AND \"Venue\" = 'MCG';"} +{"question_id": 4547, "table_id": "2-10775890-15", "question": "What was the attendance when fitzroy played as home team?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10775890-15\" WHERE \"Home team\" = 'fitzroy';"} +{"question_id": 4548, "table_id": "2-10775890-15", "question": "What was the attendance when Hawthorn played as home team?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10775890-15\" WHERE \"Home team\" = 'Hawthorn';"} +{"question_id": 4549, "table_id": "2-10637245-1", "question": "What engine did Casey Mears use on the Reynard 01i Chassis?", "sql": "SELECT \"Engine\" FROM \"2-10637245-1\" WHERE \"Chassis\" = 'Reynard 01i' AND \"Drivers\" = 'Casey Mears';"} +{"question_id": 4550, "table_id": "2-10637245-1", "question": "What Chassis did Memo Gidley use?", "sql": "SELECT \"Chassis\" FROM \"2-10637245-1\" WHERE \"Drivers\" = 'Memo Gidley';"} +{"question_id": 4551, "table_id": "2-10637245-1", "question": "Who used the Honda Engine for All the races?", "sql": "SELECT \"Team\" FROM \"2-10637245-1\" WHERE \"Engine\" = 'Honda' AND \"Races\" = 'All';"} +{"question_id": 4552, "table_id": "2-10758004-3", "question": "What is the location of the 200m backstroke?", "sql": "SELECT \"Location\" FROM \"2-10758004-3\" WHERE \"Event\" = '200m backstroke';"} +{"question_id": 4553, "table_id": "2-10662806-1", "question": "Which circuit did Guy Edwards win?", "sql": "SELECT \"Circuit\" FROM \"2-10662806-1\" WHERE \"Winning driver\" = 'Guy Edwards';"} +{"question_id": 4554, "table_id": "2-10662806-1", "question": "What circuit did Rupert Keegan win in round 8?", "sql": "SELECT \"Circuit\" FROM \"2-10662806-1\" WHERE \"Winning driver\" = 'Rupert Keegan' AND \"Round\" = 8.0;"} +{"question_id": 4555, "table_id": "2-10662806-1", "question": "Who won Silverstone in a round after 10?", "sql": "SELECT \"Name\" FROM \"2-10662806-1\" WHERE \"Round\" > 10.0 AND \"Circuit\" = 'Silverstone';"} +{"question_id": 4556, "table_id": "2-10639509-1", "question": "What rank did actor Aaron Pedersen's character have?", "sql": "SELECT \"Rank\" FROM \"2-10639509-1\" WHERE \"Actor/actress\" = 'Aaron Pedersen';"} +{"question_id": 4557, "table_id": "2-10639509-1", "question": "What years were actress Nadine Garner on the show?", "sql": "SELECT \"Tenure\" FROM \"2-10639509-1\" WHERE \"Actor/actress\" = 'Nadine Garner';"} +{"question_id": 4558, "table_id": "2-10639509-1", "question": "What character did actor Damien Richardson play?", "sql": "SELECT \"Character\" FROM \"2-10639509-1\" WHERE \"Actor/actress\" = 'Damien Richardson';"} +{"question_id": 4559, "table_id": "2-10639509-1", "question": "What episode did actor Daniel MacPherson's character have the rank of Detective Senior Constable", "sql": "SELECT \"Episodes\" FROM \"2-10639509-1\" WHERE \"Rank\" = 'Detective Senior Constable' AND \"Actor/actress\" = 'Daniel MacPherson';"} +{"question_id": 4560, "table_id": "2-10656249-7", "question": "Who are the sideline reporter(s) on NBC with Al Michaels on the play-by-play after 2013?", "sql": "SELECT \"Sideline reporter(s)\" FROM \"2-10656249-7\" WHERE \"Network\" = 'NBC' AND \"Play-by-play\" = 'Al Michaels' AND \"Year\" > 2013.0;"} +{"question_id": 4561, "table_id": "2-10656249-7", "question": "What was the earliest year featuring Sideline reporter(s) of Michelle Tafoya and Suzy Kolber?", "sql": "SELECT MIN(\"Year\") FROM \"2-10656249-7\" WHERE \"Sideline reporter(s)\" = 'Michelle Tafoya and Suzy Kolber';"} +{"question_id": 4562, "table_id": "2-10656249-7", "question": "What network is working in 2014?", "sql": "SELECT \"Network\" FROM \"2-10656249-7\" WHERE \"Year\" = 2014.0;"} +{"question_id": 4563, "table_id": "2-10656249-7", "question": "Who were the sideline reporter(s) in 2011?", "sql": "SELECT \"Sideline reporter(s)\" FROM \"2-10656249-7\" WHERE \"Year\" = 2011.0;"} +{"question_id": 4564, "table_id": "2-10656249-7", "question": "Who were the collor commentator(s) for ESPN before 2012?", "sql": "SELECT \"Color commentator(s)\" FROM \"2-10656249-7\" WHERE \"Year\" < 2012.0 AND \"Network\" = 'ESPN';"} +{"question_id": 4565, "table_id": "2-10610469-1", "question": "What higher harmonics have an NOAA of 8?", "sql": "SELECT \"Higher harmonics\" FROM \"2-10610469-1\" WHERE \"NOAA\" = '8';"} +{"question_id": 4566, "table_id": "2-10610469-1", "question": "What is the speed of the higher harmonics that have an NOAA of 37?", "sql": "SELECT \"Speed\" FROM \"2-10610469-1\" WHERE \"NOAA\" = '37';"} +{"question_id": 4567, "table_id": "2-10610469-1", "question": "What is the NOAA of the higher harmonics that have a Darwin of MN 4?", "sql": "SELECT \"NOAA\" FROM \"2-10610469-1\" WHERE \"Darwin\" = 'MN 4';"} +{"question_id": 4568, "table_id": "2-10610469-1", "question": "What is the NOAA of the higher harmonics that have a Darwin of M sf?", "sql": "SELECT \"NOAA\" FROM \"2-10610469-1\" WHERE \"Darwin\" = 'M sf';"} +{"question_id": 4569, "table_id": "2-10610469-1", "question": "Which higher harmonics have a speed of 0.0821373?", "sql": "SELECT \"Higher harmonics\" FROM \"2-10610469-1\" WHERE \"Speed\" = '0.0821373';"} +{"question_id": 4570, "table_id": "2-10750694-7", "question": "What is the Home team score for the Lake Oval Venue?", "sql": "SELECT \"Home team score\" FROM \"2-10750694-7\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 4571, "table_id": "2-10750694-7", "question": "What is the Date in which the Crowed was over 10300 and the Home team was Melbourne?", "sql": "SELECT \"Date\" FROM \"2-10750694-7\" WHERE \"Crowd\" > 10300.0 AND \"Home team\" = 'Melbourne';"} +{"question_id": 4572, "table_id": "2-1057262-1", "question": "What was the production in 2002-03 for the commodity that produced 1,725 in 2001-02?", "sql": "SELECT \"2002-03\" FROM \"2-1057262-1\" WHERE \"2001-02\" = '1,725';"} +{"question_id": 4573, "table_id": "2-1057262-1", "question": "What was the production in 2004-05 for the commodity that produced 1,725 in 2001-02?", "sql": "SELECT \"2004-05\" FROM \"2-1057262-1\" WHERE \"2001-02\" = '1,725';"} +{"question_id": 4574, "table_id": "2-1057262-1", "question": "What is the 2005-05 production for Milk?", "sql": "SELECT \"2004-05\" FROM \"2-1057262-1\" WHERE \"Commodity\" = 'Milk';"} +{"question_id": 4575, "table_id": "2-1057262-1", "question": "What was the production in 2006-07 for the commodity that produced 2,601 in 2005-06?", "sql": "SELECT \"2006-07\" FROM \"2-1057262-1\" WHERE \"2005-06\" = '2,601';"} +{"question_id": 4576, "table_id": "2-1057262-1", "question": "What was the production in 2004-05 for the commodity that produced 1,037 in 2005-06?", "sql": "SELECT \"2004-05\" FROM \"2-1057262-1\" WHERE \"2005-06\" = '1,037';"} +{"question_id": 4577, "table_id": "2-1057262-1", "question": "What was the production in 2005-06 for the commodity that produced 1,175 in 2001-02?", "sql": "SELECT \"2005-06\" FROM \"2-1057262-1\" WHERE \"2001-02\" = '1,175';"} +{"question_id": 4578, "table_id": "2-10767641-14", "question": "Which home team score occurred at Victoria Park?", "sql": "SELECT \"Home team score\" FROM \"2-10767641-14\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4579, "table_id": "2-10767641-14", "question": "Which home team had a score of 9.11 (65) against the away team score of 10.11 (71)?", "sql": "SELECT \"Home team\" FROM \"2-10767641-14\" WHERE \"Away team score\" = '10.11 (71)' AND \"Home team score\" = '9.11 (65)';"} +{"question_id": 4580, "table_id": "2-10767641-14", "question": "Which home team played at Glenferrie Oval?", "sql": "SELECT \"Home team\" FROM \"2-10767641-14\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 4581, "table_id": "2-10767641-14", "question": "On which date was the venue at Windy Hill?", "sql": "SELECT \"Date\" FROM \"2-10767641-14\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 4582, "table_id": "2-10705938-2", "question": "Who has a round of 3 with a method of Decision?", "sql": "SELECT \"Opponent\" FROM \"2-10705938-2\" WHERE \"Round\" = '3' AND \"Method\" = 'Decision';"} +{"question_id": 4583, "table_id": "2-10548389-2", "question": "What was the finishing time of Stage SS6?", "sql": "SELECT \"Time\" FROM \"2-10548389-2\" WHERE \"Stage\" = 'SS6';"} +{"question_id": 4584, "table_id": "2-10548389-2", "question": "What was the finishing time of the stage that featured a distance of 18.25km and a start time of 11:31?", "sql": "SELECT \"Time\" FROM \"2-10548389-2\" WHERE \"Distance\" = '18.25km' AND \"Start time\" = '11:31';"} +{"question_id": 4585, "table_id": "2-10548389-2", "question": "What was the average speed over 18.00km for winning driver Jean-Claude Andruet?", "sql": "SELECT \"Avg. Speed\" FROM \"2-10548389-2\" WHERE \"Distance\" = '18.00km' AND \"Winning driver\" = 'Jean-Claude Andruet';"} +{"question_id": 4586, "table_id": "2-10548389-2", "question": "What was the finishing time of the Stage that featured a distance of 24.00km and a start time of 21:27?", "sql": "SELECT \"Time\" FROM \"2-10548389-2\" WHERE \"Distance\" = '24.00km' AND \"Start time\" = '21:27';"} +{"question_id": 4587, "table_id": "2-10701045-12", "question": "On what date is there an Away team score of 10.14 (74)?", "sql": "SELECT \"Date\" FROM \"2-10701045-12\" WHERE \"Away team score\" = '10.14 (74)';"} +{"question_id": 4588, "table_id": "2-10701045-12", "question": "When the Home team score was 8.15 (63), what is the total Crowd?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10701045-12\" WHERE \"Home team score\" = '8.15 (63)';"} +{"question_id": 4589, "table_id": "2-10701045-12", "question": "Which Away team has a score fo 4.12 (36)?", "sql": "SELECT \"Away team\" FROM \"2-10701045-12\" WHERE \"Away team score\" = '4.12 (36)';"} +{"question_id": 4590, "table_id": "2-10701045-12", "question": "On what Date is there a Home team score of 8.15 (63)?", "sql": "SELECT \"Date\" FROM \"2-10701045-12\" WHERE \"Home team score\" = '8.15 (63)';"} +{"question_id": 4591, "table_id": "2-1058122-3", "question": "Which name is 51.89 (2.043) long?", "sql": "SELECT \"Name\" FROM \"2-1058122-3\" WHERE \"Length\" = '51.89 (2.043)';"} +{"question_id": 4592, "table_id": "2-1058122-3", "question": "Which bullet has a Shoulder of 10.92 (.430)?", "sql": "SELECT \"Bullet\" FROM \"2-1058122-3\" WHERE \"Shoulder\" = '10.92 (.430)';"} +{"question_id": 4593, "table_id": "2-1058122-3", "question": "Which shoulder has a Neck of 7.3 (.288)?", "sql": "SELECT \"Shoulder\" FROM \"2-1058122-3\" WHERE \"Neck\" = '7.3 (.288)';"} +{"question_id": 4594, "table_id": "2-1058122-3", "question": "Which bullet has a Length of 33.78 (1.33)?", "sql": "SELECT \"Bullet\" FROM \"2-1058122-3\" WHERE \"Length\" = '33.78 (1.33)';"} +{"question_id": 4595, "table_id": "2-1058122-3", "question": "Which length has a Bullet of 6.5 (.257)?", "sql": "SELECT \"Length\" FROM \"2-1058122-3\" WHERE \"Bullet\" = '6.5 (.257)';"} +{"question_id": 4596, "table_id": "2-10672618-1", "question": "What is the lowest overall pick for a player from Washington?", "sql": "SELECT MIN(\"Overall\") FROM \"2-10672618-1\" WHERE \"College\" = 'Washington';"} +{"question_id": 4597, "table_id": "2-10672618-1", "question": "What position does the player from Oklahoma who was drafted in round 7 play?", "sql": "SELECT \"Position\" FROM \"2-10672618-1\" WHERE \"Round\" = 7.0 AND \"College\" = 'Oklahoma';"} +{"question_id": 4598, "table_id": "2-10672618-1", "question": "What is the highest overall number for a player from Kentucky State?", "sql": "SELECT MAX(\"Overall\") FROM \"2-10672618-1\" WHERE \"College\" = 'Kentucky State';"} +{"question_id": 4599, "table_id": "2-10672618-1", "question": "In what round was a defensive tackle drafted with an overall pick smaller than 149?", "sql": "SELECT COUNT(\"Round\") FROM \"2-10672618-1\" WHERE \"Position\" = 'defensive tackle' AND \"Overall\" < 149.0;"} +{"question_id": 4600, "table_id": "2-10701914-11", "question": "How many attended the game with north melbourne as the away side?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10701914-11\" WHERE \"Away team\" = 'north melbourne';"} +{"question_id": 4601, "table_id": "2-10701914-11", "question": "On what day did the home team score 18.12 (120)?", "sql": "SELECT \"Date\" FROM \"2-10701914-11\" WHERE \"Home team score\" = '18.12 (120)';"} +{"question_id": 4602, "table_id": "2-10701914-11", "question": "What venue featured North Melbourne as the away side?", "sql": "SELECT \"Venue\" FROM \"2-10701914-11\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 4603, "table_id": "2-10722146-6", "question": "How many teams from the Atlantic 10 conference made it to the Elite Eight?", "sql": "SELECT \"Elite Eight\" FROM \"2-10722146-6\" WHERE \"Conference\" = 'Atlantic 10';"} +{"question_id": 4604, "table_id": "2-10722146-6", "question": "How many Big 12 teams made it to the Final Four?", "sql": "SELECT \"Final Four\" FROM \"2-10722146-6\" WHERE \"Conference\" = 'Big 12';"} +{"question_id": 4605, "table_id": "2-10527215-1", "question": "What chassis did Gordon Johncock use with his Cosworth engine?", "sql": "SELECT \"Chassis\" FROM \"2-10527215-1\" WHERE \"Engine\" = 'Cosworth' AND \"Drivers\" = 'Gordon Johncock';"} +{"question_id": 4606, "table_id": "2-10527215-1", "question": "Who drove the Chevrolet with the Eagle chassis?", "sql": "SELECT \"Drivers\" FROM \"2-10527215-1\" WHERE \"Engine\" = 'Chevrolet' AND \"Chassis\" = 'Eagle';"} +{"question_id": 4607, "table_id": "2-10527215-1", "question": "What tires did BFM Enterprises run on their Offy engine and Manta chassis?", "sql": "SELECT \"Tires\" FROM \"2-10527215-1\" WHERE \"Engine\" = 'Offy' AND \"Chassis\" = 'Manta' AND \"Team\" = 'BFM Enterprises';"} +{"question_id": 4608, "table_id": "2-10527215-1", "question": "What chassis does Gary Bettenhausen use?", "sql": "SELECT \"Chassis\" FROM \"2-10527215-1\" WHERE \"Drivers\" = 'Gary Bettenhausen';"} +{"question_id": 4609, "table_id": "2-10527215-1", "question": "What chassis doe Ross Davis use?", "sql": "SELECT \"Chassis\" FROM \"2-10527215-1\" WHERE \"Drivers\" = 'Ross Davis';"} +{"question_id": 4610, "table_id": "2-10527215-1", "question": "What engine does Chip Mead of Parts Washer Service use?", "sql": "SELECT \"Engine\" FROM \"2-10527215-1\" WHERE \"Team\" = 'Parts Washer Service' AND \"Drivers\" = 'Chip Mead';"} +{"question_id": 4611, "table_id": "2-10647310-3", "question": "Which heat and lane was in rank of 22?", "sql": "SELECT \"Heat (Lane)\" FROM \"2-10647310-3\" WHERE \"Rank\" = 22.0;"} +{"question_id": 4612, "table_id": "2-10647310-3", "question": "Who has a rank below 125 and time of 00: 56.30?", "sql": "SELECT \"Name\" FROM \"2-10647310-3\" WHERE \"Rank\" < 125.0 AND \"Time\" = '00: 56.30';"} +{"question_id": 4613, "table_id": "2-1055707-1", "question": "Which Terminus is on Line 10?", "sql": "SELECT \"Terminus\" FROM \"2-1055707-1\" WHERE \"Line\" = 'Line 10';"} +{"question_id": 4614, "table_id": "2-1055707-1", "question": "The color Diamond is assigned to which Terminus?", "sql": "SELECT \"Terminus\" FROM \"2-1055707-1\" WHERE \"Color\" = 'Diamond';"} +{"question_id": 4615, "table_id": "2-1055707-1", "question": "Stations of 16 is assigned what length?", "sql": "SELECT \"Length\" FROM \"2-1055707-1\" WHERE \"Stations\" = '16';"} +{"question_id": 4616, "table_id": "2-1055707-1", "question": "The color Sapphire is assigned to which Terminus?", "sql": "SELECT \"Terminus\" FROM \"2-1055707-1\" WHERE \"Color\" = 'Sapphire';"} +{"question_id": 4617, "table_id": "2-1055707-1", "question": "Daily ridership greater that 414 is associated with which length?", "sql": "SELECT \"Length\" FROM \"2-1055707-1\" WHERE \"Daily Ridership\" > 414.0;"} +{"question_id": 4618, "table_id": "2-10773753-4", "question": "What is the away team that had a score of 15.9 (99)?", "sql": "SELECT \"Away team\" FROM \"2-10773753-4\" WHERE \"Away team score\" = '15.9 (99)';"} +{"question_id": 4619, "table_id": "2-10773753-4", "question": "What is the home team that scored 10.13 (73)?", "sql": "SELECT \"Home team\" FROM \"2-10773753-4\" WHERE \"Home team score\" = '10.13 (73)';"} +{"question_id": 4620, "table_id": "2-10773753-4", "question": "What day did the home team score 10.13 (73)?", "sql": "SELECT \"Date\" FROM \"2-10773753-4\" WHERE \"Home team score\" = '10.13 (73)';"} +{"question_id": 4621, "table_id": "2-1054502-1", "question": "Which competition did Târlea come in 4th place, in 2003 at Budapest, Hungary?", "sql": "SELECT \"Competition\" FROM \"2-1054502-1\" WHERE \"Position\" = '4th' AND \"Year\" > 2003.0 AND \"Venue\" = 'Budapest, Hungary';"} +{"question_id": 4622, "table_id": "2-1054502-1", "question": "Prior to 2004, what was the name of the competition that took place in Johannesburg, South Africa and had the 400 m hurdles event?", "sql": "SELECT \"Competition\" FROM \"2-1054502-1\" WHERE \"Notes\" = '400 m hurdles' AND \"Year\" < 2004.0 AND \"Venue\" = 'Johannesburg, South Africa';"} +{"question_id": 4623, "table_id": "2-1054502-1", "question": "What events did the competition that took place in 1997 have?", "sql": "SELECT \"Notes\" FROM \"2-1054502-1\" WHERE \"Year\" = 1997.0;"} +{"question_id": 4624, "table_id": "2-1054502-1", "question": "What was the earliest year that Târlea took 7th place?", "sql": "SELECT MIN(\"Year\") FROM \"2-1054502-1\" WHERE \"Position\" = '7th';"} +{"question_id": 4625, "table_id": "2-1054502-1", "question": "What place did Târlea come in at the European Indoor Championships?", "sql": "SELECT \"Position\" FROM \"2-1054502-1\" WHERE \"Competition\" = 'European Indoor Championships';"} +{"question_id": 4626, "table_id": "2-1054502-1", "question": "What venue did the European Championships' 400 m hurdles take place?", "sql": "SELECT \"Venue\" FROM \"2-1054502-1\" WHERE \"Notes\" = '400 m hurdles' AND \"Competition\" = 'European Championships';"} +{"question_id": 4627, "table_id": "2-10539018-1", "question": "what year has the highest Marcel Granollers champions?", "sql": "SELECT MAX(\"Year\") FROM \"2-10539018-1\" WHERE \"Champion\" = 'Marcel Granollers';"} +{"question_id": 4628, "table_id": "2-10710364-2", "question": "What is the child sex ration for the population with 37.7% work participation?", "sql": "SELECT MAX(\"Sex ratio (child)\") FROM \"2-10710364-2\" WHERE \"Work participation (%)\" = '37.7%';"} +{"question_id": 4629, "table_id": "2-10776330-6", "question": "What is the average crowd size when the home side scores 9.8 (62)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10776330-6\" WHERE \"Home team score\" = '9.8 (62)';"} +{"question_id": 4630, "table_id": "2-10776330-6", "question": "What day did the home side score 14.13 (97)?", "sql": "SELECT \"Date\" FROM \"2-10776330-6\" WHERE \"Home team score\" = '14.13 (97)';"} +{"question_id": 4631, "table_id": "2-10776330-6", "question": "What day does the team play at Punt Road Oval?", "sql": "SELECT \"Date\" FROM \"2-10776330-6\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4632, "table_id": "2-10776330-6", "question": "What venue features Geelong as the away side?", "sql": "SELECT \"Venue\" FROM \"2-10776330-6\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4633, "table_id": "2-10538601-1", "question": "How many pages does the story from 1987-08 have?", "sql": "SELECT \"Pages\" FROM \"2-10538601-1\" WHERE \"Date\" = '1987-08';"} +{"question_id": 4634, "table_id": "2-10538601-1", "question": "How many pages does the story H 87112 have?", "sql": "SELECT \"Pages\" FROM \"2-10538601-1\" WHERE \"Story code\" = 'H 87112';"} +{"question_id": 4635, "table_id": "2-10538601-1", "question": "What is the story code of the story published on 2002-12?", "sql": "SELECT \"Story code\" FROM \"2-10538601-1\" WHERE \"Date\" = '2002-12';"} +{"question_id": 4636, "table_id": "2-10649958-1", "question": "Which driver drove car Wolf WR3?", "sql": "SELECT \"Winning driver\" FROM \"2-10649958-1\" WHERE \"Winning car\" = 'Wolf WR3';"} +{"question_id": 4637, "table_id": "2-10649958-1", "question": "Which driver drove car McLaren M23 at the Snetterton Circuit?", "sql": "SELECT \"Winning driver\" FROM \"2-10649958-1\" WHERE \"Winning car\" = 'McLaren M23' AND \"Circuit\" = 'Snetterton';"} +{"question_id": 4638, "table_id": "2-10649958-1", "question": "What car did Tony Trimmer drive at the Oulton Park Circuit?", "sql": "SELECT \"Winning car\" FROM \"2-10649958-1\" WHERE \"Circuit\" = 'Oulton Park' AND \"Winning driver\" = 'Tony Trimmer';"} +{"question_id": 4639, "table_id": "2-10649958-1", "question": "What date did the International Gold Cup take place?", "sql": "SELECT \"Date\" FROM \"2-10649958-1\" WHERE \"Name\" = 'International Gold Cup';"} +{"question_id": 4640, "table_id": "2-10574111-3", "question": "What's the theme for a series of Season 3 with smaller than 148 days?", "sql": "SELECT \"Theme\" FROM \"2-10574111-3\" WHERE \"Days\" < 148.0 AND \"Series\" = 'Season 3';"} +{"question_id": 4641, "table_id": "2-10746808-9", "question": "What is the crowd size when Geelong is the away team?", "sql": "SELECT \"Crowd\" FROM \"2-10746808-9\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4642, "table_id": "2-10746808-9", "question": "What is the highest crowd population when the away team is Geelong?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10746808-9\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4643, "table_id": "2-10746808-9", "question": "What away team plays at Arden Street Oval?", "sql": "SELECT \"Away team\" FROM \"2-10746808-9\" WHERE \"Venue\" = 'Arden Street Oval';"} +{"question_id": 4644, "table_id": "2-10602294-1", "question": "Which name has a pressure of 985hPa (29.09inHg)?", "sql": "SELECT \"Name\" FROM \"2-10602294-1\" WHERE \"Pressure\" = '985hPa (29.09inHg)';"} +{"question_id": 4645, "table_id": "2-10602294-1", "question": "What dates was the storm called 07 active?", "sql": "SELECT \"Dates active\" FROM \"2-10602294-1\" WHERE \"Name\" = '07';"} +{"question_id": 4646, "table_id": "2-10728418-3", "question": "Which building was built in 2015, has less than 40 floors and is larger than 509 feet?", "sql": "SELECT MAX(\"Metres\") FROM \"2-10728418-3\" WHERE \"Finalized\" = '2015' AND \"Floors\" < 40.0 AND \"Feet\" > 509.0;"} +{"question_id": 4647, "table_id": "2-10728418-3", "question": "What is the highest floor for the building measuring 220 meters?", "sql": "SELECT MAX(\"Floors\") FROM \"2-10728418-3\" WHERE \"Metres\" > 220.0;"} +{"question_id": 4648, "table_id": "2-10504573-5", "question": "How many entries feature a year built of 2010?", "sql": "SELECT COUNT(\"Total\") FROM \"2-10504573-5\" WHERE \"Year built\" = 2010.0;"} +{"question_id": 4649, "table_id": "2-10504573-5", "question": "What are the numbers for LC models built in 2009?", "sql": "SELECT \"Numbers\" FROM \"2-10504573-5\" WHERE \"Model\" = 'LC' AND \"Year built\" = 2009.0;"} +{"question_id": 4650, "table_id": "2-10704631-2", "question": "Who has a Record of 5-2?", "sql": "SELECT \"Opponent\" FROM \"2-10704631-2\" WHERE \"Record\" = '5-2';"} +{"question_id": 4651, "table_id": "2-10707176-2", "question": "For the race Champion Spark Plug 300, what is the report?", "sql": "SELECT \"Report\" FROM \"2-10707176-2\" WHERE \"Race Name\" = 'Champion Spark Plug 300';"} +{"question_id": 4652, "table_id": "2-10707176-2", "question": "For the race held at the Cleveland Burke Lakefront Airport circuit, with winning driver Emerson Fittipaldi and pole position Michael Andretti, what was the winning team?", "sql": "SELECT \"Winning team\" FROM \"2-10707176-2\" WHERE \"Winning driver\" = 'Emerson Fittipaldi' AND \"Pole position\" = 'Michael Andretti' AND \"Circuit\" = 'Cleveland Burke Lakefront Airport';"} +{"question_id": 4653, "table_id": "2-10677198-3", "question": "What is the average number of deaths for earthquakes centered in Damghan?", "sql": "SELECT AVG(\"Fatalities\") FROM \"2-10677198-3\" WHERE \"Epicenter\" = 'Damghan';"} +{"question_id": 4654, "table_id": "2-10750694-14", "question": "What was the away team when the home team scored 7.11 (53)?", "sql": "SELECT \"Away team\" FROM \"2-10750694-14\" WHERE \"Home team score\" = '7.11 (53)';"} +{"question_id": 4655, "table_id": "2-10750694-14", "question": "What away team scored 14.7 (91)?", "sql": "SELECT \"Away team\" FROM \"2-10750694-14\" WHERE \"Away team score\" = '14.7 (91)';"} +{"question_id": 4656, "table_id": "2-10750694-14", "question": "What was the score of the home team when Richmond was the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10750694-14\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 4657, "table_id": "2-10750694-14", "question": "What is the smallest crowd when the home team scored 7.11 (53)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10750694-14\" WHERE \"Home team score\" = '7.11 (53)';"} +{"question_id": 4658, "table_id": "2-10637415-8", "question": "What was the result of the match that took place in Perth, featuring a score of 48-12?", "sql": "SELECT \"Result\" FROM \"2-10637415-8\" WHERE \"Score\" = '48-12' AND \"City\" = 'Perth';"} +{"question_id": 4659, "table_id": "2-10637415-8", "question": "What was the result of the match in Penrith that featured a score of 48-12?", "sql": "SELECT \"Result\" FROM \"2-10637415-8\" WHERE \"Score\" = '48-12' AND \"City\" = 'Penrith';"} +{"question_id": 4660, "table_id": "2-10775038-16", "question": "What is the home team score when St Kilda is the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10775038-16\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 4661, "table_id": "2-10775038-16", "question": "What venue featured Fitzroy as the home squad?", "sql": "SELECT \"Venue\" FROM \"2-10775038-16\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 4662, "table_id": "2-10775038-16", "question": "What is the home team score at Brunswick Street Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10775038-16\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4663, "table_id": "2-10560886-7", "question": "What nationality is the Guard from UCLA?", "sql": "SELECT \"Nationality\" FROM \"2-10560886-7\" WHERE \"Position\" = 'Guard' AND \"School/Country\" = 'UCLA';"} +{"question_id": 4664, "table_id": "2-10560886-7", "question": "What player is from the United States and started playing in 1965?", "sql": "SELECT \"Player\" FROM \"2-10560886-7\" WHERE \"Nationality\" = 'United States' AND \"From\" = '1965';"} +{"question_id": 4665, "table_id": "2-10560886-7", "question": "What Guard/Forward started in 1957?", "sql": "SELECT \"Player\" FROM \"2-10560886-7\" WHERE \"From\" = '1957' AND \"Position\" = 'Guard/Forward';"} +{"question_id": 4666, "table_id": "2-10560886-7", "question": "What position is played by Farmar, Jordan Jordan Farmar?", "sql": "SELECT \"Position\" FROM \"2-10560886-7\" WHERE \"Player\" = 'Farmar, Jordan Jordan Farmar';"} +{"question_id": 4667, "table_id": "2-10721054-4", "question": "What region is William R. Johnson Coliseum in?", "sql": "SELECT \"Region\" FROM \"2-10721054-4\" WHERE \"Venue\" = 'William R. Johnson Coliseum';"} +{"question_id": 4668, "table_id": "2-10721054-4", "question": "What was the host for the round in Nashville?", "sql": "SELECT \"Host\" FROM \"2-10721054-4\" WHERE \"City\" = 'Nashville';"} +{"question_id": 4669, "table_id": "2-10721054-4", "question": "What was the host of the round at Hammons Student Center?", "sql": "SELECT \"Host\" FROM \"2-10721054-4\" WHERE \"Venue\" = 'Hammons Student Center';"} +{"question_id": 4670, "table_id": "2-10721054-4", "question": "What city is University Gym (Gold Mine) in?", "sql": "SELECT \"City\" FROM \"2-10721054-4\" WHERE \"Venue\" = 'University Gym (Gold Mine)';"} +{"question_id": 4671, "table_id": "2-10721054-4", "question": "What city in the East region in North Carolina was the round where the University of Richmond was the host?", "sql": "SELECT \"City\" FROM \"2-10721054-4\" WHERE \"Region\" = 'East' AND \"State\" = 'North Carolina' AND \"Host\" = 'University of Richmond';"} +{"question_id": 4672, "table_id": "2-10721054-4", "question": "What was the host of the round in the Montagne Center in Texas?", "sql": "SELECT \"Host\" FROM \"2-10721054-4\" WHERE \"State\" = 'Texas' AND \"Venue\" = 'Montagne Center';"} +{"question_id": 4673, "table_id": "2-10506264-1", "question": "Which venue had a match played on August 16, 2006?", "sql": "SELECT \"Venue\" FROM \"2-10506264-1\" WHERE \"Date\" = 'August 16, 2006';"} +{"question_id": 4674, "table_id": "2-10506264-1", "question": "Which match was played on April 2, 2006?", "sql": "SELECT \"Competition\" FROM \"2-10506264-1\" WHERE \"Date\" = 'April 2, 2006';"} +{"question_id": 4675, "table_id": "2-10755425-5", "question": "Who is the Constructor for round 5?", "sql": "SELECT \"Constructor\" FROM \"2-10755425-5\" WHERE \"Rounds\" = '5';"} +{"question_id": 4676, "table_id": "2-10755425-5", "question": "Which round has the MV Agusta F4 1000 MT?", "sql": "SELECT \"Rounds\" FROM \"2-10755425-5\" WHERE \"Motorcycle\" = 'MV Agusta F4 1000 MT';"} +{"question_id": 4677, "table_id": "2-10755425-5", "question": "Who does Yamaha Construct for?", "sql": "SELECT \"Team\" FROM \"2-10755425-5\" WHERE \"Constructor\" = 'Yamaha';"} +{"question_id": 4678, "table_id": "2-10755425-5", "question": "Who is riding the Ducati 999 RS in Round 7?", "sql": "SELECT \"Rider\" FROM \"2-10755425-5\" WHERE \"Rounds\" = '7' AND \"Motorcycle\" = 'Ducati 999 RS';"} +{"question_id": 4679, "table_id": "2-10755425-5", "question": "Who is the Constructor for the Trac Racing Team?", "sql": "SELECT \"Constructor\" FROM \"2-10755425-5\" WHERE \"Team\" = 'Trac Racing Team';"} +{"question_id": 4680, "table_id": "2-10773753-13", "question": "What was the away team score when Richmond was the home team?", "sql": "SELECT \"Away team score\" FROM \"2-10773753-13\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 4681, "table_id": "2-10773753-13", "question": "What was the away team score for the game played at the Brunswick Street Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10773753-13\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4682, "table_id": "2-10773753-13", "question": "Where did Hawthorn play as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10773753-13\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 4683, "table_id": "2-10776330-16", "question": "Who is the away team when the home team scores 12.20 (92)?", "sql": "SELECT \"Away team\" FROM \"2-10776330-16\" WHERE \"Home team score\" = '12.20 (92)';"} +{"question_id": 4684, "table_id": "2-10776330-16", "question": "What is the home team that scores 12.17 (89)?", "sql": "SELECT \"Home team\" FROM \"2-10776330-16\" WHERE \"Home team score\" = '12.17 (89)';"} +{"question_id": 4685, "table_id": "2-10776330-16", "question": "What is the highest attendance when the home team scores 10.12 (72)?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10776330-16\" WHERE \"Home team score\" = '10.12 (72)';"} +{"question_id": 4686, "table_id": "2-10563642-2", "question": "What rank did Poland receive with a time of 1:50.12?", "sql": "SELECT \"Rank\" FROM \"2-10563642-2\" WHERE \"Nationality\" = 'Poland' AND \"Time\" = '1:50.12';"} +{"question_id": 4687, "table_id": "2-10563642-2", "question": "What rank did the time of 1:24.12 receive?", "sql": "SELECT \"Rank\" FROM \"2-10563642-2\" WHERE \"150m\" = '1:24.12';"} +{"question_id": 4688, "table_id": "2-10650539-1", "question": "What is Arizona State overall lowest?", "sql": "SELECT MIN(\"Overall\") FROM \"2-10650539-1\" WHERE \"School/Club Team\" = 'Arizona State';"} +{"question_id": 4689, "table_id": "2-1064022-2", "question": "What are the fewest losses for a player lower than 3, with wins fewer than 75%, 0 draws and 56 points?", "sql": "SELECT MIN(\"Lost\") FROM \"2-1064022-2\" WHERE \"Played\" > 3.0 AND \"% Won\" < 75.0 AND \"Drawn\" = 0.0 AND \"Points\" = 56.0;"} +{"question_id": 4690, "table_id": "2-1064022-2", "question": "How many tries for the player whose number is greater than 2 and losses are smaller than 0?", "sql": "SELECT COUNT(\"Tries\") FROM \"2-1064022-2\" WHERE \"Played\" > 2.0 AND \"Lost\" < 0.0;"} +{"question_id": 4691, "table_id": "2-1064022-2", "question": "What is the number of tries for the player who is larger than 16?", "sql": "SELECT SUM(\"Tries\") FROM \"2-1064022-2\" WHERE \"Played\" > 16.0;"} +{"question_id": 4692, "table_id": "2-1064022-2", "question": "What is the smallest draws for a player larger than 2 with a 100% wins?", "sql": "SELECT MIN(\"Drawn\") FROM \"2-1064022-2\" WHERE \"Played\" > 2.0 AND \"% Won\" > 100.0;"} +{"question_id": 4693, "table_id": "2-1064022-2", "question": "What is the average draws for a player larger than 16 with more than 1 tries and a win percentage smaller than 56.15%?", "sql": "SELECT AVG(\"Drawn\") FROM \"2-1064022-2\" WHERE \"Tries\" > 1.0 AND \"% Won\" < 56.15 AND \"Played\" > 16.0;"} +{"question_id": 4694, "table_id": "2-10510022-2", "question": "What was the 2011 Wimbledon result?", "sql": "SELECT \"2011\" FROM \"2-10510022-2\" WHERE \"Tournament\" = 'Wimbledon';"} +{"question_id": 4695, "table_id": "2-10510022-2", "question": "What was the result oF the 2011 US Open when the 2007 was F?", "sql": "SELECT \"2011\" FROM \"2-10510022-2\" WHERE \"2007\" = 'F' AND \"Tournament\" = 'US Open';"} +{"question_id": 4696, "table_id": "2-10510022-2", "question": "What Was the result in 2007 When the 2011 Was F and 2009 Was W?", "sql": "SELECT \"2007\" FROM \"2-10510022-2\" WHERE \"2011\" = 'F' AND \"2009\" = 'W';"} +{"question_id": 4697, "table_id": "2-10510022-2", "question": "Which tournament had the result of a W in 2009?", "sql": "SELECT \"Tournament\" FROM \"2-10510022-2\" WHERE \"2009\" = 'W';"} +{"question_id": 4698, "table_id": "2-10510022-2", "question": "Which 2009 tournament had Grand Slams?", "sql": "SELECT \"Tournament\" FROM \"2-10510022-2\" WHERE \"2009\" = 'Grand Slams';"} +{"question_id": 4699, "table_id": "2-10510022-2", "question": "Which tournament had the result with 2009 was F and 2010 was F?", "sql": "SELECT \"Tournament\" FROM \"2-10510022-2\" WHERE \"2009\" = 'F' AND \"2010\" = 'F';"} +{"question_id": 4700, "table_id": "2-10640687-2", "question": "What Away team scored 7.11 (53)?", "sql": "SELECT \"Home team\" FROM \"2-10640687-2\" WHERE \"Away team score\" = '7.11 (53)';"} +{"question_id": 4701, "table_id": "2-10640687-2", "question": "Which Home team scored 6.11 (47)?", "sql": "SELECT \"Away team\" FROM \"2-10640687-2\" WHERE \"Home team score\" = '6.11 (47)';"} +{"question_id": 4702, "table_id": "2-10701914-18", "question": "What was the date of the game when Hawthorn was the home team?", "sql": "SELECT \"Date\" FROM \"2-10701914-18\" WHERE \"Home team\" = 'Hawthorn';"} +{"question_id": 4703, "table_id": "2-10566855-1", "question": "Which season had a margin of 10?", "sql": "SELECT \"Season\" FROM \"2-10566855-1\" WHERE \"Margin\" = 10.0;"} +{"question_id": 4704, "table_id": "2-1060790-5", "question": "WhAt did the tournAment with An A in 1956-1958, An A in 1954, And An F in 1948 get in 1969?", "sql": "SELECT \"1969\" FROM \"2-1060790-5\" WHERE \"1956–1968\" = 'A' AND \"1954\" = 'A' AND \"1948\" = 'F';"} +{"question_id": 4705, "table_id": "2-1060790-5", "question": "WhAt did the TournAment of Australian Championships, with An A in 1969, get in 1954?", "sql": "SELECT \"1954\" FROM \"2-1060790-5\" WHERE \"1969\" = 'A' AND \"Tournament\" = 'Australian Championships';"} +{"question_id": 4706, "table_id": "2-1060790-5", "question": "What did the Tournament of SR get in 1951?", "sql": "SELECT \"1951\" FROM \"2-1060790-5\" WHERE \"Tournament\" = 'SR';"} +{"question_id": 4707, "table_id": "2-1060790-5", "question": "What did the tournament with a QF in 1969 get in 1956-1968?", "sql": "SELECT \"1956–1968\" FROM \"2-1060790-5\" WHERE \"1969\" = 'QF';"} +{"question_id": 4708, "table_id": "2-1060790-5", "question": "WhAt did the tournAment thAt got An A in 1945 get in 1949?", "sql": "SELECT \"1949\" FROM \"2-1060790-5\" WHERE \"1945\" = 'A';"} +{"question_id": 4709, "table_id": "2-10773753-3", "question": "When did Geelong play as the home team?", "sql": "SELECT \"Date\" FROM \"2-10773753-3\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 4710, "table_id": "2-10773753-3", "question": "When North Melbourne played as the away team, what was the crowd numbers?", "sql": "SELECT \"Crowd\" FROM \"2-10773753-3\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 4711, "table_id": "2-10650829-1", "question": "How many rounds did honester davidson play?", "sql": "SELECT COUNT(\"Round\") FROM \"2-10650829-1\" WHERE \"Player\" = 'honester davidson';"} +{"question_id": 4712, "table_id": "2-10650829-1", "question": "What School or Club team has an overall score of 21?", "sql": "SELECT \"School/Club Team\" FROM \"2-10650829-1\" WHERE \"Overall\" = 21.0;"} +{"question_id": 4713, "table_id": "2-10650829-1", "question": "What total number of Overalls has a round that was smaller than 1?", "sql": "SELECT COUNT(\"Overall\") FROM \"2-10650829-1\" WHERE \"Round\" < 1.0;"} +{"question_id": 4714, "table_id": "2-10650829-1", "question": "What player is a Kicker?", "sql": "SELECT \"Player\" FROM \"2-10650829-1\" WHERE \"Position\" = 'Kicker';"} +{"question_id": 4715, "table_id": "2-10650829-1", "question": "What position and school/club team of Oklahoma State has an overall less than 410 and a round smaller than 5?", "sql": "SELECT \"Position\" FROM \"2-10650829-1\" WHERE \"Overall\" < 410.0 AND \"Round\" < 5.0 AND \"School/Club Team\" = 'Oklahoma State';"} +{"question_id": 4716, "table_id": "2-10560886-15", "question": "What is the average number of players from Duquesne?", "sql": "SELECT AVG(\"From\") FROM \"2-10560886-15\" WHERE \"School/Country\" = 'Duquesne';"} +{"question_id": 4717, "table_id": "2-10560886-15", "question": "Who is the player from Kentucky before 1977?", "sql": "SELECT \"Player\" FROM \"2-10560886-15\" WHERE \"From\" < 1977.0 AND \"School/Country\" = 'Kentucky';"} +{"question_id": 4718, "table_id": "2-10560886-15", "question": "Which player played Center, is from the United States, and entered before 2012?", "sql": "SELECT \"Player\" FROM \"2-10560886-15\" WHERE \"From\" < 2012.0 AND \"Position\" = 'Center' AND \"Nationality\" = 'United States';"} +{"question_id": 4719, "table_id": "2-10560886-15", "question": "Which player plays Forward and is from Kentucky?", "sql": "SELECT \"Player\" FROM \"2-10560886-15\" WHERE \"Position\" = 'Forward' AND \"School/Country\" = 'Kentucky';"} +{"question_id": 4720, "table_id": "2-10775890-5", "question": "What team was the away team for the venue Punt Road Oval?", "sql": "SELECT \"Away team\" FROM \"2-10775890-5\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4721, "table_id": "2-10775890-5", "question": "What was the home team score when the score for the away team was 7.9 (51)?", "sql": "SELECT \"Home team score\" FROM \"2-10775890-5\" WHERE \"Away team score\" = '7.9 (51)';"} +{"question_id": 4722, "table_id": "2-10577744-3", "question": "What is the highest ranked player who opposed Westmeath?", "sql": "SELECT MAX(\"Rank\") FROM \"2-10577744-3\" WHERE \"Opposition\" = 'Westmeath';"} +{"question_id": 4723, "table_id": "2-10577744-3", "question": "What is Tony O'Sullivan's county?", "sql": "SELECT \"County\" FROM \"2-10577744-3\" WHERE \"Player\" = 'Tony O''Sullivan';"} +{"question_id": 4724, "table_id": "2-10503963-1", "question": "What Network has Punjabi as the Language?", "sql": "SELECT \"Network\" FROM \"2-10503963-1\" WHERE \"Language\" = 'Punjabi';"} +{"question_id": 4725, "table_id": "2-10503963-1", "question": "What Genre has Hindi as the Language and STAR Gold as the Network?", "sql": "SELECT \"Genre\" FROM \"2-10503963-1\" WHERE \"Language\" = 'Hindi' AND \"Network\" = 'STAR Gold';"} +{"question_id": 4726, "table_id": "2-10503963-1", "question": "What is the Origin of Programming for the Network NDTV India?", "sql": "SELECT \"Origin of Programming\" FROM \"2-10503963-1\" WHERE \"Network\" = 'NDTV India';"} +{"question_id": 4727, "table_id": "2-10503963-1", "question": "What is the Origin of Programming for the Network MTV India?", "sql": "SELECT \"Origin of Programming\" FROM \"2-10503963-1\" WHERE \"Network\" = 'MTV India';"} +{"question_id": 4728, "table_id": "2-10503963-1", "question": "What is the Language for Network PTC Punjabi?", "sql": "SELECT \"Language\" FROM \"2-10503963-1\" WHERE \"Network\" = 'PTC Punjabi';"} +{"question_id": 4729, "table_id": "2-10503963-1", "question": "What Genre has the Network Zee TV?", "sql": "SELECT \"Genre\" FROM \"2-10503963-1\" WHERE \"Network\" = 'Zee TV';"} +{"question_id": 4730, "table_id": "2-10746200-9", "question": "What team was the home team at the venue Junction Oval?", "sql": "SELECT \"Home team\" FROM \"2-10746200-9\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 4731, "table_id": "2-10746200-9", "question": "What away team played when the home team was South Melbourne?", "sql": "SELECT \"Away team\" FROM \"2-10746200-9\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 4732, "table_id": "2-10746200-9", "question": "What home team scored 9.7 (61)?", "sql": "SELECT \"Home team\" FROM \"2-10746200-9\" WHERE \"Home team score\" = '9.7 (61)';"} +{"question_id": 4733, "table_id": "2-10746200-9", "question": "What team was the home team when Richmond was the away team?", "sql": "SELECT \"Home team\" FROM \"2-10746200-9\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 4734, "table_id": "2-10746200-9", "question": "What was the score when Geelong was the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10746200-9\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 4735, "table_id": "2-1076869-5", "question": "What was the CB CW for the year of 1982?", "sql": "SELECT \"CB CW\" FROM \"2-1076869-5\" WHERE \"Year\" = 1982.0;"} +{"question_id": 4736, "table_id": "2-1076869-5", "question": "What is the most current year that had a BB CW of 78?", "sql": "SELECT MAX(\"Year\") FROM \"2-1076869-5\" WHERE \"BB CW\" = '78';"} +{"question_id": 4737, "table_id": "2-10640687-3", "question": "What was the North Melbourne's score when they played as the home team?", "sql": "SELECT \"Home team score\" FROM \"2-10640687-3\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 4738, "table_id": "2-10640687-3", "question": "What was the attendance at the St Kilda home game?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10640687-3\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 4739, "table_id": "2-10640687-3", "question": "What was the attendance when the VFL played junction oval?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10640687-3\" WHERE \"Venue\" = 'junction oval';"} +{"question_id": 4740, "table_id": "2-10640687-3", "question": "Where did Melbourne play as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10640687-3\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 4741, "table_id": "2-10776330-5", "question": "What is the home team that played against an away team scoring 12.4 (76)?", "sql": "SELECT \"Home team\" FROM \"2-10776330-5\" WHERE \"Away team score\" = '12.4 (76)';"} +{"question_id": 4742, "table_id": "2-10776330-5", "question": "What venue featured the away side scoring 16.20 (116)?", "sql": "SELECT \"Venue\" FROM \"2-10776330-5\" WHERE \"Away team score\" = '16.20 (116)';"} +{"question_id": 4743, "table_id": "2-10746200-4", "question": "What is the home tome when the home team scores 11.9 (75)?", "sql": "SELECT \"Home team\" FROM \"2-10746200-4\" WHERE \"Home team score\" = '11.9 (75)';"} +{"question_id": 4744, "table_id": "2-10746200-4", "question": "On what day did the home team score 10.10 (70)?", "sql": "SELECT \"Date\" FROM \"2-10746200-4\" WHERE \"Home team score\" = '10.10 (70)';"} +{"question_id": 4745, "table_id": "2-10773753-17", "question": "What is Fitzroy's home field?", "sql": "SELECT \"Venue\" FROM \"2-10773753-17\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 4746, "table_id": "2-10640687-8", "question": "Who was the away team at Punt Road Oval?", "sql": "SELECT \"Away team\" FROM \"2-10640687-8\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4747, "table_id": "2-10640687-8", "question": "What was the away team score when the home team scored 6.11 (47)?", "sql": "SELECT \"Away team score\" FROM \"2-10640687-8\" WHERE \"Home team score\" = '6.11 (47)';"} +{"question_id": 4748, "table_id": "2-10640687-8", "question": "What was the away team score at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10640687-8\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4749, "table_id": "2-10773753-8", "question": "What home team scored 20.15 (135)?", "sql": "SELECT \"Home team\" FROM \"2-10773753-8\" WHERE \"Home team score\" = '20.15 (135)';"} +{"question_id": 4750, "table_id": "2-10773753-8", "question": "Who was the home team in the game played at Arden Street Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10773753-8\" WHERE \"Venue\" = 'Arden Street Oval';"} +{"question_id": 4751, "table_id": "2-10773753-8", "question": "Who was the away side that scored 7.12 (54)?", "sql": "SELECT \"Away team\" FROM \"2-10773753-8\" WHERE \"Away team score\" = '7.12 (54)';"} +{"question_id": 4752, "table_id": "2-10774891-8", "question": "Which home team has a crowd larger than 18200 and the St Kilda away team?", "sql": "SELECT \"Home team\" FROM \"2-10774891-8\" WHERE \"Crowd\" > 18200.0 AND \"Away team\" = 'St Kilda';"} +{"question_id": 4753, "table_id": "2-10774891-8", "question": "Which away team had a crowd larger than 22000 at the Western Oval venue?", "sql": "SELECT \"Away team score\" FROM \"2-10774891-8\" WHERE \"Crowd\" > 22000.0 AND \"Venue\" = 'Western Oval';"} +{"question_id": 4754, "table_id": "2-10783853-15", "question": "What was St Kilda's away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10783853-15\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 4755, "table_id": "2-10783853-15", "question": "Who was home team South Melbourne's opponent?", "sql": "SELECT \"Away team\" FROM \"2-10783853-15\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 4756, "table_id": "2-10535354-8", "question": "What was the music for the team who earned a score of 13 (5, 4, 4)?", "sql": "SELECT \"Music\" FROM \"2-10535354-8\" WHERE \"Score\" = '13 (5, 4, 4)';"} +{"question_id": 4757, "table_id": "2-10535354-8", "question": "What was the music of the team that was Eliminated?", "sql": "SELECT \"Music\" FROM \"2-10535354-8\" WHERE \"Result\" = 'Eliminated';"} +{"question_id": 4758, "table_id": "2-10535354-8", "question": "Which couple danced a Jive and received a score of 21 (6, 7, 8)?", "sql": "SELECT \"Couple\" FROM \"2-10535354-8\" WHERE \"Dance\" = 'Jive' AND \"Score\" = '21 (6, 7, 8)';"} +{"question_id": 4759, "table_id": "2-10535354-8", "question": "What was the score of the team that danced a Jive and was Safe?", "sql": "SELECT \"Score\" FROM \"2-10535354-8\" WHERE \"Dance\" = 'Jive' AND \"Result\" = 'Safe';"} +{"question_id": 4760, "table_id": "2-10707176-1", "question": "What engine did Dick Simon Racing use?", "sql": "SELECT \"Engine\" FROM \"2-10707176-1\" WHERE \"Team\" = 'Dick Simon Racing';"} +{"question_id": 4761, "table_id": "2-10707176-1", "question": "Who drove for Arciero Racing?", "sql": "SELECT \"Drivers\" FROM \"2-10707176-1\" WHERE \"Team\" = 'Arciero Racing';"} +{"question_id": 4762, "table_id": "2-10707176-1", "question": "What Chassis did Rich Vogler use?", "sql": "SELECT \"Chassis\" FROM \"2-10707176-1\" WHERE \"Drivers\" = 'Rich Vogler';"} +{"question_id": 4763, "table_id": "2-10707176-1", "question": "What tires did Johnny Parsons use?", "sql": "SELECT \"Tires\" FROM \"2-10707176-1\" WHERE \"Drivers\" = 'Johnny Parsons';"} +{"question_id": 4764, "table_id": "2-10527215-3", "question": "What race did Bobby Unser win?", "sql": "SELECT \"Name\" FROM \"2-10527215-3\" WHERE \"Winning driver\" = 'Bobby Unser';"} +{"question_id": 4765, "table_id": "2-10527215-3", "question": "Which driver won the Indianapolis 500 the year the Chaparral team also won it?", "sql": "SELECT \"Winning driver\" FROM \"2-10527215-3\" WHERE \"Winning team\" = 'Chaparral' AND \"Name\" = 'Indianapolis 500';"} +{"question_id": 4766, "table_id": "2-10527215-3", "question": "Which report includes Bobby Unser as the Pole Position and Rick Mears as the Winning driver?", "sql": "SELECT \"Report\" FROM \"2-10527215-3\" WHERE \"Pole Position\" = 'Bobby Unser' AND \"Winning driver\" = 'Rick Mears';"} +{"question_id": 4767, "table_id": "2-10527215-3", "question": "Which race has a winning team of Penske Racing, and a winning driver of Bobby Unser?", "sql": "SELECT \"Name\" FROM \"2-10527215-3\" WHERE \"Winning team\" = 'Penske Racing' AND \"Winning driver\" = 'Bobby Unser';"} +{"question_id": 4768, "table_id": "2-10747009-16", "question": "On what day is Geelong the home team?", "sql": "SELECT \"Date\" FROM \"2-10747009-16\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 4769, "table_id": "2-10747009-16", "question": "What venue featured Collingwood as the away side?", "sql": "SELECT \"Venue\" FROM \"2-10747009-16\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4770, "table_id": "2-10747009-16", "question": "What is the average crowd size when the home team scored 9.20 (74)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10747009-16\" WHERE \"Home team score\" = '9.20 (74)';"} +{"question_id": 4771, "table_id": "2-10747009-16", "question": "What is the home team score at Windy Hill?", "sql": "SELECT \"Home team score\" FROM \"2-10747009-16\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 4772, "table_id": "2-10705060-1", "question": "What season has races larger than 18 and 36 points?", "sql": "SELECT \"Season\" FROM \"2-10705060-1\" WHERE \"Races\" > 18.0 AND \"Points\" = 36.0;"} +{"question_id": 4773, "table_id": "2-10701045-14", "question": "The venue of Brunswick Street Oval was used on what date?", "sql": "SELECT \"Date\" FROM \"2-10701045-14\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4774, "table_id": "2-10701045-14", "question": "Which away team had a score of 5.6 (36)?", "sql": "SELECT \"Away team\" FROM \"2-10701045-14\" WHERE \"Away team score\" = '5.6 (36)';"} +{"question_id": 4775, "table_id": "2-10701045-14", "question": "In which venue did the home team have a score of 6.10 (46)?", "sql": "SELECT \"Venue\" FROM \"2-10701045-14\" WHERE \"Home team score\" = '6.10 (46)';"} +{"question_id": 4776, "table_id": "2-10701045-14", "question": "What is the smallest crowd with the away team of North Melbourne?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10701045-14\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 4777, "table_id": "2-10701045-14", "question": "On which date was Essendon the home team?", "sql": "SELECT \"Date\" FROM \"2-10701045-14\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 4778, "table_id": "2-10777895-2", "question": "What is the name of the airport with IATA code DAC?", "sql": "SELECT \"Airport\" FROM \"2-10777895-2\" WHERE \"IATA\" = 'DAC';"} +{"question_id": 4779, "table_id": "2-10777895-2", "question": "What is the IATA code for Delhi?", "sql": "SELECT \"IATA\" FROM \"2-10777895-2\" WHERE \"City\" = 'Delhi';"} +{"question_id": 4780, "table_id": "2-10777895-2", "question": "What is the IATA code for the city with ICAO code of RCMQ?", "sql": "SELECT \"IATA\" FROM \"2-10777895-2\" WHERE \"ICAO\" = 'RCMQ';"} +{"question_id": 4781, "table_id": "2-10777895-2", "question": "What is the airport with ICAO code of WMKP?", "sql": "SELECT \"Airport\" FROM \"2-10777895-2\" WHERE \"ICAO\" = 'WMKP';"} +{"question_id": 4782, "table_id": "2-10777895-2", "question": "What is the IATA code for Shahjalal International Airport?", "sql": "SELECT \"IATA\" FROM \"2-10777895-2\" WHERE \"Airport\" = 'Shahjalal International Airport';"} +{"question_id": 4783, "table_id": "2-10777895-2", "question": "What is the ICAO for the airport in Ningbo?", "sql": "SELECT \"ICAO\" FROM \"2-10777895-2\" WHERE \"City\" = 'Ningbo';"} +{"question_id": 4784, "table_id": "2-1076869-4", "question": "What is the BB PoP of the song with a CB CW of 1, RIAA of P and was released more recently than 1976?", "sql": "SELECT \"BB Pop\" FROM \"2-1076869-4\" WHERE \"CB CW\" = '1' AND \"Year\" > 1976.0 AND \"RIAA\" = 'P';"} +{"question_id": 4785, "table_id": "2-1076869-4", "question": "What is the CB CW of the song which has a BB Pop of 11?", "sql": "SELECT \"CB CW\" FROM \"2-1076869-4\" WHERE \"BB Pop\" = '11';"} +{"question_id": 4786, "table_id": "2-10773753-11", "question": "What was the crowd numbers when the VFL played Victoria Park?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10773753-11\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4787, "table_id": "2-10773753-11", "question": "When the VFL played at Junction Oval what was the away score?", "sql": "SELECT \"Away team score\" FROM \"2-10773753-11\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 4788, "table_id": "2-10766119-8", "question": "Who was the away team for the game played in front of more than 41402 fans?", "sql": "SELECT \"Away team\" FROM \"2-10766119-8\" WHERE \"Crowd\" > 41402.0;"} +{"question_id": 4789, "table_id": "2-10766119-8", "question": "What Home team played Richmond?", "sql": "SELECT \"Home team\" FROM \"2-10766119-8\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 4790, "table_id": "2-10766119-8", "question": "What is Melbourne's home venue?", "sql": "SELECT \"Venue\" FROM \"2-10766119-8\" WHERE \"Home team\" = 'Melbourne';"} +{"question_id": 4791, "table_id": "2-10595672-1", "question": "Was the game home or away when the record is 6-12?", "sql": "SELECT \"Home / Away\" FROM \"2-10595672-1\" WHERE \"Record\" = '6-12';"} +{"question_id": 4792, "table_id": "2-10595672-1", "question": "What is the date of the Away game at the Blue Cross Arena?", "sql": "SELECT \"Date\" FROM \"2-10595672-1\" WHERE \"Home / Away\" = 'Away' AND \"Location/Attendance\" = 'Blue Cross Arena';"} +{"question_id": 4793, "table_id": "2-10672380-1", "question": "What is the week for the stadium that had an attendance of 22,286?", "sql": "SELECT AVG(\"Week\") FROM \"2-10672380-1\" WHERE \"Attendance\" = '22,286';"} +{"question_id": 4794, "table_id": "2-10566391-7", "question": "How many assists for player(s) with over 107 games and ranked less than 2?", "sql": "SELECT COUNT(\"Total Assists\") FROM \"2-10566391-7\" WHERE \"Games\" > 107.0 AND \"Rank\" < 2.0;"} +{"question_id": 4795, "table_id": "2-10566391-7", "question": "What is the total number of assists for players with under 55 games and over 6 assists per game average?", "sql": "SELECT SUM(\"Total Assists\") FROM \"2-10566391-7\" WHERE \"Ast. Avg.\" > 6.0 AND \"Games\" < 55.0;"} +{"question_id": 4796, "table_id": "2-10566391-7", "question": "What is the average rank for players with less than 2.9 Assists per game?", "sql": "SELECT AVG(\"Rank\") FROM \"2-10566391-7\" WHERE \"Ast. Avg.\" < 2.9;"} +{"question_id": 4797, "table_id": "2-10663439-2", "question": "What circuit had an Ensign N180 as the winning car in round 5?", "sql": "SELECT \"Circuit\" FROM \"2-10663439-2\" WHERE \"Winning car\" = 'Ensign N180' AND \"Round\" = 5.0;"} +{"question_id": 4798, "table_id": "2-10663439-2", "question": "How many rounds total were there on may 31?", "sql": "SELECT COUNT(\"Round\") FROM \"2-10663439-2\" WHERE \"Date\" = 'may 31';"} +{"question_id": 4799, "table_id": "2-10663439-2", "question": "What was the average round for the Oulton Park circuit?", "sql": "SELECT AVG(\"Round\") FROM \"2-10663439-2\" WHERE \"Circuit\" = 'Oulton Park';"} +{"question_id": 4800, "table_id": "2-10701045-6", "question": "What was the crowd size at the match that had an away team score of 6.8 (44)?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10701045-6\" WHERE \"Away team score\" = '6.8 (44)';"} +{"question_id": 4801, "table_id": "2-10701045-6", "question": "Who was the opposing team at the match played at the Arden Street Oval?", "sql": "SELECT \"Away team\" FROM \"2-10701045-6\" WHERE \"Venue\" = 'Arden Street Oval';"} +{"question_id": 4802, "table_id": "2-10701045-6", "question": "What was the opposing team's score at the match that was played at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10701045-6\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4803, "table_id": "2-10701045-6", "question": "Of the matches that had a home team score of 13.17 (95), which match had the largest crowd?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10701045-6\" WHERE \"Home team score\" = '13.17 (95)';"} +{"question_id": 4804, "table_id": "2-10701045-6", "question": "Which venue did the match where Collingwood was the home team take place?", "sql": "SELECT \"Venue\" FROM \"2-10701045-6\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 4805, "table_id": "2-10773753-2", "question": "How many games did the home team score 16.16 (112)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10773753-2\" WHERE \"Home team score\" = '16.16 (112)';"} +{"question_id": 4806, "table_id": "2-10773753-2", "question": "Who is the away side when North Melbourne is the home side?", "sql": "SELECT \"Away team\" FROM \"2-10773753-2\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 4807, "table_id": "2-10774891-5", "question": "How many games feature hawthorn as the away squad?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10774891-5\" WHERE \"Away team\" = 'hawthorn';"} +{"question_id": 4808, "table_id": "2-10774891-5", "question": "What is the home team's score when the away team scores 9.14 (68)?", "sql": "SELECT \"Home team score\" FROM \"2-10774891-5\" WHERE \"Away team score\" = '9.14 (68)';"} +{"question_id": 4809, "table_id": "2-10600564-2", "question": "What Nationality has a Time of 9:01.70?", "sql": "SELECT \"Nationality\" FROM \"2-10600564-2\" WHERE \"Time\" = '9:01.70';"} +{"question_id": 4810, "table_id": "2-10600564-2", "question": "What is Sun Yang's lowest rank?", "sql": "SELECT MIN(\"Rank\") FROM \"2-10600564-2\" WHERE \"Name\" = 'Sun Yang';"} +{"question_id": 4811, "table_id": "2-10600564-2", "question": "What is the rank for Heat : Lane of 4 : 1?", "sql": "SELECT \"Rank\" FROM \"2-10600564-2\" WHERE \"Heat : Lane\" = '4 : 1';"} +{"question_id": 4812, "table_id": "2-10600564-2", "question": "How many ranks have a ationality of canada, and a Time of dns?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-10600564-2\" WHERE \"Nationality\" = 'canada' AND \"Time\" = 'dns';"} +{"question_id": 4813, "table_id": "2-10775890-4", "question": "What was the away team when the home team scored 7.13 (55)?", "sql": "SELECT \"Away team\" FROM \"2-10775890-4\" WHERE \"Home team score\" = '7.13 (55)';"} +{"question_id": 4814, "table_id": "2-10775890-4", "question": "Who played Fitzroy at their own home?", "sql": "SELECT \"Home team score\" FROM \"2-10775890-4\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 4815, "table_id": "2-10775890-4", "question": "What team plays at home at Lake Oval?", "sql": "SELECT \"Home team\" FROM \"2-10775890-4\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 4816, "table_id": "2-10775890-4", "question": "What was Melbourne's score as the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10775890-4\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 4817, "table_id": "2-10775890-4", "question": "On what date was the match played in Victoria Park?", "sql": "SELECT \"Date\" FROM \"2-10775890-4\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4818, "table_id": "2-10773616-10", "question": "What is the away team's score when the home team scores 18.12 (120)?", "sql": "SELECT \"Away team\" FROM \"2-10773616-10\" WHERE \"Home team score\" = '18.12 (120)';"} +{"question_id": 4819, "table_id": "2-10773616-10", "question": "How many attended the game when the away team's score is 10.19 (79)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10773616-10\" WHERE \"Away team score\" = '10.19 (79)';"} +{"question_id": 4820, "table_id": "2-10773616-10", "question": "What is the away team's score when Geelong is the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10773616-10\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4821, "table_id": "2-10773616-10", "question": "What is the away team's score when South Melbourne is the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10773616-10\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 4822, "table_id": "2-10560574-2", "question": "What was the result of the film made before 2005, winner of the Robert Award, in the category of Best Actress?", "sql": "SELECT \"Result\" FROM \"2-10560574-2\" WHERE \"Category\" = 'Best Actress' AND \"Year\" < 2005.0 AND \"Award\" = 'Robert Award';"} +{"question_id": 4823, "table_id": "2-10560574-2", "question": "What was the result of the Bodil Award winning film from before 2005 in the Best Actress category?", "sql": "SELECT \"Result\" FROM \"2-10560574-2\" WHERE \"Award\" = 'Bodil Award' AND \"Category\" = 'Best Actress' AND \"Year\" = 2005.0;"} +{"question_id": 4824, "table_id": "2-10560574-2", "question": "What category is the nominated work of Cecilie, winner of the Robert Award?", "sql": "SELECT \"Category\" FROM \"2-10560574-2\" WHERE \"Nominated Work\" = 'Cecilie' AND \"Award\" = 'Robert Award';"} +{"question_id": 4825, "table_id": "2-10774891-17", "question": "Who was the away team at Victoria Park?", "sql": "SELECT \"Away team\" FROM \"2-10774891-17\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 4826, "table_id": "2-10774891-17", "question": "What is the date of the game where Footscray was the away team?", "sql": "SELECT \"Date\" FROM \"2-10774891-17\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 4827, "table_id": "2-10774891-17", "question": "Who is the away team that scored 10.13 (73)?", "sql": "SELECT \"Away team\" FROM \"2-10774891-17\" WHERE \"Away team score\" = '10.13 (73)';"} +{"question_id": 4828, "table_id": "2-10652292-2", "question": "What week did they have a Bye?", "sql": "SELECT \"Week\" FROM \"2-10652292-2\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 4829, "table_id": "2-10774891-15", "question": "How many people watch at western oval venue?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10774891-15\" WHERE \"Venue\" = 'western oval';"} +{"question_id": 4830, "table_id": "2-10775038-12", "question": "How many people are in the crowd in south melbourne?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10775038-12\" WHERE \"Home team\" = 'south melbourne';"} +{"question_id": 4831, "table_id": "2-10775038-12", "question": "What was the highest crowd at Windy Hill?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10775038-12\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 4832, "table_id": "2-10775038-12", "question": "How many people saw the game that had a score of 15.10 (100)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10775038-12\" WHERE \"Home team score\" = '15.10 (100)';"} +{"question_id": 4833, "table_id": "2-10775038-12", "question": "How many people at arden street oval?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10775038-12\" WHERE \"Venue\" = 'arden street oval';"} +{"question_id": 4834, "table_id": "2-10775038-12", "question": "What was the Home team score against an Away team score of 8.15 (63)?", "sql": "SELECT \"Home team score\" FROM \"2-10775038-12\" WHERE \"Away team score\" = '8.15 (63)';"} +{"question_id": 4835, "table_id": "2-1057183-3", "question": "Which Neck has a Bullet of 10.566 (.416), and a Base of 14.78 (.582)?", "sql": "SELECT \"Neck\" FROM \"2-1057183-3\" WHERE \"Bullet\" = '10.566 (.416)' AND \"Base\" = '14.78 (.582)';"} +{"question_id": 4836, "table_id": "2-1057183-3", "question": "Which Case Length has a Base of 14.96 (.589)?", "sql": "SELECT \"Case Length\" FROM \"2-1057183-3\" WHERE \"Base\" = '14.96 (.589)';"} +{"question_id": 4837, "table_id": "2-1057183-3", "question": "A .416 Barrett has which Case Length?", "sql": "SELECT \"Case Length\" FROM \"2-1057183-3\" WHERE \"Name\" = '.416 Barrett';"} +{"question_id": 4838, "table_id": "2-1057183-3", "question": "Which Name has a Case Length of 73.99 (2.913)?", "sql": "SELECT \"Name\" FROM \"2-1057183-3\" WHERE \"Case Length\" = '73.99 (2.913)';"} +{"question_id": 4839, "table_id": "2-1057183-3", "question": "Which Base has a Name of .44 WCF?", "sql": "SELECT \"Base\" FROM \"2-1057183-3\" WHERE \"Name\" = '.44 WCF';"} +{"question_id": 4840, "table_id": "2-1057183-3", "question": "Which Name has a Bullett of 10.57 (.416) and a Base of 14.96 (.589)?", "sql": "SELECT \"Name\" FROM \"2-1057183-3\" WHERE \"Bullet\" = '10.57 (.416)' AND \"Base\" = '14.96 (.589)';"} +{"question_id": 4841, "table_id": "2-10773616-3", "question": "When Richmond was the home team, what was the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10773616-3\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 4842, "table_id": "2-10773616-3", "question": "At what venue was the away team score 3.11 (29)?", "sql": "SELECT \"Venue\" FROM \"2-10773616-3\" WHERE \"Away team score\" = '3.11 (29)';"} +{"question_id": 4843, "table_id": "2-10773616-3", "question": "What was the highest crowd size at Windy Hill?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10773616-3\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 4844, "table_id": "2-10773616-3", "question": "When the away team was Geelong, what was the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10773616-3\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4845, "table_id": "2-10560886-3", "question": "Who is the player in the Center position from 2006 with nationality of the United States?", "sql": "SELECT \"Player\" FROM \"2-10560886-3\" WHERE \"Nationality\" = 'United States' AND \"Position\" = 'Center' AND \"From\" = 2006.0;"} +{"question_id": 4846, "table_id": "2-10560886-3", "question": "When England is the nationality what is the year from?", "sql": "SELECT \"From\" FROM \"2-10560886-3\" WHERE \"Nationality\" = 'England';"} +{"question_id": 4847, "table_id": "2-10560886-3", "question": "What is the nationality with a Forward position from a year after 2005?", "sql": "SELECT \"Nationality\" FROM \"2-10560886-3\" WHERE \"Position\" = 'Forward' AND \"From\" > 2005.0;"} +{"question_id": 4848, "table_id": "2-10776868-12", "question": "Which away team had a score of 11.7 (73)?", "sql": "SELECT \"Away team\" FROM \"2-10776868-12\" WHERE \"Away team score\" = '11.7 (73)';"} +{"question_id": 4849, "table_id": "2-10776868-12", "question": "Which crowd totals have away team scores of 16.6 (102)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10776868-12\" WHERE \"Away team score\" = '16.6 (102)';"} +{"question_id": 4850, "table_id": "2-10776868-12", "question": "When did the home team of Richmond play?", "sql": "SELECT \"Date\" FROM \"2-10776868-12\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 4851, "table_id": "2-10648431-3", "question": "How many golds for Canada (12 total)?", "sql": "SELECT \"Gold\" FROM \"2-10648431-3\" WHERE \"Total\" > 12.0 AND \"Nation\" = 'Canada';"} +{"question_id": 4852, "table_id": "2-10646561-1", "question": "What was the team's record after week 7 with 28,161 attending?", "sql": "SELECT \"Record\" FROM \"2-10646561-1\" WHERE \"Week\" > 7.0 AND \"Attenmdance\" = '28,161';"} +{"question_id": 4853, "table_id": "2-10646561-1", "question": "What was the attendance at War Memorial Stadium?", "sql": "SELECT \"Attenmdance\" FROM \"2-10646561-1\" WHERE \"Stadium\" = 'War Memorial Stadium';"} +{"question_id": 4854, "table_id": "2-10648190-3", "question": "How many silver medals did the country that won 20 gold medals win in the 1955 Pan American Games?", "sql": "SELECT SUM(\"Silver\") FROM \"2-10648190-3\" WHERE \"Gold\" = 20.0;"} +{"question_id": 4855, "table_id": "2-10660351-3", "question": "What team had 159 laps and a Time/Retired of 6:30:02.3733?", "sql": "SELECT \"Team\" FROM \"2-10660351-3\" WHERE \"Laps\" = 159.0 AND \"Time/Retired\" = '6:30:02.3733';"} +{"question_id": 4856, "table_id": "2-10660351-3", "question": "What team had less than 159 laps and a time or retired time of 4:00:30.7537 (retired - fire)?", "sql": "SELECT \"Name\" FROM \"2-10660351-3\" WHERE \"Laps\" < 159.0 AND \"Time/Retired\" = '4:00:30.7537 (retired - fire)';"} +{"question_id": 4857, "table_id": "2-10651080-2", "question": "What was the score of the Browns game against the San Francisco 49ers?", "sql": "SELECT \"Result\" FROM \"2-10651080-2\" WHERE \"Opponent\" = 'San Francisco 49ers';"} +{"question_id": 4858, "table_id": "2-10747009-1", "question": "What was the home teams score at Victoria Park when attendance was more than 12000?", "sql": "SELECT \"Home team score\" FROM \"2-10747009-1\" WHERE \"Crowd\" > 12000.0 AND \"Venue\" = 'Victoria Park';"} +{"question_id": 4859, "table_id": "2-10713126-2", "question": "What was the final score for Aguilar when he played Hans Podlipnik on Clay and was Runner-up?", "sql": "SELECT \"Score\" FROM \"2-10713126-2\" WHERE \"Surface\" = 'Clay' AND \"Opponent\" = 'Hans Podlipnik' AND \"Outcome\" = 'Runner-up';"} +{"question_id": 4860, "table_id": "2-10652011-1", "question": "What round is highest and has a defensive tackle position and overall lower than 282?", "sql": "SELECT MAX(\"Round\") FROM \"2-10652011-1\" WHERE \"Position\" = 'defensive tackle' AND \"Overall\" < 282.0;"} +{"question_id": 4861, "table_id": "2-10652011-1", "question": "What position is the round higher than 15 and has an overall of 411.", "sql": "SELECT \"Position\" FROM \"2-10652011-1\" WHERE \"Round\" > 15.0 AND \"Overall\" = 411.0;"} +{"question_id": 4862, "table_id": "2-10767118-16", "question": "What is the name of the away team with Glenferrie Oval venue?", "sql": "SELECT \"Away team\" FROM \"2-10767118-16\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 4863, "table_id": "2-10637415-10", "question": "What stadium is in Penrith?", "sql": "SELECT \"Stadium\" FROM \"2-10637415-10\" WHERE \"City\" = 'Penrith';"} +{"question_id": 4864, "table_id": "2-10637415-10", "question": "What day did they play in Central Park stadium?", "sql": "SELECT \"Date\" FROM \"2-10637415-10\" WHERE \"Stadium\" = 'Central Park';"} +{"question_id": 4865, "table_id": "2-10640687-18", "question": "What is the lowest attendance when Footscray is the away team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10640687-18\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 4866, "table_id": "2-10640687-18", "question": "What venue featured Essendon as home team?", "sql": "SELECT \"Venue\" FROM \"2-10640687-18\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 4867, "table_id": "2-10640687-18", "question": "What is the sum of crowd(s) at Princes Park?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10640687-18\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 4868, "table_id": "2-10640687-18", "question": "What is the away team that scored 10.13 (73)?", "sql": "SELECT \"Away team\" FROM \"2-10640687-18\" WHERE \"Away team score\" = '10.13 (73)';"} +{"question_id": 4869, "table_id": "2-10640687-18", "question": "What is the away team that features a home team of South Melbourne?", "sql": "SELECT \"Away team score\" FROM \"2-10640687-18\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 4870, "table_id": "2-10640687-18", "question": "What is the smallest crowd when Collingwood is home team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10640687-18\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 4871, "table_id": "2-10651104-1", "question": "During which round was the first Defensive End with an overall rank larger than 186 drafted?", "sql": "SELECT MIN(\"Round\") FROM \"2-10651104-1\" WHERE \"Overall\" > 186.0 AND \"Position\" = 'Defensive End';"} +{"question_id": 4872, "table_id": "2-10516034-1", "question": "What is the highest number of losses with 23 points and 22 plays?", "sql": "SELECT MAX(\"Lost\") FROM \"2-10516034-1\" WHERE \"Points\" = 23.0 AND \"Played\" > 22.0;"} +{"question_id": 4873, "table_id": "2-10516034-1", "question": "What is the sum of goals scored for the al wahda team with less than 4 drawn and more than 22 plays?", "sql": "SELECT SUM(\"Goals For\") FROM \"2-10516034-1\" WHERE \"Drawn\" < 4.0 AND \"Team\" = 'al wahda' AND \"Played\" > 22.0;"} +{"question_id": 4874, "table_id": "2-10516034-1", "question": "How many goals scored against the opposing team occurred with more than 7 losses, less than 27 goals scored for the team and drawn more than 1?", "sql": "SELECT COUNT(\"Goals Against\") FROM \"2-10516034-1\" WHERE \"Lost\" > 7.0 AND \"Goals For\" < 27.0 AND \"Drawn\" > 1.0;"} +{"question_id": 4875, "table_id": "2-10516034-1", "question": "What is the highest number of plays when drawn is more than 4, more than 30 points were earned, and 37 goals scored for the team?", "sql": "SELECT MAX(\"Played\") FROM \"2-10516034-1\" WHERE \"Drawn\" > 4.0 AND \"Goals For\" = 37.0 AND \"Points\" > 30.0;"} +{"question_id": 4876, "table_id": "2-10766119-11", "question": "What was Geelong's score when they were the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10766119-11\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 4877, "table_id": "2-10766119-11", "question": "What was the score of Richmond when they were the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10766119-11\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 4878, "table_id": "2-10747009-8", "question": "What is the home team's score at Punt Road Oval in front of over 17000?", "sql": "SELECT \"Home team score\" FROM \"2-10747009-8\" WHERE \"Crowd\" > 17000.0 AND \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4879, "table_id": "2-10747009-8", "question": "What is the away team's score at Brunswick Street Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10747009-8\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 4880, "table_id": "2-10747009-8", "question": "What is the smallest crowd at Punt Road Oval?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10747009-8\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 4881, "table_id": "2-10747009-8", "question": "What day does the away side score 7.16 (58)?", "sql": "SELECT \"Date\" FROM \"2-10747009-8\" WHERE \"Away team score\" = '7.16 (58)';"} +{"question_id": 4882, "table_id": "2-105344-2", "question": "What was the earliest year that had more than 105579 flying hours and a seat factor of 68%?", "sql": "SELECT MIN(\"Year\") FROM \"2-105344-2\" WHERE \"Seat factor\" = '68%' AND \"Flying hours\" > 105579.0;"} +{"question_id": 4883, "table_id": "2-10511967-1", "question": "What player played for the Balmain Tigers?", "sql": "SELECT \"Player\" FROM \"2-10511967-1\" WHERE \"Club\" = 'Balmain Tigers';"} +{"question_id": 4884, "table_id": "2-10511967-1", "question": "What was the nationality of Five-Eighth player Darren Lockyer?", "sql": "SELECT \"Nationality\" FROM \"2-10511967-1\" WHERE \"Player\" = 'Darren Lockyer' AND \"Position\" = 'Five-Eighth';"} +{"question_id": 4885, "table_id": "2-10511967-1", "question": "What nationality did Greg Inglis hold?", "sql": "SELECT \"Nationality\" FROM \"2-10511967-1\" WHERE \"Player\" = 'Greg Inglis';"} +{"question_id": 4886, "table_id": "2-10539018-2", "question": "Where was the match played in 1998?", "sql": "SELECT \"Location\" FROM \"2-10539018-2\" WHERE \"Year\" = 1998.0;"} +{"question_id": 4887, "table_id": "2-10701914-15", "question": "What was Footscray's Home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10701914-15\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 4888, "table_id": "2-10701914-15", "question": "Who faced Collingwood as an away team?", "sql": "SELECT \"Away team\" FROM \"2-10701914-15\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 4889, "table_id": "2-10710662-2", "question": "How many total points belong to the team with a goal difference of 8?", "sql": "SELECT SUM(\"Points\") FROM \"2-10710662-2\" WHERE \"Goal Difference\" = 8.0;"} +{"question_id": 4890, "table_id": "2-1054817-1", "question": "What K League classic had less than 10 teams?", "sql": "SELECT \"K League Classic\" FROM \"2-1054817-1\" WHERE \"Teams\" < 10.0;"} +{"question_id": 4891, "table_id": "2-1054817-1", "question": "How many teams played before 2008, had a K League Classic of Runners-up, and a Manager of Kim Ho?", "sql": "SELECT SUM(\"Teams\") FROM \"2-1054817-1\" WHERE \"Season\" < 2008.0 AND \"K League Classic\" = 'Runners-up' AND \"Manager\" = 'Kim Ho';"} +{"question_id": 4892, "table_id": "2-10767641-17", "question": "What was the score of the away team at Junction Oval venue?", "sql": "SELECT \"Away team score\" FROM \"2-10767641-17\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 4893, "table_id": "2-10767641-17", "question": "When Collingwood was the home team who was the opposing away team?", "sql": "SELECT \"Away team\" FROM \"2-10767641-17\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 4894, "table_id": "2-10767641-17", "question": "What is the team score of the away team at Junction Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10767641-17\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 4895, "table_id": "2-10775890-18", "question": "What team is from Lake Oval?", "sql": "SELECT \"Home team\" FROM \"2-10775890-18\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 4896, "table_id": "2-10775890-18", "question": "How many people watch an away team score 6.9 (45)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10775890-18\" WHERE \"Away team score\" = '6.9 (45)';"} +{"question_id": 4897, "table_id": "2-10775890-18", "question": "Who played a home team that scored 18.9 (117)?", "sql": "SELECT \"Away team score\" FROM \"2-10775890-18\" WHERE \"Home team score\" = '18.9 (117)';"} +{"question_id": 4898, "table_id": "2-10775890-18", "question": "When did a home team score 9.9 (63)?", "sql": "SELECT \"Date\" FROM \"2-10775890-18\" WHERE \"Home team score\" = '9.9 (63)';"} +{"question_id": 4899, "table_id": "2-10775890-18", "question": "Who played a home team that scored 9.16 (70)?", "sql": "SELECT \"Away team\" FROM \"2-10775890-18\" WHERE \"Home team score\" = '9.16 (70)';"} +{"question_id": 4900, "table_id": "2-1059743-6", "question": "Who is the runner-up for Ilhwa Chunma?", "sql": "SELECT \"Runner-up\" FROM \"2-1059743-6\" WHERE \"Winner\" = 'Ilhwa Chunma';"} +{"question_id": 4901, "table_id": "2-10766119-10", "question": "What was the attendance when Collingwood was the away team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10766119-10\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4902, "table_id": "2-10766119-10", "question": "What was the attendance of the Hawthorn as the away team?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10766119-10\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 4903, "table_id": "2-10766119-10", "question": "Where did Richmond play as the home team?", "sql": "SELECT \"Venue\" FROM \"2-10766119-10\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 4904, "table_id": "2-10560886-16", "question": "What position was played ealier then 2004?", "sql": "SELECT \"Position\" FROM \"2-10560886-16\" WHERE \"From\" < 2004.0;"} +{"question_id": 4905, "table_id": "2-10560886-16", "question": "What is the nationality of the player listed that played in 1996?", "sql": "SELECT \"Nationality\" FROM \"2-10560886-16\" WHERE \"From\" = 1996.0;"} +{"question_id": 4906, "table_id": "2-10560886-16", "question": "What year is listed for the player who played at UCLA?", "sql": "SELECT SUM(\"From\") FROM \"2-10560886-16\" WHERE \"School/Country\" = 'UCLA';"} +{"question_id": 4907, "table_id": "2-10746808-18", "question": "What home team has a home team score of 15.14 (104)?", "sql": "SELECT \"Home team\" FROM \"2-10746808-18\" WHERE \"Home team score\" = '15.14 (104)';"} +{"question_id": 4908, "table_id": "2-10746808-18", "question": "What is the home team score for the game with the away team Carlton?", "sql": "SELECT \"Home team score\" FROM \"2-10746808-18\" WHERE \"Away team\" = 'Carlton';"} +{"question_id": 4909, "table_id": "2-10746808-18", "question": "What is the away team for the game at Windy Hill?", "sql": "SELECT \"Away team\" FROM \"2-10746808-18\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 4910, "table_id": "2-10746808-18", "question": "What is the away team with the score 13.15 (93) ?", "sql": "SELECT \"Away team\" FROM \"2-10746808-18\" WHERE \"Away team score\" = '13.15 (93)';"} +{"question_id": 4911, "table_id": "2-10508125-1", "question": "For the race held on 10/08/86, what was the circuit?", "sql": "SELECT \"Circuit\" FROM \"2-10508125-1\" WHERE \"Date\" = '10/08/86';"} +{"question_id": 4912, "table_id": "2-10508125-1", "question": "What circuit saw Cabin Racing as the winning team?", "sql": "SELECT \"Circuit\" FROM \"2-10508125-1\" WHERE \"Winning team\" = 'Cabin Racing';"} +{"question_id": 4913, "table_id": "2-10508125-1", "question": "Who was the winning driver driving the winning car March - Honda 86J, with the winning team Team Nova?", "sql": "SELECT \"Winning driver\" FROM \"2-10508125-1\" WHERE \"Winning car\" = 'March - Honda 86J' AND \"Winning team\" = 'Team Nova';"} +{"question_id": 4914, "table_id": "2-10756909-1", "question": "Which Lane had a 50m Split of 25.8?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-10756909-1\" WHERE \"50m Split\" = 25.8;"} +{"question_id": 4915, "table_id": "2-10756909-1", "question": "Who was in Lane 5?", "sql": "SELECT \"Name\" FROM \"2-10756909-1\" WHERE \"Lane\" = 5.0;"} +{"question_id": 4916, "table_id": "2-10756909-1", "question": "What was Arkady Vyatchanin's time?", "sql": "SELECT \"Time\" FROM \"2-10756909-1\" WHERE \"Name\" = 'Arkady Vyatchanin';"} +{"question_id": 4917, "table_id": "2-10783853-16", "question": "What is the away team's score when North Melbourne is the home team?", "sql": "SELECT \"Away team score\" FROM \"2-10783853-16\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 4918, "table_id": "2-10783853-16", "question": "What is the away team's score when the Home team score is 19.15 (129)?", "sql": "SELECT \"Away team score\" FROM \"2-10783853-16\" WHERE \"Home team score\" = '19.15 (129)';"} +{"question_id": 4919, "table_id": "2-10783853-16", "question": "What is the smallest crowd with Fitzroy as the home team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10783853-16\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 4920, "table_id": "2-10783853-16", "question": "What is the away team's score when the away side scores 8.7 (55)?", "sql": "SELECT \"Home team score\" FROM \"2-10783853-16\" WHERE \"Away team score\" = '8.7 (55)';"} +{"question_id": 4921, "table_id": "2-10650523-1", "question": "What school did the Linebacker who was drafted after round 8 come from?", "sql": "SELECT \"School/Club Team\" FROM \"2-10650523-1\" WHERE \"Round\" > 8.0 AND \"Position\" = 'Linebacker';"} +{"question_id": 4922, "table_id": "2-1074629-10", "question": "How many pens does Siaosi Atiola have?", "sql": "SELECT \"Pens\" FROM \"2-1074629-10\" WHERE \"Player\" = 'Siaosi Atiola';"} +{"question_id": 4923, "table_id": "2-1074629-10", "question": "What pens have a draw of 0 when the player is Sione Mafi Pahulu?", "sql": "SELECT \"Pens\" FROM \"2-1074629-10\" WHERE \"Draw\" = '0' AND \"Player\" = 'Sione Mafi Pahulu';"} +{"question_id": 4924, "table_id": "2-1074629-10", "question": "What is the lost for span 2006- when conv is 0?", "sql": "SELECT \"Lost\" FROM \"2-1074629-10\" WHERE \"Conv\" = '0' AND \"Span\" = '2006-';"} +{"question_id": 4925, "table_id": "2-1074629-10", "question": "What is the draw with drop and pens 0 in 1995?", "sql": "SELECT \"Draw\" FROM \"2-1074629-10\" WHERE \"Drop\" = '0' AND \"Pens\" = '0' AND \"Span\" = '1995';"} +{"question_id": 4926, "table_id": "2-1074629-10", "question": "How many tries does Fakahau Valu have?", "sql": "SELECT \"Tries\" FROM \"2-1074629-10\" WHERE \"Player\" = 'Fakahau Valu';"} +{"question_id": 4927, "table_id": "2-10659676-1", "question": "What school did the Punter picked after 101 attend?", "sql": "SELECT \"College\" FROM \"2-10659676-1\" WHERE \"Pick\" > 101.0 AND \"Position\" = 'Punter';"} +{"question_id": 4928, "table_id": "2-10659676-1", "question": "What player was picked 176?", "sql": "SELECT \"Player\" FROM \"2-10659676-1\" WHERE \"Pick\" = 176.0;"} +{"question_id": 4929, "table_id": "2-10659676-1", "question": "What player was drafted 252?", "sql": "SELECT \"Player\" FROM \"2-10659676-1\" WHERE \"Pick\" = 252.0;"} +{"question_id": 4930, "table_id": "2-10775038-9", "question": "What away team scored 6.22 (58)?", "sql": "SELECT \"Away team\" FROM \"2-10775038-9\" WHERE \"Away team score\" = '6.22 (58)';"} +{"question_id": 4931, "table_id": "2-10775038-9", "question": "What is the venue where Collingwood played as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10775038-9\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 4932, "table_id": "2-10775038-9", "question": "What is the date of the game where South Melbourne was the away team?", "sql": "SELECT \"Date\" FROM \"2-10775038-9\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 4933, "table_id": "2-1498073-3", "question": "What is the average number of laps when the country was NL and the race number was smaller than 8?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1498073-3\" WHERE \"Race Number\" < 8.0 AND \"Country\" = 'NL';"} +{"question_id": 4934, "table_id": "2-148420-1", "question": "What is the total number of E edges of the polyhedra with vertices V greater than 20?", "sql": "SELECT COUNT(\"Edges E\") FROM \"2-148420-1\" WHERE \"Vertices V\" > 20.0;"} +{"question_id": 4935, "table_id": "2-148420-1", "question": "What is the lowest Euler characteristic: V-E+F of a hexahedron or cube, which has less than 20 faces F, less than 30 edges E, and less than 8 vertices V?", "sql": "SELECT MIN(\"Euler characteristic: V − E + F\") FROM \"2-148420-1\" WHERE \"Faces F\" < 20.0 AND \"Edges E\" < 30.0 AND \"Name\" = 'hexahedron or cube' AND \"Vertices V\" < 8.0;"} +{"question_id": 4936, "table_id": "2-13564702-4", "question": "What are the points for the Seven Sisters RFC club?", "sql": "SELECT \"Points\" FROM \"2-13564702-4\" WHERE \"Club\" = 'Seven Sisters RFC';"} +{"question_id": 4937, "table_id": "2-13564702-4", "question": "How many tries were for the 7 lost?", "sql": "SELECT \"Tries for\" FROM \"2-13564702-4\" WHERE \"Lost\" = '7';"} +{"question_id": 4938, "table_id": "2-13564702-4", "question": "How many tries had a losing bonus of 5, and were part of the Maesteg Celtic RFC club?", "sql": "SELECT \"Tries for\" FROM \"2-13564702-4\" WHERE \"Losing bonus\" = '5' AND \"Club\" = 'Maesteg Celtic RFC';"} +{"question_id": 4939, "table_id": "2-13564702-4", "question": "What was lost against 383 points?", "sql": "SELECT \"Lost\" FROM \"2-13564702-4\" WHERE \"Points against\" = '383';"} +{"question_id": 4940, "table_id": "2-15039040-6", "question": "What's the rank for Daewoo Business Center when the notes are Cancelled?", "sql": "SELECT \"Rank\" FROM \"2-15039040-6\" WHERE \"Notes\" = 'Cancelled' AND \"Name\" = 'Daewoo Business Center';"} +{"question_id": 4941, "table_id": "2-15039040-6", "question": "How many floors have a Height m / feet of 900 / 2,952?", "sql": "SELECT \"Floors\" FROM \"2-15039040-6\" WHERE \"Height m / feet\" = '900 / 2,952';"} +{"question_id": 4942, "table_id": "2-15039040-6", "question": "What is the height for Shanghai X-1 Financial Building?", "sql": "SELECT \"Height m / feet\" FROM \"2-15039040-6\" WHERE \"Name\" = 'Shanghai X-1 Financial Building';"} +{"question_id": 4943, "table_id": "2-15039040-6", "question": "What is the rank for the 96 floors?", "sql": "SELECT \"Rank\" FROM \"2-15039040-6\" WHERE \"Floors\" = '96';"} +{"question_id": 4944, "table_id": "2-14685380-1", "question": "What was the score for the tournament that had a winner's share of $50,000?", "sql": "SELECT \"Score\" FROM \"2-14685380-1\" WHERE \"Winner's share ( $ )\" = '50,000';"} +{"question_id": 4945, "table_id": "2-14685380-1", "question": "What date was the tournament that had a winner's share of $28,000?", "sql": "SELECT \"Date\" FROM \"2-14685380-1\" WHERE \"Winner's share ( $ )\" = '28,000';"} +{"question_id": 4946, "table_id": "2-15061857-2", "question": "On what Date is the Circuit at Sandown Raceway?", "sql": "SELECT \"Date\" FROM \"2-15061857-2\" WHERE \"Circuit\" = 'Sandown Raceway';"} +{"question_id": 4947, "table_id": "2-15061857-2", "question": "What is the City/State of the Oran Park race?", "sql": "SELECT \"City / State\" FROM \"2-15061857-2\" WHERE \"Race Title\" = 'Oran Park';"} +{"question_id": 4948, "table_id": "2-15061857-2", "question": "In what City/State did John Bowe win at Phillip Island Grand Prix Circuit?", "sql": "SELECT \"City / State\" FROM \"2-15061857-2\" WHERE \"Winner\" = 'John Bowe' AND \"Circuit\" = 'Phillip Island Grand Prix Circuit';"} +{"question_id": 4949, "table_id": "2-13599687-24", "question": "Which season has a percentage of 13.56%?", "sql": "SELECT \"Seasons\" FROM \"2-13599687-24\" WHERE \"Percentage\" = '13.56%';"} +{"question_id": 4950, "table_id": "2-13599687-24", "question": "How many poles has a percentage of 22.08%?", "sql": "SELECT SUM(\"Poles\") FROM \"2-13599687-24\" WHERE \"Percentage\" = '22.08%';"} +{"question_id": 4951, "table_id": "2-13599687-24", "question": "How many poles does driver Nelson Piquet have?", "sql": "SELECT SUM(\"Poles\") FROM \"2-13599687-24\" WHERE \"Driver\" = 'Nelson Piquet';"} +{"question_id": 4952, "table_id": "2-15019672-21", "question": "How much Loss has an Avg/G larger than 129.2?", "sql": "SELECT COUNT(\"Loss\") FROM \"2-15019672-21\" WHERE \"Avg/G\" > 129.2;"} +{"question_id": 4953, "table_id": "2-15019672-21", "question": "Which Loss is the lowest one that has an Avg/G of 3.5, and a Gain smaller than 42?", "sql": "SELECT MIN(\"Loss\") FROM \"2-15019672-21\" WHERE \"Avg/G\" = 3.5 AND \"Gain\" < 42.0;"} +{"question_id": 4954, "table_id": "2-15019672-21", "question": "How much Avg/G has a Loss larger than 117, and a Name of opponents, and a Gain smaller than 2444?", "sql": "SELECT COUNT(\"Avg/G\") FROM \"2-15019672-21\" WHERE \"Loss\" > 117.0 AND \"Name\" = 'opponents' AND \"Gain\" < 2444.0;"} +{"question_id": 4955, "table_id": "2-15019672-21", "question": "How much Avg/G has a Long of 51, and a Loss of 333, and a Gain larger than 2013?", "sql": "SELECT COUNT(\"Avg/G\") FROM \"2-15019672-21\" WHERE \"Long\" = 51.0 AND \"Loss\" = 333.0 AND \"Gain\" > 2013.0;"} +{"question_id": 4956, "table_id": "2-15019672-21", "question": "How much Avg/G has a Name of robert marve, and a Gain smaller than 236?", "sql": "SELECT SUM(\"Avg/G\") FROM \"2-15019672-21\" WHERE \"Name\" = 'robert marve' AND \"Gain\" < 236.0;"} +{"question_id": 4957, "table_id": "2-151387-2", "question": "What is the score where Saint-Amant Lost the match?", "sql": "SELECT \"Score\" FROM \"2-151387-2\" WHERE \"Opponent\" = 'Saint-Amant' AND \"Result\" = 'Lost';"} +{"question_id": 4958, "table_id": "2-151387-2", "question": "Where was the match located when the odds were P + 1 and the score was 1/3?", "sql": "SELECT \"Location\" FROM \"2-151387-2\" WHERE \"Odds\" = 'P + 1' AND \"Score\" = '1/3';"} +{"question_id": 4959, "table_id": "2-151387-2", "question": "What was the score for an N/A location with the odds of P + 1?", "sql": "SELECT \"Result\" FROM \"2-151387-2\" WHERE \"Location\" = 'N/A' AND \"Odds\" = 'P + 1';"} +{"question_id": 4960, "table_id": "2-151387-2", "question": "What was the score for a game with the odds of P + 2 after 1847?", "sql": "SELECT \"Score\" FROM \"2-151387-2\" WHERE \"Odds\" = 'P + 2' AND \"Date\" > 1847.0;"} +{"question_id": 4961, "table_id": "2-151387-2", "question": "What was the date of a game that had the odds of Q Rook?", "sql": "SELECT AVG(\"Date\") FROM \"2-151387-2\" WHERE \"Odds\" = 'Q Rook';"} +{"question_id": 4962, "table_id": "2-14323142-16", "question": "What is the nationality of the player in round 7?", "sql": "SELECT \"Nationality\" FROM \"2-14323142-16\" WHERE \"Round\" = '7';"} +{"question_id": 4963, "table_id": "2-14323142-16", "question": "Which player is from the United States, and played for the Bowling Green Falcons (CCHA) as their College/Junior/Club Team (League)?", "sql": "SELECT \"Player\" FROM \"2-14323142-16\" WHERE \"Nationality\" = 'United States' AND \"College/Junior/Club Team (League)\" = 'Bowling Green Falcons (CCHA)';"} +{"question_id": 4964, "table_id": "2-14323142-16", "question": "Which College/Junior/Club Team (League) did the player in round 6 play for?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-14323142-16\" WHERE \"Round\" = '6';"} +{"question_id": 4965, "table_id": "2-14323142-16", "question": "What round did Jamie Cooke play in?", "sql": "SELECT \"Round\" FROM \"2-14323142-16\" WHERE \"Player\" = 'Jamie Cooke';"} +{"question_id": 4966, "table_id": "2-14342210-2", "question": "What are the average points White made with 0 extra points?", "sql": "SELECT AVG(\"Points\") FROM \"2-14342210-2\" WHERE \"Extra points\" = 0.0 AND \"Player\" = 'White';"} +{"question_id": 4967, "table_id": "2-14342210-2", "question": "How many points does sweeley have, with less than 0 Field goals?", "sql": "SELECT SUM(\"Points\") FROM \"2-14342210-2\" WHERE \"Player\" = 'sweeley' AND \"Field goals\" < 0.0;"} +{"question_id": 4968, "table_id": "2-14342210-2", "question": "Who had the most touchdowns with more than 0 Field goals?", "sql": "SELECT MAX(\"Touchdowns\") FROM \"2-14342210-2\" WHERE \"Field goals\" > 0.0;"} +{"question_id": 4969, "table_id": "2-14036681-3", "question": "When was the game at the home of the Los Angeles Kings?", "sql": "SELECT \"Date\" FROM \"2-14036681-3\" WHERE \"Home\" = 'Los Angeles Kings';"} +{"question_id": 4970, "table_id": "2-14036681-3", "question": "On April 22 when the Los Angeles Kings where visitors what was the record?", "sql": "SELECT \"Record\" FROM \"2-14036681-3\" WHERE \"Visitor\" = 'Los Angeles Kings' AND \"Date\" = 'April 22';"} +{"question_id": 4971, "table_id": "2-15100419-12", "question": "Tell me the name for round of 1", "sql": "SELECT \"Name\" FROM \"2-15100419-12\" WHERE \"Round\" = 1.0;"} +{"question_id": 4972, "table_id": "2-15100419-12", "question": "Name the sum of pick # for round less than 1", "sql": "SELECT SUM(\"Pick #\") FROM \"2-15100419-12\" WHERE \"Round\" < 1.0;"} +{"question_id": 4973, "table_id": "2-15100419-12", "question": "Name the total number of overall for brent hawkins and pick # more than 28", "sql": "SELECT COUNT(\"Overall\") FROM \"2-15100419-12\" WHERE \"Name\" = 'brent hawkins' AND \"Pick #\" > 28.0;"} +{"question_id": 4974, "table_id": "2-15272585-10", "question": "What is the value in 2012 if it is 2R in 2013, 1R in 2005, and 1R in 2008?", "sql": "SELECT \"2012\" FROM \"2-15272585-10\" WHERE \"2013\" = '2R' AND \"2005\" = '1R' AND \"2008\" = '1R';"} +{"question_id": 4975, "table_id": "2-15272585-10", "question": "What is the value in 2006 when it is Grand Slam Tournaments in 2012?", "sql": "SELECT \"2006\" FROM \"2-15272585-10\" WHERE \"2012\" = 'Grand Slam Tournaments';"} +{"question_id": 4976, "table_id": "2-15272585-10", "question": "Which tournament has a value of 2R in 2008?", "sql": "SELECT \"Tournament\" FROM \"2-15272585-10\" WHERE \"2008\" = '2R';"} +{"question_id": 4977, "table_id": "2-15272585-10", "question": "What is the value in 2008 when 1R is 2009 and 3R?", "sql": "SELECT \"2008\" FROM \"2-15272585-10\" WHERE \"2009\" = '1R' AND \"2006\" = '3R';"} +{"question_id": 4978, "table_id": "2-15272585-10", "question": "Which tournament has a 1R value in 2007 and 2009?", "sql": "SELECT \"Tournament\" FROM \"2-15272585-10\" WHERE \"2007\" = '1R' AND \"2009\" = '1R';"} +{"question_id": 4979, "table_id": "2-15272585-10", "question": "What is the value in 2013 when it is 1R in 2007 and 2009?", "sql": "SELECT \"2013\" FROM \"2-15272585-10\" WHERE \"2007\" = '1R' AND \"2009\" = '1R';"} +{"question_id": 4980, "table_id": "2-1402013-1", "question": "How did michelle do in Archery?", "sql": "SELECT AVG(\"Michelle\") FROM \"2-1402013-1\" WHERE \"Discipline\" = 'Archery';"} +{"question_id": 4981, "table_id": "2-13538796-1", "question": "What City is the JAL Hotel in?", "sql": "SELECT \"City\" FROM \"2-13538796-1\" WHERE \"Name\" = 'JAL Hotel';"} +{"question_id": 4982, "table_id": "2-1451730-4", "question": "How did he win with a time of 0:38?", "sql": "SELECT \"Method\" FROM \"2-1451730-4\" WHERE \"Time\" = '0:38';"} +{"question_id": 4983, "table_id": "2-1451730-4", "question": "Who did he fight in Rumble of the Kings 6?", "sql": "SELECT \"Opponent\" FROM \"2-1451730-4\" WHERE \"Event\" = 'Rumble of the Kings 6';"} +{"question_id": 4984, "table_id": "2-1451730-4", "question": "How long was the match with Jaime Fletcher?", "sql": "SELECT \"Time\" FROM \"2-1451730-4\" WHERE \"Opponent\" = 'Jaime Fletcher';"} +{"question_id": 4985, "table_id": "2-13788187-2", "question": "The team Glenn Seton Racing has a circuit at the Lakeside International Raceway, what is the location and state?", "sql": "SELECT \"Location / State\" FROM \"2-13788187-2\" WHERE \"Team\" = 'Glenn Seton Racing' AND \"Circuit\" = 'Lakeside International Raceway';"} +{"question_id": 4986, "table_id": "2-13788187-2", "question": "What location and state has a circuit of Phillip Island Grand Prix Circuit?", "sql": "SELECT \"Location / State\" FROM \"2-13788187-2\" WHERE \"Circuit\" = 'Phillip Island Grand Prix Circuit';"} +{"question_id": 4987, "table_id": "2-1358608-4", "question": "with race of Ranvet Stakes what is the group?", "sql": "SELECT \"Group\" FROM \"2-1358608-4\" WHERE \"Race\" = 'Ranvet Stakes';"} +{"question_id": 4988, "table_id": "2-14553797-1", "question": "Which Slalom has a Giant Slalom of 8?", "sql": "SELECT \"Slalom\" FROM \"2-14553797-1\" WHERE \"Giant Slalom\" = '8';"} +{"question_id": 4989, "table_id": "2-14553797-1", "question": "Which Slalom has a Downhill of 4?", "sql": "SELECT \"Slalom\" FROM \"2-14553797-1\" WHERE \"Downhill\" = '4';"} +{"question_id": 4990, "table_id": "2-14874370-1", "question": "What Version has a Remixed by Perky Park with a Length of 6:38?", "sql": "SELECT \"Version\" FROM \"2-14874370-1\" WHERE \"Remixed by\" = 'Perky Park' AND \"Length\" = '6:38';"} +{"question_id": 4991, "table_id": "2-14874370-1", "question": "What is the total number of Year that has an Album of RemixeS?", "sql": "SELECT SUM(\"Year\") FROM \"2-14874370-1\" WHERE \"Album\" = 'RemixeS';"} +{"question_id": 4992, "table_id": "2-14874370-1", "question": "What is listed for the Lengtht that has a Version of Single version?", "sql": "SELECT \"Length\" FROM \"2-14874370-1\" WHERE \"Version\" = 'Single version';"} +{"question_id": 4993, "table_id": "2-15093704-2", "question": "what is the sum of attendance of week 11", "sql": "SELECT SUM(\"Attendance\") FROM \"2-15093704-2\" WHERE \"Week\" = 11.0;"} +{"question_id": 4994, "table_id": "2-14305653-67", "question": "Which opponent had a result of 0:1?", "sql": "SELECT \"Opponent\" FROM \"2-14305653-67\" WHERE \"Results¹\" = '0:1';"} +{"question_id": 4995, "table_id": "2-14305653-67", "question": "When was the game played in Zagreb?", "sql": "SELECT \"Date\" FROM \"2-14305653-67\" WHERE \"City\" = 'Zagreb';"} +{"question_id": 4996, "table_id": "2-14305653-67", "question": "Which opponent played a 1990 WCQ type of game, where the results were 0:0?", "sql": "SELECT \"Opponent\" FROM \"2-14305653-67\" WHERE \"Type of game\" = '1990 WCQ' AND \"Results¹\" = '0:0';"} +{"question_id": 4997, "table_id": "2-14305653-67", "question": "When was the game played against Norway with a result of 1:0?", "sql": "SELECT \"Date\" FROM \"2-14305653-67\" WHERE \"Opponent\" = 'Norway' AND \"Results¹\" = '1:0';"} +{"question_id": 4998, "table_id": "2-14611688-3", "question": "the sum of Events that has a Rank larger than 5 is 3", "sql": "SELECT SUM(\"Events\") FROM \"2-14611688-3\" WHERE \"Rank\" > 5.0;"} +{"question_id": 4999, "table_id": "2-15116675-3", "question": "Who was Alicja Rosolska Partnered with when the Score in Final was 4–6, 3–6?", "sql": "SELECT \"Partnered with\" FROM \"2-15116675-3\" WHERE \"Score in Final\" = '4–6, 3–6';"} +{"question_id": 5000, "table_id": "2-15116675-3", "question": "On what Date was the Score in Final 6–3, 6–3?", "sql": "SELECT \"Date\" FROM \"2-15116675-3\" WHERE \"Score in Final\" = '6–3, 6–3';"} +{"question_id": 5001, "table_id": "2-15116675-3", "question": "What was the Opponents in Final during the match with a Score in Final of 6–4, 3–6, 5–7?", "sql": "SELECT \"Opponents in Final\" FROM \"2-15116675-3\" WHERE \"Score in Final\" = '6–4, 3–6, 5–7';"} +{"question_id": 5002, "table_id": "2-14040750-2", "question": "How many seasons took place in aspen, usa?", "sql": "SELECT COUNT(\"Season\") FROM \"2-14040750-2\" WHERE \"Location\" = 'aspen, usa';"} +{"question_id": 5003, "table_id": "2-14040750-2", "question": "Which place was earned on 12 Feb 2012?", "sql": "SELECT \"Place\" FROM \"2-14040750-2\" WHERE \"Date\" = '12 Feb 2012';"} +{"question_id": 5004, "table_id": "2-14040750-2", "question": "Where was the race on 28 Dec 2010 held?", "sql": "SELECT \"Location\" FROM \"2-14040750-2\" WHERE \"Date\" = '28 Dec 2010';"} +{"question_id": 5005, "table_id": "2-1362405-1", "question": "What is the overall length with a designation of S-8KO?", "sql": "SELECT \"Length overall\" FROM \"2-1362405-1\" WHERE \"Designation\" = 'S-8KO';"} +{"question_id": 5006, "table_id": "2-1362405-1", "question": "What designation has a launch weight of 11.3kg?", "sql": "SELECT \"Designation\" FROM \"2-1362405-1\" WHERE \"Launch weight\" = '11.3kg';"} +{"question_id": 5007, "table_id": "2-1362405-1", "question": "What type has an overall length of 1.605 m?", "sql": "SELECT \"Type\" FROM \"2-1362405-1\" WHERE \"Length overall\" = '1.605 m';"} +{"question_id": 5008, "table_id": "2-14342480-15", "question": "How many touchdowns were made where field goals were less than 0?", "sql": "SELECT SUM(\"Touchdowns\") FROM \"2-14342480-15\" WHERE \"Field goals\" < 0.0;"} +{"question_id": 5009, "table_id": "2-14342480-15", "question": "While Duncan Thompson played, how many points did he have where there were 0 field goals, 0 extra points, and more than 9 touchdowns?", "sql": "SELECT AVG(\"Points\") FROM \"2-14342480-15\" WHERE \"Field goals\" = 0.0 AND \"Touchdowns\" > 9.0 AND \"Extra points\" = 0.0 AND \"Player\" = 'Duncan Thompson';"} +{"question_id": 5010, "table_id": "2-14342480-15", "question": "When herb graver played, how many field goals were made when there were more than 50 points, less than 15 touchdowns, and more than 0 extra points?", "sql": "SELECT AVG(\"Field goals\") FROM \"2-14342480-15\" WHERE \"Points\" > 50.0 AND \"Extra points\" > 0.0 AND \"Player\" = 'herb graver' AND \"Touchdowns\" < 15.0;"} +{"question_id": 5011, "table_id": "2-14342480-15", "question": "How many field goals were there, where the points where less than 45 and there were less than 15 touchdowns?", "sql": "SELECT AVG(\"Field goals\") FROM \"2-14342480-15\" WHERE \"Touchdowns\" < 15.0 AND \"Points\" < 45.0;"} +{"question_id": 5012, "table_id": "2-14584481-1", "question": "What is the position of the race with a point of Test driver?", "sql": "SELECT \"Position\" FROM \"2-14584481-1\" WHERE \"Points\" = 'Test driver';"} +{"question_id": 5013, "table_id": "2-14584481-1", "question": "How many wins did team Kolles & Heinz Union, with f/laps of 0, have in the Formula Three Euroseries?", "sql": "SELECT \"Wins\" FROM \"2-14584481-1\" WHERE \"F/Laps\" = '0' AND \"Series\" = 'Formula Three Euroseries' AND \"Team\" = 'Kolles & Heinz Union';"} +{"question_id": 5014, "table_id": "2-14584481-1", "question": "Which series has 4 f/laps?", "sql": "SELECT \"Series\" FROM \"2-14584481-1\" WHERE \"F/Laps\" = '4';"} +{"question_id": 5015, "table_id": "2-14584481-1", "question": "How many wins did Team Autotecnica, with 0 podiums, have?", "sql": "SELECT \"Wins\" FROM \"2-14584481-1\" WHERE \"Podiums\" = '0' AND \"Team\" = 'Team Autotecnica';"} +{"question_id": 5016, "table_id": "2-14584481-1", "question": "How many races had 10.5 points?", "sql": "SELECT \"Races\" FROM \"2-14584481-1\" WHERE \"Points\" = '10.5';"} +{"question_id": 5017, "table_id": "2-14584481-1", "question": "How many wins did the team with 5 podiums have?", "sql": "SELECT \"Wins\" FROM \"2-14584481-1\" WHERE \"Podiums\" = '5';"} +{"question_id": 5018, "table_id": "2-14877573-1", "question": "What is recorded as the lowest Round for the Player Jim Thompson?", "sql": "SELECT MIN(\"Round\") FROM \"2-14877573-1\" WHERE \"Player\" = 'Jim Thompson';"} +{"question_id": 5019, "table_id": "2-14877573-1", "question": "What is the highest Round that has a Position of Tackle and the Player Fred Neilsen?", "sql": "SELECT MAX(\"Round\") FROM \"2-14877573-1\" WHERE \"Position\" = 'Tackle' AND \"Player\" = 'Fred Neilsen';"} +{"question_id": 5020, "table_id": "2-14877573-1", "question": "What Position has a Round of 27?", "sql": "SELECT \"Position\" FROM \"2-14877573-1\" WHERE \"Round\" = 27.0;"} +{"question_id": 5021, "table_id": "2-14206085-4", "question": "Name the sum of drawn for points less than 6 and games more than 8", "sql": "SELECT SUM(\"Drawn\") FROM \"2-14206085-4\" WHERE \"Points\" < 6.0 AND \"Games\" > 8.0;"} +{"question_id": 5022, "table_id": "2-14407512-3", "question": "Which Rank is the lowest one that has a Nationality of slo, and a 1st (m) larger than 125?", "sql": "SELECT MIN(\"Rank\") FROM \"2-14407512-3\" WHERE \"Nationality\" = 'slo' AND \"1st (m)\" > 125.0;"} +{"question_id": 5023, "table_id": "2-14407512-3", "question": "Which Rank is the highest one that has Points of 248, and a 1st (m) larger than 123.5?", "sql": "SELECT MAX(\"Rank\") FROM \"2-14407512-3\" WHERE \"Points\" = 248.0 AND \"1st (m)\" > 123.5;"} +{"question_id": 5024, "table_id": "2-14407512-3", "question": "Which 2nd (m) has a Rank larger than 1, and an Overall WC points (Rank) of 99 (8), and Points larger than 246.9?", "sql": "SELECT SUM(\"2nd (m)\") FROM \"2-14407512-3\" WHERE \"Rank\" > 1.0 AND \"Overall WC points (Rank)\" = '99 (8)' AND \"Points\" > 246.9;"} +{"question_id": 5025, "table_id": "2-14407512-3", "question": "How much Rank has a 1st (m) of 127?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-14407512-3\" WHERE \"1st (m)\" = 127.0;"} +{"question_id": 5026, "table_id": "2-14407512-3", "question": "Which Points is the lowest one that has a Name of wolfgang loitzl, and a 2nd (m) smaller than 126.5?", "sql": "SELECT MIN(\"Points\") FROM \"2-14407512-3\" WHERE \"Name\" = 'wolfgang loitzl' AND \"2nd (m)\" < 126.5;"} +{"question_id": 5027, "table_id": "2-14349165-2", "question": "How much Displacement (tons) has an Armament of 2 x -inch (mm), 16 x -inch (mm)?", "sql": "SELECT COUNT(\"Displacement (tons)\") FROM \"2-14349165-2\" WHERE \"Armament\" = '2 x -inch (mm), 16 x -inch (mm)';"} +{"question_id": 5028, "table_id": "2-15218850-2", "question": "Which Opponent has a Round larger than 1, and an Event of King of the Cage 31?", "sql": "SELECT \"Opponent\" FROM \"2-15218850-2\" WHERE \"Round\" > 1.0 AND \"Event\" = 'King of the Cage 31';"} +{"question_id": 5029, "table_id": "2-15218850-2", "question": "Which Time has a Round larger than 1, and an Event of Total Fighting Alliance 2?", "sql": "SELECT \"Time\" FROM \"2-15218850-2\" WHERE \"Round\" > 1.0 AND \"Event\" = 'Total Fighting Alliance 2';"} +{"question_id": 5030, "table_id": "2-15218850-2", "question": "Which res has a Record of 3-0?", "sql": "SELECT \"Res.\" FROM \"2-15218850-2\" WHERE \"Record\" = '3-0';"} +{"question_id": 5031, "table_id": "2-15218850-2", "question": "Which Location has an Event of King of the Cage: Flash Point?", "sql": "SELECT \"Location\" FROM \"2-15218850-2\" WHERE \"Event\" = 'King of the Cage: Flash Point';"} +{"question_id": 5032, "table_id": "2-14050964-6", "question": "Who were the opposing team when a Loss was listed with Lowe (1-4)?", "sql": "SELECT \"Opponent\" FROM \"2-14050964-6\" WHERE \"Loss\" = 'Lowe (1-4)';"} +{"question_id": 5033, "table_id": "2-1461444-1", "question": "What body styles have 6/75 as the model?", "sql": "SELECT \"Body Styles\" FROM \"2-1461444-1\" WHERE \"Model\" = '6/75';"} +{"question_id": 5034, "table_id": "2-1461444-1", "question": "What body styles have DeVaux-Hall inline 6 as the engine?", "sql": "SELECT \"Body Styles\" FROM \"2-1461444-1\" WHERE \"Engine\" = 'DeVaux-Hall inline 6';"} +{"question_id": 5035, "table_id": "2-1461444-1", "question": "What model has De Vaux Continental as the make?", "sql": "SELECT \"Model\" FROM \"2-1461444-1\" WHERE \"Make\" = 'De Vaux Continental';"} +{"question_id": 5036, "table_id": "2-1461444-1", "question": "What wheelbase has Sport Coupe (4p.) as the body style?", "sql": "SELECT \"Wheelbase\" FROM \"2-1461444-1\" WHERE \"Body Styles\" = 'Sport Coupe (4p.)';"} +{"question_id": 5037, "table_id": "2-14209289-3", "question": "What was the score when the home team was Toronto?", "sql": "SELECT \"Score\" FROM \"2-14209289-3\" WHERE \"Home\" = 'Toronto';"} +{"question_id": 5038, "table_id": "2-14209289-3", "question": "What was the record when Minnesota was the home team?", "sql": "SELECT \"Record\" FROM \"2-14209289-3\" WHERE \"Home\" = 'Minnesota';"} +{"question_id": 5039, "table_id": "2-14176339-4", "question": "Which city held the game in Old Trafford before 1907 when the Opposition was Sussex?", "sql": "SELECT \"City\" FROM \"2-14176339-4\" WHERE \"Year\" < 1907.0 AND \"Venue\" = 'Old Trafford' AND \"Opposition\" = 'Sussex';"} +{"question_id": 5040, "table_id": "2-14176339-4", "question": "What was the score when the opposition was Sussex after 1890?", "sql": "SELECT \"Score\" FROM \"2-14176339-4\" WHERE \"Opposition\" = 'Sussex' AND \"Year\" > 1890.0;"} +{"question_id": 5041, "table_id": "2-14176339-4", "question": "What city had a score of 20 in Aigburth after 1907?", "sql": "SELECT \"City\" FROM \"2-14176339-4\" WHERE \"Year\" > 1907.0 AND \"Score\" > 20.0 AND \"Venue\" = 'Aigburth';"} +{"question_id": 5042, "table_id": "2-14176339-4", "question": "What was the score when the opposition was Sussex in Liverpool?", "sql": "SELECT SUM(\"Score\") FROM \"2-14176339-4\" WHERE \"Opposition\" = 'Sussex' AND \"City\" = 'Liverpool';"} +{"question_id": 5043, "table_id": "2-15236220-4", "question": "What is Director Erik Matti's Producer?", "sql": "SELECT \"Producer\" FROM \"2-15236220-4\" WHERE \"Director\" = 'Erik Matti';"} +{"question_id": 5044, "table_id": "2-15236220-4", "question": "What is Director Bona Fajardo's Producer?", "sql": "SELECT \"Producer\" FROM \"2-15236220-4\" WHERE \"Director\" = 'Bona Fajardo';"} +{"question_id": 5045, "table_id": "2-15236220-4", "question": "What is the Producer on December 25, 2006?", "sql": "SELECT \"Producer\" FROM \"2-15236220-4\" WHERE \"Year\" = 'December 25, 2006';"} +{"question_id": 5046, "table_id": "2-15236220-4", "question": "What Title has a Role of Mylene?", "sql": "SELECT \"Title\" FROM \"2-15236220-4\" WHERE \"Role\" = 'Mylene';"} +{"question_id": 5047, "table_id": "2-15236220-4", "question": "In what Year is there a Role of (cameo)?", "sql": "SELECT \"Year\" FROM \"2-15236220-4\" WHERE \"Role\" = '(cameo)';"} +{"question_id": 5048, "table_id": "2-13813368-3", "question": "On what date was the result 106-105?", "sql": "SELECT \"Date\" FROM \"2-13813368-3\" WHERE \"Result\" = '106-105';"} +{"question_id": 5049, "table_id": "2-13813368-3", "question": "What was the result for Portland at home on June 12?", "sql": "SELECT \"Result\" FROM \"2-13813368-3\" WHERE \"Home Team\" = 'Portland' AND \"Date\" = 'June 12';"} +{"question_id": 5050, "table_id": "2-13813368-3", "question": "Who was the home team with a result of 105-99?", "sql": "SELECT \"Home Team\" FROM \"2-13813368-3\" WHERE \"Result\" = '105-99';"} +{"question_id": 5051, "table_id": "2-13813368-3", "question": "On what date was Game 1?", "sql": "SELECT \"Date\" FROM \"2-13813368-3\" WHERE \"Game\" = 'Game 1';"} +{"question_id": 5052, "table_id": "2-13813368-3", "question": "On what date was Game 3?", "sql": "SELECT \"Date\" FROM \"2-13813368-3\" WHERE \"Game\" = 'Game 3';"} +{"question_id": 5053, "table_id": "2-13813368-3", "question": "On what date was Portland on the road for Game 2?", "sql": "SELECT \"Date\" FROM \"2-13813368-3\" WHERE \"Road Team\" = 'Portland' AND \"Game\" = 'Game 2';"} +{"question_id": 5054, "table_id": "2-15240821-3", "question": "What was the highest number of games played when they had over 14 against and 3 losses?", "sql": "SELECT MAX(\"Played\") FROM \"2-15240821-3\" WHERE \"Against\" > 14.0 AND \"Lost\" = 3.0;"} +{"question_id": 5055, "table_id": "2-15240821-3", "question": "What was the position for team corinthians with over 14 against?", "sql": "SELECT AVG(\"Position\") FROM \"2-15240821-3\" WHERE \"Team\" = 'corinthians' AND \"Against\" > 14.0;"} +{"question_id": 5056, "table_id": "2-15240821-3", "question": "How many games played for team bangu with under 15 against, and over 9 points?", "sql": "SELECT MAX(\"Played\") FROM \"2-15240821-3\" WHERE \"Against\" < 15.0 AND \"Team\" = 'bangu' AND \"Points\" > 9.0;"} +{"question_id": 5057, "table_id": "2-14305653-69", "question": "When is Northern Ireland the opponent?", "sql": "SELECT \"Date\" FROM \"2-14305653-69\" WHERE \"Opponent\" = 'Northern Ireland';"} +{"question_id": 5058, "table_id": "2-13625399-1", "question": "Name the length for class of GTS-2 and date of October 8", "sql": "SELECT \"Length\" FROM \"2-13625399-1\" WHERE \"Class\" = 'GTS-2' AND \"Date\" = 'October 8';"} +{"question_id": 5059, "table_id": "2-13625399-1", "question": "Name the circuit with class of GTS", "sql": "SELECT \"Circuit\" FROM \"2-13625399-1\" WHERE \"Class\" = 'GTS';"} +{"question_id": 5060, "table_id": "2-13625399-1", "question": "Name the length for All class and date of March 18", "sql": "SELECT \"Length\" FROM \"2-13625399-1\" WHERE \"Class\" = 'All' AND \"Date\" = 'March 18';"} +{"question_id": 5061, "table_id": "2-13619105-3", "question": "How many Games has a Team of chicago?", "sql": "SELECT COUNT(\"Game\") FROM \"2-13619105-3\" WHERE \"Team\" = 'chicago';"} +{"question_id": 5062, "table_id": "2-13619105-3", "question": "What is the High points of Charles Oakley , Kevin Willis (11)?", "sql": "SELECT \"High points\" FROM \"2-13619105-3\" WHERE \"High rebounds\" = 'Charles Oakley , Kevin Willis (11)';"} +{"question_id": 5063, "table_id": "2-13619105-3", "question": "Which Game has a Score of W 90–82 (OT)?", "sql": "SELECT \"Game\" FROM \"2-13619105-3\" WHERE \"Score\" = 'W 90–82 (OT)';"} +{"question_id": 5064, "table_id": "2-13619105-3", "question": "What is the High rebounds of Washington Team?", "sql": "SELECT \"High rebounds\" FROM \"2-13619105-3\" WHERE \"Team\" = 'Washington';"} +{"question_id": 5065, "table_id": "2-13619105-3", "question": "What is the sum of Game on February 28?", "sql": "SELECT SUM(\"Game\") FROM \"2-13619105-3\" WHERE \"Date\" = 'February 28';"} +{"question_id": 5066, "table_id": "2-14611720-3", "question": "Which Country has a number of Wins larger than 2?", "sql": "SELECT \"Country\" FROM \"2-14611720-3\" WHERE \"Wins\" > 2.0;"} +{"question_id": 5067, "table_id": "2-14707564-5", "question": "What ranking has the nationality of Spain and the goals of 26?", "sql": "SELECT \"Ranking\" FROM \"2-14707564-5\" WHERE \"Nationality\" = 'Spain' AND \"Goals\" = 26.0;"} +{"question_id": 5068, "table_id": "2-14707564-5", "question": "What name is the goals of 25?", "sql": "SELECT \"Name\" FROM \"2-14707564-5\" WHERE \"Goals\" = 25.0;"} +{"question_id": 5069, "table_id": "2-13742683-4", "question": "what's the grid with time +37.949?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-13742683-4\" WHERE \"Time\" = '+37.949';"} +{"question_id": 5070, "table_id": "2-13742683-4", "question": "what driver has 12 in grid?", "sql": "SELECT \"Driver\" FROM \"2-13742683-4\" WHERE \"Grid\" = 12.0;"} +{"question_id": 5071, "table_id": "2-13742683-4", "question": "what is the highest grid for New Zealand?", "sql": "SELECT MAX(\"Grid\") FROM \"2-13742683-4\" WHERE \"Team\" = 'New Zealand';"} +{"question_id": 5072, "table_id": "2-13742683-4", "question": "what team has +1'25.337 for the time?", "sql": "SELECT \"Team\" FROM \"2-13742683-4\" WHERE \"Time\" = '+1''25.337';"} +{"question_id": 5073, "table_id": "2-14068325-1", "question": "WhAt wAs the result At A ArenA, the SL leAgue, And A mAtch number over 16?", "sql": "SELECT \"Result\" FROM \"2-14068325-1\" WHERE \"Arena\" = 'A' AND \"League\" = 'SL' AND \"Match\" > 16.0;"} +{"question_id": 5074, "table_id": "2-13991411-2", "question": "Opponent of @ Atlanta Flames had what game?", "sql": "SELECT \"Game\" FROM \"2-13991411-2\" WHERE \"Opponent\" = '@ Atlanta Flames';"} +{"question_id": 5075, "table_id": "2-13991411-2", "question": "Record of 3-3-1 had what lowest game?", "sql": "SELECT MIN(\"Game\") FROM \"2-13991411-2\" WHERE \"Record\" = '3-3-1';"} +{"question_id": 5076, "table_id": "2-13552019-4", "question": "What was the date when the game had a save by Aguilera (5)?", "sql": "SELECT \"Date\" FROM \"2-13552019-4\" WHERE \"Save\" = 'Aguilera (5)';"} +{"question_id": 5077, "table_id": "2-13552019-4", "question": "What was the Save in the game that has a Loss of Sanderson (6-5)?", "sql": "SELECT \"Save\" FROM \"2-13552019-4\" WHERE \"Loss\" = 'Sanderson (6-5)';"} +{"question_id": 5078, "table_id": "2-14639984-3", "question": "Which Wins have a Rank of 3?", "sql": "SELECT AVG(\"Wins\") FROM \"2-14639984-3\" WHERE \"Rank\" = 3.0;"} +{"question_id": 5079, "table_id": "2-14639984-3", "question": "Which Events have a Player of tom kite, and Earnings ($) smaller than 760405?", "sql": "SELECT AVG(\"Events\") FROM \"2-14639984-3\" WHERE \"Player\" = 'tom kite' AND \"Earnings ( $ )\" < 760405.0;"} +{"question_id": 5080, "table_id": "2-14639984-3", "question": "Which events have a Rank of 1?", "sql": "SELECT \"Events\" FROM \"2-14639984-3\" WHERE \"Rank\" = 1.0;"} +{"question_id": 5081, "table_id": "2-15184672-1", "question": "Name the 8:00 for 10:00 of The Practice", "sql": "SELECT \"8:00\" FROM \"2-15184672-1\" WHERE \"10:00\" = 'The Practice';"} +{"question_id": 5082, "table_id": "2-15184672-1", "question": "Name the 10:30 for 8:00 of Charmed", "sql": "SELECT \"10:30\" FROM \"2-15184672-1\" WHERE \"8:00\" = 'Charmed';"} +{"question_id": 5083, "table_id": "2-15184672-1", "question": "Name the 7:00 for 8:00 of Charmed", "sql": "SELECT \"7:00\" FROM \"2-15184672-1\" WHERE \"8:00\" = 'Charmed';"} +{"question_id": 5084, "table_id": "2-14342367-2", "question": "What is the fewest Points that has willie heston as Player and less than 3 as Touchdowns?", "sql": "SELECT MIN(\"Points\") FROM \"2-14342367-2\" WHERE \"Player\" = 'willie heston' AND \"Touchdowns\" < 3.0;"} +{"question_id": 5085, "table_id": "2-14313164-1", "question": "What is the Departure time at Rajendranagar Terminal?", "sql": "SELECT \"Departure\" FROM \"2-14313164-1\" WHERE \"Station Name\" = 'Rajendranagar Terminal';"} +{"question_id": 5086, "table_id": "2-14313164-1", "question": "What is the Station Code of the Destination Station Departure?", "sql": "SELECT \"Station Code\" FROM \"2-14313164-1\" WHERE \"Departure\" = 'Destination Station';"} +{"question_id": 5087, "table_id": "2-14313164-1", "question": "At what Platform is the Departure 18:00?", "sql": "SELECT \"Platform\" FROM \"2-14313164-1\" WHERE \"Departure\" = '18:00';"} +{"question_id": 5088, "table_id": "2-14313164-1", "question": "What is the Station Name of the Arrival Starting Station?", "sql": "SELECT \"Station Name\" FROM \"2-14313164-1\" WHERE \"Arrival\" = 'Starting Station';"} +{"question_id": 5089, "table_id": "2-14313164-1", "question": "What is the Arrival time of the Patna Junction Station?", "sql": "SELECT \"Arrival\" FROM \"2-14313164-1\" WHERE \"Station Name\" = 'Patna Junction';"} +{"question_id": 5090, "table_id": "2-14313164-1", "question": "What Station Name has an Arrival time of 01:10?", "sql": "SELECT \"Station Name\" FROM \"2-14313164-1\" WHERE \"Arrival\" = '01:10';"} +{"question_id": 5091, "table_id": "2-13821868-8", "question": "What was the score for the game against the New Jersey Nets?", "sql": "SELECT \"Score\" FROM \"2-13821868-8\" WHERE \"Opponent\" = 'New Jersey Nets';"} +{"question_id": 5092, "table_id": "2-13821868-8", "question": "On which date was the game played against the Milwaukee Bucks?", "sql": "SELECT \"Date\" FROM \"2-13821868-8\" WHERE \"Opponent\" = 'Milwaukee Bucks';"} +{"question_id": 5093, "table_id": "2-14305653-49", "question": "What was the result of the game against Luxembourg?", "sql": "SELECT \"Results¹\" FROM \"2-14305653-49\" WHERE \"Opponent\" = 'Luxembourg';"} +{"question_id": 5094, "table_id": "2-14305653-49", "question": "When did the city of Novi Sad participate?", "sql": "SELECT \"Date\" FROM \"2-14305653-49\" WHERE \"City\" = 'Novi Sad';"} +{"question_id": 5095, "table_id": "2-13844424-1", "question": "Who played women's doubles in 1936?", "sql": "SELECT \"Women's doubles\" FROM \"2-13844424-1\" WHERE \"Year\" = '1936';"} +{"question_id": 5096, "table_id": "2-14944169-1", "question": "What was the result for the game at Memorial Stadium in week 15?", "sql": "SELECT \"Result\" FROM \"2-14944169-1\" WHERE \"Game Site\" = 'Memorial Stadium' AND \"Week\" = 15.0;"} +{"question_id": 5097, "table_id": "2-14306821-10", "question": "Which Series has a Score of 0–6?", "sql": "SELECT \"Series\" FROM \"2-14306821-10\" WHERE \"Score\" = '0–6';"} +{"question_id": 5098, "table_id": "2-14306821-10", "question": "Which Series has a Game larger than 1, and a Date of April 18?", "sql": "SELECT \"Series\" FROM \"2-14306821-10\" WHERE \"Game\" > 1.0 AND \"Date\" = 'April 18';"} +{"question_id": 5099, "table_id": "2-14306821-10", "question": "Which Series has an Opponent of New York Rangers, and a Score of 3–2 OT?", "sql": "SELECT \"Series\" FROM \"2-14306821-10\" WHERE \"Opponent\" = 'New York Rangers' AND \"Score\" = '3–2 OT';"} +{"question_id": 5100, "table_id": "2-14306821-10", "question": "Which Series has an Opponent of @ New York Rangers, and a Date of April 22?", "sql": "SELECT \"Series\" FROM \"2-14306821-10\" WHERE \"Opponent\" = '@ New York Rangers' AND \"Date\" = 'April 22';"} +{"question_id": 5101, "table_id": "2-15266104-2", "question": "How many Played have a Lost smaller than 3, and a Difference of 6, and Points larger than 6?", "sql": "SELECT COUNT(\"Played\") FROM \"2-15266104-2\" WHERE \"Lost\" < 3.0 AND \"Difference\" = '6' AND \"Points\" > 6.0;"} +{"question_id": 5102, "table_id": "2-15266104-2", "question": "How many Points have a Drawn smaller than 0?", "sql": "SELECT COUNT(\"Points\") FROM \"2-15266104-2\" WHERE \"Drawn\" < 0.0;"} +{"question_id": 5103, "table_id": "2-15266104-2", "question": "How many Drawn have an Against smaller than 5, and a Played smaller than 3?", "sql": "SELECT COUNT(\"Drawn\") FROM \"2-15266104-2\" WHERE \"Against\" < 5.0 AND \"Played\" < 3.0;"} +{"question_id": 5104, "table_id": "2-15266104-2", "question": "Which Position has an Against of 5, and a Drawn larger than 0?", "sql": "SELECT SUM(\"Position\") FROM \"2-15266104-2\" WHERE \"Against\" = 5.0 AND \"Drawn\" > 0.0;"} +{"question_id": 5105, "table_id": "2-15266104-2", "question": "Which Played is the highest one that has a Lost smaller than 1, and a Difference of 6, and an Against larger than 2?", "sql": "SELECT MAX(\"Played\") FROM \"2-15266104-2\" WHERE \"Lost\" < 1.0 AND \"Difference\" = '6' AND \"Against\" > 2.0;"} +{"question_id": 5106, "table_id": "2-15266104-2", "question": "Which Points is the lowest one that has a Position larger than 5?", "sql": "SELECT MIN(\"Points\") FROM \"2-15266104-2\" WHERE \"Position\" > 5.0;"} +{"question_id": 5107, "table_id": "2-13564637-3", "question": "what team lost the most Points", "sql": "SELECT \"Lost\" FROM \"2-13564637-3\" WHERE \"Points\" = 'Points';"} +{"question_id": 5108, "table_id": "2-13711033-6", "question": "What opponent has 3-2 as the score, and Anderson (2-6) as a loss?", "sql": "SELECT \"Opponent\" FROM \"2-13711033-6\" WHERE \"Score\" = '3-2' AND \"Loss\" = 'Anderson (2-6)';"} +{"question_id": 5109, "table_id": "2-13711033-6", "question": "What score has an attendance less than 10553?", "sql": "SELECT \"Score\" FROM \"2-13711033-6\" WHERE \"Attendance\" < 10553.0;"} +{"question_id": 5110, "table_id": "2-15187735-20", "question": "What is the highest episode of Wood Flutes segment c?", "sql": "SELECT MAX(\"Episode\") FROM \"2-15187735-20\" WHERE \"Segment C\" = 'Wood Flutes';"} +{"question_id": 5111, "table_id": "2-15187735-20", "question": "What is Segment D of 20-08 series Ep.?", "sql": "SELECT \"Segment D\" FROM \"2-15187735-20\" WHERE \"Series Ep.\" = '20-08';"} +{"question_id": 5112, "table_id": "2-15128273-2", "question": "What year did they get 4 points with Suzuki?", "sql": "SELECT AVG(\"Year\") FROM \"2-15128273-2\" WHERE \"Team\" = 'Suzuki' AND \"Points\" = 4.0;"} +{"question_id": 5113, "table_id": "2-15128273-2", "question": "What was the last year that they had less than 16 points in class 500cc?", "sql": "SELECT MAX(\"Year\") FROM \"2-15128273-2\" WHERE \"Points\" < 16.0 AND \"Class\" = '500cc';"} +{"question_id": 5114, "table_id": "2-1391132-4", "question": "Which party had an incumbent of W. Jasper Talbert?", "sql": "SELECT \"Party\" FROM \"2-1391132-4\" WHERE \"Incumbent\" = 'W. Jasper Talbert';"} +{"question_id": 5115, "table_id": "2-14546539-3", "question": "which team has a record of 13-18?", "sql": "SELECT \"Opponent\" FROM \"2-14546539-3\" WHERE \"Record\" = '13-18';"} +{"question_id": 5116, "table_id": "2-14546539-3", "question": "What was the record for May 26?", "sql": "SELECT \"Record\" FROM \"2-14546539-3\" WHERE \"Date\" = 'May 26';"} +{"question_id": 5117, "table_id": "2-14546539-3", "question": "What was the loss details for the team with an attendance of 15,298?", "sql": "SELECT \"Loss\" FROM \"2-14546539-3\" WHERE \"Attendance\" = '15,298';"} +{"question_id": 5118, "table_id": "2-14305653-61", "question": "What city has March 30 as the date?", "sql": "SELECT \"City\" FROM \"2-14305653-61\" WHERE \"Date\" = 'March 30';"} +{"question_id": 5119, "table_id": "2-14305653-61", "question": "What opponent has April 23 as the date?", "sql": "SELECT \"Opponent\" FROM \"2-14305653-61\" WHERE \"Date\" = 'April 23';"} +{"question_id": 5120, "table_id": "2-14305653-61", "question": "What opponent has Euro '84 Qualifying as the type and Split as the city?", "sql": "SELECT \"Opponent\" FROM \"2-14305653-61\" WHERE \"Type of game\" = 'Euro ''84 Qualifying' AND \"City\" = 'Split';"} +{"question_id": 5121, "table_id": "2-14305653-61", "question": "What results has Euro '84 Qualifying as the type of game and Norway as the opponent?", "sql": "SELECT \"Results¹\" FROM \"2-14305653-61\" WHERE \"Type of game\" = 'Euro ''84 Qualifying' AND \"Opponent\" = 'Norway';"} +{"question_id": 5122, "table_id": "2-14305653-61", "question": "What game type has 2:1 as the results?", "sql": "SELECT \"Type of game\" FROM \"2-14305653-61\" WHERE \"Results¹\" = '2:1';"} +{"question_id": 5123, "table_id": "2-14305653-61", "question": "What date has Friendly as the type of game, France as an opponent, and Paris, France as the city?", "sql": "SELECT \"Date\" FROM \"2-14305653-61\" WHERE \"Type of game\" = 'Friendly' AND \"Opponent\" = 'France' AND \"City\" = 'Paris, France';"} +{"question_id": 5124, "table_id": "2-13655126-1", "question": "What is the date of the Mosport Park circuit?", "sql": "SELECT \"Date\" FROM \"2-13655126-1\" WHERE \"Circuit\" = 'Mosport Park';"} +{"question_id": 5125, "table_id": "2-13655126-1", "question": "What is the length of the Laguna Seca Raceway circuit with a class of GTU?", "sql": "SELECT \"Length\" FROM \"2-13655126-1\" WHERE \"Circuit\" = 'Laguna Seca Raceway' AND \"Class\" = 'GTU';"} +{"question_id": 5126, "table_id": "2-13655126-1", "question": "What is the class of the Charlotte Camel GT 500 race?", "sql": "SELECT \"Class\" FROM \"2-13655126-1\" WHERE \"Race\" = 'Charlotte Camel GT 500';"} +{"question_id": 5127, "table_id": "2-13655126-1", "question": "What is the length of the race on August 15?", "sql": "SELECT \"Length\" FROM \"2-13655126-1\" WHERE \"Date\" = 'August 15';"} +{"question_id": 5128, "table_id": "2-14094649-11", "question": "Where is Exxon Mobil, an Oil and gas corporation, headquartered?", "sql": "SELECT \"Headquarters\" FROM \"2-14094649-11\" WHERE \"Primary industry\" = 'Oil and gas' AND \"Name\" = 'Exxon Mobil';"} +{"question_id": 5129, "table_id": "2-15113825-2", "question": "In what Tournament was Laura Gildemeister the Opponent?", "sql": "SELECT \"Tournament\" FROM \"2-15113825-2\" WHERE \"Opponent\" = 'Laura Gildemeister';"} +{"question_id": 5130, "table_id": "2-1514559-5", "question": "Date of January 11, 1998 has what surface?", "sql": "SELECT \"Surface\" FROM \"2-1514559-5\" WHERE \"Date\" = 'January 11, 1998';"} +{"question_id": 5131, "table_id": "2-1514559-5", "question": "Score of 4–6, 6–4, 6–4 included which tournament?", "sql": "SELECT \"Tournament\" FROM \"2-1514559-5\" WHERE \"Score\" = '4–6, 6–4, 6–4';"} +{"question_id": 5132, "table_id": "2-1514559-5", "question": "Final that has a Date of January 10, 2004 had what opponent?", "sql": "SELECT \"Opponent in the Final\" FROM \"2-1514559-5\" WHERE \"Date\" = 'January 10, 2004';"} +{"question_id": 5133, "table_id": "2-1514559-5", "question": "Tournament of Tokyo, Japan, and a Score of 4–6, 6–4, 6–4 had which date attached?", "sql": "SELECT \"Date\" FROM \"2-1514559-5\" WHERE \"Tournament\" = 'Tokyo, Japan' AND \"Score\" = '4–6, 6–4, 6–4';"} +{"question_id": 5134, "table_id": "2-1514559-5", "question": "Score of 3–6, 7–5, 6–4 included what date?", "sql": "SELECT \"Date\" FROM \"2-1514559-5\" WHERE \"Score\" = '3–6, 7–5, 6–4';"} +{"question_id": 5135, "table_id": "2-14553873-1", "question": "What are the fewest number of podiums associated with a Series of formula renault 2000 brazil, and under 1 pole?", "sql": "SELECT MIN(\"Podiums\") FROM \"2-14553873-1\" WHERE \"Series\" = 'formula renault 2000 brazil' AND \"Poles\" < 1.0;"} +{"question_id": 5136, "table_id": "2-14553873-1", "question": "What position has over 0 wins and under 3 podiums?", "sql": "SELECT \"Position\" FROM \"2-14553873-1\" WHERE \"Wins\" > 0.0 AND \"Podiums\" < 3.0;"} +{"question_id": 5137, "table_id": "2-14553873-1", "question": "How many wins are associated with 20 points and over 1 podium?", "sql": "SELECT SUM(\"Wins\") FROM \"2-14553873-1\" WHERE \"Points\" = 20.0 AND \"Podiums\" > 1.0;"} +{"question_id": 5138, "table_id": "2-1373826-1", "question": "What is the largest number of households with median family income of $52,106 with less than 21403 in population?", "sql": "SELECT MAX(\"Number of households\") FROM \"2-1373826-1\" WHERE \"Median family income\" = '$52,106' AND \"Population\" < 21403.0;"} +{"question_id": 5139, "table_id": "2-1373826-1", "question": "What is the least population with more than 78748 households in Davis County?", "sql": "SELECT MIN(\"Population\") FROM \"2-1373826-1\" WHERE \"Number of households\" > 78748.0 AND \"County\" = 'Davis';"} +{"question_id": 5140, "table_id": "2-1373826-1", "question": "What is the most households with a median household income of $54,086 with less than 231236 in population?", "sql": "SELECT MAX(\"Number of households\") FROM \"2-1373826-1\" WHERE \"Median household income\" = '$54,086' AND \"Population\" < 231236.0;"} +{"question_id": 5141, "table_id": "2-1373826-1", "question": "Which country has a $46,426 median family income?", "sql": "SELECT \"County\" FROM \"2-1373826-1\" WHERE \"Median family income\" = '$46,426';"} +{"question_id": 5142, "table_id": "2-13719531-1", "question": "What is the average grid with a number of laps smaller than 8?", "sql": "SELECT AVG(\"Grid\") FROM \"2-13719531-1\" WHERE \"Laps\" < 8.0;"} +{"question_id": 5143, "table_id": "2-13719531-1", "question": "What is the lowest grid with rider casey stoner and laps that are smaller than 27?", "sql": "SELECT MIN(\"Grid\") FROM \"2-13719531-1\" WHERE \"Rider\" = 'casey stoner' AND \"Laps\" < 27.0;"} +{"question_id": 5144, "table_id": "2-13719531-1", "question": "What is the total grid number with laps that are larger than 27?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-13719531-1\" WHERE \"Laps\" > 27.0;"} +{"question_id": 5145, "table_id": "2-13719531-1", "question": "What is the lowest number of laps with a time/retired of +38.426?", "sql": "SELECT MIN(\"Laps\") FROM \"2-13719531-1\" WHERE \"Time/Retired\" = '+38.426';"} +{"question_id": 5146, "table_id": "2-13719531-1", "question": "What is the sum of laps that has a time/retired that is +19.475?", "sql": "SELECT SUM(\"Laps\") FROM \"2-13719531-1\" WHERE \"Time/Retired\" = '+19.475';"} +{"question_id": 5147, "table_id": "2-15073773-15", "question": "What player is from Canterbury (USHS)?", "sql": "SELECT \"Player\" FROM \"2-15073773-15\" WHERE \"College/Junior/Club Team\" = 'Canterbury (USHS)';"} +{"question_id": 5148, "table_id": "2-13909382-4", "question": "Which Opponent has a Game of 33?", "sql": "SELECT \"Opponent\" FROM \"2-13909382-4\" WHERE \"Game\" = 33.0;"} +{"question_id": 5149, "table_id": "2-13909382-4", "question": "What's the Score that's got a listing of December that larger than 8 and Record of 25-8-3?", "sql": "SELECT \"Score\" FROM \"2-13909382-4\" WHERE \"December\" > 8.0 AND \"Record\" = '25-8-3';"} +{"question_id": 5150, "table_id": "2-14640475-3", "question": "What is the total number of wins for golfers whose earnings are 313845 dollars and rank is larger than 4?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-14640475-3\" WHERE \"Earnings ( $ )\" = 313845.0 AND \"Rank\" > 4.0;"} +{"question_id": 5151, "table_id": "2-14640475-3", "question": "What is the total number of earnings for golfers who have 28 events and more than 2 wins?", "sql": "SELECT COUNT(\"Earnings ( $ )\") FROM \"2-14640475-3\" WHERE \"Events\" = 28.0 AND \"Wins\" > 2.0;"} +{"question_id": 5152, "table_id": "2-1506950-5", "question": "On what Date was The Open Championship in Japan?", "sql": "SELECT \"Date\" FROM \"2-1506950-5\" WHERE \"Major\" = 'The Open Championship' AND \"Country\" = 'Japan';"} +{"question_id": 5153, "table_id": "2-1506950-5", "question": "What was Tom Weiskopf's Finish?", "sql": "SELECT \"Finish\" FROM \"2-1506950-5\" WHERE \"Player\" = 'Tom Weiskopf';"} +{"question_id": 5154, "table_id": "2-14522314-2", "question": "Which Laps have Points of 29?", "sql": "SELECT \"Laps\" FROM \"2-14522314-2\" WHERE \"Points\" = 29.0;"} +{"question_id": 5155, "table_id": "2-14522314-2", "question": "Which Grid has a Driver of cristiano da matta, and Points smaller than 33?", "sql": "SELECT SUM(\"Grid\") FROM \"2-14522314-2\" WHERE \"Driver\" = 'cristiano da matta' AND \"Points\" < 33.0;"} +{"question_id": 5156, "table_id": "2-14522314-2", "question": "Which Team has Laps smaller than 105, and a Grid smaller than 18, and Points of 11?", "sql": "SELECT \"Team\" FROM \"2-14522314-2\" WHERE \"Laps\" < 105.0 AND \"Grid\" < 18.0 AND \"Points\" = 11.0;"} +{"question_id": 5157, "table_id": "2-14522314-2", "question": "How many Points have a Team of rusport, and Laps of 45?", "sql": "SELECT COUNT(\"Points\") FROM \"2-14522314-2\" WHERE \"Team\" = 'rusport' AND \"Laps\" = 45.0;"} +{"question_id": 5158, "table_id": "2-14705863-17", "question": "What is the players name in the Guard position?", "sql": "SELECT \"Name\" FROM \"2-14705863-17\" WHERE \"Position\" = 'Guard';"} +{"question_id": 5159, "table_id": "2-14705863-17", "question": "What is the Overall number for pick 17?", "sql": "SELECT \"Overall\" FROM \"2-14705863-17\" WHERE \"Pick\" = 17.0;"} +{"question_id": 5160, "table_id": "2-14705863-17", "question": "What number round has an overall of 123?", "sql": "SELECT \"Round\" FROM \"2-14705863-17\" WHERE \"Overall\" = 123.0;"} +{"question_id": 5161, "table_id": "2-14705863-17", "question": "What is the Name with an overall of less than 123 for the Detroit Lions?", "sql": "SELECT \"Name\" FROM \"2-14705863-17\" WHERE \"Overall\" < 123.0 AND \"Team\" = 'Detroit Lions';"} +{"question_id": 5162, "table_id": "2-15198842-14", "question": "Who is drafted overall less than 49?", "sql": "SELECT \"Name\" FROM \"2-15198842-14\" WHERE \"Overall\" < 49.0;"} +{"question_id": 5163, "table_id": "2-15198842-14", "question": "What position is drafted from Grambling?", "sql": "SELECT \"Position\" FROM \"2-15198842-14\" WHERE \"College\" = 'Grambling';"} +{"question_id": 5164, "table_id": "2-14878605-2", "question": "Which opponent's event was SB 24 - Return of the Heavyweights 2, and had a method of TKO (knee and punches)?", "sql": "SELECT \"Opponent\" FROM \"2-14878605-2\" WHERE \"Event\" = 'SB 24 - Return of the Heavyweights 2' AND \"Method\" = 'TKO (knee and punches)';"} +{"question_id": 5165, "table_id": "2-14878605-2", "question": "Which method had Travis Fulton as an opponent?", "sql": "SELECT \"Method\" FROM \"2-14878605-2\" WHERE \"Opponent\" = 'Travis Fulton';"} +{"question_id": 5166, "table_id": "2-14878605-2", "question": "Which opponent had a round of more than 1 and an even of PFP: Ring Of Fire?", "sql": "SELECT \"Opponent\" FROM \"2-14878605-2\" WHERE \"Round\" > 1.0 AND \"Event\" = 'PFP: Ring Of Fire';"} +{"question_id": 5167, "table_id": "2-15187735-4", "question": "What's the segment A in episode 42?", "sql": "SELECT \"Segment A\" FROM \"2-15187735-4\" WHERE \"Episode\" = 42.0;"} +{"question_id": 5168, "table_id": "2-14050485-3", "question": "sfax has a total ordered number of?", "sql": "SELECT COUNT(\"Ordered\") FROM \"2-14050485-3\" WHERE \"Name\" = 'sfax';"} +{"question_id": 5169, "table_id": "2-13619135-7", "question": "What was the score on March 5 at Vancouver?", "sql": "SELECT \"Score\" FROM \"2-13619135-7\" WHERE \"Date\" = 'March 5';"} +{"question_id": 5170, "table_id": "2-13755721-1", "question": "Who directed the Nominated film 'Blood on his Hands'?", "sql": "SELECT \"Director(s)\" FROM \"2-13755721-1\" WHERE \"Rank\" = 'Nominated' AND \"Film\" = 'Blood on his Hands';"} +{"question_id": 5171, "table_id": "2-13755721-1", "question": "What is the rank of the film, Amelia and Michael?", "sql": "SELECT \"Rank\" FROM \"2-13755721-1\" WHERE \"Film\" = 'Amelia and Michael';"} +{"question_id": 5172, "table_id": "2-13755721-1", "question": "Who directed the Nominated film, Badmouth?", "sql": "SELECT \"Director(s)\" FROM \"2-13755721-1\" WHERE \"Rank\" = 'Nominated' AND \"Film\" = 'Badmouth';"} +{"question_id": 5173, "table_id": "2-13755721-1", "question": "What was the production company for the film directed by Daniel Cormack?", "sql": "SELECT \"Production Company\" FROM \"2-13755721-1\" WHERE \"Director(s)\" = 'Daniel Cormack';"} +{"question_id": 5174, "table_id": "2-13755721-1", "question": "What was the production company for the Nominated film, Badmouth?", "sql": "SELECT \"Production Company\" FROM \"2-13755721-1\" WHERE \"Rank\" = 'Nominated' AND \"Film\" = 'Badmouth';"} +{"question_id": 5175, "table_id": "2-14305802-5", "question": "What is the average number of points of the game after January 3 against the cleveland barons?", "sql": "SELECT AVG(\"Points\") FROM \"2-14305802-5\" WHERE \"Opponent\" = 'cleveland barons' AND \"January\" > 3.0;"} +{"question_id": 5176, "table_id": "2-14305802-5", "question": "What is the total number of games of the team against the los angeles kings after January 5?", "sql": "SELECT COUNT(\"Game\") FROM \"2-14305802-5\" WHERE \"Opponent\" = 'los angeles kings' AND \"January\" > 5.0;"} +{"question_id": 5177, "table_id": "2-14611491-3", "question": "How many wins has the player with more than 21 events and earnings of 2066833 had?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-14611491-3\" WHERE \"Earnings ( $ )\" = 2066833.0 AND \"Events\" > 21.0;"} +{"question_id": 5178, "table_id": "2-14611491-3", "question": "tiger woods has played less than 21 events and is what rank?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-14611491-3\" WHERE \"Player\" = 'tiger woods' AND \"Events\" < 21.0;"} +{"question_id": 5179, "table_id": "2-13821868-9", "question": "Score of 108-85 is what lowest game?", "sql": "SELECT MIN(\"Game\") FROM \"2-13821868-9\" WHERE \"Score\" = '108-85';"} +{"question_id": 5180, "table_id": "2-13821868-9", "question": "Location of Brendan Byrne Arena had what score?", "sql": "SELECT \"Score\" FROM \"2-13821868-9\" WHERE \"Location\" = 'Brendan Byrne Arena';"} +{"question_id": 5181, "table_id": "2-13821868-9", "question": "Opponent of Chicago Bulls had what location?", "sql": "SELECT \"Location\" FROM \"2-13821868-9\" WHERE \"Opponent\" = 'Chicago Bulls';"} +{"question_id": 5182, "table_id": "2-13821868-9", "question": "Location of Boston Garden, and a Record of 58-23 involved what opponent?", "sql": "SELECT \"Opponent\" FROM \"2-13821868-9\" WHERE \"Location\" = 'Boston Garden' AND \"Record\" = '58-23';"} +{"question_id": 5183, "table_id": "2-13821868-9", "question": "Score of 119-115 (OT) involved what location?", "sql": "SELECT \"Location\" FROM \"2-13821868-9\" WHERE \"Score\" = '119-115 (OT)';"} +{"question_id": 5184, "table_id": "2-15055594-4", "question": "What is the average value for Fall 07 when Fall 05 is 271 and Fall 09 is less than 347?", "sql": "SELECT AVG(\"Fall 07\") FROM \"2-15055594-4\" WHERE \"Fall 05\" = 271.0 AND \"Fall 09\" < 347.0;"} +{"question_id": 5185, "table_id": "2-15055594-4", "question": "What was the average value for Fall 07 when Fall 09 is less than 296?", "sql": "SELECT AVG(\"Fall 07\") FROM \"2-15055594-4\" WHERE \"Fall 09\" < 296.0;"} +{"question_id": 5186, "table_id": "2-15055594-4", "question": "What is the sum of all values in Fall 09 in allegany county with Fall 07 less than 751?", "sql": "SELECT SUM(\"Fall 09\") FROM \"2-15055594-4\" WHERE \"Maryland Counties\" = 'allegany' AND \"Fall 07\" < 751.0;"} +{"question_id": 5187, "table_id": "2-15055594-4", "question": "What is the largest value for Fall 08 when Fall 09 is 792 and Fall 05 is less than 791?", "sql": "SELECT MAX(\"Fall 08\") FROM \"2-15055594-4\" WHERE \"Fall 09\" = 792.0 AND \"Fall 05\" < 791.0;"} +{"question_id": 5188, "table_id": "2-15055594-4", "question": "What is the largest value for Fall 08 when Fall 07 is less than 242?", "sql": "SELECT MAX(\"Fall 08\") FROM \"2-15055594-4\" WHERE \"Fall 07\" < 242.0;"} +{"question_id": 5189, "table_id": "2-14509824-5", "question": "What is the nationality of the player in round 4?", "sql": "SELECT \"Nationality\" FROM \"2-14509824-5\" WHERE \"Round\" = 4.0;"} +{"question_id": 5190, "table_id": "2-14509824-5", "question": "What is the round of Jimmy Drolet from Canada?", "sql": "SELECT \"Round\" FROM \"2-14509824-5\" WHERE \"Nationality\" = 'Canada' AND \"Player\" = 'Jimmy Drolet';"} +{"question_id": 5191, "table_id": "2-14509824-5", "question": "What is the round number of Jessie Rezansoff, who plays Right Wing?", "sql": "SELECT SUM(\"Round\") FROM \"2-14509824-5\" WHERE \"Position\" = 'Right Wing' AND \"Player\" = 'Jessie Rezansoff';"} +{"question_id": 5192, "table_id": "2-15158976-1", "question": "Which team had a qualifying 2 time of 1:01.093?", "sql": "SELECT \"Team\" FROM \"2-15158976-1\" WHERE \"Qual 2\" = '1:01.093';"} +{"question_id": 5193, "table_id": "2-15158976-1", "question": "What was the qualifying 2 time for the team with a qualifying 1 time of 1:01.630?", "sql": "SELECT \"Qual 2\" FROM \"2-15158976-1\" WHERE \"Qual 1\" = '1:01.630';"} +{"question_id": 5194, "table_id": "2-15158976-1", "question": "What was the qualifying 1 time for RuSPORT and Justin Wilson?", "sql": "SELECT \"Qual 1\" FROM \"2-15158976-1\" WHERE \"Team\" = 'RuSPORT' AND \"Name\" = 'Justin Wilson';"} +{"question_id": 5195, "table_id": "2-15158976-1", "question": "Which team had a qualifying 1 time of 1:01.342?", "sql": "SELECT \"Team\" FROM \"2-15158976-1\" WHERE \"Qual 1\" = '1:01.342';"} +{"question_id": 5196, "table_id": "2-15158976-1", "question": "What is the best time of the team that had a qualifying 1 time of 1:01.043?", "sql": "SELECT \"Best\" FROM \"2-15158976-1\" WHERE \"Qual 1\" = '1:01.043';"} +{"question_id": 5197, "table_id": "2-15214004-3", "question": "How many picks did Mike Zaher have?", "sql": "SELECT SUM(\"Pick #\") FROM \"2-15214004-3\" WHERE \"Player\" = 'Mike Zaher';"} +{"question_id": 5198, "table_id": "2-15214004-3", "question": "How many pick numbers did matt marquess have?", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-15214004-3\" WHERE \"Player\" = 'matt marquess';"} +{"question_id": 5199, "table_id": "2-15214004-3", "question": "Which MLS Team's pick number was 31?", "sql": "SELECT \"MLS Team\" FROM \"2-15214004-3\" WHERE \"Pick #\" = 31.0;"} +{"question_id": 5200, "table_id": "2-14083524-2", "question": "what day did the team go to Toronto", "sql": "SELECT \"Date\" FROM \"2-14083524-2\" WHERE \"Visitor\" = 'Toronto';"} +{"question_id": 5201, "table_id": "2-14083524-2", "question": "what team visited Chicago", "sql": "SELECT \"Score\" FROM \"2-14083524-2\" WHERE \"Visitor\" = 'Chicago';"} +{"question_id": 5202, "table_id": "2-14083524-2", "question": "what team played on October 8", "sql": "SELECT \"Home\" FROM \"2-14083524-2\" WHERE \"Date\" = 'October 8';"} +{"question_id": 5203, "table_id": "2-14208117-1", "question": "Which Position has a Game 1 of Noel Cleal?", "sql": "SELECT \"Position\" FROM \"2-14208117-1\" WHERE \"Game 1\" = 'Noel Cleal';"} +{"question_id": 5204, "table_id": "2-14208117-1", "question": "Which Game 3 has a Game 1 of Brett Kenny?", "sql": "SELECT \"Game 3\" FROM \"2-14208117-1\" WHERE \"Game 1\" = 'Brett Kenny';"} +{"question_id": 5205, "table_id": "2-14208117-1", "question": "Which Exhibition has a Position of Second Row, and a Game 3 of Les Davidson?", "sql": "SELECT \"Exhibition*\" FROM \"2-14208117-1\" WHERE \"Position\" = 'Second Row' AND \"Game 3\" = 'Les Davidson';"} +{"question_id": 5206, "table_id": "2-14208117-1", "question": "Which Game 2 has an Exhibition of Michael O'Connor?", "sql": "SELECT \"Game 2\" FROM \"2-14208117-1\" WHERE \"Exhibition*\" = 'Michael O''Connor';"} +{"question_id": 5207, "table_id": "2-14208117-1", "question": "Which Exhibition has a Game 2 of Andrew Farrar?", "sql": "SELECT \"Exhibition*\" FROM \"2-14208117-1\" WHERE \"Game 2\" = 'Andrew Farrar';"} +{"question_id": 5208, "table_id": "2-14655166-2", "question": "Opponent of at New York Giants had what venue?", "sql": "SELECT \"Venue\" FROM \"2-14655166-2\" WHERE \"Opponent\" = 'at New York Giants';"} +{"question_id": 5209, "table_id": "2-14655166-2", "question": "Result of L 10-23 occurred in what week?", "sql": "SELECT \"Week\" FROM \"2-14655166-2\" WHERE \"Result\" = 'L 10-23';"} +{"question_id": 5210, "table_id": "2-14655166-2", "question": "Week larger than 5, and an opponent of at New York Giants had what record?", "sql": "SELECT \"Record\" FROM \"2-14655166-2\" WHERE \"Week\" > 5.0 AND \"Opponent\" = 'at New York Giants';"} +{"question_id": 5211, "table_id": "2-14655166-2", "question": "Attendance of 35,842 had what date?", "sql": "SELECT \"Date\" FROM \"2-14655166-2\" WHERE \"Attendance\" = '35,842';"} +{"question_id": 5212, "table_id": "2-14655166-2", "question": "Result of W 16-10* O.T. had what attendance?", "sql": "SELECT \"Attendance\" FROM \"2-14655166-2\" WHERE \"Result\" = 'W 16-10* O.T.';"} +{"question_id": 5213, "table_id": "2-14876228-7", "question": "What Report has the Date of June 5, 2005?", "sql": "SELECT \"Report\" FROM \"2-14876228-7\" WHERE \"Date\" = 'June 5, 2005';"} +{"question_id": 5214, "table_id": "2-14876228-7", "question": "What Report has the Date September 3, 2005?", "sql": "SELECT \"Report\" FROM \"2-14876228-7\" WHERE \"Date\" = 'September 3, 2005';"} +{"question_id": 5215, "table_id": "2-14332822-1", "question": "What was the 3’UTR sequence when Coding was 6A 3 and the GenBank id is NM_001093770.2?", "sql": "SELECT \"3’UTR sequence\" FROM \"2-14332822-1\" WHERE \"Coding\" = '6A 3' AND \"GenBank id\" = 'NM_001093770.2';"} +{"question_id": 5216, "table_id": "2-14332822-1", "question": "What Coding has a 3’UTR sequence of 6A 4 with a GenBank id of HQ021439?", "sql": "SELECT \"Coding\" FROM \"2-14332822-1\" WHERE \"3’UTR sequence\" = '6A 4' AND \"GenBank id\" = 'HQ021439';"} +{"question_id": 5217, "table_id": "2-14332822-1", "question": "Which Variant id has the GenBank id of NM_005411.4?", "sql": "SELECT \"Variant id\" FROM \"2-14332822-1\" WHERE \"GenBank id\" = 'NM_005411.4';"} +{"question_id": 5218, "table_id": "2-14332822-1", "question": "Which 3’UTR sequence has a 5’UTR splice of AB'D’ with Coding of 6A 2?", "sql": "SELECT \"3’UTR sequence\" FROM \"2-14332822-1\" WHERE \"5’UTR splice\" = 'AB''D’' AND \"Coding\" = '6A 2';"} +{"question_id": 5219, "table_id": "2-14332822-1", "question": "Which 5’UTR splice has a Variant ID at SFTPA1 variant 2?", "sql": "SELECT \"5’UTR splice\" FROM \"2-14332822-1\" WHERE \"Variant id\" = 'SFTPA1 variant 2';"} +{"question_id": 5220, "table_id": "2-14332822-1", "question": "Which 3’UTR sequence has the GenBank ID at HQ021440?", "sql": "SELECT \"3’UTR sequence\" FROM \"2-14332822-1\" WHERE \"GenBank id\" = 'HQ021440';"} +{"question_id": 5221, "table_id": "2-15013825-8", "question": "Which Copa Libertadores 1992 has a Supercopa Sudamericana 1992 of Round of 16, and a Team of Grêmio?", "sql": "SELECT \"Copa Libertadores 1992\" FROM \"2-15013825-8\" WHERE \"Supercopa Sudamericana 1992\" = 'Round of 16' AND \"Team\" = 'Grêmio';"} +{"question_id": 5222, "table_id": "2-15013825-8", "question": "Which Team has a Recopa Sudamericana 1992 of Runner-up?", "sql": "SELECT \"Team\" FROM \"2-15013825-8\" WHERE \"Recopa Sudamericana 1992\" = 'Runner-up';"} +{"question_id": 5223, "table_id": "2-15013825-8", "question": "Which Supercopa Sudamericana 1992 has a Team of Santos?", "sql": "SELECT \"Supercopa Sudamericana 1992\" FROM \"2-15013825-8\" WHERE \"Team\" = 'Santos';"} +{"question_id": 5224, "table_id": "2-14290390-6", "question": "What's the score of the game with a Loss of Glavine (12-5) that more than 29007 people attended?", "sql": "SELECT \"Score\" FROM \"2-14290390-6\" WHERE \"Attendance\" > 29007.0 AND \"Loss\" = 'Glavine (12-5)';"} +{"question_id": 5225, "table_id": "2-14290390-6", "question": "When was the game with a record of 54-69?", "sql": "SELECT \"Date\" FROM \"2-14290390-6\" WHERE \"Record\" = '54-69';"} +{"question_id": 5226, "table_id": "2-15113793-1", "question": "What is the total number of tiers for the postseason of Semifinalist?", "sql": "SELECT SUM(\"Tier\") FROM \"2-15113793-1\" WHERE \"Postseason\" = 'Semifinalist';"} +{"question_id": 5227, "table_id": "2-1353887-1", "question": "For a year earlier than 1991 and a reynard 91d chassis, what's the highest points?", "sql": "SELECT MAX(\"Points\") FROM \"2-1353887-1\" WHERE \"Chassis\" = 'reynard 91d' AND \"Year\" < 1991.0;"} +{"question_id": 5228, "table_id": "2-1353887-1", "question": "Total points for a bs automotive entrant?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1353887-1\" WHERE \"Entrant\" = 'bs automotive';"} +{"question_id": 5229, "table_id": "2-1353887-1", "question": "What is a Colt Racing entrant engine?", "sql": "SELECT \"Engine\" FROM \"2-1353887-1\" WHERE \"Entrant\" = 'Colt Racing';"} +{"question_id": 5230, "table_id": "2-140465-4", "question": "What is the Rank that has Passengers larger than 70921, and 2.8 % Change?", "sql": "SELECT SUM(\"Rank\") FROM \"2-140465-4\" WHERE \"Passengers\" > 70921.0 AND \"% Change\" = '2.8';"} +{"question_id": 5231, "table_id": "2-140465-4", "question": "How many Passengers that have an Airport in indonesia, denpasar?", "sql": "SELECT AVG(\"Passengers\") FROM \"2-140465-4\" WHERE \"Airport\" = 'indonesia, denpasar';"} +{"question_id": 5232, "table_id": "2-140465-4", "question": "Which Airport has a Carrier of Malaysia Airlines?", "sql": "SELECT \"Airport\" FROM \"2-140465-4\" WHERE \"Carriers\" = 'Malaysia Airlines';"} +{"question_id": 5233, "table_id": "2-14450041-1", "question": "Which tier has a division of LEB 2 and Cup Competitions of Copa LEB Plata runner-up?", "sql": "SELECT \"Tier\" FROM \"2-14450041-1\" WHERE \"Division\" = 'LEB 2' AND \"Cup Competitions\" = 'Copa LEB Plata runner-up';"} +{"question_id": 5234, "table_id": "2-14450041-1", "question": "How many positions have a Postseason of relegation playoffs and a tier of 3?", "sql": "SELECT COUNT(\"Pos.\") FROM \"2-14450041-1\" WHERE \"Postseason\" = 'relegation playoffs' AND \"Tier\" = 3.0;"} +{"question_id": 5235, "table_id": "2-14450041-1", "question": "What is the lowest tier for a postseason result of Quarterfinalist?", "sql": "SELECT MIN(\"Tier\") FROM \"2-14450041-1\" WHERE \"Postseason\" = 'Quarterfinalist';"} +{"question_id": 5236, "table_id": "2-15146625-1", "question": "What format has 080 360-2 as the catalog?", "sql": "SELECT \"Format\" FROM \"2-15146625-1\" WHERE \"Catalog\" = '080 360-2';"} +{"question_id": 5237, "table_id": "2-15146625-1", "question": "What label has 887 448-2 as the catalog?", "sql": "SELECT \"Label\" FROM \"2-15146625-1\" WHERE \"Catalog\" = '887 448-2';"} +{"question_id": 5238, "table_id": "2-15146625-1", "question": "What label has CD single as the format?", "sql": "SELECT \"Label\" FROM \"2-15146625-1\" WHERE \"Format\" = 'CD single';"} +{"question_id": 5239, "table_id": "2-15146625-1", "question": "What catalog has June 1990 as the date?", "sql": "SELECT \"Catalog\" FROM \"2-15146625-1\" WHERE \"Date\" = 'June 1990';"} +{"question_id": 5240, "table_id": "2-1363000-1", "question": "Which building has 26 storeys?", "sql": "SELECT \"Building\" FROM \"2-1363000-1\" WHERE \"Storeys\" = 26.0;"} +{"question_id": 5241, "table_id": "2-1363000-1", "question": "What is the height for less than 45 storeys in Scotia Centre?", "sql": "SELECT \"Height\" FROM \"2-1363000-1\" WHERE \"Storeys\" < 45.0 AND \"Building\" = 'Scotia Centre';"} +{"question_id": 5242, "table_id": "2-1363000-1", "question": "How many storeys in Calgary during 1975-1976?", "sql": "SELECT \"Storeys\" FROM \"2-1363000-1\" WHERE \"City\" = 'Calgary' AND \"Years\" = '1975-1976';"} +{"question_id": 5243, "table_id": "2-1363000-1", "question": "Which city had years 1971-1974?", "sql": "SELECT \"City\" FROM \"2-1363000-1\" WHERE \"Years\" = '1971-1974';"} +{"question_id": 5244, "table_id": "2-1363000-1", "question": "Which city contains TELUS Plaza South?", "sql": "SELECT \"City\" FROM \"2-1363000-1\" WHERE \"Building\" = 'TELUS Plaza South';"} +{"question_id": 5245, "table_id": "2-15269469-2", "question": "What is the lowest number played with 2 losses and more than 13 points?", "sql": "SELECT MIN(\"Played\") FROM \"2-15269469-2\" WHERE \"Lost\" = 2.0 AND \"Points\" > 13.0;"} +{"question_id": 5246, "table_id": "2-15269469-2", "question": "What is the smallest positioned with more than 9 played?", "sql": "SELECT MIN(\"Position\") FROM \"2-15269469-2\" WHERE \"Played\" > 9.0;"} +{"question_id": 5247, "table_id": "2-15269469-2", "question": "How many draws took place for team corinthians with more than 5 losses?", "sql": "SELECT COUNT(\"Drawn\") FROM \"2-15269469-2\" WHERE \"Team\" = 'corinthians' AND \"Lost\" > 5.0;"} +{"question_id": 5248, "table_id": "2-15188505-1", "question": "Which 2007 is the lowest one that has a 2004 of 78, and a 2006 smaller than 80?", "sql": "SELECT MIN(\"2007\") FROM \"2-15188505-1\" WHERE \"2004\" = 78.0 AND \"2006\" < 80.0;"} +{"question_id": 5249, "table_id": "2-15188505-1", "question": "Which 2005 is the lowest one that has a Grade smaller than 6, and a 2008 smaller than 80, and a 2006 larger than 72?", "sql": "SELECT MIN(\"2005\") FROM \"2-15188505-1\" WHERE \"Grade\" < 6.0 AND \"2008\" < 80.0 AND \"2006\" > 72.0;"} +{"question_id": 5250, "table_id": "2-14918-1", "question": "Position of Member, and a Nationality of India is what sum of term ending?", "sql": "SELECT SUM(\"Term Ending\") FROM \"2-14918-1\" WHERE \"Position\" = 'Member' AND \"Nationality\" = 'India';"} +{"question_id": 5251, "table_id": "2-14918-1", "question": "Name of Xue Hanqin has what highest term ending?", "sql": "SELECT MAX(\"Term Ending\") FROM \"2-14918-1\" WHERE \"Name\" = 'Xue Hanqin';"} +{"question_id": 5252, "table_id": "2-14918-1", "question": "Position of Member, and a Tenure Began of 2010, and a Name of Xue Hanqin has what lowest term ending?", "sql": "SELECT MIN(\"Term Ending\") FROM \"2-14918-1\" WHERE \"Position\" = 'Member' AND \"Tenure Began\" = 2010.0 AND \"Name\" = 'Xue Hanqin';"} +{"question_id": 5253, "table_id": "2-14918-1", "question": "Term Ending smaller than 2018, and a Nationality of New Zealand what is the name?", "sql": "SELECT \"Name\" FROM \"2-14918-1\" WHERE \"Term Ending\" < 2018.0 AND \"Nationality\" = 'New Zealand';"} +{"question_id": 5254, "table_id": "2-15201772-3", "question": "Which episode aired in the USA on 20 May 2005?", "sql": "SELECT \"Episode\" FROM \"2-15201772-3\" WHERE \"Airdate (USA)\" = '20 May 2005';"} +{"question_id": 5255, "table_id": "2-15201772-3", "question": "What is the total number of episodes aired in Canada on 22 october 2004?", "sql": "SELECT COUNT(\"Episode\") FROM \"2-15201772-3\" WHERE \"Airdate (Canada)\" = '22 october 2004';"} +{"question_id": 5256, "table_id": "2-15201772-3", "question": "What is the CBS airdate of the episode with a number under 70 with a USA airdate of 1 April 2005?", "sql": "SELECT \"CBS airdate\" FROM \"2-15201772-3\" WHERE \"Episode\" < 70.0 AND \"Airdate (USA)\" = '1 April 2005';"} +{"question_id": 5257, "table_id": "2-14160327-4", "question": "what song is a genre of Glam", "sql": "SELECT \"Song title\" FROM \"2-14160327-4\" WHERE \"Genre\" = 'Glam';"} +{"question_id": 5258, "table_id": "2-13619027-10", "question": "Which score is the Seattle team?", "sql": "SELECT \"Score\" FROM \"2-13619027-10\" WHERE \"Team\" = 'Seattle';"} +{"question_id": 5259, "table_id": "2-14027795-2", "question": "What is the total weight in Tulsa, Oklahoma?", "sql": "SELECT SUM(\"Weight*\") FROM \"2-14027795-2\" WHERE \"Hometown\" = 'Tulsa, Oklahoma';"} +{"question_id": 5260, "table_id": "2-14027795-2", "question": "What is the number with the f position in dallas, texas?", "sql": "SELECT COUNT(\"Number\") FROM \"2-14027795-2\" WHERE \"Position\" = 'f' AND \"Hometown\" = 'dallas, texas';"} +{"question_id": 5261, "table_id": "2-13662314-1", "question": "Which competition took place in Bangkok?", "sql": "SELECT \"Competition\" FROM \"2-13662314-1\" WHERE \"Venue\" = 'Bangkok';"} +{"question_id": 5262, "table_id": "2-13662314-1", "question": "What was the score in Kathmandu?", "sql": "SELECT \"Score\" FROM \"2-13662314-1\" WHERE \"Venue\" = 'Kathmandu';"} +{"question_id": 5263, "table_id": "2-13662314-1", "question": "Where was the location for the August 29, 1980 game?", "sql": "SELECT \"Venue\" FROM \"2-13662314-1\" WHERE \"Date\" = 'August 29, 1980';"} +{"question_id": 5264, "table_id": "2-14617261-1", "question": "What is the notes distance for 2nd position earlier than 1986?", "sql": "SELECT \"Notes\" FROM \"2-14617261-1\" WHERE \"Position\" = '2nd' AND \"Year\" < 1986.0;"} +{"question_id": 5265, "table_id": "2-14617261-1", "question": "Which venue hosts the Olympic Games for DNQ position?", "sql": "SELECT \"Venue\" FROM \"2-14617261-1\" WHERE \"Competition\" = 'Olympic Games' AND \"Position\" = 'DNQ';"} +{"question_id": 5266, "table_id": "2-14617261-1", "question": "In what year is the notes distance 1.83m?", "sql": "SELECT \"Year\" FROM \"2-14617261-1\" WHERE \"Notes\" = '1.83m';"} +{"question_id": 5267, "table_id": "2-1498073-1", "question": "what is the race number of Bob Wollek", "sql": "SELECT \"Race Number\" FROM \"2-1498073-1\" WHERE \"Driver\" = 'Bob Wollek';"} +{"question_id": 5268, "table_id": "2-1498073-1", "question": "what country is John Nielsen from", "sql": "SELECT \"Country\" FROM \"2-1498073-1\" WHERE \"Driver\" = 'John Nielsen';"} +{"question_id": 5269, "table_id": "2-1507907-1", "question": "Which Model has Hybrid propulsion?", "sql": "SELECT \"Model\" FROM \"2-1507907-1\" WHERE \"Propulsion\" = 'Hybrid';"} +{"question_id": 5270, "table_id": "2-1507907-1", "question": "What is the Propulsion for the model offered in 2003-2004 by Neoplan USA?", "sql": "SELECT \"Propulsion\" FROM \"2-1507907-1\" WHERE \"Order Year\" = '2003-2004' AND \"Manufacturer\" = 'Neoplan USA';"} +{"question_id": 5271, "table_id": "2-1507907-1", "question": "What is the Length (ft.) for a 2008 NFI D40LF?", "sql": "SELECT \"Length (ft.)\" FROM \"2-1507907-1\" WHERE \"Manufacturer\" = 'NFI' AND \"Model\" = 'D40LF' AND \"Order Year\" = '2008';"} +{"question_id": 5272, "table_id": "2-14115168-5", "question": "Which Founded has a Club of tri-city storm and a Titles larger than 1?", "sql": "SELECT SUM(\"Founded\") FROM \"2-14115168-5\" WHERE \"Club\" = 'tri-city storm' AND \"Titles\" > 1.0;"} +{"question_id": 5273, "table_id": "2-14115168-5", "question": "Which Founded that has a Club of No Coast Derby Girls?", "sql": "SELECT \"Founded\" FROM \"2-14115168-5\" WHERE \"Club\" = 'No Coast Derby Girls';"} +{"question_id": 5274, "table_id": "2-14115168-5", "question": "Which Founded has a League of Women's Flat Track Derby Association, and a Club of Omaha Rollergirls?", "sql": "SELECT AVG(\"Founded\") FROM \"2-14115168-5\" WHERE \"League\" = 'Women''s Flat Track Derby Association' AND \"Club\" = 'Omaha Rollergirls';"} +{"question_id": 5275, "table_id": "2-15266104-5", "question": "On what date was there an International Friendly competition?", "sql": "SELECT \"Date\" FROM \"2-15266104-5\" WHERE \"Competition\" = 'International Friendly';"} +{"question_id": 5276, "table_id": "2-15266104-5", "question": "What was the score at Bernardo O'Higgins Cup on May 7, 1961?", "sql": "SELECT \"Score\" FROM \"2-15266104-5\" WHERE \"Competition\" = 'Bernardo O''Higgins Cup' AND \"Date\" = 'May 7, 1961';"} +{"question_id": 5277, "table_id": "2-13648477-2", "question": "What grid has an average time of +22.505 and laps larger than 23?", "sql": "SELECT AVG(\"Grid\") FROM \"2-13648477-2\" WHERE \"Time\" = '+22.505' AND \"Laps\" > 23.0;"} +{"question_id": 5278, "table_id": "2-13648477-2", "question": "Which Suzuki GSX-R1000 K7 has the highest time of Retirement?", "sql": "SELECT MAX(\"Grid\") FROM \"2-13648477-2\" WHERE \"Time\" = 'Retirement' AND \"Bike\" = 'Suzuki GSX-R1000 K7';"} +{"question_id": 5279, "table_id": "2-13648477-2", "question": "What is the average lap for Suzuki GSX-R1000 K7 and at grid 6?", "sql": "SELECT AVG(\"Laps\") FROM \"2-13648477-2\" WHERE \"Bike\" = 'Suzuki GSX-R1000 K7' AND \"Grid\" = 6.0;"} +{"question_id": 5280, "table_id": "2-13648477-2", "question": "Which rider has a lap of 23, grid smaller than 18, and time +44.333?", "sql": "SELECT \"Rider\" FROM \"2-13648477-2\" WHERE \"Laps\" = 23.0 AND \"Grid\" < 18.0 AND \"Time\" = '+44.333';"} +{"question_id": 5281, "table_id": "2-13648477-2", "question": "what is the lowest grid with laps larger than 23?", "sql": "SELECT MIN(\"Grid\") FROM \"2-13648477-2\" WHERE \"Laps\" > 23.0;"} +{"question_id": 5282, "table_id": "2-14508149-1", "question": "Where did the Bruins play Iowa State?", "sql": "SELECT \"Location\" FROM \"2-14508149-1\" WHERE \"Opponent\" = 'Iowa State';"} +{"question_id": 5283, "table_id": "2-14508149-1", "question": "What Conference was during the NCAA Tournament?", "sql": "SELECT \"Conf.\" FROM \"2-14508149-1\" WHERE \"Date\" = 'NCAA Tournament';"} +{"question_id": 5284, "table_id": "2-14385890-3", "question": "How many TDs have a Car of 88 and an Avg smaller than 3?", "sql": "SELECT SUM(\"TD's\") FROM \"2-14385890-3\" WHERE \"Car.\" = 88.0 AND \"Avg.\" < 3.0;"} +{"question_id": 5285, "table_id": "2-14385890-3", "question": "What is the amount of Avg that has Yards more 265 and a Car more 105?", "sql": "SELECT COUNT(\"Avg.\") FROM \"2-14385890-3\" WHERE \"Yards\" > 265.0 AND \"Car.\" > 105.0;"} +{"question_id": 5286, "table_id": "2-14640656-3", "question": "Which player is ranked number 3?", "sql": "SELECT \"Player\" FROM \"2-14640656-3\" WHERE \"Rank\" = 3.0;"} +{"question_id": 5287, "table_id": "2-14640656-3", "question": "Add up all the events whose earnings is less than $530808, have less than 2 wins and is ranked lower than 5.", "sql": "SELECT SUM(\"Events\") FROM \"2-14640656-3\" WHERE \"Earnings ( $ )\" < 530808.0 AND \"Wins\" < 2.0 AND \"Rank\" < 5.0;"} +{"question_id": 5288, "table_id": "2-14788955-4", "question": "Which Nations Cup has a Winter Series Champion of Andrew Bentley?", "sql": "SELECT \"Nations Cup\" FROM \"2-14788955-4\" WHERE \"Winter Series Champion\" = 'Andrew Bentley';"} +{"question_id": 5289, "table_id": "2-14788955-4", "question": "What secondary class of Winter Series champion Andrew Bentley?", "sql": "SELECT \"Secondary Class\" FROM \"2-14788955-4\" WHERE \"Winter Series Champion\" = 'Andrew Bentley';"} +{"question_id": 5290, "table_id": "2-14788955-4", "question": "What season has the champion of Nicolas Kiesa?", "sql": "SELECT \"Season\" FROM \"2-14788955-4\" WHERE \"Champion\" = 'Nicolas Kiesa';"} +{"question_id": 5291, "table_id": "2-14788955-4", "question": "What team's champion has a secondary class of Matt Rao for a Winter Series Champion of Not Held?", "sql": "SELECT \"Teams' Champion\" FROM \"2-14788955-4\" WHERE \"Winter Series Champion\" = 'Not Held' AND \"Secondary Class\" = 'Matt Rao';"} +{"question_id": 5292, "table_id": "2-14788955-4", "question": "Who is the Teams' Champion for the Season of 1989?", "sql": "SELECT \"Teams' Champion\" FROM \"2-14788955-4\" WHERE \"Season\" = '1989';"} +{"question_id": 5293, "table_id": "2-14662246-4", "question": "Who won the gold medal in 1998?", "sql": "SELECT \"Gold\" FROM \"2-14662246-4\" WHERE \"Year\" = 1998.0;"} +{"question_id": 5294, "table_id": "2-14662246-4", "question": "What is the total number of years when mika miyazato won the silver?", "sql": "SELECT COUNT(\"Year\") FROM \"2-14662246-4\" WHERE \"Silver\" = 'mika miyazato';"} +{"question_id": 5295, "table_id": "2-14662246-4", "question": "What is the location of the Asian Games after 2002 when Kim Hyun-Soo won the gold?", "sql": "SELECT \"Location\" FROM \"2-14662246-4\" WHERE \"Year\" > 2002.0 AND \"Gold\" = 'Kim Hyun-Soo';"} +{"question_id": 5296, "table_id": "2-14662246-4", "question": "What is the earliest year that Kim Hyun-Soo won the gold?", "sql": "SELECT MIN(\"Year\") FROM \"2-14662246-4\" WHERE \"Gold\" = 'Kim Hyun-Soo';"} +{"question_id": 5297, "table_id": "2-15211468-2", "question": "What was the broadcast date of the episode that visited South Africa?", "sql": "SELECT \"UK Broadcast Date\" FROM \"2-15211468-2\" WHERE \"Countries Visited\" = 'South Africa';"} +{"question_id": 5298, "table_id": "2-15211468-2", "question": "Which country did Natalia Makarova visit?", "sql": "SELECT \"Countries Visited\" FROM \"2-15211468-2\" WHERE \"Presenter\" = 'Natalia Makarova';"} +{"question_id": 5299, "table_id": "2-15211468-2", "question": "What is the broadcast date for the episode titled, \"From Hong Kong to Ulaanbaatar\"?", "sql": "SELECT \"UK Broadcast Date\" FROM \"2-15211468-2\" WHERE \"Episode Title\" = '\"From Hong Kong to Ulaanbaatar\"';"} +{"question_id": 5300, "table_id": "2-15211468-2", "question": "What is the broadcast date for the episode titled, \"St. Petersburg to Tashkent\"?", "sql": "SELECT \"UK Broadcast Date\" FROM \"2-15211468-2\" WHERE \"Episode Title\" = '\"St. Petersburg to Tashkent\"';"} +{"question_id": 5301, "table_id": "2-13810690-6", "question": "How many people attended the game on May 31?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-13810690-6\" WHERE \"Date\" = 'May 31';"} +{"question_id": 5302, "table_id": "2-13810690-6", "question": "How many people attended the game on may 10?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-13810690-6\" WHERE \"Date\" = 'may 10';"} +{"question_id": 5303, "table_id": "2-15100419-5", "question": "Which Overall is the lowest one that has a Round of 3?", "sql": "SELECT MIN(\"Overall\") FROM \"2-15100419-5\" WHERE \"Round\" = 3.0;"} +{"question_id": 5304, "table_id": "2-15100419-5", "question": "Which college did Kevin Landolt attend?", "sql": "SELECT \"College\" FROM \"2-15100419-5\" WHERE \"Name\" = 'Kevin Landolt';"} +{"question_id": 5305, "table_id": "2-15100419-5", "question": "Which Round is the average one that has a Pick # larger than 26, and a Position of Defensive Back?", "sql": "SELECT AVG(\"Round\") FROM \"2-15100419-5\" WHERE \"Pick #\" > 26.0 AND \"Position\" = 'Defensive Back';"} +{"question_id": 5306, "table_id": "2-15100419-5", "question": "Which College has a Pick # larger than 25, and a Round of 7, and a Name of Chris White?", "sql": "SELECT \"College\" FROM \"2-15100419-5\" WHERE \"Pick #\" > 25.0 AND \"Round\" = 7.0 AND \"Name\" = 'Chris White';"} +{"question_id": 5307, "table_id": "2-13619053-9", "question": "what was the average game when record was 16-63?", "sql": "SELECT AVG(\"Game\") FROM \"2-13619053-9\" WHERE \"Record\" = '16-63';"} +{"question_id": 5308, "table_id": "2-1369624-1", "question": "Median household income of $40,340, and a Number of households smaller than 64767 is what average population?", "sql": "SELECT AVG(\"Population\") FROM \"2-1369624-1\" WHERE \"Median household income\" = '$40,340' AND \"Number of households\" < 64767.0;"} +{"question_id": 5309, "table_id": "2-1431459-5", "question": "What party was Re-elected as an incumbent of Robert P. Kennedy?", "sql": "SELECT \"Party\" FROM \"2-1431459-5\" WHERE \"Result\" = 'Re-elected' AND \"Incumbent\" = 'Robert P. Kennedy';"} +{"question_id": 5310, "table_id": "2-1431459-5", "question": "Which Democratic incumbent is from the district of Ohio 7?", "sql": "SELECT \"Incumbent\" FROM \"2-1431459-5\" WHERE \"Party\" = 'Democratic' AND \"District\" = 'Ohio 7';"} +{"question_id": 5311, "table_id": "2-1431459-5", "question": "Which Republican was first elected in 1886 in the district of Ohio 17?", "sql": "SELECT \"Result\" FROM \"2-1431459-5\" WHERE \"Party\" = 'Republican' AND \"First elected\" = '1886' AND \"District\" = 'Ohio 17';"} +{"question_id": 5312, "table_id": "2-1431459-5", "question": "Which result was in the district of Ohio 6?", "sql": "SELECT \"Result\" FROM \"2-1431459-5\" WHERE \"District\" = 'Ohio 6';"} +{"question_id": 5313, "table_id": "2-1431459-5", "question": "Who was first elected as the result of a Retired Republican gain in the district of Ohio 21?", "sql": "SELECT \"First elected\" FROM \"2-1431459-5\" WHERE \"Result\" = 'Retired Republican gain' AND \"District\" = 'Ohio 21';"} +{"question_id": 5314, "table_id": "2-14323142-11", "question": "On May 9 after Game 3, what was the Opponent?", "sql": "SELECT \"Opponent\" FROM \"2-14323142-11\" WHERE \"Game\" > 3.0 AND \"Date\" = 'May 9';"} +{"question_id": 5315, "table_id": "2-15149189-6", "question": "Which Player has a Position of Number 8, and a Club/province of Scarlets?", "sql": "SELECT \"Player\" FROM \"2-15149189-6\" WHERE \"Position\" = 'Number 8' AND \"Club/province\" = 'Scarlets';"} +{"question_id": 5316, "table_id": "2-15149189-6", "question": "Which Club/province has a Position of Centre, and Caps of 27?", "sql": "SELECT \"Club/province\" FROM \"2-15149189-6\" WHERE \"Position\" = 'Centre' AND \"Caps\" = 27.0;"} +{"question_id": 5317, "table_id": "2-15149189-6", "question": "What position does Alun Wyn Jones play?", "sql": "SELECT \"Position\" FROM \"2-15149189-6\" WHERE \"Player\" = 'Alun Wyn Jones';"} +{"question_id": 5318, "table_id": "2-15149189-6", "question": "Which Date of Birth (Age) has a Club/province of Blues, and Caps larger than 0, and a Player of Tom James?", "sql": "SELECT \"Date of Birth (Age)\" FROM \"2-15149189-6\" WHERE \"Club/province\" = 'Blues' AND \"Caps\" > 0.0 AND \"Player\" = 'Tom James';"} +{"question_id": 5319, "table_id": "2-15149189-6", "question": "Which Caps is the lowest one that has a Club/province of Ospreys, and a Date of Birth (Age) of 19 September 1985?", "sql": "SELECT MIN(\"Caps\") FROM \"2-15149189-6\" WHERE \"Club/province\" = 'Ospreys' AND \"Date of Birth (Age)\" = '19 September 1985';"} +{"question_id": 5320, "table_id": "2-13931419-2", "question": "What is the average attendance of the game where the home team was the Blues?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13931419-2\" WHERE \"Home\" = 'Blues';"} +{"question_id": 5321, "table_id": "2-14196346-1", "question": "Which Case capacity (%) is the lowest one that has an 8.23 g (127 gr) of 102.7, and a 9.72 g (150 gr) smaller than 102.7?", "sql": "SELECT MIN(\"Case capacity (%)\") FROM \"2-14196346-1\" WHERE \"8.23 g (127 gr)\" = 102.7 AND \"9.72 g (150 gr)\" < 102.7;"} +{"question_id": 5322, "table_id": "2-14196346-1", "question": "Which 8.23 g (127 gr) has a Bullet weight gram (grain) of 8x64mm s, and a 12.96 g (200 gr) smaller than 102.9?", "sql": "SELECT AVG(\"8.23 g (127 gr)\") FROM \"2-14196346-1\" WHERE \"Bullet weight gram (grain)\" = '8x64mm s' AND \"12.96 g (200 gr)\" < 102.9;"} +{"question_id": 5323, "table_id": "2-14196346-1", "question": "Which 9.72 g (150 gr) has a Bullet weight gram (grain) of .325 WSM, and an 8.23 g (127 gr) smaller than 108.7?", "sql": "SELECT AVG(\"9.72 g (150 gr)\") FROM \"2-14196346-1\" WHERE \"Bullet weight gram (grain)\" = '.325 WSM' AND \"8.23 g (127 gr)\" < 108.7;"} +{"question_id": 5324, "table_id": "2-14196346-1", "question": "Which 8.23 g (127 gr) is the highest one that has a Bullet weight gram (grain) of 8x64mm s, and a Case capacity (%) smaller than 110.3?", "sql": "SELECT MAX(\"8.23 g (127 gr)\") FROM \"2-14196346-1\" WHERE \"Bullet weight gram (grain)\" = '8x64mm s' AND \"Case capacity (%)\" < 110.3;"} +{"question_id": 5325, "table_id": "2-14196346-1", "question": "Which Case capacity (%) has a 9.72 g (150 gr) larger than 112.3?", "sql": "SELECT AVG(\"Case capacity (%)\") FROM \"2-14196346-1\" WHERE \"9.72 g (150 gr)\" > 112.3;"} +{"question_id": 5326, "table_id": "2-13874304-2", "question": "What is the Position of the Level 3 winner from Saint Kitts and Nevis?", "sql": "SELECT \"Position\" FROM \"2-13874304-2\" WHERE \"Level\" = 3.0 AND \"Nationality\" = 'Saint Kitts and Nevis';"} +{"question_id": 5327, "table_id": "2-13874304-2", "question": "What Goals with a Level of 5 or greater is the lowest?", "sql": "SELECT MIN(\"Goals\") FROM \"2-13874304-2\" WHERE \"Level\" > 5.0;"} +{"question_id": 5328, "table_id": "2-13874304-2", "question": "What is the Position of the winner with 18 Goals and Level of 5?", "sql": "SELECT \"Position\" FROM \"2-13874304-2\" WHERE \"Goals\" = 18.0 AND \"Level\" = 5.0;"} +{"question_id": 5329, "table_id": "2-13555999-1", "question": "Which University students and adults have Minimum diameter of sakigawa for Female gender?", "sql": "SELECT \"University students and Adults (18yrs+)\" FROM \"2-13555999-1\" WHERE \"Specification\" = 'Minimum diameter of sakigawa' AND \"Gender\" = 'Female';"} +{"question_id": 5330, "table_id": "2-13555999-1", "question": "Which junior high school has Male and Female genders?", "sql": "SELECT \"Junior High School (12–15 yrs)\" FROM \"2-13555999-1\" WHERE \"Gender\" = 'Male and Female';"} +{"question_id": 5331, "table_id": "2-13555999-1", "question": "Which gender is associated with University students and adults of 25mm?", "sql": "SELECT \"Gender\" FROM \"2-13555999-1\" WHERE \"University students and Adults (18yrs+)\" = '25mm';"} +{"question_id": 5332, "table_id": "2-13555999-1", "question": "Which junior high school has university students and adults of 26mm?", "sql": "SELECT \"Junior High School (12–15 yrs)\" FROM \"2-13555999-1\" WHERE \"University students and Adults (18yrs+)\" = '26mm';"} +{"question_id": 5333, "table_id": "2-13555999-1", "question": "What value for university students and adult goes with Male gender for Minimum weight?", "sql": "SELECT \"University students and Adults (18yrs+)\" FROM \"2-13555999-1\" WHERE \"Gender\" = 'Male' AND \"Specification\" = 'Minimum weight';"} +{"question_id": 5334, "table_id": "2-1445467-1", "question": "What metro vincity has the venue that opened in 1999?", "sql": "SELECT \"Metro Vincity\" FROM \"2-1445467-1\" WHERE \"Opened\" = '1999';"} +{"question_id": 5335, "table_id": "2-1445467-1", "question": "What is the total capacity of venues that opened in 1999?", "sql": "SELECT COUNT(\"Capacity\") FROM \"2-1445467-1\" WHERE \"Opened\" = '1999';"} +{"question_id": 5336, "table_id": "2-1451705-5", "question": "What date has AUS by 382 runs as the result?", "sql": "SELECT \"Date\" FROM \"2-1451705-5\" WHERE \"Result\" = 'AUS by 382 runs';"} +{"question_id": 5337, "table_id": "2-1451705-5", "question": "What venue has ENG by 10 runs as the result?", "sql": "SELECT \"Venue\" FROM \"2-1451705-5\" WHERE \"Result\" = 'ENG by 10 runs';"} +{"question_id": 5338, "table_id": "2-1451705-5", "question": "What date has George Giffen as the home captain, and Sydney Cricket Ground as the venue?", "sql": "SELECT \"Date\" FROM \"2-1451705-5\" WHERE \"Home captain\" = 'George Giffen' AND \"Venue\" = 'Sydney Cricket Ground';"} +{"question_id": 5339, "table_id": "2-14035046-3", "question": "Gold of 0, and a Bronze smaller than 0 and what is the sum of the silver?", "sql": "SELECT SUM(\"Silver\") FROM \"2-14035046-3\" WHERE \"Gold\" = 0.0 AND \"Bronze\" < 0.0;"} +{"question_id": 5340, "table_id": "2-14035046-3", "question": "Gold of 0, and a Total larger than 0, and a Silver larger than 1 and what is the highest bronze?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-14035046-3\" WHERE \"Gold\" = 0.0 AND \"Total\" > 0.0 AND \"Silver\" > 1.0;"} +{"question_id": 5341, "table_id": "2-14035046-3", "question": "Gold larger than 0, and a Bronze larger than 1 includes what total number of silver?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14035046-3\" WHERE \"Gold\" > 0.0 AND \"Bronze\" > 1.0;"} +{"question_id": 5342, "table_id": "2-14035046-3", "question": "Bronze of 0, and a Total of 1, and a Silver smaller than 1 what is the lowest gold?", "sql": "SELECT MIN(\"Gold\") FROM \"2-14035046-3\" WHERE \"Bronze\" = 0.0 AND \"Total\" = 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 5343, "table_id": "2-13845918-1", "question": "Who was the men's single in 1940?", "sql": "SELECT \"Men's singles\" FROM \"2-13845918-1\" WHERE \"Year\" = '1940';"} +{"question_id": 5344, "table_id": "2-13845918-1", "question": "Who played women's singles in 1933?", "sql": "SELECT \"Women's singles\" FROM \"2-13845918-1\" WHERE \"Year\" = '1933';"} +{"question_id": 5345, "table_id": "2-13845918-1", "question": "Who played mixed doubles when Anna Keir played women's singles?", "sql": "SELECT \"Mixed doubles\" FROM \"2-13845918-1\" WHERE \"Women's singles\" = 'Anna Keir';"} +{"question_id": 5346, "table_id": "2-13845918-1", "question": "In what year did Yvette Porteous play women's singles?", "sql": "SELECT \"Year\" FROM \"2-13845918-1\" WHERE \"Women's singles\" = 'Yvette Porteous';"} +{"question_id": 5347, "table_id": "2-15002177-1", "question": "Who won women's doubles in 1998?", "sql": "SELECT \"Women's doubles\" FROM \"2-15002177-1\" WHERE \"Year\" = 1998.0;"} +{"question_id": 5348, "table_id": "2-15295737-108", "question": "Which Third has a Lead of Zanda Bikše?", "sql": "SELECT \"Third\" FROM \"2-15295737-108\" WHERE \"Lead\" = 'Zanda Bikše';"} +{"question_id": 5349, "table_id": "2-15295737-108", "question": "Which Third has a Nation of Hungary?", "sql": "SELECT \"Third\" FROM \"2-15295737-108\" WHERE \"Nation\" = 'Hungary';"} +{"question_id": 5350, "table_id": "2-15295737-108", "question": "Which Second has a Nation of Latvia?", "sql": "SELECT \"Second\" FROM \"2-15295737-108\" WHERE \"Nation\" = 'Latvia';"} +{"question_id": 5351, "table_id": "2-15295737-108", "question": "Which Lead has a Nation of Croatia?", "sql": "SELECT \"Lead\" FROM \"2-15295737-108\" WHERE \"Nation\" = 'Croatia';"} +{"question_id": 5352, "table_id": "2-15295737-108", "question": "Which Nation has a Lead of Alexandra Bruckmiller?", "sql": "SELECT \"Nation\" FROM \"2-15295737-108\" WHERE \"Lead\" = 'Alexandra Bruckmiller';"} +{"question_id": 5353, "table_id": "2-15295737-108", "question": "Which Skip has a Third of Constanze Hummelt?", "sql": "SELECT \"Skip\" FROM \"2-15295737-108\" WHERE \"Third\" = 'Constanze Hummelt';"} +{"question_id": 5354, "table_id": "2-15040-8", "question": "what is the spanish word for garden", "sql": "SELECT \"Spanish\" FROM \"2-15040-8\" WHERE \"English\" = 'garden';"} +{"question_id": 5355, "table_id": "2-15040-8", "question": "what is the italian word for the french word 'mer'", "sql": "SELECT \"Italian\" FROM \"2-15040-8\" WHERE \"French\" = 'mer';"} +{"question_id": 5356, "table_id": "2-15040-8", "question": "what is the english word for cavallo", "sql": "SELECT \"English\" FROM \"2-15040-8\" WHERE \"Italian\" = 'cavallo';"} +{"question_id": 5357, "table_id": "2-14342592-13", "question": "What Player has more than 1 Touchdowns with 0 Extra Points and less than 50 Points?", "sql": "SELECT \"Player\" FROM \"2-14342592-13\" WHERE \"Touchdowns\" > 1.0 AND \"Extra points\" = 0.0 AND \"Points\" < 50.0;"} +{"question_id": 5358, "table_id": "2-14342592-13", "question": "What Player has less than 10 Touchdowns and 0 Extra points and more than 5 Points?", "sql": "SELECT \"Player\" FROM \"2-14342592-13\" WHERE \"Touchdowns\" < 10.0 AND \"Extra points\" = 0.0 AND \"Points\" > 5.0;"} +{"question_id": 5359, "table_id": "2-14342592-13", "question": "How many Extra Points were scored by the Player who had 5 Points and less than 1 Touchdowns?", "sql": "SELECT MIN(\"Extra points\") FROM \"2-14342592-13\" WHERE \"Points\" = 5.0 AND \"Touchdowns\" < 1.0;"} +{"question_id": 5360, "table_id": "2-15186335-1", "question": "Name the least year for European Indoor Championships result of 3rd", "sql": "SELECT MIN(\"Year\") FROM \"2-15186335-1\" WHERE \"Tournament\" = 'European Indoor Championships' AND \"Result\" = '3rd';"} +{"question_id": 5361, "table_id": "2-13741576-2", "question": "What is the played value with 51 points?", "sql": "SELECT \"Played\" FROM \"2-13741576-2\" WHERE \"Points\" = '51';"} +{"question_id": 5362, "table_id": "2-13741576-2", "question": "How many tries for Nelson RFC?", "sql": "SELECT \"Tries for\" FROM \"2-13741576-2\" WHERE \"Club\" = 'Nelson RFC';"} +{"question_id": 5363, "table_id": "2-13741576-2", "question": "What is the losing bonus with 1 draw and 13 losses?", "sql": "SELECT \"Losing bonus\" FROM \"2-13741576-2\" WHERE \"Drawn\" = '1' AND \"Lost\" = '13';"} +{"question_id": 5364, "table_id": "2-13741576-2", "question": "How many tries when 22 are played with 1 draw and a try bonus of 13?", "sql": "SELECT \"Tries against\" FROM \"2-13741576-2\" WHERE \"Played\" = '22' AND \"Drawn\" = '1' AND \"Try bonus\" = '13';"} +{"question_id": 5365, "table_id": "2-13741576-2", "question": "How many points were scored against with a losing bonus of 1 for Blaenavon RFC?", "sql": "SELECT \"Points against\" FROM \"2-13741576-2\" WHERE \"Losing bonus\" = '1' AND \"Club\" = 'Blaenavon RFC';"} +{"question_id": 5366, "table_id": "2-13621625-2", "question": "Who is the opponent of the Submission (triangle choke) method of submission?", "sql": "SELECT \"Opponent\" FROM \"2-13621625-2\" WHERE \"Method\" = 'Submission (triangle choke)';"} +{"question_id": 5367, "table_id": "2-15152729-6", "question": "What Competition had a game on October 31, 1979?", "sql": "SELECT \"Competition\" FROM \"2-15152729-6\" WHERE \"Date\" = 'October 31, 1979';"} +{"question_id": 5368, "table_id": "2-15152729-6", "question": "On what Date was Palhinha Brazil Scorers?", "sql": "SELECT \"Date\" FROM \"2-15152729-6\" WHERE \"Brazil scorers\" = 'Palhinha';"} +{"question_id": 5369, "table_id": "2-15152729-6", "question": "What Brazil scorers have a 1-1 Score?", "sql": "SELECT \"Brazil scorers\" FROM \"2-15152729-6\" WHERE \"Score\" = '1-1';"} +{"question_id": 5370, "table_id": "2-15152729-6", "question": "What Brazil scorers have a 2-1 Score?", "sql": "SELECT \"Brazil scorers\" FROM \"2-15152729-6\" WHERE \"Score\" = '2-1';"} +{"question_id": 5371, "table_id": "2-15152729-6", "question": "What Competition's Score was 1-2?", "sql": "SELECT \"Competition\" FROM \"2-15152729-6\" WHERE \"Score\" = '1-2';"} +{"question_id": 5372, "table_id": "2-14344289-5", "question": "Which Points have an Opponent of calgary flames, and a January larger than 22?", "sql": "SELECT AVG(\"Points\") FROM \"2-14344289-5\" WHERE \"Opponent\" = 'calgary flames' AND \"January\" > 22.0;"} +{"question_id": 5373, "table_id": "2-14344289-5", "question": "Which Points have a Record of 21–20–6?", "sql": "SELECT SUM(\"Points\") FROM \"2-14344289-5\" WHERE \"Record\" = '21–20–6';"} +{"question_id": 5374, "table_id": "2-14344289-5", "question": "Which January has a Game of 50?", "sql": "SELECT AVG(\"January\") FROM \"2-14344289-5\" WHERE \"Game\" = 50.0;"} +{"question_id": 5375, "table_id": "2-13964884-2", "question": "On what Date was the Attendance larger than 14427 and a Loss of Jon Lieber (4–1)?", "sql": "SELECT \"Date\" FROM \"2-13964884-2\" WHERE \"Attendance\" > 14427.0 AND \"Loss\" = 'Jon Lieber (4–1)';"} +{"question_id": 5376, "table_id": "2-14290390-3", "question": "Which Record has an Opponent of Pittsburgh Pirates, and a Date of May 5?", "sql": "SELECT \"Record\" FROM \"2-14290390-3\" WHERE \"Opponent\" = 'Pittsburgh Pirates' AND \"Date\" = 'May 5';"} +{"question_id": 5377, "table_id": "2-14290390-3", "question": "Which Attendance has an Opponent of Pittsburgh Pirates, and a Date of May 5?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-14290390-3\" WHERE \"Opponent\" = 'Pittsburgh Pirates' AND \"Date\" = 'May 5';"} +{"question_id": 5378, "table_id": "2-14290390-3", "question": "Which Attendance is the highest one that has a Record of 15-28?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-14290390-3\" WHERE \"Record\" = '15-28';"} +{"question_id": 5379, "table_id": "2-13990653-4", "question": "What is the date of the match where Jeriome Robertson lost?", "sql": "SELECT \"Date\" FROM \"2-13990653-4\" WHERE \"Loss\" = 'Jeriome Robertson';"} +{"question_id": 5380, "table_id": "2-13990653-4", "question": "What is the score of the match with a save Postponed Rescheduled for June 24?", "sql": "SELECT \"Score\" FROM \"2-13990653-4\" WHERE \"Save\" = 'Postponed Rescheduled for June 24';"} +{"question_id": 5381, "table_id": "2-13990653-4", "question": "What is the date of the match with Brother Elephants as the opponent and a save of ||4,117?", "sql": "SELECT \"Date\" FROM \"2-13990653-4\" WHERE \"Opponent\" = 'Brother Elephants' AND \"Save\" = '||4,117';"} +{"question_id": 5382, "table_id": "2-15198842-38", "question": "What is the least round number for jon olinger, who was picked before pick # 24?", "sql": "SELECT MIN(\"Round\") FROM \"2-15198842-38\" WHERE \"Name\" = 'jon olinger' AND \"Pick #\" < 24.0;"} +{"question_id": 5383, "table_id": "2-15198842-38", "question": "Before round 7, what is the greatest Pick # for a player that plays defensive tackle?", "sql": "SELECT MAX(\"Pick #\") FROM \"2-15198842-38\" WHERE \"Position\" = 'defensive tackle' AND \"Round\" < 7.0;"} +{"question_id": 5384, "table_id": "2-14055394-2", "question": "What was the record on December 8 when the Boston Bruins visited?", "sql": "SELECT \"Record\" FROM \"2-14055394-2\" WHERE \"Visitor\" = 'Boston Bruins' AND \"Date\" = 'December 8';"} +{"question_id": 5385, "table_id": "2-14055394-2", "question": "what was the score on November 3?", "sql": "SELECT \"Score\" FROM \"2-14055394-2\" WHERE \"Date\" = 'November 3';"} +{"question_id": 5386, "table_id": "2-14055394-2", "question": "who visited on November 17?", "sql": "SELECT \"Visitor\" FROM \"2-14055394-2\" WHERE \"Date\" = 'November 17';"} +{"question_id": 5387, "table_id": "2-14097856-1", "question": "What is the name of the head coach of 1974?", "sql": "SELECT \"Name\" FROM \"2-14097856-1\" WHERE \"Years\" = '1974';"} +{"question_id": 5388, "table_id": "2-14097856-1", "question": "What is the average number of seasons for terri drake who lost less than 9?", "sql": "SELECT AVG(\"Seasons\") FROM \"2-14097856-1\" WHERE \"Name\" = 'terri drake' AND \"Lost\" < 9.0;"} +{"question_id": 5389, "table_id": "2-14097856-1", "question": "What is the lowest number of seasons that the head coach of 1982 had with larger than 9 losses?", "sql": "SELECT MIN(\"Seasons\") FROM \"2-14097856-1\" WHERE \"Years\" = '1982' AND \"Lost\" > 9.0;"} +{"question_id": 5390, "table_id": "2-136773-11", "question": "Which webcast was in Spanish Contemporary on xhnoe.com?", "sql": "SELECT \"Webcast\" FROM \"2-136773-11\" WHERE \"Format\" = 'Spanish Contemporary' AND \"Website\" = 'xhnoe.com';"} +{"question_id": 5391, "table_id": "2-136773-11", "question": "What is the highest frequency from uncionfeypoder.com?", "sql": "SELECT MAX(\"Frequency\") FROM \"2-136773-11\" WHERE \"Website\" = 'uncionfeypoder.com';"} +{"question_id": 5392, "table_id": "2-136773-11", "question": "What is the format for Digital 94.9?", "sql": "SELECT \"Format\" FROM \"2-136773-11\" WHERE \"Brand\" = 'Digital 94.9';"} +{"question_id": 5393, "table_id": "2-14553278-1", "question": "What is the population for Deed number of 21352021?", "sql": "SELECT \"Population\" FROM \"2-14553278-1\" WHERE \"Deed number\" = '21352021';"} +{"question_id": 5394, "table_id": "2-14553278-1", "question": "What is the average Area (km²) that shows Excised from Shire of Cook and a Population smaller than 463 for the community of Wujal Wujal (Bloomfield River)?", "sql": "SELECT AVG(\"Area (km²)\") FROM \"2-14553278-1\" WHERE \"Excised from\" = 'Shire of Cook' AND \"Population\" < 463.0 AND \"Name of community\" = 'Wujal Wujal (Bloomfield River)';"} +{"question_id": 5395, "table_id": "2-14553278-1", "question": "What was the deed number with a population of more than 869 in the Woorabinda community?", "sql": "SELECT \"Deed number\" FROM \"2-14553278-1\" WHERE \"Population\" > 869.0 AND \"Name of community\" = 'Woorabinda';"} +{"question_id": 5396, "table_id": "2-14553278-1", "question": "What is the smallest population with an Area (km²) of 1115.4?", "sql": "SELECT MIN(\"Population\") FROM \"2-14553278-1\" WHERE \"Area (km²)\" = 1115.4;"} +{"question_id": 5397, "table_id": "2-14553278-1", "question": "What is the largest Area (km²) for Deed number of 21352022 with a Population of more than 184?", "sql": "SELECT MAX(\"Area (km²)\") FROM \"2-14553278-1\" WHERE \"Deed number\" = '21352022' AND \"Population\" > 184.0;"} +{"question_id": 5398, "table_id": "2-14540505-3", "question": "What is the result of the match on 16 October 2012 with less than 4 goals?", "sql": "SELECT \"Result\" FROM \"2-14540505-3\" WHERE \"Goal\" < 4.0 AND \"Date\" = '16 October 2012';"} +{"question_id": 5399, "table_id": "2-14176339-3", "question": "Which Opposition has a Year smaller than 1977, and a City of Manchester?", "sql": "SELECT \"Opposition\" FROM \"2-14176339-3\" WHERE \"Year\" < 1977.0 AND \"City\" = 'Manchester';"} +{"question_id": 5400, "table_id": "2-14176339-3", "question": "Which Score is the lowest one that has a Year of 1868?", "sql": "SELECT MIN(\"Score\") FROM \"2-14176339-3\" WHERE \"Year\" = 1868.0;"} +{"question_id": 5401, "table_id": "2-14176339-3", "question": "Which Venue has a Year larger than 1868, and an Opposition of Derbyshire?", "sql": "SELECT \"Venue\" FROM \"2-14176339-3\" WHERE \"Year\" > 1868.0 AND \"Opposition\" = 'Derbyshire';"} +{"question_id": 5402, "table_id": "2-14176339-3", "question": "Which City has a Score smaller than 30, and a Venue of Aigburth?", "sql": "SELECT \"City\" FROM \"2-14176339-3\" WHERE \"Score\" < 30.0 AND \"Venue\" = 'Aigburth';"} +{"question_id": 5403, "table_id": "2-15137463-2", "question": "What is the Position of the player with a Height off 188cm?", "sql": "SELECT \"Position\" FROM \"2-15137463-2\" WHERE \"Height\" = '188cm';"} +{"question_id": 5404, "table_id": "2-15137463-2", "question": "What is Alexander Wronski's Position?", "sql": "SELECT \"Position\" FROM \"2-15137463-2\" WHERE \"Name\" = 'Alexander Wronski';"} +{"question_id": 5405, "table_id": "2-15137463-2", "question": "What is Senyi N'Diaye's Position?", "sql": "SELECT \"Position\" FROM \"2-15137463-2\" WHERE \"Name\" = 'Senyi N''Diaye';"} +{"question_id": 5406, "table_id": "2-14415944-1", "question": "What was the date of the Friendly competition with a score of 4-0?", "sql": "SELECT \"Date\" FROM \"2-14415944-1\" WHERE \"Competition\" = 'Friendly' AND \"Score\" = '4-0';"} +{"question_id": 5407, "table_id": "2-14415944-1", "question": "Where did the competition take place at on August 3, 2005 with a score of 5-0?", "sql": "SELECT \"Venue\" FROM \"2-14415944-1\" WHERE \"Score\" = '5-0' AND \"Date\" = 'August 3, 2005';"} +{"question_id": 5408, "table_id": "2-14415944-1", "question": "What was the result of the 2007 Gulf Cup of Nations?", "sql": "SELECT \"Result\" FROM \"2-14415944-1\" WHERE \"Competition\" = '2007 Gulf Cup of Nations';"} +{"question_id": 5409, "table_id": "2-14415944-1", "question": "What was the result of the competition that had a score of 4-0?", "sql": "SELECT \"Result\" FROM \"2-14415944-1\" WHERE \"Score\" = '4-0';"} +{"question_id": 5410, "table_id": "2-1481865-1", "question": "What is the English title for season 6?", "sql": "SELECT \"Title (English)\" FROM \"2-1481865-1\" WHERE \"Number of season\" = 6.0;"} +{"question_id": 5411, "table_id": "2-15204473-1", "question": "What is the highest season wth a Win of 1 and a Position that is 8th?", "sql": "SELECT MAX(\"Season\") FROM \"2-15204473-1\" WHERE \"Wins\" = 1.0 AND \"Position\" = '8th';"} +{"question_id": 5412, "table_id": "2-15204473-1", "question": "What is the total number of Races with a Pole that is larger than 0?", "sql": "SELECT COUNT(\"Races\") FROM \"2-15204473-1\" WHERE \"Poles\" > 0.0;"} +{"question_id": 5413, "table_id": "2-15204473-1", "question": "What is the lowest Poles with a Season that is larger than 2009?", "sql": "SELECT MIN(\"Poles\") FROM \"2-15204473-1\" WHERE \"Season\" > 2009.0;"} +{"question_id": 5414, "table_id": "2-13812785-9", "question": "Which team has a location attendance of Air Canada Centre 19,800 with a record of 41–33?", "sql": "SELECT \"Team\" FROM \"2-13812785-9\" WHERE \"Location Attendance\" = 'Air Canada Centre 19,800' AND \"Record\" = '41–33';"} +{"question_id": 5415, "table_id": "2-14344570-4", "question": "Which December has a Record of 21–8–4, and a Game larger than 33?", "sql": "SELECT AVG(\"December\") FROM \"2-14344570-4\" WHERE \"Record\" = '21–8–4' AND \"Game\" > 33.0;"} +{"question_id": 5416, "table_id": "2-14344570-4", "question": "Which Opponent has a Score of 4–5 OT?", "sql": "SELECT \"Opponent\" FROM \"2-14344570-4\" WHERE \"Score\" = '4–5 OT';"} +{"question_id": 5417, "table_id": "2-14344570-4", "question": "Which Game is the highest one that has an Opponent of new york islanders, and a December larger than 10?", "sql": "SELECT MAX(\"Game\") FROM \"2-14344570-4\" WHERE \"Opponent\" = 'new york islanders' AND \"December\" > 10.0;"} +{"question_id": 5418, "table_id": "2-14611491-1", "question": "What tournament was located in Colorado?", "sql": "SELECT \"Tournament\" FROM \"2-14611491-1\" WHERE \"Location\" = 'Colorado';"} +{"question_id": 5419, "table_id": "2-14611491-1", "question": "What is the date of the Sprint International tournament where the first prize was 216000 dollars?", "sql": "SELECT \"Date\" FROM \"2-14611491-1\" WHERE \"1st prize ( $ )\" > 216000.0 AND \"Tournament\" = 'Sprint International';"} +{"question_id": 5420, "table_id": "2-14617448-3", "question": "What is the total TD's of the strongest storm william that has a total TC's smaller than 2?", "sql": "SELECT COUNT(\"Total TD's\") FROM \"2-14617448-3\" WHERE \"Strongest storm\" = 'william' AND \"Total TC's\" < 2.0;"} +{"question_id": 5421, "table_id": "2-14617448-3", "question": "What is the total number of TD's of the gavin storm with a total STC's smaller than 6?", "sql": "SELECT COUNT(\"Total TD's\") FROM \"2-14617448-3\" WHERE \"Strongest storm\" = 'gavin' AND \"Total STC's\" < 6.0;"} +{"question_id": 5422, "table_id": "2-14984050-1", "question": "On what date was the game in Week 9 played?", "sql": "SELECT \"Date\" FROM \"2-14984050-1\" WHERE \"Week\" = 9.0;"} +{"question_id": 5423, "table_id": "2-14984050-1", "question": "What was the record of the game after Week 6 with an attendance larger than 52560?", "sql": "SELECT \"Record\" FROM \"2-14984050-1\" WHERE \"Week\" > 6.0 AND \"Attendance\" > 52560.0;"} +{"question_id": 5424, "table_id": "2-14984050-1", "question": "What is the highest attendance rate at Milwaukee County Stadium?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-14984050-1\" WHERE \"Game Site\" = 'Milwaukee County Stadium';"} +{"question_id": 5425, "table_id": "2-1370559-1", "question": "What's Ontario's highest Ends Lost?", "sql": "SELECT MAX(\"Ends Lost\") FROM \"2-1370559-1\" WHERE \"Locale\" = 'Ontario';"} +{"question_id": 5426, "table_id": "2-1370559-1", "question": "What is the shot % with a 44+ Ends Lost, skip cathy king, and smaller than 13 Black Ends?", "sql": "SELECT MAX(\"Shot Pct.\") FROM \"2-1370559-1\" WHERE \"Ends Lost\" > 44.0 AND \"Skip\" = 'cathy king' AND \"Blank Ends\" < 13.0;"} +{"question_id": 5427, "table_id": "2-1370559-1", "question": "What's the highest Ends Lost with a shot % greater than 77, 11 blank ends, 7 stolen ends, and more than 44 ends one?", "sql": "SELECT MAX(\"Ends Lost\") FROM \"2-1370559-1\" WHERE \"Shot Pct.\" > 77.0 AND \"Blank Ends\" = 11.0 AND \"Stolen Ends\" = 7.0 AND \"Ends Won\" > 44.0;"} +{"question_id": 5428, "table_id": "2-15187735-18", "question": "Which Segment C that has an Episode lower than 230, and a Segment A consisting of Wax Figures?", "sql": "SELECT \"Segment C\" FROM \"2-15187735-18\" WHERE \"Episode\" < 230.0 AND \"Segment A\" = 'Wax Figures';"} +{"question_id": 5429, "table_id": "2-15187735-18", "question": "Which Segment A has a Segment B of s Awning?", "sql": "SELECT \"Segment A\" FROM \"2-15187735-18\" WHERE \"Segment B\" = 's Awning';"} +{"question_id": 5430, "table_id": "2-14265680-2", "question": "Which church had a Split off/Continuation in 1836?", "sql": "SELECT \"Split off / Continuation of\" FROM \"2-14265680-2\" WHERE \"Date\" = '1836';"} +{"question_id": 5431, "table_id": "2-14265680-2", "question": "Which church was organized by George M. Hinkle?", "sql": "SELECT \"Church name\" FROM \"2-14265680-2\" WHERE \"Organized by\" = 'George M. Hinkle';"} +{"question_id": 5432, "table_id": "2-14265680-2", "question": "What was the Pure Church of Christ's Split off/ Continuation?", "sql": "SELECT \"Split off / Continuation of\" FROM \"2-14265680-2\" WHERE \"Church name\" = 'Pure Church of Christ';"} +{"question_id": 5433, "table_id": "2-14265680-2", "question": "What was the Independent Church's Split off/ Continuation?", "sql": "SELECT \"Split off / Continuation of\" FROM \"2-14265680-2\" WHERE \"Church name\" = 'Independent Church';"} +{"question_id": 5434, "table_id": "2-14265680-2", "question": "Who organized Alston Church?", "sql": "SELECT \"Organized by\" FROM \"2-14265680-2\" WHERE \"Church name\" = 'Alston Church';"} +{"question_id": 5435, "table_id": "2-14094649-10", "question": "what is the name of The Netherlands head quarters", "sql": "SELECT \"Name\" FROM \"2-14094649-10\" WHERE \"Headquarters\" = 'The Netherlands';"} +{"question_id": 5436, "table_id": "2-14209455-12", "question": "what person was in rank 10", "sql": "SELECT \"Rider\" FROM \"2-14209455-12\" WHERE \"Rank\" = 10.0;"} +{"question_id": 5437, "table_id": "2-13599687-53", "question": "Which driver has 23 as 3rd places?", "sql": "SELECT \"Driver\" FROM \"2-13599687-53\" WHERE \"3rd places\" = 23.0;"} +{"question_id": 5438, "table_id": "2-13599687-53", "question": "What is the least amount of entries that has 9.31% as a percentage with a 3rd place larger than 23?", "sql": "SELECT MIN(\"Entries\") FROM \"2-13599687-53\" WHERE \"Percentage\" = '9.31%' AND \"3rd places\" > 23.0;"} +{"question_id": 5439, "table_id": "2-13599687-53", "question": "How many entries have 3rd places greater than 19, and alain prost as the driver?", "sql": "SELECT COUNT(\"Entries\") FROM \"2-13599687-53\" WHERE \"3rd places\" > 19.0 AND \"Driver\" = 'alain prost';"} +{"question_id": 5440, "table_id": "2-13599687-53", "question": "Which driver has 210 as entries?", "sql": "SELECT \"Driver\" FROM \"2-13599687-53\" WHERE \"Entries\" = 210.0;"} +{"question_id": 5441, "table_id": "2-13599687-53", "question": "Which seasons have Fernando Alonso as the driver?", "sql": "SELECT \"Seasons\" FROM \"2-13599687-53\" WHERE \"Driver\" = 'Fernando Alonso';"} +{"question_id": 5442, "table_id": "2-15023739-2", "question": "What club had 0 goals?", "sql": "SELECT \"Club\" FROM \"2-15023739-2\" WHERE \"Goals\" = 0.0;"} +{"question_id": 5443, "table_id": "2-15023739-2", "question": "What club had over 0 goals in 2011?", "sql": "SELECT \"Club\" FROM \"2-15023739-2\" WHERE \"Goals\" > 0.0 AND \"Season\" = '2011';"} +{"question_id": 5444, "table_id": "2-14292964-18", "question": "What team drove a Dodge vehicle?", "sql": "SELECT \"Team\" FROM \"2-14292964-18\" WHERE \"Make\" = 'Dodge';"} +{"question_id": 5445, "table_id": "2-14292964-18", "question": "What was Stacy Compton's position?", "sql": "SELECT \"Pos.\" FROM \"2-14292964-18\" WHERE \"Driver\" = 'Stacy Compton';"} +{"question_id": 5446, "table_id": "2-14292964-18", "question": "What was the average position of car number 59?", "sql": "SELECT AVG(\"Pos.\") FROM \"2-14292964-18\" WHERE \"Car #\" = 59.0;"} +{"question_id": 5447, "table_id": "2-13552019-2", "question": "How much was the loss of April 25?", "sql": "SELECT \"Loss\" FROM \"2-13552019-2\" WHERE \"Date\" = 'April 25';"} +{"question_id": 5448, "table_id": "2-14639905-3", "question": "What is the average total with less than 8 bronze, 3 silver, and a Rank smaller than 2?", "sql": "SELECT AVG(\"Total\") FROM \"2-14639905-3\" WHERE \"Bronze\" < 8.0 AND \"Silver\" = 3.0 AND \"Rank\" < 2.0;"} +{"question_id": 5449, "table_id": "2-14639905-3", "question": "What is the average Total with a Rank greater than 1, and a Bronze larger than 8?", "sql": "SELECT AVG(\"Total\") FROM \"2-14639905-3\" WHERE \"Rank\" > 1.0 AND \"Bronze\" > 8.0;"} +{"question_id": 5450, "table_id": "2-14639905-3", "question": "What is the smallest silver from Vietnam?", "sql": "SELECT MIN(\"Silver\") FROM \"2-14639905-3\" WHERE \"Nation\" = 'Vietnam';"} +{"question_id": 5451, "table_id": "2-14639905-3", "question": "What is the largest silver from malaysia with a Total smaller than 23?", "sql": "SELECT MAX(\"Silver\") FROM \"2-14639905-3\" WHERE \"Nation\" = 'malaysia' AND \"Total\" < 23.0;"} +{"question_id": 5452, "table_id": "2-14639905-3", "question": "What is the largest bronze with a Rank of 2, and a Gold smaller than 8?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-14639905-3\" WHERE \"Rank\" = 2.0 AND \"Gold\" < 8.0;"} +{"question_id": 5453, "table_id": "2-14639905-3", "question": "How many ranks have a Bronze smaller than 8, and a Total smaller than 7, and a Gold smaller than 1?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-14639905-3\" WHERE \"Bronze\" < 8.0 AND \"Total\" < 7.0 AND \"Gold\" < 1.0;"} +{"question_id": 5454, "table_id": "2-14245-3", "question": "Voivodeship or city of nowogródzkie has what capital?", "sql": "SELECT \"Capital\" FROM \"2-14245-3\" WHERE \"Voivodeship or city\" = 'nowogródzkie';"} +{"question_id": 5455, "table_id": "2-14245-3", "question": "Capital of Brześć nad Bugiem has what area (1930) in 1000skm?", "sql": "SELECT \"Area (1930) in 1,000skm 2\" FROM \"2-14245-3\" WHERE \"Capital\" = 'Brześć nad Bugiem';"} +{"question_id": 5456, "table_id": "2-14245-3", "question": "Area (1930) in 1,000skm 2 of 31.7 has what capital?", "sql": "SELECT \"Capital\" FROM \"2-14245-3\" WHERE \"Area (1930) in 1,000skm 2\" = '31.7';"} +{"question_id": 5457, "table_id": "2-14245-3", "question": "Capital of Brześć nad Bugiem has what population (1931) in 1,000s?", "sql": "SELECT \"Population (1931) in 1,000s\" FROM \"2-14245-3\" WHERE \"Capital\" = 'Brześć nad Bugiem';"} +{"question_id": 5458, "table_id": "2-14245-3", "question": "Population (1931) in 1,000s of 1,884.4 is what car plate (starting 1937)?", "sql": "SELECT \"s Car plate (starting 1937)\" FROM \"2-14245-3\" WHERE \"Population (1931) in 1,000s\" = '1,884.4';"} +{"question_id": 5459, "table_id": "2-14245-3", "question": "Population (1931) in 1,000s of 2,460.9 what is the car plate (starting 1937)?", "sql": "SELECT \"s Car plate (starting 1937)\" FROM \"2-14245-3\" WHERE \"Population (1931) in 1,000s\" = '2,460.9';"} +{"question_id": 5460, "table_id": "2-14139408-1", "question": "Which Poles has a Wins larger than 0, and a Podiums smaller than 17?", "sql": "SELECT \"Poles\" FROM \"2-14139408-1\" WHERE \"Wins\" > 0.0 AND \"Podiums\" < 17.0 AND \"Fastest Laps\" = 0.0;"} +{"question_id": 5461, "table_id": "2-14139408-1", "question": "which Poles has a Fastest Laps of 0, and a Races of 17, and a Wins larger than 0, and a Podiums smaller than 2?", "sql": "SELECT MAX(\"Poles\") FROM \"2-14139408-1\" WHERE \"Fastest Laps\" = 0.0 AND \"Races\" = 17.0 AND \"Wins\" > 0.0 AND \"Podiums\" < 2.0;"} +{"question_id": 5462, "table_id": "2-14139408-1", "question": "How many Fastest Laps have Poles of 4, and Races larger than 178?", "sql": "SELECT SUM(\"Fastest Laps\") FROM \"2-14139408-1\" WHERE \"Poles\" = 4.0 AND \"Races\" > 178.0;"} +{"question_id": 5463, "table_id": "2-14139408-1", "question": "Which the Fastest Lap has a Season of 2009 and Poles smaller than 0?", "sql": "SELECT MAX(\"Fastest Laps\") FROM \"2-14139408-1\" WHERE \"Season\" = '2009' AND \"Poles\" < 0.0;"} +{"question_id": 5464, "table_id": "2-14139408-1", "question": "Which the Fastest Laps that have Poles of 0, and a Season of 2002, and a Podiums smaller than 0?", "sql": "SELECT AVG(\"Fastest Laps\") FROM \"2-14139408-1\" WHERE \"Poles\" = 0.0 AND \"Season\" = '2002' AND \"Podiums\" < 0.0;"} +{"question_id": 5465, "table_id": "2-15298252-1", "question": "What Variant has a Launch site that is White Sands?", "sql": "SELECT \"Variant\" FROM \"2-15298252-1\" WHERE \"Launch site\" = 'White Sands';"} +{"question_id": 5466, "table_id": "2-14178888-5", "question": "what was the score in 1990", "sql": "SELECT \"Score\" FROM \"2-14178888-5\" WHERE \"Year\" = 1990.0;"} +{"question_id": 5467, "table_id": "2-15189770-1", "question": "In 1950 what is the average rank?", "sql": "SELECT AVG(\"Rank\") FROM \"2-15189770-1\" WHERE \"Year\" = 1950.0;"} +{"question_id": 5468, "table_id": "2-15189770-1", "question": "What is the building's name that is 617 / 188 in height and ranked less than 6?", "sql": "SELECT \"Name\" FROM \"2-15189770-1\" WHERE \"Rank\" < 6.0 AND \"Height feet / m\" = '617 / 188';"} +{"question_id": 5469, "table_id": "2-1370208-2", "question": "What is the number of rounds that took place for the fight that lasted 6:21?", "sql": "SELECT COUNT(\"Round\") FROM \"2-1370208-2\" WHERE \"Time\" = '6:21';"} +{"question_id": 5470, "table_id": "2-14743082-1", "question": "What is the average year of the most recent appearance of the Boston Crusaders, who had their first appearance after 1976?", "sql": "SELECT AVG(\"Year of Most Recent Appearance\") FROM \"2-14743082-1\" WHERE \"Year of First Appearance\" > 1976.0 AND \"Corps Name\" = 'Boston Crusaders';"} +{"question_id": 5471, "table_id": "2-14743082-1", "question": "What is the year of most recent appearance of the suncoast sound, who had more than 7 finals appearances?", "sql": "SELECT COUNT(\"Year of Most Recent Appearance\") FROM \"2-14743082-1\" WHERE \"Corps Name\" = 'suncoast sound' AND \"Number of Finals Appearances\" > 7.0;"} +{"question_id": 5472, "table_id": "2-14743082-1", "question": "What is the year of the first appearance of the black knights, who had less than 1 finals appearances?", "sql": "SELECT COUNT(\"Year of First Appearance\") FROM \"2-14743082-1\" WHERE \"Corps Name\" = 'black knights' AND \"Number of Finals Appearances\" < 1.0;"} +{"question_id": 5473, "table_id": "2-15198842-33", "question": "What is the Pick # of the player with an Overall less than 203 from west virginia?", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-15198842-33\" WHERE \"College\" = 'west virginia' AND \"Overall\" < 203.0;"} +{"question_id": 5474, "table_id": "2-15198842-33", "question": "In what Round was the draft pick from florida with an Overall less than 166?", "sql": "SELECT AVG(\"Round\") FROM \"2-15198842-33\" WHERE \"College\" = 'florida' AND \"Overall\" < 166.0;"} +{"question_id": 5475, "table_id": "2-14642287-5", "question": "What is the highest number of silver when there is 1 bronze and less than 4 golds?", "sql": "SELECT MAX(\"Silver\") FROM \"2-14642287-5\" WHERE \"Bronze\" = 1.0 AND \"Gold\" < 4.0;"} +{"question_id": 5476, "table_id": "2-14642287-5", "question": "How many bronze medals are there when there are fewer than 3 silver medals and 7 medals total?", "sql": "SELECT \"Bronze\" FROM \"2-14642287-5\" WHERE \"Silver\" < 3.0 AND \"Total\" = 7.0;"} +{"question_id": 5477, "table_id": "2-14209455-8", "question": "What team has rank 3?", "sql": "SELECT \"Team\" FROM \"2-14209455-8\" WHERE \"Rank\" = 3.0;"} +{"question_id": 5478, "table_id": "2-1420080-2", "question": "Which Playing For has a # 100 larger than 36, and a Score of 122?", "sql": "SELECT \"Playing For\" FROM \"2-1420080-2\" WHERE \"# 100\" > 36.0 AND \"Score\" = '122';"} +{"question_id": 5479, "table_id": "2-1420080-2", "question": "Which # 100 has a Season of 1991, and an Against of Surrey?", "sql": "SELECT MAX(\"# 100\") FROM \"2-1420080-2\" WHERE \"Season\" = '1991' AND \"Against\" = 'Surrey';"} +{"question_id": 5480, "table_id": "2-1420080-2", "question": "Which sum of # 100 has a Season of 1990, and an Against of Warwickshire?", "sql": "SELECT SUM(\"# 100\") FROM \"2-1420080-2\" WHERE \"Season\" = '1990' AND \"Against\" = 'Warwickshire';"} +{"question_id": 5481, "table_id": "2-1420080-2", "question": "Which Against has a Season of 1987/88, and a # 100 larger than 13, and a Score of 139?", "sql": "SELECT \"Against\" FROM \"2-1420080-2\" WHERE \"Season\" = '1987/88' AND \"# 100\" > 13.0 AND \"Score\" = '139';"} +{"question_id": 5482, "table_id": "2-14611663-4", "question": "What is the lowest number of wins for tom watson who is ranked larger than number 1 and makes more than $6028927?", "sql": "SELECT MIN(\"Wins\") FROM \"2-14611663-4\" WHERE \"Rank\" > 1.0 AND \"Player\" = 'tom watson' AND \"Earnings ( $ )\" > 6028927.0;"} +{"question_id": 5483, "table_id": "2-14611663-4", "question": "What is the highest earnings for the golfer who has more than 37 wins?", "sql": "SELECT MAX(\"Earnings ( $ )\") FROM \"2-14611663-4\" WHERE \"Wins\" > 37.0;"} +{"question_id": 5484, "table_id": "2-1436627-7", "question": "What Tejano webcast has a callsign of KBDR?", "sql": "SELECT \"Webcast\" FROM \"2-1436627-7\" WHERE \"Format\" = 'Tejano' AND \"Callsign\" = 'KBDR';"} +{"question_id": 5485, "table_id": "2-1436627-7", "question": "What's the highest frequency of the KBDR callsign?", "sql": "SELECT MAX(\"Frequency\") FROM \"2-1436627-7\" WHERE \"Callsign\" = 'KBDR';"} +{"question_id": 5486, "table_id": "2-1436627-7", "question": "What's the website for the listen live webcast on the 99.3 frequency?", "sql": "SELECT \"Website\" FROM \"2-1436627-7\" WHERE \"Webcast\" = 'listen live' AND \"Frequency\" = 99.3;"} +{"question_id": 5487, "table_id": "2-1436627-7", "question": "Which Webcast has the digital1073.com website?", "sql": "SELECT \"Webcast\" FROM \"2-1436627-7\" WHERE \"Website\" = 'digital1073.com';"} +{"question_id": 5488, "table_id": "2-1514634-2", "question": "Which Date has a Tournament of AT&T Pebble Beach National Pro-Am, and a Margin of victory of 1 stroke, and a To par of –11?", "sql": "SELECT \"Date\" FROM \"2-1514634-2\" WHERE \"Tournament\" = 'AT&T Pebble Beach National Pro-Am' AND \"Margin of victory\" = '1 stroke' AND \"To par\" = '–11';"} +{"question_id": 5489, "table_id": "2-1514634-2", "question": "Which Tournament has a Margin of victory of 1 stroke, and a Date of Oct 7, 1990?", "sql": "SELECT \"Tournament\" FROM \"2-1514634-2\" WHERE \"Margin of victory\" = '1 stroke' AND \"Date\" = 'Oct 7, 1990';"} +{"question_id": 5490, "table_id": "2-1514634-2", "question": "Which Date has a Winning score of 69-68-68-70=275?", "sql": "SELECT \"Date\" FROM \"2-1514634-2\" WHERE \"Winning score\" = '69-68-68-70=275';"} +{"question_id": 5491, "table_id": "2-1514634-2", "question": "Which To par has a Winning score of 64-68-66-63=261?", "sql": "SELECT \"To par\" FROM \"2-1514634-2\" WHERE \"Winning score\" = '64-68-66-63=261';"} +{"question_id": 5492, "table_id": "2-1514634-2", "question": "Which Winning score has a Tournament of Walt Disney World/Oldsmobile Classic?", "sql": "SELECT \"Winning score\" FROM \"2-1514634-2\" WHERE \"Tournament\" = 'Walt Disney World/Oldsmobile Classic';"} +{"question_id": 5493, "table_id": "2-14837173-3", "question": "What is the number in total of silver with a gold smaller than 0?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14837173-3\" WHERE \"Gold\" < 0.0;"} +{"question_id": 5494, "table_id": "2-14837173-3", "question": "What is the sum of gold with a rank that is 3 and a silver larger than 7?", "sql": "SELECT SUM(\"Gold\") FROM \"2-14837173-3\" WHERE \"Rank\" = '3' AND \"Silver\" > 7.0;"} +{"question_id": 5495, "table_id": "2-14837173-3", "question": "What is the average total with a nation of thailand with a gold smaller than 17?", "sql": "SELECT AVG(\"Total\") FROM \"2-14837173-3\" WHERE \"Nation\" = 'thailand' AND \"Gold\" < 17.0;"} +{"question_id": 5496, "table_id": "2-14837173-3", "question": "What is the average gold with a bronze smaller than 5 with a rank of 8?", "sql": "SELECT AVG(\"Gold\") FROM \"2-14837173-3\" WHERE \"Bronze\" < 5.0 AND \"Rank\" = '8';"} +{"question_id": 5497, "table_id": "2-15147453-2", "question": "What is the earliest launch that was from Beijing?", "sql": "SELECT MIN(\"Launch\") FROM \"2-15147453-2\" WHERE \"Origin\" = 'Beijing';"} +{"question_id": 5498, "table_id": "2-15147453-2", "question": "With a Hanzi of 深圳卫视, what is the name?", "sql": "SELECT \"Name\" FROM \"2-15147453-2\" WHERE \"Hanzi\" = '深圳卫视';"} +{"question_id": 5499, "table_id": "2-15147453-2", "question": "Who is the owner of the object launched after 1997 and a Hanzi of 厦门卫视?", "sql": "SELECT \"Owner\" FROM \"2-15147453-2\" WHERE \"Launch\" > 1997.0 AND \"Hanzi\" = '厦门卫视';"} +{"question_id": 5500, "table_id": "2-15124443-1", "question": "What was the latest week that had a game on November 18, 1951?", "sql": "SELECT MAX(\"Week\") FROM \"2-15124443-1\" WHERE \"Date\" = 'November 18, 1951';"} +{"question_id": 5501, "table_id": "2-15124443-1", "question": "Who was the opponent on November 11, 1951?", "sql": "SELECT \"Opponent\" FROM \"2-15124443-1\" WHERE \"Date\" = 'November 11, 1951';"} +{"question_id": 5502, "table_id": "2-15124443-1", "question": "What was the total attendance with a result of w 31-21 before week 9?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-15124443-1\" WHERE \"Result\" = 'w 31-21' AND \"Week\" < 9.0;"} +{"question_id": 5503, "table_id": "2-1449426-1", "question": "What lifespan has a majors greater than 1, and Fuzzy Zoeller as the name?", "sql": "SELECT \"Lifespan\" FROM \"2-1449426-1\" WHERE \"Majors\" > 1.0 AND \"Name\" = 'Fuzzy Zoeller';"} +{"question_id": 5504, "table_id": "2-13581632-2", "question": "what visitor came on November 27", "sql": "SELECT \"Visitor\" FROM \"2-13581632-2\" WHERE \"Date\" = 'November 27';"} +{"question_id": 5505, "table_id": "2-13581632-2", "question": "what team was the visitor in the Chicago game", "sql": "SELECT \"Visitor\" FROM \"2-13581632-2\" WHERE \"Home\" = 'Chicago';"} +{"question_id": 5506, "table_id": "2-13581632-2", "question": "what game was in Chicago", "sql": "SELECT \"Record\" FROM \"2-13581632-2\" WHERE \"Home\" = 'Chicago';"} +{"question_id": 5507, "table_id": "2-13593120-12", "question": "Which player is associated with the date May 10, 1999?", "sql": "SELECT \"Player\" FROM \"2-13593120-12\" WHERE \"Date\" = 'May 10, 1999';"} +{"question_id": 5508, "table_id": "2-13593120-12", "question": "Which player is associated with the date July 6, 1949?", "sql": "SELECT \"Player\" FROM \"2-13593120-12\" WHERE \"Date\" = 'July 6, 1949';"} +{"question_id": 5509, "table_id": "2-13593120-12", "question": "Which date is associated with the player Wilbert Robinson?", "sql": "SELECT \"Date\" FROM \"2-13593120-12\" WHERE \"Player\" = 'Wilbert Robinson';"} +{"question_id": 5510, "table_id": "2-13593120-12", "question": "Which player is associated with the date June 14, 1969?", "sql": "SELECT \"Player\" FROM \"2-13593120-12\" WHERE \"Date\" = 'June 14, 1969';"} +{"question_id": 5511, "table_id": "2-13593120-12", "question": "When the team is the Boston Red Sox and the is date July 27, 1946, what are the average RBIs?", "sql": "SELECT AVG(\"RBIs\") FROM \"2-13593120-12\" WHERE \"Team\" = 'Boston Red Sox' AND \"Date\" = 'July 27, 1946';"} +{"question_id": 5512, "table_id": "2-13909382-5", "question": "What is the sum of games for a record of 33-13-3?", "sql": "SELECT SUM(\"Game\") FROM \"2-13909382-5\" WHERE \"Record\" = '33-13-3';"} +{"question_id": 5513, "table_id": "2-13909382-5", "question": "What was the sum of January values with a record of 27-12-3 for a game less than 42?", "sql": "SELECT SUM(\"January\") FROM \"2-13909382-5\" WHERE \"Record\" = '27-12-3' AND \"Game\" < 42.0;"} +{"question_id": 5514, "table_id": "2-13909382-5", "question": "What is the number in January for philadelphia flyers as opponents?", "sql": "SELECT COUNT(\"January\") FROM \"2-13909382-5\" WHERE \"Opponent\" = 'philadelphia flyers';"} +{"question_id": 5515, "table_id": "2-13909382-5", "question": "What is the lowest game for a record of 32-12-3?", "sql": "SELECT MIN(\"Game\") FROM \"2-13909382-5\" WHERE \"Record\" = '32-12-3';"} +{"question_id": 5516, "table_id": "2-13955746-6", "question": "What was the lowest attendance at the game with a record of 50-36?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-13955746-6\" WHERE \"Record\" = '50-36';"} +{"question_id": 5517, "table_id": "2-13955746-6", "question": "Who was the opponent at the game that had a loss of Westbrook (2-2)?", "sql": "SELECT \"Opponent\" FROM \"2-13955746-6\" WHERE \"Loss\" = 'Westbrook (2-2)';"} +{"question_id": 5518, "table_id": "2-14954377-5", "question": "How many copies of scouting for girls were sold?", "sql": "SELECT COUNT(\"Sales\") FROM \"2-14954377-5\" WHERE \"Album title\" = 'scouting for girls';"} +{"question_id": 5519, "table_id": "2-14954377-5", "question": "What was the position for albums made by Elbow with under 424000 sales?", "sql": "SELECT AVG(\"Position\") FROM \"2-14954377-5\" WHERE \"Sales\" < 424000.0 AND \"Artist\" = 'Elbow';"} +{"question_id": 5520, "table_id": "2-13754283-44", "question": "What is the agg of team 2 Dynamo Moscow?", "sql": "SELECT \"Agg.\" FROM \"2-13754283-44\" WHERE \"Team 2\" = 'Dynamo Moscow';"} +{"question_id": 5521, "table_id": "2-13754283-44", "question": "What is the 1st leg for team 2 Portol Drac Palma Mallorca?", "sql": "SELECT \"1st leg\" FROM \"2-13754283-44\" WHERE \"Team 2\" = 'Portol Drac Palma Mallorca';"} +{"question_id": 5522, "table_id": "2-13883437-2", "question": "Who was the guest at Stadion Prljanije?", "sql": "SELECT \"Guest\" FROM \"2-13883437-2\" WHERE \"Venue\" = 'Stadion Prljanije';"} +{"question_id": 5523, "table_id": "2-13883437-2", "question": "Who was the guest when attendance was 3?", "sql": "SELECT \"Guest\" FROM \"2-13883437-2\" WHERE \"Attendance\" = 3.0;"} +{"question_id": 5524, "table_id": "2-13883437-2", "question": "In what venue did FK Crvena Stijena play at home?", "sql": "SELECT \"Venue\" FROM \"2-13883437-2\" WHERE \"Home\" = 'FK Crvena Stijena';"} +{"question_id": 5525, "table_id": "2-13883437-2", "question": "What is the sum of attendance when the score was 2:0?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-13883437-2\" WHERE \"Score\" = '2:0';"} +{"question_id": 5526, "table_id": "2-13883437-2", "question": "How many were in attendance with a score of 0:1?", "sql": "SELECT \"Attendance\" FROM \"2-13883437-2\" WHERE \"Score\" = '0:1';"} +{"question_id": 5527, "table_id": "2-13883437-2", "question": "Who was at home when the score was 2:2?", "sql": "SELECT \"Home\" FROM \"2-13883437-2\" WHERE \"Score\" = '2:2';"} +{"question_id": 5528, "table_id": "2-14013236-6", "question": "What Score has an Opponent of @ Blue Jays with a Date of June 7?", "sql": "SELECT \"Score\" FROM \"2-14013236-6\" WHERE \"Opponent\" = '@ Blue Jays' AND \"Date\" = 'June 7';"} +{"question_id": 5529, "table_id": "2-14013236-6", "question": "What Time is listed for the Loss of Okajima (1-2)?", "sql": "SELECT \"Time\" FROM \"2-14013236-6\" WHERE \"Loss\" = 'Okajima (1-2)';"} +{"question_id": 5530, "table_id": "2-14013236-6", "question": "What Loss is recorded for the Date June 2?", "sql": "SELECT \"Loss\" FROM \"2-14013236-6\" WHERE \"Date\" = 'June 2';"} +{"question_id": 5531, "table_id": "2-1486684-5", "question": "What's the total number of Win % with an Appearances of 4, and Losses that's larger than 3?", "sql": "SELECT COUNT(\"Win %\") FROM \"2-1486684-5\" WHERE \"Appearances\" = 4.0 AND \"Losses\" > 3.0;"} +{"question_id": 5532, "table_id": "2-1486684-5", "question": "What's listed as the lowest Appearances with a Win % of 0.706?", "sql": "SELECT MIN(\"Appearances\") FROM \"2-1486684-5\" WHERE \"Win %\" = 0.706;"} +{"question_id": 5533, "table_id": "2-1486684-5", "question": "What's the lowest Losses recorded wiht a Wins of 1, Team of dallas stars, and a Win % that's smaller than 0.25?", "sql": "SELECT MIN(\"Losses\") FROM \"2-1486684-5\" WHERE \"Wins\" = 1.0 AND \"Team\" = 'dallas stars' AND \"Win %\" < 0.25;"} +{"question_id": 5534, "table_id": "2-1434788-5", "question": "What district has Benjamin Eggleston for incumbent?", "sql": "SELECT \"District\" FROM \"2-1434788-5\" WHERE \"Incumbent\" = 'Benjamin Eggleston';"} +{"question_id": 5535, "table_id": "2-1434788-5", "question": "Which party is Tobias A. Plants the incumbent?", "sql": "SELECT \"Party\" FROM \"2-1434788-5\" WHERE \"Incumbent\" = 'Tobias A. Plants';"} +{"question_id": 5536, "table_id": "2-1434788-5", "question": "wWhich district has a Retired Republican hold with an incumbent of Rufus P. Spalding?", "sql": "SELECT \"District\" FROM \"2-1434788-5\" WHERE \"Result\" = 'Retired Republican hold' AND \"Incumbent\" = 'Rufus P. Spalding';"} +{"question_id": 5537, "table_id": "2-1434788-5", "question": "Which district has a Retired Republican hold and an incumbent of Rufus P. Spalding?", "sql": "SELECT \"District\" FROM \"2-1434788-5\" WHERE \"Result\" = 'Retired Republican hold' AND \"Incumbent\" = 'Rufus P. Spalding';"} +{"question_id": 5538, "table_id": "2-15088158-10", "question": "Which tournAment hAd A 2012 of A And A 2011 of 2R?", "sql": "SELECT \"Tournament\" FROM \"2-15088158-10\" WHERE \"2012\" = 'A' AND \"2011\" = '2R';"} +{"question_id": 5539, "table_id": "2-15088158-10", "question": "Which 2009's 2010 featured the WTA Premier 5 Tournaments?", "sql": "SELECT \"2009\" FROM \"2-15088158-10\" WHERE \"2010\" = 'WTA Premier 5 Tournaments';"} +{"question_id": 5540, "table_id": "2-15088158-10", "question": "Which 2011's tournament was Indian Wells?", "sql": "SELECT \"2011\" FROM \"2-15088158-10\" WHERE \"Tournament\" = 'Indian Wells';"} +{"question_id": 5541, "table_id": "2-15088158-10", "question": "Which 2010 stat featured the tournament of the Olympic Games?", "sql": "SELECT \"2010\" FROM \"2-15088158-10\" WHERE \"Tournament\" = 'Olympic Games';"} +{"question_id": 5542, "table_id": "2-14546539-2", "question": "When did the Indians play a game with 15,105 people in attendance?", "sql": "SELECT \"Date\" FROM \"2-14546539-2\" WHERE \"Attendance\" = '15,105';"} +{"question_id": 5543, "table_id": "2-14546539-2", "question": "Who did the Indians play on April 23?", "sql": "SELECT \"Opponent\" FROM \"2-14546539-2\" WHERE \"Date\" = 'April 23';"} +{"question_id": 5544, "table_id": "2-13913978-2", "question": "What is the lowest number of laps for marco simoncelli on a grid higher than 11?", "sql": "SELECT MIN(\"Laps\") FROM \"2-13913978-2\" WHERE \"Rider\" = 'marco simoncelli' AND \"Grid\" > 11.0;"} +{"question_id": 5545, "table_id": "2-13913978-2", "question": "Who is the rider who did less than 20 laps on a grid number greater than 23?", "sql": "SELECT \"Rider\" FROM \"2-13913978-2\" WHERE \"Laps\" < 20.0 AND \"Grid\" > 23.0;"} +{"question_id": 5546, "table_id": "2-13913978-2", "question": "What is the lowest grid number that had a rider with ktm as the manufacturer who did more than 20 laps?", "sql": "SELECT MIN(\"Grid\") FROM \"2-13913978-2\" WHERE \"Manufacturer\" = 'ktm' AND \"Laps\" > 20.0;"} +{"question_id": 5547, "table_id": "2-14495322-3", "question": "What is the tournament on 22 October 2012?", "sql": "SELECT \"Tournament\" FROM \"2-14495322-3\" WHERE \"Date\" = '22 October 2012';"} +{"question_id": 5548, "table_id": "2-14495322-3", "question": "What is the date of the tournament with Alena Tarasova as the opponent?", "sql": "SELECT \"Date\" FROM \"2-14495322-3\" WHERE \"Opponent\" = 'Alena Tarasova';"} +{"question_id": 5549, "table_id": "2-13658-1", "question": "Which Hereditary peers have a Total of 1?", "sql": "SELECT \"Hereditary peers\" FROM \"2-13658-1\" WHERE \"Total\" = 1.0;"} +{"question_id": 5550, "table_id": "2-13658-1", "question": "Which Total has a Hereditary peer of –, and a Lords spiritual of –, and a Life peers of 2, and an Affiliation of plaid cymru?", "sql": "SELECT COUNT(\"Total\") FROM \"2-13658-1\" WHERE \"Hereditary peers\" = '–' AND \"Lords spiritual\" = '–' AND \"Life peers\" = '2' AND \"Affiliation\" = 'plaid cymru';"} +{"question_id": 5551, "table_id": "2-15123149-2", "question": "Which Elector is Hungarian?", "sql": "SELECT \"Elector\" FROM \"2-15123149-2\" WHERE \"Nationality\" = 'Hungarian';"} +{"question_id": 5552, "table_id": "2-15123149-2", "question": "Which Cardinalatial Title has an Elevator of Pope Eugenius IV?", "sql": "SELECT \"Cardinalatial Title\" FROM \"2-15123149-2\" WHERE \"Elevator\" = 'Pope Eugenius IV';"} +{"question_id": 5553, "table_id": "2-14518594-1", "question": "Which Works number has a Number larger than 807, and a Type of 0-6-0, and a Date of 1920?", "sql": "SELECT AVG(\"Works number\") FROM \"2-14518594-1\" WHERE \"Number\" > 807.0 AND \"Type\" = '0-6-0' AND \"Date\" = 1920.0;"} +{"question_id": 5554, "table_id": "2-14518594-1", "question": "Which Type has a Date smaller than 1943, and a Builder of ALCO Schenectady, and a Number larger than 822, and Works number of 59867?", "sql": "SELECT \"Type\" FROM \"2-14518594-1\" WHERE \"Date\" < 1943.0 AND \"Builder\" = 'ALCO Schenectady' AND \"Number\" > 822.0 AND \"Works number\" = 59867.0;"} +{"question_id": 5555, "table_id": "2-14518594-1", "question": "Which Date has a Builder of ALCO Schenectady, and a Number larger than 835, and Works number of 56566?", "sql": "SELECT AVG(\"Date\") FROM \"2-14518594-1\" WHERE \"Builder\" = 'ALCO Schenectady' AND \"Number\" > 835.0 AND \"Works number\" = 56566.0;"} +{"question_id": 5556, "table_id": "2-1453282-1", "question": "When was the Election of 1953?", "sql": "SELECT \"Date\" FROM \"2-1453282-1\" WHERE \"Election\" = '1953';"} +{"question_id": 5557, "table_id": "2-1453282-1", "question": "On what date were there 50,324 votes?", "sql": "SELECT \"Date\" FROM \"2-1453282-1\" WHERE \"Votes\" = '50,324';"} +{"question_id": 5558, "table_id": "2-1453282-1", "question": "How many votes were there on November 10?", "sql": "SELECT \"Votes\" FROM \"2-1453282-1\" WHERE \"Date\" = 'November 10';"} +{"question_id": 5559, "table_id": "2-13553341-6", "question": "What date has 79-48 as the record?", "sql": "SELECT \"Date\" FROM \"2-13553341-6\" WHERE \"Record\" = '79-48';"} +{"question_id": 5560, "table_id": "2-13553341-6", "question": "What is the average attendance that has 83-52 as the record?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13553341-6\" WHERE \"Record\" = '83-52';"} +{"question_id": 5561, "table_id": "2-15187735-9", "question": "Name the segment D for Umbrellas", "sql": "SELECT \"Segment D\" FROM \"2-15187735-9\" WHERE \"Segment A\" = 'Umbrellas';"} +{"question_id": 5562, "table_id": "2-15187735-9", "question": "Name the segment A for netflix of S05E01", "sql": "SELECT \"Segment A\" FROM \"2-15187735-9\" WHERE \"Netflix\" = 'S05E01';"} +{"question_id": 5563, "table_id": "2-15187735-9", "question": "Name the series ep for Darts", "sql": "SELECT \"Series Ep.\" FROM \"2-15187735-9\" WHERE \"Segment D\" = 'Darts';"} +{"question_id": 5564, "table_id": "2-15187735-9", "question": "Name the series ep for segment c of Luxury Cars (Part 1)", "sql": "SELECT \"Series Ep.\" FROM \"2-15187735-9\" WHERE \"Segment C\" = 'Luxury Cars (Part 1)';"} +{"question_id": 5565, "table_id": "2-13986492-12", "question": "What school is located in Rossville?", "sql": "SELECT \"School\" FROM \"2-13986492-12\" WHERE \"Location\" = 'Rossville';"} +{"question_id": 5566, "table_id": "2-13986492-12", "question": "How mAny people enrolled A the school with An IHSAA ClAss of A, And the Trojans As their mAscot?", "sql": "SELECT MIN(\"Enrollment\") FROM \"2-13986492-12\" WHERE \"IHSAA Class\" = 'A' AND \"Mascot\" = 'Trojans';"} +{"question_id": 5567, "table_id": "2-13986492-12", "question": "What IHSAA clas is the school with a county number of 12 Clinton and the Hornets as their mascot?", "sql": "SELECT \"IHSAA Class\" FROM \"2-13986492-12\" WHERE \"# / County\" = '12 Clinton' AND \"Mascot\" = 'Hornets';"} +{"question_id": 5568, "table_id": "2-14026681-5", "question": "What is the score when a loss was listed with Lannan (4-8)?", "sql": "SELECT \"Score\" FROM \"2-14026681-5\" WHERE \"Loss\" = 'Lannan (4-8)';"} +{"question_id": 5569, "table_id": "2-14026681-5", "question": "What was the date when the Twins had a record of 44-37?", "sql": "SELECT \"Date\" FROM \"2-14026681-5\" WHERE \"Record\" = '44-37';"} +{"question_id": 5570, "table_id": "2-14979526-5", "question": "Which Opponents in Final has a Date of September 16, 1990?", "sql": "SELECT \"Opponents in Final\" FROM \"2-14979526-5\" WHERE \"Date\" = 'September 16, 1990';"} +{"question_id": 5571, "table_id": "2-14979526-5", "question": "Which Partner has a Date of June 18, 1989?", "sql": "SELECT \"Partner\" FROM \"2-14979526-5\" WHERE \"Date\" = 'June 18, 1989';"} +{"question_id": 5572, "table_id": "2-14979526-5", "question": "Which Opponents in Final has an Outcome of Winner, and a Surface of Hard, and a Date of April 17, 1994?", "sql": "SELECT \"Opponents in Final\" FROM \"2-14979526-5\" WHERE \"Outcome\" = 'Winner' AND \"Surface\" = 'Hard' AND \"Date\" = 'April 17, 1994';"} +{"question_id": 5573, "table_id": "2-14979526-5", "question": "Which Opponents in Final has a Score in Final of 7–5, 1–6 4–6?", "sql": "SELECT \"Opponents in Final\" FROM \"2-14979526-5\" WHERE \"Score in Final\" = '7–5, 1–6 4–6';"} +{"question_id": 5574, "table_id": "2-14979526-5", "question": "Which Partner has a Score in Final of 6–1, 6–2?", "sql": "SELECT \"Partner\" FROM \"2-14979526-5\" WHERE \"Score in Final\" = '6–1, 6–2';"} +{"question_id": 5575, "table_id": "2-14318917-2", "question": "What is the total Points for the Opponent of @ new jersey devils and a Game bigger than 7?", "sql": "SELECT SUM(\"Points\") FROM \"2-14318917-2\" WHERE \"Opponent\" = '@ new jersey devils' AND \"Game\" > 7.0;"} +{"question_id": 5576, "table_id": "2-1398677-1", "question": "What was the time of the NJKF Titans Neo X event?", "sql": "SELECT \"Time\" FROM \"2-1398677-1\" WHERE \"Event\" = 'NJKF Titans Neo X';"} +{"question_id": 5577, "table_id": "2-1398677-1", "question": "What was the record after the NJKF Magnam 16 event that lasted 2:06?", "sql": "SELECT \"Record\" FROM \"2-1398677-1\" WHERE \"Time\" = '2:06' AND \"Event\" = 'NJKF Magnam 16';"} +{"question_id": 5578, "table_id": "2-1398677-1", "question": "Which opponent led to a 6-3 record?", "sql": "SELECT \"Opponent\" FROM \"2-1398677-1\" WHERE \"Record\" = '6-3';"} +{"question_id": 5579, "table_id": "2-15198842-44", "question": "How many Picks have a Round larger than 2, and a Name of lawrence sidbury, and an Overall smaller than 125?", "sql": "SELECT COUNT(\"Pick #\") FROM \"2-15198842-44\" WHERE \"Round\" > 2.0 AND \"Name\" = 'lawrence sidbury' AND \"Overall\" < 125.0;"} +{"question_id": 5580, "table_id": "2-15198842-44", "question": "Which Pick # is the highest one that has a Name of william middleton, and a Round larger than 5?", "sql": "SELECT MAX(\"Pick #\") FROM \"2-15198842-44\" WHERE \"Name\" = 'william middleton' AND \"Round\" > 5.0;"} +{"question_id": 5581, "table_id": "2-15198842-44", "question": "Which Overall is the lowest one that has a Position of Offensive Tackle?", "sql": "SELECT MIN(\"Overall\") FROM \"2-15198842-44\" WHERE \"Position\" = 'Offensive Tackle';"} +{"question_id": 5582, "table_id": "2-15198842-44", "question": "Which Overall is the average one that has a Name of Vance Walker?", "sql": "SELECT AVG(\"Overall\") FROM \"2-15198842-44\" WHERE \"Name\" = 'Vance Walker';"} +{"question_id": 5583, "table_id": "2-15198842-44", "question": "Which Pick # is the highest one that has a Name of lawrence sidbury, and a Round smaller than 4?", "sql": "SELECT MAX(\"Pick #\") FROM \"2-15198842-44\" WHERE \"Name\" = 'lawrence sidbury' AND \"Round\" < 4.0;"} +{"question_id": 5584, "table_id": "2-14056076-6", "question": "What is the February number of the game played against the st. louis blues with a game number less than 58?", "sql": "SELECT AVG(\"February\") FROM \"2-14056076-6\" WHERE \"Opponent\" = 'st. louis blues' AND \"Game\" < 58.0;"} +{"question_id": 5585, "table_id": "2-14056076-6", "question": "Who is the opponent of the game that had a record of 24-26-4?", "sql": "SELECT \"Opponent\" FROM \"2-14056076-6\" WHERE \"Record\" = '24-26-4';"} +{"question_id": 5586, "table_id": "2-14056076-6", "question": "What is the February number of the game with the vancouver canucks as the opponent and a game number greater than 55?", "sql": "SELECT COUNT(\"February\") FROM \"2-14056076-6\" WHERE \"Opponent\" = 'vancouver canucks' AND \"Game\" > 55.0;"} +{"question_id": 5587, "table_id": "2-14209245-9", "question": "What nationality is Larry Mcmorran?", "sql": "SELECT \"Nationality\" FROM \"2-14209245-9\" WHERE \"Player\" = 'Larry Mcmorran';"} +{"question_id": 5588, "table_id": "2-14827502-4", "question": "what team scored 17", "sql": "SELECT \"Date\" FROM \"2-14827502-4\" WHERE \"Game\" = 17.0;"} +{"question_id": 5589, "table_id": "2-14546545-5", "question": "What was their record on July 22?", "sql": "SELECT \"Record\" FROM \"2-14546545-5\" WHERE \"Date\" = 'July 22';"} +{"question_id": 5590, "table_id": "2-14546545-5", "question": "On what date was their record 46-39?", "sql": "SELECT \"Date\" FROM \"2-14546545-5\" WHERE \"Record\" = '46-39';"} +{"question_id": 5591, "table_id": "2-14036681-2", "question": "What was the oilers record on October 20?", "sql": "SELECT \"Record\" FROM \"2-14036681-2\" WHERE \"Date\" = 'October 20';"} +{"question_id": 5592, "table_id": "2-14036681-2", "question": "What was the oilers record for the game on November 27 when the Edmonton Oilers were playing at home and the Chicago Blackhawks were the visiting team?", "sql": "SELECT \"Record\" FROM \"2-14036681-2\" WHERE \"Home\" = 'Edmonton Oilers' AND \"Visitor\" = 'Chicago Blackhawks' AND \"Date\" = 'November 27';"} +{"question_id": 5593, "table_id": "2-15125201-1", "question": "Name the people's party for social democratic of 30.1%", "sql": "SELECT \"People's Party\" FROM \"2-15125201-1\" WHERE \"Social Democratic\" = '30.1%';"} +{"question_id": 5594, "table_id": "2-15125201-1", "question": "Name the lead with left bloc of 8.4%", "sql": "SELECT \"Lead\" FROM \"2-15125201-1\" WHERE \"Left Bloc\" = '8.4%';"} +{"question_id": 5595, "table_id": "2-15125201-1", "question": "Name the lead for institute of Election Results and social democratic of 31.7% 8 seats", "sql": "SELECT \"Lead\" FROM \"2-15125201-1\" WHERE \"Institute\" = 'Election Results' AND \"Social Democratic\" = '31.7% 8 seats';"} +{"question_id": 5596, "table_id": "2-14242137-11", "question": "What is the Regionalliga Sud for 1995-96?", "sql": "SELECT \"Regionalliga Süd\" FROM \"2-14242137-11\" WHERE \"Season\" = '1995-96';"} +{"question_id": 5597, "table_id": "2-14242137-11", "question": "What was the Regionalliga Nord-Ost for the team that had a Regionalliga Sud of SpVgg Unterhaching?", "sql": "SELECT \"Regionalliga Nord-Ost\" FROM \"2-14242137-11\" WHERE \"Regionalliga Süd\" = 'SpVgg Unterhaching';"} +{"question_id": 5598, "table_id": "2-14242137-11", "question": "Which season had a Regionalliga Sud of Stuttgarter Kickers?", "sql": "SELECT \"Season\" FROM \"2-14242137-11\" WHERE \"Regionalliga Süd\" = 'Stuttgarter Kickers';"} +{"question_id": 5599, "table_id": "2-14242137-11", "question": "Which Regionalliga West/Sudwest had a Regionalliga Nord-Ost of Carl Zeiss Jena?", "sql": "SELECT \"Regionalliga West/Südwest\" FROM \"2-14242137-11\" WHERE \"Regionalliga Nord-Ost\" = 'Carl Zeiss Jena';"} +{"question_id": 5600, "table_id": "2-1434986-8", "question": "What party is Charles Van Wyck part of?", "sql": "SELECT \"Party\" FROM \"2-1434986-8\" WHERE \"Incumbent\" = 'Charles Van Wyck';"} +{"question_id": 5601, "table_id": "2-1434986-8", "question": "What district is James Humphrey from who was first elected in 1858 and was eventually Defeated Democratic Gain?", "sql": "SELECT \"District\" FROM \"2-1434986-8\" WHERE \"First elected\" = 1858.0 AND \"Result\" = 'Defeated Democratic Gain' AND \"Incumbent\" = 'James Humphrey';"} +{"question_id": 5602, "table_id": "2-1514559-6", "question": "What surface was the November 5, 1995 match played on?", "sql": "SELECT \"Surface\" FROM \"2-1514559-6\" WHERE \"Date\" = 'November 5, 1995';"} +{"question_id": 5603, "table_id": "2-1514559-6", "question": "What date was the match played where Amy Frazier was the opponent?", "sql": "SELECT \"Date\" FROM \"2-1514559-6\" WHERE \"Opponent in the Final\" = 'Amy Frazier';"} +{"question_id": 5604, "table_id": "2-1514559-6", "question": "What score was given at the August 17, 2005 match?", "sql": "SELECT \"Score\" FROM \"2-1514559-6\" WHERE \"Date\" = 'August 17, 2005';"} +{"question_id": 5605, "table_id": "2-1514559-6", "question": "Which tournament was played on October 1, 2006?", "sql": "SELECT \"Tournament\" FROM \"2-1514559-6\" WHERE \"Date\" = 'October 1, 2006';"} +{"question_id": 5606, "table_id": "2-1514559-6", "question": "What is the score of the match played on a Hard surface with an opponent in the final of Elena Likhovtseva?", "sql": "SELECT \"Score\" FROM \"2-1514559-6\" WHERE \"Surface\" = 'Hard' AND \"Opponent in the Final\" = 'Elena Likhovtseva';"} +{"question_id": 5607, "table_id": "2-14026681-6", "question": "What was the team's record on July 18?", "sql": "SELECT \"Record\" FROM \"2-14026681-6\" WHERE \"Date\" = 'July 18';"} +{"question_id": 5608, "table_id": "2-15299125-1", "question": "Which Conference Joined has a Previous Conference of Northwestern, and a Mascot of Oilers?", "sql": "SELECT \"Conference Joined\" FROM \"2-15299125-1\" WHERE \"Previous Conference\" = 'Northwestern' AND \"Mascot\" = 'Oilers';"} +{"question_id": 5609, "table_id": "2-15299125-1", "question": "Which Year Left is the highest one that has a Location of East Chicago, and a Year Joined of 1969, and a School of East Chicago Roosevelt?", "sql": "SELECT MAX(\"Year Left\") FROM \"2-15299125-1\" WHERE \"Location\" = 'East Chicago' AND \"Year Joined\" = 1969.0 AND \"School\" = 'East Chicago Roosevelt';"} +{"question_id": 5610, "table_id": "2-15299125-1", "question": "Which Year Left is the lowest one that has a School of calumet, and a Year Joined larger than 1993?", "sql": "SELECT MIN(\"Year Left\") FROM \"2-15299125-1\" WHERE \"School\" = 'calumet' AND \"Year Joined\" > 1993.0;"} +{"question_id": 5611, "table_id": "2-1374854-1", "question": "avg passengers in 2012 for 2009 more than 104.5 and 2010 less than 162.6 and 2011 less than 141.8 is what?", "sql": "SELECT AVG(\"2012\") FROM \"2-1374854-1\" WHERE \"2009\" > 104.5 AND \"2010\" < 162.6 AND \"2011\" < 141.8;"} +{"question_id": 5612, "table_id": "2-1374854-1", "question": "The lowest rank with 2011 less than 80.7 and 2012 less than 73.1 is what?", "sql": "SELECT MIN(\"Rank\") FROM \"2-1374854-1\" WHERE \"2011\" < 80.7 AND \"2012\" < 73.1;"} +{"question_id": 5613, "table_id": "2-1374854-1", "question": "the sum of 2009 with rank of 5 and 2010 less than 76.5 is what?", "sql": "SELECT SUM(\"2009\") FROM \"2-1374854-1\" WHERE \"Rank\" = 5.0 AND \"2010\" < 76.5;"} +{"question_id": 5614, "table_id": "2-13877-19", "question": "What was the Entered Office of the man with the throne name Mohammad Ali Shah Qajar?", "sql": "SELECT \"Entered office\" FROM \"2-13877-19\" WHERE \"Throne Name\" = 'Mohammad Ali Shah Qajar';"} +{"question_id": 5615, "table_id": "2-1461336-1", "question": "What is listed for the Main Location(s) that has a % of National of 2.05%?", "sql": "SELECT \"Main location(s)\" FROM \"2-1461336-1\" WHERE \"% of national\" = '2.05%';"} +{"question_id": 5616, "table_id": "2-1461336-1", "question": "What's the Area with an Output (2007) of 12,332 t?", "sql": "SELECT \"Area\" FROM \"2-1461336-1\" WHERE \"Output (2007)\" = '12,332 t';"} +{"question_id": 5617, "table_id": "2-1461336-1", "question": "What Main Location(s) has an Area of 19,800 ha?", "sql": "SELECT \"Main location(s)\" FROM \"2-1461336-1\" WHERE \"Area\" = '19,800 ha';"} +{"question_id": 5618, "table_id": "2-13908182-2", "question": "On what date was the record 4–0–0?", "sql": "SELECT \"Date\" FROM \"2-13908182-2\" WHERE \"Record\" = '4–0–0';"} +{"question_id": 5619, "table_id": "2-14208948-2", "question": "what was the score in Toronto", "sql": "SELECT \"Score\" FROM \"2-14208948-2\" WHERE \"Home\" = 'Toronto';"} +{"question_id": 5620, "table_id": "2-14768499-2", "question": "Which Record has an Event of TPF 5: Stars and Strikes?", "sql": "SELECT \"Record\" FROM \"2-14768499-2\" WHERE \"Event\" = 'TPF 5: Stars and Strikes';"} +{"question_id": 5621, "table_id": "2-14768499-2", "question": "Which Opponent has an Event of King of the Cage: Shock and Awe?", "sql": "SELECT \"Opponent\" FROM \"2-14768499-2\" WHERE \"Event\" = 'King of the Cage: Shock and Awe';"} +{"question_id": 5622, "table_id": "2-14768499-2", "question": "Which Method has a Record of 16–7?", "sql": "SELECT \"Method\" FROM \"2-14768499-2\" WHERE \"Record\" = '16–7';"} +{"question_id": 5623, "table_id": "2-14768499-2", "question": "Which Round has a Method of Decision (unanimous), and an Event of UFC 145?", "sql": "SELECT \"Round\" FROM \"2-14768499-2\" WHERE \"Method\" = 'Decision (unanimous)' AND \"Event\" = 'UFC 145';"} +{"question_id": 5624, "table_id": "2-14768499-2", "question": "Which Event has a Round of 1, and a Record of 2–0?", "sql": "SELECT \"Event\" FROM \"2-14768499-2\" WHERE \"Round\" = '1' AND \"Record\" = '2–0';"} +{"question_id": 5625, "table_id": "2-15194788-2", "question": "What is the general classification of Mapei-CLAS in stage 12?", "sql": "SELECT \"General classification\" FROM \"2-15194788-2\" WHERE \"Team classification\" = 'Mapei-CLAS' AND \"Stage\" = '12';"} +{"question_id": 5626, "table_id": "2-15194788-2", "question": "Which winner has a P stage?", "sql": "SELECT \"Winner\" FROM \"2-15194788-2\" WHERE \"Stage\" = 'P';"} +{"question_id": 5627, "table_id": "2-15194788-2", "question": "Which stage corresponds to Banesto and Tony Rominger?", "sql": "SELECT \"Stage\" FROM \"2-15194788-2\" WHERE \"Team classification\" = 'Banesto' AND \"Points classification\" = 'Tony Rominger';"} +{"question_id": 5628, "table_id": "2-151199-6", "question": "Type of Primary, and a Call letters of KBJS has what format?", "sql": "SELECT \"Format\" FROM \"2-151199-6\" WHERE \"Type\" = 'Primary' AND \"Call letters\" = 'KBJS';"} +{"question_id": 5629, "table_id": "2-151199-6", "question": "Frequency (MHz) that has a Type of primary, and a Call letters of ktbb-fm has what total number?", "sql": "SELECT COUNT(\"Frequency (MHz)\") FROM \"2-151199-6\" WHERE \"Type\" = 'primary' AND \"Call letters\" = 'ktbb-fm';"} +{"question_id": 5630, "table_id": "2-151199-6", "question": "Type of Primary, and a Call letters of KKTX-FM has what average Frequency (MHz)?", "sql": "SELECT AVG(\"Frequency (MHz)\") FROM \"2-151199-6\" WHERE \"Type\" = 'Primary' AND \"Call letters\" = 'KKTX-FM';"} +{"question_id": 5631, "table_id": "2-151199-6", "question": "Frequency (MHz) that has a Call letters of KRMD-FM has what sum?", "sql": "SELECT SUM(\"Frequency (MHz)\") FROM \"2-151199-6\" WHERE \"Call letters\" = 'KRMD-FM';"} +{"question_id": 5632, "table_id": "2-14320222-9", "question": "What date has 1 for the game?", "sql": "SELECT \"Date\" FROM \"2-14320222-9\" WHERE \"Game\" = 1.0;"} +{"question_id": 5633, "table_id": "2-14320222-9", "question": "What opponent has April 10 as the date?", "sql": "SELECT \"Opponent\" FROM \"2-14320222-9\" WHERE \"Date\" = 'April 10';"} +{"question_id": 5634, "table_id": "2-143433-1", "question": "Which TV season finale was showing on May 22, 2001?", "sql": "SELECT \"TV season\" FROM \"2-143433-1\" WHERE \"Season finale\" = 'May 22, 2001';"} +{"question_id": 5635, "table_id": "2-13912739-13", "question": "What player has a rounD larger than 6 with a D position.", "sql": "SELECT \"Player\" FROM \"2-13912739-13\" WHERE \"Round\" > 6.0 AND \"Position\" = 'D';"} +{"question_id": 5636, "table_id": "2-13912739-13", "question": "What league is from the United States and a round smaller than 12.", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-13912739-13\" WHERE \"Nationality\" = 'United States' AND \"Round\" < 12.0;"} +{"question_id": 5637, "table_id": "2-13912739-13", "question": "What league has a 10 for round with Paul Cain?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-13912739-13\" WHERE \"Round\" = 10.0 AND \"Player\" = 'Paul Cain';"} +{"question_id": 5638, "table_id": "2-13912739-13", "question": "What league has a D position, a rounD smaller than 11 anD is with Dennis Vial?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-13912739-13\" WHERE \"Position\" = 'D' AND \"Round\" < 11.0 AND \"Player\" = 'Dennis Vial';"} +{"question_id": 5639, "table_id": "2-144915-1", "question": "What is the rank of the gatchaman of Jinpei?", "sql": "SELECT \"Rank\" FROM \"2-144915-1\" WHERE \"Gatchaman\" = 'Jinpei';"} +{"question_id": 5640, "table_id": "2-144915-1", "question": "Who is the Japanese voice actor of the Battle of the Planets of Keyop?", "sql": "SELECT \"Japanese voice actor\" FROM \"2-144915-1\" WHERE \"Battle of the Planets\" = 'Keyop';"} +{"question_id": 5641, "table_id": "2-144915-1", "question": "What is the rank of the gatchaman Jinpei?", "sql": "SELECT \"Rank\" FROM \"2-144915-1\" WHERE \"Gatchaman\" = 'Jinpei';"} +{"question_id": 5642, "table_id": "2-144915-1", "question": "Who is the voice actor of the character with the Japanese voice actor Yoku Shioya?", "sql": "SELECT \"Voice actor (Harmony Gold OVA Dub)\" FROM \"2-144915-1\" WHERE \"Japanese voice actor\" = 'Yoku Shioya';"} +{"question_id": 5643, "table_id": "2-144915-1", "question": "What is the mecha with a Condor bird uniform?", "sql": "SELECT \"Mecha\" FROM \"2-144915-1\" WHERE \"Bird Uniform\" = 'Condor';"} +{"question_id": 5644, "table_id": "2-144915-1", "question": "Who is the voice actor (harmony gold ova dub) of the character with a voice actor (adv TV/sentai ova dub) Kim Prause?", "sql": "SELECT \"Voice actor (Harmony Gold OVA Dub)\" FROM \"2-144915-1\" WHERE \"Voice actor (ADV TV/Sentai OVA dub)\" = 'Kim Prause';"} +{"question_id": 5645, "table_id": "2-14979843-6", "question": "What is the score of the tournament on 25 July 1994 with a Clay surface and Patricia Tarabini as the partner?", "sql": "SELECT \"Score\" FROM \"2-14979843-6\" WHERE \"Surface\" = 'Clay' AND \"Partner\" = 'Patricia Tarabini' AND \"Date\" = '25 July 1994';"} +{"question_id": 5646, "table_id": "2-14979843-6", "question": "Who is the partner of the tournament on 6 July 1987?", "sql": "SELECT \"Partner\" FROM \"2-14979843-6\" WHERE \"Date\" = '6 July 1987';"} +{"question_id": 5647, "table_id": "2-14979843-6", "question": "Who is the partner at the Tampa tournament?", "sql": "SELECT \"Partner\" FROM \"2-14979843-6\" WHERE \"Tournament\" = 'Tampa';"} +{"question_id": 5648, "table_id": "2-13650873-9", "question": "What is the tenure of the person with revenues of 60,000-->58,000 koku?", "sql": "SELECT \"Tenure\" FROM \"2-13650873-9\" WHERE \"revenues\" = '60,000-->58,000 koku';"} +{"question_id": 5649, "table_id": "2-13650873-9", "question": "What is the court rank of the person with a courtesy title of Nagato-no-kami?", "sql": "SELECT \"Court Rank\" FROM \"2-13650873-9\" WHERE \"Courtesy title\" = 'Nagato-no-kami';"} +{"question_id": 5650, "table_id": "2-13650873-9", "question": "What is the name of the person with a courtesy title of Sanuki-no-kami/Jiju?", "sql": "SELECT \"Name\" FROM \"2-13650873-9\" WHERE \"Courtesy title\" = 'Sanuki-no-kami/Jiju';"} +{"question_id": 5651, "table_id": "2-13821868-7", "question": "what day was the score 39-14", "sql": "SELECT \"Date\" FROM \"2-13821868-7\" WHERE \"Record\" = '39-14';"} +{"question_id": 5652, "table_id": "2-1399423-1", "question": "Which position did the drafted player affiliated with UCLA play?", "sql": "SELECT \"Position\" FROM \"2-1399423-1\" WHERE \"Affiliation\" = 'UCLA';"} +{"question_id": 5653, "table_id": "2-1399423-1", "question": "Which MLS tea, drafted a player affilaited with the University of California?", "sql": "SELECT \"MLS Team\" FROM \"2-1399423-1\" WHERE \"Affiliation\" = 'University of California';"} +{"question_id": 5654, "table_id": "2-1516389-4", "question": "What rank does the person participating in American Civil War and Indian Wars?", "sql": "SELECT \"Rank\" FROM \"2-1516389-4\" WHERE \"Active service\" = 'American Civil War and Indian Wars';"} +{"question_id": 5655, "table_id": "2-14611663-1", "question": "When did the Tournament of The Tour Championship take place?", "sql": "SELECT \"Date\" FROM \"2-14611663-1\" WHERE \"Tournament\" = 'The Tour Championship';"} +{"question_id": 5656, "table_id": "2-1510519-1", "question": "Name the average number of seasons for Prva HNL of 17", "sql": "SELECT AVG(\"Number of seasons in top division\") FROM \"2-1510519-1\" WHERE \"Number of seasons in Prva HNL\" = 17.0;"} +{"question_id": 5657, "table_id": "2-1510519-1", "question": "Name the least number of seasons in top division with position in 2012-13 of 001 1st", "sql": "SELECT MIN(\"Number of seasons in top division\") FROM \"2-1510519-1\" WHERE \"Position in 2012–13\" = '001 1st';"} +{"question_id": 5658, "table_id": "2-15273269-4", "question": "Which first was born on 5 February 1979?", "sql": "SELECT \"First\" FROM \"2-15273269-4\" WHERE \"D.O.B.\" = '5 February 1979';"} +{"question_id": 5659, "table_id": "2-15273269-4", "question": "WhiCh First has a Position of C, and Bats of L?", "sql": "SELECT \"First\" FROM \"2-15273269-4\" WHERE \"Position\" = 'C' AND \"Bats\" = 'L';"} +{"question_id": 5660, "table_id": "2-15273269-4", "question": "Which First has a Surname of Searle?", "sql": "SELECT \"First\" FROM \"2-15273269-4\" WHERE \"Surname\" = 'Searle';"} +{"question_id": 5661, "table_id": "2-15273269-4", "question": "Which SuRname has ThRows of R, and a Position of P, and a DOB of 26 April 1989?", "sql": "SELECT \"Surname\" FROM \"2-15273269-4\" WHERE \"Throws\" = 'R' AND \"Position\" = 'P' AND \"D.O.B.\" = '26 April 1989';"} +{"question_id": 5662, "table_id": "2-15273269-4", "question": "Which DOB has a First of David, and Throws of L, and a Position of IF?", "sql": "SELECT \"D.O.B.\" FROM \"2-15273269-4\" WHERE \"First\" = 'David' AND \"Throws\" = 'L' AND \"Position\" = 'IF';"} +{"question_id": 5663, "table_id": "2-15273269-4", "question": "How many throws does PJ have?", "sql": "SELECT \"Throws\" FROM \"2-15273269-4\" WHERE \"First\" = 'PJ';"} +{"question_id": 5664, "table_id": "2-15016379-1", "question": "Televoting of 9, and a Jury smaller than 10 had what sum of draw?", "sql": "SELECT SUM(\"Draw\") FROM \"2-15016379-1\" WHERE \"Televoting\" = 9.0 AND \"Jury\" < 10.0;"} +{"question_id": 5665, "table_id": "2-15016379-1", "question": "Jury larger than 6, and a Artist of zhenya rasskazova, and a Draw larger than 9 had what sum of points?", "sql": "SELECT SUM(\"Points\") FROM \"2-15016379-1\" WHERE \"Jury\" > 6.0 AND \"Artist\" = 'zhenya rasskazova' AND \"Draw\" > 9.0;"} +{"question_id": 5666, "table_id": "2-15016379-1", "question": "Televoting smaller than 2 had what highest draw?", "sql": "SELECT MAX(\"Draw\") FROM \"2-15016379-1\" WHERE \"Televoting\" < 2.0;"} +{"question_id": 5667, "table_id": "2-13955773-7", "question": "Who was the opponent when Hoeft (19-14) took the loss?", "sql": "SELECT \"Opponent\" FROM \"2-13955773-7\" WHERE \"Loss\" = 'Hoeft (19-14)';"} +{"question_id": 5668, "table_id": "2-13955773-7", "question": "What was the score of the game that led to an 80-63 record?", "sql": "SELECT \"Score\" FROM \"2-13955773-7\" WHERE \"Record\" = '80-63';"} +{"question_id": 5669, "table_id": "2-13955773-7", "question": "Who was the opponent when Brown (9-5) took the loss?", "sql": "SELECT \"Opponent\" FROM \"2-13955773-7\" WHERE \"Loss\" = 'Brown (9-5)';"} +{"question_id": 5670, "table_id": "2-14934885-4", "question": "What was Performer 1's name who performed with Sandi Toksvig as Performer 3 and Mike McShane as Performer 4?", "sql": "SELECT \"Performer 1\" FROM \"2-14934885-4\" WHERE \"Performer 3\" = 'Sandi Toksvig' AND \"Performer 4\" = 'Mike McShane';"} +{"question_id": 5671, "table_id": "2-14934885-4", "question": "What was Performer 4's name when Performer 3 was Ryan Stiles on episode 14?", "sql": "SELECT \"Performer 4\" FROM \"2-14934885-4\" WHERE \"Performer 3\" = 'Ryan Stiles' AND \"Episode\" = 14.0;"} +{"question_id": 5672, "table_id": "2-14347797-5", "question": "How many points have @ new york islanders as the opponent, with a game greater than 35?", "sql": "SELECT COUNT(\"Points\") FROM \"2-14347797-5\" WHERE \"Opponent\" = '@ new york islanders' AND \"Game\" > 35.0;"} +{"question_id": 5673, "table_id": "2-14347797-5", "question": "What record has a december less than 6, points less than 38, and Pittsburgh Penguins as the opponent?", "sql": "SELECT \"Record\" FROM \"2-14347797-5\" WHERE \"December\" < 6.0 AND \"Points\" < 38.0 AND \"Opponent\" = 'Pittsburgh Penguins';"} +{"question_id": 5674, "table_id": "2-1419115-1", "question": "When the county is Carroll what is the lowest population?", "sql": "SELECT MIN(\"Population\") FROM \"2-1419115-1\" WHERE \"County\" = 'Carroll';"} +{"question_id": 5675, "table_id": "2-1419115-1", "question": "When the Per capita income is $29,194, what is the average population?", "sql": "SELECT AVG(\"Population\") FROM \"2-1419115-1\" WHERE \"Per capita income\" = '$29,194';"} +{"question_id": 5676, "table_id": "2-1419115-1", "question": "When the population is greater than 146445 in the county of carroll, what is the number of households?", "sql": "SELECT SUM(\"Number of households\") FROM \"2-1419115-1\" WHERE \"Population\" > 146445.0 AND \"County\" = 'carroll';"} +{"question_id": 5677, "table_id": "2-15203881-1", "question": "Which year has a railway class of 250?", "sql": "SELECT \"Year\" FROM \"2-15203881-1\" WHERE \"Class\" = '250';"} +{"question_id": 5678, "table_id": "2-15203881-1", "question": "Which works number has a class of 15th and year of 1940?", "sql": "SELECT \"Works no.\" FROM \"2-15203881-1\" WHERE \"Class\" = '15th' AND \"Year\" = '1940';"} +{"question_id": 5679, "table_id": "2-15203881-1", "question": "Which builder has a railway of Rhodesia Railways?", "sql": "SELECT \"Builder\" FROM \"2-15203881-1\" WHERE \"Railway\" = 'Rhodesia Railways';"} +{"question_id": 5680, "table_id": "2-15203881-1", "question": "Which railway has a class of 250 and year 1936?", "sql": "SELECT \"Railway\" FROM \"2-15203881-1\" WHERE \"Class\" = '250' AND \"Year\" = '1936';"} +{"question_id": 5681, "table_id": "2-14650162-2", "question": "which week had an attendance of 53,677?", "sql": "SELECT COUNT(\"Week\") FROM \"2-14650162-2\" WHERE \"Attendance\" = '53,677';"} +{"question_id": 5682, "table_id": "2-14650162-2", "question": "which team had a Bye week?", "sql": "SELECT \"Opponent\" FROM \"2-14650162-2\" WHERE \"Attendance\" = 'Bye';"} +{"question_id": 5683, "table_id": "2-13910113-8", "question": "Which Date has Points smaller than 85 and a Game # of 74?", "sql": "SELECT \"Date\" FROM \"2-13910113-8\" WHERE \"Points\" < 85.0 AND \"Game #\" = 74.0;"} +{"question_id": 5684, "table_id": "2-13910113-8", "question": "What is listed for Vistor that has a Game # that is smaller than 67 and has a Home listed as Buffalo?", "sql": "SELECT \"Visitor\" FROM \"2-13910113-8\" WHERE \"Game #\" < 67.0 AND \"Home\" = 'Buffalo';"} +{"question_id": 5685, "table_id": "2-13910113-8", "question": "What Date has a Home listed as Calgary?", "sql": "SELECT \"Date\" FROM \"2-13910113-8\" WHERE \"Home\" = 'Calgary';"} +{"question_id": 5686, "table_id": "2-13910113-8", "question": "What Score has a Record of 35-28-6?", "sql": "SELECT \"Score\" FROM \"2-13910113-8\" WHERE \"Record\" = '35-28-6';"} +{"question_id": 5687, "table_id": "2-13910113-8", "question": "What Date has Points smaller than 80, Home of Los Angeles, and a Visitor of Pittsburgh?", "sql": "SELECT \"Date\" FROM \"2-13910113-8\" WHERE \"Points\" < 80.0 AND \"Home\" = 'Los Angeles' AND \"Visitor\" = 'Pittsburgh';"} +{"question_id": 5688, "table_id": "2-15291779-3", "question": "Which Week 10 Nov 2 has a Week 14 Nov 30 of Penn State (11-1)?", "sql": "SELECT \"Week 10 Nov 2\" FROM \"2-15291779-3\" WHERE \"Week 14 Nov 30\" = 'Penn State (11-1)';"} +{"question_id": 5689, "table_id": "2-15291779-3", "question": "Which Week 7 Oct 12 has a Week 11 Nov 9 of Week 11 Nov 9?", "sql": "SELECT \"Week 7 Oct 12\" FROM \"2-15291779-3\" WHERE \"Week 11 Nov 9\" = 'Week 11 Nov 9';"} +{"question_id": 5690, "table_id": "2-15291779-3", "question": "Which Week 7 Oct 12 has a Week 9 Oct 26 of Tulsa (7-0)?", "sql": "SELECT \"Week 7 Oct 12\" FROM \"2-15291779-3\" WHERE \"Week 9 Oct 26\" = 'Tulsa (7-0)';"} +{"question_id": 5691, "table_id": "2-15291779-3", "question": "Which Week 10 Nov 2 has a Week 9 Oct 26 of LSU (5-2)?", "sql": "SELECT \"Week 10 Nov 2\" FROM \"2-15291779-3\" WHERE \"Week 9 Oct 26\" = 'LSU (5-2)';"} +{"question_id": 5692, "table_id": "2-15291779-3", "question": "Which Week 14 Nov 30 has a Week 6 Oct 5 of Michigan State (5-1)?", "sql": "SELECT \"Week 14 Nov 30\" FROM \"2-15291779-3\" WHERE \"Week 6 Oct 5\" = 'Michigan State (5-1)';"} +{"question_id": 5693, "table_id": "2-15291779-3", "question": "Which Week 13 Nov 23 has a Week 6 Oct 5 of Oklahoma State (5-0)?", "sql": "SELECT \"Week 13 Nov 23\" FROM \"2-15291779-3\" WHERE \"Week 6 Oct 5\" = 'Oklahoma State (5-0)';"} +{"question_id": 5694, "table_id": "2-1415846-1", "question": "What was the displacement having a torque of N·m (lb·ft) @ 3000 rpm?", "sql": "SELECT \"Displacement\" FROM \"2-1415846-1\" WHERE \"Torque\" = 'N·m (lb·ft) @ 3000 rpm';"} +{"question_id": 5695, "table_id": "2-1415846-1", "question": "Which engine had a 48kW (65 PS) @ 5600 rpm power?", "sql": "SELECT \"Engine\" FROM \"2-1415846-1\" WHERE \"Power\" = '48kW (65 PS) @ 5600 rpm';"} +{"question_id": 5696, "table_id": "2-1415846-1", "question": "Which model had a power of 66kW (90 PS) @ 6250 rpm?", "sql": "SELECT \"Model\" FROM \"2-1415846-1\" WHERE \"Power\" = '66kW (90 PS) @ 6250 rpm';"} +{"question_id": 5697, "table_id": "2-1415846-1", "question": "Which of the engines has a displacement of 1,585 cc, with a model number of 90i?", "sql": "SELECT \"Engine\" FROM \"2-1415846-1\" WHERE \"Displacement\" = '1,585 cc' AND \"Model\" = '90i';"} +{"question_id": 5698, "table_id": "2-14887221-16", "question": "Who was the opponent at Memorial Stadium?", "sql": "SELECT \"Opponent\" FROM \"2-14887221-16\" WHERE \"Venue\" = 'Memorial Stadium';"} +{"question_id": 5699, "table_id": "2-14388065-6", "question": "Which Height has a Player of Mike Bibby?", "sql": "SELECT \"Height\" FROM \"2-14388065-6\" WHERE \"Player\" = 'Mike Bibby';"} +{"question_id": 5700, "table_id": "2-14388065-6", "question": "Which Pos has a First round smaller than 10?", "sql": "SELECT \"Pos.\" FROM \"2-14388065-6\" WHERE \"First round\" < 10.0;"} +{"question_id": 5701, "table_id": "2-14366878-3", "question": "How many points have a loss less than 5, and 0 for draws?", "sql": "SELECT COUNT(\"Points\") FROM \"2-14366878-3\" WHERE \"Losses\" < 5.0 AND \"Draws\" = 0.0;"} +{"question_id": 5702, "table_id": "2-14366878-3", "question": "What is the lowest points that has w-2 (w-league) as the league, and draws greater than 2?", "sql": "SELECT MIN(\"Points\") FROM \"2-14366878-3\" WHERE \"League\" = 'w-2 (w-league)' AND \"Draws\" > 2.0;"} +{"question_id": 5703, "table_id": "2-14366878-3", "question": "What is the lowest wins that has a year prior to 1999, with draws greater than 1, and points greater than 17?", "sql": "SELECT MIN(\"Wins\") FROM \"2-14366878-3\" WHERE \"Year\" < 1999.0 AND \"Draws\" > 1.0 AND \"Points\" > 17.0;"} +{"question_id": 5704, "table_id": "2-14366878-3", "question": "How many losses have a year later than 2001?", "sql": "SELECT SUM(\"Losses\") FROM \"2-14366878-3\" WHERE \"Year\" > 2001.0;"} +{"question_id": 5705, "table_id": "2-15148352-1", "question": "Which county includes Himco Dump?", "sql": "SELECT \"County\" FROM \"2-15148352-1\" WHERE \"Name\" = 'Himco Dump';"} +{"question_id": 5706, "table_id": "2-14077277-4", "question": "Drawn of 0, and a Games larger than 5 has what amount of highest points?", "sql": "SELECT MAX(\"Points\") FROM \"2-14077277-4\" WHERE \"Drawn\" = 0.0 AND \"Games\" > 5.0;"} +{"question_id": 5707, "table_id": "2-14077277-4", "question": "Lost larger than 4 is what highest drawn?", "sql": "SELECT MAX(\"Drawn\") FROM \"2-14077277-4\" WHERE \"Lost\" > 4.0;"} +{"question_id": 5708, "table_id": "2-14077277-4", "question": "Points difference of 18 - 33, and a Points smaller than 4 is the total of what sum of games?", "sql": "SELECT SUM(\"Games\") FROM \"2-14077277-4\" WHERE \"Points difference\" = '18 - 33' AND \"Points\" < 4.0;"} +{"question_id": 5709, "table_id": "2-1450546-3", "question": "Which First elected is the highest one that has a Party of Dem, and a District larger than 24, and a Home city/town of Berlin?", "sql": "SELECT MAX(\"First elected\") FROM \"2-1450546-3\" WHERE \"Party\" = 'Dem' AND \"District\" > 24.0 AND \"Home city/town\" = 'Berlin';"} +{"question_id": 5710, "table_id": "2-14335332-3", "question": "What record has Pittsburgh as the visitor, and November 23 as the date?", "sql": "SELECT \"Record\" FROM \"2-14335332-3\" WHERE \"Visitor\" = 'Pittsburgh' AND \"Date\" = 'November 23';"} +{"question_id": 5711, "table_id": "2-14335332-3", "question": "What record has points less than 16, and Detroit as the home?", "sql": "SELECT \"Record\" FROM \"2-14335332-3\" WHERE \"Points\" < 16.0 AND \"Home\" = 'Detroit';"} +{"question_id": 5712, "table_id": "2-14335332-3", "question": "How many points have pittsburgh as the visitor, and philadelphia as the home?", "sql": "SELECT COUNT(\"Points\") FROM \"2-14335332-3\" WHERE \"Visitor\" = 'pittsburgh' AND \"Home\" = 'philadelphia';"} +{"question_id": 5713, "table_id": "2-14335332-3", "question": "What points have Pittsburgh as the home, and November 29 as the date?", "sql": "SELECT \"Points\" FROM \"2-14335332-3\" WHERE \"Home\" = 'Pittsburgh' AND \"Date\" = 'November 29';"} +{"question_id": 5714, "table_id": "2-15122644-1", "question": "What was the attendance at the game on December 11, 1966?", "sql": "SELECT \"Attendance\" FROM \"2-15122644-1\" WHERE \"Date\" = 'December 11, 1966';"} +{"question_id": 5715, "table_id": "2-15122644-1", "question": "What was the latest week with a result of L 14-3?", "sql": "SELECT MAX(\"Week\") FROM \"2-15122644-1\" WHERE \"Result\" = 'L 14-3';"} +{"question_id": 5716, "table_id": "2-15122644-1", "question": "What was the total number of weeks with a date of bye?", "sql": "SELECT COUNT(\"Week\") FROM \"2-15122644-1\" WHERE \"Date\" = 'bye';"} +{"question_id": 5717, "table_id": "2-15122644-1", "question": "Who was the opponent at the game with a result of W 26-20?", "sql": "SELECT \"Opponent\" FROM \"2-15122644-1\" WHERE \"Result\" = 'W 26-20';"} +{"question_id": 5718, "table_id": "2-15122644-1", "question": "What was the attendance at the week 2 game?", "sql": "SELECT \"Attendance\" FROM \"2-15122644-1\" WHERE \"Week\" = 2.0;"} +{"question_id": 5719, "table_id": "2-14819302-3", "question": "Before 1981, how many Points did Team suzuki have with less than 0 Wins?", "sql": "SELECT SUM(\"Points\") FROM \"2-14819302-3\" WHERE \"Team\" = 'suzuki' AND \"Year\" < 1981.0 AND \"Wins\" < 0.0;"} +{"question_id": 5720, "table_id": "2-14819302-3", "question": "After 1986, how many Wins did lucky strike yamaha Team with less than 6 Points have?", "sql": "SELECT MIN(\"Wins\") FROM \"2-14819302-3\" WHERE \"Year\" > 1986.0 AND \"Team\" = 'lucky strike yamaha' AND \"Points\" < 6.0;"} +{"question_id": 5721, "table_id": "2-14819302-3", "question": "In what Year did the rg500 Machine have more than 17 Points?", "sql": "SELECT COUNT(\"Year\") FROM \"2-14819302-3\" WHERE \"Machine\" = 'rg500' AND \"Points\" > 17.0;"} +{"question_id": 5722, "table_id": "2-14819302-3", "question": "What were the least Wins in 1988?", "sql": "SELECT MIN(\"Wins\") FROM \"2-14819302-3\" WHERE \"Year\" = 1988.0;"} +{"question_id": 5723, "table_id": "2-14106667-6", "question": "How many points did the Flyers have against the new york islanders with a February bigger than 12, and a game smaller than 60?", "sql": "SELECT COUNT(\"Points\") FROM \"2-14106667-6\" WHERE \"February\" > 12.0 AND \"Game\" < 60.0 AND \"Opponent\" = 'new york islanders';"} +{"question_id": 5724, "table_id": "2-14611688-1", "question": "What is the location of the tournament on Feb 10?", "sql": "SELECT \"Location\" FROM \"2-14611688-1\" WHERE \"Date\" = 'Feb 10';"} +{"question_id": 5725, "table_id": "2-14611688-1", "question": "What is the date of the KMart Greater Greensboro Open in North Carolina?", "sql": "SELECT \"Date\" FROM \"2-14611688-1\" WHERE \"Location\" = 'North Carolina' AND \"Tournament\" = 'KMart Greater Greensboro Open';"} +{"question_id": 5726, "table_id": "2-14611688-1", "question": "Who is the winner of the H.E.B. Texas Open?", "sql": "SELECT \"Winner\" FROM \"2-14611688-1\" WHERE \"Tournament\" = 'H.E.B. Texas Open';"} +{"question_id": 5727, "table_id": "2-14415326-2", "question": "What is the average weight of Jeremy Case, who plays Guard?", "sql": "SELECT AVG(\"Weight\") FROM \"2-14415326-2\" WHERE \"Position\" = 'Guard' AND \"Name\" = 'Jeremy Case';"} +{"question_id": 5728, "table_id": "2-14415326-2", "question": "What is the position of the player from New York City, NY?", "sql": "SELECT \"Position\" FROM \"2-14415326-2\" WHERE \"Home Town\" = 'New York City, NY';"} +{"question_id": 5729, "table_id": "2-14415326-2", "question": "What year is Guard Mario Chalmers?", "sql": "SELECT \"Year\" FROM \"2-14415326-2\" WHERE \"Position\" = 'Guard' AND \"Name\" = 'Mario Chalmers';"} +{"question_id": 5730, "table_id": "2-1520559-3", "question": "What was Japan's score?", "sql": "SELECT \"Score\" FROM \"2-1520559-3\" WHERE \"Country\" = 'Japan';"} +{"question_id": 5731, "table_id": "2-1520559-3", "question": "Which Venue has a Country of England, and a Champion of Alison Nicholas?", "sql": "SELECT \"Venue\" FROM \"2-1520559-3\" WHERE \"Country\" = 'England' AND \"Champion\" = 'Alison Nicholas';"} +{"question_id": 5732, "table_id": "2-1520559-3", "question": "Which Country has a Year larger than 1978, and a Score of 295, and a Venue of Lindrick Golf Club?", "sql": "SELECT \"Country\" FROM \"2-1520559-3\" WHERE \"Year\" > 1978.0 AND \"Score\" = '295' AND \"Venue\" = 'Lindrick Golf Club';"} +{"question_id": 5733, "table_id": "2-1356028-1", "question": "what player scored 9/1", "sql": "SELECT \"Jockey\" FROM \"2-1356028-1\" WHERE \"Odds\" = '9/1';"} +{"question_id": 5734, "table_id": "2-13742917-2", "question": "On what date was the score 6–4, 7–5?", "sql": "SELECT \"Date\" FROM \"2-13742917-2\" WHERE \"Score\" = '6–4, 7–5';"} +{"question_id": 5735, "table_id": "2-13742917-2", "question": "Who was the opponent with an outcome Runner-up on November 15, 2010?", "sql": "SELECT \"Opponent\" FROM \"2-13742917-2\" WHERE \"Outcome\" = 'Runner-up' AND \"Date\" = 'November 15, 2010';"} +{"question_id": 5736, "table_id": "2-13742917-2", "question": "What was the outcome for Rik de Voest as opponent?", "sql": "SELECT \"Outcome\" FROM \"2-13742917-2\" WHERE \"Opponent\" = 'Rik de Voest';"} +{"question_id": 5737, "table_id": "2-13742917-2", "question": "What was the score on October 24, 2005?", "sql": "SELECT \"Score\" FROM \"2-13742917-2\" WHERE \"Date\" = 'October 24, 2005';"} +{"question_id": 5738, "table_id": "2-15313204-1", "question": "What is the sum of state champions with more tan 9 MRC Championships, more than 4 co-champions, and a record of 192-189-3?", "sql": "SELECT SUM(\"State Champions\") FROM \"2-15313204-1\" WHERE \"MRC Championships\" > 9.0 AND \"Records\" = '192-189-3' AND \"Co-Champions\" > 4.0;"} +{"question_id": 5739, "table_id": "2-15313204-1", "question": "What was the co-champions value when solo was 3 and MRC Championships is greater than 3?", "sql": "SELECT \"Co-Champions\" FROM \"2-15313204-1\" WHERE \"Solo\" = 3.0 AND \"MRC Championships\" > 3.0;"} +{"question_id": 5740, "table_id": "2-15313204-1", "question": "What is the highest value for co-champions when the PCT is less than 0.786 and MRC championships is 6 with records of 88-45-6?", "sql": "SELECT MAX(\"Co-Champions\") FROM \"2-15313204-1\" WHERE \"Pct.\" < 0.786 AND \"MRC Championships\" = 6.0 AND \"Records\" = '88-45-6';"} +{"question_id": 5741, "table_id": "2-15313204-1", "question": "What is the average value of MRC Championships with more than 0.685 PCT., more than 1 for co-champions, and less than 5 solo?", "sql": "SELECT AVG(\"MRC Championships\") FROM \"2-15313204-1\" WHERE \"Pct.\" > 0.685 AND \"Co-Champions\" > 1.0 AND \"Solo\" < 5.0;"} +{"question_id": 5742, "table_id": "2-15313204-1", "question": "What is the average Pct value when state champions is less than 1, MRC Championships is 10, and co-champions are greater than 4?", "sql": "SELECT AVG(\"Pct.\") FROM \"2-15313204-1\" WHERE \"State Champions\" < 1.0 AND \"MRC Championships\" = 10.0 AND \"Co-Champions\" > 4.0;"} +{"question_id": 5743, "table_id": "2-1492281-3", "question": "Street Address of 980 N. Michigan Avenue is what name?", "sql": "SELECT \"Name\" FROM \"2-1492281-3\" WHERE \"Street Address\" = '980 N. Michigan Avenue';"} +{"question_id": 5744, "table_id": "2-1492281-3", "question": "Name of 900 north michigan, and a Year smaller than 1989 involves what lowest floors?", "sql": "SELECT MIN(\"Floors\") FROM \"2-1492281-3\" WHERE \"Name\" = '900 north michigan' AND \"Year\" < 1989.0;"} +{"question_id": 5745, "table_id": "2-1492281-3", "question": "Street Address of 401 N. Wabash Avenue involves what name?", "sql": "SELECT \"Name\" FROM \"2-1492281-3\" WHERE \"Street Address\" = '401 N. Wabash Avenue';"} +{"question_id": 5746, "table_id": "2-15093587-1", "question": "Pick larger than 229, and a Round smaller than 12, and a Position of Defensive Back is what school/club team?", "sql": "SELECT \"School/Club Team\" FROM \"2-15093587-1\" WHERE \"Pick\" > 229.0 AND \"Round\" < 12.0 AND \"Position\" = 'Defensive Back';"} +{"question_id": 5747, "table_id": "2-15093587-1", "question": "Player of mike o'quinn, and a Round smaller than 15 had what lowest pick?", "sql": "SELECT MIN(\"Pick\") FROM \"2-15093587-1\" WHERE \"Player\" = 'mike o''quinn' AND \"Round\" < 15.0;"} +{"question_id": 5748, "table_id": "2-15093587-1", "question": "Round of 11 had waht sum of pick?", "sql": "SELECT SUM(\"Pick\") FROM \"2-15093587-1\" WHERE \"Round\" = 11.0;"} +{"question_id": 5749, "table_id": "2-15020951-1", "question": "Which Division has a Position of 6th?", "sql": "SELECT \"Division\" FROM \"2-15020951-1\" WHERE \"Position\" = '6th';"} +{"question_id": 5750, "table_id": "2-15020951-1", "question": "Which Season has a Level of Tier 4, and a Position of 11th?", "sql": "SELECT SUM(\"Season\") FROM \"2-15020951-1\" WHERE \"Level\" = 'Tier 4' AND \"Position\" = '11th';"} +{"question_id": 5751, "table_id": "2-15020951-1", "question": "Which Season has a Level of tier 2 and a Position of 1st?", "sql": "SELECT COUNT(\"Season\") FROM \"2-15020951-1\" WHERE \"Level\" = 'tier 2' AND \"Position\" = '1st';"} +{"question_id": 5752, "table_id": "2-15020951-1", "question": "Which Position has a Level of Tier 3 and a Season smaller than 1999?", "sql": "SELECT \"Position\" FROM \"2-15020951-1\" WHERE \"Level\" = 'Tier 3' AND \"Season\" < 1999.0;"} +{"question_id": 5753, "table_id": "2-1458587-1", "question": "Which Median family income has a Median household income of $43,125?", "sql": "SELECT \"Median family income\" FROM \"2-1458587-1\" WHERE \"Median household income\" = '$43,125';"} +{"question_id": 5754, "table_id": "2-1458587-1", "question": "How many people have a Median household income of $37,759?", "sql": "SELECT SUM(\"Population\") FROM \"2-1458587-1\" WHERE \"Median household income\" = '$37,759';"} +{"question_id": 5755, "table_id": "2-15123167-2", "question": "What week had an Attendance smaller than 21097?", "sql": "SELECT COUNT(\"Week\") FROM \"2-15123167-2\" WHERE \"Attendance\" < 21097.0;"} +{"question_id": 5756, "table_id": "2-15123167-2", "question": "What Week had an Attendance smaller than 22333?", "sql": "SELECT COUNT(\"Week\") FROM \"2-15123167-2\" WHERE \"Attendance\" < 22333.0;"} +{"question_id": 5757, "table_id": "2-15124959-1", "question": "Municipality of Tampere involves which party?", "sql": "SELECT \"Party\" FROM \"2-15124959-1\" WHERE \"Municipality\" = 'Tampere';"} +{"question_id": 5758, "table_id": "2-15124959-1", "question": "Quotient of 97 350,333 has how many votes?", "sql": "SELECT \"Votes\" FROM \"2-15124959-1\" WHERE \"Quotient\" = '97 350,333';"} +{"question_id": 5759, "table_id": "2-15124959-1", "question": "Candidate of Kimmo Kiljunen belongs to which municipality?", "sql": "SELECT \"Municipality\" FROM \"2-15124959-1\" WHERE \"Candidate\" = 'Kimmo Kiljunen';"} +{"question_id": 5760, "table_id": "2-15124959-1", "question": "Votes of 27,391 has which quotient?", "sql": "SELECT \"Quotient\" FROM \"2-15124959-1\" WHERE \"Votes\" = '27,391';"} +{"question_id": 5761, "table_id": "2-15124959-1", "question": "Candidate of Riikka Manner has how many votes?", "sql": "SELECT \"Votes\" FROM \"2-15124959-1\" WHERE \"Candidate\" = 'Riikka Manner';"} +{"question_id": 5762, "table_id": "2-14176339-2", "question": "Which Opposition has a Year smaller than 1911, and a Venue of Old Trafford?", "sql": "SELECT \"Opposition\" FROM \"2-14176339-2\" WHERE \"Year\" < 1911.0 AND \"Venue\" = 'Old Trafford';"} +{"question_id": 5763, "table_id": "2-14176339-2", "question": "Which Venue has a Year of 1911?", "sql": "SELECT \"Venue\" FROM \"2-14176339-2\" WHERE \"Year\" = 1911.0;"} +{"question_id": 5764, "table_id": "2-14176339-2", "question": "Which Opposition has a City of Taunton?", "sql": "SELECT \"Opposition\" FROM \"2-14176339-2\" WHERE \"City\" = 'Taunton';"} +{"question_id": 5765, "table_id": "2-14176339-2", "question": "Which number of Years has a Venue of old trafford, and an Opposition of yorkshire?", "sql": "SELECT COUNT(\"Year\") FROM \"2-14176339-2\" WHERE \"Venue\" = 'old trafford' AND \"Opposition\" = 'yorkshire';"} +{"question_id": 5766, "table_id": "2-14717422-7", "question": "What was the score of the match that took place at 6:00 PM with 79,419 in attendance?", "sql": "SELECT \"Result\" FROM \"2-14717422-7\" WHERE \"Time\" = '6:00 PM' AND \"Attendance\" = '79,419';"} +{"question_id": 5767, "table_id": "2-14717422-7", "question": "What time was the match that had an attendance of 22,329?", "sql": "SELECT \"Time\" FROM \"2-14717422-7\" WHERE \"Attendance\" = '22,329';"} +{"question_id": 5768, "table_id": "2-14717422-7", "question": "What two teams were competing in the match with 103,158 in attendance?", "sql": "SELECT \"Opponent\" FROM \"2-14717422-7\" WHERE \"Attendance\" = '103,158';"} +{"question_id": 5769, "table_id": "2-14922774-4", "question": "What is the average date in January that the Rangers played against Chicago Black Hawks?", "sql": "SELECT AVG(\"January\") FROM \"2-14922774-4\" WHERE \"Opponent\" = 'Chicago Black Hawks';"} +{"question_id": 5770, "table_id": "2-14922774-4", "question": "What is the score of the game where the Rangers record was 16-8-4?", "sql": "SELECT \"Score\" FROM \"2-14922774-4\" WHERE \"Record\" = '16-8-4';"} +{"question_id": 5771, "table_id": "2-14318231-1", "question": "Which OU career [b] had Position [A] as a Forward when there were 56 appearances?", "sql": "SELECT \"Oxford United career [B ]\" FROM \"2-14318231-1\" WHERE \"Position [A ]\" = 'Forward' AND \"Appearances\" = 56.0;"} +{"question_id": 5772, "table_id": "2-15271779-2", "question": "Which Score in the final has an Outcome of Winner, and a Date of 3 August 2013?", "sql": "SELECT \"Score in the final\" FROM \"2-15271779-2\" WHERE \"Outcome\" = 'Winner' AND \"Date\" = '3 August 2013';"} +{"question_id": 5773, "table_id": "2-15271779-2", "question": "Which Partner has a Date of 8 February 2009?", "sql": "SELECT \"Partner\" FROM \"2-15271779-2\" WHERE \"Date\" = '8 February 2009';"} +{"question_id": 5774, "table_id": "2-15271779-2", "question": "Which Opponent in the final has a Partner of Dustin Brown?", "sql": "SELECT \"Opponent in the final\" FROM \"2-15271779-2\" WHERE \"Partner\" = 'Dustin Brown';"} +{"question_id": 5775, "table_id": "2-15271779-2", "question": "Which Score in the final has a Surface of Clay, and a Partner of Martin Emmrich?", "sql": "SELECT \"Score in the final\" FROM \"2-15271779-2\" WHERE \"Surface\" = 'Clay' AND \"Partner\" = 'Martin Emmrich';"} +{"question_id": 5776, "table_id": "2-15271779-2", "question": "Which Surface has a Partner of Oliver Marach?", "sql": "SELECT \"Surface\" FROM \"2-15271779-2\" WHERE \"Partner\" = 'Oliver Marach';"} +{"question_id": 5777, "table_id": "2-137193-2", "question": "What is the call sign for the frequency of 0 105.7 FM?", "sql": "SELECT \"Call sign\" FROM \"2-137193-2\" WHERE \"Frequency\" = '0 105.7 FM';"} +{"question_id": 5778, "table_id": "2-137193-2", "question": "Who is the owner with a frequency of 0 101.1 FM?", "sql": "SELECT \"Owner\" FROM \"2-137193-2\" WHERE \"Frequency\" = '0 101.1 FM';"} +{"question_id": 5779, "table_id": "2-137193-2", "question": "Which city of license has the KYLI call sign?", "sql": "SELECT \"City of License\" FROM \"2-137193-2\" WHERE \"Call sign\" = 'KYLI';"} +{"question_id": 5780, "table_id": "2-137193-2", "question": "What is the format for Cherry Creek Radio with frequency of 0 92.1 FM?", "sql": "SELECT \"Format\" FROM \"2-137193-2\" WHERE \"Owner\" = 'Cherry Creek Radio' AND \"Frequency\" = '0 92.1 FM';"} +{"question_id": 5781, "table_id": "2-137193-2", "question": "Which format is in St. George with a frequency of 0 107.3 FM?", "sql": "SELECT \"Format\" FROM \"2-137193-2\" WHERE \"City of License\" = 'St. George' AND \"Frequency\" = '0 107.3 FM';"} +{"question_id": 5782, "table_id": "2-13618584-2", "question": "Party of Republican, and a District of 7th is what elected?", "sql": "SELECT \"Elected\" FROM \"2-13618584-2\" WHERE \"Party\" = 'Republican' AND \"District\" = '7th';"} +{"question_id": 5783, "table_id": "2-13618584-2", "question": "Party of Republican, and a District of 5th is what highest elected?", "sql": "SELECT MAX(\"Elected\") FROM \"2-13618584-2\" WHERE \"Party\" = 'Republican' AND \"District\" = '5th';"} +{"question_id": 5784, "table_id": "2-13618584-2", "question": "Elected smaller than 2001, and a District of 83rd has what status?", "sql": "SELECT \"Status\" FROM \"2-13618584-2\" WHERE \"Elected\" < 2001.0 AND \"District\" = '83rd';"} +{"question_id": 5785, "table_id": "2-13618584-2", "question": "Status of Reelected, and a Incumbent of Danny Marshall III is what highest elected?", "sql": "SELECT MAX(\"Elected\") FROM \"2-13618584-2\" WHERE \"Status\" = 'Reelected' AND \"Incumbent\" = 'Danny Marshall III';"} +{"question_id": 5786, "table_id": "2-13831441-2", "question": "When has a Score of 6–3, 6–4?", "sql": "SELECT \"Date\" FROM \"2-13831441-2\" WHERE \"Score\" = '6–3, 6–4';"} +{"question_id": 5787, "table_id": "2-13831441-2", "question": "WHich Score has Marcelo Filippini Mark Koevermans?", "sql": "SELECT \"Score\" FROM \"2-13831441-2\" WHERE \"Opponents in the final\" = 'Marcelo Filippini Mark Koevermans';"} +{"question_id": 5788, "table_id": "2-13831441-2", "question": "WHich Tournament has a Partnering of Diego Pérez and a Opponents in the final of Christer Allgardh Carl Limberger?", "sql": "SELECT \"Tournament\" FROM \"2-13831441-2\" WHERE \"Partnering\" = 'Diego Pérez' AND \"Opponents in the final\" = 'Christer Allgardh Carl Limberger';"} +{"question_id": 5789, "table_id": "2-13831441-2", "question": "Which Opponents in the final has a Partnering of Tomás Carbonell on March 28, 1995?", "sql": "SELECT \"Opponents in the final\" FROM \"2-13831441-2\" WHERE \"Partnering\" = 'Tomás Carbonell' AND \"Date\" = 'March 28, 1995';"} +{"question_id": 5790, "table_id": "2-13831441-2", "question": "What is the Score of an Opponent\\ in the final of Jordi Arrese Àlex Corretja?", "sql": "SELECT \"Score\" FROM \"2-13831441-2\" WHERE \"Opponents in the final\" = 'Jordi Arrese Àlex Corretja';"} +{"question_id": 5791, "table_id": "2-13931709-6", "question": "Which To par has a Place in T9 and a Country of Spain?", "sql": "SELECT \"To par\" FROM \"2-13931709-6\" WHERE \"Place\" = 'T9' AND \"Country\" = 'Spain';"} +{"question_id": 5792, "table_id": "2-13931709-6", "question": "Which To par has a Place in 8?", "sql": "SELECT \"To par\" FROM \"2-13931709-6\" WHERE \"Place\" = '8';"} +{"question_id": 5793, "table_id": "2-13931709-6", "question": "WHo is Player that has a Place of T9 in United States?", "sql": "SELECT \"Player\" FROM \"2-13931709-6\" WHERE \"Place\" = 'T9' AND \"Country\" = 'United States';"} +{"question_id": 5794, "table_id": "2-13975482-1", "question": "What ERP W has a 95.1 MHZ frequency?", "sql": "SELECT \"ERP W\" FROM \"2-13975482-1\" WHERE \"Frequency MHz\" = 95.1;"} +{"question_id": 5795, "table_id": "2-13975482-1", "question": "What call sign is licensed in Soledad, California?", "sql": "SELECT \"Call sign\" FROM \"2-13975482-1\" WHERE \"City of license\" = 'Soledad, California';"} +{"question_id": 5796, "table_id": "2-13975482-1", "question": "What is the MHZ frequency in carmel, california with an ERP W over 10?", "sql": "SELECT AVG(\"Frequency MHz\") FROM \"2-13975482-1\" WHERE \"City of license\" = 'carmel, california' AND \"ERP W\" > 10.0;"} +{"question_id": 5797, "table_id": "2-13975482-1", "question": "What class has a MHZ frequency under 103.1 licensed in Morro Bay, California?", "sql": "SELECT \"Class\" FROM \"2-13975482-1\" WHERE \"Frequency MHz\" < 103.1 AND \"City of license\" = 'Morro Bay, California';"} +{"question_id": 5798, "table_id": "2-15008664-15", "question": "How many averages have recs smaller than 26, and a Player of reggie brown, and a Long smaller than 40?", "sql": "SELECT COUNT(\"Avg.\") FROM \"2-15008664-15\" WHERE \"Rec.\" < 26.0 AND \"Player\" = 'reggie brown' AND \"Long\" < 40.0;"} +{"question_id": 5799, "table_id": "2-15008664-15", "question": "Which Yards has an Avg larger than 7, and a Long smaller than 60, and a Rec larger than 19, and a Player of Correll Buckhalter?", "sql": "SELECT AVG(\"Yards\") FROM \"2-15008664-15\" WHERE \"Avg.\" > 7.0 AND \"Long\" < 60.0 AND \"Rec.\" > 19.0 AND \"Player\" = 'Correll Buckhalter';"} +{"question_id": 5800, "table_id": "2-15008664-15", "question": "Which Yards have an avg of 11.8, and a Player of brent celek, and a Long larger than 44?", "sql": "SELECT AVG(\"Yards\") FROM \"2-15008664-15\" WHERE \"Avg.\" = 11.8 AND \"Player\" = 'brent celek' AND \"Long\" > 44.0;"} +{"question_id": 5801, "table_id": "2-15008664-15", "question": "Which Yards is the highest one that has a Rec smaller than 54, and a Long smaller than 5, and a Player of todd herremans, and an Avg larger than 1?", "sql": "SELECT MAX(\"Yards\") FROM \"2-15008664-15\" WHERE \"Rec.\" < 54.0 AND \"Long\" < 5.0 AND \"Player\" = 'todd herremans' AND \"Avg.\" > 1.0;"} +{"question_id": 5802, "table_id": "2-13619135-5", "question": "What is the high rebounds with a record that is 18-14?", "sql": "SELECT \"High rebounds\" FROM \"2-13619135-5\" WHERE \"Record\" = '18-14';"} +{"question_id": 5803, "table_id": "2-13619135-5", "question": "What are the high points from a game of 30?", "sql": "SELECT \"High points\" FROM \"2-13619135-5\" WHERE \"Game\" = 30.0;"} +{"question_id": 5804, "table_id": "2-14983354-1", "question": "What is the score for the game against Malacca at the KLFA Stadium, Cheras?", "sql": "SELECT \"Score\" FROM \"2-14983354-1\" WHERE \"Opponent\" = 'Malacca' AND \"Venue\" = 'KLFA Stadium, Cheras';"} +{"question_id": 5805, "table_id": "2-14983354-1", "question": "Which date held the match at the City Stadium, Georgetown?", "sql": "SELECT \"Date\" FROM \"2-14983354-1\" WHERE \"Venue\" = 'City Stadium, Georgetown';"} +{"question_id": 5806, "table_id": "2-14983354-1", "question": "Which competition had an opponent of Police at the Selayang Stadium?", "sql": "SELECT \"Competition\" FROM \"2-14983354-1\" WHERE \"Opponent\" = 'Police' AND \"Venue\" = 'Selayang Stadium';"} +{"question_id": 5807, "table_id": "2-14342592-5", "question": "What the average amount of field goals clark has if he has less than 3 touch downs and less than 5 points?", "sql": "SELECT AVG(\"Field goals\") FROM \"2-14342592-5\" WHERE \"Touchdowns\" < 3.0 AND \"Player\" = 'clark' AND \"Points\" < 5.0;"} +{"question_id": 5808, "table_id": "2-14342592-5", "question": "How many points does tom hammond have if he has more than 12 points?", "sql": "SELECT SUM(\"Points\") FROM \"2-14342592-5\" WHERE \"Player\" = 'tom hammond' AND \"Extra points\" > 12.0;"} +{"question_id": 5809, "table_id": "2-14342592-5", "question": "Who had the lowest field goals if they had 12 touchdowns and more than 72 points?", "sql": "SELECT MIN(\"Field goals\") FROM \"2-14342592-5\" WHERE \"Touchdowns\" = 12.0 AND \"Points\" > 72.0;"} +{"question_id": 5810, "table_id": "2-14640571-4", "question": "What is the lowest earnings of Lee Trevino who has 28 wins?", "sql": "SELECT MIN(\"Earnings ( $ )\") FROM \"2-14640571-4\" WHERE \"Wins\" = 28.0 AND \"Player\" = 'Lee Trevino';"} +{"question_id": 5811, "table_id": "2-13619135-4", "question": "Where is the location of attendance for the Date of December 14?", "sql": "SELECT \"Location Attendance\" FROM \"2-13619135-4\" WHERE \"Date\" = 'December 14';"} +{"question_id": 5812, "table_id": "2-13619135-4", "question": "What team has a high score with Tracy McGrady (24)?", "sql": "SELECT \"Team\" FROM \"2-13619135-4\" WHERE \"High points\" = 'Tracy McGrady (24)';"} +{"question_id": 5813, "table_id": "2-13619135-4", "question": "What location has an attendance and a score of L 90–91 (OT)?", "sql": "SELECT \"Location Attendance\" FROM \"2-13619135-4\" WHERE \"Score\" = 'L 90–91 (OT)';"} +{"question_id": 5814, "table_id": "2-13619135-4", "question": "What team has a Score of L 88–94 (OT)?", "sql": "SELECT \"Team\" FROM \"2-13619135-4\" WHERE \"Score\" = 'L 88–94 (OT)';"} +{"question_id": 5815, "table_id": "2-13848569-2", "question": "What score has Hard (I) as the surface, and Columbus, Ohio as the tournament?", "sql": "SELECT \"Score\" FROM \"2-13848569-2\" WHERE \"Surface\" = 'Hard (I)' AND \"Tournament\" = 'Columbus, Ohio';"} +{"question_id": 5816, "table_id": "2-13848569-2", "question": "What opponent in the final has Rockford, Illinois as the tournament?", "sql": "SELECT \"Opponent in the final\" FROM \"2-13848569-2\" WHERE \"Tournament\" = 'Rockford, Illinois';"} +{"question_id": 5817, "table_id": "2-13848569-2", "question": "What score has Zadar as the tournament?", "sql": "SELECT \"Score\" FROM \"2-13848569-2\" WHERE \"Tournament\" = 'Zadar';"} +{"question_id": 5818, "table_id": "2-14988364-1", "question": "Players of Amanda Coetzer and Marcos Ondruska is what team?", "sql": "SELECT \"Team\" FROM \"2-14988364-1\" WHERE \"Players\" = 'Amanda Coetzer and Marcos Ondruska';"} +{"question_id": 5819, "table_id": "2-14988364-1", "question": "Players of Judith Wiesner and Alex Antonitsch had what match w-l?", "sql": "SELECT \"Matches W-L\" FROM \"2-14988364-1\" WHERE \"Players\" = 'Judith Wiesner and Alex Antonitsch';"} +{"question_id": 5820, "table_id": "2-14988364-1", "question": "Placing of 3 had what match w-l?", "sql": "SELECT \"Matches W-L\" FROM \"2-14988364-1\" WHERE \"Placing\" = 3.0;"} +{"question_id": 5821, "table_id": "2-14988364-1", "question": "Matches W-L of 1-2, and a Team of Spain had what seeding?", "sql": "SELECT \"Seeding\" FROM \"2-14988364-1\" WHERE \"Matches W-L\" = '1-2' AND \"Team\" = 'Spain';"} +{"question_id": 5822, "table_id": "2-15003874-4", "question": "Notes of BBC Radio 4, and a Director of Peter Kavanagh includes which average year?", "sql": "SELECT AVG(\"Year\") FROM \"2-15003874-4\" WHERE \"Notes\" = 'BBC Radio 4' AND \"Director\" = 'Peter Kavanagh';"} +{"question_id": 5823, "table_id": "2-15003874-4", "question": "Title of The Angry Brigade involves which lowest year?", "sql": "SELECT MIN(\"Year\") FROM \"2-15003874-4\" WHERE \"Title\" = 'The Angry Brigade';"} +{"question_id": 5824, "table_id": "2-15003874-4", "question": "Year larger than 2008 includes which notes?", "sql": "SELECT \"Notes\" FROM \"2-15003874-4\" WHERE \"Year\" > 2008.0;"} +{"question_id": 5825, "table_id": "2-15003874-4", "question": "Notes of BBC Radio 3, and a Title of Carnival involves which director?", "sql": "SELECT \"Director\" FROM \"2-15003874-4\" WHERE \"Notes\" = 'BBC Radio 3' AND \"Title\" = 'Carnival';"} +{"question_id": 5826, "table_id": "2-15177962-1", "question": "What was the song choice when the theme was Free choice and Adeleye made it Through to bootcamp?", "sql": "SELECT \"Song choice\" FROM \"2-15177962-1\" WHERE \"Theme\" = 'Free choice' AND \"Result\" = 'Through to bootcamp';"} +{"question_id": 5827, "table_id": "2-15177962-1", "question": "What was the result of Week 2?", "sql": "SELECT \"Result\" FROM \"2-15177962-1\" WHERE \"Week\" = 'Week 2';"} +{"question_id": 5828, "table_id": "2-15177962-1", "question": "What was the theme for Week 3?", "sql": "SELECT \"Theme\" FROM \"2-15177962-1\" WHERE \"Week\" = 'Week 3';"} +{"question_id": 5829, "table_id": "2-15177962-1", "question": "What was the theme for the Final Showdown (Week 3)?", "sql": "SELECT \"Theme\" FROM \"2-15177962-1\" WHERE \"Week\" = 'Final Showdown (Week 3)';"} +{"question_id": 5830, "table_id": "2-14344570-10", "question": "What was the score of Game 2 in the series against the Florida Panthers?", "sql": "SELECT \"Score\" FROM \"2-14344570-10\" WHERE \"Opponent\" = 'Florida Panthers' AND \"Game\" = 2.0;"} +{"question_id": 5831, "table_id": "2-13573373-4", "question": "What was the score of the game that led to a 7-5 record?", "sql": "SELECT \"Score\" FROM \"2-13573373-4\" WHERE \"Record\" = '7-5';"} +{"question_id": 5832, "table_id": "2-14932242-4", "question": "Which player is a Tight end with a round higher than 3?", "sql": "SELECT \"Name\" FROM \"2-14932242-4\" WHERE \"Position\" = 'Tight end' AND \"Round\" > 3.0;"} +{"question_id": 5833, "table_id": "2-14932242-4", "question": "What position does the College of Louisiana State have?", "sql": "SELECT \"Position\" FROM \"2-14932242-4\" WHERE \"College\" = 'Louisiana State';"} +{"question_id": 5834, "table_id": "2-14932242-4", "question": "How many rounds does jamaal charles have?", "sql": "SELECT COUNT(\"Round\") FROM \"2-14932242-4\" WHERE \"Name\" = 'jamaal charles';"} +{"question_id": 5835, "table_id": "2-13551983-6", "question": "Who was the opponent that also has a save of Smith (26)?", "sql": "SELECT \"Opponent\" FROM \"2-13551983-6\" WHERE \"Save\" = 'Smith (26)';"} +{"question_id": 5836, "table_id": "2-13551983-6", "question": "Which score has a save of Smith (25)?", "sql": "SELECT \"Score\" FROM \"2-13551983-6\" WHERE \"Save\" = 'Smith (25)';"} +{"question_id": 5837, "table_id": "2-13625596-1", "question": "Which circuit is on July 24?", "sql": "SELECT \"Circuit\" FROM \"2-13625596-1\" WHERE \"Date\" = 'July 24';"} +{"question_id": 5838, "table_id": "2-13625596-1", "question": "On which date was the GT class at Monterey Sports Car Grand Prix?", "sql": "SELECT \"Date\" FROM \"2-13625596-1\" WHERE \"Class\" = 'GT' AND \"Race\" = 'Monterey Sports Car Grand Prix';"} +{"question_id": 5839, "table_id": "2-13625596-1", "question": "What was the lenGTh for GT class at Portland International Raceway?", "sql": "SELECT \"Length\" FROM \"2-13625596-1\" WHERE \"Class\" = 'GT' AND \"Circuit\" = 'Portland International Raceway';"} +{"question_id": 5840, "table_id": "2-13625596-1", "question": "On what date did Contac 12 Hours of Sebring take place?", "sql": "SELECT \"Date\" FROM \"2-13625596-1\" WHERE \"Race\" = 'Contac 12 Hours of Sebring';"} +{"question_id": 5841, "table_id": "2-13848348-6", "question": "Which Opponent has an Attendance of 24,791?", "sql": "SELECT \"Opponent\" FROM \"2-13848348-6\" WHERE \"Attendance\" = '24,791';"} +{"question_id": 5842, "table_id": "2-13848348-6", "question": "Which Score has Opponent of Mariners and a Record of 24–25?", "sql": "SELECT \"Score\" FROM \"2-13848348-6\" WHERE \"Opponent\" = 'Mariners' AND \"Record\" = '24–25';"} +{"question_id": 5843, "table_id": "2-13848348-6", "question": "When is Record of 16–16 taken?", "sql": "SELECT \"Date\" FROM \"2-13848348-6\" WHERE \"Record\" = '16–16';"} +{"question_id": 5844, "table_id": "2-14957541-3", "question": "What was the score of the game with a record of 7–10–3–1?", "sql": "SELECT \"Score\" FROM \"2-14957541-3\" WHERE \"Record\" = '7–10–3–1';"} +{"question_id": 5845, "table_id": "2-140665-1", "question": "Which Year Ended has a Passenger Load Factor (%) larger than 72.8, and a Revenue (€m) smaller than 906.8?", "sql": "SELECT \"Year Ended\" FROM \"2-140665-1\" WHERE \"Passenger Load Factor (%)\" > 72.8 AND \"Revenue (€m)\" < 906.8;"} +{"question_id": 5846, "table_id": "2-140665-1", "question": "What is the Profit / (Loss) Before Tax (€m) that has a Revenue (€m) larger than 1115.8, and on 31 December 2012?", "sql": "SELECT \"Profit / (Loss) Before Tax (€m)\" FROM \"2-140665-1\" WHERE \"Revenue (€m)\" > 1115.8 AND \"Year Ended\" = '31 December 2012';"} +{"question_id": 5847, "table_id": "2-140665-1", "question": "What Passenger Load Factor (%) that has a Revenue (€m) less than 958.6 and a Profit / (Loss) Before Tax (€m) of 1.1?", "sql": "SELECT \"Passenger Load Factor (%)\" FROM \"2-140665-1\" WHERE \"Revenue (€m)\" < 958.6 AND \"Profit / (Loss) Before Tax (€m)\" = '1.1';"} +{"question_id": 5848, "table_id": "2-148813-2", "question": "Which First used has a Quantity of 26?", "sql": "SELECT \"First used\" FROM \"2-148813-2\" WHERE \"Quantity\" = 26.0;"} +{"question_id": 5849, "table_id": "2-148813-2", "question": "Which Designation has a Manufacturer of Siemens, and a Quantity of 52?", "sql": "SELECT \"Designation\" FROM \"2-148813-2\" WHERE \"Manufacturer\" = 'Siemens' AND \"Quantity\" = 52.0;"} +{"question_id": 5850, "table_id": "2-148813-2", "question": "Which Designation has a Quantity of 52?", "sql": "SELECT \"Designation\" FROM \"2-148813-2\" WHERE \"Quantity\" = 52.0;"} +{"question_id": 5851, "table_id": "2-148813-2", "question": "Which Quantity has a Designation of Type 4?", "sql": "SELECT AVG(\"Quantity\") FROM \"2-148813-2\" WHERE \"Designation\" = 'Type 4';"} +{"question_id": 5852, "table_id": "2-148813-2", "question": "Which model number does Bombardier manufacture?", "sql": "SELECT \"Model No.\" FROM \"2-148813-2\" WHERE \"Manufacturer\" = 'Bombardier';"} +{"question_id": 5853, "table_id": "2-148813-2", "question": "Which Car numbers have a First used of currently on order?", "sql": "SELECT \"Car numbers\" FROM \"2-148813-2\" WHERE \"First used\" = 'currently on order';"} +{"question_id": 5854, "table_id": "2-13847695-3", "question": "What was the year elected in District 17?", "sql": "SELECT MIN(\"Elected\") FROM \"2-13847695-3\" WHERE \"District\" = 17.0;"} +{"question_id": 5855, "table_id": "2-13847695-3", "question": "What was the year elected in District 15?", "sql": "SELECT \"Elected\" FROM \"2-13847695-3\" WHERE \"District\" = 15.0;"} +{"question_id": 5856, "table_id": "2-13847695-3", "question": "What year was Incumbent ed towns elected with a district smaller than 10?", "sql": "SELECT AVG(\"Elected\") FROM \"2-13847695-3\" WHERE \"Incumbent\" = 'ed towns' AND \"District\" < 10.0;"} +{"question_id": 5857, "table_id": "2-13847695-3", "question": "What party has a district of 28 and was elected after 1983?", "sql": "SELECT \"Party\" FROM \"2-13847695-3\" WHERE \"Elected\" > 1983.0 AND \"District\" = 28.0;"} +{"question_id": 5858, "table_id": "2-13847695-3", "question": "What's the elected year of Nydia Velazquez in a district bigger than 2 and a Democrat?", "sql": "SELECT AVG(\"Elected\") FROM \"2-13847695-3\" WHERE \"Party\" = 'Democrat' AND \"District\" > 2.0 AND \"Incumbent\" = 'Nydia Velazquez';"} +{"question_id": 5859, "table_id": "2-13747464-1", "question": "Name the least year for goalscore of ortiz and goals more than 25", "sql": "SELECT MIN(\"Year\") FROM \"2-13747464-1\" WHERE \"Top goalscorer\" = 'ortiz' AND \"Goals\" > 25.0;"} +{"question_id": 5860, "table_id": "2-14083524-7", "question": "What was the date of the game when St. Louis was the visiting team?", "sql": "SELECT \"Date\" FROM \"2-14083524-7\" WHERE \"Visitor\" = 'St. Louis';"} +{"question_id": 5861, "table_id": "2-14083524-7", "question": "What was the record at the game with a score of 7–5?", "sql": "SELECT \"Record\" FROM \"2-14083524-7\" WHERE \"Score\" = '7–5';"} +{"question_id": 5862, "table_id": "2-1473672-8", "question": "What position shows for Canada, and an NHL team of New York Islanders, and a Pick # of 113?", "sql": "SELECT \"Position\" FROM \"2-1473672-8\" WHERE \"Nationality\" = 'Canada' AND \"NHL team\" = 'New York Islanders' AND \"Pick #\" = '113';"} +{"question_id": 5863, "table_id": "2-1473672-8", "question": "What is the Position for the Brandon Wheat Kings (WCHL)?", "sql": "SELECT \"Position\" FROM \"2-1473672-8\" WHERE \"College/junior/club team\" = 'Brandon Wheat Kings (WCHL)';"} +{"question_id": 5864, "table_id": "2-1473672-8", "question": "What is the Nationality for the University of Wisconsin (WCHA), and a Player of Bob Lundeen?", "sql": "SELECT \"Nationality\" FROM \"2-1473672-8\" WHERE \"College/junior/club team\" = 'University of Wisconsin (WCHA)' AND \"Player\" = 'Bob Lundeen';"} +{"question_id": 5865, "table_id": "2-1473672-8", "question": "What is the Pick # for Brent Meeke?", "sql": "SELECT \"Pick #\" FROM \"2-1473672-8\" WHERE \"Player\" = 'Brent Meeke';"} +{"question_id": 5866, "table_id": "2-1473672-8", "question": "What is the NHL team of Dave Murphy?", "sql": "SELECT \"NHL team\" FROM \"2-1473672-8\" WHERE \"Player\" = 'Dave Murphy';"} +{"question_id": 5867, "table_id": "2-1473672-8", "question": "What Nationality had a Pick # of 117?", "sql": "SELECT \"Nationality\" FROM \"2-1473672-8\" WHERE \"Pick #\" = '117';"} +{"question_id": 5868, "table_id": "2-15166232-2", "question": "On what Date of the race was Nesta Carter the Athlete?", "sql": "SELECT \"Date\" FROM \"2-15166232-2\" WHERE \"Athlete\" = 'Nesta Carter';"} +{"question_id": 5869, "table_id": "2-15166232-2", "question": "What is the Athlete of the race with a Time of 9.78?", "sql": "SELECT \"Athlete\" FROM \"2-15166232-2\" WHERE \"Time\" = 9.78;"} +{"question_id": 5870, "table_id": "2-152750-1", "question": "Which area 2006 km² has an area 1996 km² smaller than 17.31?", "sql": "SELECT MAX(\"area 2006 km²\") FROM \"2-152750-1\" WHERE \"area 1996 km²\" < 17.31;"} +{"question_id": 5871, "table_id": "2-152750-1", "question": "Which area 2006 km² has an area 1996 km² of 26.39, and a pop 2006 smaller than 18610?", "sql": "SELECT MIN(\"area 2006 km²\") FROM \"2-152750-1\" WHERE \"area 1996 km²\" = 26.39 AND \"pop. 2006\" < 18610.0;"} +{"question_id": 5872, "table_id": "2-152750-1", "question": "Which area 2006 km² has a city of Sopot, and an area 1996 km² smaller than 17.31?", "sql": "SELECT MAX(\"area 2006 km²\") FROM \"2-152750-1\" WHERE \"city\" = 'Sopot' AND \"area 1996 km²\" < 17.31;"} +{"question_id": 5873, "table_id": "2-152750-1", "question": "Which area 1996 km² has a pop 1999 of 17,510, and an area 2006 km² larger than 30?", "sql": "SELECT MAX(\"area 1996 km²\") FROM \"2-152750-1\" WHERE \"pop. 1999\" = '17,510' AND \"area 2006 km²\" > 30.0;"} +{"question_id": 5874, "table_id": "2-13991128-1", "question": "What is the highest playoffs that has Tampa Bay as the team?", "sql": "SELECT MAX(\"Playoffs\") FROM \"2-13991128-1\" WHERE \"Teams\" = 'Tampa Bay';"} +{"question_id": 5875, "table_id": "2-13991128-1", "question": "What rank has 123 as the total?", "sql": "SELECT \"Rank\" FROM \"2-13991128-1\" WHERE \"Total\" = 123.0;"} +{"question_id": 5876, "table_id": "2-13991128-1", "question": "What teams have 1/2/2011 as the streak end?", "sql": "SELECT \"Teams\" FROM \"2-13991128-1\" WHERE \"Streak end\" = '1/2/2011';"} +{"question_id": 5877, "table_id": "2-13991128-1", "question": "What streak start has a total less than 79, 22T as the rank, and Tampa Bay as the teams?", "sql": "SELECT \"Streak start\" FROM \"2-13991128-1\" WHERE \"Total\" < 79.0 AND \"Rank\" = '22T' AND \"Teams\" = 'Tampa Bay';"} +{"question_id": 5878, "table_id": "2-13935480-2", "question": "What was the method for the UFC Fight Night 10 event?", "sql": "SELECT \"Method\" FROM \"2-13935480-2\" WHERE \"Event\" = 'UFC Fight Night 10';"} +{"question_id": 5879, "table_id": "2-13935480-2", "question": "What was the result for the M-1 Selection Europe event?", "sql": "SELECT \"Res.\" FROM \"2-13935480-2\" WHERE \"Event\" = 'M-1 Selection Europe';"} +{"question_id": 5880, "table_id": "2-13935480-2", "question": "Who was the opponent that led to a record of 23-5?", "sql": "SELECT \"Opponent\" FROM \"2-13935480-2\" WHERE \"Record\" = '23-5';"} +{"question_id": 5881, "table_id": "2-15256675-3", "question": "What is the number of Silver medals with 2 Bronze and 0 Gold?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-15256675-3\" WHERE \"Bronze\" = 2.0 AND \"Gold\" < 0.0;"} +{"question_id": 5882, "table_id": "2-13840192-3", "question": "what team was the 1st leg champion of Sakalai", "sql": "SELECT \"1st leg\" FROM \"2-13840192-3\" WHERE \"Champion\" = 'Sakalai';"} +{"question_id": 5883, "table_id": "2-13840192-3", "question": "what season did the Juventus win", "sql": "SELECT \"Season\" FROM \"2-13840192-3\" WHERE \"Champion\" = 'Juventus';"} +{"question_id": 5884, "table_id": "2-15001681-1", "question": "Women's doubles of Cornelia Marxer Astrid Wanger, and a Mixed doubles of Mario Minder Astrid Wanger, and a Women's singles of Cornelia Marxer has what highest year?", "sql": "SELECT MAX(\"Year\") FROM \"2-15001681-1\" WHERE \"Women's doubles\" = 'Cornelia Marxer Astrid Wanger' AND \"Mixed doubles\" = 'Mario Minder Astrid Wanger' AND \"Women's singles\" = 'Cornelia Marxer';"} +{"question_id": 5885, "table_id": "2-15001681-1", "question": "Men's singles of Kilian Pfister, and a Women's doubles of Astrid Eidenbenz Claudia Jehle has what average year?", "sql": "SELECT AVG(\"Year\") FROM \"2-15001681-1\" WHERE \"Men's singles\" = 'Kilian Pfister' AND \"Women's doubles\" = 'Astrid Eidenbenz Claudia Jehle';"} +{"question_id": 5886, "table_id": "2-15001681-1", "question": "Women's singles of Michaela Ritter, and a Men's singles of Andreas Radl has what women's doubles?", "sql": "SELECT \"Women's doubles\" FROM \"2-15001681-1\" WHERE \"Women's singles\" = 'Michaela Ritter' AND \"Men's singles\" = 'Andreas Radl';"} +{"question_id": 5887, "table_id": "2-15001681-1", "question": "Women's singles of Astrid Eidenbenz, and a Men's doubles of no competition is part of mixed doubles?", "sql": "SELECT \"Mixed doubles\" FROM \"2-15001681-1\" WHERE \"Women's singles\" = 'Astrid Eidenbenz' AND \"Men's doubles\" = 'no competition';"} +{"question_id": 5888, "table_id": "2-14861269-2", "question": "What's the average Year that has Points that's smaller than 9 with a Rank of 24th?", "sql": "SELECT AVG(\"Year\") FROM \"2-14861269-2\" WHERE \"Points\" < 9.0 AND \"Rank\" = '24th';"} +{"question_id": 5889, "table_id": "2-14209455-7", "question": "Who has a Rank larger than 3 with a speed of 119.838mph?", "sql": "SELECT \"Rider\" FROM \"2-14209455-7\" WHERE \"Rank\" > 3.0 AND \"Speed\" = '119.838mph';"} +{"question_id": 5890, "table_id": "2-14209455-7", "question": "Which Team has a Time of 1:14.51.73?", "sql": "SELECT \"Team\" FROM \"2-14209455-7\" WHERE \"Time\" = '1:14.51.73';"} +{"question_id": 5891, "table_id": "2-14209455-7", "question": "Which Speed has a Rank smaller than 9 in Kawasaki ZX6 600cc Team?", "sql": "SELECT \"Speed\" FROM \"2-14209455-7\" WHERE \"Rank\" < 9.0 AND \"Team\" = 'Kawasaki ZX6 600cc';"} +{"question_id": 5892, "table_id": "2-14209455-7", "question": "WHich Speed has a Rank of 2?", "sql": "SELECT \"Speed\" FROM \"2-14209455-7\" WHERE \"Rank\" = 2.0;"} +{"question_id": 5893, "table_id": "2-13909382-6", "question": "What is the total of Game with an Opponent of @ hartford whalers and February that's larger than 19?", "sql": "SELECT SUM(\"Game\") FROM \"2-13909382-6\" WHERE \"Opponent\" = '@ hartford whalers' AND \"February\" > 19.0;"} +{"question_id": 5894, "table_id": "2-13909382-6", "question": "Which Opponent has a February larger than 7 and Record of 37-16-4?", "sql": "SELECT \"Opponent\" FROM \"2-13909382-6\" WHERE \"February\" > 7.0 AND \"Record\" = '37-16-4';"} +{"question_id": 5895, "table_id": "2-13909382-6", "question": "What is listed as the highest February with a Record of 34-14-4 and Game that's larger than 52?", "sql": "SELECT MAX(\"February\") FROM \"2-13909382-6\" WHERE \"Record\" = '34-14-4' AND \"Game\" > 52.0;"} +{"question_id": 5896, "table_id": "2-13909382-6", "question": "Which Opponent has a Game larger than 56 and February of 24?", "sql": "SELECT \"Opponent\" FROM \"2-13909382-6\" WHERE \"Game\" > 56.0 AND \"February\" = 24.0;"} +{"question_id": 5897, "table_id": "2-14342592-2", "question": "Which Extra points is the lowest one that has a Player of rheinschild, and Touchdowns larger than 1?", "sql": "SELECT MIN(\"Extra points\") FROM \"2-14342592-2\" WHERE \"Player\" = 'rheinschild' AND \"Touchdowns\" > 1.0;"} +{"question_id": 5898, "table_id": "2-15116785-10", "question": "What result has Mario & Karina as the couple?", "sql": "SELECT \"Result\" FROM \"2-15116785-10\" WHERE \"Couple\" = 'Mario & Karina';"} +{"question_id": 5899, "table_id": "2-14923445-2", "question": "Which Time has a Set 2 of 20–25, and a Date of 05 Jun?", "sql": "SELECT \"Time\" FROM \"2-14923445-2\" WHERE \"Set 2\" = '20–25' AND \"Date\" = '05 Jun';"} +{"question_id": 5900, "table_id": "2-14923445-2", "question": "Which Date has a Score of 0–3, and a Set 2 of 16–25?", "sql": "SELECT \"Date\" FROM \"2-14923445-2\" WHERE \"Score\" = '0–3' AND \"Set 2\" = '16–25';"} +{"question_id": 5901, "table_id": "2-14923445-2", "question": "Which Total has a Set 2 of 19–25?", "sql": "SELECT \"Total\" FROM \"2-14923445-2\" WHERE \"Set 2\" = '19–25';"} +{"question_id": 5902, "table_id": "2-14923445-2", "question": "Which Score has a Set 2 of 25–17, and a Time of 16:00?", "sql": "SELECT \"Score\" FROM \"2-14923445-2\" WHERE \"Set 2\" = '25–17' AND \"Time\" = '16:00';"} +{"question_id": 5903, "table_id": "2-14923445-2", "question": "Which Set 1 has a Time of 14:00, and a Set 3 of 19–25?", "sql": "SELECT \"Set 1\" FROM \"2-14923445-2\" WHERE \"Time\" = '14:00' AND \"Set 3\" = '19–25';"} +{"question_id": 5904, "table_id": "2-14923445-2", "question": "Which Time has a Set 3 of 24–26, and a Score of 0–3?", "sql": "SELECT \"Time\" FROM \"2-14923445-2\" WHERE \"Set 3\" = '24–26' AND \"Score\" = '0–3';"} +{"question_id": 5905, "table_id": "2-15268424-3", "question": "How many wins in OT are associated with a W(GWS)* of 0, a Season of 2009–10, and a L(OT) less than 0?", "sql": "SELECT COUNT(\"W(OT)\") FROM \"2-15268424-3\" WHERE \"W(GWS)*\" = '0' AND \"Season\" = '2009–10' AND \"L(OT)\" < 0.0;"} +{"question_id": 5906, "table_id": "2-15268424-3", "question": "How many OT wins associated with a L(GWS)* of 3, and a L(OT) larger than 1?", "sql": "SELECT SUM(\"W(OT)\") FROM \"2-15268424-3\" WHERE \"L(GWS)*\" = '3' AND \"L(OT)\" > 1.0;"} +{"question_id": 5907, "table_id": "2-13880730-10", "question": "What was the attendance when Nuneaton Borough was the home team?", "sql": "SELECT \"Attendance\" FROM \"2-13880730-10\" WHERE \"Home team\" = 'Nuneaton Borough';"} +{"question_id": 5908, "table_id": "2-14985588-4", "question": "What's the site of the recap at Qualcomm Stadium?", "sql": "SELECT \"NFL.com Recap\" FROM \"2-14985588-4\" WHERE \"Game Site\" = 'Qualcomm Stadium';"} +{"question_id": 5909, "table_id": "2-14638077-2", "question": "What is the name of the race in Cleveland, Ohio?", "sql": "SELECT \"Race Name\" FROM \"2-14638077-2\" WHERE \"City/Location\" = 'Cleveland, Ohio';"} +{"question_id": 5910, "table_id": "2-14638077-2", "question": "Which circuit did Michael Andretti win?", "sql": "SELECT \"Circuit\" FROM \"2-14638077-2\" WHERE \"Winning driver\" = 'Michael Andretti';"} +{"question_id": 5911, "table_id": "2-14638077-2", "question": "Who was the winning team at the Homestead-Miami Speedway?", "sql": "SELECT \"Winning team\" FROM \"2-14638077-2\" WHERE \"Circuit\" = 'Homestead-Miami Speedway';"} +{"question_id": 5912, "table_id": "2-14638077-2", "question": "What was Jimmy Vasser's fastest lap?", "sql": "SELECT \"Fastest lap\" FROM \"2-14638077-2\" WHERE \"Winning driver\" = 'Jimmy Vasser';"} +{"question_id": 5913, "table_id": "2-14960574-6", "question": "Which Spanish voice actor does the same character as French voice actor Véronique Desmadryl?", "sql": "SELECT \"Spanish voice actor\" FROM \"2-14960574-6\" WHERE \"French voice actor\" = 'Véronique Desmadryl';"} +{"question_id": 5914, "table_id": "2-14960574-6", "question": "Which Spanish voice actor does the same character as French voice actor Dennis Boileau?", "sql": "SELECT \"Spanish voice actor\" FROM \"2-14960574-6\" WHERE \"French voice actor\" = 'Dennis Boileau';"} +{"question_id": 5915, "table_id": "2-14960574-6", "question": "What character does German voice actor Dirk Fenselau play?", "sql": "SELECT \"Character\" FROM \"2-14960574-6\" WHERE \"German voice actor\" = 'Dirk Fenselau';"} +{"question_id": 5916, "table_id": "2-14960574-6", "question": "What character does Italian voice actor Emanuela Damasio play?", "sql": "SELECT \"Character\" FROM \"2-14960574-6\" WHERE \"Italian voice actor\" = 'Emanuela Damasio';"} +{"question_id": 5917, "table_id": "2-14960574-6", "question": "Which character has a French voice actor of Marc Saez and a German voice actor of Dirk Fenselau?", "sql": "SELECT \"Character\" FROM \"2-14960574-6\" WHERE \"French voice actor\" = 'Marc Saez' AND \"German voice actor\" = 'Dirk Fenselau';"} +{"question_id": 5918, "table_id": "2-14344407-13", "question": "Jeff Staples player for which College, Junior or Club league?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-14344407-13\" WHERE \"Player\" = 'Jeff Staples';"} +{"question_id": 5919, "table_id": "2-14344407-13", "question": "Ken Hemenway is in which Round?", "sql": "SELECT \"Round\" FROM \"2-14344407-13\" WHERE \"Player\" = 'Ken Hemenway';"} +{"question_id": 5920, "table_id": "2-14344407-13", "question": "Which Nation does E.J. Bradley play for?", "sql": "SELECT \"Nationality\" FROM \"2-14344407-13\" WHERE \"Player\" = 'E.J. Bradley';"} +{"question_id": 5921, "table_id": "2-14344407-13", "question": "Mike Crowley plays Defense for league?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-14344407-13\" WHERE \"Position\" = 'Defense' AND \"Player\" = 'Mike Crowley';"} +{"question_id": 5922, "table_id": "2-14137714-4", "question": "Name the most games with drawn more than 1", "sql": "SELECT MAX(\"Games\") FROM \"2-14137714-4\" WHERE \"Drawn\" > 1.0;"} +{"question_id": 5923, "table_id": "2-14137714-4", "question": "Name the most points with lost of 2 and games more than 7", "sql": "SELECT MAX(\"Points\") FROM \"2-14137714-4\" WHERE \"Lost\" = 2.0 AND \"Games\" > 7.0;"} +{"question_id": 5924, "table_id": "2-15016356-3", "question": "What number did moño negro peak at before 1996?", "sql": "SELECT MAX(\"Peak\") FROM \"2-15016356-3\" WHERE \"Track\" = 'moño negro' AND \"Year\" < 1996.0;"} +{"question_id": 5925, "table_id": "2-15016356-3", "question": "How many weeks was the track abrazame on the billboard latin pop airplay before 1997?", "sql": "SELECT SUM(\"Weeks on Chart\") FROM \"2-15016356-3\" WHERE \"Track\" = 'abrazame' AND \"Chart\" = 'billboard latin pop airplay' AND \"Year\" < 1997.0;"} +{"question_id": 5926, "table_id": "2-14668772-2", "question": "What was the startup year for the project with Apache Energy/Inpex as the operator?", "sql": "SELECT \"Year startup\" FROM \"2-14668772-2\" WHERE \"Operator\" = 'Apache Energy/Inpex';"} +{"question_id": 5927, "table_id": "2-14668772-2", "question": "What was the startup year for the Jackpine Mine (Ph 2) project with an Albian Sands operator?", "sql": "SELECT \"Year startup\" FROM \"2-14668772-2\" WHERE \"Operator\" = 'Albian Sands' AND \"Project Name\" = 'Jackpine Mine (Ph 2)';"} +{"question_id": 5928, "table_id": "2-14668772-2", "question": "What was the startup year for the project with a NIOC operator?", "sql": "SELECT \"Year startup\" FROM \"2-14668772-2\" WHERE \"Operator\" = 'NIOC';"} +{"question_id": 5929, "table_id": "2-14668772-2", "question": "What was the name of the project that peaked at 40 and was in the USA?", "sql": "SELECT \"Project Name\" FROM \"2-14668772-2\" WHERE \"Peak\" = '40' AND \"Country\" = 'USA';"} +{"question_id": 5930, "table_id": "2-14668772-2", "question": "What country did the project, Bonga SW; Aparo with a Shell operator take place?", "sql": "SELECT \"Country\" FROM \"2-14668772-2\" WHERE \"Operator\" = 'Shell' AND \"Project Name\" = 'Bonga SW; Aparo';"} +{"question_id": 5931, "table_id": "2-14639984-1", "question": "What is the amount of the 1st prize when the Winner was Ken Green (4)?", "sql": "SELECT \"1st prize ( $ )\" FROM \"2-14639984-1\" WHERE \"Winner\" = 'Ken Green (4)';"} +{"question_id": 5932, "table_id": "2-14639984-1", "question": "What is the date of the Los Angeles Open?", "sql": "SELECT \"Date\" FROM \"2-14639984-1\" WHERE \"Tournament\" = 'Los Angeles Open';"} +{"question_id": 5933, "table_id": "2-14639984-1", "question": "What is the name of the Tournament on Oct 23?", "sql": "SELECT \"Tournament\" FROM \"2-14639984-1\" WHERE \"Date\" = 'Oct 23';"} +{"question_id": 5934, "table_id": "2-14856478-2", "question": "What was Morison's role in the Film by Film Classics?", "sql": "SELECT \"Role\" FROM \"2-14856478-2\" WHERE \"Medium\" = 'Film' AND \"Theatre, Studio, or Network\" = 'Film Classics';"} +{"question_id": 5935, "table_id": "2-14856478-2", "question": "What was the title of the Film created by the Screen Guild in 1948?", "sql": "SELECT \"Title\" FROM \"2-14856478-2\" WHERE \"Medium\" = 'Film' AND \"Date\" = '1948' AND \"Theatre, Studio, or Network\" = 'Screen Guild';"} +{"question_id": 5936, "table_id": "2-14856478-2", "question": "What production was created by Monogram?", "sql": "SELECT \"Title\" FROM \"2-14856478-2\" WHERE \"Theatre, Studio, or Network\" = 'Monogram';"} +{"question_id": 5937, "table_id": "2-14856478-2", "question": "Who created One Night in Lisbon in 1941?", "sql": "SELECT \"Theatre, Studio, or Network\" FROM \"2-14856478-2\" WHERE \"Date\" = '1941' AND \"Title\" = 'One Night in Lisbon';"} +{"question_id": 5938, "table_id": "2-14856478-2", "question": "What year was there a production created by Adelphi?", "sql": "SELECT \"Date\" FROM \"2-14856478-2\" WHERE \"Theatre, Studio, or Network\" = 'Adelphi';"} +{"question_id": 5939, "table_id": "2-13552019-5", "question": "what date did Reuschel (12-3) lose?", "sql": "SELECT \"Date\" FROM \"2-13552019-5\" WHERE \"Loss\" = 'Reuschel (12-3)';"} +{"question_id": 5940, "table_id": "2-14946156-1", "question": "How much Draw has a Televote larger than 18, and an Artist of elizabeth anastasiou, and a Jury larger than 4?", "sql": "SELECT COUNT(\"Draw\") FROM \"2-14946156-1\" WHERE \"Televote\" > 18.0 AND \"Artist\" = 'elizabeth anastasiou' AND \"Jury\" > 4.0;"} +{"question_id": 5941, "table_id": "2-14946156-1", "question": "Which Place is the highest one that has an Artist of nikolas metaxas, and a Televote larger than 60?", "sql": "SELECT MAX(\"Place\") FROM \"2-14946156-1\" WHERE \"Artist\" = 'nikolas metaxas' AND \"Televote\" > 60.0;"} +{"question_id": 5942, "table_id": "2-14946156-1", "question": "Which average Total has a Place smaller than 2, and a Draw smaller than 5?", "sql": "SELECT AVG(\"Total\") FROM \"2-14946156-1\" WHERE \"Place\" < 2.0 AND \"Draw\" < 5.0;"} +{"question_id": 5943, "table_id": "2-14932242-1", "question": "Which Date has a Record of 0-2?", "sql": "SELECT \"Date\" FROM \"2-14932242-1\" WHERE \"Record\" = '0-2';"} +{"question_id": 5944, "table_id": "2-14932242-1", "question": "Which Record has a Match Report of Recap, and a Result of L 30–20?", "sql": "SELECT \"Record\" FROM \"2-14932242-1\" WHERE \"Match Report\" = 'Recap' AND \"Result\" = 'L 30–20';"} +{"question_id": 5945, "table_id": "2-14932242-1", "question": "Which Match Report has a Date of October 26, 2008?", "sql": "SELECT \"Match Report\" FROM \"2-14932242-1\" WHERE \"Date\" = 'October 26, 2008';"} +{"question_id": 5946, "table_id": "2-14932242-1", "question": "Which Opponent has a Record of 0-3?", "sql": "SELECT \"Opponent\" FROM \"2-14932242-1\" WHERE \"Record\" = '0-3';"} +{"question_id": 5947, "table_id": "2-14932242-1", "question": "Which Record has a Kickoff of 12:00PM CST, and a Game site of Arrowhead Stadium, and a Week of 15?", "sql": "SELECT \"Record\" FROM \"2-14932242-1\" WHERE \"Kickoff\" = '12:00PM CST' AND \"Game site\" = 'Arrowhead Stadium' AND \"Week\" = '15';"} +{"question_id": 5948, "table_id": "2-14932242-1", "question": "What was the result when the New England Patriots played?", "sql": "SELECT \"Result\" FROM \"2-14932242-1\" WHERE \"Opponent\" = 'New England Patriots';"} +{"question_id": 5949, "table_id": "2-15041768-1", "question": "How many years had budgets of $39 million?", "sql": "SELECT SUM(\"Year\") FROM \"2-15041768-1\" WHERE \"Budget\" = '$39 million';"} +{"question_id": 5950, "table_id": "2-15041768-1", "question": "What is the most recent year featuring the director Christopher Kulikowski?", "sql": "SELECT MAX(\"Year\") FROM \"2-15041768-1\" WHERE \"Director\" = 'Christopher Kulikowski';"} +{"question_id": 5951, "table_id": "2-15041768-1", "question": "Which director had a worldwide gross of $30,471?", "sql": "SELECT \"Director\" FROM \"2-15041768-1\" WHERE \"Gross (worldwide)\" = '$30,471';"} +{"question_id": 5952, "table_id": "2-15041768-1", "question": "What is 2005's budget figure?", "sql": "SELECT \"Budget\" FROM \"2-15041768-1\" WHERE \"Year\" = 2005.0;"} +{"question_id": 5953, "table_id": "2-14028987-2", "question": "Which airport has IATA of BKK?", "sql": "SELECT \"Airport\" FROM \"2-14028987-2\" WHERE \"IATA\" = 'BKK';"} +{"question_id": 5954, "table_id": "2-14028987-2", "question": "What is the IATA for Beijing Capital International Airport?", "sql": "SELECT \"IATA\" FROM \"2-14028987-2\" WHERE \"Airport\" = 'Beijing Capital International Airport';"} +{"question_id": 5955, "table_id": "2-14028987-2", "question": "Which airport is located in Singapore?", "sql": "SELECT \"Airport\" FROM \"2-14028987-2\" WHERE \"Country\" = 'Singapore';"} +{"question_id": 5956, "table_id": "2-14028987-2", "question": "What is the country of the airport with ICAO of WADD?", "sql": "SELECT \"Country\" FROM \"2-14028987-2\" WHERE \"ICAO\" = 'WADD';"} +{"question_id": 5957, "table_id": "2-14028987-2", "question": "Which city holds Newcastle Airport?", "sql": "SELECT \"City\" FROM \"2-14028987-2\" WHERE \"Airport\" = 'Newcastle Airport';"} +{"question_id": 5958, "table_id": "2-15062099-1", "question": "What is the capacity for the stadium of Kadrioru Stadium and a current manager of Sergei Ratnikov?", "sql": "SELECT AVG(\"Capacity\") FROM \"2-15062099-1\" WHERE \"Stadium\" = 'Kadrioru Stadium' AND \"Current manager\" = 'Sergei Ratnikov';"} +{"question_id": 5959, "table_id": "2-13606924-1", "question": "What was the other number with 63.98% bush?", "sql": "SELECT \"Others #\" FROM \"2-13606924-1\" WHERE \"Bush %\" = '63.98%';"} +{"question_id": 5960, "table_id": "2-14155408-1", "question": "Band of AM, and a Frequency of 0 846 has what purpose?", "sql": "SELECT \"Purpose\" FROM \"2-14155408-1\" WHERE \"Band\" = 'AM' AND \"Frequency\" = '0 846';"} +{"question_id": 5961, "table_id": "2-14155408-1", "question": "Frequency of 100.1 has what on-air id?", "sql": "SELECT \"On-air ID\" FROM \"2-14155408-1\" WHERE \"Frequency\" = '100.1';"} +{"question_id": 5962, "table_id": "2-14155408-1", "question": "Callsign of 6NAN has what purpose?", "sql": "SELECT \"Purpose\" FROM \"2-14155408-1\" WHERE \"Callsign\" = '6NAN';"} +{"question_id": 5963, "table_id": "2-14155408-1", "question": "Band of AM, and a Callsign of 6WH has what purpose?", "sql": "SELECT \"Purpose\" FROM \"2-14155408-1\" WHERE \"Band\" = 'AM' AND \"Callsign\" = '6WH';"} +{"question_id": 5964, "table_id": "2-14155408-1", "question": "Frequency of 0 864 has what callsign?", "sql": "SELECT \"Callsign\" FROM \"2-14155408-1\" WHERE \"Frequency\" = '0 864';"} +{"question_id": 5965, "table_id": "2-1508381-1", "question": "What club has a home score of 0-2 in Round 1?", "sql": "SELECT \"Club\" FROM \"2-1508381-1\" WHERE \"Round\" = 1.0 AND \"Home\" = '0-2';"} +{"question_id": 5966, "table_id": "2-1508381-1", "question": "What is NK Rijeka's away score in Round 2?", "sql": "SELECT \"Away\" FROM \"2-1508381-1\" WHERE \"Round\" < 2.0 AND \"Club\" = 'NK Rijeka';"} +{"question_id": 5967, "table_id": "2-1508381-1", "question": "What is NK Rijeka's away score?", "sql": "SELECT \"Away\" FROM \"2-1508381-1\" WHERE \"Club\" = 'NK Rijeka';"} +{"question_id": 5968, "table_id": "2-14546530-4", "question": "When did the Indians play a game with a record of 28-41?", "sql": "SELECT \"Date\" FROM \"2-14546530-4\" WHERE \"Record\" = '28-41';"} +{"question_id": 5969, "table_id": "2-14209455-11", "question": "Rank smaller than 5, and a Time of 31’ 03.093 is what rider?", "sql": "SELECT \"Rider\" FROM \"2-14209455-11\" WHERE \"Rank\" < 5.0 AND \"Time\" = '31’ 03.093';"} +{"question_id": 5970, "table_id": "2-14209455-11", "question": "Team of Honda 250cc, and a Rank larger than 2, and a Rider of Chris Palmer is what time?", "sql": "SELECT \"Time\" FROM \"2-14209455-11\" WHERE \"Team\" = 'Honda 250cc' AND \"Rank\" > 2.0 AND \"Rider\" = 'Chris Palmer';"} +{"question_id": 5971, "table_id": "2-14209455-11", "question": "Rank larger than 8, and a Rider of Chris Barrett is what team?", "sql": "SELECT \"Team\" FROM \"2-14209455-11\" WHERE \"Rank\" > 8.0 AND \"Rider\" = 'Chris Barrett';"} +{"question_id": 5972, "table_id": "2-14209455-11", "question": "Team of Honda 250cc, and a Time of 31’ 03.093 has what lowest rank?", "sql": "SELECT MIN(\"Rank\") FROM \"2-14209455-11\" WHERE \"Team\" = 'Honda 250cc' AND \"Time\" = '31’ 03.093';"} +{"question_id": 5973, "table_id": "2-14209455-11", "question": "Rank larger than 5, and a Rider of Paul Shoesmith belongs to what team?", "sql": "SELECT \"Team\" FROM \"2-14209455-11\" WHERE \"Rank\" > 5.0 AND \"Rider\" = 'Paul Shoesmith';"} +{"question_id": 5974, "table_id": "2-1524633-6", "question": "How many Total matches have a Year of career, and a Points won larger than 25?", "sql": "SELECT SUM(\"Total matches\") FROM \"2-1524633-6\" WHERE \"Year\" = 'career' AND \"Points won\" > 25.0;"} +{"question_id": 5975, "table_id": "2-1524633-6", "question": "How many Total matches happened in 2003?", "sql": "SELECT \"Total matches\" FROM \"2-1524633-6\" WHERE \"Year\" = '2003';"} +{"question_id": 5976, "table_id": "2-1524633-6", "question": "How many points were won in 1996?", "sql": "SELECT MAX(\"Points won\") FROM \"2-1524633-6\" WHERE \"Year\" = '1996';"} +{"question_id": 5977, "table_id": "2-1524633-6", "question": "Which Total matches is the highest one that has Points % of 70%?", "sql": "SELECT MAX(\"Total matches\") FROM \"2-1524633-6\" WHERE \"Points %\" = '70%';"} +{"question_id": 5978, "table_id": "2-1524633-6", "question": "Which Total matches is the lowest one that has a Total W-L-H of 1-2-0?", "sql": "SELECT MIN(\"Total matches\") FROM \"2-1524633-6\" WHERE \"Total W-L-H\" = '1-2-0';"} +{"question_id": 5979, "table_id": "2-14693630-1", "question": "what is the winner of stage 3", "sql": "SELECT \"Winner\" FROM \"2-14693630-1\" WHERE \"Stage\" = 3.0;"} +{"question_id": 5980, "table_id": "2-13636022-5", "question": "What was the Total the Year Yugoslavia had 0 Silver medals and 31 Competitors?", "sql": "SELECT \"Total\" FROM \"2-13636022-5\" WHERE \"Silver\" = '0' AND \"Competitors\" = '31';"} +{"question_id": 5981, "table_id": "2-13636022-5", "question": "What is the Bronze in the year there was a Total of 0 medals and 6 Competitors?", "sql": "SELECT \"Bronze\" FROM \"2-13636022-5\" WHERE \"Total\" = '0' AND \"Competitors\" = '6';"} +{"question_id": 5982, "table_id": "2-13636022-5", "question": "In what Year did Yugoslavia have 4 Competitors with 0 medals Total?", "sql": "SELECT \"Year\" FROM \"2-13636022-5\" WHERE \"Total\" = '0' AND \"Competitors\" = '4';"} +{"question_id": 5983, "table_id": "2-13636022-5", "question": "In the Year Yugoslavia won 1 Silver, how many Gold medals did they win?", "sql": "SELECT \"Gold\" FROM \"2-13636022-5\" WHERE \"Silver\" = '1';"} +{"question_id": 5984, "table_id": "2-13636022-5", "question": "What is the Total medals the Year Yugoslavia had 1 Sport and won 0 Gold, Bronze or Silver?", "sql": "SELECT \"Total\" FROM \"2-13636022-5\" WHERE \"Gold\" = '0' AND \"Bronze\" = '0' AND \"Silver\" = '0' AND \"Sports\" = '1';"} +{"question_id": 5985, "table_id": "2-1467991-3", "question": "Rank of 5, and a Silver larger than 0 had what sum of total?", "sql": "SELECT SUM(\"Total\") FROM \"2-1467991-3\" WHERE \"Rank\" = '5' AND \"Silver\" > 0.0;"} +{"question_id": 5986, "table_id": "2-1467991-3", "question": "Gold smaller than 2, and a Rank of 4, and a Nation of hungary (hun), and a Bronze smaller than 1 had what total number of silver?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-1467991-3\" WHERE \"Gold\" < 2.0 AND \"Rank\" = '4' AND \"Nation\" = 'hungary (hun)' AND \"Bronze\" < 1.0;"} +{"question_id": 5987, "table_id": "2-1467991-3", "question": "Total smaller than 7, and a Bronze larger than 1 is what amount of average silver?", "sql": "SELECT AVG(\"Silver\") FROM \"2-1467991-3\" WHERE \"Total\" < 7.0 AND \"Bronze\" > 1.0;"} +{"question_id": 5988, "table_id": "2-1467991-3", "question": "Bronze smaller than 5, and a Silver larger than 0 is which nation?", "sql": "SELECT \"Nation\" FROM \"2-1467991-3\" WHERE \"Bronze\" < 5.0 AND \"Silver\" > 0.0;"} +{"question_id": 5989, "table_id": "2-13669614-12", "question": "What player was on the Los Angeles Dodgers?", "sql": "SELECT \"Player\" FROM \"2-13669614-12\" WHERE \"Team\" = 'Los Angeles Dodgers';"} +{"question_id": 5990, "table_id": "2-13669614-12", "question": "Which team did the Boston Beaneaters host at the South End Grounds?", "sql": "SELECT \"Opponent\" FROM \"2-13669614-12\" WHERE \"Venue\" = 'South End Grounds';"} +{"question_id": 5991, "table_id": "2-13669614-12", "question": "Which team opposed the Milwaukee Braves?", "sql": "SELECT \"Opponent\" FROM \"2-13669614-12\" WHERE \"Team\" = 'Milwaukee Braves';"} +{"question_id": 5992, "table_id": "2-13669614-12", "question": "What was the venue where Chuck Klein played?", "sql": "SELECT \"Venue\" FROM \"2-13669614-12\" WHERE \"Player\" = 'Chuck Klein';"} +{"question_id": 5993, "table_id": "2-13669614-12", "question": "What was the venue where Josh Hamilton played?", "sql": "SELECT \"Venue\" FROM \"2-13669614-12\" WHERE \"Player\" = 'Josh Hamilton';"} +{"question_id": 5994, "table_id": "2-1520730-5", "question": "How man cuts were there of players who had 0 wins but had 1 player in the top 25 with more than 4 events?", "sql": "SELECT SUM(\"Cuts made\") FROM \"2-1520730-5\" WHERE \"Wins\" = 0.0 AND \"Top-25\" = 1.0 AND \"Events\" > 4.0;"} +{"question_id": 5995, "table_id": "2-1520730-5", "question": "What was the larger number of players that played in 4 events that 2 wins but were less than 6 in the top 10?", "sql": "SELECT MAX(\"Top-25\") FROM \"2-1520730-5\" WHERE \"Events\" > 4.0 AND \"Wins\" = 2.0 AND \"Top-10\" < 6.0;"} +{"question_id": 5996, "table_id": "2-15294880-2", "question": "Which Combination classification has Points classification of Daniele Bennati, and a Team classification of Quick Step?", "sql": "SELECT \"Combination classification\" FROM \"2-15294880-2\" WHERE \"Points classification\" = 'Daniele Bennati' AND \"Team classification\" = 'Quick Step';"} +{"question_id": 5997, "table_id": "2-15294880-2", "question": "Which Mountains classification has a Team classification of Quick Step?", "sql": "SELECT \"Mountains classification\" FROM \"2-15294880-2\" WHERE \"Team classification\" = 'Quick Step';"} +{"question_id": 5998, "table_id": "2-15294880-2", "question": "Which Team classification has a Combination classification of Egoi Martínez, and a Winner of Tom Boonen?", "sql": "SELECT \"Team classification\" FROM \"2-15294880-2\" WHERE \"Combination classification\" = 'Egoi Martínez' AND \"Winner\" = 'Tom Boonen';"} +{"question_id": 5999, "table_id": "2-15294880-2", "question": "Which Combination classification has a Stage of 14?", "sql": "SELECT \"Combination classification\" FROM \"2-15294880-2\" WHERE \"Stage\" = '14';"} +{"question_id": 6000, "table_id": "2-15294880-2", "question": "Which Mountains classification has a General classification of Egoi Martínez, and a Stage of 9?", "sql": "SELECT \"Mountains classification\" FROM \"2-15294880-2\" WHERE \"General classification\" = 'Egoi Martínez' AND \"Stage\" = '9';"} +{"question_id": 6001, "table_id": "2-15294880-2", "question": "Which Mountains classification has Points classification of not awarded?", "sql": "SELECT \"Mountains classification\" FROM \"2-15294880-2\" WHERE \"Points classification\" = 'not awarded';"} +{"question_id": 6002, "table_id": "2-14210860-3", "question": "What subtitles have 15 as the classification?", "sql": "SELECT \"Subtitles\" FROM \"2-14210860-3\" WHERE \"Classifaction\" = '15';"} +{"question_id": 6003, "table_id": "2-14210860-3", "question": "What country has Deltamac (HK) as the publisher?", "sql": "SELECT \"Country\" FROM \"2-14210860-3\" WHERE \"Publisher\" = 'Deltamac (HK)';"} +{"question_id": 6004, "table_id": "2-14210860-3", "question": "What is the release date that has English as the subtitles, and Magna Pacific as the publisher?", "sql": "SELECT \"Release date\" FROM \"2-14210860-3\" WHERE \"Subtitles\" = 'English' AND \"Publisher\" = 'Magna Pacific';"} +{"question_id": 6005, "table_id": "2-14210860-3", "question": "What classification has Cantonese as the language, and Universal Pictures Japan as the publisher?", "sql": "SELECT \"Classifaction\" FROM \"2-14210860-3\" WHERE \"Language\" = 'Cantonese' AND \"Publisher\" = 'Universal Pictures Japan';"} +{"question_id": 6006, "table_id": "2-14210860-3", "question": "What sound has Cantonese as the language, N/A as the classification, and Spectrum DVD as the publisher?", "sql": "SELECT \"Sound\" FROM \"2-14210860-3\" WHERE \"Language\" = 'Cantonese' AND \"Classifaction\" = 'N/A' AND \"Publisher\" = 'Spectrum DVD';"} +{"question_id": 6007, "table_id": "2-14210860-3", "question": "What language has 20th Century Fox as the publisher?", "sql": "SELECT \"Language\" FROM \"2-14210860-3\" WHERE \"Publisher\" = '20th Century Fox';"} +{"question_id": 6008, "table_id": "2-14876853-2", "question": "What was the earliest week with a game against the Pittsburgh Steelers at City Stadium attended by less than 32012?", "sql": "SELECT MIN(\"Week\") FROM \"2-14876853-2\" WHERE \"Attendance\" < 32012.0 AND \"Venue\" = 'City Stadium' AND \"Opponent\" = 'Pittsburgh Steelers';"} +{"question_id": 6009, "table_id": "2-14458950-1", "question": "Name the M939 series with M809 series of M817 and M39 series of M51", "sql": "SELECT \"M939 series\" FROM \"2-14458950-1\" WHERE \"M809 series\" = 'M817' AND \"M39 series\" = 'M51';"} +{"question_id": 6010, "table_id": "2-14458950-1", "question": "Name the M809 seris with M939 series of M931/932", "sql": "SELECT \"M809 series\" FROM \"2-14458950-1\" WHERE \"M939 series\" = 'M931/932';"} +{"question_id": 6011, "table_id": "2-14458950-1", "question": "Name the M809 series for short wheelbase and M939 series of M931/932", "sql": "SELECT \"M809 series\" FROM \"2-14458950-1\" WHERE \"wheelbase\" = 'short' AND \"M939 series\" = 'M931/932';"} +{"question_id": 6012, "table_id": "2-14458950-1", "question": "Name the type with M809 series of M814", "sql": "SELECT \"Type\" FROM \"2-14458950-1\" WHERE \"M809 series\" = 'M814';"} +{"question_id": 6013, "table_id": "2-14458950-1", "question": "Name the M939 series for short wheelbase and M809 series of M817", "sql": "SELECT \"M939 series\" FROM \"2-14458950-1\" WHERE \"wheelbase\" = 'short' AND \"M809 series\" = 'M817';"} +{"question_id": 6014, "table_id": "2-15088960-2", "question": "Who was the opponent at the game with a result of W 38-14?", "sql": "SELECT \"Opponent\" FROM \"2-15088960-2\" WHERE \"Result\" = 'W 38-14';"} +{"question_id": 6015, "table_id": "2-15088960-2", "question": "What was the time of the game that had an NFL Recap and a result of W 22–16?", "sql": "SELECT \"Time\" FROM \"2-15088960-2\" WHERE \"NFL Recap\" = 'Recap' AND \"Result\" = 'W 22–16';"} +{"question_id": 6016, "table_id": "2-14793840-2", "question": "what year was Cryptogramophon released", "sql": "SELECT \"Year\" FROM \"2-14793840-2\" WHERE \"Label\" = 'Cryptogramophon';"} +{"question_id": 6017, "table_id": "2-14800042-3", "question": "Manufacturer of Honda, and a Rank of 8 had what highest wins?", "sql": "SELECT MAX(\"Wins\") FROM \"2-14800042-3\" WHERE \"Manufacturer\" = 'Honda' AND \"Rank\" = 8.0;"} +{"question_id": 6018, "table_id": "2-14800042-3", "question": "Points larger than 108, and a Wins of 0, and a Rank smaller than 8, and a Manufacturer of Honda is what rider?", "sql": "SELECT \"Rider\" FROM \"2-14800042-3\" WHERE \"Points\" > 108.0 AND \"Wins\" = 0.0 AND \"Rank\" < 8.0 AND \"Manufacturer\" = 'Honda';"} +{"question_id": 6019, "table_id": "2-14800042-3", "question": "Rider of Stéphane Mertens had what lowest points?", "sql": "SELECT MIN(\"Points\") FROM \"2-14800042-3\" WHERE \"Rider\" = 'Stéphane Mertens';"} +{"question_id": 6020, "table_id": "2-14800042-3", "question": "Wins of 0, and a Rank larger than 6, and a Manufacturer of Kawasaki, and a Rider of Massimo Broccoli involved what highest points?", "sql": "SELECT MAX(\"Points\") FROM \"2-14800042-3\" WHERE \"Wins\" = 0.0 AND \"Rank\" > 6.0 AND \"Manufacturer\" = 'Kawasaki' AND \"Rider\" = 'Massimo Broccoli';"} +{"question_id": 6021, "table_id": "2-14800042-3", "question": "Points of 26, and a Rank smaller than 27 had what sum of wins?", "sql": "SELECT SUM(\"Wins\") FROM \"2-14800042-3\" WHERE \"Points\" = 26.0 AND \"Rank\" < 27.0;"} +{"question_id": 6022, "table_id": "2-14098262-2", "question": "what pitcher scored 4", "sql": "SELECT \"Ret#\" FROM \"2-14098262-2\" WHERE \"Records\" = '4';"} +{"question_id": 6023, "table_id": "2-1473078-6", "question": "What was the rank for karen frohner with under 1266 points?", "sql": "SELECT AVG(\"Rank\") FROM \"2-1473078-6\" WHERE \"Name\" = 'karen frohner' AND \"Points\" < 1266.0;"} +{"question_id": 6024, "table_id": "2-14686142-3", "question": "What Games covered had a round of Divisional finals?", "sql": "SELECT \"Games covered\" FROM \"2-14686142-3\" WHERE \"Round\" = 'Divisional finals';"} +{"question_id": 6025, "table_id": "2-1399716-2", "question": "What is the number of Apps for internazionale Club of brazil?", "sql": "SELECT COUNT(\"Apps\") FROM \"2-1399716-2\" WHERE \"National team\" = 'brazil' AND \"Club\" = 'internazionale';"} +{"question_id": 6026, "table_id": "2-1399716-2", "question": "In what Season does the Internazionale Club have more than 2 Apps?", "sql": "SELECT \"Season\" FROM \"2-1399716-2\" WHERE \"Apps\" > 2.0 AND \"Club\" = 'Internazionale';"} +{"question_id": 6027, "table_id": "2-14888584-4", "question": "For which group was Kim nominated in 2010 for Best International Actress?", "sql": "SELECT \"Group\" FROM \"2-14888584-4\" WHERE \"Year\" = 2010.0 AND \"Award\" = 'Best International Actress';"} +{"question_id": 6028, "table_id": "2-14888584-4", "question": "What was the result for Thirst in 2010 at the Green Globe Film Awards?", "sql": "SELECT \"Result\" FROM \"2-14888584-4\" WHERE \"Film/Series\" = 'Thirst' AND \"Year\" = 2010.0 AND \"Group\" = 'Green Globe Film Awards';"} +{"question_id": 6029, "table_id": "2-14888584-4", "question": "What is the number of years that Kim was nominated at the sitges film festival?", "sql": "SELECT COUNT(\"Year\") FROM \"2-14888584-4\" WHERE \"Group\" = 'sitges film festival';"} +{"question_id": 6030, "table_id": "2-14888584-4", "question": "What is the average year in which Kim was Nominated for Thirst as Best Actress at the Baeksang Arts Awards?", "sql": "SELECT AVG(\"Year\") FROM \"2-14888584-4\" WHERE \"Result\" = 'Nominated' AND \"Film/Series\" = 'Thirst' AND \"Award\" = 'Best Actress' AND \"Group\" = 'Baeksang Arts Awards';"} +{"question_id": 6031, "table_id": "2-14888584-4", "question": "Which group nominated Kim in years before 2010 for Thirst?", "sql": "SELECT \"Group\" FROM \"2-14888584-4\" WHERE \"Year\" < 2010.0 AND \"Film/Series\" = 'Thirst';"} +{"question_id": 6032, "table_id": "2-14888584-4", "question": "What is the highest year that Kim was nominated for Over the Rainbow?", "sql": "SELECT MAX(\"Year\") FROM \"2-14888584-4\" WHERE \"Film/Series\" = 'Over the Rainbow';"} +{"question_id": 6033, "table_id": "2-15282364-1", "question": "Which City has a State of Massachusetts, and a School of Northeastern University?", "sql": "SELECT \"City\" FROM \"2-15282364-1\" WHERE \"State\" = 'Massachusetts' AND \"School\" = 'Northeastern University';"} +{"question_id": 6034, "table_id": "2-15282364-1", "question": "Which City has a Colony Name of Northeastern Crescent Colony?", "sql": "SELECT \"City\" FROM \"2-15282364-1\" WHERE \"Colony Name\" = 'Northeastern Crescent Colony';"} +{"question_id": 6035, "table_id": "2-15282364-1", "question": "Which Colony Name is in West Virginia?", "sql": "SELECT \"Colony Name\" FROM \"2-15282364-1\" WHERE \"State\" = 'West Virginia';"} +{"question_id": 6036, "table_id": "2-15282364-1", "question": "Which Colony Name was Founded on January 19, 2012?", "sql": "SELECT \"Colony Name\" FROM \"2-15282364-1\" WHERE \"Date Founded\" = 'January 19, 2012';"} +{"question_id": 6037, "table_id": "2-1399423-3", "question": "What position does the player from the MLS New England Revolution team hold?", "sql": "SELECT \"Position\" FROM \"2-1399423-3\" WHERE \"MLS Team\" = 'New England Revolution';"} +{"question_id": 6038, "table_id": "2-1399423-3", "question": "Which MLS team had a pick number of 32?", "sql": "SELECT \"MLS Team\" FROM \"2-1399423-3\" WHERE \"Pick #\" = 32.0;"} +{"question_id": 6039, "table_id": "2-1399423-3", "question": "What is the pick number for the player Chris Gomez?", "sql": "SELECT SUM(\"Pick #\") FROM \"2-1399423-3\" WHERE \"Player\" = 'Chris Gomez';"} +{"question_id": 6040, "table_id": "2-1399423-3", "question": "Which position is the MLS team, Los Angeles Galaxy in?", "sql": "SELECT \"Position\" FROM \"2-1399423-3\" WHERE \"MLS Team\" = 'Los Angeles Galaxy';"} +{"question_id": 6041, "table_id": "2-14331545-5", "question": "Who is the rookie goalkeeper Rob Scherr who played before week 6?", "sql": "SELECT \"Rookie\" FROM \"2-14331545-5\" WHERE \"Goalkeeper\" = 'Rob Scherr' AND \"Week\" < 6.0;"} +{"question_id": 6042, "table_id": "2-14331545-5", "question": "Who is the rookie goalkeeper Mike Gabel?", "sql": "SELECT \"Rookie\" FROM \"2-14331545-5\" WHERE \"Goalkeeper\" = 'Mike Gabel';"} +{"question_id": 6043, "table_id": "2-14331545-5", "question": "What was the lowest week in the month of August against Andrew Combs?", "sql": "SELECT MIN(\"Week\") FROM \"2-14331545-5\" WHERE \"Month\" = 'August' AND \"Offensive\" = 'Andrew Combs';"} +{"question_id": 6044, "table_id": "2-14331545-5", "question": "Who was the rookie that played week 6?", "sql": "SELECT \"Rookie\" FROM \"2-14331545-5\" WHERE \"Week\" = 6.0;"} +{"question_id": 6045, "table_id": "2-13551983-2", "question": "What were the opponents from the April 13?", "sql": "SELECT \"Opponent\" FROM \"2-13551983-2\" WHERE \"Date\" = 'April 13';"} +{"question_id": 6046, "table_id": "2-13551983-2", "question": "What is the opponent from April 19?", "sql": "SELECT \"Opponent\" FROM \"2-13551983-2\" WHERE \"Date\" = 'April 19';"} +{"question_id": 6047, "table_id": "2-14173105-11", "question": "What was the series standing after game 1?", "sql": "SELECT \"Series\" FROM \"2-14173105-11\" WHERE \"Game\" = 1.0;"} +{"question_id": 6048, "table_id": "2-1517041-1", "question": "What is the example in English for a tone of mid rising-falling?", "sql": "SELECT \"Example meaning in English\" FROM \"2-1517041-1\" WHERE \"Tone\" = 'mid rising-falling';"} +{"question_id": 6049, "table_id": "2-1517041-1", "question": "What example in English has a Standard Thai of ผ่า?", "sql": "SELECT \"Example meaning in English\" FROM \"2-1517041-1\" WHERE \"Standard Thai\" = 'ผ่า';"} +{"question_id": 6050, "table_id": "2-1517041-1", "question": "Which tone has a Standard Thai at ปลา?", "sql": "SELECT \"Tone\" FROM \"2-1517041-1\" WHERE \"Standard Thai\" = 'ปลา';"} +{"question_id": 6051, "table_id": "2-1517041-1", "question": "Which tone goes with Phonetic of [pʰaː˥˥]?", "sql": "SELECT \"Tone\" FROM \"2-1517041-1\" WHERE \"Phonetic\" = '[pʰaː˥˥]';"} +{"question_id": 6052, "table_id": "2-1517041-1", "question": "What is the phonetic when the standard thai is ผ่า?", "sql": "SELECT \"Phonetic\" FROM \"2-1517041-1\" WHERE \"Standard Thai\" = 'ผ่า';"} +{"question_id": 6053, "table_id": "2-1517041-1", "question": "What is the phonemic when the phonetic is [pʰaː˥˥]?", "sql": "SELECT \"Phonemic\" FROM \"2-1517041-1\" WHERE \"Phonetic\" = '[pʰaː˥˥]';"} +{"question_id": 6054, "table_id": "2-1515407-3", "question": "What is the s default argument without a pseudorandom number generation and No eval function?", "sql": "SELECT \"s Default argument\" FROM \"2-1515407-3\" WHERE \"Pseudorandom number generation\" = 'No' AND \"eval function\" = 'No';"} +{"question_id": 6055, "table_id": "2-1515407-3", "question": "What is the lambda function without a pseudorandom number generation, No s default argument, No functions, and No eval function?", "sql": "SELECT \"Lambda functions\" FROM \"2-1515407-3\" WHERE \"Pseudorandom number generation\" = 'No' AND \"s Default argument\" = 'No' AND \"Functions\" = 'No' AND \"eval function\" = 'No';"} +{"question_id": 6056, "table_id": "2-14176339-11", "question": "In what Venue was Surrey the Opposition in the 2nd Wicket?", "sql": "SELECT \"Venue\" FROM \"2-14176339-11\" WHERE \"Opposition\" = 'Surrey' AND \"Wicket\" = '2nd';"} +{"question_id": 6057, "table_id": "2-14176339-11", "question": "In what Wicket in the City of Eastbourne with a Score of less than 368?", "sql": "SELECT \"Wicket\" FROM \"2-14176339-11\" WHERE \"Score\" < 368.0 AND \"City\" = 'Eastbourne';"} +{"question_id": 6058, "table_id": "2-14056030-8", "question": "Which game took place April 6?", "sql": "SELECT \"Game\" FROM \"2-14056030-8\" WHERE \"April\" = 6.0;"} +{"question_id": 6059, "table_id": "2-13884212-1", "question": "How many Attendance in a match which scores 0:0 - 4:1 (pen)", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13884212-1\" WHERE \"Score\" = '0:0 - 4:1 (pen)';"} +{"question_id": 6060, "table_id": "2-14941366-1", "question": "Which League that has no playoffs in the Year of 2008–09?", "sql": "SELECT \"League\" FROM \"2-14941366-1\" WHERE \"Play-Off\" = '–' AND \"Year\" = '2008–09';"} +{"question_id": 6061, "table_id": "2-14941366-1", "question": "Which Play-Off has Events of –, and a Season of A-6?", "sql": "SELECT \"Play-Off\" FROM \"2-14941366-1\" WHERE \"Events\" = '–' AND \"Season\" = 'A-6';"} +{"question_id": 6062, "table_id": "2-14941366-1", "question": "Which Season has a Year of 2005–06?", "sql": "SELECT \"Season\" FROM \"2-14941366-1\" WHERE \"Year\" = '2005–06';"} +{"question_id": 6063, "table_id": "2-14941366-1", "question": "Which European has a Play-Off of Relegated?", "sql": "SELECT \"European\" FROM \"2-14941366-1\" WHERE \"Play-Off\" = 'Relegated';"} +{"question_id": 6064, "table_id": "2-15149189-4", "question": "What is the lowest number of caps of the Fullback player born on 13 April 1983?", "sql": "SELECT MIN(\"Caps\") FROM \"2-15149189-4\" WHERE \"Position\" = 'Fullback' AND \"Date of Birth (Age)\" = '13 April 1983';"} +{"question_id": 6065, "table_id": "2-15149189-4", "question": "What is the club/province of the player born on 12 May 1984?", "sql": "SELECT \"Club/province\" FROM \"2-15149189-4\" WHERE \"Date of Birth (Age)\" = '12 May 1984';"} +{"question_id": 6066, "table_id": "2-15149189-4", "question": "What is the club/province of player Alberto Sgarbi, who played Wing, with less than 2 caps?", "sql": "SELECT \"Club/province\" FROM \"2-15149189-4\" WHERE \"Caps\" < 2.0 AND \"Position\" = 'Wing' AND \"Player\" = 'Alberto Sgarbi';"} +{"question_id": 6067, "table_id": "2-14774037-1", "question": "What games have the event of Men's slalom?", "sql": "SELECT \"Games\" FROM \"2-14774037-1\" WHERE \"Event\" = 'Men''s slalom';"} +{"question_id": 6068, "table_id": "2-14774037-1", "question": "What were the events in the 1976 Innsbruck Games?", "sql": "SELECT \"Event\" FROM \"2-14774037-1\" WHERE \"Games\" = '1976 Innsbruck';"} +{"question_id": 6069, "table_id": "2-14774037-1", "question": "What is the medal for the Men's giant slalom event?", "sql": "SELECT \"Medal\" FROM \"2-14774037-1\" WHERE \"Event\" = 'Men''s giant slalom';"} +{"question_id": 6070, "table_id": "2-1512659-6", "question": "In the tournament that has 15 events, and less than 6 top-25's, how many top-5's did he have?", "sql": "SELECT SUM(\"Top-5\") FROM \"2-1512659-6\" WHERE \"Events\" = 15.0 AND \"Top-25\" < 6.0;"} +{"question_id": 6071, "table_id": "2-1512659-6", "question": "In the tournament that had 3 Top-10's, and less than 15 events, how many Top-5's did the player have?", "sql": "SELECT SUM(\"Top-5\") FROM \"2-1512659-6\" WHERE \"Top-10\" = 3.0 AND \"Events\" < 15.0;"} +{"question_id": 6072, "table_id": "2-1512659-6", "question": "How many wins were in the masters tournament with less than 15 events?", "sql": "SELECT MAX(\"Wins\") FROM \"2-1512659-6\" WHERE \"Tournament\" = 'masters tournament' AND \"Events\" < 15.0;"} +{"question_id": 6073, "table_id": "2-1512659-6", "question": "In the tournament with more than 6 top-25's and less than 13 cuts made, how many wins were there?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-1512659-6\" WHERE \"Top-25\" > 6.0 AND \"Cuts made\" < 13.0;"} +{"question_id": 6074, "table_id": "2-13849334-2", "question": "Which father had William IV as a husband?", "sql": "SELECT \"Father\" FROM \"2-13849334-2\" WHERE \"Husband\" = 'William IV';"} +{"question_id": 6075, "table_id": "2-13849334-2", "question": "What is the death date of Elisabeth of Lorraine?", "sql": "SELECT \"Death\" FROM \"2-13849334-2\" WHERE \"Image\" = 'Elisabeth of Lorraine';"} +{"question_id": 6076, "table_id": "2-13849334-2", "question": "Which duchess was born on 9 October 1574?", "sql": "SELECT \"Ceased to be Duchess\" FROM \"2-13849334-2\" WHERE \"Birth\" = '9 October 1574';"} +{"question_id": 6077, "table_id": "2-13849334-2", "question": "Which image is of the woman married to William IV?", "sql": "SELECT \"Image\" FROM \"2-13849334-2\" WHERE \"Husband\" = 'William IV';"} +{"question_id": 6078, "table_id": "2-13849334-2", "question": "Who is the husband of the image of Renata of Lorraine?", "sql": "SELECT \"Husband\" FROM \"2-13849334-2\" WHERE \"Image\" = 'Renata of Lorraine';"} +{"question_id": 6079, "table_id": "2-13849334-2", "question": "Who was the husband of Marie of Baden-Sponheim?", "sql": "SELECT \"Husband\" FROM \"2-13849334-2\" WHERE \"Image\" = 'Marie of Baden-Sponheim';"} +{"question_id": 6080, "table_id": "2-14163678-7", "question": "Who was the visiting team at the Chicago home game?", "sql": "SELECT \"Visitor\" FROM \"2-14163678-7\" WHERE \"Home\" = 'Chicago';"} +{"question_id": 6081, "table_id": "2-14163678-7", "question": "What was the date of the home game for Colorado?", "sql": "SELECT \"Date\" FROM \"2-14163678-7\" WHERE \"Home\" = 'Colorado';"} +{"question_id": 6082, "table_id": "2-14163678-7", "question": "What was the date of the game when St. Louis was the home team?", "sql": "SELECT \"Date\" FROM \"2-14163678-7\" WHERE \"Home\" = 'St. Louis';"} +{"question_id": 6083, "table_id": "2-14163678-7", "question": "Who was the visiting team when the record was 51–12–4?", "sql": "SELECT \"Visitor\" FROM \"2-14163678-7\" WHERE \"Record\" = '51–12–4';"} +{"question_id": 6084, "table_id": "2-14163678-7", "question": "What was the date of the home game for Hartford?", "sql": "SELECT \"Date\" FROM \"2-14163678-7\" WHERE \"Home\" = 'Hartford';"} +{"question_id": 6085, "table_id": "2-1355180-1", "question": "How many people attended the 3rd Round Emperor's cup with a TMS larger than 12?", "sql": "SELECT \"Attendance/G\" FROM \"2-1355180-1\" WHERE \"Emperor's Cup\" = '3rd Round' AND \"Tms.\" > 12.0;"} +{"question_id": 6086, "table_id": "2-1355180-1", "question": "What is the average attendance for seasons before 1999 with pos of 8?", "sql": "SELECT AVG(\"Attendance/G\") FROM \"2-1355180-1\" WHERE \"Pos.\" = 8.0 AND \"Season\" < 1999.0;"} +{"question_id": 6087, "table_id": "2-13869651-1", "question": "What is the socket for the processor with part number ADH2350IAA5DO?", "sql": "SELECT \"Socket\" FROM \"2-13869651-1\" WHERE \"Part Number(s)\" = 'ADH2350IAA5DO';"} +{"question_id": 6088, "table_id": "2-13869651-1", "question": "What is the multi 1 for the Athlon X2 BE-2400?", "sql": "SELECT \"Multi 1\" FROM \"2-13869651-1\" WHERE \"Model Number\" = 'Athlon X2 BE-2400';"} +{"question_id": 6089, "table_id": "2-13869651-1", "question": "What is the stepping for the processor released June 5, 2007?", "sql": "SELECT \"Stepping\" FROM \"2-13869651-1\" WHERE \"Release Date\" = 'June 5, 2007';"} +{"question_id": 6090, "table_id": "2-13869651-1", "question": "What is the v-core for a stepping of G1 and frequency of 1900MHz?", "sql": "SELECT \"V Core\" FROM \"2-13869651-1\" WHERE \"Stepping\" = 'G1' AND \"Frequency\" = '1900MHz';"} +{"question_id": 6091, "table_id": "2-13630019-2", "question": "What was the name in English that had a Stat of 7th cut?", "sql": "SELECT \"English Name\" FROM \"2-13630019-2\" WHERE \"Stat\" = '7th cut';"} +{"question_id": 6092, "table_id": "2-13718808-8", "question": "Who was the winner in the event with a runner-up of Alberto Mancini?", "sql": "SELECT \"Winner\" FROM \"2-13718808-8\" WHERE \"Runner-up\" = 'Alberto Mancini';"} +{"question_id": 6093, "table_id": "2-13928484-10", "question": "What was the series score when St. Louis was away on April 18?", "sql": "SELECT \"Series\" FROM \"2-13928484-10\" WHERE \"Visitor\" = 'St. Louis' AND \"Date\" = 'April 18';"} +{"question_id": 6094, "table_id": "2-13928484-10", "question": "Who recorded the decision when Philadelphia was away?", "sql": "SELECT \"Decision\" FROM \"2-13928484-10\" WHERE \"Visitor\" = 'Philadelphia';"} +{"question_id": 6095, "table_id": "2-13955731-7", "question": "What was the home team's record on September 30?", "sql": "SELECT \"Record\" FROM \"2-13955731-7\" WHERE \"Date\" = 'September 30';"} +{"question_id": 6096, "table_id": "2-13955731-7", "question": "What was the home team's record when they played the Twins on September 25?", "sql": "SELECT \"Record\" FROM \"2-13955731-7\" WHERE \"Opponent\" = 'Twins' AND \"Date\" = 'September 25';"} +{"question_id": 6097, "table_id": "2-13955731-7", "question": "What was the home team's record when they played the Devil Rays on September 6?", "sql": "SELECT \"Record\" FROM \"2-13955731-7\" WHERE \"Opponent\" = 'Devil Rays' AND \"Date\" = 'September 6';"} +{"question_id": 6098, "table_id": "2-13955731-7", "question": "What team did the home team play on September 4?", "sql": "SELECT \"Opponent\" FROM \"2-13955731-7\" WHERE \"Date\" = 'September 4';"} +{"question_id": 6099, "table_id": "2-14345690-12", "question": "What was Freddie Starr, who entered on Day 1, known for?", "sql": "SELECT \"Known for\" FROM \"2-14345690-12\" WHERE \"Entered\" = 'Day 1' AND \"Celebrity\" = 'Freddie Starr';"} +{"question_id": 6100, "table_id": "2-14345690-12", "question": "Who exited on Day 12?", "sql": "SELECT \"Celebrity\" FROM \"2-14345690-12\" WHERE \"Exited\" = 'Day 12';"} +{"question_id": 6101, "table_id": "2-14345690-12", "question": "What day did the person who finished in 12th place leave on?", "sql": "SELECT \"Exited\" FROM \"2-14345690-12\" WHERE \"Finished\" = '12th';"} +{"question_id": 6102, "table_id": "2-14345690-12", "question": "What place did the person who left on Day 3 finish in?", "sql": "SELECT \"Finished\" FROM \"2-14345690-12\" WHERE \"Exited\" = 'Day 3';"} +{"question_id": 6103, "table_id": "2-14345690-12", "question": "On which day did the person who is known for The Only Way Is Essex star enter?", "sql": "SELECT \"Entered\" FROM \"2-14345690-12\" WHERE \"Known for\" = 'The Only Way Is Essex star';"} +{"question_id": 6104, "table_id": "2-13982978-2", "question": "Name the date for week more than 1 and game site of Bye", "sql": "SELECT \"Date\" FROM \"2-13982978-2\" WHERE \"Game site\" = 'Bye' AND \"Week\" > 1.0;"} +{"question_id": 6105, "table_id": "2-13982978-2", "question": "Name the opponent for date of Bye and week of 1", "sql": "SELECT \"Opponent\" FROM \"2-13982978-2\" WHERE \"Date\" = 'Bye' AND \"Week\" = 1.0;"} +{"question_id": 6106, "table_id": "2-13982978-2", "question": "Name the opponent for week of 2", "sql": "SELECT \"Opponent\" FROM \"2-13982978-2\" WHERE \"Week\" = 2.0;"} +{"question_id": 6107, "table_id": "2-15145684-2", "question": "What is the team classification with a winner of Beat Zberg, and a points classification of José María Jiménez.", "sql": "SELECT \"Team Classification\" FROM \"2-15145684-2\" WHERE \"Points Classification\" = 'José María Jiménez' AND \"Winner\" = 'Beat Zberg';"} +{"question_id": 6108, "table_id": "2-14155268-3", "question": "When was the person who died on 16 July 1946 born?", "sql": "SELECT \"Birth\" FROM \"2-14155268-3\" WHERE \"Death\" = '16 July 1946';"} +{"question_id": 6109, "table_id": "2-14155268-3", "question": "Who is the spouse of the person born on 29 September 1766?", "sql": "SELECT \"Spouse\" FROM \"2-14155268-3\" WHERE \"Birth\" = '29 September 1766';"} +{"question_id": 6110, "table_id": "2-14155268-3", "question": "Who is born on 29 September 1766?", "sql": "SELECT \"Name\" FROM \"2-14155268-3\" WHERE \"Birth\" = '29 September 1766';"} +{"question_id": 6111, "table_id": "2-14155268-3", "question": "Who was born on 10 May 1788 that ceased to be queen?", "sql": "SELECT \"Ceased to be Queen\" FROM \"2-14155268-3\" WHERE \"Birth\" = '10 May 1788';"} +{"question_id": 6112, "table_id": "2-14155268-3", "question": "How is the marriage of who became queen on 30 October 1816 husband's accession?", "sql": "SELECT \"Marriage\" FROM \"2-14155268-3\" WHERE \"Became Queen\" = '30 October 1816 husband''s accession';"} +{"question_id": 6113, "table_id": "2-14155268-3", "question": "When was the person who became queen on 15 April 1820 born?", "sql": "SELECT \"Birth\" FROM \"2-14155268-3\" WHERE \"Became Queen\" = '15 April 1820';"} +{"question_id": 6114, "table_id": "2-14269540-4", "question": "What is their record on April 2?", "sql": "SELECT \"Record\" FROM \"2-14269540-4\" WHERE \"Date\" = 'April 2';"} +{"question_id": 6115, "table_id": "2-14269540-4", "question": "Which team has the record of 11-6?", "sql": "SELECT \"Loss\" FROM \"2-14269540-4\" WHERE \"Record\" = '11-6';"} +{"question_id": 6116, "table_id": "2-14931925-2", "question": "What was his record when he went over 1 round?", "sql": "SELECT \"Record\" FROM \"2-14931925-2\" WHERE \"Round\" > 1.0;"} +{"question_id": 6117, "table_id": "2-14931925-2", "question": "What event did he have a 2-0 record?", "sql": "SELECT \"Event\" FROM \"2-14931925-2\" WHERE \"Record\" = '2-0';"} +{"question_id": 6118, "table_id": "2-14931925-2", "question": "What was his result against Dan Bobish?", "sql": "SELECT \"Res.\" FROM \"2-14931925-2\" WHERE \"Opponent\" = 'Dan Bobish';"} +{"question_id": 6119, "table_id": "2-15261-1", "question": "Which Voltage Center (V) has an S-Spec Number of SK096?", "sql": "SELECT \"Voltage Center (V)\" FROM \"2-15261-1\" WHERE \"S-Spec Number\" = 'SK096';"} +{"question_id": 6120, "table_id": "2-15261-1", "question": "Which Voltage Center (V) has an Input Clock (MHz) of 25 X 3, and a Part Number of A80486DX4-75?", "sql": "SELECT \"Voltage Center (V)\" FROM \"2-15261-1\" WHERE \"Input Clock (MHz)\" = '25 X 3' AND \"Part Number\" = 'A80486DX4-75';"} +{"question_id": 6121, "table_id": "2-14821227-1", "question": "What is the low gold total for under 2 total and over 0 silvers?", "sql": "SELECT MIN(\"Gold\") FROM \"2-14821227-1\" WHERE \"Total\" < 2.0 AND \"Silver\" > 0.0;"} +{"question_id": 6122, "table_id": "2-14821227-1", "question": "How many silvers for the nation with under 6 total and under 0 bronze?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14821227-1\" WHERE \"Total\" < 6.0 AND \"Bronze\" < 0.0;"} +{"question_id": 6123, "table_id": "2-14672445-7", "question": "The person that was notable for professional wrestling had a Born-Died of what year?", "sql": "SELECT \"Born – Died\" FROM \"2-14672445-7\" WHERE \"Notable for\" = 'professional wrestling';"} +{"question_id": 6124, "table_id": "2-14672445-7", "question": "The person that was born in Sydney died in what year?", "sql": "SELECT \"Born – Died\" FROM \"2-14672445-7\" WHERE \"Connection with Australia\" = 'born in Sydney';"} +{"question_id": 6125, "table_id": "2-14672445-7", "question": "The person notable for tennis died in what year?", "sql": "SELECT \"Born – Died\" FROM \"2-14672445-7\" WHERE \"Notable for\" = 'tennis';"} +{"question_id": 6126, "table_id": "2-14055411-2", "question": "What was the record when the team played at Oakland Seals?", "sql": "SELECT \"Record\" FROM \"2-14055411-2\" WHERE \"Home\" = 'Oakland Seals';"} +{"question_id": 6127, "table_id": "2-14644714-1", "question": "What was the purse when the trainer was Aidan O'Brien?", "sql": "SELECT \"Purse\" FROM \"2-14644714-1\" WHERE \"Trainer\" = 'Aidan O''Brien';"} +{"question_id": 6128, "table_id": "2-14644714-1", "question": "What is the time for when Cornelio Velasquez was the jockey?", "sql": "SELECT \"Time\" FROM \"2-14644714-1\" WHERE \"Jockey\" = 'Cornelio Velasquez';"} +{"question_id": 6129, "table_id": "2-14644714-1", "question": "Who was the jockey when the owner was Richard Pegum?", "sql": "SELECT \"Jockey\" FROM \"2-14644714-1\" WHERE \"Owner\" = 'Richard Pegum';"} +{"question_id": 6130, "table_id": "2-14644714-1", "question": "What is the purse when Aidan O'Brien was the trainer?", "sql": "SELECT \"Purse\" FROM \"2-14644714-1\" WHERE \"Trainer\" = 'Aidan O''Brien';"} +{"question_id": 6131, "table_id": "2-14644714-1", "question": "What is the purse for the year earlier than 2013 and Muhannak was the winner?", "sql": "SELECT \"Purse\" FROM \"2-14644714-1\" WHERE \"Year\" < 2013.0 AND \"Winner\" = 'Muhannak';"} +{"question_id": 6132, "table_id": "2-14644714-1", "question": "Who was the trainer in 2013?", "sql": "SELECT \"Trainer\" FROM \"2-14644714-1\" WHERE \"Year\" = 2013.0;"} +{"question_id": 6133, "table_id": "2-14431362-3", "question": "Which throw number had a DOB of 19/10/81?", "sql": "SELECT \"Throws\" FROM \"2-14431362-3\" WHERE \"D.O.B.\" = '19/10/81';"} +{"question_id": 6134, "table_id": "2-14431362-3", "question": "Which first's surname is COOK?", "sql": "SELECT \"First\" FROM \"2-14431362-3\" WHERE \"Surname\" = 'COOK';"} +{"question_id": 6135, "table_id": "2-14431362-3", "question": "Which position has L bats and ANDERSON as a surname?", "sql": "SELECT \"Position\" FROM \"2-14431362-3\" WHERE \"Bats\" = 'L' AND \"Surname\" = 'ANDERSON';"} +{"question_id": 6136, "table_id": "2-13601224-3", "question": "What is the team 2 with a team 1 US Gorée?", "sql": "SELECT \"Team 2\" FROM \"2-13601224-3\" WHERE \"Team 1\" = 'US Gorée';"} +{"question_id": 6137, "table_id": "2-13601224-3", "question": "What is the 2nd leg of team 1 Zamalek SC?", "sql": "SELECT \"2nd leg\" FROM \"2-13601224-3\" WHERE \"Team 1\" = 'Zamalek SC';"} +{"question_id": 6138, "table_id": "2-13601224-3", "question": "What is the 1st leg of the team with a 2-1 agg.?", "sql": "SELECT \"1st leg\" FROM \"2-13601224-3\" WHERE \"Agg.\" = '2-1';"} +{"question_id": 6139, "table_id": "2-13601224-3", "question": "What is the 2nd leg of team 2 FAR Rabat?", "sql": "SELECT \"2nd leg\" FROM \"2-13601224-3\" WHERE \"Team 2\" = 'FAR Rabat';"} +{"question_id": 6140, "table_id": "2-14203256-1", "question": "How mAny WAtts hAs A ClAss of A, And A Frequency of 91.5 FM, And A City of license of Elkhart, Kansas?", "sql": "SELECT MIN(\"Watts\") FROM \"2-14203256-1\" WHERE \"Class\" = 'A' AND \"Frequency\" = '91.5 FM' AND \"City of license\" = 'Elkhart, Kansas';"} +{"question_id": 6141, "table_id": "2-14203256-1", "question": "Which Class has a City of license of Garden City, Kansas?", "sql": "SELECT \"Class\" FROM \"2-14203256-1\" WHERE \"City of license\" = 'Garden City, Kansas';"} +{"question_id": 6142, "table_id": "2-14203256-1", "question": "What is the Frequency that is smaller than 100000 Watts in Guymon, Oklahoma?", "sql": "SELECT \"Frequency\" FROM \"2-14203256-1\" WHERE \"Watts\" < 100000.0 AND \"City of license\" = 'Guymon, Oklahoma';"} +{"question_id": 6143, "table_id": "2-14203256-1", "question": "Which Frequency has a Call sign of KCSE?", "sql": "SELECT \"Frequency\" FROM \"2-14203256-1\" WHERE \"Call sign\" = 'KCSE';"} +{"question_id": 6144, "table_id": "2-13599870-3", "question": "What year has 59th as a finish position?", "sql": "SELECT \"Year\" FROM \"2-13599870-3\" WHERE \"Finish position\" = '59th';"} +{"question_id": 6145, "table_id": "2-13599870-3", "question": "What is the 3rd day that has bumped by Clare as the 4th day?", "sql": "SELECT \"3rd day\" FROM \"2-13599870-3\" WHERE \"4th Day\" = 'bumped by Clare';"} +{"question_id": 6146, "table_id": "2-13599870-3", "question": "Which 2nd day has a year prior to 2009?", "sql": "SELECT \"2nd day\" FROM \"2-13599870-3\" WHERE \"Year\" < 2009.0;"} +{"question_id": 6147, "table_id": "2-14768644-1", "question": "What event did Pakistan get the Bronze medal at the 1988 Seoul Games?", "sql": "SELECT \"Event\" FROM \"2-14768644-1\" WHERE \"Medal\" = 'Bronze' AND \"Games\" = '1988 Seoul';"} +{"question_id": 6148, "table_id": "2-14768644-1", "question": "What sport in the 1960 Rome Games did Pakistan play in the Men's freestyle welterweight?", "sql": "SELECT \"Sport\" FROM \"2-14768644-1\" WHERE \"Games\" = '1960 Rome' AND \"Event\" = 'Men''s freestyle welterweight';"} +{"question_id": 6149, "table_id": "2-14768644-1", "question": "When did Pakistan win a Silver Medal in a Men's competition?", "sql": "SELECT \"Games\" FROM \"2-14768644-1\" WHERE \"Event\" = 'Men''s competition' AND \"Medal\" = 'Silver';"} +{"question_id": 6150, "table_id": "2-14768644-1", "question": "When did Pakistan win a Gold Medal in Field hockey?", "sql": "SELECT \"Games\" FROM \"2-14768644-1\" WHERE \"Sport\" = 'Field hockey' AND \"Medal\" = 'Gold';"} +{"question_id": 6151, "table_id": "2-14768644-1", "question": "What team played in the 1964 Tokyo Games?", "sql": "SELECT \"Name\" FROM \"2-14768644-1\" WHERE \"Games\" = '1964 Tokyo';"} +{"question_id": 6152, "table_id": "2-14768644-1", "question": "What sport did the National team play in the 1968 Mexico City Games?", "sql": "SELECT \"Sport\" FROM \"2-14768644-1\" WHERE \"Name\" = 'National team' AND \"Games\" = '1968 Mexico City';"} +{"question_id": 6153, "table_id": "2-14106656-7", "question": "What is the total number of rounds that center position denis arkhipov have?", "sql": "SELECT COUNT(\"Round\") FROM \"2-14106656-7\" WHERE \"Position\" = 'center' AND \"Player\" = 'denis arkhipov';"} +{"question_id": 6154, "table_id": "2-14106656-7", "question": "Who is the player from Round 3 from Russia?", "sql": "SELECT \"Player\" FROM \"2-14106656-7\" WHERE \"Round\" = 3.0 AND \"Nationality\" = 'Russia';"} +{"question_id": 6155, "table_id": "2-14106656-7", "question": "What is the sum of the round with the Defenceman?", "sql": "SELECT SUM(\"Round\") FROM \"2-14106656-7\" WHERE \"Position\" = 'Defenceman';"} +{"question_id": 6156, "table_id": "2-14106656-7", "question": "What is the college club that plays before round 3?", "sql": "SELECT \"College/Junior/Club Team\" FROM \"2-14106656-7\" WHERE \"Round\" < 3.0;"} +{"question_id": 6157, "table_id": "2-1469555-1", "question": "What was the population of the area that was formerly under the authority of the Audenshaw Urban District?", "sql": "SELECT \"Population\" FROM \"2-1469555-1\" WHERE \"Former local authority\" = 'Audenshaw Urban District';"} +{"question_id": 6158, "table_id": "2-15028555-1", "question": "What is the overall pick number that derrick harvey was when he was picked in a round after round 1?", "sql": "SELECT MIN(\"Overall\") FROM \"2-15028555-1\" WHERE \"Name\" = 'derrick harvey' AND \"Round\" > 1.0;"} +{"question_id": 6159, "table_id": "2-15028555-1", "question": "What college was the Defensive End pick that was picked in round 2?", "sql": "SELECT \"College\" FROM \"2-15028555-1\" WHERE \"Position\" = 'Defensive End' AND \"Round\" = 2.0;"} +{"question_id": 6160, "table_id": "2-15028555-1", "question": "What is the average round that the player from usf was picked in when his draft pick number was less than 24?", "sql": "SELECT AVG(\"Round\") FROM \"2-15028555-1\" WHERE \"College\" = 'usf' AND \"Pick #\" < 24.0;"} +{"question_id": 6161, "table_id": "2-15028555-1", "question": "What is the sum of the pick numbers where the player was picked in round 5 and overall pick number was greater than 159?", "sql": "SELECT SUM(\"Pick #\") FROM \"2-15028555-1\" WHERE \"Round\" = 5.0 AND \"Overall\" > 159.0;"} +{"question_id": 6162, "table_id": "2-15028555-1", "question": "What is the average overall pick number for the usf player who was picked after round 5?", "sql": "SELECT AVG(\"Overall\") FROM \"2-15028555-1\" WHERE \"College\" = 'usf' AND \"Round\" > 5.0;"} +{"question_id": 6163, "table_id": "2-1523934-1", "question": "Which Population is the lowest one that has a Median family income of $74,905, and a Number of households smaller than 145790?", "sql": "SELECT MIN(\"Population\") FROM \"2-1523934-1\" WHERE \"Median family income\" = '$74,905' AND \"Number of households\" < 145790.0;"} +{"question_id": 6164, "table_id": "2-14481629-1", "question": "What is the total number of Serious Bodily Injuries, that has Homicides less than 84?", "sql": "SELECT COUNT(\"Serious Bodily Injury (Art. 122 StGB)\") FROM \"2-14481629-1\" WHERE \"Homicide (Art. 111,112,113,116 StGB)\" < 84.0;"} +{"question_id": 6165, "table_id": "2-14481629-1", "question": "What is the total number of Rapes that have Embezzlements a figure of 820 and total number of convictions less than 94574?", "sql": "SELECT COUNT(\"Rape (Art. 190 StGB)\") FROM \"2-14481629-1\" WHERE \"Embezzlement (Art. 138 StGB)\" = 820.0 AND \"Total Convictions\" < 94574.0;"} +{"question_id": 6166, "table_id": "2-14481629-1", "question": "What is the lowest example of Embezzlements that have Total Convictions greater than 84665, Fraud a figure of 1521, and a Major Violation of Traffic Laws higher than 21599?", "sql": "SELECT MIN(\"Embezzlement (Art. 138 StGB)\") FROM \"2-14481629-1\" WHERE \"Total Convictions\" > 84665.0 AND \"Fraud (Art. 146 StGB)\" = 1521.0 AND \"Major Violation of Traffic Laws (Art. 90 SVG)\" > 21599.0;"} +{"question_id": 6167, "table_id": "2-14481629-1", "question": "Which year earlier than 2006 has the average Total Convictions of Fraud at 1521?", "sql": "SELECT AVG(\"Total Convictions\") FROM \"2-14481629-1\" WHERE \"Fraud (Art. 146 StGB)\" = 1521.0 AND \"Year\" < 2006.0;"} +{"question_id": 6168, "table_id": "2-13880730-8", "question": "How many were in Attendance during a Tie no of 1?", "sql": "SELECT \"Attendance\" FROM \"2-13880730-8\" WHERE \"Tie no\" = 1.0;"} +{"question_id": 6169, "table_id": "2-13880730-8", "question": "What was the Attendance during the tamworth Away game?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-13880730-8\" WHERE \"Away team\" = 'tamworth';"} +{"question_id": 6170, "table_id": "2-14611466-1", "question": "Which 1st prize ($) has a Winner of Scott Simpson (7)?", "sql": "SELECT SUM(\"1st prize ( $ )\") FROM \"2-14611466-1\" WHERE \"Winner\" = 'Scott Simpson (7)';"} +{"question_id": 6171, "table_id": "2-14611466-1", "question": "How many 1st prizes have a Date of aug 17?", "sql": "SELECT COUNT(\"1st prize ( $ )\") FROM \"2-14611466-1\" WHERE \"Date\" = 'aug 17';"} +{"question_id": 6172, "table_id": "2-14611466-1", "question": "Which Tournament has a Location of Texas, and a Winner of Tom Watson (39)?", "sql": "SELECT \"Tournament\" FROM \"2-14611466-1\" WHERE \"Location\" = 'Texas' AND \"Winner\" = 'Tom Watson (39)';"} +{"question_id": 6173, "table_id": "2-146195-1", "question": "What was the resolution for KO opposing Cliff Beckett?", "sql": "SELECT \"Res.\" FROM \"2-146195-1\" WHERE \"Type\" = 'KO' AND \"Opponent\" = 'Cliff Beckett';"} +{"question_id": 6174, "table_id": "2-146195-1", "question": "What is the type when Robert Villemain had a record at 109–1–2?", "sql": "SELECT \"Type\" FROM \"2-146195-1\" WHERE \"Opponent\" = 'Robert Villemain' AND \"Record\" = '109–1–2';"} +{"question_id": 6175, "table_id": "2-146195-1", "question": "On what date was the rd. time at 10 with Sammy Angott as an opponent with a record of 33–0?", "sql": "SELECT \"Date\" FROM \"2-146195-1\" WHERE \"Rd., Time\" = '10' AND \"Opponent\" = 'Sammy Angott' AND \"Record\" = '33–0';"} +{"question_id": 6176, "table_id": "2-14902772-4", "question": "What is the platform & frequency [MHz] of the WHR-G54S model?", "sql": "SELECT \"Platform & Frequency [MHz]\" FROM \"2-14902772-4\" WHERE \"Model\" = 'WHR-G54S';"} +{"question_id": 6177, "table_id": "2-14902772-4", "question": "What is the voltage iinput [V/A] of the WHR-G54S model?", "sql": "SELECT \"Voltage Input [V/A]\" FROM \"2-14902772-4\" WHERE \"Model\" = 'WHR-G54S';"} +{"question_id": 6178, "table_id": "2-14902772-4", "question": "What is the Ethernet port count of the WHR-HP-G300N model?", "sql": "SELECT \"Ethernet port count\" FROM \"2-14902772-4\" WHERE \"Model\" = 'WHR-HP-G300N';"} +{"question_id": 6179, "table_id": "2-14094649-22", "question": "Where is the company headquarted that has a Market value ( USD million) larger than 146139, a Rank above 3, and a Primary industry of Oil and gas?", "sql": "SELECT \"Headquarters\" FROM \"2-14094649-22\" WHERE \"Market value ( USD million)\" > 146139.0 AND \"Rank\" < 3.0 AND \"Primary industry\" = 'Oil and gas';"} +{"question_id": 6180, "table_id": "2-151851-3", "question": "Which Year has an Album of Airwaves, and a US Hot 100 of –?", "sql": "SELECT MAX(\"Year\") FROM \"2-151851-3\" WHERE \"Album\" = 'Airwaves' AND \"US Hot 100\" = '–';"} +{"question_id": 6181, "table_id": "2-151851-3", "question": "Which Song has a Year smaller than 1979, and a US Hot 100 of 8?", "sql": "SELECT \"Song\" FROM \"2-151851-3\" WHERE \"Year\" < 1979.0 AND \"US Hot 100\" = '8';"} +{"question_id": 6182, "table_id": "2-14344681-9", "question": "What is the series record for the game on April 24?", "sql": "SELECT \"Series\" FROM \"2-14344681-9\" WHERE \"Date\" = 'April 24';"} +{"question_id": 6183, "table_id": "2-14344681-9", "question": "What was the game number that took place on April 27?", "sql": "SELECT \"Game\" FROM \"2-14344681-9\" WHERE \"Date\" = 'April 27';"} +{"question_id": 6184, "table_id": "2-14600594-2", "question": "Which Opponent has a Attendance of 6,275?", "sql": "SELECT \"Opponent\" FROM \"2-14600594-2\" WHERE \"Attendance\" = '6,275';"} +{"question_id": 6185, "table_id": "2-14600594-2", "question": "Which Opponent has a Attendance of 7,034?", "sql": "SELECT \"Opponent\" FROM \"2-14600594-2\" WHERE \"Attendance\" = '7,034';"} +{"question_id": 6186, "table_id": "2-14600594-2", "question": "When has a Result of 0–2 and a Opponent of Aberdeen?", "sql": "SELECT \"Date\" FROM \"2-14600594-2\" WHERE \"Result\" = '0–2' AND \"Opponent\" = 'Aberdeen';"} +{"question_id": 6187, "table_id": "2-14600594-2", "question": "Which Venue has a Result of 2–2 and Attendances of 5,760?", "sql": "SELECT \"Venue\" FROM \"2-14600594-2\" WHERE \"Result\" = '2–2' AND \"Attendance\" = '5,760';"} +{"question_id": 6188, "table_id": "2-14600594-2", "question": "Which Venue has Attendances of 11,045?", "sql": "SELECT \"Venue\" FROM \"2-14600594-2\" WHERE \"Attendance\" = '11,045';"} +{"question_id": 6189, "table_id": "2-14600594-2", "question": "When Venue of A hAs AttendAnce of 4,365?", "sql": "SELECT \"Date\" FROM \"2-14600594-2\" WHERE \"Venue\" = 'A' AND \"Attendance\" = '4,365';"} +{"question_id": 6190, "table_id": "2-14835821-4", "question": "What is the 1st leg that has a 2nd leg of 0–0 of Olympique Khouribga?", "sql": "SELECT \"1st leg\" FROM \"2-14835821-4\" WHERE \"2nd leg\" = '0–0' AND \"Team 1\" = 'Olympique Khouribga';"} +{"question_id": 6191, "table_id": "2-14835821-4", "question": "What is the 1st leg of CS Sfaxien?", "sql": "SELECT \"1st leg\" FROM \"2-14835821-4\" WHERE \"Team 2\" = 'CS Sfaxien';"} +{"question_id": 6192, "table_id": "2-14064009-2", "question": "Name the finish for Lee Janzen", "sql": "SELECT \"Finish\" FROM \"2-14064009-2\" WHERE \"Player\" = 'Lee Janzen';"} +{"question_id": 6193, "table_id": "2-14064009-2", "question": "Name the most total with to par more than 16", "sql": "SELECT MAX(\"Total\") FROM \"2-14064009-2\" WHERE \"To par\" > 16.0;"} +{"question_id": 6194, "table_id": "2-14534266-1", "question": "What was the Steeler's record when they played against the New York Jets?", "sql": "SELECT \"Record\" FROM \"2-14534266-1\" WHERE \"Opponent\" = 'New York Jets';"} +{"question_id": 6195, "table_id": "2-15122744-2", "question": "What is the Result from the Date that is December 8, 1963?", "sql": "SELECT \"Result\" FROM \"2-15122744-2\" WHERE \"Date\" = 'December 8, 1963';"} +{"question_id": 6196, "table_id": "2-15213262-7", "question": "What is the date when the attendance is 960?", "sql": "SELECT \"Date\" FROM \"2-15213262-7\" WHERE \"Attendance\" = 960.0;"} +{"question_id": 6197, "table_id": "2-15213262-7", "question": "What is the date of the away venue with an opponent of wightlink raiders with an attendance larger than 375?", "sql": "SELECT SUM(\"Date\") FROM \"2-15213262-7\" WHERE \"Venue\" = 'away' AND \"Opponent\" = 'wightlink raiders' AND \"Attendance\" > 375.0;"} +{"question_id": 6198, "table_id": "2-15213262-7", "question": "What is the average attendance when the opponent is Telford Tigers?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-15213262-7\" WHERE \"Opponent\" = 'Telford Tigers';"} +{"question_id": 6199, "table_id": "2-15213262-7", "question": "What is the result when the attendance is 960?", "sql": "SELECT \"Result\" FROM \"2-15213262-7\" WHERE \"Attendance\" = 960.0;"} +{"question_id": 6200, "table_id": "2-1513105-5", "question": "NAme the tournAment for 2006 of A, 1996 of 1R And 2004 of 1R", "sql": "SELECT \"Tournament\" FROM \"2-1513105-5\" WHERE \"2006\" = 'A' AND \"1996\" = '1R' AND \"2004\" = '1R';"} +{"question_id": 6201, "table_id": "2-1513105-5", "question": "Name the 2003 for ATP Masters Series 1998", "sql": "SELECT \"2003\" FROM \"2-1513105-5\" WHERE \"1998\" = 'ATP Masters Series';"} +{"question_id": 6202, "table_id": "2-1513105-5", "question": "Name the 1997 for ATP Masters Series 1992", "sql": "SELECT \"1997\" FROM \"2-1513105-5\" WHERE \"1992\" = 'ATP Masters Series';"} +{"question_id": 6203, "table_id": "2-14242427-1", "question": "what city is Brule in", "sql": "SELECT \"City\" FROM \"2-14242427-1\" WHERE \"County\" = 'Brule';"} +{"question_id": 6204, "table_id": "2-14934885-11", "question": "Who was performer 3 with Karen Maruyama as performer 2?", "sql": "SELECT \"Performer 3\" FROM \"2-14934885-11\" WHERE \"Performer 2\" = 'Karen Maruyama';"} +{"question_id": 6205, "table_id": "2-14934885-11", "question": "What day was Wayne Brady performer 2, Ryan Stiles performer 4, and an episode number greater than 5?", "sql": "SELECT \"Date\" FROM \"2-14934885-11\" WHERE \"Performer 4\" = 'Ryan Stiles' AND \"Episode\" > 5.0 AND \"Performer 2\" = 'Wayne Brady';"} +{"question_id": 6206, "table_id": "2-15294880-1", "question": "Which course has a Flat stage on 4 September?", "sql": "SELECT \"Course\" FROM \"2-15294880-1\" WHERE \"Type\" = 'Flat stage' AND \"Date\" = '4 September';"} +{"question_id": 6207, "table_id": "2-15294880-1", "question": "What is the date for the La Granja de San Ildefonso to Alto de Navacerrada course?", "sql": "SELECT \"Date\" FROM \"2-15294880-1\" WHERE \"Course\" = 'La Granja de San Ildefonso to Alto de Navacerrada';"} +{"question_id": 6208, "table_id": "2-15294880-1", "question": "Who won the Granada course?", "sql": "SELECT \"Winner\" FROM \"2-15294880-1\" WHERE \"Course\" = 'Granada';"} +{"question_id": 6209, "table_id": "2-15294880-1", "question": "What is the distance for the 5 September race?", "sql": "SELECT \"Distance\" FROM \"2-15294880-1\" WHERE \"Date\" = '5 September';"} +{"question_id": 6210, "table_id": "2-15294880-1", "question": "What is the race date for the course Jaén to Córdoba?", "sql": "SELECT \"Date\" FROM \"2-15294880-1\" WHERE \"Course\" = 'Jaén to Córdoba';"} +{"question_id": 6211, "table_id": "2-13746866-2", "question": "What was the average election year that has less than 136 deputies, and 1,560,753 votes received?", "sql": "SELECT AVG(\"Election date\") FROM \"2-13746866-2\" WHERE \"Number of deputies\" < 136.0 AND \"Number of votes received\" = '1,560,753';"} +{"question_id": 6212, "table_id": "2-13746866-2", "question": "What percentage of the vote was 1,255,153 of received votes?", "sql": "SELECT \"Percentage of votes\" FROM \"2-13746866-2\" WHERE \"Number of votes received\" = '1,255,153';"} +{"question_id": 6213, "table_id": "2-13746866-2", "question": "What were the number of deputies for the 1964 election year?", "sql": "SELECT \"Number of deputies\" FROM \"2-13746866-2\" WHERE \"Election date\" = 1964.0;"} +{"question_id": 6214, "table_id": "2-13746866-2", "question": "What is the number of deputies with 94.2% of the votes?", "sql": "SELECT SUM(\"Number of deputies\") FROM \"2-13746866-2\" WHERE \"Percentage of votes\" = '94.2%';"} +{"question_id": 6215, "table_id": "2-13746866-2", "question": "What was deputies with the lowest number of unknown received votes, in an election year after 1986?", "sql": "SELECT MIN(\"Number of deputies\") FROM \"2-13746866-2\" WHERE \"Number of votes received\" = 'unknown' AND \"Election date\" > 1986.0;"} +{"question_id": 6216, "table_id": "2-1517334-1", "question": "Which Result has a Date of 7 June 2000?", "sql": "SELECT \"Result\" FROM \"2-1517334-1\" WHERE \"Date\" = '7 June 2000';"} +{"question_id": 6217, "table_id": "2-1517334-1", "question": "Which Venue has a Date of 21 June 2000?", "sql": "SELECT \"Venue\" FROM \"2-1517334-1\" WHERE \"Date\" = '21 June 2000';"} +{"question_id": 6218, "table_id": "2-1517334-1", "question": "Which Competition has a Venue of Jan Breydel, Bruges, Belgium?", "sql": "SELECT \"Competition\" FROM \"2-1517334-1\" WHERE \"Venue\" = 'Jan Breydel, Bruges, Belgium';"} +{"question_id": 6219, "table_id": "2-1517334-1", "question": "Which Date has a Result of 3–4?", "sql": "SELECT \"Date\" FROM \"2-1517334-1\" WHERE \"Result\" = '3–4';"} +{"question_id": 6220, "table_id": "2-13950782-1", "question": "Game site of Shea Stadium, and a Week smaller than 10, and a Opponent of Baltimore Colts happened on what date?", "sql": "SELECT \"Date\" FROM \"2-13950782-1\" WHERE \"Game site\" = 'Shea Stadium' AND \"Week\" < 10.0 AND \"Opponent\" = 'Baltimore Colts';"} +{"question_id": 6221, "table_id": "2-13950782-1", "question": "Game site of Candlestick Park had what opponent?", "sql": "SELECT \"Opponent\" FROM \"2-13950782-1\" WHERE \"Game site\" = 'Candlestick Park';"} +{"question_id": 6222, "table_id": "2-13950782-1", "question": "Game site of miami orange bowl, and a Attendance larger than 49754 happened on what highest week?", "sql": "SELECT MAX(\"Week\") FROM \"2-13950782-1\" WHERE \"Game site\" = 'miami orange bowl' AND \"Attendance\" > 49754.0;"} +{"question_id": 6223, "table_id": "2-13950782-1", "question": "Opponent of Denver Broncos happened on what date?", "sql": "SELECT \"Date\" FROM \"2-13950782-1\" WHERE \"Opponent\" = 'Denver Broncos';"} +{"question_id": 6224, "table_id": "2-14229231-3", "question": "Name the score when february is more than 24 and has a record of 9-8-2", "sql": "SELECT \"Score\" FROM \"2-14229231-3\" WHERE \"February\" > 24.0 AND \"Record\" = '9-8-2';"} +{"question_id": 6225, "table_id": "2-14229231-3", "question": "Name the most game with opponent of Hartford Whalers", "sql": "SELECT MAX(\"Game\") FROM \"2-14229231-3\" WHERE \"Opponent\" = 'Hartford Whalers';"} +{"question_id": 6226, "table_id": "2-14710984-1", "question": "What is the distance for the course Civitavecchia to San Vincenzo?", "sql": "SELECT \"Distance\" FROM \"2-14710984-1\" WHERE \"Course\" = 'Civitavecchia to San Vincenzo';"} +{"question_id": 6227, "table_id": "2-14710984-1", "question": "Who won at course Forlì to Carpi?", "sql": "SELECT \"Winner\" FROM \"2-14710984-1\" WHERE \"Course\" = 'Forlì to Carpi';"} +{"question_id": 6228, "table_id": "2-14710984-1", "question": "What was the distance on 24 May?", "sql": "SELECT \"Distance\" FROM \"2-14710984-1\" WHERE \"Date\" = '24 May';"} +{"question_id": 6229, "table_id": "2-14962316-9", "question": "what is the Runner-up for the intercontinental cup", "sql": "SELECT \"Intercontinental Cup 1998\" FROM \"2-14962316-9\" WHERE \"Copa Mercosur 1998\" = 'Runner-up';"} +{"question_id": 6230, "table_id": "2-13553341-2", "question": "Which average attendance has Stoneman (0-2) as the loss?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13553341-2\" WHERE \"Loss\" = 'Stoneman (0-2)';"} +{"question_id": 6231, "table_id": "2-13553341-2", "question": "What is the average attendance that has April 12 as the date?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13553341-2\" WHERE \"Date\" = 'April 12';"} +{"question_id": 6232, "table_id": "2-142573-1", "question": "Clock rate (MHz) smaller than 400, and a Bandwidth (MB/s) of 1420 has what channels?", "sql": "SELECT \"Channels\" FROM \"2-142573-1\" WHERE \"Clock rate (MHz)\" < 400.0 AND \"Bandwidth (MB/s)\" = 1420.0;"} +{"question_id": 6233, "table_id": "2-142573-1", "question": "Bandwidth (MB/s) smaller than 4800, and a Bus width (bits) smaller than 16 has what highest Clock rate (MHz)?", "sql": "SELECT MAX(\"Clock rate (MHz)\") FROM \"2-142573-1\" WHERE \"Bandwidth (MB/s)\" < 4800.0 AND \"Bus width (bits)\" < 16.0;"} +{"question_id": 6234, "table_id": "2-142573-1", "question": "Designation of PC800 has which highest Bus width (bits)?", "sql": "SELECT MAX(\"Bus width (bits)\") FROM \"2-142573-1\" WHERE \"Designation\" = 'PC800';"} +{"question_id": 6235, "table_id": "2-1432362-1", "question": "Which Year has a Start of 14?", "sql": "SELECT AVG(\"Year\") FROM \"2-1432362-1\" WHERE \"Start\" = '14';"} +{"question_id": 6236, "table_id": "2-1432362-1", "question": "Which Year has a Finish of 22, and a Team of Swan?", "sql": "SELECT AVG(\"Year\") FROM \"2-1432362-1\" WHERE \"Finish\" = '22' AND \"Team\" = 'Swan';"} +{"question_id": 6237, "table_id": "2-1432362-1", "question": "Which Finish has a Start of 15, and a Team of Bahari?", "sql": "SELECT \"Finish\" FROM \"2-1432362-1\" WHERE \"Start\" = '15' AND \"Team\" = 'Bahari';"} +{"question_id": 6238, "table_id": "2-1432362-1", "question": "Which Team has a Year of 2000?", "sql": "SELECT \"Team\" FROM \"2-1432362-1\" WHERE \"Year\" = 2000.0;"} +{"question_id": 6239, "table_id": "2-1421422-9", "question": "What is the info for the year 2010, for the Australian Open tournament?", "sql": "SELECT \"2010\" FROM \"2-1421422-9\" WHERE \"Tournament\" = 'Australian Open';"} +{"question_id": 6240, "table_id": "2-1504233-2", "question": "Which Windows system has Windows Mobile of Unknown, and a Mac OS X of Yes, and another Unix of Yes, and an AmigaOS of Partial?", "sql": "SELECT \"Windows\" FROM \"2-1504233-2\" WHERE \"Windows Mobile\" = 'Unknown' AND \"Mac OS X\" = 'Yes' AND \"Other Unix\" = 'Yes' AND \"AmigaOS\" = 'Partial';"} +{"question_id": 6241, "table_id": "2-1504233-2", "question": "Which Android has anOther Unix of Unknown?", "sql": "SELECT \"Android\" FROM \"2-1504233-2\" WHERE \"Other Unix\" = 'Unknown';"} +{"question_id": 6242, "table_id": "2-1504233-2", "question": "Which Mac OS X has an AmigaOS of Partial?", "sql": "SELECT \"Mac OS X\" FROM \"2-1504233-2\" WHERE \"AmigaOS\" = 'Partial';"} +{"question_id": 6243, "table_id": "2-1504233-2", "question": "Which Mac OS X has a Linux of No, and an AmigaOS of No, and an Android of Unknown?", "sql": "SELECT \"Mac OS X\" FROM \"2-1504233-2\" WHERE \"Linux\" = 'No' AND \"AmigaOS\" = 'No' AND \"Android\" = 'Unknown';"} +{"question_id": 6244, "table_id": "2-1504233-2", "question": "Which AmigaOS has a Windows Mobile of No, and an Android of No?", "sql": "SELECT \"AmigaOS\" FROM \"2-1504233-2\" WHERE \"Windows Mobile\" = 'No' AND \"Android\" = 'No';"} +{"question_id": 6245, "table_id": "2-14827502-6", "question": "What was the score for the game against the Golden State Warriors?", "sql": "SELECT \"Score\" FROM \"2-14827502-6\" WHERE \"Opponent\" = 'Golden State Warriors';"} +{"question_id": 6246, "table_id": "2-14827502-6", "question": "What was the score of game 43?", "sql": "SELECT \"Score\" FROM \"2-14827502-6\" WHERE \"Game\" = 43.0;"} +{"question_id": 6247, "table_id": "2-13619053-7", "question": "Who was the opposing team for the February 1 game?", "sql": "SELECT \"Team\" FROM \"2-13619053-7\" WHERE \"Date\" = 'February 1';"} +{"question_id": 6248, "table_id": "2-1353450-3", "question": "What's the total of Year that's got a Team of Porsche Kremer Racing?", "sql": "SELECT SUM(\"Year\") FROM \"2-1353450-3\" WHERE \"Team\" = 'Porsche Kremer Racing';"} +{"question_id": 6249, "table_id": "2-1353450-3", "question": "Which Class has a Chassis of Mazda 787B?", "sql": "SELECT \"Class\" FROM \"2-1353450-3\" WHERE \"Chassis\" = 'Mazda 787B';"} +{"question_id": 6250, "table_id": "2-1353450-3", "question": "What Year has a Tyre of D, anD Chassis of Mazda 787?", "sql": "SELECT \"Year\" FROM \"2-1353450-3\" WHERE \"Tyre\" = 'D' AND \"Chassis\" = 'Mazda 787';"} +{"question_id": 6251, "table_id": "2-1353450-3", "question": "What is the total number of Laps that's got a Year less than 1987?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1353450-3\" WHERE \"Year\" < 1987.0;"} +{"question_id": 6252, "table_id": "2-15124729-1", "question": "In what week was the Result L 35-10?", "sql": "SELECT MIN(\"Week\") FROM \"2-15124729-1\" WHERE \"Result\" = 'L 35-10';"} +{"question_id": 6253, "table_id": "2-13564702-2", "question": "What is listed for Played that has Points against of 263?", "sql": "SELECT \"Played\" FROM \"2-13564702-2\" WHERE \"Points against\" = '263';"} +{"question_id": 6254, "table_id": "2-13564702-2", "question": "What is listed under Played that has a Club of Morriston RFC?", "sql": "SELECT \"Played\" FROM \"2-13564702-2\" WHERE \"Club\" = 'Morriston RFC';"} +{"question_id": 6255, "table_id": "2-13564702-2", "question": "What is listed for the Tries against that has a Played of 22, along with a Club of Ystalyfera RFC?", "sql": "SELECT \"Tries against\" FROM \"2-13564702-2\" WHERE \"Played\" = '22' AND \"Club\" = 'Ystalyfera RFC';"} +{"question_id": 6256, "table_id": "2-13564702-2", "question": "What is listed for Points for that has a Club of Club?", "sql": "SELECT \"Points for\" FROM \"2-13564702-2\" WHERE \"Club\" = 'Club';"} +{"question_id": 6257, "table_id": "2-13564702-2", "question": "Which Losing Bonus has a Try Bonus of 8?", "sql": "SELECT \"Losing bonus\" FROM \"2-13564702-2\" WHERE \"Try bonus\" = '8';"} +{"question_id": 6258, "table_id": "2-13564702-2", "question": "What is listed for the Drawn that has a Tray bonus of 5 wiht Points for of 517?", "sql": "SELECT \"Drawn\" FROM \"2-13564702-2\" WHERE \"Try bonus\" = '5' AND \"Points for\" = '517';"} +{"question_id": 6259, "table_id": "2-1507170-4", "question": "Name the average top-10 for cuts made of 10 and top-25 more than 6", "sql": "SELECT AVG(\"Top-10\") FROM \"2-1507170-4\" WHERE \"Cuts made\" = 10.0 AND \"Top-25\" > 6.0;"} +{"question_id": 6260, "table_id": "2-1507170-4", "question": "Name the most top-5 for wins less than 0 and events less than 16", "sql": "SELECT MAX(\"Top-5\") FROM \"2-1507170-4\" WHERE \"Events\" < 16.0 AND \"Wins\" < 0.0;"} +{"question_id": 6261, "table_id": "2-1507170-4", "question": "Name the least top-10 for cuts made less than 11 and wins more than 0", "sql": "SELECT MIN(\"Top-10\") FROM \"2-1507170-4\" WHERE \"Cuts made\" < 11.0 AND \"Wins\" > 0.0;"} +{"question_id": 6262, "table_id": "2-1507170-4", "question": "Name the least cuts for top-5 more than 2 with top 25 less than 6 and top 10 less than 11", "sql": "SELECT MIN(\"Cuts made\") FROM \"2-1507170-4\" WHERE \"Top-10\" < 11.0 AND \"Top-5\" > 2.0 AND \"Top-25\" < 6.0;"} +{"question_id": 6263, "table_id": "2-13527727-3", "question": "Has Episode 1B-16 (42) been preserved?", "sql": "SELECT \"Preservation\" FROM \"2-13527727-3\" WHERE \"Episode\" = '1B-16 (42)';"} +{"question_id": 6264, "table_id": "2-13836704-9", "question": "How many international passengers have less than 88592 aircraft movements with 319093 transit passengers with less than 4 rank?", "sql": "SELECT COUNT(\"International Passengers\") FROM \"2-13836704-9\" WHERE \"Aircraft Movements\" < 88592.0 AND \"Transit Passengers\" = 319093.0 AND \"Rank\" < 4.0;"} +{"question_id": 6265, "table_id": "2-13836704-9", "question": "What is the sum of all domestic passengers with 10.9% change and less than 4022 tonnes in freight?", "sql": "SELECT SUM(\"Domestic Passengers\") FROM \"2-13836704-9\" WHERE \"% Change 2005/2006\" = '10.9%' AND \"Freight (Metric Tonnes)\" < 4022.0;"} +{"question_id": 6266, "table_id": "2-1409621-6", "question": "Which in 2004 has a 2003 of 1R and Wimbledon Tournament", "sql": "SELECT \"2004\" FROM \"2-1409621-6\" WHERE \"2003\" = '1R' AND \"Tournament\" = 'Wimbledon';"} +{"question_id": 6267, "table_id": "2-1409621-6", "question": "What is in 2007 has 2004 Olympic Games?", "sql": "SELECT \"2007\" FROM \"2-1409621-6\" WHERE \"2004\" = 'Olympic Games';"} +{"question_id": 6268, "table_id": "2-1409621-6", "question": "What is in 2002 has a 2001 score 1–0, and a 2000 of 3–0?", "sql": "SELECT \"2002\" FROM \"2-1409621-6\" WHERE \"2001\" = '1–0' AND \"2000\" = '3–0';"} +{"question_id": 6269, "table_id": "2-1409621-6", "question": "What is in 2003 that has a Career Win-Loss of 6–7", "sql": "SELECT \"2003\" FROM \"2-1409621-6\" WHERE \"Career Win-Loss\" = '6–7';"} +{"question_id": 6270, "table_id": "2-13908184-4", "question": "What is the score of the game that had a decision of Parent, home team of Philadelphia, and visitor of Pittsburgh?", "sql": "SELECT \"Score\" FROM \"2-13908184-4\" WHERE \"Decision\" = 'Parent' AND \"Home\" = 'Philadelphia' AND \"Visitor\" = 'Pittsburgh';"} +{"question_id": 6271, "table_id": "2-1520225-6", "question": "Which Top-5 is the lowest one that has Wins smaller than 0?", "sql": "SELECT MIN(\"Top-5\") FROM \"2-1520225-6\" WHERE \"Wins\" < 0.0;"} +{"question_id": 6272, "table_id": "2-1520225-6", "question": "Which Cuts made is the highest one that has a Top-5 of 1, and a Top-25 larger than 16?", "sql": "SELECT MAX(\"Cuts made\") FROM \"2-1520225-6\" WHERE \"Top-5\" = 1.0 AND \"Top-25\" > 16.0;"} +{"question_id": 6273, "table_id": "2-1520225-6", "question": "Which Events is the highest one that has a Top-5 larger than 5, and a Top-10 larger than 28?", "sql": "SELECT MAX(\"Events\") FROM \"2-1520225-6\" WHERE \"Top-5\" > 5.0 AND \"Top-10\" > 28.0;"} +{"question_id": 6274, "table_id": "2-14202514-2", "question": "When was the earliest that New England Patriots played?", "sql": "SELECT MIN(\"Week\") FROM \"2-14202514-2\" WHERE \"Opponent\" = 'New England Patriots';"} +{"question_id": 6275, "table_id": "2-14202514-2", "question": "What is the average week with st. louis cardinals with less than 80010 attendance?", "sql": "SELECT AVG(\"Week\") FROM \"2-14202514-2\" WHERE \"Opponent\" = 'st. louis cardinals' AND \"Attendance\" < 80010.0;"} +{"question_id": 6276, "table_id": "2-1436501-1", "question": "Which Runs is the highest one that has a Match larger than 63, and a Venue of national stadium, karachi, and a Year smaller than 1996?", "sql": "SELECT MAX(\"Runs\") FROM \"2-1436501-1\" WHERE \"Match\" > 63.0 AND \"Venue\" = 'national stadium, karachi' AND \"Year\" < 1996.0;"} +{"question_id": 6277, "table_id": "2-1436501-1", "question": "Which Year has a Match of 63?", "sql": "SELECT \"Year\" FROM \"2-1436501-1\" WHERE \"Match\" = 63.0;"} +{"question_id": 6278, "table_id": "2-1436501-1", "question": "Which Match has Runs of 100, and a Year larger than 1994?", "sql": "SELECT SUM(\"Match\") FROM \"2-1436501-1\" WHERE \"Runs\" = 100.0 AND \"Year\" > 1994.0;"} +{"question_id": 6279, "table_id": "2-1436501-1", "question": "How many matches have a City/Country of karachi, pakistan, and a Year larger than 1996?", "sql": "SELECT COUNT(\"Match\") FROM \"2-1436501-1\" WHERE \"City/Country\" = 'karachi, pakistan' AND \"Year\" > 1996.0;"} +{"question_id": 6280, "table_id": "2-13744010-2", "question": "What is the highest number of Silvers for rank 7 teams with 1 gold and under 1 bronze?", "sql": "SELECT MAX(\"Silver\") FROM \"2-13744010-2\" WHERE \"Bronze\" < 1.0 AND \"Gold\" = 1.0 AND \"Rank\" = '7';"} +{"question_id": 6281, "table_id": "2-13744010-2", "question": "What is the fewest number of silvers for teams with more than 21 gold and more than 4 bronze?", "sql": "SELECT MIN(\"Silver\") FROM \"2-13744010-2\" WHERE \"Bronze\" > 4.0 AND \"Gold\" > 21.0;"} +{"question_id": 6282, "table_id": "2-13744010-2", "question": "What is the average number of silvers for teams ranked 5 with 0 bronze?", "sql": "SELECT AVG(\"Silver\") FROM \"2-13744010-2\" WHERE \"Rank\" = '5' AND \"Bronze\" < 0.0;"} +{"question_id": 6283, "table_id": "2-15211906-5", "question": "Where was the game with a result of Won 5-0?", "sql": "SELECT \"Venue\" FROM \"2-15211906-5\" WHERE \"Result\" = 'Won 5-0';"} +{"question_id": 6284, "table_id": "2-15211906-5", "question": "What was the date of the game with a result of Won 4-2?", "sql": "SELECT \"Date\" FROM \"2-15211906-5\" WHERE \"Result\" = 'Won 4-2';"} +{"question_id": 6285, "table_id": "2-15211906-5", "question": "What was the date of the game against Hayes & Yeading United?", "sql": "SELECT \"Date\" FROM \"2-15211906-5\" WHERE \"Opponent\" = 'Hayes & Yeading United';"} +{"question_id": 6286, "table_id": "2-1356185-6", "question": "If the RR Rate is less than 0.75 with a result of RR:08,09, what is the average appeared?", "sql": "SELECT AVG(\"Appeared\") FROM \"2-1356185-6\" WHERE \"RR W Rate\" < 0.75 AND \"Result\" = 'RR:08,09';"} +{"question_id": 6287, "table_id": "2-1356185-6", "question": "What's the total appeared that has an RR Rate less than 0.17?", "sql": "SELECT SUM(\"Appeared\") FROM \"2-1356185-6\" WHERE \"RR W Rate\" < 0.17;"} +{"question_id": 6288, "table_id": "2-1356185-6", "question": "For Angelique Kerber who had an RR Rate of less than 0.33, what's the appeared?", "sql": "SELECT SUM(\"Appeared\") FROM \"2-1356185-6\" WHERE \"RR W Rate\" < 0.33 AND \"Player\" = 'Angelique Kerber';"} +{"question_id": 6289, "table_id": "2-15262161-1", "question": "What is the lowest population of the county with an area (km²) of 565.39 and a population density less than 23.54?", "sql": "SELECT MIN(\"Population\") FROM \"2-15262161-1\" WHERE \"Area (km²)\" = 565.39 AND \"Population Density (per km 2 )\" < 23.54;"} +{"question_id": 6290, "table_id": "2-15262161-1", "question": "What is the area (km²) of nairnshire county, which has a population less than 11050?", "sql": "SELECT SUM(\"Area (km²)\") FROM \"2-15262161-1\" WHERE \"County\" = 'nairnshire' AND \"Population\" < 11050.0;"} +{"question_id": 6291, "table_id": "2-14182359-12", "question": "What was the Attendance of August 26?", "sql": "SELECT \"Attendance\" FROM \"2-14182359-12\" WHERE \"Date\" = 'August 26';"} +{"question_id": 6292, "table_id": "2-13948923-1", "question": "What is the end of the term associted with the Prime Minister Abbott?", "sql": "SELECT \"Term end\" FROM \"2-13948923-1\" WHERE \"Prime Minister\" = 'Abbott';"} +{"question_id": 6293, "table_id": "2-14617522-4", "question": "What is the highest number of severe tropical cyclones when there are 10 tropical cyclones and 14 tropical lows?", "sql": "SELECT MAX(\"Severe Tropical Cyclones\") FROM \"2-14617522-4\" WHERE \"Tropical Cyclones\" = 10.0 AND \"Tropical Lows\" = 14.0;"} +{"question_id": 6294, "table_id": "2-14655713-7", "question": "What is the highest yards when there are 0 INTs?", "sql": "SELECT MAX(\"Yards\") FROM \"2-14655713-7\" WHERE \"INT'S\" < 0.0;"} +{"question_id": 6295, "table_id": "2-14655713-7", "question": "How many INTs were there with an average less than 8, 0 long, and the player is mike douglass?", "sql": "SELECT COUNT(\"INT'S\") FROM \"2-14655713-7\" WHERE \"Average\" < 8.0 AND \"Long\" = '0' AND \"Player\" = 'mike douglass';"} +{"question_id": 6296, "table_id": "2-14655713-7", "question": "What is randy scott's lowest yards when there are 0 INTs and more than 3 sacks?", "sql": "SELECT MIN(\"Yards\") FROM \"2-14655713-7\" WHERE \"INT'S\" = 0.0 AND \"Player\" = 'randy scott' AND \"Sacks\" > 3.0;"} +{"question_id": 6297, "table_id": "2-14655713-7", "question": "How many INTs are there with an average of 0 and more than 7 Sacks?", "sql": "SELECT SUM(\"INT'S\") FROM \"2-14655713-7\" WHERE \"Average\" = 0.0 AND \"Sacks\" > 7.0;"} +{"question_id": 6298, "table_id": "2-15063556-1", "question": "Which track in Austria has Bobsleigh-skeleton curves with a grade of 14%?", "sql": "SELECT \"Track\" FROM \"2-15063556-1\" WHERE \"Bobsleigh-skeleton curves\" = '14' AND \"Country\" = 'Austria';"} +{"question_id": 6299, "table_id": "2-15063556-1", "question": "What is the shortest length of a track in Norway that has a maximum grade of 15% and a vertical drop less than 122.22 m?", "sql": "SELECT MIN(\"Length (m)\") FROM \"2-15063556-1\" WHERE \"Maximum Grade (%)\" = '15' AND \"Vertical Drop (m)\" < 122.22 AND \"Country\" = 'Norway';"} +{"question_id": 6300, "table_id": "2-15063556-1", "question": "What is the highest vertical drop among the 1200 meter long tracks?", "sql": "SELECT MAX(\"Vertical Drop (m)\") FROM \"2-15063556-1\" WHERE \"Length (m)\" = 1200.0;"} +{"question_id": 6301, "table_id": "2-14050649-3", "question": "How many Attendance has a Opponent of west bromwich albion, and a Result of 3 – 3, and a Match larger than 20?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-14050649-3\" WHERE \"Opponent\" = 'west bromwich albion' AND \"Result\" = '3 – 3' AND \"Match\" > 20.0;"} +{"question_id": 6302, "table_id": "2-14050649-3", "question": "Which Match has a Venue of h on 22 september 1888 with Attendances smaller than 4000?", "sql": "SELECT MAX(\"Match\") FROM \"2-14050649-3\" WHERE \"Venue\" = 'h' AND \"Date\" = '22 september 1888' AND \"Attendance\" < 4000.0;"} +{"question_id": 6303, "table_id": "2-14877551-1", "question": "What is the venue of the match on 5 April 2000?", "sql": "SELECT \"Venue\" FROM \"2-14877551-1\" WHERE \"Date\" = '5 April 2000';"} +{"question_id": 6304, "table_id": "2-1370276-2", "question": "What is the round number of the match with Michael Buell as the opponent?", "sql": "SELECT \"Round\" FROM \"2-1370276-2\" WHERE \"Opponent\" = 'Michael Buell';"} +{"question_id": 6305, "table_id": "2-1370276-2", "question": "What is the time of the match with a Win result, more than 2 rounds, and Makoto Ishikawa as the opponent?", "sql": "SELECT \"Time\" FROM \"2-1370276-2\" WHERE \"Res.\" = 'Win' AND \"Round\" > 2.0 AND \"Opponent\" = 'Makoto Ishikawa';"} +{"question_id": 6306, "table_id": "2-14546530-7", "question": "what team scored 65-87", "sql": "SELECT \"Date\" FROM \"2-14546530-7\" WHERE \"Record\" = '65-87';"} +{"question_id": 6307, "table_id": "2-14546530-7", "question": "what was the score on September 14", "sql": "SELECT \"Score\" FROM \"2-14546530-7\" WHERE \"Date\" = 'September 14';"} +{"question_id": 6308, "table_id": "2-14617-2", "question": "What form factor has capacities at 60/120/180/240?", "sql": "SELECT \"Form factor\" FROM \"2-14617-2\" WHERE \"Capacities (GB)\" = '60/120/180/240';"} +{"question_id": 6309, "table_id": "2-14617-2", "question": "Which value for Form factor has SandForce with Capacity 80/120/180/240/360/480 introduced in July 2013?", "sql": "SELECT \"Form factor\" FROM \"2-14617-2\" WHERE \"Controller\" = 'SandForce' AND \"Capacities (GB)\" = '80/120/180/240/360/480' AND \"Introduced\" = 'July 2013';"} +{"question_id": 6310, "table_id": "2-14617-2", "question": "Which controller has an interface of PCIe 2.0 × 8?", "sql": "SELECT \"Controller\" FROM \"2-14617-2\" WHERE \"Interface\" = 'PCIe 2.0 × 8';"} +{"question_id": 6311, "table_id": "2-14617-2", "question": "Which controller is NAND type 25nm MLC-HET with sequential read/write MB/s of 270/210?", "sql": "SELECT \"Controller\" FROM \"2-14617-2\" WHERE \"NAND type\" = '25nm MLC-HET' AND \"Seq. read/write MB/s\" = '270/210';"} +{"question_id": 6312, "table_id": "2-14617-2", "question": "Which interface uses SandForce with a code name of Sierra Star?", "sql": "SELECT \"Interface\" FROM \"2-14617-2\" WHERE \"Controller\" = 'SandForce' AND \"Codename\" = 'Sierra Star';"} +{"question_id": 6313, "table_id": "2-15140180-1", "question": "What is the Highest finish with a Most recent finish that was 2nd?", "sql": "SELECT \"Highest finish\" FROM \"2-15140180-1\" WHERE \"Most recent finish\" = '2nd';"} +{"question_id": 6314, "table_id": "2-14477002-1", "question": "What is the result of the game at the Shea Stadium at 12:30pm (ET)?", "sql": "SELECT \"Result\" FROM \"2-14477002-1\" WHERE \"Time ( ET )\" = '12:30pm' AND \"Location\" = 'Shea Stadium';"} +{"question_id": 6315, "table_id": "2-14445957-1", "question": "Which Played is the lowest one that has a Blackpool smaller than 0?", "sql": "SELECT MIN(\"Played\") FROM \"2-14445957-1\" WHERE \"Blackpool\" < 0.0;"} +{"question_id": 6316, "table_id": "2-14445957-1", "question": "Which Blackpool is the highest one that has a Draw larger than 18?", "sql": "SELECT MAX(\"Blackpool\") FROM \"2-14445957-1\" WHERE \"Draw\" > 18.0;"} +{"question_id": 6317, "table_id": "2-14445957-1", "question": "How much Preston North End has a Blackpool smaller than 0?", "sql": "SELECT COUNT(\"Preston North End\") FROM \"2-14445957-1\" WHERE \"Blackpool\" < 0.0;"} +{"question_id": 6318, "table_id": "2-14445957-1", "question": "Which Blackpool has a Preston North End smaller than 46, and a Competition of other, and a Draw larger than 1?", "sql": "SELECT SUM(\"Blackpool\") FROM \"2-14445957-1\" WHERE \"Preston North End\" < 46.0 AND \"Competition\" = 'other' AND \"Draw\" > 1.0;"} +{"question_id": 6319, "table_id": "2-1442541-7", "question": "What is the finish for the Chip Ganassi Racing team that was later than 2010 and a Start of 17?", "sql": "SELECT \"Finish\" FROM \"2-1442541-7\" WHERE \"Team\" = 'Chip Ganassi Racing' AND \"Year\" > 2010.0 AND \"Start\" = '17';"} +{"question_id": 6320, "table_id": "2-1442541-7", "question": "What is shown for Chassis for the year of 2007?", "sql": "SELECT \"Chassis\" FROM \"2-1442541-7\" WHERE \"Year\" = 2007.0;"} +{"question_id": 6321, "table_id": "2-1442541-7", "question": "What is the name of the team with a finish of 19?", "sql": "SELECT \"Team\" FROM \"2-1442541-7\" WHERE \"Finish\" = '19';"} +{"question_id": 6322, "table_id": "2-1442541-7", "question": "What is the Finish when the start shows 3 in the year of 2010?", "sql": "SELECT \"Finish\" FROM \"2-1442541-7\" WHERE \"Start\" = '3' AND \"Year\" = 2010.0;"} +{"question_id": 6323, "table_id": "2-1442541-7", "question": "What is the Engine with 3 as the start in the year of 2007?", "sql": "SELECT \"Engine\" FROM \"2-1442541-7\" WHERE \"Start\" = '3' AND \"Year\" = 2007.0;"} +{"question_id": 6324, "table_id": "2-15167057-3", "question": "What was the Score on October 24, 1982 in Tokyo, Japan?", "sql": "SELECT \"Score\" FROM \"2-15167057-3\" WHERE \"Tournament\" = 'Tokyo, Japan' AND \"Date\" = 'October 24, 1982';"} +{"question_id": 6325, "table_id": "2-15167057-3", "question": "What Tournament on October 24, 1982 had Alycia Moulton as the Partner?", "sql": "SELECT \"Tournament\" FROM \"2-15167057-3\" WHERE \"Date\" = 'October 24, 1982' AND \"Partner\" = 'Alycia Moulton';"} +{"question_id": 6326, "table_id": "2-15167057-3", "question": "Who were the Opponents when Laura DuPont had Pam Shriver as Partner with a Score of 6-3, 6-3?", "sql": "SELECT \"Opponents\" FROM \"2-15167057-3\" WHERE \"Partner\" = 'Pam Shriver' AND \"Score\" = '6-3, 6-3';"} +{"question_id": 6327, "table_id": "2-15167057-3", "question": "On what Surface was the match with a Score of 3-6, 1-6 played?", "sql": "SELECT \"Surface\" FROM \"2-15167057-3\" WHERE \"Score\" = '3-6, 1-6';"} +{"question_id": 6328, "table_id": "2-15167057-3", "question": "In what Tournament was Barbara Jordan a Partner with a Score of 6-2, 3-6, 3-6?", "sql": "SELECT \"Tournament\" FROM \"2-15167057-3\" WHERE \"Partner\" = 'Barbara Jordan' AND \"Score\" = '6-2, 3-6, 3-6';"} +{"question_id": 6329, "table_id": "2-14070062-2", "question": "Name the points with tries for of 40", "sql": "SELECT \"Points for\" FROM \"2-14070062-2\" WHERE \"Tries for\" = '40';"} +{"question_id": 6330, "table_id": "2-14070062-2", "question": "Name the played with losing bonus of 3 and points against of 426", "sql": "SELECT \"Played\" FROM \"2-14070062-2\" WHERE \"Losing bonus\" = '3' AND \"Points against\" = '426';"} +{"question_id": 6331, "table_id": "2-14070062-2", "question": "Name the club with points of 56", "sql": "SELECT \"Club\" FROM \"2-14070062-2\" WHERE \"Points\" = '56';"} +{"question_id": 6332, "table_id": "2-14070062-2", "question": "Name the points against for Porthcawl RFC", "sql": "SELECT \"Points against\" FROM \"2-14070062-2\" WHERE \"Club\" = 'Porthcawl RFC';"} +{"question_id": 6333, "table_id": "2-14070062-2", "question": "Name the club for drawn of 0 and lost of 0", "sql": "SELECT \"Club\" FROM \"2-14070062-2\" WHERE \"Drawn\" = '0' AND \"Lost\" = '0';"} +{"question_id": 6334, "table_id": "2-14070062-2", "question": "Name the points with lost of 19", "sql": "SELECT \"Points\" FROM \"2-14070062-2\" WHERE \"Lost\" = '19';"} +{"question_id": 6335, "table_id": "2-1434986-16", "question": "result is Lost Re-election Republican Gain, what is the district?", "sql": "SELECT \"District\" FROM \"2-1434986-16\" WHERE \"Result\" = 'Lost Re-election Republican Gain';"} +{"question_id": 6336, "table_id": "2-13795349-2", "question": "Which Winning constructor has a Winning driver of Felice Nazzaro?", "sql": "SELECT \"Winning constructor\" FROM \"2-13795349-2\" WHERE \"Winning driver\" = 'Felice Nazzaro';"} +{"question_id": 6337, "table_id": "2-13795349-2", "question": "Who is Winning driver on 18 May?", "sql": "SELECT \"Winning driver\" FROM \"2-13795349-2\" WHERE \"Date\" = '18 May';"} +{"question_id": 6338, "table_id": "2-13795349-2", "question": "WHo is Winning driver that is in St. Petersburg - Moscow?", "sql": "SELECT \"Winning driver\" FROM \"2-13795349-2\" WHERE \"Name\" = 'St. Petersburg - Moscow';"} +{"question_id": 6339, "table_id": "2-13795349-2", "question": "Which Date has a Winning constructor of Fiat and a Winning driver of Louis Wagner?", "sql": "SELECT \"Date\" FROM \"2-13795349-2\" WHERE \"Winning constructor\" = 'Fiat' AND \"Winning driver\" = 'Louis Wagner';"} +{"question_id": 6340, "table_id": "2-13795349-2", "question": "Which Report is on 1 June?", "sql": "SELECT \"Report\" FROM \"2-13795349-2\" WHERE \"Date\" = '1 June';"} +{"question_id": 6341, "table_id": "2-13795349-2", "question": "When is Vanderbilt Cup in?", "sql": "SELECT \"Date\" FROM \"2-13795349-2\" WHERE \"Name\" = 'Vanderbilt Cup';"} +{"question_id": 6342, "table_id": "2-13835525-2", "question": "Which event is in round 1 with a record at 5-1?", "sql": "SELECT \"Event\" FROM \"2-13835525-2\" WHERE \"Round\" = 1.0 AND \"Record\" = '5-1';"} +{"question_id": 6343, "table_id": "2-14920900-1", "question": "When the country is cambodia and the total is smaller than 1 what's the lowest silver?", "sql": "SELECT MIN(\"Silver\") FROM \"2-14920900-1\" WHERE \"Country\" = 'cambodia' AND \"Total\" < 1.0;"} +{"question_id": 6344, "table_id": "2-14920900-1", "question": "What is the highest gold for cambodia when the total is less than 1?", "sql": "SELECT MAX(\"Gold\") FROM \"2-14920900-1\" WHERE \"Country\" = 'cambodia' AND \"Total\" < 1.0;"} +{"question_id": 6345, "table_id": "2-14920900-1", "question": "What is the total silver when bronze is smaller than 0?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14920900-1\" WHERE \"Bronze\" < 0.0;"} +{"question_id": 6346, "table_id": "2-14920900-1", "question": "What is the total when the gold of 0, and a bronze larger than 1?", "sql": "SELECT MAX(\"Total\") FROM \"2-14920900-1\" WHERE \"Gold\" = 0.0 AND \"Bronze\" > 1.0;"} +{"question_id": 6347, "table_id": "2-14920900-1", "question": "What is the total when bronze has a silver larger than 2?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-14920900-1\" WHERE \"Silver\" > 2.0;"} +{"question_id": 6348, "table_id": "2-14181518-3", "question": "What is the sum of silver medals for teams with more than 14 total medals and more than 16 golds?", "sql": "SELECT SUM(\"Silver\") FROM \"2-14181518-3\" WHERE \"Total\" > 14.0 AND \"Gold\" > 16.0;"} +{"question_id": 6349, "table_id": "2-14181518-3", "question": "What is the rank of the team having 3 bronzes and 0 silver?", "sql": "SELECT \"Rank\" FROM \"2-14181518-3\" WHERE \"Bronze\" = 3.0 AND \"Silver\" = 0.0;"} +{"question_id": 6350, "table_id": "2-13564637-1", "question": "How many tries against did the club with 383 points against have?", "sql": "SELECT \"Tries against\" FROM \"2-13564637-1\" WHERE \"Points against\" = '383';"} +{"question_id": 6351, "table_id": "2-13564637-1", "question": "How many tries against did the club with 48 tries for have?", "sql": "SELECT \"Tries against\" FROM \"2-13564637-1\" WHERE \"Tries for\" = '48';"} +{"question_id": 6352, "table_id": "2-13564637-1", "question": "How many points did the club with 13 losses and 461 points against have?", "sql": "SELECT \"Points\" FROM \"2-13564637-1\" WHERE \"Lost\" = '13' AND \"Points against\" = '461';"} +{"question_id": 6353, "table_id": "2-13564637-1", "question": "How many tries against did Pentyrch RFC have?", "sql": "SELECT \"Tries against\" FROM \"2-13564637-1\" WHERE \"Club\" = 'Pentyrch RFC';"} +{"question_id": 6354, "table_id": "2-14077277-3", "question": "What is the lowest drawn that has games less than 7?", "sql": "SELECT MIN(\"Drawn\") FROM \"2-14077277-3\" WHERE \"Games\" < 7.0;"} +{"question_id": 6355, "table_id": "2-14077277-3", "question": "Hoe many of lost have points greater than 14?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-14077277-3\" WHERE \"Points\" > 14.0;"} +{"question_id": 6356, "table_id": "2-14077277-3", "question": "How many of lost have 11 as the points, and a drawn greater than 1?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-14077277-3\" WHERE \"Points\" = 11.0 AND \"Drawn\" > 1.0;"} +{"question_id": 6357, "table_id": "2-14077277-3", "question": "What is the lowest game that has a drawn less than 0?", "sql": "SELECT MIN(\"Games\") FROM \"2-14077277-3\" WHERE \"Drawn\" < 0.0;"} +{"question_id": 6358, "table_id": "2-1453730-1", "question": "Which Total is the lowest one that has a Bronze of 0, and a Silver larger than 0, and a Rank of 5?", "sql": "SELECT MIN(\"Total\") FROM \"2-1453730-1\" WHERE \"Bronze\" = 0.0 AND \"Silver\" > 0.0 AND \"Rank\" = 5.0;"} +{"question_id": 6359, "table_id": "2-1453730-1", "question": "Which Bronze has a Total smaller than 2, and a Silver larger than 0, and a Gold smaller than 0?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-1453730-1\" WHERE \"Total\" < 2.0 AND \"Silver\" > 0.0 AND \"Gold\" < 0.0;"} +{"question_id": 6360, "table_id": "2-1453730-1", "question": "Which Rank is the lowest one that has a Nation of switzerland, and a Bronze smaller than 0?", "sql": "SELECT MIN(\"Rank\") FROM \"2-1453730-1\" WHERE \"Nation\" = 'switzerland' AND \"Bronze\" < 0.0;"} +{"question_id": 6361, "table_id": "2-1453730-1", "question": "Which Total is the highest one that has a Bronze of 0, and a Nation of poland, and a Gold smaller than 0?", "sql": "SELECT MAX(\"Total\") FROM \"2-1453730-1\" WHERE \"Bronze\" = 0.0 AND \"Nation\" = 'poland' AND \"Gold\" < 0.0;"} +{"question_id": 6362, "table_id": "2-13964639-8", "question": "What is the save of the game that 23,394 people attended?", "sql": "SELECT \"Save\" FROM \"2-13964639-8\" WHERE \"Attendance\" = '23,394';"} +{"question_id": 6363, "table_id": "2-14159731-6", "question": "What is the date of the game with more than 16015 in attendance with a Colorado Visitor?", "sql": "SELECT \"Date\" FROM \"2-14159731-6\" WHERE \"Attendance\" > 16015.0 AND \"Visitor\" = 'Colorado';"} +{"question_id": 6364, "table_id": "2-15213262-12", "question": "Whihc Date is the lowest one that has a Competition of league, and a Venue of away, and an Opponent of swindon wildcats, and an Attendance larger than 1201?", "sql": "SELECT MIN(\"Date\") FROM \"2-15213262-12\" WHERE \"Competition\" = 'league' AND \"Venue\" = 'away' AND \"Opponent\" = 'swindon wildcats' AND \"Attendance\" > 1201.0;"} +{"question_id": 6365, "table_id": "2-15213262-12", "question": "How many Dates have an Opponent of romford raiders, and a Result of won 7-3, and an Attendance larger than 1769?", "sql": "SELECT COUNT(\"Date\") FROM \"2-15213262-12\" WHERE \"Opponent\" = 'romford raiders' AND \"Result\" = 'won 7-3' AND \"Attendance\" > 1769.0;"} +{"question_id": 6366, "table_id": "2-15213262-12", "question": "Which Date has an Opponent of Milton Keynes Lightning, and an Attendance smaller than 1771?", "sql": "SELECT AVG(\"Date\") FROM \"2-15213262-12\" WHERE \"Opponent\" = 'Milton Keynes Lightning' AND \"Attendance\" < 1771.0;"} +{"question_id": 6367, "table_id": "2-14208862-2", "question": "Which Attendance has a Date of October 25?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-14208862-2\" WHERE \"Date\" = 'October 25';"} +{"question_id": 6368, "table_id": "2-14208862-2", "question": "Which Score has a Visitor of Atlanta?", "sql": "SELECT \"Score\" FROM \"2-14208862-2\" WHERE \"Visitor\" = 'Atlanta';"} +{"question_id": 6369, "table_id": "2-13886661-1", "question": "Which Yards has a Attempts of 247", "sql": "SELECT \"Yards\" FROM \"2-13886661-1\" WHERE \"Attempts\" = '247';"} +{"question_id": 6370, "table_id": "2-13886661-1", "question": "Which yard has a Completion of 64.9%?", "sql": "SELECT \"Yards\" FROM \"2-13886661-1\" WHERE \"Completion %\" = '64.9%';"} +{"question_id": 6371, "table_id": "2-13886661-1", "question": "Which Completions has Yards of 10,098?", "sql": "SELECT \"Completions\" FROM \"2-13886661-1\" WHERE \"Yards\" = '10,098';"} +{"question_id": 6372, "table_id": "2-13886661-1", "question": "When has Attempts of 282 ?", "sql": "SELECT \"Year\" FROM \"2-13886661-1\" WHERE \"Attempts\" = '282';"} +{"question_id": 6373, "table_id": "2-13886661-1", "question": "Which Completions has Attempts of 1,271?", "sql": "SELECT \"Completions\" FROM \"2-13886661-1\" WHERE \"Attempts\" = '1,271';"} +{"question_id": 6374, "table_id": "2-13886661-1", "question": "which Completion % has a Yards of 2,175?", "sql": "SELECT \"Completion %\" FROM \"2-13886661-1\" WHERE \"Yards\" = '2,175';"} +{"question_id": 6375, "table_id": "2-13900387-2", "question": "What was the surface for Adrian Ungur as an opponent?", "sql": "SELECT \"Surface\" FROM \"2-13900387-2\" WHERE \"Opponent\" = 'Adrian Ungur';"} +{"question_id": 6376, "table_id": "2-13900387-2", "question": "What was the score on a Clay surface on May 29, 2006?", "sql": "SELECT \"Score\" FROM \"2-13900387-2\" WHERE \"Surface\" = 'Clay' AND \"Date\" = 'May 29, 2006';"} +{"question_id": 6377, "table_id": "2-13900387-2", "question": "Which tournament had a score of 6–3, 7–6?", "sql": "SELECT \"Tournament\" FROM \"2-13900387-2\" WHERE \"Score\" = '6–3, 7–6';"} +{"question_id": 6378, "table_id": "2-13900387-2", "question": "On what surface was the opponent Michael Berrer?", "sql": "SELECT \"Surface\" FROM \"2-13900387-2\" WHERE \"Opponent\" = 'Michael Berrer';"} +{"question_id": 6379, "table_id": "2-14271063-3", "question": "What game has 2 points?", "sql": "SELECT MAX(\"Games\") FROM \"2-14271063-3\" WHERE \"Points\" = 2.0;"} +{"question_id": 6380, "table_id": "2-14271063-3", "question": "How many total drawn has less than 4 lost and 8 points?", "sql": "SELECT SUM(\"Drawn\") FROM \"2-14271063-3\" WHERE \"Lost\" < 4.0 AND \"Points\" = 8.0;"} +{"question_id": 6381, "table_id": "2-14271063-3", "question": "How many lost are there before game 7?", "sql": "SELECT SUM(\"Lost\") FROM \"2-14271063-3\" WHERE \"Games\" < 7.0;"} +{"question_id": 6382, "table_id": "2-14013061-1", "question": "How many touchdowns did the player with less than 4495 yards, long of less than 80, and yds/att less than 5.5 have?", "sql": "SELECT COUNT(\"Touchdowns\") FROM \"2-14013061-1\" WHERE \"Net Yds\" < 4495.0 AND \"Long\" < 80.0 AND \"Yds/Att\" < 5.5;"} +{"question_id": 6383, "table_id": "2-14013061-1", "question": "How many attempts did the player ranking with a number higher than 1, who started after 1997 and had yds/att of 5 have?", "sql": "SELECT SUM(\"Attempts\") FROM \"2-14013061-1\" WHERE \"Start\" > 1997.0 AND \"Yds/Att\" = 5.0 AND \"Rank\" > 1.0;"} +{"question_id": 6384, "table_id": "2-14013061-1", "question": "What is the average net yds for the player who had a long of 68 and started after 1984?", "sql": "SELECT AVG(\"Net Yds\") FROM \"2-14013061-1\" WHERE \"Long\" = 68.0 AND \"Start\" > 1984.0;"} +{"question_id": 6385, "table_id": "2-14013061-1", "question": "What is the lowest number of attempts for the player with a rank number larger than 3, who started after 1984 and had less than 6.1 yds/att?", "sql": "SELECT MIN(\"Attempts\") FROM \"2-14013061-1\" WHERE \"Rank\" > 3.0 AND \"Start\" > 1984.0 AND \"Yds/Att\" < 6.1;"} +{"question_id": 6386, "table_id": "2-15291575-1", "question": "Which film was made before 2002?", "sql": "SELECT \"Film\" FROM \"2-15291575-1\" WHERE \"Year\" < 2002.0;"} +{"question_id": 6387, "table_id": "2-15291575-1", "question": "Which film has a role named Taylor?", "sql": "SELECT \"Film\" FROM \"2-15291575-1\" WHERE \"Role\" = 'Taylor';"} +{"question_id": 6388, "table_id": "2-15291575-1", "question": "What notes does the film Touch & Go have?", "sql": "SELECT \"Notes\" FROM \"2-15291575-1\" WHERE \"Film\" = 'Touch & Go';"} +{"question_id": 6389, "table_id": "2-15291575-1", "question": "What language is the film Marion Bridge?", "sql": "SELECT \"Language\" FROM \"2-15291575-1\" WHERE \"Film\" = 'Marion Bridge';"} +{"question_id": 6390, "table_id": "2-15291575-1", "question": "What language is the film with a character named Annabelle?", "sql": "SELECT \"Language\" FROM \"2-15291575-1\" WHERE \"Role\" = 'Annabelle';"} +{"question_id": 6391, "table_id": "2-14656115-1", "question": "What is the lowest pick from the furman School that is a round smaller than 8?", "sql": "SELECT MIN(\"Pick\") FROM \"2-14656115-1\" WHERE \"School\" = 'furman' AND \"Round\" < 8.0;"} +{"question_id": 6392, "table_id": "2-14656115-1", "question": "What is the total number of round picks from the morris brown School?", "sql": "SELECT COUNT(\"Round\") FROM \"2-14656115-1\" WHERE \"School\" = 'morris brown';"} +{"question_id": 6393, "table_id": "2-14656115-1", "question": "What is the total number of rounds for the player of rell tipton?", "sql": "SELECT COUNT(\"Round\") FROM \"2-14656115-1\" WHERE \"Player\" = 'rell tipton';"} +{"question_id": 6394, "table_id": "2-14347256-10", "question": "On what date was game 3 played?", "sql": "SELECT \"Date\" FROM \"2-14347256-10\" WHERE \"Game\" = 3.0;"} +{"question_id": 6395, "table_id": "2-14347256-10", "question": "Which game took place on April 22?", "sql": "SELECT \"Game\" FROM \"2-14347256-10\" WHERE \"Date\" = 'April 22';"} +{"question_id": 6396, "table_id": "2-14347256-10", "question": "What was the standing in the series after game 1?", "sql": "SELECT \"Series\" FROM \"2-14347256-10\" WHERE \"Game\" = 1.0;"} +{"question_id": 6397, "table_id": "2-1360997-4", "question": "Which race had a time of 1:24.35?", "sql": "SELECT \"Race\" FROM \"2-1360997-4\" WHERE \"Time\" = '1:24.35';"} +{"question_id": 6398, "table_id": "2-1360997-4", "question": "What was the date for the G1 group race at Flemington?", "sql": "SELECT \"Date\" FROM \"2-1360997-4\" WHERE \"Group\" = 'G1' AND \"Venue\" = 'Flemington';"} +{"question_id": 6399, "table_id": "2-1360997-4", "question": "What was the combined weight in kilograms of the horses in the race at chelmsford stakes?", "sql": "SELECT COUNT(\"Weight (kg)\") FROM \"2-1360997-4\" WHERE \"Race\" = 'chelmsford stakes';"} +{"question_id": 6400, "table_id": "2-14486668-1", "question": "In what year was the artist Afro-Dite?", "sql": "SELECT \"Year\" FROM \"2-14486668-1\" WHERE \"Artist\" = 'Afro-Dite';"} +{"question_id": 6401, "table_id": "2-14609568-3", "question": "What stadium was the game held at on December 23, 2001?", "sql": "SELECT \"Stadium\" FROM \"2-14609568-3\" WHERE \"Date\" = 'December 23, 2001';"} +{"question_id": 6402, "table_id": "2-14609568-3", "question": "What is the Record for the game held on December 2, 2001?", "sql": "SELECT \"Record\" FROM \"2-14609568-3\" WHERE \"Date\" = 'December 2, 2001';"} +{"question_id": 6403, "table_id": "2-14609568-3", "question": "What is the average Game where there were 65,666 in attendance?", "sql": "SELECT AVG(\"Game\") FROM \"2-14609568-3\" WHERE \"Attendance\" = '65,666';"} +{"question_id": 6404, "table_id": "2-13964958-1", "question": "Driving Force EX of 25cm (10-inch) involves what feature?", "sql": "SELECT \"Feature\" FROM \"2-13964958-1\" WHERE \"Driving Force EX\" = '25cm (10-inch)';"} +{"question_id": 6405, "table_id": "2-13964958-1", "question": "GT Force of no, and a Driving Force Pro of no, and a G27 Racing Wheel of no has what driving force gt?", "sql": "SELECT \"Driving Force GT\" FROM \"2-13964958-1\" WHERE \"GT Force\" = 'no' AND \"Driving Force Pro\" = 'no' AND \"G27 Racing Wheel\" = 'no';"} +{"question_id": 6406, "table_id": "2-13964958-1", "question": "Feature of Gear stick involves which driving force gt?", "sql": "SELECT \"Driving Force GT\" FROM \"2-13964958-1\" WHERE \"Feature\" = 'Gear stick';"} +{"question_id": 6407, "table_id": "2-13964958-1", "question": "Driving Force EX of no, and a Driving Force GT of yes, and a Driving Force Pro of yes has what feature?", "sql": "SELECT \"Feature\" FROM \"2-13964958-1\" WHERE \"Driving Force EX\" = 'no' AND \"Driving Force GT\" = 'yes' AND \"Driving Force Pro\" = 'yes';"} +{"question_id": 6408, "table_id": "2-13964958-1", "question": "Driving Force EX of no, and a Driving Force Pro of no, and a G25 Racing Wheel of no involves which g27 racing wheel?", "sql": "SELECT \"G27 Racing Wheel\" FROM \"2-13964958-1\" WHERE \"Driving Force EX\" = 'no' AND \"Driving Force Pro\" = 'no' AND \"G25 Racing Wheel\" = 'no';"} +{"question_id": 6409, "table_id": "2-13964958-1", "question": "GT Force of yes, and a G27 Racing Wheel of 16 involves which driving force ex?", "sql": "SELECT \"Driving Force EX\" FROM \"2-13964958-1\" WHERE \"GT Force\" = 'yes' AND \"G27 Racing Wheel\" = '16';"} +{"question_id": 6410, "table_id": "2-15117450-2", "question": "What is the score on October 7?", "sql": "SELECT \"Score\" FROM \"2-15117450-2\" WHERE \"Date\" = 'October 7';"} +{"question_id": 6411, "table_id": "2-15117450-2", "question": "How many people went to the game that had 17-13?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-15117450-2\" WHERE \"Score\" = '17-13';"} +{"question_id": 6412, "table_id": "2-1451581-2", "question": "What is the highest rank for the airport with a code of HKG/VHHH?", "sql": "SELECT MAX(\"Rank\") FROM \"2-1451581-2\" WHERE \"Code (IATA/ICAO)\" = 'HKG/VHHH';"} +{"question_id": 6413, "table_id": "2-15287209-1", "question": "How many Points have Drawn of 7, and a Team of corinthians, and a Played larger than 18?", "sql": "SELECT COUNT(\"Points\") FROM \"2-15287209-1\" WHERE \"Drawn\" = 7.0 AND \"Team\" = 'corinthians' AND \"Played\" > 18.0;"} +{"question_id": 6414, "table_id": "2-15287209-1", "question": "Which Points is the highest one that has a Position of 5, and a Played smaller than 18?", "sql": "SELECT MAX(\"Points\") FROM \"2-15287209-1\" WHERE \"Position\" = 5.0 AND \"Played\" < 18.0;"} +{"question_id": 6415, "table_id": "2-15287209-1", "question": "Which Drawn is the average one that has a Position smaller than 9, and Points smaller than 22, and a Lost smaller than 9, and an Against larger than 29?", "sql": "SELECT AVG(\"Drawn\") FROM \"2-15287209-1\" WHERE \"Position\" < 9.0 AND \"Points\" < 22.0 AND \"Lost\" < 9.0 AND \"Against\" > 29.0;"} +{"question_id": 6416, "table_id": "2-15287209-1", "question": "How many Against have Played smaller than 18?", "sql": "SELECT COUNT(\"Against\") FROM \"2-15287209-1\" WHERE \"Played\" < 18.0;"} +{"question_id": 6417, "table_id": "2-13771649-13", "question": "What is the points difference associated with more than 3 points and more than 0 losses?", "sql": "SELECT \"Points difference\" FROM \"2-13771649-13\" WHERE \"Points\" > 3.0 AND \"Lost\" > 0.0;"} +{"question_id": 6418, "table_id": "2-13771649-13", "question": "What is the difference associated with more than 2 losses and more than 1 point?", "sql": "SELECT \"Points difference\" FROM \"2-13771649-13\" WHERE \"Lost\" > 2.0 AND \"Points\" > 1.0;"} +{"question_id": 6419, "table_id": "2-13821848-8", "question": "What location did game 64 take place", "sql": "SELECT \"Location\" FROM \"2-13821848-8\" WHERE \"Game\" = 64.0;"} +{"question_id": 6420, "table_id": "2-14984039-1", "question": "What was the Attendance after Week 7 at tiger stadium?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-14984039-1\" WHERE \"Game Site\" = 'tiger stadium' AND \"Week\" > 7.0;"} +{"question_id": 6421, "table_id": "2-14984039-1", "question": "What was the Attendance at the Game with a Result of W 21–7?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-14984039-1\" WHERE \"Result\" = 'W 21–7';"} +{"question_id": 6422, "table_id": "2-15142622-1", "question": "How many years have a Make/ Model of new flyer c40lfr?", "sql": "SELECT COUNT(\"Year\") FROM \"2-15142622-1\" WHERE \"Make/ Model\" = 'new flyer c40lfr';"} +{"question_id": 6423, "table_id": "2-15142622-1", "question": "Which Make/ Model that Numbers (Quantity Ordered) of 1461–1500 (40 buses)?", "sql": "SELECT \"Make/ Model\" FROM \"2-15142622-1\" WHERE \"Numbers (Quantity Ordered)\" = '1461–1500 (40 buses)';"} +{"question_id": 6424, "table_id": "2-15142622-1", "question": "Which Fuel Propulsion has Numbers (Quantity Ordered) of 7124-7156 (33 buses)?", "sql": "SELECT \"Fuel Propulsion\" FROM \"2-15142622-1\" WHERE \"Numbers (Quantity Ordered)\" = '7124-7156 (33 buses)';"} +{"question_id": 6425, "table_id": "2-15142622-1", "question": "Which Numbers (Quantity Ordered) have a Fuel Propulsion of CNG, and a Year smaller than 2008, and a Make/ Model of NABI 40-LFW?", "sql": "SELECT \"Numbers (Quantity Ordered)\" FROM \"2-15142622-1\" WHERE \"Fuel Propulsion\" = 'CNG' AND \"Year\" < 2008.0 AND \"Make/ Model\" = 'NABI 40-LFW';"} +{"question_id": 6426, "table_id": "2-15142622-1", "question": "Which Numbers (Quantity Ordered) have a Make/ Model of ElDorado National Passport?", "sql": "SELECT \"Numbers (Quantity Ordered)\" FROM \"2-15142622-1\" WHERE \"Make/ Model\" = 'ElDorado National Passport';"} +{"question_id": 6427, "table_id": "2-13743441-1", "question": "What is the earliest year for alabama with a pick under 26?", "sql": "SELECT MIN(\"Year\") FROM \"2-13743441-1\" WHERE \"College\" = 'alabama' AND \"Pick\" < 26.0;"} +{"question_id": 6428, "table_id": "2-13743441-1", "question": "Which player was pick 2 later than 2010?", "sql": "SELECT \"Player\" FROM \"2-13743441-1\" WHERE \"Year\" > 2010.0 AND \"Pick\" = 2.0;"} +{"question_id": 6429, "table_id": "2-13743441-1", "question": "Which position has a pick greater than 28?", "sql": "SELECT \"Position\" FROM \"2-13743441-1\" WHERE \"Pick\" > 28.0;"} +{"question_id": 6430, "table_id": "2-14337005-6", "question": "what team played on August 25", "sql": "SELECT \"Opponent\" FROM \"2-14337005-6\" WHERE \"Date\" = 'August 25';"} +{"question_id": 6431, "table_id": "2-1507423-3", "question": "What class is associated with 0 stages won, a Hummer, and before 2009?", "sql": "SELECT \"Class\" FROM \"2-1507423-3\" WHERE \"Stages won\" = '0' AND \"Vehicle\" = 'Hummer' AND \"Year\" < 2009.0;"} +{"question_id": 6432, "table_id": "2-1507423-3", "question": "What position did he finish in 2012?", "sql": "SELECT \"Position\" FROM \"2-1507423-3\" WHERE \"Year\" = 2012.0;"} +{"question_id": 6433, "table_id": "2-1507423-3", "question": "What year did he compete in the Car class and win 0 stages?", "sql": "SELECT \"Year\" FROM \"2-1507423-3\" WHERE \"Class\" = 'Car' AND \"Stages won\" = '0';"} +{"question_id": 6434, "table_id": "2-13567607-32", "question": "on week of February 12, in the West division, what is the position?", "sql": "SELECT \"Position\" FROM \"2-13567607-32\" WHERE \"Division\" = 'West' AND \"Week\" = 'February 12';"} +{"question_id": 6435, "table_id": "2-14789152-2", "question": "What is the listed Location with a # found of 4?", "sql": "SELECT \"Location\" FROM \"2-14789152-2\" WHERE \"# found\" = '4';"} +{"question_id": 6436, "table_id": "2-14789152-2", "question": "What's the Ball Diameter with the Location oof El Manati, and the Period of 1200 BCE?", "sql": "SELECT \"Ball diameter\" FROM \"2-14789152-2\" WHERE \"Location\" = 'El Manati' AND \"Period\" = '1200 BCE';"} +{"question_id": 6437, "table_id": "2-14789152-2", "question": "What's the Ball Diameter with the Culture of Olmec?", "sql": "SELECT \"Ball diameter\" FROM \"2-14789152-2\" WHERE \"Culture\" = 'Olmec';"} +{"question_id": 6438, "table_id": "2-14789152-2", "question": "What's the Period with # found of 5?", "sql": "SELECT \"Period\" FROM \"2-14789152-2\" WHERE \"# found\" = '5';"} +{"question_id": 6439, "table_id": "2-14500310-2", "question": "Which Country has Azeri TV Tower?", "sql": "SELECT \"Country\" FROM \"2-14500310-2\" WHERE \"Name\" = 'Azeri TV Tower';"} +{"question_id": 6440, "table_id": "2-14500310-2", "question": "What is Pinnacle height of Chimney of Orot Rabin?", "sql": "SELECT \"Pinnacle height\" FROM \"2-14500310-2\" WHERE \"Name\" = 'Chimney of Orot Rabin';"} +{"question_id": 6441, "table_id": "2-14500310-2", "question": "Which Country has a Pinnacle height of metres (ft) and a Name of Azeri TV Tower?", "sql": "SELECT \"Country\" FROM \"2-14500310-2\" WHERE \"Pinnacle height\" = 'metres (ft)' AND \"Name\" = 'Azeri TV Tower';"} +{"question_id": 6442, "table_id": "2-14500310-2", "question": "Which Town has a Structural type of Guyed mast and a Country of Belgium?", "sql": "SELECT \"Town\" FROM \"2-14500310-2\" WHERE \"Structural type\" = 'Guyed mast' AND \"Country\" = 'Belgium';"} +{"question_id": 6443, "table_id": "2-14500310-2", "question": "What is the Main use of Emley Moor Tower (Mk.3)?", "sql": "SELECT \"Main use\" FROM \"2-14500310-2\" WHERE \"Name\" = 'Emley Moor Tower (Mk.3)';"} +{"question_id": 6444, "table_id": "2-14500310-2", "question": "What is the Main use of Transmitter Solt in Hungary?", "sql": "SELECT \"Main use\" FROM \"2-14500310-2\" WHERE \"Country\" = 'Hungary' AND \"Name\" = 'Transmitter Solt';"} +{"question_id": 6445, "table_id": "2-14728848-2", "question": "what day was the Sandown", "sql": "SELECT \"Date\" FROM \"2-14728848-2\" WHERE \"Race Title\" = 'Sandown';"} +{"question_id": 6446, "table_id": "2-14155268-1", "question": "What is the Birth of the lady that has a Became Duchess on 18 August 1593 husband's accession?", "sql": "SELECT \"Birth\" FROM \"2-14155268-1\" WHERE \"Became Duchess\" = '18 August 1593 husband''s accession';"} +{"question_id": 6447, "table_id": "2-14155268-1", "question": "Who is the Spouse of the Duchess that has a Birth on 29 October 1451?", "sql": "SELECT \"Spouse\" FROM \"2-14155268-1\" WHERE \"Birth\" = '29 October 1451';"} +{"question_id": 6448, "table_id": "2-14155268-1", "question": "Who is The Spouse of the Duchess that has a Became Duchess on 31 October 1733 husband's accession?", "sql": "SELECT \"Spouse\" FROM \"2-14155268-1\" WHERE \"Became Duchess\" = '31 October 1733 husband''s accession';"} +{"question_id": 6449, "table_id": "2-14155268-1", "question": "WHo Became Duchess that has a Death of 26 October 1614?", "sql": "SELECT \"Became Duchess\" FROM \"2-14155268-1\" WHERE \"Death\" = '26 October 1614';"} +{"question_id": 6450, "table_id": "2-14155268-1", "question": "What is the Spouse of the Duchess that has a Death on 6 April 1780?", "sql": "SELECT \"Spouse\" FROM \"2-14155268-1\" WHERE \"Death\" = '6 April 1780';"} +{"question_id": 6451, "table_id": "2-13599687-69", "question": "Which season with 16 races had less than 321 points and a larger percent than 65.78 possible?", "sql": "SELECT \"Season\" FROM \"2-13599687-69\" WHERE \"Points\" < 321.0 AND \"Percentage of possible points\" > 65.78 AND \"Races\" = 16.0;"} +{"question_id": 6452, "table_id": "2-13599687-69", "question": "What season had less than 301 points and 17 races?", "sql": "SELECT \"Season\" FROM \"2-13599687-69\" WHERE \"Points\" < 301.0 AND \"Races\" = 17.0;"} +{"question_id": 6453, "table_id": "2-136960-5", "question": "What time did Bruce Anstey complete in a Honda 1000cc?", "sql": "SELECT \"Time\" FROM \"2-136960-5\" WHERE \"Machine\" = 'Honda 1000cc' AND \"Rider(s)\" = 'Bruce Anstey';"} +{"question_id": 6454, "table_id": "2-136960-5", "question": "Who holds the time of 17:11.572?", "sql": "SELECT \"Race\" FROM \"2-136960-5\" WHERE \"Time\" = '17:11.572';"} +{"question_id": 6455, "table_id": "2-136960-5", "question": "What machine did Susan Jenness Trophy earn the trophy?", "sql": "SELECT \"Machine\" FROM \"2-136960-5\" WHERE \"Trophy\" = 'Susan Jenness Trophy';"} +{"question_id": 6456, "table_id": "2-13618358-1", "question": "2008 GDP per capita (USD) is smaller than 20682, and District is chubut, and a Structural poverty g larger than 15.5, what is the average manufac?", "sql": "SELECT AVG(\"Manufac turing b\") FROM \"2-13618358-1\" WHERE \"2008 GDP per capita (USD) a\" < 20682.0 AND \"District\" = 'chubut' AND \"Structural poverty g\" > 15.5;"} +{"question_id": 6457, "table_id": "2-13618358-1", "question": "Agri culture b larger than 12.6, what is the lowest vehicles per 1000?", "sql": "SELECT MIN(\"Vehicles (per 1000) d\") FROM \"2-13618358-1\" WHERE \"Agri culture b\" > 12.6;"} +{"question_id": 6458, "table_id": "2-13618358-1", "question": "Manufac turing b of 16.8, and a 2008 GDP per capita (USD) a smaller than 4162, so what is the total number of mining b?", "sql": "SELECT COUNT(\"Mining b\") FROM \"2-13618358-1\" WHERE \"Manufac turing b\" = 16.8 AND \"2008 GDP per capita (USD) a\" < 4162.0;"} +{"question_id": 6459, "table_id": "2-13618358-1", "question": "Manufac turing b larger than 10, and a 2008 GDP per capita (USD) a larger than 4162, and a Median mo. salary (USD)of 1301, and a 2010 Population (000) smaller than 40117 so what is the lowest services & construction b?", "sql": "SELECT MIN(\"Services & cons truction b\") FROM \"2-13618358-1\" WHERE \"Manufac turing b\" > 10.0 AND \"2008 GDP per capita (USD) a\" > 4162.0 AND \"Median mo. salary (USD) a e\" = 1301.0 AND \"2010 Population (000)\" < 40117.0;"} +{"question_id": 6460, "table_id": "2-13618358-1", "question": "Income poverty f smaller than 13.6, and a Mining b of 1, and a Structural poverty g smaller than 7.8, so what is the total number of agriculture?", "sql": "SELECT COUNT(\"Agri culture b\") FROM \"2-13618358-1\" WHERE \"Income poverty f\" < 13.6 AND \"Mining b\" = 1.0 AND \"Structural poverty g\" < 7.8;"} +{"question_id": 6461, "table_id": "2-15275060-1", "question": "What's the bulgarian word for January?", "sql": "SELECT \"Bulgarian name\" FROM \"2-15275060-1\" WHERE \"English name\" = 'January';"} +{"question_id": 6462, "table_id": "2-15275060-1", "question": "What's the old bulgarian word for Тръвен?", "sql": "SELECT \"Old Bulgarian name - Meaning\" FROM \"2-15275060-1\" WHERE \"Old Bulgarian Names\" = 'Тръвен';"} +{"question_id": 6463, "table_id": "2-15275060-1", "question": "What's the old Bulgarian word for Avgust?", "sql": "SELECT \"Old Bulgarian name - Meaning\" FROM \"2-15275060-1\" WHERE \"Bulgarian name ( Transliteration )\" = 'Avgust';"} +{"question_id": 6464, "table_id": "2-15275060-1", "question": "What's the old bulgarian word for Октомври?", "sql": "SELECT \"Old Bulgarian name - Meaning\" FROM \"2-15275060-1\" WHERE \"Bulgarian name\" = 'Октомври';"} +{"question_id": 6465, "table_id": "2-15275060-1", "question": "What's the Bulgarian word for September?", "sql": "SELECT \"Bulgarian name\" FROM \"2-15275060-1\" WHERE \"English name\" = 'September';"} +{"question_id": 6466, "table_id": "2-15275060-1", "question": "What's the old Bulgarian word for May?", "sql": "SELECT \"Old Bulgarian name - Meaning\" FROM \"2-15275060-1\" WHERE \"English name\" = 'May';"} +{"question_id": 6467, "table_id": "2-13551983-3", "question": "Who was the Opponent when the Save was || 36,388 ||15-7||?", "sql": "SELECT \"Opponent\" FROM \"2-13551983-3\" WHERE \"Save\" = '|| 36,388 ||15-7||';"} +{"question_id": 6468, "table_id": "2-13551983-3", "question": "What Opponent played on the Date May 21?", "sql": "SELECT \"Opponent\" FROM \"2-13551983-3\" WHERE \"Date\" = 'May 21';"} +{"question_id": 6469, "table_id": "2-13551983-3", "question": "What was the Score when the Loss was Ruthven (1-4)?", "sql": "SELECT \"Score\" FROM \"2-13551983-3\" WHERE \"Loss\" = 'Ruthven (1-4)';"} +{"question_id": 6470, "table_id": "2-14655985-1", "question": "What was the highest pick for Penn State?", "sql": "SELECT MAX(\"Pick #\") FROM \"2-14655985-1\" WHERE \"College\" = 'Penn State';"} +{"question_id": 6471, "table_id": "2-14655985-1", "question": "What position does pick number 12 play?", "sql": "SELECT \"Position\" FROM \"2-14655985-1\" WHERE \"Pick #\" = 12.0;"} +{"question_id": 6472, "table_id": "2-14655985-1", "question": "What is the pick number for the College of Central Missouri State?", "sql": "SELECT \"Pick #\" FROM \"2-14655985-1\" WHERE \"College\" = 'Central Missouri State';"} +{"question_id": 6473, "table_id": "2-14655985-1", "question": "What was Rich Voltzke's highest pick number?", "sql": "SELECT MAX(\"Pick #\") FROM \"2-14655985-1\" WHERE \"Player\" = 'Rich Voltzke';"} +{"question_id": 6474, "table_id": "2-14076814-5", "question": "How many Games has Points larger than 0 and a Lost smaller than 4?", "sql": "SELECT COUNT(\"Games\") FROM \"2-14076814-5\" WHERE \"Points\" > 0.0 AND \"Lost\" < 4.0 AND \"Drawn\" < 0.0;"} +{"question_id": 6475, "table_id": "2-14076814-5", "question": "which Points has Games smaller than 7?", "sql": "SELECT MAX(\"Points\") FROM \"2-14076814-5\" WHERE \"Games\" < 7.0;"} +{"question_id": 6476, "table_id": "2-14076814-5", "question": "How many Drawns have Points smaller than 5 and a Lost larger than 7?", "sql": "SELECT COUNT(\"Drawn\") FROM \"2-14076814-5\" WHERE \"Points\" < 5.0 AND \"Lost\" > 7.0;"} +{"question_id": 6477, "table_id": "2-13928610-5", "question": "Which record has a date of January 29?", "sql": "SELECT \"Record\" FROM \"2-13928610-5\" WHERE \"Date\" = 'January 29';"} +{"question_id": 6478, "table_id": "2-13928610-5", "question": "Which score has a visitor of New York?", "sql": "SELECT \"Score\" FROM \"2-13928610-5\" WHERE \"Visitor\" = 'New York';"} +{"question_id": 6479, "table_id": "2-13928610-5", "question": "What is the name of the visitor on January 24?", "sql": "SELECT \"Visitor\" FROM \"2-13928610-5\" WHERE \"Date\" = 'January 24';"} +{"question_id": 6480, "table_id": "2-13928610-5", "question": "Which home game has a date of January 7?", "sql": "SELECT \"Home\" FROM \"2-13928610-5\" WHERE \"Date\" = 'January 7';"} +{"question_id": 6481, "table_id": "2-13858035-1", "question": "How many specialists are at the college with more than 4 bachelor's degrees and more than 26 master's degrees?", "sql": "SELECT SUM(\"Specialist\") FROM \"2-13858035-1\" WHERE \"Bachelor's\" > 4.0 AND \"Masters\" > 26.0;"} +{"question_id": 6482, "table_id": "2-13858035-1", "question": "How many bachelor's degrees does the college with less than 0 specialists have?", "sql": "SELECT COUNT(\"Bachelor's\") FROM \"2-13858035-1\" WHERE \"Specialist\" < 0.0;"} +{"question_id": 6483, "table_id": "2-13858035-1", "question": "What is the highest number of doctorates the college of informatics and systems, which has 0 specialists and less than 2 master's degrees, have?", "sql": "SELECT MAX(\"Doctorate\") FROM \"2-13858035-1\" WHERE \"Specialist\" = 0.0 AND \"College\" = 'informatics and systems' AND \"Masters\" < 2.0;"} +{"question_id": 6484, "table_id": "2-15125012-1", "question": "On what Date is the Blue Coalition 8,80%?", "sql": "SELECT \"Date\" FROM \"2-15125012-1\" WHERE \"Blue Coalition\" = '8,80%';"} +{"question_id": 6485, "table_id": "2-15125012-1", "question": "What Source has an Attack of 9,77%?", "sql": "SELECT \"Source\" FROM \"2-15125012-1\" WHERE \"Attack\" = '9,77%';"} +{"question_id": 6486, "table_id": "2-15125012-1", "question": "What Attack has a Source of NCIOM?", "sql": "SELECT \"Attack\" FROM \"2-15125012-1\" WHERE \"Source\" = 'NCIOM';"} +{"question_id": 6487, "table_id": "2-15125012-1", "question": "What Attack has a 30,00% GERB?", "sql": "SELECT \"Attack\" FROM \"2-15125012-1\" WHERE \"GERB\" = '30,00%';"} +{"question_id": 6488, "table_id": "2-15125012-1", "question": "What GERB has an 11% Attack?", "sql": "SELECT \"GERB\" FROM \"2-15125012-1\" WHERE \"Attack\" = '11%';"} +{"question_id": 6489, "table_id": "2-15154539-2", "question": "Which Tie # has a Score of 3–0, and a Home team of Bristol Rovers?", "sql": "SELECT \"Tie no\" FROM \"2-15154539-2\" WHERE \"Score\" = '3–0' AND \"Home team\" = 'Bristol Rovers';"} +{"question_id": 6490, "table_id": "2-15154539-2", "question": "Which Score has a Home team of Yeovil Town won 5–3 on penalties?", "sql": "SELECT \"Score\" FROM \"2-15154539-2\" WHERE \"Home team\" = 'Yeovil Town won 5–3 on penalties';"} +{"question_id": 6491, "table_id": "2-15154539-2", "question": "Which Tie # has an Away team of Slough Town?", "sql": "SELECT \"Tie no\" FROM \"2-15154539-2\" WHERE \"Away team\" = 'Slough Town';"} +{"question_id": 6492, "table_id": "2-15154539-2", "question": "Which Attendance has a Tie # of 32?", "sql": "SELECT \"Attendance\" FROM \"2-15154539-2\" WHERE \"Tie no\" = '32';"} +{"question_id": 6493, "table_id": "2-15154539-2", "question": "Which Away team has a Tie # of Replay, and an Attendance of 24 November 1998, and a Home team of Rotherham United?", "sql": "SELECT \"Away team\" FROM \"2-15154539-2\" WHERE \"Tie no\" = 'Replay' AND \"Attendance\" = '24 November 1998' AND \"Home team\" = 'Rotherham United';"} +{"question_id": 6494, "table_id": "2-15154539-2", "question": "Which Tie # that has an Attendance of 14 November 1998, and an Away team of Hayes?", "sql": "SELECT \"Tie no\" FROM \"2-15154539-2\" WHERE \"Attendance\" = '14 November 1998' AND \"Away team\" = 'Hayes';"} +{"question_id": 6495, "table_id": "2-15272585-7", "question": "Name the date with Winner outcome and opponent of Noppawan Lertcheewakarn Jessica Moore", "sql": "SELECT \"Date\" FROM \"2-15272585-7\" WHERE \"Outcome\" = 'Winner' AND \"Opponent\" = 'Noppawan Lertcheewakarn Jessica Moore';"} +{"question_id": 6496, "table_id": "2-15272585-7", "question": "Name the score for 21 May 2011", "sql": "SELECT \"Score\" FROM \"2-15272585-7\" WHERE \"Date\" = '21 May 2011';"} +{"question_id": 6497, "table_id": "2-15272585-7", "question": "Name the partner with opponent of Michaëlla Krajicek Eleni Daniilidou", "sql": "SELECT \"Partner\" FROM \"2-15272585-7\" WHERE \"Opponent\" = 'Michaëlla Krajicek Eleni Daniilidou';"} +{"question_id": 6498, "table_id": "2-15272585-7", "question": "Name the outcome for opponent of Michaëlla Krajicek Eleni Daniilidou", "sql": "SELECT \"Outcome\" FROM \"2-15272585-7\" WHERE \"Opponent\" = 'Michaëlla Krajicek Eleni Daniilidou';"} +{"question_id": 6499, "table_id": "2-13844329-2", "question": "How many wins had Matches greater than 5?", "sql": "SELECT SUM(\"Wins\") FROM \"2-13844329-2\" WHERE \"Matches\" > 5.0;"} +{"question_id": 6500, "table_id": "2-14318917-15", "question": "What was the round number when Michael Hjalm played?", "sql": "SELECT \"Round\" FROM \"2-14318917-15\" WHERE \"Player\" = 'Michael Hjalm';"} +{"question_id": 6501, "table_id": "2-14318917-15", "question": "What is the position Bill Campbell played before round 6?", "sql": "SELECT \"Position\" FROM \"2-14318917-15\" WHERE \"Round\" < 6.0 AND \"Player\" = 'Bill Campbell';"} +{"question_id": 6502, "table_id": "2-14555138-2", "question": "What is the date for the release with a catalogue number of WARPCDD333?", "sql": "SELECT \"Date\" FROM \"2-14555138-2\" WHERE \"Catalogue number\" = 'WARPCDD333';"} +{"question_id": 6503, "table_id": "2-14555138-2", "question": "What is the country/region for the releases from Beat Records?", "sql": "SELECT \"Country/Region\" FROM \"2-14555138-2\" WHERE \"Label\" = 'Beat Records';"} +{"question_id": 6504, "table_id": "2-15280588-2", "question": "What is the Total with a Player named Robbie Winters?", "sql": "SELECT \"Total\" FROM \"2-15280588-2\" WHERE \"Player\" = 'Robbie Winters';"} +{"question_id": 6505, "table_id": "2-15280588-2", "question": "What Position has a Player named Kenneth Udjus?", "sql": "SELECT \"Position\" FROM \"2-15280588-2\" WHERE \"Player\" = 'Kenneth Udjus';"} +{"question_id": 6506, "table_id": "2-13909382-3", "question": "What is the latest day in November of the game with a 15-5-2 record?", "sql": "SELECT MAX(\"November\") FROM \"2-13909382-3\" WHERE \"Record\" = '15-5-2';"} +{"question_id": 6507, "table_id": "2-13909382-3", "question": "What is the latest day in November with a game 15?", "sql": "SELECT MAX(\"November\") FROM \"2-13909382-3\" WHERE \"Game\" = 15.0;"} +{"question_id": 6508, "table_id": "2-15098383-3", "question": "What is the lowest wins with points larger than 46, and a rank of 10th?", "sql": "SELECT MIN(\"Wins\") FROM \"2-15098383-3\" WHERE \"Points\" > 46.0 AND \"Rank\" = '10th';"} +{"question_id": 6509, "table_id": "2-15098383-3", "question": "What is the average points with a year higher than 1989, and a rank of 7th?", "sql": "SELECT AVG(\"Points\") FROM \"2-15098383-3\" WHERE \"Year\" > 1989.0 AND \"Rank\" = '7th';"} +{"question_id": 6510, "table_id": "2-15098383-3", "question": "What is the year that has points larger than 20?", "sql": "SELECT COUNT(\"Year\") FROM \"2-15098383-3\" WHERE \"Points\" > 20.0;"} +{"question_id": 6511, "table_id": "2-15098383-3", "question": "What is year that has points larger than 46, and a rank of 6th?", "sql": "SELECT SUM(\"Year\") FROM \"2-15098383-3\" WHERE \"Points\" > 46.0 AND \"Rank\" = '6th';"} +{"question_id": 6512, "table_id": "2-15098383-3", "question": "What earliest year with points larger than 68 and a rank of 7th?", "sql": "SELECT MIN(\"Year\") FROM \"2-15098383-3\" WHERE \"Points\" > 68.0 AND \"Rank\" = '7th';"} +{"question_id": 6513, "table_id": "2-14609752-1", "question": "what player went to UL-Monroe", "sql": "SELECT \"Player\" FROM \"2-14609752-1\" WHERE \"School\" = 'UL-Monroe';"} +{"question_id": 6514, "table_id": "2-14076980-2", "question": "How many drawn having more than 9 points?", "sql": "SELECT SUM(\"Drawn\") FROM \"2-14076980-2\" WHERE \"Points\" > 9.0;"} +{"question_id": 6515, "table_id": "2-15080-1", "question": "Which Number stayed in Southeast has over 4,000 emigrated or forcibly removed?", "sql": "SELECT \"Number stayed in Southeast\" FROM \"2-15080-1\" WHERE \"Total number emigrated or forcibly removed\" = 'over 4,000';"} +{"question_id": 6516, "table_id": "2-15080-1", "question": "How many warfare deaths befell the Choctaw nation?", "sql": "SELECT \"Deaths from warfare\" FROM \"2-15080-1\" WHERE \"Nation\" = 'Choctaw';"} +{"question_id": 6517, "table_id": "2-15080-1", "question": "How many of those who stayed in the southeast had 19,600 emigrated or forcibly removed?", "sql": "SELECT \"Number stayed in Southeast\" FROM \"2-15080-1\" WHERE \"Total number emigrated or forcibly removed\" = '19,600';"} +{"question_id": 6518, "table_id": "2-15080-1", "question": "Which removal treaty covered the Chickasaw nation?", "sql": "SELECT \"Removal treaty (year signed)\" FROM \"2-15080-1\" WHERE \"Nation\" = 'Chickasaw';"} +{"question_id": 6519, "table_id": "2-15166170-1", "question": "Who is the GC leader when Laurent Jalabert was the stage winner and the stage was greater than 6?", "sql": "SELECT \"GC Leader\" FROM \"2-15166170-1\" WHERE \"Stage Winner\" = 'Laurent Jalabert' AND \"Stage\" > 6.0;"} +{"question_id": 6520, "table_id": "2-15166170-1", "question": "When did stage 5 occur?", "sql": "SELECT \"Date\" FROM \"2-15166170-1\" WHERE \"Stage\" = 5.0;"} +{"question_id": 6521, "table_id": "2-15092919-1", "question": "Who were the opponents during week 14?", "sql": "SELECT \"Opponent\" FROM \"2-15092919-1\" WHERE \"Week\" = 14.0;"} +{"question_id": 6522, "table_id": "2-15092919-1", "question": "What is the highest attendance for the game before week 13 on december 9, 1973?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-15092919-1\" WHERE \"Date\" = 'december 9, 1973' AND \"Week\" < 13.0;"} +{"question_id": 6523, "table_id": "2-15092919-1", "question": "What is the average attendance for the games after week 2 on september 23, 1973?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-15092919-1\" WHERE \"Date\" = 'september 23, 1973' AND \"Week\" > 2.0;"} +{"question_id": 6524, "table_id": "2-15092919-1", "question": "What is the total number of weeks where games were on november 5, 1973 and the attendance was larger than 49220?", "sql": "SELECT COUNT(\"Week\") FROM \"2-15092919-1\" WHERE \"Date\" = 'november 5, 1973' AND \"Attendance\" > 49220.0;"} +{"question_id": 6525, "table_id": "2-14984126-1", "question": "Record of 9–1 had what game site?", "sql": "SELECT \"Game Site\" FROM \"2-14984126-1\" WHERE \"Record\" = '9–1';"} +{"question_id": 6526, "table_id": "2-14984126-1", "question": "Record of 8–1, and a Week larger than 9 had what highest attendance?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-14984126-1\" WHERE \"Record\" = '8–1' AND \"Week\" > 9.0;"} +{"question_id": 6527, "table_id": "2-14984126-1", "question": "Result of w 24–21, and a Week smaller than 6 had what sum of attendance?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-14984126-1\" WHERE \"Result\" = 'w 24–21' AND \"Week\" < 6.0;"} +{"question_id": 6528, "table_id": "2-14984126-1", "question": "Date of October 25, 1964 involves what record?", "sql": "SELECT \"Record\" FROM \"2-14984126-1\" WHERE \"Date\" = 'October 25, 1964';"} +{"question_id": 6529, "table_id": "2-14276130-2", "question": "What is the high total for algeria with over 2 bronzes?", "sql": "SELECT MAX(\"Total\") FROM \"2-14276130-2\" WHERE \"Nation\" = 'algeria' AND \"Bronze\" > 2.0;"} +{"question_id": 6530, "table_id": "2-14276130-2", "question": "What is the highest number of silvers for qatar with under 8 total, 0 golds, and over 2 bronzes?", "sql": "SELECT MAX(\"Silver\") FROM \"2-14276130-2\" WHERE \"Total\" < 8.0 AND \"Gold\" = 0.0 AND \"Nation\" = 'qatar' AND \"Bronze\" > 2.0;"} +{"question_id": 6531, "table_id": "2-14276130-2", "question": "How many bronzes for the nation with over 20 total, under 26 golds, and over 0 silvers?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-14276130-2\" WHERE \"Silver\" > 0.0 AND \"Total\" > 20.0 AND \"Gold\" < 26.0;"} +{"question_id": 6532, "table_id": "2-14781412-2", "question": "Who one bronze in the event where Choi Jun-Sang won gold, and Suh Jung-Kyun won silver?", "sql": "SELECT \"Bronze\" FROM \"2-14781412-2\" WHERE \"Gold\" = 'Choi Jun-Sang' AND \"Silver\" = 'Suh Jung-Kyun';"} +{"question_id": 6533, "table_id": "2-14781412-2", "question": "Who won bronze in Seoul?", "sql": "SELECT \"Bronze\" FROM \"2-14781412-2\" WHERE \"Location\" = 'Seoul';"} +{"question_id": 6534, "table_id": "2-14781412-2", "question": "Who won bronze is 2006?", "sql": "SELECT \"Bronze\" FROM \"2-14781412-2\" WHERE \"Year\" = 2006.0;"} +{"question_id": 6535, "table_id": "2-14781412-2", "question": "What year did the event in hiroshima take place?", "sql": "SELECT COUNT(\"Year\") FROM \"2-14781412-2\" WHERE \"Location\" = 'hiroshima';"} +{"question_id": 6536, "table_id": "2-14781412-2", "question": "Who won bronze in 2002?", "sql": "SELECT \"Bronze\" FROM \"2-14781412-2\" WHERE \"Year\" = 2002.0;"} +{"question_id": 6537, "table_id": "2-13912739-6", "question": "What is the game number of the game with the edmonton oilers as the opponent after February 12?", "sql": "SELECT COUNT(\"Game\") FROM \"2-13912739-6\" WHERE \"Opponent\" = 'edmonton oilers' AND \"February\" > 12.0;"} +{"question_id": 6538, "table_id": "2-14150502-1", "question": "How many Seasons that has Years of 1976–1977?", "sql": "SELECT COUNT(\"Seasons\") FROM \"2-14150502-1\" WHERE \"Years\" = '1976–1977';"} +{"question_id": 6539, "table_id": "2-15001957-1", "question": "Name the men's singles for Christian Wagener Christian Esch", "sql": "SELECT \"Men's singles\" FROM \"2-15001957-1\" WHERE \"Men's doubles\" = 'Christian Wagener Christian Esch';"} +{"question_id": 6540, "table_id": "2-15001957-1", "question": "Name the total numbe rof years for gaby weissen mireille kosmala", "sql": "SELECT COUNT(\"Year\") FROM \"2-15001957-1\" WHERE \"Women's doubles\" = 'gaby weissen mireille kosmala';"} +{"question_id": 6541, "table_id": "2-15001957-1", "question": "Name the mixed doubles with Martine Ludwig Angele Da Cruz, and men's doubles of Christian Wagener Christian Esch", "sql": "SELECT \"Mixed doubles\" FROM \"2-15001957-1\" WHERE \"Women's doubles\" = 'Martine Ludwig Angele Da Cruz' AND \"Men's doubles\" = 'Christian Wagener Christian Esch';"} +{"question_id": 6542, "table_id": "2-15092858-2", "question": "What week of the season had a date of October 5, 1975?", "sql": "SELECT MIN(\"Week\") FROM \"2-15092858-2\" WHERE \"Date\" = 'October 5, 1975';"} +{"question_id": 6543, "table_id": "2-1507220-4", "question": "How many Events have a Top-10 larger than 6, and a Top-5 smaller than 8?", "sql": "SELECT COUNT(\"Events\") FROM \"2-1507220-4\" WHERE \"Top-10\" > 6.0 AND \"Top-5\" < 8.0;"} +{"question_id": 6544, "table_id": "2-1507220-4", "question": "How many Wins have a Top-10 smaller than 6, and Cuts made larger than 7, and a Top-5 of 0?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-1507220-4\" WHERE \"Top-10\" < 6.0 AND \"Cuts made\" > 7.0 AND \"Top-5\" = 0.0;"} +{"question_id": 6545, "table_id": "2-14828485-4", "question": "What is the result of the game on May 14?", "sql": "SELECT \"Result\" FROM \"2-14828485-4\" WHERE \"Date\" = 'May 14';"} +{"question_id": 6546, "table_id": "2-14828485-4", "question": "What is the result of the game on May 14 with Philadelphia as the road team?", "sql": "SELECT \"Result\" FROM \"2-14828485-4\" WHERE \"Road Team\" = 'Philadelphia' AND \"Date\" = 'May 14';"} +{"question_id": 6547, "table_id": "2-14828485-4", "question": "What is the result of the game on May 4 with Philadelphia as the road team?", "sql": "SELECT \"Result\" FROM \"2-14828485-4\" WHERE \"Road Team\" = 'Philadelphia' AND \"Date\" = 'May 4';"} +{"question_id": 6548, "table_id": "2-14828485-4", "question": "What is the road team of Game 6 with Philadelphia as the home team?", "sql": "SELECT \"Road Team\" FROM \"2-14828485-4\" WHERE \"Home Team\" = 'Philadelphia' AND \"Game\" = 'Game 6';"} +{"question_id": 6549, "table_id": "2-14828485-4", "question": "What is the result of Game 5 with Los Angeles as the home team?", "sql": "SELECT \"Result\" FROM \"2-14828485-4\" WHERE \"Home Team\" = 'Los Angeles' AND \"Game\" = 'Game 5';"} +{"question_id": 6550, "table_id": "2-14828485-4", "question": "What is the road team of the game with Philadelphia as the home team with a result of 105-102?", "sql": "SELECT \"Road Team\" FROM \"2-14828485-4\" WHERE \"Home Team\" = 'Philadelphia' AND \"Result\" = '105-102';"} +{"question_id": 6551, "table_id": "2-15162503-1", "question": "What were the options that were Completed before the 4 th task that had viewers selecting Nan?", "sql": "SELECT \"Options\" FROM \"2-15162503-1\" WHERE \"Result\" = 'Completed' AND \"Task No.\" < 4.0 AND \"Viewers' selection\" = 'Nan';"} +{"question_id": 6552, "table_id": "2-15162503-1", "question": "when was it announced that the viewers selected Robi out of Alex, Ejay, Nan, Robi?", "sql": "SELECT \"Day announced\" FROM \"2-15162503-1\" WHERE \"Viewers' selection\" = 'Robi' AND \"Options\" = 'Alex, Ejay, Nan, Robi';"} +{"question_id": 6553, "table_id": "2-15162503-1", "question": "What day was it when viewers selected Ejay?", "sql": "SELECT \"Day announced\" FROM \"2-15162503-1\" WHERE \"Viewers' selection\" = 'Ejay';"} +{"question_id": 6554, "table_id": "2-1434986-9", "question": "Which Result has a Party of Republican, and a First elected smaller than 1856?", "sql": "SELECT \"Result\" FROM \"2-1434986-9\" WHERE \"Party\" = 'Republican' AND \"First elected\" < 1856.0;"} +{"question_id": 6555, "table_id": "2-1434986-9", "question": "Which District has a First elected of 1856, and an Incumbent of William Kellogg?", "sql": "SELECT \"District\" FROM \"2-1434986-9\" WHERE \"First elected\" = 1856.0 AND \"Incumbent\" = 'William Kellogg';"} +{"question_id": 6556, "table_id": "2-1434986-9", "question": "Which First elected has a District of Illinois 3?", "sql": "SELECT MAX(\"First elected\") FROM \"2-1434986-9\" WHERE \"District\" = 'Illinois 3';"} +{"question_id": 6557, "table_id": "2-1434986-9", "question": "How much First elected has a Result of re-elected, and a Party of republican, and a District of illinois 4?", "sql": "SELECT COUNT(\"First elected\") FROM \"2-1434986-9\" WHERE \"Result\" = 're-elected' AND \"Party\" = 'republican' AND \"District\" = 'illinois 4';"} +{"question_id": 6558, "table_id": "2-13581632-4", "question": "on January 7 what is home?", "sql": "SELECT \"Home\" FROM \"2-13581632-4\" WHERE \"Date\" = 'January 7';"} +{"question_id": 6559, "table_id": "2-13581632-4", "question": "on January 12 who was the visitor?", "sql": "SELECT \"Visitor\" FROM \"2-13581632-4\" WHERE \"Date\" = 'January 12';"} +{"question_id": 6560, "table_id": "2-13581632-4", "question": "on January 7 what is the record?", "sql": "SELECT \"Record\" FROM \"2-13581632-4\" WHERE \"Date\" = 'January 7';"} +{"question_id": 6561, "table_id": "2-14369064-2", "question": "What is the total number of silver medals of the team with less than 2 gold, 1 bronze, and more than 2 total medals?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14369064-2\" WHERE \"Gold\" < 2.0 AND \"Bronze\" = 1.0 AND \"Total\" > 2.0;"} +{"question_id": 6562, "table_id": "2-14369064-2", "question": "What is the highest number of silver medals of the team with less than 0 bronzes?", "sql": "SELECT MAX(\"Silver\") FROM \"2-14369064-2\" WHERE \"Bronze\" < 0.0;"} +{"question_id": 6563, "table_id": "2-14369064-2", "question": "What is the total number of silver medals of the team ranked 7 with more than 1 total medal?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-14369064-2\" WHERE \"Rank\" = '7' AND \"Total\" > 1.0;"} +{"question_id": 6564, "table_id": "2-14369064-2", "question": "What is the average number of bronze medals of the team with 0 silvers, ranked 3, and less than 1 total medal?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-14369064-2\" WHERE \"Silver\" = 0.0 AND \"Rank\" = '3' AND \"Total\" < 1.0;"} +{"question_id": 6565, "table_id": "2-14369064-2", "question": "What is the number of silver medals of the team with 0 gold, ranked 5, and more than 0 bronze medals?", "sql": "SELECT SUM(\"Silver\") FROM \"2-14369064-2\" WHERE \"Gold\" = 0.0 AND \"Rank\" = '5' AND \"Bronze\" > 0.0;"} +{"question_id": 6566, "table_id": "2-1524433-1", "question": "What was the sum for a top-10 u.s. open that had a top-25 bigger than 0?", "sql": "SELECT SUM(\"Top-10\") FROM \"2-1524433-1\" WHERE \"Tournament\" = 'u.s. open' AND \"Top-25\" > 0.0;"} +{"question_id": 6567, "table_id": "2-1524433-1", "question": "What were the total number of cuts made in an event larger than 4 and a top-10 smaller than 4?", "sql": "SELECT COUNT(\"Cuts made\") FROM \"2-1524433-1\" WHERE \"Events\" > 4.0 AND \"Top-10\" < 4.0;"} +{"question_id": 6568, "table_id": "2-1524433-1", "question": "What is the total number of top-25 that has a top-10 smaller than 4 with 0 cuts?", "sql": "SELECT COUNT(\"Top-25\") FROM \"2-1524433-1\" WHERE \"Top-10\" < 4.0 AND \"Cuts made\" > 0.0;"} +{"question_id": 6569, "table_id": "2-1524433-1", "question": "What was the cuts average in tournament totals in an event larger than 24?", "sql": "SELECT AVG(\"Cuts made\") FROM \"2-1524433-1\" WHERE \"Tournament\" = 'totals' AND \"Events\" > 24.0;"} +{"question_id": 6570, "table_id": "2-1524433-1", "question": "What is the total for a top-10 in a masters tournament in an event smaller than 4?", "sql": "SELECT COUNT(\"Top-10\") FROM \"2-1524433-1\" WHERE \"Tournament\" = 'masters tournament' AND \"Events\" < 4.0;"} +{"question_id": 6571, "table_id": "2-15172914-3", "question": "Which Against is the highest one that has a Team of flamengo, and a Lost smaller than 1?", "sql": "SELECT MAX(\"Against\") FROM \"2-15172914-3\" WHERE \"Team\" = 'flamengo' AND \"Lost\" < 1.0;"} +{"question_id": 6572, "table_id": "2-15172914-3", "question": "How many Lost have a Team of flamengo, and an Against smaller than 5?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-15172914-3\" WHERE \"Team\" = 'flamengo' AND \"Against\" < 5.0;"} +{"question_id": 6573, "table_id": "2-15172914-3", "question": "Which Played is the highest one that has Points of 5, and a Drawn smaller than 1?", "sql": "SELECT MAX(\"Played\") FROM \"2-15172914-3\" WHERE \"Points\" = 5.0 AND \"Drawn\" < 1.0;"} +{"question_id": 6574, "table_id": "2-14290517-14", "question": "What was the nationality for the player in Round 1?", "sql": "SELECT \"Nationality\" FROM \"2-14290517-14\" WHERE \"Round\" = 1.0;"} +{"question_id": 6575, "table_id": "2-14290517-14", "question": "Who plays the Right Wing position?", "sql": "SELECT \"Player\" FROM \"2-14290517-14\" WHERE \"Position\" = 'Right Wing';"} +{"question_id": 6576, "table_id": "2-14345690-7", "question": "What celebrity finished 6th?", "sql": "SELECT \"Celebrity\" FROM \"2-14345690-7\" WHERE \"Finished\" = '6th';"} +{"question_id": 6577, "table_id": "2-14345690-7", "question": "What day did the celebrity who finished 4th enter?", "sql": "SELECT \"Entered\" FROM \"2-14345690-7\" WHERE \"Finished\" = '4th';"} +{"question_id": 6578, "table_id": "2-14345690-7", "question": "Which celebrity who was famous for being the Ex Busted member and TV presenter exited on Day 19?", "sql": "SELECT \"Celebrity\" FROM \"2-14345690-7\" WHERE \"Exited\" = 'Day 19' AND \"Famous for\" = 'Ex Busted member and TV presenter';"} +{"question_id": 6579, "table_id": "2-14345690-7", "question": "Which celebrity was famous for finishing 9th?", "sql": "SELECT \"Famous for\" FROM \"2-14345690-7\" WHERE \"Finished\" = '9th';"} +{"question_id": 6580, "table_id": "2-14345690-7", "question": "What rank did Myleene Klass finish?", "sql": "SELECT \"Finished\" FROM \"2-14345690-7\" WHERE \"Celebrity\" = 'Myleene Klass';"} +{"question_id": 6581, "table_id": "2-13971738-3", "question": "Opponent of Kilmarnock, and a Result of 1–1 happened in what venue?", "sql": "SELECT \"Venue\" FROM \"2-13971738-3\" WHERE \"Opponent\" = 'Kilmarnock' AND \"Result\" = '1–1';"} +{"question_id": 6582, "table_id": "2-1463459-2", "question": "what is the weight of a shot that is XX-inch?", "sql": "SELECT \"Weight of Shot\" FROM \"2-1463459-2\" WHERE \"Designation (bore)\" = 'XX-inch';"} +{"question_id": 6583, "table_id": "2-14069895-2", "question": "What is the length of the film with Burleigh Sullivan as the character?", "sql": "SELECT \"Length\" FROM \"2-14069895-2\" WHERE \"Character name\" = 'Burleigh Sullivan';"} +{"question_id": 6584, "table_id": "2-14069895-2", "question": "What is the length of the film with the character type being a Milkman turned Prizefighter?", "sql": "SELECT \"Length\" FROM \"2-14069895-2\" WHERE \"Character type\" = 'Milkman turned Prizefighter';"} +{"question_id": 6585, "table_id": "2-14069895-2", "question": "What is the character name that has Phyllis Welch as the leading lady?", "sql": "SELECT \"Character name\" FROM \"2-14069895-2\" WHERE \"Leading lady\" = 'Phyllis Welch';"} +{"question_id": 6586, "table_id": "2-14069895-2", "question": "Who directed the film that had Phyllis Welch as the leading lady?", "sql": "SELECT \"Director(s)\" FROM \"2-14069895-2\" WHERE \"Leading lady\" = 'Phyllis Welch';"} +{"question_id": 6587, "table_id": "2-14069895-2", "question": "What was the character name for the film with a release date of July 29, 1938?", "sql": "SELECT \"Character name\" FROM \"2-14069895-2\" WHERE \"Release date\" = 'July 29, 1938';"} +{"question_id": 6588, "table_id": "2-14887635-1", "question": "What Locomotive was Delivered as T414?", "sql": "SELECT \"Locomotive\" FROM \"2-14887635-1\" WHERE \"Delivered as\" = 'T414';"} +{"question_id": 6589, "table_id": "2-14887635-1", "question": "What Owner Delivered the T415?", "sql": "SELECT \"Owner\" FROM \"2-14887635-1\" WHERE \"Delivered as\" = 'T415';"} +{"question_id": 6590, "table_id": "2-14887635-1", "question": "What is the Entered service date of the T413?", "sql": "SELECT \"Entered service\" FROM \"2-14887635-1\" WHERE \"Delivered as\" = 'T413';"} +{"question_id": 6591, "table_id": "2-14887635-1", "question": "What is the Delivered as name of the H3 Locomotive?", "sql": "SELECT \"Delivered as\" FROM \"2-14887635-1\" WHERE \"Locomotive\" = 'H3';"} +{"question_id": 6592, "table_id": "2-14887635-1", "question": "What is the Entered service date of the H1 Locomotive?", "sql": "SELECT \"Entered service\" FROM \"2-14887635-1\" WHERE \"Locomotive\" = 'H1';"} +{"question_id": 6593, "table_id": "2-14586763-1", "question": "What was the highest week with a result of L 16–12?", "sql": "SELECT MAX(\"Week\") FROM \"2-14586763-1\" WHERE \"Result\" = 'L 16–12';"} +{"question_id": 6594, "table_id": "2-14586763-1", "question": "Who was the opponent at the game with a result of L 27–3?", "sql": "SELECT \"Opponent\" FROM \"2-14586763-1\" WHERE \"Result\" = 'L 27–3';"} +{"question_id": 6595, "table_id": "2-14586763-1", "question": "What was the date of the game with a result of Bye before week 12?", "sql": "SELECT \"Date\" FROM \"2-14586763-1\" WHERE \"Week\" < 12.0 AND \"Result\" = 'Bye';"} +{"question_id": 6596, "table_id": "2-14586763-1", "question": "What was the record at the game against the Los Angeles Rams?", "sql": "SELECT \"Record\" FROM \"2-14586763-1\" WHERE \"Opponent\" = 'Los Angeles Rams';"} +{"question_id": 6597, "table_id": "2-14051639-9", "question": "Who is the opponent from September 28?", "sql": "SELECT \"Opponent\" FROM \"2-14051639-9\" WHERE \"Date\" = 'September 28';"} +{"question_id": 6598, "table_id": "2-14056030-4", "question": "Who was the opponent at the game later than game 22 when the record was 17-10-4?", "sql": "SELECT \"Opponent\" FROM \"2-14056030-4\" WHERE \"Game\" > 22.0 AND \"Record\" = '17-10-4';"} +{"question_id": 6599, "table_id": "2-15234969-5", "question": "What were the Opponents of the team, that made it to the Third round, before 2008?", "sql": "SELECT \"Opponents\" FROM \"2-15234969-5\" WHERE \"Year\" < 2008.0 AND \"Progress\" = 'Third round';"} +{"question_id": 6600, "table_id": "2-15234969-5", "question": "What was the score in 1997 for the team that has a Progress of No entrants?", "sql": "SELECT \"Score\" FROM \"2-15234969-5\" WHERE \"Progress\" = 'No entrants' AND \"Year\" = 1997.0;"} +{"question_id": 6601, "table_id": "2-15073119-18", "question": "Which Cmp % has an Int smaller than 2 and a Cmpnsmaller than 1?", "sql": "SELECT MIN(\"Cmp. %\") FROM \"2-15073119-18\" WHERE \"Int.\" < 2.0 AND \"Cmp.\" < 1.0;"} +{"question_id": 6602, "table_id": "2-15073119-18", "question": "How many Atts that have Yards of 43 and a Long larger than 43?", "sql": "SELECT SUM(\"Att.\") FROM \"2-15073119-18\" WHERE \"Yards\" = 43.0 AND \"Long\" > 43.0;"} +{"question_id": 6603, "table_id": "2-15073119-18", "question": "How many Ints have a Rating smaller than 87, and Yards larger than 4?", "sql": "SELECT AVG(\"Int.\") FROM \"2-15073119-18\" WHERE \"Rating\" < 87.0 AND \"Yards\" > 4.0;"} +{"question_id": 6604, "table_id": "2-13535187-5", "question": "Which visitor has Detroit as the home, and February 24 as the date?", "sql": "SELECT \"Visitor\" FROM \"2-13535187-5\" WHERE \"Home\" = 'Detroit' AND \"Date\" = 'February 24';"} +{"question_id": 6605, "table_id": "2-13535187-5", "question": "What score has Detroit as the home and February 17 as the date?", "sql": "SELECT \"Score\" FROM \"2-13535187-5\" WHERE \"Home\" = 'Detroit' AND \"Date\" = 'February 17';"} +{"question_id": 6606, "table_id": "2-14305653-45", "question": "What shows for Scorers when the Opponent was West Germany on October 7?", "sql": "SELECT \"Scorers\" FROM \"2-14305653-45\" WHERE \"Opponent\" = 'West Germany' AND \"Date\" = 'October 7';"} +{"question_id": 6607, "table_id": "2-13951061-3", "question": "Who was the director of Battalion Wars 2 which was released on GCN after 2004?", "sql": "SELECT \"Director\" FROM \"2-13951061-3\" WHERE \"Platform(s)\" = 'GCN' AND \"Year\" > 2004.0 AND \"Title\" = 'Battalion Wars 2';"} +{"question_id": 6608, "table_id": "2-13951061-3", "question": "What year was Metroid Prime Hunters 5 released?", "sql": "SELECT SUM(\"Year\") FROM \"2-13951061-3\" WHERE \"Title\" = 'Metroid Prime Hunters 5';"} +{"question_id": 6609, "table_id": "2-13951061-3", "question": "What platform was used for the game directed by Bryan Walker after 2006?", "sql": "SELECT \"Platform(s)\" FROM \"2-13951061-3\" WHERE \"Year\" > 2006.0 AND \"Director\" = 'Bryan Walker';"} +{"question_id": 6610, "table_id": "2-13951061-3", "question": "What 3DS game did Naohiko Aoyama direct?", "sql": "SELECT \"Title\" FROM \"2-13951061-3\" WHERE \"Platform(s)\" = '3DS' AND \"Director\" = 'Naohiko Aoyama';"} +{"question_id": 6611, "table_id": "2-13964796-4", "question": "What was the score when the loss was Hideo Nomo (3–5)?", "sql": "SELECT \"Score\" FROM \"2-13964796-4\" WHERE \"Loss\" = 'Hideo Nomo (3–5)';"} +{"question_id": 6612, "table_id": "2-13964796-4", "question": "What was the score on May 19?", "sql": "SELECT \"Score\" FROM \"2-13964796-4\" WHERE \"Date\" = 'May 19';"} +{"question_id": 6613, "table_id": "2-13821868-1", "question": "Name of the highest Pick is also a Round greater than 5 and Player as Tom Ivey?", "sql": "SELECT MAX(\"Pick\") FROM \"2-13821868-1\" WHERE \"Round\" > 5.0 AND \"Player\" = 'Tom Ivey';"} +{"question_id": 6614, "table_id": "2-13821868-1", "question": "What Nationality is the Pick that is 116?", "sql": "SELECT \"Nationality\" FROM \"2-13821868-1\" WHERE \"Pick\" = 116.0;"} +{"question_id": 6615, "table_id": "2-13821868-1", "question": "What is the total of Pick with a Position of n/a and greg wendt as Player with a Round less than 6?", "sql": "SELECT SUM(\"Pick\") FROM \"2-13821868-1\" WHERE \"Position\" = 'n/a' AND \"Player\" = 'greg wendt' AND \"Round\" < 6.0;"} +{"question_id": 6616, "table_id": "2-14269448-8", "question": "What was the score at 3:27?", "sql": "SELECT \"Score\" FROM \"2-14269448-8\" WHERE \"Time\" = '3:27';"} +{"question_id": 6617, "table_id": "2-14850099-18", "question": "What is the cardinal direction of Monday in English?", "sql": "SELECT \"Cardinal direction\" FROM \"2-14850099-18\" WHERE \"English\" = 'Monday';"} +{"question_id": 6618, "table_id": "2-14850099-18", "question": "What is the cardinal direction Northwest in English?", "sql": "SELECT \"English\" FROM \"2-14850099-18\" WHERE \"Cardinal direction\" = 'Northwest';"} +{"question_id": 6619, "table_id": "2-14850099-18", "question": "What is the sign of Burmese Taninganwe တနင်္ဂနွေ?", "sql": "SELECT \"Sign\" FROM \"2-14850099-18\" WHERE \"Burmese\" = 'Taninganwe တနင်္ဂနွေ';"} +{"question_id": 6620, "table_id": "2-14850099-18", "question": "What is the cardinal direction of Wednesday p.m. in English?", "sql": "SELECT \"Cardinal direction\" FROM \"2-14850099-18\" WHERE \"English\" = 'Wednesday p.m.';"} +{"question_id": 6621, "table_id": "2-14850099-18", "question": "What is the sign of the Burmese Taninganwe တနင်္ဂနွေ?", "sql": "SELECT \"Sign\" FROM \"2-14850099-18\" WHERE \"Burmese\" = 'Taninganwe တနင်္ဂနွေ';"} +{"question_id": 6622, "table_id": "2-14191335-5", "question": "On January 5 who was the home team?", "sql": "SELECT \"Home\" FROM \"2-14191335-5\" WHERE \"Date\" = 'January 5';"} +{"question_id": 6623, "table_id": "2-15198842-39", "question": "What was the Pick Number when the position was wide receiver, the college was southern miss with an overall less than 186?", "sql": "SELECT AVG(\"Pick #\") FROM \"2-15198842-39\" WHERE \"Position\" = 'wide receiver' AND \"College\" = 'southern miss' AND \"Overall\" < 186.0;"} +{"question_id": 6624, "table_id": "2-15198842-39", "question": "Let's say position was linebacker with a pick number less than 5, what was the highest round?", "sql": "SELECT MAX(\"Round\") FROM \"2-15198842-39\" WHERE \"Position\" = 'linebacker' AND \"Pick #\" > 5.0;"} +{"question_id": 6625, "table_id": "2-14259734-1", "question": "What transfer window has Baptista as the name?", "sql": "SELECT \"Transfer window\" FROM \"2-14259734-1\" WHERE \"Name\" = 'Baptista';"} +{"question_id": 6626, "table_id": "2-14259734-1", "question": "What country has a Loan as the type?", "sql": "SELECT \"Country\" FROM \"2-14259734-1\" WHERE \"Type\" = 'Loan';"} +{"question_id": 6627, "table_id": "2-14259734-1", "question": "What type has Song as the name?", "sql": "SELECT \"Type\" FROM \"2-14259734-1\" WHERE \"Name\" = 'Song';"} +{"question_id": 6628, "table_id": "2-14259734-1", "question": "What ends has Transferred as the type?", "sql": "SELECT \"Ends\" FROM \"2-14259734-1\" WHERE \"Type\" = 'Transferred';"} +{"question_id": 6629, "table_id": "2-14259734-1", "question": "What moving has FRA as the country?", "sql": "SELECT \"Moving from\" FROM \"2-14259734-1\" WHERE \"Country\" = 'FRA';"} +{"question_id": 6630, "table_id": "2-14259734-1", "question": "What transfer window has BRA as the country, with £3.4M as the transfer fee?", "sql": "SELECT \"Transfer window\" FROM \"2-14259734-1\" WHERE \"Country\" = 'BRA' AND \"Transfer fee\" = '£3.4M';"} +{"question_id": 6631, "table_id": "2-1434986-5", "question": "Which Incumbent has a District of Massachusetts 2?", "sql": "SELECT \"Incumbent\" FROM \"2-1434986-5\" WHERE \"District\" = 'Massachusetts 2';"} +{"question_id": 6632, "table_id": "2-1434986-5", "question": "Which Incumbent has a District of Massachusetts 8?", "sql": "SELECT \"Incumbent\" FROM \"2-1434986-5\" WHERE \"District\" = 'Massachusetts 8';"} +{"question_id": 6633, "table_id": "2-1434986-5", "question": "Which District has a First elected larger than 1858?", "sql": "SELECT \"District\" FROM \"2-1434986-5\" WHERE \"First elected\" > 1858.0;"} +{"question_id": 6634, "table_id": "2-15187735-19", "question": "What episode has a Manual Motorcycle Transmissions section D?", "sql": "SELECT SUM(\"Episode\") FROM \"2-15187735-19\" WHERE \"Segment D\" = 'Manual Motorcycle Transmissions';"} +{"question_id": 6635, "table_id": "2-15187735-19", "question": "What segment A is associated with a Segment C of Paint Chip Cards?", "sql": "SELECT \"Segment A\" FROM \"2-15187735-19\" WHERE \"Segment C\" = 'Paint Chip Cards';"} +{"question_id": 6636, "table_id": "2-15187735-19", "question": "What segment A is associated with a Segment D of Manual Motorcycle Transmissions?", "sql": "SELECT \"Segment A\" FROM \"2-15187735-19\" WHERE \"Segment D\" = 'Manual Motorcycle Transmissions';"} +{"question_id": 6637, "table_id": "2-14282690-12", "question": "What is shown for Austria when Croatia shows Ireland?", "sql": "SELECT \"Austria\" FROM \"2-14282690-12\" WHERE \"Croatia\" = 'Ireland';"} +{"question_id": 6638, "table_id": "2-14282690-12", "question": "What is the smallest number for 102 when Friendly of Friendly, and an Austria of Greece?", "sql": "SELECT MIN(\"102.\") FROM \"2-14282690-12\" WHERE \"Friendly\" = 'Friendly' AND \"Austria\" = 'Greece';"} +{"question_id": 6639, "table_id": "2-13564702-1", "question": "What is the Losing bonus with an extra Try bonus?", "sql": "SELECT \"Losing bonus\" FROM \"2-13564702-1\" WHERE \"Try bonus\" = 'Try bonus';"} +{"question_id": 6640, "table_id": "2-13564702-1", "question": "What did the loss come from a Club of Mumbles RFC?", "sql": "SELECT \"Lost\" FROM \"2-13564702-1\" WHERE \"Club\" = 'Mumbles RFC';"} +{"question_id": 6641, "table_id": "2-1486687-2", "question": "Round of 1, and a Record of 10–2 had what method?", "sql": "SELECT \"Method\" FROM \"2-1486687-2\" WHERE \"Round\" = '1' AND \"Record\" = '10–2';"} +{"question_id": 6642, "table_id": "2-1486687-2", "question": "Record of 3–1 had what Res?", "sql": "SELECT \"Res.\" FROM \"2-1486687-2\" WHERE \"Record\" = '3–1';"} +{"question_id": 6643, "table_id": "2-1486687-2", "question": "Record of 47–5 (1) involved what res?", "sql": "SELECT \"Res.\" FROM \"2-1486687-2\" WHERE \"Record\" = '47–5 (1)';"} +{"question_id": 6644, "table_id": "2-1486687-2", "question": "Opponent of Sergei Bondarovich, and a Record of 2–0 had what method?", "sql": "SELECT \"Method\" FROM \"2-1486687-2\" WHERE \"Opponent\" = 'Sergei Bondarovich' AND \"Record\" = '2–0';"} +{"question_id": 6645, "table_id": "2-1486687-2", "question": "Method of Submission (chin in the eye) had what opponent?", "sql": "SELECT \"Opponent\" FROM \"2-1486687-2\" WHERE \"Method\" = 'Submission (chin in the eye)';"} +{"question_id": 6646, "table_id": "2-1486687-2", "question": "Opponent of Leonardo Castello Branco had what record?", "sql": "SELECT \"Record\" FROM \"2-1486687-2\" WHERE \"Opponent\" = 'Leonardo Castello Branco';"} +{"question_id": 6647, "table_id": "2-15002110-1", "question": "In what year did Carmen Worley win in the women's singles category?", "sql": "SELECT \"Year\" FROM \"2-15002110-1\" WHERE \"Women's singles\" = 'Carmen Worley';"} +{"question_id": 6648, "table_id": "2-15002110-1", "question": "Who won in the men's doubles in 1980?", "sql": "SELECT \"Men's doubles\" FROM \"2-15002110-1\" WHERE \"Year\" = '1980';"} +{"question_id": 6649, "table_id": "2-15002110-1", "question": "Who won in mixed doubles in 2008?", "sql": "SELECT \"Mixed doubles\" FROM \"2-15002110-1\" WHERE \"Year\" = '2008';"} +{"question_id": 6650, "table_id": "2-15002110-1", "question": "Who won women's double in 2002, the year that Kenneth Vella won men's singles?", "sql": "SELECT \"Women's doubles\" FROM \"2-15002110-1\" WHERE \"Men's singles\" = 'Kenneth Vella' AND \"Year\" = '2002';"} +{"question_id": 6651, "table_id": "2-14305653-31", "question": "Who was the opponent in Belgrade and had a result of 5:2?", "sql": "SELECT \"Opponent\" FROM \"2-14305653-31\" WHERE \"City\" = 'Belgrade' AND \"Results¹\" = '5:2';"} +{"question_id": 6652, "table_id": "2-14305653-31", "question": "On what date was there a Friendly game against Wales?", "sql": "SELECT \"Date\" FROM \"2-14305653-31\" WHERE \"Type of game\" = 'Friendly' AND \"Opponent\" = 'Wales';"} +{"question_id": 6653, "table_id": "2-14305653-31", "question": "What were the results against the game against Egypt?", "sql": "SELECT \"Results¹\" FROM \"2-14305653-31\" WHERE \"Opponent\" = 'Egypt';"} +{"question_id": 6654, "table_id": "2-14305653-31", "question": "What were the results against the game against Skoplje?", "sql": "SELECT \"Results¹\" FROM \"2-14305653-31\" WHERE \"City\" = 'Skoplje';"} +{"question_id": 6655, "table_id": "2-14305653-31", "question": "What type of game was held against France with the results of 3:1?", "sql": "SELECT \"Type of game\" FROM \"2-14305653-31\" WHERE \"Results¹\" = '3:1' AND \"Opponent\" = 'France';"} +{"question_id": 6656, "table_id": "2-15209530-6", "question": "Name the 2012 for US Open", "sql": "SELECT \"2012\" FROM \"2-15209530-6\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 6657, "table_id": "2-15209530-6", "question": "NAme the 2012 for 2009 of A And 2010 of A And 2011 of A", "sql": "SELECT \"2012\" FROM \"2-15209530-6\" WHERE \"2009\" = 'A' AND \"2010\" = 'A' AND \"2011\" = 'A';"} +{"question_id": 6658, "table_id": "2-15209530-6", "question": "Name the tournament for 2010 of Grand Slam tournaments", "sql": "SELECT \"Tournament\" FROM \"2-15209530-6\" WHERE \"2010\" = 'Grand Slam tournaments';"} +{"question_id": 6659, "table_id": "2-14546545-3", "question": "What is the attendance number for the record of 17-22?", "sql": "SELECT \"Attendance\" FROM \"2-14546545-3\" WHERE \"Record\" = '17-22';"} +{"question_id": 6660, "table_id": "2-14546545-3", "question": "What is the record when the loss is Westbrook (1-6)?", "sql": "SELECT \"Record\" FROM \"2-14546545-3\" WHERE \"Loss\" = 'Westbrook (1-6)';"} +{"question_id": 6661, "table_id": "2-1510446-2", "question": "What is the final score of the 1st round game of club Union Luxembourg?", "sql": "SELECT \"Score\" FROM \"2-1510446-2\" WHERE \"Round\" = '1st round' AND \"Club\" = 'Union Luxembourg';"} +{"question_id": 6662, "table_id": "2-1510446-2", "question": "Which competition features the 1st round of Club Union Luxembourg?", "sql": "SELECT \"Competition\" FROM \"2-1510446-2\" WHERE \"Round\" = '1st round' AND \"Club\" = 'Union Luxembourg';"} +{"question_id": 6663, "table_id": "2-1510446-2", "question": "Which Competition has a 2nd round score of 1:0, 0:1 (4:3 a.p.)?", "sql": "SELECT \"Competition\" FROM \"2-1510446-2\" WHERE \"Round\" = '2nd round' AND \"Score\" = '1:0, 0:1 (4:3 a.p.)';"} +{"question_id": 6664, "table_id": "2-1510446-2", "question": "What's the final score of the competition that features the club of FK Austria Wien?", "sql": "SELECT \"Score\" FROM \"2-1510446-2\" WHERE \"Club\" = 'FK Austria Wien';"} +{"question_id": 6665, "table_id": "2-1510446-2", "question": "Which club has a 2nd round score of 1:0, 3:0?", "sql": "SELECT \"Club\" FROM \"2-1510446-2\" WHERE \"Round\" = '2nd round' AND \"Score\" = '1:0, 3:0';"} +{"question_id": 6666, "table_id": "2-145863-2", "question": "What is the mission for Switzerland as a resident County?", "sql": "SELECT \"Mission\" FROM \"2-145863-2\" WHERE \"Resident Country\" = 'Switzerland';"} +{"question_id": 6667, "table_id": "2-145863-2", "question": "What is the local mission that has Kingstown as a local location?", "sql": "SELECT \"Local Mission\" FROM \"2-145863-2\" WHERE \"Local Location\" = 'Kingstown';"} +{"question_id": 6668, "table_id": "2-145863-2", "question": "What is the local mission that has Ambassador as the local position, and a mission of Suriname?", "sql": "SELECT \"Local Mission\" FROM \"2-145863-2\" WHERE \"Local Position\" = 'Ambassador' AND \"Mission\" = 'Suriname';"} +{"question_id": 6669, "table_id": "2-145863-2", "question": "What is the local location that has Senegal as the resident county, and a mission of Mali?", "sql": "SELECT \"Local Location\" FROM \"2-145863-2\" WHERE \"Resident Country\" = 'Senegal' AND \"Mission\" = 'Mali';"} +{"question_id": 6670, "table_id": "2-145863-2", "question": "What is the local mission that has None as a local location, High Commissioner as a local position, Fiji as a resident county, and a mission of Tonga?", "sql": "SELECT \"Local Mission\" FROM \"2-145863-2\" WHERE \"Local Location\" = 'None' AND \"Local Position\" = 'High Commissioner' AND \"Resident Country\" = 'Fiji' AND \"Mission\" = 'Tonga';"} +{"question_id": 6671, "table_id": "2-145863-2", "question": "What is the mission that has Ambassador of local position, and a resident country of Democratic Republic of Congo?", "sql": "SELECT \"Mission\" FROM \"2-145863-2\" WHERE \"Local Position\" = 'Ambassador' AND \"Resident Country\" = 'Democratic Republic of Congo';"} +{"question_id": 6672, "table_id": "2-15205143-1", "question": "What position did the player play in the European Cross Country Championships in 2008?", "sql": "SELECT \"Position\" FROM \"2-15205143-1\" WHERE \"Competition\" = 'European Cross Country Championships' AND \"Year\" = 2008.0;"} +{"question_id": 6673, "table_id": "2-15205143-1", "question": "What venue hsoted the European Cross Country Championships with a notes of Junior men individual 6.595km?", "sql": "SELECT \"Venue\" FROM \"2-15205143-1\" WHERE \"Competition\" = 'European Cross Country Championships' AND \"Notes\" = 'Junior men individual 6.595km';"} +{"question_id": 6674, "table_id": "2-15205143-1", "question": "What position did the person finish in with a notes of Junior men individual 5.64km?", "sql": "SELECT \"Position\" FROM \"2-15205143-1\" WHERE \"Notes\" = 'Junior men individual 5.64km';"} +{"question_id": 6675, "table_id": "2-15205143-1", "question": "What venue hosted in 2005 and had a Notes of Men individual 9.84km?", "sql": "SELECT \"Venue\" FROM \"2-15205143-1\" WHERE \"Year\" = 2005.0 AND \"Notes\" = 'Men individual 9.84km';"} +{"question_id": 6676, "table_id": "2-14655866-2", "question": "Who was the opponent at the game with a result of W 20-17?", "sql": "SELECT \"Opponent\" FROM \"2-14655866-2\" WHERE \"Result\" = 'W 20-17';"} +{"question_id": 6677, "table_id": "2-14655866-2", "question": "What is the total number of weeks with a game at the milwaukee county stadium attended by 47897?", "sql": "SELECT COUNT(\"Week\") FROM \"2-14655866-2\" WHERE \"Venue\" = 'milwaukee county stadium' AND \"Attendance\" = 47897.0;"} +{"question_id": 6678, "table_id": "2-15100419-14", "question": "What is the highest round that had a pick lower than 8?", "sql": "SELECT MAX(\"Round\") FROM \"2-15100419-14\" WHERE \"Pick #\" < 8.0;"} +{"question_id": 6679, "table_id": "2-15054837-1", "question": "What title does Overkill have before 1984?", "sql": "SELECT \"Title\" FROM \"2-15054837-1\" WHERE \"Artist\" = 'Overkill' AND \"Year\" < 1984.0;"} +{"question_id": 6680, "table_id": "2-14313164-2", "question": "What is the Departure time at Kanpur Central Station?", "sql": "SELECT \"Departure\" FROM \"2-14313164-2\" WHERE \"Station Name\" = 'Kanpur Central';"} +{"question_id": 6681, "table_id": "2-14313164-2", "question": "What is the Station Name of Platform 5?", "sql": "SELECT \"Station Name\" FROM \"2-14313164-2\" WHERE \"Platform\" = '5';"} +{"question_id": 6682, "table_id": "2-15198842-22", "question": "What is the average pick # of the player from round 11?", "sql": "SELECT AVG(\"Pick #\") FROM \"2-15198842-22\" WHERE \"Round\" = 11.0;"} +{"question_id": 6683, "table_id": "2-15198842-22", "question": "What is the overall of the player with a pick # higher than 13?", "sql": "SELECT \"Overall\" FROM \"2-15198842-22\" WHERE \"Pick #\" < 13.0;"} +{"question_id": 6684, "table_id": "2-13719788-1", "question": "what year did Naga bonar take place", "sql": "SELECT \"Year (Ceremony)\" FROM \"2-13719788-1\" WHERE \"Original title\" = 'Naga bonar';"} +{"question_id": 6685, "table_id": "2-14282690-21", "question": "Which Friendly has a 3 March of 17 November?", "sql": "SELECT \"Friendly\" FROM \"2-14282690-21\" WHERE \"3 March\" = '17 November';"} +{"question_id": 6686, "table_id": "2-1508951-2", "question": "Natural change (per 1000) smaller than 14.3, and a Deaths of 104 000 had how many live births?", "sql": "SELECT \"Live births\" FROM \"2-1508951-2\" WHERE \"Natural change (per 1000)\" < 14.3 AND \"Deaths\" = '104 000';"} +{"question_id": 6687, "table_id": "2-1508951-2", "question": "Natural change (per 1000) smaller than -1, and a Crude birth rate (per 1000) smaller than 10.5, and a Deaths of 102 400 has what highest crude death rate per 1000?", "sql": "SELECT MAX(\"Crude death rate (per 1000)\") FROM \"2-1508951-2\" WHERE \"Natural change (per 1000)\" < -1.0 AND \"Crude birth rate (per 1000)\" < 10.5 AND \"Deaths\" = '102 400';"} +{"question_id": 6688, "table_id": "2-1508951-2", "question": "Natural change (per 1000) larger than 8.2, and a Crude birth rate (per 1000) of 26.4 involves how many deaths?", "sql": "SELECT \"Deaths\" FROM \"2-1508951-2\" WHERE \"Natural change (per 1000)\" > 8.2 AND \"Crude birth rate (per 1000)\" = 26.4;"} +{"question_id": 6689, "table_id": "2-1508951-2", "question": "Natural change of 42 689 has which lowest Crude birth rate (per 1000)?", "sql": "SELECT MIN(\"Crude birth rate (per 1000)\") FROM \"2-1508951-2\" WHERE \"Natural change\" = '42 689';"} +{"question_id": 6690, "table_id": "2-15125049-1", "question": "What is the sum of votes for the Green party?", "sql": "SELECT SUM(\"Votes (Gib.)\") FROM \"2-15125049-1\" WHERE \"Party\" = 'Green';"} +{"question_id": 6691, "table_id": "2-15125049-1", "question": "What is the sum of votes of the party with a % of 0.53 and more than 0 seats?", "sql": "SELECT SUM(\"Votes (Gib.)\") FROM \"2-15125049-1\" WHERE \"% (Gib.)\" = 0.53 AND \"Seats\" > 0.0;"} +{"question_id": 6692, "table_id": "2-14269448-3", "question": "What was the time of the game on April 5?", "sql": "SELECT \"Time\" FROM \"2-14269448-3\" WHERE \"Date\" = 'April 5';"} +{"question_id": 6693, "table_id": "2-15209530-5", "question": "Which 2011 has a 2010 of 1R, and a 2009 of 1R?", "sql": "SELECT \"2011\" FROM \"2-15209530-5\" WHERE \"2010\" = '1R' AND \"2009\" = '1R';"} +{"question_id": 6694, "table_id": "2-15209530-5", "question": "Which Tournament has a 2009 of Q1, and a 2008 of 1R?", "sql": "SELECT \"Tournament\" FROM \"2-15209530-5\" WHERE \"2009\" = 'Q1' AND \"2008\" = '1R';"} +{"question_id": 6695, "table_id": "2-15209530-5", "question": "Which 2008 hAs A 2009 of A, And A 2010 of A, And A 2012 of 1R, And A TournAment of Cincinnati Masters?", "sql": "SELECT \"2008\" FROM \"2-15209530-5\" WHERE \"2009\" = 'A' AND \"2010\" = 'A' AND \"2012\" = '1R' AND \"Tournament\" = 'Cincinnati Masters';"} +{"question_id": 6696, "table_id": "2-15209530-5", "question": "Which 2009 hAs A 2008 of A, And A TournAment of Canada Masters?", "sql": "SELECT \"2009\" FROM \"2-15209530-5\" WHERE \"2008\" = 'A' AND \"Tournament\" = 'Canada Masters';"} +{"question_id": 6697, "table_id": "2-15209530-5", "question": "Which 2008 hAs A 2009 of A, And A TournAment of Cincinnati Masters?", "sql": "SELECT \"2008\" FROM \"2-15209530-5\" WHERE \"2009\" = 'A' AND \"Tournament\" = 'Cincinnati Masters';"} +{"question_id": 6698, "table_id": "2-15209530-5", "question": "Which 2012 has a 2010 of 0–0?", "sql": "SELECT \"2012\" FROM \"2-15209530-5\" WHERE \"2010\" = '0–0';"} +{"question_id": 6699, "table_id": "2-15100199-10", "question": "What Date had a Partner of Urszula Radwańska?", "sql": "SELECT \"Date\" FROM \"2-15100199-10\" WHERE \"Partner\" = 'Urszula Radwańska';"} +{"question_id": 6700, "table_id": "2-15100199-10", "question": "Which Opponent had a Surface of Hard, and a Partner of Maria Elena Camerin?", "sql": "SELECT \"Opponent\" FROM \"2-15100199-10\" WHERE \"Surface\" = 'Hard' AND \"Partner\" = 'Maria Elena Camerin';"} +{"question_id": 6701, "table_id": "2-15100199-10", "question": "Which Partner had an Opponent of Darija Jurak Carmen Klaschka?", "sql": "SELECT \"Partner\" FROM \"2-15100199-10\" WHERE \"Opponent\" = 'Darija Jurak Carmen Klaschka';"} +{"question_id": 6702, "table_id": "2-15100199-10", "question": "Which Date had an Outcome of Runner-up, and a Surface of Carpet?", "sql": "SELECT \"Date\" FROM \"2-15100199-10\" WHERE \"Outcome\" = 'Runner-up' AND \"Surface\" = 'Carpet';"} +{"question_id": 6703, "table_id": "2-15100199-10", "question": "Which Surface had an Opponent of Fernanda Hermenegildo Monika Kochanova?", "sql": "SELECT \"Surface\" FROM \"2-15100199-10\" WHERE \"Opponent\" = 'Fernanda Hermenegildo Monika Kochanova';"} +{"question_id": 6704, "table_id": "2-14721214-2", "question": "Who was the opponent in the game that was attended by 42,000 people?", "sql": "SELECT \"Opponent#\" FROM \"2-14721214-2\" WHERE \"Attendance\" = '42,000';"} +{"question_id": 6705, "table_id": "2-14721214-2", "question": "Who was the opponent in the game that was attended by 48,000 people?", "sql": "SELECT \"Opponent#\" FROM \"2-14721214-2\" WHERE \"Attendance\" = '48,000';"} +{"question_id": 6706, "table_id": "2-14721214-2", "question": "On what day(s) did the Gophers play against Michigan?", "sql": "SELECT \"Date\" FROM \"2-14721214-2\" WHERE \"Opponent#\" = 'Michigan';"} +{"question_id": 6707, "table_id": "2-14721214-2", "question": "What was the result of the game that was attended by 16,000 people?", "sql": "SELECT \"Result\" FROM \"2-14721214-2\" WHERE \"Attendance\" = '16,000';"} +{"question_id": 6708, "table_id": "2-1515039-4", "question": "Which Season has an Agg of 4–1, and an Opponent of Rapid Wien?", "sql": "SELECT \"Season\" FROM \"2-1515039-4\" WHERE \"Agg.\" = '4–1' AND \"Opponent\" = 'Rapid Wien';"} +{"question_id": 6709, "table_id": "2-1515039-4", "question": "Which Home has an Opponent of Brøndby?", "sql": "SELECT \"Home\" FROM \"2-1515039-4\" WHERE \"Opponent\" = 'Brøndby';"} +{"question_id": 6710, "table_id": "2-1515039-4", "question": "Which Away has an Opponent of Slavia Prague?", "sql": "SELECT \"Away\" FROM \"2-1515039-4\" WHERE \"Opponent\" = 'Slavia Prague';"} +{"question_id": 6711, "table_id": "2-1515039-4", "question": "Which Away has a Competition of UEFA Cup, and an Opponent of Anderlecht?", "sql": "SELECT \"Away\" FROM \"2-1515039-4\" WHERE \"Competition\" = 'UEFA Cup' AND \"Opponent\" = 'Anderlecht';"} +{"question_id": 6712, "table_id": "2-1515039-4", "question": "Which Away has a Home of 2–2?", "sql": "SELECT \"Away\" FROM \"2-1515039-4\" WHERE \"Home\" = '2–2';"} +{"question_id": 6713, "table_id": "2-1515039-4", "question": "Which Away has a Season of 2001–02, and an Opponent of Dinaburg?", "sql": "SELECT \"Away\" FROM \"2-1515039-4\" WHERE \"Season\" = '2001–02' AND \"Opponent\" = 'Dinaburg';"} +{"question_id": 6714, "table_id": "2-13648477-1", "question": "What is the total number for grid with a suzuki gsx-r1000 k7 for +13.283?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-13648477-1\" WHERE \"Bike\" = 'suzuki gsx-r1000 k7' AND \"Time\" = '+13.283';"} +{"question_id": 6715, "table_id": "2-13648477-1", "question": "What was the time for a grid less than 6 for Noriyuki Haga?", "sql": "SELECT \"Time\" FROM \"2-13648477-1\" WHERE \"Grid\" < 6.0 AND \"Rider\" = 'Noriyuki Haga';"} +{"question_id": 6716, "table_id": "2-13648477-1", "question": "What was the time for a grid more than 6 in less than 23 laps with a Honda CBR1000RR?", "sql": "SELECT \"Time\" FROM \"2-13648477-1\" WHERE \"Grid\" > 6.0 AND \"Bike\" = 'Honda CBR1000RR' AND \"Laps\" < 23.0;"} +{"question_id": 6717, "table_id": "2-13648477-1", "question": "What is the sum of laps for karl muggeridge on a grid less than 16?", "sql": "SELECT SUM(\"Laps\") FROM \"2-13648477-1\" WHERE \"Rider\" = 'karl muggeridge' AND \"Grid\" < 16.0;"} +{"question_id": 6718, "table_id": "2-14407512-23", "question": "How many points have less than 126 2nd and nationality of AUT?", "sql": "SELECT SUM(\"Points\") FROM \"2-14407512-23\" WHERE \"2nd (m)\" < 126.0 AND \"Nationality\" = 'AUT';"} +{"question_id": 6719, "table_id": "2-1460129-1", "question": "Which album awarded Paul McGuinness a Lifetime Achievement Award?", "sql": "SELECT \"Album\" FROM \"2-1460129-1\" WHERE \"Lifetime Achievement Award\" = 'Paul McGuinness';"} +{"question_id": 6720, "table_id": "2-1460129-1", "question": "Which act's album has a name of All That You Can't Leave Behind?", "sql": "SELECT \"Pop Act\" FROM \"2-1460129-1\" WHERE \"Album\" = 'All That You Can''t Leave Behind';"} +{"question_id": 6721, "table_id": "2-1460129-1", "question": "In what year did Aslan receive a Lifetime Achievement Award and Snow Patrol perform?", "sql": "SELECT \"Year\" FROM \"2-1460129-1\" WHERE \"Band\" = 'Snow Patrol' AND \"Lifetime Achievement Award\" = 'Aslan';"} +{"question_id": 6722, "table_id": "2-1460129-1", "question": "Who won the Lifetime Achievement Award when Snow Patrol performed and Juliet Turner presented?", "sql": "SELECT \"Lifetime Achievement Award\" FROM \"2-1460129-1\" WHERE \"Band\" = 'Snow Patrol' AND \"Female\" = 'Juliet Turner';"} +{"question_id": 6723, "table_id": "2-1460129-1", "question": "What band performed when Samantha Mumba presented?", "sql": "SELECT \"Band\" FROM \"2-1460129-1\" WHERE \"Female\" = 'Samantha Mumba';"} +{"question_id": 6724, "table_id": "2-14417906-4", "question": "What is the lowest Draws for a season later than 1919 with more than 0 wins?", "sql": "SELECT MIN(\"Draws\") FROM \"2-14417906-4\" WHERE \"Season\" > 1919.0 AND \"Wins\" > 0.0;"} +{"question_id": 6725, "table_id": "2-14417906-4", "question": "What is the sum of Draws for a season later than 1964?", "sql": "SELECT SUM(\"Draws\") FROM \"2-14417906-4\" WHERE \"Season\" > 1964.0;"} +{"question_id": 6726, "table_id": "2-14417906-4", "question": "What is the sum of Wins when draws shows 0 in 1964?", "sql": "SELECT SUM(\"Wins\") FROM \"2-14417906-4\" WHERE \"Draws\" = 0.0 AND \"Season\" = 1964.0;"} +{"question_id": 6727, "table_id": "2-14417906-4", "question": "What is the highest Draws for a season later than 1926 with less than 0 wins?", "sql": "SELECT MAX(\"Draws\") FROM \"2-14417906-4\" WHERE \"Season\" > 1926.0 AND \"Wins\" < 0.0;"} +{"question_id": 6728, "table_id": "2-14417906-4", "question": "What is the highest Draws with less than 18 losses for north melbourne later than 1926?", "sql": "SELECT MAX(\"Draws\") FROM \"2-14417906-4\" WHERE \"Losses\" < 18.0 AND \"Team\" = 'north melbourne' AND \"Season\" > 1926.0;"} +{"question_id": 6729, "table_id": "2-13638416-3", "question": "what week had a player named Zach", "sql": "SELECT \"Weeks 3/4\" FROM \"2-13638416-3\" WHERE \"Name\" = 'Zach';"} +{"question_id": 6730, "table_id": "2-14231193-6", "question": "What is the largest number for SHTS for the san jose earthquakes with MINS larger than 2700?", "sql": "SELECT MAX(\"SHTS\") FROM \"2-14231193-6\" WHERE \"Club\" = 'san jose earthquakes' AND \"MINS\" > 2700.0;"} +{"question_id": 6731, "table_id": "2-14231193-6", "question": "What is the sum of Rank when Pat Onstad was the goalkeeper?", "sql": "SELECT SUM(\"Rank\") FROM \"2-14231193-6\" WHERE \"Goalkeeper\" = 'Pat Onstad';"} +{"question_id": 6732, "table_id": "2-14231193-6", "question": "What is the club for the 132 SHTS?", "sql": "SELECT \"Club\" FROM \"2-14231193-6\" WHERE \"SHTS\" = 132.0;"} +{"question_id": 6733, "table_id": "2-14231193-6", "question": "What is the largest MINS for the san jose earthquakes with a SHTS less than 166?", "sql": "SELECT MAX(\"MINS\") FROM \"2-14231193-6\" WHERE \"Club\" = 'san jose earthquakes' AND \"SHTS\" < 166.0;"} +{"question_id": 6734, "table_id": "2-1439769-6", "question": "When has a Surface of Clay, and an Opponent in the final of Andrés Gómez Javier Sánchez?", "sql": "SELECT \"Date\" FROM \"2-1439769-6\" WHERE \"Surface\" = 'Clay' AND \"Opponent in the final\" = 'Andrés Gómez Javier Sánchez';"} +{"question_id": 6735, "table_id": "2-1439769-6", "question": "Which Tournament has a Partner of Karel Nováček?", "sql": "SELECT \"Tournament\" FROM \"2-1439769-6\" WHERE \"Partner\" = 'Karel Nováček';"} +{"question_id": 6736, "table_id": "2-1439769-6", "question": "Which Tournament is in 1993 with a Score in the final of 6–2, 2–6, 7–5?", "sql": "SELECT \"Tournament\" FROM \"2-1439769-6\" WHERE \"Date\" = 1993.0 AND \"Score in the final\" = '6–2, 2–6, 7–5';"} +{"question_id": 6737, "table_id": "2-1499791-3", "question": "Riggs of e, and a Buechel & Manhart spelling (pronunciation) of e had what ullrich?", "sql": "SELECT \"Ullrich\" FROM \"2-1499791-3\" WHERE \"Riggs\" = 'e' AND \"Buechel & Manhart spelling (pronunciation)\" = 'e';"} +{"question_id": 6738, "table_id": "2-1499791-3", "question": "Rood & Taylor of o, and a Buechel & Manhart spelling (pronunciation) of o had what university of Minnesota?", "sql": "SELECT \"University of Minnesota\" FROM \"2-1499791-3\" WHERE \"Rood & Taylor\" = 'o' AND \"Buechel & Manhart spelling (pronunciation)\" = 'o';"} +{"question_id": 6739, "table_id": "2-1499791-3", "question": "Dakota Mission of t, and a Deloria & Boas of tʽ, and a Ullrich of tȟ had what white hat?", "sql": "SELECT \"White Hat\" FROM \"2-1499791-3\" WHERE \"Dakota Mission\" = 't' AND \"Deloria & Boas\" = 'tʽ' AND \"Ullrich\" = 'tȟ';"} +{"question_id": 6740, "table_id": "2-1499791-3", "question": "Deloria & Boas of n included what university of Minnesota?", "sql": "SELECT \"University of Minnesota\" FROM \"2-1499791-3\" WHERE \"Deloria & Boas\" = 'n';"} +{"question_id": 6741, "table_id": "2-1499791-3", "question": "Deloria & Boas of ų, and a Dakota Mission of un had what Buechel & Manhart spelling (pronunciation)?", "sql": "SELECT \"Buechel & Manhart spelling (pronunciation)\" FROM \"2-1499791-3\" WHERE \"Deloria & Boas\" = 'ų' AND \"Dakota Mission\" = 'un';"} +{"question_id": 6742, "table_id": "2-1499791-3", "question": "University of Minnesota of ṭ had what Deloria & Boas?", "sql": "SELECT \"Deloria & Boas\" FROM \"2-1499791-3\" WHERE \"University of Minnesota\" = 'ṭ';"} +{"question_id": 6743, "table_id": "2-14344407-3", "question": "Which November has a Game smaller than 16, and Points larger than 22?", "sql": "SELECT SUM(\"November\") FROM \"2-14344407-3\" WHERE \"Game\" < 16.0 AND \"Points\" > 22.0;"} +{"question_id": 6744, "table_id": "2-14344407-3", "question": "Which Record has a Game larger than 15, and Points smaller than 31, and a November of 7?", "sql": "SELECT \"Record\" FROM \"2-14344407-3\" WHERE \"Game\" > 15.0 AND \"Points\" < 31.0 AND \"November\" = 7.0;"} +{"question_id": 6745, "table_id": "2-14687922-2", "question": "What is the highest number of bronze for the united states with more than 1 silver?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-14687922-2\" WHERE \"Nation\" = 'united states' AND \"Silver\" > 1.0;"} +{"question_id": 6746, "table_id": "2-14687922-2", "question": "What is the sum of all silver medals with more than 2 bronze?", "sql": "SELECT SUM(\"Silver\") FROM \"2-14687922-2\" WHERE \"Bronze\" > 2.0;"} +{"question_id": 6747, "table_id": "2-14687922-2", "question": "What is the lowest number of silver medals with a rank of 4 and total medals greater than 1?", "sql": "SELECT MIN(\"Silver\") FROM \"2-14687922-2\" WHERE \"Rank\" = 4.0 AND \"Total\" > 1.0;"} +{"question_id": 6748, "table_id": "2-14687922-2", "question": "What is the average number of bronze medals with 1 silver, 5 gold, and over 6 total medals?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-14687922-2\" WHERE \"Silver\" = 1.0 AND \"Gold\" = 5.0 AND \"Total\" < 6.0;"} +{"question_id": 6749, "table_id": "2-14687922-2", "question": "What is the highest rank with less than 2 bronze, more than 1 gold, and less than 1 silver?", "sql": "SELECT MAX(\"Rank\") FROM \"2-14687922-2\" WHERE \"Bronze\" < 2.0 AND \"Gold\" > 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 6750, "table_id": "2-15173207-2", "question": "Who remixed an album of Dance Remixes?", "sql": "SELECT \"Remixed by\" FROM \"2-15173207-2\" WHERE \"Album\" = 'Dance Remixes';"} +{"question_id": 6751, "table_id": "2-15173207-2", "question": "Who remixed a Music video in 1985?", "sql": "SELECT \"Remixed by\" FROM \"2-15173207-2\" WHERE \"Year\" = 1985.0 AND \"Version\" = 'Music video';"} +{"question_id": 6752, "table_id": "2-15173207-2", "question": "What year was Mother's live remix created?", "sql": "SELECT SUM(\"Year\") FROM \"2-15173207-2\" WHERE \"Version\" = 'Mother''s live remix';"} +{"question_id": 6753, "table_id": "2-13864-1", "question": "Which position ranked 10th overall?", "sql": "SELECT \"Position\" FROM \"2-13864-1\" WHERE \"Pick\" = '10th overall';"} +{"question_id": 6754, "table_id": "2-13864-1", "question": "Which player played Wide receiver after 2008?", "sql": "SELECT \"Player\" FROM \"2-13864-1\" WHERE \"Year\" > 2008.0 AND \"Position\" = 'Wide receiver';"} +{"question_id": 6755, "table_id": "2-14986996-14", "question": "Which Player has a Date of 13 July 2007?", "sql": "SELECT \"Player\" FROM \"2-14986996-14\" WHERE \"Date\" = '13 July 2007';"} +{"question_id": 6756, "table_id": "2-14986996-14", "question": "Which Player had a Date of 31 Jan. 2008, and a Transfer fee of £3.87m?", "sql": "SELECT \"Player\" FROM \"2-14986996-14\" WHERE \"Date\" = '31 Jan. 2008' AND \"Transfer fee\" = '£3.87m';"} +{"question_id": 6757, "table_id": "2-14986996-14", "question": "Which Date had a Transfer fee of £8.8m?", "sql": "SELECT \"Date\" FROM \"2-14986996-14\" WHERE \"Transfer fee\" = '£8.8m';"} +{"question_id": 6758, "table_id": "2-14986996-14", "question": "Which From club had a Transfer fee of £3.87m?", "sql": "SELECT \"From club\" FROM \"2-14986996-14\" WHERE \"Transfer fee\" = '£3.87m';"} +{"question_id": 6759, "table_id": "2-14986996-14", "question": "Which Player had a From club of Atlético Madrid?", "sql": "SELECT \"Player\" FROM \"2-14986996-14\" WHERE \"From club\" = 'Atlético Madrid';"} +{"question_id": 6760, "table_id": "2-13928521-9", "question": "What is the decision of the game larger than 6.", "sql": "SELECT \"Decision\" FROM \"2-13928521-9\" WHERE \"Game\" > 6.0;"} +{"question_id": 6761, "table_id": "2-13928521-9", "question": "On May 8 what series is it?", "sql": "SELECT \"Series\" FROM \"2-13928521-9\" WHERE \"Date\" = 'May 8';"} +{"question_id": 6762, "table_id": "2-15081312-1", "question": "Which KOREAN has a CHINESE of 師子菩提 / Shīzǐpútí?", "sql": "SELECT \"KOREAN\" FROM \"2-15081312-1\" WHERE \"CHINESE\" = '師子菩提 / Shīzǐpútí';"} +{"question_id": 6763, "table_id": "2-15081312-1", "question": "Which JAPANESE has a KOREAN of 상나화수 / Sanahwasa?", "sql": "SELECT \"JAPANESE\" FROM \"2-15081312-1\" WHERE \"KOREAN\" = '상나화수 / Sanahwasa';"} +{"question_id": 6764, "table_id": "2-15081312-1", "question": "Which SANSKRT has a CHINESE of 摩拏羅 / Mónáluó?", "sql": "SELECT \"SANSKRT\" FROM \"2-15081312-1\" WHERE \"CHINESE\" = '摩拏羅 / Mónáluó';"} +{"question_id": 6765, "table_id": "2-15081312-1", "question": "Which SANSKRT has a JAPANESE of Jayana?", "sql": "SELECT \"SANSKRT\" FROM \"2-15081312-1\" WHERE \"JAPANESE\" = 'Jayana';"} +{"question_id": 6766, "table_id": "2-15081312-1", "question": "Which VIETNAMESE has a CHINESE of 婆須密 / Póxūmì?", "sql": "SELECT \"VIETNAMESE\" FROM \"2-15081312-1\" WHERE \"CHINESE\" = '婆須密 / Póxūmì';"} +{"question_id": 6767, "table_id": "2-15081312-1", "question": "Which VIETNAMESE has a CHINESE of 不如密多 / Bùrúmìduō?", "sql": "SELECT \"VIETNAMESE\" FROM \"2-15081312-1\" WHERE \"CHINESE\" = '不如密多 / Bùrúmìduō';"} +{"question_id": 6768, "table_id": "2-15198842-34", "question": "What is the mean pick number for iowa College when the overall is less than 200?", "sql": "SELECT AVG(\"Pick #\") FROM \"2-15198842-34\" WHERE \"College\" = 'iowa' AND \"Overall\" < 200.0;"} +{"question_id": 6769, "table_id": "2-14713901-6", "question": "What was the result on 26 October 1993?", "sql": "SELECT \"Result\" FROM \"2-14713901-6\" WHERE \"Date\" = '26 October 1993';"} +{"question_id": 6770, "table_id": "2-14713901-6", "question": "Who was the Away team on the result of 1-5 aet?", "sql": "SELECT \"Away\" FROM \"2-14713901-6\" WHERE \"Result\" = '1-5 aet';"} +{"question_id": 6771, "table_id": "2-14713901-6", "question": "What season had a date of 30 August 1980", "sql": "SELECT \"Season\" FROM \"2-14713901-6\" WHERE \"Date\" = '30 August 1980';"} +{"question_id": 6772, "table_id": "2-14713901-6", "question": "What round had a home of FC Augsburg with the result of 3-0?", "sql": "SELECT \"Round\" FROM \"2-14713901-6\" WHERE \"Home\" = 'FC Augsburg' AND \"Result\" = '3-0';"} +{"question_id": 6773, "table_id": "2-14406201-1", "question": "What is the office held by member Mark Coulton?", "sql": "SELECT \"In office\" FROM \"2-14406201-1\" WHERE \"Member\" = 'Mark Coulton';"} +{"question_id": 6774, "table_id": "2-14406201-1", "question": "What office is held by Electorate Hume?", "sql": "SELECT \"In office\" FROM \"2-14406201-1\" WHERE \"Electorate\" = 'Hume';"} +{"question_id": 6775, "table_id": "2-1364210-1", "question": "Which memeber has NT as the state?", "sql": "SELECT \"Member\" FROM \"2-1364210-1\" WHERE \"State\" = 'NT';"} +{"question_id": 6776, "table_id": "2-1364210-1", "question": "Which memeber has NSW as the state, a first elected of 1952, and ALP as the party?", "sql": "SELECT \"Member\" FROM \"2-1364210-1\" WHERE \"State\" = 'NSW' AND \"First elected\" = '1952' AND \"Party\" = 'ALP';"} +{"question_id": 6777, "table_id": "2-1364210-1", "question": "Which party has WA as the state, and Hon Victor Garland as the memeber?", "sql": "SELECT \"Party\" FROM \"2-1364210-1\" WHERE \"State\" = 'WA' AND \"Member\" = 'Hon Victor Garland';"} +{"question_id": 6778, "table_id": "2-1364210-1", "question": "Which party has a first elected of 1966, Qld as the state, and Donald Milner Cameron as the member?", "sql": "SELECT \"Party\" FROM \"2-1364210-1\" WHERE \"First elected\" = '1966' AND \"State\" = 'Qld' AND \"Member\" = 'Donald Milner Cameron';"} +{"question_id": 6779, "table_id": "2-1364210-1", "question": "Which memeber has a first elected of 1972, ALP as the party, Vic as the state, and an electorate of Gellibrand?", "sql": "SELECT \"Member\" FROM \"2-1364210-1\" WHERE \"First elected\" = '1972' AND \"Party\" = 'ALP' AND \"State\" = 'Vic' AND \"Electorate\" = 'Gellibrand';"} +{"question_id": 6780, "table_id": "2-16168849-1", "question": "Where was the game played with a 2013 left and Royals nickname?", "sql": "SELECT \"Location\" FROM \"2-16168849-1\" WHERE \"Left\" = '2013' AND \"Nickname\" = 'Royals';"} +{"question_id": 6781, "table_id": "2-16168849-1", "question": "What joined that was founded prior to year 1856 and whose current conference is the Big South (NCAA Division I)?", "sql": "SELECT \"Joined\" FROM \"2-16168849-1\" WHERE \"Founded\" < 1856.0 AND \"Current Conference\" = 'Big South (NCAA Division I)';"} +{"question_id": 6782, "table_id": "2-16168849-1", "question": "What is the total number of teams founded that were left in 1976?", "sql": "SELECT SUM(\"Founded\") FROM \"2-16168849-1\" WHERE \"Left\" = '1976';"} +{"question_id": 6783, "table_id": "2-15925889-13", "question": "What is the Set 1 when the date is 08 Jul, and a Set 2 of 25–21?", "sql": "SELECT \"Set 1\" FROM \"2-15925889-13\" WHERE \"Date\" = '08 Jul' AND \"Set 2\" = '25–21';"} +{"question_id": 6784, "table_id": "2-15925889-13", "question": "What is the Score for Set 2 of 24–26?", "sql": "SELECT \"Score\" FROM \"2-15925889-13\" WHERE \"Set 2\" = '24–26';"} +{"question_id": 6785, "table_id": "2-15925889-13", "question": "What shows for Report hen there is a set 1 of 19–25?", "sql": "SELECT \"Report\" FROM \"2-15925889-13\" WHERE \"Set 1\" = '19–25';"} +{"question_id": 6786, "table_id": "2-15925889-13", "question": "What is the Date with a Time of 17:37, and the Set 4 is 25–15?", "sql": "SELECT \"Date\" FROM \"2-15925889-13\" WHERE \"Time\" = '17:37' AND \"Set 4\" = '25–15';"} +{"question_id": 6787, "table_id": "2-15925889-13", "question": "What is the Report with a Score of 3–1, and Set 1 is 19–25?", "sql": "SELECT \"Report\" FROM \"2-15925889-13\" WHERE \"Score\" = '3–1' AND \"Set 1\" = '19–25';"} +{"question_id": 6788, "table_id": "2-15925889-13", "question": "What is the Report for 08 Jul, and a Score of 3–1?", "sql": "SELECT \"Report\" FROM \"2-15925889-13\" WHERE \"Date\" = '08 Jul' AND \"Score\" = '3–1';"} +{"question_id": 6789, "table_id": "2-1570167-3", "question": "What is the Nation with a Record that is 7.39?", "sql": "SELECT \"Nation\" FROM \"2-1570167-3\" WHERE \"Record\" = '7.39';"} +{"question_id": 6790, "table_id": "2-1570167-3", "question": "What is the Date with a Record that is 7.39?", "sql": "SELECT \"Date\" FROM \"2-1570167-3\" WHERE \"Record\" = '7.39';"} +{"question_id": 6791, "table_id": "2-15988037-25", "question": "What is Episode, when XII Season is 4 118 160 (26 September 2010)?", "sql": "SELECT \"Episode\" FROM \"2-15988037-25\" WHERE \"XII Season\" = '4 118 160 (26 September 2010)';"} +{"question_id": 6792, "table_id": "2-15988037-25", "question": "What is VII Season, when Episode is 11?", "sql": "SELECT \"VII Season\" FROM \"2-15988037-25\" WHERE \"Episode\" = '11';"} +{"question_id": 6793, "table_id": "2-15988037-25", "question": "What is XII Season, when Episode is 6?", "sql": "SELECT \"XII Season\" FROM \"2-15988037-25\" WHERE \"Episode\" = '6';"} +{"question_id": 6794, "table_id": "2-15988037-25", "question": "What is Episode, when VIII Season is 5 082 535 (19 October 2008)?", "sql": "SELECT \"Episode\" FROM \"2-15988037-25\" WHERE \"VIII Season\" = '5 082 535 (19 October 2008)';"} +{"question_id": 6795, "table_id": "2-15988037-25", "question": "What is XIII Season, when VIII Season is 4 780 743 (2 November 2008)?", "sql": "SELECT \"XIII Season\" FROM \"2-15988037-25\" WHERE \"VIII Season\" = '4 780 743 (2 November 2008)';"} +{"question_id": 6796, "table_id": "2-15315989-2", "question": "Which Lost has Points of 28 and a Drawn smaller than 8?", "sql": "SELECT AVG(\"Lost\") FROM \"2-15315989-2\" WHERE \"Points\" = 28.0 AND \"Drawn\" < 8.0;"} +{"question_id": 6797, "table_id": "2-15315989-2", "question": "How many Againsts have Points larger than 31 and a Drawn larger than 6?", "sql": "SELECT COUNT(\"Against\") FROM \"2-15315989-2\" WHERE \"Points\" > 31.0 AND \"Drawn\" > 6.0;"} +{"question_id": 6798, "table_id": "2-15560520-1", "question": "What is the highest number of votes for McCain in a county that voted 1.6% for other, 40.5% for McCain, and fewer than 256299 votes for Obama?", "sql": "SELECT MAX(\"McCain#\") FROM \"2-15560520-1\" WHERE \"Others%\" = '1.6%' AND \"McCain%\" = '40.5%' AND \"Obama#\" < 256299.0;"} +{"question_id": 6799, "table_id": "2-15560520-1", "question": "What is the highest number of votes for McCain in a county with fewer than 6379 votes for Obama and 52.8% of votes for McCain?", "sql": "SELECT MAX(\"McCain#\") FROM \"2-15560520-1\" WHERE \"Obama#\" < 6379.0 AND \"McCain%\" = '52.8%';"} +{"question_id": 6800, "table_id": "2-1603756-1", "question": "What is the Round with 1 Behinds?", "sql": "SELECT \"Round\" FROM \"2-1603756-1\" WHERE \"Behinds\" = 1.0;"} +{"question_id": 6801, "table_id": "2-1603756-1", "question": "What is the goals for Round 15?", "sql": "SELECT \"Goals\" FROM \"2-1603756-1\" WHERE \"Round\" = 'Round 15';"} +{"question_id": 6802, "table_id": "2-15640438-3", "question": "What was the Attendance on 31 january 1987?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-15640438-3\" WHERE \"Date\" = '31 january 1987';"} +{"question_id": 6803, "table_id": "2-15780718-8", "question": "What was the location and attendance with a score of W 89–86 (OT)?", "sql": "SELECT \"Location Attendance\" FROM \"2-15780718-8\" WHERE \"Score\" = 'W 89–86 (OT)';"} +{"question_id": 6804, "table_id": "2-15780718-8", "question": "How many games had a score of l 91–95 (ot)?", "sql": "SELECT COUNT(\"Game\") FROM \"2-15780718-8\" WHERE \"Score\" = 'l 91–95 (ot)';"} +{"question_id": 6805, "table_id": "2-15463188-16", "question": "What is the name of the player for the 2010-2011 season, from a Free Agency and is Number 14?", "sql": "SELECT \"Name\" FROM \"2-15463188-16\" WHERE \"Season\" = '2010-2011' AND \"Acquisition via\" = 'Free Agency' AND \"Number\" = '14';"} +{"question_id": 6806, "table_id": "2-15463188-16", "question": "Which season had a Trade with the school/club team La Salle?", "sql": "SELECT \"Season\" FROM \"2-15463188-16\" WHERE \"Acquisition via\" = 'Trade' AND \"School/Club Team\" = 'La Salle';"} +{"question_id": 6807, "table_id": "2-15463188-16", "question": "Who is the position for the 2009-2010 season, number 1?", "sql": "SELECT \"Position\" FROM \"2-15463188-16\" WHERE \"Season\" = '2009-2010' AND \"Number\" = '1';"} +{"question_id": 6808, "table_id": "2-15463188-16", "question": "What is the name for the Forward in the 2009-2010 season?", "sql": "SELECT \"Name\" FROM \"2-15463188-16\" WHERE \"Position\" = 'Forward' AND \"Season\" = '2009-2010';"} +{"question_id": 6809, "table_id": "2-15463188-16", "question": "What is the number for the Forward position from the school/club team La Salle?", "sql": "SELECT \"Number\" FROM \"2-15463188-16\" WHERE \"Position\" = 'Forward' AND \"School/Club Team\" = 'La Salle';"} +{"question_id": 6810, "table_id": "2-15463188-16", "question": "Who is the position from the school/club Far Eastern?", "sql": "SELECT \"Position\" FROM \"2-15463188-16\" WHERE \"School/Club Team\" = 'Far Eastern';"} +{"question_id": 6811, "table_id": "2-16034882-4", "question": "What is the highest number of games played for teams with 3 draws, 5 losses, and under 39 points?", "sql": "SELECT MAX(\"Games played\") FROM \"2-16034882-4\" WHERE \"Draws\" = 3.0 AND \"Loses\" = 5.0 AND \"Points\" < 39.0;"} +{"question_id": 6812, "table_id": "2-16034882-4", "question": "What is the highest number of losses for teams with under 3 draws and 51 points?", "sql": "SELECT MAX(\"Loses\") FROM \"2-16034882-4\" WHERE \"Draws\" < 3.0 AND \"Points\" = 51.0;"} +{"question_id": 6813, "table_id": "2-15499452-3", "question": "Tell me the record for a time in seconds smaller than 5.22.", "sql": "SELECT \"Record\" FROM \"2-15499452-3\" WHERE \"Time (seconds)\" < 5.22;"} +{"question_id": 6814, "table_id": "2-15499452-3", "question": "What sport was played on November 14, 2009?", "sql": "SELECT \"Sport\" FROM \"2-15499452-3\" WHERE \"Date\" = 'November 14, 2009';"} +{"question_id": 6815, "table_id": "2-16140345-5", "question": "Whose Visitor has a Record of 3–18?", "sql": "SELECT \"Visitor\" FROM \"2-16140345-5\" WHERE \"Record\" = '3–18';"} +{"question_id": 6816, "table_id": "2-16140345-5", "question": "When has a Leading scorer of Ricky Davis (20)?", "sql": "SELECT \"Date\" FROM \"2-16140345-5\" WHERE \"Leading scorer\" = 'Ricky Davis (20)';"} +{"question_id": 6817, "table_id": "2-16140345-5", "question": "Which Home has a Leading scorer of Dajuan Wagner (25) and a Score of 89–82? Question 3", "sql": "SELECT \"Home\" FROM \"2-16140345-5\" WHERE \"Leading scorer\" = 'Dajuan Wagner (25)' AND \"Score\" = '89–82';"} +{"question_id": 6818, "table_id": "2-16140345-5", "question": "When has a Visitor of Bulls?", "sql": "SELECT \"Date\" FROM \"2-16140345-5\" WHERE \"Visitor\" = 'Bulls';"} +{"question_id": 6819, "table_id": "2-16140345-5", "question": "Which Visitor has a Home of Bulls?", "sql": "SELECT \"Visitor\" FROM \"2-16140345-5\" WHERE \"Home\" = 'Bulls';"} +{"question_id": 6820, "table_id": "2-16140345-5", "question": "WHich Home is on 14 December 2002?", "sql": "SELECT \"Home\" FROM \"2-16140345-5\" WHERE \"Date\" = '14 December 2002';"} +{"question_id": 6821, "table_id": "2-16042656-1", "question": "What is the profession of Skaj Vikler, who entered the house on Day 1 and was evicted on Day 29?", "sql": "SELECT \"Profession\" FROM \"2-16042656-1\" WHERE \"Entered the house\" = 'Day 1' AND \"Evicted\" = 'Day 29' AND \"Name\" = 'Skaj Vikler';"} +{"question_id": 6822, "table_id": "2-16042656-1", "question": "What is the profession of the housemate from Leskovac city?", "sql": "SELECT \"Profession\" FROM \"2-16042656-1\" WHERE \"City\" = 'Leskovac';"} +{"question_id": 6823, "table_id": "2-16042656-1", "question": "When did Slađana Pejić, who was evicted on Day 29, enter the house?", "sql": "SELECT \"Entered the house\" FROM \"2-16042656-1\" WHERE \"Evicted\" = 'Day 29' AND \"Name\" = 'Slađana Pejić';"} +{"question_id": 6824, "table_id": "2-16042656-1", "question": "What is Slađana Pejić's profession?", "sql": "SELECT \"Profession\" FROM \"2-16042656-1\" WHERE \"Name\" = 'Slađana Pejić';"} +{"question_id": 6825, "table_id": "2-16042656-1", "question": "What city is the housemate who entered the house on Day 1 and whose profession was a TV presenter from?", "sql": "SELECT \"City\" FROM \"2-16042656-1\" WHERE \"Entered the house\" = 'Day 1' AND \"Profession\" = 'TV presenter';"} +{"question_id": 6826, "table_id": "2-15535243-1", "question": "What is the show on Tuesday when the time is 01:00 AM?", "sql": "SELECT \"01:00 AM\" FROM \"2-15535243-1\" WHERE \"Time\" = 'Tuesday';"} +{"question_id": 6827, "table_id": "2-15535243-1", "question": "What is the show on Thursday when the time is 02:00 AM?", "sql": "SELECT \"02:00 AM\" FROM \"2-15535243-1\" WHERE \"Time\" = 'Thursday';"} +{"question_id": 6828, "table_id": "2-15535243-1", "question": "Which show is on at 02:00 AM on Monday?", "sql": "SELECT \"02:00 AM\" FROM \"2-15535243-1\" WHERE \"Time\" = 'Monday';"} +{"question_id": 6829, "table_id": "2-15535243-1", "question": "Which show runs on Friday at 05:00 AM?", "sql": "SELECT \"05:00 AM\" FROM \"2-15535243-1\" WHERE \"Time\" = 'Friday';"} +{"question_id": 6830, "table_id": "2-1607312-1", "question": "What is the home team of the UEFA Cup in the 2000-2001 season with a Second round?", "sql": "SELECT \"Home\" FROM \"2-1607312-1\" WHERE \"Competition\" = 'UEFA Cup' AND \"Season\" = '2000-2001' AND \"Round\" = 'Second round';"} +{"question_id": 6831, "table_id": "2-1607312-1", "question": "What is the away team of the UEFA Champions League?", "sql": "SELECT \"Away\" FROM \"2-1607312-1\" WHERE \"Competition\" = 'UEFA Champions League';"} +{"question_id": 6832, "table_id": "2-1577834-1", "question": "Which Position has a League of Southern League Premier Division, and a Season of 2004–05?", "sql": "SELECT \"Position\" FROM \"2-1577834-1\" WHERE \"League\" = 'Southern League Premier Division' AND \"Season\" = '2004–05';"} +{"question_id": 6833, "table_id": "2-1577834-1", "question": "Which Draw has a Season of 2001–02, and Points larger than 47?", "sql": "SELECT SUM(\"Draw\") FROM \"2-1577834-1\" WHERE \"Season\" = '2001–02' AND \"Points\" > 47.0;"} +{"question_id": 6834, "table_id": "2-1577834-1", "question": "Which Lost is the highest one that has a Season of 2001–02, and Points larger than 47?", "sql": "SELECT MAX(\"Lost\") FROM \"2-1577834-1\" WHERE \"Season\" = '2001–02' AND \"Points\" > 47.0;"} +{"question_id": 6835, "table_id": "2-1570375-3", "question": "How many bronze numbers had a total of more than 4 when the rank is less than four, germany is involved, and there's less than 5 silver?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-1570375-3\" WHERE \"Total\" > 4.0 AND \"Rank\" < 4.0 AND \"Nation\" = 'germany' AND \"Silver\" < 5.0;"} +{"question_id": 6836, "table_id": "2-16147528-4", "question": "Which Place has Phil Mickelson as the Player?", "sql": "SELECT \"Place\" FROM \"2-16147528-4\" WHERE \"Player\" = 'Phil Mickelson';"} +{"question_id": 6837, "table_id": "2-16147528-4", "question": "What is the To Par for Player Chris Riley?", "sql": "SELECT \"To par\" FROM \"2-16147528-4\" WHERE \"Player\" = 'Chris Riley';"} +{"question_id": 6838, "table_id": "2-16147528-4", "question": "Which Player has a Place of T2 and a Country listed as Fiji?", "sql": "SELECT \"Player\" FROM \"2-16147528-4\" WHERE \"Place\" = 'T2' AND \"Country\" = 'Fiji';"} +{"question_id": 6839, "table_id": "2-15715109-22", "question": "What is the average Height when the weight is less than 91 anD the position is D, anD a BirthDate of July 4, 1975?", "sql": "SELECT AVG(\"Height (cm)\") FROM \"2-15715109-22\" WHERE \"Weight (kg)\" < 91.0 AND \"Position\" = 'D' AND \"Birthdate\" = 'July 4, 1975';"} +{"question_id": 6840, "table_id": "2-15715109-22", "question": "What is the sum of Weight for the person born in Virginia, Minnesota?", "sql": "SELECT SUM(\"Weight (kg)\") FROM \"2-15715109-22\" WHERE \"Birthplace\" = 'Virginia, Minnesota';"} +{"question_id": 6841, "table_id": "2-15715109-22", "question": "What is the Name with a height of more than 183 cm for the 1997–1998 Team of Mighty Ducks of Anaheim?", "sql": "SELECT \"Name\" FROM \"2-15715109-22\" WHERE \"Height (cm)\" > 183.0 AND \"1997–1998 Team\" = 'Mighty Ducks of Anaheim';"} +{"question_id": 6842, "table_id": "2-15715109-22", "question": "What is the Birthdate for the person with a height less than 191, and weight of 84 kg?", "sql": "SELECT \"Birthdate\" FROM \"2-15715109-22\" WHERE \"Height (cm)\" < 191.0 AND \"Weight (kg)\" = 84.0;"} +{"question_id": 6843, "table_id": "2-15715109-22", "question": "What is the Position with a height of less than 183, and a weight of less than 91 kg and born in Bloomington, Minnesota?", "sql": "SELECT \"Position\" FROM \"2-15715109-22\" WHERE \"Height (cm)\" < 183.0 AND \"Weight (kg)\" < 91.0 AND \"Birthplace\" = 'Bloomington, Minnesota';"} +{"question_id": 6844, "table_id": "2-1594415-2", "question": "Which claimant's rank is 200?", "sql": "SELECT \"Claimant\" FROM \"2-1594415-2\" WHERE \"Rank\" = 200.0;"} +{"question_id": 6845, "table_id": "2-1594415-2", "question": "What is the most points for South Ossetia?", "sql": "SELECT \"Highest point\" FROM \"2-1594415-2\" WHERE \"Country\" = 'South Ossetia';"} +{"question_id": 6846, "table_id": "2-1594415-2", "question": "Which highest rank belongs to the Palestinian territories?", "sql": "SELECT MAX(\"Rank\") FROM \"2-1594415-2\" WHERE \"Country\" = 'Palestinian territories';"} +{"question_id": 6847, "table_id": "2-1594415-2", "question": "What is the highest amount of points for rank 95?", "sql": "SELECT \"Highest point\" FROM \"2-1594415-2\" WHERE \"Rank\" = 95.0;"} +{"question_id": 6848, "table_id": "2-15679259-3", "question": "What season had a .439 Win% in the 1996-97 Team?", "sql": "SELECT \"Season\" FROM \"2-15679259-3\" WHERE \"Win%\" = '.439' AND \"Team\" = '1996-97';"} +{"question_id": 6849, "table_id": "2-15679259-3", "question": "What conference is the 1973-74 team in the Atlantic Division (Div.)?", "sql": "SELECT \"Conference (Conf.)\" FROM \"2-15679259-3\" WHERE \"Division (Div.)\" = 'Atlantic' AND \"Team\" = '1973-74';"} +{"question_id": 6850, "table_id": "2-15679259-3", "question": "Which season has a .354 Win%?", "sql": "SELECT \"Season\" FROM \"2-15679259-3\" WHERE \"Win%\" = '.354';"} +{"question_id": 6851, "table_id": "2-15679259-3", "question": "What is the Win% of the 1989-90 Team?", "sql": "SELECT \"Win%\" FROM \"2-15679259-3\" WHERE \"Team\" = '1989-90';"} +{"question_id": 6852, "table_id": "2-15780049-9", "question": "What is the High rebounds with a Team that is Charlotte?", "sql": "SELECT \"High rebounds\" FROM \"2-15780049-9\" WHERE \"Team\" = 'Charlotte';"} +{"question_id": 6853, "table_id": "2-16103661-6", "question": "On what date was the rocket a TBD with a satellite of GPS IIIA-1?", "sql": "SELECT \"Date\" FROM \"2-16103661-6\" WHERE \"Rocket\" = 'TBD' AND \"Satellite\" = 'GPS IIIA-1';"} +{"question_id": 6854, "table_id": "2-16103661-6", "question": "Which type is a satellite of GPS IIIA-2?", "sql": "SELECT \"Type\" FROM \"2-16103661-6\" WHERE \"Satellite\" = 'GPS IIIA-2';"} +{"question_id": 6855, "table_id": "2-16103661-6", "question": "What was the launch site for a satellite of GPS IIIA-2?", "sql": "SELECT \"Launch site\" FROM \"2-16103661-6\" WHERE \"Satellite\" = 'GPS IIIA-2';"} +{"question_id": 6856, "table_id": "2-15918328-28", "question": "What is Choreographer(s), when Chosen By is Mary Murphy, and when Couple is Katee Shean Stephen \"Twitch\" Boss?", "sql": "SELECT \"Choreographer(s)\" FROM \"2-15918328-28\" WHERE \"Chosen by\" = 'Mary Murphy' AND \"Couple\" = 'Katee Shean Stephen \"Twitch\" Boss';"} +{"question_id": 6857, "table_id": "2-15918328-28", "question": "What is Choreographer(s), when Chosen is Mary Murphy, and when Style is Contemporary?", "sql": "SELECT \"Choreographer(s)\" FROM \"2-15918328-28\" WHERE \"Chosen by\" = 'Mary Murphy' AND \"Style\" = 'Contemporary';"} +{"question_id": 6858, "table_id": "2-15918328-28", "question": "What is Chosen By, when Couple is Katee Shean Joshua Allen, and when Choreographer(s) is Nakul Dev Mahajan?", "sql": "SELECT \"Chosen by\" FROM \"2-15918328-28\" WHERE \"Couple\" = 'Katee Shean Joshua Allen' AND \"Choreographer(s)\" = 'Nakul Dev Mahajan';"} +{"question_id": 6859, "table_id": "2-15918328-28", "question": "What is Style, when Choreographer(s) is Dave Scott?", "sql": "SELECT \"Style\" FROM \"2-15918328-28\" WHERE \"Choreographer(s)\" = 'Dave Scott';"} +{"question_id": 6860, "table_id": "2-15918328-28", "question": "What is Couple, when Choreographer(s) is Nakul Dev Mahajan?", "sql": "SELECT \"Couple\" FROM \"2-15918328-28\" WHERE \"Choreographer(s)\" = 'Nakul Dev Mahajan';"} +{"question_id": 6861, "table_id": "2-156618-3", "question": "What is the average number for northgate which commenced its construction before 1951?", "sql": "SELECT AVG(\"Number on map\") FROM \"2-156618-3\" WHERE \"Name\" = 'northgate' AND \"Construction commenced\" < 1951.0;"} +{"question_id": 6862, "table_id": "2-156618-3", "question": "What is the lowest population for the neighborhood with the color blue that commenced its construction before 1987?", "sql": "SELECT MIN(\"Population\") FROM \"2-156618-3\" WHERE \"Colour\" = 'blue' AND \"Construction commenced\" < 1987.0;"} +{"question_id": 6863, "table_id": "2-1569714-5", "question": "What is the sum of Top-25 when there are more than 0 wins?", "sql": "SELECT SUM(\"Top-25\") FROM \"2-1569714-5\" WHERE \"Wins\" > 0.0;"} +{"question_id": 6864, "table_id": "2-1569714-5", "question": "What is the lowest Top-10 when the Top-25 is 6, and a Tournament of u.s. open, and a Cut made larger than 9?", "sql": "SELECT MIN(\"Top-10\") FROM \"2-1569714-5\" WHERE \"Top-25\" = 6.0 AND \"Tournament\" = 'u.s. open' AND \"Cuts made\" > 9.0;"} +{"question_id": 6865, "table_id": "2-1569714-5", "question": "What is the lowest Top-25 when events shows 12, the top-5 is 1, and less than 11 cuts?", "sql": "SELECT MIN(\"Top-25\") FROM \"2-1569714-5\" WHERE \"Events\" = 12.0 AND \"Top-5\" = 1.0 AND \"Cuts made\" < 11.0;"} +{"question_id": 6866, "table_id": "2-16079809-1", "question": "What is the Enrollment at Onalaska?", "sql": "SELECT MAX(\"Enrollment\") FROM \"2-16079809-1\" WHERE \"Location\" = 'Onalaska';"} +{"question_id": 6867, "table_id": "2-16079809-1", "question": "What Public Institution is in Black River Falls?", "sql": "SELECT \"Institution\" FROM \"2-16079809-1\" WHERE \"Affiliation\" = 'Public' AND \"Location\" = 'Black River Falls';"} +{"question_id": 6868, "table_id": "2-15859432-2", "question": "What is the total number of Block for the Player with less than 85 Weight and more than 187 Height?", "sql": "SELECT COUNT(\"Block\") FROM \"2-15859432-2\" WHERE \"Weight\" < 85.0 AND \"Height\" > 187.0;"} +{"question_id": 6869, "table_id": "2-15859432-2", "question": "What is the Name of the player with less than 342 Block, less than 87 Weight and Height more than 187?", "sql": "SELECT \"Name\" FROM \"2-15859432-2\" WHERE \"Block\" < 342.0 AND \"Weight\" < 87.0 AND \"Height\" > 187.0;"} +{"question_id": 6870, "table_id": "2-15859432-2", "question": "What is the Weight of the player with a Block larger than 328, Spike greater than 375 and Height larger than 207?", "sql": "SELECT COUNT(\"Weight\") FROM \"2-15859432-2\" WHERE \"Block\" > 328.0 AND \"Height\" > 207.0 AND \"Spike\" > 375.0;"} +{"question_id": 6871, "table_id": "2-1597837-1", "question": "What is the Result with a Category of Album Of The Year in a Year that is 2011?", "sql": "SELECT \"Result\" FROM \"2-1597837-1\" WHERE \"Category\" = 'Album Of The Year' AND \"Year\" = 2011.0;"} +{"question_id": 6872, "table_id": "2-15463188-5", "question": "What is Season, when Name is Tony Boy Espinosa?", "sql": "SELECT \"Season\" FROM \"2-15463188-5\" WHERE \"Name\" = 'Tony Boy Espinosa';"} +{"question_id": 6873, "table_id": "2-15463188-5", "question": "What is the average Number, when Position is Forward?", "sql": "SELECT AVG(\"Number\") FROM \"2-15463188-5\" WHERE \"Position\" = 'Forward';"} +{"question_id": 6874, "table_id": "2-15463188-5", "question": "What is the lowest Number, when School/Club Team is Misamis Institute?", "sql": "SELECT MIN(\"Number\") FROM \"2-15463188-5\" WHERE \"School/Club Team\" = 'Misamis Institute';"} +{"question_id": 6875, "table_id": "2-15463188-5", "question": "What is School/Club Team, when Season is 2006-2012?", "sql": "SELECT \"School/Club Team\" FROM \"2-15463188-5\" WHERE \"Season\" = '2006-2012';"} +{"question_id": 6876, "table_id": "2-15463188-5", "question": "What is Acquisition via, when Season is 2006-2012?", "sql": "SELECT \"Acquisition via\" FROM \"2-15463188-5\" WHERE \"Season\" = '2006-2012';"} +{"question_id": 6877, "table_id": "2-15925889-5", "question": "What is Set 4, when Set 1 is 19-25, and when Set 2 is 23-25?", "sql": "SELECT \"Set 4\" FROM \"2-15925889-5\" WHERE \"Set 1\" = '19-25' AND \"Set 2\" = '23-25';"} +{"question_id": 6878, "table_id": "2-15925889-5", "question": "What is Set 1, when Set 4 is NA, when Score is 3-0, and when Set 2 is 29-27?", "sql": "SELECT \"Set 1\" FROM \"2-15925889-5\" WHERE \"Set 4\" = 'NA' AND \"Score\" = '3-0' AND \"Set 2\" = '29-27';"} +{"question_id": 6879, "table_id": "2-15925889-5", "question": "What is Set 2, when Date is May 31?", "sql": "SELECT \"Set 2\" FROM \"2-15925889-5\" WHERE \"Date\" = 'May 31';"} +{"question_id": 6880, "table_id": "2-15925889-5", "question": "What is Set 1, when Set 2 is 17-25?", "sql": "SELECT \"Set 1\" FROM \"2-15925889-5\" WHERE \"Set 2\" = '17-25';"} +{"question_id": 6881, "table_id": "2-15925889-5", "question": "What is Set 3, when Set 4 is 25-21, and when Date is Jun 14?", "sql": "SELECT \"Set 3\" FROM \"2-15925889-5\" WHERE \"Set 4\" = '25-21' AND \"Date\" = 'Jun 14';"} +{"question_id": 6882, "table_id": "2-1576965-6", "question": "What were the total number of Events, when the Top-5 was less than 2, and when the Top-25 was less than 3?", "sql": "SELECT COUNT(\"Events\") FROM \"2-1576965-6\" WHERE \"Top-5\" < 2.0 AND \"Top-25\" < 3.0;"} +{"question_id": 6883, "table_id": "2-1576965-6", "question": "What was the total number of Top-25 values, for which Cuts made was 62, and for which Wins were less than 1?", "sql": "SELECT COUNT(\"Top-25\") FROM \"2-1576965-6\" WHERE \"Cuts made\" = 62.0 AND \"Wins\" < 1.0;"} +{"question_id": 6884, "table_id": "2-1576965-6", "question": "What was the total number of Cuts made, when Top-5 was greater than 3, and when Events were 85?", "sql": "SELECT COUNT(\"Cuts made\") FROM \"2-1576965-6\" WHERE \"Top-5\" > 3.0 AND \"Events\" = 85.0;"} +{"question_id": 6885, "table_id": "2-1576965-6", "question": "What was the sum of Events, when Wins were less than 1, when Top-25 was 3, and when Top-5 was less than 1?", "sql": "SELECT SUM(\"Events\") FROM \"2-1576965-6\" WHERE \"Wins\" < 1.0 AND \"Top-25\" = 3.0 AND \"Top-5\" < 1.0;"} +{"question_id": 6886, "table_id": "2-1576965-6", "question": "What was the highest Top-10, when the Top-5 was greater than 3, when the Cuts made were 20, and when the Top-25 was more than 10?", "sql": "SELECT MAX(\"Top-10\") FROM \"2-1576965-6\" WHERE \"Top-5\" > 3.0 AND \"Cuts made\" = 20.0 AND \"Top-25\" > 10.0;"} +{"question_id": 6887, "table_id": "2-1576965-6", "question": "What was the lowest Top-10, when the Wins were 0, when the Top-25 was 12, and when the Events were less than 23?", "sql": "SELECT MIN(\"Top-10\") FROM \"2-1576965-6\" WHERE \"Wins\" = 0.0 AND \"Top-25\" = 12.0 AND \"Events\" < 23.0;"} +{"question_id": 6888, "table_id": "2-15319684-1", "question": "What is the average Against when the drawn is more than 2 and the Difference of- 17, and a Played smaller than 20?", "sql": "SELECT AVG(\"Against\") FROM \"2-15319684-1\" WHERE \"Drawn\" > 2.0 AND \"Difference\" = '- 17' AND \"Played\" < 20.0;"} +{"question_id": 6889, "table_id": "2-15319684-1", "question": "What is the number of Position when the team was são paulo railway and the against is less than 46?", "sql": "SELECT COUNT(\"Position\") FROM \"2-15319684-1\" WHERE \"Team\" = 'são paulo railway' AND \"Against\" < 46.0;"} +{"question_id": 6890, "table_id": "2-15319684-1", "question": "What is the Team when the lost is less than 13, and the position is less than 4, with a Difference of 42?", "sql": "SELECT \"Team\" FROM \"2-15319684-1\" WHERE \"Lost\" < 13.0 AND \"Position\" < 4.0 AND \"Difference\" = '42';"} +{"question_id": 6891, "table_id": "2-15319684-1", "question": "What is the sum of Played when the drawn is less than 2 and against is more than 29?", "sql": "SELECT SUM(\"Played\") FROM \"2-15319684-1\" WHERE \"Drawn\" < 2.0 AND \"Against\" > 29.0;"} +{"question_id": 6892, "table_id": "2-15514527-7", "question": "Which Wins has a Byes larger than 0?", "sql": "SELECT MAX(\"Wins\") FROM \"2-15514527-7\" WHERE \"Byes\" > 0.0;"} +{"question_id": 6893, "table_id": "2-15514527-7", "question": "Which Against has a Peel of waroona, and a Byes larger than 0?", "sql": "SELECT MAX(\"Against\") FROM \"2-15514527-7\" WHERE \"Peel\" = 'waroona' AND \"Byes\" > 0.0;"} +{"question_id": 6894, "table_id": "2-15514527-7", "question": "Which Draws has a Wins smaller than 17, and an Against smaller than 1158?", "sql": "SELECT COUNT(\"Draws\") FROM \"2-15514527-7\" WHERE \"Wins\" < 17.0 AND \"Against\" < 1158.0;"} +{"question_id": 6895, "table_id": "2-15514527-7", "question": "Which Draws has an Against larger than 1158, and a Wins of 9, and a Losses smaller than 9?", "sql": "SELECT SUM(\"Draws\") FROM \"2-15514527-7\" WHERE \"Against\" > 1158.0 AND \"Wins\" = 9.0 AND \"Losses\" < 9.0;"} +{"question_id": 6896, "table_id": "2-15514527-7", "question": "Which Losses has a Wins of 6, and an Against smaller than 1741?", "sql": "SELECT MIN(\"Losses\") FROM \"2-15514527-7\" WHERE \"Wins\" = 6.0 AND \"Against\" < 1741.0;"} +{"question_id": 6897, "table_id": "2-15664762-2", "question": "What venue was the game played in when the winner was the Atlanta Hawks (11)?", "sql": "SELECT \"Venue\" FROM \"2-15664762-2\" WHERE \"Winner\" = 'Atlanta Hawks (11)';"} +{"question_id": 6898, "table_id": "2-15664762-2", "question": "What team was the loser when the result was 119–113?", "sql": "SELECT \"Loser\" FROM \"2-15664762-2\" WHERE \"Result\" = '119–113';"} +{"question_id": 6899, "table_id": "2-15664762-2", "question": "What is the Loser when the winner was Los Angeles Lakers (10)?", "sql": "SELECT \"Loser\" FROM \"2-15664762-2\" WHERE \"Winner\" = 'Los Angeles Lakers (10)';"} +{"question_id": 6900, "table_id": "2-15664762-2", "question": "What is the Venue when the result was 88–87?", "sql": "SELECT \"Venue\" FROM \"2-15664762-2\" WHERE \"Result\" = '88–87';"} +{"question_id": 6901, "table_id": "2-15664762-2", "question": "What team was the winner when the result was 90–86?", "sql": "SELECT \"Winner\" FROM \"2-15664762-2\" WHERE \"Result\" = '90–86';"} +{"question_id": 6902, "table_id": "2-15664762-2", "question": "What is the Result when the Memphis Grizzlies ( 2) were the loser?", "sql": "SELECT \"Result\" FROM \"2-15664762-2\" WHERE \"Loser\" = 'Memphis Grizzlies ( 2)';"} +{"question_id": 6903, "table_id": "2-154957-6", "question": "What year was the Win percentage 60%?", "sql": "SELECT \"Years\" FROM \"2-154957-6\" WHERE \"Win percentage\" = '60%';"} +{"question_id": 6904, "table_id": "2-154957-6", "question": "What is the total number of Tests when the lost is less than 9 for sir fred allen?", "sql": "SELECT COUNT(\"Tests\") FROM \"2-154957-6\" WHERE \"Lost\" < 9.0 AND \"Name\" = 'sir fred allen';"} +{"question_id": 6905, "table_id": "2-154957-6", "question": "What is the Win percentage where there were 5 lost and 0 is drew?", "sql": "SELECT \"Win percentage\" FROM \"2-154957-6\" WHERE \"Lost\" = 5.0 AND \"Drew\" = 0.0;"} +{"question_id": 6906, "table_id": "2-15994598-1", "question": "How many Campeonato Paulistas had a campeonato brasileiro of more than 2, an others number of more than 0, and a copa sudamericana of more than 5?", "sql": "SELECT COUNT(\"Campeonato Paulista\") FROM \"2-15994598-1\" WHERE \"Campeonato Brasileiro\" > 2.0 AND \"Others\" > 0.0 AND \"Copa Sudamericana\" > 5.0;"} +{"question_id": 6907, "table_id": "2-15994598-1", "question": "What is the largest copa sudamericana number when the others number is less than 0?", "sql": "SELECT MAX(\"Copa Sudamericana\") FROM \"2-15994598-1\" WHERE \"Others\" < 0.0;"} +{"question_id": 6908, "table_id": "2-15313494-6", "question": "Which Unit has Authors of Dalla Vecchia, Wild, & Reitner?", "sql": "SELECT \"Unit\" FROM \"2-15313494-6\" WHERE \"Authors\" = 'Dalla Vecchia, Wild, & Reitner';"} +{"question_id": 6909, "table_id": "2-15313494-6", "question": "Where is Two Medicine Formation?", "sql": "SELECT \"Location\" FROM \"2-15313494-6\" WHERE \"Unit\" = 'Two Medicine Formation';"} +{"question_id": 6910, "table_id": "2-15313494-6", "question": "What is Varricchio's unit?", "sql": "SELECT \"Unit\" FROM \"2-15313494-6\" WHERE \"Authors\" = 'Varricchio';"} +{"question_id": 6911, "table_id": "2-15313494-6", "question": "Which authors have a Unit of Densuș-Ciula Formation?", "sql": "SELECT \"Authors\" FROM \"2-15313494-6\" WHERE \"Unit\" = 'Densuș-Ciula Formation';"} +{"question_id": 6912, "table_id": "2-15313494-6", "question": "Which Status has a Unit of Daohugou Beds?", "sql": "SELECT \"Status\" FROM \"2-15313494-6\" WHERE \"Unit\" = 'Daohugou Beds';"} +{"question_id": 6913, "table_id": "2-15313494-6", "question": "What is Varricchio's status?", "sql": "SELECT \"Status\" FROM \"2-15313494-6\" WHERE \"Authors\" = 'Varricchio';"} +{"question_id": 6914, "table_id": "2-15483111-1", "question": "What is the points average when the tied is greater than 8, less than 82 games and the coach of bryan mclay † morris lallo ‡ gerry moore ‡, and greater than 322 goals?", "sql": "SELECT AVG(\"Points\") FROM \"2-15483111-1\" WHERE \"Tied\" > 8.0 AND \"Games\" < 82.0 AND \"Coach\" = 'bryan mclay † morris lallo ‡ gerry moore ‡' AND \"Goals against\" > 322.0;"} +{"question_id": 6915, "table_id": "2-15483111-1", "question": "What are the most games when the points are 100 and goals for less than 356?", "sql": "SELECT MAX(\"Games\") FROM \"2-15483111-1\" WHERE \"Points\" = 100.0 AND \"Goals for\" < 356.0;"} +{"question_id": 6916, "table_id": "2-15483111-1", "question": "What is the most points when the goals against are 354 and games less than 82?", "sql": "SELECT MAX(\"Points\") FROM \"2-15483111-1\" WHERE \"Goals against\" = 354.0 AND \"Games\" < 82.0;"} +{"question_id": 6917, "table_id": "2-15483111-1", "question": "For games less than 70 and goals for greater than 335 what is the most points?", "sql": "SELECT MAX(\"Points\") FROM \"2-15483111-1\" WHERE \"Goals for\" > 335.0 AND \"Games\" < 70.0;"} +{"question_id": 6918, "table_id": "2-16050729-1", "question": "What is Gold, when Total is less than 4, when Silver is 1, and when Bronze is 1?", "sql": "SELECT \"Gold\" FROM \"2-16050729-1\" WHERE \"Total\" < 4.0 AND \"Silver\" = '1' AND \"Bronze\" = '1';"} +{"question_id": 6919, "table_id": "2-16050729-1", "question": "What is Silver, when Total is greater than 4, when Bronze is 2, and when Rank is greater than 1?", "sql": "SELECT \"Silver\" FROM \"2-16050729-1\" WHERE \"Total\" > 4.0 AND \"Bronze\" = '2' AND \"Rank\" > 1.0;"} +{"question_id": 6920, "table_id": "2-15558943-2", "question": "Who was on the Socialist Labor ticket that had Arthur Levitt as the Liberal Ticket?", "sql": "SELECT \"Socialist Labor ticket\" FROM \"2-15558943-2\" WHERE \"Liberal ticket\" = 'Arthur Levitt';"} +{"question_id": 6921, "table_id": "2-15558943-2", "question": "Robert S. Flanzer was the Free Libertarian ticket with who listed as the Liberal Ticket?", "sql": "SELECT \"Liberal ticket\" FROM \"2-15558943-2\" WHERE \"Free Libertarian ticket\" = 'Robert S. Flanzer';"} +{"question_id": 6922, "table_id": "2-15558943-2", "question": "The Liberal Ticket listed which candidate when Jack A. Martin was listed on the Free Libertarian Ticket?", "sql": "SELECT \"Liberal ticket\" FROM \"2-15558943-2\" WHERE \"Free Libertarian ticket\" = 'Jack A. Martin';"} +{"question_id": 6923, "table_id": "2-15558943-2", "question": "The person who is on the Democratic ticket for the position of Office of U.S. Senator was who?", "sql": "SELECT \"Democratic ticket\" FROM \"2-15558943-2\" WHERE \"Office\" = 'U.S. Senator';"} +{"question_id": 6924, "table_id": "2-15558943-2", "question": "Leland W. Schubert, Free Libertarian ticket, had who listed on the Democratic ticket?", "sql": "SELECT \"Democratic ticket\" FROM \"2-15558943-2\" WHERE \"Free Libertarian ticket\" = 'Leland W. Schubert';"} +{"question_id": 6925, "table_id": "2-15700367-6", "question": "What is the lowest Extras for chamara kapugedera, with an E.R. less than 4.59?", "sql": "SELECT MIN(\"Extras\") FROM \"2-15700367-6\" WHERE \"Name\" = 'chamara kapugedera' AND \"E.R.\" < 4.59;"} +{"question_id": 6926, "table_id": "2-15700367-6", "question": "What is the highest Extras with an E.R. of 4.59, and more than 101 Runs Conceded?", "sql": "SELECT MAX(\"Extras\") FROM \"2-15700367-6\" WHERE \"E.R.\" = 4.59 AND \"Runs Conceded\" > 101.0;"} +{"question_id": 6927, "table_id": "2-15700367-6", "question": "What is the average Extras for muttiah muralitharan, with less than 353 Runs Conceded?", "sql": "SELECT AVG(\"Extras\") FROM \"2-15700367-6\" WHERE \"Name\" = 'muttiah muralitharan' AND \"Runs Conceded\" < 353.0;"} +{"question_id": 6928, "table_id": "2-15700367-6", "question": "What is the highest Extras for farveez maharoof, with more than 4 wickets?", "sql": "SELECT MAX(\"Extras\") FROM \"2-15700367-6\" WHERE \"Name\" = 'farveez maharoof' AND \"Wickets\" > 4.0;"} +{"question_id": 6929, "table_id": "2-15700367-6", "question": "What is the total number of Maidens when E.R. is less than 9.5, and a Overs Bowled larger than 57, and a Wickets of 9?", "sql": "SELECT COUNT(\"Maidens\") FROM \"2-15700367-6\" WHERE \"E.R.\" < 9.5 AND \"Overs Bowled\" > 57.0 AND \"Wickets\" = 9.0;"} +{"question_id": 6930, "table_id": "2-15566586-4", "question": "How many FA Cups on average have a larger total than 32 and a larger league than 24?", "sql": "SELECT AVG(\"FA Cup\") FROM \"2-15566586-4\" WHERE \"Total\" > 32.0 AND \"League\" > 24.0;"} +{"question_id": 6931, "table_id": "2-15566586-4", "question": "How many FA Trophies had a total of 27, 2 FA cups, and a league larger than 24?", "sql": "SELECT SUM(\"FA Trophy\") FROM \"2-15566586-4\" WHERE \"Total\" = 27.0 AND \"FA Cup\" = 2.0 AND \"League\" > 24.0;"} +{"question_id": 6932, "table_id": "2-159649-2", "question": "What is the year Built of the home with a Built status and a 42 m. height?", "sql": "SELECT \"Built\" FROM \"2-159649-2\" WHERE \"Status\" = 'Built' AND \"Height\" = '42 m.';"} +{"question_id": 6933, "table_id": "2-159649-2", "question": "What is the height of the home with stories greater than 22 and built in 2009?", "sql": "SELECT \"Height\" FROM \"2-159649-2\" WHERE \"Stories\" > 22.0 AND \"Built\" = '2009';"} +{"question_id": 6934, "table_id": "2-159649-2", "question": "What is the highest number of stories in homes with a height of 42 m.?", "sql": "SELECT MAX(\"Stories\") FROM \"2-159649-2\" WHERE \"Height\" = '42 m.';"} +{"question_id": 6935, "table_id": "2-15950317-2", "question": "When the game is listed as 2, what is the score?", "sql": "SELECT \"Score\" FROM \"2-15950317-2\" WHERE \"Game\" = 2.0;"} +{"question_id": 6936, "table_id": "2-15950317-2", "question": "What is the latest November date with an Opponent of @ pittsburgh pirates and the game is more than 3?", "sql": "SELECT MAX(\"November\") FROM \"2-15950317-2\" WHERE \"Opponent\" = '@ pittsburgh pirates' AND \"Game\" > 3.0;"} +{"question_id": 6937, "table_id": "2-15950317-2", "question": "When the record is listed as 2-0-0, and the November date is less than 27, what is the sum of the game?", "sql": "SELECT SUM(\"Game\") FROM \"2-15950317-2\" WHERE \"November\" < 27.0 AND \"Record\" = '2-0-0';"} +{"question_id": 6938, "table_id": "2-15497819-1", "question": "What was the lowest number of Total Foreign-born (millions) people, when the number of people Born in a non EU state (millions) was 6.415?", "sql": "SELECT MIN(\"Total Foreign-born (millions)\") FROM \"2-15497819-1\" WHERE \"Born in a non EU state (millions)\" = 6.415;"} +{"question_id": 6939, "table_id": "2-15497819-1", "question": "What was the average number of people born in other EU states in millions, when the total number of foreign-born people in millions was 0.5, and when the total population in millions was less than 5.534?", "sql": "SELECT AVG(\"Born in other EU state (millions)\") FROM \"2-15497819-1\" WHERE \"Total Foreign-born (millions)\" = 0.5 AND \"Total population (millions)\" < 5.534;"} +{"question_id": 6940, "table_id": "2-15497819-1", "question": "What was the average number of people born in other EU states in millions, when the number of people born in a non EU state in millions was 31.368, and when the total population in millions was higher than 501.098?", "sql": "SELECT AVG(\"Born in other EU state (millions)\") FROM \"2-15497819-1\" WHERE \"Born in a non EU state (millions)\" = 31.368 AND \"Total population (millions)\" > 501.098;"} +{"question_id": 6941, "table_id": "2-15497819-1", "question": "How many people were born in a non EU state (in millions), when the Total population (in millions) was 62.008?", "sql": "SELECT \"Born in a non EU state (millions)\" FROM \"2-15497819-1\" WHERE \"Total population (millions)\" = 62.008;"} +{"question_id": 6942, "table_id": "2-15786635-4", "question": "What away team has Tottenham Hotspur as the home team?", "sql": "SELECT \"Away team\" FROM \"2-15786635-4\" WHERE \"Home team\" = 'Tottenham Hotspur';"} +{"question_id": 6943, "table_id": "2-160728-7", "question": "What is the Tamil Name of the Thaipusam holiday?", "sql": "SELECT \"Tamil Name\" FROM \"2-160728-7\" WHERE \"English Name\" = 'Thaipusam';"} +{"question_id": 6944, "table_id": "2-160728-7", "question": "What is the Tamil Name of சந்திர புத்தாண்டு (தினம் 2)?", "sql": "SELECT \"Type\" FROM \"2-160728-7\" WHERE \"Tamil Name\" = 'சந்திர புத்தாண்டு (தினம் 2)';"} +{"question_id": 6945, "table_id": "2-160728-7", "question": "What is the Chinese Type Chinese Name of the holiday with a Tamil Name of சந்திர புத்தாண்டு (தினம் 3)?", "sql": "SELECT \"Chinese Name\" FROM \"2-160728-7\" WHERE \"Type\" = 'Chinese' AND \"Tamil Name\" = 'சந்திர புத்தாண்டு (தினம் 3)';"} +{"question_id": 6946, "table_id": "2-1543845-2", "question": "Who was second for the United States team?", "sql": "SELECT \"Second\" FROM \"2-1543845-2\" WHERE \"Nation\" = 'United States';"} +{"question_id": 6947, "table_id": "2-1543845-2", "question": "Yumie Hayashi was third for which club?", "sql": "SELECT \"Club\" FROM \"2-1543845-2\" WHERE \"Third\" = 'Yumie Hayashi';"} +{"question_id": 6948, "table_id": "2-1543845-2", "question": "Who was Switzerland's alternate?", "sql": "SELECT \"Alternate\" FROM \"2-1543845-2\" WHERE \"Nation\" = 'Switzerland';"} +{"question_id": 6949, "table_id": "2-1543845-2", "question": "Which club was from Great Britain?", "sql": "SELECT \"Club\" FROM \"2-1543845-2\" WHERE \"Nation\" = 'Great Britain';"} +{"question_id": 6950, "table_id": "2-1543845-2", "question": "Glenys Bakker was second for which nation?", "sql": "SELECT \"Nation\" FROM \"2-1543845-2\" WHERE \"Second\" = 'Glenys Bakker';"} +{"question_id": 6951, "table_id": "2-1543845-2", "question": "Rosa Pompanin was second for which club?", "sql": "SELECT \"Club\" FROM \"2-1543845-2\" WHERE \"Second\" = 'Rosa Pompanin';"} +{"question_id": 6952, "table_id": "2-15740875-1", "question": "Who won women's singles in 1985?", "sql": "SELECT \"Women's singles\" FROM \"2-15740875-1\" WHERE \"Year\" = 1985.0;"} +{"question_id": 6953, "table_id": "2-15740875-1", "question": "Who won men's doubles in 1994?", "sql": "SELECT \"Men's doubles\" FROM \"2-15740875-1\" WHERE \"Year\" = 1994.0;"} +{"question_id": 6954, "table_id": "2-1601229-2", "question": "What date was the Singapore Gross 1999?", "sql": "SELECT \"Date\" FROM \"2-1601229-2\" WHERE \"Singapore Gross\" = '1999';"} +{"question_id": 6955, "table_id": "2-1601229-2", "question": "What is the name of the producer that produced a film with a production cost of $1,000,000?", "sql": "SELECT \"Producer\" FROM \"2-1601229-2\" WHERE \"Production Cost\" = '$1,000,000';"} +{"question_id": 6956, "table_id": "2-1601229-2", "question": "What is the name of the director who directed the movie that Raintree Pictures produced?", "sql": "SELECT \"Director\" FROM \"2-1601229-2\" WHERE \"Producer\" = 'Raintree Pictures';"} +{"question_id": 6957, "table_id": "2-1601229-2", "question": "What is the title of the film that had a production cost of $850,000?", "sql": "SELECT \"Title\" FROM \"2-1601229-2\" WHERE \"Production Cost\" = '$850,000';"} +{"question_id": 6958, "table_id": "2-1601229-2", "question": "How much is the Singapore Gross for the film that Siu WIng directed?", "sql": "SELECT \"Singapore Gross\" FROM \"2-1601229-2\" WHERE \"Director\" = 'Siu WIng';"} +{"question_id": 6959, "table_id": "2-15764352-5", "question": "What is the Date with an Away that is Broadview Hawks?", "sql": "SELECT \"Date\" FROM \"2-15764352-5\" WHERE \"Away\" = 'Broadview Hawks';"} +{"question_id": 6960, "table_id": "2-15764352-5", "question": "What is the Home with an Away that is Toronto Rebels?", "sql": "SELECT \"Home\" FROM \"2-15764352-5\" WHERE \"Away\" = 'Toronto Rebels';"} +{"question_id": 6961, "table_id": "2-15764352-5", "question": "What is the Time with a Score that is 46-82?", "sql": "SELECT \"Time\" FROM \"2-15764352-5\" WHERE \"Score\" = '46-82';"} +{"question_id": 6962, "table_id": "2-15764352-5", "question": "What is the Date with an Away that is Central Blues?", "sql": "SELECT \"Date\" FROM \"2-15764352-5\" WHERE \"Away\" = 'Central Blues';"} +{"question_id": 6963, "table_id": "2-15764352-5", "question": "What is the Time with a Home that is High Park Demons?", "sql": "SELECT \"Time\" FROM \"2-15764352-5\" WHERE \"Home\" = 'High Park Demons';"} +{"question_id": 6964, "table_id": "2-15764352-5", "question": "What is the Away with a Score that is 46-82?", "sql": "SELECT \"Away\" FROM \"2-15764352-5\" WHERE \"Score\" = '46-82';"} +{"question_id": 6965, "table_id": "2-1547951-7", "question": "Which Partner is on 22 April 2002?", "sql": "SELECT \"Partner\" FROM \"2-1547951-7\" WHERE \"Date\" = '22 April 2002';"} +{"question_id": 6966, "table_id": "2-1547951-7", "question": "Which Partner has an Opponents of Wayne Arthurs Sandon Stolle?", "sql": "SELECT \"Partner\" FROM \"2-1547951-7\" WHERE \"Opponents\" = 'Wayne Arthurs Sandon Stolle';"} +{"question_id": 6967, "table_id": "2-1547951-7", "question": "Which Score has a Tournament of San Jose, US (2)?", "sql": "SELECT \"Score\" FROM \"2-1547951-7\" WHERE \"Tournament\" = 'San Jose, US (2)';"} +{"question_id": 6968, "table_id": "2-1547951-7", "question": "Which Opponents has a Score of 6–3, 6–4, 6–1?", "sql": "SELECT \"Opponents\" FROM \"2-1547951-7\" WHERE \"Score\" = '6–3, 6–4, 6–1';"} +{"question_id": 6969, "table_id": "2-1547951-7", "question": "Which Outcome has a Score of 6–4, 6–4, 6–2?", "sql": "SELECT \"Outcome\" FROM \"2-1547951-7\" WHERE \"Score\" = '6–4, 6–4, 6–2';"} +{"question_id": 6970, "table_id": "2-1547951-7", "question": "Which Tournament has a Score of 1–6, 0–6?", "sql": "SELECT \"Tournament\" FROM \"2-1547951-7\" WHERE \"Score\" = '1–6, 0–6';"} +{"question_id": 6971, "table_id": "2-16128317-2", "question": "Who is the opponent of the 3:00 time?", "sql": "SELECT \"Opponent\" FROM \"2-16128317-2\" WHERE \"Time\" = '3:00';"} +{"question_id": 6972, "table_id": "2-15767661-4", "question": "Where was the game attended by more than 12837 with a result of 2–1?", "sql": "SELECT \"Venue\" FROM \"2-15767661-4\" WHERE \"Attendance\" > 12837.0 AND \"Result\" = '2–1';"} +{"question_id": 6973, "table_id": "2-15442936-5", "question": "What was the score of the game with Nathalie Tauziat as a partner?", "sql": "SELECT \"Score\" FROM \"2-15442936-5\" WHERE \"Partnering\" = 'Nathalie Tauziat';"} +{"question_id": 6974, "table_id": "2-15442936-5", "question": "What type of surface was used for the game played on September 20, 1993?", "sql": "SELECT \"Surface\" FROM \"2-15442936-5\" WHERE \"Date\" = 'September 20, 1993';"} +{"question_id": 6975, "table_id": "2-15442936-5", "question": "What was the score of the game that was played on a Grass surface?", "sql": "SELECT \"Score\" FROM \"2-15442936-5\" WHERE \"Surface\" = 'Grass';"} +{"question_id": 6976, "table_id": "2-15442936-5", "question": "What was the date of the game that was played against Laura Golarsa?", "sql": "SELECT \"Date\" FROM \"2-15442936-5\" WHERE \"Partnering\" = 'Laura Golarsa';"} +{"question_id": 6977, "table_id": "2-15988037-17", "question": "What is the total rank of the celebrity with a 34.66 average and a season greater than 1?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-15988037-17\" WHERE \"Average\" = 34.66 AND \"Season\" > 1.0;"} +{"question_id": 6978, "table_id": "2-15988037-17", "question": "What is the highest average of celebrity Natalia Lesz, who is ranked greater than 4?", "sql": "SELECT MAX(\"Average\") FROM \"2-15988037-17\" WHERE \"Rank\" > 4.0 AND \"Celebrity\" = 'Natalia Lesz';"} +{"question_id": 6979, "table_id": "2-15988037-17", "question": "Who is the professional partner of celebrity Małgorzata Foremniak with a season less than 7, an average greater than 34.66, and a rank less than 10?", "sql": "SELECT \"Professional Partner\" FROM \"2-15988037-17\" WHERE \"Season\" < 7.0 AND \"Average\" > 34.66 AND \"Rank\" < 10.0 AND \"Celebrity\" = 'Małgorzata Foremniak';"} +{"question_id": 6980, "table_id": "2-16059454-1", "question": "What is the primary language used in the film title Nynke?", "sql": "SELECT \"Main Language(s)\" FROM \"2-16059454-1\" WHERE \"Original title\" = 'Nynke';"} +{"question_id": 6981, "table_id": "2-16059454-1", "question": "For the film made in 1964: (37th), what was the result?", "sql": "SELECT \"Result\" FROM \"2-16059454-1\" WHERE \"Year\" = '1964: (37th)';"} +{"question_id": 6982, "table_id": "2-16059454-1", "question": "What is the nomination title used for the original film, Monsieur Hawarden?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-16059454-1\" WHERE \"Original title\" = 'Monsieur Hawarden';"} +{"question_id": 6983, "table_id": "2-16059454-1", "question": "What is the nomination title used for the original film, Zwartboek?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-16059454-1\" WHERE \"Original title\" = 'Zwartboek';"} +{"question_id": 6984, "table_id": "2-16059454-1", "question": "What is the primary language used in the film, Black Book?", "sql": "SELECT \"Main Language(s)\" FROM \"2-16059454-1\" WHERE \"Film title used in nomination\" = 'Black Book';"} +{"question_id": 6985, "table_id": "2-15547723-1", "question": "What is the average agricultural panel value with a Labour panel less than 1, a total value less than 21, and a National University of Ireland value greater than 0?", "sql": "SELECT AVG(\"Agricultural Panel\") FROM \"2-15547723-1\" WHERE \"Labour Panel\" < 1.0 AND \"Total\" < 21.0 AND \"National University of Ireland\" > 0.0;"} +{"question_id": 6986, "table_id": "2-15547723-1", "question": "What is the highest administrative panel value with an agricultural panel less than 1 and a labour panel value less than 5?", "sql": "SELECT MAX(\"Administrative Panel\") FROM \"2-15547723-1\" WHERE \"Agricultural Panel\" < 1.0 AND \"Labour Panel\" < 5.0;"} +{"question_id": 6987, "table_id": "2-15547723-1", "question": "What is the highest labour panel value with a cultural and educational panel greater than 1, a University of Dublin value greater than 0, and a total value less than 60?", "sql": "SELECT MAX(\"Labour Panel\") FROM \"2-15547723-1\" WHERE \"Cultural and Educational Panel\" > 1.0 AND \"University of Dublin\" > 0.0 AND \"Total\" < 60.0;"} +{"question_id": 6988, "table_id": "2-15547723-1", "question": "What is the total University of Dublin value with a labour panel greater than 11?", "sql": "SELECT COUNT(\"University of Dublin\") FROM \"2-15547723-1\" WHERE \"Labour Panel\" > 11.0;"} +{"question_id": 6989, "table_id": "2-15547723-1", "question": "What is the sum of the cultural and educational panel value with an administrative panel of 0 and an agricultural panel value less than 0?", "sql": "SELECT SUM(\"Cultural and Educational Panel\") FROM \"2-15547723-1\" WHERE \"Administrative Panel\" = 0.0 AND \"Agricultural Panel\" < 0.0;"} +{"question_id": 6990, "table_id": "2-15740993-2", "question": "What is the highest 2012 immigration for a country with an immigration of 81094 in 2011?", "sql": "SELECT MAX(\"2012\") FROM \"2-15740993-2\" WHERE \"2011\" = 81094.0;"} +{"question_id": 6991, "table_id": "2-15496934-1", "question": "What is the Gauge of Locomotive G534 Owned by Aurizon which has a Status of Operational?", "sql": "SELECT \"Gauge\" FROM \"2-15496934-1\" WHERE \"Status\" = 'Operational' AND \"Owner\" = 'Aurizon' AND \"Locomotive\" = 'G534';"} +{"question_id": 6992, "table_id": "2-15496934-1", "question": "Which Locomotive Entered Service in November 1984 and has an Operator of Southern Shorthaul Railroad?", "sql": "SELECT \"Locomotive\" FROM \"2-15496934-1\" WHERE \"Operator\" = 'Southern Shorthaul Railroad' AND \"Entered service\" = 'November 1984';"} +{"question_id": 6993, "table_id": "2-15496934-1", "question": "What is the Serial number of the Locomotive that Entered Service in November 1984 and has an Owner of Chicago Freight Car Leasing Australia?", "sql": "SELECT \"Serial No\" FROM \"2-15496934-1\" WHERE \"Entered service\" = 'November 1984' AND \"Owner\" = 'Chicago Freight Car Leasing Australia';"} +{"question_id": 6994, "table_id": "2-15496934-1", "question": "What is the Serial Number of the Locomotive that Entered Service October 1989?", "sql": "SELECT \"Serial No\" FROM \"2-15496934-1\" WHERE \"Entered service\" = 'October 1989';"} +{"question_id": 6995, "table_id": "2-1598533-9", "question": "What is the 2011 value with a 2008 value of 0.3 and is a member state of the European Union?", "sql": "SELECT \"2011\" FROM \"2-1598533-9\" WHERE \"2008\" = '0.3' AND \"Member State\" = 'European Union';"} +{"question_id": 6996, "table_id": "2-1598533-9", "question": "What is the 2012 value with a 1.3 in 2010 and a 3.6 in 2008?", "sql": "SELECT \"2012\" FROM \"2-1598533-9\" WHERE \"2010\" = '1.3' AND \"2008\" = '3.6';"} +{"question_id": 6997, "table_id": "2-16176416-4", "question": "What is the average Black, when White is less than 602, and when Total is greater than 10000?", "sql": "SELECT AVG(\"Black\") FROM \"2-16176416-4\" WHERE \"White\" < 602.0 AND \"Total\" > 10000.0;"} +{"question_id": 6998, "table_id": "2-16176416-4", "question": "What is the sum of Yellow, when Category is bugre (indian), and when Amerindian is less than 5000?", "sql": "SELECT SUM(\"Yellow\") FROM \"2-16176416-4\" WHERE \"Category\" = 'bugre (indian)' AND \"Amerindian\" < 5000.0;"} +{"question_id": 6999, "table_id": "2-16176416-4", "question": "What is the sum of Amerindian, when White is 602, and when Total is greater than 10000?", "sql": "SELECT SUM(\"Amerindian\") FROM \"2-16176416-4\" WHERE \"White\" = 602.0 AND \"Total\" > 10000.0;"} +{"question_id": 7000, "table_id": "2-1597693-1", "question": "What kind of IATA has an Airport of Hamburg Airport?", "sql": "SELECT \"IATA\" FROM \"2-1597693-1\" WHERE \"Airport\" = 'Hamburg Airport';"} +{"question_id": 7001, "table_id": "2-1597693-1", "question": "Which Country that has a IATA of BAL?", "sql": "SELECT \"Country\" FROM \"2-1597693-1\" WHERE \"IATA\" = 'BAL';"} +{"question_id": 7002, "table_id": "2-1597693-1", "question": "Which Country has a IATA of VIE?", "sql": "SELECT \"Country\" FROM \"2-1597693-1\" WHERE \"IATA\" = 'VIE';"} +{"question_id": 7003, "table_id": "2-1597693-1", "question": "WHich Country has a ICAO of LTCD?", "sql": "SELECT \"Country\" FROM \"2-1597693-1\" WHERE \"ICAO\" = 'LTCD';"} +{"question_id": 7004, "table_id": "2-1597693-1", "question": "Which Airport has a IATA of ERZ?", "sql": "SELECT \"Airport\" FROM \"2-1597693-1\" WHERE \"IATA\" = 'ERZ';"} +{"question_id": 7005, "table_id": "2-1597693-1", "question": "What kind of IATA that has a Airport of Berlin Schönefeld Airport?", "sql": "SELECT \"IATA\" FROM \"2-1597693-1\" WHERE \"Airport\" = 'Berlin Schönefeld Airport';"} +{"question_id": 7006, "table_id": "2-15589467-3", "question": "Who provided lyrics or music to the artist Cube?", "sql": "SELECT \"Lyrics (l) / Music (m)\" FROM \"2-15589467-3\" WHERE \"Artist\" = 'Cube';"} +{"question_id": 7007, "table_id": "2-1618297-2", "question": "What was the aircraft damage for the Boeing 707-320B?", "sql": "SELECT \"Aircraft damage\" FROM \"2-1618297-2\" WHERE \"Aircraft\" = 'Boeing 707-320B';"} +{"question_id": 7008, "table_id": "2-1618297-2", "question": "What was the number of fatalities for the Viscount 700?", "sql": "SELECT \"Fatalities\" FROM \"2-1618297-2\" WHERE \"Aircraft\" = 'Viscount 700';"} +{"question_id": 7009, "table_id": "2-1618297-2", "question": "What was the aircraft damage for the accident that had fatalities of 30/30?", "sql": "SELECT \"Aircraft damage\" FROM \"2-1618297-2\" WHERE \"Fatalities\" = '30/30';"} +{"question_id": 7010, "table_id": "2-1618297-2", "question": "What was the location that had an accident by the F-27-600RF aircraft with tail number 6O-SAZ?", "sql": "SELECT \"Location\" FROM \"2-1618297-2\" WHERE \"Aircraft\" = 'F-27-600RF' AND \"Tail number\" = '6O-SAZ';"} +{"question_id": 7011, "table_id": "2-1618297-2", "question": "What was the tail number of the aircraft that had 5/30 fatalities?", "sql": "SELECT \"Tail number\" FROM \"2-1618297-2\" WHERE \"Fatalities\" = '5/30';"} +{"question_id": 7012, "table_id": "2-1618297-2", "question": "What was the location of the accident that led to 50/50 fatalities?", "sql": "SELECT \"Location\" FROM \"2-1618297-2\" WHERE \"Fatalities\" = '50/50';"} +{"question_id": 7013, "table_id": "2-15408374-2", "question": "What % has 4 RLng?", "sql": "SELECT \"Int%\" FROM \"2-15408374-2\" WHERE \"RLng\" = '4';"} +{"question_id": 7014, "table_id": "2-15408374-2", "question": "What team had a Ravg of 3.4?", "sql": "SELECT \"Team\" FROM \"2-15408374-2\" WHERE \"RAvg\" = '3.4';"} +{"question_id": 7015, "table_id": "2-15408374-2", "question": "What is the int percentage that has Ravg of 2.8?", "sql": "SELECT \"Int%\" FROM \"2-15408374-2\" WHERE \"RAvg\" = '2.8';"} +{"question_id": 7016, "table_id": "2-15408374-2", "question": "Who is the R1st that has 36 RYds?", "sql": "SELECT \"R1st\" FROM \"2-15408374-2\" WHERE \"RYds\" = '36';"} +{"question_id": 7017, "table_id": "2-15408374-2", "question": "What was the Ravg for 2003?", "sql": "SELECT \"RAvg\" FROM \"2-15408374-2\" WHERE \"Year\" = '2003';"} +{"question_id": 7018, "table_id": "2-15408374-2", "question": "What was the rate for 73 RYds?", "sql": "SELECT \"Rate\" FROM \"2-15408374-2\" WHERE \"RYds\" = '73';"} +{"question_id": 7019, "table_id": "2-15313481-14", "question": "What is the name of the non-mammal from Brazil of the unit of Caturrita Formation?", "sql": "SELECT \"Name\" FROM \"2-15313481-14\" WHERE \"Location\" = 'Brazil' AND \"Unit\" = 'Caturrita Formation';"} +{"question_id": 7020, "table_id": "2-15313481-14", "question": "What is the name of the non-mammal who has Tatarinov as the author?", "sql": "SELECT \"Name\" FROM \"2-15313481-14\" WHERE \"Authors\" = 'Tatarinov';"} +{"question_id": 7021, "table_id": "2-15313481-14", "question": "What is the unit of the non-mammal from Greenland?", "sql": "SELECT \"Unit\" FROM \"2-15313481-14\" WHERE \"Location\" = 'Greenland';"} +{"question_id": 7022, "table_id": "2-15313481-14", "question": "Who is the author for the Malasaurus?", "sql": "SELECT \"Authors\" FROM \"2-15313481-14\" WHERE \"Name\" = 'Malasaurus';"} +{"question_id": 7023, "table_id": "2-15313481-14", "question": "What is the name of the non mammal of the unit Vyazniki Assemblage?", "sql": "SELECT \"Name\" FROM \"2-15313481-14\" WHERE \"Unit\" = 'Vyazniki Assemblage';"} +{"question_id": 7024, "table_id": "2-15313481-14", "question": "Who are the authors for the Malasaurus of the Vyazniki Assemblage?", "sql": "SELECT \"Authors\" FROM \"2-15313481-14\" WHERE \"Unit\" = 'Vyazniki Assemblage' AND \"Name\" = 'Malasaurus';"} +{"question_id": 7025, "table_id": "2-15409776-2", "question": "What is the lowest Rank with more than 0 bronze, 8 silver, and a total of 19, with less than 9 gold?", "sql": "SELECT MIN(\"Rank\") FROM \"2-15409776-2\" WHERE \"Bronze\" > 0.0 AND \"Silver\" = 8.0 AND \"Total\" = 19.0 AND \"Gold\" < 9.0;"} +{"question_id": 7026, "table_id": "2-15409776-2", "question": "What is the sum for gold when there is more than 17 silver and more than 24 bronze?", "sql": "SELECT SUM(\"Gold\") FROM \"2-15409776-2\" WHERE \"Silver\" > 17.0 AND \"Bronze\" > 24.0;"} +{"question_id": 7027, "table_id": "2-15409776-2", "question": "What is the sum of Bronze when the rank is 7, and the total is more than 22?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-15409776-2\" WHERE \"Rank\" = 7.0 AND \"Total\" > 22.0;"} +{"question_id": 7028, "table_id": "2-15409776-2", "question": "What is the sum of rank when silver is 1, and gold is less than 7, and bronze is 2?", "sql": "SELECT SUM(\"Rank\") FROM \"2-15409776-2\" WHERE \"Silver\" = 1.0 AND \"Gold\" < 7.0 AND \"Bronze\" = 2.0;"} +{"question_id": 7029, "table_id": "2-16146771-1", "question": "Who was the Conductor of The Three Pintos (Die Drei Pintos) Production?", "sql": "SELECT \"Conductor\" FROM \"2-16146771-1\" WHERE \"Production\" = 'The Three Pintos (Die Drei Pintos)';"} +{"question_id": 7030, "table_id": "2-16146771-1", "question": "Who is the Conductor who had Stephen Barlow as Director?", "sql": "SELECT \"Conductor\" FROM \"2-16146771-1\" WHERE \"Director\" = 'Stephen Barlow';"} +{"question_id": 7031, "table_id": "2-16146771-1", "question": "Who was Director John Ramster's Composer?", "sql": "SELECT \"Composer\" FROM \"2-16146771-1\" WHERE \"Director\" = 'John Ramster';"} +{"question_id": 7032, "table_id": "2-15556757-1", "question": "Which Giant Slalom has a Slalom of 45?", "sql": "SELECT \"Giant Slalom\" FROM \"2-15556757-1\" WHERE \"Slalom\" = '45';"} +{"question_id": 7033, "table_id": "2-15556757-1", "question": "Which Slalom has a Super G of 4?", "sql": "SELECT \"Slalom\" FROM \"2-15556757-1\" WHERE \"Super G\" = '4';"} +{"question_id": 7034, "table_id": "2-15618241-1", "question": "Which champion has Sentosa Golf Club as the tournament location?", "sql": "SELECT \"Champion\" FROM \"2-15618241-1\" WHERE \"Tournament Location\" = 'Sentosa Golf Club';"} +{"question_id": 7035, "table_id": "2-15618241-1", "question": "What is the highest winner's share that has jiyai shin as the championship with a year prior to 2009?", "sql": "SELECT MAX(\"Winner's share\") FROM \"2-15618241-1\" WHERE \"Champion\" = 'jiyai shin' AND \"Year\" < 2009.0;"} +{"question_id": 7036, "table_id": "2-15618241-1", "question": "Which county has 2011 as the year?", "sql": "SELECT \"Country\" FROM \"2-15618241-1\" WHERE \"Year\" = 2011.0;"} +{"question_id": 7037, "table_id": "2-15618241-1", "question": "How many winner's shares have Ai Miyazato as the champion?", "sql": "SELECT SUM(\"Winner's share\") FROM \"2-15618241-1\" WHERE \"Champion\" = 'Ai Miyazato';"} +{"question_id": 7038, "table_id": "2-15808456-2", "question": "What is the total sum of bronze medals for the soviet union when there are more than 0 silver medals and more than 3 total medals?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-15808456-2\" WHERE \"Silver\" > 0.0 AND \"Nation\" = 'soviet union' AND \"Total\" > 3.0;"} +{"question_id": 7039, "table_id": "2-15808456-2", "question": "What is the lowest rank of a nation with fewer than 3 gold medals, more than 2 bronze medals, and 0 silver medals?", "sql": "SELECT MIN(\"Rank\") FROM \"2-15808456-2\" WHERE \"Gold\" < 3.0 AND \"Silver\" = 0.0 AND \"Bronze\" > 2.0;"} +{"question_id": 7040, "table_id": "2-1599757-2", "question": "For the album Board Up the House, what is the contribution?", "sql": "SELECT \"Contribution\" FROM \"2-1599757-2\" WHERE \"Album\" = 'Board Up the House';"} +{"question_id": 7041, "table_id": "2-1599757-2", "question": "What band has a year above 2011?", "sql": "SELECT \"Band\" FROM \"2-1599757-2\" WHERE \"Year\" > 2011.0;"} +{"question_id": 7042, "table_id": "2-15601335-4", "question": "What time was the game played that had a record of 0–2–0?", "sql": "SELECT \"Time ( ET )\" FROM \"2-15601335-4\" WHERE \"Record\" = '0–2–0';"} +{"question_id": 7043, "table_id": "2-15715109-15", "question": "What is the average weight of a player who is less than 175 centimeters tall?", "sql": "SELECT AVG(\"Weight (kg)\") FROM \"2-15715109-15\" WHERE \"Height (cm)\" < 175.0;"} +{"question_id": 7044, "table_id": "2-15694696-1", "question": "What is the English name of the country that has Ramallah as its capital?", "sql": "SELECT \"English country name\" FROM \"2-15694696-1\" WHERE \"English capital name\" = 'Ramallah';"} +{"question_id": 7045, "table_id": "2-15694696-1", "question": "What is the English name of the country that has Doha as its capital?", "sql": "SELECT \"English country name\" FROM \"2-15694696-1\" WHERE \"English capital name\" = 'Doha';"} +{"question_id": 7046, "table_id": "2-15694696-1", "question": "What is the name of the capital, in Arabic, that is called N'Djamena in English?", "sql": "SELECT \"Arabic capital name\" FROM \"2-15694696-1\" WHERE \"English capital name\" = 'N''Djamena';"} +{"question_id": 7047, "table_id": "2-15694696-1", "question": "What is the name of the country in Arabic that has Moroni as the name of its capital in English?", "sql": "SELECT \"Arabic country name\" FROM \"2-15694696-1\" WHERE \"English capital name\" = 'Moroni';"} +{"question_id": 7048, "table_id": "2-15389655-1", "question": "When was the premiere on the TVB Jade Channel?", "sql": "SELECT \"Premiere\" FROM \"2-15389655-1\" WHERE \"Channel\" = 'TVB Jade';"} +{"question_id": 7049, "table_id": "2-15389655-1", "question": "Who was the host of the premiere on November 10, 2007?", "sql": "SELECT \"Host\" FROM \"2-15389655-1\" WHERE \"Premiere\" = 'November 10, 2007';"} +{"question_id": 7050, "table_id": "2-15389655-1", "question": "Which country had a premiere on July 24, 2010?", "sql": "SELECT \"Country\" FROM \"2-15389655-1\" WHERE \"Premiere\" = 'July 24, 2010';"} +{"question_id": 7051, "table_id": "2-15389655-1", "question": "Which channel comes out of Israel?", "sql": "SELECT \"Channel\" FROM \"2-15389655-1\" WHERE \"Country\" = 'Israel';"} +{"question_id": 7052, "table_id": "2-15759604-1", "question": "What is the largest total when the rank is 6 and there's less than 1 gold?", "sql": "SELECT MAX(\"Total\") FROM \"2-15759604-1\" WHERE \"Rank\" = '6' AND \"Gold\" < 1.0;"} +{"question_id": 7053, "table_id": "2-15759604-1", "question": "What is the largest gold number when the total is less than 3, the rank is 5, and the silver is more than 1?", "sql": "SELECT MAX(\"Gold\") FROM \"2-15759604-1\" WHERE \"Total\" < 3.0 AND \"Rank\" = '5' AND \"Silver\" > 1.0;"} +{"question_id": 7054, "table_id": "2-15759604-1", "question": "What is the total of silver when gold is less than 0?", "sql": "SELECT SUM(\"Silver\") FROM \"2-15759604-1\" WHERE \"Gold\" < 0.0;"} +{"question_id": 7055, "table_id": "2-16140345-8", "question": "Which team was the visitor when Milt Palacio (15) was the leading scorer?", "sql": "SELECT \"Visitor\" FROM \"2-16140345-8\" WHERE \"Leading scorer\" = 'Milt Palacio (15)';"} +{"question_id": 7056, "table_id": "2-16140345-8", "question": "What is the home of the team with Carlos Boozer (27) as the leading scorer?", "sql": "SELECT \"Home\" FROM \"2-16140345-8\" WHERE \"Leading scorer\" = 'Carlos Boozer (27)';"} +{"question_id": 7057, "table_id": "2-16140345-8", "question": "What date was the game played with the Cavaliers at home and the Warriors visiting?", "sql": "SELECT \"Date\" FROM \"2-16140345-8\" WHERE \"Home\" = 'Cavaliers' AND \"Visitor\" = 'Warriors';"} +{"question_id": 7058, "table_id": "2-15778253-1", "question": "What is the sum total of all the years with a bell that weighed 857 kilograms?", "sql": "SELECT SUM(\"Year\") FROM \"2-15778253-1\" WHERE \"Weight (kg)\" = '857';"} +{"question_id": 7059, "table_id": "2-16078390-2", "question": "What is the Enrollment for the Pilots?", "sql": "SELECT MIN(\"Enrollment\") FROM \"2-16078390-2\" WHERE \"Team Nickname\" = 'Pilots';"} +{"question_id": 7060, "table_id": "2-16078390-2", "question": "What is the Enrollment for the coyotes Founded in 1891?", "sql": "SELECT COUNT(\"Enrollment\") FROM \"2-16078390-2\" WHERE \"Founded\" = 1891.0 AND \"Team Nickname\" = 'coyotes';"} +{"question_id": 7061, "table_id": "2-16078390-2", "question": "What Location has a Team Nickname called the Fighting Missionaries?", "sql": "SELECT \"Location\" FROM \"2-16078390-2\" WHERE \"Team Nickname\" = 'Fighting Missionaries';"} +{"question_id": 7062, "table_id": "2-16078390-2", "question": "The Loggers are part of what Primary Conference?", "sql": "SELECT \"Primary conference\" FROM \"2-16078390-2\" WHERE \"Team Nickname\" = 'Loggers';"} +{"question_id": 7063, "table_id": "2-16078390-2", "question": "What is the Enrollment at whitman college Founded after 1859?", "sql": "SELECT AVG(\"Enrollment\") FROM \"2-16078390-2\" WHERE \"Institution\" = 'whitman college' AND \"Founded\" > 1859.0;"} +{"question_id": 7064, "table_id": "2-15524351-17", "question": "What was the attendance when the opponent was Virginia?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-15524351-17\" WHERE \"Opponent\" = 'Virginia';"} +{"question_id": 7065, "table_id": "2-15524351-17", "question": "What was the date when the opponent was at South Carolina?", "sql": "SELECT \"Date\" FROM \"2-15524351-17\" WHERE \"Opponent\" = 'at South Carolina';"} +{"question_id": 7066, "table_id": "2-15524351-17", "question": "What was the highest attendance when the result was L 6-28?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-15524351-17\" WHERE \"Result\" = 'L 6-28';"} +{"question_id": 7067, "table_id": "2-15601837-2", "question": "What was the earliest week the Titans played at Ford Field?", "sql": "SELECT MIN(\"Week\") FROM \"2-15601837-2\" WHERE \"Game site\" = 'Ford Field';"} +{"question_id": 7068, "table_id": "2-15601837-2", "question": "When did the Titans play the Houston Texans at LP Field before Week 13?", "sql": "SELECT \"Date\" FROM \"2-15601837-2\" WHERE \"Week\" < 13.0 AND \"Game site\" = 'LP Field' AND \"Opponent\" = 'Houston Texans';"} +{"question_id": 7069, "table_id": "2-15611271-20", "question": "What is the highest average for a long less than 24, a GP-GS of 2-0, and less than 7 yards?", "sql": "SELECT MAX(\"Avg/G\") FROM \"2-15611271-20\" WHERE \"Long\" < 24.0 AND \"GP-GS\" = '2-0' AND \"Yards\" < 7.0;"} +{"question_id": 7070, "table_id": "2-15611271-20", "question": "What is the sum for the long that has 926 yards and an avg/g less than 84.2?", "sql": "SELECT SUM(\"Long\") FROM \"2-15611271-20\" WHERE \"Yards\" = 926.0 AND \"Avg/G\" < 84.2;"} +{"question_id": 7071, "table_id": "2-15611271-20", "question": "What is the total number of avg/g with a long of 50, a gp-gs of 3-0, and 926 yards?", "sql": "SELECT COUNT(\"Avg/G\") FROM \"2-15611271-20\" WHERE \"Long\" = 50.0 AND \"GP-GS\" = '3-0' AND \"Yards\" > 926.0;"} +{"question_id": 7072, "table_id": "2-15849640-2", "question": "Which motorway is in Brod-Posavina county and has a scheduled completion in 2013?", "sql": "SELECT \"Motorway\" FROM \"2-15849640-2\" WHERE \"Scheduled completion\" = '2013' AND \"County\" = 'Brod-Posavina';"} +{"question_id": 7073, "table_id": "2-15421158-4", "question": "Which built by HM Dockyard has September 1830 as the laid down?", "sql": "SELECT \"Built by HM Dockyard\" FROM \"2-15421158-4\" WHERE \"Laid down\" = 'September 1830';"} +{"question_id": 7074, "table_id": "2-15421158-4", "question": "What is the name that has July 1823 as the Laid down, and Portsmouth as the built by hm dockyard?", "sql": "SELECT \"Name\" FROM \"2-15421158-4\" WHERE \"Laid down\" = 'July 1823' AND \"Built by HM Dockyard\" = 'Portsmouth';"} +{"question_id": 7075, "table_id": "2-15421158-4", "question": "What ordered has Helena as the name?", "sql": "SELECT \"Ordered\" FROM \"2-15421158-4\" WHERE \"Name\" = 'Helena';"} +{"question_id": 7076, "table_id": "2-15421158-4", "question": "What ordered has Algerine (2nd of name) as the name?", "sql": "SELECT \"Ordered\" FROM \"2-15421158-4\" WHERE \"Name\" = 'Algerine (2nd of name)';"} +{"question_id": 7077, "table_id": "2-15421158-4", "question": "What name has Pembroke as the built by hm dockyard, and May 1825 as the laid down?", "sql": "SELECT \"Name\" FROM \"2-15421158-4\" WHERE \"Built by HM Dockyard\" = 'Pembroke' AND \"Laid down\" = 'May 1825';"} +{"question_id": 7078, "table_id": "2-15430129-2", "question": "How many match values have points under 14 and 0 draws?", "sql": "SELECT COUNT(\"Match\") FROM \"2-15430129-2\" WHERE \"Points\" < 14.0 AND \"Draw\" < 0.0;"} +{"question_id": 7079, "table_id": "2-15430129-2", "question": "What is the sum of losses for teams with under 10 matches?", "sql": "SELECT SUM(\"Lost\") FROM \"2-15430129-2\" WHERE \"Match\" < 10.0;"} +{"question_id": 7080, "table_id": "2-15430129-2", "question": "What is the average number of draws for teams with more than 10 matches?", "sql": "SELECT AVG(\"Draw\") FROM \"2-15430129-2\" WHERE \"Match\" > 10.0;"} +{"question_id": 7081, "table_id": "2-15430129-2", "question": "What is the sum of points for teams with more than 10 matches, more than 0 draws, and 7 losses?", "sql": "SELECT SUM(\"Points\") FROM \"2-15430129-2\" WHERE \"Draw\" > 0.0 AND \"Lost\" = 7.0 AND \"Match\" > 10.0;"} +{"question_id": 7082, "table_id": "2-15988037-18", "question": "Which season's average was 37.5?", "sql": "SELECT \"Season\" FROM \"2-15988037-18\" WHERE \"Average\" = 37.5;"} +{"question_id": 7083, "table_id": "2-15988037-18", "question": "How many ranks had marcin mroczek as the celebrity in a season more recent than 4?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-15988037-18\" WHERE \"Celebrity\" = 'marcin mroczek' AND \"Season\" > 4.0;"} +{"question_id": 7084, "table_id": "2-157297-1", "question": "What was the sum of the population in 2007, from State tyrol, in 1991 a population less than 10179, and a rank larger than 52?", "sql": "SELECT SUM(\"Population 2007\") FROM \"2-157297-1\" WHERE \"State\" = 'tyrol' AND \"Population 1991\" < 10179.0 AND \"Rank\" > 52.0;"} +{"question_id": 7085, "table_id": "2-157297-1", "question": "What is the average population in 1991, that has a 2001 population less than 16045, and a rank less than 58, in Eisenstadt?", "sql": "SELECT AVG(\"Population 1991\") FROM \"2-157297-1\" WHERE \"Population 2001\" < 16045.0 AND \"Rank\" < 58.0 AND \"Name\" = 'Eisenstadt';"} +{"question_id": 7086, "table_id": "2-157297-1", "question": "What is the highest population in 1991 in baden bei wien, and a 2007 population larger than 25284?", "sql": "SELECT MAX(\"Population 1991\") FROM \"2-157297-1\" WHERE \"Name\" = 'baden bei wien' AND \"Population 2007\" > 25284.0;"} +{"question_id": 7087, "table_id": "2-15739098-1", "question": "What is the Adapted by when there is a Yes for exists is Yes, for episode 101?", "sql": "SELECT \"Adapted by\" FROM \"2-15739098-1\" WHERE \"Exists?\" = 'Yes' AND \"Episode\" = 101.0;"} +{"question_id": 7088, "table_id": "2-15739098-1", "question": "What is the Director for the episode titled “Some Lapse of Time”?", "sql": "SELECT \"Director\" FROM \"2-15739098-1\" WHERE \"Title\" = '“Some Lapse of Time”';"} +{"question_id": 7089, "table_id": "2-15739098-1", "question": "What is the Airdate for the episode titled “Thirteen to Centaurus” Adapted by Stanley Miller?", "sql": "SELECT \"Airdate\" FROM \"2-15739098-1\" WHERE \"Adapted by\" = 'Stanley Miller' AND \"Title\" = '“Thirteen to Centaurus”';"} +{"question_id": 7090, "table_id": "2-15739098-1", "question": "What is the Exists when Ray Jenkins is the director?", "sql": "SELECT \"Exists?\" FROM \"2-15739098-1\" WHERE \"Director\" = 'Ray Jenkins';"} +{"question_id": 7091, "table_id": "2-15739098-1", "question": "What shows for Exists when the airdate was 20 December 1965?", "sql": "SELECT \"Exists?\" FROM \"2-15739098-1\" WHERE \"Airdate\" = '20 December 1965';"} +{"question_id": 7092, "table_id": "2-1597347-1", "question": "What 2007 number when the million CZK shows operating revenues?", "sql": "SELECT COUNT(\"2007\") FROM \"2-1597347-1\" WHERE \"million CZK\" = 'operating revenues';"} +{"question_id": 7093, "table_id": "2-1597347-1", "question": "What is the sum of 2007 when the 2009 is less than 7006, and a 2008 larger than 2226?", "sql": "SELECT SUM(\"2007\") FROM \"2-1597347-1\" WHERE \"2009\" < 7006.0 AND \"2008\" > 2226.0;"} +{"question_id": 7094, "table_id": "2-1597347-1", "question": "What is the lowest 2008 when the 2009 was 7006, and a 2006 larger than 4844?", "sql": "SELECT MIN(\"2008\") FROM \"2-1597347-1\" WHERE \"2009\" = 7006.0 AND \"2006\" > 4844.0;"} +{"question_id": 7095, "table_id": "2-156681-1", "question": "What is the lowest Year with an Album that is Live Love in London?", "sql": "SELECT MIN(\"Year\") FROM \"2-156681-1\" WHERE \"Album\" = 'Live Love in London';"} +{"question_id": 7096, "table_id": "2-156681-1", "question": "What is the average Year with a U.S. Christian that is 167?", "sql": "SELECT AVG(\"Year\") FROM \"2-156681-1\" WHERE \"U.S. Christian\" = '167';"} +{"question_id": 7097, "table_id": "2-156681-1", "question": "What is the U.S. Christian with a Year that is 1989?", "sql": "SELECT \"U.S. Christian\" FROM \"2-156681-1\" WHERE \"Year\" = 1989.0;"} +{"question_id": 7098, "table_id": "2-15778392-1", "question": "What is the Theme when Fontella Bass was the original artist?", "sql": "SELECT \"Theme\" FROM \"2-15778392-1\" WHERE \"Original artist\" = 'Fontella Bass';"} +{"question_id": 7099, "table_id": "2-15778392-1", "question": "What is the Week # when The Beatles were the original artist and the theme was The Beatles?", "sql": "SELECT \"Week #\" FROM \"2-15778392-1\" WHERE \"Original artist\" = 'The Beatles' AND \"Theme\" = 'The Beatles';"} +{"question_id": 7100, "table_id": "2-1601826-6", "question": "What is the total number of top-25 in the masters tournament, which has 0 top-10 and more than 0 top-5?", "sql": "SELECT COUNT(\"Top-25\") FROM \"2-1601826-6\" WHERE \"Top-10\" = 0.0 AND \"Tournament\" = 'masters tournament' AND \"Top-5\" > 0.0;"} +{"question_id": 7101, "table_id": "2-1601826-6", "question": "What is the total top-25 of the u.s. open, which has less than 7 cuts?", "sql": "SELECT SUM(\"Top-25\") FROM \"2-1601826-6\" WHERE \"Tournament\" = 'u.s. open' AND \"Cuts made\" < 7.0;"} +{"question_id": 7102, "table_id": "2-1601826-6", "question": "What is the lowest top-5 of the tournament with less than 1 top-10 and less than 1 top-25?", "sql": "SELECT MIN(\"Top-5\") FROM \"2-1601826-6\" WHERE \"Top-10\" < 1.0 AND \"Top-25\" < 1.0;"} +{"question_id": 7103, "table_id": "2-1601826-6", "question": "What is the highest top-25 of the tournament with less than 22 events and more than 1 top-10?", "sql": "SELECT MAX(\"Top-25\") FROM \"2-1601826-6\" WHERE \"Events\" < 22.0 AND \"Top-10\" > 1.0;"} +{"question_id": 7104, "table_id": "2-15777504-1", "question": "What is the total bronze medals won, with 0 gold medals and in 5th place?", "sql": "SELECT COUNT(\"Bronze Medals\") FROM \"2-15777504-1\" WHERE \"Gold Medals\" = 0.0 AND \"5th Place\" < 0.0;"} +{"question_id": 7105, "table_id": "2-15777504-1", "question": "What is the average amount of appearances for the Bronze Meals less than 0?", "sql": "SELECT AVG(\"Appearances\") FROM \"2-15777504-1\" WHERE \"Bronze Medals\" < 0.0;"} +{"question_id": 7106, "table_id": "2-15777504-1", "question": "What is the total number of 4th place that has 3 appearances for 3, and a more than 0 silver medals, and no gold medals?", "sql": "SELECT COUNT(\"4th Place\") FROM \"2-15777504-1\" WHERE \"Appearances\" = 3.0 AND \"Silver Medals\" > 0.0 AND \"Gold Medals\" < 0.0;"} +{"question_id": 7107, "table_id": "2-15343730-1", "question": "How many years have HMOs been 27% and POS plans 18%?", "sql": "SELECT COUNT(\"Year\") FROM \"2-15343730-1\" WHERE \"HMOs\" = '27%' AND \"POS plans\" = '18%';"} +{"question_id": 7108, "table_id": "2-15343730-1", "question": "Which conventional plan has a POS of 13%?", "sql": "SELECT \"Conventional plans\" FROM \"2-15343730-1\" WHERE \"POS plans\" = '13%';"} +{"question_id": 7109, "table_id": "2-15343730-1", "question": "How many years have a conventional plan of 7%?", "sql": "SELECT SUM(\"Year\") FROM \"2-15343730-1\" WHERE \"Conventional plans\" = '7%';"} +{"question_id": 7110, "table_id": "2-15343730-1", "question": "Which conventional plan has a POS plan of 21%?", "sql": "SELECT \"Conventional plans\" FROM \"2-15343730-1\" WHERE \"POS plans\" = '21%';"} +{"question_id": 7111, "table_id": "2-15343730-1", "question": "Which HMO has a conventional plan of 3% in 2005?", "sql": "SELECT \"HMOs\" FROM \"2-15343730-1\" WHERE \"Conventional plans\" = '3%' AND \"Year\" = 2005.0;"} +{"question_id": 7112, "table_id": "2-15547329-1", "question": "How many are on the administrative panel with an agricultural panel of fewer than 11 and an industrial and commercial panel of 3, with fewer than 4 on the labor panel?", "sql": "SELECT AVG(\"Administrative Panel\") FROM \"2-15547329-1\" WHERE \"Agricultural Panel\" < 11.0 AND \"Industrial and Commercial Panel\" = 3.0 AND \"Labour Panel\" < 4.0;"} +{"question_id": 7113, "table_id": "2-15434049-1", "question": "Who read the UNABRIDGED book written by Gary Paulsen?", "sql": "SELECT \"Read by\" FROM \"2-15434049-1\" WHERE \"Un-/Abridged\" = 'UNABRIDGED' AND \"Author\" = 'Gary Paulsen';"} +{"question_id": 7114, "table_id": "2-15434049-1", "question": "Who read the UNABRIDGED novel written by John D. Fitzgerald?", "sql": "SELECT \"Read by\" FROM \"2-15434049-1\" WHERE \"Un-/Abridged\" = 'UNABRIDGED' AND \"Author\" = 'John D. Fitzgerald';"} +{"question_id": 7115, "table_id": "2-15383430-1", "question": "In which week was the Theme 1960s?", "sql": "SELECT \"Week #\" FROM \"2-15383430-1\" WHERE \"Theme\" = '1960s';"} +{"question_id": 7116, "table_id": "2-15383430-1", "question": "When the week # is listed as Hollywood, and the Theme is N/A, what song is listed?", "sql": "SELECT \"Song choice\" FROM \"2-15383430-1\" WHERE \"Theme\" = 'N/A' AND \"Week #\" = 'Hollywood';"} +{"question_id": 7117, "table_id": "2-15383430-1", "question": "Which Theme has a Result of Eliminated?", "sql": "SELECT \"Theme\" FROM \"2-15383430-1\" WHERE \"Result\" = 'Eliminated';"} +{"question_id": 7118, "table_id": "2-15383430-1", "question": "Which song choice was originally performed by Bonnie Tyler?", "sql": "SELECT \"Song choice\" FROM \"2-15383430-1\" WHERE \"Original artist\" = 'Bonnie Tyler';"} +{"question_id": 7119, "table_id": "2-15525566-1", "question": "Which call sign, broadcast at less than 103.5MHz, has an ERP W of 50?", "sql": "SELECT \"Call sign\" FROM \"2-15525566-1\" WHERE \"ERP W\" = 50.0 AND \"Frequency MHz\" < 103.5;"} +{"question_id": 7120, "table_id": "2-15525566-1", "question": "What is the frequency of the call sign licensed in Albany, New York?", "sql": "SELECT \"Frequency MHz\" FROM \"2-15525566-1\" WHERE \"City of license\" = 'Albany, New York';"} +{"question_id": 7121, "table_id": "2-15582798-2", "question": "Which Chart peak was Recorded on 2/19/69?", "sql": "SELECT \"Chart peak\" FROM \"2-15582798-2\" WHERE \"Recorded\" = '2/19/69';"} +{"question_id": 7122, "table_id": "2-15582798-2", "question": "Which Chart peak has a Time of 3:11?", "sql": "SELECT \"Chart peak\" FROM \"2-15582798-2\" WHERE \"Time\" = '3:11';"} +{"question_id": 7123, "table_id": "2-15582798-2", "question": "Which Catalogue has a Writer(s) of Mark James?", "sql": "SELECT \"Catalogue\" FROM \"2-15582798-2\" WHERE \"Writer(s)\" = 'Mark James';"} +{"question_id": 7124, "table_id": "2-15582798-2", "question": "Which Track has a Writer(s) of Mac Davis?", "sql": "SELECT AVG(\"Track\") FROM \"2-15582798-2\" WHERE \"Writer(s)\" = 'Mac Davis';"} +{"question_id": 7125, "table_id": "2-15887683-1", "question": "What is the name of the country when the television service is Italia 1?", "sql": "SELECT \"Country\" FROM \"2-15887683-1\" WHERE \"Television service\" = 'Italia 1';"} +{"question_id": 7126, "table_id": "2-15887683-1", "question": "What is the HDTV when the content is general television?", "sql": "SELECT \"HDTV\" FROM \"2-15887683-1\" WHERE \"Content\" = 'general television';"} +{"question_id": 7127, "table_id": "2-15887683-1", "question": "What is the Country when the Content was general television, and a Television service of Rai 1?", "sql": "SELECT \"Country\" FROM \"2-15887683-1\" WHERE \"Content\" = 'general television' AND \"Television service\" = 'Rai 1';"} +{"question_id": 7128, "table_id": "2-15887683-1", "question": "What is the Language that has Sky TG 24 Active as the Television service?", "sql": "SELECT \"Language\" FROM \"2-15887683-1\" WHERE \"Television service\" = 'Sky TG 24 Active';"} +{"question_id": 7129, "table_id": "2-1617662-2", "question": "What was the location of the fight when Sara McMann's record was 1-0?", "sql": "SELECT \"Location\" FROM \"2-1617662-2\" WHERE \"Record\" = '1-0';"} +{"question_id": 7130, "table_id": "2-1617662-2", "question": "What was the record when there was a fight that lasted 5:00?", "sql": "SELECT \"Record\" FROM \"2-1617662-2\" WHERE \"Time\" = '5:00';"} +{"question_id": 7131, "table_id": "2-1617662-2", "question": "What is the method of resolution for the fight that had a time of 5:00 and a record of 5-0?", "sql": "SELECT \"Method\" FROM \"2-1617662-2\" WHERE \"Time\" = '5:00' AND \"Record\" = '5-0';"} +{"question_id": 7132, "table_id": "2-15428647-1", "question": "What's the average Week with the Result L 23–3?", "sql": "SELECT AVG(\"Week\") FROM \"2-15428647-1\" WHERE \"Result\" = 'L 23–3';"} +{"question_id": 7133, "table_id": "2-15428647-1", "question": "With the date of October 28, 1962, and the week greater than 4, what was the lowest attendance?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-15428647-1\" WHERE \"Week\" > 4.0 AND \"Date\" = 'October 28, 1962';"} +{"question_id": 7134, "table_id": "2-159574-1", "question": "What Belarusian has a status of Raion a foundation of 1514 and a 2010 population of 8100?", "sql": "SELECT \"Belarusian (BGN/PCGN)\" FROM \"2-159574-1\" WHERE \"Status\" = 'Raion' AND \"Foundation\" = '1514' AND \"Population (2010)\" = '8100';"} +{"question_id": 7135, "table_id": "2-1604940-1", "question": "Which model number has an order part number of TMSMT37BQX5LD?", "sql": "SELECT \"Model number\" FROM \"2-1604940-1\" WHERE \"Order part number\" = 'TMSMT37BQX5LD';"} +{"question_id": 7136, "table_id": "2-1604940-1", "question": "Which model number has an order part number of TMDML44BKX5LD?", "sql": "SELECT \"Model number\" FROM \"2-1604940-1\" WHERE \"Order part number\" = 'TMDML44BKX5LD';"} +{"question_id": 7137, "table_id": "2-1604940-1", "question": "What is the socket related to the processor released on June 22, 2005, having a frequency of 1600MHz and voltage under 1.35V?", "sql": "SELECT \"Socket\" FROM \"2-1604940-1\" WHERE \"Frequency\" = '1600MHz' AND \"Release date\" = 'June 22, 2005' AND \"Voltage\" < 1.35;"} +{"question_id": 7138, "table_id": "2-15551831-1", "question": "What is the highest rank for PSV - FC Barcelona?", "sql": "SELECT MAX(\"RANK\") FROM \"2-15551831-1\" WHERE \"TEAM\" = 'PSV - FC Barcelona';"} +{"question_id": 7139, "table_id": "2-15551831-1", "question": "What rank was Peter SCHMEICHEL?", "sql": "SELECT SUM(\"RANK\") FROM \"2-15551831-1\" WHERE \"NAME\" = 'Peter SCHMEICHEL';"} +{"question_id": 7140, "table_id": "2-16108515-1", "question": "What is the highest Super G that had an 11 Downhill and an overall less than 16?", "sql": "SELECT MAX(\"Super G\") FROM \"2-16108515-1\" WHERE \"Downhill\" = '11' AND \"Overall\" < 16.0;"} +{"question_id": 7141, "table_id": "2-16108515-1", "question": "What is the combined of the overalls less than 34?", "sql": "SELECT \"Combined\" FROM \"2-16108515-1\" WHERE \"Overall\" < 34.0;"} +{"question_id": 7142, "table_id": "2-16108515-1", "question": "What is the combined of the 14 Super G?", "sql": "SELECT \"Combined\" FROM \"2-16108515-1\" WHERE \"Super G\" = 14.0;"} +{"question_id": 7143, "table_id": "2-15600368-2", "question": "What album had the Reunion label in 2006?", "sql": "SELECT \"Album\" FROM \"2-15600368-2\" WHERE \"Label\" = 'Reunion' AND \"Year\" = 2006.0;"} +{"question_id": 7144, "table_id": "2-15600368-2", "question": "Who was the artist for the album, Christmas under the Reunion label with the Guitar?", "sql": "SELECT \"Artist\" FROM \"2-15600368-2\" WHERE \"Label\" = 'Reunion' AND \"Credit\" = 'Guitar' AND \"Album\" = 'Christmas';"} +{"question_id": 7145, "table_id": "2-15600368-2", "question": "What is the most recent year for an album listed with a Piano credited?", "sql": "SELECT MAX(\"Year\") FROM \"2-15600368-2\" WHERE \"Credit\" = 'Piano';"} +{"question_id": 7146, "table_id": "2-16048568-1", "question": "What is Volume:Issue, when Artist is Elton John, and when Weeks on Top is 4?", "sql": "SELECT \"Volume:Issue\" FROM \"2-16048568-1\" WHERE \"Artist\" = 'Elton John' AND \"Weeks on Top\" = 4.0;"} +{"question_id": 7147, "table_id": "2-1533169-1", "question": "What is the value in 2008-08 when DNP is the value in 2009-10?", "sql": "SELECT \"2008–09\" FROM \"2-1533169-1\" WHERE \"2009–10\" = 'DNP';"} +{"question_id": 7148, "table_id": "2-1533169-1", "question": "Which event had a DNP value in 2010-11?", "sql": "SELECT \"Event\" FROM \"2-1533169-1\" WHERE \"2010–11\" = 'DNP';"} +{"question_id": 7149, "table_id": "2-1533169-1", "question": "What is the value in 2008-09 for the Autumn Gold event?", "sql": "SELECT \"2008–09\" FROM \"2-1533169-1\" WHERE \"Event\" = 'Autumn Gold';"} +{"question_id": 7150, "table_id": "2-1533169-1", "question": "What is the value in 2006-07 when the value is SF in 2008-09?", "sql": "SELECT \"2006–07\" FROM \"2-1533169-1\" WHERE \"2008–09\" = 'SF';"} +{"question_id": 7151, "table_id": "2-15987929-1", "question": "What is the total number of bronze medals of the nation with 4 total medals and 1 silver?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-15987929-1\" WHERE \"Total\" = 4.0 AND \"Silver\" = 1.0;"} +{"question_id": 7152, "table_id": "2-15987929-1", "question": "What is the sum of silver medals of the nation cuba, which has less than 0 gold?", "sql": "SELECT SUM(\"Silver\") FROM \"2-15987929-1\" WHERE \"Nation\" = 'cuba' AND \"Gold\" < 0.0;"} +{"question_id": 7153, "table_id": "2-15753220-15", "question": "What is the total weight of players who play the g position for the los angeles d-fenders?", "sql": "SELECT COUNT(\"Weight\") FROM \"2-15753220-15\" WHERE \"Pos.\" = 'g' AND \"Team\" = 'los angeles d-fenders';"} +{"question_id": 7154, "table_id": "2-15753220-15", "question": "What team does Bill Walker play for?", "sql": "SELECT \"Team\" FROM \"2-15753220-15\" WHERE \"Player\" = 'Bill Walker';"} +{"question_id": 7155, "table_id": "2-15503252-3", "question": "What was the lowest heat for germany with a rank smaller than 9 for mike fenner and a time smaller than 13.52?", "sql": "SELECT MIN(\"Heat\") FROM \"2-15503252-3\" WHERE \"Nationality\" = 'germany' AND \"Rank\" < 9.0 AND \"Name\" = 'mike fenner' AND \"Time\" < 13.52;"} +{"question_id": 7156, "table_id": "2-15567091-4", "question": "What is the total of the FA CUP that has 1 FA trophy, and player chris cook, and a League cup less than 1?", "sql": "SELECT COUNT(\"FA Cup\") FROM \"2-15567091-4\" WHERE \"FA Trophy\" = 1.0 AND \"Player\" = 'chris cook' AND \"League Cup\" < 1.0;"} +{"question_id": 7157, "table_id": "2-15326544-6", "question": "What is the lowest FA cup that has mohd faizal desa as the player, with a total greater than 0?", "sql": "SELECT MIN(\"FA Cup\") FROM \"2-15326544-6\" WHERE \"Player\" = 'mohd faizal desa' AND \"Total\" > 0.0;"} +{"question_id": 7158, "table_id": "2-15326544-6", "question": "What is the lowest FA cup that has a league greater than 0, with a Malaysia cup greater than 5?", "sql": "SELECT MIN(\"FA Cup\") FROM \"2-15326544-6\" WHERE \"League\" > 0.0 AND \"Malaysia Cup\" > 5.0;"} +{"question_id": 7159, "table_id": "2-15326544-6", "question": "How many Malaysia Cups have a total less than 0?", "sql": "SELECT COUNT(\"Malaysia Cup\") FROM \"2-15326544-6\" WHERE \"Total\" < 0.0;"} +{"question_id": 7160, "table_id": "2-15326544-6", "question": "What is the average FA cup that has a league of 0, fahmi hatta as the player, with a Malaysia cup less than 0?", "sql": "SELECT AVG(\"FA Cup\") FROM \"2-15326544-6\" WHERE \"League\" = 0.0 AND \"Player\" = 'fahmi hatta' AND \"Malaysia Cup\" < 0.0;"} +{"question_id": 7161, "table_id": "2-15326544-6", "question": "How many Malaysia Cups have 0 for the total with a league greater than 0?", "sql": "SELECT COUNT(\"Malaysia Cup\") FROM \"2-15326544-6\" WHERE \"Total\" = 0.0 AND \"League\" > 0.0;"} +{"question_id": 7162, "table_id": "2-15780049-4", "question": "What is High Assists, when High Points is Keon Clark (19)?", "sql": "SELECT \"High assists\" FROM \"2-15780049-4\" WHERE \"High points\" = 'Keon Clark (19)';"} +{"question_id": 7163, "table_id": "2-15780049-4", "question": "What is Location Attendance, when High Assists is Alvin Williams (9)?", "sql": "SELECT \"Location Attendance\" FROM \"2-15780049-4\" WHERE \"High assists\" = 'Alvin Williams (9)';"} +{"question_id": 7164, "table_id": "2-15780049-4", "question": "What is High Points, when Location Attendance is Staples Center 18,964?", "sql": "SELECT \"High points\" FROM \"2-15780049-4\" WHERE \"Location Attendance\" = 'Staples Center 18,964';"} +{"question_id": 7165, "table_id": "2-15780049-4", "question": "What is High Points, when Team is @ Phoenix?", "sql": "SELECT \"High points\" FROM \"2-15780049-4\" WHERE \"Team\" = '@ Phoenix';"} +{"question_id": 7166, "table_id": "2-1588821-4", "question": "What name has 100 W. Pender St. as the address?", "sql": "SELECT \"Name\" FROM \"2-1588821-4\" WHERE \"Street address\" = '100 W. Pender St.';"} +{"question_id": 7167, "table_id": "2-1588821-4", "question": "How many floors have 207 w. hastings st. as the address?", "sql": "SELECT COUNT(\"Floors\") FROM \"2-1588821-4\" WHERE \"Street address\" = '207 w. hastings st.';"} +{"question_id": 7168, "table_id": "2-1588821-4", "question": "What is the height m/ft where 207 W. Hastings St. is the address?", "sql": "SELECT \"Height m / ft\" FROM \"2-1588821-4\" WHERE \"Street address\" = '207 W. Hastings St.';"} +{"question_id": 7169, "table_id": "2-15906728-8", "question": "What is the completed list entry number more than 1356460?", "sql": "SELECT \"Completed\" FROM \"2-15906728-8\" WHERE \"List entry number\" > 1356460.0;"} +{"question_id": 7170, "table_id": "2-15906728-8", "question": "Which type has a list entry number more than 1356436, named Albion Congregational Church?", "sql": "SELECT \"Type\" FROM \"2-15906728-8\" WHERE \"List entry number\" > 1356436.0 AND \"Name\" = 'Albion Congregational Church';"} +{"question_id": 7171, "table_id": "2-15906728-8", "question": "What is the entry number on the list for Fairfield Moravian Church?", "sql": "SELECT \"List entry number\" FROM \"2-15906728-8\" WHERE \"Name\" = 'Fairfield Moravian Church';"} +{"question_id": 7172, "table_id": "2-15532327-4", "question": "What was the Average Attendance during the Year in which there were 9 Home Games?", "sql": "SELECT MAX(\"Average Attendance\") FROM \"2-15532327-4\" WHERE \"# of Home Games\" = 9.0;"} +{"question_id": 7173, "table_id": "2-15532327-4", "question": "Before 2012, what was the greatest # of Home Games with a Canada - USA Rank of 52nd, and an Average Attendance less than 992?", "sql": "SELECT MAX(\"# of Home Games\") FROM \"2-15532327-4\" WHERE \"Year\" < 2012.0 AND \"Canada - USA Rank\" = '52nd' AND \"Average Attendance\" < 992.0;"} +{"question_id": 7174, "table_id": "2-15532327-4", "question": "In the year where the League Rank was 10th, what was the greatest number of Home Games?", "sql": "SELECT MAX(\"# of Home Games\") FROM \"2-15532327-4\" WHERE \"League Rank\" = '10th';"} +{"question_id": 7175, "table_id": "2-15532327-4", "question": "After the year 2011, when the Canada - USA Rank was 46th, what was the League Rank?", "sql": "SELECT \"League Rank\" FROM \"2-15532327-4\" WHERE \"Year\" > 2011.0 AND \"Canada - USA Rank\" = '46th';"} +{"question_id": 7176, "table_id": "2-15887683-5", "question": "What is Package/Option, when HDTV is no, when Language is Italian, and when Television service is Cartello promozionale Sky HD?", "sql": "SELECT \"Package/Option\" FROM \"2-15887683-5\" WHERE \"HDTV\" = 'no' AND \"Language\" = 'Italian' AND \"Television service\" = 'Cartello promozionale Sky HD';"} +{"question_id": 7177, "table_id": "2-15887683-5", "question": "What is Country, when HDTV is yes, and when Content is cinema?", "sql": "SELECT \"Country\" FROM \"2-15887683-5\" WHERE \"HDTV\" = 'yes' AND \"Content\" = 'cinema';"} +{"question_id": 7178, "table_id": "2-15887683-5", "question": "What is HDTV, when Television service is Cartello promozionale Sky HD?", "sql": "SELECT \"HDTV\" FROM \"2-15887683-5\" WHERE \"Television service\" = 'Cartello promozionale Sky HD';"} +{"question_id": 7179, "table_id": "2-15887683-5", "question": "What is Content, when Package/Option is Sky Cinema, and when Language is Italian originale?", "sql": "SELECT \"Content\" FROM \"2-15887683-5\" WHERE \"Package/Option\" = 'Sky Cinema' AND \"Language\" = 'Italian originale';"} +{"question_id": 7180, "table_id": "2-15887683-5", "question": "What is HDTV, when Language is Italian originale, and when Package/Option is Sky Cinema, and when Television service is Sky Cinema Max +1?", "sql": "SELECT \"HDTV\" FROM \"2-15887683-5\" WHERE \"Language\" = 'Italian originale' AND \"Package/Option\" = 'Sky Cinema' AND \"Television service\" = 'Sky Cinema Max +1';"} +{"question_id": 7181, "table_id": "2-15887683-5", "question": "What is HDTV, when Content is cinema, when Package/Option is Sky Cinema + Sky HD, and when Television Service is Sky Cinema Passion HD?", "sql": "SELECT \"HDTV\" FROM \"2-15887683-5\" WHERE \"Content\" = 'cinema' AND \"Package/Option\" = 'Sky Cinema + Sky HD' AND \"Television service\" = 'Sky Cinema Passion HD';"} +{"question_id": 7182, "table_id": "2-15767661-3", "question": "What is the Venue with an Attendance that is larger than 6938?", "sql": "SELECT \"Venue\" FROM \"2-15767661-3\" WHERE \"Attendance\" > 6938.0;"} +{"question_id": 7183, "table_id": "2-15767661-3", "question": "What is the Date with an Opponent that is Hearts?", "sql": "SELECT \"Date\" FROM \"2-15767661-3\" WHERE \"Opponent\" = 'Hearts';"} +{"question_id": 7184, "table_id": "2-15767661-3", "question": "What is the Result with a VeNue that is N?", "sql": "SELECT \"Result\" FROM \"2-15767661-3\" WHERE \"Venue\" = 'N';"} +{"question_id": 7185, "table_id": "2-1590967-6", "question": "Who was the Coat of Cash Wearing Celebrity in Episode 6?", "sql": "SELECT \"Coat Of Cash Wearing Celebrity\" FROM \"2-1590967-6\" WHERE \"Episode Number\" = 6.0;"} +{"question_id": 7186, "table_id": "2-1590967-6", "question": "What was the air date of episode 5?", "sql": "SELECT \"Air Date\" FROM \"2-1590967-6\" WHERE \"Episode Number\" = 5.0;"} +{"question_id": 7187, "table_id": "2-15852257-1", "question": "What is the largest number of races when there are less than 6 podiums, the series is the formula renault 2.0 eurocup, and there are more than 0 wins?", "sql": "SELECT MAX(\"Races\") FROM \"2-15852257-1\" WHERE \"Podiums\" < 6.0 AND \"Series\" = 'formula renault 2.0 eurocup' AND \"Wins\" > 0.0;"} +{"question_id": 7188, "table_id": "2-16186036-1", "question": "Who were the Opponents in the final in the match with a Score in the final of 1–6, 6–3, 2–6?", "sql": "SELECT \"Opponents in the final\" FROM \"2-16186036-1\" WHERE \"Score in the final\" = '1–6, 6–3, 2–6';"} +{"question_id": 7189, "table_id": "2-16186036-1", "question": "What Opponents in the final had a match in 1984 with a Score in the final of 7–6, 6–1?", "sql": "SELECT \"Opponents in the final\" FROM \"2-16186036-1\" WHERE \"Date\" = 1984.0 AND \"Score in the final\" = '7–6, 6–1';"} +{"question_id": 7190, "table_id": "2-15341-2", "question": "How many years were they nominated for outstanding musical?", "sql": "SELECT COUNT(\"Year\") FROM \"2-15341-2\" WHERE \"Nominee\" = 'outstanding musical';"} +{"question_id": 7191, "table_id": "2-15857464-2", "question": "Where was the location for Arras Paul Arras?", "sql": "SELECT \"Location\" FROM \"2-15857464-2\" WHERE \"Opponent\" = 'Arras Paul Arras';"} +{"question_id": 7192, "table_id": "2-1580963-13", "question": "What is the title from 302 BC?", "sql": "SELECT \"Title\" FROM \"2-1580963-13\" WHERE \"From\" = '302 BC';"} +{"question_id": 7193, "table_id": "2-1580963-13", "question": "Which royal house has the name Huai?", "sql": "SELECT \"Royal house\" FROM \"2-1580963-13\" WHERE \"Name\" = 'Huai';"} +{"question_id": 7194, "table_id": "2-1580963-13", "question": "Who has the title of Marquis?", "sql": "SELECT \"Name\" FROM \"2-1580963-13\" WHERE \"Title\" = 'Marquis';"} +{"question_id": 7195, "table_id": "2-1580963-13", "question": "Which royal house is in the state of Chu?", "sql": "SELECT \"Royal house\" FROM \"2-1580963-13\" WHERE \"State\" = 'Chu';"} +{"question_id": 7196, "table_id": "2-1580963-13", "question": "Which state has a King named Xiang?", "sql": "SELECT \"State\" FROM \"2-1580963-13\" WHERE \"Title\" = 'King' AND \"Name\" = 'Xiang';"} +{"question_id": 7197, "table_id": "2-15972933-2", "question": "What's the most recent week for the day of November 5, 1978?", "sql": "SELECT MAX(\"Week\") FROM \"2-15972933-2\" WHERE \"Date\" = 'November 5, 1978';"} +{"question_id": 7198, "table_id": "2-15972933-2", "question": "What's the mean week number for November 12, 1978?", "sql": "SELECT AVG(\"Week\") FROM \"2-15972933-2\" WHERE \"Date\" = 'November 12, 1978';"} +{"question_id": 7199, "table_id": "2-15972933-2", "question": "What's the mean week number when attendance was 63263?", "sql": "SELECT AVG(\"Week\") FROM \"2-15972933-2\" WHERE \"Attendance\" = 63263.0;"} +{"question_id": 7200, "table_id": "2-1588821-1", "question": "What is the number of floors that have years under 2008 and were named guinness tower?", "sql": "SELECT COUNT(\"Floors\") FROM \"2-1588821-1\" WHERE \"Year\" < 2008.0 AND \"Name\" = 'guinness tower';"} +{"question_id": 7201, "table_id": "2-1549729-2", "question": "What is the sum of Year opened when steel was the material with a Span feet of 1476?", "sql": "SELECT SUM(\"Year opened\") FROM \"2-1549729-2\" WHERE \"Material\" = 'steel' AND \"Span feet\" = 1476.0;"} +{"question_id": 7202, "table_id": "2-1549729-2", "question": "What is the sum of Year opened when the span feet is more than 1247, and the spam metres is 384?", "sql": "SELECT SUM(\"Year opened\") FROM \"2-1549729-2\" WHERE \"Span feet\" > 1247.0 AND \"Span metres\" = 384.0;"} +{"question_id": 7203, "table_id": "2-15858905-1", "question": "What is average SiO 2, when Na 2 O is 7.53, and when Al 2 O 3 is less than 2.13?", "sql": "SELECT AVG(\"SiO 2\") FROM \"2-15858905-1\" WHERE \"Na 2 O\" = 7.53 AND \"Al 2 O 3\" < 2.13;"} +{"question_id": 7204, "table_id": "2-15858905-1", "question": "What is the highest K 2 O, when Na 2 O is greater than 1.87, when Fe 2 O 3 is greater than 0.07, when Objects is ritual disk, and when Al 2 O 3 is less than 0.62?", "sql": "SELECT MAX(\"K 2 O\") FROM \"2-15858905-1\" WHERE \"Na 2 O\" > 1.87 AND \"Fe 2 O 3\" > 0.07 AND \"Objects\" = 'ritual disk' AND \"Al 2 O 3\" < 0.62;"} +{"question_id": 7205, "table_id": "2-15858905-1", "question": "What is the highest SiO 2, when K 2 O is greater than 0.16, when Fe 2 O 3 is greater than 0.16, and when Na 2 O is less than 7.53?", "sql": "SELECT MAX(\"SiO 2\") FROM \"2-15858905-1\" WHERE \"K 2 O\" > 0.16 AND \"Fe 2 O 3\" > 0.16 AND \"Na 2 O\" < 7.53;"} +{"question_id": 7206, "table_id": "2-16075179-6", "question": "What is Aberdeen team's date of vacancy?", "sql": "SELECT \"Date of vacancy\" FROM \"2-16075179-6\" WHERE \"Team\" = 'Aberdeen';"} +{"question_id": 7207, "table_id": "2-16075179-6", "question": "What is Motherwell Team's manner of departure?", "sql": "SELECT \"Manner of departure\" FROM \"2-16075179-6\" WHERE \"Team\" = 'Motherwell';"} +{"question_id": 7208, "table_id": "2-16075179-6", "question": "What is the date of appointment for the team with a Resigned manner of departure and replaced by Sandy Clark?", "sql": "SELECT \"Date of appointment\" FROM \"2-16075179-6\" WHERE \"Manner of departure\" = 'Resigned' AND \"Replaced by\" = 'Sandy Clark';"} +{"question_id": 7209, "table_id": "2-16075179-6", "question": "What manner of departure was Dick Advocaat replaced by?", "sql": "SELECT \"Manner of departure\" FROM \"2-16075179-6\" WHERE \"Replaced by\" = 'Dick Advocaat';"} +{"question_id": 7210, "table_id": "2-15354254-1", "question": "Which amount of lost had an against of more than 22 and 9 points?", "sql": "SELECT \"Lost\" FROM \"2-15354254-1\" WHERE \"Against\" > 22.0 AND \"Points\" = 9.0;"} +{"question_id": 7211, "table_id": "2-15354254-1", "question": "What is the total amount of points when the played number was less than 12?", "sql": "SELECT SUM(\"Points\") FROM \"2-15354254-1\" WHERE \"Played\" < 12.0;"} +{"question_id": 7212, "table_id": "2-15354254-1", "question": "What is the largest points number where the difference is 12?", "sql": "SELECT MAX(\"Points\") FROM \"2-15354254-1\" WHERE \"Difference\" = '12';"} +{"question_id": 7213, "table_id": "2-15354254-1", "question": "What is the total number of points where there were 3 losses and a played number bigger than 12?", "sql": "SELECT SUM(\"Points\") FROM \"2-15354254-1\" WHERE \"Lost\" = 3.0 AND \"Played\" > 12.0;"} +{"question_id": 7214, "table_id": "2-1598164-4", "question": "What was the winning score for the tournament where Garth Mulroy was the runner-up?", "sql": "SELECT \"Winning score\" FROM \"2-1598164-4\" WHERE \"Runner(s)-up\" = 'Garth Mulroy';"} +{"question_id": 7215, "table_id": "2-1598164-4", "question": "Which tournament had a margin of victory of 6 strokes?", "sql": "SELECT \"Tournament\" FROM \"2-1598164-4\" WHERE \"Margin of victory\" = '6 strokes';"} +{"question_id": 7216, "table_id": "2-1598164-4", "question": "For the tournament played on 16 Jan 2011, what was the winning score?", "sql": "SELECT \"Winning score\" FROM \"2-1598164-4\" WHERE \"Date\" = '16 Jan 2011';"} +{"question_id": 7217, "table_id": "2-1598164-4", "question": "For the tournament ending with a margin of victory of 2 strokes, who was the runner(s)-up?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1598164-4\" WHERE \"Margin of victory\" = '2 strokes';"} +{"question_id": 7218, "table_id": "2-1598164-4", "question": "What was the winning score for the tournament where Garth Mulroy was the runner-up, and the margin of victory was 1 stroke?", "sql": "SELECT \"Winning score\" FROM \"2-1598164-4\" WHERE \"Margin of victory\" = '1 stroke' AND \"Runner(s)-up\" = 'Garth Mulroy';"} +{"question_id": 7219, "table_id": "2-1598164-4", "question": "For the tournament ending with a margin of victory of 6 strokes, what was the winning score?", "sql": "SELECT \"Winning score\" FROM \"2-1598164-4\" WHERE \"Margin of victory\" = '6 strokes';"} +{"question_id": 7220, "table_id": "2-15405394-1", "question": "How many Drawns have a Team of aa são bento and Points larger than 1?", "sql": "SELECT SUM(\"Drawn\") FROM \"2-15405394-1\" WHERE \"Team\" = 'aa são bento' AND \"Points\" > 1.0;"} +{"question_id": 7221, "table_id": "2-15405394-1", "question": "What is the Drawn has an Against smaller than 20 and Points of 15?", "sql": "SELECT \"Drawn\" FROM \"2-15405394-1\" WHERE \"Against\" < 20.0 AND \"Points\" = 15.0;"} +{"question_id": 7222, "table_id": "2-15405394-1", "question": "How many Against has a Drawn smaller than 1, and a Lost smaller than 5?", "sql": "SELECT MAX(\"Against\") FROM \"2-15405394-1\" WHERE \"Drawn\" < 1.0 AND \"Lost\" < 5.0;"} +{"question_id": 7223, "table_id": "2-15405394-1", "question": "what is the average Against has Drawn of 2, and a Played larger than 10?", "sql": "SELECT AVG(\"Against\") FROM \"2-15405394-1\" WHERE \"Drawn\" = 2.0 AND \"Played\" > 10.0;"} +{"question_id": 7224, "table_id": "2-1590321-51", "question": "How many goals were there for johan cruyff when the rank's less than 3?", "sql": "SELECT SUM(\"Goals\") FROM \"2-1590321-51\" WHERE \"Name\" = 'johan cruyff' AND \"Rank\" < 3.0;"} +{"question_id": 7225, "table_id": "2-15350566-1", "question": "What is the highest against when the lost is 3 with less than 30 points?", "sql": "SELECT MAX(\"Against\") FROM \"2-15350566-1\" WHERE \"Lost\" = 3.0 AND \"Points\" < 30.0;"} +{"question_id": 7226, "table_id": "2-15350566-1", "question": "What is the average Played when the against is 51, and the drawn is more than 1?", "sql": "SELECT AVG(\"Played\") FROM \"2-15350566-1\" WHERE \"Against\" = 51.0 AND \"Drawn\" > 1.0;"} +{"question_id": 7227, "table_id": "2-15708593-15", "question": "What is on at 8:30 when Million Dollar Password is on at 8:00?", "sql": "SELECT \"8:30\" FROM \"2-15708593-15\" WHERE \"8:00\" = 'Million Dollar Password';"} +{"question_id": 7228, "table_id": "2-15708593-15", "question": "What is on at 10:00 when 60 Minutes was on at 7:00 and Million Dollar Password is on at 8:00?", "sql": "SELECT \"10:00\" FROM \"2-15708593-15\" WHERE \"7:00\" = '60 Minutes' AND \"8:00\" = 'Million Dollar Password';"} +{"question_id": 7229, "table_id": "2-15531181-13", "question": "What is the result against Clemson?", "sql": "SELECT \"Result\" FROM \"2-15531181-13\" WHERE \"Opponent\" = 'Clemson';"} +{"question_id": 7230, "table_id": "2-16050349-3", "question": "What is the number of Games for the player in Rank 3?", "sql": "SELECT MAX(\"Games\") FROM \"2-16050349-3\" WHERE \"Rank\" = 3.0;"} +{"question_id": 7231, "table_id": "2-16050349-3", "question": "With more than 69 Assists, what is dejuan collins' Rank?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-16050349-3\" WHERE \"Name\" = 'dejuan collins' AND \"Assists\" > 69.0;"} +{"question_id": 7232, "table_id": "2-16050349-3", "question": "How many Assists for the Player with 13 Games and a Rank less than 3?", "sql": "SELECT SUM(\"Assists\") FROM \"2-16050349-3\" WHERE \"Games\" = 13.0 AND \"Rank\" < 3.0;"} +{"question_id": 7233, "table_id": "2-15672818-3", "question": "What is the lowest number of uncommitted superdelegates for a state with more than 16 total and 2 for Hillary Clinton?", "sql": "SELECT MIN(\"Uncommitted\") FROM \"2-15672818-3\" WHERE \"Total\" > 16.0 AND \"Hillary Clinton\" = 2.0;"} +{"question_id": 7234, "table_id": "2-1585609-1", "question": "What Japanese prefecture has Ibaraki, Tsukuba?", "sql": "SELECT \"Japanese\" FROM \"2-1585609-1\" WHERE \"Prefecture\" = 'Ibaraki' AND \"Name\" = 'Tsukuba';"} +{"question_id": 7235, "table_id": "2-1585609-1", "question": "What region has the symbol 八尾?", "sql": "SELECT \"Region\" FROM \"2-1585609-1\" WHERE \"Japanese\" = '八尾';"} +{"question_id": 7236, "table_id": "2-16152986-3", "question": "Which venue held the Euro 2012 qualifier?", "sql": "SELECT \"Venue\" FROM \"2-16152986-3\" WHERE \"Competition\" = 'Euro 2012 qualifier';"} +{"question_id": 7237, "table_id": "2-15923795-1", "question": "What is the Year with a Number that is larger than 34?", "sql": "SELECT \"Year\" FROM \"2-15923795-1\" WHERE \"Number\" > 34.0;"} +{"question_id": 7238, "table_id": "2-1608306-3", "question": "What is the date of the 4 strokes margin of victory?", "sql": "SELECT \"Date\" FROM \"2-1608306-3\" WHERE \"Margin of victory\" = '4 strokes';"} +{"question_id": 7239, "table_id": "2-15480222-6", "question": "What Elite Eight had a Sweet Sixteen of 1 and a win % of .875?", "sql": "SELECT \"Elite Eight\" FROM \"2-15480222-6\" WHERE \"Sweet Sixteen\" = '1' AND \"Win %\" = '.875';"} +{"question_id": 7240, "table_id": "2-15480222-6", "question": "What Round 32 had a # of bids smaller than 2?", "sql": "SELECT \"Round of 32\" FROM \"2-15480222-6\" WHERE \"# of Bids\" < 2.0;"} +{"question_id": 7241, "table_id": "2-16045118-21", "question": "What is the average year that Idris Elba was nominated for or won an award?", "sql": "SELECT AVG(\"Year\") FROM \"2-16045118-21\" WHERE \"Actor\" = 'Idris Elba';"} +{"question_id": 7242, "table_id": "2-16045118-21", "question": "What actor was nominated for or won an award before 1971?", "sql": "SELECT \"Actor\" FROM \"2-16045118-21\" WHERE \"Year\" < 1971.0;"} +{"question_id": 7243, "table_id": "2-15416653-1", "question": "What is the mean vertical relief in feet when the rank is more than 40 and the location is VA0573?", "sql": "SELECT AVG(\"Vertical Relief (ft)\") FROM \"2-15416653-1\" WHERE \"Rank\" > 40.0 AND \"Location\" = 'VA0573';"} +{"question_id": 7244, "table_id": "2-15416653-1", "question": "What is the mean vertical relief in feet when the Peak Name is tower near mead wood road entrance and the elevation in feet is more than 1410?", "sql": "SELECT AVG(\"Vertical Relief (ft)\") FROM \"2-15416653-1\" WHERE \"Peak Name\" = 'tower near mead wood road entrance' AND \"Elevation (ft)\" > 1410.0;"} +{"question_id": 7245, "table_id": "2-15416653-1", "question": "What is the total number of ranks when the Peak Name is Red Shirt Table?", "sql": "SELECT SUM(\"Rank\") FROM \"2-15416653-1\" WHERE \"Peak Name\" = 'Red Shirt Table';"} +{"question_id": 7246, "table_id": "2-15796100-1", "question": "What is the Original artist when the week number is Top 9?", "sql": "SELECT \"Original artist\" FROM \"2-15796100-1\" WHERE \"Week #\" = 'Top 9';"} +{"question_id": 7247, "table_id": "2-15796100-1", "question": "What is the Song choice when The Beatles were the original artist, with an order # of 4?", "sql": "SELECT \"Song choice\" FROM \"2-15796100-1\" WHERE \"Original artist\" = 'The Beatles' AND \"Order #\" = '4';"} +{"question_id": 7248, "table_id": "2-15796100-1", "question": "What is the Song choice when Elaine Paige was the Original artist?", "sql": "SELECT \"Song choice\" FROM \"2-15796100-1\" WHERE \"Original artist\" = 'Elaine Paige';"} +{"question_id": 7249, "table_id": "2-15796100-1", "question": "What is the name of the Original artist when the week # is Top 16 (8 Men)?", "sql": "SELECT \"Original artist\" FROM \"2-15796100-1\" WHERE \"Week #\" = 'Top 16 (8 Men)';"} +{"question_id": 7250, "table_id": "2-15796100-1", "question": "What is the Result when the order is # 4, and the week # is Top 12?", "sql": "SELECT \"Result\" FROM \"2-15796100-1\" WHERE \"Order #\" = '4' AND \"Week #\" = 'Top 12';"} +{"question_id": 7251, "table_id": "2-15625088-5", "question": "What score has Notts County as the home team?", "sql": "SELECT \"Score\" FROM \"2-15625088-5\" WHERE \"Home team\" = 'Notts County';"} +{"question_id": 7252, "table_id": "2-158001-1", "question": "What is the industry number with a Regional Gross Value Added over 4569 after 2005?", "sql": "SELECT \"Industry\" FROM \"2-158001-1\" WHERE \"Regional Gross Value Added\" > 4569.0 AND \"Year\" > 2005.0;"} +{"question_id": 7253, "table_id": "2-15345341-1", "question": "Average round for rodney harrison p before 145?", "sql": "SELECT AVG(\"Round\") FROM \"2-15345341-1\" WHERE \"Name\" = 'rodney harrison p' AND \"Pick\" < 145.0;"} +{"question_id": 7254, "table_id": "2-15345341-1", "question": "Highest round 5 pick from Western Illinois?", "sql": "SELECT MAX(\"Pick\") FROM \"2-15345341-1\" WHERE \"Round\" = 5.0 AND \"School/College\" = 'Western Illinois';"} +{"question_id": 7255, "table_id": "2-15977102-3", "question": "What is the 2011 when the 2010 shows Grand Slam Tournaments?", "sql": "SELECT \"2011\" FROM \"2-15977102-3\" WHERE \"2010\" = 'Grand Slam Tournaments';"} +{"question_id": 7256, "table_id": "2-15977102-3", "question": "WhAt is the 2011 when the 2007 is A, And the 2012 is SF?", "sql": "SELECT \"2011\" FROM \"2-15977102-3\" WHERE \"2007\" = 'A' AND \"2012\" = 'SF';"} +{"question_id": 7257, "table_id": "2-15977102-3", "question": "What is the 2011 when the 2010 is 8–4?", "sql": "SELECT \"2011\" FROM \"2-15977102-3\" WHERE \"2010\" = '8–4';"} +{"question_id": 7258, "table_id": "2-15977102-3", "question": "What is the 2007 when the 2010 is 3R?", "sql": "SELECT \"2007\" FROM \"2-15977102-3\" WHERE \"2010\" = '3R';"} +{"question_id": 7259, "table_id": "2-15977102-3", "question": "What is the 2010 when the 2009 is 1R, and a 2008 is 1R?", "sql": "SELECT \"2010\" FROM \"2-15977102-3\" WHERE \"2009\" = '1R' AND \"2008\" = '1R';"} +{"question_id": 7260, "table_id": "2-15977102-3", "question": "What is the 2011 when the Tournament was the Grand Slam Tournaments?", "sql": "SELECT \"2011\" FROM \"2-15977102-3\" WHERE \"Tournament\" = 'Grand Slam Tournaments';"} +{"question_id": 7261, "table_id": "2-15715109-12", "question": "Which Height (cm) has a Position of D, anD a Name of Jeff Hymanson?", "sql": "SELECT MIN(\"Height (cm)\") FROM \"2-15715109-12\" WHERE \"Position\" = 'D' AND \"Name\" = 'Jeff Hymanson';"} +{"question_id": 7262, "table_id": "2-15715109-12", "question": "Which Name has a Height (cm) of 175 and a Birthplace of Detroit, Michigan", "sql": "SELECT \"Name\" FROM \"2-15715109-12\" WHERE \"Height (cm)\" = 175.0 AND \"Birthplace\" = 'Detroit, Michigan';"} +{"question_id": 7263, "table_id": "2-15715109-12", "question": "Which Position has a Name of John Taft?", "sql": "SELECT \"Position\" FROM \"2-15715109-12\" WHERE \"Name\" = 'John Taft';"} +{"question_id": 7264, "table_id": "2-16092658-5", "question": "What was the To par when the Score was 67-68=135?", "sql": "SELECT \"To par\" FROM \"2-16092658-5\" WHERE \"Score\" = '67-68=135';"} +{"question_id": 7265, "table_id": "2-16092658-5", "question": "From what Country is player K. J. Choi with a Score of 68-71=139?", "sql": "SELECT \"Country\" FROM \"2-16092658-5\" WHERE \"Score\" = '68-71=139' AND \"Player\" = 'K. J. Choi';"} +{"question_id": 7266, "table_id": "2-16092658-5", "question": "What Country Scored 66-69=135?", "sql": "SELECT \"Country\" FROM \"2-16092658-5\" WHERE \"Score\" = '66-69=135';"} +{"question_id": 7267, "table_id": "2-15910236-1", "question": "Which % 'A' or 'B' Aggregates has a Year of 2009?", "sql": "SELECT \"% 'A' or 'B' Aggregates\" FROM \"2-15910236-1\" WHERE \"Year\" = 2009.0;"} +{"question_id": 7268, "table_id": "2-15910236-1", "question": "How many Years have a % 'B' Aggregates of 28%, and an Average A's per learner smaller than 3.2800000000000002?", "sql": "SELECT COUNT(\"Year\") FROM \"2-15910236-1\" WHERE \"% 'B' Aggregates\" = '28%' AND \"Average A's per learner\" < 3.2800000000000002;"} +{"question_id": 7269, "table_id": "2-15910236-1", "question": "Which Pass Rate has an % 'B' Aggregates of 34%, and a % 'A' Aggregates of 41%?", "sql": "SELECT \"Pass Rate\" FROM \"2-15910236-1\" WHERE \"% 'B' Aggregates\" = '34%' AND \"% 'A' Aggregates\" = '41%';"} +{"question_id": 7270, "table_id": "2-15910236-1", "question": "Which Year has an Average A's per learner larger than 3.37, and a % 'A' or 'B' Aggregates of 73%?", "sql": "SELECT \"Year\" FROM \"2-15910236-1\" WHERE \"Average A's per learner\" > 3.37 AND \"% 'A' or 'B' Aggregates\" = '73%';"} +{"question_id": 7271, "table_id": "2-1573294-5", "question": "Can you tell me the average Rank that has the Code of vlc, and the Cargo traffic smaller than 11125537?", "sql": "SELECT AVG(\"Rank\") FROM \"2-1573294-5\" WHERE \"Code\" = 'vlc' AND \"Cargo traffic\" < 11125537.0;"} +{"question_id": 7272, "table_id": "2-1573294-5", "question": "Can you tell me the average Total passengers that has the Code of MAD, and the Cargo traffic smaller than 359362155?", "sql": "SELECT AVG(\"Total passengers\") FROM \"2-1573294-5\" WHERE \"Code\" = 'MAD' AND \"Cargo traffic\" < 359362155.0;"} +{"question_id": 7273, "table_id": "2-1573294-5", "question": "Can you tell me the highest Cargo traffic that has the Airport of barcelona airport, and the Aircraft movements smaller than 290004?", "sql": "SELECT MAX(\"Cargo traffic\") FROM \"2-1573294-5\" WHERE \"Airport\" = 'barcelona airport' AND \"Aircraft movements\" < 290004.0;"} +{"question_id": 7274, "table_id": "2-1573294-5", "question": "Can you tell me the highest Total passengers that has the Cargo traffic larger than 96519698?", "sql": "SELECT MAX(\"Total passengers\") FROM \"2-1573294-5\" WHERE \"Cargo traffic\" > 96519698.0;"} +{"question_id": 7275, "table_id": "2-16147528-6", "question": "What place is in Australia with 9 or more holes?", "sql": "SELECT \"Place\" FROM \"2-16147528-6\" WHERE \"Hole\" > 9.0 AND \"Country\" = 'Australia';"} +{"question_id": 7276, "table_id": "2-16147528-6", "question": "How many holes does Player vijay singh have?", "sql": "SELECT COUNT(\"Hole\") FROM \"2-16147528-6\" WHERE \"Player\" = 'vijay singh';"} +{"question_id": 7277, "table_id": "2-15701357-4", "question": "On what frequency does w233ag broadcast?", "sql": "SELECT COUNT(\"Frequency MHz\") FROM \"2-15701357-4\" WHERE \"Call sign\" = 'w233ag';"} +{"question_id": 7278, "table_id": "2-1596425-2", "question": "What position did Garion Weller hold in 2012?", "sql": "SELECT \"Position\" FROM \"2-1596425-2\" WHERE \"2012\" = 'Garion Weller';"} +{"question_id": 7279, "table_id": "2-1596425-2", "question": "Who held the same position in 2014 that Jarrah Rubinstein held in 2013?", "sql": "SELECT \"2014\" FROM \"2-1596425-2\" WHERE \"2013\" = 'Jarrah Rubinstein';"} +{"question_id": 7280, "table_id": "2-1596425-2", "question": "Who held the Male Sports Rep position in 2011?", "sql": "SELECT \"2011\" FROM \"2-1596425-2\" WHERE \"Position\" = 'Male Sports Rep';"} +{"question_id": 7281, "table_id": "2-1596425-2", "question": "Who held the Communications Rep position in 2011?", "sql": "SELECT \"2011\" FROM \"2-1596425-2\" WHERE \"Position\" = 'Communications Rep';"} +{"question_id": 7282, "table_id": "2-1596425-2", "question": "Who held the same position in 2014 that Garion Weller held in 2014?", "sql": "SELECT \"2014\" FROM \"2-1596425-2\" WHERE \"2012\" = 'Garion Weller';"} +{"question_id": 7283, "table_id": "2-1596425-2", "question": "Who held the same position in 2014 that Danielle Button held in 2013?", "sql": "SELECT \"2014\" FROM \"2-1596425-2\" WHERE \"2013\" = 'Danielle Button';"} +{"question_id": 7284, "table_id": "2-15791836-3", "question": "At what Location was the match against Opponent of Mostapha al-Turk lasting less than 2 Rounds?", "sql": "SELECT \"Location\" FROM \"2-15791836-3\" WHERE \"Round\" < 2.0 AND \"Opponent\" = 'Mostapha al-Turk';"} +{"question_id": 7285, "table_id": "2-15791836-3", "question": "At what Location was the match Method TKO (punches)?", "sql": "SELECT \"Location\" FROM \"2-15791836-3\" WHERE \"Method\" = 'TKO (punches)';"} +{"question_id": 7286, "table_id": "2-16023812-2", "question": "Who was the opponent of the Bye result?", "sql": "SELECT \"Opponent\" FROM \"2-16023812-2\" WHERE \"Result\" = 'Bye';"} +{"question_id": 7287, "table_id": "2-16023812-2", "question": "Who is the opponent in week 10?", "sql": "SELECT \"Opponent\" FROM \"2-16023812-2\" WHERE \"Week\" = 10.0;"} +{"question_id": 7288, "table_id": "2-16023812-2", "question": "How many people attended the game played with the New England Patriots as opponents?", "sql": "SELECT \"Attendance\" FROM \"2-16023812-2\" WHERE \"Opponent\" = 'New England Patriots';"} +{"question_id": 7289, "table_id": "2-15729582-2", "question": "What was the top place with over 24 points and more than 14 played?", "sql": "SELECT MAX(\"Place (Posición)\") FROM \"2-15729582-2\" WHERE \"Points (Pts.)\" > 24.0 AND \"Played (PJ)\" > 14.0;"} +{"question_id": 7290, "table_id": "2-15729582-2", "question": "What is the sum of all points for places above 8?", "sql": "SELECT SUM(\"Points (Pts.)\") FROM \"2-15729582-2\" WHERE \"Place (Posición)\" > 8.0;"} +{"question_id": 7291, "table_id": "2-15729582-2", "question": "What is the average number played for place 2 and more than 4 lost?", "sql": "SELECT AVG(\"Played (PJ)\") FROM \"2-15729582-2\" WHERE \"Place (Posición)\" = 2.0 AND \"Lost (PP)\" > 4.0;"} +{"question_id": 7292, "table_id": "2-15729582-2", "question": "What is the largest number of points for orion with more than 4 losses?", "sql": "SELECT MAX(\"Points (Pts.)\") FROM \"2-15729582-2\" WHERE \"Team (Equipo)\" = 'orion' AND \"Lost (PP)\" > 4.0;"} +{"question_id": 7293, "table_id": "2-15789909-11", "question": "What is the Time when the Set 2 is 25–21, on 29 May?", "sql": "SELECT \"Time\" FROM \"2-15789909-11\" WHERE \"Set 2\" = '25–21' AND \"Date\" = '29 May';"} +{"question_id": 7294, "table_id": "2-15789909-11", "question": "What is the Set 3 when the Set 2 is 21–25, and a Set 1 is 25–21?", "sql": "SELECT \"Set 3\" FROM \"2-15789909-11\" WHERE \"Set 2\" = '21–25' AND \"Set 1\" = '25–21';"} +{"question_id": 7295, "table_id": "2-15789909-11", "question": "What is the Total when the Set 3 is 22–25, and a Set 2 is 25–20?", "sql": "SELECT \"Total\" FROM \"2-15789909-11\" WHERE \"Set 3\" = '22–25' AND \"Set 2\" = '25–20';"} +{"question_id": 7296, "table_id": "2-15789909-11", "question": "What is the Set 3 on 30 May, and a Set 1 is 20–25?", "sql": "SELECT \"Set 3\" FROM \"2-15789909-11\" WHERE \"Date\" = '30 May' AND \"Set 1\" = '20–25';"} +{"question_id": 7297, "table_id": "2-15789909-11", "question": "What is the Date when the Set 1 is 25–21, and the Score is 3–0, and the Time is 11:00?", "sql": "SELECT \"Date\" FROM \"2-15789909-11\" WHERE \"Set 1\" = '25–21' AND \"Score\" = '3–0' AND \"Time\" = '11:00';"} +{"question_id": 7298, "table_id": "2-15789909-11", "question": "What is the Date when the Set 2 is 13–25?", "sql": "SELECT \"Date\" FROM \"2-15789909-11\" WHERE \"Set 2\" = '13–25';"} +{"question_id": 7299, "table_id": "2-1598207-9", "question": "What is the Away captain with a Venue that is Old Trafford?", "sql": "SELECT \"Away captain\" FROM \"2-1598207-9\" WHERE \"Venue\" = 'Old Trafford';"} +{"question_id": 7300, "table_id": "2-1598207-9", "question": "What is the Date with a Venue that is Oval?", "sql": "SELECT \"Date\" FROM \"2-1598207-9\" WHERE \"Venue\" = 'Oval';"} +{"question_id": 7301, "table_id": "2-15890038-1", "question": "What is the Highest Points for Team adet where the Draw is less than 6?", "sql": "SELECT MAX(\"Points\") FROM \"2-15890038-1\" WHERE \"Team\" = 'adet' AND \"Draw\" < 6.0;"} +{"question_id": 7302, "table_id": "2-15890038-1", "question": "What is the highest games Played where the Place is 10 and Points are less than 17?", "sql": "SELECT MAX(\"Played\") FROM \"2-15890038-1\" WHERE \"Place\" = 10.0 AND \"Points\" < 17.0;"} +{"question_id": 7303, "table_id": "2-15890038-1", "question": "What is the average for games Lost where the Points are 25 and games Played are more than 18?", "sql": "SELECT AVG(\"Lost\") FROM \"2-15890038-1\" WHERE \"Points\" = 25.0 AND \"Played\" > 18.0;"} +{"question_id": 7304, "table_id": "2-15890038-1", "question": "What is the average for Draw games where Played games is more than 18?", "sql": "SELECT AVG(\"Draw\") FROM \"2-15890038-1\" WHERE \"Played\" > 18.0;"} +{"question_id": 7305, "table_id": "2-1552908-13", "question": "What is the largest byes with lost games of 4 and Ballarat FL of melton and the against less than 1819?", "sql": "SELECT MAX(\"Byes\") FROM \"2-1552908-13\" WHERE \"Losses\" = 4.0 AND \"Ballarat FL\" = 'melton' AND \"Against\" < 1819.0;"} +{"question_id": 7306, "table_id": "2-1552908-13", "question": "How many total wins does Ballarat FL of east point have when the against is greater than 1000?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-1552908-13\" WHERE \"Ballarat FL\" = 'east point' AND \"Against\" > 1000.0;"} +{"question_id": 7307, "table_id": "2-1552908-13", "question": "How many total losses does the team have with an against of 2195 and the draws were greater than 0?", "sql": "SELECT COUNT(\"Losses\") FROM \"2-1552908-13\" WHERE \"Against\" = 2195.0 AND \"Draws\" > 0.0;"} +{"question_id": 7308, "table_id": "2-1551815-10", "question": "What is the value in 2009 corresponding to Career Statistics in 2003?", "sql": "SELECT \"2009\" FROM \"2-1551815-10\" WHERE \"2003\" = 'Career Statistics';"} +{"question_id": 7309, "table_id": "2-1551815-10", "question": "What is the value in 2006 when Career Statistics is in Career W-L?", "sql": "SELECT \"2006\" FROM \"2-1551815-10\" WHERE \"Career W-L\" = 'Career Statistics';"} +{"question_id": 7310, "table_id": "2-1551815-10", "question": "What is the value for Career W-L for the Grand Slam Tournaments?", "sql": "SELECT \"Career W-L\" FROM \"2-1551815-10\" WHERE \"Tournament\" = 'Grand Slam Tournaments';"} +{"question_id": 7311, "table_id": "2-1551815-10", "question": "What is the value in 2008 when the value for Tournament is Year?", "sql": "SELECT \"2008\" FROM \"2-1551815-10\" WHERE \"Tournament\" = 'Year';"} +{"question_id": 7312, "table_id": "2-1551815-10", "question": "What is the value in 2006 when the value for 2009 is 0 with Runner-ups for tournament?", "sql": "SELECT \"2006\" FROM \"2-1551815-10\" WHERE \"2009\" = '0' AND \"Tournament\" = 'Runner-ups';"} +{"question_id": 7313, "table_id": "2-1551815-10", "question": "WhAt is the vAlue for 2005 when A is 2009 And 2000?", "sql": "SELECT \"2005\" FROM \"2-1551815-10\" WHERE \"2009\" = 'A' AND \"2000\" = 'A';"} +{"question_id": 7314, "table_id": "2-16184576-1", "question": "What Opponent in the final had a Partner of Gastón Etlis?", "sql": "SELECT \"Opponent in the final\" FROM \"2-16184576-1\" WHERE \"Partner\" = 'Gastón Etlis';"} +{"question_id": 7315, "table_id": "2-16184576-1", "question": "What is the earliest Date David Adams played on a Clay Surface with Brett Steven as Partner?", "sql": "SELECT MIN(\"Date\") FROM \"2-16184576-1\" WHERE \"Surface\" = 'Clay' AND \"Partner\" = 'Brett Steven';"} +{"question_id": 7316, "table_id": "2-16184576-1", "question": "Who was David Adams partner on the match played on Clay Surface with a Score in the final of 6–3, 6–7 (5–7) , 7–6 (7–5)?", "sql": "SELECT \"Partner\" FROM \"2-16184576-1\" WHERE \"Surface\" = 'Clay' AND \"Score in the final\" = '6–3, 6–7 (5–7) , 7–6 (7–5)';"} +{"question_id": 7317, "table_id": "2-15852178-2", "question": "Who were the Opponents when Liga Dekmeijere had Alicja Rosolska as a Partner?", "sql": "SELECT \"Opponents\" FROM \"2-15852178-2\" WHERE \"Partner\" = 'Alicja Rosolska';"} +{"question_id": 7318, "table_id": "2-15852178-2", "question": "What was the Outcome of the match played on Hard (i) Surface?", "sql": "SELECT \"Outcome\" FROM \"2-15852178-2\" WHERE \"Surface\" = 'Hard (i)';"} +{"question_id": 7319, "table_id": "2-15852178-2", "question": "What was the Outcome of the match with Partner Kateryna Bondarenko?", "sql": "SELECT \"Outcome\" FROM \"2-15852178-2\" WHERE \"Partner\" = 'Kateryna Bondarenko';"} +{"question_id": 7320, "table_id": "2-15796072-1", "question": "What is the Song choice with a Theme that is 1960s?", "sql": "SELECT \"Song choice\" FROM \"2-15796072-1\" WHERE \"Theme\" = '1960s';"} +{"question_id": 7321, "table_id": "2-15677649-2", "question": "Can you tell me the Co-driver that has the Year smaller than 2012, and the Laps smaller than 161, and the Position of DNF, and the Number 33?", "sql": "SELECT \"Co-driver\" FROM \"2-15677649-2\" WHERE \"Year\" < 2012.0 AND \"Laps\" < 161.0 AND \"Position\" = 'DNF' AND \"Number\" = 33.0;"} +{"question_id": 7322, "table_id": "2-15677649-2", "question": "Can you tell me the total number of Laps that has the Team of wps racing?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-15677649-2\" WHERE \"Team\" = 'wps racing';"} +{"question_id": 7323, "table_id": "2-15653040-1", "question": "How many people live where there are 118% of people have phones?", "sql": "SELECT \"Population\" FROM \"2-15653040-1\" WHERE \"# of phones as % of population\" = 118.0;"} +{"question_id": 7324, "table_id": "2-15653040-1", "question": "What percent of the population has phone in Russia?", "sql": "SELECT AVG(\"# of phones as % of population\") FROM \"2-15653040-1\" WHERE \"Country or region\" = 'Russia';"} +{"question_id": 7325, "table_id": "2-15653040-1", "question": "What percent is 327,577,529 people with phones in June 2013?", "sql": "SELECT MAX(\"# of phones as % of population\") FROM \"2-15653040-1\" WHERE \"Last updated date\" = 'June 2013' AND \"Number of mobile phones\" = '327,577,529';"} +{"question_id": 7326, "table_id": "2-15653040-1", "question": "How many mobile phones were there as of April 2013?", "sql": "SELECT \"Number of mobile phones\" FROM \"2-15653040-1\" WHERE \"Last updated date\" = 'April 2013';"} +{"question_id": 7327, "table_id": "2-15409776-3", "question": "How many silver medals were awarded to the Nation with less than 2 gold, more than 6 bronze and a rank higher than 5?", "sql": "SELECT SUM(\"Silver\") FROM \"2-15409776-3\" WHERE \"Rank\" > 5.0 AND \"Bronze\" > 6.0 AND \"Gold\" < 2.0;"} +{"question_id": 7328, "table_id": "2-15409776-3", "question": "How many gold medals were awarded to teams ranked higher than 19?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-15409776-3\" WHERE \"Rank\" > 19.0;"} +{"question_id": 7329, "table_id": "2-15409776-3", "question": "What is the highest amount of gold medals awarded to a team with more than 9 silver, 7 bronze and more than 13 medals total?", "sql": "SELECT MAX(\"Gold\") FROM \"2-15409776-3\" WHERE \"Total\" > 13.0 AND \"Silver\" > 9.0 AND \"Bronze\" = 7.0;"} +{"question_id": 7330, "table_id": "2-1532779-1", "question": "What is the number of registered mosques with a population of England and Wales greater than 46196 in a year before 1971?", "sql": "SELECT COUNT(\"Registered Mosques\") FROM \"2-1532779-1\" WHERE \"Population of England and Wales '000\" > 46196.0 AND \"Census Year\" < 1971.0;"} +{"question_id": 7331, "table_id": "2-1532779-1", "question": "What is the lowest Muslim (% of Total population) of a year after 2011?", "sql": "SELECT MIN(\"Muslim (% of Total population)\") FROM \"2-1532779-1\" WHERE \"Census Year\" > 2011.0;"} +{"question_id": 7332, "table_id": "2-1532779-1", "question": "What is the highest population of England and Wales that has less than 50 Muslims?", "sql": "SELECT MAX(\"Population of England and Wales '000\") FROM \"2-1532779-1\" WHERE \"Number of Muslims '000\" < 50.0;"} +{"question_id": 7333, "table_id": "2-15355277-3", "question": "What shows for 1997 when 1987 is 2R?", "sql": "SELECT \"1997\" FROM \"2-15355277-3\" WHERE \"1987\" = '2R';"} +{"question_id": 7334, "table_id": "2-15355277-3", "question": "What shows for 1993 when 1991 is Grand Slams?", "sql": "SELECT \"1993\" FROM \"2-15355277-3\" WHERE \"1991\" = 'Grand Slams';"} +{"question_id": 7335, "table_id": "2-15355277-3", "question": "WhAt shows for 1987 when 1995 shows 1R, 1986 is A, And 1998 is SF?", "sql": "SELECT \"1987\" FROM \"2-15355277-3\" WHERE \"1995\" = '1R' AND \"1986\" = 'A' AND \"1988\" = 'SF';"} +{"question_id": 7336, "table_id": "2-15764352-9", "question": "Which away game was played on 2008-07-18?", "sql": "SELECT \"Away\" FROM \"2-15764352-9\" WHERE \"Date\" = '2008-07-18';"} +{"question_id": 7337, "table_id": "2-15764352-9", "question": "What away game had a time of 10:00?", "sql": "SELECT \"Away\" FROM \"2-15764352-9\" WHERE \"Time\" = '10:00';"} +{"question_id": 7338, "table_id": "2-15764352-9", "question": "What time was the away game played against the High Park Demons?", "sql": "SELECT \"Time\" FROM \"2-15764352-9\" WHERE \"Away\" = 'High Park Demons';"} +{"question_id": 7339, "table_id": "2-15764352-9", "question": "Where was the game played the ended with a score of 62-69?", "sql": "SELECT \"Ground\" FROM \"2-15764352-9\" WHERE \"Score\" = '62-69';"} +{"question_id": 7340, "table_id": "2-15764352-9", "question": "When did the team play an away game against the Toronto Eagles?", "sql": "SELECT \"Date\" FROM \"2-15764352-9\" WHERE \"Away\" = 'Toronto Eagles';"} +{"question_id": 7341, "table_id": "2-15702100-1", "question": "What is the League a for 1908–1928?", "sql": "SELECT \"League a\" FROM \"2-15702100-1\" WHERE \"Years\" = '1908–1928';"} +{"question_id": 7342, "table_id": "2-15702100-1", "question": "What years have a total of 395 (0)?", "sql": "SELECT \"Years\" FROM \"2-15702100-1\" WHERE \"Total\" = '395 (0)';"} +{"question_id": 7343, "table_id": "2-15702100-1", "question": "What is the League Cup for 1947–1958?", "sql": "SELECT \"League Cup\" FROM \"2-15702100-1\" WHERE \"Years\" = '1947–1958';"} +{"question_id": 7344, "table_id": "2-15702100-1", "question": "What is the Total for 1926–1938?", "sql": "SELECT \"Total\" FROM \"2-15702100-1\" WHERE \"Years\" = '1926–1938';"} +{"question_id": 7345, "table_id": "2-15702100-1", "question": "What is the Total for 1953–1964?", "sql": "SELECT \"Total\" FROM \"2-15702100-1\" WHERE \"Years\" = '1953–1964';"} +{"question_id": 7346, "table_id": "2-1547567-2", "question": "Which final score had a surface of Hard (i) on October 22, 2000?", "sql": "SELECT \"Score in the final\" FROM \"2-1547567-2\" WHERE \"Surface\" = 'Hard (i)' AND \"Date\" = 'October 22, 2000';"} +{"question_id": 7347, "table_id": "2-1547567-2", "question": "Which tournament had an outcome of Winner, a Hard surface, and happened on August 26, 2006?", "sql": "SELECT \"Tournament\" FROM \"2-1547567-2\" WHERE \"Outcome\" = 'Winner' AND \"Surface\" = 'Hard' AND \"Date\" = 'August 26, 2006';"} +{"question_id": 7348, "table_id": "2-1547567-2", "question": "Which date had the final opponent of Iva Majoli?", "sql": "SELECT \"Date\" FROM \"2-1547567-2\" WHERE \"Opponent in the final\" = 'Iva Majoli';"} +{"question_id": 7349, "table_id": "2-15385851-2", "question": "On September 30, 1979, in a week before week 8, what was the result?", "sql": "SELECT \"Result\" FROM \"2-15385851-2\" WHERE \"Week\" < 8.0 AND \"Date\" = 'September 30, 1979';"} +{"question_id": 7350, "table_id": "2-15385851-2", "question": "What was the average attendance in week 2?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-15385851-2\" WHERE \"Week\" = 2.0;"} +{"question_id": 7351, "table_id": "2-15914761-1", "question": "On what date did the audience of 60092 people watched a game end with a W 21-9?", "sql": "SELECT \"Date\" FROM \"2-15914761-1\" WHERE \"Attendance\" > 60092.0 AND \"Result\" = 'W 21-9';"} +{"question_id": 7352, "table_id": "2-15914761-1", "question": "What week did the Atlanta Falcons play in front of less than 59743 people?", "sql": "SELECT SUM(\"Week\") FROM \"2-15914761-1\" WHERE \"Attendance\" < 59743.0 AND \"Opponent\" = 'Atlanta Falcons';"} +{"question_id": 7353, "table_id": "2-16082248-1", "question": "What is the sum of tonnage with a time at 00:10 and less than 42 casualties?", "sql": "SELECT SUM(\"Tonnage (GRT)\") FROM \"2-16082248-1\" WHERE \"Time\" = '00:10' AND \"Casualties\" < 42.0;"} +{"question_id": 7354, "table_id": "2-15979292-2", "question": "Which Opponent had a Win as Res and a Time of 1:10?", "sql": "SELECT \"Opponent\" FROM \"2-15979292-2\" WHERE \"Res.\" = 'Win' AND \"Time\" = '1:10';"} +{"question_id": 7355, "table_id": "2-16088851-2", "question": "What is the lowest number of men's championships of the university with less than 1 women's and a total of 1 championship?", "sql": "SELECT MIN(\"Men's\") FROM \"2-16088851-2\" WHERE \"Women's\" < 1.0 AND \"Total\" = 1.0;"} +{"question_id": 7356, "table_id": "2-16088851-2", "question": "What is the highest number of men's championships of the university with 1 junior's and more than 2 total?", "sql": "SELECT MAX(\"Men's\") FROM \"2-16088851-2\" WHERE \"Junior's\" = 1.0 AND \"Total\" > 2.0;"} +{"question_id": 7357, "table_id": "2-16088851-2", "question": "What is the highest number of men's championships of the university with more than 1 total, more than 5 women's, and less than 3 juniors?", "sql": "SELECT MAX(\"Men's\") FROM \"2-16088851-2\" WHERE \"Total\" > 1.0 AND \"Women's\" > 5.0 AND \"Junior's\" < 3.0;"} +{"question_id": 7358, "table_id": "2-16088851-2", "question": "What is the average total of the university with more than 3 junior's championships?", "sql": "SELECT AVG(\"Total\") FROM \"2-16088851-2\" WHERE \"Junior's\" > 3.0;"} +{"question_id": 7359, "table_id": "2-15402201-1", "question": "How many games that ended in a draw were played by a team with more than 15 total games?", "sql": "SELECT COUNT(\"Drawn\") FROM \"2-15402201-1\" WHERE \"Played\" > 15.0;"} +{"question_id": 7360, "table_id": "2-15995992-1", "question": "How many pages does the edition with a volume # smaller than 8 and an ISBM of 1-40122-892-5 have?", "sql": "SELECT SUM(\"Pages\") FROM \"2-15995992-1\" WHERE \"Vol. #\" < 8.0 AND \"ISBN\" = '1-40122-892-5';"} +{"question_id": 7361, "table_id": "2-15995992-1", "question": "What is the title of the edition with more than 128 pages and a volume # of 5?", "sql": "SELECT \"Title\" FROM \"2-15995992-1\" WHERE \"Pages\" > 128.0 AND \"Vol. #\" = 5.0;"} +{"question_id": 7362, "table_id": "2-15995992-1", "question": "How many pages does the ISBN 1-40122-328-1 have?", "sql": "SELECT SUM(\"Pages\") FROM \"2-15995992-1\" WHERE \"ISBN\" = '1-40122-328-1';"} +{"question_id": 7363, "table_id": "2-15715109-40", "question": "What position has a height (cm) greater than 180, and Brian Lawton as the name?", "sql": "SELECT \"Position\" FROM \"2-15715109-40\" WHERE \"Height (cm)\" > 180.0 AND \"Name\" = 'Brian Lawton';"} +{"question_id": 7364, "table_id": "2-15715109-40", "question": "What is the total weight (km) that has a 1983-1984 team of washington capitals, bryan erickson as the name, with a jersey # greater than 24?", "sql": "SELECT COUNT(\"Weight (kg)\") FROM \"2-15715109-40\" WHERE \"1983–1984 Team\" = 'washington capitals' AND \"Name\" = 'bryan erickson' AND \"Jersey #\" > 24.0;"} +{"question_id": 7365, "table_id": "2-15715109-40", "question": "What is the lowest jersey # that has evergreen park, illinois as the birthplace, with a weight (km) greater than 86?", "sql": "SELECT MIN(\"Jersey #\") FROM \"2-15715109-40\" WHERE \"Birthplace\" = 'evergreen park, illinois' AND \"Weight (kg)\" > 86.0;"} +{"question_id": 7366, "table_id": "2-15715109-40", "question": "What is the greatest height (cm) that has a 1983-1984 team of montreal canadiens, with a jersey less than 21?", "sql": "SELECT MAX(\"Height (cm)\") FROM \"2-15715109-40\" WHERE \"1983–1984 Team\" = 'montreal canadiens' AND \"Jersey #\" < 21.0;"} +{"question_id": 7367, "table_id": "2-15715109-40", "question": "What is the average jersey # that has a position of c, new york rangers as the 1983-1984 team, and a height (cm) greater than 188?", "sql": "SELECT AVG(\"Jersey #\") FROM \"2-15715109-40\" WHERE \"Position\" = 'c' AND \"1983–1984 Team\" = 'new york rangers' AND \"Height (cm)\" > 188.0;"} +{"question_id": 7368, "table_id": "2-15423382-2", "question": "How many lost stats have a played number of less than 8?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-15423382-2\" WHERE \"Played\" < 8.0;"} +{"question_id": 7369, "table_id": "2-15423382-2", "question": "What is the largest lost stat when the difference is - 19?", "sql": "SELECT MAX(\"Lost\") FROM \"2-15423382-2\" WHERE \"Difference\" = '- 19';"} +{"question_id": 7370, "table_id": "2-15423382-2", "question": "How many positions have an against of less than 27, and a played number of less than 8?", "sql": "SELECT COUNT(\"Position\") FROM \"2-15423382-2\" WHERE \"Against\" < 27.0 AND \"Played\" < 8.0;"} +{"question_id": 7371, "table_id": "2-16010376-1", "question": "What is Muzzle energy, when Cartridge is .375 Remington Ultra Magnum?", "sql": "SELECT \"Muzzle energy\" FROM \"2-16010376-1\" WHERE \"Cartridge\" = '.375 Remington Ultra Magnum';"} +{"question_id": 7372, "table_id": "2-16010376-1", "question": "What is Source, when Cartridge is .375 Remington Ultra Magnum?", "sql": "SELECT \"Source\" FROM \"2-16010376-1\" WHERE \"Cartridge\" = '.375 Remington Ultra Magnum';"} +{"question_id": 7373, "table_id": "2-16010376-1", "question": "What is Muzzle energy, when Source is Hornady?", "sql": "SELECT \"Muzzle energy\" FROM \"2-16010376-1\" WHERE \"Source\" = 'Hornady';"} +{"question_id": 7374, "table_id": "2-16010376-1", "question": "What is Bullet weight, when Source is Hornady?", "sql": "SELECT \"Bullet weight\" FROM \"2-16010376-1\" WHERE \"Source\" = 'Hornady';"} +{"question_id": 7375, "table_id": "2-15322958-2", "question": "Which Format has a Catalog of VCRDX 106?", "sql": "SELECT \"Format\" FROM \"2-15322958-2\" WHERE \"Catalog\" = 'VCRDX 106';"} +{"question_id": 7376, "table_id": "2-15322958-2", "question": "Which Region has a Catalog of Magik Muzik 806-5?", "sql": "SELECT \"Region\" FROM \"2-15322958-2\" WHERE \"Catalog\" = 'Magik Muzik 806-5';"} +{"question_id": 7377, "table_id": "2-15322958-2", "question": "Which Date has a Catalog of VCRT 106?", "sql": "SELECT \"Date\" FROM \"2-15322958-2\" WHERE \"Catalog\" = 'VCRT 106';"} +{"question_id": 7378, "table_id": "2-15443001-1", "question": "What pick was play Jason Webb?", "sql": "SELECT MAX(\"Pick\") FROM \"2-15443001-1\" WHERE \"Player\" = 'Jason Webb';"} +{"question_id": 7379, "table_id": "2-15443001-1", "question": "Which colleges have a pick above 7?", "sql": "SELECT \"College\" FROM \"2-15443001-1\" WHERE \"Pick\" > 7.0;"} +{"question_id": 7380, "table_id": "2-15443001-1", "question": "How many teams picked jason webb?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-15443001-1\" WHERE \"Player\" = 'jason webb';"} +{"question_id": 7381, "table_id": "2-1618358-1", "question": "What is the Total Tax Revenue that has an n.a. Stamp Duty Reserve Tax in the years 1995-96?", "sql": "SELECT \"over Total Tax Revenue (in %)\" FROM \"2-1618358-1\" WHERE \"Stamp duty reserve tax\" = 'n.a.' AND \"Year\" = '1995-96';"} +{"question_id": 7382, "table_id": "2-15640438-2", "question": "What was the lowest Attendance on 8 October 1986?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-15640438-2\" WHERE \"Date\" = '8 October 1986';"} +{"question_id": 7383, "table_id": "2-15640438-2", "question": "WhAt wAs the result when Dundee were the Opponent At Venue A on 6 September 1986?", "sql": "SELECT \"Result\" FROM \"2-15640438-2\" WHERE \"Opponent\" = 'Dundee' AND \"Venue\" = 'A' AND \"Date\" = '6 September 1986';"} +{"question_id": 7384, "table_id": "2-15715109-18", "question": "What position did the player play who weighed less thna 91 kg and was born on March 5, 1977?", "sql": "SELECT \"Position\" FROM \"2-15715109-18\" WHERE \"Weight (kg)\" < 91.0 AND \"Birthdate\" = 'March 5, 1977';"} +{"question_id": 7385, "table_id": "2-15654296-4", "question": "What is the total number of FA trophies of player neil grayson, who has more than 2 FA cups and a league greater than 17?", "sql": "SELECT COUNT(\"FA Trophy\") FROM \"2-15654296-4\" WHERE \"FA Cup\" > 2.0 AND \"Player\" = 'neil grayson' AND \"League\" > 17.0;"} +{"question_id": 7386, "table_id": "2-15654296-4", "question": "What is the sum of FA cups of club stalybridge celtic, which has more than 0 FA trophies and a total less than 20?", "sql": "SELECT SUM(\"FA Cup\") FROM \"2-15654296-4\" WHERE \"FA Trophy\" > 0.0 AND \"Club\" = 'stalybridge celtic' AND \"Total\" < 20.0;"} +{"question_id": 7387, "table_id": "2-15654296-4", "question": "What is the total of player Martin Randall, who has more than 1 League Cups and a league less than 18?", "sql": "SELECT \"Total\" FROM \"2-15654296-4\" WHERE \"League Cup\" > 1.0 AND \"League\" < 18.0 AND \"Player\" = 'Martin Randall';"} +{"question_id": 7388, "table_id": "2-15654296-4", "question": "What is the lowest number of FA cups of player Andy Milner, who has less than 4 FA trophies and more than 0 league cups?", "sql": "SELECT MIN(\"FA Cup\") FROM \"2-15654296-4\" WHERE \"FA Trophy\" < 4.0 AND \"League Cup\" > 0.0 AND \"Player\" = 'Andy Milner';"} +{"question_id": 7389, "table_id": "2-15654296-4", "question": "What is the average total of halifax town club, which has a league less than 30 and more than 3 FA cups?", "sql": "SELECT AVG(\"Total\") FROM \"2-15654296-4\" WHERE \"Club\" = 'halifax town' AND \"League\" < 30.0 AND \"FA Cup\" > 3.0;"} +{"question_id": 7390, "table_id": "2-1547532-4", "question": "What was the score of the match against Roger Federer on April 3, 2006?", "sql": "SELECT \"Score\" FROM \"2-1547532-4\" WHERE \"Opponent\" = 'Roger Federer' AND \"Date\" = 'April 3, 2006';"} +{"question_id": 7391, "table_id": "2-1547532-4", "question": "What was the outcome of the match against Andy Roddick?", "sql": "SELECT \"Outcome\" FROM \"2-1547532-4\" WHERE \"Opponent\" = 'Andy Roddick';"} +{"question_id": 7392, "table_id": "2-15765416-1", "question": "What average week has October 8, 1950 as the date?", "sql": "SELECT AVG(\"Week\") FROM \"2-15765416-1\" WHERE \"Date\" = 'October 8, 1950';"} +{"question_id": 7393, "table_id": "2-15765416-1", "question": "How many weeks have pittsburgh steelers as the opponent?", "sql": "SELECT COUNT(\"Week\") FROM \"2-15765416-1\" WHERE \"Opponent\" = 'pittsburgh steelers';"} +{"question_id": 7394, "table_id": "2-15765416-1", "question": "How many weeks have L 3-17 as the result?", "sql": "SELECT SUM(\"Week\") FROM \"2-15765416-1\" WHERE \"Result\" = 'L 3-17';"} +{"question_id": 7395, "table_id": "2-15765416-1", "question": "What attendance has Washington Redskins as the opponent?", "sql": "SELECT \"Attendance\" FROM \"2-15765416-1\" WHERE \"Opponent\" = 'Washington Redskins';"} +{"question_id": 7396, "table_id": "2-1604940-10", "question": "Which Model number has a Frequency of 2000MHz and a Voltage of 0.75-1.2?", "sql": "SELECT \"Model number\" FROM \"2-1604940-10\" WHERE \"Frequency\" = '2000MHz' AND \"Voltage\" = '0.75-1.2';"} +{"question_id": 7397, "table_id": "2-1604940-10", "question": "Which Multi 1 has a Frequency of 2300MHz, and a Release date of Q3 2008 and a Model number of Turion X2 Ultra ZM-84?", "sql": "SELECT \"Multi 1\" FROM \"2-1604940-10\" WHERE \"Frequency\" = '2300MHz' AND \"Release date\" = 'Q3 2008' AND \"Model number\" = 'Turion X2 Ultra ZM-84';"} +{"question_id": 7398, "table_id": "2-1604940-10", "question": "What kind of Voltage has a Frequency of 2000MHz, and a Release date in Q3 2008?", "sql": "SELECT \"Voltage\" FROM \"2-1604940-10\" WHERE \"Frequency\" = '2000MHz' AND \"Release date\" = 'Q3 2008';"} +{"question_id": 7399, "table_id": "2-1604940-10", "question": "WHat kind of L2 cache has a Model number of Turion X2 Ultra ZM-85?", "sql": "SELECT \"L2 cache\" FROM \"2-1604940-10\" WHERE \"Model number\" = 'Turion X2 Ultra ZM-85';"} +{"question_id": 7400, "table_id": "2-1604940-10", "question": "Which Socket has a Frequency of 2200MHz, and a Release date on June 4, 2008?", "sql": "SELECT \"Socket\" FROM \"2-1604940-10\" WHERE \"Frequency\" = '2200MHz' AND \"Release date\" = 'June 4, 2008';"} +{"question_id": 7401, "table_id": "2-1604940-10", "question": "What kind of Socket has a Order part number of TMRM72DAM22GG?", "sql": "SELECT \"Socket\" FROM \"2-1604940-10\" WHERE \"Order part number\" = 'TMRM72DAM22GG';"} +{"question_id": 7402, "table_id": "2-15715109-1", "question": "What is the Birthdate of Raymond Bonney?", "sql": "SELECT \"Birthdate\" FROM \"2-15715109-1\" WHERE \"Name\" = 'Raymond Bonney';"} +{"question_id": 7403, "table_id": "2-15715109-1", "question": "What is the Team for the player born in Northfield, Minnesota?", "sql": "SELECT \"Team\" FROM \"2-15715109-1\" WHERE \"Birthplace\" = 'Northfield, Minnesota';"} +{"question_id": 7404, "table_id": "2-15715109-1", "question": "What is the Position of the person with a birthplace of Phoenix, New York?", "sql": "SELECT \"Position\" FROM \"2-15715109-1\" WHERE \"Birthplace\" = 'Phoenix, New York';"} +{"question_id": 7405, "table_id": "2-15715109-1", "question": "What is the Name when the team is the St. Paul A.C., with a Birthdate of 3 August 1890?", "sql": "SELECT \"Name\" FROM \"2-15715109-1\" WHERE \"Team\" = 'St. Paul A.C.' AND \"Birthdate\" = '3 August 1890';"} +{"question_id": 7406, "table_id": "2-15715109-1", "question": "What is the Position of Moose Goheen?", "sql": "SELECT \"Position\" FROM \"2-15715109-1\" WHERE \"Name\" = 'Moose Goheen';"} +{"question_id": 7407, "table_id": "2-15715109-1", "question": "What is the Birthdate of Leon Tuck?", "sql": "SELECT \"Birthdate\" FROM \"2-15715109-1\" WHERE \"Name\" = 'Leon Tuck';"} +{"question_id": 7408, "table_id": "2-1554049-4", "question": "During the TournAment in which Jiří Novák wAs Absent(A) in 1995, Absent(A) in 1997, And mAde it to the 3Rd round (3R) in 2003, how did he do in 2006?", "sql": "SELECT \"2006\" FROM \"2-1554049-4\" WHERE \"1995\" = 'A' AND \"1997\" = 'A' AND \"2003\" = '3R';"} +{"question_id": 7409, "table_id": "2-1554049-4", "question": "In the Tennis Masters Cup, how did Jiří Novák do in 1997?", "sql": "SELECT \"1997\" FROM \"2-1554049-4\" WHERE \"Tournament\" = 'Tennis Masters Cup';"} +{"question_id": 7410, "table_id": "2-1554049-4", "question": "In the Hamburg Masters TournAment, during which Jiří Novák wAs Absent(A) in 1996, how did he do in 2003?", "sql": "SELECT \"2003\" FROM \"2-1554049-4\" WHERE \"1996\" = 'A' AND \"Tournament\" = 'Hamburg Masters';"} +{"question_id": 7411, "table_id": "2-1554049-4", "question": "In the TournAment during which Jiří Novák wAs Absent(A) in 2004, how did he do in 2003?", "sql": "SELECT \"2003\" FROM \"2-1554049-4\" WHERE \"2004\" = 'A';"} +{"question_id": 7412, "table_id": "2-1554049-4", "question": "In the Tournament during which Jiří Novák made it to the 1st round(1R) in 1995, how did he do in 2001?", "sql": "SELECT \"2001\" FROM \"2-1554049-4\" WHERE \"1995\" = '1R';"} +{"question_id": 7413, "table_id": "2-1554049-4", "question": "During the Hamburg Masters TournAment, during which Jiří Novák wAs Absent(A) in 1998, how did he do in 1997?", "sql": "SELECT \"1997\" FROM \"2-1554049-4\" WHERE \"1998\" = 'A' AND \"Tournament\" = 'Hamburg Masters';"} +{"question_id": 7414, "table_id": "2-15547772-1", "question": "What is the sum of all from the Cultural and Educational Panel with less than 7 from the Labour Panel and less than 1 from the Agricultural Panel?", "sql": "SELECT SUM(\"Cultural and Educational Panel\") FROM \"2-15547772-1\" WHERE \"Labour Panel\" < 7.0 AND \"Agricultural Panel\" < 1.0;"} +{"question_id": 7415, "table_id": "2-15427451-1", "question": "What is the Home team when the \"Pick The Winners\" score was Newcastle 10 Easts 25.5?", "sql": "SELECT \"Home team\" FROM \"2-15427451-1\" WHERE \"\"\"Pick The Winners\"\" score\" = 'Newcastle 10 Easts 25.5';"} +{"question_id": 7416, "table_id": "2-15427451-1", "question": "What is the Away team when the FootyTAB winner was St. George?", "sql": "SELECT \"Away team\" FROM \"2-15427451-1\" WHERE \"FootyTAB winner\" = 'St. George';"} +{"question_id": 7417, "table_id": "2-15427451-1", "question": "What is the Home team when the away team was Manly?", "sql": "SELECT \"Home team\" FROM \"2-15427451-1\" WHERE \"Away team\" = 'Manly';"} +{"question_id": 7418, "table_id": "2-15427451-1", "question": "What is the Match score when the FootyTAB winner was Norths?", "sql": "SELECT \"Match score\" FROM \"2-15427451-1\" WHERE \"FootyTAB winner\" = 'Norths';"} +{"question_id": 7419, "table_id": "2-15427451-1", "question": "What is the Away team when the match score was Norths 19 Manly 4?", "sql": "SELECT \"Away team\" FROM \"2-15427451-1\" WHERE \"Match score\" = 'Norths 19 Manly 4';"} +{"question_id": 7420, "table_id": "2-15427451-1", "question": "What is the \"Pick The Winners\" score when the Match score was Illawarra 19 Souths 0?", "sql": "SELECT \"\"\"Pick The Winners\"\" score\" FROM \"2-15427451-1\" WHERE \"Match score\" = 'Illawarra 19 Souths 0';"} +{"question_id": 7421, "table_id": "2-16082306-6", "question": "What is the sum FG Pct of the player with more than 3 asst, a def reb of 30, and a 3FG Pct greater than 36.1?", "sql": "SELECT SUM(\"FG Pct\") FROM \"2-16082306-6\" WHERE \"Asst\" > 3.0 AND \"Def Reb\" = 30.0 AND \"3FG Pct\" > 36.1;"} +{"question_id": 7422, "table_id": "2-16082306-6", "question": "What is the total 3FG Pct of the player with a FG Pct greater than 43.2, a FT Pct less than 100, a total reb less than 102, and a 3FGM of 1?", "sql": "SELECT COUNT(\"3FG Pct\") FROM \"2-16082306-6\" WHERE \"FG Pct\" > 43.2 AND \"FT Pct\" < 100.0 AND \"Total Reb\" < 102.0 AND \"3FGM\" = 1.0;"} +{"question_id": 7423, "table_id": "2-16082306-6", "question": "Which player has a FG Pct less than 45.9, a def reb less than 43, and a total reb of 9?", "sql": "SELECT \"Player\" FROM \"2-16082306-6\" WHERE \"FG Pct\" < 45.9 AND \"Def Reb\" < 43.0 AND \"Total Reb\" = 9.0;"} +{"question_id": 7424, "table_id": "2-16082306-6", "question": "What is the lowest total reb of player mcalarney, who has a 3FGM less than 103?", "sql": "SELECT MIN(\"Total Reb\") FROM \"2-16082306-6\" WHERE \"Player\" = 'mcalarney' AND \"3FGM\" < 103.0;"} +{"question_id": 7425, "table_id": "2-16082306-6", "question": "What is the highest FT pct of player abromaitis, who has a 3FG pct less than 12.5?", "sql": "SELECT MAX(\"FT Pct\") FROM \"2-16082306-6\" WHERE \"Player\" = 'abromaitis' AND \"3FG Pct\" < 12.5;"} +{"question_id": 7426, "table_id": "2-16082306-6", "question": "What is the lowest asst of the player with a def reb of 1 and a 3FG pct less than 33.3?", "sql": "SELECT MIN(\"Asst\") FROM \"2-16082306-6\" WHERE \"Def Reb\" = 1.0 AND \"3FG Pct\" < 33.3;"} +{"question_id": 7427, "table_id": "2-16176685-5", "question": "How many Games has a Name of stéphane dumas and a Rank larger than 5?", "sql": "SELECT AVG(\"Games\") FROM \"2-16176685-5\" WHERE \"Name\" = 'stéphane dumas' AND \"Rank\" > 5.0;"} +{"question_id": 7428, "table_id": "2-16176685-5", "question": "How many Games has a Team of cai zaragoza and a Rank smaller than 1?", "sql": "SELECT SUM(\"Games\") FROM \"2-16176685-5\" WHERE \"Team\" = 'cai zaragoza' AND \"Rank\" < 1.0;"} +{"question_id": 7429, "table_id": "2-15362194-1", "question": "What was the most total medals awarded to Poland?", "sql": "SELECT MAX(\"Total\") FROM \"2-15362194-1\" WHERE \"Nation\" = 'Poland';"} +{"question_id": 7430, "table_id": "2-15412912-1", "question": "What was the result of the game that was played in a week greater than 1 and greater than 19792 people attended on October 18, 1964?", "sql": "SELECT \"Result\" FROM \"2-15412912-1\" WHERE \"Week\" > 1.0 AND \"Attendance\" > 19792.0 AND \"Date\" = 'October 18, 1964';"} +{"question_id": 7431, "table_id": "2-15412912-1", "question": "When the opponent was the Denver Broncos and the attendance more than 21671 and the week less than 8 what was the result of the game?", "sql": "SELECT \"Result\" FROM \"2-15412912-1\" WHERE \"Week\" < 8.0 AND \"Attendance\" > 21671.0 AND \"Opponent\" = 'Denver Broncos';"} +{"question_id": 7432, "table_id": "2-15412912-1", "question": "How many people attended the game on December 20, 1964?", "sql": "SELECT \"Attendance\" FROM \"2-15412912-1\" WHERE \"Date\" = 'December 20, 1964';"} +{"question_id": 7433, "table_id": "2-15953875-1", "question": "On what date did the Lions play against the Tampa Bay Buccaneers?", "sql": "SELECT \"Date\" FROM \"2-15953875-1\" WHERE \"Opponent\" = 'Tampa Bay Buccaneers';"} +{"question_id": 7434, "table_id": "2-15953875-1", "question": "What was the date of the game against the New York Jets?", "sql": "SELECT \"Date\" FROM \"2-15953875-1\" WHERE \"Opponent\" = 'New York Jets';"} +{"question_id": 7435, "table_id": "2-15412888-1", "question": "What is the Attendance with a Date that is October 31, 1965?", "sql": "SELECT \"Attendance\" FROM \"2-15412888-1\" WHERE \"Date\" = 'October 31, 1965';"} +{"question_id": 7436, "table_id": "2-15412888-1", "question": "What is the Attendance with a Date that is November 25, 1965?", "sql": "SELECT \"Attendance\" FROM \"2-15412888-1\" WHERE \"Date\" = 'November 25, 1965';"} +{"question_id": 7437, "table_id": "2-15974212-3", "question": "What is the lowest geohash length when the lat bits are less than 7, and the km error of ±2500?", "sql": "SELECT MIN(\"geohash length\") FROM \"2-15974212-3\" WHERE \"lat bits\" < 7.0 AND \"km error\" = '±2500';"} +{"question_id": 7438, "table_id": "2-15974212-3", "question": "What is the highest geohash length when the lat error is ±0.00068, and the lat bits larger than 17?", "sql": "SELECT MAX(\"geohash length\") FROM \"2-15974212-3\" WHERE \"lat error\" = '±0.00068' AND \"lat bits\" > 17.0;"} +{"question_id": 7439, "table_id": "2-15974212-3", "question": "What is the highest geohash length when there is a ng error of ±0.00017, and a lng bits smaller than 20?", "sql": "SELECT MAX(\"geohash length\") FROM \"2-15974212-3\" WHERE \"lng error\" = '±0.00017' AND \"lng bits\" < 20.0;"} +{"question_id": 7440, "table_id": "2-15331868-1", "question": "Which Against has a Drawn smaller than 5, a Lost of 3, and a Position of 3?", "sql": "SELECT MIN(\"Against\") FROM \"2-15331868-1\" WHERE \"Drawn\" < 5.0 AND \"Lost\" = 3.0 AND \"Position\" = 3.0;"} +{"question_id": 7441, "table_id": "2-15331868-1", "question": "Which Against has a Position larger than 8, and Points larger than 9?", "sql": "SELECT \"Against\" FROM \"2-15331868-1\" WHERE \"Position\" > 8.0 AND \"Points\" > 9.0;"} +{"question_id": 7442, "table_id": "2-15331868-1", "question": "Which Lost has Points smaller than 12, and a Drawn larger than 1?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-15331868-1\" WHERE \"Points\" < 12.0 AND \"Drawn\" > 1.0;"} +{"question_id": 7443, "table_id": "2-15331868-1", "question": "Which Position has a Difference of 5, and a Drawn smaller than 3?", "sql": "SELECT MIN(\"Position\") FROM \"2-15331868-1\" WHERE \"Difference\" = '5' AND \"Drawn\" < 3.0;"} +{"question_id": 7444, "table_id": "2-15331868-1", "question": "Which Against has a Position larger than 11?", "sql": "SELECT COUNT(\"Against\") FROM \"2-15331868-1\" WHERE \"Position\" > 11.0;"} +{"question_id": 7445, "table_id": "2-15621965-8", "question": "Which Player has a Nationality of United States, a Position of Forward, and a School/Club Team of Notre Dame?", "sql": "SELECT \"Player\" FROM \"2-15621965-8\" WHERE \"Nationality\" = 'United States' AND \"Position\" = 'Forward' AND \"School/Club Team\" = 'Notre Dame';"} +{"question_id": 7446, "table_id": "2-15621965-8", "question": "Which Nationality has a School/Club Team of Louisiana State?", "sql": "SELECT \"Nationality\" FROM \"2-15621965-8\" WHERE \"School/Club Team\" = 'Louisiana State';"} +{"question_id": 7447, "table_id": "2-15621965-8", "question": "Which Years in Orlando has a Position of Center, and a School/Club Team of Louisiana State?", "sql": "SELECT \"Years in Orlando\" FROM \"2-15621965-8\" WHERE \"Position\" = 'Center' AND \"School/Club Team\" = 'Louisiana State';"} +{"question_id": 7448, "table_id": "2-15621965-8", "question": "Which Position has a School/Club Team of Illinois?", "sql": "SELECT \"Position\" FROM \"2-15621965-8\" WHERE \"School/Club Team\" = 'Illinois';"} +{"question_id": 7449, "table_id": "2-15621965-8", "question": "Which Years in Orlando has a Nationality of United States, and a School/Club Team of Illinois?", "sql": "SELECT \"Years in Orlando\" FROM \"2-15621965-8\" WHERE \"Nationality\" = 'United States' AND \"School/Club Team\" = 'Illinois';"} +{"question_id": 7450, "table_id": "2-15621965-8", "question": "Which Player has a Position of Forward, and a School/Club Team of Georgia Tech?", "sql": "SELECT \"Player\" FROM \"2-15621965-8\" WHERE \"Position\" = 'Forward' AND \"School/Club Team\" = 'Georgia Tech';"} +{"question_id": 7451, "table_id": "2-1613392-3", "question": "What is the total number of silver with rank number 6?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-1613392-3\" WHERE \"Rank\" = 6.0;"} +{"question_id": 7452, "table_id": "2-1613392-3", "question": "What is the smallest total from japan with a rank larger than 3?", "sql": "SELECT MIN(\"Total\") FROM \"2-1613392-3\" WHERE \"Nation\" = 'japan' AND \"Rank\" > 3.0;"} +{"question_id": 7453, "table_id": "2-1613392-3", "question": "What is the largest number of silver that had 0 bronzes and total less than 1?", "sql": "SELECT MAX(\"Silver\") FROM \"2-1613392-3\" WHERE \"Bronze\" = 0.0 AND \"Total\" < 1.0;"} +{"question_id": 7454, "table_id": "2-15430129-4", "question": "What is the smallest number of points for a match less than 12?", "sql": "SELECT MIN(\"Points\") FROM \"2-15430129-4\" WHERE \"Match\" < 12.0;"} +{"question_id": 7455, "table_id": "2-15765426-1", "question": "What was the result of the game attended by more than 18648 on October 12, 1952?", "sql": "SELECT \"Result\" FROM \"2-15765426-1\" WHERE \"Attendance\" > 18648.0 AND \"Date\" = 'October 12, 1952';"} +{"question_id": 7456, "table_id": "2-16181798-1", "question": "How many numbers of languages were there for issues with circulation of 44748000?", "sql": "SELECT MAX(\"Number of languages\") FROM \"2-16181798-1\" WHERE \"Circulation per issue\" = 44748000.0;"} +{"question_id": 7457, "table_id": "2-16181798-1", "question": "What is the mean number of languages for the Monthly frequency when the publisher is the Hearst Corporation?", "sql": "SELECT AVG(\"Number of languages\") FROM \"2-16181798-1\" WHERE \"Frequency\" = 'Monthly' AND \"Publisher\" = 'Hearst Corporation';"} +{"question_id": 7458, "table_id": "2-1583515-19", "question": "What is the Political group for P. Maelius Capitolinus?", "sql": "SELECT \"Political group\" FROM \"2-1583515-19\" WHERE \"Name\" = 'P. Maelius Capitolinus';"} +{"question_id": 7459, "table_id": "2-1583515-19", "question": "What is the Type for L. Publilius Philo Vulscus?", "sql": "SELECT \"Type\" FROM \"2-1583515-19\" WHERE \"Name\" = 'L. Publilius Philo Vulscus';"} +{"question_id": 7460, "table_id": "2-1583515-19", "question": "What is the From for P. Maelius Capitolinus?", "sql": "SELECT \"From\" FROM \"2-1583515-19\" WHERE \"Name\" = 'P. Maelius Capitolinus';"} +{"question_id": 7461, "table_id": "2-1570611-3", "question": "What was the title of the episode with a production code of 1GOWO04?", "sql": "SELECT \"Episode Title\" FROM \"2-1570611-3\" WHERE \"Prod Code\" = '1GOWO04';"} +{"question_id": 7462, "table_id": "2-1570611-3", "question": "What is the production code fore the episode titled, Life's No Fun Anymore?", "sql": "SELECT \"Prod Code\" FROM \"2-1570611-3\" WHERE \"Episode Title\" = 'Life''s No Fun Anymore';"} +{"question_id": 7463, "table_id": "2-15621965-16", "question": "What is the nationality of the player that plays Forward and is from DePaul?", "sql": "SELECT \"Nationality\" FROM \"2-15621965-16\" WHERE \"Position\" = 'Forward' AND \"School/Club Team\" = 'DePaul';"} +{"question_id": 7464, "table_id": "2-15621965-16", "question": "What years did Orlando have Stanley Roberts on the team?", "sql": "SELECT \"Years in Orlando\" FROM \"2-15621965-16\" WHERE \"Player\" = 'Stanley Roberts';"} +{"question_id": 7465, "table_id": "2-1618788-2", "question": "How many points total are there later than 2003?", "sql": "SELECT SUM(\"Points\") FROM \"2-1618788-2\" WHERE \"Year\" > 2003.0;"} +{"question_id": 7466, "table_id": "2-1618788-2", "question": "Which entrant has a Dallara F398 chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1618788-2\" WHERE \"Chassis\" = 'Dallara F398';"} +{"question_id": 7467, "table_id": "2-1618788-2", "question": "What are the lowest points for an engine with a Dallara F303 chassis?", "sql": "SELECT MIN(\"Points\") FROM \"2-1618788-2\" WHERE \"Chassis\" = 'Dallara F303';"} +{"question_id": 7468, "table_id": "2-1618788-2", "question": "What are the lowest points in 2004?", "sql": "SELECT MIN(\"Points\") FROM \"2-1618788-2\" WHERE \"Year\" = 2004.0;"} +{"question_id": 7469, "table_id": "2-15915981-1", "question": "What is Attendance, when Week is 5?", "sql": "SELECT \"Attendance\" FROM \"2-15915981-1\" WHERE \"Week\" = 5.0;"} +{"question_id": 7470, "table_id": "2-15322962-2", "question": "What is the label for the catalog of none, and is in the United Kingdom?", "sql": "SELECT \"Label\" FROM \"2-15322962-2\" WHERE \"Catalog\" = 'none' AND \"Region\" = 'United Kingdom';"} +{"question_id": 7471, "table_id": "2-15322962-2", "question": "What is the region for the date November 18, 2002?", "sql": "SELECT \"Region\" FROM \"2-15322962-2\" WHERE \"Date\" = 'November 18, 2002';"} +{"question_id": 7472, "table_id": "2-15322962-2", "question": "What is the date for the Nebula Label, and a NEBDJX029 catalog?", "sql": "SELECT \"Date\" FROM \"2-15322962-2\" WHERE \"Label\" = 'Nebula' AND \"Catalog\" = 'NEBDJX029';"} +{"question_id": 7473, "table_id": "2-15322962-2", "question": "What is the label from the Netherlands?", "sql": "SELECT \"Label\" FROM \"2-15322962-2\" WHERE \"Region\" = 'Netherlands';"} +{"question_id": 7474, "table_id": "2-158849-1", "question": "What was the Christ made king date with a great tribulation in 1925?", "sql": "SELECT \"Christ madeKing\" FROM \"2-158849-1\" WHERE \"Great Tribulation\" = '1925';"} +{"question_id": 7475, "table_id": "2-158849-1", "question": "What is the resurrection of 144,000 date with a start of Christ's presence date in 1914, a separation of sheep & goats during Christ's presence, and a great tribulation date in 1975?", "sql": "SELECT \"Resurrection of144,000\" FROM \"2-158849-1\" WHERE \"Startof Christ's Presence\" = '1914' AND \"Separating Sheep &Goats\" = 'during Christ''s presence' AND \"Great Tribulation\" = '1975?';"} +{"question_id": 7476, "table_id": "2-158849-1", "question": "What is the resurrection of 144,000 date with a Christ made king date in 1914, a separting sheep & goats date during Christ's presence, and a judgment of religion date in 1878?", "sql": "SELECT \"Resurrection of144,000\" FROM \"2-158849-1\" WHERE \"Christ madeKing\" = '1914' AND \"Separating Sheep &Goats\" = 'during Christ''s presence' AND \"Judgmentof Religion\" = '1878';"} +{"question_id": 7477, "table_id": "2-15431122-2", "question": "What is the lowest Cuts made with less than 72.48 scoring average?", "sql": "SELECT MIN(\"Cuts made\") FROM \"2-15431122-2\" WHERE \"Scoring average\" < 72.48;"} +{"question_id": 7478, "table_id": "2-15431122-2", "question": "What is the sum of Events played when the cuts made is less than 0?", "sql": "SELECT SUM(\"Events played\") FROM \"2-15431122-2\" WHERE \"Cuts made\" < 0.0;"} +{"question_id": 7479, "table_id": "2-15431122-2", "question": "What is the Scoring rank when there are less than 21 events played with a rank of n/a in years less than 2011?", "sql": "SELECT \"Scoring rank\" FROM \"2-15431122-2\" WHERE \"Events played\" < 21.0 AND \"Rank\" = 'n/a' AND \"Year\" < 2011.0;"} +{"question_id": 7480, "table_id": "2-15431122-2", "question": "What is the total number of Wins when 98 is the rank and the scoring average is more than 73.52?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-15431122-2\" WHERE \"Rank\" = '98' AND \"Scoring average\" > 73.52;"} +{"question_id": 7481, "table_id": "2-16065919-4", "question": "What Title's Start of Reign is 1993?", "sql": "SELECT \"Title\" FROM \"2-16065919-4\" WHERE \"Start of Reign\" = 1993.0;"} +{"question_id": 7482, "table_id": "2-16065919-4", "question": "What is the Birth Name of the Archbishop with a current End of Reign?", "sql": "SELECT \"Birth Name\" FROM \"2-16065919-4\" WHERE \"End of Reign\" = 'current';"} +{"question_id": 7483, "table_id": "2-16065919-4", "question": "What is the Name of the Archbishop with a Birth Name of Cvetko Krstevski with a Start of Reign before 1986?", "sql": "SELECT \"Name\" FROM \"2-16065919-4\" WHERE \"Start of Reign\" < 1986.0 AND \"Birth Name\" = 'Cvetko Krstevski';"} +{"question_id": 7484, "table_id": "2-16065919-4", "question": "What is metodija gogov's Start of Reign?", "sql": "SELECT COUNT(\"Start of Reign\") FROM \"2-16065919-4\" WHERE \"Birth Name\" = 'metodija gogov';"} +{"question_id": 7485, "table_id": "2-16065919-4", "question": "What is Angelarios Angelarij with a Start of Reign date before 1986 Birth Name?", "sql": "SELECT \"Birth Name\" FROM \"2-16065919-4\" WHERE \"Start of Reign\" < 1986.0 AND \"Name\" = 'Angelarios Angelarij';"} +{"question_id": 7486, "table_id": "2-15873969-1", "question": "How many goals that were scored had a place of more than 5, a lost of 11, and goals conceded of less than 45?", "sql": "SELECT COUNT(\"Goals Scored\") FROM \"2-15873969-1\" WHERE \"Place\" > 5.0 AND \"Lost\" = 11.0 AND \"Goals Conceded\" < 45.0;"} +{"question_id": 7487, "table_id": "2-15873969-1", "question": "What is the mean played number where the goals conceded is less than 16?", "sql": "SELECT AVG(\"Played\") FROM \"2-15873969-1\" WHERE \"Goals Conceded\" < 16.0;"} +{"question_id": 7488, "table_id": "2-16062061-6", "question": "What is the 1913 Class of the D32 LNER Class?", "sql": "SELECT \"1913 Class\" FROM \"2-16062061-6\" WHERE \"LNER Class\" = 'D32';"} +{"question_id": 7489, "table_id": "2-16062061-6", "question": "What is the W.A. of the 1 1st built?", "sql": "SELECT \"W.A.\" FROM \"2-16062061-6\" WHERE \"1st built\" = 1.0;"} +{"question_id": 7490, "table_id": "2-15872814-4", "question": "What was the attendance at the Denver game?", "sql": "SELECT \"Location Attendance\" FROM \"2-15872814-4\" WHERE \"Team\" = 'Denver';"} +{"question_id": 7491, "table_id": "2-1598533-17", "question": "What is the average 2011-03, when Unemployment is sweden, and when 2009-03 is greater than 8?", "sql": "SELECT AVG(\"2011-03\") FROM \"2-1598533-17\" WHERE \"Unemployment\" = 'sweden' AND \"2009-03\" > 8.0;"} +{"question_id": 7492, "table_id": "2-1598533-17", "question": "What is the highest 2007-03, when 2009-03 is greater than 10.6, and when 2012-03 is 15.4?", "sql": "SELECT MAX(\"2007-03\") FROM \"2-1598533-17\" WHERE \"2009-03\" > 10.6 AND \"2012-03\" = 15.4;"} +{"question_id": 7493, "table_id": "2-1598533-17", "question": "What is the highest 2007-03, when 2011-03 is less than 11.4, when Unemployment is luxembourg, and when 2012-03 is greater than 5?", "sql": "SELECT MAX(\"2007-03\") FROM \"2-1598533-17\" WHERE \"2011-03\" < 11.4 AND \"Unemployment\" = 'luxembourg' AND \"2012-03\" > 5.0;"} +{"question_id": 7494, "table_id": "2-1598533-17", "question": "What is the highest 2010-03, when 2008-03 is less than 9.9, when 2011-03 is less than 11.8, and when Unemployment is Czech Republic?", "sql": "SELECT MAX(\"2010-03\") FROM \"2-1598533-17\" WHERE \"2008-03\" < 9.9 AND \"2011-03\" < 11.8 AND \"Unemployment\" = 'Czech Republic';"} +{"question_id": 7495, "table_id": "2-1598533-17", "question": "What is the lowest 2008-03, when 2012-03 is less than 10.3, when 2010-03 is 8.1, and when 2009-03 is less than 7.3?", "sql": "SELECT MIN(\"2008-03\") FROM \"2-1598533-17\" WHERE \"2012-03\" < 10.3 AND \"2010-03\" = 8.1 AND \"2009-03\" < 7.3;"} +{"question_id": 7496, "table_id": "2-15893020-5", "question": "What was Matthew Hoggard's high score when he had a strike rate of N/A?", "sql": "SELECT \"High Score\" FROM \"2-15893020-5\" WHERE \"Strike Rate\" = 'N/A' AND \"Player\" = 'Matthew Hoggard';"} +{"question_id": 7497, "table_id": "2-15859432-8", "question": "What is the lowest Weight when the height is 196, and the date of birth is 24.07.1977?", "sql": "SELECT MIN(\"Weight\") FROM \"2-15859432-8\" WHERE \"Height\" = 196.0 AND \"Date of Birth\" = '24.07.1977';"} +{"question_id": 7498, "table_id": "2-15859432-8", "question": "What is the sum of Spike when the Weight was more than 84, and Block was less than 315?", "sql": "SELECT SUM(\"Spike\") FROM \"2-15859432-8\" WHERE \"Weight\" > 84.0 AND \"Block\" < 315.0;"} +{"question_id": 7499, "table_id": "2-15933696-1", "question": "What was the result of the 2012 WAFF Women's Futsal Championship game the team played against Iraq?", "sql": "SELECT \"Result\" FROM \"2-15933696-1\" WHERE \"Tournament\" = '2012 WAFF Women''s Futsal Championship' AND \"Opponent\" = 'Iraq';"} +{"question_id": 7500, "table_id": "2-15933696-1", "question": "What was the result of the game played on May 9, 2012?", "sql": "SELECT \"Result\" FROM \"2-15933696-1\" WHERE \"Date\" = 'May 9, 2012';"} +{"question_id": 7501, "table_id": "2-15933696-1", "question": "What is the result of the game played in Russia on May 9, 2012?", "sql": "SELECT \"Result\" FROM \"2-15933696-1\" WHERE \"Venue\" = 'Russia' AND \"Date\" = 'May 9, 2012';"} +{"question_id": 7502, "table_id": "2-16025322-2", "question": "What is the final result of the game that was played on October 8, 2000?", "sql": "SELECT \"Result\" FROM \"2-16025322-2\" WHERE \"Date\" = 'October 8, 2000';"} +{"question_id": 7503, "table_id": "2-16025322-2", "question": "Who was the opponent in the game played after Week 4 on October 15, 2000?", "sql": "SELECT \"Opponent\" FROM \"2-16025322-2\" WHERE \"Week\" > 4.0 AND \"Date\" = 'October 15, 2000';"} +{"question_id": 7504, "table_id": "2-16025322-2", "question": "Where was the game played when the Buffalo Bills had a record of 8-8?", "sql": "SELECT \"Location\" FROM \"2-16025322-2\" WHERE \"Record\" = '8-8';"} +{"question_id": 7505, "table_id": "2-16025322-2", "question": "Who was the opponent the Buffalo Bills played when their record was 4-4?", "sql": "SELECT \"Opponent\" FROM \"2-16025322-2\" WHERE \"Record\" = '4-4';"} +{"question_id": 7506, "table_id": "2-15708593-9", "question": "What is airing at 9:00 on the channel that airs House at 8:00?", "sql": "SELECT \"9:00\" FROM \"2-15708593-9\" WHERE \"8:00\" = 'House';"} +{"question_id": 7507, "table_id": "2-15708593-9", "question": "What is airing at 9:30 on the channel that airs 24 at 9:00?", "sql": "SELECT \"9:30\" FROM \"2-15708593-9\" WHERE \"9:00\" = '24';"} +{"question_id": 7508, "table_id": "2-15708593-9", "question": "What is airing at 9:00 on the channel that airs Chuck at 8:30 and Medium at 10:00?", "sql": "SELECT \"9:00\" FROM \"2-15708593-9\" WHERE \"10:00\" = 'Medium' AND \"8:30\" = 'Chuck';"} +{"question_id": 7509, "table_id": "2-15708593-9", "question": "What is airing at 10:00 on the channel that airs Medium at 9:00?", "sql": "SELECT \"10:00\" FROM \"2-15708593-9\" WHERE \"9:00\" = 'Medium';"} +{"question_id": 7510, "table_id": "2-15708593-9", "question": "What is airing at 9:30 on the channel that airs Heroes at 9:00?", "sql": "SELECT \"9:30\" FROM \"2-15708593-9\" WHERE \"9:00\" = 'Heroes';"} +{"question_id": 7511, "table_id": "2-15708593-9", "question": "What is airing at 8:00 on the channel that airs Castle at 10:00?", "sql": "SELECT \"8:00\" FROM \"2-15708593-9\" WHERE \"10:00\" = 'Castle';"} +{"question_id": 7512, "table_id": "2-15386342-2", "question": "What is the highest week for cleveland browns with 54205 in attendance?", "sql": "SELECT MAX(\"Week\") FROM \"2-15386342-2\" WHERE \"Opponent\" = 'cleveland browns' AND \"Attendance\" > 54205.0;"} +{"question_id": 7513, "table_id": "2-15386342-2", "question": "What date was the opponents the Oakland Raiders?", "sql": "SELECT \"Date\" FROM \"2-15386342-2\" WHERE \"Opponent\" = 'Oakland Raiders';"} +{"question_id": 7514, "table_id": "2-15386342-2", "question": "What was the total attendance October 22, 1972?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-15386342-2\" WHERE \"Date\" = 'October 22, 1972';"} +{"question_id": 7515, "table_id": "2-15386342-2", "question": "What is the lowest week on December 3, 1972 with more than 54533 in attendance?", "sql": "SELECT MIN(\"Week\") FROM \"2-15386342-2\" WHERE \"Attendance\" > 54533.0 AND \"Date\" = 'December 3, 1972';"} +{"question_id": 7516, "table_id": "2-16181680-2", "question": "What is the highest heat for ihor bodrov when the mark is 6.76 and the lane is less than 1?", "sql": "SELECT MAX(\"Heat\") FROM \"2-16181680-2\" WHERE \"Mark\" = '6.76' AND \"Name\" = 'ihor bodrov' AND \"Lane\" < 1.0;"} +{"question_id": 7517, "table_id": "2-16181680-2", "question": "What is the mark number when the lane for Rabangaki Nawai when it is greater than 2 and the heat is larger than 4?", "sql": "SELECT \"Mark\" FROM \"2-16181680-2\" WHERE \"Lane\" > 2.0 AND \"Heat\" > 4.0 AND \"Name\" = 'Rabangaki Nawai';"} +{"question_id": 7518, "table_id": "2-16181680-2", "question": "What is the total lane number for the united states when the mark is 6.62 and the heat is greater than 8?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-16181680-2\" WHERE \"Country\" = 'united states' AND \"Mark\" = '6.62' AND \"Heat\" > 8.0;"} +{"question_id": 7519, "table_id": "2-15847138-2", "question": "Which 2007–08 event has 2008–09 of DNP and an Event of Players'?", "sql": "SELECT \"2007–08\" FROM \"2-15847138-2\" WHERE \"2008–09\" = 'DNP' AND \"Event\" = 'Players''';"} +{"question_id": 7520, "table_id": "2-15847138-2", "question": "What kind of 2006–07 event has a 2010–11 of N/A and an Event of Colonial Square?", "sql": "SELECT \"2006–07\" FROM \"2-15847138-2\" WHERE \"2010–11\" = 'N/A' AND \"Event\" = 'Colonial Square';"} +{"question_id": 7521, "table_id": "2-15847138-2", "question": "Which Event has a 2007–08 of N/A?", "sql": "SELECT \"Event\" FROM \"2-15847138-2\" WHERE \"2007–08\" = 'N/A';"} +{"question_id": 7522, "table_id": "2-15847138-2", "question": "what kind of 2006–07 has a 2010–11 of N/A, and an Event of Masters?", "sql": "SELECT \"2006–07\" FROM \"2-15847138-2\" WHERE \"2010–11\" = 'N/A' AND \"Event\" = 'Masters';"} +{"question_id": 7523, "table_id": "2-15847138-2", "question": "WHich in 2010–11 has an Event of Autumn Gold?", "sql": "SELECT \"2010–11\" FROM \"2-15847138-2\" WHERE \"Event\" = 'Autumn Gold';"} +{"question_id": 7524, "table_id": "2-15847138-2", "question": "What in 2006–07 has a 2007–08 of Q?", "sql": "SELECT \"2006–07\" FROM \"2-15847138-2\" WHERE \"2007–08\" = 'Q';"} +{"question_id": 7525, "table_id": "2-15759218-1", "question": "Which nation has a bronze greater than 0, a gold greater than 0, a silver greater than 0, and 5 as the rank?", "sql": "SELECT \"Nation\" FROM \"2-15759218-1\" WHERE \"Bronze\" > 0.0 AND \"Gold\" > 0.0 AND \"Silver\" > 0.0 AND \"Rank\" = '5';"} +{"question_id": 7526, "table_id": "2-15759218-1", "question": "What nation has 1 as the gold and 2 as the total?", "sql": "SELECT \"Nation\" FROM \"2-15759218-1\" WHERE \"Gold\" = 1.0 AND \"Total\" = 2.0;"} +{"question_id": 7527, "table_id": "2-15759218-1", "question": "What rank has 0 as the bronze, and a total less than 3, with North Korea as the nation?", "sql": "SELECT \"Rank\" FROM \"2-15759218-1\" WHERE \"Bronze\" = 0.0 AND \"Total\" < 3.0 AND \"Nation\" = 'North Korea';"} +{"question_id": 7528, "table_id": "2-15759218-1", "question": "How many golds have a bronze less than 1, and a silver less than 1?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-15759218-1\" WHERE \"Bronze\" < 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 7529, "table_id": "2-15759218-1", "question": "What average total has cuba as the nation, and a bronze greater than 1?", "sql": "SELECT AVG(\"Total\") FROM \"2-15759218-1\" WHERE \"Nation\" = 'cuba' AND \"Bronze\" > 1.0;"} +{"question_id": 7530, "table_id": "2-15759218-1", "question": "What is the highest total that has a bronze greater than 1, a gold greater than 1, with a silver less than 4?", "sql": "SELECT MAX(\"Total\") FROM \"2-15759218-1\" WHERE \"Bronze\" > 1.0 AND \"Gold\" > 1.0 AND \"Silver\" < 4.0;"} +{"question_id": 7531, "table_id": "2-15715109-43", "question": "What is the Previous Cub/Team that has NHL rights of the Vancouver Canucks?", "sql": "SELECT \"Previous Club/Team\" FROM \"2-15715109-43\" WHERE \"NHL rights, if any\" = 'Vancouver Canucks';"} +{"question_id": 7532, "table_id": "2-15715109-43", "question": "Where was the birthplace of the person born on March 21, 1979?", "sql": "SELECT \"Birthplace\" FROM \"2-15715109-43\" WHERE \"Birthdate\" = 'March 21, 1979';"} +{"question_id": 7533, "table_id": "2-15715109-43", "question": "What is Scott Gomez's biggest weight?", "sql": "SELECT MAX(\"Weight (kg)\") FROM \"2-15715109-43\" WHERE \"Name\" = 'Scott Gomez';"} +{"question_id": 7534, "table_id": "2-15715109-43", "question": "What is the birthplace of the person with a weight greater than 88 with NHL rights, 1999 Draft eligible and born March 26, 1980?", "sql": "SELECT \"Birthplace\" FROM \"2-15715109-43\" WHERE \"Weight (kg)\" > 88.0 AND \"NHL rights, if any\" = '1999 Draft eligible' AND \"Birthdate\" = 'March 26, 1980';"} +{"question_id": 7535, "table_id": "2-16028459-1", "question": "What number pick was Paul Seymour in round 1?", "sql": "SELECT SUM(\"Pick\") FROM \"2-16028459-1\" WHERE \"Round\" = 1.0 AND \"Player\" = 'Paul Seymour';"} +{"question_id": 7536, "table_id": "2-16028459-1", "question": "In how many rounds did usc participate in?", "sql": "SELECT COUNT(\"Round\") FROM \"2-16028459-1\" WHERE \"College\" = 'usc';"} +{"question_id": 7537, "table_id": "2-15945725-11", "question": "What set 2 has 15:33 as the time?", "sql": "SELECT \"Set 2\" FROM \"2-15945725-11\" WHERE \"Time\" = '15:33';"} +{"question_id": 7538, "table_id": "2-15524351-9", "question": "Where did they play against Clemson?", "sql": "SELECT \"Location\" FROM \"2-15524351-9\" WHERE \"Opponent\" = 'Clemson';"} +{"question_id": 7539, "table_id": "2-15524351-9", "question": "What was the total attendance on 10/05/1974?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-15524351-9\" WHERE \"Date\" = '10/05/1974';"} +{"question_id": 7540, "table_id": "2-15859432-1", "question": "What is the total number of Height(s), when Spike is less than 352, when Block is greater than 300, and when Name is pablo meana?", "sql": "SELECT COUNT(\"Height\") FROM \"2-15859432-1\" WHERE \"Spike\" < 352.0 AND \"Block\" > 300.0 AND \"Name\" = 'pablo meana';"} +{"question_id": 7541, "table_id": "2-15859432-1", "question": "What is the total number of Weight(s), when Block is 300?", "sql": "SELECT COUNT(\"Weight\") FROM \"2-15859432-1\" WHERE \"Block\" = 300.0;"} +{"question_id": 7542, "table_id": "2-15859432-1", "question": "What is the smallest Weight, when Spike is less than 330, when Block is 315, and when Height is greater than 187?", "sql": "SELECT MIN(\"Weight\") FROM \"2-15859432-1\" WHERE \"Spike\" < 330.0 AND \"Block\" = 315.0 AND \"Height\" > 187.0;"} +{"question_id": 7543, "table_id": "2-15859432-1", "question": "What is the average Spike, when Name is gustavo porporatto, and when Block is greater than 323?", "sql": "SELECT AVG(\"Spike\") FROM \"2-15859432-1\" WHERE \"Name\" = 'gustavo porporatto' AND \"Block\" > 323.0;"} +{"question_id": 7544, "table_id": "2-15432872-2", "question": "What is the Match with Points that are 24?", "sql": "SELECT \"Match\" FROM \"2-15432872-2\" WHERE \"Points\" = 24.0;"} +{"question_id": 7545, "table_id": "2-15757906-1", "question": "What is the Team 2 with a Team 1 that is Milli Piyango SK?", "sql": "SELECT \"Team 2\" FROM \"2-15757906-1\" WHERE \"Team 1\" = 'Milli Piyango SK';"} +{"question_id": 7546, "table_id": "2-15757906-1", "question": "What is the Team 1 with a Team 2 with Brest HC Meshkov?", "sql": "SELECT \"Team 1\" FROM \"2-15757906-1\" WHERE \"Team 2\" = 'Brest HC Meshkov';"} +{"question_id": 7547, "table_id": "2-15331084-1", "question": "What is the position number when there were 29 points, and less than 2 is lost?", "sql": "SELECT COUNT(\"Position\") FROM \"2-15331084-1\" WHERE \"Points\" = 29.0 AND \"Lost\" < 2.0;"} +{"question_id": 7548, "table_id": "2-15331084-1", "question": "What is the lowest Points with an against of 20 and less than 1 lost?", "sql": "SELECT MIN(\"Points\") FROM \"2-15331084-1\" WHERE \"Against\" = 20.0 AND \"Lost\" < 1.0;"} +{"question_id": 7549, "table_id": "2-15331084-1", "question": "What is the sum of Points when the against is less than 24 and played is less than 20?", "sql": "SELECT SUM(\"Points\") FROM \"2-15331084-1\" WHERE \"Against\" < 24.0 AND \"Played\" < 20.0;"} +{"question_id": 7550, "table_id": "2-15322968-2", "question": "What region is dated April 30, 2004, and cataloged NEBDJ058?", "sql": "SELECT \"Region\" FROM \"2-15322968-2\" WHERE \"Date\" = 'April 30, 2004' AND \"Catalog\" = 'NEBDJ058';"} +{"question_id": 7551, "table_id": "2-15322968-2", "question": "What s the format for the catalog NEBCD058?", "sql": "SELECT \"Format\" FROM \"2-15322968-2\" WHERE \"Catalog\" = 'NEBCD058';"} +{"question_id": 7552, "table_id": "2-15322968-2", "question": "What region has the catalog SIR021-6?", "sql": "SELECT \"Region\" FROM \"2-15322968-2\" WHERE \"Catalog\" = 'SIR021-6';"} +{"question_id": 7553, "table_id": "2-15322968-2", "question": "What label has the catalog NEBT058?", "sql": "SELECT \"Label\" FROM \"2-15322968-2\" WHERE \"Catalog\" = 'NEBT058';"} +{"question_id": 7554, "table_id": "2-15780049-5", "question": "What is the game number when the score was l 90–104 (ot)?", "sql": "SELECT COUNT(\"Game\") FROM \"2-15780049-5\" WHERE \"Score\" = 'l 90–104 (ot)';"} +{"question_id": 7555, "table_id": "2-15780049-5", "question": "What is the Score of the game with a Record of 12–12?", "sql": "SELECT \"Score\" FROM \"2-15780049-5\" WHERE \"Record\" = '12–12';"} +{"question_id": 7556, "table_id": "2-15780049-5", "question": "What is the Score for the Game less than 21, and of Antonio Davis (12)had the High rebounds?", "sql": "SELECT \"Score\" FROM \"2-15780049-5\" WHERE \"Game\" < 21.0 AND \"High rebounds\" = 'Antonio Davis (12)';"} +{"question_id": 7557, "table_id": "2-15780049-5", "question": "What is the Record when Antonio Davis (14) had the high rebounds?", "sql": "SELECT \"Record\" FROM \"2-15780049-5\" WHERE \"High rebounds\" = 'Antonio Davis (14)';"} +{"question_id": 7558, "table_id": "2-15780049-5", "question": "What was the team when Vince Carter (19) had the high points?", "sql": "SELECT \"Team\" FROM \"2-15780049-5\" WHERE \"High points\" = 'Vince Carter (19)';"} +{"question_id": 7559, "table_id": "2-16062061-4", "question": "What is the 1913 class of locomotive that has a 1st built value under 494 and WA of 4-4-0T?", "sql": "SELECT \"1913 Class\" FROM \"2-16062061-4\" WHERE \"1st built\" < 494.0 AND \"W.A.\" = '4-4-0T';"} +{"question_id": 7560, "table_id": "2-15379441-1", "question": "What is the number for gold where there were total 1, and bronze 1?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-15379441-1\" WHERE \"Total\" = 1.0 AND \"Bronze\" = 1.0;"} +{"question_id": 7561, "table_id": "2-16147528-3", "question": "Which player had a total of 152?", "sql": "SELECT \"Player\" FROM \"2-16147528-3\" WHERE \"Total\" = '152';"} +{"question_id": 7562, "table_id": "2-16147528-3", "question": "Which player won the Masters in 1976?", "sql": "SELECT \"Player\" FROM \"2-16147528-3\" WHERE \"Year(s) won\" = '1976';"} +{"question_id": 7563, "table_id": "2-16147528-3", "question": "What was the total of the player from Spain?", "sql": "SELECT \"Total\" FROM \"2-16147528-3\" WHERE \"Country\" = 'Spain';"} +{"question_id": 7564, "table_id": "2-16147528-3", "question": "Which player won in 1987 and ended with a score of +9?", "sql": "SELECT \"Total\" FROM \"2-16147528-3\" WHERE \"To par\" = '+9' AND \"Year(s) won\" = '1987';"} +{"question_id": 7565, "table_id": "2-15584199-2", "question": "What's the name of the award given to Team number 23?", "sql": "SELECT \"Award name\" FROM \"2-15584199-2\" WHERE \"Team number\" = 23.0;"} +{"question_id": 7566, "table_id": "2-16055163-1", "question": "What is Song, when Weeks on Top is 1, and when Volume:Issue is 15:6?", "sql": "SELECT \"Song\" FROM \"2-16055163-1\" WHERE \"Weeks on Top\" = 1.0 AND \"Volume:Issue\" = '15:6';"} +{"question_id": 7567, "table_id": "2-16055163-1", "question": "What is Song, when Volume:Issue is 15:19-20?", "sql": "SELECT \"Song\" FROM \"2-16055163-1\" WHERE \"Volume:Issue\" = '15:19-20';"} +{"question_id": 7568, "table_id": "2-16055163-1", "question": "What is Volume:Issue, when Weeks on Top is less than 5, and when Issue Date(s) are 10 July - 24 July?", "sql": "SELECT \"Volume:Issue\" FROM \"2-16055163-1\" WHERE \"Weeks on Top\" < 5.0 AND \"Issue Date(s)\" = '10 July - 24 July';"} +{"question_id": 7569, "table_id": "2-16162581-1", "question": "Which text has traditional characters of 心如猨猴?", "sql": "SELECT \"Text\" FROM \"2-16162581-1\" WHERE \"Traditional characters\" = '心如猨猴';"} +{"question_id": 7570, "table_id": "2-16162581-1", "question": "Which text has simplified characters of 心猿 … 意马?", "sql": "SELECT \"Text\" FROM \"2-16162581-1\" WHERE \"Simplified characters\" = '心猿 … 意马';"} +{"question_id": 7571, "table_id": "2-16162581-1", "question": "Which text has Wade-Giles translation of ai-ma … hsin-yüan?", "sql": "SELECT \"Text\" FROM \"2-16162581-1\" WHERE \"Wade-Giles\" = 'ai-ma … hsin-yüan';"} +{"question_id": 7572, "table_id": "2-16162581-1", "question": "What is the Pinyin translation of the Wade-Giles of hsin-yüan-i-ma?", "sql": "SELECT \"Pinyin\" FROM \"2-16162581-1\" WHERE \"Wade-Giles\" = 'hsin-yüan-i-ma';"} +{"question_id": 7573, "table_id": "2-16162581-1", "question": "What is the Wade-Giles translation of the Pinyin xīn rú yuánhóu?", "sql": "SELECT \"Wade-Giles\" FROM \"2-16162581-1\" WHERE \"Pinyin\" = 'xīn rú yuánhóu';"} +{"question_id": 7574, "table_id": "2-16162581-1", "question": "Which text has a date of c. 1180?", "sql": "SELECT \"Text\" FROM \"2-16162581-1\" WHERE \"Date (CE)\" = 'c. 1180';"} +{"question_id": 7575, "table_id": "2-16002877-1", "question": "What is the fewest number of silvers have 0 golds?", "sql": "SELECT MIN(\"Silver\") FROM \"2-16002877-1\" WHERE \"Gold\" < 0.0;"} +{"question_id": 7576, "table_id": "2-16002877-1", "question": "What is the smallest total that has 11 golds and bronzes over 2?", "sql": "SELECT MIN(\"Total\") FROM \"2-16002877-1\" WHERE \"Gold\" = 11.0 AND \"Bronze\" > 2.0;"} +{"question_id": 7577, "table_id": "2-16002877-1", "question": "What is the total having a bronze value over 1, silver under 5, and ranked 9?", "sql": "SELECT \"Total\" FROM \"2-16002877-1\" WHERE \"Bronze\" > 1.0 AND \"Silver\" < 5.0 AND \"Rank\" = '9';"} +{"question_id": 7578, "table_id": "2-1560445-2", "question": "What was the lowest total in the 1980s that was larger than 2?", "sql": "SELECT MIN(\"Total to date\") FROM \"2-1560445-2\" WHERE \"1980s\" > 2.0;"} +{"question_id": 7579, "table_id": "2-1560445-2", "question": "What is the average for the 1990s with a total of 1, and 0 in the 1980s?", "sql": "SELECT AVG(\"1990s\") FROM \"2-1560445-2\" WHERE \"Total to date\" = 1.0 AND \"1980s\" < 0.0;"} +{"question_id": 7580, "table_id": "2-1560445-2", "question": "What is the sum for the 2000s to date that has 0 in the 1920s?", "sql": "SELECT SUM(\"2000s to date\") FROM \"2-1560445-2\" WHERE \"1920s\" < 0.0;"} +{"question_id": 7581, "table_id": "2-1560445-2", "question": "What is the total number in the 1920s that has 0 in the 1960s, and less than 4 in the 2000s, and more than 3 in the 1930s?", "sql": "SELECT COUNT(\"1920s\") FROM \"2-1560445-2\" WHERE \"1960s\" = 0.0 AND \"2000s to date\" < 4.0 AND \"1930s\" > 3.0;"} +{"question_id": 7582, "table_id": "2-1560445-2", "question": "What was the sum for the 1990s, that has 0 in the 1900s?", "sql": "SELECT SUM(\"1990s\") FROM \"2-1560445-2\" WHERE \"1900s\" < 0.0;"} +{"question_id": 7583, "table_id": "2-1560445-2", "question": "What was the lowest in the 1930s, has more than 1 in the 1940s, 0 in the 1990s, and a total to date of less than 17?", "sql": "SELECT MIN(\"1930s\") FROM \"2-1560445-2\" WHERE \"1940s\" > 1.0 AND \"1990s\" < 1.0 AND \"Total to date\" < 17.0;"} +{"question_id": 7584, "table_id": "2-15385996-2", "question": "When did the Chargers play the Denver Broncos before Week 10?", "sql": "SELECT \"Date\" FROM \"2-15385996-2\" WHERE \"Week\" < 10.0 AND \"Opponent\" = 'Denver Broncos';"} +{"question_id": 7585, "table_id": "2-15504821-3", "question": "What is the sum of Bronze when the rank is more than 11 and gold is less than 0?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-15504821-3\" WHERE \"Rank\" > 11.0 AND \"Gold\" < 0.0;"} +{"question_id": 7586, "table_id": "2-15504821-3", "question": "What is the total number of Total when germany is the nation with less than 1 silver?", "sql": "SELECT COUNT(\"Total\") FROM \"2-15504821-3\" WHERE \"Nation\" = 'germany' AND \"Silver\" < 1.0;"} +{"question_id": 7587, "table_id": "2-15504821-3", "question": "What is the average Total that has a Gold of 0, when the rank is less than 16, the nation is georgia and there is more than 2 for Bronze?", "sql": "SELECT AVG(\"Total\") FROM \"2-15504821-3\" WHERE \"Gold\" = 0.0 AND \"Rank\" < 16.0 AND \"Nation\" = 'georgia' AND \"Bronze\" > 2.0;"} +{"question_id": 7588, "table_id": "2-15504821-3", "question": "What is the highest Total when georgia is the nation with less than 11 rank?", "sql": "SELECT MAX(\"Total\") FROM \"2-15504821-3\" WHERE \"Nation\" = 'georgia' AND \"Rank\" < 11.0;"} +{"question_id": 7589, "table_id": "2-15504821-3", "question": "What is the total number of Total with more than 16 rank for the nation of romania with more than 0 for silver?", "sql": "SELECT COUNT(\"Total\") FROM \"2-15504821-3\" WHERE \"Rank\" > 16.0 AND \"Nation\" = 'romania' AND \"Silver\" > 0.0;"} +{"question_id": 7590, "table_id": "2-1533082-1", "question": "What type of video coding has a format name of DVCAM?", "sql": "SELECT \"Video coding\" FROM \"2-1533082-1\" WHERE \"Format name\" = 'DVCAM';"} +{"question_id": 7591, "table_id": "2-1533082-1", "question": "What format name has DV as video coding and 4:1:1 as the color sampling?", "sql": "SELECT \"Format name\" FROM \"2-1533082-1\" WHERE \"Video coding\" = 'DV' AND \"Color sampling\" = '4:1:1';"} +{"question_id": 7592, "table_id": "2-1533082-1", "question": "What bit depth has 4:1:1 as the color sampling?", "sql": "SELECT SUM(\"Bit depth\") FROM \"2-1533082-1\" WHERE \"Color sampling\" = '4:1:1';"} +{"question_id": 7593, "table_id": "2-1533082-1", "question": "What bit depth average has a video bit rate, Mbit/s of 25 (CBR), and 4:1:1 as color sampling?", "sql": "SELECT AVG(\"Bit depth\") FROM \"2-1533082-1\" WHERE \"Video bit rate, Mbit/s\" = '25 (CBR)' AND \"Color sampling\" = '4:1:1';"} +{"question_id": 7594, "table_id": "2-1533082-1", "question": "What frame size has PCM 4 ch/16 bit/48kHz as audio coding and DVCAM as the format name and 4:1:1 as the color sampling?", "sql": "SELECT \"Frame size\" FROM \"2-1533082-1\" WHERE \"Audio coding\" = 'PCM 4 ch/16 bit/48kHz' AND \"Format name\" = 'DVCAM' AND \"Color sampling\" = '4:1:1';"} +{"question_id": 7595, "table_id": "2-1558077-8", "question": "Where was the landing site when the duration on the lunar surface was 21:31?", "sql": "SELECT \"Lunar landing site\" FROM \"2-1558077-8\" WHERE \"Duration on lunar surface\" = '21:31';"} +{"question_id": 7596, "table_id": "2-1558077-8", "question": "Who were the crew for the Falcon?", "sql": "SELECT \"Crew\" FROM \"2-1558077-8\" WHERE \"Lunar lander\" = 'Falcon';"} +{"question_id": 7597, "table_id": "2-1558077-8", "question": "What is the average number of EVA for the Orion?", "sql": "SELECT AVG(\"Number of s EVA\") FROM \"2-1558077-8\" WHERE \"Lunar lander\" = 'Orion';"} +{"question_id": 7598, "table_id": "2-159123-2", "question": "What is the highest Year, when Rank is less than 28, and when Accolade is \"The 100 Greatest Metal Albums of the Decade\"?", "sql": "SELECT MAX(\"Year\") FROM \"2-159123-2\" WHERE \"Rank\" < 28.0 AND \"Accolade\" = 'The 100 Greatest Metal Albums of the Decade';"} +{"question_id": 7599, "table_id": "2-159123-2", "question": "What is Accolade, when Year is less than 2009, and when Country is Germany?", "sql": "SELECT \"Accolade\" FROM \"2-159123-2\" WHERE \"Year\" < 2009.0 AND \"Country\" = 'Germany';"} +{"question_id": 7600, "table_id": "2-159123-2", "question": "What is the highest Rank, when Publication is dagsavisen, and when Year is less than 2005?", "sql": "SELECT MAX(\"Rank\") FROM \"2-159123-2\" WHERE \"Publication\" = 'dagsavisen' AND \"Year\" < 2005.0;"} +{"question_id": 7601, "table_id": "2-15625088-3", "question": "When has a Score of 0–0, and a Away team of Scunthorpe United?", "sql": "SELECT \"Date\" FROM \"2-15625088-3\" WHERE \"Score\" = '0–0' AND \"Away team\" = 'Scunthorpe United';"} +{"question_id": 7602, "table_id": "2-15625088-3", "question": "Which Tie has a Score of 5–1?", "sql": "SELECT \"Tie no\" FROM \"2-15625088-3\" WHERE \"Score\" = '5–1';"} +{"question_id": 7603, "table_id": "2-15625088-3", "question": "Which Home team that has a Tie no of 20?", "sql": "SELECT \"Home team\" FROM \"2-15625088-3\" WHERE \"Tie no\" = '20';"} +{"question_id": 7604, "table_id": "2-15625088-3", "question": "Which Home has a Tie no of 6?", "sql": "SELECT \"Home team\" FROM \"2-15625088-3\" WHERE \"Tie no\" = '6';"} +{"question_id": 7605, "table_id": "2-15625088-3", "question": "Which Away team that has a Tie no of Replay, and a Score of 1–2?", "sql": "SELECT \"Away team\" FROM \"2-15625088-3\" WHERE \"Tie no\" = 'Replay' AND \"Score\" = '1–2';"} +{"question_id": 7606, "table_id": "2-15625088-3", "question": "Which Score has a Away team of Walthamstow Avenue?", "sql": "SELECT \"Score\" FROM \"2-15625088-3\" WHERE \"Away team\" = 'Walthamstow Avenue';"} +{"question_id": 7607, "table_id": "2-15500009-18", "question": "How many gp-gs have 121.70 as an effic and an avg/g less than 218.7?", "sql": "SELECT COUNT(\"GP-GS\") FROM \"2-15500009-18\" WHERE \"Effic\" = '121.70' AND \"Avg/G\" < 218.7;"} +{"question_id": 7608, "table_id": "2-15500009-18", "question": "What is the lowest gp-gs that has an avg/g less than 234.3, with 410.80 as the effic?", "sql": "SELECT MIN(\"GP-GS\") FROM \"2-15500009-18\" WHERE \"Avg/G\" < 234.3 AND \"Effic\" = '410.80';"} +{"question_id": 7609, "table_id": "2-15740666-6", "question": "What is the last 10 meetings that have SLU, 9-8 as the overall record?", "sql": "SELECT \"Last 10 Meetings\" FROM \"2-15740666-6\" WHERE \"Overall Record\" = 'SLU, 9-8';"} +{"question_id": 7610, "table_id": "2-15740666-6", "question": "What is the last 5 meetings that has W 5 as the current streak, and 3/18/2010 as the last meeting?", "sql": "SELECT \"Last 5 Meetings\" FROM \"2-15740666-6\" WHERE \"Current Streak\" = 'W 5' AND \"Last Meeting\" = '3/18/2010';"} +{"question_id": 7611, "table_id": "2-15740666-6", "question": "What is the last 10 meetings that have 12 as the games played?", "sql": "SELECT \"Last 10 Meetings\" FROM \"2-15740666-6\" WHERE \"Games played\" = '12';"} +{"question_id": 7612, "table_id": "2-15740666-6", "question": "What is the last 10 meetings that have 11/26/1988 as the lasr meeting?", "sql": "SELECT \"Last 10 Meetings\" FROM \"2-15740666-6\" WHERE \"Last Meeting\" = '11/26/1988';"} +{"question_id": 7613, "table_id": "2-15740666-6", "question": "What kansas vs. that has W 2 as the current streak, and 31 as games played?", "sql": "SELECT \"Kansas State vs.\" FROM \"2-15740666-6\" WHERE \"Current Streak\" = 'W 2' AND \"Games played\" = '31';"} +{"question_id": 7614, "table_id": "2-15378581-1", "question": "What is the sum of the attendance during the game against the philadelphia eagles after week 9?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-15378581-1\" WHERE \"Opponent\" = 'philadelphia eagles' AND \"Week\" > 9.0;"} +{"question_id": 7615, "table_id": "2-15378581-1", "question": "What is the total number of fans attending the game on october 8, 1989 before week 5?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-15378581-1\" WHERE \"Date\" = 'october 8, 1989' AND \"Week\" < 5.0;"} +{"question_id": 7616, "table_id": "2-1542906-2", "question": "What is the total of Jun 2014 when the population 2006 was less than 1344000?", "sql": "SELECT SUM(\"Jun 2014\") FROM \"2-1542906-2\" WHERE \"Population 2006\" < 1344000.0;"} +{"question_id": 7617, "table_id": "2-1542906-2", "question": "What state was the Jun 2014 less than 73 and the Jul 2013 larger than 13, and the population 2006 bigger than 11125000 and that joined in 1995?", "sql": "SELECT \"State\" FROM \"2-1542906-2\" WHERE \"Jun 2014\" < 73.0 AND \"Jul 2013\" > 13.0 AND \"Population 2006\" > 11125000.0 AND \"Joined\" = '1995';"} +{"question_id": 7618, "table_id": "2-1600670-2", "question": "What is the qualities of the sign Cancer?", "sql": "SELECT \"Qualities\" FROM \"2-1600670-2\" WHERE \"Sign\" = 'Cancer';"} +{"question_id": 7619, "table_id": "2-1600670-2", "question": "What is the sign of the Water element with a Cold & Dry (Autumn/Earth) north season?", "sql": "SELECT \"Sign\" FROM \"2-1600670-2\" WHERE \"Season: North\" = 'Cold & Dry (Autumn/Earth)' AND \"Element\" = 'Water';"} +{"question_id": 7620, "table_id": "2-1600670-2", "question": "What is the south season with Cold & Dry qualities and a Cold & Wet (Winter/Water) north season?", "sql": "SELECT \"Season: South\" FROM \"2-1600670-2\" WHERE \"Qualities\" = 'Cold & Dry' AND \"Season: North\" = 'Cold & Wet (Winter/Water)';"} +{"question_id": 7621, "table_id": "2-1600670-2", "question": "What is the south season of the Scorpio sign, which has Cold & Wet qualities?", "sql": "SELECT \"Season: South\" FROM \"2-1600670-2\" WHERE \"Qualities\" = 'Cold & Wet' AND \"Sign\" = 'Scorpio';"} +{"question_id": 7622, "table_id": "2-15719408-1", "question": "What is the highest OWGR pts, whenn Winner is lin wen-tang (4), and when Prize fund ( US$ ) is less than 2250000?", "sql": "SELECT MAX(\"OWGR pts\") FROM \"2-15719408-1\" WHERE \"Winner\" = 'lin wen-tang (4)' AND \"Prize fund ( US$ )\" < 2250000.0;"} +{"question_id": 7623, "table_id": "2-15719408-1", "question": "What is the average Prize fund ( US$ ), when OWGR pts is greater than 20, and when Dates is Nov 6-9?", "sql": "SELECT AVG(\"Prize fund ( US$ )\") FROM \"2-15719408-1\" WHERE \"OWGR pts\" > 20.0 AND \"Dates\" = 'Nov 6-9';"} +{"question_id": 7624, "table_id": "2-15719408-1", "question": "What is Winner, when Dates is Dec 11-14?", "sql": "SELECT \"Winner\" FROM \"2-15719408-1\" WHERE \"Dates\" = 'Dec 11-14';"} +{"question_id": 7625, "table_id": "2-16050349-1", "question": "What is the lowest number of games with a rank less than 1?", "sql": "SELECT MIN(\"Games\") FROM \"2-16050349-1\" WHERE \"Rank\" < 1.0;"} +{"question_id": 7626, "table_id": "2-16050349-1", "question": "What is the name of the player with 305 points?", "sql": "SELECT \"Name\" FROM \"2-16050349-1\" WHERE \"Points\" = 305.0;"} +{"question_id": 7627, "table_id": "2-16050349-1", "question": "What is the total rank of team roanne, which has less than 14 games?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-16050349-1\" WHERE \"Team\" = 'roanne' AND \"Games\" < 14.0;"} +{"question_id": 7628, "table_id": "2-1590967-5", "question": "What is the lowest of Episode Number that has a Air Date on 20 July 2007?", "sql": "SELECT MIN(\"Episode Number\") FROM \"2-1590967-5\" WHERE \"Air Date\" = '20 July 2007';"} +{"question_id": 7629, "table_id": "2-1590967-5", "question": "What kind of Guest Host has a Episode Number of 7?", "sql": "SELECT \"Guest Host\" FROM \"2-1590967-5\" WHERE \"Episode Number\" = 7.0;"} +{"question_id": 7630, "table_id": "2-1590967-5", "question": "What kind of Episode Number has a Air Date on 29 June 2007?", "sql": "SELECT AVG(\"Episode Number\") FROM \"2-1590967-5\" WHERE \"Air Date\" = '29 June 2007';"} +{"question_id": 7631, "table_id": "2-1590967-5", "question": "Which Episode Number has a Coat of Cash Wearing Celebrity of Shabnam Paryani?", "sql": "SELECT \"Episode Number\" FROM \"2-1590967-5\" WHERE \"\"\"Coat of Cash\"\" Wearing Celebrity\" = 'Shabnam Paryani';"} +{"question_id": 7632, "table_id": "2-1590967-5", "question": "WHich Coat of Cash\" Wearing Celebrity has a Episode Number larger than 1 and with Amy Macdonald ( Mr Rock & Roll )?", "sql": "SELECT \"\"\"Coat of Cash\"\" Wearing Celebrity\" FROM \"2-1590967-5\" WHERE \"Episode Number\" > 1.0 AND \"Musical Guest (Song performed)\" = 'Amy Macdonald ( Mr Rock & Roll )';"} +{"question_id": 7633, "table_id": "2-15409851-4", "question": "What is the highest bronze when the silver was 3 and the total was larger than 5?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-15409851-4\" WHERE \"Silver\" = 3.0 AND \"Total\" > 5.0;"} +{"question_id": 7634, "table_id": "2-15409851-4", "question": "What is the highest bronze when the silver was 0, the gold was larger than 0, and the total was larger than 2?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-15409851-4\" WHERE \"Silver\" = 0.0 AND \"Gold\" > 0.0 AND \"Total\" > 2.0;"} +{"question_id": 7635, "table_id": "2-15409851-4", "question": "What is the lowest silver for france with a rank less than 5 and a total larger than 19?", "sql": "SELECT MIN(\"Silver\") FROM \"2-15409851-4\" WHERE \"Rank\" < 5.0 AND \"Nation\" = 'france' AND \"Total\" > 19.0;"} +{"question_id": 7636, "table_id": "2-15409851-4", "question": "How many bronze had a rank of less than 6 and a total less than 5?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-15409851-4\" WHERE \"Rank\" < 6.0 AND \"Total\" < 5.0;"} +{"question_id": 7637, "table_id": "2-1610479-2", "question": "Which date was the Winning Score 72-66-67-71=276?", "sql": "SELECT \"Date\" FROM \"2-1610479-2\" WHERE \"Winning score\" = '72-66-67-71=276';"} +{"question_id": 7638, "table_id": "2-1610479-2", "question": "What is the Margin of victory at the Bob Hope Desert Classic Tournament?", "sql": "SELECT \"Margin of victory\" FROM \"2-1610479-2\" WHERE \"Tournament\" = 'Bob Hope Desert Classic';"} +{"question_id": 7639, "table_id": "2-1610479-2", "question": "On what Date is the Winning Score 71-69-68-70=278?", "sql": "SELECT \"Date\" FROM \"2-1610479-2\" WHERE \"Winning score\" = '71-69-68-70=278';"} +{"question_id": 7640, "table_id": "2-15696410-1", "question": "What draw did Nigel Connell?", "sql": "SELECT \"Draw\" FROM \"2-15696410-1\" WHERE \"Performer\" = 'Nigel Connell';"} +{"question_id": 7641, "table_id": "2-15696410-1", "question": "Who scored 57 points?", "sql": "SELECT \"Performer\" FROM \"2-15696410-1\" WHERE \"Points\" = 57.0;"} +{"question_id": 7642, "table_id": "2-15696410-1", "question": "How many points did Nigel Connell have?", "sql": "SELECT \"Points\" FROM \"2-15696410-1\" WHERE \"Performer\" = 'Nigel Connell';"} +{"question_id": 7643, "table_id": "2-15696410-1", "question": "How many draws did Gary O'Shaughnessy have?", "sql": "SELECT SUM(\"Draw\") FROM \"2-15696410-1\" WHERE \"Performer\" = 'Gary O''Shaughnessy';"} +{"question_id": 7644, "table_id": "2-15353328-2", "question": "What is the Attendance with a Week that is 18?", "sql": "SELECT \"Attendance\" FROM \"2-15353328-2\" WHERE \"Week\" = 18.0;"} +{"question_id": 7645, "table_id": "2-15353328-2", "question": "What Attendance has a Date that is November 1, 1993?", "sql": "SELECT \"Attendance\" FROM \"2-15353328-2\" WHERE \"Date\" = 'November 1, 1993';"} +{"question_id": 7646, "table_id": "2-15353328-2", "question": "What is the Record with a Game Site that is Joe Robbie Stadium?", "sql": "SELECT \"Record\" FROM \"2-15353328-2\" WHERE \"Game Site\" = 'Joe Robbie Stadium';"} +{"question_id": 7647, "table_id": "2-15807892-2", "question": "What is the sum of Silver with a Bronze that is larger than 0 with a Gold smaller than 0?", "sql": "SELECT SUM(\"Silver\") FROM \"2-15807892-2\" WHERE \"Bronze\" > 0.0 AND \"Gold\" < 0.0;"} +{"question_id": 7648, "table_id": "2-15807892-2", "question": "What is the average Silver with a Total that is smaller than 1?", "sql": "SELECT AVG(\"Silver\") FROM \"2-15807892-2\" WHERE \"Total\" < 1.0;"} +{"question_id": 7649, "table_id": "2-15807892-2", "question": "What is the lowest Rank with a Nation that is East Germany?", "sql": "SELECT MIN(\"Rank\") FROM \"2-15807892-2\" WHERE \"Nation\" = 'East Germany';"} +{"question_id": 7650, "table_id": "2-15509339-1", "question": "What is the total number of Established for soccer plated in kuntz stadium?", "sql": "SELECT COUNT(\"Established\") FROM \"2-15509339-1\" WHERE \"Sport\" = 'soccer' AND \"Venue\" = 'kuntz stadium';"} +{"question_id": 7651, "table_id": "2-15509339-1", "question": "What is the Club that has an Established more than 2000 for Soccer plated in Kuntz Stadium?", "sql": "SELECT \"Club\" FROM \"2-15509339-1\" WHERE \"Established\" > 2000.0 AND \"Sport\" = 'Soccer' AND \"Venue\" = 'Kuntz Stadium';"} +{"question_id": 7652, "table_id": "2-15509339-1", "question": "What is the highest Established for the Kuntz Stadium?", "sql": "SELECT MAX(\"Established\") FROM \"2-15509339-1\" WHERE \"Venue\" = 'Kuntz Stadium';"} +{"question_id": 7653, "table_id": "2-1560166-2", "question": "What is the highest number of titles won by the Järve club before 2013?", "sql": "SELECT MAX(\"Titles\") FROM \"2-1560166-2\" WHERE \"Current run since\" < 2013.0 AND \"Club\" = 'Järve';"} +{"question_id": 7654, "table_id": "2-15861688-5", "question": "What is the total number of losses against the rajasthan royals with more than 0 ties?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-15861688-5\" WHERE \"Opposition\" = 'rajasthan royals' AND \"Tied\" > 0.0;"} +{"question_id": 7655, "table_id": "2-15861688-5", "question": "What is the average number of losses when there are more than 0 ties?", "sql": "SELECT AVG(\"Lost\") FROM \"2-15861688-5\" WHERE \"Tied\" > 0.0;"} +{"question_id": 7656, "table_id": "2-15531181-5", "question": "What is the Result for the game played 10/02/1982 where the Attendance was greater than 21500?", "sql": "SELECT \"Result\" FROM \"2-15531181-5\" WHERE \"Attendance\" > 21500.0 AND \"Date\" = '10/02/1982';"} +{"question_id": 7657, "table_id": "2-15531181-5", "question": "Which Location has a result of L 31-52?", "sql": "SELECT \"Location\" FROM \"2-15531181-5\" WHERE \"Result\" = 'L 31-52';"} +{"question_id": 7658, "table_id": "2-1590321-69", "question": "What is the mean number of goals when the rank's less than 8 and there are 261 matches?", "sql": "SELECT AVG(\"Goals\") FROM \"2-1590321-69\" WHERE \"Rank\" < 8.0 AND \"Matches\" = 261.0;"} +{"question_id": 7659, "table_id": "2-1590321-69", "question": "Which years had a rank of more than 6 and involved Oleksandr Kosyrin?", "sql": "SELECT \"Years\" FROM \"2-1590321-69\" WHERE \"Rank\" > 6.0 AND \"Name\" = 'Oleksandr Kosyrin';"} +{"question_id": 7660, "table_id": "2-15755111-2", "question": "What is the Date when the label was Alfa Records, and a Catalog of ALCA-487?", "sql": "SELECT \"Date\" FROM \"2-15755111-2\" WHERE \"Label\" = 'Alfa Records' AND \"Catalog\" = 'ALCA-487';"} +{"question_id": 7661, "table_id": "2-15755111-2", "question": "What is the Format when Alfa Records is the label, and there is a Catalog of ALCA-9016?", "sql": "SELECT \"Format\" FROM \"2-15755111-2\" WHERE \"Label\" = 'Alfa Records' AND \"Catalog\" = 'ALCA-9016';"} +{"question_id": 7662, "table_id": "2-15755111-2", "question": "What is the Region with a Catalog of ALCA-487?", "sql": "SELECT \"Region\" FROM \"2-15755111-2\" WHERE \"Catalog\" = 'ALCA-487';"} +{"question_id": 7663, "table_id": "2-15755111-2", "question": "What is the Catalog when the format is ed remaster CD, and a Label of Village Records, and a Date of March 13, 2002?", "sql": "SELECT \"Catalog\" FROM \"2-15755111-2\" WHERE \"Format\" = 'ed remaster CD' AND \"Label\" = 'Village Records' AND \"Date\" = 'March 13, 2002';"} +{"question_id": 7664, "table_id": "2-15755111-2", "question": "What is the Format for the ALCA-487 catalog?", "sql": "SELECT \"Format\" FROM \"2-15755111-2\" WHERE \"Catalog\" = 'ALCA-487';"} +{"question_id": 7665, "table_id": "2-15755111-2", "question": "What is the Format for the Alfa Records Label, and a Catalog of ALCA-9016?", "sql": "SELECT \"Format\" FROM \"2-15755111-2\" WHERE \"Label\" = 'Alfa Records' AND \"Catalog\" = 'ALCA-9016';"} +{"question_id": 7666, "table_id": "2-156359-1", "question": "Which Rank has a Total of 1 and a Bronze larger than 0?", "sql": "SELECT MAX(\"Rank\") FROM \"2-156359-1\" WHERE \"Total\" = 1.0 AND \"Bronze\" > 0.0;"} +{"question_id": 7667, "table_id": "2-156359-1", "question": "What kind of Silver has a Nation of norway and a Gold smaller than 3?", "sql": "SELECT SUM(\"Silver\") FROM \"2-156359-1\" WHERE \"Nation\" = 'norway' AND \"Gold\" < 3.0;"} +{"question_id": 7668, "table_id": "2-156359-1", "question": "Which Silver has a Total smaller than 2 and a Rank larger than 8", "sql": "SELECT MIN(\"Silver\") FROM \"2-156359-1\" WHERE \"Total\" < 2.0 AND \"Rank\" > 8.0;"} +{"question_id": 7669, "table_id": "2-156359-1", "question": "What kind of Rank has a Bronze of 0 and a Total smaller than 3 and a Nation of Austria?", "sql": "SELECT MAX(\"Rank\") FROM \"2-156359-1\" WHERE \"Bronze\" = 0.0 AND \"Total\" < 3.0 AND \"Nation\" = 'Austria';"} +{"question_id": 7670, "table_id": "2-1577734-3", "question": "What final score was there on October 8, 2006?", "sql": "SELECT \"Score in the final\" FROM \"2-1577734-3\" WHERE \"Date\" = 'October 8, 2006';"} +{"question_id": 7671, "table_id": "2-1577734-3", "question": "Which final opponent's surface was Hard (i) and participated on October 9, 2005?", "sql": "SELECT \"Opponent in the final\" FROM \"2-1577734-3\" WHERE \"Surface\" = 'Hard (i)' AND \"Date\" = 'October 9, 2005';"} +{"question_id": 7672, "table_id": "2-15626731-3", "question": "Who was the opponent at the game with a result of W 13–12?", "sql": "SELECT \"Opponent\" FROM \"2-15626731-3\" WHERE \"Result\" = 'W 13–12';"} +{"question_id": 7673, "table_id": "2-15626731-3", "question": "What was the date of the game against the Chicago Bears?", "sql": "SELECT \"Date\" FROM \"2-15626731-3\" WHERE \"Opponent\" = 'Chicago Bears';"} +{"question_id": 7674, "table_id": "2-15491596-1", "question": "Which Entrant had the Bugatti T35B Chassis and the Driver, Heinrich-Joachim von Morgen?", "sql": "SELECT \"Entrant\" FROM \"2-15491596-1\" WHERE \"Chassis\" = 'Bugatti T35B' AND \"Driver\" = 'Heinrich-Joachim von Morgen';"} +{"question_id": 7675, "table_id": "2-15491596-1", "question": "What was the Chassis constructed by Maserati, when the Entrant was Officine A. Maserati, and when the Driver was Luigi Fagioli?", "sql": "SELECT \"Chassis\" FROM \"2-15491596-1\" WHERE \"Constructor\" = 'Maserati' AND \"Entrant\" = 'Officine A. Maserati' AND \"Driver\" = 'Luigi Fagioli';"} +{"question_id": 7676, "table_id": "2-15491596-1", "question": "What was the Engine, when the Chassis was Bugatti T51, and when the Entrant was a Private entry?", "sql": "SELECT \"Engine\" FROM \"2-15491596-1\" WHERE \"Chassis\" = 'Bugatti T51' AND \"Entrant\" = 'Private entry';"} +{"question_id": 7677, "table_id": "2-15491596-1", "question": "Who was the Driver, when the Chassis was Bugatti T51, and when the Entrant was Automobiles Ettore Bugatti?", "sql": "SELECT \"Driver\" FROM \"2-15491596-1\" WHERE \"Chassis\" = 'Bugatti T51' AND \"Entrant\" = 'Automobiles Ettore Bugatti';"} +{"question_id": 7678, "table_id": "2-15491596-1", "question": "Who was the Driver, when the Contsructor was Mercedes-Benz, and when the Chassis was Mercedes-Benz SSK?", "sql": "SELECT \"Driver\" FROM \"2-15491596-1\" WHERE \"Constructor\" = 'Mercedes-Benz' AND \"Chassis\" = 'Mercedes-Benz SSK';"} +{"question_id": 7679, "table_id": "2-15491596-1", "question": "Who was the Driver, when the Engine was 7.1 L6, and when the Chassis was Mercedes-Benz SSK L?", "sql": "SELECT \"Driver\" FROM \"2-15491596-1\" WHERE \"Engine\" = '7.1 L6' AND \"Chassis\" = 'Mercedes-Benz SSK L';"} +{"question_id": 7680, "table_id": "2-1552908-5", "question": "Can you tell me the sum of Draws that has the Against larger than 1106, and the Wins larger than 13?", "sql": "SELECT SUM(\"Draws\") FROM \"2-1552908-5\" WHERE \"Against\" > 1106.0 AND \"Wins\" > 13.0;"} +{"question_id": 7681, "table_id": "2-1552908-5", "question": "Can you tell me the lowest Wins that has the Ballarat FL of daylesford, and the Byes smaller than 1?", "sql": "SELECT MIN(\"Wins\") FROM \"2-1552908-5\" WHERE \"Ballarat FL\" = 'daylesford' AND \"Byes\" < 1.0;"} +{"question_id": 7682, "table_id": "2-1552908-5", "question": "Can you tell me the highest Against that has the Losses larger than 9, and the Byes of 2, and the Draws larger than 0?", "sql": "SELECT MAX(\"Against\") FROM \"2-1552908-5\" WHERE \"Losses\" > 9.0 AND \"Byes\" = 2.0 AND \"Draws\" > 0.0;"} +{"question_id": 7683, "table_id": "2-1552908-5", "question": "Can you tell me the sum of Draws that had the Wins smaller than 3, and the Byes larger than 2?", "sql": "SELECT SUM(\"Draws\") FROM \"2-1552908-5\" WHERE \"Wins\" < 3.0 AND \"Byes\" > 2.0;"} +{"question_id": 7684, "table_id": "2-15598908-5", "question": "Which Yards has a Long smaller than 3?", "sql": "SELECT AVG(\"Yards\") FROM \"2-15598908-5\" WHERE \"Long\" < 3.0;"} +{"question_id": 7685, "table_id": "2-16078334-1", "question": "What is Regulator, when Conduct of Litigation is Yes, and when Probate Activities is Yes?", "sql": "SELECT \"Regulator\" FROM \"2-16078334-1\" WHERE \"Conduct of litigation\" = 'Yes' AND \"Probate activities\" = 'Yes';"} +{"question_id": 7686, "table_id": "2-16078334-1", "question": "What is Reserved Instruments, when Conduct of Litigation is Yes, and when Probate Activities is No?", "sql": "SELECT \"Reserved instruments\" FROM \"2-16078334-1\" WHERE \"Conduct of litigation\" = 'Yes' AND \"Probate activities\" = 'No';"} +{"question_id": 7687, "table_id": "2-16078334-1", "question": "What is Administration of Oaths, when Rights of Audience is Yes, and when Reserved Instruments is Yes?", "sql": "SELECT \"Administration of oaths\" FROM \"2-16078334-1\" WHERE \"Rights of audience\" = 'Yes' AND \"Reserved instruments\" = 'Yes';"} +{"question_id": 7688, "table_id": "2-16078334-1", "question": "What is Reserved Instruments, when Conduct of Litigation is Yes, and when Probate Activities is Yes?", "sql": "SELECT \"Reserved instruments\" FROM \"2-16078334-1\" WHERE \"Conduct of litigation\" = 'Yes' AND \"Probate activities\" = 'Yes';"} +{"question_id": 7689, "table_id": "2-16078334-1", "question": "What is Probate Activities, when Reserved Instruments is No, and when Regulator is Chartered Institute of Legal Executives?", "sql": "SELECT \"Probate activities\" FROM \"2-16078334-1\" WHERE \"Reserved instruments\" = 'No' AND \"Regulator\" = 'Chartered Institute of Legal Executives';"} +{"question_id": 7690, "table_id": "2-16078334-1", "question": "What is Probate Activities, when Notarial Activities is No, when Conduct of Litigation is Yes, and when Regulator is Association of Law Costs Draftsmen?", "sql": "SELECT \"Probate activities\" FROM \"2-16078334-1\" WHERE \"Notarial activities\" = 'No' AND \"Conduct of litigation\" = 'Yes' AND \"Regulator\" = 'Association of Law Costs Draftsmen';"} +{"question_id": 7691, "table_id": "2-15412735-1", "question": "What is the highest attendance for the game after week 1 against the New York Jets?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-15412735-1\" WHERE \"Week\" > 1.0 AND \"Opponent\" = 'New York Jets';"} +{"question_id": 7692, "table_id": "2-1585656-15", "question": "What is the average of player Matthew Elliott (VIC)?", "sql": "SELECT \"Average\" FROM \"2-1585656-15\" WHERE \"Player\" = 'Matthew Elliott (VIC)';"} +{"question_id": 7693, "table_id": "2-1585656-15", "question": "How many runs were ranked 4?", "sql": "SELECT \"Runs\" FROM \"2-1585656-15\" WHERE \"Rank\" = '4';"} +{"question_id": 7694, "table_id": "2-1608081-1", "question": "What hardness has a formula of Y 3 Al 5 O 12?", "sql": "SELECT \"Hardness ( Mohs' scale )\" FROM \"2-1608081-1\" WHERE \"Formula\" = 'Y 3 Al 5 O 12';"} +{"question_id": 7695, "table_id": "2-1608081-1", "question": "Which formula has a refractive index 589.3 at 1.97?", "sql": "SELECT \"Formula\" FROM \"2-1608081-1\" WHERE \"Refractive index(es) 589.3nm\" = '1.97';"} +{"question_id": 7696, "table_id": "2-1608081-1", "question": "How much is the density with a hardness of ~ 8.3?", "sql": "SELECT \"Density (g/cm 3 )\" FROM \"2-1608081-1\" WHERE \"Hardness ( Mohs' scale )\" = '~ 8.3';"} +{"question_id": 7697, "table_id": "2-1608081-1", "question": "Which material has a hardness of 8.25?", "sql": "SELECT \"Material\" FROM \"2-1608081-1\" WHERE \"Hardness ( Mohs' scale )\" = '8.25';"} +{"question_id": 7698, "table_id": "2-1618600-4", "question": "What is Country of Origin, when Type is Disposable, when Primary Cartridge is 105mm, and when Year of Intro is less than 2008?", "sql": "SELECT \"Country of origin\" FROM \"2-1618600-4\" WHERE \"Type\" = 'Disposable' AND \"Primary cartridge\" = '105mm' AND \"Year of intro\" < 2008.0;"} +{"question_id": 7699, "table_id": "2-1618600-4", "question": "What is Country of Origin, when Year of Intro is 1977?", "sql": "SELECT \"Country of origin\" FROM \"2-1618600-4\" WHERE \"Year of intro\" = 1977.0;"} +{"question_id": 7700, "table_id": "2-1618600-4", "question": "What is Country of Origin, when Year of Intro is greater than 1985, and when Primary Cartridge is 125mm?", "sql": "SELECT \"Country of origin\" FROM \"2-1618600-4\" WHERE \"Year of intro\" > 1985.0 AND \"Primary cartridge\" = '125mm';"} +{"question_id": 7701, "table_id": "2-1618600-4", "question": "What is the total number of Year of Intro(s), when Country of Origin is soviet union, when Type is reusable, when Primary Cartridge is 40mm, and when Name/ Designation is rpg-29?", "sql": "SELECT COUNT(\"Year of intro\") FROM \"2-1618600-4\" WHERE \"Country of origin\" = 'soviet union' AND \"Type\" = 'reusable' AND \"Primary cartridge\" = '40mm' AND \"Name/ designation\" = 'rpg-29';"} +{"question_id": 7702, "table_id": "2-1607502-1", "question": "Who was at Home at the Bucharest Venue with a Score of 9-9?", "sql": "SELECT \"Home\" FROM \"2-1607502-1\" WHERE \"Venue\" = 'Bucharest' AND \"Score\" = '9-9';"} +{"question_id": 7703, "table_id": "2-1607502-1", "question": "What date were Romania at Home at the Bucharest Venue with a Score of 13-19?", "sql": "SELECT \"Date\" FROM \"2-1607502-1\" WHERE \"Home\" = 'Romania' AND \"Venue\" = 'Bucharest' AND \"Score\" = '13-19';"} +{"question_id": 7704, "table_id": "2-1607502-1", "question": "Who was at Home when the Score was 13-19?", "sql": "SELECT \"Home\" FROM \"2-1607502-1\" WHERE \"Score\" = '13-19';"} +{"question_id": 7705, "table_id": "2-15440989-1", "question": "What draw average has a televote less than 633 and vilma voroblevaitė as artist and the place is greater than 14?", "sql": "SELECT AVG(\"Draw\") FROM \"2-15440989-1\" WHERE \"Televote\" < 633.0 AND \"Artist\" = 'vilma voroblevaitė' AND \"Place\" > 14.0;"} +{"question_id": 7706, "table_id": "2-15440989-1", "question": "Artist justinas lapatinskas with a draw of greater than 9 got what as the highest televote?", "sql": "SELECT MAX(\"Televote\") FROM \"2-15440989-1\" WHERE \"Artist\" = 'justinas lapatinskas' AND \"Draw\" > 9.0;"} +{"question_id": 7707, "table_id": "2-15440989-1", "question": "What is the total of televote for the artist pokeris when the place was less than 10?", "sql": "SELECT SUM(\"Televote\") FROM \"2-15440989-1\" WHERE \"Artist\" = 'pokeris' AND \"Place\" < 10.0;"} +{"question_id": 7708, "table_id": "2-15440989-1", "question": "With a draw greater than 11 and the place smaller than 4 what was the televote?", "sql": "SELECT \"Televote\" FROM \"2-15440989-1\" WHERE \"Draw\" > 11.0 AND \"Place\" < 4.0;"} +{"question_id": 7709, "table_id": "2-1609836-3", "question": "What was the aggregate total for the match against Koper?", "sql": "SELECT \"Agg.\" FROM \"2-1609836-3\" WHERE \"Opponent\" = 'Koper';"} +{"question_id": 7710, "table_id": "2-15559013-1", "question": "What Canadian Championship had CONCACAF Champions League of Semifinals?", "sql": "SELECT \"Canadian Championship\" FROM \"2-15559013-1\" WHERE \"CONCACAF Champions League\" = 'Semifinals';"} +{"question_id": 7711, "table_id": "2-15559013-1", "question": "Which regular season had the playoffs of 0 MLS Cups?", "sql": "SELECT \"Regular Season\" FROM \"2-15559013-1\" WHERE \"Playoffs\" = '0 MLS Cups';"} +{"question_id": 7712, "table_id": "2-15861132-1", "question": "What was the score with a goal of 16?", "sql": "SELECT \"Score\" FROM \"2-15861132-1\" WHERE \"Goal\" = 16.0;"} +{"question_id": 7713, "table_id": "2-1616581-1", "question": "What is the highest Super G, when Season is later than 1996?", "sql": "SELECT MAX(\"Super G\") FROM \"2-1616581-1\" WHERE \"Season\" > 1996.0;"} +{"question_id": 7714, "table_id": "2-1616581-1", "question": "What is Combined, when Super G is less than 10, and when Overall is less than 4?", "sql": "SELECT \"Combined\" FROM \"2-1616581-1\" WHERE \"Super G\" < 10.0 AND \"Overall\" < 4.0;"} +{"question_id": 7715, "table_id": "2-1616581-1", "question": "What is the highest Season, when Super G is 19?", "sql": "SELECT MAX(\"Season\") FROM \"2-1616581-1\" WHERE \"Super G\" = 19.0;"} +{"question_id": 7716, "table_id": "2-15483861-1", "question": "What outlet has and in-state area of 055 1,497km 2 578mi 2?", "sql": "SELECT \"Outlet\" FROM \"2-15483861-1\" WHERE \"In-State Area\" = '055 1,497km 2 578mi 2';"} +{"question_id": 7717, "table_id": "2-15483861-1", "question": "What is the total area of the Arkansas River outlet with a % in-state of A021 100%?", "sql": "SELECT \"Total Area\" FROM \"2-15483861-1\" WHERE \"Outlet\" = 'Arkansas River' AND \"% In-State\" = 'A021 100%';"} +{"question_id": 7718, "table_id": "2-15483861-1", "question": "With an outlet of Colorado River and a % instate of A038 84.8% what is in-state area?", "sql": "SELECT \"In-State Area\" FROM \"2-15483861-1\" WHERE \"Outlet\" = 'Colorado River' AND \"% In-State\" = 'A038 84.8%';"} +{"question_id": 7719, "table_id": "2-15483861-1", "question": "What is the in-state area with an outlet of South Platte River and Big Thompson River as the basin?", "sql": "SELECT \"In-State Area\" FROM \"2-15483861-1\" WHERE \"Outlet\" = 'South Platte River' AND \"Basin\" = 'Big Thompson River';"} +{"question_id": 7720, "table_id": "2-15483861-1", "question": "With an in-state area of 053 1,654km 2 639mi 2, what is the total area?", "sql": "SELECT \"Total Area\" FROM \"2-15483861-1\" WHERE \"In-State Area\" = '053 1,654km 2 639mi 2';"} +{"question_id": 7721, "table_id": "2-15483861-1", "question": "What is the name of the basin with an in-state area of 071 238km 2 92mi 2?", "sql": "SELECT \"Basin\" FROM \"2-15483861-1\" WHERE \"In-State Area\" = '071 238km 2 92mi 2';"} +{"question_id": 7722, "table_id": "2-15956066-2", "question": "What was the transfer fee for the player ending in 2011 and moving from Thrasyvoulos?", "sql": "SELECT \"Transfer fee\" FROM \"2-15956066-2\" WHERE \"Ends\" = 2011.0 AND \"Moving from\" = 'Thrasyvoulos';"} +{"question_id": 7723, "table_id": "2-15956066-2", "question": "What was the transfer fee for the player moving in the Winter window and ending in a year after 2010?", "sql": "SELECT \"Transfer fee\" FROM \"2-15956066-2\" WHERE \"Ends\" > 2010.0 AND \"Transfer window\" = 'Winter';"} +{"question_id": 7724, "table_id": "2-15378653-1", "question": "Can you tell me the lowest Week that has the Attendance smaller than 34336?", "sql": "SELECT MIN(\"Week\") FROM \"2-15378653-1\" WHERE \"Attendance\" < 34336.0;"} +{"question_id": 7725, "table_id": "2-1547567-4", "question": "Who was the opponents in the final that was played on April 16, 2006 and the outcome was Runner-up?", "sql": "SELECT \"Opponents in Final\" FROM \"2-1547567-4\" WHERE \"Outcome\" = 'Runner-up' AND \"Date\" = 'April 16, 2006';"} +{"question_id": 7726, "table_id": "2-1547567-4", "question": "Who were the opponents in the final when the game was played on Hard surface and the score of the final was 6–1, 1–6, 7–6(4)?", "sql": "SELECT \"Opponents in Final\" FROM \"2-1547567-4\" WHERE \"Surface\" = 'Hard' AND \"Score in Final\" = '6–1, 1–6, 7–6(4)';"} +{"question_id": 7727, "table_id": "2-1590652-2", "question": "Which date's margin of victory was 3 and 2?", "sql": "SELECT \"Date\" FROM \"2-1590652-2\" WHERE \"Margin of victory\" = '3 and 2';"} +{"question_id": 7728, "table_id": "2-1590652-2", "question": "What is the to par when the winning score was 67-68-70-66=271?", "sql": "SELECT \"To par\" FROM \"2-1590652-2\" WHERE \"Winning score\" = '67-68-70-66=271';"} +{"question_id": 7729, "table_id": "2-1590652-2", "question": "What is the to par when the tournament involved was the Transitions Championship?", "sql": "SELECT \"To par\" FROM \"2-1590652-2\" WHERE \"Tournament\" = 'Transitions Championship';"} +{"question_id": 7730, "table_id": "2-1590652-2", "question": "On what date was the Transitions Championship?", "sql": "SELECT \"Date\" FROM \"2-1590652-2\" WHERE \"Tournament\" = 'Transitions Championship';"} +{"question_id": 7731, "table_id": "2-1586876-1", "question": "Who was the runner-up on Jul 14, 1968?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1586876-1\" WHERE \"Date\" = 'Jul 14, 1968';"} +{"question_id": 7732, "table_id": "2-1586876-1", "question": "What is the winning score of the tournament with Charles Coody as the runner-up?", "sql": "SELECT \"Winning score\" FROM \"2-1586876-1\" WHERE \"Runner(s)-up\" = 'Charles Coody';"} +{"question_id": 7733, "table_id": "2-15639710-8", "question": "WhAt is the 2011 vAlue of the French Open, which hAs A 2006 vAlue of A?", "sql": "SELECT \"2011\" FROM \"2-15639710-8\" WHERE \"2006\" = 'A' AND \"Tournament\" = 'French Open';"} +{"question_id": 7734, "table_id": "2-15639710-8", "question": "WhAt is the tournAment with A 2006 vAlue of A And A 2011 vAlue of 1R?", "sql": "SELECT \"Tournament\" FROM \"2-15639710-8\" WHERE \"2006\" = 'A' AND \"2011\" = '1R';"} +{"question_id": 7735, "table_id": "2-15639710-8", "question": "What is the 2007 value of the US Open?", "sql": "SELECT \"2007\" FROM \"2-15639710-8\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 7736, "table_id": "2-15639710-8", "question": "WhAt is the tournAment with A 2006 vAlue of A And A 2011 vAlue of 3R?", "sql": "SELECT \"Tournament\" FROM \"2-15639710-8\" WHERE \"2006\" = 'A' AND \"2011\" = '3R';"} +{"question_id": 7737, "table_id": "2-15322952-2", "question": "What Catalog was released in Germany?", "sql": "SELECT \"Catalog\" FROM \"2-15322952-2\" WHERE \"Region\" = 'Germany';"} +{"question_id": 7738, "table_id": "2-15322952-2", "question": "What Region was the Catalog Magik Muzik 805-5 released in?", "sql": "SELECT \"Region\" FROM \"2-15322952-2\" WHERE \"Catalog\" = 'Magik Muzik 805-5';"} +{"question_id": 7739, "table_id": "2-15322952-2", "question": "What is the total number of Dates during which the Catalog NEBBC003 was given?", "sql": "SELECT SUM(\"Date\") FROM \"2-15322952-2\" WHERE \"Catalog\" = 'NEBBC003';"} +{"question_id": 7740, "table_id": "2-1604559-1", "question": "What is the highest Population per km² (2009) that is in western province, with an Area (km²) larger than 5475?", "sql": "SELECT MAX(\"Population per km² (2009)\") FROM \"2-1604559-1\" WHERE \"Province\" = 'western province' AND \"Area (km²)\" > 5475.0;"} +{"question_id": 7741, "table_id": "2-1604559-1", "question": "What is the lowest Population per km² (2009) that has a solomon islands province, with an Area (km²) smaller than 28400?", "sql": "SELECT MIN(\"Population per km² (2009)\") FROM \"2-1604559-1\" WHERE \"Province\" = 'solomon islands' AND \"Area (km²)\" < 28400.0;"} +{"question_id": 7742, "table_id": "2-1604559-1", "question": "What is the lowest population census from 1999 with an Area (km²) of 4225, and a Population per km² (2009) fewer than 32.6?", "sql": "SELECT MIN(\"Population census 1999\") FROM \"2-1604559-1\" WHERE \"Area (km²)\" = 4225.0 AND \"Population per km² (2009)\" < 32.6;"} +{"question_id": 7743, "table_id": "2-1600272-4", "question": "What Team was in 2005?", "sql": "SELECT \"Team\" FROM \"2-1600272-4\" WHERE \"Year\" = 2005.0;"} +{"question_id": 7744, "table_id": "2-1600272-4", "question": "Before 2008, if the Manufacturer is dodge and the start is under 9, what's the highest finish time?", "sql": "SELECT MAX(\"Finish\") FROM \"2-1600272-4\" WHERE \"Manufacturer\" = 'dodge' AND \"Start\" < 9.0 AND \"Year\" < 2008.0;"} +{"question_id": 7745, "table_id": "2-1600272-4", "question": "When the team is Penske and they start under 9, what's the average finish time?", "sql": "SELECT AVG(\"Finish\") FROM \"2-1600272-4\" WHERE \"Team\" = 'Penske' AND \"Start\" < 9.0;"} +{"question_id": 7746, "table_id": "2-15970834-1", "question": "What is the sum of Gold, when Total is greater than 2, when Bronze is greater than 1, and when Silver is less than 1?", "sql": "SELECT SUM(\"Gold\") FROM \"2-15970834-1\" WHERE \"Total\" > 2.0 AND \"Bronze\" > 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 7747, "table_id": "2-15970834-1", "question": "What is the sum of Gold, when Total is less than 1?", "sql": "SELECT SUM(\"Gold\") FROM \"2-15970834-1\" WHERE \"Total\" < 1.0;"} +{"question_id": 7748, "table_id": "2-15970834-1", "question": "What is the average Total, when Gold is 0, and when Nation is Iran?", "sql": "SELECT AVG(\"Total\") FROM \"2-15970834-1\" WHERE \"Gold\" = 0.0 AND \"Nation\" = 'Iran';"} +{"question_id": 7749, "table_id": "2-15970834-1", "question": "What is the sum of Total, when Nation is west germany, and when Gold is greater than 2?", "sql": "SELECT SUM(\"Total\") FROM \"2-15970834-1\" WHERE \"Nation\" = 'west germany' AND \"Gold\" > 2.0;"} +{"question_id": 7750, "table_id": "2-15970834-1", "question": "What is the average Total, when Gold is less than 0?", "sql": "SELECT AVG(\"Total\") FROM \"2-15970834-1\" WHERE \"Gold\" < 0.0;"} +{"question_id": 7751, "table_id": "2-15887683-8", "question": "What is the content of the Television service of Vesti?", "sql": "SELECT \"Content\" FROM \"2-15887683-8\" WHERE \"Television service\" = 'Vesti';"} +{"question_id": 7752, "table_id": "2-15887683-8", "question": "Which Television service has a Content of general television?", "sql": "SELECT \"Television service\" FROM \"2-15887683-8\" WHERE \"Content\" = 'general television';"} +{"question_id": 7753, "table_id": "2-1590967-4", "question": "What date did the show air that had Duncan James and Kim Woodburn as panelists?", "sql": "SELECT \"Air Date\" FROM \"2-1590967-4\" WHERE \"Who knows the most about the guest host? panelists\" = 'Duncan James and Kim Woodburn';"} +{"question_id": 7754, "table_id": "2-160510-2", "question": "Which Administrative district has a Pre-1009 province of Gwannae -do and a Post-1009 province of Seohae -do?", "sql": "SELECT \"Administrative district\" FROM \"2-160510-2\" WHERE \"Pre-1009 province\" = 'Gwannae -do' AND \"Post-1009 province\" = 'Seohae -do';"} +{"question_id": 7755, "table_id": "2-160510-2", "question": "What kind of Modern equivalent that has a Pre-1009 province of Sakbang -do, and a Province of Silla of Sakju?", "sql": "SELECT \"Modern equivalent\" FROM \"2-160510-2\" WHERE \"Pre-1009 province\" = 'Sakbang -do' AND \"Province of Silla\" = 'Sakju';"} +{"question_id": 7756, "table_id": "2-160510-2", "question": "What kind of Modern equivalent has a Post-1009 province of Gyeongsang -do, and a Administrative district of Jinju -mok, and a Province of Silla of Gangju?", "sql": "SELECT \"Modern equivalent\" FROM \"2-160510-2\" WHERE \"Post-1009 province\" = 'Gyeongsang -do' AND \"Administrative district\" = 'Jinju -mok' AND \"Province of Silla\" = 'Gangju';"} +{"question_id": 7757, "table_id": "2-160510-2", "question": "WHat kind of Province of Silla has a Modern equivalent of Pyeongan?", "sql": "SELECT \"Province of Silla\" FROM \"2-160510-2\" WHERE \"Modern equivalent\" = 'Pyeongan';"} +{"question_id": 7758, "table_id": "2-160510-2", "question": "Which Pre-1009 province has a Post-1009 province of Donggye?", "sql": "SELECT \"Pre-1009 province\" FROM \"2-160510-2\" WHERE \"Post-1009 province\" = 'Donggye';"} +{"question_id": 7759, "table_id": "2-160510-2", "question": "WHich Province of Silla has a Modern equivalent of South Jeolla, and a Administrative district of Seungju?", "sql": "SELECT \"Province of Silla\" FROM \"2-160510-2\" WHERE \"Modern equivalent\" = 'South Jeolla' AND \"Administrative district\" = 'Seungju';"} +{"question_id": 7760, "table_id": "2-16078390-6", "question": "What was the lowest year that a player from Midfield won First Team honors?", "sql": "SELECT MIN(\"Year\") FROM \"2-16078390-6\" WHERE \"Team\" = 'First Team' AND \"Position\" = 'Midfield';"} +{"question_id": 7761, "table_id": "2-1723598-3", "question": "What is the date of the Munich, Germany tournament?", "sql": "SELECT \"Date\" FROM \"2-1723598-3\" WHERE \"Tournament\" = 'Munich, Germany';"} +{"question_id": 7762, "table_id": "2-1723598-3", "question": "What tournament is on October 27, 2003?", "sql": "SELECT \"Tournament\" FROM \"2-1723598-3\" WHERE \"Date\" = 'October 27, 2003';"} +{"question_id": 7763, "table_id": "2-1723598-3", "question": "Who is the opponent in the final of the tournament on May 22, 2006?", "sql": "SELECT \"Opponent in final\" FROM \"2-1723598-3\" WHERE \"Date\" = 'May 22, 2006';"} +{"question_id": 7764, "table_id": "2-1723598-3", "question": "What is the surface of the tournament with David Nalbandian as the opponent in the final?", "sql": "SELECT \"Surface\" FROM \"2-1723598-3\" WHERE \"Opponent in final\" = 'David Nalbandian';"} +{"question_id": 7765, "table_id": "2-17245471-5", "question": "Who was the player from the United States with a score of 70-70-71=211?", "sql": "SELECT \"Player\" FROM \"2-17245471-5\" WHERE \"Country\" = 'United States' AND \"Score\" = '70-70-71=211';"} +{"question_id": 7766, "table_id": "2-17245471-5", "question": "What place was Dave Stockton when he had a to par of +1?", "sql": "SELECT \"Place\" FROM \"2-17245471-5\" WHERE \"To par\" = '+1' AND \"Player\" = 'Dave Stockton';"} +{"question_id": 7767, "table_id": "2-17245471-5", "question": "Who had a to par of +2 and a score of 78-69-68=215?", "sql": "SELECT \"Player\" FROM \"2-17245471-5\" WHERE \"To par\" = '+2' AND \"Score\" = '78-69-68=215';"} +{"question_id": 7768, "table_id": "2-17245471-5", "question": "What was Tom Kite's to par?", "sql": "SELECT \"To par\" FROM \"2-17245471-5\" WHERE \"Player\" = 'Tom Kite';"} +{"question_id": 7769, "table_id": "2-17245471-5", "question": "What was the score of T3 place?", "sql": "SELECT \"Score\" FROM \"2-17245471-5\" WHERE \"Place\" = 'T3';"} +{"question_id": 7770, "table_id": "2-17121667-6", "question": "Leading scorer during the game of 68-79?", "sql": "SELECT \"Leading Scorer\" FROM \"2-17121667-6\" WHERE \"Score\" = '68-79';"} +{"question_id": 7771, "table_id": "2-16304368-1", "question": "Who is the runner-up from Milwaukee?", "sql": "SELECT \"Runner-up\" FROM \"2-16304368-1\" WHERE \"City\" = 'Milwaukee';"} +{"question_id": 7772, "table_id": "2-16304368-1", "question": "What was the oil pattern for runner-up Pete Weber?", "sql": "SELECT \"Oil Pattern\" FROM \"2-16304368-1\" WHERE \"Runner-up\" = 'Pete Weber';"} +{"question_id": 7773, "table_id": "2-16304368-1", "question": "What city was the Dick Weber Open in?", "sql": "SELECT \"City\" FROM \"2-16304368-1\" WHERE \"Event\" = 'Dick Weber Open';"} +{"question_id": 7774, "table_id": "2-16304368-1", "question": "What city had the Chameleon oil pattern at the Go RV'ing Classic?", "sql": "SELECT \"City\" FROM \"2-16304368-1\" WHERE \"Oil Pattern\" = 'Chameleon' AND \"Event\" = 'Go RV''ing Classic';"} +{"question_id": 7775, "table_id": "2-16682501-1", "question": "What notes are for years earlier than 2010?", "sql": "SELECT \"Notes\" FROM \"2-16682501-1\" WHERE \"Year\" < 2010.0;"} +{"question_id": 7776, "table_id": "2-16682501-1", "question": "What competition took place in a year later than 2009 with Team notes?", "sql": "SELECT \"Competition\" FROM \"2-16682501-1\" WHERE \"Year\" > 2009.0 AND \"Notes\" = 'Team';"} +{"question_id": 7777, "table_id": "2-16682501-1", "question": "What was the position in 2010 with Team notes?", "sql": "SELECT \"Position\" FROM \"2-16682501-1\" WHERE \"Year\" = 2010.0 AND \"Notes\" = 'Team';"} +{"question_id": 7778, "table_id": "2-1729356-2", "question": "What is the lowest Year, when Tournament is \"Beijing\"?", "sql": "SELECT MIN(\"Year\") FROM \"2-1729356-2\" WHERE \"Tournament\" = 'Beijing';"} +{"question_id": 7779, "table_id": "2-1729356-2", "question": "What is Winner, when Year is 2013?", "sql": "SELECT \"Winner\" FROM \"2-1729356-2\" WHERE \"Year\" = 2013.0;"} +{"question_id": 7780, "table_id": "2-1729356-2", "question": "What is Round, when Tournament is \"Paris\"?", "sql": "SELECT \"Round\" FROM \"2-1729356-2\" WHERE \"Tournament\" = 'Paris';"} +{"question_id": 7781, "table_id": "2-1729356-2", "question": "What is Round, when Winner is \"Ivanovic\", when Year is less than 2008, and when Tournament is \"Paris\"?", "sql": "SELECT \"Round\" FROM \"2-1729356-2\" WHERE \"Winner\" = 'Ivanovic' AND \"Year\" < 2008.0 AND \"Tournament\" = 'Paris';"} +{"question_id": 7782, "table_id": "2-1729356-2", "question": "What is Score, when Year is before 2007, and when Tournament is \"Sydney\"?", "sql": "SELECT \"Score\" FROM \"2-1729356-2\" WHERE \"Year\" < 2007.0 AND \"Tournament\" = 'Sydney';"} +{"question_id": 7783, "table_id": "2-16388545-1", "question": "What is the crowd where the away team scored 1.13.12 (99)?", "sql": "SELECT \"Crowd\" FROM \"2-16388545-1\" WHERE \"Away team score\" = '1.13.12 (99)';"} +{"question_id": 7784, "table_id": "2-16388545-1", "question": "What is the away team score where the home team score of 2.4.6 (48)?", "sql": "SELECT \"Away team score\" FROM \"2-16388545-1\" WHERE \"Home team score\" = '2.4.6 (48)';"} +{"question_id": 7785, "table_id": "2-16388545-1", "question": "What is the Home team with a crowd greater than 13905 on the telstra stadium Ground?", "sql": "SELECT \"Home team\" FROM \"2-16388545-1\" WHERE \"Crowd\" > 13905.0 AND \"Ground\" = 'telstra stadium';"} +{"question_id": 7786, "table_id": "2-16388545-1", "question": "What is the lowest crowd of the West Coast home team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-16388545-1\" WHERE \"Home team\" = 'West Coast';"} +{"question_id": 7787, "table_id": "2-16388545-1", "question": "What is the ground of the Geelong Away team?", "sql": "SELECT \"Ground\" FROM \"2-16388545-1\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 7788, "table_id": "2-17351388-3", "question": "What team has more than 49 laps and a grid of 8?", "sql": "SELECT \"Team\" FROM \"2-17351388-3\" WHERE \"Laps\" > 49.0 AND \"Grid\" = 8.0;"} +{"question_id": 7789, "table_id": "2-17351388-3", "question": "What is the grid sum with more than 50 laps?", "sql": "SELECT SUM(\"Grid\") FROM \"2-17351388-3\" WHERE \"Laps\" > 50.0;"} +{"question_id": 7790, "table_id": "2-16801125-2", "question": "What's the value for report for the Rijeka track after 1978 when Loris Reggiani got the 125cc?", "sql": "SELECT \"Report\" FROM \"2-16801125-2\" WHERE \"Track\" = 'Rijeka' AND \"Year\" > 1978.0 AND \"125 cc\" = 'Loris Reggiani';"} +{"question_id": 7791, "table_id": "2-16801125-2", "question": "What's the track for 1978?", "sql": "SELECT \"Track\" FROM \"2-16801125-2\" WHERE \"Year\" = 1978.0;"} +{"question_id": 7792, "table_id": "2-16801125-2", "question": "What's the track for 1982?", "sql": "SELECT \"Track\" FROM \"2-16801125-2\" WHERE \"Year\" = 1982.0;"} +{"question_id": 7793, "table_id": "2-17101196-5", "question": "What was the highest long with less than 7 losses and an Avg/G smaller than 25.1?", "sql": "SELECT MAX(\"Long\") FROM \"2-17101196-5\" WHERE \"Loss\" < 7.0 AND \"Avg/G\" < 25.1;"} +{"question_id": 7794, "table_id": "2-17101196-5", "question": "What was rock cartwright's highest long with more than 11 losses?", "sql": "SELECT AVG(\"Long\") FROM \"2-17101196-5\" WHERE \"Name\" = 'rock cartwright' AND \"Loss\" > 11.0;"} +{"question_id": 7795, "table_id": "2-16742756-4", "question": "What is the Company Name, when the Accreditation Level is joyn Hot Fixes, and when the Accreditation Status is Approved (awarded 17.05.13)?", "sql": "SELECT \"Company Name\" FROM \"2-16742756-4\" WHERE \"Accreditation level\" = 'joyn Hot Fixes' AND \"Accreditation status\" = 'Approved (awarded 17.05.13)';"} +{"question_id": 7796, "table_id": "2-16742756-4", "question": "What is the Accreditation Type, when the Accreditation Level is joyn, and when the Hardware Model is Nokia 700?", "sql": "SELECT \"Accreditation type\" FROM \"2-16742756-4\" WHERE \"Accreditation level\" = 'joyn' AND \"Hardware Model\" = 'Nokia 700';"} +{"question_id": 7797, "table_id": "2-16742756-4", "question": "What is the Accreditation Status, when the Product Name is LG RCS-e Client?", "sql": "SELECT \"Accreditation status\" FROM \"2-16742756-4\" WHERE \"Product Name\" = 'LG RCS-e Client';"} +{"question_id": 7798, "table_id": "2-16742756-4", "question": "What is the Company Name, when the Accreditation Status is Approved (valid until 03.07.13)?", "sql": "SELECT \"Company Name\" FROM \"2-16742756-4\" WHERE \"Accreditation status\" = 'Approved (valid until 03.07.13)';"} +{"question_id": 7799, "table_id": "2-16742756-4", "question": "What is the Accreditation Level, when the Hardware Model is GT-I9100?", "sql": "SELECT \"Accreditation level\" FROM \"2-16742756-4\" WHERE \"Hardware Model\" = 'GT-I9100';"} +{"question_id": 7800, "table_id": "2-16742756-4", "question": "What is the Product Name, when the Company Name is HTC Corporation?", "sql": "SELECT \"Product Name\" FROM \"2-16742756-4\" WHERE \"Company Name\" = 'HTC Corporation';"} +{"question_id": 7801, "table_id": "2-17358046-1", "question": "What was the most recent year the venue was barcelona, spain?", "sql": "SELECT MAX(\"Year\") FROM \"2-17358046-1\" WHERE \"Venue\" = 'barcelona, spain';"} +{"question_id": 7802, "table_id": "2-17358046-1", "question": "Wat was the result for the 20 km after 2008 when the venue was Metz, France?", "sql": "SELECT \"Result\" FROM \"2-17358046-1\" WHERE \"Year\" > 2008.0 AND \"Event\" = '20 km' AND \"Venue\" = 'Metz, France';"} +{"question_id": 7803, "table_id": "2-17455843-4", "question": "What is the date of the match with Sheffield Wednesday as the away team?", "sql": "SELECT \"Date\" FROM \"2-17455843-4\" WHERE \"Away team\" = 'Sheffield Wednesday';"} +{"question_id": 7804, "table_id": "2-16268026-3", "question": "what is the swimsuit score when the interview score is 8.626 (5)?", "sql": "SELECT \"Swimsuit\" FROM \"2-16268026-3\" WHERE \"Interview\" = '8.626 (5)';"} +{"question_id": 7805, "table_id": "2-16268026-3", "question": "what is the swimsuit score when the semifinal average score is 8.367 (10)?", "sql": "SELECT \"Swimsuit\" FROM \"2-16268026-3\" WHERE \"Semifinal Average\" = '8.367 (10)';"} +{"question_id": 7806, "table_id": "2-16268026-3", "question": "what is the preliminary average score when the evening gown score is 8.774 (6)?", "sql": "SELECT \"Preliminary Average\" FROM \"2-16268026-3\" WHERE \"Evening Gown\" = '8.774 (6)';"} +{"question_id": 7807, "table_id": "2-16268026-3", "question": "what is the preliminary average score when the interview score is 8.600 (6)?", "sql": "SELECT \"Preliminary Average\" FROM \"2-16268026-3\" WHERE \"Interview\" = '8.600 (6)';"} +{"question_id": 7808, "table_id": "2-16268026-3", "question": "what is the swimsuit score when evening gown score is 9.165 (3)?", "sql": "SELECT \"Swimsuit\" FROM \"2-16268026-3\" WHERE \"Evening Gown\" = '9.165 (3)';"} +{"question_id": 7809, "table_id": "2-16268026-3", "question": "what is the interview score when the preliminary average is 8.529 (6)?", "sql": "SELECT \"Interview\" FROM \"2-16268026-3\" WHERE \"Preliminary Average\" = '8.529 (6)';"} +{"question_id": 7810, "table_id": "2-1621984-6", "question": "What is the average wins with 5 cuts and 1 in the top-10?", "sql": "SELECT AVG(\"Wins\") FROM \"2-1621984-6\" WHERE \"Cuts made\" = 5.0 AND \"Top-10\" = 1.0;"} +{"question_id": 7811, "table_id": "2-1621984-6", "question": "What is the sum of top-10 values for the open championship and less than 3 in the top-25?", "sql": "SELECT SUM(\"Top-10\") FROM \"2-1621984-6\" WHERE \"Tournament\" = 'the open championship' AND \"Top-25\" < 3.0;"} +{"question_id": 7812, "table_id": "2-1621984-6", "question": "What is the smallest number of events with 24 cuts and less than 11 in the top-25?", "sql": "SELECT MIN(\"Events\") FROM \"2-1621984-6\" WHERE \"Cuts made\" = 24.0 AND \"Top-25\" < 11.0;"} +{"question_id": 7813, "table_id": "2-1621984-6", "question": "What is the largest number of events with the masters tournament and less than 4 in the top-25?", "sql": "SELECT MAX(\"Events\") FROM \"2-1621984-6\" WHERE \"Tournament\" = 'masters tournament' AND \"Top-25\" < 4.0;"} +{"question_id": 7814, "table_id": "2-17323092-4", "question": "What was the record of the game played on November 7?", "sql": "SELECT \"Record\" FROM \"2-17323092-4\" WHERE \"Game\" < 7.0 AND \"Date\" = 'November 7';"} +{"question_id": 7815, "table_id": "2-17323092-4", "question": "What was the game number of the game played against charlotte?", "sql": "SELECT COUNT(\"Game\") FROM \"2-17323092-4\" WHERE \"Team\" = 'charlotte';"} +{"question_id": 7816, "table_id": "2-16771461-1", "question": "What venue held the 1966 FIFA World Cup qualification on May 7, 1965?", "sql": "SELECT \"Venue\" FROM \"2-16771461-1\" WHERE \"Competition\" = '1966 FIFA World Cup qualification' AND \"Date\" = 'May 7, 1965';"} +{"question_id": 7817, "table_id": "2-16771461-1", "question": "What was the result for the 1966 FIFA World Cup qualification in Mexico City, Mexico and a goal over 8?", "sql": "SELECT \"Result\" FROM \"2-16771461-1\" WHERE \"Venue\" = 'Mexico City, Mexico' AND \"Competition\" = '1966 FIFA World Cup qualification' AND \"Goal\" > 8.0;"} +{"question_id": 7818, "table_id": "2-16771461-1", "question": "When was the venue Mexico City, Mexico with a goal of 8?", "sql": "SELECT \"Date\" FROM \"2-16771461-1\" WHERE \"Venue\" = 'Mexico City, Mexico' AND \"Goal\" = 8.0;"} +{"question_id": 7819, "table_id": "2-17162199-3", "question": "In what place was the golfer that had a score of 69?", "sql": "SELECT \"Place\" FROM \"2-17162199-3\" WHERE \"Score\" = 69.0;"} +{"question_id": 7820, "table_id": "2-17162199-3", "question": "What was T3 player Lee Janzen's score?", "sql": "SELECT MIN(\"Score\") FROM \"2-17162199-3\" WHERE \"Place\" = 'T3' AND \"Player\" = 'Lee Janzen';"} +{"question_id": 7821, "table_id": "2-16729457-1", "question": "What is the lowest number of participants in 2013 when there were more than 5 participants in 2010, less than 4 participants in 2012 and country was germany?", "sql": "SELECT MIN(\"2013\") FROM \"2-16729457-1\" WHERE \"2010\" > 5.0 AND \"Country\" = 'germany' AND \"2012\" < 4.0;"} +{"question_id": 7822, "table_id": "2-16729457-1", "question": "What is the average number of participants in 2012 when there were less than 8 in 2013 and 7 in 2011?", "sql": "SELECT AVG(\"2012\") FROM \"2-16729457-1\" WHERE \"2013\" < 8.0 AND \"2011\" = 7.0;"} +{"question_id": 7823, "table_id": "2-16729457-1", "question": "What is the lowest number of participants in 2012 when there were 72 in 2010 and less than 56 in 2013?", "sql": "SELECT MIN(\"2012\") FROM \"2-16729457-1\" WHERE \"2010\" = 72.0 AND \"2013\" < 56.0;"} +{"question_id": 7824, "table_id": "2-16729457-1", "question": "What is the sum of participants in 2013 for russia when there were 5 in 2010 and less than 4 in 2012?", "sql": "SELECT SUM(\"2013\") FROM \"2-16729457-1\" WHERE \"2010\" = 5.0 AND \"Country\" = 'russia' AND \"2012\" < 4.0;"} +{"question_id": 7825, "table_id": "2-16729457-1", "question": "What is the lowest number of participants in 2010 when there were 0 participants in 2012?", "sql": "SELECT MIN(\"2010\") FROM \"2-16729457-1\" WHERE \"2012\" < 0.0;"} +{"question_id": 7826, "table_id": "2-16660896-1", "question": "What was the game result on November 29, 1959?", "sql": "SELECT \"Result\" FROM \"2-16660896-1\" WHERE \"Date\" = 'November 29, 1959';"} +{"question_id": 7827, "table_id": "2-16660896-1", "question": "What was the result for the game against the Pittsburgh Steelers?", "sql": "SELECT \"Result\" FROM \"2-16660896-1\" WHERE \"Opponent\" = 'Pittsburgh Steelers';"} +{"question_id": 7828, "table_id": "2-17085981-1", "question": "What is VfB Stuttgart II Team's Stadiuim?", "sql": "SELECT \"Stadium\" FROM \"2-17085981-1\" WHERE \"Team\" = 'VfB Stuttgart II';"} +{"question_id": 7829, "table_id": "2-17085981-1", "question": "What is the Capacity of Ernst-Abbe-Sportfeld?", "sql": "SELECT \"Capacity\" FROM \"2-17085981-1\" WHERE \"Stadium\" = 'Ernst-Abbe-Sportfeld';"} +{"question_id": 7830, "table_id": "2-17085981-1", "question": "What is the Capacity of the Rainer Kraft's Stadium?", "sql": "SELECT AVG(\"Capacity\") FROM \"2-17085981-1\" WHERE \"Head Coach\" = 'Rainer Kraft';"} +{"question_id": 7831, "table_id": "2-16386910-3", "question": "When did the Visiting San Antonio Spurs score 97-113?", "sql": "SELECT \"Date\" FROM \"2-16386910-3\" WHERE \"Visitor\" = 'San Antonio Spurs' AND \"Score\" = '97-113';"} +{"question_id": 7832, "table_id": "2-16386910-3", "question": "When did the Houston Rockets play Home?", "sql": "SELECT \"Date\" FROM \"2-16386910-3\" WHERE \"Home\" = 'Houston Rockets';"} +{"question_id": 7833, "table_id": "2-171620-1", "question": "WHAT RANK DOES Leonard Nimoy HAVE?", "sql": "SELECT AVG(\"Rank\") FROM \"2-171620-1\" WHERE \"Director\" = 'Leonard Nimoy';"} +{"question_id": 7834, "table_id": "2-171620-1", "question": "WHAT IS THE RANK OF Martin Brest?", "sql": "SELECT SUM(\"Rank\") FROM \"2-171620-1\" WHERE \"Director\" = 'Martin Brest';"} +{"question_id": 7835, "table_id": "2-171620-1", "question": "WHAT IS THE STUDIO WITH A GROSS $81,198,894?", "sql": "SELECT \"Studio\" FROM \"2-171620-1\" WHERE \"Gross\" = '$81,198,894';"} +{"question_id": 7836, "table_id": "2-171620-1", "question": "WHAT IS THE GROSS DOLLARS WITH A RANK OF 7 OR MORE, AND DIRECTOR Barry Levinson?", "sql": "SELECT \"Gross\" FROM \"2-171620-1\" WHERE \"Rank\" > 7.0 AND \"Director\" = 'Barry Levinson';"} +{"question_id": 7837, "table_id": "2-171620-1", "question": "WHAT IS THE GROSS WITH A DIRECTOR OF Richard Tuggle?", "sql": "SELECT \"Gross\" FROM \"2-171620-1\" WHERE \"Director\" = 'Richard Tuggle';"} +{"question_id": 7838, "table_id": "2-16458325-1", "question": "Can you tell me the Score that has the Country of United States, and the Place of T2, and the Player of Tom Watson?", "sql": "SELECT \"Score\" FROM \"2-16458325-1\" WHERE \"Country\" = 'United States' AND \"Place\" = 'T2' AND \"Player\" = 'Tom Watson';"} +{"question_id": 7839, "table_id": "2-16849531-2", "question": "Which Species has a Length (bp/aa) of 1154bp/358aa?", "sql": "SELECT \"Species\" FROM \"2-16849531-2\" WHERE \"Length (bp/aa)\" = '1154bp/358aa';"} +{"question_id": 7840, "table_id": "2-16849531-2", "question": "What NCBI Accession Number (mRNA/Protein) has a Protein Identity of 69%?", "sql": "SELECT \"NCBI Accession Number (mRNA/Protein)\" FROM \"2-16849531-2\" WHERE \"Protein Identity\" = '69%';"} +{"question_id": 7841, "table_id": "2-16849531-2", "question": "What is the NCBI Accession Number (mRNA/Protein) for the Homo sapiens Species?", "sql": "SELECT \"NCBI Accession Number (mRNA/Protein)\" FROM \"2-16849531-2\" WHERE \"Species\" = 'Homo sapiens';"} +{"question_id": 7842, "table_id": "2-16849531-2", "question": "What Species has the Species common name listed as Human?", "sql": "SELECT \"Species\" FROM \"2-16849531-2\" WHERE \"Species common name\" = 'Human';"} +{"question_id": 7843, "table_id": "2-16849531-2", "question": "What Species has the Species common name listed as Mouse?", "sql": "SELECT \"Species\" FROM \"2-16849531-2\" WHERE \"Species common name\" = 'Mouse';"} +{"question_id": 7844, "table_id": "2-16849531-2", "question": "What is the NCBI Accession Number (mRNA/Protein) for the Mus musculus Species?", "sql": "SELECT \"NCBI Accession Number (mRNA/Protein)\" FROM \"2-16849531-2\" WHERE \"Species\" = 'Mus musculus';"} +{"question_id": 7845, "table_id": "2-1688190-1", "question": "What was the winning score when the runner-up was Neal Briggs?", "sql": "SELECT \"Winning score\" FROM \"2-1688190-1\" WHERE \"Runner(s)-up\" = 'Neal Briggs';"} +{"question_id": 7846, "table_id": "2-1688190-1", "question": "What day was the winning score –16 (67-70-69-66=272)?", "sql": "SELECT \"Date\" FROM \"2-1688190-1\" WHERE \"Winning score\" = '–16 (67-70-69-66=272)';"} +{"question_id": 7847, "table_id": "2-1688190-1", "question": "Who was the runner-up with the margin of victory of 8 strokes?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1688190-1\" WHERE \"Margin of victory\" = '8 strokes';"} +{"question_id": 7848, "table_id": "2-1688190-1", "question": "For which tournament was Anthony Wall the runner-up?", "sql": "SELECT \"Tournament\" FROM \"2-1688190-1\" WHERE \"Runner(s)-up\" = 'Anthony Wall';"} +{"question_id": 7849, "table_id": "2-1688190-1", "question": "For which tournament was the margin of victory 7 strokes?", "sql": "SELECT \"Tournament\" FROM \"2-1688190-1\" WHERE \"Margin of victory\" = '7 strokes';"} +{"question_id": 7850, "table_id": "2-17128242-4", "question": "WHAT IS THE PLACE THAT HAS SCORE OF 65 OR BETTER, FOR Rocco Mediate?", "sql": "SELECT \"Place\" FROM \"2-17128242-4\" WHERE \"Score\" > 65.0 AND \"Player\" = 'Rocco Mediate';"} +{"question_id": 7851, "table_id": "2-17128242-4", "question": "WHAT IS THE PLAYER WITH A SCORE OF 66?", "sql": "SELECT \"Player\" FROM \"2-17128242-4\" WHERE \"Score\" = 66.0;"} +{"question_id": 7852, "table_id": "2-17128242-4", "question": "WHAT IS THE PLAYER WITH T7 PLACE, FOR England?", "sql": "SELECT \"Player\" FROM \"2-17128242-4\" WHERE \"Place\" = 'T7' AND \"Country\" = 'England';"} +{"question_id": 7853, "table_id": "2-17611995-35", "question": "What is the number of cups when the other was more than 3, the league more than 3, for lauri dalla valle, and a Total more than 21?", "sql": "SELECT AVG(\"Cups\") FROM \"2-17611995-35\" WHERE \"Other\" > 3.0 AND \"League\" > 3.0 AND \"Player\" = 'lauri dalla valle' AND \"Total\" > 21.0;"} +{"question_id": 7854, "table_id": "2-17611995-35", "question": "What is the number for other when adam pepper is the player with a total more than 7?", "sql": "SELECT COUNT(\"Other\") FROM \"2-17611995-35\" WHERE \"Player\" = 'adam pepper' AND \"Total\" > 7.0;"} +{"question_id": 7855, "table_id": "2-17421790-2", "question": "What is the highest losses for more than 11 wins, a goal difference greater than 5, a 3 position, and more than 3 draws?", "sql": "SELECT MAX(\"Losses\") FROM \"2-17421790-2\" WHERE \"Wins\" > 11.0 AND \"Goal Difference\" > 5.0 AND \"Position\" = 3.0 AND \"Draws\" > 3.0;"} +{"question_id": 7856, "table_id": "2-17421790-2", "question": "What is the average points with less than 30 played?", "sql": "SELECT AVG(\"Points\") FROM \"2-17421790-2\" WHERE \"Played\" < 30.0;"} +{"question_id": 7857, "table_id": "2-17421790-2", "question": "What is the lowest amount of draws club ud lérida, which has less than 41 goals, has?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17421790-2\" WHERE \"Club\" = 'ud lérida' AND \"Goals for\" < 41.0;"} +{"question_id": 7858, "table_id": "2-17421790-2", "question": "What is the total amount of points for a position less than 7, 68 goals for, and less than 30 played?", "sql": "SELECT COUNT(\"Points\") FROM \"2-17421790-2\" WHERE \"Position\" < 7.0 AND \"Goals for\" = 68.0 AND \"Played\" < 30.0;"} +{"question_id": 7859, "table_id": "2-17421790-2", "question": "What is teh average amount of goals for club Real Avilés CF, which has more than 59 goals against and a -10 goal difference?", "sql": "SELECT AVG(\"Goals for\") FROM \"2-17421790-2\" WHERE \"Goals against\" > 59.0 AND \"Club\" = 'Real Avilés CF' AND \"Goal Difference\" > -10.0;"} +{"question_id": 7860, "table_id": "2-17421790-2", "question": "What is the average goal difference of club Cultural Leonesa, which has more than 27 points and less than 9 losses?", "sql": "SELECT AVG(\"Goal Difference\") FROM \"2-17421790-2\" WHERE \"Points\" > 27.0 AND \"Losses\" < 9.0 AND \"Club\" = 'Cultural Leonesa';"} +{"question_id": 7861, "table_id": "2-17355716-5", "question": "For the game played on November 29, who had the highest rebounds?", "sql": "SELECT \"High rebounds\" FROM \"2-17355716-5\" WHERE \"Date\" = 'November 29';"} +{"question_id": 7862, "table_id": "2-17072031-4", "question": "WHAT TEAM WAS AN NCAA champion?", "sql": "SELECT \"Team\" FROM \"2-17072031-4\" WHERE \"Notes\" = 'NCAA champion';"} +{"question_id": 7863, "table_id": "2-16354524-2", "question": "When the champion was Gay Brewer Category:Articles with hCards what was the total score?", "sql": "SELECT \"Total score\" FROM \"2-16354524-2\" WHERE \"Champion\" = 'Gay Brewer Category:Articles with hCards';"} +{"question_id": 7864, "table_id": "2-16354524-2", "question": "What was the To Par [a] when Charles Coody Category:Articles with hCards was champion and the year was earlier than 1973?", "sql": "SELECT \"To Par [a ]\" FROM \"2-16354524-2\" WHERE \"Year\" < 1973.0 AND \"Champion\" = 'Charles Coody Category:Articles with hCards';"} +{"question_id": 7865, "table_id": "2-16354524-2", "question": "When the United States had a total score of 274 what was the average year?", "sql": "SELECT AVG(\"Year\") FROM \"2-16354524-2\" WHERE \"Total score\" = '274' AND \"Country\" = 'United States';"} +{"question_id": 7866, "table_id": "2-17290756-2", "question": "What is 1st Leg, when Team 1 is \"Makedonija\"?", "sql": "SELECT \"1st leg\" FROM \"2-17290756-2\" WHERE \"Team 1\" = 'Makedonija';"} +{"question_id": 7867, "table_id": "2-16864998-4", "question": "What's the record for home team Ottawa Senators on March 6?", "sql": "SELECT \"Record\" FROM \"2-16864998-4\" WHERE \"Home\" = 'Ottawa Senators' AND \"Date\" = 'March 6';"} +{"question_id": 7868, "table_id": "2-16864998-4", "question": "What's the score on February 18 when the visitors are the Montreal Canadiens?", "sql": "SELECT \"Score\" FROM \"2-16864998-4\" WHERE \"Visitor\" = 'Montreal Canadiens' AND \"Date\" = 'February 18';"} +{"question_id": 7869, "table_id": "2-1634376-1", "question": "Which fleet was named Orenburg?", "sql": "SELECT \"Fleet\" FROM \"2-1634376-1\" WHERE \"Name\" = 'Orenburg';"} +{"question_id": 7870, "table_id": "2-16193070-1", "question": "Which Player has a Rank of T12, and a Country of Taiwan, and a Lifespan of 1963–?", "sql": "SELECT \"Player\" FROM \"2-16193070-1\" WHERE \"Rank\" = 'T12' AND \"Country\" = 'Taiwan' AND \"Lifespan\" = '1963–';"} +{"question_id": 7871, "table_id": "2-16193070-1", "question": "Which Country has a Player of Arjun Atwal?", "sql": "SELECT \"Country\" FROM \"2-16193070-1\" WHERE \"Player\" = 'Arjun Atwal';"} +{"question_id": 7872, "table_id": "2-16193070-1", "question": "Which Wins have a Winning span of 2000–2010?", "sql": "SELECT SUM(\"Wins\") FROM \"2-16193070-1\" WHERE \"Winning span\" = '2000–2010';"} +{"question_id": 7873, "table_id": "2-17058178-1", "question": "WHAT WAS THE PICK NUMBER FOR brandon rush?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-17058178-1\" WHERE \"Player\" = 'brandon rush';"} +{"question_id": 7874, "table_id": "2-17058178-1", "question": "WHAT IS THE HIGHEST ROUND FOR mike taylor, WITH PICK HIGHER THAN 55?", "sql": "SELECT MAX(\"Round\") FROM \"2-17058178-1\" WHERE \"Player\" = 'mike taylor' AND \"Pick\" > 55.0;"} +{"question_id": 7875, "table_id": "2-17058178-1", "question": "WHAT POSITION HAS A PICK SMALLER THAN 33, AND PLAYER BEING Darrell Arthur?", "sql": "SELECT \"Position\" FROM \"2-17058178-1\" WHERE \"Pick\" < 33.0 AND \"Player\" = 'Darrell Arthur';"} +{"question_id": 7876, "table_id": "2-17231351-1", "question": "What was the finish of the player who had a total of 282?", "sql": "SELECT \"Finish\" FROM \"2-17231351-1\" WHERE \"Total\" = 282.0;"} +{"question_id": 7877, "table_id": "2-17231351-1", "question": "What years did Lou Graham win in?", "sql": "SELECT \"Year(s) won\" FROM \"2-17231351-1\" WHERE \"Player\" = 'Lou Graham';"} +{"question_id": 7878, "table_id": "2-1666310-6", "question": "How many floors did the tallest building in Aston have?", "sql": "SELECT \"Floors\" FROM \"2-1666310-6\" WHERE \"Location\" = 'Aston';"} +{"question_id": 7879, "table_id": "2-1666310-6", "question": "What is the name of the building at the Jewellery Quarter?", "sql": "SELECT \"Name\" FROM \"2-1666310-6\" WHERE \"Location\" = 'Jewellery Quarter';"} +{"question_id": 7880, "table_id": "2-1666310-6", "question": "What is the name of the building at Aston?", "sql": "SELECT \"Name\" FROM \"2-1666310-6\" WHERE \"Location\" = 'Aston';"} +{"question_id": 7881, "table_id": "2-1666310-6", "question": "How many floors did the building at the Jewellery Quarter have?", "sql": "SELECT \"Floors\" FROM \"2-1666310-6\" WHERE \"Location\" = 'Jewellery Quarter';"} +{"question_id": 7882, "table_id": "2-1708648-1", "question": "What is Season, when Lead is \"Michael Goodfellow\"?", "sql": "SELECT \"Season\" FROM \"2-1708648-1\" WHERE \"Lead\" = 'Michael Goodfellow';"} +{"question_id": 7883, "table_id": "2-1708648-1", "question": "What is Season, when Third is \"Glen Muirhead\"?", "sql": "SELECT \"Season\" FROM \"2-1708648-1\" WHERE \"Third\" = 'Glen Muirhead';"} +{"question_id": 7884, "table_id": "2-16785772-5", "question": "What home team has an n/a attendance?", "sql": "SELECT \"Home\" FROM \"2-16785772-5\" WHERE \"Attendance\" = 'n/a';"} +{"question_id": 7885, "table_id": "2-16785772-5", "question": "What's the sum of the points when attendance is 8,000 on February 22?", "sql": "SELECT SUM(\"Points\") FROM \"2-16785772-5\" WHERE \"Attendance\" = '8,000' AND \"Date\" = 'February 22';"} +{"question_id": 7886, "table_id": "2-17529767-9", "question": "Can you tell me the total number of 100s that has the Balls larger than 325, and the Runs smaller than 572?", "sql": "SELECT COUNT(\"100s\") FROM \"2-17529767-9\" WHERE \"Balls\" > 325.0 AND \"Runs\" < 572.0;"} +{"question_id": 7887, "table_id": "2-17529767-9", "question": "Can you tell me the sum of 100s that has the Matches of 12, and the Strike Rate smaller than 144.81?", "sql": "SELECT SUM(\"100s\") FROM \"2-17529767-9\" WHERE \"Matches\" = 12.0 AND \"Strike Rate\" < 144.81;"} +{"question_id": 7888, "table_id": "2-17529767-9", "question": "Can you tell me the sum of 100s that has the Team of deccan chargers, and the Match of 8, and the Average larger than 35.57?", "sql": "SELECT SUM(\"100s\") FROM \"2-17529767-9\" WHERE \"Team\" = 'deccan chargers' AND \"Matches\" = 8.0 AND \"Average\" > 35.57;"} +{"question_id": 7889, "table_id": "2-17529767-9", "question": "Can you tell me the total number of Matched that has the Strike Rate smallet than 152.3, and the Balls of 395?", "sql": "SELECT COUNT(\"Matches\") FROM \"2-17529767-9\" WHERE \"Strike Rate\" < 152.3 AND \"Balls\" = 395.0;"} +{"question_id": 7890, "table_id": "2-16311036-8", "question": "On what date did Jesse Levine play on a Hard surface?", "sql": "SELECT \"Date\" FROM \"2-16311036-8\" WHERE \"Surface\" = 'Hard' AND \"Opponent\" = 'Jesse Levine';"} +{"question_id": 7891, "table_id": "2-16802194-2", "question": "Name the Venue which has a Losing Team of Newcastle Knights?", "sql": "SELECT \"Venue\" FROM \"2-16802194-2\" WHERE \"Losing Team\" = 'Newcastle Knights';"} +{"question_id": 7892, "table_id": "2-16802194-2", "question": "WHich Losing Team has a Venue of Sydney Football Stadium, and a Total larger than 80, and a Winning Team of Tigers?", "sql": "SELECT \"Losing Team\" FROM \"2-16802194-2\" WHERE \"Venue\" = 'Sydney Football Stadium' AND \"Total\" > 80.0 AND \"Winning Team\" = 'Tigers';"} +{"question_id": 7893, "table_id": "2-16802194-2", "question": "Which Score has a Losing Team of Sydney Roosters, and a Total of 88?", "sql": "SELECT \"Score\" FROM \"2-16802194-2\" WHERE \"Losing Team\" = 'Sydney Roosters' AND \"Total\" = 88.0;"} +{"question_id": 7894, "table_id": "2-16946425-2", "question": "What was the TV Time for opponent Jacksonville Jaguars?", "sql": "SELECT \"TV Time\" FROM \"2-16946425-2\" WHERE \"Opponent\" = 'Jacksonville Jaguars';"} +{"question_id": 7895, "table_id": "2-16946425-2", "question": "What was the tv time on December 6, 1998?", "sql": "SELECT \"TV Time\" FROM \"2-16946425-2\" WHERE \"Date\" = 'December 6, 1998';"} +{"question_id": 7896, "table_id": "2-16946425-2", "question": "How many weeks has the opponent been san francisco 49ers?", "sql": "SELECT COUNT(\"Week\") FROM \"2-16946425-2\" WHERE \"Opponent\" = 'san francisco 49ers';"} +{"question_id": 7897, "table_id": "2-17344644-1", "question": "What college did the player drafted after round 2 before pick 160 attend?", "sql": "SELECT \"College\" FROM \"2-17344644-1\" WHERE \"Pick\" < 160.0 AND \"Round\" > 2.0;"} +{"question_id": 7898, "table_id": "2-17344644-1", "question": "What round was Jerry Corcoran drafted in as pick number 114?", "sql": "SELECT MAX(\"Round\") FROM \"2-17344644-1\" WHERE \"Pick\" > 114.0 AND \"Player\" = 'Jerry Corcoran';"} +{"question_id": 7899, "table_id": "2-17344644-1", "question": "What is the nationality of the round 4 draft selection who played college ball at Oklahoma?", "sql": "SELECT \"Nationality\" FROM \"2-17344644-1\" WHERE \"Round\" = 4.0 AND \"College\" = 'Oklahoma';"} +{"question_id": 7900, "table_id": "2-17344644-1", "question": "Who was the highest drafted player that attended college at Virginia?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17344644-1\" WHERE \"College\" = 'Virginia';"} +{"question_id": 7901, "table_id": "2-17344644-1", "question": "What round was Northeastern college player Reggie Lewis drafted in?", "sql": "SELECT MIN(\"Round\") FROM \"2-17344644-1\" WHERE \"College\" = 'Northeastern' AND \"Player\" = 'Reggie Lewis';"} +{"question_id": 7902, "table_id": "2-17120964-7", "question": "What Away Competition had a Result of Lost 2-4?", "sql": "SELECT \"Competition\" FROM \"2-17120964-7\" WHERE \"Venue\" = 'Away' AND \"Result\" = 'Lost 2-4';"} +{"question_id": 7903, "table_id": "2-17120964-7", "question": "What is the Venue against the Bracknell Bees?", "sql": "SELECT \"Venue\" FROM \"2-17120964-7\" WHERE \"Opponent\" = 'Bracknell Bees';"} +{"question_id": 7904, "table_id": "2-17120964-7", "question": "What is the Away Competition on the 6th?", "sql": "SELECT \"Competition\" FROM \"2-17120964-7\" WHERE \"Venue\" = 'Away' AND \"Date\" = '6th';"} +{"question_id": 7905, "table_id": "2-17120964-7", "question": "What Competition had a Result of Lost 1-2?", "sql": "SELECT \"Competition\" FROM \"2-17120964-7\" WHERE \"Result\" = 'Lost 1-2';"} +{"question_id": 7906, "table_id": "2-17120964-7", "question": "What is the Man of the Match of the Competition with a Result of Lost 2-5?", "sql": "SELECT \"Man of the Match\" FROM \"2-17120964-7\" WHERE \"Result\" = 'Lost 2-5';"} +{"question_id": 7907, "table_id": "2-17120964-7", "question": "What is the Date of the Competition with Man of the Match Ollie Bronnimann?", "sql": "SELECT \"Date\" FROM \"2-17120964-7\" WHERE \"Man of the Match\" = 'Ollie Bronnimann';"} +{"question_id": 7908, "table_id": "2-16880629-1", "question": "what is team 2 when team 1 is FC Rouen (D1)?", "sql": "SELECT \"Team 2\" FROM \"2-16880629-1\" WHERE \"Team 1\" = 'FC Rouen (D1)';"} +{"question_id": 7909, "table_id": "2-16880629-1", "question": "what is team 1 when team 2 is Gazélec Ajaccio (D3)?", "sql": "SELECT \"Team 1\" FROM \"2-16880629-1\" WHERE \"Team 2\" = 'Gazélec Ajaccio (D3)';"} +{"question_id": 7910, "table_id": "2-16880629-1", "question": "what is the 1st round when team 2 is Olympique Lyonnais (D2)?", "sql": "SELECT \"1st round\" FROM \"2-16880629-1\" WHERE \"Team 2\" = 'Olympique Lyonnais (D2)';"} +{"question_id": 7911, "table_id": "2-16484751-8", "question": "what is the lowest total when the league cup is more than 0, the name is heiðar helguson and the league is less than 3?", "sql": "SELECT MIN(\"Total\") FROM \"2-16484751-8\" WHERE \"League Cup\" > 0.0 AND \"Name\" = 'heiðar helguson' AND \"League\" < 3.0;"} +{"question_id": 7912, "table_id": "2-16484751-8", "question": "what is the highest fa cup when the league cup is more than 0, the name is heiðar helguson and the league is less than 3?", "sql": "SELECT MAX(\"FA Cup\") FROM \"2-16484751-8\" WHERE \"League Cup\" > 0.0 AND \"Name\" = 'heiðar helguson' AND \"League\" < 3.0;"} +{"question_id": 7913, "table_id": "2-16484751-8", "question": "what is the total when the league is less than 1?", "sql": "SELECT \"Total\" FROM \"2-16484751-8\" WHERE \"League\" < 1.0;"} +{"question_id": 7914, "table_id": "2-1682026-8", "question": "What is the lowest profits (billion $) for the rank 6?", "sql": "SELECT MIN(\"Profits (billion $)\") FROM \"2-1682026-8\" WHERE \"Rank\" = 6.0;"} +{"question_id": 7915, "table_id": "2-1682026-8", "question": "What is the smallest rank for an industry of banking, a company of bank of america, and profits (billion $) larger than 16.47?", "sql": "SELECT MIN(\"Rank\") FROM \"2-1682026-8\" WHERE \"Industry\" = 'banking' AND \"Company\" = 'bank of america' AND \"Profits (billion $)\" > 16.47;"} +{"question_id": 7916, "table_id": "2-1682026-8", "question": "What is the lowest market value (billion $) with a headquarter of USA , and the rank larger than 3, assets (billion$) larger than 208.34, and the company JPMorgan Chase?", "sql": "SELECT MIN(\"Market Value (billion $)\") FROM \"2-1682026-8\" WHERE \"Headquarters\" = 'USA' AND \"Rank\" > 3.0 AND \"Assets (billion $)\" > 208.34 AND \"Company\" = 'JPMorgan Chase';"} +{"question_id": 7917, "table_id": "2-1740431-3", "question": "What season in sanskrit means Summer in English?", "sql": "SELECT \"Season in Sanskrit\" FROM \"2-1740431-3\" WHERE \"Season in English\" = 'Summer';"} +{"question_id": 7918, "table_id": "2-1740431-3", "question": "What is the english translation of the sanskrit word Varsha?", "sql": "SELECT \"English Translation\" FROM \"2-1740431-3\" WHERE \"Season in Sanskrit\" = 'Varsha';"} +{"question_id": 7919, "table_id": "2-1740431-3", "question": "What are the gregorian months for the season குளிர் in Tamil?", "sql": "SELECT \"Gregorian Months\" FROM \"2-1740431-3\" WHERE \"Season in Tamil\" = 'குளிர்';"} +{"question_id": 7920, "table_id": "2-1740431-3", "question": "What are the months in Tamil that has an english transliteration of mun-pani?", "sql": "SELECT \"Tamil Months\" FROM \"2-1740431-3\" WHERE \"English Transliteration\" = 'mun-pani';"} +{"question_id": 7921, "table_id": "2-1740431-3", "question": "What is the english transliteration of Late dew?", "sql": "SELECT \"English Transliteration\" FROM \"2-1740431-3\" WHERE \"English Translation\" = 'Late dew';"} +{"question_id": 7922, "table_id": "2-1740431-3", "question": "What is the english word Monsoon in Tamil?", "sql": "SELECT \"Season in Tamil\" FROM \"2-1740431-3\" WHERE \"Season in English\" = 'Monsoon';"} +{"question_id": 7923, "table_id": "2-1729366-8", "question": "WhAt is the 2009 result when 2011 is 1R And 2007 is A?", "sql": "SELECT \"2009\" FROM \"2-1729366-8\" WHERE \"2011\" = '1R' AND \"2007\" = 'A';"} +{"question_id": 7924, "table_id": "2-1729366-8", "question": "What is the 2008 result when 2006 is Year-End Championship?", "sql": "SELECT \"2008\" FROM \"2-1729366-8\" WHERE \"2006\" = 'Year-End Championship';"} +{"question_id": 7925, "table_id": "2-1729366-8", "question": "What is the 2009 when 2012 is Year-End Championship?", "sql": "SELECT \"2009\" FROM \"2-1729366-8\" WHERE \"2012\" = 'Year-End Championship';"} +{"question_id": 7926, "table_id": "2-1729366-8", "question": "What is the 2008 result when 2012 and 2005 are both QF?", "sql": "SELECT \"2008\" FROM \"2-1729366-8\" WHERE \"2012\" = 'QF' AND \"2005\" = 'QF';"} +{"question_id": 7927, "table_id": "2-1729366-8", "question": "What is the 1999 answer when 1998 is Grand Slam Tournaments?", "sql": "SELECT \"1999\" FROM \"2-1729366-8\" WHERE \"1998\" = 'Grand Slam Tournaments';"} +{"question_id": 7928, "table_id": "2-17001658-10", "question": "Which Score has High points of Raymond Felton (32)?", "sql": "SELECT \"Score\" FROM \"2-17001658-10\" WHERE \"High points\" = 'Raymond Felton (32)';"} +{"question_id": 7929, "table_id": "2-17001658-10", "question": "Which Record has a Team of Philadelphia?", "sql": "SELECT \"Record\" FROM \"2-17001658-10\" WHERE \"Team\" = 'Philadelphia';"} +{"question_id": 7930, "table_id": "2-17001658-10", "question": "Which High rebounds has a Game of 76?", "sql": "SELECT \"High rebounds\" FROM \"2-17001658-10\" WHERE \"Game\" = 76.0;"} +{"question_id": 7931, "table_id": "2-17001658-10", "question": "Which Location Attendance has a High assists of Raymond Felton (5), and a Record of 35–44?", "sql": "SELECT \"Location Attendance\" FROM \"2-17001658-10\" WHERE \"High assists\" = 'Raymond Felton (5)' AND \"Record\" = '35–44';"} +{"question_id": 7932, "table_id": "2-17001658-10", "question": "Which Location Attendance has a Date of April 15?", "sql": "SELECT \"Location Attendance\" FROM \"2-17001658-10\" WHERE \"Date\" = 'April 15';"} +{"question_id": 7933, "table_id": "2-17058178-6", "question": "What date was there a game larger than 17?", "sql": "SELECT \"Date\" FROM \"2-17058178-6\" WHERE \"Game\" > 17.0;"} +{"question_id": 7934, "table_id": "2-16834484-1", "question": "WHat is tHe result of tHe matcH witH Clyde as tHe opponent in tHe H venue?", "sql": "SELECT \"Result\" FROM \"2-16834484-1\" WHERE \"Opponent\" = 'Clyde' AND \"Venue\" = 'H';"} +{"question_id": 7935, "table_id": "2-16834484-1", "question": "What is the attendance on 24 December 1898?", "sql": "SELECT \"Attendance\" FROM \"2-16834484-1\" WHERE \"Date\" = '24 December 1898';"} +{"question_id": 7936, "table_id": "2-16834484-1", "question": "WhAt wAs the dAte of the mAtch At venue A with the Celtic As the opponent?", "sql": "SELECT \"Date\" FROM \"2-16834484-1\" WHERE \"Venue\" = 'A' AND \"Opponent\" = 'Celtic';"} +{"question_id": 7937, "table_id": "2-16834484-1", "question": "WHo is tHe opponent of tHe matcH on 3 December 1898 in venue H?", "sql": "SELECT \"Opponent\" FROM \"2-16834484-1\" WHERE \"Venue\" = 'H' AND \"Date\" = '3 December 1898';"} +{"question_id": 7938, "table_id": "2-17221632-2", "question": "What country does Glory Alozie play for?", "sql": "SELECT \"Country\" FROM \"2-17221632-2\" WHERE \"Name\" = 'Glory Alozie';"} +{"question_id": 7939, "table_id": "2-17221632-2", "question": "In what country did Fadwa Al Bouza have larger than 0.257 react score?", "sql": "SELECT \"Country\" FROM \"2-17221632-2\" WHERE \"React\" > 0.257 AND \"Name\" = 'Fadwa Al Bouza';"} +{"question_id": 7940, "table_id": "2-17290235-1", "question": "What is Place, when Score is \"75-71-72-70=288\"?", "sql": "SELECT \"Place\" FROM \"2-17290235-1\" WHERE \"Score\" = '75-71-72-70=288';"} +{"question_id": 7941, "table_id": "2-17290235-1", "question": "What is Money ( $ ), when Score is \"75-71-72-70=288\"?", "sql": "SELECT \"Money ( $ )\" FROM \"2-17290235-1\" WHERE \"Score\" = '75-71-72-70=288';"} +{"question_id": 7942, "table_id": "2-17290235-1", "question": "What is Country, when Player is \"Jimmy Demaret\"?", "sql": "SELECT \"Country\" FROM \"2-17290235-1\" WHERE \"Player\" = 'Jimmy Demaret';"} +{"question_id": 7943, "table_id": "2-17290235-1", "question": "What is Player, when Score is \"71-69-72-72=284\"?", "sql": "SELECT \"Player\" FROM \"2-17290235-1\" WHERE \"Score\" = '71-69-72-72=284';"} +{"question_id": 7944, "table_id": "2-17290235-1", "question": "What is Country, when Player is \"Dutch Harrison\"?", "sql": "SELECT \"Country\" FROM \"2-17290235-1\" WHERE \"Player\" = 'Dutch Harrison';"} +{"question_id": 7945, "table_id": "2-1723598-4", "question": "What is Score, when Date is May 7, 2006?", "sql": "SELECT \"Score\" FROM \"2-1723598-4\" WHERE \"Date\" = 'May 7, 2006';"} +{"question_id": 7946, "table_id": "2-1723598-4", "question": "What is Surface, when Opponents In The Final is \"Christophe Rochus Olivier Rochus\"?", "sql": "SELECT \"Surface\" FROM \"2-1723598-4\" WHERE \"Opponents in the final\" = 'Christophe Rochus Olivier Rochus';"} +{"question_id": 7947, "table_id": "2-1723598-4", "question": "What is Tournament, when Surface is \"Hard\"?", "sql": "SELECT \"Tournament\" FROM \"2-1723598-4\" WHERE \"Surface\" = 'Hard';"} +{"question_id": 7948, "table_id": "2-1723598-4", "question": "What is Score, when Partnering is \"Alexander Waske\", and when Opponents In The Final is \"Rafael Nadal Bartolomé Salvá-Vidal\"?", "sql": "SELECT \"Score\" FROM \"2-1723598-4\" WHERE \"Partnering\" = 'Alexander Waske' AND \"Opponents in the final\" = 'Rafael Nadal Bartolomé Salvá-Vidal';"} +{"question_id": 7949, "table_id": "2-17337614-5", "question": "Which Royal house is named Elah?", "sql": "SELECT \"Royal house\" FROM \"2-17337614-5\" WHERE \"Name\" = 'Elah';"} +{"question_id": 7950, "table_id": "2-17337614-5", "question": "What is the type of Leader for the Royal House of Baasha, who is named Elah.", "sql": "SELECT \"Type\" FROM \"2-17337614-5\" WHERE \"Royal house\" = 'Baasha' AND \"Name\" = 'Elah';"} +{"question_id": 7951, "table_id": "2-1749830-1", "question": "What is the average Silver with rank 30 and a Bronze greater than 0", "sql": "SELECT AVG(\"Silver\") FROM \"2-1749830-1\" WHERE \"Rank\" = '30' AND \"Bronze\" > 0.0;"} +{"question_id": 7952, "table_id": "2-1749830-1", "question": "What is the highest Gold that has a Silver less than 7 and Bronze less than 0", "sql": "SELECT MAX(\"Gold\") FROM \"2-1749830-1\" WHERE \"Silver\" < 7.0 AND \"Bronze\" < 0.0;"} +{"question_id": 7953, "table_id": "2-1749830-1", "question": "What is the highest Bronze with a Silver greater than 0 and a Gold of 7 and a total less than 29", "sql": "SELECT MAX(\"Bronze\") FROM \"2-1749830-1\" WHERE \"Silver\" > 0.0 AND \"Gold\" = 7.0 AND \"Total\" < 29.0;"} +{"question_id": 7954, "table_id": "2-1749830-1", "question": "What is the sum of Total ranking 9 and a Gold more than 6", "sql": "SELECT SUM(\"Total\") FROM \"2-1749830-1\" WHERE \"Rank\" = '9' AND \"Gold\" > 6.0;"} +{"question_id": 7955, "table_id": "2-1749830-1", "question": "What is the lowest Bronze with a 17 Rank and a Total less than 5", "sql": "SELECT MIN(\"Bronze\") FROM \"2-1749830-1\" WHERE \"Rank\" = '17' AND \"Total\" < 5.0;"} +{"question_id": 7956, "table_id": "2-17503198-1", "question": "What is the venue that is located in Zhodino?", "sql": "SELECT \"Venue\" FROM \"2-17503198-1\" WHERE \"Location\" = 'Zhodino';"} +{"question_id": 7957, "table_id": "2-17559580-4", "question": "Which Home Team has a Tie no of 13?", "sql": "SELECT \"Home team\" FROM \"2-17559580-4\" WHERE \"Tie no\" = '13';"} +{"question_id": 7958, "table_id": "2-17559580-4", "question": "What is the Away Team when the Home Team is Fulham?", "sql": "SELECT \"Away team\" FROM \"2-17559580-4\" WHERE \"Home team\" = 'Fulham';"} +{"question_id": 7959, "table_id": "2-17559580-4", "question": "Which Date has a Tie no of 11?", "sql": "SELECT \"Date\" FROM \"2-17559580-4\" WHERE \"Tie no\" = '11';"} +{"question_id": 7960, "table_id": "2-17559580-4", "question": "On 27 January 1968 who was the Home Team when the Away team was Carlisle United?", "sql": "SELECT \"Home team\" FROM \"2-17559580-4\" WHERE \"Date\" = '27 January 1968' AND \"Away team\" = 'Carlisle United';"} +{"question_id": 7961, "table_id": "2-17559580-4", "question": "If the Home Team is Newport County what is the Score?", "sql": "SELECT \"Score\" FROM \"2-17559580-4\" WHERE \"Home team\" = 'Newport County';"} +{"question_id": 7962, "table_id": "2-17598822-11", "question": "What is the lowest league for a less than 0 league cup?", "sql": "SELECT MIN(\"League\") FROM \"2-17598822-11\" WHERE \"League Cup\" < 0.0;"} +{"question_id": 7963, "table_id": "2-17598822-11", "question": "What is the lowest Scottish cup with a challenge cup less than 1, and 0 league cups, and player Kris Doolan?", "sql": "SELECT MIN(\"Scottish Cup\") FROM \"2-17598822-11\" WHERE \"Challenge Cup\" < 1.0 AND \"League Cup\" = 0.0 AND \"Player\" = 'Kris Doolan';"} +{"question_id": 7964, "table_id": "2-17598822-11", "question": "What is the sum for the Scottish cup that has player damon gray, and more than 1 league?", "sql": "SELECT SUM(\"Scottish Cup\") FROM \"2-17598822-11\" WHERE \"Player\" = 'damon gray' AND \"League\" > 1.0;"} +{"question_id": 7965, "table_id": "2-17598822-11", "question": "What was the average league with kris doolan and a total less than 5?", "sql": "SELECT AVG(\"League\") FROM \"2-17598822-11\" WHERE \"Player\" = 'kris doolan' AND \"Total\" < 5.0;"} +{"question_id": 7966, "table_id": "2-16997592-14", "question": "What aircraft has 129 made?", "sql": "SELECT \"Aircraft\" FROM \"2-16997592-14\" WHERE \"Quantity\" = '129';"} +{"question_id": 7967, "table_id": "2-16997592-14", "question": "Which type has 140 made?", "sql": "SELECT \"Type\" FROM \"2-16997592-14\" WHERE \"Quantity\" = '140';"} +{"question_id": 7968, "table_id": "2-16997592-14", "question": "Which aircraft has Heavy Transport?", "sql": "SELECT \"Aircraft\" FROM \"2-16997592-14\" WHERE \"Type\" = 'Heavy Transport';"} +{"question_id": 7969, "table_id": "2-16997592-14", "question": "Where was the KAI KUH-1 Surion Produced?", "sql": "SELECT \"Produced\" FROM \"2-16997592-14\" WHERE \"Aircraft\" = 'KAI KUH-1 Surion';"} +{"question_id": 7970, "table_id": "2-1724605-1", "question": "Which First Pref votes have a % of seats of 0.8?", "sql": "SELECT \"First Pref votes\" FROM \"2-1724605-1\" WHERE \"% of seats\" = '0.8';"} +{"question_id": 7971, "table_id": "2-1724605-1", "question": "How many First Pref votes have Seats of 1?", "sql": "SELECT COUNT(\"First Pref votes\") FROM \"2-1724605-1\" WHERE \"Seats\" = '1';"} +{"question_id": 7972, "table_id": "2-1724605-1", "question": "Which % FPv has First Pref votes larger than 19684, and Seats of 9?", "sql": "SELECT \"% FPv\" FROM \"2-1724605-1\" WHERE \"First Pref votes\" > 19684.0 AND \"Seats\" = '9';"} +{"question_id": 7973, "table_id": "2-17064796-8", "question": "What game number is the Kansas City Kings team?", "sql": "SELECT \"Game\" FROM \"2-17064796-8\" WHERE \"Team\" = 'Kansas City Kings';"} +{"question_id": 7974, "table_id": "2-17440437-2", "question": "Who was the opponent when he went more than 1 round with a record of 12-7?", "sql": "SELECT \"Opponent\" FROM \"2-17440437-2\" WHERE \"Round\" > 1.0 AND \"Record\" = '12-7';"} +{"question_id": 7975, "table_id": "2-17440437-2", "question": "Which event did he Win with a method of Submission (triangle choke) and a time of N/A?", "sql": "SELECT \"Event\" FROM \"2-17440437-2\" WHERE \"Res.\" = 'Win' AND \"Time\" = 'N/A' AND \"Method\" = 'Submission (triangle choke)';"} +{"question_id": 7976, "table_id": "2-17440437-2", "question": "What was the result when the method was Submission (kimura)?", "sql": "SELECT \"Res.\" FROM \"2-17440437-2\" WHERE \"Method\" = 'Submission (kimura)';"} +{"question_id": 7977, "table_id": "2-17440437-2", "question": "In which location was the method Decision (split)?", "sql": "SELECT \"Location\" FROM \"2-17440437-2\" WHERE \"Method\" = 'Decision (split)';"} +{"question_id": 7978, "table_id": "2-17440437-2", "question": "In which location did the fight last just 0:31?", "sql": "SELECT \"Location\" FROM \"2-17440437-2\" WHERE \"Time\" = '0:31';"} +{"question_id": 7979, "table_id": "2-16410647-3", "question": "Who owns the KOOL-FM branding?", "sql": "SELECT \"Owner\" FROM \"2-16410647-3\" WHERE \"Branding\" = 'KOOL-FM';"} +{"question_id": 7980, "table_id": "2-16410647-3", "question": "Which frequency belongs to The Beat branding?", "sql": "SELECT \"Frequency\" FROM \"2-16410647-3\" WHERE \"Branding\" = 'The Beat';"} +{"question_id": 7981, "table_id": "2-16410647-3", "question": "Which frequency belongs to the CIHR-FM call sign?", "sql": "SELECT \"Frequency\" FROM \"2-16410647-3\" WHERE \"Call sign\" = 'CIHR-FM';"} +{"question_id": 7982, "table_id": "2-16410647-3", "question": "Who owns the FM 101.3 frequency?", "sql": "SELECT \"Owner\" FROM \"2-16410647-3\" WHERE \"Frequency\" = 'FM 101.3';"} +{"question_id": 7983, "table_id": "2-16410647-3", "question": "Which call sign has a frequency of FM 105.3?", "sql": "SELECT \"Call sign\" FROM \"2-16410647-3\" WHERE \"Frequency\" = 'FM 105.3';"} +{"question_id": 7984, "table_id": "2-16410647-3", "question": "Who owns the KOOL-FM branding in the adult hits format?", "sql": "SELECT \"Owner\" FROM \"2-16410647-3\" WHERE \"Format\" = 'adult hits' AND \"Branding\" = 'KOOL-FM';"} +{"question_id": 7985, "table_id": "2-17323092-5", "question": "What was the score against Portland in game numbers under 20?", "sql": "SELECT \"Score\" FROM \"2-17323092-5\" WHERE \"Game\" < 20.0 AND \"Team\" = 'Portland';"} +{"question_id": 7986, "table_id": "2-16763649-1", "question": "WHAT CHAMPION HAD Richmond River COURSE ON June 13?", "sql": "SELECT \"CHAMPION\" FROM \"2-16763649-1\" WHERE \"COURSE\" = 'Richmond River' AND \"DATE\" = 'June 13';"} +{"question_id": 7987, "table_id": "2-16763649-1", "question": "WHAT YEAR WAS robert coombes CHAMPION ON may 7?", "sql": "SELECT COUNT(\"YEAR\") FROM \"2-16763649-1\" WHERE \"CHAMPION\" = 'robert coombes' AND \"DATE\" = 'may 7';"} +{"question_id": 7988, "table_id": "2-17382296-3", "question": "What's the record of the game on Nov 13?", "sql": "SELECT \"Record\" FROM \"2-17382296-3\" WHERE \"Date\" = 'Nov 13';"} +{"question_id": 7989, "table_id": "2-17382296-3", "question": "What's the score of Game 5?", "sql": "SELECT \"Score\" FROM \"2-17382296-3\" WHERE \"Game\" = '5';"} +{"question_id": 7990, "table_id": "2-17382296-3", "question": "What was the score of Game 13?", "sql": "SELECT \"Score\" FROM \"2-17382296-3\" WHERE \"Game\" = '13';"} +{"question_id": 7991, "table_id": "2-16251064-1", "question": "What is the final score when the opponent was Real España, in the 2008–09 season?", "sql": "SELECT \"Final score\" FROM \"2-16251064-1\" WHERE \"Opponent\" = 'Real España' AND \"Season\" = '2008–09';"} +{"question_id": 7992, "table_id": "2-16251064-1", "question": "What was the final score when the opponent was Atlético Choloma?", "sql": "SELECT \"Final score\" FROM \"2-16251064-1\" WHERE \"Opponent\" = 'Atlético Choloma';"} +{"question_id": 7993, "table_id": "2-16251064-1", "question": "What team was the opponent in the 2008–09 season, with a final score of 2–3 L?", "sql": "SELECT \"Opponent\" FROM \"2-16251064-1\" WHERE \"Season\" = '2008–09' AND \"Final score\" = '2–3 L';"} +{"question_id": 7994, "table_id": "2-16251064-1", "question": "What was the opponent in the 2008–09 season, with a final score of 2–3 L?", "sql": "SELECT \"Opponent\" FROM \"2-16251064-1\" WHERE \"Season\" = '2008–09' AND \"Final score\" = '2–3 L';"} +{"question_id": 7995, "table_id": "2-16251064-1", "question": "What shows for playing when the opponent was Real España, in the 2012–13 season?", "sql": "SELECT \"Playing for\" FROM \"2-16251064-1\" WHERE \"Opponent\" = 'Real España' AND \"Season\" = '2012–13';"} +{"question_id": 7996, "table_id": "2-16514575-6", "question": "What did Steve Elkington par?", "sql": "SELECT \"To par\" FROM \"2-16514575-6\" WHERE \"Player\" = 'Steve Elkington';"} +{"question_id": 7997, "table_id": "2-16514575-6", "question": "What did Ernie Els par?", "sql": "SELECT \"To par\" FROM \"2-16514575-6\" WHERE \"Player\" = 'Ernie Els';"} +{"question_id": 7998, "table_id": "2-16514575-6", "question": "What place is Spain in?", "sql": "SELECT \"Place\" FROM \"2-16514575-6\" WHERE \"Country\" = 'Spain';"} +{"question_id": 7999, "table_id": "2-17190012-13", "question": "Which High rebounds have a Game larger than 4, and a Date of May 27?", "sql": "SELECT \"High rebounds\" FROM \"2-17190012-13\" WHERE \"Game\" > 4.0 AND \"Date\" = 'May 27';"} +{"question_id": 8000, "table_id": "2-17190012-13", "question": "What was the score on May 21?", "sql": "SELECT \"Score\" FROM \"2-17190012-13\" WHERE \"Date\" = 'May 21';"} +{"question_id": 8001, "table_id": "2-17190012-13", "question": "Which Game is the highest one that has High rebounds of Pau Gasol (11)?", "sql": "SELECT MAX(\"Game\") FROM \"2-17190012-13\" WHERE \"High rebounds\" = 'Pau Gasol (11)';"} +{"question_id": 8002, "table_id": "2-17190012-13", "question": "What was the series on May 27?", "sql": "SELECT \"Series\" FROM \"2-17190012-13\" WHERE \"Date\" = 'May 27';"} +{"question_id": 8003, "table_id": "2-17190012-13", "question": "Which High rebounds have a Game larger than 2, and a Team of @ Denver, and High assists of Kobe Bryant (5)?", "sql": "SELECT \"High rebounds\" FROM \"2-17190012-13\" WHERE \"Game\" > 2.0 AND \"Team\" = '@ Denver' AND \"High assists\" = 'Kobe Bryant (5)';"} +{"question_id": 8004, "table_id": "2-17060277-7", "question": "What was the location and attendance for the game after game 36 against Atlanta?", "sql": "SELECT \"Location Attendance\" FROM \"2-17060277-7\" WHERE \"Game\" > 36.0 AND \"Team\" = 'Atlanta';"} +{"question_id": 8005, "table_id": "2-17060277-7", "question": "What was the record of the game for game 31?", "sql": "SELECT \"Record\" FROM \"2-17060277-7\" WHERE \"Game\" = 31.0;"} +{"question_id": 8006, "table_id": "2-17060277-7", "question": "What is the game number when the game was against Phoenix?", "sql": "SELECT \"Game\" FROM \"2-17060277-7\" WHERE \"Team\" = 'Phoenix';"} +{"question_id": 8007, "table_id": "2-17438338-3", "question": "What is the tie number when Wigan Athletic is the home team?", "sql": "SELECT \"Tie no\" FROM \"2-17438338-3\" WHERE \"Home team\" = 'Wigan Athletic';"} +{"question_id": 8008, "table_id": "2-17438338-3", "question": "What is the date when Grimsby Town is the home team?", "sql": "SELECT \"Date\" FROM \"2-17438338-3\" WHERE \"Home team\" = 'Grimsby Town';"} +{"question_id": 8009, "table_id": "2-17438338-3", "question": "What is the date of game with tie number of 10?", "sql": "SELECT \"Date\" FROM \"2-17438338-3\" WHERE \"Tie no\" = '10';"} +{"question_id": 8010, "table_id": "2-17438338-3", "question": "What is the score when away team is Crystal Palace?", "sql": "SELECT \"Score\" FROM \"2-17438338-3\" WHERE \"Away team\" = 'Crystal Palace';"} +{"question_id": 8011, "table_id": "2-17155250-1", "question": "WHAT IS THE YEAR WITH Dari, AND TITLE Osama (أسامة)?", "sql": "SELECT \"Year (Ceremony)\" FROM \"2-17155250-1\" WHERE \"Language(s)\" = 'Dari' AND \"Original title\" = 'Osama (أسامة)';"} +{"question_id": 8012, "table_id": "2-17155250-1", "question": "WHAT IS THE RESULT WITH A FILM TITLE FireDancer?", "sql": "SELECT \"Result\" FROM \"2-17155250-1\" WHERE \"Film title used in nomination\" = 'FireDancer';"} +{"question_id": 8013, "table_id": "2-17621978-11", "question": "Who had the highest points when the series was 4-2?", "sql": "SELECT \"High points\" FROM \"2-17621978-11\" WHERE \"Series\" = '4-2';"} +{"question_id": 8014, "table_id": "2-17621978-11", "question": "What was the score when the series was 3-2?", "sql": "SELECT \"Score\" FROM \"2-17621978-11\" WHERE \"Series\" = '3-2';"} +{"question_id": 8015, "table_id": "2-1682026-6", "question": "What is the average sales for the company with market value of 204.9bil and profits under 20.6bil?", "sql": "SELECT AVG(\"Sales (billion $)\") FROM \"2-1682026-6\" WHERE \"Market Value (billion $)\" = 204.9 AND \"Profits (billion $)\" < 20.6;"} +{"question_id": 8016, "table_id": "2-1681535-1", "question": "Which Doctor is featured in City of Death?", "sql": "SELECT \"Doctor\" FROM \"2-1681535-1\" WHERE \"Title\" = 'City of Death';"} +{"question_id": 8017, "table_id": "2-1681535-1", "question": "Available in 2-CD format, what is the title of story number 026?", "sql": "SELECT \"Title\" FROM \"2-1681535-1\" WHERE \"Format\" = '2-CD' AND \"Story #\" = '026';"} +{"question_id": 8018, "table_id": "2-17438338-1", "question": "Who was the away team when Bournemouth was the home team?", "sql": "SELECT \"Away team\" FROM \"2-17438338-1\" WHERE \"Home team\" = 'Bournemouth';"} +{"question_id": 8019, "table_id": "2-17438338-1", "question": "What is the tie no when Scunthorpe United was the away team?", "sql": "SELECT \"Tie no\" FROM \"2-17438338-1\" WHERE \"Away team\" = 'Scunthorpe United';"} +{"question_id": 8020, "table_id": "2-17438338-1", "question": "Who was the home team when Swansea City was the away team?", "sql": "SELECT \"Home team\" FROM \"2-17438338-1\" WHERE \"Away team\" = 'Swansea City';"} +{"question_id": 8021, "table_id": "2-16649508-1", "question": "Who is the 92.5 with the press of 282.5?", "sql": "SELECT \"92.5\" FROM \"2-16649508-1\" WHERE \"Press\" = '282.5';"} +{"question_id": 8022, "table_id": "2-16649508-1", "question": "Who is the 92.5 with the press 282.5?", "sql": "SELECT \"92.5\" FROM \"2-16649508-1\" WHERE \"Press\" = '282.5';"} +{"question_id": 8023, "table_id": "2-16649508-1", "question": "Which 92.5 holds the world record?", "sql": "SELECT \"World Record\" FROM \"2-16649508-1\" WHERE \"Press\" = '92.5';"} +{"question_id": 8024, "table_id": "2-16450028-1", "question": "what is the season when the lead is John Shuster and third is Shawn Rojeski?", "sql": "SELECT \"Season\" FROM \"2-16450028-1\" WHERE \"Lead\" = 'John Shuster' AND \"Third\" = 'Shawn Rojeski';"} +{"question_id": 8025, "table_id": "2-16450028-1", "question": "what is the season when the third is Shawn Rojeski?", "sql": "SELECT \"Season\" FROM \"2-16450028-1\" WHERE \"Third\" = 'Shawn Rojeski';"} +{"question_id": 8026, "table_id": "2-1683930-3", "question": "WHAT IS THE RELIGION WITH A SCHEDULED TRIBE OF 0.90%?", "sql": "SELECT \"Religion\" FROM \"2-1683930-3\" WHERE \"Scheduled Tribe\" = '0.90%';"} +{"question_id": 8027, "table_id": "2-1683930-3", "question": "WHAT IS THE FORWARD CASTE WITH A SCHEDULED TRIBE OF 0.90%?", "sql": "SELECT \"Forward caste\" FROM \"2-1683930-3\" WHERE \"Scheduled Tribe\" = '0.90%';"} +{"question_id": 8028, "table_id": "2-1683930-3", "question": "WHAT IS THE FORWARD CASTE WITH A SCHEDULED CASTE OF 89.50%?", "sql": "SELECT \"Forward caste\" FROM \"2-1683930-3\" WHERE \"Scheduled Caste\" = '89.50%';"} +{"question_id": 8029, "table_id": "2-1683930-3", "question": "WHAT IS THE FORWARD CASTE WITH A SCHEDULED CASTE OF 0.80%?", "sql": "SELECT \"Forward caste\" FROM \"2-1683930-3\" WHERE \"Scheduled Caste\" = '0.80%';"} +{"question_id": 8030, "table_id": "2-16946097-5", "question": "WhAt wAs the score for the gAme with A record of 11-22 And A H/A/N of A?", "sql": "SELECT \"Score\" FROM \"2-16946097-5\" WHERE \"H/A/N\" = 'A' AND \"Record\" = '11-22';"} +{"question_id": 8031, "table_id": "2-16946097-5", "question": "What was the H/A/N for the game that ended in a score of 108-102?", "sql": "SELECT \"H/A/N\" FROM \"2-16946097-5\" WHERE \"Score\" = '108-102';"} +{"question_id": 8032, "table_id": "2-16946097-5", "question": "WHat was tHe score of tHe game witH a H/A/N of H and a record of 12-24?", "sql": "SELECT \"Score\" FROM \"2-16946097-5\" WHERE \"H/A/N\" = 'H' AND \"Record\" = '12-24';"} +{"question_id": 8033, "table_id": "2-16946097-5", "question": "WHat was tHe score of tHe game played on December 17, witH a H/A/N of H?", "sql": "SELECT \"Score\" FROM \"2-16946097-5\" WHERE \"H/A/N\" = 'H' AND \"Date\" = 'December 17';"} +{"question_id": 8034, "table_id": "2-16946097-5", "question": "On what date did the Cavaliers have a record of 9-14?", "sql": "SELECT \"Date\" FROM \"2-16946097-5\" WHERE \"Record\" = '9-14';"} +{"question_id": 8035, "table_id": "2-16946097-5", "question": "Who were the opponents in the game that ended in a score of 116-106?", "sql": "SELECT \"Opponent\" FROM \"2-16946097-5\" WHERE \"Score\" = '116-106';"} +{"question_id": 8036, "table_id": "2-1688640-20", "question": "HOW MANY CARS HAD A CAR # SMALLER THAN 7 AND STARTED ON 2010?", "sql": "SELECT \"Number of cars\" FROM \"2-1688640-20\" WHERE \"Car #\" < 7.0 AND \"Year started\" = 2010.0;"} +{"question_id": 8037, "table_id": "2-1688640-20", "question": "WHAT WAS THE LOWEST CAR # WITH son-e-wa, AND 2012 START YEAR?", "sql": "SELECT MIN(\"Car #\") FROM \"2-1688640-20\" WHERE \"Current car\" = 'son-e-wa' AND \"Year started\" < 2012.0;"} +{"question_id": 8038, "table_id": "2-1688640-20", "question": "WHAT IS THE HIGHEST # OF CARS WITH A START YEAR LESS THAN 2012, tba CURRENT CAR, AND MORE THAN 1 CAR?", "sql": "SELECT MAX(\"Number of cars\") FROM \"2-1688640-20\" WHERE \"Year started\" < 2012.0 AND \"Current car\" = 'tba' AND \"Car #\" > 1.0;"} +{"question_id": 8039, "table_id": "2-16890438-1", "question": "Which monarch assumed office on December 15, 1876?", "sql": "SELECT \"Monarch\" FROM \"2-16890438-1\" WHERE \"Assumed Office\" = 'December 15, 1876';"} +{"question_id": 8040, "table_id": "2-16890438-1", "question": "On what date did Ke ʻ eaumoku Pāpa ʻ iahiahi leave office?", "sql": "SELECT \"Left Office\" FROM \"2-16890438-1\" WHERE \"Name\" = 'Ke ʻ eaumoku Pāpa ʻ iahiahi';"} +{"question_id": 8041, "table_id": "2-16890438-1", "question": "How many years in office were served by the person who assumed the office on October 4, 1886?", "sql": "SELECT \"Years in office\" FROM \"2-16890438-1\" WHERE \"Assumed Office\" = 'October 4, 1886';"} +{"question_id": 8042, "table_id": "2-16890438-1", "question": "On what date did the person who died on March 23, 1824 leave office?", "sql": "SELECT \"Left Office\" FROM \"2-16890438-1\" WHERE \"Death\" = 'March 23, 1824';"} +{"question_id": 8043, "table_id": "2-16890438-1", "question": "On what date did the person leave office who died on October 23, 1887 and who served 2 years?", "sql": "SELECT \"Left Office\" FROM \"2-16890438-1\" WHERE \"Years in office\" = '2' AND \"Death\" = 'October 23, 1887';"} +{"question_id": 8044, "table_id": "2-16890438-1", "question": "Who is the monarch that left office circa 1886?", "sql": "SELECT \"Monarch\" FROM \"2-16890438-1\" WHERE \"Left Office\" = 'circa 1886';"} +{"question_id": 8045, "table_id": "2-16653153-10", "question": "What is the report for Challenge Stadium?", "sql": "SELECT \"Report\" FROM \"2-16653153-10\" WHERE \"Venue\" = 'Challenge Stadium';"} +{"question_id": 8046, "table_id": "2-16653153-10", "question": "What did the Melbourne Tigers score when they were the away team?", "sql": "SELECT \"Score\" FROM \"2-16653153-10\" WHERE \"Away team\" = 'Melbourne Tigers';"} +{"question_id": 8047, "table_id": "2-16653153-10", "question": "How many were in the crowd when the score was 97-80?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-16653153-10\" WHERE \"Score\" = '97-80';"} +{"question_id": 8048, "table_id": "2-16653153-10", "question": "How big was the crowd when the South Dragons were the away team at the Gold Coast Convention Centre?", "sql": "SELECT \"Crowd\" FROM \"2-16653153-10\" WHERE \"Away team\" = 'South Dragons' AND \"Venue\" = 'Gold Coast Convention Centre';"} +{"question_id": 8049, "table_id": "2-16710948-1", "question": "What is the position of pick 32?", "sql": "SELECT \"Position\" FROM \"2-16710948-1\" WHERE \"Pick\" = 32.0;"} +{"question_id": 8050, "table_id": "2-16710948-1", "question": "Who was the player in round 1?", "sql": "SELECT \"Player\" FROM \"2-16710948-1\" WHERE \"Round\" = 1.0;"} +{"question_id": 8051, "table_id": "2-16710848-2", "question": "Who are the opponents with a record of 3-0?", "sql": "SELECT \"Opponents\" FROM \"2-16710848-2\" WHERE \"Record\" = '3-0';"} +{"question_id": 8052, "table_id": "2-16710848-2", "question": "Who is the opponent with 16 points?", "sql": "SELECT \"Opponent\" FROM \"2-16710848-2\" WHERE \"Opponents\" = 16.0;"} +{"question_id": 8053, "table_id": "2-17058226-8", "question": "What were the high assists when the score was L 86–94 (OT)?", "sql": "SELECT \"High assists\" FROM \"2-17058226-8\" WHERE \"Score\" = 'L 86–94 (OT)';"} +{"question_id": 8054, "table_id": "2-17058226-8", "question": "What were the high rebounds when the score was L 101–109 (OT)?", "sql": "SELECT \"High rebounds\" FROM \"2-17058226-8\" WHERE \"Score\" = 'L 101–109 (OT)';"} +{"question_id": 8055, "table_id": "2-16351707-5", "question": "What is the Venue that has a Rank of 2?", "sql": "SELECT \"Venue\" FROM \"2-16351707-5\" WHERE \"Rank\" = '2';"} +{"question_id": 8056, "table_id": "2-16351707-5", "question": "What is the Rank that has a Season of 1995/96?", "sql": "SELECT \"Rank\" FROM \"2-16351707-5\" WHERE \"Season\" = '1995/96';"} +{"question_id": 8057, "table_id": "2-16351707-5", "question": "What is the Opponent that has a Rank of 4?", "sql": "SELECT \"Opponent\" FROM \"2-16351707-5\" WHERE \"Rank\" = '4';"} +{"question_id": 8058, "table_id": "2-16351707-5", "question": "What is the Rank that has a Venue of Bellerive Oval , Hobart, and a Margin of 115 runs?", "sql": "SELECT \"Rank\" FROM \"2-16351707-5\" WHERE \"Venue\" = 'Bellerive Oval , Hobart' AND \"Margin\" = '115 runs';"} +{"question_id": 8059, "table_id": "2-16351707-5", "question": "What is the Season that has a Venue of Bellerive Oval , Hobart, and a Rank of 4?", "sql": "SELECT \"Season\" FROM \"2-16351707-5\" WHERE \"Venue\" = 'Bellerive Oval , Hobart' AND \"Rank\" = '4';"} +{"question_id": 8060, "table_id": "2-16351707-5", "question": "What is the Margin that has a Venue of Bellerive Oval , Hobart, and a Season of 2002/03?", "sql": "SELECT \"Margin\" FROM \"2-16351707-5\" WHERE \"Venue\" = 'Bellerive Oval , Hobart' AND \"Season\" = '2002/03';"} +{"question_id": 8061, "table_id": "2-16458279-2", "question": "What is the To par of the Player from New Zealand who had a Score of 75-70=145?", "sql": "SELECT \"To par\" FROM \"2-16458279-2\" WHERE \"Score\" = '75-70=145' AND \"Country\" = 'New Zealand';"} +{"question_id": 8062, "table_id": "2-16458279-2", "question": "What is the To par of the T3 Player?", "sql": "SELECT \"To par\" FROM \"2-16458279-2\" WHERE \"Place\" = 'T3';"} +{"question_id": 8063, "table_id": "2-17273336-13", "question": "What is the sum of Rank, when Assists is \"82\"?", "sql": "SELECT SUM(\"Rank\") FROM \"2-17273336-13\" WHERE \"Assists\" = 82.0;"} +{"question_id": 8064, "table_id": "2-17273336-13", "question": "What is the total number of Assists, when Name is \"pablo prigioni\", and when Games is greater than 21?", "sql": "SELECT COUNT(\"Assists\") FROM \"2-17273336-13\" WHERE \"Name\" = 'pablo prigioni' AND \"Games\" > 21.0;"} +{"question_id": 8065, "table_id": "2-17273336-13", "question": "What is the average Assists, when Games is greater than 19, and when Name is \"Pablo Prigioni\"?", "sql": "SELECT AVG(\"Assists\") FROM \"2-17273336-13\" WHERE \"Games\" > 19.0 AND \"Name\" = 'Pablo Prigioni';"} +{"question_id": 8066, "table_id": "2-17162255-7", "question": "What country is Tom Kite from?", "sql": "SELECT \"Country\" FROM \"2-17162255-7\" WHERE \"Player\" = 'Tom Kite';"} +{"question_id": 8067, "table_id": "2-17162255-7", "question": "What is the most money United States player Bob Gilder won?", "sql": "SELECT MAX(\"Money ( $ )\") FROM \"2-17162255-7\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Bob Gilder';"} +{"question_id": 8068, "table_id": "2-16221280-1", "question": "What was the statue in St. Paul, Minnesota constructed before 1966 made out of?", "sql": "SELECT \"Material\" FROM \"2-16221280-1\" WHERE \"Completed\" < 1966.0 AND \"Location\" = 'St. Paul, Minnesota';"} +{"question_id": 8069, "table_id": "2-16221280-1", "question": "When was the most recent statue that was made out of solid granite completed?", "sql": "SELECT MAX(\"Completed\") FROM \"2-16221280-1\" WHERE \"Material\" = 'solid granite';"} +{"question_id": 8070, "table_id": "2-17081606-3", "question": "What Game had a Result of 105-95?", "sql": "SELECT \"Game\" FROM \"2-17081606-3\" WHERE \"Result\" = '105-95';"} +{"question_id": 8071, "table_id": "2-17081606-3", "question": "What is the Home Team of the game against Seattle on June 1?", "sql": "SELECT \"Home Team\" FROM \"2-17081606-3\" WHERE \"Road Team\" = 'Seattle' AND \"Date\" = 'June 1';"} +{"question_id": 8072, "table_id": "2-17081606-3", "question": "What is the Home Team in Game 2?", "sql": "SELECT \"Home Team\" FROM \"2-17081606-3\" WHERE \"Game\" = 'Game 2';"} +{"question_id": 8073, "table_id": "2-17081606-3", "question": "What is the Road Team in the game with a Result of 105-95?", "sql": "SELECT \"Road Team\" FROM \"2-17081606-3\" WHERE \"Result\" = '105-95';"} +{"question_id": 8074, "table_id": "2-17081606-3", "question": "What is the Game on May 24 with Road Team Seattle?", "sql": "SELECT \"Game\" FROM \"2-17081606-3\" WHERE \"Road Team\" = 'Seattle' AND \"Date\" = 'May 24';"} +{"question_id": 8075, "table_id": "2-17081606-3", "question": "On what Date was the Result 82-92?", "sql": "SELECT \"Date\" FROM \"2-17081606-3\" WHERE \"Result\" = '82-92';"} +{"question_id": 8076, "table_id": "2-1724656-4", "question": "What is the 2006 population of the area with vehicle reGistration code of G and population density of 1,432.0?", "sql": "SELECT \"Population (2006)\" FROM \"2-1724656-4\" WHERE \"Vehicle Registration Code\" = 'G' AND \"Population Density\" = '1,432.0';"} +{"question_id": 8077, "table_id": "2-1724656-4", "question": "What is the area of Waterford?", "sql": "SELECT \"Area (km²)\" FROM \"2-1724656-4\" WHERE \"Principal town/city\" = 'Waterford';"} +{"question_id": 8078, "table_id": "2-1724656-4", "question": "What is the NUT 3 region with area of 41.58?", "sql": "SELECT \"NUTS 3 Region\" FROM \"2-1724656-4\" WHERE \"Area (km²)\" = '41.58';"} +{"question_id": 8079, "table_id": "2-17017769-2", "question": "What is Opponent, when Event is RITC 22 - Rage in the Cage 22?", "sql": "SELECT \"Opponent\" FROM \"2-17017769-2\" WHERE \"Event\" = 'RITC 22 - Rage in the Cage 22';"} +{"question_id": 8080, "table_id": "2-17017769-2", "question": "What is Record, when Method is KO, and when Opponent is Rich Guerin?", "sql": "SELECT \"Record\" FROM \"2-17017769-2\" WHERE \"Method\" = 'KO' AND \"Opponent\" = 'Rich Guerin';"} +{"question_id": 8081, "table_id": "2-17017769-2", "question": "What is Round, when Event is RITC 89 - Triple Main Event 89?", "sql": "SELECT \"Round\" FROM \"2-17017769-2\" WHERE \"Event\" = 'RITC 89 - Triple Main Event 89';"} +{"question_id": 8082, "table_id": "2-16446652-1", "question": "What kind of Social Sec Leeds has a Media Officer of Jason James and a Treasurer of James Davidson?", "sql": "SELECT \"Social Sec Leeds\" FROM \"2-16446652-1\" WHERE \"Media Officer\" = 'Jason James' AND \"Treasurer\" = 'James Davidson';"} +{"question_id": 8083, "table_id": "2-16446652-1", "question": "Name the Social Sec Leeds has a President of Tom Dawson?", "sql": "SELECT \"Social Sec Leeds\" FROM \"2-16446652-1\" WHERE \"President\" = 'Tom Dawson';"} +{"question_id": 8084, "table_id": "2-16446652-1", "question": "Name the President has a Media Officer of Pete Marshall/ Nazar Striletski?", "sql": "SELECT \"President\" FROM \"2-16446652-1\" WHERE \"Media Officer\" = 'Pete Marshall/ Nazar Striletski';"} +{"question_id": 8085, "table_id": "2-16446652-1", "question": "Name the Social Sec Leeds has Fixtures Sec of N/A, and a General Sec of N/A, and the Season of 2005–2006?", "sql": "SELECT \"Social Sec Leeds\" FROM \"2-16446652-1\" WHERE \"Fixtures Sec\" = 'N/A' AND \"General Sec\" = 'N/A' AND \"Season\" = '2005–2006';"} +{"question_id": 8086, "table_id": "2-16446652-1", "question": "Name the President who has a Treasurer of James Davidson, and a Season of 2006–2007?", "sql": "SELECT \"President\" FROM \"2-16446652-1\" WHERE \"Treasurer\" = 'James Davidson' AND \"Season\" = '2006–2007';"} +{"question_id": 8087, "table_id": "2-16446652-1", "question": "Name the Fixtures Sec which has a Season of 2009–2010", "sql": "SELECT \"Fixtures Sec\" FROM \"2-16446652-1\" WHERE \"Season\" = '2009–2010';"} +{"question_id": 8088, "table_id": "2-17071146-2", "question": "What is the Format of the Epic/Sony Label after 1980?", "sql": "SELECT \"Format\" FROM \"2-17071146-2\" WHERE \"Label\" = 'Epic/Sony' AND \"Date\" > 1980.0;"} +{"question_id": 8089, "table_id": "2-17071146-2", "question": "What is the Format of the Label with Catalog SBP 234999?", "sql": "SELECT \"Format\" FROM \"2-17071146-2\" WHERE \"Catalog\" = 'SBP 234999';"} +{"question_id": 8090, "table_id": "2-16751596-2", "question": "Which poll put Dick Durbin at 56%?", "sql": "SELECT \"Poll Source\" FROM \"2-16751596-2\" WHERE \"Democrat: Dick Durbin\" = '56%';"} +{"question_id": 8091, "table_id": "2-16751596-2", "question": "What is Dick Durbin lead margin in the poll with 59%?", "sql": "SELECT \"Lead Margin\" FROM \"2-16751596-2\" WHERE \"Democrat: Dick Durbin\" = '59%';"} +{"question_id": 8092, "table_id": "2-16751596-2", "question": "Which poll source has a lead of 17?", "sql": "SELECT \"Poll Source\" FROM \"2-16751596-2\" WHERE \"Lead Margin\" = 17.0;"} +{"question_id": 8093, "table_id": "2-16772687-4", "question": "What is the Nationality from Providence?", "sql": "SELECT \"Nationality\" FROM \"2-16772687-4\" WHERE \"From\" = 'Providence';"} +{"question_id": 8094, "table_id": "2-16772687-4", "question": "What years did Elden Campbell Category:Articles with hCards and jersesy number of 41 play?", "sql": "SELECT \"Years\" FROM \"2-16772687-4\" WHERE \"Jersey Number(s)\" = 41.0 AND \"Player\" = 'Elden Campbell Category:Articles with hCards';"} +{"question_id": 8095, "table_id": "2-17238986-1", "question": "What is the listed date of the Warren pony truss bridge that was built in 1925?", "sql": "SELECT \"Listed\" FROM \"2-17238986-1\" WHERE \"Built\" = '1925' AND \"Type\" = 'Warren pony truss';"} +{"question_id": 8096, "table_id": "2-17238986-1", "question": "When was Moores Creek Bridge built?", "sql": "SELECT \"Built\" FROM \"2-17238986-1\" WHERE \"Name\" = 'Moores Creek Bridge';"} +{"question_id": 8097, "table_id": "2-17238986-1", "question": "When was Blackburn Point Bridge built?", "sql": "SELECT \"Built\" FROM \"2-17238986-1\" WHERE \"Name\" = 'Blackburn Point Bridge';"} +{"question_id": 8098, "table_id": "2-17238986-1", "question": "What county is the St. Augustine bridge in?", "sql": "SELECT \"County\" FROM \"2-17238986-1\" WHERE \"Location\" = 'St. Augustine';"} +{"question_id": 8099, "table_id": "2-17520230-1", "question": "Which Date has Notes of Notes?", "sql": "SELECT \"Date\" FROM \"2-17520230-1\" WHERE \"Notes\" = 'Notes';"} +{"question_id": 8100, "table_id": "2-17520230-1", "question": "Which Date has a Location of Davos, and a Time of 45.7?", "sql": "SELECT \"Date\" FROM \"2-17520230-1\" WHERE \"Location\" = 'Davos' AND \"Time\" = '45.7';"} +{"question_id": 8101, "table_id": "2-17520230-1", "question": "Which Location has a Date of 1931-02-02?", "sql": "SELECT \"Location\" FROM \"2-17520230-1\" WHERE \"Date\" = '1931-02-02';"} +{"question_id": 8102, "table_id": "2-17520230-1", "question": "Which Time has Notes of Men's Speed skating?", "sql": "SELECT \"Time\" FROM \"2-17520230-1\" WHERE \"Notes\" = 'Men''s Speed skating';"} +{"question_id": 8103, "table_id": "2-17520230-1", "question": "Which Location has Notes of Eisstadion, and a Date of 1930-01-11?", "sql": "SELECT \"Location\" FROM \"2-17520230-1\" WHERE \"Notes\" = 'Eisstadion' AND \"Date\" = '1930-01-11';"} +{"question_id": 8104, "table_id": "2-17520230-1", "question": "Which Distance has a Date of 1930-01-11?", "sql": "SELECT \"Distance\" FROM \"2-17520230-1\" WHERE \"Date\" = '1930-01-11';"} +{"question_id": 8105, "table_id": "2-174003-4", "question": "What is the weight when the race was the vrc melbourne cup?", "sql": "SELECT COUNT(\"Weight\") FROM \"2-174003-4\" WHERE \"Race\" = 'vrc melbourne cup';"} +{"question_id": 8106, "table_id": "2-174003-4", "question": "What weight has a distance of 8f, and RRC Hill Stakes (wfa) as the race?", "sql": "SELECT \"Weight\" FROM \"2-174003-4\" WHERE \"Distance\" = '8f' AND \"Race\" = 'RRC Hill Stakes (wfa)';"} +{"question_id": 8107, "table_id": "2-174003-4", "question": "What is the distance when the weight is 9.2?", "sql": "SELECT \"Distance\" FROM \"2-174003-4\" WHERE \"Weight\" = 9.2;"} +{"question_id": 8108, "table_id": "2-17100961-84", "question": "what is the pick for Adam Gettis?", "sql": "SELECT MIN(\"Pick\") FROM \"2-17100961-84\" WHERE \"Name\" = 'Adam Gettis';"} +{"question_id": 8109, "table_id": "2-17100961-84", "question": "what is the pick for alfred morris when the overall is less than 217, and the round is smaller than 6?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17100961-84\" WHERE \"Overall\" < 217.0 AND \"Name\" = 'alfred morris' AND \"Round\" < 6.0;"} +{"question_id": 8110, "table_id": "2-17100961-84", "question": "what is the college for Keenan Robinson when overall is more than 102?", "sql": "SELECT \"College\" FROM \"2-17100961-84\" WHERE \"Overall\" > 102.0 AND \"Name\" = 'Keenan Robinson';"} +{"question_id": 8111, "table_id": "2-17100961-84", "question": "what is the pick for Robert Griffin III?", "sql": "SELECT \"Pick\" FROM \"2-17100961-84\" WHERE \"Name\" = 'Robert Griffin III';"} +{"question_id": 8112, "table_id": "2-17137033-2", "question": "How many appearances did the flamengo player who was with flamengo during the years 1989–1993 1996–1998 2004–2005 have?", "sql": "SELECT MAX(\"Appearances\") FROM \"2-17137033-2\" WHERE \"Flamengo career\" = '1989–1993 1996–1998 2004–2005';"} +{"question_id": 8113, "table_id": "2-16712751-1", "question": "What was the attendance on week 1?", "sql": "SELECT \"Attendance\" FROM \"2-16712751-1\" WHERE \"Week\" = 1.0;"} +{"question_id": 8114, "table_id": "2-16712751-1", "question": "Who was the opponent before week 3 and a result of W 28-6?", "sql": "SELECT \"Opponent\" FROM \"2-16712751-1\" WHERE \"Week\" < 3.0 AND \"Result\" = 'W 28-6';"} +{"question_id": 8115, "table_id": "2-165237-2", "question": "What is the sum of core# with a part number of osa242cep5au and TDP greater than 82.1?", "sql": "SELECT SUM(\"Core #\") FROM \"2-165237-2\" WHERE \"Part Number(OPN)\" = 'osa242cep5au' AND \"TDP (W)\" > 82.1;"} +{"question_id": 8116, "table_id": "2-165237-2", "question": "What is the sum of core# with a TDP less than 85.3?", "sql": "SELECT SUM(\"Core #\") FROM \"2-165237-2\" WHERE \"TDP (W)\" < 85.3;"} +{"question_id": 8117, "table_id": "2-1711044-2", "question": "Which Winning score has a Date of Aug 26, 1973?", "sql": "SELECT \"Winning score\" FROM \"2-1711044-2\" WHERE \"Date\" = 'Aug 26, 1973';"} +{"question_id": 8118, "table_id": "2-1711044-2", "question": "Which Runner(s)-up has a Date of May 19, 1973?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1711044-2\" WHERE \"Date\" = 'May 19, 1973';"} +{"question_id": 8119, "table_id": "2-1711044-2", "question": "Which Margin of victory has a Runner(s)-up of Betty Burfeindt, and a Tournament of Pompano Beach Classic?", "sql": "SELECT \"Margin of victory\" FROM \"2-1711044-2\" WHERE \"Runner(s)-up\" = 'Betty Burfeindt' AND \"Tournament\" = 'Pompano Beach Classic';"} +{"question_id": 8120, "table_id": "2-1711044-2", "question": "Which Runner(s)-up has a Tournament of Cameron Park Open?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1711044-2\" WHERE \"Tournament\" = 'Cameron Park Open';"} +{"question_id": 8121, "table_id": "2-1711044-2", "question": "Which Runner(s)-up has a Winning score of –8 (68-68-72-72=280)?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1711044-2\" WHERE \"Winning score\" = '–8 (68-68-72-72=280)';"} +{"question_id": 8122, "table_id": "2-1711044-2", "question": "Which Date has a Tournament of National Jewish Hospital Open, and a Runner(s)-up of Pat Bradley?", "sql": "SELECT \"Date\" FROM \"2-1711044-2\" WHERE \"Tournament\" = 'National Jewish Hospital Open' AND \"Runner(s)-up\" = 'Pat Bradley';"} +{"question_id": 8123, "table_id": "2-17299309-3", "question": "What is the date for the winner Universitario after the 1943 season?", "sql": "SELECT \"Date\" FROM \"2-17299309-3\" WHERE \"Winner\" = 'Universitario' AND \"Season\" > 1943.0;"} +{"question_id": 8124, "table_id": "2-17299309-3", "question": "What is the competition before the 1930 season, and a winning Draw?", "sql": "SELECT \"Competition round [D ]\" FROM \"2-17299309-3\" WHERE \"Season\" < 1930.0 AND \"Winner\" = 'Draw';"} +{"question_id": 8125, "table_id": "2-1651314-2", "question": "Who is the co-driver for the 6th position and more than 159 laps?", "sql": "SELECT \"Co-driver\" FROM \"2-1651314-2\" WHERE \"Position\" = '6th' AND \"Laps\" > 159.0;"} +{"question_id": 8126, "table_id": "2-1722347-1", "question": "Which location has 13 floors and a rank greater than 12?", "sql": "SELECT \"Location\" FROM \"2-1722347-1\" WHERE \"Rank\" > 12.0 AND \"Floors\" = 13.0;"} +{"question_id": 8127, "table_id": "2-17133422-2", "question": "What is the Visitor on January 1?", "sql": "SELECT \"Visitor\" FROM \"2-17133422-2\" WHERE \"Date\" = 'January 1';"} +{"question_id": 8128, "table_id": "2-17133422-2", "question": "What is the Record of the Game on January 20 with Visitor Toronto Maple Leafs with a Score of 3–1?", "sql": "SELECT \"Record\" FROM \"2-17133422-2\" WHERE \"Score\" = '3–1' AND \"Visitor\" = 'Toronto Maple Leafs' AND \"Date\" = 'January 20';"} +{"question_id": 8129, "table_id": "2-17133422-2", "question": "What is the Record of the game on November 24 with a Score of 6–2?", "sql": "SELECT \"Record\" FROM \"2-17133422-2\" WHERE \"Score\" = '6–2' AND \"Date\" = 'November 24';"} +{"question_id": 8130, "table_id": "2-17133422-2", "question": "What is the Record of the game on November 15 against Visitor Chicago Black Hawks with a Score of 1–3?", "sql": "SELECT \"Record\" FROM \"2-17133422-2\" WHERE \"Score\" = '1–3' AND \"Visitor\" = 'Chicago Black Hawks' AND \"Date\" = 'November 15';"} +{"question_id": 8131, "table_id": "2-17133422-2", "question": "What is the Date of the game with a Score of 3–1 and Record of 1–1–0?", "sql": "SELECT \"Date\" FROM \"2-17133422-2\" WHERE \"Score\" = '3–1' AND \"Record\" = '1–1–0';"} +{"question_id": 8132, "table_id": "2-17133422-2", "question": "What is the Visitor of the game on January 24?", "sql": "SELECT \"Visitor\" FROM \"2-17133422-2\" WHERE \"Date\" = 'January 24';"} +{"question_id": 8133, "table_id": "2-17060277-6", "question": "What is Record, when Game is 27?", "sql": "SELECT \"Record\" FROM \"2-17060277-6\" WHERE \"Game\" = 27.0;"} +{"question_id": 8134, "table_id": "2-17060277-6", "question": "What is Team, when High Rebounds is David Lee (15)?", "sql": "SELECT \"Team\" FROM \"2-17060277-6\" WHERE \"High rebounds\" = 'David Lee (15)';"} +{"question_id": 8135, "table_id": "2-17060277-6", "question": "What is Record, when Location Attendance, is Madison Square Garden 19,009?", "sql": "SELECT \"Record\" FROM \"2-17060277-6\" WHERE \"Location Attendance\" = 'Madison Square Garden 19,009';"} +{"question_id": 8136, "table_id": "2-17507108-3", "question": "What is the lowest runners-up for the club that took third place in 2003 and fewer than 1 third-place entry?", "sql": "SELECT MIN(\"Runners-up\") FROM \"2-17507108-3\" WHERE \"Third-place years\" = '2003' AND \"Third-place\" < 1.0;"} +{"question_id": 8137, "table_id": "2-17377385-1", "question": "What song is on volume:issue 65:1-3?", "sql": "SELECT \"Song\" FROM \"2-17377385-1\" WHERE \"Volume:Issue\" = '65:1-3';"} +{"question_id": 8138, "table_id": "2-17377385-1", "question": "How many weeks on top was OMC?", "sql": "SELECT \"Weeks on Top\" FROM \"2-17377385-1\" WHERE \"Artist\" = 'OMC';"} +{"question_id": 8139, "table_id": "2-17377385-1", "question": "What's the volume:issue of Sheryl Crow with 3 weeks on top?", "sql": "SELECT \"Volume:Issue\" FROM \"2-17377385-1\" WHERE \"Weeks on Top\" = '3' AND \"Artist\" = 'Sheryl Crow';"} +{"question_id": 8140, "table_id": "2-17368176-1", "question": "What is Coverage (Transmitter Site), when Power (kW) is \"10kW\", and when Callsign is \"DYFX-TV\"?", "sql": "SELECT \"Coverage (Transmitter site)\" FROM \"2-17368176-1\" WHERE \"Power (kW)\" = '10kW' AND \"Callsign\" = 'DYFX-TV';"} +{"question_id": 8141, "table_id": "2-17368176-1", "question": "What is Branding, when Callsign is \"DXED-TV\"?", "sql": "SELECT \"Branding\" FROM \"2-17368176-1\" WHERE \"Callsign\" = 'DXED-TV';"} +{"question_id": 8142, "table_id": "2-17368176-1", "question": "What is Power (kW), when Coverage (Transmitter Site) is \"Lucena\"?", "sql": "SELECT \"Power (kW)\" FROM \"2-17368176-1\" WHERE \"Coverage (Transmitter site)\" = 'Lucena';"} +{"question_id": 8143, "table_id": "2-1729356-1", "question": "What year did Ivanovic win with Ivanovic greater than 4 and round of R16?", "sql": "SELECT SUM(\"Year\") FROM \"2-1729356-1\" WHERE \"Winner\" = 'Ivanovic' AND \"Ivanovic\" > 4.0 AND \"Round\" = 'R16';"} +{"question_id": 8144, "table_id": "2-1729356-1", "question": "What is the highest result for Jankovic at Indian Wells and round of SF?", "sql": "SELECT MAX(\"Jankovic\") FROM \"2-1729356-1\" WHERE \"Round\" = 'SF' AND \"Tournament\" = 'Indian Wells';"} +{"question_id": 8145, "table_id": "2-17058151-7", "question": "Where did Ben Gordon (8) have the high assists?", "sql": "SELECT \"Location Attendance\" FROM \"2-17058151-7\" WHERE \"High assists\" = 'Ben Gordon (8)';"} +{"question_id": 8146, "table_id": "2-17058151-7", "question": "Who had the high points at the United Center 20,389?", "sql": "SELECT \"High points\" FROM \"2-17058151-7\" WHERE \"Location Attendance\" = 'United Center 20,389';"} +{"question_id": 8147, "table_id": "2-17058151-7", "question": "Where was the location attendance when Minnesota played?", "sql": "SELECT \"Location Attendance\" FROM \"2-17058151-7\" WHERE \"Team\" = 'Minnesota';"} +{"question_id": 8148, "table_id": "2-17058151-7", "question": "What date did Ben Gordon (8) have high assists?", "sql": "SELECT \"Date\" FROM \"2-17058151-7\" WHERE \"High assists\" = 'Ben Gordon (8)';"} +{"question_id": 8149, "table_id": "2-1637053-4", "question": "What team had a finish of 25 in a smaller than 28?", "sql": "SELECT \"Team\" FROM \"2-1637053-4\" WHERE \"Start\" < 28.0 AND \"Finish\" = 25.0;"} +{"question_id": 8150, "table_id": "2-1637053-4", "question": "For any races with a start of 14 what was the lowest finish?", "sql": "SELECT MIN(\"Finish\") FROM \"2-1637053-4\" WHERE \"Start\" = 14.0;"} +{"question_id": 8151, "table_id": "2-1630554-2", "question": "What is the transfer fee for Jimmy Gibson?", "sql": "SELECT \"Transfer fee\" FROM \"2-1630554-2\" WHERE \"Name\" = 'Jimmy Gibson';"} +{"question_id": 8152, "table_id": "2-17028363-3", "question": "What is the sum of silver medals won for rank 7?", "sql": "SELECT SUM(\"Silver\") FROM \"2-17028363-3\" WHERE \"Rank\" = '7';"} +{"question_id": 8153, "table_id": "2-16218722-2", "question": "Which Team 2 had the 1st leg of 1–0?", "sql": "SELECT \"Team 2\" FROM \"2-16218722-2\" WHERE \"1st leg\" = '1–0';"} +{"question_id": 8154, "table_id": "2-16218722-2", "question": "Which Team 1 had a 1st leg of 0–2?", "sql": "SELECT \"Team 1\" FROM \"2-16218722-2\" WHERE \"1st leg\" = '0–2';"} +{"question_id": 8155, "table_id": "2-16218722-2", "question": "Which 2nd leg has a 1st leg of 2–0?", "sql": "SELECT \"2nd leg\" FROM \"2-16218722-2\" WHERE \"1st leg\" = '2–0';"} +{"question_id": 8156, "table_id": "2-16218722-2", "question": "Goldfields Obuasi Team 1 has what Agg. totals ?", "sql": "SELECT \"Agg.\" FROM \"2-16218722-2\" WHERE \"Team 1\" = 'Goldfields Obuasi';"} +{"question_id": 8157, "table_id": "2-17305625-2", "question": "Which Inhabitants has a Party of south tyrolean people's party, a Municipality of bruneck, and an Election larger than 2010?", "sql": "SELECT AVG(\"Inhabitants\") FROM \"2-17305625-2\" WHERE \"Party\" = 'south tyrolean people''s party' AND \"Municipality\" = 'bruneck' AND \"Election\" > 2010.0;"} +{"question_id": 8158, "table_id": "2-17305625-2", "question": "Which Election has a Municipality of laives, and Inhabitants smaller than 17197?", "sql": "SELECT AVG(\"Election\") FROM \"2-17305625-2\" WHERE \"Municipality\" = 'laives' AND \"Inhabitants\" < 17197.0;"} +{"question_id": 8159, "table_id": "2-17584392-1", "question": "What is the number week with a result of W 40–62?", "sql": "SELECT SUM(\"Week\") FROM \"2-17584392-1\" WHERE \"Result\" = 'W 40–62';"} +{"question_id": 8160, "table_id": "2-17584392-1", "question": "What was the game site week 15?", "sql": "SELECT \"Game site\" FROM \"2-17584392-1\" WHERE \"Week\" = 15.0;"} +{"question_id": 8161, "table_id": "2-17584392-1", "question": "What is the record when the result was W 52–43?", "sql": "SELECT \"Record\" FROM \"2-17584392-1\" WHERE \"Result\" = 'W 52–43';"} +{"question_id": 8162, "table_id": "2-17584392-1", "question": "What is the highest week when the game site was Verizon Wireless Arena, and the result was W 59–42?", "sql": "SELECT MAX(\"Week\") FROM \"2-17584392-1\" WHERE \"Game site\" = 'Verizon Wireless Arena' AND \"Result\" = 'W 59–42';"} +{"question_id": 8163, "table_id": "2-17584392-1", "question": "What is the opponent on May 25, 2007?", "sql": "SELECT \"Opponent\" FROM \"2-17584392-1\" WHERE \"Date\" = 'May 25, 2007';"} +{"question_id": 8164, "table_id": "2-17584392-1", "question": "What team was the opponent with a record of 5–0?", "sql": "SELECT \"Opponent\" FROM \"2-17584392-1\" WHERE \"Record\" = '5–0';"} +{"question_id": 8165, "table_id": "2-16388439-3", "question": "What date was the away team from Adelaide?", "sql": "SELECT \"Date\" FROM \"2-16388439-3\" WHERE \"Away team\" = 'Adelaide';"} +{"question_id": 8166, "table_id": "2-16388439-3", "question": "What date was the Colonial Stadium?", "sql": "SELECT \"Date\" FROM \"2-16388439-3\" WHERE \"Ground\" = 'Colonial Stadium';"} +{"question_id": 8167, "table_id": "2-16388439-3", "question": "What was the total crowd attendance at Westpac Stadium?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-16388439-3\" WHERE \"Ground\" = 'Westpac Stadium';"} +{"question_id": 8168, "table_id": "2-17494040-7", "question": "What is the attendance of the match with Maidsone United as the away team?", "sql": "SELECT \"Attendance\" FROM \"2-17494040-7\" WHERE \"Away team\" = 'Maidsone United';"} +{"question_id": 8169, "table_id": "2-17494040-7", "question": "What is the attendance with a 45 tie no.?", "sql": "SELECT \"Attendance\" FROM \"2-17494040-7\" WHERE \"Tie no\" = '45';"} +{"question_id": 8170, "table_id": "2-17310913-6", "question": "What is February, when Opponent is \"Montreal Canadiens\"?", "sql": "SELECT \"February\" FROM \"2-17310913-6\" WHERE \"Opponent\" = 'Montreal Canadiens';"} +{"question_id": 8171, "table_id": "2-17310913-6", "question": "What is February, when Record is \"21-29-11\"?", "sql": "SELECT \"February\" FROM \"2-17310913-6\" WHERE \"Record\" = '21-29-11';"} +{"question_id": 8172, "table_id": "2-17310913-6", "question": "What is the lowest February, when Record is \"21-30-11\", and when Game is greater than 62?", "sql": "SELECT MIN(\"February\") FROM \"2-17310913-6\" WHERE \"Record\" = '21-30-11' AND \"Game\" > 62.0;"} +{"question_id": 8173, "table_id": "2-17310913-6", "question": "What is Score, when Game is less than 61, when February is less than 11, and when Opponent is \"@ Buffalo Sabres\"?", "sql": "SELECT \"Score\" FROM \"2-17310913-6\" WHERE \"Game\" < 61.0 AND \"February\" < 11.0 AND \"Opponent\" = '@ Buffalo Sabres';"} +{"question_id": 8174, "table_id": "2-17310913-6", "question": "What is the highest Game, when Record is \"21-30-11\"?", "sql": "SELECT MAX(\"Game\") FROM \"2-17310913-6\" WHERE \"Record\" = '21-30-11';"} +{"question_id": 8175, "table_id": "2-17288869-10", "question": "Who had the most rebounds in the game against Phoenix with a number over 76?", "sql": "SELECT \"High rebounds\" FROM \"2-17288869-10\" WHERE \"Game\" > 76.0 AND \"Team\" = 'Phoenix';"} +{"question_id": 8176, "table_id": "2-16772687-3", "question": "What is Years, when Jersey Number(s) is 5?", "sql": "SELECT \"Years\" FROM \"2-16772687-3\" WHERE \"Jersey Number(s)\" = '5';"} +{"question_id": 8177, "table_id": "2-16772687-3", "question": "What is Position when Player is Drew Barry Category:Articles with hCards?", "sql": "SELECT \"Position\" FROM \"2-16772687-3\" WHERE \"Player\" = 'Drew Barry Category:Articles with hCards';"} +{"question_id": 8178, "table_id": "2-16772687-3", "question": "What is Years, when Jersey Number(s) is 21, and when Position is SG?", "sql": "SELECT \"Years\" FROM \"2-16772687-3\" WHERE \"Jersey Number(s)\" = '21' AND \"Position\" = 'SG';"} +{"question_id": 8179, "table_id": "2-16772687-3", "question": "What is Postition, when Nationality is United States, when Jersey Number(s) is 12, and when Player is Tom Black Category:Articles with hCards?", "sql": "SELECT \"Position\" FROM \"2-16772687-3\" WHERE \"Nationality\" = 'United States' AND \"Jersey Number(s)\" = '12' AND \"Player\" = 'Tom Black Category:Articles with hCards';"} +{"question_id": 8180, "table_id": "2-1640927-1", "question": "Which Club has a Founded smaller than 1882, and a League of FA Premier League?", "sql": "SELECT \"Club\" FROM \"2-1640927-1\" WHERE \"Founded\" < 1882.0 AND \"League\" = 'FA Premier League';"} +{"question_id": 8181, "table_id": "2-1640927-1", "question": "Which Venue has a Club of West Bromwich Albion?", "sql": "SELECT \"Venue\" FROM \"2-1640927-1\" WHERE \"Club\" = 'West Bromwich Albion';"} +{"question_id": 8182, "table_id": "2-1640927-1", "question": "Which Sport has a Founded larger than 1874 and a Club of Birmingham City?", "sql": "SELECT \"Sport\" FROM \"2-1640927-1\" WHERE \"Founded\" > 1874.0 AND \"Club\" = 'Birmingham City';"} +{"question_id": 8183, "table_id": "2-1640927-1", "question": "What kind of League has a Venue of Billesley Common?", "sql": "SELECT \"League\" FROM \"2-1640927-1\" WHERE \"Venue\" = 'Billesley Common';"} +{"question_id": 8184, "table_id": "2-1640927-1", "question": "COunt the Founded which has a Venue of Villa Park?", "sql": "SELECT SUM(\"Founded\") FROM \"2-1640927-1\" WHERE \"Venue\" = 'Villa Park';"} +{"question_id": 8185, "table_id": "2-1640927-1", "question": "Name the Club which has a Founded larger than 1875, and a Sport of Football?", "sql": "SELECT \"Club\" FROM \"2-1640927-1\" WHERE \"Founded\" > 1875.0 AND \"Sport\" = 'Football';"} +{"question_id": 8186, "table_id": "2-16488263-1", "question": "What score did Seve Ballesteros have when he was in T3 place?", "sql": "SELECT \"Score\" FROM \"2-16488263-1\" WHERE \"Place\" = 'T3' AND \"Player\" = 'Seve Ballesteros';"} +{"question_id": 8187, "table_id": "2-16488263-1", "question": "What was the money value for Jerry Pate?", "sql": "SELECT \"Money ( $ )\" FROM \"2-16488263-1\" WHERE \"Player\" = 'Jerry Pate';"} +{"question_id": 8188, "table_id": "2-16488263-1", "question": "What country is Curtis Strange from?", "sql": "SELECT \"Country\" FROM \"2-16488263-1\" WHERE \"Player\" = 'Curtis Strange';"} +{"question_id": 8189, "table_id": "2-16488263-1", "question": "Who had a score of 77-69-70-71=287?", "sql": "SELECT \"Player\" FROM \"2-16488263-1\" WHERE \"Score\" = '77-69-70-71=287';"} +{"question_id": 8190, "table_id": "2-16488263-1", "question": "What was Tom Kite's to par?", "sql": "SELECT \"To par\" FROM \"2-16488263-1\" WHERE \"Player\" = 'Tom Kite';"} +{"question_id": 8191, "table_id": "2-17026847-16", "question": "What is the date for the game where Platense was the home side?", "sql": "SELECT \"Date\" FROM \"2-17026847-16\" WHERE \"Home\" = 'Platense';"} +{"question_id": 8192, "table_id": "2-17026847-16", "question": "On what date was the game with fewer than 6650 in attendance, that finished 0:1?", "sql": "SELECT \"Date\" FROM \"2-17026847-16\" WHERE \"Attendance\" < 6650.0 AND \"Score\" = '0:1';"} +{"question_id": 8193, "table_id": "2-17026847-16", "question": "Who was the home team in the game with more than 1675, and Olimpia was the away side?", "sql": "SELECT \"Home\" FROM \"2-17026847-16\" WHERE \"Attendance\" > 1675.0 AND \"Away\" = 'Olimpia';"} +{"question_id": 8194, "table_id": "2-16406300-1", "question": "What was the total Attendance in weeks previous of 5, playing the seattle seahawks?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-16406300-1\" WHERE \"Week\" < 5.0 AND \"Opponent\" = 'seattle seahawks';"} +{"question_id": 8195, "table_id": "2-17327264-2", "question": "Who is the head coach for the team that has Finke as the shirt sponsor?", "sql": "SELECT \"Head coach\" FROM \"2-17327264-2\" WHERE \"Shirt sponsor\" = 'Finke';"} +{"question_id": 8196, "table_id": "2-17327264-2", "question": "Who was the team captain of TuS Koblenz?", "sql": "SELECT \"Team captain\" FROM \"2-17327264-2\" WHERE \"Team\" = 'TuS Koblenz';"} +{"question_id": 8197, "table_id": "2-17327264-2", "question": "Who is the shirt sponsor for the team with a head coach of Andre Schubert and a kitmaker of Puma?", "sql": "SELECT \"Shirt sponsor\" FROM \"2-17327264-2\" WHERE \"Kitmaker\" = 'Puma' AND \"Head coach\" = 'Andre Schubert';"} +{"question_id": 8198, "table_id": "2-17327264-2", "question": "Who is the team captain for the team with Sparkasse (Düsseldorf) as the shirt sponsor?", "sql": "SELECT \"Team captain\" FROM \"2-17327264-2\" WHERE \"Shirt sponsor\" = 'Sparkasse (Düsseldorf)';"} +{"question_id": 8199, "table_id": "2-17327264-2", "question": "Who is the head coach for the team, Arminia Bielefeld?", "sql": "SELECT \"Head coach\" FROM \"2-17327264-2\" WHERE \"Team\" = 'Arminia Bielefeld';"} +{"question_id": 8200, "table_id": "2-17576146-2", "question": "What is the result of the game with 77,698 in attendance?", "sql": "SELECT \"Result\" FROM \"2-17576146-2\" WHERE \"Attendance\" = '77,698';"} +{"question_id": 8201, "table_id": "2-17576146-2", "question": "What is the Venue when the result was 2-1?", "sql": "SELECT \"Venue\" FROM \"2-17576146-2\" WHERE \"Result\" = '2-1';"} +{"question_id": 8202, "table_id": "2-17576146-2", "question": "What is the venue when the Round shows After extra time, Chelsea won on 4-1 on penalties?", "sql": "SELECT \"Venue\" FROM \"2-17576146-2\" WHERE \"Round\" = 'After extra time, Chelsea won on 4-1 on penalties';"} +{"question_id": 8203, "table_id": "2-17576146-2", "question": "What was the attendance when the result was 1-1?", "sql": "SELECT \"Attendance\" FROM \"2-17576146-2\" WHERE \"Result\" = '1-1';"} +{"question_id": 8204, "table_id": "2-17215185-2", "question": "What is the Version of the CD release?", "sql": "SELECT \"Version\" FROM \"2-17215185-2\" WHERE \"Format\" = 'CD';"} +{"question_id": 8205, "table_id": "2-17215185-2", "question": "What is the Label of the Original CD release?", "sql": "SELECT \"Label\" FROM \"2-17215185-2\" WHERE \"Format\" = 'CD' AND \"Version\" = 'Original';"} +{"question_id": 8206, "table_id": "2-17215185-2", "question": "What is the Version of the CD release on June 12, 2008 in Cyprus?", "sql": "SELECT \"Version\" FROM \"2-17215185-2\" WHERE \"Format\" = 'CD' AND \"Date\" = 'June 12, 2008' AND \"Region\" = 'Cyprus';"} +{"question_id": 8207, "table_id": "2-17215185-2", "question": "What is the Region of the release on December 22, 2008?", "sql": "SELECT \"Region\" FROM \"2-17215185-2\" WHERE \"Date\" = 'December 22, 2008';"} +{"question_id": 8208, "table_id": "2-17215185-2", "question": "What is the Label of the release on June 12, 2008 in Cyprus?", "sql": "SELECT \"Label\" FROM \"2-17215185-2\" WHERE \"Date\" = 'June 12, 2008' AND \"Region\" = 'Cyprus';"} +{"question_id": 8209, "table_id": "2-17215185-2", "question": "What is the Format of the release in Greece?", "sql": "SELECT \"Format\" FROM \"2-17215185-2\" WHERE \"Region\" = 'Greece';"} +{"question_id": 8210, "table_id": "2-17297775-1", "question": "What is the total number of Tonnage, when Date is \"25 june 1943\"?", "sql": "SELECT COUNT(\"Tonnage\") FROM \"2-17297775-1\" WHERE \"Date\" = '25 june 1943';"} +{"question_id": 8211, "table_id": "2-17297775-1", "question": "What is Ship, when Nationality is \"Syria\", and when Date is \"26 June 1943\", and when Tonnage is \"80\"?", "sql": "SELECT \"Ship\" FROM \"2-17297775-1\" WHERE \"Nationality\" = 'Syria' AND \"Date\" = '26 June 1943' AND \"Tonnage\" = 80.0;"} +{"question_id": 8212, "table_id": "2-16710971-2", "question": "What is the record of the game that resulted in a Loss with more than 56648 people in attendance?", "sql": "SELECT \"Record\" FROM \"2-16710971-2\" WHERE \"Result\" = 'Loss' AND \"Attendance\" > 56648.0;"} +{"question_id": 8213, "table_id": "2-163464-1", "question": "What was the University of Akron's enrollment?", "sql": "SELECT \"Enrollment\" FROM \"2-163464-1\" WHERE \"University\" = 'University of Akron';"} +{"question_id": 8214, "table_id": "2-163464-1", "question": "Which athletics nickname was founded in 1872?", "sql": "SELECT \"Athletics nickname\" FROM \"2-163464-1\" WHERE \"Founded\" = '1872';"} +{"question_id": 8215, "table_id": "2-163464-1", "question": "Which School Colors has an Enrollment larger than 15664, and Founded of 1910, and a Location of Bowling Green?", "sql": "SELECT \"School Colors\" FROM \"2-163464-1\" WHERE \"Enrollment\" > 15664.0 AND \"Founded\" = '1910' AND \"Location\" = 'Bowling Green';"} +{"question_id": 8216, "table_id": "2-1730453-1", "question": "What date did the Executive office in Dover take office?", "sql": "SELECT \"Took Office\" FROM \"2-1730453-1\" WHERE \"Location\" = 'Dover' AND \"Type\" = 'Executive';"} +{"question_id": 8217, "table_id": "2-1730453-1", "question": "What left office date happened in Washington?", "sql": "SELECT \"Left Office\" FROM \"2-1730453-1\" WHERE \"Location\" = 'Washington';"} +{"question_id": 8218, "table_id": "2-1730453-1", "question": "What type of office left office in 1810?", "sql": "SELECT \"Office\" FROM \"2-1730453-1\" WHERE \"Left Office\" = '1810';"} +{"question_id": 8219, "table_id": "2-16744357-35", "question": "What is the 2nd Leg, when Team 2 is Marbella?", "sql": "SELECT \"2nd leg\" FROM \"2-16744357-35\" WHERE \"Team 2\" = 'Marbella';"} +{"question_id": 8220, "table_id": "2-17577133-6", "question": "What was the result F-A for Round 5?", "sql": "SELECT \"Result F – A\" FROM \"2-17577133-6\" WHERE \"Round\" = 'Round 5';"} +{"question_id": 8221, "table_id": "2-16566850-25", "question": "What is the most elevated Played that has a Lost smaller than 12, and a Name of ec amberg (n), and a Position smaller than 4?", "sql": "SELECT MAX(\"Played\") FROM \"2-16566850-25\" WHERE \"Lost\" < 12.0 AND \"Name\" = 'ec amberg (n)' AND \"Position\" < 4.0;"} +{"question_id": 8222, "table_id": "2-16566850-25", "question": "What is the average Lost that has a Name of ec amberg (n), and a Position smaller than 4?", "sql": "SELECT AVG(\"Lost\") FROM \"2-16566850-25\" WHERE \"Name\" = 'ec amberg (n)' AND \"Position\" < 4.0;"} +{"question_id": 8223, "table_id": "2-16566850-25", "question": "What is the whole of Points that has a Drawn smaller than 1?", "sql": "SELECT SUM(\"Points\") FROM \"2-16566850-25\" WHERE \"Drawn\" < 1.0;"} +{"question_id": 8224, "table_id": "2-16566850-25", "question": "What is the whole of Drawn that has a Lost of 4?", "sql": "SELECT SUM(\"Drawn\") FROM \"2-16566850-25\" WHERE \"Lost\" = 4.0;"} +{"question_id": 8225, "table_id": "2-16566850-25", "question": "What is the whole of Drawn that has a Played larger than 14?", "sql": "SELECT SUM(\"Drawn\") FROM \"2-16566850-25\" WHERE \"Played\" > 14.0;"} +{"question_id": 8226, "table_id": "2-17342287-11", "question": "What was the result of the game on April 28?", "sql": "SELECT \"Result\" FROM \"2-17342287-11\" WHERE \"Date\" = 'April 28';"} +{"question_id": 8227, "table_id": "2-17342287-11", "question": "Who was the home team on April 20 against Boston?", "sql": "SELECT \"Home Team\" FROM \"2-17342287-11\" WHERE \"Road Team\" = 'Boston' AND \"Date\" = 'April 20';"} +{"question_id": 8228, "table_id": "2-17342287-11", "question": "What was the result of Game 3?", "sql": "SELECT \"Result\" FROM \"2-17342287-11\" WHERE \"Game\" = 'Game 3';"} +{"question_id": 8229, "table_id": "2-17342287-11", "question": "What is the result of the game on April 17 against Los Angeles?", "sql": "SELECT \"Result\" FROM \"2-17342287-11\" WHERE \"Road Team\" = 'Los Angeles' AND \"Date\" = 'April 17';"} +{"question_id": 8230, "table_id": "2-17342287-11", "question": "What is the date of Game 3 with Boston as the road team?", "sql": "SELECT \"Date\" FROM \"2-17342287-11\" WHERE \"Road Team\" = 'Boston' AND \"Game\" = 'Game 3';"} +{"question_id": 8231, "table_id": "2-1647218-1", "question": "What is the IATA for Esperadinha Airport?", "sql": "SELECT \"IATA\" FROM \"2-1647218-1\" WHERE \"AIRPORTNAME\" = 'Esperadinha Airport';"} +{"question_id": 8232, "table_id": "2-1647218-1", "question": "What is the name of the airport in São Filipe that has an IATA of SFL?", "sql": "SELECT \"AIRPORTNAME\" FROM \"2-1647218-1\" WHERE \"CITY / TOWN\" = 'São Filipe' AND \"IATA\" = 'SFL';"} +{"question_id": 8233, "table_id": "2-1647218-1", "question": "In which city is the ICAO GVMA?", "sql": "SELECT \"CITY / TOWN\" FROM \"2-1647218-1\" WHERE \"ICAO\" = 'GVMA';"} +{"question_id": 8234, "table_id": "2-1647218-1", "question": "What is the ICAO for the IATA BVC?", "sql": "SELECT \"ICAO\" FROM \"2-1647218-1\" WHERE \"IATA\" = 'BVC';"} +{"question_id": 8235, "table_id": "2-1647218-1", "question": "On which island is Esperadinha Airport located?", "sql": "SELECT \"ISLAND\" FROM \"2-1647218-1\" WHERE \"AIRPORTNAME\" = 'Esperadinha Airport';"} +{"question_id": 8236, "table_id": "2-1647218-1", "question": "Which city has an ICAO of GVSF?", "sql": "SELECT \"CITY / TOWN\" FROM \"2-1647218-1\" WHERE \"ICAO\" = 'GVSF';"} +{"question_id": 8237, "table_id": "2-16360419-1", "question": "How many gold when silver is less than 32, bronze is 25, and overall is less than 67?", "sql": "SELECT SUM(\"Gold\") FROM \"2-16360419-1\" WHERE \"Silver\" < 32.0 AND \"Bronze\" = 25.0 AND \"Overall\" < 67.0;"} +{"question_id": 8238, "table_id": "2-16360419-1", "question": "How many silver when bronze is 25 and overall is less than 67?", "sql": "SELECT SUM(\"Silver\") FROM \"2-16360419-1\" WHERE \"Bronze\" = 25.0 AND \"Overall\" < 67.0;"} +{"question_id": 8239, "table_id": "2-16360419-1", "question": "what is the least silver when overall is less than 67, team is saami and gold is less than 5?", "sql": "SELECT MIN(\"Silver\") FROM \"2-16360419-1\" WHERE \"Overall\" < 67.0 AND \"Team\" = 'saami' AND \"Gold\" < 5.0;"} +{"question_id": 8240, "table_id": "2-16360419-1", "question": "what is the average bronze when the team is northwest territories and gold is more than 34?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-16360419-1\" WHERE \"Team\" = 'northwest territories' AND \"Gold\" > 34.0;"} +{"question_id": 8241, "table_id": "2-16360419-1", "question": "How many silver when the team is northwest territories and gold is less than 34?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-16360419-1\" WHERE \"Team\" = 'northwest territories' AND \"Gold\" < 34.0;"} +{"question_id": 8242, "table_id": "2-17004128-4", "question": "What is the away team with West Ham United as the home team?", "sql": "SELECT \"Away team\" FROM \"2-17004128-4\" WHERE \"Home team\" = 'West Ham United';"} +{"question_id": 8243, "table_id": "2-17004128-4", "question": "What is the attendance of tie no. 23?", "sql": "SELECT \"Attendance\" FROM \"2-17004128-4\" WHERE \"Tie no\" = '23';"} +{"question_id": 8244, "table_id": "2-17004128-4", "question": "What is the attendance of the match with Carlisle United as the home team?", "sql": "SELECT \"Attendance\" FROM \"2-17004128-4\" WHERE \"Home team\" = 'Carlisle United';"} +{"question_id": 8245, "table_id": "2-16225902-2", "question": "what is the sum of total when year(s) won is 1985?", "sql": "SELECT SUM(\"Total\") FROM \"2-16225902-2\" WHERE \"Year(s) won\" = '1985';"} +{"question_id": 8246, "table_id": "2-16225902-2", "question": "what is the finish when the country is United States and the player is Tiger Woods?", "sql": "SELECT \"Finish\" FROM \"2-16225902-2\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Tiger Woods';"} +{"question_id": 8247, "table_id": "2-16225902-2", "question": "How many times was the finish t32?", "sql": "SELECT COUNT(\"Total\") FROM \"2-16225902-2\" WHERE \"Finish\" = 't32';"} +{"question_id": 8248, "table_id": "2-17440483-4", "question": "Who was the home team on 8 January 1946 with a tie no of 4?", "sql": "SELECT \"Home team\" FROM \"2-17440483-4\" WHERE \"Date\" = '8 January 1946' AND \"Tie no\" = '4';"} +{"question_id": 8249, "table_id": "2-17440483-4", "question": "What is the score of the game where Wrexham is the home team and the date is Blackpool?", "sql": "SELECT \"Score\" FROM \"2-17440483-4\" WHERE \"Home team\" = 'Wrexham' AND \"Date\" = 'Blackpool';"} +{"question_id": 8250, "table_id": "2-1632976-1", "question": "Name the Programming which has an Aspect of 4:3, and a PSIP Short Name of IBC-TV?", "sql": "SELECT \"Programming\" FROM \"2-1632976-1\" WHERE \"Aspect\" = '4:3' AND \"PSIP Short Name\" = 'IBC-TV';"} +{"question_id": 8251, "table_id": "2-1632976-1", "question": "Name the highest Channel with an Aspect of 4:3, and a PSIP Short Name of IBC-TV?", "sql": "SELECT MAX(\"Channel\") FROM \"2-1632976-1\" WHERE \"Aspect\" = '4:3' AND \"PSIP Short Name\" = 'IBC-TV';"} +{"question_id": 8252, "table_id": "2-1632976-1", "question": "WHich Video has a Channel larger than 56.4?", "sql": "SELECT \"Video\" FROM \"2-1632976-1\" WHERE \"Channel\" > 56.4;"} +{"question_id": 8253, "table_id": "2-1632976-1", "question": "Which Programming has an Aspect of 4:3 and a PSIP Short Name of METVLA?", "sql": "SELECT \"Programming\" FROM \"2-1632976-1\" WHERE \"Aspect\" = '4:3' AND \"PSIP Short Name\" = 'METVLA';"} +{"question_id": 8254, "table_id": "2-1632976-1", "question": "Which Channel has an Aspect of 4:3 and a Programming of Me-TV?", "sql": "SELECT \"Channel\" FROM \"2-1632976-1\" WHERE \"Aspect\" = '4:3' AND \"Programming\" = 'Me-TV';"} +{"question_id": 8255, "table_id": "2-17310913-8", "question": "Who is the opponent in a game higher than 76 on April 6?", "sql": "SELECT \"Opponent\" FROM \"2-17310913-8\" WHERE \"Game\" > 76.0 AND \"April\" = 6.0;"} +{"question_id": 8256, "table_id": "2-17310913-8", "question": "What is the earliest April date with a game less than 76?", "sql": "SELECT MIN(\"April\") FROM \"2-17310913-8\" WHERE \"Game\" < 76.0;"} +{"question_id": 8257, "table_id": "2-16651861-3", "question": "Which Tracking Method has a Latest stable release of N/A, and a Price in USD of From $202/month?", "sql": "SELECT \"Tracking Method\" FROM \"2-16651861-3\" WHERE \"Latest stable release\" = 'N/A' AND \"Price in USD\" = 'From $202/month';"} +{"question_id": 8258, "table_id": "2-16651861-3", "question": "Which Name has a Company of Quantcast Corporation?", "sql": "SELECT \"Name\" FROM \"2-16651861-3\" WHERE \"Company\" = 'Quantcast Corporation';"} +{"question_id": 8259, "table_id": "2-16651861-3", "question": "Name the Latest stable release that has a Price in USD of Free / Negotiable?", "sql": "SELECT \"Latest stable release\" FROM \"2-16651861-3\" WHERE \"Price in USD\" = 'Free / Negotiable';"} +{"question_id": 8260, "table_id": "2-16651861-3", "question": "Name the Company which has a Price in USD of Free / Negotiable?", "sql": "SELECT \"Company\" FROM \"2-16651861-3\" WHERE \"Price in USD\" = 'Free / Negotiable';"} +{"question_id": 8261, "table_id": "2-16651861-3", "question": "Name the company which has a tracking method of \"Cookies via Javascript\", and a latest stable release of \"N/A\", and a name of \"ClickTale\"?", "sql": "SELECT \"Company\" FROM \"2-16651861-3\" WHERE \"Tracking Method\" = 'Cookies via Javascript' AND \"Latest stable release\" = 'N/A' AND \"Name\" = 'ClickTale';"} +{"question_id": 8262, "table_id": "2-16651861-3", "question": "Name the Tracking Method which has a Company of Mapmyuser, LLC?", "sql": "SELECT \"Tracking Method\" FROM \"2-16651861-3\" WHERE \"Company\" = 'Mapmyuser, LLC';"} +{"question_id": 8263, "table_id": "2-16222274-5", "question": "What was the tie number of the game when the Queens Park Rangers were the home team?", "sql": "SELECT \"Tie no\" FROM \"2-16222274-5\" WHERE \"Home team\" = 'Queens Park Rangers';"} +{"question_id": 8264, "table_id": "2-16222274-5", "question": "What was the tie number when the away team was Wrexham?", "sql": "SELECT \"Tie no\" FROM \"2-16222274-5\" WHERE \"Away team\" = 'Wrexham';"} +{"question_id": 8265, "table_id": "2-17504371-1", "question": "Which brigade has a population of 190?", "sql": "SELECT \"Brigade\" FROM \"2-17504371-1\" WHERE \"Population\" = '190';"} +{"question_id": 8266, "table_id": "2-17504371-1", "question": "What defending forces have a population of 650?", "sql": "SELECT \"Defending forces\" FROM \"2-17504371-1\" WHERE \"Population\" = '650';"} +{"question_id": 8267, "table_id": "2-17504371-1", "question": "Which defending forces have the name Danna?", "sql": "SELECT \"Defending forces\" FROM \"2-17504371-1\" WHERE \"Name\" = 'Danna';"} +{"question_id": 8268, "table_id": "2-17504371-1", "question": "What name has a population of 810?", "sql": "SELECT \"Name\" FROM \"2-17504371-1\" WHERE \"Population\" = '810';"} +{"question_id": 8269, "table_id": "2-17504371-1", "question": "Which defending forces has a population of 230?", "sql": "SELECT \"Defending forces\" FROM \"2-17504371-1\" WHERE \"Population\" = '230';"} +{"question_id": 8270, "table_id": "2-17540670-1", "question": "In what region was Degeneration released in Digital format on 19 July 2008?", "sql": "SELECT \"Region\" FROM \"2-17540670-1\" WHERE \"Format\" = 'Digital' AND \"Date\" = '19 July 2008';"} +{"question_id": 8271, "table_id": "2-17540670-1", "question": "What was the name of the catalog released on 19 July 2008?", "sql": "SELECT \"Catalog\" FROM \"2-17540670-1\" WHERE \"Date\" = '19 July 2008';"} +{"question_id": 8272, "table_id": "2-16198456-2", "question": "who is the away team when the home team is Luton Town?", "sql": "SELECT \"Away team\" FROM \"2-16198456-2\" WHERE \"Home team\" = 'Luton Town';"} +{"question_id": 8273, "table_id": "2-16198456-2", "question": "what is the attendance when the home team is Chester City?", "sql": "SELECT \"Attendance\" FROM \"2-16198456-2\" WHERE \"Home team\" = 'Chester City';"} +{"question_id": 8274, "table_id": "2-16198456-2", "question": "who is the home team when attendance is 25 November 1997 and the away team is Exeter City?", "sql": "SELECT \"Home team\" FROM \"2-16198456-2\" WHERE \"Attendance\" = '25 November 1997' AND \"Away team\" = 'Exeter City';"} +{"question_id": 8275, "table_id": "2-16360443-1", "question": "Who are the semifinalists of the tournament with Magnus Gustafsson as the finalist?", "sql": "SELECT \"Semifinalists\" FROM \"2-16360443-1\" WHERE \"Finalist\" = 'Magnus Gustafsson';"} +{"question_id": 8276, "table_id": "2-16360443-1", "question": "Who is the winner and score of the tournament with semifinalists Goran Prpić Sergi Bruguera?", "sql": "SELECT \"Winner and score\" FROM \"2-16360443-1\" WHERE \"Semifinalists\" = 'Goran Prpić Sergi Bruguera';"} +{"question_id": 8277, "table_id": "2-16360443-1", "question": "Who is the winner and score during the week of April 22?", "sql": "SELECT \"Winner and score\" FROM \"2-16360443-1\" WHERE \"Week\" = 'April 22';"} +{"question_id": 8278, "table_id": "2-16360443-1", "question": "What week was the tournament of Paris?", "sql": "SELECT \"Week\" FROM \"2-16360443-1\" WHERE \"Tournament\" = 'Paris';"} +{"question_id": 8279, "table_id": "2-17505751-5", "question": "What is the average Champions League assists for the players with League assists under 4?", "sql": "SELECT AVG(\"Champions League\") FROM \"2-17505751-5\" WHERE \"League\" < 4.0;"} +{"question_id": 8280, "table_id": "2-17505751-5", "question": "What is the most Champions League assists for those with a total of 6 and position of Midfielder?", "sql": "SELECT MAX(\"Champions League\") FROM \"2-17505751-5\" WHERE \"Total\" = 6.0 AND \"Position\" = 'Midfielder';"} +{"question_id": 8281, "table_id": "2-17611995-20", "question": "What is the sum of the FAC/LC G with a CL G less than 2, less than 5 total apps, and a UEFA YC greater than 0?", "sql": "SELECT SUM(\"FAC / LC G\") FROM \"2-17611995-20\" WHERE \"CL G\" < 2.0 AND \"Total Apps\" < 5.0 AND \"UEFA YC\" > 0.0;"} +{"question_id": 8282, "table_id": "2-17611995-20", "question": "What is the average FAC/LC apps with a CL G greater than 0, less than 33 PL apps, a FAC/LC G of 0, and less than 2 FA YC?", "sql": "SELECT AVG(\"FAC / LC Apps\") FROM \"2-17611995-20\" WHERE \"CL G\" > 0.0 AND \"PL Apps\" < 33.0 AND \"FAC / LC G\" = 0.0 AND \"FA YC\" < 2.0;"} +{"question_id": 8283, "table_id": "2-17611995-20", "question": "What is the sum of the FAC/LC apps with less than 25 PC apps and a UEFA YC less than 0?", "sql": "SELECT SUM(\"FAC / LC Apps\") FROM \"2-17611995-20\" WHERE \"PL Apps\" < 25.0 AND \"UEFA YC\" < 0.0;"} +{"question_id": 8284, "table_id": "2-17611995-20", "question": "What is the sum of the total apps of player benayoun, who has a PL G greater than 0 and more than 9 CL apps?", "sql": "SELECT SUM(\"Total Apps\") FROM \"2-17611995-20\" WHERE \"PL G\" > 0.0 AND \"Player\" = 'benayoun' AND \"CL Apps\" > 9.0;"} +{"question_id": 8285, "table_id": "2-17611995-20", "question": "What is the total PL G of player pennant, who has less than 7 CL G, less than 7 CL apps, and a FA YC of 0?", "sql": "SELECT COUNT(\"PL G\") FROM \"2-17611995-20\" WHERE \"CL G\" < 7.0 AND \"CL Apps\" < 7.0 AND \"FA YC\" = 0.0 AND \"Player\" = 'pennant';"} +{"question_id": 8286, "table_id": "2-16306899-9", "question": "Which tournament had an opponent of Petra Krejsová Tereza Smitková?", "sql": "SELECT \"Tournament\" FROM \"2-16306899-9\" WHERE \"Opponents\" = 'Petra Krejsová Tereza Smitková';"} +{"question_id": 8287, "table_id": "2-16306899-9", "question": "What was the outcome when Darija Jurak Anaïs Laurendon was the opponent?", "sql": "SELECT \"Outcome\" FROM \"2-16306899-9\" WHERE \"Opponents\" = 'Darija Jurak Anaïs Laurendon';"} +{"question_id": 8288, "table_id": "2-16306899-9", "question": "When was the outcome Runner-up with a score of 4–6, 3–6?", "sql": "SELECT \"Date\" FROM \"2-16306899-9\" WHERE \"Outcome\" = 'Runner-up' AND \"Score\" = '4–6, 3–6';"} +{"question_id": 8289, "table_id": "2-17360752-9", "question": "What is the highest game with a 47-21-3 record?", "sql": "SELECT MAX(\"Game\") FROM \"2-17360752-9\" WHERE \"Record\" = '47-21-3';"} +{"question_id": 8290, "table_id": "2-17604155-1", "question": "what is the s.r. number when lb&sc number is 34?", "sql": "SELECT \"S.R. Number\" FROM \"2-17604155-1\" WHERE \"LB&SC Number\" = 34.0;"} +{"question_id": 8291, "table_id": "2-17604155-1", "question": "what is the withdrawal when the lb&sc number is less than 16 and the s.r. number is 2011?", "sql": "SELECT \"Withdrawal\" FROM \"2-17604155-1\" WHERE \"LB&SC Number\" < 16.0 AND \"S.R. Number\" = 2011.0;"} +{"question_id": 8292, "table_id": "2-17604155-1", "question": "what is the built when s.r. number is less than 2033, lb&sc number is less than 18, notes is I2 and withdrawal is Cannot handle non-empty timestamp argument! 1935?", "sql": "SELECT \"Built\" FROM \"2-17604155-1\" WHERE \"S.R. Number\" < 2033.0 AND \"LB&SC Number\" < 18.0 AND \"Notes\" = 'I2' AND \"Withdrawal\" = 'Cannot handle non-empty timestamp argument! 1935';"} +{"question_id": 8293, "table_id": "2-16840834-9", "question": "What is the average Wkts, when Player is beau casson, and when Ovrs is greater than 32?", "sql": "SELECT AVG(\"Wkts\") FROM \"2-16840834-9\" WHERE \"Player\" = 'beau casson' AND \"Ovrs\" > 32.0;"} +{"question_id": 8294, "table_id": "2-16840834-9", "question": "What is the highest Ovrs, when Econ is 2.02?", "sql": "SELECT MAX(\"Ovrs\") FROM \"2-16840834-9\" WHERE \"Econ\" = 2.02;"} +{"question_id": 8295, "table_id": "2-16840834-9", "question": "What is the lowest Ovrs, when Wkts is greater than 13, and when Econ is less than 3.21?", "sql": "SELECT MIN(\"Ovrs\") FROM \"2-16840834-9\" WHERE \"Wkts\" > 13.0 AND \"Econ\" < 3.21;"} +{"question_id": 8296, "table_id": "2-17360905-3", "question": "Who was the opponent with the record of 4-0-0?", "sql": "SELECT \"Opponent\" FROM \"2-17360905-3\" WHERE \"Record\" = '4-0-0';"} +{"question_id": 8297, "table_id": "2-17360905-3", "question": "What was the score of the game on October 20 with a decision of Lundqvist?", "sql": "SELECT \"Score\" FROM \"2-17360905-3\" WHERE \"Decision\" = 'Lundqvist' AND \"October\" = '20';"} +{"question_id": 8298, "table_id": "2-17360905-3", "question": "What game is the first with the Pittsburgh Penguins the opponent?", "sql": "SELECT MIN(\"Game\") FROM \"2-17360905-3\" WHERE \"Opponent\" = 'Pittsburgh Penguins';"} +{"question_id": 8299, "table_id": "2-17544076-1", "question": "What is the average gold medals of the nation with 2 total medals, more than 1 bronze, and less than 0 silvers?", "sql": "SELECT AVG(\"Gold\") FROM \"2-17544076-1\" WHERE \"Total\" = 2.0 AND \"Bronze\" > 1.0 AND \"Silver\" < 0.0;"} +{"question_id": 8300, "table_id": "2-17544076-1", "question": "What is the highest total medals of russia, which has more than 1 silver and more than 6 bronze medals?", "sql": "SELECT MAX(\"Total\") FROM \"2-17544076-1\" WHERE \"Silver\" > 1.0 AND \"Nation\" = 'russia' AND \"Bronze\" > 6.0;"} +{"question_id": 8301, "table_id": "2-17544076-1", "question": "What is the total number of gold medals of the nation with 1 bronze and less than 1 total medal?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-17544076-1\" WHERE \"Bronze\" = 1.0 AND \"Total\" < 1.0;"} +{"question_id": 8302, "table_id": "2-17544076-1", "question": "What is the total number of silver medals of the nation with more than 16 total medals?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-17544076-1\" WHERE \"Total\" > 16.0;"} +{"question_id": 8303, "table_id": "2-17544076-1", "question": "What is the average total medals of the nation with 4 bronze and more than 1 silver medals?", "sql": "SELECT AVG(\"Total\") FROM \"2-17544076-1\" WHERE \"Bronze\" = 4.0 AND \"Silver\" > 1.0;"} +{"question_id": 8304, "table_id": "2-17544076-1", "question": "What is the total number of gold medals of slovakia, which has less than 1 silver medal?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-17544076-1\" WHERE \"Silver\" < 1.0 AND \"Nation\" = 'slovakia';"} +{"question_id": 8305, "table_id": "2-16514142-1", "question": "What was the score when the match was in the country of Scotland?", "sql": "SELECT \"Score\" FROM \"2-16514142-1\" WHERE \"Country\" = 'Scotland';"} +{"question_id": 8306, "table_id": "2-16514142-1", "question": "What is the name of the player that has a To par of –1?", "sql": "SELECT \"Player\" FROM \"2-16514142-1\" WHERE \"To par\" = '–1';"} +{"question_id": 8307, "table_id": "2-16514142-1", "question": "What country was the game in when the player was Craig Stadler?", "sql": "SELECT \"Country\" FROM \"2-16514142-1\" WHERE \"Player\" = 'Craig Stadler';"} +{"question_id": 8308, "table_id": "2-16514142-1", "question": "What is the name of the player when the Score was 72-73-67-72=284?", "sql": "SELECT \"Player\" FROM \"2-16514142-1\" WHERE \"Score\" = '72-73-67-72=284';"} +{"question_id": 8309, "table_id": "2-17481093-3", "question": "What is the total height in meters for the building that has a less than 380.6 feet height?", "sql": "SELECT SUM(\"Height (m)\") FROM \"2-17481093-3\" WHERE \"Height (ft)\" < 380.6;"} +{"question_id": 8310, "table_id": "2-17481093-3", "question": "What are the fewest floors for the building that has a height of 116 meters?", "sql": "SELECT MIN(\"Floors\") FROM \"2-17481093-3\" WHERE \"Height (m)\" = 116.0;"} +{"question_id": 8311, "table_id": "2-16660922-1", "question": "What was the Attendance in Week 2?", "sql": "SELECT \"Attendance\" FROM \"2-16660922-1\" WHERE \"Week\" = 2.0;"} +{"question_id": 8312, "table_id": "2-16660922-1", "question": "What was the Attendance on November 6, 1960?", "sql": "SELECT \"Attendance\" FROM \"2-16660922-1\" WHERE \"Date\" = 'November 6, 1960';"} +{"question_id": 8313, "table_id": "2-16660922-1", "question": "What was the Attendance when the Result was L 31–23?", "sql": "SELECT \"Attendance\" FROM \"2-16660922-1\" WHERE \"Result\" = 'L 31–23';"} +{"question_id": 8314, "table_id": "2-16660922-1", "question": "What was the Opponent in Week 9?", "sql": "SELECT \"Opponent\" FROM \"2-16660922-1\" WHERE \"Week\" = 9.0;"} +{"question_id": 8315, "table_id": "2-16660922-1", "question": "What was the Opponent before Week 11 with an Attendance of 63,571?", "sql": "SELECT \"Opponent\" FROM \"2-16660922-1\" WHERE \"Week\" < 11.0 AND \"Attendance\" = '63,571';"} +{"question_id": 8316, "table_id": "2-16834924-1", "question": "What is Michigan State's position?", "sql": "SELECT \"Position\" FROM \"2-16834924-1\" WHERE \"School/Club Team\" = 'Michigan State';"} +{"question_id": 8317, "table_id": "2-16834924-1", "question": "What is the nationality of the play for New Jersey from 2007-2009?", "sql": "SELECT \"Nationality\" FROM \"2-16834924-1\" WHERE \"Years in New Jersey\" = '2007-2009';"} +{"question_id": 8318, "table_id": "2-17183882-2", "question": "What was the attendance when they played the New Orleans Saints?", "sql": "SELECT \"Attendance\" FROM \"2-17183882-2\" WHERE \"Opponent\" = 'New Orleans Saints';"} +{"question_id": 8319, "table_id": "2-17327458-1", "question": "Who was the outgoing manager of the Heart of Midlothian?", "sql": "SELECT \"Outgoing manager\" FROM \"2-17327458-1\" WHERE \"Team\" = 'Heart of Midlothian';"} +{"question_id": 8320, "table_id": "2-17327458-1", "question": "What is the vacancy date of Dundee?", "sql": "SELECT \"Date of vacancy\" FROM \"2-17327458-1\" WHERE \"Team\" = 'Dundee';"} +{"question_id": 8321, "table_id": "2-17327458-1", "question": "Who was the outgoing manager that was replaced by Tony Mowbray?", "sql": "SELECT \"Outgoing manager\" FROM \"2-17327458-1\" WHERE \"Replaced by\" = 'Tony Mowbray';"} +{"question_id": 8322, "table_id": "2-17327458-1", "question": "What date was Dundee appointed?", "sql": "SELECT \"Date of appointment\" FROM \"2-17327458-1\" WHERE \"Team\" = 'Dundee';"} +{"question_id": 8323, "table_id": "2-17001488-3", "question": "What is Race 1, when Team is \"Dick Johnson Racing\", and when Race 3 is \"DNF\"?", "sql": "SELECT \"Race 1\" FROM \"2-17001488-3\" WHERE \"Team\" = 'Dick Johnson Racing' AND \"Race 3\" = 'DNF';"} +{"question_id": 8324, "table_id": "2-17001488-3", "question": "What is Race 2, when Race 1 is \"18\"?", "sql": "SELECT \"Race 2\" FROM \"2-17001488-3\" WHERE \"Race 1\" = '18';"} +{"question_id": 8325, "table_id": "2-17001488-3", "question": "What is Team, when Race 2 is \"5\"?", "sql": "SELECT \"Team\" FROM \"2-17001488-3\" WHERE \"Race 2\" = '5';"} +{"question_id": 8326, "table_id": "2-17001488-3", "question": "What is Driver, when Race 2 is \"10\"?", "sql": "SELECT \"Driver\" FROM \"2-17001488-3\" WHERE \"Race 3\" = '10';"} +{"question_id": 8327, "table_id": "2-17001488-3", "question": "What is Race 2, when Driver is \"Paul Radisich\"?", "sql": "SELECT \"Race 2\" FROM \"2-17001488-3\" WHERE \"Driver\" = 'Paul Radisich';"} +{"question_id": 8328, "table_id": "2-17001488-3", "question": "What is Driver, when Team is \"Romano Racing\"?", "sql": "SELECT \"Driver\" FROM \"2-17001488-3\" WHERE \"Team\" = 'Romano Racing';"} +{"question_id": 8329, "table_id": "2-171587-1", "question": "The 20th Century Fox film directed by Joel Schumacher grossed how much?", "sql": "SELECT \"Gross\" FROM \"2-171587-1\" WHERE \"Studio\" = '20th Century Fox' AND \"Director(s)\" = 'Joel Schumacher';"} +{"question_id": 8330, "table_id": "2-171587-1", "question": "Which studio grossed $83,531,958 and ranked lower than 13?", "sql": "SELECT \"Studio\" FROM \"2-171587-1\" WHERE \"Rank\" > 13.0 AND \"Gross\" = '$83,531,958';"} +{"question_id": 8331, "table_id": "2-16900662-8", "question": "WHAT YEAR WAS AT Giants Stadium, WITH WINNER OF New York Giants?", "sql": "SELECT MIN(\"Year\") FROM \"2-16900662-8\" WHERE \"Location\" = 'Giants Stadium' AND \"Winner\" = 'New York Giants';"} +{"question_id": 8332, "table_id": "2-17048525-1", "question": "What is Qual 2, when Best is 1:27.642?", "sql": "SELECT \"Qual 2\" FROM \"2-17048525-1\" WHERE \"Best\" = '1:27.642';"} +{"question_id": 8333, "table_id": "2-17048525-1", "question": "What is Name, when Team is \"Herdez Competition\", and when Best is 1:27.432?", "sql": "SELECT \"Name\" FROM \"2-17048525-1\" WHERE \"Team\" = 'Herdez Competition' AND \"Best\" = '1:27.432';"} +{"question_id": 8334, "table_id": "2-17048525-1", "question": "What is Qual 1, when Qual 2 is 1:27.537?", "sql": "SELECT \"Qual 1\" FROM \"2-17048525-1\" WHERE \"Qual 2\" = '1:27.537';"} +{"question_id": 8335, "table_id": "2-17048525-1", "question": "What is Best, when Team is \"Rocketsports Racing\", and when Name is \"Alex Tagliani\"?", "sql": "SELECT \"Best\" FROM \"2-17048525-1\" WHERE \"Team\" = 'Rocketsports Racing' AND \"Name\" = 'Alex Tagliani';"} +{"question_id": 8336, "table_id": "2-17048525-1", "question": "What is Qual 2, when Best is 1:27.976?", "sql": "SELECT \"Qual 2\" FROM \"2-17048525-1\" WHERE \"Best\" = '1:27.976';"} +{"question_id": 8337, "table_id": "2-17048525-1", "question": "What is Best, when Name is Jimmy Vasser?", "sql": "SELECT \"Best\" FROM \"2-17048525-1\" WHERE \"Name\" = 'Jimmy Vasser';"} +{"question_id": 8338, "table_id": "2-17344582-6", "question": "What is the highest game whose score was 94-116", "sql": "SELECT MAX(\"Game\") FROM \"2-17344582-6\" WHERE \"Score\" = '94-116';"} +{"question_id": 8339, "table_id": "2-17344582-6", "question": "Where was the game that was larger than 30 and scored 106-111", "sql": "SELECT \"Location\" FROM \"2-17344582-6\" WHERE \"Game\" > 30.0 AND \"Score\" = '106-111';"} +{"question_id": 8340, "table_id": "2-1630554-5", "question": "Which Venue has a Round of GS, and a Result of 0–3?", "sql": "SELECT \"Venue\" FROM \"2-1630554-5\" WHERE \"Round\" = 'GS' AND \"Result\" = '0–3';"} +{"question_id": 8341, "table_id": "2-1630554-5", "question": "What was the result on 27 August 2003?", "sql": "SELECT \"Result\" FROM \"2-1630554-5\" WHERE \"Date\" = '27 August 2003';"} +{"question_id": 8342, "table_id": "2-1630554-5", "question": "Which Result hAs An AttendAnce lArger thAn 48588, And A Venue of A, And A DAte of 4 November 2003?", "sql": "SELECT \"Result\" FROM \"2-1630554-5\" WHERE \"Attendance\" > 48588.0 AND \"Venue\" = 'A' AND \"Date\" = '4 November 2003';"} +{"question_id": 8343, "table_id": "2-1630554-5", "question": "Which Result hAs A Venue of A, And An Opponent of Manchester United?", "sql": "SELECT \"Result\" FROM \"2-1630554-5\" WHERE \"Venue\" = 'A' AND \"Opponent\" = 'Manchester United';"} +{"question_id": 8344, "table_id": "2-1630554-5", "question": "Which Round has an Attendance larger than 13718, and an Opponent of Manchester United, and a Date of 4 November 2003?", "sql": "SELECT \"Round\" FROM \"2-1630554-5\" WHERE \"Attendance\" > 13718.0 AND \"Opponent\" = 'Manchester United' AND \"Date\" = '4 November 2003';"} +{"question_id": 8345, "table_id": "2-1723582-7", "question": "What score has Jim Courier as the opponent in the final?", "sql": "SELECT \"Score\" FROM \"2-1723582-7\" WHERE \"Opponent in the final\" = 'Jim Courier';"} +{"question_id": 8346, "table_id": "2-1620220-3", "question": "What is the label for the CD format in North America?", "sql": "SELECT \"Label\" FROM \"2-1620220-3\" WHERE \"Format\" = 'CD' AND \"Region\" = 'North America';"} +{"question_id": 8347, "table_id": "2-1620220-3", "question": "What is the date for BRON 535 Catalog?", "sql": "SELECT \"Date\" FROM \"2-1620220-3\" WHERE \"Catalogue\" = 'BRON 535';"} +{"question_id": 8348, "table_id": "2-1620220-3", "question": "What region is the gold vinyl format from?", "sql": "SELECT \"Region\" FROM \"2-1620220-3\" WHERE \"Format\" = 'gold vinyl';"} +{"question_id": 8349, "table_id": "2-1620220-3", "question": "What is the label for the UK in 1996?", "sql": "SELECT \"Label\" FROM \"2-1620220-3\" WHERE \"Region\" = 'UK' AND \"Date\" = '1996';"} +{"question_id": 8350, "table_id": "2-1620220-3", "question": "What is the catalog with a Bronze label and in vinyl format?", "sql": "SELECT \"Catalogue\" FROM \"2-1620220-3\" WHERE \"Label\" = 'Bronze' AND \"Format\" = 'vinyl';"} +{"question_id": 8351, "table_id": "2-1620220-3", "question": "What date was the Bronze label in vinyl format?", "sql": "SELECT \"Date\" FROM \"2-1620220-3\" WHERE \"Label\" = 'Bronze' AND \"Format\" = 'vinyl';"} +{"question_id": 8352, "table_id": "2-17206737-3", "question": "What record has Montreal, QC as the location, with Boston Bruins as the visitor?", "sql": "SELECT \"Record\" FROM \"2-17206737-3\" WHERE \"Location\" = 'Montreal, QC' AND \"Visitor\" = 'Boston Bruins';"} +{"question_id": 8353, "table_id": "2-16712710-1", "question": "What was the highest Pick for lonnie brockman before round 9?", "sql": "SELECT MAX(\"Pick\") FROM \"2-16712710-1\" WHERE \"Player\" = 'lonnie brockman' AND \"Round\" < 9.0;"} +{"question_id": 8354, "table_id": "2-16712710-1", "question": "How many picks did central state have before round 2?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-16712710-1\" WHERE \"School\" = 'central state' AND \"Round\" < 2.0;"} +{"question_id": 8355, "table_id": "2-16712710-1", "question": "What was the highest round for bowling green with a pick smaller than 210?", "sql": "SELECT MAX(\"Round\") FROM \"2-16712710-1\" WHERE \"School\" = 'bowling green' AND \"Pick\" < 210.0;"} +{"question_id": 8356, "table_id": "2-17235399-1", "question": "What was the average tonnage for the Siljan ship from Sweden?", "sql": "SELECT AVG(\"Tonnage\") FROM \"2-17235399-1\" WHERE \"Nationality\" = 'Sweden' AND \"Name of ship\" = 'Siljan';"} +{"question_id": 8357, "table_id": "2-17235399-1", "question": "What was the average tonnage for Beatus, raided on 18 October 1940?", "sql": "SELECT AVG(\"Tonnage\") FROM \"2-17235399-1\" WHERE \"Date\" = '18 October 1940' AND \"Name of ship\" = 'Beatus';"} +{"question_id": 8358, "table_id": "2-17235399-1", "question": "Which ship had a tonnage over 8782?", "sql": "SELECT \"Name of ship\" FROM \"2-17235399-1\" WHERE \"Tonnage\" > 8782.0;"} +{"question_id": 8359, "table_id": "2-17235399-1", "question": "Which ship was raided on 26 September 1940?", "sql": "SELECT \"Name of ship\" FROM \"2-17235399-1\" WHERE \"Date\" = '26 September 1940';"} +{"question_id": 8360, "table_id": "2-17371427-6", "question": "What is Score, when Game is greater than 49, and when Opponent is \"Pittsburgh Ironmen\"?", "sql": "SELECT \"Score\" FROM \"2-17371427-6\" WHERE \"Game\" > 49.0 AND \"Opponent\" = 'Pittsburgh Ironmen';"} +{"question_id": 8361, "table_id": "2-17371427-6", "question": "What is Date, when Opponent is \"Chicago Stags\"?", "sql": "SELECT \"Date\" FROM \"2-17371427-6\" WHERE \"Opponent\" = 'Chicago Stags';"} +{"question_id": 8362, "table_id": "2-17371427-6", "question": "What is Record, when Date is \"March 1\"?", "sql": "SELECT \"Record\" FROM \"2-17371427-6\" WHERE \"Date\" = 'March 1';"} +{"question_id": 8363, "table_id": "2-17371427-6", "question": "What is Record, when Game is greater than 55, and when Date is \"March 25\"?", "sql": "SELECT \"Record\" FROM \"2-17371427-6\" WHERE \"Game\" > 55.0 AND \"Date\" = 'March 25';"} +{"question_id": 8364, "table_id": "2-17026847-3", "question": "What is the Home team when the Attendance was 1920?", "sql": "SELECT \"Home\" FROM \"2-17026847-3\" WHERE \"Attendance\" = 1920.0;"} +{"question_id": 8365, "table_id": "2-17026847-3", "question": "What is the Home team when Motagua is the Away team?", "sql": "SELECT \"Home\" FROM \"2-17026847-3\" WHERE \"Away\" = 'Motagua';"} +{"question_id": 8366, "table_id": "2-17026847-3", "question": "What is the Score when Deportes Savio is the Home team?", "sql": "SELECT \"Score\" FROM \"2-17026847-3\" WHERE \"Home\" = 'Deportes Savio';"} +{"question_id": 8367, "table_id": "2-17026847-3", "question": "On what Date is Olimpia the Home team?", "sql": "SELECT \"Date\" FROM \"2-17026847-3\" WHERE \"Home\" = 'Olimpia';"} +{"question_id": 8368, "table_id": "2-17026847-3", "question": "What is the Attendance when Vida is the Away team?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-17026847-3\" WHERE \"Away\" = 'Vida';"} +{"question_id": 8369, "table_id": "2-16454472-15", "question": "What is the lowest number of FA Cup goals for players with 12 League goals and 14 total goals?", "sql": "SELECT MIN(\"FA Cup goals\") FROM \"2-16454472-15\" WHERE \"League goals\" = '12' AND \"Total\" = 14.0;"} +{"question_id": 8370, "table_id": "2-16454472-15", "question": "How many FA Cup goals does George Yardley have?", "sql": "SELECT \"FA Cup goals\" FROM \"2-16454472-15\" WHERE \"Scorer\" = 'George Yardley';"} +{"question_id": 8371, "table_id": "2-16866549-2", "question": "Which Home is on January 11?", "sql": "SELECT \"Home\" FROM \"2-16866549-2\" WHERE \"Date\" = 'January 11';"} +{"question_id": 8372, "table_id": "2-16866549-2", "question": "which Record has a Home of Ottawa Senators on Date of December 21?", "sql": "SELECT \"Record\" FROM \"2-16866549-2\" WHERE \"Home\" = 'Ottawa Senators' AND \"Date\" = 'December 21';"} +{"question_id": 8373, "table_id": "2-16866549-2", "question": "Which Score has a Visitor of Toronto St. Pats, and a Home of Montreal Canadiens, and a Record of 3–2–0?", "sql": "SELECT \"Score\" FROM \"2-16866549-2\" WHERE \"Visitor\" = 'Toronto St. Pats' AND \"Home\" = 'Montreal Canadiens' AND \"Record\" = '3–2–0';"} +{"question_id": 8374, "table_id": "2-16866549-2", "question": "which Home has a Visitor of Ottawa Senators and a Score of 2–3?", "sql": "SELECT \"Home\" FROM \"2-16866549-2\" WHERE \"Visitor\" = 'Ottawa Senators' AND \"Score\" = '2–3';"} +{"question_id": 8375, "table_id": "2-16866549-2", "question": "Name the Record of Visitor of Toronto St. Pats with a Score of 5–4 and a Home of Ottawa Senators? Question 5", "sql": "SELECT \"Record\" FROM \"2-16866549-2\" WHERE \"Visitor\" = 'Toronto St. Pats' AND \"Score\" = '5–4' AND \"Home\" = 'Ottawa Senators';"} +{"question_id": 8376, "table_id": "2-16866549-2", "question": "Name the Home with has a Score of 2–7?", "sql": "SELECT \"Home\" FROM \"2-16866549-2\" WHERE \"Score\" = '2–7';"} +{"question_id": 8377, "table_id": "2-17300749-3", "question": "What is Career with the franchise [b ], when Player is \"Willie Anderson Category:Articles with hCards\"?", "sql": "SELECT \"Career with the franchise [b ]\" FROM \"2-17300749-3\" WHERE \"Player\" = 'Willie Anderson Category:Articles with hCards';"} +{"question_id": 8378, "table_id": "2-17300749-3", "question": "What is Nationality, when NBA years [a ] is \"1\", and when Previous Team is \"Seattle SuperSonics\"?", "sql": "SELECT \"Nationality\" FROM \"2-17300749-3\" WHERE \"NBA years [a ]\" = '1' AND \"Previous team\" = 'Seattle SuperSonics';"} +{"question_id": 8379, "table_id": "2-17300749-3", "question": "What is Player, when Pick is greater than 24, and when NBA years [a ] is \"9\"?", "sql": "SELECT \"Player\" FROM \"2-17300749-3\" WHERE \"Pick\" > 24.0 AND \"NBA years [a ]\" = '9';"} +{"question_id": 8380, "table_id": "2-17300749-3", "question": "What is Career with the franchise [b ], when Previous Team is \"New Jersey Nets\"?", "sql": "SELECT \"Career with the franchise [b ]\" FROM \"2-17300749-3\" WHERE \"Previous team\" = 'New Jersey Nets';"} +{"question_id": 8381, "table_id": "2-16754880-1", "question": "How many years did Real Colorado Foxes make it to the Open Cup 1st round?", "sql": "SELECT COUNT(\"Year\") FROM \"2-16754880-1\" WHERE \"Open Cup\" = '1st round';"} +{"question_id": 8382, "table_id": "2-16754880-1", "question": "When is the latest year that Real Colorado Foxes Did not qualify for the playoffs but make it to Open Cup 2nd Round?", "sql": "SELECT MAX(\"Year\") FROM \"2-16754880-1\" WHERE \"Playoffs\" = 'Did not qualify' AND \"Open Cup\" = '2nd Round';"} +{"question_id": 8383, "table_id": "2-16754880-1", "question": "In 2012, which round in the Open Cup did Real Colorado Foxes make it to the Conference Semifinal?", "sql": "SELECT \"Open Cup\" FROM \"2-16754880-1\" WHERE \"Playoffs\" = 'Conference Semifinal' AND \"Year\" = 2012.0;"} +{"question_id": 8384, "table_id": "2-17256960-6", "question": "Where did Day & Age rank in the Rolling Stone in 2008?", "sql": "SELECT SUM(\"Rank\") FROM \"2-17256960-6\" WHERE \"Publication\" = 'Rolling Stone' AND \"Year\" = 2008.0;"} +{"question_id": 8385, "table_id": "2-17256960-6", "question": "What country did Day & Age rank number 1 in Q prior to 2011?", "sql": "SELECT \"Country\" FROM \"2-17256960-6\" WHERE \"Year\" < 2011.0 AND \"Rank\" > 1.0 AND \"Publication\" = 'Q';"} +{"question_id": 8386, "table_id": "2-1718119-1", "question": "Which Title is from 1952?", "sql": "SELECT \"Title\" FROM \"2-1718119-1\" WHERE \"Year\" = 1952.0;"} +{"question_id": 8387, "table_id": "2-1730072-6", "question": "Can you tell me the highest Lost that has the Pool/Round of pool 2, and the Played smaller than 6?", "sql": "SELECT MAX(\"Lost\") FROM \"2-1730072-6\" WHERE \"Pool/Round\" = 'pool 2' AND \"Played\" < 6.0;"} +{"question_id": 8388, "table_id": "2-16806986-4", "question": "Which network had Unknown games and a title of Hvem kan slå Ylvis Hvem kan slå Aamodt & Kjus?", "sql": "SELECT \"Network\" FROM \"2-16806986-4\" WHERE \"Games\" = 'Unknown' AND \"Title\" = 'Hvem kan slå Ylvis Hvem kan slå Aamodt & Kjus';"} +{"question_id": 8389, "table_id": "2-16806986-4", "question": "What was the date of the show titled Beat the Star?", "sql": "SELECT \"Date aired\" FROM \"2-16806986-4\" WHERE \"Title\" = 'Beat the Star';"} +{"question_id": 8390, "table_id": "2-16806986-4", "question": "Which date was the show aired on the RTL Televizija network?", "sql": "SELECT \"Date aired\" FROM \"2-16806986-4\" WHERE \"Network\" = 'RTL Televizija';"} +{"question_id": 8391, "table_id": "2-16806986-4", "question": "Which network aired the program Schlag den Raab?", "sql": "SELECT \"Network\" FROM \"2-16806986-4\" WHERE \"Title\" = 'Schlag den Raab';"} +{"question_id": 8392, "table_id": "2-16799784-2", "question": "WHAT IS THE LOWEST DIAMETER FOR A LATITIDE OF 52.0S?", "sql": "SELECT MIN(\"Diameter (km)\") FROM \"2-16799784-2\" WHERE \"Latitude\" = '52.0S';"} +{"question_id": 8393, "table_id": "2-1620260-1", "question": "What is the position elected in 2011 from the Country of Algeria?", "sql": "SELECT \"Position\" FROM \"2-1620260-1\" WHERE \"Elected\" = 2011.0 AND \"Country of Origin\" = 'Algeria';"} +{"question_id": 8394, "table_id": "2-1620260-1", "question": "What is the lowest term from the 2007 election with the position of Chairperson?", "sql": "SELECT MIN(\"Term\") FROM \"2-1620260-1\" WHERE \"Elected\" = 2007.0 AND \"Position\" = 'Chairperson';"} +{"question_id": 8395, "table_id": "2-16250642-4", "question": "Which Telebooms have a Brigade of Total?", "sql": "SELECT \"Telebooms\" FROM \"2-16250642-4\" WHERE \"Brigade\" = 'Total';"} +{"question_id": 8396, "table_id": "2-16250642-4", "question": "Which Platforms have a Hazmat of –, and a Type of Urban & Rural, and a Brigade of Lara?", "sql": "SELECT \"Platforms\" FROM \"2-16250642-4\" WHERE \"Hazmat\" = '–' AND \"Type\" = 'Urban & Rural' AND \"Brigade\" = 'Lara';"} +{"question_id": 8397, "table_id": "2-16250642-4", "question": "Which Tankers have a Hazmat of –, and Platforms of –, and a Staffing of Volunteer?", "sql": "SELECT \"Tankers\" FROM \"2-16250642-4\" WHERE \"Hazmat\" = '–' AND \"Platforms\" = '–' AND \"Staffing\" = 'Volunteer';"} +{"question_id": 8398, "table_id": "2-16250642-4", "question": "How many Pumpers have Cars of 1, and a Staffing of volunteer, and a Brigade of grovedale, and Tankers smaller than 1?", "sql": "SELECT COUNT(\"Pumpers\") FROM \"2-16250642-4\" WHERE \"Cars\" = '1' AND \"Staffing\" = 'volunteer' AND \"Brigade\" = 'grovedale' AND \"Tankers\" < 1.0;"} +{"question_id": 8399, "table_id": "2-16598740-1", "question": "What is the average Year that has a Quantity of 10, and a GWR Numbers of 409, 290, 315, 317–321, 324, 333?", "sql": "SELECT AVG(\"Year\") FROM \"2-16598740-1\" WHERE \"Quantity\" = 10.0 AND \"GWR Numbers\" = '409, 290, 315, 317–321, 324, 333';"} +{"question_id": 8400, "table_id": "2-17277136-6", "question": "What was the score of the player who earned $5,000?", "sql": "SELECT \"Score\" FROM \"2-17277136-6\" WHERE \"Money ($)\" = '5,000';"} +{"question_id": 8401, "table_id": "2-17277136-6", "question": "What place did Phil Rodgers finish?", "sql": "SELECT \"Place\" FROM \"2-17277136-6\" WHERE \"Player\" = 'Phil Rodgers';"} +{"question_id": 8402, "table_id": "2-17277136-6", "question": "What country is the player who earned $9,000 from?", "sql": "SELECT \"Country\" FROM \"2-17277136-6\" WHERE \"Money ($)\" = '9,000';"} +{"question_id": 8403, "table_id": "2-17564569-3", "question": "What round did the MWEHL team, Detroit Honeybaked, and the NHL Team Columbus Blue Jackets play?", "sql": "SELECT \"Round\" FROM \"2-17564569-3\" WHERE \"MWEHL Team\" = 'Detroit Honeybaked' AND \"NHL Team\" = 'Columbus Blue Jackets';"} +{"question_id": 8404, "table_id": "2-17564569-3", "question": "Who was the player in Round 7, on the MWEHL Team Detroit Honeybaked, and the NHL Team, Philadelphia Flyers teams?", "sql": "SELECT \"Player\" FROM \"2-17564569-3\" WHERE \"Round\" = '7' AND \"MWEHL Team\" = 'Detroit Honeybaked' AND \"NHL Team\" = 'Philadelphia Flyers';"} +{"question_id": 8405, "table_id": "2-17564569-3", "question": "What is the NHL team for Round 5 and an overall ranking of #154?", "sql": "SELECT \"NHL Team\" FROM \"2-17564569-3\" WHERE \"Round\" = '5' AND \"Overall\" = '#154';"} +{"question_id": 8406, "table_id": "2-17564569-3", "question": "What is the MWEHL Team on Round 2, with player Nicolas Kerdiles?", "sql": "SELECT \"MWEHL Team\" FROM \"2-17564569-3\" WHERE \"Round\" = '2' AND \"Player\" = 'Nicolas Kerdiles';"} +{"question_id": 8407, "table_id": "2-17564569-3", "question": "Who is the player on round 7 with an overall ranking of #195?", "sql": "SELECT \"Player\" FROM \"2-17564569-3\" WHERE \"Round\" = '7' AND \"Overall\" = '#195';"} +{"question_id": 8408, "table_id": "2-17564569-3", "question": "Which MWEHL team has player Ben Johnson?", "sql": "SELECT \"MWEHL Team\" FROM \"2-17564569-3\" WHERE \"Player\" = 'Ben Johnson';"} +{"question_id": 8409, "table_id": "2-16764781-2", "question": "How many people attended the game on week 3?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-16764781-2\" WHERE \"Week\" = 3.0;"} +{"question_id": 8410, "table_id": "2-16931017-4", "question": "What is the Report for the School for Ages of 2-17?", "sql": "SELECT \"Report\" FROM \"2-16931017-4\" WHERE \"Ages\" = '2-17';"} +{"question_id": 8411, "table_id": "2-16931017-4", "question": "What are the Ages of the Seashell Trust School with Ofsted Report?", "sql": "SELECT \"Ages\" FROM \"2-16931017-4\" WHERE \"Report\" = 'Ofsted' AND \"School\" = 'Seashell Trust';"} +{"question_id": 8412, "table_id": "2-16931017-4", "question": "What is the Website of the Cheadle School for Ages 8-16?", "sql": "SELECT \"Website\" FROM \"2-16931017-4\" WHERE \"Ages\" = '8-16' AND \"Locality\" = 'Cheadle';"} +{"question_id": 8413, "table_id": "2-16931017-4", "question": "What is the Website of the Cheadle Hulme School with a Report of Ofsted for Ages 4-19?", "sql": "SELECT \"Website\" FROM \"2-16931017-4\" WHERE \"Report\" = 'Ofsted' AND \"Ages\" = '4-19' AND \"Locality\" = 'Cheadle Hulme';"} +{"question_id": 8414, "table_id": "2-16931017-4", "question": "What is the Locality of the Penarth Group School for Ages 8-16?", "sql": "SELECT \"Locality\" FROM \"2-16931017-4\" WHERE \"Ages\" = '8-16' AND \"School\" = 'Penarth Group School';"} +{"question_id": 8415, "table_id": "2-17166431-3", "question": "WHAT IS THE SCORE OF March 28?", "sql": "SELECT \"Score\" FROM \"2-17166431-3\" WHERE \"Date\" = 'March 28';"} +{"question_id": 8416, "table_id": "2-17166431-3", "question": "WHAT IS THE SCORE WITH VISITORS Chicago Black Hawks ON March 24?", "sql": "SELECT \"Score\" FROM \"2-17166431-3\" WHERE \"Visitor\" = 'Chicago Black Hawks' AND \"Date\" = 'March 24';"} +{"question_id": 8417, "table_id": "2-16198456-4", "question": "What is the Date for the Home team West Ham United", "sql": "SELECT \"Date\" FROM \"2-16198456-4\" WHERE \"Home team\" = 'West Ham United';"} +{"question_id": 8418, "table_id": "2-16198456-4", "question": "what is the score that has tie number 27", "sql": "SELECT \"Score\" FROM \"2-16198456-4\" WHERE \"Tie no\" = '27';"} +{"question_id": 8419, "table_id": "2-16198456-4", "question": "what is the tie number that has Portsmouth Home team", "sql": "SELECT \"Tie no\" FROM \"2-16198456-4\" WHERE \"Home team\" = 'Portsmouth';"} +{"question_id": 8420, "table_id": "2-17277176-3", "question": "What is the score of the United States, which has a to par of +5?", "sql": "SELECT \"Score\" FROM \"2-17277176-3\" WHERE \"Country\" = 'United States' AND \"To par\" = '+5';"} +{"question_id": 8421, "table_id": "2-17294541-3", "question": "For a record of 3-2, what team was home?", "sql": "SELECT \"Home\" FROM \"2-17294541-3\" WHERE \"Record\" = '3-2';"} +{"question_id": 8422, "table_id": "2-17294541-3", "question": "What was the home team when the visiting team was Chicago Black Hawks, a game with a record of 0-2?", "sql": "SELECT \"Home\" FROM \"2-17294541-3\" WHERE \"Visitor\" = 'Chicago Black Hawks' AND \"Record\" = '0-2';"} +{"question_id": 8423, "table_id": "2-1688419-1", "question": "Can you tell me total number of Silver that has the Republic of latvian ssr, and the Total larger than 6?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-1688419-1\" WHERE \"Republic\" = 'latvian ssr' AND \"Total\" > 6.0;"} +{"question_id": 8424, "table_id": "2-17200019-3", "question": "What is the transfer window for the player whose status was Loan ended?", "sql": "SELECT \"Transfer window\" FROM \"2-17200019-3\" WHERE \"Status\" = 'Loan ended';"} +{"question_id": 8425, "table_id": "2-17200019-3", "question": "Who was the player with a transfer window of Summer and was moving to Kortrijk?", "sql": "SELECT \"Name\" FROM \"2-17200019-3\" WHERE \"Transfer window\" = 'Summer' AND \"Moving to\" = 'Kortrijk';"} +{"question_id": 8426, "table_id": "2-17200019-3", "question": "What is the status of the player who is moving to Nantes?", "sql": "SELECT \"Status\" FROM \"2-17200019-3\" WHERE \"Moving to\" = 'Nantes';"} +{"question_id": 8427, "table_id": "2-1653640-2", "question": "Which Type has a Capacity of 28 passengers, and a Number of 16?", "sql": "SELECT \"Type\" FROM \"2-1653640-2\" WHERE \"Capacity\" = '28 passengers' AND \"Number\" = '16';"} +{"question_id": 8428, "table_id": "2-1653640-2", "question": "Which Builder has a Date smaller than 1913, and a Length of feet (m), and a Number of 15?", "sql": "SELECT \"Builder\" FROM \"2-1653640-2\" WHERE \"Date\" < 1913.0 AND \"Length\" = 'feet (m)' AND \"Number\" = '15';"} +{"question_id": 8429, "table_id": "2-1653640-2", "question": "Which Date has a Length of feet 9inches (m), and a Builder of Portland Terminal Company?", "sql": "SELECT AVG(\"Date\") FROM \"2-1653640-2\" WHERE \"Length\" = 'feet 9inches (m)' AND \"Builder\" = 'Portland Terminal Company';"} +{"question_id": 8430, "table_id": "2-1653640-2", "question": "Which Type has a Capacity of 10 tons, and a Number of 24-27?", "sql": "SELECT \"Type\" FROM \"2-1653640-2\" WHERE \"Capacity\" = '10 tons' AND \"Number\" = '24-27';"} +{"question_id": 8431, "table_id": "2-1653640-2", "question": "How many Dates have a Builder of laconia car company, and a Number of 63-68?", "sql": "SELECT COUNT(\"Date\") FROM \"2-1653640-2\" WHERE \"Builder\" = 'laconia car company' AND \"Number\" = '63-68';"} +{"question_id": 8432, "table_id": "2-17162239-4", "question": "What is the score for Billy Andrade?", "sql": "SELECT \"Score\" FROM \"2-17162239-4\" WHERE \"Player\" = 'Billy Andrade';"} +{"question_id": 8433, "table_id": "2-17162239-4", "question": "What country is Nick Price from?", "sql": "SELECT \"Country\" FROM \"2-17162239-4\" WHERE \"Player\" = 'Nick Price';"} +{"question_id": 8434, "table_id": "2-17162239-4", "question": "What is the to par for the player with score of 67-67=134?", "sql": "SELECT \"To par\" FROM \"2-17162239-4\" WHERE \"Score\" = '67-67=134';"} +{"question_id": 8435, "table_id": "2-16623894-36", "question": "Team 1, Everton, has what as a 1st leg?", "sql": "SELECT \"1st leg\" FROM \"2-16623894-36\" WHERE \"Team 1\" = 'Everton';"} +{"question_id": 8436, "table_id": "2-16623894-36", "question": "The 2nd leg is what for the Atlético Madrid as Team 1?", "sql": "SELECT \"2nd leg\" FROM \"2-16623894-36\" WHERE \"Team 1\" = 'Atlético Madrid';"} +{"question_id": 8437, "table_id": "2-16623894-36", "question": "Fulham as Team 1 has the 2nd leg score of what?", "sql": "SELECT \"2nd leg\" FROM \"2-16623894-36\" WHERE \"Team 1\" = 'Fulham';"} +{"question_id": 8438, "table_id": "2-17546250-2", "question": "What name is for the period 1945-1949 & 1953-1954 1949-1952?", "sql": "SELECT \"Name\" FROM \"2-17546250-2\" WHERE \"Period\" = '1945-1949 & 1953-1954 1949-1952';"} +{"question_id": 8439, "table_id": "2-17546250-2", "question": "Which name is on the of FC Sète Olympique de Marseille?", "sql": "SELECT \"Name\" FROM \"2-17546250-2\" WHERE \"Teams\" = 'FC Sète Olympique de Marseille';"} +{"question_id": 8440, "table_id": "2-17546250-2", "question": "What role has the team of Troyes AC Grenoble Foot?", "sql": "SELECT \"Role\" FROM \"2-17546250-2\" WHERE \"Teams\" = 'Troyes AC Grenoble Foot';"} +{"question_id": 8441, "table_id": "2-17546250-2", "question": "What name has the role of Midfielder for 1999-2003?", "sql": "SELECT \"Name\" FROM \"2-17546250-2\" WHERE \"Role\" = 'Midfielder' AND \"Period\" = '1999-2003';"} +{"question_id": 8442, "table_id": "2-17546250-2", "question": "Which period has the team CS Sedan?", "sql": "SELECT \"Period\" FROM \"2-17546250-2\" WHERE \"Teams\" = 'CS Sedan';"} +{"question_id": 8443, "table_id": "2-17546250-2", "question": "What is the team with the name Boumediene Abderahmane?", "sql": "SELECT \"Teams\" FROM \"2-17546250-2\" WHERE \"Name\" = 'Boumediene Abderahmane';"} +{"question_id": 8444, "table_id": "2-17256038-1", "question": "What was the finishing position with 13 points?", "sql": "SELECT \"Fin. Pos\" FROM \"2-17256038-1\" WHERE \"Points\" = '13';"} +{"question_id": 8445, "table_id": "2-17256038-1", "question": "What Driver had 50+3 Points?", "sql": "SELECT \"Driver\" FROM \"2-17256038-1\" WHERE \"Points\" = '50+3';"} +{"question_id": 8446, "table_id": "2-1728546-2", "question": "When was the most recent game that he partnered with Nicklas Kulti and they scored 3–6, 7–6, 6–4?", "sql": "SELECT MAX(\"Date\") FROM \"2-1728546-2\" WHERE \"Partner\" = 'Nicklas Kulti' AND \"Score\" = '3–6, 7–6, 6–4';"} +{"question_id": 8447, "table_id": "2-1728546-2", "question": "Who did he play on a Hard surface?", "sql": "SELECT \"Opponents\" FROM \"2-1728546-2\" WHERE \"Surface\" = 'Hard';"} +{"question_id": 8448, "table_id": "2-1728546-2", "question": "When was his first game on a Clay surface where he scored 0–6, 3–6?", "sql": "SELECT MIN(\"Date\") FROM \"2-1728546-2\" WHERE \"Surface\" = 'Clay' AND \"Score\" = '0–6, 3–6';"} +{"question_id": 8449, "table_id": "2-16570286-4", "question": "what is the highest wickets when the matches is less than 5, player is jim laker and average is more than 52.44?", "sql": "SELECT MAX(\"Wickets\") FROM \"2-16570286-4\" WHERE \"Matches\" < 5.0 AND \"Player\" = 'jim laker' AND \"Average\" > 52.44;"} +{"question_id": 8450, "table_id": "2-16570286-4", "question": "what is the average when matches is less than 5 and wickets is more than 9?", "sql": "SELECT \"Average\" FROM \"2-16570286-4\" WHERE \"Matches\" < 5.0 AND \"Wickets\" > 9.0;"} +{"question_id": 8451, "table_id": "2-16570286-4", "question": "what is the sum of matches when the player is jim laker and wikets is less than 9?", "sql": "SELECT SUM(\"Matches\") FROM \"2-16570286-4\" WHERE \"Player\" = 'jim laker' AND \"Wickets\" < 9.0;"} +{"question_id": 8452, "table_id": "2-16570286-4", "question": "what is the highest wickets when the best bowling is 2/32 and matches is less than 5?", "sql": "SELECT MAX(\"Wickets\") FROM \"2-16570286-4\" WHERE \"Best Bowling\" = '2/32' AND \"Matches\" < 5.0;"} +{"question_id": 8453, "table_id": "2-16570286-4", "question": "what is the highest wickets when best bowling is 5/40 and average is less than 33.09?", "sql": "SELECT MAX(\"Wickets\") FROM \"2-16570286-4\" WHERE \"Best Bowling\" = '5/40' AND \"Average\" < 33.09;"} +{"question_id": 8454, "table_id": "2-16575609-6", "question": "Which player has a pick# over 47?", "sql": "SELECT \"Player\" FROM \"2-16575609-6\" WHERE \"Pick #\" > 47.0;"} +{"question_id": 8455, "table_id": "2-16575609-6", "question": "Who is the player with a FB position?", "sql": "SELECT \"Player\" FROM \"2-16575609-6\" WHERE \"Position\" = 'FB';"} +{"question_id": 8456, "table_id": "2-16514546-3", "question": "What is the Score that has a To standard of –3, and a Player of Jim Furyk?", "sql": "SELECT \"Score\" FROM \"2-16514546-3\" WHERE \"To par\" = '–3' AND \"Player\" = 'Jim Furyk';"} +{"question_id": 8457, "table_id": "2-16514546-3", "question": "What is the Country that has a Player of Scott Hoch?", "sql": "SELECT \"Country\" FROM \"2-16514546-3\" WHERE \"Player\" = 'Scott Hoch';"} +{"question_id": 8458, "table_id": "2-16514546-3", "question": "What is the Player that has a To standard of –4, and a Score of 74-70-68=212?", "sql": "SELECT \"Player\" FROM \"2-16514546-3\" WHERE \"To par\" = '–4' AND \"Score\" = '74-70-68=212';"} +{"question_id": 8459, "table_id": "2-16514546-3", "question": "What is the Score that has a To standard of –2, and a Country of Spain?", "sql": "SELECT \"Score\" FROM \"2-16514546-3\" WHERE \"To par\" = '–2' AND \"Country\" = 'Spain';"} +{"question_id": 8460, "table_id": "2-16514546-3", "question": "What is the Score that has a Player of Ernie Els?", "sql": "SELECT \"Score\" FROM \"2-16514546-3\" WHERE \"Player\" = 'Ernie Els';"} +{"question_id": 8461, "table_id": "2-16514546-3", "question": "What is the Player that has a Place of T2, and a Score of 74-70-68=212?", "sql": "SELECT \"Player\" FROM \"2-16514546-3\" WHERE \"Place\" = 'T2' AND \"Score\" = '74-70-68=212';"} +{"question_id": 8462, "table_id": "2-167446-1", "question": "what is the date when the nationality is United Kingdom, the type is Freighter and the displacement is 5,145 t?", "sql": "SELECT \"Date\" FROM \"2-167446-1\" WHERE \"Nationality\" = 'United Kingdom' AND \"Type\" = 'Freighter' AND \"Displacement\" = '5,145 t';"} +{"question_id": 8463, "table_id": "2-167446-1", "question": "what is the name when the displacement is 8,305 t?", "sql": "SELECT \"Name\" FROM \"2-167446-1\" WHERE \"Displacement\" = '8,305 t';"} +{"question_id": 8464, "table_id": "2-167446-1", "question": "what is the name when the type is Freighter, nationality is United Kingdom on 3 May 1940?", "sql": "SELECT \"Name\" FROM \"2-167446-1\" WHERE \"Type\" = 'Freighter' AND \"Nationality\" = 'United Kingdom' AND \"Date\" = '3 May 1940';"} +{"question_id": 8465, "table_id": "2-167446-1", "question": "what is the date for Tirrana?", "sql": "SELECT \"Date\" FROM \"2-167446-1\" WHERE \"Name\" = 'Tirrana';"} +{"question_id": 8466, "table_id": "2-167446-1", "question": "what is the name for the nationality Total:?", "sql": "SELECT \"Name\" FROM \"2-167446-1\" WHERE \"Nationality\" = 'Total:';"} +{"question_id": 8467, "table_id": "2-17538810-12", "question": "Who is the republican Jon Huntsman that was administered June 19, 2008?", "sql": "SELECT \"Republican: Jon Huntsman\" FROM \"2-17538810-12\" WHERE \"Dates administered\" = 'June 19, 2008';"} +{"question_id": 8468, "table_id": "2-16304749-2", "question": "What is the most minimal Final year that has a North or east end of Covington?", "sql": "SELECT MIN(\"Final year\") FROM \"2-16304749-2\" WHERE \"North or east terminus\" = 'Covington';"} +{"question_id": 8469, "table_id": "2-16304749-2", "question": "What is the total of Final year that has a Notes of Replaced by I-96?", "sql": "SELECT SUM(\"Final year\") FROM \"2-16304749-2\" WHERE \"Notes\" = 'Replaced by I-96';"} +{"question_id": 8470, "table_id": "2-16304749-2", "question": "What is the most minimal Final year that has a Notes of replaced by i-75 and m-25, and a First year larger than 1926?", "sql": "SELECT MIN(\"Final year\") FROM \"2-16304749-2\" WHERE \"Notes\" = 'replaced by i-75 and m-25' AND \"First year\" > 1926.0;"} +{"question_id": 8471, "table_id": "2-16304749-2", "question": "What is the average First year that has a Notes of replaced by us 12 when i-94 replaced us 12, and a Final year larger than 1961?", "sql": "SELECT AVG(\"First year\") FROM \"2-16304749-2\" WHERE \"Notes\" = 'replaced by us 12 when i-94 replaced us 12' AND \"Final year\" > 1961.0;"} +{"question_id": 8472, "table_id": "2-1725088-2", "question": "What is the number of the votes of the election before 2004 with Edward Mahama as the candidate with 3.0% share of votes?", "sql": "SELECT \"Number of votes\" FROM \"2-1725088-2\" WHERE \"Candidate\" = 'Edward Mahama' AND \"Election\" < 2004.0 AND \"Share of votes\" = '3.0%';"} +{"question_id": 8473, "table_id": "2-1725088-2", "question": "What is the outcome of the election with Edward Mahama as a candidate and 73,494 votes?", "sql": "SELECT \"Outcome of election\" FROM \"2-1725088-2\" WHERE \"Candidate\" = 'Edward Mahama' AND \"Number of votes\" = '73,494';"} +{"question_id": 8474, "table_id": "2-1725088-2", "question": "What is the earlest election with a 0.9% share of votes?", "sql": "SELECT MIN(\"Election\") FROM \"2-1725088-2\" WHERE \"Share of votes\" = '0.9%';"} +{"question_id": 8475, "table_id": "2-1725088-2", "question": "Who is the candidate with 73,494 votes?", "sql": "SELECT \"Candidate\" FROM \"2-1725088-2\" WHERE \"Number of votes\" = '73,494';"} +{"question_id": 8476, "table_id": "2-1725088-2", "question": "What is the share of votes in the 2008 election?", "sql": "SELECT \"Share of votes\" FROM \"2-1725088-2\" WHERE \"Election\" = 2008.0;"} +{"question_id": 8477, "table_id": "2-1725088-2", "question": "What is the number of votes of candidate Edward Mahama, who had 0.9% share of votes?", "sql": "SELECT \"Number of votes\" FROM \"2-1725088-2\" WHERE \"Candidate\" = 'Edward Mahama' AND \"Share of votes\" = '0.9%';"} +{"question_id": 8478, "table_id": "2-16931017-3", "question": "Which Ages have a Capacity larger than 21, and an Ofsted of 106168?", "sql": "SELECT \"Ages\" FROM \"2-16931017-3\" WHERE \"Capacity\" > 21.0 AND \"Ofsted\" = 106168.0;"} +{"question_id": 8479, "table_id": "2-16931017-3", "question": "Which Ages have an Ofsted larger than 106172, and a School of Oakgrove School?", "sql": "SELECT \"Ages\" FROM \"2-16931017-3\" WHERE \"Ofsted\" > 106172.0 AND \"School\" = 'Oakgrove School';"} +{"question_id": 8480, "table_id": "2-16931017-3", "question": "Which Ofsted has a Capacity smaller than 56, and Ages of 11-16?", "sql": "SELECT SUM(\"Ofsted\") FROM \"2-16931017-3\" WHERE \"Capacity\" < 56.0 AND \"Ages\" = '11-16';"} +{"question_id": 8481, "table_id": "2-16931017-3", "question": "Which Capacity has a School of windlehurst school, and an Ofsted smaller than 131889?", "sql": "SELECT SUM(\"Capacity\") FROM \"2-16931017-3\" WHERE \"School\" = 'windlehurst school' AND \"Ofsted\" < 131889.0;"} +{"question_id": 8482, "table_id": "2-16653153-24", "question": "How many people attended the game when Sydney Spirit was at home?", "sql": "SELECT \"Crowd\" FROM \"2-16653153-24\" WHERE \"Home team\" = 'Sydney Spirit';"} +{"question_id": 8483, "table_id": "2-16388439-1", "question": "When the crowd was greater than 19498 who was the away team?", "sql": "SELECT \"Away team\" FROM \"2-16388439-1\" WHERE \"Crowd\" > 19498.0;"} +{"question_id": 8484, "table_id": "2-16388439-1", "question": "What ground had a 17.10 (112) home team score?", "sql": "SELECT \"Ground\" FROM \"2-16388439-1\" WHERE \"Home team score\" = '17.10 (112)';"} +{"question_id": 8485, "table_id": "2-16388439-1", "question": "What's the average crowd size that had an away score of 15.17 (107)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-16388439-1\" WHERE \"Away team score\" = '15.17 (107)';"} +{"question_id": 8486, "table_id": "2-16388439-1", "question": "What's the crowd size with an away score of 16.9 (105)?", "sql": "SELECT \"Crowd\" FROM \"2-16388439-1\" WHERE \"Away team score\" = '16.9 (105)';"} +{"question_id": 8487, "table_id": "2-16649811-3", "question": "An attendance larger than 33684 and an opponent of Hamilton Academical had this listed as a result?", "sql": "SELECT \"Result\" FROM \"2-16649811-3\" WHERE \"Opponent\" = 'Hamilton Academical' AND \"Attendance\" > 33684.0;"} +{"question_id": 8488, "table_id": "2-16190274-2", "question": "When did grid 8 finish?", "sql": "SELECT \"Time/Retired\" FROM \"2-16190274-2\" WHERE \"Grid\" = 8.0;"} +{"question_id": 8489, "table_id": "2-17622423-5", "question": "Which Location has a Game greater than 20 and a Date of Wed. Dec. 26?", "sql": "SELECT \"Location\" FROM \"2-17622423-5\" WHERE \"Game\" > 20.0 AND \"Date\" = 'Wed. Dec. 26';"} +{"question_id": 8490, "table_id": "2-17622423-5", "question": "On what date is the Score 94-109?", "sql": "SELECT \"Date\" FROM \"2-17622423-5\" WHERE \"Score\" = '94-109';"} +{"question_id": 8491, "table_id": "2-17622423-5", "question": "Which Location has a Game greater than 27 and a Record of 18-10?", "sql": "SELECT \"Location\" FROM \"2-17622423-5\" WHERE \"Game\" > 27.0 AND \"Record\" = '18-10';"} +{"question_id": 8492, "table_id": "2-1676073-11", "question": "What is the number of losses for the team with a points difference of -25?", "sql": "SELECT \"Lost\" FROM \"2-1676073-11\" WHERE \"Points difference\" = '-25';"} +{"question_id": 8493, "table_id": "2-1676073-11", "question": "What is the number of draws for the team with a points difference of -210?", "sql": "SELECT \"Drawn\" FROM \"2-1676073-11\" WHERE \"Points difference\" = '-210';"} +{"question_id": 8494, "table_id": "2-1676073-11", "question": "What is the points difference for the team that has allowed 615 points against?", "sql": "SELECT \"Points difference\" FROM \"2-1676073-11\" WHERE \"Points against\" = '615';"} +{"question_id": 8495, "table_id": "2-1676073-11", "question": "What is the number of matches played for the team with 0 draws and 33 points?", "sql": "SELECT \"Played\" FROM \"2-1676073-11\" WHERE \"Drawn\" = '0' AND \"Points\" = '33';"} +{"question_id": 8496, "table_id": "2-1676073-11", "question": "What is the number of points for the team with 2 matches drawn and 577 points for?", "sql": "SELECT \"Points\" FROM \"2-1676073-11\" WHERE \"Drawn\" = '2' AND \"Points for\" = '577';"} +{"question_id": 8497, "table_id": "2-17008878-3", "question": "What was the result when home was FC Luzern (ASL)?", "sql": "SELECT \"Result\" FROM \"2-17008878-3\" WHERE \"Home\" = 'FC Luzern (ASL)';"} +{"question_id": 8498, "table_id": "2-17008878-3", "question": "Who was the guest on 24.11.07 when the result was 0:1 at 16:00?", "sql": "SELECT \"Guest\" FROM \"2-17008878-3\" WHERE \"Date\" = '24.11.07' AND \"Result\" = '0:1' AND \"Time\" = '16:00';"} +{"question_id": 8499, "table_id": "2-17008878-3", "question": "What day was the time 14:30, the result 0:1, and the home team FC Chiasso (ChL)?", "sql": "SELECT \"Date\" FROM \"2-17008878-3\" WHERE \"Time\" = '14:30' AND \"Result\" = '0:1' AND \"Home\" = 'FC Chiasso (ChL)';"} +{"question_id": 8500, "table_id": "2-17008878-3", "question": "Who was the gues on 25.11.07 when home was Stade Nyonnais (1.L)?", "sql": "SELECT \"Guest\" FROM \"2-17008878-3\" WHERE \"Date\" = '25.11.07' AND \"Home\" = 'Stade Nyonnais (1.L)';"} +{"question_id": 8501, "table_id": "2-17008878-3", "question": "Who was the guest when the result was 0:3?", "sql": "SELECT \"Guest\" FROM \"2-17008878-3\" WHERE \"Result\" = '0:3';"} +{"question_id": 8502, "table_id": "2-17008878-3", "question": "What was the result when the guest was FC Zürich (ASL)?", "sql": "SELECT \"Result\" FROM \"2-17008878-3\" WHERE \"Guest\" = 'FC Zürich (ASL)';"} +{"question_id": 8503, "table_id": "2-17471011-1", "question": "What's the white of E93 King's Indian Defence when Kasparov was black, moves were greater than 19, and happened before 2000?", "sql": "SELECT \"White\" FROM \"2-17471011-1\" WHERE \"Moves\" > 19.0 AND \"Black\" = 'Kasparov' AND \"Year\" < 2000.0 AND \"Opening\" = 'E93 King''s Indian Defence';"} +{"question_id": 8504, "table_id": "2-17471011-1", "question": "What tournament had a black of Kramnik and an opening of B66 Sicilian Defence?", "sql": "SELECT \"Tournament\" FROM \"2-17471011-1\" WHERE \"Black\" = 'Kramnik' AND \"Opening\" = 'B66 Sicilian Defence';"} +{"question_id": 8505, "table_id": "2-17471011-1", "question": "What year had a black of kramnik, opening of e05 catalan opening, moves greater than 38, and a result of ½–½?", "sql": "SELECT MAX(\"Year\") FROM \"2-17471011-1\" WHERE \"Result\" = '½–½' AND \"Black\" = 'kramnik' AND \"Opening\" = 'e05 catalan opening' AND \"Moves\" > 38.0;"} +{"question_id": 8506, "table_id": "2-17471011-1", "question": "What year had 32 moves?", "sql": "SELECT SUM(\"Year\") FROM \"2-17471011-1\" WHERE \"Moves\" = 32.0;"} +{"question_id": 8507, "table_id": "2-17471011-1", "question": "What year has 14 moves and an opening of C54 Italian Game?", "sql": "SELECT \"Year\" FROM \"2-17471011-1\" WHERE \"Moves\" = 14.0 AND \"Opening\" = 'C54 Italian Game';"} +{"question_id": 8508, "table_id": "2-16815824-1", "question": "what is the lowest round2 when round5 is 71 and round4 is more than 64?", "sql": "SELECT MIN(\"Round2\") FROM \"2-16815824-1\" WHERE \"Round5\" = 71.0 AND \"Round4\" > 64.0;"} +{"question_id": 8509, "table_id": "2-16815824-1", "question": "what is round1 when round3 is less than 51, total points is less than 273, round2 is less than 98 and round5 is less than 24?", "sql": "SELECT AVG(\"Round1\") FROM \"2-16815824-1\" WHERE \"Round3\" < 51.0 AND \"Total Points\" < 273.0 AND \"Round2\" < 98.0 AND \"Round5\" < 24.0;"} +{"question_id": 8510, "table_id": "2-16815824-1", "question": "what is the rank when the total points is more than 194, round4 is less than 64, round3 is more than 51 and round 2 is less than 66?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-16815824-1\" WHERE \"Total Points\" > 194.0 AND \"Round4\" < 64.0 AND \"Round3\" > 51.0 AND \"Round2\" < 66.0;"} +{"question_id": 8511, "table_id": "2-16815824-1", "question": "what is round2 when round5 is more than 35, round3 is less than 51, the rank is smaller than 2 and the team is netherlands?", "sql": "SELECT COUNT(\"Round2\") FROM \"2-16815824-1\" WHERE \"Round5\" > 35.0 AND \"Round3\" < 51.0 AND \"Team\" = 'netherlands' AND \"Rank\" < 2.0;"} +{"question_id": 8512, "table_id": "2-16815824-1", "question": "what is the lowest round3 when round4 is 37?", "sql": "SELECT MIN(\"Round3\") FROM \"2-16815824-1\" WHERE \"Round4\" = 37.0;"} +{"question_id": 8513, "table_id": "2-16494599-5", "question": "What is the team that has a Shooting guard that played for the Grizzlies in 2000-2001?", "sql": "SELECT \"School/Club Team\" FROM \"2-16494599-5\" WHERE \"Position\" = 'Shooting guard' AND \"Years for Grizzlies\" = '2000-2001';"} +{"question_id": 8514, "table_id": "2-16494599-5", "question": "What's the United States team that played for the Grizzlies in 1995-1996?", "sql": "SELECT \"School/Club Team\" FROM \"2-16494599-5\" WHERE \"Nationality\" = 'United States' AND \"Years for Grizzlies\" = '1995-1996';"} +{"question_id": 8515, "table_id": "2-16494599-5", "question": "What are years that Obinna Ekezie played for the Grizzlies?", "sql": "SELECT \"Years for Grizzlies\" FROM \"2-16494599-5\" WHERE \"Player\" = 'Obinna Ekezie';"} +{"question_id": 8516, "table_id": "2-16494599-5", "question": "What's the school that played for the Grizzlie from 1995-1998?", "sql": "SELECT \"School/Club Team\" FROM \"2-16494599-5\" WHERE \"Years for Grizzlies\" = '1995-1998';"} +{"question_id": 8517, "table_id": "2-16494599-5", "question": "What position does Wayne Ellington play?", "sql": "SELECT \"Position\" FROM \"2-16494599-5\" WHERE \"Player\" = 'Wayne Ellington';"} +{"question_id": 8518, "table_id": "2-17583318-3", "question": "What is the premier league number when the position is forward, and the total is more than 22?", "sql": "SELECT COUNT(\"Premier League\") FROM \"2-17583318-3\" WHERE \"Position\" = 'forward' AND \"Total\" > 22.0;"} +{"question_id": 8519, "table_id": "2-17583318-3", "question": "What is the total when the league cup is less than 1, and the fa cup is less than 1?", "sql": "SELECT SUM(\"Total\") FROM \"2-17583318-3\" WHERE \"League Cup\" < 1.0 AND \"FA Cup\" < 1.0;"} +{"question_id": 8520, "table_id": "2-17583318-3", "question": "What is the lowest league cup with a premier League of 1, and the total is less than 5?", "sql": "SELECT MIN(\"League Cup\") FROM \"2-17583318-3\" WHERE \"Premier League\" = 1.0 AND \"Total\" < 5.0;"} +{"question_id": 8521, "table_id": "2-17583318-3", "question": "What is the lowest FA Cup when the league cup is 1, and the total is more than 23?", "sql": "SELECT MIN(\"FA Cup\") FROM \"2-17583318-3\" WHERE \"League Cup\" = 1.0 AND \"Total\" > 23.0;"} +{"question_id": 8522, "table_id": "2-17035864-2", "question": "What is the lowest grid for roberto rolfo with more than 26 laps?", "sql": "SELECT MIN(\"Grid\") FROM \"2-17035864-2\" WHERE \"Rider\" = 'roberto rolfo' AND \"Laps\" > 26.0;"} +{"question_id": 8523, "table_id": "2-17035864-2", "question": "What was the time for Aprilia and their driver Casey Stoner, before gird 9, and less than 26 laps?", "sql": "SELECT \"Time/Retired\" FROM \"2-17035864-2\" WHERE \"Manufacturer\" = 'Aprilia' AND \"Grid\" < 9.0 AND \"Laps\" < 26.0 AND \"Rider\" = 'Casey Stoner';"} +{"question_id": 8524, "table_id": "2-17035864-2", "question": "What are the highest laps for Marco Melandri?", "sql": "SELECT MAX(\"Laps\") FROM \"2-17035864-2\" WHERE \"Rider\" = 'Marco Melandri';"} +{"question_id": 8525, "table_id": "2-16566850-27", "question": "Which player lost more than 12?", "sql": "SELECT COUNT(\"Lost\") FROM \"2-16566850-27\" WHERE \"Played\" > 12.0;"} +{"question_id": 8526, "table_id": "2-16566850-27", "question": "What is the name of the player that lost more than 4?", "sql": "SELECT \"Name\" FROM \"2-16566850-27\" WHERE \"Lost\" > 4.0;"} +{"question_id": 8527, "table_id": "2-17221632-3", "question": "Which name has a lane less than 8, Russia as the country, with a mark of 8.07?", "sql": "SELECT \"Name\" FROM \"2-17221632-3\" WHERE \"Lane\" < 8.0 AND \"Country\" = 'Russia' AND \"Mark\" = '8.07';"} +{"question_id": 8528, "table_id": "2-17221632-3", "question": "How many lanes have 2 as the heat, and Susanna Kallur as the name?", "sql": "SELECT SUM(\"Lane\") FROM \"2-17221632-3\" WHERE \"Heat\" = 2.0 AND \"Name\" = 'Susanna Kallur';"} +{"question_id": 8529, "table_id": "2-17221632-3", "question": "What name has 8.19 as the mark, with 3 as the lane?", "sql": "SELECT \"Name\" FROM \"2-17221632-3\" WHERE \"Mark\" = '8.19' AND \"Lane\" = 3.0;"} +{"question_id": 8530, "table_id": "2-1632486-6", "question": "In which discipline was non-championship under Championship?", "sql": "SELECT \"Discipline\" FROM \"2-1632486-6\" WHERE \"Championship\" = 'non-championship';"} +{"question_id": 8531, "table_id": "2-1632486-6", "question": "What type of motorsport has a session of Pre-race test?", "sql": "SELECT \"Discipline\" FROM \"2-1632486-6\" WHERE \"Session\" = 'Pre-race test';"} +{"question_id": 8532, "table_id": "2-1632486-6", "question": "With a Championship of 1959 USAC Championship Car season what is the event?", "sql": "SELECT \"Event\" FROM \"2-1632486-6\" WHERE \"Championship\" = '1959 USAC Championship Car season';"} +{"question_id": 8533, "table_id": "2-1632486-6", "question": "What race even has NASCAR Featherlite Modified Series as the championship?", "sql": "SELECT \"Event\" FROM \"2-1632486-6\" WHERE \"Championship\" = 'NASCAR Featherlite Modified Series';"} +{"question_id": 8534, "table_id": "2-1632486-6", "question": "The Milwaukee Mile circuit has what type of session?", "sql": "SELECT \"Session\" FROM \"2-1632486-6\" WHERE \"Circuit\" = 'Milwaukee Mile';"} +{"question_id": 8535, "table_id": "2-1632486-6", "question": "The 2001 NASCAR Winston Cup Series championship has what has a circuit?", "sql": "SELECT \"Circuit\" FROM \"2-1632486-6\" WHERE \"Championship\" = '2001 NASCAR Winston Cup Series';"} +{"question_id": 8536, "table_id": "2-16380141-1", "question": "Which Semifinalist has a Tournament of Stockholm?", "sql": "SELECT \"Semifinalists\" FROM \"2-16380141-1\" WHERE \"Tournament\" = 'Stockholm';"} +{"question_id": 8537, "table_id": "2-16380141-1", "question": "Which Tournament has a Winner and score of Goran Ivanišević 6–4, 6–2, 7–6(2)?", "sql": "SELECT \"Tournament\" FROM \"2-16380141-1\" WHERE \"Winner and score\" = 'Goran Ivanišević 6–4, 6–2, 7–6(2)';"} +{"question_id": 8538, "table_id": "2-16380141-1", "question": "Which Finalist has a Week of May 3?", "sql": "SELECT \"Finalist\" FROM \"2-16380141-1\" WHERE \"Week\" = 'May 3';"} +{"question_id": 8539, "table_id": "2-16380141-1", "question": "Which Surface has a Week of March 1?", "sql": "SELECT \"Surface\" FROM \"2-16380141-1\" WHERE \"Week\" = 'March 1';"} +{"question_id": 8540, "table_id": "2-16380141-1", "question": "Which Semifinalists have a Tournament of Rome?", "sql": "SELECT \"Semifinalists\" FROM \"2-16380141-1\" WHERE \"Tournament\" = 'Rome';"} +{"question_id": 8541, "table_id": "2-16380141-1", "question": "Which Surface has a Semifinalist of Stefan Edberg Thomas Muster?", "sql": "SELECT \"Surface\" FROM \"2-16380141-1\" WHERE \"Semifinalists\" = 'Stefan Edberg Thomas Muster';"} +{"question_id": 8542, "table_id": "2-17409365-2", "question": "Which Drawn has a Played of 20, and a Club of Rhigos RFC?", "sql": "SELECT \"Drawn\" FROM \"2-17409365-2\" WHERE \"Played\" = '20' AND \"Club\" = 'Rhigos RFC';"} +{"question_id": 8543, "table_id": "2-17409365-2", "question": "Which Points for has a Losing bonus of 2, and a Club of Bridgend Sports RFC?", "sql": "SELECT \"Points for\" FROM \"2-17409365-2\" WHERE \"Losing bonus\" = '2' AND \"Club\" = 'Bridgend Sports RFC';"} +{"question_id": 8544, "table_id": "2-17409365-2", "question": "Which Points against has a Lost of Lost?", "sql": "SELECT \"Points against\" FROM \"2-17409365-2\" WHERE \"Lost\" = 'Lost';"} +{"question_id": 8545, "table_id": "2-17409365-2", "question": "Which Points has a Points for of 381?", "sql": "SELECT \"Points\" FROM \"2-17409365-2\" WHERE \"Points for\" = '381';"} +{"question_id": 8546, "table_id": "2-17409365-2", "question": "Which Tries against has Points for of 564?", "sql": "SELECT \"Tries against\" FROM \"2-17409365-2\" WHERE \"Points for\" = '564';"} +{"question_id": 8547, "table_id": "2-17409365-2", "question": "Which Club has a Drawn of 0, and Points of 26?", "sql": "SELECT \"Club\" FROM \"2-17409365-2\" WHERE \"Drawn\" = '0' AND \"Points\" = '26';"} +{"question_id": 8548, "table_id": "2-16225902-3", "question": "What country won in 2004?", "sql": "SELECT \"Country\" FROM \"2-16225902-3\" WHERE \"Year(s) won\" = '2004';"} +{"question_id": 8549, "table_id": "2-1722194-3", "question": "How many years have a Name of tour quartier des spectacles, and Floors smaller than 31?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1722194-3\" WHERE \"Name\" = 'tour quartier des spectacles' AND \"Floors\" < 31.0;"} +{"question_id": 8550, "table_id": "2-17608125-3", "question": "what is the date that the away team is Aldershot?", "sql": "SELECT \"Date\" FROM \"2-17608125-3\" WHERE \"Away team\" = 'Aldershot';"} +{"question_id": 8551, "table_id": "2-17608125-3", "question": "who is the home team when the away team is Bolton Wanderers?", "sql": "SELECT \"Home team\" FROM \"2-17608125-3\" WHERE \"Away team\" = 'Bolton Wanderers';"} +{"question_id": 8552, "table_id": "2-16362719-4", "question": "What's the largest amount of assists Juan Ignacio Sánchez ever had?", "sql": "SELECT MAX(\"Assists\") FROM \"2-16362719-4\" WHERE \"Name\" = 'Juan Ignacio Sánchez';"} +{"question_id": 8553, "table_id": "2-16362719-4", "question": "Who played over 37 games and had 202 assists?", "sql": "SELECT \"Name\" FROM \"2-16362719-4\" WHERE \"Games\" > 37.0 AND \"Assists\" = 202.0;"} +{"question_id": 8554, "table_id": "2-16645083-3", "question": "What is the highest total value when bask and base are each 3?", "sql": "SELECT MAX(\"Total\") FROM \"2-16645083-3\" WHERE \"Bask\" = 3.0 AND \"Base\" = '3';"} +{"question_id": 8555, "table_id": "2-17257687-1", "question": "What was the 2nd event aired on 8 June 2008?", "sql": "SELECT \"Event 2\" FROM \"2-17257687-1\" WHERE \"Air Date\" = '8 June 2008';"} +{"question_id": 8556, "table_id": "2-17257687-1", "question": "What episode had Sumo Ball for event 3 and The Wall for event 4?", "sql": "SELECT AVG(\"Episode Number\") FROM \"2-17257687-1\" WHERE \"Event 4\" = 'The Wall' AND \"Event 3\" = 'Sumo Ball';"} +{"question_id": 8557, "table_id": "2-17257687-1", "question": "What is the earliest episode aired on 8 June 2008?", "sql": "SELECT MIN(\"Episode Number\") FROM \"2-17257687-1\" WHERE \"Air Date\" = '8 June 2008';"} +{"question_id": 8558, "table_id": "2-17257687-1", "question": "What is event 4 when event one was Gauntlet, event 2 was Duel, and event 3 was Pendulum?", "sql": "SELECT \"Event 4\" FROM \"2-17257687-1\" WHERE \"Event 1\" = 'Gauntlet' AND \"Event 2\" = 'Duel' AND \"Event 3\" = 'Pendulum';"} +{"question_id": 8559, "table_id": "2-17257687-1", "question": "What is the air date the had Atlasphere for event 1 before episode 11?", "sql": "SELECT \"Air Date\" FROM \"2-17257687-1\" WHERE \"Episode Number\" < 11.0 AND \"Event 1\" = 'Atlasphere';"} +{"question_id": 8560, "table_id": "2-17449461-7", "question": "What was the lowest placement with a final of 23.92?", "sql": "SELECT MIN(\"Placement\") FROM \"2-17449461-7\" WHERE \"Final\" = '23.92';"} +{"question_id": 8561, "table_id": "2-16605179-3", "question": "What did the Surname lindberg rank?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-16605179-3\" WHERE \"Surname\" = 'lindberg';"} +{"question_id": 8562, "table_id": "2-16605179-3", "question": "What was the lowest number of 2008 total bearers with a rank less than 13 and the Surname jansson?", "sql": "SELECT MIN(\"Number of bearers 2008\") FROM \"2-16605179-3\" WHERE \"Surname\" = 'jansson' AND \"Rank\" < 13.0;"} +{"question_id": 8563, "table_id": "2-16605179-3", "question": "What Etymology ranked 12?", "sql": "SELECT \"Etymology\" FROM \"2-16605179-3\" WHERE \"Rank\" = 12.0;"} +{"question_id": 8564, "table_id": "2-16362719-3", "question": "What team has more than 32 games and 311 rebounds?", "sql": "SELECT \"Team\" FROM \"2-16362719-3\" WHERE \"Games\" > 32.0 AND \"Rebounds\" = 311.0;"} +{"question_id": 8565, "table_id": "2-16362719-3", "question": "What is the highest rank team akasvayu girona had with less than 311 rebounds?", "sql": "SELECT MAX(\"Rank\") FROM \"2-16362719-3\" WHERE \"Team\" = 'akasvayu girona' AND \"Rebounds\" < 311.0;"} +{"question_id": 8566, "table_id": "2-16362719-3", "question": "How many games did team iurbentia bilbao have with rebounds higher than 212?", "sql": "SELECT SUM(\"Games\") FROM \"2-16362719-3\" WHERE \"Team\" = 'iurbentia bilbao' AND \"Rebounds\" > 212.0;"} +{"question_id": 8567, "table_id": "2-16362719-3", "question": "How few games are there for a rank more than 1 and more than 212 rebounds?", "sql": "SELECT MIN(\"Games\") FROM \"2-16362719-3\" WHERE \"Rank\" > 1.0 AND \"Rebounds\" > 212.0;"} +{"question_id": 8568, "table_id": "2-16245045-2", "question": "On what date is the Chrysalis Records label.?", "sql": "SELECT \"Date\" FROM \"2-16245045-2\" WHERE \"Label\" = 'Chrysalis Records';"} +{"question_id": 8569, "table_id": "2-16245045-2", "question": "What is the date of the Chrysalis, Island Records label?", "sql": "SELECT \"Date\" FROM \"2-16245045-2\" WHERE \"Label\" = 'Chrysalis, Island Records';"} +{"question_id": 8570, "table_id": "2-16245045-2", "question": "On what date was the format of ed remaster CD?", "sql": "SELECT \"Date\" FROM \"2-16245045-2\" WHERE \"Format\" = 'ed remaster CD';"} +{"question_id": 8571, "table_id": "2-16245045-2", "question": "The Catalog of ILPS 9153 is from what region?", "sql": "SELECT \"Region\" FROM \"2-16245045-2\" WHERE \"Catalog\" = 'ILPS 9153';"} +{"question_id": 8572, "table_id": "2-16245045-2", "question": "What label is from the Region of Spain?", "sql": "SELECT \"Label\" FROM \"2-16245045-2\" WHERE \"Region\" = 'Spain';"} +{"question_id": 8573, "table_id": "2-16675572-1", "question": "what is the latest year when the venue is berlin, germany?", "sql": "SELECT MAX(\"Year\") FROM \"2-16675572-1\" WHERE \"Venue\" = 'berlin, germany';"} +{"question_id": 8574, "table_id": "2-16675572-1", "question": "what is the year when the notes is 5000 m and the competition is world junior championships in athletics?", "sql": "SELECT COUNT(\"Year\") FROM \"2-16675572-1\" WHERE \"Notes\" = '5000 m' AND \"Competition\" = 'world junior championships in athletics';"} +{"question_id": 8575, "table_id": "2-17190012-9", "question": "Who has the highest assists in game 72?", "sql": "SELECT \"High assists\" FROM \"2-17190012-9\" WHERE \"Game\" = 72.0;"} +{"question_id": 8576, "table_id": "2-17190012-9", "question": "What is the record of the game on March 21?", "sql": "SELECT \"Record\" FROM \"2-17190012-9\" WHERE \"Date\" = 'March 21';"} +{"question_id": 8577, "table_id": "2-16581695-7", "question": "Which season has more than 5 episodes each 159 Minutes in length?", "sql": "SELECT \"Season\" FROM \"2-16581695-7\" WHERE \"Episode count\" > 5.0 AND \"Time length\" = '159 Minutes';"} +{"question_id": 8578, "table_id": "2-16581695-7", "question": "What is the release date for Ben 10: Alien Force Volume 9 on DVD?", "sql": "SELECT \"Release date\" FROM \"2-16581695-7\" WHERE \"DVD title\" = 'Ben 10: Alien Force Volume 9';"} +{"question_id": 8579, "table_id": "2-16581695-7", "question": "What the episode count for Ben 10: Alien Force Volume 8 on DVD?", "sql": "SELECT \"Episode count\" FROM \"2-16581695-7\" WHERE \"DVD title\" = 'Ben 10: Alien Force Volume 8';"} +{"question_id": 8580, "table_id": "2-16581695-7", "question": "What title was release November 17, 2009 in a 16:9 aspect ratio?", "sql": "SELECT \"DVD title\" FROM \"2-16581695-7\" WHERE \"Aspect ratio\" = '16:9' AND \"Release date\" = 'November 17, 2009';"} +{"question_id": 8581, "table_id": "2-16581695-7", "question": "What is the aspect ratio for the September 1, 2009 release?", "sql": "SELECT \"Aspect ratio\" FROM \"2-16581695-7\" WHERE \"Release date\" = 'September 1, 2009';"} +{"question_id": 8582, "table_id": "2-17516922-1", "question": "Which network broadcasted the cup after 2011?", "sql": "SELECT \"Network\" FROM \"2-17516922-1\" WHERE \"Year\" > 2011.0;"} +{"question_id": 8583, "table_id": "2-17516922-1", "question": "When John Harkes was the color commentator, and Alexi Lalas and Steve McManaman were the pregame analysts, who were the sideline reporters?", "sql": "SELECT \"Sideline reporters\" FROM \"2-17516922-1\" WHERE \"Color commentator\" = 'John Harkes' AND \"Pregame analysts\" = 'Alexi Lalas and Steve McManaman';"} +{"question_id": 8584, "table_id": "2-17516922-1", "question": "Who does pregame analysts for TSN2 network when Taylor Twellman is the color commentator?", "sql": "SELECT \"Pregame analysts\" FROM \"2-17516922-1\" WHERE \"Color commentator\" = 'Taylor Twellman' AND \"Network\" = 'TSN2';"} +{"question_id": 8585, "table_id": "2-17521529-1", "question": "Where is Train No. 16031 arriving from?", "sql": "SELECT \"From\" FROM \"2-17521529-1\" WHERE \"Train No.\" = '16031';"} +{"question_id": 8586, "table_id": "2-17521529-1", "question": "What train arrives from Kazipet?", "sql": "SELECT \"Train Name\" FROM \"2-17521529-1\" WHERE \"From\" = 'Kazipet';"} +{"question_id": 8587, "table_id": "2-17311812-6", "question": "With the game that was less than 16 what was the high assists?", "sql": "SELECT \"High assists\" FROM \"2-17311812-6\" WHERE \"Game\" < 16.0;"} +{"question_id": 8588, "table_id": "2-17311812-6", "question": "On December 25, what was the record?", "sql": "SELECT \"Record\" FROM \"2-17311812-6\" WHERE \"Date\" = 'December 25';"} +{"question_id": 8589, "table_id": "2-16275828-7", "question": "What is the length of the track located in Taylorville, Illinois?", "sql": "SELECT \"Length\" FROM \"2-16275828-7\" WHERE \"Location\" = 'Taylorville, Illinois';"} +{"question_id": 8590, "table_id": "2-16275828-7", "question": "What was the sanction of the event at Nashville, Illinois?", "sql": "SELECT \"Sanction\" FROM \"2-16275828-7\" WHERE \"Location\" = 'Nashville, Illinois';"} +{"question_id": 8591, "table_id": "2-16275828-7", "question": "What programs are there for the South Fork Dirt Riders track?", "sql": "SELECT \"Program\" FROM \"2-16275828-7\" WHERE \"Track Name\" = 'South Fork Dirt Riders';"} +{"question_id": 8592, "table_id": "2-1676073-14", "question": "How many points did Newport RFC get?", "sql": "SELECT \"Points\" FROM \"2-1676073-14\" WHERE \"Club\" = 'Newport RFC';"} +{"question_id": 8593, "table_id": "2-1676073-14", "question": "What club had a loss of 15?", "sql": "SELECT \"Club\" FROM \"2-1676073-14\" WHERE \"Lost\" = '15';"} +{"question_id": 8594, "table_id": "2-1676073-14", "question": "When there were 554 points, what was the point difference?", "sql": "SELECT \"Points difference\" FROM \"2-1676073-14\" WHERE \"Points for\" = '554';"} +{"question_id": 8595, "table_id": "2-1676073-14", "question": "When there were 767 points, what was the point difference?", "sql": "SELECT \"Points difference\" FROM \"2-1676073-14\" WHERE \"Points against\" = '767';"} +{"question_id": 8596, "table_id": "2-1676073-14", "question": "What club had a points difference of -24?", "sql": "SELECT \"Club\" FROM \"2-1676073-14\" WHERE \"Points difference\" = '-24';"} +{"question_id": 8597, "table_id": "2-16895520-2", "question": "What is the outcome of the match with opponent Jade Curtis?", "sql": "SELECT \"Outcome\" FROM \"2-16895520-2\" WHERE \"Opponent\" = 'Jade Curtis';"} +{"question_id": 8598, "table_id": "2-16895520-2", "question": "What is the outcome of the match played on Carpet surface?", "sql": "SELECT \"Outcome\" FROM \"2-16895520-2\" WHERE \"Surface\" = 'Carpet';"} +{"question_id": 8599, "table_id": "2-16895520-2", "question": "What is the name of the Tournament with Jade Curtis as the opponent?", "sql": "SELECT \"Tournament\" FROM \"2-16895520-2\" WHERE \"Opponent\" = 'Jade Curtis';"} +{"question_id": 8600, "table_id": "2-16351707-9", "question": "Who has Runs of 124?", "sql": "SELECT \"Player\" FROM \"2-16351707-9\" WHERE \"Runs\" = '124';"} +{"question_id": 8601, "table_id": "2-16351707-9", "question": "Name the Runs which has Venue of Adelaide Oval , Adelaide?", "sql": "SELECT \"Runs\" FROM \"2-16351707-9\" WHERE \"Venue\" = 'Adelaide Oval , Adelaide';"} +{"question_id": 8602, "table_id": "2-16351707-9", "question": "Which Venue has Michael Di Venuto on Season of 2000/01?", "sql": "SELECT \"Venue\" FROM \"2-16351707-9\" WHERE \"Player\" = 'Michael Di Venuto' AND \"Season\" = '2000/01';"} +{"question_id": 8603, "table_id": "2-16351707-9", "question": "Name the Runs has a Venue of Bellerive Oval , Hobart, and a Season of 2004/05, and a Rank of 5?", "sql": "SELECT \"Runs\" FROM \"2-16351707-9\" WHERE \"Venue\" = 'Bellerive Oval , Hobart' AND \"Season\" = '2004/05' AND \"Rank\" = '5';"} +{"question_id": 8604, "table_id": "2-16351707-9", "question": "Name the Runs that has a Venue of Bellerive Oval , Hobart, and a Player of Travis Birt?", "sql": "SELECT \"Runs\" FROM \"2-16351707-9\" WHERE \"Venue\" = 'Bellerive Oval , Hobart' AND \"Player\" = 'Travis Birt';"} +{"question_id": 8605, "table_id": "2-16341329-1", "question": "What is the front-side bus for the processor whose frequency is 733MHz?", "sql": "SELECT \"Front Side Bus\" FROM \"2-16341329-1\" WHERE \"Frequency\" = '733MHz';"} +{"question_id": 8606, "table_id": "2-16341329-1", "question": "What is the L2 cache for the processor with a 750MHz frequency?", "sql": "SELECT \"L2-Cache\" FROM \"2-16341329-1\" WHERE \"Frequency\" = '750MHz';"} +{"question_id": 8607, "table_id": "2-16341329-1", "question": "What is the multiplier for the processor with a frequency of 733MHz?", "sql": "SELECT \"Multiplier\" FROM \"2-16341329-1\" WHERE \"Frequency\" = '733MHz';"} +{"question_id": 8608, "table_id": "2-1753419-2", "question": "What is the smallest height with a prominence of 2349?", "sql": "SELECT MIN(\"Height (m)\") FROM \"2-1753419-2\" WHERE \"Prominence (m)\" = 2349.0;"} +{"question_id": 8609, "table_id": "2-1753419-2", "question": "What is the height when col is 1077 and prominence is more than 2349?", "sql": "SELECT AVG(\"Height (m)\") FROM \"2-1753419-2\" WHERE \"Col (m)\" = 1077.0 AND \"Prominence (m)\" > 2349.0;"} +{"question_id": 8610, "table_id": "2-1753419-2", "question": "What is the smallest col where height is less than 4274 and peak is triglav and prominence is less than 2052?", "sql": "SELECT MIN(\"Col (m)\") FROM \"2-1753419-2\" WHERE \"Height (m)\" < 4274.0 AND \"Peak\" = 'triglav' AND \"Prominence (m)\" < 2052.0;"} +{"question_id": 8611, "table_id": "2-17607772-2", "question": "What was the result of the game after week 6 against the Cleveland Browns?", "sql": "SELECT \"Result\" FROM \"2-17607772-2\" WHERE \"Week\" < 6.0 AND \"Opponent\" = 'Cleveland Browns';"} +{"question_id": 8612, "table_id": "2-17607772-2", "question": "What was the Ravens' record on December 5, 1999?", "sql": "SELECT \"Record\" FROM \"2-17607772-2\" WHERE \"Date\" = 'December 5, 1999';"} +{"question_id": 8613, "table_id": "2-17607772-2", "question": "What date did the Ravens play the Buffalo Bills?", "sql": "SELECT \"Date\" FROM \"2-17607772-2\" WHERE \"Opponent\" = 'Buffalo Bills';"} +{"question_id": 8614, "table_id": "2-17607772-2", "question": "What date was the week 10 game?", "sql": "SELECT \"Date\" FROM \"2-17607772-2\" WHERE \"Week\" = 10.0;"} +{"question_id": 8615, "table_id": "2-16394033-1", "question": "What was the school type for Los Angeles, California?", "sql": "SELECT \"Type\" FROM \"2-16394033-1\" WHERE \"Location\" = 'Los Angeles, California';"} +{"question_id": 8616, "table_id": "2-16394033-1", "question": "What were the dates for Honolulu, Hawaii in Kindergarten?", "sql": "SELECT \"Dates\" FROM \"2-16394033-1\" WHERE \"Location\" = 'Honolulu, Hawaii' AND \"Grade\" = 'Kindergarten';"} +{"question_id": 8617, "table_id": "2-17100961-78", "question": "What is the highest Pick that has a round greater than 6 and an overall greater than 216?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17100961-78\" WHERE \"Round\" > 6.0 AND \"Overall\" > 216.0;"} +{"question_id": 8618, "table_id": "2-17100961-78", "question": "What is the highest round that has an overall of 143 and a pick greater than 6?", "sql": "SELECT MAX(\"Round\") FROM \"2-17100961-78\" WHERE \"Overall\" = 143.0 AND \"Pick\" > 6.0;"} +{"question_id": 8619, "table_id": "2-1632486-8", "question": "What was the session at the circuit of Lowes Motor Speedway?", "sql": "SELECT \"Session\" FROM \"2-1632486-8\" WHERE \"Circuit\" = 'Lowes Motor Speedway';"} +{"question_id": 8620, "table_id": "2-1632486-8", "question": "Which session had a discipline of Open Wheel?", "sql": "SELECT \"Session\" FROM \"2-1632486-8\" WHERE \"Discipline\" = 'Open Wheel';"} +{"question_id": 8621, "table_id": "2-1632486-8", "question": "Which championship had a Circuit of Le Mans?", "sql": "SELECT \"Championship\" FROM \"2-1632486-8\" WHERE \"Circuit\" = 'Le Mans';"} +{"question_id": 8622, "table_id": "2-1632486-8", "question": "What was the discipline for the Championship of International Championship for Makes?", "sql": "SELECT \"Discipline\" FROM \"2-1632486-8\" WHERE \"Championship\" = 'International Championship for Makes';"} +{"question_id": 8623, "table_id": "2-1632486-8", "question": "What was the session at the circuit of Autodrom Most?", "sql": "SELECT \"Session\" FROM \"2-1632486-8\" WHERE \"Circuit\" = 'Autodrom Most';"} +{"question_id": 8624, "table_id": "2-1632486-8", "question": "What was the discipline for the Euroboss championship?", "sql": "SELECT \"Discipline\" FROM \"2-1632486-8\" WHERE \"Championship\" = 'Euroboss';"} +{"question_id": 8625, "table_id": "2-16501954-23", "question": "what is the lowest played when the position is more than 9?", "sql": "SELECT MIN(\"Played\") FROM \"2-16501954-23\" WHERE \"Position\" > 9.0;"} +{"question_id": 8626, "table_id": "2-16501954-23", "question": "what is the average points when played is less than 16?", "sql": "SELECT AVG(\"Points\") FROM \"2-16501954-23\" WHERE \"Played\" < 16.0;"} +{"question_id": 8627, "table_id": "2-16501954-23", "question": "what is the highest points when position is higher than 6, lost is less than 12 and drawn is less than 1?", "sql": "SELECT MAX(\"Points\") FROM \"2-16501954-23\" WHERE \"Position\" > 6.0 AND \"Lost\" < 12.0 AND \"Drawn\" < 1.0;"} +{"question_id": 8628, "table_id": "2-16501954-23", "question": "what is the sum of points when lost is less than 10, name is vfl denklingen and position is higher than 2?", "sql": "SELECT SUM(\"Points\") FROM \"2-16501954-23\" WHERE \"Lost\" < 10.0 AND \"Name\" = 'vfl denklingen' AND \"Position\" > 2.0;"} +{"question_id": 8629, "table_id": "2-16981801-1", "question": "WHAT IS THE WORST SCORE WHEN THE BEST SCORE WAS 8.8 AND AVERAGE WAS LARGER THAN 6.2?", "sql": "SELECT COUNT(\"Worst score\") FROM \"2-16981801-1\" WHERE \"Best score\" = 8.8 AND \"Average\" > 6.2;"} +{"question_id": 8630, "table_id": "2-16981801-1", "question": "WHAT IS THE TOTAL AVERAGE WITH A PLACE SMALLER THAN 1?", "sql": "SELECT COUNT(\"Average\") FROM \"2-16981801-1\" WHERE \"Place\" < 1.0;"} +{"question_id": 8631, "table_id": "2-16981801-1", "question": "WHAT IS THE HIGHEST PLACE AND BEST SCORE BIGGER THAN 10?", "sql": "SELECT MAX(\"Place\") FROM \"2-16981801-1\" WHERE \"Best score\" > 10.0;"} +{"question_id": 8632, "table_id": "2-17322817-7", "question": "Can you tell me the High points that has the Date of January 31?", "sql": "SELECT \"High points\" FROM \"2-17322817-7\" WHERE \"Date\" = 'January 31';"} +{"question_id": 8633, "table_id": "2-17322817-7", "question": "Can you tell me the Score that has the Game of 40?", "sql": "SELECT \"Score\" FROM \"2-17322817-7\" WHERE \"Game\" = 40.0;"} +{"question_id": 8634, "table_id": "2-17245578-3", "question": "What was Lee Trevino's score?", "sql": "SELECT \"Score\" FROM \"2-17245578-3\" WHERE \"Player\" = 'Lee Trevino';"} +{"question_id": 8635, "table_id": "2-16284301-2", "question": "What was the highest grid for Patrick Carpentier?", "sql": "SELECT MAX(\"Grid\") FROM \"2-16284301-2\" WHERE \"Driver\" = 'Patrick Carpentier';"} +{"question_id": 8636, "table_id": "2-16284301-2", "question": "Who has the lowest laps with 29 points on 1 grid?", "sql": "SELECT MIN(\"Laps\") FROM \"2-16284301-2\" WHERE \"Points\" = 29.0 AND \"Grid\" < 1.0;"} +{"question_id": 8637, "table_id": "2-17360752-4", "question": "What is the location and attendance of the game with a game number greater than 7 and a record of 5-2-1?", "sql": "SELECT \"Location/Attendance\" FROM \"2-17360752-4\" WHERE \"Game\" > 7.0 AND \"Record\" = '5-2-1';"} +{"question_id": 8638, "table_id": "2-17360752-4", "question": "What is the location and attendance of the game with a 3-1-0 record?", "sql": "SELECT \"Location/Attendance\" FROM \"2-17360752-4\" WHERE \"Record\" = '3-1-0';"} +{"question_id": 8639, "table_id": "2-17360752-4", "question": "Who is the opponent of the game with a game number less than 5 with a 2-0-0 record?", "sql": "SELECT \"Opponent\" FROM \"2-17360752-4\" WHERE \"Game\" < 5.0 AND \"Record\" = '2-0-0';"} +{"question_id": 8640, "table_id": "2-16410647-2", "question": "What Frequency's Branding is Your Cure for Corporate Radio?", "sql": "SELECT \"Frequency\" FROM \"2-16410647-2\" WHERE \"Branding\" = 'Your Cure for Corporate Radio';"} +{"question_id": 8641, "table_id": "2-16410647-2", "question": "What is the Format of AM 980?", "sql": "SELECT \"Format\" FROM \"2-16410647-2\" WHERE \"Frequency\" = 'AM 980';"} +{"question_id": 8642, "table_id": "2-16410647-2", "question": "What is the Branding of the Frequency owned by Sound of Faith Broadcasting Group?", "sql": "SELECT \"Branding\" FROM \"2-16410647-2\" WHERE \"Owner\" = 'Sound of Faith Broadcasting Group';"} +{"question_id": 8643, "table_id": "2-16410647-2", "question": "What is FM 99.9's Format?", "sql": "SELECT \"Format\" FROM \"2-16410647-2\" WHERE \"Frequency\" = 'FM 99.9';"} +{"question_id": 8644, "table_id": "2-16410647-2", "question": "What is the Format of the Frequency CJBX-FM?", "sql": "SELECT \"Format\" FROM \"2-16410647-2\" WHERE \"Call sign\" = 'CJBX-FM';"} +{"question_id": 8645, "table_id": "2-16410647-2", "question": "What is the Call sign of the Frequency 106.9 The X?", "sql": "SELECT \"Call sign\" FROM \"2-16410647-2\" WHERE \"Branding\" = '106.9 The X';"} +{"question_id": 8646, "table_id": "2-16864968-8", "question": "Which Score has an Opponent of @ Buffalo Sabres?", "sql": "SELECT \"Score\" FROM \"2-16864968-8\" WHERE \"Opponent\" = '@ Buffalo Sabres';"} +{"question_id": 8647, "table_id": "2-16864968-8", "question": "How many Points have a Date of march 19, 2009?", "sql": "SELECT COUNT(\"Points\") FROM \"2-16864968-8\" WHERE \"Date\" = 'march 19, 2009';"} +{"question_id": 8648, "table_id": "2-16864968-8", "question": "When was the Attendance larger than 19356, and there was a Record of 31–32–13?", "sql": "SELECT \"Date\" FROM \"2-16864968-8\" WHERE \"Attendance\" > 19356.0 AND \"Record\" = '31–32–13';"} +{"question_id": 8649, "table_id": "2-16475719-2", "question": "What time is CDT when EDT is 4:55 a.m.?", "sql": "SELECT \"CDT (-5 UTC)\" FROM \"2-16475719-2\" WHERE \"EDT (-4 UTC)\" = '4:55 a.m.';"} +{"question_id": 8650, "table_id": "2-16475719-2", "question": "What is the time for PDT when CDT is 6:38 a.m.?", "sql": "SELECT \"PDT (-7 UTC)\" FROM \"2-16475719-2\" WHERE \"CDT (-5 UTC)\" = '6:38 a.m.';"} +{"question_id": 8651, "table_id": "2-16475719-2", "question": "What time is CDT when PDT is 3:17 a.m.?", "sql": "SELECT \"CDT (-5 UTC)\" FROM \"2-16475719-2\" WHERE \"PDT (-7 UTC)\" = '3:17 a.m.';"} +{"question_id": 8652, "table_id": "2-16475719-2", "question": "What time is MDT when EDT is Set and PDT is 6:00 a.m.?", "sql": "SELECT \"MDT (-6 UTC)\" FROM \"2-16475719-2\" WHERE \"EDT (-4 UTC)\" = 'Set' AND \"PDT (-7 UTC)\" = '6:00 a.m.';"} +{"question_id": 8653, "table_id": "2-16210649-4", "question": "Which Finals has a A-League of 0 6, and a Pre-Season larger than 0?", "sql": "SELECT AVG(\"Finals\") FROM \"2-16210649-4\" WHERE \"A-League\" = '0 6' AND \"Pre-Season\" > 0.0;"} +{"question_id": 8654, "table_id": "2-16210649-4", "question": "Which Pre-Season has a A-League of 0 1, and a Finals larger than 0?", "sql": "SELECT MIN(\"Pre-Season\") FROM \"2-16210649-4\" WHERE \"A-League\" = '0 1' AND \"Finals\" > 0.0;"} +{"question_id": 8655, "table_id": "2-1646586-1", "question": "What is the highest Taper (in/ft), when Size is 8?", "sql": "SELECT MAX(\"Taper (in/ft)\") FROM \"2-1646586-1\" WHERE \"Size\" = 8.0;"} +{"question_id": 8656, "table_id": "2-16729071-1", "question": "What is the date for week 15?", "sql": "SELECT \"Date\" FROM \"2-16729071-1\" WHERE \"Week\" = 15.0;"} +{"question_id": 8657, "table_id": "2-16729071-1", "question": "What is the total attendance for candlestick park?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-16729071-1\" WHERE \"Game site\" = 'candlestick park';"} +{"question_id": 8658, "table_id": "2-17300549-1", "question": "Who was the opponent on April 26, 2003?", "sql": "SELECT \"Opponent\" FROM \"2-17300549-1\" WHERE \"Date\" = 'April 26, 2003';"} +{"question_id": 8659, "table_id": "2-17300549-1", "question": "What was the result on week 1?", "sql": "SELECT \"Result\" FROM \"2-17300549-1\" WHERE \"Week\" = 1.0;"} +{"question_id": 8660, "table_id": "2-17300549-1", "question": "What was the result of the game that took place on April 26, 2003?", "sql": "SELECT \"Result\" FROM \"2-17300549-1\" WHERE \"Date\" = 'April 26, 2003';"} +{"question_id": 8661, "table_id": "2-17300549-1", "question": "What was the result of the week that was a Bye before week 6?", "sql": "SELECT \"Result\" FROM \"2-17300549-1\" WHERE \"Week\" < 6.0 AND \"Game site\" = 'Bye';"} +{"question_id": 8662, "table_id": "2-170641-1", "question": "What is the lowest number of districts (kecamatan) in the north sulawesi province with more than 1510 villages?", "sql": "SELECT MIN(\"Number of Districts (kecamatan)\") FROM \"2-170641-1\" WHERE \"Province\" = 'north sulawesi' AND \"Villages\" > 1510.0;"} +{"question_id": 8663, "table_id": "2-170641-1", "question": "What is the sum of the number of districts (kecamatan) in the geographical unit of Java with more than 4 recencies (kabupaten) and less than 8577 villages?", "sql": "SELECT SUM(\"Number of Districts (kecamatan)\") FROM \"2-170641-1\" WHERE \"Geographical unit\" = 'Java' AND \"Number of Regencies (kabupaten)\" > 4.0 AND \"Villages\" < 8577.0;"} +{"question_id": 8664, "table_id": "2-170641-1", "question": "What is the average number of regencies (kabupaten) with more than 331 villages and a 2010 population census of 12982204?", "sql": "SELECT AVG(\"Number of Regencies (kabupaten)\") FROM \"2-170641-1\" WHERE \"Villages\" > 331.0 AND \"Population at 2010 Census\" = 12982204.0;"} +{"question_id": 8665, "table_id": "2-170641-1", "question": "What is the lowest number of cities (kota) which has less than 65 districts (kecamatan), an area of 16424 km², and a 2010 census population less than 3890757?", "sql": "SELECT MIN(\"Number of Cities (kota)\") FROM \"2-170641-1\" WHERE \"Number of Districts (kecamatan)\" < 65.0 AND \"Population at 2010 Census\" < 3890757.0 AND \"Area (km²)\" = 16424.0;"} +{"question_id": 8666, "table_id": "2-170641-1", "question": "What is the sum of the number of cities (kota) with an area less than 47799 km², the capital yogyakarta, and a 2010 density greater than 1138?", "sql": "SELECT SUM(\"Number of Cities (kota)\") FROM \"2-170641-1\" WHERE \"Area (km²)\" < 47799.0 AND \"Capital\" = 'yogyakarta' AND \"Density (2010)\" > 1138.0;"} +{"question_id": 8667, "table_id": "2-17026847-20", "question": "Which score was associated with an attendance of 275?", "sql": "SELECT \"Score\" FROM \"2-17026847-20\" WHERE \"Attendance\" = 275.0;"} +{"question_id": 8668, "table_id": "2-17026847-20", "question": "What was the lowest attendance by the game that had an away team of Vida?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17026847-20\" WHERE \"Away\" = 'Vida';"} +{"question_id": 8669, "table_id": "2-17026847-20", "question": "Who was the away team that had attendance under 2614 and a home team of Victoria?", "sql": "SELECT \"Away\" FROM \"2-17026847-20\" WHERE \"Attendance\" < 2614.0 AND \"Home\" = 'Victoria';"} +{"question_id": 8670, "table_id": "2-17026847-20", "question": "Who was the home team for the game with Platense as the away team and attendance under 529?", "sql": "SELECT \"Home\" FROM \"2-17026847-20\" WHERE \"Attendance\" < 529.0 AND \"Away\" = 'Platense';"} +{"question_id": 8671, "table_id": "2-17026847-20", "question": "What was the attendance for the game with an away team of Hispano?", "sql": "SELECT \"Attendance\" FROM \"2-17026847-20\" WHERE \"Away\" = 'Hispano';"} +{"question_id": 8672, "table_id": "2-17026847-14", "question": "Which home has an attendance of 507?", "sql": "SELECT \"Home\" FROM \"2-17026847-14\" WHERE \"Attendance\" = 507.0;"} +{"question_id": 8673, "table_id": "2-17026847-14", "question": "What was the total attendance for the 3:1 game?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-17026847-14\" WHERE \"Score\" = '3:1';"} +{"question_id": 8674, "table_id": "2-17416195-6", "question": "How many goals against were scored when the points were smaller than 13, the wins were smaller than 3, and the goals for were smaller than 15?", "sql": "SELECT SUM(\"Goals against\") FROM \"2-17416195-6\" WHERE \"Points\" < 13.0 AND \"Wins\" < 3.0 AND \"Goals for\" < 15.0;"} +{"question_id": 8675, "table_id": "2-17416195-6", "question": "What was the highest position when the wins were higher than 4 and the points were lower than 11?", "sql": "SELECT MAX(\"Position\") FROM \"2-17416195-6\" WHERE \"Wins\" = 4.0 AND \"Points\" < 11.0;"} +{"question_id": 8676, "table_id": "2-17416195-6", "question": "When the goals against were higher than 30, what was the average number of draws?", "sql": "SELECT AVG(\"Draws\") FROM \"2-17416195-6\" WHERE \"Goals against\" > 30.0;"} +{"question_id": 8677, "table_id": "2-17416195-6", "question": "How many wins happened when there were fewer than 2 draws?", "sql": "SELECT SUM(\"Wins\") FROM \"2-17416195-6\" WHERE \"Draws\" < 2.0;"} +{"question_id": 8678, "table_id": "2-17416195-6", "question": "How many goals against were scored when the position was higher than 1 and the played was higher than 10?", "sql": "SELECT COUNT(\"Goals against\") FROM \"2-17416195-6\" WHERE \"Position\" > 1.0 AND \"Played\" > 10.0;"} +{"question_id": 8679, "table_id": "2-16494599-19", "question": "What year were the Grizzlies in Providence?", "sql": "SELECT \"Years for Grizzlies\" FROM \"2-16494599-19\" WHERE \"School/Club Team\" = 'Providence';"} +{"question_id": 8680, "table_id": "2-16494599-19", "question": "What player from the United States played for the Grizzlies from 1997-1998?", "sql": "SELECT \"Player\" FROM \"2-16494599-19\" WHERE \"Nationality\" = 'United States' AND \"Years for Grizzlies\" = '1997-1998';"} +{"question_id": 8681, "table_id": "2-16494599-19", "question": "Which player played for the Grizzlies from 1997-1998?", "sql": "SELECT \"Player\" FROM \"2-16494599-19\" WHERE \"Years for Grizzlies\" = '1997-1998';"} +{"question_id": 8682, "table_id": "2-174491-2", "question": "Who won the men's ski jump when the FIS Nordic World Ski Championships was 1980?", "sql": "SELECT \"Winner\" FROM \"2-174491-2\" WHERE \"FIS Nordic World Ski Championships\" = '1980';"} +{"question_id": 8683, "table_id": "2-174491-2", "question": "With the Winter Olympics was 1960, what was the country?", "sql": "SELECT \"Country\" FROM \"2-174491-2\" WHERE \"Winter Olympics\" = '1960';"} +{"question_id": 8684, "table_id": "2-174491-2", "question": "What was the Winter Olympics was Japan as the country?", "sql": "SELECT \"Winter Olympics\" FROM \"2-174491-2\" WHERE \"Country\" = 'Japan';"} +{"question_id": 8685, "table_id": "2-174491-2", "question": "The winner Arnfinn Bergmann has what under country?", "sql": "SELECT \"Country\" FROM \"2-174491-2\" WHERE \"Winner\" = 'Arnfinn Bergmann';"} +{"question_id": 8686, "table_id": "2-174491-2", "question": "When the FIS Nordic World Ski Championships was 1962, 1964 what was the Holmenkollen?", "sql": "SELECT \"Holmenkollen\" FROM \"2-174491-2\" WHERE \"FIS Nordic World Ski Championships\" = '1962, 1964';"} +{"question_id": 8687, "table_id": "2-17290196-1", "question": "What is the total number of Money ( $ ), when To Par is \"13\", and when Player is \"julius boros\"?", "sql": "SELECT COUNT(\"Money ( $ )\") FROM \"2-17290196-1\" WHERE \"To par\" = 13.0 AND \"Player\" = 'julius boros';"} +{"question_id": 8688, "table_id": "2-17290196-1", "question": "What is Player, when Money ( $ ) is less than 387, and when Score is \"73-76-74-72=295\"?", "sql": "SELECT \"Player\" FROM \"2-17290196-1\" WHERE \"Money ( $ )\" < 387.0 AND \"Score\" = '73-76-74-72=295';"} +{"question_id": 8689, "table_id": "2-17290196-1", "question": "What is the total number of To Par, when Money ( $ ) is less than 387, and when Player is \"al brosch\"?", "sql": "SELECT COUNT(\"To par\") FROM \"2-17290196-1\" WHERE \"Money ( $ )\" < 387.0 AND \"Player\" = 'al brosch';"} +{"question_id": 8690, "table_id": "2-17290196-1", "question": "What is Place, when To Par is less than 15, and when Score is 76-72-75-71=294?", "sql": "SELECT \"Place\" FROM \"2-17290196-1\" WHERE \"To par\" < 15.0 AND \"Score\" = '76-72-75-71=294';"} +{"question_id": 8691, "table_id": "2-17290196-1", "question": "What is Player, when Country is \"United States\", when Money ( $ ) is greater than 387, and when Score is \"75-74-74-70=293\"?", "sql": "SELECT \"Player\" FROM \"2-17290196-1\" WHERE \"Country\" = 'United States' AND \"Money ( $ )\" > 387.0 AND \"Score\" = '75-74-74-70=293';"} +{"question_id": 8692, "table_id": "2-17104677-11", "question": "WHAT IS THE RECORD FOR THE GAME SMALLER THAN 31?", "sql": "SELECT \"Record\" FROM \"2-17104677-11\" WHERE \"Game\" < 31.0;"} +{"question_id": 8693, "table_id": "2-17104677-11", "question": "WHAT IS THE GAME ON September 13?", "sql": "SELECT AVG(\"Game\") FROM \"2-17104677-11\" WHERE \"Date\" = 'September 13';"} +{"question_id": 8694, "table_id": "2-16721744-1", "question": "Which team had more than 10 wins with a champion of Mat Mladin?", "sql": "SELECT \"Team\" FROM \"2-16721744-1\" WHERE \"Wins\" > 10.0 AND \"Champion\" = 'Mat Mladin';"} +{"question_id": 8695, "table_id": "2-16721744-1", "question": "Which team had 2 wins and a season later than 1986?", "sql": "SELECT \"Team\" FROM \"2-16721744-1\" WHERE \"Wins\" = 2.0 AND \"Season\" > 1986.0;"} +{"question_id": 8696, "table_id": "2-17004738-1", "question": "What was the score for Team 1 of Stade Lavallois (D1)?", "sql": "SELECT \"Score\" FROM \"2-17004738-1\" WHERE \"Team 1\" = 'Stade Lavallois (D1)';"} +{"question_id": 8697, "table_id": "2-17004738-1", "question": "What was team one name for the Team 2 of Toulouse FC (D1)>?", "sql": "SELECT \"Team 1\" FROM \"2-17004738-1\" WHERE \"Team 2\" = 'Toulouse FC (D1)';"} +{"question_id": 8698, "table_id": "2-17004738-1", "question": "What was the name of the Team 1, where the Team 2 was Stade de Reims (D2)?", "sql": "SELECT \"Team 1\" FROM \"2-17004738-1\" WHERE \"Team 2\" = 'Stade de Reims (D2)';"} +{"question_id": 8699, "table_id": "2-16864998-3", "question": "What was teh score of the game where Toronto was the home team on January 28?", "sql": "SELECT \"Score\" FROM \"2-16864998-3\" WHERE \"Home\" = 'Toronto' AND \"Date\" = 'January 28';"} +{"question_id": 8700, "table_id": "2-17058151-9", "question": "What is listed for the High rebounds on the Date of March 31?", "sql": "SELECT \"High rebounds\" FROM \"2-17058151-9\" WHERE \"Date\" = 'March 31';"} +{"question_id": 8701, "table_id": "2-17058151-9", "question": "What is the Record for the Team of Indiana?", "sql": "SELECT \"Record\" FROM \"2-17058151-9\" WHERE \"Team\" = 'Indiana';"} +{"question_id": 8702, "table_id": "2-17058151-9", "question": "What's the Score for the Game of 75?", "sql": "SELECT \"Score\" FROM \"2-17058151-9\" WHERE \"Game\" = 75.0;"} +{"question_id": 8703, "table_id": "2-17493675-1", "question": "Which Release date has a Required OS of Windows, a Type of 2D, and a Developer(s) of Zeonix?", "sql": "SELECT \"Release date\" FROM \"2-17493675-1\" WHERE \"Required OS\" = 'Windows' AND \"Type\" = '2D' AND \"Developer(s)\" = 'Zeonix';"} +{"question_id": 8704, "table_id": "2-17493675-1", "question": "Which Payment has a Type of 2D, and a Release date of January 2003?", "sql": "SELECT \"Payment\" FROM \"2-17493675-1\" WHERE \"Type\" = '2D' AND \"Release date\" = 'January 2003';"} +{"question_id": 8705, "table_id": "2-17493675-1", "question": "Which Payment has a Type of Text, and a Release date of 26 September, 2003?", "sql": "SELECT \"Payment\" FROM \"2-17493675-1\" WHERE \"Type\" = 'Text' AND \"Release date\" = '26 September, 2003';"} +{"question_id": 8706, "table_id": "2-17493675-1", "question": "Which Type has a Release date of November 30, 1997?", "sql": "SELECT \"Type\" FROM \"2-17493675-1\" WHERE \"Release date\" = 'November 30, 1997';"} +{"question_id": 8707, "table_id": "2-17493675-1", "question": "Which Release date has a Type of 2D?", "sql": "SELECT \"Release date\" FROM \"2-17493675-1\" WHERE \"Type\" = '2D';"} +{"question_id": 8708, "table_id": "2-17493675-1", "question": "Which Release date has a Developer(s) of Microsoft Research?", "sql": "SELECT \"Release date\" FROM \"2-17493675-1\" WHERE \"Developer(s)\" = 'Microsoft Research';"} +{"question_id": 8709, "table_id": "2-16611328-1", "question": "what is the meet when the event is Flying 200 m time trial?", "sql": "SELECT \"Meet\" FROM \"2-16611328-1\" WHERE \"Event\" = 'Flying 200 m time trial';"} +{"question_id": 8710, "table_id": "2-16611328-1", "question": "what is the record when the event is 1 km time trial?", "sql": "SELECT \"Record\" FROM \"2-16611328-1\" WHERE \"Event\" = '1 km time trial';"} +{"question_id": 8711, "table_id": "2-16611328-1", "question": "what is the place when the event is 4000 m individual pursuit?", "sql": "SELECT \"Place\" FROM \"2-16611328-1\" WHERE \"Event\" = '4000 m individual pursuit';"} +{"question_id": 8712, "table_id": "2-16611328-1", "question": "what is the meet when the date is 3 August 2012?", "sql": "SELECT \"Meet\" FROM \"2-16611328-1\" WHERE \"Date\" = '3 August 2012';"} +{"question_id": 8713, "table_id": "2-1664530-2", "question": "Which Year has a Position of 4th?", "sql": "SELECT SUM(\"Year\") FROM \"2-1664530-2\" WHERE \"Position\" = '4th';"} +{"question_id": 8714, "table_id": "2-1664530-2", "question": "Which Event has a Competition of Chicago Marathon, and a Year larger than 2004?", "sql": "SELECT \"Event\" FROM \"2-1664530-2\" WHERE \"Competition\" = 'Chicago Marathon' AND \"Year\" > 2004.0;"} +{"question_id": 8715, "table_id": "2-1664530-2", "question": "WHich Venue has a Year larger than 2003, and a Position of 10th?", "sql": "SELECT \"Venue\" FROM \"2-1664530-2\" WHERE \"Year\" > 2003.0 AND \"Position\" = '10th';"} +{"question_id": 8716, "table_id": "2-1664530-2", "question": "Name the Venue which has a Position of 5th?", "sql": "SELECT \"Venue\" FROM \"2-1664530-2\" WHERE \"Position\" = '5th';"} +{"question_id": 8717, "table_id": "2-17290169-3", "question": "What is the Place 2 Player?", "sql": "SELECT \"Player\" FROM \"2-17290169-3\" WHERE \"Place\" = '2';"} +{"question_id": 8718, "table_id": "2-17290169-3", "question": "What Player has a +3 To par?", "sql": "SELECT \"Player\" FROM \"2-17290169-3\" WHERE \"To par\" = '+3';"} +{"question_id": 8719, "table_id": "2-17290169-3", "question": "What is the Place of Player with To par of +6 and Score of 78-70-74=222?", "sql": "SELECT \"Place\" FROM \"2-17290169-3\" WHERE \"To par\" = '+6' AND \"Score\" = '78-70-74=222';"} +{"question_id": 8720, "table_id": "2-17290169-3", "question": "What is the Country of the Player with a Score of 75-70-74=219?", "sql": "SELECT \"Country\" FROM \"2-17290169-3\" WHERE \"Score\" = '75-70-74=219';"} +{"question_id": 8721, "table_id": "2-17290169-3", "question": "What is the Country with the T3 Place Player with a Score of 71-76-71=218?", "sql": "SELECT \"Country\" FROM \"2-17290169-3\" WHERE \"Place\" = 'T3' AND \"Score\" = '71-76-71=218';"} +{"question_id": 8722, "table_id": "2-17446978-2", "question": "In what event is the opponent Joe Nameth?", "sql": "SELECT \"Event\" FROM \"2-17446978-2\" WHERE \"Opponent\" = 'Joe Nameth';"} +{"question_id": 8723, "table_id": "2-17446978-2", "question": "What is the record when the Loss was to Alex Hunter in round 1?", "sql": "SELECT \"Record\" FROM \"2-17446978-2\" WHERE \"Round\" = '1' AND \"Res.\" = 'Loss' AND \"Opponent\" = 'Alex Hunter';"} +{"question_id": 8724, "table_id": "2-17446978-2", "question": "What is the method when the opponent is Andre Roberts?", "sql": "SELECT \"Method\" FROM \"2-17446978-2\" WHERE \"Opponent\" = 'Andre Roberts';"} +{"question_id": 8725, "table_id": "2-17446978-2", "question": "What is the round when the opponent is Andre Roberts?", "sql": "SELECT \"Round\" FROM \"2-17446978-2\" WHERE \"Opponent\" = 'Andre Roberts';"} +{"question_id": 8726, "table_id": "2-17446978-2", "question": "What is the round when the Loss came with a record of 2-4?", "sql": "SELECT \"Round\" FROM \"2-17446978-2\" WHERE \"Res.\" = 'Loss' AND \"Record\" = '2-4';"} +{"question_id": 8727, "table_id": "2-17446978-2", "question": "How many rounds was the fight with a decision by Submission (punches)?", "sql": "SELECT \"Round\" FROM \"2-17446978-2\" WHERE \"Method\" = 'Submission (punches)';"} +{"question_id": 8728, "table_id": "2-17622423-7", "question": "Who played against the Celtics on Sat. Feb. 23?", "sql": "SELECT \"Opponent\" FROM \"2-17622423-7\" WHERE \"Date\" = 'Sat. Feb. 23';"} +{"question_id": 8729, "table_id": "2-17622423-7", "question": "Who played against the Celtics when the final game score was 85-102?", "sql": "SELECT \"Opponent\" FROM \"2-17622423-7\" WHERE \"Score\" = '85-102';"} +{"question_id": 8730, "table_id": "2-17622423-7", "question": "What game was the final score 82-79?", "sql": "SELECT \"Game\" FROM \"2-17622423-7\" WHERE \"Score\" = '82-79';"} +{"question_id": 8731, "table_id": "2-16864968-4", "question": "What is the highest value for Game, when Points is 16, when Date is november 11, 2008, and when Attendance is greater than 19289?", "sql": "SELECT MAX(\"Game\") FROM \"2-16864968-4\" WHERE \"Points\" = 16.0 AND \"Date\" = 'november 11, 2008' AND \"Attendance\" > 19289.0;"} +{"question_id": 8732, "table_id": "2-16864968-4", "question": "What is Date, when Points is 13, and when Location is RBC Center?", "sql": "SELECT \"Date\" FROM \"2-16864968-4\" WHERE \"Points\" = 13.0 AND \"Location\" = 'RBC Center';"} +{"question_id": 8733, "table_id": "2-1676941-1", "question": "What is Surface, when Score in Final is 3-6, 6-3, 6-2?", "sql": "SELECT \"Surface\" FROM \"2-1676941-1\" WHERE \"Score in final\" = '3-6, 6-3, 6-2';"} +{"question_id": 8734, "table_id": "2-1676941-1", "question": "What is Championship, when Outcome is \"Runner-up\", and when Opponents In Final is \"Gigi Fernández Natalia Zvereva\"?", "sql": "SELECT \"Championship\" FROM \"2-1676941-1\" WHERE \"Outcome\" = 'Runner-up' AND \"Opponents in final\" = 'Gigi Fernández Natalia Zvereva';"} +{"question_id": 8735, "table_id": "2-1676941-1", "question": "What is Opponents in Final, when Partner is \"Jill Hetherington\", and when Year is after 1988?", "sql": "SELECT \"Opponents in final\" FROM \"2-1676941-1\" WHERE \"Partner\" = 'Jill Hetherington' AND \"Year\" > 1988.0;"} +{"question_id": 8736, "table_id": "2-1676941-1", "question": "What is Surface, when Opponents, when Final is \"Gigi Fernández Robin White\"?", "sql": "SELECT \"Surface\" FROM \"2-1676941-1\" WHERE \"Opponents in final\" = 'Gigi Fernández Robin White';"} +{"question_id": 8737, "table_id": "2-1676941-1", "question": "What is Outcome, when Championship is Australian Open, and when Year is before 1994?", "sql": "SELECT \"Outcome\" FROM \"2-1676941-1\" WHERE \"Championship\" = 'Australian Open' AND \"Year\" < 1994.0;"} +{"question_id": 8738, "table_id": "2-1676941-1", "question": "What is the sum of Year(s), when Championship is \"Australian Open\", when Outcome is \"Runner-up\", and when Score in Final is 3-6, 6-3, 6-2?", "sql": "SELECT SUM(\"Year\") FROM \"2-1676941-1\" WHERE \"Championship\" = 'Australian Open' AND \"Outcome\" = 'Runner-up' AND \"Score in final\" = '3-6, 6-3, 6-2';"} +{"question_id": 8739, "table_id": "2-16780110-1", "question": "What iwas the attendance of the game that took place on December 6, 1998?", "sql": "SELECT \"Attendance\" FROM \"2-16780110-1\" WHERE \"Date\" = 'December 6, 1998';"} +{"question_id": 8740, "table_id": "2-16780110-1", "question": "What was the date of week 3?", "sql": "SELECT \"Date\" FROM \"2-16780110-1\" WHERE \"Week\" = 3.0;"} +{"question_id": 8741, "table_id": "2-16780110-1", "question": "On what date was the opponent the Miami Dolphins?", "sql": "SELECT \"Date\" FROM \"2-16780110-1\" WHERE \"Opponent\" = 'Miami Dolphins';"} +{"question_id": 8742, "table_id": "2-16780110-1", "question": "Which week was the team's Bye week?", "sql": "SELECT MAX(\"Week\") FROM \"2-16780110-1\" WHERE \"Attendance\" = 'Bye';"} +{"question_id": 8743, "table_id": "2-16780110-1", "question": "What was the result of the week 13 game?", "sql": "SELECT \"Result\" FROM \"2-16780110-1\" WHERE \"Week\" = 13.0;"} +{"question_id": 8744, "table_id": "2-1757165-1", "question": "What is the range (varies by payload weight) for Shahab-4?", "sql": "SELECT \"Range (varies with payload weight)\" FROM \"2-1757165-1\" WHERE \"Name/Designation\" = 'Shahab-4';"} +{"question_id": 8745, "table_id": "2-1757165-1", "question": "What is the range (varies by payload weight) for the Unknown player?", "sql": "SELECT \"Range (varies with payload weight)\" FROM \"2-1757165-1\" WHERE \"Payload\" = 'Unknown';"} +{"question_id": 8746, "table_id": "2-1757165-1", "question": "What is the payload for Class MRBM, and a range of 1,930km?", "sql": "SELECT \"Payload\" FROM \"2-1757165-1\" WHERE \"Class\" = 'MRBM' AND \"Range (varies with payload weight)\" = '1,930km';"} +{"question_id": 8747, "table_id": "2-1757165-1", "question": "What is the name/designation for Operational Status and a range of 1,930km?", "sql": "SELECT \"Name/Designation\" FROM \"2-1757165-1\" WHERE \"Status\" = 'Operational' AND \"Range (varies with payload weight)\" = '1,930km';"} +{"question_id": 8748, "table_id": "2-1757165-1", "question": "What is the name/designation for the Under Development status?", "sql": "SELECT \"Name/Designation\" FROM \"2-1757165-1\" WHERE \"Status\" = 'Under Development';"} +{"question_id": 8749, "table_id": "2-1757165-1", "question": "What is the name/designation for the 1200kg payload?", "sql": "SELECT \"Name/Designation\" FROM \"2-1757165-1\" WHERE \"Payload\" = '1200kg';"} +{"question_id": 8750, "table_id": "2-17167993-1", "question": "Which Venue has an Event of Marathon, and a Year larger than 1995, and a Position of 4th?", "sql": "SELECT \"Venue\" FROM \"2-17167993-1\" WHERE \"Event\" = 'Marathon' AND \"Year\" > 1995.0 AND \"Position\" = '4th';"} +{"question_id": 8751, "table_id": "2-17167993-1", "question": "Which Position has an Event of 10,000 m, and a Competition of World Championships, and a Year larger than 1993?", "sql": "SELECT \"Position\" FROM \"2-17167993-1\" WHERE \"Event\" = '10,000 m' AND \"Competition\" = 'World Championships' AND \"Year\" > 1993.0;"} +{"question_id": 8752, "table_id": "2-16912096-1", "question": "WHAT TEAM HAD A 28 PICK?", "sql": "SELECT \"School/Club Team\" FROM \"2-16912096-1\" WHERE \"Pick\" = '28';"} +{"question_id": 8753, "table_id": "2-16912096-1", "question": "HOW MANY ROUNDS HAD A PICK OF 7?", "sql": "SELECT COUNT(\"Round\") FROM \"2-16912096-1\" WHERE \"Pick\" = '7';"} +{"question_id": 8754, "table_id": "2-16772687-21", "question": "What is Player, when Position is C, and when From is Cincinnati?", "sql": "SELECT \"Player\" FROM \"2-16772687-21\" WHERE \"Position\" = 'C' AND \"From\" = 'Cincinnati';"} +{"question_id": 8755, "table_id": "2-16772687-21", "question": "What is Years, when Postition is PG, and when From is USC?", "sql": "SELECT \"Years\" FROM \"2-16772687-21\" WHERE \"Position\" = 'PG' AND \"From\" = 'USC';"} +{"question_id": 8756, "table_id": "2-16772687-21", "question": "What is Player, when From is CinCinnati, and when Position is C?", "sql": "SELECT \"Player\" FROM \"2-16772687-21\" WHERE \"From\" = 'Cincinnati' AND \"Position\" = 'C';"} +{"question_id": 8757, "table_id": "2-16772687-21", "question": "What is From, when Nationality is United States, and when Jersey Number (s) is 2?", "sql": "SELECT \"From\" FROM \"2-16772687-21\" WHERE \"Nationality\" = 'United States' AND \"Jersey Number(s)\" = '2';"} +{"question_id": 8758, "table_id": "2-17004028-2", "question": "Which Grid has Laps smaller than 22, and a Bike of Honda CBR1000RR, and a Rider of Luca Morelli?", "sql": "SELECT MIN(\"Grid\") FROM \"2-17004028-2\" WHERE \"Laps\" < 22.0 AND \"Bike\" = 'Honda CBR1000RR' AND \"Rider\" = 'Luca Morelli';"} +{"question_id": 8759, "table_id": "2-17004028-2", "question": "Which Grid has a Time of +13.999?", "sql": "SELECT MIN(\"Grid\") FROM \"2-17004028-2\" WHERE \"Time\" = '+13.999';"} +{"question_id": 8760, "table_id": "2-17004028-2", "question": "Which Grid has a Rider of Loic Napoleone?", "sql": "SELECT AVG(\"Grid\") FROM \"2-17004028-2\" WHERE \"Rider\" = 'Loic Napoleone';"} +{"question_id": 8761, "table_id": "2-17188917-1", "question": "What is 4ZR's callsign?", "sql": "SELECT \"Callsign\" FROM \"2-17188917-1\" WHERE \"On-air ID\" = '4ZR';"} +{"question_id": 8762, "table_id": "2-17188917-1", "question": "What is the On-air ID of the broadcaster at frequency 0 801?", "sql": "SELECT \"On-air ID\" FROM \"2-17188917-1\" WHERE \"Frequency\" = '0 801';"} +{"question_id": 8763, "table_id": "2-17188917-1", "question": "4TAB of Commercial broadcaster Radio TAB broadcasts at what frequency?", "sql": "SELECT \"Frequency\" FROM \"2-17188917-1\" WHERE \"Purpose\" = 'Commercial' AND \"On-air ID\" = 'Radio TAB' AND \"Callsign\" = '4TAB';"} +{"question_id": 8764, "table_id": "2-17188917-1", "question": "What band does 4CCA use?", "sql": "SELECT \"Band\" FROM \"2-17188917-1\" WHERE \"Callsign\" = '4CCA';"} +{"question_id": 8765, "table_id": "2-17188917-1", "question": "What is the On-air ID of FM broadcaster 4NSA?", "sql": "SELECT \"On-air ID\" FROM \"2-17188917-1\" WHERE \"Band\" = 'FM' AND \"Callsign\" = '4NSA';"} +{"question_id": 8766, "table_id": "2-17188917-1", "question": "The Community station broadcasting at frequency 0 96.9 is in what band?", "sql": "SELECT \"Band\" FROM \"2-17188917-1\" WHERE \"Purpose\" = 'Community' AND \"Frequency\" = '0 96.9';"} +{"question_id": 8767, "table_id": "2-16531455-4", "question": "What is the original name for the song \"Sono Io\"?", "sql": "SELECT \"Original Name\" FROM \"2-16531455-4\" WHERE \"Song\" = '\"Sono Io\"';"} +{"question_id": 8768, "table_id": "2-16531455-4", "question": "Who were the singers for the song \"We Rock\" in French?", "sql": "SELECT \"Singer(s)\" FROM \"2-16531455-4\" WHERE \"Language\" = 'French' AND \"Song\" = '\"We Rock\"';"} +{"question_id": 8769, "table_id": "2-16531455-4", "question": "What was the original name for the song performed by Brad Kavanagh?", "sql": "SELECT \"Original Name\" FROM \"2-16531455-4\" WHERE \"Singer(s)\" = 'Brad Kavanagh';"} +{"question_id": 8770, "table_id": "2-16531455-4", "question": "What is the original name of the song performed in Swedish?", "sql": "SELECT \"Original Name\" FROM \"2-16531455-4\" WHERE \"Language\" = 'Swedish';"} +{"question_id": 8771, "table_id": "2-16531455-4", "question": "Who was the singer of \"This Is Me\" in Sweden?", "sql": "SELECT \"Singer(s)\" FROM \"2-16531455-4\" WHERE \"Original Name\" = '\"This Is Me\"' AND \"Country\" = 'Sweden';"} +{"question_id": 8772, "table_id": "2-16531455-4", "question": "What was the original name of the Spanish song in Spain?", "sql": "SELECT \"Original Name\" FROM \"2-16531455-4\" WHERE \"Language\" = 'Spanish' AND \"Country\" = 'Spain';"} +{"question_id": 8773, "table_id": "2-17164233-1", "question": "What is the result for 1989 that has a 1992 result of 0 / 1?", "sql": "SELECT \"1989\" FROM \"2-17164233-1\" WHERE \"1992\" = '0 / 1';"} +{"question_id": 8774, "table_id": "2-17164233-1", "question": "For what tournament is the 1990 0 / 4?", "sql": "SELECT \"Tournament\" FROM \"2-17164233-1\" WHERE \"1990\" = '0 / 4';"} +{"question_id": 8775, "table_id": "2-17164233-1", "question": "WhAt is the 1988 result thAt hAs A 1994 result of A, And 3R As the 1987 result?", "sql": "SELECT \"1988\" FROM \"2-17164233-1\" WHERE \"1994\" = 'A' AND \"1987\" = '3R';"} +{"question_id": 8776, "table_id": "2-17164233-1", "question": "With A 1992 result of A, And At the U.S. Open TournAment, whAt is the 1989 result?", "sql": "SELECT \"1989\" FROM \"2-17164233-1\" WHERE \"1992\" = 'A' AND \"Tournament\" = 'U.S. Open';"} +{"question_id": 8777, "table_id": "2-17164233-1", "question": "What are the 1994 results with a career SR of 0 / 3?", "sql": "SELECT \"1994\" FROM \"2-17164233-1\" WHERE \"Career SR\" = '0 / 3';"} +{"question_id": 8778, "table_id": "2-17164233-1", "question": "What result in 1994 has a SR as the tournament?", "sql": "SELECT \"1994\" FROM \"2-17164233-1\" WHERE \"Tournament\" = 'SR';"} +{"question_id": 8779, "table_id": "2-17357381-1", "question": "What is the most recent year with a position of 3rd?", "sql": "SELECT MAX(\"Year\") FROM \"2-17357381-1\" WHERE \"Position\" = '3rd';"} +{"question_id": 8780, "table_id": "2-17357381-1", "question": "What is the venue when the result was position of 17th?", "sql": "SELECT \"Venue\" FROM \"2-17357381-1\" WHERE \"Position\" = '17th';"} +{"question_id": 8781, "table_id": "2-17231302-2", "question": "What is the lowest total that has 1977 as the year (s) won?", "sql": "SELECT MIN(\"Total\") FROM \"2-17231302-2\" WHERE \"Year(s) won\" = '1977';"} +{"question_id": 8782, "table_id": "2-17231302-2", "question": "How many totals have Andy North as the player?", "sql": "SELECT SUM(\"Total\") FROM \"2-17231302-2\" WHERE \"Player\" = 'Andy North';"} +{"question_id": 8783, "table_id": "2-17231302-2", "question": "What country has 302 as the total?", "sql": "SELECT \"Country\" FROM \"2-17231302-2\" WHERE \"Total\" = 302.0;"} +{"question_id": 8784, "table_id": "2-17231211-7", "question": "How much money does player Ben Crenshaw, who has a T4 place, have?", "sql": "SELECT \"Money ( $ )\" FROM \"2-17231211-7\" WHERE \"Place\" = 'T4' AND \"Player\" = 'Ben Crenshaw';"} +{"question_id": 8785, "table_id": "2-17231211-7", "question": "What is the country of player Curtis Strange?", "sql": "SELECT \"Country\" FROM \"2-17231211-7\" WHERE \"Player\" = 'Curtis Strange';"} +{"question_id": 8786, "table_id": "2-17231211-7", "question": "What is the score of the United States, which has more than $24542?", "sql": "SELECT \"Score\" FROM \"2-17231211-7\" WHERE \"Country\" = 'United States' AND \"Money ( $ )\" > 24542.0;"} +{"question_id": 8787, "table_id": "2-16802194-1", "question": "What is the Margin, when Date is 19 July 2008 (round 19)?", "sql": "SELECT \"Margin\" FROM \"2-16802194-1\" WHERE \"Date\" = '19 July 2008 (round 19)';"} +{"question_id": 8788, "table_id": "2-16802194-1", "question": "What is the Winning Team, when Losing Team is South Sydney Rabbitohs?", "sql": "SELECT \"Winning Team\" FROM \"2-16802194-1\" WHERE \"Losing Team\" = 'South Sydney Rabbitohs';"} +{"question_id": 8789, "table_id": "2-16802194-1", "question": "What is the Venue, when the Score is 56-4?", "sql": "SELECT \"Venue\" FROM \"2-16802194-1\" WHERE \"Score\" = '56-4';"} +{"question_id": 8790, "table_id": "2-16478687-4", "question": "What is Busan's rank?", "sql": "SELECT SUM(\"Rank\") FROM \"2-16478687-4\" WHERE \"City\" = 'Busan';"} +{"question_id": 8791, "table_id": "2-16478687-4", "question": "Which rank had a population of 7069000?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-16478687-4\" WHERE \"Population\" = 7069000.0;"} +{"question_id": 8792, "table_id": "2-16478687-4", "question": "What is the total population for the 3616km area?", "sql": "SELECT COUNT(\"Population\") FROM \"2-16478687-4\" WHERE \"Area (km²)\" = 3616.0;"} +{"question_id": 8793, "table_id": "2-16271198-1", "question": "What was the 2007 budget when there were more than 115897 employees and an order succession of 11?", "sql": "SELECT \"2007 Budget in billions of dollars\" FROM \"2-16271198-1\" WHERE \"Employees (2007)\" > 115897.0 AND \"Order of succession\" = '11';"} +{"question_id": 8794, "table_id": "2-16271198-1", "question": "What was the order of succession for the department of Education?", "sql": "SELECT \"Order of succession\" FROM \"2-16271198-1\" WHERE \"Department\" = 'Education';"} +{"question_id": 8795, "table_id": "2-16271198-1", "question": "What was the highest 2007 budget when the order of succession was 3?", "sql": "SELECT MAX(\"2007 Budget in billions of dollars\") FROM \"2-16271198-1\" WHERE \"Order of succession\" = '3';"} +{"question_id": 8796, "table_id": "2-1670921-2", "question": "During what wicket were Mahela Jayawardene and Thilan Samaraweera batting partners?", "sql": "SELECT \"Wicket\" FROM \"2-1670921-2\" WHERE \"Batting partners\" = 'Mahela Jayawardene and Thilan Samaraweera';"} +{"question_id": 8797, "table_id": "2-1670921-2", "question": "What batting team played in Karachi?", "sql": "SELECT \"Batting team\" FROM \"2-1670921-2\" WHERE \"Venue\" = 'Karachi';"} +{"question_id": 8798, "table_id": "2-1670921-2", "question": "Which batting team had 624 runs?", "sql": "SELECT \"Batting team\" FROM \"2-1670921-2\" WHERE \"Runs\" = '624';"} +{"question_id": 8799, "table_id": "2-1670921-2", "question": "What batting team played in Chittagong in 2003?", "sql": "SELECT \"Batting team\" FROM \"2-1670921-2\" WHERE \"Venue\" = 'Chittagong' AND \"Season\" = '2003';"} +{"question_id": 8800, "table_id": "2-1670921-2", "question": "Which fielding team had 1st wicket?", "sql": "SELECT \"Fielding team\" FROM \"2-1670921-2\" WHERE \"Wicket\" = '1st';"} +{"question_id": 8801, "table_id": "2-1670921-2", "question": "Where did the West Indies batting team play at?", "sql": "SELECT \"Venue\" FROM \"2-1670921-2\" WHERE \"Batting team\" = 'West Indies';"} +{"question_id": 8802, "table_id": "2-17323274-3", "question": "What is the highest November date that has a game under 19 and opponents of the Minnesota North Stars?", "sql": "SELECT MAX(\"November\") FROM \"2-17323274-3\" WHERE \"Game\" < 19.0 AND \"Opponent\" = 'Minnesota North Stars';"} +{"question_id": 8803, "table_id": "2-17323274-3", "question": "What is the total number of games that led to a record of 12-4-2 after November 22?", "sql": "SELECT COUNT(\"Game\") FROM \"2-17323274-3\" WHERE \"Record\" = '12-4-2' AND \"November\" > 22.0;"} +{"question_id": 8804, "table_id": "2-17248696-2", "question": "What manufacturer made 6 and preserved 1?", "sql": "SELECT \"Manufacturer\" FROM \"2-17248696-2\" WHERE \"Quantity made\" = '6' AND \"Quantity preserved\" = '1';"} +{"question_id": 8805, "table_id": "2-17248696-2", "question": "How many did Alco -Schenectady preserve of class B-3?", "sql": "SELECT \"Quantity preserved\" FROM \"2-17248696-2\" WHERE \"Manufacturer\" = 'Alco -Schenectady' AND \"Class\" = 'B-3';"} +{"question_id": 8806, "table_id": "2-17248696-2", "question": "What manufacturer made class B-2?", "sql": "SELECT \"Manufacturer\" FROM \"2-17248696-2\" WHERE \"Class\" = 'B-2';"} +{"question_id": 8807, "table_id": "2-17602870-1", "question": "What is the time (GMT) for the 4A Serial?", "sql": "SELECT \"Time ( GMT )\" FROM \"2-17602870-1\" WHERE \"Serial\" = '4A';"} +{"question_id": 8808, "table_id": "2-17602870-1", "question": "What is the time (GMT) for the 12A Serial?", "sql": "SELECT \"Time ( GMT )\" FROM \"2-17602870-1\" WHERE \"Serial\" = '12A';"} +{"question_id": 8809, "table_id": "2-17100961-72", "question": "What is the sum of the round of fred smoot, who has a pick number greater than 14?", "sql": "SELECT SUM(\"Round\") FROM \"2-17100961-72\" WHERE \"Name\" = 'fred smoot' AND \"Pick\" > 14.0;"} +{"question_id": 8810, "table_id": "2-17100961-72", "question": "What position does the player from Mississippi State play?", "sql": "SELECT \"Position\" FROM \"2-17100961-72\" WHERE \"College\" = 'Mississippi State';"} +{"question_id": 8811, "table_id": "2-17100961-72", "question": "What is the highest pick of the wr player with an overall less than 15?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17100961-72\" WHERE \"Position\" = 'wr' AND \"Overall\" < 15.0;"} +{"question_id": 8812, "table_id": "2-17231246-6", "question": "What Country scored 72-65-73=210?", "sql": "SELECT \"Country\" FROM \"2-17231246-6\" WHERE \"Score\" = '72-65-73=210';"} +{"question_id": 8813, "table_id": "2-17231246-6", "question": "What country has Dave Barr as a player?", "sql": "SELECT \"Country\" FROM \"2-17231246-6\" WHERE \"Player\" = 'Dave Barr';"} +{"question_id": 8814, "table_id": "2-17231246-6", "question": "In what place did Dave Barr score?", "sql": "SELECT \"Place\" FROM \"2-17231246-6\" WHERE \"Player\" = 'Dave Barr';"} +{"question_id": 8815, "table_id": "2-17231246-6", "question": "What was Raymond Floyd's score?", "sql": "SELECT \"Score\" FROM \"2-17231246-6\" WHERE \"Player\" = 'Raymond Floyd';"} +{"question_id": 8816, "table_id": "2-17231246-6", "question": "What Country scored 70-68-70=208?", "sql": "SELECT \"Country\" FROM \"2-17231246-6\" WHERE \"Score\" = '70-68-70=208';"} +{"question_id": 8817, "table_id": "2-17441353-2", "question": "What was the record when the TKO (elbows) method was used?", "sql": "SELECT \"Record\" FROM \"2-17441353-2\" WHERE \"Method\" = 'TKO (elbows)';"} +{"question_id": 8818, "table_id": "2-17359093-2", "question": "What is IATA, when City is \"Alexandria\"?", "sql": "SELECT \"IATA\" FROM \"2-17359093-2\" WHERE \"City\" = 'Alexandria';"} +{"question_id": 8819, "table_id": "2-17359093-2", "question": "What is Airport, when Country is \"Egypt\", and when ICAO is \"HEBA\"?", "sql": "SELECT \"Airport\" FROM \"2-17359093-2\" WHERE \"Country\" = 'Egypt' AND \"ICAO\" = 'HEBA';"} +{"question_id": 8820, "table_id": "2-17359093-2", "question": "What is City, when Country is \"Kuwait\"?", "sql": "SELECT \"City\" FROM \"2-17359093-2\" WHERE \"Country\" = 'Kuwait';"} +{"question_id": 8821, "table_id": "2-17359093-2", "question": "What is IATA, when ICAO is \"HESH\"?", "sql": "SELECT \"IATA\" FROM \"2-17359093-2\" WHERE \"ICAO\" = 'HESH';"} +{"question_id": 8822, "table_id": "2-17359093-2", "question": "What is Country, when ICAO is \"HESH\"?", "sql": "SELECT \"Country\" FROM \"2-17359093-2\" WHERE \"ICAO\" = 'HESH';"} +{"question_id": 8823, "table_id": "2-17359093-2", "question": "What is City, when IATA is \"AMM\"?", "sql": "SELECT \"City\" FROM \"2-17359093-2\" WHERE \"IATA\" = 'AMM';"} +{"question_id": 8824, "table_id": "2-17100961-19", "question": "If notre dame had a pick larger than 5, what's the overall pick?", "sql": "SELECT MAX(\"Overall\") FROM \"2-17100961-19\" WHERE \"College\" = 'notre dame' AND \"Pick\" > 5.0;"} +{"question_id": 8825, "table_id": "2-17100961-19", "question": "Which college had a pick of under 5?", "sql": "SELECT \"College\" FROM \"2-17100961-19\" WHERE \"Pick\" < 5.0;"} +{"question_id": 8826, "table_id": "2-17100961-19", "question": "What was Ralph Shoaf's pick number?", "sql": "SELECT \"Pick\" FROM \"2-17100961-19\" WHERE \"Name\" = 'Ralph Shoaf';"} +{"question_id": 8827, "table_id": "2-17162179-4", "question": "What is Score, when Place is \"T9\", and when Player is \"Jeff Sluman\"?", "sql": "SELECT \"Score\" FROM \"2-17162179-4\" WHERE \"Place\" = 'T9' AND \"Player\" = 'Jeff Sluman';"} +{"question_id": 8828, "table_id": "2-17162179-4", "question": "What is Country, when Player is \"Scott Dunlap\"?", "sql": "SELECT \"Country\" FROM \"2-17162179-4\" WHERE \"Player\" = 'Scott Dunlap';"} +{"question_id": 8829, "table_id": "2-17162179-4", "question": "What is To Par, when Country is \"United States\", when Place is \"T4\", and when Score is \"71-68=139\"?", "sql": "SELECT \"To par\" FROM \"2-17162179-4\" WHERE \"Country\" = 'United States' AND \"Place\" = 'T4' AND \"Score\" = '71-68=139';"} +{"question_id": 8830, "table_id": "2-17162179-4", "question": "What is Score, when Player is \"Jeff Maggert\"?", "sql": "SELECT \"Score\" FROM \"2-17162179-4\" WHERE \"Player\" = 'Jeff Maggert';"} +{"question_id": 8831, "table_id": "2-17162179-4", "question": "What is Place, when Player is \"Justin Leonard\"?", "sql": "SELECT \"Place\" FROM \"2-17162179-4\" WHERE \"Player\" = 'Justin Leonard';"} +{"question_id": 8832, "table_id": "2-17162179-4", "question": "What is Score, when Place is \"T4\", and when Player is \"Scott Hoch\"?", "sql": "SELECT \"Score\" FROM \"2-17162179-4\" WHERE \"Place\" = 'T4' AND \"Player\" = 'Scott Hoch';"} +{"question_id": 8833, "table_id": "2-16341329-3", "question": "Which Multiplier has a Front Side Bus of 200 MHz, and a Frequency of 1200 MHz?", "sql": "SELECT \"Multiplier\" FROM \"2-16341329-3\" WHERE \"Front Side Bus\" = '200 MHz' AND \"Frequency\" = '1200 MHz';"} +{"question_id": 8834, "table_id": "2-16341329-3", "question": "Which Frequency has a Socket of Socket 370, and a Model Number of C3 1.4A?", "sql": "SELECT \"Frequency\" FROM \"2-16341329-3\" WHERE \"Socket\" = 'Socket 370' AND \"Model Number\" = 'C3 1.4A';"} +{"question_id": 8835, "table_id": "2-16341329-3", "question": "Which Frequency has a Model Number of C3 1.4A?", "sql": "SELECT \"Frequency\" FROM \"2-16341329-3\" WHERE \"Model Number\" = 'C3 1.4A';"} +{"question_id": 8836, "table_id": "2-16341329-3", "question": "Which L2-Cache has a Frequency of 1333 MHz, and a Model Number of C3 1.3A?", "sql": "SELECT \"L2-Cache\" FROM \"2-16341329-3\" WHERE \"Frequency\" = '1333 MHz' AND \"Model Number\" = 'C3 1.3A';"} +{"question_id": 8837, "table_id": "2-16341329-3", "question": "Which Front Side Bus has a Voltage of 1.4 V, and a Frequency of 1333 MHz?", "sql": "SELECT \"Front Side Bus\" FROM \"2-16341329-3\" WHERE \"Voltage\" = '1.4 V' AND \"Frequency\" = '1333 MHz';"} +{"question_id": 8838, "table_id": "2-16341329-3", "question": "Which Frequency has a Multiplier of 6×?", "sql": "SELECT \"Frequency\" FROM \"2-16341329-3\" WHERE \"Multiplier\" = '6×';"} +{"question_id": 8839, "table_id": "2-17396-1", "question": "Which Year has a Returned On of March 10, 2013?", "sql": "SELECT AVG(\"Year\") FROM \"2-17396-1\" WHERE \"Returned On\" = 'March 10, 2013';"} +{"question_id": 8840, "table_id": "2-17396-1", "question": "Which Ship has a Year larger than 2013?", "sql": "SELECT \"Ship\" FROM \"2-17396-1\" WHERE \"Year\" > 2013.0;"} +{"question_id": 8841, "table_id": "2-17396-1", "question": "When did TDB depart?", "sql": "SELECT MAX(\"Year\") FROM \"2-17396-1\" WHERE \"Departed From\" = 'TDB';"} +{"question_id": 8842, "table_id": "2-17396-1", "question": "Which Returned On has a Year of 2011?", "sql": "SELECT \"Returned On\" FROM \"2-17396-1\" WHERE \"Year\" = 2011.0;"} +{"question_id": 8843, "table_id": "2-17396-1", "question": "From how many years did Tampa, FL depart?", "sql": "SELECT SUM(\"Year\") FROM \"2-17396-1\" WHERE \"Departed From\" = 'Tampa, FL';"} +{"question_id": 8844, "table_id": "2-16212450-1", "question": "Can you tell me the sum of Laps that has the Manufacturer of kawasaki, and the Grid smaller than 7?", "sql": "SELECT SUM(\"Laps\") FROM \"2-16212450-1\" WHERE \"Manufacturer\" = 'kawasaki' AND \"Grid\" < 7.0;"} +{"question_id": 8845, "table_id": "2-16212450-1", "question": "Can you tell me the sum of Grid that has the Laps of 30, and the Rider of Toni Elias?", "sql": "SELECT SUM(\"Grid\") FROM \"2-16212450-1\" WHERE \"Laps\" = 30.0 AND \"Rider\" = 'Toni Elias';"} +{"question_id": 8846, "table_id": "2-16778485-2", "question": "When was the opponent Bye?", "sql": "SELECT \"Date\" FROM \"2-16778485-2\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 8847, "table_id": "2-16778485-2", "question": "Which opponent was on week 2?", "sql": "SELECT \"Opponent\" FROM \"2-16778485-2\" WHERE \"Week\" < 2.0;"} +{"question_id": 8848, "table_id": "2-17116053-1", "question": "Which Former Team has a Pick larger than 20?", "sql": "SELECT \"Former Team\" FROM \"2-17116053-1\" WHERE \"Pick\" > 20.0;"} +{"question_id": 8849, "table_id": "2-17116053-1", "question": "Which Player has a Pick larger than 20?", "sql": "SELECT \"Player\" FROM \"2-17116053-1\" WHERE \"Pick\" > 20.0;"} +{"question_id": 8850, "table_id": "2-17116053-1", "question": "Which Position has a Pick smaller than 14, and a Player of Tyrone Bogues?", "sql": "SELECT \"Position\" FROM \"2-17116053-1\" WHERE \"Pick\" < 14.0 AND \"Player\" = 'Tyrone Bogues';"} +{"question_id": 8851, "table_id": "2-17116053-1", "question": "Which Position has a Player of Bernard Thompson?", "sql": "SELECT \"Position\" FROM \"2-17116053-1\" WHERE \"Player\" = 'Bernard Thompson';"} +{"question_id": 8852, "table_id": "2-17116053-1", "question": "Which Nationality has a Former Team of Denver Nuggets?", "sql": "SELECT \"Nationality\" FROM \"2-17116053-1\" WHERE \"Former Team\" = 'Denver Nuggets';"} +{"question_id": 8853, "table_id": "2-17116053-1", "question": "Which Player has a Pick larger than 2, and a Position of Forward?", "sql": "SELECT \"Player\" FROM \"2-17116053-1\" WHERE \"Pick\" > 2.0 AND \"Position\" = 'Forward';"} +{"question_id": 8854, "table_id": "2-17325937-9", "question": "Which team did they play on March 11?", "sql": "SELECT \"Team\" FROM \"2-17325937-9\" WHERE \"Date\" = 'March 11';"} +{"question_id": 8855, "table_id": "2-17325937-9", "question": "Who had the high rebounds, and how many, when they played Denver?", "sql": "SELECT \"High rebounds\" FROM \"2-17325937-9\" WHERE \"Team\" = 'Denver';"} +{"question_id": 8856, "table_id": "2-17100961-54", "question": "WHAT PICK HAD steve hamilton IN ROUND LARGER THAN 2?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-17100961-54\" WHERE \"Name\" = 'steve hamilton' AND \"Round\" > 2.0;"} +{"question_id": 8857, "table_id": "2-17100961-54", "question": "WHAT WAS THE OVERALL NUMBER WITH A POSITON OF db, AND ROUND GREATER THAN 8?", "sql": "SELECT COUNT(\"Overall\") FROM \"2-17100961-54\" WHERE \"Position\" = 'db' AND \"Round\" > 8.0;"} +{"question_id": 8858, "table_id": "2-16899750-1", "question": "What is Chris Jones' location?", "sql": "SELECT \"Location\" FROM \"2-16899750-1\" WHERE \"Wrestler\" = 'Chris Jones';"} +{"question_id": 8859, "table_id": "2-16899750-1", "question": "Who has a date of October 11, 2008?", "sql": "SELECT \"Wrestler\" FROM \"2-16899750-1\" WHERE \"Date\" = 'October 11, 2008';"} +{"question_id": 8860, "table_id": "2-16899750-1", "question": "What's the highest reign on March 10, 2007?", "sql": "SELECT MAX(\"Reign\") FROM \"2-16899750-1\" WHERE \"Date\" = 'March 10, 2007';"} +{"question_id": 8861, "table_id": "2-16411651-1", "question": "What was the competition for goal 8?", "sql": "SELECT \"Competition\" FROM \"2-16411651-1\" WHERE \"Goal\" = 8.0;"} +{"question_id": 8862, "table_id": "2-16411651-1", "question": "Which venue had more than 9 goals and a final result of 4-1?", "sql": "SELECT \"Venue\" FROM \"2-16411651-1\" WHERE \"Goal\" > 9.0 AND \"Result\" = '4-1';"} +{"question_id": 8863, "table_id": "2-17311783-9", "question": "What was the record for game 59?", "sql": "SELECT \"Record\" FROM \"2-17311783-9\" WHERE \"Game\" = 59.0;"} +{"question_id": 8864, "table_id": "2-17231302-7", "question": "How much was paid to Andy North when he placed T10?", "sql": "SELECT AVG(\"Money ( $ )\") FROM \"2-17231302-7\" WHERE \"Place\" = 'T10' AND \"Player\" = 'Andy North';"} +{"question_id": 8865, "table_id": "2-17231302-7", "question": "Where did Calvin Peete of the United States place?", "sql": "SELECT \"Place\" FROM \"2-17231302-7\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Calvin Peete';"} +{"question_id": 8866, "table_id": "2-17077948-1", "question": "What is the number of goals when the position is df, the nationality is england, and the Crewe Alexandra career is 1948–1951?", "sql": "SELECT COUNT(\"Goals\") FROM \"2-17077948-1\" WHERE \"Position\" = 'df' AND \"Nationality\" = 'england' AND \"Crewe Alexandra career\" = '1948–1951';"} +{"question_id": 8867, "table_id": "2-17077948-1", "question": "What is the position when the Crewe Alexandra career is 1988–1990, with 31 goals?", "sql": "SELECT \"Position\" FROM \"2-17077948-1\" WHERE \"Crewe Alexandra career\" = '1988–1990' AND \"Goals\" = 31.0;"} +{"question_id": 8868, "table_id": "2-17077948-1", "question": "What is the total number of Goals with a nationality of england, and position of df, and a Crewe Alexandra career is 1958–1962, and less than 170 appearances?", "sql": "SELECT COUNT(\"Goals\") FROM \"2-17077948-1\" WHERE \"Nationality\" = 'england' AND \"Position\" = 'df' AND \"Crewe Alexandra career\" = '1958–1962' AND \"Appearances\" < 170.0;"} +{"question_id": 8869, "table_id": "2-17371427-5", "question": "what is the score when the date is February 3?", "sql": "SELECT \"Score\" FROM \"2-17371427-5\" WHERE \"Date\" = 'February 3';"} +{"question_id": 8870, "table_id": "2-17371427-5", "question": "what is the game when the opponent is New York Knickerbockers?", "sql": "SELECT SUM(\"Game\") FROM \"2-17371427-5\" WHERE \"Opponent\" = 'New York Knickerbockers';"} +{"question_id": 8871, "table_id": "2-17371427-5", "question": "what is the score on February 18?", "sql": "SELECT \"Score\" FROM \"2-17371427-5\" WHERE \"Date\" = 'February 18';"} +{"question_id": 8872, "table_id": "2-17371427-5", "question": "what is the game when the opponent is @ Chicago Stags?", "sql": "SELECT SUM(\"Game\") FROM \"2-17371427-5\" WHERE \"Opponent\" = '@ Chicago Stags';"} +{"question_id": 8873, "table_id": "2-17371427-5", "question": "what is the score on February 16?", "sql": "SELECT \"Score\" FROM \"2-17371427-5\" WHERE \"Date\" = 'February 16';"} +{"question_id": 8874, "table_id": "2-16882800-3", "question": "Total number of laps at a time of +56.977?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-16882800-3\" WHERE \"Time\" = '+56.977';"} +{"question_id": 8875, "table_id": "2-1681535-2", "question": "What is Release Date, when Format is CD, and when Title is Tsar Wars?", "sql": "SELECT \"release date\" FROM \"2-1681535-2\" WHERE \"Format\" = 'CD' AND \"Title\" = 'Tsar Wars';"} +{"question_id": 8876, "table_id": "2-1681535-2", "question": "What is Title, when Doctor is 06 Sixth Doctor, and when Company is Big Finish?", "sql": "SELECT \"Title\" FROM \"2-1681535-2\" WHERE \"Doctor\" = '06 Sixth Doctor' AND \"Company\" = 'Big Finish';"} +{"question_id": 8877, "table_id": "2-1681535-2", "question": "What is Doctor, when Format is CD, and when Title is The Relics of Time?", "sql": "SELECT \"Doctor\" FROM \"2-1681535-2\" WHERE \"Format\" = 'CD' AND \"Title\" = 'The Relics of Time';"} +{"question_id": 8878, "table_id": "2-1681535-2", "question": "What is Release Date, when Title is Aladdin Time?", "sql": "SELECT \"release date\" FROM \"2-1681535-2\" WHERE \"Title\" = 'Aladdin Time';"} +{"question_id": 8879, "table_id": "2-1681535-2", "question": "What is Title, when Release Date is 2011-12-01 December 2011?", "sql": "SELECT \"Title\" FROM \"2-1681535-2\" WHERE \"release date\" = '2011-12-01 December 2011';"} +{"question_id": 8880, "table_id": "2-16225725-4", "question": "What is the lowest Share, when Rating is greater than 1.3, and when Air Date is May 28, 2008?", "sql": "SELECT MIN(\"Share\") FROM \"2-16225725-4\" WHERE \"Rating\" > 1.3 AND \"Air Date\" = 'May 28, 2008';"} +{"question_id": 8881, "table_id": "2-16225725-4", "question": "What is the total number of Rating(s), when Air Date is june 25, 2008, and when Share is greater than 3?", "sql": "SELECT COUNT(\"Rating\") FROM \"2-16225725-4\" WHERE \"Air Date\" = 'june 25, 2008' AND \"Share\" > 3.0;"} +{"question_id": 8882, "table_id": "2-16225725-4", "question": "What is Viewers, when Episode is \"A Family Affair\"?", "sql": "SELECT \"Viewers\" FROM \"2-16225725-4\" WHERE \"Episode\" = '\"A Family Affair\"';"} +{"question_id": 8883, "table_id": "2-16225725-4", "question": "What is the lowest Share, when Episode is \"Farmer Picks a Wife\"?", "sql": "SELECT MIN(\"Share\") FROM \"2-16225725-4\" WHERE \"Episode\" = '\"Farmer Picks a Wife\"';"} +{"question_id": 8884, "table_id": "2-16225725-4", "question": "What is the total number of Rating(s), when Weekly Rank is 76/88?", "sql": "SELECT COUNT(\"Rating\") FROM \"2-16225725-4\" WHERE \"Weekly Rank\" = '76/88';"} +{"question_id": 8885, "table_id": "2-1708050-1", "question": "How many times did the team with an average start of 18.9 make the top 10?", "sql": "SELECT SUM(\"Top 10\") FROM \"2-1708050-1\" WHERE \"Avg. Start\" = 18.9;"} +{"question_id": 8886, "table_id": "2-16779997-1", "question": "What was the attendance of the game in week 13?", "sql": "SELECT \"Attendance\" FROM \"2-16779997-1\" WHERE \"Week\" = 13.0;"} +{"question_id": 8887, "table_id": "2-16388723-3", "question": "When did Sydney Barnes debut in England?", "sql": "SELECT \"Debut\" FROM \"2-16388723-3\" WHERE \"Country\" = 'England' AND \"Name\" = 'Sydney Barnes';"} +{"question_id": 8888, "table_id": "2-16566850-26", "question": "What is the sum of points with more than 5 losses and more than 14 played?", "sql": "SELECT SUM(\"Points\") FROM \"2-16566850-26\" WHERE \"Lost\" > 5.0 AND \"Played\" > 14.0;"} +{"question_id": 8889, "table_id": "2-16566850-26", "question": "Which name was in a position less than 4 with 2 losses?", "sql": "SELECT \"Name\" FROM \"2-16566850-26\" WHERE \"Position\" < 4.0 AND \"Lost\" = 2.0;"} +{"question_id": 8890, "table_id": "2-16566850-26", "question": "Which name has more than 14 points with less than 1 draw?", "sql": "SELECT \"Name\" FROM \"2-16566850-26\" WHERE \"Points\" > 14.0 AND \"Drawn\" < 1.0;"} +{"question_id": 8891, "table_id": "2-16566850-26", "question": "What is the largest number played with 16 points in a position over 4?", "sql": "SELECT MAX(\"Played\") FROM \"2-16566850-26\" WHERE \"Points\" = 16.0 AND \"Position\" > 4.0;"} +{"question_id": 8892, "table_id": "2-16196238-3", "question": "What is the lowest heat for the united states with a mark of 51.85 pb and lane higher than 6?", "sql": "SELECT MIN(\"Heat\") FROM \"2-16196238-3\" WHERE \"Country\" = 'united states' AND \"Mark\" = '51.85 pb' AND \"Lane\" > 6.0;"} +{"question_id": 8893, "table_id": "2-16196238-3", "question": "What is the average lane Racheal Nachula has when the heat is less than 2?", "sql": "SELECT AVG(\"Lane\") FROM \"2-16196238-3\" WHERE \"Heat\" < 2.0 AND \"Name\" = 'Racheal Nachula';"} +{"question_id": 8894, "table_id": "2-16196238-3", "question": "What is the average heat that has 52.83 sb mark and lane less than 4?", "sql": "SELECT AVG(\"Heat\") FROM \"2-16196238-3\" WHERE \"Mark\" = '52.83 sb' AND \"Lane\" < 4.0;"} +{"question_id": 8895, "table_id": "2-17323283-3", "question": "What is Record, when November is less than 10, and when Game is less than 13?", "sql": "SELECT \"Record\" FROM \"2-17323283-3\" WHERE \"November\" < 10.0 AND \"Game\" < 13.0;"} +{"question_id": 8896, "table_id": "2-1730774-3", "question": "What example for did- is shown for a Consonant final stem of -Ø?", "sql": "SELECT \"Example: did-\" FROM \"2-1730774-3\" WHERE \"Consonant final stem\" = '-Ø';"} +{"question_id": 8897, "table_id": "2-1730774-3", "question": "What example for did- is shown for a Consonant final stem of -i, and a Noun example: datv- of datv-is?", "sql": "SELECT \"Example: did-\" FROM \"2-1730774-3\" WHERE \"Consonant final stem\" = '-i' AND \"Noun example: datv-\" = 'datv-is';"} +{"question_id": 8898, "table_id": "2-1730774-3", "question": "What example for ch'aghara- is shown when the example for did- is did-ma?", "sql": "SELECT \"Example: ch'aghara-\" FROM \"2-1730774-3\" WHERE \"Example: did-\" = 'did-ma';"} +{"question_id": 8899, "table_id": "2-1730774-3", "question": "What example for did- is shown for a Consonant final stem of -i, and a Noun example: datv- of datv-it?", "sql": "SELECT \"Example: did-\" FROM \"2-1730774-3\" WHERE \"Consonant final stem\" = '-i' AND \"Noun example: datv-\" = 'datv-it';"} +{"question_id": 8900, "table_id": "2-1730774-3", "question": "What example for did- is shown for a Noun example: datv- of datv-is?", "sql": "SELECT \"Example: did-\" FROM \"2-1730774-3\" WHERE \"Noun example: datv-\" = 'datv-is';"} +{"question_id": 8901, "table_id": "2-16778576-3", "question": "What was the Stadium against Bye?", "sql": "SELECT \"Stadium\" FROM \"2-16778576-3\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 8902, "table_id": "2-16778576-3", "question": "What was the Attendance on November 26?", "sql": "SELECT \"Attendance\" FROM \"2-16778576-3\" WHERE \"Date\" = 'November 26';"} +{"question_id": 8903, "table_id": "2-16778576-3", "question": "What was the Week on December 17?", "sql": "SELECT MIN(\"Week\") FROM \"2-16778576-3\" WHERE \"Date\" = 'December 17';"} +{"question_id": 8904, "table_id": "2-16778576-3", "question": "What was the Result on September 24?", "sql": "SELECT \"Result\" FROM \"2-16778576-3\" WHERE \"Date\" = 'September 24';"} +{"question_id": 8905, "table_id": "2-16778576-3", "question": "What Stadium had a Result of W 20–16?", "sql": "SELECT \"Stadium\" FROM \"2-16778576-3\" WHERE \"Result\" = 'W 20–16';"} +{"question_id": 8906, "table_id": "2-17100961-49", "question": "Which College has a Round of 11, and a Pick of 14?", "sql": "SELECT \"College\" FROM \"2-17100961-49\" WHERE \"Round\" = 11.0 AND \"Pick\" = 14.0;"} +{"question_id": 8907, "table_id": "2-17100961-49", "question": "Which Name has a Round smaller than 11, and a Pick of 13?", "sql": "SELECT \"Name\" FROM \"2-17100961-49\" WHERE \"Round\" < 11.0 AND \"Pick\" = 13.0;"} +{"question_id": 8908, "table_id": "2-17100961-49", "question": "Which Overall has a Round larger than 7, a Pick larger than 13, and a Name of Tony Hall?", "sql": "SELECT AVG(\"Overall\") FROM \"2-17100961-49\" WHERE \"Round\" > 7.0 AND \"Pick\" > 13.0 AND \"Name\" = 'Tony Hall';"} +{"question_id": 8909, "table_id": "2-17100961-49", "question": "Which College has a Round of 11, and a Position of WR?", "sql": "SELECT \"College\" FROM \"2-17100961-49\" WHERE \"Round\" = 11.0 AND \"Position\" = 'WR';"} +{"question_id": 8910, "table_id": "2-17093372-16", "question": "WHAT IS THE MUSIC WITH Samba?", "sql": "SELECT \"Music\" FROM \"2-17093372-16\" WHERE \"Style\" = 'Samba';"} +{"question_id": 8911, "table_id": "2-16319887-9", "question": "What is the hometown of Devon Bookert who is 6-3 tall?", "sql": "SELECT \"Hometown\" FROM \"2-16319887-9\" WHERE \"Height\" = '6-3' AND \"Name\" = 'Devon Bookert';"} +{"question_id": 8912, "table_id": "2-16488302-1", "question": "What is Raymond Floyd's lowest $?", "sql": "SELECT MIN(\"Money ( $ )\") FROM \"2-16488302-1\" WHERE \"Player\" = 'Raymond Floyd';"} +{"question_id": 8913, "table_id": "2-16488302-1", "question": "Which Player has a Score of 67-72-71-75=285?", "sql": "SELECT \"Player\" FROM \"2-16488302-1\" WHERE \"Score\" = '67-72-71-75=285';"} +{"question_id": 8914, "table_id": "2-16488302-1", "question": "Which money is the highest one that has a To par of –1, and a Score of 73-70-73-71=287?", "sql": "SELECT MAX(\"Money ( $ )\") FROM \"2-16488302-1\" WHERE \"To par\" = '–1' AND \"Score\" = '73-70-73-71=287';"} +{"question_id": 8915, "table_id": "2-16488302-1", "question": "Which To par has a Score of 67-72-71-75=285?", "sql": "SELECT \"To par\" FROM \"2-16488302-1\" WHERE \"Score\" = '67-72-71-75=285';"} +{"question_id": 8916, "table_id": "2-16488302-1", "question": "What was Spain's score?", "sql": "SELECT \"Score\" FROM \"2-16488302-1\" WHERE \"Country\" = 'Spain';"} +{"question_id": 8917, "table_id": "2-17245483-4", "question": "Which country is Jay Haas from whEn hE had a to par of E?", "sql": "SELECT \"Country\" FROM \"2-17245483-4\" WHERE \"To par\" = 'E' AND \"Player\" = 'Jay Haas';"} +{"question_id": 8918, "table_id": "2-17245483-4", "question": "Which country had a score of 72-67=139?", "sql": "SELECT \"Country\" FROM \"2-17245483-4\" WHERE \"Score\" = '72-67=139';"} +{"question_id": 8919, "table_id": "2-17245483-4", "question": "Which player was from England with a to par of +1?", "sql": "SELECT \"Player\" FROM \"2-17245483-4\" WHERE \"To par\" = '+1' AND \"Country\" = 'England';"} +{"question_id": 8920, "table_id": "2-17245483-4", "question": "What was the to par when the score was 69-69=138?", "sql": "SELECT \"To par\" FROM \"2-17245483-4\" WHERE \"Score\" = '69-69=138';"} +{"question_id": 8921, "table_id": "2-17245483-4", "question": "What was the to par when South Africa was in T4 place?", "sql": "SELECT \"To par\" FROM \"2-17245483-4\" WHERE \"Place\" = 'T4' AND \"Country\" = 'South Africa';"} +{"question_id": 8922, "table_id": "2-16900662-3", "question": "What is Location, when Result is 28-21?", "sql": "SELECT \"Location\" FROM \"2-16900662-3\" WHERE \"Result\" = '28-21';"} +{"question_id": 8923, "table_id": "2-16900662-3", "question": "What is Date, when Location is Polo Grounds, when Winner is Philadelphia Eagles, and when Year is 1948?", "sql": "SELECT \"Date\" FROM \"2-16900662-3\" WHERE \"Location\" = 'Polo Grounds' AND \"Winner\" = 'Philadelphia Eagles' AND \"Year\" = 1948.0;"} +{"question_id": 8924, "table_id": "2-16900662-3", "question": "What is Year, when Location is Philadelphia Municipal Stadium?", "sql": "SELECT \"Year\" FROM \"2-16900662-3\" WHERE \"Location\" = 'Philadelphia Municipal Stadium';"} +{"question_id": 8925, "table_id": "2-16900662-3", "question": "What is Winner, when Location is Connie Mack Stadium, and when Year is 1946?", "sql": "SELECT \"Winner\" FROM \"2-16900662-3\" WHERE \"Location\" = 'Connie Mack Stadium' AND \"Year\" = 1946.0;"} +{"question_id": 8926, "table_id": "2-16900662-3", "question": "What is Date, when Result is 16-0?", "sql": "SELECT \"Date\" FROM \"2-16900662-3\" WHERE \"Result\" = '16-0';"} +{"question_id": 8927, "table_id": "2-16900662-3", "question": "What is Result, when Year is 1948, and when Date is November 7?", "sql": "SELECT \"Result\" FROM \"2-16900662-3\" WHERE \"Year\" = 1948.0 AND \"Date\" = 'November 7';"} +{"question_id": 8928, "table_id": "2-17360905-8", "question": "Who did the Rangers play in a game that was later than 72 when the team record was 39-27-9?", "sql": "SELECT \"Opponent\" FROM \"2-17360905-8\" WHERE \"Game\" > 72.0 AND \"Record\" = '39-27-9';"} +{"question_id": 8929, "table_id": "2-17360905-8", "question": "What was the score at the game earlier than 66?", "sql": "SELECT \"Score\" FROM \"2-17360905-8\" WHERE \"Game\" < 66.0;"} +{"question_id": 8930, "table_id": "2-17136937-1", "question": "What's the largest number of Gold medals won when bronze won are 2 and total won are over 7 by hungary?", "sql": "SELECT MAX(\"Gold\") FROM \"2-17136937-1\" WHERE \"Bronze\" = 2.0 AND \"Nation\" = 'hungary' AND \"Total\" > 7.0;"} +{"question_id": 8931, "table_id": "2-17136937-1", "question": "What's the average amount of Gold medals won when there were more than 1 silver medal won and less than 2 bronze medals won.", "sql": "SELECT AVG(\"Gold\") FROM \"2-17136937-1\" WHERE \"Silver\" > 1.0 AND \"Bronze\" < 2.0;"} +{"question_id": 8932, "table_id": "2-16576950-5", "question": "With a gain of 1380, what is the highest Avg/G?", "sql": "SELECT MAX(\"Avg/G\") FROM \"2-16576950-5\" WHERE \"Gain\" = 1380.0;"} +{"question_id": 8933, "table_id": "2-16576950-5", "question": "When thomas clayton had a gain less than 71, what was the highest long value?", "sql": "SELECT MAX(\"Long\") FROM \"2-16576950-5\" WHERE \"Name\" = 'thomas clayton' AND \"Gain\" < 71.0;"} +{"question_id": 8934, "table_id": "2-17130316-3", "question": "What is the date of the game where Inter Milan was the opponent.", "sql": "SELECT \"Date\" FROM \"2-17130316-3\" WHERE \"Opponent\" = 'Inter Milan';"} +{"question_id": 8935, "table_id": "2-16652101-3", "question": "What is the most lanes used that had a winner from Ireland?", "sql": "SELECT MAX(\"Lane\") FROM \"2-16652101-3\" WHERE \"Country\" = 'Ireland';"} +{"question_id": 8936, "table_id": "2-16652101-3", "question": "What is the total number of lanes used for races with winners from austria?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-16652101-3\" WHERE \"Country\" = 'austria';"} +{"question_id": 8937, "table_id": "2-16652101-3", "question": "What is the most lanes used in races with more than 1 heat and a winning mark of 7.25?", "sql": "SELECT MAX(\"Lane\") FROM \"2-16652101-3\" WHERE \"Heat\" > 1.0 AND \"Mark\" = '7.25';"} +{"question_id": 8938, "table_id": "2-16652101-3", "question": "What is the mark set by Laura Turner?", "sql": "SELECT \"Mark\" FROM \"2-16652101-3\" WHERE \"Name\" = 'Laura Turner';"} +{"question_id": 8939, "table_id": "2-17231211-6", "question": "What score did John Mahaffey have?", "sql": "SELECT \"Score\" FROM \"2-17231211-6\" WHERE \"Player\" = 'John Mahaffey';"} +{"question_id": 8940, "table_id": "2-17231211-6", "question": "What was the nationality of the player with a score of 72-72-67=211?", "sql": "SELECT \"Country\" FROM \"2-17231211-6\" WHERE \"Score\" = '72-72-67=211';"} +{"question_id": 8941, "table_id": "2-17231211-6", "question": "What place did Keith Clearwater get?", "sql": "SELECT \"Place\" FROM \"2-17231211-6\" WHERE \"Player\" = 'Keith Clearwater';"} +{"question_id": 8942, "table_id": "2-16388047-1", "question": "When was the match with an away team score of 13.15 (93)?", "sql": "SELECT \"Date\" FROM \"2-16388047-1\" WHERE \"Away team score\" = '13.15 (93)';"} +{"question_id": 8943, "table_id": "2-16388047-1", "question": "Who was the away team at the Football Park match?", "sql": "SELECT \"Away team\" FROM \"2-16388047-1\" WHERE \"Ground\" = 'Football Park';"} +{"question_id": 8944, "table_id": "2-17386076-1", "question": "In which round was Jerry Butler chosen?", "sql": "SELECT \"Round\" FROM \"2-17386076-1\" WHERE \"Player\" = 'Jerry Butler';"} +{"question_id": 8945, "table_id": "2-17093372-12", "question": "What was the result of the dance which had a style of Contemporary Jazz?", "sql": "SELECT \"Results\" FROM \"2-17093372-12\" WHERE \"Style\" = 'Contemporary Jazz';"} +{"question_id": 8946, "table_id": "2-16441561-2", "question": "Can you tell me the sum of the Pick # that has the CFL Team of Edmonton?", "sql": "SELECT SUM(\"Pick #\") FROM \"2-16441561-2\" WHERE \"CFL Team\" = 'Edmonton';"} +{"question_id": 8947, "table_id": "2-16441561-2", "question": "Can you tell me the sum of Pick # that has the Position of SB, and the College of Minnesota?", "sql": "SELECT SUM(\"Pick #\") FROM \"2-16441561-2\" WHERE \"Position\" = 'SB' AND \"College\" = 'Minnesota';"} +{"question_id": 8948, "table_id": "2-16441561-2", "question": "Can you tell me the Position that has the CFL Team of Toronto?", "sql": "SELECT \"Position\" FROM \"2-16441561-2\" WHERE \"CFL Team\" = 'Toronto';"} +{"question_id": 8949, "table_id": "2-17503169-1", "question": "What is the name of the incumbent for Glenn Nye?", "sql": "SELECT \"Incumbent\" FROM \"2-17503169-1\" WHERE \"Democratic\" = 'Glenn Nye';"} +{"question_id": 8950, "table_id": "2-17503169-1", "question": "Who was the other party nominee that ran against Democratic Rick Boucher?", "sql": "SELECT \"Other Party\" FROM \"2-17503169-1\" WHERE \"Democratic\" = 'Rick Boucher';"} +{"question_id": 8951, "table_id": "2-17503169-1", "question": "Who is the other party nominee for district 3?", "sql": "SELECT \"Other Party\" FROM \"2-17503169-1\" WHERE \"District\" = 3.0;"} +{"question_id": 8952, "table_id": "2-16388478-2", "question": "The Home team of Sydney had which ground?", "sql": "SELECT \"Ground\" FROM \"2-16388478-2\" WHERE \"Home team\" = 'Sydney';"} +{"question_id": 8953, "table_id": "2-16388478-2", "question": "What were the Away team Kangaroos Crowd totals?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-16388478-2\" WHERE \"Away team\" = 'Kangaroos';"} +{"question_id": 8954, "table_id": "2-16388478-2", "question": "What is the average Crowd for Away team with a score of 17.14 (116)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-16388478-2\" WHERE \"Away team score\" = '17.14 (116)';"} +{"question_id": 8955, "table_id": "2-16388478-2", "question": "When the Ground was Optus Oval, what is the Home team score?", "sql": "SELECT \"Home team score\" FROM \"2-16388478-2\" WHERE \"Ground\" = 'Optus Oval';"} +{"question_id": 8956, "table_id": "2-16380780-1", "question": "what is the tournament when the court surface is Clay and began in 1892?", "sql": "SELECT \"Tournament\" FROM \"2-16380780-1\" WHERE \"Court surface\" = 'Clay' AND \"Began\" = 1892.0;"} +{"question_id": 8957, "table_id": "2-16380780-1", "question": "what is the location when began is before 1990 and the country is France?", "sql": "SELECT \"Location\" FROM \"2-16380780-1\" WHERE \"Began\" < 1990.0 AND \"Country\" = 'France';"} +{"question_id": 8958, "table_id": "2-16380780-1", "question": "what is the court surface when the tournament is Paris Masters?", "sql": "SELECT \"Court surface\" FROM \"2-16380780-1\" WHERE \"Tournament\" = 'Paris Masters';"} +{"question_id": 8959, "table_id": "2-16380780-1", "question": "what is the tournament when the country is United States?", "sql": "SELECT \"Tournament\" FROM \"2-16380780-1\" WHERE \"Country\" = 'United States';"} +{"question_id": 8960, "table_id": "2-16380780-1", "question": "what is the earliest began when the court surface is Clay in Hamburg?", "sql": "SELECT MIN(\"Began\") FROM \"2-16380780-1\" WHERE \"Court surface\" = 'Clay' AND \"Location\" = 'Hamburg';"} +{"question_id": 8961, "table_id": "2-17162128-4", "question": "Which country placed T5?", "sql": "SELECT \"Country\" FROM \"2-17162128-4\" WHERE \"Place\" = 'T5';"} +{"question_id": 8962, "table_id": "2-17162128-4", "question": "How did Tim Herron place?", "sql": "SELECT \"Place\" FROM \"2-17162128-4\" WHERE \"Player\" = 'Tim Herron';"} +{"question_id": 8963, "table_id": "2-17162128-4", "question": "Which player placed T10?", "sql": "SELECT \"Player\" FROM \"2-17162128-4\" WHERE \"Place\" = 'T10';"} +{"question_id": 8964, "table_id": "2-17433800-2", "question": "At what event did he fight Takaharu Murahama?", "sql": "SELECT \"Event\" FROM \"2-17433800-2\" WHERE \"Opponent\" = 'Takaharu Murahama';"} +{"question_id": 8965, "table_id": "2-17433800-2", "question": "When the match lasted 2:16 how was it decided?", "sql": "SELECT \"Method\" FROM \"2-17433800-2\" WHERE \"Time\" = '2:16';"} +{"question_id": 8966, "table_id": "2-16489766-2", "question": "What is the highest urban population for Guangxi province?", "sql": "SELECT MAX(\"Urban Population (2010)\") FROM \"2-16489766-2\" WHERE \"Province\" = 'Guangxi';"} +{"question_id": 8967, "table_id": "2-16489766-2", "question": "What is the urban population for the city of Fuzhou?", "sql": "SELECT AVG(\"Urban Population (2010)\") FROM \"2-16489766-2\" WHERE \"City\" = 'Fuzhou';"} +{"question_id": 8968, "table_id": "2-1726637-1", "question": "What is the lowest population (2011) for the community with an Area of 12241km2 and a Density (inhabitants/km 2) smaller than 21.1?", "sql": "SELECT MIN(\"Population (2011)\") FROM \"2-1726637-1\" WHERE \"Area (km 2 )\" = 12241.0 AND \"Density (inhabitants/km 2 )\" < 21.1;"} +{"question_id": 8969, "table_id": "2-1726637-1", "question": "What is the area (in km2) for theewaterskloof, whose population in 2011 was less than 108790?", "sql": "SELECT SUM(\"Area (km 2 )\") FROM \"2-1726637-1\" WHERE \"Name\" = 'theewaterskloof' AND \"Population (2011)\" < 108790.0;"} +{"question_id": 8970, "table_id": "2-1726637-1", "question": "What is the area in km2 for cape agulhas, whose density is larger than 9.4 inhabitants/km2 and whose population in 2011 was less than 33038?", "sql": "SELECT MAX(\"Area (km 2 )\") FROM \"2-1726637-1\" WHERE \"Density (inhabitants/km 2 )\" > 9.4 AND \"Name\" = 'cape agulhas' AND \"Population (2011)\" < 33038.0;"} +{"question_id": 8971, "table_id": "2-1726637-1", "question": "What is the area in km2 for the community that had a population in 2011 larger than 35916 and a density of less than 47.1 inhabitants/km 2?", "sql": "SELECT SUM(\"Area (km 2 )\") FROM \"2-1726637-1\" WHERE \"Population (2011)\" > 35916.0 AND \"Density (inhabitants/km 2 )\" < 47.1;"} +{"question_id": 8972, "table_id": "2-17562956-4", "question": "What was the score when the opponent was Montreal Canadiens?", "sql": "SELECT \"Score\" FROM \"2-17562956-4\" WHERE \"Opponent\" = 'Montreal Canadiens';"} +{"question_id": 8973, "table_id": "2-17562956-4", "question": "What was the record on December 3?", "sql": "SELECT \"Record\" FROM \"2-17562956-4\" WHERE \"December\" = 3.0;"} +{"question_id": 8974, "table_id": "2-17562956-4", "question": "Who was the opponent in Game 27?", "sql": "SELECT \"Opponent\" FROM \"2-17562956-4\" WHERE \"Game\" = 27.0;"} +{"question_id": 8975, "table_id": "2-17562956-4", "question": "Who was the opponent on December 1, before Game 28?", "sql": "SELECT \"Opponent\" FROM \"2-17562956-4\" WHERE \"Game\" < 28.0 AND \"December\" = 1.0;"} +{"question_id": 8976, "table_id": "2-171361-2", "question": "What's the population of durham parish?", "sql": "SELECT COUNT(\"Population\") FROM \"2-171361-2\" WHERE \"Official Name\" = 'durham';"} +{"question_id": 8977, "table_id": "2-171361-2", "question": "What's the total area in kilometers of the parish addington?", "sql": "SELECT COUNT(\"Area km 2\") FROM \"2-171361-2\" WHERE \"Official Name\" = 'addington';"} +{"question_id": 8978, "table_id": "2-171612-1", "question": "Which Studio has a Director of Oliver Stone?", "sql": "SELECT \"Studio\" FROM \"2-171612-1\" WHERE \"Director\" = 'Oliver Stone';"} +{"question_id": 8979, "table_id": "2-171612-1", "question": "Which Director has a Rank of 12?", "sql": "SELECT \"Director\" FROM \"2-171612-1\" WHERE \"Rank\" = 12.0;"} +{"question_id": 8980, "table_id": "2-171612-1", "question": "Which Gross has a Studio of MGM?", "sql": "SELECT \"Gross\" FROM \"2-171612-1\" WHERE \"Studio\" = 'MGM';"} +{"question_id": 8981, "table_id": "2-16270210-1", "question": "Who was the Builder for the locomotive that has a works number of 323?", "sql": "SELECT \"Builder\" FROM \"2-16270210-1\" WHERE \"Works number\" = '323';"} +{"question_id": 8982, "table_id": "2-17438760-1", "question": "Which side has VISCHER as the inscription?", "sql": "SELECT \"Side\" FROM \"2-17438760-1\" WHERE \"Inscription\" = 'VISCHER';"} +{"question_id": 8983, "table_id": "2-17438760-1", "question": "What is the inscription with John Vanbrugh listed as the identification?", "sql": "SELECT \"Inscription\" FROM \"2-17438760-1\" WHERE \"Identification\" = 'John Vanbrugh';"} +{"question_id": 8984, "table_id": "2-17438760-1", "question": "Which side has ORCAGNA as the inscription?", "sql": "SELECT \"Side\" FROM \"2-17438760-1\" WHERE \"Inscription\" = 'ORCAGNA';"} +{"question_id": 8985, "table_id": "2-17438760-1", "question": "Which group has David D'Angers as the official history?", "sql": "SELECT \"Group\" FROM \"2-17438760-1\" WHERE \"Official history\" = 'David D''Angers';"} +{"question_id": 8986, "table_id": "2-17438760-1", "question": "What is the name of the inscription where Virgil is listed as the identification?", "sql": "SELECT \"Inscription\" FROM \"2-17438760-1\" WHERE \"Identification\" = 'Virgil';"} +{"question_id": 8987, "table_id": "2-17438760-1", "question": "Which side has Ludovico Carracci listed as the identification?", "sql": "SELECT \"Side\" FROM \"2-17438760-1\" WHERE \"Identification\" = 'Ludovico Carracci';"} +{"question_id": 8988, "table_id": "2-17100961-23", "question": "What is the sum number of round with nebraska as the college and the overall greater than 40?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17100961-23\" WHERE \"College\" = 'nebraska' AND \"Overall\" > 40.0;"} +{"question_id": 8989, "table_id": "2-17100961-23", "question": "What is the minimum pick that drafted pat shires, with a round greater than 29 and an overall greater than 328?", "sql": "SELECT MIN(\"Pick\") FROM \"2-17100961-23\" WHERE \"Overall\" > 328.0 AND \"Name\" = 'pat shires' AND \"Round\" > 29.0;"} +{"question_id": 8990, "table_id": "2-17290150-4", "question": "Where did Celestino Tugot place?", "sql": "SELECT \"Place\" FROM \"2-17290150-4\" WHERE \"Player\" = 'Celestino Tugot';"} +{"question_id": 8991, "table_id": "2-17290150-4", "question": "What is Doug Ford's country?", "sql": "SELECT \"Country\" FROM \"2-17290150-4\" WHERE \"Player\" = 'Doug Ford';"} +{"question_id": 8992, "table_id": "2-17290150-4", "question": "What was Ben Hogan's par?", "sql": "SELECT \"To par\" FROM \"2-17290150-4\" WHERE \"Player\" = 'Ben Hogan';"} +{"question_id": 8993, "table_id": "2-17290150-4", "question": "What is Tommy Bolt's place?", "sql": "SELECT \"Place\" FROM \"2-17290150-4\" WHERE \"Player\" = 'Tommy Bolt';"} +{"question_id": 8994, "table_id": "2-17290150-4", "question": "What placE had a scorE smallEr than 74 and a par of E?", "sql": "SELECT \"Place\" FROM \"2-17290150-4\" WHERE \"Score\" < 74.0 AND \"To par\" = 'E';"} +{"question_id": 8995, "table_id": "2-17214043-5", "question": "What was the time/retired for the car raced by Simone Grotzkyj?", "sql": "SELECT \"Time/Retired\" FROM \"2-17214043-5\" WHERE \"Rider\" = 'Simone Grotzkyj';"} +{"question_id": 8996, "table_id": "2-17214043-5", "question": "Who was the manufacter of the car with a time/retired of +0.122?", "sql": "SELECT \"Manufacturer\" FROM \"2-17214043-5\" WHERE \"Time/Retired\" = '+0.122';"} +{"question_id": 8997, "table_id": "2-17214043-5", "question": "Who is the manufacturer of the car driven by Bradley Smith?", "sql": "SELECT \"Manufacturer\" FROM \"2-17214043-5\" WHERE \"Rider\" = 'Bradley Smith';"} +{"question_id": 8998, "table_id": "2-17214043-5", "question": "Who is the driver of the car that started in grid 14?", "sql": "SELECT \"Rider\" FROM \"2-17214043-5\" WHERE \"Grid\" = '14';"} +{"question_id": 8999, "table_id": "2-17214043-5", "question": "Who is the driver of the car manufactured by KTM, who started in grid 1.", "sql": "SELECT \"Rider\" FROM \"2-17214043-5\" WHERE \"Manufacturer\" = 'KTM' AND \"Grid\" = '1';"} +{"question_id": 9000, "table_id": "2-17214043-5", "question": "What was the time/retired of the car that started in grid 4?", "sql": "SELECT \"Time/Retired\" FROM \"2-17214043-5\" WHERE \"Grid\" = '4';"} +{"question_id": 9001, "table_id": "2-16514667-5", "question": "What is the To par of the Player from Spain?", "sql": "SELECT \"To par\" FROM \"2-16514667-5\" WHERE \"Country\" = 'Spain';"} +{"question_id": 9002, "table_id": "2-16514667-5", "question": "What is the Money of the T4 Place Player with a Score of 71-66-74-67=278?", "sql": "SELECT AVG(\"Money ( $ )\") FROM \"2-16514667-5\" WHERE \"Place\" = 'T4' AND \"Score\" = '71-66-74-67=278';"} +{"question_id": 9003, "table_id": "2-16514667-5", "question": "What is the Money of the Player with a Score of 71-66-74-67=278?", "sql": "SELECT AVG(\"Money ( $ )\") FROM \"2-16514667-5\" WHERE \"Score\" = '71-66-74-67=278';"} +{"question_id": 9004, "table_id": "2-17625231-4", "question": "What is the IUCN for the Gales Point reserve when the Est. is 1998?", "sql": "SELECT \"IUCN\" FROM \"2-17625231-4\" WHERE \"Est.\" = 1998.0 AND \"Reserve\" = 'Gales Point';"} +{"question_id": 9005, "table_id": "2-17625231-4", "question": "What is the IUCN for the Cockscomb Basin reserve when the Est. is less than 1998?", "sql": "SELECT \"IUCN\" FROM \"2-17625231-4\" WHERE \"Est.\" < 1998.0 AND \"Reserve\" = 'Cockscomb Basin';"} +{"question_id": 9006, "table_id": "2-17140608-9", "question": "What is the total number of Game, when High Assists is \"rajon rondo (6)\"?", "sql": "SELECT COUNT(\"Game\") FROM \"2-17140608-9\" WHERE \"High assists\" = 'rajon rondo (6)';"} +{"question_id": 9007, "table_id": "2-17140608-9", "question": "What is Record, when High Points is \"Ray Allen (20)\"?", "sql": "SELECT \"Record\" FROM \"2-17140608-9\" WHERE \"High points\" = 'Ray Allen (20)';"} +{"question_id": 9008, "table_id": "2-17140608-9", "question": "What is Record, when High Points is \"Ray Allen (27)\"?", "sql": "SELECT \"Record\" FROM \"2-17140608-9\" WHERE \"High points\" = 'Ray Allen (27)';"} +{"question_id": 9009, "table_id": "2-17140608-9", "question": "What is Team, when Date is \"March 27\"?", "sql": "SELECT \"Team\" FROM \"2-17140608-9\" WHERE \"Date\" = 'March 27';"} +{"question_id": 9010, "table_id": "2-17140608-9", "question": "What is High Assists, when Team is \"Oklahoma City\"?", "sql": "SELECT \"High assists\" FROM \"2-17140608-9\" WHERE \"Team\" = 'Oklahoma City';"} +{"question_id": 9011, "table_id": "2-17140608-9", "question": "What is Score, when High Assists is \"Rajon Rondo (12)\", and when High Points is \"Paul Pierce (27)\"?", "sql": "SELECT \"Score\" FROM \"2-17140608-9\" WHERE \"High assists\" = 'Rajon Rondo (12)' AND \"High points\" = 'Paul Pierce (27)';"} +{"question_id": 9012, "table_id": "2-1625862-9", "question": "WHICH 2/3 (P) has a 2 (VF) of তুই dhutish?", "sql": "SELECT \"2/3 (P)\" FROM \"2-1625862-9\" WHERE \"2 (VF)\" = 'তুই dhutish';"} +{"question_id": 9013, "table_id": "2-1625862-9", "question": "WHICH Verb has a 2 (VF) of তুই boltish?", "sql": "SELECT \"Verb\" FROM \"2-1625862-9\" WHERE \"2 (VF)\" = 'তুই boltish';"} +{"question_id": 9014, "table_id": "2-1625862-9", "question": "WHICH 3 (F) has a 2 (VF) of তুই khetish?", "sql": "SELECT \"3 (F)\" FROM \"2-1625862-9\" WHERE \"2 (VF)\" = 'তুই khetish';"} +{"question_id": 9015, "table_id": "2-1625862-9", "question": "WHICH 2/3 (P) has a Verb of khêla?", "sql": "SELECT \"2/3 (P)\" FROM \"2-1625862-9\" WHERE \"Verb\" = 'khêla';"} +{"question_id": 9016, "table_id": "2-1625862-9", "question": "Which 2 (F) has a 3 (F) of সে khelto?", "sql": "SELECT \"2 (F)\" FROM \"2-1625862-9\" WHERE \"3 (F)\" = 'সে khelto';"} +{"question_id": 9017, "table_id": "2-1625862-9", "question": "Name the 2 (VF) which has a 2 (F) of তুমি dhute?", "sql": "SELECT \"2 (VF)\" FROM \"2-1625862-9\" WHERE \"2 (F)\" = 'তুমি dhute';"} +{"question_id": 9018, "table_id": "2-1751142-2", "question": "What is the sum of Cumulative Distance in meters where the level is smaller than 8 and the Cumulative shuttles is more than 61?", "sql": "SELECT SUM(\"Cumulative Distance (m)\") FROM \"2-1751142-2\" WHERE \"Level\" < 8.0 AND \"Cumulative Shuttles\" > 61.0;"} +{"question_id": 9019, "table_id": "2-1751142-2", "question": "What is the total Cumulative Distance in meters that has fewer than 8 shuttles and fewer than 7 cumulative shuttles?", "sql": "SELECT COUNT(\"Cumulative Distance (m)\") FROM \"2-1751142-2\" WHERE \"Shuttles\" < 8.0 AND \"Cumulative Shuttles\" < 7.0;"} +{"question_id": 9020, "table_id": "2-1751142-2", "question": "What is the cumulative time (min and seconds) that has more than 6 seconds in shuttle time and a total level time of 64.8 seconds?", "sql": "SELECT \"Cumulative Time (min and seconds)\" FROM \"2-1751142-2\" WHERE \"Shuttle Time (seconds)\" > 6.0 AND \"Total level time (s)\" = 64.8;"} +{"question_id": 9021, "table_id": "2-17323267-4", "question": "What is average December when game is 30?", "sql": "SELECT AVG(\"December\") FROM \"2-17323267-4\" WHERE \"Game\" = 30.0;"} +{"question_id": 9022, "table_id": "2-17323267-4", "question": "Which opponent has a game larger than 23, December larger than 8, and record of 8-10-7?", "sql": "SELECT \"Opponent\" FROM \"2-17323267-4\" WHERE \"Game\" > 23.0 AND \"December\" > 8.0 AND \"Record\" = '8-10-7';"} +{"question_id": 9023, "table_id": "2-16713759-18", "question": "What was the aveg/g for the qb with the Att-Cmp-Int of 117–215–6?", "sql": "SELECT COUNT(\"Avg/G\") FROM \"2-16713759-18\" WHERE \"Att-Cmp-Int\" = '117–215–6';"} +{"question_id": 9024, "table_id": "2-16713759-18", "question": "What was the Total effic for the quarterbacks?", "sql": "SELECT MIN(\"Effic\") FROM \"2-16713759-18\" WHERE \"Name\" = 'Total';"} +{"question_id": 9025, "table_id": "2-16713759-18", "question": "what was the att-cmp-int for the qb with an effic of 127.89?", "sql": "SELECT \"Att-Cmp-Int\" FROM \"2-16713759-18\" WHERE \"Effic\" = 127.89;"} +{"question_id": 9026, "table_id": "2-1672976-4", "question": "Who is the challenge leader that played on 9:30 pm on Wed., Nov. 28?", "sql": "SELECT \"Challenge Leader\" FROM \"2-1672976-4\" WHERE \"Time\" = '9:30 pm' AND \"Date\" = 'Wed., Nov. 28';"} +{"question_id": 9027, "table_id": "2-1672976-4", "question": "What is the name of the Big Ten team who played ACC Team maryland where 17472 attended the game?", "sql": "SELECT \"Big Ten Team\" FROM \"2-1672976-4\" WHERE \"Attendance\" > 17472.0 AND \"ACC Team\" = 'maryland';"} +{"question_id": 9028, "table_id": "2-1672976-4", "question": "What is the location of the game that was televised on ESPNU at 7:15 pm on Tue., Nov. 27?", "sql": "SELECT \"Location\" FROM \"2-1672976-4\" WHERE \"Television\" = 'ESPNU' AND \"Time\" = '7:15 pm' AND \"Date\" = 'Tue., Nov. 27';"} +{"question_id": 9029, "table_id": "2-17625408-2", "question": "In which tournament was the opponent Lauren Embree?", "sql": "SELECT \"Tournament\" FROM \"2-17625408-2\" WHERE \"Opponent\" = 'Lauren Embree';"} +{"question_id": 9030, "table_id": "2-17625408-2", "question": "What was the score on 19/08/2012?", "sql": "SELECT \"Score\" FROM \"2-17625408-2\" WHERE \"Date\" = '19/08/2012';"} +{"question_id": 9031, "table_id": "2-17625408-2", "question": "What was the outcome of the match on 01/07/2007?", "sql": "SELECT \"Outcome\" FROM \"2-17625408-2\" WHERE \"Date\" = '01/07/2007';"} +{"question_id": 9032, "table_id": "2-171354-3", "question": "What status has 10 as the population?", "sql": "SELECT \"Status\" FROM \"2-171354-3\" WHERE \"Population\" = 10.0;"} +{"question_id": 9033, "table_id": "2-171354-3", "question": "What status has an area km 2 less than 27.82, with 352 as the population?", "sql": "SELECT \"Status\" FROM \"2-171354-3\" WHERE \"Area km 2\" < 27.82 AND \"Population\" = 352.0;"} +{"question_id": 9034, "table_id": "2-171354-3", "question": "What status has an area km 2 greater than 10.9, with 4,674 of 5,008 as the census ranking", "sql": "SELECT \"Status\" FROM \"2-171354-3\" WHERE \"Area km 2\" > 10.9 AND \"Census Ranking\" = '4,674 of 5,008';"} +{"question_id": 9035, "table_id": "2-171354-3", "question": "What is the lowest population that has big hole tract 8 (south) as the official name, with an area km 2 greater than 27.82?", "sql": "SELECT MIN(\"Population\") FROM \"2-171354-3\" WHERE \"Official Name\" = 'big hole tract 8 (south)' AND \"Area km 2\" > 27.82;"} +{"question_id": 9036, "table_id": "2-17304621-5", "question": "What is the highest up:down ratio with 4 Mbit/s upstream?", "sql": "SELECT MAX(\"Up:Down Ratio\") FROM \"2-17304621-5\" WHERE \"Upstream\" = '4 Mbit/s';"} +{"question_id": 9037, "table_id": "2-17304621-5", "question": "What is the upstream with a 150 GB monthly cap?", "sql": "SELECT \"Upstream\" FROM \"2-17304621-5\" WHERE \"Monthly Cap\" = '150 GB';"} +{"question_id": 9038, "table_id": "2-17304621-5", "question": "What is the upstream with an up:down ratio of 0.03 and a 150 gb monthly cap?", "sql": "SELECT \"Upstream\" FROM \"2-17304621-5\" WHERE \"Up:Down Ratio\" = 0.03 AND \"Monthly Cap\" = '150 gb';"} +{"question_id": 9039, "table_id": "2-16864968-3", "question": "Which record has an Attendance larger than 17033, and a Location of Air Canada Centre, and less than 3 points?", "sql": "SELECT \"Record\" FROM \"2-16864968-3\" WHERE \"Attendance\" > 17033.0 AND \"Location\" = 'Air Canada Centre' AND \"Points\" < 3.0;"} +{"question_id": 9040, "table_id": "2-16864968-3", "question": "Which location has a Score of 3–2, and a Record of 3–2–3?", "sql": "SELECT \"Location\" FROM \"2-16864968-3\" WHERE \"Score\" = '3–2' AND \"Record\" = '3–2–3';"} +{"question_id": 9041, "table_id": "2-16864968-3", "question": "Which score has a Date of October 29, 2008?", "sql": "SELECT \"Score\" FROM \"2-16864968-3\" WHERE \"Date\" = 'October 29, 2008';"} +{"question_id": 9042, "table_id": "2-1636090-2", "question": "What is the year when the course is Sunset Ridge CC?", "sql": "SELECT SUM(\"Year\") FROM \"2-1636090-2\" WHERE \"Course\" = 'Sunset Ridge CC';"} +{"question_id": 9043, "table_id": "2-1636090-2", "question": "what is the score at Olympia Fields, Illinois?", "sql": "SELECT \"Score\" FROM \"2-1636090-2\" WHERE \"Location\" = 'Olympia Fields, Illinois';"} +{"question_id": 9044, "table_id": "2-1636090-2", "question": "what is the course at Midlothian, Illinois for a year before 1934?", "sql": "SELECT \"Course\" FROM \"2-1636090-2\" WHERE \"Year\" < 1934.0 AND \"Location\" = 'Midlothian, Illinois';"} +{"question_id": 9045, "table_id": "2-1636090-1", "question": "Where is runner-up Betsy Rawls from?", "sql": "SELECT \"Location\" FROM \"2-1636090-1\" WHERE \"Runner(s)-up\" = 'Betsy Rawls';"} +{"question_id": 9046, "table_id": "2-1636090-1", "question": "What was the highest share for the winners in 1959?", "sql": "SELECT MAX(\"Winner's share ($)\") FROM \"2-1636090-1\" WHERE \"Year\" = 1959.0;"} +{"question_id": 9047, "table_id": "2-1636090-1", "question": "What was the winner's share before 1963 in Madison, Wisconsin?", "sql": "SELECT MAX(\"Winner's share ($)\") FROM \"2-1636090-1\" WHERE \"Location\" = 'Madison, Wisconsin' AND \"Year\" < 1963.0;"} +{"question_id": 9048, "table_id": "2-17080033-3", "question": "What was the Venue on November 14, 2007?", "sql": "SELECT \"Venue\" FROM \"2-17080033-3\" WHERE \"Date\" = 'November 14, 2007';"} +{"question_id": 9049, "table_id": "2-17080033-3", "question": "What was the Score on November 10, 2007?", "sql": "SELECT \"Score\" FROM \"2-17080033-3\" WHERE \"Date\" = 'November 10, 2007';"} +{"question_id": 9050, "table_id": "2-17080033-3", "question": "What was the Competition on November 16, 2007?", "sql": "SELECT \"Competition\" FROM \"2-17080033-3\" WHERE \"Date\" = 'November 16, 2007';"} +{"question_id": 9051, "table_id": "2-1728546-1", "question": "What was the surface tye during the match with the opponent of Richard Fromberg?", "sql": "SELECT \"Surface\" FROM \"2-1728546-1\" WHERE \"Opponent\" = 'Richard Fromberg';"} +{"question_id": 9052, "table_id": "2-1728546-1", "question": "What was the championship during the match with the opponent of Richard Fromberg?", "sql": "SELECT \"Championship\" FROM \"2-1728546-1\" WHERE \"Opponent\" = 'Richard Fromberg';"} +{"question_id": 9053, "table_id": "2-1728546-1", "question": "What was the surface type during the match with the score of 6–4, 7–6 (7-5)??", "sql": "SELECT \"Surface\" FROM \"2-1728546-1\" WHERE \"Score\" = '6–4, 7–6 (7-5)';"} +{"question_id": 9054, "table_id": "2-17624419-2", "question": "Who did wilson reis fight against that lasted less than 3 rounds with a time of 1:02?", "sql": "SELECT \"Opponent\" FROM \"2-17624419-2\" WHERE \"Round\" < 3.0 AND \"Time\" = '1:02';"} +{"question_id": 9055, "table_id": "2-16911951-4", "question": "Which Meet has a Time of 3:50.65?", "sql": "SELECT \"Meet\" FROM \"2-16911951-4\" WHERE \"Time\" = '3:50.65';"} +{"question_id": 9056, "table_id": "2-16911951-4", "question": "Which Time has an Event of 200 m butterfly?", "sql": "SELECT \"Time\" FROM \"2-16911951-4\" WHERE \"Event\" = '200 m butterfly';"} +{"question_id": 9057, "table_id": "2-16911951-4", "question": "Which Meet has a Club of Centro de Natacon Carabobo?", "sql": "SELECT \"Meet\" FROM \"2-16911951-4\" WHERE \"Club\" = 'Centro de Natacon Carabobo';"} +{"question_id": 9058, "table_id": "2-16911951-4", "question": "Which Location has a Time of 4:13.48?", "sql": "SELECT \"Location\" FROM \"2-16911951-4\" WHERE \"Time\" = '4:13.48';"} +{"question_id": 9059, "table_id": "2-16911951-4", "question": "Which Date has a Time of 1:00.59?", "sql": "SELECT \"Date\" FROM \"2-16911951-4\" WHERE \"Time\" = '1:00.59';"} +{"question_id": 9060, "table_id": "2-16911951-4", "question": "Which Location has a Club of Delfines UCV?", "sql": "SELECT \"Location\" FROM \"2-16911951-4\" WHERE \"Club\" = 'Delfines UCV';"} +{"question_id": 9061, "table_id": "2-1680926-1", "question": "Which name has notes B and the game of Tennis?", "sql": "SELECT \"Name\" FROM \"2-1680926-1\" WHERE \"Sport\" = 'Tennis' AND \"Notes\" = 'B';"} +{"question_id": 9062, "table_id": "2-1680926-1", "question": "Which lifetime has Alan Gendreau?", "sql": "SELECT \"Lifetime\" FROM \"2-1680926-1\" WHERE \"Name\" = 'Alan Gendreau';"} +{"question_id": 9063, "table_id": "2-16645-1", "question": "What was the rural % where the source estimate was census and the urban % was larger than 57?", "sql": "SELECT SUM(\"Rural, %\") FROM \"2-16645-1\" WHERE \"Source\" = 'estimate' AND \"Urban, %\" > 57.0;"} +{"question_id": 9064, "table_id": "2-16642581-2", "question": "What was the hometown/high school of 170 pound player Tyler Wilson?", "sql": "SELECT \"Hometown/Highschool\" FROM \"2-16642581-2\" WHERE \"Weight\" = 170.0 AND \"Name\" = 'Tyler Wilson';"} +{"question_id": 9065, "table_id": "2-16642581-2", "question": "What position did Kyle McKenzie play?", "sql": "SELECT \"Position\" FROM \"2-16642581-2\" WHERE \"Name\" = 'Kyle McKenzie';"} +{"question_id": 9066, "table_id": "2-16713178-1", "question": "Which date has a Week larger than 5, and an Attendance of 54,803?", "sql": "SELECT \"Date\" FROM \"2-16713178-1\" WHERE \"Week\" > 5.0 AND \"Attendance\" = '54,803';"} +{"question_id": 9067, "table_id": "2-16713178-1", "question": "Which date has a Week smaller than 14, and an Opponent of San Francisco 49ers?", "sql": "SELECT \"Date\" FROM \"2-16713178-1\" WHERE \"Week\" < 14.0 AND \"Opponent\" = 'San Francisco 49ers';"} +{"question_id": 9068, "table_id": "2-16713178-1", "question": "Which opponent has a week smaller than 15, and a Result of L 23-17?", "sql": "SELECT \"Opponent\" FROM \"2-16713178-1\" WHERE \"Week\" < 15.0 AND \"Result\" = 'L 23-17';"} +{"question_id": 9069, "table_id": "2-16713178-1", "question": "Which date has an Opponent of Bye?", "sql": "SELECT \"Date\" FROM \"2-16713178-1\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 9070, "table_id": "2-16713178-1", "question": "Which date has a Result of L 25-13?", "sql": "SELECT \"Date\" FROM \"2-16713178-1\" WHERE \"Result\" = 'L 25-13';"} +{"question_id": 9071, "table_id": "2-1649898-1", "question": "What's the sum of the population with a population density (per km²) of 24.8?", "sql": "SELECT SUM(\"Population\") FROM \"2-1649898-1\" WHERE \"Population density (per km²)\" = 24.8;"} +{"question_id": 9072, "table_id": "2-1649898-1", "question": "What's the average area in Canada with a population density (per km²) larger than 3.4?", "sql": "SELECT AVG(\"Area (km²)\") FROM \"2-1649898-1\" WHERE \"Country or territory\" = 'Canada' AND \"Population density (per km²)\" > 3.4;"} +{"question_id": 9073, "table_id": "2-1649898-1", "question": "What capital has an area of 2166086?", "sql": "SELECT \"Capital\" FROM \"2-1649898-1\" WHERE \"Area (km²)\" = 2166086.0;"} +{"question_id": 9074, "table_id": "2-1649898-1", "question": "What's the highest population density for a population less than 6000?", "sql": "SELECT MAX(\"Population density (per km²)\") FROM \"2-1649898-1\" WHERE \"Population\" < 6000.0;"} +{"question_id": 9075, "table_id": "2-1649898-1", "question": "What's the lowest population with a population density (per km²) larger than 1203.7?", "sql": "SELECT MIN(\"Population\") FROM \"2-1649898-1\" WHERE \"Population density (per km²)\" > 1203.7;"} +{"question_id": 9076, "table_id": "2-16489766-8", "question": "Which Pinyin has a County of Changhua?", "sql": "SELECT \"Pinyin\" FROM \"2-16489766-8\" WHERE \"County\" = 'Changhua';"} +{"question_id": 9077, "table_id": "2-16489766-8", "question": "Which County has a Chinese of 新竹?", "sql": "SELECT \"County\" FROM \"2-16489766-8\" WHERE \"Chinese\" = '新竹';"} +{"question_id": 9078, "table_id": "2-16489766-8", "question": "Which Pinyin has a Chinese of 臺南?", "sql": "SELECT \"Pinyin\" FROM \"2-16489766-8\" WHERE \"Chinese\" = '臺南';"} +{"question_id": 9079, "table_id": "2-16489766-8", "question": "Which County has a City of Changhua?", "sql": "SELECT \"County\" FROM \"2-16489766-8\" WHERE \"City\" = 'Changhua';"} +{"question_id": 9080, "table_id": "2-16489766-8", "question": "What is Taipei's lowest 2010 population?", "sql": "SELECT MIN(\"Population (2010)\") FROM \"2-16489766-8\" WHERE \"City\" = 'Taipei';"} +{"question_id": 9081, "table_id": "2-17441153-2", "question": "What was Diego Saraiva's record when he fought for 3 rounds against Danny Suarez?", "sql": "SELECT \"Record\" FROM \"2-17441153-2\" WHERE \"Round\" = '3' AND \"Opponent\" = 'Danny Suarez';"} +{"question_id": 9082, "table_id": "2-17441153-2", "question": "What event did Diego Saraiva fight Jorge Gurgel?", "sql": "SELECT \"Event\" FROM \"2-17441153-2\" WHERE \"Opponent\" = 'Jorge Gurgel';"} +{"question_id": 9083, "table_id": "2-17311408-7", "question": "How many games had Montreal Canadiens as an opponent?", "sql": "SELECT SUM(\"Game\") FROM \"2-17311408-7\" WHERE \"Opponent\" = 'Montreal Canadiens';"} +{"question_id": 9084, "table_id": "2-17624357-2", "question": "What was the time when the method was TKO?", "sql": "SELECT \"Time\" FROM \"2-17624357-2\" WHERE \"Method\" = 'TKO';"} +{"question_id": 9085, "table_id": "2-17624357-2", "question": "How many rounds was the fight when the record was 4-0?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17624357-2\" WHERE \"Record\" = '4-0';"} +{"question_id": 9086, "table_id": "2-17624357-2", "question": "Who was the opponent when the round was more than 2?", "sql": "SELECT \"Opponent\" FROM \"2-17624357-2\" WHERE \"Round\" > 2.0;"} +{"question_id": 9087, "table_id": "2-17311797-9", "question": "Can you tell me the average Game that has the Team of @ Boston?", "sql": "SELECT AVG(\"Game\") FROM \"2-17311797-9\" WHERE \"Team\" = '@ Boston';"} +{"question_id": 9088, "table_id": "2-17311797-9", "question": "Can you tell me the Team that has the Date of March 17?", "sql": "SELECT \"Team\" FROM \"2-17311797-9\" WHERE \"Date\" = 'March 17';"} +{"question_id": 9089, "table_id": "2-17440322-2", "question": "What is the record with the opponent as Carlton Jones?", "sql": "SELECT \"Record\" FROM \"2-17440322-2\" WHERE \"Opponent\" = 'Carlton Jones';"} +{"question_id": 9090, "table_id": "2-1743713-1", "question": "What is the percentage of votes received by the party of Family Rights?", "sql": "SELECT \"% of votes\" FROM \"2-1743713-1\" WHERE \"party\" = 'Family Rights';"} +{"question_id": 9091, "table_id": "2-1743713-1", "question": "What is the % of seats where the difference is 0.25?", "sql": "SELECT \"% of seats\" FROM \"2-1743713-1\" WHERE \"difference\" = '0.25';"} +{"question_id": 9092, "table_id": "2-1743713-1", "question": "What is the % of seats where the difference is 0.19?", "sql": "SELECT \"% of seats\" FROM \"2-1743713-1\" WHERE \"difference\" = '0.19';"} +{"question_id": 9093, "table_id": "2-16304563-3", "question": "Who was No. 8 when No. 10 Jackson and No. 5 Mason?", "sql": "SELECT \"No. 8\" FROM \"2-16304563-3\" WHERE \"No. 10\" = 'Jackson' AND \"No. 5\" = 'Mason';"} +{"question_id": 9094, "table_id": "2-16304563-3", "question": "Who was No. 5 when No. 6 Mason and No. 10 Jackson?", "sql": "SELECT \"No. 5\" FROM \"2-16304563-3\" WHERE \"No. 6\" = 'Mason' AND \"No. 10\" = 'Jackson';"} +{"question_id": 9095, "table_id": "2-16304563-3", "question": "Who was No. 8 when No. 1 Michael and No. 4 Logan?", "sql": "SELECT \"No. 8\" FROM \"2-16304563-3\" WHERE \"No. 1\" = 'Michael' AND \"No. 4\" = 'Logan';"} +{"question_id": 9096, "table_id": "2-16304563-3", "question": "Who was No. 9 when No. 5 Mason and No. 3 Aiden?", "sql": "SELECT \"No. 9\" FROM \"2-16304563-3\" WHERE \"No. 5\" = 'Mason' AND \"No. 3\" = 'Aiden';"} +{"question_id": 9097, "table_id": "2-16304563-3", "question": "Who was No. 3 when No. 5 James and No. 6 Mason?", "sql": "SELECT \"No. 3\" FROM \"2-16304563-3\" WHERE \"No. 5\" = 'James' AND \"No. 6\" = 'Mason';"} +{"question_id": 9098, "table_id": "2-1708050-2", "question": "Smaller than 37, the highest year for Ford?", "sql": "SELECT MAX(\"Year\") FROM \"2-1708050-2\" WHERE \"Manufacturer\" = 'Ford' AND \"Finish\" < 37.0;"} +{"question_id": 9099, "table_id": "2-1708050-2", "question": "Lowest finish for ganassi at smaller than 19 start for smaller than 2004 year?", "sql": "SELECT MIN(\"Finish\") FROM \"2-1708050-2\" WHERE \"Team\" = 'ganassi' AND \"Start\" < 19.0 AND \"Year\" < 2004.0;"} +{"question_id": 9100, "table_id": "2-17445336-2", "question": "What is Method, when Event is \"Reality Submission Fighting 2\"?", "sql": "SELECT \"Method\" FROM \"2-17445336-2\" WHERE \"Event\" = 'Reality Submission Fighting 2';"} +{"question_id": 9101, "table_id": "2-16823208-3", "question": "Which Votes has a Governorate of Hewler?", "sql": "SELECT AVG(\"Votes\") FROM \"2-16823208-3\" WHERE \"Governorate\" = 'Hewler';"} +{"question_id": 9102, "table_id": "2-16823208-3", "question": "Which Candidate has a Votes larger than 622961, and a Governorate of baghdad?", "sql": "SELECT \"Candidate\" FROM \"2-16823208-3\" WHERE \"Votes\" > 622961.0 AND \"Governorate\" = 'baghdad';"} +{"question_id": 9103, "table_id": "2-17298923-5", "question": "What is the average draws with less than 3 wins and more than 5 points?", "sql": "SELECT AVG(\"Draws\") FROM \"2-17298923-5\" WHERE \"Wins\" < 3.0 AND \"Points\" > 5.0;"} +{"question_id": 9104, "table_id": "2-17298923-5", "question": "What is the average number of goals with more than 9 points, less than 14 goals against, and a goal difference less than 17?", "sql": "SELECT AVG(\"Goals for\") FROM \"2-17298923-5\" WHERE \"Points\" > 9.0 AND \"Goals against\" < 14.0 AND \"Goal Difference\" < 17.0;"} +{"question_id": 9105, "table_id": "2-17298923-5", "question": "What is the average number of wins with less than 10 goals?", "sql": "SELECT AVG(\"Wins\") FROM \"2-17298923-5\" WHERE \"Goals against\" < 10.0;"} +{"question_id": 9106, "table_id": "2-17298923-5", "question": "What is the lowest position with a -22 goal difference and more than 5 points?", "sql": "SELECT MIN(\"Position\") FROM \"2-17298923-5\" WHERE \"Goal Difference\" = -22.0 AND \"Points\" > 5.0;"} +{"question_id": 9107, "table_id": "2-16750938-1", "question": "What is the Title, when the Composer(s) is Sakdatorn, and when the Arranger(s) is Jitrakorn Mongkoltham?", "sql": "SELECT \"Title\" FROM \"2-16750938-1\" WHERE \"Composer(s)\" = 'Sakdatorn' AND \"Arranger(s)\" = 'Jitrakorn Mongkoltham';"} +{"question_id": 9108, "table_id": "2-16750938-1", "question": "What is the Title, when the Lyricist(s) is Yarosake, and when the Composer(s) is Yarosake?", "sql": "SELECT \"Title\" FROM \"2-16750938-1\" WHERE \"Lyricist(s)\" = 'Yarosake' AND \"Composer(s)\" = 'Yarosake';"} +{"question_id": 9109, "table_id": "2-16750938-1", "question": "What is the Length, when the Title is \"The Way To Your Heart\"?", "sql": "SELECT \"Length\" FROM \"2-16750938-1\" WHERE \"Title\" = '\"The Way To Your Heart\"';"} +{"question_id": 9110, "table_id": "2-16750938-1", "question": "What is the Length, when the Composer(s) is Sakdatorn, and when the Arranger(s) is Jitrakorn Mongkoltham?", "sql": "SELECT \"Length\" FROM \"2-16750938-1\" WHERE \"Composer(s)\" = 'Sakdatorn' AND \"Arranger(s)\" = 'Jitrakorn Mongkoltham';"} +{"question_id": 9111, "table_id": "2-16750938-1", "question": "Who is/are the Composer(s), when the Arranger(s) is Banana Boat, and when the Length is 4:25?", "sql": "SELECT \"Composer(s)\" FROM \"2-16750938-1\" WHERE \"Arranger(s)\" = 'Banana Boat' AND \"Length\" = '4:25';"} +{"question_id": 9112, "table_id": "2-17369472-2", "question": "What i the try bonus with 12 losses?", "sql": "SELECT \"Try bonus\" FROM \"2-17369472-2\" WHERE \"Lost\" = '12';"} +{"question_id": 9113, "table_id": "2-17369472-2", "question": "What was the losing bonus for the 20 played, and 353 points?", "sql": "SELECT \"Losing bonus\" FROM \"2-17369472-2\" WHERE \"Played\" = '20' AND \"Points for\" = '353';"} +{"question_id": 9114, "table_id": "2-17369472-2", "question": "What was the played with 38 tries?", "sql": "SELECT \"Played\" FROM \"2-17369472-2\" WHERE \"Tries for\" = '38';"} +{"question_id": 9115, "table_id": "2-17369472-2", "question": "What are the tries for a Club of a Club?", "sql": "SELECT \"Tries for\" FROM \"2-17369472-2\" WHERE \"Club\" = 'Club';"} +{"question_id": 9116, "table_id": "2-17369472-2", "question": "What is the loss with 319 points?", "sql": "SELECT \"Lost\" FROM \"2-17369472-2\" WHERE \"Points for\" = '319';"} +{"question_id": 9117, "table_id": "2-174952-1", "question": "Who was the runner(s)-Up to winner Sarah Brice?", "sql": "SELECT \"Runner(s)-Up\" FROM \"2-174952-1\" WHERE \"Winner\" = 'Sarah Brice';"} +{"question_id": 9118, "table_id": "2-174952-1", "question": "What season had bachelor Byron Velvick?", "sql": "SELECT MIN(\"Season\") FROM \"2-174952-1\" WHERE \"Bachelor\" = 'Byron Velvick';"} +{"question_id": 9119, "table_id": "2-174952-1", "question": "What was the season that the runner -up was Tenley Molzahn?", "sql": "SELECT SUM(\"Season\") FROM \"2-174952-1\" WHERE \"Runner(s)-Up\" = 'Tenley Molzahn';"} +{"question_id": 9120, "table_id": "2-174952-1", "question": "Who was the runner-up for the show that premiered on March 25, 2002?", "sql": "SELECT \"Runner(s)-Up\" FROM \"2-174952-1\" WHERE \"Premiered\" = 'March 25, 2002';"} +{"question_id": 9121, "table_id": "2-16188254-6", "question": "Who was the leading scorer on the game played on February 25?", "sql": "SELECT \"Leading scorer\" FROM \"2-16188254-6\" WHERE \"Date\" = 'February 25';"} +{"question_id": 9122, "table_id": "2-16188254-6", "question": "What was the visiting team that had a record of 26-18?", "sql": "SELECT \"Visitor\" FROM \"2-16188254-6\" WHERE \"Record\" = '26-18';"} +{"question_id": 9123, "table_id": "2-16188254-6", "question": "What was the score for the game played between Cleveland and Orlando at Cleveland?", "sql": "SELECT \"Score\" FROM \"2-16188254-6\" WHERE \"Home\" = 'Cleveland' AND \"Visitor\" = 'Orlando';"} +{"question_id": 9124, "table_id": "2-16188254-6", "question": "What was the visiting team for the game that ended 82-75?", "sql": "SELECT \"Visitor\" FROM \"2-16188254-6\" WHERE \"Score\" = '82-75';"} +{"question_id": 9125, "table_id": "2-16983267-1", "question": "who were the semifinalists for the tournament in Montreal?", "sql": "SELECT \"Semifinalists\" FROM \"2-16983267-1\" WHERE \"Tournament\" = 'Montreal';"} +{"question_id": 9126, "table_id": "2-16983267-1", "question": "Who was the finalist for the tournament in Berlin?", "sql": "SELECT \"Finalist\" FROM \"2-16983267-1\" WHERE \"Tournament\" = 'Berlin';"} +{"question_id": 9127, "table_id": "2-16983267-1", "question": "What type of surface was played at the tournament in Berlin?", "sql": "SELECT \"Surface\" FROM \"2-16983267-1\" WHERE \"Tournament\" = 'Berlin';"} +{"question_id": 9128, "table_id": "2-16983267-1", "question": "Where was the tournament where Monica Seles was the finalist who played on a Hard surface?", "sql": "SELECT \"Tournament\" FROM \"2-16983267-1\" WHERE \"Surface\" = 'Hard' AND \"Finalist\" = 'Monica Seles';"} +{"question_id": 9129, "table_id": "2-17520911-3", "question": "Who is the away team against the home team Hartlepools United?", "sql": "SELECT \"Away team\" FROM \"2-17520911-3\" WHERE \"Home team\" = 'Hartlepools United';"} +{"question_id": 9130, "table_id": "2-17520911-3", "question": "Who is the away team against the home team Ashington?", "sql": "SELECT \"Away team\" FROM \"2-17520911-3\" WHERE \"Home team\" = 'Ashington';"} +{"question_id": 9131, "table_id": "2-17520911-3", "question": "What is the score for the away team, Ipswich Town?", "sql": "SELECT \"Score\" FROM \"2-17520911-3\" WHERE \"Away team\" = 'Ipswich Town';"} +{"question_id": 9132, "table_id": "2-17520911-3", "question": "What date did the away team Mansfield Town play?", "sql": "SELECT \"Date\" FROM \"2-17520911-3\" WHERE \"Away team\" = 'Mansfield Town';"} +{"question_id": 9133, "table_id": "2-17520911-3", "question": "What was the score fore the away team Dartford?", "sql": "SELECT \"Score\" FROM \"2-17520911-3\" WHERE \"Away team\" = 'Dartford';"} +{"question_id": 9134, "table_id": "2-17520911-3", "question": "What date did the away team Bristol Rovers play?", "sql": "SELECT \"Date\" FROM \"2-17520911-3\" WHERE \"Away team\" = 'Bristol Rovers';"} +{"question_id": 9135, "table_id": "2-16250642-1", "question": "What is the Brigade, when the Type is Rural, and when the value for Tankers is 1?", "sql": "SELECT \"Brigade\" FROM \"2-16250642-1\" WHERE \"Type\" = 'Rural' AND \"Tankers\" = 1.0;"} +{"question_id": 9136, "table_id": "2-16250642-1", "question": "What is the Hazmat, when the Type is Rural, and when the number of Tankers is 1?", "sql": "SELECT \"Hazmat\" FROM \"2-16250642-1\" WHERE \"Type\" = 'Rural' AND \"Tankers\" = 1.0;"} +{"question_id": 9137, "table_id": "2-167638-1", "question": "Which country had the first store in the year 2007?", "sql": "SELECT \"Country\" FROM \"2-167638-1\" WHERE \"First store\" = '2007';"} +{"question_id": 9138, "table_id": "2-167638-1", "question": "What year was the first store that had a hypermarket of 3?", "sql": "SELECT \"First store\" FROM \"2-167638-1\" WHERE \"Hypermarkets\" = 3.0;"} +{"question_id": 9139, "table_id": "2-167638-1", "question": "What year was the first store in India?", "sql": "SELECT \"First store\" FROM \"2-167638-1\" WHERE \"Country\" = 'India';"} +{"question_id": 9140, "table_id": "2-16649722-6", "question": "Can you tell me the average Attendance rhat has the Opponent of Dunfermline Athletic?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-16649722-6\" WHERE \"Opponent\" = 'Dunfermline Athletic';"} +{"question_id": 9141, "table_id": "2-16649722-6", "question": "Can you tell me the average Attendance that has the Scorers of Steven, Johnston, Walters, McCoist, I.Ferguson?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-16649722-6\" WHERE \"Scorers\" = 'Steven, Johnston, Walters, McCoist, I.Ferguson';"} +{"question_id": 9142, "table_id": "2-16555375-4", "question": "What number has 0 steals and less than 32 points?", "sql": "SELECT \"Number\" FROM \"2-16555375-4\" WHERE \"Points\" < 32.0 AND \"Steals\" = 0.0;"} +{"question_id": 9143, "table_id": "2-16693989-9", "question": "What was the overall score when the score for set 3 is 21–25?", "sql": "SELECT \"Score\" FROM \"2-16693989-9\" WHERE \"Set 3\" = '21–25';"} +{"question_id": 9144, "table_id": "2-16693989-9", "question": "What is the set 1 score when the total is 85–101?", "sql": "SELECT \"Set 1\" FROM \"2-16693989-9\" WHERE \"Total\" = '85–101';"} +{"question_id": 9145, "table_id": "2-16693989-9", "question": "On what date was the score for set 3 22–25?", "sql": "SELECT \"Date\" FROM \"2-16693989-9\" WHERE \"Set 3\" = '22–25';"} +{"question_id": 9146, "table_id": "2-16693989-9", "question": "What is the overall score when the set 2 score is 25–18?", "sql": "SELECT \"Score\" FROM \"2-16693989-9\" WHERE \"Set 2\" = '25–18';"} +{"question_id": 9147, "table_id": "2-16693989-9", "question": "What is the score for set 1 when the score for set 3 is 22–25?", "sql": "SELECT \"Set 1\" FROM \"2-16693989-9\" WHERE \"Set 3\" = '22–25';"} +{"question_id": 9148, "table_id": "2-17245444-5", "question": "What Player had a Score of 70-69-75=214?", "sql": "SELECT \"Player\" FROM \"2-17245444-5\" WHERE \"Score\" = '70-69-75=214';"} +{"question_id": 9149, "table_id": "2-17245444-5", "question": "With a To par of +4, what is Andy Bean's Score?", "sql": "SELECT \"Score\" FROM \"2-17245444-5\" WHERE \"To par\" = '+4' AND \"Player\" = 'Andy Bean';"} +{"question_id": 9150, "table_id": "2-17245444-5", "question": "What is the To par of the T5 Place Player with a Score of 71-68-76=215?", "sql": "SELECT \"To par\" FROM \"2-17245444-5\" WHERE \"Place\" = 'T5' AND \"Score\" = '71-68-76=215';"} +{"question_id": 9151, "table_id": "2-17245444-5", "question": "What is the Place of the Player with a To par of +4 and Score of 70-76-71=217?", "sql": "SELECT \"Place\" FROM \"2-17245444-5\" WHERE \"To par\" = '+4' AND \"Score\" = '70-76-71=217';"} +{"question_id": 9152, "table_id": "2-17245444-5", "question": "What is the Score of the T3 Place Player?", "sql": "SELECT \"Score\" FROM \"2-17245444-5\" WHERE \"Place\" = 'T3';"} +{"question_id": 9153, "table_id": "2-17245444-5", "question": "What is the Country of the Player with a To par of –1?", "sql": "SELECT \"Country\" FROM \"2-17245444-5\" WHERE \"To par\" = '–1';"} +{"question_id": 9154, "table_id": "2-16697344-2", "question": "In what year was Luxembourg Host?", "sql": "SELECT MIN(\"Year\") FROM \"2-16697344-2\" WHERE \"Host\" = 'Luxembourg';"} +{"question_id": 9155, "table_id": "2-16697344-2", "question": "When Iceland gets the Silver, who gets the Bronze?", "sql": "SELECT \"Bronze\" FROM \"2-16697344-2\" WHERE \"Silver\" = 'Iceland';"} +{"question_id": 9156, "table_id": "2-1747960-3", "question": "What is the maximum rank when there is 0 gold, and the bronze is less than 4, and the silver is greater than 1, and 2 as the total?", "sql": "SELECT MAX(\"Rank\") FROM \"2-1747960-3\" WHERE \"Gold\" = 0.0 AND \"Bronze\" < 4.0 AND \"Total\" = 2.0 AND \"Silver\" > 1.0;"} +{"question_id": 9157, "table_id": "2-1747960-3", "question": "Rank 14 with a total greater than 1 has what as the average bronze?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-1747960-3\" WHERE \"Rank\" = 14.0 AND \"Total\" > 1.0;"} +{"question_id": 9158, "table_id": "2-1747960-3", "question": "How many medals under total when silver is less than 2, gold is 3, and bronze is less than 0?", "sql": "SELECT SUM(\"Total\") FROM \"2-1747960-3\" WHERE \"Silver\" < 2.0 AND \"Gold\" = 3.0 AND \"Bronze\" < 0.0;"} +{"question_id": 9159, "table_id": "2-1747960-3", "question": "What is the fewest total when silver is 0, and gold is less than 1, and rank is less than 13?", "sql": "SELECT MIN(\"Total\") FROM \"2-1747960-3\" WHERE \"Silver\" = 0.0 AND \"Gold\" < 1.0 AND \"Rank\" < 13.0;"} +{"question_id": 9160, "table_id": "2-1747960-3", "question": "What is the total rank where the total is less than 5, and bronze is less than 0?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-1747960-3\" WHERE \"Total\" < 5.0 AND \"Bronze\" < 0.0;"} +{"question_id": 9161, "table_id": "2-16457250-6", "question": "What place was the player hailing from Zimbabwe in?", "sql": "SELECT \"Place\" FROM \"2-16457250-6\" WHERE \"Country\" = 'Zimbabwe';"} +{"question_id": 9162, "table_id": "2-16457250-6", "question": "What was the score of Bernhard Langer after 3 rounds?", "sql": "SELECT \"Score\" FROM \"2-16457250-6\" WHERE \"Player\" = 'Bernhard Langer';"} +{"question_id": 9163, "table_id": "2-163215-7", "question": "How many Goals for were recorded when there was a percentage smaller than 0.519 and points greater than 65?", "sql": "SELECT COUNT(\"Goals For\") FROM \"2-163215-7\" WHERE \"Pct %\" < 0.519 AND \"Points\" > 65.0;"} +{"question_id": 9164, "table_id": "2-163215-7", "question": "How many games were recorded with Goals for number of 215?", "sql": "SELECT COUNT(\"Games\") FROM \"2-163215-7\" WHERE \"Goals For\" = 215.0;"} +{"question_id": 9165, "table_id": "2-16458528-1", "question": "what is the to par when the player is Jack Nicklaus?", "sql": "SELECT \"To par\" FROM \"2-16458528-1\" WHERE \"Player\" = 'Jack Nicklaus';"} +{"question_id": 9166, "table_id": "2-16458528-1", "question": "what is the lowest money ($) when the place is T2 for player Johnny Miller?", "sql": "SELECT MIN(\"Money ( $ )\") FROM \"2-16458528-1\" WHERE \"Place\" = 'T2' AND \"Player\" = 'Johnny Miller';"} +{"question_id": 9167, "table_id": "2-16458528-1", "question": "what is the to par when the score is 69-70-72-72=283?", "sql": "SELECT \"To par\" FROM \"2-16458528-1\" WHERE \"Score\" = '69-70-72-72=283';"} +{"question_id": 9168, "table_id": "2-17607239-3", "question": "What was the venue when the result was 3-2?", "sql": "SELECT \"Venue\" FROM \"2-17607239-3\" WHERE \"Result\" = '3-2';"} +{"question_id": 9169, "table_id": "2-17607239-3", "question": "What competition had a score of 3-0, and a result of 4-1?", "sql": "SELECT \"Competition\" FROM \"2-17607239-3\" WHERE \"Score\" = '3-0' AND \"Result\" = '4-1';"} +{"question_id": 9170, "table_id": "2-16312746-2", "question": "Which Tie no that has an Away team of Altrincham?", "sql": "SELECT \"Tie no\" FROM \"2-16312746-2\" WHERE \"Away team\" = 'Altrincham';"} +{"question_id": 9171, "table_id": "2-16312746-2", "question": "When has a Score of 0–1, and a Tie no of 3?", "sql": "SELECT \"Date\" FROM \"2-16312746-2\" WHERE \"Score\" = '0–1' AND \"Tie no\" = '3';"} +{"question_id": 9172, "table_id": "2-16312746-2", "question": "When has a Tie no of 15?", "sql": "SELECT \"Date\" FROM \"2-16312746-2\" WHERE \"Tie no\" = '15';"} +{"question_id": 9173, "table_id": "2-16312746-2", "question": "Which Away has a Tie no of Replay, and a Score of 2–0?", "sql": "SELECT \"Away team\" FROM \"2-16312746-2\" WHERE \"Tie no\" = 'Replay' AND \"Score\" = '2–0';"} +{"question_id": 9174, "table_id": "2-16312746-2", "question": "Name the Score on 17 December 1979?", "sql": "SELECT \"Score\" FROM \"2-16312746-2\" WHERE \"Date\" = '17 December 1979';"} +{"question_id": 9175, "table_id": "2-16312746-2", "question": "Name the Home team of Tranmere Rovers?", "sql": "SELECT \"Date\" FROM \"2-16312746-2\" WHERE \"Home team\" = 'Tranmere Rovers';"} +{"question_id": 9176, "table_id": "2-171356-2", "question": "what is the area when the census ranking is 2,290 of 5,008?", "sql": "SELECT \"Area km 2\" FROM \"2-171356-2\" WHERE \"Census Ranking\" = '2,290 of 5,008';"} +{"question_id": 9177, "table_id": "2-171356-2", "question": "What is the population when the area km2 is 173.4?", "sql": "SELECT \"Population\" FROM \"2-171356-2\" WHERE \"Area km 2\" = 173.4;"} +{"question_id": 9178, "table_id": "2-171356-2", "question": "what is the census ranking when the area km 2 is 173.4?", "sql": "SELECT \"Census Ranking\" FROM \"2-171356-2\" WHERE \"Area km 2\" = 173.4;"} +{"question_id": 9179, "table_id": "2-1716427-2", "question": "WHAT IS THE FRANCE WITH PEOPLE UNDER 18 OF Sub-Saharan Africa?", "sql": "SELECT \"France\" FROM \"2-1716427-2\" WHERE \"% people under 18 (2005)\" = 'Sub-Saharan Africa';"} +{"question_id": 9180, "table_id": "2-1716427-2", "question": "WHAT IS THE PARIS WITH A FRANCE OF 1.4%?", "sql": "SELECT \"Paris\" FROM \"2-1716427-2\" WHERE \"France\" = '1.4%';"} +{"question_id": 9181, "table_id": "2-1716427-2", "question": "WHAT IS THE VAL-D-OISE WITH A FRANCE OF 1.4%?", "sql": "SELECT \"Val-d'Oise\" FROM \"2-1716427-2\" WHERE \"France\" = '1.4%';"} +{"question_id": 9182, "table_id": "2-1716427-2", "question": "WHAT IS THE VAL-DE-MARNE WITH A Seine-Saint-Denis of 2.7%?", "sql": "SELECT \"Val-de-Marne\" FROM \"2-1716427-2\" WHERE \"Seine-Saint-Denis\" = '2.7%';"} +{"question_id": 9183, "table_id": "2-1716427-2", "question": "WHAT IS A Seine-Saint-Denis WITH A PARIS OF 12.1%?", "sql": "SELECT \"Seine-Saint-Denis\" FROM \"2-1716427-2\" WHERE \"Paris\" = '12.1%';"} +{"question_id": 9184, "table_id": "2-1716427-2", "question": "WHAT IS Val-de-Marne WITH Seine-Saint-Denis of 4.0%?", "sql": "SELECT \"Val-de-Marne\" FROM \"2-1716427-2\" WHERE \"Seine-Saint-Denis\" = '4.0%';"} +{"question_id": 9185, "table_id": "2-17393193-4", "question": "What was the score for the match at the tournament in Canada F7, Toronto?", "sql": "SELECT \"Score\" FROM \"2-17393193-4\" WHERE \"Tournament\" = 'Canada F7, Toronto';"} +{"question_id": 9186, "table_id": "2-17393193-4", "question": "Who were the opponents that played on a Hard surface on July 13, 2008?", "sql": "SELECT \"Opponents\" FROM \"2-17393193-4\" WHERE \"Surface\" = 'Hard' AND \"Date\" = 'July 13, 2008';"} +{"question_id": 9187, "table_id": "2-17393193-4", "question": "What type of surface was played on when the score was 2–6, 6–1, [10–5]?", "sql": "SELECT \"Surface\" FROM \"2-17393193-4\" WHERE \"Score\" = '2–6, 6–1, [10–5]';"} +{"question_id": 9188, "table_id": "2-17393193-4", "question": "What type of surface was played on July 27, 2013?", "sql": "SELECT \"Surface\" FROM \"2-17393193-4\" WHERE \"Date\" = 'July 27, 2013';"} +{"question_id": 9189, "table_id": "2-1743462-1", "question": "What party was the member Peter Howson part of?", "sql": "SELECT \"Party\" FROM \"2-1743462-1\" WHERE \"Member\" = 'Peter Howson';"} +{"question_id": 9190, "table_id": "2-1743462-1", "question": "Who was the electorate when the member was Rex Connor?", "sql": "SELECT \"Electorate\" FROM \"2-1743462-1\" WHERE \"Member\" = 'Rex Connor';"} +{"question_id": 9191, "table_id": "2-1743462-1", "question": "What was the term of office for Noel Beaton?", "sql": "SELECT \"Term of office\" FROM \"2-1743462-1\" WHERE \"Member\" = 'Noel Beaton';"} +{"question_id": 9192, "table_id": "2-1743462-1", "question": "What was the term of office for the electorate Warringah?", "sql": "SELECT \"Term of office\" FROM \"2-1743462-1\" WHERE \"Electorate\" = 'Warringah';"} +{"question_id": 9193, "table_id": "2-16864968-5", "question": "What is the lowest game number that has attendance higher than 15052, and more than 36 points?", "sql": "SELECT MIN(\"Game\") FROM \"2-16864968-5\" WHERE \"Attendance\" > 15052.0 AND \"Points\" > 36.0;"} +{"question_id": 9194, "table_id": "2-16864968-5", "question": "What is the total number of people in attendance when the game was at td banknorth garden, in a game higher than 31?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-16864968-5\" WHERE \"Location\" = 'td banknorth garden' AND \"Game\" > 31.0;"} +{"question_id": 9195, "table_id": "2-16440545-1", "question": "What state is Wesson in?", "sql": "SELECT \"State\" FROM \"2-16440545-1\" WHERE \"Owner\" = 'Wesson';"} +{"question_id": 9196, "table_id": "2-17562992-11", "question": "What is the College/Junior/Club Team (League) when the position is RW, and the player is Don Murdoch?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-17562992-11\" WHERE \"Position\" = 'RW' AND \"Player\" = 'Don Murdoch';"} +{"question_id": 9197, "table_id": "2-17562992-11", "question": "What is the position when the round is less than 2?", "sql": "SELECT \"Position\" FROM \"2-17562992-11\" WHERE \"Round\" < 2.0;"} +{"question_id": 9198, "table_id": "2-17562992-11", "question": "What is the nationality when Claude Periard is the player?", "sql": "SELECT \"Nationality\" FROM \"2-17562992-11\" WHERE \"Player\" = 'Claude Periard';"} +{"question_id": 9199, "table_id": "2-17562992-11", "question": "What is the lowest round for the player Claude Periard?", "sql": "SELECT MIN(\"Round\") FROM \"2-17562992-11\" WHERE \"Player\" = 'Claude Periard';"} +{"question_id": 9200, "table_id": "2-16997067-1", "question": "When did the consort who had Talal I as a spouse die?", "sql": "SELECT \"Died\" FROM \"2-16997067-1\" WHERE \"Spouse to\" = 'Talal I';"} +{"question_id": 9201, "table_id": "2-16997067-1", "question": "Who was the spouse of the consort who was born as Rania al Yassin?", "sql": "SELECT \"Spouse to\" FROM \"2-16997067-1\" WHERE \"Born as\" = 'Rania al Yassin';"} +{"question_id": 9202, "table_id": "2-17100961-67", "question": "When the Overall is under 102, what's the round played?", "sql": "SELECT \"Round\" FROM \"2-17100961-67\" WHERE \"Overall\" < 102.0;"} +{"question_id": 9203, "table_id": "2-17323777-2", "question": "What is the highest Week, when Date is \"November 8, 1970\"?", "sql": "SELECT MAX(\"Week\") FROM \"2-17323777-2\" WHERE \"Date\" = 'November 8, 1970';"} +{"question_id": 9204, "table_id": "2-17323777-2", "question": "What is the lowest Attendance, when Date is \"december 20, 1970\", and when Week is less than 14?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17323777-2\" WHERE \"Date\" = 'december 20, 1970' AND \"Week\" < 14.0;"} +{"question_id": 9205, "table_id": "2-17323777-2", "question": "What is Opponent, when Week is \"5\"?", "sql": "SELECT \"Opponent\" FROM \"2-17323777-2\" WHERE \"Week\" = 5.0;"} +{"question_id": 9206, "table_id": "2-16299790-4", "question": "What is the place with the 68 score?", "sql": "SELECT \"Place\" FROM \"2-16299790-4\" WHERE \"Score\" = 68.0;"} +{"question_id": 9207, "table_id": "2-16400024-4", "question": "what is the voltage when release date is June 2001 and frequency is 1.13GHz?", "sql": "SELECT \"Voltage\" FROM \"2-16400024-4\" WHERE \"Release Date\" = 'June 2001' AND \"Frequency\" = '1.13GHz';"} +{"question_id": 9208, "table_id": "2-16400024-4", "question": "what is the part number(s) when l2 cache is 512 KB, release date is June 2001 and sSpec number is SL5LV, SL5PU, SL6BW, SL6JM?", "sql": "SELECT \"Part Number(s)\" FROM \"2-16400024-4\" WHERE \"L2 Cache\" = '512 KB' AND \"Release Date\" = 'June 2001' AND \"sSpec Number\" = 'SL5LV, SL5PU, SL6BW, SL6JM';"} +{"question_id": 9209, "table_id": "2-16400024-4", "question": "What is the L2 Cache when the Part Number(s) is RK80530PZ014256?", "sql": "SELECT \"L2 Cache\" FROM \"2-16400024-4\" WHERE \"Part Number(s)\" = 'RK80530PZ014256';"} +{"question_id": 9210, "table_id": "2-16400024-4", "question": "What is the Release Date when sSpec Number is SL5XL, SL657, SL6BY, SL6JP?", "sql": "SELECT \"Release Date\" FROM \"2-16400024-4\" WHERE \"sSpec Number\" = 'SL5XL, SL657, SL6BY, SL6JP';"} +{"question_id": 9211, "table_id": "2-16400024-4", "question": "What is the Socket when the Part Number(s) is RK80530PZ001256?", "sql": "SELECT \"Socket\" FROM \"2-16400024-4\" WHERE \"Part Number(s)\" = 'RK80530PZ001256';"} +{"question_id": 9212, "table_id": "2-16779952-1", "question": "what is the semifinalists when the surface is Hard (i)?", "sql": "SELECT \"Semifinalists\" FROM \"2-16779952-1\" WHERE \"Surface\" = 'Hard (i)';"} +{"question_id": 9213, "table_id": "2-16779952-1", "question": "what is the surface when the winner and score is Gustavo Kuerten 6-4, 7-5, 7-6(6)?", "sql": "SELECT \"Surface\" FROM \"2-16779952-1\" WHERE \"Winner and score\" = 'Gustavo Kuerten 6-4, 7-5, 7-6(6)';"} +{"question_id": 9214, "table_id": "2-16779952-1", "question": "who is the winner and score for the week of August 9?", "sql": "SELECT \"Winner and score\" FROM \"2-16779952-1\" WHERE \"Week\" = 'August 9';"} +{"question_id": 9215, "table_id": "2-16779952-1", "question": "what is the surface for the week of October 25?", "sql": "SELECT \"Surface\" FROM \"2-16779952-1\" WHERE \"Week\" = 'October 25';"} +{"question_id": 9216, "table_id": "2-16779952-1", "question": "who is the winner and score for finalist Sébastien Grosjean?", "sql": "SELECT \"Winner and score\" FROM \"2-16779952-1\" WHERE \"Finalist\" = 'Sébastien Grosjean';"} +{"question_id": 9217, "table_id": "2-16779952-1", "question": "what is the week when the finalist is Marcelo Ríos?", "sql": "SELECT \"Week\" FROM \"2-16779952-1\" WHERE \"Finalist\" = 'Marcelo Ríos';"} +{"question_id": 9218, "table_id": "2-16625915-2", "question": "What country did Chris Witty represent?", "sql": "SELECT \"Nation\" FROM \"2-16625915-2\" WHERE \"Name\" = 'Chris Witty';"} +{"question_id": 9219, "table_id": "2-16625915-2", "question": "On what day was the record set at the 2002 Salt Lake City games with a time of 3:57.70?", "sql": "SELECT \"Date\" FROM \"2-16625915-2\" WHERE \"Games\" = '2002 Salt Lake City' AND \"Time\" = '3:57.70';"} +{"question_id": 9220, "table_id": "2-16625915-2", "question": "Who set the record in the 500 metres event?", "sql": "SELECT \"Name\" FROM \"2-16625915-2\" WHERE \"Event\" = '500 metres';"} +{"question_id": 9221, "table_id": "2-16663506-1", "question": "What is the name of the CB pos in the 2012 culb CN Sabadell?", "sql": "SELECT \"Name\" FROM \"2-16663506-1\" WHERE \"Pos.\" = 'CB' AND \"2012 club\" = 'CN Sabadell';"} +{"question_id": 9222, "table_id": "2-16663506-1", "question": "What is the name for the 2012 CN Sabadell?", "sql": "SELECT \"Name\" FROM \"2-16663506-1\" WHERE \"2012 club\" = 'CN Sabadell';"} +{"question_id": 9223, "table_id": "2-16663506-1", "question": "What is the weight of the CF pos on the 2012 CN Sabadell team?", "sql": "SELECT \"Weight\" FROM \"2-16663506-1\" WHERE \"Pos.\" = 'CF' AND \"2012 club\" = 'CN Sabadell';"} +{"question_id": 9224, "table_id": "2-17026847-9", "question": "When was the attendance 3686?", "sql": "SELECT \"Date\" FROM \"2-17026847-9\" WHERE \"Attendance\" = 3686.0;"} +{"question_id": 9225, "table_id": "2-17026847-9", "question": "What is the away team whose home is Victoria?", "sql": "SELECT \"Away\" FROM \"2-17026847-9\" WHERE \"Home\" = 'Victoria';"} +{"question_id": 9226, "table_id": "2-17026847-9", "question": "What was the attendance when the away team was Real Espana?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17026847-9\" WHERE \"Away\" = 'Real Espana';"} +{"question_id": 9227, "table_id": "2-16808224-1", "question": "Where is NAC Breda club located?", "sql": "SELECT \"Location\" FROM \"2-16808224-1\" WHERE \"Club\" = 'NAC Breda';"} +{"question_id": 9228, "table_id": "2-16808224-1", "question": "Ron Jans is a manager of which kit maker?", "sql": "SELECT \"Kit maker\" FROM \"2-16808224-1\" WHERE \"Manager\" = 'Ron Jans';"} +{"question_id": 9229, "table_id": "2-16808224-1", "question": "Which manager sponsor Arke shirt?", "sql": "SELECT \"Manager\" FROM \"2-16808224-1\" WHERE \"Shirt sponsor\" = 'Arke';"} +{"question_id": 9230, "table_id": "2-16808224-1", "question": "Which kit maker have Trond Sollied as a manager?", "sql": "SELECT \"Kit maker\" FROM \"2-16808224-1\" WHERE \"Manager\" = 'Trond Sollied';"} +{"question_id": 9231, "table_id": "2-16808224-1", "question": "Who is the manager of club FC Twente?", "sql": "SELECT \"Manager\" FROM \"2-16808224-1\" WHERE \"Club\" = 'FC Twente';"} +{"question_id": 9232, "table_id": "2-17206737-7", "question": "What is the date of the game with 62 points?", "sql": "SELECT \"Date\" FROM \"2-17206737-7\" WHERE \"Points\" = 62.0;"} +{"question_id": 9233, "table_id": "2-17206737-7", "question": "Who was the home team on January 4?", "sql": "SELECT \"Home\" FROM \"2-17206737-7\" WHERE \"Date\" = 'January 4';"} +{"question_id": 9234, "table_id": "2-16669584-1", "question": "What is Player, when Years With Spurs is 1988-95?", "sql": "SELECT \"Player\" FROM \"2-16669584-1\" WHERE \"Years with Spurs\" = '1988-95';"} +{"question_id": 9235, "table_id": "2-16669584-1", "question": "What is Height in Ft., when Years With Spurs is 1973-74?", "sql": "SELECT \"Height in Ft.\" FROM \"2-16669584-1\" WHERE \"Years with Spurs\" = '1973-74';"} +{"question_id": 9236, "table_id": "2-16669584-1", "question": "What is Position, when School/Previous Club Team/Country is Kentucky?", "sql": "SELECT \"Position\" FROM \"2-16669584-1\" WHERE \"School/Previous Club Team/Country\" = 'Kentucky';"} +{"question_id": 9237, "table_id": "2-16669584-1", "question": "What is Position, when Height in Ft. is 6-10?", "sql": "SELECT \"Position\" FROM \"2-16669584-1\" WHERE \"Height in Ft.\" = '6-10';"} +{"question_id": 9238, "table_id": "2-16912045-6", "question": "What was the lowest fumble with an average of less than 5.7 and 236 yards?", "sql": "SELECT MIN(\"Fumbles\") FROM \"2-16912045-6\" WHERE \"Avg.\" < 5.7 AND \"Yards\" = 236.0;"} +{"question_id": 9239, "table_id": "2-16912045-6", "question": "What was buck pierce's highest average when there were less than 2 fumbles?", "sql": "SELECT MAX(\"Avg.\") FROM \"2-16912045-6\" WHERE \"Player\" = 'buck pierce' AND \"Fumbles\" < 2.0;"} +{"question_id": 9240, "table_id": "2-171222-1", "question": "What is the census ranking for the community with an area smaller than 9.94 km2 and a population smaller than 817?", "sql": "SELECT \"Census Ranking\" FROM \"2-171222-1\" WHERE \"Area km 2\" < 9.94 AND \"Population\" < 817.0;"} +{"question_id": 9241, "table_id": "2-171222-1", "question": "What is the area (in km2) for the community that has a status of village, a census ranking of 2,471 of 5,008, and a population of less than 748?", "sql": "SELECT SUM(\"Area km 2\") FROM \"2-171222-1\" WHERE \"Status\" = 'village' AND \"Census Ranking\" = '2,471 of 5,008' AND \"Population\" < 748.0;"} +{"question_id": 9242, "table_id": "2-171222-1", "question": "What is the status for Pointe-Verte, with a population smaller than 1137?", "sql": "SELECT \"Status\" FROM \"2-171222-1\" WHERE \"Population\" < 1137.0 AND \"Official Name\" = 'Pointe-Verte';"} +{"question_id": 9243, "table_id": "2-171222-1", "question": "What is the area (in km2) for the village of paquetville, with a population over 706?", "sql": "SELECT AVG(\"Area km 2\") FROM \"2-171222-1\" WHERE \"Status\" = 'village' AND \"Official Name\" = 'paquetville' AND \"Population\" > 706.0;"} +{"question_id": 9244, "table_id": "2-171222-1", "question": "What is the area (in km2) for the Town of Lamèque, with a population of less than 4351?", "sql": "SELECT AVG(\"Area km 2\") FROM \"2-171222-1\" WHERE \"Status\" = 'Town' AND \"Population\" < 4351.0 AND \"Official Name\" = 'Lamèque';"} +{"question_id": 9245, "table_id": "2-17058226-6", "question": "Who had the high assists in Game 22?", "sql": "SELECT \"High assists\" FROM \"2-17058226-6\" WHERE \"Game\" = 22.0;"} +{"question_id": 9246, "table_id": "2-17058226-6", "question": "On December 3, where was the game held and how many were in attendance?", "sql": "SELECT \"Location Attendance\" FROM \"2-17058226-6\" WHERE \"Date\" = 'December 3';"} +{"question_id": 9247, "table_id": "2-16351707-1", "question": "Which venue is rank 3?", "sql": "SELECT \"Venue\" FROM \"2-16351707-1\" WHERE \"Rank\" = '3';"} +{"question_id": 9248, "table_id": "2-16351707-1", "question": "Which opponent played in 2001/02?", "sql": "SELECT \"Opponent\" FROM \"2-16351707-1\" WHERE \"Season\" = '2001/02';"} +{"question_id": 9249, "table_id": "2-16351707-1", "question": "Which season is rank 4?", "sql": "SELECT \"Season\" FROM \"2-16351707-1\" WHERE \"Rank\" = '4';"} +{"question_id": 9250, "table_id": "2-16351707-1", "question": "Which season has rank 2?", "sql": "SELECT \"Season\" FROM \"2-16351707-1\" WHERE \"Rank\" = '2';"} +{"question_id": 9251, "table_id": "2-17051669-1", "question": "What conference has 2009 as the season, with Super Leg Final as the format?", "sql": "SELECT \"Conference\" FROM \"2-17051669-1\" WHERE \"Season\" = 2009.0 AND \"Format\" = 'Super Leg Final';"} +{"question_id": 9252, "table_id": "2-17051669-1", "question": "What series has a season after 2008, Super Leg Final as the format, and Conference V as the conference?", "sql": "SELECT \"Series\" FROM \"2-17051669-1\" WHERE \"Season\" > 2008.0 AND \"Format\" = 'Super Leg Final' AND \"Conference\" = 'Conference V';"} +{"question_id": 9253, "table_id": "2-17051669-1", "question": "Which series has a season prior to 2009?", "sql": "SELECT \"Series\" FROM \"2-17051669-1\" WHERE \"Season\" < 2009.0;"} +{"question_id": 9254, "table_id": "2-17051669-1", "question": "What format has Conference III as the conference?", "sql": "SELECT \"Format\" FROM \"2-17051669-1\" WHERE \"Conference\" = 'Conference III';"} +{"question_id": 9255, "table_id": "2-169523-2", "question": "Round 3 with less than 54 for Round 4?", "sql": "SELECT \"Round 3\" FROM \"2-169523-2\" WHERE \"Round 4\" = '54';"} +{"question_id": 9256, "table_id": "2-169523-2", "question": "Round 4 for larger than 19 Round 1 and a 27 Round 2?", "sql": "SELECT \"Round 4\" FROM \"2-169523-2\" WHERE \"Round 1\" > 19.0 AND \"Round 2\" = '27';"} +{"question_id": 9257, "table_id": "2-169523-2", "question": "Round 3 with a round 4 of 50?", "sql": "SELECT \"Round 3\" FROM \"2-169523-2\" WHERE \"Round 4\" = '50';"} +{"question_id": 9258, "table_id": "2-17086481-2", "question": "How much did the away team B3 score on August 12, 2014?", "sql": "SELECT \"Score\" FROM \"2-17086481-2\" WHERE \"Away Team\" = 'B3' AND \"Date\" = 'August 12, 2014';"} +{"question_id": 9259, "table_id": "2-17086481-2", "question": "Which away team played on June 9, 2015 with a home team of F1?", "sql": "SELECT \"Away Team\" FROM \"2-17086481-2\" WHERE \"Date\" = 'June 9, 2015' AND \"Home Team\" = 'F1';"} +{"question_id": 9260, "table_id": "2-1637043-4", "question": "Which Margin has a Winning score of –7 (71-72-67-71=281)?", "sql": "SELECT \"Margin\" FROM \"2-1637043-4\" WHERE \"Winning score\" = '–7 (71-72-67-71=281)';"} +{"question_id": 9261, "table_id": "2-1637043-4", "question": "Which Year has a Runner(s)-up of Tammie Green?", "sql": "SELECT MIN(\"Year\") FROM \"2-1637043-4\" WHERE \"Runner(s)-up\" = 'Tammie Green';"} +{"question_id": 9262, "table_id": "2-1637043-4", "question": "Which Year has a Winning score of –4 (69-72-70-69=280)?", "sql": "SELECT MIN(\"Year\") FROM \"2-1637043-4\" WHERE \"Winning score\" = '–4 (69-72-70-69=280)';"} +{"question_id": 9263, "table_id": "2-17120402-2", "question": "What work was nominated at Rockferendum 2007 and got 1st Place and got the award for Best Album?", "sql": "SELECT \"Nominated work\" FROM \"2-17120402-2\" WHERE \"Type\" = 'Rockferendum 2007' AND \"Position\" = '1st Place' AND \"Award\" = 'Best Album';"} +{"question_id": 9264, "table_id": "2-17120402-2", "question": "What was the position that the nominated work La Quinta Esencia, which also won an award for Best CD Coverbox, won?", "sql": "SELECT \"Position\" FROM \"2-17120402-2\" WHERE \"Nominated work\" = 'La Quinta Esencia' AND \"Award\" = 'Best CD Coverbox';"} +{"question_id": 9265, "table_id": "2-17120402-2", "question": "What was the type that had an award for Song Of The Year and the position of 3rd Place?", "sql": "SELECT \"Type\" FROM \"2-17120402-2\" WHERE \"Award\" = 'Song Of The Year' AND \"Position\" = '3rd Place';"} +{"question_id": 9266, "table_id": "2-16458279-3", "question": "In what place is Phil Mickelson?", "sql": "SELECT \"Place\" FROM \"2-16458279-3\" WHERE \"Player\" = 'Phil Mickelson';"} +{"question_id": 9267, "table_id": "2-16458279-3", "question": "The score of 73-71-70=214 belongs to what country?", "sql": "SELECT \"Country\" FROM \"2-16458279-3\" WHERE \"Score\" = '73-71-70=214';"} +{"question_id": 9268, "table_id": "2-16458279-3", "question": "Which country has a score of 73-74-69=216?", "sql": "SELECT \"Country\" FROM \"2-16458279-3\" WHERE \"Score\" = '73-74-69=216';"} +{"question_id": 9269, "table_id": "2-17085981-2", "question": "Which team had Christoph John as an outgoing manager?", "sql": "SELECT \"Team\" FROM \"2-17085981-2\" WHERE \"Outgoing manager\" = 'Christoph John';"} +{"question_id": 9270, "table_id": "2-1670921-4", "question": "In what venue was the Batting team India who featured partners Sachin Tendulkar and Rahul Dravid?", "sql": "SELECT \"Venue\" FROM \"2-1670921-4\" WHERE \"Batting team\" = 'India' AND \"Batting partners\" = 'Sachin Tendulkar and Rahul Dravid';"} +{"question_id": 9271, "table_id": "2-1670921-4", "question": "In what venue did the fielding team Sri Lanka play?", "sql": "SELECT \"Venue\" FROM \"2-1670921-4\" WHERE \"Fielding team\" = 'Sri Lanka';"} +{"question_id": 9272, "table_id": "2-1670921-4", "question": "What was the wicket ranking for the match featuring partners Mohammad Azharuddin and Ajay Jadeja and also a fielding team of Sri Lanka?", "sql": "SELECT \"Wicket\" FROM \"2-1670921-4\" WHERE \"Batting partners\" = 'Mohammad Azharuddin and Ajay Jadeja' AND \"Fielding team\" = 'Sri Lanka';"} +{"question_id": 9273, "table_id": "2-1670921-4", "question": "What was the wicket ranking for the match that had a fielding team of Sri Lanka?", "sql": "SELECT \"Wicket\" FROM \"2-1670921-4\" WHERE \"Fielding team\" = 'Sri Lanka';"} +{"question_id": 9274, "table_id": "2-17440681-7", "question": "What date was the game against Inverurie Loco Works when more than 342 attend?", "sql": "SELECT \"Date\" FROM \"2-17440681-7\" WHERE \"Attendance\" > 342.0 AND \"Opponent\" = 'Inverurie Loco Works';"} +{"question_id": 9275, "table_id": "2-17121663-4", "question": "Which Score has a Date of July 20?", "sql": "SELECT \"Score\" FROM \"2-17121663-4\" WHERE \"Date\" = 'July 20';"} +{"question_id": 9276, "table_id": "2-17121663-4", "question": "Which Score has a Date of May 20?", "sql": "SELECT \"Score\" FROM \"2-17121663-4\" WHERE \"Date\" = 'May 20';"} +{"question_id": 9277, "table_id": "2-17121663-4", "question": "Which Result has a Score of 69-81?", "sql": "SELECT \"Result\" FROM \"2-17121663-4\" WHERE \"Score\" = '69-81';"} +{"question_id": 9278, "table_id": "2-17121663-4", "question": "Which Record has a Date of June 26?", "sql": "SELECT \"Record\" FROM \"2-17121663-4\" WHERE \"Date\" = 'June 26';"} +{"question_id": 9279, "table_id": "2-17121663-4", "question": "Which Date has a Record of 6-6?", "sql": "SELECT \"Date\" FROM \"2-17121663-4\" WHERE \"Record\" = '6-6';"} +{"question_id": 9280, "table_id": "2-17121663-4", "question": "Which Score has a Record of 5-4?", "sql": "SELECT \"Score\" FROM \"2-17121663-4\" WHERE \"Record\" = '5-4';"} +{"question_id": 9281, "table_id": "2-17326036-6", "question": "Who had the highest rebounds on December 30?", "sql": "SELECT \"High rebounds\" FROM \"2-17326036-6\" WHERE \"Date\" = 'December 30';"} +{"question_id": 9282, "table_id": "2-17326036-6", "question": "Who had the highest assists on the L.A. Lakers?", "sql": "SELECT \"High assists\" FROM \"2-17326036-6\" WHERE \"Team\" = 'L.A. Lakers';"} +{"question_id": 9283, "table_id": "2-17311466-2", "question": "What is the Opponent of the game after October 28?", "sql": "SELECT \"Opponent\" FROM \"2-17311466-2\" WHERE \"October\" > 28.0;"} +{"question_id": 9284, "table_id": "2-17311466-2", "question": "What is the Opponent before October 31 with a Record of 2-3-1 after Game 5?", "sql": "SELECT \"Opponent\" FROM \"2-17311466-2\" WHERE \"October\" < 31.0 AND \"Game\" > 5.0 AND \"Record\" = '2-3-1';"} +{"question_id": 9285, "table_id": "2-17621978-9", "question": "What opponent had a record of 37-27?", "sql": "SELECT \"Opponent\" FROM \"2-17621978-9\" WHERE \"Record\" = '37-27';"} +{"question_id": 9286, "table_id": "2-17621978-9", "question": "What date was the game played at the Delta Center?", "sql": "SELECT \"Date\" FROM \"2-17621978-9\" WHERE \"Location\" = 'Delta Center';"} +{"question_id": 9287, "table_id": "2-17621978-9", "question": "What was the total games played at the Staples Center?", "sql": "SELECT SUM(\"Game\") FROM \"2-17621978-9\" WHERE \"Location\" = 'Staples Center';"} +{"question_id": 9288, "table_id": "2-17621978-9", "question": "What's the score if the record was 38-30?", "sql": "SELECT \"Score\" FROM \"2-17621978-9\" WHERE \"Record\" = '38-30';"} +{"question_id": 9289, "table_id": "2-16678064-9", "question": "Can you tell me the lowest Long that has the Yards 293, and the Returns smaller than 16?", "sql": "SELECT MIN(\"Long\") FROM \"2-16678064-9\" WHERE \"Yards\" = 293.0 AND \"Returns\" < 16.0;"} +{"question_id": 9290, "table_id": "2-16678064-9", "question": "Can you tell me the Player that has the Long larger than 28, and the Yards of 222?", "sql": "SELECT \"Player\" FROM \"2-16678064-9\" WHERE \"Long\" > 28.0 AND \"Yards\" = 222.0;"} +{"question_id": 9291, "table_id": "2-16678064-9", "question": "Can you tell me the total number of Yards per return that has the Player of gizmo williams, and the Games smaller than 13?", "sql": "SELECT COUNT(\"Yards per return\") FROM \"2-16678064-9\" WHERE \"Player\" = 'gizmo williams' AND \"Games\" < 13.0;"} +{"question_id": 9292, "table_id": "2-17021016-1", "question": "What was the date of the match against Western Province?", "sql": "SELECT \"Date\" FROM \"2-17021016-1\" WHERE \"Opposing Team\" = 'Western Province';"} +{"question_id": 9293, "table_id": "2-17021016-1", "question": "What was the sum of the numbers listed under against when Currie Cup \"B\" Section was the opposing team?", "sql": "SELECT SUM(\"Against\") FROM \"2-17021016-1\" WHERE \"Opposing Team\" = 'Currie Cup \"B\" Section';"} +{"question_id": 9294, "table_id": "2-169719-4", "question": "Which Rank has a Total larger than 30, and a Bronze of 14?", "sql": "SELECT AVG(\"Rank\") FROM \"2-169719-4\" WHERE \"Total\" > 30.0 AND \"Bronze\" = 14.0;"} +{"question_id": 9295, "table_id": "2-169719-4", "question": "How much Gold has a Silver smaller than 3, and a Total of 9, and a Bronze smaller than 1?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-169719-4\" WHERE \"Silver\" < 3.0 AND \"Total\" = 9.0 AND \"Bronze\" < 1.0;"} +{"question_id": 9296, "table_id": "2-169719-4", "question": "How much Gold has a Silver smaller than 14, and a Rank larger than 8, and a Bronze of 3?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-169719-4\" WHERE \"Silver\" < 14.0 AND \"Rank\" > 8.0 AND \"Bronze\" = 3.0;"} +{"question_id": 9297, "table_id": "2-169719-4", "question": "How much Bronze has a Silver larger than 2, and a Nation of mixed team, and a Rank larger than 4?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-169719-4\" WHERE \"Silver\" > 2.0 AND \"Nation\" = 'mixed team' AND \"Rank\" > 4.0;"} +{"question_id": 9298, "table_id": "2-17338813-6", "question": "What is Attendance, when Date is \"26 December 2004\"?", "sql": "SELECT \"Attendance\" FROM \"2-17338813-6\" WHERE \"Date\" = '26 December 2004';"} +{"question_id": 9299, "table_id": "2-17338813-6", "question": "WhAt is the AverAge AttendAnce, when Venue is \"A\", And when DAte is \"5 January 2005\"?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-17338813-6\" WHERE \"Venue\" = 'A' AND \"Date\" = '5 January 2005';"} +{"question_id": 9300, "table_id": "2-17338813-6", "question": "What is Venue, when Result is \"0-0\"?", "sql": "SELECT \"Venue\" FROM \"2-17338813-6\" WHERE \"Result\" = '0-0';"} +{"question_id": 9301, "table_id": "2-17338813-6", "question": "What is Attendance, when Result is \"2-4\"?", "sql": "SELECT \"Attendance\" FROM \"2-17338813-6\" WHERE \"Result\" = '2-4';"} +{"question_id": 9302, "table_id": "2-16677972-2", "question": "What's the total attendance of games against the new york giants after week 13?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-16677972-2\" WHERE \"Week\" > 13.0 AND \"Opponent\" = 'new york giants';"} +{"question_id": 9303, "table_id": "2-16677972-2", "question": "What's the date of the week 12 game whose attendance was larger than 64721?", "sql": "SELECT \"Date\" FROM \"2-16677972-2\" WHERE \"Attendance\" > 64721.0 AND \"Week\" = 12.0;"} +{"question_id": 9304, "table_id": "2-16677972-2", "question": "Which week was the November 5, 1978 game which had an attendance larger than 62989?", "sql": "SELECT \"Week\" FROM \"2-16677972-2\" WHERE \"Attendance\" > 62989.0 AND \"Date\" = 'November 5, 1978';"} +{"question_id": 9305, "table_id": "2-17473119-2", "question": "What is the lowest rank of the building with 12 floors?", "sql": "SELECT MIN(\"Rank\") FROM \"2-17473119-2\" WHERE \"Floors*\" = 12.0;"} +{"question_id": 9306, "table_id": "2-17473119-2", "question": "What is the rank of the RiverPark Place Tower 2 with under 62 floors, and a construction date of 2008?", "sql": "SELECT \"Rank\" FROM \"2-17473119-2\" WHERE \"Floors*\" < 62.0 AND \"Year* (est.)\" = '2008' AND \"Name\" = 'RiverPark Place Tower 2';"} +{"question_id": 9307, "table_id": "2-16570286-1", "question": "Which player has less than 2 in the 100s category, more than 4 matches, and an average greater than 42.75?", "sql": "SELECT \"Player\" FROM \"2-16570286-1\" WHERE \"100s\" < 2.0 AND \"Average\" > 42.75 AND \"Matches\" > 4.0;"} +{"question_id": 9308, "table_id": "2-16570286-1", "question": "How many matches have a 100s category less than 0?", "sql": "SELECT COUNT(\"Matches\") FROM \"2-16570286-1\" WHERE \"100s\" < 0.0;"} +{"question_id": 9309, "table_id": "2-16570286-1", "question": "What is the average number of innings with more than 3 in the 100s category?", "sql": "SELECT AVG(\"Innings\") FROM \"2-16570286-1\" WHERE \"100s\" > 3.0;"} +{"question_id": 9310, "table_id": "2-16570286-1", "question": "What is the largest number of innings with less than 342 runs and more than 4 matches?", "sql": "SELECT MAX(\"Innings\") FROM \"2-16570286-1\" WHERE \"Runs\" < 342.0 AND \"Matches\" > 4.0;"} +{"question_id": 9311, "table_id": "2-16570286-1", "question": "What is the average value in the 100s category when the high score is 196?", "sql": "SELECT AVG(\"100s\") FROM \"2-16570286-1\" WHERE \"Highest Score\" = '196';"} +{"question_id": 9312, "table_id": "2-16677874-1", "question": "A Round larger than 1, a College of oklahoma state, and a average Pick # that has a Position of tight end is what?", "sql": "SELECT AVG(\"Pick #\") FROM \"2-16677874-1\" WHERE \"Position\" = 'tight end' AND \"College\" = 'oklahoma state' AND \"Round\" > 1.0;"} +{"question_id": 9313, "table_id": "2-16677874-1", "question": "A Pick # larger than 339 and the College that has a Round of 14 is what?", "sql": "SELECT \"College\" FROM \"2-16677874-1\" WHERE \"Round\" = 14.0 AND \"Pick #\" > 339.0;"} +{"question_id": 9314, "table_id": "2-16677874-1", "question": "Pick # of 331 went to which college?", "sql": "SELECT \"College\" FROM \"2-16677874-1\" WHERE \"Pick #\" = 331.0;"} +{"question_id": 9315, "table_id": "2-16677874-1", "question": "Pick # of 203 went to which college?", "sql": "SELECT \"College\" FROM \"2-16677874-1\" WHERE \"Pick #\" = 203.0;"} +{"question_id": 9316, "table_id": "2-17565713-1", "question": "What is the width feet in meeters for the truss with a source of NBI (2009)?", "sql": "SELECT \"Width feet (m)\" FROM \"2-17565713-1\" WHERE \"Source (Year)\" = 'NBI (2009)';"} +{"question_id": 9317, "table_id": "2-17565713-1", "question": "What is the width for hte truss with a source of Zacher (1994)?", "sql": "SELECT \"Width feet (m)\" FROM \"2-17565713-1\" WHERE \"Source (Year)\" = 'Zacher (1994)';"} +{"question_id": 9318, "table_id": "2-17470560-2", "question": "Which Articulatory class has and Aspirated stop of ㅍ?", "sql": "SELECT \"Articulatory class\" FROM \"2-17470560-2\" WHERE \"Aspirated stop\" = 'ㅍ';"} +{"question_id": 9319, "table_id": "2-17470560-2", "question": "Which Non- stop has an Aspirated stop of ㅎ?", "sql": "SELECT \"Non- stop\" FROM \"2-17470560-2\" WHERE \"Aspirated stop\" = 'ㅎ';"} +{"question_id": 9320, "table_id": "2-17470560-2", "question": "If the Non- stop is (ㆁ), what is the Articulatory Class?", "sql": "SELECT \"Articulatory class\" FROM \"2-17470560-2\" WHERE \"Non- stop\" = '(ㆁ)';"} +{"question_id": 9321, "table_id": "2-17470560-2", "question": "Which Aspirated stop has a \"Muddy\" voice of ㄲ?", "sql": "SELECT \"Aspirated stop\" FROM \"2-17470560-2\" WHERE \"\"\"Muddy\"\" voice\" = 'ㄲ';"} +{"question_id": 9322, "table_id": "2-17470560-2", "question": "If the Plain stop is ㄷ, what is the Non- stop?", "sql": "SELECT \"Non- stop\" FROM \"2-17470560-2\" WHERE \"Plain stop\" = 'ㄷ';"} +{"question_id": 9323, "table_id": "2-17470560-2", "question": "If the \"Muddy\" voice is ᅇ, ㆅ, what is the Articulatory class?", "sql": "SELECT \"Articulatory class\" FROM \"2-17470560-2\" WHERE \"\"\"Muddy\"\" voice\" = 'ᅇ, ㆅ';"} +{"question_id": 9324, "table_id": "2-16710956-1", "question": "What round was Joe Sims picked?", "sql": "SELECT AVG(\"Round\") FROM \"2-16710956-1\" WHERE \"Player\" = 'Joe Sims';"} +{"question_id": 9325, "table_id": "2-16710956-1", "question": "What was Moe Gardner's pick?", "sql": "SELECT \"Pick\" FROM \"2-16710956-1\" WHERE \"Player\" = 'Moe Gardner';"} +{"question_id": 9326, "table_id": "2-16710956-1", "question": "What was the highest round that had Northwestern?", "sql": "SELECT MAX(\"Round\") FROM \"2-16710956-1\" WHERE \"School\" = 'Northwestern';"} +{"question_id": 9327, "table_id": "2-165470-1", "question": "Which Total population (2010 census) has an Area (km 2) smaller than 147307.00?", "sql": "SELECT MAX(\"Total population (2010 census)\") FROM \"2-165470-1\" WHERE \"Area (km 2 )\" < 147307.0;"} +{"question_id": 9328, "table_id": "2-165470-1", "question": "Which Total population (2005 estimate) has a Total population (2010 census) of 3626119?", "sql": "SELECT AVG(\"Total population (2005 estimate)\") FROM \"2-165470-1\" WHERE \"Total population (2010 census)\" = 3626119.0;"} +{"question_id": 9329, "table_id": "2-165470-1", "question": "Which Total population (2005 estimate) has a Province of west kalimantan (kalimantan barat), and an Area (km 2) smaller than 147307.00?", "sql": "SELECT AVG(\"Total population (2005 estimate)\") FROM \"2-165470-1\" WHERE \"Province\" = 'west kalimantan (kalimantan barat)' AND \"Area (km 2 )\" < 147307.0;"} +{"question_id": 9330, "table_id": "2-17562956-7", "question": "who is the opponent after march 21 and the game is 75?", "sql": "SELECT \"Opponent\" FROM \"2-17562956-7\" WHERE \"March\" > 21.0 AND \"Game\" = 75.0;"} +{"question_id": 9331, "table_id": "2-17562956-7", "question": "what is the game when march is 15?", "sql": "SELECT SUM(\"Game\") FROM \"2-17562956-7\" WHERE \"March\" = 15.0;"} +{"question_id": 9332, "table_id": "2-17562956-7", "question": "what is the score when the game is higher than 66 on march 28?", "sql": "SELECT \"Score\" FROM \"2-17562956-7\" WHERE \"Game\" > 66.0 AND \"March\" = 28.0;"} +{"question_id": 9333, "table_id": "2-16653153-14", "question": "What was the report for an away team of Sydney Spirit and score of 96-87?", "sql": "SELECT \"Report\" FROM \"2-16653153-14\" WHERE \"Away team\" = 'Sydney Spirit' AND \"Score\" = '96-87';"} +{"question_id": 9334, "table_id": "2-16653153-14", "question": "Who was the home team with a score of 101-93?", "sql": "SELECT \"Home team\" FROM \"2-16653153-14\" WHERE \"Score\" = '101-93';"} +{"question_id": 9335, "table_id": "2-16653153-14", "question": "What was the score for the Perth Wildcats as away team?", "sql": "SELECT \"Score\" FROM \"2-16653153-14\" WHERE \"Away team\" = 'Perth Wildcats';"} +{"question_id": 9336, "table_id": "2-16653153-14", "question": "On what date were the Melbourne Tigers the home team?", "sql": "SELECT \"Date\" FROM \"2-16653153-14\" WHERE \"Home team\" = 'Melbourne Tigers';"} +{"question_id": 9337, "table_id": "2-16921290-2", "question": "Which challenge loser has a Challenge Winner of Roseny?", "sql": "SELECT \"Challenge Loser\" FROM \"2-16921290-2\" WHERE \"Challenge Winner\" = 'Roseny';"} +{"question_id": 9338, "table_id": "2-16921290-2", "question": "Which episode has a Challenge Winner of Berto?", "sql": "SELECT \"Episode\" FROM \"2-16921290-2\" WHERE \"Challenge Winner\" = 'Berto';"} +{"question_id": 9339, "table_id": "2-16921290-2", "question": "Which winner has a Challenge Loser of Alexcy?", "sql": "SELECT \"Challenge Winner\" FROM \"2-16921290-2\" WHERE \"Challenge Loser\" = 'Alexcy';"} +{"question_id": 9340, "table_id": "2-16921290-2", "question": "Which episode has a 7 Deadly Sin of Fire?", "sql": "SELECT \"Episode\" FROM \"2-16921290-2\" WHERE \"7 Deadly Sin\" = 'Fire';"} +{"question_id": 9341, "table_id": "2-16921290-2", "question": "Which winner has a Challenge Loser of Gisel?", "sql": "SELECT \"Challenge Winner\" FROM \"2-16921290-2\" WHERE \"Challenge Loser\" = 'Gisel';"} +{"question_id": 9342, "table_id": "2-16590039-1", "question": "What was the result for the 2007 WCC when Sun Yue was the alternate?", "sql": "SELECT \"Result\" FROM \"2-16590039-1\" WHERE \"Alternate\" = 'Sun Yue' AND \"Event\" = '2007 WCC';"} +{"question_id": 9343, "table_id": "2-16590039-1", "question": "What event has the result of 7th (5-6)?", "sql": "SELECT \"Event\" FROM \"2-16590039-1\" WHERE \"Result\" = '7th (5-6)';"} +{"question_id": 9344, "table_id": "2-16590039-1", "question": "Who was the lead for the 2008 WCC?", "sql": "SELECT \"Lead\" FROM \"2-16590039-1\" WHERE \"Event\" = '2008 WCC';"} +{"question_id": 9345, "table_id": "2-16590039-1", "question": "What was the Lead for the 2009 WCC when Wang Bingyu news was the skip?", "sql": "SELECT \"Lead\" FROM \"2-16590039-1\" WHERE \"Skip\" = 'Wang Bingyu' AND \"Event\" = '2009 WCC';"} +{"question_id": 9346, "table_id": "2-16590039-1", "question": "What event had Wang Bingyu for the skip?", "sql": "SELECT \"Event\" FROM \"2-16590039-1\" WHERE \"Skip\" = 'Wang Bingyu';"} +{"question_id": 9347, "table_id": "2-16590039-1", "question": "What event was Sun Yue the alternate and Wang Bingyu(3rd) the skip?", "sql": "SELECT \"Event\" FROM \"2-16590039-1\" WHERE \"Alternate\" = 'Sun Yue' AND \"Skip\" = 'Wang Bingyu(3rd)';"} +{"question_id": 9348, "table_id": "2-16744357-36", "question": "WHAT IS THE SECOND LEG WITH Haro AS TEAM TWO?", "sql": "SELECT \"2nd leg\" FROM \"2-16744357-36\" WHERE \"Team 2\" = 'Haro';"} +{"question_id": 9349, "table_id": "2-16744357-36", "question": "WHAT IS THE FIRST LEG OF Tuilla?", "sql": "SELECT \"1st leg\" FROM \"2-16744357-36\" WHERE \"Team 1\" = 'Tuilla';"} +{"question_id": 9350, "table_id": "2-17121262-8", "question": "Which team has a Game of 49?", "sql": "SELECT \"Team\" FROM \"2-17121262-8\" WHERE \"Game\" = 49.0;"} +{"question_id": 9351, "table_id": "2-17121262-8", "question": "What are the High points for Team @ Portland?", "sql": "SELECT \"High points\" FROM \"2-17121262-8\" WHERE \"Team\" = '@ Portland';"} +{"question_id": 9352, "table_id": "2-17121262-8", "question": "What are the High assists for Team Houston?", "sql": "SELECT \"High assists\" FROM \"2-17121262-8\" WHERE \"Team\" = 'Houston';"} +{"question_id": 9353, "table_id": "2-17121262-8", "question": "What are the High assists for February 2?", "sql": "SELECT \"High assists\" FROM \"2-17121262-8\" WHERE \"Date\" = 'February 2';"} +{"question_id": 9354, "table_id": "2-16677874-2", "question": "What game did the Buffalo Bills' opponents earn more than 28 points?", "sql": "SELECT \"Game\" FROM \"2-16677874-2\" WHERE \"Opponents\" > 28.0;"} +{"question_id": 9355, "table_id": "2-166570-4", "question": "What was the year that China will have a building completed?", "sql": "SELECT \"Year completion expected\" FROM \"2-166570-4\" WHERE \"Country\" = 'China';"} +{"question_id": 9356, "table_id": "2-166570-4", "question": "What is the name of the buildings for China?", "sql": "SELECT \"Name\" FROM \"2-166570-4\" WHERE \"Country\" = 'China';"} +{"question_id": 9357, "table_id": "2-166570-4", "question": "What are the names for projects that will be completed after 2016?", "sql": "SELECT \"Name\" FROM \"2-166570-4\" WHERE \"Year completion expected\" > 2016.0;"} +{"question_id": 9358, "table_id": "2-166570-4", "question": "How high is the Goldin Finance 117 building currently being build in China?", "sql": "SELECT \"Pinnacle height planned\" FROM \"2-166570-4\" WHERE \"Country\" = 'China' AND \"Name\" = 'Goldin Finance 117';"} +{"question_id": 9359, "table_id": "2-17360840-8", "question": "When the record was 19-26-11 and more than 16839 people attended the game what was the score?", "sql": "SELECT \"Score\" FROM \"2-17360840-8\" WHERE \"Attendance\" > 16839.0 AND \"Record\" = '19-26-11';"} +{"question_id": 9360, "table_id": "2-17001501-1", "question": "What is the City / State, when Series is ATCC Round 3?", "sql": "SELECT \"City / State\" FROM \"2-17001501-1\" WHERE \"Series\" = 'ATCC Round 3';"} +{"question_id": 9361, "table_id": "2-17001501-1", "question": "What is Date, when Series is AMSCAR Round 3?", "sql": "SELECT \"Date\" FROM \"2-17001501-1\" WHERE \"Series\" = 'AMSCAR Round 3';"} +{"question_id": 9362, "table_id": "2-17001501-1", "question": "What is Winner, when Circuit is Mallala Motor Sport Park, and when Series is ASTC Round 6?", "sql": "SELECT \"Winner\" FROM \"2-17001501-1\" WHERE \"Circuit\" = 'Mallala Motor Sport Park' AND \"Series\" = 'ASTC Round 6';"} +{"question_id": 9363, "table_id": "2-17001501-1", "question": "What is City / State, when Winner is Mal Rose, and when Date is 20 Jul?", "sql": "SELECT \"City / State\" FROM \"2-17001501-1\" WHERE \"Winner\" = 'Mal Rose' AND \"Date\" = '20 Jul';"} +{"question_id": 9364, "table_id": "2-17001501-1", "question": "What is City / State, when Circuit is Eastern Creek Raceway, and when Winner is Michael Donaher?", "sql": "SELECT \"City / State\" FROM \"2-17001501-1\" WHERE \"Circuit\" = 'Eastern Creek Raceway' AND \"Winner\" = 'Michael Donaher';"} +{"question_id": 9365, "table_id": "2-17001501-1", "question": "What is Date, when Series is ATCC Round 5?", "sql": "SELECT \"Date\" FROM \"2-17001501-1\" WHERE \"Series\" = 'ATCC Round 5';"} +{"question_id": 9366, "table_id": "2-1698244-4", "question": "What is the sum of wins for casey mears when the player ranked 22nd and was in teh top fives 3 times?", "sql": "SELECT SUM(\"Wins\") FROM \"2-1698244-4\" WHERE \"Rank\" = '22nd' AND \"Top Fives\" = 3.0;"} +{"question_id": 9367, "table_id": "2-1698244-4", "question": "What is the total number of top fives in 2010 when casey mears had more than 0 wins?", "sql": "SELECT COUNT(\"Top Fives\") FROM \"2-1698244-4\" WHERE \"Year\" = '2010' AND \"Wins\" > 0.0;"} +{"question_id": 9368, "table_id": "2-1698244-4", "question": "What is the total number of wins when casey mears ranked 36th and had more than 0 top fives?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-1698244-4\" WHERE \"Rank\" = '36th' AND \"Top Fives\" > 0.0;"} +{"question_id": 9369, "table_id": "2-1698244-4", "question": "What is the total number of top fives when casey mears had more than 1 poles and top tens less than 9?", "sql": "SELECT SUM(\"Top Fives\") FROM \"2-1698244-4\" WHERE \"Poles\" > 1.0 AND \"Top Tens\" < 9.0;"} +{"question_id": 9370, "table_id": "2-16457250-4", "question": "What's K. J. Choi's to par?", "sql": "SELECT \"To par\" FROM \"2-16457250-4\" WHERE \"Player\" = 'K. J. Choi';"} +{"question_id": 9371, "table_id": "2-17129548-3", "question": "Which Player has a Score smaller than 69, and a Place of T1?", "sql": "SELECT \"Player\" FROM \"2-17129548-3\" WHERE \"Score\" < 69.0 AND \"Place\" = 'T1';"} +{"question_id": 9372, "table_id": "2-17129548-3", "question": "Which To par has a Player of Emlyn Aubrey?", "sql": "SELECT \"To par\" FROM \"2-17129548-3\" WHERE \"Player\" = 'Emlyn Aubrey';"} +{"question_id": 9373, "table_id": "2-17129548-3", "question": "Which Score has a Place of t1, and a Player of scott simpson?", "sql": "SELECT COUNT(\"Score\") FROM \"2-17129548-3\" WHERE \"Place\" = 't1' AND \"Player\" = 'scott simpson';"} +{"question_id": 9374, "table_id": "2-17129548-3", "question": "Which To par has a Score larger than 68?", "sql": "SELECT \"To par\" FROM \"2-17129548-3\" WHERE \"Score\" > 68.0;"} +{"question_id": 9375, "table_id": "2-17355628-6", "question": "How many games were on December 5?", "sql": "SELECT SUM(\"Game\") FROM \"2-17355628-6\" WHERE \"Date\" = 'December 5';"} +{"question_id": 9376, "table_id": "2-17355628-6", "question": "What day did Phoenix play?", "sql": "SELECT \"Date\" FROM \"2-17355628-6\" WHERE \"Team\" = 'Phoenix';"} +{"question_id": 9377, "table_id": "2-17345263-6", "question": "What is Site, when Date is \"November 13\"?", "sql": "SELECT \"Site\" FROM \"2-17345263-6\" WHERE \"Date\" = 'November 13';"} +{"question_id": 9378, "table_id": "2-17345263-6", "question": "What is SIte, when Date is \"September 13\"?", "sql": "SELECT \"Site\" FROM \"2-17345263-6\" WHERE \"Date\" = 'September 13';"} +{"question_id": 9379, "table_id": "2-17345263-6", "question": "What is Attendance, when Opponent is \"at Syracuse\"?", "sql": "SELECT \"Attendance\" FROM \"2-17345263-6\" WHERE \"Opponent\" = 'at Syracuse';"} +{"question_id": 9380, "table_id": "2-17345263-6", "question": "What is Site, when Opponent is \"All times are in Eastern.\"?", "sql": "SELECT \"Site\" FROM \"2-17345263-6\" WHERE \"Opponent\" = 'All times are in Eastern.';"} +{"question_id": 9381, "table_id": "2-17345263-6", "question": "What is Date, when Site is \"Louisiana Superdome • New Orleans, LA\"?", "sql": "SELECT \"Date\" FROM \"2-17345263-6\" WHERE \"Site\" = 'Louisiana Superdome • New Orleans, LA';"} +{"question_id": 9382, "table_id": "2-17323267-5", "question": "What is the lowest January, when Game is less than 46, when Score is \"5 - 3\", and when Record is \"15-22-8\"?", "sql": "SELECT MIN(\"January\") FROM \"2-17323267-5\" WHERE \"Game\" < 46.0 AND \"Score\" = '5 - 3' AND \"Record\" = '15-22-8';"} +{"question_id": 9383, "table_id": "2-17323267-5", "question": "What is the total number of Game, when Record is \"11-17-7\"?", "sql": "SELECT COUNT(\"Game\") FROM \"2-17323267-5\" WHERE \"Record\" = '11-17-7';"} +{"question_id": 9384, "table_id": "2-17323267-5", "question": "What is Opponent, when January is greater than 19, and when Score is \"7 - 2\"?", "sql": "SELECT \"Opponent\" FROM \"2-17323267-5\" WHERE \"January\" > 19.0 AND \"Score\" = '7 - 2';"} +{"question_id": 9385, "table_id": "2-17477805-6", "question": "What are the notes with a less than 3 rank at Yuvileiny Stadium (Sumy)?", "sql": "SELECT \"Notes\" FROM \"2-17477805-6\" WHERE \"Rank\" < 3.0 AND \"Stadium\" = 'Yuvileiny Stadium (Sumy)';"} +{"question_id": 9386, "table_id": "2-16490473-2", "question": "Which player has a total of 160?", "sql": "SELECT \"Player\" FROM \"2-16490473-2\" WHERE \"Total\" = 160.0;"} +{"question_id": 9387, "table_id": "2-16490473-2", "question": "What country does Charles Coody play for?", "sql": "SELECT \"Country\" FROM \"2-16490473-2\" WHERE \"Player\" = 'Charles Coody';"} +{"question_id": 9388, "table_id": "2-17205115-1", "question": "How many division titles does the team with 23 playoff appearances and more than 1 conference titles have?", "sql": "SELECT SUM(\"Division titles\") FROM \"2-17205115-1\" WHERE \"Playoff appearances\" = 23.0 AND \"Conference titles\" > 1.0;"} +{"question_id": 9389, "table_id": "2-17205115-1", "question": "What is the average number of seasons completed of the team with less than 1 division titles, 0 playoff appearances, and more than 0 finals appearances?", "sql": "SELECT AVG(\"Seasons completed\") FROM \"2-17205115-1\" WHERE \"Division titles\" < 1.0 AND \"Playoff appearances\" = 0.0 AND \"Finals appearances\" > 0.0;"} +{"question_id": 9390, "table_id": "2-16864968-9", "question": "What hame has points larger than 81?", "sql": "SELECT SUM(\"Game\") FROM \"2-16864968-9\" WHERE \"Points\" > 81.0;"} +{"question_id": 9391, "table_id": "2-17261427-1", "question": "How many round values are associated with cleveland mccrae?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17261427-1\" WHERE \"Player\" = 'cleveland mccrae';"} +{"question_id": 9392, "table_id": "2-1708014-3", "question": "What team is after 1998 with a start of DNQ?", "sql": "SELECT \"Team\" FROM \"2-1708014-3\" WHERE \"Year\" > 1998.0 AND \"Start\" = 'DNQ';"} +{"question_id": 9393, "table_id": "2-1708014-3", "question": "What's the start when the finish is 1?", "sql": "SELECT \"Start\" FROM \"2-1708014-3\" WHERE \"Finish\" = '1';"} +{"question_id": 9394, "table_id": "2-1708014-3", "question": "What's the latest year with a start of 3 and a finish of 40 for the Morgan-McClure team?", "sql": "SELECT MAX(\"Year\") FROM \"2-1708014-3\" WHERE \"Start\" = '3' AND \"Team\" = 'Morgan-McClure' AND \"Finish\" = '40';"} +{"question_id": 9395, "table_id": "2-17201869-9", "question": "How many goals were scored on the goalkeeper with fewer than 37 matches and an average of 1.5?", "sql": "SELECT \"Goals\" FROM \"2-17201869-9\" WHERE \"Matches\" < 37.0 AND \"Average\" = 1.5;"} +{"question_id": 9396, "table_id": "2-17201869-9", "question": "How many matches did carlos kameni play in, who had an average larger than 1.27?", "sql": "SELECT SUM(\"Matches\") FROM \"2-17201869-9\" WHERE \"Goalkeeper\" = 'carlos kameni' AND \"Average\" > 1.27;"} +{"question_id": 9397, "table_id": "2-17437287-2", "question": "Who is the away team when there are 15 ties?", "sql": "SELECT \"Away team\" FROM \"2-17437287-2\" WHERE \"Tie no\" = '15';"} +{"question_id": 9398, "table_id": "2-17437287-2", "question": "What is the score when Darlington is the home team?", "sql": "SELECT \"Score\" FROM \"2-17437287-2\" WHERE \"Home team\" = 'Darlington';"} +{"question_id": 9399, "table_id": "2-17437287-2", "question": "What is the number of ties when Altrincham is the home team?", "sql": "SELECT \"Tie no\" FROM \"2-17437287-2\" WHERE \"Home team\" = 'Altrincham';"} +{"question_id": 9400, "table_id": "2-17432115-16", "question": "What is the largest pick by the baltimore colts in a round later than 10?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17432115-16\" WHERE \"NFL Club\" = 'baltimore colts' AND \"Round\" > 10.0;"} +{"question_id": 9401, "table_id": "2-1750185-2", "question": "Which Country has a Label of Toshiba-EMI and a Catalog of VJCP-68403?", "sql": "SELECT \"Country\" FROM \"2-1750185-2\" WHERE \"Label\" = 'Toshiba-EMI' AND \"Catalog\" = 'VJCP-68403';"} +{"question_id": 9402, "table_id": "2-1750185-2", "question": "Which Label has a Catalog of 7243 8 49494 2 6?", "sql": "SELECT \"Label\" FROM \"2-1750185-2\" WHERE \"Catalog\" = '7243 8 49494 2 6';"} +{"question_id": 9403, "table_id": "2-1750185-2", "question": "Which Catalog has a Country of Japan?", "sql": "SELECT \"Catalog\" FROM \"2-1750185-2\" WHERE \"Country\" = 'Japan';"} +{"question_id": 9404, "table_id": "2-1750185-2", "question": "Which Label has a Format of CD, a Country of Japan and a Catalog of VJCP-68403?", "sql": "SELECT \"Label\" FROM \"2-1750185-2\" WHERE \"Format\" = 'CD' AND \"Country\" = 'Japan' AND \"Catalog\" = 'VJCP-68403';"} +{"question_id": 9405, "table_id": "2-17510803-1", "question": "How many rounds were played in the matching resulting in a Points For score of 343?", "sql": "SELECT \"Played\" FROM \"2-17510803-1\" WHERE \"Points for\" = '343';"} +{"question_id": 9406, "table_id": "2-16990777-3", "question": "What is the height in Rouen?", "sql": "SELECT \"Height metres / ft\" FROM \"2-16990777-3\" WHERE \"Town\" = 'Rouen';"} +{"question_id": 9407, "table_id": "2-16990777-3", "question": "What is the Church made from in Hamburg?", "sql": "SELECT \"Held record\" FROM \"2-16990777-3\" WHERE \"Structural type\" = 'Church' AND \"Town\" = 'Hamburg';"} +{"question_id": 9408, "table_id": "2-16514667-4", "question": "What Player's Score is 72-70-66=208?", "sql": "SELECT \"Player\" FROM \"2-16514667-4\" WHERE \"Score\" = '72-70-66=208';"} +{"question_id": 9409, "table_id": "2-16514667-4", "question": "What is the To par of the T8 Place Player with a Score of 72-70-66=208?", "sql": "SELECT \"To par\" FROM \"2-16514667-4\" WHERE \"Place\" = 'T8' AND \"Score\" = '72-70-66=208';"} +{"question_id": 9410, "table_id": "2-16514667-4", "question": "What is Kirk Triplett's Place?", "sql": "SELECT \"Place\" FROM \"2-16514667-4\" WHERE \"Player\" = 'Kirk Triplett';"} +{"question_id": 9411, "table_id": "2-17064691-1", "question": "What is the pick for the maryland-eastern shore team with a round lower than 2?", "sql": "SELECT SUM(\"Pick\") FROM \"2-17064691-1\" WHERE \"School/Club Team\" = 'maryland-eastern shore' AND \"Round\" < 2.0;"} +{"question_id": 9412, "table_id": "2-17064691-1", "question": "Which position at UCLA has a lower than 92 pick number?", "sql": "SELECT \"Position\" FROM \"2-17064691-1\" WHERE \"Pick\" < 92.0 AND \"School/Club Team\" = 'UCLA';"} +{"question_id": 9413, "table_id": "2-17064691-1", "question": "How many rounds have a position of c?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17064691-1\" WHERE \"Position\" = 'c';"} +{"question_id": 9414, "table_id": "2-17064691-1", "question": "Which team has fewer than 4 rounds for Jan van Breda Kolff?", "sql": "SELECT \"School/Club Team\" FROM \"2-17064691-1\" WHERE \"Round\" < 4.0 AND \"Player\" = 'Jan van Breda Kolff';"} +{"question_id": 9415, "table_id": "2-17064691-1", "question": "Which player has fewer than 2 rounds?", "sql": "SELECT \"Player\" FROM \"2-17064691-1\" WHERE \"Round\" < 2.0;"} +{"question_id": 9416, "table_id": "2-17064691-1", "question": "What is the pick for mickey johnson with fewer than 4 rounds?", "sql": "SELECT SUM(\"Pick\") FROM \"2-17064691-1\" WHERE \"Player\" = 'mickey johnson' AND \"Round\" < 4.0;"} +{"question_id": 9417, "table_id": "2-16347193-1", "question": "Which All Games have a Nonconference Games of 1���10?", "sql": "SELECT \"All Games\" FROM \"2-16347193-1\" WHERE \"Nonconference Games\" = '1–10';"} +{"question_id": 9418, "table_id": "2-16347193-1", "question": "How many Nonconference Games % have a Team of maryland?", "sql": "SELECT COUNT(\"Nonconference Games %\") FROM \"2-16347193-1\" WHERE \"Team\" = 'maryland';"} +{"question_id": 9419, "table_id": "2-16347193-1", "question": "Which All Games have a Nonconference Games % smaller than 0.75, and a Ranked AP Nonconference of 3–7?", "sql": "SELECT \"All Games\" FROM \"2-16347193-1\" WHERE \"Nonconference Games %\" < 0.75 AND \"Ranked AP Nonconference\" = '3–7';"} +{"question_id": 9420, "table_id": "2-16456989-3", "question": "Who had a score of 68-67=135?", "sql": "SELECT \"Player\" FROM \"2-16456989-3\" WHERE \"Score\" = '68-67=135';"} +{"question_id": 9421, "table_id": "2-16456989-3", "question": "What is the to par for the player who scored 73-68=141?", "sql": "SELECT \"To par\" FROM \"2-16456989-3\" WHERE \"Score\" = '73-68=141';"} +{"question_id": 9422, "table_id": "2-16456989-3", "question": "Who scored 69-71=140?", "sql": "SELECT \"Player\" FROM \"2-16456989-3\" WHERE \"Score\" = '69-71=140';"} +{"question_id": 9423, "table_id": "2-16456989-3", "question": "What was the to par of the player of who scored 70-70=140?", "sql": "SELECT \"To par\" FROM \"2-16456989-3\" WHERE \"Score\" = '70-70=140';"} +{"question_id": 9424, "table_id": "2-16642294-1", "question": "What name was proposed on 12/30/1982 in Rockingham county with a CERCLIS ID of NHD062004569?", "sql": "SELECT \"Name\" FROM \"2-16642294-1\" WHERE \"Proposed\" = '12/30/1982' AND \"County\" = 'Rockingham' AND \"CERCLIS ID\" = 'NHD062004569';"} +{"question_id": 9425, "table_id": "2-16642294-1", "question": "What name completed construction on 09/19/2008?", "sql": "SELECT \"Name\" FROM \"2-16642294-1\" WHERE \"Construction completed\" = '09/19/2008';"} +{"question_id": 9426, "table_id": "2-16642294-1", "question": "When was the site listed 03/31/1989 in Rockingham county proposed?", "sql": "SELECT \"Proposed\" FROM \"2-16642294-1\" WHERE \"Listed\" = '03/31/1989' AND \"County\" = 'Rockingham';"} +{"question_id": 9427, "table_id": "2-16642294-1", "question": "What CERCLIS ID was listed 10/14/1992?", "sql": "SELECT \"CERCLIS ID\" FROM \"2-16642294-1\" WHERE \"Listed\" = '10/14/1992';"} +{"question_id": 9428, "table_id": "2-16642294-1", "question": "What name was proposed on 09/08/1983 in Hillsborough county?", "sql": "SELECT \"Name\" FROM \"2-16642294-1\" WHERE \"County\" = 'Hillsborough' AND \"Proposed\" = '09/08/1983';"} +{"question_id": 9429, "table_id": "2-16642294-1", "question": "What county is CERCLIS ID NHD062004569 in?", "sql": "SELECT \"County\" FROM \"2-16642294-1\" WHERE \"CERCLIS ID\" = 'NHD062004569';"} +{"question_id": 9430, "table_id": "2-16644252-2", "question": "What is the total number for the week with a record of 0-11?", "sql": "SELECT COUNT(\"Week\") FROM \"2-16644252-2\" WHERE \"Record\" = '0-11';"} +{"question_id": 9431, "table_id": "2-16644252-2", "question": "What is the opponent with an opponents' points of 35?", "sql": "SELECT \"Opponent\" FROM \"2-16644252-2\" WHERE \"Opponents' Points\" = '35';"} +{"question_id": 9432, "table_id": "2-16644252-2", "question": "What is the total number for the week that has lions' points of 27, and an opponents' points of 24?", "sql": "SELECT COUNT(\"Week\") FROM \"2-16644252-2\" WHERE \"Lions' Points\" = '27' AND \"Opponents' Points\" = '24';"} +{"question_id": 9433, "table_id": "2-16644252-2", "question": "What is the attendance for the date of 11/11/01?", "sql": "SELECT \"Attendance\" FROM \"2-16644252-2\" WHERE \"Date\" = '11/11/01';"} +{"question_id": 9434, "table_id": "2-16385154-1", "question": "what is the average enrollment when the team nickname is wolverines and founded is after 1817?", "sql": "SELECT AVG(\"Enrollment\") FROM \"2-16385154-1\" WHERE \"Team Nickname\" = 'wolverines' AND \"Founded\" > 1817.0;"} +{"question_id": 9435, "table_id": "2-16385154-1", "question": "what is the institution when the location is Big Rapids, Michigan?", "sql": "SELECT \"Institution\" FROM \"2-16385154-1\" WHERE \"Location\" = 'Big Rapids, Michigan';"} +{"question_id": 9436, "table_id": "2-16385154-1", "question": "what is the least enrollment when founded after 1809 and the institution is University of Michigan?", "sql": "SELECT MIN(\"Enrollment\") FROM \"2-16385154-1\" WHERE \"Founded\" > 1809.0 AND \"Institution\" = 'University of Michigan';"} +{"question_id": 9437, "table_id": "2-16385154-1", "question": "what is the institution when the team nickname is Lakers?", "sql": "SELECT \"Institution\" FROM \"2-16385154-1\" WHERE \"Team Nickname\" = 'Lakers';"} +{"question_id": 9438, "table_id": "2-167235-6", "question": "Which Political Party has a Name of Mehdi Bej Frashëri (2nd time)?", "sql": "SELECT \"Political Party\" FROM \"2-167235-6\" WHERE \"Name\" = 'Mehdi Bej Frashëri (2nd time)';"} +{"question_id": 9439, "table_id": "2-167235-6", "question": "Which Political Party has a Name of Ibrahim Bej Biçakçiu?", "sql": "SELECT \"Political Party\" FROM \"2-167235-6\" WHERE \"Name\" = 'Ibrahim Bej Biçakçiu';"} +{"question_id": 9440, "table_id": "2-167235-6", "question": "Which Name has a Term end of 18 July 1944?", "sql": "SELECT \"Name\" FROM \"2-167235-6\" WHERE \"Term end\" = '18 July 1944';"} +{"question_id": 9441, "table_id": "2-167235-6", "question": "Which Born-Died has a Term start of 4 November 1943?", "sql": "SELECT \"Born-Died\" FROM \"2-167235-6\" WHERE \"Term start\" = '4 November 1943';"} +{"question_id": 9442, "table_id": "2-167235-6", "question": "Which Political Party has a Name of Rexhep Bej Mitrovica?", "sql": "SELECT \"Political Party\" FROM \"2-167235-6\" WHERE \"Name\" = 'Rexhep Bej Mitrovica';"} +{"question_id": 9443, "table_id": "2-167235-6", "question": "Which Term end has a Political Party of Balli Kombëtar, and a Born-Died of 1905–1972?", "sql": "SELECT \"Term end\" FROM \"2-167235-6\" WHERE \"Political Party\" = 'Balli Kombëtar' AND \"Born-Died\" = '1905–1972';"} +{"question_id": 9444, "table_id": "2-17054550-6", "question": "/What is Tie No, when Date is 18 February 1956, and when Away Team is Tottenham Hotspur?", "sql": "SELECT \"Tie no\" FROM \"2-17054550-6\" WHERE \"Date\" = '18 February 1956' AND \"Away team\" = 'Tottenham Hotspur';"} +{"question_id": 9445, "table_id": "2-17054550-6", "question": "What is Tie No, when Date is 18 February 1956, and when Home Team is Charlton Athletic?", "sql": "SELECT \"Tie no\" FROM \"2-17054550-6\" WHERE \"Date\" = '18 February 1956' AND \"Home team\" = 'Charlton Athletic';"} +{"question_id": 9446, "table_id": "2-17054550-6", "question": "What is Score, when Tie No is Replay, and when Home Team is Sunderland?", "sql": "SELECT \"Score\" FROM \"2-17054550-6\" WHERE \"Tie no\" = 'Replay' AND \"Home team\" = 'Sunderland';"} +{"question_id": 9447, "table_id": "2-17054550-6", "question": "What is Home Team, when Date is 18 February 1956, and when Away Team is Blackburn Rovers?", "sql": "SELECT \"Home team\" FROM \"2-17054550-6\" WHERE \"Date\" = '18 February 1956' AND \"Away team\" = 'Blackburn Rovers';"} +{"question_id": 9448, "table_id": "2-17054550-6", "question": "What is Home Team, when Date is 18 February 1956, and when Tie No is 3?", "sql": "SELECT \"Home team\" FROM \"2-17054550-6\" WHERE \"Date\" = '18 February 1956' AND \"Tie no\" = '3';"} +{"question_id": 9449, "table_id": "2-17054550-6", "question": "What is Home Team, when Tie No is 4?", "sql": "SELECT \"Home team\" FROM \"2-17054550-6\" WHERE \"Tie no\" = '4';"} +{"question_id": 9450, "table_id": "2-17440719-2", "question": "What ws the method of resolution for the fight against Joe Kielur?", "sql": "SELECT \"Method\" FROM \"2-17440719-2\" WHERE \"Opponent\" = 'Joe Kielur';"} +{"question_id": 9451, "table_id": "2-17440719-2", "question": "What event did Soa Palelei fight against Son Hai Suk?", "sql": "SELECT \"Event\" FROM \"2-17440719-2\" WHERE \"Opponent\" = 'Son Hai Suk';"} +{"question_id": 9452, "table_id": "2-16816376-1", "question": "WHich Venue is in 1994?", "sql": "SELECT \"Venue\" FROM \"2-16816376-1\" WHERE \"Year\" = 1994.0;"} +{"question_id": 9453, "table_id": "2-16816376-1", "question": "WHICH Venue IS after 1992 with a Score of 1 – 0 and a Winners of US Chaouia?", "sql": "SELECT \"Venue\" FROM \"2-16816376-1\" WHERE \"Year\" > 1992.0 AND \"Score\" = '1 – 0' AND \"Winners\" = 'US Chaouia';"} +{"question_id": 9454, "table_id": "2-1716872-5", "question": "Which tournament has a Clay surface and partner Henri Leconte in 1983?", "sql": "SELECT \"Tournament\" FROM \"2-1716872-5\" WHERE \"Surface\" = 'Clay' AND \"Partner\" = 'Henri Leconte' AND \"Date\" = 1983.0;"} +{"question_id": 9455, "table_id": "2-1716872-5", "question": "What is the outcome of the tournament with partner Ilie Năstase?", "sql": "SELECT \"Outcome\" FROM \"2-1716872-5\" WHERE \"Partner\" = 'Ilie Năstase';"} +{"question_id": 9456, "table_id": "2-17618349-1", "question": "What is the fewest goals against for teams with more than 27 losses?", "sql": "SELECT MIN(\"Goals Against\") FROM \"2-17618349-1\" WHERE \"Lost\" > 27.0;"} +{"question_id": 9457, "table_id": "2-17618349-1", "question": "What is the total number of positions for teams with more than 7 draws and under 40 played?", "sql": "SELECT COUNT(\"Position\") FROM \"2-17618349-1\" WHERE \"Drawn\" > 7.0 AND \"Played\" < 40.0;"} +{"question_id": 9458, "table_id": "2-17618349-1", "question": "What is the fewest losses for teams with points of 53 and more than 73 goals for?", "sql": "SELECT MIN(\"Lost\") FROM \"2-17618349-1\" WHERE \"Points 1\" = '53' AND \"Goals For\" > 73.0;"} +{"question_id": 9459, "table_id": "2-17618349-1", "question": "What is the fewest draws for teams with a 0 goal difference and under 55 goals against?", "sql": "SELECT MIN(\"Drawn\") FROM \"2-17618349-1\" WHERE \"Goal Difference\" = '0' AND \"Goals Against\" < 55.0;"} +{"question_id": 9460, "table_id": "2-17419587-1", "question": "What is the maximum rank that has greater than 662 1995-96, and adelaide, south australia as a location?", "sql": "SELECT MAX(\"Rank\") FROM \"2-17419587-1\" WHERE \"1995–96\" > 662.0 AND \"Location\" = 'adelaide, south australia';"} +{"question_id": 9461, "table_id": "2-17419587-1", "question": "With a 1985-86 of 407 what is the airport?", "sql": "SELECT \"Airport\" FROM \"2-17419587-1\" WHERE \"1985–86\" = 407.0;"} +{"question_id": 9462, "table_id": "2-17419587-1", "question": "What is the sum of 2010-11 when the rank is greater than 11?", "sql": "SELECT COUNT(\"2010-11\") FROM \"2-17419587-1\" WHERE \"Rank\" > 11.0;"} +{"question_id": 9463, "table_id": "2-17026847-12", "question": "Which Away has a Date of 14 September 2008, and an Attendance larger than 1881?", "sql": "SELECT \"Away\" FROM \"2-17026847-12\" WHERE \"Date\" = '14 September 2008' AND \"Attendance\" > 1881.0;"} +{"question_id": 9464, "table_id": "2-17026847-12", "question": "What was Victoria's away date?", "sql": "SELECT \"Date\" FROM \"2-17026847-12\" WHERE \"Away\" = 'Victoria';"} +{"question_id": 9465, "table_id": "2-17026847-12", "question": "Which Away has a Score of 1:2, and a Home of Vida?", "sql": "SELECT \"Away\" FROM \"2-17026847-12\" WHERE \"Score\" = '1:2' AND \"Home\" = 'Vida';"} +{"question_id": 9466, "table_id": "2-17026847-12", "question": "Which Attendance has an Away of Real Juventud?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-17026847-12\" WHERE \"Away\" = 'Real Juventud';"} +{"question_id": 9467, "table_id": "2-16649577-4", "question": "WHat was tHe lowest attendance in round R1 at H venue?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-16649577-4\" WHERE \"Round\" = 'R1' AND \"Venue\" = 'H';"} +{"question_id": 9468, "table_id": "2-16250642-5", "question": "what is the highest pumpers when cars is 5?", "sql": "SELECT MAX(\"Pumpers\") FROM \"2-16250642-5\" WHERE \"Cars\" = 5.0;"} +{"question_id": 9469, "table_id": "2-16250642-5", "question": "what is the highest tankers when pumpers is more than 2?", "sql": "SELECT MAX(\"Tankers\") FROM \"2-16250642-5\" WHERE \"Pumpers\" > 2.0;"} +{"question_id": 9470, "table_id": "2-16774316-1", "question": "What is the skip with a second of Philippe Caux?", "sql": "SELECT \"Skip\" FROM \"2-16774316-1\" WHERE \"Second\" = 'Philippe Caux';"} +{"question_id": 9471, "table_id": "2-16774316-1", "question": "What is the Lead in the 2004-05 Season?", "sql": "SELECT \"Lead\" FROM \"2-16774316-1\" WHERE \"Season\" = '2004-05';"} +{"question_id": 9472, "table_id": "2-16774316-1", "question": "What is the Third in the 1993-94 season where Philippe Caux was a lead?", "sql": "SELECT \"Third\" FROM \"2-16774316-1\" WHERE \"Lead\" = 'Philippe Caux' AND \"Season\" = '1993-94';"} +{"question_id": 9473, "table_id": "2-16774316-1", "question": "What is the skip when Tony Angiboust was a lead?", "sql": "SELECT \"Skip\" FROM \"2-16774316-1\" WHERE \"Lead\" = 'Tony Angiboust';"} +{"question_id": 9474, "table_id": "2-1730288-3", "question": "What is the sum of against scores when there are 3 losses and less than 6 games played?", "sql": "SELECT COUNT(\"Against\") FROM \"2-1730288-3\" WHERE \"Lost\" = 3.0 AND \"Played\" < 6.0;"} +{"question_id": 9475, "table_id": "2-1730288-3", "question": "What is the highest amount of games played in the 2003-04 season?", "sql": "SELECT MAX(\"Played\") FROM \"2-1730288-3\" WHERE \"Season\" = '2003-04';"} +{"question_id": 9476, "table_id": "2-16669773-1", "question": "What was the sample size for the poll from nov 9-11, 2007 with a margin of error less than 4.3?", "sql": "SELECT MAX(\"Sample Size\") FROM \"2-16669773-1\" WHERE \"Date\" = 'nov 9-11, 2007' AND \"Margin of Error\" < 4.3;"} +{"question_id": 9477, "table_id": "2-16669773-1", "question": "What was the sample size for the poll featuring Republican Ron Paul?", "sql": "SELECT \"Sample Size\" FROM \"2-16669773-1\" WHERE \"Republican\" = 'Ron Paul';"} +{"question_id": 9478, "table_id": "2-16514242-3", "question": "When Tom Purtzer of the United States played what is the maximum score?", "sql": "SELECT MAX(\"Score\") FROM \"2-16514242-3\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Tom Purtzer';"} +{"question_id": 9479, "table_id": "2-16514242-3", "question": "Ben Crenshaw has what To par?", "sql": "SELECT \"To par\" FROM \"2-16514242-3\" WHERE \"Player\" = 'Ben Crenshaw';"} +{"question_id": 9480, "table_id": "2-16514508-2", "question": "What was the score to par after two rounds for Nick Price?", "sql": "SELECT \"To par\" FROM \"2-16514508-2\" WHERE \"Player\" = 'Nick Price';"} +{"question_id": 9481, "table_id": "2-16514508-2", "question": "What place was the player from Italy in ?", "sql": "SELECT \"Place\" FROM \"2-16514508-2\" WHERE \"Country\" = 'Italy';"} +{"question_id": 9482, "table_id": "2-175442-1", "question": "What is the common name for the creature with Darker colors?", "sql": "SELECT \"Common name\" FROM \"2-175442-1\" WHERE \"Color\" = 'Darker colors';"} +{"question_id": 9483, "table_id": "2-175442-1", "question": "What is the length of the Panther chameleon?", "sql": "SELECT \"Length (female)\" FROM \"2-175442-1\" WHERE \"Common name\" = 'Panther chameleon';"} +{"question_id": 9484, "table_id": "2-175442-1", "question": "What is the color of the Chamaeleo calyptratus?", "sql": "SELECT \"Color\" FROM \"2-175442-1\" WHERE \"Scientific name\" = 'Chamaeleo calyptratus';"} +{"question_id": 9485, "table_id": "2-17290117-4", "question": "What was the TO par for the player who scored 70-68-74-70=282?", "sql": "SELECT \"To par\" FROM \"2-17290117-4\" WHERE \"Score\" = '70-68-74-70=282';"} +{"question_id": 9486, "table_id": "2-1723697-4", "question": "What is Opponents In The Final, when Partner is \"Jiří Novák\"?", "sql": "SELECT \"Opponents in the final\" FROM \"2-1723697-4\" WHERE \"Partner\" = 'Jiří Novák';"} +{"question_id": 9487, "table_id": "2-1723697-4", "question": "What is Outcome, when Tournament is \"Milan , Italy\"?", "sql": "SELECT \"Outcome\" FROM \"2-1723697-4\" WHERE \"Tournament\" = 'Milan , Italy';"} +{"question_id": 9488, "table_id": "2-1723697-4", "question": "What is Opponents In The Final, when Surface is \"Carpet\", and when Tournament is \"Milan , Italy\"?", "sql": "SELECT \"Opponents in the final\" FROM \"2-1723697-4\" WHERE \"Surface\" = 'Carpet' AND \"Tournament\" = 'Milan , Italy';"} +{"question_id": 9489, "table_id": "2-1723697-4", "question": "What is the total number of Date, when Partner is \"carl-uwe steeb\"?", "sql": "SELECT COUNT(\"Date\") FROM \"2-1723697-4\" WHERE \"Partner\" = 'carl-uwe steeb';"} +{"question_id": 9490, "table_id": "2-16575609-1", "question": "Which team picked a player(s) from South Carolina?", "sql": "SELECT \"CFL Team\" FROM \"2-16575609-1\" WHERE \"College\" = 'South Carolina';"} +{"question_id": 9491, "table_id": "2-16575609-1", "question": "What college did Keith Shologan play for?", "sql": "SELECT \"College\" FROM \"2-16575609-1\" WHERE \"Player\" = 'Keith Shologan';"} +{"question_id": 9492, "table_id": "2-16575609-1", "question": "What position does a Keith Shologan, who was picked higher than 6, play?", "sql": "SELECT \"Position\" FROM \"2-16575609-1\" WHERE \"Pick #\" < 6.0 AND \"Player\" = 'Keith Shologan';"} +{"question_id": 9493, "table_id": "2-16689-1", "question": "What year before 1980 has is the highest Inflation Index (2000=100)?", "sql": "SELECT MAX(\"Inflation Index (2000=100)\") FROM \"2-16689-1\" WHERE \"Year\" < 1980.0;"} +{"question_id": 9494, "table_id": "2-16430047-4", "question": "Which frequency has voltage of 1.6V and part number KP80524KX300256KC80524KX300256PMG30002002AA?", "sql": "SELECT \"Frequency\" FROM \"2-16430047-4\" WHERE \"Voltage\" = '1.6V' AND \"Part number(s)\" = 'KP80524KX300256KC80524KX300256PMG30002002AA';"} +{"question_id": 9495, "table_id": "2-16430047-4", "question": "Which model number has socket μPGA2 BGA2 MMC-2?", "sql": "SELECT \"Model number\" FROM \"2-16430047-4\" WHERE \"Socket\" = 'μPGA2 BGA2 MMC-2';"} +{"question_id": 9496, "table_id": "2-16430047-4", "question": "What is the L2 cache for the Mobile Pentium 333?", "sql": "SELECT \"L2 cache\" FROM \"2-16430047-4\" WHERE \"Model number\" = 'Mobile Pentium 333';"} +{"question_id": 9497, "table_id": "2-163231-4", "question": "How many totals have golds of 3, silvers of 3, and bronzes under 3?", "sql": "SELECT SUM(\"Total\") FROM \"2-163231-4\" WHERE \"Gold\" = '3' AND \"Bronze\" < 3.0 AND \"Silver\" = '3';"} +{"question_id": 9498, "table_id": "2-163231-4", "question": "Which nation has a rank of 7?", "sql": "SELECT \"Nation\" FROM \"2-163231-4\" WHERE \"Rank\" = '7';"} +{"question_id": 9499, "table_id": "2-163231-4", "question": "What is the average bronze with silvers of 1 and totals over 2?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-163231-4\" WHERE \"Silver\" = '1' AND \"Total\" > 2.0;"} +{"question_id": 9500, "table_id": "2-163231-4", "question": "How many golds does Germany have?", "sql": "SELECT \"Gold\" FROM \"2-163231-4\" WHERE \"Nation\" = 'Germany';"} +{"question_id": 9501, "table_id": "2-163231-4", "question": "What is the total number of bronzes with totals under 4 and ranks of 10?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-163231-4\" WHERE \"Total\" < 4.0 AND \"Rank\" = '10';"} +{"question_id": 9502, "table_id": "2-16403670-2", "question": "What is the lowest Points, when Class is 50cc, when Year is 1965, and when Wins is less than 0?", "sql": "SELECT MIN(\"Points\") FROM \"2-16403670-2\" WHERE \"Class\" = '50cc' AND \"Year\" = 1965.0 AND \"Wins\" < 0.0;"} +{"question_id": 9503, "table_id": "2-16403670-2", "question": "What is the total number of Year, when Wins is less than 0?", "sql": "SELECT COUNT(\"Year\") FROM \"2-16403670-2\" WHERE \"Wins\" < 0.0;"} +{"question_id": 9504, "table_id": "2-16403670-2", "question": "What is the sum of Points, when Year is after 1959, and when Class is 250cc?", "sql": "SELECT SUM(\"Points\") FROM \"2-16403670-2\" WHERE \"Year\" > 1959.0 AND \"Class\" = '250cc';"} +{"question_id": 9505, "table_id": "2-16403670-2", "question": "What is the total number of Wins, when Points is less than 1?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-16403670-2\" WHERE \"Points\" < 1.0;"} +{"question_id": 9506, "table_id": "2-16403670-2", "question": "What is the sum of Wins, when Year is 1959?", "sql": "SELECT SUM(\"Wins\") FROM \"2-16403670-2\" WHERE \"Year\" = 1959.0;"} +{"question_id": 9507, "table_id": "2-17609068-2", "question": "What is the fewest games played for teams with 73 goals for and more than 69 goals against?", "sql": "SELECT MIN(\"Played\") FROM \"2-17609068-2\" WHERE \"Goals For\" = 73.0 AND \"Goals Against\" > 69.0;"} +{"question_id": 9508, "table_id": "2-17609068-2", "question": "What is the highest number of goals for for teams with 25 losses?", "sql": "SELECT MAX(\"Goals For\") FROM \"2-17609068-2\" WHERE \"Lost\" = 25.0;"} +{"question_id": 9509, "table_id": "2-17609068-2", "question": "What is the most losses for positions under 15 and 66 goals against?", "sql": "SELECT MAX(\"Lost\") FROM \"2-17609068-2\" WHERE \"Goals Against\" = 66.0 AND \"Position\" < 15.0;"} +{"question_id": 9510, "table_id": "2-17609068-2", "question": "What is the average goals against for teams with more than 56 goals for and exactly 50 points?", "sql": "SELECT AVG(\"Goals Against\") FROM \"2-17609068-2\" WHERE \"Points 1\" = '50' AND \"Goals For\" > 56.0;"} +{"question_id": 9511, "table_id": "2-1635909-1", "question": "Which Leader has Spoilt votes as % of Seats?", "sql": "SELECT \"Leader\" FROM \"2-1635909-1\" WHERE \"% of seats\" = 'Spoilt votes';"} +{"question_id": 9512, "table_id": "2-1635909-1", "question": "What is the %FPv for the Workers' Party?", "sql": "SELECT \"% FPv\" FROM \"2-1635909-1\" WHERE \"Party\" = 'Workers'' Party';"} +{"question_id": 9513, "table_id": "2-1635909-1", "question": "What is the First Pref Votes for the % FPv of 0.06?", "sql": "SELECT \"First Pref votes\" FROM \"2-1635909-1\" WHERE \"% FPv\" = '0.06';"} +{"question_id": 9514, "table_id": "2-1635909-1", "question": "What is the First Pref Votes where the Leader is N/A and the Party is Independent?", "sql": "SELECT \"First Pref votes\" FROM \"2-1635909-1\" WHERE \"Leader\" = 'N/A' AND \"Party\" = 'Independent';"} +{"question_id": 9515, "table_id": "2-1635909-1", "question": "What is the number of Seats for Leader Enda Kenny?", "sql": "SELECT \"Seats\" FROM \"2-1635909-1\" WHERE \"Leader\" = 'Enda Kenny';"} +{"question_id": 9516, "table_id": "2-17144584-1", "question": "What is Date to [H], when Position [F] is \"Defender\", when Goals is less than 3, when Appearances is greater than 113, and when Date From [G] is \"1997\"?", "sql": "SELECT \"Date to [H ]\" FROM \"2-17144584-1\" WHERE \"Position [F ]\" = 'Defender' AND \"Goals\" < 3.0 AND \"Appearances\" > 113.0 AND \"Date from [G ]\" = '1997';"} +{"question_id": 9517, "table_id": "2-17144584-1", "question": "What is Club Source [I ], when Name is \"Andrew McCombie Category:Articles with hCards\"?", "sql": "SELECT \"Club source [I ]\" FROM \"2-17144584-1\" WHERE \"Name\" = 'Andrew McCombie Category:Articles with hCards';"} +{"question_id": 9518, "table_id": "2-17144584-1", "question": "What is Name, when Goals is \"80\", and when Club Source [I ] is \"71 [ dead link ]\"?", "sql": "SELECT \"Name\" FROM \"2-17144584-1\" WHERE \"Goals\" = 80.0 AND \"Club source [I ]\" = '71 [ dead link ]';"} +{"question_id": 9519, "table_id": "2-17144584-1", "question": "What is Appearances, when Postion [F ] is \"Defender\", and when Date to [H ] is \"1938\"?", "sql": "SELECT \"Appearances\" FROM \"2-17144584-1\" WHERE \"Position [F ]\" = 'Defender' AND \"Date to [H ]\" = '1938';"} +{"question_id": 9520, "table_id": "2-17198476-3", "question": "WHAT IS AVERAGE SCORE WITH T3 PLACE, FOR Doug Sanders?", "sql": "SELECT AVG(\"Score\") FROM \"2-17198476-3\" WHERE \"Place\" = 'T3' AND \"Player\" = 'Doug Sanders';"} +{"question_id": 9521, "table_id": "2-16457056-1", "question": "How much is thE monEy ($) whEn thE country is UnitEd StatEs, to par is E and thE scorE is 72-75-70-71=288?", "sql": "SELECT SUM(\"Money ( $ )\") FROM \"2-16457056-1\" WHERE \"Country\" = 'United States' AND \"To par\" = 'E' AND \"Score\" = '72-75-70-71=288';"} +{"question_id": 9522, "table_id": "2-16457056-1", "question": "what is the to par when the player is Roger Maltbie?", "sql": "SELECT \"To par\" FROM \"2-16457056-1\" WHERE \"Player\" = 'Roger Maltbie';"} +{"question_id": 9523, "table_id": "2-16457056-1", "question": "How much is the money ($) when the score is 67-71-72-72=282?", "sql": "SELECT COUNT(\"Money ( $ )\") FROM \"2-16457056-1\" WHERE \"Score\" = '67-71-72-72=282';"} +{"question_id": 9524, "table_id": "2-16457056-1", "question": "what is the to par when the place is 8?", "sql": "SELECT \"To par\" FROM \"2-16457056-1\" WHERE \"Place\" = '8';"} +{"question_id": 9525, "table_id": "2-17058178-9", "question": "WHAT IS THE SCORE OF THE GAME LARGER THAN 47, AT THE Rose Garden 20,250 IN ATTENDANCE?", "sql": "SELECT \"Score\" FROM \"2-17058178-9\" WHERE \"Game\" > 47.0 AND \"Location Attendance\" = 'Rose Garden 20,250';"} +{"question_id": 9526, "table_id": "2-17581785-1", "question": "What tournament was on May 31, 1987?", "sql": "SELECT \"Tournament\" FROM \"2-17581785-1\" WHERE \"Date\" = 'May 31, 1987';"} +{"question_id": 9527, "table_id": "2-17581785-1", "question": "What tournament had a winning score of –9 (69-71-67=207)?", "sql": "SELECT \"Tournament\" FROM \"2-17581785-1\" WHERE \"Winning score\" = '–9 (69-71-67=207)';"} +{"question_id": 9528, "table_id": "2-17581785-1", "question": "Who was the runner(s)-up when the winning score was –13 (75-68-68=211)?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-17581785-1\" WHERE \"Winning score\" = '–13 (75-68-68=211)';"} +{"question_id": 9529, "table_id": "2-17581785-1", "question": "What tournament had a 1 point margin of victory?", "sql": "SELECT \"Tournament\" FROM \"2-17581785-1\" WHERE \"Margin of victory\" = '1 point';"} +{"question_id": 9530, "table_id": "2-17581785-1", "question": "What tournament was Laura Davies the runner-up?", "sql": "SELECT \"Tournament\" FROM \"2-17581785-1\" WHERE \"Runner(s)-up\" = 'Laura Davies';"} +{"question_id": 9531, "table_id": "2-1716185-2", "question": "What is the Location of the match against Bob Stines?", "sql": "SELECT \"Location\" FROM \"2-1716185-2\" WHERE \"Opponent\" = 'Bob Stines';"} +{"question_id": 9532, "table_id": "2-1644945-3", "question": "What is the venue of the game that was played on 23 October 1966?", "sql": "SELECT \"Venue\" FROM \"2-1644945-3\" WHERE \"Date\" = '23 October 1966';"} +{"question_id": 9533, "table_id": "2-1644945-3", "question": "Where was the Friendly competition on 17 December 1967 played at?", "sql": "SELECT \"Venue\" FROM \"2-1644945-3\" WHERE \"Competition\" = 'Friendly' AND \"Date\" = '17 December 1967';"} +{"question_id": 9534, "table_id": "2-16741821-7", "question": "What 2009 has Statistics by surface in 2012?", "sql": "SELECT \"2009\" FROM \"2-16741821-7\" WHERE \"2012\" = 'Statistics by surface';"} +{"question_id": 9535, "table_id": "2-16741821-7", "question": "What 2001 has a ATP World Tour Masters 1000 2007?", "sql": "SELECT \"2011\" FROM \"2-16741821-7\" WHERE \"2007\" = 'ATP World Tour Masters 1000';"} +{"question_id": 9536, "table_id": "2-16741821-7", "question": "WhAt 2010 hAs An A 2006 & 2011?", "sql": "SELECT \"2010\" FROM \"2-16741821-7\" WHERE \"2006\" = 'A' AND \"2011\" = 'A';"} +{"question_id": 9537, "table_id": "2-16741821-7", "question": "What 2009 has a 0 in 2008 & 2010?", "sql": "SELECT \"2009\" FROM \"2-16741821-7\" WHERE \"2010\" = '0' AND \"2008\" = '0';"} +{"question_id": 9538, "table_id": "2-17231331-2", "question": "What was the finishing position of Hale Irwin, of the United States?", "sql": "SELECT \"Finish\" FROM \"2-17231331-2\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Hale Irwin';"} +{"question_id": 9539, "table_id": "2-17231331-2", "question": "Where did the player who won in 1965 finish?", "sql": "SELECT \"Finish\" FROM \"2-17231331-2\" WHERE \"Year(s) won\" = '1965';"} +{"question_id": 9540, "table_id": "2-17231331-2", "question": "Where did Jerry Pate finish?", "sql": "SELECT \"Finish\" FROM \"2-17231331-2\" WHERE \"Player\" = 'Jerry Pate';"} +{"question_id": 9541, "table_id": "2-17231331-2", "question": "What was the average total for the player from the United States, who won in 1978?", "sql": "SELECT AVG(\"Total\") FROM \"2-17231331-2\" WHERE \"Country\" = 'United States' AND \"Year(s) won\" = '1978';"} +{"question_id": 9542, "table_id": "2-16678098-2", "question": "What team was the opponent for the game played on September 19, 1999?", "sql": "SELECT \"Opponent\" FROM \"2-16678098-2\" WHERE \"Date\" = 'September 19, 1999';"} +{"question_id": 9543, "table_id": "2-16678098-2", "question": "What week was the Bye week?", "sql": "SELECT AVG(\"Week\") FROM \"2-16678098-2\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 9544, "table_id": "2-16678098-2", "question": "What team was the opponent for the game played on December 19, 1999?", "sql": "SELECT \"Opponent\" FROM \"2-16678098-2\" WHERE \"Date\" = 'December 19, 1999';"} +{"question_id": 9545, "table_id": "2-16678098-2", "question": "What is the result from the game played on week 7?", "sql": "SELECT \"Result\" FROM \"2-16678098-2\" WHERE \"Week\" = 7.0;"} +{"question_id": 9546, "table_id": "2-1725076-1", "question": "What is the lowest number of seats of the 1992 election?", "sql": "SELECT MIN(\"Seats\") FROM \"2-1725076-1\" WHERE \"Election\" = 1992.0;"} +{"question_id": 9547, "table_id": "2-1725076-1", "question": "How many seats had a 41.2% share of votes?", "sql": "SELECT \"Seats\" FROM \"2-1725076-1\" WHERE \"Share of votes\" = '41.2%';"} +{"question_id": 9548, "table_id": "2-1725076-1", "question": "What is the share of votes with 3,567,021 NDC votes?", "sql": "SELECT \"Share of votes\" FROM \"2-1725076-1\" WHERE \"Number of NDC votes\" = '3,567,021';"} +{"question_id": 9549, "table_id": "2-16571273-9", "question": "What was the total when the set 3 score was 25–27?", "sql": "SELECT \"Total\" FROM \"2-16571273-9\" WHERE \"Set 3\" = '25–27';"} +{"question_id": 9550, "table_id": "2-16571273-9", "question": "On what date was the total 60–77?", "sql": "SELECT \"Date\" FROM \"2-16571273-9\" WHERE \"Total\" = '60–77';"} +{"question_id": 9551, "table_id": "2-16571273-9", "question": "What is the score for set 1 with a total of 117–109?", "sql": "SELECT \"Set 1\" FROM \"2-16571273-9\" WHERE \"Total\" = '117–109';"} +{"question_id": 9552, "table_id": "2-17270998-1", "question": "What team operates car 11?", "sql": "SELECT \"Team\" FROM \"2-17270998-1\" WHERE \"Car No.\" = '11';"} +{"question_id": 9553, "table_id": "2-17270998-1", "question": "What was the time/retired of Darren Manning?", "sql": "SELECT \"Time/Retired\" FROM \"2-17270998-1\" WHERE \"Driver\" = 'Darren Manning';"} +{"question_id": 9554, "table_id": "2-17270998-1", "question": "How many points did car 20 score?", "sql": "SELECT \"Points\" FROM \"2-17270998-1\" WHERE \"Car No.\" = '20';"} +{"question_id": 9555, "table_id": "2-17270998-1", "question": "What is the car number for Jeff Simmons on the Rahal Letterman team?", "sql": "SELECT \"Car No.\" FROM \"2-17270998-1\" WHERE \"Team\" = 'Rahal Letterman' AND \"Driver\" = 'Jeff Simmons';"} +{"question_id": 9556, "table_id": "2-17270998-1", "question": "How many points were scored by a car that led for 0 laps and started in grid 10?", "sql": "SELECT \"Points\" FROM \"2-17270998-1\" WHERE \"Laps Led\" = '0' AND \"Grid\" = '10';"} +{"question_id": 9557, "table_id": "2-16226584-1", "question": "What is Name, when Length Meters is greater than 66.4, and when Km From Kingston is 138.8?", "sql": "SELECT \"Name\" FROM \"2-16226584-1\" WHERE \"Length meters\" > 66.4 AND \"Km from Kingston\" = 138.8;"} +{"question_id": 9558, "table_id": "2-16226584-1", "question": "What is the total number of Length Feet, when Parish is clarendon, when Km From Kingston is 71.2, and when Length Meters is less than 21.3?", "sql": "SELECT COUNT(\"Length feet\") FROM \"2-16226584-1\" WHERE \"Parish\" = 'clarendon' AND \"Km from Kingston\" = 71.2 AND \"Length meters\" < 21.3;"} +{"question_id": 9559, "table_id": "2-16226584-1", "question": "What is the highest Km From Kingston, when Mi From Kingston is less than 108, and when Length Meters is 260.6?", "sql": "SELECT MAX(\"Km from Kingston\") FROM \"2-16226584-1\" WHERE \"Mi from Kingston\" < 108.0 AND \"Length meters\" = 260.6;"} +{"question_id": 9560, "table_id": "2-16226584-1", "question": "What is Lenth Feet, when Mi From Kingston is greater than 84.5, when Length Meters is greater than 55.5, and when Name is Unnamed?", "sql": "SELECT \"Length feet\" FROM \"2-16226584-1\" WHERE \"Mi from Kingston\" > 84.5 AND \"Length meters\" > 55.5 AND \"Name\" = 'Unnamed';"} +{"question_id": 9561, "table_id": "2-16456989-4", "question": "Which Place has a Player of Lee Trevino?", "sql": "SELECT \"Place\" FROM \"2-16456989-4\" WHERE \"Player\" = 'Lee Trevino';"} +{"question_id": 9562, "table_id": "2-16456989-4", "question": "Name Country which has a Place of T7, and a Score of 73-69-73=215?", "sql": "SELECT \"Country\" FROM \"2-16456989-4\" WHERE \"Place\" = 'T7' AND \"Score\" = '73-69-73=215';"} +{"question_id": 9563, "table_id": "2-16779163-1", "question": "Which week held a tournament in Rome?", "sql": "SELECT \"Week\" FROM \"2-16779163-1\" WHERE \"Tournament\" = 'Rome';"} +{"question_id": 9564, "table_id": "2-17433696-2", "question": "What is the result of the fight when record is 12-2?", "sql": "SELECT \"Res.\" FROM \"2-17433696-2\" WHERE \"Record\" = '12-2';"} +{"question_id": 9565, "table_id": "2-17433696-2", "question": "How many rounds was the fight at UFC 34?", "sql": "SELECT SUM(\"Round\") FROM \"2-17433696-2\" WHERE \"Event\" = 'UFC 34';"} +{"question_id": 9566, "table_id": "2-17433696-2", "question": "What is the location of the fight against Zaza Tkeshelashvili?", "sql": "SELECT \"Location\" FROM \"2-17433696-2\" WHERE \"Opponent\" = 'Zaza Tkeshelashvili';"} +{"question_id": 9567, "table_id": "2-16556852-6", "question": "what is the average year when the title is Baka to Test to Shōkanjū?", "sql": "SELECT AVG(\"Year\") FROM \"2-16556852-6\" WHERE \"Title\" = 'Baka to Test to Shōkanjū';"} +{"question_id": 9568, "table_id": "2-16556852-6", "question": "what is the title when the imprint is Dengeki Bunko and the artist is Kiyotaka Haimura?", "sql": "SELECT \"Title\" FROM \"2-16556852-6\" WHERE \"Imprint\" = 'Dengeki Bunko' AND \"Artist\" = 'Kiyotaka Haimura';"} +{"question_id": 9569, "table_id": "2-16556852-6", "question": "what is the imprint when the title is Owari no Chronicle (Ahead series)?", "sql": "SELECT \"Imprint\" FROM \"2-16556852-6\" WHERE \"Title\" = 'Owari no Chronicle (Ahead series)';"} +{"question_id": 9570, "table_id": "2-16556852-6", "question": "what is the earliest year when the author is Reki Kawahara?", "sql": "SELECT MIN(\"Year\") FROM \"2-16556852-6\" WHERE \"Author\" = 'Reki Kawahara';"} +{"question_id": 9571, "table_id": "2-16556852-6", "question": "who is the character when the artist is Take and the year is before 2006?", "sql": "SELECT \"Character\" FROM \"2-16556852-6\" WHERE \"Artist\" = 'Take' AND \"Year\" < 2006.0;"} +{"question_id": 9572, "table_id": "2-17524651-2", "question": "Which language has 3 draws?", "sql": "SELECT \"Language\" FROM \"2-17524651-2\" WHERE \"Draw\" = 3.0;"} +{"question_id": 9573, "table_id": "2-16388357-1", "question": "What is the away team score for the match at 6:00 PM and an away team of Hawthorn?", "sql": "SELECT \"Away team score\" FROM \"2-16388357-1\" WHERE \"Time\" = '6:00 PM' AND \"Away team\" = 'Hawthorn';"} +{"question_id": 9574, "table_id": "2-16906764-1", "question": "What is the Tenure of the Officer with a Date of death of 2001-08-31?", "sql": "SELECT \"Tenure\" FROM \"2-16906764-1\" WHERE \"Date of death\" = '2001-08-31';"} +{"question_id": 9575, "table_id": "2-16906764-1", "question": "What is Detective Donald William Schneider's Cause of death?", "sql": "SELECT \"Cause of death\" FROM \"2-16906764-1\" WHERE \"Rank\" = 'Detective' AND \"Name\" = 'Donald William Schneider';"} +{"question_id": 9576, "table_id": "2-16906764-1", "question": "What is Gary David Saunders' Tenure?", "sql": "SELECT \"Tenure\" FROM \"2-16906764-1\" WHERE \"Name\" = 'Gary David Saunders';"} +{"question_id": 9577, "table_id": "2-16906764-1", "question": "What is Gunfire victim Maria Cecilia Rosa with 6 years of Tenure Date of Death?", "sql": "SELECT \"Date of death\" FROM \"2-16906764-1\" WHERE \"Cause of death\" = 'Gunfire' AND \"Tenure\" = '6 years' AND \"Name\" = 'Maria Cecilia Rosa';"} +{"question_id": 9578, "table_id": "2-172352-2", "question": "What is Lijsttrekker, when Year is after 1990, and when Chair is \"Ingrid van Engelshoven\"?", "sql": "SELECT \"Lijsttrekker\" FROM \"2-172352-2\" WHERE \"Year\" > 1990.0 AND \"Chair\" = 'Ingrid van Engelshoven';"} +{"question_id": 9579, "table_id": "2-172352-2", "question": "What is Fractievoorzitter, when Lijsttrekker is \"no elections\", and when Year is after 2005?", "sql": "SELECT \"Fractievoorzitter\" FROM \"2-172352-2\" WHERE \"Lijsttrekker\" = 'no elections' AND \"Year\" > 2005.0;"} +{"question_id": 9580, "table_id": "2-172352-2", "question": "What is Cabinet, when Year is after 1981, when Fractievoorzitter is \"Hans van Mierlo\", and when Chair is \"W.I.J.M. Vrijhoef\"?", "sql": "SELECT \"Cabinet\" FROM \"2-172352-2\" WHERE \"Year\" > 1981.0 AND \"Fractievoorzitter\" = 'Hans van Mierlo' AND \"Chair\" = 'W.I.J.M. Vrijhoef';"} +{"question_id": 9581, "table_id": "2-172352-2", "question": "What is Lijsttrekker, when Cabinet is \"Hans van Mierlo\", and when Fractievoorzitter is \"Thom de Graaf\"?", "sql": "SELECT \"Lijsttrekker\" FROM \"2-172352-2\" WHERE \"Cabinet\" = 'Hans van Mierlo' AND \"Fractievoorzitter\" = 'Thom de Graaf';"} +{"question_id": 9582, "table_id": "2-172352-2", "question": "What is Cabinet, when Year is before 2001, when Lijsttrekker is \"no elections\", when Fractievoorzitter is \"Hans van Mierlo\", and when Chair is \"S. van der Loo\"?", "sql": "SELECT \"Cabinet\" FROM \"2-172352-2\" WHERE \"Year\" < 2001.0 AND \"Lijsttrekker\" = 'no elections' AND \"Fractievoorzitter\" = 'Hans van Mierlo' AND \"Chair\" = 'S. van der Loo';"} +{"question_id": 9583, "table_id": "2-17208736-1", "question": "Which territory has a channel of 144 and a broadcaster of Astro?", "sql": "SELECT \"Territory\" FROM \"2-17208736-1\" WHERE \"Channel\" = 144.0 AND \"Broadcaster\" = 'Astro';"} +{"question_id": 9584, "table_id": "2-16645083-1", "question": "What is the tennis status for Youngstown State?", "sql": "SELECT \"Tennis\" FROM \"2-16645083-1\" WHERE \"School\" = 'Youngstown State';"} +{"question_id": 9585, "table_id": "2-16645083-1", "question": "Which school has Yes for soccer, tennis and indoor track.", "sql": "SELECT \"School\" FROM \"2-16645083-1\" WHERE \"Soccer\" = 'Yes' AND \"Tennis\" = 'Yes' AND \"Indoor track\" = 'Yes';"} +{"question_id": 9586, "table_id": "2-16645083-1", "question": "What is the basketball status for Valparaiso who has an indoor track status of Yes?", "sql": "SELECT \"Bask\" FROM \"2-16645083-1\" WHERE \"Indoor track\" = 'Yes' AND \"School\" = 'Valparaiso';"} +{"question_id": 9587, "table_id": "2-16645083-1", "question": "What is the indoor track status for the school that has Yes for tennis and No for golf?", "sql": "SELECT \"Indoor track\" FROM \"2-16645083-1\" WHERE \"Tennis\" = 'Yes' AND \"Golf\" = 'No';"} +{"question_id": 9588, "table_id": "2-16645083-1", "question": "What is th eswimming status for the school that has Yes on indoor track, soccer and tennis?", "sql": "SELECT \"Swimming\" FROM \"2-16645083-1\" WHERE \"Indoor track\" = 'Yes' AND \"Soccer\" = 'Yes' AND \"Tennis\" = 'Yes';"} +{"question_id": 9589, "table_id": "2-16645083-1", "question": "What is the status for tennis at Cleveland State who has Yes for swimming, golf and soccer?", "sql": "SELECT \"Tennis\" FROM \"2-16645083-1\" WHERE \"Golf\" = 'Yes' AND \"Soccer\" = 'Yes' AND \"Swimming\" = 'Yes' AND \"School\" = 'Cleveland State';"} +{"question_id": 9590, "table_id": "2-17624418-2", "question": "What event did Soares fight against Josh Spearman?", "sql": "SELECT \"Event\" FROM \"2-17624418-2\" WHERE \"Opponent\" = 'Josh Spearman';"} +{"question_id": 9591, "table_id": "2-17624418-2", "question": "What round was the fight won or loss by a Decision?", "sql": "SELECT MIN(\"Round\") FROM \"2-17624418-2\" WHERE \"Method\" = 'Decision';"} +{"question_id": 9592, "table_id": "2-17624418-2", "question": "Where was the fight that lasted 3 rounds and was won or loss by a Decision?", "sql": "SELECT \"Location\" FROM \"2-17624418-2\" WHERE \"Round\" = 3.0 AND \"Method\" = 'Decision';"} +{"question_id": 9593, "table_id": "2-1640715-3", "question": "what is the lowest top 5 when the year is after 1995, team(s) is #15 billy ballew motorsports, and starts is more than 4?", "sql": "SELECT MIN(\"Top 5\") FROM \"2-1640715-3\" WHERE \"Year\" > 1995.0 AND \"Team(s)\" = '#15 billy ballew motorsports' AND \"Starts\" > 4.0;"} +{"question_id": 9594, "table_id": "2-17430042-2", "question": "What was the method in the fight against Chris Myers?", "sql": "SELECT \"Method\" FROM \"2-17430042-2\" WHERE \"Opponent\" = 'Chris Myers';"} +{"question_id": 9595, "table_id": "2-17430042-2", "question": "What is the record in TKO 20: Champion vs Champion?", "sql": "SELECT \"Record\" FROM \"2-17430042-2\" WHERE \"Event\" = 'TKO 20: Champion vs Champion';"} +{"question_id": 9596, "table_id": "2-17430042-2", "question": "How many rounds in the fight in quebec, canada against david loiseau?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17430042-2\" WHERE \"Location\" = 'quebec, canada' AND \"Opponent\" = 'david loiseau';"} +{"question_id": 9597, "table_id": "2-17430042-2", "question": "Which event has a method of TKO (punches)?", "sql": "SELECT \"Event\" FROM \"2-17430042-2\" WHERE \"Method\" = 'TKO (punches)';"} +{"question_id": 9598, "table_id": "2-17430042-2", "question": "Who is the opponent when the method is Technical Submission (guillotine choke)?", "sql": "SELECT \"Opponent\" FROM \"2-17430042-2\" WHERE \"Method\" = 'Technical Submission (guillotine choke)';"} +{"question_id": 9599, "table_id": "2-17323777-1", "question": "What was the school/club after round 12, and picked smaller than 342?", "sql": "SELECT \"School/Club Team\" FROM \"2-17323777-1\" WHERE \"Round\" > 12.0 AND \"Pick\" < 342.0;"} +{"question_id": 9600, "table_id": "2-17323777-1", "question": "What is the average pick for Florida State?", "sql": "SELECT AVG(\"Pick\") FROM \"2-17323777-1\" WHERE \"School/Club Team\" = 'Florida State';"} +{"question_id": 9601, "table_id": "2-17323777-1", "question": "What is the total number for the pick of the player wayne fowler and a round after 7?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-17323777-1\" WHERE \"Player\" = 'wayne fowler' AND \"Round\" > 7.0;"} +{"question_id": 9602, "table_id": "2-17100961-14", "question": "Which college had an overall smaller than 315 in round 17?", "sql": "SELECT \"College\" FROM \"2-17100961-14\" WHERE \"Overall\" < 315.0 AND \"Round\" = 17.0;"} +{"question_id": 9603, "table_id": "2-17100961-14", "question": "Which college with a position of RB had a pick larger than 6 in round 28?", "sql": "SELECT \"College\" FROM \"2-17100961-14\" WHERE \"Pick\" > 6.0 AND \"Position\" = 'RB' AND \"Round\" = 28.0;"} +{"question_id": 9604, "table_id": "2-16201038-3", "question": "With an overall record of MU, 15-8 what is the at neutral site?", "sql": "SELECT \"at Neutral Site\" FROM \"2-16201038-3\" WHERE \"Overall Record\" = 'MU, 15-8';"} +{"question_id": 9605, "table_id": "2-16201038-3", "question": "For what current streak is KU, 8-2 under last 10 meetings?", "sql": "SELECT \"Current Streak\" FROM \"2-16201038-3\" WHERE \"Last 10 Meetings\" = 'KU, 8-2';"} +{"question_id": 9606, "table_id": "2-16201038-3", "question": "What is the record for the last 10 meetings when the overall record is *As of March 14, 2013?", "sql": "SELECT \"Last 10 Meetings\" FROM \"2-16201038-3\" WHERE \"Overall Record\" = '*As of March 14, 2013';"} +{"question_id": 9607, "table_id": "2-16201038-3", "question": "With an overall record of KSU, 118-117 what is the last 5 meetings?", "sql": "SELECT \"Last 5 Meetings\" FROM \"2-16201038-3\" WHERE \"Overall Record\" = 'KSU, 118-117';"} +{"question_id": 9608, "table_id": "2-16201038-3", "question": "What is the at opponent's venue record where the current streak is W 4?", "sql": "SELECT \"at Opponent's Venue\" FROM \"2-16201038-3\" WHERE \"Current Streak\" = 'W 4';"} +{"question_id": 9609, "table_id": "2-16201038-3", "question": "What is the record at Columbia when KU, 4-1 is the record for the last 5 minutes?", "sql": "SELECT \"at Columbia\" FROM \"2-16201038-3\" WHERE \"Last 5 Meetings\" = 'KU, 4-1';"} +{"question_id": 9610, "table_id": "2-17386066-2", "question": "What was the streak at the game at the Miami Orange Bowl?", "sql": "SELECT \"Streak\" FROM \"2-17386066-2\" WHERE \"Stadium\" = 'Miami Orange Bowl';"} +{"question_id": 9611, "table_id": "2-17386066-2", "question": "Who was the opposing team at Schaefer Stadium later in the season than week 7?", "sql": "SELECT \"Opponent\" FROM \"2-17386066-2\" WHERE \"Week\" > 7.0 AND \"Stadium\" = 'Schaefer Stadium';"} +{"question_id": 9612, "table_id": "2-17386066-2", "question": "What was the result in week 14?", "sql": "SELECT \"Result\" FROM \"2-17386066-2\" WHERE \"Week\" = 14.0;"} +{"question_id": 9613, "table_id": "2-17589865-2", "question": "What team was the opponent when the round was SF?", "sql": "SELECT \"Opponent\" FROM \"2-17589865-2\" WHERE \"Round\" = 'SF';"} +{"question_id": 9614, "table_id": "2-17589865-2", "question": "What is the number of people in attendance when venue shows a, and di matteo, m. hughes were the scorers?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-17589865-2\" WHERE \"Venue\" = 'a' AND \"Scorers\" = 'di matteo, m. hughes';"} +{"question_id": 9615, "table_id": "2-162504-2", "question": "What is the highest rank that has 5 silvers, less than 5 golds, and less than 7 total medals?", "sql": "SELECT MAX(\"Rank\") FROM \"2-162504-2\" WHERE \"Silver\" = 5.0 AND \"Gold\" < 5.0 AND \"Total\" < 7.0;"} +{"question_id": 9616, "table_id": "2-162504-2", "question": "What is the least amount of silvers for a team with less than 4 golds and less than 5 total medals?", "sql": "SELECT MIN(\"Silver\") FROM \"2-162504-2\" WHERE \"Total\" < 5.0 AND \"Gold\" < 4.0;"} +{"question_id": 9617, "table_id": "2-16956201-9", "question": "Who was the opponent for the 2003 Davis Cup Europe/Africa Group II?", "sql": "SELECT \"Opponent\" FROM \"2-16956201-9\" WHERE \"Edition\" = '2003 Davis Cup Europe/Africa Group II';"} +{"question_id": 9618, "table_id": "2-16956201-9", "question": "What is the round when the match was against Sergis Kyratzis?", "sql": "SELECT \"Round\" FROM \"2-16956201-9\" WHERE \"Opponent\" = 'Sergis Kyratzis';"} +{"question_id": 9619, "table_id": "2-170916-2", "question": "WHAT IS THE HIGHEST 2012 ENROLLMENT FOR école mathieu-martin, AFTER 1972?", "sql": "SELECT MAX(\"2012 Enrolment\") FROM \"2-170916-2\" WHERE \"School Name\" = 'école mathieu-martin' AND \"Year Open\" > 1972.0;"} +{"question_id": 9620, "table_id": "2-170916-2", "question": "WHAT IS THE ENROLLMENT FOR école saint-therèse AFTER 1954?", "sql": "SELECT MIN(\"2012 Enrolment\") FROM \"2-170916-2\" WHERE \"School Name\" = 'école saint-therèse' AND \"Year Open\" > 1954.0;"} +{"question_id": 9621, "table_id": "2-16458346-3", "question": "What was Fuzzy Zoeller's score in the United States?", "sql": "SELECT \"Score\" FROM \"2-16458346-3\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Fuzzy Zoeller';"} +{"question_id": 9622, "table_id": "2-16458346-3", "question": "Where is Miller Barber from?", "sql": "SELECT \"Place\" FROM \"2-16458346-3\" WHERE \"Player\" = 'Miller Barber';"} +{"question_id": 9623, "table_id": "2-16458346-3", "question": "What was Craig Stadler's score?", "sql": "SELECT \"Score\" FROM \"2-16458346-3\" WHERE \"Player\" = 'Craig Stadler';"} +{"question_id": 9624, "table_id": "2-16458346-3", "question": "What is the to par for Leonard Thompson from the United States with a place of T6?", "sql": "SELECT \"To par\" FROM \"2-16458346-3\" WHERE \"Place\" = 'T6' AND \"Country\" = 'United States' AND \"Player\" = 'Leonard Thompson';"} +{"question_id": 9625, "table_id": "2-16772687-10", "question": "what position did the player play who had a number of 15 who played in 1987?", "sql": "SELECT \"Position\" FROM \"2-16772687-10\" WHERE \"Jersey Number(s)\" = '15' AND \"Years\" = '1987';"} +{"question_id": 9626, "table_id": "2-16772687-10", "question": "What years did the player from Illinois play?", "sql": "SELECT \"Years\" FROM \"2-16772687-10\" WHERE \"From\" = 'Illinois';"} +{"question_id": 9627, "table_id": "2-17323758-2", "question": "What was the attendance for the week 1 game?", "sql": "SELECT \"Attendance\" FROM \"2-17323758-2\" WHERE \"Week\" = 1.0;"} +{"question_id": 9628, "table_id": "2-17440487-2", "question": "Who was the opponent in the 1 round fight in The Ultimate Fighter 2 Finale?", "sql": "SELECT \"Opponent\" FROM \"2-17440487-2\" WHERE \"Round\" = '1' AND \"Event\" = 'The Ultimate Fighter 2 Finale';"} +{"question_id": 9629, "table_id": "2-17440487-2", "question": "Who is the opponent in the fight of 1 round when the record is 18-7?", "sql": "SELECT \"Opponent\" FROM \"2-17440487-2\" WHERE \"Round\" = '1' AND \"Record\" = '18-7';"} +{"question_id": 9630, "table_id": "2-17440487-2", "question": "What is the record at the UW: Ultimate Fight Minnesota?", "sql": "SELECT \"Record\" FROM \"2-17440487-2\" WHERE \"Event\" = 'UW: Ultimate Fight Minnesota';"} +{"question_id": 9631, "table_id": "2-17440487-2", "question": "What is the record in the 2 round fight that ended by Submission (injury)?", "sql": "SELECT \"Record\" FROM \"2-17440487-2\" WHERE \"Round\" = '2' AND \"Method\" = 'Submission (injury)';"} +{"question_id": 9632, "table_id": "2-17440487-2", "question": "Who is the opponent at the IFA: Clash of the Champions?", "sql": "SELECT \"Opponent\" FROM \"2-17440487-2\" WHERE \"Event\" = 'IFA: Clash of the Champions';"} +{"question_id": 9633, "table_id": "2-17440487-2", "question": "What is the record that resulted in a Loss at the RSF: Shooto Challenge 2?", "sql": "SELECT \"Record\" FROM \"2-17440487-2\" WHERE \"Res.\" = 'Loss' AND \"Event\" = 'RSF: Shooto Challenge 2';"} +{"question_id": 9634, "table_id": "2-1646586-4", "question": "What is the B (max) average when the C (max) is greater than 156, the taper is 1:19.231, and the D (max) is less than 34.9?", "sql": "SELECT AVG(\"B (max)\") FROM \"2-1646586-4\" WHERE \"C (max)\" > 156.0 AND \"Taper\" = '1:19.231' AND \"D (max)\" < 34.9;"} +{"question_id": 9635, "table_id": "2-1646586-4", "question": "With a Morse Taper number less than 3 and a C (max) of 59.5 what is the total of D (max)?", "sql": "SELECT COUNT(\"D (max)\") FROM \"2-1646586-4\" WHERE \"Morse Taper number\" < 3.0 AND \"C (max)\" = 59.5;"} +{"question_id": 9636, "table_id": "2-1646586-4", "question": "What's the total of the Morse Taper number when the D (max) is 20 and the B (max) greater than 94?", "sql": "SELECT SUM(\"Morse Taper number\") FROM \"2-1646586-4\" WHERE \"D (max)\" = 20.0 AND \"B (max)\" > 94.0;"} +{"question_id": 9637, "table_id": "2-1646586-4", "question": "What total D (max) has a taper of 1:20.047, and a C (max) bigger than 65.5?", "sql": "SELECT SUM(\"D (max)\") FROM \"2-1646586-4\" WHERE \"Taper\" = '1:20.047' AND \"C (max)\" > 65.5;"} +{"question_id": 9638, "table_id": "2-1646586-4", "question": "What is the minimum D (max) when the Morse Taper number is less than 0?", "sql": "SELECT MIN(\"D (max)\") FROM \"2-1646586-4\" WHERE \"Morse Taper number\" < 0.0;"} +{"question_id": 9639, "table_id": "2-17221632-4", "question": "What is the average React, when Mark is less than 7.93?", "sql": "SELECT AVG(\"React\") FROM \"2-17221632-4\" WHERE \"Mark\" < 7.93;"} +{"question_id": 9640, "table_id": "2-17221632-4", "question": "What is the lowest React, when Name is \"candice davis\", and when Lane is less than 3?", "sql": "SELECT MIN(\"React\") FROM \"2-17221632-4\" WHERE \"Name\" = 'candice davis' AND \"Lane\" < 3.0;"} +{"question_id": 9641, "table_id": "2-17221632-4", "question": "What is the total number of Lane, when Mark is \"7.93\", and when React is less than 0.145?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-17221632-4\" WHERE \"Mark\" = 7.93 AND \"React\" < 0.145;"} +{"question_id": 9642, "table_id": "2-17221632-4", "question": "What is the average React, when Name is \"candice davis\", and when Lane is less than 3?", "sql": "SELECT AVG(\"React\") FROM \"2-17221632-4\" WHERE \"Name\" = 'candice davis' AND \"Lane\" < 3.0;"} +{"question_id": 9643, "table_id": "2-17221632-4", "question": "What is the total number of Mark, when Country is \"russia\", and when React is less than 0.165?", "sql": "SELECT COUNT(\"Mark\") FROM \"2-17221632-4\" WHERE \"Country\" = 'russia' AND \"React\" < 0.165;"} +{"question_id": 9644, "table_id": "2-17037812-2", "question": "What is Round, when Method is \"Submission (reverse armbar)\"?", "sql": "SELECT \"Round\" FROM \"2-17037812-2\" WHERE \"Method\" = 'Submission (reverse armbar)';"} +{"question_id": 9645, "table_id": "2-17037812-2", "question": "What is the total number of Round(s), when Time is \"n/a\", and when Location is \"canton, ohio, usa\"?", "sql": "SELECT COUNT(\"Round\") FROM \"2-17037812-2\" WHERE \"Time\" = 'n/a' AND \"Location\" = 'canton, ohio, usa';"} +{"question_id": 9646, "table_id": "2-17037812-2", "question": "What is Location, when Opponent is \"Jonathan Goulet\"?", "sql": "SELECT \"Location\" FROM \"2-17037812-2\" WHERE \"Opponent\" = 'Jonathan Goulet';"} +{"question_id": 9647, "table_id": "2-17037812-2", "question": "What is Record, when Method is \"Submission (triangle choke)\", and when Time is 0:48?", "sql": "SELECT \"Record\" FROM \"2-17037812-2\" WHERE \"Method\" = 'Submission (triangle choke)' AND \"Time\" = '0:48';"} +{"question_id": 9648, "table_id": "2-163252-2", "question": "When was the premiere of the show that had a rank of #7?", "sql": "SELECT \"Premiere\" FROM \"2-163252-2\" WHERE \"Rank\" = '#7';"} +{"question_id": 9649, "table_id": "2-163252-2", "question": "When was the finale played when the show premiered on September 24, 2002?", "sql": "SELECT \"Finale\" FROM \"2-163252-2\" WHERE \"Premiere\" = 'September 24, 2002';"} +{"question_id": 9650, "table_id": "2-163252-2", "question": "What is the minimum number of views that watched the show when there was more than 22 episodes and the finale was on may 23, 1995?", "sql": "SELECT MIN(\"Viewers (in households)\") FROM \"2-163252-2\" WHERE \"Finale\" = 'may 23, 1995' AND \"Episodes\" > 22.0;"} +{"question_id": 9651, "table_id": "2-17279851-2", "question": "Which title was created in 2001 by Mellow?", "sql": "SELECT \"Title\" FROM \"2-17279851-2\" WHERE \"Date\" = 2001.0 AND \"Artist\" = 'Mellow';"} +{"question_id": 9652, "table_id": "2-17279851-2", "question": "Which artist has a serial number of ATM24016?", "sql": "SELECT \"Artist\" FROM \"2-17279851-2\" WHERE \"Number\" = 'ATM24016';"} +{"question_id": 9653, "table_id": "2-17279851-2", "question": "What is the latest date that has a serial number of INFEC 107CDSX?", "sql": "SELECT MAX(\"Date\") FROM \"2-17279851-2\" WHERE \"Number\" = 'INFEC 107CDSX';"} +{"question_id": 9654, "table_id": "2-17279851-2", "question": "Which artist has a serial number of BOONCD1?", "sql": "SELECT \"Artist\" FROM \"2-17279851-2\" WHERE \"Number\" = 'BOONCD1';"} +{"question_id": 9655, "table_id": "2-17064870-7", "question": "What is the highest Game, when Streak is \"Win 1\", and when Date is \"February 18\"?", "sql": "SELECT MAX(\"Game\") FROM \"2-17064870-7\" WHERE \"Streak\" = 'Win 1' AND \"Date\" = 'February 18';"} +{"question_id": 9656, "table_id": "2-17438349-1", "question": "Which Away team has a Home team of Walsall?", "sql": "SELECT \"Away team\" FROM \"2-17438349-1\" WHERE \"Home team\" = 'Walsall';"} +{"question_id": 9657, "table_id": "2-17438349-1", "question": "Which Date has a Score of 2–2, and an Away team of Aylesbury United?", "sql": "SELECT \"Date\" FROM \"2-17438349-1\" WHERE \"Score\" = '2–2' AND \"Away team\" = 'Aylesbury United';"} +{"question_id": 9658, "table_id": "2-17438349-1", "question": "Which Score has a Tie no of 33?", "sql": "SELECT \"Score\" FROM \"2-17438349-1\" WHERE \"Tie no\" = '33';"} +{"question_id": 9659, "table_id": "2-17438349-1", "question": "Which Home team has a Tie no of Replay, a Date of 19 November 1985, and an Away team of Tranmere Rovers?", "sql": "SELECT \"Home team\" FROM \"2-17438349-1\" WHERE \"Tie no\" = 'Replay' AND \"Date\" = '19 November 1985' AND \"Away team\" = 'Tranmere Rovers';"} +{"question_id": 9660, "table_id": "2-17438349-1", "question": "Which Score has a Home team of Windsor & Eton?", "sql": "SELECT \"Score\" FROM \"2-17438349-1\" WHERE \"Home team\" = 'Windsor & Eton';"} +{"question_id": 9661, "table_id": "2-17438349-1", "question": "Which Date has a Home team of Rochdale?", "sql": "SELECT \"Date\" FROM \"2-17438349-1\" WHERE \"Home team\" = 'Rochdale';"} +{"question_id": 9662, "table_id": "2-17245504-1", "question": "In the game that has a score of 71-71-70-73=285 what is the to par?", "sql": "SELECT \"To par\" FROM \"2-17245504-1\" WHERE \"Score\" = '71-71-70-73=285';"} +{"question_id": 9663, "table_id": "2-17245504-1", "question": "What is score of the game that was at a paace of T4, and had the player Butch Baird?", "sql": "SELECT \"Score\" FROM \"2-17245504-1\" WHERE \"Place\" = 'T4' AND \"Player\" = 'Butch Baird';"} +{"question_id": 9664, "table_id": "2-17245504-1", "question": "Which country has the player Johnny Miller?", "sql": "SELECT \"Country\" FROM \"2-17245504-1\" WHERE \"Player\" = 'Johnny Miller';"} +{"question_id": 9665, "table_id": "2-17245504-1", "question": "Which player has a score of 70-68-69-73=280 and a place of T4?", "sql": "SELECT \"Player\" FROM \"2-17245504-1\" WHERE \"Place\" = 'T4' AND \"Score\" = '70-68-69-73=280';"} +{"question_id": 9666, "table_id": "2-16940417-1", "question": "What is the highest Played, when Average is less than 0.903, when 1992-93 is 25, and when 1994-1995 is greater than 38?", "sql": "SELECT MAX(\"Played\") FROM \"2-16940417-1\" WHERE \"Average\" < 0.903 AND \"1992-93\" = '25' AND \"1994-1995\" > 38.0;"} +{"question_id": 9667, "table_id": "2-16940417-1", "question": "What is the lowest 1994-1995, when Points is 145, and when Played is less than 114?", "sql": "SELECT MIN(\"1994-1995\") FROM \"2-16940417-1\" WHERE \"Points\" = 145.0 AND \"Played\" < 114.0;"} +{"question_id": 9668, "table_id": "2-16940417-1", "question": "What is the sum of Points, when Played is less than 114, when Team is gimnasia de jujuy, and when 1994-1995 is less than 32?", "sql": "SELECT SUM(\"Points\") FROM \"2-16940417-1\" WHERE \"Played\" < 114.0 AND \"Team\" = 'gimnasia de jujuy' AND \"1994-1995\" < 32.0;"} +{"question_id": 9669, "table_id": "2-17577144-2", "question": "What date that was the league position was 1st, and the result F– A was 5 – 0?", "sql": "SELECT \"Date\" FROM \"2-17577144-2\" WHERE \"League position\" = '1st' AND \"Result F – A\" = '5 – 0';"} +{"question_id": 9670, "table_id": "2-17577144-2", "question": "WhAt dAte wAs the opponent NottinghAm Forest, And the H/A wAs A?", "sql": "SELECT \"Date\" FROM \"2-17577144-2\" WHERE \"Opponents\" = 'Nottingham Forest' AND \"H / A\" = 'A';"} +{"question_id": 9671, "table_id": "2-17577144-2", "question": "What date was Notts County the opponent and the league position was 1st?", "sql": "SELECT \"Date\" FROM \"2-17577144-2\" WHERE \"Opponents\" = 'Notts County' AND \"League position\" = '1st';"} +{"question_id": 9672, "table_id": "2-17538810-4", "question": "What was the poll source that showed Democrat: John Lynch at 62% and had a lead margin of less than 33?", "sql": "SELECT \"Poll Source\" FROM \"2-17538810-4\" WHERE \"Lead Margin\" < 33.0 AND \"Democrat: John Lynch\" = '62%';"} +{"question_id": 9673, "table_id": "2-16195179-2", "question": "What is the mark for the runner in lanes under 2 and heats under 5?", "sql": "SELECT \"Mark\" FROM \"2-16195179-2\" WHERE \"Lane\" < 2.0 AND \"Heat\" < 5.0;"} +{"question_id": 9674, "table_id": "2-16195179-2", "question": "Who is in heat 5 from Guyana?", "sql": "SELECT \"Name\" FROM \"2-16195179-2\" WHERE \"Heat\" = 5.0 AND \"Country\" = 'Guyana';"} +{"question_id": 9675, "table_id": "2-16195179-2", "question": "How many lanes was khadevis robinson in for heats over 2?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-16195179-2\" WHERE \"Heat\" > 2.0 AND \"Name\" = 'khadevis robinson';"} +{"question_id": 9676, "table_id": "2-168274-1", "question": "Which ICB Sector had a ticker symbol of PP?", "sql": "SELECT \"ICB Sector\" FROM \"2-168274-1\" WHERE \"Ticker symbol\" = 'PP';"} +{"question_id": 9677, "table_id": "2-168274-1", "question": "Which ICB Sector belongs to Vallourec?", "sql": "SELECT \"ICB Sector\" FROM \"2-168274-1\" WHERE \"Company\" = 'Vallourec';"} +{"question_id": 9678, "table_id": "2-17131208-2", "question": "Which Week is the highest one that has a Result of w 23-20, and an Attendance smaller than 34127?", "sql": "SELECT MAX(\"Week\") FROM \"2-17131208-2\" WHERE \"Result\" = 'w 23-20' AND \"Attendance\" < 34127.0;"} +{"question_id": 9679, "table_id": "2-17131208-2", "question": "What was the average attendance on October 3, 1976?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-17131208-2\" WHERE \"Date\" = 'October 3, 1976';"} +{"question_id": 9680, "table_id": "2-17131208-2", "question": "How many weeks have a Date of december 4, 1976, and an Attendance larger than 57366?", "sql": "SELECT SUM(\"Week\") FROM \"2-17131208-2\" WHERE \"Date\" = 'december 4, 1976' AND \"Attendance\" > 57366.0;"} +{"question_id": 9681, "table_id": "2-17419587-2", "question": "What was the total number of aircrafts in 2011 for sydney airport that was ranked number 1?", "sql": "SELECT COUNT(\"2011\") FROM \"2-17419587-2\" WHERE \"Airport\" = 'sydney airport' AND \"Rank\" < 1.0;"} +{"question_id": 9682, "table_id": "2-17419587-2", "question": "What was the lowest rank for the airport in perth, western australia that had more than 124640 aircraft movements in 2010 and more than 265802 aircrafts in 2011?", "sql": "SELECT MIN(\"Rank\") FROM \"2-17419587-2\" WHERE \"Location\" = 'perth, western australia' AND \"2010\" > 124640.0 AND \"2011\" > 265802.0;"} +{"question_id": 9683, "table_id": "2-17419587-2", "question": "What is the sum of the ranks for the Gold Coast Airport which had less than 118354 aircraft movements in 2010?", "sql": "SELECT SUM(\"Rank\") FROM \"2-17419587-2\" WHERE \"2010\" < 118354.0 AND \"Airport\" = 'Gold Coast Airport';"} +{"question_id": 9684, "table_id": "2-16882078-2", "question": "What is the result for November 25, 2001?", "sql": "SELECT \"Result\" FROM \"2-16882078-2\" WHERE \"Date\" = 'November 25, 2001';"} +{"question_id": 9685, "table_id": "2-16882078-2", "question": "What is the result for week 12 against the Green Bay Packers?", "sql": "SELECT \"Result\" FROM \"2-16882078-2\" WHERE \"Week\" > 12.0 AND \"Opponent\" = 'Green Bay Packers';"} +{"question_id": 9686, "table_id": "2-16882078-2", "question": "What was the attendance like for week 8?", "sql": "SELECT \"Attendance\" FROM \"2-16882078-2\" WHERE \"Week\" = 8.0;"} +{"question_id": 9687, "table_id": "2-1637981-7", "question": "What was the passenger fare for Lansing, when the passenger fare for Kalamazoo was $599.39?", "sql": "SELECT \"Lansing (LAN)\" FROM \"2-1637981-7\" WHERE \"Kalamazoo (AZO)\" = '$599.39';"} +{"question_id": 9688, "table_id": "2-1637981-7", "question": "For how many years did Detroit have a passenger fare of $307.29?", "sql": "SELECT SUM(\"Year\") FROM \"2-1637981-7\" WHERE \"Detroit (DTW)\" = '$307.29';"} +{"question_id": 9689, "table_id": "2-1637981-7", "question": "What was the passenger fare for Grand Rapids, when the passenger fare for Detroit was $378.55?", "sql": "SELECT \"Grand Rapids (GRR)\" FROM \"2-1637981-7\" WHERE \"Detroit (DTW)\" = '$378.55';"} +{"question_id": 9690, "table_id": "2-1637981-7", "question": "Before the year 2010, and when Kalamazoo had a passenger fare of $517.32, what was the passenger fare for Detroit?", "sql": "SELECT \"Detroit (DTW)\" FROM \"2-1637981-7\" WHERE \"Year\" < 2010.0 AND \"Kalamazoo (AZO)\" = '$517.32';"} +{"question_id": 9691, "table_id": "2-16454472-14", "question": "Which Club has a League goals of 21?", "sql": "SELECT \"Club\" FROM \"2-16454472-14\" WHERE \"League goals\" = '21';"} +{"question_id": 9692, "table_id": "2-16454472-14", "question": "Which Club has a League Cup goals of 0, and a League goals of 11, and a Scorer of Joe Laidlaw?", "sql": "SELECT \"Club\" FROM \"2-16454472-14\" WHERE \"League Cup goals\" = 0.0 AND \"League goals\" = '11' AND \"Scorer\" = 'Joe Laidlaw';"} +{"question_id": 9693, "table_id": "2-16454472-14", "question": "Which FA Cup goals have a League goals of 18, and a Club of Sheffield United?", "sql": "SELECT MAX(\"FA Cup goals\") FROM \"2-16454472-14\" WHERE \"League goals\" = '18' AND \"Club\" = 'Sheffield United';"} +{"question_id": 9694, "table_id": "2-16454472-14", "question": "Which League Cup goals have a Scorer of ken houghton, and an FA Cup goals smaller than 0?", "sql": "SELECT MAX(\"League Cup goals\") FROM \"2-16454472-14\" WHERE \"Scorer\" = 'ken houghton' AND \"FA Cup goals\" < 0.0;"} +{"question_id": 9695, "table_id": "2-17438349-2", "question": "Who was the home team when the away team was Bristol Rovers?", "sql": "SELECT \"Home team\" FROM \"2-17438349-2\" WHERE \"Away team\" = 'Bristol Rovers';"} +{"question_id": 9696, "table_id": "2-17438349-2", "question": "What was the home team when the away team was Frickley Athletic?", "sql": "SELECT \"Home team\" FROM \"2-17438349-2\" WHERE \"Away team\" = 'Frickley Athletic';"} +{"question_id": 9697, "table_id": "2-17438349-2", "question": "When did Reading play at home?", "sql": "SELECT \"Date\" FROM \"2-17438349-2\" WHERE \"Home team\" = 'Reading';"} +{"question_id": 9698, "table_id": "2-1646960-11", "question": "What was the association for Indonesian Idol after 2005 with a Nominated Result?", "sql": "SELECT \"Association\" FROM \"2-1646960-11\" WHERE \"Nominee\" = 'Indonesian Idol' AND \"Year\" > 2005.0 AND \"Result\" = 'Nominated';"} +{"question_id": 9699, "table_id": "2-1646960-11", "question": "What was the earliest year that Indonesian Idol Won?", "sql": "SELECT MIN(\"Year\") FROM \"2-1646960-11\" WHERE \"Nominee\" = 'Indonesian Idol' AND \"Result\" = 'Won';"} +{"question_id": 9700, "table_id": "2-1646960-11", "question": "Who was the association that Daniel Mananta belonged to after 2011?", "sql": "SELECT \"Association\" FROM \"2-1646960-11\" WHERE \"Nominee\" = 'Daniel Mananta' AND \"Year\" > 2011.0;"} +{"question_id": 9701, "table_id": "2-1646960-11", "question": "What was the result in a year before 2013 that the nomination category was Presenter Talent Show?", "sql": "SELECT \"Result\" FROM \"2-1646960-11\" WHERE \"Year\" < 2013.0 AND \"Category\" = 'Presenter Talent Show';"} +{"question_id": 9702, "table_id": "2-17424331-1", "question": "What competition had a score of 8-1?", "sql": "SELECT \"Competition\" FROM \"2-17424331-1\" WHERE \"Score\" = '8-1';"} +{"question_id": 9703, "table_id": "2-16653153-27", "question": "Who was the away team for the game with a score of 139-119?", "sql": "SELECT \"Away team\" FROM \"2-16653153-27\" WHERE \"Score\" = '139-119';"} +{"question_id": 9704, "table_id": "2-16653153-27", "question": "Which date had a venue of the Gold Coast Convention Centre?", "sql": "SELECT \"Date\" FROM \"2-16653153-27\" WHERE \"Venue\" = 'Gold Coast Convention Centre';"} +{"question_id": 9705, "table_id": "2-16653153-27", "question": "Which date had a venue of the State Sports Centre?", "sql": "SELECT \"Date\" FROM \"2-16653153-27\" WHERE \"Venue\" = 'State Sports Centre';"} +{"question_id": 9706, "table_id": "2-17012578-6", "question": "What is the smallest shot % with ends won larger than 29 and ends lost smaller than 26?", "sql": "SELECT MIN(\"Shot Pct.\") FROM \"2-17012578-6\" WHERE \"Ends Won\" > 29.0 AND \"Ends Lost\" < 26.0;"} +{"question_id": 9707, "table_id": "2-17012578-6", "question": "How many ends lost when skip is kevin koe and stolen ends are more than 6?", "sql": "SELECT COUNT(\"Ends Lost\") FROM \"2-17012578-6\" WHERE \"Skip\" = 'kevin koe' AND \"Stolen Ends\" > 6.0;"} +{"question_id": 9708, "table_id": "2-17012578-6", "question": "How many ends lost when shot % is 88 and ends won are 31?", "sql": "SELECT COUNT(\"Ends Lost\") FROM \"2-17012578-6\" WHERE \"Shot Pct.\" = 88.0 AND \"Ends Won\" = 31.0;"} +{"question_id": 9709, "table_id": "2-17012578-6", "question": "How many ends lost for alberta when stolen ends are greater than 7?", "sql": "SELECT SUM(\"Ends Lost\") FROM \"2-17012578-6\" WHERE \"Province\" = 'alberta' AND \"Stolen Ends\" > 7.0;"} +{"question_id": 9710, "table_id": "2-17282079-5", "question": "What is the Winner of the Event in Punta del Este?", "sql": "SELECT \"Winner\" FROM \"2-17282079-5\" WHERE \"City\" = 'Punta del Este';"} +{"question_id": 9711, "table_id": "2-17282079-5", "question": "What is the Date of the Event in Panama City?", "sql": "SELECT \"Date\" FROM \"2-17282079-5\" WHERE \"City\" = 'Panama City';"} +{"question_id": 9712, "table_id": "2-17282079-5", "question": "What is the Winner of the Event in Panama City?", "sql": "SELECT \"Winner\" FROM \"2-17282079-5\" WHERE \"City\" = 'Panama City';"} +{"question_id": 9713, "table_id": "2-17282079-5", "question": "What is the Winner of the Event on September 26-30, 2012?", "sql": "SELECT \"Winner\" FROM \"2-17282079-5\" WHERE \"Date\" = 'September 26-30, 2012';"} +{"question_id": 9714, "table_id": "2-16287116-1", "question": "What is the lowest Laps, when Rider is sylvain guintoli, and when Grid is less than 16?", "sql": "SELECT MIN(\"Laps\") FROM \"2-16287116-1\" WHERE \"Rider\" = 'sylvain guintoli' AND \"Grid\" < 16.0;"} +{"question_id": 9715, "table_id": "2-16287116-1", "question": "What is the lowest Grid, when Laps is 21, when Manufacturer is Yamaha, and when Time is +18.802?", "sql": "SELECT MIN(\"Grid\") FROM \"2-16287116-1\" WHERE \"Laps\" = 21.0 AND \"Manufacturer\" = 'Yamaha' AND \"Time\" = '+18.802';"} +{"question_id": 9716, "table_id": "2-16287116-1", "question": "What is Rider, when Grid is less than 16, when Laps is 21, when Manufacturer is Honda, and when Time is +10.583?", "sql": "SELECT \"Rider\" FROM \"2-16287116-1\" WHERE \"Grid\" < 16.0 AND \"Laps\" = 21.0 AND \"Manufacturer\" = 'Honda' AND \"Time\" = '+10.583';"} +{"question_id": 9717, "table_id": "2-16287116-1", "question": "What is the average Grid, when Rider is shinya nakano, and when Laps is less than 21?", "sql": "SELECT AVG(\"Grid\") FROM \"2-16287116-1\" WHERE \"Rider\" = 'shinya nakano' AND \"Laps\" < 21.0;"} +{"question_id": 9718, "table_id": "2-17070080-1", "question": "who is the miss earth venezuela when the 2nd runner-up is María Escalante?", "sql": "SELECT \"Miss Earth Venezuela\" FROM \"2-17070080-1\" WHERE \"2nd Runner Up\" = 'María Escalante';"} +{"question_id": 9719, "table_id": "2-17070080-1", "question": "who is the 2nd runner-up when the year is before 2008 and the 3rd runner-up is Mariannys Caraballo?", "sql": "SELECT \"2nd Runner Up\" FROM \"2-17070080-1\" WHERE \"Year\" < 2008.0 AND \"3rd Runner Up\" = 'Mariannys Caraballo';"} +{"question_id": 9720, "table_id": "2-17070080-1", "question": "who is the 1st runner-up when the miss earth Venezuela is María Daniela Torrealba?", "sql": "SELECT \"1st Runner Up\" FROM \"2-17070080-1\" WHERE \"Miss Earth Venezuela\" = 'María Daniela Torrealba';"} +{"question_id": 9721, "table_id": "2-17070080-1", "question": "who is the 4th runner-up when the 2nd runner-up is Osmariel Villalobos?", "sql": "SELECT \"4th Runner Up\" FROM \"2-17070080-1\" WHERE \"2nd Runner Up\" = 'Osmariel Villalobos';"} +{"question_id": 9722, "table_id": "2-17070080-1", "question": "who is the 2nd runner-up when the 3rd runner-up is Mariannys Caraballo?", "sql": "SELECT \"2nd Runner Up\" FROM \"2-17070080-1\" WHERE \"3rd Runner Up\" = 'Mariannys Caraballo';"} +{"question_id": 9723, "table_id": "2-16871290-1", "question": "Which Semi finalists had a Week of May 15?", "sql": "SELECT \"Semi finalists\" FROM \"2-16871290-1\" WHERE \"Week\" = 'May 15';"} +{"question_id": 9724, "table_id": "2-16871290-1", "question": "Which Finalist has a Semi finalists of Monica Seles Conchita Martínez?", "sql": "SELECT \"Finalist\" FROM \"2-16871290-1\" WHERE \"Semi finalists\" = 'Monica Seles Conchita Martínez';"} +{"question_id": 9725, "table_id": "2-16871290-1", "question": "Which Tournament has a Semi finalists of Monica Seles Sandrine Testud?", "sql": "SELECT \"Tournament\" FROM \"2-16871290-1\" WHERE \"Semi finalists\" = 'Monica Seles Sandrine Testud';"} +{"question_id": 9726, "table_id": "2-16871290-1", "question": "Which Surface has a Semi finalists of Conchita Martínez Arantxa Sánchez?", "sql": "SELECT \"Surface\" FROM \"2-16871290-1\" WHERE \"Semi finalists\" = 'Conchita Martínez Arantxa Sánchez';"} +{"question_id": 9727, "table_id": "2-16871290-1", "question": "Which Tournament has a Semi finalists of Mary Pierce Elena Dementieva?", "sql": "SELECT \"Tournament\" FROM \"2-16871290-1\" WHERE \"Semi finalists\" = 'Mary Pierce Elena Dementieva';"} +{"question_id": 9728, "table_id": "2-16871290-1", "question": "Which Tournament has a Semi finalists of Martina Hingis Joannette Kruger?", "sql": "SELECT \"Tournament\" FROM \"2-16871290-1\" WHERE \"Semi finalists\" = 'Martina Hingis Joannette Kruger';"} +{"question_id": 9729, "table_id": "2-1718446-1", "question": "What is Winner, when Prize is \"£50,000\", and when Runner-Up is \"Korosh Nejad\"?", "sql": "SELECT \"Winner\" FROM \"2-1718446-1\" WHERE \"Prize\" = '£50,000' AND \"Runner-Up\" = 'Korosh Nejad';"} +{"question_id": 9730, "table_id": "2-1718446-1", "question": "What is Season, when Prize is \"$100,000\"?", "sql": "SELECT \"Season\" FROM \"2-1718446-1\" WHERE \"Prize\" = '$100,000';"} +{"question_id": 9731, "table_id": "2-1718446-1", "question": "What is Prize, when Winner is \"John Shaw\"?", "sql": "SELECT \"Prize\" FROM \"2-1718446-1\" WHERE \"Winner\" = 'John Shaw';"} +{"question_id": 9732, "table_id": "2-1718446-1", "question": "What is 3rd Place, when Runner-Up is \"Simon Ehne\", and when Prize is $100,000?", "sql": "SELECT \"3rd place\" FROM \"2-1718446-1\" WHERE \"Runner-Up\" = 'Simon Ehne' AND \"Prize\" = '$100,000';"} +{"question_id": 9733, "table_id": "2-1718446-1", "question": "What is Prize, when Runner-Up is \"Simon Ehne\", and when Winner is \"David Tighe\"?", "sql": "SELECT \"Prize\" FROM \"2-1718446-1\" WHERE \"Runner-Up\" = 'Simon Ehne' AND \"Winner\" = 'David Tighe';"} +{"question_id": 9734, "table_id": "2-1718446-1", "question": "What is Prize, when Season is \"2\"?", "sql": "SELECT \"Prize\" FROM \"2-1718446-1\" WHERE \"Season\" = '2';"} +{"question_id": 9735, "table_id": "2-16792161-2", "question": "What is Name (Birth-Death), when Left Office is 7 October 1958?", "sql": "SELECT \"Name (Birth–death)\" FROM \"2-16792161-2\" WHERE \"Left office\" = '7 October 1958';"} +{"question_id": 9736, "table_id": "2-16792161-2", "question": "What is Left Office, when Political Party is Ba'ath Party ( Syria Region ), and when Took Office is 7 March 1958?", "sql": "SELECT \"Left office\" FROM \"2-16792161-2\" WHERE \"Political party\" = 'Ba''ath Party ( Syria Region )' AND \"Took office\" = '7 March 1958';"} +{"question_id": 9737, "table_id": "2-17460096-1", "question": "What is the date for Game 4?", "sql": "SELECT \"Date\" FROM \"2-17460096-1\" WHERE \"Game\" = 'Game 4';"} +{"question_id": 9738, "table_id": "2-17460096-1", "question": "Who is the home team in Game 2?", "sql": "SELECT \"Home Team\" FROM \"2-17460096-1\" WHERE \"Game\" = 'Game 2';"} +{"question_id": 9739, "table_id": "2-17460096-1", "question": "What is the result for Game 5?", "sql": "SELECT \"Result\" FROM \"2-17460096-1\" WHERE \"Game\" = 'Game 5';"} +{"question_id": 9740, "table_id": "2-166170-6", "question": "WhAt is the vAlue in 1990 when it is A in 1989, 1985, And 1993?", "sql": "SELECT \"1990\" FROM \"2-166170-6\" WHERE \"1989\" = 'A' AND \"1985\" = 'A' AND \"1993\" = 'A';"} +{"question_id": 9741, "table_id": "2-166170-6", "question": "What is the value in 1988 when it is 2R in 1997 and SF in 1993?", "sql": "SELECT \"1988\" FROM \"2-166170-6\" WHERE \"1997\" = '2R' AND \"1993\" = 'SF';"} +{"question_id": 9742, "table_id": "2-166170-6", "question": "WhAt is the vAlue in 1987 when it is A in 1999, 1989, And 1997?", "sql": "SELECT \"1987\" FROM \"2-166170-6\" WHERE \"1999\" = 'A' AND \"1989\" = 'A' AND \"1997\" = 'A';"} +{"question_id": 9743, "table_id": "2-16712710-2", "question": "What was the result of the Los Angeles Rams game?", "sql": "SELECT \"Result\" FROM \"2-16712710-2\" WHERE \"Opponent\" = 'Los Angeles Rams';"} +{"question_id": 9744, "table_id": "2-16712710-2", "question": "what was the result in week 10?", "sql": "SELECT \"Result\" FROM \"2-16712710-2\" WHERE \"Week\" = 10.0;"} +{"question_id": 9745, "table_id": "2-16880965-1", "question": "What is the location of the opponent Siarhei Navarka?", "sql": "SELECT \"Location\" FROM \"2-16880965-1\" WHERE \"Opponent\" = 'Siarhei Navarka';"} +{"question_id": 9746, "table_id": "2-16880965-1", "question": "Which location has the promotor Frank Moloney, and the opponent Gennadiy Rasalev?", "sql": "SELECT \"Location\" FROM \"2-16880965-1\" WHERE \"Promotor\" = 'Frank Moloney' AND \"Opponent\" = 'Gennadiy Rasalev';"} +{"question_id": 9747, "table_id": "2-16880965-1", "question": "Which date has the promoter Frank Moloney and the opponent Georgi Iliev?", "sql": "SELECT \"Date\" FROM \"2-16880965-1\" WHERE \"Promotor\" = 'Frank Moloney' AND \"Opponent\" = 'Georgi Iliev';"} +{"question_id": 9748, "table_id": "2-17248696-4", "question": "What is Quantity made, when Wheel Arrangement is \"2-6-0\", and when Class is \"D-3\"?", "sql": "SELECT \"Quantity made\" FROM \"2-17248696-4\" WHERE \"Wheel arrangement\" = '2-6-0' AND \"Class\" = 'D-3';"} +{"question_id": 9749, "table_id": "2-17248696-4", "question": "What is Fleet Number(s), when Wheel Arrangement is \"2-6-0\", and when Class is \"Z\"?", "sql": "SELECT \"Fleet number(s)\" FROM \"2-17248696-4\" WHERE \"Wheel arrangement\" = '2-6-0' AND \"Class\" = 'Z';"} +{"question_id": 9750, "table_id": "2-17248696-4", "question": "What is Fleet Number(s), when Quantity Preserved is \"0\", when Quantity Made is 1, and when Class is \"Z\"?", "sql": "SELECT \"Fleet number(s)\" FROM \"2-17248696-4\" WHERE \"Quantity preserved\" = '0' AND \"Quantity made\" = '1' AND \"Class\" = 'Z';"} +{"question_id": 9751, "table_id": "2-17245565-2", "question": "Which Year(s) won has a To par of +8?", "sql": "SELECT \"Year(s) won\" FROM \"2-17245565-2\" WHERE \"To par\" = '+8';"} +{"question_id": 9752, "table_id": "2-17245565-2", "question": "How many totals does gene littler have?", "sql": "SELECT COUNT(\"Total\") FROM \"2-17245565-2\" WHERE \"Player\" = 'gene littler';"} +{"question_id": 9753, "table_id": "2-17245565-2", "question": "Which Total is the lowest one that has a Country of United States, and a To par of +12?", "sql": "SELECT MIN(\"Total\") FROM \"2-17245565-2\" WHERE \"Country\" = 'United States' AND \"To par\" = '+12';"} +{"question_id": 9754, "table_id": "2-17245565-2", "question": "What year or years did Arnold Palmer win?", "sql": "SELECT \"Year(s) won\" FROM \"2-17245565-2\" WHERE \"Player\" = 'Arnold Palmer';"} +{"question_id": 9755, "table_id": "2-16201038-1", "question": "what is the winning % for the years 2006-11?", "sql": "SELECT \"Winning %\" FROM \"2-16201038-1\" WHERE \"Years\" = '2006-11';"} +{"question_id": 9756, "table_id": "2-16201038-1", "question": "how many times is the seasons 2 and the coach guy lowman?", "sql": "SELECT COUNT(\"Winning %\") FROM \"2-16201038-1\" WHERE \"Seasons\" = 2.0 AND \"Coach\" = 'guy lowman';"} +{"question_id": 9757, "table_id": "2-16201038-1", "question": "what is the record for years 2006-11?", "sql": "SELECT \"Record\" FROM \"2-16201038-1\" WHERE \"Years\" = '2006-11';"} +{"question_id": 9758, "table_id": "2-1691208-1", "question": "What is the Result of the AFG Arena, St. Gallen Competition with a Score of 1–0?", "sql": "SELECT \"Result\" FROM \"2-1691208-1\" WHERE \"Venue\" = 'AFG Arena, St. Gallen' AND \"Score\" = '1–0';"} +{"question_id": 9759, "table_id": "2-16654805-14", "question": "Who won the Metas Volantes Classification in the stage in which Damiano Cunego won the points classification?", "sql": "SELECT \"Metas Volantes Classification\" FROM \"2-16654805-14\" WHERE \"Points Classification\" = 'Damiano Cunego';"} +{"question_id": 9760, "table_id": "2-16654805-14", "question": "Who led the metas volantes classification for stage 4?", "sql": "SELECT \"Metas Volantes Classification\" FROM \"2-16654805-14\" WHERE \"Stage\" = 4.0;"} +{"question_id": 9761, "table_id": "2-16654805-14", "question": "Who was the winner in the stage that Damiano Cunego led the points classification?", "sql": "SELECT \"Winner\" FROM \"2-16654805-14\" WHERE \"Points Classification\" = 'Damiano Cunego';"} +{"question_id": 9762, "table_id": "2-17386087-2", "question": "What was the attendance when they played at Dallas Cowboys?", "sql": "SELECT \"Attendance\" FROM \"2-17386087-2\" WHERE \"Opponent\" = 'at Dallas Cowboys';"} +{"question_id": 9763, "table_id": "2-17386087-2", "question": "What was the attendance at the game before week 8, held on october 25, 1981?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-17386087-2\" WHERE \"Date\" = 'october 25, 1981' AND \"Week\" < 8.0;"} +{"question_id": 9764, "table_id": "2-17386087-2", "question": "What was the date of the game played after week 15?", "sql": "SELECT \"Date\" FROM \"2-17386087-2\" WHERE \"Week\" > 15.0;"} +{"question_id": 9765, "table_id": "2-17100961-15", "question": "Which player had a position of OT during round 27?", "sql": "SELECT \"Name\" FROM \"2-17100961-15\" WHERE \"Position\" = 'OT' AND \"Round\" = 27.0;"} +{"question_id": 9766, "table_id": "2-1656361-1", "question": "Which Doctor Who episode has a Episode # of 11?", "sql": "SELECT \"Doctor Who episode\" FROM \"2-1656361-1\" WHERE \"Episode #\" = '11';"} +{"question_id": 9767, "table_id": "2-1656361-1", "question": "Which Doctor Who episode has a Original airdate (UK) of DVD only?", "sql": "SELECT \"Doctor Who episode\" FROM \"2-1656361-1\" WHERE \"Original airdate (UK)\" = 'DVD only';"} +{"question_id": 9768, "table_id": "2-1656361-1", "question": "Which Original airdate (UK) has a Doctor Who episode of \" The Doctor Dances \"?", "sql": "SELECT \"Original airdate (UK)\" FROM \"2-1656361-1\" WHERE \"Doctor Who episode\" = '\" The Doctor Dances \"';"} +{"question_id": 9769, "table_id": "2-1656361-1", "question": "Which Episode title has a Doctor Who episode of Episodes 1–12?", "sql": "SELECT \"Episode title\" FROM \"2-1656361-1\" WHERE \"Doctor Who episode\" = 'Episodes 1–12';"} +{"question_id": 9770, "table_id": "2-1656361-1", "question": "Which Episode title has a Episode # of S2?", "sql": "SELECT \"Episode title\" FROM \"2-1656361-1\" WHERE \"Episode #\" = 'S2';"} +{"question_id": 9771, "table_id": "2-1656361-1", "question": "Which Doctor Who episode has an Original airdate (UK) of 14 May 2005?", "sql": "SELECT \"Doctor Who episode\" FROM \"2-1656361-1\" WHERE \"Original airdate (UK)\" = '14 May 2005';"} +{"question_id": 9772, "table_id": "2-17017717-2", "question": "Which result has a Location of Canada, and a Record of 3-3?", "sql": "SELECT \"Res.\" FROM \"2-17017717-2\" WHERE \"Location\" = 'Canada' AND \"Record\" = '3-3';"} +{"question_id": 9773, "table_id": "2-17017717-2", "question": "Which event has a Round larger than 2?", "sql": "SELECT \"Event\" FROM \"2-17017717-2\" WHERE \"Round\" > 2.0;"} +{"question_id": 9774, "table_id": "2-16998383-1", "question": "WHAT IS THE RANGE WITH ISOLATION SMALLER THAN 2.35, RANK LARGER THAN 38, ELEVATION GREATER THAN 6080, AND NAMED Plott Balsam?", "sql": "SELECT \"Range\" FROM \"2-16998383-1\" WHERE \"Isolation\" < 2.35 AND \"Rank\" > 38.0 AND \"Elevation (ft)\" > 6080.0 AND \"Peak Name\" = 'Plott Balsam';"} +{"question_id": 9775, "table_id": "2-16998383-1", "question": "WHAT IS THE ELEVATION OF THE unaka mountains, IN roan high bluff PEAK, AND ISOLATION LARGER THAN 1.54?", "sql": "SELECT AVG(\"Elevation (ft)\") FROM \"2-16998383-1\" WHERE \"Range\" = 'unaka mountains' AND \"Peak Name\" = 'roan high bluff' AND \"Isolation\" > 1.54;"} +{"question_id": 9776, "table_id": "2-16744545-2", "question": "With a silver greater than 0, gold of 9 and a bronze less than 9, what is the lowest total listed?", "sql": "SELECT MIN(\"Total\") FROM \"2-16744545-2\" WHERE \"Silver\" > 0.0 AND \"Gold\" = 9.0 AND \"Bronze\" < 9.0;"} +{"question_id": 9777, "table_id": "2-16678524-2", "question": "What was the Attendance on Week 8?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-16678524-2\" WHERE \"Week\" = 8.0;"} +{"question_id": 9778, "table_id": "2-16678524-2", "question": "What is the Attendance after Week 8 with a Result of W 42–0?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-16678524-2\" WHERE \"Week\" > 8.0 AND \"Result\" = 'W 42–0';"} +{"question_id": 9779, "table_id": "2-17605287-3", "question": "what is the average bronze when gold is more than 0, the nation is greece and silver is less than 0?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-17605287-3\" WHERE \"Gold\" > 0.0 AND \"Nation\" = 'greece' AND \"Silver\" < 0.0;"} +{"question_id": 9780, "table_id": "2-17605287-3", "question": "what is the rank when bronze is less than 1 and silver is less than 1?", "sql": "SELECT \"Rank\" FROM \"2-17605287-3\" WHERE \"Bronze\" < 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 9781, "table_id": "2-172334-1", "question": "Which country had a round of Q3?", "sql": "SELECT \"Country\" FROM \"2-172334-1\" WHERE \"Round\" = 'Q3';"} +{"question_id": 9782, "table_id": "2-17198476-1", "question": "Which Country has a To par of E?", "sql": "SELECT \"Country\" FROM \"2-17198476-1\" WHERE \"To par\" = 'E';"} +{"question_id": 9783, "table_id": "2-17198476-1", "question": "Which Finish has a To par of –1, and a Year(s) won of 1955?", "sql": "SELECT \"Finish\" FROM \"2-17198476-1\" WHERE \"To par\" = '–1' AND \"Year(s) won\" = '1955';"} +{"question_id": 9784, "table_id": "2-17198476-1", "question": "Which To par has a Finish of T3, and a Player of Julius Boros?", "sql": "SELECT \"To par\" FROM \"2-17198476-1\" WHERE \"Finish\" = 'T3' AND \"Player\" = 'Julius Boros';"} +{"question_id": 9785, "table_id": "2-17198476-1", "question": "Which Player has a To par of –1, and a Year(s) won of 1952?", "sql": "SELECT \"Player\" FROM \"2-17198476-1\" WHERE \"To par\" = '–1' AND \"Year(s) won\" = '1952';"} +{"question_id": 9786, "table_id": "2-17198476-1", "question": "Which To par has a Total larger than 283, and a Finish of T12?", "sql": "SELECT \"To par\" FROM \"2-17198476-1\" WHERE \"Total\" > 283.0 AND \"Finish\" = 'T12';"} +{"question_id": 9787, "table_id": "2-16705865-4", "question": "What is Role, when Status is \"2001 - 2003, 2005 - 2009\"?", "sql": "SELECT \"Role\" FROM \"2-16705865-4\" WHERE \"Status\" = '2001 - 2003, 2005 - 2009';"} +{"question_id": 9788, "table_id": "2-16705865-4", "question": "What is Actor, when Role is \"Kate Manfredi\"?", "sql": "SELECT \"Actor\" FROM \"2-16705865-4\" WHERE \"Role\" = 'Kate Manfredi';"} +{"question_id": 9789, "table_id": "2-16705865-4", "question": "What is Number Of Episodes, when Actor is \"Jessica Napier\"", "sql": "SELECT \"Number Of Episodes\" FROM \"2-16705865-4\" WHERE \"Actor\" = 'Jessica Napier';"} +{"question_id": 9790, "table_id": "2-16705865-4", "question": "What is Actor, when Number Of Episodes is \"117 Episodes\"?", "sql": "SELECT \"Actor\" FROM \"2-16705865-4\" WHERE \"Number Of Episodes\" = '117 Episodes';"} +{"question_id": 9791, "table_id": "2-16705865-4", "question": "What is Number Of Episodes, when Status is \"2001 - 2003, 2005 - 2009\"?", "sql": "SELECT \"Number Of Episodes\" FROM \"2-16705865-4\" WHERE \"Status\" = '2001 - 2003, 2005 - 2009';"} +{"question_id": 9792, "table_id": "2-16705865-4", "question": "What is Number Of Episodes, when Notes is \"Moved to run a Farm with boyfriend Jake.\"?", "sql": "SELECT \"Number Of Episodes\" FROM \"2-16705865-4\" WHERE \"Notes\" = 'Moved to run a Farm with boyfriend Jake.';"} +{"question_id": 9793, "table_id": "2-17470906-1", "question": "What is the name of the home captain when the result was AUS by 32 runs?", "sql": "SELECT \"Home captain\" FROM \"2-17470906-1\" WHERE \"Result\" = 'AUS by 32 runs';"} +{"question_id": 9794, "table_id": "2-17470906-1", "question": "What is the name of the away captain when Hugh Trumble was the home captain and the result was AUS by 32 runs?", "sql": "SELECT \"Away captain\" FROM \"2-17470906-1\" WHERE \"Home captain\" = 'Hugh Trumble' AND \"Result\" = 'AUS by 32 runs';"} +{"question_id": 9795, "table_id": "2-17470906-1", "question": "What is the name of the home captain when the result was AUS by 229 runs?", "sql": "SELECT \"Home captain\" FROM \"2-17470906-1\" WHERE \"Result\" = 'AUS by 229 runs';"} +{"question_id": 9796, "table_id": "2-17470906-1", "question": "What is the name of the away captain when the game was at Adelaide Oval?", "sql": "SELECT \"Away captain\" FROM \"2-17470906-1\" WHERE \"Venue\" = 'Adelaide Oval';"} +{"question_id": 9797, "table_id": "2-1628851-2", "question": "What was the winning score when the runner-up was Beth Daniel and the margin of victory was 7 strokes?", "sql": "SELECT \"Winning score\" FROM \"2-1628851-2\" WHERE \"Runner(s)-up\" = 'Beth Daniel' AND \"Margin of victory\" = '7 strokes';"} +{"question_id": 9798, "table_id": "2-1628851-2", "question": "What was the winning score for Oldsmobile LPGA Classic?", "sql": "SELECT \"Winning score\" FROM \"2-1628851-2\" WHERE \"Tournament\" = 'Oldsmobile LPGA Classic';"} +{"question_id": 9799, "table_id": "2-1628851-2", "question": "What was the winning score on Jan 22, 1995 when the margin of victory was 1 stroke?", "sql": "SELECT \"Winning score\" FROM \"2-1628851-2\" WHERE \"Margin of victory\" = '1 stroke' AND \"Date\" = 'Jan 22, 1995';"} +{"question_id": 9800, "table_id": "2-1628851-2", "question": "What was the winning score when the margin of victory was a Playoff for the Tournament of Safeco Classic?", "sql": "SELECT \"Winning score\" FROM \"2-1628851-2\" WHERE \"Margin of victory\" = 'Playoff' AND \"Tournament\" = 'Safeco Classic';"} +{"question_id": 9801, "table_id": "2-1628851-2", "question": "What was the winning score on Aug 28, 1983?", "sql": "SELECT \"Winning score\" FROM \"2-1628851-2\" WHERE \"Date\" = 'Aug 28, 1983';"} +{"question_id": 9802, "table_id": "2-1628851-2", "question": "What was the margin of victory when the runner-up was Janet Coles?", "sql": "SELECT \"Margin of victory\" FROM \"2-1628851-2\" WHERE \"Runner(s)-up\" = 'Janet Coles';"} +{"question_id": 9803, "table_id": "2-171581-1", "question": "What studio is director David Fincher from?", "sql": "SELECT \"Studio\" FROM \"2-171581-1\" WHERE \"Director\" = 'David Fincher';"} +{"question_id": 9804, "table_id": "2-171581-1", "question": "What studio is director Reginald Hudlin from?", "sql": "SELECT \"Studio\" FROM \"2-171581-1\" WHERE \"Director\" = 'Reginald Hudlin';"} +{"question_id": 9805, "table_id": "2-171581-1", "question": "What director has a worldwide gross of $149,022,650 and is ranked greater than 7?", "sql": "SELECT \"Director\" FROM \"2-171581-1\" WHERE \"Rank\" > 7.0 AND \"Worldwide Gross\" = '$149,022,650';"} +{"question_id": 9806, "table_id": "2-1618840-1", "question": "What were the co-drivers in 2008?", "sql": "SELECT \"Co-Drivers\" FROM \"2-1618840-1\" WHERE \"Year\" = 2008.0;"} +{"question_id": 9807, "table_id": "2-1618840-1", "question": "What is the class of 2009?", "sql": "SELECT \"Class\" FROM \"2-1618840-1\" WHERE \"Year\" = 2009.0;"} +{"question_id": 9808, "table_id": "2-1618840-1", "question": "Who were the co-drivers with more than 310 laps and team Aston Martin Racing BMS?", "sql": "SELECT \"Co-Drivers\" FROM \"2-1618840-1\" WHERE \"Laps\" > 310.0 AND \"Team\" = 'Aston Martin Racing BMS';"} +{"question_id": 9809, "table_id": "2-17245565-5", "question": "What is Place, when Player is \"Arnold Palmer\"?", "sql": "SELECT \"Place\" FROM \"2-17245565-5\" WHERE \"Player\" = 'Arnold Palmer';"} +{"question_id": 9810, "table_id": "2-17245565-5", "question": "What is Player, when Place is \"T5\", and when Score is \"69-72=141\"?", "sql": "SELECT \"Player\" FROM \"2-17245565-5\" WHERE \"Place\" = 'T5' AND \"Score\" = '69-72=141';"} +{"question_id": 9811, "table_id": "2-17245565-5", "question": "What is Score, when Place is \"T5\", and when Player is \"George Archer\"?", "sql": "SELECT \"Score\" FROM \"2-17245565-5\" WHERE \"Place\" = 'T5' AND \"Player\" = 'George Archer';"} +{"question_id": 9812, "table_id": "2-17245565-5", "question": "What is Country, when Score is \"73-68=141\"?", "sql": "SELECT \"Country\" FROM \"2-17245565-5\" WHERE \"Score\" = '73-68=141';"} +{"question_id": 9813, "table_id": "2-17271053-2", "question": "What is the highest number of laps with an Accident time and a Suzuki GSX-R1000 bike?", "sql": "SELECT MAX(\"Laps\") FROM \"2-17271053-2\" WHERE \"Time\" = 'Accident' AND \"Bike\" = 'Suzuki GSX-R1000';"} +{"question_id": 9814, "table_id": "2-17271053-2", "question": "What is the number of laps of the grid larger than 22 with a +1:29.001 time?", "sql": "SELECT \"Laps\" FROM \"2-17271053-2\" WHERE \"Grid\" > 22.0 AND \"Time\" = '+1:29.001';"} +{"question_id": 9815, "table_id": "2-17271053-2", "question": "What bike has an Accident time, less than 9 laps, and a 5 grid?", "sql": "SELECT \"Bike\" FROM \"2-17271053-2\" WHERE \"Time\" = 'Accident' AND \"Laps\" < 9.0 AND \"Grid\" = 5.0;"} +{"question_id": 9816, "table_id": "2-17271053-2", "question": "What is the sum of the laps with a grid less than 28, Retirement time, and a Ducati 1098 F08 bikes?", "sql": "SELECT SUM(\"Laps\") FROM \"2-17271053-2\" WHERE \"Grid\" < 28.0 AND \"Time\" = 'Retirement' AND \"Bike\" = 'Ducati 1098 F08';"} +{"question_id": 9817, "table_id": "2-17565113-2", "question": "What is the maximum 2002 figure when 2008 is 19.5, 2006 is less than 24.5 and 1999 is 18.3?", "sql": "SELECT MAX(\"2002\") FROM \"2-17565113-2\" WHERE \"2008\" > 19.5 AND \"2006\" < 24.5 AND \"1999\" = 18.3;"} +{"question_id": 9818, "table_id": "2-17565113-2", "question": "What is the 2002 average when 2003 is less than 13.2, 2006 is more than 12.1, 2011 is more than 13.5 and 2001 is 11.5?", "sql": "SELECT AVG(\"2002\") FROM \"2-17565113-2\" WHERE \"2003\" < 13.2 AND \"2006\" > 12.1 AND \"2011\" > 13.5 AND \"2001\" = 11.5;"} +{"question_id": 9819, "table_id": "2-17565113-2", "question": "What is the maximum in 2004 when 2009 is higher than 26.1?", "sql": "SELECT MAX(\"2004\") FROM \"2-17565113-2\" WHERE \"2009\" > 26.1;"} +{"question_id": 9820, "table_id": "2-17565113-2", "question": "What is the 2010 figure for the District of Columbia where the 2004 figure is more than 12.3?", "sql": "SELECT SUM(\"2010\") FROM \"2-17565113-2\" WHERE \"Division\" = 'District of Columbia' AND \"2004\" > 12.3;"} +{"question_id": 9821, "table_id": "2-16729930-7", "question": "What is GPU Frequency, when Frequency is 1.67 GHz, and when sSpec Number is SLBX9(A0)?", "sql": "SELECT \"GPU frequency\" FROM \"2-16729930-7\" WHERE \"Frequency\" = '1.67 GHz' AND \"sSpec number\" = 'SLBX9(A0)';"} +{"question_id": 9822, "table_id": "2-16729930-7", "question": "What is I/O Bus, when Frequency is 1.67 GHz, and when sSpec Number is SLBMG(A0)?", "sql": "SELECT \"I/O bus\" FROM \"2-16729930-7\" WHERE \"Frequency\" = '1.67 GHz' AND \"sSpec number\" = 'SLBMG(A0)';"} +{"question_id": 9823, "table_id": "2-16729930-7", "question": "What is GPU Frequency, when Model Number is Atom N435?", "sql": "SELECT \"GPU frequency\" FROM \"2-16729930-7\" WHERE \"Model number\" = 'Atom N435';"} +{"question_id": 9824, "table_id": "2-16729930-7", "question": "What is Frequency, when Part Number(s) is AU80610006240AA?", "sql": "SELECT \"Frequency\" FROM \"2-16729930-7\" WHERE \"Part number(s)\" = 'AU80610006240AA';"} +{"question_id": 9825, "table_id": "2-16729930-7", "question": "What is Socket, when Part Number(s) is AU80610003495AA?", "sql": "SELECT \"Socket\" FROM \"2-16729930-7\" WHERE \"Part number(s)\" = 'AU80610003495AA';"} +{"question_id": 9826, "table_id": "2-16729930-7", "question": "What is sSpec Number, when Model Number is Atom N475?", "sql": "SELECT \"sSpec number\" FROM \"2-16729930-7\" WHERE \"Model number\" = 'Atom N475';"} +{"question_id": 9827, "table_id": "2-167091-1", "question": "For the movie directed by Martin Campbell at Columbia Pictures with a ranking larger than 8, what is its worldwide gross?", "sql": "SELECT \"Worldwide gross\" FROM \"2-167091-1\" WHERE \"Rank\" > 8.0 AND \"Studio\" = 'Columbia Pictures' AND \"Director(s)\" = 'Martin Campbell';"} +{"question_id": 9828, "table_id": "2-167091-1", "question": "In what studio was the film grossing $457,640,427 made?", "sql": "SELECT \"Studio\" FROM \"2-167091-1\" WHERE \"Worldwide gross\" = '$457,640,427';"} +{"question_id": 9829, "table_id": "2-167091-1", "question": "What is the ranking of the movie made at Walt Disney Pictures?", "sql": "SELECT \"Rank\" FROM \"2-167091-1\" WHERE \"Studio\" = 'Walt Disney Pictures';"} +{"question_id": 9830, "table_id": "2-17440443-2", "question": "What is the event name when the method is Submission (brabo choke)?", "sql": "SELECT \"Event\" FROM \"2-17440443-2\" WHERE \"Method\" = 'Submission (brabo choke)';"} +{"question_id": 9831, "table_id": "2-17440443-2", "question": "What is the result of the UFC 87?", "sql": "SELECT \"Res.\" FROM \"2-17440443-2\" WHERE \"Event\" = 'UFC 87';"} +{"question_id": 9832, "table_id": "2-17440443-2", "question": "What is the result when the method was Decision (unanimous), and Chris Wilson was the opponent?", "sql": "SELECT \"Res.\" FROM \"2-17440443-2\" WHERE \"Method\" = 'Decision (unanimous)' AND \"Opponent\" = 'Chris Wilson';"} +{"question_id": 9833, "table_id": "2-17440443-2", "question": "What is the event when the method was Submission (armbar), and Jeff Gibson was the opponent?", "sql": "SELECT \"Event\" FROM \"2-17440443-2\" WHERE \"Method\" = 'Submission (armbar)' AND \"Opponent\" = 'Jeff Gibson';"} +{"question_id": 9834, "table_id": "2-17440443-2", "question": "What is the record when Clayton McKinney was the opponent?", "sql": "SELECT \"Record\" FROM \"2-17440443-2\" WHERE \"Opponent\" = 'Clayton McKinney';"} +{"question_id": 9835, "table_id": "2-17440443-2", "question": "What is the event when the method was TKO (punches), and the record was 7-1?", "sql": "SELECT \"Event\" FROM \"2-17440443-2\" WHERE \"Method\" = 'TKO (punches)' AND \"Record\" = '7-1';"} +{"question_id": 9836, "table_id": "2-1628424-2", "question": "When was The Jamaica Classic Tournament?", "sql": "SELECT \"Date\" FROM \"2-1628424-2\" WHERE \"Tournament\" = 'The Jamaica Classic';"} +{"question_id": 9837, "table_id": "2-17371135-10", "question": "Who was the visitor on April 2?", "sql": "SELECT \"Visitor\" FROM \"2-17371135-10\" WHERE \"Date\" = 'April 2';"} +{"question_id": 9838, "table_id": "2-17371135-10", "question": "What was the maximum attendance when Chicago is the visiting team?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-17371135-10\" WHERE \"Visitor\" = 'Chicago';"} +{"question_id": 9839, "table_id": "2-17058178-2", "question": "Which High points have a Score of W 110-81?", "sql": "SELECT \"High points\" FROM \"2-17058178-2\" WHERE \"Score\" = 'W 110-81';"} +{"question_id": 9840, "table_id": "2-17058178-2", "question": "Which Score has High assists of Rodriguez (8)?", "sql": "SELECT \"Score\" FROM \"2-17058178-2\" WHERE \"High assists\" = 'Rodriguez (8)';"} +{"question_id": 9841, "table_id": "2-17058178-2", "question": "What was the score on October 23?", "sql": "SELECT \"Score\" FROM \"2-17058178-2\" WHERE \"Date\" = 'October 23';"} +{"question_id": 9842, "table_id": "2-17058178-2", "question": "Which High assists have a Record of 4-2?", "sql": "SELECT \"High assists\" FROM \"2-17058178-2\" WHERE \"Record\" = '4-2';"} +{"question_id": 9843, "table_id": "2-17477916-1", "question": "How many weeks on top was the single from Savage Garden?", "sql": "SELECT \"Weeks on Top\" FROM \"2-17477916-1\" WHERE \"Artist\" = 'Savage Garden';"} +{"question_id": 9844, "table_id": "2-17477916-1", "question": "Who was the artist that issued the single on 19 January?", "sql": "SELECT \"Artist\" FROM \"2-17477916-1\" WHERE \"Issue Date(s)\" = '19 January';"} +{"question_id": 9845, "table_id": "2-17477916-1", "question": "Volume:Issue 67:3-11 had how many weeks on top?", "sql": "SELECT \"Weeks on Top\" FROM \"2-17477916-1\" WHERE \"Volume:Issue\" = '67:3-11';"} +{"question_id": 9846, "table_id": "2-17477916-1", "question": "Who was the artist of the single that spent 9 ¶ weeks on top?", "sql": "SELECT \"Artist\" FROM \"2-17477916-1\" WHERE \"Weeks on Top\" = '9 ¶';"} +{"question_id": 9847, "table_id": "2-17477916-1", "question": "What is the name of the artist that issued the single on 23 February?", "sql": "SELECT \"Artist\" FROM \"2-17477916-1\" WHERE \"Issue Date(s)\" = '23 February';"} +{"question_id": 9848, "table_id": "2-16411151-2", "question": "For what tournament was Blaž Kavčič the opponent in the final?", "sql": "SELECT \"Tournament\" FROM \"2-16411151-2\" WHERE \"Opponent in the final\" = 'Blaž Kavčič';"} +{"question_id": 9849, "table_id": "2-16411151-2", "question": "The tournament in Belgrade had what as a score?", "sql": "SELECT \"Score\" FROM \"2-16411151-2\" WHERE \"Tournament\" = 'Belgrade';"} +{"question_id": 9850, "table_id": "2-16411151-2", "question": "On June 26, 2006 the game was played on what surface?", "sql": "SELECT \"Surface\" FROM \"2-16411151-2\" WHERE \"Date\" = 'June 26, 2006';"} +{"question_id": 9851, "table_id": "2-16411151-2", "question": "When was the Prijedor tournament?", "sql": "SELECT \"Date\" FROM \"2-16411151-2\" WHERE \"Tournament\" = 'Prijedor';"} +{"question_id": 9852, "table_id": "2-16792781-1", "question": "What is Lowest Rank, when Location is rio de janeiro, brazil, and when Current Seating Capacity is less than 78838?", "sql": "SELECT MIN(\"Rank\") FROM \"2-16792781-1\" WHERE \"Location\" = 'rio de janeiro, brazil' AND \"Current seating capacity\" < 78838.0;"} +{"question_id": 9853, "table_id": "2-16792781-1", "question": "What is the highest Rank, when Location is kinshasa, dr congo, and when Current Seating Capacity is less than 80000?", "sql": "SELECT MAX(\"Rank\") FROM \"2-16792781-1\" WHERE \"Location\" = 'kinshasa, dr congo' AND \"Current seating capacity\" < 80000.0;"} +{"question_id": 9854, "table_id": "2-16792781-1", "question": "What is the lowest Rank, when the Current Seating Capacity is 137000?", "sql": "SELECT MIN(\"Rank\") FROM \"2-16792781-1\" WHERE \"Current seating capacity\" = 137000.0;"} +{"question_id": 9855, "table_id": "2-16792781-1", "question": "What is Highest Attendance, when Rank is 90, and when Venue Name is Infineon Raceway?", "sql": "SELECT \"Highest attendance\" FROM \"2-16792781-1\" WHERE \"Rank\" = 90.0 AND \"Venue name\" = 'Infineon Raceway';"} +{"question_id": 9856, "table_id": "2-16642822-1", "question": "How much tonnage was Damaged?", "sql": "SELECT SUM(\"Tonnage (GRT)\") FROM \"2-16642822-1\" WHERE \"Fate\" = 'Damaged';"} +{"question_id": 9857, "table_id": "2-16642822-1", "question": "Which Nationality has a Fate of Sunk, and a Name of Alderamin?", "sql": "SELECT \"Nationality\" FROM \"2-16642822-1\" WHERE \"Fate\" = 'Sunk' AND \"Name\" = 'Alderamin';"} +{"question_id": 9858, "table_id": "2-16642822-1", "question": "Which Name has a Tonnage (GRT) larger than 4071, and a Nationality of United Kingdom, and a Fate of Damaged?", "sql": "SELECT \"Name\" FROM \"2-16642822-1\" WHERE \"Tonnage (GRT)\" > 4071.0 AND \"Nationality\" = 'United Kingdom' AND \"Fate\" = 'Damaged';"} +{"question_id": 9859, "table_id": "2-16642822-1", "question": "Which Tonnage (GRT) has a Nationality of United Kingdom, and a Name of King Gruffydd?", "sql": "SELECT MIN(\"Tonnage (GRT)\") FROM \"2-16642822-1\" WHERE \"Nationality\" = 'United Kingdom' AND \"Name\" = 'King Gruffydd';"} +{"question_id": 9860, "table_id": "2-16389461-1", "question": "What is the height of the player that weighs 240?", "sql": "SELECT \"Height\" FROM \"2-16389461-1\" WHERE \"Weight\" = 240.0;"} +{"question_id": 9861, "table_id": "2-16389461-1", "question": "What is the total combined weight of players from Minnetonka, MN?", "sql": "SELECT SUM(\"Weight\") FROM \"2-16389461-1\" WHERE \"Home Town\" = 'Minnetonka, MN';"} +{"question_id": 9862, "table_id": "2-17440248-2", "question": "Which round lasted 2:32?", "sql": "SELECT \"Round\" FROM \"2-17440248-2\" WHERE \"Time\" = '2:32';"} +{"question_id": 9863, "table_id": "2-17440248-2", "question": "Where was the fight that lasted 5:00 when Yundt's record was 8-4?", "sql": "SELECT \"Location\" FROM \"2-17440248-2\" WHERE \"Time\" = '5:00' AND \"Record\" = '8-4';"} +{"question_id": 9864, "table_id": "2-17239112-5", "question": "What was the record when Vancouver was the visitor?", "sql": "SELECT \"Record\" FROM \"2-17239112-5\" WHERE \"Visitor\" = 'Vancouver';"} +{"question_id": 9865, "table_id": "2-17239112-5", "question": "What score had a record of 17–18–6?", "sql": "SELECT \"Score\" FROM \"2-17239112-5\" WHERE \"Record\" = '17–18–6';"} +{"question_id": 9866, "table_id": "2-17277219-7", "question": "What is the Place of the Player with a To par of +1 and Score of 74-70-69-72=285?", "sql": "SELECT \"Place\" FROM \"2-17277219-7\" WHERE \"To par\" = '+1' AND \"Score\" = '74-70-69-72=285';"} +{"question_id": 9867, "table_id": "2-17277219-7", "question": "What Country is Gene Littler from?", "sql": "SELECT \"Country\" FROM \"2-17277219-7\" WHERE \"Player\" = 'Gene Littler';"} +{"question_id": 9868, "table_id": "2-17277219-7", "question": "What is the Country of the Player with a To par of +1?", "sql": "SELECT \"Country\" FROM \"2-17277219-7\" WHERE \"To par\" = '+1';"} +{"question_id": 9869, "table_id": "2-17277219-7", "question": "What is the Country of the Player with a Score of 70-72-70-73=285 and Money ( $ ) of 5,500?", "sql": "SELECT \"Country\" FROM \"2-17277219-7\" WHERE \"Money ( $ )\" = '5,500' AND \"Score\" = '70-72-70-73=285';"} +{"question_id": 9870, "table_id": "2-17477518-1", "question": "What was Andrew Neill's rank?", "sql": "SELECT SUM(\"Rank\") FROM \"2-17477518-1\" WHERE \"Rider\" = 'Andrew Neill';"} +{"question_id": 9871, "table_id": "2-17162228-4", "question": "When the score is 71 and the player is from United States what is the place?", "sql": "SELECT \"Place\" FROM \"2-17162228-4\" WHERE \"Score\" = 71.0 AND \"Country\" = 'United States';"} +{"question_id": 9872, "table_id": "2-17162228-4", "question": "When Jim Thorpe of United States has a score of 71, what is the place?", "sql": "SELECT \"Place\" FROM \"2-17162228-4\" WHERE \"Score\" = 71.0 AND \"Country\" = 'United States' AND \"Player\" = 'Jim Thorpe';"} +{"question_id": 9873, "table_id": "2-16712720-2", "question": "On what date was the Opponent Chicago Bears?", "sql": "SELECT \"Date\" FROM \"2-16712720-2\" WHERE \"Opponent\" = 'Chicago Bears';"} +{"question_id": 9874, "table_id": "2-16712720-2", "question": "In what Week was the Result W 27-24?", "sql": "SELECT MAX(\"Week\") FROM \"2-16712720-2\" WHERE \"Result\" = 'W 27-24';"} +{"question_id": 9875, "table_id": "2-16712720-2", "question": "On what Date prior to Week 14 was the Record 7-1?", "sql": "SELECT \"Date\" FROM \"2-16712720-2\" WHERE \"Week\" < 14.0 AND \"Record\" = '7-1';"} +{"question_id": 9876, "table_id": "2-16712720-2", "question": "What was the Attendance of the game against the Los Angeles Raiders?", "sql": "SELECT \"Attendance\" FROM \"2-16712720-2\" WHERE \"Opponent\" = 'Los Angeles Raiders';"} +{"question_id": 9877, "table_id": "2-16712720-2", "question": "What was the Opponent in the game with a Result of W 23-7?", "sql": "SELECT \"Opponent\" FROM \"2-16712720-2\" WHERE \"Result\" = 'W 23-7';"} +{"question_id": 9878, "table_id": "2-1729366-1", "question": "Who were the opponents when the score was 2–6, 3–6?", "sql": "SELECT \"Opponents in the final\" FROM \"2-1729366-1\" WHERE \"Score in the final\" = '2–6, 3–6';"} +{"question_id": 9879, "table_id": "2-1729366-1", "question": "Who's the partner that played against Alicia Molik Mara Santangelo on Clay?", "sql": "SELECT \"Partner\" FROM \"2-1729366-1\" WHERE \"Surface\" = 'Clay' AND \"Opponents in the final\" = 'Alicia Molik Mara Santangelo';"} +{"question_id": 9880, "table_id": "2-1729366-1", "question": "What was the score of the French Open?", "sql": "SELECT \"Score in the final\" FROM \"2-1729366-1\" WHERE \"Championship\" = 'French Open';"} +{"question_id": 9881, "table_id": "2-1729366-1", "question": "Who was the partner where the score was 2–6, 3–6 and happened after 2007?", "sql": "SELECT \"Partner\" FROM \"2-1729366-1\" WHERE \"Year\" > 2007.0 AND \"Score in the final\" = '2–6, 3–6';"} +{"question_id": 9882, "table_id": "2-1729366-1", "question": "Who was the partner that played against Serena Williams Venus Williams?", "sql": "SELECT \"Partner\" FROM \"2-1729366-1\" WHERE \"Opponents in the final\" = 'Serena Williams Venus Williams';"} +{"question_id": 9883, "table_id": "2-17054062-2", "question": "Who was the outgoing manager that was replaced by Thomas von Heesen?", "sql": "SELECT \"Outgoing manager\" FROM \"2-17054062-2\" WHERE \"Replaced by\" = 'Thomas von Heesen';"} +{"question_id": 9884, "table_id": "2-17054062-2", "question": "What was the date of vacancy of Svetozar Šapurić who departed with Mutual consent?", "sql": "SELECT \"Date of vacancy\" FROM \"2-17054062-2\" WHERE \"Manner of departure\" = 'Mutual consent' AND \"Outgoing manager\" = 'Svetozar Šapurić';"} +{"question_id": 9885, "table_id": "2-17054062-2", "question": "What was the date of appointment for Christos Kassianos who belonged to AEK?", "sql": "SELECT \"Date of appointment\" FROM \"2-17054062-2\" WHERE \"Team\" = 'AEK' AND \"Replaced by\" = 'Christos Kassianos';"} +{"question_id": 9886, "table_id": "2-17505751-3", "question": "What is the type when the source is Realmadrid, and the name is Soldado?", "sql": "SELECT \"Type\" FROM \"2-17505751-3\" WHERE \"Source\" = 'Realmadrid' AND \"Name\" = 'Soldado';"} +{"question_id": 9887, "table_id": "2-17622423-6", "question": "Who was the opponent with the 20-12 record?", "sql": "SELECT \"Opponent\" FROM \"2-17622423-6\" WHERE \"Record\" = '20-12';"} +{"question_id": 9888, "table_id": "2-17622423-6", "question": "What date was game 37?", "sql": "SELECT \"Date\" FROM \"2-17622423-6\" WHERE \"Game\" = 37.0;"} +{"question_id": 9889, "table_id": "2-17622423-6", "question": "What is the average number of games with a record of 20-12?", "sql": "SELECT AVG(\"Game\") FROM \"2-17622423-6\" WHERE \"Record\" = '20-12';"} +{"question_id": 9890, "table_id": "2-17622423-6", "question": "What is the score for game 38?", "sql": "SELECT \"Score\" FROM \"2-17622423-6\" WHERE \"Game\" = 38.0;"} +{"question_id": 9891, "table_id": "2-16902902-1", "question": "What is the sum of complement commander valkenburg received?", "sql": "SELECT COUNT(\"Complement\") FROM \"2-16902902-1\" WHERE \"Commander\" = 'valkenburg';"} +{"question_id": 9892, "table_id": "2-16902902-1", "question": "Which commander received complement larger than 240 , guns of 66 and ship of Revolutie?", "sql": "SELECT \"Commander\" FROM \"2-16902902-1\" WHERE \"Complement\" > 240.0 AND \"Guns\" = '66' AND \"Ship\" = 'Revolutie';"} +{"question_id": 9893, "table_id": "2-162503-1", "question": "What is the rank of American Pie 2?", "sql": "SELECT MIN(\"Rank\") FROM \"2-162503-1\" WHERE \"Title\" = 'American Pie 2';"} +{"question_id": 9894, "table_id": "2-16864968-6", "question": "What is Location, when Game is 42?", "sql": "SELECT \"Location\" FROM \"2-16864968-6\" WHERE \"Game\" = 42.0;"} +{"question_id": 9895, "table_id": "2-16864968-6", "question": "What is Date, when Opponent is @ Carolina Hurricanes?", "sql": "SELECT \"Date\" FROM \"2-16864968-6\" WHERE \"Opponent\" = '@ Carolina Hurricanes';"} +{"question_id": 9896, "table_id": "2-16864968-6", "question": "What is the average Attendance, when Opponent is @ philadelphia flyers, and when Game is less than 42?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-16864968-6\" WHERE \"Opponent\" = '@ philadelphia flyers' AND \"Game\" < 42.0;"} +{"question_id": 9897, "table_id": "2-16864968-6", "question": "What is the lowest Game, when Location is philips arena, and when Attendance is less than 15619?", "sql": "SELECT MIN(\"Game\") FROM \"2-16864968-6\" WHERE \"Location\" = 'philips arena' AND \"Attendance\" < 15619.0;"} +{"question_id": 9898, "table_id": "2-164583-1", "question": "what is the highest matrix when the recording date is 1926/03?", "sql": "SELECT MAX(\"Matrix\") FROM \"2-164583-1\" WHERE \"Recording date\" = '1926/03';"} +{"question_id": 9899, "table_id": "2-164583-1", "question": "what is the accompaniment when the title is Stormy Seas Blues?", "sql": "SELECT \"Accompaniment\" FROM \"2-164583-1\" WHERE \"Title\" = 'Stormy Seas Blues';"} +{"question_id": 9900, "table_id": "2-164583-1", "question": "what is the recording date when the title is Screech Owl Blues?", "sql": "SELECT \"Recording date\" FROM \"2-164583-1\" WHERE \"Title\" = 'Screech Owl Blues';"} +{"question_id": 9901, "table_id": "2-17134258-1", "question": "What's the blood type of the member from the Vision Factory agency?", "sql": "SELECT \"Blood Type\" FROM \"2-17134258-1\" WHERE \"Agency\" = 'Vision Factory';"} +{"question_id": 9902, "table_id": "2-17134258-1", "question": "What generation is the member born on 1996.04.17 in?", "sql": "SELECT \"Generation\" FROM \"2-17134258-1\" WHERE \"Birthday\" = '1996.04.17';"} +{"question_id": 9903, "table_id": "2-17134258-1", "question": "What generation is the member born on 1992.12.23 in?", "sql": "SELECT \"Generation\" FROM \"2-17134258-1\" WHERE \"Birthday\" = '1992.12.23';"} +{"question_id": 9904, "table_id": "2-17134258-1", "question": "What's the birthplace of the Third (2009) generation member from the LesPros Entertainment agency?", "sql": "SELECT \"Birthplace\" FROM \"2-17134258-1\" WHERE \"Agency\" = 'LesPros Entertainment' AND \"Generation\" = 'Third (2009)';"} +{"question_id": 9905, "table_id": "2-17134258-1", "question": "What's the agency of the member born on 1998.11.09?", "sql": "SELECT \"Agency\" FROM \"2-17134258-1\" WHERE \"Birthday\" = '1998.11.09';"} +{"question_id": 9906, "table_id": "2-17058116-6", "question": "Can you tell me the Location Attendance that has the High assists of Luke Ridnour (10), and the Date of December 3?", "sql": "SELECT \"Location Attendance\" FROM \"2-17058116-6\" WHERE \"High assists\" = 'Luke Ridnour (10)' AND \"Date\" = 'December 3';"} +{"question_id": 9907, "table_id": "2-17058116-6", "question": "Can you tell me Location Attendance that has the High points of Andrew Bogut (17)?", "sql": "SELECT \"Location Attendance\" FROM \"2-17058116-6\" WHERE \"High points\" = 'Andrew Bogut (17)';"} +{"question_id": 9908, "table_id": "2-1639167-1", "question": "How many sprint points have 0 extra laps for rank 19?", "sql": "SELECT \"Sprint Points\" FROM \"2-1639167-1\" WHERE \"Extra Laps\" = '0' AND \"Rank\" = '19';"} +{"question_id": 9909, "table_id": "2-1639167-1", "question": "How many sprint points contribute to 2 total points?", "sql": "SELECT \"Sprint Points\" FROM \"2-1639167-1\" WHERE \"Total Points\" = '2';"} +{"question_id": 9910, "table_id": "2-1639167-1", "question": "Who is at rank 13 with 23 total points?", "sql": "SELECT \"Name\" FROM \"2-1639167-1\" WHERE \"Total Points\" = '23' AND \"Rank\" = '13';"} +{"question_id": 9911, "table_id": "2-1639167-1", "question": "What is the number of extra laps for 9 total points?", "sql": "SELECT \"Extra Laps\" FROM \"2-1639167-1\" WHERE \"Total Points\" = '9';"} +{"question_id": 9912, "table_id": "2-17162128-6", "question": "Who is the player with a T10 place, from the United States, and has a score of 69-70-76=215?", "sql": "SELECT \"Player\" FROM \"2-17162128-6\" WHERE \"Place\" = 'T10' AND \"Country\" = 'United States' AND \"Score\" = '69-70-76=215';"} +{"question_id": 9913, "table_id": "2-17162128-6", "question": "What placE is thE playEr from thE UnitEd StatEs with a to par of E?", "sql": "SELECT \"Place\" FROM \"2-17162128-6\" WHERE \"Country\" = 'United States' AND \"To par\" = 'E';"} +{"question_id": 9914, "table_id": "2-17162128-6", "question": "Who is the player with a score of 69-70-76=215?", "sql": "SELECT \"Player\" FROM \"2-17162128-6\" WHERE \"Score\" = '69-70-76=215';"} +{"question_id": 9915, "table_id": "2-17162128-6", "question": "What is the place of plyaer Tim Herron from the United States with a to par of +1?", "sql": "SELECT \"Place\" FROM \"2-17162128-6\" WHERE \"Country\" = 'United States' AND \"To par\" = '+1' AND \"Player\" = 'Tim Herron';"} +{"question_id": 9916, "table_id": "2-17162128-6", "question": "What is the to par of player Tim Herron from the United States with a T3 place?", "sql": "SELECT \"To par\" FROM \"2-17162128-6\" WHERE \"Country\" = 'United States' AND \"Place\" = 'T3' AND \"Player\" = 'Tim Herron';"} +{"question_id": 9917, "table_id": "2-16321-1", "question": "which is the lowest favorable on 1954 june and more unfavorable than 45?", "sql": "SELECT MIN(\"Favorable\") FROM \"2-16321-1\" WHERE \"Date\" = '1954 june' AND \"Unfavorable\" > 45.0;"} +{"question_id": 9918, "table_id": "2-16321-1", "question": "What is the most unfavorable that is favorable of 34 during 1953 august and has a no opinion score larger than 24?", "sql": "SELECT MAX(\"Unfavorable\") FROM \"2-16321-1\" WHERE \"Favorable\" = 34.0 AND \"Date\" = '1953 august' AND \"No Opinion\" > 24.0;"} +{"question_id": 9919, "table_id": "2-16321-1", "question": "What is the average no opinion score during 1954 november that is more favorable than 35?", "sql": "SELECT AVG(\"No Opinion\") FROM \"2-16321-1\" WHERE \"Date\" = '1954 november' AND \"Favorable\" > 35.0;"} +{"question_id": 9920, "table_id": "2-17323640-2", "question": "What was the score for the game on December 20?", "sql": "SELECT \"Score\" FROM \"2-17323640-2\" WHERE \"Date\" = 'December 20';"} +{"question_id": 9921, "table_id": "2-17323640-2", "question": "Who was the home team on November 22?", "sql": "SELECT \"Home\" FROM \"2-17323640-2\" WHERE \"Date\" = 'November 22';"} +{"question_id": 9922, "table_id": "2-169574-1", "question": "What is the title of Buena Vista Pictures?", "sql": "SELECT \"Title\" FROM \"2-169574-1\" WHERE \"Studio\" = 'Buena Vista Pictures';"} +{"question_id": 9923, "table_id": "2-169574-1", "question": "What studio has directors John Lasseter and Andrew Stanton?", "sql": "SELECT \"Studio\" FROM \"2-169574-1\" WHERE \"Director(s)\" = 'John Lasseter and Andrew Stanton';"} +{"question_id": 9924, "table_id": "2-169574-1", "question": "Who has the title and rank 14, and a worldwide gross of $202,292,902?", "sql": "SELECT \"Title\" FROM \"2-169574-1\" WHERE \"Rank\" > 14.0 AND \"Worldwide Gross\" = '$202,292,902';"} +{"question_id": 9925, "table_id": "2-17054550-3", "question": "WHAT IS THE DATE WITH AN AWAY TEAM OF Burton Albion?", "sql": "SELECT \"Date\" FROM \"2-17054550-3\" WHERE \"Away team\" = 'Burton Albion';"} +{"question_id": 9926, "table_id": "2-17054550-3", "question": "WHAT IS THE DATE WITH AN AWAY TEAM OF Workington?", "sql": "SELECT \"Date\" FROM \"2-17054550-3\" WHERE \"Away team\" = 'Workington';"} +{"question_id": 9927, "table_id": "2-17054550-3", "question": "WHAT IS THE HOME TEAM WITH A TIE OF 14?", "sql": "SELECT \"Home team\" FROM \"2-17054550-3\" WHERE \"Tie no\" = '14';"} +{"question_id": 9928, "table_id": "2-17100961-9", "question": "What's the average round for the ot position from tulane college with an overall over 38?", "sql": "SELECT AVG(\"Round\") FROM \"2-17100961-9\" WHERE \"Position\" = 'ot' AND \"College\" = 'tulane' AND \"Overall\" > 38.0;"} +{"question_id": 9929, "table_id": "2-16388398-4", "question": "Who was the away team that scored 12.10 (82)?", "sql": "SELECT \"Away team\" FROM \"2-16388398-4\" WHERE \"Away team score\" = '12.10 (82)';"} +{"question_id": 9930, "table_id": "2-16388398-4", "question": "What did the away team score when the crowd was larger than 6872?", "sql": "SELECT \"Away team score\" FROM \"2-16388398-4\" WHERE \"Crowd\" > 6872.0;"} +{"question_id": 9931, "table_id": "2-16780573-1", "question": "Who are the Semifinalists, when the Week is May 12?", "sql": "SELECT \"Semifinalists\" FROM \"2-16780573-1\" WHERE \"Week\" = 'May 12';"} +{"question_id": 9932, "table_id": "2-16780573-1", "question": "Who is the Finalist, when the Surface is Clay, and when the Semifinalist is Yevgeny Kafelnikov Juan Carlos Ferrero (2)?", "sql": "SELECT \"Finalist\" FROM \"2-16780573-1\" WHERE \"Surface\" = 'Clay' AND \"Semifinalists\" = 'Yevgeny Kafelnikov Juan Carlos Ferrero (2)';"} +{"question_id": 9933, "table_id": "2-16780573-1", "question": "What is the Surface, when the Finalist is Andrei Pavel?", "sql": "SELECT \"Surface\" FROM \"2-16780573-1\" WHERE \"Finalist\" = 'Andrei Pavel';"} +{"question_id": 9934, "table_id": "2-16780573-1", "question": "Who is the Winner, when the Surface is Carpet (i)?", "sql": "SELECT \"Winner\" FROM \"2-16780573-1\" WHERE \"Surface\" = 'Carpet (i)';"} +{"question_id": 9935, "table_id": "2-16780573-1", "question": "What is the Week, when the Finalist is Carlos Moyá (5)?", "sql": "SELECT \"Week\" FROM \"2-16780573-1\" WHERE \"Finalist\" = 'Carlos Moyá (5)';"} +{"question_id": 9936, "table_id": "2-16780573-1", "question": "What is the Tournament, on the Week of May 5?", "sql": "SELECT \"Tournament\" FROM \"2-16780573-1\" WHERE \"Week\" = 'May 5';"} +{"question_id": 9937, "table_id": "2-17104192-3", "question": "what is the silver when the nation is japan and the total is less than 1?", "sql": "SELECT SUM(\"Silver\") FROM \"2-17104192-3\" WHERE \"Nation\" = 'japan' AND \"Total\" < 1.0;"} +{"question_id": 9938, "table_id": "2-17104192-3", "question": "what is the bronze when silver is 1, gold is 0 the rank is 11 and the total is more than 1?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-17104192-3\" WHERE \"Silver\" = 1.0 AND \"Gold\" = 0.0 AND \"Rank\" = '11' AND \"Total\" > 1.0;"} +{"question_id": 9939, "table_id": "2-17104192-3", "question": "what is the rank when silver is 0, bronze is more than 1 and the total is more than 3?", "sql": "SELECT \"Rank\" FROM \"2-17104192-3\" WHERE \"Silver\" = 0.0 AND \"Bronze\" > 1.0 AND \"Total\" > 3.0;"} +{"question_id": 9940, "table_id": "2-17104192-3", "question": "what is the silver for Mexico?", "sql": "SELECT \"Silver\" FROM \"2-17104192-3\" WHERE \"Nation\" = 'Mexico';"} +{"question_id": 9941, "table_id": "2-17166431-2", "question": "What was the score of the game on February 8?", "sql": "SELECT \"Score\" FROM \"2-17166431-2\" WHERE \"Date\" = 'February 8';"} +{"question_id": 9942, "table_id": "2-17487720-2", "question": "What was the points when the 5000 m was 7?", "sql": "SELECT \"Points\" FROM \"2-17487720-2\" WHERE \"5000 m\" = '7';"} +{"question_id": 9943, "table_id": "2-17487720-2", "question": "Which athlete had a score of 236.023?", "sql": "SELECT \"Athlete\" FROM \"2-17487720-2\" WHERE \"Score\" = '236.023';"} +{"question_id": 9944, "table_id": "2-17487720-2", "question": "Which athlete had 17 points and a 1500 m of 3?", "sql": "SELECT \"Athlete\" FROM \"2-17487720-2\" WHERE \"Points\" = '17' AND \"1500 m\" = '3';"} +{"question_id": 9945, "table_id": "2-1667933-1", "question": "What Texas has Johnson from Nort Dakota?", "sql": "SELECT \"Texas\" FROM \"2-1667933-1\" WHERE \"North Dakota\" = 'Johnson';"} +{"question_id": 9946, "table_id": "2-1667933-1", "question": "What is the oklahoma has Bush from Nebraska in year 2004?", "sql": "SELECT \"Oklahoma\" FROM \"2-1667933-1\" WHERE \"Nebraska\" = 'Bush' AND \"Year\" = '2004';"} +{"question_id": 9947, "table_id": "2-1667933-1", "question": "Which Nebraska has 2004 year?", "sql": "SELECT \"Nebraska\" FROM \"2-1667933-1\" WHERE \"Year\" = '2004';"} +{"question_id": 9948, "table_id": "2-1667933-1", "question": "What South Dakota has Bush of Oklahoma?", "sql": "SELECT \"South Dakota\" FROM \"2-1667933-1\" WHERE \"Oklahoma\" = 'Bush';"} +{"question_id": 9949, "table_id": "2-17290229-2", "question": "What is the Place of the Player with a Score of 70-75-70-74=289?", "sql": "SELECT \"Place\" FROM \"2-17290229-2\" WHERE \"Score\" = '70-75-70-74=289';"} +{"question_id": 9950, "table_id": "2-17290229-2", "question": "What is the To par of the Player with a Score of 71-74-72-72=289?", "sql": "SELECT \"To par\" FROM \"2-17290229-2\" WHERE \"Score\" = '71-74-72-72=289';"} +{"question_id": 9951, "table_id": "2-17290229-2", "question": "What Country is Player Leland Gibson with Money of 400 from?", "sql": "SELECT \"Country\" FROM \"2-17290229-2\" WHERE \"Money ($)\" = '400' AND \"Player\" = 'Leland Gibson';"} +{"question_id": 9952, "table_id": "2-17290229-2", "question": "What is the Country of the Player with a Score of 73-70-71-71=285?", "sql": "SELECT \"Country\" FROM \"2-17290229-2\" WHERE \"Score\" = '73-70-71-71=285';"} +{"question_id": 9953, "table_id": "2-17290229-2", "question": "What is T3 Place Player Bobby Locke's Score?", "sql": "SELECT \"Score\" FROM \"2-17290229-2\" WHERE \"Place\" = 'T3' AND \"Player\" = 'Bobby Locke';"} +{"question_id": 9954, "table_id": "2-16785772-4", "question": "How many points were scored in the Detroit Home?", "sql": "SELECT \"Points\" FROM \"2-16785772-4\" WHERE \"Home\" = 'Detroit';"} +{"question_id": 9955, "table_id": "2-16785772-4", "question": "Who is the visitor from the game with 7,000 in attendance on January 1?", "sql": "SELECT \"Visitor\" FROM \"2-16785772-4\" WHERE \"Attendance\" = '7,000' AND \"Date\" = 'January 1';"} +{"question_id": 9956, "table_id": "2-16785772-4", "question": "What is the record from the 2,500 in attendance?", "sql": "SELECT \"Record\" FROM \"2-16785772-4\" WHERE \"Attendance\" = '2,500';"} +{"question_id": 9957, "table_id": "2-17010918-3", "question": "How many Silver medals for the Nation of turkey with a Total of less than 2?", "sql": "SELECT SUM(\"Silver\") FROM \"2-17010918-3\" WHERE \"Nation\" = 'turkey' AND \"Total\" < 2.0;"} +{"question_id": 9958, "table_id": "2-17010918-3", "question": "How many Gold for the Nation in Rank 15 with 0 Silver?", "sql": "SELECT MAX(\"Gold\") FROM \"2-17010918-3\" WHERE \"Rank\" = '15' AND \"Silver\" > 0.0;"} +{"question_id": 9959, "table_id": "2-1720632-1", "question": "WHAT IS THE TOTAL NUMBER WITH A WARD SMALLER THAN 0?", "sql": "SELECT COUNT(\"Total\") FROM \"2-1720632-1\" WHERE \"Ward\" < 0.0;"} +{"question_id": 9960, "table_id": "2-1720632-1", "question": "WHAT IS TOTAL NUMBER OF PR TOP-UPS THAT HAVE A PERCENTAGE OF 0.8%, TOTAL LARGER THAN 1?", "sql": "SELECT COUNT(\"PR top-up\") FROM \"2-1720632-1\" WHERE \"Percentage\" = '0.8%' AND \"Total\" > 1.0;"} +{"question_id": 9961, "table_id": "2-1720632-1", "question": "WHAT IS THE TOTAL WITH WARD LARGER THAN 60?", "sql": "SELECT MIN(\"Total\") FROM \"2-1720632-1\" WHERE \"Ward\" > 60.0;"} +{"question_id": 9962, "table_id": "2-16908657-1", "question": "What is the total number of poles and 63 points?", "sql": "SELECT COUNT(\"Poles\") FROM \"2-16908657-1\" WHERE \"Points\" = '63';"} +{"question_id": 9963, "table_id": "2-164104-1", "question": "What is the most recent year with a Mk.V type?", "sql": "SELECT MAX(\"Year\") FROM \"2-164104-1\" WHERE \"Type\" = 'Mk.V';"} +{"question_id": 9964, "table_id": "2-164104-1", "question": "What is the Mainly For with a displacement of 997 cc in a year before 1962?", "sql": "SELECT \"Mainly For\" FROM \"2-164104-1\" WHERE \"Year\" < 1962.0 AND \"Displacement\" = '997 cc';"} +{"question_id": 9965, "table_id": "2-164104-1", "question": "What type is the 105/107E Block from a year prior to 1960?", "sql": "SELECT \"Type\" FROM \"2-164104-1\" WHERE \"Block\" = '105/107E' AND \"Year\" < 1960.0;"} +{"question_id": 9966, "table_id": "2-17310913-7", "question": "What is the sum of March, when Score is \"2 - 2\", and when Game is greater than 67?", "sql": "SELECT SUM(\"March\") FROM \"2-17310913-7\" WHERE \"Score\" = '2 - 2' AND \"Game\" > 67.0;"} +{"question_id": 9967, "table_id": "2-17310913-7", "question": "What is the sum of Game, when Opponent is \"cleveland barons\", and when March is less than 8?", "sql": "SELECT SUM(\"Game\") FROM \"2-17310913-7\" WHERE \"Opponent\" = 'cleveland barons' AND \"March\" < 8.0;"} +{"question_id": 9968, "table_id": "2-17310913-7", "question": "What is the lowest Game, when Opponent is \"Boston Bruins\"?", "sql": "SELECT MIN(\"Game\") FROM \"2-17310913-7\" WHERE \"Opponent\" = 'Boston Bruins';"} +{"question_id": 9969, "table_id": "2-17342230-5", "question": "For the game ending in a final result of 99-90, who was the Road Team?", "sql": "SELECT \"Road Team\" FROM \"2-17342230-5\" WHERE \"Result\" = '99-90';"} +{"question_id": 9970, "table_id": "2-17342230-5", "question": "What was the result of the game played on May 5?", "sql": "SELECT \"Result\" FROM \"2-17342230-5\" WHERE \"Date\" = 'May 5';"} +{"question_id": 9971, "table_id": "2-17342230-5", "question": "On what day was Game 7 of this season played?", "sql": "SELECT \"Date\" FROM \"2-17342230-5\" WHERE \"Game\" = 'Game 7';"} +{"question_id": 9972, "table_id": "2-17342230-5", "question": "What game number was played on April 23, with Boston as the road team?", "sql": "SELECT \"Game\" FROM \"2-17342230-5\" WHERE \"Road Team\" = 'Boston' AND \"Date\" = 'April 23';"} +{"question_id": 9973, "table_id": "2-17342230-5", "question": "What was the result of Game 3 of this searson?", "sql": "SELECT \"Result\" FROM \"2-17342230-5\" WHERE \"Game\" = 'Game 3';"} +{"question_id": 9974, "table_id": "2-17342230-5", "question": "Who was the Road Team for the game ending with a score of 118-112?", "sql": "SELECT \"Road Team\" FROM \"2-17342230-5\" WHERE \"Result\" = '118-112';"} +{"question_id": 9975, "table_id": "2-16311036-9", "question": "whAt is the 2008 when 2007 is A, 2011 is A And tournAment is San Jose?", "sql": "SELECT \"2008\" FROM \"2-16311036-9\" WHERE \"2007\" = 'A' AND \"2011\" = 'A' AND \"Tournament\" = 'San Jose';"} +{"question_id": 9976, "table_id": "2-16311036-9", "question": "what is 2010 when 2011 is 2R and 2008 is 2R?", "sql": "SELECT \"2010\" FROM \"2-16311036-9\" WHERE \"2011\" = '2R' AND \"2008\" = '2R';"} +{"question_id": 9977, "table_id": "2-16311036-9", "question": "what is 2007 when 2011 is Not Held and 2012 is Not Held?", "sql": "SELECT \"2007\" FROM \"2-16311036-9\" WHERE \"2011\" = 'Not Held' AND \"2012\" = 'Not Held';"} +{"question_id": 9978, "table_id": "2-16311036-9", "question": "whAt is the tournAment when 2011 is A, 2009 is LQ And 2012 is 1R?", "sql": "SELECT \"Tournament\" FROM \"2-16311036-9\" WHERE \"2011\" = 'A' AND \"2009\" = 'LQ' AND \"2012\" = '1R';"} +{"question_id": 9979, "table_id": "2-16311036-9", "question": "whAt is 2008 when 2007 is A, 2011 is A, 2010 is A And tournAment is China?", "sql": "SELECT \"2008\" FROM \"2-16311036-9\" WHERE \"2007\" = 'A' AND \"2011\" = 'A' AND \"2010\" = 'A' AND \"Tournament\" = 'China';"} +{"question_id": 9980, "table_id": "2-16912045-4", "question": "What is the number of weeks where the result was listed at bye?", "sql": "SELECT COUNT(\"Week\") FROM \"2-16912045-4\" WHERE \"Result\" = 'bye';"} +{"question_id": 9981, "table_id": "2-16653153-1", "question": "What is the total capacity for coach Trevor Gleeson?", "sql": "SELECT SUM(\"Capacity\") FROM \"2-16653153-1\" WHERE \"Coach\" = 'Trevor Gleeson';"} +{"question_id": 9982, "table_id": "2-16653153-1", "question": "What is home ground for coach Andrej Lemanis?", "sql": "SELECT \"Home ground\" FROM \"2-16653153-1\" WHERE \"Coach\" = 'Andrej Lemanis';"} +{"question_id": 9983, "table_id": "2-16653153-1", "question": "Which region is Coach Trevor Gleeson in?", "sql": "SELECT \"Region\" FROM \"2-16653153-1\" WHERE \"Coach\" = 'Trevor Gleeson';"} +{"question_id": 9984, "table_id": "2-16653153-1", "question": "What is the home ground in region NZL?", "sql": "SELECT \"Home ground\" FROM \"2-16653153-1\" WHERE \"Region\" = 'NZL';"} +{"question_id": 9985, "table_id": "2-17573582-1", "question": "What song was composed by V. Selvaganesh later than 2010?", "sql": "SELECT \"Song\" FROM \"2-17573582-1\" WHERE \"Composer\" = 'V. Selvaganesh' AND \"Year\" > 2010.0;"} +{"question_id": 9986, "table_id": "2-17573582-1", "question": "What year was the composition by mejo joseph?", "sql": "SELECT COUNT(\"Year\") FROM \"2-17573582-1\" WHERE \"Composer\" = 'mejo joseph';"} +{"question_id": 9987, "table_id": "2-17387421-1", "question": "What is the highest Pick, when Nationality is \"united states\", when College is \"new mexico state\", and when Round is greater than 6?", "sql": "SELECT MAX(\"Pick\") FROM \"2-17387421-1\" WHERE \"Nationality\" = 'united states' AND \"College\" = 'new mexico state' AND \"Round\" > 6.0;"} +{"question_id": 9988, "table_id": "2-17387421-1", "question": "What is Player, when Pick is less than 161, and when College is \"Auburn University\"?", "sql": "SELECT \"Player\" FROM \"2-17387421-1\" WHERE \"Pick\" < 161.0 AND \"College\" = 'Auburn University';"} +{"question_id": 9989, "table_id": "2-17387421-1", "question": "What is Player, when Round is less than 6, and when Pick is \"69\"?", "sql": "SELECT \"Player\" FROM \"2-17387421-1\" WHERE \"Round\" < 6.0 AND \"Pick\" = 69.0;"} +{"question_id": 9990, "table_id": "2-17387421-1", "question": "What is the sum of Round, when College is \"Norfolk State\"?", "sql": "SELECT SUM(\"Round\") FROM \"2-17387421-1\" WHERE \"College\" = 'Norfolk State';"} +{"question_id": 9991, "table_id": "2-16514480-1", "question": "What country does David Gilford play for?", "sql": "SELECT \"Country\" FROM \"2-16514480-1\" WHERE \"Player\" = 'David Gilford';"} +{"question_id": 9992, "table_id": "2-16514480-1", "question": "Which player plays for Australia?", "sql": "SELECT \"Player\" FROM \"2-16514480-1\" WHERE \"Country\" = 'Australia';"} +{"question_id": 9993, "table_id": "2-16514480-1", "question": "What's the sum of all Phil Mickelson's game scores?", "sql": "SELECT SUM(\"Score\") FROM \"2-16514480-1\" WHERE \"Player\" = 'Phil Mickelson';"} +{"question_id": 9994, "table_id": "2-17401571-2", "question": "In what round was Clyde the opponent?", "sql": "SELECT \"Round\" FROM \"2-17401571-2\" WHERE \"Opponent\" = 'Clyde';"} +{"question_id": 9995, "table_id": "2-17401571-2", "question": "Who was the opponent in the round of R2?", "sql": "SELECT \"Opponent\" FROM \"2-17401571-2\" WHERE \"Round\" = 'R2';"} +{"question_id": 9996, "table_id": "2-1665961-2", "question": "What Tournament had a Winning score of –6 (73-68-72-69=282)?", "sql": "SELECT \"Tournament\" FROM \"2-1665961-2\" WHERE \"Winning score\" = '–6 (73-68-72-69=282)';"} +{"question_id": 9997, "table_id": "2-1665961-2", "question": "What Tournament had a Victory of 1 stroke with a Winning score of –16 (67-66-70-69=272)?", "sql": "SELECT \"Tournament\" FROM \"2-1665961-2\" WHERE \"Margin of victory\" = '1 stroke' AND \"Winning score\" = '–16 (67-66-70-69=272)';"} +{"question_id": 9998, "table_id": "2-172174-1", "question": "What is the average opened year of the line with 59 stations served and more than 145000000 journeys made per annum?", "sql": "SELECT AVG(\"Opened\") FROM \"2-172174-1\" WHERE \"Stations served\" = 59.0 AND \"Journeys made (per annum)\" > 145000000.0;"} +{"question_id": 9999, "table_id": "2-172174-1", "question": "What is the average opened year of line e, which had their last extension before 2003?", "sql": "SELECT AVG(\"Opened\") FROM \"2-172174-1\" WHERE \"Line name\" = 'line e' AND \"Last extension\" < 2003.0;"} +{"question_id": 10000, "table_id": "2-167378-2", "question": "What is Round, when Rank is less than 117?", "sql": "SELECT \"Round\" FROM \"2-167378-2\" WHERE \"Rank\" < 117.0;"} +{"question_id": 10001, "table_id": "2-167378-2", "question": "What is Average Year, when Round is R128 (first round)?", "sql": "SELECT AVG(\"Year\") FROM \"2-167378-2\" WHERE \"Round\" = 'R128 (first round)';"} +{"question_id": 10002, "table_id": "2-167378-2", "question": "What is Championship, when Year is greater than 2002, and when Surface is Hard?", "sql": "SELECT \"Championship\" FROM \"2-167378-2\" WHERE \"Year\" > 2002.0 AND \"Surface\" = 'Hard';"} +{"question_id": 10003, "table_id": "2-16962043-4", "question": "What is the average position for a driver with less than 54 points and Husaberg-BSU as equipment?", "sql": "SELECT AVG(\"Position\") FROM \"2-16962043-4\" WHERE \"Points\" < 54.0 AND \"Equipment\" = 'Husaberg-BSU';"} +{"question_id": 10004, "table_id": "2-16962043-4", "question": "How many wins does the driver with 217 points have?", "sql": "SELECT \"Wins\" FROM \"2-16962043-4\" WHERE \"Points\" = 217.0;"} +{"question_id": 10005, "table_id": "2-16508558-1", "question": "what is the team when the driver is Viktor Jensen?", "sql": "SELECT \"Team\" FROM \"2-16508558-1\" WHERE \"Driver\" = 'Viktor Jensen';"} +{"question_id": 10006, "table_id": "2-16508558-1", "question": "what is the team when the rounds is All engine is Mercedes HWA and driver is Sam Abay?", "sql": "SELECT \"Team\" FROM \"2-16508558-1\" WHERE \"Rounds\" = 'All' AND \"Engine\" = 'Mercedes HWA' AND \"Driver\" = 'Sam Abay';"} +{"question_id": 10007, "table_id": "2-16508558-1", "question": "what is the class when the chassis is DAllara F308, rounds is All and the driver is Sam Abay?", "sql": "SELECT \"Class\" FROM \"2-16508558-1\" WHERE \"Chassis\" = 'Dallara F308' AND \"Rounds\" = 'All' AND \"Driver\" = 'Sam Abay';"} +{"question_id": 10008, "table_id": "2-16224775-39", "question": "What is the 2001-02 of the Yago 2012-13?", "sql": "SELECT \"2001–02\" FROM \"2-16224775-39\" WHERE \"2012–13\" = 'Yago';"} +{"question_id": 10009, "table_id": "2-16224775-39", "question": "What is the 2006-07 of the 2012-13 Pavlis?", "sql": "SELECT \"2006–07\" FROM \"2-16224775-39\" WHERE \"2012–13\" = 'Pavlis';"} +{"question_id": 10010, "table_id": "2-16224775-39", "question": "What is the 2003-04 of the 1998-99 of Iliev Wreh?", "sql": "SELECT \"2003–04\" FROM \"2-16224775-39\" WHERE \"1998–99\" = 'Iliev Wreh';"} +{"question_id": 10011, "table_id": "2-16224775-39", "question": "What is the 1998-99 if the Kafes from 2010-11?", "sql": "SELECT \"1998–99\" FROM \"2-16224775-39\" WHERE \"2010–11\" = 'Kafes';"} +{"question_id": 10012, "table_id": "2-16224775-39", "question": "What is the 2005-06 that has Rivaldo for 2007-08?", "sql": "SELECT \"2005–06\" FROM \"2-16224775-39\" WHERE \"2007–08\" = 'Rivaldo';"} +{"question_id": 10013, "table_id": "2-17010996-2", "question": "What is Run 4, when Run 2 is 1:29.00?", "sql": "SELECT \"Run 4\" FROM \"2-17010996-2\" WHERE \"Run 2\" = '1:29.00';"} +{"question_id": 10014, "table_id": "2-17010996-2", "question": "What is Team, when Run 3 is 1:24.00?", "sql": "SELECT \"Team\" FROM \"2-17010996-2\" WHERE \"Run 3\" = '1:24.00';"} +{"question_id": 10015, "table_id": "2-17010996-2", "question": "What is Run 1, when Team is \"Italy (ITA) Italy I\"?", "sql": "SELECT \"Run 1\" FROM \"2-17010996-2\" WHERE \"Team\" = 'Italy (ITA) Italy I';"} +{"question_id": 10016, "table_id": "2-17010996-2", "question": "What is Athletes, when Run 2 is 1:24.77?", "sql": "SELECT \"Athletes\" FROM \"2-17010996-2\" WHERE \"Run 2\" = '1:24.77';"} +{"question_id": 10017, "table_id": "2-17010996-2", "question": "What is Run 4, when Run 2 is 1:25.84?", "sql": "SELECT \"Run 4\" FROM \"2-17010996-2\" WHERE \"Run 2\" = '1:25.84';"} +{"question_id": 10018, "table_id": "2-17010996-2", "question": "What is Run 1, when Athletes is \"Theo Kitt & Friedrich Kuhn\"?", "sql": "SELECT \"Run 1\" FROM \"2-17010996-2\" WHERE \"Athletes\" = 'Theo Kitt & Friedrich Kuhn';"} +{"question_id": 10019, "table_id": "2-17026847-19", "question": "What is Date, when Attendance is less than 521?", "sql": "SELECT \"Date\" FROM \"2-17026847-19\" WHERE \"Attendance\" < 521.0;"} +{"question_id": 10020, "table_id": "2-17026847-19", "question": "What is Away, when Home is \"Marathon\"?", "sql": "SELECT \"Away\" FROM \"2-17026847-19\" WHERE \"Home\" = 'Marathon';"} +{"question_id": 10021, "table_id": "2-17026847-19", "question": "What is Score, when Home is \"Marathon\"?", "sql": "SELECT \"Score\" FROM \"2-17026847-19\" WHERE \"Home\" = 'Marathon';"} +{"question_id": 10022, "table_id": "2-17026847-19", "question": "What is the total number of Attendance(s), when Away is real juventud?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-17026847-19\" WHERE \"Away\" = 'real juventud';"} +{"question_id": 10023, "table_id": "2-16946097-7", "question": "WhAt is Record, when H/A/N is \"A\", And when DAte is \"February 1\"?", "sql": "SELECT \"Record\" FROM \"2-16946097-7\" WHERE \"H/A/N\" = 'A' AND \"Date\" = 'February 1';"} +{"question_id": 10024, "table_id": "2-16946097-7", "question": "What is Date, when Opponent is \"Philadelphia 76ers\"?", "sql": "SELECT \"Date\" FROM \"2-16946097-7\" WHERE \"Opponent\" = 'Philadelphia 76ers';"} +{"question_id": 10025, "table_id": "2-16946097-7", "question": "What is Opponent, when Record is 17-44?", "sql": "SELECT \"Opponent\" FROM \"2-16946097-7\" WHERE \"Record\" = '17-44';"} +{"question_id": 10026, "table_id": "2-16946097-7", "question": "WHat is Date, wHen H/A/N is \"H\", and wHen Score is 112-118?", "sql": "SELECT \"Date\" FROM \"2-16946097-7\" WHERE \"H/A/N\" = 'H' AND \"Score\" = '112-118';"} +{"question_id": 10027, "table_id": "2-16946097-7", "question": "What is H/A/N, when Record is 20-48?", "sql": "SELECT \"H/A/N\" FROM \"2-16946097-7\" WHERE \"Record\" = '20-48';"} +{"question_id": 10028, "table_id": "2-16946097-7", "question": "What is Record, when Score is 104-99?", "sql": "SELECT \"Record\" FROM \"2-16946097-7\" WHERE \"Score\" = '104-99';"} +{"question_id": 10029, "table_id": "2-17540875-2", "question": "What is the date with home team of Stockport County?", "sql": "SELECT \"Date\" FROM \"2-17540875-2\" WHERE \"Home team\" = 'Stockport County';"} +{"question_id": 10030, "table_id": "2-17540875-2", "question": "What is the score on 17 November 1956 when home team is Derby County?", "sql": "SELECT \"Score\" FROM \"2-17540875-2\" WHERE \"Date\" = '17 November 1956' AND \"Home team\" = 'Derby County';"} +{"question_id": 10031, "table_id": "2-17540875-2", "question": "What is the score when the tie number is 4?", "sql": "SELECT \"Score\" FROM \"2-17540875-2\" WHERE \"Tie no\" = '4';"} +{"question_id": 10032, "table_id": "2-17543955-1", "question": "What is the number of points when the draws are more than 1?", "sql": "SELECT COUNT(\"Points\") FROM \"2-17543955-1\" WHERE \"Draw\" > 1.0;"} +{"question_id": 10033, "table_id": "2-17543955-1", "question": "What is the number for match when the draws in more than 0, the team is polonia bydgoszcz, and there are less than 17 points?", "sql": "SELECT SUM(\"Match\") FROM \"2-17543955-1\" WHERE \"Draw\" > 0.0 AND \"Team\" = 'polonia bydgoszcz' AND \"Points\" < 17.0;"} +{"question_id": 10034, "table_id": "2-17543955-1", "question": "What is the lowest number for draw when the points are less than 17, and the lost is 13?", "sql": "SELECT MIN(\"Draw\") FROM \"2-17543955-1\" WHERE \"Points\" < 17.0 AND \"Lost\" = 13.0;"} +{"question_id": 10035, "table_id": "2-17543955-1", "question": "What is the number of points when the match is smaller than 14?", "sql": "SELECT COUNT(\"Points\") FROM \"2-17543955-1\" WHERE \"Match\" < 14.0;"} +{"question_id": 10036, "table_id": "2-17596418-6", "question": "what is the apps when the name is Smith?", "sql": "SELECT MIN(\"Apps\") FROM \"2-17596418-6\" WHERE \"Name\" = 'Smith';"} +{"question_id": 10037, "table_id": "2-17596418-6", "question": "how many times is the transfer fee £2,500,000?", "sql": "SELECT COUNT(\"Goals\") FROM \"2-17596418-6\" WHERE \"Transfer fee\" = '£2,500,000';"} +{"question_id": 10038, "table_id": "2-17596418-6", "question": "how many times is the transfer window, summer and the name sinclair?", "sql": "SELECT COUNT(\"Apps\") FROM \"2-17596418-6\" WHERE \"Transfer window\" = 'summer' AND \"Name\" = 'sinclair';"} +{"question_id": 10039, "table_id": "2-17596418-6", "question": "what is the goals when the country is wal, the name is smith and apps is more than 0?", "sql": "SELECT SUM(\"Goals\") FROM \"2-17596418-6\" WHERE \"Country\" = 'wal' AND \"Name\" = 'smith' AND \"Apps\" > 0.0;"} +{"question_id": 10040, "table_id": "2-172085-1", "question": "What is the Studio of the Film with a Gross rental of $7,500,000?", "sql": "SELECT \"Studio\" FROM \"2-172085-1\" WHERE \"Gross rental\" = '$7,500,000';"} +{"question_id": 10041, "table_id": "2-1686203-3", "question": "Which Result has a Score of 2 – 0, and a Competition of 2006 FIFA World Cup qualification?", "sql": "SELECT \"Result\" FROM \"2-1686203-3\" WHERE \"Score\" = '2 – 0' AND \"Competition\" = '2006 FIFA World Cup qualification';"} +{"question_id": 10042, "table_id": "2-1686203-3", "question": "Which Score has a Result of 0 – 2?", "sql": "SELECT \"Score\" FROM \"2-1686203-3\" WHERE \"Result\" = '0 – 2';"} +{"question_id": 10043, "table_id": "2-1686203-3", "question": "Which Score has a Competition of UEFA Euro 2012 qualifying?", "sql": "SELECT \"Score\" FROM \"2-1686203-3\" WHERE \"Competition\" = 'UEFA Euro 2012 qualifying';"} +{"question_id": 10044, "table_id": "2-1686203-3", "question": "Which Date has a Score of 0 – 2?", "sql": "SELECT \"Date\" FROM \"2-1686203-3\" WHERE \"Score\" = '0 – 2';"} +{"question_id": 10045, "table_id": "2-1686203-3", "question": "Which Result has a Competition of 2014 FIFA World Cup qualification, and a Score of 2 – 0?", "sql": "SELECT \"Result\" FROM \"2-1686203-3\" WHERE \"Competition\" = '2014 FIFA World Cup qualification' AND \"Score\" = '2 – 0';"} +{"question_id": 10046, "table_id": "2-1686203-3", "question": "Which Venue has a Date of 1 March 2006?", "sql": "SELECT \"Venue\" FROM \"2-1686203-3\" WHERE \"Date\" = '1 March 2006';"} +{"question_id": 10047, "table_id": "2-17231351-5", "question": "Who is thE playEr with an E to par and a 68-73-69=210?", "sql": "SELECT \"Player\" FROM \"2-17231351-5\" WHERE \"To par\" = 'E' AND \"Score\" = '68-73-69=210';"} +{"question_id": 10048, "table_id": "2-17231351-5", "question": "What is the country with a 66-70-69=205 score?", "sql": "SELECT \"Country\" FROM \"2-17231351-5\" WHERE \"Score\" = '66-70-69=205';"} +{"question_id": 10049, "table_id": "2-17231351-5", "question": "Who is the player from Japan?", "sql": "SELECT \"Player\" FROM \"2-17231351-5\" WHERE \"Country\" = 'Japan';"} +{"question_id": 10050, "table_id": "2-17231351-5", "question": "What country is player Jay Haas, who is in T10 place, from?", "sql": "SELECT \"Country\" FROM \"2-17231351-5\" WHERE \"Place\" = 'T10' AND \"Player\" = 'Jay Haas';"} +{"question_id": 10051, "table_id": "2-17231351-5", "question": "What is the country with a 68-73-69=210 score?", "sql": "SELECT \"Country\" FROM \"2-17231351-5\" WHERE \"Score\" = '68-73-69=210';"} +{"question_id": 10052, "table_id": "2-17231351-5", "question": "What is the score of player Mark Hayes?", "sql": "SELECT \"Score\" FROM \"2-17231351-5\" WHERE \"Player\" = 'Mark Hayes';"} +{"question_id": 10053, "table_id": "2-17004128-5", "question": "WHAT IS THE HOME TEAM WITH A TIE NUMBER OF 7?", "sql": "SELECT \"Home team\" FROM \"2-17004128-5\" WHERE \"Tie no\" = '7';"} +{"question_id": 10054, "table_id": "2-17004128-5", "question": "WHAT IS THE AWAY TEAM WITH A HOME TEAM OF Chelsea?", "sql": "SELECT \"Away team\" FROM \"2-17004128-5\" WHERE \"Home team\" = 'Chelsea';"} +{"question_id": 10055, "table_id": "2-17004128-5", "question": "WHAT IS THE SCORE WITH A TIE NUMBER OF 13?", "sql": "SELECT \"Score\" FROM \"2-17004128-5\" WHERE \"Tie no\" = '13';"} +{"question_id": 10056, "table_id": "2-17004128-5", "question": "WHAT IS THE ATTENDANCE WITH A Reading AWAY TEAM?", "sql": "SELECT \"Attendance\" FROM \"2-17004128-5\" WHERE \"Away team\" = 'Reading';"} +{"question_id": 10057, "table_id": "2-17004128-5", "question": "WHAT IS THE ATTENDANCE WITH A Reading AWAY TEAM?", "sql": "SELECT \"Attendance\" FROM \"2-17004128-5\" WHERE \"Away team\" = 'Reading';"} +{"question_id": 10058, "table_id": "2-17477462-3", "question": "Who was the Builder when the wheels were 4-4-0 and the railway was GCR?", "sql": "SELECT \"Builder\" FROM \"2-17477462-3\" WHERE \"Wheels\" = '4-4-0' AND \"Railway\" = 'GCR';"} +{"question_id": 10059, "table_id": "2-17477462-3", "question": "Which railway was built in 1920?", "sql": "SELECT \"Railway\" FROM \"2-17477462-3\" WHERE \"Built\" = '1920';"} +{"question_id": 10060, "table_id": "2-17477462-3", "question": "Which railway was built in 1909?", "sql": "SELECT \"Railway\" FROM \"2-17477462-3\" WHERE \"Built\" = '1909';"} +{"question_id": 10061, "table_id": "2-17477462-3", "question": "What year was Stephenson the builder?", "sql": "SELECT \"Built\" FROM \"2-17477462-3\" WHERE \"Builder\" = 'Stephenson';"} +{"question_id": 10062, "table_id": "2-17477462-3", "question": "What is the Object Number for the item with wheels 4-4-0 and a location of Barrow Hill?", "sql": "SELECT \"ObjectNumber\" FROM \"2-17477462-3\" WHERE \"Location\" = 'Barrow Hill' AND \"Wheels\" = '4-4-0';"} +{"question_id": 10063, "table_id": "2-17477462-3", "question": "Who was the builder in 1920?", "sql": "SELECT \"Builder\" FROM \"2-17477462-3\" WHERE \"Built\" = '1920';"} +{"question_id": 10064, "table_id": "2-17335271-1", "question": "Which team played in the Darida venue?", "sql": "SELECT \"Venue\" FROM \"2-17335271-1\" WHERE \"Team\" = 'Darida';"} +{"question_id": 10065, "table_id": "2-17335271-1", "question": "What was Team Dnepr's position in 2006?", "sql": "SELECT \"Position in 2006\" FROM \"2-17335271-1\" WHERE \"Team\" = 'Dnepr';"} +{"question_id": 10066, "table_id": "2-1628066-2", "question": "Which ICAO has a Province of Heilongjiang, and a IATA of JMU?", "sql": "SELECT \"ICAO\" FROM \"2-1628066-2\" WHERE \"Province\" = 'Heilongjiang' AND \"IATA\" = 'JMU';"} +{"question_id": 10067, "table_id": "2-1628066-2", "question": "which Province has a ICAO of VMMC?", "sql": "SELECT \"Province\" FROM \"2-1628066-2\" WHERE \"ICAO\" = 'VMMC';"} +{"question_id": 10068, "table_id": "2-1628066-2", "question": "Which Province has a City of Hiroshima?", "sql": "SELECT \"Province\" FROM \"2-1628066-2\" WHERE \"City\" = 'Hiroshima';"} +{"question_id": 10069, "table_id": "2-1628066-2", "question": "Which Province has a IATA of AKU?", "sql": "SELECT \"Province\" FROM \"2-1628066-2\" WHERE \"IATA\" = 'AKU';"} +{"question_id": 10070, "table_id": "2-1628066-2", "question": "Name the IATA with a City of Budapest?", "sql": "SELECT \"IATA\" FROM \"2-1628066-2\" WHERE \"City\" = 'Budapest';"} +{"question_id": 10071, "table_id": "2-1628066-2", "question": "Name the Province with ICAO of ZBCF?", "sql": "SELECT \"Province\" FROM \"2-1628066-2\" WHERE \"ICAO\" = 'ZBCF';"} +{"question_id": 10072, "table_id": "2-17162255-6", "question": "What is the country with a 70-74-69=213 score?", "sql": "SELECT \"Country\" FROM \"2-17162255-6\" WHERE \"Score\" = '70-74-69=213';"} +{"question_id": 10073, "table_id": "2-17162255-6", "question": "What is the highest to par of player Mark Brooks, who has a T2 place?", "sql": "SELECT MAX(\"To par\") FROM \"2-17162255-6\" WHERE \"Place\" = 'T2' AND \"Player\" = 'Mark Brooks';"} +{"question_id": 10074, "table_id": "2-17162255-6", "question": "What is the score of player Craig Stadler from the United States with a T8 place?", "sql": "SELECT \"Score\" FROM \"2-17162255-6\" WHERE \"Place\" = 'T8' AND \"Country\" = 'United States' AND \"Player\" = 'Craig Stadler';"} +{"question_id": 10075, "table_id": "2-17162255-6", "question": "What is the country of player Ian Woosnam?", "sql": "SELECT \"Country\" FROM \"2-17162255-6\" WHERE \"Player\" = 'Ian Woosnam';"} +{"question_id": 10076, "table_id": "2-16744814-2", "question": "How many silver medals did the team that had 5 bronze and less than 16 gold have?", "sql": "SELECT SUM(\"Silver\") FROM \"2-16744814-2\" WHERE \"Bronze\" > 5.0 AND \"Gold\" < 16.0;"} +{"question_id": 10077, "table_id": "2-16384648-2", "question": "what is the team website when the institution is Indiana University of Pennsylvania?", "sql": "SELECT \"Team Website\" FROM \"2-16384648-2\" WHERE \"Institution\" = 'Indiana University of Pennsylvania';"} +{"question_id": 10078, "table_id": "2-16384648-2", "question": "what is the team nickname when joined tschl is 2010 and home arena is Kettering Rec Center and the team website is Dayton Hockey?", "sql": "SELECT \"Team Nickname\" FROM \"2-16384648-2\" WHERE \"Joined TSCHL\" = 2010.0 AND \"Home Arena\" = 'Kettering Rec Center' AND \"Team Website\" = 'Dayton Hockey';"} +{"question_id": 10079, "table_id": "2-16384648-2", "question": "what is the team nickname that joined tschl after 2010?", "sql": "SELECT \"Team Nickname\" FROM \"2-16384648-2\" WHERE \"Joined TSCHL\" > 2010.0;"} +{"question_id": 10080, "table_id": "2-16384648-2", "question": "what is the institution at Akron, OH?", "sql": "SELECT \"Institution\" FROM \"2-16384648-2\" WHERE \"Location\" = 'Akron, OH';"} +{"question_id": 10081, "table_id": "2-16384648-2", "question": "what is the home arena that joined tschl in 2010 and the team nickname is Bearcats?", "sql": "SELECT \"Home Arena\" FROM \"2-16384648-2\" WHERE \"Joined TSCHL\" = 2010.0 AND \"Team Nickname\" = 'Bearcats';"} +{"question_id": 10082, "table_id": "2-17386069-1", "question": "Richard Crump picked after the 114 pick was drafted in what round?", "sql": "SELECT \"Round\" FROM \"2-17386069-1\" WHERE \"Pick #\" > 114.0 AND \"Player\" = 'Richard Crump';"} +{"question_id": 10083, "table_id": "2-1122912-2", "question": "Who has a grid smaller than 24, less than 61 laps, and a Ferrari constructor?", "sql": "SELECT \"Driver\" FROM \"2-1122912-2\" WHERE \"Grid\" < 24.0 AND \"Laps\" < 61.0 AND \"Constructor\" = 'Ferrari';"} +{"question_id": 10084, "table_id": "2-1122912-2", "question": "Who is the driver with 58 laps and a grid smaller than 21?", "sql": "SELECT \"Driver\" FROM \"2-1122912-2\" WHERE \"Laps\" = 58.0 AND \"Grid\" < 21.0;"} +{"question_id": 10085, "table_id": "2-11134320-1", "question": "What year did J. Jones, Trearddur Bay build a boat with a current status of TBSC?", "sql": "SELECT \"Year Built\" FROM \"2-11134320-1\" WHERE \"Current Status\" = 'TBSC' AND \"Boat Builder\" = 'J. Jones, Trearddur Bay';"} +{"question_id": 10086, "table_id": "2-11134320-1", "question": "What is the boat builder for a boat built in 1910/11 and a number of 39?", "sql": "SELECT \"Boat Builder\" FROM \"2-11134320-1\" WHERE \"Year Built\" = '1910/11' AND \"Number\" = 39.0;"} +{"question_id": 10087, "table_id": "2-11134320-1", "question": "What is the boat builder for a boat built in 1994 and a number greater than 93?", "sql": "SELECT \"Boat Builder\" FROM \"2-11134320-1\" WHERE \"Number\" > 93.0 AND \"Year Built\" = '1994';"} +{"question_id": 10088, "table_id": "2-11134320-1", "question": "What year was the Cormorant built in?", "sql": "SELECT \"Year Built\" FROM \"2-11134320-1\" WHERE \"Name\" = 'Cormorant';"} +{"question_id": 10089, "table_id": "2-11134320-1", "question": "What boat builder built the Valmai with a number less than 65?", "sql": "SELECT \"Boat Builder\" FROM \"2-11134320-1\" WHERE \"Number\" < 65.0 AND \"Name\" = 'Valmai';"} +{"question_id": 10090, "table_id": "2-10826072-17", "question": "Which sporting location is where Richmond plays?", "sql": "SELECT \"Venue\" FROM \"2-10826072-17\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10091, "table_id": "2-11622632-9", "question": "Tell me the date for Emery and home of Ottawa with attendance more than 19575", "sql": "SELECT \"Date\" FROM \"2-11622632-9\" WHERE \"Decision\" = 'Emery' AND \"Attendance\" > 19575.0 AND \"Home\" = 'Ottawa';"} +{"question_id": 10092, "table_id": "2-10869537-3", "question": "When the Away team scored 20.15 (135) on the Date of 23 April 1973, how many people were in the crowd?", "sql": "SELECT \"Crowd\" FROM \"2-10869537-3\" WHERE \"Date\" = '23 April 1973' AND \"Away team score\" = '20.15 (135)';"} +{"question_id": 10093, "table_id": "2-10869537-3", "question": "When the Away team was Essendon, what was the Venue they played at?", "sql": "SELECT \"Venue\" FROM \"2-10869537-3\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10094, "table_id": "2-10869537-3", "question": "When the Away team of Essendon played and the Crowd was larger than 18704 people, which Date did this take place on?", "sql": "SELECT \"Date\" FROM \"2-10869537-3\" WHERE \"Crowd\" > 18704.0 AND \"Away team\" = 'Essendon';"} +{"question_id": 10095, "table_id": "2-11901273-16", "question": "What college or club team did Dale Mitchell play for?", "sql": "SELECT \"College/Junior/Club Team (League)\" FROM \"2-11901273-16\" WHERE \"Player\" = 'Dale Mitchell';"} +{"question_id": 10096, "table_id": "2-11961849-8", "question": "Who is the leading scorer for the game on March 22, 2008 with a visitor of Magic?", "sql": "SELECT \"Leading scorer\" FROM \"2-11961849-8\" WHERE \"Visitor\" = 'Magic' AND \"Date\" = 'March 22, 2008';"} +{"question_id": 10097, "table_id": "2-11961849-8", "question": "Who was the home team on March 5, 2008?", "sql": "SELECT \"Home\" FROM \"2-11961849-8\" WHERE \"Date\" = 'March 5, 2008';"} +{"question_id": 10098, "table_id": "2-1161065-28", "question": "What is the lowest when the total is 353069 and average is larger than 47425?", "sql": "SELECT AVG(\"Lowest\") FROM \"2-1161065-28\" WHERE \"Total\" < 353069.0 AND \"Average\" > 47425.0;"} +{"question_id": 10099, "table_id": "2-1161065-28", "question": "What is the smallest hosted when the average is less than 35208 and total is greater than 593202?", "sql": "SELECT MIN(\"Hosted\") FROM \"2-1161065-28\" WHERE \"Average\" < 35208.0 AND \"Total\" > 593202.0;"} +{"question_id": 10100, "table_id": "2-10790397-3", "question": "Which team scored 10.11 (71) at home?", "sql": "SELECT \"Home team\" FROM \"2-10790397-3\" WHERE \"Home team score\" = '10.11 (71)';"} +{"question_id": 10101, "table_id": "2-10790397-3", "question": "What is the score for the away team at Essendon?", "sql": "SELECT \"Away team score\" FROM \"2-10790397-3\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10102, "table_id": "2-10790397-3", "question": "What was the smallest crowd size for the home team at St Kilda?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10790397-3\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 10103, "table_id": "2-10790397-3", "question": "Which home team had a crowd size of 14000 at junction oval?", "sql": "SELECT \"Home team\" FROM \"2-10790397-3\" WHERE \"Crowd\" > 14000.0 AND \"Venue\" = 'junction oval';"} +{"question_id": 10104, "table_id": "2-10979732-31", "question": "Name for me the tatsuhito takaiwa for Ryusuke Taguchi of Taguchi (14:31)", "sql": "SELECT \"Tatsuhito Takaiwa\" FROM \"2-10979732-31\" WHERE \"Ryusuke Taguchi\" = 'Taguchi (14:31)';"} +{"question_id": 10105, "table_id": "2-10979732-31", "question": "Name the ryusuke taguchi for Jushin Liger of Liger (9:57)", "sql": "SELECT \"Ryusuke Taguchi\" FROM \"2-10979732-31\" WHERE \"Jushin Liger\" = 'Liger (9:57)';"} +{"question_id": 10106, "table_id": "2-10887680-2", "question": "What were the most in attendance in Richmond?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10887680-2\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 10107, "table_id": "2-10887680-2", "question": "What team played Essendon?", "sql": "SELECT \"Home team\" FROM \"2-10887680-2\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10108, "table_id": "2-11108194-2", "question": "Which TV network is a Spanish Commercial network with greater than 53674000 households viewable and place lower than 1?", "sql": "SELECT \"TV network\" FROM \"2-11108194-2\" WHERE \"Type of Television Network\" = 'Spanish Commercial' AND \"Number of households viewable\" > 53674000.0 AND \"Place\" > 1.0;"} +{"question_id": 10109, "table_id": "2-11184569-2", "question": "Which game site has an Opponent of Buffalo Bills?", "sql": "SELECT \"Game site\" FROM \"2-11184569-2\" WHERE \"Opponent\" = 'Buffalo Bills';"} +{"question_id": 10110, "table_id": "2-11184569-2", "question": "Which opponent has a Result of L 6–3?", "sql": "SELECT \"Opponent\" FROM \"2-11184569-2\" WHERE \"Result\" = 'L 6–3';"} +{"question_id": 10111, "table_id": "2-11184569-2", "question": "Which game site has a Week bigger than 13, and a Result of L 20–0?", "sql": "SELECT \"Game site\" FROM \"2-11184569-2\" WHERE \"Week\" > 13.0 AND \"Result\" = 'L 20–0';"} +{"question_id": 10112, "table_id": "2-11184569-2", "question": "Which date has a Week of 6?", "sql": "SELECT \"Date\" FROM \"2-11184569-2\" WHERE \"Week\" = 6.0;"} +{"question_id": 10113, "table_id": "2-11902580-3", "question": "Who was the visiting team where the decision was Biron on October 4?", "sql": "SELECT \"Visitor\" FROM \"2-11902580-3\" WHERE \"Decision\" = 'Biron' AND \"Date\" = 'October 4';"} +{"question_id": 10114, "table_id": "2-11994155-1", "question": "What is the highest number of losses where a team scored more than 45 goals and had 32 against?", "sql": "SELECT MAX(\"Losses\") FROM \"2-11994155-1\" WHERE \"Goals Against\" = 32.0 AND \"Goals For\" > 45.0;"} +{"question_id": 10115, "table_id": "2-11965481-4", "question": "What is the location attendance of the game with Kobe Bryant (18) with the highest points on November 18?", "sql": "SELECT \"Location Attendance\" FROM \"2-11965481-4\" WHERE \"High points\" = 'Kobe Bryant (18)' AND \"Date\" = 'November 18';"} +{"question_id": 10116, "table_id": "2-11965481-4", "question": "Which team had game 3?", "sql": "SELECT \"Team\" FROM \"2-11965481-4\" WHERE \"Game\" = 3.0;"} +{"question_id": 10117, "table_id": "2-10960880-1", "question": "What is the authority of the scientific name of O. tricuspis?", "sql": "SELECT \"Authority\" FROM \"2-10960880-1\" WHERE \"Scientic name\" = 'O. tricuspis';"} +{"question_id": 10118, "table_id": "2-12017602-10", "question": "How many values for decile occur in mount roskill with monte cecilia school with a roll greater than 170?", "sql": "SELECT COUNT(\"Decile\") FROM \"2-12017602-10\" WHERE \"Area\" = 'mount roskill' AND \"Name\" = 'monte cecilia school' AND \"Roll\" > 170.0;"} +{"question_id": 10119, "table_id": "2-113198-7", "question": "For ranks over 2 with Golds over 6 and Silvers over 5 what would be the lowest qualifying Total?", "sql": "SELECT MIN(\"Total\") FROM \"2-113198-7\" WHERE \"Gold\" > 6.0 AND \"Rank\" > 2.0 AND \"Silver\" > 5.0;"} +{"question_id": 10120, "table_id": "2-1085030-1", "question": "What is the Playoffs during 2004-05?", "sql": "SELECT \"Playoffs\" FROM \"2-1085030-1\" WHERE \"Year\" = '2004-05';"} +{"question_id": 10121, "table_id": "2-11664564-7", "question": "What was the record of the game on July 3?", "sql": "SELECT \"Record\" FROM \"2-11664564-7\" WHERE \"Date\" = 'July 3';"} +{"question_id": 10122, "table_id": "2-11664564-7", "question": "What was the attendance at the game when the record was 35-46?", "sql": "SELECT \"Attendance\" FROM \"2-11664564-7\" WHERE \"Record\" = '35-46';"} +{"question_id": 10123, "table_id": "2-11664564-7", "question": "What was the score of the game when the record was 35-47?", "sql": "SELECT \"Score\" FROM \"2-11664564-7\" WHERE \"Record\" = '35-47';"} +{"question_id": 10124, "table_id": "2-11664564-7", "question": "Who took the loss against the California Angels when the attendance was 10,886?", "sql": "SELECT \"Loss\" FROM \"2-11664564-7\" WHERE \"Opponent\" = 'California Angels' AND \"Attendance\" = '10,886';"} +{"question_id": 10125, "table_id": "2-10809368-1", "question": "How many people were in the crowd for a game than had Carlton as the visiting team?", "sql": "SELECT \"Crowd\" FROM \"2-10809368-1\" WHERE \"Away team\" = 'Carlton';"} +{"question_id": 10126, "table_id": "2-10809368-1", "question": "What was total size of the crowd at a home game for North Melbourne?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10809368-1\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 10127, "table_id": "2-10809368-1", "question": "When was the game played at Glenferrie Oval?", "sql": "SELECT \"Date\" FROM \"2-10809368-1\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10128, "table_id": "2-10806852-10", "question": "When the crowd was bigger than 26063, who was the Away team?", "sql": "SELECT \"Away team\" FROM \"2-10806852-10\" WHERE \"Crowd\" > 26063.0;"} +{"question_id": 10129, "table_id": "2-10806852-10", "question": "What did South Melbourne score when they were the Away team?", "sql": "SELECT \"Away team score\" FROM \"2-10806852-10\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 10130, "table_id": "2-11898258-7", "question": "What is the average rank of Gol on airlines?", "sql": "SELECT AVG(\"Rank\") FROM \"2-11898258-7\" WHERE \"Airline\" = 'Gol';"} +{"question_id": 10131, "table_id": "2-10809157-10", "question": "What was the smallest crowd during a game where the home team scored 12.9 (81)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10809157-10\" WHERE \"Home team score\" = '12.9 (81)';"} +{"question_id": 10132, "table_id": "2-10790510-15", "question": "What is the away team score when Home team is Fitzroy?", "sql": "SELECT \"Away team score\" FROM \"2-10790510-15\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 10133, "table_id": "2-10790510-15", "question": "Which date has an Away team score of 11.13 (79)?", "sql": "SELECT \"Date\" FROM \"2-10790510-15\" WHERE \"Away team score\" = '11.13 (79)';"} +{"question_id": 10134, "table_id": "2-10790510-15", "question": "Which home team that has an Away score of 10.10 (70)?", "sql": "SELECT \"Home team\" FROM \"2-10790510-15\" WHERE \"Away team score\" = '10.10 (70)';"} +{"question_id": 10135, "table_id": "2-10790510-15", "question": "Which date was Corio Oval the venue?", "sql": "SELECT \"Date\" FROM \"2-10790510-15\" WHERE \"Venue\" = 'Corio Oval';"} +{"question_id": 10136, "table_id": "2-10790510-15", "question": "Which venue has St Kilda as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10790510-15\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 10137, "table_id": "2-10790651-15", "question": "Who was the home team when the away team scored 10.15 (75)?", "sql": "SELECT \"Home team\" FROM \"2-10790651-15\" WHERE \"Away team score\" = '10.15 (75)';"} +{"question_id": 10138, "table_id": "2-10790651-15", "question": "Who was the away team when the home team scored 10.8 (68)?", "sql": "SELECT \"Away team\" FROM \"2-10790651-15\" WHERE \"Home team score\" = '10.8 (68)';"} +{"question_id": 10139, "table_id": "2-10790651-15", "question": "What was the away team score at the game held on 17 August 1935?", "sql": "SELECT \"Away team score\" FROM \"2-10790651-15\" WHERE \"Date\" = '17 August 1935';"} +{"question_id": 10140, "table_id": "2-12056762-1", "question": "Which league has 12 goals?", "sql": "SELECT \"League\" FROM \"2-12056762-1\" WHERE \"Goals\" = 12.0;"} +{"question_id": 10141, "table_id": "2-12056762-1", "question": "Which league has less than 15 apps and 0 goals with Sparta Prague?", "sql": "SELECT \"League\" FROM \"2-12056762-1\" WHERE \"Apps\" < 15.0 AND \"Goals\" = 0.0 AND \"Club\" = 'Sparta Prague';"} +{"question_id": 10142, "table_id": "2-11947374-3", "question": "How many runners up for the team that won in 1993?", "sql": "SELECT MIN(\"Runners-up\") FROM \"2-11947374-3\" WHERE \"Years won\" = '1993';"} +{"question_id": 10143, "table_id": "2-11947374-3", "question": "How many runners up for the team with under 1 win and a Years runner-up of 1985 , 1996?", "sql": "SELECT \"Runners-up\" FROM \"2-11947374-3\" WHERE \"Winners\" < 1.0 AND \"Years runner-up\" = '1985 , 1996';"} +{"question_id": 10144, "table_id": "2-1140104-6", "question": "On what circuit was the III Reims Grand Prix held?", "sql": "SELECT \"Circuit\" FROM \"2-1140104-6\" WHERE \"Race Name\" = 'III Reims Grand Prix';"} +{"question_id": 10145, "table_id": "2-1140104-6", "question": "On what circuit was the I Mexican Grand Prix held?", "sql": "SELECT \"Circuit\" FROM \"2-1140104-6\" WHERE \"Race Name\" = 'I Mexican Grand Prix';"} +{"question_id": 10146, "table_id": "2-1145226-6", "question": "Which player had more than 1 try, 0 drops over a span on 1992-2000?", "sql": "SELECT \"Player\" FROM \"2-1145226-6\" WHERE \"Tries\" > 1.0 AND \"Drop\" = 0.0 AND \"Span\" = '1992-2000';"} +{"question_id": 10147, "table_id": "2-1145226-6", "question": "What is the largest start for a player with 14 conv, 10 tries and more than 22 pens?", "sql": "SELECT MAX(\"Start\") FROM \"2-1145226-6\" WHERE \"Conv\" = 14.0 AND \"Tries\" = 10.0 AND \"Pens\" > 22.0;"} +{"question_id": 10148, "table_id": "2-1145226-6", "question": "What is the total of tries for a player with conv smaller than 45, 19 starts and pens fewer than 22?", "sql": "SELECT COUNT(\"Tries\") FROM \"2-1145226-6\" WHERE \"Conv\" < 45.0 AND \"Start\" = 19.0 AND \"Pens\" < 22.0;"} +{"question_id": 10149, "table_id": "2-11622006-4", "question": "For earnings greater than 4689368, what is the greatest rank?", "sql": "SELECT MAX(\"Rank\") FROM \"2-11622006-4\" WHERE \"Earnings( $ )\" > 4689368.0;"} +{"question_id": 10150, "table_id": "2-11622006-4", "question": "When the united states has 22 wins and a rank greater than 2, what is the total earnings?", "sql": "SELECT SUM(\"Earnings( $ )\") FROM \"2-11622006-4\" WHERE \"Country\" = 'united states' AND \"Wins\" = 22.0 AND \"Rank\" > 2.0;"} +{"question_id": 10151, "table_id": "2-11622006-4", "question": "What is the smallest rank for New Zealand?", "sql": "SELECT MIN(\"Rank\") FROM \"2-11622006-4\" WHERE \"Country\" = 'New Zealand';"} +{"question_id": 10152, "table_id": "2-10790510-9", "question": "Which home team has an away team score of 11.13 (79)?", "sql": "SELECT \"Home team\" FROM \"2-10790510-9\" WHERE \"Away team score\" = '11.13 (79)';"} +{"question_id": 10153, "table_id": "2-10790510-9", "question": "Which home team has an away team score of 4.9 (33)?", "sql": "SELECT \"Home team\" FROM \"2-10790510-9\" WHERE \"Away team score\" = '4.9 (33)';"} +{"question_id": 10154, "table_id": "2-10790510-9", "question": "What is Richmond's away team score versus Geelong?", "sql": "SELECT \"Away team score\" FROM \"2-10790510-9\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 10155, "table_id": "2-11252-2", "question": "When the share of votes equals 21.8%, what's the sum of the total amount of seats?", "sql": "SELECT SUM(\"Total seats\") FROM \"2-11252-2\" WHERE \"Share of votes\" = '21.8%';"} +{"question_id": 10156, "table_id": "2-11252-2", "question": "If the total number of seats is under 144, and the seats won is 32, which election is this?", "sql": "SELECT \"Election\" FROM \"2-11252-2\" WHERE \"Total seats\" < 144.0 AND \"Seats\" = 32.0;"} +{"question_id": 10157, "table_id": "2-11252-2", "question": "When the share of votes is 33.9%, what's the highest total amount of seats?", "sql": "SELECT MAX(\"Total seats\") FROM \"2-11252-2\" WHERE \"Share of votes\" = '33.9%';"} +{"question_id": 10158, "table_id": "2-10823950-8", "question": "What was the home team's score when North Melbourne was the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10823950-8\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 10159, "table_id": "2-10823950-8", "question": "What was the date of the game when the home team scored 21.18 (144) and the away team scored 16.19 (115)?", "sql": "SELECT \"Date\" FROM \"2-10823950-8\" WHERE \"Home team score\" = '21.18 (144)' AND \"Away team score\" = '16.19 (115)';"} +{"question_id": 10160, "table_id": "2-10823950-8", "question": "Who was the away team when Geelong was the home team?", "sql": "SELECT \"Away team\" FROM \"2-10823950-8\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 10161, "table_id": "2-10809351-18", "question": "Which team scored 9.8 (62) points against Fitzroy?", "sql": "SELECT \"Away team\" FROM \"2-10809351-18\" WHERE \"Away team score\" = '9.8 (62)';"} +{"question_id": 10162, "table_id": "2-10809351-18", "question": "What is the score of away team, North Melbourne?", "sql": "SELECT \"Away team score\" FROM \"2-10809351-18\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 10163, "table_id": "2-10809351-18", "question": "What is the fewest number of attendees at Kardinia Park?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10809351-18\" WHERE \"Venue\" = 'Kardinia Park';"} +{"question_id": 10164, "table_id": "2-1204658-5", "question": "What team is the home team when the home team scored 12.4 (76)?", "sql": "SELECT \"Home team\" FROM \"2-1204658-5\" WHERE \"Home team score\" = '12.4 (76)';"} +{"question_id": 10165, "table_id": "2-1204658-5", "question": "What is the home team score when the away team scored 9.11 (65)?", "sql": "SELECT \"Home team score\" FROM \"2-1204658-5\" WHERE \"Away team score\" = '9.11 (65)';"} +{"question_id": 10166, "table_id": "2-1204658-5", "question": "What is the home team score when the away team was Fitzroy?", "sql": "SELECT \"Home team score\" FROM \"2-1204658-5\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 10167, "table_id": "2-11756731-3", "question": "Who was the home team at the game with a decision of Mason and a visiting team of Dallas?", "sql": "SELECT \"Home\" FROM \"2-11756731-3\" WHERE \"Decision\" = 'Mason' AND \"Visitor\" = 'Dallas';"} +{"question_id": 10168, "table_id": "2-1122131-1", "question": "Name the highest laps for time/retired of Engine and grid of 5", "sql": "SELECT MAX(\"Laps\") FROM \"2-1122131-1\" WHERE \"Time/Retired\" = 'Engine' AND \"Grid\" = 5.0;"} +{"question_id": 10169, "table_id": "2-1122131-1", "question": "Name the highest laps for maserati and +6 laps for grid more than 11", "sql": "SELECT MAX(\"Laps\") FROM \"2-1122131-1\" WHERE \"Constructor\" = 'maserati' AND \"Time/Retired\" = '+6 laps' AND \"Grid\" > 11.0;"} +{"question_id": 10170, "table_id": "2-1122131-1", "question": "Tell me the time/retired for grid 4", "sql": "SELECT \"Time/Retired\" FROM \"2-1122131-1\" WHERE \"Grid\" = 4.0;"} +{"question_id": 10171, "table_id": "2-1122131-1", "question": "Tell me the driver for 58 laps", "sql": "SELECT \"Driver\" FROM \"2-1122131-1\" WHERE \"Laps\" = 58.0;"} +{"question_id": 10172, "table_id": "2-10809157-7", "question": "What is the score of the home team aginst Essendon?", "sql": "SELECT \"Home team score\" FROM \"2-10809157-7\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10173, "table_id": "2-10809157-7", "question": "When is the Geelong game?", "sql": "SELECT \"Date\" FROM \"2-10809157-7\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 10174, "table_id": "2-12084106-1", "question": "Which Original Broadway production has a First US National Tour of Roger Bart?", "sql": "SELECT \"Original Broadway production\" FROM \"2-12084106-1\" WHERE \"First US National Tour\" = 'Roger Bart';"} +{"question_id": 10175, "table_id": "2-12084106-1", "question": "Which Original Broadway production has a Role of Dr. Victor von Frankenstein?", "sql": "SELECT \"Original Broadway production\" FROM \"2-12084106-1\" WHERE \"Role\" = 'Dr. Victor von Frankenstein';"} +{"question_id": 10176, "table_id": "2-12084106-1", "question": "Which Role has a First US National Tour of Roger Bart?", "sql": "SELECT \"Role\" FROM \"2-12084106-1\" WHERE \"First US National Tour\" = 'Roger Bart';"} +{"question_id": 10177, "table_id": "2-12084106-1", "question": "Which Original Italian production has a First US National Tour of Joanna Glushak?", "sql": "SELECT \"Original Italian production\" FROM \"2-12084106-1\" WHERE \"First US National Tour\" = 'Joanna Glushak';"} +{"question_id": 10178, "table_id": "2-10826072-20", "question": "At what venue was the game played where the away team was South Melbourne", "sql": "SELECT \"Venue\" FROM \"2-10826072-20\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 10179, "table_id": "2-10826072-20", "question": "Name the date where the away teams score was 9.10 (64)", "sql": "SELECT \"Date\" FROM \"2-10826072-20\" WHERE \"Away team score\" = '9.10 (64)';"} +{"question_id": 10180, "table_id": "2-11480171-1", "question": "Who directed the Eula Goodnight movie after 1949?", "sql": "SELECT \"Director\" FROM \"2-11480171-1\" WHERE \"Year\" > 1949.0 AND \"Role\" = 'Eula Goodnight';"} +{"question_id": 10181, "table_id": "2-11480171-1", "question": "What role does she play before 1942 with Dorothy Arzner directing?", "sql": "SELECT \"Role\" FROM \"2-11480171-1\" WHERE \"Year\" < 1942.0 AND \"Director\" = 'Dorothy Arzner';"} +{"question_id": 10182, "table_id": "2-11480171-1", "question": "What Drama role does she play in 1973?", "sql": "SELECT \"Role\" FROM \"2-11480171-1\" WHERE \"Genre\" = 'Drama' AND \"Year\" = 1973.0;"} +{"question_id": 10183, "table_id": "2-11791543-1", "question": "What is the date of the 1986 FIFA World Cup?", "sql": "SELECT \"Date\" FROM \"2-11791543-1\" WHERE \"Competition\" = '1986 FIFA World Cup';"} +{"question_id": 10184, "table_id": "2-11542215-3", "question": "Name the least floor exercise for parallel bars more than 9.687 and pommel horse less than 8.45", "sql": "SELECT MIN(\"Floor Exercise\") FROM \"2-11542215-3\" WHERE \"Pommel Horse\" < 8.45 AND \"Parallel Bars\" > 9.687;"} +{"question_id": 10185, "table_id": "2-11542215-3", "question": "Name the total number of pommel horses for vault of 9.475 and rank more than 16", "sql": "SELECT COUNT(\"Pommel Horse\") FROM \"2-11542215-3\" WHERE \"Rank\" > 16.0 AND \"Vault\" = 9.475;"} +{"question_id": 10186, "table_id": "2-10885968-11", "question": "When Lake Oval is the venue, what's the score of the home team?", "sql": "SELECT \"Home team score\" FROM \"2-10885968-11\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 10187, "table_id": "2-10885968-11", "question": "If the away teams score was 15.6 (96), what venue did they play at?", "sql": "SELECT \"Venue\" FROM \"2-10885968-11\" WHERE \"Away team score\" = '15.6 (96)';"} +{"question_id": 10188, "table_id": "2-11785072-4", "question": "Who did the cubs play on June 3?", "sql": "SELECT \"Opponent\" FROM \"2-11785072-4\" WHERE \"Date\" = 'June 3';"} +{"question_id": 10189, "table_id": "2-1202355-3", "question": "Tell me the place of action for Sergeant rank and 5th Company, 2nd Marines unit", "sql": "SELECT \"Place of action\" FROM \"2-1202355-3\" WHERE \"Rank\" = 'Sergeant' AND \"Unit\" = '5th Company, 2nd Marines';"} +{"question_id": 10190, "table_id": "2-1202355-3", "question": "Name the service for 7th Marines rank of Sergeant", "sql": "SELECT \"Service\" FROM \"2-1202355-3\" WHERE \"Unit\" = '7th Marines' AND \"Rank\" = 'Sergeant';"} +{"question_id": 10191, "table_id": "2-11134273-1", "question": "How far is the Olbia to Sassari route?", "sql": "SELECT \"Distance\" FROM \"2-11134273-1\" WHERE \"Course\" = 'Olbia to Sassari';"} +{"question_id": 10192, "table_id": "2-1126661-1", "question": "What day is Miami the venue with 38 goals?", "sql": "SELECT \"Date\" FROM \"2-1126661-1\" WHERE \"Venue\" = 'Miami' AND \"Goal\" = 38.0;"} +{"question_id": 10193, "table_id": "2-1126661-1", "question": "What competition has 41 goals?", "sql": "SELECT \"Competition\" FROM \"2-1126661-1\" WHERE \"Goal\" = 41.0;"} +{"question_id": 10194, "table_id": "2-1126661-1", "question": "What day has 34 goals?", "sql": "SELECT \"Date\" FROM \"2-1126661-1\" WHERE \"Goal\" = 34.0;"} +{"question_id": 10195, "table_id": "2-1122384-2", "question": "What driver had under 22 laps and a Time/Retired of Ignition?", "sql": "SELECT \"Driver\" FROM \"2-1122384-2\" WHERE \"Laps\" < 22.0 AND \"Time/Retired\" = 'Ignition';"} +{"question_id": 10196, "table_id": "2-1122384-2", "question": "What is the highest number of laps for Chris Amon?", "sql": "SELECT MAX(\"Laps\") FROM \"2-1122384-2\" WHERE \"Driver\" = 'Chris Amon';"} +{"question_id": 10197, "table_id": "2-10809823-10", "question": "What is the crowd with Away team of Hawthorn?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10809823-10\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 10198, "table_id": "2-10809823-10", "question": "What away team score has Carlton home team?", "sql": "SELECT \"Away team score\" FROM \"2-10809823-10\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 10199, "table_id": "2-10809823-10", "question": "What is the away team score at VFL Park?", "sql": "SELECT \"Away team score\" FROM \"2-10809823-10\" WHERE \"Venue\" = 'VFL Park';"} +{"question_id": 10200, "table_id": "2-10887680-7", "question": "What was the venue where the away team scored 16.11 (107)?", "sql": "SELECT \"Venue\" FROM \"2-10887680-7\" WHERE \"Away team score\" = '16.11 (107)';"} +{"question_id": 10201, "table_id": "2-10887680-7", "question": "When did St Kilda play a home game?", "sql": "SELECT \"Date\" FROM \"2-10887680-7\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 10202, "table_id": "2-10887680-7", "question": "Who played a home game at princes park with a crowd larger than 14150?", "sql": "SELECT \"Home team\" FROM \"2-10887680-7\" WHERE \"Crowd\" > 14150.0 AND \"Venue\" = 'princes park';"} +{"question_id": 10203, "table_id": "2-10887680-7", "question": "When was the game played at Moorabbin Oval?", "sql": "SELECT \"Date\" FROM \"2-10887680-7\" WHERE \"Venue\" = 'Moorabbin Oval';"} +{"question_id": 10204, "table_id": "2-12017602-8", "question": "Tell me the name for Kelston with roll less than 322", "sql": "SELECT \"Name\" FROM \"2-12017602-8\" WHERE \"Area\" = 'Kelston' AND \"Roll\" < 322.0;"} +{"question_id": 10205, "table_id": "2-11514020-6", "question": "Who was the opponent on September 8?", "sql": "SELECT \"Opponent\" FROM \"2-11514020-6\" WHERE \"Date\" = 'September 8';"} +{"question_id": 10206, "table_id": "2-11236195-2", "question": "I want the Grand Final Date for season 1988", "sql": "SELECT \"Grand FinalDate\" FROM \"2-11236195-2\" WHERE \"Season\" = 1988.0;"} +{"question_id": 10207, "table_id": "2-11750987-1", "question": "What Gaelic Athletic Association stadium is located in Carrick-on-Shannon?", "sql": "SELECT \"Stadium\" FROM \"2-11750987-1\" WHERE \"Location\" = 'Carrick-on-Shannon';"} +{"question_id": 10208, "table_id": "2-11750987-1", "question": "What is the Gaelic Football Stadium at mchale park's ranking in total capacity?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-11750987-1\" WHERE \"Stadium\" = 'mchale park';"} +{"question_id": 10209, "table_id": "2-10808346-2", "question": "Which Venue has a Home team score of 12.14 (86)?", "sql": "SELECT \"Venue\" FROM \"2-10808346-2\" WHERE \"Home team score\" = '12.14 (86)';"} +{"question_id": 10210, "table_id": "2-10808346-2", "question": "Which Home team has a Home team score of 7.8 (50)?", "sql": "SELECT \"Home team\" FROM \"2-10808346-2\" WHERE \"Home team score\" = '7.8 (50)';"} +{"question_id": 10211, "table_id": "2-10808346-2", "question": "Which Away team score has a Crowd larger than 6000?", "sql": "SELECT \"Away team score\" FROM \"2-10808346-2\" WHERE \"Crowd\" > 6000.0;"} +{"question_id": 10212, "table_id": "2-10808346-2", "question": "Which average Crowd has a Home team of South Melbourne?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10808346-2\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 10213, "table_id": "2-11960713-6", "question": "On what date was the Record of 43–35?", "sql": "SELECT \"Date\" FROM \"2-11960713-6\" WHERE \"Record\" = '43–35';"} +{"question_id": 10214, "table_id": "2-11960713-6", "question": "What record occurred on April 3?", "sql": "SELECT \"Record\" FROM \"2-11960713-6\" WHERE \"Date\" = 'April 3';"} +{"question_id": 10215, "table_id": "2-11960713-6", "question": "Who led the score on April 9?", "sql": "SELECT \"Leading scorer\" FROM \"2-11960713-6\" WHERE \"Date\" = 'April 9';"} +{"question_id": 10216, "table_id": "2-11960713-6", "question": "What score when more than 20562 attended with record at 45–36?", "sql": "SELECT \"Score\" FROM \"2-11960713-6\" WHERE \"Attendance\" > 20562.0 AND \"Record\" = '45–36';"} +{"question_id": 10217, "table_id": "2-11964047-8", "question": "What is the record for the game that shows the Rose Garden 20,126 as attendance?", "sql": "SELECT \"Record\" FROM \"2-11964047-8\" WHERE \"Attendance\" = 'Rose Garden 20,126';"} +{"question_id": 10218, "table_id": "2-11964047-8", "question": "What is the record for the game when the Dallas Mavericks was the home team?", "sql": "SELECT \"Record\" FROM \"2-11964047-8\" WHERE \"Home\" = 'Dallas Mavericks';"} +{"question_id": 10219, "table_id": "2-11964047-8", "question": "What is the record that has the Rose Garden 20,126 as the attendance?", "sql": "SELECT \"Record\" FROM \"2-11964047-8\" WHERE \"Attendance\" = 'Rose Garden 20,126';"} +{"question_id": 10220, "table_id": "2-11741681-5", "question": "What was the score when 43,746 attended?", "sql": "SELECT \"Score\" FROM \"2-11741681-5\" WHERE \"Attendance\" = '43,746';"} +{"question_id": 10221, "table_id": "2-11741681-5", "question": "What was the score when the record 56-46 was met?", "sql": "SELECT \"Score\" FROM \"2-11741681-5\" WHERE \"Record\" = '56-46';"} +{"question_id": 10222, "table_id": "2-10887680-22", "question": "What did Richmond score as the home team?", "sql": "SELECT \"Home team score\" FROM \"2-10887680-22\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10223, "table_id": "2-10887680-22", "question": "Where was the game played when the crowd was more than 14534 and the home team scored 13.22 (100)?", "sql": "SELECT \"Venue\" FROM \"2-10887680-22\" WHERE \"Crowd\" > 14534.0 AND \"Home team score\" = '13.22 (100)';"} +{"question_id": 10224, "table_id": "2-10887680-22", "question": "Which home team played an away team with the score of 12.15 (87)?", "sql": "SELECT \"Home team\" FROM \"2-10887680-22\" WHERE \"Away team score\" = '12.15 (87)';"} +{"question_id": 10225, "table_id": "2-10887680-22", "question": "How many spectators at the game with a home team score of 16.15 (111)?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10887680-22\" WHERE \"Home team score\" = '16.15 (111)';"} +{"question_id": 10226, "table_id": "2-1147701-4", "question": "Which model has a 2521 cm displacement and B5254 T2 engine?", "sql": "SELECT \"Model name\" FROM \"2-1147701-4\" WHERE \"Displacement (cm³)\" = 2521.0 AND \"Engine code\" = 'B5254 T2';"} +{"question_id": 10227, "table_id": "2-1147701-4", "question": "Which engine has a 2435 cm displacement and is named 2.4 (2001-2007)?", "sql": "SELECT \"Engine code\" FROM \"2-1147701-4\" WHERE \"Displacement (cm³)\" = 2435.0 AND \"Model name\" = '2.4 (2001-2007)';"} +{"question_id": 10228, "table_id": "2-10814520-2", "question": "What was the venue for the game on 10-09-2012?", "sql": "SELECT \"Venue\" FROM \"2-10814520-2\" WHERE \"Date\" = '10-09-2012';"} +{"question_id": 10229, "table_id": "2-10814520-2", "question": "Which competition was played on 13-11-2012?", "sql": "SELECT \"Competition\" FROM \"2-10814520-2\" WHERE \"Date\" = '13-11-2012';"} +{"question_id": 10230, "table_id": "2-10814520-2", "question": "Which opponent is Friendly and played on 15-08-2012?", "sql": "SELECT \"Opponent\" FROM \"2-10814520-2\" WHERE \"Competition\" = 'Friendly' AND \"Date\" = '15-08-2012';"} +{"question_id": 10231, "table_id": "2-10814520-2", "question": "What is the result of game played on 10-05-2012?", "sql": "SELECT \"Result\" FROM \"2-10814520-2\" WHERE \"Date\" = '10-05-2012';"} +{"question_id": 10232, "table_id": "2-10814520-2", "question": "What opponent played on 07-09-2012?", "sql": "SELECT \"Opponent\" FROM \"2-10814520-2\" WHERE \"Date\" = '07-09-2012';"} +{"question_id": 10233, "table_id": "2-10814520-2", "question": "What is the location of the game that was Friendly and resulted in 2-3?", "sql": "SELECT \"Venue\" FROM \"2-10814520-2\" WHERE \"Competition\" = 'Friendly' AND \"Result\" = '2-3';"} +{"question_id": 10234, "table_id": "2-10809823-7", "question": "What was the home team score when Richmond was the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10809823-7\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 10235, "table_id": "2-10809823-7", "question": "What was the home team score for the game played at Western Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10809823-7\" WHERE \"Venue\" = 'Western Oval';"} +{"question_id": 10236, "table_id": "2-10809823-7", "question": "What was the crowd number when the home team was Carlton?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10809823-7\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 10237, "table_id": "2-1083851-3", "question": "What is the largest capacity for the stadium for Treviso club?", "sql": "SELECT MAX(\"Capacity\") FROM \"2-1083851-3\" WHERE \"Club\" = 'Treviso';"} +{"question_id": 10238, "table_id": "2-1083851-3", "question": "What club in the 2011-12 season was 7th in Lega Pro Prima Divisione B?", "sql": "SELECT \"Club\" FROM \"2-1083851-3\" WHERE \"2011–12 season\" = '7th in Lega Pro Prima Divisione B';"} +{"question_id": 10239, "table_id": "2-1083851-3", "question": "What city has a stadium with a capacity of more than 13602, and 2011–12 season of 16th in lega pro prima divisione a?", "sql": "SELECT \"City\" FROM \"2-1083851-3\" WHERE \"Capacity\" > 13602.0 AND \"2011–12 season\" = '16th in lega pro prima divisione a';"} +{"question_id": 10240, "table_id": "2-1083851-3", "question": "What city in the 2011–12 season and 2nd in Lega Pro Seconda Divisione A?", "sql": "SELECT \"City\" FROM \"2-1083851-3\" WHERE \"2011–12 season\" = '2nd in Lega Pro Seconda Divisione A';"} +{"question_id": 10241, "table_id": "2-1196020-4", "question": "Is there Loci in the Cinderella software?", "sql": "SELECT \"Loci\" FROM \"2-1196020-4\" WHERE \"Software\" = 'Cinderella';"} +{"question_id": 10242, "table_id": "2-1196020-4", "question": "Are the there macros in the Tabula software?", "sql": "SELECT \"Macros\" FROM \"2-1196020-4\" WHERE \"Software\" = 'Tabula';"} +{"question_id": 10243, "table_id": "2-1196020-4", "question": "Are there proofs in the Tabulae software?", "sql": "SELECT \"Proofs\" FROM \"2-1196020-4\" WHERE \"Software\" = 'Tabulae';"} +{"question_id": 10244, "table_id": "2-11513625-13", "question": "What is the year total for teams with under 37 games tied, over 33 games, and 15 losses?", "sql": "SELECT SUM(\"Years\") FROM \"2-11513625-13\" WHERE \"Tied\" < 37.0 AND \"Total Games\" > 33.0 AND \"Lost\" = 15.0;"} +{"question_id": 10245, "table_id": "2-11513625-13", "question": "What is the low loss total for teams with under 3 years and a less than 0.625% winning percentage?", "sql": "SELECT MIN(\"Lost\") FROM \"2-11513625-13\" WHERE \"Pct.\" < 0.625 AND \"Years\" < 3.0;"} +{"question_id": 10246, "table_id": "2-1169552-5", "question": "How many CLASS P14 trains were made?", "sql": "SELECT \"Quantity made\" FROM \"2-1169552-5\" WHERE \"Class\" = 'P14';"} +{"question_id": 10247, "table_id": "2-1169552-5", "question": "In what year(s) were the CLASS T14 trains withdrawn from service?", "sql": "SELECT \"Year(s) withdrawn\" FROM \"2-1169552-5\" WHERE \"Class\" = 'T14';"} +{"question_id": 10248, "table_id": "2-1169552-5", "question": "What year was the 4-6-0 Wheel model train from 1908 withdrawn?", "sql": "SELECT \"Year(s) withdrawn\" FROM \"2-1169552-5\" WHERE \"Wheel arrangement\" = '4-6-0' AND \"Year made\" = '1908';"} +{"question_id": 10249, "table_id": "2-10806852-15", "question": "What was the away team at Collingwood?", "sql": "SELECT \"Away team score\" FROM \"2-10806852-15\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 10250, "table_id": "2-10806852-15", "question": "What is the home team at Windy Hill?", "sql": "SELECT \"Home team\" FROM \"2-10806852-15\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 10251, "table_id": "2-11207040-5", "question": "What is the greatest capacity when the largest number in attendance is 6192?", "sql": "SELECT MAX(\"Capacity\") FROM \"2-11207040-5\" WHERE \"Highest\" > 6192.0;"} +{"question_id": 10252, "table_id": "2-11207040-5", "question": "What is the total number for smallest number in attendance at broadwood stadium when the largest attendance was 6192, with an average of 2468?", "sql": "SELECT COUNT(\"Lowest\") FROM \"2-11207040-5\" WHERE \"Highest\" < 6192.0 AND \"Average\" < 2468.0 AND \"Stadium\" = 'broadwood stadium';"} +{"question_id": 10253, "table_id": "2-11207040-5", "question": "What is the sum of the lowest in attendance when the most attendance was 4914 for the Livingston team?", "sql": "SELECT SUM(\"Lowest\") FROM \"2-11207040-5\" WHERE \"Highest\" < 4914.0 AND \"Team\" = 'Livingston';"} +{"question_id": 10254, "table_id": "2-11207040-5", "question": "What is the sum of the lowest in attendance when the average is 1166 and most in attendance is less than 2215?", "sql": "SELECT SUM(\"Lowest\") FROM \"2-11207040-5\" WHERE \"Average\" = 1166.0 AND \"Highest\" < 2215.0;"} +{"question_id": 10255, "table_id": "2-11207040-5", "question": "What is the highest average number in attendance when the most in attendance is 5078?", "sql": "SELECT MAX(\"Average\") FROM \"2-11207040-5\" WHERE \"Highest\" = 5078.0;"} +{"question_id": 10256, "table_id": "2-11976313-6", "question": "What is the route that has a rank higher than 63, and Separation Summit as its mountain pass?", "sql": "SELECT SUM(\"Route\") FROM \"2-11976313-6\" WHERE \"Rank\" > 63.0 AND \"Mountain Pass\" = 'Separation Summit';"} +{"question_id": 10257, "table_id": "2-11734041-8", "question": "Which player plays for Illinois?", "sql": "SELECT \"Player\" FROM \"2-11734041-8\" WHERE \"School/Club Team/Country\" = 'Illinois';"} +{"question_id": 10258, "table_id": "2-11734041-8", "question": "Which player played for the Rockets in 2002-03?", "sql": "SELECT \"Player\" FROM \"2-11734041-8\" WHERE \"Years for Rockets\" = '2002-03';"} +{"question_id": 10259, "table_id": "2-11734041-8", "question": "What is the height in feet of number 10?", "sql": "SELECT \"Height in Ft.\" FROM \"2-11734041-8\" WHERE \"No.(s)\" = '10';"} +{"question_id": 10260, "table_id": "2-11734041-8", "question": "What is the height in feet of the Illinois player?", "sql": "SELECT \"Height in Ft.\" FROM \"2-11734041-8\" WHERE \"School/Club Team/Country\" = 'Illinois';"} +{"question_id": 10261, "table_id": "2-1122218-1", "question": "Tell me the time/retired for Laps larger than 63 and has a grid of 20", "sql": "SELECT \"Time/Retired\" FROM \"2-1122218-1\" WHERE \"Laps\" > 63.0 AND \"Grid\" = 20.0;"} +{"question_id": 10262, "table_id": "2-1122218-1", "question": "I want the sum of Laps for wolfgang von trips, and a grid larger than 5", "sql": "SELECT SUM(\"Laps\") FROM \"2-1122218-1\" WHERE \"Driver\" = 'wolfgang von trips' AND \"Grid\" > 5.0;"} +{"question_id": 10263, "table_id": "2-10824095-17", "question": "When Fitzroy what was the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10824095-17\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 10264, "table_id": "2-10824095-17", "question": "When St Kilda played as the Away team which date was that?", "sql": "SELECT \"Date\" FROM \"2-10824095-17\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 10265, "table_id": "2-10824095-17", "question": "Which away team scored 17.17 (119)?", "sql": "SELECT \"Away team\" FROM \"2-10824095-17\" WHERE \"Away team score\" = '17.17 (119)';"} +{"question_id": 10266, "table_id": "2-11173438-1", "question": "What was the attendance on november 1, 1942?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11173438-1\" WHERE \"Date\" = 'november 1, 1942';"} +{"question_id": 10267, "table_id": "2-10809823-21", "question": "Which away team has Away team score of 20.12 (132)?", "sql": "SELECT \"Away team\" FROM \"2-10809823-21\" WHERE \"Away team score\" = '20.12 (132)';"} +{"question_id": 10268, "table_id": "2-10809823-21", "question": "What is the away team score at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10809823-21\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 10269, "table_id": "2-10809823-21", "question": "What is the away team from St Kilda?", "sql": "SELECT \"Away team\" FROM \"2-10809823-21\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 10270, "table_id": "2-11259523-1", "question": "In what Country/Territory did Jason Keatly win Mr. Gay Internatnional?", "sql": "SELECT \"Country/Territory\" FROM \"2-11259523-1\" WHERE \"Mr. Gay International\" = 'Jason Keatly';"} +{"question_id": 10271, "table_id": "2-11662785-4", "question": "What was the score of the match in which Portsmouth was the Away team?", "sql": "SELECT \"Score 1\" FROM \"2-11662785-4\" WHERE \"Away team\" = 'Portsmouth';"} +{"question_id": 10272, "table_id": "2-11662785-4", "question": "Which Away team did West Ham United play against?", "sql": "SELECT \"Away team\" FROM \"2-11662785-4\" WHERE \"Home team\" = 'West Ham United';"} +{"question_id": 10273, "table_id": "2-11662785-4", "question": "What was the final score of the match that had an attendance of 9,205?", "sql": "SELECT \"Score 1\" FROM \"2-11662785-4\" WHERE \"Attendance\" = '9,205';"} +{"question_id": 10274, "table_id": "2-10809351-19", "question": "What is the home team score at Glenferrie Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10809351-19\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10275, "table_id": "2-10809351-19", "question": "What home team has a Home team score of 22.12 (144)?", "sql": "SELECT \"Home team\" FROM \"2-10809351-19\" WHERE \"Home team score\" = '22.12 (144)';"} +{"question_id": 10276, "table_id": "2-10809351-19", "question": "Which home team has an Away team score of 10.12 (72)?", "sql": "SELECT \"Home team\" FROM \"2-10809351-19\" WHERE \"Away team score\" = '10.12 (72)';"} +{"question_id": 10277, "table_id": "2-1122056-2", "question": "Tell me the Laps for time/retired of +8 laps", "sql": "SELECT \"Laps\" FROM \"2-1122056-2\" WHERE \"Time/retired\" = '+8 laps';"} +{"question_id": 10278, "table_id": "2-1122056-2", "question": "Tell me the sum of laps with a time/retired of +13 laps with grid more than 18", "sql": "SELECT SUM(\"Laps\") FROM \"2-1122056-2\" WHERE \"Time/retired\" = '+13 laps' AND \"Grid\" > 18.0;"} +{"question_id": 10279, "table_id": "2-1122056-2", "question": "I want the lowest laps that have a grid of 12", "sql": "SELECT MIN(\"Laps\") FROM \"2-1122056-2\" WHERE \"Grid\" = 12.0;"} +{"question_id": 10280, "table_id": "2-1122056-2", "question": "Tell me the sum of the grid with Alfa Romeo and Toulo de Graffenried", "sql": "SELECT SUM(\"Grid\") FROM \"2-1122056-2\" WHERE \"Constructor\" = 'Alfa Romeo' AND \"Driver\" = 'Toulo de Graffenried';"} +{"question_id": 10281, "table_id": "2-10809529-15", "question": "Which away team's Venue is Western Oval?", "sql": "SELECT \"Away team\" FROM \"2-10809529-15\" WHERE \"Venue\" = 'Western Oval';"} +{"question_id": 10282, "table_id": "2-10809529-15", "question": "What date did the Home team score 11.21 (87)?", "sql": "SELECT \"Date\" FROM \"2-10809529-15\" WHERE \"Home team score\" = '11.21 (87)';"} +{"question_id": 10283, "table_id": "2-11128774-9", "question": "What was the decision from the Vancouver home game on April 21?", "sql": "SELECT \"Decision\" FROM \"2-11128774-9\" WHERE \"Home\" = 'Vancouver' AND \"Date\" = 'April 21';"} +{"question_id": 10284, "table_id": "2-11128774-9", "question": "What was the home team that played Vancouver on April 29?", "sql": "SELECT \"Home\" FROM \"2-11128774-9\" WHERE \"Visitor\" = 'Vancouver' AND \"Date\" = 'April 29';"} +{"question_id": 10285, "table_id": "2-11983898-9", "question": "Which 2009 had a 2011 of SF?", "sql": "SELECT \"2009\" FROM \"2-11983898-9\" WHERE \"2011\" = 'SF';"} +{"question_id": 10286, "table_id": "2-11983898-9", "question": "Which 2010 featured the US Open?", "sql": "SELECT \"2010\" FROM \"2-11983898-9\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 10287, "table_id": "2-1123403-2", "question": "What is the highest grid when the race was retired due to the gearbox after 67 laps?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1123403-2\" WHERE \"Time/Retired\" = 'gearbox' AND \"Laps\" > 67.0;"} +{"question_id": 10288, "table_id": "2-1123403-2", "question": "What was the time of the race for Driver Jarno Trulli on a grid smaller than 13?", "sql": "SELECT \"Time/Retired\" FROM \"2-1123403-2\" WHERE \"Grid\" < 13.0 AND \"Driver\" = 'Jarno Trulli';"} +{"question_id": 10289, "table_id": "2-1123403-2", "question": "How many laps did Nick Heidfeld drive on grids larger than 4?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1123403-2\" WHERE \"Grid\" > 4.0 AND \"Driver\" = 'Nick Heidfeld';"} +{"question_id": 10290, "table_id": "2-11051308-1", "question": "What is the full number of New Council when the previous council was 54 and the staying councilor number is bigger than 36?", "sql": "SELECT COUNT(\"New council\") FROM \"2-11051308-1\" WHERE \"Previous council\" = 54.0 AND \"Staying councillors\" > 36.0;"} +{"question_id": 10291, "table_id": "2-11051308-1", "question": "Which number of New Councils had a previous council number of 19 and the seats up for election were bigger than 6?", "sql": "SELECT COUNT(\"New council\") FROM \"2-11051308-1\" WHERE \"Previous council\" = 19.0 AND \"Seats up for election\" < 6.0;"} +{"question_id": 10292, "table_id": "2-11051308-1", "question": "What is the mean amount of staying councilors with an election result amounting to less than 10 with the green party, and a new council bigger than 0?", "sql": "SELECT AVG(\"Staying councillors\") FROM \"2-11051308-1\" WHERE \"Election result\" < 10.0 AND \"Party\" = 'green' AND \"New council\" > 0.0;"} +{"question_id": 10293, "table_id": "2-11201709-1", "question": "What is the number of points for the vehicle with a mp4-17d chassis earlier than 2003?", "sql": "SELECT SUM(\"Points\") FROM \"2-11201709-1\" WHERE \"Chassis\" = 'mp4-17d' AND \"Year\" < 2003.0;"} +{"question_id": 10294, "table_id": "2-11201709-1", "question": "What is the earliest year with a mp4-17d chassis and less than 142 points.", "sql": "SELECT MIN(\"Year\") FROM \"2-11201709-1\" WHERE \"Chassis\" = 'mp4-17d' AND \"Points\" < 142.0;"} +{"question_id": 10295, "table_id": "2-12017602-24", "question": "What is the sum for every value of Decile in Clendon?", "sql": "SELECT SUM(\"Decile\") FROM \"2-12017602-24\" WHERE \"Suburb\" = 'Clendon';"} +{"question_id": 10296, "table_id": "2-12017602-24", "question": "Which local board does the Clendon Teen Parent Unit belong to?", "sql": "SELECT \"Local board\" FROM \"2-12017602-24\" WHERE \"Name\" = 'Clendon Teen Parent Unit';"} +{"question_id": 10297, "table_id": "2-12017602-24", "question": "Which name is the Learning/Social difficulties type?", "sql": "SELECT \"Name\" FROM \"2-12017602-24\" WHERE \"Type\" = 'Learning/Social difficulties';"} +{"question_id": 10298, "table_id": "2-12070470-1", "question": "what is the result when extra is 4 x 100 m relay and the year is later than 1971?", "sql": "SELECT \"Result\" FROM \"2-12070470-1\" WHERE \"Extra\" = '4 x 100 m relay' AND \"Year\" > 1971.0;"} +{"question_id": 10299, "table_id": "2-12070470-1", "question": "what is the venue when the result is 2nd and extra is 4 x 100 m relay?", "sql": "SELECT \"Venue\" FROM \"2-12070470-1\" WHERE \"Result\" = '2nd' AND \"Extra\" = '4 x 100 m relay';"} +{"question_id": 10300, "table_id": "2-11786815-7", "question": "What was the date of the Red Wings home game against Anaheim?", "sql": "SELECT \"Date\" FROM \"2-11786815-7\" WHERE \"Visitor\" = 'Anaheim';"} +{"question_id": 10301, "table_id": "2-11786815-7", "question": "What was the score of the Red Wings game when Vancouver was the home team?", "sql": "SELECT \"Score\" FROM \"2-11786815-7\" WHERE \"Home\" = 'Vancouver';"} +{"question_id": 10302, "table_id": "2-10885968-21", "question": "What is the name of the venue where the away team scored 17.12 (114)?", "sql": "SELECT \"Venue\" FROM \"2-10885968-21\" WHERE \"Away team score\" = '17.12 (114)';"} +{"question_id": 10303, "table_id": "2-10885968-21", "question": "What is the name of the away team who played Footscray?", "sql": "SELECT \"Away team\" FROM \"2-10885968-21\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 10304, "table_id": "2-10885968-21", "question": "How big was the crowd of the away team that scored 18.16 (124)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10885968-21\" WHERE \"Away team score\" = '18.16 (124)';"} +{"question_id": 10305, "table_id": "2-10885968-21", "question": "What date was the game played at Princes Park?", "sql": "SELECT \"Date\" FROM \"2-10885968-21\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10306, "table_id": "2-1137696-3", "question": "During the Australian Grand Prix and the fastest lap was driven by Jacques Villeneuve, what's the report recorded?", "sql": "SELECT \"Report\" FROM \"2-1137696-3\" WHERE \"Fastest Lap\" = 'Jacques Villeneuve' AND \"Grand Prix\" = 'Australian Grand Prix';"} +{"question_id": 10307, "table_id": "2-1137696-3", "question": "When the fastest lap was driven by Damon Hill who was the winning constructor?", "sql": "SELECT \"Winning Constructor\" FROM \"2-1137696-3\" WHERE \"Fastest Lap\" = 'Damon Hill';"} +{"question_id": 10308, "table_id": "2-1137696-3", "question": "During the hungarian grand prix where the pole position was michael schumacher and the fastest lap was driven by damon hill, what's the total number of rounds of races matching these standards?", "sql": "SELECT COUNT(\"Round\") FROM \"2-1137696-3\" WHERE \"Fastest Lap\" = 'damon hill' AND \"Pole Position\" = 'michael schumacher' AND \"Grand Prix\" = 'hungarian grand prix';"} +{"question_id": 10309, "table_id": "2-1137696-3", "question": "When the winning driver was Jacques Villeneuve what was the fastest lap driven?", "sql": "SELECT \"Fastest Lap\" FROM \"2-1137696-3\" WHERE \"Winning Driver\" = 'Jacques Villeneuve';"} +{"question_id": 10310, "table_id": "2-10882501-8", "question": "I want to know the average Gold for total smaller 12 and bronze less than 1 and wushu with silver more than 3", "sql": "SELECT AVG(\"Gold\") FROM \"2-10882501-8\" WHERE \"Total\" < 12.0 AND \"Bronze\" < 1.0 AND \"Sport\" = 'wushu' AND \"Silver\" > 3.0;"} +{"question_id": 10311, "table_id": "2-10882501-8", "question": "I want the lowest Gold for silver being 2 and Electronic sports", "sql": "SELECT MIN(\"Gold\") FROM \"2-10882501-8\" WHERE \"Silver\" = 2.0 AND \"Sport\" = 'Electronic sports';"} +{"question_id": 10312, "table_id": "2-10882501-8", "question": "Tell me the total number of Bronze for futsal", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-10882501-8\" WHERE \"Sport\" = 'futsal';"} +{"question_id": 10313, "table_id": "2-10882501-8", "question": "Tell me the total number of total for vovinam and bronze less than 3", "sql": "SELECT COUNT(\"Total\") FROM \"2-10882501-8\" WHERE \"Sport\" = 'vovinam' AND \"Bronze\" < 3.0;"} +{"question_id": 10314, "table_id": "2-10882501-8", "question": "Tell me the sum of bronze for gold being 27 and silver more than 30", "sql": "SELECT SUM(\"Bronze\") FROM \"2-10882501-8\" WHERE \"Gold\" = 27.0 AND \"Silver\" > 30.0;"} +{"question_id": 10315, "table_id": "2-1139835-5", "question": "Who won the season of 1998?", "sql": "SELECT \"Winner Season\" FROM \"2-1139835-5\" WHERE \"Year\" = 1998.0;"} +{"question_id": 10316, "table_id": "2-1169552-10", "question": "What year was the locomotive withdrawn that was made in 1876?", "sql": "SELECT \"Year(s) withdrawn\" FROM \"2-1169552-10\" WHERE \"Year made\" = '1876';"} +{"question_id": 10317, "table_id": "2-10807253-7", "question": "What was the lowest attendance when Fitzroy was the home team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10807253-7\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 10318, "table_id": "2-11801912-6", "question": "Which attendance has the 25–17–5 record?", "sql": "SELECT \"Attendance\" FROM \"2-11801912-6\" WHERE \"Record\" = '25–17–5';"} +{"question_id": 10319, "table_id": "2-11801912-6", "question": "What was the score when Minnesota visited?", "sql": "SELECT \"Score\" FROM \"2-11801912-6\" WHERE \"Visitor\" = 'Minnesota';"} +{"question_id": 10320, "table_id": "2-11962021-5", "question": "Who was the leading scorer when the visiting team was the Trail Blazers?", "sql": "SELECT \"Leading scorer\" FROM \"2-11962021-5\" WHERE \"Visitor\" = 'Trail Blazers';"} +{"question_id": 10321, "table_id": "2-11962021-5", "question": "Who was the visiting team on November 26, 2007?", "sql": "SELECT \"Visitor\" FROM \"2-11962021-5\" WHERE \"Date\" = 'November 26, 2007';"} +{"question_id": 10322, "table_id": "2-1122937-2", "question": "Who constructed Stefan Johansson's car with a grid under 14?", "sql": "SELECT \"Constructor\" FROM \"2-1122937-2\" WHERE \"Grid\" < 14.0 AND \"Driver\" = 'Stefan Johansson';"} +{"question_id": 10323, "table_id": "2-1122937-2", "question": "Who constructed Piercarlo Ghinzani's car with under 44 laps?", "sql": "SELECT \"Constructor\" FROM \"2-1122937-2\" WHERE \"Laps\" < 44.0 AND \"Driver\" = 'Piercarlo Ghinzani';"} +{"question_id": 10324, "table_id": "2-1081759-3", "question": "On buses ranging in numbr 401-484, what is the lowest width that one longer thna 25 feet can have?", "sql": "SELECT MIN(\"Width (inches)\") FROM \"2-1081759-3\" WHERE \"Length (feet)\" > 25.0 AND \"Numbers\" = '401-484';"} +{"question_id": 10325, "table_id": "2-1081759-3", "question": "For a vehicle below 25 feet, that was retired in 2005 and had a navistar t444e engine, what was the total width?", "sql": "SELECT COUNT(\"Width (inches)\") FROM \"2-1081759-3\" WHERE \"Engine\" = 'navistar t444e' AND \"Retired\" = '2005' AND \"Length (feet)\" < 25.0;"} +{"question_id": 10326, "table_id": "2-11148572-9", "question": "What is the highest Champions, with a Final greater than 0, and a Series Won of 53.85%?", "sql": "SELECT MAX(\"Champions\") FROM \"2-11148572-9\" WHERE \"Series Won %\" = '53.85%' AND \"Final\" > 0.0;"} +{"question_id": 10327, "table_id": "2-11902366-3", "question": "What was the score of the game when the home was Atlanta?", "sql": "SELECT \"Score\" FROM \"2-11902366-3\" WHERE \"Home\" = 'Atlanta';"} +{"question_id": 10328, "table_id": "2-11902366-3", "question": "What is the number of people in attendance when the decision was Brodeur and the home was Ottawa?", "sql": "SELECT \"Attendance\" FROM \"2-11902366-3\" WHERE \"Decision\" = 'Brodeur' AND \"Home\" = 'Ottawa';"} +{"question_id": 10329, "table_id": "2-11870943-6", "question": "Which Partner with the surface of Clay ended up as a Runner-up with a score of 1–6, 6–4, [10–12]?", "sql": "SELECT \"Partner\" FROM \"2-11870943-6\" WHERE \"Surface\" = 'Clay' AND \"Outcome\" = 'Runner-up' AND \"Score\" = '1–6, 6–4, [10–12]';"} +{"question_id": 10330, "table_id": "2-10887379-11", "question": "What was the score of the other team that played Geelong?", "sql": "SELECT \"Away team score\" FROM \"2-10887379-11\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 10331, "table_id": "2-11916083-42", "question": "What is the lowest mintage in a year earlier than 2005?", "sql": "SELECT MIN(\"Mintage\") FROM \"2-11916083-42\" WHERE \"Year\" < 2005.0;"} +{"question_id": 10332, "table_id": "2-11916083-42", "question": "What is the sum of all mintage created by Pierre Leduc?", "sql": "SELECT SUM(\"Mintage\") FROM \"2-11916083-42\" WHERE \"Artist\" = 'Pierre Leduc';"} +{"question_id": 10333, "table_id": "2-10790091-1", "question": "Which week was the 1995-10-01 game on?", "sql": "SELECT MAX(\"Week\") FROM \"2-10790091-1\" WHERE \"Date\" = '1995-10-01';"} +{"question_id": 10334, "table_id": "2-10790091-1", "question": "What was the result of the game prior to week 9 with an attendance of 49,970?", "sql": "SELECT \"Result\" FROM \"2-10790091-1\" WHERE \"Week\" < 9.0 AND \"Attendance\" = '49,970';"} +{"question_id": 10335, "table_id": "2-10790091-1", "question": "What was the date of the game at Joe Robbie Stadium?", "sql": "SELECT \"Date\" FROM \"2-10790091-1\" WHERE \"Game site\" = 'Joe Robbie Stadium';"} +{"question_id": 10336, "table_id": "2-10790091-1", "question": "Where was the game with the attendance of 54,436?", "sql": "SELECT \"Game site\" FROM \"2-10790091-1\" WHERE \"Attendance\" = '54,436';"} +{"question_id": 10337, "table_id": "2-11238355-4", "question": "What is the highest silver total for nations with 3 total and over 2 bronze?", "sql": "SELECT MAX(\"Silver\") FROM \"2-11238355-4\" WHERE \"Total\" = 3.0 AND \"Bronze\" > 2.0;"} +{"question_id": 10338, "table_id": "2-11238355-4", "question": "What is the highest bronze total for east germany with under 3 total medals?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-11238355-4\" WHERE \"Nation\" = 'east germany' AND \"Total\" < 3.0;"} +{"question_id": 10339, "table_id": "2-10953197-6", "question": "What production code does episode 174 of Melrose place have?", "sql": "SELECT \"Production code\" FROM \"2-10953197-6\" WHERE \"No. in series\" = 174.0;"} +{"question_id": 10340, "table_id": "2-10953197-6", "question": "What is the title of Melsrose Place episode number 168?", "sql": "SELECT \"Title\" FROM \"2-10953197-6\" WHERE \"No. in series\" = 168.0;"} +{"question_id": 10341, "table_id": "2-10953197-6", "question": "What episode number is the first episode of season 11 in Melrose Place?", "sql": "SELECT MIN(\"No. in series\") FROM \"2-10953197-6\" WHERE \"No. in season\" = 11.0;"} +{"question_id": 10342, "table_id": "2-1177501-2", "question": "What is the D 46 √ when the D 50 √ is D 50 √?", "sql": "SELECT \"D 46 √\" FROM \"2-1177501-2\" WHERE \"D 50 √\" = 'D 50 √';"} +{"question_id": 10343, "table_id": "2-1177501-2", "question": "What is the D 46 √ when the D 44 √ is ← Majority?", "sql": "SELECT \"D 46 √\" FROM \"2-1177501-2\" WHERE \"D 44 √\" = '← Majority';"} +{"question_id": 10344, "table_id": "2-1177501-2", "question": "What is the D 44 √ when the D 46 √ is R 26?", "sql": "SELECT \"D 44 √\" FROM \"2-1177501-2\" WHERE \"D 46 √\" = 'R 26';"} +{"question_id": 10345, "table_id": "2-1177501-2", "question": "What is the D 41 √ when the D 47 √ is D 34?", "sql": "SELECT \"D 41 √\" FROM \"2-1177501-2\" WHERE \"D 47 √\" = 'D 34';"} +{"question_id": 10346, "table_id": "2-1177501-2", "question": "What is the D 41 √ when the D 47 √ is R 34 O?", "sql": "SELECT \"D 41 √\" FROM \"2-1177501-2\" WHERE \"D 47 √\" = 'R 34 O';"} +{"question_id": 10347, "table_id": "2-10809142-3", "question": "What is the crowd with Home team score of 16.9 (105)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10809142-3\" WHERE \"Home team score\" = '16.9 (105)';"} +{"question_id": 10348, "table_id": "2-10809142-3", "question": "What is the highest crowd at Windy Hill?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809142-3\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 10349, "table_id": "2-10809142-3", "question": "What date is St Kilda the Away team?", "sql": "SELECT \"Date\" FROM \"2-10809142-3\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 10350, "table_id": "2-11204543-21", "question": "How many ties drawed at 20?", "sql": "SELECT \"Ties\" FROM \"2-11204543-21\" WHERE \"Drawn\" = '20';"} +{"question_id": 10351, "table_id": "2-11883489-1", "question": "What is the time for the second qualification where the first qualification time was 1:21.523?", "sql": "SELECT \"Qual 2\" FROM \"2-11883489-1\" WHERE \"Qual 1\" = '1:21.523';"} +{"question_id": 10352, "table_id": "2-11883489-1", "question": "What is the time for the second qualification where the best time was 1:20.772?", "sql": "SELECT \"Qual 2\" FROM \"2-11883489-1\" WHERE \"Best\" = '1:20.772';"} +{"question_id": 10353, "table_id": "2-11883489-1", "question": "What is the team name for the racer who had a first qualification time of 1:22.655?", "sql": "SELECT \"Team\" FROM \"2-11883489-1\" WHERE \"Qual 1\" = '1:22.655';"} +{"question_id": 10354, "table_id": "2-11883489-1", "question": "What is the name of the racer that had a first qualification time of 1:22.085?", "sql": "SELECT \"Name\" FROM \"2-11883489-1\" WHERE \"Qual 1\" = '1:22.085';"} +{"question_id": 10355, "table_id": "2-11883489-1", "question": "What is Paul Tracy's best time racing on the Forsythe Racing team?", "sql": "SELECT \"Best\" FROM \"2-11883489-1\" WHERE \"Team\" = 'Forsythe Racing' AND \"Name\" = 'Paul Tracy';"} +{"question_id": 10356, "table_id": "2-11904601-4", "question": "What is the type of disc by Logistics after 2004?", "sql": "SELECT \"Type\" FROM \"2-11904601-4\" WHERE \"Year\" > 2004.0 AND \"Artist\" = 'Logistics';"} +{"question_id": 10357, "table_id": "2-11904601-4", "question": "What is the year of the disc with a catalogue number MASH02?", "sql": "SELECT \"Year\" FROM \"2-11904601-4\" WHERE \"Catalogue Number\" = 'MASH02';"} +{"question_id": 10358, "table_id": "2-12030247-5", "question": "How much cash on hand did a candidate with a total debt of 4516030 and total receipts less than 9969292 have?", "sql": "SELECT SUM(\"Cash On Hand\") FROM \"2-12030247-5\" WHERE \"Total Debt\" = 4516030.0 AND \"Total Receipts\" < 9969292.0;"} +{"question_id": 10359, "table_id": "2-12030247-5", "question": "What is the average total debt of a candidate with more than 9969292 total receipts?", "sql": "SELECT AVG(\"Total Debt\") FROM \"2-12030247-5\" WHERE \"Total Receipts\" > 9969292.0;"} +{"question_id": 10360, "table_id": "2-12030247-5", "question": "What is the average cash on hand of a candidate with receipts w/o loans of 19951290 and less than 17556672 spent?", "sql": "SELECT AVG(\"Cash On Hand\") FROM \"2-12030247-5\" WHERE \"Receipts w/o Loans\" = 19951290.0 AND \"Money Spent\" < 17556672.0;"} +{"question_id": 10361, "table_id": "2-11999947-1", "question": "What is the lowest swimsuit score a contestant from rhode island with an average larger than 9.235 has?", "sql": "SELECT MIN(\"Swimsuit\") FROM \"2-11999947-1\" WHERE \"State\" = 'rhode island' AND \"Average\" > 9.235;"} +{"question_id": 10362, "table_id": "2-11999947-1", "question": "What is the highest average a contestant from iowa with a swimsuit smaller than 9.267 has?", "sql": "SELECT MAX(\"Average\") FROM \"2-11999947-1\" WHERE \"State\" = 'iowa' AND \"Swimsuit\" < 9.267;"} +{"question_id": 10363, "table_id": "2-11999947-1", "question": "What is the highest average for a contestant with an evening gown larger than 9.449 from Kansas?", "sql": "SELECT MAX(\"Average\") FROM \"2-11999947-1\" WHERE \"Evening Gown\" > 9.449 AND \"State\" = 'Kansas';"} +{"question_id": 10364, "table_id": "2-11999947-1", "question": "What is the lowest swimsuit for a contestant with an average of 9.125?", "sql": "SELECT MIN(\"Swimsuit\") FROM \"2-11999947-1\" WHERE \"Average\" = 9.125;"} +{"question_id": 10365, "table_id": "2-11999947-1", "question": "What is the lowest interview for a contestant from north carolina with a swimsuit larger than 9.021, an average smaller than 9.513, and an evening gown larger than 9.5?", "sql": "SELECT MIN(\"Interview\") FROM \"2-11999947-1\" WHERE \"Swimsuit\" > 9.021 AND \"Average\" < 9.513 AND \"State\" = 'north carolina' AND \"Evening Gown\" > 9.5;"} +{"question_id": 10366, "table_id": "2-11603006-4", "question": "What's the most Jim Colbert got paid?", "sql": "SELECT MAX(\"Earnings( $ )\") FROM \"2-11603006-4\" WHERE \"Player\" = 'Jim Colbert';"} +{"question_id": 10367, "table_id": "2-11603006-4", "question": "How many average wins does Bruce Fleisher have?", "sql": "SELECT AVG(\"Wins\") FROM \"2-11603006-4\" WHERE \"Player\" = 'Bruce Fleisher';"} +{"question_id": 10368, "table_id": "2-11603006-4", "question": "What rank has less than 22 wins", "sql": "SELECT COUNT(\"Rank\") FROM \"2-11603006-4\" WHERE \"Wins\" < 22.0;"} +{"question_id": 10369, "table_id": "2-11840325-6", "question": "Who was the winner of the game in 1999 with Kansas City Chiefs as the loser?", "sql": "SELECT \"Winner\" FROM \"2-11840325-6\" WHERE \"Year\" = 1999.0 AND \"Loser\" = 'Kansas City Chiefs';"} +{"question_id": 10370, "table_id": "2-11840325-6", "question": "What is the average year of the games with the date December 26?", "sql": "SELECT AVG(\"Year\") FROM \"2-11840325-6\" WHERE \"Date\" = 'December 26';"} +{"question_id": 10371, "table_id": "2-11584129-5", "question": "What is the home team that played Hull City?", "sql": "SELECT \"Home team\" FROM \"2-11584129-5\" WHERE \"Away team\" = 'Hull City';"} +{"question_id": 10372, "table_id": "2-11980267-1", "question": "Name the height when the floors are bigger than 30 at the BNY Mellon Center", "sql": "SELECT \"Height ft / m\" FROM \"2-11980267-1\" WHERE \"Floors\" > 30.0 AND \"Name\" = 'BNY Mellon Center';"} +{"question_id": 10373, "table_id": "2-11980267-1", "question": "Tell me the name for rank of 27= and years before 1964", "sql": "SELECT \"Name\" FROM \"2-11980267-1\" WHERE \"Rank\" = '27=' AND \"Year\" < 1964.0;"} +{"question_id": 10374, "table_id": "2-11980267-1", "question": "Name the year for 8 rank", "sql": "SELECT \"Year\" FROM \"2-11980267-1\" WHERE \"Rank\" = '8';"} +{"question_id": 10375, "table_id": "2-10809444-18", "question": "What was the lowest amount of people to turn out at a game with the away team as Collingwood?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10809444-18\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 10376, "table_id": "2-10809444-18", "question": "When the home team of St Kilda was playing, what was the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10809444-18\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 10377, "table_id": "2-10809444-18", "question": "What is the total number of people that attended the Glenferrie Oval venue?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10809444-18\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10378, "table_id": "2-11961176-4", "question": "Tell me the leading scorer for Grizzlies", "sql": "SELECT \"Leading scorer\" FROM \"2-11961176-4\" WHERE \"Visitor\" = 'Grizzlies';"} +{"question_id": 10379, "table_id": "2-11961176-4", "question": "Name the record with home of Bucks on 24 November 2007", "sql": "SELECT \"Record\" FROM \"2-11961176-4\" WHERE \"Home\" = 'Bucks' AND \"Date\" = '24 November 2007';"} +{"question_id": 10380, "table_id": "2-11961176-4", "question": "Name the record for Bobcats", "sql": "SELECT \"Record\" FROM \"2-11961176-4\" WHERE \"Home\" = 'Bobcats';"} +{"question_id": 10381, "table_id": "2-10806852-8", "question": "In the game with a home team score of 9.16 (70), what is the average crowd?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10806852-8\" WHERE \"Home team score\" = '9.16 (70)';"} +{"question_id": 10382, "table_id": "2-10806852-8", "question": "In the game with an away team score of 16.10 (106), what is the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10806852-8\" WHERE \"Away team score\" = '16.10 (106)';"} +{"question_id": 10383, "table_id": "2-10806852-8", "question": "In the venue of Glenferrie Oval, what is the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10806852-8\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10384, "table_id": "2-11309495-2", "question": "What is the date of the game in a week earlier than 10 played in Texas Stadium agains the Atlanta Falcons?", "sql": "SELECT \"Date\" FROM \"2-11309495-2\" WHERE \"Week\" < 10.0 AND \"Game site\" = 'Texas Stadium' AND \"Opponent\" = 'Atlanta Falcons';"} +{"question_id": 10385, "table_id": "2-11309495-2", "question": "What is the NFL Recap with more than 62310 in attendance with a result of W 30–29?", "sql": "SELECT \"NFL Recap\" FROM \"2-11309495-2\" WHERE \"Attendance\" > 62310.0 AND \"Result\" = 'W 30–29';"} +{"question_id": 10386, "table_id": "2-11139440-3", "question": "What is the nationality of the player from Round 2, Pick 19 from College of Kansas State?", "sql": "SELECT \"Nationality\" FROM \"2-11139440-3\" WHERE \"Round\" = '2' AND \"College\" = 'Kansas State' AND \"Pick\" = '19';"} +{"question_id": 10387, "table_id": "2-11139440-3", "question": "What is the nationality of the player in Position C from Round 1?", "sql": "SELECT \"Nationality\" FROM \"2-11139440-3\" WHERE \"Round\" = '1' AND \"Position\" = 'C';"} +{"question_id": 10388, "table_id": "2-11139440-3", "question": "Which team has Pick 13 in Round 2?", "sql": "SELECT \"Team\" FROM \"2-11139440-3\" WHERE \"Round\" = '2' AND \"Pick\" = '13';"} +{"question_id": 10389, "table_id": "2-11139440-3", "question": "Who is the Pick 7 player?", "sql": "SELECT \"Player\" FROM \"2-11139440-3\" WHERE \"Pick\" = '7';"} +{"question_id": 10390, "table_id": "2-1096038-7", "question": "Who were the opponents in the final in which the score was 6–1, 1–6, 4–6?", "sql": "SELECT \"Opponents in the final\" FROM \"2-1096038-7\" WHERE \"Score in the final\" = '6–1, 1–6, 4–6';"} +{"question_id": 10391, "table_id": "2-11869952-3", "question": "Tell me the launch date with Institutional authority of NDC and launch vehicle of Hatf-XI", "sql": "SELECT \"Launch date\" FROM \"2-11869952-3\" WHERE \"Institutional authority\" = 'NDC' AND \"Launch Vehicle\" = 'Hatf-XI';"} +{"question_id": 10392, "table_id": "2-11869952-3", "question": "Name the launch vehicle with Institutional authority of NDC", "sql": "SELECT \"Launch Vehicle\" FROM \"2-11869952-3\" WHERE \"Institutional authority\" = 'NDC';"} +{"question_id": 10393, "table_id": "2-11869952-3", "question": "Name the institutional authority for launch date of October 12, 2004", "sql": "SELECT \"Institutional authority\" FROM \"2-11869952-3\" WHERE \"Launch date\" = 'October 12, 2004';"} +{"question_id": 10394, "table_id": "2-11869952-3", "question": "Name the results for institutional authority of PAF", "sql": "SELECT \"Results\" FROM \"2-11869952-3\" WHERE \"Institutional authority\" = 'PAF';"} +{"question_id": 10395, "table_id": "2-1122994-1", "question": "How many laps did Yannick Dalmas do?", "sql": "SELECT \"Laps\" FROM \"2-1122994-1\" WHERE \"Driver\" = 'Yannick Dalmas';"} +{"question_id": 10396, "table_id": "2-1122994-1", "question": "How many Laps does Eddie Cheever have?", "sql": "SELECT \"Laps\" FROM \"2-1122994-1\" WHERE \"Driver\" = 'Eddie Cheever';"} +{"question_id": 10397, "table_id": "2-1122994-1", "question": "What is the name of the Constructor with a 19 Grid?", "sql": "SELECT \"Constructor\" FROM \"2-1122994-1\" WHERE \"Grid\" = 19.0;"} +{"question_id": 10398, "table_id": "2-11051842-6", "question": "Name the total number of NGC number for sagittarius and diffuse nebula with declination of °02′", "sql": "SELECT COUNT(\"NGC number\") FROM \"2-11051842-6\" WHERE \"Constellation\" = 'sagittarius' AND \"Object type\" = 'diffuse nebula' AND \"Declination ( J2000 )\" = '°02′';"} +{"question_id": 10399, "table_id": "2-11051842-6", "question": "I want to know the right ascension which has an NGC less than 6575 and declination of °38′00″", "sql": "SELECT \"Right ascension ( J2000 )\" FROM \"2-11051842-6\" WHERE \"NGC number\" < 6575.0 AND \"Declination ( J2000 )\" = '°38′00″';"} +{"question_id": 10400, "table_id": "2-11051842-6", "question": "Name the right ascension for Sagittarius and NGC number larger than 6522 for Open cluster and declination of °22′", "sql": "SELECT \"Right ascension ( J2000 )\" FROM \"2-11051842-6\" WHERE \"Constellation\" = 'Sagittarius' AND \"NGC number\" > 6522.0 AND \"Object type\" = 'Open cluster' AND \"Declination ( J2000 )\" = '°22′';"} +{"question_id": 10401, "table_id": "2-11512253-7", "question": "How many were in attendance for the loss of Rekar (4–5)?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-11512253-7\" WHERE \"Loss\" = 'Rekar (4–5)';"} +{"question_id": 10402, "table_id": "2-11296015-4", "question": "In what year is the status of Won?", "sql": "SELECT \"Year\" FROM \"2-11296015-4\" WHERE \"Status\" = 'Won';"} +{"question_id": 10403, "table_id": "2-11296015-4", "question": "What was The Last Samurai role?", "sql": "SELECT \"Role\" FROM \"2-11296015-4\" WHERE \"Film\" = 'The Last Samurai';"} +{"question_id": 10404, "table_id": "2-11296015-4", "question": "When the Role is Role what was the status?", "sql": "SELECT \"Status\" FROM \"2-11296015-4\" WHERE \"Role\" = 'Role';"} +{"question_id": 10405, "table_id": "2-11296015-4", "question": "What Ken Watanabe film as Nominated?", "sql": "SELECT \"Film\" FROM \"2-11296015-4\" WHERE \"Status\" = 'Nominated' AND \"Name\" = 'Ken Watanabe';"} +{"question_id": 10406, "table_id": "2-11296015-4", "question": "What year was The Last Samurai Nominated?", "sql": "SELECT \"Year\" FROM \"2-11296015-4\" WHERE \"Status\" = 'Nominated' AND \"Film\" = 'The Last Samurai';"} +{"question_id": 10407, "table_id": "2-11296015-4", "question": "When the Year is Year what was the film?", "sql": "SELECT \"Film\" FROM \"2-11296015-4\" WHERE \"Year\" = 'Year';"} +{"question_id": 10408, "table_id": "2-1169568-4", "question": "On what date was the type 2-8-0 with a O4 LNER Class?", "sql": "SELECT \"Date\" FROM \"2-1169568-4\" WHERE \"Type\" = '2-8-0' AND \"LNER Class\" = 'O4';"} +{"question_id": 10409, "table_id": "2-1169568-4", "question": "Which class has less in quantity than 174 between the years 1921–23?", "sql": "SELECT \"Class\" FROM \"2-1169568-4\" WHERE \"Quantity\" < 174.0 AND \"Date\" = '1921–23';"} +{"question_id": 10410, "table_id": "2-1169568-4", "question": "Which type has a quantity of 11?", "sql": "SELECT \"Type\" FROM \"2-1169568-4\" WHERE \"Quantity\" = 11.0;"} +{"question_id": 10411, "table_id": "2-1169568-4", "question": "Which class has less than 3 in quantity with a type of 4-6-0?", "sql": "SELECT \"Class\" FROM \"2-1169568-4\" WHERE \"Type\" = '4-6-0' AND \"Quantity\" < 3.0;"} +{"question_id": 10412, "table_id": "2-1101643-1", "question": "What was the score for the team with a time of 2:44?", "sql": "SELECT \"Score\" FROM \"2-1101643-1\" WHERE \"Time\" = '2:44';"} +{"question_id": 10413, "table_id": "2-11672472-1", "question": "9:30 PM when the 8:00 PM is L'Auberge du chien noir?", "sql": "SELECT \"9:30 PM\" FROM \"2-11672472-1\" WHERE \"8:00 PM\" = 'L''Auberge du chien noir';"} +{"question_id": 10414, "table_id": "2-11672472-1", "question": "What shows for 10:00 PM when the 8:00 PM is Tout le monde en parle?", "sql": "SELECT \"10:00 PM\" FROM \"2-11672472-1\" WHERE \"8:00 PM\" = 'Tout le monde en parle';"} +{"question_id": 10415, "table_id": "2-11672472-1", "question": "What shows for 9:00 PM when the 9:30 PM shows as Specials?", "sql": "SELECT \"9:00 PM\" FROM \"2-11672472-1\" WHERE \"9:30 PM\" = 'Specials';"} +{"question_id": 10416, "table_id": "2-11672472-1", "question": "What shows for 7:00 PM when the 8:00 PM is Les Parent?", "sql": "SELECT \"7:00 PM\" FROM \"2-11672472-1\" WHERE \"8:00 PM\" = 'Les Parent';"} +{"question_id": 10417, "table_id": "2-11672472-1", "question": "What shows for 7:00 PM when the 8:30 PM is Tout le monde en parle?", "sql": "SELECT \"7:00 PM\" FROM \"2-11672472-1\" WHERE \"8:30 PM\" = 'Tout le monde en parle';"} +{"question_id": 10418, "table_id": "2-110872-3", "question": "When is the earliest year opened for huff hall that was established after 1974?", "sql": "SELECT MIN(\"Opened\") FROM \"2-110872-3\" WHERE \"Venue\" = 'huff hall' AND \"Established\" > 1974.0;"} +{"question_id": 10419, "table_id": "2-110872-3", "question": "What is the smallest number of big ten conference titles for teams with a capacity of 60670 and over 5 national titles?", "sql": "SELECT MIN(\"Big Ten Conference Titles\") FROM \"2-110872-3\" WHERE \"Capacity\" = 60670.0 AND \"National Titles\" > 5.0;"} +{"question_id": 10420, "table_id": "2-11622392-4", "question": "Tell me the sum of wins with earnings of 2147530", "sql": "SELECT SUM(\"Wins\") FROM \"2-11622392-4\" WHERE \"Earnings( $ )\" = 2147530.0;"} +{"question_id": 10421, "table_id": "2-11622392-4", "question": "Tell me the sum of earnings for rank less than 1", "sql": "SELECT SUM(\"Earnings( $ )\") FROM \"2-11622392-4\" WHERE \"Rank\" < 1.0;"} +{"question_id": 10422, "table_id": "2-11622392-4", "question": "Tell me the sum of rank with wins of 17", "sql": "SELECT SUM(\"Rank\") FROM \"2-11622392-4\" WHERE \"Wins\" = 17.0;"} +{"question_id": 10423, "table_id": "2-10869646-8", "question": "When the away team scored 18.13 (121), what was the largest crowd size?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10869646-8\" WHERE \"Away team score\" = '18.13 (121)';"} +{"question_id": 10424, "table_id": "2-1123533-1", "question": "What is the total number of laps where time/retired is +2 Laps and the grid number is bigger than 18?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1123533-1\" WHERE \"Time/Retired\" = '+2 Laps' AND \"Grid\" > 18.0;"} +{"question_id": 10425, "table_id": "2-1123533-1", "question": "What is the mean number of laps where time/retired was +1:05.564?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1123533-1\" WHERE \"Time/Retired\" = '+1:05.564';"} +{"question_id": 10426, "table_id": "2-1123533-1", "question": "Which lap number had a grid number bigger than 9 and where the driver was Mark Webber?", "sql": "SELECT \"Laps\" FROM \"2-1123533-1\" WHERE \"Grid\" > 9.0 AND \"Driver\" = 'Mark Webber';"} +{"question_id": 10427, "table_id": "2-10808089-12", "question": "What is the smallest crowd for the away team score of 16.14 (110)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10808089-12\" WHERE \"Away team score\" = '16.14 (110)';"} +{"question_id": 10428, "table_id": "2-10808089-12", "question": "What was the score for the home team when the away team, Melbourne, scored 6.6 (42)?", "sql": "SELECT \"Home team score\" FROM \"2-10808089-12\" WHERE \"Away team score\" = '6.6 (42)' AND \"Away team\" = 'Melbourne';"} +{"question_id": 10429, "table_id": "2-10808089-12", "question": "What is the date when Richmond was the home team?", "sql": "SELECT \"Date\" FROM \"2-10808089-12\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10430, "table_id": "2-11318956-11", "question": "what is the tie no when the attendance is 126?", "sql": "SELECT AVG(\"Tie no\") FROM \"2-11318956-11\" WHERE \"Attendance\" = 126.0;"} +{"question_id": 10431, "table_id": "2-11318956-11", "question": "what is the average tie no when the home team is Stamford A.F.C.?", "sql": "SELECT AVG(\"Tie no\") FROM \"2-11318956-11\" WHERE \"Home team\" = 'Stamford A.F.C.';"} +{"question_id": 10432, "table_id": "2-11318956-11", "question": "what is the score when the tie no is 28?", "sql": "SELECT \"Score\" FROM \"2-11318956-11\" WHERE \"Tie no\" = 28.0;"} +{"question_id": 10433, "table_id": "2-1140113-2", "question": "Who was the driver of the Officine Alfieri Maserati with a Tyre of P?", "sql": "SELECT \"Driver\" FROM \"2-1140113-2\" WHERE \"Tyre\" = 'P' AND \"Entrant\" = 'Officine Alfieri Maserati';"} +{"question_id": 10434, "table_id": "2-1140113-2", "question": "Who was thE Entrant for drivEr Giuseppe Farina whEn hE had a Chassis of 625 555 D50 and a tyrE of E?", "sql": "SELECT \"Entrant\" FROM \"2-1140113-2\" WHERE \"Tyre\" = 'E' AND \"Chassis\" = '625 555 D50' AND \"Driver\" = 'Giuseppe Farina';"} +{"question_id": 10435, "table_id": "2-1140113-2", "question": "Who constructEd Mike Sparken's car with a tyrE of E?", "sql": "SELECT \"Constructor\" FROM \"2-1140113-2\" WHERE \"Tyre\" = 'E' AND \"Driver\" = 'Mike Sparken';"} +{"question_id": 10436, "table_id": "2-1140113-2", "question": "What rounds did Gordini participate in?", "sql": "SELECT \"Rounds\" FROM \"2-1140113-2\" WHERE \"Constructor\" = 'Gordini';"} +{"question_id": 10437, "table_id": "2-1140113-2", "question": "Who constructed the car in round 1 with a Chassis of 250F?", "sql": "SELECT \"Constructor\" FROM \"2-1140113-2\" WHERE \"Chassis\" = '250F' AND \"Rounds\" = '1';"} +{"question_id": 10438, "table_id": "2-10806852-12", "question": "What was the lowest attendance at Glenferrie Oval?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10806852-12\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10439, "table_id": "2-10806852-12", "question": "Where did North Melbourne play as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10806852-12\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 10440, "table_id": "2-10806852-12", "question": "What was Footscray's score as the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10806852-12\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 10441, "table_id": "2-10806852-12", "question": "What was the away teams score at Glenferrie Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10806852-12\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10442, "table_id": "2-11365528-2", "question": "Who is the head coach of the team located in Mudgeeraba?", "sql": "SELECT \"Head Coach\" FROM \"2-11365528-2\" WHERE \"Location\" = 'Mudgeeraba';"} +{"question_id": 10443, "table_id": "2-11365528-2", "question": "Who is the President of the team that has the Head Coach Mark Wakeling?", "sql": "SELECT \"President\" FROM \"2-11365528-2\" WHERE \"Head Coach\" = 'Mark Wakeling';"} +{"question_id": 10444, "table_id": "2-11365528-2", "question": "Who is the Head Coach of the team whose President is Mario Volarevic?", "sql": "SELECT \"Head Coach\" FROM \"2-11365528-2\" WHERE \"President\" = 'Mario Volarevic';"} +{"question_id": 10445, "table_id": "2-11365528-2", "question": "Which team's Head Coach is Steve Beever?", "sql": "SELECT \"Team\" FROM \"2-11365528-2\" WHERE \"Head Coach\" = 'Steve Beever';"} +{"question_id": 10446, "table_id": "2-11964379-6", "question": "How many people attended the match on 1/11?", "sql": "SELECT \"Attendance\" FROM \"2-11964379-6\" WHERE \"Date\" = '1/11';"} +{"question_id": 10447, "table_id": "2-11964379-6", "question": "Who was the leading scorer in the match when the Golden State Warriors were visiting the Dallas Mavericks?", "sql": "SELECT \"Leading scorer\" FROM \"2-11964379-6\" WHERE \"Visitor\" = 'Golden State Warriors' AND \"Home\" = 'Dallas Mavericks';"} +{"question_id": 10448, "table_id": "2-10809823-9", "question": "At which venue did an away team play with a score of 15.13 (103)?", "sql": "SELECT \"Venue\" FROM \"2-10809823-9\" WHERE \"Away team score\" = '15.13 (103)';"} +{"question_id": 10449, "table_id": "2-10809823-9", "question": "On what date did the home team score 19.15 (129)?", "sql": "SELECT \"Date\" FROM \"2-10809823-9\" WHERE \"Home team score\" = '19.15 (129)';"} +{"question_id": 10450, "table_id": "2-10812938-6", "question": "Which CFL Team has a Position of DL?", "sql": "SELECT \"CFL Team\" FROM \"2-10812938-6\" WHERE \"Position\" = 'DL';"} +{"question_id": 10451, "table_id": "2-10812938-6", "question": "Which CFL Team has a College of Montreal, and a Player of Marc Trepanier?", "sql": "SELECT \"CFL Team\" FROM \"2-10812938-6\" WHERE \"College\" = 'Montreal' AND \"Player\" = 'Marc Trepanier';"} +{"question_id": 10452, "table_id": "2-11065933-1", "question": "What is the Translated Title of Steinulven?", "sql": "SELECT \"Translated title\" FROM \"2-11065933-1\" WHERE \"Norwegian title\" = 'Steinulven';"} +{"question_id": 10453, "table_id": "2-11065933-1", "question": "What Norwegian title has 218 pages and Translated Title of Breaking Dawn?", "sql": "SELECT \"Norwegian title\" FROM \"2-11065933-1\" WHERE \"Pages\" = 218.0 AND \"Translated title\" = 'Breaking Dawn';"} +{"question_id": 10454, "table_id": "2-11099297-12", "question": "I want the constituency which has a swing to gain less than 6.05 and a rank of 2", "sql": "SELECT \"Constituency\" FROM \"2-11099297-12\" WHERE \"Swing to gain\" < 6.05 AND \"Rank\" = 2.0;"} +{"question_id": 10455, "table_id": "2-11099297-12", "question": "Name the winning party 2007 for result of Labour hold and swing to gain less than 7.11 for Wrexham", "sql": "SELECT \"Winning party 2007\" FROM \"2-11099297-12\" WHERE \"Result\" = 'Labour hold' AND \"Swing to gain\" < 7.11 AND \"Constituency\" = 'Wrexham';"} +{"question_id": 10456, "table_id": "2-11099297-12", "question": "Name the total number of swing to gain with rank more than 1 and LD's place 2007 of 2nd for labour winning party of 2007", "sql": "SELECT COUNT(\"Swing to gain\") FROM \"2-11099297-12\" WHERE \"Rank\" > 1.0 AND \"LD's place 2007\" = '2nd' AND \"Winning party 2007\" = 'labour';"} +{"question_id": 10457, "table_id": "2-11494669-4", "question": "Which box score has a Loss of Capuano (5–5)?", "sql": "SELECT \"Boxscore\" FROM \"2-11494669-4\" WHERE \"Loss\" = 'Capuano (5–5)';"} +{"question_id": 10458, "table_id": "2-11494669-4", "question": "Which opponent has a Score of 2–5?", "sql": "SELECT \"Opponent\" FROM \"2-11494669-4\" WHERE \"Score\" = '2–5';"} +{"question_id": 10459, "table_id": "2-11494669-4", "question": "What is the record for June 10?", "sql": "SELECT \"Record\" FROM \"2-11494669-4\" WHERE \"Date\" = 'June 10';"} +{"question_id": 10460, "table_id": "2-11494669-4", "question": "Which box score has an Attendance of 54,773?", "sql": "SELECT \"Boxscore\" FROM \"2-11494669-4\" WHERE \"Attendance\" = '54,773';"} +{"question_id": 10461, "table_id": "2-11494669-4", "question": "What loss happened June 8?", "sql": "SELECT \"Loss\" FROM \"2-11494669-4\" WHERE \"Date\" = 'June 8';"} +{"question_id": 10462, "table_id": "2-11494669-4", "question": "Which record has a Boxscore of W2, and a Loss of Kline (2–3)?", "sql": "SELECT \"Record\" FROM \"2-11494669-4\" WHERE \"Boxscore\" = 'W2' AND \"Loss\" = 'Kline (2–3)';"} +{"question_id": 10463, "table_id": "2-11513625-8", "question": "What is the PCT when the total number of games is less than 944?", "sql": "SELECT \"Pct.\" FROM \"2-11513625-8\" WHERE \"Total Games\" < 944.0;"} +{"question_id": 10464, "table_id": "2-11513625-8", "question": "What is the highest number lost when the number tied is more than 42, the years are less than 132, and the PCT is less than 0.5729000000000001?", "sql": "SELECT MAX(\"Lost\") FROM \"2-11513625-8\" WHERE \"Tied\" > 42.0 AND \"Years\" < 132.0 AND \"Pct.\" < 0.5729000000000001;"} +{"question_id": 10465, "table_id": "2-11513625-8", "question": "What is the average number lost when the PCT is more than 0.7334 and the total number of games is larger than 48?", "sql": "SELECT AVG(\"Lost\") FROM \"2-11513625-8\" WHERE \"Pct.\" > 0.7334 AND \"Total Games\" > 48.0;"} +{"question_id": 10466, "table_id": "2-11513625-8", "question": "What is the total number of tied games when old dominion is the independent and the years is more than 4?", "sql": "SELECT SUM(\"Tied\") FROM \"2-11513625-8\" WHERE \"Independent\" = 'old dominion' AND \"Years\" > 4.0;"} +{"question_id": 10467, "table_id": "2-11513625-8", "question": "What is the lowest PCT when old dominion is the independent and the years is more than 4?", "sql": "SELECT MIN(\"Pct.\") FROM \"2-11513625-8\" WHERE \"Independent\" = 'old dominion' AND \"Years\" > 4.0;"} +{"question_id": 10468, "table_id": "2-1123326-2", "question": "how many laps was the driver jacques villeneuve and the grid more than 7?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1123326-2\" WHERE \"Driver\" = 'jacques villeneuve' AND \"Grid\" > 7.0;"} +{"question_id": 10469, "table_id": "2-11621943-1", "question": "What is average prize for first place with a $500000 purse in the Franklin Quest Championship?", "sql": "SELECT AVG(\"1st Prize( $ )\") FROM \"2-11621943-1\" WHERE \"Purse( $ )\" = 500000.0 AND \"Tournament\" = 'Franklin Quest Championship';"} +{"question_id": 10470, "table_id": "2-11964154-11", "question": "What is the high assists score of Nick Collison (11)?", "sql": "SELECT \"High assists\" FROM \"2-11964154-11\" WHERE \"High rebounds\" = 'Nick Collison (11)';"} +{"question_id": 10471, "table_id": "2-11842413-2", "question": "What is Time/Retired with a Grid of 12?", "sql": "SELECT \"Time/Retired\" FROM \"2-11842413-2\" WHERE \"Grid\" = 12.0;"} +{"question_id": 10472, "table_id": "2-11842413-2", "question": "How many grids have a Manufacturer of honda, a Rider of yuki takahashi, and more than 22 laps?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-11842413-2\" WHERE \"Manufacturer\" = 'honda' AND \"Rider\" = 'yuki takahashi' AND \"Laps\" > 22.0;"} +{"question_id": 10473, "table_id": "2-11842413-2", "question": "How many laps have a Time/Retired of +1:35.553?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-11842413-2\" WHERE \"Time/Retired\" = '+1:35.553';"} +{"question_id": 10474, "table_id": "2-10869646-21", "question": "When the home team scored 7.19 (61) what was the score of the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10869646-21\" WHERE \"Home team score\" = '7.19 (61)';"} +{"question_id": 10475, "table_id": "2-10869646-21", "question": "If Fitzroy was the home team what date did they play?", "sql": "SELECT \"Date\" FROM \"2-10869646-21\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 10476, "table_id": "2-11472953-3", "question": "What is the score of the game with 4 goals?", "sql": "SELECT \"Score\" FROM \"2-11472953-3\" WHERE \"Goal\" = 4.0;"} +{"question_id": 10477, "table_id": "2-11472953-3", "question": "What is the score of the Friendly competition with 1 goal?", "sql": "SELECT \"Score\" FROM \"2-11472953-3\" WHERE \"Competition\" = 'Friendly' AND \"Goal\" = 1.0;"} +{"question_id": 10478, "table_id": "2-11306889-3", "question": "What was the Illinois Derby purse?", "sql": "SELECT \"Purse ( US$ )\" FROM \"2-11306889-3\" WHERE \"Race\" = 'Illinois Derby';"} +{"question_id": 10479, "table_id": "2-11306889-3", "question": "How much money did Crafty Bear wins with a dist of 1 Mile?", "sql": "SELECT \"Purse ( US$ )\" FROM \"2-11306889-3\" WHERE \"Dist.\" = '1 Mile' AND \"Winning horse\" = 'Crafty Bear';"} +{"question_id": 10480, "table_id": "2-11306889-3", "question": "What track did they race on at the Fountain of Youth Stakes?", "sql": "SELECT \"Track\" FROM \"2-11306889-3\" WHERE \"Race\" = 'Fountain of Youth Stakes';"} +{"question_id": 10481, "table_id": "2-1122952-1", "question": "What is the grid total for Alain Prost with over 14 laps?", "sql": "SELECT SUM(\"Grid\") FROM \"2-1122952-1\" WHERE \"Laps\" > 14.0 AND \"Driver\" = 'Alain Prost';"} +{"question_id": 10482, "table_id": "2-11989226-1", "question": "What is the Digital/analog signal with a Chipset based on with Radeon 8500?", "sql": "SELECT \"Digital/analog signal\" FROM \"2-11989226-1\" WHERE \"Chipset based on\" = 'Radeon 8500';"} +{"question_id": 10483, "table_id": "2-11989226-1", "question": "What is the Retail name with a Chipset based on with Radeon 9200?", "sql": "SELECT \"Retail name\" FROM \"2-11989226-1\" WHERE \"Chipset based on\" = 'Radeon 9200';"} +{"question_id": 10484, "table_id": "2-11989226-1", "question": "What is the Chipset based on with a Digital/Analog signal of Analog, with an Available interface of AGP, with Retail name with All-in-Wonder 9800?", "sql": "SELECT \"Chipset based on\" FROM \"2-11989226-1\" WHERE \"Digital/analog signal\" = 'Analog' AND \"Available interface\" = 'AGP' AND \"Retail name\" = 'All-in-Wonder 9800';"} +{"question_id": 10485, "table_id": "2-11989226-1", "question": "What is the Retail name with an Available interface with PCI Express 2.0?", "sql": "SELECT \"Retail name\" FROM \"2-11989226-1\" WHERE \"Available interface\" = 'PCI Express 2.0';"} +{"question_id": 10486, "table_id": "2-11989226-1", "question": "What is the Digital/analog signal with an Available interface with PCI Express, with Retail name with All-in-Wonder X600 Pro?", "sql": "SELECT \"Digital/analog signal\" FROM \"2-11989226-1\" WHERE \"Available interface\" = 'PCI Express' AND \"Retail name\" = 'All-in-Wonder X600 Pro';"} +{"question_id": 10487, "table_id": "2-11989226-1", "question": "What is the Retail name with a Digital/Analog signal with Analog, and a Chipset based on with Radeon 9600?", "sql": "SELECT \"Retail name\" FROM \"2-11989226-1\" WHERE \"Digital/analog signal\" = 'Analog' AND \"Chipset based on\" = 'Radeon 9600';"} +{"question_id": 10488, "table_id": "2-10814471-6", "question": "What was the score of the match on 11/2/01?", "sql": "SELECT \"Score\" FROM \"2-10814471-6\" WHERE \"Date\" = '11/2/01';"} +{"question_id": 10489, "table_id": "2-10814471-6", "question": "Did the Bulls win or lose at Valley Parade?", "sql": "SELECT \"Result\" FROM \"2-10814471-6\" WHERE \"Venue\" = 'Valley Parade';"} +{"question_id": 10490, "table_id": "2-11894164-1", "question": "What was the score when the Vikings won the championship at Namyangju Stadium?", "sql": "SELECT \"Score\" FROM \"2-11894164-1\" WHERE \"Champion\" = 'Vikings' AND \"Stadium\" = 'Namyangju Stadium';"} +{"question_id": 10491, "table_id": "2-11894164-1", "question": "What date did Blue Friends come in 2nd place?", "sql": "SELECT \"Date\" FROM \"2-11894164-1\" WHERE \"2nd Place\" = 'Blue Friends';"} +{"question_id": 10492, "table_id": "2-11894164-1", "question": "Which Stadium was played in when Seven Six was second place?", "sql": "SELECT \"Stadium\" FROM \"2-11894164-1\" WHERE \"2nd Place\" = 'Seven Six';"} +{"question_id": 10493, "table_id": "2-11052062-1", "question": "Tell me the label for formats of CD and Album and year of 2008", "sql": "SELECT \"Label\" FROM \"2-11052062-1\" WHERE \"Formats\" = 'CD' AND \"Format\" = 'Album' AND \"Year\" = 2008.0;"} +{"question_id": 10494, "table_id": "2-11052062-1", "question": "Tell me the label for Digital format with Nebula Remixes", "sql": "SELECT \"Label\" FROM \"2-11052062-1\" WHERE \"Formats\" = 'Digital' AND \"Title\" = 'Nebula Remixes';"} +{"question_id": 10495, "table_id": "2-11052062-1", "question": "I want to know the catalog number for Album and Seed Records label for CD and title of Grey", "sql": "SELECT \"Catalog number\" FROM \"2-11052062-1\" WHERE \"Format\" = 'Album' AND \"Label\" = 'Seed Records' AND \"Formats\" = 'CD' AND \"Title\" = 'Grey';"} +{"question_id": 10496, "table_id": "2-11052062-1", "question": "Tell me the format with year more than 2000 and label of Myuzyk with catalog number of MZYKN08", "sql": "SELECT \"Format\" FROM \"2-11052062-1\" WHERE \"Year\" > 2000.0 AND \"Label\" = 'Myuzyk' AND \"Catalog number\" = 'MZYKN08';"} +{"question_id": 10497, "table_id": "2-10809157-16", "question": "If the Venue was Kardinia Park what was the highest Crowd attended?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809157-16\" WHERE \"Venue\" = 'Kardinia Park';"} +{"question_id": 10498, "table_id": "2-10809157-16", "question": "If the Home team of Collingwood was playing, what was the Away team?", "sql": "SELECT \"Away team\" FROM \"2-10809157-16\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 10499, "table_id": "2-10809157-16", "question": "If the Venue was Princes Park, which Date did the game take place on?", "sql": "SELECT \"Date\" FROM \"2-10809157-16\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10500, "table_id": "2-11894164-2", "question": "What stadium has Caps as the second place?", "sql": "SELECT \"Stadium\" FROM \"2-11894164-2\" WHERE \"2nd Place\" = 'Caps';"} +{"question_id": 10501, "table_id": "2-1122077-1", "question": "What is the average rank of one who is at 76 laps?", "sql": "SELECT AVG(\"Rank\") FROM \"2-1122077-1\" WHERE \"Laps\" = 76.0;"} +{"question_id": 10502, "table_id": "2-1122400-1", "question": "What is the average grid number for cars that retired due to engine failure before 18 laps?", "sql": "SELECT AVG(\"Grid\") FROM \"2-1122400-1\" WHERE \"Time/Retired\" = 'engine' AND \"Laps\" < 18.0;"} +{"question_id": 10503, "table_id": "2-1122400-1", "question": "What is the time/retired for Jo Siffert with a grid under 11?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122400-1\" WHERE \"Grid\" < 11.0 AND \"Driver\" = 'Jo Siffert';"} +{"question_id": 10504, "table_id": "2-1122400-1", "question": "What driver has under 19 laps and a grid under 10?", "sql": "SELECT \"Driver\" FROM \"2-1122400-1\" WHERE \"Laps\" < 19.0 AND \"Grid\" < 10.0;"} +{"question_id": 10505, "table_id": "2-1104201-1", "question": "Where was the game that the attendance was 24694?", "sql": "SELECT MIN(\"Game\") FROM \"2-1104201-1\" WHERE \"Attendance\" = 24694.0;"} +{"question_id": 10506, "table_id": "2-1104201-1", "question": "What was the attendance on September 11?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-1104201-1\" WHERE \"Date\" = 'September 11';"} +{"question_id": 10507, "table_id": "2-113663-2", "question": "Who had more than 3 wins?", "sql": "SELECT \"Winner\" FROM \"2-113663-2\" WHERE \"Win #\" > 3.0;"} +{"question_id": 10508, "table_id": "2-11718680-1", "question": "How many league cup goals for tyrone thompson with 0 FLT goals?", "sql": "SELECT MIN(\"League Cup Goals\") FROM \"2-11718680-1\" WHERE \"Name\" = 'tyrone thompson' AND \"FLT Goals\" > 0.0;"} +{"question_id": 10509, "table_id": "2-11718680-1", "question": "How many goals for the FW with 0 FA cup appearances and over 0 playoff goals?", "sql": "SELECT MIN(\"League Goals\") FROM \"2-11718680-1\" WHERE \"Position\" = 'FW' AND \"FA Cup Apps\" = '0' AND \"Playoff Goals\" > 0.0;"} +{"question_id": 10510, "table_id": "2-10965699-1", "question": "I want to know the third with runner of Paris Saint-Germain and edition less than 5", "sql": "SELECT \"Third\" FROM \"2-10965699-1\" WHERE \"Runner-up\" = 'Paris Saint-Germain' AND \"Edition\" < 5.0;"} +{"question_id": 10511, "table_id": "2-10965699-1", "question": "I want the sum of year for edition more than 4 and winners of New York Red Bulls", "sql": "SELECT SUM(\"Year\") FROM \"2-10965699-1\" WHERE \"Edition\" > 4.0 AND \"Winner\" = 'New York Red Bulls';"} +{"question_id": 10512, "table_id": "2-10965699-1", "question": "Tell me the lowest edition for winner of Arsenal and third of Celtic", "sql": "SELECT MIN(\"Edition\") FROM \"2-10965699-1\" WHERE \"Winner\" = 'Arsenal' AND \"Third\" = 'Celtic';"} +{"question_id": 10513, "table_id": "2-11677694-12", "question": "What is total orders for goals of 239?", "sql": "SELECT COUNT(\"Order\") FROM \"2-11677694-12\" WHERE \"Goals\" = 239.0;"} +{"question_id": 10514, "table_id": "2-11677694-12", "question": "Who had an order of 907 and more than 1 game?", "sql": "SELECT \"Name\" FROM \"2-11677694-12\" WHERE \"Games\" > 1.0 AND \"Order\" = 907.0;"} +{"question_id": 10515, "table_id": "2-11677694-12", "question": "What seasons had 288 games and more than 100 goals?", "sql": "SELECT \"Seasons\" FROM \"2-11677694-12\" WHERE \"Goals\" > 100.0 AND \"Games\" = 288.0;"} +{"question_id": 10516, "table_id": "2-11677694-12", "question": "What is the low goal for orders more than 939 during Seasons of 1996 – 2001?", "sql": "SELECT MIN(\"Goals\") FROM \"2-11677694-12\" WHERE \"Seasons\" = '1996 – 2001' AND \"Order\" > 939.0;"} +{"question_id": 10517, "table_id": "2-12019734-3", "question": "What was the Record for the game on October 30?", "sql": "SELECT \"Record\" FROM \"2-12019734-3\" WHERE \"Date\" = 'October 30';"} +{"question_id": 10518, "table_id": "2-12019734-3", "question": "When was the game played against a visiting team from Philadelphia?", "sql": "SELECT \"Date\" FROM \"2-12019734-3\" WHERE \"Visitor\" = 'Philadelphia';"} +{"question_id": 10519, "table_id": "2-12019734-3", "question": "What was the score when the home team, Toronto, played against New Jersey?", "sql": "SELECT \"Score\" FROM \"2-12019734-3\" WHERE \"Visitor\" = 'New Jersey' AND \"Home\" = 'Toronto';"} +{"question_id": 10520, "table_id": "2-12019734-3", "question": "When was the home game for the NY Islanders?", "sql": "SELECT \"Date\" FROM \"2-12019734-3\" WHERE \"Home\" = 'NY Islanders';"} +{"question_id": 10521, "table_id": "2-11965402-3", "question": "Who was the home team for the game played on November 2, 2007?", "sql": "SELECT \"Home\" FROM \"2-11965402-3\" WHERE \"Date\" = 'November 2, 2007';"} +{"question_id": 10522, "table_id": "2-11389949-1", "question": "What is silver when gold is 1 and the rank is less than 3 for Japan?", "sql": "SELECT \"Silver\" FROM \"2-11389949-1\" WHERE \"Gold\" = 1.0 AND \"Rank\" < 3.0 AND \"Nation\" = 'Japan';"} +{"question_id": 10523, "table_id": "2-11389949-1", "question": "What is the rank for the total less than 1?", "sql": "SELECT AVG(\"Rank\") FROM \"2-11389949-1\" WHERE \"Total\" < 1.0;"} +{"question_id": 10524, "table_id": "2-11389949-1", "question": "What is the gold when the total is less than 2, and rank is 3 and Canada is the nation?", "sql": "SELECT \"Gold\" FROM \"2-11389949-1\" WHERE \"Total\" < 2.0 AND \"Rank\" = 3.0 AND \"Nation\" = 'Canada';"} +{"question_id": 10525, "table_id": "2-10788731-1", "question": "What is the average amount of floors of the building that is ranked larger than 30, a year prior to 1977 and an address of 100 Van Ness Avenue?", "sql": "SELECT AVG(\"Floors\") FROM \"2-10788731-1\" WHERE \"Rank\" > 30.0 AND \"Year\" < 1977.0 AND \"Name\" = '100 Van Ness Avenue';"} +{"question_id": 10526, "table_id": "2-10788731-1", "question": "What is the name of the building that has more than 31 floors and built prior to 1964?", "sql": "SELECT \"Name\" FROM \"2-10788731-1\" WHERE \"Floors\" > 31.0 AND \"Year\" < 1964.0;"} +{"question_id": 10527, "table_id": "2-10887379-21", "question": "Who was the away team at the game played at Lake Oval?", "sql": "SELECT \"Away team\" FROM \"2-10887379-21\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 10528, "table_id": "2-10887379-21", "question": "Where was the game played that had an away team score of 20.17 (137)?", "sql": "SELECT \"Venue\" FROM \"2-10887379-21\" WHERE \"Away team score\" = '20.17 (137)';"} +{"question_id": 10529, "table_id": "2-10887379-21", "question": "What was the home team score for the game played against Collingwood?", "sql": "SELECT \"Home team score\" FROM \"2-10887379-21\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 10530, "table_id": "2-10887379-21", "question": "Who was the team with the smallest crowd at the Princes Park venue?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10887379-21\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10531, "table_id": "2-10967481-1", "question": "what is the size km² when the density hab/km is 8321?", "sql": "SELECT SUM(\"Size km²\") FROM \"2-10967481-1\" WHERE \"Density hab/km\" = 8321.0;"} +{"question_id": 10532, "table_id": "2-10869646-1", "question": "What is the score for the away team at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10869646-1\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 10533, "table_id": "2-10869646-1", "question": "Which away team scored 9.11 (65)?", "sql": "SELECT \"Away team\" FROM \"2-10869646-1\" WHERE \"Away team score\" = '9.11 (65)';"} +{"question_id": 10534, "table_id": "2-10869646-1", "question": "Where did the home team score 14.13 (97)?", "sql": "SELECT \"Venue\" FROM \"2-10869646-1\" WHERE \"Home team score\" = '14.13 (97)';"} +{"question_id": 10535, "table_id": "2-10869646-1", "question": "When did Carlton play as the home team?", "sql": "SELECT \"Date\" FROM \"2-10869646-1\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 10536, "table_id": "2-10910712-4", "question": "What was the original air date when Ed Horowitz wrote it?", "sql": "SELECT \"Original airdate\" FROM \"2-10910712-4\" WHERE \"Written by\" = 'Ed Horowitz';"} +{"question_id": 10537, "table_id": "2-10910712-4", "question": "Name the episode number that aired on July 23, 2000", "sql": "SELECT \"Episode #\" FROM \"2-10910712-4\" WHERE \"Original airdate\" = 'July 23, 2000';"} +{"question_id": 10538, "table_id": "2-11415745-1", "question": "What is the draw total that has under 5 places, under 62 points, and a Song of \"Ne izdajte me\"?", "sql": "SELECT SUM(\"Draw\") FROM \"2-11415745-1\" WHERE \"Place\" < 5.0 AND \"Points\" < 62.0 AND \"Song\" = '\"Ne izdajte me\"';"} +{"question_id": 10539, "table_id": "2-11415745-1", "question": "How many draws for avia band with over 22 points?", "sql": "SELECT COUNT(\"Draw\") FROM \"2-11415745-1\" WHERE \"Points\" > 22.0 AND \"Artist\" = 'avia band';"} +{"question_id": 10540, "table_id": "2-11603116-3", "question": "What's the wins with less than 27 events and earnings of $1579988?", "sql": "SELECT AVG(\"Wins\") FROM \"2-11603116-3\" WHERE \"Earnings ( $ )\" = 1579988.0 AND \"Events\" < 27.0;"} +{"question_id": 10541, "table_id": "2-11603116-3", "question": "What's the total earnings ($) with more than two wins and a rank less than 2?", "sql": "SELECT COUNT(\"Earnings ( $ )\") FROM \"2-11603116-3\" WHERE \"Wins\" > 2.0 AND \"Rank\" < 2.0;"} +{"question_id": 10542, "table_id": "2-11603116-3", "question": "Who's ranked less than 2?", "sql": "SELECT \"Player\" FROM \"2-11603116-3\" WHERE \"Rank\" < 2.0;"} +{"question_id": 10543, "table_id": "2-10869537-6", "question": "What did the away team score at Moorabbin Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10869537-6\" WHERE \"Venue\" = 'Moorabbin Oval';"} +{"question_id": 10544, "table_id": "2-10869537-6", "question": "What was the attendance at the game when the away team scored 21.14 (140)?", "sql": "SELECT \"Crowd\" FROM \"2-10869537-6\" WHERE \"Away team score\" = '21.14 (140)';"} +{"question_id": 10545, "table_id": "2-10869537-6", "question": "Where was the game played when the home team scored 11.14 (80)?", "sql": "SELECT \"Venue\" FROM \"2-10869537-6\" WHERE \"Home team score\" = '11.14 (80)';"} +{"question_id": 10546, "table_id": "2-10869537-6", "question": "What was the attendance at the game played at Moorabbin Oval?", "sql": "SELECT \"Crowd\" FROM \"2-10869537-6\" WHERE \"Venue\" = 'Moorabbin Oval';"} +{"question_id": 10547, "table_id": "2-1157867-2", "question": "What is the wheel arrangement of the locomotive with number 6 or 4?", "sql": "SELECT \"Wheel arrangement\" FROM \"2-1157867-2\" WHERE \"Number\" = '6 or 4';"} +{"question_id": 10548, "table_id": "2-1157867-2", "question": "What is the wheel arrangement for the model with 10\" x 15\" cylinders?", "sql": "SELECT \"Wheel arrangement\" FROM \"2-1157867-2\" WHERE \"Cylinders\" = '10\" x 15\"';"} +{"question_id": 10549, "table_id": "2-1157867-2", "question": "What is the boiler pressure for the Hesperus model?", "sql": "SELECT \"Boiler pressure\" FROM \"2-1157867-2\" WHERE \"Name\" = 'Hesperus';"} +{"question_id": 10550, "table_id": "2-1157867-2", "question": "What are the driving wheels of the model built in 1883?", "sql": "SELECT \"Driving wheels\" FROM \"2-1157867-2\" WHERE \"Date built\" = '1883';"} +{"question_id": 10551, "table_id": "2-1169552-3", "question": "What year was the wheel arrangement 0-6-0 and a class 302?", "sql": "SELECT \"Year made\" FROM \"2-1169552-3\" WHERE \"Wheel arrangement\" = '0-6-0' AND \"Class\" = '302';"} +{"question_id": 10552, "table_id": "2-1169552-3", "question": "How many have a class of 330?", "sql": "SELECT \"Quantity made\" FROM \"2-1169552-3\" WHERE \"Class\" = '330';"} +{"question_id": 10553, "table_id": "2-1169552-3", "question": "What comments are made in 1875?", "sql": "SELECT \"Comments\" FROM \"2-1169552-3\" WHERE \"Year made\" = '1875';"} +{"question_id": 10554, "table_id": "2-11916083-23", "question": "Which artist's work is the butterfly Tiger Swallowtail?", "sql": "SELECT \"Artist\" FROM \"2-11916083-23\" WHERE \"Butterfly\" = 'Tiger Swallowtail';"} +{"question_id": 10555, "table_id": "2-11916083-23", "question": "Which artist uses a finish of Selective Gold Plating?", "sql": "SELECT \"Artist\" FROM \"2-11916083-23\" WHERE \"Finish\" = 'Selective Gold Plating';"} +{"question_id": 10556, "table_id": "2-11916083-23", "question": "What mintage earlier than the year 2006 has the butterfly Great Spangled Fritillary.", "sql": "SELECT \"Mintage\" FROM \"2-11916083-23\" WHERE \"Year\" < 2006.0 AND \"Butterfly\" = 'Great Spangled Fritillary';"} +{"question_id": 10557, "table_id": "2-11403178-3", "question": "What is the date for Europe?", "sql": "SELECT \"Date\" FROM \"2-11403178-3\" WHERE \"Region\" = 'Europe';"} +{"question_id": 10558, "table_id": "2-10806592-12", "question": "Who is playing against St Kilda against their home more than 16000?", "sql": "SELECT \"Away team\" FROM \"2-10806592-12\" WHERE \"Crowd\" > 16000.0 AND \"Home team\" = 'St Kilda';"} +{"question_id": 10559, "table_id": "2-10806592-12", "question": "Which team played away at Victoria Park?", "sql": "SELECT \"Away team score\" FROM \"2-10806592-12\" WHERE \"Venue\" = 'Victoria Park';"} +{"question_id": 10560, "table_id": "2-11396779-2", "question": "When the record was 4-4, how many people attended?", "sql": "SELECT \"Attendance\" FROM \"2-11396779-2\" WHERE \"Record\" = '4-4';"} +{"question_id": 10561, "table_id": "2-11396779-2", "question": "When they were playing the Detroit Lions at Tampa Stadium, what was the score?", "sql": "SELECT \"Result\" FROM \"2-11396779-2\" WHERE \"Game site\" = 'Tampa Stadium' AND \"Opponent\" = 'Detroit Lions';"} +{"question_id": 10562, "table_id": "2-11396779-2", "question": "Which date did 64,443 people attend a game?", "sql": "SELECT \"Date\" FROM \"2-11396779-2\" WHERE \"Attendance\" = '64,443';"} +{"question_id": 10563, "table_id": "2-11178110-2", "question": "what is the highest rank with a total less than 1?", "sql": "SELECT MAX(\"Rank\") FROM \"2-11178110-2\" WHERE \"Total\" < 1.0;"} +{"question_id": 10564, "table_id": "2-11178110-2", "question": "what is the average bronze when gold is 1, the nation is hungary and the rank is less than 3?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-11178110-2\" WHERE \"Gold\" = 1.0 AND \"Nation\" = 'hungary' AND \"Rank\" < 3.0;"} +{"question_id": 10565, "table_id": "2-11178110-2", "question": "How many times was the total more than 1, the nation was east germany and silver was more than 1?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-11178110-2\" WHERE \"Total\" > 1.0 AND \"Nation\" = 'east germany' AND \"Silver\" > 1.0;"} +{"question_id": 10566, "table_id": "2-11178110-2", "question": "what is the average rank when the nation is east germany and silver is more than 1?", "sql": "SELECT AVG(\"Rank\") FROM \"2-11178110-2\" WHERE \"Nation\" = 'east germany' AND \"Silver\" > 1.0;"} +{"question_id": 10567, "table_id": "2-10826072-8", "question": "Where did Carlton play while away?", "sql": "SELECT \"Venue\" FROM \"2-10826072-8\" WHERE \"Away team\" = 'Carlton';"} +{"question_id": 10568, "table_id": "2-10826072-8", "question": "What was the top crowd when Essendon played away?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10826072-8\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10569, "table_id": "2-11208143-10", "question": "I want the date of appointment for manner of departure being Sacked", "sql": "SELECT \"Date of appointment\" FROM \"2-11208143-10\" WHERE \"Manner of departure\" = 'Sacked';"} +{"question_id": 10570, "table_id": "2-11208143-10", "question": "I want the manner of departure for 1 June 2007", "sql": "SELECT \"Manner of departure\" FROM \"2-11208143-10\" WHERE \"Date of appointment\" = '1 June 2007';"} +{"question_id": 10571, "table_id": "2-11208143-10", "question": "I want the outgoing manager for Craig Brewster", "sql": "SELECT \"Outgoing manager\" FROM \"2-11208143-10\" WHERE \"Replaced by\" = 'Craig Brewster';"} +{"question_id": 10572, "table_id": "2-11208143-10", "question": "I want the team for replaced by Mark McGhee", "sql": "SELECT \"Team\" FROM \"2-11208143-10\" WHERE \"Replaced by\" = 'Mark McGhee';"} +{"question_id": 10573, "table_id": "2-11208143-10", "question": "I want the outgoing manager for 19 February", "sql": "SELECT \"Outgoing manager\" FROM \"2-11208143-10\" WHERE \"Date of appointment\" = '19 February';"} +{"question_id": 10574, "table_id": "2-11208143-10", "question": "I want the team with replaced by being Csaba László", "sql": "SELECT \"Team\" FROM \"2-11208143-10\" WHERE \"Replaced by\" = 'Csaba László';"} +{"question_id": 10575, "table_id": "2-11951678-1", "question": "With which association did Estribillo II run as Horse 1?", "sql": "SELECT \"Association\" FROM \"2-11951678-1\" WHERE \"Horse 1\" = 'Estribillo II';"} +{"question_id": 10576, "table_id": "2-11951678-1", "question": "Which horse was Horse 1 when René Guzmán raced with the Mulchén association?", "sql": "SELECT \"Horse 1\" FROM \"2-11951678-1\" WHERE \"Rider 1\" = 'René Guzmán' AND \"Association\" = 'Mulchén';"} +{"question_id": 10577, "table_id": "2-11951678-1", "question": "Who was the second rider when Papayero raced as Horse 1 in the city of Rancagua?", "sql": "SELECT \"Rider 2\" FROM \"2-11951678-1\" WHERE \"City\" = 'Rancagua' AND \"Horse 1\" = 'Papayero';"} +{"question_id": 10578, "table_id": "2-11542096-3", "question": "What was the period for 1896?", "sql": "SELECT \"Period\" FROM \"2-11542096-3\" WHERE \"Year\" = 1896.0;"} +{"question_id": 10579, "table_id": "2-11542096-3", "question": "Tell me the height which has a surpassed by of Book Tower", "sql": "SELECT \"Height feet/m\" FROM \"2-11542096-3\" WHERE \"Surpassed by\" = 'Book Tower';"} +{"question_id": 10580, "table_id": "2-11542096-3", "question": "I need the surpassed for years before 1925 and period of 6 years", "sql": "SELECT \"Surpassed by\" FROM \"2-11542096-3\" WHERE \"Year\" < 1925.0 AND \"Period\" = '6 years';"} +{"question_id": 10581, "table_id": "2-10807253-14", "question": "Hawthorn played as an Away team in which venue?", "sql": "SELECT \"Venue\" FROM \"2-10807253-14\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 10582, "table_id": "2-1194753-1", "question": "Who was the nominee having a Tony Award?", "sql": "SELECT \"Nominee\" FROM \"2-1194753-1\" WHERE \"Award\" = 'Tony Award';"} +{"question_id": 10583, "table_id": "2-1194753-1", "question": "What was the year Bernadette Peters was a nominee for the Tony Award?", "sql": "SELECT SUM(\"Year\") FROM \"2-1194753-1\" WHERE \"Award\" = 'Tony Award' AND \"Nominee\" = 'Bernadette Peters';"} +{"question_id": 10584, "table_id": "2-1194753-1", "question": "Which category was Michael Stewart a nominee in?", "sql": "SELECT \"Category\" FROM \"2-1194753-1\" WHERE \"Nominee\" = 'Michael Stewart';"} +{"question_id": 10585, "table_id": "2-10882501-3", "question": "What was the rank in the 2009 Hanoi Games?", "sql": "SELECT \"Rank\" FROM \"2-10882501-3\" WHERE \"Games\" = '2009 Hanoi';"} +{"question_id": 10586, "table_id": "2-12037240-1", "question": "What is the label of the album titled 與你相逢 and released in 1994?", "sql": "SELECT \"Label(s)\" FROM \"2-12037240-1\" WHERE \"Year of Release\" = 1994.0 AND \"Title\" = '與你相逢';"} +{"question_id": 10587, "table_id": "2-12037240-1", "question": "What is the earliest year of release for the album labelled 艺能动音?", "sql": "SELECT MIN(\"Year of Release\") FROM \"2-12037240-1\" WHERE \"Label(s)\" = '艺能动音';"} +{"question_id": 10588, "table_id": "2-11614581-3", "question": "Tell me the name in polish for Radom seat", "sql": "SELECT \"Name in Polish\" FROM \"2-11614581-3\" WHERE \"Seat\" = 'Radom';"} +{"question_id": 10589, "table_id": "2-11614581-3", "question": "Tell me the population for Gubernia łomżyńska", "sql": "SELECT \"Population, in thousands,( 1905 )\" FROM \"2-11614581-3\" WHERE \"Name in Polish\" = 'Gubernia łomżyńska';"} +{"question_id": 10590, "table_id": "2-1209269-4", "question": "What is the promotion when The Arena was the venue and the event of Legends of the Arena?", "sql": "SELECT \"Promotion\" FROM \"2-1209269-4\" WHERE \"Venue\" = 'The Arena' AND \"Event\" = 'Legends of the Arena';"} +{"question_id": 10591, "table_id": "2-1209269-4", "question": "What is the name of the inductee for the ECW Arena?", "sql": "SELECT \"Inductee(s)\" FROM \"2-1209269-4\" WHERE \"Venue\" = 'ECW Arena';"} +{"question_id": 10592, "table_id": "2-1209269-4", "question": "What is the promotion when the event was Acid-Fest?", "sql": "SELECT \"Promotion\" FROM \"2-1209269-4\" WHERE \"Event\" = 'Acid-Fest';"} +{"question_id": 10593, "table_id": "2-1209269-4", "question": "What is the location when the event was November Reign?", "sql": "SELECT \"Location\" FROM \"2-1209269-4\" WHERE \"Event\" = 'November Reign';"} +{"question_id": 10594, "table_id": "2-1209269-4", "question": "What even was Jerry Lynn the inductee?", "sql": "SELECT \"Event\" FROM \"2-1209269-4\" WHERE \"Inductee(s)\" = 'Jerry Lynn';"} +{"question_id": 10595, "table_id": "2-1145513-1", "question": "What is the namesake of Ayashe at a longitude less than 270.7, latitude more than -47.1, and a diameter less than 7.2?", "sql": "SELECT \"Named after\" FROM \"2-1145513-1\" WHERE \"Longitude\" < 270.7 AND \"Latitude\" > -47.1 AND \"Diameter (km)\" < 7.2 AND \"Name\" = 'Ayashe';"} +{"question_id": 10596, "table_id": "2-11449590-2", "question": "Tell me the opponent that had a result of L 27-20", "sql": "SELECT \"Opponent\" FROM \"2-11449590-2\" WHERE \"Result\" = 'L 27-20';"} +{"question_id": 10597, "table_id": "2-11449590-2", "question": "What was the game site for week 14?", "sql": "SELECT \"Game site\" FROM \"2-11449590-2\" WHERE \"Week\" = '14';"} +{"question_id": 10598, "table_id": "2-11449590-2", "question": "Name the week when the result was L 38-17", "sql": "SELECT \"Week\" FROM \"2-11449590-2\" WHERE \"Result\" = 'L 38-17';"} +{"question_id": 10599, "table_id": "2-11449590-2", "question": "Name the date when 33,307 attended", "sql": "SELECT \"Date\" FROM \"2-11449590-2\" WHERE \"Attendance\" = '33,307';"} +{"question_id": 10600, "table_id": "2-1140088-2", "question": "Who used the Ford Cosworth DFV 3.0 V8 enGine in rounds 3-12, with a G tire?", "sql": "SELECT \"Driver\" FROM \"2-1140088-2\" WHERE \"Engine\" = 'Ford Cosworth DFV 3.0 V8' AND \"Rounds\" = '3-12' AND \"Tyre\" = 'G';"} +{"question_id": 10601, "table_id": "2-1140088-2", "question": "Which driver was in All rounds as an entrant of Motor Racing Developments?", "sql": "SELECT \"Driver\" FROM \"2-1140088-2\" WHERE \"Rounds\" = 'All' AND \"Entrant\" = 'Motor Racing Developments';"} +{"question_id": 10602, "table_id": "2-1140088-2", "question": "Motor Racing Developments used which tire in rounds 3-12?", "sql": "SELECT \"Tyre\" FROM \"2-1140088-2\" WHERE \"Entrant\" = 'Motor Racing Developments' AND \"Rounds\" = '3-12';"} +{"question_id": 10603, "table_id": "2-1140088-2", "question": "Which enGine was on a car with G tires, a chassis model of 003 002 004 005 006, driven by Jackie Stewart?", "sql": "SELECT \"Engine\" FROM \"2-1140088-2\" WHERE \"Tyre\" = 'G' AND \"Chassis\" = '003 002 004 005 006' AND \"Driver\" = 'Jackie Stewart';"} +{"question_id": 10604, "table_id": "2-10860384-2", "question": "What was the result on the Wild Card?", "sql": "SELECT \"Result\" FROM \"2-10860384-2\" WHERE \"Week\" = 'Wild Card';"} +{"question_id": 10605, "table_id": "2-10860384-2", "question": "What date was the week 17 game played on?", "sql": "SELECT \"Date\" FROM \"2-10860384-2\" WHERE \"Week\" = '17';"} +{"question_id": 10606, "table_id": "2-10860384-2", "question": "What was the attendance on week 12?", "sql": "SELECT \"Attendance\" FROM \"2-10860384-2\" WHERE \"Week\" = '12';"} +{"question_id": 10607, "table_id": "2-10860384-2", "question": "What was the result on December 31, 2005?", "sql": "SELECT \"Result\" FROM \"2-10860384-2\" WHERE \"Date\" = 'December 31, 2005';"} +{"question_id": 10608, "table_id": "2-10883333-9", "question": "What was the date of the game at Lake Oval?", "sql": "SELECT \"Date\" FROM \"2-10883333-9\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 10609, "table_id": "2-10883333-9", "question": "What was the date of the game at Princes Park?", "sql": "SELECT \"Date\" FROM \"2-10883333-9\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10610, "table_id": "2-10883333-9", "question": "Who was the home team at the game with a crowd larger than 32576?", "sql": "SELECT \"Home team score\" FROM \"2-10883333-9\" WHERE \"Crowd\" > 32576.0;"} +{"question_id": 10611, "table_id": "2-10883333-9", "question": "Where did Melbourne play as the home team?", "sql": "SELECT \"Venue\" FROM \"2-10883333-9\" WHERE \"Home team\" = 'Melbourne';"} +{"question_id": 10612, "table_id": "2-1140117-2", "question": "In what rounds did Scuderia Milano participate?", "sql": "SELECT \"Rounds\" FROM \"2-1140117-2\" WHERE \"Entrant\" = 'Scuderia Milano';"} +{"question_id": 10613, "table_id": "2-1140117-2", "question": "Who was the entrant for Louis Chiron with a Chassis of T26C?", "sql": "SELECT \"Entrant\" FROM \"2-1140117-2\" WHERE \"Driver\" = 'Louis Chiron' AND \"Chassis\" = 'T26C';"} +{"question_id": 10614, "table_id": "2-1140117-2", "question": "In what rounds did Luigi Fagioli drive for Alfa Romeo SpA?", "sql": "SELECT \"Rounds\" FROM \"2-1140117-2\" WHERE \"Entrant\" = 'Alfa Romeo SpA' AND \"Driver\" = 'Luigi Fagioli';"} +{"question_id": 10615, "table_id": "2-1140117-2", "question": "In what rounDs DiD the P15 Chassis anD tyre D participate?", "sql": "SELECT \"Rounds\" FROM \"2-1140117-2\" WHERE \"Tyre\" = 'D' AND \"Chassis\" = 'P15';"} +{"question_id": 10616, "table_id": "2-10784349-13", "question": "Where did Hawthorn play an away game?", "sql": "SELECT \"Venue\" FROM \"2-10784349-13\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 10617, "table_id": "2-10784349-13", "question": "Where does Melbourne play home games?", "sql": "SELECT \"Venue\" FROM \"2-10784349-13\" WHERE \"Home team\" = 'Melbourne';"} +{"question_id": 10618, "table_id": "2-10807673-9", "question": "What was the score for the opponent against Richmond?", "sql": "SELECT \"Away team score\" FROM \"2-10807673-9\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10619, "table_id": "2-11404452-3", "question": "On what date did the episode \"Petra-Gate\" air?", "sql": "SELECT \"Airdate\" FROM \"2-11404452-3\" WHERE \"Title\" = '\"Petra-Gate\"';"} +{"question_id": 10620, "table_id": "2-11404452-3", "question": "What was the rating of the episode \"After Hours\"?", "sql": "SELECT \"Rating (Millions)\" FROM \"2-11404452-3\" WHERE \"Title\" = '\"After Hours\"';"} +{"question_id": 10621, "table_id": "2-10964397-1", "question": "I want to know the total number of national university of ireland with agricultural panel of 0 and labour panel more than 0", "sql": "SELECT COUNT(\"National University of Ireland\") FROM \"2-10964397-1\" WHERE \"Agricultural Panel\" = 0.0 AND \"Labour Panel\" > 0.0;"} +{"question_id": 10622, "table_id": "2-10964397-1", "question": "Tell me the total number of administrative panel with labour panel more than 2, nominated by taoiseach more than 6 and total of 28", "sql": "SELECT COUNT(\"Administrative Panel\") FROM \"2-10964397-1\" WHERE \"Labour Panel\" > 2.0 AND \"Total\" = 28.0 AND \"Nominated by the Taoiseach\" > 6.0;"} +{"question_id": 10623, "table_id": "2-10788451-7", "question": "How many people were in attendance when the home team scored 9.11 (65)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10788451-7\" WHERE \"Home team score\" = '9.11 (65)';"} +{"question_id": 10624, "table_id": "2-10788451-7", "question": "Which home team scored 11.18 (84)?", "sql": "SELECT \"Home team\" FROM \"2-10788451-7\" WHERE \"Home team score\" = '11.18 (84)';"} +{"question_id": 10625, "table_id": "2-10788451-7", "question": "What was the away team score at Western Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10788451-7\" WHERE \"Venue\" = 'Western Oval';"} +{"question_id": 10626, "table_id": "2-10807990-9", "question": "Which away team scored 11.9 (75)?", "sql": "SELECT \"Away team\" FROM \"2-10807990-9\" WHERE \"Away team score\" = '11.9 (75)';"} +{"question_id": 10627, "table_id": "2-10807990-9", "question": "What is the name of Richmond's home venue?", "sql": "SELECT \"Venue\" FROM \"2-10807990-9\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10628, "table_id": "2-10807990-9", "question": "When did the away team score 12.7 (79)?", "sql": "SELECT \"Date\" FROM \"2-10807990-9\" WHERE \"Away team score\" = '12.7 (79)';"} +{"question_id": 10629, "table_id": "2-10807990-9", "question": "What was the away team score at Hawthorn's home game?", "sql": "SELECT \"Away team score\" FROM \"2-10807990-9\" WHERE \"Home team\" = 'Hawthorn';"} +{"question_id": 10630, "table_id": "2-11961582-6", "question": "What score occurred on February 6?", "sql": "SELECT \"Score\" FROM \"2-11961582-6\" WHERE \"Date\" = 'February 6';"} +{"question_id": 10631, "table_id": "2-11961582-6", "question": "What is the lowest game number on February 20?", "sql": "SELECT MIN(\"Game\") FROM \"2-11961582-6\" WHERE \"Date\" = 'February 20';"} +{"question_id": 10632, "table_id": "2-11961582-6", "question": "Who had the high rebounds when the score was L 122–93?", "sql": "SELECT \"High rebounds\" FROM \"2-11961582-6\" WHERE \"Score\" = 'L 122–93';"} +{"question_id": 10633, "table_id": "2-10790397-16", "question": "Which home team played an away team with a score of 6.4 (40)?", "sql": "SELECT \"Home team score\" FROM \"2-10790397-16\" WHERE \"Away team score\" = '6.4 (40)';"} +{"question_id": 10634, "table_id": "2-10790397-16", "question": "Which home team played at Princes Park?", "sql": "SELECT \"Home team\" FROM \"2-10790397-16\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10635, "table_id": "2-10790397-16", "question": "What date was Richmond the home team?", "sql": "SELECT \"Date\" FROM \"2-10790397-16\" WHERE \"Home team\" = 'Richmond';"} +{"question_id": 10636, "table_id": "2-10790397-16", "question": "What was the largest crowd when Melbourne was the away team?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10790397-16\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 10637, "table_id": "2-11526600-1", "question": "Which gymnast had a balance beam larger than 8.687, had a total less than 38.049, had a floor exercise less than 9.462, and a vault less than 9.275?", "sql": "SELECT \"Gymnast\" FROM \"2-11526600-1\" WHERE \"Balance Beam\" > 8.687 AND \"Total\" < 38.049 AND \"Floor Exercise\" < 9.462 AND \"Vault\" < 9.275;"} +{"question_id": 10638, "table_id": "2-11888143-1", "question": "Which country is ranked 24?", "sql": "SELECT \"Country\" FROM \"2-11888143-1\" WHERE \"Rank\" = '24';"} +{"question_id": 10639, "table_id": "2-11888143-1", "question": "Name the highest year with rank of 22 and accolade of Singles of 1999", "sql": "SELECT MAX(\"Year\") FROM \"2-11888143-1\" WHERE \"Accolade\" = 'Singles of 1999' AND \"Rank\" = '22';"} +{"question_id": 10640, "table_id": "2-1122383-1", "question": "What is the largest Grid with a Driver of Piers Courage?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1122383-1\" WHERE \"Driver\" = 'Piers Courage';"} +{"question_id": 10641, "table_id": "2-11346282-4", "question": "Name the winner for Majorca", "sql": "SELECT \"Winner\" FROM \"2-11346282-4\" WHERE \"Tournament\" = 'Majorca';"} +{"question_id": 10642, "table_id": "2-11346282-4", "question": "Name the third place for Anders Järryd", "sql": "SELECT \"Third Place\" FROM \"2-11346282-4\" WHERE \"Runner-up\" = 'Anders Järryd';"} +{"question_id": 10643, "table_id": "2-11346282-4", "question": "Name the score for Henri Leconte and runner-up of Michael Stich", "sql": "SELECT \"Score\" FROM \"2-11346282-4\" WHERE \"Third Place\" = 'Henri Leconte' AND \"Runner-up\" = 'Michael Stich';"} +{"question_id": 10644, "table_id": "2-11346282-4", "question": "Name the winner for London tournament", "sql": "SELECT \"Winner\" FROM \"2-11346282-4\" WHERE \"Tournament\" = 'London';"} +{"question_id": 10645, "table_id": "2-11346282-4", "question": "Tell me the runner-up for Majorca", "sql": "SELECT \"Runner-up\" FROM \"2-11346282-4\" WHERE \"Tournament\" = 'Majorca';"} +{"question_id": 10646, "table_id": "2-1122413-1", "question": "How many laps did brm have with a grid of 11?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122413-1\" WHERE \"Constructor\" = 'brm' AND \"Grid\" = 11.0;"} +{"question_id": 10647, "table_id": "2-1122413-1", "question": "What's the total grid of bruce mclaren?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-1122413-1\" WHERE \"Driver\" = 'bruce mclaren';"} +{"question_id": 10648, "table_id": "2-1122413-1", "question": "What's the least amount of laps that George Eaton completed that has a time/retired Engine and a grid larger than 8?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1122413-1\" WHERE \"Time/Retired\" = 'Engine' AND \"Grid\" > 8.0 AND \"Driver\" = 'George Eaton';"} +{"question_id": 10649, "table_id": "2-11963735-8", "question": "Who was the home team on 1 April 2008?", "sql": "SELECT \"Home\" FROM \"2-11963735-8\" WHERE \"Date\" = '1 April 2008';"} +{"question_id": 10650, "table_id": "2-11963735-8", "question": "What was the record on 6 April 2008?", "sql": "SELECT \"Record\" FROM \"2-11963735-8\" WHERE \"Date\" = '6 April 2008';"} +{"question_id": 10651, "table_id": "2-11508332-1", "question": "Tell me the Grantee for San Ysidro", "sql": "SELECT \"Grantee\" FROM \"2-11508332-1\" WHERE \"Concession\" = 'San Ysidro';"} +{"question_id": 10652, "table_id": "2-11508332-1", "question": "Tell me the county for Mariano Castro", "sql": "SELECT \"County\" FROM \"2-11508332-1\" WHERE \"Grantee\" = 'Mariano Castro';"} +{"question_id": 10653, "table_id": "2-11508332-1", "question": "Tell me the grantee for Las Pulgas in 1795", "sql": "SELECT \"Grantee\" FROM \"2-11508332-1\" WHERE \"Date\" = 1795.0 AND \"Concession\" = 'Las Pulgas';"} +{"question_id": 10654, "table_id": "2-11803648-21", "question": "A round of 4 is in what position?", "sql": "SELECT \"Position\" FROM \"2-11803648-21\" WHERE \"Round\" = 4.0;"} +{"question_id": 10655, "table_id": "2-11803648-21", "question": "What Club team with a Round larger than 5 have a Defense position?", "sql": "SELECT \"Club team\" FROM \"2-11803648-21\" WHERE \"Round\" > 5.0 AND \"Position\" = 'Defense';"} +{"question_id": 10656, "table_id": "2-11803648-21", "question": "What Player Club Team is Indiana Ice (USHL)?", "sql": "SELECT \"Player\" FROM \"2-11803648-21\" WHERE \"Club team\" = 'Indiana Ice (USHL)';"} +{"question_id": 10657, "table_id": "2-11803648-21", "question": "What is the Nationality Club Team of Quebec Remparts (QMJHL)?", "sql": "SELECT \"Nationality\" FROM \"2-11803648-21\" WHERE \"Club team\" = 'Quebec Remparts (QMJHL)';"} +{"question_id": 10658, "table_id": "2-11803648-21", "question": "The Position of Centre is what Player?", "sql": "SELECT \"Player\" FROM \"2-11803648-21\" WHERE \"Position\" = 'Centre';"} +{"question_id": 10659, "table_id": "2-11803648-21", "question": "What is the Overall of 15 Club team with a Nationality of Canada?", "sql": "SELECT \"Club team\" FROM \"2-11803648-21\" WHERE \"Nationality\" = 'Canada' AND \"Overall\" = '15';"} +{"question_id": 10660, "table_id": "2-11262643-5", "question": "What are the additional major sponsors which correspond to the additional color Black and a year 1984?", "sql": "SELECT \"Additional major sponsor(s)\" FROM \"2-11262643-5\" WHERE \"Additional colour(s)\" = 'Black' AND \"Year\" = 1984.0;"} +{"question_id": 10661, "table_id": "2-11262643-5", "question": "What is the average year of entries with additional color Black?", "sql": "SELECT AVG(\"Year\") FROM \"2-11262643-5\" WHERE \"Additional colour(s)\" = 'Black';"} +{"question_id": 10662, "table_id": "2-1122340-1", "question": "What is the Time/Retired for Grid 6?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122340-1\" WHERE \"Grid\" = 6.0;"} +{"question_id": 10663, "table_id": "2-1122340-1", "question": "What is the lowest Laps for mike spence, with a Grid smaller than 8?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1122340-1\" WHERE \"Driver\" = 'mike spence' AND \"Grid\" < 8.0;"} +{"question_id": 10664, "table_id": "2-1123173-2", "question": "how many laps have a time/retired of +1 Lap and Mark Blundell is the driver?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1123173-2\" WHERE \"Time/Retired\" = '+1 Lap' AND \"Driver\" = 'Mark Blundell';"} +{"question_id": 10665, "table_id": "2-1123173-2", "question": "what is the highest grid when the time/retired is fuel pump and the laps is more than 26?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1123173-2\" WHERE \"Time/Retired\" = 'fuel pump' AND \"Laps\" > 26.0;"} +{"question_id": 10666, "table_id": "2-1123173-2", "question": "what is the least laps for driver gerhard berger with a grid more than 6?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1123173-2\" WHERE \"Driver\" = 'gerhard berger' AND \"Grid\" > 6.0;"} +{"question_id": 10667, "table_id": "2-1179391-1", "question": "What is the Kapampangan word for the Malay word aku?", "sql": "SELECT \"Kapampangan\" FROM \"2-1179391-1\" WHERE \"Malay\" = 'aku';"} +{"question_id": 10668, "table_id": "2-1179391-1", "question": "What is the Lundu (Salako) word for the Siburan-Pandawan word Ěku?", "sql": "SELECT \"Lundu (Salako)\" FROM \"2-1179391-1\" WHERE \"Siburan-Padawan\" = 'Ěku';"} +{"question_id": 10669, "table_id": "2-1179391-1", "question": "What is the Lundu (Salako) word for the Tagalog word Pagkain?", "sql": "SELECT \"Lundu (Salako)\" FROM \"2-1179391-1\" WHERE \"Tagalog\" = 'Pagkain';"} +{"question_id": 10670, "table_id": "2-1179391-1", "question": "What is the Siburan-Padawan word for the Tagalog word kanin?", "sql": "SELECT \"Siburan-Padawan\" FROM \"2-1179391-1\" WHERE \"Tagalog\" = 'kanin';"} +{"question_id": 10671, "table_id": "2-11513625-2", "question": "What were the total games in the Big Ten conference when Nebraska lost fewer than 488 games and had a Pct less than 0.7014?", "sql": "SELECT SUM(\"Total Games\") FROM \"2-11513625-2\" WHERE \"Conference\" = 'Big Ten' AND \"Lost\" < 488.0 AND \"Team\" = 'Nebraska' AND \"Pct.\" < 0.7014;"} +{"question_id": 10672, "table_id": "2-11513625-2", "question": "What is akron's highest Pct in 100 years?", "sql": "SELECT COUNT(\"Pct.\") FROM \"2-11513625-2\" WHERE \"Years\" > 100.0 AND \"Team\" = 'akron';"} +{"question_id": 10673, "table_id": "2-10784349-1", "question": "How many people attended the game at Lake Oval?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10784349-1\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 10674, "table_id": "2-10784349-1", "question": "What was the away score at the Princes Park game?", "sql": "SELECT \"Away team score\" FROM \"2-10784349-1\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10675, "table_id": "2-10784349-1", "question": "What was the home score at the Princes Park game?", "sql": "SELECT \"Home team score\" FROM \"2-10784349-1\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10676, "table_id": "2-1167316-2", "question": "What is the total number of stations with a line that is U 6?", "sql": "SELECT SUM(\"Stations\") FROM \"2-1167316-2\" WHERE \"Line\" = 'U 6';"} +{"question_id": 10677, "table_id": "2-1167316-2", "question": "Which route has 21 stations?", "sql": "SELECT \"Route\" FROM \"2-1167316-2\" WHERE \"Stations\" = 21.0;"} +{"question_id": 10678, "table_id": "2-1167316-2", "question": "Which line was green?", "sql": "SELECT \"Line\" FROM \"2-1167316-2\" WHERE \"Colour\" = 'green';"} +{"question_id": 10679, "table_id": "2-10883333-15", "question": "How much was crowd attendance when the away team had a score of 16.13 (109)?", "sql": "SELECT \"Crowd\" FROM \"2-10883333-15\" WHERE \"Away team score\" = '16.13 (109)';"} +{"question_id": 10680, "table_id": "2-10883333-15", "question": "What was the away team that played against Melbourne?", "sql": "SELECT \"Away team\" FROM \"2-10883333-15\" WHERE \"Home team\" = 'Melbourne';"} +{"question_id": 10681, "table_id": "2-11924384-5", "question": "Who was the opponent when the score was 6–4, 6–7 (2–7) , 7–5?", "sql": "SELECT \"Opponent\" FROM \"2-11924384-5\" WHERE \"Score\" = '6–4, 6–7 (2–7) , 7–5';"} +{"question_id": 10682, "table_id": "2-11924384-5", "question": "Which tournament was Andreas Haider-Maurer the opponent in?", "sql": "SELECT \"Tournament\" FROM \"2-11924384-5\" WHERE \"Opponent\" = 'Andreas Haider-Maurer';"} +{"question_id": 10683, "table_id": "2-11218948-3", "question": "How many people have a vl type in a region greater than 3?", "sql": "SELECT SUM(\"Population\") FROM \"2-11218948-3\" WHERE \"Type\" = 'vl' AND \"Region\" > 3.0;"} +{"question_id": 10684, "table_id": "2-11218948-3", "question": "How many people are in regions greater than 3?", "sql": "SELECT SUM(\"Population\") FROM \"2-11218948-3\" WHERE \"Region\" > 3.0;"} +{"question_id": 10685, "table_id": "2-11218948-3", "question": "What is the average region that has an Area (km 2 ) of 451.79, and a Population under 496257?", "sql": "SELECT AVG(\"Region\") FROM \"2-11218948-3\" WHERE \"Area (km 2 )\" = 451.79 AND \"Population\" < 496257.0;"} +{"question_id": 10686, "table_id": "2-11960407-7", "question": "What is the attendance on location for a record of 40–40?", "sql": "SELECT \"Location Attendance\" FROM \"2-11960407-7\" WHERE \"Record\" = '40–40';"} +{"question_id": 10687, "table_id": "2-11960407-7", "question": "Who had the high assist in a game number above 77 for Milwaukee?", "sql": "SELECT \"High assists\" FROM \"2-11960407-7\" WHERE \"Game\" > 77.0 AND \"Team\" = 'Milwaukee';"} +{"question_id": 10688, "table_id": "2-11960407-7", "question": "Who had the high assists in game 77?", "sql": "SELECT \"High assists\" FROM \"2-11960407-7\" WHERE \"Game\" = 77.0;"} +{"question_id": 10689, "table_id": "2-1122070-2", "question": "I want the time/retired for Grid of 13", "sql": "SELECT \"Time/Retired\" FROM \"2-1122070-2\" WHERE \"Grid\" = 13.0;"} +{"question_id": 10690, "table_id": "2-1122070-2", "question": "Tell me the highest Grid for maurice trintignant and laps less than 87", "sql": "SELECT MAX(\"Grid\") FROM \"2-1122070-2\" WHERE \"Driver\" = 'maurice trintignant' AND \"Laps\" < 87.0;"} +{"question_id": 10691, "table_id": "2-1122070-2", "question": "I want the lowest Laps for time/retired of Engine and driver of Charles de Tornaco", "sql": "SELECT MIN(\"Laps\") FROM \"2-1122070-2\" WHERE \"Time/Retired\" = 'Engine' AND \"Driver\" = 'Charles de Tornaco';"} +{"question_id": 10692, "table_id": "2-10800369-1", "question": "Which election, in 2003 had the lowest turnout, but also had 57 in 1999 and less then 54 in 2007?", "sql": "SELECT MIN(\"2003 Election\") FROM \"2-10800369-1\" WHERE \"1999 Election\" = 57.0 AND \"2007 Election\" < 54.0;"} +{"question_id": 10693, "table_id": "2-10800369-1", "question": "What is the total of the 2003 election but also had 5 in May 2010 and also less than 6 in 1999?", "sql": "SELECT SUM(\"2003 Election\") FROM \"2-10800369-1\" WHERE \"May 2010\" = 5.0 AND \"1999 Election\" < 6.0;"} +{"question_id": 10694, "table_id": "2-10800369-1", "question": "In May 2010, which party had a turnout of less than 3, but also the hightest turnout in May 2012?", "sql": "SELECT MAX(\"May 2012\") FROM \"2-10800369-1\" WHERE \"May 2010\" < 3.0;"} +{"question_id": 10695, "table_id": "2-10800369-1", "question": "What average election in 2003 had an election greater then 6 in 1999 and less then 7 in 2007?", "sql": "SELECT AVG(\"2003 Election\") FROM \"2-10800369-1\" WHERE \"1999 Election\" > 6.0 AND \"2007 Election\" < 7.0;"} +{"question_id": 10696, "table_id": "2-11189841-2", "question": "I want the location for round of 3 and time of 4:40", "sql": "SELECT \"Location\" FROM \"2-11189841-2\" WHERE \"Round\" = 3.0 AND \"Time\" = '4:40';"} +{"question_id": 10697, "table_id": "2-11960091-5", "question": "How many people were in attendance for the game with a score of 98–111?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-11960091-5\" WHERE \"Score\" = '98–111';"} +{"question_id": 10698, "table_id": "2-11960091-5", "question": "What is the record of the game with a score of 101–92?", "sql": "SELECT \"Record\" FROM \"2-11960091-5\" WHERE \"Score\" = '101–92';"} +{"question_id": 10699, "table_id": "2-11960091-5", "question": "What is the date when the Lakers were the home team?", "sql": "SELECT \"Date\" FROM \"2-11960091-5\" WHERE \"Home\" = 'Lakers';"} +{"question_id": 10700, "table_id": "2-11960091-5", "question": "How many people were in attendance when the home shows as bulls?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11960091-5\" WHERE \"Home\" = 'bulls';"} +{"question_id": 10701, "table_id": "2-11960091-5", "question": "What is the lowest number of people in attendance when the record was 9–26?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-11960091-5\" WHERE \"Record\" = '9–26';"} +{"question_id": 10702, "table_id": "2-11950720-5", "question": "What is the name of the First Class Team in which the player has a bowling style of Left arm orthodox spin?", "sql": "SELECT \"First Class Team\" FROM \"2-11950720-5\" WHERE \"Bowling Style\" = 'Left arm orthodox spin';"} +{"question_id": 10703, "table_id": "2-11950720-5", "question": "What is the bowling style of the player whose first class team is Islamabad and has a date of birth of 28 February 1975?", "sql": "SELECT \"Bowling Style\" FROM \"2-11950720-5\" WHERE \"First Class Team\" = 'Islamabad' AND \"Date of Birth\" = '28 February 1975';"} +{"question_id": 10704, "table_id": "2-11950720-5", "question": "What batting style does player Shahid Afridi have?", "sql": "SELECT \"Batting Style\" FROM \"2-11950720-5\" WHERE \"Player\" = 'Shahid Afridi';"} +{"question_id": 10705, "table_id": "2-10887680-4", "question": "What was the crowd size when Geelong played at home?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10887680-4\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 10706, "table_id": "2-10887680-4", "question": "What was the home score for the Home team Melbourne?", "sql": "SELECT \"Home team score\" FROM \"2-10887680-4\" WHERE \"Home team\" = 'Melbourne';"} +{"question_id": 10707, "table_id": "2-11829563-7", "question": "Which studio analyst has Scott Oake for the ice level reporter?", "sql": "SELECT \"Studio analysts\" FROM \"2-11829563-7\" WHERE \"Ice level reporters\" = 'Scott Oake';"} +{"question_id": 10708, "table_id": "2-11829563-7", "question": "Which ice level reporter has Harry Neale for the colour commentator after the year 2004?", "sql": "SELECT \"Ice level reporters\" FROM \"2-11829563-7\" WHERE \"Colour commentator(s)\" = 'Harry Neale' AND \"Year\" > 2004.0;"} +{"question_id": 10709, "table_id": "2-11014275-2", "question": "How long was his fight against Kim Kyoung-Suk?", "sql": "SELECT \"Time\" FROM \"2-11014275-2\" WHERE \"Opponent\" = 'Kim Kyoung-Suk';"} +{"question_id": 10710, "table_id": "2-10790510-3", "question": "What was the score for the away team at Collingwood?", "sql": "SELECT \"Home team score\" FROM \"2-10790510-3\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 10711, "table_id": "2-10790510-3", "question": "Who is the home team of South Melbourne?", "sql": "SELECT \"Away team\" FROM \"2-10790510-3\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 10712, "table_id": "2-1123416-2", "question": "Who built Michael Schumacher's car that went under 31 laps?", "sql": "SELECT \"Constructor\" FROM \"2-1123416-2\" WHERE \"Laps\" < 31.0 AND \"Driver\" = 'Michael Schumacher';"} +{"question_id": 10713, "table_id": "2-1123416-2", "question": "How many grids for heinz-harald frentzen with 61 laps?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-1123416-2\" WHERE \"Laps\" = 61.0 AND \"Driver\" = 'heinz-harald frentzen';"} +{"question_id": 10714, "table_id": "2-10885968-16", "question": "What did the home team score at Lake Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10885968-16\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 10715, "table_id": "2-10885968-16", "question": "What did Footscray score at the home game?", "sql": "SELECT \"Home team score\" FROM \"2-10885968-16\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 10716, "table_id": "2-10885968-16", "question": "What did Essendon score as the Away team?", "sql": "SELECT \"Away team score\" FROM \"2-10885968-16\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 10717, "table_id": "2-10885968-16", "question": "What venue did the away team score 15.16 (106) ?", "sql": "SELECT \"Venue\" FROM \"2-10885968-16\" WHERE \"Away team score\" = '15.16 (106)';"} +{"question_id": 10718, "table_id": "2-11303346-2", "question": "Name the Trofeo Fast team for Roberto Visentini", "sql": "SELECT \"Trofeo Fast Team\" FROM \"2-11303346-2\" WHERE \"Winner\" = 'Roberto Visentini';"} +{"question_id": 10719, "table_id": "2-11303346-2", "question": "Name the young rider classification for Giuseppe Saronni at stage 6", "sql": "SELECT \"Young rider classification\" FROM \"2-11303346-2\" WHERE \"General classification\" = 'Giuseppe Saronni' AND \"Stage\" = '6';"} +{"question_id": 10720, "table_id": "2-11303346-2", "question": "What is the young rider classification for Jesper Worre and stage 3", "sql": "SELECT \"Young rider classification\" FROM \"2-11303346-2\" WHERE \"Mountains classification\" = 'Jesper Worre' AND \"Stage\" = '3';"} +{"question_id": 10721, "table_id": "2-11677691-9", "question": "What college did the player with a school of Crete-Monee High School go to?", "sql": "SELECT \"College\" FROM \"2-11677691-9\" WHERE \"School\" = 'Crete-Monee High School';"} +{"question_id": 10722, "table_id": "2-11677691-9", "question": "What's the school of the player with a hometown of Little Rock, Arkansas?", "sql": "SELECT \"School\" FROM \"2-11677691-9\" WHERE \"Hometown\" = 'Little Rock, Arkansas';"} +{"question_id": 10723, "table_id": "2-11677691-9", "question": "What's the hometown of Thomas Tyner?", "sql": "SELECT \"Hometown\" FROM \"2-11677691-9\" WHERE \"Player\" = 'Thomas Tyner';"} +{"question_id": 10724, "table_id": "2-11677691-9", "question": "What college did Hunter Henry go to?", "sql": "SELECT \"College\" FROM \"2-11677691-9\" WHERE \"Player\" = 'Hunter Henry';"} +{"question_id": 10725, "table_id": "2-11677691-9", "question": "What college did the player with a school of Huntsville High School go to?", "sql": "SELECT \"College\" FROM \"2-11677691-9\" WHERE \"School\" = 'Huntsville High School';"} +{"question_id": 10726, "table_id": "2-11677691-9", "question": "Who went to Ohio State?", "sql": "SELECT \"Player\" FROM \"2-11677691-9\" WHERE \"College\" = 'Ohio State';"} +{"question_id": 10727, "table_id": "2-1181375-1", "question": "What date was introduced where it was withdrawn 1955?", "sql": "SELECT \"Introduced\" FROM \"2-1181375-1\" WHERE \"Withdrawn\" = '1955';"} +{"question_id": 10728, "table_id": "2-1181375-1", "question": "What engine was introduced in 1935?", "sql": "SELECT \"Engine\" FROM \"2-1181375-1\" WHERE \"Introduced\" = '1935';"} +{"question_id": 10729, "table_id": "2-1181375-1", "question": "What is the number range for the Gloucester RCW builder introduced in 1937?", "sql": "SELECT \"Number Range\" FROM \"2-1181375-1\" WHERE \"Builder\" = 'Gloucester RCW' AND \"Introduced\" = '1937';"} +{"question_id": 10730, "table_id": "2-11465246-1", "question": "What round was Craig Erickson drafted?", "sql": "SELECT \"Round\" FROM \"2-11465246-1\" WHERE \"Player\" = 'Craig Erickson';"} +{"question_id": 10731, "table_id": "2-11963447-8", "question": "What is the Date with a Score with 86–108?", "sql": "SELECT \"Date\" FROM \"2-11963447-8\" WHERE \"Score\" = '86–108';"} +{"question_id": 10732, "table_id": "2-11963447-8", "question": "What is the Record with a Date with 24 March 2008?", "sql": "SELECT \"Record\" FROM \"2-11963447-8\" WHERE \"Date\" = '24 March 2008';"} +{"question_id": 10733, "table_id": "2-11963447-8", "question": "What is the Record with a Date with 29 March 2008?", "sql": "SELECT \"Record\" FROM \"2-11963447-8\" WHERE \"Date\" = '29 March 2008';"} +{"question_id": 10734, "table_id": "2-11963447-8", "question": "What is the Visitor with a Leading scorer with Rudy Gay (24)?", "sql": "SELECT \"Visitor\" FROM \"2-11963447-8\" WHERE \"Leading scorer\" = 'Rudy Gay (24)';"} +{"question_id": 10735, "table_id": "2-11963447-8", "question": "What is the Leading scorer with a Visitor of Grizzlies, and with a Score with 114–111?", "sql": "SELECT \"Leading scorer\" FROM \"2-11963447-8\" WHERE \"Visitor\" = 'Grizzlies' AND \"Score\" = '114–111';"} +{"question_id": 10736, "table_id": "2-11190568-3", "question": "What team does Joe Deane play for?", "sql": "SELECT \"Team\" FROM \"2-11190568-3\" WHERE \"Player\" = 'Joe Deane';"} +{"question_id": 10737, "table_id": "2-11190568-3", "question": "What is the name of the game whose team is Waterford and debuted later than 1995?", "sql": "SELECT \"Game\" FROM \"2-11190568-3\" WHERE \"Team\" = 'Waterford' AND \"Début\" > 1995.0;"} +{"question_id": 10738, "table_id": "2-11190568-3", "question": "What is the year of debut when Tom Feeney plays for the Waterford team?", "sql": "SELECT \"Début\" FROM \"2-11190568-3\" WHERE \"Team\" = 'Waterford' AND \"Player\" = 'Tom Feeney';"} +{"question_id": 10739, "table_id": "2-11190568-3", "question": "Who is the opponent when the team is Cork?", "sql": "SELECT \"Opposition\" FROM \"2-11190568-3\" WHERE \"Team\" = 'Cork';"} +{"question_id": 10740, "table_id": "2-1123626-2", "question": "who is the constructor when the grid is more than 10 and the time/retired is +1 Lap?", "sql": "SELECT \"Constructor\" FROM \"2-1123626-2\" WHERE \"Grid\" > 10.0 AND \"Time/Retired\" = '+1 Lap';"} +{"question_id": 10741, "table_id": "2-1123626-2", "question": "what is the highest grid when the laps is less than 44 and the constructor is Renault?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1123626-2\" WHERE \"Laps\" < 44.0 AND \"Constructor\" = 'Renault';"} +{"question_id": 10742, "table_id": "2-11864370-4", "question": "Whose attendance was the highest when the team played Arsenal?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-11864370-4\" WHERE \"Opponent\" = 'Arsenal';"} +{"question_id": 10743, "table_id": "2-12018899-1", "question": "What is the flag for Terkoeli?", "sql": "SELECT \"Flag\" FROM \"2-12018899-1\" WHERE \"Name\" = 'Terkoeli';"} +{"question_id": 10744, "table_id": "2-12018899-1", "question": "What is the date for the flag of Norway?", "sql": "SELECT \"Date\" FROM \"2-12018899-1\" WHERE \"Flag\" = 'Norway';"} +{"question_id": 10745, "table_id": "2-12018899-1", "question": "Who sunk the ship with the flag of Norway?", "sql": "SELECT \"Sunk by\" FROM \"2-12018899-1\" WHERE \"Flag\" = 'Norway';"} +{"question_id": 10746, "table_id": "2-1140067-1", "question": "What is the name of the entrant with a chassis of M185B M186?", "sql": "SELECT \"Entrant\" FROM \"2-1140067-1\" WHERE \"Chassis\" = 'M185B M186';"} +{"question_id": 10747, "table_id": "2-1140067-1", "question": "How many rounds have a chassis of THL2?", "sql": "SELECT \"Rounds\" FROM \"2-1140067-1\" WHERE \"Chassis\" = 'THL2';"} +{"question_id": 10748, "table_id": "2-1113056-1", "question": "Tell me the 1958 when 1957 is DNF-9", "sql": "SELECT \"1958\" FROM \"2-1113056-1\" WHERE \"1957\" = 'DNF-9';"} +{"question_id": 10749, "table_id": "2-11664498-20", "question": "what is the reference when the strain is MSB8?", "sql": "SELECT \"Reference\" FROM \"2-11664498-20\" WHERE \"Strain\" = 'MSB8';"} +{"question_id": 10750, "table_id": "2-11664498-20", "question": "what is the average genes when the reference is 2009 and the strain is RKU-1?", "sql": "SELECT AVG(\"Genes\") FROM \"2-11664498-20\" WHERE \"Reference\" = '2009' AND \"Strain\" = 'RKU-1';"} +{"question_id": 10751, "table_id": "2-11775329-2", "question": "In which year did Kati Klinzing finish 3rd?", "sql": "SELECT \"Year\" FROM \"2-11775329-2\" WHERE \"Third\" = 'Kati Klinzing';"} +{"question_id": 10752, "table_id": "2-11775329-2", "question": "Who was the winner the year Ramona Rahnis finished 2nd and Diana Sartor 3rd?", "sql": "SELECT \"Champion\" FROM \"2-11775329-2\" WHERE \"Second\" = 'Ramona Rahnis' AND \"Third\" = 'Diana Sartor';"} +{"question_id": 10753, "table_id": "2-11775329-2", "question": "In Winterberg, who was 3rd the year that Monique Riekewald was 2nd?", "sql": "SELECT \"Third\" FROM \"2-11775329-2\" WHERE \"Location\" = 'Winterberg' AND \"Second\" = 'Monique Riekewald';"} +{"question_id": 10754, "table_id": "2-11775329-2", "question": "In years after 1999, what was the location where Anja Huber finished 2nd?", "sql": "SELECT \"Location\" FROM \"2-11775329-2\" WHERE \"Year\" > 1999.0 AND \"Second\" = 'Anja Huber';"} +{"question_id": 10755, "table_id": "2-10809368-2", "question": "In the game where the away team scored 10.12 (72) who was the home team?", "sql": "SELECT \"Home team\" FROM \"2-10809368-2\" WHERE \"Away team score\" = '10.12 (72)';"} +{"question_id": 10756, "table_id": "2-10809368-2", "question": "In the match where the crowd was greater than 14000 and the home team scored 15.14 (104) who was the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10809368-2\" WHERE \"Crowd\" > 14000.0 AND \"Home team score\" = '15.14 (104)';"} +{"question_id": 10757, "table_id": "2-1131781-1", "question": "How many goals were scored with a pos larger than 4 and active in 2001-?", "sql": "SELECT \"Goals Scored\" FROM \"2-1131781-1\" WHERE \"Pos.\" > 4.0 AND \"Years Active\" = '2001-';"} +{"question_id": 10758, "table_id": "2-11729347-1", "question": "What day did they play the Bolton Wanderers with a result F–A of 1–2?", "sql": "SELECT \"Date\" FROM \"2-11729347-1\" WHERE \"Result F–A\" = '1–2' AND \"Opponent\" = 'Bolton Wanderers';"} +{"question_id": 10759, "table_id": "2-10823950-17", "question": "How many people attended when the away team scored 17.14 (116)?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10823950-17\" WHERE \"Away team score\" = '17.14 (116)';"} +{"question_id": 10760, "table_id": "2-10823950-17", "question": "What was the away teams score at Princes Park?", "sql": "SELECT \"Away team score\" FROM \"2-10823950-17\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 10761, "table_id": "2-10808933-17", "question": "Which home team played Hawthorn as the away team?", "sql": "SELECT \"Home team\" FROM \"2-10808933-17\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 10762, "table_id": "2-10808933-17", "question": "Who played as the away team when Essendon was the home team?", "sql": "SELECT \"Away team\" FROM \"2-10808933-17\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 10763, "table_id": "2-11318956-5", "question": "What is the attendance when Oadby Town is away?", "sql": "SELECT \"Attendance\" FROM \"2-11318956-5\" WHERE \"Away team\" = 'Oadby Town';"} +{"question_id": 10764, "table_id": "2-11318956-5", "question": "What is the score when Parkgate is at home?", "sql": "SELECT \"Score\" FROM \"2-11318956-5\" WHERE \"Home team\" = 'Parkgate';"} +{"question_id": 10765, "table_id": "2-11741681-7", "question": "What was the score against the Devil Rays on September 14?", "sql": "SELECT \"Score\" FROM \"2-11741681-7\" WHERE \"Opponent\" = 'Devil Rays' AND \"Date\" = 'September 14';"} +{"question_id": 10766, "table_id": "2-11741681-7", "question": "What is the score on September 20?", "sql": "SELECT \"Score\" FROM \"2-11741681-7\" WHERE \"Date\" = 'September 20';"} +{"question_id": 10767, "table_id": "2-10812293-6", "question": "Who had the highest number of rebounds on February 14?", "sql": "SELECT \"High rebounds\" FROM \"2-10812293-6\" WHERE \"Date\" = 'February 14';"} +{"question_id": 10768, "table_id": "2-10887680-9", "question": "Where was the game played where North Melbourne was the away team?", "sql": "SELECT \"Venue\" FROM \"2-10887680-9\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 10769, "table_id": "2-10887680-9", "question": "When was the away team score 13.19 (97)?", "sql": "SELECT \"Date\" FROM \"2-10887680-9\" WHERE \"Away team score\" = '13.19 (97)';"} +{"question_id": 10770, "table_id": "2-10887680-9", "question": "Where was the game played where the away team scored 8.12 (60)?", "sql": "SELECT \"Venue\" FROM \"2-10887680-9\" WHERE \"Away team score\" = '8.12 (60)';"} +{"question_id": 10771, "table_id": "2-11172543-1", "question": "What is the week 12 result?", "sql": "SELECT \"Result\" FROM \"2-11172543-1\" WHERE \"Week\" = 12.0;"} +{"question_id": 10772, "table_id": "2-11677760-26", "question": "What college did the player from Fort Lauderdale, FL attend?", "sql": "SELECT \"College\" FROM \"2-11677760-26\" WHERE \"Hometown\" = 'Fort Lauderdale, FL';"} +{"question_id": 10773, "table_id": "2-11677760-26", "question": "What is the hometown of the player who attended Ohio State?", "sql": "SELECT \"Hometown\" FROM \"2-11677760-26\" WHERE \"College\" = 'Ohio State';"} +{"question_id": 10774, "table_id": "2-11677760-26", "question": "What is the height of the player from Elizabeth, NJ?", "sql": "SELECT \"Height\" FROM \"2-11677760-26\" WHERE \"Hometown\" = 'Elizabeth, NJ';"} +{"question_id": 10775, "table_id": "2-11677760-26", "question": "What college did the player from Ames High School attend?", "sql": "SELECT \"College\" FROM \"2-11677760-26\" WHERE \"School\" = 'Ames High School';"} +{"question_id": 10776, "table_id": "2-1191667-1", "question": "Name the frequency mhz for FCC and ERP W of 9 watts", "sql": "SELECT \"Frequency MHz\" FROM \"2-1191667-1\" WHERE \"FCC info\" = 'FCC' AND \"ERP W\" = '9 watts';"} +{"question_id": 10777, "table_id": "2-1191667-1", "question": "Name the frequency mhz for ERP W of 850 watts", "sql": "SELECT \"Frequency MHz\" FROM \"2-1191667-1\" WHERE \"ERP W\" = '850 watts';"} +{"question_id": 10778, "table_id": "2-1191667-1", "question": "Name the FCC info for call sign of KPCC", "sql": "SELECT \"FCC info\" FROM \"2-1191667-1\" WHERE \"Call sign\" = 'KPCC';"} +{"question_id": 10779, "table_id": "2-1191667-1", "question": "Name the FCC info for frequency Mhz of 95.3 FM", "sql": "SELECT \"FCC info\" FROM \"2-1191667-1\" WHERE \"Frequency MHz\" = '95.3 FM';"} +{"question_id": 10780, "table_id": "2-1191667-1", "question": "Name the city of license for call sign of KCMP", "sql": "SELECT \"City of license\" FROM \"2-1191667-1\" WHERE \"Call sign\" = 'KCMP';"} +{"question_id": 10781, "table_id": "2-10966926-7", "question": "Tell me the most Att with a long of 27 with yards longer than 27", "sql": "SELECT MAX(\"Att.\") FROM \"2-10966926-7\" WHERE \"Long\" = 27.0 AND \"Yards\" > 27.0;"} +{"question_id": 10782, "table_id": "2-10966926-7", "question": "I want to know the average Fuml for Att of 5 and long more than 7", "sql": "SELECT AVG(\"FumL\") FROM \"2-10966926-7\" WHERE \"Att.\" = 5.0 AND \"Long\" > 7.0;"} +{"question_id": 10783, "table_id": "2-10966926-7", "question": "I want to know the longest Long for santana moss and Att more than 1", "sql": "SELECT MIN(\"Long\") FROM \"2-10966926-7\" WHERE \"Player\" = 'santana moss' AND \"Att.\" > 1.0;"} +{"question_id": 10784, "table_id": "2-10966926-7", "question": "Tell me the greatest att with an avg of 4.3", "sql": "SELECT MAX(\"Att.\") FROM \"2-10966926-7\" WHERE \"Avg.\" = 4.3;"} +{"question_id": 10785, "table_id": "2-10966926-7", "question": "Tell me the sum of yards for jason campbell and long less than 23", "sql": "SELECT SUM(\"Yards\") FROM \"2-10966926-7\" WHERE \"Player\" = 'jason campbell' AND \"Long\" < 23.0;"} +{"question_id": 10786, "table_id": "2-11818965-2", "question": "Which driver scored 9 points?", "sql": "SELECT \"Driver\" FROM \"2-11818965-2\" WHERE \"Points\" = '9';"} +{"question_id": 10787, "table_id": "2-11818965-2", "question": "How many points were scored in 1:44:59.557 of time?", "sql": "SELECT \"Points\" FROM \"2-11818965-2\" WHERE \"Time/Retired\" = '1:44:59.557';"} +{"question_id": 10788, "table_id": "2-11652183-5", "question": "What was the loss for June 2?", "sql": "SELECT \"Loss\" FROM \"2-11652183-5\" WHERE \"Date\" = 'June 2';"} +{"question_id": 10789, "table_id": "2-11652183-5", "question": "What is the record for the game that has a loss of Johnson (5-6)?", "sql": "SELECT \"Record\" FROM \"2-11652183-5\" WHERE \"Loss\" = 'Johnson (5-6)';"} +{"question_id": 10790, "table_id": "2-11652183-5", "question": "What was the attendance for the game where the score was 0-6?", "sql": "SELECT \"Attendance\" FROM \"2-11652183-5\" WHERE \"Score\" = '0-6';"} +{"question_id": 10791, "table_id": "2-11652183-5", "question": "How many people attended the game that ended 4-6?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11652183-5\" WHERE \"Score\" = '4-6';"} +{"question_id": 10792, "table_id": "2-10789881-16", "question": "Which Away team has a Home team score of 7.8 (50)?", "sql": "SELECT \"Away team\" FROM \"2-10789881-16\" WHERE \"Home team score\" = '7.8 (50)';"} +{"question_id": 10793, "table_id": "2-10789881-16", "question": "What is the smallest crowd number for a team that has an Away team score of 15.11 (101)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10789881-16\" WHERE \"Away team score\" = '15.11 (101)';"} +{"question_id": 10794, "table_id": "2-11300695-2", "question": "what is the sample size when the date(s) administered is March 24, 2010?", "sql": "SELECT \"Sample size\" FROM \"2-11300695-2\" WHERE \"Date(s) administered\" = 'March 24, 2010';"} +{"question_id": 10795, "table_id": "2-11300695-2", "question": "what is the margin of error when the undicided is 8% and other is 4%?", "sql": "SELECT \"Margin of error\" FROM \"2-11300695-2\" WHERE \"Undecided\" = '8%' AND \"Other\" = '4%';"} +{"question_id": 10796, "table_id": "2-11300695-2", "question": "what is the percent for other when the margin of error is ± 3%?", "sql": "SELECT \"Other\" FROM \"2-11300695-2\" WHERE \"Margin of error\" = '± 3%';"} +{"question_id": 10797, "table_id": "2-11404452-2", "question": "Which title has a rating over 9.3, but where the 18-49 range rated under 5.5, and the airdate was on January 11, 2007?", "sql": "SELECT \"Title\" FROM \"2-11404452-2\" WHERE \"Rating\" > 9.3 AND \"18-49\" < 5.5 AND \"Airdate\" = 'January 11, 2007';"} +{"question_id": 10798, "table_id": "2-11404452-2", "question": "Of all shows who have a rating larger than 7.8, aired on october 26, 2006, and has a share of over 14, what is the sum of the viewers?", "sql": "SELECT SUM(\"Viewers\") FROM \"2-11404452-2\" WHERE \"Rating\" > 7.8 AND \"Airdate\" = 'october 26, 2006' AND \"Share\" > 14.0;"} +{"question_id": 10799, "table_id": "2-11404452-2", "question": "Where the 18-49 age range voted over 4.9 and has 2 epieosdes, what's the lowest number of viewers?", "sql": "SELECT MIN(\"Viewers\") FROM \"2-11404452-2\" WHERE \"Episode\" = 2.0 AND \"18-49\" > 4.9;"} +{"question_id": 10800, "table_id": "2-11916083-26", "question": "What is the latest year that has an N/A mintage and an Issue Price of $89.95?", "sql": "SELECT MAX(\"Year\") FROM \"2-11916083-26\" WHERE \"Mintage\" = 'N/A' AND \"Issue Price\" = '$89.95';"} +{"question_id": 10801, "table_id": "2-11916083-26", "question": "What mintage for the Royal Canadian Mint Engravers before 2008 that has an issue price of $102.95?", "sql": "SELECT \"Mintage\" FROM \"2-11916083-26\" WHERE \"Artist\" = 'Royal Canadian Mint Engravers' AND \"Year\" < 2008.0 AND \"Issue Price\" = '$102.95';"} +{"question_id": 10802, "table_id": "2-11916083-26", "question": "What theme is associated with a year before 2006 and Issue Price of $25.22?", "sql": "SELECT \"Theme\" FROM \"2-11916083-26\" WHERE \"Year\" < 2006.0 AND \"Issue Price\" = '$25.22';"} +{"question_id": 10803, "table_id": "2-11616139-3", "question": "What was the score in the final on 14 August 1994?", "sql": "SELECT \"Score in the final\" FROM \"2-11616139-3\" WHERE \"Date\" = '14 August 1994';"} +{"question_id": 10804, "table_id": "2-11616139-3", "question": "Which tournament had a final score of 6–7, 2–6, and a Partner of Wayne Arthurs?", "sql": "SELECT \"Tournament\" FROM \"2-11616139-3\" WHERE \"Score in the final\" = '6–7, 2–6' AND \"Partner\" = 'Wayne Arthurs';"} +{"question_id": 10805, "table_id": "2-11415454-1", "question": "who was the opponent with round 17?", "sql": "SELECT \"Opponent\" FROM \"2-11415454-1\" WHERE \"Round\" = '17';"} +{"question_id": 10806, "table_id": "2-11415454-1", "question": "what round saw Wakefield Trinity Wildcats U21 as the opponenet at Belle Vue?", "sql": "SELECT \"Round\" FROM \"2-11415454-1\" WHERE \"Opponent\" = 'Wakefield Trinity Wildcats U21' AND \"Venue\" = 'Belle Vue';"} +{"question_id": 10807, "table_id": "2-11415454-1", "question": "what round happened at Galpharm Stadium?", "sql": "SELECT \"Round\" FROM \"2-11415454-1\" WHERE \"Venue\" = 'Galpharm Stadium';"} +{"question_id": 10808, "table_id": "2-10790099-15", "question": "In the game where Melbourne was the away team, what did they score?", "sql": "SELECT \"Away team score\" FROM \"2-10790099-15\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 10809, "table_id": "2-10790099-15", "question": "In which venue did the home team score 11.13 (79)?", "sql": "SELECT \"Venue\" FROM \"2-10790099-15\" WHERE \"Home team score\" = '11.13 (79)';"} +{"question_id": 10810, "table_id": "2-10790099-15", "question": "In the venue Corio Oval, who was the away team?", "sql": "SELECT \"Away team\" FROM \"2-10790099-15\" WHERE \"Venue\" = 'Corio Oval';"} +{"question_id": 10811, "table_id": "2-10790099-15", "question": "In the game where the away team was carlton and the crowd was larger than 25000, what was the venue?", "sql": "SELECT \"Venue\" FROM \"2-10790099-15\" WHERE \"Crowd\" > 25000.0 AND \"Away team\" = 'carlton';"} +{"question_id": 10812, "table_id": "2-12014051-1", "question": "What was the biggest pick number for the new team of Texas Rangers, in the Compensation-A round?", "sql": "SELECT MAX(\"Pick\") FROM \"2-12014051-1\" WHERE \"New Team\" = 'Texas Rangers' AND \"Round\" = 'Compensation-A';"} +{"question_id": 10813, "table_id": "2-12014051-1", "question": "What was the pick number for the Compensation-A round, for player Frank Catalanotto?", "sql": "SELECT \"Pick\" FROM \"2-12014051-1\" WHERE \"Round\" = 'Compensation-A' AND \"Player\" = 'Frank Catalanotto';"} +{"question_id": 10814, "table_id": "2-12014051-1", "question": "Which new team has a Compensation-A round, and Frank Catalanotto as a player?", "sql": "SELECT \"New Team\" FROM \"2-12014051-1\" WHERE \"Round\" = 'Compensation-A' AND \"Player\" = 'Frank Catalanotto';"} +{"question_id": 10815, "table_id": "2-12014051-1", "question": "What was the free agent class, with a pick less than 38?", "sql": "SELECT \"Free Agent Class\" FROM \"2-12014051-1\" WHERE \"Pick\" < 38.0;"} +{"question_id": 10816, "table_id": "2-10885968-1", "question": "What is the score of the away team when the home team is Footscray?", "sql": "SELECT \"Away team score\" FROM \"2-10885968-1\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 10817, "table_id": "2-11916083-1", "question": "What's listed as the Issue Price (BU) [Clarification Needed] with a Mintage (Proof) of 29,586?", "sql": "SELECT \"Issue Price (BU)[ clarification needed ]\" FROM \"2-11916083-1\" WHERE \"Mintage (Proof)\" = '29,586';"} +{"question_id": 10818, "table_id": "2-11916083-1", "question": "Who is the Artist with an Issue Price (BU) [Clarification Needed] of N/A along with a Year larger than 2004, and Mintage (Proof) of 25,000?", "sql": "SELECT \"Artist\" FROM \"2-11916083-1\" WHERE \"Issue Price (BU)[ clarification needed ]\" = 'N/A' AND \"Year\" > 2004.0 AND \"Mintage (Proof)\" = '25,000';"} +{"question_id": 10819, "table_id": "2-11916083-1", "question": "What's the average Year with an Issue Price (Proof) of $49.95, and Artist of W.H.J. Blakemore?", "sql": "SELECT AVG(\"Year\") FROM \"2-11916083-1\" WHERE \"Issue Price (Proof)\" = '$49.95' AND \"Artist\" = 'W.H.J. Blakemore';"} +{"question_id": 10820, "table_id": "2-11916083-1", "question": "What's the Issue Price (BU) [Clarification Needed] with a Year larger than 2002 and Mintage (Proof) of 50,000?", "sql": "SELECT \"Issue Price (BU)[ clarification needed ]\" FROM \"2-11916083-1\" WHERE \"Year\" > 2002.0 AND \"Mintage (Proof)\" = '50,000';"} +{"question_id": 10821, "table_id": "2-10913091-1", "question": "Who was the winner when the runner-up was Chemnitzer FC II?", "sql": "SELECT \"Winners\" FROM \"2-10913091-1\" WHERE \"Runners-up\" = 'Chemnitzer FC II';"} +{"question_id": 10822, "table_id": "2-11959485-2", "question": "Name the preliminary average for Utah", "sql": "SELECT \"Preliminary Average\" FROM \"2-11959485-2\" WHERE \"State\" = 'Utah';"} +{"question_id": 10823, "table_id": "2-11789730-4", "question": "What is the total for the school with over 2 tournaments and 1 regular season title?", "sql": "SELECT AVG(\"Total\") FROM \"2-11789730-4\" WHERE \"Tournament\" > 2.0 AND \"Regular Season\" = 1.0;"} +{"question_id": 10824, "table_id": "2-11789730-4", "question": "How many tournament titles for texas with over 0 total?", "sql": "SELECT COUNT(\"Tournament\") FROM \"2-11789730-4\" WHERE \"Total\" > 0.0 AND \"Team\" = 'texas';"} +{"question_id": 10825, "table_id": "2-11789730-4", "question": "What season for the team with over 2 tournaments and 13 regular season titles?", "sql": "SELECT \"Season\" FROM \"2-11789730-4\" WHERE \"Tournament\" > 2.0 AND \"Regular Season\" = 13.0;"} +{"question_id": 10826, "table_id": "2-11789730-4", "question": "How many tournament titles for Iowa State with 3 total titles?", "sql": "SELECT MAX(\"Tournament\") FROM \"2-11789730-4\" WHERE \"Total\" = 3.0 AND \"Team\" = 'Iowa State';"} +{"question_id": 10827, "table_id": "2-11450984-1", "question": "what is the country when the bie recognised is No and years(s) is 2014?", "sql": "SELECT \"Country\" FROM \"2-11450984-1\" WHERE \"BIE recognised\" = 'No' AND \"Year(s)\" = '2014';"} +{"question_id": 10828, "table_id": "2-11450984-1", "question": "what is the type when the bie recognised is Yes and year(s) is 1960?", "sql": "SELECT \"Type\" FROM \"2-11450984-1\" WHERE \"BIE recognised\" = 'Yes' AND \"Year(s)\" = '1960';"} +{"question_id": 10829, "table_id": "2-11450984-1", "question": "what is the type when the bie recognised is Yes, festival name is Floriade and the year(s) is 2002?", "sql": "SELECT \"Type\" FROM \"2-11450984-1\" WHERE \"BIE recognised\" = 'Yes' AND \"Festival name\" = 'Floriade' AND \"Year(s)\" = '2002';"} +{"question_id": 10830, "table_id": "2-11450984-1", "question": "what is the year(s) when the city is Kunming?", "sql": "SELECT \"Year(s)\" FROM \"2-11450984-1\" WHERE \"City\" = 'Kunming';"} +{"question_id": 10831, "table_id": "2-11450984-1", "question": "what is the type when the year(s) is 1982?", "sql": "SELECT \"Type\" FROM \"2-11450984-1\" WHERE \"Year(s)\" = '1982';"} +{"question_id": 10832, "table_id": "2-11099297-10", "question": "What rank was caerphilly with a Swing smaller than 6.92?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-11099297-10\" WHERE \"Swing to gain\" < 6.92 AND \"Constituency\" = 'caerphilly';"} +{"question_id": 10833, "table_id": "2-11099297-10", "question": "What's the sum of swing to gain with a winning party 2007 of Conservative with a rank smaller than 5?", "sql": "SELECT SUM(\"Swing to gain\") FROM \"2-11099297-10\" WHERE \"Winning party 2007\" = 'Conservative' AND \"Rank\" < 5.0;"} +{"question_id": 10834, "table_id": "2-11198753-2", "question": "Who directs before 1949 with Linda Darnell leading and Jonathan Kent?", "sql": "SELECT \"Director\" FROM \"2-11198753-2\" WHERE \"Year\" < 1949.0 AND \"Leading Lady\" = 'Linda Darnell' AND \"Role\" = 'Jonathan Kent';"} +{"question_id": 10835, "table_id": "2-11198753-2", "question": "Who is the leading lady in A Yank in the R.A.F.?", "sql": "SELECT \"Leading Lady\" FROM \"2-11198753-2\" WHERE \"Title\" = 'A Yank in the R.A.F.';"} +{"question_id": 10836, "table_id": "2-11198753-2", "question": "What title has Rouben Mamoulian directing after 1940 with Linda Darnell as the leading lady?", "sql": "SELECT \"Title\" FROM \"2-11198753-2\" WHERE \"Director\" = 'Rouben Mamoulian' AND \"Year\" > 1940.0 AND \"Leading Lady\" = 'Linda Darnell';"} +{"question_id": 10837, "table_id": "2-11198753-2", "question": "Who directs before 1948 with Linda Darnell, titled Blood and Sand?", "sql": "SELECT \"Director\" FROM \"2-11198753-2\" WHERE \"Year\" < 1948.0 AND \"Leading Lady\" = 'Linda Darnell' AND \"Title\" = 'Blood and Sand';"} +{"question_id": 10838, "table_id": "2-1122498-1", "question": "Which driver had 3 Laps and grids less than 15?", "sql": "SELECT \"Driver\" FROM \"2-1122498-1\" WHERE \"Laps\" = 3.0 AND \"Grid\" < 15.0;"} +{"question_id": 10839, "table_id": "2-1122498-1", "question": "I want the time/retired with grid less than 22 and Laps less than 33 for John Surtees", "sql": "SELECT \"Time/Retired\" FROM \"2-1122498-1\" WHERE \"Grid\" < 22.0 AND \"Laps\" < 33.0 AND \"Driver\" = 'John Surtees';"} +{"question_id": 10840, "table_id": "2-11511365-9", "question": "What is the 2010 for the Grand Slam Tournaments of 2007?", "sql": "SELECT \"2010\" FROM \"2-11511365-9\" WHERE \"2007\" = 'Grand Slam Tournaments';"} +{"question_id": 10841, "table_id": "2-11511365-9", "question": "Name the 2009 for when 2007 is 3R and 2010 is Q2", "sql": "SELECT \"2009\" FROM \"2-11511365-9\" WHERE \"2007\" = '3R' AND \"2010\" = 'Q2';"} +{"question_id": 10842, "table_id": "2-11511365-9", "question": "Name the 2012 for when 2010 is Q3", "sql": "SELECT \"2012\" FROM \"2-11511365-9\" WHERE \"2010\" = 'Q3';"} +{"question_id": 10843, "table_id": "2-11511365-9", "question": "Name the 2010 for 2012 Grand Slam Tournaments", "sql": "SELECT \"2010\" FROM \"2-11511365-9\" WHERE \"2012\" = 'Grand Slam Tournaments';"} +{"question_id": 10844, "table_id": "2-1161075-1", "question": "Which giant slalom had an Overall number of 25?", "sql": "SELECT \"Giant Slalom\" FROM \"2-1161075-1\" WHERE \"Overall\" = 25.0;"} +{"question_id": 10845, "table_id": "2-1161075-1", "question": "Which Super G had a slalom of less than 5 when the giant slalom was 1?", "sql": "SELECT \"Super G\" FROM \"2-1161075-1\" WHERE \"Slalom\" < 5.0 AND \"Giant Slalom\" = '1';"} +{"question_id": 10846, "table_id": "2-1161075-1", "question": "Which Giant Slalom was obtained in the 1997 season?", "sql": "SELECT \"Giant Slalom\" FROM \"2-1161075-1\" WHERE \"Season\" = 1997.0;"} +{"question_id": 10847, "table_id": "2-1140110-1", "question": "On what datE did MikE Hawthorn havE thE fastEst lap for thE E TyrE of thE Silverstone Circuit?", "sql": "SELECT \"Date\" FROM \"2-1140110-1\" WHERE \"Fastest lap\" = 'Mike Hawthorn' AND \"Tyre\" = 'E' AND \"Circuit\" = 'Silverstone';"} +{"question_id": 10848, "table_id": "2-1140110-1", "question": "What was the Tyre for 19 January?", "sql": "SELECT \"Tyre\" FROM \"2-1140110-1\" WHERE \"Date\" = '19 January';"} +{"question_id": 10849, "table_id": "2-1140110-1", "question": "What individual(s) had Pole Position For Tyre F?", "sql": "SELECT \"Pole position\" FROM \"2-1140110-1\" WHERE \"Tyre\" = 'F';"} +{"question_id": 10850, "table_id": "2-1140110-1", "question": "Who won the race on 24 August?", "sql": "SELECT \"Winning driver\" FROM \"2-1140110-1\" WHERE \"Date\" = '24 August';"} +{"question_id": 10851, "table_id": "2-1140110-1", "question": "During what race did Mike Hawthorn have the Fastest Lap and Peter Collins win?", "sql": "SELECT \"Race\" FROM \"2-1140110-1\" WHERE \"Fastest lap\" = 'Mike Hawthorn' AND \"Winning driver\" = 'Peter Collins';"} +{"question_id": 10852, "table_id": "2-1140110-1", "question": "What race occurred on the date of 15 June?", "sql": "SELECT \"Race\" FROM \"2-1140110-1\" WHERE \"Date\" = '15 June';"} +{"question_id": 10853, "table_id": "2-11171219-1", "question": "What's the lowest attendance for october 13, 1968, and is larger than week 5?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-11171219-1\" WHERE \"Date\" = 'october 13, 1968' AND \"Week\" > 5.0;"} +{"question_id": 10854, "table_id": "2-11171219-1", "question": "What was the attendance on October 27, 1968?", "sql": "SELECT MAX(\"Week\") FROM \"2-11171219-1\" WHERE \"Date\" = 'October 27, 1968';"} +{"question_id": 10855, "table_id": "2-11171219-1", "question": "What was the attendance on november 3, 1968, that was a week smaller than 8?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11171219-1\" WHERE \"Date\" = 'november 3, 1968' AND \"Week\" < 8.0;"} +{"question_id": 10856, "table_id": "2-118450-1", "question": "What is the lowest ranking team in Australia?", "sql": "SELECT MIN(\"Rank\") FROM \"2-118450-1\" WHERE \"Country\" = 'Australia';"} +{"question_id": 10857, "table_id": "2-1132421-2", "question": "Which score happened on 11 February 1996?", "sql": "SELECT \"Score\" FROM \"2-1132421-2\" WHERE \"Date\" = '11 February 1996';"} +{"question_id": 10858, "table_id": "2-1132421-2", "question": "What was the result of the Competition of Euro 2000 qualifier?", "sql": "SELECT \"Result\" FROM \"2-1132421-2\" WHERE \"Competition\" = 'Euro 2000 qualifier';"} +{"question_id": 10859, "table_id": "2-1132421-2", "question": "Which venue was used 11 February 1996?", "sql": "SELECT \"Venue\" FROM \"2-1132421-2\" WHERE \"Date\" = '11 February 1996';"} +{"question_id": 10860, "table_id": "2-1132421-2", "question": "Which venue has a Score of 1–0, and a Competition of 2002 World Cup qualifier?", "sql": "SELECT \"Venue\" FROM \"2-1132421-2\" WHERE \"Score\" = '1–0' AND \"Competition\" = '2002 World Cup qualifier';"} +{"question_id": 10861, "table_id": "2-11960610-10", "question": "Where did the game on March 11 take place and how many people attended?", "sql": "SELECT \"Location Attendance\" FROM \"2-11960610-10\" WHERE \"Date\" = 'March 11';"} +{"question_id": 10862, "table_id": "2-1148735-1", "question": "What chassis recorded 5 points?", "sql": "SELECT \"Chassis\" FROM \"2-1148735-1\" WHERE \"Points\" = 5.0;"} +{"question_id": 10863, "table_id": "2-1148735-1", "question": "What is the low point total for Arrows A22 chassis?", "sql": "SELECT MIN(\"Points\") FROM \"2-1148735-1\" WHERE \"Chassis\" = 'Arrows A22';"} +{"question_id": 10864, "table_id": "2-1148735-1", "question": "How many points for the simtek s951 chassis?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1148735-1\" WHERE \"Chassis\" = 'simtek s951';"} +{"question_id": 10865, "table_id": "2-1179919-1", "question": "What Chassis has a year later than 1989?", "sql": "SELECT \"Chassis\" FROM \"2-1179919-1\" WHERE \"Year\" > 1989.0;"} +{"question_id": 10866, "table_id": "2-1179919-1", "question": "What is the Tyres with a Ford DFZ V8 engine(s) with a chassis of Coloni FC187?", "sql": "SELECT \"Tyres\" FROM \"2-1179919-1\" WHERE \"Engine(s)\" = 'Ford DFZ V8' AND \"Chassis\" = 'Coloni FC187';"} +{"question_id": 10867, "table_id": "2-12108114-6", "question": "WhAt is the round of the mAtch At venue A with A result of 1-2 on 7 December 2004?", "sql": "SELECT \"Round\" FROM \"2-12108114-6\" WHERE \"Venue\" = 'A' AND \"Result\" = '1-2' AND \"Date\" = '7 December 2004';"} +{"question_id": 10868, "table_id": "2-12108114-6", "question": "Who was the opponent of the match in round SF with a result of 0-0?", "sql": "SELECT \"Opponent\" FROM \"2-12108114-6\" WHERE \"Round\" = 'SF' AND \"Result\" = '0-0';"} +{"question_id": 10869, "table_id": "2-12108114-6", "question": "Who is the opponent of the match with an attendance larger than 59000?", "sql": "SELECT \"Opponent\" FROM \"2-12108114-6\" WHERE \"Attendance\" > 59000.0;"} +{"question_id": 10870, "table_id": "2-11399628-28", "question": "How many apperances for shakhtar donetsk?", "sql": "SELECT COUNT(\"Appearances\") FROM \"2-11399628-28\" WHERE \"Team\" = 'shakhtar donetsk';"} +{"question_id": 10871, "table_id": "2-11399628-28", "question": "How many appearances for psv eindhoven ranked above 11?", "sql": "SELECT SUM(\"Appearances\") FROM \"2-11399628-28\" WHERE \"Team\" = 'psv eindhoven' AND \"Rank\" < 11.0;"} +{"question_id": 10872, "table_id": "2-11783766-8", "question": "How many caps for Alister Campbell from Brumbies?", "sql": "SELECT MIN(\"Caps\") FROM \"2-11783766-8\" WHERE \"Club/province\" = 'Brumbies' AND \"Player\" = 'Alister Campbell';"} +{"question_id": 10873, "table_id": "2-11783766-8", "question": "When was the player born who has 1 caps?", "sql": "SELECT \"Date of Birth (Age)\" FROM \"2-11783766-8\" WHERE \"Caps\" = 1.0;"} +{"question_id": 10874, "table_id": "2-11783766-8", "question": "When was the Queensland Reds Lock player born?", "sql": "SELECT \"Date of Birth (Age)\" FROM \"2-11783766-8\" WHERE \"Position\" = 'Lock' AND \"Club/province\" = 'Queensland Reds';"} +{"question_id": 10875, "table_id": "2-1146335-3", "question": "Which Opponent has a Round larger than 4 and the Event, Draka V?", "sql": "SELECT \"Opponent\" FROM \"2-1146335-3\" WHERE \"Round\" > 4.0 AND \"Event\" = 'Draka V';"} +{"question_id": 10876, "table_id": "2-1146335-3", "question": "Which Event has the Opponent, Jason Yee?", "sql": "SELECT \"Event\" FROM \"2-1146335-3\" WHERE \"Opponent\" = 'Jason Yee';"} +{"question_id": 10877, "table_id": "2-1146335-3", "question": "Which Result has the Event Strikeforce and the Method, KO (spinning back fist)?", "sql": "SELECT \"Result\" FROM \"2-1146335-3\" WHERE \"Event\" = 'Strikeforce' AND \"Method\" = 'KO (spinning back fist)';"} +{"question_id": 10878, "table_id": "2-1146335-3", "question": "What is the lowest Round with the Location, Las Vegas, Nevada, the Method, Decision (unanimous), and the Event, K-1 World Grand Prix 2003 in Las Vegas II?", "sql": "SELECT MIN(\"Round\") FROM \"2-1146335-3\" WHERE \"Location\" = 'Las Vegas, Nevada' AND \"Method\" = 'Decision (unanimous)' AND \"Event\" = 'K-1 World Grand Prix 2003 in Las Vegas II';"} +{"question_id": 10879, "table_id": "2-1146335-3", "question": "Which Result has the Event, Strikeforce, and Method, KO (double roundhouse kick)?", "sql": "SELECT \"Result\" FROM \"2-1146335-3\" WHERE \"Event\" = 'Strikeforce' AND \"Method\" = 'KO (double roundhouse kick)';"} +{"question_id": 10880, "table_id": "2-11483297-2", "question": "what is the frequency of part number TMN550DCR23GM?", "sql": "SELECT \"Frequency\" FROM \"2-11483297-2\" WHERE \"Order part number\" = 'TMN550DCR23GM';"} +{"question_id": 10881, "table_id": "2-1139299-1", "question": "How many games were lost by more than 27 but not more 78 with goals less than 300?", "sql": "SELECT AVG(\"Games\") FROM \"2-1139299-1\" WHERE \"Lost\" > 27.0 AND \"Points\" < 78.0 AND \"Goals against\" < 300.0;"} +{"question_id": 10882, "table_id": "2-1139299-1", "question": "How many games had a tied less 15 with goals against being fewer than 186?", "sql": "SELECT COUNT(\"Games\") FROM \"2-1139299-1\" WHERE \"Tied\" < 15.0 AND \"Goals against\" < 186.0;"} +{"question_id": 10883, "table_id": "2-1139299-1", "question": "What's the least amount of goals for a game that had a tied bigger than 15?", "sql": "SELECT MIN(\"Goals for\") FROM \"2-1139299-1\" WHERE \"Tied\" > 15.0;"} +{"question_id": 10884, "table_id": "2-11281030-5", "question": "What was the highest year that Europe/Africa Zone Group I Group B Lost?", "sql": "SELECT MAX(\"Year\") FROM \"2-11281030-5\" WHERE \"Competition\" = 'Europe/Africa Zone Group I Group B' AND \"Result\" = 'Lost';"} +{"question_id": 10885, "table_id": "2-12064638-1", "question": "What is the least number of Gold for a Rank smaller than 5, and 1 silver medal for poland with more than 1 medal in total?", "sql": "SELECT MIN(\"Gold\") FROM \"2-12064638-1\" WHERE \"Rank\" < 5.0 AND \"Silver\" = 1.0 AND \"Nation\" = 'poland' AND \"Total\" > 1.0;"} +{"question_id": 10886, "table_id": "2-12064638-1", "question": "How many silver medals are there with 3 gold medals at a rank above 1?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-12064638-1\" WHERE \"Gold\" = 3.0 AND \"Rank\" > 1.0;"} +{"question_id": 10887, "table_id": "2-12064638-1", "question": "What is the average number of gold medals with more than 1 bronze medal?", "sql": "SELECT AVG(\"Gold\") FROM \"2-12064638-1\" WHERE \"Bronze\" > 1.0;"} +{"question_id": 10888, "table_id": "2-12064638-1", "question": "What is the average number of silver medals for rank 2 and more than 1 bronze medal?", "sql": "SELECT AVG(\"Silver\") FROM \"2-12064638-1\" WHERE \"Rank\" = 2.0 AND \"Bronze\" > 1.0;"} +{"question_id": 10889, "table_id": "2-1169521-11", "question": "Which Manufacturer has a Quantity of 1, and has the LMMR name Great Mountain?", "sql": "SELECT \"Manufacturer\" FROM \"2-1169521-11\" WHERE \"Quantity\" = 1.0 AND \"LMMR Name\" = 'Great Mountain';"} +{"question_id": 10890, "table_id": "2-1190332-1", "question": "How many in the majority when dan sullivan won?", "sql": "SELECT COUNT(\"Majority\") FROM \"2-1190332-1\" WHERE \"Winner\" = 'dan sullivan';"} +{"question_id": 10891, "table_id": "2-1190332-1", "question": "Who won with a majority more than 6181 and J W Andrews as runner up?", "sql": "SELECT \"Winner\" FROM \"2-1190332-1\" WHERE \"Majority\" > 6181.0 AND \"Runner up\" = 'J W Andrews';"} +{"question_id": 10892, "table_id": "2-12017602-9", "question": "What is the average decile of the school with a State authority and a roll number of 888?", "sql": "SELECT AVG(\"Decile\") FROM \"2-12017602-9\" WHERE \"Authority\" = 'State' AND \"Roll\" = 888.0;"} +{"question_id": 10893, "table_id": "2-12017602-9", "question": "What is the area of Mount Albert School?", "sql": "SELECT \"Area\" FROM \"2-12017602-9\" WHERE \"Name\" = 'Mount Albert School';"} +{"question_id": 10894, "table_id": "2-12017602-9", "question": "What years does Our Lady Sacred Heart School, which is State integrated, have?", "sql": "SELECT \"Years\" FROM \"2-12017602-9\" WHERE \"Authority\" = 'State integrated' AND \"Name\" = 'Our Lady Sacred Heart School';"} +{"question_id": 10895, "table_id": "2-11482079-10", "question": "What is the highest number of asts in 2008?", "sql": "SELECT MAX(\"Asts\") FROM \"2-11482079-10\" WHERE \"From\" = '2008';"} +{"question_id": 10896, "table_id": "2-11482079-10", "question": "What is the number of asts when rebs are larger than 1189?", "sql": "SELECT \"Asts\" FROM \"2-11482079-10\" WHERE \"Rebs\" > 1189.0;"} +{"question_id": 10897, "table_id": "2-10809444-19", "question": "What did the visiting team score at Brunswick Street Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10809444-19\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 10898, "table_id": "2-10809444-19", "question": "Where did the team play when they scored 10.10 (70)?", "sql": "SELECT \"Venue\" FROM \"2-10809444-19\" WHERE \"Away team score\" = '10.10 (70)';"} +{"question_id": 10899, "table_id": "2-10809444-19", "question": "What did the team score when playing against home in Geelong?", "sql": "SELECT \"Away team score\" FROM \"2-10809444-19\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 10900, "table_id": "2-10809444-19", "question": "Where did the home team play when they scored 16.17 (113)?", "sql": "SELECT \"Venue\" FROM \"2-10809444-19\" WHERE \"Home team score\" = '16.17 (113)';"} +{"question_id": 10901, "table_id": "2-10809444-19", "question": "When did Fitzroy play at home?", "sql": "SELECT \"Date\" FROM \"2-10809444-19\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 10902, "table_id": "2-11731879-1", "question": "Which rank took place prior to 2000 when the bike was BSL?", "sql": "SELECT \"Rank\" FROM \"2-11731879-1\" WHERE \"Year\" < 2000.0 AND \"Bike\" = 'BSL';"} +{"question_id": 10903, "table_id": "2-1140095-2", "question": "Which constructor has 10-12 rounds and a M7A chassis?", "sql": "SELECT \"Constructor\" FROM \"2-1140095-2\" WHERE \"Rounds\" = '10-12' AND \"Chassis\" = 'M7A';"} +{"question_id": 10904, "table_id": "2-1140095-2", "question": "The rounds of 1-2, 4-10, 12 belong to which entrant?", "sql": "SELECT \"Entrant\" FROM \"2-1140095-2\" WHERE \"Rounds\" = '1-2, 4-10, 12';"} +{"question_id": 10905, "table_id": "2-1140095-2", "question": "What tyre has 1 round with Dave Charlton driving?", "sql": "SELECT \"Tyre\" FROM \"2-1140095-2\" WHERE \"Rounds\" = '1' AND \"Driver\" = 'Dave Charlton';"} +{"question_id": 10906, "table_id": "2-1140095-2", "question": "Which driver has a G tyre, rounds of 2-12 and a M7A chassis?", "sql": "SELECT \"Driver\" FROM \"2-1140095-2\" WHERE \"Tyre\" = 'G' AND \"Rounds\" = '2-12' AND \"Chassis\" = 'M7A';"} +{"question_id": 10907, "table_id": "2-11960091-3", "question": "Who was the leading scorer of the game where the Knicks were the home team and the Warriors were the visiting team?", "sql": "SELECT \"Leading scorer\" FROM \"2-11960091-3\" WHERE \"Home\" = 'Knicks' AND \"Visitor\" = 'Warriors';"} +{"question_id": 10908, "table_id": "2-11516217-44", "question": "What is the lowest Not Outs with an average lower than 31.25, fewer than 13 matches, and fewer than 327 runs?", "sql": "SELECT MIN(\"Not Outs\") FROM \"2-11516217-44\" WHERE \"Average\" < 31.25 AND \"Matches\" < 13.0 AND \"Runs\" < 327.0;"} +{"question_id": 10909, "table_id": "2-11516217-44", "question": "What is the total number of runs when the average was less than 31.25 and there were fewer than 24 innings?", "sql": "SELECT COUNT(\"Runs\") FROM \"2-11516217-44\" WHERE \"Average\" > 31.25 AND \"Innings\" < 24.0;"} +{"question_id": 10910, "table_id": "2-11516217-44", "question": "What is the lowest number of Not Outs when there were more than 25 innings?", "sql": "SELECT MIN(\"Not Outs\") FROM \"2-11516217-44\" WHERE \"Innings\" > 25.0;"} +{"question_id": 10911, "table_id": "2-11516217-44", "question": "What is the number of Not Outs when there were more than 327 runs and 24 innings, and an average of 29.54", "sql": "SELECT \"Not Outs\" FROM \"2-11516217-44\" WHERE \"Runs\" > 327.0 AND \"Innings\" > 24.0 AND \"Average\" = 29.54;"} +{"question_id": 10912, "table_id": "2-11516217-44", "question": "What is the total number of runs where the average is less than 27.22?", "sql": "SELECT COUNT(\"Runs\") FROM \"2-11516217-44\" WHERE \"Average\" < 27.22;"} +{"question_id": 10913, "table_id": "2-11677760-6", "question": "What's the hometown of the player who went to LSU?", "sql": "SELECT \"Hometown\" FROM \"2-11677760-6\" WHERE \"College\" = 'LSU';"} +{"question_id": 10914, "table_id": "2-11677760-6", "question": "What college did Delray Brooks go to?", "sql": "SELECT \"College\" FROM \"2-11677760-6\" WHERE \"Player\" = 'Delray Brooks';"} +{"question_id": 10915, "table_id": "2-11677760-6", "question": "What school did Delray Brooks go to?", "sql": "SELECT \"School\" FROM \"2-11677760-6\" WHERE \"Player\" = 'Delray Brooks';"} +{"question_id": 10916, "table_id": "2-11677760-6", "question": "Who has a hometown of Los Angeles, CA?", "sql": "SELECT \"Player\" FROM \"2-11677760-6\" WHERE \"Hometown\" = 'Los Angeles, CA';"} +{"question_id": 10917, "table_id": "2-11677760-6", "question": "What's the hometown of the player who is 6-4?", "sql": "SELECT \"Hometown\" FROM \"2-11677760-6\" WHERE \"Height\" = '6-4';"} +{"question_id": 10918, "table_id": "2-11677760-6", "question": "What college did Danny Manning go to?", "sql": "SELECT \"College\" FROM \"2-11677760-6\" WHERE \"Player\" = 'Danny Manning';"} +{"question_id": 10919, "table_id": "2-11946231-2", "question": "Which model(s) has AGP graphics and 400 FSB (MHz)?", "sql": "SELECT \"Model\" FROM \"2-11946231-2\" WHERE \"Graphics\" = 'AGP' AND \"FSB (MHz)\" = '400';"} +{"question_id": 10920, "table_id": "2-11946231-2", "question": "Which model's chipset is Intel 955?", "sql": "SELECT \"Memory\" FROM \"2-11946231-2\" WHERE \"Chipset\" = 'Intel 955';"} +{"question_id": 10921, "table_id": "2-11946231-2", "question": "What is the chipset in the Precision 340 model that has the Rambus memory and 400 or 533 FSB (MHz)?", "sql": "SELECT \"Chipset\" FROM \"2-11946231-2\" WHERE \"Memory\" = 'Rambus' AND \"FSB (MHz)\" = '400 or 533' AND \"Model\" = 'Precision 340';"} +{"question_id": 10922, "table_id": "2-11946231-2", "question": "What type of graphics are present in the Precision 340 model with the Intel 850E chipset?", "sql": "SELECT \"Graphics\" FROM \"2-11946231-2\" WHERE \"Chipset\" = 'Intel 850E' AND \"Model\" = 'Precision 340';"} +{"question_id": 10923, "table_id": "2-11946231-2", "question": "What type of chipset is in the Precision T3400 model with the PCI Express graphics?", "sql": "SELECT \"Chipset\" FROM \"2-11946231-2\" WHERE \"Graphics\" = 'PCI Express' AND \"Model\" = 'Precision T3400';"} +{"question_id": 10924, "table_id": "2-1122343-1", "question": "What is the Time/Retired for Brabham - Climax, on Grid of 10?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122343-1\" WHERE \"Constructor\" = 'Brabham - Climax' AND \"Grid\" = 10.0;"} +{"question_id": 10925, "table_id": "2-1122343-1", "question": "How many laps have a Time/Retired of +12.5 secs?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122343-1\" WHERE \"Time/Retired\" = '+12.5 secs';"} +{"question_id": 10926, "table_id": "2-11773610-1", "question": "What competition was contested at Stavanger?", "sql": "SELECT \"Competition\" FROM \"2-11773610-1\" WHERE \"Venue\" = 'Stavanger';"} +{"question_id": 10927, "table_id": "2-11773610-1", "question": "What is the result of the contest with over 1 scored?", "sql": "SELECT \"Result\" FROM \"2-11773610-1\" WHERE \"Scored\" > 1.0;"} +{"question_id": 10928, "table_id": "2-11960944-7", "question": "What was the score of the game where Wallace (17) had the highest points?", "sql": "SELECT \"Score\" FROM \"2-11960944-7\" WHERE \"High points\" = 'Wallace (17)';"} +{"question_id": 10929, "table_id": "2-11960944-7", "question": "Who had the highest points of the game on March 24?", "sql": "SELECT \"High points\" FROM \"2-11960944-7\" WHERE \"Date\" = 'March 24';"} +{"question_id": 10930, "table_id": "2-12014051-2", "question": "Which pick was from Lamar High School?", "sql": "SELECT \"Pick\" FROM \"2-12014051-2\" WHERE \"School\" = 'Lamar High School';"} +{"question_id": 10931, "table_id": "2-12014051-2", "question": "Which nationality does Florida Tech have?", "sql": "SELECT \"Nationality\" FROM \"2-12014051-2\" WHERE \"School\" = 'Florida Tech';"} +{"question_id": 10932, "table_id": "2-12014051-2", "question": "Which nationality's pick was 415?", "sql": "SELECT \"Nationality\" FROM \"2-12014051-2\" WHERE \"Pick\" = '415';"} +{"question_id": 10933, "table_id": "2-12014051-2", "question": "Which school's nationality was United States when its pick was 595?", "sql": "SELECT \"School\" FROM \"2-12014051-2\" WHERE \"Nationality\" = 'United States' AND \"Pick\" = '595';"} +{"question_id": 10934, "table_id": "2-12014051-2", "question": "Which school's round was 24?", "sql": "SELECT \"School\" FROM \"2-12014051-2\" WHERE \"Round\" = '24';"} +{"question_id": 10935, "table_id": "2-11074128-3", "question": "What Winning Jockey ran in the Tampa Bay Downs Track on Winning Horse Barkley Sound?", "sql": "SELECT \"Winning jockey\" FROM \"2-11074128-3\" WHERE \"Track\" = 'Tampa Bay Downs' AND \"Winning horse\" = 'Barkley Sound';"} +{"question_id": 10936, "table_id": "2-11074128-3", "question": "What is the Purse in Sunland Park Track?", "sql": "SELECT \"Purse ( US$ )\" FROM \"2-11074128-3\" WHERE \"Track\" = 'Sunland Park';"} +{"question_id": 10937, "table_id": "2-11074128-3", "question": "What Date is Northern Spur Breeders' Cup Stakes Race?", "sql": "SELECT \"Date\" FROM \"2-11074128-3\" WHERE \"Race\" = 'Northern Spur Breeders'' Cup Stakes';"} +{"question_id": 10938, "table_id": "2-10806852-11", "question": "What is the away team at Glenferrie Oval?", "sql": "SELECT \"Away team\" FROM \"2-10806852-11\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 10939, "table_id": "2-10806852-11", "question": "What is the crowd total for glenferrie oval?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10806852-11\" WHERE \"Venue\" = 'glenferrie oval';"} +{"question_id": 10940, "table_id": "2-1123427-2", "question": "Tell me the total number of Grid for rubens barrichello", "sql": "SELECT COUNT(\"Grid\") FROM \"2-1123427-2\" WHERE \"Driver\" = 'rubens barrichello';"} +{"question_id": 10941, "table_id": "2-1123427-2", "question": "I want the lowest Grid for David Coulthard", "sql": "SELECT MIN(\"Grid\") FROM \"2-1123427-2\" WHERE \"Driver\" = 'David Coulthard';"} +{"question_id": 10942, "table_id": "2-10806592-16", "question": "When Carlton was the home team what was the lowest crowd turnout?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10806592-16\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 10943, "table_id": "2-10806592-16", "question": "When the venue was Punt Road Oval, what was the Home teams score?", "sql": "SELECT \"Home team score\" FROM \"2-10806592-16\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 10944, "table_id": "2-10826072-15", "question": "When the home team score was 21.15 (141), what was the away team?", "sql": "SELECT \"Away team\" FROM \"2-10826072-15\" WHERE \"Home team score\" = '21.15 (141)';"} +{"question_id": 10945, "table_id": "2-10826072-15", "question": "When the away team score was 11.5 (71), what was the date?", "sql": "SELECT \"Date\" FROM \"2-10826072-15\" WHERE \"Away team score\" = '11.5 (71)';"} +{"question_id": 10946, "table_id": "2-10826072-15", "question": "When the away team was Geelong, what was the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10826072-15\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 10947, "table_id": "2-10826072-15", "question": "When the away team was North Melbourne, what was the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10826072-15\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 10948, "table_id": "2-11408815-1", "question": "What is the result of the Hypo-Meeting before 2010?", "sql": "SELECT \"Result\" FROM \"2-11408815-1\" WHERE \"Year\" < 2010.0 AND \"Tournament\" = 'Hypo-Meeting';"} +{"question_id": 10949, "table_id": "2-11408815-1", "question": "What venue is used before 2012 with a result of 12th?", "sql": "SELECT \"Venue\" FROM \"2-11408815-1\" WHERE \"Result\" = '12th' AND \"Year\" < 2012.0;"} +{"question_id": 10950, "table_id": "2-11408815-1", "question": "What is the notes for the Hypo-Meeting tournament in 2012?", "sql": "SELECT \"Notes\" FROM \"2-11408815-1\" WHERE \"Tournament\" = 'Hypo-Meeting' AND \"Year\" = 2012.0;"} +{"question_id": 10951, "table_id": "2-11280842-6", "question": "What was the earliest year a game was played in Athens?", "sql": "SELECT MIN(\"Year\") FROM \"2-11280842-6\" WHERE \"Location\" = 'Athens';"} +{"question_id": 10952, "table_id": "2-11280842-6", "question": "On which date was there a Win?", "sql": "SELECT \"Date\" FROM \"2-11280842-6\" WHERE \"Result\" = 'Win';"} +{"question_id": 10953, "table_id": "2-11086216-2", "question": "What film won Best Actress at the 2007 Inside Soap Awards?", "sql": "SELECT \"Film or series\" FROM \"2-11086216-2\" WHERE \"Award\" = 'Inside Soap Awards' AND \"Category\" = 'Best Actress' AND \"Year\" = 2007.0;"} +{"question_id": 10954, "table_id": "2-11086216-2", "question": "What character won the Best Dramatic Performance award?", "sql": "SELECT \"Character\" FROM \"2-11086216-2\" WHERE \"Category\" = 'Best Dramatic Performance';"} +{"question_id": 10955, "table_id": "2-11086216-2", "question": "In what category was character Jacqui McQueen nominated before 2011?", "sql": "SELECT \"Category\" FROM \"2-11086216-2\" WHERE \"Character\" = 'Jacqui McQueen' AND \"Year\" < 2011.0;"} +{"question_id": 10956, "table_id": "2-10885968-4", "question": "I want the away team score for away team of Fitzroy", "sql": "SELECT \"Away team score\" FROM \"2-10885968-4\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 10957, "table_id": "2-11734041-12", "question": "Name the height for the Center position from Kansas", "sql": "SELECT \"Height in Ft.\" FROM \"2-11734041-12\" WHERE \"Position\" = 'Center' AND \"School/Club Team/Country\" = 'Kansas';"} +{"question_id": 10958, "table_id": "2-11734041-12", "question": "Name the position for number 11 and years on the rockets for 1989-95", "sql": "SELECT \"Position\" FROM \"2-11734041-12\" WHERE \"No.(s)\" = '11' AND \"Years for Rockets\" = '1989-95';"} +{"question_id": 10959, "table_id": "2-11734041-12", "question": "Name the position for numbers of 41", "sql": "SELECT \"Position\" FROM \"2-11734041-12\" WHERE \"No.(s)\" = '41';"} +{"question_id": 10960, "table_id": "2-10823950-12", "question": "Which team calls VFL Park their home?", "sql": "SELECT \"Home team\" FROM \"2-10823950-12\" WHERE \"Venue\" = 'VFL Park';"} +{"question_id": 10961, "table_id": "2-10823950-12", "question": "Which team scored 4.11 (35) while playing away?", "sql": "SELECT \"Away team\" FROM \"2-10823950-12\" WHERE \"Away team score\" = '4.11 (35)';"} +{"question_id": 10962, "table_id": "2-1140099-1", "question": "Tell me the pole position for Graham Hill the fastest lap and winning driver of him on 30 May", "sql": "SELECT \"Pole position\" FROM \"2-1140099-1\" WHERE \"Fastest lap\" = 'Graham Hill' AND \"Winning driver\" = 'Graham Hill' AND \"Date\" = '30 May';"} +{"question_id": 10963, "table_id": "2-1140099-1", "question": "Tell me the fastest lapf or Jim Clark being the winning driver for Prince George", "sql": "SELECT \"Fastest lap\" FROM \"2-1140099-1\" WHERE \"Winning driver\" = 'Jim Clark' AND \"Circuit\" = 'Prince George';"} +{"question_id": 10964, "table_id": "2-1140099-1", "question": "I want the circuit for Jim Clark", "sql": "SELECT \"Circuit\" FROM \"2-1140099-1\" WHERE \"Fastest lap\" = 'Jim Clark';"} +{"question_id": 10965, "table_id": "2-1140099-1", "question": "I want the constructor for winning driver of Jim Clark, pole position of Graham Hill and Dutch Grand Prix", "sql": "SELECT \"Constructor\" FROM \"2-1140099-1\" WHERE \"Winning driver\" = 'Jim Clark' AND \"Pole position\" = 'Graham Hill' AND \"Race\" = 'Dutch Grand Prix';"} +{"question_id": 10966, "table_id": "2-1140099-1", "question": "Tell me the winning driver for Jim Clark as pole position and fastest lap", "sql": "SELECT \"Winning driver\" FROM \"2-1140099-1\" WHERE \"Pole position\" = 'Jim Clark' AND \"Fastest lap\" = 'Jim Clark';"} +{"question_id": 10967, "table_id": "2-10887379-22", "question": "At the match in Windy Hill, how much did the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10887379-22\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 10968, "table_id": "2-10887379-22", "question": "During Footscray's home game, how much did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10887379-22\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 10969, "table_id": "2-10887379-22", "question": "What date was the match at MCG played?", "sql": "SELECT \"Date\" FROM \"2-10887379-22\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 10970, "table_id": "2-10887379-22", "question": "At the match which took place in Arden Street Oval, how much did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10887379-22\" WHERE \"Venue\" = 'Arden Street Oval';"} +{"question_id": 10971, "table_id": "2-11542096-2", "question": "How many floors does Detroit Marriott at the Renaissance Center have?", "sql": "SELECT MAX(\"Floors\") FROM \"2-11542096-2\" WHERE \"Name\" = 'Detroit Marriott at the Renaissance Center';"} +{"question_id": 10972, "table_id": "2-11542096-2", "question": "Which place has 23 floors and a street address in Detroit of 144 West Congress Street?", "sql": "SELECT \"Name\" FROM \"2-11542096-2\" WHERE \"Floors\" = 23.0 AND \"Street address in Detroit\" = '144 West Congress Street';"} +{"question_id": 10973, "table_id": "2-11542096-2", "question": "How many floors does the address 1828 Jay Street have?", "sql": "SELECT \"Floors\" FROM \"2-11542096-2\" WHERE \"Street address in Detroit\" = '1828 Jay Street';"} +{"question_id": 10974, "table_id": "2-11542096-2", "question": "What is the sum of Floors at St. Joseph Church?", "sql": "SELECT SUM(\"Floors\") FROM \"2-11542096-2\" WHERE \"Name\" = 'St. Joseph Church';"} +{"question_id": 10975, "table_id": "2-10809823-8", "question": "Which home team has a crowd that is bigger than 22449?", "sql": "SELECT \"Home team\" FROM \"2-10809823-8\" WHERE \"Crowd\" > 22449.0;"} +{"question_id": 10976, "table_id": "2-11002563-1", "question": "What is the average number of laps for Max Biaggi", "sql": "SELECT AVG(\"Laps\") FROM \"2-11002563-1\" WHERE \"Rider\" = 'Max Biaggi';"} +{"question_id": 10977, "table_id": "2-11002563-1", "question": "What bike does Dean Ellison ride?", "sql": "SELECT \"Bike\" FROM \"2-11002563-1\" WHERE \"Rider\" = 'Dean Ellison';"} +{"question_id": 10978, "table_id": "2-1132593-4", "question": "What is the constructor for Brazilian Grand Prix?", "sql": "SELECT \"Constructor\" FROM \"2-1132593-4\" WHERE \"Grand Prix\" = 'Brazilian Grand Prix';"} +{"question_id": 10979, "table_id": "2-1132593-4", "question": "What is the fastest lap for Belgian Grand Prix?", "sql": "SELECT \"Fastest Lap\" FROM \"2-1132593-4\" WHERE \"Grand Prix\" = 'Belgian Grand Prix';"} +{"question_id": 10980, "table_id": "2-11456251-1", "question": "What is the lowest utility PV with hydro great than 289.25 and renweable total larger than 520.07?", "sql": "SELECT MIN(\"Utility PV\") FROM \"2-11456251-1\" WHERE \"Hydro\" > 289.25 AND \"Renewable Total\" > 520.07;"} +{"question_id": 10981, "table_id": "2-11783487-4", "question": "What dates of captaincy for a win % of 35.71?", "sql": "SELECT \"Dates of captaincy\" FROM \"2-11783487-4\" WHERE \"% win [A ]\" = 35.71;"} +{"question_id": 10982, "table_id": "2-1169568-6", "question": "Who was the Locomotive superintendent has a NER class of D45?", "sql": "SELECT \"Locomotive superintendent\" FROM \"2-1169568-6\" WHERE \"LNER class\" = 'D45';"} +{"question_id": 10983, "table_id": "2-1169568-6", "question": "Which LNER class was introduced in 1885 and GNoSR class of G?", "sql": "SELECT \"LNER class\" FROM \"2-1169568-6\" WHERE \"Date introduced\" = '1885' AND \"GNoSR Class\" = 'G';"} +{"question_id": 10984, "table_id": "2-1169568-6", "question": "Which LNER class has been Passed to LNER larger than 3 and a introduced in 1895–98?", "sql": "SELECT \"LNER class\" FROM \"2-1169568-6\" WHERE \"Passed to LNER\" > 3.0 AND \"Date introduced\" = '1895–98';"} +{"question_id": 10985, "table_id": "2-10790651-7", "question": "Which venue had an away team that scored 18.11 (119)?", "sql": "SELECT \"Venue\" FROM \"2-10790651-7\" WHERE \"Away team score\" = '18.11 (119)';"} +{"question_id": 10986, "table_id": "2-10790651-7", "question": "Which venue had an away team that scored 13.8 (86)?", "sql": "SELECT \"Venue\" FROM \"2-10790651-7\" WHERE \"Away team score\" = '13.8 (86)';"} +{"question_id": 10987, "table_id": "2-1140085-7", "question": "Name the winner for 29 March", "sql": "SELECT \"Winning driver\" FROM \"2-1140085-7\" WHERE \"Date\" = '29 March';"} +{"question_id": 10988, "table_id": "2-1140085-7", "question": "Name the report for circuit of Kyalami for South African Republic Trophy", "sql": "SELECT \"Report\" FROM \"2-1140085-7\" WHERE \"Circuit\" = 'Kyalami' AND \"Race Name\" = 'South African Republic Trophy';"} +{"question_id": 10989, "table_id": "2-12046719-2", "question": "What is the year of expected completion when the capacity is 22,500?", "sql": "SELECT \"Expected Completion\" FROM \"2-12046719-2\" WHERE \"Capacity\" = '22,500';"} +{"question_id": 10990, "table_id": "2-12046719-2", "question": "What city is in Saskatchewan?", "sql": "SELECT \"City\" FROM \"2-12046719-2\" WHERE \"Province\" = 'Saskatchewan';"} +{"question_id": 10991, "table_id": "2-12046719-2", "question": "What province is Hamilton part of?", "sql": "SELECT \"Province\" FROM \"2-12046719-2\" WHERE \"City\" = 'Hamilton';"} +{"question_id": 10992, "table_id": "2-12046719-2", "question": "Which city expects their project completion in 2017?", "sql": "SELECT \"City\" FROM \"2-12046719-2\" WHERE \"Expected Completion\" = '2017';"} +{"question_id": 10993, "table_id": "2-111574-1", "question": "What is the smallest figure in 1960 when 1940 is 1115 and 1990 is less than 928?", "sql": "SELECT MIN(\"1960\") FROM \"2-111574-1\" WHERE \"1940\" = 1115.0 AND \"1990\" < 928.0;"} +{"question_id": 10994, "table_id": "2-111574-1", "question": "What is the maximum 1920 when 2000 is 5030 and 1960 is greater than 4228?", "sql": "SELECT MAX(\"1920\") FROM \"2-111574-1\" WHERE \"2000\" = 5030.0 AND \"1960\" > 4228.0;"} +{"question_id": 10995, "table_id": "2-111574-1", "question": "When 1960 is less than 4228, 1920 is smaller than 106021568 and 1980 is larger than 949, what is the 1970 figure?", "sql": "SELECT SUM(\"1970\") FROM \"2-111574-1\" WHERE \"1960\" < 4228.0 AND \"1920\" < 106021568.0 AND \"1980\" > 949.0;"} +{"question_id": 10996, "table_id": "2-111574-1", "question": "What is the minimum 1930 when 1990 is 6883 and 1920 is more than 6215?", "sql": "SELECT MIN(\"1930\") FROM \"2-111574-1\" WHERE \"1990\" = 6883.0 AND \"1920\" > 6215.0;"} +{"question_id": 10997, "table_id": "2-111574-1", "question": "What is the figure in 1940 when 1970 is larger than 11070 and 1950 is smaller than 150844547?", "sql": "SELECT AVG(\"1940\") FROM \"2-111574-1\" WHERE \"1970\" > 11070.0 AND \"1950\" < 150844547.0;"} +{"question_id": 10998, "table_id": "2-11994830-21", "question": "What is the number of fumbles for the avg larger than 5.4, with yards smaller than 164?", "sql": "SELECT AVG(\"Fumbles\") FROM \"2-11994830-21\" WHERE \"Avg.\" > 5.4 AND \"Yards\" < 164.0;"} +{"question_id": 10999, "table_id": "2-11994830-21", "question": "What is the most fumbles for more than 44 yards and att of 32?", "sql": "SELECT MAX(\"Fumbles\") FROM \"2-11994830-21\" WHERE \"Yards\" > 44.0 AND \"Att.\" = 32.0;"} +{"question_id": 11000, "table_id": "2-1154122-1", "question": "What entrant has Osella FA1C chassis after 1981?", "sql": "SELECT \"Entrant\" FROM \"2-1154122-1\" WHERE \"Year\" > 1981.0 AND \"Chassis\" = 'Osella FA1C';"} +{"question_id": 11001, "table_id": "2-12040651-1", "question": "How many appearances with FC Igea Virtus and 1 goal?", "sql": "SELECT AVG(\"Appearances\") FROM \"2-12040651-1\" WHERE \"Club\" = 'FC Igea Virtus' AND \"Goals\" = 1.0;"} +{"question_id": 11002, "table_id": "2-10910712-3", "question": "What is the title of the program that was originally aired on June 13, 1999?", "sql": "SELECT \"Title\" FROM \"2-10910712-3\" WHERE \"Original airdate\" = 'June 13, 1999';"} +{"question_id": 11003, "table_id": "2-10910712-3", "question": "Who wrote the program that originally aired on June 6, 1999?", "sql": "SELECT \"Written by\" FROM \"2-10910712-3\" WHERE \"Original airdate\" = 'June 6, 1999';"} +{"question_id": 11004, "table_id": "2-10910712-3", "question": "What is the episode number of the episode titled \"Outside the Box\"?", "sql": "SELECT \"Episode #\" FROM \"2-10910712-3\" WHERE \"Title\" = '\"Outside the Box\"';"} +{"question_id": 11005, "table_id": "2-10910712-3", "question": "Who directed the episode titled \"Hand to Hand\"?", "sql": "SELECT \"Directed by\" FROM \"2-10910712-3\" WHERE \"Title\" = '\"Hand to Hand\"';"} +{"question_id": 11006, "table_id": "2-10910712-3", "question": "What is the episode number of the episode titled \"Threshold of Pain\"?", "sql": "SELECT \"Episode #\" FROM \"2-10910712-3\" WHERE \"Title\" = '\"Threshold of Pain\"';"} +{"question_id": 11007, "table_id": "2-10910712-3", "question": "What is the title of the episode written by David J. Burke?", "sql": "SELECT \"Title\" FROM \"2-10910712-3\" WHERE \"Written by\" = 'David J. Burke';"} +{"question_id": 11008, "table_id": "2-1123374-2", "question": "What driver shows grid as 18?", "sql": "SELECT \"Driver\" FROM \"2-1123374-2\" WHERE \"Grid\" = 18.0;"} +{"question_id": 11009, "table_id": "2-1123374-2", "question": "What is the Time/Retired for less than 52 laps in grid 19?", "sql": "SELECT \"Time/Retired\" FROM \"2-1123374-2\" WHERE \"Laps\" < 52.0 AND \"Grid\" = 19.0;"} +{"question_id": 11010, "table_id": "2-1123374-2", "question": "What driver has more than 39 laps on gird 15?", "sql": "SELECT \"Driver\" FROM \"2-1123374-2\" WHERE \"Laps\" > 39.0 AND \"Grid\" = 15.0;"} +{"question_id": 11011, "table_id": "2-1123374-2", "question": "What is the number of the grid for johnny herbert with more than 52 laps?", "sql": "SELECT SUM(\"Grid\") FROM \"2-1123374-2\" WHERE \"Driver\" = 'johnny herbert' AND \"Laps\" > 52.0;"} +{"question_id": 11012, "table_id": "2-1123374-2", "question": "What is the least amount of laps for Luca Badoer?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1123374-2\" WHERE \"Driver\" = 'Luca Badoer';"} +{"question_id": 11013, "table_id": "2-10798245-4", "question": "Which category does Drama League Award belong to?", "sql": "SELECT \"Category\" FROM \"2-10798245-4\" WHERE \"Award\" = 'Drama League Award';"} +{"question_id": 11014, "table_id": "2-10798245-4", "question": "What is the latest year for the Distinguished Performance?", "sql": "SELECT MAX(\"Year\") FROM \"2-10798245-4\" WHERE \"Category\" = 'Distinguished Performance';"} +{"question_id": 11015, "table_id": "2-10798245-4", "question": "What type of award is the Theatre World Award?", "sql": "SELECT \"Award\" FROM \"2-10798245-4\" WHERE \"Category\" = 'Theatre World Award';"} +{"question_id": 11016, "table_id": "2-11872933-3", "question": "Which country is the Nova TV network from?", "sql": "SELECT \"Country\" FROM \"2-11872933-3\" WHERE \"TV network(s)\" = 'Nova TV';"} +{"question_id": 11017, "table_id": "2-11872933-3", "question": "Which series premiered on Acasa TV?", "sql": "SELECT \"Series premiere\" FROM \"2-11872933-3\" WHERE \"TV network(s)\" = 'Acasa TV';"} +{"question_id": 11018, "table_id": "2-11872933-3", "question": "What is the alternate title/translation of the series that premiered on December 12, 2006?", "sql": "SELECT \"Alternate title/Translation\" FROM \"2-11872933-3\" WHERE \"Series premiere\" = 'December 12, 2006';"} +{"question_id": 11019, "table_id": "2-11872933-3", "question": "What is the name of Bulgaria's TV network?", "sql": "SELECT \"TV network(s)\" FROM \"2-11872933-3\" WHERE \"Country\" = 'Bulgaria';"} +{"question_id": 11020, "table_id": "2-11872933-3", "question": "Which country had a series that premiered on September 4, 2006?", "sql": "SELECT \"Country\" FROM \"2-11872933-3\" WHERE \"Series premiere\" = 'September 4, 2006';"} +{"question_id": 11021, "table_id": "2-11872933-3", "question": "What TV network is the series Aistrų žemė aired on?", "sql": "SELECT \"TV network(s)\" FROM \"2-11872933-3\" WHERE \"Alternate title/Translation\" = 'Aistrų žemė';"} +{"question_id": 11022, "table_id": "2-1082553-1", "question": "What venue will hold the 2013 CONCACAF Gold Cup competition?", "sql": "SELECT \"Venue\" FROM \"2-1082553-1\" WHERE \"Competition\" = '2013 CONCACAF Gold Cup';"} +{"question_id": 11023, "table_id": "2-1082553-1", "question": "What is the result of the 2011 CONCACAF Gold Cup competition?", "sql": "SELECT \"Result\" FROM \"2-1082553-1\" WHERE \"Competition\" = '2011 CONCACAF Gold Cup';"} +{"question_id": 11024, "table_id": "2-1082553-1", "question": "What is the score of the event held on July 23, 2009?", "sql": "SELECT \"Score\" FROM \"2-1082553-1\" WHERE \"Date\" = 'July 23, 2009';"} +{"question_id": 11025, "table_id": "2-10981299-1", "question": "What is the smallest Class Position that has drivers les palmer, terry morris, and a Position larger than 23?", "sql": "SELECT MIN(\"Class Position\") FROM \"2-10981299-1\" WHERE \"Drivers\" = 'les palmer, terry morris' AND \"Position\" > 23.0;"} +{"question_id": 11026, "table_id": "2-10981299-1", "question": "Which Class has Laps larger than 193, Class Position of 1, and a Position of 13?", "sql": "SELECT \"Class\" FROM \"2-10981299-1\" WHERE \"Laps\" > 193.0 AND \"Class Position\" = 1.0 AND \"Position\" = 13.0;"} +{"question_id": 11027, "table_id": "2-10981299-1", "question": "Which drivers have the position of 27?", "sql": "SELECT \"Drivers\" FROM \"2-10981299-1\" WHERE \"Position\" = 27.0;"} +{"question_id": 11028, "table_id": "2-10809823-15", "question": "Where the home team score is 15.19 (109), what did the away team Footscray score?", "sql": "SELECT \"Away team score\" FROM \"2-10809823-15\" WHERE \"Home team score\" = '15.19 (109)' AND \"Away team\" = 'Footscray';"} +{"question_id": 11029, "table_id": "2-10809823-15", "question": "In the game against home team Fitzroy, what did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10809823-15\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 11030, "table_id": "2-10809823-15", "question": "At Junction Oval, what is the sum of the crowd?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10809823-15\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11031, "table_id": "2-11218948-5", "question": "Which region in saint-simon-les-mines has a population smaller than 458?", "sql": "SELECT MAX(\"Region\") FROM \"2-11218948-5\" WHERE \"Name\" = 'saint-simon-les-mines' AND \"Population\" < 458.0;"} +{"question_id": 11032, "table_id": "2-11218948-5", "question": "What is total population of saint-agapit (code 33045)?", "sql": "SELECT SUM(\"Region\") FROM \"2-11218948-5\" WHERE \"Name\" = 'saint-agapit' AND \"Code\" < 33045.0;"} +{"question_id": 11033, "table_id": "2-11218948-5", "question": "What is the average area larger than Code 19025 but a smaller region than 12?", "sql": "SELECT AVG(\"Area (km 2 )\") FROM \"2-11218948-5\" WHERE \"Code\" > 19025.0 AND \"Region\" < 12.0;"} +{"question_id": 11034, "table_id": "2-11218948-5", "question": "What is the highest region of saint-flavien with an area larger than 67.56?", "sql": "SELECT MAX(\"Region\") FROM \"2-11218948-5\" WHERE \"Name\" = 'saint-flavien' AND \"Area (km 2 )\" > 67.56;"} +{"question_id": 11035, "table_id": "2-10917433-1", "question": "Which Drobo (2nd) has a Drobo FS of Up to 32?", "sql": "SELECT \"Drobo (2nd)\" FROM \"2-10917433-1\" WHERE \"Drobo FS\" = 'Up to 32';"} +{"question_id": 11036, "table_id": "2-10917433-1", "question": "Which Drobo (2nd) has a Drobo S (2nd) of 5?", "sql": "SELECT \"Drobo (2nd)\" FROM \"2-10917433-1\" WHERE \"Drobo S (2nd)\" = '5';"} +{"question_id": 11037, "table_id": "2-10917433-1", "question": "Which Drobo (2nd) has a Drobo 5d of 2012-11-02?", "sql": "SELECT \"Drobo (2nd)\" FROM \"2-10917433-1\" WHERE \"Drobo 5D\" = '2012-11-02';"} +{"question_id": 11038, "table_id": "2-11084877-2", "question": "Marty Riessen played as a partner during a match with what kind of surface?", "sql": "SELECT \"Surface\" FROM \"2-11084877-2\" WHERE \"Partner\" = 'Marty Riessen';"} +{"question_id": 11039, "table_id": "2-11084877-2", "question": "When did Marty Riessen team up with a partner during a match on a Carpet surface?", "sql": "SELECT \"Date\" FROM \"2-11084877-2\" WHERE \"Surface\" = 'Carpet' AND \"Partner\" = 'Marty Riessen';"} +{"question_id": 11040, "table_id": "2-11218948-17", "question": "what is the highest region when the population is less than 4797, the name is L'Ascension-de-Notre-Seigneur and the area (km 2) is more than 131.83?", "sql": "SELECT MAX(\"Region\") FROM \"2-11218948-17\" WHERE \"Population\" < 4797.0 AND \"Name\" = 'L''Ascension-de-Notre-Seigneur' AND \"Area (km 2 )\" > 131.83;"} +{"question_id": 11041, "table_id": "2-11218948-17", "question": "what is the average population when the regional county municipality is le domaine-du-roy, the type is m and the region is less than 2?", "sql": "SELECT AVG(\"Population\") FROM \"2-11218948-17\" WHERE \"Regional County Municipality\" = 'le domaine-du-roy' AND \"Type\" = 'm' AND \"Region\" < 2.0;"} +{"question_id": 11042, "table_id": "2-11218948-17", "question": "what is the regional county Municipality when the type is M and the code is less than 91015?", "sql": "SELECT \"Regional County Municipality\" FROM \"2-11218948-17\" WHERE \"Type\" = 'M' AND \"Code\" < 91015.0;"} +{"question_id": 11043, "table_id": "2-1140087-1", "question": "When the fastest lap was Carlos Pace and Jackie Stewart was the pole position, who was the winning driver?", "sql": "SELECT \"Winning driver\" FROM \"2-1140087-1\" WHERE \"Pole position\" = 'Jackie Stewart' AND \"Fastest lap\" = 'Carlos Pace';"} +{"question_id": 11044, "table_id": "2-10790651-13", "question": "Which venue has a Home team score of 11.11 (77)?", "sql": "SELECT \"Venue\" FROM \"2-10790651-13\" WHERE \"Home team score\" = '11.11 (77)';"} +{"question_id": 11045, "table_id": "2-10790651-13", "question": "What is North Melbourne's home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10790651-13\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11046, "table_id": "2-10790651-13", "question": "Which venue has an Away team of South Melbourne?", "sql": "SELECT \"Venue\" FROM \"2-10790651-13\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 11047, "table_id": "2-10790651-13", "question": "How many people in the crowd with Away team of geelong?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10790651-13\" WHERE \"Away team\" = 'geelong';"} +{"question_id": 11048, "table_id": "2-10790651-13", "question": "Which venue has a Away team of Hawthorn?", "sql": "SELECT \"Venue\" FROM \"2-10790651-13\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 11049, "table_id": "2-1121352-2", "question": "Who was the runner-up in the Michelob Light Open at Kingsmill?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1121352-2\" WHERE \"Tournament\" = 'Michelob Light Open at Kingsmill';"} +{"question_id": 11050, "table_id": "2-1121352-2", "question": "Which tournament won with a score of 66-68-70-70=274?", "sql": "SELECT \"Tournament\" FROM \"2-1121352-2\" WHERE \"Winning score\" = '66-68-70-70=274';"} +{"question_id": 11051, "table_id": "2-10809368-3", "question": "Which Venue has a crowd larger than 25000?", "sql": "SELECT \"Away team\" FROM \"2-10809368-3\" WHERE \"Crowd\" > 25000.0;"} +{"question_id": 11052, "table_id": "2-10809368-3", "question": "What is the name of the team with the Away score of 12.13 (85)?", "sql": "SELECT \"Away team\" FROM \"2-10809368-3\" WHERE \"Away team score\" = '12.13 (85)';"} +{"question_id": 11053, "table_id": "2-11233501-4", "question": "Which competition has a Year of 2008, a Surface of carpet, and a Date of 31 Jan?", "sql": "SELECT \"Competition\" FROM \"2-11233501-4\" WHERE \"Year\" = 2008.0 AND \"Surface\" = 'carpet' AND \"Date\" = '31 Jan';"} +{"question_id": 11054, "table_id": "2-11233501-4", "question": "Which surface has a Date of 24–25 Apr?", "sql": "SELECT \"Surface\" FROM \"2-11233501-4\" WHERE \"Date\" = '24–25 Apr';"} +{"question_id": 11055, "table_id": "2-11233501-4", "question": "How many years have a Surface of clay, and a Score of 4 : 0?", "sql": "SELECT COUNT(\"Year\") FROM \"2-11233501-4\" WHERE \"Surface\" = 'clay' AND \"Score\" = '4 : 0';"} +{"question_id": 11056, "table_id": "2-11233501-4", "question": "What is the largest year located in zagreb, croatia?", "sql": "SELECT MAX(\"Year\") FROM \"2-11233501-4\" WHERE \"Location\" = 'zagreb, croatia';"} +{"question_id": 11057, "table_id": "2-11279593-6", "question": "What is the biggest clean and jerk number when snatch was less than 150 and the bodyweight was bigger than 93.13?", "sql": "SELECT MAX(\"Clean & jerk\") FROM \"2-11279593-6\" WHERE \"Snatch\" < 150.0 AND \"Bodyweight\" > 93.13;"} +{"question_id": 11058, "table_id": "2-11279593-6", "question": "Which name had a bodyweight bigger than 89.64, a total (kg) bigger than 310, a clean and jerk less than 207.5, and a snatch that is bigger than 165?", "sql": "SELECT \"Name\" FROM \"2-11279593-6\" WHERE \"Bodyweight\" > 89.64 AND \"Total (kg)\" > 310.0 AND \"Clean & jerk\" < 207.5 AND \"Snatch\" > 165.0;"} +{"question_id": 11059, "table_id": "2-10806852-14", "question": "What is the home team's score for the game at Junction Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10806852-14\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11060, "table_id": "2-11336411-1", "question": "Tell me the club with a replacement of Alberto Malesani", "sql": "SELECT \"Club\" FROM \"2-11336411-1\" WHERE \"Replacement\" = 'Alberto Malesani';"} +{"question_id": 11061, "table_id": "2-11336411-1", "question": "Name the club with date of appointment of 1 November 2007", "sql": "SELECT \"Club\" FROM \"2-11336411-1\" WHERE \"Date of appointment\" = '1 November 2007';"} +{"question_id": 11062, "table_id": "2-10791466-4", "question": "What college is the Philippines and has the PBA team Mobiline Phone Pals?", "sql": "SELECT \"College\" FROM \"2-10791466-4\" WHERE \"Country of origin*\" = 'Philippines' AND \"PBA team\" = 'Mobiline Phone Pals';"} +{"question_id": 11063, "table_id": "2-10791466-4", "question": "Which country had a pick smaller than 26 and a PBA team of Shell Turbo Chargers?", "sql": "SELECT \"Country of origin*\" FROM \"2-10791466-4\" WHERE \"Pick\" < 26.0 AND \"PBA team\" = 'Shell Turbo Chargers';"} +{"question_id": 11064, "table_id": "2-10791466-4", "question": "What's the total number of picks of a team that had June Longalong?", "sql": "SELECT SUM(\"Pick\") FROM \"2-10791466-4\" WHERE \"Player\" = 'June Longalong';"} +{"question_id": 11065, "table_id": "2-11452611-1", "question": "What is the pick number for School of LSU?", "sql": "SELECT SUM(\"Pick\") FROM \"2-11452611-1\" WHERE \"School\" = 'LSU';"} +{"question_id": 11066, "table_id": "2-11452611-1", "question": "What's the average round number for East Carolina?", "sql": "SELECT AVG(\"Round\") FROM \"2-11452611-1\" WHERE \"School\" = 'East Carolina';"} +{"question_id": 11067, "table_id": "2-11452611-1", "question": "Which round has an Offensive Tackle position?", "sql": "SELECT \"Round\" FROM \"2-11452611-1\" WHERE \"Position\" = 'Offensive Tackle';"} +{"question_id": 11068, "table_id": "2-10992-3", "question": "Tell me the average population with foreign nationals in % of 27,3%", "sql": "SELECT AVG(\"Population\") FROM \"2-10992-3\" WHERE \"Foreign nationals in %\" = '27,3%';"} +{"question_id": 11069, "table_id": "2-10992-3", "question": "I want to know the total number of population for foreign nationals in percentage of 23,3%", "sql": "SELECT COUNT(\"Population\") FROM \"2-10992-3\" WHERE \"Foreign nationals in %\" = '23,3%';"} +{"question_id": 11070, "table_id": "2-10808933-14", "question": "What is the home team at Princes Park?", "sql": "SELECT \"Home team\" FROM \"2-10808933-14\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 11071, "table_id": "2-10809351-17", "question": "When the home team score was 6.11 (47), what was the highest crowd?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809351-17\" WHERE \"Home team score\" = '6.11 (47)';"} +{"question_id": 11072, "table_id": "2-10809351-17", "question": "What is the home team for Windy Hill?", "sql": "SELECT \"Home team\" FROM \"2-10809351-17\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 11073, "table_id": "2-10809351-17", "question": "What is the home team of Lake Oval?", "sql": "SELECT \"Home team\" FROM \"2-10809351-17\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 11074, "table_id": "2-11954383-1", "question": "What was the date when there were 26 golden tickets?", "sql": "SELECT \"Date\" FROM \"2-11954383-1\" WHERE \"Golden Tickets\" = 26.0;"} +{"question_id": 11075, "table_id": "2-11954383-1", "question": "What was the date when the first audition venue was Kemper Arena?", "sql": "SELECT \"Date\" FROM \"2-11954383-1\" WHERE \"First Audition Venue\" = 'Kemper Arena';"} +{"question_id": 11076, "table_id": "2-11954383-1", "question": "Which audition city held callbacks at Amelia Island Plantation?", "sql": "SELECT \"Audition City\" FROM \"2-11954383-1\" WHERE \"Callback Venue\" = 'Amelia Island Plantation';"} +{"question_id": 11077, "table_id": "2-11954383-1", "question": "How many golden tickets were given out when the auditions were held in san francisco, california?", "sql": "SELECT COUNT(\"Golden Tickets\") FROM \"2-11954383-1\" WHERE \"Audition City\" = 'san francisco, california';"} +{"question_id": 11078, "table_id": "2-11954383-1", "question": "What was the callback venue for the Phoenix, Arizona auditions?", "sql": "SELECT \"Callback Venue\" FROM \"2-11954383-1\" WHERE \"Audition City\" = 'Phoenix, Arizona';"} +{"question_id": 11079, "table_id": "2-11954383-1", "question": "What was the callback date for the auditions held on July 29, 2008?", "sql": "SELECT \"Callback Date\" FROM \"2-11954383-1\" WHERE \"Date\" = 'July 29, 2008';"} +{"question_id": 11080, "table_id": "2-11964154-6", "question": "On which date was the high assists Delonte West Earl Watson (6)?", "sql": "SELECT \"Date\" FROM \"2-11964154-6\" WHERE \"High assists\" = 'Delonte West Earl Watson (6)';"} +{"question_id": 11081, "table_id": "2-1123252-2", "question": "How many laps for ukyo katayama with a grid under 16?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1123252-2\" WHERE \"Driver\" = 'ukyo katayama' AND \"Grid\" < 16.0;"} +{"question_id": 11082, "table_id": "2-1123252-2", "question": "What grid has a Time/Retired of +5 Laps?", "sql": "SELECT \"Grid\" FROM \"2-1123252-2\" WHERE \"Time/Retired\" = '+5 Laps';"} +{"question_id": 11083, "table_id": "2-11318956-13", "question": "Which away team that had 48 as a Tie no?", "sql": "SELECT \"Away team\" FROM \"2-11318956-13\" WHERE \"Tie no\" = '48';"} +{"question_id": 11084, "table_id": "2-11318956-13", "question": "What's the score during a game than had a tie no of 19?", "sql": "SELECT \"Score\" FROM \"2-11318956-13\" WHERE \"Tie no\" = '19';"} +{"question_id": 11085, "table_id": "2-11318956-13", "question": "How many people attended the game of A.F.C. Totton?", "sql": "SELECT \"Attendance\" FROM \"2-11318956-13\" WHERE \"Home team\" = 'A.F.C. Totton';"} +{"question_id": 11086, "table_id": "2-11318956-13", "question": "How many people attended the game with a Tie no of 30?", "sql": "SELECT \"Attendance\" FROM \"2-11318956-13\" WHERE \"Tie no\" = '30';"} +{"question_id": 11087, "table_id": "2-10806194-14", "question": "What was the score of the home team at Junction Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10806194-14\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11088, "table_id": "2-10806194-14", "question": "Which away team is based at Glenferrie Oval?", "sql": "SELECT \"Away team\" FROM \"2-10806194-14\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 11089, "table_id": "2-10944289-7", "question": "What is the date the New York Giants were the visiting team and the Final Score was 37-34?", "sql": "SELECT \"Date\" FROM \"2-10944289-7\" WHERE \"Visiting Team\" = 'New York Giants' AND \"Final Score\" = '37-34';"} +{"question_id": 11090, "table_id": "2-10944289-7", "question": "What was the visiting team on October 23?", "sql": "SELECT \"Visiting Team\" FROM \"2-10944289-7\" WHERE \"Date\" = 'October 23';"} +{"question_id": 11091, "table_id": "2-10944289-7", "question": "What team was the host on September 11?", "sql": "SELECT \"Host Team\" FROM \"2-10944289-7\" WHERE \"Date\" = 'September 11';"} +{"question_id": 11092, "table_id": "2-10944289-7", "question": "What stadium was the game played in on November 20?", "sql": "SELECT \"Stadium\" FROM \"2-10944289-7\" WHERE \"Date\" = 'November 20';"} +{"question_id": 11093, "table_id": "2-10944289-7", "question": "What date was the final Score of 17-34?", "sql": "SELECT \"Date\" FROM \"2-10944289-7\" WHERE \"Final Score\" = '17-34';"} +{"question_id": 11094, "table_id": "2-10944289-7", "question": "What stadium was the game held in when the final score was 17-31?", "sql": "SELECT \"Stadium\" FROM \"2-10944289-7\" WHERE \"Final Score\" = '17-31';"} +{"question_id": 11095, "table_id": "2-10869537-15", "question": "When the home team was Geelong, what did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10869537-15\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 11096, "table_id": "2-10869537-15", "question": "When the crowd was larger than 22283 and the home team scored 23.13 (151), what did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10869537-15\" WHERE \"Crowd\" > 22283.0 AND \"Home team score\" = '23.13 (151)';"} +{"question_id": 11097, "table_id": "2-10869537-15", "question": "When did the home team score 12.7 (79)?", "sql": "SELECT \"Date\" FROM \"2-10869537-15\" WHERE \"Home team score\" = '12.7 (79)';"} +{"question_id": 11098, "table_id": "2-1174162-1", "question": "Which Suburb was First Settled as a Suburb in 1962?", "sql": "SELECT \"Suburb\" FROM \"2-1174162-1\" WHERE \"Date first settled as a suburb\" = 1962.0;"} +{"question_id": 11099, "table_id": "2-1174162-1", "question": "What's the Area with a Density of 263?", "sql": "SELECT AVG(\"Area (km²)\") FROM \"2-1174162-1\" WHERE \"Density (/km²)\" = 263.0;"} +{"question_id": 11100, "table_id": "2-1174162-1", "question": "What is the Area with a Median Age of 38 years, a Population of 2444, and a Date First Settles as a Suburb prior to 1965?", "sql": "SELECT SUM(\"Area (km²)\") FROM \"2-1174162-1\" WHERE \"Median age (in 2006)\" = '38 years' AND \"Population (in 2008)\" = 2444.0 AND \"Date first settled as a suburb\" < 1965.0;"} +{"question_id": 11101, "table_id": "2-1174162-1", "question": "What is the highest Area that has a Mean Household Size of 3.1 persons?", "sql": "SELECT MAX(\"Area (km²)\") FROM \"2-1174162-1\" WHERE \"Mean household size (in 2006)\" = '3.1 persons';"} +{"question_id": 11102, "table_id": "2-11420734-2", "question": "Which game site Kickoff [a] of 1:00, and an Attendance of 63,251?", "sql": "SELECT \"Game site\" FROM \"2-11420734-2\" WHERE \"Kickoff [a ]\" = '1:00' AND \"Attendance\" = '63,251';"} +{"question_id": 11103, "table_id": "2-11420734-2", "question": "Which date has a Kickoff [a] of 4:00, and an Opponent of Detroit Lions?", "sql": "SELECT \"Date\" FROM \"2-11420734-2\" WHERE \"Kickoff [a ]\" = '4:00' AND \"Opponent\" = 'Detroit Lions';"} +{"question_id": 11104, "table_id": "2-11452611-2", "question": "What is the attendance in week 15?", "sql": "SELECT \"Attendance\" FROM \"2-11452611-2\" WHERE \"Week\" = '15';"} +{"question_id": 11105, "table_id": "2-1123399-2", "question": "What is the lowest number of laps obtained by driver Nick Heidfeld?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1123399-2\" WHERE \"Driver\" = 'Nick Heidfeld';"} +{"question_id": 11106, "table_id": "2-120778-2", "question": "What is the percent yes of nova scotia, which had more than 2410119 vote yes and less than 51.3 vote no?", "sql": "SELECT COUNT(\"Percent Yes\") FROM \"2-120778-2\" WHERE \"Voted Yes\" > 2410119.0 AND \"Jurisdiction\" = 'nova scotia' AND \"Percent No\" < 51.3;"} +{"question_id": 11107, "table_id": "2-120778-2", "question": "What is the percent yes of alberta, which had a percent no larger than 60.2?", "sql": "SELECT COUNT(\"Percent Yes\") FROM \"2-120778-2\" WHERE \"Jurisdiction\" = 'alberta' AND \"Percent No\" > 60.2;"} +{"question_id": 11108, "table_id": "2-120778-2", "question": "What is the total number of yes votes in newfoundland, which had less than 77881 vote no?", "sql": "SELECT COUNT(\"Voted Yes\") FROM \"2-120778-2\" WHERE \"Jurisdiction\" = 'newfoundland' AND \"Voted No\" < 77881.0;"} +{"question_id": 11109, "table_id": "2-120778-2", "question": "What is the highest percent of yes alberta, which had less than 60.2 vote no, has?", "sql": "SELECT MAX(\"Percent Yes\") FROM \"2-120778-2\" WHERE \"Jurisdiction\" = 'alberta' AND \"Percent No\" < 60.2;"} +{"question_id": 11110, "table_id": "2-120778-2", "question": "What is the highest percent yes in alberta, which had less than 5354 vote yes and less than 731975 vote no?", "sql": "SELECT MAX(\"Percent Yes\") FROM \"2-120778-2\" WHERE \"Voted Yes\" < 5354.0 AND \"Jurisdiction\" = 'alberta' AND \"Voted No\" < 731975.0;"} +{"question_id": 11111, "table_id": "2-10807253-4", "question": "What team was the away team when Footscray was the home team?", "sql": "SELECT \"Away team\" FROM \"2-10807253-4\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 11112, "table_id": "2-10807253-4", "question": "What was the size of the crowd when North Melbourne was the home team?", "sql": "SELECT \"Crowd\" FROM \"2-10807253-4\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11113, "table_id": "2-10807253-4", "question": "What date were there more than 16000 people in the crowd and Carlton was the home team?", "sql": "SELECT \"Date\" FROM \"2-10807253-4\" WHERE \"Crowd\" > 16000.0 AND \"Home team\" = 'Carlton';"} +{"question_id": 11114, "table_id": "2-10807253-4", "question": "What was the largest crowd when Collingwood was the away team?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10807253-4\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 11115, "table_id": "2-11484479-1", "question": "What year is the result 6th in munich, west germany?", "sql": "SELECT SUM(\"Year\") FROM \"2-11484479-1\" WHERE \"Result\" = '6th' AND \"Venue\" = 'munich, west germany';"} +{"question_id": 11116, "table_id": "2-11484479-1", "question": "What year is the event in athens, greece?", "sql": "SELECT MAX(\"Year\") FROM \"2-11484479-1\" WHERE \"Venue\" = 'athens, greece';"} +{"question_id": 11117, "table_id": "2-11484479-1", "question": "What year is the venue in budapest, hungary?", "sql": "SELECT SUM(\"Year\") FROM \"2-11484479-1\" WHERE \"Venue\" = 'budapest, hungary';"} +{"question_id": 11118, "table_id": "2-11484479-1", "question": "What tournament is in 1971?", "sql": "SELECT \"Tournament\" FROM \"2-11484479-1\" WHERE \"Year\" = 1971.0;"} +{"question_id": 11119, "table_id": "2-11484479-1", "question": "What is the extra result associated with 6th place in 1972?", "sql": "SELECT \"Extra\" FROM \"2-11484479-1\" WHERE \"Result\" = '6th' AND \"Year\" = 1972.0;"} +{"question_id": 11120, "table_id": "2-10790099-10", "question": "When did Collingwood play?", "sql": "SELECT \"Date\" FROM \"2-10790099-10\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 11121, "table_id": "2-10790099-10", "question": "How many were in the crowd when there was a game at Junction Oval?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10790099-10\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11122, "table_id": "2-12101245-1", "question": "What is the Competition with a Score of 1–0, and a Result with 3–0?", "sql": "SELECT \"Competition\" FROM \"2-12101245-1\" WHERE \"Score\" = '1–0' AND \"Result\" = '3–0';"} +{"question_id": 11123, "table_id": "2-12101245-1", "question": "What is the Result with a Date with 22 January 2008?", "sql": "SELECT \"Result\" FROM \"2-12101245-1\" WHERE \"Date\" = '22 January 2008';"} +{"question_id": 11124, "table_id": "2-11766617-7", "question": "What was the decision of the Lightning game when the Canadiens were the away team?", "sql": "SELECT \"Decision\" FROM \"2-11766617-7\" WHERE \"Visitor\" = 'Canadiens';"} +{"question_id": 11125, "table_id": "2-11766617-7", "question": "What was the date of the 24–27–6 Lightning home game against Tampa Bay that had a decision of Ramo?", "sql": "SELECT \"Date\" FROM \"2-11766617-7\" WHERE \"Home\" = 'Tampa Bay' AND \"Decision\" = 'Ramo' AND \"Record\" = '24–27–6';"} +{"question_id": 11126, "table_id": "2-11364413-1", "question": "What week was october 29, 2000?", "sql": "SELECT COUNT(\"Week\") FROM \"2-11364413-1\" WHERE \"Date\" = 'october 29, 2000';"} +{"question_id": 11127, "table_id": "2-11364413-1", "question": "Who was the opponent on December 10, 2000?", "sql": "SELECT \"Opponent\" FROM \"2-11364413-1\" WHERE \"Date\" = 'December 10, 2000';"} +{"question_id": 11128, "table_id": "2-11364413-1", "question": "Who was the opponent on the game with a 65,569 attendance before week 12?", "sql": "SELECT \"Opponent\" FROM \"2-11364413-1\" WHERE \"Week\" < 12.0 AND \"Attendance\" = '65,569';"} +{"question_id": 11129, "table_id": "2-11364413-1", "question": "What week was September 24, 2000 on?", "sql": "SELECT SUM(\"Week\") FROM \"2-11364413-1\" WHERE \"Date\" = 'September 24, 2000';"} +{"question_id": 11130, "table_id": "2-1147705-1", "question": "What is the engine configuration & notes 0-100km/h with a model with 2.3 T5?", "sql": "SELECT \"engine configuration & notes 0-100km/h\" FROM \"2-1147705-1\" WHERE \"model\" = '2.3 T5';"} +{"question_id": 11131, "table_id": "2-1147705-1", "question": "What is the engine configuration & notes 0-100km/h with an engine type with B5252 FS?", "sql": "SELECT \"engine configuration & notes 0-100km/h\" FROM \"2-1147705-1\" WHERE \"engine type\" = 'B5252 FS';"} +{"question_id": 11132, "table_id": "2-1147705-1", "question": "What is the model with a engine type with B5244 S2?", "sql": "SELECT \"model\" FROM \"2-1147705-1\" WHERE \"engine type\" = 'B5244 S2';"} +{"question_id": 11133, "table_id": "2-1147705-1", "question": "What is the engine type with a model with Base 2.4?", "sql": "SELECT \"engine type\" FROM \"2-1147705-1\" WHERE \"model\" = 'Base 2.4';"} +{"question_id": 11134, "table_id": "2-11916083-66", "question": "What is the composition of the coin that was issued after 2008, had a mintage larger than 999, and was designed by Jody Broomfield?", "sql": "SELECT \"Composition\" FROM \"2-11916083-66\" WHERE \"Mintage\" > 999.0 AND \"Artist\" = 'Jody Broomfield' AND \"Year\" > 2008.0;"} +{"question_id": 11135, "table_id": "2-11916083-66", "question": "What is the theme of the coin from before 2006?", "sql": "SELECT \"Theme\" FROM \"2-11916083-66\" WHERE \"Year\" < 2006.0;"} +{"question_id": 11136, "table_id": "2-1140105-1", "question": "What was the Tyre for the German Grand Prix?", "sql": "SELECT \"Tyre\" FROM \"2-1140105-1\" WHERE \"Race\" = 'German Grand Prix';"} +{"question_id": 11137, "table_id": "2-1140105-1", "question": "Who had Pole position for the French Grand Prix?", "sql": "SELECT \"Pole position\" FROM \"2-1140105-1\" WHERE \"Race\" = 'French Grand Prix';"} +{"question_id": 11138, "table_id": "2-1140105-1", "question": "What was the fastest lap in a race where Phil Hill had the Pole position and was won by Wolfgang von Trips?", "sql": "SELECT \"Fastest lap\" FROM \"2-1140105-1\" WHERE \"Pole position\" = 'Phil Hill' AND \"Winning driver\" = 'Wolfgang von Trips';"} +{"question_id": 11139, "table_id": "2-10789374-1", "question": "Which series has a season premiere on January 3, 2007 with the most episodes?", "sql": "SELECT MAX(\"Episodes\") FROM \"2-10789374-1\" WHERE \"Season Premiere\" = 'January 3, 2007';"} +{"question_id": 11140, "table_id": "2-10789374-1", "question": "What are the originally aired dates of the series premiering on October 3, 2001 with less than 5 seasons?", "sql": "SELECT \"Originally aired\" FROM \"2-10789374-1\" WHERE \"Season\" < 5.0 AND \"Season Premiere\" = 'October 3, 2001';"} +{"question_id": 11141, "table_id": "2-10994730-6", "question": "What is the lowest nuber of games drawn in the Total column?", "sql": "SELECT MIN(\"Drawn\") FROM \"2-10994730-6\" WHERE \"Against\" = 'Total';"} +{"question_id": 11142, "table_id": "2-10994730-6", "question": "What is the lowest number of games lost that has less than 1 game drawn, a 50% winning percentage, against the netherlands, and over 2 played games?", "sql": "SELECT MIN(\"Lost\") FROM \"2-10994730-6\" WHERE \"Drawn\" < 1.0 AND \"% Won\" = '50%' AND \"Against\" = 'netherlands' AND \"Played\" > 2.0;"} +{"question_id": 11143, "table_id": "2-10808933-19", "question": "What was the venue when the home team was Essendon?", "sql": "SELECT \"Venue\" FROM \"2-10808933-19\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 11144, "table_id": "2-12045304-2", "question": "Which biggest interview score had an evening gown stat of 9.286?", "sql": "SELECT MAX(\"Interview\") FROM \"2-12045304-2\" WHERE \"Evening Gown\" = 9.286;"} +{"question_id": 11145, "table_id": "2-12045304-2", "question": "Which mean interview number had an average of more than 9.233, a swimsuit stat of more than 9.473, and an evening gown score of more than 9.671?", "sql": "SELECT AVG(\"Interview\") FROM \"2-12045304-2\" WHERE \"Average\" > 9.233 AND \"Swimsuit\" = 9.473 AND \"Evening Gown\" > 9.671;"} +{"question_id": 11146, "table_id": "2-12045304-2", "question": "Which is the smallest evening gown score when the interview score was more than 9.164, the swimsuit stat was less than 9.35, and the average is less than 9.233?", "sql": "SELECT MIN(\"Evening Gown\") FROM \"2-12045304-2\" WHERE \"Interview\" > 9.164 AND \"Swimsuit\" < 9.35 AND \"Average\" < 9.233;"} +{"question_id": 11147, "table_id": "2-12045304-2", "question": "Which is the largest average number when the swimsuit is 9.4 and the evening gown stat is less than 9.486?", "sql": "SELECT MAX(\"Average\") FROM \"2-12045304-2\" WHERE \"Swimsuit\" = 9.4 AND \"Evening Gown\" < 9.486;"} +{"question_id": 11148, "table_id": "2-12045304-2", "question": "What is the total number of interview scores that have an evening gown score of 9.543 and an average that is bigger than 9.521?", "sql": "SELECT SUM(\"Interview\") FROM \"2-12045304-2\" WHERE \"Evening Gown\" = 9.543 AND \"Average\" > 9.521;"} +{"question_id": 11149, "table_id": "2-12045304-2", "question": "What is the mean average score when the evening gown score is more than 9.35, the state is south carolina, and the swimsuit score is more than 9.4?", "sql": "SELECT AVG(\"Average\") FROM \"2-12045304-2\" WHERE \"Evening Gown\" > 9.35 AND \"State\" = 'south carolina' AND \"Swimsuit\" > 9.4;"} +{"question_id": 11150, "table_id": "2-12087172-2", "question": "What is the total draw count with 52 goals and less than 15 losses?", "sql": "SELECT SUM(\"Draws\") FROM \"2-12087172-2\" WHERE \"Goals against\" = 52.0 AND \"Losses\" < 15.0;"} +{"question_id": 11151, "table_id": "2-12087172-2", "question": "What is the top losses that with Club of cd toledo and Points more than 56?", "sql": "SELECT MAX(\"Losses\") FROM \"2-12087172-2\" WHERE \"Club\" = 'cd toledo' AND \"Points\" > 56.0;"} +{"question_id": 11152, "table_id": "2-12087172-2", "question": "What is the low win count with more than 72 goals?", "sql": "SELECT MIN(\"Wins\") FROM \"2-12087172-2\" WHERE \"Goals for\" > 72.0;"} +{"question_id": 11153, "table_id": "2-11279593-5", "question": "What's the Total (kg) of a Snatch of 132.5?", "sql": "SELECT \"Total (kg)\" FROM \"2-11279593-5\" WHERE \"Snatch\" = 132.5;"} +{"question_id": 11154, "table_id": "2-11279593-5", "question": "What's the name of the athlete with a Snatch larger than 140, Bodyweight smaller than 84.55, and Clean and Jerk of 192.5?", "sql": "SELECT \"Name\" FROM \"2-11279593-5\" WHERE \"Snatch\" > 140.0 AND \"Bodyweight\" < 84.55 AND \"Clean & jerk\" = '192.5';"} +{"question_id": 11155, "table_id": "2-1200987-2", "question": "When was the result 3-1?", "sql": "SELECT \"Date\" FROM \"2-1200987-2\" WHERE \"Result\" = '3-1';"} +{"question_id": 11156, "table_id": "2-1200987-2", "question": "Which competition had a result of 1-0?", "sql": "SELECT \"Competition\" FROM \"2-1200987-2\" WHERE \"Result\" = '1-0';"} +{"question_id": 11157, "table_id": "2-1198661-1", "question": "What is the lowest +1d12 (6) with a Difficulty Value with competent (dv 8), and a 1d10 Resolution (+5) larger than 13?", "sql": "SELECT MIN(\"+1d12 (6)\") FROM \"2-1198661-1\" WHERE \"Difficulty Value\" = 'competent (dv 8)' AND \"1d10 Resolution (+5)\" > 13.0;"} +{"question_id": 11158, "table_id": "2-1198661-1", "question": "What is the highest 3d6 or 1d20 Resolution (+10) with a 1d10 Resolution (+5) with 5, and a +1d12 (6) smaller than 6?", "sql": "SELECT MAX(\"3d6 or 1d20 Resolution (+10)\") FROM \"2-1198661-1\" WHERE \"1d10 Resolution (+5)\" = 5.0 AND \"+1d12 (6)\" < 6.0;"} +{"question_id": 11159, "table_id": "2-1198661-1", "question": "What is the highest +1d12 (6) with a 3d6 or 1d20 Resolution (+10) larger than 10,with a +1d6-1d6 or +1d10-1d10 (+0) of 4, with 1d10 Resolution (+5) larger than 9?", "sql": "SELECT MAX(\"+1d12 (6)\") FROM \"2-1198661-1\" WHERE \"3d6 or 1d20 Resolution (+10)\" > 10.0 AND \"+1d6-1d6 or +1d10-1d10 (+0)\" = 4.0 AND \"1d10 Resolution (+5)\" > 9.0;"} +{"question_id": 11160, "table_id": "2-10826072-7", "question": "At what venue was Richmond the away team?", "sql": "SELECT \"Venue\" FROM \"2-10826072-7\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 11161, "table_id": "2-10826072-7", "question": "What venue had an away team of South Melbourne?", "sql": "SELECT \"Venue\" FROM \"2-10826072-7\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 11162, "table_id": "2-10826072-7", "question": "What was Fitzroy's score at home?", "sql": "SELECT \"Home team score\" FROM \"2-10826072-7\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 11163, "table_id": "2-10788451-10", "question": "What day did South Melbourne play as the away team?", "sql": "SELECT \"Date\" FROM \"2-10788451-10\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 11164, "table_id": "2-10788451-10", "question": "What was the attendance when Hawthorn played as the away team?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10788451-10\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 11165, "table_id": "2-10788451-10", "question": "Who was Carlton's away team opponent?", "sql": "SELECT \"Away team\" FROM \"2-10788451-10\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 11166, "table_id": "2-113328-1", "question": "IN EVENTS 1995 STOH, WHO WAS THE THIRD WITH SKIP Sandra Peterson AND SECOND Joan McCusker?", "sql": "SELECT \"Third\" FROM \"2-113328-1\" WHERE \"Skip\" = 'Sandra Peterson' AND \"Second\" = 'Joan McCusker' AND \"Events\" = '1995 STOH';"} +{"question_id": 11167, "table_id": "2-11803648-9", "question": "What club was Derrick Byfuglien drafted by before 283?", "sql": "SELECT \"Club team\" FROM \"2-11803648-9\" WHERE \"Overall\" < 283.0 AND \"Player\" = 'Derrick Byfuglien';"} +{"question_id": 11168, "table_id": "2-11748203-1", "question": "What is the Venue with a Result of 3–0, and a Competition with 2006 FIFA World Cup qualifier, and with a Score of 3–0?", "sql": "SELECT \"Venue\" FROM \"2-11748203-1\" WHERE \"Result\" = '3–0' AND \"Competition\" = '2006 FIFA World Cup qualifier' AND \"Score\" = '3–0';"} +{"question_id": 11169, "table_id": "2-11748203-1", "question": "What is the Date with a Result of 8–2, and a Score with 6–2?", "sql": "SELECT \"Date\" FROM \"2-11748203-1\" WHERE \"Result\" = '8–2' AND \"Score\" = '6–2';"} +{"question_id": 11170, "table_id": "2-11748203-1", "question": "What is the Result with a Score of 1–0, and a Date with 18 April 2009?", "sql": "SELECT \"Result\" FROM \"2-11748203-1\" WHERE \"Score\" = '1–0' AND \"Date\" = '18 April 2009';"} +{"question_id": 11171, "table_id": "2-11748203-1", "question": "What is the Venue with a Result of 10–0, and a Score with 3–0?", "sql": "SELECT \"Venue\" FROM \"2-11748203-1\" WHERE \"Result\" = '10–0' AND \"Score\" = '3–0';"} +{"question_id": 11172, "table_id": "2-11748203-1", "question": "What is the Competition with a Date with 6 December 2011?", "sql": "SELECT \"Competition\" FROM \"2-11748203-1\" WHERE \"Date\" = '6 December 2011';"} +{"question_id": 11173, "table_id": "2-11748203-1", "question": "What is the Result with a Date with 4 September 2013?", "sql": "SELECT \"Result\" FROM \"2-11748203-1\" WHERE \"Date\" = '4 September 2013';"} +{"question_id": 11174, "table_id": "2-10809157-5", "question": "When was there a crowd larger than 23000?", "sql": "SELECT \"Date\" FROM \"2-10809157-5\" WHERE \"Crowd\" > 23000.0;"} +{"question_id": 11175, "table_id": "2-10809157-5", "question": "How much was the score of the home team at Windy Hill?", "sql": "SELECT \"Home team score\" FROM \"2-10809157-5\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 11176, "table_id": "2-10885968-15", "question": "What was the score of the team that played against Fitzroy in their home game?", "sql": "SELECT \"Home team score\" FROM \"2-10885968-15\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 11177, "table_id": "2-11241317-1", "question": "Which stories have a rank of 14?", "sql": "SELECT \"Stories\" FROM \"2-11241317-1\" WHERE \"Rank\" = '14';"} +{"question_id": 11178, "table_id": "2-11241317-1", "question": "How many stories were done in 2008 with a 16 rank?", "sql": "SELECT COUNT(\"Stories\") FROM \"2-11241317-1\" WHERE \"Completed\" = 2008.0 AND \"Rank\" = '16';"} +{"question_id": 11179, "table_id": "2-11241317-1", "question": "Name the average stories done after 2003 with a 16 rank", "sql": "SELECT AVG(\"Stories\") FROM \"2-11241317-1\" WHERE \"Completed\" > 2003.0 AND \"Rank\" = '16';"} +{"question_id": 11180, "table_id": "2-11241317-1", "question": "Name the total number of stories that had a 16 rank", "sql": "SELECT COUNT(\"Stories\") FROM \"2-11241317-1\" WHERE \"Rank\" = '16';"} +{"question_id": 11181, "table_id": "2-11241317-1", "question": "I want the sum of stories for Guadalajara done after 2007", "sql": "SELECT SUM(\"Stories\") FROM \"2-11241317-1\" WHERE \"City\" = 'Guadalajara' AND \"Completed\" > 2007.0;"} +{"question_id": 11182, "table_id": "2-10890716-1", "question": "Which country has less than 4 votes?", "sql": "SELECT \"State\" FROM \"2-10890716-1\" WHERE \"Council votes\" < 4.0;"} +{"question_id": 11183, "table_id": "2-1123462-2", "question": "What was the time of the driver who had a grid of 22?", "sql": "SELECT \"Time/Retired\" FROM \"2-1123462-2\" WHERE \"Grid\" = '22';"} +{"question_id": 11184, "table_id": "2-1123462-2", "question": "What is the construction of Olivier Panis' car that retired due to a Collision?", "sql": "SELECT \"Constructor\" FROM \"2-1123462-2\" WHERE \"Time/Retired\" = 'Collision' AND \"Driver\" = 'Olivier Panis';"} +{"question_id": 11185, "table_id": "2-1123462-2", "question": "Which driver retired from a Collision after 41 laps?", "sql": "SELECT \"Driver\" FROM \"2-1123462-2\" WHERE \"Time/Retired\" = 'Collision' AND \"Laps\" = '41';"} +{"question_id": 11186, "table_id": "2-1123462-2", "question": "Who retired at lap 77 and was grid 11?", "sql": "SELECT \"Time/Retired\" FROM \"2-1123462-2\" WHERE \"Laps\" = '77' AND \"Grid\" = '11';"} +{"question_id": 11187, "table_id": "2-1122557-1", "question": "How many grid numbers had a lap number bigger than 54?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-1122557-1\" WHERE \"Laps\" > 54.0;"} +{"question_id": 11188, "table_id": "2-11190568-7", "question": "Who is the outgoing manager when the date of vacancy is 13 October 2008?", "sql": "SELECT \"Outgoing manager\" FROM \"2-11190568-7\" WHERE \"Date of vacancy\" = '13 October 2008';"} +{"question_id": 11189, "table_id": "2-1123352-2", "question": "Which Constructor has a Grid larger than 8, and a Time/Retired of +1:17.124?", "sql": "SELECT \"Constructor\" FROM \"2-1123352-2\" WHERE \"Grid\" > 8.0 AND \"Time/Retired\" = '+1:17.124';"} +{"question_id": 11190, "table_id": "2-1157079-1", "question": "which year has the toyota tf102 chassis?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1157079-1\" WHERE \"Chassis\" = 'toyota tf102';"} +{"question_id": 11191, "table_id": "2-1157079-1", "question": "what was the engine used before 1996 with 5 points?", "sql": "SELECT \"Engine\" FROM \"2-1157079-1\" WHERE \"Year\" < 1996.0 AND \"Points\" = 5.0;"} +{"question_id": 11192, "table_id": "2-1157079-1", "question": "What number of years did the red bull sauber petronas have greater than 6 points?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1157079-1\" WHERE \"Entrant\" = 'red bull sauber petronas' AND \"Points\" > 6.0;"} +{"question_id": 11193, "table_id": "2-1155151-1", "question": "What are the notes for a Type of 0-6-0T?", "sql": "SELECT \"Notes\" FROM \"2-1155151-1\" WHERE \"Type\" = '0-6-0T';"} +{"question_id": 11194, "table_id": "2-1155151-1", "question": "What is the notes for the vehicle built in 1917?", "sql": "SELECT \"Notes\" FROM \"2-1155151-1\" WHERE \"Built\" = '1917';"} +{"question_id": 11195, "table_id": "2-10808089-3", "question": "What is the smallest crowd size for an away team that scored 7.15 (57)?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10808089-3\" WHERE \"Away team score\" = '7.15 (57)';"} +{"question_id": 11196, "table_id": "2-10808089-3", "question": "When did an away team have a crowd larger than 17259 at Melbourne?", "sql": "SELECT \"Date\" FROM \"2-10808089-3\" WHERE \"Crowd\" > 17259.0 AND \"Away team\" = 'Melbourne';"} +{"question_id": 11197, "table_id": "2-10808089-3", "question": "What is the away team score for the team that has a home team score of 14.22 (106)?", "sql": "SELECT \"Away team score\" FROM \"2-10808089-3\" WHERE \"Home team score\" = '14.22 (106)';"} +{"question_id": 11198, "table_id": "2-10808089-3", "question": "Who was the Away team at Hawthorn?", "sql": "SELECT \"Home team\" FROM \"2-10808089-3\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 11199, "table_id": "2-10808089-3", "question": "Which team has an away score of 7.4 (46)?", "sql": "SELECT \"Home team score\" FROM \"2-10808089-3\" WHERE \"Away team score\" = '7.4 (46)';"} +{"question_id": 11200, "table_id": "2-10808089-3", "question": "When did an away team score 8.6 (54)?", "sql": "SELECT \"Date\" FROM \"2-10808089-3\" WHERE \"Away team score\" = '8.6 (54)';"} +{"question_id": 11201, "table_id": "2-1111379-1", "question": "What region has Vinyl record listed as its format?", "sql": "SELECT \"Region\" FROM \"2-1111379-1\" WHERE \"Format\" = 'Vinyl record';"} +{"question_id": 11202, "table_id": "2-1111379-1", "question": "What label is formatted as Compact disc and has United Kingdom as its region?", "sql": "SELECT \"Label\" FROM \"2-1111379-1\" WHERE \"Format\" = 'Compact disc' AND \"Region\" = 'United Kingdom';"} +{"question_id": 11203, "table_id": "2-1111379-1", "question": "What format has United Kingdom as its region and is catalogued as 201457 9?", "sql": "SELECT \"Format\" FROM \"2-1111379-1\" WHERE \"Region\" = 'United Kingdom' AND \"Catalogue\" = '201457 9';"} +{"question_id": 11204, "table_id": "2-11482079-4", "question": "What is the school/country of the player with 337 assists?", "sql": "SELECT \"School/Country\" FROM \"2-11482079-4\" WHERE \"Asts\" = 337.0;"} +{"question_id": 11205, "table_id": "2-11482079-4", "question": "What is the position of the player with more than 11 assists and 219 rebounds?", "sql": "SELECT \"Pos.\" FROM \"2-11482079-4\" WHERE \"Asts\" > 11.0 AND \"Rebs\" = 219.0;"} +{"question_id": 11206, "table_id": "2-10808089-11", "question": "What day did Geelong play as the away team?", "sql": "SELECT \"Date\" FROM \"2-10808089-11\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 11207, "table_id": "2-11441293-2", "question": "When was the kickoff during a game with a record of 1-7?", "sql": "SELECT \"Kickoff [a ]\" FROM \"2-11441293-2\" WHERE \"Record\" = '1-7';"} +{"question_id": 11208, "table_id": "2-11441293-2", "question": "When was the date that week 9 started?", "sql": "SELECT \"Date\" FROM \"2-11441293-2\" WHERE \"Week\" = '9';"} +{"question_id": 11209, "table_id": "2-11441293-2", "question": "What was the score on September 1, 1996?", "sql": "SELECT \"Result\" FROM \"2-11441293-2\" WHERE \"Date\" = 'September 1, 1996';"} +{"question_id": 11210, "table_id": "2-11396528-1", "question": "Which school drafted Dave Lewis?", "sql": "SELECT \"School\" FROM \"2-11396528-1\" WHERE \"Player\" = 'Dave Lewis';"} +{"question_id": 11211, "table_id": "2-11396528-1", "question": "What position did the school of Alabama draft?", "sql": "SELECT \"Position\" FROM \"2-11396528-1\" WHERE \"School\" = 'Alabama';"} +{"question_id": 11212, "table_id": "2-11134273-2", "question": "What was the stage of team ONCE?", "sql": "SELECT \"Stage\" FROM \"2-11134273-2\" WHERE \"Trofeo Fast Team\" = 'ONCE';"} +{"question_id": 11213, "table_id": "2-11134273-2", "question": "Which team had a Final stage when Claudio Chiappucci had the points?", "sql": "SELECT \"Trofeo Fast Team\" FROM \"2-11134273-2\" WHERE \"Points classification\" = 'Claudio Chiappucci' AND \"Stage\" = 'Final';"} +{"question_id": 11214, "table_id": "2-11134273-2", "question": "What stage did team Carrera Jeans-Tassoni have when Mario Cipollini won and Claudio Chiappucci had the points?", "sql": "SELECT \"Stage\" FROM \"2-11134273-2\" WHERE \"Trofeo Fast Team\" = 'Carrera Jeans-Tassoni' AND \"Winner\" = 'Mario Cipollini' AND \"Points classification\" = 'Claudio Chiappucci';"} +{"question_id": 11215, "table_id": "2-10807990-14", "question": "I want to know the crowd with a home team of Carlton", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10807990-14\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 11216, "table_id": "2-1110775-1", "question": "what is the highest population estimate 2005 when the area (km 2) is more than 1775.65 for mamasa regency with a population census 2010 less than 139962?", "sql": "SELECT MAX(\"Population Estimate 2005\") FROM \"2-1110775-1\" WHERE \"Area (km 2 )\" > 1775.65 AND \"Name\" = 'mamasa regency' AND \"Population Census 2010\" < 139962.0;"} +{"question_id": 11217, "table_id": "2-1110775-1", "question": "how many population estimate 2005 are for majene?", "sql": "SELECT COUNT(\"Population Estimate 2005\") FROM \"2-1110775-1\" WHERE \"Capital\" = 'majene';"} +{"question_id": 11218, "table_id": "2-1110775-1", "question": "what is the highest area (km2) with a population estimate 2005 less than 93116 named polewali mandar regency?", "sql": "SELECT MAX(\"Area (km 2 )\") FROM \"2-1110775-1\" WHERE \"Population Estimate 2005\" < 93116.0 AND \"Name\" = 'polewali mandar regency';"} +{"question_id": 11219, "table_id": "2-1110775-1", "question": "what is the population estimate 2005 for the with the area (km2) 3034.08?", "sql": "SELECT AVG(\"Population Estimate 2005\") FROM \"2-1110775-1\" WHERE \"Area (km 2 )\" = 3034.08;"} +{"question_id": 11220, "table_id": "2-1110775-1", "question": "how many times was the population estimate 2005 have an area (km2) more than 8023.74?", "sql": "SELECT COUNT(\"Population Estimate 2005\") FROM \"2-1110775-1\" WHERE \"Area (km 2 )\" > 8023.74;"} +{"question_id": 11221, "table_id": "2-11961051-8", "question": "Name the score for Pacers visitor on 14 April 2008", "sql": "SELECT \"Score\" FROM \"2-11961051-8\" WHERE \"Visitor\" = 'Pacers' AND \"Date\" = '14 April 2008';"} +{"question_id": 11222, "table_id": "2-11961051-8", "question": "Name the leading scorer when the attendance is more than 12107 on 4 April 2008", "sql": "SELECT \"Leading scorer\" FROM \"2-11961051-8\" WHERE \"Attendance\" > 12107.0 AND \"Date\" = '4 April 2008';"} +{"question_id": 11223, "table_id": "2-10784349-17", "question": "What was the home teams score at Victoria Park when the crowd was larger than 18000?", "sql": "SELECT \"Home team score\" FROM \"2-10784349-17\" WHERE \"Crowd\" > 18000.0 AND \"Venue\" = 'Victoria Park';"} +{"question_id": 11224, "table_id": "2-10784349-17", "question": "What was the home team when Geelong was the away team?", "sql": "SELECT \"Home team\" FROM \"2-10784349-17\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 11225, "table_id": "2-11251109-1", "question": "In the 2010-2011 Tv Season with less than 3.6 million viewers what was the lowest season?", "sql": "SELECT MIN(\"Season\") FROM \"2-11251109-1\" WHERE \"TV Season\" = '2010-2011' AND \"Viewers (in millions)\" < 3.6;"} +{"question_id": 11226, "table_id": "2-11251109-1", "question": "What was the rank of the 2009-2010 TV season?", "sql": "SELECT \"Rank\" FROM \"2-11251109-1\" WHERE \"TV Season\" = '2009-2010';"} +{"question_id": 11227, "table_id": "2-11251109-1", "question": "What was the 2008-2009 season finale?", "sql": "SELECT \"Season Finale\" FROM \"2-11251109-1\" WHERE \"TV Season\" = '2008-2009';"} +{"question_id": 11228, "table_id": "2-11251109-1", "question": "In the 2009-2010 Tv Season with less than 6.2 million viewers what was the rank?", "sql": "SELECT \"Rank\" FROM \"2-11251109-1\" WHERE \"Viewers (in millions)\" < 6.2 AND \"TV Season\" = '2009-2010';"} +{"question_id": 11229, "table_id": "2-10944289-6", "question": "What stadium hosted the game that had a final score of 9-14?", "sql": "SELECT \"Stadium\" FROM \"2-10944289-6\" WHERE \"Final Score\" = '9-14';"} +{"question_id": 11230, "table_id": "2-10944289-6", "question": "Who was the visiting team at Lincoln Financial Field when the final score was 24-14?", "sql": "SELECT \"Visiting Team\" FROM \"2-10944289-6\" WHERE \"Stadium\" = 'Lincoln Financial Field' AND \"Final Score\" = '24-14';"} +{"question_id": 11231, "table_id": "2-10944289-6", "question": "Who was the vistiting team in the game with the final score of 7-13?", "sql": "SELECT \"Visiting Team\" FROM \"2-10944289-6\" WHERE \"Final Score\" = '7-13';"} +{"question_id": 11232, "table_id": "2-10944289-6", "question": "Who was the host team on December 19?", "sql": "SELECT \"Host Team\" FROM \"2-10944289-6\" WHERE \"Date\" = 'December 19';"} +{"question_id": 11233, "table_id": "2-10944289-6", "question": "Where was the game on September 12 played when the Dallas Cowboys was the visiting team?", "sql": "SELECT \"Stadium\" FROM \"2-10944289-6\" WHERE \"Visiting Team\" = 'Dallas Cowboys' AND \"Date\" = 'September 12';"} +{"question_id": 11234, "table_id": "2-10944289-6", "question": "Who was the host team at Louisiana Superdome when the final score was 10-20?", "sql": "SELECT \"Host Team\" FROM \"2-10944289-6\" WHERE \"Stadium\" = 'Louisiana Superdome' AND \"Final Score\" = '10-20';"} +{"question_id": 11235, "table_id": "2-10938434-1", "question": "What is the result for the Best Orchestrations category?", "sql": "SELECT \"Result\" FROM \"2-10938434-1\" WHERE \"Category\" = 'Best Orchestrations';"} +{"question_id": 11236, "table_id": "2-11174272-2", "question": "What genre has over 20 episodes, with an English title (Chinese title) of Wong Fei Hung - Master of Kung Fu 我師傅係黃飛鴻?", "sql": "SELECT \"Genre\" FROM \"2-11174272-2\" WHERE \"Number of episodes\" > 20.0 AND \"English title (Chinese title)\" = 'Wong Fei Hung - Master of Kung Fu 我師傅係黃飛鴻';"} +{"question_id": 11237, "table_id": "2-10812938-4", "question": "which CFL team has a player called Peter Hogarth?", "sql": "SELECT \"CFL Team\" FROM \"2-10812938-4\" WHERE \"Player\" = 'Peter Hogarth';"} +{"question_id": 11238, "table_id": "2-10812938-4", "question": "which college has a player called Riley Clayton?", "sql": "SELECT \"College\" FROM \"2-10812938-4\" WHERE \"Player\" = 'Riley Clayton';"} +{"question_id": 11239, "table_id": "2-11999692-2", "question": "Which album was on June 1998?", "sql": "SELECT \"Album\" FROM \"2-11999692-2\" WHERE \"Year\" = 'June 1998';"} +{"question_id": 11240, "table_id": "2-11999692-2", "question": "Which album has a label and cat# Full Moon/Warner 28628?", "sql": "SELECT \"Album\" FROM \"2-11999692-2\" WHERE \"Label and cat#\" = 'Full Moon/Warner 28628';"} +{"question_id": 11241, "table_id": "2-11999692-2", "question": "What is the US 100 rank of Champlin's Chicago 19 album with a US AC of 1?", "sql": "SELECT \"US 100\" FROM \"2-11999692-2\" WHERE \"Lead singer\" = 'Champlin' AND \"Album\" = 'Chicago 19' AND \"US AC\" = '1';"} +{"question_id": 11242, "table_id": "2-11999692-2", "question": "What is the US AC of the label and cat# Reprise 19466?", "sql": "SELECT \"US AC\" FROM \"2-11999692-2\" WHERE \"Label and cat#\" = 'Reprise 19466';"} +{"question_id": 11243, "table_id": "2-11784911-5", "question": "When the Long is 42, what is the average TD's?", "sql": "SELECT AVG(\"TD's\") FROM \"2-11784911-5\" WHERE \"Long\" = '42';"} +{"question_id": 11244, "table_id": "2-11784911-5", "question": "Which Rec has Jerel Myers as the Player?", "sql": "SELECT \"Rec.\" FROM \"2-11784911-5\" WHERE \"Player\" = 'Jerel Myers';"} +{"question_id": 11245, "table_id": "2-10790804-18", "question": "What is Away team Carlton's score?", "sql": "SELECT \"Away team score\" FROM \"2-10790804-18\" WHERE \"Away team\" = 'Carlton';"} +{"question_id": 11246, "table_id": "2-10790804-18", "question": "Which Away team had a score of 15.15 (105)?", "sql": "SELECT \"Away team\" FROM \"2-10790804-18\" WHERE \"Away team score\" = '15.15 (105)';"} +{"question_id": 11247, "table_id": "2-10790804-18", "question": "What was Home team Footscray's score?", "sql": "SELECT \"Home team score\" FROM \"2-10790804-18\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 11248, "table_id": "2-11692063-2", "question": "What is Mahu when pergi is pi?", "sql": "SELECT \"Mahu\" FROM \"2-11692063-2\" WHERE \"Pergi\" = 'pi';"} +{"question_id": 11249, "table_id": "2-11692063-2", "question": "what is -kah (atau tidak when basikal is basikal and language dialect is Malay language (informal)?", "sql": "SELECT \"-kah (atau tidak)\" FROM \"2-11692063-2\" WHERE \"Basikal\" = 'basikal' AND \"Language/dialect\" = 'Malay language (informal)';"} +{"question_id": 11250, "table_id": "2-11692063-2", "question": "what is the language/dialect when basikal is sepeda and boleh is bulih?", "sql": "SELECT \"Language/dialect\" FROM \"2-11692063-2\" WHERE \"Basikal\" = 'sepeda' AND \"Boleh\" = 'bulih';"} +{"question_id": 11251, "table_id": "2-11692063-2", "question": "what is basikal when mana is mano, pergi is gi and Ikut is turuk?", "sql": "SELECT \"Basikal\" FROM \"2-11692063-2\" WHERE \"Mana\" = 'mano' AND \"Pergi\" = 'gi' AND \"Ikut\" = 'turuk';"} +{"question_id": 11252, "table_id": "2-10848585-9", "question": "On what date was the match against the St. George Illawarra Dragons?", "sql": "SELECT \"Date\" FROM \"2-10848585-9\" WHERE \"Opponent\" = 'St. George Illawarra Dragons';"} +{"question_id": 11253, "table_id": "2-10848585-9", "question": "What was the margin of the score 52-12?", "sql": "SELECT SUM(\"Margin\") FROM \"2-10848585-9\" WHERE \"Score\" = '52-12';"} +{"question_id": 11254, "table_id": "2-10808346-6", "question": "Which home team plays at the Western Oval?", "sql": "SELECT \"Home team\" FROM \"2-10808346-6\" WHERE \"Venue\" = 'Western Oval';"} +{"question_id": 11255, "table_id": "2-10808346-6", "question": "What was the away score when North Melbourne was played?", "sql": "SELECT \"Away team score\" FROM \"2-10808346-6\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11256, "table_id": "2-11652183-8", "question": "with a record of 73-82 what was the date?", "sql": "SELECT \"Date\" FROM \"2-11652183-8\" WHERE \"Record\" = '73-82';"} +{"question_id": 11257, "table_id": "2-11652183-8", "question": "in game that had a score of 7-6 what was the attendance?", "sql": "SELECT \"Attendance\" FROM \"2-11652183-8\" WHERE \"Score\" = '7-6';"} +{"question_id": 11258, "table_id": "2-11652183-8", "question": "with a record of 63-76 what was the attendance?", "sql": "SELECT \"Attendance\" FROM \"2-11652183-8\" WHERE \"Record\" = '63-76';"} +{"question_id": 11259, "table_id": "2-11652183-8", "question": "with a record of 68-80 what was the loss?", "sql": "SELECT \"Loss\" FROM \"2-11652183-8\" WHERE \"Record\" = '68-80';"} +{"question_id": 11260, "table_id": "2-11652183-8", "question": "with a record of 66-78 what was the loss?", "sql": "SELECT \"Loss\" FROM \"2-11652183-8\" WHERE \"Record\" = '66-78';"} +{"question_id": 11261, "table_id": "2-1204658-11", "question": "Which Home Team has an Away Score of 7.2 (44)?", "sql": "SELECT \"Home team\" FROM \"2-1204658-11\" WHERE \"Away team score\" = '7.2 (44)';"} +{"question_id": 11262, "table_id": "2-1204658-11", "question": "What field did the Away Team score 9.12 (66)?", "sql": "SELECT \"Venue\" FROM \"2-1204658-11\" WHERE \"Away team score\" = '9.12 (66)';"} +{"question_id": 11263, "table_id": "2-1204658-11", "question": "What field did the Home Team score 5.10 (40)?", "sql": "SELECT \"Venue\" FROM \"2-1204658-11\" WHERE \"Home team score\" = '5.10 (40)';"} +{"question_id": 11264, "table_id": "2-1204658-11", "question": "Where did the Home Team score 5.10 (40)?", "sql": "SELECT \"Venue\" FROM \"2-1204658-11\" WHERE \"Home team score\" = '5.10 (40)';"} +{"question_id": 11265, "table_id": "2-11716268-1", "question": "How many places have more than 33 points?", "sql": "SELECT COUNT(\"Place\") FROM \"2-11716268-1\" WHERE \"Points\" = 33.0;"} +{"question_id": 11266, "table_id": "2-11716268-1", "question": "What's the sum of draw for artist hari mata hari with less than 70 points?", "sql": "SELECT SUM(\"Draw\") FROM \"2-11716268-1\" WHERE \"Artist\" = 'hari mata hari' AND \"Points\" < 70.0;"} +{"question_id": 11267, "table_id": "2-11716268-1", "question": "What's the highest points for song \"Budi tu\" with draw less than 7?", "sql": "SELECT MAX(\"Points\") FROM \"2-11716268-1\" WHERE \"Draw\" < 7.0 AND \"Song\" = '\"Budi tu\"';"} +{"question_id": 11268, "table_id": "2-11716268-1", "question": "What's the sum of points for artist Hari Mata Hari?", "sql": "SELECT SUM(\"Points\") FROM \"2-11716268-1\" WHERE \"Artist\" = 'Hari Mata Hari';"} +{"question_id": 11269, "table_id": "2-11716268-1", "question": "What's the lowest place for song \"starac i more\" with draw over 13?", "sql": "SELECT MIN(\"Place\") FROM \"2-11716268-1\" WHERE \"Song\" = '\"starac i more\"' AND \"Draw\" > 13.0;"} +{"question_id": 11270, "table_id": "2-10975575-1", "question": "What losing team plays Hockey?", "sql": "SELECT \"Loser\" FROM \"2-10975575-1\" WHERE \"Sport\" = 'Hockey';"} +{"question_id": 11271, "table_id": "2-10975575-1", "question": "What date did Virginia Commonwealth Rams win?", "sql": "SELECT \"Date(s)\" FROM \"2-10975575-1\" WHERE \"Winner\" = 'Virginia Commonwealth Rams';"} +{"question_id": 11272, "table_id": "2-10975575-1", "question": "What year were the awards given June 6, 2004–June 15, 2004?", "sql": "SELECT SUM(\"Year of award\") FROM \"2-10975575-1\" WHERE \"Date(s)\" = 'June 6, 2004–June 15, 2004';"} +{"question_id": 11273, "table_id": "2-1140105-2", "question": "What company was the entrant for the race with Jack Fairman as the driver with a chassis of T45?", "sql": "SELECT \"Entrant\" FROM \"2-1140105-2\" WHERE \"Driver\" = 'Jack Fairman' AND \"Chassis\" = 'T45';"} +{"question_id": 11274, "table_id": "2-1140105-2", "question": "What chassis was used by Roy Salvadori?", "sql": "SELECT \"Chassis\" FROM \"2-1140105-2\" WHERE \"Driver\" = 'Roy Salvadori';"} +{"question_id": 11275, "table_id": "2-11730341-1", "question": "Name the 2nd runner-up for July 20, 2007", "sql": "SELECT \"2nd Runner-up\" FROM \"2-11730341-1\" WHERE \"Premiere Date\" = 'July 20, 2007';"} +{"question_id": 11276, "table_id": "2-11730341-1", "question": "Name the 2nd runner-up for Yuming Lai (賴銘偉)", "sql": "SELECT \"2nd Runner-up\" FROM \"2-11730341-1\" WHERE \"Winner\" = 'Yuming Lai (賴銘偉)';"} +{"question_id": 11277, "table_id": "2-11730341-1", "question": "Name the 3rd runner-up for Celia Liang (梁曉珺)", "sql": "SELECT \"3rd Runner-up\" FROM \"2-11730341-1\" WHERE \"2nd Runner-up\" = 'Celia Liang (梁曉珺)';"} +{"question_id": 11278, "table_id": "2-11730341-1", "question": "Name the 2nd runner-up for Season 7", "sql": "SELECT \"2nd Runner-up\" FROM \"2-11730341-1\" WHERE \"Season Number\" = 'Season 7';"} +{"question_id": 11279, "table_id": "2-11730341-1", "question": "Name the runner-up for Janice Yan (閻奕格)", "sql": "SELECT \"Runner Up\" FROM \"2-11730341-1\" WHERE \"Winner\" = 'Janice Yan (閻奕格)';"} +{"question_id": 11280, "table_id": "2-11730341-1", "question": "Name the 3rd runner-up for Wu Si Ai, Usay(舞思愛)", "sql": "SELECT \"3rd Runner-up\" FROM \"2-11730341-1\" WHERE \"2nd Runner-up\" = 'Wu Si Ai, Usay(舞思愛)';"} +{"question_id": 11281, "table_id": "2-1123244-2", "question": "Which constructor has a Grid smaller than 18, and a Driver of Mika Häkkinen?", "sql": "SELECT \"Constructor\" FROM \"2-1123244-2\" WHERE \"Grid\" < 18.0 AND \"Driver\" = 'Mika Häkkinen';"} +{"question_id": 11282, "table_id": "2-1123244-2", "question": "What is the average Lap of damon hill, with a Grid smaller than 1?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1123244-2\" WHERE \"Driver\" = 'damon hill' AND \"Grid\" < 1.0;"} +{"question_id": 11283, "table_id": "2-1123244-2", "question": "What is the total number of laps with a Driver of Eddie Irvine?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1123244-2\" WHERE \"Driver\" = 'Eddie Irvine';"} +{"question_id": 11284, "table_id": "2-12070870-1", "question": "Which average games played number has the ottawa hockey club as a team and a number of wins bigger than 5?", "sql": "SELECT AVG(\"Games Played\") FROM \"2-12070870-1\" WHERE \"Team\" = 'ottawa hockey club' AND \"Wins\" > 5.0;"} +{"question_id": 11285, "table_id": "2-12070870-1", "question": "What is the mean number of goals against when there were fewer than 8 games played?", "sql": "SELECT AVG(\"Goals Against\") FROM \"2-12070870-1\" WHERE \"Games Played\" < 8.0;"} +{"question_id": 11286, "table_id": "2-12070870-1", "question": "What is the sum of wins when the goals for number was bigger than 35, the team was the montreal hockey club, and the number of losses was less than 2?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-12070870-1\" WHERE \"Goals For\" > 35.0 AND \"Team\" = 'montreal hockey club' AND \"Losses\" < 2.0;"} +{"question_id": 11287, "table_id": "2-11309447-6", "question": "What is the outcome of the match when the partner is Nicole Arendt?", "sql": "SELECT \"Outcome\" FROM \"2-11309447-6\" WHERE \"Partner\" = 'Nicole Arendt';"} +{"question_id": 11288, "table_id": "2-11171707-1", "question": "What was the week of the december 9, 1961 game with an attendance larger than 41268?", "sql": "SELECT COUNT(\"Week\") FROM \"2-11171707-1\" WHERE \"Date\" = 'december 9, 1961' AND \"Attendance\" > 41268.0;"} +{"question_id": 11289, "table_id": "2-11410137-1", "question": "None of the communities listed has a percentage smaller than 8.6 in 2006.", "sql": "SELECT COUNT(\"Seats 2001\") FROM \"2-11410137-1\" WHERE \"% 2006\" < 8.6;"} +{"question_id": 11290, "table_id": "2-11410137-1", "question": "There are communities listed that a percentage larger than 7.6 in 2001, but none of them has 2 seats listed in 2006.", "sql": "SELECT SUM(\"Seats 2001\") FROM \"2-11410137-1\" WHERE \"Seats 2006\" = 2.0 AND \"% 2001\" > 7.6;"} +{"question_id": 11291, "table_id": "2-11800675-3", "question": "What was the date of the Cubs game that had an attendance over 20737 and a loss of Dawley (2-3)?", "sql": "SELECT \"Date\" FROM \"2-11800675-3\" WHERE \"Attendance\" > 20737.0 AND \"Loss\" = 'Dawley (2-3)';"} +{"question_id": 11292, "table_id": "2-11222744-2", "question": "What is the release date of VHS Super Callanetics?", "sql": "SELECT \"Release Date\" FROM \"2-11222744-2\" WHERE \"Format\" = 'VHS' AND \"Title\" = 'Super Callanetics';"} +{"question_id": 11293, "table_id": "2-11222744-2", "question": "What format is after 1991 and has a Catalog Number of 81868?", "sql": "SELECT \"Format\" FROM \"2-11222744-2\" WHERE \"Year\" > 1991.0 AND \"Catalog Number\" = '81868';"} +{"question_id": 11294, "table_id": "2-11222744-2", "question": "How many years have a Catalog Number of 80429 / bta80429?", "sql": "SELECT COUNT(\"Year\") FROM \"2-11222744-2\" WHERE \"Catalog Number\" = '80429 / bta80429';"} +{"question_id": 11295, "table_id": "2-11865779-1", "question": "When did the score of 2-0 take place?", "sql": "SELECT \"Date\" FROM \"2-11865779-1\" WHERE \"Score\" = '2-0';"} +{"question_id": 11296, "table_id": "2-1122561-1", "question": "Where the grid is under 19, the time finished was logged as received outside assistance, what's the total number of laps?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122561-1\" WHERE \"Time/Retired\" = 'received outside assistance' AND \"Grid\" < 19.0;"} +{"question_id": 11297, "table_id": "2-10814412-9", "question": "Which player has 0 goals, 1 tries, 4 points, and plays in the Prop position?", "sql": "SELECT \"Player\" FROM \"2-10814412-9\" WHERE \"Goals\" = 0.0 AND \"Tries\" = 1.0 AND \"Points\" = 4.0 AND \"Position\" = 'Prop';"} +{"question_id": 11298, "table_id": "2-10814412-9", "question": "What is the average number of Tries for Nathan McAvoy?", "sql": "SELECT AVG(\"Tries\") FROM \"2-10814412-9\" WHERE \"Player\" = 'Nathan McAvoy';"} +{"question_id": 11299, "table_id": "2-10814412-9", "question": "What is the average number of Tries with less than 28 Points for mike forshaw?", "sql": "SELECT AVG(\"Tries\") FROM \"2-10814412-9\" WHERE \"Player\" = 'mike forshaw' AND \"Points\" < 28.0;"} +{"question_id": 11300, "table_id": "2-10812938-3", "question": "What position did the player from the Saskatchewan Roughriders (via Toronto) play?", "sql": "SELECT \"Position\" FROM \"2-10812938-3\" WHERE \"CFL Team\" = 'Saskatchewan Roughriders (via Toronto)';"} +{"question_id": 11301, "table_id": "2-10812938-3", "question": "What numbered pick was Dominic Picard, OL, selected?", "sql": "SELECT \"Pick #\" FROM \"2-10812938-3\" WHERE \"Position\" = 'OL' AND \"Player\" = 'Dominic Picard';"} +{"question_id": 11302, "table_id": "2-10807673-6", "question": "Name the date which has a home team of North Melbourne", "sql": "SELECT \"Date\" FROM \"2-10807673-6\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11303, "table_id": "2-10807673-6", "question": "Name the away team for home team of Fitzroy", "sql": "SELECT \"Away team\" FROM \"2-10807673-6\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 11304, "table_id": "2-10808681-1", "question": "What was the score for the away team that played at Glenferrie Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10808681-1\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 11305, "table_id": "2-10808681-1", "question": "When was the attendance at a venue bigger than 35151?", "sql": "SELECT \"Date\" FROM \"2-10808681-1\" WHERE \"Crowd\" > 35151.0;"} +{"question_id": 11306, "table_id": "2-1122172-1", "question": "Tell me the total number of Laps for Qual being larger than 142.81 with Grid of 12", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122172-1\" WHERE \"Qual\" > 142.81 AND \"Grid\" = 12.0;"} +{"question_id": 11307, "table_id": "2-1122172-1", "question": "Tell me the total number of Qual Laps higher than 93 with a Rank of 32 with Grid less than 32", "sql": "SELECT COUNT(\"Qual\") FROM \"2-1122172-1\" WHERE \"Laps\" > 93.0 AND \"Rank\" = 32.0 AND \"Grid\" < 32.0;"} +{"question_id": 11308, "table_id": "2-1108234-2", "question": "Tell me the payload that has an In service for 2011", "sql": "SELECT \"Payload (kg)\" FROM \"2-1108234-2\" WHERE \"In service\" = '2011';"} +{"question_id": 11309, "table_id": "2-1108234-2", "question": "Tell me the dimension that has a range of 8,000 – 10,000", "sql": "SELECT \"Dimension (m)\" FROM \"2-1108234-2\" WHERE \"Range (km)\" = '8,000 – 10,000';"} +{"question_id": 11310, "table_id": "2-1108234-2", "question": "Name the project which has a missle of Agni-III", "sql": "SELECT \"Project\" FROM \"2-1108234-2\" WHERE \"Missile\" = 'Agni-III';"} +{"question_id": 11311, "table_id": "2-1108234-2", "question": "Name the payload that has a weight of 12,000", "sql": "SELECT \"Payload (kg)\" FROM \"2-1108234-2\" WHERE \"Weight (kg)\" = '12,000';"} +{"question_id": 11312, "table_id": "2-1108234-2", "question": "Name the typ for project of IGMDP and weight of 16,000", "sql": "SELECT \"Type\" FROM \"2-1108234-2\" WHERE \"Project\" = 'IGMDP' AND \"Weight (kg)\" = '16,000';"} +{"question_id": 11313, "table_id": "2-11961176-7", "question": "What is the record of the game with Andrew Bogut (21) as the leading scorer?", "sql": "SELECT \"Record\" FROM \"2-11961176-7\" WHERE \"Leading scorer\" = 'Andrew Bogut (21)';"} +{"question_id": 11314, "table_id": "2-11961176-7", "question": "Who was the home team of the game on 26 February 2008?", "sql": "SELECT \"Home\" FROM \"2-11961176-7\" WHERE \"Date\" = '26 February 2008';"} +{"question_id": 11315, "table_id": "2-11961176-7", "question": "Who is the leading scorer of the game on 9 February 2008?", "sql": "SELECT \"Leading scorer\" FROM \"2-11961176-7\" WHERE \"Date\" = '9 February 2008';"} +{"question_id": 11316, "table_id": "2-11961176-7", "question": "Who is the leading scorer of the game on 13 February 2008?", "sql": "SELECT \"Leading scorer\" FROM \"2-11961176-7\" WHERE \"Date\" = '13 February 2008';"} +{"question_id": 11317, "table_id": "2-11961176-7", "question": "Who is the visitor team of the game with Andrew Bogut (21) as the leading scorer?", "sql": "SELECT \"Visitor\" FROM \"2-11961176-7\" WHERE \"Leading scorer\" = 'Andrew Bogut (21)';"} +{"question_id": 11318, "table_id": "2-12072778-5", "question": "What is the lowest number of events a tournament with more tha 5 cuts and less than 13 top-25 has?", "sql": "SELECT MIN(\"Events\") FROM \"2-12072778-5\" WHERE \"Cuts made\" > 5.0 AND \"Top-25\" < 13.0;"} +{"question_id": 11319, "table_id": "2-12072778-5", "question": "What is the highest top-10 a tournament with 16 cuts and less than 13 top-25 has?", "sql": "SELECT MAX(\"Top-10\") FROM \"2-12072778-5\" WHERE \"Cuts made\" = 16.0 AND \"Top-25\" < 13.0;"} +{"question_id": 11320, "table_id": "2-12072778-5", "question": "What is the top-25 of the u.s. open, which has less than 7 events?", "sql": "SELECT SUM(\"Top-25\") FROM \"2-12072778-5\" WHERE \"Tournament\" = 'u.s. open' AND \"Events\" < 7.0;"} +{"question_id": 11321, "table_id": "2-12072778-5", "question": "How many events does the tournament with a top-10 of 2 and more than 5 cuts have?", "sql": "SELECT SUM(\"Events\") FROM \"2-12072778-5\" WHERE \"Top-10\" = 2.0 AND \"Cuts made\" > 5.0;"} +{"question_id": 11322, "table_id": "2-11309680-1", "question": "What Pick number is Rich Burtness?", "sql": "SELECT AVG(\"Pick\") FROM \"2-11309680-1\" WHERE \"Name\" = 'Rich Burtness';"} +{"question_id": 11323, "table_id": "2-11309680-1", "question": "What position is Kentucky State sitting in?", "sql": "SELECT \"Position\" FROM \"2-11309680-1\" WHERE \"School\" = 'Kentucky State';"} +{"question_id": 11324, "table_id": "2-11122386-1", "question": "What is the density (hab/ km²) when the altitude m is 1300?", "sql": "SELECT \"Density (hab/ km² )\" FROM \"2-11122386-1\" WHERE \"Altitude m\" = '1300';"} +{"question_id": 11325, "table_id": "2-11122386-1", "question": "What is the Distance Medellín Downtown (km) when the municipalities Envigado?", "sql": "SELECT \"Distance Medellín Downtown ( km )\" FROM \"2-11122386-1\" WHERE \"Municipalities\" = 'Envigado';"} +{"question_id": 11326, "table_id": "2-11122386-1", "question": "What is the density (hab/ km²) when the extension km² is 380,64?", "sql": "SELECT \"Density (hab/ km² )\" FROM \"2-11122386-1\" WHERE \"Extension km²\" = '380,64';"} +{"question_id": 11327, "table_id": "2-11122386-1", "question": "What is the population (hab) when the distance medellin downtown (km) is * DANE?", "sql": "SELECT \"Population (hab)\" FROM \"2-11122386-1\" WHERE \"Distance Medellín Downtown ( km )\" = '* DANE';"} +{"question_id": 11328, "table_id": "2-11122386-1", "question": "What is the Density (hab/ km²) when the population (hab) is 58 414*?", "sql": "SELECT \"Density (hab/ km² )\" FROM \"2-11122386-1\" WHERE \"Population (hab)\" = '58 414*';"} +{"question_id": 11329, "table_id": "2-11122386-1", "question": "What is the altitude for the distance medellin downtown (km) is 42?", "sql": "SELECT \"Altitude m\" FROM \"2-11122386-1\" WHERE \"Distance Medellín Downtown ( km )\" = '42';"} +{"question_id": 11330, "table_id": "2-1169521-19", "question": "How many have SHT number 5?", "sql": "SELECT MAX(\"Quantity\") FROM \"2-1169521-19\" WHERE \"SHT Nos.\" = '5';"} +{"question_id": 11331, "table_id": "2-1169521-19", "question": "What GWR is associated with 4?", "sql": "SELECT \"GWR Nos.\" FROM \"2-1169521-19\" WHERE \"Quantity\" = 4.0;"} +{"question_id": 11332, "table_id": "2-11902440-8", "question": "What was the score on March 11?", "sql": "SELECT \"Score\" FROM \"2-11902440-8\" WHERE \"Date\" = 'March 11';"} +{"question_id": 11333, "table_id": "2-11517185-3", "question": "What is the nationality of the C?", "sql": "SELECT \"Nationality\" FROM \"2-11517185-3\" WHERE \"Position\" = 'C';"} +{"question_id": 11334, "table_id": "2-11517185-3", "question": "What team has a player from Santa Clara?", "sql": "SELECT \"Team\" FROM \"2-11517185-3\" WHERE \"College\" = 'Santa Clara';"} +{"question_id": 11335, "table_id": "2-11517185-3", "question": "What round did the College of Minnesota pick?", "sql": "SELECT \"Round\" FROM \"2-11517185-3\" WHERE \"College\" = 'Minnesota';"} +{"question_id": 11336, "table_id": "2-11517185-3", "question": "What team had Pick 2?", "sql": "SELECT \"Team\" FROM \"2-11517185-3\" WHERE \"Pick\" = '2';"} +{"question_id": 11337, "table_id": "2-11517185-3", "question": "What nationality is the player from the College of Cincinnati?", "sql": "SELECT \"Nationality\" FROM \"2-11517185-3\" WHERE \"College\" = 'Cincinnati';"} +{"question_id": 11338, "table_id": "2-10812403-4", "question": "Which player went to the college of Western Washington?", "sql": "SELECT \"Player\" FROM \"2-10812403-4\" WHERE \"College\" = 'Western Washington';"} +{"question_id": 11339, "table_id": "2-11622318-3", "question": "How much money did the player ranked above 3 with under 28 events earn?", "sql": "SELECT COUNT(\"Earnings ( $ )\") FROM \"2-11622318-3\" WHERE \"Events\" < 28.0 AND \"Rank\" < 3.0;"} +{"question_id": 11340, "table_id": "2-11622318-3", "question": "What is the low win total for players ranked below 4?", "sql": "SELECT MIN(\"Wins\") FROM \"2-11622318-3\" WHERE \"Rank\" > 4.0;"} +{"question_id": 11341, "table_id": "2-11055438-10", "question": "Which name has a percentage of 0.59%?", "sql": "SELECT \"Name\" FROM \"2-11055438-10\" WHERE \"Percentage\" = '0.59%';"} +{"question_id": 11342, "table_id": "2-11055438-10", "question": "What is the exact number of Total that has a percentage of precisely 12.03%?", "sql": "SELECT COUNT(\"Total\") FROM \"2-11055438-10\" WHERE \"Percentage\" = '12.03%';"} +{"question_id": 11343, "table_id": "2-11251152-1", "question": "What was the result on 1990-11-04?", "sql": "SELECT \"Result\" FROM \"2-11251152-1\" WHERE \"Date\" = '1990-11-04';"} +{"question_id": 11344, "table_id": "2-11251152-1", "question": "Who was the opponent in week 3?", "sql": "SELECT \"Opponent\" FROM \"2-11251152-1\" WHERE \"Week\" = 3.0;"} +{"question_id": 11345, "table_id": "2-11251152-1", "question": "Where was the game on 1990-11-18?", "sql": "SELECT \"Game site\" FROM \"2-11251152-1\" WHERE \"Date\" = '1990-11-18';"} +{"question_id": 11346, "table_id": "2-1123444-2", "question": "What is the average number of laps for grid 8?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1123444-2\" WHERE \"Grid\" = 8.0;"} +{"question_id": 11347, "table_id": "2-1123444-2", "question": "Who built the car that has a Time/Retired of 1:34:12.912?", "sql": "SELECT \"Constructor\" FROM \"2-1123444-2\" WHERE \"Time/Retired\" = '1:34:12.912';"} +{"question_id": 11348, "table_id": "2-11974088-3", "question": "How many TDs did the player with less than 7 long and less than 4 yards have?", "sql": "SELECT \"TD's\" FROM \"2-11974088-3\" WHERE \"Long\" < 7.0 AND \"Yards\" < 4.0;"} +{"question_id": 11349, "table_id": "2-11636955-15", "question": "What is the rd number where the reg GP is 0 and the pick is 150?", "sql": "SELECT COUNT(\"Rd #\") FROM \"2-11636955-15\" WHERE \"Reg GP\" = 0.0 AND \"Pick #\" = 150.0;"} +{"question_id": 11350, "table_id": "2-1171713-1", "question": "What season had a position higher than 11 and an attendance per game of 9153?", "sql": "SELECT MAX(\"Season\") FROM \"2-1171713-1\" WHERE \"Attendance/G\" = 9153.0 AND \"Pos.\" > 11.0;"} +{"question_id": 11351, "table_id": "2-11034066-3", "question": "Where Result is Nominated and Organization is 54th The Television Academy Drama Awards, what is the award?", "sql": "SELECT \"Award\" FROM \"2-11034066-3\" WHERE \"Result\" = 'Nominated' AND \"Organization\" = '54th The Television Academy Drama Awards';"} +{"question_id": 11352, "table_id": "2-11034066-3", "question": "Where Work is Veterinarian Dolittle, what is the Organization?", "sql": "SELECT \"Organization\" FROM \"2-11034066-3\" WHERE \"Work\" = 'Veterinarian Dolittle';"} +{"question_id": 11353, "table_id": "2-11034066-3", "question": "Where Award is Newcomer Actress, what is the work?", "sql": "SELECT \"Work\" FROM \"2-11034066-3\" WHERE \"Award\" = 'Newcomer Actress';"} +{"question_id": 11354, "table_id": "2-11034066-3", "question": "Where Award is Best Actress and Work is First Kiss, what is the average Year?", "sql": "SELECT AVG(\"Year\") FROM \"2-11034066-3\" WHERE \"Award\" = 'Best Actress' AND \"Work\" = 'First Kiss';"} +{"question_id": 11355, "table_id": "2-12022316-3", "question": "What round did the Maccabi Haifa FC club have?", "sql": "SELECT \"Round\" FROM \"2-12022316-3\" WHERE \"Club\" = 'Maccabi Haifa FC';"} +{"question_id": 11356, "table_id": "2-12022316-3", "question": "What competition did the Maccabi Haifa FC club play?", "sql": "SELECT \"Competition\" FROM \"2-12022316-3\" WHERE \"Club\" = 'Maccabi Haifa FC';"} +{"question_id": 11357, "table_id": "2-11964263-9", "question": "What is the record of the game on March 5?", "sql": "SELECT \"Record\" FROM \"2-11964263-9\" WHERE \"Date\" = 'March 5';"} +{"question_id": 11358, "table_id": "2-11964263-9", "question": "What is the home team of the game with the Raptors as the visitor team?", "sql": "SELECT \"Home\" FROM \"2-11964263-9\" WHERE \"Visitor\" = 'Raptors';"} +{"question_id": 11359, "table_id": "2-11926805-4", "question": "What competition was at Puskás Ferenc Stadium , Budapest , Hungary, and a Score of 1–0?", "sql": "SELECT \"Competition\" FROM \"2-11926805-4\" WHERE \"Venue\" = 'Puskás Ferenc Stadium , Budapest , Hungary' AND \"Score\" = '1–0';"} +{"question_id": 11360, "table_id": "2-11051842-7", "question": "Name the object type with an NGC number more than 6638 and right ascensions being 18h25m37.8s", "sql": "SELECT \"Object type\" FROM \"2-11051842-7\" WHERE \"NGC number\" > 6638.0 AND \"Right ascension ( J2000 )\" = '18h25m37.8s';"} +{"question_id": 11361, "table_id": "2-11051842-7", "question": "Tell me the constellation which has a right ascension of 18h17m41.1s", "sql": "SELECT \"Constellation\" FROM \"2-11051842-7\" WHERE \"Right ascension ( J2000 )\" = '18h17m41.1s';"} +{"question_id": 11362, "table_id": "2-11891841-1", "question": "What is the total number of Since with a Goals larger than 6, and a Name with deco?", "sql": "SELECT COUNT(\"Since\") FROM \"2-11891841-1\" WHERE \"Goals\" > 6.0 AND \"Name\" = 'deco';"} +{"question_id": 11363, "table_id": "2-11891841-1", "question": "What is the average Ends with a Since of 2003, and a Name with Márquez?", "sql": "SELECT AVG(\"Ends\") FROM \"2-11891841-1\" WHERE \"Since\" = 2003.0 AND \"Name\" = 'Márquez';"} +{"question_id": 11364, "table_id": "2-11891841-1", "question": "What is the sum of Ends with a Name of abidal, and has a Since larger than 2007?", "sql": "SELECT SUM(\"Ends\") FROM \"2-11891841-1\" WHERE \"Name\" = 'abidal' AND \"Since\" > 2007.0;"} +{"question_id": 11365, "table_id": "2-11763491-1", "question": "Which finish has a Record of 74-68?", "sql": "SELECT \"Finish\" FROM \"2-11763491-1\" WHERE \"Record\" = '74-68';"} +{"question_id": 11366, "table_id": "2-11763491-1", "question": "What is the total of the year with a Team of Johnson City Yankees, and a Finish of 6th?", "sql": "SELECT SUM(\"Year\") FROM \"2-11763491-1\" WHERE \"Team\" = 'Johnson City Yankees' AND \"Finish\" = '6th';"} +{"question_id": 11367, "table_id": "2-11763491-1", "question": "Which record has a Team of Manchester Yankees?", "sql": "SELECT \"Record\" FROM \"2-11763491-1\" WHERE \"Team\" = 'Manchester Yankees';"} +{"question_id": 11368, "table_id": "2-11763491-1", "question": "Which organization has a Finish of 4th?", "sql": "SELECT \"Organization\" FROM \"2-11763491-1\" WHERE \"Finish\" = '4th';"} +{"question_id": 11369, "table_id": "2-11763491-1", "question": "Which year has an Organization of New York Yankees, and a Team of Johnson City Yankees?", "sql": "SELECT \"Year\" FROM \"2-11763491-1\" WHERE \"Organization\" = 'New York Yankees' AND \"Team\" = 'Johnson City Yankees';"} +{"question_id": 11370, "table_id": "2-1122046-1", "question": "Which constructor had a grid number bigger than 14, laps of more than 93, and rank higher than 25?", "sql": "SELECT \"Constructor\" FROM \"2-1122046-1\" WHERE \"Grid\" > 14.0 AND \"Laps\" > 93.0 AND \"Rank\" > 25.0;"} +{"question_id": 11371, "table_id": "2-1122046-1", "question": "Which qual has rank of more than 28 and a grid number that is bigger than 23?", "sql": "SELECT \"Qual\" FROM \"2-1122046-1\" WHERE \"Rank\" > 28.0 AND \"Grid\" > 23.0;"} +{"question_id": 11372, "table_id": "2-1122046-1", "question": "What is the total qual where the grid number is 24?", "sql": "SELECT SUM(\"Qual\") FROM \"2-1122046-1\" WHERE \"Grid\" = 24.0;"} +{"question_id": 11373, "table_id": "2-10911-1", "question": "What is the Suffix for the Group of Benzyl?", "sql": "SELECT \"Suffix\" FROM \"2-10911-1\" WHERE \"Group\" = 'Benzyl';"} +{"question_id": 11374, "table_id": "2-10911-1", "question": "Which Formula has a Prefix of alkyl-?", "sql": "SELECT \"Formula\" FROM \"2-10911-1\" WHERE \"Prefix\" = 'alkyl-';"} +{"question_id": 11375, "table_id": "2-11766617-8", "question": "Who was the Home team when the Visitor was Florida, with a Decision of Ramo?", "sql": "SELECT \"Home\" FROM \"2-11766617-8\" WHERE \"Decision\" = 'Ramo' AND \"Visitor\" = 'Florida';"} +{"question_id": 11376, "table_id": "2-11766617-8", "question": "What was the Decision when the Visitor was Carolina?", "sql": "SELECT \"Decision\" FROM \"2-11766617-8\" WHERE \"Visitor\" = 'Carolina';"} +{"question_id": 11377, "table_id": "2-10809142-12", "question": "Which crowd has an Away team score of 10.10 (70)?", "sql": "SELECT \"Crowd\" FROM \"2-10809142-12\" WHERE \"Away team score\" = '10.10 (70)';"} +{"question_id": 11378, "table_id": "2-10809142-12", "question": "What is the home score with Away team score of 3.7 (25)?", "sql": "SELECT \"Home team score\" FROM \"2-10809142-12\" WHERE \"Away team score\" = '3.7 (25)';"} +{"question_id": 11379, "table_id": "2-10809142-12", "question": "Which away team was at Windy Hill?", "sql": "SELECT \"Away team\" FROM \"2-10809142-12\" WHERE \"Venue\" = 'Windy Hill';"} +{"question_id": 11380, "table_id": "2-10809142-12", "question": "Which away team has a Home team score of 10.14 (74)?", "sql": "SELECT \"Away team\" FROM \"2-10809142-12\" WHERE \"Home team score\" = '10.14 (74)';"} +{"question_id": 11381, "table_id": "2-11308224-9", "question": "For the category of Most Popular Star with a result of Won for 2007, what was the award?", "sql": "SELECT \"Award\" FROM \"2-11308224-9\" WHERE \"Result\" = 'Won' AND \"Category\" = 'Most Popular Star' AND \"Year\" = 2007.0;"} +{"question_id": 11382, "table_id": "2-11308224-9", "question": "What is the result for The King and I after 2006?", "sql": "SELECT \"Result\" FROM \"2-11308224-9\" WHERE \"Year\" > 2006.0 AND \"Nominated work\" = 'The King and I';"} +{"question_id": 11383, "table_id": "2-11262643-7", "question": "What is the main color(s) for Marlboro?", "sql": "SELECT \"Main colour(s)\" FROM \"2-11262643-7\" WHERE \"Main sponsor(s)\" = 'Marlboro';"} +{"question_id": 11384, "table_id": "2-11262643-7", "question": "What is the additional major sponsor(s) that has Red as its main color after 1991?", "sql": "SELECT \"Additional major sponsor(s)\" FROM \"2-11262643-7\" WHERE \"Main colour(s)\" = 'Red' AND \"Year\" > 1991.0;"} +{"question_id": 11385, "table_id": "2-1167302-1", "question": "Who was the Brother of Edward VIII?", "sql": "SELECT \"Name\" FROM \"2-1167302-1\" WHERE \"Relationship with Predecessor(s)\" = 'Brother of Edward VIII';"} +{"question_id": 11386, "table_id": "2-1122987-1", "question": "How many laps are associated with a time of + 1:39.591?", "sql": "SELECT \"Laps\" FROM \"2-1122987-1\" WHERE \"Time/Retired\" = '+ 1:39.591';"} +{"question_id": 11387, "table_id": "2-1122987-1", "question": "What is the average number of laps for a grid of 6?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1122987-1\" WHERE \"Grid\" = 6.0;"} +{"question_id": 11388, "table_id": "2-11932504-2", "question": "Name the data with a percent gain of 28.4%", "sql": "SELECT \"Data\" FROM \"2-11932504-2\" WHERE \"Percent gain\" = '28.4%';"} +{"question_id": 11389, "table_id": "2-12063332-2", "question": "Which smallest swimsuit number's interview was less than 8.574 when the average number was bigger than 8.532?", "sql": "SELECT MIN(\"Swimsuit\") FROM \"2-12063332-2\" WHERE \"Interview\" < 8.574 AND \"Average\" > 8.532;"} +{"question_id": 11390, "table_id": "2-12063332-2", "question": "Which smallest interview number had a swimsuit stat of less than 9.322, an evening gown score of more than 9.259, and an average number of 9.321?", "sql": "SELECT MIN(\"Interview\") FROM \"2-12063332-2\" WHERE \"Swimsuit\" < 9.322 AND \"Evening Gown\" > 9.259 AND \"Average\" = 9.321;"} +{"question_id": 11391, "table_id": "2-12063332-2", "question": "What is the highest mean number for texas when the swimsuit stat was more than 8.839?", "sql": "SELECT MAX(\"Average\") FROM \"2-12063332-2\" WHERE \"State\" = 'texas' AND \"Swimsuit\" > 8.839;"} +{"question_id": 11392, "table_id": "2-12063332-2", "question": "What is the mean evening gown number when the average is 8.686?", "sql": "SELECT AVG(\"Evening Gown\") FROM \"2-12063332-2\" WHERE \"Average\" = 8.686;"} +{"question_id": 11393, "table_id": "2-12063332-2", "question": "What is the sum number of evening gown stats for new jersey when the interview was less than 9.344?", "sql": "SELECT COUNT(\"Evening Gown\") FROM \"2-12063332-2\" WHERE \"State\" = 'new jersey' AND \"Interview\" < 9.344;"} +{"question_id": 11394, "table_id": "2-1206975-1", "question": "What engine was made in 1991?", "sql": "SELECT \"Engine(s)\" FROM \"2-1206975-1\" WHERE \"Year\" = 1991.0;"} +{"question_id": 11395, "table_id": "2-1206975-1", "question": "What engines have the year 1992?", "sql": "SELECT \"Engine(s)\" FROM \"2-1206975-1\" WHERE \"Year\" = 1992.0;"} +{"question_id": 11396, "table_id": "2-1206975-1", "question": "What chassis has the year 1987?", "sql": "SELECT \"Chassis\" FROM \"2-1206975-1\" WHERE \"Year\" = 1987.0;"} +{"question_id": 11397, "table_id": "2-1206975-1", "question": "What is the average points for the chassis Lola LC88?", "sql": "SELECT AVG(\"Points\") FROM \"2-1206975-1\" WHERE \"Chassis\" = 'Lola LC88';"} +{"question_id": 11398, "table_id": "2-1111814-1", "question": "what is the attendance when the location is Veterans Stadium, the game is more than 3 and the time is 2:21?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-1111814-1\" WHERE \"Location\" = 'Veterans Stadium' AND \"Game\" > 3.0 AND \"Time\" = '2:21';"} +{"question_id": 11399, "table_id": "2-1111814-1", "question": "what is the score when the time is 2:22?", "sql": "SELECT \"Score\" FROM \"2-1111814-1\" WHERE \"Time\" = '2:22';"} +{"question_id": 11400, "table_id": "2-1111814-1", "question": "how many games have a location of memorial stadium and a time of 2:27?", "sql": "SELECT COUNT(\"Game\") FROM \"2-1111814-1\" WHERE \"Location\" = 'memorial stadium' AND \"Time\" = '2:27';"} +{"question_id": 11401, "table_id": "2-1111814-1", "question": "what is the attendance on the date of october 16 and the game is more than 5?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-1111814-1\" WHERE \"Date\" = 'october 16' AND \"Game\" > 5.0;"} +{"question_id": 11402, "table_id": "2-11508001-7", "question": "What was the lowest attendance for a score of 5 - 0?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-11508001-7\" WHERE \"Score\" = '5 - 0';"} +{"question_id": 11403, "table_id": "2-11508001-7", "question": "On what date was the record 21-25?", "sql": "SELECT \"Date\" FROM \"2-11508001-7\" WHERE \"Record\" = '21-25';"} +{"question_id": 11404, "table_id": "2-10783853-6", "question": "What is the away team score at Princes Park with a Crowd larger than 27455?", "sql": "SELECT \"Away team score\" FROM \"2-10783853-6\" WHERE \"Crowd\" > 27455.0 AND \"Venue\" = 'Princes Park';"} +{"question_id": 11405, "table_id": "2-1122566-1", "question": "I want the total number of Laps for time/retired for + 4 laps and grid more than 20", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122566-1\" WHERE \"Time/Retired\" = '+ 4 laps' AND \"Grid\" > 20.0;"} +{"question_id": 11406, "table_id": "2-1122566-1", "question": "I want the average Laps for grid of 9", "sql": "SELECT AVG(\"Laps\") FROM \"2-1122566-1\" WHERE \"Grid\" = 9.0;"} +{"question_id": 11407, "table_id": "2-1145645-1", "question": "What is the total works number of the locomotive with 0-6-4T type after 1875?", "sql": "SELECT SUM(\"Works number\") FROM \"2-1145645-1\" WHERE \"Type\" = '0-6-4T' AND \"Date\" > 1875.0;"} +{"question_id": 11408, "table_id": "2-1145645-1", "question": "What is the total work number of Gowrie after 1875?", "sql": "SELECT SUM(\"Works number\") FROM \"2-1145645-1\" WHERE \"Date\" > 1875.0 AND \"Name\" = 'Gowrie';"} +{"question_id": 11409, "table_id": "2-1145645-1", "question": "What is the average work number of Snowdon Ranger with the builder Vulcan Foundry?", "sql": "SELECT AVG(\"Works number\") FROM \"2-1145645-1\" WHERE \"Builder\" = 'Vulcan Foundry' AND \"Name\" = 'Snowdon Ranger';"} +{"question_id": 11410, "table_id": "2-1145645-1", "question": "What is the total work number of gowrie with a 0-6-4t type after 1908?", "sql": "SELECT COUNT(\"Works number\") FROM \"2-1145645-1\" WHERE \"Type\" = '0-6-4t' AND \"Name\" = 'gowrie' AND \"Date\" > 1908.0;"} +{"question_id": 11411, "table_id": "2-11622006-1", "question": "What day was the Bell Atlantic Classic?", "sql": "SELECT \"Date\" FROM \"2-11622006-1\" WHERE \"Tournament\" = 'Bell Atlantic Classic';"} +{"question_id": 11412, "table_id": "2-11822708-4", "question": "What was the Set 1 game score when Set 3 game score was 15–4, and a Set 2 game score was 15–7?", "sql": "SELECT \"Set 1\" FROM \"2-11822708-4\" WHERE \"Set 3\" = '15–4' AND \"Set 2\" = '15–7';"} +{"question_id": 11413, "table_id": "2-11279593-9", "question": "What lowest Bodyweight has a Snatch smaller than 55?", "sql": "SELECT MIN(\"Bodyweight\") FROM \"2-11279593-9\" WHERE \"Snatch\" < 55.0;"} +{"question_id": 11414, "table_id": "2-11279593-9", "question": "Which bodyweight has a Total (kg) of 145.0?", "sql": "SELECT \"Bodyweight\" FROM \"2-11279593-9\" WHERE \"Total (kg)\" = '145.0';"} +{"question_id": 11415, "table_id": "2-1174877-14", "question": "What's the Current Status of Livery of the Network South-East?", "sql": "SELECT \"Current status\" FROM \"2-1174877-14\" WHERE \"Livery\" = 'Network South-East';"} +{"question_id": 11416, "table_id": "2-1174877-14", "question": "What's Number & Name listed for the Date 1967?", "sql": "SELECT \"Number & name\" FROM \"2-1174877-14\" WHERE \"Date\" = 1967.0;"} +{"question_id": 11417, "table_id": "2-10883333-11", "question": "What is the average crowd size for an away team with a score of 13.12 (90)?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10883333-11\" WHERE \"Away team score\" = '13.12 (90)';"} +{"question_id": 11418, "table_id": "2-10883333-11", "question": "When was the game at Collingwood?", "sql": "SELECT \"Date\" FROM \"2-10883333-11\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 11419, "table_id": "2-10883333-11", "question": "What is the away team score for the team that has a home team score of 19.13 (127)?", "sql": "SELECT \"Away team score\" FROM \"2-10883333-11\" WHERE \"Home team score\" = '19.13 (127)';"} +{"question_id": 11420, "table_id": "2-10883333-11", "question": "Where does Geelong play their home game?", "sql": "SELECT \"Venue\" FROM \"2-10883333-11\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 11421, "table_id": "2-10790804-9", "question": "In which venue was North Melbourne the Away team?", "sql": "SELECT \"Venue\" FROM \"2-10790804-9\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 11422, "table_id": "2-10790804-9", "question": "What was the home team's score at Corio Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10790804-9\" WHERE \"Venue\" = 'Corio Oval';"} +{"question_id": 11423, "table_id": "2-10790804-9", "question": "What did the home team score in the game where the Away team scored 11.11 (77)?", "sql": "SELECT \"Home team score\" FROM \"2-10790804-9\" WHERE \"Away team score\" = '11.11 (77)';"} +{"question_id": 11424, "table_id": "2-1092-1", "question": "what is the lowest number of live births when the crude birth rate (per 1000) is more than 22.1, the crude death rate (per 1000) is less than 5.5, the average population (x1000) is 2401, and the natural change is more than 45272?", "sql": "SELECT MIN(\"Live births\") FROM \"2-1092-1\" WHERE \"Crude birth rate (per 1000)\" > 22.1 AND \"Crude death rate (per 1000)\" < 5.5 AND \"Average population (x 1000)\" = 2401.0 AND \"Natural change\" > 45272.0;"} +{"question_id": 11425, "table_id": "2-1092-1", "question": "what is the crude birth rate (per 1000) when the natural change (per 1000) is more than 31.6 and the average population (x1000) is less than 1802?", "sql": "SELECT SUM(\"Crude birth rate (per 1000)\") FROM \"2-1092-1\" WHERE \"Natural change (per 1000)\" > 31.6 AND \"Average population (x 1000)\" < 1802.0;"} +{"question_id": 11426, "table_id": "2-1092-1", "question": "what is the average crude death rate (per 1000) when the live births is less than 72400, the crude birth rate (per 1000) is more than 10 and the average population (x1000) is 2518?", "sql": "SELECT AVG(\"Crude death rate (per 1000)\") FROM \"2-1092-1\" WHERE \"Live births\" < 72400.0 AND \"Crude birth rate (per 1000)\" > 10.0 AND \"Average population (x 1000)\" = 2518.0;"} +{"question_id": 11427, "table_id": "2-1092-1", "question": "what is the crude birth rate (per 1000) when the crude death rate (per 1000) is less than 6.2, the average population (x1000) is larger than 2770 and the natural change (per 1000) is 17.2?", "sql": "SELECT SUM(\"Crude birth rate (per 1000)\") FROM \"2-1092-1\" WHERE \"Crude death rate (per 1000)\" < 6.2 AND \"Average population (x 1000)\" > 2770.0 AND \"Natural change (per 1000)\" = 17.2;"} +{"question_id": 11428, "table_id": "2-12018584-1", "question": "What were the casulaties on the McKeesport, which had a tonnage larger than 5136?", "sql": "SELECT \"Casualties\" FROM \"2-12018584-1\" WHERE \"Tonnage\" > 5136.0 AND \"Name\" = 'McKeesport';"} +{"question_id": 11429, "table_id": "2-12018584-1", "question": "What were the casualties of the ship sunk by U-125?", "sql": "SELECT \"Casualties\" FROM \"2-12018584-1\" WHERE \"Sunk by…\" = 'U-125';"} +{"question_id": 11430, "table_id": "2-12018584-1", "question": "What is the name of the ship sunk on 5 May 1943 from the United Kingdom sunk by an U-266 with 0 casualties?", "sql": "SELECT \"Name\" FROM \"2-12018584-1\" WHERE \"Date\" = '5 May 1943' AND \"Nationality\" = 'United Kingdom' AND \"Sunk by…\" = 'U-266' AND \"Casualties\" = '0';"} +{"question_id": 11431, "table_id": "2-12018584-1", "question": "What is the nationality of the ship with a tonnage larger than 5507 sunk by an U-584?", "sql": "SELECT \"Nationality\" FROM \"2-12018584-1\" WHERE \"Tonnage\" > 5507.0 AND \"Sunk by…\" = 'U-584';"} +{"question_id": 11432, "table_id": "2-11652183-3", "question": "Who loss the game when the record was 3-10?", "sql": "SELECT \"Loss\" FROM \"2-11652183-3\" WHERE \"Record\" = '3-10';"} +{"question_id": 11433, "table_id": "2-11652183-3", "question": "What was the record on April 7?", "sql": "SELECT \"Record\" FROM \"2-11652183-3\" WHERE \"Date\" = 'April 7';"} +{"question_id": 11434, "table_id": "2-11051842-10", "question": "What Object Type has a °03′32″ Declination (J2000)?", "sql": "SELECT \"Object type\" FROM \"2-11051842-10\" WHERE \"Declination ( J2000 )\" = '°03′32″';"} +{"question_id": 11435, "table_id": "2-11051842-10", "question": "What Constellation has a 20h56m40s Right Ascension (J2000)?", "sql": "SELECT \"Constellation\" FROM \"2-11051842-10\" WHERE \"Right ascension ( J2000 )\" = '20h56m40s';"} +{"question_id": 11436, "table_id": "2-11051842-10", "question": "What is the Right Ascension with a Diffuse nebula Object Type has a °42′30″ Declination and a NGC less than 6995?", "sql": "SELECT \"Right ascension ( J2000 )\" FROM \"2-11051842-10\" WHERE \"NGC number\" < 6995.0 AND \"Object type\" = 'Diffuse nebula' AND \"Declination ( J2000 )\" = '°42′30″';"} +{"question_id": 11437, "table_id": "2-11051842-10", "question": "What Object Type has a 21h01m37.7s Right Ascension (J2000) and 6995 or greater NGC?", "sql": "SELECT \"Object type\" FROM \"2-11051842-10\" WHERE \"NGC number\" > 6995.0 AND \"Right ascension ( J2000 )\" = '21h01m37.7s';"} +{"question_id": 11438, "table_id": "2-11677312-2", "question": "Tell me the average size for minor third", "sql": "SELECT AVG(\"size (steps)\") FROM \"2-11677312-2\" WHERE \"interval name\" = 'minor third';"} +{"question_id": 11439, "table_id": "2-11506714-2", "question": "Who was the losing team on June 16?", "sql": "SELECT \"Losing Team\" FROM \"2-11506714-2\" WHERE \"Date\" = 'June 16';"} +{"question_id": 11440, "table_id": "2-11506714-2", "question": "What was the score of the game on June 28?", "sql": "SELECT \"Score\" FROM \"2-11506714-2\" WHERE \"Date\" = 'June 28';"} +{"question_id": 11441, "table_id": "2-11506714-2", "question": "Who beat the Marlins with a score of 4-0?", "sql": "SELECT \"Winning Team\" FROM \"2-11506714-2\" WHERE \"Losing Team\" = 'Marlins' AND \"Score\" = '4-0';"} +{"question_id": 11442, "table_id": "2-11506714-2", "question": "What is the date of the game at the Pro Player Stadium that had a score of 4-1?", "sql": "SELECT \"Date\" FROM \"2-11506714-2\" WHERE \"Venue\" = 'Pro Player Stadium' AND \"Score\" = '4-1';"} +{"question_id": 11443, "table_id": "2-11173827-1", "question": "With 1.97 million HK viewers and a finale more than 33, what was the total number of peaks?", "sql": "SELECT COUNT(\"Peak\") FROM \"2-11173827-1\" WHERE \"HK viewers\" = '1.97 million' AND \"Finale\" > 33.0;"} +{"question_id": 11444, "table_id": "2-11061673-1", "question": "When were Scottish Football League XI the opponents with a score of 1-5?", "sql": "SELECT \"Date\" FROM \"2-11061673-1\" WHERE \"Opponents\" = 'Scottish Football League XI' AND \"Score\" = '1-5';"} +{"question_id": 11445, "table_id": "2-11061673-1", "question": "What's the score on 17/03/1956?", "sql": "SELECT \"Score\" FROM \"2-11061673-1\" WHERE \"Date\" = '17/03/1956';"} +{"question_id": 11446, "table_id": "2-11061673-1", "question": "When the result is D, who are the opponents?", "sql": "SELECT \"Opponents\" FROM \"2-11061673-1\" WHERE \"Result\" = 'D';"} +{"question_id": 11447, "table_id": "2-11061673-1", "question": "What's the result when the score is 2-2?", "sql": "SELECT \"Result\" FROM \"2-11061673-1\" WHERE \"Score\" = '2-2';"} +{"question_id": 11448, "table_id": "2-11568882-2", "question": "What's in third place that's going 1-0?", "sql": "SELECT \"3rd Place\" FROM \"2-11568882-2\" WHERE \"Score\" = '1-0';"} +{"question_id": 11449, "table_id": "2-11568882-2", "question": "Who is in third place when the Kaizer Chiefs won 1-0?", "sql": "SELECT \"3rd Place\" FROM \"2-11568882-2\" WHERE \"Winners\" = 'Kaizer Chiefs' AND \"Score\" = '1-0';"} +{"question_id": 11450, "table_id": "2-11935487-2", "question": "Which girls singles in 2012?", "sql": "SELECT \"Girls' Singles\" FROM \"2-11935487-2\" WHERE \"Year\" = 2012.0;"} +{"question_id": 11451, "table_id": "2-11935487-2", "question": "Which boys double was in 1998?", "sql": "SELECT \"Boys' Doubles\" FROM \"2-11935487-2\" WHERE \"Year\" = 1998.0;"} +{"question_id": 11452, "table_id": "2-11935487-2", "question": "Which is the earliest year that had mixed doubles for Wang Wei Lu Ying?", "sql": "SELECT MIN(\"Year\") FROM \"2-11935487-2\" WHERE \"Mixed Doubles\" = 'Wang Wei Lu Ying';"} +{"question_id": 11453, "table_id": "2-11870943-7", "question": "What is the 2011 value that has ATP Masters Series in 2007?", "sql": "SELECT \"2011\" FROM \"2-11870943-7\" WHERE \"2007\" = 'ATP Masters Series';"} +{"question_id": 11454, "table_id": "2-11870943-7", "question": "What is the 2011 value that has a 2R in 2008 and a 4R in 2012?", "sql": "SELECT \"2011\" FROM \"2-11870943-7\" WHERE \"2008\" = '2R' AND \"2012\" = '4R';"} +{"question_id": 11455, "table_id": "2-11870943-7", "question": "WhAt is the 2012 vAlue with An A vAlue in 2007 And A vAlue in 2010 in the Canada Masters?", "sql": "SELECT \"2012\" FROM \"2-11870943-7\" WHERE \"2007\" = 'A' AND \"2010\" = 'A' AND \"Tournament\" = 'Canada Masters';"} +{"question_id": 11456, "table_id": "2-11870943-7", "question": "WhAt is the 2012 vAlue with 1R in 2011, 2007 of A, 2010 of 1R, And 2009 of A?", "sql": "SELECT \"2012\" FROM \"2-11870943-7\" WHERE \"2011\" = '1R' AND \"2007\" = 'A' AND \"2010\" = '1R' AND \"2009\" = 'A';"} +{"question_id": 11457, "table_id": "2-11870943-7", "question": "What is the 2007 value with NMS in 2011?", "sql": "SELECT \"2007\" FROM \"2-11870943-7\" WHERE \"2011\" = 'NMS';"} +{"question_id": 11458, "table_id": "2-11056278-1", "question": "Christian Fittipaldi drove in what team?", "sql": "SELECT \"Team\" FROM \"2-11056278-1\" WHERE \"Drivers\" = 'Christian Fittipaldi';"} +{"question_id": 11459, "table_id": "2-11056278-1", "question": "What driver had a 15-20 record?", "sql": "SELECT \"Drivers\" FROM \"2-11056278-1\" WHERE \"Races\" = '15-20';"} +{"question_id": 11460, "table_id": "2-11056278-1", "question": "Who drove a race car with a Mercedes IC 108E engine and has an 8-10 record?", "sql": "SELECT \"Drivers\" FROM \"2-11056278-1\" WHERE \"Engine\" = 'Mercedes IC 108E' AND \"Races\" = '8-10';"} +{"question_id": 11461, "table_id": "2-11056278-1", "question": "Which person drove a Reynard 2KI with a Honda HRK engine?", "sql": "SELECT \"Races\" FROM \"2-11056278-1\" WHERE \"Chassis\" = 'Reynard 2KI' AND \"Engine\" = 'Honda HRK';"} +{"question_id": 11462, "table_id": "2-11942582-9", "question": "What artist had a single called Alien Rock b/w Combat, The Remix on 12 Inch Vinyl format?", "sql": "SELECT \"Artist\" FROM \"2-11942582-9\" WHERE \"Format\" = '12 Inch Vinyl' AND \"Single\" = 'Alien Rock b/w Combat, The Remix';"} +{"question_id": 11463, "table_id": "2-11942582-9", "question": "What single was written by the artist cap D?", "sql": "SELECT \"Single\" FROM \"2-11942582-9\" WHERE \"Artist\" = 'cap D';"} +{"question_id": 11464, "table_id": "2-11974738-2", "question": "What date was the opponent in the final Virginie Pichet?", "sql": "SELECT \"Date\" FROM \"2-11974738-2\" WHERE \"Opponent in final\" = 'Virginie Pichet';"} +{"question_id": 11465, "table_id": "2-1119345-1", "question": "What time was game 7?", "sql": "SELECT \"Time\" FROM \"2-1119345-1\" WHERE \"Game\" = 7.0;"} +{"question_id": 11466, "table_id": "2-10806852-3", "question": "When the game was played at the Venue of Lake Oval, what was the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10806852-3\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 11467, "table_id": "2-10806852-3", "question": "When the Venue was Glenferrie Oval, who is the Away team?", "sql": "SELECT \"Away team\" FROM \"2-10806852-3\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 11468, "table_id": "2-10806852-3", "question": "When north melbourne is the Away team, what is the total number of the Crowd?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10806852-3\" WHERE \"Away team\" = 'north melbourne';"} +{"question_id": 11469, "table_id": "2-10806852-3", "question": "When Richmond is the Away team, what did they score?", "sql": "SELECT \"Away team score\" FROM \"2-10806852-3\" WHERE \"Away team\" = 'Richmond';"} +{"question_id": 11470, "table_id": "2-10806852-3", "question": "When Geelong is the Away team, what did the Home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10806852-3\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 11471, "table_id": "2-1079348-1", "question": "Which race has a pole of Test driver and a team name of Lucky Strike Honda Racing F1 Team?", "sql": "SELECT \"Races\" FROM \"2-1079348-1\" WHERE \"Poles\" = 'Test driver' AND \"Team Name\" = 'Lucky Strike Honda Racing F1 Team';"} +{"question_id": 11472, "table_id": "2-1079348-1", "question": "Which pole has a Season of 2009 and points of Test driver?", "sql": "SELECT \"Poles\" FROM \"2-1079348-1\" WHERE \"Season\" = 2009.0 AND \"Points\" = 'Test driver';"} +{"question_id": 11473, "table_id": "2-1171582-1", "question": "What is the date of the tournament with 5 strokes as the margin of victory?", "sql": "SELECT \"Date\" FROM \"2-1171582-1\" WHERE \"Margin of victory\" = '5 strokes';"} +{"question_id": 11474, "table_id": "2-1171582-1", "question": "What is the margin of victory of the tournament on 15 Jul 2007?", "sql": "SELECT \"Margin of victory\" FROM \"2-1171582-1\" WHERE \"Date\" = '15 Jul 2007';"} +{"question_id": 11475, "table_id": "2-1171582-1", "question": "What is the margin of victory of the tournament with a winning score of 70-67-64-71=272?", "sql": "SELECT \"Margin of victory\" FROM \"2-1171582-1\" WHERE \"Winning score\" = '70-67-64-71=272';"} +{"question_id": 11476, "table_id": "2-1105741-1", "question": "Tell me the average points with tyres of B and chassis of TF109", "sql": "SELECT AVG(\"Points\") FROM \"2-1105741-1\" WHERE \"Tyres\" = 'B' AND \"Chassis\" = 'TF109';"} +{"question_id": 11477, "table_id": "2-1105741-1", "question": "Tell me the total number of points with chassis of tf103", "sql": "SELECT COUNT(\"Points\") FROM \"2-1105741-1\" WHERE \"Chassis\" = 'tf103';"} +{"question_id": 11478, "table_id": "2-11511365-8", "question": "Which partners were Runner-up in the tournament in Mons, Belgium?", "sql": "SELECT \"Partner\" FROM \"2-11511365-8\" WHERE \"Outcome\" = 'Runner-up' AND \"Tournament\" = 'Mons, Belgium';"} +{"question_id": 11479, "table_id": "2-1187808-1", "question": "What is the total track that is translated in brussels?", "sql": "SELECT COUNT(\"Track\") FROM \"2-1187808-1\" WHERE \"Translation\" = 'brussels';"} +{"question_id": 11480, "table_id": "2-1187808-1", "question": "Which title has tracks smaller than 7 with translation of An island?", "sql": "SELECT \"Title\" FROM \"2-1187808-1\" WHERE \"Track\" < 7.0 AND \"Translation\" = 'An island';"} +{"question_id": 11481, "table_id": "2-1187808-1", "question": "What is the record for Brussels translations?", "sql": "SELECT \"Recorded\" FROM \"2-1187808-1\" WHERE \"Translation\" = 'Brussels';"} +{"question_id": 11482, "table_id": "2-10809271-15", "question": "The away team scored 15.9 (99) at what venue?", "sql": "SELECT \"Venue\" FROM \"2-10809271-15\" WHERE \"Away team score\" = '15.9 (99)';"} +{"question_id": 11483, "table_id": "2-10809271-15", "question": "What's the largest crowd that attended a game at Junction Oval?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809271-15\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11484, "table_id": "2-11545282-5", "question": "Who did Mark Eaton play for?", "sql": "SELECT \"School/Club Team\" FROM \"2-11545282-5\" WHERE \"Player\" = 'Mark Eaton';"} +{"question_id": 11485, "table_id": "2-11545282-5", "question": "What position did someone play from 1982-84?", "sql": "SELECT \"Position\" FROM \"2-11545282-5\" WHERE \"Years for Jazz\" = '1982-84';"} +{"question_id": 11486, "table_id": "2-11545282-5", "question": "Who does Jeremy Evans play for?", "sql": "SELECT \"School/Club Team\" FROM \"2-11545282-5\" WHERE \"Player\" = 'Jeremy Evans';"} +{"question_id": 11487, "table_id": "2-11545282-5", "question": "What nationality is Mark Eaton, Center position?", "sql": "SELECT \"Nationality\" FROM \"2-11545282-5\" WHERE \"Position\" = 'Center' AND \"Player\" = 'Mark Eaton';"} +{"question_id": 11488, "table_id": "2-11545282-5", "question": "What's the position listed for the East Carolina team?", "sql": "SELECT \"Position\" FROM \"2-11545282-5\" WHERE \"School/Club Team\" = 'East Carolina';"} +{"question_id": 11489, "table_id": "2-12075633-1", "question": "What is the home/away of the game at Nickerson Field at July 10?", "sql": "SELECT \"Home/Away\" FROM \"2-12075633-1\" WHERE \"Field\" = 'Nickerson Field' AND \"Date\" = 'July 10';"} +{"question_id": 11490, "table_id": "2-12075633-1", "question": "What is the date of the game Away against Pride?", "sql": "SELECT \"Date\" FROM \"2-12075633-1\" WHERE \"Opponent\" = 'Pride' AND \"Home/Away\" = 'Away';"} +{"question_id": 11491, "table_id": "2-12075633-1", "question": "What is the result of the Home game on August 14?", "sql": "SELECT \"Result\" FROM \"2-12075633-1\" WHERE \"Home/Away\" = 'Home' AND \"Date\" = 'August 14';"} +{"question_id": 11492, "table_id": "2-12075633-1", "question": "What is the date of the game against the Lizards with a result of W 18-17?", "sql": "SELECT \"Date\" FROM \"2-12075633-1\" WHERE \"Opponent\" = 'Lizards' AND \"Result\" = 'W 18-17';"} +{"question_id": 11493, "table_id": "2-12075633-1", "question": "What is the field of the game on July 22?", "sql": "SELECT \"Field\" FROM \"2-12075633-1\" WHERE \"Date\" = 'July 22';"} +{"question_id": 11494, "table_id": "2-12028710-4", "question": "Who had a Disputed marriage?", "sql": "SELECT \"Name\" FROM \"2-12028710-4\" WHERE \"Marriage\" = 'Disputed';"} +{"question_id": 11495, "table_id": "2-11945691-2", "question": "On October 25, when the visitor was Colorado, what is the score?", "sql": "SELECT \"Score\" FROM \"2-11945691-2\" WHERE \"Visitor\" = 'Colorado' AND \"Date\" = 'October 25';"} +{"question_id": 11496, "table_id": "2-1108394-43", "question": "How many voters were in Manhattan when 181,639 people voted in the Bronx?", "sql": "SELECT \"Richmond [Staten Is.]\" FROM \"2-1108394-43\" WHERE \"The Bronx\" = '181,639';"} +{"question_id": 11497, "table_id": "2-1108394-43", "question": "When Richmond had a total count of 2,293, what was the total count of Brooklyn?", "sql": "SELECT \"Brooklyn\" FROM \"2-1108394-43\" WHERE \"Richmond [Staten Is.]\" = '2,293';"} +{"question_id": 11498, "table_id": "2-11622496-3", "question": "What is the average earnings of the player from the united states with a win smaller than 2 and a rank larger than 3?", "sql": "SELECT AVG(\"Earnings ( $ )\") FROM \"2-11622496-3\" WHERE \"Country\" = 'united states' AND \"Wins\" < 2.0 AND \"Rank\" > 3.0;"} +{"question_id": 11499, "table_id": "2-11622496-3", "question": "What is the average events that al geiberger played with wins smaller than 1?", "sql": "SELECT AVG(\"Events\") FROM \"2-11622496-3\" WHERE \"Player\" = 'al geiberger' AND \"Wins\" < 1.0;"} +{"question_id": 11500, "table_id": "2-11622496-3", "question": "What is the rank where the events is 31?", "sql": "SELECT \"Rank\" FROM \"2-11622496-3\" WHERE \"Events\" = 31.0;"} +{"question_id": 11501, "table_id": "2-11622496-3", "question": "What is the total number of events that al geiberger has played with earnings larger than 527033?", "sql": "SELECT COUNT(\"Events\") FROM \"2-11622496-3\" WHERE \"Player\" = 'al geiberger' AND \"Earnings ( $ )\" > 527033.0;"} +{"question_id": 11502, "table_id": "2-11622496-3", "question": "What is the average events where the rank is smaller than 2 and wins are smaller than 5?", "sql": "SELECT AVG(\"Events\") FROM \"2-11622496-3\" WHERE \"Rank\" < 2.0 AND \"Wins\" < 5.0;"} +{"question_id": 11503, "table_id": "2-11821711-6", "question": "Who did team Phoenix visit in their home?", "sql": "SELECT \"Home\" FROM \"2-11821711-6\" WHERE \"Visitor\" = 'Phoenix';"} +{"question_id": 11504, "table_id": "2-12003874-2", "question": "What is the highest round in the wec 25 match in las vegas, nevada, united states?", "sql": "SELECT MAX(\"Round\") FROM \"2-12003874-2\" WHERE \"Location\" = 'las vegas, nevada, united states' AND \"Event\" = 'wec 25';"} +{"question_id": 11505, "table_id": "2-12003874-2", "question": "What event had 1 round and a record of 6-2?", "sql": "SELECT \"Event\" FROM \"2-12003874-2\" WHERE \"Round\" = 1.0 AND \"Record\" = '6-2';"} +{"question_id": 11506, "table_id": "2-11441293-1", "question": "Which school has more than 3 rounds with Jason Odom?", "sql": "SELECT \"School\" FROM \"2-11441293-1\" WHERE \"Round\" > 3.0 AND \"Player\" = 'Jason Odom';"} +{"question_id": 11507, "table_id": "2-11662172-1", "question": "Name the least evening gown for interview more than 7.97 and swimsui of 7.24", "sql": "SELECT MIN(\"Evening gown\") FROM \"2-11662172-1\" WHERE \"Swimsuit\" = 7.24 AND \"Interview\" > 7.97;"} +{"question_id": 11508, "table_id": "2-11801795-16", "question": "What is the nationality of Mattias Modig?", "sql": "SELECT \"Nationality\" FROM \"2-11801795-16\" WHERE \"Player\" = 'Mattias Modig';"} +{"question_id": 11509, "table_id": "2-10806592-2", "question": "In the game where the home team was St Kilda, what was the attendance?", "sql": "SELECT \"Crowd\" FROM \"2-10806592-2\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 11510, "table_id": "2-10806592-2", "question": "In the game with the venue of MCG, what was the attendance?", "sql": "SELECT \"Crowd\" FROM \"2-10806592-2\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 11511, "table_id": "2-10806592-2", "question": "In the game that took place at Junction Oval, how much did the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10806592-2\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11512, "table_id": "2-10806592-2", "question": "In the game where the crowd was 11327 and the hoem team scored 13.17 (95) How much did the away team score?", "sql": "SELECT \"Away team\" FROM \"2-10806592-2\" WHERE \"Crowd\" > 11327.0 AND \"Home team score\" = '13.17 (95)';"} +{"question_id": 11513, "table_id": "2-11961701-6", "question": "Who was the visiting team when the home team was Seattle?", "sql": "SELECT \"Visitor\" FROM \"2-11961701-6\" WHERE \"Home\" = 'Seattle';"} +{"question_id": 11514, "table_id": "2-11963735-7", "question": "What was the record on 12 March 2008?", "sql": "SELECT \"Record\" FROM \"2-11963735-7\" WHERE \"Date\" = '12 March 2008';"} +{"question_id": 11515, "table_id": "2-11963735-7", "question": "Who was the home team on 27 March 2008?", "sql": "SELECT \"Home\" FROM \"2-11963735-7\" WHERE \"Date\" = '27 March 2008';"} +{"question_id": 11516, "table_id": "2-11963735-7", "question": "What was the score when the Mavericks were visitors?", "sql": "SELECT \"Score\" FROM \"2-11963735-7\" WHERE \"Visitor\" = 'Mavericks';"} +{"question_id": 11517, "table_id": "2-1083851-2", "question": "What is the home city when the crowd is under 18060, and in the 2011/2012 season they were Prima Divisione/A play-off winners?", "sql": "SELECT \"Home city\" FROM \"2-1083851-2\" WHERE \"Capacity\" < 18060.0 AND \"2011-12 season\" = 'Prima Divisione/A play-off winners';"} +{"question_id": 11518, "table_id": "2-1083851-2", "question": "How many people attended games at alberto picco stadium?", "sql": "SELECT COUNT(\"Capacity\") FROM \"2-1083851-2\" WHERE \"Stadium\" = 'alberto picco';"} +{"question_id": 11519, "table_id": "2-1083851-2", "question": "What team finished 19th in Serie A in 2011/2012?", "sql": "SELECT \"Team\" FROM \"2-1083851-2\" WHERE \"2011-12 season\" = '19th in Serie A';"} +{"question_id": 11520, "table_id": "2-1083851-2", "question": "What team is from Terni?", "sql": "SELECT \"Team\" FROM \"2-1083851-2\" WHERE \"Home city\" = 'Terni';"} +{"question_id": 11521, "table_id": "2-11821711-7", "question": "What is the total attendance of the game with toronto as the visitor team?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11821711-7\" WHERE \"Visitor\" = 'toronto';"} +{"question_id": 11522, "table_id": "2-11003266-1", "question": "What position does Tim Barnett play?", "sql": "SELECT \"Position\" FROM \"2-11003266-1\" WHERE \"Player\" = 'Tim Barnett';"} +{"question_id": 11523, "table_id": "2-11250-4", "question": "I want the sum of number of seasons in top division for position in 2012-13 of 009 9th and number of seasons in premier league less than 3", "sql": "SELECT SUM(\"Number of seasons in top division\") FROM \"2-11250-4\" WHERE \"Position in 2012–13\" = '009 9th' AND \"Number of seasons in the Premier League\" < 3.0;"} +{"question_id": 11524, "table_id": "2-10981660-1", "question": "How many tons was the ship from norway?", "sql": "SELECT COUNT(\"Tons\") FROM \"2-10981660-1\" WHERE \"Nationality\" = 'norway';"} +{"question_id": 11525, "table_id": "2-10790651-4", "question": "At what venue did the away team have a score of 16.8 (104)?", "sql": "SELECT \"Venue\" FROM \"2-10790651-4\" WHERE \"Away team score\" = '16.8 (104)';"} +{"question_id": 11526, "table_id": "2-10790651-4", "question": "How many people were in attendance at Glenferrie Oval?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10790651-4\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 11527, "table_id": "2-10790651-4", "question": "What was the away team score at Brunswick Street Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10790651-4\" WHERE \"Venue\" = 'Brunswick Street Oval';"} +{"question_id": 11528, "table_id": "2-10790651-4", "question": "What was Melbourne's away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10790651-4\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 11529, "table_id": "2-10790651-4", "question": "Who was the away team when the home team scored 18.20 (128)?", "sql": "SELECT \"Away team\" FROM \"2-10790651-4\" WHERE \"Home team score\" = '18.20 (128)';"} +{"question_id": 11530, "table_id": "2-11545282-11", "question": "What is Adam Keefe's nationality?", "sql": "SELECT \"Nationality\" FROM \"2-11545282-11\" WHERE \"Player\" = 'Adam Keefe';"} +{"question_id": 11531, "table_id": "2-11545282-11", "question": "Who is the player who went to Stanford?", "sql": "SELECT \"Player\" FROM \"2-11545282-11\" WHERE \"School/Club Team\" = 'Stanford';"} +{"question_id": 11532, "table_id": "2-11545282-11", "question": "What are the years on the Jazz for the player who is a Combo forward?", "sql": "SELECT \"Years for Jazz\" FROM \"2-11545282-11\" WHERE \"Position\" = 'Combo forward';"} +{"question_id": 11533, "table_id": "2-12079804-1", "question": "What is the total for the state of new york and a swimsuit less than 9.394?", "sql": "SELECT SUM(\"Interview\") FROM \"2-12079804-1\" WHERE \"State\" = 'new york' AND \"Swimsuit\" < 9.394;"} +{"question_id": 11534, "table_id": "2-12079804-1", "question": "What is the greatest interview that has a swimsuit less than 8.838?", "sql": "SELECT MAX(\"Interview\") FROM \"2-12079804-1\" WHERE \"Swimsuit\" < 8.838;"} +{"question_id": 11535, "table_id": "2-12079804-1", "question": "What is the lowest average that has a swimsuit less than 8.966, for west virginia and an evening gown less than 8.711?", "sql": "SELECT MIN(\"Average\") FROM \"2-12079804-1\" WHERE \"Swimsuit\" < 8.966 AND \"State\" = 'west virginia' AND \"Evening Gown\" < 8.711;"} +{"question_id": 11536, "table_id": "2-12079804-1", "question": "What is the lowest swimsuit that has an evening gown bigger than 8.794 for Illinois?", "sql": "SELECT MIN(\"Swimsuit\") FROM \"2-12079804-1\" WHERE \"Evening Gown\" > 8.794 AND \"State\" = 'Illinois';"} +{"question_id": 11537, "table_id": "2-11233358-6", "question": "What day was the score 3-0 after 2011?", "sql": "SELECT \"Date\" FROM \"2-11233358-6\" WHERE \"Score\" = '3-0' AND \"Year\" = 2011.0;"} +{"question_id": 11538, "table_id": "2-11233358-6", "question": "What day was the result a Win, the score 2-1, and the year before 2012?", "sql": "SELECT \"Date\" FROM \"2-11233358-6\" WHERE \"Result\" = 'Win' AND \"Score\" = '2-1' AND \"Year\" < 2012.0;"} +{"question_id": 11539, "table_id": "2-11312931-1", "question": "What is the highest amount of floors in Stockholm with a rank of 15?", "sql": "SELECT MAX(\"Floors\") FROM \"2-11312931-1\" WHERE \"Location\" = 'Stockholm' AND \"Rank\" = '15';"} +{"question_id": 11540, "table_id": "2-11312931-1", "question": "What is the rank of Skanskaskrapan?", "sql": "SELECT \"Rank\" FROM \"2-11312931-1\" WHERE \"Name\" = 'Skanskaskrapan';"} +{"question_id": 11541, "table_id": "2-11312931-1", "question": "What is the rank of Point Hyllie?", "sql": "SELECT \"Rank\" FROM \"2-11312931-1\" WHERE \"Name\" = 'Point Hyllie';"} +{"question_id": 11542, "table_id": "2-1157732-1", "question": "How many bronzes for the nation with 2 golds and ranked below 2?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-1157732-1\" WHERE \"Gold\" = 2.0 AND \"Rank\" > 2.0;"} +{"question_id": 11543, "table_id": "2-11766617-6", "question": "Who was the visitor when Toronto was at home with over 17019 attending?", "sql": "SELECT \"Visitor\" FROM \"2-11766617-6\" WHERE \"Attendance\" > 17019.0 AND \"Home\" = 'Toronto';"} +{"question_id": 11544, "table_id": "2-11766617-6", "question": "What was the decision when Montreal was at home?", "sql": "SELECT \"Decision\" FROM \"2-11766617-6\" WHERE \"Home\" = 'Montreal';"} +{"question_id": 11545, "table_id": "2-11766617-6", "question": "What day is the team 17–24–5?", "sql": "SELECT \"Date\" FROM \"2-11766617-6\" WHERE \"Record\" = '17–24–5';"} +{"question_id": 11546, "table_id": "2-11775918-4", "question": "Who was the visitor on November 14 with Leclaire recording the decision?", "sql": "SELECT \"Visitor\" FROM \"2-11775918-4\" WHERE \"Decision\" = 'Leclaire' AND \"Date\" = 'November 14';"} +{"question_id": 11547, "table_id": "2-11775918-4", "question": "What day was St. Louis the visitor?", "sql": "SELECT \"Date\" FROM \"2-11775918-4\" WHERE \"Visitor\" = 'St. Louis';"} +{"question_id": 11548, "table_id": "2-11803648-12", "question": "What club team is the United States player with an overall pick smaller than 142 from?", "sql": "SELECT \"Club team\" FROM \"2-11803648-12\" WHERE \"Nationality\" = 'United States' AND \"Overall\" < 142.0;"} +{"question_id": 11549, "table_id": "2-11051842-4", "question": "Which object type had an NGC number greater than 6357 and a declination (J2000) of °45′34″?", "sql": "SELECT \"Object type\" FROM \"2-11051842-4\" WHERE \"NGC number\" > 6357.0 AND \"Declination ( J2000 )\" = '°45′34″';"} +{"question_id": 11550, "table_id": "2-11051842-4", "question": "For the constellation Scorpius and object of Planetary nebula, what was the declination (J2000)?", "sql": "SELECT \"Declination ( J2000 )\" FROM \"2-11051842-4\" WHERE \"Constellation\" = 'Scorpius' AND \"Object type\" = 'Planetary nebula';"} +{"question_id": 11551, "table_id": "2-11916083-22", "question": "What is the earliest year a red maple had a mintage over 15000?", "sql": "SELECT MIN(\"Year\") FROM \"2-11916083-22\" WHERE \"Theme\" = 'red maple' AND \"Mintage\" > 15000.0;"} +{"question_id": 11552, "table_id": "2-11916083-22", "question": "What is the issue price of a Voyageur before 2006?", "sql": "SELECT \"Issue Price\" FROM \"2-11916083-22\" WHERE \"Year\" < 2006.0 AND \"Theme\" = 'Voyageur';"} +{"question_id": 11553, "table_id": "2-11916083-22", "question": "How many Cowboy coins were minted?", "sql": "SELECT \"Mintage\" FROM \"2-11916083-22\" WHERE \"Theme\" = 'Cowboy';"} +{"question_id": 11554, "table_id": "2-10808681-6", "question": "What was the attendance of the south melbourne away game?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10808681-6\" WHERE \"Away team\" = 'south melbourne';"} +{"question_id": 11555, "table_id": "2-10808681-6", "question": "What was the opponents score when Carlton played at home?", "sql": "SELECT \"Away team score\" FROM \"2-10808681-6\" WHERE \"Home team\" = 'Carlton';"} +{"question_id": 11556, "table_id": "2-10808681-6", "question": "Who was the home team at MCG?", "sql": "SELECT \"Home team\" FROM \"2-10808681-6\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 11557, "table_id": "2-1098967-1", "question": "Tell me the HDD capacity for # FDD larger than 0 when FDD capacity is 710kb", "sql": "SELECT \"HDD Capacity\" FROM \"2-1098967-1\" WHERE \"# FDD\" > 0.0 AND \"FDD Capacity (each)\" = '710kb';"} +{"question_id": 11558, "table_id": "2-1098967-1", "question": "I want to know the HP model with a #HDD of 1 of sides of DS", "sql": "SELECT \"HP Model\" FROM \"2-1098967-1\" WHERE \"# HDD\" = 1.0 AND \"Sides\" = 'DS';"} +{"question_id": 11559, "table_id": "2-1098967-1", "question": "Tell me the command set with FDD capacity of 270kb and sides of DS with #FDD more than 1", "sql": "SELECT \"Command Set\" FROM \"2-1098967-1\" WHERE \"FDD Capacity (each)\" = '270kb' AND \"Sides\" = 'DS' AND \"# FDD\" > 1.0;"} +{"question_id": 11560, "table_id": "2-1121030-2", "question": "what was the foundation of Politeknik Pagoh?", "sql": "SELECT AVG(\"Foundation\") FROM \"2-1121030-2\" WHERE \"Official Name in Malay\" = 'Politeknik Pagoh';"} +{"question_id": 11561, "table_id": "2-11268916-3", "question": "When the shares were less than 8, how many total viewers were there?", "sql": "SELECT \"Total viewers\" FROM \"2-11268916-3\" WHERE \"Share\" < 8.0;"} +{"question_id": 11562, "table_id": "2-10790510-5", "question": "What is the lowest crowd when North Melbourne played at home?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10790510-5\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11563, "table_id": "2-10790510-5", "question": "Which home team has a crowd larger than 25000?", "sql": "SELECT \"Home team\" FROM \"2-10790510-5\" WHERE \"Crowd\" > 25000.0;"} +{"question_id": 11564, "table_id": "2-10790510-5", "question": "What is the average crowd size where the away team scored 22.12 (144)?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10790510-5\" WHERE \"Away team score\" = '22.12 (144)';"} +{"question_id": 11565, "table_id": "2-1123630-2", "question": "What driver has a grid of under 10, and under 70 laps?", "sql": "SELECT \"Driver\" FROM \"2-1123630-2\" WHERE \"Grid\" < 10.0 AND \"Laps\" < 70.0;"} +{"question_id": 11566, "table_id": "2-1123630-2", "question": "How many total laps for a grid of 3?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1123630-2\" WHERE \"Grid\" = 3.0;"} +{"question_id": 11567, "table_id": "2-1123630-2", "question": "What is the average grid for Giorgio Pantano?", "sql": "SELECT AVG(\"Grid\") FROM \"2-1123630-2\" WHERE \"Driver\" = 'Giorgio Pantano';"} +{"question_id": 11568, "table_id": "2-11318462-7", "question": "What is the Year 10 6th Quads for the Open 2nd VIII of ACGS and a Year 11 2nd VIII NC?", "sql": "SELECT \"Year 10 6th Quad\" FROM \"2-11318462-7\" WHERE \"Open 2nd VIII\" = 'ACGS' AND \"Year 11 2nd VIII\" = 'NC';"} +{"question_id": 11569, "table_id": "2-11318462-7", "question": "What is the Year 10 5th Quads with NC as Open 1st VIII and NC as a Year 10 3rd Quads?", "sql": "SELECT \"Year 10 5th Quad\" FROM \"2-11318462-7\" WHERE \"Open 1st VIII\" = 'NC' AND \"Year 10 3rd Quad\" = 'NC';"} +{"question_id": 11570, "table_id": "2-11318462-7", "question": "What is the Open 1st VIII for the 2012 crew?", "sql": "SELECT \"Open 1st VIII\" FROM \"2-11318462-7\" WHERE \"Crew\" = 2012.0;"} +{"question_id": 11571, "table_id": "2-11513685-5", "question": "Who lost on July 20 with 42607 attending?", "sql": "SELECT \"Loss\" FROM \"2-11513685-5\" WHERE \"Attendance\" > 42607.0 AND \"Date\" = 'July 20';"} +{"question_id": 11572, "table_id": "2-11513685-5", "question": "On July 25 what is the lowest attendance with the Brewers as the opponent?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-11513685-5\" WHERE \"Opponent\" = 'Brewers' AND \"Date\" = 'July 25';"} +{"question_id": 11573, "table_id": "2-11907963-5", "question": "Tell me the high assists for Orlando", "sql": "SELECT \"High assists\" FROM \"2-11907963-5\" WHERE \"Team\" = 'Orlando';"} +{"question_id": 11574, "table_id": "2-11748792-2", "question": "Who was the presenter on Friday of the series in which Alice Levine Jamie East presented on Sunday?", "sql": "SELECT \"Friday\" FROM \"2-11748792-2\" WHERE \"Sunday\" = 'Alice Levine Jamie East';"} +{"question_id": 11575, "table_id": "2-11748792-2", "question": "In what series did Alice Levine Jamie East give a presentation on Saturday?", "sql": "SELECT \"Series\" FROM \"2-11748792-2\" WHERE \"Saturday\" = 'Alice Levine Jamie East';"} +{"question_id": 11576, "table_id": "2-11748792-2", "question": "Who was the presenter on Thursday of the series in which Emma Willis was the presenter on Wednesday, and Alice Levine Jamie East was the presenter on Sunday?", "sql": "SELECT \"Thursday\" FROM \"2-11748792-2\" WHERE \"Wednesday\" = 'Emma Willis' AND \"Sunday\" = 'Alice Levine Jamie East';"} +{"question_id": 11577, "table_id": "2-11748792-2", "question": "On the series in which Emma Willis Jamie East presented on Friday, who was the presenter on Sunday?", "sql": "SELECT \"Sunday\" FROM \"2-11748792-2\" WHERE \"Friday\" = 'Emma Willis Jamie East';"} +{"question_id": 11578, "table_id": "2-11748792-2", "question": "Who was the presenter on Monday of \"Big Brother 13\" in which Alice Levine Jamie East presented on Sunday?", "sql": "SELECT \"Monday\" FROM \"2-11748792-2\" WHERE \"Sunday\" = 'Alice Levine Jamie East' AND \"Series\" = 'Big Brother 13';"} +{"question_id": 11579, "table_id": "2-1125581-1", "question": "What state was the president who was elected earlier than 1848 born in?", "sql": "SELECT \"Birth State\" FROM \"2-1125581-1\" WHERE \"Election Year\" < 1848.0;"} +{"question_id": 11580, "table_id": "2-1125581-1", "question": "What is the resident state for the president elected in 1864?", "sql": "SELECT \"Resident State\" FROM \"2-1125581-1\" WHERE \"Election Year\" = 1864.0;"} +{"question_id": 11581, "table_id": "2-1125581-1", "question": "What is the election year of the president with a Birth State of Lost Connecticut?", "sql": "SELECT AVG(\"Election Year\") FROM \"2-1125581-1\" WHERE \"Birth State\" = 'Lost Connecticut';"} +{"question_id": 11582, "table_id": "2-1200886-2", "question": "Which ICAO's IATA is ATH?", "sql": "SELECT \"ICAO\" FROM \"2-1200886-2\" WHERE \"IATA\" = 'ATH';"} +{"question_id": 11583, "table_id": "2-1200886-2", "question": "Which country's city is Sendai?", "sql": "SELECT \"Country\" FROM \"2-1200886-2\" WHERE \"City\" = 'Sendai';"} +{"question_id": 11584, "table_id": "2-1200886-2", "question": "Which ICAO's city is Manchester?", "sql": "SELECT \"ICAO\" FROM \"2-1200886-2\" WHERE \"City\" = 'Manchester';"} +{"question_id": 11585, "table_id": "2-1200886-2", "question": "Which airport is in Saudi Arabia when the ICAO is OEJN?", "sql": "SELECT \"Airport\" FROM \"2-1200886-2\" WHERE \"Country\" = 'Saudi Arabia' AND \"ICAO\" = 'OEJN';"} +{"question_id": 11586, "table_id": "2-1200886-2", "question": "Which IATA's ICAO is RJSS?", "sql": "SELECT \"IATA\" FROM \"2-1200886-2\" WHERE \"ICAO\" = 'RJSS';"} +{"question_id": 11587, "table_id": "2-1200886-2", "question": "Which country features Adelaide Airport?", "sql": "SELECT \"Country\" FROM \"2-1200886-2\" WHERE \"Airport\" = 'Adelaide Airport';"} +{"question_id": 11588, "table_id": "2-11242816-2", "question": "What is the mean number of laps when the grid was 8?", "sql": "SELECT AVG(\"Laps\") FROM \"2-11242816-2\" WHERE \"Grid\" = 8.0;"} +{"question_id": 11589, "table_id": "2-11242816-2", "question": "What is the largest lap number when the time was +31.982?", "sql": "SELECT MAX(\"Laps\") FROM \"2-11242816-2\" WHERE \"Time\" = '+31.982';"} +{"question_id": 11590, "table_id": "2-11242816-2", "question": "What time was there when the bike was Ducati 999 F06 and the grid number was 15?", "sql": "SELECT \"Time\" FROM \"2-11242816-2\" WHERE \"Bike\" = 'Ducati 999 F06' AND \"Grid\" = 15.0;"} +{"question_id": 11591, "table_id": "2-1205243-11", "question": "What is the total number of goals that Malaysia scored where they played more than 1 game, had more than 1 draw, lost fewer than 19 games, and had more than 3 goals scored against them?", "sql": "SELECT COUNT(\"Goals for\") FROM \"2-1205243-11\" WHERE \"Games played\" > 1.0 AND \"Drawn*\" > 1.0 AND \"Lost\" < 19.0 AND \"Goals against\" > 3.0;"} +{"question_id": 11592, "table_id": "2-11266821-2", "question": "What network is the Korean title of MBC 베스트극장 - 작은 도둑 on?", "sql": "SELECT \"Network\" FROM \"2-11266821-2\" WHERE \"Korean title\" = 'MBC 베스트극장 - 작은 도둑';"} +{"question_id": 11593, "table_id": "2-1092361-8", "question": "On what surface was the tournament with opponents Kathleen Horvath Marcella Mesker in the finals?", "sql": "SELECT \"Surface\" FROM \"2-1092361-8\" WHERE \"Opponents in the final\" = 'Kathleen Horvath Marcella Mesker';"} +{"question_id": 11594, "table_id": "2-1092361-8", "question": "What is the date of the final that has a score of 3–6, 6–3, 6–4 and Penny Barg Paula Smith was the opponent?", "sql": "SELECT \"Date\" FROM \"2-1092361-8\" WHERE \"Score in the final\" = '3–6, 6–3, 6–4' AND \"Opponents in the final\" = 'Penny Barg Paula Smith';"} +{"question_id": 11595, "table_id": "2-10887379-5", "question": "How many people attended games at VFL Park?", "sql": "SELECT SUM(\"Crowd\") FROM \"2-10887379-5\" WHERE \"Venue\" = 'VFL Park';"} +{"question_id": 11596, "table_id": "2-10887379-5", "question": "What is the away team's score when the Home team score is 17.14 (116)?", "sql": "SELECT \"Away team score\" FROM \"2-10887379-5\" WHERE \"Home team score\" = '17.14 (116)';"} +{"question_id": 11597, "table_id": "2-10887379-5", "question": "Who is the home side when Geelong is the away side?", "sql": "SELECT \"Home team\" FROM \"2-10887379-5\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 11598, "table_id": "2-10791466-2", "question": "Which Country of origin has a Pick larger than 1 and a College named Far Eastern / PSBA?", "sql": "SELECT \"Country of origin*\" FROM \"2-10791466-2\" WHERE \"Pick\" > 1.0 AND \"College\" = 'Far Eastern / PSBA';"} +{"question_id": 11599, "table_id": "2-10791466-2", "question": "Which Pick has the College named Far Eastern / PSBA?", "sql": "SELECT \"Pick\" FROM \"2-10791466-2\" WHERE \"College\" = 'Far Eastern / PSBA';"} +{"question_id": 11600, "table_id": "2-10790397-1", "question": "When did Hawthorn play as the away team?", "sql": "SELECT \"Date\" FROM \"2-10790397-1\" WHERE \"Away team\" = 'Hawthorn';"} +{"question_id": 11601, "table_id": "2-10790397-1", "question": "Which team played Footscray?", "sql": "SELECT \"Away team\" FROM \"2-10790397-1\" WHERE \"Home team\" = 'Footscray';"} +{"question_id": 11602, "table_id": "2-10790397-1", "question": "How many were in the crowd when North Melbourne was the home team?", "sql": "SELECT \"Crowd\" FROM \"2-10790397-1\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11603, "table_id": "2-10809823-1", "question": "Tell me the home team score for Essendon", "sql": "SELECT \"Home team score\" FROM \"2-10809823-1\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 11604, "table_id": "2-1122262-1", "question": "Tell me the Host interface for digital of DVB-T (CX22702) and model of Nova-t PCI (90002)", "sql": "SELECT \"Host Interface\" FROM \"2-1122262-1\" WHERE \"Digital\" = 'DVB-T (CX22702)' AND \"Model\" = 'Nova-t PCI (90002)';"} +{"question_id": 11605, "table_id": "2-1122262-1", "question": "I want the model for digital of DVB-T (CX22702) and tuner of Thomson DTT75105", "sql": "SELECT \"Model\" FROM \"2-1122262-1\" WHERE \"Digital\" = 'DVB-T (CX22702)' AND \"Tuner\" = 'Thomson DTT75105';"} +{"question_id": 11606, "table_id": "2-1122262-1", "question": "I want the type for host interface of PCI SAA7146 TMX320AV7111", "sql": "SELECT \"Type\" FROM \"2-1122262-1\" WHERE \"Host Interface\" = 'PCI SAA7146 TMX320AV7111';"} +{"question_id": 11607, "table_id": "2-1122262-1", "question": "I want the tuner for Hybrid Video Recorder and Digital of DVB-T (ZL10353), and a Model of HVR-900", "sql": "SELECT \"Tuner\" FROM \"2-1122262-1\" WHERE \"Type\" = 'Hybrid Video Recorder' AND \"Digital\" = 'DVB-T (ZL10353)' AND \"Model\" = 'HVR-900';"} +{"question_id": 11608, "table_id": "2-1122262-1", "question": "Tell me the digital for tuner of Thomson DTT75105", "sql": "SELECT \"Digital\" FROM \"2-1122262-1\" WHERE \"Tuner\" = 'Thomson DTT75105';"} +{"question_id": 11609, "table_id": "2-10789881-7", "question": "What did the home team score when the away team scored 12.8 (80)?", "sql": "SELECT \"Home team score\" FROM \"2-10789881-7\" WHERE \"Away team score\" = '12.8 (80)';"} +{"question_id": 11610, "table_id": "2-11872185-7", "question": "What's the Total number of Opening Weekend Net Gross that occured after the year 2012 with a Rank of 1?", "sql": "SELECT COUNT(\"Opening Weekend Net Gross\") FROM \"2-11872185-7\" WHERE \"Year\" > 2012.0 AND \"Rank\" = 1.0;"} +{"question_id": 11611, "table_id": "2-11872185-7", "question": "Which Studio has the Year of 2012 listed and the Movie, Dabangg?", "sql": "SELECT \"Studio(s)\" FROM \"2-11872185-7\" WHERE \"Year\" = 2012.0 AND \"Movie\" = 'Dabangg';"} +{"question_id": 11612, "table_id": "2-11872185-7", "question": "What's the sum of Opening Weekend Net Gross at the Studio of UTV Motion Pictures?", "sql": "SELECT SUM(\"Opening Weekend Net Gross\") FROM \"2-11872185-7\" WHERE \"Studio(s)\" = 'UTV Motion Pictures';"} +{"question_id": 11613, "table_id": "2-11872185-7", "question": "What's the total number of years with a Rank that smaller than 7, Studio of red chillies entertainment, and Opening Weekend Net Gross of 529300000?", "sql": "SELECT COUNT(\"Year\") FROM \"2-11872185-7\" WHERE \"Rank\" < 7.0 AND \"Studio(s)\" = 'red chillies entertainment' AND \"Opening Weekend Net Gross\" = 529300000.0;"} +{"question_id": 11614, "table_id": "2-12050358-2", "question": "What is the number for evening gown in kansas with less than 9.357 interviews?", "sql": "SELECT SUM(\"Evening Gown\") FROM \"2-12050358-2\" WHERE \"State\" = 'kansas' AND \"Interview\" < 9.357;"} +{"question_id": 11615, "table_id": "2-12050358-2", "question": "What state had less than 8.874 for swimsuit, less than 9.257 for evening gown, and less than 9.121 for interview?", "sql": "SELECT \"State\" FROM \"2-12050358-2\" WHERE \"Swimsuit\" < 8.874 AND \"Evening Gown\" < 9.257 AND \"Interview\" < 9.121;"} +{"question_id": 11616, "table_id": "2-12050358-2", "question": "What is the number for swimsuit when the interview number is less than 8.808?", "sql": "SELECT \"Swimsuit\" FROM \"2-12050358-2\" WHERE \"Interview\" < 8.808;"} +{"question_id": 11617, "table_id": "2-12050358-2", "question": "What is the number for swimsuit when the evening gown number is larger than 9.257 and the interview number is 9.357?", "sql": "SELECT SUM(\"Swimsuit\") FROM \"2-12050358-2\" WHERE \"Evening Gown\" > 9.257 AND \"Interview\" = 9.357;"} +{"question_id": 11618, "table_id": "2-12050358-2", "question": "What is the highest evening gown number in North Carolina with less than 9.214 interviews?", "sql": "SELECT MAX(\"Evening Gown\") FROM \"2-12050358-2\" WHERE \"State\" = 'North Carolina' AND \"Interview\" < 9.214;"} +{"question_id": 11619, "table_id": "2-12014430-1", "question": "At what location was the time 1:54:21?", "sql": "SELECT \"Location\" FROM \"2-12014430-1\" WHERE \"Time\" = '1:54:21';"} +{"question_id": 11620, "table_id": "2-12014430-1", "question": "Which Athlete is from the United Kingdom?", "sql": "SELECT \"Athlete\" FROM \"2-12014430-1\" WHERE \"Country/State\" = 'United Kingdom';"} +{"question_id": 11621, "table_id": "2-12014430-1", "question": "Which country had Des Moines as the location in 2011?", "sql": "SELECT \"Country/State\" FROM \"2-12014430-1\" WHERE \"Location\" = 'Des Moines' AND \"Year\" = 2011.0;"} +{"question_id": 11622, "table_id": "2-12014430-1", "question": "What was the time for 2009?", "sql": "SELECT \"Time\" FROM \"2-12014430-1\" WHERE \"Year\" = 2009.0;"} +{"question_id": 11623, "table_id": "2-11512596-4", "question": "Who was the opponent on June 29?", "sql": "SELECT \"Opponent\" FROM \"2-11512596-4\" WHERE \"Date\" = 'June 29';"} +{"question_id": 11624, "table_id": "2-11737744-4", "question": "What was the 2010 result for a 2008 result of LQ and 2011 result of 2R?", "sql": "SELECT \"2010\" FROM \"2-11737744-4\" WHERE \"2008\" = 'LQ' AND \"2011\" = '2R';"} +{"question_id": 11625, "table_id": "2-11737744-4", "question": "What was the 2007 result for a 2008 result of 1R and 2009 result of 2R?", "sql": "SELECT \"2007\" FROM \"2-11737744-4\" WHERE \"2009\" = '2R' AND \"2008\" = '1R';"} +{"question_id": 11626, "table_id": "2-11737744-4", "question": "Which tournAment hAd A 2010 result of A?", "sql": "SELECT \"Tournament\" FROM \"2-11737744-4\" WHERE \"2010\" = 'A';"} +{"question_id": 11627, "table_id": "2-11598240-2", "question": "Which pick was Bill Bray?", "sql": "SELECT SUM(\"Pick\") FROM \"2-11598240-2\" WHERE \"Player\" = 'Bill Bray';"} +{"question_id": 11628, "table_id": "2-11598240-2", "question": "From which school did the Minnesota Twins SS come from?", "sql": "SELECT \"School\" FROM \"2-11598240-2\" WHERE \"Team\" = 'Minnesota Twins' AND \"Position\" = 'SS';"} +{"question_id": 11629, "table_id": "2-10784349-16", "question": "When playing at the Kardinia Park; what was the home teams score?", "sql": "SELECT \"Home team score\" FROM \"2-10784349-16\" WHERE \"Venue\" = 'Kardinia Park';"} +{"question_id": 11630, "table_id": "2-10784349-16", "question": "When Essendon played away; where did they play?", "sql": "SELECT \"Venue\" FROM \"2-10784349-16\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 11631, "table_id": "2-10784349-16", "question": "What date did the home team score 9.10 (64)?", "sql": "SELECT \"Date\" FROM \"2-10784349-16\" WHERE \"Home team score\" = '9.10 (64)';"} +{"question_id": 11632, "table_id": "2-11336756-6", "question": "What is the terminini of the highway with an East West direction and remarks that it was Replaced by US 59?", "sql": "SELECT \"Termini\" FROM \"2-11336756-6\" WHERE \"Direction\" = 'East West' AND \"Remarks\" = 'Replaced by US 59';"} +{"question_id": 11633, "table_id": "2-11336756-6", "question": "What is the length of the highway with the route name SH 2?", "sql": "SELECT \"Length\" FROM \"2-11336756-6\" WHERE \"Route Name\" = 'SH 2';"} +{"question_id": 11634, "table_id": "2-11336756-6", "question": "What is the length of the highway with remarks that it was Replaced by LP 20?", "sql": "SELECT \"Length\" FROM \"2-11336756-6\" WHERE \"Remarks\" = 'Replaced by LP 20';"} +{"question_id": 11635, "table_id": "2-11336756-6", "question": "What is the length of the highway with remarks that it was Replaced by BSI-35?", "sql": "SELECT \"Length\" FROM \"2-11336756-6\" WHERE \"Remarks\" = 'Replaced by BSI-35';"} +{"question_id": 11636, "table_id": "2-11336756-6", "question": "What is the length of the highway with junctions I-35 US 83 and named US 83 Bus.?", "sql": "SELECT \"Length\" FROM \"2-11336756-6\" WHERE \"Junctions\" = 'I-35 US 83' AND \"Route Name\" = 'US 83 Bus.';"} +{"question_id": 11637, "table_id": "2-12093318-4", "question": "What college has the Chicago Stags?", "sql": "SELECT \"College\" FROM \"2-12093318-4\" WHERE \"Team\" = 'Chicago Stags';"} +{"question_id": 11638, "table_id": "2-12093318-4", "question": "What colleGe has the ChicaGo StaGs and position is G?", "sql": "SELECT \"College\" FROM \"2-12093318-4\" WHERE \"Team\" = 'Chicago Stags' AND \"Position\" = 'G';"} +{"question_id": 11639, "table_id": "2-12093318-4", "question": "What is the name of the player with position of G and the team was the Washington Capitols?", "sql": "SELECT \"Player\" FROM \"2-12093318-4\" WHERE \"Position\" = 'G' AND \"Team\" = 'Washington Capitols';"} +{"question_id": 11640, "table_id": "2-11262088-1", "question": "What is the date of the inauguration with a Length of retirement of 00,624 days?", "sql": "SELECT \"Date of inauguration\" FROM \"2-11262088-1\" WHERE \"Length of retirement\" = '00,624 days';"} +{"question_id": 11641, "table_id": "2-12010417-1", "question": "What largest bronze number has a gold number that is bigger than 1?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-12010417-1\" WHERE \"Gold\" > 1.0;"} +{"question_id": 11642, "table_id": "2-12010417-1", "question": "What is the sum number of bronzes when the rank is less than 2 and the gold is less than 1?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-12010417-1\" WHERE \"Rank\" < 2.0 AND \"Gold\" < 1.0;"} +{"question_id": 11643, "table_id": "2-12010417-1", "question": "Which of the largest ranks has a bronze number less than 1, a silver of 1, and a total that is more than 1?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12010417-1\" WHERE \"Bronze\" < 1.0 AND \"Silver\" = 1.0 AND \"Total\" > 1.0;"} +{"question_id": 11644, "table_id": "2-12015401-2", "question": "What is the Average for south carolina with an Interview less than 9.626?", "sql": "SELECT SUM(\"Average\") FROM \"2-12015401-2\" WHERE \"State\" = 'south carolina' AND \"Interview\" < 9.626;"} +{"question_id": 11645, "table_id": "2-12015401-2", "question": "What is the highest interview for Louisiana with an average above 9.324?", "sql": "SELECT MAX(\"Interview\") FROM \"2-12015401-2\" WHERE \"Average\" > 9.324 AND \"State\" = 'Louisiana';"} +{"question_id": 11646, "table_id": "2-10869646-2", "question": "What was the away score when there was a game at Junction Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10869646-2\" WHERE \"Venue\" = 'Junction Oval';"} +{"question_id": 11647, "table_id": "2-10869646-2", "question": "How many people were in the crowd when carlton was the away team?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10869646-2\" WHERE \"Away team\" = 'carlton';"} +{"question_id": 11648, "table_id": "2-10869646-2", "question": "What was the date when the home team was Essendon?", "sql": "SELECT \"Date\" FROM \"2-10869646-2\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 11649, "table_id": "2-10869646-2", "question": "What was the away score at the game at MCG?", "sql": "SELECT \"Away team score\" FROM \"2-10869646-2\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 11650, "table_id": "2-11630008-6", "question": "Who wrote series number 99?", "sql": "SELECT \"Written by\" FROM \"2-11630008-6\" WHERE \"Series #\" = 99.0;"} +{"question_id": 11651, "table_id": "2-11630008-6", "question": "What was the original air date of a series number after 78, written by Jenee V. Giles?", "sql": "SELECT \"Original air date\" FROM \"2-11630008-6\" WHERE \"Series #\" > 78.0 AND \"Written by\" = 'Jenee V. Giles';"} +{"question_id": 11652, "table_id": "2-10814291-1", "question": "When tennis has less than 2 bronze, what is the total number of Gold?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-10814291-1\" WHERE \"Sport\" = 'tennis' AND \"Bronze\" < 2.0;"} +{"question_id": 11653, "table_id": "2-10814291-1", "question": "When volleyball has 2 bronze, what is the total number of silver?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-10814291-1\" WHERE \"Bronze\" = 2.0 AND \"Sport\" = 'volleyball';"} +{"question_id": 11654, "table_id": "2-10814291-1", "question": "When athletics has a total more than 2 and 0 gold, what is the total number of bronze?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-10814291-1\" WHERE \"Total\" > 2.0 AND \"Gold\" = 0.0 AND \"Sport\" = 'athletics';"} +{"question_id": 11655, "table_id": "2-1145901-1", "question": "Which is the most recent game with an attendance larger than 65042?", "sql": "SELECT MAX(\"Game\") FROM \"2-1145901-1\" WHERE \"Attendance\" > 65042.0;"} +{"question_id": 11656, "table_id": "2-11677694-13", "question": "Which name has an Order smaller than 997,more than 5 goals, and 215 games?", "sql": "SELECT \"Name\" FROM \"2-11677694-13\" WHERE \"Order\" < 997.0 AND \"Goals\" > 5.0 AND \"Games\" = 215.0;"} +{"question_id": 11657, "table_id": "2-11677694-13", "question": "How many games have an Order of 1006, and Goals larger than 192?", "sql": "SELECT SUM(\"Games\") FROM \"2-11677694-13\" WHERE \"Order\" = 1006.0 AND \"Goals\" > 192.0;"} +{"question_id": 11658, "table_id": "2-11677694-13", "question": "Which game has an order larger than 975, Seasons of 2005 – 2007, and 46 goals?", "sql": "SELECT \"Games\" FROM \"2-11677694-13\" WHERE \"Order\" > 975.0 AND \"Seasons\" = '2005 – 2007' AND \"Goals\" = 46.0;"} +{"question_id": 11659, "table_id": "2-11409339-1", "question": "What is the latest year in annecy, france?", "sql": "SELECT MAX(\"Year\") FROM \"2-11409339-1\" WHERE \"Venue\" = 'annecy, france';"} +{"question_id": 11660, "table_id": "2-1122991-1", "question": "What's the Time/Retired of Ivan Capelli?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122991-1\" WHERE \"Driver\" = 'Ivan Capelli';"} +{"question_id": 11661, "table_id": "2-11870934-6", "question": "How many people attended the game on january 10 with a Score of 3 – 2?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11870934-6\" WHERE \"Score\" = '3 – 2' AND \"Date\" = 'january 10';"} +{"question_id": 11662, "table_id": "2-11870934-6", "question": "How many attended the game with a Record of 21–22–2?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11870934-6\" WHERE \"Record\" = '21–22–2';"} +{"question_id": 11663, "table_id": "2-11870934-6", "question": "What is the team's record when the NY Rangers are at home with Atlanta visting and Lehtonen getting the decision?", "sql": "SELECT \"Record\" FROM \"2-11870934-6\" WHERE \"Decision\" = 'Lehtonen' AND \"Visitor\" = 'Atlanta' AND \"Home\" = 'NY Rangers';"} +{"question_id": 11664, "table_id": "2-12020197-2", "question": "What was the time/retired for the driver with fewer than 23 laps and grid larger than 23?", "sql": "SELECT \"Time/Retired\" FROM \"2-12020197-2\" WHERE \"Laps\" < 23.0 AND \"Grid\" > 23.0;"} +{"question_id": 11665, "table_id": "2-12020197-2", "question": "How many laps by jorge lorenzo on the aprilia with a grid bigger than 1?", "sql": "SELECT SUM(\"Laps\") FROM \"2-12020197-2\" WHERE \"Manufacturer\" = 'aprilia' AND \"Rider\" = 'jorge lorenzo' AND \"Grid\" > 1.0;"} +{"question_id": 11666, "table_id": "2-1123337-1", "question": "Where was the game on March 11, 1999 played?", "sql": "SELECT \"Venue\" FROM \"2-1123337-1\" WHERE \"Date\" = 'March 11, 1999';"} +{"question_id": 11667, "table_id": "2-1140076-2", "question": "When were the British Grand Prix races?", "sql": "SELECT \"Date\" FROM \"2-1140076-2\" WHERE \"Race\" = 'British Grand Prix';"} +{"question_id": 11668, "table_id": "2-1140076-2", "question": "What Canadian Grand Prix race winner had Didier Pironi in Pole Position?", "sql": "SELECT \"Race Winner\" FROM \"2-1140076-2\" WHERE \"Pole Position\" = 'Didier Pironi' AND \"Race\" = 'Canadian Grand Prix';"} +{"question_id": 11669, "table_id": "2-1140076-2", "question": "Who was the Constructor for the Long Beach race with Niki Lauda as winner?", "sql": "SELECT \"Constructor\" FROM \"2-1140076-2\" WHERE \"Race Winner\" = 'Niki Lauda' AND \"Location\" = 'Long Beach';"} +{"question_id": 11670, "table_id": "2-1080294-10", "question": "Tell me the average top 10 for cuts made less than 10, wins less than 1 and top 25 of 5", "sql": "SELECT AVG(\"Top-10\") FROM \"2-1080294-10\" WHERE \"Wins\" < 1.0 AND \"Top-25\" = 5.0 AND \"Cuts made\" < 10.0;"} +{"question_id": 11671, "table_id": "2-10814429-2", "question": "What is the prom with Hewitt class and a Height (m) of 715?", "sql": "SELECT \"Prom. (m)\" FROM \"2-10814429-2\" WHERE \"Class\" = 'Hewitt' AND \"Height (m)\" = 715.0;"} +{"question_id": 11672, "table_id": "2-1122547-1", "question": "How many laps have a Time/Retired of + 4 Laps, and a Driver of Graham Hill?", "sql": "SELECT \"Laps\" FROM \"2-1122547-1\" WHERE \"Time/Retired\" = '+ 4 Laps' AND \"Driver\" = 'Graham Hill';"} +{"question_id": 11673, "table_id": "2-1122547-1", "question": "Which Time/Retired has less than 77 laps, and a Grid of 16?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122547-1\" WHERE \"Laps\" < 77.0 AND \"Grid\" = 16.0;"} +{"question_id": 11674, "table_id": "2-1122547-1", "question": "Which Constructor has a Grid smaller than 24, more than 77 laps, and a Driver of Jean-Pierre Beltoise?", "sql": "SELECT \"Constructor\" FROM \"2-1122547-1\" WHERE \"Grid\" < 24.0 AND \"Laps\" > 77.0 AND \"Driver\" = 'Jean-Pierre Beltoise';"} +{"question_id": 11675, "table_id": "2-12087796-4", "question": "What's the team of the player who went to Lawrence Tech?", "sql": "SELECT \"Team\" FROM \"2-12087796-4\" WHERE \"College\" = 'Lawrence Tech';"} +{"question_id": 11676, "table_id": "2-1122159-1", "question": "Who drove the Maserati under 18 laps with an Oil leak that had a grid of under 14?", "sql": "SELECT \"Driver\" FROM \"2-1122159-1\" WHERE \"Constructor\" = 'Maserati' AND \"Laps\" < 18.0 AND \"Grid\" < 14.0 AND \"Time/Retired\" = 'Oil leak';"} +{"question_id": 11677, "table_id": "2-1122399-1", "question": "What is the average grid for Jo Siffert?", "sql": "SELECT AVG(\"Grid\") FROM \"2-1122399-1\" WHERE \"Driver\" = 'Jo Siffert';"} +{"question_id": 11678, "table_id": "2-11650250-2", "question": "What nation has 1 bronze and 3 silvers?", "sql": "SELECT \"Nation\" FROM \"2-11650250-2\" WHERE \"Bronze\" = '1' AND \"Silver\" = '3';"} +{"question_id": 11679, "table_id": "2-11650250-2", "question": "How many total medals for the Netherlands?", "sql": "SELECT SUM(\"Total\") FROM \"2-11650250-2\" WHERE \"Nation\" = 'Netherlands';"} +{"question_id": 11680, "table_id": "2-10808346-5", "question": "Which venue hosted an away team of Footscray?", "sql": "SELECT \"Venue\" FROM \"2-10808346-5\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 11681, "table_id": "2-10808346-5", "question": "What is the home team that hosted an away team with a score of 21.15 (141)?", "sql": "SELECT \"Home team\" FROM \"2-10808346-5\" WHERE \"Away team score\" = '21.15 (141)';"} +{"question_id": 11682, "table_id": "2-10975034-3", "question": "Which player is from Murray State college?", "sql": "SELECT \"Player\" FROM \"2-10975034-3\" WHERE \"College\" = 'Murray State';"} +{"question_id": 11683, "table_id": "2-1117909-2", "question": "Name the opponent in the final for year of 1888", "sql": "SELECT \"Opponent in the final\" FROM \"2-1117909-2\" WHERE \"Year\" = 1888.0;"} +{"question_id": 11684, "table_id": "2-1117909-2", "question": "I want the tournament for 1889", "sql": "SELECT \"Tournament\" FROM \"2-1117909-2\" WHERE \"Year\" = 1889.0;"} +{"question_id": 11685, "table_id": "2-1096038-4", "question": "On what date is Isabel Cueto the opponent in the final?", "sql": "SELECT \"Date\" FROM \"2-1096038-4\" WHERE \"Opponent in the final\" = 'Isabel Cueto';"} +{"question_id": 11686, "table_id": "2-1096038-4", "question": "Which tournament has Raffaella Reggi listed as the opponent in the final?", "sql": "SELECT \"Tournament\" FROM \"2-1096038-4\" WHERE \"Opponent in the final\" = 'Raffaella Reggi';"} +{"question_id": 11687, "table_id": "2-1096038-4", "question": "What type of surface was used where the final score was 6–2, 6–3?", "sql": "SELECT \"Surface\" FROM \"2-1096038-4\" WHERE \"Score in the final\" = '6–2, 6–3';"} +{"question_id": 11688, "table_id": "2-12076689-2", "question": "What was the record on April 22?", "sql": "SELECT \"Record\" FROM \"2-12076689-2\" WHERE \"Date\" = 'April 22';"} +{"question_id": 11689, "table_id": "2-11322049-3", "question": "When was the game played against Southampton?", "sql": "SELECT \"Date\" FROM \"2-11322049-3\" WHERE \"Opponent\" = 'Southampton';"} +{"question_id": 11690, "table_id": "2-11322049-3", "question": "Which venue has 13,634 people in attendance?", "sql": "SELECT \"Venue\" FROM \"2-11322049-3\" WHERE \"Attendance\" = '13,634';"} +{"question_id": 11691, "table_id": "2-11322049-3", "question": "When was Leyton Orient an Away team?", "sql": "SELECT \"Date\" FROM \"2-11322049-3\" WHERE \"Opponent\" = 'Leyton Orient' AND \"Venue\" = 'Away';"} +{"question_id": 11692, "table_id": "2-11514068-3", "question": "What is the score on May 16?", "sql": "SELECT \"Score\" FROM \"2-11514068-3\" WHERE \"Date\" = 'May 16';"} +{"question_id": 11693, "table_id": "2-1140110-2", "question": "What was the constructor for Jo Bonnier of 6 rounds?", "sql": "SELECT \"Constructor\" FROM \"2-1140110-2\" WHERE \"Entrant\" = 'Jo Bonnier' AND \"Rounds\" = '6';"} +{"question_id": 11694, "table_id": "2-1140110-2", "question": "What was the driver with chassis of T45 T44 and rounds of 7?", "sql": "SELECT \"Driver\" FROM \"2-1140110-2\" WHERE \"Chassis\" = 'T45 T44' AND \"Rounds\" = '7';"} +{"question_id": 11695, "table_id": "2-10807253-10", "question": "What place had a home team score 22.19 (151)?", "sql": "SELECT \"Venue\" FROM \"2-10807253-10\" WHERE \"Home team score\" = '22.19 (151)';"} +{"question_id": 11696, "table_id": "2-10807253-10", "question": "What was the biggest crowd when the away team of South Melbourne played there?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10807253-10\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 11697, "table_id": "2-10807253-10", "question": "When did the home team score 12.17 (89)?", "sql": "SELECT \"Date\" FROM \"2-10807253-10\" WHERE \"Home team score\" = '12.17 (89)';"} +{"question_id": 11698, "table_id": "2-10807253-10", "question": "How many points did the home team score in the game that had the away team with a score of 13.18 (96)?", "sql": "SELECT \"Home team score\" FROM \"2-10807253-10\" WHERE \"Away team score\" = '13.18 (96)';"} +{"question_id": 11699, "table_id": "2-10807253-10", "question": "What was the score of the away team at Princes Park?", "sql": "SELECT \"Away team score\" FROM \"2-10807253-10\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 11700, "table_id": "2-11556093-1", "question": "Who was the winner with a Mountain stage type on 22 May?", "sql": "SELECT \"Winner\" FROM \"2-11556093-1\" WHERE \"Type\" = 'Mountain stage' AND \"Date\" = '22 May';"} +{"question_id": 11701, "table_id": "2-11556093-1", "question": "Which course had a Mountain stage type on 3 June?", "sql": "SELECT \"Course\" FROM \"2-11556093-1\" WHERE \"Type\" = 'Mountain stage' AND \"Date\" = '3 June';"} +{"question_id": 11702, "table_id": "2-11556093-1", "question": "What was the course type on 22 May?", "sql": "SELECT \"Type\" FROM \"2-11556093-1\" WHERE \"Date\" = '22 May';"} +{"question_id": 11703, "table_id": "2-10812938-5", "question": "What is the pick number of Jesse Alexander?", "sql": "SELECT MIN(\"Pick #\") FROM \"2-10812938-5\" WHERE \"Player\" = 'Jesse Alexander';"} +{"question_id": 11704, "table_id": "2-11059499-1", "question": "How many weeks do they have a bye?", "sql": "SELECT COUNT(\"Week\") FROM \"2-11059499-1\" WHERE \"Result\" = 'bye';"} +{"question_id": 11705, "table_id": "2-11173827-3", "question": "Which title aired on 18 Dec 2006- 10 Feb 2007?", "sql": "SELECT \"English Title (Chinese title)\" FROM \"2-11173827-3\" WHERE \"Airing date\" = '18 Dec 2006- 10 Feb 2007';"} +{"question_id": 11706, "table_id": "2-11173827-3", "question": "Which genre aired on 12 Feb- 9 Mar?", "sql": "SELECT \"Genre\" FROM \"2-11173827-3\" WHERE \"Airing date\" = '12 Feb- 9 Mar';"} +{"question_id": 11707, "table_id": "2-11173827-3", "question": "Which title had 20 episodes and aired on 11 Jun- 6 Jul?", "sql": "SELECT \"English Title (Chinese title)\" FROM \"2-11173827-3\" WHERE \"Number of episodes\" = 20.0 AND \"Airing date\" = '11 Jun- 6 Jul';"} +{"question_id": 11708, "table_id": "2-11513375-7", "question": "Who was the opponent on September 17?", "sql": "SELECT \"Opponent\" FROM \"2-11513375-7\" WHERE \"Date\" = 'September 17';"} +{"question_id": 11709, "table_id": "2-11172634-1", "question": "Which Opponent has a Date of September 28, 1951?", "sql": "SELECT \"Opponent\" FROM \"2-11172634-1\" WHERE \"Date\" = 'September 28, 1951';"} +{"question_id": 11710, "table_id": "2-11172634-1", "question": "Which Attendance has a Date of November 18, 1951?", "sql": "SELECT \"Attendance\" FROM \"2-11172634-1\" WHERE \"Date\" = 'November 18, 1951';"} +{"question_id": 11711, "table_id": "2-11677066-1", "question": "Name the Bore x stroke of 1929-32", "sql": "SELECT \"Bore x stroke\" FROM \"2-11677066-1\" WHERE \"Year\" = '1929-32';"} +{"question_id": 11712, "table_id": "2-11677066-1", "question": "Tell me the displacement for 1935-45", "sql": "SELECT \"Displacement\" FROM \"2-11677066-1\" WHERE \"Year\" = '1935-45';"} +{"question_id": 11713, "table_id": "2-11677066-1", "question": "Tell me the power for 1935-45", "sql": "SELECT \"Power\" FROM \"2-11677066-1\" WHERE \"Year\" = '1935-45';"} +{"question_id": 11714, "table_id": "2-11677066-1", "question": "I want the displacement for version of DB", "sql": "SELECT \"Displacement\" FROM \"2-11677066-1\" WHERE \"Version\" = 'DB';"} +{"question_id": 11715, "table_id": "2-11677066-1", "question": "Tell me the version for 1940-45", "sql": "SELECT \"Version\" FROM \"2-11677066-1\" WHERE \"Year\" = '1940-45';"} +{"question_id": 11716, "table_id": "2-11895110-1", "question": "What's the name of the competition in 8th position?", "sql": "SELECT \"Competition\" FROM \"2-11895110-1\" WHERE \"Position\" = '8th';"} +{"question_id": 11717, "table_id": "2-11895110-1", "question": "After 1979, where was the European Indoor Championships held?", "sql": "SELECT \"Venue\" FROM \"2-11895110-1\" WHERE \"Competition\" = 'European Indoor Championships' AND \"Year\" > 1979.0;"} +{"question_id": 11718, "table_id": "2-11895110-1", "question": "Before 1979, what position was the European Indoor Championships?", "sql": "SELECT \"Position\" FROM \"2-11895110-1\" WHERE \"Competition\" = 'European Indoor Championships' AND \"Year\" < 1979.0;"} +{"question_id": 11719, "table_id": "2-10812403-1", "question": "What player is picked before 2?", "sql": "SELECT \"Player\" FROM \"2-10812403-1\" WHERE \"Pick #\" < 2.0;"} +{"question_id": 11720, "table_id": "2-10812403-1", "question": "What position do the BC Lions pick?", "sql": "SELECT \"Position\" FROM \"2-10812403-1\" WHERE \"CFL Team\" = 'BC Lions';"} +{"question_id": 11721, "table_id": "2-10999530-2", "question": "Where has an ICAO of EPWA?", "sql": "SELECT \"City\" FROM \"2-10999530-2\" WHERE \"ICAO\" = 'EPWA';"} +{"question_id": 11722, "table_id": "2-10999530-2", "question": "Where has an IATA of BVA?", "sql": "SELECT \"City\" FROM \"2-10999530-2\" WHERE \"IATA\" = 'BVA';"} +{"question_id": 11723, "table_id": "2-12019734-4", "question": "When was the record 3-14-6?", "sql": "SELECT \"Date\" FROM \"2-12019734-4\" WHERE \"Record\" = '3-14-6';"} +{"question_id": 11724, "table_id": "2-12019734-4", "question": "What home team had a record of 4-16-7?", "sql": "SELECT \"Home\" FROM \"2-12019734-4\" WHERE \"Record\" = '4-16-7';"} +{"question_id": 11725, "table_id": "2-11827596-1", "question": "Which year was the film rang barse introduced?", "sql": "SELECT COUNT(\"Year\") FROM \"2-11827596-1\" WHERE \"Film name\" = 'rang barse';"} +{"question_id": 11726, "table_id": "2-11827596-1", "question": "What was the latest year for the film Gaon Ki Ganga?", "sql": "SELECT MAX(\"Year\") FROM \"2-11827596-1\" WHERE \"Film name\" = 'Gaon Ki Ganga';"} +{"question_id": 11727, "table_id": "2-11827596-1", "question": "Which film was released in the year 2002?", "sql": "SELECT \"Film name\" FROM \"2-11827596-1\" WHERE \"Year\" = 2002.0;"} +{"question_id": 11728, "table_id": "2-11827596-1", "question": "Name a music director, belonging to a year after 2003?", "sql": "SELECT \"Music director\" FROM \"2-11827596-1\" WHERE \"Year\" > 2003.0;"} +{"question_id": 11729, "table_id": "2-10789881-2", "question": "What is the average crowd when the team Collingwood was away?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10789881-2\" WHERE \"Away team\" = 'Collingwood';"} +{"question_id": 11730, "table_id": "2-10789881-2", "question": "What is the date that the away team scored 4.7 (31)?", "sql": "SELECT \"Date\" FROM \"2-10789881-2\" WHERE \"Away team score\" = '4.7 (31)';"} +{"question_id": 11731, "table_id": "2-10789881-2", "question": "What is the date of when the away team scored 19.19 (133)?", "sql": "SELECT \"Date\" FROM \"2-10789881-2\" WHERE \"Away team score\" = '19.19 (133)';"} +{"question_id": 11732, "table_id": "2-11986472-1", "question": "Name the first citicality for electric power of 1,380 MW", "sql": "SELECT \"First criticality\" FROM \"2-11986472-1\" WHERE \"Electric power\" = '1,380 MW';"} +{"question_id": 11733, "table_id": "2-1132600-1", "question": "What constructor has an engine of Cosworth CR-2 and a driver of Luciano Burti?", "sql": "SELECT \"Constructor\" FROM \"2-1132600-1\" WHERE \"Engine †\" = 'Cosworth CR-2' AND \"Driver\" = 'Luciano Burti';"} +{"question_id": 11734, "table_id": "2-1132600-1", "question": "What is the tyre for the Peugeot A20 engine?", "sql": "SELECT \"Tyre\" FROM \"2-1132600-1\" WHERE \"Engine †\" = 'Peugeot A20';"} +{"question_id": 11735, "table_id": "2-1132600-1", "question": "Which entrant had a constructor of Benetton - Playlife?", "sql": "SELECT \"Entrant\" FROM \"2-1132600-1\" WHERE \"Constructor\" = 'Benetton - Playlife';"} +{"question_id": 11736, "table_id": "2-1132600-1", "question": "Which entrant had a Mugen-Honda MF-301 HE engine?", "sql": "SELECT \"Entrant\" FROM \"2-1132600-1\" WHERE \"Engine †\" = 'Mugen-Honda MF-301 HE';"} +{"question_id": 11737, "table_id": "2-1132600-1", "question": "What's the chassis for Alexander Wurz's Playlife FB02 engine?", "sql": "SELECT \"Chassis\" FROM \"2-1132600-1\" WHERE \"Engine †\" = 'Playlife FB02' AND \"Driver\" = 'Alexander Wurz';"} +{"question_id": 11738, "table_id": "2-1132600-1", "question": "What's the rounds for Jenson Button with a BMW E41 engine?", "sql": "SELECT \"Rounds\" FROM \"2-1132600-1\" WHERE \"Engine †\" = 'BMW E41' AND \"Driver\" = 'Jenson Button';"} +{"question_id": 11739, "table_id": "2-11527148-2", "question": "What is the result for PFC: Put Up or Shut Up?", "sql": "SELECT \"Res.\" FROM \"2-11527148-2\" WHERE \"Event\" = 'PFC: Put Up or Shut Up';"} +{"question_id": 11740, "table_id": "2-11630008-7", "question": "What is the production code of the episode written by Gary Sturgis that is bigger than season number 23 and smaller than series number 126?", "sql": "SELECT \"Production code\" FROM \"2-11630008-7\" WHERE \"Season #\" > 23.0 AND \"Series #\" < 126.0 AND \"Written by\" = 'Gary Sturgis';"} +{"question_id": 11741, "table_id": "2-1137700-1", "question": "Which rounds had the B195 chassis?", "sql": "SELECT \"Rounds\" FROM \"2-1137700-1\" WHERE \"Chassis\" = 'B195';"} +{"question_id": 11742, "table_id": "2-1137700-1", "question": "Who was the driver of the Ford EDB 3.0 V8 engine?", "sql": "SELECT \"Driver\" FROM \"2-1137700-1\" WHERE \"Engine\" = 'Ford EDB 3.0 V8';"} +{"question_id": 11743, "table_id": "2-1123398-2", "question": "I want the highest grid for Laps of 38", "sql": "SELECT MAX(\"Grid\") FROM \"2-1123398-2\" WHERE \"Laps\" = 38.0;"} +{"question_id": 11744, "table_id": "2-1123398-2", "question": "Tell me the constructor for Grid more than 4 and drivers being Heinz-Harald Frentzen", "sql": "SELECT \"Constructor\" FROM \"2-1123398-2\" WHERE \"Grid\" > 4.0 AND \"Driver\" = 'Heinz-Harald Frentzen';"} +{"question_id": 11745, "table_id": "2-11163017-5", "question": "What is ivaiporã, pr's biggest population?", "sql": "SELECT MAX(\"Population\") FROM \"2-11163017-5\" WHERE \"Town/City\" = 'ivaiporã, pr';"} +{"question_id": 11746, "table_id": "2-11163017-5", "question": "Which is the smallest First year when the population is 32645?", "sql": "SELECT MIN(\"First year\") FROM \"2-11163017-5\" WHERE \"Population\" = 32645.0;"} +{"question_id": 11747, "table_id": "2-10979732-13", "question": "Which Jushin Liger has a Super Shocker of Liger (13:59)?", "sql": "SELECT \"Jushin Liger\" FROM \"2-10979732-13\" WHERE \"Super Shocker\" = 'Liger (13:59)';"} +{"question_id": 11748, "table_id": "2-10979732-13", "question": "Which Masaaki Mochizuki has a Gran Hamada of Hamada (10:47)?", "sql": "SELECT \"Masaaki Mochizuki\" FROM \"2-10979732-13\" WHERE \"Gran Hamada\" = 'Hamada (10:47)';"} +{"question_id": 11749, "table_id": "2-10979732-13", "question": "Which Tatsuhito Takaiwa has a Koji Kanemoto of Liger (20:29)?", "sql": "SELECT \"Tatsuhito Takaiwa\" FROM \"2-10979732-13\" WHERE \"Koji Kanemoto\" = 'Liger (20:29)';"} +{"question_id": 11750, "table_id": "2-10979732-13", "question": "Which Gran Hamada has a Block A of Tatsuhito Takaiwa?", "sql": "SELECT \"Gran Hamada\" FROM \"2-10979732-13\" WHERE \"Block A\" = 'Tatsuhito Takaiwa';"} +{"question_id": 11751, "table_id": "2-10979732-13", "question": "Which Jushin Liger has a Gran Hamada of Kendo Kashin?", "sql": "SELECT \"Jushin Liger\" FROM \"2-10979732-13\" WHERE \"Gran Hamada\" = 'Kendo Kashin';"} +{"question_id": 11752, "table_id": "2-10979732-13", "question": "Which Jushin Liger has a Masaaki Mochizuki of Kashin (10:00)?", "sql": "SELECT \"Jushin Liger\" FROM \"2-10979732-13\" WHERE \"Masaaki Mochizuki\" = 'Kashin (10:00)';"} +{"question_id": 11753, "table_id": "2-11218948-9", "question": "What is the code for Saint-Damien in Matawinie with a tyPe P?", "sql": "SELECT AVG(\"Code\") FROM \"2-11218948-9\" WHERE \"Regional County Municipality\" = 'Matawinie' AND \"Type\" = 'P' AND \"Name\" = 'Saint-Damien';"} +{"question_id": 11754, "table_id": "2-11218948-9", "question": "What is the name for the regional county municipality of D'Autray and a code less than 52017?", "sql": "SELECT \"Name\" FROM \"2-11218948-9\" WHERE \"Regional County Municipality\" = 'D''Autray' AND \"Code\" < 52017.0;"} +{"question_id": 11755, "table_id": "2-1107058-1", "question": "Which Delivery has a Name of Quince?", "sql": "SELECT \"Delivery\" FROM \"2-1107058-1\" WHERE \"Name\" = 'Quince';"} +{"question_id": 11756, "table_id": "2-1107058-1", "question": "Which Elevation + Height has a Delivery of Barge and a Location of Bikini, Yurochi aka Irioj (Dog)?", "sql": "SELECT \"Elevation + Height\" FROM \"2-1107058-1\" WHERE \"Delivery\" = 'Barge' AND \"Location\" = 'Bikini, Yurochi aka Irioj (Dog)';"} +{"question_id": 11757, "table_id": "2-1107058-1", "question": "Which Purpose has a Location of Enewetak, Runit (Yvonne) and the Name of Cactus?", "sql": "SELECT \"Purpose\" FROM \"2-1107058-1\" WHERE \"Location\" = 'Enewetak, Runit (Yvonne)' AND \"Name\" = 'Cactus';"} +{"question_id": 11758, "table_id": "2-1107058-1", "question": "Which Purpose has a Name of Oak?", "sql": "SELECT \"Purpose\" FROM \"2-1107058-1\" WHERE \"Name\" = 'Oak';"} +{"question_id": 11759, "table_id": "2-1107058-1", "question": "What Location has a Delivery of Barge and the Name of Scaevola?", "sql": "SELECT \"Location\" FROM \"2-1107058-1\" WHERE \"Delivery\" = 'Barge' AND \"Name\" = 'Scaevola';"} +{"question_id": 11760, "table_id": "2-1107058-1", "question": "Which Purpose has an Elevation + Height of 0 + metres (ft), a Location of Bikini, Namu (Charlie), and a Yield of 220 kt?", "sql": "SELECT \"Purpose\" FROM \"2-1107058-1\" WHERE \"Elevation + Height\" = '0 + metres (ft)' AND \"Location\" = 'Bikini, Namu (Charlie)' AND \"Yield\" = '220 kt';"} +{"question_id": 11761, "table_id": "2-11829563-8", "question": "Who was the colour commmentator that broadcasted along with the Play-by-play of Bob Cole?", "sql": "SELECT \"Colour commentator(s)\" FROM \"2-11829563-8\" WHERE \"Play-by-play\" = 'Bob Cole';"} +{"question_id": 11762, "table_id": "2-11829563-8", "question": "Which network had the host of John Wells?", "sql": "SELECT \"Network\" FROM \"2-11829563-8\" WHERE \"Studio host\" = 'John Wells';"} +{"question_id": 11763, "table_id": "2-1169552-21", "question": "Who manufactured the vehicle withdrawn after 1932?", "sql": "SELECT \"Manufacturer\" FROM \"2-1169552-21\" WHERE \"Year withdrawn\" > 1932.0;"} +{"question_id": 11764, "table_id": "2-1169552-21", "question": "Who manufactured the vehicle that was withdrawn in 1927?", "sql": "SELECT \"Manufacturer\" FROM \"2-1169552-21\" WHERE \"Year withdrawn\" = 1927.0;"} +{"question_id": 11765, "table_id": "2-11840017-1", "question": "What is the total number of losses for the Team of montreal with Goals For larger than 29?", "sql": "SELECT COUNT(\"Losses\") FROM \"2-11840017-1\" WHERE \"Goals For\" > 29.0 AND \"Team\" = 'montreal';"} +{"question_id": 11766, "table_id": "2-11840017-1", "question": "What is the average Goals For for a team that has more Wins than 8?", "sql": "SELECT AVG(\"Goals For\") FROM \"2-11840017-1\" WHERE \"Wins\" > 8.0;"} +{"question_id": 11767, "table_id": "2-11840017-1", "question": "What is the largest number of Games Played with Losses of 3, and more Wins than 5?", "sql": "SELECT MAX(\"Games Played\") FROM \"2-11840017-1\" WHERE \"Losses\" = 3.0 AND \"Wins\" > 5.0;"} +{"question_id": 11768, "table_id": "2-11840017-1", "question": "What are the number of Ties for games with Goals Against smaller than 33?", "sql": "SELECT \"Ties\" FROM \"2-11840017-1\" WHERE \"Goals Against\" < 33.0;"} +{"question_id": 11769, "table_id": "2-11840017-1", "question": "What is the number of Goals For for Games Played more than 8?", "sql": "SELECT SUM(\"Goals For\") FROM \"2-11840017-1\" WHERE \"Games Played\" > 8.0;"} +{"question_id": 11770, "table_id": "2-1156180-1", "question": "What party is class 1 in Wisconsin?", "sql": "SELECT \"Party\" FROM \"2-1156180-1\" WHERE \"Class\" = 1.0 AND \"State\" = 'Wisconsin';"} +{"question_id": 11771, "table_id": "2-1156180-1", "question": "What state was Maria Cantwell born in after 1955?", "sql": "SELECT \"State\" FROM \"2-1156180-1\" WHERE \"Born\" > 1955.0 AND \"Name\" = 'Maria Cantwell';"} +{"question_id": 11772, "table_id": "2-1122223-1", "question": "Name the sum of Laps for lance reventlow with grid more than 16", "sql": "SELECT SUM(\"Laps\") FROM \"2-1122223-1\" WHERE \"Driver\" = 'lance reventlow' AND \"Grid\" > 16.0;"} +{"question_id": 11773, "table_id": "2-1122223-1", "question": "Tell me the constructor that has 35 Laps with a grid more than 5", "sql": "SELECT \"Constructor\" FROM \"2-1122223-1\" WHERE \"Laps\" = 35.0 AND \"Grid\" > 5.0;"} +{"question_id": 11774, "table_id": "2-1122223-1", "question": "What is the total number of Grids for chuck daigh?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-1122223-1\" WHERE \"Driver\" = 'chuck daigh';"} +{"question_id": 11775, "table_id": "2-11847977-28", "question": "What party is Marie-Dominique Simonet part of?", "sql": "SELECT \"Party\" FROM \"2-11847977-28\" WHERE \"Name\" = 'Marie-Dominique Simonet';"} +{"question_id": 11776, "table_id": "2-1080291-2", "question": "Which vehicle has a Diagram of 516 or smaller, and a Driving Motor Brake Second (DMBS) type.", "sql": "SELECT \"Seating\" FROM \"2-1080291-2\" WHERE \"Diagram no\" > 516.0 AND \"Type\" = 'Driving Motor Brake Second (DMBS)';"} +{"question_id": 11777, "table_id": "2-11657938-2", "question": "What's the lowest total when the floor exercise is less than 36.724 and the rank is lower than 8?", "sql": "SELECT MIN(\"Total\") FROM \"2-11657938-2\" WHERE \"Floor Exercise\" < 36.724 AND \"Rank\" < 8.0;"} +{"question_id": 11778, "table_id": "2-11192209-1", "question": "What is the average number scored in a Friendly at Kryoia Soveto, Moscow?", "sql": "SELECT AVG(\"Scored\") FROM \"2-11192209-1\" WHERE \"Competition\" = 'Friendly' AND \"Venue\" = 'Kryoia Soveto, Moscow';"} +{"question_id": 11779, "table_id": "2-10823950-5", "question": "What is the home teams score when North Melbourne is the away team?", "sql": "SELECT \"Home team score\" FROM \"2-10823950-5\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 11780, "table_id": "2-10823950-5", "question": "What is the highest crowd when Fitzroy is the home team?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10823950-5\" WHERE \"Home team\" = 'Fitzroy';"} +{"question_id": 11781, "table_id": "2-10823950-5", "question": "What is the lowest crowd when Essendon is the away team?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10823950-5\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 11782, "table_id": "2-10823950-5", "question": "On what date was Essendon the away team?", "sql": "SELECT \"Date\" FROM \"2-10823950-5\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 11783, "table_id": "2-1189288-1", "question": "What is the year when Chief Justice Mark Cady was appointed/elected?", "sql": "SELECT \"Appointed/Elected\" FROM \"2-1189288-1\" WHERE \"Name\" = 'Chief Justice Mark Cady';"} +{"question_id": 11784, "table_id": "2-1189288-1", "question": "What is the expiring term for Daryl Hecht when the appointing governor is Tom Vilsack?", "sql": "SELECT \"Term expires\" FROM \"2-1189288-1\" WHERE \"Appointing Governor\" = 'Tom Vilsack' AND \"Name\" = 'Daryl Hecht';"} +{"question_id": 11785, "table_id": "2-1189288-1", "question": "Which person has an expiring term of December 31, 2020, and has Terry Branstad as the appointing governor?", "sql": "SELECT \"Name\" FROM \"2-1189288-1\" WHERE \"Term expires\" = 'December 31, 2020' AND \"Appointing Governor\" = 'Terry Branstad';"} +{"question_id": 11786, "table_id": "2-1189288-1", "question": "What is the party affiliation of Thomas D. Waterman, whose appointing governor is Terry Branstad?", "sql": "SELECT \"Governor's Party Affiliation\" FROM \"2-1189288-1\" WHERE \"Appointing Governor\" = 'Terry Branstad' AND \"Name\" = 'Thomas D. Waterman';"} +{"question_id": 11787, "table_id": "2-1189288-1", "question": "Who has a term that expires on December 31, 2020 and Terry Branstad for an appointing governor?", "sql": "SELECT \"Name\" FROM \"2-1189288-1\" WHERE \"Term expires\" = 'December 31, 2020' AND \"Appointing Governor\" = 'Terry Branstad';"} +{"question_id": 11788, "table_id": "2-11157130-4", "question": "What team picked 80?", "sql": "SELECT \"Team\" FROM \"2-11157130-4\" WHERE \"Pick\" = 80.0;"} +{"question_id": 11789, "table_id": "2-10808346-11", "question": "What is the away team that plays at Punt Road Oval?", "sql": "SELECT \"Away team score\" FROM \"2-10808346-11\" WHERE \"Venue\" = 'Punt Road Oval';"} +{"question_id": 11790, "table_id": "2-10808346-11", "question": "What date did Footscray play and Away game?", "sql": "SELECT \"Date\" FROM \"2-10808346-11\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 11791, "table_id": "2-11789730-35", "question": "Name the average total for tournament less than 0", "sql": "SELECT AVG(\"Total\") FROM \"2-11789730-35\" WHERE \"Tournament\" < 0.0;"} +{"question_id": 11792, "table_id": "2-11789730-35", "question": "Name the highest total for the tournament more than 0 and regular season after 8", "sql": "SELECT MAX(\"Total\") FROM \"2-11789730-35\" WHERE \"Tournament\" > 0.0 AND \"Regular season\" > 8.0;"} +{"question_id": 11793, "table_id": "2-11468831-2", "question": "What was the number in attendance for the Detroit Lions game?", "sql": "SELECT \"Attendance\" FROM \"2-11468831-2\" WHERE \"Opponent\" = 'Detroit Lions';"} +{"question_id": 11794, "table_id": "2-11468831-2", "question": "Which date had 67,472 in attendance?", "sql": "SELECT \"Date\" FROM \"2-11468831-2\" WHERE \"Attendance\" = '67,472';"} +{"question_id": 11795, "table_id": "2-11468831-2", "question": "Who was the opponent team on September 30, 1990?", "sql": "SELECT \"Opponent\" FROM \"2-11468831-2\" WHERE \"Date\" = 'September 30, 1990';"} +{"question_id": 11796, "table_id": "2-11468831-2", "question": "What was the team record by Week 8?", "sql": "SELECT \"Record\" FROM \"2-11468831-2\" WHERE \"Week\" = '8';"} +{"question_id": 11797, "table_id": "2-11468831-2", "question": "Which week has Game site of Candlestick Park?", "sql": "SELECT \"Week\" FROM \"2-11468831-2\" WHERE \"Game site\" = 'Candlestick Park';"} +{"question_id": 11798, "table_id": "2-11468831-2", "question": "What is the attandance figure on October 7, 1990?", "sql": "SELECT \"Attendance\" FROM \"2-11468831-2\" WHERE \"Date\" = 'October 7, 1990';"} +{"question_id": 11799, "table_id": "2-1140111-1", "question": "What driver was the winner when constructor was Maserati at the Monaco Grand Prix?", "sql": "SELECT \"Winning driver\" FROM \"2-1140111-1\" WHERE \"Constructor\" = 'Maserati' AND \"Race\" = 'Monaco Grand Prix';"} +{"question_id": 11800, "table_id": "2-1140111-1", "question": "What circuit did Juan Manuel Fangio have the fastest lap at the German Grand Prix?", "sql": "SELECT \"Circuit\" FROM \"2-1140111-1\" WHERE \"Fastest lap\" = 'Juan Manuel Fangio' AND \"Race\" = 'German Grand Prix';"} +{"question_id": 11801, "table_id": "2-1140111-1", "question": "What circuit was for the German Grand Prix?", "sql": "SELECT \"Circuit\" FROM \"2-1140111-1\" WHERE \"Race\" = 'German Grand Prix';"} +{"question_id": 11802, "table_id": "2-11786815-10", "question": "What is the total attendance for detroit on hasek?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-11786815-10\" WHERE \"Home\" = 'detroit' AND \"Decision\" = 'hasek';"} +{"question_id": 11803, "table_id": "2-11807815-2", "question": "What was the method used when the opponent was Tyson Griffin?", "sql": "SELECT \"Method\" FROM \"2-11807815-2\" WHERE \"Opponent\" = 'Tyson Griffin';"} +{"question_id": 11804, "table_id": "2-11236195-5", "question": "Who wins the clive churchill medal when the losing team is the Sydney Roosters in 2010?", "sql": "SELECT \"Clive Churchill Medal\" FROM \"2-11236195-5\" WHERE \"LosingTeam\" = 'Sydney Roosters' AND \"Season\" = 2010.0;"} +{"question_id": 11805, "table_id": "2-11236195-5", "question": "What is the grand final date for the game with a score or 30-24?", "sql": "SELECT \"Grand FinalDate\" FROM \"2-11236195-5\" WHERE \"Score\" = '30-24';"} +{"question_id": 11806, "table_id": "2-1204658-14", "question": "who is the home team when the home team score is 6.17 (53)?", "sql": "SELECT \"Home team\" FROM \"2-1204658-14\" WHERE \"Home team score\" = '6.17 (53)';"} +{"question_id": 11807, "table_id": "2-11280842-2", "question": "What competition in 2003 has a score of 2–1?", "sql": "SELECT \"Competition\" FROM \"2-11280842-2\" WHERE \"Year\" = 2003.0 AND \"Score\" = '2–1';"} +{"question_id": 11808, "table_id": "2-11280842-2", "question": "What is the score of a year less than 2008 with Loss as the result, in Antalya and a Competition of Europe/Africa Zone, Group I, Round Robin?", "sql": "SELECT \"Score\" FROM \"2-11280842-2\" WHERE \"Year\" < 2008.0 AND \"Result\" = 'Loss' AND \"Location\" = 'Antalya' AND \"Competition\" = 'Europe/Africa Zone, Group I, Round Robin';"} +{"question_id": 11809, "table_id": "2-11280842-2", "question": "What date was the Competition of Europe/Africa Zone, Group I, Round Robin, with a result of Loss, in Antalya, and a Score of 1–2?", "sql": "SELECT \"Date\" FROM \"2-11280842-2\" WHERE \"Competition\" = 'Europe/Africa Zone, Group I, Round Robin' AND \"Result\" = 'Loss' AND \"Location\" = 'Antalya' AND \"Score\" = '1–2';"} +{"question_id": 11810, "table_id": "2-10823719-6", "question": "Where did Essendon play as the away team?", "sql": "SELECT \"Venue\" FROM \"2-10823719-6\" WHERE \"Away team\" = 'Essendon';"} +{"question_id": 11811, "table_id": "2-11093080-8", "question": "Which team has a Losses value larger than 1 and a Wins value smaller than 0?", "sql": "SELECT SUM(\"Goal Diff.\") FROM \"2-11093080-8\" WHERE \"Losses\" > 1.0 AND \"Wins\" < 0.0;"} +{"question_id": 11812, "table_id": "2-11206685-2", "question": "In Guangzhou, who won the game with a score of 1-0?", "sql": "SELECT \"Result\" FROM \"2-11206685-2\" WHERE \"Location\" = 'Guangzhou' AND \"Score\" = '1-0';"} +{"question_id": 11813, "table_id": "2-11206685-2", "question": "On 2006-03-13 in the Algarve Cup, who won?", "sql": "SELECT \"Result\" FROM \"2-11206685-2\" WHERE \"Competition\" = 'Algarve Cup' AND \"Date\" = '2006-03-13';"} +{"question_id": 11814, "table_id": "2-11206685-2", "question": "Who won on 2007-04-14", "sql": "SELECT \"Result\" FROM \"2-11206685-2\" WHERE \"Date\" = '2007-04-14';"} +{"question_id": 11815, "table_id": "2-11961849-7", "question": "Name the record when the visitor is Mavericks", "sql": "SELECT \"Record\" FROM \"2-11961849-7\" WHERE \"Visitor\" = 'Mavericks';"} +{"question_id": 11816, "table_id": "2-11961849-7", "question": "Name the date when the visitor is Nets", "sql": "SELECT \"Date\" FROM \"2-11961849-7\" WHERE \"Visitor\" = 'Nets';"} +{"question_id": 11817, "table_id": "2-10975034-6", "question": "What college did John Sullivan attend?", "sql": "SELECT \"College\" FROM \"2-10975034-6\" WHERE \"Player\" = 'John Sullivan';"} +{"question_id": 11818, "table_id": "2-11783707-4", "question": "What is the average for the RB with an 8 yard long?", "sql": "SELECT COUNT(\"Avg.\") FROM \"2-11783707-4\" WHERE \"Long\" = 8.0;"} +{"question_id": 11819, "table_id": "2-11783707-4", "question": "How many yards for the RB with over 4 carries, 2 TDs, and a long greater than 8?", "sql": "SELECT COUNT(\"Yards\") FROM \"2-11783707-4\" WHERE \"Car.\" > 4.0 AND \"TD's\" = 2.0 AND \"Long\" > 8.0;"} +{"question_id": 11820, "table_id": "2-12094300-1", "question": "What is the average evening gown score of the contestant from new york with a swimsuit score less than 8.703 and preliminaries larger than 8.292?", "sql": "SELECT AVG(\"Evening Gown\") FROM \"2-12094300-1\" WHERE \"Swimsuit\" < 8.703 AND \"State\" = 'new york' AND \"Preliminaries\" > 8.292;"} +{"question_id": 11821, "table_id": "2-12094300-1", "question": "What is the preliminaries of the contestant from massachusetts with an evening gown higher than 8.631, an average less than 8.791, and an interview higher than 8.608?", "sql": "SELECT COUNT(\"Preliminaries\") FROM \"2-12094300-1\" WHERE \"Evening Gown\" > 8.631 AND \"Average\" < 8.791 AND \"State\" = 'massachusetts' AND \"Interview\" > 8.608;"} +{"question_id": 11822, "table_id": "2-12094300-1", "question": "What is the preliminaries of the contestant with a swimsuit less than 8.948 and an interview of 8.997?", "sql": "SELECT \"Preliminaries\" FROM \"2-12094300-1\" WHERE \"Swimsuit\" < 8.948 AND \"Interview\" = 8.997;"} +{"question_id": 11823, "table_id": "2-12094300-1", "question": "What is the lowest interview of the contestant with an evening gown bigger than 9.343?", "sql": "SELECT MIN(\"Interview\") FROM \"2-12094300-1\" WHERE \"Evening Gown\" > 9.343;"} +{"question_id": 11824, "table_id": "2-12094300-1", "question": "What is the evening gown score of the contestant from the district of columbia with preliminaries smaller than 8.647?", "sql": "SELECT COUNT(\"Evening Gown\") FROM \"2-12094300-1\" WHERE \"Preliminaries\" < 8.647 AND \"State\" = 'district of columbia';"} +{"question_id": 11825, "table_id": "2-1122092-1", "question": "who is the driver that has laps more than 35 and the constructor is Ferrari?", "sql": "SELECT \"Driver\" FROM \"2-1122092-1\" WHERE \"Laps\" > 35.0 AND \"Constructor\" = 'Ferrari';"} +{"question_id": 11826, "table_id": "2-11960407-3", "question": "What is the Team with a Date with December 11?", "sql": "SELECT \"Team\" FROM \"2-11960407-3\" WHERE \"Date\" = 'December 11';"} +{"question_id": 11827, "table_id": "2-11960407-3", "question": "What is the Score with a Team with @ Houston?", "sql": "SELECT \"Score\" FROM \"2-11960407-3\" WHERE \"Team\" = '@ Houston';"} +{"question_id": 11828, "table_id": "2-11960407-3", "question": "What is the High points with a Team with Boston?", "sql": "SELECT \"High points\" FROM \"2-11960407-3\" WHERE \"Team\" = 'Boston';"} +{"question_id": 11829, "table_id": "2-11960407-3", "question": "What is the Record with a Date with December 9?", "sql": "SELECT \"Record\" FROM \"2-11960407-3\" WHERE \"Date\" = 'December 9';"} +{"question_id": 11830, "table_id": "2-11308227-4", "question": "Whose reign ended in Egypt?", "sql": "SELECT \"Reign ended\" FROM \"2-11308227-4\" WHERE \"Country\" = 'Egypt';"} +{"question_id": 11831, "table_id": "2-11308227-4", "question": "Whose reign ended in Afghanistan after 3 days?", "sql": "SELECT \"Reign ended\" FROM \"2-11308227-4\" WHERE \"Length\" = '3 days' AND \"Country\" = 'Afghanistan';"} +{"question_id": 11832, "table_id": "2-11308227-4", "question": "Whose reign began in Vietnam and ended in October 1005?", "sql": "SELECT \"Reign began\" FROM \"2-11308227-4\" WHERE \"Country\" = 'Vietnam' AND \"Reign ended\" = 'October 1005';"} +{"question_id": 11833, "table_id": "2-11308227-4", "question": "When did Pharaoh Seth's reign end?", "sql": "SELECT \"Reign ended\" FROM \"2-11308227-4\" WHERE \"Name\" = 'Pharaoh Seth';"} +{"question_id": 11834, "table_id": "2-10809444-8", "question": "What did the home team score at MCG?", "sql": "SELECT \"Home team score\" FROM \"2-10809444-8\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 11835, "table_id": "2-10809444-8", "question": "What did the away team score in the game with a crowd size larger than 22000?", "sql": "SELECT \"Away team score\" FROM \"2-10809444-8\" WHERE \"Crowd\" > 22000.0;"} +{"question_id": 11836, "table_id": "2-10809444-8", "question": "What was the largest crowd size at a South Melbourne home game?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809444-8\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 11837, "table_id": "2-11512596-6", "question": "What is the record on August 18?", "sql": "SELECT \"Record\" FROM \"2-11512596-6\" WHERE \"Date\" = 'August 18';"} +{"question_id": 11838, "table_id": "2-11512596-6", "question": "Name the score on August 1", "sql": "SELECT \"Score\" FROM \"2-11512596-6\" WHERE \"Date\" = 'August 1';"} +{"question_id": 11839, "table_id": "2-11021760-1", "question": "how many times was the points 18?", "sql": "SELECT COUNT(\"Place\") FROM \"2-11021760-1\" WHERE \"Points\" = 18.0;"} +{"question_id": 11840, "table_id": "2-11021760-1", "question": "what is the number of points when the place is less than 7, the draw is more than 2 and the artist is piece of cake?", "sql": "SELECT COUNT(\"Points\") FROM \"2-11021760-1\" WHERE \"Place\" < 7.0 AND \"Draw\" > 2.0 AND \"Artist\" = 'piece of cake';"} +{"question_id": 11841, "table_id": "2-1122182-1", "question": "Who was the Constructor when the Grid was 2?", "sql": "SELECT \"Constructor\" FROM \"2-1122182-1\" WHERE \"Grid\" = 2.0;"} +{"question_id": 11842, "table_id": "2-1122182-1", "question": "What is the time/retired of Driver Masten Gregory Carroll Shelby when the constructor was Maserati, the Grid was larger than 10 and there were more than 2 laps?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122182-1\" WHERE \"Grid\" > 10.0 AND \"Laps\" > 2.0 AND \"Constructor\" = 'Maserati' AND \"Driver\" = 'Masten Gregory Carroll Shelby';"} +{"question_id": 11843, "table_id": "2-1122182-1", "question": "What was the average grid at the time Vanwall was constructor and there were 17 laps?", "sql": "SELECT AVG(\"Grid\") FROM \"2-1122182-1\" WHERE \"Constructor\" = 'Vanwall' AND \"Laps\" = 17.0;"} +{"question_id": 11844, "table_id": "2-11346282-7", "question": "Who wins with a score 7–6(4), 6–4", "sql": "SELECT \"Winner\" FROM \"2-11346282-7\" WHERE \"Score\" = '7–6(4), 6–4';"} +{"question_id": 11845, "table_id": "2-11346282-7", "question": "Who is the Runner-up in Tournament of Seiersberg", "sql": "SELECT \"Runner-up\" FROM \"2-11346282-7\" WHERE \"Tournament\" = 'Seiersberg';"} +{"question_id": 11846, "table_id": "2-1122979-1", "question": "Who constructed the car that retired due to Brakes with a grid larger than 17?", "sql": "SELECT \"Constructor\" FROM \"2-1122979-1\" WHERE \"Grid\" > 17.0 AND \"Time/Retired\" = 'Brakes';"} +{"question_id": 11847, "table_id": "2-1122979-1", "question": "How many laps for grid 25?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122979-1\" WHERE \"Grid\" = 25.0;"} +{"question_id": 11848, "table_id": "2-1122979-1", "question": "What is the time/retired for the car with over 9 laps and a grid of 6?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122979-1\" WHERE \"Laps\" > 9.0 AND \"Grid\" = 6.0;"} +{"question_id": 11849, "table_id": "2-1163160-2", "question": "Which Mac OSX's GNU/Linux was Yes when Windows was No?", "sql": "SELECT \"Mac OS X\" FROM \"2-1163160-2\" WHERE \"GNU/Linux\" = 'Yes' AND \"Windows\" = 'No';"} +{"question_id": 11850, "table_id": "2-1163160-2", "question": "Which Mac OSX had No haiku and a client that was DC++?", "sql": "SELECT \"Mac OS X\" FROM \"2-1163160-2\" WHERE \"Haiku\" = 'No' AND \"Client\" = 'DC++';"} +{"question_id": 11851, "table_id": "2-1163160-2", "question": "Which GNU/Linux had No haiku and a client of AirDC++?", "sql": "SELECT \"GNU/Linux\" FROM \"2-1163160-2\" WHERE \"Haiku\" = 'No' AND \"Client\" = 'AirDC++';"} +{"question_id": 11852, "table_id": "2-1163160-2", "question": "Which client had No GNU/Linux?", "sql": "SELECT \"Client\" FROM \"2-1163160-2\" WHERE \"GNU/Linux\" = 'No';"} +{"question_id": 11853, "table_id": "2-1122970-1", "question": "How many laps for grid 12?", "sql": "SELECT \"Laps\" FROM \"2-1122970-1\" WHERE \"Grid\" = 12.0;"} +{"question_id": 11854, "table_id": "2-1122970-1", "question": "Who built the 21 grid car that retired due to Suspension?", "sql": "SELECT \"Constructor\" FROM \"2-1122970-1\" WHERE \"Grid\" > 21.0 AND \"Time/Retired\" = 'Suspension';"} +{"question_id": 11855, "table_id": "2-11603267-4", "question": "What is the low rank for hale irwin with under 32 wins?", "sql": "SELECT MIN(\"Rank\") FROM \"2-11603267-4\" WHERE \"Player\" = 'hale irwin' AND \"Wins\" < 32.0;"} +{"question_id": 11856, "table_id": "2-11603267-4", "question": "How much has Dave Stockton earned?", "sql": "SELECT MAX(\"Earnings( $ )\") FROM \"2-11603267-4\" WHERE \"Player\" = 'Dave Stockton';"} +{"question_id": 11857, "table_id": "2-10807673-10", "question": "Which team has an away team score of 9.11 (65)?", "sql": "SELECT \"Home team\" FROM \"2-10807673-10\" WHERE \"Away team score\" = '9.11 (65)';"} +{"question_id": 11858, "table_id": "2-10807673-10", "question": "When was the game at Princes Park?", "sql": "SELECT \"Date\" FROM \"2-10807673-10\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 11859, "table_id": "2-10807673-10", "question": "What was Collingwood's away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10807673-10\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 11860, "table_id": "2-1139835-9", "question": "If the season is before 2000, the runner up was north melbourne, and it's the pre-season cup, what's the sum of attendees?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-1139835-9\" WHERE \"Premiership\" = 'pre-season cup' AND \"Runner Up\" = 'north melbourne' AND \"Season\" < 2000.0;"} +{"question_id": 11861, "table_id": "2-1151047-1", "question": "What were the original teams for the season that was won by Danni Allen?", "sql": "SELECT \"Original teams\" FROM \"2-1151047-1\" WHERE \"The Biggest Loser\" = 'Danni Allen';"} +{"question_id": 11862, "table_id": "2-1151047-1", "question": "What were the original teams for the season that was won at-home by Mark Pinkhasovich?", "sql": "SELECT \"Original teams\" FROM \"2-1151047-1\" WHERE \"At-Home Winner\" = 'Mark Pinkhasovich';"} +{"question_id": 11863, "table_id": "2-1151047-1", "question": "Who won the season when Pete Thomas was the At-Home winner?", "sql": "SELECT \"The Biggest Loser\" FROM \"2-1151047-1\" WHERE \"At-Home Winner\" = 'Pete Thomas';"} +{"question_id": 11864, "table_id": "2-1151047-1", "question": "What was the premiere date of the season won by Matt Hoover?", "sql": "SELECT \"Premiere\" FROM \"2-1151047-1\" WHERE \"The Biggest Loser\" = 'Matt Hoover';"} +{"question_id": 11865, "table_id": "2-1151047-1", "question": "What is the name of the season won by John Rhode?", "sql": "SELECT \"Name\" FROM \"2-1151047-1\" WHERE \"The Biggest Loser\" = 'John Rhode';"} +{"question_id": 11866, "table_id": "2-1151047-1", "question": "What were the original teams for The Biggest Loser (season 1)?", "sql": "SELECT \"Original teams\" FROM \"2-1151047-1\" WHERE \"Name\" = 'The Biggest Loser (season 1)';"} +{"question_id": 11867, "table_id": "2-1126878-3", "question": "In what venue did the 1982 FIFA World Cup qualification take place?", "sql": "SELECT \"Venue\" FROM \"2-1126878-3\" WHERE \"Competition\" = '1982 FIFA World Cup qualification';"} +{"question_id": 11868, "table_id": "2-1126878-3", "question": "In what venue was the 1978 FIFA World Cup qualification played in?", "sql": "SELECT \"Venue\" FROM \"2-1126878-3\" WHERE \"Competition\" = '1978 FIFA World Cup qualification';"} +{"question_id": 11869, "table_id": "2-10790510-14", "question": "When did the home team score 13.11 (89)?", "sql": "SELECT \"Date\" FROM \"2-10790510-14\" WHERE \"Home team score\" = '13.11 (89)';"} +{"question_id": 11870, "table_id": "2-11885248-5", "question": "Who did the Red Sox play against on July 8?", "sql": "SELECT \"Opponent\" FROM \"2-11885248-5\" WHERE \"Date\" = 'July 8';"} +{"question_id": 11871, "table_id": "2-11885248-5", "question": "What was the loss for the game on July 1 with an attendance more than 35621?", "sql": "SELECT \"Loss\" FROM \"2-11885248-5\" WHERE \"Attendance\" > 35621.0 AND \"Date\" = 'July 1';"} +{"question_id": 11872, "table_id": "2-10814481-12", "question": "Tell me the lowest goals for Second Row and points more than 12", "sql": "SELECT MIN(\"Goals\") FROM \"2-10814481-12\" WHERE \"Position\" = 'Second Row' AND \"Points\" > 12.0;"} +{"question_id": 11873, "table_id": "2-10814481-12", "question": "I want the lowest points for tries of 39 and goals more than 0", "sql": "SELECT MIN(\"Points\") FROM \"2-10814481-12\" WHERE \"Tries\" = 39.0 AND \"Goals\" > 0.0;"} +{"question_id": 11874, "table_id": "2-11889855-4", "question": "Who was the opponent at Baum Stadium on April 6?", "sql": "SELECT \"Opponent\" FROM \"2-11889855-4\" WHERE \"Site/Stadium\" = 'Baum Stadium' AND \"Date\" = 'April 6';"} +{"question_id": 11875, "table_id": "2-11889855-4", "question": "How many people were in attendance on March 4?", "sql": "SELECT \"Attendance\" FROM \"2-11889855-4\" WHERE \"Date\" = 'March 4';"} +{"question_id": 11876, "table_id": "2-11889855-4", "question": "On March 23, what is the site/stadium?", "sql": "SELECT \"Site/Stadium\" FROM \"2-11889855-4\" WHERE \"Date\" = 'March 23';"} +{"question_id": 11877, "table_id": "2-11889855-4", "question": "On what date was Kentucky the opponent, and Ragle lost?", "sql": "SELECT \"Date\" FROM \"2-11889855-4\" WHERE \"Opponent\" = 'Kentucky' AND \"Loss\" = 'Ragle';"} +{"question_id": 11878, "table_id": "2-11889855-4", "question": "Which site/stadium was the score 1-2?", "sql": "SELECT \"Site/Stadium\" FROM \"2-11889855-4\" WHERE \"Score\" = '1-2';"} +{"question_id": 11879, "table_id": "2-11889855-4", "question": "Who was the opponent at Lindsey Nelson Stadium?", "sql": "SELECT \"Opponent\" FROM \"2-11889855-4\" WHERE \"Site/Stadium\" = 'Lindsey Nelson Stadium';"} +{"question_id": 11880, "table_id": "2-10953197-2", "question": "Who wrote the title \"Parting Glances\" ?", "sql": "SELECT \"Writer(s)\" FROM \"2-10953197-2\" WHERE \"Title\" = '\"Parting Glances\"';"} +{"question_id": 11881, "table_id": "2-11458832-1", "question": "Which pick number resulted in a Defensive end?", "sql": "SELECT \"Pick\" FROM \"2-11458832-1\" WHERE \"Position\" = 'Defensive end';"} +{"question_id": 11882, "table_id": "2-10809444-1", "question": "In the game where the home team is Collingwood, what is the score of the away team?", "sql": "SELECT \"Away team score\" FROM \"2-10809444-1\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 11883, "table_id": "2-10809444-1", "question": "Which date has a game where the away team had a score of 10.8 (68)?", "sql": "SELECT \"Date\" FROM \"2-10809444-1\" WHERE \"Away team score\" = '10.8 (68)';"} +{"question_id": 11884, "table_id": "2-10809444-1", "question": "What is the size of the biggest crowd for a game where Fitzroy was the away team?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809444-1\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 11885, "table_id": "2-10809444-1", "question": "Which team had an away score of 15.14 (104)?", "sql": "SELECT \"Home team\" FROM \"2-10809444-1\" WHERE \"Away team score\" = '15.14 (104)';"} +{"question_id": 11886, "table_id": "2-10809444-1", "question": "On which date did Footscray play an away game?", "sql": "SELECT \"Date\" FROM \"2-10809444-1\" WHERE \"Away team\" = 'Footscray';"} +{"question_id": 11887, "table_id": "2-10790651-5", "question": "If the Away team score was 13.20 (98), what was the Home team they played?", "sql": "SELECT \"Home team\" FROM \"2-10790651-5\" WHERE \"Away team score\" = '13.20 (98)';"} +{"question_id": 11888, "table_id": "2-10790651-5", "question": "If the Home team was St Kilda, what was the score of the Away team they played?", "sql": "SELECT \"Away team score\" FROM \"2-10790651-5\" WHERE \"Home team\" = 'St Kilda';"} +{"question_id": 11889, "table_id": "2-10790651-5", "question": "When the Home team of Geelong played, what was their lowest Crowd number?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10790651-5\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 11890, "table_id": "2-10790651-5", "question": "Which Away team played when they had a Crowd of over 29000 people?", "sql": "SELECT \"Away team\" FROM \"2-10790651-5\" WHERE \"Crowd\" > 29000.0;"} +{"question_id": 11891, "table_id": "2-11786160-4", "question": "What is the average of the player with 124 yards and less than 13 rec.?", "sql": "SELECT AVG(\"Avg.\") FROM \"2-11786160-4\" WHERE \"Yards\" = 124.0 AND \"Rec.\" < 13.0;"} +{"question_id": 11892, "table_id": "2-1111175-2", "question": "On September 25, 1994 what was the final score?", "sql": "SELECT \"Score in the final\" FROM \"2-1111175-2\" WHERE \"Date\" = 'September 25, 1994';"} +{"question_id": 11893, "table_id": "2-1111175-2", "question": "On the final date of April 5, 1995, what was the score?", "sql": "SELECT \"Score in the final\" FROM \"2-1111175-2\" WHERE \"Date\" = 'April 5, 1995';"} +{"question_id": 11894, "table_id": "2-10790651-1", "question": "Who was Geelong's home opponent?", "sql": "SELECT \"Home team\" FROM \"2-10790651-1\" WHERE \"Away team\" = 'Geelong';"} +{"question_id": 11895, "table_id": "2-11870159-1", "question": "What is the date against the Tampa Bay Storm?", "sql": "SELECT \"Date\" FROM \"2-11870159-1\" WHERE \"Opponent\" = 'Tampa Bay Storm';"} +{"question_id": 11896, "table_id": "2-11441028-2", "question": "What's the result when the kickoff was 4:00 and the record was 4-8?", "sql": "SELECT \"Result\" FROM \"2-11441028-2\" WHERE \"Kickoff [a ]\" = '4:00' AND \"Record\" = '4-8';"} +{"question_id": 11897, "table_id": "2-11441028-2", "question": "Who was the opponent for the Giants Stadium game?", "sql": "SELECT \"Opponent\" FROM \"2-11441028-2\" WHERE \"Game site\" = 'Giants Stadium';"} +{"question_id": 11898, "table_id": "2-11441028-2", "question": "What date had a kickoff of 1:00 and a result of L 27-14?", "sql": "SELECT \"Date\" FROM \"2-11441028-2\" WHERE \"Kickoff [a ]\" = '1:00' AND \"Result\" = 'L 27-14';"} +{"question_id": 11899, "table_id": "2-11441028-2", "question": "When was the record 3-3?", "sql": "SELECT \"Date\" FROM \"2-11441028-2\" WHERE \"Record\" = '3-3';"} +{"question_id": 11900, "table_id": "2-11441028-2", "question": "When the result was L 13-7 OT, who was the opponent?", "sql": "SELECT \"Opponent\" FROM \"2-11441028-2\" WHERE \"Result\" = 'L 13-7 OT';"} +{"question_id": 11901, "table_id": "2-11946231-6", "question": "What model number had a chipset of Intel Q43?", "sql": "SELECT \"Model\" FROM \"2-11946231-6\" WHERE \"Chipset\" = 'Intel Q43';"} +{"question_id": 11902, "table_id": "2-11946231-6", "question": "What is the form factor with a model name of Precision M50?", "sql": "SELECT \"Form factor\" FROM \"2-11946231-6\" WHERE \"Model\" = 'Precision M50';"} +{"question_id": 11903, "table_id": "2-11946231-6", "question": "Whas is the released date of the memory type DDR2-667?", "sql": "SELECT \"Released\" FROM \"2-11946231-6\" WHERE \"Memory Type\" = 'DDR2-667';"} +{"question_id": 11904, "table_id": "2-11946231-6", "question": "What is the memory type with a form factor of 15.4\", and a Model of Precision M65?", "sql": "SELECT \"Memory Type\" FROM \"2-11946231-6\" WHERE \"Form factor\" = '15.4\"' AND \"Model\" = 'Precision M65';"} +{"question_id": 11905, "table_id": "2-11946231-6", "question": "what is the release date of the model Precision M60?", "sql": "SELECT \"Released\" FROM \"2-11946231-6\" WHERE \"Model\" = 'Precision M60';"} +{"question_id": 11906, "table_id": "2-10824095-13", "question": "What away team played at VFL Park with more than 10530 spectators?", "sql": "SELECT \"Away team\" FROM \"2-10824095-13\" WHERE \"Crowd\" > 10530.0 AND \"Venue\" = 'VFL Park';"} +{"question_id": 11907, "table_id": "2-10824095-13", "question": "What away team has more than 23365 spectators and Carlton as the home team?", "sql": "SELECT \"Away team\" FROM \"2-10824095-13\" WHERE \"Crowd\" > 23365.0 AND \"Home team\" = 'Carlton';"} +{"question_id": 11908, "table_id": "2-10824095-13", "question": "Which away team scored 10.5 (65)?", "sql": "SELECT \"Away team\" FROM \"2-10824095-13\" WHERE \"Away team score\" = '10.5 (65)';"} +{"question_id": 11909, "table_id": "2-10824095-13", "question": "What is the home score with an away team of 9.17 (71)?", "sql": "SELECT \"Home team score\" FROM \"2-10824095-13\" WHERE \"Away team score\" = '9.17 (71)';"} +{"question_id": 11910, "table_id": "2-11963447-5", "question": "What is the record of the game with Rudy Gay (20) as the leading scorer?", "sql": "SELECT \"Record\" FROM \"2-11963447-5\" WHERE \"Leading scorer\" = 'Rudy Gay (20)';"} +{"question_id": 11911, "table_id": "2-11963447-5", "question": "What is the visitor team of the game with Rudy Gay (18) as the leading scorer?", "sql": "SELECT \"Visitor\" FROM \"2-11963447-5\" WHERE \"Leading scorer\" = 'Rudy Gay (18)';"} +{"question_id": 11912, "table_id": "2-11963447-5", "question": "What is the score on the 1 December 2007 game?", "sql": "SELECT \"Score\" FROM \"2-11963447-5\" WHERE \"Date\" = '1 December 2007';"} +{"question_id": 11913, "table_id": "2-11963447-5", "question": "What is the score of the game with Grizzlies as the visitor team on 30 December 2007?", "sql": "SELECT \"Score\" FROM \"2-11963447-5\" WHERE \"Visitor\" = 'Grizzlies' AND \"Date\" = '30 December 2007';"} +{"question_id": 11914, "table_id": "2-11338646-7", "question": "What is the lowest draw that has 5 losses and byes greater than 0?", "sql": "SELECT MIN(\"Draws\") FROM \"2-11338646-7\" WHERE \"Losses\" = 5.0 AND \"Byes\" > 0.0;"} +{"question_id": 11915, "table_id": "2-11338646-7", "question": "What is the lowest draw that is greater than 0 and byes greater than 0?", "sql": "SELECT MIN(\"Losses\") FROM \"2-11338646-7\" WHERE \"Draws\" > 0.0 AND \"Byes\" > 0.0;"} +{"question_id": 11916, "table_id": "2-11338646-7", "question": "What is the total number of byes that has 13 losses and wins less than 5?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-11338646-7\" WHERE \"Losses\" = 13.0 AND \"Wins\" < 5.0;"} +{"question_id": 11917, "table_id": "2-11338646-7", "question": "What is the total number of byes that has 1 draw and an against of 1374?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-11338646-7\" WHERE \"Draws\" = 1.0 AND \"Against\" = 1374.0;"} +{"question_id": 11918, "table_id": "2-11338646-7", "question": "What is the total number of byes that has 11 wins and a Tallangatta DFL of barnawartha?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-11338646-7\" WHERE \"Wins\" = 11.0 AND \"Tallangatta DFL\" = 'barnawartha';"} +{"question_id": 11919, "table_id": "2-11015817-2", "question": "When did the Summer Olympics occur in Tokyo?", "sql": "SELECT \"Summer Olympics\" FROM \"2-11015817-2\" WHERE \"City\" = 'Tokyo';"} +{"question_id": 11920, "table_id": "2-1174877-16", "question": "What is the Current status of Callander Coal Company Grey?", "sql": "SELECT \"Current status\" FROM \"2-1174877-16\" WHERE \"Livery\" = 'Callander Coal Company Grey';"} +{"question_id": 11921, "table_id": "2-1174877-16", "question": "When was the livery of Kinneil Sandy Red?", "sql": "SELECT \"Date\" FROM \"2-1174877-16\" WHERE \"Livery\" = 'Kinneil Sandy Red';"} +{"question_id": 11922, "table_id": "2-1174877-16", "question": "What is the name and number in 1962 when livery was BR Bauxite?", "sql": "SELECT \"Number & name\" FROM \"2-1174877-16\" WHERE \"Date\" = '1962' AND \"Livery\" = 'BR Bauxite';"} +{"question_id": 11923, "table_id": "2-1174877-16", "question": "What is the name and number in 1964?", "sql": "SELECT \"Number & name\" FROM \"2-1174877-16\" WHERE \"Date\" = '1964';"} +{"question_id": 11924, "table_id": "2-1174877-16", "question": "What is the description for the livery BR Grey?", "sql": "SELECT \"Description\" FROM \"2-1174877-16\" WHERE \"Livery\" = 'BR Grey';"} +{"question_id": 11925, "table_id": "2-1123317-1", "question": "Which is least lap is Mika Salo in?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1123317-1\" WHERE \"Driver\" = 'Mika Salo';"} +{"question_id": 11926, "table_id": "2-1123317-1", "question": "What time is grid 7 in?", "sql": "SELECT \"Time/Retired\" FROM \"2-1123317-1\" WHERE \"Grid\" = 7.0;"} +{"question_id": 11927, "table_id": "2-10818970-6", "question": "What was the score of Cook 3/6?", "sql": "SELECT \"Result\" FROM \"2-10818970-6\" WHERE \"Goals\" = 'Cook 3/6';"} +{"question_id": 11928, "table_id": "2-1201750-2", "question": "What is the Chassis having a year later than 1990, and Minardi Scuderia Italia as an entrant, and 4 points?", "sql": "SELECT \"Chassis\" FROM \"2-1201750-2\" WHERE \"Year\" > 1990.0 AND \"Entrant\" = 'Minardi Scuderia Italia' AND \"Points\" = 4.0;"} +{"question_id": 11929, "table_id": "2-11732809-5", "question": "Name the player with TD's more than 1 and long less than 24 with avg less than 11.4", "sql": "SELECT \"Player\" FROM \"2-11732809-5\" WHERE \"Avg.\" < 11.4 AND \"Long\" < 24.0 AND \"TD's\" > 1.0;"} +{"question_id": 11930, "table_id": "2-12017602-17", "question": "Which gender had a decile of more than 1 and featured the South Auckland Seventh-day Adventist School?", "sql": "SELECT \"Gender\" FROM \"2-12017602-17\" WHERE \"Decile\" > 1.0 AND \"Name\" = 'South Auckland Seventh-day Adventist School';"} +{"question_id": 11931, "table_id": "2-12017602-17", "question": "Which name has an authority of State?", "sql": "SELECT \"Name\" FROM \"2-12017602-17\" WHERE \"Authority\" = 'State';"} +{"question_id": 11932, "table_id": "2-12017602-17", "question": "Which decile features Mayfield School?", "sql": "SELECT \"Decile\" FROM \"2-12017602-17\" WHERE \"Name\" = 'Mayfield School';"} +{"question_id": 11933, "table_id": "2-11512596-5", "question": "What was the record on July 28?", "sql": "SELECT \"Record\" FROM \"2-11512596-5\" WHERE \"Date\" = 'July 28';"} +{"question_id": 11934, "table_id": "2-11512596-5", "question": "How many people attended on July 5?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-11512596-5\" WHERE \"Date\" = 'July 5';"} +{"question_id": 11935, "table_id": "2-1195142-4", "question": "Which production won the Drama Desk Award as well as the category of Outstanding Sound Design?", "sql": "SELECT \"Result\" FROM \"2-1195142-4\" WHERE \"Award\" = 'Drama Desk Award' AND \"Category\" = 'Outstanding Sound Design';"} +{"question_id": 11936, "table_id": "2-1195142-4", "question": "Who was nominated for Outstanding Director of a Musical?", "sql": "SELECT \"Nominee\" FROM \"2-1195142-4\" WHERE \"Category\" = 'Outstanding Director of a Musical';"} +{"question_id": 11937, "table_id": "2-1195142-4", "question": "In what year was terry johnson nominated for a tony award?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1195142-4\" WHERE \"Award\" = 'tony award' AND \"Nominee\" = 'terry johnson';"} +{"question_id": 11938, "table_id": "2-1195142-4", "question": "What year was there a Tony Award category of Best Revival of a Musical?", "sql": "SELECT \"Year\" FROM \"2-1195142-4\" WHERE \"Award\" = 'Tony Award' AND \"Category\" = 'Best Revival of a Musical';"} +{"question_id": 11939, "table_id": "2-10808933-7", "question": "What is the crowd size of the Away team, Fitzroy?", "sql": "SELECT \"Crowd\" FROM \"2-10808933-7\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 11940, "table_id": "2-10808933-7", "question": "Which Away team uses Princes Park as it's venue?", "sql": "SELECT \"Away team\" FROM \"2-10808933-7\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 11941, "table_id": "2-10808933-7", "question": "What was the lowest Crowd Size for the Home Team of North Melbourne?", "sql": "SELECT MIN(\"Crowd\") FROM \"2-10808933-7\" WHERE \"Home team\" = 'North Melbourne';"} +{"question_id": 11942, "table_id": "2-10869537-17", "question": "What was the attendance when St Kilda played as the away team?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10869537-17\" WHERE \"Away team\" = 'St Kilda';"} +{"question_id": 11943, "table_id": "2-11222695-1", "question": "Tell me the opponent for winner of BC 2", "sql": "SELECT \"Opponent\" FROM \"2-11222695-1\" WHERE \"Winner\" = 'BC 2';"} +{"question_id": 11944, "table_id": "2-11222695-1", "question": "Tell me the score for opponent of Holy Cross and result of Push", "sql": "SELECT \"Score\" FROM \"2-11222695-1\" WHERE \"Opponent\" = 'Holy Cross' AND \"Result\" = 'Push';"} +{"question_id": 11945, "table_id": "2-11222695-1", "question": "Tell me the score on 1978-12-16", "sql": "SELECT \"Score\" FROM \"2-11222695-1\" WHERE \"Date\" = '1978-12-16';"} +{"question_id": 11946, "table_id": "2-11222695-1", "question": "Tell me the result for 1979-01-17", "sql": "SELECT \"Result\" FROM \"2-11222695-1\" WHERE \"Date\" = '1979-01-17';"} +{"question_id": 11947, "table_id": "2-11222695-1", "question": "I want the result for winner of BC 3", "sql": "SELECT \"Result\" FROM \"2-11222695-1\" WHERE \"Winner\" = 'BC 3';"} +{"question_id": 11948, "table_id": "2-12015554-6", "question": "What is the save when Yankees are the opponents on July 25?", "sql": "SELECT \"Save\" FROM \"2-12015554-6\" WHERE \"Opponent\" = 'Yankees' AND \"Date\" = 'July 25';"} +{"question_id": 11949, "table_id": "2-12015554-6", "question": "What score occurred when the save was ||27,108||63–44?", "sql": "SELECT \"Score\" FROM \"2-12015554-6\" WHERE \"Save\" = '||27,108||63–44';"} +{"question_id": 11950, "table_id": "2-12015554-6", "question": "What is the resulting loss when a save is ||12,838||48–35?", "sql": "SELECT \"Loss\" FROM \"2-12015554-6\" WHERE \"Save\" = '||12,838||48–35';"} +{"question_id": 11951, "table_id": "2-12015554-6", "question": "On what date did a save of ||54,918||50–36 occur?", "sql": "SELECT \"Date\" FROM \"2-12015554-6\" WHERE \"Save\" = '||54,918||50–36';"} +{"question_id": 11952, "table_id": "2-12015554-6", "question": "What was the score when a save of ||25,354||63–43 occurred?", "sql": "SELECT \"Score\" FROM \"2-12015554-6\" WHERE \"Save\" = '||25,354||63–43';"} +{"question_id": 11953, "table_id": "2-11930-2", "question": "Name the highest revenue for employees of 95175 and rank less than 8", "sql": "SELECT MAX(\"Revenue €Million\") FROM \"2-11930-2\" WHERE \"Employees (World)\" = 95175.0 AND \"Rank\" < 8.0;"} +{"question_id": 11954, "table_id": "2-11905904-2", "question": "Tell me the average goals with apps less than 3", "sql": "SELECT AVG(\"Goals\") FROM \"2-11905904-2\" WHERE \"Apps\" < 3.0;"} +{"question_id": 11955, "table_id": "2-1122040-3", "question": "What is the Time/Retired for a Grid smaller than 10, a Laps larger than 20, and a Constructor of Talbot-Lago - Talbot?", "sql": "SELECT \"Time/Retired\" FROM \"2-1122040-3\" WHERE \"Grid\" < 10.0 AND \"Laps\" > 20.0 AND \"Constructor\" = 'Talbot-Lago - Talbot';"} +{"question_id": 11956, "table_id": "2-1122040-3", "question": "What is the high grid total for Maserati?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1122040-3\" WHERE \"Constructor\" = 'Maserati';"} +{"question_id": 11957, "table_id": "2-1122040-3", "question": "What is the high grid total for Maserati with under 35 laps?", "sql": "SELECT MAX(\"Grid\") FROM \"2-1122040-3\" WHERE \"Laps\" < 35.0 AND \"Constructor\" = 'Maserati';"} +{"question_id": 11958, "table_id": "2-1140077-2", "question": "What is the Pole Position of the Brazilian Grand Prix race?", "sql": "SELECT \"Pole Position\" FROM \"2-1140077-2\" WHERE \"Race\" = 'Brazilian Grand Prix';"} +{"question_id": 11959, "table_id": "2-1140077-2", "question": "Who was the winner of the race in Monza?", "sql": "SELECT \"Race Winner\" FROM \"2-1140077-2\" WHERE \"Location\" = 'Monza';"} +{"question_id": 11960, "table_id": "2-10789881-14", "question": "What Away team had a score of 8.13 (61)?", "sql": "SELECT \"Away team\" FROM \"2-10789881-14\" WHERE \"Away team score\" = '8.13 (61)';"} +{"question_id": 11961, "table_id": "2-11783766-6", "question": "What position for Chris Moreno?", "sql": "SELECT \"Position\" FROM \"2-11783766-6\" WHERE \"Player\" = 'Chris Moreno';"} +{"question_id": 11962, "table_id": "2-11783766-6", "question": "When was Brian LeMay born?", "sql": "SELECT \"Date of Birth (Age)\" FROM \"2-11783766-6\" WHERE \"Player\" = 'Brian LeMay';"} +{"question_id": 11963, "table_id": "2-11902366-17", "question": "Tell me the player for 7 round", "sql": "SELECT \"Player\" FROM \"2-11902366-17\" WHERE \"Round\" = 7.0;"} +{"question_id": 11964, "table_id": "2-11096996-1", "question": "Which Superfund site has the CERCLIS ID FLD980494959?", "sql": "SELECT \"Partially deleted\" FROM \"2-11096996-1\" WHERE \"CERCLIS ID\" = 'FLD980494959';"} +{"question_id": 11965, "table_id": "2-11096996-1", "question": "Which site has the CERCLIS ID FLD004092532?", "sql": "SELECT \"Name\" FROM \"2-11096996-1\" WHERE \"CERCLIS ID\" = 'FLD004092532';"} +{"question_id": 11966, "table_id": "2-11096996-1", "question": "What is the CERCLIS ID of the site in Polk County, with the date 08/04/2009?", "sql": "SELECT \"CERCLIS ID\" FROM \"2-11096996-1\" WHERE \"County\" = 'Polk' AND \"Deleted\" = '08/04/2009';"} +{"question_id": 11967, "table_id": "2-10871545-1", "question": "When is the tournament of Konica San Jose Classic?", "sql": "SELECT \"Date\" FROM \"2-10871545-1\" WHERE \"Tournament\" = 'Konica San Jose Classic';"} +{"question_id": 11968, "table_id": "2-10871545-1", "question": "Which tournament had a Playoff with a margin of victory?", "sql": "SELECT \"Tournament\" FROM \"2-10871545-1\" WHERE \"Margin of Victory\" = 'Playoff';"} +{"question_id": 11969, "table_id": "2-10871545-1", "question": "Who was the runner up in the Konica San Jose Classic Tournament?", "sql": "SELECT \"Runner-up\" FROM \"2-10871545-1\" WHERE \"Tournament\" = 'Konica San Jose Classic';"} +{"question_id": 11970, "table_id": "2-10809444-15", "question": "What was the highest crowd size at the Western Oval?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10809444-15\" WHERE \"Venue\" = 'Western Oval';"} +{"question_id": 11971, "table_id": "2-11677694-1", "question": "Which name had an order number of 1?", "sql": "SELECT \"Name\" FROM \"2-11677694-1\" WHERE \"Order\" = 1.0;"} +{"question_id": 11972, "table_id": "2-1137707-1", "question": "Who was the entrant for Gabriele Tarquini with All rounds and a JH24 JH25 Chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1137707-1\" WHERE \"Rounds\" = 'All' AND \"Chassis\" = 'JH24 JH25' AND \"Driver\" = 'Gabriele Tarquini';"} +{"question_id": 11973, "table_id": "2-1137707-1", "question": "Who was the entrant for Gary Brabham?", "sql": "SELECT \"Entrant\" FROM \"2-1137707-1\" WHERE \"Driver\" = 'Gary Brabham';"} +{"question_id": 11974, "table_id": "2-1137707-1", "question": "Who constructed Aguri Suzuki's car?", "sql": "SELECT \"Constructor\" FROM \"2-1137707-1\" WHERE \"Driver\" = 'Aguri Suzuki';"} +{"question_id": 11975, "table_id": "2-11926114-5", "question": "What was the highest average point rating for a Modern suspense show with 21 episodes?", "sql": "SELECT SUM(\"Highest average point ratings\") FROM \"2-11926114-5\" WHERE \"Genre\" = 'Modern suspense' AND \"Number of episodes\" = 21.0;"} +{"question_id": 11976, "table_id": "2-10856164-1", "question": "Where was the game with the result of 22-20 played?", "sql": "SELECT \"Venue\" FROM \"2-10856164-1\" WHERE \"Result\" = '22-20';"} +{"question_id": 11977, "table_id": "2-10856164-1", "question": "Where was the game with a higher score than 1 played?", "sql": "SELECT \"Venue\" FROM \"2-10856164-1\" WHERE \"Scored\" > 1.0;"} +{"question_id": 11978, "table_id": "2-10856164-1", "question": "What tournament did the Crusaders play in?", "sql": "SELECT \"Tournament\" FROM \"2-10856164-1\" WHERE \"Opponent\" = 'Crusaders';"} +{"question_id": 11979, "table_id": "2-10806194-6", "question": "What was the home score at Lake Oval?", "sql": "SELECT \"Home team score\" FROM \"2-10806194-6\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 11980, "table_id": "2-11357988-6", "question": "What is the highest metal total when there are 2 Gold medals, 0 Bronze metals, and the rank is smaller than 2?", "sql": "SELECT MAX(\"Total\") FROM \"2-11357988-6\" WHERE \"Gold\" = 2.0 AND \"Bronze\" = 0.0 AND \"Rank\" < 2.0;"} +{"question_id": 11981, "table_id": "2-11357988-6", "question": "What is the total number of silver medals when there are 0 Bronze medals, and the nation is the united kingdom?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-11357988-6\" WHERE \"Bronze\" = 0.0 AND \"Nation\" = 'united kingdom';"} +{"question_id": 11982, "table_id": "2-11357988-6", "question": "What is the highest rank when the metal total is 1 and the nation is the United Kingdom?", "sql": "SELECT MAX(\"Rank\") FROM \"2-11357988-6\" WHERE \"Total\" = 1.0 AND \"Nation\" = 'United Kingdom';"} +{"question_id": 11983, "table_id": "2-11357988-6", "question": "What is the lowest metal total when the Bronze metals are larger than 0, the Gold medals are smaller than 1, and the nation is switzerland?", "sql": "SELECT MIN(\"Total\") FROM \"2-11357988-6\" WHERE \"Bronze\" > 0.0 AND \"Nation\" = 'switzerland' AND \"Gold\" < 1.0;"} +{"question_id": 11984, "table_id": "2-11357988-6", "question": "What is the highest Bronze medal count when the Gold medals are larger than 1 and the silver are smaller than 0?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-11357988-6\" WHERE \"Gold\" > 1.0 AND \"Silver\" < 0.0;"} +{"question_id": 11985, "table_id": "2-1140116-1", "question": "When was the Swiss Grand Prix?", "sql": "SELECT \"Date\" FROM \"2-1140116-1\" WHERE \"Race\" = 'Swiss Grand Prix';"} +{"question_id": 11986, "table_id": "2-1140116-1", "question": "What was the circuit for Alberto Ascari José Froilán González?", "sql": "SELECT \"Circuit\" FROM \"2-1140116-1\" WHERE \"Fastest lap\" = 'Alberto Ascari José Froilán González';"} +{"question_id": 11987, "table_id": "2-1140116-1", "question": "Name the date of the Italian Grand Prix", "sql": "SELECT \"Date\" FROM \"2-1140116-1\" WHERE \"Race\" = 'Italian Grand Prix';"} +{"question_id": 11988, "table_id": "2-1140116-1", "question": "Name the constructor for the Belgian Grand Prix", "sql": "SELECT \"Constructor\" FROM \"2-1140116-1\" WHERE \"Race\" = 'Belgian Grand Prix';"} +{"question_id": 11989, "table_id": "2-1140116-1", "question": "Name the date for the Italian Grand Prix", "sql": "SELECT \"Date\" FROM \"2-1140116-1\" WHERE \"Race\" = 'Italian Grand Prix';"} +{"question_id": 11990, "table_id": "2-10866704-9", "question": "Who's the opposition at Westpac Stadium when the attendance is 31,853?", "sql": "SELECT \"Opposition\" FROM \"2-10866704-9\" WHERE \"Stadium\" = 'Westpac Stadium' AND \"Attendance\" = '31,853';"} +{"question_id": 11991, "table_id": "2-10866704-9", "question": "When was the opposition Sydney FC on Round 19?", "sql": "SELECT \"Date\" FROM \"2-10866704-9\" WHERE \"Opposition\" = 'Sydney FC' AND \"Round\" = 'Round 19';"} +{"question_id": 11992, "table_id": "2-10866704-9", "question": "What round was Adelaide United the opposition with an attendance of 18,345?", "sql": "SELECT \"Round\" FROM \"2-10866704-9\" WHERE \"Opposition\" = 'Adelaide United' AND \"Attendance\" = '18,345';"} +{"question_id": 11993, "table_id": "2-10866704-9", "question": "Who was the opposition at 11,682 excl. exhibition match?", "sql": "SELECT \"Opposition\" FROM \"2-10866704-9\" WHERE \"Stadium\" = '11,682 excl. exhibition match';"} +{"question_id": 11994, "table_id": "2-10866704-9", "question": "What round has an attendance of 12,127?", "sql": "SELECT \"Round\" FROM \"2-10866704-9\" WHERE \"Attendance\" = '12,127';"} +{"question_id": 11995, "table_id": "2-11664601-1", "question": "What is the result against Everton?", "sql": "SELECT \"Result\" FROM \"2-11664601-1\" WHERE \"Opponent\" = 'Everton';"} +{"question_id": 11996, "table_id": "2-11229322-1", "question": "François Gendron was in which party?", "sql": "SELECT \"Party\" FROM \"2-11229322-1\" WHERE \"Name\" = 'François Gendron';"} +{"question_id": 11997, "table_id": "2-11229322-1", "question": "The deputy that left office in 2003 took office in which year?", "sql": "SELECT \"Took Office\" FROM \"2-11229322-1\" WHERE \"Left Office\" = '2003';"} +{"question_id": 11998, "table_id": "2-11229322-1", "question": "Which deputy took office in 1976?", "sql": "SELECT \"Name\" FROM \"2-11229322-1\" WHERE \"Took Office\" = '1976';"} +{"question_id": 11999, "table_id": "2-11296015-15", "question": "Which film took place in 2000?", "sql": "SELECT \"Film\" FROM \"2-11296015-15\" WHERE \"Year\" = '2000';"} +{"question_id": 12000, "table_id": "2-11296015-15", "question": "Which song named Tan Dun was Nominated?", "sql": "SELECT \"Song\" FROM \"2-11296015-15\" WHERE \"Status\" = 'Nominated' AND \"Name\" = 'Tan Dun';"} +{"question_id": 12001, "table_id": "2-10809157-4", "question": "In which venue did the away team score 23.15 (153)?", "sql": "SELECT \"Venue\" FROM \"2-10809157-4\" WHERE \"Away team score\" = '23.15 (153)';"} +{"question_id": 12002, "table_id": "2-1122391-1", "question": "Who was the constructor when the grid was 11?", "sql": "SELECT \"Constructor\" FROM \"2-1122391-1\" WHERE \"Grid\" = 11.0;"} +{"question_id": 12003, "table_id": "2-1122391-1", "question": "How many laps were completed by piers courage when brm was the constructor and the grid is larger than 8?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1122391-1\" WHERE \"Constructor\" = 'brm' AND \"Driver\" = 'piers courage' AND \"Grid\" > 8.0;"} +{"question_id": 12004, "table_id": "2-1084969-1", "question": "What is the short name for a channelgreater than 63.4?", "sql": "SELECT \"PSIP Short Name\" FROM \"2-1084969-1\" WHERE \"Channel\" > 63.4;"} +{"question_id": 12005, "table_id": "2-1084969-1", "question": "For the channel smaller than 63.2, what was the programming?", "sql": "SELECT \"Programming\" FROM \"2-1084969-1\" WHERE \"Channel\" < 63.2;"} +{"question_id": 12006, "table_id": "2-11939305-4", "question": "Tell me the horse with faults of 0 when the total is 4.1", "sql": "SELECT \"Horse\" FROM \"2-11939305-4\" WHERE \"Faults\" = '0' AND \"Total\" = 4.1;"} +{"question_id": 12007, "table_id": "2-11939305-4", "question": "Tell me the horse when the faults are 9 and the total is 46.36", "sql": "SELECT \"Horse\" FROM \"2-11939305-4\" WHERE \"Faults\" = '9' AND \"Total\" = 46.36;"} +{"question_id": 12008, "table_id": "2-11939305-4", "question": "Tell me the highest total when the horse is Spender S", "sql": "SELECT MAX(\"Total\") FROM \"2-11939305-4\" WHERE \"Horse\" = 'Spender S';"} +{"question_id": 12009, "table_id": "2-11939305-4", "question": "Name the round 1 +2A points for horse of Poncorde", "sql": "SELECT \"Round 1 + 2A Points\" FROM \"2-11939305-4\" WHERE \"Horse\" = 'Poncorde';"} +{"question_id": 12010, "table_id": "2-11939305-4", "question": "Name the total number of total when round 1 +2A points of 19.620", "sql": "SELECT COUNT(\"Total\") FROM \"2-11939305-4\" WHERE \"Round 1 + 2A Points\" = '19.620';"} +{"question_id": 12011, "table_id": "2-10808346-14", "question": "Which Home team has an Away team of Melbourne?", "sql": "SELECT \"Home team\" FROM \"2-10808346-14\" WHERE \"Away team\" = 'Melbourne';"} +{"question_id": 12012, "table_id": "2-10808346-14", "question": "Which Crowd has an Away team score of 11.7 (73), and an Away team of Hawthorn?", "sql": "SELECT MAX(\"Crowd\") FROM \"2-10808346-14\" WHERE \"Away team score\" = '11.7 (73)' AND \"Away team\" = 'Hawthorn';"} +{"question_id": 12013, "table_id": "2-10806592-15", "question": "What is the away team at Corio Oval?", "sql": "SELECT \"Away team\" FROM \"2-10806592-15\" WHERE \"Venue\" = 'Corio Oval';"} +{"question_id": 12014, "table_id": "2-10806592-15", "question": "What is the away team at Lake Oval?", "sql": "SELECT \"Away team\" FROM \"2-10806592-15\" WHERE \"Venue\" = 'Lake Oval';"} +{"question_id": 12015, "table_id": "2-10806592-15", "question": "Which home team has an Away team score of 19.12 (126)?", "sql": "SELECT \"Home team\" FROM \"2-10806592-15\" WHERE \"Away team score\" = '19.12 (126)';"} +{"question_id": 12016, "table_id": "2-10806592-15", "question": "What is the away team score with Geelong home team?", "sql": "SELECT \"Away team score\" FROM \"2-10806592-15\" WHERE \"Home team\" = 'Geelong';"} +{"question_id": 12017, "table_id": "2-10809271-11", "question": "What is the home team score when the home team is Collingwood?", "sql": "SELECT \"Home team score\" FROM \"2-10809271-11\" WHERE \"Home team\" = 'Collingwood';"} +{"question_id": 12018, "table_id": "2-10809271-11", "question": "What is the name of the away team when the home team score is 7.12 (54)?", "sql": "SELECT \"Away team\" FROM \"2-10809271-11\" WHERE \"Home team score\" = '7.12 (54)';"} +{"question_id": 12019, "table_id": "2-10809271-11", "question": "What is the date of the game when the venue is Princes Park?", "sql": "SELECT \"Date\" FROM \"2-10809271-11\" WHERE \"Venue\" = 'Princes Park';"} +{"question_id": 12020, "table_id": "2-11309578-1", "question": "What position does the player from Texas A&M play?", "sql": "SELECT \"Position\" FROM \"2-11309578-1\" WHERE \"School\" = 'Texas A&M';"} +{"question_id": 12021, "table_id": "2-11242816-1", "question": "What is the time for 18 laps and 5 grids?", "sql": "SELECT \"Time\" FROM \"2-11242816-1\" WHERE \"Laps\" = 18.0 AND \"Grid\" = 5.0;"} +{"question_id": 12022, "table_id": "2-11876394-1", "question": "On which date was the Dodge Dealers Grand Prix GTS class race?", "sql": "SELECT \"Date\" FROM \"2-11876394-1\" WHERE \"Race\" = 'Dodge Dealers Grand Prix' AND \"Class\" = 'GTS';"} +{"question_id": 12023, "table_id": "2-11876394-1", "question": "Which race was on the Las Vegas Motor Speedway for 2 Hours?", "sql": "SELECT \"Race\" FROM \"2-11876394-1\" WHERE \"Circuit\" = 'Las Vegas Motor Speedway' AND \"Length\" = '2 Hours';"} +{"question_id": 12024, "table_id": "2-11876394-1", "question": "Which class was on the Las Vegas Motor Speedway for 2 Hours?", "sql": "SELECT \"Class\" FROM \"2-11876394-1\" WHERE \"Length\" = '2 Hours' AND \"Circuit\" = 'Las Vegas Motor Speedway';"} +{"question_id": 12025, "table_id": "2-11876394-1", "question": "What circuit was on June 1 with a class of Both?", "sql": "SELECT \"Circuit\" FROM \"2-11876394-1\" WHERE \"Class\" = 'Both' AND \"Date\" = 'June 1';"} +{"question_id": 12026, "table_id": "2-11876394-1", "question": "Which date was a GTS class on the Mosport International Raceway?", "sql": "SELECT \"Date\" FROM \"2-11876394-1\" WHERE \"Class\" = 'GTS' AND \"Circuit\" = 'Mosport International Raceway';"} +{"question_id": 12027, "table_id": "2-10814429-4", "question": "What is the average prom (m) when the height (m) is more than 733, the class is Hewitt, and the peak is Kirk Fell east top?", "sql": "SELECT AVG(\"Prom. (m)\") FROM \"2-10814429-4\" WHERE \"Height (m)\" > 733.0 AND \"Class\" = 'Hewitt' AND \"Peak\" = 'Kirk Fell east top';"} +{"question_id": 12028, "table_id": "2-10790510-13", "question": "Which venue did north melbourne play away with a crowd greater than 30000?", "sql": "SELECT \"Venue\" FROM \"2-10790510-13\" WHERE \"Crowd\" > 30000.0 AND \"Away team\" = 'north melbourne';"} +{"question_id": 12029, "table_id": "2-10790510-13", "question": "What did the away team score when the home team scored 23.13 (151)?", "sql": "SELECT \"Away team score\" FROM \"2-10790510-13\" WHERE \"Home team score\" = '23.13 (151)';"} +{"question_id": 12030, "table_id": "2-11677760-15", "question": "What college picked someone from The Episcopal Academy?", "sql": "SELECT \"College\" FROM \"2-11677760-15\" WHERE \"School\" = 'Episcopal Academy';"} +{"question_id": 12031, "table_id": "2-10808089-4", "question": "Which home team scored 9.13 (67)?", "sql": "SELECT \"Home team\" FROM \"2-10808089-4\" WHERE \"Home team score\" = '9.13 (67)';"} +{"question_id": 12032, "table_id": "2-10808089-4", "question": "When was the game at Moorabbin Oval?", "sql": "SELECT \"Date\" FROM \"2-10808089-4\" WHERE \"Venue\" = 'Moorabbin Oval';"} +{"question_id": 12033, "table_id": "2-10808089-4", "question": "Who did Hawthorn play against at their home match?", "sql": "SELECT \"Away team\" FROM \"2-10808089-4\" WHERE \"Home team\" = 'Hawthorn';"} +{"question_id": 12034, "table_id": "2-11603398-3", "question": "What is the highest rank of the player who played 30 events and made less than $2708005?", "sql": "SELECT MAX(\"Rank\") FROM \"2-11603398-3\" WHERE \"Earnings ( $ )\" < 2708005.0 AND \"Events\" = 30.0;"} +{"question_id": 12035, "table_id": "2-11514681-1", "question": "What season has a 6th North finish and more than 21 points?", "sql": "SELECT \"Season\" FROM \"2-11514681-1\" WHERE \"Points\" > 21.0 AND \"Finish\" = '6th North';"} +{"question_id": 12036, "table_id": "2-11827596-4", "question": "What language does Raj Kamal speak?", "sql": "SELECT \"Language\" FROM \"2-11827596-4\" WHERE \"Music director\" = 'Raj Kamal';"} +{"question_id": 12037, "table_id": "2-11827596-4", "question": "What 1972 Hindi film had Ravindra Jain directing the music?", "sql": "SELECT \"Film name\" FROM \"2-11827596-4\" WHERE \"Year\" > 1972.0 AND \"Language\" = 'Hindi' AND \"Lyricist\" = 'Ravindra Jain' AND \"Music director\" = 'Ravindra Jain';"} +{"question_id": 12038, "table_id": "2-11827596-4", "question": "What 1979 Hindi film had Ravindra Jain directing music?", "sql": "SELECT \"Film name\" FROM \"2-11827596-4\" WHERE \"Language\" = 'Hindi' AND \"Lyricist\" = 'Ravindra Jain' AND \"Music director\" = 'Ravindra Jain' AND \"Year\" = 1979.0;"} +{"question_id": 12039, "table_id": "2-11384351-1", "question": "Which driver has a # smaller than 40, less than 151 points, and Winnings of $84,400?", "sql": "SELECT \"Make\" FROM \"2-11384351-1\" WHERE \"Car #\" < 40.0 AND \"Points\" < 151.0 AND \"Winnings\" = '$84,400';"} +{"question_id": 12040, "table_id": "2-11384351-1", "question": "Which driver has less than 61 points, but winnings of $67,675?", "sql": "SELECT SUM(\"Laps\") FROM \"2-11384351-1\" WHERE \"Winnings\" = '$67,675' AND \"Points\" < 61.0;"} +{"question_id": 12041, "table_id": "2-11384351-1", "question": "Which driver has the highest point total after winning $133,386?", "sql": "SELECT MAX(\"Points\") FROM \"2-11384351-1\" WHERE \"Winnings\" = '$133,386';"} +{"question_id": 12042, "table_id": "2-11803648-8", "question": "What is the average round for Martin Havlat?", "sql": "SELECT AVG(\"Round\") FROM \"2-11803648-8\" WHERE \"Player\" = 'Martin Havlat';"} +{"question_id": 12043, "table_id": "2-11327266-9", "question": "When the points are less than 65 what is the drop #?", "sql": "SELECT COUNT(\"Drop\") FROM \"2-11327266-9\" WHERE \"Points\" < 65.0;"} +{"question_id": 12044, "table_id": "2-11327266-9", "question": "Who had points less than 73 and drop more than 0?", "sql": "SELECT \"Name\" FROM \"2-11327266-9\" WHERE \"Points\" < 73.0 AND \"Drop\" > 0.0;"} +{"question_id": 12045, "table_id": "2-11327266-9", "question": "Who was part of Club Munster with 1 try?", "sql": "SELECT \"Name\" FROM \"2-11327266-9\" WHERE \"Tries\" = 1.0 AND \"Club\" = 'Munster';"} +{"question_id": 12046, "table_id": "2-11801912-10", "question": "Who was the Visitor when the Home team was Anaheim on the Date of April 12?", "sql": "SELECT \"Visitor\" FROM \"2-11801912-10\" WHERE \"Home\" = 'Anaheim' AND \"Date\" = 'April 12';"} +{"question_id": 12047, "table_id": "2-11801912-10", "question": "What was the Decision on April 18?", "sql": "SELECT \"Decision\" FROM \"2-11801912-10\" WHERE \"Date\" = 'April 18';"} +{"question_id": 12048, "table_id": "2-10869537-11", "question": "What did the team score when playing South Melbourne at home?", "sql": "SELECT \"Home team score\" FROM \"2-10869537-11\" WHERE \"Away team\" = 'South Melbourne';"} +{"question_id": 12049, "table_id": "2-10869537-11", "question": "Which away team scored 17.7 (109)?", "sql": "SELECT \"Away team\" FROM \"2-10869537-11\" WHERE \"Away team score\" = '17.7 (109)';"} +{"question_id": 12050, "table_id": "2-10869537-11", "question": "Which team lives in MCG?", "sql": "SELECT \"Home team\" FROM \"2-10869537-11\" WHERE \"Venue\" = 'MCG';"} +{"question_id": 12051, "table_id": "2-10869537-11", "question": "What was the crowd size when st kilda played home?", "sql": "SELECT COUNT(\"Crowd\") FROM \"2-10869537-11\" WHERE \"Home team\" = 'st kilda';"} +{"question_id": 12052, "table_id": "2-10869537-11", "question": "At what venue did the away team score 12.9 (81) with a crowd larger than 12786?", "sql": "SELECT \"Venue\" FROM \"2-10869537-11\" WHERE \"Crowd\" > 12786.0 AND \"Away team score\" = '12.9 (81)';"} +{"question_id": 12053, "table_id": "2-10806852-17", "question": "What is the home field of the South Melbourne team?", "sql": "SELECT \"Venue\" FROM \"2-10806852-17\" WHERE \"Home team\" = 'South Melbourne';"} +{"question_id": 12054, "table_id": "2-11803648-14", "question": "For the player from Finland, what is the highest overall pick rank?", "sql": "SELECT MAX(\"Overall\") FROM \"2-11803648-14\" WHERE \"Nationality\" = 'Finland';"} +{"question_id": 12055, "table_id": "2-1122491-1", "question": "what is the least laps when the driver is rolf stommelen and the grid is more than 18?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1122491-1\" WHERE \"Driver\" = 'rolf stommelen' AND \"Grid\" > 18.0;"} +{"question_id": 12056, "table_id": "2-1122491-1", "question": "what is the most laps with a grid of 20?", "sql": "SELECT MAX(\"Laps\") FROM \"2-1122491-1\" WHERE \"Grid\" = 20.0;"} +{"question_id": 12057, "table_id": "2-10808933-11", "question": "With a North Melbourne away team, what is the average crowd?", "sql": "SELECT AVG(\"Crowd\") FROM \"2-10808933-11\" WHERE \"Away team\" = 'North Melbourne';"} +{"question_id": 12058, "table_id": "2-10808933-11", "question": "Which venue does Fitzroy play as an away team?", "sql": "SELECT \"Venue\" FROM \"2-10808933-11\" WHERE \"Away team\" = 'Fitzroy';"} +{"question_id": 12059, "table_id": "2-10808933-11", "question": "In the game at Glenferrie Oval, what is the home team score?", "sql": "SELECT \"Home team score\" FROM \"2-10808933-11\" WHERE \"Venue\" = 'Glenferrie Oval';"} +{"question_id": 12060, "table_id": "2-10808933-11", "question": "In the game against Essendon at home, what did the away team score?", "sql": "SELECT \"Away team score\" FROM \"2-10808933-11\" WHERE \"Home team\" = 'Essendon';"} +{"question_id": 12061, "table_id": "2-11208143-9", "question": "What's the highest lowest number of capacity that ibrox stadium has when the average is larger than 49143?", "sql": "SELECT MAX(\"Lowest\") FROM \"2-11208143-9\" WHERE \"Stadium\" = 'ibrox stadium' AND \"Average\" > 49143.0;"} +{"question_id": 12062, "table_id": "2-11208143-9", "question": "What's the lowest highest capacity that has a lowest capacity larger than 4086 people, and a current capacity of 14209, and an average capacity smaller than 8530?", "sql": "SELECT MIN(\"Highest\") FROM \"2-11208143-9\" WHERE \"Lowest\" > 4086.0 AND \"Capacity\" = 14209.0 AND \"Average\" < 8530.0;"} +{"question_id": 12063, "table_id": "2-11898862-3", "question": "Which role had Thulasidas direction?", "sql": "SELECT \"Role\" FROM \"2-11898862-3\" WHERE \"Direction\" = 'Thulasidas';"} +{"question_id": 12064, "table_id": "2-11898862-3", "question": "Which role did Joemon play before 1991?", "sql": "SELECT \"Role\" FROM \"2-11898862-3\" WHERE \"Year\" < 1991.0 AND \"Direction\" = 'Joemon';"} +{"question_id": 12065, "table_id": "2-11949127-4", "question": "What is the number of wins that has a top-10 of 2, and more events than 8, more cuts than 6?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-11949127-4\" WHERE \"Top-10\" = 2.0 AND \"Events\" > 8.0 AND \"Cuts made\" > 6.0;"} +{"question_id": 12066, "table_id": "2-11949127-4", "question": "What is the highest number of wins that has a top-25 of 13 and events less than 32?", "sql": "SELECT MAX(\"Wins\") FROM \"2-11949127-4\" WHERE \"Top-25\" = 13.0 AND \"Events\" < 32.0;"} +{"question_id": 12067, "table_id": "2-11949127-4", "question": "What is the number of Tournament of u.s. open wins with a Top-25 smaller than 4?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-11949127-4\" WHERE \"Tournament\" = 'u.s. open' AND \"Top-25\" < 4.0;"} +{"question_id": 12068, "table_id": "2-11797768-1", "question": "For the Week 1 show and order 2, what was the theme?", "sql": "SELECT \"Theme\" FROM \"2-11797768-1\" WHERE \"Show\" = 'Week 1' AND \"Order\" = '2';"} +{"question_id": 12069, "table_id": "2-11803648-20", "question": "Which Player has an Overall of 126?", "sql": "SELECT \"Player\" FROM \"2-11803648-20\" WHERE \"Overall\" = '126';"} +{"question_id": 12070, "table_id": "2-11803648-20", "question": "Which Player has a Nationality of United States, and an Overall of 61 (from Boston)?", "sql": "SELECT \"Player\" FROM \"2-11803648-20\" WHERE \"Nationality\" = 'United States' AND \"Overall\" = '61 (from Boston)';"} +{"question_id": 12071, "table_id": "2-11803648-20", "question": "Which Round has a Club team of Brandon Wheat Kings (WHL)?", "sql": "SELECT \"Round\" FROM \"2-11803648-20\" WHERE \"Club team\" = 'Brandon Wheat Kings (WHL)';"} +{"question_id": 12072, "table_id": "2-11160429-3", "question": "WhaT was The posiTion of The Team Minneapolis Lakers during round T?", "sql": "SELECT \"Position\" FROM \"2-11160429-3\" WHERE \"Round\" = 'T' AND \"Team\" = 'Minneapolis Lakers';"} +{"question_id": 12073, "table_id": "2-11160429-3", "question": "What was the pick for the game at the College of Kentucky with the team Washington Capitols?", "sql": "SELECT \"Pick\" FROM \"2-11160429-3\" WHERE \"College\" = 'Kentucky' AND \"Team\" = 'Washington Capitols';"} +{"question_id": 12074, "table_id": "2-11160429-3", "question": "What was the pick for round 2 with the team Indianapolis Olympians?", "sql": "SELECT \"Pick\" FROM \"2-11160429-3\" WHERE \"Round\" = '2' AND \"Team\" = 'Indianapolis Olympians';"} +{"question_id": 12075, "table_id": "2-11467154-1", "question": "How many points does Draw 5 have?", "sql": "SELECT \"Points\" FROM \"2-11467154-1\" WHERE \"Draw\" = 5.0;"} +{"question_id": 12076, "table_id": "2-11467154-1", "question": "Where did the artist All Mixed Up place?", "sql": "SELECT MIN(\"Place\") FROM \"2-11467154-1\" WHERE \"Artist\" = 'All Mixed Up';"} +{"question_id": 12077, "table_id": "2-11467154-1", "question": "The song \"before the clock strikes 12\" has 55 points. What number did the song place?", "sql": "SELECT SUM(\"Place\") FROM \"2-11467154-1\" WHERE \"Song\" = '\"before the clock strikes 12\"' AND \"Points\" > 55.0;"} +{"question_id": 12078, "table_id": "2-11963921-3", "question": "What's the score of Game 2?", "sql": "SELECT \"Score\" FROM \"2-11963921-3\" WHERE \"Game\" = 2.0;"} +{"question_id": 12079, "table_id": "2-18112814-3", "question": "Can you tell me the Place that has the Score of 70-67-69-69=275?", "sql": "SELECT \"Place\" FROM \"2-18112814-3\" WHERE \"Score\" = '70-67-69-69=275';"} +{"question_id": 12080, "table_id": "2-18112814-3", "question": "Can you tell me the sum of Money ($) that has the Score of 69-72-67-71=279, and the Player of Loren Roberts?", "sql": "SELECT SUM(\"Money ( $ )\") FROM \"2-18112814-3\" WHERE \"Score\" = '69-72-67-71=279' AND \"Player\" = 'Loren Roberts';"} +{"question_id": 12081, "table_id": "2-18112814-3", "question": "Can you tell me the Country that has the Score of 69-72-67-71=279?", "sql": "SELECT \"Country\" FROM \"2-18112814-3\" WHERE \"Score\" = '69-72-67-71=279';"} +{"question_id": 12082, "table_id": "2-1790368-2", "question": "Who is the driver whose car was constructed by Renault and whose Q1 pos is greater than 2?", "sql": "SELECT \"Driver\" FROM \"2-1790368-2\" WHERE \"Constructor\" = 'Renault' AND \"Q1 pos\" > 2.0;"} +{"question_id": 12083, "table_id": "2-1790368-2", "question": "Who was the constructor of the car that had a Q1 pos of less than 8 and a Q1 time of 1:15.038?", "sql": "SELECT \"Constructor\" FROM \"2-1790368-2\" WHERE \"Q1 pos\" < 8.0 AND \"Q1 time\" = '1:15.038';"} +{"question_id": 12084, "table_id": "2-1790368-2", "question": "What is the Q1+Q2 time for the driver whose Q1 time was 1:14.819, ?", "sql": "SELECT \"Q1+Q2 time\" FROM \"2-1790368-2\" WHERE \"Q1 time\" = '1:14.819';"} +{"question_id": 12085, "table_id": "2-1790368-2", "question": "What is the Q1+Q2 time for the driver whose Q1 order was 13?", "sql": "SELECT \"Q1+Q2 time\" FROM \"2-1790368-2\" WHERE \"Q1 order\" = 13.0;"} +{"question_id": 12086, "table_id": "2-18042031-16", "question": "For what round was the opponent Nikola Ćirić Dušan Vemić?", "sql": "SELECT \"Round\" FROM \"2-18042031-16\" WHERE \"Opponents\" = 'Nikola Ćirić Dušan Vemić';"} +{"question_id": 12087, "table_id": "2-18042031-16", "question": "What was the surface when the result was 6–7 (6–7) , 7–6 (9–7) , 6–7 (4–7) , 7–5, 3–6?", "sql": "SELECT \"Surface\" FROM \"2-18042031-16\" WHERE \"Result\" = '6–7 (6–7) , 7–6 (9–7) , 6–7 (4–7) , 7–5, 3–6';"} +{"question_id": 12088, "table_id": "2-18048776-6", "question": "What is the score of the player from Fiji?", "sql": "SELECT \"Score\" FROM \"2-18048776-6\" WHERE \"Country\" = 'Fiji';"} +{"question_id": 12089, "table_id": "2-18048776-6", "question": "What is the place of the player with a 70-66-67=203 score?", "sql": "SELECT \"Place\" FROM \"2-18048776-6\" WHERE \"Score\" = '70-66-67=203';"} +{"question_id": 12090, "table_id": "2-18048776-6", "question": "Who is the player with a T6 place?", "sql": "SELECT \"Player\" FROM \"2-18048776-6\" WHERE \"Place\" = 'T6';"} +{"question_id": 12091, "table_id": "2-18048776-6", "question": "What is the place of player John Cook?", "sql": "SELECT \"Place\" FROM \"2-18048776-6\" WHERE \"Player\" = 'John Cook';"} +{"question_id": 12092, "table_id": "2-18048776-6", "question": "What is the country of the player with a 70-71-68=209 score?", "sql": "SELECT \"Country\" FROM \"2-18048776-6\" WHERE \"Score\" = '70-71-68=209';"} +{"question_id": 12093, "table_id": "2-17636233-1", "question": "How many casualties were in the earthquake with an Unknown intensity and an epicenter in the Bouïra Province?", "sql": "SELECT \"Casualties\" FROM \"2-17636233-1\" WHERE \"Intensity\" = 'Unknown' AND \"Epicenter\" = 'Bouïra Province';"} +{"question_id": 12094, "table_id": "2-17636233-1", "question": "What is the magnitude of the earthquake with an epicenter in Biskra Province?", "sql": "SELECT \"Magnitude\" FROM \"2-17636233-1\" WHERE \"Epicenter\" = 'Biskra Province';"} +{"question_id": 12095, "table_id": "2-17636233-1", "question": "What is the epicenter of the earthquake on March 2, 1825 with an Unknown intensity?", "sql": "SELECT \"Epicenter\" FROM \"2-17636233-1\" WHERE \"Intensity\" = 'Unknown' AND \"Date\" = 'March 2, 1825';"} +{"question_id": 12096, "table_id": "2-17636233-1", "question": "What is the epicenter on January 1, 1965?", "sql": "SELECT \"Epicenter\" FROM \"2-17636233-1\" WHERE \"Date\" = 'January 1, 1965';"} +{"question_id": 12097, "table_id": "2-18279093-2", "question": "What date was the winning driver Antonio Ascari?", "sql": "SELECT \"Date\" FROM \"2-18279093-2\" WHERE \"Winning driver\" = 'Antonio Ascari';"} +{"question_id": 12098, "table_id": "2-18279093-2", "question": "What date was the name Coppa Acerbo?", "sql": "SELECT \"Date\" FROM \"2-18279093-2\" WHERE \"Name\" = 'Coppa Acerbo';"} +{"question_id": 12099, "table_id": "2-18279093-2", "question": "What date was the Tigullio Circuit?", "sql": "SELECT \"Date\" FROM \"2-18279093-2\" WHERE \"Circuit\" = 'Tigullio';"} +{"question_id": 12100, "table_id": "2-18279093-2", "question": "What date was the Madonie Circuit?", "sql": "SELECT \"Date\" FROM \"2-18279093-2\" WHERE \"Circuit\" = 'Madonie';"} +{"question_id": 12101, "table_id": "2-18089112-3", "question": "What surface was the tournament played on against Steven Diez?", "sql": "SELECT \"Surface\" FROM \"2-18089112-3\" WHERE \"Opponent in the final\" = 'Steven Diez';"} +{"question_id": 12102, "table_id": "2-18089112-3", "question": "What date was the game played on the Hard surface at the Tournament of Sweden F2?", "sql": "SELECT \"Date\" FROM \"2-18089112-3\" WHERE \"Surface\" = 'Hard' AND \"Tournament\" = 'Sweden F2';"} +{"question_id": 12103, "table_id": "2-18089112-3", "question": "What was the playing surface for the Tournament of Great Britain F16?", "sql": "SELECT \"Surface\" FROM \"2-18089112-3\" WHERE \"Tournament\" = 'Great Britain F16';"} +{"question_id": 12104, "table_id": "2-17960512-2", "question": "Which AttendAnce hAs A Result of 1-0, And A Venue of A, And An Opponent of Newcastle United?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17960512-2\" WHERE \"Result\" = '1-0' AND \"Venue\" = 'A' AND \"Opponent\" = 'Newcastle United';"} +{"question_id": 12105, "table_id": "2-18228282-12", "question": "What's the position of the player with a Height of 2.06 and club of triumph lyubertsy?", "sql": "SELECT \"Position\" FROM \"2-18228282-12\" WHERE \"Height\" = 2.06 AND \"Current Club\" = 'triumph lyubertsy';"} +{"question_id": 12106, "table_id": "2-17968274-2", "question": "What's the total average when there are less than 107 points, 1988-89 was 33, and 1989-90 was 36?", "sql": "SELECT SUM(\"Average\") FROM \"2-17968274-2\" WHERE \"1988-89\" = '33' AND \"1989-90\" = '36' AND \"Points\" < 107.0;"} +{"question_id": 12107, "table_id": "2-17968274-2", "question": "How many points were there when the average was 0.763 and the played was less than 76?", "sql": "SELECT \"Points\" FROM \"2-17968274-2\" WHERE \"Played\" < 76.0 AND \"Average\" = 0.763;"} +{"question_id": 12108, "table_id": "2-1828044-1", "question": "What is the median household income in Valley County?", "sql": "SELECT \"Median household income\" FROM \"2-1828044-1\" WHERE \"County\" = 'Valley';"} +{"question_id": 12109, "table_id": "2-1828044-1", "question": "What is the per capita income with more than 2466 households and a median family income of $53,940?", "sql": "SELECT \"Per capita income\" FROM \"2-1828044-1\" WHERE \"Number of households\" > 2466.0 AND \"Median family income\" = '$53,940';"} +{"question_id": 12110, "table_id": "2-17732555-7", "question": "WHAT ARE THE BYES WITH A WIN SMALLER THAN 16, 8 LOSSES, AND AT penshurst, WITH AGAINST SMALLER THAN 1405?", "sql": "SELECT SUM(\"Byes\") FROM \"2-17732555-7\" WHERE \"Wins\" < 16.0 AND \"Losses\" = 8.0 AND \"Mininera DFL\" = 'penshurst' AND \"Against\" < 1405.0;"} +{"question_id": 12111, "table_id": "2-17732555-7", "question": "WHAT ARE THE BYES WITH A DRAWS OF 1, smw rovers, AND WINS LARGER THAN 6?", "sql": "SELECT AVG(\"Byes\") FROM \"2-17732555-7\" WHERE \"Draws\" = 1.0 AND \"Mininera DFL\" = 'smw rovers' AND \"Wins\" > 6.0;"} +{"question_id": 12112, "table_id": "2-17732555-7", "question": "WHAT IS THE HIGHEST AGAINST WITH LOSSES SMALLER THAN 17, DRAWS LARGER THAN 1?", "sql": "SELECT MAX(\"Against\") FROM \"2-17732555-7\" WHERE \"Losses\" < 17.0 AND \"Draws\" > 1.0;"} +{"question_id": 12113, "table_id": "2-17732555-7", "question": "WHAT IS THE HIGHEST WINS WITH AGAINST SMALLER THAN 924, LOSSES SMALLER THAN 2?", "sql": "SELECT MAX(\"Wins\") FROM \"2-17732555-7\" WHERE \"Against\" < 924.0 AND \"Losses\" < 2.0;"} +{"question_id": 12114, "table_id": "2-18122086-2", "question": "What is the score for the 2nd leg when Belasica is team 2?", "sql": "SELECT \"2nd leg\" FROM \"2-18122086-2\" WHERE \"Team 2\" = 'Belasica';"} +{"question_id": 12115, "table_id": "2-18122086-2", "question": "When Cementarnica is team 2 what is the aggregate score?", "sql": "SELECT \"Agg.\" FROM \"2-18122086-2\" WHERE \"Team 2\" = 'Cementarnica';"} +{"question_id": 12116, "table_id": "2-18228282-6", "question": "What is the Year born (Age) for the player who plays Position C for the ALBA Berlin Club?", "sql": "SELECT \"Year born (Age)\" FROM \"2-18228282-6\" WHERE \"Current Club\" = 'ALBA Berlin' AND \"Position\" = 'C';"} +{"question_id": 12117, "table_id": "2-18228282-6", "question": "What is the height of patrick femerling, of the alba berlin club?", "sql": "SELECT COUNT(\"Height\") FROM \"2-18228282-6\" WHERE \"Current Club\" = 'alba berlin' AND \"Player\" = 'patrick femerling';"} +{"question_id": 12118, "table_id": "2-18228282-6", "question": "What is the Year born (Age) for the player who is taller than 2.04 and currently plays for the Los Angeles Clippers?", "sql": "SELECT \"Year born (Age)\" FROM \"2-18228282-6\" WHERE \"Height\" > 2.04 AND \"Current Club\" = 'Los Angeles Clippers';"} +{"question_id": 12119, "table_id": "2-18228282-6", "question": "What is the position for the player from the ALBA Berlin club who is taller than 1.96 and whose ear born (Age) is July 23, 1985 (age28)?", "sql": "SELECT \"Position\" FROM \"2-18228282-6\" WHERE \"Current Club\" = 'ALBA Berlin' AND \"Height\" > 1.96 AND \"Year born (Age)\" = 'July 23, 1985 (age28)';"} +{"question_id": 12120, "table_id": "2-18178924-10", "question": "What is the against for 17/02/1979?", "sql": "SELECT \"Against\" FROM \"2-18178924-10\" WHERE \"Date\" = '17/02/1979';"} +{"question_id": 12121, "table_id": "2-18178924-10", "question": "On 24/11/1979, what is the opposing teams?", "sql": "SELECT \"Opposing Teams\" FROM \"2-18178924-10\" WHERE \"Date\" = '24/11/1979';"} +{"question_id": 12122, "table_id": "2-18178924-10", "question": "Where was the venue for 24/11/1979?", "sql": "SELECT \"Venue\" FROM \"2-18178924-10\" WHERE \"Date\" = '24/11/1979';"} +{"question_id": 12123, "table_id": "2-18178924-10", "question": "What is the status for 24/11/1979?", "sql": "SELECT \"Status\" FROM \"2-18178924-10\" WHERE \"Date\" = '24/11/1979';"} +{"question_id": 12124, "table_id": "2-18060797-3", "question": "What is the tournament with a Clay surface and Sofia Shapatava as the opponent?", "sql": "SELECT \"Tournament\" FROM \"2-18060797-3\" WHERE \"Surface\" = 'Clay' AND \"Opponent\" = 'Sofia Shapatava';"} +{"question_id": 12125, "table_id": "2-18060797-3", "question": "What is the tournament on 5 October 2004?", "sql": "SELECT \"Tournament\" FROM \"2-18060797-3\" WHERE \"Date\" = '5 October 2004';"} +{"question_id": 12126, "table_id": "2-18060797-3", "question": "What is the score on 5 October 2004?", "sql": "SELECT \"Score\" FROM \"2-18060797-3\" WHERE \"Date\" = '5 October 2004';"} +{"question_id": 12127, "table_id": "2-18085907-4", "question": "What was the result in 2009 for the US Open Tournament?", "sql": "SELECT \"2009\" FROM \"2-18085907-4\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 12128, "table_id": "2-18085907-4", "question": "For the Australian Open, in 2007 the result wAs A, but whAt wAs the result in 2012?", "sql": "SELECT \"2012\" FROM \"2-18085907-4\" WHERE \"2007\" = 'A' AND \"Tournament\" = 'Australian Open';"} +{"question_id": 12129, "table_id": "2-18085907-4", "question": "What was the result in the 2012 for the US Open tournament?", "sql": "SELECT \"2012\" FROM \"2-18085907-4\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 12130, "table_id": "2-17686681-1", "question": "WHAT IS THE ENDS IN 2007 AND NAMED Milito?", "sql": "SELECT \"Ends\" FROM \"2-17686681-1\" WHERE \"Since\" = 2007.0 AND \"Name\" = 'Milito';"} +{"question_id": 12131, "table_id": "2-1822142-5", "question": "portugal has how many total number of medals when there is 1 gold medal, and bronze medals are greater than 0?", "sql": "SELECT COUNT(\"Total\") FROM \"2-1822142-5\" WHERE \"Gold\" = 1.0 AND \"Nation\" = 'portugal' AND \"Bronze\" > 0.0;"} +{"question_id": 12132, "table_id": "2-1822142-5", "question": "Spain with a total of more than 4 medals is in what rank?", "sql": "SELECT \"Rank\" FROM \"2-1822142-5\" WHERE \"Total\" > 4.0 AND \"Nation\" = 'Spain';"} +{"question_id": 12133, "table_id": "2-18212767-1", "question": "How many tries for were there 48 points?", "sql": "SELECT \"Tries For\" FROM \"2-18212767-1\" WHERE \"Points\" = '48';"} +{"question_id": 12134, "table_id": "2-18212767-1", "question": "What is the played for tries for 50?", "sql": "SELECT \"Played\" FROM \"2-18212767-1\" WHERE \"Tries For\" = '50';"} +{"question_id": 12135, "table_id": "2-18212767-1", "question": "Which club has 77 points?", "sql": "SELECT \"Club\" FROM \"2-18212767-1\" WHERE \"Points\" = '77';"} +{"question_id": 12136, "table_id": "2-18212767-1", "question": "What is the tries for when the points against is 214?", "sql": "SELECT \"Tries For\" FROM \"2-18212767-1\" WHERE \"Points against\" = '214';"} +{"question_id": 12137, "table_id": "2-181349-1", "question": "In what title did he act in 1940?", "sql": "SELECT \"Title\" FROM \"2-181349-1\" WHERE \"Year\" = 1940.0;"} +{"question_id": 12138, "table_id": "2-181349-1", "question": "What is the title of the work where the role was Molly O'Day?", "sql": "SELECT \"Title\" FROM \"2-181349-1\" WHERE \"Role\" = 'Molly O''Day';"} +{"question_id": 12139, "table_id": "2-181349-1", "question": "What is the role in an Original Play, Comedy in 1938?", "sql": "SELECT \"Role\" FROM \"2-181349-1\" WHERE \"Format/genre\" = 'Original Play, Comedy' AND \"Year\" = 1938.0;"} +{"question_id": 12140, "table_id": "2-1787654-3", "question": "What is the series 3 with Gavin Duffy in series 5?", "sql": "SELECT \"Series 3\" FROM \"2-1787654-3\" WHERE \"Series 5\" = 'Gavin Duffy';"} +{"question_id": 12141, "table_id": "2-1787654-3", "question": "What is the series 4 with Sarah Newman in series 1?", "sql": "SELECT \"Series 4\" FROM \"2-1787654-3\" WHERE \"Series 1\" = 'Sarah Newman';"} +{"question_id": 12142, "table_id": "2-1787654-3", "question": "What is the series 3 with more than 4 seats?", "sql": "SELECT \"Series 3\" FROM \"2-1787654-3\" WHERE \"Seat\" > 4.0;"} +{"question_id": 12143, "table_id": "2-1787654-3", "question": "What is the total number of seats with gavin duffy in series 4?", "sql": "SELECT COUNT(\"Seat\") FROM \"2-1787654-3\" WHERE \"Series 4\" = 'gavin duffy';"} +{"question_id": 12144, "table_id": "2-17837478-2", "question": "What is the highest points of the club with less than 9 draws, 11 wins, and more than 40 goals?", "sql": "SELECT MAX(\"Points\") FROM \"2-17837478-2\" WHERE \"Draws\" < 9.0 AND \"Wins\" = 11.0 AND \"Goals for\" > 40.0;"} +{"question_id": 12145, "table_id": "2-17837478-2", "question": "What club has less than 10 losses, less than 55 goals, and 13 wins?", "sql": "SELECT \"Club\" FROM \"2-17837478-2\" WHERE \"Losses\" < 10.0 AND \"Goals for\" < 55.0 AND \"Wins\" = 13.0;"} +{"question_id": 12146, "table_id": "2-17837478-2", "question": "What is the lowest position of the club with 53 goals against, 26 points, and a -11 goal difference?", "sql": "SELECT MIN(\"Position\") FROM \"2-17837478-2\" WHERE \"Goals against\" = 53.0 AND \"Points\" = 26.0 AND \"Goal Difference\" > -11.0;"} +{"question_id": 12147, "table_id": "2-17837478-2", "question": "What is the highest number of losses of club cf calvo sotelo, which has more than 31 goals against, 38 goals for, and less than 30 played?", "sql": "SELECT MAX(\"Losses\") FROM \"2-17837478-2\" WHERE \"Goals against\" > 31.0 AND \"Goals for\" = 38.0 AND \"Club\" = 'cf calvo sotelo' AND \"Played\" < 30.0;"} +{"question_id": 12148, "table_id": "2-17837478-2", "question": "What is the average position of club burgos cf, which has more than 42 goals against and more than 14 losses?", "sql": "SELECT AVG(\"Position\") FROM \"2-17837478-2\" WHERE \"Goals against\" > 42.0 AND \"Club\" = 'burgos cf' AND \"Losses\" > 14.0;"} +{"question_id": 12149, "table_id": "2-18278944-4", "question": "What is the lowest Pick, when Draft is less than 1991, and when Player is \"Tom Sasso Category:Articles with hCards\"?", "sql": "SELECT MIN(\"Pick\") FROM \"2-18278944-4\" WHERE \"Draft\" < 1991.0 AND \"Player\" = 'Tom Sasso Category:Articles with hCards';"} +{"question_id": 12150, "table_id": "2-18278944-4", "question": "What is Draft, when Round is \"9\", when Pick is \"171\", and when Player is \"Dan Wiebe Category:Articles with hCards\"?", "sql": "SELECT \"Draft\" FROM \"2-18278944-4\" WHERE \"Round\" = '9' AND \"Pick\" = 171.0 AND \"Player\" = 'Dan Wiebe Category:Articles with hCards';"} +{"question_id": 12151, "table_id": "2-18278944-4", "question": "What is Pick, when Round is \"6\", when Nationality is \"Canada\", when Draft is greater than 1983, and when Player is \"Ed Ward Category:Articles with hCards\"?", "sql": "SELECT \"Pick\" FROM \"2-18278944-4\" WHERE \"Round\" = '6' AND \"Nationality\" = 'Canada' AND \"Draft\" > 1983.0 AND \"Player\" = 'Ed Ward Category:Articles with hCards';"} +{"question_id": 12152, "table_id": "2-17973016-2", "question": "What is the average number of metres for the Dzelzavas street 74?", "sql": "SELECT AVG(\"Metres\") FROM \"2-17973016-2\" WHERE \"Name\" = 'Dzelzavas street 74';"} +{"question_id": 12153, "table_id": "2-17798269-3", "question": "What was the score for the game played on October 16, with an attendance of 14945 and a decision of Raycroft?", "sql": "SELECT \"Score\" FROM \"2-17798269-3\" WHERE \"Attendance\" > 14945.0 AND \"Decision\" = 'Raycroft' AND \"Date\" = 'October 16';"} +{"question_id": 12154, "table_id": "2-1833981-4", "question": "What Date has a Rank of 2?", "sql": "SELECT \"Date\" FROM \"2-1833981-4\" WHERE \"Rank\" = 2.0;"} +{"question_id": 12155, "table_id": "2-1833981-4", "question": "What Result has a Location of atlanta, and Rank smaller than 4?", "sql": "SELECT AVG(\"Result\") FROM \"2-1833981-4\" WHERE \"Location\" = 'atlanta' AND \"Rank\" < 4.0;"} +{"question_id": 12156, "table_id": "2-1833981-4", "question": "What is the smallest Result with a Location of birmingham, and Rank larger than 5?", "sql": "SELECT MIN(\"Result\") FROM \"2-1833981-4\" WHERE \"Location\" = 'birmingham' AND \"Rank\" > 5.0;"} +{"question_id": 12157, "table_id": "2-17978754-4", "question": "What is the highest total when there is less than 1 championship?", "sql": "SELECT MAX(\"Total\") FROM \"2-17978754-4\" WHERE \"Championship\" < 1.0;"} +{"question_id": 12158, "table_id": "2-17978754-4", "question": "What is the smallest championship when the FA Cup is 0 and the League Cup is 1?", "sql": "SELECT MIN(\"Championship\") FROM \"2-17978754-4\" WHERE \"FA Cup\" = 0.0 AND \"League Cup\" = 1.0;"} +{"question_id": 12159, "table_id": "2-18183850-15", "question": "What was the result in 2013 in the tournament whose 2010 result was Q2?", "sql": "SELECT \"2013\" FROM \"2-18183850-15\" WHERE \"2010\" = 'Q2';"} +{"question_id": 12160, "table_id": "2-18183850-15", "question": "In which tournament was the 2012 result 1R and the 2013 result 3R?", "sql": "SELECT \"Tournament\" FROM \"2-18183850-15\" WHERE \"2012\" = '1R' AND \"2013\" = '3R';"} +{"question_id": 12161, "table_id": "2-18183850-15", "question": "What was the result in 2011 for the French Open tournament?", "sql": "SELECT \"2011\" FROM \"2-18183850-15\" WHERE \"Tournament\" = 'French Open';"} +{"question_id": 12162, "table_id": "2-1800772-3", "question": "WhAt is the 2000 figure when 2010 is 3R And 2001 is A?", "sql": "SELECT \"2000\" FROM \"2-1800772-3\" WHERE \"2001\" = 'A' AND \"2010\" = '3R';"} +{"question_id": 12163, "table_id": "2-1800772-3", "question": "WhAt is the 2005 figure when 2002 is A And 2010 is 3R?", "sql": "SELECT \"2005\" FROM \"2-1800772-3\" WHERE \"2002\" = 'A' AND \"2010\" = '3R';"} +{"question_id": 12164, "table_id": "2-18060797-6", "question": "Partner Aurelija Misevičiūtė had an outcome of Runner-up in what tournament?", "sql": "SELECT \"Tournament\" FROM \"2-18060797-6\" WHERE \"Outcome\" = 'Runner-up' AND \"Partner\" = 'Aurelija Misevičiūtė';"} +{"question_id": 12165, "table_id": "2-18060797-6", "question": "The tournament with the opponent of Kelly de Beer Eva Pera was played on what date?", "sql": "SELECT \"Date\" FROM \"2-18060797-6\" WHERE \"Opponents\" = 'Kelly de Beer Eva Pera';"} +{"question_id": 12166, "table_id": "2-18060797-6", "question": "The tournament with a partner listed as Aurelija Misevičiūtė had what kind of surface?", "sql": "SELECT \"Surface\" FROM \"2-18060797-6\" WHERE \"Partner\" = 'Aurelija Misevičiūtė';"} +{"question_id": 12167, "table_id": "2-18018248-4", "question": "How many goals scored have utenis utena as the club, with wins less than 8?", "sql": "SELECT SUM(\"Goals scored\") FROM \"2-18018248-4\" WHERE \"Club\" = 'utenis utena' AND \"Wins\" < 8.0;"} +{"question_id": 12168, "table_id": "2-18018248-4", "question": "How many points have utenis utena as the club, with loses less than 16?", "sql": "SELECT SUM(\"Points\") FROM \"2-18018248-4\" WHERE \"Club\" = 'utenis utena' AND \"Loses\" > 16.0;"} +{"question_id": 12169, "table_id": "2-18018248-4", "question": "How many loses have points greater than 30, goals scored greater than 59, with a position greater than 5?", "sql": "SELECT SUM(\"Loses\") FROM \"2-18018248-4\" WHERE \"Points\" > 30.0 AND \"Goals scored\" > 59.0 AND \"Position\" > 5.0;"} +{"question_id": 12170, "table_id": "2-18175096-6", "question": "What country has the label Control?", "sql": "SELECT \"Country\" FROM \"2-18175096-6\" WHERE \"Label\" = 'Control';"} +{"question_id": 12171, "table_id": "2-18175096-6", "question": "What is the catalogue number for Brazil?", "sql": "SELECT \"Catalogue #\" FROM \"2-18175096-6\" WHERE \"Country\" = 'Brazil';"} +{"question_id": 12172, "table_id": "2-18175096-6", "question": "What is the country when the date shows October 24, 2008?", "sql": "SELECT \"Country\" FROM \"2-18175096-6\" WHERE \"Date\" = 'October 24, 2008';"} +{"question_id": 12173, "table_id": "2-18175096-6", "question": "What is the country for Sony / Sony BMG?", "sql": "SELECT \"Country\" FROM \"2-18175096-6\" WHERE \"Label\" = 'Sony / Sony BMG';"} +{"question_id": 12174, "table_id": "2-18175096-6", "question": "What country that has LP as a format?", "sql": "SELECT \"Country\" FROM \"2-18175096-6\" WHERE \"Format\" = 'LP';"} +{"question_id": 12175, "table_id": "2-17793343-2", "question": "What is the nationality oF the person draFted to Position F From Kentucky State?", "sql": "SELECT \"Nationality\" FROM \"2-17793343-2\" WHERE \"Position\" = 'F' AND \"College/High School/Club\" = 'Kentucky State';"} +{"question_id": 12176, "table_id": "2-17793343-2", "question": "In which round was Position G from the United States drafted as Pick 13 in 1971-1 1971?", "sql": "SELECT \"Round\" FROM \"2-17793343-2\" WHERE \"Nationality\" = 'United States' AND \"Position\" = 'G' AND \"Pick\" = '13' AND \"Draft\" = '1971-1 1971';"} +{"question_id": 12177, "table_id": "2-17793343-2", "question": "What was the pick number for the person from the United States who as drafted to the SF position from North Carolina?", "sql": "SELECT \"Pick\" FROM \"2-17793343-2\" WHERE \"Nationality\" = 'United States' AND \"College/High School/Club\" = 'North Carolina' AND \"Position\" = 'SF';"} +{"question_id": 12178, "table_id": "2-17793343-2", "question": "In which year was the Pick #46?", "sql": "SELECT \"Draft\" FROM \"2-17793343-2\" WHERE \"Pick\" = '46';"} +{"question_id": 12179, "table_id": "2-17993994-7", "question": "Which week 1 had a week 2 of Mandy Lynn?", "sql": "SELECT \"Week 1\" FROM \"2-17993994-7\" WHERE \"Week 2\" = 'Mandy Lynn';"} +{"question_id": 12180, "table_id": "2-17993994-7", "question": "Which week 1 had a week 2 of Claudia Nathalia?", "sql": "SELECT \"Week 1\" FROM \"2-17993994-7\" WHERE \"Week 2\" = 'Claudia Nathalia';"} +{"question_id": 12181, "table_id": "2-17993994-7", "question": "Which week 3 had a week 1 of Kristy Dwyer?", "sql": "SELECT \"Week 3\" FROM \"2-17993994-7\" WHERE \"Week 1\" = 'Kristy Dwyer';"} +{"question_id": 12182, "table_id": "2-17993994-7", "question": "Which week 4 had a week 3 of Cidney Carson?", "sql": "SELECT \"Week 4\" FROM \"2-17993994-7\" WHERE \"Week 3\" = 'Cidney Carson';"} +{"question_id": 12183, "table_id": "2-17993994-7", "question": "Which week 2 had a week 3 of Cidney Carson?", "sql": "SELECT \"Week 2\" FROM \"2-17993994-7\" WHERE \"Week 3\" = 'Cidney Carson';"} +{"question_id": 12184, "table_id": "2-1800094-1", "question": "Which 2012–13 has a 2013–14 of 2.750?", "sql": "SELECT \"2012–13\" FROM \"2-1800094-1\" WHERE \"2013–14\" = '2.750';"} +{"question_id": 12185, "table_id": "2-1800094-1", "question": "Which Coefficient has a 2009–10 of 6.166?", "sql": "SELECT \"Coeff.\" FROM \"2-1800094-1\" WHERE \"2009–10\" = '6.166';"} +{"question_id": 12186, "table_id": "2-1800094-1", "question": "Which EL places have a 2010–11 of 15.666?", "sql": "SELECT MAX(\"EL places\") FROM \"2-1800094-1\" WHERE \"2010–11\" = '15.666';"} +{"question_id": 12187, "table_id": "2-1800094-1", "question": "Which EL places have a Rank 2013 of 15?", "sql": "SELECT MAX(\"EL places\") FROM \"2-1800094-1\" WHERE \"Rank 2013\" = '15';"} +{"question_id": 12188, "table_id": "2-1800094-1", "question": "Which 2009–10 has a Rank 2013 of 18?", "sql": "SELECT \"2009–10\" FROM \"2-1800094-1\" WHERE \"Rank 2013\" = '18';"} +{"question_id": 12189, "table_id": "2-18164207-2", "question": "What is the total for the year (s) won in 1977?", "sql": "SELECT \"Total\" FROM \"2-18164207-2\" WHERE \"Year(s) won\" = '1977';"} +{"question_id": 12190, "table_id": "2-18164207-2", "question": "What is the total to par with a total of 163?", "sql": "SELECT COUNT(\"To par\") FROM \"2-18164207-2\" WHERE \"Total\" = 163.0;"} +{"question_id": 12191, "table_id": "2-18164207-2", "question": "What is the total for a to par bigger than 7 and a player of al geiberger?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18164207-2\" WHERE \"Player\" = 'al geiberger' AND \"To par\" > 7.0;"} +{"question_id": 12192, "table_id": "2-1792861-21", "question": "What is the 1 vs 2 when 2 vs 3 is less than 15 and total is less than 30?", "sql": "SELECT COUNT(\"1. vs 2.\") FROM \"2-1792861-21\" WHERE \"2. vs 3.\" < 15.0 AND \"Total\" < 30.0;"} +{"question_id": 12193, "table_id": "2-1792861-21", "question": "What is 1 vs 2 when total is more than 28 and 2 vs 3 is 8?", "sql": "SELECT \"1. vs 2.\" FROM \"2-1792861-21\" WHERE \"Total\" > 28.0 AND \"2. vs 3.\" = 8.0;"} +{"question_id": 12194, "table_id": "2-1792861-21", "question": "What is the total when 2 vs 3 is less than 15 and 1 vs 3 is 7?", "sql": "SELECT COUNT(\"Total\") FROM \"2-1792861-21\" WHERE \"2. vs 3.\" < 15.0 AND \"1. vs 3.\" = 7.0;"} +{"question_id": 12195, "table_id": "2-1792861-21", "question": "What is the 2 vs 3 when total is bigger than 38?", "sql": "SELECT AVG(\"2. vs 3.\") FROM \"2-1792861-21\" WHERE \"Total\" > 38.0;"} +{"question_id": 12196, "table_id": "2-1792861-21", "question": "What is the total when preferences is c > b > a and 1 vs 2 is less than 15?", "sql": "SELECT MIN(\"Total\") FROM \"2-1792861-21\" WHERE \"Preferences\" = 'c > b > a' AND \"1. vs 2.\" < 15.0;"} +{"question_id": 12197, "table_id": "2-18113463-2", "question": "Which Year(s) won has a Total smaller than 276? Question 1", "sql": "SELECT \"Year(s) won\" FROM \"2-18113463-2\" WHERE \"Total\" < 276.0;"} +{"question_id": 12198, "table_id": "2-18113463-2", "question": "Who Player has a Finish of 74?", "sql": "SELECT \"Player\" FROM \"2-18113463-2\" WHERE \"Finish\" = '74';"} +{"question_id": 12199, "table_id": "2-18113463-2", "question": "Which To par has a Player of Tom Watson?", "sql": "SELECT \"To par\" FROM \"2-18113463-2\" WHERE \"Player\" = 'Tom Watson';"} +{"question_id": 12200, "table_id": "2-18113463-2", "question": "Name the Finish which has a Total of 287?", "sql": "SELECT \"Finish\" FROM \"2-18113463-2\" WHERE \"Total\" = 287.0;"} +{"question_id": 12201, "table_id": "2-17753567-2", "question": "What is the round where there was a KO (punch)?", "sql": "SELECT \"Round\" FROM \"2-17753567-2\" WHERE \"Method\" = 'KO (punch)';"} +{"question_id": 12202, "table_id": "2-17753567-2", "question": "What event was a Loss in 5:00?", "sql": "SELECT \"Event\" FROM \"2-17753567-2\" WHERE \"Res.\" = 'Loss' AND \"Time\" = '5:00';"} +{"question_id": 12203, "table_id": "2-17753567-2", "question": "What is the location of the Conquista Fight 1?", "sql": "SELECT \"Location\" FROM \"2-17753567-2\" WHERE \"Event\" = 'Conquista Fight 1';"} +{"question_id": 12204, "table_id": "2-17753567-2", "question": "What is the time where the record is 10-1?", "sql": "SELECT \"Time\" FROM \"2-17753567-2\" WHERE \"Record\" = '10-1';"} +{"question_id": 12205, "table_id": "2-17753567-2", "question": "What is the record when the time is 1:11?", "sql": "SELECT \"Record\" FROM \"2-17753567-2\" WHERE \"Time\" = '1:11';"} +{"question_id": 12206, "table_id": "2-18064020-18", "question": "What's the total loss for a GP-GS of 8-8 and a gain less than 416?", "sql": "SELECT SUM(\"Loss\") FROM \"2-18064020-18\" WHERE \"GP-GS\" = '8-8' AND \"Gain\" < 416.0;"} +{"question_id": 12207, "table_id": "2-18064020-18", "question": "What's the total long for more than 24 loss, a gain over 273, and an avg/g of 207.8?", "sql": "SELECT SUM(\"Long\") FROM \"2-18064020-18\" WHERE \"Loss\" > 24.0 AND \"Gain\" > 273.0 AND \"Avg/G\" = 207.8;"} +{"question_id": 12208, "table_id": "2-18064020-18", "question": "What's the total long for an avg/g over 0.2, fewer than 2 loss, and a gain less than 8?", "sql": "SELECT COUNT(\"Long\") FROM \"2-18064020-18\" WHERE \"Avg/G\" > 0.2 AND \"Loss\" < 2.0 AND \"Gain\" < 8.0;"} +{"question_id": 12209, "table_id": "2-18064020-18", "question": "What's cameron dantley's total avg/g for loss less than 35?", "sql": "SELECT COUNT(\"Avg/G\") FROM \"2-18064020-18\" WHERE \"Name\" = 'cameron dantley' AND \"Loss\" < 35.0;"} +{"question_id": 12210, "table_id": "2-18064020-18", "question": "What's the lowest avg/g for a GP-GS of 12-12 and a gain less than 16?", "sql": "SELECT MIN(\"Avg/G\") FROM \"2-18064020-18\" WHERE \"GP-GS\" = '12-12' AND \"Gain\" < 16.0;"} +{"question_id": 12211, "table_id": "2-18097219-4", "question": "What player has 1 as the place?", "sql": "SELECT \"Player\" FROM \"2-18097219-4\" WHERE \"Place\" = '1';"} +{"question_id": 12212, "table_id": "2-18097219-4", "question": "What is the lowest score that has T10 as the place, with Ireland as the country?", "sql": "SELECT MIN(\"Score\") FROM \"2-18097219-4\" WHERE \"Place\" = 'T10' AND \"Country\" = 'Ireland';"} +{"question_id": 12213, "table_id": "2-18336411-4", "question": "What is Record, when Date is \"April 24\"?", "sql": "SELECT \"Record\" FROM \"2-18336411-4\" WHERE \"Date\" = 'April 24';"} +{"question_id": 12214, "table_id": "2-18336411-4", "question": "What is Visitor, when Date is \"April 24\"?", "sql": "SELECT \"Visitor\" FROM \"2-18336411-4\" WHERE \"Date\" = 'April 24';"} +{"question_id": 12215, "table_id": "2-18336411-4", "question": "What is Date, when Record is \"1-1\"?", "sql": "SELECT \"Date\" FROM \"2-18336411-4\" WHERE \"Record\" = '1-1';"} +{"question_id": 12216, "table_id": "2-18336411-4", "question": "What is Record, when Home is \"New York Rangers\", and when Date is \"April 17\"?", "sql": "SELECT \"Record\" FROM \"2-18336411-4\" WHERE \"Home\" = 'New York Rangers' AND \"Date\" = 'April 17';"} +{"question_id": 12217, "table_id": "2-18336411-4", "question": "What is Record, when Visitor is \"Chicago Black Hawks\", and when Date is \"April 17\"?", "sql": "SELECT \"Record\" FROM \"2-18336411-4\" WHERE \"Visitor\" = 'Chicago Black Hawks' AND \"Date\" = 'April 17';"} +{"question_id": 12218, "table_id": "2-18336411-4", "question": "What is Score, when Record is \"4-1\"?", "sql": "SELECT \"Score\" FROM \"2-18336411-4\" WHERE \"Record\" = '4-1';"} +{"question_id": 12219, "table_id": "2-18150723-1", "question": "What player won 1985?", "sql": "SELECT \"Player\" FROM \"2-18150723-1\" WHERE \"Year(s) won\" = '1985';"} +{"question_id": 12220, "table_id": "2-18150723-1", "question": "What's Spain's highest total?", "sql": "SELECT MAX(\"Total\") FROM \"2-18150723-1\" WHERE \"Country\" = 'Spain';"} +{"question_id": 12221, "table_id": "2-18150723-1", "question": "What's the average to par for Lee Trevino?", "sql": "SELECT AVG(\"To par\") FROM \"2-18150723-1\" WHERE \"Player\" = 'Lee Trevino';"} +{"question_id": 12222, "table_id": "2-17841376-1", "question": "How much Jury has an Artist of chalice & maagiline kuues, and a Draw smaller than 5?", "sql": "SELECT COUNT(\"Jury\") FROM \"2-17841376-1\" WHERE \"Artist\" = 'chalice & maagiline kuues' AND \"Draw\" < 5.0;"} +{"question_id": 12223, "table_id": "2-17826747-2", "question": "What is the pre-release when the developer is No?", "sql": "SELECT \"KINKA Pre-release\" FROM \"2-17826747-2\" WHERE \"KINKA Developer\" = 'No';"} +{"question_id": 12224, "table_id": "2-17826747-2", "question": "What is the developer when the 1.2 is 341S0297 thru 300?", "sql": "SELECT \"KINKA Developer\" FROM \"2-17826747-2\" WHERE \"KINKA 1.2\" = '341S0297 thru 300';"} +{"question_id": 12225, "table_id": "2-17826747-2", "question": "Who is the developer when the pre-release is No*?", "sql": "SELECT \"KINKA Developer\" FROM \"2-17826747-2\" WHERE \"KINKA Pre-release\" = 'No*';"} +{"question_id": 12226, "table_id": "2-17826747-2", "question": "What is the KINKA 1.2 when the pre-release is No and the developer is Yes?", "sql": "SELECT \"KINKA 1.2\" FROM \"2-17826747-2\" WHERE \"KINKA Pre-release\" = 'No' AND \"KINKA Developer\" = 'Yes';"} +{"question_id": 12227, "table_id": "2-17826747-2", "question": "What is the KINKA 1.3 when the developer is Yes and the support version is Support MO 230?", "sql": "SELECT \"KINKA 1.3\" FROM \"2-17826747-2\" WHERE \"KINKA Developer\" = 'Yes' AND \"Version\" = 'Support MO 230';"} +{"question_id": 12228, "table_id": "2-17826747-2", "question": "Which version has a KINKA pre-release of No*?", "sql": "SELECT \"Version\" FROM \"2-17826747-2\" WHERE \"KINKA Pre-release\" = 'No*';"} +{"question_id": 12229, "table_id": "2-17660359-6", "question": "WHAT IS THE LOWEST NANQUAN WITH A RANK BIGGER THAN 2, TOTAL LESS THAN 18.36 AND SMALLER THAN 8.85?", "sql": "SELECT MIN(\"Nanquan\") FROM \"2-17660359-6\" WHERE \"Rank\" > 2.0 AND \"Total\" < 18.36 AND \"Nangun\" < 8.85;"} +{"question_id": 12230, "table_id": "2-17660359-6", "question": "WHAT IS THE AVERAGE NANGUN WITH A RANK LARGER THAN 2, TOTAL OF 17.85?", "sql": "SELECT AVG(\"Nangun\") FROM \"2-17660359-6\" WHERE \"Rank\" > 2.0 AND \"Total\" = 17.85;"} +{"question_id": 12231, "table_id": "2-17660359-6", "question": "WHAT IS THE TOTAL WITH A NANQUAN OF 9.72, RANK BIGGER THAN 3, NANGUN SMALLER THAN 9.5?", "sql": "SELECT MIN(\"Total\") FROM \"2-17660359-6\" WHERE \"Nanquan\" = 9.72 AND \"Rank\" > 3.0 AND \"Nangun\" < 9.5;"} +{"question_id": 12232, "table_id": "2-17957171-1", "question": "What is the date of the ship with a tonnage greater than 8017?", "sql": "SELECT \"Date\" FROM \"2-17957171-1\" WHERE \"Tonnage\" > 8017.0;"} +{"question_id": 12233, "table_id": "2-17957171-1", "question": "What ship has a Norway nationality?", "sql": "SELECT \"Ship\" FROM \"2-17957171-1\" WHERE \"Nationality\" = 'Norway';"} +{"question_id": 12234, "table_id": "2-17957171-1", "question": "What is the fate of the ship on 26 April 1942?", "sql": "SELECT \"Fate\" FROM \"2-17957171-1\" WHERE \"Date\" = '26 April 1942';"} +{"question_id": 12235, "table_id": "2-17957171-1", "question": "What is the highest tonnage of the ship from Norway?", "sql": "SELECT MAX(\"Tonnage\") FROM \"2-17957171-1\" WHERE \"Nationality\" = 'Norway';"} +{"question_id": 12236, "table_id": "2-1777876-1", "question": "How many households have a Median household income of $43,889?", "sql": "SELECT AVG(\"Number of households\") FROM \"2-1777876-1\" WHERE \"Median household income\" = '$43,889';"} +{"question_id": 12237, "table_id": "2-1777876-1", "question": "Which Population has a Median family income of $53,946?", "sql": "SELECT MAX(\"Population\") FROM \"2-1777876-1\" WHERE \"Median family income\" = '$53,946';"} +{"question_id": 12238, "table_id": "2-17871255-2", "question": "What is on at 1:30pm before One Life to Live at 2:00pm?", "sql": "SELECT \"1:30 pm\" FROM \"2-17871255-2\" WHERE \"2:00 pm\" = 'One Life to Live';"} +{"question_id": 12239, "table_id": "2-17871255-2", "question": "What is on at 2pm on the channel that shows The View at 11am?", "sql": "SELECT \"2:00 pm\" FROM \"2-17871255-2\" WHERE \"11:00 am\" = 'The View';"} +{"question_id": 12240, "table_id": "2-17871255-2", "question": "What is on at 2pm on the channel that shows The New Batman/Superman Adventures at 4:30pm?", "sql": "SELECT \"2:00 pm\" FROM \"2-17871255-2\" WHERE \"4:30 pm\" = 'The New Batman/Superman Adventures';"} +{"question_id": 12241, "table_id": "2-17871255-2", "question": "What is on at 6:30 on the channel that plays The New Batman/Superman Adventures at 4:30?", "sql": "SELECT \"6:30 pm\" FROM \"2-17871255-2\" WHERE \"4:30 pm\" = 'The New Batman/Superman Adventures';"} +{"question_id": 12242, "table_id": "2-17871255-2", "question": "What is the 9am program on the channel that shows Power Rangers in Space at 4pm?", "sql": "SELECT \"9:00 am\" FROM \"2-17871255-2\" WHERE \"4:00 pm\" = 'Power Rangers in Space';"} +{"question_id": 12243, "table_id": "2-17871255-2", "question": "What is the 5pm show on the channel where 11am is Local Programs and 7am is Tiny Toon Adventures?", "sql": "SELECT \"5:00 pm\" FROM \"2-17871255-2\" WHERE \"11:00 am\" = 'Local Programs' AND \"7:00 am\" = 'Tiny Toon Adventures';"} +{"question_id": 12244, "table_id": "2-18261246-3", "question": "Which Circuit has an Event of International Procar Meeting?", "sql": "SELECT \"Circuit\" FROM \"2-18261246-3\" WHERE \"Event\" = 'International Procar Meeting';"} +{"question_id": 12245, "table_id": "2-18261246-3", "question": "Which Circuit has a Winning Driver of Hans-Joachim Stuck, and a Round of 3?", "sql": "SELECT \"Circuit\" FROM \"2-18261246-3\" WHERE \"Winning Driver\" = 'Hans-Joachim Stuck' AND \"Round\" = 3.0;"} +{"question_id": 12246, "table_id": "2-18261246-3", "question": "Which Winning Driver has a Circuit of Circuit Zandvoort?", "sql": "SELECT \"Winning Driver\" FROM \"2-18261246-3\" WHERE \"Circuit\" = 'Circuit Zandvoort';"} +{"question_id": 12247, "table_id": "2-18261246-3", "question": "Which Winning Driver has a Round of 9?", "sql": "SELECT \"Winning Driver\" FROM \"2-18261246-3\" WHERE \"Round\" = 9.0;"} +{"question_id": 12248, "table_id": "2-18261246-3", "question": "Which Round has an Event of 200 miles of norisring?", "sql": "SELECT COUNT(\"Round\") FROM \"2-18261246-3\" WHERE \"Event\" = '200 miles of norisring';"} +{"question_id": 12249, "table_id": "2-18261246-3", "question": "Which Winning Driver has an Event of 200 Miles of Norisring?", "sql": "SELECT \"Winning Driver\" FROM \"2-18261246-3\" WHERE \"Event\" = '200 Miles of Norisring';"} +{"question_id": 12250, "table_id": "2-18233834-8", "question": "What is the average pick in 1983?", "sql": "SELECT AVG(\"Pick\") FROM \"2-18233834-8\" WHERE \"Year\" = 1983.0;"} +{"question_id": 12251, "table_id": "2-18233834-8", "question": "What is the average year of the Montreal Expos?", "sql": "SELECT AVG(\"Year\") FROM \"2-18233834-8\" WHERE \"Team\" = 'Montreal Expos';"} +{"question_id": 12252, "table_id": "2-18233834-8", "question": "What is the total pick number of the los angeles dodgers, which has a lhp position before 1979?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-18233834-8\" WHERE \"Team\" = 'los angeles dodgers' AND \"Position\" = 'lhp' AND \"Year\" < 1979.0;"} +{"question_id": 12253, "table_id": "2-18334920-1", "question": "What ship was built in 2012?", "sql": "SELECT \"Ship\" FROM \"2-18334920-1\" WHERE \"Built\" = 2012.0;"} +{"question_id": 12254, "table_id": "2-18334920-1", "question": "What is the total of built with a flag of panama?", "sql": "SELECT COUNT(\"Built\") FROM \"2-18334920-1\" WHERE \"Flag\" = 'panama';"} +{"question_id": 12255, "table_id": "2-18334920-1", "question": "What tonnage was built in 2007?", "sql": "SELECT \"Tonnage\" FROM \"2-18334920-1\" WHERE \"Built\" = 2007.0;"} +{"question_id": 12256, "table_id": "2-18334920-1", "question": "What operator has a ship Costa Pacifica?", "sql": "SELECT \"Operator\" FROM \"2-18334920-1\" WHERE \"Ship\" = 'Costa Pacifica';"} +{"question_id": 12257, "table_id": "2-17754530-3", "question": "Who is the opponent on November 1?", "sql": "SELECT \"Opponent\" FROM \"2-17754530-3\" WHERE \"Date\" = 'November 1';"} +{"question_id": 12258, "table_id": "2-18268619-5", "question": "What is the pick for round 8 with a USA nationality in the 2000 draft?", "sql": "SELECT \"Pick\" FROM \"2-18268619-5\" WHERE \"Round\" = '8' AND \"Nationality\" = 'USA' AND \"Draft\" = 2000.0;"} +{"question_id": 12259, "table_id": "2-18268619-5", "question": "What is the round of player Brad Winton with a draft before 1983 and a pick less than 132?", "sql": "SELECT \"Round\" FROM \"2-18268619-5\" WHERE \"Draft\" < 1983.0 AND \"Pick\" < 132.0 AND \"Player\" = 'Brad Winton';"} +{"question_id": 12260, "table_id": "2-18268619-5", "question": "What is the pick of player Don Waddell from round 7?", "sql": "SELECT \"Pick\" FROM \"2-18268619-5\" WHERE \"Round\" = '7' AND \"Player\" = 'Don Waddell';"} +{"question_id": 12261, "table_id": "2-18268619-5", "question": "What is the average pick of player josh green from canada from round 2 with a draft after 1996?", "sql": "SELECT AVG(\"Pick\") FROM \"2-18268619-5\" WHERE \"Round\" = '2' AND \"Nationality\" = 'canada' AND \"Player\" = 'josh green' AND \"Draft\" > 1996.0;"} +{"question_id": 12262, "table_id": "2-18268619-5", "question": "What is the lowest draft of player Justin Martin from the USA?", "sql": "SELECT MIN(\"Draft\") FROM \"2-18268619-5\" WHERE \"Nationality\" = 'USA' AND \"Player\" = 'Justin Martin';"} +{"question_id": 12263, "table_id": "2-18191407-12", "question": "What event is Defending champion the total?", "sql": "SELECT \"Event\" FROM \"2-18191407-12\" WHERE \"Total\" = 'Defending champion';"} +{"question_id": 12264, "table_id": "2-18191407-12", "question": "The event WC Rio de Janeiro with a total of 16 has what as rank points?", "sql": "SELECT \"Rank points\" FROM \"2-18191407-12\" WHERE \"Event\" = 'WC Rio de Janeiro' AND \"Total\" = '16';"} +{"question_id": 12265, "table_id": "2-18191407-12", "question": "Who is the shooter at the WC Rio de Janeiro event with 10 rank points?", "sql": "SELECT \"Shooter\" FROM \"2-18191407-12\" WHERE \"Event\" = 'WC Rio de Janeiro' AND \"Rank points\" = '10';"} +{"question_id": 12266, "table_id": "2-18097219-2", "question": "What years did New Zealand win?", "sql": "SELECT \"Year(s) won\" FROM \"2-18097219-2\" WHERE \"Country\" = 'New Zealand';"} +{"question_id": 12267, "table_id": "2-18097219-2", "question": "What player had a total less than 277?", "sql": "SELECT \"Player\" FROM \"2-18097219-2\" WHERE \"Total\" < 277.0;"} +{"question_id": 12268, "table_id": "2-18097219-2", "question": "What country had a total less than 291 and a 4 Finish?", "sql": "SELECT \"Country\" FROM \"2-18097219-2\" WHERE \"Total\" < 291.0 AND \"Finish\" = '4';"} +{"question_id": 12269, "table_id": "2-18042031-9", "question": "Name the Score of Tournament of Portugal F1, Faro , Portugal?", "sql": "SELECT \"Score\" FROM \"2-18042031-9\" WHERE \"Tournament\" = 'Portugal F1, Faro , Portugal';"} +{"question_id": 12270, "table_id": "2-18042031-9", "question": "Which Outcome has a Surface of Clay, and a Tournament of Morocco F5, Rabat , Morocco?", "sql": "SELECT \"Outcome\" FROM \"2-18042031-9\" WHERE \"Surface\" = 'Clay' AND \"Tournament\" = 'Morocco F5, Rabat , Morocco';"} +{"question_id": 12271, "table_id": "2-18042031-9", "question": "Which Outcome that has a Tournament of Milan , Italy?", "sql": "SELECT \"Outcome\" FROM \"2-18042031-9\" WHERE \"Tournament\" = 'Milan , Italy';"} +{"question_id": 12272, "table_id": "2-18042031-9", "question": "Which Date has a Tournament of Milan , Italy?", "sql": "SELECT \"Date\" FROM \"2-18042031-9\" WHERE \"Tournament\" = 'Milan , Italy';"} +{"question_id": 12273, "table_id": "2-18042031-9", "question": "Which Tournament has a Opponent of Piero Luisi?", "sql": "SELECT \"Tournament\" FROM \"2-18042031-9\" WHERE \"Opponent\" = 'Piero Luisi';"} +{"question_id": 12274, "table_id": "2-17751851-2", "question": "What date was the game with the away team York City?", "sql": "SELECT \"Date\" FROM \"2-17751851-2\" WHERE \"Away team\" = 'York City';"} +{"question_id": 12275, "table_id": "2-17751851-2", "question": "What date did the home game for Peterborough United take place?", "sql": "SELECT \"Date\" FROM \"2-17751851-2\" WHERE \"Home team\" = 'Peterborough United';"} +{"question_id": 12276, "table_id": "2-1793728-1", "question": "What is the Venue of the 2002 World Cup Qualification?", "sql": "SELECT \"Venue\" FROM \"2-1793728-1\" WHERE \"Competition\" = '2002 World Cup Qualification';"} +{"question_id": 12277, "table_id": "2-1793728-1", "question": "What is the Venue with the Friendly Competition?", "sql": "SELECT \"Venue\" FROM \"2-1793728-1\" WHERE \"Competition\" = 'Friendly';"} +{"question_id": 12278, "table_id": "2-18058018-3", "question": "What is the score when Li Na was the opponent?", "sql": "SELECT \"Score\" FROM \"2-18058018-3\" WHERE \"Opponent\" = 'Li Na';"} +{"question_id": 12279, "table_id": "2-18058018-3", "question": "Who was the opponent on 19 February 2011?", "sql": "SELECT \"Opponent\" FROM \"2-18058018-3\" WHERE \"Date\" = '19 February 2011';"} +{"question_id": 12280, "table_id": "2-17775406-2", "question": "How many goals against did clitheroe have when the loss was larger than 2?", "sql": "SELECT COUNT(\"Goals Against\") FROM \"2-17775406-2\" WHERE \"Team\" = 'clitheroe' AND \"Lost\" > 2.0;"} +{"question_id": 12281, "table_id": "2-17775406-2", "question": "What was the highest position for rossendale united when the played was larger than 34?", "sql": "SELECT MAX(\"Position\") FROM \"2-17775406-2\" WHERE \"Team\" = 'rossendale united' AND \"Played\" > 34.0;"} +{"question_id": 12282, "table_id": "2-17671150-8", "question": "When was the earliest with 4 seasons?", "sql": "SELECT MIN(\"Year(s)\") FROM \"2-17671150-8\" WHERE \"Season\" = 4.0;"} +{"question_id": 12283, "table_id": "2-17815352-1", "question": "What was the result of week 13?", "sql": "SELECT \"Result\" FROM \"2-17815352-1\" WHERE \"Week\" = 13.0;"} +{"question_id": 12284, "table_id": "2-17798130-4", "question": "What is the score of the game with 22 points and the Capitals as the opponent?", "sql": "SELECT \"Score\" FROM \"2-17798130-4\" WHERE \"Points\" = 22.0 AND \"Opponent\" = 'Capitals';"} +{"question_id": 12285, "table_id": "2-17798130-4", "question": "What is the sum of the attendance on November 16?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-17798130-4\" WHERE \"Date\" = 'November 16';"} +{"question_id": 12286, "table_id": "2-18208583-5", "question": "What is the years record stood from the Pittsburgh Pirates in 1902?", "sql": "SELECT \"Years Record Stood\" FROM \"2-18208583-5\" WHERE \"Year\" = 1902.0 AND \"Team\" = 'Pittsburgh Pirates';"} +{"question_id": 12287, "table_id": "2-18278508-6", "question": "What Scores by each individual judge has a Status of Eliminated, and a Date performed of August 13?", "sql": "SELECT \"Scores by each individual judge\" FROM \"2-18278508-6\" WHERE \"Status\" = 'Eliminated' AND \"Date performed\" = 'August 13';"} +{"question_id": 12288, "table_id": "2-18278508-6", "question": "What Scores by each individual judge has a Total score/week of 51/60, and a Co-contestant (Yaar vs. Pyaar) of Tina Sachdev?", "sql": "SELECT \"Scores by each individual judge\" FROM \"2-18278508-6\" WHERE \"Total score/week\" = '51/60' AND \"Co-contestant (Yaar vs. Pyaar)\" = 'Tina Sachdev';"} +{"question_id": 12289, "table_id": "2-18278508-6", "question": "What Co-contestant (Yaar vs. Pyaar) has a Total score/week of 48/60, and a Date performed of August 14?", "sql": "SELECT \"Co-contestant (Yaar vs. Pyaar)\" FROM \"2-18278508-6\" WHERE \"Total score/week\" = '48/60' AND \"Date performed\" = 'August 14';"} +{"question_id": 12290, "table_id": "2-18278508-6", "question": "What Date performed has a Scores by each individual judge of 10 + 10 + 10 = 30, and a Main contestant of Karanvir Bohra?", "sql": "SELECT \"Date performed\" FROM \"2-18278508-6\" WHERE \"Scores by each individual judge\" = '10 + 10 + 10 = 30' AND \"Main contestant\" = 'Karanvir Bohra';"} +{"question_id": 12291, "table_id": "2-18278508-6", "question": "What Status has a Date performed of August 13, and a Position of Safe?", "sql": "SELECT \"Status\" FROM \"2-18278508-6\" WHERE \"Date performed\" = 'August 13' AND \"Position\" = 'Safe';"} +{"question_id": 12292, "table_id": "2-18278508-6", "question": "What Scores by each individual judge has a Status of Current, and a Co-contestant (Yaar vs. Pyaar) of Krushna Abhishek?", "sql": "SELECT \"Scores by each individual judge\" FROM \"2-18278508-6\" WHERE \"Status\" = 'Current' AND \"Co-contestant (Yaar vs. Pyaar)\" = 'Krushna Abhishek';"} +{"question_id": 12293, "table_id": "2-17922286-1", "question": "Which Number of electorates (2009) has a District of jhajjar, and a Reserved for (sc/ST/None) of sc, and a Constituency number smaller than 66?", "sql": "SELECT COUNT(\"Number of electorates (2009)\") FROM \"2-17922286-1\" WHERE \"District\" = 'jhajjar' AND \"Reserved for ( SC / ST /None)\" = 'sc' AND \"Constituency number\" < 66.0;"} +{"question_id": 12294, "table_id": "2-17660359-13", "question": "What is the highest rank of the athlete with a Taijiquan higher than 9.64 and a total more than 19.69?", "sql": "SELECT MAX(\"Rank\") FROM \"2-17660359-13\" WHERE \"Taijiquan\" > 9.64 AND \"Total\" > 19.69;"} +{"question_id": 12295, "table_id": "2-17660359-13", "question": "What is the lowest Taijiquan of the athlete who has a Taijijian of 9.7 and a total more than 19.34?", "sql": "SELECT MIN(\"Taijiquan\") FROM \"2-17660359-13\" WHERE \"Taijijian\" = 9.7 AND \"Total\" > 19.34;"} +{"question_id": 12296, "table_id": "2-1794747-6", "question": "What are the years that had someone nominated for best supporting actress?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1794747-6\" WHERE \"Result\" = 'nominated' AND \"Category\" = 'best supporting actress';"} +{"question_id": 12297, "table_id": "2-1794747-6", "question": "What's the nominee for Best Supporting Actress?", "sql": "SELECT \"Nominee\" FROM \"2-1794747-6\" WHERE \"Category\" = 'Best Supporting Actress';"} +{"question_id": 12298, "table_id": "2-17751846-6", "question": "What is the Tie no of the game with a Score of 1–1?", "sql": "SELECT \"Tie no\" FROM \"2-17751846-6\" WHERE \"Score\" = '1–1';"} +{"question_id": 12299, "table_id": "2-17751846-6", "question": "What is the Score of the Burnley Home game?", "sql": "SELECT \"Score\" FROM \"2-17751846-6\" WHERE \"Home team\" = 'Burnley';"} +{"question_id": 12300, "table_id": "2-17751846-6", "question": "What is the Away team when Arsenal is the Home team?", "sql": "SELECT \"Away team\" FROM \"2-17751846-6\" WHERE \"Home team\" = 'Arsenal';"} +{"question_id": 12301, "table_id": "2-17751846-6", "question": "What is the Date of Tie no 3?", "sql": "SELECT \"Date\" FROM \"2-17751846-6\" WHERE \"Tie no\" = '3';"} +{"question_id": 12302, "table_id": "2-17709998-4", "question": "Which opponent has a record of 3–1?", "sql": "SELECT \"Opponent\" FROM \"2-17709998-4\" WHERE \"Record\" = '3–1';"} +{"question_id": 12303, "table_id": "2-17709998-4", "question": "What event has a Record of 4–2?", "sql": "SELECT \"Event\" FROM \"2-17709998-4\" WHERE \"Record\" = '4–2';"} +{"question_id": 12304, "table_id": "2-17709998-4", "question": "Which Opponent has a Time of 0:38?", "sql": "SELECT \"Opponent\" FROM \"2-17709998-4\" WHERE \"Time\" = '0:38';"} +{"question_id": 12305, "table_id": "2-1829321-1", "question": "What was the score when the result was Win, in Helsinki, competition was Friendly?", "sql": "SELECT \"Score\" FROM \"2-1829321-1\" WHERE \"Result\" = 'Win' AND \"Location\" = 'Helsinki' AND \"Competition\" = 'Friendly';"} +{"question_id": 12306, "table_id": "2-1829321-1", "question": "What competition has a Score of 7–0?", "sql": "SELECT \"Competition\" FROM \"2-1829321-1\" WHERE \"Score\" = '7–0';"} +{"question_id": 12307, "table_id": "2-1829321-1", "question": "What date has a result of Win, in a Friendly competition in Porto?", "sql": "SELECT \"Date\" FROM \"2-1829321-1\" WHERE \"Result\" = 'Win' AND \"Competition\" = 'Friendly' AND \"Location\" = 'Porto';"} +{"question_id": 12308, "table_id": "2-18299148-1", "question": "Who has the city Santiago?", "sql": "SELECT \"Name\" FROM \"2-18299148-1\" WHERE \"City\" = 'Santiago';"} +{"question_id": 12309, "table_id": "2-18246956-35", "question": "What is the score for Set 2 at 15:21?", "sql": "SELECT \"Score\" FROM \"2-18246956-35\" WHERE \"Set 2\" = '15:21';"} +{"question_id": 12310, "table_id": "2-18246956-35", "question": "What Set 2 has a set one at 19:21?", "sql": "SELECT \"Set 2\" FROM \"2-18246956-35\" WHERE \"Set 1\" = '19:21';"} +{"question_id": 12311, "table_id": "2-18246956-35", "question": "What is the score for Set 1 at 19:21?", "sql": "SELECT \"Score\" FROM \"2-18246956-35\" WHERE \"Set 1\" = '19:21';"} +{"question_id": 12312, "table_id": "2-18246956-35", "question": "What is the Set 1 with set 2 at 21:17?", "sql": "SELECT \"Set 1\" FROM \"2-18246956-35\" WHERE \"Set 2\" = '21:17';"} +{"question_id": 12313, "table_id": "2-18258697-3", "question": "What Result F – A has a League position of 2nd, and Opponents of Liverpool?", "sql": "SELECT \"Result F – A\" FROM \"2-18258697-3\" WHERE \"League position\" = '2nd' AND \"Opponents\" = 'Liverpool';"} +{"question_id": 12314, "table_id": "2-18258697-3", "question": "What League position has a Result F – A of 2 – 0, and Opponents of Queens Park Rangers?", "sql": "SELECT \"League position\" FROM \"2-18258697-3\" WHERE \"Result F – A\" = '2 – 0' AND \"Opponents\" = 'Queens Park Rangers';"} +{"question_id": 12315, "table_id": "2-18258697-3", "question": "WHat is tHe smallest Attendance witH H / A of H, and Opponents of Nottingham Forest?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-18258697-3\" WHERE \"H / A\" = 'H' AND \"Opponents\" = 'Nottingham Forest';"} +{"question_id": 12316, "table_id": "2-18164650-4", "question": "What country has a place of 4?", "sql": "SELECT \"Country\" FROM \"2-18164650-4\" WHERE \"Place\" = '4';"} +{"question_id": 12317, "table_id": "2-18060467-6", "question": "What did the United States score in the T5?", "sql": "SELECT \"Score\" FROM \"2-18060467-6\" WHERE \"Country\" = 'United States' AND \"Place\" = 'T5';"} +{"question_id": 12318, "table_id": "2-18060467-6", "question": "What was the to par at the T5 for the player with a score of 74-69-66=209?", "sql": "SELECT \"To par\" FROM \"2-18060467-6\" WHERE \"Place\" = 'T5' AND \"Score\" = '74-69-66=209';"} +{"question_id": 12319, "table_id": "2-18060467-6", "question": "Where did Trinidad and Tobago play?", "sql": "SELECT \"Place\" FROM \"2-18060467-6\" WHERE \"Country\" = 'Trinidad and Tobago';"} +{"question_id": 12320, "table_id": "2-18060467-6", "question": "What was the to par for the game with a score of 74-69-66=209?", "sql": "SELECT \"To par\" FROM \"2-18060467-6\" WHERE \"Score\" = '74-69-66=209';"} +{"question_id": 12321, "table_id": "2-18060467-6", "question": "Where is Eduardo Romero from?", "sql": "SELECT \"Country\" FROM \"2-18060467-6\" WHERE \"Player\" = 'Eduardo Romero';"} +{"question_id": 12322, "table_id": "2-18032715-3", "question": "In what city is the Estonian University of Life Sciences located?", "sql": "SELECT \"City\" FROM \"2-18032715-3\" WHERE \"Name\" = 'Estonian University of Life Sciences';"} +{"question_id": 12323, "table_id": "2-18032715-3", "question": "What is the abbreviation for the University of Tartu?", "sql": "SELECT \"Abbr.\" FROM \"2-18032715-3\" WHERE \"Name\" = 'University of Tartu';"} +{"question_id": 12324, "table_id": "2-17991356-6", "question": "What place is Fred Funk in?", "sql": "SELECT \"Place\" FROM \"2-17991356-6\" WHERE \"Player\" = 'Fred Funk';"} +{"question_id": 12325, "table_id": "2-18054397-4", "question": "What is Score, when Away Team is \"Thame United\"?", "sql": "SELECT \"Score\" FROM \"2-18054397-4\" WHERE \"Away team\" = 'Thame United';"} +{"question_id": 12326, "table_id": "2-18054397-4", "question": "What is Score, when Attendance is \"76\", and when Home Team is \"Meir KA\"?", "sql": "SELECT \"Score\" FROM \"2-18054397-4\" WHERE \"Attendance\" = '76' AND \"Home team\" = 'Meir KA';"} +{"question_id": 12327, "table_id": "2-18054397-4", "question": "What is Tie No, when Score is \"Marlow United won 4–2 on penalties\"?", "sql": "SELECT \"Tie no\" FROM \"2-18054397-4\" WHERE \"Score\" = 'Marlow United won 4–2 on penalties';"} +{"question_id": 12328, "table_id": "2-18054397-4", "question": "What is Home Team, when Attendance is \"112\", and when Away Team is \"Kentish Town\"?", "sql": "SELECT \"Home team\" FROM \"2-18054397-4\" WHERE \"Attendance\" = '112' AND \"Away team\" = 'Kentish Town';"} +{"question_id": 12329, "table_id": "2-17637180-3", "question": "What was the April 7, 2008 score on a Clay surface?", "sql": "SELECT \"Score\" FROM \"2-17637180-3\" WHERE \"Surface\" = 'Clay' AND \"Date\" = 'April 7, 2008';"} +{"question_id": 12330, "table_id": "2-17637180-3", "question": "What date was the score 6–3, 3–6, 6–0?", "sql": "SELECT \"Date\" FROM \"2-17637180-3\" WHERE \"Score\" = '6–3, 3–6, 6–0';"} +{"question_id": 12331, "table_id": "2-17690519-1", "question": "What is the highest enrollment for an unversity whose nickname is the golden bears and had fewer than 32 NCAA championships as of July 4, 2012?", "sql": "SELECT MAX(\"Enrollment\") FROM \"2-17690519-1\" WHERE \"Nickname\" = 'golden bears' AND \"NCAA Team Championships (through July 4, 2012)\" < 32.0;"} +{"question_id": 12332, "table_id": "2-17798093-11", "question": "What is 17th c., when American is \"ə\"?", "sql": "SELECT \"17th c.\" FROM \"2-17798093-11\" WHERE \"American\" = 'ə';"} +{"question_id": 12333, "table_id": "2-17798093-11", "question": "What is British, when 17th c. is \"ɛi\"?", "sql": "SELECT \"British\" FROM \"2-17798093-11\" WHERE \"17th c.\" = 'ɛi';"} +{"question_id": 12334, "table_id": "2-17798093-11", "question": "What is 17th c., when Australian is \"i, ɪ, ə\", and when Examples is \"œsophagus\"?", "sql": "SELECT \"17th c.\" FROM \"2-17798093-11\" WHERE \"Australian\" = 'i, ɪ, ə' AND \"Examples\" = 'œsophagus';"} +{"question_id": 12335, "table_id": "2-17798093-11", "question": "What is Australian, when Examples is \"amœba, anemone, ascesis\"?", "sql": "SELECT \"Australian\" FROM \"2-17798093-11\" WHERE \"Examples\" = 'amœba, anemone, ascesis';"} +{"question_id": 12336, "table_id": "2-17798093-11", "question": "What is British, when Australian is \"i, ɪ, ə\", and when Examples is \"œsophagus\"?", "sql": "SELECT \"British\" FROM \"2-17798093-11\" WHERE \"Australian\" = 'i, ɪ, ə' AND \"Examples\" = 'œsophagus';"} +{"question_id": 12337, "table_id": "2-17798093-11", "question": "What is Australian, when Examples is \"Elysium, emeritus, epitome, erotica\"?", "sql": "SELECT \"Australian\" FROM \"2-17798093-11\" WHERE \"Examples\" = 'Elysium, emeritus, epitome, erotica';"} +{"question_id": 12338, "table_id": "2-18270426-2", "question": "Which report had a circuit of Cagliari?", "sql": "SELECT \"Report\" FROM \"2-18270426-2\" WHERE \"Circuit\" = 'Cagliari';"} +{"question_id": 12339, "table_id": "2-18270426-2", "question": "Which name had the circuit Monza?", "sql": "SELECT \"Name\" FROM \"2-18270426-2\" WHERE \"Circuit\" = 'Monza';"} +{"question_id": 12340, "table_id": "2-18270426-2", "question": "What day was the circuit Isle of Man?", "sql": "SELECT \"Date\" FROM \"2-18270426-2\" WHERE \"Circuit\" = 'Isle of Man';"} +{"question_id": 12341, "table_id": "2-18057473-2", "question": "What is the 2nd leg for the team 2 Milano?", "sql": "SELECT \"2nd leg\" FROM \"2-18057473-2\" WHERE \"Team 2\" = 'Milano';"} +{"question_id": 12342, "table_id": "2-17824926-16", "question": "What was the position of the player picked at 243?", "sql": "SELECT \"Position\" FROM \"2-17824926-16\" WHERE \"Pick\" > 243.0;"} +{"question_id": 12343, "table_id": "2-18336411-2", "question": "Who was the visitor when the record was 24–14–2?", "sql": "SELECT \"Visitor\" FROM \"2-18336411-2\" WHERE \"Record\" = '24–14–2';"} +{"question_id": 12344, "table_id": "2-18336411-2", "question": "On what date was the score 6–4?", "sql": "SELECT \"Date\" FROM \"2-18336411-2\" WHERE \"Score\" = '6–4';"} +{"question_id": 12345, "table_id": "2-18336411-2", "question": "What was the score on February 17?", "sql": "SELECT \"Score\" FROM \"2-18336411-2\" WHERE \"Date\" = 'February 17';"} +{"question_id": 12346, "table_id": "2-178733-1", "question": "What is the total number of Silver, when Gold is \"1\", and when Bronze is less than 0?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-178733-1\" WHERE \"Gold\" = 1.0 AND \"Bronze\" < 0.0;"} +{"question_id": 12347, "table_id": "2-178733-1", "question": "What is the highest Bronze, when Nation is \"south africa\", and when Total is less than 20?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-178733-1\" WHERE \"Nation\" = 'south africa' AND \"Total\" < 20.0;"} +{"question_id": 12348, "table_id": "2-178733-1", "question": "What is the highest Silver, when Gold is \"8\", and when Total is greater than 31?", "sql": "SELECT MAX(\"Silver\") FROM \"2-178733-1\" WHERE \"Gold\" = 8.0 AND \"Total\" > 31.0;"} +{"question_id": 12349, "table_id": "2-178733-1", "question": "What is the total number of Silver, when Gold is less than 34, when Rank is \"6\", and when Total is greater than 10?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-178733-1\" WHERE \"Gold\" < 34.0 AND \"Rank\" = '6' AND \"Total\" > 10.0;"} +{"question_id": 12350, "table_id": "2-178733-1", "question": "What is Bronze, when Silver is less than 89, and when Total is \"4\"?", "sql": "SELECT \"Bronze\" FROM \"2-178733-1\" WHERE \"Silver\" < 89.0 AND \"Total\" = 4.0;"} +{"question_id": 12351, "table_id": "2-1825661-1", "question": "What's the production time with more than 2.737 built and a 280S model?", "sql": "SELECT \"Production time\" FROM \"2-1825661-1\" WHERE \"Number built\" > 2.737 AND \"Model\" = '280S';"} +{"question_id": 12352, "table_id": "2-1825661-1", "question": "What's the total number built with a chassis code of w108.057?", "sql": "SELECT COUNT(\"Number built\") FROM \"2-1825661-1\" WHERE \"Chassis code\" = 'w108.057';"} +{"question_id": 12353, "table_id": "2-1825661-1", "question": "What's the chassis code for the 280S model?", "sql": "SELECT \"Chassis code\" FROM \"2-1825661-1\" WHERE \"Model\" = '280S';"} +{"question_id": 12354, "table_id": "2-17660359-7", "question": "What is the lowest Jianshu number for Liu Yang ( HKG )?", "sql": "SELECT MIN(\"Jianshu\") FROM \"2-17660359-7\" WHERE \"Athlete\" = 'Liu Yang ( HKG )';"} +{"question_id": 12355, "table_id": "2-17660359-7", "question": "What is the lowest rank when Jianshu is smaller than 9.66, for richard devine ( gbr ), with a total smaller than 19.02?", "sql": "SELECT MIN(\"Rank\") FROM \"2-17660359-7\" WHERE \"Jianshu\" < 9.66 AND \"Athlete\" = 'richard devine ( gbr )' AND \"Total\" < 19.02;"} +{"question_id": 12356, "table_id": "2-17660359-7", "question": "What is the number of Jianshu when the total is more than 19.16, for nguyen huy thanh ( vie ), and Qiangshu is more than 9.66?", "sql": "SELECT COUNT(\"Jianshu\") FROM \"2-17660359-7\" WHERE \"Total\" > 19.16 AND \"Athlete\" = 'nguyen huy thanh ( vie )' AND \"Qiangshu\" > 9.66;"} +{"question_id": 12357, "table_id": "2-17660359-7", "question": "What is the number of Qiangshu when rank is less than 10, with a total of 18.97, and Jianshu is larger than 9.51?", "sql": "SELECT COUNT(\"Qiangshu\") FROM \"2-17660359-7\" WHERE \"Rank\" < 10.0 AND \"Total\" = 18.97 AND \"Jianshu\" > 9.51;"} +{"question_id": 12358, "table_id": "2-18133211-4", "question": "Can you tell me the Place that has the Country of Australia, and the Player of Ian Baker-Finch?", "sql": "SELECT \"Place\" FROM \"2-18133211-4\" WHERE \"Country\" = 'Australia' AND \"Player\" = 'Ian Baker-Finch';"} +{"question_id": 12359, "table_id": "2-18133211-4", "question": "Can you tell me the Place that has the Score of 68, and the Player of Christy O'Connor Jnr?", "sql": "SELECT \"Place\" FROM \"2-18133211-4\" WHERE \"Score\" = 68.0 AND \"Player\" = 'Christy O''Connor Jnr';"} +{"question_id": 12360, "table_id": "2-18133211-4", "question": "Can you tell me the Player that has the Score larger than 67?", "sql": "SELECT \"Player\" FROM \"2-18133211-4\" WHERE \"Score\" > 67.0;"} +{"question_id": 12361, "table_id": "2-17995113-6", "question": "What is the 2011 value with a 134 in 2008?", "sql": "SELECT \"2011\" FROM \"2-17995113-6\" WHERE \"2008\" = '134';"} +{"question_id": 12362, "table_id": "2-17995113-6", "question": "WhAt is the 2009 vAlue with A in 2012 And Q2 in 2011?", "sql": "SELECT \"2009\" FROM \"2-17995113-6\" WHERE \"2012\" = 'A' AND \"2011\" = 'Q2';"} +{"question_id": 12363, "table_id": "2-17995113-6", "question": "What is the 2011 value for the Paris Masters tournament with 1R in 2008?", "sql": "SELECT \"2011\" FROM \"2-17995113-6\" WHERE \"2008\" = '1R' AND \"Tournament\" = 'Paris Masters';"} +{"question_id": 12364, "table_id": "2-17995113-6", "question": "What is the 2011 value with NMS in 2008?", "sql": "SELECT \"2011\" FROM \"2-17995113-6\" WHERE \"2008\" = 'NMS';"} +{"question_id": 12365, "table_id": "2-17837782-2", "question": "Which Draws have a Club of burgos cf, and a Position larger than 8?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17837782-2\" WHERE \"Club\" = 'burgos cf' AND \"Position\" > 8.0;"} +{"question_id": 12366, "table_id": "2-17837782-2", "question": "Which Played has a Goal Difference larger than 24?", "sql": "SELECT AVG(\"Played\") FROM \"2-17837782-2\" WHERE \"Goal Difference\" > 24.0;"} +{"question_id": 12367, "table_id": "2-17837782-2", "question": "Which Goals against has Wins of 13, and Goals for larger than 42, and more than 9 Losses?", "sql": "SELECT AVG(\"Goals against\") FROM \"2-17837782-2\" WHERE \"Wins\" = 13.0 AND \"Goals for\" > 42.0 AND \"Losses\" > 9.0;"} +{"question_id": 12368, "table_id": "2-17837782-2", "question": "How many draws have less than 8 wins, and 31 goals for?", "sql": "SELECT SUM(\"Draws\") FROM \"2-17837782-2\" WHERE \"Wins\" < 8.0 AND \"Goals for\" = 31.0;"} +{"question_id": 12369, "table_id": "2-17994055-2", "question": "What event of this season had a time of 2:43?", "sql": "SELECT \"Event\" FROM \"2-17994055-2\" WHERE \"Time\" = '2:43';"} +{"question_id": 12370, "table_id": "2-18347755-2", "question": "How many penalties were there in the game with a G.F. of 40?", "sql": "SELECT \"Penalties\" FROM \"2-18347755-2\" WHERE \"G.F.\" = '40';"} +{"question_id": 12371, "table_id": "2-18347755-2", "question": "What's the P.I.M. for the G.F. of 55?", "sql": "SELECT \"P.I.M.\" FROM \"2-18347755-2\" WHERE \"G.F.\" = '55';"} +{"question_id": 12372, "table_id": "2-18347755-2", "question": "What's the G.A. when there were 2 losses and Scotland played?", "sql": "SELECT \"G.A.\" FROM \"2-18347755-2\" WHERE \"Losses\" = '2' AND \"Team\" = 'Scotland';"} +{"question_id": 12373, "table_id": "2-17651219-1", "question": "Which venue has 2:04.22 notes?", "sql": "SELECT \"Venue\" FROM \"2-17651219-1\" WHERE \"Notes\" = '2:04.22';"} +{"question_id": 12374, "table_id": "2-18304058-1", "question": "What years does Goreville High School have members?", "sql": "SELECT \"Years Member\" FROM \"2-18304058-1\" WHERE \"School\" = 'Goreville High School';"} +{"question_id": 12375, "table_id": "2-18304058-1", "question": "What is the name of the school with the Tornadoes Lady Tornadoes?", "sql": "SELECT \"School\" FROM \"2-18304058-1\" WHERE \"Nickname(s)\" = 'Tornadoes Lady Tornadoes';"} +{"question_id": 12376, "table_id": "2-18304058-1", "question": "What is the school with the nickname Tornadoes Lady Tornadoes?", "sql": "SELECT \"School\" FROM \"2-18304058-1\" WHERE \"Nickname(s)\" = 'Tornadoes Lady Tornadoes';"} +{"question_id": 12377, "table_id": "2-18304058-1", "question": "What is the nickname with an enrollment (2013/14) of 160?", "sql": "SELECT \"Nickname(s)\" FROM \"2-18304058-1\" WHERE \"Enrollment (2013/14)\" = '160';"} +{"question_id": 12378, "table_id": "2-17760670-4", "question": "What is Notes, when Gold is \"Thierry Gueorgiou\", when Year is before 2008, and when Bronze is \"Valentin Novikov\"?", "sql": "SELECT \"Notes\" FROM \"2-17760670-4\" WHERE \"Gold\" = 'Thierry Gueorgiou' AND \"Year\" < 2008.0 AND \"Bronze\" = 'Valentin Novikov';"} +{"question_id": 12379, "table_id": "2-17760670-4", "question": "What is Notes, when Silver is \"Jarkko Huovila\"?", "sql": "SELECT \"Notes\" FROM \"2-17760670-4\" WHERE \"Silver\" = 'Jarkko Huovila';"} +{"question_id": 12380, "table_id": "2-17760670-4", "question": "What is the total number of Year, when Bronze is \"jamie stevenson\"?", "sql": "SELECT COUNT(\"Year\") FROM \"2-17760670-4\" WHERE \"Bronze\" = 'jamie stevenson';"} +{"question_id": 12381, "table_id": "2-17760670-4", "question": "What is Notes, when Bronze is \"Pasi Ikonen\"?", "sql": "SELECT \"Notes\" FROM \"2-17760670-4\" WHERE \"Bronze\" = 'Pasi Ikonen';"} +{"question_id": 12382, "table_id": "2-17760670-4", "question": "What is Bronze, when Notes is \"6.7km, 22controls\"?", "sql": "SELECT \"Bronze\" FROM \"2-17760670-4\" WHERE \"Notes\" = '6.7km, 22controls';"} +{"question_id": 12383, "table_id": "2-17760670-4", "question": "What is Silver, when Notes is \"6.24km, 23controls\"?", "sql": "SELECT \"Silver\" FROM \"2-17760670-4\" WHERE \"Notes\" = '6.24km, 23controls';"} +{"question_id": 12384, "table_id": "2-17938337-3", "question": "What position has Siim Ennemuist as the player?", "sql": "SELECT \"Position\" FROM \"2-17938337-3\" WHERE \"Player\" = 'Siim Ennemuist';"} +{"question_id": 12385, "table_id": "2-18156085-3", "question": "What Player has a To par less than 15 and a Total of 149?", "sql": "SELECT \"Player\" FROM \"2-18156085-3\" WHERE \"To par\" < 15.0 AND \"Total\" = 149.0;"} +{"question_id": 12386, "table_id": "2-18156085-3", "question": "What is the Year(s) won of the Player with a To par of 5?", "sql": "SELECT \"Year(s) won\" FROM \"2-18156085-3\" WHERE \"To par\" = 5.0;"} +{"question_id": 12387, "table_id": "2-1777797-1", "question": "What's the English word for Apfel?", "sql": "SELECT \"English\" FROM \"2-1777797-1\" WHERE \"German\" = 'Apfel';"} +{"question_id": 12388, "table_id": "2-1777797-1", "question": "What's the Dutch word for Apel?", "sql": "SELECT \"Dutch\" FROM \"2-1777797-1\" WHERE \"Crimean Gothic\" = 'Apel';"} +{"question_id": 12389, "table_id": "2-1777797-1", "question": "What's the Bible Gothic for the word Hand?", "sql": "SELECT \"Bible Gothic\" FROM \"2-1777797-1\" WHERE \"English\" = 'Hand';"} +{"question_id": 12390, "table_id": "2-1777797-1", "question": "What's the Icelandic word for Rain?", "sql": "SELECT \"Icelandic\" FROM \"2-1777797-1\" WHERE \"English\" = 'Rain';"} +{"question_id": 12391, "table_id": "2-1777797-1", "question": "What's the Icelandic word for the German word for Hand?", "sql": "SELECT \"Icelandic\" FROM \"2-1777797-1\" WHERE \"German\" = 'Hand';"} +{"question_id": 12392, "table_id": "2-18156085-4", "question": "What was the score for Nick Faldo?", "sql": "SELECT AVG(\"Score\") FROM \"2-18156085-4\" WHERE \"Player\" = 'Nick Faldo';"} +{"question_id": 12393, "table_id": "2-18156085-4", "question": "What is the score when the to par was –5, for Peter Jacobsen?", "sql": "SELECT SUM(\"Score\") FROM \"2-18156085-4\" WHERE \"To par\" = '–5' AND \"Player\" = 'Peter Jacobsen';"} +{"question_id": 12394, "table_id": "2-17873606-3", "question": "Which Run 4 has a Country of united states, and an Athlete of bree schaaf emily azevedo, and a Run 3 smaller than 58.04?", "sql": "SELECT SUM(\"Run 4\") FROM \"2-17873606-3\" WHERE \"Country\" = 'united states' AND \"Athlete\" = 'bree schaaf emily azevedo' AND \"Run 3\" < 58.04;"} +{"question_id": 12395, "table_id": "2-17873606-3", "question": "How much Run 2 has a Run 4 of 57.68, and a Run 3 smaller than 57.9?", "sql": "SELECT COUNT(\"Run 2\") FROM \"2-17873606-3\" WHERE \"Run 4\" = 57.68 AND \"Run 3\" < 57.9;"} +{"question_id": 12396, "table_id": "2-17873606-3", "question": "Which Run 4 has a Run 1 of 57.37, and a Run 3 smaller than 57.45?", "sql": "SELECT SUM(\"Run 4\") FROM \"2-17873606-3\" WHERE \"Run 1\" = 57.37 AND \"Run 3\" < 57.45;"} +{"question_id": 12397, "table_id": "2-17873606-3", "question": "Which Athlete has a Run 1 larger than 57.37, and a Run 4 smaller than 59.05, and a Run 3 of 58.08?", "sql": "SELECT \"Athlete\" FROM \"2-17873606-3\" WHERE \"Run 1\" > 57.37 AND \"Run 4\" < 59.05 AND \"Run 3\" = 58.08;"} +{"question_id": 12398, "table_id": "2-18170681-9", "question": "What is the total for the first exercise and has 18 as the second exercise?", "sql": "SELECT SUM(\"First Exercise\") FROM \"2-18170681-9\" WHERE \"Second Exercise\" = 18.0;"} +{"question_id": 12399, "table_id": "2-18036726-6", "question": "What is the to par of the player with a 68-67-75=210?", "sql": "SELECT \"To par\" FROM \"2-18036726-6\" WHERE \"Score\" = '68-67-75=210';"} +{"question_id": 12400, "table_id": "2-18036726-6", "question": "Who is the player with a 68-67-75=210 score?", "sql": "SELECT \"Player\" FROM \"2-18036726-6\" WHERE \"Score\" = '68-67-75=210';"} +{"question_id": 12401, "table_id": "2-18036726-6", "question": "Who is the player with a 70-68-74=212 score?", "sql": "SELECT \"Player\" FROM \"2-18036726-6\" WHERE \"Score\" = '70-68-74=212';"} +{"question_id": 12402, "table_id": "2-17982197-2", "question": "What is the highest Byes by anakie who has an Against smaller than 2275?", "sql": "SELECT MAX(\"Byes\") FROM \"2-17982197-2\" WHERE \"Geelong DFL\" = 'anakie' AND \"Against\" < 2275.0;"} +{"question_id": 12403, "table_id": "2-17633162-2", "question": "For entries with a lost of 5, what is the sum of the draw entry?", "sql": "SELECT SUM(\"Draw\") FROM \"2-17633162-2\" WHERE \"Lost\" = 5.0;"} +{"question_id": 12404, "table_id": "2-17633162-2", "question": "What is the lowest place with more than 26 goals scored, 18 goals conceded, and a draw entry of 6?", "sql": "SELECT MIN(\"Place\") FROM \"2-17633162-2\" WHERE \"Draw\" = 6.0 AND \"Goals Conceded\" = 18.0 AND \"Goals Scored\" > 26.0;"} +{"question_id": 12405, "table_id": "2-17633162-2", "question": "What is the highest place that has a draw entry smaller than 6 and goal score of 28?", "sql": "SELECT MAX(\"Place\") FROM \"2-17633162-2\" WHERE \"Goals Scored\" = 28.0 AND \"Draw\" < 6.0;"} +{"question_id": 12406, "table_id": "2-17633162-2", "question": "What is the lowest number of goals scored for the entry with goals conceded larger than 30, lost larger than 3, and fewer than 6 draws?", "sql": "SELECT MIN(\"Goals Scored\") FROM \"2-17633162-2\" WHERE \"Draw\" < 6.0 AND \"Lost\" > 3.0 AND \"Goals Conceded\" > 30.0;"} +{"question_id": 12407, "table_id": "2-18168647-1", "question": "What 7:30 has Tout le monde en parle as the 8:00?", "sql": "SELECT \"7:30\" FROM \"2-18168647-1\" WHERE \"8:00\" = 'Tout le monde en parle';"} +{"question_id": 12408, "table_id": "2-18168647-1", "question": "What 7:00 has Movies as the 9:00?", "sql": "SELECT \"7:00\" FROM \"2-18168647-1\" WHERE \"9:00\" = 'Movies';"} +{"question_id": 12409, "table_id": "2-18168647-1", "question": "What 7:00 has Movies & Specials as the 9:30?", "sql": "SELECT \"7:00\" FROM \"2-18168647-1\" WHERE \"9:30\" = 'Movies & Specials';"} +{"question_id": 12410, "table_id": "2-18168647-1", "question": "What 8:30 has E! Specials as the 9:30?", "sql": "SELECT \"8:30\" FROM \"2-18168647-1\" WHERE \"9:30\" = 'E! Specials';"} +{"question_id": 12411, "table_id": "2-18191407-18", "question": "What was the shooter when the rank points was Olympic bronze medalist?", "sql": "SELECT \"Shooter\" FROM \"2-18191407-18\" WHERE \"Rank points\" = 'Olympic bronze medalist';"} +{"question_id": 12412, "table_id": "2-18191407-18", "question": "What were the rank points when the score was 7 and the total was 15?", "sql": "SELECT \"Rank points\" FROM \"2-18191407-18\" WHERE \"Total\" = '15' AND \"Score points\" = '7';"} +{"question_id": 12413, "table_id": "2-18191407-18", "question": "What were the rank points when the total was 11?", "sql": "SELECT \"Rank points\" FROM \"2-18191407-18\" WHERE \"Total\" = '11';"} +{"question_id": 12414, "table_id": "2-18127126-3", "question": "What is the smallest number of silver medals for a nation with fewer than 1 bronze?", "sql": "SELECT MIN(\"Silver\") FROM \"2-18127126-3\" WHERE \"Bronze\" < 1.0;"} +{"question_id": 12415, "table_id": "2-18127126-3", "question": "How many gold medals for the nation ranked 6?", "sql": "SELECT \"Gold\" FROM \"2-18127126-3\" WHERE \"Rank\" = '6';"} +{"question_id": 12416, "table_id": "2-18111054-1", "question": "Name the District which has a Reserved for ( SC / ST /None) of SC?", "sql": "SELECT \"District\" FROM \"2-18111054-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'SC';"} +{"question_id": 12417, "table_id": "2-18111054-1", "question": "Name the District that has a Reserved for ( SC / ST /None) of None and a Constituency number of 242?", "sql": "SELECT \"District\" FROM \"2-18111054-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'None' AND \"Constituency number\" = '242';"} +{"question_id": 12418, "table_id": "2-18111054-1", "question": "Name the Number of electorates (2009 which has a Reserved for ( SC / ST /None) of None, and a Name of Jahanabad?", "sql": "SELECT MIN(\"Number of electorates (2009)\") FROM \"2-18111054-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'None' AND \"Name\" = 'Jahanabad';"} +{"question_id": 12419, "table_id": "2-18111054-1", "question": "Count the Number of electorates (2009) that has a District of Fatehpur and Jahanabad?", "sql": "SELECT SUM(\"Number of electorates (2009)\") FROM \"2-18111054-1\" WHERE \"District\" = 'Fatehpur' AND \"Name\" = 'Jahanabad';"} +{"question_id": 12420, "table_id": "2-18285768-11", "question": "What Score has a Date of 11 September 2010?", "sql": "SELECT \"Score\" FROM \"2-18285768-11\" WHERE \"Date\" = '11 September 2010';"} +{"question_id": 12421, "table_id": "2-18285768-11", "question": "What Date has an Outcome of Runner Up, and a Partner of Tyra Calderwood?", "sql": "SELECT \"Date\" FROM \"2-18285768-11\" WHERE \"Outcome\" = 'Runner Up' AND \"Partner\" = 'Tyra Calderwood';"} +{"question_id": 12422, "table_id": "2-18285768-11", "question": "What Score has a Tournament of Tanjung Selor, Indonesia?", "sql": "SELECT \"Score\" FROM \"2-18285768-11\" WHERE \"Tournament\" = 'Tanjung Selor, Indonesia';"} +{"question_id": 12423, "table_id": "2-18285768-11", "question": "What Date has Opponents of Sun Shengnan Han Xinyun?", "sql": "SELECT \"Date\" FROM \"2-18285768-11\" WHERE \"Opponents\" = 'Sun Shengnan Han Xinyun';"} +{"question_id": 12424, "table_id": "2-18018214-4", "question": "What is the highest position of club lietava-2 jonava, which has more than 12 points and more than 7 wins?", "sql": "SELECT MAX(\"Position\") FROM \"2-18018214-4\" WHERE \"Points\" > 12.0 AND \"Club\" = 'lietava-2 jonava' AND \"Wins\" > 7.0;"} +{"question_id": 12425, "table_id": "2-18018214-4", "question": "What is the total number of goals of the club with 4 wins and less than 0 draws?", "sql": "SELECT COUNT(\"Goals conceded\") FROM \"2-18018214-4\" WHERE \"Wins\" = 4.0 AND \"Draws\" < 0.0;"} +{"question_id": 12426, "table_id": "2-18018214-4", "question": "What is the total number of games played of the club with less than 40 goals scored, 9 losses, 39 goals conceded, and more than 2 draws?", "sql": "SELECT COUNT(\"Games played\") FROM \"2-18018214-4\" WHERE \"Goals scored\" < 40.0 AND \"Loses\" = 9.0 AND \"Goals conceded\" = 39.0 AND \"Draws\" > 2.0;"} +{"question_id": 12427, "table_id": "2-18018214-4", "question": "What is the total number of goals scored of the club with more than 3 draws, more than 1 loses, and less than 26 points?", "sql": "SELECT COUNT(\"Goals scored\") FROM \"2-18018214-4\" WHERE \"Draws\" > 3.0 AND \"Loses\" > 1.0 AND \"Points\" < 26.0;"} +{"question_id": 12428, "table_id": "2-18018214-4", "question": "What is the sum of the position with less than 0 draws?", "sql": "SELECT SUM(\"Position\") FROM \"2-18018214-4\" WHERE \"Draws\" < 0.0;"} +{"question_id": 12429, "table_id": "2-17751837-2", "question": "What is Home Team, when Tie No is \"7\"?", "sql": "SELECT \"Home team\" FROM \"2-17751837-2\" WHERE \"Tie no\" = '7';"} +{"question_id": 12430, "table_id": "2-17751837-2", "question": "What is Home Team, when Away Team is \"Brentford\"?", "sql": "SELECT \"Home team\" FROM \"2-17751837-2\" WHERE \"Away team\" = 'Brentford';"} +{"question_id": 12431, "table_id": "2-17751837-2", "question": "What is Home Team, when Date is \"6 December 1986\", and when Tie No is \"4\"?", "sql": "SELECT \"Home team\" FROM \"2-17751837-2\" WHERE \"Date\" = '6 December 1986' AND \"Tie no\" = '4';"} +{"question_id": 12432, "table_id": "2-17751837-2", "question": "What is Date, when Home Team is \"Chester City\"?", "sql": "SELECT \"Date\" FROM \"2-17751837-2\" WHERE \"Home team\" = 'Chester City';"} +{"question_id": 12433, "table_id": "2-17751837-2", "question": "What is Tie no, when Home Team is \"Gillingham\"?", "sql": "SELECT \"Tie no\" FROM \"2-17751837-2\" WHERE \"Home team\" = 'Gillingham';"} +{"question_id": 12434, "table_id": "2-18155811-1", "question": "From what Country is T2 Finish Player Gary Player?", "sql": "SELECT \"Country\" FROM \"2-18155811-1\" WHERE \"Finish\" = 'T2' AND \"Player\" = 'Gary Player';"} +{"question_id": 12435, "table_id": "2-18155811-1", "question": "What is the total for the player with a Finish of T39?", "sql": "SELECT \"Total\" FROM \"2-18155811-1\" WHERE \"Finish\" = 'T39';"} +{"question_id": 12436, "table_id": "2-18155811-1", "question": "What is the Finish of the Player with a Total of 273?", "sql": "SELECT \"Finish\" FROM \"2-18155811-1\" WHERE \"Total\" = 273.0;"} +{"question_id": 12437, "table_id": "2-18155811-1", "question": "What is the To par of the player with a Finish of T20?", "sql": "SELECT \"To par\" FROM \"2-18155811-1\" WHERE \"Finish\" = 'T20';"} +{"question_id": 12438, "table_id": "2-17732555-5", "question": "Which byes are high when losses are larger than 7, wins smaller than 6, and draws are smaller than 0?", "sql": "SELECT MAX(\"Byes\") FROM \"2-17732555-5\" WHERE \"Losses\" > 7.0 AND \"Wins\" < 6.0 AND \"Draws\" < 0.0;"} +{"question_id": 12439, "table_id": "2-17732555-5", "question": "What is the sum of losses when draws are larger than 0?", "sql": "SELECT COUNT(\"Losses\") FROM \"2-17732555-5\" WHERE \"Draws\" > 0.0;"} +{"question_id": 12440, "table_id": "2-17732555-5", "question": "What draws are the lowest when wins are larger than 18?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17732555-5\" WHERE \"Wins\" > 18.0;"} +{"question_id": 12441, "table_id": "2-17732555-5", "question": "What is the sum of byes when wins are 8, and losses are larger than 10?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-17732555-5\" WHERE \"Wins\" = 8.0 AND \"Losses\" > 10.0;"} +{"question_id": 12442, "table_id": "2-17732555-5", "question": "Which against has the lowest when byes are larger than 0?", "sql": "SELECT MIN(\"Against\") FROM \"2-17732555-5\" WHERE \"Byes\" > 0.0;"} +{"question_id": 12443, "table_id": "2-17732555-5", "question": "What are the highest losses when byes are larger than 0?", "sql": "SELECT MAX(\"Losses\") FROM \"2-17732555-5\" WHERE \"Byes\" > 0.0;"} +{"question_id": 12444, "table_id": "2-17689800-3", "question": "Which player was previously on the New York Knicks?", "sql": "SELECT \"Player\" FROM \"2-17689800-3\" WHERE \"Previous team\" = 'New York Knicks';"} +{"question_id": 12445, "table_id": "2-17689800-3", "question": "What is the nationality of the player with 2 years of NBA experience for the previously played for the Los Angeles Lakers?", "sql": "SELECT \"Nationality\" FROM \"2-17689800-3\" WHERE \"Years of NBA experience [a ]\" = 2.0 AND \"Previous team\" = 'Los Angeles Lakers';"} +{"question_id": 12446, "table_id": "2-17781886-1", "question": "What is the result when attendance is larger than 31001, at Bears Stadium, in week 4?", "sql": "SELECT \"Result\" FROM \"2-17781886-1\" WHERE \"Attendance\" > 31001.0 AND \"Game site\" = 'Bears Stadium' AND \"Week\" = 4.0;"} +{"question_id": 12447, "table_id": "2-17781886-1", "question": "What is the Record in a week later than 7 against the San Diego Chargers?", "sql": "SELECT \"Record\" FROM \"2-17781886-1\" WHERE \"Week\" > 7.0 AND \"Opponent\" = 'San Diego Chargers';"} +{"question_id": 12448, "table_id": "2-17781886-1", "question": "What is the result week 1?", "sql": "SELECT \"Result\" FROM \"2-17781886-1\" WHERE \"Week\" = 1.0;"} +{"question_id": 12449, "table_id": "2-17781886-1", "question": "What is the lowest attendance on October 3, 1965?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17781886-1\" WHERE \"Date\" = 'October 3, 1965';"} +{"question_id": 12450, "table_id": "2-18361034-2", "question": "What aRe the manuals with a kind of R, and an opus of 144?", "sql": "SELECT \"manuals\" FROM \"2-18361034-2\" WHERE \"kind\" = 'R' AND \"opus\" = '144';"} +{"question_id": 12451, "table_id": "2-18361034-2", "question": "What are the manuals with an opus of 147?", "sql": "SELECT \"manuals\" FROM \"2-18361034-2\" WHERE \"opus\" = '147';"} +{"question_id": 12452, "table_id": "2-18361034-2", "question": "What kind is in the year 1978 and a manual of II/P?", "sql": "SELECT \"kind\" FROM \"2-18361034-2\" WHERE \"year\" = '1978' AND \"manuals\" = 'II/P';"} +{"question_id": 12453, "table_id": "2-18361034-2", "question": "What manuals have the opus of 135?", "sql": "SELECT \"manuals\" FROM \"2-18361034-2\" WHERE \"opus\" = '135';"} +{"question_id": 12454, "table_id": "2-18361034-2", "question": "What year was it the town of Eugene?", "sql": "SELECT \"year\" FROM \"2-18361034-2\" WHERE \"town\" = 'Eugene';"} +{"question_id": 12455, "table_id": "2-18361034-2", "question": "What town has 15 stops and a NB kind?", "sql": "SELECT \"town\" FROM \"2-18361034-2\" WHERE \"stops\" = '15' AND \"kind\" = 'NB';"} +{"question_id": 12456, "table_id": "2-18139722-3", "question": "In which district is Anna University - Tiruchirappalli Campus, whose website is http://www.annauniv.edu, located?", "sql": "SELECT \"District\" FROM \"2-18139722-3\" WHERE \"Weblink\" = 'http://www.annauniv.edu' AND \"College or Campus Name\" = 'Anna University - Tiruchirappalli Campus';"} +{"question_id": 12457, "table_id": "2-18139722-3", "question": "In what year was Anna University - Panruti Campus established?", "sql": "SELECT SUM(\"Estd\") FROM \"2-18139722-3\" WHERE \"College or Campus Name\" = 'Anna University - Panruti Campus';"} +{"question_id": 12458, "table_id": "2-18139722-3", "question": "Which district was established in 1942?", "sql": "SELECT \"District\" FROM \"2-18139722-3\" WHERE \"Estd\" = 1942.0;"} +{"question_id": 12459, "table_id": "2-18139722-3", "question": "What is the affiliation for the Cuddalore district?", "sql": "SELECT \"Affiliation\" FROM \"2-18139722-3\" WHERE \"District\" = 'Cuddalore district';"} +{"question_id": 12460, "table_id": "2-18139722-3", "question": "Which College or campus has a website of http://www.aucev.edu.in/?", "sql": "SELECT \"College or Campus Name\" FROM \"2-18139722-3\" WHERE \"Weblink\" = 'http://www.aucev.edu.in/';"} +{"question_id": 12461, "table_id": "2-18207694-1", "question": "What is the name of the available Rock single/pack by REO Speedwagon?", "sql": "SELECT \"Single / Pack name\" FROM \"2-18207694-1\" WHERE \"Genre\" = 'Rock' AND \"Artist\" = 'REO Speedwagon';"} +{"question_id": 12462, "table_id": "2-1806946-4", "question": "What is the highest gold with 1 silver, and more than 1 altogether?", "sql": "SELECT MAX(\"Gold\") FROM \"2-1806946-4\" WHERE \"Silver\" = 1.0 AND \"Total\" > 1.0;"} +{"question_id": 12463, "table_id": "2-18186168-5", "question": "What is the latest year when the best finish is 2 and the scoring average is less than 71.24?", "sql": "SELECT MAX(\"Year\") FROM \"2-18186168-5\" WHERE \"Best finish\" = '2' AND \"Scoring average\" < 71.24;"} +{"question_id": 12464, "table_id": "2-18186168-5", "question": "What was the average scoring the the top 10s is 4?", "sql": "SELECT AVG(\"Scoring average\") FROM \"2-18186168-5\" WHERE \"Top 10s\" = 4.0;"} +{"question_id": 12465, "table_id": "2-18135501-3", "question": "What is the country of the player with a score less than 68?", "sql": "SELECT \"Country\" FROM \"2-18135501-3\" WHERE \"Score\" < 68.0;"} +{"question_id": 12466, "table_id": "2-17938457-8", "question": "What is the type for Duke when the from is 512 BC?", "sql": "SELECT \"Type\" FROM \"2-17938457-8\" WHERE \"Title\" = 'Duke' AND \"From\" = '512 BC';"} +{"question_id": 12467, "table_id": "2-17938457-8", "question": "What state is Ding and has a royal house of Ji?", "sql": "SELECT \"State\" FROM \"2-17938457-8\" WHERE \"Royal house\" = 'Ji' AND \"Name\" = 'Ding';"} +{"question_id": 12468, "table_id": "2-17938457-8", "question": "Which name has a state of Yan?", "sql": "SELECT \"Name\" FROM \"2-17938457-8\" WHERE \"State\" = 'Yan';"} +{"question_id": 12469, "table_id": "2-17938457-8", "question": "Which state has a royal house of Ying?", "sql": "SELECT \"State\" FROM \"2-17938457-8\" WHERE \"Royal house\" = 'Ying';"} +{"question_id": 12470, "table_id": "2-17938457-8", "question": "Which state has a royal house of Jiang?", "sql": "SELECT \"State\" FROM \"2-17938457-8\" WHERE \"Royal house\" = 'Jiang';"} +{"question_id": 12471, "table_id": "2-17774593-5", "question": "How tall is the person born on 1976-12-27?", "sql": "SELECT \"Height\" FROM \"2-17774593-5\" WHERE \"Date of Birth\" = '1976-12-27';"} +{"question_id": 12472, "table_id": "2-17774593-5", "question": "What is the birth date of a member of the Club of BVSC Vízilabda?", "sql": "SELECT \"Date of Birth\" FROM \"2-17774593-5\" WHERE \"Club\" = 'BVSC Vízilabda';"} +{"question_id": 12473, "table_id": "2-17774593-5", "question": "Who has the height of m (ft 9in) and was born on 1980-03-05?", "sql": "SELECT \"Name\" FROM \"2-17774593-5\" WHERE \"Height\" = 'm (ft 9in)' AND \"Date of Birth\" = '1980-03-05';"} +{"question_id": 12474, "table_id": "2-17774593-5", "question": "Who has a Height of Head Coach: Tamás Faragó?", "sql": "SELECT \"Name\" FROM \"2-17774593-5\" WHERE \"Height\" = 'Head Coach: Tamás Faragó';"} +{"question_id": 12475, "table_id": "2-18278547-4", "question": "What is the highest Pick, when Nationality is \"france\", and when Draft is less than 1979?", "sql": "SELECT MAX(\"Pick\") FROM \"2-18278547-4\" WHERE \"Nationality\" = 'france' AND \"Draft\" < 1979.0;"} +{"question_id": 12476, "table_id": "2-18278547-4", "question": "What is the sum of Draft, when Round is greater than 9?", "sql": "SELECT SUM(\"Draft\") FROM \"2-18278547-4\" WHERE \"Round\" > 9.0;"} +{"question_id": 12477, "table_id": "2-18278547-4", "question": "What is the highest Round, when Draft is greater than 1980, and when Player is \"Shane Doan Category:Articles with hCards\"?", "sql": "SELECT MAX(\"Round\") FROM \"2-18278547-4\" WHERE \"Draft\" > 1980.0 AND \"Player\" = 'Shane Doan Category:Articles with hCards';"} +{"question_id": 12478, "table_id": "2-18278547-4", "question": "What is the lowest Draft, when Nationality is \"canada\", when Player is \"shane doan category:articles with hcards\", and when Round is less than 1?", "sql": "SELECT MIN(\"Draft\") FROM \"2-18278547-4\" WHERE \"Nationality\" = 'canada' AND \"Player\" = 'shane doan category:articles with hcards' AND \"Round\" < 1.0;"} +{"question_id": 12479, "table_id": "2-18278547-4", "question": "What is the lowest Draft, when Player is \"Dave Christian Category:Articles with hCards\"?", "sql": "SELECT MIN(\"Draft\") FROM \"2-18278547-4\" WHERE \"Player\" = 'Dave Christian Category:Articles with hCards';"} +{"question_id": 12480, "table_id": "2-1805191-11", "question": "What party has the district Georgia 7?", "sql": "SELECT \"Party\" FROM \"2-1805191-11\" WHERE \"District\" = 'Georgia 7';"} +{"question_id": 12481, "table_id": "2-1805191-11", "question": "Which district has an incumbent of Sanford Bishop?", "sql": "SELECT \"District\" FROM \"2-1805191-11\" WHERE \"Incumbent\" = 'Sanford Bishop';"} +{"question_id": 12482, "table_id": "2-17751846-1", "question": "What is the Score of the Hereford United Away game?", "sql": "SELECT \"Score\" FROM \"2-17751846-1\" WHERE \"Away team\" = 'Hereford United';"} +{"question_id": 12483, "table_id": "2-17751846-1", "question": "What is the Home team of the Lincoln City Away game?", "sql": "SELECT \"Home team\" FROM \"2-17751846-1\" WHERE \"Away team\" = 'Lincoln City';"} +{"question_id": 12484, "table_id": "2-17751846-1", "question": "What is the Away team at Bristol Rovers' Home game?", "sql": "SELECT \"Away team\" FROM \"2-17751846-1\" WHERE \"Home team\" = 'Bristol Rovers';"} +{"question_id": 12485, "table_id": "2-17751846-1", "question": "What is the Away team at Mansfield Town's Home game?", "sql": "SELECT \"Away team\" FROM \"2-17751846-1\" WHERE \"Home team\" = 'Mansfield Town';"} +{"question_id": 12486, "table_id": "2-17751846-1", "question": "What is the Tie no at the Hull City Home game with a Score of 1–1?", "sql": "SELECT \"Tie no\" FROM \"2-17751846-1\" WHERE \"Score\" = '1–1' AND \"Home team\" = 'Hull City';"} +{"question_id": 12487, "table_id": "2-17982205-2", "question": "Which Byes have an Against larger than 1235, and Losses smaller than 10, and Wins larger than 7?", "sql": "SELECT MAX(\"Byes\") FROM \"2-17982205-2\" WHERE \"Against\" > 1235.0 AND \"Losses\" < 10.0 AND \"Wins\" > 7.0;"} +{"question_id": 12488, "table_id": "2-17982205-2", "question": "Which Losses have an Against smaller than 1464, and Draws smaller than 1, and Wins larger than 7?", "sql": "SELECT MIN(\"Losses\") FROM \"2-17982205-2\" WHERE \"Against\" < 1464.0 AND \"Draws\" < 1.0 AND \"Wins\" > 7.0;"} +{"question_id": 12489, "table_id": "2-17982205-2", "question": "Which Draws have a Lexton Plains of skipton, and an Against larger than 1212?", "sql": "SELECT MAX(\"Draws\") FROM \"2-17982205-2\" WHERE \"Lexton Plains\" = 'skipton' AND \"Against\" > 1212.0;"} +{"question_id": 12490, "table_id": "2-17982205-2", "question": "Which against has 14 losses?", "sql": "SELECT \"Against\" FROM \"2-17982205-2\" WHERE \"Losses\" = 14.0;"} +{"question_id": 12491, "table_id": "2-17991748-6", "question": "What is S.K. Ho's Country?", "sql": "SELECT \"Country\" FROM \"2-17991748-6\" WHERE \"Player\" = 'S.K. Ho';"} +{"question_id": 12492, "table_id": "2-17991748-6", "question": "What Player has a Place of 2?", "sql": "SELECT \"Player\" FROM \"2-17991748-6\" WHERE \"Place\" = '2';"} +{"question_id": 12493, "table_id": "2-17991748-6", "question": "From what Country is Gary Evans?", "sql": "SELECT \"Country\" FROM \"2-17991748-6\" WHERE \"Player\" = 'Gary Evans';"} +{"question_id": 12494, "table_id": "2-17991748-6", "question": "What is the Country of the Player with a To par of +1 and a Score of 74-70-70=214?", "sql": "SELECT \"Country\" FROM \"2-17991748-6\" WHERE \"To par\" = '+1' AND \"Score\" = '74-70-70=214';"} +{"question_id": 12495, "table_id": "2-17991748-6", "question": "What is the Place of the Player with a Score of 69-72-72=213?", "sql": "SELECT \"Place\" FROM \"2-17991748-6\" WHERE \"Score\" = '69-72-72=213';"} +{"question_id": 12496, "table_id": "2-17972136-1", "question": "What was the result on September 20?", "sql": "SELECT \"Result\" FROM \"2-17972136-1\" WHERE \"Date\" = 'September 20';"} +{"question_id": 12497, "table_id": "2-18048776-2", "question": "The golfer who won in 1993 had what total has his total?", "sql": "SELECT SUM(\"Total\") FROM \"2-18048776-2\" WHERE \"Year(s) won\" = '1993';"} +{"question_id": 12498, "table_id": "2-18048776-2", "question": "When the finish is T27 what is the year (s) won?", "sql": "SELECT \"Year(s) won\" FROM \"2-18048776-2\" WHERE \"Finish\" = 'T27';"} +{"question_id": 12499, "table_id": "2-18048776-2", "question": "What total average has 1988 has the year (s) won?", "sql": "SELECT AVG(\"Total\") FROM \"2-18048776-2\" WHERE \"Year(s) won\" = '1988';"} +{"question_id": 12500, "table_id": "2-18048776-2", "question": "In what place did Bob Tway finish?", "sql": "SELECT \"Finish\" FROM \"2-18048776-2\" WHERE \"Player\" = 'Bob Tway';"} +{"question_id": 12501, "table_id": "2-17982145-1", "question": "What is the smallest draws for Byes less than 4?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17982145-1\" WHERE \"Byes\" < 4.0;"} +{"question_id": 12502, "table_id": "2-17982145-1", "question": "When losses is 6 and draws is more than 0, what is the greatest byes?", "sql": "SELECT MAX(\"Byes\") FROM \"2-17982145-1\" WHERE \"Losses\" = 6.0 AND \"Draws\" > 0.0;"} +{"question_id": 12503, "table_id": "2-17982145-1", "question": "When Benall DFL is goorambat with less than 13 wins, what is the least amount of losses?", "sql": "SELECT MIN(\"Losses\") FROM \"2-17982145-1\" WHERE \"Benalla DFL\" = 'goorambat' AND \"Wins\" < 13.0;"} +{"question_id": 12504, "table_id": "2-17982145-1", "question": "When Benalla DFL is swanpool with less than 16 losses, what is the sum of Byes?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-17982145-1\" WHERE \"Benalla DFL\" = 'swanpool' AND \"Losses\" < 16.0;"} +{"question_id": 12505, "table_id": "2-17982145-1", "question": "What is the most wins for draws greater than 0?", "sql": "SELECT MAX(\"Wins\") FROM \"2-17982145-1\" WHERE \"Draws\" > 0.0;"} +{"question_id": 12506, "table_id": "2-18207096-2", "question": "What day did the Raiders score 17?", "sql": "SELECT \"Date\" FROM \"2-18207096-2\" WHERE \"Raiders points\" = 17.0;"} +{"question_id": 12507, "table_id": "2-18207096-2", "question": "What was the streak for the game after 8 on Nov 22?", "sql": "SELECT \"Streak\" FROM \"2-18207096-2\" WHERE \"Game\" > 8.0 AND \"Date\" = 'Nov 22';"} +{"question_id": 12508, "table_id": "2-18255941-31", "question": "What is the total Goals with a Rank smaller than 10, a Name of nicolas anelka, and Appearances larger than 9?", "sql": "SELECT SUM(\"Goals\") FROM \"2-18255941-31\" WHERE \"Rank\" < 10.0 AND \"Name\" = 'nicolas anelka' AND \"Appearances\" > 9.0;"} +{"question_id": 12509, "table_id": "2-18255941-31", "question": "What is the total Goals with Rank larger than 10?", "sql": "SELECT SUM(\"Goals\") FROM \"2-18255941-31\" WHERE \"Rank\" > 10.0;"} +{"question_id": 12510, "table_id": "2-18255941-31", "question": "What is the greatest Goals with a Name of Samuel Eto'o?", "sql": "SELECT MAX(\"Goals\") FROM \"2-18255941-31\" WHERE \"Name\" = 'Samuel Eto''o';"} +{"question_id": 12511, "table_id": "2-18255941-31", "question": "What Rank has a Team of Roma?", "sql": "SELECT \"Rank\" FROM \"2-18255941-31\" WHERE \"Team\" = 'Roma';"} +{"question_id": 12512, "table_id": "2-18139254-5", "question": "What is the Country of the Player with a To par of +1 and a Score of 72-71=143?", "sql": "SELECT \"Country\" FROM \"2-18139254-5\" WHERE \"To par\" = '+1' AND \"Score\" = '72-71=143';"} +{"question_id": 12513, "table_id": "2-18139254-5", "question": "What is Bob Tway's To par?", "sql": "SELECT \"To par\" FROM \"2-18139254-5\" WHERE \"Player\" = 'Bob Tway';"} +{"question_id": 12514, "table_id": "2-18139254-7", "question": "What is the to par when the score is 73-69-67-74=283?", "sql": "SELECT \"To par\" FROM \"2-18139254-7\" WHERE \"Score\" = '73-69-67-74=283';"} +{"question_id": 12515, "table_id": "2-17703223-8", "question": "What is the lowest weight snatched for a lifter who had a clean and jerk less than 185?", "sql": "SELECT MIN(\"Snatch\") FROM \"2-17703223-8\" WHERE \"Clean & Jerk\" < 185.0;"} +{"question_id": 12516, "table_id": "2-17928023-1", "question": "Which Record has a Result of L 13–30?", "sql": "SELECT \"Record\" FROM \"2-17928023-1\" WHERE \"Result\" = 'L 13–30';"} +{"question_id": 12517, "table_id": "2-17928023-1", "question": "Which Opponent has a Week larger than 3, and a Game site of Mile High Stadium, and a Record of 3–3?", "sql": "SELECT \"Opponent\" FROM \"2-17928023-1\" WHERE \"Week\" > 3.0 AND \"Game site\" = 'Mile High Stadium' AND \"Record\" = '3–3';"} +{"question_id": 12518, "table_id": "2-1805191-2", "question": "What is the most recent year for a first elected Republican?", "sql": "SELECT MAX(\"First elected\") FROM \"2-1805191-2\" WHERE \"Party\" = 'Republican';"} +{"question_id": 12519, "table_id": "2-1805191-2", "question": "What is the first elected for Jo Bonner?", "sql": "SELECT MIN(\"First elected\") FROM \"2-1805191-2\" WHERE \"Incumbent\" = 'Jo Bonner';"} +{"question_id": 12520, "table_id": "2-1805191-6", "question": "What is the party of the California 35 district?", "sql": "SELECT \"Party\" FROM \"2-1805191-6\" WHERE \"District\" = 'California 35';"} +{"question_id": 12521, "table_id": "2-1805191-6", "question": "What is the earliest first elected date of incumbent Howard McKeon?", "sql": "SELECT MIN(\"First elected\") FROM \"2-1805191-6\" WHERE \"Incumbent\" = 'Howard McKeon';"} +{"question_id": 12522, "table_id": "2-1805191-6", "question": "What district has a Democratic party?", "sql": "SELECT \"District\" FROM \"2-1805191-6\" WHERE \"Party\" = 'Democratic';"} +{"question_id": 12523, "table_id": "2-18289217-7", "question": "which Streak has a Location/Attendance of Staples Center, and a Score of 67–89?", "sql": "SELECT \"Streak\" FROM \"2-18289217-7\" WHERE \"Location/Attendance\" = 'Staples Center' AND \"Score\" = '67–89';"} +{"question_id": 12524, "table_id": "2-18289217-7", "question": "Which game is on Mar 12?", "sql": "SELECT AVG(\"Game\") FROM \"2-18289217-7\" WHERE \"Date\" = 'Mar 12';"} +{"question_id": 12525, "table_id": "2-18289217-7", "question": "Which Opponent is on Mar 10?", "sql": "SELECT \"Opponent\" FROM \"2-18289217-7\" WHERE \"Date\" = 'Mar 10';"} +{"question_id": 12526, "table_id": "2-18289217-7", "question": "Which Streak is in New Orleans Arena and a Record of 31–33?", "sql": "SELECT \"Streak\" FROM \"2-18289217-7\" WHERE \"Location/Attendance\" = 'New Orleans Arena' AND \"Record\" = '31–33';"} +{"question_id": 12527, "table_id": "2-18289217-7", "question": "Which Game has an Opponent of Phoenix Suns?", "sql": "SELECT \"Game\" FROM \"2-18289217-7\" WHERE \"Opponent\" = 'Phoenix Suns';"} +{"question_id": 12528, "table_id": "2-18289217-7", "question": "Which Opponent has a Score of 92–93?", "sql": "SELECT \"Opponent\" FROM \"2-18289217-7\" WHERE \"Score\" = '92–93';"} +{"question_id": 12529, "table_id": "2-18164650-6", "question": "What is the country of the player whose score is 71-69-70-69=279?", "sql": "SELECT \"Country\" FROM \"2-18164650-6\" WHERE \"Score\" = '71-69-70-69=279';"} +{"question_id": 12530, "table_id": "2-17894703-1", "question": "WHAT IS THE DIRECTOR WITH FILM Hope and Pain?", "sql": "SELECT \"Director\" FROM \"2-17894703-1\" WHERE \"Film title used in nomination\" = 'Hope and Pain';"} +{"question_id": 12531, "table_id": "2-17894703-1", "question": "WHAT IS THE RESULT WITH FILM Lake of Tears?", "sql": "SELECT \"Result\" FROM \"2-17894703-1\" WHERE \"Film title used in nomination\" = 'Lake of Tears';"} +{"question_id": 12532, "table_id": "2-18332184-1", "question": "Which Opponent has a Date of September 20, 1992?", "sql": "SELECT \"Opponent\" FROM \"2-18332184-1\" WHERE \"Date\" = 'September 20, 1992';"} +{"question_id": 12533, "table_id": "2-18332184-1", "question": "Which Week has Attendance of 71,740?", "sql": "SELECT SUM(\"Week\") FROM \"2-18332184-1\" WHERE \"Attendance\" = '71,740';"} +{"question_id": 12534, "table_id": "2-18332184-1", "question": "Which Week has a Date of October 4, 1992?", "sql": "SELECT MAX(\"Week\") FROM \"2-18332184-1\" WHERE \"Date\" = 'October 4, 1992';"} +{"question_id": 12535, "table_id": "2-18332184-1", "question": "Which Opponent has Attendance of 71,740?", "sql": "SELECT \"Opponent\" FROM \"2-18332184-1\" WHERE \"Attendance\" = '71,740';"} +{"question_id": 12536, "table_id": "2-1834704-2", "question": "What 1976 has a 1978 of Grand Slam tournaments?", "sql": "SELECT \"1976\" FROM \"2-1834704-2\" WHERE \"1978\" = 'Grand Slam tournaments';"} +{"question_id": 12537, "table_id": "2-1834704-2", "question": "What 1978 has a 1976 of 62%?", "sql": "SELECT \"1978\" FROM \"2-1834704-2\" WHERE \"1976\" = '62%';"} +{"question_id": 12538, "table_id": "2-1834704-2", "question": "What 1984 has a 1978 of 46–15?", "sql": "SELECT \"1984\" FROM \"2-1834704-2\" WHERE \"1978\" = '46–15';"} +{"question_id": 12539, "table_id": "2-1834704-2", "question": "What 1973 has a 1978 of 75%?", "sql": "SELECT \"1973\" FROM \"2-1834704-2\" WHERE \"1978\" = '75%';"} +{"question_id": 12540, "table_id": "2-1834704-2", "question": "What 1983 has a 1975 of Career statistics?", "sql": "SELECT \"1983\" FROM \"2-1834704-2\" WHERE \"1975\" = 'Career statistics';"} +{"question_id": 12541, "table_id": "2-1834704-2", "question": "What 1976 has a Tournament of Overall Win – Loss?", "sql": "SELECT \"1976\" FROM \"2-1834704-2\" WHERE \"Tournament\" = 'Overall Win – Loss';"} +{"question_id": 12542, "table_id": "2-17716320-2", "question": "What is the highest Wins, when Goals For is greater than 39, and when Points is less than 25?", "sql": "SELECT MAX(\"Wins\") FROM \"2-17716320-2\" WHERE \"Goals for\" > 39.0 AND \"Points\" < 25.0;"} +{"question_id": 12543, "table_id": "2-17716320-2", "question": "What is the total number of Goals For, when Losses is greater than 16?", "sql": "SELECT COUNT(\"Goals for\") FROM \"2-17716320-2\" WHERE \"Losses\" > 16.0;"} +{"question_id": 12544, "table_id": "2-17716320-2", "question": "What is the average Position, when Goal Difference is \"17\", and when Wins is greater than 13?", "sql": "SELECT AVG(\"Position\") FROM \"2-17716320-2\" WHERE \"Goal Difference\" = 17.0 AND \"Wins\" > 13.0;"} +{"question_id": 12545, "table_id": "2-17716320-2", "question": "What is the lowest Goals For, when Draws is less than 4, and when Points is less than 27?", "sql": "SELECT MIN(\"Goals for\") FROM \"2-17716320-2\" WHERE \"Draws\" < 4.0 AND \"Points\" < 27.0;"} +{"question_id": 12546, "table_id": "2-17858093-1", "question": "What is the smallest capacity for Bursa?", "sql": "SELECT MIN(\"Capacity\") FROM \"2-17858093-1\" WHERE \"City\" = 'Bursa';"} +{"question_id": 12547, "table_id": "2-17858093-1", "question": "What is the last year when capacity was larger than 2250, for Bandırma Banvit?", "sql": "SELECT \"Last Year\" FROM \"2-17858093-1\" WHERE \"Capacity\" > 2250.0 AND \"Club\" = 'Bandırma Banvit';"} +{"question_id": 12548, "table_id": "2-17858093-1", "question": "What city is Kara Ali Acar Sport Hall located in?", "sql": "SELECT \"City\" FROM \"2-17858093-1\" WHERE \"Arena\" = 'Kara Ali Acar Sport Hall';"} +{"question_id": 12549, "table_id": "2-17858093-1", "question": "What is the capacity of Bandırma Banvit?", "sql": "SELECT AVG(\"Capacity\") FROM \"2-17858093-1\" WHERE \"Club\" = 'Bandırma Banvit';"} +{"question_id": 12550, "table_id": "2-18354377-1", "question": "What was the venue that had 5000 m after 2009?", "sql": "SELECT \"Venue\" FROM \"2-18354377-1\" WHERE \"Year\" > 2009.0 AND \"Notes\" = '5000 m';"} +{"question_id": 12551, "table_id": "2-18354377-1", "question": "What was the latest year with a position of 1st at maputo, mozambique?", "sql": "SELECT MAX(\"Year\") FROM \"2-18354377-1\" WHERE \"Position\" = '1st' AND \"Venue\" = 'maputo, mozambique';"} +{"question_id": 12552, "table_id": "2-18354377-1", "question": "Which position was in 2009?", "sql": "SELECT \"Position\" FROM \"2-18354377-1\" WHERE \"Year\" = 2009.0;"} +{"question_id": 12553, "table_id": "2-17690645-3", "question": "What F Player was previously with the New York Knicks?", "sql": "SELECT \"Player\" FROM \"2-17690645-3\" WHERE \"Pos.\" = 'F' AND \"Previous team\" = 'New York Knicks';"} +{"question_id": 12554, "table_id": "2-17690645-3", "question": "What is the Nationality of the G Player with 4 years NBA Experience?", "sql": "SELECT \"Nationality\" FROM \"2-17690645-3\" WHERE \"Years of NBA experience [a ]\" = '4' AND \"Pos.\" = 'G';"} +{"question_id": 12555, "table_id": "2-17690645-3", "question": "What Player has 10 Years of NBA experience?", "sql": "SELECT \"Player\" FROM \"2-17690645-3\" WHERE \"Years of NBA experience [a ]\" = '10';"} +{"question_id": 12556, "table_id": "2-17690645-3", "question": "What G/F Player has 3 Years in the NBA?", "sql": "SELECT \"Player\" FROM \"2-17690645-3\" WHERE \"Pos.\" = 'G/F' AND \"Years of NBA experience [a ]\" = '3';"} +{"question_id": 12557, "table_id": "2-17634290-10", "question": "What source has Delph as the name?", "sql": "SELECT \"Source\" FROM \"2-17634290-10\" WHERE \"Name\" = 'Delph';"} +{"question_id": 12558, "table_id": "2-18054397-11", "question": "What is the total attendance when stourbridge is the home team?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-18054397-11\" WHERE \"Home team\" = 'stourbridge';"} +{"question_id": 12559, "table_id": "2-18054397-11", "question": "What is the score when the attendance is greater than 134 and Workington is the home team?", "sql": "SELECT \"Score\" FROM \"2-18054397-11\" WHERE \"Attendance\" > 134.0 AND \"Home team\" = 'Workington';"} +{"question_id": 12560, "table_id": "2-18292996-1", "question": "Which coach has 0 conference titles, more than 2 seasons, higher than 87 losses and 0 NCAA?", "sql": "SELECT \"Coach\" FROM \"2-18292996-1\" WHERE \"Conference titles\" = '0' AND \"Seasons\" > 2.0 AND \"Losses\" > 87.0 AND \"NCAA\" = '0';"} +{"question_id": 12561, "table_id": "2-18292996-1", "question": "What are coach bill henderson's highest wins with more than 233 losses?", "sql": "SELECT MAX(\"Wins\") FROM \"2-18292996-1\" WHERE \"Coach\" = 'bill henderson' AND \"Losses\" > 233.0;"} +{"question_id": 12562, "table_id": "2-17982176-2", "question": "What is the sum of the draws with less than 2284 against, 8 losses, and more than 10 wins?", "sql": "SELECT SUM(\"Draws\") FROM \"2-17982176-2\" WHERE \"Against\" < 2284.0 AND \"Losses\" = 8.0 AND \"Wins\" > 10.0;"} +{"question_id": 12563, "table_id": "2-17982176-2", "question": "What is the average number of against with 11 wins and less than 0 draws?", "sql": "SELECT AVG(\"Against\") FROM \"2-17982176-2\" WHERE \"Wins\" = 11.0 AND \"Draws\" < 0.0;"} +{"question_id": 12564, "table_id": "2-17982176-2", "question": "What is the total number of losses of the central murray of tooleybuc manangatang, which has less than 0 draws?", "sql": "SELECT COUNT(\"Losses\") FROM \"2-17982176-2\" WHERE \"Central Murray\" = 'tooleybuc manangatang' AND \"Draws\" < 0.0;"} +{"question_id": 12565, "table_id": "2-17982176-2", "question": "What is the highest number of losses of the central murray of lake boga, which has less than 10 wins?", "sql": "SELECT MAX(\"Losses\") FROM \"2-17982176-2\" WHERE \"Central Murray\" = 'lake boga' AND \"Wins\" < 10.0;"} +{"question_id": 12566, "table_id": "2-17982176-2", "question": "What is the average number of draws of the central murray of leitchville gunbower, which has less than 0 byes?", "sql": "SELECT AVG(\"Draws\") FROM \"2-17982176-2\" WHERE \"Central Murray\" = 'leitchville gunbower' AND \"Byes\" < 0.0;"} +{"question_id": 12567, "table_id": "2-17982176-2", "question": "What is the total number of wins of the central murray of koondrook-barham, which has more than 0 draws?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-17982176-2\" WHERE \"Central Murray\" = 'koondrook-barham' AND \"Draws\" > 0.0;"} +{"question_id": 12568, "table_id": "2-18188607-3", "question": "What is the date when France is the opposing team?", "sql": "SELECT \"Date\" FROM \"2-18188607-3\" WHERE \"Opposing Teams\" = 'France';"} +{"question_id": 12569, "table_id": "2-18188607-3", "question": "What is the venue with more than 3 against, and South Africa is the opposing team?", "sql": "SELECT \"Venue\" FROM \"2-18188607-3\" WHERE \"Against\" > 3.0 AND \"Opposing Teams\" = 'South Africa';"} +{"question_id": 12570, "table_id": "2-18188607-3", "question": "What is the venue for the Status of Five Nations and 0 againts?", "sql": "SELECT \"Venue\" FROM \"2-18188607-3\" WHERE \"Status\" = 'Five Nations' AND \"Against\" = 0.0;"} +{"question_id": 12571, "table_id": "2-1824778-1", "question": "What Upper stage has Launches to date of 0, and Version of 532?", "sql": "SELECT \"Upper stage\" FROM \"2-1824778-1\" WHERE \"Launches to date\" = 0.0 AND \"Version\" = '532';"} +{"question_id": 12572, "table_id": "2-1824778-1", "question": "What is the greatest CCBs with Launches to date of 4, and a Payload to GTO of 8,900kg?", "sql": "SELECT MAX(\"CCBs\") FROM \"2-1824778-1\" WHERE \"Launches to date\" = 4.0 AND \"Payload to GTO\" = '8,900kg';"} +{"question_id": 12573, "table_id": "2-1824778-1", "question": "What Payload to GTO has CCBs larger than 1, and a Payload to LEO of 29,400kg?", "sql": "SELECT \"Payload to GTO\" FROM \"2-1824778-1\" WHERE \"CCBs\" > 1.0 AND \"Payload to LEO\" = '29,400kg';"} +{"question_id": 12574, "table_id": "2-1824778-1", "question": "What is the greatest CCBs with a Payload to GTO of –, and an Upper stage of SEC?", "sql": "SELECT MAX(\"CCBs\") FROM \"2-1824778-1\" WHERE \"Payload to GTO\" = '–' AND \"Upper stage\" = 'SEC';"} +{"question_id": 12575, "table_id": "2-1824778-1", "question": "What is the total Launches to date with a Version of 541, and CCBs smaller than 1?", "sql": "SELECT COUNT(\"Launches to date\") FROM \"2-1824778-1\" WHERE \"Version\" = '541' AND \"CCBs\" < 1.0;"} +{"question_id": 12576, "table_id": "2-1805919-1", "question": "What is the highest standard order for the Transcription based on Pinyin, She Jiang?", "sql": "SELECT MAX(\"Standard order\") FROM \"2-1805919-1\" WHERE \"Transcription (based on Pinyin)\" = 'She Jiang';"} +{"question_id": 12577, "table_id": "2-1805919-1", "question": "What is the english translation of the traditional Chinese word, 哀郢?", "sql": "SELECT \"English translation\" FROM \"2-1805919-1\" WHERE \"Traditional Chinese\" = '哀郢';"} +{"question_id": 12578, "table_id": "2-1805919-1", "question": "What is the simplified Chinese with a standard order over 4, and the transcription of Bei Hui Feng?", "sql": "SELECT \"Simplified Chinese\" FROM \"2-1805919-1\" WHERE \"Standard order\" > 4.0 AND \"Transcription (based on Pinyin)\" = 'Bei Hui Feng';"} +{"question_id": 12579, "table_id": "2-17859751-1", "question": "What is the Date of the match against Guillermo Olaso?", "sql": "SELECT \"Date\" FROM \"2-17859751-1\" WHERE \"Opponent\" = 'Guillermo Olaso';"} +{"question_id": 12580, "table_id": "2-17859751-1", "question": "What is the Category of the Rodez, France Tournament?", "sql": "SELECT \"Category\" FROM \"2-17859751-1\" WHERE \"Tournament\" = 'Rodez, France';"} +{"question_id": 12581, "table_id": "2-17859751-1", "question": "What is the Date of the Rodez, France Tournament?", "sql": "SELECT \"Date\" FROM \"2-17859751-1\" WHERE \"Tournament\" = 'Rodez, France';"} +{"question_id": 12582, "table_id": "2-17859751-1", "question": "What is the Score of the tournament played on Clay Surface against Pablo Martin-Adalia?", "sql": "SELECT \"Score\" FROM \"2-17859751-1\" WHERE \"Surface\" = 'Clay' AND \"Opponent\" = 'Pablo Martin-Adalia';"} +{"question_id": 12583, "table_id": "2-18226024-2", "question": "What was the venue in 1951 on November 4?", "sql": "SELECT \"Venue\" FROM \"2-18226024-2\" WHERE \"Year\" = 1951.0 AND \"Date\" = 'November 4';"} +{"question_id": 12584, "table_id": "2-18226024-2", "question": "What is the latest year with a 34-0 result?", "sql": "SELECT MAX(\"Year\") FROM \"2-18226024-2\" WHERE \"Result\" = '34-0';"} +{"question_id": 12585, "table_id": "2-18226024-2", "question": "What year was the game at the Los Angeles Memorial Coliseum, with attendance more than 85302, on November 9?", "sql": "SELECT \"Year\" FROM \"2-18226024-2\" WHERE \"Venue\" = 'Los Angeles Memorial Coliseum' AND \"Attendance\" > 85302.0 AND \"Date\" = 'November 9';"} +{"question_id": 12586, "table_id": "2-18226024-2", "question": "What date was the attendance more than 69828, when the Los Angeles Rams were home team, later than 1955, with a result of 16-24?", "sql": "SELECT \"Date\" FROM \"2-18226024-2\" WHERE \"Attendance\" > 69828.0 AND \"Home Team\" = 'Los Angeles Rams' AND \"Year\" > 1955.0 AND \"Result\" = '16-24';"} +{"question_id": 12587, "table_id": "2-18226024-2", "question": "What date was the visiting team of Los Angeles Rams, earlier than 1958?", "sql": "SELECT \"Date\" FROM \"2-18226024-2\" WHERE \"Visiting Team\" = 'Los Angeles Rams' AND \"Year\" < 1958.0;"} +{"question_id": 12588, "table_id": "2-18226024-2", "question": "What is the number in attendance at los angeles memorial coliseum?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-18226024-2\" WHERE \"Venue\" = 'los angeles memorial coliseum';"} +{"question_id": 12589, "table_id": "2-17733874-1", "question": "Which state has a 2010-05-01 (SAA) association agreement?", "sql": "SELECT \"State\" FROM \"2-17733874-1\" WHERE \"Association Agreement\" = '2010-05-01 (SAA)';"} +{"question_id": 12590, "table_id": "2-17733874-1", "question": "What is the acquis chapter open/closed dates with a membership application in 2009-04-28?", "sql": "SELECT \"Acquis Chapters open/closed\" FROM \"2-17733874-1\" WHERE \"Membership Application\" = '2009-04-28';"} +{"question_id": 12591, "table_id": "2-17733874-1", "question": "What is the status of the membership application on 2008-12-15?", "sql": "SELECT \"Status\" FROM \"2-17733874-1\" WHERE \"Membership Application\" = '2008-12-15';"} +{"question_id": 12592, "table_id": "2-17733874-1", "question": "What is the association agreement for Bosnia and Herzegovina?", "sql": "SELECT \"Association Agreement\" FROM \"2-17733874-1\" WHERE \"State\" = 'Bosnia and Herzegovina';"} +{"question_id": 12593, "table_id": "2-17733874-1", "question": "What is the candidate status of Macedonia?", "sql": "SELECT \"Candidate status\" FROM \"2-17733874-1\" WHERE \"State\" = 'Macedonia';"} +{"question_id": 12594, "table_id": "2-1777824-1", "question": "What is the population with 41511 households?", "sql": "SELECT COUNT(\"Population\") FROM \"2-1777824-1\" WHERE \"Number of households\" = 41511.0;"} +{"question_id": 12595, "table_id": "2-17798269-5", "question": "What was the lowest attendance for a game played @ Nashville Predators?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-17798269-5\" WHERE \"Opponent\" = '@ Nashville Predators';"} +{"question_id": 12596, "table_id": "2-17798269-5", "question": "What was the record for the game played @ Dallas Stars, with an attendance larger than 15643, and a decision of Budaj?", "sql": "SELECT \"Record\" FROM \"2-17798269-5\" WHERE \"Attendance\" > 15643.0 AND \"Decision\" = 'Budaj' AND \"Opponent\" = '@ Dallas Stars';"} +{"question_id": 12597, "table_id": "2-17798269-5", "question": "What was the highest attendance on December 23?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-17798269-5\" WHERE \"Date\" = 'December 23';"} +{"question_id": 12598, "table_id": "2-1834952-3", "question": "What is the torque of a 2B engine?", "sql": "SELECT \"Torque\" FROM \"2-1834952-3\" WHERE \"Engine\" = '2B';"} +{"question_id": 12599, "table_id": "2-1834952-3", "question": "What is the highest power (hp) of an OM314 engine?", "sql": "SELECT MAX(\"Power (hp)\") FROM \"2-1834952-3\" WHERE \"Engine\" = 'OM314';"} +{"question_id": 12600, "table_id": "2-1834952-3", "question": "When was power (hp) less than 93 for the OM324 engine used?", "sql": "SELECT \"Used\" FROM \"2-1834952-3\" WHERE \"Power (hp)\" < 93.0 AND \"Engine\" = 'OM324';"} +{"question_id": 12601, "table_id": "2-17906488-1", "question": "What is the name for Nagpur district, with a reserved for ( SC / ST /None) of None, and a Constituency number of 59?", "sql": "SELECT \"Name\" FROM \"2-17906488-1\" WHERE \"District\" = 'Nagpur' AND \"Reserved for ( SC / ST /None)\" = 'None' AND \"Constituency number\" = '59';"} +{"question_id": 12602, "table_id": "2-17906488-1", "question": "What district shows reserved for (SC / ST /None) of Total:?", "sql": "SELECT \"District\" FROM \"2-17906488-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'Total:';"} +{"question_id": 12603, "table_id": "2-17906488-1", "question": "What is the number of electorates (2009) for Hingna?", "sql": "SELECT AVG(\"Number of electorates (2009)\") FROM \"2-17906488-1\" WHERE \"Name\" = 'Hingna';"} +{"question_id": 12604, "table_id": "2-17906488-1", "question": "What is the Reserved for (SC / ST /None) when the number of electorates (2009) is more than 237560, and the constituency number is 48?", "sql": "SELECT \"Reserved for ( SC / ST /None)\" FROM \"2-17906488-1\" WHERE \"Number of electorates (2009)\" > 237560.0 AND \"Constituency number\" = '48';"} +{"question_id": 12605, "table_id": "2-17906488-1", "question": "What is the constituency number with a reserved for ( SC / ST /None) of None, for Katol?", "sql": "SELECT \"Constituency number\" FROM \"2-17906488-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'None' AND \"Name\" = 'Katol';"} +{"question_id": 12606, "table_id": "2-17906488-1", "question": "What is the total number of electorates (2009) for katol?", "sql": "SELECT COUNT(\"Number of electorates (2009)\") FROM \"2-17906488-1\" WHERE \"Name\" = 'katol';"} +{"question_id": 12607, "table_id": "2-18135572-2", "question": "What is the all games % of All Neutral of 6–3, and a B10 Home of 3–6?", "sql": "SELECT COUNT(\"All Games %\") FROM \"2-18135572-2\" WHERE \"All Neutral\" = '6–3' AND \"B10 Home\" = '3–6';"} +{"question_id": 12608, "table_id": "2-18135572-2", "question": "What is the All Home with less than 0.406% All Games?", "sql": "SELECT \"All Home\" FROM \"2-18135572-2\" WHERE \"All Games %\" < 0.406;"} +{"question_id": 12609, "table_id": "2-1794747-4", "question": "Which Year has a Category of Best Performance by a Leading Actress in a Musical?", "sql": "SELECT MAX(\"Year\") FROM \"2-1794747-4\" WHERE \"Category\" = 'Best Performance by a Leading Actress in a Musical';"} +{"question_id": 12610, "table_id": "2-1794747-4", "question": "Which Award Ceremony has a Result of Nominated, and a Category of Best Revival of a Musical?", "sql": "SELECT \"Award Ceremony\" FROM \"2-1794747-4\" WHERE \"Result\" = 'Nominated' AND \"Category\" = 'Best Revival of a Musical';"} +{"question_id": 12611, "table_id": "2-182410-10", "question": "What is the analogue terrestrial channel when the internet shows channel4.com?", "sql": "SELECT \"Analogue terrestrial channel\" FROM \"2-182410-10\" WHERE \"Internet\" = 'channel4.com';"} +{"question_id": 12612, "table_id": "2-182410-10", "question": "What is the position when the channel shows Channel 4?", "sql": "SELECT \"Position\" FROM \"2-182410-10\" WHERE \"Channel\" = 'Channel 4';"} +{"question_id": 12613, "table_id": "2-182410-10", "question": "What is the channel when the analogue terrestrial channel shows N/A, and the internet is itv.com, with a position larger than 6, and digital terrestrial channel is 6 27 (+1)?", "sql": "SELECT \"Channel\" FROM \"2-182410-10\" WHERE \"Analogue terrestrial channel\" = 'N/A' AND \"Internet\" = 'itv.com' AND \"Position\" > 6.0 AND \"Digital terrestrial channel\" = '6 27 (+1)';"} +{"question_id": 12614, "table_id": "2-182410-10", "question": "What is the internet when the position is more than 13?", "sql": "SELECT \"Internet\" FROM \"2-182410-10\" WHERE \"Position\" > 13.0;"} +{"question_id": 12615, "table_id": "2-17887585-1", "question": "what is at 2:00 pm when at 12:30 pm is The Young and the Restless?", "sql": "SELECT \"2:00 pm\" FROM \"2-17887585-1\" WHERE \"12:30 pm\" = 'The Young and the Restless';"} +{"question_id": 12616, "table_id": "2-17887585-1", "question": "What is at 5:00 pm when at 7:00 am is Good Morning America?", "sql": "SELECT \"5:00 pm\" FROM \"2-17887585-1\" WHERE \"7:00 am\" = 'Good Morning America';"} +{"question_id": 12617, "table_id": "2-17887585-1", "question": "what is at 7:00 am when at 12:30 pm, 8:00 am and 7:30 am is Local Programs?", "sql": "SELECT \"7:00 am\" FROM \"2-17887585-1\" WHERE \"12:30 pm\" = 'Local Programs' AND \"8:00 am\" = 'Local Programs' AND \"7:30 am\" = 'Local Programs';"} +{"question_id": 12618, "table_id": "2-17887585-1", "question": "What is at 7:00 am when at 11:00 am is The Price is Right?", "sql": "SELECT \"7:00 am\" FROM \"2-17887585-1\" WHERE \"11:00 am\" = 'The Price is Right';"} +{"question_id": 12619, "table_id": "2-17887585-1", "question": "what is at 8:00 am when at 3:30 pm is General Hospital?", "sql": "SELECT \"8:00 am\" FROM \"2-17887585-1\" WHERE \"3:30 pm\" = 'General Hospital';"} +{"question_id": 12620, "table_id": "2-18373446-4", "question": "What are the Notes when the Method is Decision?", "sql": "SELECT \"Notes\" FROM \"2-18373446-4\" WHERE \"Method\" = 'Decision';"} +{"question_id": 12621, "table_id": "2-18373446-4", "question": "What was the result for the 2012 IBJJF World Jiu-Jitsu Championships event when the method was Points (4 x 0)?", "sql": "SELECT \"Result\" FROM \"2-18373446-4\" WHERE \"Event\" = '2012 IBJJF World Jiu-Jitsu Championships' AND \"Method\" = 'Points (4 x 0)';"} +{"question_id": 12622, "table_id": "2-18373446-4", "question": "Who was the opponent when the method was Points (4 x 0)?", "sql": "SELECT \"Opponent\" FROM \"2-18373446-4\" WHERE \"Method\" = 'Points (4 x 0)';"} +{"question_id": 12623, "table_id": "2-18373446-4", "question": "What was the result against opponent Amanda Lucas?", "sql": "SELECT \"Result\" FROM \"2-18373446-4\" WHERE \"Opponent\" = 'Amanda Lucas';"} +{"question_id": 12624, "table_id": "2-18373446-4", "question": "Which event has notes of Women +60kg Quarterfinal?", "sql": "SELECT \"Event\" FROM \"2-18373446-4\" WHERE \"Notes\" = 'Women +60kg Quarterfinal';"} +{"question_id": 12625, "table_id": "2-17798269-6", "question": "On what date was the attendance more than 17652?", "sql": "SELECT \"Date\" FROM \"2-17798269-6\" WHERE \"Attendance\" > 17652.0;"} +{"question_id": 12626, "table_id": "2-17798269-6", "question": "What is the record on January 18?", "sql": "SELECT \"Record\" FROM \"2-17798269-6\" WHERE \"Date\" = 'January 18';"} +{"question_id": 12627, "table_id": "2-18036506-11", "question": "What was the lowest draw when the against was larger than 2638?", "sql": "SELECT MIN(\"Draws\") FROM \"2-18036506-11\" WHERE \"Against\" > 2638.0;"} +{"question_id": 12628, "table_id": "2-18036506-11", "question": "What was the lowest against when the draw was at least 0?", "sql": "SELECT MIN(\"Against\") FROM \"2-18036506-11\" WHERE \"Draws\" > 0.0;"} +{"question_id": 12629, "table_id": "2-18036506-11", "question": "What were the highest losses for a byes larger than 2?", "sql": "SELECT MAX(\"Losses\") FROM \"2-18036506-11\" WHERE \"Byes\" > 2.0;"} +{"question_id": 12630, "table_id": "2-17933461-2", "question": "What position did the Belenenses club occupy in 1960/61?", "sql": "SELECT \"Position in 1960/1961\" FROM \"2-17933461-2\" WHERE \"Clubs\" = 'Belenenses';"} +{"question_id": 12631, "table_id": "2-17933461-2", "question": "Which club has played for 27 seasons at this level?", "sql": "SELECT \"Clubs\" FROM \"2-17933461-2\" WHERE \"Seasons at this level\" = '27 seasons';"} +{"question_id": 12632, "table_id": "2-1773067-2", "question": "What is the NFL team for Toledo?", "sql": "SELECT \"NFL team\" FROM \"2-1773067-2\" WHERE \"College\" = 'Toledo';"} +{"question_id": 12633, "table_id": "2-1773067-2", "question": "What is Northern Colorado's Rnd.?", "sql": "SELECT \"Rnd.\" FROM \"2-1773067-2\" WHERE \"College\" = 'Northern Colorado';"} +{"question_id": 12634, "table_id": "2-17746037-11", "question": "What is the lowest value for Draws, when South West DFL is \"tyrendarra\", and when Byes is greater than 0?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17746037-11\" WHERE \"South West DFL\" = 'tyrendarra' AND \"Byes\" > 0.0;"} +{"question_id": 12635, "table_id": "2-17746037-11", "question": "What is the sum of Against, when Wins is greater than 8, and when Losses is greater than 6?", "sql": "SELECT SUM(\"Against\") FROM \"2-17746037-11\" WHERE \"Wins\" > 8.0 AND \"Losses\" > 6.0;"} +{"question_id": 12636, "table_id": "2-17746037-11", "question": "What is the total number of Byes, when South West DFL is \"coleraine\", and when Wins is less than 12?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-17746037-11\" WHERE \"South West DFL\" = 'coleraine' AND \"Wins\" < 12.0;"} +{"question_id": 12637, "table_id": "2-17746037-11", "question": "What is the average value for Wins, when South West DFL is \"coleraine\", and when Byes is greater than 0?", "sql": "SELECT AVG(\"Wins\") FROM \"2-17746037-11\" WHERE \"South West DFL\" = 'coleraine' AND \"Byes\" > 0.0;"} +{"question_id": 12638, "table_id": "2-17746037-11", "question": "What is the lowest value for Wins, when South West DFL is \"cavendish\", and when Byes is less than 0?", "sql": "SELECT MIN(\"Wins\") FROM \"2-17746037-11\" WHERE \"South West DFL\" = 'cavendish' AND \"Byes\" < 0.0;"} +{"question_id": 12639, "table_id": "2-17746037-11", "question": "What is the total number of Wins, when Losses is less than 10, when Against is less than 1253, and when Byes is less than 0?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-17746037-11\" WHERE \"Losses\" < 10.0 AND \"Against\" < 1253.0 AND \"Byes\" < 0.0;"} +{"question_id": 12640, "table_id": "2-18072298-1", "question": "What score has a year later than 1974, with Hawthorn as the champion?", "sql": "SELECT \"Score\" FROM \"2-18072298-1\" WHERE \"Year\" > 1974.0 AND \"Champion\" = 'Hawthorn';"} +{"question_id": 12641, "table_id": "2-18072298-1", "question": "What champion has North Melbourne as the runner-up?", "sql": "SELECT \"Champion\" FROM \"2-18072298-1\" WHERE \"Runner-Up\" = 'North Melbourne';"} +{"question_id": 12642, "table_id": "2-17794738-2", "question": "What is the location for Egypt in 2013?", "sql": "SELECT \"Location\" FROM \"2-17794738-2\" WHERE \"Year\" = '2013' AND \"Country\" = 'Egypt';"} +{"question_id": 12643, "table_id": "2-17794738-2", "question": "What is the location for Yemen in 1994?", "sql": "SELECT \"Location\" FROM \"2-17794738-2\" WHERE \"Year\" = '1994' AND \"Country\" = 'Yemen';"} +{"question_id": 12644, "table_id": "2-17794738-2", "question": "What year is the location Ta'izz?", "sql": "SELECT \"Year\" FROM \"2-17794738-2\" WHERE \"Location\" = 'Ta''izz';"} +{"question_id": 12645, "table_id": "2-17794738-2", "question": "Which location is in the Belgian Congo Tanganyika?", "sql": "SELECT \"Location\" FROM \"2-17794738-2\" WHERE \"Country\" = 'Belgian Congo Tanganyika';"} +{"question_id": 12646, "table_id": "2-17794738-2", "question": "Who is the perpetrator in Bait al-Aqari?", "sql": "SELECT \"Perpetrator\" FROM \"2-17794738-2\" WHERE \"Location\" = 'Bait al-Aqari';"} +{"question_id": 12647, "table_id": "2-17794738-2", "question": "Who is the perpetrator in Uganda who killed 12 in Kampala?", "sql": "SELECT \"Perpetrator\" FROM \"2-17794738-2\" WHERE \"Country\" = 'Uganda' AND \"Location\" = 'Kampala' AND \"Killed\" = '12';"} +{"question_id": 12648, "table_id": "2-17751851-5", "question": "Who was the home team when Grimsby Town was the away team?", "sql": "SELECT \"Home team\" FROM \"2-17751851-5\" WHERE \"Away team\" = 'Grimsby Town';"} +{"question_id": 12649, "table_id": "2-17634290-8", "question": "How many goals for kenton have a transfer window of summer?", "sql": "SELECT COUNT(\"Goals\") FROM \"2-17634290-8\" WHERE \"Transfer window\" = 'summer' AND \"Name\" = 'kenton';"} +{"question_id": 12650, "table_id": "2-17822401-1", "question": "What is the branding for callsign DWFM?", "sql": "SELECT \"Branding\" FROM \"2-17822401-1\" WHERE \"Callsign\" = 'DWFM';"} +{"question_id": 12651, "table_id": "2-17822401-1", "question": "What is the frequency where the power is 25kW?", "sql": "SELECT \"Frequency\" FROM \"2-17822401-1\" WHERE \"Power (kW)\" = '25kW';"} +{"question_id": 12652, "table_id": "2-17822401-1", "question": "What is the power at Baguio where the frequency is 102.3MHz?", "sql": "SELECT \"Power (kW)\" FROM \"2-17822401-1\" WHERE \"Frequency\" = '102.3MHz' AND \"Location\" = 'Baguio';"} +{"question_id": 12653, "table_id": "2-17822401-1", "question": "What is the location where the frequency is 92.3MHz?", "sql": "SELECT \"Location\" FROM \"2-17822401-1\" WHERE \"Frequency\" = '92.3MHz';"} +{"question_id": 12654, "table_id": "2-17822401-1", "question": "What is the brand where the location is Cagayan De Oro?", "sql": "SELECT \"Branding\" FROM \"2-17822401-1\" WHERE \"Location\" = 'Cagayan De Oro';"} +{"question_id": 12655, "table_id": "2-178833-4", "question": "Which Established has a League of Ontario Australian Football League?", "sql": "SELECT \"Established\" FROM \"2-178833-4\" WHERE \"League\" = 'Ontario Australian Football League';"} +{"question_id": 12656, "table_id": "2-178833-4", "question": "Which Championships have a League of Ontario Australian Football League?", "sql": "SELECT \"Championships\" FROM \"2-178833-4\" WHERE \"League\" = 'Ontario Australian Football League';"} +{"question_id": 12657, "table_id": "2-178833-4", "question": "Which Established has a Club of Guelph Rangers?", "sql": "SELECT \"Established\" FROM \"2-178833-4\" WHERE \"Club\" = 'Guelph Rangers';"} +{"question_id": 12658, "table_id": "2-17766232-7", "question": "What is the earliest year with Colin Berry as the spokesperson and Ray Moore as the radio commentator?", "sql": "SELECT MIN(\"Year(s)\") FROM \"2-17766232-7\" WHERE \"Spokesperson\" = 'Colin Berry' AND \"Radio commentator\" = 'Ray Moore';"} +{"question_id": 12659, "table_id": "2-17766232-7", "question": "Who is the spokesperson after 2012?", "sql": "SELECT \"Spokesperson\" FROM \"2-17766232-7\" WHERE \"Year(s)\" > 2012.0;"} +{"question_id": 12660, "table_id": "2-17766232-7", "question": "Who is the semi-final second television commentator with Graham Norton as the final television commentator and Scott Mills as the spokesperson before 2013?", "sql": "SELECT \"Semi-final second television commentator\" FROM \"2-17766232-7\" WHERE \"Final television commentator\" = 'Graham Norton' AND \"Spokesperson\" = 'Scott Mills' AND \"Year(s)\" < 2013.0;"} +{"question_id": 12661, "table_id": "2-1833981-3", "question": "What kind of Wind has an Athlete of Kerron Stewart?", "sql": "SELECT \"Wind\" FROM \"2-1833981-3\" WHERE \"Athlete\" = 'Kerron Stewart';"} +{"question_id": 12662, "table_id": "2-1833981-3", "question": "What kind of Wind has a Result of 21.69?", "sql": "SELECT \"Wind\" FROM \"2-1833981-3\" WHERE \"Result\" = '21.69';"} +{"question_id": 12663, "table_id": "2-1833981-3", "question": "Show the Result of Inger Miller?", "sql": "SELECT \"Result\" FROM \"2-1833981-3\" WHERE \"Athlete\" = 'Inger Miller';"} +{"question_id": 12664, "table_id": "2-17732555-9", "question": "How many byes for the team with more than 14 losses and more than 0 wins?", "sql": "SELECT AVG(\"Byes\") FROM \"2-17732555-9\" WHERE \"Losses\" > 14.0 AND \"Wins\" > 0.0;"} +{"question_id": 12665, "table_id": "2-17732555-9", "question": "How many wins for the caramut team with fewer than 11 losses and fewer than 2 byes?", "sql": "SELECT MAX(\"Wins\") FROM \"2-17732555-9\" WHERE \"Losses\" < 11.0 AND \"Mininera DFL\" = 'caramut' AND \"Byes\" < 2.0;"} +{"question_id": 12666, "table_id": "2-17732555-9", "question": "How many wins for the team with more than 1282 against and fewer than 14 losses?", "sql": "SELECT MIN(\"Wins\") FROM \"2-17732555-9\" WHERE \"Against\" > 1282.0 AND \"Losses\" < 14.0;"} +{"question_id": 12667, "table_id": "2-17732555-9", "question": "How many wins for the team with fewer than 2 byes?", "sql": "SELECT AVG(\"Wins\") FROM \"2-17732555-9\" WHERE \"Byes\" < 2.0;"} +{"question_id": 12668, "table_id": "2-17732555-9", "question": "How many against for the moyston-willaura team with 4 losses and fewer than 2 byes?", "sql": "SELECT MAX(\"Against\") FROM \"2-17732555-9\" WHERE \"Losses\" = 4.0 AND \"Mininera DFL\" = 'moyston-willaura' AND \"Byes\" < 2.0;"} +{"question_id": 12669, "table_id": "2-17678435-6", "question": "Who is the player of the match at Canberra Stadium?", "sql": "SELECT \"Player\" FROM \"2-17678435-6\" WHERE \"Venue\" = 'Canberra Stadium';"} +{"question_id": 12670, "table_id": "2-17678435-6", "question": "What is the average number of tries of player Israel Folau?", "sql": "SELECT AVG(\"Tries\") FROM \"2-17678435-6\" WHERE \"Player\" = 'Israel Folau';"} +{"question_id": 12671, "table_id": "2-17678435-6", "question": "What round is player Phil Graham in?", "sql": "SELECT \"Round\" FROM \"2-17678435-6\" WHERE \"Player\" = 'Phil Graham';"} +{"question_id": 12672, "table_id": "2-17678435-6", "question": "Who is the opponent of the match at CUA Stadium?", "sql": "SELECT \"Opponent\" FROM \"2-17678435-6\" WHERE \"Venue\" = 'CUA Stadium';"} +{"question_id": 12673, "table_id": "2-17678435-6", "question": "Who is the opponent of player Phil Graham?", "sql": "SELECT \"Opponent\" FROM \"2-17678435-6\" WHERE \"Player\" = 'Phil Graham';"} +{"question_id": 12674, "table_id": "2-18122130-7", "question": "Can you tell me the Money (£) that has the Country of England, and the Player of Malcolm MacKenzie?", "sql": "SELECT \"Money ( £ )\" FROM \"2-18122130-7\" WHERE \"Country\" = 'England' AND \"Player\" = 'Malcolm MacKenzie';"} +{"question_id": 12675, "table_id": "2-1794747-2", "question": "Which Year has a Nominee of Stephen Sondheim, and a Category of the Best Original Score?", "sql": "SELECT \"Year\" FROM \"2-1794747-2\" WHERE \"Nominee\" = 'Stephen Sondheim' AND \"Category\" = 'Best Original Score';"} +{"question_id": 12676, "table_id": "2-1794747-2", "question": "Which Result has a Category of the Best Costume Design?", "sql": "SELECT \"Result\" FROM \"2-1794747-2\" WHERE \"Category\" = 'Best Costume Design';"} +{"question_id": 12677, "table_id": "2-1794747-2", "question": "Which Nominee has an Award Ceremony of Tony Award, and a Category of the Best Performance by a Leading Actor in a Musical?", "sql": "SELECT \"Nominee\" FROM \"2-1794747-2\" WHERE \"Award Ceremony\" = 'Tony Award' AND \"Category\" = 'Best Performance by a Leading Actor in a Musical';"} +{"question_id": 12678, "table_id": "2-18156317-1", "question": "When there are more than 126 errors, more than 551 kills, and more than 40 assists for the 2007 season, what is the total of Solo Blocks?", "sql": "SELECT SUM(\"Solo Blocks\") FROM \"2-18156317-1\" WHERE \"Errors\" > 126.0 AND \"Kills\" > 551.0 AND \"Season\" = '2007' AND \"Assists\" > 40.0;"} +{"question_id": 12679, "table_id": "2-18156317-1", "question": "When there are more than 126 errors, more than 1253 total attempts, and more than 64 block assists, what is the smallest digs?", "sql": "SELECT MIN(\"Digs\") FROM \"2-18156317-1\" WHERE \"Errors\" > 126.0 AND \"Total Attempts\" = 1253.0 AND \"Block Assists\" > 64.0;"} +{"question_id": 12680, "table_id": "2-18156317-1", "question": "When there is less than 13 services aces with a percentage greater than 0.34900000000000003, what is the smallest total attempts?", "sql": "SELECT MIN(\"Total Attempts\") FROM \"2-18156317-1\" WHERE \"Percentage\" > 0.34900000000000003 AND \"Service Aces\" < 13.0;"} +{"question_id": 12681, "table_id": "2-18156317-1", "question": "When the percentage is 0.34900000000000003 with more than 13 solo blocks and less than 4713 total attempts, what is the greatest assists?", "sql": "SELECT MAX(\"Assists\") FROM \"2-18156317-1\" WHERE \"Percentage\" < 0.34900000000000003 AND \"Solo Blocks\" > 13.0 AND \"Total Attempts\" < 4713.0;"} +{"question_id": 12682, "table_id": "2-18156317-1", "question": "When assists is more than 32 and total blocks is more than 88, what is the total of block assists?", "sql": "SELECT SUM(\"Block Assists\") FROM \"2-18156317-1\" WHERE \"Assists\" > 32.0 AND \"Total Blocks\" > 88.0;"} +{"question_id": 12683, "table_id": "2-17639363-21", "question": "What is the total number of Against, when Losses is less than 52, when Matches is greater than 4, and when Draw is less than 2?", "sql": "SELECT COUNT(\"Against\") FROM \"2-17639363-21\" WHERE \"Losses\" < 52.0 AND \"Matches\" > 4.0 AND \"Draw\" < 2.0;"} +{"question_id": 12684, "table_id": "2-17639363-21", "question": "What is the total number of Against, when Draw is greater than 48?", "sql": "SELECT COUNT(\"Against\") FROM \"2-17639363-21\" WHERE \"Draw\" > 48.0;"} +{"question_id": 12685, "table_id": "2-17639363-21", "question": "What is the highest Losses, when Wins is \"1\", and when Matches is less than 2?", "sql": "SELECT MAX(\"Losses\") FROM \"2-17639363-21\" WHERE \"Wins\" = 1.0 AND \"Matches\" < 2.0;"} +{"question_id": 12686, "table_id": "2-17639363-21", "question": "What is the highest Against, when Wins is greater than 2, and when Matches is less than 17?", "sql": "SELECT MAX(\"Against\") FROM \"2-17639363-21\" WHERE \"Wins\" > 2.0 AND \"Matches\" < 17.0;"} +{"question_id": 12687, "table_id": "2-17639363-21", "question": "What is the lowest Matches, when Against is less than 7, and when Wins is greater than 1?", "sql": "SELECT MIN(\"Matches\") FROM \"2-17639363-21\" WHERE \"Against\" < 7.0 AND \"Wins\" > 1.0;"} +{"question_id": 12688, "table_id": "2-17694624-2", "question": "What position did Tomasz Kiełbowicz play?", "sql": "SELECT \"Position\" FROM \"2-17694624-2\" WHERE \"Player\" = 'Tomasz Kiełbowicz';"} +{"question_id": 12689, "table_id": "2-178242-12", "question": "Which # of Episodes has a Mole of Craig Slike?", "sql": "SELECT MIN(\"# of Episodes\") FROM \"2-178242-12\" WHERE \"Mole\" = 'Craig Slike';"} +{"question_id": 12690, "table_id": "2-178242-12", "question": "Which host has more than 11 episodes?", "sql": "SELECT \"Host\" FROM \"2-178242-12\" WHERE \"# of Episodes\" > 11.0;"} +{"question_id": 12691, "table_id": "2-178242-12", "question": "Which Season has a Mole of Frederique van der Wal?", "sql": "SELECT MAX(\"Season\") FROM \"2-178242-12\" WHERE \"Mole\" = 'Frederique van der Wal';"} +{"question_id": 12692, "table_id": "2-18214958-2", "question": "What is Res., when Time is \"1:09\"?", "sql": "SELECT \"Res.\" FROM \"2-18214958-2\" WHERE \"Time\" = '1:09';"} +{"question_id": 12693, "table_id": "2-18214958-2", "question": "What is Res., when Round is greater than 2, and when Event is \"Midwest Cage Championships 25: Inferno\"?", "sql": "SELECT \"Res.\" FROM \"2-18214958-2\" WHERE \"Round\" > 2.0 AND \"Event\" = 'Midwest Cage Championships 25: Inferno';"} +{"question_id": 12694, "table_id": "2-18214958-2", "question": "What is Time, when Round is \"3\", when Method is \"Decision (unanimous)\", and when Record is \"7-3\"?", "sql": "SELECT \"Time\" FROM \"2-18214958-2\" WHERE \"Round\" = 3.0 AND \"Method\" = 'Decision (unanimous)' AND \"Record\" = '7-3';"} +{"question_id": 12695, "table_id": "2-18214958-2", "question": "What is Record, when Location is \"Des Moines, Iowa , United States\", and when Method is \"Submission (arm-triangle choke)\"?", "sql": "SELECT \"Record\" FROM \"2-18214958-2\" WHERE \"Location\" = 'Des Moines, Iowa , United States' AND \"Method\" = 'Submission (arm-triangle choke)';"} +{"question_id": 12696, "table_id": "2-18054397-7", "question": "What is the score for the game with 213 attending?", "sql": "SELECT \"Score\" FROM \"2-18054397-7\" WHERE \"Attendance\" = '213';"} +{"question_id": 12697, "table_id": "2-18054397-7", "question": "What was the away team for the game in Slough Town?", "sql": "SELECT \"Away team\" FROM \"2-18054397-7\" WHERE \"Home team\" = 'Slough Town';"} +{"question_id": 12698, "table_id": "2-18054397-7", "question": "Who was the home team that played against Armthorpe Welfare?", "sql": "SELECT \"Home team\" FROM \"2-18054397-7\" WHERE \"Away team\" = 'Armthorpe Welfare';"} +{"question_id": 12699, "table_id": "2-18054397-7", "question": "What is the Tie no for the game with the away team Whyteleafe?", "sql": "SELECT \"Tie no\" FROM \"2-18054397-7\" WHERE \"Away team\" = 'Whyteleafe';"} +{"question_id": 12700, "table_id": "2-18054397-7", "question": "What is home team Maine Road's score?", "sql": "SELECT \"Score\" FROM \"2-18054397-7\" WHERE \"Home team\" = 'Maine Road';"} +{"question_id": 12701, "table_id": "2-17773978-1", "question": "What year was the US Open that had a partnering of Maikel Scheffers?", "sql": "SELECT SUM(\"Year\") FROM \"2-17773978-1\" WHERE \"Partnering\" = 'Maikel Scheffers' AND \"Championship\" = 'US Open';"} +{"question_id": 12702, "table_id": "2-17773978-1", "question": "What was the championship before 2012 that had Stephane Houdet Michael Jeremiasz as opponents?", "sql": "SELECT \"Championship\" FROM \"2-17773978-1\" WHERE \"Year\" < 2012.0 AND \"Opponents in Final\" = 'Stephane Houdet Michael Jeremiasz';"} +{"question_id": 12703, "table_id": "2-17773978-1", "question": "What was the score when the Shingo Kunieda Satoshi Saida were the opponents?", "sql": "SELECT \"Score in Final\" FROM \"2-17773978-1\" WHERE \"Opponents in Final\" = 'Shingo Kunieda Satoshi Saida';"} +{"question_id": 12704, "table_id": "2-17773978-1", "question": "What year were the opponents Shingo Kunieda Satoshi Saida?", "sql": "SELECT MIN(\"Year\") FROM \"2-17773978-1\" WHERE \"Opponents in Final\" = 'Shingo Kunieda Satoshi Saida';"} +{"question_id": 12705, "table_id": "2-18049082-7", "question": "In what place is the golfer with a score of 68-69-73-70=280?", "sql": "SELECT \"Place\" FROM \"2-18049082-7\" WHERE \"Score\" = '68-69-73-70=280';"} +{"question_id": 12706, "table_id": "2-18049082-7", "question": "What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?", "sql": "SELECT \"To par\" FROM \"2-18049082-7\" WHERE \"Money ( £ )\" = '40,850' AND \"Score\" = '72-74-70-70=286';"} +{"question_id": 12707, "table_id": "2-18049082-7", "question": "What is the to par for the player with winnings of 49,500?", "sql": "SELECT \"To par\" FROM \"2-18049082-7\" WHERE \"Money ( £ )\" = '49,500';"} +{"question_id": 12708, "table_id": "2-17807292-4", "question": "What is the Score of the Round with Player Aaron Baddeley having a To par of +2?", "sql": "SELECT \"Score\" FROM \"2-17807292-4\" WHERE \"To par\" = '+2' AND \"Player\" = 'Aaron Baddeley';"} +{"question_id": 12709, "table_id": "2-17807292-4", "question": "What is Charlie Wi's To par?", "sql": "SELECT \"To par\" FROM \"2-17807292-4\" WHERE \"Player\" = 'Charlie Wi';"} +{"question_id": 12710, "table_id": "2-17807292-4", "question": "What is the Country of the T8 Place Player with a Score of 68-74=142?", "sql": "SELECT \"Country\" FROM \"2-17807292-4\" WHERE \"Place\" = 'T8' AND \"Score\" = '68-74=142';"} +{"question_id": 12711, "table_id": "2-17807292-4", "question": "What is the T8 Place Player with a Score of 68-74=142?", "sql": "SELECT \"Player\" FROM \"2-17807292-4\" WHERE \"Place\" = 'T8' AND \"Score\" = '68-74=142';"} +{"question_id": 12712, "table_id": "2-17807292-4", "question": "What Country is David Toms from?", "sql": "SELECT \"Country\" FROM \"2-17807292-4\" WHERE \"Player\" = 'David Toms';"} +{"question_id": 12713, "table_id": "2-17974840-4", "question": "What is the To par for Robert Allenby from Australia", "sql": "SELECT \"To par\" FROM \"2-17974840-4\" WHERE \"Country\" = 'Australia' AND \"Player\" = 'Robert Allenby';"} +{"question_id": 12714, "table_id": "2-17974840-4", "question": "When Rocco Mediate of the United States has a To par of +2, what was his score?", "sql": "SELECT \"Score\" FROM \"2-17974840-4\" WHERE \"To par\" = '+2' AND \"Country\" = 'United States' AND \"Player\" = 'Rocco Mediate';"} +{"question_id": 12715, "table_id": "2-17974840-4", "question": "What is the score for Greg Norman", "sql": "SELECT \"Score\" FROM \"2-17974840-4\" WHERE \"Player\" = 'Greg Norman';"} +{"question_id": 12716, "table_id": "2-17974840-4", "question": "When Rocco Mediate has a To par of +2 and a 69-73=142 score, what is the country listed?", "sql": "SELECT \"Country\" FROM \"2-17974840-4\" WHERE \"To par\" = '+2' AND \"Score\" = '69-73=142' AND \"Player\" = 'Rocco Mediate';"} +{"question_id": 12717, "table_id": "2-17974840-4", "question": "What is the country listed that has a place of T4 with a score of 72-70=142?", "sql": "SELECT \"Country\" FROM \"2-17974840-4\" WHERE \"Place\" = 'T4' AND \"Score\" = '72-70=142';"} +{"question_id": 12718, "table_id": "2-17751797-1", "question": "What is the Home team of the Kidderminster Harriers Away game?", "sql": "SELECT \"Home team\" FROM \"2-17751797-1\" WHERE \"Away team\" = 'Kidderminster Harriers';"} +{"question_id": 12719, "table_id": "2-17751797-1", "question": "What is the Date of the Sutton United Home game?", "sql": "SELECT \"Date\" FROM \"2-17751797-1\" WHERE \"Home team\" = 'Sutton United';"} +{"question_id": 12720, "table_id": "2-17751797-1", "question": "What is the Date of Tie no 35 with a Score of 3–2?", "sql": "SELECT \"Date\" FROM \"2-17751797-1\" WHERE \"Score\" = '3–2' AND \"Tie no\" = '35';"} +{"question_id": 12721, "table_id": "2-17751797-1", "question": "What is the Tie no of the Carlisle United Away game on 17/11/1990 with a Score of 5–0?", "sql": "SELECT \"Tie no\" FROM \"2-17751797-1\" WHERE \"Date\" = '17/11/1990' AND \"Score\" = '5–0' AND \"Away team\" = 'Carlisle United';"} +{"question_id": 12722, "table_id": "2-17751797-1", "question": "What is the Home team of Tie no 40?", "sql": "SELECT \"Home team\" FROM \"2-17751797-1\" WHERE \"Tie no\" = '40';"} +{"question_id": 12723, "table_id": "2-17751797-1", "question": "What is the Away team of the Merthyr Tydfil Home game with a Score of 1–1?", "sql": "SELECT \"Away team\" FROM \"2-17751797-1\" WHERE \"Score\" = '1–1' AND \"Home team\" = 'Merthyr Tydfil';"} +{"question_id": 12724, "table_id": "2-18054397-12", "question": "What is the lowest Attendance, when Home Team is \"Welling United\"?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-18054397-12\" WHERE \"Home team\" = 'Welling United';"} +{"question_id": 12725, "table_id": "2-18054397-12", "question": "What is Score, when Attendance is \"303\"?", "sql": "SELECT \"Score\" FROM \"2-18054397-12\" WHERE \"Attendance\" = 303.0;"} +{"question_id": 12726, "table_id": "2-18164650-5", "question": "Which place is Andy Bean from the United States?", "sql": "SELECT \"Place\" FROM \"2-18164650-5\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Andy Bean';"} +{"question_id": 12727, "table_id": "2-18164650-5", "question": "Which United States player has a place of T3?", "sql": "SELECT \"Player\" FROM \"2-18164650-5\" WHERE \"Country\" = 'United States' AND \"Place\" = 'T3';"} +{"question_id": 12728, "table_id": "2-18164650-5", "question": "What country is Lee Trevino from?", "sql": "SELECT \"Country\" FROM \"2-18164650-5\" WHERE \"Player\" = 'Lee Trevino';"} +{"question_id": 12729, "table_id": "2-18047346-2", "question": "What is the state that has the 2012 rank of 43?", "sql": "SELECT \"State\" FROM \"2-18047346-2\" WHERE \"Rank (2012)\" = 43.0;"} +{"question_id": 12730, "table_id": "2-18066166-1", "question": "What is the highest Year, when Apparatus is \"vault\", and when Rank-Final is less than 9?", "sql": "SELECT MAX(\"Year\") FROM \"2-18066166-1\" WHERE \"Apparatus\" = 'vault' AND \"Rank-Final\" < 9.0;"} +{"question_id": 12731, "table_id": "2-18066166-1", "question": "What is Year, when Competition Description is \"U.S. Championships\", when Rank-Final is less than 3, and when Apparatus is \"All-Around\"?", "sql": "SELECT \"Year\" FROM \"2-18066166-1\" WHERE \"Competition Description\" = 'U.S. Championships' AND \"Rank-Final\" < 3.0 AND \"Apparatus\" = 'All-Around';"} +{"question_id": 12732, "table_id": "2-18066166-1", "question": "What is Apparatus, when Rank-Final is greater than 6, and when Competition Description is \"U.S. Championships\"?", "sql": "SELECT \"Apparatus\" FROM \"2-18066166-1\" WHERE \"Rank-Final\" > 6.0 AND \"Competition Description\" = 'U.S. Championships';"} +{"question_id": 12733, "table_id": "2-17968233-1", "question": "What was the 2nd leg that had a first leg of 1-1?", "sql": "SELECT \"Home (2nd leg)\" FROM \"2-17968233-1\" WHERE \"1st Leg\" = '1-1';"} +{"question_id": 12734, "table_id": "2-17968233-1", "question": "What was the first leg home that had a total aggregate of 3-1?", "sql": "SELECT \"Home (1st leg)\" FROM \"2-17968233-1\" WHERE \"Aggregate\" = '3-1';"} +{"question_id": 12735, "table_id": "2-17968233-1", "question": "What was the 1st leg that had a 4-2 aggregate?", "sql": "SELECT \"1st Leg\" FROM \"2-17968233-1\" WHERE \"Aggregate\" = '4-2';"} +{"question_id": 12736, "table_id": "2-17968233-1", "question": "What was the 1st leg that had a 1st get home for the Boca Juniors?", "sql": "SELECT \"1st Leg\" FROM \"2-17968233-1\" WHERE \"Home (1st leg)\" = 'Boca Juniors';"} +{"question_id": 12737, "table_id": "2-17968233-1", "question": "What was the 2nd leg that had the Estudiantes La Plata home for the 2nd leg?", "sql": "SELECT \"2nd leg\" FROM \"2-17968233-1\" WHERE \"Home (2nd leg)\" = 'Estudiantes La Plata';"} +{"question_id": 12738, "table_id": "2-18007241-1", "question": "Can you tell me the Player that has the Place of T5, and the Score of 73-72-71-75=291?", "sql": "SELECT \"Player\" FROM \"2-18007241-1\" WHERE \"Place\" = 'T5' AND \"Score\" = '73-72-71-75=291';"} +{"question_id": 12739, "table_id": "2-18007241-1", "question": "Can you tell me the average Money ($) that has the To par larger than 14, and the Player of Ed Dudley?", "sql": "SELECT AVG(\"Money ( $ )\") FROM \"2-18007241-1\" WHERE \"To par\" > 14.0 AND \"Player\" = 'Ed Dudley';"} +{"question_id": 12740, "table_id": "2-17686681-2", "question": "What is the transfer window for Hleb?", "sql": "SELECT \"Transfer window\" FROM \"2-17686681-2\" WHERE \"Name\" = 'Hleb';"} +{"question_id": 12741, "table_id": "2-17686681-2", "question": "What is the lowest ends for Dani Alves?", "sql": "SELECT MIN(\"Ends\") FROM \"2-17686681-2\" WHERE \"Name\" = 'Dani Alves';"} +{"question_id": 12742, "table_id": "2-17686681-2", "question": "What is the name of the person with a type of Transfer, and a Transfer fee of €8M + €2M in variables?", "sql": "SELECT \"Name\" FROM \"2-17686681-2\" WHERE \"Type\" = 'Transfer' AND \"Transfer fee\" = '€8M + €2M in variables';"} +{"question_id": 12743, "table_id": "2-18186168-2", "question": "What is To par, when Margin of Victory is \"2 strokes\", and when Tournament is \"Women's British Open\"?", "sql": "SELECT \"To par\" FROM \"2-18186168-2\" WHERE \"Margin of victory\" = '2 strokes' AND \"Tournament\" = 'Women''s British Open';"} +{"question_id": 12744, "table_id": "2-18186168-2", "question": "What is Date, when Runner(s)-Up is \"Bo-Mee Lee\"?", "sql": "SELECT \"Date\" FROM \"2-18186168-2\" WHERE \"Runner(s)-up\" = 'Bo-Mee Lee';"} +{"question_id": 12745, "table_id": "2-18048776-4", "question": "What did Steve Stricker score?", "sql": "SELECT \"Score\" FROM \"2-18048776-4\" WHERE \"Player\" = 'Steve Stricker';"} +{"question_id": 12746, "table_id": "2-17632217-1", "question": "What is the sum of the number of clubs in seasons before 1992 with more than 3 total wins?", "sql": "SELECT SUM(\"Number of clubs\") FROM \"2-17632217-1\" WHERE \"Season\" < 1992.0 AND \"Total wins\" > 3.0;"} +{"question_id": 12747, "table_id": "2-17632217-1", "question": "What is the sum of the season with 8 clubs and Shanghai as the runners-up?", "sql": "SELECT SUM(\"Season\") FROM \"2-17632217-1\" WHERE \"Number of clubs\" = 8.0 AND \"Runners-up\" = 'Shanghai';"} +{"question_id": 12748, "table_id": "2-17632217-1", "question": "Who is third-place with less than 5 total wins with China B as the winners?", "sql": "SELECT \"Third-place\" FROM \"2-17632217-1\" WHERE \"Total wins\" < 5.0 AND \"Winners\" = 'China B';"} +{"question_id": 12749, "table_id": "2-17632217-1", "question": "What is the lowest total number of wins in a season before 1989 with tianjin as the runners-up and more than 8 clubs?", "sql": "SELECT MIN(\"Total wins\") FROM \"2-17632217-1\" WHERE \"Season\" < 1989.0 AND \"Runners-up\" = 'tianjin' AND \"Number of clubs\" > 8.0;"} +{"question_id": 12750, "table_id": "2-18336216-36", "question": "What was the result for Rank 2 on December 6, 1969?", "sql": "SELECT \"Result\" FROM \"2-18336216-36\" WHERE \"Rank#\" = '2' AND \"Date\" = 'December 6, 1969';"} +{"question_id": 12751, "table_id": "2-18336216-36", "question": "What was the rank # for opponent at Baylor?", "sql": "SELECT \"Rank#\" FROM \"2-18336216-36\" WHERE \"Opponent#\" = 'at Baylor';"} +{"question_id": 12752, "table_id": "2-18336216-36", "question": "What is the result for opponent TCU?", "sql": "SELECT \"Result\" FROM \"2-18336216-36\" WHERE \"Opponent#\" = 'TCU';"} +{"question_id": 12753, "table_id": "2-18336216-36", "question": "What date was the attendance 82,500?", "sql": "SELECT \"Date\" FROM \"2-18336216-36\" WHERE \"Attendance\" = '82,500';"} +{"question_id": 12754, "table_id": "2-17957305-2", "question": "Which League Cup has a Total smaller than 1?", "sql": "SELECT SUM(\"League Cup\") FROM \"2-17957305-2\" WHERE \"Total\" < 1.0;"} +{"question_id": 12755, "table_id": "2-17957305-2", "question": "Which Total has a League Cup smaller than 0?", "sql": "SELECT MAX(\"Total\") FROM \"2-17957305-2\" WHERE \"League Cup\" < 0.0;"} +{"question_id": 12756, "table_id": "2-17957305-2", "question": "Which Championship has a League Cup larger than 0, and a FA Cup larger than 0?", "sql": "SELECT MIN(\"Championship\") FROM \"2-17957305-2\" WHERE \"League Cup\" > 0.0 AND \"FA Cup\" > 0.0;"} +{"question_id": 12757, "table_id": "2-17957305-2", "question": "Which Championship has a League Cup smaller than 0?", "sql": "SELECT AVG(\"Championship\") FROM \"2-17957305-2\" WHERE \"League Cup\" < 0.0;"} +{"question_id": 12758, "table_id": "2-17852990-1", "question": "Which Age (as of 1 February 2014) has a Rank smaller than 9, and a Death date of 24 January 2007?", "sql": "SELECT \"Age (as of 1 February 2014)\" FROM \"2-17852990-1\" WHERE \"Rank\" < 9.0 AND \"Death date\" = '24 January 2007';"} +{"question_id": 12759, "table_id": "2-17852990-1", "question": "Which Death date has a Rank smaller than 49, and an Age (as of 1 February 2014) of 112 years, 172 days?", "sql": "SELECT \"Death date\" FROM \"2-17852990-1\" WHERE \"Rank\" < 49.0 AND \"Age (as of 1 February 2014)\" = '112 years, 172 days';"} +{"question_id": 12760, "table_id": "2-17852990-1", "question": "Which Death date has a Place of death or residence of United States, and an Age (as of 1 February 2014) of 111 years, 61 days?", "sql": "SELECT \"Death date\" FROM \"2-17852990-1\" WHERE \"Place of death or residence\" = 'United States' AND \"Age (as of 1 February 2014)\" = '111 years, 61 days';"} +{"question_id": 12761, "table_id": "2-18289217-6", "question": "What was the record on Feb 25?", "sql": "SELECT \"Record\" FROM \"2-18289217-6\" WHERE \"Date\" = 'Feb 25';"} +{"question_id": 12762, "table_id": "2-18289217-6", "question": "What was the streak when the opponent was @ New Jersey Nets?", "sql": "SELECT \"Streak\" FROM \"2-18289217-6\" WHERE \"Opponent\" = '@ New Jersey Nets';"} +{"question_id": 12763, "table_id": "2-18038123-1", "question": "What year was the competition Vitry-sur-Seine Humarathon?", "sql": "SELECT AVG(\"Year\") FROM \"2-18038123-1\" WHERE \"Competition\" = 'Vitry-sur-Seine Humarathon';"} +{"question_id": 12764, "table_id": "2-17716320-4", "question": "Which Goal Difference has 28 Points, and a Club of cd cartagena, more than 15 losses?", "sql": "SELECT MAX(\"Goal Difference\") FROM \"2-17716320-4\" WHERE \"Points\" = 28.0 AND \"Club\" = 'cd cartagena' AND \"Losses\" > 15.0;"} +{"question_id": 12765, "table_id": "2-17716320-4", "question": "How much Goal Difference has less than 9 Losses, and 8 Draws, and more than 40 points?", "sql": "SELECT SUM(\"Goal Difference\") FROM \"2-17716320-4\" WHERE \"Losses\" < 9.0 AND \"Draws\" = 8.0 AND \"Points\" > 40.0;"} +{"question_id": 12766, "table_id": "2-17716320-4", "question": "How many points have more than 14 wins, a goal difference of 14, and more than 6 draws?", "sql": "SELECT COUNT(\"Points\") FROM \"2-17716320-4\" WHERE \"Wins\" > 14.0 AND \"Goal Difference\" = 14.0 AND \"Draws\" > 6.0;"} +{"question_id": 12767, "table_id": "2-17716320-4", "question": "Which Played has Goals against larger than 34, and Wins smaller than 12, and Goals for smaller than 50, and Losses larger than 15?", "sql": "SELECT AVG(\"Played\") FROM \"2-17716320-4\" WHERE \"Goals against\" > 34.0 AND \"Wins\" < 12.0 AND \"Goals for\" < 50.0 AND \"Losses\" > 15.0;"} +{"question_id": 12768, "table_id": "2-17716320-4", "question": "Which Draws has Goals against smaller than 47, and a Position smaller than 13, and Goals for of 52?", "sql": "SELECT MIN(\"Draws\") FROM \"2-17716320-4\" WHERE \"Goals against\" < 47.0 AND \"Position\" < 13.0 AND \"Goals for\" = 52.0;"} +{"question_id": 12769, "table_id": "2-17700609-1", "question": "How long is the bridge in Villeneuve-sur-Lot?", "sql": "SELECT \"Longest span in s metre ( feet )\" FROM \"2-17700609-1\" WHERE \"Location\" = 'Villeneuve-sur-Lot';"} +{"question_id": 12770, "table_id": "2-17700609-1", "question": "Which bridge was completed in 1928?", "sql": "SELECT \"Name\" FROM \"2-17700609-1\" WHERE \"Completed\" = '1928';"} +{"question_id": 12771, "table_id": "2-17700609-1", "question": "How long is the UK's Ballochmyle Viaduct?", "sql": "SELECT \"Longest span in s metre ( feet )\" FROM \"2-17700609-1\" WHERE \"Land\" = 'UK' AND \"Name\" = 'Ballochmyle Viaduct';"} +{"question_id": 12772, "table_id": "2-17700609-1", "question": "What kind of arch is the Pont de Montanges (Pont-des-Pierres)?", "sql": "SELECT \"Arch type\" FROM \"2-17700609-1\" WHERE \"Name\" = 'Pont de Montanges (Pont-des-Pierres)';"} +{"question_id": 12773, "table_id": "2-17789994-1", "question": "From where did the Scout carrier rocket with the satellite that has a COSPAR ID of 1971-109A launch?", "sql": "SELECT \"Launch site\" FROM \"2-17789994-1\" WHERE \"Carrier rocket\" = 'Scout' AND \"COSPAR ID\" = '1971-109A';"} +{"question_id": 12774, "table_id": "2-17789994-1", "question": "When was the satellite that has a COSPAR ID of 1967-042A launched?", "sql": "SELECT \"Launch date\" FROM \"2-17789994-1\" WHERE \"COSPAR ID\" = '1967-042A';"} +{"question_id": 12775, "table_id": "2-17789994-1", "question": "What is Ariel 3's COSPAR ID?", "sql": "SELECT \"COSPAR ID\" FROM \"2-17789994-1\" WHERE \"Satellite\" = 'Ariel 3';"} +{"question_id": 12776, "table_id": "2-17789994-1", "question": "Which satellite was launched from Vandenberg?", "sql": "SELECT \"Satellite\" FROM \"2-17789994-1\" WHERE \"Launch site\" = 'Vandenberg';"} +{"question_id": 12777, "table_id": "2-17789994-1", "question": "What is the COSPAR ID of Ariel 4, which was launched with a Scout carrier rocket?", "sql": "SELECT \"COSPAR ID\" FROM \"2-17789994-1\" WHERE \"Carrier rocket\" = 'Scout' AND \"Satellite\" = 'Ariel 4';"} +{"question_id": 12778, "table_id": "2-18089765-4", "question": "Which Rush song was played for Mike Fincke?", "sql": "SELECT \"Song\" FROM \"2-18089765-4\" WHERE \"Played for\" = 'Mike Fincke' AND \"Artist\" = 'Rush';"} +{"question_id": 12779, "table_id": "2-18089765-4", "question": "On what flight day was U2 played?", "sql": "SELECT \"Flight Day\" FROM \"2-18089765-4\" WHERE \"Artist\" = 'U2';"} +{"question_id": 12780, "table_id": "2-18089765-4", "question": "What links were used on flight Day 16?", "sql": "SELECT \"Links\" FROM \"2-18089765-4\" WHERE \"Flight Day\" = 'Day 16';"} +{"question_id": 12781, "table_id": "2-18288707-2", "question": "What is the 2011 Australian Open and a 2010 QF?", "sql": "SELECT \"2011\" FROM \"2-18288707-2\" WHERE \"Tournament\" = 'Australian Open' AND \"2010\" = 'QF';"} +{"question_id": 12782, "table_id": "2-18288707-2", "question": "What is 2010 that has 1R 2011?", "sql": "SELECT \"2010\" FROM \"2-18288707-2\" WHERE \"2011\" = '1R';"} +{"question_id": 12783, "table_id": "2-18288707-2", "question": "What is the winning % for the 2010 QF?", "sql": "SELECT \"Win %\" FROM \"2-18288707-2\" WHERE \"2010\" = 'QF';"} +{"question_id": 12784, "table_id": "2-18288707-2", "question": "What is the 2009 for 2012 1R in Wimbledon and a 2011 2R?", "sql": "SELECT \"2009\" FROM \"2-18288707-2\" WHERE \"2012\" = '1R' AND \"Tournament\" = 'Wimbledon' AND \"2011\" = '2R';"} +{"question_id": 12785, "table_id": "2-18288707-2", "question": "What is 2012 that has a winning % of 67%?", "sql": "SELECT \"2012\" FROM \"2-18288707-2\" WHERE \"Win %\" = '67%';"} +{"question_id": 12786, "table_id": "2-17817954-1", "question": "In 1979 when Jimmy Connors was the runner-up what was the score?", "sql": "SELECT \"Score\" FROM \"2-17817954-1\" WHERE \"Runner-up\" = 'Jimmy Connors' AND \"Year\" < 1979.0;"} +{"question_id": 12787, "table_id": "2-17817954-1", "question": "Who won when Peter Fleming was a runner-up?", "sql": "SELECT \"Champion\" FROM \"2-17817954-1\" WHERE \"Runner-up\" = 'Peter Fleming';"} +{"question_id": 12788, "table_id": "2-17817954-1", "question": "When John McEnroe won at Montreal, what was the score?", "sql": "SELECT \"Score\" FROM \"2-17817954-1\" WHERE \"Location\" = 'Montreal' AND \"Champion\" = 'John McEnroe';"} +{"question_id": 12789, "table_id": "2-17817954-1", "question": "When ilie năstase beat runner-up peter fleming what year was it?", "sql": "SELECT COUNT(\"Year\") FROM \"2-17817954-1\" WHERE \"Champion\" = 'ilie năstase' AND \"Runner-up\" = 'peter fleming';"} +{"question_id": 12790, "table_id": "2-18317337-1", "question": "What is the first track where the production credit is Margret Arranged by E. Mergency?", "sql": "SELECT MIN(\"Track\") FROM \"2-18317337-1\" WHERE \"Production credits\" = 'Margret Arranged by E. Mergency';"} +{"question_id": 12791, "table_id": "2-18317337-1", "question": "Which song was written by Nigel Stock and is 4:12 long?", "sql": "SELECT \"Title\" FROM \"2-18317337-1\" WHERE \"Songwriter(s)\" = 'Nigel Stock' AND \"Time\" = '4:12';"} +{"question_id": 12792, "table_id": "2-18317337-1", "question": "Who was the songwriter for Track 4, produced by Nigel Wright and John Smits?", "sql": "SELECT \"Songwriter(s)\" FROM \"2-18317337-1\" WHERE \"Production credits\" = 'Nigel Wright and John Smits' AND \"Track\" = 4.0;"} +{"question_id": 12793, "table_id": "2-18268890-5", "question": "What is the lowest draft of player Jim Farrell, who has a pick greater than 197 and a round of 14?", "sql": "SELECT MIN(\"Draft\") FROM \"2-18268890-5\" WHERE \"Pick\" > 197.0 AND \"Round\" = 14.0 AND \"Player\" = 'Jim Farrell';"} +{"question_id": 12794, "table_id": "2-18268890-5", "question": "What is the lowest pick of player paul stasiuk from a round greater than 12?", "sql": "SELECT MIN(\"Pick\") FROM \"2-18268890-5\" WHERE \"Player\" = 'paul stasiuk' AND \"Round\" > 12.0;"} +{"question_id": 12795, "table_id": "2-18268890-5", "question": "What is the total pick number of player curt bennett from canada with a draft before 1976 and a round less than 2?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-18268890-5\" WHERE \"Nationality\" = 'canada' AND \"Draft\" < 1976.0 AND \"Player\" = 'curt bennett' AND \"Round\" < 2.0;"} +{"question_id": 12796, "table_id": "2-18268890-5", "question": "What is the average pick of player paul maclean, who had a draft before 1978?", "sql": "SELECT AVG(\"Pick\") FROM \"2-18268890-5\" WHERE \"Player\" = 'paul maclean' AND \"Draft\" < 1978.0;"} +{"question_id": 12797, "table_id": "2-18268890-5", "question": "What is the average round of player dave pulkkinen, who had a draft after 1969?", "sql": "SELECT AVG(\"Round\") FROM \"2-18268890-5\" WHERE \"Player\" = 'dave pulkkinen' AND \"Draft\" > 1969.0;"} +{"question_id": 12798, "table_id": "2-18255134-2", "question": "What was the position in 1981?", "sql": "SELECT \"Position\" FROM \"2-18255134-2\" WHERE \"Year\" = 1981.0;"} +{"question_id": 12799, "table_id": "2-18255134-2", "question": "What was the player with pick 19?", "sql": "SELECT \"Player\" FROM \"2-18255134-2\" WHERE \"Pick\" = '19';"} +{"question_id": 12800, "table_id": "2-18096431-6", "question": "What is the Country of the T2 Place Player with a Score of 69-69-69=207?", "sql": "SELECT \"Country\" FROM \"2-18096431-6\" WHERE \"Place\" = 'T2' AND \"Score\" = '69-69-69=207';"} +{"question_id": 12801, "table_id": "2-18096431-6", "question": "What is T7 Place Player Justin Leonard's Score?", "sql": "SELECT \"Score\" FROM \"2-18096431-6\" WHERE \"Place\" = 'T7' AND \"Player\" = 'Justin Leonard';"} +{"question_id": 12802, "table_id": "2-18096431-6", "question": "What Player's Score is 69-71-69=208?", "sql": "SELECT \"Player\" FROM \"2-18096431-6\" WHERE \"Score\" = '69-71-69=208';"} +{"question_id": 12803, "table_id": "2-18096431-6", "question": "What is the Place of the Player with a To par of –8 and a Score of 67-74-67=208?", "sql": "SELECT \"Place\" FROM \"2-18096431-6\" WHERE \"To par\" = '–8' AND \"Score\" = '67-74-67=208';"} +{"question_id": 12804, "table_id": "2-18096431-6", "question": "What is T4 Place Player Nick Price's Score?", "sql": "SELECT \"Score\" FROM \"2-18096431-6\" WHERE \"Place\" = 'T4' AND \"Player\" = 'Nick Price';"} +{"question_id": 12805, "table_id": "2-18096431-6", "question": "What is Justin Leonard with a To par of –7's Score?", "sql": "SELECT \"Score\" FROM \"2-18096431-6\" WHERE \"To par\" = '–7' AND \"Player\" = 'Justin Leonard';"} +{"question_id": 12806, "table_id": "2-17782308-1", "question": "Who was the opponent at the week 4 game?", "sql": "SELECT \"Opponent\" FROM \"2-17782308-1\" WHERE \"Week\" = 4.0;"} +{"question_id": 12807, "table_id": "2-17782308-1", "question": "What was the result of the week 16 game?", "sql": "SELECT \"Result\" FROM \"2-17782308-1\" WHERE \"Week\" = 16.0;"} +{"question_id": 12808, "table_id": "2-17782308-1", "question": "What was the attendance at the post-week 7 game against the San Diego Chargers?", "sql": "SELECT \"Attendance\" FROM \"2-17782308-1\" WHERE \"Week\" > 7.0 AND \"Opponent\" = 'San Diego Chargers';"} +{"question_id": 12809, "table_id": "2-17707895-3", "question": "What is the Competition on July 7?", "sql": "SELECT \"Competition\" FROM \"2-17707895-3\" WHERE \"Date\" = 'July 7';"} +{"question_id": 12810, "table_id": "2-17707895-3", "question": "At what Location in Round 3 is the Score 1-1?", "sql": "SELECT \"Location\" FROM \"2-17707895-3\" WHERE \"Round\" = 'Round 3' AND \"Score\" = '1-1';"} +{"question_id": 12811, "table_id": "2-17707895-3", "question": "What is the Score of the competition on October 25?", "sql": "SELECT \"Score\" FROM \"2-17707895-3\" WHERE \"Date\" = 'October 25';"} +{"question_id": 12812, "table_id": "2-1811262-1", "question": "What is 2nd Party, when Election is \"1885\"?", "sql": "SELECT \"2nd Party\" FROM \"2-1811262-1\" WHERE \"Election\" = '1885';"} +{"question_id": 12813, "table_id": "2-1811262-1", "question": "What is 1st Party, when 2nd Party is \"Conservative\", when 2nd Member is \"Samuel Hammersley\", and when Election is \"1931\"?", "sql": "SELECT \"1st Party\" FROM \"2-1811262-1\" WHERE \"2nd Party\" = 'Conservative' AND \"2nd Member\" = 'Samuel Hammersley' AND \"Election\" = '1931';"} +{"question_id": 12814, "table_id": "2-1811262-1", "question": "What is 2nd Party, when 1st Member is \"Alan Dower\"?", "sql": "SELECT \"2nd Party\" FROM \"2-1811262-1\" WHERE \"1st Member\" = 'Alan Dower';"} +{"question_id": 12815, "table_id": "2-1811262-1", "question": "What is 1st Member, when 2nd Party is \"Conservative\", and when 2nd Member is \"William Tipping\"?", "sql": "SELECT \"1st Member\" FROM \"2-1811262-1\" WHERE \"2nd Party\" = 'Conservative' AND \"2nd Member\" = 'William Tipping';"} +{"question_id": 12816, "table_id": "2-1811262-1", "question": "What is 1st Party, when 2nd Party is \"Liberal\", and when 1st Member is \"James Kershaw\"?", "sql": "SELECT \"1st Party\" FROM \"2-1811262-1\" WHERE \"2nd Party\" = 'Liberal' AND \"1st Member\" = 'James Kershaw';"} +{"question_id": 12817, "table_id": "2-1811262-1", "question": "What is 1st Member, when 1st Party is \"Constituency abolished\"?", "sql": "SELECT \"1st Member\" FROM \"2-1811262-1\" WHERE \"1st Party\" = 'Constituency abolished';"} +{"question_id": 12818, "table_id": "2-177766-1", "question": "What is the largest Area (msr) that has an Area less than 291.045, is part of the per family, and has a rank higher than 78?", "sql": "SELECT MAX(\"Area (msr)\") FROM \"2-177766-1\" WHERE \"Area (sq.deg.)\" < 291.045 AND \"Family\" = 'per' AND \"Rank\" > 78.0;"} +{"question_id": 12819, "table_id": "2-177766-1", "question": "What is the total sum of Areas (sq.deg) that have an Area (msr) of 43.059 and a Right ascension (hm) larger than 747.73?", "sql": "SELECT SUM(\"Area (sq.deg.)\") FROM \"2-177766-1\" WHERE \"Area (msr)\" = 43.059 AND \"Right ascension (hm)\" > 747.73;"} +{"question_id": 12820, "table_id": "2-18284277-1", "question": "What's the total time for the summer universiade competition?", "sql": "SELECT COUNT(\"Time\") FROM \"2-18284277-1\" WHERE \"Competition\" = 'summer universiade';"} +{"question_id": 12821, "table_id": "2-18284277-1", "question": "What's the highest time for the 1995 200 metres event?", "sql": "SELECT MAX(\"Time\") FROM \"2-18284277-1\" WHERE \"Year\" = 1995.0 AND \"Event\" = '200 metres';"} +{"question_id": 12822, "table_id": "2-18284277-1", "question": "What position has a time over 38.61 at the Gothenburg venue?", "sql": "SELECT \"Position\" FROM \"2-18284277-1\" WHERE \"Time\" > 38.61 AND \"Venue\" = 'Gothenburg';"} +{"question_id": 12823, "table_id": "2-18284277-1", "question": "What position has a time less than 40.2 at the Rome venue?", "sql": "SELECT \"Position\" FROM \"2-18284277-1\" WHERE \"Venue\" = 'Rome' AND \"Time\" < 40.2;"} +{"question_id": 12824, "table_id": "2-178745-3", "question": "What is the most Bronze medals won among the participants that won less than 22 medals overall and less than 5 silver medals?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-178745-3\" WHERE \"Total\" < 22.0 AND \"Silver\" < 5.0;"} +{"question_id": 12825, "table_id": "2-178745-3", "question": "How many silver medals were won by the participant(s) that had more than 12 gold medals and 11 bronze medals?", "sql": "SELECT \"Silver\" FROM \"2-178745-3\" WHERE \"Gold\" > 12.0 AND \"Bronze\" = 11.0;"} +{"question_id": 12826, "table_id": "2-178745-3", "question": "What is the average number of gold medals won among participants that won less than 13 silver, less than 8 bronze, and more than 18 medals overall?", "sql": "SELECT AVG(\"Gold\") FROM \"2-178745-3\" WHERE \"Silver\" < 13.0 AND \"Total\" > 18.0 AND \"Bronze\" < 8.0;"} +{"question_id": 12827, "table_id": "2-17951246-4", "question": "What is the number range for the T 3 class?", "sql": "SELECT \"Number range\" FROM \"2-17951246-4\" WHERE \"Class\" = 'T 3';"} +{"question_id": 12828, "table_id": "2-18069720-1", "question": "What 2009 has 52-75 as the 2010?", "sql": "SELECT \"2009\" FROM \"2-18069720-1\" WHERE \"2010\" = '52-75';"} +{"question_id": 12829, "table_id": "2-18069720-1", "question": "What 2008 has 2013 for the year 2013?", "sql": "SELECT \"2008\" FROM \"2-18069720-1\" WHERE \"2013\" = '2013';"} +{"question_id": 12830, "table_id": "2-18069720-1", "question": "What 2009 has 39th as the 2011?", "sql": "SELECT \"2009\" FROM \"2-18069720-1\" WHERE \"2011\" = '39th';"} +{"question_id": 12831, "table_id": "2-18032715-8", "question": "How many specimens does the SANT institution have?", "sql": "SELECT SUM(\"No. Specimens\") FROM \"2-18032715-8\" WHERE \"Abbr.\" = 'SANT';"} +{"question_id": 12832, "table_id": "2-18032715-8", "question": "In which city is the Universidad de Santiago de Compostela located?", "sql": "SELECT \"City\" FROM \"2-18032715-8\" WHERE \"Name\" = 'Universidad de Santiago de Compostela';"} +{"question_id": 12833, "table_id": "2-18032715-8", "question": "In which city is MUB located?", "sql": "SELECT \"City\" FROM \"2-18032715-8\" WHERE \"Abbr.\" = 'MUB';"} +{"question_id": 12834, "table_id": "2-1821121-1", "question": "Which 2nd Member has a 1st Party of Liberal?", "sql": "SELECT \"2nd Member\" FROM \"2-1821121-1\" WHERE \"1st Party\" = 'Liberal';"} +{"question_id": 12835, "table_id": "2-1821121-1", "question": "Which 1st Party has an Election of 1893 by-election?", "sql": "SELECT \"1st Party\" FROM \"2-1821121-1\" WHERE \"Election\" = '1893 by-election';"} +{"question_id": 12836, "table_id": "2-1821121-1", "question": "Which 1st Member has an Election of 1895?", "sql": "SELECT \"1st Member\" FROM \"2-1821121-1\" WHERE \"Election\" = '1895';"} +{"question_id": 12837, "table_id": "2-1821121-1", "question": "Which Election has a 1st Member of James Parker?", "sql": "SELECT \"Election\" FROM \"2-1821121-1\" WHERE \"1st Member\" = 'James Parker';"} +{"question_id": 12838, "table_id": "2-1821121-1", "question": "Which 1st Party has a 2nd Member of Sir Charles Wood, and a 1st Member of Sir Francis Crossley?", "sql": "SELECT \"1st Party\" FROM \"2-1821121-1\" WHERE \"2nd Member\" = 'Sir Charles Wood' AND \"1st Member\" = 'Sir Francis Crossley';"} +{"question_id": 12839, "table_id": "2-1821121-1", "question": "Which 1st Party has a 2nd Member of William Rawson Shaw, and a 1st Member of Sir James Stansfeld?", "sql": "SELECT \"1st Party\" FROM \"2-1821121-1\" WHERE \"2nd Member\" = 'William Rawson Shaw' AND \"1st Member\" = 'Sir James Stansfeld';"} +{"question_id": 12840, "table_id": "2-18072454-2", "question": "What is the total number of vegetables of the governorate with more than 135685 trees, less than 3140 cereals, and less than 31443 olives?", "sql": "SELECT COUNT(\"Vegetables\") FROM \"2-18072454-2\" WHERE \"Fruit Trees\" > 135685.0 AND \"Cereals\" < 3140.0 AND \"Olives\" < 31443.0;"} +{"question_id": 12841, "table_id": "2-18072454-2", "question": "What is the total number of fruit trees of the governorate with more than 12141 vegetables, less than 153232 industrial crops, and less than 3140 cereals?", "sql": "SELECT COUNT(\"Fruit Trees\") FROM \"2-18072454-2\" WHERE \"Vegetables\" > 12141.0 AND \"Industrial crops\" < 153232.0 AND \"Cereals\" < 3140.0;"} +{"question_id": 12842, "table_id": "2-18072454-2", "question": "What is the total number of olives of the governorate with less than 259743 vegetables, more than 14625 industrial crops, and 20768 fruit trees?", "sql": "SELECT COUNT(\"Olives\") FROM \"2-18072454-2\" WHERE \"Vegetables\" < 259743.0 AND \"Industrial crops\" > 14625.0 AND \"Fruit Trees\" = 20768.0;"} +{"question_id": 12843, "table_id": "2-18072454-2", "question": "What is the lowest number of olives of the governorate with less than 247265 industrial crops and more than 37638 cereals?", "sql": "SELECT MIN(\"Olives\") FROM \"2-18072454-2\" WHERE \"Industrial crops\" < 247265.0 AND \"Cereals\" > 37638.0;"} +{"question_id": 12844, "table_id": "2-18072454-2", "question": "What is the total number of cereals of the nabatieh governorate, which has less than 595147 fruit trees and more than 116124 olives?", "sql": "SELECT COUNT(\"Cereals\") FROM \"2-18072454-2\" WHERE \"Fruit Trees\" < 595147.0 AND \"Governorate\" = 'nabatieh' AND \"Olives\" > 116124.0;"} +{"question_id": 12845, "table_id": "2-18072454-2", "question": "What is the sum of the cereals of the governorate with 20753 vegetables and less than 123304 fruit trees?", "sql": "SELECT SUM(\"Cereals\") FROM \"2-18072454-2\" WHERE \"Vegetables\" = 20753.0 AND \"Fruit Trees\" < 123304.0;"} +{"question_id": 12846, "table_id": "2-17915-7", "question": "Which 1999 has 2000 as the Year-End Championship?", "sql": "SELECT \"1999\" FROM \"2-17915-7\" WHERE \"2000\" = 'Year-End Championship';"} +{"question_id": 12847, "table_id": "2-17915-7", "question": "Which 1997 has SF as the 2002?", "sql": "SELECT \"1997\" FROM \"2-17915-7\" WHERE \"2002\" = 'SF';"} +{"question_id": 12848, "table_id": "2-17915-7", "question": "What tournament has 1R as the 2011?", "sql": "SELECT \"Tournament\" FROM \"2-17915-7\" WHERE \"2011\" = '1R';"} +{"question_id": 12849, "table_id": "2-17915-7", "question": "What 2009 has 3R as the 1999, and W as 2002?", "sql": "SELECT \"2009\" FROM \"2-17915-7\" WHERE \"1999\" = '3R' AND \"2002\" = 'W';"} +{"question_id": 12850, "table_id": "2-18162108-1", "question": "What is Mass, when Designation is Prognoz 2?", "sql": "SELECT \"Mass\" FROM \"2-18162108-1\" WHERE \"Designation\" = 'Prognoz 2';"} +{"question_id": 12851, "table_id": "2-18162108-1", "question": "What is Mass, when Launch Date/Time ( GMT ) is 25 November 1976, 03:59?", "sql": "SELECT \"Mass\" FROM \"2-18162108-1\" WHERE \"Launch date/time ( GMT )\" = '25 November 1976, 03:59';"} +{"question_id": 12852, "table_id": "2-18162108-1", "question": "What is Apogee, when Inclination is 65°, and when Launch Date/Time is ( GMT ) is 15 February 1973, 01:11?", "sql": "SELECT \"Apogee\" FROM \"2-18162108-1\" WHERE \"Inclination\" = '65°' AND \"Launch date/time ( GMT )\" = '15 February 1973, 01:11';"} +{"question_id": 12853, "table_id": "2-18162108-1", "question": "What is Apogee, when Designation is Prognoz 6?", "sql": "SELECT \"Apogee\" FROM \"2-18162108-1\" WHERE \"Designation\" = 'Prognoz 6';"} +{"question_id": 12854, "table_id": "2-18162108-1", "question": "What is Designation, when Launch Date/Time ( GMT ) is 29 June 1972, 03:47?", "sql": "SELECT \"Designation\" FROM \"2-18162108-1\" WHERE \"Launch date/time ( GMT )\" = '29 June 1972, 03:47';"} +{"question_id": 12855, "table_id": "2-17781949-4", "question": "What is the Elimination for Candice?", "sql": "SELECT \"Elimination\" FROM \"2-17781949-4\" WHERE \"Wrestler\" = 'Candice';"} +{"question_id": 12856, "table_id": "2-17781949-4", "question": "What Wrestler has an Elimination of 7?", "sql": "SELECT \"Wrestler\" FROM \"2-17781949-4\" WHERE \"Elimination\" = '7';"} +{"question_id": 12857, "table_id": "2-17781949-4", "question": "What is the Elimination of the Player with Elimination Move of Hurricanrana pin?", "sql": "SELECT \"Elimination\" FROM \"2-17781949-4\" WHERE \"Elimination Move\" = 'Hurricanrana pin';"} +{"question_id": 12858, "table_id": "2-17781949-4", "question": "What is Natalya's Time?", "sql": "SELECT \"Time\" FROM \"2-17781949-4\" WHERE \"Wrestler\" = 'Natalya';"} +{"question_id": 12859, "table_id": "2-17781949-4", "question": "What is Maria's Elimination Move?", "sql": "SELECT \"Elimination Move\" FROM \"2-17781949-4\" WHERE \"Wrestler\" = 'Maria';"} +{"question_id": 12860, "table_id": "2-18324411-4", "question": "In which area was there a score of 68?", "sql": "SELECT \"Place\" FROM \"2-18324411-4\" WHERE \"Score\" = 68.0;"} +{"question_id": 12861, "table_id": "2-18324411-4", "question": "Which player had a position of T1 and played in the United States?", "sql": "SELECT \"Player\" FROM \"2-18324411-4\" WHERE \"Place\" = 'T1' AND \"Country\" = 'United States';"} +{"question_id": 12862, "table_id": "2-18324411-4", "question": "What person had an opponent of Linda Wessberg and scored an average score?", "sql": "SELECT AVG(\"Score\") FROM \"2-18324411-4\" WHERE \"Player\" = 'Linda Wessberg';"} +{"question_id": 12863, "table_id": "2-1810761-1", "question": "What was the lowest total for Italy when the latest win is 1950?", "sql": "SELECT MIN(\"Total\") FROM \"2-1810761-1\" WHERE \"Nationality\" = 'Italy' AND \"Latest win\" = 1950.0;"} +{"question_id": 12864, "table_id": "2-1805191-16", "question": "What were the results for the incumbent from Iowa 2 district?", "sql": "SELECT \"Results\" FROM \"2-1805191-16\" WHERE \"District\" = 'Iowa 2';"} +{"question_id": 12865, "table_id": "2-1805191-16", "question": "Who is the incumbent that has been in office since before 1996 and was again Re-elected?", "sql": "SELECT \"Incumbent\" FROM \"2-1805191-16\" WHERE \"Results\" = 'Re-elected' AND \"First elected\" < 1996.0;"} +{"question_id": 12866, "table_id": "2-1805191-16", "question": "From which party is the incumbent who was first elected to office in 1990?", "sql": "SELECT \"Party\" FROM \"2-1805191-16\" WHERE \"First elected\" = 1990.0;"} +{"question_id": 12867, "table_id": "2-1805191-16", "question": "In what year did the Democratic incumbent that was Re-elected first take office?", "sql": "SELECT \"First elected\" FROM \"2-1805191-16\" WHERE \"Results\" = 'Re-elected' AND \"Party\" = 'Democratic';"} +{"question_id": 12868, "table_id": "2-178389-1", "question": "what is the year built of Kyrkjebø?", "sql": "SELECT AVG(\"Year Built\") FROM \"2-178389-1\" WHERE \"Sub-Parish (Sogn)\" = 'Kyrkjebø';"} +{"question_id": 12869, "table_id": "2-178389-1", "question": "WHAT IS THE SUB-PARISH WITH A YEAR AFTER 1916, IN Ortnevik?", "sql": "SELECT \"Sub-Parish (Sogn)\" FROM \"2-178389-1\" WHERE \"Year Built\" > 1916.0 AND \"Location of the Church\" = 'Ortnevik';"} +{"question_id": 12870, "table_id": "2-18007222-1", "question": "What is the To par of the Player who won in 1936?", "sql": "SELECT \"To par\" FROM \"2-18007222-1\" WHERE \"Year(s) won\" = '1936';"} +{"question_id": 12871, "table_id": "2-18007222-1", "question": "What is the Player who won in 1931?", "sql": "SELECT \"Player\" FROM \"2-18007222-1\" WHERE \"Year(s) won\" = '1931';"} +{"question_id": 12872, "table_id": "2-18007222-1", "question": "What is the Total for the Player who won in 1922, 1932?", "sql": "SELECT AVG(\"Total\") FROM \"2-18007222-1\" WHERE \"Year(s) won\" = '1922, 1932';"} +{"question_id": 12873, "table_id": "2-18007222-1", "question": "What is the Total for the Player who won in 1936?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18007222-1\" WHERE \"Year(s) won\" = '1936';"} +{"question_id": 12874, "table_id": "2-18007222-1", "question": "What is the Finish of the Player with a To par of 23 of less and Total of 294?", "sql": "SELECT \"Finish\" FROM \"2-18007222-1\" WHERE \"To par\" < 23.0 AND \"Total\" = 294.0;"} +{"question_id": 12875, "table_id": "2-17876929-1", "question": "What season has a Level of 2nd, 29 points?", "sql": "SELECT \"Season\" FROM \"2-17876929-1\" WHERE \"Level\" = '2nd' AND \"Points\" = 29.0;"} +{"question_id": 12876, "table_id": "2-17876929-1", "question": "What is the number of points when goals were 29–30?", "sql": "SELECT SUM(\"Points\") FROM \"2-17876929-1\" WHERE \"Goals\" = '29–30';"} +{"question_id": 12877, "table_id": "2-17876929-1", "question": "What is the level when points are larger than 25, and goals are 64–31?", "sql": "SELECT \"Level\" FROM \"2-17876929-1\" WHERE \"Points\" > 25.0 AND \"Goals\" = '64–31';"} +{"question_id": 12878, "table_id": "2-1773711-1", "question": "Which engine has a code of M113.980?", "sql": "SELECT \"Engine\" FROM \"2-1773711-1\" WHERE \"Engine code\" = 'M113.980';"} +{"question_id": 12879, "table_id": "2-1773711-1", "question": "Engine 2.5 20V D has what engine code?", "sql": "SELECT \"Engine code\" FROM \"2-1773711-1\" WHERE \"Engine\" = '2.5 20V D';"} +{"question_id": 12880, "table_id": "2-1773711-1", "question": "How much torque does the engine with code OM611 have?", "sql": "SELECT \"Torque\" FROM \"2-1773711-1\" WHERE \"Engine code\" = 'OM611';"} +{"question_id": 12881, "table_id": "2-1773711-1", "question": "Which engine has a code of M119.985?", "sql": "SELECT \"Engine\" FROM \"2-1773711-1\" WHERE \"Engine code\" = 'M119.985';"} +{"question_id": 12882, "table_id": "2-1773711-1", "question": "How much torque does the engine that has a 10.9 0-100km/h (sec) rating have?", "sql": "SELECT \"Torque\" FROM \"2-1773711-1\" WHERE \"0–100km/h (sec.)\" = '10.9';"} +{"question_id": 12883, "table_id": "2-1773711-1", "question": "Engine 2.3 16V has how many cylinders?", "sql": "SELECT \"Cyl.\" FROM \"2-1773711-1\" WHERE \"Engine\" = '2.3 16V';"} +{"question_id": 12884, "table_id": "2-18289217-5", "question": "Which Record has an Opponent of Milwaukee Bucks?", "sql": "SELECT \"Record\" FROM \"2-18289217-5\" WHERE \"Opponent\" = 'Milwaukee Bucks';"} +{"question_id": 12885, "table_id": "2-18289217-5", "question": "Which Record has a Location/Attendance of Ford Center, a Game larger than 30, and a Score of 87–79?", "sql": "SELECT \"Record\" FROM \"2-18289217-5\" WHERE \"Location/Attendance\" = 'Ford Center' AND \"Game\" > 30.0 AND \"Score\" = '87–79';"} +{"question_id": 12886, "table_id": "2-18289217-5", "question": "Which Game has an Opponent of @ Houston Rockets?", "sql": "SELECT MIN(\"Game\") FROM \"2-18289217-5\" WHERE \"Opponent\" = '@ Houston Rockets';"} +{"question_id": 12887, "table_id": "2-18289217-5", "question": "Which Streak has a Score of 98–109?", "sql": "SELECT \"Streak\" FROM \"2-18289217-5\" WHERE \"Score\" = '98–109';"} +{"question_id": 12888, "table_id": "2-18289217-5", "question": "Which Game has an Opponent of @ Washington Wizards?", "sql": "SELECT \"Game\" FROM \"2-18289217-5\" WHERE \"Opponent\" = '@ Washington Wizards';"} +{"question_id": 12889, "table_id": "2-18289217-5", "question": "Which Streak has a Record of 21–22?", "sql": "SELECT \"Streak\" FROM \"2-18289217-5\" WHERE \"Record\" = '21–22';"} +{"question_id": 12890, "table_id": "2-17693472-3", "question": "What was the outcome on 11 October 2009, when his partner was Jordan Kerr?", "sql": "SELECT \"Outcome\" FROM \"2-17693472-3\" WHERE \"Partner\" = 'Jordan Kerr' AND \"Date\" = '11 October 2009';"} +{"question_id": 12891, "table_id": "2-17693472-3", "question": "On what surface did he play with Stephen Huss on 31 October 2010?", "sql": "SELECT \"Surface\" FROM \"2-17693472-3\" WHERE \"Partner\" = 'Stephen Huss' AND \"Date\" = '31 October 2010';"} +{"question_id": 12892, "table_id": "2-17923214-5", "question": "What's was the 2008 during the Year End Ranking?", "sql": "SELECT \"2008\" FROM \"2-17923214-5\" WHERE \"Tournament\" = 'Year End Ranking';"} +{"question_id": 12893, "table_id": "2-17923214-5", "question": "What's the 2010 when Q2 happened in 2011?", "sql": "SELECT \"2010\" FROM \"2-17923214-5\" WHERE \"2011\" = 'Q2';"} +{"question_id": 12894, "table_id": "2-17923214-5", "question": "What's the 2008 when 1R happened in 2009?", "sql": "SELECT \"2008\" FROM \"2-17923214-5\" WHERE \"2009\" = '1R';"} +{"question_id": 12895, "table_id": "2-1806946-2", "question": "What is the lowest value for Olympics, when Sailors is greater than 1, when First OG is after 1948, and when Class is \"Flying Dutchman\"?", "sql": "SELECT MIN(\"Olympics so far\") FROM \"2-1806946-2\" WHERE \"Sailors\" > 1.0 AND \"First OG\" > 1948.0 AND \"Class\" = 'Flying Dutchman';"} +{"question_id": 12896, "table_id": "2-1793447-2", "question": "What is the country associated with the date in 2003?", "sql": "SELECT \"Country\" FROM \"2-1793447-2\" WHERE \"Date\" = '2003';"} +{"question_id": 12897, "table_id": "2-1793447-2", "question": "What is the format for UK catalog S 63795?", "sql": "SELECT \"Format\" FROM \"2-1793447-2\" WHERE \"Country\" = 'UK' AND \"Catalog\" = 'S 63795';"} +{"question_id": 12898, "table_id": "2-1793447-2", "question": "What is the date for US catalog CK 9942?", "sql": "SELECT \"Date\" FROM \"2-1793447-2\" WHERE \"Country\" = 'US' AND \"Catalog\" = 'CK 9942';"} +{"question_id": 12899, "table_id": "2-1793447-2", "question": "What is the label for catalog EMB 31956?", "sql": "SELECT \"Label\" FROM \"2-1793447-2\" WHERE \"Catalog\" = 'EMB 31956';"} +{"question_id": 12900, "table_id": "2-1793447-2", "question": "What is the date for CBS label?", "sql": "SELECT \"Date\" FROM \"2-1793447-2\" WHERE \"Label\" = 'CBS';"} +{"question_id": 12901, "table_id": "2-17922056-1", "question": "Where is constituency number 16?", "sql": "SELECT \"Name\" FROM \"2-17922056-1\" WHERE \"Constituency number\" = '16';"} +{"question_id": 12902, "table_id": "2-18295097-1", "question": "Which Elevator has Elevated of April 12, 1281, a Nationality of French, and an Elector of Jean Cholet?", "sql": "SELECT \"Elevator\" FROM \"2-18295097-1\" WHERE \"Elevated\" = 'April 12, 1281' AND \"Nationality\" = 'French' AND \"Elector\" = 'Jean Cholet';"} +{"question_id": 12903, "table_id": "2-18295097-1", "question": "Which Elevated has an Elector of Matteo Orsini Rosso?", "sql": "SELECT \"Elevated\" FROM \"2-18295097-1\" WHERE \"Elector\" = 'Matteo Orsini Rosso';"} +{"question_id": 12904, "table_id": "2-18295097-1", "question": "Which Elector has a Title of S. Cecilia?", "sql": "SELECT \"Elector\" FROM \"2-18295097-1\" WHERE \"Title\" = 'Title of S. Cecilia';"} +{"question_id": 12905, "table_id": "2-18295097-1", "question": "Which Elevator has a Title of Bishop of Palestrina?", "sql": "SELECT \"Elevator\" FROM \"2-18295097-1\" WHERE \"Title\" = 'Bishop of Palestrina';"} +{"question_id": 12906, "table_id": "2-18295097-1", "question": "Which Order has a Nationality of ese Milan?", "sql": "SELECT \"Order\" FROM \"2-18295097-1\" WHERE \"Nationality\" = 'ese Milan';"} +{"question_id": 12907, "table_id": "2-18295097-1", "question": "Which Elector has an Order of Cardinal-priest, and a Nationality of French?", "sql": "SELECT \"Elector\" FROM \"2-18295097-1\" WHERE \"Order\" = 'Cardinal-priest' AND \"Nationality\" = 'French';"} +{"question_id": 12908, "table_id": "2-17747473-1", "question": "How many foundeds have sousse as the city, with a capacity greater than 25000?", "sql": "SELECT COUNT(\"Founded\") FROM \"2-17747473-1\" WHERE \"City\" = 'sousse' AND \"Capacity\" > 25000.0;"} +{"question_id": 12909, "table_id": "2-17747473-1", "question": "What is the lowest founded that has Bizerte Athletic F.C. as the club?", "sql": "SELECT MIN(\"Founded\") FROM \"2-17747473-1\" WHERE \"Club\" = 'Bizerte Athletic F.C.';"} +{"question_id": 12910, "table_id": "2-17747473-1", "question": "How many foundeds have stade tunisien as the club, with a capacity greater than 18000?", "sql": "SELECT SUM(\"Founded\") FROM \"2-17747473-1\" WHERE \"Club\" = 'stade tunisien' AND \"Capacity\" > 18000.0;"} +{"question_id": 12911, "table_id": "2-17747473-1", "question": "How much capacity has 1944 as the founded?", "sql": "SELECT COUNT(\"Capacity\") FROM \"2-17747473-1\" WHERE \"Founded\" = 1944.0;"} +{"question_id": 12912, "table_id": "2-17670155-2", "question": "What is the total number of Games, when Losses is greater than 6, when Club is \"club sportif sfaxien\", and when Wins is less than 3?", "sql": "SELECT COUNT(\"Games\") FROM \"2-17670155-2\" WHERE \"Losses\" > 6.0 AND \"Club\" = 'club sportif sfaxien' AND \"Wins\" < 3.0;"} +{"question_id": 12913, "table_id": "2-17670155-2", "question": "What is the lowest Games, when Wins is less than 1, and when Draws is greater than 1?", "sql": "SELECT MIN(\"Games\") FROM \"2-17670155-2\" WHERE \"Wins\" < 1.0 AND \"Draws\" > 1.0;"} +{"question_id": 12914, "table_id": "2-17670155-2", "question": "What is the average Draws, when Losses is greater than 9, and when Wins is greater than 9?", "sql": "SELECT AVG(\"Draws\") FROM \"2-17670155-2\" WHERE \"Losses\" > 9.0 AND \"Wins\" > 9.0;"} +{"question_id": 12915, "table_id": "2-17859751-5", "question": "What is the 2011 entry for the row with a 2007 entry of 558?", "sql": "SELECT \"2011\" FROM \"2-17859751-5\" WHERE \"2007\" = '558';"} +{"question_id": 12916, "table_id": "2-17859751-5", "question": "What is the 2010 entry for the row that has a 2009 entry of 270?", "sql": "SELECT \"2010\" FROM \"2-17859751-5\" WHERE \"2009\" = '270';"} +{"question_id": 12917, "table_id": "2-17859751-5", "question": "WhAt is the 2009 entry for the row thAt hAs A 2007 entry of A And A tournAment entry of US Open?", "sql": "SELECT \"2009\" FROM \"2-17859751-5\" WHERE \"2007\" = 'A' AND \"Tournament\" = 'US Open';"} +{"question_id": 12918, "table_id": "2-17859751-5", "question": "What is the 2008 entry for the row that as a 2011 entry of 1R?", "sql": "SELECT \"2008\" FROM \"2-17859751-5\" WHERE \"2011\" = '1R';"} +{"question_id": 12919, "table_id": "2-18135029-2", "question": "What is the To par for Lanny Wadkins?", "sql": "SELECT \"To par\" FROM \"2-18135029-2\" WHERE \"Player\" = 'Lanny Wadkins';"} +{"question_id": 12920, "table_id": "2-18135029-2", "question": "What is Australia's highest total?", "sql": "SELECT MAX(\"Total\") FROM \"2-18135029-2\" WHERE \"Country\" = 'Australia';"} +{"question_id": 12921, "table_id": "2-18135029-2", "question": "What country has a to par larger than 5 and a player John Mahaffey?", "sql": "SELECT \"Country\" FROM \"2-18135029-2\" WHERE \"To par\" > 5.0 AND \"Player\" = 'John Mahaffey';"} +{"question_id": 12922, "table_id": "2-18096431-3", "question": "Which Total has a Year(s) won of 1991?", "sql": "SELECT MIN(\"Total\") FROM \"2-18096431-3\" WHERE \"Year(s) won\" = '1991';"} +{"question_id": 12923, "table_id": "2-18096431-3", "question": "Which Year(s) won with a To par of 12?", "sql": "SELECT \"Year(s) won\" FROM \"2-18096431-3\" WHERE \"To par\" = 12.0;"} +{"question_id": 12924, "table_id": "2-18096431-3", "question": "Which To par has a Player of jack nicklaus, and a Total smaller than 146?", "sql": "SELECT AVG(\"To par\") FROM \"2-18096431-3\" WHERE \"Player\" = 'jack nicklaus' AND \"Total\" < 146.0;"} +{"question_id": 12925, "table_id": "2-17978937-1", "question": "What Age group has a 10 Trip Pass of $19.00, and a Monthly Pass of $62.00?", "sql": "SELECT \"Age group\" FROM \"2-17978937-1\" WHERE \"10 Trip Pass\" = '$19.00' AND \"Monthly Pass\" = '$62.00';"} +{"question_id": 12926, "table_id": "2-179302-1", "question": "What average points for highers has 0 has points for ordinary, and ng as the grade, and less than 0 as points for foundation?", "sql": "SELECT AVG(\"Points for Higher\") FROM \"2-179302-1\" WHERE \"Points for Ordinary\" = 0.0 AND \"Grade\" = 'ng' AND \"Points for Foundation\" < 0.0;"} +{"question_id": 12927, "table_id": "2-179302-1", "question": "What is the maximum points for higher when the points for foundation is less than 0?", "sql": "SELECT MAX(\"Points for Higher\") FROM \"2-179302-1\" WHERE \"Points for Foundation\" < 0.0;"} +{"question_id": 12928, "table_id": "2-179302-1", "question": "With 10 as the points for foundation, what is the maximum points for ordinary?", "sql": "SELECT MAX(\"Points for Ordinary\") FROM \"2-179302-1\" WHERE \"Points for Foundation\" = 10.0;"} +{"question_id": 12929, "table_id": "2-18027810-7", "question": "What is the Country of the Player with a Score of 66-72-70-69=277?", "sql": "SELECT \"Country\" FROM \"2-18027810-7\" WHERE \"Score\" = '66-72-70-69=277';"} +{"question_id": 12930, "table_id": "2-18308914-2", "question": "What is the sum of a grid for driver patrick carpentier and less than 103 laps?", "sql": "SELECT SUM(\"Grid\") FROM \"2-18308914-2\" WHERE \"Driver\" = 'patrick carpentier' AND \"Laps\" < 103.0;"} +{"question_id": 12931, "table_id": "2-18308914-2", "question": "What team has 0 points and a Contact tired/retired, and 71 laps?", "sql": "SELECT \"Team\" FROM \"2-18308914-2\" WHERE \"Points\" = 0.0 AND \"Time/Retired\" = 'Contact' AND \"Laps\" = 71.0;"} +{"question_id": 12932, "table_id": "2-18308914-2", "question": "What is the sum of lap for the Dale Coyne Racing Team, and 0 points?", "sql": "SELECT SUM(\"Laps\") FROM \"2-18308914-2\" WHERE \"Team\" = 'Dale Coyne Racing' AND \"Points\" = 0.0;"} +{"question_id": 12933, "table_id": "2-18308914-2", "question": "What is the lowest number of laps with more than 16 points?", "sql": "SELECT MIN(\"Laps\") FROM \"2-18308914-2\" WHERE \"Points\" > 16.0;"} +{"question_id": 12934, "table_id": "2-18308914-2", "question": "What team has 104 laps and a grid of 10?", "sql": "SELECT \"Team\" FROM \"2-18308914-2\" WHERE \"Laps\" = 104.0 AND \"Grid\" = 10.0;"} +{"question_id": 12935, "table_id": "2-18043055-3", "question": "Which year had E34 Nimzo-Indian Defence is the opening?", "sql": "SELECT \"Year\" FROM \"2-18043055-3\" WHERE \"Opening\" = 'E34 Nimzo-Indian Defence';"} +{"question_id": 12936, "table_id": "2-17941795-7", "question": "What is the average quantity that has 1104 as the number(s)?", "sql": "SELECT AVG(\"Quantity\") FROM \"2-17941795-7\" WHERE \"Number(s)\" = '1104';"} +{"question_id": 12937, "table_id": "2-17941795-7", "question": "What class has 99 201 as the DRG Number(s)?", "sql": "SELECT \"Class\" FROM \"2-17941795-7\" WHERE \"DRG Number(s)\" = '99 201';"} +{"question_id": 12938, "table_id": "2-17941795-7", "question": "What type has 5 as the quantity?", "sql": "SELECT \"Type\" FROM \"2-17941795-7\" WHERE \"Quantity\" = 5.0;"} +{"question_id": 12939, "table_id": "2-18177740-2", "question": "What years did Alvin Mitchell play?", "sql": "SELECT \"Years\" FROM \"2-18177740-2\" WHERE \"Player\" = 'Alvin Mitchell';"} +{"question_id": 12940, "table_id": "2-18177740-2", "question": "Who is the player on a team from the 1970s?", "sql": "SELECT \"Player\" FROM \"2-18177740-2\" WHERE \"Team\" = '1970s';"} +{"question_id": 12941, "table_id": "2-18177740-2", "question": "What team does Oliver Dobbins play for?", "sql": "SELECT \"Team\" FROM \"2-18177740-2\" WHERE \"Player\" = 'Oliver Dobbins';"} +{"question_id": 12942, "table_id": "2-17717526-8", "question": "Who was the opponent in the Mallorca 2, Spain tournament?", "sql": "SELECT \"Opponent\" FROM \"2-17717526-8\" WHERE \"Tournament\" = 'Mallorca 2, Spain';"} +{"question_id": 12943, "table_id": "2-17717526-8", "question": "When was Varvara Lepchenko the opponent?", "sql": "SELECT \"Date\" FROM \"2-17717526-8\" WHERE \"Opponent\" = 'Varvara Lepchenko';"} +{"question_id": 12944, "table_id": "2-18156085-1", "question": "For the total of 288 what was the to par?", "sql": "SELECT \"To par\" FROM \"2-18156085-1\" WHERE \"Total\" = 288.0;"} +{"question_id": 12945, "table_id": "2-18156085-1", "question": "What year did the United States win with a total of 278?", "sql": "SELECT \"Year(s) won\" FROM \"2-18156085-1\" WHERE \"Country\" = 'United States' AND \"Total\" = 278.0;"} +{"question_id": 12946, "table_id": "2-18156085-1", "question": "What was the lowest total with a finish of T47?", "sql": "SELECT MIN(\"Total\") FROM \"2-18156085-1\" WHERE \"Finish\" = 'T47';"} +{"question_id": 12947, "table_id": "2-18156085-1", "question": "What is the to par when the total is larger than 288?", "sql": "SELECT \"To par\" FROM \"2-18156085-1\" WHERE \"Total\" > 288.0;"} +{"question_id": 12948, "table_id": "2-17829169-2", "question": "What is the rank for total less than 5, 1 bronze and less than 1 silver?", "sql": "SELECT AVG(\"Rank\") FROM \"2-17829169-2\" WHERE \"Total\" < 5.0 AND \"Bronze\" = 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 12949, "table_id": "2-17829169-2", "question": "What is the most possible bronze medals when rank is more than 11 and there are fewer than 0 gold medals?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-17829169-2\" WHERE \"Rank\" > 11.0 AND \"Gold\" < 0.0;"} +{"question_id": 12950, "table_id": "2-17829169-2", "question": "What is the least total when there are more than 2 golds and fewer than 0 silver?", "sql": "SELECT MIN(\"Total\") FROM \"2-17829169-2\" WHERE \"Gold\" > 2.0 AND \"Silver\" < 0.0;"} +{"question_id": 12951, "table_id": "2-18338043-4", "question": "Which visitor has a record of 2-4?", "sql": "SELECT \"Visitor\" FROM \"2-18338043-4\" WHERE \"Record\" = '2-4';"} +{"question_id": 12952, "table_id": "2-18338043-4", "question": "What is the record on April 28?", "sql": "SELECT \"Record\" FROM \"2-18338043-4\" WHERE \"Date\" = 'April 28';"} +{"question_id": 12953, "table_id": "2-18338043-4", "question": "What is the score for the Chicago Black Hawks game with a record of 2-1?", "sql": "SELECT \"Score\" FROM \"2-18338043-4\" WHERE \"Home\" = 'Chicago Black Hawks' AND \"Record\" = '2-1';"} +{"question_id": 12954, "table_id": "2-1825751-10", "question": "What's the latest year with a hometown of san carlos, pangasinan?", "sql": "SELECT MAX(\"Year\") FROM \"2-1825751-10\" WHERE \"Hometown\" = 'san carlos, pangasinan';"} +{"question_id": 12955, "table_id": "2-1825751-10", "question": "What are the other awards for 1995?", "sql": "SELECT \"Other awards\" FROM \"2-1825751-10\" WHERE \"Year\" = 1995.0;"} +{"question_id": 12956, "table_id": "2-1825751-10", "question": "What's the latest year that Daisy Garcia Reyes Did not place in miss world?", "sql": "SELECT MAX(\"Year\") FROM \"2-1825751-10\" WHERE \"Placement in Miss World\" = 'Did not place' AND \"Delegate\" = 'Daisy Garcia Reyes';"} +{"question_id": 12957, "table_id": "2-18178534-9", "question": "Which venue had an against smaller than 7?", "sql": "SELECT \"Venue\" FROM \"2-18178534-9\" WHERE \"Against\" < 7.0;"} +{"question_id": 12958, "table_id": "2-18178534-9", "question": "What day was Australia the opposing team and the against 12?", "sql": "SELECT \"Date\" FROM \"2-18178534-9\" WHERE \"Opposing Teams\" = 'Australia' AND \"Against\" = 12.0;"} +{"question_id": 12959, "table_id": "2-18178534-9", "question": "What day was Wales the opposing team?", "sql": "SELECT \"Date\" FROM \"2-18178534-9\" WHERE \"Opposing Teams\" = 'Wales';"} +{"question_id": 12960, "table_id": "2-18138953-3", "question": "What is the amount of money with a score of 67-71-70-71=279?", "sql": "SELECT COUNT(\"Money ( $ )\") FROM \"2-18138953-3\" WHERE \"Score\" = '67-71-70-71=279';"} +{"question_id": 12961, "table_id": "2-18138953-3", "question": "What is Dave Rummells's to par?", "sql": "SELECT \"To par\" FROM \"2-18138953-3\" WHERE \"Player\" = 'Dave Rummells';"} +{"question_id": 12962, "table_id": "2-18138953-3", "question": "What is the to par number with a score of 67-66-71-71=275?", "sql": "SELECT \"To par\" FROM \"2-18138953-3\" WHERE \"Score\" = '67-66-71-71=275';"} +{"question_id": 12963, "table_id": "2-18138953-3", "question": "What country is Steve Jones from?", "sql": "SELECT \"Country\" FROM \"2-18138953-3\" WHERE \"Player\" = 'Steve Jones';"} +{"question_id": 12964, "table_id": "2-18043055-5", "question": "Who was the opponent of Anand in the match with 20 moves that opened with E15 Queen's Indian Defence?", "sql": "SELECT \"Black\" FROM \"2-18043055-5\" WHERE \"White\" = 'Anand' AND \"Moves\" = 20.0 AND \"Opening\" = 'E15 Queen''s Indian Defence';"} +{"question_id": 12965, "table_id": "2-17921347-3", "question": "What is Points, when Points for is \"Points for\"?", "sql": "SELECT \"Points\" FROM \"2-17921347-3\" WHERE \"Points for\" = 'Points for';"} +{"question_id": 12966, "table_id": "2-17921347-3", "question": "What is Drawn, when Played is \"18\", and when Points Against is \"478\"?", "sql": "SELECT \"Drawn\" FROM \"2-17921347-3\" WHERE \"Played\" = '18' AND \"Points against\" = '478';"} +{"question_id": 12967, "table_id": "2-17921347-3", "question": "What is Points For, when Losing Bonus is \"2\", when Lost is \"8\", and when Club is \"Rhyl and District RFC\"?", "sql": "SELECT \"Points for\" FROM \"2-17921347-3\" WHERE \"Losing bonus\" = '2' AND \"Lost\" = '8' AND \"Club\" = 'Rhyl and District RFC';"} +{"question_id": 12968, "table_id": "2-17921347-3", "question": "What is Lost, when Points For is \"205\"?", "sql": "SELECT \"Lost\" FROM \"2-17921347-3\" WHERE \"Points for\" = '205';"} +{"question_id": 12969, "table_id": "2-17921347-3", "question": "What is Played, when Tries Against is \"63\"?", "sql": "SELECT \"Played\" FROM \"2-17921347-3\" WHERE \"Tries against\" = '63';"} +{"question_id": 12970, "table_id": "2-17921347-3", "question": "What is Try Bonus, when Tries For is \"39\"?", "sql": "SELECT \"Try bonus\" FROM \"2-17921347-3\" WHERE \"Tries for\" = '39';"} +{"question_id": 12971, "table_id": "2-17993994-2", "question": "What Week 2 has a Week 4 of Piret Aava?", "sql": "SELECT \"Week 2\" FROM \"2-17993994-2\" WHERE \"Week 4\" = 'Piret Aava';"} +{"question_id": 12972, "table_id": "2-17993994-2", "question": "What Week 2 has a Week 3 of Casey Mae?", "sql": "SELECT \"Week 2\" FROM \"2-17993994-2\" WHERE \"Week 3\" = 'Casey Mae';"} +{"question_id": 12973, "table_id": "2-17993994-2", "question": "What Week 2 has a Week 1 of Crystal Beddows?", "sql": "SELECT \"Week 2\" FROM \"2-17993994-2\" WHERE \"Week 1\" = 'Crystal Beddows';"} +{"question_id": 12974, "table_id": "2-17993994-2", "question": "What Week 3 has a Week 4 of Gina Blair?", "sql": "SELECT \"Week 3\" FROM \"2-17993994-2\" WHERE \"Week 4\" = 'Gina Blair';"} +{"question_id": 12975, "table_id": "2-17993994-2", "question": "What Week 5 has a Week 1 of Mysti Sherwood?", "sql": "SELECT \"Week 5\" FROM \"2-17993994-2\" WHERE \"Week 1\" = 'Mysti Sherwood';"} +{"question_id": 12976, "table_id": "2-17993994-2", "question": "What Week 4 has a Week 2 of Samantha Speer?", "sql": "SELECT \"Week 4\" FROM \"2-17993994-2\" WHERE \"Week 2\" = 'Samantha Speer';"} +{"question_id": 12977, "table_id": "2-1827767-1", "question": "Which 2nd Party has a Election of 1857?", "sql": "SELECT \"2nd Party\" FROM \"2-1827767-1\" WHERE \"Election\" = '1857';"} +{"question_id": 12978, "table_id": "2-1827767-1", "question": "Which 1st Party has a 1st Member of Sir John Tyssen Tyrell, Bt, and a 2nd Party of Conservative, and a 2nd Member of John Payne Elwes?", "sql": "SELECT \"1st Party\" FROM \"2-1827767-1\" WHERE \"1st Member\" = 'Sir John Tyssen Tyrell, Bt' AND \"2nd Party\" = 'Conservative' AND \"2nd Member\" = 'John Payne Elwes';"} +{"question_id": 12979, "table_id": "2-1827767-1", "question": "Which Election has a 2nd Member of Reform Act 1867 : constituency abolished?", "sql": "SELECT \"Election\" FROM \"2-1827767-1\" WHERE \"2nd Member\" = 'Reform Act 1867 : constituency abolished';"} +{"question_id": 12980, "table_id": "2-1827767-1", "question": "which 1st Member has a Election of 1832", "sql": "SELECT \"1st Member\" FROM \"2-1827767-1\" WHERE \"Election\" = '1832';"} +{"question_id": 12981, "table_id": "2-1827767-1", "question": "Which 2nd Member has a 1st Party of Conservative and a Election of 1865?", "sql": "SELECT \"2nd Member\" FROM \"2-1827767-1\" WHERE \"1st Party\" = 'Conservative' AND \"Election\" = '1865';"} +{"question_id": 12982, "table_id": "2-17634886-2", "question": "Who is moving from Treviso with a Loan Return?", "sql": "SELECT \"Name\" FROM \"2-17634886-2\" WHERE \"Moving from\" = 'Treviso' AND \"Type\" = 'Loan Return';"} +{"question_id": 12983, "table_id": "2-17634886-2", "question": "What is the nationality of Acquafresca?", "sql": "SELECT \"Nat.\" FROM \"2-17634886-2\" WHERE \"Name\" = 'Acquafresca';"} +{"question_id": 12984, "table_id": "2-17634886-2", "question": "What is the type if the transfer window is Summer and the moving from category is Free Agent?", "sql": "SELECT \"Type\" FROM \"2-17634886-2\" WHERE \"Transfer window\" = 'Summer' AND \"Moving from\" = 'Free Agent';"} +{"question_id": 12985, "table_id": "2-17634886-2", "question": "What is the transfer window for the moving from of São Paulo?", "sql": "SELECT \"Transfer window\" FROM \"2-17634886-2\" WHERE \"Moving from\" = 'São Paulo';"} +{"question_id": 12986, "table_id": "2-17634886-2", "question": "What is the moving from with a Transfer and the nationality of BRA?", "sql": "SELECT \"Moving from\" FROM \"2-17634886-2\" WHERE \"Type\" = 'Transfer' AND \"Nat.\" = 'BRA';"} +{"question_id": 12987, "table_id": "2-17634886-2", "question": "What is the end date for Maaroufi?", "sql": "SELECT \"Ends\" FROM \"2-17634886-2\" WHERE \"Name\" = 'Maaroufi';"} +{"question_id": 12988, "table_id": "2-17946785-1", "question": "The game played on October 2, 1966 had what result?", "sql": "SELECT \"Result\" FROM \"2-17946785-1\" WHERE \"Date\" = 'October 2, 1966';"} +{"question_id": 12989, "table_id": "2-17946785-1", "question": "Who was the game played against on October 9, 1966?", "sql": "SELECT \"Opponent\" FROM \"2-17946785-1\" WHERE \"Date\" = 'October 9, 1966';"} +{"question_id": 12990, "table_id": "2-17946785-1", "question": "What is the maximum week that 69,372 people attended the game?", "sql": "SELECT MAX(\"Week\") FROM \"2-17946785-1\" WHERE \"Attendance\" = '69,372';"} +{"question_id": 12991, "table_id": "2-17946785-1", "question": "What is the date of the game played after week 4 with 60,658 people in attendance?", "sql": "SELECT \"Date\" FROM \"2-17946785-1\" WHERE \"Week\" > 4.0 AND \"Attendance\" = '60,658';"} +{"question_id": 12992, "table_id": "2-18327118-1", "question": "What is the total capacity for the city of Trogir?", "sql": "SELECT SUM(\"Capacity\") FROM \"2-18327118-1\" WHERE \"City\" = 'Trogir';"} +{"question_id": 12993, "table_id": "2-17857470-3", "question": "What party established in 1797 won an election in 2007?", "sql": "SELECT \"Party\" FROM \"2-17857470-3\" WHERE \"established\" > 1797.0 AND \"Election\" = 2007.0;"} +{"question_id": 12994, "table_id": "2-18223552-6", "question": "WhAt dAte hAs A H/A of A, more thAn 23327 in AttendAnce, And opponents of Everton?", "sql": "SELECT \"Date\" FROM \"2-18223552-6\" WHERE \"H / A\" = 'A' AND \"Attendance\" > 23327.0 AND \"Opponents\" = 'Everton';"} +{"question_id": 12995, "table_id": "2-18243389-9", "question": "What Played has a Lost smaller than 3, and a Drawn smaller than 0?", "sql": "SELECT AVG(\"Played\") FROM \"2-18243389-9\" WHERE \"Lost\" < 3.0 AND \"Drawn\" < 0.0;"} +{"question_id": 12996, "table_id": "2-18243389-9", "question": "What is the largest % Won with a Lost smaller than 0?", "sql": "SELECT MAX(\"% Won\") FROM \"2-18243389-9\" WHERE \"Lost\" < 0.0;"} +{"question_id": 12997, "table_id": "2-18243389-9", "question": "What is the total of Against with % Won larger than 100?", "sql": "SELECT SUM(\"Against\") FROM \"2-18243389-9\" WHERE \"% Won\" > 100.0;"} +{"question_id": 12998, "table_id": "2-18243389-9", "question": "What is the smallest Against with Lost larger than 0, % Won larger than 50, and Played smaller than 5?", "sql": "SELECT MIN(\"Against\") FROM \"2-18243389-9\" WHERE \"Lost\" > 0.0 AND \"% Won\" > 50.0 AND \"Played\" < 5.0;"} +{"question_id": 12999, "table_id": "2-18243389-9", "question": "What is the Lost with Against smaller than 25, and Played smaller than 1?", "sql": "SELECT AVG(\"Lost\") FROM \"2-18243389-9\" WHERE \"Against\" < 25.0 AND \"Played\" < 1.0;"} +{"question_id": 13000, "table_id": "2-1821694-1", "question": "What is the largest height when the prominence is 3118?", "sql": "SELECT MAX(\"Height (m)\") FROM \"2-1821694-1\" WHERE \"Prominence (m)\" = 3118.0;"} +{"question_id": 13001, "table_id": "2-17751827-1", "question": "What is the Tie number of when Wigan Athletic was the away team?", "sql": "SELECT \"Tie no\" FROM \"2-17751827-1\" WHERE \"Away team\" = 'Wigan Athletic';"} +{"question_id": 13002, "table_id": "2-17751827-1", "question": "Name the team with a tie number of 6.", "sql": "SELECT \"Date\" FROM \"2-17751827-1\" WHERE \"Tie no\" = '6';"} +{"question_id": 13003, "table_id": "2-18264771-1", "question": "What ship was built by Palmers Shipbuilding and Iron Company for the Royal Navy?", "sql": "SELECT \"Ship\" FROM \"2-18264771-1\" WHERE \"Country\" = 'Royal Navy' AND \"Builder\" = 'Palmers Shipbuilding and Iron Company';"} +{"question_id": 13004, "table_id": "2-18264771-1", "question": "What is the class/type at Trieste?", "sql": "SELECT \"Class / type\" FROM \"2-18264771-1\" WHERE \"Location\" = 'Trieste';"} +{"question_id": 13005, "table_id": "2-18264771-1", "question": "What is the country of Palmers Shipbuilding and Iron Company?", "sql": "SELECT \"Country\" FROM \"2-18264771-1\" WHERE \"Builder\" = 'Palmers Shipbuilding and Iron Company';"} +{"question_id": 13006, "table_id": "2-18264771-1", "question": "In what country is Aberdeen?", "sql": "SELECT \"Country\" FROM \"2-18264771-1\" WHERE \"Location\" = 'Aberdeen';"} +{"question_id": 13007, "table_id": "2-1772230-1", "question": "Which Number of households has a Median household income of $32,806, and a Population larger than 11291?", "sql": "SELECT MAX(\"Number of households\") FROM \"2-1772230-1\" WHERE \"Median household income\" = '$32,806' AND \"Population\" > 11291.0;"} +{"question_id": 13008, "table_id": "2-1772230-1", "question": "Which County has a Number of households larger than 14391, a Population larger than 17415, and a Median household income of $32,700?", "sql": "SELECT \"County\" FROM \"2-1772230-1\" WHERE \"Number of households\" > 14391.0 AND \"Population\" > 17415.0 AND \"Median household income\" = '$32,700';"} +{"question_id": 13009, "table_id": "2-1772230-1", "question": "Which County has a Number of households larger than 17741, and a Median family income of $37,072?", "sql": "SELECT \"County\" FROM \"2-1772230-1\" WHERE \"Number of households\" > 17741.0 AND \"Median family income\" = '$37,072';"} +{"question_id": 13010, "table_id": "2-1772230-1", "question": "Which County has a Median household income of $37,230?", "sql": "SELECT \"County\" FROM \"2-1772230-1\" WHERE \"Median household income\" = '$37,230';"} +{"question_id": 13011, "table_id": "2-1772230-1", "question": "Which Population has a County of mississippi, and a Number of households smaller than 17741?", "sql": "SELECT SUM(\"Population\") FROM \"2-1772230-1\" WHERE \"County\" = 'mississippi' AND \"Number of households\" < 17741.0;"} +{"question_id": 13012, "table_id": "2-18228282-7", "question": "Count the average Height which has a Position of PF, and a Year born (Age) on April 1, 1981 (age32)?", "sql": "SELECT AVG(\"Height\") FROM \"2-18228282-7\" WHERE \"Position\" = 'PF' AND \"Year born (Age)\" = 'April 1, 1981 (age32)';"} +{"question_id": 13013, "table_id": "2-18228282-7", "question": "WhiCh Height has a Position of C, and a Player of Yiannis Bourousis?", "sql": "SELECT SUM(\"Height\") FROM \"2-18228282-7\" WHERE \"Position\" = 'C' AND \"Player\" = 'Yiannis Bourousis';"} +{"question_id": 13014, "table_id": "2-17968303-5", "question": "Which 2005–06 Pts has a Team of estudiantes (lp), and a 2006–07 Pts smaller than 81?", "sql": "SELECT COUNT(\"2005–06 Pts\") FROM \"2-17968303-5\" WHERE \"Team\" = 'estudiantes (lp)' AND \"2006–07 Pts\" < 81.0;"} +{"question_id": 13015, "table_id": "2-17968303-5", "question": "Which 2006–07 Pts has a 2005–06 Pts smaller than 51, a Team of huracán, and a 2007–08 Pts larger than 52?", "sql": "SELECT AVG(\"2006–07 Pts\") FROM \"2-17968303-5\" WHERE \"2005–06 Pts\" < 51.0 AND \"Team\" = 'huracán' AND \"2007–08 Pts\" > 52.0;"} +{"question_id": 13016, "table_id": "2-17968303-5", "question": "Which 2007–08 Pts has a Total Pts smaller than 173, a Total Pld larger than 38, a Team of banfield, and a 2005–06 Pts smaller than 59?", "sql": "SELECT SUM(\"2007–08 Pts\") FROM \"2-17968303-5\" WHERE \"Total Pts\" < 173.0 AND \"Total Pld\" > 38.0 AND \"Team\" = 'banfield' AND \"2005–06 Pts\" < 59.0;"} +{"question_id": 13017, "table_id": "2-17968303-5", "question": "Which 2006–07 Pts has a 2007–08 Pts of 53, and a 2005–06 Pts larger than 51?", "sql": "SELECT MAX(\"2006–07 Pts\") FROM \"2-17968303-5\" WHERE \"2007–08 Pts\" = 53.0 AND \"2005–06 Pts\" > 51.0;"} +{"question_id": 13018, "table_id": "2-18229846-1", "question": "What is the map reference number for lake superior with a larger population than 65216", "sql": "SELECT COUNT(\"Map Reference Number\") FROM \"2-18229846-1\" WHERE \"Lake(s)\" = 'lake superior' AND \"2007 Population\" > 65216.0;"} +{"question_id": 13019, "table_id": "2-18229846-1", "question": "What is the average map reference number for Lake Michigan, a larger rank than 15, and a smaller population on 2007 than 114504", "sql": "SELECT AVG(\"Map Reference Number\") FROM \"2-18229846-1\" WHERE \"Lake(s)\" = 'Lake Michigan' AND \"Rank\" > 15.0 AND \"2007 Population\" < 114504.0;"} +{"question_id": 13020, "table_id": "2-18229846-1", "question": "What is the lowest rank with a smaller population in 2007 than 117201 and whose map reference number is 22?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18229846-1\" WHERE \"2007 Population\" > 117201.0 AND \"Map Reference Number\" = 22.0;"} +{"question_id": 13021, "table_id": "2-18330817-4", "question": "Which Outcome has a Score in the final of 1–6, 6–4, 7–5?", "sql": "SELECT \"Outcome\" FROM \"2-18330817-4\" WHERE \"Score in the final\" = '1–6, 6–4, 7–5';"} +{"question_id": 13022, "table_id": "2-18330817-4", "question": "Which Outcome has a Score in the final of 4–6, 5–7?", "sql": "SELECT \"Outcome\" FROM \"2-18330817-4\" WHERE \"Score in the final\" = '4–6, 5–7';"} +{"question_id": 13023, "table_id": "2-18330817-4", "question": "Which Opponents in the final has a Partner of Olga Lugina?", "sql": "SELECT \"Opponents in the final\" FROM \"2-18330817-4\" WHERE \"Partner\" = 'Olga Lugina';"} +{"question_id": 13024, "table_id": "2-18330817-4", "question": "Which Outcome has a Score in the final of 3–6, 1–6?", "sql": "SELECT \"Outcome\" FROM \"2-18330817-4\" WHERE \"Score in the final\" = '3–6, 1–6';"} +{"question_id": 13025, "table_id": "2-18066655-1", "question": "What rank is he yingqin who was born before 1890?", "sql": "SELECT AVG(\"Rank\") FROM \"2-18066655-1\" WHERE \"Name\" = 'he yingqin' AND \"Birth\" < 1890.0;"} +{"question_id": 13026, "table_id": "2-18066655-1", "question": "What year is the death for a birth of 1873 and higher than rank 28?", "sql": "SELECT \"Death\" FROM \"2-18066655-1\" WHERE \"Birth\" = 1873.0 AND \"Rank\" > 28.0;"} +{"question_id": 13027, "table_id": "2-18066655-1", "question": "What is the name with a death in 2001?", "sql": "SELECT \"Name\" FROM \"2-18066655-1\" WHERE \"Death\" = '2001';"} +{"question_id": 13028, "table_id": "2-17785996-1", "question": "What is the 1st round result for ECAC Chaumont (D2) as team 1?", "sql": "SELECT \"1st round\" FROM \"2-17785996-1\" WHERE \"Team 1\" = 'ECAC Chaumont (D2)';"} +{"question_id": 13029, "table_id": "2-17785996-1", "question": "Which team 1 played against team 2 of Tours FC (D2)?", "sql": "SELECT \"Team 1\" FROM \"2-17785996-1\" WHERE \"Team 2\" = 'Tours FC (D2)';"} +{"question_id": 13030, "table_id": "2-17785996-1", "question": "Which is team 2 when team 1 is ECAC Chaumont (D2)?", "sql": "SELECT \"Team 2\" FROM \"2-17785996-1\" WHERE \"Team 1\" = 'ECAC Chaumont (D2)';"} +{"question_id": 13031, "table_id": "2-18012738-2", "question": "Which Written by has a Code of 1.2 1.3?", "sql": "SELECT \"Written by\" FROM \"2-18012738-2\" WHERE \"Code\" = '1.2 1.3';"} +{"question_id": 13032, "table_id": "2-17832-1", "question": "What is the highest crude death rate when deaths are 3 433 and average population is greater than 298?", "sql": "SELECT MAX(\"Crude death rate (per 1000)\") FROM \"2-17832-1\" WHERE \"Deaths\" = '3 433' AND \"Average population (x 1000)\" > 298.0;"} +{"question_id": 13033, "table_id": "2-17832-1", "question": "How many live births where the crude birth rate is lore than 15.7, average population is less than 297 and deaths are al 4 686?", "sql": "SELECT \"Live births\" FROM \"2-17832-1\" WHERE \"Crude birth rate (per 1000)\" > 15.7 AND \"Average population (x 1000)\" < 297.0 AND \"Deaths\" = '4 686';"} +{"question_id": 13034, "table_id": "2-17832-1", "question": "What is the national change where crude birth rate is less than 11.4, crude death rate is more than 12.1 and deaths are 4 376?", "sql": "SELECT \"Natural change\" FROM \"2-17832-1\" WHERE \"Crude birth rate (per 1000)\" < 11.4 AND \"Crude death rate (per 1000)\" > 12.1 AND \"Deaths\" = '4 376';"} +{"question_id": 13035, "table_id": "2-17832-1", "question": "What is the average population when deaths are 3 557 and crude death date is less than 11.9?", "sql": "SELECT AVG(\"Average population (x 1000)\") FROM \"2-17832-1\" WHERE \"Deaths\" = '3 557' AND \"Crude death rate (per 1000)\" < 11.9;"} +{"question_id": 13036, "table_id": "2-17832-1", "question": "What is the natural change when crude death rate is more than 13.2, deaths are 4 321 and natural change is 10.6?", "sql": "SELECT \"Natural change\" FROM \"2-17832-1\" WHERE \"Crude death rate (per 1000)\" > 13.2 AND \"Natural change (per 1000)\" = 10.6 AND \"Deaths\" = '4 321';"} +{"question_id": 13037, "table_id": "2-17861219-1", "question": "In what week(s) did the Broncos go up against the Cleveland Browns?", "sql": "SELECT SUM(\"Week\") FROM \"2-17861219-1\" WHERE \"Opponent\" = 'Cleveland Browns';"} +{"question_id": 13038, "table_id": "2-17861219-1", "question": "What week was the December 24, 1994 game?", "sql": "SELECT SUM(\"Week\") FROM \"2-17861219-1\" WHERE \"Date\" = 'December 24, 1994';"} +{"question_id": 13039, "table_id": "2-18259953-5", "question": "Which Nationality has a Round smaller than 3?", "sql": "SELECT \"Nationality\" FROM \"2-18259953-5\" WHERE \"Round\" < 3.0;"} +{"question_id": 13040, "table_id": "2-18259953-5", "question": "Which Position has a Round larger than 4, and a Player of Patrick Johnson?", "sql": "SELECT \"Position\" FROM \"2-18259953-5\" WHERE \"Round\" > 4.0 AND \"Player\" = 'Patrick Johnson';"} +{"question_id": 13041, "table_id": "2-18259953-5", "question": "Which Nationality has a Round of 4?", "sql": "SELECT \"Nationality\" FROM \"2-18259953-5\" WHERE \"Round\" = 4.0;"} +{"question_id": 13042, "table_id": "2-18259953-5", "question": "Which Player has a Round smaller than 4, and a College/junior/club team (league) of USA U-18?", "sql": "SELECT \"Player\" FROM \"2-18259953-5\" WHERE \"Round\" < 4.0 AND \"College/junior/club team (league)\" = 'USA U-18';"} +{"question_id": 13043, "table_id": "2-17989297-2", "question": "What team 2 has Lokomotiva as team 1?", "sql": "SELECT \"Team 2\" FROM \"2-17989297-2\" WHERE \"Team 1\" = 'Lokomotiva';"} +{"question_id": 13044, "table_id": "2-17989297-2", "question": "What team 1 has Sloga Jugomagnat as team 2?", "sql": "SELECT \"Team 1\" FROM \"2-17989297-2\" WHERE \"Team 2\" = 'Sloga Jugomagnat';"} +{"question_id": 13045, "table_id": "2-17989297-2", "question": "What 2nd leg has Pelister as team 1?", "sql": "SELECT \"2nd leg\" FROM \"2-17989297-2\" WHERE \"Team 1\" = 'Pelister';"} +{"question_id": 13046, "table_id": "2-17989297-2", "question": "What 1st leg has 11 Oktomvri as team 2?", "sql": "SELECT \"1st leg\" FROM \"2-17989297-2\" WHERE \"Team 2\" = '11 Oktomvri';"} +{"question_id": 13047, "table_id": "2-18178534-10", "question": "What is the total against on 15/10/1999?", "sql": "SELECT SUM(\"Against\") FROM \"2-18178534-10\" WHERE \"Date\" = '15/10/1999';"} +{"question_id": 13048, "table_id": "2-18178534-10", "question": "What status is on 21/08/1999?", "sql": "SELECT \"Status\" FROM \"2-18178534-10\" WHERE \"Date\" = '21/08/1999';"} +{"question_id": 13049, "table_id": "2-18178534-10", "question": "What opposing teams playing on 11/04/1999?", "sql": "SELECT \"Opposing Teams\" FROM \"2-18178534-10\" WHERE \"Date\" = '11/04/1999';"} +{"question_id": 13050, "table_id": "2-18146388-1", "question": "What co-singer has Sukhwinder Singh as the composer?", "sql": "SELECT \"Co-Singer\" FROM \"2-18146388-1\" WHERE \"Composer\" = 'Sukhwinder Singh';"} +{"question_id": 13051, "table_id": "2-17918213-1", "question": "What is the away when the home is 3-2, and the season is 1959-60?", "sql": "SELECT \"Away\" FROM \"2-17918213-1\" WHERE \"Home\" = '3-2' AND \"Season\" = '1959-60';"} +{"question_id": 13052, "table_id": "2-17918213-1", "question": "What team has a league of Bundesliga, and an away of 3-2?", "sql": "SELECT \"Teams\" FROM \"2-17918213-1\" WHERE \"League\" = 'Bundesliga' AND \"Away\" = '3-2';"} +{"question_id": 13053, "table_id": "2-17918213-1", "question": "What teams has a home of 5-0?", "sql": "SELECT \"Teams\" FROM \"2-17918213-1\" WHERE \"Home\" = '5-0';"} +{"question_id": 13054, "table_id": "2-17918213-1", "question": "What teams has a home of 1-0, in the season 1988-89?", "sql": "SELECT \"Teams\" FROM \"2-17918213-1\" WHERE \"Home\" = '1-0' AND \"Season\" = '1988-89';"} +{"question_id": 13055, "table_id": "2-18044375-5", "question": "What is the score of player Brian Watts, who has a to par of 5?", "sql": "SELECT \"Score\" FROM \"2-18044375-5\" WHERE \"To par\" = 5.0 AND \"Player\" = 'Brian Watts';"} +{"question_id": 13056, "table_id": "2-18044375-5", "question": "What is the highest to par of player Len Mattiace, who has a T7 place and a score of 73-74=147?", "sql": "SELECT MAX(\"To par\") FROM \"2-18044375-5\" WHERE \"Place\" = 'T7' AND \"Score\" = '73-74=147' AND \"Player\" = 'Len Mattiace';"} +{"question_id": 13057, "table_id": "2-18044375-5", "question": "What is the place of the player from the United States with a score of 74-72=146?", "sql": "SELECT \"Place\" FROM \"2-18044375-5\" WHERE \"Country\" = 'United States' AND \"Score\" = '74-72=146';"} +{"question_id": 13058, "table_id": "2-18044375-5", "question": "What country has a 76-71=147 score?", "sql": "SELECT \"Country\" FROM \"2-18044375-5\" WHERE \"Score\" = '76-71=147';"} +{"question_id": 13059, "table_id": "2-18018248-1", "question": "What is the most draws when less than 154 goals were conceded, and less than 36 games played?", "sql": "SELECT MAX(\"Draws\") FROM \"2-18018248-1\" WHERE \"Goals conceded\" < 154.0 AND \"Games played\" < 36.0;"} +{"question_id": 13060, "table_id": "2-18018248-1", "question": "What is the maximum goals score with less than 13 wins, greater than 86 goals were conceded, and more than 32 games lost?", "sql": "SELECT MAX(\"Goals scored\") FROM \"2-18018248-1\" WHERE \"Wins\" < 13.0 AND \"Goals conceded\" > 86.0 AND \"Loses\" > 32.0;"} +{"question_id": 13061, "table_id": "2-18018248-1", "question": "How many games have been played when there are 13 wins and 45 goals were conceded?", "sql": "SELECT \"Games played\" FROM \"2-18018248-1\" WHERE \"Wins\" = 13.0 AND \"Goals conceded\" = 45.0;"} +{"question_id": 13062, "table_id": "2-17798548-1", "question": "What is Character Kerry Vincent's Tenure?", "sql": "SELECT \"Tenure\" FROM \"2-17798548-1\" WHERE \"Character\" = 'Kerry Vincent';"} +{"question_id": 13063, "table_id": "2-17798548-1", "question": "What Rodger Corser Episode has a Rank of Senior Sergeant?", "sql": "SELECT \"Episodes\" FROM \"2-17798548-1\" WHERE \"Rank\" = 'Senior Sergeant' AND \"Actor/actress\" = 'Rodger Corser';"} +{"question_id": 13064, "table_id": "2-17798548-1", "question": "What Character has a Rank of Intelligence Officer?", "sql": "SELECT \"Character\" FROM \"2-17798548-1\" WHERE \"Rank\" = 'Intelligence Officer';"} +{"question_id": 13065, "table_id": "2-17798548-1", "question": "What is the Rank of the Character with Tenure of 2011?", "sql": "SELECT \"Rank\" FROM \"2-17798548-1\" WHERE \"Tenure\" = '2011';"} +{"question_id": 13066, "table_id": "2-17798548-1", "question": "What Actor/Actress a Tenure of 2008–2011 played Stella Dagostino?", "sql": "SELECT \"Actor/actress\" FROM \"2-17798548-1\" WHERE \"Tenure\" = '2008–2011' AND \"Character\" = 'Stella Dagostino';"} +{"question_id": 13067, "table_id": "2-17798548-1", "question": "What is Jolene Anderson's Rank?", "sql": "SELECT \"Rank\" FROM \"2-17798548-1\" WHERE \"Actor/actress\" = 'Jolene Anderson';"} +{"question_id": 13068, "table_id": "2-18225689-3", "question": "What neon has an Argon of 4.203?", "sql": "SELECT \"Neon\" FROM \"2-18225689-3\" WHERE \"Argon\" = '4.203';"} +{"question_id": 13069, "table_id": "2-18225689-3", "question": "What krypton has an argon of 20.85?", "sql": "SELECT \"Krypton\" FROM \"2-18225689-3\" WHERE \"Argon\" = '20.85';"} +{"question_id": 13070, "table_id": "2-18225689-3", "question": "What argon has a neon of 10.5?", "sql": "SELECT \"Argon\" FROM \"2-18225689-3\" WHERE \"Neon\" = '10.5';"} +{"question_id": 13071, "table_id": "2-18225689-3", "question": "What neon has a krypton of 213?", "sql": "SELECT \"Neon\" FROM \"2-18225689-3\" WHERE \"Krypton\" = '213';"} +{"question_id": 13072, "table_id": "2-18225689-3", "question": "Wha argon has helium of 1.0000684?", "sql": "SELECT \"Argon\" FROM \"2-18225689-3\" WHERE \"Helium\" = '1.0000684';"} +{"question_id": 13073, "table_id": "2-1826353-1", "question": "What was the date of the victory when the Axis Unit was 5./JG 3?", "sql": "SELECT \"Date (dd.mm.yyyy)\" FROM \"2-1826353-1\" WHERE \"Axis Unit\" = '5./JG 3';"} +{"question_id": 13074, "table_id": "2-1826353-1", "question": "What was the Soviet Unit when the Enemy Aircraft was Bf.109G-2 \"Yellow 2\"?", "sql": "SELECT \"Soviet Unit\" FROM \"2-1826353-1\" WHERE \"Enemy Aircraft\" = 'Bf.109G-2 \"Yellow 2\"';"} +{"question_id": 13075, "table_id": "2-1826353-1", "question": "What was the date of the victory when the Soviet Unit was 73 GIAP, and the Enemy Aircraft was Bf.109G-? W.Nr.?", "sql": "SELECT \"Date (dd.mm.yyyy)\" FROM \"2-1826353-1\" WHERE \"Soviet Unit\" = '73 GIAP' AND \"Enemy Aircraft\" = 'Bf.109G-? W.Nr.?';"} +{"question_id": 13076, "table_id": "2-1826353-1", "question": "What was the aircraft flown when the axis unit was Luftwaffe (**) and the enemy aircraft was Ju.88?", "sql": "SELECT \"Aircraft flown\" FROM \"2-1826353-1\" WHERE \"Axis Unit\" = 'Luftwaffe (**)' AND \"Enemy Aircraft\" = 'Ju.88';"} +{"question_id": 13077, "table_id": "2-1826353-1", "question": "What was the enemy aircraft on 14.09.1942, when the Soviet Unit was 437 IAP?", "sql": "SELECT \"Enemy Aircraft\" FROM \"2-1826353-1\" WHERE \"Soviet Unit\" = '437 IAP' AND \"Date (dd.mm.yyyy)\" = '14.09.1942';"} +{"question_id": 13078, "table_id": "2-1826353-1", "question": "What is the axis unit of the aircraft Yak-1b \"White 23\", flown on 19.07.1943?", "sql": "SELECT \"Axis Unit\" FROM \"2-1826353-1\" WHERE \"Aircraft flown\" = 'Yak-1b \"White 23\"' AND \"Date (dd.mm.yyyy)\" = '19.07.1943';"} +{"question_id": 13079, "table_id": "2-18125350-1", "question": "What Reserved for (SC / ST /None) with a Name of Goverdhan?", "sql": "SELECT \"Reserved for ( SC / ST /None)\" FROM \"2-18125350-1\" WHERE \"Name\" = 'Goverdhan';"} +{"question_id": 13080, "table_id": "2-18125350-1", "question": "What Number of electorates (2009) has a District of Mathura, and a Name of Mant?", "sql": "SELECT MIN(\"Number of electorates (2009)\") FROM \"2-18125350-1\" WHERE \"District\" = 'Mathura' AND \"Name\" = 'Mant';"} +{"question_id": 13081, "table_id": "2-18125350-1", "question": "What District has a Number of electorates (2009) larger than 234537, and a Name of Baldev?", "sql": "SELECT \"District\" FROM \"2-18125350-1\" WHERE \"Number of electorates (2009)\" > 234537.0 AND \"Name\" = 'Baldev';"} +{"question_id": 13082, "table_id": "2-18125350-1", "question": "What is the largest Number of electorates (2009) with a Constituency number of Total:?", "sql": "SELECT MAX(\"Number of electorates (2009)\") FROM \"2-18125350-1\" WHERE \"Constituency number\" = 'Total:';"} +{"question_id": 13083, "table_id": "2-17857470-4", "question": "Which inhabitants have 2009 as the election, with Cremona as the municipality?", "sql": "SELECT \"Inhabitants\" FROM \"2-17857470-4\" WHERE \"Election\" = 2009.0 AND \"Municipality\" = 'Cremona';"} +{"question_id": 13084, "table_id": "2-17857470-4", "question": "Which inhabitants have Lega Lombarda as the party, with an election greater than 2010?", "sql": "SELECT \"Inhabitants\" FROM \"2-17857470-4\" WHERE \"Party\" = 'Lega Lombarda' AND \"Election\" > 2010.0;"} +{"question_id": 13085, "table_id": "2-17857470-4", "question": "What is the lowest election that has Cinisello Balsamo as the municipality?", "sql": "SELECT MIN(\"Election\") FROM \"2-17857470-4\" WHERE \"Municipality\" = 'Cinisello Balsamo';"} +{"question_id": 13086, "table_id": "2-17857470-4", "question": "What is the average election that has Monza as the municipality?", "sql": "SELECT AVG(\"Election\") FROM \"2-17857470-4\" WHERE \"Municipality\" = 'Monza';"} +{"question_id": 13087, "table_id": "2-17902603-2", "question": "Whate place has 18 points with lost less than 8?", "sql": "SELECT COUNT(\"Place\") FROM \"2-17902603-2\" WHERE \"Points\" = 18.0 AND \"Lost\" < 8.0;"} +{"question_id": 13088, "table_id": "2-17902603-2", "question": "What is the average of lost for place less than 10, less than 23 points, and goals conceded less than 26 for the chorrillo team?", "sql": "SELECT AVG(\"Lost\") FROM \"2-17902603-2\" WHERE \"Place\" < 10.0 AND \"Points\" < 23.0 AND \"Team\" = 'chorrillo' AND \"Goals Conceded\" < 26.0;"} +{"question_id": 13089, "table_id": "2-17902603-2", "question": "When goals conceded is greater than 17 with 37 points, what is the greatest played?", "sql": "SELECT MAX(\"Played\") FROM \"2-17902603-2\" WHERE \"Points\" = 37.0 AND \"Goals Conceded\" > 17.0;"} +{"question_id": 13090, "table_id": "2-17902603-2", "question": "What is the total points for a place less than 2 with a played greater than 18?", "sql": "SELECT SUM(\"Points\") FROM \"2-17902603-2\" WHERE \"Place\" < 2.0 AND \"Played\" > 18.0;"} +{"question_id": 13091, "table_id": "2-17902603-2", "question": "When goals scored is more than 18, draw is less than 4, and goals conceded is more than 24, what is the sum of played?", "sql": "SELECT COUNT(\"Played\") FROM \"2-17902603-2\" WHERE \"Goals Scored\" > 18.0 AND \"Draw\" < 4.0 AND \"Goals Conceded\" > 24.0;"} +{"question_id": 13092, "table_id": "2-18164300-3", "question": "What is the total rank for new zealand, when less than 1 bronze medals were won?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18164300-3\" WHERE \"Nation\" = 'new zealand' AND \"Bronze\" < 1.0;"} +{"question_id": 13093, "table_id": "2-18164300-3", "question": "What is the sum of sliver medals when there were 2 gold medals, less than 15 total medals, and the rank is greater than 5?", "sql": "SELECT SUM(\"Silver\") FROM \"2-18164300-3\" WHERE \"Gold\" = 2.0 AND \"Total\" < 15.0 AND \"Rank\" > 5.0;"} +{"question_id": 13094, "table_id": "2-18164300-3", "question": "What is the total rank for the netherlands when more than 2 silver medals were won?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-18164300-3\" WHERE \"Nation\" = 'netherlands' AND \"Silver\" > 2.0;"} +{"question_id": 13095, "table_id": "2-18164300-3", "question": "What is the total medal count when there are more than 1 gold and more than 2 silver medals won and the rank is less than 1?", "sql": "SELECT \"Total\" FROM \"2-18164300-3\" WHERE \"Gold\" > 1.0 AND \"Silver\" > 2.0 AND \"Rank\" < 2.0;"} +{"question_id": 13096, "table_id": "2-18164300-3", "question": "What is the average medal total when the rank is less than 5 and less than 7 bronze medals were won?", "sql": "SELECT AVG(\"Total\") FROM \"2-18164300-3\" WHERE \"Rank\" < 5.0 AND \"Bronze\" < 7.0;"} +{"question_id": 13097, "table_id": "2-17781161-1", "question": "Who did Tony Oakey Win against when he had type of W PTS 12?", "sql": "SELECT \"Opponent\" FROM \"2-17781161-1\" WHERE \"Result\" = 'Win' AND \"Type\" = 'W PTS 12';"} +{"question_id": 13098, "table_id": "2-17781161-1", "question": "What was Tony Oakey's Rd., Time when he fought against Hastings Rasani?", "sql": "SELECT \"Rd., Time\" FROM \"2-17781161-1\" WHERE \"Opponent\" = 'Hastings Rasani';"} +{"question_id": 13099, "table_id": "2-18228282-5", "question": "What is the Position of the Player with a Height of 2.11?", "sql": "SELECT \"Position\" FROM \"2-18228282-5\" WHERE \"Height\" = 2.11;"} +{"question_id": 13100, "table_id": "2-18228282-5", "question": "What is the Current Club of the PG/SG player with a Height of less than 1.9500000000000002?", "sql": "SELECT \"Current Club\" FROM \"2-18228282-5\" WHERE \"Height\" < 1.9500000000000002 AND \"Position\" = 'PG/SG';"} +{"question_id": 13101, "table_id": "2-18228282-5", "question": "What is the Position of the Player from the Toronto Raptors?", "sql": "SELECT \"Position\" FROM \"2-18228282-5\" WHERE \"Current Club\" = 'Toronto Raptors';"} +{"question_id": 13102, "table_id": "2-1827690-10", "question": "What Elected has Assembled of 23 January 1559?", "sql": "SELECT \"Elected\" FROM \"2-1827690-10\" WHERE \"Assembled\" = '23 January 1559';"} +{"question_id": 13103, "table_id": "2-1827690-10", "question": "What Elected has a 1st member of Thomas Fanshawe?", "sql": "SELECT \"Elected\" FROM \"2-1827690-10\" WHERE \"1st member\" = 'Thomas Fanshawe';"} +{"question_id": 13104, "table_id": "2-1827690-10", "question": "What 1st member has a 2nd member of Thomas Snagge, and Elected of 1588/89?", "sql": "SELECT \"1st member\" FROM \"2-1827690-10\" WHERE \"2nd member\" = 'Thomas Snagge' AND \"Elected\" = '1588/89';"} +{"question_id": 13105, "table_id": "2-1827690-10", "question": "What Dissolved has a 2nd member of Humphrey Winch, and Assembled of 27 October 1601?", "sql": "SELECT \"Dissolved\" FROM \"2-1827690-10\" WHERE \"2nd member\" = 'Humphrey Winch' AND \"Assembled\" = '27 October 1601';"} +{"question_id": 13106, "table_id": "2-1827690-10", "question": "What Assembled has Elected of 1562/63?", "sql": "SELECT \"Assembled\" FROM \"2-1827690-10\" WHERE \"Elected\" = '1562/63';"} +{"question_id": 13107, "table_id": "2-1827690-10", "question": "What Assembled has a 1st member of William Boteler?", "sql": "SELECT \"Assembled\" FROM \"2-1827690-10\" WHERE \"1st member\" = 'William Boteler';"} +{"question_id": 13108, "table_id": "2-18351792-8", "question": "Which shooter was the Olympic bronze medalist?", "sql": "SELECT \"Shooter\" FROM \"2-18351792-8\" WHERE \"Total\" = 'Olympic bronze medalist';"} +{"question_id": 13109, "table_id": "2-18351792-8", "question": "What event did the shooter, who had 29 total points, compete in?", "sql": "SELECT \"Event\" FROM \"2-18351792-8\" WHERE \"Total\" = '29';"} +{"question_id": 13110, "table_id": "2-18351792-8", "question": "Who got 13 score points at WC Kerrville?", "sql": "SELECT \"Shooter\" FROM \"2-18351792-8\" WHERE \"Score points\" = '13' AND \"Event\" = 'WC Kerrville';"} +{"question_id": 13111, "table_id": "2-18351792-8", "question": "What event did the shooter, who had 10 score points, compete in?", "sql": "SELECT \"Event\" FROM \"2-18351792-8\" WHERE \"Score points\" = '10';"} +{"question_id": 13112, "table_id": "2-18084-4", "question": "Which Wind* has a Nationality of United States, and an Athlete of Jackie Joyner-Kersee?", "sql": "SELECT \"Wind*\" FROM \"2-18084-4\" WHERE \"Nationality\" = 'United States' AND \"Athlete\" = 'Jackie Joyner-Kersee';"} +{"question_id": 13113, "table_id": "2-18084-4", "question": "Which Mark has an Athlete of Tatyana Lebedeva?", "sql": "SELECT \"Mark\" FROM \"2-18084-4\" WHERE \"Athlete\" = 'Tatyana Lebedeva';"} +{"question_id": 13114, "table_id": "2-18084-4", "question": "Which Mark has an Athlete of Heike Drechsler?", "sql": "SELECT \"Mark\" FROM \"2-18084-4\" WHERE \"Athlete\" = 'Heike Drechsler';"} +{"question_id": 13115, "table_id": "2-18084-4", "question": "Which Date has a Venue of Bucharest?", "sql": "SELECT \"Date\" FROM \"2-18084-4\" WHERE \"Venue\" = 'Bucharest';"} +{"question_id": 13116, "table_id": "2-18084-4", "question": "Which Nationality has a Wind* of N/A?", "sql": "SELECT \"Nationality\" FROM \"2-18084-4\" WHERE \"Wind*\" = 'N/A';"} +{"question_id": 13117, "table_id": "2-18084-4", "question": "Which Wind* has a Nationality of Soviet Union, and a Venue of Alma Ata?", "sql": "SELECT \"Wind*\" FROM \"2-18084-4\" WHERE \"Nationality\" = 'Soviet Union' AND \"Venue\" = 'Alma Ata';"} +{"question_id": 13118, "table_id": "2-17871255-4", "question": "What is 1:30 pm, when 3:30 pm is \"General Hospital\"?", "sql": "SELECT \"1:30 pm\" FROM \"2-17871255-4\" WHERE \"3:30 pm\" = 'General Hospital';"} +{"question_id": 13119, "table_id": "2-17871255-4", "question": "What is 1:30 pm, when 8:00 am is \"The Today Show with Katie Couric & Matt Lauer\"?", "sql": "SELECT \"1:30 pm\" FROM \"2-17871255-4\" WHERE \"8:00 am\" = 'The Today Show with Katie Couric & Matt Lauer';"} +{"question_id": 13120, "table_id": "2-17871255-4", "question": "What is 4:00 pm, when 12:30 pm is \"Sunset Beach\"?", "sql": "SELECT \"4:00 pm\" FROM \"2-17871255-4\" WHERE \"12:30 pm\" = 'Sunset Beach';"} +{"question_id": 13121, "table_id": "2-17871255-4", "question": "What is 3:30 pm, when 6:30 pm is \"ABC's World News Tonight with Peter Jennings\"?", "sql": "SELECT \"3:30 pm\" FROM \"2-17871255-4\" WHERE \"6:30 pm\" = 'ABC''s World News Tonight with Peter Jennings';"} +{"question_id": 13122, "table_id": "2-17716055-1", "question": "Which Goals For has a Team of congleton town, and a Lost larger than 11?", "sql": "SELECT MAX(\"Goals For\") FROM \"2-17716055-1\" WHERE \"Team\" = 'congleton town' AND \"Lost\" > 11.0;"} +{"question_id": 13123, "table_id": "2-17716055-1", "question": "Which Goal Difference has Drawn larger than 10, and a Team of Lancaster City?", "sql": "SELECT \"Goal Difference\" FROM \"2-17716055-1\" WHERE \"Drawn\" > 10.0 AND \"Team\" = 'Lancaster City';"} +{"question_id": 13124, "table_id": "2-18020762-2", "question": "What date was the 200m breaststroke event?", "sql": "SELECT \"Date\" FROM \"2-18020762-2\" WHERE \"Event\" = '200m breaststroke';"} +{"question_id": 13125, "table_id": "2-18020762-2", "question": "What time was the 50m freestyle event?", "sql": "SELECT \"Time\" FROM \"2-18020762-2\" WHERE \"Event\" = '50m freestyle';"} +{"question_id": 13126, "table_id": "2-18020762-2", "question": "What meet had a 400m individual medley meet?", "sql": "SELECT \"Meet\" FROM \"2-18020762-2\" WHERE \"Event\" = '400m individual medley';"} +{"question_id": 13127, "table_id": "2-17974840-1", "question": "How much Total has a Player of todd hamilton, and a To par smaller than 15?", "sql": "SELECT COUNT(\"Total\") FROM \"2-17974840-1\" WHERE \"Player\" = 'todd hamilton' AND \"To par\" < 15.0;"} +{"question_id": 13128, "table_id": "2-17974840-1", "question": "Which Year(s) won has a Total larger than 295?", "sql": "SELECT \"Year(s) won\" FROM \"2-17974840-1\" WHERE \"Total\" > 295.0;"} +{"question_id": 13129, "table_id": "2-17974840-1", "question": "Which Country has a Finish of T32, and a Year(s) won of 1996?", "sql": "SELECT \"Country\" FROM \"2-17974840-1\" WHERE \"Finish\" = 'T32' AND \"Year(s) won\" = '1996';"} +{"question_id": 13130, "table_id": "2-17974840-1", "question": "How many totals does pádraig harrington have?", "sql": "SELECT COUNT(\"Total\") FROM \"2-17974840-1\" WHERE \"Player\" = 'pádraig harrington';"} +{"question_id": 13131, "table_id": "2-18150723-5", "question": "What is the highest to par with a place of T8 and West Germany as the country?", "sql": "SELECT MAX(\"To par\") FROM \"2-18150723-5\" WHERE \"Place\" = 'T8' AND \"Country\" = 'West Germany';"} +{"question_id": 13132, "table_id": "2-18150723-5", "question": "Who was the player for England when the to par is 7?", "sql": "SELECT \"Player\" FROM \"2-18150723-5\" WHERE \"To par\" = 7.0 AND \"Country\" = 'England';"} +{"question_id": 13133, "table_id": "2-18150723-5", "question": "Who was the player for Japan when the to par was smaller than 7?", "sql": "SELECT \"Player\" FROM \"2-18150723-5\" WHERE \"To par\" < 7.0 AND \"Country\" = 'Japan';"} +{"question_id": 13134, "table_id": "2-18150723-5", "question": "What is the average to par for a score of 78-67-73=218?", "sql": "SELECT AVG(\"To par\") FROM \"2-18150723-5\" WHERE \"Score\" = '78-67-73=218';"} +{"question_id": 13135, "table_id": "2-18150723-5", "question": "What did Sam Torrance score?", "sql": "SELECT \"Score\" FROM \"2-18150723-5\" WHERE \"Player\" = 'Sam Torrance';"} +{"question_id": 13136, "table_id": "2-18153365-1", "question": "Which Year(s) won has a Total of 289?", "sql": "SELECT \"Year(s) won\" FROM \"2-18153365-1\" WHERE \"Total\" = 289.0;"} +{"question_id": 13137, "table_id": "2-18153365-1", "question": "Which country has a Year(s) won in 1964?", "sql": "SELECT \"Country\" FROM \"2-18153365-1\" WHERE \"Year(s) won\" = '1964';"} +{"question_id": 13138, "table_id": "2-18153365-1", "question": "Which year Al Geiberger is in?", "sql": "SELECT \"Year(s) won\" FROM \"2-18153365-1\" WHERE \"Player\" = 'Al Geiberger';"} +{"question_id": 13139, "table_id": "2-18153365-1", "question": "Which To par has a Year(s) won of 1964?", "sql": "SELECT \"To par\" FROM \"2-18153365-1\" WHERE \"Year(s) won\" = '1964';"} +{"question_id": 13140, "table_id": "2-18153365-1", "question": "Which Total has a Finish of T59?", "sql": "SELECT MIN(\"Total\") FROM \"2-18153365-1\" WHERE \"Finish\" = 'T59';"} +{"question_id": 13141, "table_id": "2-18153365-1", "question": "which To par has a Country of United States, and a Player of Dave Stockton?", "sql": "SELECT \"To par\" FROM \"2-18153365-1\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Dave Stockton';"} +{"question_id": 13142, "table_id": "2-18007126-1", "question": "Which player has $450 and a score of 76-74-74-72=296?", "sql": "SELECT \"Player\" FROM \"2-18007126-1\" WHERE \"Money ( $ )\" = '450' AND \"Score\" = '76-74-74-72=296';"} +{"question_id": 13143, "table_id": "2-1827690-11", "question": "Who is the 2nd member of the parliament with Alexander St John as the 1st member?", "sql": "SELECT \"2nd member\" FROM \"2-1827690-11\" WHERE \"1st member\" = 'Alexander St John';"} +{"question_id": 13144, "table_id": "2-1827690-11", "question": "Who is the 1st member of the parliament assembled on 5 April 1614?", "sql": "SELECT \"1st member\" FROM \"2-1827690-11\" WHERE \"Assembled\" = '5 April 1614';"} +{"question_id": 13145, "table_id": "2-1827690-11", "question": "What is the assembled date of the parliament dissolved on 9 February 1611 and elected in 1606?", "sql": "SELECT \"Assembled\" FROM \"2-1827690-11\" WHERE \"Dissolved\" = '9 February 1611' AND \"Elected\" = '1606';"} +{"question_id": 13146, "table_id": "2-1827690-11", "question": "What is the dissolved date of the parliament assembled on 16 January 1621 with Richard Taylor as the 2nd member?", "sql": "SELECT \"Dissolved\" FROM \"2-1827690-11\" WHERE \"2nd member\" = 'Richard Taylor' AND \"Assembled\" = '16 January 1621';"} +{"question_id": 13147, "table_id": "2-1827690-11", "question": "Who is the 1st member elected in 1620/21?", "sql": "SELECT \"1st member\" FROM \"2-1827690-11\" WHERE \"Elected\" = '1620/21';"} +{"question_id": 13148, "table_id": "2-1827690-11", "question": "What is the assembled date of the parliament elected in 1620/21?", "sql": "SELECT \"Assembled\" FROM \"2-1827690-11\" WHERE \"Elected\" = '1620/21';"} +{"question_id": 13149, "table_id": "2-18178924-7", "question": "What's the statue for an against above 22?", "sql": "SELECT \"Status\" FROM \"2-18178924-7\" WHERE \"Against\" > 22.0;"} +{"question_id": 13150, "table_id": "2-18178924-7", "question": "What's the status for an against below 22 with an opposing team of Australia?", "sql": "SELECT \"Status\" FROM \"2-18178924-7\" WHERE \"Against\" < 22.0 AND \"Opposing Teams\" = 'Australia';"} +{"question_id": 13151, "table_id": "2-18178924-7", "question": "What's the against on 17/01/1976?", "sql": "SELECT MIN(\"Against\") FROM \"2-18178924-7\" WHERE \"Date\" = '17/01/1976';"} +{"question_id": 13152, "table_id": "2-18007058-1", "question": "Which ranking has money of $82 and Al Watrous as the player?", "sql": "SELECT \"Place\" FROM \"2-18007058-1\" WHERE \"Money ( $ )\" = 82.0 AND \"Player\" = 'Al Watrous';"} +{"question_id": 13153, "table_id": "2-18007058-1", "question": "What is the score for Jock Hutchison?", "sql": "SELECT \"Score\" FROM \"2-18007058-1\" WHERE \"Player\" = 'Jock Hutchison';"} +{"question_id": 13154, "table_id": "2-18007058-1", "question": "What is the lowest par for Bobby Cruickshank?", "sql": "SELECT MIN(\"To par\") FROM \"2-18007058-1\" WHERE \"Player\" = 'Bobby Cruickshank';"} +{"question_id": 13155, "table_id": "2-17991356-4", "question": "What is the Country of the Player with a To par of –1?", "sql": "SELECT \"Country\" FROM \"2-17991356-4\" WHERE \"To par\" = '–1';"} +{"question_id": 13156, "table_id": "2-18347334-1", "question": "Which is the highest Rd 1 has a Province of utrecht and a Rd 4 larger than 0?", "sql": "SELECT MAX(\"Rd 1\") FROM \"2-18347334-1\" WHERE \"Province\" = 'utrecht' AND \"Rd 4\" > 0.0;"} +{"question_id": 13157, "table_id": "2-18347334-1", "question": "What Rd 3 has a Rd 2 1 of 0+1?", "sql": "SELECT \"Rd 3\" FROM \"2-18347334-1\" WHERE \"Rd 2 1\" = '0+1';"} +{"question_id": 13158, "table_id": "2-17747471-2", "question": "Which Position has Goals against larger than 32, and points larger than 30?", "sql": "SELECT \"Position\" FROM \"2-17747471-2\" WHERE \"Goals against\" > 32.0 AND \"Points\" > 30.0;"} +{"question_id": 13159, "table_id": "2-17747471-2", "question": "How many Points have Goals against of 35, and less than 13 losses?", "sql": "SELECT SUM(\"Points\") FROM \"2-17747471-2\" WHERE \"Goals against\" = 35.0 AND \"Losses\" < 13.0;"} +{"question_id": 13160, "table_id": "2-17747471-2", "question": "How many points have Goals for smaller than 33, and Draws larger than 9?", "sql": "SELECT SUM(\"Points\") FROM \"2-17747471-2\" WHERE \"Goals for\" < 33.0 AND \"Draws\" > 9.0;"} +{"question_id": 13161, "table_id": "2-17747471-2", "question": "Which Goal Difference has 13 Wins, and a Position of 3, and Played smaller than 30?", "sql": "SELECT AVG(\"Goal Difference\") FROM \"2-17747471-2\" WHERE \"Wins\" = 13.0 AND \"Position\" = 3.0 AND \"Played\" < 30.0;"} +{"question_id": 13162, "table_id": "2-18178924-6", "question": "On which date was the opponent Ireland and the status Five Nations?", "sql": "SELECT \"Date\" FROM \"2-18178924-6\" WHERE \"Status\" = 'Five Nations' AND \"Opposing Teams\" = 'Ireland';"} +{"question_id": 13163, "table_id": "2-18178924-6", "question": "Which venue had a status of Five Nations, an against larger than 12 and took place on 15/02/1975?", "sql": "SELECT \"Venue\" FROM \"2-18178924-6\" WHERE \"Status\" = 'Five Nations' AND \"Against\" > 12.0 AND \"Date\" = '15/02/1975';"} +{"question_id": 13164, "table_id": "2-18178924-6", "question": "WHat status had an against larger than 6 and a date of 01/02/1975?", "sql": "SELECT \"Status\" FROM \"2-18178924-6\" WHERE \"Against\" > 6.0 AND \"Date\" = '01/02/1975';"} +{"question_id": 13165, "table_id": "2-18207174-2", "question": "What is the highest week for the san diego chargers with an attendance that is less than 53455?", "sql": "SELECT MAX(\"Week\") FROM \"2-18207174-2\" WHERE \"Opponent\" = 'san diego chargers' AND \"Attendance\" < 53455.0;"} +{"question_id": 13166, "table_id": "2-18207174-2", "question": "What is the highest attendance for december 3, 1972 after week 12?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-18207174-2\" WHERE \"Date\" = 'december 3, 1972' AND \"Week\" > 12.0;"} +{"question_id": 13167, "table_id": "2-1762917-13", "question": "What is Score, when Competition is \"ECQG5\", and when Venue is \"Hampden Park , Glasgow (H)\"?", "sql": "SELECT \"Score\" FROM \"2-1762917-13\" WHERE \"Competition\" = 'ECQG5' AND \"Venue\" = 'Hampden Park , Glasgow (H)';"} +{"question_id": 13168, "table_id": "2-1762917-13", "question": "What is Score, when Competition is \"Friendly\", and when Date is \"30 April\"?", "sql": "SELECT \"Score\" FROM \"2-1762917-13\" WHERE \"Competition\" = 'Friendly' AND \"Date\" = '30 April';"} +{"question_id": 13169, "table_id": "2-1762917-13", "question": "What is Venue, when Date is \"7 September\"?", "sql": "SELECT \"Venue\" FROM \"2-1762917-13\" WHERE \"Date\" = '7 September';"} +{"question_id": 13170, "table_id": "2-18136583-7", "question": "What was the nationality for the player with 33 goals?", "sql": "SELECT \"Nationality\" FROM \"2-18136583-7\" WHERE \"Goals\" = 33.0;"} +{"question_id": 13171, "table_id": "2-18136583-7", "question": "What was the nationality of the player ranking 3?", "sql": "SELECT \"Nationality\" FROM \"2-18136583-7\" WHERE \"Ranking\" = '3';"} +{"question_id": 13172, "table_id": "2-17887548-4", "question": "What airs at 7:00 am when The Big Cartoonie Show airs at 3pm?", "sql": "SELECT \"7:00 am\" FROM \"2-17887548-4\" WHERE \"3:00 pm\" = 'The Big Cartoonie Show';"} +{"question_id": 13173, "table_id": "2-17887548-4", "question": "What is the 3pm program when Local Programs are on at 7:30am?", "sql": "SELECT \"3:00 pm\" FROM \"2-17887548-4\" WHERE \"7:30 am\" = 'Local Programs';"} +{"question_id": 13174, "table_id": "2-17887548-4", "question": "What is the 11am program when Local Programs are on at 12:30am?", "sql": "SELECT \"11:00 am\" FROM \"2-17887548-4\" WHERE \"12:30 pm\" = 'Local Programs';"} +{"question_id": 13175, "table_id": "2-17887548-4", "question": "What is on at 2pm when 4:30 pm is airing Digimon: Digital Monsters?", "sql": "SELECT \"2:00 pm\" FROM \"2-17887548-4\" WHERE \"4:30 pm\" = 'Digimon: Digital Monsters';"} +{"question_id": 13176, "table_id": "2-17887548-4", "question": "What is on at 5pm when 4:30 pm is airing Digimon: Digital Monsters?", "sql": "SELECT \"5:00 pm\" FROM \"2-17887548-4\" WHERE \"4:30 pm\" = 'Digimon: Digital Monsters';"} +{"question_id": 13177, "table_id": "2-17887548-4", "question": "What is on at 5pm when Local Programs are on at 7:30am and 8:00am?", "sql": "SELECT \"5:00 pm\" FROM \"2-17887548-4\" WHERE \"8:00 am\" = 'Local Programs' AND \"7:30 am\" = 'Local Programs';"} +{"question_id": 13178, "table_id": "2-18187087-1", "question": "What is the total population of the district of klang, with an area larger than 636?", "sql": "SELECT COUNT(\"2010 Population\") FROM \"2-18187087-1\" WHERE \"District\" = 'klang' AND \"Area (km 2 )\" > 636.0;"} +{"question_id": 13179, "table_id": "2-18187087-1", "question": "What is the rank with an area larger than 3433 for the district of Lahad Datu?", "sql": "SELECT \"Rank\" FROM \"2-18187087-1\" WHERE \"Area (km 2 )\" > 3433.0 AND \"District\" = 'Lahad Datu';"} +{"question_id": 13180, "table_id": "2-17654695-1", "question": "Which Fate has a Tonnage of 7,217?", "sql": "SELECT \"Fate\" FROM \"2-17654695-1\" WHERE \"Tonnage\" = '7,217';"} +{"question_id": 13181, "table_id": "2-17654695-1", "question": "Which Fate has a Nationality of United Kingdom, and a Tonnage of 1,809?", "sql": "SELECT \"Fate\" FROM \"2-17654695-1\" WHERE \"Nationality\" = 'United Kingdom' AND \"Tonnage\" = '1,809';"} +{"question_id": 13182, "table_id": "2-17654695-1", "question": "Name Nationality is on 6 July 1942?", "sql": "SELECT \"Nationality\" FROM \"2-17654695-1\" WHERE \"Date\" = '6 July 1942';"} +{"question_id": 13183, "table_id": "2-17654695-1", "question": "Name Tonnage on 27 September 1941 and a Ship of HMSSpringbank?", "sql": "SELECT \"Tonnage\" FROM \"2-17654695-1\" WHERE \"Date\" = '27 September 1941' AND \"Ship\" = 'HMSSpringbank';"} +{"question_id": 13184, "table_id": "2-17654695-1", "question": "Which Tonnage is on 25 July 1942?", "sql": "SELECT \"Tonnage\" FROM \"2-17654695-1\" WHERE \"Date\" = '25 July 1942';"} +{"question_id": 13185, "table_id": "2-18007110-1", "question": "What place is player Leo Diegel?", "sql": "SELECT \"Place\" FROM \"2-18007110-1\" WHERE \"Player\" = 'Leo Diegel';"} +{"question_id": 13186, "table_id": "2-18007110-1", "question": "How much money does player Horton Smith have?", "sql": "SELECT \"Money ( $ )\" FROM \"2-18007110-1\" WHERE \"Player\" = 'Horton Smith';"} +{"question_id": 13187, "table_id": "2-18007110-1", "question": "How much money does the player with a score of 74-71-76-76=297 have?", "sql": "SELECT \"Money ( $ )\" FROM \"2-18007110-1\" WHERE \"Score\" = '74-71-76-76=297';"} +{"question_id": 13188, "table_id": "2-18007110-1", "question": "What is the sum of the to par with a 76-77-74-75=302 score?", "sql": "SELECT SUM(\"To par\") FROM \"2-18007110-1\" WHERE \"Score\" = '76-77-74-75=302';"} +{"question_id": 13189, "table_id": "2-18007110-1", "question": "Who is the player with a T8 place and a 74-74-76-77=301 score?", "sql": "SELECT \"Player\" FROM \"2-18007110-1\" WHERE \"Place\" = 'T8' AND \"Score\" = '74-74-76-77=301';"} +{"question_id": 13190, "table_id": "2-18007110-1", "question": "What country has a 14 to par?", "sql": "SELECT \"Country\" FROM \"2-18007110-1\" WHERE \"To par\" = 14.0;"} +{"question_id": 13191, "table_id": "2-17751803-4", "question": "What is the score if Millwall is the Home Team?", "sql": "SELECT \"Score\" FROM \"2-17751803-4\" WHERE \"Home team\" = 'Millwall';"} +{"question_id": 13192, "table_id": "2-17751803-4", "question": "What is the Away team with Newcastle United as the Home team?", "sql": "SELECT \"Away team\" FROM \"2-17751803-4\" WHERE \"Home team\" = 'Newcastle United';"} +{"question_id": 13193, "table_id": "2-17751803-4", "question": "What is the Score on 27 Jan 1990 with an Away Team of Queens Park Rangers?", "sql": "SELECT \"Score\" FROM \"2-17751803-4\" WHERE \"Date\" = '27 Jan 1990' AND \"Away team\" = 'Queens Park Rangers';"} +{"question_id": 13194, "table_id": "2-17751803-4", "question": "If the Away Team is Arsenal what is the Score?", "sql": "SELECT \"Score\" FROM \"2-17751803-4\" WHERE \"Away team\" = 'Arsenal';"} +{"question_id": 13195, "table_id": "2-18338043-3", "question": "What is the score for 4-1?", "sql": "SELECT \"Score\" FROM \"2-18338043-3\" WHERE \"Record\" = '4-1';"} +{"question_id": 13196, "table_id": "2-176533-1", "question": "What is the Population of the Rural community", "sql": "SELECT \"Population\" FROM \"2-176533-1\" WHERE \"Status\" = 'Rural community';"} +{"question_id": 13197, "table_id": "2-176533-1", "question": "What is the Area km 2 with a Census Ranking of 1,773 of 5,008?", "sql": "SELECT SUM(\"Area km 2\") FROM \"2-176533-1\" WHERE \"Census Ranking\" = '1,773 of 5,008';"} +{"question_id": 13198, "table_id": "2-176533-1", "question": "With an Area km 2 of less than 130.68, what is McAdam's Population?", "sql": "SELECT SUM(\"Population\") FROM \"2-176533-1\" WHERE \"Area km 2\" < 130.68 AND \"Official Name\" = 'McAdam';"} +{"question_id": 13199, "table_id": "2-18336411-5", "question": "Which home had a record of 2-4?", "sql": "SELECT \"Home\" FROM \"2-18336411-5\" WHERE \"Record\" = '2-4';"} +{"question_id": 13200, "table_id": "2-18336411-5", "question": "Who was the visitor for Chicago Black Hawks on May 6?", "sql": "SELECT \"Visitor\" FROM \"2-18336411-5\" WHERE \"Home\" = 'Chicago Black Hawks' AND \"Date\" = 'May 6';"} +{"question_id": 13201, "table_id": "2-18336411-5", "question": "What day was the visitor Chicago Black Hawks and the record 0-2?", "sql": "SELECT \"Date\" FROM \"2-18336411-5\" WHERE \"Visitor\" = 'Chicago Black Hawks' AND \"Record\" = '0-2';"} +{"question_id": 13202, "table_id": "2-18337310-2", "question": "What is the total number of Round with a Method of submission (ankle lock), a Location of tokyo, japan, and a Record of 13-5-2?", "sql": "SELECT SUM(\"Round\") FROM \"2-18337310-2\" WHERE \"Method\" = 'submission (ankle lock)' AND \"Location\" = 'tokyo, japan' AND \"Record\" = '13-5-2';"} +{"question_id": 13203, "table_id": "2-18341614-11", "question": "What is the 140lbs for 130lbs Jake Evans (Mojave)?", "sql": "SELECT \"140lbs\" FROM \"2-18341614-11\" WHERE \"130lbs\" = 'Jake Evans (Mojave)';"} +{"question_id": 13204, "table_id": "2-17841851-1", "question": "Which Nation has Silver smaller than 16, Bronze larger than 6, and Gold of 2?", "sql": "SELECT \"Nation\" FROM \"2-17841851-1\" WHERE \"Silver\" < 16.0 AND \"Bronze\" > 6.0 AND \"Gold\" = 2.0;"} +{"question_id": 13205, "table_id": "2-17841851-1", "question": "Which Gold has a Nation of south korea (kor), and Bronze smaller than 65?", "sql": "SELECT AVG(\"Gold\") FROM \"2-17841851-1\" WHERE \"Nation\" = 'south korea (kor)' AND \"Bronze\" < 65.0;"} +{"question_id": 13206, "table_id": "2-17841851-1", "question": "Which Total has Gold of 2?", "sql": "SELECT MAX(\"Total\") FROM \"2-17841851-1\" WHERE \"Gold\" = 2.0;"} +{"question_id": 13207, "table_id": "2-17841851-1", "question": "Which Total has Gold smaller than 12, and a Nation of Hong Kong (HKG)?", "sql": "SELECT MAX(\"Total\") FROM \"2-17841851-1\" WHERE \"Gold\" < 12.0 AND \"Nation\" = 'Hong Kong (HKG)';"} +{"question_id": 13208, "table_id": "2-17841851-1", "question": "Which Gold has a Total of 721?", "sql": "SELECT AVG(\"Gold\") FROM \"2-17841851-1\" WHERE \"Total\" = 721.0;"} +{"question_id": 13209, "table_id": "2-17702363-1", "question": "What is the 2007-08 season at Stadio Silvio Piola?", "sql": "SELECT \"2007–08 season\" FROM \"2-17702363-1\" WHERE \"Stadium\" = 'Stadio Silvio Piola';"} +{"question_id": 13210, "table_id": "2-17702363-1", "question": "What Club in pizzighettone has a Capacity of 10000 or greater?", "sql": "SELECT \"Club\" FROM \"2-17702363-1\" WHERE \"Capacity\" > 10000.0 AND \"City\" = 'pizzighettone';"} +{"question_id": 13211, "table_id": "2-18133211-6", "question": "What is the To par of the T6 Place Player with a Score of 68-69-70=207?", "sql": "SELECT \"To par\" FROM \"2-18133211-6\" WHERE \"Place\" = 'T6' AND \"Score\" = '68-69-70=207';"} +{"question_id": 13212, "table_id": "2-18133211-6", "question": "What is the Country of the T8 Place Player with a Score of 70-67-71=208?", "sql": "SELECT \"Country\" FROM \"2-18133211-6\" WHERE \"Place\" = 'T8' AND \"Score\" = '70-67-71=208';"} +{"question_id": 13213, "table_id": "2-18133211-6", "question": "What is Peter Jacobsen's Place?", "sql": "SELECT \"Place\" FROM \"2-18133211-6\" WHERE \"Player\" = 'Peter Jacobsen';"} +{"question_id": 13214, "table_id": "2-18133211-6", "question": "What is the To par of the Player with a Score of 71-69-68=208?", "sql": "SELECT \"To par\" FROM \"2-18133211-6\" WHERE \"Score\" = '71-69-68=208';"} +{"question_id": 13215, "table_id": "2-18133211-6", "question": "What is the To par of the Player from Argentina?", "sql": "SELECT \"To par\" FROM \"2-18133211-6\" WHERE \"Country\" = 'Argentina';"} +{"question_id": 13216, "table_id": "2-18018214-3", "question": "which Points has Wins smaller than 2?", "sql": "SELECT MIN(\"Points\") FROM \"2-18018214-3\" WHERE \"Wins\" < 2.0;"} +{"question_id": 13217, "table_id": "2-18018214-3", "question": "Which Wins has a Draws smaller than 3, and Points of 26?", "sql": "SELECT AVG(\"Wins\") FROM \"2-18018214-3\" WHERE \"Draws\" < 3.0 AND \"Points\" = 26.0;"} +{"question_id": 13218, "table_id": "2-18018214-3", "question": "Which Games played has a Points of 6, and Goals scored larger than 12?", "sql": "SELECT MAX(\"Games played\") FROM \"2-18018214-3\" WHERE \"Points\" = 6.0 AND \"Goals scored\" > 12.0;"} +{"question_id": 13219, "table_id": "2-18018214-3", "question": "Which Goals scored has Points larger than 26 and Wins larger than 11?", "sql": "SELECT SUM(\"Goals scored\") FROM \"2-18018214-3\" WHERE \"Points\" > 26.0 AND \"Wins\" > 11.0;"} +{"question_id": 13220, "table_id": "2-18018214-3", "question": "Which Loses has Points smaller than 6?", "sql": "SELECT AVG(\"Loses\") FROM \"2-18018214-3\" WHERE \"Points\" < 6.0;"} +{"question_id": 13221, "table_id": "2-18018214-3", "question": "Which Goals conceded has Points of 6 and Draws larger than 0?", "sql": "SELECT MAX(\"Goals conceded\") FROM \"2-18018214-3\" WHERE \"Points\" = 6.0 AND \"Draws\" > 0.0;"} +{"question_id": 13222, "table_id": "2-1816965-1", "question": "What round did the Spartak Moscow club play?", "sql": "SELECT \"Round\" FROM \"2-1816965-1\" WHERE \"Club\" = 'Spartak Moscow';"} +{"question_id": 13223, "table_id": "2-1829476-3", "question": "What is the total number of Wickets with a 26.13 average?", "sql": "SELECT COUNT(\"Wickets\") FROM \"2-1829476-3\" WHERE \"Average\" = 26.13;"} +{"question_id": 13224, "table_id": "2-1829476-3", "question": "What is the total rank for player delyone borden with more than 15 wickets?", "sql": "SELECT SUM(\"Rank\") FROM \"2-1829476-3\" WHERE \"Player\" = 'delyone borden' AND \"Wickets\" > 15.0;"} +{"question_id": 13225, "table_id": "2-1829476-3", "question": "What are the total number of Wickets that ranger higher than 5?", "sql": "SELECT COUNT(\"Wickets\") FROM \"2-1829476-3\" WHERE \"Rank\" > 5.0;"} +{"question_id": 13226, "table_id": "2-1829476-3", "question": "What was the career of the rank higher than 1, with an average less than 36.13 and 15 wickets, and player George O'Brien?", "sql": "SELECT \"Career\" FROM \"2-1829476-3\" WHERE \"Rank\" > 1.0 AND \"Average\" < 36.13 AND \"Wickets\" = 15.0 AND \"Player\" = 'George O''Brien';"} +{"question_id": 13227, "table_id": "2-1829476-3", "question": "What is the highest rank for less than 15 Wickets?", "sql": "SELECT MAX(\"Rank\") FROM \"2-1829476-3\" WHERE \"Wickets\" < 15.0;"} +{"question_id": 13228, "table_id": "2-18699515-1", "question": "What is the grid with a +0.180 time?", "sql": "SELECT \"Grid\" FROM \"2-18699515-1\" WHERE \"Time\" = '+0.180';"} +{"question_id": 13229, "table_id": "2-18699515-1", "question": "What is the sum of laps of the Honda CBR1000RR bike, which has a time of +16.569?", "sql": "SELECT SUM(\"Laps\") FROM \"2-18699515-1\" WHERE \"Bike\" = 'Honda CBR1000RR' AND \"Time\" = '+16.569';"} +{"question_id": 13230, "table_id": "2-18699515-1", "question": "What is the time of the Honda CBR1000RR bike, which has less than 25 laps?", "sql": "SELECT \"Time\" FROM \"2-18699515-1\" WHERE \"Laps\" < 25.0 AND \"Bike\" = 'Honda CBR1000RR';"} +{"question_id": 13231, "table_id": "2-18424300-5", "question": "What date has a loan expires date of End of the season, and a Position of MF?", "sql": "SELECT \"Date\" FROM \"2-18424300-5\" WHERE \"Loan expires\" = 'End of the season' AND \"Position\" = 'MF';"} +{"question_id": 13232, "table_id": "2-18424300-5", "question": "What player that has a Position of DF, and Loaned to is Stoke City?", "sql": "SELECT \"Player\" FROM \"2-18424300-5\" WHERE \"Position\" = 'DF' AND \"Loaned to\" = 'Stoke City';"} +{"question_id": 13233, "table_id": "2-18424300-5", "question": "What loan expires date has a Date of 29 December 2003?", "sql": "SELECT \"Loan expires\" FROM \"2-18424300-5\" WHERE \"Date\" = '29 December 2003';"} +{"question_id": 13234, "table_id": "2-18424300-5", "question": "What shows for loaned to when the loan expires End of the season, Francis Jeffers is the player?", "sql": "SELECT \"Loaned to\" FROM \"2-18424300-5\" WHERE \"Loan expires\" = 'End of the season' AND \"Player\" = 'Francis Jeffers';"} +{"question_id": 13235, "table_id": "2-18424300-5", "question": "What player loaned to of Leeds United?", "sql": "SELECT \"Player\" FROM \"2-18424300-5\" WHERE \"Loaned to\" = 'Leeds United';"} +{"question_id": 13236, "table_id": "2-18713505-2", "question": "What was the 1st leg when team 1 was APOEL?", "sql": "SELECT \"1st leg\" FROM \"2-18713505-2\" WHERE \"Team 1\" = 'APOEL';"} +{"question_id": 13237, "table_id": "2-18713505-2", "question": "What was team 2 when team 1 was Omonia?", "sql": "SELECT \"Team 2\" FROM \"2-18713505-2\" WHERE \"Team 1\" = 'Omonia';"} +{"question_id": 13238, "table_id": "2-18565772-1", "question": "What was the lowest total of medals won by Croatia?", "sql": "SELECT MIN(\"Total\") FROM \"2-18565772-1\" WHERE \"Nation\" = 'Croatia';"} +{"question_id": 13239, "table_id": "2-18600121-4", "question": "Which Worldwide ranking has a 2009 larger than 185969, and a Country of Rwanda?", "sql": "SELECT \"Worldwide ranking\" FROM \"2-18600121-4\" WHERE \"2009\" > 185969.0 AND \"Country\" = 'Rwanda';"} +{"question_id": 13240, "table_id": "2-18600121-4", "question": "Which Country has a 2009 larger than 527180, and a Worldwide ranking of 666?", "sql": "SELECT \"Country\" FROM \"2-18600121-4\" WHERE \"2009\" > 527180.0 AND \"Worldwide ranking\" = '666';"} +{"question_id": 13241, "table_id": "2-18980847-2", "question": "Which Goals have Apps smaller than 1?", "sql": "SELECT AVG(\"Goals\") FROM \"2-18980847-2\" WHERE \"Apps\" < 1.0;"} +{"question_id": 13242, "table_id": "2-18980847-2", "question": "Which National team has a Year of Total?", "sql": "SELECT \"National team\" FROM \"2-18980847-2\" WHERE \"Year\" = 'Total';"} +{"question_id": 13243, "table_id": "2-18980847-2", "question": "How many Goals have a National team of England, and Apps smaller than 6, and a Year of 2012?", "sql": "SELECT SUM(\"Goals\") FROM \"2-18980847-2\" WHERE \"National team\" = 'England' AND \"Apps\" < 6.0 AND \"Year\" = '2012';"} +{"question_id": 13244, "table_id": "2-18980847-2", "question": "Which National team has a Club of Arsenal, and Apps smaller than 4, and a Year of 2010?", "sql": "SELECT \"National team\" FROM \"2-18980847-2\" WHERE \"Club\" = 'Arsenal' AND \"Apps\" < 4.0 AND \"Year\" = '2010';"} +{"question_id": 13245, "table_id": "2-18461045-2", "question": "Which champion has a Group Stage LLWS in Russellville?", "sql": "SELECT \"Champion\" FROM \"2-18461045-2\" WHERE \"LLWS\" = 'Group Stage' AND \"City\" = 'Russellville';"} +{"question_id": 13246, "table_id": "2-18461045-2", "question": "What is the record of the champion in 2008?", "sql": "SELECT \"Record\" FROM \"2-18461045-2\" WHERE \"Year\" = 2008.0;"} +{"question_id": 13247, "table_id": "2-18553832-4", "question": "What nation was number 1 and had a total larger than 5?", "sql": "SELECT \"Nation\" FROM \"2-18553832-4\" WHERE \"Total\" > 5.0 AND \"Rank\" = '1';"} +{"question_id": 13248, "table_id": "2-18553832-4", "question": "How many bronzes had a rank of 10 and 0 gold?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18553832-4\" WHERE \"Rank\" = '10' AND \"Gold\" < 0.0;"} +{"question_id": 13249, "table_id": "2-18553832-4", "question": "Hold many gold had more than 16 bronzes?", "sql": "SELECT COUNT(\"Gold\") FROM \"2-18553832-4\" WHERE \"Bronze\" > 16.0;"} +{"question_id": 13250, "table_id": "2-18553832-4", "question": "What is the lowest amount of gold for more than 16 silver?", "sql": "SELECT MIN(\"Gold\") FROM \"2-18553832-4\" WHERE \"Silver\" > 16.0;"} +{"question_id": 13251, "table_id": "2-18600760-16", "question": "What is the average population of the township having land of 35.666sqmi and GEO ID over 3807364500?", "sql": "SELECT AVG(\"Pop. (2010)\") FROM \"2-18600760-16\" WHERE \"Land ( sqmi )\" = 35.666 AND \"GEO ID\" > 3807364500.0;"} +{"question_id": 13252, "table_id": "2-18600760-16", "question": "What is the average 2010 population having longitude over -102.353035, latitude over 46.937841, and 0.034 sqmi of water?", "sql": "SELECT AVG(\"Pop. (2010)\") FROM \"2-18600760-16\" WHERE \"Longitude\" > -102.353035 AND \"Latitude\" > 46.937841 AND \"Water (sqmi)\" = 0.034;"} +{"question_id": 13253, "table_id": "2-18600760-16", "question": "What is the highest 2010 population having GEO ID of 3802763220 and longitude over -98.936777?", "sql": "SELECT MAX(\"Pop. (2010)\") FROM \"2-18600760-16\" WHERE \"GEO ID\" = 3802763220.0 AND \"Longitude\" > -98.936777;"} +{"question_id": 13254, "table_id": "2-18600760-16", "question": "What is the smallest amount of water having landmass over 34.864 sqmi, in Pierce township, with a GEO ID over 3800362460?", "sql": "SELECT MIN(\"Water (sqmi)\") FROM \"2-18600760-16\" WHERE \"Land ( sqmi )\" > 34.864 AND \"Township\" = 'Pierce' AND \"GEO ID\" > 3800362460.0;"} +{"question_id": 13255, "table_id": "2-18951492-2", "question": "Which Tally has a County of Limerick, and a Rank larger than 1?", "sql": "SELECT \"Tally\" FROM \"2-18951492-2\" WHERE \"County\" = 'Limerick' AND \"Rank\" > 1.0;"} +{"question_id": 13256, "table_id": "2-18901519-1", "question": "Which Bronze has a Silver of 15, and a Total smaller than 54?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-18901519-1\" WHERE \"Silver\" = 15.0 AND \"Total\" < 54.0;"} +{"question_id": 13257, "table_id": "2-18901519-1", "question": "How many Bronzes have a Rank of 9, and a Silver larger than 2?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18901519-1\" WHERE \"Rank\" = '9' AND \"Silver\" > 2.0;"} +{"question_id": 13258, "table_id": "2-18901519-1", "question": "How many totals have a Silver of 40, and a Gold smaller than 39?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18901519-1\" WHERE \"Silver\" = 40.0 AND \"Gold\" < 39.0;"} +{"question_id": 13259, "table_id": "2-18485402-2", "question": "Who's the opponent with a time of 3:24?", "sql": "SELECT \"Opponent\" FROM \"2-18485402-2\" WHERE \"Time\" = '3:24';"} +{"question_id": 13260, "table_id": "2-18485402-2", "question": "What's the record that had an opponent of Krzysztof Soszynski and a time of 4:00?", "sql": "SELECT \"Record\" FROM \"2-18485402-2\" WHERE \"Time\" = '4:00' AND \"Opponent\" = 'Krzysztof Soszynski';"} +{"question_id": 13261, "table_id": "2-18485402-2", "question": "What's the time of IFL: Championship Final?", "sql": "SELECT \"Time\" FROM \"2-18485402-2\" WHERE \"Event\" = 'IFL: Championship Final';"} +{"question_id": 13262, "table_id": "2-18812438-1", "question": "Which FA Cup Apps have League Apps of 21?", "sql": "SELECT \"FA Cup Apps\" FROM \"2-18812438-1\" WHERE \"League Apps\" = '21';"} +{"question_id": 13263, "table_id": "2-18812438-1", "question": "Which Name has a League Cup Goals of 0, and League Apps of 1?", "sql": "SELECT \"Name\" FROM \"2-18812438-1\" WHERE \"League Cup Goals\" = 0.0 AND \"League Apps\" = '1';"} +{"question_id": 13264, "table_id": "2-18812438-1", "question": "Which Total Goals have a League Cup Goals larger than 0, and FA Cup Goals larger than 0?", "sql": "SELECT AVG(\"Total Goals\") FROM \"2-18812438-1\" WHERE \"League Cup Goals\" > 0.0 AND \"FA Cup Goals\" > 0.0;"} +{"question_id": 13265, "table_id": "2-18812438-1", "question": "Which Total Goals have Total Apps of 42 (3), and League Goals smaller than 1?", "sql": "SELECT MAX(\"Total Goals\") FROM \"2-18812438-1\" WHERE \"Total Apps\" = '42 (3)' AND \"League Goals\" < 1.0;"} +{"question_id": 13266, "table_id": "2-18662685-4", "question": "What is the lowest rank for the team that raced a time of 6:17.62 and a notes of SA/B?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18662685-4\" WHERE \"Notes\" = 'SA/B' AND \"Time\" = '6:17.62';"} +{"question_id": 13267, "table_id": "2-18662685-4", "question": "What countRy has a Rank of 3 and notes of R?", "sql": "SELECT \"Country\" FROM \"2-18662685-4\" WHERE \"Notes\" = 'R' AND \"Rank\" = 3.0;"} +{"question_id": 13268, "table_id": "2-18737756-2", "question": "What conference includes the Indians?", "sql": "SELECT \"Conference Joined\" FROM \"2-18737756-2\" WHERE \"Mascot\" = 'Indians';"} +{"question_id": 13269, "table_id": "2-18737756-2", "question": "What is the location for Lakewood Park Christian?", "sql": "SELECT \"Location\" FROM \"2-18737756-2\" WHERE \"School\" = 'Lakewood Park Christian';"} +{"question_id": 13270, "table_id": "2-18737756-2", "question": "Which county has the mascot of Bruins?", "sql": "SELECT \"County\" FROM \"2-18737756-2\" WHERE \"Mascot\" = 'Bruins';"} +{"question_id": 13271, "table_id": "2-18737756-2", "question": "Which school joined in 1971 and left in 1975?", "sql": "SELECT \"School\" FROM \"2-18737756-2\" WHERE \"Year Joined\" = '1971' AND \"Year Left\" = '1975';"} +{"question_id": 13272, "table_id": "2-18737756-2", "question": "Which IHSAA clAss A school Are the Cavaliers from?", "sql": "SELECT \"County\" FROM \"2-18737756-2\" WHERE \"IHSAA Class\" = 'A' AND \"Mascot\" = 'Cavaliers';"} +{"question_id": 13273, "table_id": "2-18737756-2", "question": "Which county do the Trojans come from?", "sql": "SELECT \"County\" FROM \"2-18737756-2\" WHERE \"Mascot\" = 'Trojans';"} +{"question_id": 13274, "table_id": "2-18569011-7", "question": "What is the average ranking for a react of 0.17300000000000001 and less than 5 lanes?", "sql": "SELECT AVG(\"Rank\") FROM \"2-18569011-7\" WHERE \"React\" = 0.17300000000000001 AND \"Lane\" < 5.0;"} +{"question_id": 13275, "table_id": "2-18880596-4", "question": "What is the 4th day when the 2nd day is bumped Caius?", "sql": "SELECT \"4th Day\" FROM \"2-18880596-4\" WHERE \"2nd day\" = 'bumped Caius';"} +{"question_id": 13276, "table_id": "2-18880596-4", "question": "What is the year that the 3rd say is rowed-over and the 4th day was bumped Corpus Christi?", "sql": "SELECT AVG(\"Year\") FROM \"2-18880596-4\" WHERE \"3rd day\" = 'rowed-over' AND \"4th Day\" = 'bumped Corpus Christi';"} +{"question_id": 13277, "table_id": "2-18880596-4", "question": "What is the 3rd day when the 4th day is bumped by Caius?", "sql": "SELECT \"3rd day\" FROM \"2-18880596-4\" WHERE \"4th Day\" = 'bumped by Caius';"} +{"question_id": 13278, "table_id": "2-18880596-4", "question": "What was the 4th day in the year before 2012 that the finish is 33rd?", "sql": "SELECT \"4th Day\" FROM \"2-18880596-4\" WHERE \"Year\" < 2012.0 AND \"Finish position\" = '33rd';"} +{"question_id": 13279, "table_id": "2-18384663-1", "question": "Which Type has a Responsible of Stavangerske?", "sql": "SELECT \"Type:\" FROM \"2-18384663-1\" WHERE \"Responsible:\" = 'Stavangerske';"} +{"question_id": 13280, "table_id": "2-18384663-1", "question": "Which one was built in 2006 on the vessel named MF Ørland?", "sql": "SELECT \"Responsible:\" FROM \"2-18384663-1\" WHERE \"Built:\" = 2006.0 AND \"Vessel:\" = 'MF Ørland';"} +{"question_id": 13281, "table_id": "2-18609568-4", "question": "What is the sum of gold medals won by teams that won 5 total medals and fewer than 2 bronze medals?", "sql": "SELECT SUM(\"Gold\") FROM \"2-18609568-4\" WHERE \"Total\" = 5.0 AND \"Bronze\" < 2.0;"} +{"question_id": 13282, "table_id": "2-18609568-4", "question": "What is the sum of gold medals won by teams that won fewer than 3 silver medals, more than 1 total medal, and rank 10?", "sql": "SELECT SUM(\"Gold\") FROM \"2-18609568-4\" WHERE \"Silver\" < 3.0 AND \"Rank\" = '10' AND \"Total\" > 1.0;"} +{"question_id": 13283, "table_id": "2-18609568-4", "question": "What nation won fewer than 14 total medals, 1 silver medal, and rank 5?", "sql": "SELECT \"Nation\" FROM \"2-18609568-4\" WHERE \"Total\" < 14.0 AND \"Silver\" = 1.0 AND \"Rank\" = '5';"} +{"question_id": 13284, "table_id": "2-18942405-3", "question": "Which IHSAA Football Class has an IHSAA Class of AA, and an Enrollment of 475?", "sql": "SELECT \"IHSAA Football Class\" FROM \"2-18942405-3\" WHERE \"IHSAA Class\" = 'AA' AND \"Enrollment\" = 475.0;"} +{"question_id": 13285, "table_id": "2-18942405-3", "question": "Which School has a Location of Peru?", "sql": "SELECT \"School\" FROM \"2-18942405-3\" WHERE \"Location\" = 'Peru';"} +{"question_id": 13286, "table_id": "2-18942405-3", "question": "Which Mascot has an IHSAA Class of AAA, and a Location of Russiaville?", "sql": "SELECT \"Mascot\" FROM \"2-18942405-3\" WHERE \"IHSAA Class\" = 'AAA' AND \"Location\" = 'Russiaville';"} +{"question_id": 13287, "table_id": "2-18942405-3", "question": "Which IHSAA Class has a School of Taylor?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18942405-3\" WHERE \"School\" = 'Taylor';"} +{"question_id": 13288, "table_id": "2-18753846-1", "question": "what is the date when the opponent is Leeds United?", "sql": "SELECT \"Date\" FROM \"2-18753846-1\" WHERE \"Opponent\" = 'Leeds United';"} +{"question_id": 13289, "table_id": "2-18753846-1", "question": "what is the date when scorers is Parkinson?", "sql": "SELECT \"Date\" FROM \"2-18753846-1\" WHERE \"Scorers\" = 'Parkinson';"} +{"question_id": 13290, "table_id": "2-18753846-1", "question": "who is the opponent on 31 Jul?", "sql": "SELECT \"Opponent\" FROM \"2-18753846-1\" WHERE \"Date\" = '31 Jul';"} +{"question_id": 13291, "table_id": "2-18753846-1", "question": "what is the result when the opponent is Blackburn Rovers?", "sql": "SELECT \"Result\" FROM \"2-18753846-1\" WHERE \"Opponent\" = 'Blackburn Rovers';"} +{"question_id": 13292, "table_id": "2-18847602-2", "question": "What was the result on week 6?", "sql": "SELECT \"Result\" FROM \"2-18847602-2\" WHERE \"Week\" = 6.0;"} +{"question_id": 13293, "table_id": "2-18847602-2", "question": "What is the sum on week against the tampa bay buccaneers with less than 60320 in attendance?", "sql": "SELECT SUM(\"Week\") FROM \"2-18847602-2\" WHERE \"Opponent\" = 'tampa bay buccaneers' AND \"Attendance\" < 60320.0;"} +{"question_id": 13294, "table_id": "2-18847602-2", "question": "What is the highest week with a W 33-14 result?", "sql": "SELECT MAX(\"Week\") FROM \"2-18847602-2\" WHERE \"Result\" = 'W 33-14';"} +{"question_id": 13295, "table_id": "2-1876262-7", "question": "What percentage of users were using Netscape during the period in which 21.67% were using Firefox?", "sql": "SELECT \"Netscape\" FROM \"2-1876262-7\" WHERE \"Firefox\" = '21.67%';"} +{"question_id": 13296, "table_id": "2-1876262-7", "question": "What percentage of users were using Safari during the period in which 2.33% were using Opera?", "sql": "SELECT \"Safari\" FROM \"2-1876262-7\" WHERE \"Opera\" = '2.33%';"} +{"question_id": 13297, "table_id": "2-1876262-7", "question": "What percentage of users were using Netscape during the period in which 63.67% were using Internet Explorer?", "sql": "SELECT \"Netscape\" FROM \"2-1876262-7\" WHERE \"Internet Explorer\" = '63.67%';"} +{"question_id": 13298, "table_id": "2-1876262-7", "question": "What percentage of users were using Firefox during the period in which *0.77% were using Netscape?", "sql": "SELECT \"Firefox\" FROM \"2-1876262-7\" WHERE \"Netscape\" = '*0.77%';"} +{"question_id": 13299, "table_id": "2-1876262-7", "question": "What percentage of users were using other Mozilla browsers during the period in which 2.29% were using Opera?", "sql": "SELECT \"Other Mozilla\" FROM \"2-1876262-7\" WHERE \"Opera\" = '2.29%';"} +{"question_id": 13300, "table_id": "2-1876262-7", "question": "What percentage of users were using Opera during the period in which 63.67% were using Internet Explorer?", "sql": "SELECT \"Opera\" FROM \"2-1876262-7\" WHERE \"Internet Explorer\" = '63.67%';"} +{"question_id": 13301, "table_id": "2-19001916-2", "question": "Which Country has Entities of EMSA?", "sql": "SELECT \"Country\" FROM \"2-19001916-2\" WHERE \"Entities\" = 'EMSA';"} +{"question_id": 13302, "table_id": "2-19001916-2", "question": "Which Power (MW) has a Voltage (kV) of 500, and a Country of Argentina?", "sql": "SELECT AVG(\"Power (MW)\") FROM \"2-19001916-2\" WHERE \"Voltage (kV)\" = 500.0 AND \"Country\" = 'Argentina';"} +{"question_id": 13303, "table_id": "2-19001916-2", "question": "How much Voltage (kV) has a Country of argentina, and a Power (MW) larger than 30, and a Supply point of yacyretá?", "sql": "SELECT COUNT(\"Voltage (kV)\") FROM \"2-19001916-2\" WHERE \"Country\" = 'argentina' AND \"Power (MW)\" > 30.0 AND \"Supply point\" = 'yacyretá';"} +{"question_id": 13304, "table_id": "2-186462-1", "question": "What is the international alphabet sanskrit transliteration of मेष?", "sql": "SELECT \"International Alphabet of Sanskrit Transliteration\" FROM \"2-186462-1\" WHERE \"Sanskrit\" = 'मेष';"} +{"question_id": 13305, "table_id": "2-186462-1", "question": "What is the quality of the international alphabet of the sanskrit transliteration for the word Dhanus?", "sql": "SELECT \"Quality\" FROM \"2-186462-1\" WHERE \"International Alphabet of Sanskrit Transliteration\" = 'Dhanus';"} +{"question_id": 13306, "table_id": "2-186462-1", "question": "What is the lowest number for the english word Aquarius?", "sql": "SELECT MIN(\"Number\") FROM \"2-186462-1\" WHERE \"Western name\" = 'Aquarius';"} +{"question_id": 13307, "table_id": "2-186462-1", "question": "What is the Sanskrit for the Greek word Λέων?", "sql": "SELECT \"Sanskrit\" FROM \"2-186462-1\" WHERE \"Greek\" = 'Λέων';"} +{"question_id": 13308, "table_id": "2-18675114-5", "question": "What date has Wrexham as the home team?", "sql": "SELECT \"Date\" FROM \"2-18675114-5\" WHERE \"Home team\" = 'Wrexham';"} +{"question_id": 13309, "table_id": "2-18675114-5", "question": "What away team has 7 as the tie no.?", "sql": "SELECT \"Away team\" FROM \"2-18675114-5\" WHERE \"Tie no\" = '7';"} +{"question_id": 13310, "table_id": "2-18675114-5", "question": "What away team has Wrexham as the home team?", "sql": "SELECT \"Away team\" FROM \"2-18675114-5\" WHERE \"Home team\" = 'Wrexham';"} +{"question_id": 13311, "table_id": "2-18675114-5", "question": "What home team has 6 as the tie no.?", "sql": "SELECT \"Home team\" FROM \"2-18675114-5\" WHERE \"Tie no\" = '6';"} +{"question_id": 13312, "table_id": "2-18776687-1", "question": "What was the kickoff time for the December 14, 2003 game?", "sql": "SELECT \"Kickoff Time\" FROM \"2-18776687-1\" WHERE \"Date\" = 'December 14, 2003';"} +{"question_id": 13313, "table_id": "2-18625461-5", "question": "What is Zimbabwe's rank?", "sql": "SELECT \"Rank\" FROM \"2-18625461-5\" WHERE \"Nationality\" = 'Zimbabwe';"} +{"question_id": 13314, "table_id": "2-18625461-5", "question": "What is meagen nay's rank with a lane greater than 5?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18625461-5\" WHERE \"Name\" = 'meagen nay' AND \"Lane\" > 5.0;"} +{"question_id": 13315, "table_id": "2-1893924-10", "question": "What is the debut year for the player with fewer than 54 games, fewer than 8 goals and 1989 at club?", "sql": "SELECT AVG(\"Debut year\") FROM \"2-1893924-10\" WHERE \"Games\" < 54.0 AND \"Years at club\" = '1989' AND \"Goals\" < 8.0;"} +{"question_id": 13316, "table_id": "2-1893924-10", "question": "What are the years for the player with fewer than 62 goals, debut year of 1981 and 28 games?", "sql": "SELECT \"Years at club\" FROM \"2-1893924-10\" WHERE \"Goals\" < 62.0 AND \"Debut year\" = 1981.0 AND \"Games\" = 28.0;"} +{"question_id": 13317, "table_id": "2-1893924-10", "question": "What is the debut year of Mark Eaves?", "sql": "SELECT MIN(\"Debut year\") FROM \"2-1893924-10\" WHERE \"Player\" = 'Mark Eaves';"} +{"question_id": 13318, "table_id": "2-18434466-26", "question": "How many times is the team nu bulldogs and the women's is less than 19?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-18434466-26\" WHERE \"Team\" = 'nu bulldogs' AND \"Women's\" < 19.0;"} +{"question_id": 13319, "table_id": "2-18434466-26", "question": "what is the average women's when men's is less than 113, the team is ue red warriors and the rank is higher than 6?", "sql": "SELECT AVG(\"Women's\") FROM \"2-18434466-26\" WHERE \"Men's\" < 113.0 AND \"Team\" = 'ue red warriors' AND \"Rank\" > 6.0;"} +{"question_id": 13320, "table_id": "2-18434466-26", "question": "what is the least rank when the total is less than 219 and women's is less than 19?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18434466-26\" WHERE \"Total\" < 219.0 AND \"Women's\" < 19.0;"} +{"question_id": 13321, "table_id": "2-18984749-2", "question": "Which Player has a Total of 9, and an Opposition of Offaly?", "sql": "SELECT \"Player\" FROM \"2-18984749-2\" WHERE \"Total\" = 9.0 AND \"Opposition\" = 'Offaly';"} +{"question_id": 13322, "table_id": "2-18984749-2", "question": "Which County has an Opposition of Offaly?", "sql": "SELECT \"County\" FROM \"2-18984749-2\" WHERE \"Opposition\" = 'Offaly';"} +{"question_id": 13323, "table_id": "2-18984749-2", "question": "Which Player has a Total smaller than 11, and a Tally of 0-9?", "sql": "SELECT \"Player\" FROM \"2-18984749-2\" WHERE \"Total\" < 11.0 AND \"Tally\" = '0-9';"} +{"question_id": 13324, "table_id": "2-18811891-4", "question": "What country has Todd Hamilton as the player?", "sql": "SELECT \"Country\" FROM \"2-18811891-4\" WHERE \"Player\" = 'Todd Hamilton';"} +{"question_id": 13325, "table_id": "2-18811891-4", "question": "What country has David Toms as the player?", "sql": "SELECT \"Country\" FROM \"2-18811891-4\" WHERE \"Player\" = 'David Toms';"} +{"question_id": 13326, "table_id": "2-1859805-1", "question": "Which date was a Rest day?", "sql": "SELECT \"Date\" FROM \"2-1859805-1\" WHERE \"Course\" = 'Rest day';"} +{"question_id": 13327, "table_id": "2-1871974-2", "question": "What is the location for 2012?", "sql": "SELECT \"Location\" FROM \"2-1871974-2\" WHERE \"Year\" = 2012.0;"} +{"question_id": 13328, "table_id": "2-185421-3", "question": "What are the rounds for champion New Zealand (130 points)?", "sql": "SELECT AVG(\"Rounds\") FROM \"2-185421-3\" WHERE \"Champion\" = 'New Zealand (130 points)';"} +{"question_id": 13329, "table_id": "2-185421-3", "question": "For which season is Tim Mikkelson player of the year?", "sql": "SELECT \"Season\" FROM \"2-185421-3\" WHERE \"Player of the Year\" = 'Tim Mikkelson';"} +{"question_id": 13330, "table_id": "2-18649568-1", "question": "What company collaborated in SBI-087 for Rheumatoid arthritis?", "sql": "SELECT \"Collaboration\" FROM \"2-18649568-1\" WHERE \"Name\" = 'SBI-087' AND \"Indication\" = 'Rheumatoid arthritis';"} +{"question_id": 13331, "table_id": "2-18649568-1", "question": "What company collaborated in Non-Hodgkin lymphoma?", "sql": "SELECT \"Collaboration\" FROM \"2-18649568-1\" WHERE \"Indication\" = 'Non-Hodgkin lymphoma';"} +{"question_id": 13332, "table_id": "2-18649568-1", "question": "What company collaborated in Pre-clinical Autoimmune disease and inflammation?", "sql": "SELECT \"Collaboration\" FROM \"2-18649568-1\" WHERE \"Status\" = 'Pre-clinical' AND \"Indication\" = 'Autoimmune disease and inflammation';"} +{"question_id": 13333, "table_id": "2-18649568-1", "question": "Which study included Autoimmune disease and inflammation?", "sql": "SELECT \"Name\" FROM \"2-18649568-1\" WHERE \"Indication\" = 'Autoimmune disease and inflammation';"} +{"question_id": 13334, "table_id": "2-18649568-1", "question": "What did the Phase 2b status target?", "sql": "SELECT \"Indication\" FROM \"2-18649568-1\" WHERE \"Status\" = 'Phase 2b';"} +{"question_id": 13335, "table_id": "2-18649568-1", "question": "What company collaborated with Non-Hodgkin lymphoma?", "sql": "SELECT \"Collaboration\" FROM \"2-18649568-1\" WHERE \"Indication\" = 'Non-Hodgkin lymphoma';"} +{"question_id": 13336, "table_id": "2-18600760-2", "question": "what is the average water sqmi with a population (2010) more than 47 in the brenna Township with Longitude less than -97.171507", "sql": "SELECT AVG(\"Water (sqmi)\") FROM \"2-18600760-2\" WHERE \"Pop. (2010)\" > 47.0 AND \"Township\" = 'brenna' AND \"Longitude\" < -97.171507;"} +{"question_id": 13337, "table_id": "2-18600760-2", "question": "what is the latitude for the berlin township with a geo id less than 3801706260", "sql": "SELECT COUNT(\"Latitude\") FROM \"2-18600760-2\" WHERE \"Township\" = 'berlin' AND \"GEO ID\" < 3801706260.0;"} +{"question_id": 13338, "table_id": "2-18600760-2", "question": "what is the highest ANSI code with a latitude more than 47.623288 and a geo id more than 3805508060 with land (sqmi) more than 35.66 and a longitude less than -102.054248", "sql": "SELECT MAX(\"ANSI code\") FROM \"2-18600760-2\" WHERE \"Latitude\" > 47.623288 AND \"GEO ID\" > 3805508060.0 AND \"Land ( sqmi )\" > 35.66 AND \"Longitude\" < -102.054248;"} +{"question_id": 13339, "table_id": "2-18600760-2", "question": "what is the lowest latitude for the land sqmi less than 32.696 and a water sqmi less than 0", "sql": "SELECT MIN(\"Latitude\") FROM \"2-18600760-2\" WHERE \"Land ( sqmi )\" < 32.696 AND \"Water (sqmi)\" < 0.0;"} +{"question_id": 13340, "table_id": "2-18734371-3", "question": "What's the sum of Quantity for the Class of 1928 of Ci-30?", "sql": "SELECT SUM(\"Quantity\") FROM \"2-18734371-3\" WHERE \"Class from 1928\" = 'Ci-30';"} +{"question_id": 13341, "table_id": "2-18734371-3", "question": "What Class to 1928 has the Quantity smaller than 440 and Seats of 29/29?", "sql": "SELECT \"Class to 1928\" FROM \"2-18734371-3\" WHERE \"Quantity\" < 440.0 AND \"Seats\" = '29/29';"} +{"question_id": 13342, "table_id": "2-186468-3", "question": "What is the best fit (all data) when the parameter shows Fluctuation amplitude at 8h −1 Mpc?", "sql": "SELECT \"Best fit (all data)\" FROM \"2-186468-3\" WHERE \"Parameter\" = 'Fluctuation amplitude at 8h −1 Mpc';"} +{"question_id": 13343, "table_id": "2-186468-3", "question": "What is the symbol when the best fit (WMAP, extra parameter) of –, and a Best fit (WMAP only) is .4 ± .3?", "sql": "SELECT \"Symbol\" FROM \"2-186468-3\" WHERE \"Best fit (WMAP, extra parameter)\" = '–' AND \"Best fit (WMAP only)\" = '.4 ± .3';"} +{"question_id": 13344, "table_id": "2-186468-3", "question": "What is the best fit (WMAP, extra parameter)when the best fit (all data) is .0224 ± .0009?", "sql": "SELECT \"Best fit (WMAP, extra parameter)\" FROM \"2-186468-3\" WHERE \"Best fit (all data)\" = '.0224 ± .0009';"} +{"question_id": 13345, "table_id": "2-186468-3", "question": "What is the best fit (all data) when the best fit (WMAP, extra parameter) shows —?", "sql": "SELECT \"Best fit (all data)\" FROM \"2-186468-3\" WHERE \"Best fit (WMAP, extra parameter)\" = '—';"} +{"question_id": 13346, "table_id": "2-186468-3", "question": "WhAt is the pArAmeter when the best fit (WMAP only) is .9 ± .1, And symbol is A?", "sql": "SELECT \"Parameter\" FROM \"2-186468-3\" WHERE \"Best fit (WMAP only)\" = '.9 ± .1' AND \"Symbol\" = 'A';"} +{"question_id": 13347, "table_id": "2-186468-3", "question": "What is the parameter when the best fit (WMAP only) is .9 ± .1, and a best fit (WMAP, extra parameter) is .92 ± .12?", "sql": "SELECT \"Parameter\" FROM \"2-186468-3\" WHERE \"Best fit (WMAP only)\" = '.9 ± .1' AND \"Best fit (WMAP, extra parameter)\" = '.92 ± .12';"} +{"question_id": 13348, "table_id": "2-18625461-3", "question": "What is the highest heat for more than 3 lanes and a time of 2:09.12?", "sql": "SELECT MAX(\"Heat\") FROM \"2-18625461-3\" WHERE \"Lane\" > 3.0 AND \"Time\" = '2:09.12';"} +{"question_id": 13349, "table_id": "2-18625461-3", "question": "What is Russia's time with a heat higher than 3?", "sql": "SELECT \"Time\" FROM \"2-18625461-3\" WHERE \"Nationality\" = 'Russia' AND \"Heat\" > 3.0;"} +{"question_id": 13350, "table_id": "2-18625461-3", "question": "What is Hungary's time with a heat higher than 2 and two lanes?", "sql": "SELECT \"Time\" FROM \"2-18625461-3\" WHERE \"Heat\" > 2.0 AND \"Nationality\" = 'Hungary' AND \"Lane\" = 2.0;"} +{"question_id": 13351, "table_id": "2-18517754-1", "question": "When the name is Badnawar, and the reserved for (sc / st /None) of None what is the constituency number?", "sql": "SELECT \"Constituency number\" FROM \"2-18517754-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'None' AND \"Name\" = 'Badnawar';"} +{"question_id": 13352, "table_id": "2-18517754-1", "question": "What is the number of electorates when the name is Badnawar?", "sql": "SELECT \"Number of electorates (2009)\" FROM \"2-18517754-1\" WHERE \"Name\" = 'Badnawar';"} +{"question_id": 13353, "table_id": "2-18517754-1", "question": "What is the average number of electorates (2009) when the district is Indore?", "sql": "SELECT AVG(\"Number of electorates (2009)\") FROM \"2-18517754-1\" WHERE \"District\" = 'Indore';"} +{"question_id": 13354, "table_id": "2-18517754-1", "question": "What is the name when the reserved is (sc / ST /none) of ST, with a conSTituency number 196?", "sql": "SELECT \"Name\" FROM \"2-18517754-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'ST' AND \"Constituency number\" = '196';"} +{"question_id": 13355, "table_id": "2-18579345-3", "question": "What is the nationality for rank 27?", "sql": "SELECT \"Nationality\" FROM \"2-18579345-3\" WHERE \"Rank\" = 27.0;"} +{"question_id": 13356, "table_id": "2-18830507-4", "question": "What is the sum rating with more than 1 comp for mark miller?", "sql": "SELECT COUNT(\"Rating\") FROM \"2-18830507-4\" WHERE \"Player\" = 'mark miller' AND \"Comp\" > 1.0;"} +{"question_id": 13357, "table_id": "2-18830507-4", "question": "What is the games average with less than 3.8 in rating and less than 9 yards?", "sql": "SELECT AVG(\"Games\") FROM \"2-18830507-4\" WHERE \"Rating\" < 3.8 AND \"Yards\" < 9.0;"} +{"question_id": 13358, "table_id": "2-18830507-4", "question": "What is the average rating for john kidd with more than 0 yards?", "sql": "SELECT AVG(\"Rating\") FROM \"2-18830507-4\" WHERE \"Player\" = 'john kidd' AND \"Yards\" > 0.0;"} +{"question_id": 13359, "table_id": "2-18933007-3", "question": "Which Share of seats has a European election (UK) of 2009?", "sql": "SELECT \"Share of seats\" FROM \"2-18933007-3\" WHERE \"European election (UK)\" = 2009.0;"} +{"question_id": 13360, "table_id": "2-18933007-3", "question": "Which European election (UK) has a Share of votes of 19%?", "sql": "SELECT \"European election (UK)\" FROM \"2-18933007-3\" WHERE \"Share of votes\" = '19%';"} +{"question_id": 13361, "table_id": "2-18517077-3", "question": "What is the fewest bronzes for ranks of 3 with totals under 2?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-18517077-3\" WHERE \"Rank\" = '3' AND \"Total\" < 2.0;"} +{"question_id": 13362, "table_id": "2-18517077-3", "question": "Which rank is Austria?", "sql": "SELECT \"Rank\" FROM \"2-18517077-3\" WHERE \"Nation\" = 'Austria';"} +{"question_id": 13363, "table_id": "2-18517077-3", "question": "What is the sum of bronzes for countries with 1 gold and under 1 silver?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18517077-3\" WHERE \"Gold\" = 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 13364, "table_id": "2-18517077-3", "question": "What is the total number of totals for nations with 1 silver and more than 1 bronze?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18517077-3\" WHERE \"Bronze\" > 1.0 AND \"Silver\" = 1.0;"} +{"question_id": 13365, "table_id": "2-18951015-4", "question": "What is the Nationality of the athlete in 1999 Fort-de-France in the Triple jump?", "sql": "SELECT \"Nationality\" FROM \"2-18951015-4\" WHERE \"Games\" = '1999 Fort-de-France' AND \"Event\" = 'Triple jump';"} +{"question_id": 13366, "table_id": "2-18951015-4", "question": "What is the Date of the athlete in the Shot put Event?", "sql": "SELECT \"Date\" FROM \"2-18951015-4\" WHERE \"Event\" = 'Shot put';"} +{"question_id": 13367, "table_id": "2-18940583-3", "question": "What District has a Member with a First Election date of 1985?", "sql": "SELECT \"District\" FROM \"2-18940583-3\" WHERE \"Position\" = 'Member' AND \"First Election\" = '1985';"} +{"question_id": 13368, "table_id": "2-18940583-3", "question": "What Party is Member Alicia Hughes from?", "sql": "SELECT \"Party\" FROM \"2-18940583-3\" WHERE \"Position\" = 'Member' AND \"Name\" = 'Alicia Hughes';"} +{"question_id": 13369, "table_id": "2-18940583-3", "question": "What Position does First Elected in 2003 William D. Euille hold ?", "sql": "SELECT \"Position\" FROM \"2-18940583-3\" WHERE \"First Election\" = '2003' AND \"Name\" = 'William D. Euille';"} +{"question_id": 13370, "table_id": "2-18940583-3", "question": "What is Kerry J. Donley's First Election date?", "sql": "SELECT \"First Election\" FROM \"2-18940583-3\" WHERE \"Name\" = 'Kerry J. Donley';"} +{"question_id": 13371, "table_id": "2-18940583-3", "question": "What is Kerry J. Donley's Party?", "sql": "SELECT \"Party\" FROM \"2-18940583-3\" WHERE \"Name\" = 'Kerry J. Donley';"} +{"question_id": 13372, "table_id": "2-18940583-3", "question": "What is the Position of the person with a First Election of 1988 as Vice Mayor 2009?", "sql": "SELECT \"Position\" FROM \"2-18940583-3\" WHERE \"First Election\" = '1988 as Vice Mayor 2009';"} +{"question_id": 13373, "table_id": "2-18616766-3", "question": "What are the final points a 0 total and 22 draws?", "sql": "SELECT \"Final Points\" FROM \"2-18616766-3\" WHERE \"Total\" = '0' AND \"Draw\" = 22.0;"} +{"question_id": 13374, "table_id": "2-18616766-3", "question": "Who received 6,131 televotes?", "sql": "SELECT \"Televote Points\" FROM \"2-18616766-3\" WHERE \"Televotes\" = '6,131';"} +{"question_id": 13375, "table_id": "2-18616766-3", "question": "What are televotes for 1 draw?", "sql": "SELECT \"Televotes\" FROM \"2-18616766-3\" WHERE \"Draw\" = 1.0;"} +{"question_id": 13376, "table_id": "2-185274-1", "question": "What is the draw for the artist ketil stokkan which has less than 44 points?", "sql": "SELECT MIN(\"Draw\") FROM \"2-185274-1\" WHERE \"Artist\" = 'ketil stokkan' AND \"Points\" < 44.0;"} +{"question_id": 13377, "table_id": "2-185274-1", "question": "Which artist speaks Croatian?", "sql": "SELECT \"Artist\" FROM \"2-185274-1\" WHERE \"Language\" = 'Croatian';"} +{"question_id": 13378, "table_id": "2-18746466-1", "question": "what is 2006/07 when 2007/08 is NR?", "sql": "SELECT \"2006/ 07\" FROM \"2-18746466-1\" WHERE \"2007/ 08\" = 'NR';"} +{"question_id": 13379, "table_id": "2-18746466-1", "question": "what is 2010/11 when 2003/04 is Former Ranking tournaments?", "sql": "SELECT \"2010/ 11\" FROM \"2-18746466-1\" WHERE \"2003/ 04\" = 'Former Ranking tournaments';"} +{"question_id": 13380, "table_id": "2-18746466-1", "question": "whAt is 2005/06 when 2004/05 is Not Held And 2010/11 is A?", "sql": "SELECT \"2005/ 06\" FROM \"2-18746466-1\" WHERE \"2004/ 05\" = 'Not Held' AND \"2010/ 11\" = 'A';"} +{"question_id": 13381, "table_id": "2-18746466-1", "question": "what is 2007/08 when 2005/06 is Not Held and 2004/05 is LQ?", "sql": "SELECT \"2007/ 08\" FROM \"2-18746466-1\" WHERE \"2005/ 06\" = 'Not Held' AND \"2004/ 05\" = 'LQ';"} +{"question_id": 13382, "table_id": "2-18746466-1", "question": "what is 2003/04 when 2002/03 is Not Held, 2008/09 is LQ, 2009/10 is LQ and 2005/06 is Not Held?", "sql": "SELECT \"2003/ 04\" FROM \"2-18746466-1\" WHERE \"2002/ 03\" = 'Not Held' AND \"2008/ 09\" = 'LQ' AND \"2009/ 10\" = 'LQ' AND \"2005/ 06\" = 'Not Held';"} +{"question_id": 13383, "table_id": "2-18746466-1", "question": "whAt is 2005/06 when 2007/08 is A, 2002/03 is LQ And 2011/12 is A?", "sql": "SELECT \"2005/ 06\" FROM \"2-18746466-1\" WHERE \"2007/ 08\" = 'A' AND \"2002/ 03\" = 'LQ' AND \"2011/ 12\" = 'A';"} +{"question_id": 13384, "table_id": "2-18904831-6", "question": "Which Score has High points of Douglas (15)?", "sql": "SELECT \"Score\" FROM \"2-18904831-6\" WHERE \"High points\" = 'Douglas (15)';"} +{"question_id": 13385, "table_id": "2-18904831-6", "question": "Which High assists have a Game larger than 21, and a Record of 18-6?", "sql": "SELECT \"High assists\" FROM \"2-18904831-6\" WHERE \"Game\" > 21.0 AND \"Record\" = '18-6';"} +{"question_id": 13386, "table_id": "2-18904831-6", "question": "Which Record has a Location of Madison Square Garden?", "sql": "SELECT \"Record\" FROM \"2-18904831-6\" WHERE \"Location\" = 'Madison Square Garden';"} +{"question_id": 13387, "table_id": "2-18603914-8", "question": "For what total was 37.410 (4) the 1st run?", "sql": "SELECT \"Total\" FROM \"2-18603914-8\" WHERE \"1st run\" = '37.410 (4)';"} +{"question_id": 13388, "table_id": "2-18603914-8", "question": "Who had a 2nd run of 39.296 (5)?", "sql": "SELECT \"Name\" FROM \"2-18603914-8\" WHERE \"2nd run\" = '39.296 (5)';"} +{"question_id": 13389, "table_id": "2-18603914-8", "question": "What is the greatest total when the 3rd run was 48.734 (8)?", "sql": "SELECT MAX(\"Total\") FROM \"2-18603914-8\" WHERE \"3rd run\" = '48.734 (8)';"} +{"question_id": 13390, "table_id": "2-18603914-8", "question": "What is the 3rd run was 41.256 (6) the 2nd run?", "sql": "SELECT \"3rd run\" FROM \"2-18603914-8\" WHERE \"2nd run\" = '41.256 (6)';"} +{"question_id": 13391, "table_id": "2-18603914-8", "question": "With a 3rd run of 37.805 (6), what was the 1st run?", "sql": "SELECT \"1st run\" FROM \"2-18603914-8\" WHERE \"3rd run\" = '37.805 (6)';"} +{"question_id": 13392, "table_id": "2-18603914-8", "question": "What is the 1st run when 37.496 (4) is the 3rd run?", "sql": "SELECT \"1st run\" FROM \"2-18603914-8\" WHERE \"3rd run\" = '37.496 (4)';"} +{"question_id": 13393, "table_id": "2-1859-1", "question": "Which 2012 has a 2009 smaller than 3.38?", "sql": "SELECT AVG(\"2012\") FROM \"2-1859-1\" WHERE \"2009\" < 3.38;"} +{"question_id": 13394, "table_id": "2-1859-1", "question": "Which 2009 has a 2012 larger than 9265?", "sql": "SELECT MAX(\"2009\") FROM \"2-1859-1\" WHERE \"2012\" > 9265.0;"} +{"question_id": 13395, "table_id": "2-1859-1", "question": "Which 2012 has a 2008 of 24473, and a 2009 smaller than 25616?", "sql": "SELECT MIN(\"2012\") FROM \"2-1859-1\" WHERE \"2008\" = 24473.0 AND \"2009\" < 25616.0;"} +{"question_id": 13396, "table_id": "2-1859-1", "question": "Which 2010 has a 2008 larger than 3.41, and a 2009 smaller than 9344, and a 2011 smaller than 26452, and a 2012 smaller than 87.9?", "sql": "SELECT MIN(\"2010\") FROM \"2-1859-1\" WHERE \"2008\" > 3.41 AND \"2009\" < 9344.0 AND \"2011\" < 26452.0 AND \"2012\" < 87.9;"} +{"question_id": 13397, "table_id": "2-1859-1", "question": "How much 2012 has a 2011 smaller than 26452, and a 2009 larger than 3.38, and a 2008 smaller than 90.3?", "sql": "SELECT COUNT(\"2012\") FROM \"2-1859-1\" WHERE \"2011\" < 26452.0 AND \"2009\" > 3.38 AND \"2008\" < 90.3;"} +{"question_id": 13398, "table_id": "2-18828487-1", "question": "who is the champion when the year is earlier than 2012, the runner-up (average in final) is Steve Beaton (97.16)?", "sql": "SELECT \"Champion\" FROM \"2-18828487-1\" WHERE \"Year\" < 2012.0 AND \"Runner-up (average in final)\" = 'Steve Beaton (97.16)';"} +{"question_id": 13399, "table_id": "2-18828487-1", "question": "what is the venue when the runner-up is £20,000, the champion (average in final) is Phil Taylor (109.35)?", "sql": "SELECT \"Venue\" FROM \"2-18828487-1\" WHERE \"Runner-up\" = '£20,000' AND \"Champion (average in final)\" = 'Phil Taylor (109.35)';"} +{"question_id": 13400, "table_id": "2-18828487-1", "question": "what is the legs when the year is earlier than 2009?", "sql": "SELECT \"Legs\" FROM \"2-18828487-1\" WHERE \"Year\" < 2009.0;"} +{"question_id": 13401, "table_id": "2-18828487-1", "question": "what is the venue when the runner-up (average in final) is Wayne Jones (94.64)?", "sql": "SELECT \"Venue\" FROM \"2-18828487-1\" WHERE \"Runner-up (average in final)\" = 'Wayne Jones (94.64)';"} +{"question_id": 13402, "table_id": "2-18828487-1", "question": "What is the legs when the venue is RWE-Sporthalle, Mülheim and the runner-up (average in final) is Simon Whitlock (99.59)?", "sql": "SELECT \"Legs\" FROM \"2-18828487-1\" WHERE \"Venue\" = 'RWE-Sporthalle, Mülheim' AND \"Runner-up (average in final)\" = 'Simon Whitlock (99.59)';"} +{"question_id": 13403, "table_id": "2-18578929-3", "question": "What is the 110m H number when the overall points are 7835 (SB)?", "sql": "SELECT \"110 m H\" FROM \"2-18578929-3\" WHERE \"Overall points\" = '7835 (SB)';"} +{"question_id": 13404, "table_id": "2-18578929-3", "question": "What is the 100 m time when the 110 m H number is 0 DNF?", "sql": "SELECT \"100 m\" FROM \"2-18578929-3\" WHERE \"110 m H\" = '0 DNF';"} +{"question_id": 13405, "table_id": "2-18578929-3", "question": "What is the 110 m H when the 1500 m time is 693 4:37.96 min?", "sql": "SELECT \"110 m H\" FROM \"2-18578929-3\" WHERE \"1500 m\" = '693 4:37.96 min';"} +{"question_id": 13406, "table_id": "2-18578929-3", "question": "What is the 400 m time when the 100 m time is 814 11.21 s, and the 110 m H is 846 15.03 s?", "sql": "SELECT \"400 m\" FROM \"2-18578929-3\" WHERE \"100 m\" = '814 11.21 s' AND \"110 m H\" = '846 15.03 s';"} +{"question_id": 13407, "table_id": "2-18578929-3", "question": "What is the 100 m time when the overall points are DNF, and the 400 m is DNS?", "sql": "SELECT \"100 m\" FROM \"2-18578929-3\" WHERE \"Overall points\" = 'DNF' AND \"400 m\" = 'DNS';"} +{"question_id": 13408, "table_id": "2-18943645-7", "question": "Which Result has a Venue of Kinnarps Arena, and a Date of Thursday, February 19?", "sql": "SELECT \"Result\" FROM \"2-18943645-7\" WHERE \"Venue\" = 'Kinnarps Arena' AND \"Date\" = 'Thursday, February 19';"} +{"question_id": 13409, "table_id": "2-18943645-7", "question": "Which Attendance has a Home of Djurgårdens IF, and a Round of 53?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-18943645-7\" WHERE \"Home\" = 'Djurgårdens IF' AND \"Round\" = 53.0;"} +{"question_id": 13410, "table_id": "2-18943645-7", "question": "Which Date has an Attendance larger than 5804, and a Result of 6–3?", "sql": "SELECT \"Date\" FROM \"2-18943645-7\" WHERE \"Attendance\" > 5804.0 AND \"Result\" = '6–3';"} +{"question_id": 13411, "table_id": "2-18943645-7", "question": "Which Attendance has a Round of 52, and a Home of Södertälje SK?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-18943645-7\" WHERE \"Round\" = 52.0 AND \"Home\" = 'Södertälje SK';"} +{"question_id": 13412, "table_id": "2-18695137-1", "question": "What is the Record of the game with an Attendance of 70,604?", "sql": "SELECT \"Record\" FROM \"2-18695137-1\" WHERE \"Attendance\" = '70,604';"} +{"question_id": 13413, "table_id": "2-18695137-1", "question": "Who is the Opponent in the game with a Record of 1–3–0?", "sql": "SELECT \"Opponent\" FROM \"2-18695137-1\" WHERE \"Record\" = '1–3–0';"} +{"question_id": 13414, "table_id": "2-18695137-1", "question": "What is the Record of the game with an Attendance of 70,479?", "sql": "SELECT \"Record\" FROM \"2-18695137-1\" WHERE \"Attendance\" = '70,479';"} +{"question_id": 13415, "table_id": "2-1853483-1", "question": "What was the winning score on Aug 21, 1977?", "sql": "SELECT \"Winning Score\" FROM \"2-1853483-1\" WHERE \"Date\" = 'Aug 21, 1977';"} +{"question_id": 13416, "table_id": "2-1853483-1", "question": "What's the margin of victory during the Pocono Northeast Classic?", "sql": "SELECT \"Margin of Victory\" FROM \"2-1853483-1\" WHERE \"Tournament\" = 'Pocono Northeast Classic';"} +{"question_id": 13417, "table_id": "2-1853483-1", "question": "What's the winning score on Feb 12, 1978?", "sql": "SELECT \"Winning Score\" FROM \"2-1853483-1\" WHERE \"Date\" = 'Feb 12, 1978';"} +{"question_id": 13418, "table_id": "2-1853483-1", "question": "Who were the runner(s)-up with a winning score of -7 (67-72-70=209)?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1853483-1\" WHERE \"Winning Score\" = '-7 (67-72-70=209)';"} +{"question_id": 13419, "table_id": "2-1880318-1", "question": "Which Name has a Year larger than 2001, and a Length of 52 x 20 mins?", "sql": "SELECT \"Name\" FROM \"2-1880318-1\" WHERE \"Year\" > 2001.0 AND \"Length\" = '52 x 20 mins';"} +{"question_id": 13420, "table_id": "2-1880318-1", "question": "What was the type after 2004?", "sql": "SELECT \"Type\" FROM \"2-1880318-1\" WHERE \"Year\" > 2004.0;"} +{"question_id": 13421, "table_id": "2-1880318-1", "question": "Which Relation has a Year larger than 2000, and a Length of 8 x 20 mins?", "sql": "SELECT \"Relation\" FROM \"2-1880318-1\" WHERE \"Year\" > 2000.0 AND \"Length\" = '8 x 20 mins';"} +{"question_id": 13422, "table_id": "2-1880318-1", "question": "Which Relation has a Type of TV, and a Name of Ohanami?", "sql": "SELECT \"Relation\" FROM \"2-1880318-1\" WHERE \"Type\" = 'TV' AND \"Name\" = 'Ohanami';"} +{"question_id": 13423, "table_id": "2-1857-3", "question": "What is the majority when the clone independence is No?", "sql": "SELECT \"Majority\" FROM \"2-1857-3\" WHERE \"Clone independence\" = 'No';"} +{"question_id": 13424, "table_id": "2-1857-3", "question": "what is the consistency & participation when pareto efficiency is Yes and condorcet is No?", "sql": "SELECT \"Consistency & Participation\" FROM \"2-1857-3\" WHERE \"Pareto efficiency\" = 'Yes' AND \"Condorcet\" = 'No';"} +{"question_id": 13425, "table_id": "2-1857-3", "question": "what is the reversal symmetry when Non-dictatorship is Yes, consistency & participation is No, and clone independence is Yes?", "sql": "SELECT \"Reversal symmetry\" FROM \"2-1857-3\" WHERE \"Non-dictatorship\" = 'Yes' AND \"Consistency & Participation\" = 'No' AND \"Clone independence\" = 'Yes';"} +{"question_id": 13426, "table_id": "2-1857-3", "question": "what is the reversal symmetry when Non-dicatorship is No and pareto efficiency is No?", "sql": "SELECT \"Reversal symmetry\" FROM \"2-1857-3\" WHERE \"Non-dictatorship\" = 'No' AND \"Pareto efficiency\" = 'No';"} +{"question_id": 13427, "table_id": "2-1857-3", "question": "what is the monotone when pareto efficiency is Yes, non-dictatorship is Yes, and clone independence is Yes?", "sql": "SELECT \"Monotone\" FROM \"2-1857-3\" WHERE \"Pareto efficiency\" = 'Yes' AND \"Non-dictatorship\" = 'Yes' AND \"Clone independence\" = 'Yes';"} +{"question_id": 13428, "table_id": "2-1857-3", "question": "what is the reversal symmetry when the Non-dictatorship is No and condorcet loser is No?", "sql": "SELECT \"Reversal symmetry\" FROM \"2-1857-3\" WHERE \"Non-dictatorship\" = 'No' AND \"Condorcet loser\" = 'No';"} +{"question_id": 13429, "table_id": "2-184953-1", "question": "For the English translation Someone like you, what is the lowest draw?", "sql": "SELECT MIN(\"Draw\") FROM \"2-184953-1\" WHERE \"English translation\" = 'Someone like you';"} +{"question_id": 13430, "table_id": "2-184953-1", "question": "The English translation of Sing has what average points?", "sql": "SELECT AVG(\"Points\") FROM \"2-184953-1\" WHERE \"English translation\" = 'Sing';"} +{"question_id": 13431, "table_id": "2-18625276-3", "question": "What is germany's lowest heat ranked after 24?", "sql": "SELECT MIN(\"Heat\") FROM \"2-18625276-3\" WHERE \"Nationality\" = 'germany' AND \"Rank\" > 24.0;"} +{"question_id": 13432, "table_id": "2-18625276-3", "question": "What is the rank for denmark?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-18625276-3\" WHERE \"Nationality\" = 'denmark';"} +{"question_id": 13433, "table_id": "2-18625276-3", "question": "What is the highest lane for christine mailliet ranked less than 39?", "sql": "SELECT MAX(\"Lane\") FROM \"2-18625276-3\" WHERE \"Name\" = 'christine mailliet' AND \"Rank\" < 39.0;"} +{"question_id": 13434, "table_id": "2-18428035-3", "question": "What season had the title \"A Safe Place\"?", "sql": "SELECT \"No. in season\" FROM \"2-18428035-3\" WHERE \"Title\" = '\"A Safe Place\"';"} +{"question_id": 13435, "table_id": "2-18428035-3", "question": "What season was the episode \"Solitary Confinement\", written by Fiona Kelly?", "sql": "SELECT \"No. in season\" FROM \"2-18428035-3\" WHERE \"Written by\" = 'Fiona Kelly' AND \"Title\" = '\"Solitary Confinement\"';"} +{"question_id": 13436, "table_id": "2-18428035-3", "question": "What was the title of the episode written by Robert Haywood?", "sql": "SELECT \"Title\" FROM \"2-18428035-3\" WHERE \"Written by\" = 'Robert Haywood';"} +{"question_id": 13437, "table_id": "2-1893924-11", "question": "Which Player has Goals larger than 10, and a Debut year smaller than 1993, and Years at club of 1990–1993?", "sql": "SELECT \"Player\" FROM \"2-1893924-11\" WHERE \"Goals\" > 10.0 AND \"Debut year\" < 1993.0 AND \"Years at club\" = '1990–1993';"} +{"question_id": 13438, "table_id": "2-1893924-11", "question": "Which Goals have Games of 51, and a Debut year smaller than 1992?", "sql": "SELECT MIN(\"Goals\") FROM \"2-1893924-11\" WHERE \"Games\" = 51.0 AND \"Debut year\" < 1992.0;"} +{"question_id": 13439, "table_id": "2-18926196-1", "question": "Which Year Joined has an Enrollment smaller than 726, and a School of Tri-West?", "sql": "SELECT MAX(\"Year Joined\") FROM \"2-18926196-1\" WHERE \"Enrollment\" < 726.0 AND \"School\" = 'Tri-West';"} +{"question_id": 13440, "table_id": "2-18926196-1", "question": "What is Lebanon's enrollment?", "sql": "SELECT AVG(\"Enrollment\") FROM \"2-18926196-1\" WHERE \"School\" = 'Lebanon';"} +{"question_id": 13441, "table_id": "2-18926196-1", "question": "What is the enrollment of the school whose mascot is Hot Dogs?", "sql": "SELECT SUM(\"Enrollment\") FROM \"2-18926196-1\" WHERE \"Mascot\" = 'Hot Dogs';"} +{"question_id": 13442, "table_id": "2-18926196-1", "question": "When did Crawfordsville join?", "sql": "SELECT MAX(\"Year Joined\") FROM \"2-18926196-1\" WHERE \"Location\" = 'Crawfordsville';"} +{"question_id": 13443, "table_id": "2-18662017-2", "question": "what is the average b score when the gymnast is Kōhei Uchimura ( JPN )?", "sql": "SELECT AVG(\"B Score\") FROM \"2-18662017-2\" WHERE \"Gymnast\" = 'Kōhei Uchimura ( JPN )';"} +{"question_id": 13444, "table_id": "2-18662017-2", "question": "what is the b score when the a score is 6.9?", "sql": "SELECT \"B Score\" FROM \"2-18662017-2\" WHERE \"A Score\" = 6.9;"} +{"question_id": 13445, "table_id": "2-18662017-2", "question": "what is the sum of the b score when the a score is 6.6 and the total is 15.6?", "sql": "SELECT SUM(\"B Score\") FROM \"2-18662017-2\" WHERE \"A Score\" = 6.6 AND \"Total\" = 15.6;"} +{"question_id": 13446, "table_id": "2-18950578-2", "question": "What is Myron Walwyn with a Territorial At-Large Constiuency's First Elected Date", "sql": "SELECT \"First elected\" FROM \"2-18950578-2\" WHERE \"Constiuency\" = 'Territorial At-Large' AND \"Name\" = 'Myron Walwyn';"} +{"question_id": 13447, "table_id": "2-18950578-2", "question": "What is the Party of the Council Member for the Fifth District?", "sql": "SELECT \"Party\" FROM \"2-18950578-2\" WHERE \"Constiuency\" = 'Council Member for the Fifth District';"} +{"question_id": 13448, "table_id": "2-18395141-2", "question": "What is the medal total when there is 2 gold medals, and Brazil (BRA) is the nation?", "sql": "SELECT \"Total\" FROM \"2-18395141-2\" WHERE \"Gold\" = 2.0 AND \"Nation\" = 'Brazil (BRA)';"} +{"question_id": 13449, "table_id": "2-18395141-2", "question": "Which nation has the number of silver medals greater than 1, and bronze medals as 1?", "sql": "SELECT \"Nation\" FROM \"2-18395141-2\" WHERE \"Silver\" > 1.0 AND \"Bronze\" = 1.0;"} +{"question_id": 13450, "table_id": "2-18395141-2", "question": "What is the least total number of medals when the bronze medals is 1, and Czech Republic (CZE) is the nation?", "sql": "SELECT MIN(\"Total\") FROM \"2-18395141-2\" WHERE \"Bronze\" = 1.0 AND \"Nation\" = 'Czech Republic (CZE)';"} +{"question_id": 13451, "table_id": "2-18395141-2", "question": "For what nation is the gold medals 0, and the bronze medals less than 1?", "sql": "SELECT \"Nation\" FROM \"2-18395141-2\" WHERE \"Gold\" = 0.0 AND \"Bronze\" < 1.0;"} +{"question_id": 13452, "table_id": "2-18395141-2", "question": "What is the most gold medals when the bronze medals were 0, and the silver medals greater than 1?", "sql": "SELECT MAX(\"Gold\") FROM \"2-18395141-2\" WHERE \"Bronze\" = 0.0 AND \"Silver\" > 1.0;"} +{"question_id": 13453, "table_id": "2-18395141-2", "question": "What is the total bronze medals when the silver medals is 0, and 1 is the rank, brazil (bra) is the nation, and the gold medals is less than 2?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18395141-2\" WHERE \"Silver\" = 0.0 AND \"Rank\" = '1' AND \"Nation\" = 'brazil (bra)' AND \"Gold\" < 2.0;"} +{"question_id": 13454, "table_id": "2-1855215-7", "question": "What Nation has more than 4 silver, more than 3 gold and 18 total medals?", "sql": "SELECT \"Nation\" FROM \"2-1855215-7\" WHERE \"Silver\" > 4.0 AND \"Gold\" > 3.0 AND \"Total\" = 18.0;"} +{"question_id": 13455, "table_id": "2-1878567-2", "question": "Who is listed as the Runners-up that also has a Winner of Hajduk Split (3)?", "sql": "SELECT \"Runners–up\" FROM \"2-1878567-2\" WHERE \"Winner\" = 'Hajduk Split (3)';"} +{"question_id": 13456, "table_id": "2-18539861-2", "question": "What is the Japanese Title of the Episode on NTV Station with a Romaji Title of Kuitan 2?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539861-2\" WHERE \"TV Station\" = 'NTV' AND \"Romaji Title\" = 'Kuitan 2';"} +{"question_id": 13457, "table_id": "2-18539861-2", "question": "What are the Ratings of Japanese Title プロポーズ大作戦 episode 11 on Fuji TV station?", "sql": "SELECT \"Average Ratings\" FROM \"2-18539861-2\" WHERE \"Episodes\" = '11' AND \"TV Station\" = 'Fuji TV' AND \"Japanese Title\" = 'プロポーズ大作戦';"} +{"question_id": 13458, "table_id": "2-18539861-2", "question": "What Episode on TV Asahi Station has Rating of 12.0%?", "sql": "SELECT \"Episodes\" FROM \"2-18539861-2\" WHERE \"Average Ratings\" = '12.0%' AND \"TV Station\" = 'TV Asahi';"} +{"question_id": 13459, "table_id": "2-18539861-2", "question": "What is the TV Station of the episode with a Romaji Title of Tokkyuu Tanaka Sangou?", "sql": "SELECT \"TV Station\" FROM \"2-18539861-2\" WHERE \"Romaji Title\" = 'Tokkyuu Tanaka Sangou';"} +{"question_id": 13460, "table_id": "2-1861463-2", "question": "Which class had a rank of 2nd?", "sql": "SELECT \"Class\" FROM \"2-1861463-2\" WHERE \"Rank\" = '2nd';"} +{"question_id": 13461, "table_id": "2-1861463-2", "question": "How many wins did the 500cc class have in 1979?", "sql": "SELECT \"Wins\" FROM \"2-1861463-2\" WHERE \"Class\" = '500cc' AND \"Year\" = 1979.0;"} +{"question_id": 13462, "table_id": "2-1861463-2", "question": "What is the total of the points for wins under 6 and a rank of 2nd?", "sql": "SELECT SUM(\"Points\") FROM \"2-1861463-2\" WHERE \"Rank\" = '2nd' AND \"Wins\" < 6.0;"} +{"question_id": 13463, "table_id": "2-1861463-2", "question": "Which class had 110 points?", "sql": "SELECT \"Class\" FROM \"2-1861463-2\" WHERE \"Points\" = 110.0;"} +{"question_id": 13464, "table_id": "2-1861463-2", "question": "What is the average year having 142 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1861463-2\" WHERE \"Points\" = 142.0;"} +{"question_id": 13465, "table_id": "2-18951015-6", "question": "On what date were the 1997 Bridgetown games in which a Martinique girl competed?", "sql": "SELECT \"Date\" FROM \"2-18951015-6\" WHERE \"Nationality\" = 'Martinique' AND \"Games\" = '1997 Bridgetown';"} +{"question_id": 13466, "table_id": "2-18951015-6", "question": "What is the date of the games that saw a record of 43.66 m?", "sql": "SELECT \"Date\" FROM \"2-18951015-6\" WHERE \"Record\" = '43.66 m';"} +{"question_id": 13467, "table_id": "2-18951015-6", "question": "On which date was the record of 43.89 m set?", "sql": "SELECT \"Date\" FROM \"2-18951015-6\" WHERE \"Record\" = '43.89 m';"} +{"question_id": 13468, "table_id": "2-18951015-6", "question": "Which games saw a record set in the Long jump event?", "sql": "SELECT \"Games\" FROM \"2-18951015-6\" WHERE \"Event\" = 'Long jump';"} +{"question_id": 13469, "table_id": "2-18620528-11", "question": "Which manufacturer has a year made of 4-6-0 — ooOOO — Ten-Wheeler?", "sql": "SELECT \"Manufacturer\" FROM \"2-18620528-11\" WHERE \"Year made\" = '4-6-0 — ooOOO — Ten-Wheeler';"} +{"question_id": 13470, "table_id": "2-18620528-11", "question": "What is the quantity made number for the quantity preserved 4-6-0 — ooOOO — Ten-Wheeler?", "sql": "SELECT \"Quantity made\" FROM \"2-18620528-11\" WHERE \"Quantity preserved\" = '4-6-0 — ooOOO — Ten-Wheeler';"} +{"question_id": 13471, "table_id": "2-18984959-2", "question": "Which Average has a Tally of 2-12, and a Total larger than 18?", "sql": "SELECT AVG(\"Average\") FROM \"2-18984959-2\" WHERE \"Tally\" = '2-12' AND \"Total\" > 18.0;"} +{"question_id": 13472, "table_id": "2-18974097-3", "question": "What is the ISHAA class for the International School?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18974097-3\" WHERE \"School\" = 'International';"} +{"question_id": 13473, "table_id": "2-18974097-3", "question": "What school is in 41 Johnson county?", "sql": "SELECT \"School\" FROM \"2-18974097-3\" WHERE \"County\" = '41 Johnson';"} +{"question_id": 13474, "table_id": "2-18974097-3", "question": "What is the mascot for the team smaller than 154 from 49 Marion?", "sql": "SELECT \"Mascot\" FROM \"2-18974097-3\" WHERE \"Size\" < 154.0 AND \"County\" = '49 Marion';"} +{"question_id": 13475, "table_id": "2-18974097-3", "question": "What is the size of the International school?", "sql": "SELECT MIN(\"Size\") FROM \"2-18974097-3\" WHERE \"School\" = 'International';"} +{"question_id": 13476, "table_id": "2-18811509-4", "question": "What was the score that has a To par of −3, for Branden Grace?", "sql": "SELECT \"Score\" FROM \"2-18811509-4\" WHERE \"To par\" = '−3' AND \"Player\" = 'Branden Grace';"} +{"question_id": 13477, "table_id": "2-18811509-4", "question": "What player has a score less than 66, and a Place of T2, in the United States?", "sql": "SELECT \"Player\" FROM \"2-18811509-4\" WHERE \"Score\" < 66.0 AND \"Place\" = 'T2' AND \"Country\" = 'United States';"} +{"question_id": 13478, "table_id": "2-18811509-4", "question": "What is the score when To par was −3, in South Africa, for Richard Sterne?", "sql": "SELECT AVG(\"Score\") FROM \"2-18811509-4\" WHERE \"To par\" = '−3' AND \"Country\" = 'South Africa' AND \"Player\" = 'Richard Sterne';"} +{"question_id": 13479, "table_id": "2-18673152-1", "question": "What is the average number of goals for games played that total more than 8?", "sql": "SELECT AVG(\"Goals For\") FROM \"2-18673152-1\" WHERE \"Games Played\" > 8.0;"} +{"question_id": 13480, "table_id": "2-18673152-1", "question": "What is the sum of wins and the sum of losses less than 4 for teams larger than 20?", "sql": "SELECT SUM(\"Wins\") FROM \"2-18673152-1\" WHERE \"Losses\" < 4.0 AND \"Goals Against\" > 20.0;"} +{"question_id": 13481, "table_id": "2-1900696-1", "question": "What are the sales in Japan for the release totaling 1.82 million?", "sql": "SELECT \"Japan\" FROM \"2-1900696-1\" WHERE \"Total\" = '1.82 million';"} +{"question_id": 13482, "table_id": "2-1900696-1", "question": "Which date had Japanese sales of 0.61 million?", "sql": "SELECT \"Date\" FROM \"2-1900696-1\" WHERE \"Japan\" = '0.61 million';"} +{"question_id": 13483, "table_id": "2-1900696-1", "question": "Which date had Japanese sales of 0.57 million?", "sql": "SELECT \"Date\" FROM \"2-1900696-1\" WHERE \"Japan\" = '0.57 million';"} +{"question_id": 13484, "table_id": "2-1900696-1", "question": "Which date had Japanese sales of 0.59 million?", "sql": "SELECT \"Date\" FROM \"2-1900696-1\" WHERE \"Japan\" = '0.59 million';"} +{"question_id": 13485, "table_id": "2-18733271-1", "question": "what is the date when the attendance is more than 45218, week is higher than 9 and result is W 17-10?", "sql": "SELECT \"Date\" FROM \"2-18733271-1\" WHERE \"Attendance\" > 45218.0 AND \"Week\" > 9.0 AND \"Result\" = 'W 17-10';"} +{"question_id": 13486, "table_id": "2-18733271-1", "question": "what is the highest attendance for week 6?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-18733271-1\" WHERE \"Week\" = 6.0;"} +{"question_id": 13487, "table_id": "2-18733271-1", "question": "what is the highest week when the date is october 6, 1975 and attendance is higher than 79384?", "sql": "SELECT MAX(\"Week\") FROM \"2-18733271-1\" WHERE \"Date\" = 'october 6, 1975' AND \"Attendance\" > 79384.0;"} +{"question_id": 13488, "table_id": "2-18600760-23", "question": "what is the geo id when the land (sqmi) is less than 36.112, the latitude is more than 47.536618, the township is West Bay and water (sqmi) is more than 0.209?", "sql": "SELECT SUM(\"GEO ID\") FROM \"2-18600760-23\" WHERE \"Land ( sqmi )\" < 36.112 AND \"Latitude\" > 47.536618 AND \"Township\" = 'West Bay' AND \"Water (sqmi)\" > 0.209;"} +{"question_id": 13489, "table_id": "2-18600760-23", "question": "what is the township when the land (sqmi) is more than 36.112, the geo id is higher than 3801985060 and the latitude is 46.062384?", "sql": "SELECT \"Township\" FROM \"2-18600760-23\" WHERE \"Land ( sqmi )\" > 36.112 AND \"GEO ID\" > 3801985060.0 AND \"Latitude\" = 46.062384;"} +{"question_id": 13490, "table_id": "2-18600760-23", "question": "what is the longitude when the water (sqmi) is 0.317 and the ansi code is higher than 1759695?", "sql": "SELECT AVG(\"Longitude\") FROM \"2-18600760-23\" WHERE \"Water (sqmi)\" = 0.317 AND \"ANSI code\" > 1759695.0;"} +{"question_id": 13491, "table_id": "2-18600760-23", "question": "what is the county when the latitude is more than 48.581299, ansi code is more than 1037103 and the geo id is 3801985060?", "sql": "SELECT \"County\" FROM \"2-18600760-23\" WHERE \"Latitude\" > 48.581299 AND \"ANSI code\" > 1037103.0 AND \"GEO ID\" = 3801985060.0;"} +{"question_id": 13492, "table_id": "2-18600760-23", "question": "what is the highest longitude for county Mountrail and the water (sqmi) is less than 0.075?", "sql": "SELECT MAX(\"Longitude\") FROM \"2-18600760-23\" WHERE \"County\" = 'Mountrail' AND \"Water (sqmi)\" < 0.075;"} +{"question_id": 13493, "table_id": "2-18403356-1", "question": "What is the nation when gold is 0, bronze is more than 0 and rank is 16?", "sql": "SELECT \"Nation\" FROM \"2-18403356-1\" WHERE \"Gold\" = 0.0 AND \"Bronze\" > 0.0 AND \"Rank\" = '16';"} +{"question_id": 13494, "table_id": "2-18403356-1", "question": "what is the silver when the nation is syria (syr) and gold is more than 0?", "sql": "SELECT SUM(\"Silver\") FROM \"2-18403356-1\" WHERE \"Nation\" = 'syria (syr)' AND \"Gold\" > 0.0;"} +{"question_id": 13495, "table_id": "2-18403356-1", "question": "what is the average gold when rank is total and silver is more than 20?", "sql": "SELECT AVG(\"Gold\") FROM \"2-18403356-1\" WHERE \"Rank\" = 'total' AND \"Silver\" > 20.0;"} +{"question_id": 13496, "table_id": "2-18403356-1", "question": "what is the most silver when bronze is more than 0, total is more than 1, gold is more than 0 and the nation is China (CHN)?", "sql": "SELECT MAX(\"Silver\") FROM \"2-18403356-1\" WHERE \"Bronze\" > 0.0 AND \"Total\" > 1.0 AND \"Gold\" > 0.0 AND \"Nation\" = 'China (CHN)';"} +{"question_id": 13497, "table_id": "2-18876359-2", "question": "Where was the London Marathon held?", "sql": "SELECT \"Venue\" FROM \"2-18876359-2\" WHERE \"Event\" = 'Marathon' AND \"Competition\" = 'London Marathon';"} +{"question_id": 13498, "table_id": "2-18876359-2", "question": "In what years did Salina Kosgei compete in singapore?", "sql": "SELECT COUNT(\"Year\") FROM \"2-18876359-2\" WHERE \"Venue\" = 'singapore';"} +{"question_id": 13499, "table_id": "2-18876359-2", "question": "In what position did Salina Kosgei finish in the Tokyo Marathon?", "sql": "SELECT \"Position\" FROM \"2-18876359-2\" WHERE \"Competition\" = 'Tokyo Marathon';"} +{"question_id": 13500, "table_id": "2-18624623-3", "question": "What is the Heat of the 34 Rank swimmer with a Time of 49.49 or less?", "sql": "SELECT AVG(\"Heat\") FROM \"2-18624623-3\" WHERE \"Rank\" = 34.0 AND \"Time\" < 49.49;"} +{"question_id": 13501, "table_id": "2-18624623-3", "question": "What is dominik meichtry's Time in Heat 7 or lower?", "sql": "SELECT COUNT(\"Time\") FROM \"2-18624623-3\" WHERE \"Name\" = 'dominik meichtry' AND \"Heat\" < 7.0;"} +{"question_id": 13502, "table_id": "2-18733329-4", "question": "What is the comp for games less than 2?", "sql": "SELECT \"Comp\" FROM \"2-18733329-4\" WHERE \"Games\" < 2.0;"} +{"question_id": 13503, "table_id": "2-18733329-4", "question": "What is the highest comp for ratings less than 52.8 and yards less than 0?", "sql": "SELECT MAX(\"Comp\") FROM \"2-18733329-4\" WHERE \"Rating\" < 52.8 AND \"Yards\" < 0.0;"} +{"question_id": 13504, "table_id": "2-18733329-4", "question": "What is the sum of yards for a 118.7 rating?", "sql": "SELECT SUM(\"Yards\") FROM \"2-18733329-4\" WHERE \"Rating\" = 118.7;"} +{"question_id": 13505, "table_id": "2-18733329-4", "question": "What is the highest yards for a rating larger than 52.8 and more than 13 games?", "sql": "SELECT MAX(\"Yards\") FROM \"2-18733329-4\" WHERE \"Rating\" > 52.8 AND \"Games\" > 13.0;"} +{"question_id": 13506, "table_id": "2-18823880-14", "question": "What is the release date when the release price (usd) is $346 and the turbo is 9/11?", "sql": "SELECT \"Release date\" FROM \"2-18823880-14\" WHERE \"Release price ( USD )\" = '$346' AND \"Turbo\" = '9/11';"} +{"question_id": 13507, "table_id": "2-18823880-14", "question": "what is the i/o bus when the sspec numebr is SR0N5(L1)?", "sql": "SELECT \"I/O bus\" FROM \"2-18823880-14\" WHERE \"sSpec number\" = 'SR0N5(L1)';"} +{"question_id": 13508, "table_id": "2-18823880-14", "question": "What is the l3 cache when the sspec number is SR0R2(L1)SR0T6(L1)?", "sql": "SELECT \"L3 cache\" FROM \"2-18823880-14\" WHERE \"sSpec number\" = 'SR0R2(L1)SR0T6(L1)';"} +{"question_id": 13509, "table_id": "2-18823880-14", "question": "what is the part number(s) when the turbo is 9/11 and the frequency is 1.5 GHz?", "sql": "SELECT \"Part number(s)\" FROM \"2-18823880-14\" WHERE \"Turbo\" = '9/11' AND \"Frequency\" = '1.5 GHz';"} +{"question_id": 13510, "table_id": "2-18714215-2", "question": "What was the time for the match that resulted in a Loss in less than 3 rounds?", "sql": "SELECT \"Time\" FROM \"2-18714215-2\" WHERE \"Res.\" = 'Loss' AND \"Round\" < 3.0;"} +{"question_id": 13511, "table_id": "2-18499677-4", "question": "What is the Name of the Player from the 2008 Panasonic Panthers Club?", "sql": "SELECT \"Name\" FROM \"2-18499677-4\" WHERE \"2008 club\" = 'Panasonic Panthers';"} +{"question_id": 13512, "table_id": "2-18499677-4", "question": "What is the Weight of the Player with a 2008 Club of Tokai University?", "sql": "SELECT \"Weight\" FROM \"2-18499677-4\" WHERE \"2008 club\" = 'Tokai University';"} +{"question_id": 13513, "table_id": "2-18625483-1", "question": "Which Hometown/School has a Team of Cleveland Indians?", "sql": "SELECT \"Hometown/School\" FROM \"2-18625483-1\" WHERE \"Team\" = 'Cleveland Indians';"} +{"question_id": 13514, "table_id": "2-18625483-1", "question": "Which Player has a Pick smaller than 11, and a Position of RHP, and a Team of New York Mets?", "sql": "SELECT \"Player\" FROM \"2-18625483-1\" WHERE \"Pick\" < 11.0 AND \"Position\" = 'RHP' AND \"Team\" = 'New York Mets';"} +{"question_id": 13515, "table_id": "2-18625483-1", "question": "Which Hometown/School has a Team of Atlanta Braves?", "sql": "SELECT \"Hometown/School\" FROM \"2-18625483-1\" WHERE \"Team\" = 'Atlanta Braves';"} +{"question_id": 13516, "table_id": "2-18896680-1", "question": "What's the most enrollment in Hamilton?", "sql": "SELECT MAX(\"Enrollment\") FROM \"2-18896680-1\" WHERE \"Location\" = 'Hamilton';"} +{"question_id": 13517, "table_id": "2-18896680-1", "question": "What's the school that has an enrollment more than 441 with Chargers as their mascot?", "sql": "SELECT \"School\" FROM \"2-18896680-1\" WHERE \"Enrollment\" > 441.0 AND \"Mascot\" = 'Chargers';"} +{"question_id": 13518, "table_id": "2-18896680-1", "question": "What's the total enrollment in 57 noble having a # and aa as the IHSaa Class?", "sql": "SELECT COUNT(\"Enrollment\") FROM \"2-18896680-1\" WHERE \"# / County\" = '57 noble' AND \"IHSAA Class\" = 'aa';"} +{"question_id": 13519, "table_id": "2-18896680-1", "question": "What year joined had an enrollment less than 438 and an AA as the IHSAA Class?", "sql": "SELECT \"Year Joined\" FROM \"2-18896680-1\" WHERE \"Enrollment\" < 438.0 AND \"IHSAA Class\" = 'AA';"} +{"question_id": 13520, "table_id": "2-18536769-1", "question": "what is the branding when the call sign is CKUA-FM-3?", "sql": "SELECT \"Branding\" FROM \"2-18536769-1\" WHERE \"Call sign\" = 'CKUA-FM-3';"} +{"question_id": 13521, "table_id": "2-18536769-1", "question": "what is the format when the frequency is FM 94.5?", "sql": "SELECT \"Format\" FROM \"2-18536769-1\" WHERE \"Frequency\" = 'FM 94.5';"} +{"question_id": 13522, "table_id": "2-18536769-1", "question": "who is the owner of FM 94.5?", "sql": "SELECT \"Owner\" FROM \"2-18536769-1\" WHERE \"Frequency\" = 'FM 94.5';"} +{"question_id": 13523, "table_id": "2-18536769-1", "question": "what is the language/rebroadcast for CBC Radio One?", "sql": "SELECT \"Language/Rebroadcast\" FROM \"2-18536769-1\" WHERE \"Branding\" = 'CBC Radio One';"} +{"question_id": 13524, "table_id": "2-18536769-1", "question": "what is the frequency when the format is Contemporary Christian music?", "sql": "SELECT \"Frequency\" FROM \"2-18536769-1\" WHERE \"Format\" = 'Contemporary Christian music';"} +{"question_id": 13525, "table_id": "2-18536769-1", "question": "what is the branding when the owner is Jim Pattison Group and the frequency is FM 94.5?", "sql": "SELECT \"Branding\" FROM \"2-18536769-1\" WHERE \"Owner\" = 'Jim Pattison Group' AND \"Frequency\" = 'FM 94.5';"} +{"question_id": 13526, "table_id": "2-18522916-1", "question": "What is the fewest number of draws with more than 9 losts and more than 16 goals scored?", "sql": "SELECT MIN(\"Draw\") FROM \"2-18522916-1\" WHERE \"Lost\" > 9.0 AND \"Goals Scored\" > 16.0;"} +{"question_id": 13527, "table_id": "2-18522916-1", "question": "How many total draws was played less than 18 with 11 losts?", "sql": "SELECT SUM(\"Draw\") FROM \"2-18522916-1\" WHERE \"Lost\" = 11.0 AND \"Played\" < 18.0;"} +{"question_id": 13528, "table_id": "2-18522916-1", "question": "What is the total goals scored with more than 11 points, 18 goals conceded, and played fewer than 18 times?", "sql": "SELECT COUNT(\"Goals Scored\") FROM \"2-18522916-1\" WHERE \"Points\" > 11.0 AND \"Goals Conceded\" = 18.0 AND \"Played\" < 18.0;"} +{"question_id": 13529, "table_id": "2-18951015-3", "question": "What is the Record of the 1991 Port of Spain Games?", "sql": "SELECT \"Record\" FROM \"2-18951015-3\" WHERE \"Games\" = '1991 Port of Spain';"} +{"question_id": 13530, "table_id": "2-18951015-3", "question": "What is the Record of the 2012 Hamilton Games from Bahamas?", "sql": "SELECT \"Record\" FROM \"2-18951015-3\" WHERE \"Nationality\" = 'Bahamas' AND \"Games\" = '2012 Hamilton';"} +{"question_id": 13531, "table_id": "2-18951015-3", "question": "What is the Record of the 3000 m?", "sql": "SELECT \"Record\" FROM \"2-18951015-3\" WHERE \"Event\" = '3000 m';"} +{"question_id": 13532, "table_id": "2-18951015-3", "question": "What is the Record of the 2013 Nassau Games?", "sql": "SELECT \"Record\" FROM \"2-18951015-3\" WHERE \"Games\" = '2013 Nassau';"} +{"question_id": 13533, "table_id": "2-18620528-6", "question": "What is the Quantity made when class is F-7?", "sql": "SELECT \"Quantity made\" FROM \"2-18620528-6\" WHERE \"Class\" = 'F-7';"} +{"question_id": 13534, "table_id": "2-18620528-6", "question": "What is the Class of 1899–1900?", "sql": "SELECT \"Class\" FROM \"2-18620528-6\" WHERE \"Year made\" = '1899–1900';"} +{"question_id": 13535, "table_id": "2-18620528-6", "question": "What is the manufacturer with a wheel arrangement of 2-8-0, and Year made of 1883?", "sql": "SELECT \"Manufacturer\" FROM \"2-18620528-6\" WHERE \"Wheel arrangement\" = '2-8-0' AND \"Year made\" = '1883';"} +{"question_id": 13536, "table_id": "2-18620528-6", "question": "What is the quantity when the wheel arrangement is 2-8-0, and class is F-4?", "sql": "SELECT \"Quantity made\" FROM \"2-18620528-6\" WHERE \"Wheel arrangement\" = '2-8-0' AND \"Class\" = 'F-4';"} +{"question_id": 13537, "table_id": "2-18620528-6", "question": "What wheel arrangement has a fleet number(s) of 45–46?", "sql": "SELECT \"Wheel arrangement\" FROM \"2-18620528-6\" WHERE \"Fleet number(s)\" = '45–46';"} +{"question_id": 13538, "table_id": "2-18620528-6", "question": "What manufacturer has a year made of 1883?", "sql": "SELECT \"Manufacturer\" FROM \"2-18620528-6\" WHERE \"Year made\" = '1883';"} +{"question_id": 13539, "table_id": "2-18860534-2", "question": "Which Result has an Attendance larger than 64526 on October 16, 1988?", "sql": "SELECT \"Result\" FROM \"2-18860534-2\" WHERE \"Attendance\" > 64526.0 AND \"Date\" = 'October 16, 1988';"} +{"question_id": 13540, "table_id": "2-18860534-2", "question": "When hasn an Attendance larger than 66926?", "sql": "SELECT \"Date\" FROM \"2-18860534-2\" WHERE \"Attendance\" > 66926.0;"} +{"question_id": 13541, "table_id": "2-18795125-6", "question": "what is the manner of departure when the date of vacancy is 15 September 2008?", "sql": "SELECT \"Manner of departure\" FROM \"2-18795125-6\" WHERE \"Date of vacancy\" = '15 September 2008';"} +{"question_id": 13542, "table_id": "2-18795125-6", "question": "who is the replacement when the team is Port Vale?", "sql": "SELECT \"Replaced by\" FROM \"2-18795125-6\" WHERE \"Team\" = 'Port Vale';"} +{"question_id": 13543, "table_id": "2-18795125-6", "question": "who is the replacement when the team is Bournemouth and the outgoing manager is Kevin Bond?", "sql": "SELECT \"Replaced by\" FROM \"2-18795125-6\" WHERE \"Team\" = 'Bournemouth' AND \"Outgoing manager\" = 'Kevin Bond';"} +{"question_id": 13544, "table_id": "2-18795125-6", "question": "who is the outgoing manager when the manner of departure is Contract terminated and the date of vacancy is 1 September 2008?", "sql": "SELECT \"Outgoing manager\" FROM \"2-18795125-6\" WHERE \"Manner of departure\" = 'Contract terminated' AND \"Date of vacancy\" = '1 September 2008';"} +{"question_id": 13545, "table_id": "2-18795125-6", "question": "what is the date of vacancy when the manner of departure is Contract terminated, the position in table is 23rd and the date of appointment is 31 December 2008?", "sql": "SELECT \"Date of vacancy\" FROM \"2-18795125-6\" WHERE \"Manner of departure\" = 'Contract terminated' AND \"Position in table\" = '23rd' AND \"Date of appointment\" = '31 December 2008';"} +{"question_id": 13546, "table_id": "2-18795125-6", "question": "who is the replacement when the date of vacancy is 1 September 2008?", "sql": "SELECT \"Replaced by\" FROM \"2-18795125-6\" WHERE \"Date of vacancy\" = '1 September 2008';"} +{"question_id": 13547, "table_id": "2-1859485-5", "question": "How many times did Morgan win The masters tournament with fewer than 12 appearances?", "sql": "SELECT AVG(\"Wins\") FROM \"2-1859485-5\" WHERE \"Tournament\" = 'masters tournament' AND \"Events\" < 12.0;"} +{"question_id": 13548, "table_id": "2-18975610-5", "question": "What is the lowest losses for a team that has 0 draws, fewer than 4 wins, and no Byes?", "sql": "SELECT MIN(\"Losses\") FROM \"2-18975610-5\" WHERE \"Draws\" = 0.0 AND \"Wins\" < 4.0 AND \"Byes\" < 0.0;"} +{"question_id": 13549, "table_id": "2-1840562-1", "question": "What Population has a Median family income of $38,044?", "sql": "SELECT \"Population\" FROM \"2-1840562-1\" WHERE \"Median family income\" = '$38,044';"} +{"question_id": 13550, "table_id": "2-1840562-1", "question": "What county has a Median family income of $37,667?", "sql": "SELECT \"County\" FROM \"2-1840562-1\" WHERE \"Median family income\" = '$37,667';"} +{"question_id": 13551, "table_id": "2-1840562-1", "question": "What is the Median family income if the Population is larger than 26233 and has a Per capita income of $20,805?", "sql": "SELECT \"Median family income\" FROM \"2-1840562-1\" WHERE \"Population\" > 26233.0 AND \"Per capita income\" = '$20,805';"} +{"question_id": 13552, "table_id": "2-1840562-1", "question": "What is the highest Population that has a Median household income of $32,902 with a number of households less than 11125", "sql": "SELECT MAX(\"Population\") FROM \"2-1840562-1\" WHERE \"Median household income\" = '$32,902' AND \"Number of households\" < 11125.0;"} +{"question_id": 13553, "table_id": "2-1890195-1", "question": "What's the 1851 when 1881 had 764?", "sql": "SELECT \"1851\" FROM \"2-1890195-1\" WHERE \"1881\" = '764';"} +{"question_id": 13554, "table_id": "2-1890195-1", "question": "What's the year when 1851 had 634?", "sql": "SELECT \"Year\" FROM \"2-1890195-1\" WHERE \"1851\" = '634';"} +{"question_id": 13555, "table_id": "2-1890195-1", "question": "What's the 1881 when 1871 had 1017?", "sql": "SELECT \"1881\" FROM \"2-1890195-1\" WHERE \"1871\" = '1017';"} +{"question_id": 13556, "table_id": "2-1890195-1", "question": "What's the 1861 had 1991 in 1881 and a Year of Year?", "sql": "SELECT \"1861\" FROM \"2-1890195-1\" WHERE \"Year\" = 'Year' AND \"1881\" = '1991';"} +{"question_id": 13557, "table_id": "2-1890195-1", "question": "What's the 1881 with 1961 in 1851?", "sql": "SELECT \"1881\" FROM \"2-1890195-1\" WHERE \"1851\" = '1961';"} +{"question_id": 13558, "table_id": "2-18391739-1", "question": "Who was the stage winner when the start of stage is Cauterets?", "sql": "SELECT \"Stage winner\" FROM \"2-18391739-1\" WHERE \"Start of stage\" = 'Cauterets';"} +{"question_id": 13559, "table_id": "2-18391739-1", "question": "What is the distance for José-Manuel Fuente when the stage was less than 16?", "sql": "SELECT \"Distance (km)\" FROM \"2-18391739-1\" WHERE \"Stage\" < 16.0 AND \"Stage winner\" = 'José-Manuel Fuente';"} +{"question_id": 13560, "table_id": "2-18391739-1", "question": "Who was the stage winner when the stage was more than 10 and yellow jersey was Joseph Planckaert?", "sql": "SELECT \"Stage winner\" FROM \"2-18391739-1\" WHERE \"Stage\" > 10.0 AND \"Yellow jersey\" = 'Joseph Planckaert';"} +{"question_id": 13561, "table_id": "2-18391739-1", "question": "What is the Start of stage when Bernard Hinault was the stage winner?", "sql": "SELECT \"Start of stage\" FROM \"2-18391739-1\" WHERE \"Stage winner\" = 'Bernard Hinault';"} +{"question_id": 13562, "table_id": "2-18391739-1", "question": "who was the Stage winner when the stage was smaller than 16, earlier than 1986, and a distance (km) was 19.6?", "sql": "SELECT \"Stage winner\" FROM \"2-18391739-1\" WHERE \"Stage\" < 16.0 AND \"Year\" < 1986.0 AND \"Distance (km)\" = '19.6';"} +{"question_id": 13563, "table_id": "2-18391739-1", "question": "What year was yellow jersey of Jacques Anquetil?", "sql": "SELECT MIN(\"Year\") FROM \"2-18391739-1\" WHERE \"Yellow jersey\" = 'Jacques Anquetil';"} +{"question_id": 13564, "table_id": "2-18823880-17", "question": "What's the GPU model that has sSpec number SR16Z(C0)?", "sql": "SELECT \"GPU model\" FROM \"2-18823880-17\" WHERE \"sSpec number\" = 'SR16Z(C0)';"} +{"question_id": 13565, "table_id": "2-18823880-17", "question": "What's the L3 cache that has a low power part number?", "sql": "SELECT \"L3 cache\" FROM \"2-18823880-17\" WHERE \"Part number(s)\" = 'low power';"} +{"question_id": 13566, "table_id": "2-18823880-17", "question": "What's the GPU frequency that has ultra-low power in cores?", "sql": "SELECT \"GPU frequency\" FROM \"2-18823880-17\" WHERE \"Cores\" = 'ultra-low power';"} +{"question_id": 13567, "table_id": "2-18823880-17", "question": "What's the cores with the part number CL8064701477202?", "sql": "SELECT \"Cores\" FROM \"2-18823880-17\" WHERE \"Part number(s)\" = 'CL8064701477202';"} +{"question_id": 13568, "table_id": "2-18811509-3", "question": "What is the To par for the player that won in 2003, with a total larger than 145?", "sql": "SELECT COUNT(\"To par\") FROM \"2-18811509-3\" WHERE \"Year(s) won\" = '2003' AND \"Total\" > 145.0;"} +{"question_id": 13569, "table_id": "2-18811509-3", "question": "What is United States total in the year(s) won of 2000 , 2005 , 2006?", "sql": "SELECT MIN(\"Total\") FROM \"2-18811509-3\" WHERE \"Country\" = 'United States' AND \"Year(s) won\" = '2000 , 2005 , 2006';"} +{"question_id": 13570, "table_id": "2-18811509-3", "question": "Who was the player from the United States, with a total larger than 145?", "sql": "SELECT \"Player\" FROM \"2-18811509-3\" WHERE \"Country\" = 'United States' AND \"Total\" > 145.0;"} +{"question_id": 13571, "table_id": "2-18811509-3", "question": "What is the Year won for the player with a To par of 8?", "sql": "SELECT \"Year(s) won\" FROM \"2-18811509-3\" WHERE \"To par\" = 8.0;"} +{"question_id": 13572, "table_id": "2-18811509-3", "question": "What is the To par of the United States, when the Total was 145, in 2004?", "sql": "SELECT \"To par\" FROM \"2-18811509-3\" WHERE \"Country\" = 'United States' AND \"Total\" = 145.0 AND \"Year(s) won\" = '2004';"} +{"question_id": 13573, "table_id": "2-1859914-1", "question": "What is the fewest tally for the game played at vasil levski national stadium, sofia, bulgaria?", "sql": "SELECT MIN(\"Tally\") FROM \"2-1859914-1\" WHERE \"Venue\" = 'vasil levski national stadium, sofia, bulgaria';"} +{"question_id": 13574, "table_id": "2-1859914-1", "question": "For what competition was the game played on 28 March 2009?", "sql": "SELECT \"Competition\" FROM \"2-1859914-1\" WHERE \"Date\" = '28 March 2009';"} +{"question_id": 13575, "table_id": "2-18625553-4", "question": "The swimmer in lane 7 has what as the smallest rank?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18625553-4\" WHERE \"Lane\" = 7.0;"} +{"question_id": 13576, "table_id": "2-18625553-4", "question": "Swimmer Aurore Mongel has what nationality?", "sql": "SELECT \"Nationality\" FROM \"2-18625553-4\" WHERE \"Name\" = 'Aurore Mongel';"} +{"question_id": 13577, "table_id": "2-18625553-4", "question": "Swimmer jiao liuyang has what for the sum of lane?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-18625553-4\" WHERE \"Name\" = 'jiao liuyang';"} +{"question_id": 13578, "table_id": "2-18625553-4", "question": "For the swimmer in the lane less than 4, and is ranked greater than 4 what was the time?", "sql": "SELECT \"Time\" FROM \"2-18625553-4\" WHERE \"Lane\" < 4.0 AND \"Rank\" > 4.0;"} +{"question_id": 13579, "table_id": "2-18625553-4", "question": "Swimmer Audrey Lacroix finished in what time?", "sql": "SELECT \"Time\" FROM \"2-18625553-4\" WHERE \"Name\" = 'Audrey Lacroix';"} +{"question_id": 13580, "table_id": "2-18948155-1", "question": "In which competition was Moradi's time 1:48.58?", "sql": "SELECT \"Competition\" FROM \"2-18948155-1\" WHERE \"Notes\" = '1:48.58';"} +{"question_id": 13581, "table_id": "2-18948155-1", "question": "In which event did Moradi compete and finish in 2nd at the Asian Championships in Kobe, Japan held after 2005?", "sql": "SELECT \"Event\" FROM \"2-18948155-1\" WHERE \"Year\" > 2005.0 AND \"Competition\" = 'Asian Championships' AND \"Position\" = '2nd' AND \"Venue\" = 'Kobe, Japan';"} +{"question_id": 13582, "table_id": "2-18755717-1", "question": "What competition was held earlier than 2007 and has 7434 in the notes field?", "sql": "SELECT \"Competition\" FROM \"2-18755717-1\" WHERE \"Year\" < 2007.0 AND \"Notes\" = '7434';"} +{"question_id": 13583, "table_id": "2-18755717-1", "question": "What event has 7860 notes?", "sql": "SELECT \"Event\" FROM \"2-18755717-1\" WHERE \"Notes\" = '7860';"} +{"question_id": 13584, "table_id": "2-18755717-1", "question": "What venue has 7964 PB notes?", "sql": "SELECT \"Venue\" FROM \"2-18755717-1\" WHERE \"Notes\" = '7964 PB';"} +{"question_id": 13585, "table_id": "2-18676973-2", "question": "How many times is vuelta wins when points is more than 0, country is spain and the name is josé pérez-francés?", "sql": "SELECT COUNT(\"Vuelta Wins\") FROM \"2-18676973-2\" WHERE \"Points\" > 0.0 AND \"Country\" = 'spain' AND \"Name\" = 'josé pérez-francés';"} +{"question_id": 13586, "table_id": "2-18516512-1", "question": "Which constituency number has a name of Timarni?", "sql": "SELECT \"Constituency number\" FROM \"2-18516512-1\" WHERE \"Name\" = 'Timarni';"} +{"question_id": 13587, "table_id": "2-18516512-1", "question": "What is the reserved for value for constituency number 132?", "sql": "SELECT \"Reserved for ( SC / ST /None)\" FROM \"2-18516512-1\" WHERE \"Constituency number\" = '132';"} +{"question_id": 13588, "table_id": "2-18811891-6", "question": "What is the place of the player with a 72-70-67=209 score?", "sql": "SELECT \"Place\" FROM \"2-18811891-6\" WHERE \"Score\" = '72-70-67=209';"} +{"question_id": 13589, "table_id": "2-18811891-6", "question": "What is the to par of player Hunter Mahan?", "sql": "SELECT \"To par\" FROM \"2-18811891-6\" WHERE \"Player\" = 'Hunter Mahan';"} +{"question_id": 13590, "table_id": "2-18811891-6", "question": "What is the to par of Canada?", "sql": "SELECT \"To par\" FROM \"2-18811891-6\" WHERE \"Country\" = 'Canada';"} +{"question_id": 13591, "table_id": "2-1856889-1", "question": "What album came out before 2008 called We're Not Made In The USA?", "sql": "SELECT \"Album\" FROM \"2-1856889-1\" WHERE \"Year\" < 2008.0 AND \"Title\" = 'We''re Not Made In The USA';"} +{"question_id": 13592, "table_id": "2-1856889-1", "question": "What is the average year for Faces?", "sql": "SELECT AVG(\"Year\") FROM \"2-1856889-1\" WHERE \"Title\" = 'Faces';"} +{"question_id": 13593, "table_id": "2-18568417-4", "question": "What is Livorno's average election?", "sql": "SELECT AVG(\"Election\") FROM \"2-18568417-4\" WHERE \"Municipality\" = 'Livorno';"} +{"question_id": 13594, "table_id": "2-18568417-4", "question": "Which Election has a Party of Democratic Party, and a Mayor of Leonardo Betti?", "sql": "SELECT MAX(\"Election\") FROM \"2-18568417-4\" WHERE \"Party\" = 'Democratic Party' AND \"Mayor\" = 'Leonardo Betti';"} +{"question_id": 13595, "table_id": "2-18568417-4", "question": "Which Inhabitants have a Mayor of matteo renzi, and an Election larger than 2009?", "sql": "SELECT MIN(\"Inhabitants\") FROM \"2-18568417-4\" WHERE \"Mayor\" = 'matteo renzi' AND \"Election\" > 2009.0;"} +{"question_id": 13596, "table_id": "2-18568417-4", "question": "Which Inhabitants have a Party of democratic party, and a Municipality of florence, and an Election smaller than 2009?", "sql": "SELECT MIN(\"Inhabitants\") FROM \"2-18568417-4\" WHERE \"Party\" = 'democratic party' AND \"Municipality\" = 'florence' AND \"Election\" < 2009.0;"} +{"question_id": 13597, "table_id": "2-18933007-2", "question": "Which Seatshave a Share of votes of 18%, and a Share of seats of 3%, and a General election smaller than 1992?", "sql": "SELECT MIN(\"Seats\") FROM \"2-18933007-2\" WHERE \"Share of votes\" = '18%' AND \"Share of seats\" = '3%' AND \"General election\" < 1992.0;"} +{"question_id": 13598, "table_id": "2-18933007-2", "question": "How much General election has a Share of votes of 17%?", "sql": "SELECT SUM(\"General election\") FROM \"2-18933007-2\" WHERE \"Share of votes\" = '17%';"} +{"question_id": 13599, "table_id": "2-18933007-2", "question": "Which Seats have a Share of votes of 18%, and a Share of seats of 3%, and a General election larger than 1992?", "sql": "SELECT MAX(\"Seats\") FROM \"2-18933007-2\" WHERE \"Share of votes\" = '18%' AND \"Share of seats\" = '3%' AND \"General election\" > 1992.0;"} +{"question_id": 13600, "table_id": "2-18933007-2", "question": "Which Share of seats has Seats smaller than 52, and a Name of SDP–Liberal Alliance, and a General election of 1983?", "sql": "SELECT \"Share of seats\" FROM \"2-18933007-2\" WHERE \"Seats\" < 52.0 AND \"Name\" = 'SDP–Liberal Alliance' AND \"General election\" = 1983.0;"} +{"question_id": 13601, "table_id": "2-18880596-1", "question": "How many years have a 4th Day of bumped wolfson?", "sql": "SELECT COUNT(\"Year\") FROM \"2-18880596-1\" WHERE \"4th Day\" = 'bumped wolfson';"} +{"question_id": 13602, "table_id": "2-18880596-1", "question": "Which 3rd day has a 4th Day of rowed-over, and a Finish position of 55th?", "sql": "SELECT \"3rd day\" FROM \"2-18880596-1\" WHERE \"4th Day\" = 'rowed-over' AND \"Finish position\" = '55th';"} +{"question_id": 13603, "table_id": "2-18880596-1", "question": "Which Finish position has a 4th Day of bumped Robinson?", "sql": "SELECT \"Finish position\" FROM \"2-18880596-1\" WHERE \"4th Day\" = 'bumped Robinson';"} +{"question_id": 13604, "table_id": "2-18880596-1", "question": "Which 1st day has a 3rd day of bumped 1st & 3rd Trinity?", "sql": "SELECT \"1st day\" FROM \"2-18880596-1\" WHERE \"3rd day\" = 'bumped 1st & 3rd Trinity';"} +{"question_id": 13605, "table_id": "2-18823880-11", "question": "What is the voltage when the L2 cache is 2 × 256 KB and the turbo is 5/8?", "sql": "SELECT \"Voltage\" FROM \"2-18823880-11\" WHERE \"L2 cache\" = '2 × 256 KB' AND \"Turbo\" = '5/8';"} +{"question_id": 13606, "table_id": "2-18823880-11", "question": "What is the L2 cache with ec number of SLBMM(C2)SLBSR(K0)?", "sql": "SELECT \"L2 cache\" FROM \"2-18823880-11\" WHERE \"sSpec number\" = 'SLBMM(C2)SLBSR(K0)';"} +{"question_id": 13607, "table_id": "2-18823880-11", "question": "What is the voltage when there are 2 cores, turbo is 5/8 and the release date is September 2010?", "sql": "SELECT \"Voltage\" FROM \"2-18823880-11\" WHERE \"Cores\" = '2' AND \"Release date\" = 'September 2010' AND \"Turbo\" = '5/8';"} +{"question_id": 13608, "table_id": "2-18823880-11", "question": "What is the frequency for I/O bus of DMI, voltage of 0.725–1.4V and part CN80617004458AB?", "sql": "SELECT \"Frequency\" FROM \"2-18823880-11\" WHERE \"I/O bus\" = 'DMI' AND \"Voltage\" = '0.725–1.4V' AND \"Part number(s)\" = 'CN80617004458AB';"} +{"question_id": 13609, "table_id": "2-18823880-11", "question": "What is I/O bus when socket is Socket G1BGA-1288?", "sql": "SELECT \"I/O bus\" FROM \"2-18823880-11\" WHERE \"Socket\" = 'Socket G1BGA-1288';"} +{"question_id": 13610, "table_id": "2-18823880-11", "question": "What is the memory when release date is January 2010 and socket is BGA-1288?", "sql": "SELECT \"Memory\" FROM \"2-18823880-11\" WHERE \"Release date\" = 'January 2010' AND \"Socket\" = 'BGA-1288';"} +{"question_id": 13611, "table_id": "2-18976008-1", "question": "How many Premierships have Nicknamed of kangaroos?", "sql": "SELECT COUNT(\"No. of Premierships\") FROM \"2-18976008-1\" WHERE \"Nickname\" = 'kangaroos';"} +{"question_id": 13612, "table_id": "2-18942405-1", "question": "What is the IHSAA class for Muncie Burris?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18942405-1\" WHERE \"School\" = 'Muncie Burris';"} +{"question_id": 13613, "table_id": "2-18942405-1", "question": "What is the IHSAA class for Muncie Cowan?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18942405-1\" WHERE \"School\" = 'Muncie Cowan';"} +{"question_id": 13614, "table_id": "2-18942405-1", "question": "What is the location where enrollment is 266 and and the county is 18 Delaware?", "sql": "SELECT \"Location\" FROM \"2-18942405-1\" WHERE \"# / County\" = '18 Delaware' AND \"Enrollment\" = 266.0;"} +{"question_id": 13615, "table_id": "2-18942405-1", "question": "WhAt is the enrollment At the school with IHSAA clAss A And where mAscot is the Vikings?", "sql": "SELECT \"Enrollment\" FROM \"2-18942405-1\" WHERE \"IHSAA Class\" = 'A' AND \"Mascot\" = 'Vikings';"} +{"question_id": 13616, "table_id": "2-18942405-1", "question": "What is the IHSAA class for the school where the mascot is the Rebels?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18942405-1\" WHERE \"Mascot\" = 'Rebels';"} +{"question_id": 13617, "table_id": "2-18942405-1", "question": "What is the location with enrollment of 316 and county is 68 Randolph?", "sql": "SELECT \"Location\" FROM \"2-18942405-1\" WHERE \"# / County\" = '68 Randolph' AND \"Enrollment\" = 316.0;"} +{"question_id": 13618, "table_id": "2-18430895-1", "question": "What result took pace in 2009 and had an award of Sopot International Song Festival?", "sql": "SELECT \"Result\" FROM \"2-18430895-1\" WHERE \"Year\" = 2009.0 AND \"Award\" = 'Sopot International Song Festival';"} +{"question_id": 13619, "table_id": "2-18430895-1", "question": "Which award took place after 2009?", "sql": "SELECT \"Award\" FROM \"2-18430895-1\" WHERE \"Year\" > 2009.0;"} +{"question_id": 13620, "table_id": "2-18430895-1", "question": "What year had the category of best international newcomer?", "sql": "SELECT COUNT(\"Year\") FROM \"2-18430895-1\" WHERE \"Category\" = 'best international newcomer';"} +{"question_id": 13621, "table_id": "2-188378-1", "question": "What's the HPO4 2 that has less than 89.3 as an H2PO 4 and 3.02×10 −5 as the PO4 3?", "sql": "SELECT \"[HPO 4 2− ]/[A] (%)\" FROM \"2-188378-1\" WHERE \"[H 2 PO 4 − ]/[A] (%)\" < 89.3 AND \"[PO 4 3− ]/[A] (%)\" = '3.02×10 −5';"} +{"question_id": 13622, "table_id": "2-188378-1", "question": "What the [A] that has more than 8.29 as the H2PO 4 and 1.30×10 −8 as the PO4 3?", "sql": "SELECT \"[A] (mol/L)\" FROM \"2-188378-1\" WHERE \"[H 2 PO 4 − ]/[A] (%)\" > 8.29 AND \"[PO 4 3− ]/[A] (%)\" = '1.30×10 −8';"} +{"question_id": 13623, "table_id": "2-188378-1", "question": "What's the [A] when the H2PO 4 is 61.7?", "sql": "SELECT \"[A] (mol/L)\" FROM \"2-188378-1\" WHERE \"[H 2 PO 4 − ]/[A] (%)\" = 61.7;"} +{"question_id": 13624, "table_id": "2-18936845-2", "question": "Which Player has an Opposition of Clare?", "sql": "SELECT \"Player\" FROM \"2-18936845-2\" WHERE \"Opposition\" = 'Clare';"} +{"question_id": 13625, "table_id": "2-18936845-2", "question": "Which Total has a Player of Matt Ruth?", "sql": "SELECT \"Total\" FROM \"2-18936845-2\" WHERE \"Player\" = 'Matt Ruth';"} +{"question_id": 13626, "table_id": "2-18936845-2", "question": "Which Rank has a Player of Matt Ruth?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18936845-2\" WHERE \"Player\" = 'Matt Ruth';"} +{"question_id": 13627, "table_id": "2-18974130-3", "question": "How many byes were there recorded with 0 draws?", "sql": "SELECT SUM(\"Byes\") FROM \"2-18974130-3\" WHERE \"Draws\" < 0.0;"} +{"question_id": 13628, "table_id": "2-18974130-3", "question": "How many draws occured with a record of 10 losses, and 6 wins?", "sql": "SELECT COUNT(\"Draws\") FROM \"2-18974130-3\" WHERE \"Losses\" = 10.0 AND \"Wins\" > 6.0;"} +{"question_id": 13629, "table_id": "2-18974130-3", "question": "How many byes were there with an Against of 1655 and more than 10 wins?", "sql": "SELECT MIN(\"Byes\") FROM \"2-18974130-3\" WHERE \"Against\" = 1655.0 AND \"Wins\" > 10.0;"} +{"question_id": 13630, "table_id": "2-18974130-3", "question": "What was the against were there were less than 3 byes?", "sql": "SELECT AVG(\"Against\") FROM \"2-18974130-3\" WHERE \"Byes\" < 3.0;"} +{"question_id": 13631, "table_id": "2-18733814-2", "question": "What's the general classification of Ignatas Konovalovas when the mountains classification was Stefano Garzelli and points classification was Danilo Di Luca?", "sql": "SELECT \"General classification\" FROM \"2-18733814-2\" WHERE \"Mountains classification\" = 'Stefano Garzelli' AND \"Points classification\" = 'Danilo Di Luca' AND \"Winner\" = 'Ignatas Konovalovas';"} +{"question_id": 13632, "table_id": "2-18733814-2", "question": "What's the mountains classification when the points classification is Alessandro Petacchi and the general classification is Danilo Di Luca?", "sql": "SELECT \"Mountains classification\" FROM \"2-18733814-2\" WHERE \"Points classification\" = 'Alessandro Petacchi' AND \"General classification\" = 'Danilo Di Luca';"} +{"question_id": 13633, "table_id": "2-18733814-2", "question": "Who was the winner of Stage 9 when then general classification was Danilo Di Luca?", "sql": "SELECT \"Winner\" FROM \"2-18733814-2\" WHERE \"General classification\" = 'Danilo Di Luca' AND \"Stage\" = '9';"} +{"question_id": 13634, "table_id": "2-18733814-2", "question": "What is the stage of winner Carlos Sastre when the general classification was Denis Menchov?", "sql": "SELECT \"Stage\" FROM \"2-18733814-2\" WHERE \"General classification\" = 'Denis Menchov' AND \"Winner\" = 'Carlos Sastre';"} +{"question_id": 13635, "table_id": "2-18733814-2", "question": "What's the points classification of Stage 18 when the general classification was Denis Menchov?", "sql": "SELECT \"Points classification\" FROM \"2-18733814-2\" WHERE \"General classification\" = 'Denis Menchov' AND \"Stage\" = '18';"} +{"question_id": 13636, "table_id": "2-18733814-2", "question": "What's the mountains classification of winner Carlos Sastre when the general classification is Denis Menchov?", "sql": "SELECT \"Mountains classification\" FROM \"2-18733814-2\" WHERE \"General classification\" = 'Denis Menchov' AND \"Winner\" = 'Carlos Sastre';"} +{"question_id": 13637, "table_id": "2-18953277-28", "question": "Who is team 2 with a 2nd leg of 0-2?", "sql": "SELECT \"Team 2\" FROM \"2-18953277-28\" WHERE \"2nd leg\" = '0-2';"} +{"question_id": 13638, "table_id": "2-18953277-28", "question": "Who is team 1 with an agg of 2-5?", "sql": "SELECT \"Team 1\" FROM \"2-18953277-28\" WHERE \"Agg.\" = '2-5';"} +{"question_id": 13639, "table_id": "2-18792945-10", "question": "Who was the director of the episode Rebel Rabbit?", "sql": "SELECT \"Director\" FROM \"2-18792945-10\" WHERE \"Title\" = 'Rebel Rabbit';"} +{"question_id": 13640, "table_id": "2-18802322-1", "question": "How many years have Claudia Beni as the artist?", "sql": "SELECT SUM(\"Year\") FROM \"2-18802322-1\" WHERE \"Artist\" = 'Claudia Beni';"} +{"question_id": 13641, "table_id": "2-18802322-1", "question": "What song has Filipa Sousa as an artist?", "sql": "SELECT \"Song\" FROM \"2-18802322-1\" WHERE \"Artist\" = 'Filipa Sousa';"} +{"question_id": 13642, "table_id": "2-18811741-1", "question": "How many rounds have a Surface of wintry asphalt?", "sql": "SELECT COUNT(\"Round\") FROM \"2-18811741-1\" WHERE \"Surface\" = 'wintry asphalt';"} +{"question_id": 13643, "table_id": "2-18811741-1", "question": "Which Surface has a Support Category of JWRC/PWRC, and a Round larger than 5?", "sql": "SELECT \"Surface\" FROM \"2-18811741-1\" WHERE \"Support Category\" = 'JWRC/PWRC' AND \"Round\" > 5.0;"} +{"question_id": 13644, "table_id": "2-18811741-1", "question": "Which Rally Name has a Surface of Asphalt and gravel?", "sql": "SELECT \"Rally Name\" FROM \"2-18811741-1\" WHERE \"Surface\" = 'Asphalt and gravel';"} +{"question_id": 13645, "table_id": "2-18811741-1", "question": "Which dates have a Rally HQ of Kingscliff?", "sql": "SELECT \"Dates\" FROM \"2-18811741-1\" WHERE \"Rally HQ\" = 'Kingscliff';"} +{"question_id": 13646, "table_id": "2-18811741-1", "question": "Which Round has a Rally HQ of Salou?", "sql": "SELECT MIN(\"Round\") FROM \"2-18811741-1\" WHERE \"Rally HQ\" = 'Salou';"} +{"question_id": 13647, "table_id": "2-18706532-1", "question": "Who were the Opponents on December 18, 2005?", "sql": "SELECT \"Opponent\" FROM \"2-18706532-1\" WHERE \"Date\" = 'December 18, 2005';"} +{"question_id": 13648, "table_id": "2-18880361-6", "question": "Which Coach has a Runner-up of Northeastern and a Score of 6–3?", "sql": "SELECT \"Coach\" FROM \"2-18880361-6\" WHERE \"Runner-up\" = 'Northeastern' AND \"Score\" = '6–3';"} +{"question_id": 13649, "table_id": "2-18880361-6", "question": "Name the Score of the Year larger than 2004 and a Runner-up of Northeastern?", "sql": "SELECT \"Score\" FROM \"2-18880361-6\" WHERE \"Year\" > 2004.0 AND \"Runner-up\" = 'Northeastern';"} +{"question_id": 13650, "table_id": "2-18880361-6", "question": "Name the Runner-up of a Year in 1963?", "sql": "SELECT \"Runner-up\" FROM \"2-18880361-6\" WHERE \"Year\" = 1963.0;"} +{"question_id": 13651, "table_id": "2-18880361-6", "question": "Name the highest Year with a Score of 4–1?", "sql": "SELECT MAX(\"Year\") FROM \"2-18880361-6\" WHERE \"Score\" = '4–1';"} +{"question_id": 13652, "table_id": "2-1882094-2", "question": "Which Start has a Qual of 207.590?", "sql": "SELECT \"Start\" FROM \"2-1882094-2\" WHERE \"Qual\" = '207.590';"} +{"question_id": 13653, "table_id": "2-1882094-2", "question": "Which Year has a Rank of 25?", "sql": "SELECT \"Year\" FROM \"2-1882094-2\" WHERE \"Rank\" = '25';"} +{"question_id": 13654, "table_id": "2-1882094-2", "question": "Which Laps have a Finish of 15?", "sql": "SELECT \"Laps\" FROM \"2-1882094-2\" WHERE \"Finish\" = '15';"} +{"question_id": 13655, "table_id": "2-1882094-2", "question": "Which Qual has Laps smaller than 195, and a Rank of 25?", "sql": "SELECT \"Qual\" FROM \"2-1882094-2\" WHERE \"Laps\" < 195.0 AND \"Rank\" = '25';"} +{"question_id": 13656, "table_id": "2-1882094-2", "question": "Which Rank has a Finish of 8?", "sql": "SELECT \"Rank\" FROM \"2-1882094-2\" WHERE \"Finish\" = '8';"} +{"question_id": 13657, "table_id": "2-18666566-2", "question": "Which Rank has a Heat larger than 7?", "sql": "SELECT MAX(\"Rank\") FROM \"2-18666566-2\" WHERE \"Heat\" > 7.0;"} +{"question_id": 13658, "table_id": "2-18666566-2", "question": "Which Heat has a Nation of australia, and a Rank larger than 7?", "sql": "SELECT MAX(\"Heat\") FROM \"2-18666566-2\" WHERE \"Nation\" = 'australia' AND \"Rank\" > 7.0;"} +{"question_id": 13659, "table_id": "2-18812209-19", "question": "What is the average number of podiums for drivers with under 12 finishes and under 1 start?", "sql": "SELECT AVG(\"Podiums\") FROM \"2-18812209-19\" WHERE \"Finishes\" < 12.0 AND \"Starts\" < 1.0;"} +{"question_id": 13660, "table_id": "2-18812209-19", "question": "What is the number of wins associated with 1 point, more than 1 start, and under 7 finishes?", "sql": "SELECT \"Wins\" FROM \"2-18812209-19\" WHERE \"Finishes\" < 7.0 AND \"Starts\" > 1.0 AND \"Points\" = 1.0;"} +{"question_id": 13661, "table_id": "2-18812209-19", "question": "What is the number of finishes associated with 13 starts, more than 169 points, and 96 stage wins?", "sql": "SELECT \"Finishes\" FROM \"2-18812209-19\" WHERE \"Starts\" = 13.0 AND \"Points\" > 169.0 AND \"Stage wins\" = 96.0;"} +{"question_id": 13662, "table_id": "2-18594355-1", "question": "Who directed the episode with production code 40811-005?", "sql": "SELECT \"Director\" FROM \"2-18594355-1\" WHERE \"Prod. Code\" = '40811-005';"} +{"question_id": 13663, "table_id": "2-18594355-1", "question": "What is the title of the episode with production code 40811-002?", "sql": "SELECT \"Title\" FROM \"2-18594355-1\" WHERE \"Prod. Code\" = '40811-002';"} +{"question_id": 13664, "table_id": "2-18594355-1", "question": "Who wrote \"The Six Stages of Marshall\"?", "sql": "SELECT \"Writer\" FROM \"2-18594355-1\" WHERE \"Title\" = '\"The Six Stages of Marshall\"';"} +{"question_id": 13665, "table_id": "2-18411392-3", "question": "what is the tournament when the score is 2-6, 4-6?", "sql": "SELECT \"Tournament\" FROM \"2-18411392-3\" WHERE \"Score\" = '2-6, 4-6';"} +{"question_id": 13666, "table_id": "2-18411392-3", "question": "what is the outcome on April 24, 1988?", "sql": "SELECT \"Outcome\" FROM \"2-18411392-3\" WHERE \"Date\" = 'April 24, 1988';"} +{"question_id": 13667, "table_id": "2-18411392-3", "question": "What is the date when the tournament is San Diego and the opponent is Ann Grossman?", "sql": "SELECT \"Date\" FROM \"2-18411392-3\" WHERE \"Tournament\" = 'San Diego' AND \"Opponent\" = 'Ann Grossman';"} +{"question_id": 13668, "table_id": "2-18411392-3", "question": "what is the outcome when the tournament is San Diego and the opponent is Ann Grossman?", "sql": "SELECT \"Outcome\" FROM \"2-18411392-3\" WHERE \"Tournament\" = 'San Diego' AND \"Opponent\" = 'Ann Grossman';"} +{"question_id": 13669, "table_id": "2-18411392-3", "question": "what is the score when the opponent is Ann Grossman?", "sql": "SELECT \"Score\" FROM \"2-18411392-3\" WHERE \"Opponent\" = 'Ann Grossman';"} +{"question_id": 13670, "table_id": "2-18411392-3", "question": "what is the outcome when the tournament is Tokyo?", "sql": "SELECT \"Outcome\" FROM \"2-18411392-3\" WHERE \"Tournament\" = 'Tokyo';"} +{"question_id": 13671, "table_id": "2-18695712-1", "question": "In what Year was the 32nd Ceremony with winner William A. Horning in the Film North by Northwest?", "sql": "SELECT \"Year\" FROM \"2-18695712-1\" WHERE \"Ceremony\" = '32nd' AND \"Name\" = 'William A. Horning' AND \"Film\" = 'North by Northwest';"} +{"question_id": 13672, "table_id": "2-18695712-1", "question": "In what Year was the Film Your National Gallery winner?", "sql": "SELECT \"Year\" FROM \"2-18695712-1\" WHERE \"Film\" = 'Your National Gallery';"} +{"question_id": 13673, "table_id": "2-18695712-1", "question": "What is the Film with winner Jerome Kern in the 19th Ceremony?", "sql": "SELECT \"Film\" FROM \"2-18695712-1\" WHERE \"Ceremony\" = '19th' AND \"Name\" = 'Jerome Kern';"} +{"question_id": 13674, "table_id": "2-18695712-1", "question": "What is the Academy Award for the Film Educating Peter?", "sql": "SELECT \"Academy Award\" FROM \"2-18695712-1\" WHERE \"Film\" = 'Educating Peter';"} +{"question_id": 13675, "table_id": "2-18517591-1", "question": "Which Number of electorates (2009) has 188 Constituents?", "sql": "SELECT \"Number of electorates (2009)\" FROM \"2-18517591-1\" WHERE \"Constituency number\" = '188';"} +{"question_id": 13676, "table_id": "2-18517591-1", "question": "Which Reserved for has a District of Khargone, and a Number of electorates (2009) larger than 151814, and a Name of Kasrawad?", "sql": "SELECT \"Reserved for ( SC / ST /None)\" FROM \"2-18517591-1\" WHERE \"District\" = 'Khargone' AND \"Number of electorates (2009)\" > 151814.0 AND \"Name\" = 'Kasrawad';"} +{"question_id": 13677, "table_id": "2-1875767-2", "question": "Who is the runner(s)-up with a winning score of +4 (74-77-75=226)?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1875767-2\" WHERE \"Winning score\" = '+4 (74-77-75=226)';"} +{"question_id": 13678, "table_id": "2-1875767-2", "question": "Who is the runner(s)-up with a winning score of −5 (72-71-68=211)?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1875767-2\" WHERE \"Winning score\" = '−5 (72-71-68=211)';"} +{"question_id": 13679, "table_id": "2-1875767-2", "question": "What date was there a Playoff on the margin of victory during the Shirley Englehorn Invitational?", "sql": "SELECT \"Date\" FROM \"2-1875767-2\" WHERE \"Margin of victory\" = 'Playoff' AND \"Tournament\" = 'Shirley Englehorn Invitational';"} +{"question_id": 13680, "table_id": "2-1875767-2", "question": "Who is the runner(s)-up for the Lady Carling Open with 3 strokes margin of victory?", "sql": "SELECT \"Runner(s)-up\" FROM \"2-1875767-2\" WHERE \"Margin of victory\" = '3 strokes' AND \"Tournament\" = 'Lady Carling Open';"} +{"question_id": 13681, "table_id": "2-18733279-1", "question": "What is the attendance in a week larter than 4, on December 6, 1992?", "sql": "SELECT \"Attendance\" FROM \"2-18733279-1\" WHERE \"Week\" > 4.0 AND \"Date\" = 'December 6, 1992';"} +{"question_id": 13682, "table_id": "2-18733279-1", "question": "What week has a Date of October 4, 1992?", "sql": "SELECT SUM(\"Week\") FROM \"2-18733279-1\" WHERE \"Date\" = 'October 4, 1992';"} +{"question_id": 13683, "table_id": "2-18733279-1", "question": "What is the date when the result was L 37-3?", "sql": "SELECT \"Date\" FROM \"2-18733279-1\" WHERE \"Result\" = 'L 37-3';"} +{"question_id": 13684, "table_id": "2-18733279-1", "question": "What is the attendance when the opponent was the Houston Oilers?", "sql": "SELECT \"Attendance\" FROM \"2-18733279-1\" WHERE \"Opponent\" = 'Houston Oilers';"} +{"question_id": 13685, "table_id": "2-18569021-6", "question": "Which Lane has a Reaction Time smaller than 0.199, and a Country of United States, and a Name of Muna Lee, and a Time larger than 22.01?", "sql": "SELECT MAX(\"Lane\") FROM \"2-18569021-6\" WHERE \"Reaction Time\" < 0.199 AND \"Country\" = 'United States' AND \"Name\" = 'Muna Lee' AND \"Time\" > 22.01;"} +{"question_id": 13686, "table_id": "2-18569021-6", "question": "How many Lanes have a Country of jamaica, and a Name of kerron stewart, and a Time larger than 22?", "sql": "SELECT SUM(\"Lane\") FROM \"2-18569021-6\" WHERE \"Country\" = 'jamaica' AND \"Name\" = 'kerron stewart' AND \"Time\" > 22.0;"} +{"question_id": 13687, "table_id": "2-18569021-6", "question": "How many Times have a Reaction Time larger than 0.17500000000000002, and a Lane of 3?", "sql": "SELECT COUNT(\"Time\") FROM \"2-18569021-6\" WHERE \"Reaction Time\" > 0.17500000000000002 AND \"Lane\" = 3.0;"} +{"question_id": 13688, "table_id": "2-18569021-6", "question": "Which Lane has a Country of united states, and a Time smaller than 22.01, and a Reaction Time smaller than 0.193?", "sql": "SELECT MIN(\"Lane\") FROM \"2-18569021-6\" WHERE \"Country\" = 'united states' AND \"Time\" < 22.01 AND \"Reaction Time\" < 0.193;"} +{"question_id": 13689, "table_id": "2-18639024-2", "question": "What's the ladder position when team is less than 10 and the Finals qualifications were DNQ?", "sql": "SELECT \"Final Ladder Position\" FROM \"2-18639024-2\" WHERE \"Finals Qualification\" = 'DNQ' AND \"Teams\" < 10.0;"} +{"question_id": 13690, "table_id": "2-18639024-2", "question": "What is the total teams during the 2012-13 season?", "sql": "SELECT SUM(\"Teams\") FROM \"2-18639024-2\" WHERE \"Season\" = '2012-13';"} +{"question_id": 13691, "table_id": "2-18639024-2", "question": "What's the ACL qualification when the minor ladder position is 5th and the finals qualifications were DNQ?", "sql": "SELECT \"ACL Qualification\" FROM \"2-18639024-2\" WHERE \"Finals Qualification\" = 'DNQ' AND \"Minor Ladder Position\" = '5th';"} +{"question_id": 13692, "table_id": "2-18639024-2", "question": "What's the finals qualification during the 2009-10 season?", "sql": "SELECT \"Finals Qualification\" FROM \"2-18639024-2\" WHERE \"Season\" = '2009-10';"} +{"question_id": 13693, "table_id": "2-1894114-1", "question": "Name the the average Lib Dem with Conservative smaller than 0?", "sql": "SELECT AVG(\"Lib Dem\") FROM \"2-1894114-1\" WHERE \"Conservative\" < 0.0;"} +{"question_id": 13694, "table_id": "2-1894114-1", "question": "Name the lowest Green with a Year larger than 2010, and a Labour larger than 29? Question 3", "sql": "SELECT MIN(\"Green\") FROM \"2-1894114-1\" WHERE \"Year\" > 2010.0 AND \"Labour\" > 29.0;"} +{"question_id": 13695, "table_id": "2-1894114-1", "question": "Name the average Independent with a Green larger than 7, and a Conservative smaller than 0?", "sql": "SELECT AVG(\"Independent\") FROM \"2-1894114-1\" WHERE \"Green\" > 7.0 AND \"Conservative\" < 0.0;"} +{"question_id": 13696, "table_id": "2-1894114-1", "question": "Name the highest Labour with Lib Dem larger than 21?", "sql": "SELECT MAX(\"Labour\") FROM \"2-1894114-1\" WHERE \"Lib Dem\" > 21.0;"} +{"question_id": 13697, "table_id": "2-18639024-5", "question": "What's the average that has a total more than 263648, a high of 31564, and ranking of 1st?", "sql": "SELECT SUM(\"Average\") FROM \"2-18639024-5\" WHERE \"League Ranking\" = '1st' AND \"Total\" > 263648.0 AND \"High\" = 31564.0;"} +{"question_id": 13698, "table_id": "2-18639024-5", "question": "What's the total of the 2012-13 season when they're ranked 1st, a high more than 31884 and an average more than 15234?", "sql": "SELECT \"Total\" FROM \"2-18639024-5\" WHERE \"League Ranking\" = '1st' AND \"High\" > 31884.0 AND \"Average\" > 15234.0 AND \"Season\" = '2012-13 season';"} +{"question_id": 13699, "table_id": "2-18797830-2", "question": "What is the score in the final of the tournament with a Clay surface on 18 April 2011?", "sql": "SELECT \"Score in the final\" FROM \"2-18797830-2\" WHERE \"Surface\" = 'Clay' AND \"Date\" = '18 April 2011';"} +{"question_id": 13700, "table_id": "2-18797830-2", "question": "What is the score in the final of the tournament with a Hard surface?", "sql": "SELECT \"Score in the final\" FROM \"2-18797830-2\" WHERE \"Surface\" = 'Hard';"} +{"question_id": 13701, "table_id": "2-18797830-2", "question": "Who is the opponent in the final on 24 November 2008?", "sql": "SELECT \"Opponent in the final\" FROM \"2-18797830-2\" WHERE \"Date\" = '24 November 2008';"} +{"question_id": 13702, "table_id": "2-18752903-1", "question": "What is the Opponent at the game with an Attendance of 64,900 in Week prior to 15 with a Result of L 38-31?", "sql": "SELECT \"Opponent\" FROM \"2-18752903-1\" WHERE \"Week\" < 15.0 AND \"Attendance\" = '64,900' AND \"Result\" = 'L 38-31';"} +{"question_id": 13703, "table_id": "2-18752903-1", "question": "What is the Week of the game with an Attendance of 64,900 and a Result of L 34-13?", "sql": "SELECT MAX(\"Week\") FROM \"2-18752903-1\" WHERE \"Attendance\" = '64,900' AND \"Result\" = 'L 34-13';"} +{"question_id": 13704, "table_id": "2-18752903-1", "question": "What is the Week of the game against Minnesota Vikings?", "sql": "SELECT MAX(\"Week\") FROM \"2-18752903-1\" WHERE \"Opponent\" = 'Minnesota Vikings';"} +{"question_id": 13705, "table_id": "2-18752903-1", "question": "What is the Week of the game against Seattle Seahawks?", "sql": "SELECT AVG(\"Week\") FROM \"2-18752903-1\" WHERE \"Opponent\" = 'Seattle Seahawks';"} +{"question_id": 13706, "table_id": "2-18491733-1", "question": "Which Total Goals have an FA Cup Goals of 0, and an FA Cup Apps of 3, and a Position of FW?", "sql": "SELECT AVG(\"Total Goals\") FROM \"2-18491733-1\" WHERE \"FA Cup Goals\" = 0.0 AND \"FA Cup Apps\" = '3' AND \"Position\" = 'FW';"} +{"question_id": 13707, "table_id": "2-18539006-1", "question": "What year was Caroline Medina Miss Fire (3rd Runner-up)?", "sql": "SELECT AVG(\"Year\") FROM \"2-18539006-1\" WHERE \"Miss Fire (3rd Runner-up)\" = 'Caroline Medina';"} +{"question_id": 13708, "table_id": "2-18539006-1", "question": "Who won Miss Air (1st Runner-up) when Catherine Untalan was Miss Water (2nd Runner-up) earlier than 2007?", "sql": "SELECT \"Miss Air (1st Runner-up)\" FROM \"2-18539006-1\" WHERE \"Year\" < 2007.0 AND \"Miss Water (2nd Runner-up)\" = 'Catherine Untalan';"} +{"question_id": 13709, "table_id": "2-18671813-1", "question": "what is the name when the sr no is less than 74 and floors is more than 36?", "sql": "SELECT \"Name\" FROM \"2-18671813-1\" WHERE \"Sr No\" < 74.0 AND \"Floors\" > 36.0;"} +{"question_id": 13710, "table_id": "2-18671813-1", "question": "how many times is the building type residential and the locale yashodham?", "sql": "SELECT COUNT(\"Sr No\") FROM \"2-18671813-1\" WHERE \"Building Type\" = 'residential' AND \"Locale\" = 'yashodham';"} +{"question_id": 13711, "table_id": "2-18671813-1", "question": "what is the least floors when the building type is Residential and the sr no is 8?", "sql": "SELECT MIN(\"Floors\") FROM \"2-18671813-1\" WHERE \"Building Type\" = 'Residential' AND \"Sr No\" = 8.0;"} +{"question_id": 13712, "table_id": "2-18671813-1", "question": "what is the height when the locale is Nepean Sea Road, floors is more than 30 and sr no is 58?", "sql": "SELECT \"Height\" FROM \"2-18671813-1\" WHERE \"Locale\" = 'Nepean Sea Road' AND \"Floors\" > 30.0 AND \"Sr No\" = 58.0;"} +{"question_id": 13713, "table_id": "2-18671813-1", "question": "what is the name that had 46 floors?", "sql": "SELECT \"Name\" FROM \"2-18671813-1\" WHERE \"Floors\" = 46.0;"} +{"question_id": 13714, "table_id": "2-18639024-10", "question": "Which player from A-League 39 (110) has the highest games per goal?", "sql": "SELECT MAX(\"Games per goal\") FROM \"2-18639024-10\" WHERE \"A-League\" = '39 (110)';"} +{"question_id": 13715, "table_id": "2-18639024-10", "question": "What player had a finals score of 0 (10)?", "sql": "SELECT \"Name\" FROM \"2-18639024-10\" WHERE \"Finals\" = '0 (10)';"} +{"question_id": 13716, "table_id": "2-18639024-10", "question": "Which player has a total of 8 (24)?", "sql": "SELECT \"Name\" FROM \"2-18639024-10\" WHERE \"Total\" = '8 (24)';"} +{"question_id": 13717, "table_id": "2-18769869-2", "question": "What's the week when the result was w 38-24 and attendance was less than 43449?", "sql": "SELECT SUM(\"Week\") FROM \"2-18769869-2\" WHERE \"Result\" = 'w 38-24' AND \"Attendance\" < 43449.0;"} +{"question_id": 13718, "table_id": "2-18769869-2", "question": "What's the week when the green bay packers were the opponent and less than 57966 were in attendance?", "sql": "SELECT COUNT(\"Week\") FROM \"2-18769869-2\" WHERE \"Attendance\" < 57966.0 AND \"Opponent\" = 'green bay packers';"} +{"question_id": 13719, "table_id": "2-184978-1", "question": "Does it need neutral wire when the power line and open source are no?", "sql": "SELECT \"Needs Neutral Wire?\" FROM \"2-184978-1\" WHERE \"Power Line\" = 'no' AND \"Open Source?\" = 'no';"} +{"question_id": 13720, "table_id": "2-184978-1", "question": "Does Zigbee need neutral wire when the open source is yes?", "sql": "SELECT \"Needs Neutral Wire?\" FROM \"2-184978-1\" WHERE \"Open Source?\" = 'yes' AND \"Protocol\" = 'Zigbee';"} +{"question_id": 13721, "table_id": "2-184978-1", "question": "What's the open source of X10 that no neutral wire needed?", "sql": "SELECT \"Open Source?\" FROM \"2-184978-1\" WHERE \"Needs Neutral Wire?\" = 'no' AND \"Protocol\" = 'X10';"} +{"question_id": 13722, "table_id": "2-18783042-2", "question": "What round had a time of 0:39?", "sql": "SELECT MIN(\"Round\") FROM \"2-18783042-2\" WHERE \"Time\" = '0:39';"} +{"question_id": 13723, "table_id": "2-18385965-2", "question": "What was the location of the competition with a Rank-Final of 1st and a Score-Qualifying under 28.975?", "sql": "SELECT \"Location\" FROM \"2-18385965-2\" WHERE \"Rank-Final\" = '1st' AND \"Score-Qualifying\" < 28.975;"} +{"question_id": 13724, "table_id": "2-18385965-2", "question": "What competition had a Rank-Qualifying of 1st and a Ball apparatus?", "sql": "SELECT \"Competition Description\" FROM \"2-18385965-2\" WHERE \"Rank-Qualifying\" = '1st' AND \"Apparatus\" = 'Ball';"} +{"question_id": 13725, "table_id": "2-18670594-1", "question": "What is the date for the ship Afrika, with nationality Great Britain?", "sql": "SELECT \"Date\" FROM \"2-18670594-1\" WHERE \"Nationality\" = 'Great Britain' AND \"Ship\" = 'Afrika';"} +{"question_id": 13726, "table_id": "2-18670594-1", "question": "What is the highest tonnage for a ship from Great Britain named Newton Ash?", "sql": "SELECT MAX(\"Tonnage\") FROM \"2-18670594-1\" WHERE \"Nationality\" = 'Great Britain' AND \"Ship\" = 'Newton Ash';"} +{"question_id": 13727, "table_id": "2-18670594-1", "question": "What was the nationality of the ship named Toward?", "sql": "SELECT \"Nationality\" FROM \"2-18670594-1\" WHERE \"Ship\" = 'Toward';"} +{"question_id": 13728, "table_id": "2-18670594-1", "question": "What was the nationality of the Sunk ship named Rinos?", "sql": "SELECT \"Nationality\" FROM \"2-18670594-1\" WHERE \"Fate\" = 'Sunk' AND \"Ship\" = 'Rinos';"} +{"question_id": 13729, "table_id": "2-18986934-10", "question": "What is the Comp of the Shooter with a Score of 489.5?", "sql": "SELECT \"Comp\" FROM \"2-18986934-10\" WHERE \"Score\" = '489.5';"} +{"question_id": 13730, "table_id": "2-18986934-10", "question": "What is the Date of Shooter New targets from 1989's record?", "sql": "SELECT \"Date\" FROM \"2-18986934-10\" WHERE \"Shooter\" = 'New targets from 1989';"} +{"question_id": 13731, "table_id": "2-18427769-1", "question": "With the title \"Memories by Moonlight\", and a less than 39 number in season, and a greater than 66 number in series, who was the written by?", "sql": "SELECT \"Written by\" FROM \"2-18427769-1\" WHERE \"No. in series\" > 66.0 AND \"No. in season\" < 39.0 AND \"Title\" = '\"Memories by Moonlight\"';"} +{"question_id": 13732, "table_id": "2-18427769-1", "question": "Who directed the episode that was greater than 74 in the series, and had \"Life Class\" as the title?", "sql": "SELECT \"Directed by\" FROM \"2-18427769-1\" WHERE \"No. in series\" > 74.0 AND \"Title\" = '\"Life Class\"';"} +{"question_id": 13733, "table_id": "2-18894139-4", "question": "What is the average total value for Spain?", "sql": "SELECT AVG(\"Total\") FROM \"2-18894139-4\" WHERE \"Nation\" = 'Spain';"} +{"question_id": 13734, "table_id": "2-18894139-4", "question": "What is the sum of silvers for countries in rank 8 with totals over 3?", "sql": "SELECT SUM(\"Silver\") FROM \"2-18894139-4\" WHERE \"Rank\" = '8' AND \"Total\" > 3.0;"} +{"question_id": 13735, "table_id": "2-18894139-4", "question": "What is the average total for countries with under 3 golds and 0 silvers?", "sql": "SELECT AVG(\"Total\") FROM \"2-18894139-4\" WHERE \"Gold\" < 3.0 AND \"Silver\" < 0.0;"} +{"question_id": 13736, "table_id": "2-18638934-4", "question": "What is the Studio of the Film directed by Paul Greengrass?", "sql": "SELECT \"Studio(s)\" FROM \"2-18638934-4\" WHERE \"Director\" = 'Paul Greengrass';"} +{"question_id": 13737, "table_id": "2-18638934-4", "question": "Who was the Director of Kung Fu Panda 2?", "sql": "SELECT \"Director\" FROM \"2-18638934-4\" WHERE \"Title\" = 'Kung Fu Panda 2';"} +{"question_id": 13738, "table_id": "2-18638934-4", "question": "What is Year is Walt Disney Pictures ImageMovers Digital?", "sql": "SELECT SUM(\"Year\") FROM \"2-18638934-4\" WHERE \"Studio(s)\" = 'Walt Disney Pictures ImageMovers Digital';"} +{"question_id": 13739, "table_id": "2-18638934-4", "question": "What is the Year of Rio?", "sql": "SELECT \"Year\" FROM \"2-18638934-4\" WHERE \"Title\" = 'Rio';"} +{"question_id": 13740, "table_id": "2-18812411-4", "question": "What is the Total of Player Craig Stadler?", "sql": "SELECT AVG(\"Total\") FROM \"2-18812411-4\" WHERE \"Player\" = 'Craig Stadler';"} +{"question_id": 13741, "table_id": "2-18812411-4", "question": "What is the Total of the Player who won in 1998?", "sql": "SELECT MAX(\"Total\") FROM \"2-18812411-4\" WHERE \"Year(s) won\" = '1998';"} +{"question_id": 13742, "table_id": "2-18812411-4", "question": "What is the Total of the Player who won in 1979 with a To par of less than 11?", "sql": "SELECT MAX(\"Total\") FROM \"2-18812411-4\" WHERE \"Year(s) won\" = '1979' AND \"To par\" < 11.0;"} +{"question_id": 13743, "table_id": "2-18625276-4", "question": "What lane did bronte barratt, who had a rank larger than 4, swim in?", "sql": "SELECT AVG(\"Lane\") FROM \"2-18625276-4\" WHERE \"Name\" = 'bronte barratt' AND \"Rank\" > 4.0;"} +{"question_id": 13744, "table_id": "2-18625276-4", "question": "In which lane did the swimmer with a time of 1:58.44 swim?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-18625276-4\" WHERE \"Time\" = '1:58.44';"} +{"question_id": 13745, "table_id": "2-18625276-4", "question": "In which lane did the swimmer with a time of 1:57.01 and a rank smaller than 6 swim?", "sql": "SELECT SUM(\"Lane\") FROM \"2-18625276-4\" WHERE \"Rank\" < 6.0 AND \"Time\" = '1:57.01';"} +{"question_id": 13746, "table_id": "2-19005873-2", "question": "What is the result of round 4?", "sql": "SELECT \"Result\" FROM \"2-19005873-2\" WHERE \"Round\" = 4.0;"} +{"question_id": 13747, "table_id": "2-19005873-2", "question": "What venue was round 20 held at?", "sql": "SELECT \"Venue\" FROM \"2-19005873-2\" WHERE \"Round\" = 20.0;"} +{"question_id": 13748, "table_id": "2-19005873-2", "question": "What is the report for round 9?", "sql": "SELECT \"Report\" FROM \"2-19005873-2\" WHERE \"Round\" = 9.0;"} +{"question_id": 13749, "table_id": "2-18912995-6", "question": "What is the highest rank of an athlete from Switzerland in a heat larger than 3?", "sql": "SELECT MAX(\"Rank\") FROM \"2-18912995-6\" WHERE \"Heat\" > 3.0 AND \"Nationality\" = 'Switzerland';"} +{"question_id": 13750, "table_id": "2-1893924-2", "question": "What were the goals for the player whose years at club were 1908–1911, 1913–1919?", "sql": "SELECT \"Goals\" FROM \"2-1893924-2\" WHERE \"Years at club\" = '1908–1911, 1913–1919';"} +{"question_id": 13751, "table_id": "2-1893924-2", "question": "What are the most goals listed when jack trehey was the player, with the listed debut year of 1902, games less than 1?", "sql": "SELECT MAX(\"Goals\") FROM \"2-1893924-2\" WHERE \"Debut year\" = 1902.0 AND \"Player\" = 'jack trehey' AND \"Games\" < 1.0;"} +{"question_id": 13752, "table_id": "2-1893924-2", "question": "For player Wally Johnson, with goals larger than 0, the debut year later than 1904, and games greater than 136, what were the years at club?", "sql": "SELECT \"Years at club\" FROM \"2-1893924-2\" WHERE \"Goals\" > 0.0 AND \"Debut year\" > 1904.0 AND \"Games\" > 136.0 AND \"Player\" = 'Wally Johnson';"} +{"question_id": 13753, "table_id": "2-1893924-2", "question": "What is the highest debut year for player joe youlden, with goals larger than 0?", "sql": "SELECT MAX(\"Debut year\") FROM \"2-1893924-2\" WHERE \"Player\" = 'joe youlden' AND \"Goals\" > 0.0;"} +{"question_id": 13754, "table_id": "2-1893924-2", "question": "What is the lowest goals listed for player sid o'neill, with Games larger than 1?", "sql": "SELECT MIN(\"Goals\") FROM \"2-1893924-2\" WHERE \"Player\" = 'sid o''neill' AND \"Games\" > 1.0;"} +{"question_id": 13755, "table_id": "2-18986934-7", "question": "What's the date the score was 379?", "sql": "SELECT \"Date\" FROM \"2-18986934-7\" WHERE \"Score\" = '379';"} +{"question_id": 13756, "table_id": "2-18986934-7", "question": "What's the comp when the score was 393?", "sql": "SELECT \"Comp\" FROM \"2-18986934-7\" WHERE \"Score\" = '393';"} +{"question_id": 13757, "table_id": "2-18603914-6", "question": "What average total has 41.241 (3) as the 1st run?", "sql": "SELECT AVG(\"Total\") FROM \"2-18603914-6\" WHERE \"1st run\" = '41.241 (3)';"} +{"question_id": 13758, "table_id": "2-18603914-6", "question": "How many totals have 38.023 (6) as the 3rd run?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18603914-6\" WHERE \"3rd run\" = '38.023 (6)';"} +{"question_id": 13759, "table_id": "2-18603914-6", "question": "What name has a rank less than 3, with 36.076 (1) as the 3rd run?", "sql": "SELECT \"Name\" FROM \"2-18603914-6\" WHERE \"Rank\" < 3.0 AND \"3rd run\" = '36.076 (1)';"} +{"question_id": 13760, "table_id": "2-19000658-1", "question": "Which College/junior/club team has a Round of 4?", "sql": "SELECT \"College/junior/club team\" FROM \"2-19000658-1\" WHERE \"Round\" = 4.0;"} +{"question_id": 13761, "table_id": "2-18581415-1", "question": "What is the Population 1961 of west sussex with a Population of 120952 or less?", "sql": "SELECT SUM(\"Population 1961\") FROM \"2-18581415-1\" WHERE \"Administrative County\" = 'west sussex' AND \"Population 1891\" < 120952.0;"} +{"question_id": 13762, "table_id": "2-18581415-1", "question": "What is the Population n1891 of the County with Sleaford Headquarters?", "sql": "SELECT MAX(\"Population 1891\") FROM \"2-18581415-1\" WHERE \"Headquarters\" = 'Sleaford';"} +{"question_id": 13763, "table_id": "2-18709882-2", "question": "What's the mascot in Anderson for the independent previous conference?", "sql": "SELECT \"Mascot\" FROM \"2-18709882-2\" WHERE \"Previous Conference\" = 'independent' AND \"Location\" = 'Anderson';"} +{"question_id": 13764, "table_id": "2-18709882-2", "question": "What's the location for the Spartans?", "sql": "SELECT \"Location\" FROM \"2-18709882-2\" WHERE \"Mascot\" = 'Spartans';"} +{"question_id": 13765, "table_id": "2-18709882-2", "question": "What's the mascot in Huntington after the year 2000?", "sql": "SELECT \"Mascot\" FROM \"2-18709882-2\" WHERE \"Year Left\" > 2000.0 AND \"Location\" = 'Huntington';"} +{"question_id": 13766, "table_id": "2-1897000-1", "question": "How many Spectators have a Date of 17 june 2006, and a Time (CET) larger than 15?", "sql": "SELECT SUM(\"Spectators\") FROM \"2-1897000-1\" WHERE \"Date\" = '17 june 2006' AND \"Time (CET)\" > 15.0;"} +{"question_id": 13767, "table_id": "2-18491777-2", "question": "What is the total number of cuts made when the top-25 is more than 0, and top-5 is more than 1?", "sql": "SELECT COUNT(\"Cuts made\") FROM \"2-18491777-2\" WHERE \"Top-25\" > 0.0 AND \"Top-5\" > 1.0;"} +{"question_id": 13768, "table_id": "2-18491777-2", "question": "What is the total number of cuts made when the events are more than 3?", "sql": "SELECT COUNT(\"Cuts made\") FROM \"2-18491777-2\" WHERE \"Events\" > 3.0;"} +{"question_id": 13769, "table_id": "2-18539834-3", "question": "What episodes had the title ロト6で3億2千万円当てた男 in Japanese?", "sql": "SELECT \"Episodes\" FROM \"2-18539834-3\" WHERE \"Japanese Title\" = 'ロト6で3億2千万円当てた男';"} +{"question_id": 13770, "table_id": "2-18539834-3", "question": "What Japanese title had average ratings at 9.1%?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539834-3\" WHERE \"Average Ratings\" = '9.1%';"} +{"question_id": 13771, "table_id": "2-18539834-3", "question": "Which TV station had a Romaji Title Maou?", "sql": "SELECT \"TV Station\" FROM \"2-18539834-3\" WHERE \"Romaji Title\" = 'Maou';"} +{"question_id": 13772, "table_id": "2-18539834-3", "question": "What Japanese title had average ratings of 9.2% on the NHK station?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539834-3\" WHERE \"Average Ratings\" = '9.2%' AND \"TV Station\" = 'NHK';"} +{"question_id": 13773, "table_id": "2-18539834-3", "question": "What Japanese show on NHK had average ratings of 9.2%?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539834-3\" WHERE \"TV Station\" = 'NHK' AND \"Average Ratings\" = '9.2%';"} +{"question_id": 13774, "table_id": "2-18713505-1", "question": "What is the 1st leg when team 2 is ASIL Lysi?", "sql": "SELECT \"1st leg\" FROM \"2-18713505-1\" WHERE \"Team 2\" = 'ASIL Lysi';"} +{"question_id": 13775, "table_id": "2-18713505-1", "question": "What is the 2nd leg when Ermis Aradippou is the first team?", "sql": "SELECT \"2nd leg\" FROM \"2-18713505-1\" WHERE \"Team 1\" = 'Ermis Aradippou';"} +{"question_id": 13776, "table_id": "2-18929648-4", "question": "What is the average number of gold medals won among the nations that won more than 1 bronze?", "sql": "SELECT AVG(\"Gold\") FROM \"2-18929648-4\" WHERE \"Bronze\" > 1.0;"} +{"question_id": 13777, "table_id": "2-18929648-4", "question": "What is the average number of bronze medals won among nations that won at least 1 medal and are not ranked 1st?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-18929648-4\" WHERE \"Total\" > 1.0 AND \"Rank\" > 1.0;"} +{"question_id": 13778, "table_id": "2-18929648-4", "question": "What is the least number of gold medals won among nations ranked 1 with no silver medals?", "sql": "SELECT MIN(\"Gold\") FROM \"2-18929648-4\" WHERE \"Rank\" = 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 13779, "table_id": "2-18662643-8", "question": "Which athlete represented the country of Egypt?", "sql": "SELECT \"Athlete\" FROM \"2-18662643-8\" WHERE \"Country\" = 'Egypt';"} +{"question_id": 13780, "table_id": "2-18662643-8", "question": "What rank did rower have with the time of 6:52.74?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18662643-8\" WHERE \"Time\" = '6:52.74';"} +{"question_id": 13781, "table_id": "2-18662643-8", "question": "What were the notes for the player who finished with a rank smaller than 2?", "sql": "SELECT \"Notes\" FROM \"2-18662643-8\" WHERE \"Rank\" < 2.0;"} +{"question_id": 13782, "table_id": "2-18759150-1", "question": "What is the highest week that has Carolina Panthers as the opponent?", "sql": "SELECT MAX(\"Week\") FROM \"2-18759150-1\" WHERE \"Opponent\" = 'Carolina Panthers';"} +{"question_id": 13783, "table_id": "2-18759150-1", "question": "Which opponent has September 14, 2003 as the date?", "sql": "SELECT \"Opponent\" FROM \"2-18759150-1\" WHERE \"Date\" = 'September 14, 2003';"} +{"question_id": 13784, "table_id": "2-18759150-1", "question": "What is the highest week that has September 14, 2003 as the date?", "sql": "SELECT MAX(\"Week\") FROM \"2-18759150-1\" WHERE \"Date\" = 'September 14, 2003';"} +{"question_id": 13785, "table_id": "2-18759150-1", "question": "What is the lowest week that has November 30, 2003 as the date?", "sql": "SELECT MIN(\"Week\") FROM \"2-18759150-1\" WHERE \"Date\" = 'November 30, 2003';"} +{"question_id": 13786, "table_id": "2-18463855-1", "question": "Which League Goals have FA Cup Apps of 2, and Total Goals smaller than 0?", "sql": "SELECT AVG(\"League Goals\") FROM \"2-18463855-1\" WHERE \"FA Cup Apps\" = '2' AND \"Total Goals\" < 0.0;"} +{"question_id": 13787, "table_id": "2-18463855-1", "question": "How many League Cup Goals have Total Apps of 36, and Total Goals smaller than 1?", "sql": "SELECT COUNT(\"League Cup Goals\") FROM \"2-18463855-1\" WHERE \"Total Apps\" = '36' AND \"Total Goals\" < 1.0;"} +{"question_id": 13788, "table_id": "2-18463855-1", "question": "Which position has 5 total apps?", "sql": "SELECT \"Position\" FROM \"2-18463855-1\" WHERE \"Total Apps\" = '5';"} +{"question_id": 13789, "table_id": "2-189598-8", "question": "What is the population density (per km) that has -6.7 as the change (%)?", "sql": "SELECT \"Population density (per km²)\" FROM \"2-189598-8\" WHERE \"Change (%)\" = '-6.7';"} +{"question_id": 13790, "table_id": "2-189598-8", "question": "What population density (per km) that has 84 as the population (2006)?", "sql": "SELECT \"Population density (per km²)\" FROM \"2-189598-8\" WHERE \"Population (2006)\" = '84';"} +{"question_id": 13791, "table_id": "2-18823880-6", "question": "Name the socket of sSpec number of SR0PK(E1)?", "sql": "SELECT \"Socket\" FROM \"2-18823880-6\" WHERE \"sSpec number\" = 'SR0PK(E1)';"} +{"question_id": 13792, "table_id": "2-18823880-6", "question": "Which Release date has a sSpec number of SR0PK(E1)?", "sql": "SELECT \"Release date\" FROM \"2-18823880-6\" WHERE \"sSpec number\" = 'SR0PK(E1)';"} +{"question_id": 13793, "table_id": "2-18823880-6", "question": "Which Part number(s) has a Model number of Core i7-3770?", "sql": "SELECT \"Part number(s)\" FROM \"2-18823880-6\" WHERE \"Model number\" = 'Core i7-3770';"} +{"question_id": 13794, "table_id": "2-18823880-6", "question": "Which Part number(s) has a L3 cache of 8 MB and a sSpec number of SR0PL(E1)?", "sql": "SELECT \"Part number(s)\" FROM \"2-18823880-6\" WHERE \"L3 cache\" = '8 MB' AND \"sSpec number\" = 'SR0PL(E1)';"} +{"question_id": 13795, "table_id": "2-18823880-6", "question": "Which Release price (USD ) has a GPU frequency of 650–1150 MHz and a sSpec number of SR0PQ(E1)?", "sql": "SELECT \"Release price ( USD )\" FROM \"2-18823880-6\" WHERE \"GPU frequency\" = '650–1150 MHz' AND \"sSpec number\" = 'SR0PQ(E1)';"} +{"question_id": 13796, "table_id": "2-18823880-6", "question": "Which Release price (USD ) that has a Release date on April 2012 and a Part number(s) of CM8063701211900BX80637I73770S?", "sql": "SELECT \"Release price ( USD )\" FROM \"2-18823880-6\" WHERE \"Release date\" = 'April 2012' AND \"Part number(s)\" = 'CM8063701211900BX80637I73770S';"} +{"question_id": 13797, "table_id": "2-1851722-47", "question": "When the genre is Fighting what is the game?", "sql": "SELECT \"Game\" FROM \"2-1851722-47\" WHERE \"Genre\" = 'Fighting';"} +{"question_id": 13798, "table_id": "2-1851722-47", "question": "What game has a platform(s) of PlayStation 3, when the genre is Platform game?", "sql": "SELECT \"Game\" FROM \"2-1851722-47\" WHERE \"Platform(s)\" = 'PlayStation 3' AND \"Genre\" = 'Platform game';"} +{"question_id": 13799, "table_id": "2-1851722-47", "question": "What is the platform(s) for the year 2006 (10th)?", "sql": "SELECT \"Platform(s)\" FROM \"2-1851722-47\" WHERE \"Year\" = '2006 (10th)';"} +{"question_id": 13800, "table_id": "2-1851722-47", "question": "What is the genre for the year 2012 (16th)?", "sql": "SELECT \"Genre\" FROM \"2-1851722-47\" WHERE \"Year\" = '2012 (16th)';"} +{"question_id": 13801, "table_id": "2-1851722-47", "question": "What year has a genre the Platform game?", "sql": "SELECT \"Year\" FROM \"2-1851722-47\" WHERE \"Genre\" = 'Platform game';"} +{"question_id": 13802, "table_id": "2-1851722-47", "question": "What genre has the game God of War?", "sql": "SELECT \"Genre\" FROM \"2-1851722-47\" WHERE \"Game\" = 'God of War';"} +{"question_id": 13803, "table_id": "2-18811891-5", "question": "What is the score for Lucas Glover of the United States?", "sql": "SELECT \"Score\" FROM \"2-18811891-5\" WHERE \"Country\" = 'United States' AND \"Player\" = 'Lucas Glover';"} +{"question_id": 13804, "table_id": "2-18811891-5", "question": "What is the score for Todd Hamilton?", "sql": "SELECT \"Score\" FROM \"2-18811891-5\" WHERE \"Player\" = 'Todd Hamilton';"} +{"question_id": 13805, "table_id": "2-18811891-5", "question": "What player has a To par of –2, and a Score of 73-65=138?", "sql": "SELECT \"Player\" FROM \"2-18811891-5\" WHERE \"To par\" = '–2' AND \"Score\" = '73-65=138';"} +{"question_id": 13806, "table_id": "2-18811891-5", "question": "What is the score of Nick Taylor (a)?", "sql": "SELECT \"Score\" FROM \"2-18811891-5\" WHERE \"Player\" = 'Nick Taylor (a)';"} +{"question_id": 13807, "table_id": "2-18811891-5", "question": "What is the place of the person with a score of 67-70=137?", "sql": "SELECT \"Place\" FROM \"2-18811891-5\" WHERE \"Score\" = '67-70=137';"} +{"question_id": 13808, "table_id": "2-18722758-1", "question": "What school is in the Missouri Synod school corporation?", "sql": "SELECT \"School\" FROM \"2-18722758-1\" WHERE \"School Corp.\" = 'Missouri Synod';"} +{"question_id": 13809, "table_id": "2-18722758-1", "question": "What school corporation has a mascot of Bruins and joined in 1971?", "sql": "SELECT \"School Corp.\" FROM \"2-18722758-1\" WHERE \"Year Joined\" = '1971' AND \"Mascot\" = 'Bruins';"} +{"question_id": 13810, "table_id": "2-18722758-1", "question": "What is Bishop Luers IHSAA class in football?", "sql": "SELECT \"IHSAA Class (Football)\" FROM \"2-18722758-1\" WHERE \"School\" = 'Bishop Luers';"} +{"question_id": 13811, "table_id": "2-18722758-1", "question": "What IHSAA football class do the Generals play in?", "sql": "SELECT \"IHSAA Class (Football)\" FROM \"2-18722758-1\" WHERE \"Mascot\" = 'Generals';"} +{"question_id": 13812, "table_id": "2-18760579-1", "question": "what is the attendance on December 14, 2003?", "sql": "SELECT \"Attendance\" FROM \"2-18760579-1\" WHERE \"Date\" = 'December 14, 2003';"} +{"question_id": 13813, "table_id": "2-18760579-1", "question": "what is the attendance when the week is 5?", "sql": "SELECT \"Attendance\" FROM \"2-18760579-1\" WHERE \"Week\" = 5.0;"} +{"question_id": 13814, "table_id": "2-18760579-1", "question": "what is the attendance on October 19, 2003?", "sql": "SELECT \"Attendance\" FROM \"2-18760579-1\" WHERE \"Date\" = 'October 19, 2003';"} +{"question_id": 13815, "table_id": "2-18625553-5", "question": "What rank was the swimmer in lane 4?", "sql": "SELECT \"Rank\" FROM \"2-18625553-5\" WHERE \"Lane\" = 4.0;"} +{"question_id": 13816, "table_id": "2-18625553-5", "question": "What is the highest lane for the Poland swimmer who ranked under 6?", "sql": "SELECT MAX(\"Lane\") FROM \"2-18625553-5\" WHERE \"Rank\" < 6.0 AND \"Nationality\" = 'Poland';"} +{"question_id": 13817, "table_id": "2-189297-1", "question": "What is the CPU speed(s) of the New Plus type hardware?", "sql": "SELECT \"CPU speed\" FROM \"2-189297-1\" WHERE \"Type\" = 'New Plus';"} +{"question_id": 13818, "table_id": "2-189297-1", "question": "Which CPU chip(s) is used in the Classic type hardware?", "sql": "SELECT \"CPU chip\" FROM \"2-189297-1\" WHERE \"Type\" = 'Classic';"} +{"question_id": 13819, "table_id": "2-189297-1", "question": "What is the type of the RCA RW-2110, which has 2 MB of storage and a V.90 modem?", "sql": "SELECT \"Type\" FROM \"2-189297-1\" WHERE \"Modem\" = 'V.90' AND \"Storage\" = '2 MB' AND \"Brand\" = 'RCA' AND \"Model\" = 'RW-2110';"} +{"question_id": 13820, "table_id": "2-189297-1", "question": "What is the CPU chip in the Dishplayer 7100, which is a DISH tuner with a V.90 modem?", "sql": "SELECT \"CPU chip\" FROM \"2-189297-1\" WHERE \"Modem\" = 'V.90' AND \"Type\" = 'DISH tuner' AND \"Model\" = 'Dishplayer 7100';"} +{"question_id": 13821, "table_id": "2-189297-1", "question": "What brand is the RW-2100 model?", "sql": "SELECT \"Brand\" FROM \"2-189297-1\" WHERE \"Model\" = 'RW-2100';"} +{"question_id": 13822, "table_id": "2-18993668-1", "question": "What's the highest Date listed that has U-boats destroyed (Pola) of 1?", "sql": "SELECT MAX(\"Date\") FROM \"2-18993668-1\" WHERE \"U-boats destroyed (Pola)\" = '1';"} +{"question_id": 13823, "table_id": "2-18993668-1", "question": "What is the listed Tonnage that has U-boats destroyed (KuK) of 2 and Ships sunk (Pola) of (not recorded)?", "sql": "SELECT \"Tonnage\" FROM \"2-18993668-1\" WHERE \"U-boats destroyed (KuK)\" = '2' AND \"Ships sunk (Pola)\" = '(not recorded)';"} +{"question_id": 13824, "table_id": "2-18993668-1", "question": "What is the listed Tonnage for the Date of 1914?", "sql": "SELECT \"Tonnage\" FROM \"2-18993668-1\" WHERE \"Date\" = 1914.0;"} +{"question_id": 13825, "table_id": "2-18993668-1", "question": "What is listed as the average Date that has U-boats destroyed (KuK) of 2 with Tonnage of 1,514,050?", "sql": "SELECT AVG(\"Date\") FROM \"2-18993668-1\" WHERE \"U-boats destroyed (KuK)\" = '2' AND \"Tonnage\" = '1,514,050';"} +{"question_id": 13826, "table_id": "2-18946749-4", "question": "Which Prominence (m) has a Rank of 10, and a Col (m) smaller than 50?", "sql": "SELECT MIN(\"Prominence (m)\") FROM \"2-18946749-4\" WHERE \"Rank\" = 10.0 AND \"Col (m)\" < 50.0;"} +{"question_id": 13827, "table_id": "2-18946749-4", "question": "Which Rank has a Prominence (m) of 1798, and a Col (m) larger than 810?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18946749-4\" WHERE \"Prominence (m)\" = 1798.0 AND \"Col (m)\" > 810.0;"} +{"question_id": 13828, "table_id": "2-18946749-4", "question": "How much Prominence (m) has an Elevation (m) of 2797, and a Col (m) smaller than 0?", "sql": "SELECT SUM(\"Prominence (m)\") FROM \"2-18946749-4\" WHERE \"Elevation (m)\" = 2797.0 AND \"Col (m)\" < 0.0;"} +{"question_id": 13829, "table_id": "2-18946749-4", "question": "How much Elevation (m) has a Col (m) smaller than 562, and a Rank of 10, and a Prominence (m) larger than 1598?", "sql": "SELECT COUNT(\"Elevation (m)\") FROM \"2-18946749-4\" WHERE \"Col (m)\" < 562.0 AND \"Rank\" = 10.0 AND \"Prominence (m)\" > 1598.0;"} +{"question_id": 13830, "table_id": "2-18946749-4", "question": "Which Rank has a Col (m) of 0, and a Peak of aoraki/mount cook, and a Prominence (m) larger than 3755?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18946749-4\" WHERE \"Col (m)\" = 0.0 AND \"Peak\" = 'aoraki/mount cook' AND \"Prominence (m)\" > 3755.0;"} +{"question_id": 13831, "table_id": "2-18792952-1", "question": "In which city was The Night of the Living Duck released?", "sql": "SELECT \"City\" FROM \"2-18792952-1\" WHERE \"Title\" = 'The Night of the Living Duck';"} +{"question_id": 13832, "table_id": "2-18792952-1", "question": "On what title was Stephen Fossatti the director of?", "sql": "SELECT \"Title\" FROM \"2-18792952-1\" WHERE \"Director\" = 'Stephen Fossatti';"} +{"question_id": 13833, "table_id": "2-19007049-1", "question": "Which Year has Notes of 87.17 m?", "sql": "SELECT \"Year\" FROM \"2-19007049-1\" WHERE \"Notes\" = '87.17 m';"} +{"question_id": 13834, "table_id": "2-19007049-1", "question": "Which Position has Notes of 68.76 m?", "sql": "SELECT \"Position\" FROM \"2-19007049-1\" WHERE \"Notes\" = '68.76 m';"} +{"question_id": 13835, "table_id": "2-19007049-1", "question": "Which Notes have a Year of 2002?", "sql": "SELECT \"Notes\" FROM \"2-19007049-1\" WHERE \"Year\" = 2002.0;"} +{"question_id": 13836, "table_id": "2-18403421-2", "question": "Which nation had 3 bronze?", "sql": "SELECT \"Nation\" FROM \"2-18403421-2\" WHERE \"Bronze\" = 3.0;"} +{"question_id": 13837, "table_id": "2-18823880-4", "question": "what is the sspec number when the socket is standard power?", "sql": "SELECT \"sSpec number\" FROM \"2-18823880-4\" WHERE \"Socket\" = 'standard power';"} +{"question_id": 13838, "table_id": "2-18823880-4", "question": "what is the gpu model when the frequency is 3.4 GHz and the sspec number is SR00B(D2)?", "sql": "SELECT \"GPU model\" FROM \"2-18823880-4\" WHERE \"Frequency\" = '3.4 GHz' AND \"sSpec number\" = 'SR00B(D2)';"} +{"question_id": 13839, "table_id": "2-18823880-4", "question": "what is the turbo when the part number is CM8062300834302BX80623I72600BXC80623I72600?", "sql": "SELECT \"Turbo\" FROM \"2-18823880-4\" WHERE \"Part number(s)\" = 'CM8062300834302BX80623I72600BXC80623I72600';"} +{"question_id": 13840, "table_id": "2-18823880-4", "question": "what is the turbo when the cores is standard power?", "sql": "SELECT \"Turbo\" FROM \"2-18823880-4\" WHERE \"Cores\" = 'standard power';"} +{"question_id": 13841, "table_id": "2-18823880-4", "question": "what is the part number when the release date is January 2011, the frequency is 3.4 GHz and the release price (usd) is $317?", "sql": "SELECT \"Part number(s)\" FROM \"2-18823880-4\" WHERE \"Release date\" = 'January 2011' AND \"Frequency\" = '3.4 GHz' AND \"Release price ( USD )\" = '$317';"} +{"question_id": 13842, "table_id": "2-18823880-4", "question": "what is the part number that has a turbo of low power?", "sql": "SELECT \"Part number(s)\" FROM \"2-18823880-4\" WHERE \"Turbo\" = 'low power';"} +{"question_id": 13843, "table_id": "2-18573392-1", "question": "What is the place of birth when the elevator is Nicholas IV, and elector is Napoleone Orsini Frangipani?", "sql": "SELECT \"Place of birth\" FROM \"2-18573392-1\" WHERE \"Elevator\" = 'Nicholas IV' AND \"Elector\" = 'Napoleone Orsini Frangipani';"} +{"question_id": 13844, "table_id": "2-18573392-1", "question": "What is the elevator when the elector is Pietro Colonna?", "sql": "SELECT \"Elevator\" FROM \"2-18573392-1\" WHERE \"Elector\" = 'Pietro Colonna';"} +{"question_id": 13845, "table_id": "2-18573392-1", "question": "What is the elevator when elevated is May 16, 1288, and cardinalatial title shows Deacon of S. Adriano?", "sql": "SELECT \"Elevator\" FROM \"2-18573392-1\" WHERE \"Elevated\" = 'May 16, 1288' AND \"Cardinalatial title\" = 'Deacon of S. Adriano';"} +{"question_id": 13846, "table_id": "2-18573392-1", "question": "What is the cardinalatial title when the elevated is September 18, 1294, and elector is Bérard de Got?", "sql": "SELECT \"Cardinalatial title\" FROM \"2-18573392-1\" WHERE \"Elevated\" = 'September 18, 1294' AND \"Elector\" = 'Bérard de Got';"} +{"question_id": 13847, "table_id": "2-18573392-1", "question": "What is the place of birth when elevated is May 16, 1288, and cardinalatial title is Deacon of S. Eustachio?", "sql": "SELECT \"Place of birth\" FROM \"2-18573392-1\" WHERE \"Elevated\" = 'May 16, 1288' AND \"Cardinalatial title\" = 'Deacon of S. Eustachio';"} +{"question_id": 13848, "table_id": "2-1849011-2", "question": "What format was the release in form the Edsel label, and that was from the EDCD 262 catalog?", "sql": "SELECT \"Format\" FROM \"2-1849011-2\" WHERE \"Label\" = 'Edsel' AND \"Catalog\" = 'EDCD 262';"} +{"question_id": 13849, "table_id": "2-1849011-2", "question": "Released on April 12, 1968 in LP format, what was the catalog?", "sql": "SELECT \"Catalog\" FROM \"2-1849011-2\" WHERE \"Format\" = 'LP' AND \"Date\" = 'April 12, 1968';"} +{"question_id": 13850, "table_id": "2-1849011-2", "question": "From what catalog was the release that happened on April 12, 1968, and in LP format?", "sql": "SELECT \"Catalog\" FROM \"2-1849011-2\" WHERE \"Format\" = 'LP' AND \"Date\" = 'April 12, 1968';"} +{"question_id": 13851, "table_id": "2-1849011-2", "question": "From what catalog was the release from Sundazed label?", "sql": "SELECT \"Catalog\" FROM \"2-1849011-2\" WHERE \"Label\" = 'Sundazed';"} +{"question_id": 13852, "table_id": "2-1849011-2", "question": "When was the release that was in SACD (Hybrid) format?", "sql": "SELECT \"Date\" FROM \"2-1849011-2\" WHERE \"Format\" = 'SACD (Hybrid)';"} +{"question_id": 13853, "table_id": "2-1849011-2", "question": "The release from Simply Vinyl label was on what date?", "sql": "SELECT \"Date\" FROM \"2-1849011-2\" WHERE \"Label\" = 'Simply Vinyl';"} +{"question_id": 13854, "table_id": "2-18454375-3", "question": "what is the heat when the nationality is australia and the rank is less than 1?", "sql": "SELECT AVG(\"Heat\") FROM \"2-18454375-3\" WHERE \"Nationality\" = 'australia' AND \"Rank\" < 1.0;"} +{"question_id": 13855, "table_id": "2-18487274-1", "question": "What is the fewest Al Ahly wins for El Zamalek wins of 0 and 0 draws?", "sql": "SELECT MIN(\"Al Ahly wins\") FROM \"2-18487274-1\" WHERE \"Draws\" = 0.0 AND \"El Zamalek wins\" < 0.0;"} +{"question_id": 13856, "table_id": "2-18487274-1", "question": "Which competition had 2 draws?", "sql": "SELECT \"Competition\" FROM \"2-18487274-1\" WHERE \"Draws\" = 2.0;"} +{"question_id": 13857, "table_id": "2-18487274-1", "question": "What is the sum of draws for El Zamalek wins under 36, total over 2, and Al Ahly wins over 37?", "sql": "SELECT SUM(\"Draws\") FROM \"2-18487274-1\" WHERE \"El Zamalek wins\" < 36.0 AND \"Total\" > 2.0 AND \"Al Ahly wins\" > 37.0;"} +{"question_id": 13858, "table_id": "2-18487274-1", "question": "What is the average number of draws for Al Ahly wins over 59?", "sql": "SELECT AVG(\"Draws\") FROM \"2-18487274-1\" WHERE \"Al Ahly wins\" > 59.0;"} +{"question_id": 13859, "table_id": "2-18600760-13", "question": "What is the latitude that has a longitude larger than -101.819319 in martin and a GEO ID of 3809951140?", "sql": "SELECT SUM(\"Latitude\") FROM \"2-18600760-13\" WHERE \"Longitude\" > -101.819319 AND \"Township\" = 'martin' AND \"GEO ID\" = 3809951140.0;"} +{"question_id": 13860, "table_id": "2-18600760-13", "question": "What is the latitude with a GEO ID larger than 3806352640, and a Land(sqmi) of 34.345?", "sql": "SELECT AVG(\"Latitude\") FROM \"2-18600760-13\" WHERE \"GEO ID\" > 3806352640.0 AND \"Land ( sqmi )\" = 34.345;"} +{"question_id": 13861, "table_id": "2-18429683-1", "question": "what is the final score when the opponent is Platense?", "sql": "SELECT \"Final score\" FROM \"2-18429683-1\" WHERE \"Opponent\" = 'Platense';"} +{"question_id": 13862, "table_id": "2-18429683-1", "question": "what is the date when the opponent is Real España?", "sql": "SELECT \"Date\" FROM \"2-18429683-1\" WHERE \"Opponent\" = 'Real España';"} +{"question_id": 13863, "table_id": "2-18429683-1", "question": "what is the date when the opponent is Real Juventud?", "sql": "SELECT \"Date\" FROM \"2-18429683-1\" WHERE \"Opponent\" = 'Real Juventud';"} +{"question_id": 13864, "table_id": "2-18429683-1", "question": "what is the final score when the date is 2009-02-26?", "sql": "SELECT \"Final score\" FROM \"2-18429683-1\" WHERE \"Date\" = '2009-02-26';"} +{"question_id": 13865, "table_id": "2-18429683-1", "question": "who is playing for when the opponent is Deportes Savio and the date is 2010-03-11?", "sql": "SELECT \"Playing for\" FROM \"2-18429683-1\" WHERE \"Opponent\" = 'Deportes Savio' AND \"Date\" = '2010-03-11';"} +{"question_id": 13866, "table_id": "2-1879364-1", "question": "Which Rank that is on September 9, 2004?", "sql": "SELECT \"Rank\" FROM \"2-1879364-1\" WHERE \"Date\" = 'September 9, 2004';"} +{"question_id": 13867, "table_id": "2-1879364-1", "question": "Which Rank has an Attendance larger than 24102, and a Date of September 15, 2012?", "sql": "SELECT \"Rank\" FROM \"2-1879364-1\" WHERE \"Attendance\" > 24102.0 AND \"Date\" = 'September 15, 2012';"} +{"question_id": 13868, "table_id": "2-1879364-1", "question": "Which Opponent is on September 9, 2004?", "sql": "SELECT \"Opponent\" FROM \"2-1879364-1\" WHERE \"Date\" = 'September 9, 2004';"} +{"question_id": 13869, "table_id": "2-18733407-1", "question": "What were the results for November 24, 2002?", "sql": "SELECT \"Result\" FROM \"2-18733407-1\" WHERE \"Date\" = 'November 24, 2002';"} +{"question_id": 13870, "table_id": "2-18578891-6", "question": "What is the greatest lane that David Payne was in when he ran longer than 13.17?", "sql": "SELECT MAX(\"Lane\") FROM \"2-18578891-6\" WHERE \"Athlete\" = 'David Payne' AND \"Time\" > 13.17;"} +{"question_id": 13871, "table_id": "2-18578891-6", "question": "Who had the time 13.6?", "sql": "SELECT \"Athlete\" FROM \"2-18578891-6\" WHERE \"Time\" = 13.6;"} +{"question_id": 13872, "table_id": "2-18468611-1", "question": "What is the position of the player for the Baltimore Orioles?", "sql": "SELECT \"Position\" FROM \"2-18468611-1\" WHERE \"Team\" = 'Baltimore Orioles';"} +{"question_id": 13873, "table_id": "2-18468611-1", "question": "What is the name of the player from Vanderbilt University?", "sql": "SELECT \"Player\" FROM \"2-18468611-1\" WHERE \"School\" = 'Vanderbilt University';"} +{"question_id": 13874, "table_id": "2-18468611-1", "question": "What is the lowest pick number for Arturo McDowell, who plays the OF position for the San Francisco Giants?", "sql": "SELECT MIN(\"Pick\") FROM \"2-18468611-1\" WHERE \"Position\" = 'OF' AND \"Team\" = 'San Francisco Giants' AND \"Player\" = 'Arturo McDowell';"} +{"question_id": 13875, "table_id": "2-18468611-1", "question": "What school did the player drafted for the New York Mets attend?", "sql": "SELECT \"School\" FROM \"2-18468611-1\" WHERE \"Team\" = 'New York Mets';"} +{"question_id": 13876, "table_id": "2-18994323-12", "question": "What's the round of 32 during the 56kg when the quarterfinals, semifinals, and finals Did Not Advance?", "sql": "SELECT \"Round of 32\" FROM \"2-18994323-12\" WHERE \"Finals\" = 'Did Not Advance' AND \"Semifinals\" = 'Did Not Advance' AND \"Quarterfinals\" = 'Did Not Advance' AND \"Event\" = '56kg';"} +{"question_id": 13877, "table_id": "2-18994323-12", "question": "Who was the athlete in the 56kg event having a Did Not Advance in the finals?", "sql": "SELECT \"Athlete\" FROM \"2-18994323-12\" WHERE \"Finals\" = 'Did Not Advance' AND \"Event\" = '56kg';"} +{"question_id": 13878, "table_id": "2-18994323-12", "question": "What's the 69kg of Round 16?", "sql": "SELECT \"Round of 16\" FROM \"2-18994323-12\" WHERE \"Event\" = '69kg';"} +{"question_id": 13879, "table_id": "2-18994323-12", "question": "What's the quarterfinals when the rank was Bronze?", "sql": "SELECT \"Quarterfinals\" FROM \"2-18994323-12\" WHERE \"Rank\" = 'Bronze';"} +{"question_id": 13880, "table_id": "2-18700020-1", "question": "What is Hon. VICENTE Q. ROXAS appointment date?", "sql": "SELECT \"Date of Appointment\" FROM \"2-18700020-1\" WHERE \"Name\" = 'Hon. VICENTE Q. ROXAS';"} +{"question_id": 13881, "table_id": "2-18811481-1", "question": "What is the Draw number of the song by Artist of \"loudest whisper\" with 68 or less Points with a place of 9 or larger?", "sql": "SELECT AVG(\"Draw\") FROM \"2-18811481-1\" WHERE \"Points\" < 68.0 AND \"Artist\" = 'loudest whisper' AND \"Place\" > 9.0;"} +{"question_id": 13882, "table_id": "2-18811481-1", "question": "What is the Place of the Song by Artist rosie hunter with a Draw of 1 or larger?", "sql": "SELECT COUNT(\"Place\") FROM \"2-18811481-1\" WHERE \"Artist\" = 'rosie hunter' AND \"Draw\" > 1.0;"} +{"question_id": 13883, "table_id": "2-18855244-3", "question": "Which Bronze has a Total larger than 7 and a Silver of 3, and a Games of Summer, and a Gold of 5?", "sql": "SELECT \"Bronze\" FROM \"2-18855244-3\" WHERE \"Total\" > 7.0 AND \"Silver\" = 3.0 AND \"Games\" = 'Summer' AND \"Gold\" = 5.0;"} +{"question_id": 13884, "table_id": "2-18674021-1", "question": "What is the tonnage of the Eldena?", "sql": "SELECT \"Tonnage (GRT)\" FROM \"2-18674021-1\" WHERE \"Name\" = 'Eldena';"} +{"question_id": 13885, "table_id": "2-18992167-1", "question": "What show has a time of 4:00pm–5:00am?", "sql": "SELECT \"Show Name\" FROM \"2-18992167-1\" WHERE \"Time\" = '4:00pm–5:00am';"} +{"question_id": 13886, "table_id": "2-18992167-1", "question": "What's the show that has 60 Minutes as the news freq?", "sql": "SELECT \"Show Name\" FROM \"2-18992167-1\" WHERE \"News Freq\" = '60 Minutes';"} +{"question_id": 13887, "table_id": "2-18992167-1", "question": "What time that is Networked has an ad freq of 20 Minutes until 7pm?", "sql": "SELECT \"Time\" FROM \"2-18992167-1\" WHERE \"Local/Networked\" = 'Networked' AND \"Ad Freq\" = '20 Minutes until 7pm';"} +{"question_id": 13888, "table_id": "2-18992167-1", "question": "What's time is Best Mix Overnight?", "sql": "SELECT \"Time\" FROM \"2-18992167-1\" WHERE \"Show Name\" = 'Best Mix Overnight';"} +{"question_id": 13889, "table_id": "2-18992167-1", "question": "What show has Cameron Humphries DJ'ing?", "sql": "SELECT \"Show Name\" FROM \"2-18992167-1\" WHERE \"DJ's\" = 'Cameron Humphries';"} +{"question_id": 13890, "table_id": "2-18583476-2", "question": "Which res has a Time of 5:00, and a Method of Decision (unanimous), and a Record of 1–0?", "sql": "SELECT \"Res.\" FROM \"2-18583476-2\" WHERE \"Time\" = '5:00' AND \"Method\" = 'Decision (unanimous)' AND \"Record\" = '1–0';"} +{"question_id": 13891, "table_id": "2-18583476-2", "question": "Which Event has Res of Loss, and a Time of 5:00, and an Opponent of Lance Everson?", "sql": "SELECT \"Event\" FROM \"2-18583476-2\" WHERE \"Res.\" = 'Loss' AND \"Time\" = '5:00' AND \"Opponent\" = 'Lance Everson';"} +{"question_id": 13892, "table_id": "2-18625252-3", "question": "What is the heat for the time 57.97?", "sql": "SELECT \"Heat\" FROM \"2-18625252-3\" WHERE \"Time\" = '57.97';"} +{"question_id": 13893, "table_id": "2-18625252-3", "question": "How many heats does julia wilkinson have?", "sql": "SELECT COUNT(\"Heat\") FROM \"2-18625252-3\" WHERE \"Name\" = 'julia wilkinson';"} +{"question_id": 13894, "table_id": "2-18625252-3", "question": "Who has more than 4 heat for Germany and 7 lanes?", "sql": "SELECT \"Name\" FROM \"2-18625252-3\" WHERE \"Heat\" > 4.0 AND \"Nationality\" = 'Germany' AND \"Lane\" = 7.0;"} +{"question_id": 13895, "table_id": "2-18625252-3", "question": "Who has less than 3 lanes for France?", "sql": "SELECT \"Name\" FROM \"2-18625252-3\" WHERE \"Nationality\" = 'France' AND \"Lane\" < 3.0;"} +{"question_id": 13896, "table_id": "2-18652198-15", "question": "Who is the Cincinnati College player?", "sql": "SELECT \"Player\" FROM \"2-18652198-15\" WHERE \"College\" = 'Cincinnati';"} +{"question_id": 13897, "table_id": "2-18499677-7", "question": "What is the Weight of the Player with Copra Nordmeccanica 2008 Club?", "sql": "SELECT \"Weight\" FROM \"2-18499677-7\" WHERE \"2008 club\" = 'Copra Nordmeccanica';"} +{"question_id": 13898, "table_id": "2-18499677-7", "question": "What is the Weight of the Player from Iskra Odintsovo 2008 Club?", "sql": "SELECT \"Weight\" FROM \"2-18499677-7\" WHERE \"2008 club\" = 'Iskra Odintsovo';"} +{"question_id": 13899, "table_id": "2-18610881-4", "question": "What is the set 1 when the time is 13:00, and total is 97–74?", "sql": "SELECT \"Set 1\" FROM \"2-18610881-4\" WHERE \"Time\" = '13:00' AND \"Total\" = '97–74';"} +{"question_id": 13900, "table_id": "2-18610881-4", "question": "What set 2 has a total of 97–74?", "sql": "SELECT \"Set 2\" FROM \"2-18610881-4\" WHERE \"Total\" = '97–74';"} +{"question_id": 13901, "table_id": "2-18610881-4", "question": "What time has a Set 1 of 18–25?", "sql": "SELECT \"Time\" FROM \"2-18610881-4\" WHERE \"Set 1\" = '18–25';"} +{"question_id": 13902, "table_id": "2-18610881-4", "question": "What time has a Set 3 of 25–16?", "sql": "SELECT \"Time\" FROM \"2-18610881-4\" WHERE \"Set 3\" = '25–16';"} +{"question_id": 13903, "table_id": "2-1900108-1", "question": "What was the value in 2010 for the airport coded OTP/LROP?", "sql": "SELECT MAX(\"2010\") FROM \"2-1900108-1\" WHERE \"Code (IATA/ICAO)\" = 'OTP/LROP';"} +{"question_id": 13904, "table_id": "2-1900108-1", "question": "What rank is an airport coded clj/lrcl, with a value larger than 32561 and more than 1028907 in 2010?", "sql": "SELECT MIN(\"Rank\") FROM \"2-1900108-1\" WHERE \"2009\" > 32561.0 AND \"Code (IATA/ICAO)\" = 'clj/lrcl' AND \"2010\" > 1028907.0;"} +{"question_id": 13905, "table_id": "2-1900108-1", "question": "What is the value in 2010 for an airport ranked higher than 3 located in cluj-napoca?", "sql": "SELECT COUNT(\"2010\") FROM \"2-1900108-1\" WHERE \"City\" = 'cluj-napoca' AND \"Rank\" > 3.0;"} +{"question_id": 13906, "table_id": "2-1851063-10", "question": "What was the venue when David Jacobs was the host?", "sql": "SELECT \"Venue\" FROM \"2-1851063-10\" WHERE \"Semi final/heat host\" = 'David Jacobs';"} +{"question_id": 13907, "table_id": "2-1851063-10", "question": "What was the host for the semi final heat, when Terry Wogan was the National Final main host, and Gaby Roslin was the National Final co-host?", "sql": "SELECT \"Semi final/heat host\" FROM \"2-1851063-10\" WHERE \"National final main host\" = 'Terry Wogan' AND \"National final co host\" = 'Gaby Roslin';"} +{"question_id": 13908, "table_id": "2-1851063-10", "question": "What is the name of the national final main host when the semi final/heat host shows Internal selection in 2011?", "sql": "SELECT \"National final main host\" FROM \"2-1851063-10\" WHERE \"Semi final/heat host\" = 'Internal selection' AND \"Year(s)\" = '2011';"} +{"question_id": 13909, "table_id": "2-1851063-10", "question": "What is the name of the national final co host when David Jacobs was the National final main host, and the selection show was A Song For Europe in 1966?", "sql": "SELECT \"National final co host\" FROM \"2-1851063-10\" WHERE \"National final main host\" = 'David Jacobs' AND \"Selection show\" = 'A Song For Europe' AND \"Year(s)\" = '1966';"} +{"question_id": 13910, "table_id": "2-1851063-10", "question": "What is the selection show in 1969 when the Semi final/heat host shows there was No semi final/heat.", "sql": "SELECT \"Selection show\" FROM \"2-1851063-10\" WHERE \"Semi final/heat host\" = 'No semi final/heat' AND \"Year(s)\" = '1969';"} +{"question_id": 13911, "table_id": "2-1851063-10", "question": "What is the name of the national final main host at BBC Television Centre, and the selection show was Eurovision: Your Country Needs You?", "sql": "SELECT \"National final main host\" FROM \"2-1851063-10\" WHERE \"Venue\" = 'BBC Television Centre' AND \"Selection show\" = 'Eurovision: Your Country Needs You';"} +{"question_id": 13912, "table_id": "2-18662026-8", "question": "Can you tell me the Total that has the A Score larger than 6.4, and the B Score smaller than 9.025?", "sql": "SELECT \"Total\" FROM \"2-18662026-8\" WHERE \"A Score\" > 6.4 AND \"B Score\" < 9.025;"} +{"question_id": 13913, "table_id": "2-18662026-8", "question": "Can you tell me the total number of Total that has the B Score of 9.15?", "sql": "SELECT COUNT(\"Total\") FROM \"2-18662026-8\" WHERE \"B Score\" = 9.15;"} +{"question_id": 13914, "table_id": "2-18662026-8", "question": "Can you tell me the average B Score that has the Position of 2nd, and the Total smaller than 15.525?", "sql": "SELECT AVG(\"B Score\") FROM \"2-18662026-8\" WHERE \"Position\" = '2nd' AND \"Total\" < 15.525;"} +{"question_id": 13915, "table_id": "2-18934662-2", "question": "Which Year(s) of manufacture has a Type of 1B n2, and a Quantity of 10?", "sql": "SELECT \"Year(s) of manufacture\" FROM \"2-18934662-2\" WHERE \"Type\" = '1B n2' AND \"Quantity\" = 10.0;"} +{"question_id": 13916, "table_id": "2-18934662-2", "question": "Which Railway number(s) has a Year(s) of manufacture of 1899–1907?", "sql": "SELECT \"Railway number(s)\" FROM \"2-18934662-2\" WHERE \"Year(s) of manufacture\" = '1899–1907';"} +{"question_id": 13917, "table_id": "2-18476723-1", "question": "What is the league listed that has goals of 10?", "sql": "SELECT \"LEAGUE\" FROM \"2-18476723-1\" WHERE \"GOALS\" = '10';"} +{"question_id": 13918, "table_id": "2-18476723-1", "question": "What is the team name that as games of 7?", "sql": "SELECT \"TEAM\" FROM \"2-18476723-1\" WHERE \"GAMES\" = '7';"} +{"question_id": 13919, "table_id": "2-18476723-1", "question": "What season has a Games listed of 10?", "sql": "SELECT \"SEASON\" FROM \"2-18476723-1\" WHERE \"GAMES\" = '10';"} +{"question_id": 13920, "table_id": "2-18476723-1", "question": "What is the league name that has a Games listing of 10?", "sql": "SELECT \"LEAGUE\" FROM \"2-18476723-1\" WHERE \"GAMES\" = '10';"} +{"question_id": 13921, "table_id": "2-18476723-1", "question": "What is the Season with goals of 6 and BCLA as the league?", "sql": "SELECT \"SEASON\" FROM \"2-18476723-1\" WHERE \"LEAGUE\" = 'BCLA' AND \"GOALS\" = '6';"} +{"question_id": 13922, "table_id": "2-18476723-1", "question": "What is the name of the team with a Games listing of 7?", "sql": "SELECT \"TEAM\" FROM \"2-18476723-1\" WHERE \"GAMES\" = '7';"} +{"question_id": 13923, "table_id": "2-18722149-1", "question": "What season had a 14th position?", "sql": "SELECT \"Season\" FROM \"2-18722149-1\" WHERE \"Position\" = '14th';"} +{"question_id": 13924, "table_id": "2-18722149-1", "question": "What is the sum of poles of the firestone indy lights series before the 2009 season?", "sql": "SELECT SUM(\"Poles\") FROM \"2-18722149-1\" WHERE \"Series\" = 'firestone indy lights series' AND \"Season\" < 2009.0;"} +{"question_id": 13925, "table_id": "2-18722149-1", "question": "What is the highest f/laps with less than 0 wins?", "sql": "SELECT MAX(\"F/Laps\") FROM \"2-18722149-1\" WHERE \"Wins\" < 0.0;"} +{"question_id": 13926, "table_id": "2-18722149-1", "question": "What is the average wins with a 20th position and more than 0 f/laps?", "sql": "SELECT AVG(\"Wins\") FROM \"2-18722149-1\" WHERE \"Position\" = '20th' AND \"F/Laps\" > 0.0;"} +{"question_id": 13927, "table_id": "2-18722149-1", "question": "What is the lowest poles of team Comtec Racing, which has a NC position?", "sql": "SELECT MIN(\"Poles\") FROM \"2-18722149-1\" WHERE \"Position\" = 'NC' AND \"Team\" = 'Comtec Racing';"} +{"question_id": 13928, "table_id": "2-18694060-1", "question": "what is the date when saros is more than 124, the type is Total, the magnitude is more than 1.0535 and the time (greatest) is 20:55:28?", "sql": "SELECT \"Date\" FROM \"2-18694060-1\" WHERE \"Saros\" > 124.0 AND \"Type\" = 'Total' AND \"Magnitude\" > 1.0535 AND \"Time (greatest)\" = '20:55:28';"} +{"question_id": 13929, "table_id": "2-18694060-1", "question": "what is the sum of the member when the saros is more than 127, gamma is less than 1.1508 and the magnitude is 0.742?", "sql": "SELECT SUM(\"Member\") FROM \"2-18694060-1\" WHERE \"Saros\" > 127.0 AND \"Gamma\" < 1.1508 AND \"Magnitude\" = 0.742;"} +{"question_id": 13930, "table_id": "2-18501840-1", "question": "When Travis Lee was picked, what was the highest pick?", "sql": "SELECT MAX(\"Pick\") FROM \"2-18501840-1\" WHERE \"Player\" = 'Travis Lee';"} +{"question_id": 13931, "table_id": "2-18501840-1", "question": "What is the total number pick for seattle mariners team?", "sql": "SELECT COUNT(\"Pick\") FROM \"2-18501840-1\" WHERE \"Team\" = 'seattle mariners';"} +{"question_id": 13932, "table_id": "2-18607260-1", "question": "What is the sum of points for teams with 10 goals scored and under 3 wins?", "sql": "SELECT SUM(\"Points\") FROM \"2-18607260-1\" WHERE \"Scored\" = 10.0 AND \"Wins\" < 3.0;"} +{"question_id": 13933, "table_id": "2-18607260-1", "question": "What is the average number of losses for teams with under 16 points and under 3 draws?", "sql": "SELECT AVG(\"Losses\") FROM \"2-18607260-1\" WHERE \"Points\" < 16.0 AND \"Draws\" < 3.0;"} +{"question_id": 13934, "table_id": "2-18662695-12", "question": "What country has a time of 8:03.61?", "sql": "SELECT \"Country\" FROM \"2-18662695-12\" WHERE \"Time\" = '8:03.61';"} +{"question_id": 13935, "table_id": "2-18662695-12", "question": "What are the notes for Zimbabwe?", "sql": "SELECT \"Notes\" FROM \"2-18662695-12\" WHERE \"Country\" = 'Zimbabwe';"} +{"question_id": 13936, "table_id": "2-18662695-12", "question": "What is the time for South Korea?", "sql": "SELECT \"Time\" FROM \"2-18662695-12\" WHERE \"Country\" = 'South Korea';"} +{"question_id": 13937, "table_id": "2-18662695-12", "question": "The time of 8:34.27 was set by what athlete?", "sql": "SELECT \"Athlete\" FROM \"2-18662695-12\" WHERE \"Time\" = '8:34.27';"} +{"question_id": 13938, "table_id": "2-18662695-12", "question": "The Athlete Shin Yeong-Eun with a rank larger than 3 and notes of FD had what time?", "sql": "SELECT \"Time\" FROM \"2-18662695-12\" WHERE \"Rank\" > 3.0 AND \"Notes\" = 'FD' AND \"Athlete\" = 'Shin Yeong-Eun';"} +{"question_id": 13939, "table_id": "2-18602446-15", "question": "In which event did Fabuleux 5 get a result smaller than 70.88?", "sql": "SELECT \"Event\" FROM \"2-18602446-15\" WHERE \"Horse\" = 'Fabuleux 5' AND \"Result\" < 70.88;"} +{"question_id": 13940, "table_id": "2-18602446-15", "question": "What is the class of Fabuleux 5 get less than 70.277 in the Freestyle Test?", "sql": "SELECT \"Class\" FROM \"2-18602446-15\" WHERE \"Event\" = 'Freestyle Test' AND \"Result\" < 70.277 AND \"Horse\" = 'Fabuleux 5';"} +{"question_id": 13941, "table_id": "2-18602446-15", "question": "What horse was shown by with Britta Näpel and got less than 71.909?", "sql": "SELECT \"Horse\" FROM \"2-18602446-15\" WHERE \"Athlete\" = 'Britta Näpel' AND \"Result\" < 71.909;"} +{"question_id": 13942, "table_id": "2-18602446-15", "question": "What is the result of waldemar 27´s freestyle test?", "sql": "SELECT COUNT(\"Result\") FROM \"2-18602446-15\" WHERE \"Horse\" = 'waldemar 27' AND \"Event\" = 'freestyle test';"} +{"question_id": 13943, "table_id": "2-1849669-2", "question": "what is the date for the tournament Acapulco?", "sql": "SELECT \"Date\" FROM \"2-1849669-2\" WHERE \"Tournament\" = 'Acapulco';"} +{"question_id": 13944, "table_id": "2-1849669-2", "question": "who is the opponent in the final when the tournament is Cagnes-sur-Mer?", "sql": "SELECT \"Opponent in the final\" FROM \"2-1849669-2\" WHERE \"Tournament\" = 'Cagnes-sur-Mer';"} +{"question_id": 13945, "table_id": "2-1849669-2", "question": "what is the date for the tournament Joué-lès-Tours?", "sql": "SELECT \"Date\" FROM \"2-1849669-2\" WHERE \"Tournament\" = 'Joué-lès-Tours';"} +{"question_id": 13946, "table_id": "2-1849669-2", "question": "what is the score for the tournament Cagnes-sur-Mer?", "sql": "SELECT \"Score\" FROM \"2-1849669-2\" WHERE \"Tournament\" = 'Cagnes-sur-Mer';"} +{"question_id": 13947, "table_id": "2-1849669-2", "question": "what is the score on May 11, 1997?", "sql": "SELECT \"Score\" FROM \"2-1849669-2\" WHERE \"Date\" = 'May 11, 1997';"} +{"question_id": 13948, "table_id": "2-18910203-3", "question": "What is the Date of the tournament with a Score of 6-1 6-3?", "sql": "SELECT \"Date\" FROM \"2-18910203-3\" WHERE \"Score\" = '6-1 6-3';"} +{"question_id": 13949, "table_id": "2-18910203-3", "question": "What is the Date of the Tournament against Anastasiya Yakimova?", "sql": "SELECT \"Date\" FROM \"2-18910203-3\" WHERE \"Opponent in final\" = 'Anastasiya Yakimova';"} +{"question_id": 13950, "table_id": "2-18910203-3", "question": "What is the Opponent in final of the Pingguo Tournament?", "sql": "SELECT \"Opponent in final\" FROM \"2-18910203-3\" WHERE \"Tournament\" = 'Pingguo';"} +{"question_id": 13951, "table_id": "2-18910203-3", "question": "What is the Score of the Pingguo Tournament?", "sql": "SELECT \"Score\" FROM \"2-18910203-3\" WHERE \"Tournament\" = 'Pingguo';"} +{"question_id": 13952, "table_id": "2-18910203-3", "question": "What is the Surface of the Tournament on June 11, 2006?", "sql": "SELECT \"Surface\" FROM \"2-18910203-3\" WHERE \"Date\" = 'June 11, 2006';"} +{"question_id": 13953, "table_id": "2-18639024-13", "question": "What is the A-league with 39 saves?", "sql": "SELECT \"A-League\" FROM \"2-18639024-13\" WHERE \"Saves\" = 39.0;"} +{"question_id": 13954, "table_id": "2-18984959-3", "question": "What is the tally with a total larger than 8, Waterford was the opposition?", "sql": "SELECT \"Tally\" FROM \"2-18984959-3\" WHERE \"Total\" > 8.0 AND \"Opposition\" = 'Waterford';"} +{"question_id": 13955, "table_id": "2-18984959-3", "question": "What is the tally when the opposition is Derry, and total is 14?", "sql": "SELECT \"Tally\" FROM \"2-18984959-3\" WHERE \"Opposition\" = 'Derry' AND \"Total\" = 14.0;"} +{"question_id": 13956, "table_id": "2-18541861-2", "question": "What's the year with a score of 305?", "sql": "SELECT MIN(\"Year\") FROM \"2-18541861-2\" WHERE \"Total score\" = '305';"} +{"question_id": 13957, "table_id": "2-18541861-2", "question": "What's the To par of St Andrews before the year 1888?", "sql": "SELECT \"To par [a ]\" FROM \"2-18541861-2\" WHERE \"Course\" = 'St Andrews' AND \"Year\" < 1888.0;"} +{"question_id": 13958, "table_id": "2-18541861-2", "question": "What's the location that has a total of 149?", "sql": "SELECT \"Location\" FROM \"2-18541861-2\" WHERE \"Total score\" = '149';"} +{"question_id": 13959, "table_id": "2-18461257-1", "question": "Who is the home team for the stadium located in Berlin?", "sql": "SELECT \"Home team\" FROM \"2-18461257-1\" WHERE \"State\" = 'Berlin';"} +{"question_id": 13960, "table_id": "2-18541206-1", "question": "What is the lowest number of f/laps in the 5th position?", "sql": "SELECT MIN(\"F/Laps\") FROM \"2-18541206-1\" WHERE \"Position\" = '5th';"} +{"question_id": 13961, "table_id": "2-18541206-1", "question": "What is the highest number of podiums before 2008 with a 5th position and more than 0 f/laps?", "sql": "SELECT MAX(\"Podiums\") FROM \"2-18541206-1\" WHERE \"Season\" < 2008.0 AND \"Position\" = '5th' AND \"F/Laps\" > 0.0;"} +{"question_id": 13962, "table_id": "2-18541206-1", "question": "What is the lowest number of f/laps with more than 4 podiums and more than 14 races?", "sql": "SELECT MIN(\"F/Laps\") FROM \"2-18541206-1\" WHERE \"Podiums\" > 4.0 AND \"Races\" > 14.0;"} +{"question_id": 13963, "table_id": "2-18541206-1", "question": "What is the earliest season with more than 14 races and more than 4 podiums?", "sql": "SELECT MIN(\"Season\") FROM \"2-18541206-1\" WHERE \"Races\" > 14.0 AND \"Podiums\" > 4.0;"} +{"question_id": 13964, "table_id": "2-18541206-1", "question": "What is the total number of poles with less than 0 wins?", "sql": "SELECT COUNT(\"Poles\") FROM \"2-18541206-1\" WHERE \"Wins\" < 0.0;"} +{"question_id": 13965, "table_id": "2-18642614-1", "question": "What's the smallest draw that has a place bigger more than 1 and anastasia prikhodko as the artist?", "sql": "SELECT MIN(\"Draw\") FROM \"2-18642614-1\" WHERE \"Artist\" = 'anastasia prikhodko' AND \"Place\" > 1.0;"} +{"question_id": 13966, "table_id": "2-18642614-1", "question": "What's the draw having the result of 10%?", "sql": "SELECT AVG(\"Draw\") FROM \"2-18642614-1\" WHERE \"Result\" = '10%';"} +{"question_id": 13967, "table_id": "2-18479882-2", "question": "What is the average tries for less than 117 points and less than 48 tries against?", "sql": "SELECT AVG(\"Tries for\") FROM \"2-18479882-2\" WHERE \"Points for\" < 117.0 AND \"Tries against\" < 48.0;"} +{"question_id": 13968, "table_id": "2-18600121-5", "question": "Which 2008 has a City of Durban?", "sql": "SELECT AVG(\"2008\") FROM \"2-18600121-5\" WHERE \"City\" = 'Durban';"} +{"question_id": 13969, "table_id": "2-18600121-5", "question": "Which Country has a Change (08/07) of unknown, and a 2008 larger than 1102497, and a City of Luanda?", "sql": "SELECT \"Country\" FROM \"2-18600121-5\" WHERE \"Change (08/07)\" = 'unknown' AND \"2008\" > 1102497.0 AND \"City\" = 'Luanda';"} +{"question_id": 13970, "table_id": "2-18600121-5", "question": "Which 2008 has an Airport of Hurghada International Airport?", "sql": "SELECT AVG(\"2008\") FROM \"2-18600121-5\" WHERE \"Airport\" = 'Hurghada International Airport';"} +{"question_id": 13971, "table_id": "2-18600121-5", "question": "Which 2008 has an Airport of Julius Nyerere International Airport?", "sql": "SELECT AVG(\"2008\") FROM \"2-18600121-5\" WHERE \"Airport\" = 'Julius Nyerere International Airport';"} +{"question_id": 13972, "table_id": "2-18485601-1", "question": "What capacity opened lessed than 1937 and is located in the region of Champagne-Ardenne?", "sql": "SELECT \"Capacity\" FROM \"2-18485601-1\" WHERE \"Opened\" < 1937.0 AND \"Region\" = 'Champagne-Ardenne';"} +{"question_id": 13973, "table_id": "2-18485601-1", "question": "What total number of opened has a stadium of stade de la mosson and is larger than 32939 capacity?", "sql": "SELECT COUNT(\"Opened\") FROM \"2-18485601-1\" WHERE \"Stadium\" = 'stade de la mosson' AND \"Capacity\" > 32939.0;"} +{"question_id": 13974, "table_id": "2-18932779-6", "question": "Which song has a place greater than 7, more than 13 points, and draw of 5?", "sql": "SELECT \"Song\" FROM \"2-18932779-6\" WHERE \"Place\" > 7.0 AND \"Points\" > 13.0 AND \"Draw\" = 5.0;"} +{"question_id": 13975, "table_id": "2-184942-1", "question": "How many points does catcat have with more than 2 draws?", "sql": "SELECT AVG(\"Points\") FROM \"2-184942-1\" WHERE \"Artist\" = 'catcat' AND \"Draw\" > 2.0;"} +{"question_id": 13976, "table_id": "2-184942-1", "question": "Which Place has an English translation of Lullaby for my beloved?", "sql": "SELECT MAX(\"Place\") FROM \"2-184942-1\" WHERE \"English translation\" = 'Lullaby for my beloved';"} +{"question_id": 13977, "table_id": "2-184942-1", "question": "Where is Croatian spoken?", "sql": "SELECT \"Place\" FROM \"2-184942-1\" WHERE \"Language\" = 'Croatian';"} +{"question_id": 13978, "table_id": "2-18628904-9", "question": "When south warrnambool has more than 8 wins, what is the least amount of losses?", "sql": "SELECT MIN(\"Losses\") FROM \"2-18628904-9\" WHERE \"Club\" = 'south warrnambool' AND \"Wins\" > 8.0;"} +{"question_id": 13979, "table_id": "2-18628904-9", "question": "cobden has more than 1487 against and what average of losses?", "sql": "SELECT AVG(\"Losses\") FROM \"2-18628904-9\" WHERE \"Club\" = 'cobden' AND \"Against\" > 1487.0;"} +{"question_id": 13980, "table_id": "2-18428024-3", "question": "What episode number in the series was \"facing the music\" that was episode number greater than 6 in the season?", "sql": "SELECT MIN(\"No. in series\") FROM \"2-18428024-3\" WHERE \"Title\" = '\"facing the music\"' AND \"No. in season\" > 6.0;"} +{"question_id": 13981, "table_id": "2-18662643-17", "question": "What is the Rank of the Player with a Time of 7:20.32 and Notes of fb?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-18662643-17\" WHERE \"Notes\" = 'fb' AND \"Time\" = '7:20.32';"} +{"question_id": 13982, "table_id": "2-18662643-17", "question": "What is the Time of the Player with a Rank of 2?", "sql": "SELECT \"Time\" FROM \"2-18662643-17\" WHERE \"Rank\" = 2.0;"} +{"question_id": 13983, "table_id": "2-18662643-17", "question": "What is Alan Campbell's Country with Notes of FA?", "sql": "SELECT \"Country\" FROM \"2-18662643-17\" WHERE \"Notes\" = 'FA' AND \"Athlete\" = 'Alan Campbell';"} +{"question_id": 13984, "table_id": "2-1888186-1", "question": "What was the result of the 2000-01 season in which the IceGators were part of the Southwest division and were coached by Dave Farrish?", "sql": "SELECT \"Result\" FROM \"2-1888186-1\" WHERE \"Coach\" = 'Dave Farrish' AND \"Division\" = 'Southwest' AND \"Season\" = '2000-01';"} +{"question_id": 13985, "table_id": "2-1888186-1", "question": "In which division were the IceGators when coached by Todd Gordon?", "sql": "SELECT \"Division\" FROM \"2-1888186-1\" WHERE \"Coach\" = 'Todd Gordon';"} +{"question_id": 13986, "table_id": "2-18625598-4", "question": "What is the average rank of a swimmer in lane 1?", "sql": "SELECT AVG(\"Rank\") FROM \"2-18625598-4\" WHERE \"Lane\" = 1.0;"} +{"question_id": 13987, "table_id": "2-18625598-4", "question": "What is the name of the swimmer in lane 6?", "sql": "SELECT \"Name\" FROM \"2-18625598-4\" WHERE \"Lane\" = 6.0;"} +{"question_id": 13988, "table_id": "2-18646111-1", "question": "What is the earliest date for the Bronze medal?", "sql": "SELECT MIN(\"Date\") FROM \"2-18646111-1\" WHERE \"Medal\" = 'Bronze';"} +{"question_id": 13989, "table_id": "2-18646111-1", "question": "Who had the sport of Athletics on a date earlier than 16?", "sql": "SELECT \"Name\" FROM \"2-18646111-1\" WHERE \"Sport\" = 'Athletics' AND \"Date\" < 16.0;"} +{"question_id": 13990, "table_id": "2-18646111-1", "question": "what is the sport for Wolfgang Schattauer?", "sql": "SELECT \"Sport\" FROM \"2-18646111-1\" WHERE \"Name\" = 'Wolfgang Schattauer';"} +{"question_id": 13991, "table_id": "2-18646111-1", "question": "what is the date when the medal is Bronze for Athletics?", "sql": "SELECT AVG(\"Date\") FROM \"2-18646111-1\" WHERE \"Sport\" = 'Athletics' AND \"Medal\" = 'Bronze';"} +{"question_id": 13992, "table_id": "2-18656180-1", "question": "What gold has a year after 1970, with Milan as the place?", "sql": "SELECT \"Gold\" FROM \"2-18656180-1\" WHERE \"Year\" > 1970.0 AND \"Place\" = 'Milan';"} +{"question_id": 13993, "table_id": "2-18567686-1", "question": "Which Opened has a System of c-train, and a Daily ridership smaller than 269600?", "sql": "SELECT MAX(\"Opened\") FROM \"2-18567686-1\" WHERE \"System\" = 'c-train' AND \"Daily ridership\" < 269600.0;"} +{"question_id": 13994, "table_id": "2-18567686-1", "question": "Which Stations are in Vancouver, BC?", "sql": "SELECT \"Stations\" FROM \"2-18567686-1\" WHERE \"City\" = 'Vancouver, BC';"} +{"question_id": 13995, "table_id": "2-18567686-1", "question": "Which category has 5 stations?", "sql": "SELECT \"Category\" FROM \"2-18567686-1\" WHERE \"Stations\" = '5';"} +{"question_id": 13996, "table_id": "2-18567686-1", "question": "Which Opened has a Category of Diesel light rail?", "sql": "SELECT MAX(\"Opened\") FROM \"2-18567686-1\" WHERE \"Category\" = 'Diesel light rail';"} +{"question_id": 13997, "table_id": "2-1896973-1", "question": "What is the highest attendance among Group E games?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-1896973-1\" WHERE \"Round\" = 'Group E';"} +{"question_id": 13998, "table_id": "2-18594107-1", "question": "How many total games were played by the team which had a total of 16 points and less than 4 draws?", "sql": "SELECT SUM(\"Played\") FROM \"2-18594107-1\" WHERE \"Points\" = 16.0 AND \"Draws\" < 4.0;"} +{"question_id": 13999, "table_id": "2-18594107-1", "question": "How many points are in the scored category for the team that has less than 5 draws, 8 total wins, and total overall points less than 27?", "sql": "SELECT COUNT(\"Scored\") FROM \"2-18594107-1\" WHERE \"Draws\" < 5.0 AND \"Wins\" = 8.0 AND \"Points\" < 27.0;"} +{"question_id": 14000, "table_id": "2-18594107-1", "question": "How many points are in the scored category for the team that played less than 18 games?", "sql": "SELECT SUM(\"Scored\") FROM \"2-18594107-1\" WHERE \"Played\" < 18.0;"} +{"question_id": 14001, "table_id": "2-18594107-1", "question": "How many points are in the scored category for the team that has 8 total points and a position that is less than 10?", "sql": "SELECT SUM(\"Scored\") FROM \"2-18594107-1\" WHERE \"Points\" = 8.0 AND \"Position\" < 10.0;"} +{"question_id": 14002, "table_id": "2-18594107-1", "question": "How many loses does the team have that conceded 25 and won more than 6 games?", "sql": "SELECT SUM(\"Losses\") FROM \"2-18594107-1\" WHERE \"Conceded\" = 25.0 AND \"Wins\" > 6.0;"} +{"question_id": 14003, "table_id": "2-18594107-1", "question": "Out of the teams that have scored lower than 25 points, have a total of points less than 20, and a position larger than 8, which has the lowest amount of draws?", "sql": "SELECT MIN(\"Draws\") FROM \"2-18594107-1\" WHERE \"Scored\" < 25.0 AND \"Points\" = 20.0 AND \"Position\" > 8.0;"} +{"question_id": 14004, "table_id": "2-18561357-2", "question": "How many bronze medals did the nation have that had less than 3 silver, 5 gold and ranked better than 31?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18561357-2\" WHERE \"Silver\" < 3.0 AND \"Rank\" < 31.0 AND \"Gold\" = 5.0;"} +{"question_id": 14005, "table_id": "2-18561357-2", "question": "What's the bronze medal count of Spain that has less than 39 Gold, 3 silver, and a rank better than 35?", "sql": "SELECT \"Bronze\" FROM \"2-18561357-2\" WHERE \"Gold\" < 39.0 AND \"Silver\" = 3.0 AND \"Rank\" < 35.0 AND \"Nation\" = 'Spain';"} +{"question_id": 14006, "table_id": "2-18561357-2", "question": "What's the total amount of ussr that has more than 0 gold, less than 85 silver and more than 6 bronze?", "sql": "SELECT MIN(\"Total\") FROM \"2-18561357-2\" WHERE \"Gold\" > 0.0 AND \"Bronze\" > 6.0 AND \"Nation\" = 'ussr' AND \"Silver\" < 85.0;"} +{"question_id": 14007, "table_id": "2-18561357-2", "question": "What's the lowest bronze medal amount that has fewer than 0 gold?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-18561357-2\" WHERE \"Gold\" < 0.0;"} +{"question_id": 14008, "table_id": "2-18561357-2", "question": "What's the total amount of bulgaria that has more than 13 bronze?", "sql": "SELECT SUM(\"Total\") FROM \"2-18561357-2\" WHERE \"Nation\" = 'bulgaria' AND \"Bronze\" > 13.0;"} +{"question_id": 14009, "table_id": "2-18843082-1", "question": "what is the average attendance when the week is higher than 5 and the opponent is Washington Redskins?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-18843082-1\" WHERE \"Week\" > 5.0 AND \"Opponent\" = 'Washington Redskins';"} +{"question_id": 14010, "table_id": "2-18812411-5", "question": "What country has T6 as the place, with Sean O'Hair as the player?", "sql": "SELECT \"Country\" FROM \"2-18812411-5\" WHERE \"Place\" = 'T6' AND \"Player\" = 'Sean O''Hair';"} +{"question_id": 14011, "table_id": "2-18812411-5", "question": "What to par has 65 as the score?", "sql": "SELECT \"To par\" FROM \"2-18812411-5\" WHERE \"Score\" = 65.0;"} +{"question_id": 14012, "table_id": "2-18812411-5", "question": "What score has South Africa as the country?", "sql": "SELECT \"Score\" FROM \"2-18812411-5\" WHERE \"Country\" = 'South Africa';"} +{"question_id": 14013, "table_id": "2-18646639-4", "question": "What is the Time of the Athlete with a Rank of 6?", "sql": "SELECT \"Time\" FROM \"2-18646639-4\" WHERE \"Rank\" = 6.0;"} +{"question_id": 14014, "table_id": "2-18600760-9", "question": "How much Longitude has a County of nelson, and a Latitude larger than 47.980183?", "sql": "SELECT SUM(\"Longitude\") FROM \"2-18600760-9\" WHERE \"County\" = 'nelson' AND \"Latitude\" > 47.980183;"} +{"question_id": 14015, "table_id": "2-18600760-9", "question": "Which Water (sqmi) has a County of benson, and an ANSI code smaller than 1759243?", "sql": "SELECT MIN(\"Water (sqmi)\") FROM \"2-18600760-9\" WHERE \"County\" = 'benson' AND \"ANSI code\" < 1759243.0;"} +{"question_id": 14016, "table_id": "2-18600760-9", "question": "Which Pop (2010) has an ANSI code smaller than 1036864, and a Longitude larger than -98.46611, and a Land (sqmi) smaller than 36.238, and a Latitude smaller than 48.144102?", "sql": "SELECT AVG(\"Pop. (2010)\") FROM \"2-18600760-9\" WHERE \"ANSI code\" < 1036864.0 AND \"Longitude\" > -98.46611 AND \"Land ( sqmi )\" < 36.238 AND \"Latitude\" < 48.144102;"} +{"question_id": 14017, "table_id": "2-18843077-2", "question": "Who did the Eagle's play on November 5, 1961?", "sql": "SELECT \"Opponent\" FROM \"2-18843077-2\" WHERE \"Date\" = 'November 5, 1961';"} +{"question_id": 14018, "table_id": "2-18772558-10", "question": "What years have Joyce Couwenberg as the character?", "sql": "SELECT \"Years\" FROM \"2-18772558-10\" WHERE \"Character\" = 'Joyce Couwenberg';"} +{"question_id": 14019, "table_id": "2-18772558-10", "question": "What actor has Goede Tijden, Slechte Tijden, as the soap opera, 11 years as the duration, with Rosa Gonzalez as the character?", "sql": "SELECT \"Actor\" FROM \"2-18772558-10\" WHERE \"Soap Opera\" = 'Goede Tijden, Slechte Tijden' AND \"Duration\" = '11 years' AND \"Character\" = 'Rosa Gonzalez';"} +{"question_id": 14020, "table_id": "2-18772558-10", "question": "What actor has Onderweg Naar Morgen, as the soap opera, with Aafke Couwenberg as the character?", "sql": "SELECT \"Actor\" FROM \"2-18772558-10\" WHERE \"Soap Opera\" = 'Onderweg Naar Morgen' AND \"Character\" = 'Aafke Couwenberg';"} +{"question_id": 14021, "table_id": "2-18772558-10", "question": "What duration has Rosa Gonzalez as the character?", "sql": "SELECT \"Duration\" FROM \"2-18772558-10\" WHERE \"Character\" = 'Rosa Gonzalez';"} +{"question_id": 14022, "table_id": "2-18652198-13", "question": "What is the Team of the Fullback Player?", "sql": "SELECT \"Team\" FROM \"2-18652198-13\" WHERE \"Position\" = 'Fullback';"} +{"question_id": 14023, "table_id": "2-18652198-13", "question": "What is the College of the Halfback Player?", "sql": "SELECT \"College\" FROM \"2-18652198-13\" WHERE \"Position\" = 'Halfback';"} +{"question_id": 14024, "table_id": "2-19007736-1", "question": "Which Venue has Notes of 58.25 m, and a Competition of World Championships?", "sql": "SELECT \"Venue\" FROM \"2-19007736-1\" WHERE \"Notes\" = '58.25 m' AND \"Competition\" = 'World Championships';"} +{"question_id": 14025, "table_id": "2-19007736-1", "question": "Which Competition has a Year smaller than 2009, and Notes of 56.16 m?", "sql": "SELECT \"Competition\" FROM \"2-19007736-1\" WHERE \"Year\" < 2009.0 AND \"Notes\" = '56.16 m';"} +{"question_id": 14026, "table_id": "2-19007736-1", "question": "Which Venue has Notes of 58.48 m?", "sql": "SELECT \"Venue\" FROM \"2-19007736-1\" WHERE \"Notes\" = '58.48 m';"} +{"question_id": 14027, "table_id": "2-19007736-1", "question": "Which Year has a Venue of Bydgoszcz, Poland?", "sql": "SELECT AVG(\"Year\") FROM \"2-19007736-1\" WHERE \"Venue\" = 'Bydgoszcz, Poland';"} +{"question_id": 14028, "table_id": "2-19007736-1", "question": "How many years have a Position of 17th (q)?", "sql": "SELECT COUNT(\"Year\") FROM \"2-19007736-1\" WHERE \"Position\" = '17th (q)';"} +{"question_id": 14029, "table_id": "2-18675114-3", "question": "What is the score when the home team is Queens Park Rangers?", "sql": "SELECT \"Score\" FROM \"2-18675114-3\" WHERE \"Home team\" = 'Queens Park Rangers';"} +{"question_id": 14030, "table_id": "2-18675114-3", "question": "what is the date when the away team is Bolton Wanderers?", "sql": "SELECT \"Date\" FROM \"2-18675114-3\" WHERE \"Away team\" = 'Bolton Wanderers';"} +{"question_id": 14031, "table_id": "2-18675114-3", "question": "what is the score when the away team is Tottenham Hotspur?", "sql": "SELECT \"Score\" FROM \"2-18675114-3\" WHERE \"Away team\" = 'Tottenham Hotspur';"} +{"question_id": 14032, "table_id": "2-18675114-3", "question": "who is the home team when the away team is Ipswich Town?", "sql": "SELECT \"Home team\" FROM \"2-18675114-3\" WHERE \"Away team\" = 'Ipswich Town';"} +{"question_id": 14033, "table_id": "2-18675114-3", "question": "who is the away team when the home team is Hartlepool United?", "sql": "SELECT \"Away team\" FROM \"2-18675114-3\" WHERE \"Home team\" = 'Hartlepool United';"} +{"question_id": 14034, "table_id": "2-18416665-1", "question": "What was the Best Feature Film at the Macabro Film Festival?", "sql": "SELECT \"Result\" FROM \"2-18416665-1\" WHERE \"Award\" = 'Best Feature Film' AND \"Organization\" = 'Macabro Film Festival';"} +{"question_id": 14035, "table_id": "2-18382509-2", "question": "what is the rank when the album is Sean Kingston?", "sql": "SELECT \"Rank\" FROM \"2-18382509-2\" WHERE \"Album\" = 'Sean Kingston';"} +{"question_id": 14036, "table_id": "2-18382509-2", "question": "how many times is the rank less than 6, certification 2x platinum and the peak position 2?", "sql": "SELECT COUNT(\"Sales\") FROM \"2-18382509-2\" WHERE \"Rank\" < 6.0 AND \"Certification\" = '2x platinum' AND \"Peak position\" = '2';"} +{"question_id": 14037, "table_id": "2-18382509-2", "question": "what is the lowest rank when the peak position is 2, certification is Platinum and the album is My December?", "sql": "SELECT MIN(\"Rank\") FROM \"2-18382509-2\" WHERE \"Peak position\" = '2' AND \"Certification\" = 'Platinum' AND \"Album\" = 'My December';"} +{"question_id": 14038, "table_id": "2-18382509-2", "question": "What is the sales when the artist is kelly clarkson?", "sql": "SELECT COUNT(\"Sales\") FROM \"2-18382509-2\" WHERE \"Artist\" = 'kelly clarkson';"} +{"question_id": 14039, "table_id": "2-19002339-3", "question": "What percentage of people polled aligned with the Liberal party according to the August 2008 poll that reported 36% aligning with New Democratic party?", "sql": "SELECT \"Liberal\" FROM \"2-19002339-3\" WHERE \"New Democratic\" = '36%' AND \"Dates\" = 'August 2008';"} +{"question_id": 14040, "table_id": "2-19002339-3", "question": "According to the August 2007 poll by the Corporate Research Associates that reported 32% Prog. Cons., what percentage aligned with the Liberal party?", "sql": "SELECT \"Liberal\" FROM \"2-19002339-3\" WHERE \"Polling firm\" = 'Corporate Research Associates' AND \"Prog. Cons.\" = '32%' AND \"Dates\" = 'August 2007';"} +{"question_id": 14041, "table_id": "2-19002339-3", "question": "Which firm conducted a poll in August 2006?", "sql": "SELECT \"Polling firm\" FROM \"2-19002339-3\" WHERE \"Dates\" = 'August 2006';"} +{"question_id": 14042, "table_id": "2-19002339-3", "question": "According to the February 2009 poll by the Corporate Research Associates that reported 31% Liberal., what percentage aligned with the Prog. Cons. party?", "sql": "SELECT \"Prog. Cons.\" FROM \"2-19002339-3\" WHERE \"Polling firm\" = 'Corporate Research Associates' AND \"Liberal\" = '31%' AND \"Dates\" = 'February 2009';"} +{"question_id": 14043, "table_id": "2-19002339-3", "question": "According to the August 2008 poll that reported 36% New Demcratic, what percentage aligned with the Liberal party?", "sql": "SELECT \"Liberal\" FROM \"2-19002339-3\" WHERE \"New Democratic\" = '36%' AND \"Dates\" = 'August 2008';"} +{"question_id": 14044, "table_id": "2-18951015-5", "question": "What's the record of Barbados?", "sql": "SELECT \"Record\" FROM \"2-18951015-5\" WHERE \"Nationality\" = 'Barbados';"} +{"question_id": 14045, "table_id": "2-18951015-5", "question": "What's the event of Guadeloupe?", "sql": "SELECT \"Event\" FROM \"2-18951015-5\" WHERE \"Nationality\" = 'Guadeloupe';"} +{"question_id": 14046, "table_id": "2-18951015-5", "question": "What's the date of the Discus throw in 2010 Georgetown?", "sql": "SELECT \"Date\" FROM \"2-18951015-5\" WHERE \"Games\" = '2010 Georgetown' AND \"Event\" = 'Discus throw';"} +{"question_id": 14047, "table_id": "2-18622103-2", "question": "What is the number of staterooms when guests was larger than 210?", "sql": "SELECT AVG(\"Staterooms\") FROM \"2-18622103-2\" WHERE \"Guests\" > 210.0;"} +{"question_id": 14048, "table_id": "2-18622103-2", "question": "What is the number of guests for the viking ingvar, built earlier than 1990?", "sql": "SELECT AVG(\"Guests\") FROM \"2-18622103-2\" WHERE \"Ship name\" = 'viking ingvar' AND \"Year built\" < 1990.0;"} +{"question_id": 14049, "table_id": "2-18622103-2", "question": "What is the earliest year built for the ship refurbished earlier than 2013?", "sql": "SELECT MIN(\"Year built\") FROM \"2-18622103-2\" WHERE \"Last refurbished\" < 2013.0;"} +{"question_id": 14050, "table_id": "2-1883421-1", "question": "Which gene is Ongoing and has an Intramuscular route of administration?", "sql": "SELECT \"Gene\" FROM \"2-1883421-1\" WHERE \"Route of administration\" = 'Intramuscular' AND \"Status\" = 'Ongoing';"} +{"question_id": 14051, "table_id": "2-1883421-1", "question": "Which gene has the subject number 21?", "sql": "SELECT \"Gene\" FROM \"2-1883421-1\" WHERE \"Subject number\" = '21';"} +{"question_id": 14052, "table_id": "2-1883421-1", "question": "What is the route of administration that has Several ongoing and complete?", "sql": "SELECT \"Route of administration\" FROM \"2-1883421-1\" WHERE \"Status\" = 'Several ongoing and complete';"} +{"question_id": 14053, "table_id": "2-1883421-1", "question": "What is the statue of the AAT gene, which has an Intramuscular route of administration?", "sql": "SELECT \"Status\" FROM \"2-1883421-1\" WHERE \"Route of administration\" = 'Intramuscular' AND \"Gene\" = 'AAT';"} +{"question_id": 14054, "table_id": "2-18597302-6", "question": "What is the fewest draws for teams having under 2 losses, more than 4 wins, and a position under 4?", "sql": "SELECT MIN(\"Draws\") FROM \"2-18597302-6\" WHERE \"Losses\" < 2.0 AND \"Position\" < 4.0 AND \"Wins\" > 4.0;"} +{"question_id": 14055, "table_id": "2-18597302-6", "question": "What is the most losses for teams with under 2 wins, more than 6 points, and a position under 11?", "sql": "SELECT MAX(\"Losses\") FROM \"2-18597302-6\" WHERE \"Wins\" < 2.0 AND \"Position\" < 11.0 AND \"Points\" > 6.0;"} +{"question_id": 14056, "table_id": "2-18597302-6", "question": "What is the total number of positions having 1 loss and more than 9 conceded?", "sql": "SELECT COUNT(\"Position\") FROM \"2-18597302-6\" WHERE \"Losses\" = 1.0 AND \"Conceded\" > 9.0;"} +{"question_id": 14057, "table_id": "2-18616240-1", "question": "What is the venue of the competition with a result of 1st before 2009?", "sql": "SELECT \"Venue\" FROM \"2-18616240-1\" WHERE \"Year\" < 2009.0 AND \"Result\" = '1st';"} +{"question_id": 14058, "table_id": "2-18616240-1", "question": "What was the venue of the 400 m hurdles for the Olympic Games?", "sql": "SELECT \"Venue\" FROM \"2-18616240-1\" WHERE \"Event\" = '400 m hurdles' AND \"Tournament\" = 'Olympic Games';"} +{"question_id": 14059, "table_id": "2-18616240-1", "question": "What was the earliest year for the 400 m hurdles in santiago, chile?", "sql": "SELECT MIN(\"Year\") FROM \"2-18616240-1\" WHERE \"Venue\" = 'santiago, chile' AND \"Event\" = '400 m hurdles';"} +{"question_id": 14060, "table_id": "2-18662686-6", "question": "What time does Belgium have?", "sql": "SELECT \"Time\" FROM \"2-18662686-6\" WHERE \"Country\" = 'Belgium';"} +{"question_id": 14061, "table_id": "2-18662686-6", "question": "Rank 6 has what notes?", "sql": "SELECT \"Notes\" FROM \"2-18662686-6\" WHERE \"Rank\" = 6.0;"} +{"question_id": 14062, "table_id": "2-18662686-6", "question": "Who has less than 5 rank and notes of FB?", "sql": "SELECT \"Athlete\" FROM \"2-18662686-6\" WHERE \"Notes\" = 'FB' AND \"Rank\" < 5.0;"} +{"question_id": 14063, "table_id": "2-18662686-6", "question": "Rank of 6 has what time?", "sql": "SELECT \"Time\" FROM \"2-18662686-6\" WHERE \"Rank\" = 6.0;"} +{"question_id": 14064, "table_id": "2-18645772-5", "question": "What tournament is played on a Carpet surface?", "sql": "SELECT \"Tournament\" FROM \"2-18645772-5\" WHERE \"Surface\" = 'Carpet';"} +{"question_id": 14065, "table_id": "2-18789453-2", "question": "Which Gothic Letter has Proto-Germanic origin of /ɸ/; /b/?", "sql": "SELECT \"Gothic Letter\" FROM \"2-18789453-2\" WHERE \"Proto-Germanic origin\" = '/ɸ/; /b/';"} +{"question_id": 14066, "table_id": "2-18789453-2", "question": "What is the Proto-Germanic origin of the phoneme /[[|j]]/?", "sql": "SELECT \"Proto-Germanic origin\" FROM \"2-18789453-2\" WHERE \"Sound (phoneme)\" = '/[[|j]]/';"} +{"question_id": 14067, "table_id": "2-18789453-2", "question": "What is the Roman entry for the allophone of [[[|k]]]?", "sql": "SELECT \"Roman\" FROM \"2-18789453-2\" WHERE \"Sound (allophone)\" = '[[[|k]]]';"} +{"question_id": 14068, "table_id": "2-18789453-2", "question": "What is the Proto-Germanic origin associated with an allophone of [[[|k]]]?", "sql": "SELECT \"Proto-Germanic origin\" FROM \"2-18789453-2\" WHERE \"Sound (allophone)\" = '[[[|k]]]';"} +{"question_id": 14069, "table_id": "2-18789453-2", "question": "The Proto-Germanic origin of /w/ is associated with what Roman entry?", "sql": "SELECT \"Roman\" FROM \"2-18789453-2\" WHERE \"Proto-Germanic origin\" = '/w/';"} +{"question_id": 14070, "table_id": "2-18789453-2", "question": "the Roman value of t is associated with what allophone?", "sql": "SELECT \"Sound (allophone)\" FROM \"2-18789453-2\" WHERE \"Roman\" = 't';"} +{"question_id": 14071, "table_id": "2-18941206-1", "question": "What is the IHSAA Class for a school in Munster with an enrollment of 1206?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18941206-1\" WHERE \"Enrollment\" > 1206.0 AND \"Location\" = 'Munster';"} +{"question_id": 14072, "table_id": "2-18941206-1", "question": "Where is the school located that has Mustangs as a mascot?", "sql": "SELECT \"Location\" FROM \"2-18941206-1\" WHERE \"Mascot\" = 'Mustangs';"} +{"question_id": 14073, "table_id": "2-18941206-1", "question": "What is the enrollment for the school Highland?", "sql": "SELECT SUM(\"Enrollment\") FROM \"2-18941206-1\" WHERE \"School\" = 'Highland';"} +{"question_id": 14074, "table_id": "2-18541288-12", "question": "Which nominees Won before year 2005?", "sql": "SELECT \"Nominee(s)\" FROM \"2-18541288-12\" WHERE \"Year\" < 2005.0 AND \"Result\" = 'Won';"} +{"question_id": 14075, "table_id": "2-18541288-12", "question": "Which episode in year 2003 that have Gary Murphy and Neil Thompson?", "sql": "SELECT \"Episode\" FROM \"2-18541288-12\" WHERE \"Nominee(s)\" = 'Gary Murphy and Neil Thompson' AND \"Year\" = 2003.0;"} +{"question_id": 14076, "table_id": "2-18541288-12", "question": "What is the average year with Nominated result?", "sql": "SELECT AVG(\"Year\") FROM \"2-18541288-12\" WHERE \"Result\" = 'Nominated';"} +{"question_id": 14077, "table_id": "2-18983311-1", "question": "What is the lowest FA cup goals that have total goals less than 4, with Terry Poole as the name?", "sql": "SELECT MIN(\"FA Cup Goals\") FROM \"2-18983311-1\" WHERE \"Total Goals\" < 4.0 AND \"Name\" = 'Terry Poole';"} +{"question_id": 14078, "table_id": "2-18983311-1", "question": "How many FA cup goals have jimmy nicholson as the name, and league cup goals greater than 0?", "sql": "SELECT COUNT(\"FA Cup Goals\") FROM \"2-18983311-1\" WHERE \"Name\" = 'jimmy nicholson' AND \"League Cup Goals\" > 0.0;"} +{"question_id": 14079, "table_id": "2-18422338-1", "question": "What are the points against for 2001, and games won of 5 (3)?", "sql": "SELECT \"Points against ( Tests )\" FROM \"2-18422338-1\" WHERE \"Year(s)\" = 2001.0 AND \"Games won ( Tests )\" = '5 (3)';"} +{"question_id": 14080, "table_id": "2-18422338-1", "question": "What are the points against for 2000, when games won is 4 (1)?", "sql": "SELECT \"Points against ( Tests )\" FROM \"2-18422338-1\" WHERE \"Year(s)\" = 2000.0 AND \"Games won ( Tests )\" = '4 (1)';"} +{"question_id": 14081, "table_id": "2-18422338-1", "question": "What is the games lost when games played was 2, year was earlier than 1999, and points for was 24?", "sql": "SELECT \"Games lost ( Tests )\" FROM \"2-18422338-1\" WHERE \"Games played ( Tests )\" = '2' AND \"Year(s)\" < 1999.0 AND \"Points for ( Tests )\" = '24';"} +{"question_id": 14082, "table_id": "2-18422338-1", "question": "What is the earliest year when games drawn was 0, points against are 86?", "sql": "SELECT MIN(\"Year(s)\") FROM \"2-18422338-1\" WHERE \"Games drawn ( Tests )\" = '0' AND \"Points against ( Tests )\" = '86';"} +{"question_id": 14083, "table_id": "2-18422338-1", "question": "What tournament or series was played in England, when games played was 4, points for were 121?", "sql": "SELECT \"Tournament or series\" FROM \"2-18422338-1\" WHERE \"Played in\" = 'England' AND \"Games played ( Tests )\" = '4' AND \"Points for ( Tests )\" = '121';"} +{"question_id": 14084, "table_id": "2-18539834-4", "question": "What's the average rating when the Romanji title was Mendol?", "sql": "SELECT \"Average Ratings\" FROM \"2-18539834-4\" WHERE \"Romaji Title\" = 'Mendol';"} +{"question_id": 14085, "table_id": "2-18539834-4", "question": "What's the ratings of TBS of Episode 10 and had a Japanese title of SCANDAL?", "sql": "SELECT \"Average Ratings\" FROM \"2-18539834-4\" WHERE \"TV Station\" = 'TBS' AND \"Episodes\" = '10' AND \"Japanese Title\" = 'SCANDAL';"} +{"question_id": 14086, "table_id": "2-18539834-4", "question": "What's the Japanese title when the Romaji Title was Atsu-hime?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539834-4\" WHERE \"Romaji Title\" = 'Atsu-hime';"} +{"question_id": 14087, "table_id": "2-18539834-4", "question": "What's the Japanese Title when the Romaji title was Ryūsei no Kizuna?", "sql": "SELECT \"Japanese Title\" FROM \"2-18539834-4\" WHERE \"Romaji Title\" = 'Ryūsei no Kizuna';"} +{"question_id": 14088, "table_id": "2-18408905-14", "question": "When the position in 2012-13 is 13th, Third Division what is the location?", "sql": "SELECT \"Location\" FROM \"2-18408905-14\" WHERE \"Position in 2012-13\" = '13th, Third Division';"} +{"question_id": 14089, "table_id": "2-18408905-14", "question": "What is the location for a club of Telecom?", "sql": "SELECT \"Location\" FROM \"2-18408905-14\" WHERE \"Club\" = 'Telecom';"} +{"question_id": 14090, "table_id": "2-18408905-14", "question": "When the position in 2012-12 is 7th, Third Division what is the home ground?", "sql": "SELECT \"Home Ground\" FROM \"2-18408905-14\" WHERE \"Position in 2012-13\" = '7th, Third Division';"} +{"question_id": 14091, "table_id": "2-18408905-14", "question": "What club has a league/division of Fourth Division?", "sql": "SELECT \"Club\" FROM \"2-18408905-14\" WHERE \"League/Division\" = 'Fourth Division';"} +{"question_id": 14092, "table_id": "2-18408905-14", "question": "When the position in 2012-23 is 4th, Second Division what is the club?", "sql": "SELECT \"Club\" FROM \"2-18408905-14\" WHERE \"Position in 2012-13\" = '4th, Second Division';"} +{"question_id": 14093, "table_id": "2-18408905-14", "question": "What location has a home ground of N/A, and position in 2012-13 of 13th, Third Division?", "sql": "SELECT \"Location\" FROM \"2-18408905-14\" WHERE \"Home Ground\" = 'N/A' AND \"Position in 2012-13\" = '13th, Third Division';"} +{"question_id": 14094, "table_id": "2-18486567-2", "question": "What is the usage for the F136E engline?", "sql": "SELECT \"Usage\" FROM \"2-18486567-2\" WHERE \"Engine\" = 'F136E';"} +{"question_id": 14095, "table_id": "2-18486567-2", "question": "What is the for the F136FB engine?", "sql": "SELECT \"Usage\" FROM \"2-18486567-2\" WHERE \"Engine\" = 'F136FB';"} +{"question_id": 14096, "table_id": "2-18505355-1", "question": "What is the hometown OF Mike White?", "sql": "SELECT \"Hometown/School\" FROM \"2-18505355-1\" WHERE \"Position\" = 'OF' AND \"Player\" = 'Mike White';"} +{"question_id": 14097, "table_id": "2-18505355-1", "question": "Which Player was Picked before 13, in a P Position, and is from Georgia Tech?", "sql": "SELECT \"Player\" FROM \"2-18505355-1\" WHERE \"Pick\" < 13.0 AND \"Position\" = 'P' AND \"Hometown/School\" = 'Georgia Tech';"} +{"question_id": 14098, "table_id": "2-18924266-1", "question": "Which Season has a UFL Cup of TBD?", "sql": "SELECT \"Season\" FROM \"2-18924266-1\" WHERE \"UFL Cup\" = 'TBD';"} +{"question_id": 14099, "table_id": "2-18924266-1", "question": "Which PFF NMCC has a AFC PC of DNQ?", "sql": "SELECT \"PFF NMCC\" FROM \"2-18924266-1\" WHERE \"AFC PC\" = 'DNQ';"} +{"question_id": 14100, "table_id": "2-18924266-1", "question": "Which Season has a UFL Cup of Quarter-finals?", "sql": "SELECT \"Season\" FROM \"2-18924266-1\" WHERE \"UFL Cup\" = 'Quarter-finals';"} +{"question_id": 14101, "table_id": "2-18601239-2", "question": "What is the sum of the grid of driver ryan hunter-reay, who has more than 24 points?", "sql": "SELECT SUM(\"Grid\") FROM \"2-18601239-2\" WHERE \"Driver\" = 'ryan hunter-reay' AND \"Points\" > 24.0;"} +{"question_id": 14102, "table_id": "2-18601239-2", "question": "What is the total number of points of driver enrique bernoldi (r)?", "sql": "SELECT COUNT(\"Points\") FROM \"2-18601239-2\" WHERE \"Driver\" = 'enrique bernoldi (r)';"} +{"question_id": 14103, "table_id": "2-18737023-1", "question": "Which TV Time has a Result of W 24–17?", "sql": "SELECT \"TV Time\" FROM \"2-18737023-1\" WHERE \"Result\" = 'W 24–17';"} +{"question_id": 14104, "table_id": "2-18737023-1", "question": "Which Week has a TV Time of CBS 1:00pm, and an Attendance of 72,714?", "sql": "SELECT \"Week\" FROM \"2-18737023-1\" WHERE \"TV Time\" = 'CBS 1:00pm' AND \"Attendance\" = '72,714';"} +{"question_id": 14105, "table_id": "2-18737023-1", "question": "Which TV Time has a Date of January 2, 2005?", "sql": "SELECT \"TV Time\" FROM \"2-18737023-1\" WHERE \"Date\" = 'January 2, 2005';"} +{"question_id": 14106, "table_id": "2-1874292-2", "question": "What was the original name of the restaurant located in Orillia, ON?", "sql": "SELECT \"Original Name\" FROM \"2-1874292-2\" WHERE \"Location\" = 'Orillia, ON';"} +{"question_id": 14107, "table_id": "2-1853523-1", "question": "What was the fate and location of the Ringstad?", "sql": "SELECT \"Fate and location\" FROM \"2-1853523-1\" WHERE \"Ship\" = 'Ringstad';"} +{"question_id": 14108, "table_id": "2-18987966-10", "question": "What is the Score of the game with a Loss of Kiprusoff (2–2)?", "sql": "SELECT \"Score\" FROM \"2-18987966-10\" WHERE \"Loss\" = 'Kiprusoff (2–2)';"} +{"question_id": 14109, "table_id": "2-18420829-3", "question": "Who was the partner on May 16, 2004?", "sql": "SELECT \"Partner\" FROM \"2-18420829-3\" WHERE \"Date\" = 'May 16, 2004';"} +{"question_id": 14110, "table_id": "2-18420829-3", "question": "Who was the match played against in the final on March 14, 2008?", "sql": "SELECT \"Opponents in the final\" FROM \"2-18420829-3\" WHERE \"Date\" = 'March 14, 2008';"} +{"question_id": 14111, "table_id": "2-18792945-9", "question": "What is the title of the production with a number of 1039?", "sql": "SELECT \"Title\" FROM \"2-18792945-9\" WHERE \"Production Number\" = '1039';"} +{"question_id": 14112, "table_id": "2-18792945-9", "question": "What is the production number that has No reissue with a series of LT, a director of Robert McKimson and the title of The Up-Standing Sitter?", "sql": "SELECT \"Production Number\" FROM \"2-18792945-9\" WHERE \"reissue?\" = 'No' AND \"Series\" = 'LT' AND \"Director\" = 'Robert McKimson' AND \"Title\" = 'The Up-Standing Sitter';"} +{"question_id": 14113, "table_id": "2-18792945-9", "question": "What is the title of the film with a production number of 1023?", "sql": "SELECT \"Title\" FROM \"2-18792945-9\" WHERE \"Production Number\" = '1023';"} +{"question_id": 14114, "table_id": "2-18792945-9", "question": "What is the production number for the film, Nothing but the Tooth, directed by Arthur Davis with No reissue number and a series of MM?", "sql": "SELECT \"Production Number\" FROM \"2-18792945-9\" WHERE \"Series\" = 'MM' AND \"reissue?\" = 'No' AND \"Director\" = 'Arthur Davis' AND \"Title\" = 'Nothing but the Tooth';"} +{"question_id": 14115, "table_id": "2-18918142-1", "question": "What is the lowest gold that has a silver less than 2, zimbabwe as the nation, and a bronze less than 1?", "sql": "SELECT MIN(\"Gold\") FROM \"2-18918142-1\" WHERE \"Silver\" < 2.0 AND \"Nation\" = 'zimbabwe' AND \"Bronze\" < 1.0;"} +{"question_id": 14116, "table_id": "2-18868987-2", "question": "What's the nationality of Cardinal-bishop of Albano?", "sql": "SELECT \"Nationality\" FROM \"2-18868987-2\" WHERE \"Cardinalatial order and title\" = 'Cardinal-bishop of Albano';"} +{"question_id": 14117, "table_id": "2-18868987-2", "question": "What are the notes of Cardinal-deacon of S. Maria in Portico?", "sql": "SELECT \"Notes\" FROM \"2-18868987-2\" WHERE \"Cardinalatial order and title\" = 'Cardinal-deacon of S. Maria in Portico';"} +{"question_id": 14118, "table_id": "2-18495923-1", "question": "Which Name has a Constituency number of 1?", "sql": "SELECT \"Name\" FROM \"2-18495923-1\" WHERE \"Constituency number\" = '1';"} +{"question_id": 14119, "table_id": "2-18495923-1", "question": "Which Number of electorates (2009) has a District of sheopur, and a Constituency number of 1?", "sql": "SELECT COUNT(\"Number of electorates (2009)\") FROM \"2-18495923-1\" WHERE \"District\" = 'sheopur' AND \"Constituency number\" = '1';"} +{"question_id": 14120, "table_id": "2-18495923-1", "question": "Which Name has a Reserved for of None, and a Constituency number of 7?", "sql": "SELECT \"Name\" FROM \"2-18495923-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'None' AND \"Constituency number\" = '7';"} +{"question_id": 14121, "table_id": "2-18665110-1", "question": "The game played at Sultan Qaboos Sports Complex, Muscat had what score?", "sql": "SELECT \"Score\" FROM \"2-18665110-1\" WHERE \"Venue\" = 'Sultan Qaboos Sports Complex, Muscat';"} +{"question_id": 14122, "table_id": "2-18786347-6", "question": "What to par has T3 as the place and England as the country?", "sql": "SELECT \"To par\" FROM \"2-18786347-6\" WHERE \"Place\" = 'T3' AND \"Country\" = 'England';"} +{"question_id": 14123, "table_id": "2-18786347-6", "question": "What country has money ($) greater than 233125 and Tiger Woods as the player?", "sql": "SELECT \"Country\" FROM \"2-18786347-6\" WHERE \"Money ( $ )\" > 233125.0 AND \"Player\" = 'Tiger Woods';"} +{"question_id": 14124, "table_id": "2-1886358-1", "question": "How many Games have an Average smaller than 46864, and a W-L-T of 2-3-0, and an Attendance smaller than 98776, and a Season larger than 1958?", "sql": "SELECT SUM(\"Games\") FROM \"2-1886358-1\" WHERE \"Average\" < 46864.0 AND \"W-L-T\" = '2-3-0' AND \"Attendance\" < 98776.0 AND \"Season\" > 1958.0;"} +{"question_id": 14125, "table_id": "2-1886358-1", "question": "How much Attendance has Games smaller than 6, and a W-L-T of 3-2-0, and a Season smaller than 1948?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-1886358-1\" WHERE \"Games\" < 6.0 AND \"W-L-T\" = '3-2-0' AND \"Season\" < 1948.0;"} +{"question_id": 14126, "table_id": "2-1886358-1", "question": "Which Average that has a W-L-T of 5-1, and a Season smaller than 2001, and Games smaller than 6?", "sql": "SELECT AVG(\"Average\") FROM \"2-1886358-1\" WHERE \"W-L-T\" = '5-1' AND \"Season\" < 2001.0 AND \"Games\" < 6.0;"} +{"question_id": 14127, "table_id": "2-18817496-2", "question": "Which Opponent had an Attendance of 78,883?", "sql": "SELECT \"Opponent\" FROM \"2-18817496-2\" WHERE \"Attendance\" = '78,883';"} +{"question_id": 14128, "table_id": "2-18817496-2", "question": "On what date was the attendance a Bye?", "sql": "SELECT \"Date\" FROM \"2-18817496-2\" WHERE \"Attendance\" = 'Bye';"} +{"question_id": 14129, "table_id": "2-18817496-2", "question": "Which week was the December 21, 2003 game?", "sql": "SELECT \"Week\" FROM \"2-18817496-2\" WHERE \"Date\" = 'December 21, 2003';"} +{"question_id": 14130, "table_id": "2-18817496-2", "question": "Which opponent had a Bye for the TV Time?", "sql": "SELECT \"Opponent\" FROM \"2-18817496-2\" WHERE \"TV Time\" = 'Bye';"} +{"question_id": 14131, "table_id": "2-18987966-1", "question": "At what arena was the September 21 game?", "sql": "SELECT \"Arena\" FROM \"2-18987966-1\" WHERE \"Date\" = 'September 21';"} +{"question_id": 14132, "table_id": "2-18987966-1", "question": "What was the record after the game against the Sharks at Arrowhead Pond of Anaheim?", "sql": "SELECT \"Record\" FROM \"2-18987966-1\" WHERE \"Arena\" = 'Arrowhead Pond of Anaheim' AND \"Opponent\" = 'Sharks';"} +{"question_id": 14133, "table_id": "2-18987966-1", "question": "What was the record after the game against the Sharks?", "sql": "SELECT \"Record\" FROM \"2-18987966-1\" WHERE \"Opponent\" = 'Sharks';"} +{"question_id": 14134, "table_id": "2-18652198-18", "question": "who is the player from Arizona State?", "sql": "SELECT \"Player\" FROM \"2-18652198-18\" WHERE \"College\" = 'Arizona State';"} +{"question_id": 14135, "table_id": "2-18652198-18", "question": "what is the position of the player from Florida?", "sql": "SELECT \"Position\" FROM \"2-18652198-18\" WHERE \"College\" = 'Florida';"} +{"question_id": 14136, "table_id": "2-18652198-18", "question": "what is the highest pick for the position Tight end?", "sql": "SELECT MAX(\"Pick\") FROM \"2-18652198-18\" WHERE \"Position\" = 'Tight end';"} +{"question_id": 14137, "table_id": "2-18869646-1", "question": "What is thE lowEst MPG-US combinEd for a grEEn rating of E, mpg in thE UK- combinEd of undEr 42.2, manufacturEr of Volkswagen, and an M6 transmission?", "sql": "SELECT MIN(\"mpg-US Combined\") FROM \"2-18869646-1\" WHERE \"Green Rating\" = 'E' AND \"mpg-UK Combined\" < 42.2 AND \"Manufacturer\" = 'Volkswagen' AND \"Transmission\" = 'M6';"} +{"question_id": 14138, "table_id": "2-18869646-1", "question": "What is the average L/100km urban value having an L/100km extraurban under 7.2, mpg combined in the UK under 39.8, l/100km combined over 7.9, and mpg combined in the US under 25.1?", "sql": "SELECT AVG(\"L/100km Urban (Cold)\") FROM \"2-18869646-1\" WHERE \"L/100km Extra-Urban\" < 7.2 AND \"mpg-UK Combined\" < 39.8 AND \"L/100km Combined\" > 7.9 AND \"mpg-US Combined\" < 25.1;"} +{"question_id": 14139, "table_id": "2-18869646-1", "question": "What is the mpg-UK urban (cold) for a fuel type of Diesel, extraurban MPG in the UK over 68.9, engine capacity of 1422, and L/100km urban (cold) over 5.1?", "sql": "SELECT \"mpg-UK Urban (Cold)\" FROM \"2-18869646-1\" WHERE \"Fuel Type\" = 'Diesel' AND \"mpg-UK Extra-Urban\" > 68.9 AND \"Engine Capacity\" = 1422.0 AND \"L/100km Urban (Cold)\" > 5.1;"} +{"question_id": 14140, "table_id": "2-18869646-1", "question": "What is the green rating for the vehicle with L/100km urban (cold) over 10.9, mpg in the US (urban) over 14.1, manufacturer of Volkswagen, and engine capacity under 3189?", "sql": "SELECT \"Green Rating\" FROM \"2-18869646-1\" WHERE \"L/100km Urban (Cold)\" > 10.9 AND \"mpg-US Urban\" > 14.1 AND \"Manufacturer\" = 'Volkswagen' AND \"Engine Capacity\" < 3189.0;"} +{"question_id": 14141, "table_id": "2-18869646-1", "question": "What is the average L/100km urban (cold) for engine capacities over 1910, mpg in the US (urban) under 25.3, mpg in the UK (combined) over 27.2, and mpg in the UK (urban, cold) of 22.4?", "sql": "SELECT AVG(\"L/100km Urban (Cold)\") FROM \"2-18869646-1\" WHERE \"Engine Capacity\" > 1910.0 AND \"mpg-US Urban\" < 25.3 AND \"mpg-UK Combined\" > 27.2 AND \"mpg-UK Urban (Cold)\" = 22.4;"} +{"question_id": 14142, "table_id": "2-18869646-1", "question": "What is the lowest combined mpg in the US for the a6 transmission, a CO2 g/km under 303, engine capacity over 2461, and L/100km urban (cold) of 15.9?", "sql": "SELECT MIN(\"mpg-US Combined\") FROM \"2-18869646-1\" WHERE \"Transmission\" = 'a6' AND \"CO 2 g/km\" < 303.0 AND \"Engine Capacity\" > 2461.0 AND \"L/100km Urban (Cold)\" = 15.9;"} +{"question_id": 14143, "table_id": "2-18792948-2", "question": "What was the release date of the episode titled Drip-Along Daffy?", "sql": "SELECT \"Release date\" FROM \"2-18792948-2\" WHERE \"Title\" = 'Drip-Along Daffy';"} +{"question_id": 14144, "table_id": "2-18792948-2", "question": "What is the reissue status of the episode titled Rabbit Every Monday?", "sql": "SELECT \"reissue?\" FROM \"2-18792948-2\" WHERE \"Title\" = 'Rabbit Every Monday';"} +{"question_id": 14145, "table_id": "2-1886760-1", "question": "Who is in October when Carina Ragnarsson is in November?", "sql": "SELECT \"October\" FROM \"2-1886760-1\" WHERE \"November\" = 'Carina Ragnarsson';"} +{"question_id": 14146, "table_id": "2-1886760-1", "question": "Who is in November in the year 1979?", "sql": "SELECT \"November\" FROM \"2-1886760-1\" WHERE \"Year\" = 1979.0;"} +{"question_id": 14147, "table_id": "2-1886760-1", "question": "Who is in December when November has Alexus Winston?", "sql": "SELECT \"December\" FROM \"2-1886760-1\" WHERE \"November\" = 'Alexus Winston';"} +{"question_id": 14148, "table_id": "2-1886760-1", "question": "Who is in November after 1988 when Prinzzess is in October?", "sql": "SELECT \"November\" FROM \"2-1886760-1\" WHERE \"Year\" > 1988.0 AND \"October\" = 'Prinzzess';"} +{"question_id": 14149, "table_id": "2-189252-2", "question": "What is the line that has Lucania as the ship and 1894 as the date?", "sql": "SELECT \"Line\" FROM \"2-189252-2\" WHERE \"Ship\" = 'Lucania' AND \"Year\" = '1894';"} +{"question_id": 14150, "table_id": "2-1851722-28", "question": "Which Genre has a Developer(s) of Naughty Dog?", "sql": "SELECT \"Genre\" FROM \"2-1851722-28\" WHERE \"Developer(s)\" = 'Naughty Dog';"} +{"question_id": 14151, "table_id": "2-1851722-28", "question": "Which Year has a Game of Resident Evil 4?", "sql": "SELECT AVG(\"Year\") FROM \"2-1851722-28\" WHERE \"Game\" = 'Resident Evil 4';"} +{"question_id": 14152, "table_id": "2-1851722-28", "question": "Which Developer(s) has a Year of 2010?", "sql": "SELECT \"Developer(s)\" FROM \"2-1851722-28\" WHERE \"Year\" = 2010.0;"} +{"question_id": 14153, "table_id": "2-1892355-2", "question": "Who is the Opponent of the match with a Record of 0-1?", "sql": "SELECT \"Opponent\" FROM \"2-1892355-2\" WHERE \"Record\" = '0-1';"} +{"question_id": 14154, "table_id": "2-1892355-2", "question": "What is the Time of the match with a Record of 3-3?", "sql": "SELECT \"Time\" FROM \"2-1892355-2\" WHERE \"Record\" = '3-3';"} +{"question_id": 14155, "table_id": "2-1892355-2", "question": "What is the Method of the match with a Time of 4:07?", "sql": "SELECT \"Method\" FROM \"2-1892355-2\" WHERE \"Time\" = '4:07';"} +{"question_id": 14156, "table_id": "2-18932682-1", "question": "Which Published as serial has a Published as novel of October 1917, McClurg?", "sql": "SELECT \"Published as serial\" FROM \"2-18932682-1\" WHERE \"Published as novel\" = 'October 1917, McClurg';"} +{"question_id": 14157, "table_id": "2-18932682-1", "question": "Which Fictional narrator has a Published as serial of February–July 1912, All-Story?", "sql": "SELECT \"Fictional narrator\" FROM \"2-18932682-1\" WHERE \"Published as serial\" = 'February–July 1912, All-Story';"} +{"question_id": 14158, "table_id": "2-18932682-1", "question": "Which year in novel has a Published as serial of November 1934-April 1935, Blue Book?", "sql": "SELECT \"Year in novel\" FROM \"2-18932682-1\" WHERE \"Published as serial\" = 'November 1934-April 1935, Blue Book';"} +{"question_id": 14159, "table_id": "2-1893924-5", "question": "How many Goals have Games smaller than 6, and a Debut year of 1939, and Years at club of 1939, 1941?", "sql": "SELECT COUNT(\"Goals\") FROM \"2-1893924-5\" WHERE \"Games\" < 6.0 AND \"Debut year\" = 1939.0 AND \"Years at club\" = '1939, 1941';"} +{"question_id": 14160, "table_id": "2-1893924-5", "question": "Which Years at club have a Debut year of 1930, and Games larger than 7, and a Player of Colin Benham?", "sql": "SELECT \"Years at club\" FROM \"2-1893924-5\" WHERE \"Debut year\" = 1930.0 AND \"Games\" > 7.0 AND \"Player\" = 'Colin Benham';"} +{"question_id": 14161, "table_id": "2-1893924-5", "question": "WhichPlayer has a Debut year larger than 1930, and Goals smaller than 95, and Years at club of 1938, and Games of 6?", "sql": "SELECT \"Player\" FROM \"2-1893924-5\" WHERE \"Debut year\" > 1930.0 AND \"Goals\" < 95.0 AND \"Years at club\" = '1938' AND \"Games\" = 6.0;"} +{"question_id": 14162, "table_id": "2-18823880-8", "question": "What is the cores when the L3 cache is 8 MB, and the frequency is 2.5 GHz?", "sql": "SELECT \"Cores\" FROM \"2-18823880-8\" WHERE \"L3 cache\" = '8 MB' AND \"Frequency\" = '2.5 GHz';"} +{"question_id": 14163, "table_id": "2-18823880-8", "question": "What is the model number with a release price of $303, and a sSpec number of SR14Q(C0)?", "sql": "SELECT \"Model number\" FROM \"2-18823880-8\" WHERE \"Release price ( USD )\" = '$303' AND \"sSpec number\" = 'SR14Q(C0)';"} +{"question_id": 14164, "table_id": "2-18823880-8", "question": "What turbo has a L2 cache of 4 × 256 KB, a release date of June 2013, and a Model number of Core i7-4770S?", "sql": "SELECT \"Turbo\" FROM \"2-18823880-8\" WHERE \"L2 cache\" = '4 × 256 KB' AND \"Release date\" = 'June 2013' AND \"Model number\" = 'Core i7-4770S';"} +{"question_id": 14165, "table_id": "2-18823880-8", "question": "What is the socket when the sSpec number is standard power?", "sql": "SELECT \"Socket\" FROM \"2-18823880-8\" WHERE \"sSpec number\" = 'standard power';"} +{"question_id": 14166, "table_id": "2-18823880-8", "question": "What is the GPU model when the L3 cache is standard power?", "sql": "SELECT \"GPU model\" FROM \"2-18823880-8\" WHERE \"L3 cache\" = 'standard power';"} +{"question_id": 14167, "table_id": "2-18823880-8", "question": "What cores has an L2 cache of low power?", "sql": "SELECT \"Cores\" FROM \"2-18823880-8\" WHERE \"L2 cache\" = 'low power';"} +{"question_id": 14168, "table_id": "2-18421908-1", "question": "What is the position for Discus in 2013?", "sql": "SELECT \"Position\" FROM \"2-18421908-1\" WHERE \"Event\" = 'Discus' AND \"Year\" = 2013.0;"} +{"question_id": 14169, "table_id": "2-18421908-1", "question": "What event was the competition World Junior Championships in 2010?", "sql": "SELECT \"Event\" FROM \"2-18421908-1\" WHERE \"Competition\" = 'World Junior Championships' AND \"Year\" = 2010.0;"} +{"question_id": 14170, "table_id": "2-1842080-3", "question": "Which year had a vehicle of Mitsubishi?", "sql": "SELECT \"Year\" FROM \"2-1842080-3\" WHERE \"Vehicle\" = 'Mitsubishi';"} +{"question_id": 14171, "table_id": "2-1842080-3", "question": "Which class had a vehicle of Nissan in 2007?", "sql": "SELECT \"Class\" FROM \"2-1842080-3\" WHERE \"Vehicle\" = 'Nissan' AND \"Year\" = 2007.0;"} +{"question_id": 14172, "table_id": "2-1842080-3", "question": "Which vehicle had a class of Car in years after 2009 with 0 stages won and position of 5?", "sql": "SELECT \"Vehicle\" FROM \"2-1842080-3\" WHERE \"Class\" = 'Car' AND \"Year\" > 2009.0 AND \"Stages won\" = '0' AND \"Position\" = '5';"} +{"question_id": 14173, "table_id": "2-1842080-3", "question": "Which year had a position of 9?", "sql": "SELECT \"Year\" FROM \"2-1842080-3\" WHERE \"Position\" = '9';"} +{"question_id": 14174, "table_id": "2-18974097-7", "question": "What county is the team with the mascot of the Tigers in?", "sql": "SELECT \"County\" FROM \"2-18974097-7\" WHERE \"Mascot\" = 'Tigers';"} +{"question_id": 14175, "table_id": "2-18974097-7", "question": "What is the enrollment at Lanesville?", "sql": "SELECT AVG(\"Enrollment\") FROM \"2-18974097-7\" WHERE \"School\" = 'Lanesville';"} +{"question_id": 14176, "table_id": "2-18974097-7", "question": "What is the IHSAA class for the school in 10 Clark county with mascot of the Mustangs?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18974097-7\" WHERE \"County\" = '10 Clark' AND \"Mascot\" = 'Mustangs';"} +{"question_id": 14177, "table_id": "2-18974097-7", "question": "What is the mascot at Borden?", "sql": "SELECT \"Mascot\" FROM \"2-18974097-7\" WHERE \"School\" = 'Borden';"} +{"question_id": 14178, "table_id": "2-18974097-7", "question": "What is the mascot of the school in New Washington in 10 Clark county?", "sql": "SELECT \"Mascot\" FROM \"2-18974097-7\" WHERE \"County\" = '10 Clark' AND \"Location\" = 'New Washington';"} +{"question_id": 14179, "table_id": "2-18895028-1", "question": "Which Owner(s) has a Description of Hunslet Engine Company 0-6-0ST?", "sql": "SELECT \"Owner(s)\" FROM \"2-18895028-1\" WHERE \"Description\" = 'Hunslet Engine Company 0-6-0ST';"} +{"question_id": 14180, "table_id": "2-18513028-1", "question": "What is the prize level when the Prize if Wrong is 1000 and the question is less than 2?", "sql": "SELECT SUM(\"Prize Level (in Rupees)\") FROM \"2-18513028-1\" WHERE \"Prize If Wrong\" = 1000.0 AND \"Question #\" < 2.0;"} +{"question_id": 14181, "table_id": "2-18517491-1", "question": "What is the number of electorates (2009) for Constituency number 182?", "sql": "SELECT \"Number of electorates (2009)\" FROM \"2-18517491-1\" WHERE \"Constituency number\" = '182';"} +{"question_id": 14182, "table_id": "2-18517491-1", "question": "What is the Constituency number for Pandhana?", "sql": "SELECT \"Constituency number\" FROM \"2-18517491-1\" WHERE \"Name\" = 'Pandhana';"} +{"question_id": 14183, "table_id": "2-18517491-1", "question": "Which Name has a Number of electorates (2009) greater than 188799?", "sql": "SELECT \"Name\" FROM \"2-18517491-1\" WHERE \"Number of electorates (2009)\" > 188799.0;"} +{"question_id": 14184, "table_id": "2-18517491-1", "question": "What is the ConSTituency number for Bikhangaon with a Reserved for ( SC / ST /None) of ST?", "sql": "SELECT \"Constituency number\" FROM \"2-18517491-1\" WHERE \"Reserved for ( SC / ST /None)\" = 'ST' AND \"Name\" = 'Bikhangaon';"} +{"question_id": 14185, "table_id": "2-18938143-5", "question": "How many silver medals for germany with a bronze count more than 0?", "sql": "SELECT MAX(\"Silver\") FROM \"2-18938143-5\" WHERE \"Nation\" = 'germany' AND \"Bronze\" > 0.0;"} +{"question_id": 14186, "table_id": "2-18938143-5", "question": "How many gold medals when the total is more than 1 and 18 silver?", "sql": "SELECT MIN(\"Gold\") FROM \"2-18938143-5\" WHERE \"Total\" > 1.0 AND \"Silver\" = 18.0;"} +{"question_id": 14187, "table_id": "2-18938143-5", "question": "How many bronze medals has a total less than 3 with a silver less than 1 and gold more than 1?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-18938143-5\" WHERE \"Total\" < 3.0 AND \"Silver\" < 1.0 AND \"Gold\" > 1.0;"} +{"question_id": 14188, "table_id": "2-18913971-1", "question": "what is the venue on October 28, 2008?", "sql": "SELECT \"Venue\" FROM \"2-18913971-1\" WHERE \"Date\" = 'October 28, 2008';"} +{"question_id": 14189, "table_id": "2-18913971-1", "question": "what is the result on September 10, 2008?", "sql": "SELECT \"Result\" FROM \"2-18913971-1\" WHERE \"Date\" = 'September 10, 2008';"} +{"question_id": 14190, "table_id": "2-18617487-1", "question": "What is the name of the player with more than 0 assists, a position of Forward, 19 goals, and more than 84 apps?", "sql": "SELECT \"Name\" FROM \"2-18617487-1\" WHERE \"Assists\" > 0.0 AND \"Position\" = 'Forward' AND \"Apps\" > 84.0 AND \"Goals\" = 19.0;"} +{"question_id": 14191, "table_id": "2-18617487-1", "question": "What is the total goals with 12 assists, and less than 291 apps?", "sql": "SELECT SUM(\"Goals\") FROM \"2-18617487-1\" WHERE \"Assists\" = 12.0 AND \"Apps\" < 291.0;"} +{"question_id": 14192, "table_id": "2-18617487-1", "question": "What is the total of apps for Keith Treacy?", "sql": "SELECT SUM(\"Apps\") FROM \"2-18617487-1\" WHERE \"Name\" = 'Keith Treacy';"} +{"question_id": 14193, "table_id": "2-18569335-2", "question": "What nationality is Erin Donohue?", "sql": "SELECT \"Nationality\" FROM \"2-18569335-2\" WHERE \"Name\" = 'Erin Donohue';"} +{"question_id": 14194, "table_id": "2-18569335-2", "question": "How many heats did Runners from guinea-bissau run, with rank higher than 33?", "sql": "SELECT SUM(\"Heat\") FROM \"2-18569335-2\" WHERE \"Nationality\" = 'guinea-bissau' AND \"Rank\" < 33.0;"} +{"question_id": 14195, "table_id": "2-18660293-1", "question": "what is the 1st round when team 1 is Stade Lavallois (D2)?", "sql": "SELECT \"1st round\" FROM \"2-18660293-1\" WHERE \"Team 1\" = 'Stade Lavallois (D2)';"} +{"question_id": 14196, "table_id": "2-18660293-1", "question": "what is the 1st round when team 2 is USL Dunkerque (D2)?", "sql": "SELECT \"1st round\" FROM \"2-18660293-1\" WHERE \"Team 2\" = 'USL Dunkerque (D2)';"} +{"question_id": 14197, "table_id": "2-18660293-1", "question": "who is team 1 when team 2 is USL Dunkerque (D2)?", "sql": "SELECT \"Team 1\" FROM \"2-18660293-1\" WHERE \"Team 2\" = 'USL Dunkerque (D2)';"} +{"question_id": 14198, "table_id": "2-1859855-2", "question": "What is the Hometown of Candidate Lenny Veltman?", "sql": "SELECT \"Hometown\" FROM \"2-1859855-2\" WHERE \"Candidate\" = 'Lenny Veltman';"} +{"question_id": 14199, "table_id": "2-1859855-2", "question": "What is the Background of the Candidate from Barrington, Illinois?", "sql": "SELECT \"Background\" FROM \"2-1859855-2\" WHERE \"Hometown\" = 'Barrington, Illinois';"} +{"question_id": 14200, "table_id": "2-1859855-2", "question": "What is the Original Team of the Clothing Company Owner Candidate?", "sql": "SELECT \"Original Team\" FROM \"2-1859855-2\" WHERE \"Background\" = 'Clothing Company Owner';"} +{"question_id": 14201, "table_id": "2-18758280-3", "question": "what is the average place when the artist is juliana pasha & luiz ejlli and the points is more than 119?", "sql": "SELECT AVG(\"Place\") FROM \"2-18758280-3\" WHERE \"Artist\" = 'juliana pasha & luiz ejlli' AND \"Points\" > 119.0;"} +{"question_id": 14202, "table_id": "2-18758280-3", "question": "what is the song that has 17 points?", "sql": "SELECT \"Song\" FROM \"2-18758280-3\" WHERE \"Points\" = 17.0;"} +{"question_id": 14203, "table_id": "2-18569105-2", "question": "What is the shortest Time for David Neville when his React time was greater than 0.183?", "sql": "SELECT MIN(\"Time\") FROM \"2-18569105-2\" WHERE \"React\" > 0.183 AND \"Athlete\" = 'David Neville';"} +{"question_id": 14204, "table_id": "2-18792950-5", "question": "What is the Title of the LT Series Filmography with a Release date of 1964-02-08?", "sql": "SELECT \"Title\" FROM \"2-18792950-5\" WHERE \"Series\" = 'LT' AND \"Release date\" = '1964-02-08';"} +{"question_id": 14205, "table_id": "2-18792950-5", "question": "What is the Series of the Filmography by Directory Friz Freleng?", "sql": "SELECT \"Series\" FROM \"2-18792950-5\" WHERE \"Director\" = 'Friz Freleng';"} +{"question_id": 14206, "table_id": "2-18792950-5", "question": "What is the Release date of the Filmography directed by Robert McKimson in MM Series with Production Number 1665?", "sql": "SELECT \"Release date\" FROM \"2-18792950-5\" WHERE \"Director\" = 'Robert McKimson' AND \"Series\" = 'MM' AND \"Production Number\" = '1665';"} +{"question_id": 14207, "table_id": "2-18792950-5", "question": "What is the Director of the Filmography The Iceman Ducketh?", "sql": "SELECT \"Director\" FROM \"2-18792950-5\" WHERE \"Title\" = 'The Iceman Ducketh';"} +{"question_id": 14208, "table_id": "2-18792950-5", "question": "What is the Production Number of the Filmography in MM Series with a Release date of 1964-06-27?", "sql": "SELECT \"Production Number\" FROM \"2-18792950-5\" WHERE \"Series\" = 'MM' AND \"Release date\" = '1964-06-27';"} +{"question_id": 14209, "table_id": "2-18493040-8", "question": "What is the Date of the Game with a Record of 46-22?", "sql": "SELECT \"Date\" FROM \"2-18493040-8\" WHERE \"Record\" = '46-22';"} +{"question_id": 14210, "table_id": "2-18493040-8", "question": "What is the Date of the Game with a Score of W 112-107 (OT)?", "sql": "SELECT \"Date\" FROM \"2-18493040-8\" WHERE \"Score\" = 'W 112-107 (OT)';"} +{"question_id": 14211, "table_id": "2-18568955-4", "question": "What is the athlete Muna Lee lowest time?", "sql": "SELECT MIN(\"Time\") FROM \"2-18568955-4\" WHERE \"Athlete\" = 'Muna Lee';"} +{"question_id": 14212, "table_id": "2-18568955-4", "question": "What is the sum of rank for the athlete kerron stewart, and a time smaller than 11.05?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18568955-4\" WHERE \"Athlete\" = 'kerron stewart' AND \"Time\" < 11.05;"} +{"question_id": 14213, "table_id": "2-18568955-4", "question": "What is a highest time for the heat smaller than 1?", "sql": "SELECT MAX(\"Time\") FROM \"2-18568955-4\" WHERE \"Heat\" < 1.0;"} +{"question_id": 14214, "table_id": "2-18568955-4", "question": "What is the highest time for athlete torri edwards, and a rank larger than 6?", "sql": "SELECT MAX(\"Time\") FROM \"2-18568955-4\" WHERE \"Athlete\" = 'torri edwards' AND \"Rank\" > 6.0;"} +{"question_id": 14215, "table_id": "2-188701-1", "question": "What's the IS-2 when the KV-1S is 114?", "sql": "SELECT \"IS-2 M1945\" FROM \"2-188701-1\" WHERE \"KV-1S M1942\" = '114';"} +{"question_id": 14216, "table_id": "2-188701-1", "question": "What's the IS-3 when the KV-1S is 45?", "sql": "SELECT \"IS-3 M1945\" FROM \"2-188701-1\" WHERE \"KV-1S M1942\" = '45';"} +{"question_id": 14217, "table_id": "2-188701-1", "question": "What's the T-100 when the IS-3 is 150 (225)?", "sql": "SELECT \"T-100\" FROM \"2-188701-1\" WHERE \"IS-3 M1945\" = '150 (225)';"} +{"question_id": 14218, "table_id": "2-188701-1", "question": "What's the IS-3 when the KV-85 is 40?", "sql": "SELECT \"IS-3 M1945\" FROM \"2-188701-1\" WHERE \"KV-85 M1943\" = '40';"} +{"question_id": 14219, "table_id": "2-188701-1", "question": "What's the KV-85 when the KV-1S is 45?", "sql": "SELECT \"KV-85 M1943\" FROM \"2-188701-1\" WHERE \"KV-1S M1942\" = '45';"} +{"question_id": 14220, "table_id": "2-18636493-1", "question": "What is the sum of the bronze medals won by South Korea?", "sql": "SELECT SUM(\"Bronze\") FROM \"2-18636493-1\" WHERE \"Nation\" = 'South Korea';"} +{"question_id": 14221, "table_id": "2-18672607-1", "question": "Which year did Park Tudor school join IHSAA class AA?", "sql": "SELECT \"Year Joined\" FROM \"2-18672607-1\" WHERE \"IHSAA Class Football\" = 'AA' AND \"School\" = 'Park Tudor';"} +{"question_id": 14222, "table_id": "2-18672607-1", "question": "Which IHSAA class does Speedway school belong to?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18672607-1\" WHERE \"School\" = 'Speedway';"} +{"question_id": 14223, "table_id": "2-18672607-1", "question": "Which ISHAA school joined in 2012 and has a mascot of the Panthers?", "sql": "SELECT \"IHSAA Class\" FROM \"2-18672607-1\" WHERE \"Year Joined\" < 2012.0 AND \"Mascot\" = 'Panthers';"} +{"question_id": 14224, "table_id": "2-18479882-1", "question": "Which Tries against has Points against larger than 156, and Points for of 127, and Tries for larger than 17?", "sql": "SELECT AVG(\"Tries against\") FROM \"2-18479882-1\" WHERE \"Points against\" > 156.0 AND \"Points for\" = 127.0 AND \"Tries for\" > 17.0;"} +{"question_id": 14225, "table_id": "2-18479882-1", "question": "Which Try diff has Tries for of 12?", "sql": "SELECT \"Try diff\" FROM \"2-18479882-1\" WHERE \"Tries for\" = 12.0;"} +{"question_id": 14226, "table_id": "2-18610868-1", "question": "What is SS Player Rich McKinney's Team?", "sql": "SELECT \"Team\" FROM \"2-18610868-1\" WHERE \"Position\" = 'SS' AND \"Player\" = 'Rich McKinney';"} +{"question_id": 14227, "table_id": "2-18610868-1", "question": "What is the Player from Dayton, OH with a Pick of 15 or larger?", "sql": "SELECT \"Player\" FROM \"2-18610868-1\" WHERE \"Pick\" > 15.0 AND \"Hometown/School\" = 'Dayton, OH';"} +{"question_id": 14228, "table_id": "2-18610868-1", "question": "What is the Pick of the Player from Stamford, CT?", "sql": "SELECT MAX(\"Pick\") FROM \"2-18610868-1\" WHERE \"Hometown/School\" = 'Stamford, CT';"} +{"question_id": 14229, "table_id": "2-18974097-4", "question": "What is the county with an AA IHSAA class in Ferdinand?", "sql": "SELECT \"County\" FROM \"2-18974097-4\" WHERE \"IHSAA Class\" = 'AA' AND \"Location\" = 'Ferdinand';"} +{"question_id": 14230, "table_id": "2-18974097-4", "question": "What is the lowest size of the school with Titans as the mascot?", "sql": "SELECT MIN(\"Size\") FROM \"2-18974097-4\" WHERE \"Mascot\" = 'Titans';"} +{"question_id": 14231, "table_id": "2-18974097-4", "question": "What school has a size less than 674, has a county of 19 Dubois, and has the Rangers as their mascot?", "sql": "SELECT \"School\" FROM \"2-18974097-4\" WHERE \"Size\" < 674.0 AND \"County\" = '19 Dubois' AND \"Mascot\" = 'Rangers';"} +{"question_id": 14232, "table_id": "2-18594233-7", "question": "Which player has a score of 71-69-71-67=278?", "sql": "SELECT \"Player\" FROM \"2-18594233-7\" WHERE \"Score\" = '71-69-71-67=278';"} +{"question_id": 14233, "table_id": "2-1875157-1", "question": "How many Wins have Winnings of $184,190, and a Top 10 larger than 1?", "sql": "SELECT COUNT(\"Wins\") FROM \"2-1875157-1\" WHERE \"Winnings\" = '$184,190' AND \"Top 10\" > 1.0;"} +{"question_id": 14234, "table_id": "2-18946749-1", "question": "What is the highest col in m of the puncak jaya (carstensz pyramid) peak, which is ranked lower than 7 and has a prominence less than 4884 m?", "sql": "SELECT MAX(\"Col (m)\") FROM \"2-18946749-1\" WHERE \"Rank\" < 7.0 AND \"Peak\" = 'puncak jaya (carstensz pyramid)' AND \"Prominence (m)\" < 4884.0;"} +{"question_id": 14235, "table_id": "2-18946749-1", "question": "What is the highest elevation in m of the bon irau peak, which has a col greater than 0 m and a prominence less than 1900 m?", "sql": "SELECT MAX(\"Elevation (m)\") FROM \"2-18946749-1\" WHERE \"Col (m)\" > 0.0 AND \"Peak\" = 'bon irau' AND \"Prominence (m)\" < 1900.0;"} +{"question_id": 14236, "table_id": "2-18765877-1", "question": "Which round was the defensive tackle picked after 187?", "sql": "SELECT AVG(\"Round\") FROM \"2-18765877-1\" WHERE \"Position\" = 'defensive tackle' AND \"Pick #\" > 187.0;"} +{"question_id": 14237, "table_id": "2-1862179-4", "question": "What was the title for the label Mother / MVP / Polydor?", "sql": "SELECT \"Title\" FROM \"2-1862179-4\" WHERE \"Label\" = 'Mother / MVP / Polydor';"} +{"question_id": 14238, "table_id": "2-1862179-4", "question": "What was the label for Shake Your Groove Thing in USA?", "sql": "SELECT \"Label\" FROM \"2-1862179-4\" WHERE \"Country of Release\" = 'USA' AND \"Title\" = 'Shake Your Groove Thing';"} +{"question_id": 14239, "table_id": "2-18890528-2", "question": "What is listed as the Place of birth for the Elector of Soffredo?", "sql": "SELECT \"Place of birth\" FROM \"2-18890528-2\" WHERE \"Elector\" = 'Soffredo';"} +{"question_id": 14240, "table_id": "2-18890528-2", "question": "What's the Place of birth listed that has an Elevator of Alexander III, and an Elector of Ruggiero di San Severino?", "sql": "SELECT \"Place of birth\" FROM \"2-18890528-2\" WHERE \"Elevator\" = 'Alexander III' AND \"Elector\" = 'Ruggiero di San Severino';"} +{"question_id": 14241, "table_id": "2-18890528-2", "question": "What is listed for the Elevator, that also has the Cardinalatial title of Deacon of S. Maria in Portico?", "sql": "SELECT \"Elevator\" FROM \"2-18890528-2\" WHERE \"Cardinalatial title\" = 'Deacon of S. Maria in Portico';"} +{"question_id": 14242, "table_id": "2-18890528-2", "question": "What is listed for the Elector that also has the Cardinalatial title of Priest of S. Marco?", "sql": "SELECT \"Elector\" FROM \"2-18890528-2\" WHERE \"Cardinalatial title\" = 'Priest of S. Marco';"} +{"question_id": 14243, "table_id": "2-18890528-2", "question": "What is listed for the Elevator that has the Elector of Gerardo?", "sql": "SELECT \"Elevator\" FROM \"2-18890528-2\" WHERE \"Elector\" = 'Gerardo';"} +{"question_id": 14244, "table_id": "2-18890528-2", "question": "What is listed as the Place of Birth for the Elector of Pandolfo?", "sql": "SELECT \"Place of birth\" FROM \"2-18890528-2\" WHERE \"Elector\" = 'Pandolfo';"} +{"question_id": 14245, "table_id": "2-1860425-1", "question": "what is the least density (per km²) when the area (km²) is more than 129825 and the rank is 3?", "sql": "SELECT MIN(\"Density (per km²)\") FROM \"2-1860425-1\" WHERE \"Area (km²)\" > 129825.0 AND \"Rank\" = '3';"} +{"question_id": 14246, "table_id": "2-1860425-1", "question": "what is the Density (per km²) when the Area (km²) is 372889 and the population (2011) is 1145861?", "sql": "SELECT SUM(\"Density (per km²)\") FROM \"2-1860425-1\" WHERE \"Area (km²)\" = 372889.0 AND \"Population (2011)\" > 1145861.0;"} +{"question_id": 14247, "table_id": "2-1860425-1", "question": "what is the area (km²) when the rank is south africa and the population (2011) is more than 51770561?", "sql": "SELECT AVG(\"Area (km²)\") FROM \"2-1860425-1\" WHERE \"Rank\" = 'south africa' AND \"Population (2011)\" > 51770561.0;"} +{"question_id": 14248, "table_id": "2-1860425-1", "question": "what is the least density (per km²) when the rank is 5 and the Area (km²) is less than 125755?", "sql": "SELECT MIN(\"Density (per km²)\") FROM \"2-1860425-1\" WHERE \"Rank\" = '5' AND \"Area (km²)\" < 125755.0;"} +{"question_id": 14249, "table_id": "2-18823880-18", "question": "what is the turbo when the frequency is 2.2 GHz?", "sql": "SELECT \"Turbo\" FROM \"2-18823880-18\" WHERE \"Frequency\" = '2.2 GHz';"} +{"question_id": 14250, "table_id": "2-18823880-18", "question": "what is the gpu frequency when the part number is CW8064701470702?", "sql": "SELECT \"GPU frequency\" FROM \"2-18823880-18\" WHERE \"Part number(s)\" = 'CW8064701470702';"} +{"question_id": 14251, "table_id": "2-18823880-18", "question": "what is the release date when the sspec number is SR15H(C0)?", "sql": "SELECT \"Release date\" FROM \"2-18823880-18\" WHERE \"sSpec number\" = 'SR15H(C0)';"} +{"question_id": 14252, "table_id": "2-18823880-18", "question": "what is the sspec number when the part number is CW8064701470802?", "sql": "SELECT \"sSpec number\" FROM \"2-18823880-18\" WHERE \"Part number(s)\" = 'CW8064701470802';"} +{"question_id": 14253, "table_id": "2-18666541-2", "question": "what is the average rank when the cyclist is Alexandr Pliuschin?", "sql": "SELECT AVG(\"Rank\") FROM \"2-18666541-2\" WHERE \"Cyclist\" = 'Alexandr Pliuschin';"} +{"question_id": 14254, "table_id": "2-18666541-2", "question": "what is the rank when heat is 9 and the nation is Great Britain?", "sql": "SELECT SUM(\"Rank\") FROM \"2-18666541-2\" WHERE \"Heat\" = 9.0 AND \"Nation\" = 'Great Britain';"} +{"question_id": 14255, "table_id": "2-18666541-2", "question": "what is the result when the rank is 12?", "sql": "SELECT \"Result\" FROM \"2-18666541-2\" WHERE \"Rank\" = 12.0;"} +{"question_id": 14256, "table_id": "2-18917839-1", "question": "Which competition had a year of 2010 with Snatch weight of 185kg?", "sql": "SELECT \"Competition\" FROM \"2-18917839-1\" WHERE \"Year\" = 2010.0 AND \"Snatch\" = '185kg';"} +{"question_id": 14257, "table_id": "2-18917839-1", "question": "What was the Snatch weight for the year that had a total of 409kg?", "sql": "SELECT \"Snatch\" FROM \"2-18917839-1\" WHERE \"Total\" = '409kg';"} +{"question_id": 14258, "table_id": "2-18917839-1", "question": "What was the Clean and Jerk weight for the year that had a Snatch result of 190kg?", "sql": "SELECT \"Clean and Jerk\" FROM \"2-18917839-1\" WHERE \"Snatch\" = '190kg';"} +{"question_id": 14259, "table_id": "2-18917839-1", "question": "What was the highest place result in 2010 with a Clean and Jerk weight of 224kg?", "sql": "SELECT MAX(\"Place\") FROM \"2-18917839-1\" WHERE \"Year\" = 2010.0 AND \"Clean and Jerk\" = '224kg';"} +{"question_id": 14260, "table_id": "2-18917839-1", "question": "Which competition led to a total weight of 428kg?", "sql": "SELECT \"Competition\" FROM \"2-18917839-1\" WHERE \"Total\" = '428kg';"} +{"question_id": 14261, "table_id": "2-18508174-2", "question": "What is the Halil Mutlu when the world record is Olympic record and the 138kg is 305kg?", "sql": "SELECT \"Halil Mutlu ( TUR )\" FROM \"2-18508174-2\" WHERE \"World record\" = 'Olympic record' AND \"138kg\" = '305kg';"} +{"question_id": 14262, "table_id": "2-18508174-2", "question": "What is the world record when the 138 kg is 137kg?", "sql": "SELECT \"World record\" FROM \"2-18508174-2\" WHERE \"138kg\" = '137kg';"} +{"question_id": 14263, "table_id": "2-18508174-2", "question": "What is the Halil Mutlu when the world record is Olympic record and the 138kg is 167kg?", "sql": "SELECT \"Halil Mutlu ( TUR )\" FROM \"2-18508174-2\" WHERE \"World record\" = 'Olympic record' AND \"138kg\" = '167kg';"} +{"question_id": 14264, "table_id": "2-18624885-4", "question": "In what lane did the swimmer get a time of 1:59.42?", "sql": "SELECT SUM(\"Lane\") FROM \"2-18624885-4\" WHERE \"Time\" = '1:59.42';"} +{"question_id": 14265, "table_id": "2-18826631-4", "question": "Name the Gold which has a Nation of australia, and a Bronze smaller than 1?", "sql": "SELECT MIN(\"Gold\") FROM \"2-18826631-4\" WHERE \"Nation\" = 'australia' AND \"Bronze\" < 1.0;"} +{"question_id": 14266, "table_id": "2-18826631-4", "question": "Which the highest Bronze of czech republic with a Total smaller than 4?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-18826631-4\" WHERE \"Nation\" = 'czech republic' AND \"Total\" < 4.0;"} +{"question_id": 14267, "table_id": "2-18826631-4", "question": "Name the highest Bronze which has a Gold larger than 2 and a Rank of Total?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-18826631-4\" WHERE \"Gold\" > 2.0 AND \"Rank\" = 'Total';"} +{"question_id": 14268, "table_id": "2-18826631-4", "question": "Count the average Gold which has a Nation of sweden, and a Silver larger than 1?", "sql": "SELECT AVG(\"Gold\") FROM \"2-18826631-4\" WHERE \"Nation\" = 'sweden' AND \"Silver\" > 1.0;"} +{"question_id": 14269, "table_id": "2-18949197-5", "question": "Who was the opponent on June 3?", "sql": "SELECT \"Opponent\" FROM \"2-18949197-5\" WHERE \"Date\" = 'June 3';"} +{"question_id": 14270, "table_id": "2-18949197-5", "question": "Which game had a 9-7 record?", "sql": "SELECT \"Game\" FROM \"2-18949197-5\" WHERE \"Record\" = '9-7';"} +{"question_id": 14271, "table_id": "2-18949197-5", "question": "What is the highest game with a 3-2 record?", "sql": "SELECT MAX(\"Game\") FROM \"2-18949197-5\" WHERE \"Record\" = '3-2';"} +{"question_id": 14272, "table_id": "2-18949197-5", "question": "Who is the opponent of the game with a game number larger than 5 on June 22?", "sql": "SELECT \"Opponent\" FROM \"2-18949197-5\" WHERE \"Game\" > 5.0 AND \"Date\" = 'June 22';"} +{"question_id": 14273, "table_id": "2-18949197-5", "question": "What is the score of the game on June 25 at the Mohegan Sun Arena?", "sql": "SELECT \"Score\" FROM \"2-18949197-5\" WHERE \"Location\" = 'Mohegan Sun Arena' AND \"Date\" = 'June 25';"} +{"question_id": 14274, "table_id": "2-18949197-5", "question": "Who is the opponent at America West Arena?", "sql": "SELECT \"Opponent\" FROM \"2-18949197-5\" WHERE \"Location\" = 'America West Arena';"} +{"question_id": 14275, "table_id": "2-18662704-4", "question": "Who are the rowers ranked greater than 3 from Finland?", "sql": "SELECT \"Rowers\" FROM \"2-18662704-4\" WHERE \"Rank\" > 3.0 AND \"Country\" = 'Finland';"} +{"question_id": 14276, "table_id": "2-18662704-4", "question": "What country had a 6:55.23 time?", "sql": "SELECT \"Country\" FROM \"2-18662704-4\" WHERE \"Time\" = '6:55.23';"} +{"question_id": 14277, "table_id": "2-18976447-3", "question": "What is the average number of wins for teams with 14 losses and against over 2200?", "sql": "SELECT AVG(\"Wins\") FROM \"2-18976447-3\" WHERE \"Losses\" = 14.0 AND \"Against\" > 2200.0;"} +{"question_id": 14278, "table_id": "2-18976447-3", "question": "What is the sum of wins for teams with against under 1067?", "sql": "SELECT SUM(\"Wins\") FROM \"2-18976447-3\" WHERE \"Against\" < 1067.0;"} +{"question_id": 14279, "table_id": "2-18976447-3", "question": "What is the sum of Against values for teams with 5 losses and 0 draws?", "sql": "SELECT SUM(\"Against\") FROM \"2-18976447-3\" WHERE \"Losses\" = 5.0 AND \"Draws\" < 0.0;"} +{"question_id": 14280, "table_id": "2-18976447-3", "question": "What is the total number of byes for teams with against of 2139 and more than 0 draws?", "sql": "SELECT COUNT(\"Byes\") FROM \"2-18976447-3\" WHERE \"Against\" = 2139.0 AND \"Draws\" > 0.0;"} +{"question_id": 14281, "table_id": "2-18733340-1", "question": "what is the highest attendance when the week is smaller than 1?", "sql": "SELECT MAX(\"Attendance\") FROM \"2-18733340-1\" WHERE \"Week\" < 1.0;"} +{"question_id": 14282, "table_id": "2-18733340-1", "question": "what is the week when attendance is more than 53854 and the date is November 12, 1961?", "sql": "SELECT \"Week\" FROM \"2-18733340-1\" WHERE \"Attendance\" > 53854.0 AND \"Date\" = 'November 12, 1961';"} +{"question_id": 14283, "table_id": "2-18733340-1", "question": "what is the week when the result is w 14-13 and the attendance is higher than 53295?", "sql": "SELECT AVG(\"Week\") FROM \"2-18733340-1\" WHERE \"Result\" = 'w 14-13' AND \"Attendance\" > 53295.0;"} +{"question_id": 14284, "table_id": "2-18771646-1", "question": "What college did Richard Ticzon attend?", "sql": "SELECT \"College\" FROM \"2-18771646-1\" WHERE \"Player\" = 'Richard Ticzon';"} +{"question_id": 14285, "table_id": "2-18771646-1", "question": "Which player went to college at UP-Diliman and plays on PBA team of the Alaska Milkmen?", "sql": "SELECT \"Player\" FROM \"2-18771646-1\" WHERE \"PBA team\" = 'Alaska Milkmen' AND \"College\" = 'UP-Diliman';"} +{"question_id": 14286, "table_id": "2-18771646-1", "question": "What is the country of origin for the player who plays on Tondena 65 Rhum?", "sql": "SELECT \"Country of origin*\" FROM \"2-18771646-1\" WHERE \"PBA team\" = 'Tondena 65 Rhum';"} +{"question_id": 14287, "table_id": "2-18661293-4", "question": "How many silver medals when the total was 2 and less than 1 bronze?", "sql": "SELECT SUM(\"Silver\") FROM \"2-18661293-4\" WHERE \"Bronze\" < 1.0 AND \"Total\" = 2.0;"} +{"question_id": 14288, "table_id": "2-18661293-4", "question": "What's the total when the bronze was more than 1, silver was 3, and gold was less than 5?", "sql": "SELECT SUM(\"Total\") FROM \"2-18661293-4\" WHERE \"Bronze\" > 1.0 AND \"Silver\" = 3.0 AND \"Gold\" < 5.0;"} +{"question_id": 14289, "table_id": "2-18661293-4", "question": "What's the gold medal count for total Nation with a bronze count more than 0 and a total less than 54?", "sql": "SELECT MAX(\"Gold\") FROM \"2-18661293-4\" WHERE \"Bronze\" > 0.0 AND \"Nation\" = 'total' AND \"Total\" < 54.0;"} +{"question_id": 14290, "table_id": "2-18760137-1", "question": "what is the borough or A[›] Census area when the Name A[›] is Jerome Lake Dam?", "sql": "SELECT \"Borough or A[› ] Census area\" FROM \"2-18760137-1\" WHERE \"Name A[› ]\" = 'Jerome Lake Dam';"} +{"question_id": 14291, "table_id": "2-18760137-1", "question": "what is the Dam or A[› ] Reservoir when the Borough or A[› ] Census area is Valdez-Cordova (CA), the gnis feature id# Link A[› ] B[› ] is less than 1417275 and the name A[› ] is Sandra Lake Dam?", "sql": "SELECT \"Dam or A[› ] Reservoir\" FROM \"2-18760137-1\" WHERE \"Borough or A[› ] Census area\" = 'Valdez-Cordova (CA)' AND \"GNIS Feature ID # Link A[› ] B[› ]\" < 1417275.0 AND \"Name A[› ]\" = 'Sandra Lake Dam';"} +{"question_id": 14292, "table_id": "2-18760137-1", "question": "what is the dam or a[›] reservoir when the gnis feature id # link a [›] b [›] is 1415517?", "sql": "SELECT \"Dam or A[› ] Reservoir\" FROM \"2-18760137-1\" WHERE \"GNIS Feature ID # Link A[› ] B[› ]\" = 1415517.0;"} +{"question_id": 14293, "table_id": "2-18760137-1", "question": "what is the highest gnis feature id# link a[›] b[›] when the name a[›] is Upper Dewey Lake Dam?", "sql": "SELECT MAX(\"GNIS Feature ID # Link A[› ] B[› ]\") FROM \"2-18760137-1\" WHERE \"Name A[› ]\" = 'Upper Dewey Lake Dam';"} +{"question_id": 14294, "table_id": "2-18760137-1", "question": "what is the name a[›] when the borough or a[›] census area is Ketchikan Gateway and the dam or a[›] Reservoir is Reservoir?", "sql": "SELECT \"Name A[› ]\" FROM \"2-18760137-1\" WHERE \"Borough or A[› ] Census area\" = 'Ketchikan Gateway' AND \"Dam or A[› ] Reservoir\" = 'Reservoir';"} +{"question_id": 14295, "table_id": "2-13279533-4", "question": "What is the score for the player who won $3,600?", "sql": "SELECT \"Score\" FROM \"2-13279533-4\" WHERE \"Money ( $ )\" = '3,600';"} +{"question_id": 14296, "table_id": "2-12305325-6", "question": "Name the most total with average less than 36.5 and rank by average of 14", "sql": "SELECT MAX(\"Total\") FROM \"2-12305325-6\" WHERE \"Average\" < 36.5 AND \"Rank by average\" = 14.0;"} +{"question_id": 14297, "table_id": "2-12305325-6", "question": "Name the sum of rank by average with competition finish more than 8 and average larger than 30", "sql": "SELECT SUM(\"Rank by average\") FROM \"2-12305325-6\" WHERE \"Competition finish\" > 8.0 AND \"Average\" > 30.0;"} +{"question_id": 14298, "table_id": "2-12305325-6", "question": "Name the total number of competition finish with total of 90 and rank by average more than 5", "sql": "SELECT COUNT(\"Competition finish\") FROM \"2-12305325-6\" WHERE \"Total\" = 90.0 AND \"Rank by average\" > 5.0;"} +{"question_id": 14299, "table_id": "2-12305325-6", "question": "Name the greatest competition finish with average more than 32.9 and number of dances more than 16", "sql": "SELECT MAX(\"Competition finish\") FROM \"2-12305325-6\" WHERE \"Average\" > 32.9 AND \"Number of dances\" > 16.0;"} +{"question_id": 14300, "table_id": "2-12305325-6", "question": "Name the least rank by average for number of dances less than 9 and competition finish of 5", "sql": "SELECT MIN(\"Rank by average\") FROM \"2-12305325-6\" WHERE \"Competition finish\" = 5.0 AND \"Number of dances\" < 9.0;"} +{"question_id": 14301, "table_id": "2-12383208-4", "question": "What was the record on June 4?", "sql": "SELECT \"Record\" FROM \"2-12383208-4\" WHERE \"Date\" = 'June 4';"} +{"question_id": 14302, "table_id": "2-12261783-3", "question": "What was the score of the Iowa v. Minnesota game?", "sql": "SELECT \"Score\" FROM \"2-12261783-3\" WHERE \"Opponent\" = 'Minnesota';"} +{"question_id": 14303, "table_id": "2-12261783-3", "question": "Who was Milwaukee's opponent?", "sql": "SELECT \"Opponent\" FROM \"2-12261783-3\" WHERE \"City\" = 'Milwaukee';"} +{"question_id": 14304, "table_id": "2-12261783-3", "question": "What was the result of the game versus Tulsa?", "sql": "SELECT \"Result\" FROM \"2-12261783-3\" WHERE \"Opponent\" = 'Tulsa';"} +{"question_id": 14305, "table_id": "2-1223181-1", "question": "What is the most points for a vehicle with a lola thl1, chassis later than 1986?", "sql": "SELECT MAX(\"Points\") FROM \"2-1223181-1\" WHERE \"Chassis\" = 'lola thl1' AND \"Year\" > 1986.0;"} +{"question_id": 14306, "table_id": "2-1223181-1", "question": "What is the latest year with less than 2 points, a McLaren M28 chassis and an Entrant of Löwenbräu Team McLaren?", "sql": "SELECT MAX(\"Year\") FROM \"2-1223181-1\" WHERE \"Points\" < 2.0 AND \"Chassis\" = 'McLaren M28' AND \"Entrant\" = 'Löwenbräu Team McLaren';"} +{"question_id": 14307, "table_id": "2-1223181-1", "question": "What is the latest year for Entrant of equipe talbot gitanes with less than 1 point?", "sql": "SELECT MAX(\"Year\") FROM \"2-1223181-1\" WHERE \"Entrant\" = 'equipe talbot gitanes' AND \"Points\" < 1.0;"} +{"question_id": 14308, "table_id": "2-12576299-1", "question": "When did the reactor that has a rated power of 945 MW and ended construction on May 10, 1978 close?", "sql": "SELECT \"Close of reactor\" FROM \"2-12576299-1\" WHERE \"Rated Power\" = '945 MW' AND \"Finish construction\" = 'May 10, 1978';"} +{"question_id": 14309, "table_id": "2-12576299-1", "question": "What is the rated power for the reactor that ended construction on May 10, 1978?", "sql": "SELECT \"Rated Power\" FROM \"2-12576299-1\" WHERE \"Finish construction\" = 'May 10, 1978';"} +{"question_id": 14310, "table_id": "2-12598104-6", "question": "Who was the parter against Marin Čilić Lovro Zovko?", "sql": "SELECT \"Partnering\" FROM \"2-12598104-6\" WHERE \"Opponents\" = 'Marin Čilić Lovro Zovko';"} +{"question_id": 14311, "table_id": "2-12598104-6", "question": "What was the score on 24 February 2013?", "sql": "SELECT \"Score\" FROM \"2-12598104-6\" WHERE \"Date\" = '24 February 2013';"} +{"question_id": 14312, "table_id": "2-12598104-6", "question": "Who was the opponent on Clay surface when partnered with Horacio Zeballos?", "sql": "SELECT \"Opponents\" FROM \"2-12598104-6\" WHERE \"Surface\" = 'Clay' AND \"Partnering\" = 'Horacio Zeballos';"} +{"question_id": 14313, "table_id": "2-12582523-1", "question": "Which course had a Rest day for the Race Leader?", "sql": "SELECT \"Course\" FROM \"2-12582523-1\" WHERE \"Race Leader\" = 'Rest day';"} +{"question_id": 14314, "table_id": "2-12205709-6", "question": "Name the attendance with Angels opponent for July 9", "sql": "SELECT \"Attendance\" FROM \"2-12205709-6\" WHERE \"Opponent\" = 'Angels' AND \"Date\" = 'July 9';"} +{"question_id": 14315, "table_id": "2-12205709-6", "question": "Name the most attendance whent he record is 45-57", "sql": "SELECT MAX(\"Attendance\") FROM \"2-12205709-6\" WHERE \"Record\" = '45-57';"} +{"question_id": 14316, "table_id": "2-12205709-6", "question": "Which is the opponent when the record was 43-56?", "sql": "SELECT \"Opponent\" FROM \"2-12205709-6\" WHERE \"Record\" = '43-56';"} +{"question_id": 14317, "table_id": "2-12899300-6", "question": "What is the highest number of cuts made in a tournament with 0 wins and 0 top 5 placings?", "sql": "SELECT MAX(\"Cuts made\") FROM \"2-12899300-6\" WHERE \"Top-5\" = 0.0 AND \"Wins\" < 0.0;"} +{"question_id": 14318, "table_id": "2-1312316-1", "question": "What is the number of Inaug., when the Type is public, when the Name is mei lam estate, and when the No Units is larger than 4156?", "sql": "SELECT COUNT(\"Inaug.\") FROM \"2-1312316-1\" WHERE \"Type\" = 'public' AND \"Name\" = 'mei lam estate' AND \"No Units\" > 4156.0;"} +{"question_id": 14319, "table_id": "2-1312316-1", "question": "What is the average No Units, when the Name is fung shing court, and when the No Blocks is fewer than 3?", "sql": "SELECT AVG(\"No Units\") FROM \"2-1312316-1\" WHERE \"Name\" = 'fung shing court' AND \"No Blocks\" < 3.0;"} +{"question_id": 14320, "table_id": "2-12601456-2", "question": "What rank is the transfer for the Milan move in 2000?", "sql": "SELECT AVG(\"Rank\") FROM \"2-12601456-2\" WHERE \"Moving to\" = 'Milan' AND \"Year\" = 2000.0;"} +{"question_id": 14321, "table_id": "2-12601456-2", "question": "When was the earliest year that kakha kaladze moved to milan with a rank above 9?", "sql": "SELECT MIN(\"Year\") FROM \"2-12601456-2\" WHERE \"Moving to\" = 'milan' AND \"Name\" = 'kakha kaladze' AND \"Rank\" < 9.0;"} +{"question_id": 14322, "table_id": "2-12601456-2", "question": "Where did the player move from that went to Stuttgart?", "sql": "SELECT \"Moving from\" FROM \"2-12601456-2\" WHERE \"Moving to\" = 'Stuttgart';"} +{"question_id": 14323, "table_id": "2-12601456-2", "question": "Who was moved to Barcelona?", "sql": "SELECT \"Name\" FROM \"2-12601456-2\" WHERE \"Moving to\" = 'Barcelona';"} +{"question_id": 14324, "table_id": "2-12379470-3", "question": "How many totals have 0 as Gold, a bronze greater than 1, and a silver less than 1?", "sql": "SELECT COUNT(\"Total\") FROM \"2-12379470-3\" WHERE \"Gold\" = 0.0 AND \"Bronze\" > 1.0 AND \"Silver\" < 1.0;"} +{"question_id": 14325, "table_id": "2-12379470-3", "question": "How many totals have brazil as the nation, and a bronze less than 2?", "sql": "SELECT SUM(\"Total\") FROM \"2-12379470-3\" WHERE \"Nation\" = 'brazil' AND \"Bronze\" < 2.0;"} +{"question_id": 14326, "table_id": "2-12379470-3", "question": "How many silvers have 2 as gold, and a bronze less than 2?", "sql": "SELECT SUM(\"Silver\") FROM \"2-12379470-3\" WHERE \"Gold\" = 2.0 AND \"Bronze\" < 2.0;"} +{"question_id": 14327, "table_id": "2-12379470-3", "question": "Which nation has a gold less than 2 and a bronze less than 5?", "sql": "SELECT \"Nation\" FROM \"2-12379470-3\" WHERE \"Gold\" < 2.0 AND \"Bronze\" < 5.0;"} +{"question_id": 14328, "table_id": "2-12379470-3", "question": "What is the least silver that has mexico as a nation and a gold less than 0?", "sql": "SELECT MIN(\"Silver\") FROM \"2-12379470-3\" WHERE \"Nation\" = 'mexico' AND \"Gold\" < 0.0;"} +{"question_id": 14329, "table_id": "2-12165999-1", "question": "Where did Dennis Byrd go to college?", "sql": "SELECT \"College\" FROM \"2-12165999-1\" WHERE \"Player\" = 'Dennis Byrd';"} +{"question_id": 14330, "table_id": "2-1301373-6", "question": "Which Visa 3 has Gui Finkler as Visa 1?", "sql": "SELECT \"Visa 3\" FROM \"2-1301373-6\" WHERE \"Visa 1\" = 'Gui Finkler';"} +{"question_id": 14331, "table_id": "2-1301373-6", "question": "Which Visa 3 has a Visa 4 of Youssouf Hersi?", "sql": "SELECT \"Visa 3\" FROM \"2-1301373-6\" WHERE \"Visa 4\" = 'Youssouf Hersi';"} +{"question_id": 14332, "table_id": "2-1301373-6", "question": "Which Visa 5 has a Visa 1 of Emile Heskey?", "sql": "SELECT \"Visa 5\" FROM \"2-1301373-6\" WHERE \"Visa 1\" = 'Emile Heskey';"} +{"question_id": 14333, "table_id": "2-1301373-6", "question": "Which Visa 3 has a Visa 1 of Michael McGlinchey?", "sql": "SELECT \"Visa 3\" FROM \"2-1301373-6\" WHERE \"Visa 1\" = 'Michael McGlinchey';"} +{"question_id": 14334, "table_id": "2-1301373-6", "question": "Which Visa 4 has Besart Berisha as Visa 1?", "sql": "SELECT \"Visa 4\" FROM \"2-1301373-6\" WHERE \"Visa 1\" = 'Besart Berisha';"} +{"question_id": 14335, "table_id": "2-13291633-1", "question": "What is the lowest tier for a position smaller than 7 for a Turkish Cup group stage?", "sql": "SELECT MIN(\"Tier\") FROM \"2-13291633-1\" WHERE \"Turkish Cup\" = 'group stage' AND \"Pos.\" < 7.0;"} +{"question_id": 14336, "table_id": "2-12161822-4", "question": "How many rounds have a Grand Prix of German GP?", "sql": "SELECT SUM(\"Round\") FROM \"2-12161822-4\" WHERE \"Grand Prix\" = 'German GP';"} +{"question_id": 14337, "table_id": "2-12161822-4", "question": "What is the largest round with a Race Title of Korean Grand Prix?", "sql": "SELECT MAX(\"Round\") FROM \"2-12161822-4\" WHERE \"Race Title\" = 'Korean Grand Prix';"} +{"question_id": 14338, "table_id": "2-12161822-4", "question": "Which circuit has a Race Title of Japanese Grand Prix?", "sql": "SELECT \"Circuit\" FROM \"2-12161822-4\" WHERE \"Race Title\" = 'Japanese Grand Prix';"} +{"question_id": 14339, "table_id": "2-12161822-4", "question": "What is the smallest round with a Grand Prix of Indian GP?", "sql": "SELECT MIN(\"Round\") FROM \"2-12161822-4\" WHERE \"Grand Prix\" = 'Indian GP';"} +{"question_id": 14340, "table_id": "2-12161822-4", "question": "Which date has a Race Title of DHL Turkish Grand Prix?", "sql": "SELECT \"Date\" FROM \"2-12161822-4\" WHERE \"Race Title\" = 'DHL Turkish Grand Prix';"} +{"question_id": 14341, "table_id": "2-12752969-5", "question": "Name the sum of pick for Philippines and Erwin Velez", "sql": "SELECT SUM(\"Pick\") FROM \"2-12752969-5\" WHERE \"Country of Origin*\" = 'Philippines' AND \"Player\" = 'Erwin Velez';"} +{"question_id": 14342, "table_id": "2-12752969-5", "question": "Name the PBA team for Paolo Mendoza", "sql": "SELECT \"PBA team\" FROM \"2-12752969-5\" WHERE \"Player\" = 'Paolo Mendoza';"} +{"question_id": 14343, "table_id": "2-12752969-5", "question": "Name the country of origin for Patrick Madarang", "sql": "SELECT \"Country of Origin*\" FROM \"2-12752969-5\" WHERE \"Player\" = 'Patrick Madarang';"} +{"question_id": 14344, "table_id": "2-12475284-4", "question": "What did Billy Andrade to par?", "sql": "SELECT \"To par\" FROM \"2-12475284-4\" WHERE \"Player\" = 'Billy Andrade';"} +{"question_id": 14345, "table_id": "2-13259009-2", "question": "Name the date for W 31-28", "sql": "SELECT \"Date\" FROM \"2-13259009-2\" WHERE \"Result\" = 'W 31-28';"} +{"question_id": 14346, "table_id": "2-13259009-2", "question": "Name the most week for record of 1-2 and attendance more than 61602", "sql": "SELECT MAX(\"Week\") FROM \"2-13259009-2\" WHERE \"Record\" = '1-2' AND \"Attendance\" > 61602.0;"} +{"question_id": 14347, "table_id": "2-12829116-1", "question": "What was the final score when the result was 4-0?", "sql": "SELECT \"Score\" FROM \"2-12829116-1\" WHERE \"Result\" = '4-0';"} +{"question_id": 14348, "table_id": "2-12829116-1", "question": "Where was there a result of 4-5 and a score of 1-1?", "sql": "SELECT \"Venue\" FROM \"2-12829116-1\" WHERE \"Result\" = '4-5' AND \"Score\" = '1-1';"} +{"question_id": 14349, "table_id": "2-12446342-4", "question": "With a time of 53.33, who ranked the highest?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12446342-4\" WHERE \"Time\" = 53.33;"} +{"question_id": 14350, "table_id": "2-12446342-4", "question": "What was great britain's total time?", "sql": "SELECT COUNT(\"Time\") FROM \"2-12446342-4\" WHERE \"Nationality\" = 'great britain';"} +{"question_id": 14351, "table_id": "2-12446342-4", "question": "Which lane ranked less than 4 for the Netherlands?", "sql": "SELECT \"Lane\" FROM \"2-12446342-4\" WHERE \"Rank\" < 4.0 AND \"Nationality\" = 'Netherlands';"} +{"question_id": 14352, "table_id": "2-12821159-3", "question": "What was the winning score in the Alfred Dunhill Links Championship?", "sql": "SELECT \"Winning score\" FROM \"2-12821159-3\" WHERE \"Tournament\" = 'Alfred Dunhill Links Championship';"} +{"question_id": 14353, "table_id": "2-12821159-3", "question": "What date did Ian Poulter become runner up?", "sql": "SELECT \"Date\" FROM \"2-12821159-3\" WHERE \"Runner(s)-up\" = 'Ian Poulter';"} +{"question_id": 14354, "table_id": "2-12982832-1", "question": "What was the film title used in nomination for Panny z Wilka?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12982832-1\" WHERE \"Original name\" = 'Panny z Wilka';"} +{"question_id": 14355, "table_id": "2-12982832-1", "question": "What is the language of the film originally titled רגעים?", "sql": "SELECT \"Language\" FROM \"2-12982832-1\" WHERE \"Original name\" = 'רגעים';"} +{"question_id": 14356, "table_id": "2-12828723-1", "question": "Name the points for with drawn of 0 and points of 88", "sql": "SELECT \"Points for\" FROM \"2-12828723-1\" WHERE \"Drawn\" = '0' AND \"Points\" = '88';"} +{"question_id": 14357, "table_id": "2-12828723-1", "question": "Name the played with try bonus of 6 and drawn of 0", "sql": "SELECT \"Played\" FROM \"2-12828723-1\" WHERE \"Try bonus\" = '6' AND \"Drawn\" = '0';"} +{"question_id": 14358, "table_id": "2-12828723-1", "question": "Name the point with points for of 255", "sql": "SELECT \"Points\" FROM \"2-12828723-1\" WHERE \"Points for\" = '255';"} +{"question_id": 14359, "table_id": "2-12828723-1", "question": "Name the played with losing bonus of 2 and points for of 706", "sql": "SELECT \"Played\" FROM \"2-12828723-1\" WHERE \"Losing bonus\" = '2' AND \"Points for\" = '706';"} +{"question_id": 14360, "table_id": "2-12828723-1", "question": "Name the drawn with lost of 3 and points of 88", "sql": "SELECT \"Drawn\" FROM \"2-12828723-1\" WHERE \"Lost\" = '3' AND \"Points\" = '88';"} +{"question_id": 14361, "table_id": "2-1326801-2", "question": "Name the year when the publisher was Argonaut Games Sierra Entertainment", "sql": "SELECT \"Year\" FROM \"2-1326801-2\" WHERE \"Publisher\" = 'Argonaut Games Sierra Entertainment';"} +{"question_id": 14362, "table_id": "2-1326801-2", "question": "Name the plaform for year more than 2006 and developer of 3G Studios", "sql": "SELECT \"Platform\" FROM \"2-1326801-2\" WHERE \"Year\" > 2006.0 AND \"Developer\" = '3G Studios';"} +{"question_id": 14363, "table_id": "2-1326801-2", "question": "Name the title for 2005", "sql": "SELECT \"Title\" FROM \"2-1326801-2\" WHERE \"Year\" = 2005.0;"} +{"question_id": 14364, "table_id": "2-12244665-1", "question": "What years are listed for the Tahunanui School with an authority of State?", "sql": "SELECT \"Years\" FROM \"2-12244665-1\" WHERE \"Authority\" = 'State' AND \"Name\" = 'Tahunanui School';"} +{"question_id": 14365, "table_id": "2-12868503-5", "question": "Who is the october playmate with February playmate Cristy Thom?", "sql": "SELECT \"October\" FROM \"2-12868503-5\" WHERE \"February\" = 'Cristy Thom';"} +{"question_id": 14366, "table_id": "2-12868503-5", "question": "Who is the January playmate with a September playmate Nikki Schieler?", "sql": "SELECT \"January\" FROM \"2-12868503-5\" WHERE \"September\" = 'Nikki Schieler';"} +{"question_id": 14367, "table_id": "2-12868503-5", "question": "Who is the June playmate with the November playmate Lorraine Olivia?", "sql": "SELECT \"June\" FROM \"2-12868503-5\" WHERE \"November\" = 'Lorraine Olivia';"} +{"question_id": 14368, "table_id": "2-12868503-5", "question": "Who is the January playmate with a March playmate Alexandria Karlsen?", "sql": "SELECT \"January\" FROM \"2-12868503-5\" WHERE \"March\" = 'Alexandria Karlsen';"} +{"question_id": 14369, "table_id": "2-12868503-5", "question": "Who is the July playmate with a December playmate Morgan Fox?", "sql": "SELECT \"July\" FROM \"2-12868503-5\" WHERE \"December\" = 'Morgan Fox';"} +{"question_id": 14370, "table_id": "2-12868503-5", "question": "Who is the March playmate with a November playmate Cara Wakelin?", "sql": "SELECT \"March\" FROM \"2-12868503-5\" WHERE \"November\" = 'Cara Wakelin';"} +{"question_id": 14371, "table_id": "2-13105085-1", "question": "In which year did he finish 11th?", "sql": "SELECT COUNT(\"Year\") FROM \"2-13105085-1\" WHERE \"Result\" = '11th';"} +{"question_id": 14372, "table_id": "2-13105085-1", "question": "In which year did he finish 8th?", "sql": "SELECT \"Year\" FROM \"2-13105085-1\" WHERE \"Result\" = '8th';"} +{"question_id": 14373, "table_id": "2-1332349-1", "question": "What is the number of the game that was played in the time of 2:38?", "sql": "SELECT MAX(\"Game\") FROM \"2-1332349-1\" WHERE \"Time\" = '2:38';"} +{"question_id": 14374, "table_id": "2-1332349-1", "question": "What is the number of the game that was played on October 4?", "sql": "SELECT SUM(\"Game\") FROM \"2-1332349-1\" WHERE \"Date\" = 'October 4';"} +{"question_id": 14375, "table_id": "2-12206319-6", "question": "August 16 had what record?", "sql": "SELECT \"Record\" FROM \"2-12206319-6\" WHERE \"Date\" = 'August 16';"} +{"question_id": 14376, "table_id": "2-12206319-6", "question": "Tell me the record for the date of August 18.", "sql": "SELECT \"Record\" FROM \"2-12206319-6\" WHERE \"Date\" = 'August 18';"} +{"question_id": 14377, "table_id": "2-12206319-6", "question": "For the record of 52-60 what's the date?", "sql": "SELECT \"Date\" FROM \"2-12206319-6\" WHERE \"Record\" = '52-60';"} +{"question_id": 14378, "table_id": "2-12386228-7", "question": "WHat is tHe average attendance for tHe date of 7 November 2007 witH an H/A of H?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-12386228-7\" WHERE \"H / A\" = 'H' AND \"Date\" = '7 November 2007';"} +{"question_id": 14379, "table_id": "2-12386228-7", "question": "What is the Group position for the date of 7 November 2007?", "sql": "SELECT \"Group position\" FROM \"2-12386228-7\" WHERE \"Date\" = '7 November 2007';"} +{"question_id": 14380, "table_id": "2-12386228-7", "question": "What is the H/A entry for the Date of 2 October 2007 with an Attendance that is larger than 41510?", "sql": "SELECT \"H / A\" FROM \"2-12386228-7\" WHERE \"Attendance\" > 41510.0 AND \"Date\" = '2 October 2007';"} +{"question_id": 14381, "table_id": "2-1213933-1", "question": "What year had a 1st Round playoff in the NASL Indoor league?", "sql": "SELECT \"Year\" FROM \"2-1213933-1\" WHERE \"Playoffs\" = '1st Round' AND \"League\" = 'NASL Indoor';"} +{"question_id": 14382, "table_id": "2-12156661-1", "question": "What is the normal temperature of Abbotsford, British Columbia?", "sql": "SELECT \"Normal temperature\" FROM \"2-12156661-1\" WHERE \"City\" = 'Abbotsford, British Columbia';"} +{"question_id": 14383, "table_id": "2-12728831-6", "question": "What is the score on May 18?", "sql": "SELECT \"Score\" FROM \"2-12728831-6\" WHERE \"Date\" = 'May 18';"} +{"question_id": 14384, "table_id": "2-12728831-6", "question": "What is the home team of the game on May 22 with the Edmonton Oilers as the visiting team?", "sql": "SELECT \"Home\" FROM \"2-12728831-6\" WHERE \"Visitor\" = 'Edmonton Oilers' AND \"Date\" = 'May 22';"} +{"question_id": 14385, "table_id": "2-12728831-6", "question": "What is the record of the game where the visitor team is the Edmonton Oilers?", "sql": "SELECT \"Record\" FROM \"2-12728831-6\" WHERE \"Visitor\" = 'Edmonton Oilers';"} +{"question_id": 14386, "table_id": "2-12382876-5", "question": "When is the lane less than 5 and is named Ágnes Kovács?", "sql": "SELECT \"Time\" FROM \"2-12382876-5\" WHERE \"Lane\" < 5.0 AND \"Name\" = 'Ágnes Kovács';"} +{"question_id": 14387, "table_id": "2-12382876-5", "question": "What is the average lane for China?", "sql": "SELECT AVG(\"Lane\") FROM \"2-12382876-5\" WHERE \"Nationality\" = 'China';"} +{"question_id": 14388, "table_id": "2-12382876-5", "question": "What is the average lane that is called Rebecca Brown?", "sql": "SELECT AVG(\"Lane\") FROM \"2-12382876-5\" WHERE \"Name\" = 'Rebecca Brown';"} +{"question_id": 14389, "table_id": "2-12877449-8", "question": "Which Championship total is over 13?", "sql": "SELECT AVG(\"Total\") FROM \"2-12877449-8\" WHERE \"Championship\" > 13.0;"} +{"question_id": 14390, "table_id": "2-1302886-1", "question": "When Kerry is at 36.7%, what is the total number of others?", "sql": "SELECT COUNT(\"Others#\") FROM \"2-1302886-1\" WHERE \"Kerry%\" = '36.7%';"} +{"question_id": 14391, "table_id": "2-1302886-1", "question": "When Kerry has 70.2% and 1439724, what is the Bush#?", "sql": "SELECT MAX(\"Bush#\") FROM \"2-1302886-1\" WHERE \"Kerry%\" = '70.2%' AND \"Kerry#\" > 1439724.0;"} +{"question_id": 14392, "table_id": "2-1302886-1", "question": "When Bush has 52.9%, what is the Bush#?", "sql": "SELECT \"Bush#\" FROM \"2-1302886-1\" WHERE \"Bush%\" = '52.9%';"} +{"question_id": 14393, "table_id": "2-12340907-1", "question": "What is the average case burden with a cost per capita of $186, a Crime rate per 1,000 people of 117, and a Residents per officer larger than 736?", "sql": "SELECT AVG(\"Case burden\") FROM \"2-12340907-1\" WHERE \"Cost per capita\" = '$186' AND \"Crime rate per 1,000 people\" = 117.0 AND \"Residents per officer\" > 736.0;"} +{"question_id": 14394, "table_id": "2-1262432-4", "question": "What is the IATA of Guam?", "sql": "SELECT \"IATA\" FROM \"2-1262432-4\" WHERE \"City\" = 'Guam';"} +{"question_id": 14395, "table_id": "2-1262432-4", "question": "VIE is the IATA for which city?", "sql": "SELECT \"Airport\" FROM \"2-1262432-4\" WHERE \"IATA\" = 'VIE';"} +{"question_id": 14396, "table_id": "2-1262432-4", "question": "Which city's ICAO is WADD?", "sql": "SELECT \"City\" FROM \"2-1262432-4\" WHERE \"ICAO\" = 'WADD';"} +{"question_id": 14397, "table_id": "2-1262432-4", "question": "PER is the IATA for which city?", "sql": "SELECT \"City\" FROM \"2-1262432-4\" WHERE \"IATA\" = 'PER';"} +{"question_id": 14398, "table_id": "2-1262432-4", "question": "Which city's IATA is KUL?", "sql": "SELECT \"City\" FROM \"2-1262432-4\" WHERE \"IATA\" = 'KUL';"} +{"question_id": 14399, "table_id": "2-1262432-4", "question": "The Brisbane Airport is located in which country?", "sql": "SELECT \"Country\" FROM \"2-1262432-4\" WHERE \"Airport\" = 'Brisbane Airport';"} +{"question_id": 14400, "table_id": "2-12207158-6", "question": "Name the loss when record was 72-62 and attendance more than 49155", "sql": "SELECT \"Loss\" FROM \"2-12207158-6\" WHERE \"Attendance\" > 49155.0 AND \"Record\" = '72-62';"} +{"question_id": 14401, "table_id": "2-12207158-6", "question": "Name the record for attendance more than 49025 and loss of Núñez (2-3)", "sql": "SELECT \"Record\" FROM \"2-12207158-6\" WHERE \"Attendance\" > 49025.0 AND \"Loss\" = 'Núñez (2-3)';"} +{"question_id": 14402, "table_id": "2-12207158-6", "question": "Name the opponent for August 26", "sql": "SELECT \"Opponent\" FROM \"2-12207158-6\" WHERE \"Date\" = 'August 26';"} +{"question_id": 14403, "table_id": "2-1226543-3", "question": "What is the lowest win number of the competitor who had 90 points before 1994?", "sql": "SELECT MIN(\"Wins\") FROM \"2-1226543-3\" WHERE \"Points\" = 90.0 AND \"Year\" < 1994.0;"} +{"question_id": 14404, "table_id": "2-1226543-3", "question": "What is the sum of wins after 1999?", "sql": "SELECT SUM(\"Wins\") FROM \"2-1226543-3\" WHERE \"Year\" > 1999.0;"} +{"question_id": 14405, "table_id": "2-1277350-3", "question": "What is the result on Saturday when it's रविवार Ravivār on Sunday and मंगळवार Mangaḷavār on Tuesday?", "sql": "SELECT \"Saturday Shani (Saturn)\" FROM \"2-1277350-3\" WHERE \"Sunday Surya (the Sun)\" = 'रविवार Ravivār' AND \"Tuesday Mangala (Mars)\" = 'मंगळवार Mangaḷavār';"} +{"question_id": 14406, "table_id": "2-1277350-3", "question": "What is the result on Saturday that's রবিবার Robibar on Sunday", "sql": "SELECT \"Saturday Shani (Saturn)\" FROM \"2-1277350-3\" WHERE \"Sunday Surya (the Sun)\" = 'রবিবার Robibar';"} +{"question_id": 14407, "table_id": "2-1277350-3", "question": "What is the result of Friday that's တ္ၚဲ အၚါ [ŋoa əŋɛ̀a] from Sans. aṅgāra on Tuesday?", "sql": "SELECT \"Friday Shukra (Venus)\" FROM \"2-1277350-3\" WHERE \"Tuesday Mangala (Mars)\" = 'တ္ၚဲ အၚါ [ŋoa əŋɛ̀a] from Sans. aṅgāra';"} +{"question_id": 14408, "table_id": "2-1277350-3", "question": "What is the result of Saturday that's ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ] on Sunday?", "sql": "SELECT \"Saturday Shani (Saturn)\" FROM \"2-1277350-3\" WHERE \"Sunday Surya (the Sun)\" = 'ថ្ងៃអាទិត្យ [tŋaj ʔaatɨt ]';"} +{"question_id": 14409, "table_id": "2-1277350-3", "question": "What is the result on Sunday that's सोमवार Somavār on Monday and मंगलवार Mangalavār on Tuesday?", "sql": "SELECT \"Sunday Surya (the Sun)\" FROM \"2-1277350-3\" WHERE \"Monday Soma (the Moon)\" = 'सोमवार Somavār' AND \"Tuesday Mangala (Mars)\" = 'मंगलवार Mangalavār';"} +{"question_id": 14410, "table_id": "2-12587230-1", "question": "What year has american music awards?", "sql": "SELECT COUNT(\"Year\") FROM \"2-12587230-1\" WHERE \"Award\" = 'american music awards';"} +{"question_id": 14411, "table_id": "2-12587230-1", "question": "What was Album of the Year after 2009?", "sql": "SELECT \"Result\" FROM \"2-12587230-1\" WHERE \"Year\" > 2009.0 AND \"Category\" = 'Album of the Year';"} +{"question_id": 14412, "table_id": "2-12587230-1", "question": "How many years had Ozone Awards?", "sql": "SELECT SUM(\"Year\") FROM \"2-12587230-1\" WHERE \"Award\" = 'Ozone Awards';"} +{"question_id": 14413, "table_id": "2-12762866-2", "question": "What event did he fight Masato Shiozawa?", "sql": "SELECT \"Event\" FROM \"2-12762866-2\" WHERE \"Opponent\" = 'Masato Shiozawa';"} +{"question_id": 14414, "table_id": "2-12133070-3", "question": "What is the partner with a score of 4–6, 7–5, [10–8]?", "sql": "SELECT \"Partnering\" FROM \"2-12133070-3\" WHERE \"Score\" = '4–6, 7–5, [10–8]';"} +{"question_id": 14415, "table_id": "2-12261783-2", "question": "What was the score for the game against Marquette?", "sql": "SELECT \"Score\" FROM \"2-12261783-2\" WHERE \"Opponent\" = 'Marquette';"} +{"question_id": 14416, "table_id": "2-12261783-2", "question": "What was the result of the game in Milwaukee?", "sql": "SELECT \"Result\" FROM \"2-12261783-2\" WHERE \"City\" = 'Milwaukee';"} +{"question_id": 14417, "table_id": "2-12261783-2", "question": "What team was the opponent when the score was 25-0?", "sql": "SELECT \"Opponent\" FROM \"2-12261783-2\" WHERE \"Score\" = '25-0';"} +{"question_id": 14418, "table_id": "2-12261783-2", "question": "What date was the game in Minneapolis?", "sql": "SELECT \"Date\" FROM \"2-12261783-2\" WHERE \"City\" = 'Minneapolis';"} +{"question_id": 14419, "table_id": "2-12269182-2", "question": "Which Record has a Result of Loss, and a Time of 3:54?", "sql": "SELECT \"Record\" FROM \"2-12269182-2\" WHERE \"Res.\" = 'Loss' AND \"Time\" = '3:54';"} +{"question_id": 14420, "table_id": "2-12269182-2", "question": "Which Record has a Method of Submission (heel hook), a Round larger than 1, and a Time of 2:28?", "sql": "SELECT \"Record\" FROM \"2-12269182-2\" WHERE \"Method\" = 'Submission (heel hook)' AND \"Round\" > 1.0 AND \"Time\" = '2:28';"} +{"question_id": 14421, "table_id": "2-12269182-2", "question": "What is the smallest round resulting in a Draw with an Opponent of Mari Kaneko?", "sql": "SELECT MIN(\"Round\") FROM \"2-12269182-2\" WHERE \"Res.\" = 'Draw' AND \"Opponent\" = 'Mari Kaneko';"} +{"question_id": 14422, "table_id": "2-13046272-1", "question": "What ship type was from SE?", "sql": "SELECT \"Ship Type\" FROM \"2-13046272-1\" WHERE \"Nat.\" = 'SE';"} +{"question_id": 14423, "table_id": "2-13046272-1", "question": "Who were the victims of the US ship that sank in the Mississippi River near Memphis?", "sql": "SELECT \"Principal victims\" FROM \"2-13046272-1\" WHERE \"Nat.\" = 'US' AND \"Where sunk\" = 'Mississippi River near Memphis';"} +{"question_id": 14424, "table_id": "2-13046272-1", "question": "What was the estimated number of victims for the April 27, 1865 sinking?", "sql": "SELECT \"Estimate\" FROM \"2-13046272-1\" WHERE \"Date\" = 'April 27, 1865';"} +{"question_id": 14425, "table_id": "2-13046272-1", "question": "Which nation was the ship from that had 372 victims?", "sql": "SELECT \"Nat.\" FROM \"2-13046272-1\" WHERE \"Estimate\" = '372';"} +{"question_id": 14426, "table_id": "2-13046272-1", "question": "What type of ship was the HMSSt George?", "sql": "SELECT \"Ship Type\" FROM \"2-13046272-1\" WHERE \"Name\" = 'HMSSt George';"} +{"question_id": 14427, "table_id": "2-12888640-1", "question": "Which region had the CD maxi format?", "sql": "SELECT \"Region\" FROM \"2-12888640-1\" WHERE \"Format\" = 'CD maxi';"} +{"question_id": 14428, "table_id": "2-12888640-1", "question": "What was the format in September 1990 for Catalog 887 847-1?", "sql": "SELECT \"Format\" FROM \"2-12888640-1\" WHERE \"Catalog\" = '887 847-1' AND \"Date\" = 'September 1990';"} +{"question_id": 14429, "table_id": "2-12888640-1", "question": "What was the catalog of the 7\" single in France?", "sql": "SELECT \"Catalog\" FROM \"2-12888640-1\" WHERE \"Format\" = '7\" single' AND \"Region\" = 'France';"} +{"question_id": 14430, "table_id": "2-12888640-1", "question": "Where was the 12\" maxi in September 1990?", "sql": "SELECT \"Region\" FROM \"2-12888640-1\" WHERE \"Format\" = '12\" maxi' AND \"Date\" = 'September 1990';"} +{"question_id": 14431, "table_id": "2-12888640-1", "question": "What was the label in Japan?", "sql": "SELECT \"Label\" FROM \"2-12888640-1\" WHERE \"Region\" = 'Japan';"} +{"question_id": 14432, "table_id": "2-1242649-6", "question": "In which Tournament was Mansour Bahrami Eric Winogradsky", "sql": "SELECT \"Tournament\" FROM \"2-1242649-6\" WHERE \"Opponent in Final\" = 'Mansour Bahrami Eric Winogradsky';"} +{"question_id": 14433, "table_id": "2-12225593-17", "question": "What position was less than 421 overall played by Matt Clark?", "sql": "SELECT \"Position\" FROM \"2-12225593-17\" WHERE \"Overall\" < 421.0 AND \"Player\" = 'Matt Clark';"} +{"question_id": 14434, "table_id": "2-12225593-17", "question": "What was the lowest overall for Louis Coleman?", "sql": "SELECT MIN(\"Overall\") FROM \"2-12225593-17\" WHERE \"Player\" = 'Louis Coleman';"} +{"question_id": 14435, "table_id": "2-12225593-17", "question": "What round did Matt Clark play?", "sql": "SELECT \"Round\" FROM \"2-12225593-17\" WHERE \"Player\" = 'Matt Clark';"} +{"question_id": 14436, "table_id": "2-12225593-17", "question": "Which position was more than 421 overall for the St. Louis Cardinals?", "sql": "SELECT \"Position\" FROM \"2-12225593-17\" WHERE \"Overall\" > 421.0 AND \"MLB Team\" = 'St. Louis Cardinals';"} +{"question_id": 14437, "table_id": "2-12225593-17", "question": "What round was less than 545 overall for San Francisco Giants?", "sql": "SELECT \"Round\" FROM \"2-12225593-17\" WHERE \"Overall\" < 545.0 AND \"MLB Team\" = 'San Francisco Giants';"} +{"question_id": 14438, "table_id": "2-12256602-3", "question": "What Gender has the area of Swannanoa?", "sql": "SELECT \"Gender\" FROM \"2-12256602-3\" WHERE \"Area\" = 'Swannanoa';"} +{"question_id": 14439, "table_id": "2-12256602-3", "question": "What years had the decile smaller than 8 in the area of Southbrook?", "sql": "SELECT \"Years\" FROM \"2-12256602-3\" WHERE \"Decile\" < 8.0 AND \"Area\" = 'Southbrook';"} +{"question_id": 14440, "table_id": "2-12828723-5", "question": "For a Lost of 10 and a Try Bonus of 4, what are the points against them?", "sql": "SELECT \"Points against\" FROM \"2-12828723-5\" WHERE \"Try bonus\" = '4' AND \"Lost\" = '10';"} +{"question_id": 14441, "table_id": "2-12828723-5", "question": "Having 429 points against, what is the Tries Against?", "sql": "SELECT \"Tries against\" FROM \"2-12828723-5\" WHERE \"Points against\" = '429';"} +{"question_id": 14442, "table_id": "2-12828723-5", "question": "With a Try Bonus of 8, what is the Tries Against?", "sql": "SELECT \"Tries against\" FROM \"2-12828723-5\" WHERE \"Try bonus\" = '8';"} +{"question_id": 14443, "table_id": "2-12828723-5", "question": "What club has a Try Bonus of 8?", "sql": "SELECT \"Club\" FROM \"2-12828723-5\" WHERE \"Try bonus\" = '8';"} +{"question_id": 14444, "table_id": "2-12828723-5", "question": "For Pontyberem RFC that has a Try Bonus of 2, what is the played?", "sql": "SELECT \"Played\" FROM \"2-12828723-5\" WHERE \"Try bonus\" = '2' AND \"Club\" = 'Pontyberem RFC';"} +{"question_id": 14445, "table_id": "2-12828723-5", "question": "With a club that has 400 Points against, what are the points?", "sql": "SELECT \"Points for\" FROM \"2-12828723-5\" WHERE \"Points against\" = '400';"} +{"question_id": 14446, "table_id": "2-1227385-3", "question": "What Thai has a ~Gregorian of April–May?", "sql": "SELECT \"Thai\" FROM \"2-1227385-3\" WHERE \"~Gregorian\" = 'April–May';"} +{"question_id": 14447, "table_id": "2-12253458-2", "question": "When goals against is greater than 60 and losses less than 29, what is the highest played?", "sql": "SELECT MAX(\"Played\") FROM \"2-12253458-2\" WHERE \"Goals against\" > 60.0 AND \"Losses\" < 29.0;"} +{"question_id": 14448, "table_id": "2-12253458-2", "question": "What club has less than 60 goals against, a goal difference smaller than 1, and a position of 8?", "sql": "SELECT \"Club\" FROM \"2-12253458-2\" WHERE \"Goals against\" < 60.0 AND \"Goal Difference\" < 1.0 AND \"Position\" = 8.0;"} +{"question_id": 14449, "table_id": "2-12310015-4", "question": "Where did they play in week 14?", "sql": "SELECT \"Game site\" FROM \"2-12310015-4\" WHERE \"Week\" = '14';"} +{"question_id": 14450, "table_id": "2-12310015-4", "question": "Who was the opponent when 48,121 people attended?", "sql": "SELECT \"Opponent\" FROM \"2-12310015-4\" WHERE \"Attendance\" = '48,121';"} +{"question_id": 14451, "table_id": "2-12310015-4", "question": "What was the score when 50,514 people were in attendance?", "sql": "SELECT \"Result\" FROM \"2-12310015-4\" WHERE \"Attendance\" = '50,514';"} +{"question_id": 14452, "table_id": "2-12310015-4", "question": "Where did they have the Divisional Playoffs?", "sql": "SELECT \"Game site\" FROM \"2-12310015-4\" WHERE \"Week\" = 'Divisional Playoffs';"} +{"question_id": 14453, "table_id": "2-12310015-4", "question": "What is the result when there was an attendance of 54,418?", "sql": "SELECT \"Result\" FROM \"2-12310015-4\" WHERE \"Attendance\" = '54,418';"} +{"question_id": 14454, "table_id": "2-12342418-1", "question": "What year was the role of Rachel active in TV?", "sql": "SELECT \"Year active\" FROM \"2-12342418-1\" WHERE \"Role\" = 'Rachel';"} +{"question_id": 14455, "table_id": "2-12816291-1", "question": "Name the sum of population 1.1.2008 for tønsberg and population 1.1.2006 more than 45.447", "sql": "SELECT SUM(\"Population 1.1.2008\") FROM \"2-12816291-1\" WHERE \"Urban area\" = 'tønsberg' AND \"Population 1.1.2006\" > 45.447;"} +{"question_id": 14456, "table_id": "2-12816291-1", "question": "Name the least population 1.1.2008 with population per square km of 1.957 and population 1.1.2006 less than 12.67", "sql": "SELECT MIN(\"Population 1.1.2008\") FROM \"2-12816291-1\" WHERE \"Population per square km\" = 1.957 AND \"Population 1.1.2006\" < 12.67;"} +{"question_id": 14457, "table_id": "2-12816291-1", "question": "Name the total number of population per square km with population 1.12006 of 12.757", "sql": "SELECT COUNT(\"Population per square km\") FROM \"2-12816291-1\" WHERE \"Population 1.1.2006\" = 12.757;"} +{"question_id": 14458, "table_id": "2-1228248-1", "question": "What is the average Points when the engine was a Climax Straight-4 earlier than 1958?", "sql": "SELECT AVG(\"Points\") FROM \"2-1228248-1\" WHERE \"Engine\" = 'Climax Straight-4' AND \"Year\" < 1958.0;"} +{"question_id": 14459, "table_id": "2-1228248-1", "question": "What is the number of points for the maserati straight-4 engine, later than 1959?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1228248-1\" WHERE \"Engine\" = 'maserati straight-4' AND \"Year\" > 1959.0;"} +{"question_id": 14460, "table_id": "2-1228248-1", "question": "What engine had a JBW chassis in 1960?", "sql": "SELECT \"Engine\" FROM \"2-1228248-1\" WHERE \"Chassis\" = 'JBW' AND \"Year\" = 1960.0;"} +{"question_id": 14461, "table_id": "2-1228248-1", "question": "What is the highest points for the jbw chassis with a climax straight-4 engine, later than 1961?", "sql": "SELECT MAX(\"Points\") FROM \"2-1228248-1\" WHERE \"Chassis\" = 'jbw' AND \"Engine\" = 'climax straight-4' AND \"Year\" > 1961.0;"} +{"question_id": 14462, "table_id": "2-1228248-1", "question": "What is the name of the engine in 1961?", "sql": "SELECT \"Engine\" FROM \"2-1228248-1\" WHERE \"Year\" = 1961.0;"} +{"question_id": 14463, "table_id": "2-12206000-8", "question": "On which date were the 2003 Toronto Blue Jays 54-55?", "sql": "SELECT \"Date\" FROM \"2-12206000-8\" WHERE \"Record\" = '54-55';"} +{"question_id": 14464, "table_id": "2-12206000-8", "question": "What is the average attendance of the Mariners' attendance when their record was 62-64?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-12206000-8\" WHERE \"Opponent\" = 'Mariners' AND \"Record\" = '62-64';"} +{"question_id": 14465, "table_id": "2-12206000-8", "question": "What was the score when the Blue Jays had an attendance larger than 9430?", "sql": "SELECT \"Score\" FROM \"2-12206000-8\" WHERE \"Attendance\" > 9430.0;"} +{"question_id": 14466, "table_id": "2-12755231-1", "question": "What is the height of the Fort Peck Dam which was built before 1968, is locaTEd in the United States and has a dam type of TE ?", "sql": "SELECT \"Structure Height [m]\" FROM \"2-12755231-1\" WHERE \"Year\" < 1968.0 AND \"Type\" = 'TE' AND \"Country\" = 'United States' AND \"Name\" = 'Fort Peck Dam';"} +{"question_id": 14467, "table_id": "2-12335018-4", "question": "Who was the runner up before 2007?", "sql": "SELECT \"Runner-up\" FROM \"2-12335018-4\" WHERE \"Season\" < 2007.0;"} +{"question_id": 14468, "table_id": "2-1253228-4", "question": "Which season was Manresa the champion?", "sql": "SELECT \"Season\" FROM \"2-1253228-4\" WHERE \"Champion\" = 'Manresa';"} +{"question_id": 14469, "table_id": "2-1218389-1", "question": "What year was the Cosworth CA2006 2.4 V8 4 Series used?", "sql": "SELECT AVG(\"Year\") FROM \"2-1218389-1\" WHERE \"Engine\" = 'Cosworth CA2006 2.4 V8 4 Series';"} +{"question_id": 14470, "table_id": "2-1218389-1", "question": "What engine did the McLaren MP4-20 use?", "sql": "SELECT \"Engine\" FROM \"2-1218389-1\" WHERE \"Chassis\" = 'McLaren MP4-20';"} +{"question_id": 14471, "table_id": "2-1218389-1", "question": "What team used the Toyota RVX-07 2.4 V8 engine", "sql": "SELECT \"Entrant\" FROM \"2-1218389-1\" WHERE \"Engine\" = 'Toyota RVX-07 2.4 V8';"} +{"question_id": 14472, "table_id": "2-1218389-1", "question": "in what year were 2 points scored?", "sql": "SELECT MAX(\"Year\") FROM \"2-1218389-1\" WHERE \"Points\" = '2';"} +{"question_id": 14473, "table_id": "2-1218389-1", "question": "What engine scored 17 points?", "sql": "SELECT \"Engine\" FROM \"2-1218389-1\" WHERE \"Points\" = '17';"} +{"question_id": 14474, "table_id": "2-12333215-3", "question": "What years won when the To par is more than 13?", "sql": "SELECT \"Year(s) won\" FROM \"2-12333215-3\" WHERE \"To par\" > 13.0;"} +{"question_id": 14475, "table_id": "2-12333215-3", "question": "What is the highest Total for Australia?", "sql": "SELECT MAX(\"Total\") FROM \"2-12333215-3\" WHERE \"Country\" = 'Australia';"} +{"question_id": 14476, "table_id": "2-12333215-3", "question": "What is the average Total for the United States with a To par more than 6 and 1996 was won?", "sql": "SELECT AVG(\"Total\") FROM \"2-12333215-3\" WHERE \"Country\" = 'United States' AND \"To par\" > 6.0 AND \"Year(s) won\" = '1996';"} +{"question_id": 14477, "table_id": "2-12395766-1", "question": "Raiders of the Lost Ark had pieces of 277 for what lowest number?", "sql": "SELECT MIN(\"Number\") FROM \"2-12395766-1\" WHERE \"Film\" = 'Raiders of the Lost Ark' AND \"Pieces\" = 277.0;"} +{"question_id": 14478, "table_id": "2-12395766-1", "question": "What is the number for Chauchilla Cemetery Battle with less than 511 pieces?", "sql": "SELECT AVG(\"Number\") FROM \"2-12395766-1\" WHERE \"Pieces\" < 511.0 AND \"Name\" = 'Chauchilla Cemetery Battle';"} +{"question_id": 14479, "table_id": "2-12395766-1", "question": "What was the earliest year with 339 pieces and a number smaller than 7198?", "sql": "SELECT MIN(\"Released\") FROM \"2-12395766-1\" WHERE \"Pieces\" = 339.0 AND \"Number\" < 7198.0;"} +{"question_id": 14480, "table_id": "2-13269765-1", "question": "What is the name of the competition that was held on August 20, 2004?", "sql": "SELECT \"Competition\" FROM \"2-13269765-1\" WHERE \"Date\" = 'August 20, 2004';"} +{"question_id": 14481, "table_id": "2-13269765-1", "question": "Where was the game held that resulted in a Draw?", "sql": "SELECT \"Venue\" FROM \"2-13269765-1\" WHERE \"Result\" = 'Draw';"} +{"question_id": 14482, "table_id": "2-13269765-1", "question": "Where was the game held on August 20, 2004?", "sql": "SELECT \"Venue\" FROM \"2-13269765-1\" WHERE \"Date\" = 'August 20, 2004';"} +{"question_id": 14483, "table_id": "2-13269765-1", "question": "Where was the game held that resulted in a score of 9-2?", "sql": "SELECT \"Venue\" FROM \"2-13269765-1\" WHERE \"Score\" = '9-2';"} +{"question_id": 14484, "table_id": "2-12382684-1", "question": "What is the sum of total with a Rank larger than 12, and a Gold larger than 4?", "sql": "SELECT COUNT(\"Total\") FROM \"2-12382684-1\" WHERE \"Rank\" > 12.0 AND \"Gold\" > 4.0;"} +{"question_id": 14485, "table_id": "2-12382684-1", "question": "What is the smallest bronze with a Rank of 12, and a Silver smaller than 2?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-12382684-1\" WHERE \"Rank\" = 12.0 AND \"Silver\" < 2.0;"} +{"question_id": 14486, "table_id": "2-12382684-1", "question": "What is the smallest bronze with a Silver smaller than 2, and a Gold of 1, and a Nation of western isles, and a Total larger than 6?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-12382684-1\" WHERE \"Silver\" < 2.0 AND \"Gold\" = 1.0 AND \"Nation\" = 'western isles' AND \"Total\" > 6.0;"} +{"question_id": 14487, "table_id": "2-12382684-1", "question": "What is the average bronze with a total of 15 and less than 2 gold?", "sql": "SELECT AVG(\"Bronze\") FROM \"2-12382684-1\" WHERE \"Total\" = 15.0 AND \"Gold\" < 2.0;"} +{"question_id": 14488, "table_id": "2-12382684-1", "question": "What is the total rank with a Nation of gotland, and a Gold larger than 23?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-12382684-1\" WHERE \"Nation\" = 'gotland' AND \"Gold\" > 23.0;"} +{"question_id": 14489, "table_id": "2-12317436-1", "question": "for a Goals Against greater than 42 what is the number of losses?", "sql": "SELECT AVG(\"Losses\") FROM \"2-12317436-1\" WHERE \"Goals Against\" > 42.0;"} +{"question_id": 14490, "table_id": "2-12317436-1", "question": "for goals less than 48 and 8 games played what is the count of losses?", "sql": "SELECT MAX(\"Losses\") FROM \"2-12317436-1\" WHERE \"Games Played\" = 8.0 AND \"Goals For\" < 48.0;"} +{"question_id": 14491, "table_id": "2-12317436-1", "question": "what is the number of losses with wins less than 4 and goals against more than 39?", "sql": "SELECT COUNT(\"Losses\") FROM \"2-12317436-1\" WHERE \"Goals Against\" > 39.0 AND \"Wins\" < 4.0;"} +{"question_id": 14492, "table_id": "2-12256602-8", "question": "What years does the school have that's in Makikihi?", "sql": "SELECT \"Years\" FROM \"2-12256602-8\" WHERE \"Area\" = 'Makikihi';"} +{"question_id": 14493, "table_id": "2-12256602-8", "question": "In what area is Morven School?", "sql": "SELECT \"Area\" FROM \"2-12256602-8\" WHERE \"Name\" = 'Morven School';"} +{"question_id": 14494, "table_id": "2-12256602-8", "question": "What years does the school have with a roll of 33?", "sql": "SELECT \"Years\" FROM \"2-12256602-8\" WHERE \"Roll\" = 33.0;"} +{"question_id": 14495, "table_id": "2-12586867-5", "question": "What is the name of the actor who played Billy Elliot in the Final Cast with a Last Performance of 13 June 2009?", "sql": "SELECT \"Name\" FROM \"2-12586867-5\" WHERE \"Status\" = 'Final Cast' AND \"Last Performance\" = '13 June 2009';"} +{"question_id": 14496, "table_id": "2-12586867-5", "question": "What is the date of the First Performance of Rhys Kosakowski as Billy Elliot in the Original Cast?", "sql": "SELECT \"First Performance\" FROM \"2-12586867-5\" WHERE \"Status\" = 'Original Cast' AND \"Name\" = 'Rhys Kosakowski';"} +{"question_id": 14497, "table_id": "2-12586867-5", "question": "What is the Style of the First Performance of Billy Elliot on 15 November 2007?", "sql": "SELECT \"Style\" FROM \"2-12586867-5\" WHERE \"First Performance\" = '15 November 2007';"} +{"question_id": 14498, "table_id": "2-12586867-5", "question": "What is the date of the Last Performance of Rarmian Newton as Billy Elliot?", "sql": "SELECT \"Last Performance\" FROM \"2-12586867-5\" WHERE \"Name\" = 'Rarmian Newton';"} +{"question_id": 14499, "table_id": "2-12586867-5", "question": "What is the date of the Last Ballet Style Performance of Rhys Kosakowski as Billy Elliot?", "sql": "SELECT \"Last Performance\" FROM \"2-12586867-5\" WHERE \"Style\" = 'Ballet' AND \"Name\" = 'Rhys Kosakowski';"} +{"question_id": 14500, "table_id": "2-12586867-5", "question": "What is the date of the Last Performance of Billy Elliot with a Cast Status of Past Replacement?", "sql": "SELECT \"Last Performance\" FROM \"2-12586867-5\" WHERE \"Status\" = 'Past Replacement';"} +{"question_id": 14501, "table_id": "2-13149986-2", "question": "Gold of 0, and a Silver smaller than 3, and a Rank larger than 9, and a Total of 1 has how many numbers of bronze?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-13149986-2\" WHERE \"Gold\" = 0.0 AND \"Silver\" < 3.0 AND \"Rank\" > 9.0 AND \"Total\" = 1.0;"} +{"question_id": 14502, "table_id": "2-13149986-2", "question": "Bronze larger than 2, and a Rank of 4, and a Total larger than 7 has how many numbers of gold?", "sql": "SELECT AVG(\"Gold\") FROM \"2-13149986-2\" WHERE \"Bronze\" > 2.0 AND \"Rank\" = 4.0 AND \"Total\" > 7.0;"} +{"question_id": 14503, "table_id": "2-13149986-2", "question": "Bronze smaller than 3, and a Total smaller than 2, and a Gold larger than 1 has how many average silvers?", "sql": "SELECT AVG(\"Silver\") FROM \"2-13149986-2\" WHERE \"Bronze\" < 3.0 AND \"Total\" < 2.0 AND \"Gold\" > 1.0;"} +{"question_id": 14504, "table_id": "2-13149986-2", "question": "Gold of 1, and a Total smaller than 4, and a Bronze smaller than 0 has the lowest silver?", "sql": "SELECT MIN(\"Silver\") FROM \"2-13149986-2\" WHERE \"Gold\" = 1.0 AND \"Total\" < 4.0 AND \"Bronze\" < 0.0;"} +{"question_id": 14505, "table_id": "2-12206689-2", "question": "Name the date for record 3-3", "sql": "SELECT \"Date\" FROM \"2-12206689-2\" WHERE \"Record\" = '3-3';"} +{"question_id": 14506, "table_id": "2-12206689-2", "question": "Name the opponent on April 27", "sql": "SELECT \"Opponent\" FROM \"2-12206689-2\" WHERE \"Date\" = 'April 27';"} +{"question_id": 14507, "table_id": "2-12206689-2", "question": "Name the record for April 22", "sql": "SELECT \"Record\" FROM \"2-12206689-2\" WHERE \"Date\" = 'April 22';"} +{"question_id": 14508, "table_id": "2-12206689-2", "question": "Name the attendance on April 17", "sql": "SELECT \"Attendance\" FROM \"2-12206689-2\" WHERE \"Date\" = 'April 17';"} +{"question_id": 14509, "table_id": "2-12206689-2", "question": "Name the date for Postponed attendance", "sql": "SELECT \"Date\" FROM \"2-12206689-2\" WHERE \"Attendance\" = 'Postponed';"} +{"question_id": 14510, "table_id": "2-12206689-2", "question": "Name the record for April 6", "sql": "SELECT \"Record\" FROM \"2-12206689-2\" WHERE \"Date\" = 'April 6';"} +{"question_id": 14511, "table_id": "2-1228180-1", "question": "What engine does Garvey Team Lotus use?", "sql": "SELECT \"Engine\" FROM \"2-1228180-1\" WHERE \"Entrant\" = 'Garvey Team Lotus';"} +{"question_id": 14512, "table_id": "2-12610470-1", "question": "What is the 2012 population for the state whose capital is Santa Fe?", "sql": "SELECT \"Population est. (2012)\" FROM \"2-12610470-1\" WHERE \"Capital\" = 'Santa Fe';"} +{"question_id": 14513, "table_id": "2-12610470-1", "question": "What is the capital for the state that has the largest city of Burlington?", "sql": "SELECT \"Capital\" FROM \"2-12610470-1\" WHERE \"Largest city\" = 'Burlington';"} +{"question_id": 14514, "table_id": "2-12610470-1", "question": "How many populations have a capital of montpelier and more than 1 House seat?", "sql": "SELECT COUNT(\"Population est. (2012)\") FROM \"2-12610470-1\" WHERE \"Capital\" = 'montpelier' AND \"House seat(s)\" > 1.0;"} +{"question_id": 14515, "table_id": "2-12205709-5", "question": "On games against the Devil Rays and a score of 2 - 1 (10), what was the attendance?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-12205709-5\" WHERE \"Opponent\" = 'Devil Rays' AND \"Score\" = '2 - 1 (10)';"} +{"question_id": 14516, "table_id": "2-12205709-5", "question": "On the game that put the team at 34-44, what was the attendance?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-12205709-5\" WHERE \"Record\" = '34-44';"} +{"question_id": 14517, "table_id": "2-12205709-5", "question": "What was the score of the game that put the team at 27-32?", "sql": "SELECT \"Loss\" FROM \"2-12205709-5\" WHERE \"Record\" = '27-32';"} +{"question_id": 14518, "table_id": "2-12838395-3", "question": "In which venue did the competition on 11 October 2008 take place?", "sql": "SELECT \"Venue\" FROM \"2-12838395-3\" WHERE \"Date\" = '11 October 2008';"} +{"question_id": 14519, "table_id": "2-12912726-1", "question": "What was the average number of silver medals won by france when they are ranked higher than 8?", "sql": "SELECT AVG(\"Silver\") FROM \"2-12912726-1\" WHERE \"Nation\" = 'france' AND \"Rank\" > 8.0;"} +{"question_id": 14520, "table_id": "2-12209065-2", "question": "Who was their Opponent on April 26?", "sql": "SELECT \"Opponent\" FROM \"2-12209065-2\" WHERE \"Date\" = 'April 26';"} +{"question_id": 14521, "table_id": "2-12955882-1", "question": "What competition took place in Berlin, Germany?", "sql": "SELECT \"Competition\" FROM \"2-12955882-1\" WHERE \"Venue\" = 'Berlin, Germany';"} +{"question_id": 14522, "table_id": "2-12955882-1", "question": "Where were the Pan American Games held?", "sql": "SELECT \"Venue\" FROM \"2-12955882-1\" WHERE \"Competition\" = 'Pan American Games';"} +{"question_id": 14523, "table_id": "2-12955882-1", "question": "What venue hosted the 2003 event?", "sql": "SELECT \"Venue\" FROM \"2-12955882-1\" WHERE \"Year\" = 2003.0;"} +{"question_id": 14524, "table_id": "2-1219572-1", "question": "What game had the highest score and a time of 2:35?", "sql": "SELECT MAX(\"Game\") FROM \"2-1219572-1\" WHERE \"Time\" = '2:35';"} +{"question_id": 14525, "table_id": "2-1219572-1", "question": "What game, played on october 17 in front of 49347 fans, had the lowest score?", "sql": "SELECT MIN(\"Game\") FROM \"2-1219572-1\" WHERE \"Date\" = 'october 17' AND \"Attendance\" > 49347.0;"} +{"question_id": 14526, "table_id": "2-1247786-1", "question": "What is the highest Total Foreign-born (1000) from a non EU state (1000) of 685 and a population (1000) smaller than 10666?", "sql": "SELECT MAX(\"Total Foreign-born (1000)\") FROM \"2-1247786-1\" WHERE \"Born in a non EU state (1000)\" = 685.0 AND \"Total population (1000)\" > 10666.0;"} +{"question_id": 14527, "table_id": "2-1247786-1", "question": "What is the highest number born in a none EU state (1000) from denmark with a total population (1000) less than 5534?", "sql": "SELECT MAX(\"Born in a non EU state (1000)\") FROM \"2-1247786-1\" WHERE \"Country\" = 'denmark' AND \"Total population (1000)\" < 5534.0;"} +{"question_id": 14528, "table_id": "2-1247786-1", "question": "How many Foreign-born (1000) are from sweden and born in some other EU state (1000) larger than 477?", "sql": "SELECT SUM(\"Total Foreign-born (1000)\") FROM \"2-1247786-1\" WHERE \"Country\" = 'sweden' AND \"Born in other EU state (1000)\" > 477.0;"} +{"question_id": 14529, "table_id": "2-1247786-1", "question": "What is the greatest Total population (1000) from sweden and born in a non EU state (1000) less than 859?", "sql": "SELECT MAX(\"Total population (1000)\") FROM \"2-1247786-1\" WHERE \"Country\" = 'sweden' AND \"Born in a non EU state (1000)\" < 859.0;"} +{"question_id": 14530, "table_id": "2-1247786-1", "question": "What is the greatest Born in other EU state (1000) with more than 1380 foreign-born from italy and a born in a non EU state (1000) less than 3205?", "sql": "SELECT MAX(\"Born in other EU state (1000)\") FROM \"2-1247786-1\" WHERE \"Total Foreign-born (1000)\" > 1380.0 AND \"Country\" = 'italy' AND \"Born in a non EU state (1000)\" < 3205.0;"} +{"question_id": 14531, "table_id": "2-13063768-1", "question": "Whice race ended with a DNF?", "sql": "SELECT \"Race\" FROM \"2-13063768-1\" WHERE \"Position\" = 'DNF';"} +{"question_id": 14532, "table_id": "2-13063768-1", "question": "Which race ended with a time of 01:46:59.69?", "sql": "SELECT \"Race\" FROM \"2-13063768-1\" WHERE \"Time\" = '01:46:59.69';"} +{"question_id": 14533, "table_id": "2-13063768-1", "question": "What was the speed of the Superbike race?", "sql": "SELECT \"Speed\" FROM \"2-13063768-1\" WHERE \"Race\" = 'Superbike';"} +{"question_id": 14534, "table_id": "2-13063768-1", "question": "What was the speed of the race that ended in 2nd place and had a time of 01:13:03.39?", "sql": "SELECT \"Speed\" FROM \"2-13063768-1\" WHERE \"Position\" = '2nd' AND \"Time\" = '01:13:03.39';"} +{"question_id": 14535, "table_id": "2-13012881-1", "question": "How many sets were played in the 2011 Tournament in which there were 3R in 2007?", "sql": "SELECT \"2011\" FROM \"2-13012881-1\" WHERE \"2007\" = '3R';"} +{"question_id": 14536, "table_id": "2-13012881-1", "question": "How many sets were in the 2011 Australian Open Tournament?", "sql": "SELECT \"2011\" FROM \"2-13012881-1\" WHERE \"Tournament\" = 'Australian Open';"} +{"question_id": 14537, "table_id": "2-13012881-1", "question": "How many sets were played in the tournament that had 4R in 2011 and 2R in 2008?", "sql": "SELECT \"2009\" FROM \"2-13012881-1\" WHERE \"2011\" = '4R' AND \"2008\" = '2R';"} +{"question_id": 14538, "table_id": "2-13012881-1", "question": "How many sets were played in the 2011 tournament, in which 2R were played in 2008?", "sql": "SELECT \"2011\" FROM \"2-13012881-1\" WHERE \"2008\" = '2R';"} +{"question_id": 14539, "table_id": "2-13012881-1", "question": "Which tournament had 1R in 2013?", "sql": "SELECT \"Tournament\" FROM \"2-13012881-1\" WHERE \"2013\" = '1R';"} +{"question_id": 14540, "table_id": "2-13012881-1", "question": "How many sets were played in 2007 at the tournament that had 4R in 2011 and 2R in 2009?", "sql": "SELECT \"2007\" FROM \"2-13012881-1\" WHERE \"2011\" = '4R' AND \"2009\" = '2R';"} +{"question_id": 14541, "table_id": "2-12267042-1", "question": "What was the record at the game held on December 24, 2005?", "sql": "SELECT \"Record\" FROM \"2-12267042-1\" WHERE \"Date\" = 'December 24, 2005';"} +{"question_id": 14542, "table_id": "2-12267042-1", "question": "What was the date of the game held at Invesco Field?", "sql": "SELECT \"Date\" FROM \"2-12267042-1\" WHERE \"Game site\" = 'Invesco Field';"} +{"question_id": 14543, "table_id": "2-12267042-1", "question": "What was the NFL Recap of the game held on December 24, 2005?", "sql": "SELECT \"NFL Recap\" FROM \"2-12267042-1\" WHERE \"Date\" = 'December 24, 2005';"} +{"question_id": 14544, "table_id": "2-12267042-1", "question": "Who was the opponent at the game held on December 24, 2005?", "sql": "SELECT \"Opponent\" FROM \"2-12267042-1\" WHERE \"Date\" = 'December 24, 2005';"} +{"question_id": 14545, "table_id": "2-12267042-1", "question": "Which week's game had an attendance of 90,138?", "sql": "SELECT \"Week\" FROM \"2-12267042-1\" WHERE \"Attendance\" = '90,138';"} +{"question_id": 14546, "table_id": "2-1235945-1", "question": "What is the total years with more than 1 points?", "sql": "SELECT SUM(\"Year\") FROM \"2-1235945-1\" WHERE \"Points\" > 1.0;"} +{"question_id": 14547, "table_id": "2-1235945-1", "question": "When were there less than 1 point with a Cosworth V8 engine in Jolly Club Switzerland?", "sql": "SELECT \"Year\" FROM \"2-1235945-1\" WHERE \"Points\" < 1.0 AND \"Engine\" = 'Cosworth V8' AND \"Entrant\" = 'Jolly Club Switzerland';"} +{"question_id": 14548, "table_id": "2-12188532-6", "question": "Which home team has an Away of (2-1)?", "sql": "SELECT \"HOME\" FROM \"2-12188532-6\" WHERE \"AWAY\" = '(2-1)';"} +{"question_id": 14549, "table_id": "2-12188532-6", "question": "Which away team has a playoff record of (0-0) and played against Sioux City Bandits?", "sql": "SELECT \"AWAY\" FROM \"2-12188532-6\" WHERE \"PLYFF\" = '(0-0)' AND \"Opponent\" = 'Sioux City Bandits';"} +{"question_id": 14550, "table_id": "2-12188532-6", "question": "Which home team has a playoff record of (0-0) and played La Crosse Spartans?", "sql": "SELECT \"HOME\" FROM \"2-12188532-6\" WHERE \"PLYFF\" = '(0-0)' AND \"Opponent\" = 'La Crosse Spartans';"} +{"question_id": 14551, "table_id": "2-12188532-6", "question": "What is the Plyff team that plays the Billings Outlaws?", "sql": "SELECT \"PLYFF\" FROM \"2-12188532-6\" WHERE \"Opponent\" = 'Billings Outlaws';"} +{"question_id": 14552, "table_id": "2-12188532-6", "question": "Which team has an overall playoff of (0-0), a home record of (0-1) and played the Green Bay Blizzard team?", "sql": "SELECT \"OVERALL\" FROM \"2-12188532-6\" WHERE \"PLYFF\" = '(0-0)' AND \"HOME\" = '(0-1)' AND \"Opponent\" = 'Green Bay Blizzard';"} +{"question_id": 14553, "table_id": "2-12188532-6", "question": "Which Overall has a playoff record of (0-1) and an away record of (1-1)?", "sql": "SELECT \"OVERALL\" FROM \"2-12188532-6\" WHERE \"PLYFF\" = '(0-1)' AND \"AWAY\" = '(1-1)';"} +{"question_id": 14554, "table_id": "2-12367921-2", "question": "Which opponent has a Date of April 14?", "sql": "SELECT \"Opponent\" FROM \"2-12367921-2\" WHERE \"Date\" = 'April 14';"} +{"question_id": 14555, "table_id": "2-12367921-2", "question": "Which attendance has a Score of 3-5?", "sql": "SELECT \"Attendance\" FROM \"2-12367921-2\" WHERE \"Score\" = '3-5';"} +{"question_id": 14556, "table_id": "2-12367921-2", "question": "Which Date has a Record of 7-9?", "sql": "SELECT \"Date\" FROM \"2-12367921-2\" WHERE \"Record\" = '7-9';"} +{"question_id": 14557, "table_id": "2-12367921-2", "question": "Which Date has an Attendance of 30,612?", "sql": "SELECT \"Date\" FROM \"2-12367921-2\" WHERE \"Attendance\" = '30,612';"} +{"question_id": 14558, "table_id": "2-12367921-2", "question": "Which Date has an Opponent of @ Mariners, and a Loss of Hernández (0-1)?", "sql": "SELECT \"Date\" FROM \"2-12367921-2\" WHERE \"Opponent\" = '@ Mariners' AND \"Loss\" = 'Hernández (0-1)';"} +{"question_id": 14559, "table_id": "2-12367921-2", "question": "Which Record that has a Loss of Mays (0-3)?", "sql": "SELECT \"Record\" FROM \"2-12367921-2\" WHERE \"Loss\" = 'Mays (0-3)';"} +{"question_id": 14560, "table_id": "2-12771946-4", "question": "What week was the final score 6–26?", "sql": "SELECT \"Week\" FROM \"2-12771946-4\" WHERE \"Final score\" = '6–26';"} +{"question_id": 14561, "table_id": "2-12771946-4", "question": "Who was the host team when the Miami Dolphins were the visiting team?", "sql": "SELECT \"Host team\" FROM \"2-12771946-4\" WHERE \"Visiting team\" = 'Miami Dolphins';"} +{"question_id": 14562, "table_id": "2-12771946-4", "question": "What was the stadium that held that game after week 15?", "sql": "SELECT \"Stadium\" FROM \"2-12771946-4\" WHERE \"Week\" > 15.0;"} +{"question_id": 14563, "table_id": "2-12889808-10", "question": "Name the most FA cup for championship of 18 and total of 19", "sql": "SELECT MAX(\"FA Cup\") FROM \"2-12889808-10\" WHERE \"Championship\" = 18.0 AND \"Total\" = 19.0;"} +{"question_id": 14564, "table_id": "2-12889808-10", "question": "Name the most league cups for total more than 19 and FA cups more than 6", "sql": "SELECT MAX(\"League Cup\") FROM \"2-12889808-10\" WHERE \"Total\" > 19.0 AND \"FA Cup\" > 6.0;"} +{"question_id": 14565, "table_id": "2-12939799-1", "question": "What is the Score, when the Year is after 2007, and when the Country is England?", "sql": "SELECT \"Score\" FROM \"2-12939799-1\" WHERE \"Year\" > 2007.0 AND \"Country\" = 'England';"} +{"question_id": 14566, "table_id": "2-12939799-1", "question": "What is the latest Year, when the Venue is Lübker Golf Resort?", "sql": "SELECT MAX(\"Year\") FROM \"2-12939799-1\" WHERE \"Venue\" = 'Lübker Golf Resort';"} +{"question_id": 14567, "table_id": "2-12939799-1", "question": "What is the Score, when the Venue is Lübker Golf Resort?", "sql": "SELECT \"Score\" FROM \"2-12939799-1\" WHERE \"Venue\" = 'Lübker Golf Resort';"} +{"question_id": 14568, "table_id": "2-12939799-1", "question": "What is the Venue, when the Winner is Iain Pyman?", "sql": "SELECT \"Venue\" FROM \"2-12939799-1\" WHERE \"Winner\" = 'Iain Pyman';"} +{"question_id": 14569, "table_id": "2-12498087-6", "question": "Which final round had a first round of 20?", "sql": "SELECT \"Final round\" FROM \"2-12498087-6\" WHERE \"First round\" = 20.0;"} +{"question_id": 14570, "table_id": "2-12498087-6", "question": "What final round had a weight of 245?", "sql": "SELECT \"Final round\" FROM \"2-12498087-6\" WHERE \"Weight\" = 245.0;"} +{"question_id": 14571, "table_id": "2-12498087-6", "question": "What is the pos for the New York Knicks?", "sql": "SELECT \"Pos.\" FROM \"2-12498087-6\" WHERE \"Team\" = 'New York Knicks';"} +{"question_id": 14572, "table_id": "2-12498087-6", "question": "What is the average first round for Utah Jazz team, with a weight smaller than 229?", "sql": "SELECT AVG(\"First round\") FROM \"2-12498087-6\" WHERE \"Weight\" < 229.0 AND \"Team\" = 'Utah Jazz';"} +{"question_id": 14573, "table_id": "2-12498087-6", "question": "What is the pos with weight less than 205?", "sql": "SELECT \"Pos.\" FROM \"2-12498087-6\" WHERE \"Weight\" < 205.0;"} +{"question_id": 14574, "table_id": "2-1290024-17", "question": "What GSR class is associated with a 0-4-2T type?", "sql": "SELECT \"GSR Class\" FROM \"2-1290024-17\" WHERE \"Type\" = '0-4-2T';"} +{"question_id": 14575, "table_id": "2-1290024-17", "question": "Who manufactured fleet numbers of WLWR 2, 4, 11?", "sql": "SELECT \"Manufacturer\" FROM \"2-1290024-17\" WHERE \"Fleet numbers\" = 'WLWR 2, 4, 11';"} +{"question_id": 14576, "table_id": "2-13312898-50", "question": "Name the most overall for dwight freeney with round less than 1", "sql": "SELECT MAX(\"Overall\") FROM \"2-13312898-50\" WHERE \"Name\" = 'dwight freeney' AND \"Round\" < 1.0;"} +{"question_id": 14577, "table_id": "2-13312898-50", "question": "Name the most pick # for overall of 204", "sql": "SELECT MAX(\"Pick #\") FROM \"2-13312898-50\" WHERE \"Overall\" = 204.0;"} +{"question_id": 14578, "table_id": "2-13135264-10", "question": "What was the date for game 6?", "sql": "SELECT \"Date\" FROM \"2-13135264-10\" WHERE \"Game\" = 6.0;"} +{"question_id": 14579, "table_id": "2-13135264-10", "question": "Who was the visitor for the April 17 game?", "sql": "SELECT \"Visitor\" FROM \"2-13135264-10\" WHERE \"Date\" = 'April 17';"} +{"question_id": 14580, "table_id": "2-1226512-2", "question": "Which chassis did Fondmetal F1 SpA use after 1990?", "sql": "SELECT \"Chassis\" FROM \"2-1226512-2\" WHERE \"Year\" > 1990.0 AND \"Entrant\" = 'Fondmetal F1 SpA';"} +{"question_id": 14581, "table_id": "2-1226512-2", "question": "What points did the ilmor v10 engine get after 1992?", "sql": "SELECT SUM(\"Points\") FROM \"2-1226512-2\" WHERE \"Engine\" = 'ilmor v10' AND \"Year\" > 1992.0;"} +{"question_id": 14582, "table_id": "2-12626983-5", "question": "Name the place for Tim Clark", "sql": "SELECT \"Place\" FROM \"2-12626983-5\" WHERE \"Player\" = 'Tim Clark';"} +{"question_id": 14583, "table_id": "2-12626983-5", "question": "Name the place for South Africa and Retief Goosen", "sql": "SELECT \"Place\" FROM \"2-12626983-5\" WHERE \"Country\" = 'South Africa' AND \"Player\" = 'Retief Goosen';"} +{"question_id": 14584, "table_id": "2-12626983-5", "question": "Name the To par for T10 place and score of 72-71=143", "sql": "SELECT \"To par\" FROM \"2-12626983-5\" WHERE \"Place\" = 'T10' AND \"Score\" = '72-71=143';"} +{"question_id": 14585, "table_id": "2-13121895-3", "question": "Which Opponent has a Method of Submission?", "sql": "SELECT \"Opponent\" FROM \"2-13121895-3\" WHERE \"Method\" = 'Submission';"} +{"question_id": 14586, "table_id": "2-13121895-3", "question": "Which Res has an Event of UFC 122?", "sql": "SELECT \"Res.\" FROM \"2-13121895-3\" WHERE \"Event\" = 'UFC 122';"} +{"question_id": 14587, "table_id": "2-13023925-2", "question": "What was the record after the game against the St. Louis Cardinals?", "sql": "SELECT \"Record\" FROM \"2-13023925-2\" WHERE \"Opponent\" = 'St. Louis Cardinals';"} +{"question_id": 14588, "table_id": "2-13023925-2", "question": "How many attendance numbers are associated with the site of veterans stadium before week 1?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-13023925-2\" WHERE \"Game site\" = 'veterans stadium' AND \"Week\" < 1.0;"} +{"question_id": 14589, "table_id": "2-12784134-24", "question": "What is the future stem for the word that has an imperfect stem of hartzen?", "sql": "SELECT \"Future stem\" FROM \"2-12784134-24\" WHERE \"Imperfect stem\" = 'hartzen';"} +{"question_id": 14590, "table_id": "2-12784134-24", "question": "What is the imperfect stem for the word that has a future stem of ikusiko?", "sql": "SELECT \"Imperfect stem\" FROM \"2-12784134-24\" WHERE \"Future stem\" = 'ikusiko';"} +{"question_id": 14591, "table_id": "2-12784134-24", "question": "What is the short stem for the word that has a perfect stem of poztu?", "sql": "SELECT \"Short stem\" FROM \"2-12784134-24\" WHERE \"Perfect stem\" = 'poztu';"} +{"question_id": 14592, "table_id": "2-12784134-24", "question": "What is the imperfect stem of the word that means 'take away, remove'?", "sql": "SELECT \"Imperfect stem\" FROM \"2-12784134-24\" WHERE \"Meaning\" = '''take away, remove''';"} +{"question_id": 14593, "table_id": "2-12784134-24", "question": "What is the perfect stem for the word that has a future stem of emango?", "sql": "SELECT \"Perfect stem\" FROM \"2-12784134-24\" WHERE \"Future stem\" = 'emango';"} +{"question_id": 14594, "table_id": "2-12489251-2", "question": "Who was the opponent of the Runner-up after 2012?", "sql": "SELECT \"Opponents\" FROM \"2-12489251-2\" WHERE \"Year\" > 2012.0 AND \"Outcome\" = 'Runner-up';"} +{"question_id": 14595, "table_id": "2-12489251-2", "question": "Who was the partner of the Winner after 2012?", "sql": "SELECT \"Partner\" FROM \"2-12489251-2\" WHERE \"Year\" > 2012.0 AND \"Outcome\" = 'Winner';"} +{"question_id": 14596, "table_id": "2-12530926-5", "question": "Name the outcome for 6 March 2000", "sql": "SELECT \"Outcome\" FROM \"2-12530926-5\" WHERE \"Date\" = '6 March 2000';"} +{"question_id": 14597, "table_id": "2-12530926-5", "question": "Name the date when the surface was Clay and the score was 6–1, 6–2 and Runner-up", "sql": "SELECT \"Date\" FROM \"2-12530926-5\" WHERE \"Surface\" = 'Clay' AND \"Score\" = '6–1, 6–2' AND \"Outcome\" = 'Runner-up';"} +{"question_id": 14598, "table_id": "2-12530926-5", "question": "Name the score for 26 May 1997", "sql": "SELECT \"Score\" FROM \"2-12530926-5\" WHERE \"Date\" = '26 May 1997';"} +{"question_id": 14599, "table_id": "2-12530926-5", "question": "Name the tournament for outcome of Winner and Clay surface with opponent of Aranza Salut", "sql": "SELECT \"Tournament\" FROM \"2-12530926-5\" WHERE \"Outcome\" = 'Winner' AND \"Surface\" = 'Clay' AND \"Opponent\" = 'Aranza Salut';"} +{"question_id": 14600, "table_id": "2-12208071-5", "question": "Who did the Blue Jays lose to on July 16?", "sql": "SELECT \"Loss\" FROM \"2-12208071-5\" WHERE \"Date\" = 'July 16';"} +{"question_id": 14601, "table_id": "2-1216097-7", "question": "What country was the winner in season 1997/98 when Russia was runner-up but had the win for women, while Italy came in third?", "sql": "SELECT \"Winner\" FROM \"2-1216097-7\" WHERE \"Runner-up\" = 'Russia' AND \"Winner Women\" = 'Russia' AND \"Third\" = 'Italy' AND \"Season\" = '1997/98';"} +{"question_id": 14602, "table_id": "2-1216097-7", "question": "Who had the win for men in season 1988/89 when Soviet Union had the women's win, and Norway came in third overall?", "sql": "SELECT \"Winner Men\" FROM \"2-1216097-7\" WHERE \"Winner Women\" = 'Soviet Union' AND \"Third\" = 'Norway' AND \"Season\" = '1988/89';"} +{"question_id": 14603, "table_id": "2-1216097-7", "question": "Who had the men's win in the 1992/93 season?", "sql": "SELECT \"Winner Men\" FROM \"2-1216097-7\" WHERE \"Season\" = '1992/93';"} +{"question_id": 14604, "table_id": "2-1216097-7", "question": "In which season did Sweden get third overall while Russia had the men's win?", "sql": "SELECT \"Season\" FROM \"2-1216097-7\" WHERE \"Third\" = 'Sweden' AND \"Winner Men\" = 'Russia';"} +{"question_id": 14605, "table_id": "2-1216097-7", "question": "Which country was third overall when Russia had the men's win in season 2012/13?", "sql": "SELECT \"Third\" FROM \"2-1216097-7\" WHERE \"Winner Men\" = 'Russia' AND \"Season\" = '2012/13';"} +{"question_id": 14606, "table_id": "2-1216097-7", "question": "Who had the women's win when Norway was the winner overall in season 2001/02?", "sql": "SELECT \"Winner Women\" FROM \"2-1216097-7\" WHERE \"Winner\" = 'Norway' AND \"Season\" = '2001/02';"} +{"question_id": 14607, "table_id": "2-1252069-1", "question": "How many laps did Duke Nelson complete when his qualifying time was 122.951?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1252069-1\" WHERE \"Qual\" = '122.951';"} +{"question_id": 14608, "table_id": "2-1252069-1", "question": "How many laps did Duke Nelson complete when his qualifying time was 136.498?", "sql": "SELECT MAX(\"Laps\") FROM \"2-1252069-1\" WHERE \"Qual\" = '136.498';"} +{"question_id": 14609, "table_id": "2-1252093-3", "question": "What entrant drove a car with a Moore chassis prior to 1953?", "sql": "SELECT \"Entrant\" FROM \"2-1252093-3\" WHERE \"Year\" < 1953.0 AND \"Chassis\" = 'Moore';"} +{"question_id": 14610, "table_id": "2-12278022-1", "question": "What opponent was in the match that resulted in 1-2?", "sql": "SELECT \"Opponent team\" FROM \"2-12278022-1\" WHERE \"Result\" = '1-2';"} +{"question_id": 14611, "table_id": "2-12472317-1", "question": "Which tournAment hAs A vAlue of A for 2009?", "sql": "SELECT \"Tournament\" FROM \"2-12472317-1\" WHERE \"2009\" = 'A';"} +{"question_id": 14612, "table_id": "2-12472317-1", "question": "WhAt is the vAlue for 2011 when `A` is the vAlue for 2009, And 4R is the vAlue for 2013?", "sql": "SELECT \"2011\" FROM \"2-12472317-1\" WHERE \"2009\" = 'A' AND \"2013\" = '4R';"} +{"question_id": 14613, "table_id": "2-12286195-1", "question": "What is the result for Chicago, Illinois?", "sql": "SELECT \"Result\" FROM \"2-12286195-1\" WHERE \"Hometown\" = 'Chicago, Illinois';"} +{"question_id": 14614, "table_id": "2-12286195-1", "question": "How much did the Hydra team from Bronx, New York raise?", "sql": "SELECT \"Raised\" FROM \"2-12286195-1\" WHERE \"Original Team\" = 'Hydra' AND \"Hometown\" = 'Bronx, New York';"} +{"question_id": 14615, "table_id": "2-12635188-6", "question": "Name the attendance for Atlanta Braves opponent for September 9", "sql": "SELECT AVG(\"Attendance\") FROM \"2-12635188-6\" WHERE \"Opponent\" = 'Atlanta Braves' AND \"Date\" = 'September 9';"} +{"question_id": 14616, "table_id": "2-1257162-2", "question": "What were the years active of the player from New Zealand with more than 11 caps?", "sql": "SELECT \"Years Active\" FROM \"2-1257162-2\" WHERE \"Caps\" > 11.0 AND \"Country\" = 'New Zealand';"} +{"question_id": 14617, "table_id": "2-1257162-2", "question": "How many goals did a player from France have?", "sql": "SELECT \"Goals\" FROM \"2-1257162-2\" WHERE \"Country\" = 'France';"} +{"question_id": 14618, "table_id": "2-1257162-2", "question": "How many goals did a player active since 2006 have?", "sql": "SELECT \"Goals\" FROM \"2-1257162-2\" WHERE \"Years Active\" = '2006';"} +{"question_id": 14619, "table_id": "2-12608427-6", "question": "What is the transfer window of the Leeds United source with a move from Motherwell?", "sql": "SELECT \"Transfer window\" FROM \"2-12608427-6\" WHERE \"Source\" = 'Leeds United' AND \"Moving from\" = 'Motherwell';"} +{"question_id": 14620, "table_id": "2-12608427-6", "question": "What is the source of a move from Swindon Town?", "sql": "SELECT \"Source\" FROM \"2-12608427-6\" WHERE \"Moving from\" = 'Swindon Town';"} +{"question_id": 14621, "table_id": "2-12608427-6", "question": "What is the name of the country that has a transfer window of Winter with an end after 2009 and moving from Bolton Wanderers?", "sql": "SELECT \"Country\" FROM \"2-12608427-6\" WHERE \"Transfer window\" = 'Winter' AND \"Ends\" > 2009.0 AND \"Moving from\" = 'Bolton Wanderers';"} +{"question_id": 14622, "table_id": "2-12608427-6", "question": "What is the transfer fee of the move from Port Vale?", "sql": "SELECT \"Transfer fee\" FROM \"2-12608427-6\" WHERE \"Moving from\" = 'Port Vale';"} +{"question_id": 14623, "table_id": "2-12608427-6", "question": "What is the type of the Leeds United source, Winter transfer window and moving from Northampton Town?", "sql": "SELECT \"Type\" FROM \"2-12608427-6\" WHERE \"Source\" = 'Leeds United' AND \"Transfer window\" = 'Winter' AND \"Moving from\" = 'Northampton Town';"} +{"question_id": 14624, "table_id": "2-12608427-6", "question": "What is the source of the move from Port Vale?", "sql": "SELECT \"Source\" FROM \"2-12608427-6\" WHERE \"Moving from\" = 'Port Vale';"} +{"question_id": 14625, "table_id": "2-12305146-3", "question": "What is the average silver medals a team ranked 12 with less than 2 bronze has?", "sql": "SELECT AVG(\"Silver\") FROM \"2-12305146-3\" WHERE \"Rank\" = 12.0 AND \"Bronze\" < 2.0;"} +{"question_id": 14626, "table_id": "2-12305146-3", "question": "What is the average rank finland, which has 1 bronze, more than 1 silver, and less than 0 gold, has?", "sql": "SELECT AVG(\"Rank\") FROM \"2-12305146-3\" WHERE \"Bronze\" = 1.0 AND \"Silver\" > 1.0 AND \"Nation\" = 'finland' AND \"Gold\" < 0.0;"} +{"question_id": 14627, "table_id": "2-12305146-3", "question": "What is the lowest amount of gold a team with less than 2 total medals, ranked 17, and more than 0 silver medals, has?", "sql": "SELECT MIN(\"Gold\") FROM \"2-12305146-3\" WHERE \"Total\" < 2.0 AND \"Rank\" = 17.0 AND \"Silver\" > 0.0;"} +{"question_id": 14628, "table_id": "2-1269687-1", "question": "Who is the captain of the Manchester City team?", "sql": "SELECT \"Captain\" FROM \"2-1269687-1\" WHERE \"Team\" = 'Manchester City';"} +{"question_id": 14629, "table_id": "2-1269687-1", "question": "Which captain's manager is Joe Royle?", "sql": "SELECT \"Captain\" FROM \"2-1269687-1\" WHERE \"Manager\" = 'Joe Royle';"} +{"question_id": 14630, "table_id": "2-12152672-1", "question": "What year had a Women's doubles and Women's singles with No competition?", "sql": "SELECT \"Year\" FROM \"2-12152672-1\" WHERE \"Women's doubles\" = 'No competition' AND \"Women's singles\" = 'No competition';"} +{"question_id": 14631, "table_id": "2-12152672-1", "question": "The year the Women's singles was won by Christine Magnusson who was the winner of the Men's singles?", "sql": "SELECT \"Men's singles\" FROM \"2-12152672-1\" WHERE \"Women's singles\" = 'Christine Magnusson';"} +{"question_id": 14632, "table_id": "2-12152672-1", "question": "In 1982, when the Men's doubles had No competition who won the Women's singles?", "sql": "SELECT \"Women's singles\" FROM \"2-12152672-1\" WHERE \"Men's doubles\" = 'No competition' AND \"Year\" = '1982';"} +{"question_id": 14633, "table_id": "2-12152672-1", "question": "When Steve Baddeley won the Men's singles who won the Women's singles?", "sql": "SELECT \"Women's singles\" FROM \"2-12152672-1\" WHERE \"Men's singles\" = 'Steve Baddeley';"} +{"question_id": 14634, "table_id": "2-12152672-1", "question": "When Marja Ridder won the Women's singles who won the Men's singles?", "sql": "SELECT \"Men's singles\" FROM \"2-12152672-1\" WHERE \"Women's singles\" = 'Marja Ridder';"} +{"question_id": 14635, "table_id": "2-12936521-1", "question": "Name the average founded with joined less than 2008", "sql": "SELECT AVG(\"Founded\") FROM \"2-12936521-1\" WHERE \"Joined\" < 2008.0;"} +{"question_id": 14636, "table_id": "2-12567683-1", "question": "What was the role for Challenge TV?", "sql": "SELECT \"Role\" FROM \"2-12567683-1\" WHERE \"Broadcaster\" = 'Challenge TV';"} +{"question_id": 14637, "table_id": "2-12567683-1", "question": "Who was the broadcaster in 2003?", "sql": "SELECT \"Broadcaster\" FROM \"2-12567683-1\" WHERE \"Year\" = '2003';"} +{"question_id": 14638, "table_id": "2-12567683-1", "question": "What was the role for BBC1?", "sql": "SELECT \"Role\" FROM \"2-12567683-1\" WHERE \"Broadcaster\" = 'BBC1';"} +{"question_id": 14639, "table_id": "2-12567683-1", "question": "What was the title with episode 8?", "sql": "SELECT \"Title\" FROM \"2-12567683-1\" WHERE \"Episodes\" = '8';"} +{"question_id": 14640, "table_id": "2-12567683-1", "question": "What was the title for Sky One in 2005?", "sql": "SELECT \"Title\" FROM \"2-12567683-1\" WHERE \"Broadcaster\" = 'Sky One' AND \"Year\" = '2005';"} +{"question_id": 14641, "table_id": "2-1233840-1", "question": "What was yardley-brm's points high after 1971?", "sql": "SELECT MAX(\"Points\") FROM \"2-1233840-1\" WHERE \"Entrant\" = 'yardley-brm' AND \"Year\" > 1971.0;"} +{"question_id": 14642, "table_id": "2-1233840-1", "question": "What year did austria-marlboro brm get more than 0 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1233840-1\" WHERE \"Entrant\" = 'austria-marlboro brm' AND \"Points\" > 0.0;"} +{"question_id": 14643, "table_id": "2-1233840-1", "question": "Which entrant has a McLaren M7C Chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1233840-1\" WHERE \"Chassis\" = 'McLaren M7C';"} +{"question_id": 14644, "table_id": "2-1262432-2", "question": "Which province has GMP for an IATA?", "sql": "SELECT \"Province/Region\" FROM \"2-1262432-2\" WHERE \"IATA\" = 'GMP';"} +{"question_id": 14645, "table_id": "2-1262432-2", "question": "Which airport is in Tokyo and has an ICAO of RJTT?", "sql": "SELECT \"Airport\" FROM \"2-1262432-2\" WHERE \"City\" = 'Tokyo' AND \"ICAO\" = 'RJTT';"} +{"question_id": 14646, "table_id": "2-1262432-2", "question": "Which country is the ICAO VVTS?", "sql": "SELECT \"Country\" FROM \"2-1262432-2\" WHERE \"ICAO\" = 'VVTS';"} +{"question_id": 14647, "table_id": "2-1262432-2", "question": "What airport is in Vietnam?", "sql": "SELECT \"Airport\" FROM \"2-1262432-2\" WHERE \"Country\" = 'Vietnam';"} +{"question_id": 14648, "table_id": "2-1262432-2", "question": "Which airport has an IATA of HGH?", "sql": "SELECT \"Airport\" FROM \"2-1262432-2\" WHERE \"IATA\" = 'HGH';"} +{"question_id": 14649, "table_id": "2-1262432-2", "question": "Which city has an IATA of TSA?", "sql": "SELECT \"City\" FROM \"2-1262432-2\" WHERE \"IATA\" = 'TSA';"} +{"question_id": 14650, "table_id": "2-1252120-1", "question": "Where was the starting position when there were 182 laps?", "sql": "SELECT \"Start\" FROM \"2-1252120-1\" WHERE \"Laps\" = 182.0;"} +{"question_id": 14651, "table_id": "2-1252120-1", "question": "How many laps were completed with a start of 33, and a finish of 18?", "sql": "SELECT MAX(\"Laps\") FROM \"2-1252120-1\" WHERE \"Start\" = '33' AND \"Finish\" = '18';"} +{"question_id": 14652, "table_id": "2-1252120-1", "question": "When completing 182 laps, what was the qual.?", "sql": "SELECT \"Qual\" FROM \"2-1252120-1\" WHERE \"Laps\" = 182.0;"} +{"question_id": 14653, "table_id": "2-1252120-1", "question": "What is the total number of laps that were completed in 1949?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1252120-1\" WHERE \"Year\" = '1949';"} +{"question_id": 14654, "table_id": "2-1252120-1", "question": "What is the fewest number of laps completed by a rank 32?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1252120-1\" WHERE \"Rank\" = '32';"} +{"question_id": 14655, "table_id": "2-12251219-1", "question": "On what date was the Individual time trial?", "sql": "SELECT \"Date\" FROM \"2-12251219-1\" WHERE \"Type\" = 'Individual time trial';"} +{"question_id": 14656, "table_id": "2-12962773-13", "question": "When was Tony Parker (Guard) born?", "sql": "SELECT MAX(\"Year born\") FROM \"2-12962773-13\" WHERE \"Position\" = 'Guard' AND \"Player\" = 'Tony Parker';"} +{"question_id": 14657, "table_id": "2-12962773-13", "question": "What team does Tariq Kirksay, a Guard who is taller than 1.8M and born before 1982, represent?", "sql": "SELECT \"Current Club\" FROM \"2-12962773-13\" WHERE \"Height\" > 1.8 AND \"Position\" = 'Guard' AND \"Year born\" < 1982.0 AND \"Player\" = 'Tariq Kirksay';"} +{"question_id": 14658, "table_id": "2-12962773-13", "question": "What player is a Center born in 1977?", "sql": "SELECT \"Player\" FROM \"2-12962773-13\" WHERE \"Position\" = 'Center' AND \"Year born\" = 1977.0;"} +{"question_id": 14659, "table_id": "2-13214042-1", "question": "What is the extra result of the 4th game?", "sql": "SELECT \"Extra\" FROM \"2-13214042-1\" WHERE \"Result\" = '4th';"} +{"question_id": 14660, "table_id": "2-13214042-1", "question": "What extra is from after 2009?", "sql": "SELECT \"Extra\" FROM \"2-13214042-1\" WHERE \"Year\" > 2009.0;"} +{"question_id": 14661, "table_id": "2-1269274-1", "question": "Who was the Kit manufacturer that was has shirts sponsored by Walkers?", "sql": "SELECT \"Kit manufacturer\" FROM \"2-1269274-1\" WHERE \"Shirt sponsor\" = 'Walkers';"} +{"question_id": 14662, "table_id": "2-1269274-1", "question": "Which team is the kit manufacturer Umbro, and the captain Gary Mabbutt?", "sql": "SELECT \"Team\" FROM \"2-1269274-1\" WHERE \"Kit manufacturer\" = 'Umbro' AND \"Captain\" = 'Gary Mabbutt';"} +{"question_id": 14663, "table_id": "2-1269274-1", "question": "Who is the captain for the manufacturer Pony, and the manager Harry Redknapp?", "sql": "SELECT \"Captain\" FROM \"2-1269274-1\" WHERE \"Kit manufacturer\" = 'Pony' AND \"Manager\" = 'Harry Redknapp';"} +{"question_id": 14664, "table_id": "2-1269274-1", "question": "Who is the shirt sponsor for the manufacturer Nike?", "sql": "SELECT \"Shirt sponsor\" FROM \"2-1269274-1\" WHERE \"Kit manufacturer\" = 'Nike';"} +{"question_id": 14665, "table_id": "2-1269274-1", "question": "Which team has the team captain Jon Newsome?", "sql": "SELECT \"Team\" FROM \"2-1269274-1\" WHERE \"Captain\" = 'Jon Newsome';"} +{"question_id": 14666, "table_id": "2-1290024-19", "question": "What was the GSR number on the date 1883?", "sql": "SELECT \"GSR Nos.\" FROM \"2-1290024-19\" WHERE \"Date made\" = '1883';"} +{"question_id": 14667, "table_id": "2-1290024-19", "question": "What was the quantity of the fleet information for DWWR 50 and 51?", "sql": "SELECT \"Quantity made\" FROM \"2-1290024-19\" WHERE \"Fleet numbers\" = 'DWWR 50 and 51';"} +{"question_id": 14668, "table_id": "2-1290024-19", "question": "What was the quantity for Inchicore of J7?", "sql": "SELECT \"Quantity made\" FROM \"2-1290024-19\" WHERE \"Inchicore Class\" = 'J7';"} +{"question_id": 14669, "table_id": "2-13312898-59", "question": "What's the highest round for a Defensive Tackle position?", "sql": "SELECT MAX(\"Round\") FROM \"2-13312898-59\" WHERE \"Position\" = 'Defensive Tackle';"} +{"question_id": 14670, "table_id": "2-12937257-12", "question": "What is the smallest round associated with Samuel Scheschuk?", "sql": "SELECT MIN(\"Round\") FROM \"2-12937257-12\" WHERE \"Name\" = 'Samuel Scheschuk';"} +{"question_id": 14671, "table_id": "2-12206431-3", "question": "How many people were in attendance on the day there was a 30-22 victory?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-12206431-3\" WHERE \"Record\" = '30-22';"} +{"question_id": 14672, "table_id": "2-12206431-3", "question": "Who lost on June 29?", "sql": "SELECT \"Loss\" FROM \"2-12206431-3\" WHERE \"Date\" = 'June 29';"} +{"question_id": 14673, "table_id": "2-12261481-1", "question": "What is the score with Lost as the result?", "sql": "SELECT \"Score\" FROM \"2-12261481-1\" WHERE \"Result\" = 'Lost';"} +{"question_id": 14674, "table_id": "2-12261481-1", "question": "Which date has China as the venue?", "sql": "SELECT \"Date\" FROM \"2-12261481-1\" WHERE \"Venue\" = 'China';"} +{"question_id": 14675, "table_id": "2-12261481-1", "question": "Which score has a competition of 1997 Dunhill Cup Malaysia and February 23, 1997 as the date?", "sql": "SELECT \"Score\" FROM \"2-12261481-1\" WHERE \"Competition\" = '1997 Dunhill Cup Malaysia' AND \"Date\" = 'February 23, 1997';"} +{"question_id": 14676, "table_id": "2-12261481-1", "question": "Which competition has 4-0 as the score?", "sql": "SELECT \"Competition\" FROM \"2-12261481-1\" WHERE \"Score\" = '4-0';"} +{"question_id": 14677, "table_id": "2-12261481-1", "question": "What score has October 16, 2000 as the date?", "sql": "SELECT \"Score\" FROM \"2-12261481-1\" WHERE \"Date\" = 'October 16, 2000';"} +{"question_id": 14678, "table_id": "2-12261481-1", "question": "What is the result of the competition of 2000 AFC Asian Cup Group Stages?", "sql": "SELECT \"Result\" FROM \"2-12261481-1\" WHERE \"Competition\" = '2000 AFC Asian Cup Group Stages';"} +{"question_id": 14679, "table_id": "2-12618081-1", "question": "What is the motive before 2007?", "sql": "SELECT \"Motive\" FROM \"2-12618081-1\" WHERE \"Year\" < 2007.0;"} +{"question_id": 14680, "table_id": "2-12618081-1", "question": "What is the result of the Directorial Debut of the Year award?", "sql": "SELECT \"Result\" FROM \"2-12618081-1\" WHERE \"Category\" = 'Directorial Debut of the Year';"} +{"question_id": 14681, "table_id": "2-12618081-1", "question": "What is the category for the Premios Lo Nuestro award?", "sql": "SELECT \"Category\" FROM \"2-12618081-1\" WHERE \"Award\" = 'Premios Lo Nuestro';"} +{"question_id": 14682, "table_id": "2-1252063-1", "question": "What's the average number of Laps, that had a start of 25, with a Qual of 138.063?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1252063-1\" WHERE \"Start\" = '25' AND \"Qual\" = '138.063';"} +{"question_id": 14683, "table_id": "2-1252063-1", "question": "What year had the Finish of 12?", "sql": "SELECT \"Year\" FROM \"2-1252063-1\" WHERE \"Finish\" = '12';"} +{"question_id": 14684, "table_id": "2-1252063-1", "question": "In what year did a Qual of 141.105 with a Start of 25 happen?", "sql": "SELECT \"Year\" FROM \"2-1252063-1\" WHERE \"Start\" = '25' AND \"Qual\" = '141.105';"} +{"question_id": 14685, "table_id": "2-1252063-1", "question": "What year had the largest number of laps over 196?", "sql": "SELECT \"Year\" FROM \"2-1252063-1\" WHERE \"Laps\" > 196.0;"} +{"question_id": 14686, "table_id": "2-12716513-3", "question": "Who are the runners-up in 1996?", "sql": "SELECT \"Runners-up\" FROM \"2-12716513-3\" WHERE \"Year\" = '1996';"} +{"question_id": 14687, "table_id": "2-12300697-1", "question": "What is the average roll of a school with State authority and a decile of 9?", "sql": "SELECT AVG(\"Roll\") FROM \"2-12300697-1\" WHERE \"Authority\" = 'State' AND \"Decile\" = 9.0;"} +{"question_id": 14688, "table_id": "2-12300697-1", "question": "Which area has State authority and a roll fewer than 18?", "sql": "SELECT \"Area\" FROM \"2-12300697-1\" WHERE \"Authority\" = 'State' AND \"Roll\" < 18.0;"} +{"question_id": 14689, "table_id": "2-12300697-1", "question": "What is the roll for the school with State authority and a decile of 9?", "sql": "SELECT \"Roll\" FROM \"2-12300697-1\" WHERE \"Authority\" = 'State' AND \"Decile\" = 9.0;"} +{"question_id": 14690, "table_id": "2-12300697-1", "question": "What is the average decile of Westport South School?", "sql": "SELECT AVG(\"Decile\") FROM \"2-12300697-1\" WHERE \"Name\" = 'Westport South School';"} +{"question_id": 14691, "table_id": "2-12446771-3", "question": "What is the top rank with a time of 2:19.86?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12446771-3\" WHERE \"Time\" = '2:19.86';"} +{"question_id": 14692, "table_id": "2-12446771-3", "question": "Who had a lane number smaller than 7 and a time of 2:19.86?", "sql": "SELECT \"Name\" FROM \"2-12446771-3\" WHERE \"Lane\" < 7.0 AND \"Time\" = '2:19.86';"} +{"question_id": 14693, "table_id": "2-12446771-3", "question": "What was Liu Limin's time in heat 4?", "sql": "SELECT \"Time\" FROM \"2-12446771-3\" WHERE \"Heat\" = 4.0 AND \"Name\" = 'Liu Limin';"} +{"question_id": 14694, "table_id": "2-12500162-1", "question": "What was the result of the Friendly competition?", "sql": "SELECT \"Result\" FROM \"2-12500162-1\" WHERE \"Competition\" = 'Friendly';"} +{"question_id": 14695, "table_id": "2-12608427-8", "question": "What was the start source that ended on 4 May?", "sql": "SELECT \"Start Source\" FROM \"2-12608427-8\" WHERE \"Ended\" = '4 May';"} +{"question_id": 14696, "table_id": "2-12608427-8", "question": "What is the Loan Club from ENG that ended on 22 February?", "sql": "SELECT \"Loan Club\" FROM \"2-12608427-8\" WHERE \"Country\" = 'ENG' AND \"Ended\" = '22 February';"} +{"question_id": 14697, "table_id": "2-12608427-8", "question": "What is the End Source from the Hartlepool United Loan Club?", "sql": "SELECT \"End Source\" FROM \"2-12608427-8\" WHERE \"Loan Club\" = 'Hartlepool United';"} +{"question_id": 14698, "table_id": "2-12608427-8", "question": "When did the loan that Ended on 15 January Start?", "sql": "SELECT \"Started\" FROM \"2-12608427-8\" WHERE \"Ended\" = '15 January';"} +{"question_id": 14699, "table_id": "2-12253523-2", "question": "What nation had more than 97 Gold Medals and fewer than 332 Silver Medals?", "sql": "SELECT SUM(\"Total\") FROM \"2-12253523-2\" WHERE \"Gold\" > 97.0 AND \"Silver\" < 332.0;"} +{"question_id": 14700, "table_id": "2-12253523-2", "question": "What nation had 135 Bronze medals?", "sql": "SELECT COUNT(\"Bronze\") FROM \"2-12253523-2\" WHERE \"Total\" = 135.0;"} +{"question_id": 14701, "table_id": "2-12869529-1", "question": "What is the area of ulim with less than 30 villages?", "sql": "SELECT AVG(\"Land area (Km 2 )\") FROM \"2-12869529-1\" WHERE \"Capital\" = 'ulim' AND \"Villages\" < 30.0;"} +{"question_id": 14702, "table_id": "2-1280090-4", "question": "What is the name of the station that is currently Demolished with the Shepparton line in Tabilk?", "sql": "SELECT \"Name\" FROM \"2-1280090-4\" WHERE \"Current Status\" = 'Demolished' AND \"Line\" = 'Shepparton line' AND \"Location\" = 'Tabilk';"} +{"question_id": 14703, "table_id": "2-1280090-4", "question": "What is the line of Mangalore station?", "sql": "SELECT \"Line\" FROM \"2-1280090-4\" WHERE \"Name\" = 'Mangalore';"} +{"question_id": 14704, "table_id": "2-1280090-4", "question": "What is the line of the station in Toolamba that is currently Demolished and closed in the Late 1970s?", "sql": "SELECT \"Line\" FROM \"2-1280090-4\" WHERE \"Current Status\" = 'Demolished' AND \"Closed\" = 'Late 1970s' AND \"Location\" = 'Toolamba';"} +{"question_id": 14705, "table_id": "2-1280090-4", "question": "What is the name of the station in Toolamba that is currently Demolished?", "sql": "SELECT \"Name\" FROM \"2-1280090-4\" WHERE \"Current Status\" = 'Demolished' AND \"Location\" = 'Toolamba';"} +{"question_id": 14706, "table_id": "2-12962773-7", "question": "What club began in 1976?", "sql": "SELECT \"Current Club\" FROM \"2-12962773-7\" WHERE \"Year born\" = 1976.0;"} +{"question_id": 14707, "table_id": "2-12962773-7", "question": "What player was born in 1976 and is smaller than 2.03?", "sql": "SELECT \"Player\" FROM \"2-12962773-7\" WHERE \"Height\" < 2.03 AND \"Year born\" = 1976.0;"} +{"question_id": 14708, "table_id": "2-12962773-7", "question": "What player was born in 1978 and smaller than 1.92?", "sql": "SELECT \"Current Club\" FROM \"2-12962773-7\" WHERE \"Height\" < 1.92 AND \"Year born\" > 1978.0;"} +{"question_id": 14709, "table_id": "2-1305286-4", "question": "Which year did The Adventures of Tintin come out?", "sql": "SELECT SUM(\"Year\") FROM \"2-1305286-4\" WHERE \"Film\" = 'The Adventures of Tintin';"} +{"question_id": 14710, "table_id": "2-1305286-4", "question": "What year did the movie Rango come out?", "sql": "SELECT AVG(\"Year\") FROM \"2-1305286-4\" WHERE \"Film\" = 'Rango';"} +{"question_id": 14711, "table_id": "2-12815540-1", "question": "What is the rank associated with a Height feet / m of 427 / 130?", "sql": "SELECT \"Rank\" FROM \"2-12815540-1\" WHERE \"Height feet / m\" = '427 / 130';"} +{"question_id": 14712, "table_id": "2-12815540-1", "question": "What was the address in 1974?", "sql": "SELECT \"Address\" FROM \"2-12815540-1\" WHERE \"Year\" = '1974';"} +{"question_id": 14713, "table_id": "2-1235921-1", "question": "What was the earliest year for a car with 3 points and Cooper T20 chassis?", "sql": "SELECT MIN(\"Year\") FROM \"2-1235921-1\" WHERE \"Points\" = 3.0 AND \"Chassis\" = 'Cooper T20';"} +{"question_id": 14714, "table_id": "2-1219662-1", "question": "If time is 2:13 and attendance is less than 56335, what is the largest game number?", "sql": "SELECT MAX(\"Game\") FROM \"2-1219662-1\" WHERE \"Attendance\" < 56335.0 AND \"Time\" = '2:13';"} +{"question_id": 14715, "table_id": "2-1219662-1", "question": "Game 2 has how much attendance?", "sql": "SELECT \"Attendance\" FROM \"2-1219662-1\" WHERE \"Game\" = 2.0;"} +{"question_id": 14716, "table_id": "2-1219662-1", "question": "What was the average attendance on October 12?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-1219662-1\" WHERE \"Date\" = 'October 12';"} +{"question_id": 14717, "table_id": "2-12410929-13", "question": "What is the name of the Home Captain for 23,24,25,26 July 1992?", "sql": "SELECT \"Home captain\" FROM \"2-12410929-13\" WHERE \"Date\" = '23,24,25,26 July 1992';"} +{"question_id": 14718, "table_id": "2-12410929-13", "question": "Who is the Away Captain at Headingley?", "sql": "SELECT \"Away captain\" FROM \"2-12410929-13\" WHERE \"Venue\" = 'Headingley';"} +{"question_id": 14719, "table_id": "2-12410929-13", "question": "Where was a game played on 23,24,25,26 July 1992?", "sql": "SELECT \"Venue\" FROM \"2-12410929-13\" WHERE \"Date\" = '23,24,25,26 July 1992';"} +{"question_id": 14720, "table_id": "2-12410929-13", "question": "Who was the Away Captain at The Oval?", "sql": "SELECT \"Away captain\" FROM \"2-12410929-13\" WHERE \"Venue\" = 'The Oval';"} +{"question_id": 14721, "table_id": "2-12410929-13", "question": "Who is the Home Captain for 23,24,25,26 July 1992?", "sql": "SELECT \"Home captain\" FROM \"2-12410929-13\" WHERE \"Date\" = '23,24,25,26 July 1992';"} +{"question_id": 14722, "table_id": "2-12410929-13", "question": "What is the result for 23,24,25,26 July 1992?", "sql": "SELECT \"Result\" FROM \"2-12410929-13\" WHERE \"Date\" = '23,24,25,26 July 1992';"} +{"question_id": 14723, "table_id": "2-1263207-1", "question": "What is the maximum number of losses that the Minnesota Kicks had after 1979 with an average attendance of 16605?", "sql": "SELECT MAX(\"Lost\") FROM \"2-1263207-1\" WHERE \"Season\" > 1979.0 AND \"Avg. Attend.\" = 16605.0;"} +{"question_id": 14724, "table_id": "2-1263207-1", "question": "Which season did the Minnesota Kicks lose 13 games and scored 156 points?", "sql": "SELECT COUNT(\"Season\") FROM \"2-1263207-1\" WHERE \"Lost\" = 13.0 AND \"Points\" = 156.0;"} +{"question_id": 14725, "table_id": "2-1263207-1", "question": "Which season did the Kicks have more than 137 points with 13 losses and an average attendance larger than 23121?", "sql": "SELECT AVG(\"Season\") FROM \"2-1263207-1\" WHERE \"Points\" > 137.0 AND \"Avg. Attend.\" > 23121.0 AND \"Lost\" = 13.0;"} +{"question_id": 14726, "table_id": "2-12194003-1", "question": "Name the men's singles for when doubles are Suresh Goel Morin D'Souza", "sql": "SELECT \"Men's singles\" FROM \"2-12194003-1\" WHERE \"Mixed doubles\" = 'Suresh Goel Morin D''Souza';"} +{"question_id": 14727, "table_id": "2-12194003-1", "question": "Name the highest year for Dipu Ghosh Raman Ghosh, and Sarojini Gogte Sunila Apte", "sql": "SELECT MAX(\"Year\") FROM \"2-12194003-1\" WHERE \"Men's doubles\" = 'Dipu Ghosh Raman Ghosh' AND \"Women's doubles\" = 'Sarojini Gogte Sunila Apte';"} +{"question_id": 14728, "table_id": "2-12243429-2", "question": "What losses did Racing de Santander, that scored less than 68 goals, had a goal difference of less than 23 and 10 draws?", "sql": "SELECT MAX(\"Losses\") FROM \"2-12243429-2\" WHERE \"Goals against\" < 68.0 AND \"Goal Difference\" < 23.0 AND \"Draws\" = 10.0 AND \"Club\" = 'Racing de Santander';"} +{"question_id": 14729, "table_id": "2-12243429-2", "question": "What is the highest goal difference that the club with 33-5 points and less than 12 wins?", "sql": "SELECT MAX(\"Goal Difference\") FROM \"2-12243429-2\" WHERE \"Points\" = '33-5' AND \"Wins\" < 12.0;"} +{"question_id": 14730, "table_id": "2-12922162-1", "question": "What reactor type that has a commercial operation of —, and a Tianwan-7 unit?", "sql": "SELECT \"Reactor type\" FROM \"2-12922162-1\" WHERE \"Commercial operation\" = '—' AND \"Unit\" = 'Tianwan-7';"} +{"question_id": 14731, "table_id": "2-12922162-1", "question": "What was the net capacity with a gross capacity of 1,126 MW, and a Unit of Tianwan-4?", "sql": "SELECT \"Net capacity\" FROM \"2-12922162-1\" WHERE \"Gross capacity\" = '1,126 MW' AND \"Unit\" = 'Tianwan-4';"} +{"question_id": 14732, "table_id": "2-12922162-1", "question": "What commercial operation that has a gross capacity of 1,126 MW, and a unit of Tianwan-4?", "sql": "SELECT \"Commercial operation\" FROM \"2-12922162-1\" WHERE \"Gross capacity\" = '1,126 MW' AND \"Unit\" = 'Tianwan-4';"} +{"question_id": 14733, "table_id": "2-12161395-1", "question": "What score has Won as the result on the date of December 14, 2004?", "sql": "SELECT \"Score\" FROM \"2-12161395-1\" WHERE \"Result\" = 'Won' AND \"Date\" = 'December 14, 2004';"} +{"question_id": 14734, "table_id": "2-12161395-1", "question": "What date has Won as the result and 2-1 as the score with a competition of 2004 Tiger Cup Third Place Match?", "sql": "SELECT \"Date\" FROM \"2-12161395-1\" WHERE \"Result\" = 'Won' AND \"Score\" = '2-1' AND \"Competition\" = '2004 Tiger Cup Third Place Match';"} +{"question_id": 14735, "table_id": "2-12161395-1", "question": "What score has January 15, 2005 as the date?", "sql": "SELECT \"Score\" FROM \"2-12161395-1\" WHERE \"Date\" = 'January 15, 2005';"} +{"question_id": 14736, "table_id": "2-12161395-1", "question": "What date has Lost as the result and a competition of Friendly with 1-2 as the score?", "sql": "SELECT \"Date\" FROM \"2-12161395-1\" WHERE \"Result\" = 'Lost' AND \"Competition\" = 'Friendly' AND \"Score\" = '1-2';"} +{"question_id": 14737, "table_id": "2-12161395-1", "question": "What score has January 3, 2005 as the date?", "sql": "SELECT \"Score\" FROM \"2-12161395-1\" WHERE \"Date\" = 'January 3, 2005';"} +{"question_id": 14738, "table_id": "2-12161395-1", "question": "What competition has May 5, 2001 as the date?", "sql": "SELECT \"Competition\" FROM \"2-12161395-1\" WHERE \"Date\" = 'May 5, 2001';"} +{"question_id": 14739, "table_id": "2-12206344-7", "question": "Who did the team lose to on September 8?", "sql": "SELECT \"Loss\" FROM \"2-12206344-7\" WHERE \"Date\" = 'September 8';"} +{"question_id": 14740, "table_id": "2-12334508-5", "question": "What is the order for a red list of 7 in the Didelphidae family?", "sql": "SELECT \"Order\" FROM \"2-12334508-5\" WHERE \"Red List\" = 7.0 AND \"Family\" = 'Didelphidae';"} +{"question_id": 14741, "table_id": "2-12334508-5", "question": "What is the name with a red lest less than 7?", "sql": "SELECT \"Name\" FROM \"2-12334508-5\" WHERE \"Red List\" < 7.0;"} +{"question_id": 14742, "table_id": "2-12334508-5", "question": "What family has the name of Eastern Cottontail?", "sql": "SELECT \"Family\" FROM \"2-12334508-5\" WHERE \"Name\" = 'Eastern Cottontail';"} +{"question_id": 14743, "table_id": "2-12334508-5", "question": "What red list is in the Artiodactyla order and the Cervidae family with a Species Authority of Odocoileus virginianus Zimmermann, 1780?", "sql": "SELECT \"Red List\" FROM \"2-12334508-5\" WHERE \"Order\" = 'Artiodactyla' AND \"Family\" = 'Cervidae' AND \"Species Authority\" = 'Odocoileus virginianus Zimmermann, 1780';"} +{"question_id": 14744, "table_id": "2-12334508-5", "question": "What is the name for the red list of 7, the Artiodactyla order, and Species Authority of Cervus elaphus Linnaeus, 1758?", "sql": "SELECT \"Name\" FROM \"2-12334508-5\" WHERE \"Red List\" = 7.0 AND \"Order\" = 'Artiodactyla' AND \"Species Authority\" = 'Cervus elaphus Linnaeus, 1758';"} +{"question_id": 14745, "table_id": "2-12982824-1", "question": "What is the original name of the film that used the title Olympics 40 in nomination?", "sql": "SELECT \"Original name\" FROM \"2-12982824-1\" WHERE \"Film title used in nomination\" = 'Olympics 40';"} +{"question_id": 14746, "table_id": "2-12982824-1", "question": "What title did the film from Colombia use in its nomination?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12982824-1\" WHERE \"Country\" = 'Colombia';"} +{"question_id": 14747, "table_id": "2-12982824-1", "question": "Who directed the film originally named Bye Bye Brazil in Portuguese?", "sql": "SELECT \"Director\" FROM \"2-12982824-1\" WHERE \"Language\" = 'Portuguese' AND \"Original name\" = 'Bye Bye Brazil';"} +{"question_id": 14748, "table_id": "2-12982824-1", "question": "What country is the film directed by Jean-Luc Godard in French from?", "sql": "SELECT \"Country\" FROM \"2-12982824-1\" WHERE \"Language\" = 'French' AND \"Director\" = 'Jean-Luc Godard';"} +{"question_id": 14749, "table_id": "2-12982824-1", "question": "Who is the director of the film in Italian?", "sql": "SELECT \"Director\" FROM \"2-12982824-1\" WHERE \"Language\" = 'Italian';"} +{"question_id": 14750, "table_id": "2-12520862-1", "question": "What is the status of Aden Theobald from the hometown of London?", "sql": "SELECT \"Status\" FROM \"2-12520862-1\" WHERE \"Hometown\" = 'London' AND \"Name\" = 'Aden Theobald';"} +{"question_id": 14751, "table_id": "2-12520862-1", "question": "What is Hasan Shah's hometown?", "sql": "SELECT \"Hometown\" FROM \"2-12520862-1\" WHERE \"Name\" = 'Hasan Shah';"} +{"question_id": 14752, "table_id": "2-12520862-1", "question": "What series was Sam Evans on?", "sql": "SELECT \"Series\" FROM \"2-12520862-1\" WHERE \"Name\" = 'Sam Evans';"} +{"question_id": 14753, "table_id": "2-12520862-1", "question": "What is the name of the person from series BB1 with a hometown of Bolton?", "sql": "SELECT \"Name\" FROM \"2-12520862-1\" WHERE \"Series\" = 'BB1' AND \"Hometown\" = 'Bolton';"} +{"question_id": 14754, "table_id": "2-12520862-1", "question": "What is the occupation of the person with a hometown of Hampshire?", "sql": "SELECT \"Occupation\" FROM \"2-12520862-1\" WHERE \"Hometown\" = 'Hampshire';"} +{"question_id": 14755, "table_id": "2-12264218-1", "question": "Which election has a 1st Member of constituency abolished?", "sql": "SELECT \"Election\" FROM \"2-12264218-1\" WHERE \"1st Member\" = 'constituency abolished';"} +{"question_id": 14756, "table_id": "2-12264218-1", "question": "Which 1st Party has an Election of 1849 by-election?", "sql": "SELECT \"1st Party\" FROM \"2-12264218-1\" WHERE \"Election\" = '1849 by-election';"} +{"question_id": 14757, "table_id": "2-12264218-1", "question": "Which 1st Party has a 2nd Party of Conservative, and a 1st Member of William Wither Bramston Beach?", "sql": "SELECT \"1st Party\" FROM \"2-12264218-1\" WHERE \"2nd Party\" = 'Conservative' AND \"1st Member\" = 'William Wither Bramston Beach';"} +{"question_id": 14758, "table_id": "2-12264218-1", "question": "Which 2nd Party has a 1st Member of William Wither Bramston Beach?", "sql": "SELECT \"2nd Party\" FROM \"2-12264218-1\" WHERE \"1st Member\" = 'William Wither Bramston Beach';"} +{"question_id": 14759, "table_id": "2-12264218-1", "question": "Which 2nd Party has an Election of 1837?", "sql": "SELECT \"2nd Party\" FROM \"2-12264218-1\" WHERE \"Election\" = '1837';"} +{"question_id": 14760, "table_id": "2-12264218-1", "question": "Which 1st Party has a 1st Member of William Wither Bramston Beach?", "sql": "SELECT \"1st Party\" FROM \"2-12264218-1\" WHERE \"1st Member\" = 'William Wither Bramston Beach';"} +{"question_id": 14761, "table_id": "2-1290024-7", "question": "Which Type has a Fleet numbers of 2–8, 91–92, 97–100?", "sql": "SELECT \"Type\" FROM \"2-1290024-7\" WHERE \"Fleet numbers\" = '2–8, 91–92, 97–100';"} +{"question_id": 14762, "table_id": "2-1290024-7", "question": "When has a Note of 45/48 renumbered 15/16; two sold to SL&NCR?", "sql": "SELECT \"Date made\" FROM \"2-1290024-7\" WHERE \"Notes\" = '45/48 renumbered 15/16; two sold to SL&NCR';"} +{"question_id": 14763, "table_id": "2-12147635-1", "question": "What Willingshain is Kirchheim 1,126?", "sql": "SELECT \"Willingshain\" FROM \"2-12147635-1\" WHERE \"Kirchheim\" = '1,126';"} +{"question_id": 14764, "table_id": "2-12147635-1", "question": "What Rotterterrode has a Reimboldsh 80?", "sql": "SELECT \"Rotterterode\" FROM \"2-12147635-1\" WHERE \"Reimboldsh.\" = '80';"} +{"question_id": 14765, "table_id": "2-12147635-1", "question": "What Reimboldsh has Willingshain of 268 and Gersdorf 194?", "sql": "SELECT \"Reimboldsh.\" FROM \"2-12147635-1\" WHERE \"Willingshain\" = '268' AND \"Gersdorf\" = '194';"} +{"question_id": 14766, "table_id": "2-12147635-1", "question": "What Kemmerode has a Gersforf of 39?", "sql": "SELECT \"Kemmerode\" FROM \"2-12147635-1\" WHERE \"Gersdorf\" = '39';"} +{"question_id": 14767, "table_id": "2-12147635-1", "question": "What Gershausen has a Willingshain of 243 and Reckerode of 224?", "sql": "SELECT \"Gershausen\" FROM \"2-12147635-1\" WHERE \"Willingshain\" = '243' AND \"Reckerode ****\" = '224';"} +{"question_id": 14768, "table_id": "2-12147635-1", "question": "What Willinghshain has Reimboldsh of 101?", "sql": "SELECT \"Willingshain\" FROM \"2-12147635-1\" WHERE \"Reimboldsh.\" = '101';"} +{"question_id": 14769, "table_id": "2-12546053-2", "question": "What is the pts for 2004, and the RO event?", "sql": "SELECT \"Pts.\" FROM \"2-12546053-2\" WHERE \"Year\" = '2004' AND \"Event\" = 'RO';"} +{"question_id": 14770, "table_id": "2-12546053-2", "question": "What is the pos From 2003, and the F event?", "sql": "SELECT \"Pos.\" FROM \"2-12546053-2\" WHERE \"Year\" = '2003' AND \"Event\" = 'F';"} +{"question_id": 14771, "table_id": "2-13076312-2", "question": "What is the Catalog Number is for the Japan region?", "sql": "SELECT \"Catalog\" FROM \"2-13076312-2\" WHERE \"Region\" = 'Japan';"} +{"question_id": 14772, "table_id": "2-13076312-2", "question": "What is the date on Catalog 540,934-2?", "sql": "SELECT \"Date\" FROM \"2-13076312-2\" WHERE \"Catalog\" = '540,934-2';"} +{"question_id": 14773, "table_id": "2-13076312-2", "question": "What is the region for Catalog AMLH 66078 in stereo LP format?", "sql": "SELECT \"Region\" FROM \"2-13076312-2\" WHERE \"Format\" = 'stereo LP' AND \"Catalog\" = 'AMLH 66078';"} +{"question_id": 14774, "table_id": "2-13076312-2", "question": "What is the Catalog number for the region of Japan?", "sql": "SELECT \"Catalog\" FROM \"2-13076312-2\" WHERE \"Region\" = 'Japan';"} +{"question_id": 14775, "table_id": "2-13076312-2", "question": "What is the region of the Catalog that is in CD format and has a label A&M/Canyon?", "sql": "SELECT \"Region\" FROM \"2-13076312-2\" WHERE \"Format\" = 'CD' AND \"Label\" = 'A&M/Canyon';"} +{"question_id": 14776, "table_id": "2-1289860-2", "question": "What is the original team that was Hired by Trump (5-19-2005)?", "sql": "SELECT \"Original Team\" FROM \"2-1289860-2\" WHERE \"Result\" = 'Hired by Trump (5-19-2005)';"} +{"question_id": 14777, "table_id": "2-1289860-2", "question": "Who is the candidate that had 10 Fired in week 2 (1-27-2005)?", "sql": "SELECT \"Candidate\" FROM \"2-1289860-2\" WHERE \"Result\" = '10 Fired in week 2 (1-27-2005)';"} +{"question_id": 14778, "table_id": "2-1289860-2", "question": "What is the hometown of the candidate that had a result of 10 Fired in week 6 (2-24-2005)?", "sql": "SELECT \"Hometown\" FROM \"2-1289860-2\" WHERE \"Result\" = '10 Fired in week 6 (2-24-2005)';"} +{"question_id": 14779, "table_id": "2-12710384-4", "question": "Which totals tournament has the lowest wins and top-25 less than 4?", "sql": "SELECT MIN(\"Wins\") FROM \"2-12710384-4\" WHERE \"Tournament\" = 'totals' AND \"Top-25\" < 4.0;"} +{"question_id": 14780, "table_id": "2-12710384-4", "question": "What is the average number of events of pga championship tournaments with a top-5 less than 0?", "sql": "SELECT AVG(\"Events\") FROM \"2-12710384-4\" WHERE \"Top-10\" = 0.0 AND \"Tournament\" = 'pga championship' AND \"Top-5\" < 0.0;"} +{"question_id": 14781, "table_id": "2-12262150-2", "question": "Name the competition for Stephanie Cox on 2011-07-02", "sql": "SELECT \"Competition\" FROM \"2-12262150-2\" WHERE \"Assist/pass\" = 'Stephanie Cox' AND \"Date\" = '2011-07-02';"} +{"question_id": 14782, "table_id": "2-12262150-2", "question": "Name the lineup for Washington DC", "sql": "SELECT \"Lineup\" FROM \"2-12262150-2\" WHERE \"Location\" = 'Washington DC';"} +{"question_id": 14783, "table_id": "2-12262150-2", "question": "Name the date for Faro", "sql": "SELECT \"Date\" FROM \"2-12262150-2\" WHERE \"Location\" = 'Faro';"} +{"question_id": 14784, "table_id": "2-12433325-1", "question": "What is the highest rank that has FAO as a source and an out greater than 50, with Dietary calorie intake as the name?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12433325-1\" WHERE \"Source\" = 'FAO' AND \"Out of\" > 50.0 AND \"Name\" = 'Dietary calorie intake';"} +{"question_id": 14785, "table_id": "2-12433325-1", "question": "What is the average rank that has CIA World Factbook as the source and a year prior to 2005?", "sql": "SELECT AVG(\"Rank\") FROM \"2-12433325-1\" WHERE \"Source\" = 'CIA World Factbook' AND \"Year\" < 2005.0;"} +{"question_id": 14786, "table_id": "2-1237455-1", "question": "What were the least points with a Coloni FC88 chassis?", "sql": "SELECT MIN(\"Points\") FROM \"2-1237455-1\" WHERE \"Chassis\" = 'Coloni FC88';"} +{"question_id": 14787, "table_id": "2-1237455-1", "question": "How many years was the chassis a coloni c3?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1237455-1\" WHERE \"Chassis\" = 'coloni c3';"} +{"question_id": 14788, "table_id": "2-1237455-1", "question": "What was the most points for Coloni SpA?", "sql": "SELECT MAX(\"Points\") FROM \"2-1237455-1\" WHERE \"Entrant\" = 'Coloni SpA';"} +{"question_id": 14789, "table_id": "2-13040023-3", "question": "Which team 1 had a team 2 of Asante Kotoko?", "sql": "SELECT \"Team 1\" FROM \"2-13040023-3\" WHERE \"Team 2\" = 'Asante Kotoko';"} +{"question_id": 14790, "table_id": "2-13040023-3", "question": "Which team 1 had a team 2 of Hafia FC?", "sql": "SELECT \"Team 1\" FROM \"2-13040023-3\" WHERE \"Team 2\" = 'Hafia FC';"} +{"question_id": 14791, "table_id": "2-13040023-3", "question": "What was the aggregate for the match with a team 2 of Hafia FC?", "sql": "SELECT \"Agg.\" FROM \"2-13040023-3\" WHERE \"Team 2\" = 'Hafia FC';"} +{"question_id": 14792, "table_id": "2-13040023-3", "question": "Who was the team 1 that had a 1st leg score of 0-1?", "sql": "SELECT \"Team 1\" FROM \"2-13040023-3\" WHERE \"1st leg\" = '0-1';"} +{"question_id": 14793, "table_id": "2-13040023-3", "question": "Which team 2 had an aggregate score of 3-4 and a 2nd leg score of 0-2?", "sql": "SELECT \"Team 2\" FROM \"2-13040023-3\" WHERE \"Agg.\" = '3-4' AND \"2nd leg\" = '0-2';"} +{"question_id": 14794, "table_id": "2-12586867-14", "question": "When was J.P. Viernes' last performance?", "sql": "SELECT \"Last Performance\" FROM \"2-12586867-14\" WHERE \"Name\" = 'J.P. Viernes';"} +{"question_id": 14795, "table_id": "2-1249707-1", "question": "What's the Chinese name of the Wudaokou station?", "sql": "SELECT \"Chinese Name\" FROM \"2-1249707-1\" WHERE \"Station Name\" = 'Wudaokou';"} +{"question_id": 14796, "table_id": "2-1249707-1", "question": "What's the transfer distance (km) larger than 36.5, at the station of Guangximen?", "sql": "SELECT \"Transfers\" FROM \"2-1249707-1\" WHERE \"Distance (km)\" > 36.5 AND \"Station Name\" = 'Guangximen';"} +{"question_id": 14797, "table_id": "2-1249707-1", "question": "The Chinese Name of 上地 shàngdì belongs to what station?", "sql": "SELECT \"Station Name\" FROM \"2-1249707-1\" WHERE \"Chinese Name\" = '上地 shàngdì';"} +{"question_id": 14798, "table_id": "2-12952355-1", "question": "Name the runner-up for margin of victory of 3 strokes", "sql": "SELECT \"Runner(s)-up\" FROM \"2-12952355-1\" WHERE \"Margin of victory\" = '3 strokes';"} +{"question_id": 14799, "table_id": "2-12952355-1", "question": "Name the date with margin of victory of 1 stroke and tournament of Legend Financial Group Classic", "sql": "SELECT \"Date\" FROM \"2-12952355-1\" WHERE \"Margin of victory\" = '1 stroke' AND \"Tournament\" = 'Legend Financial Group Classic';"} +{"question_id": 14800, "table_id": "2-12952355-1", "question": "Name the runner-up for margin of victory of 1 stroke and tournament of Legend Financial Group Classic", "sql": "SELECT \"Runner(s)-up\" FROM \"2-12952355-1\" WHERE \"Margin of victory\" = '1 stroke' AND \"Tournament\" = 'Legend Financial Group Classic';"} +{"question_id": 14801, "table_id": "2-12952355-1", "question": "Name the margin of victory for Jonas Blixt", "sql": "SELECT \"Margin of victory\" FROM \"2-12952355-1\" WHERE \"Runner(s)-up\" = 'Jonas Blixt';"} +{"question_id": 14802, "table_id": "2-1317708-2", "question": "Which Party has a Office of Majority Floor Leader", "sql": "SELECT \"Party\" FROM \"2-1317708-2\" WHERE \"Office\" = 'Majority Floor Leader';"} +{"question_id": 14803, "table_id": "2-1317708-2", "question": "Which Office has a Representative of Scott Pelath?", "sql": "SELECT \"Office\" FROM \"2-1317708-2\" WHERE \"Representative\" = 'Scott Pelath';"} +{"question_id": 14804, "table_id": "2-1317708-2", "question": "Which Office has a Party of Rep, and a Representative of Brian Bosma?", "sql": "SELECT \"Office\" FROM \"2-1317708-2\" WHERE \"Party\" = 'Rep' AND \"Representative\" = 'Brian Bosma';"} +{"question_id": 14805, "table_id": "2-1317708-2", "question": "Which Residence has a Party of Dem, and a Representative of Linda Lawson?", "sql": "SELECT \"Residence\" FROM \"2-1317708-2\" WHERE \"Party\" = 'Dem' AND \"Representative\" = 'Linda Lawson';"} +{"question_id": 14806, "table_id": "2-1317708-2", "question": "Which Party has a Representative of Brian Bosma?", "sql": "SELECT \"Party\" FROM \"2-1317708-2\" WHERE \"Representative\" = 'Brian Bosma';"} +{"question_id": 14807, "table_id": "2-1317708-2", "question": "Which Office has a Party of Dem, and a First Elected of 1991†?", "sql": "SELECT \"Office\" FROM \"2-1317708-2\" WHERE \"Party\" = 'Dem' AND \"First Elected\" = '1991†';"} +{"question_id": 14808, "table_id": "2-12165135-1", "question": "what college has Paul Seiler as a player?", "sql": "SELECT \"College\" FROM \"2-12165135-1\" WHERE \"Player\" = 'Paul Seiler';"} +{"question_id": 14809, "table_id": "2-1251973-1", "question": "How many laps were in 1955?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1251973-1\" WHERE \"Year\" = '1955';"} +{"question_id": 14810, "table_id": "2-1251973-1", "question": "What was the finish with less than 200 laps in 1953?", "sql": "SELECT \"Finish\" FROM \"2-1251973-1\" WHERE \"Laps\" < 200.0 AND \"Year\" = '1953';"} +{"question_id": 14811, "table_id": "2-1251973-1", "question": "What was the rank in 1955?", "sql": "SELECT \"Rank\" FROM \"2-1251973-1\" WHERE \"Year\" = '1955';"} +{"question_id": 14812, "table_id": "2-1251973-1", "question": "What was the sum of laps in 1954?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1251973-1\" WHERE \"Year\" = '1954';"} +{"question_id": 14813, "table_id": "2-1251973-1", "question": "What rank had less than 200 laps with a finish of 26?", "sql": "SELECT \"Rank\" FROM \"2-1251973-1\" WHERE \"Laps\" < 200.0 AND \"Finish\" = '26';"} +{"question_id": 14814, "table_id": "2-12245054-1", "question": "What's the average wins of those games with 3 podiums?", "sql": "SELECT AVG(\"Wins\") FROM \"2-12245054-1\" WHERE \"Podiums\" = 3.0;"} +{"question_id": 14815, "table_id": "2-12442150-2", "question": "Who was team 1 when team 2 was Young Africans?", "sql": "SELECT \"Team 1\" FROM \"2-12442150-2\" WHERE \"Team 2\" = 'Young Africans';"} +{"question_id": 14816, "table_id": "2-12442150-2", "question": "What was the 2nd leg score for Al-Merrikh as team 2?", "sql": "SELECT \"2nd leg\" FROM \"2-12442150-2\" WHERE \"Team 2\" = 'Al-Merrikh';"} +{"question_id": 14817, "table_id": "2-12485560-2", "question": "What is the Date, when the Opponent is Gisela Dulko?", "sql": "SELECT \"Date\" FROM \"2-12485560-2\" WHERE \"Opponent\" = 'Gisela Dulko';"} +{"question_id": 14818, "table_id": "2-12485560-2", "question": "What is the Tournament, when the Opponent is Patricia Mayr-Achleitner?", "sql": "SELECT \"Tournament\" FROM \"2-12485560-2\" WHERE \"Opponent\" = 'Patricia Mayr-Achleitner';"} +{"question_id": 14819, "table_id": "2-1311995-1", "question": "what is the result of the competition in 2006 World Cup qualification?", "sql": "SELECT \"Result\" FROM \"2-1311995-1\" WHERE \"Competition\" = '2006 World Cup qualification';"} +{"question_id": 14820, "table_id": "2-12427276-2", "question": "What nation started in lane 3 of heat 2?", "sql": "SELECT \"Nationality\" FROM \"2-12427276-2\" WHERE \"Heat\" = 2.0 AND \"Lane\" = 3.0;"} +{"question_id": 14821, "table_id": "2-12643669-1", "question": "Which Tied has Matches of 1, and a Lost of 0, and a Team of Durham?", "sql": "SELECT \"Tied\" FROM \"2-12643669-1\" WHERE \"Matches\" = '1' AND \"Lost\" = '0' AND \"Team\" = 'Durham';"} +{"question_id": 14822, "table_id": "2-12643669-1", "question": "Which Team has a Winner of 1?", "sql": "SELECT \"Team\" FROM \"2-12643669-1\" WHERE \"Winner\" = '1';"} +{"question_id": 14823, "table_id": "2-12643669-1", "question": "What is the % Won of Team of Durham", "sql": "SELECT \"% Won\" FROM \"2-12643669-1\" WHERE \"Team\" = 'Durham';"} +{"question_id": 14824, "table_id": "2-12643669-1", "question": "Which Match has the percentage won 52.38?", "sql": "SELECT \"Matches\" FROM \"2-12643669-1\" WHERE \"% Won\" = '52.38';"} +{"question_id": 14825, "table_id": "2-12194988-2", "question": "How many points has more than 15 wins and less than 10 losses?", "sql": "SELECT \"Points\" FROM \"2-12194988-2\" WHERE \"Wins\" > 15.0 AND \"Losses\" < 10.0;"} +{"question_id": 14826, "table_id": "2-12194988-2", "question": "What is the total goal difference with more than 38 played and more than 47 goals against?", "sql": "SELECT SUM(\"Goal Difference\") FROM \"2-12194988-2\" WHERE \"Goals against\" > 47.0 AND \"Played\" > 38.0;"} +{"question_id": 14827, "table_id": "2-12194988-2", "question": "What is the average draws with more than 38 played?", "sql": "SELECT AVG(\"Draws\") FROM \"2-12194988-2\" WHERE \"Played\" > 38.0;"} +{"question_id": 14828, "table_id": "2-13242342-3", "question": "what is the score when the attendance is more than 11062, home is Columbus the decision is Denis on October 7?", "sql": "SELECT \"Score\" FROM \"2-13242342-3\" WHERE \"Attendance\" > 11062.0 AND \"Home\" = 'Columbus' AND \"Decision\" = 'Denis' AND \"Date\" = 'October 7';"} +{"question_id": 14829, "table_id": "2-12859623-2", "question": "What is the name of the partner who played in the final against Lucas Arnold Ker Martín García?", "sql": "SELECT \"Partner\" FROM \"2-12859623-2\" WHERE \"Opponents in final\" = 'Lucas Arnold Ker Martín García';"} +{"question_id": 14830, "table_id": "2-12427276-4", "question": "Who swam in a lane less than 6 and finished with a time of 2:11.02?", "sql": "SELECT \"Name\" FROM \"2-12427276-4\" WHERE \"Lane\" < 6.0 AND \"Time\" = '2:11.02';"} +{"question_id": 14831, "table_id": "2-12995105-1", "question": "What is the Film title used in nomination of Mig og Charly?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12995105-1\" WHERE \"Original name\" = 'Mig og Charly';"} +{"question_id": 14832, "table_id": "2-12995105-1", "question": "Who is the Director that has a Film title of Nick Carter in Prague?", "sql": "SELECT \"Director\" FROM \"2-12995105-1\" WHERE \"Film title used in nomination\" = 'Nick Carter in Prague';"} +{"question_id": 14833, "table_id": "2-12995105-1", "question": "Which Language Director of Nagisa Oshima use in his film?", "sql": "SELECT \"Language\" FROM \"2-12995105-1\" WHERE \"Director\" = 'Nagisa Oshima';"} +{"question_id": 14834, "table_id": "2-12995105-1", "question": "Who is the Director that speaks Dutch?", "sql": "SELECT \"Director\" FROM \"2-12995105-1\" WHERE \"Language\" = 'Dutch';"} +{"question_id": 14835, "table_id": "2-12995105-1", "question": "What is the Original name of Empire of Passion?", "sql": "SELECT \"Original name\" FROM \"2-12995105-1\" WHERE \"Film title used in nomination\" = 'Empire of Passion';"} +{"question_id": 14836, "table_id": "2-12994040-1", "question": "Name the start date with party of PD", "sql": "SELECT \"Start date\" FROM \"2-12994040-1\" WHERE \"Party\" = 'PD';"} +{"question_id": 14837, "table_id": "2-12994040-1", "question": "Name the minister for end date of 31 July 2004", "sql": "SELECT \"Minister\" FROM \"2-12994040-1\" WHERE \"End date\" = '31 July 2004';"} +{"question_id": 14838, "table_id": "2-12994040-1", "question": "Name the party with end date of 22 November 1980", "sql": "SELECT \"Party\" FROM \"2-12994040-1\" WHERE \"End date\" = '22 November 1980';"} +{"question_id": 14839, "table_id": "2-12994040-1", "question": "Name the end date for Robert Goebbels", "sql": "SELECT \"End date\" FROM \"2-12994040-1\" WHERE \"Minister\" = 'Robert Goebbels';"} +{"question_id": 14840, "table_id": "2-12994040-1", "question": "Name the start date with LSAP and end date of Present day", "sql": "SELECT \"Start date\" FROM \"2-12994040-1\" WHERE \"Party\" = 'LSAP' AND \"End date\" = 'Present day';"} +{"question_id": 14841, "table_id": "2-13209889-2", "question": "What is the acceleration 1-100km/h when the name is 1.5 dCi?", "sql": "SELECT \"Acceleration 0–100km/h\" FROM \"2-13209889-2\" WHERE \"Name\" = '1.5 dCi';"} +{"question_id": 14842, "table_id": "2-13209889-2", "question": "what is the power when the capacity is 898cc?", "sql": "SELECT \"Power\" FROM \"2-13209889-2\" WHERE \"Capacity\" = '898cc';"} +{"question_id": 14843, "table_id": "2-13209889-2", "question": "what is the capacity when the code is D4F Bi-Fuel 732?", "sql": "SELECT \"Capacity\" FROM \"2-13209889-2\" WHERE \"Code\" = 'D4F Bi-Fuel 732';"} +{"question_id": 14844, "table_id": "2-13209889-2", "question": "what is the power when the name is 1.2 16v LPG?", "sql": "SELECT \"Power\" FROM \"2-13209889-2\" WHERE \"Name\" = '1.2 16v LPG';"} +{"question_id": 14845, "table_id": "2-13209889-2", "question": "what is the capacity when the name is 1.2 16v?", "sql": "SELECT \"Capacity\" FROM \"2-13209889-2\" WHERE \"Name\" = '1.2 16v';"} +{"question_id": 14846, "table_id": "2-13209889-2", "question": "what is the capacity when the acceleration 1-100km/h is 11.1 s?", "sql": "SELECT \"Capacity\" FROM \"2-13209889-2\" WHERE \"Acceleration 0–100km/h\" = '11.1 s';"} +{"question_id": 14847, "table_id": "2-12634855-1", "question": "Name the director for 1957", "sql": "SELECT \"Director\" FROM \"2-12634855-1\" WHERE \"Year\" = 1957.0;"} +{"question_id": 14848, "table_id": "2-12634855-1", "question": "Name the director who has title of Transylvania 6-5000", "sql": "SELECT \"Director\" FROM \"2-12634855-1\" WHERE \"Title\" = 'Transylvania 6-5000';"} +{"question_id": 14849, "table_id": "2-1332368-1", "question": "Name the attendance for time of 1:31", "sql": "SELECT \"Attendance\" FROM \"2-1332368-1\" WHERE \"Time\" = '1:31';"} +{"question_id": 14850, "table_id": "2-1332368-1", "question": "Name the score for 1:36 time", "sql": "SELECT \"Score\" FROM \"2-1332368-1\" WHERE \"Time\" = '1:36';"} +{"question_id": 14851, "table_id": "2-1332368-1", "question": "Name the score for October 9", "sql": "SELECT \"Score\" FROM \"2-1332368-1\" WHERE \"Date\" = 'October 9';"} +{"question_id": 14852, "table_id": "2-12379548-1", "question": "What round did the overall pick of 91 occur in the 1982 NFL draft?", "sql": "SELECT MIN(\"Round\") FROM \"2-12379548-1\" WHERE \"Overall\" = 91.0;"} +{"question_id": 14853, "table_id": "2-12922582-1", "question": "What Race 3 is Round 5?", "sql": "SELECT \"Race 3\" FROM \"2-12922582-1\" WHERE \"Round\" = 'Round 5';"} +{"question_id": 14854, "table_id": "2-12922582-1", "question": "What Round has the Track Clipsal 500 Support?", "sql": "SELECT \"Round\" FROM \"2-12922582-1\" WHERE \"Track\" = 'Clipsal 500 Support';"} +{"question_id": 14855, "table_id": "2-12922582-1", "question": "What Race 2 has a Race 1 of DNF, a Race 3 of DNF, and the Track Winton?", "sql": "SELECT \"Race 2\" FROM \"2-12922582-1\" WHERE \"Race 1\" = 'DNF' AND \"Race 3\" = 'DNF' AND \"Track\" = 'Winton';"} +{"question_id": 14856, "table_id": "2-12922582-1", "question": "What Round has the Track Winton?", "sql": "SELECT \"Round\" FROM \"2-12922582-1\" WHERE \"Track\" = 'Winton';"} +{"question_id": 14857, "table_id": "2-12922582-1", "question": "What is the Race 2 result of Round 2?", "sql": "SELECT \"Race 2\" FROM \"2-12922582-1\" WHERE \"Round\" = 'Round 2';"} +{"question_id": 14858, "table_id": "2-12922582-1", "question": "What is the Race 1 result of Round 2?", "sql": "SELECT \"Race 1\" FROM \"2-12922582-1\" WHERE \"Round\" = 'Round 2';"} +{"question_id": 14859, "table_id": "2-12163320-1", "question": "Which women's double took place in 2006?", "sql": "SELECT \"Women's doubles\" FROM \"2-12163320-1\" WHERE \"Year\" = '2006';"} +{"question_id": 14860, "table_id": "2-12163320-1", "question": "Which women's single had Cai Jaini Qi Yu on the women's doubles team?", "sql": "SELECT \"Women's singles\" FROM \"2-12163320-1\" WHERE \"Women's doubles\" = 'Cai Jaini Qi Yu';"} +{"question_id": 14861, "table_id": "2-12163320-1", "question": "Which women's doubles had Tine Rasmussen on the women's singles?", "sql": "SELECT \"Women's doubles\" FROM \"2-12163320-1\" WHERE \"Women's singles\" = 'Tine Rasmussen';"} +{"question_id": 14862, "table_id": "2-12207976-1", "question": "What is the average year with Nathan Robertson Gail Emms in mixed doubles?", "sql": "SELECT AVG(\"Year\") FROM \"2-12207976-1\" WHERE \"Mixed doubles\" = 'Nathan Robertson Gail Emms';"} +{"question_id": 14863, "table_id": "2-12913985-6", "question": "Who is the player with a 76-67-71=214 score?", "sql": "SELECT \"Player\" FROM \"2-12913985-6\" WHERE \"Score\" = '76-67-71=214';"} +{"question_id": 14864, "table_id": "2-12913985-6", "question": "What is Nick Price's score?", "sql": "SELECT \"Score\" FROM \"2-12913985-6\" WHERE \"Player\" = 'Nick Price';"} +{"question_id": 14865, "table_id": "2-12913985-6", "question": "What is the country of the player with a score of 69-74-71=214?", "sql": "SELECT \"Country\" FROM \"2-12913985-6\" WHERE \"Score\" = '69-74-71=214';"} +{"question_id": 14866, "table_id": "2-12913985-6", "question": "What is the to par of Greg Norman?", "sql": "SELECT \"To par\" FROM \"2-12913985-6\" WHERE \"Player\" = 'Greg Norman';"} +{"question_id": 14867, "table_id": "2-12208112-8", "question": "What's the score for opponent @ Tigers on July 24?", "sql": "SELECT \"Score\" FROM \"2-12208112-8\" WHERE \"Opponent\" = '@ Tigers' AND \"Date\" = 'July 24';"} +{"question_id": 14868, "table_id": "2-12208112-8", "question": "What's the opponent for July 2?", "sql": "SELECT \"Opponent\" FROM \"2-12208112-8\" WHERE \"Date\" = 'July 2';"} +{"question_id": 14869, "table_id": "2-1233825-1", "question": "What's the year of the Chassis Surtees TS19?", "sql": "SELECT \"Year\" FROM \"2-1233825-1\" WHERE \"Chassis\" = 'Surtees TS19';"} +{"question_id": 14870, "table_id": "2-1233825-1", "question": "What are the lowest points past the year 1978?", "sql": "SELECT MIN(\"Points\") FROM \"2-1233825-1\" WHERE \"Year\" > 1978.0;"} +{"question_id": 14871, "table_id": "2-1233825-1", "question": "What's the top year with the Chassis ATS HS1?", "sql": "SELECT MAX(\"Year\") FROM \"2-1233825-1\" WHERE \"Chassis\" = 'ATS HS1';"} +{"question_id": 14872, "table_id": "2-12935070-1", "question": "What was the time on September 1?", "sql": "SELECT \"Local Time\" FROM \"2-12935070-1\" WHERE \"Date\" = 'September 1';"} +{"question_id": 14873, "table_id": "2-12935070-1", "question": "Where was September 5?", "sql": "SELECT \"Location\" FROM \"2-12935070-1\" WHERE \"Date\" = 'September 5';"} +{"question_id": 14874, "table_id": "2-1307603-1", "question": "When the Winning score is 74-68-67-75=284, what was the Margin of victory?", "sql": "SELECT \"Margin of victory\" FROM \"2-1307603-1\" WHERE \"Winning score\" = '74-68-67-75=284';"} +{"question_id": 14875, "table_id": "2-1307603-1", "question": "When the Winning is 71-71-70-69=281, what is the To par?", "sql": "SELECT \"To par\" FROM \"2-1307603-1\" WHERE \"Winning score\" = '71-71-70-69=281';"} +{"question_id": 14876, "table_id": "2-1307603-1", "question": "When the Winning score is 68-65-65-68=266, what is the Margin of victory?", "sql": "SELECT \"Margin of victory\" FROM \"2-1307603-1\" WHERE \"Winning score\" = '68-65-65-68=266';"} +{"question_id": 14877, "table_id": "2-1307603-1", "question": "On what Date was the Winning score of 72-67-68-67=274?", "sql": "SELECT \"Date\" FROM \"2-1307603-1\" WHERE \"Winning score\" = '72-67-68-67=274';"} +{"question_id": 14878, "table_id": "2-13199257-2", "question": "What is the total number of 2nd place finishes for riders active in years 2009-2010 and more than 0 wins?", "sql": "SELECT SUM(\"2nd pl.\") FROM \"2-13199257-2\" WHERE \"Years active\" = '2009-2010' AND \"Wins\" > 0.0;"} +{"question_id": 14879, "table_id": "2-13199257-2", "question": "What is the total number of 3rd place finishes for racers with 0 titles?", "sql": "SELECT SUM(\"3rd pl.\") FROM \"2-13199257-2\" WHERE \"Titles.\" < 0.0;"} +{"question_id": 14880, "table_id": "2-13199257-2", "question": "What is the sum of the number of wins for racers with 0 3rd place finishes?", "sql": "SELECT SUM(\"Wins\") FROM \"2-13199257-2\" WHERE \"3rd pl.\" < 0.0;"} +{"question_id": 14881, "table_id": "2-13199257-2", "question": "What is the average number of 2nd place finishes for racers active in the year 2000 and more than 0 titles?", "sql": "SELECT AVG(\"2nd pl.\") FROM \"2-13199257-2\" WHERE \"Years active\" = '2000' AND \"Titles.\" > 0.0;"} +{"question_id": 14882, "table_id": "2-13042949-1", "question": "Name the sum of played for c.d. luis ángel firpo and place more than 3", "sql": "SELECT SUM(\"Played\") FROM \"2-13042949-1\" WHERE \"Team\" = 'c.d. luis ángel firpo' AND \"Place\" > 3.0;"} +{"question_id": 14883, "table_id": "2-13042949-1", "question": "Name the total number of places which has played more than 18", "sql": "SELECT COUNT(\"Place\") FROM \"2-13042949-1\" WHERE \"Played\" > 18.0;"} +{"question_id": 14884, "table_id": "2-13042949-1", "question": "Name the total number of lost when goals scored is less than 22 and goals conceded is more than 27", "sql": "SELECT COUNT(\"Lost\") FROM \"2-13042949-1\" WHERE \"Goals Scored\" < 22.0 AND \"Goals Conceded\" > 27.0;"} +{"question_id": 14885, "table_id": "2-13042949-1", "question": "Name the average goals conceded with draw bigger than 7 and goals scored more than 24", "sql": "SELECT AVG(\"Goals Conceded\") FROM \"2-13042949-1\" WHERE \"Draw\" > 7.0 AND \"Goals Scored\" > 24.0;"} +{"question_id": 14886, "table_id": "2-13042949-1", "question": "Name the least goals scored with place more than 8 and lost less than 8", "sql": "SELECT MIN(\"Goals Scored\") FROM \"2-13042949-1\" WHERE \"Place\" > 8.0 AND \"Lost\" < 8.0;"} +{"question_id": 14887, "table_id": "2-12444155-3", "question": "Where does Mount Chamberlin, located in Alaska, rank on the chart?", "sql": "SELECT SUM(\"Rank\") FROM \"2-12444155-3\" WHERE \"State\" = 'Alaska' AND \"Mountain Peak\" = 'Mount Chamberlin';"} +{"question_id": 14888, "table_id": "2-12444155-3", "question": "What is the location of the mountain ranked at 36?", "sql": "SELECT \"Location\" FROM \"2-12444155-3\" WHERE \"Rank\" = 36.0;"} +{"question_id": 14889, "table_id": "2-12444155-3", "question": "Where does the Kuskokwim Mountains rank on the chart?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12444155-3\" WHERE \"Mountain Range\" = 'Kuskokwim Mountains';"} +{"question_id": 14890, "table_id": "2-12444155-3", "question": "What is the average rank of a mountain range located in Maine?", "sql": "SELECT AVG(\"Rank\") FROM \"2-12444155-3\" WHERE \"State\" = 'Maine';"} +{"question_id": 14891, "table_id": "2-12741476-13", "question": "What round was matt roth drafted?", "sql": "SELECT COUNT(\"Round\") FROM \"2-12741476-13\" WHERE \"Player\" = 'matt roth';"} +{"question_id": 14892, "table_id": "2-12741476-13", "question": "What team did the player represent that was picked after 196?", "sql": "SELECT \"NFL Club\" FROM \"2-12741476-13\" WHERE \"Pick\" > 196.0;"} +{"question_id": 14893, "table_id": "2-13291113-1", "question": "Name the position for european competitions of Eurocup Regular Season", "sql": "SELECT \"Pos.\" FROM \"2-13291113-1\" WHERE \"European competitions\" = 'Eurocup Regular Season';"} +{"question_id": 14894, "table_id": "2-12206431-9", "question": "Who was the opponent with a series of 3-2?", "sql": "SELECT \"Opponent\" FROM \"2-12206431-9\" WHERE \"Series\" = '3-2';"} +{"question_id": 14895, "table_id": "2-12206431-9", "question": "Who was the opponent with a series of 1-0?", "sql": "SELECT \"Opponent\" FROM \"2-12206431-9\" WHERE \"Series\" = '1-0';"} +{"question_id": 14896, "table_id": "2-13054553-4", "question": "For the Delmar school what is the division record?", "sql": "SELECT \"Division Record\" FROM \"2-13054553-4\" WHERE \"School\" = 'Delmar';"} +{"question_id": 14897, "table_id": "2-13054553-4", "question": "What school does the Blue Raiders belong to?", "sql": "SELECT \"School\" FROM \"2-13054553-4\" WHERE \"Team\" = 'Blue Raiders';"} +{"question_id": 14898, "table_id": "2-13054553-4", "question": "What team name belongs to Seaford?", "sql": "SELECT \"Team\" FROM \"2-13054553-4\" WHERE \"School\" = 'Seaford';"} +{"question_id": 14899, "table_id": "2-13054553-4", "question": "What division record did the Spartans hold?", "sql": "SELECT \"Division Record\" FROM \"2-13054553-4\" WHERE \"Team\" = 'Spartans';"} +{"question_id": 14900, "table_id": "2-13054553-4", "question": "The Wildcats belong to what school?", "sql": "SELECT \"School\" FROM \"2-13054553-4\" WHERE \"Team\" = 'Wildcats';"} +{"question_id": 14901, "table_id": "2-125458-1", "question": "How many total murders happened after 2011?", "sql": "SELECT SUM(\"Murder\") FROM \"2-125458-1\" WHERE \"Year\" > 2011.0;"} +{"question_id": 14902, "table_id": "2-125458-1", "question": "Which average Robbery has the following criteria: Non-Violent crime less than 1147, rape less then 11, aggrevated assault greater than 167 and a crime index with a total of 1313?", "sql": "SELECT AVG(\"Robbery\") FROM \"2-125458-1\" WHERE \"Non-violent Crime\" < 1147.0 AND \"Rape\" < 11.0 AND \"Aggravated Assault\" > 167.0 AND \"Crime Index Total\" = 1313.0;"} +{"question_id": 14903, "table_id": "2-125458-1", "question": "Which non-violent crime rate per 1000 peope has the following criteria: crime rate per 1000 greater than 82.8, violent crime smaller than 305, robbery less than 147 and a crime index total greater than 1540?", "sql": "SELECT AVG(\"Violent crime Rate per 1000\") FROM \"2-125458-1\" WHERE \"Crime rate Per 1000\" > 82.8 AND \"Violent crime\" < 305.0 AND \"Robbery\" < 147.0 AND \"Crime Index Total\" > 1540.0;"} +{"question_id": 14904, "table_id": "2-125458-1", "question": "Which aggravated assault has the highest amount and the following criteria: crime rate per 1000 greater than 89.1,rape value of 23, and a crime index greater than 1590?", "sql": "SELECT MAX(\"Aggravated Assault\") FROM \"2-125458-1\" WHERE \"Crime rate Per 1000\" > 89.1 AND \"Rape\" = 23.0 AND \"Crime Index Total\" > 1590.0;"} +{"question_id": 14905, "table_id": "2-12694743-1", "question": "When did Sony Music Direct a label?", "sql": "SELECT \"Date\" FROM \"2-12694743-1\" WHERE \"Label\" = 'Sony Music Direct';"} +{"question_id": 14906, "table_id": "2-12694743-1", "question": "What record had an ALCA-271 CD?", "sql": "SELECT \"Region\" FROM \"2-12694743-1\" WHERE \"Format\" = 'CD' AND \"Catalog\" = 'ALCA-271';"} +{"question_id": 14907, "table_id": "2-12694743-1", "question": "What formated cataloged ALCA-9196?", "sql": "SELECT \"Format\" FROM \"2-12694743-1\" WHERE \"Catalog\" = 'ALCA-9196';"} +{"question_id": 14908, "table_id": "2-12690577-1", "question": "Which Podium has 1 Race and a Final Place of 5th?", "sql": "SELECT \"Podiums\" FROM \"2-12690577-1\" WHERE \"Races\" = '1' AND \"Final Placing\" = '5th';"} +{"question_id": 14909, "table_id": "2-12690577-1", "question": "Which Season has a Final Place of 8th and 8 Podiums?", "sql": "SELECT \"Season\" FROM \"2-12690577-1\" WHERE \"Final Placing\" = '8th' AND \"Podiums\" = '8';"} +{"question_id": 14910, "table_id": "2-12690577-1", "question": "Which Season has 0 Podiums, 1 Race, and 0 Points?", "sql": "SELECT \"Season\" FROM \"2-12690577-1\" WHERE \"Podiums\" = '0' AND \"Races\" = '1' AND \"Points\" = '0';"} +{"question_id": 14911, "table_id": "2-12690577-1", "question": "Which Season has 95 Points?", "sql": "SELECT \"Season\" FROM \"2-12690577-1\" WHERE \"Points\" = '95';"} +{"question_id": 14912, "table_id": "2-12690577-1", "question": "Which Race has the Toyota Racing Series New Zealand and 0 wins?", "sql": "SELECT \"Races\" FROM \"2-12690577-1\" WHERE \"Series\" = 'Toyota Racing Series New Zealand' AND \"Wins\" = '0';"} +{"question_id": 14913, "table_id": "2-12690577-1", "question": "Which Season has a 19th Final Place?", "sql": "SELECT \"Season\" FROM \"2-12690577-1\" WHERE \"Final Placing\" = '19th';"} +{"question_id": 14914, "table_id": "2-12271718-2", "question": "What is the largest frequency Owned by Multicultural Broadcasting with a Format of Vietnamese?", "sql": "SELECT MAX(\"Frequency\") FROM \"2-12271718-2\" WHERE \"Status\" = 'Owned by Multicultural Broadcasting' AND \"Format\" = 'Vietnamese';"} +{"question_id": 14915, "table_id": "2-12271718-2", "question": "Which format has a Station of KLOK?", "sql": "SELECT \"Format\" FROM \"2-12271718-2\" WHERE \"Station\" = 'KLOK';"} +{"question_id": 14916, "table_id": "2-12271718-2", "question": "Which format has a Frequency larger than 1050, and a Station of KVTO?", "sql": "SELECT \"Format\" FROM \"2-12271718-2\" WHERE \"Frequency\" > 1050.0 AND \"Station\" = 'KVTO';"} +{"question_id": 14917, "table_id": "2-12271718-2", "question": "What is the total frequency have a Status of Owned by Cumulus Media, and a Format of News?", "sql": "SELECT SUM(\"Frequency\") FROM \"2-12271718-2\" WHERE \"Status\" = 'Owned by Cumulus Media' AND \"Format\" = 'News';"} +{"question_id": 14918, "table_id": "2-12271718-2", "question": "Which format has a Station of KCBS?", "sql": "SELECT \"Format\" FROM \"2-12271718-2\" WHERE \"Station\" = 'KCBS';"} +{"question_id": 14919, "table_id": "2-12874689-10", "question": "Who has the lowest FA cup and has a total over 46?", "sql": "SELECT MIN(\"FA Cup\") FROM \"2-12874689-10\" WHERE \"Total\" > 46.0;"} +{"question_id": 14920, "table_id": "2-12874689-10", "question": "What is the sum of the League Cup smaller than 0?", "sql": "SELECT SUM(\"Total\") FROM \"2-12874689-10\" WHERE \"League Cup\" < 0.0;"} +{"question_id": 14921, "table_id": "2-12446715-3", "question": "What is the average of all Heats of competitors with a Time of 59.11 and a lane higher than 3?", "sql": "SELECT AVG(\"Heat\") FROM \"2-12446715-3\" WHERE \"Time\" = '59.11' AND \"Lane\" > 3.0;"} +{"question_id": 14922, "table_id": "2-12446715-3", "question": "What is the highest Lane used by a racer from Malta?", "sql": "SELECT MAX(\"Lane\") FROM \"2-12446715-3\" WHERE \"Nationality\" = 'Malta';"} +{"question_id": 14923, "table_id": "2-12446715-3", "question": "What is the Name of the racer with a heat higher than 2 and a lane less than 5, with a time of 1:01.53?", "sql": "SELECT \"Name\" FROM \"2-12446715-3\" WHERE \"Heat\" > 2.0 AND \"Lane\" < 5.0 AND \"Time\" = '1:01.53';"} +{"question_id": 14924, "table_id": "2-12796733-3", "question": "How many wins did he have when he made over 2 cuts and had under 2 top 10s?", "sql": "SELECT AVG(\"Wins\") FROM \"2-12796733-3\" WHERE \"Cuts made\" > 2.0 AND \"Top-10\" < 2.0;"} +{"question_id": 14925, "table_id": "2-12206319-2", "question": "Who was the opponent of the game that 31293 people attended that had a final score of 9 - 6.", "sql": "SELECT \"Opponent\" FROM \"2-12206319-2\" WHERE \"Score\" = '9 - 6' AND \"Attendance\" > 31293.0;"} +{"question_id": 14926, "table_id": "2-12206319-2", "question": "How many people attended the game against athletics with the record of 9-12?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-12206319-2\" WHERE \"Opponent\" = 'athletics' AND \"Record\" = '9-12';"} +{"question_id": 14927, "table_id": "2-12206319-2", "question": "How many people went to the game with the record of 8-10?", "sql": "SELECT SUM(\"Attendance\") FROM \"2-12206319-2\" WHERE \"Record\" = '8-10';"} +{"question_id": 14928, "table_id": "2-1218385-1", "question": "which entrant after 1987 had 12 points and a Benetton B188 chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1218385-1\" WHERE \"Year\" > 1987.0 AND \"Chassis\" = 'Benetton B188' AND \"Points\" = 12.0;"} +{"question_id": 14929, "table_id": "2-1218385-1", "question": "what's the earliest year that there was a Cosworth V8 engine and 12 points?", "sql": "SELECT MIN(\"Year\") FROM \"2-1218385-1\" WHERE \"Engine\" = 'Cosworth V8' AND \"Points\" = 12.0;"} +{"question_id": 14930, "table_id": "2-1218385-1", "question": "which chassis were in use prior to 1988?", "sql": "SELECT \"Chassis\" FROM \"2-1218385-1\" WHERE \"Year\" < 1988.0;"} +{"question_id": 14931, "table_id": "2-12386295-3", "question": "Who was from Great Britain in lane 5?", "sql": "SELECT \"Name\" FROM \"2-12386295-3\" WHERE \"Nationality\" = 'Great Britain' AND \"Lane\" = 5.0;"} +{"question_id": 14932, "table_id": "2-12481356-2", "question": "How many people were in attendance at week 16?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-12481356-2\" WHERE \"Week\" = 16.0;"} +{"question_id": 14933, "table_id": "2-1235941-1", "question": "What entrant had a chassis of Maserati 250F in 1954?", "sql": "SELECT \"Entrant\" FROM \"2-1235941-1\" WHERE \"Chassis\" = 'Maserati 250F' AND \"Year\" = 1954.0;"} +{"question_id": 14934, "table_id": "2-1235941-1", "question": "What is the highest number of points before 1954?", "sql": "SELECT MAX(\"Points\") FROM \"2-1235941-1\" WHERE \"Year\" < 1954.0;"} +{"question_id": 14935, "table_id": "2-12197750-7", "question": "What is the lowest decile that Ohau School has?", "sql": "SELECT MIN(\"Decile\") FROM \"2-12197750-7\" WHERE \"Name\" = 'Ohau School';"} +{"question_id": 14936, "table_id": "2-12197750-7", "question": "What gender is allowed to attend the school that has a decile of 6 and a roll that is less than 179?", "sql": "SELECT \"Gender\" FROM \"2-12197750-7\" WHERE \"Decile\" = 6.0 AND \"Roll\" < 179.0;"} +{"question_id": 14937, "table_id": "2-12197750-7", "question": "What gender is allowed at the school which has a roll of 338?", "sql": "SELECT \"Gender\" FROM \"2-12197750-7\" WHERE \"Roll\" = 338.0;"} +{"question_id": 14938, "table_id": "2-12197750-7", "question": "What authority controls the school in Levin that has a decile of 6, and a roll of 226?", "sql": "SELECT \"Authority\" FROM \"2-12197750-7\" WHERE \"Decile\" = 6.0 AND \"Area\" = 'Levin' AND \"Roll\" = 226.0;"} +{"question_id": 14939, "table_id": "2-13130124-1", "question": "What Function (figure) has Serial number AF 934103?", "sql": "SELECT \"Function (figure)\" FROM \"2-13130124-1\" WHERE \"Serial number\" = 'AF 934103';"} +{"question_id": 14940, "table_id": "2-13130124-1", "question": "What is Moondancer's Primary Military Speciality?", "sql": "SELECT \"Primary military speciality\" FROM \"2-13130124-1\" WHERE \"Code Name\" = 'Moondancer';"} +{"question_id": 14941, "table_id": "2-13130124-1", "question": "With a Primary military speciality of Astral assault tactics, what is the Secondary military speciality?", "sql": "SELECT \"Secondary military speciality\" FROM \"2-13130124-1\" WHERE \"Primary military speciality\" = 'Astral assault tactics';"} +{"question_id": 14942, "table_id": "2-13130124-1", "question": "What is the Serial number for the Space Security Trooper Function (figure)?", "sql": "SELECT \"Serial number\" FROM \"2-13130124-1\" WHERE \"Function (figure)\" = 'Space Security Trooper';"} +{"question_id": 14943, "table_id": "2-13130124-1", "question": "What is the Code Name for the Space Pilot Function (figure)?", "sql": "SELECT \"Code Name\" FROM \"2-13130124-1\" WHERE \"Function (figure)\" = 'Space Pilot';"} +{"question_id": 14944, "table_id": "2-13130124-1", "question": "What Birthplace's Real Name is Charles 'Chuck' Connors?", "sql": "SELECT \"Birthplace\" FROM \"2-13130124-1\" WHERE \"Real Name\" = 'Charles ''Chuck'' Connors';"} +{"question_id": 14945, "table_id": "2-12736926-2", "question": "Who is the home team of the game on December 21?", "sql": "SELECT \"Home\" FROM \"2-12736926-2\" WHERE \"Date\" = 'December 21';"} +{"question_id": 14946, "table_id": "2-12736926-2", "question": "Who is the visitor of the game on March 7?", "sql": "SELECT \"Visitor\" FROM \"2-12736926-2\" WHERE \"Date\" = 'March 7';"} +{"question_id": 14947, "table_id": "2-1218151-2", "question": "Which is the highest year that has 3 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1218151-2\" WHERE \"Points\" = 3.0;"} +{"question_id": 14948, "table_id": "2-1218151-2", "question": "Which engine has more than 0 points and a year before 1984?", "sql": "SELECT \"Engine(s)\" FROM \"2-1218151-2\" WHERE \"Points\" > 0.0 AND \"Year\" < 1984.0;"} +{"question_id": 14949, "table_id": "2-13258732-2", "question": "Name the game site for October 18, 1992", "sql": "SELECT \"Game site\" FROM \"2-13258732-2\" WHERE \"Date\" = 'October 18, 1992';"} +{"question_id": 14950, "table_id": "2-13258732-2", "question": "Name the game site for October 4, 1992", "sql": "SELECT \"Game site\" FROM \"2-13258732-2\" WHERE \"Date\" = 'October 4, 1992';"} +{"question_id": 14951, "table_id": "2-13258732-2", "question": "Name the date when Bye was opponent", "sql": "SELECT \"Date\" FROM \"2-13258732-2\" WHERE \"Opponent\" = 'Bye';"} +{"question_id": 14952, "table_id": "2-12206689-5", "question": "Name the attendance for July 16", "sql": "SELECT \"Attendance\" FROM \"2-12206689-5\" WHERE \"Date\" = 'July 16';"} +{"question_id": 14953, "table_id": "2-12206689-5", "question": "Name the loss for 48-37", "sql": "SELECT \"Loss\" FROM \"2-12206689-5\" WHERE \"Record\" = '48-37';"} +{"question_id": 14954, "table_id": "2-12206689-5", "question": "Name the record for 9-4 score", "sql": "SELECT \"Record\" FROM \"2-12206689-5\" WHERE \"Score\" = '9-4';"} +{"question_id": 14955, "table_id": "2-12206689-5", "question": "Name the least attendance for 52-37 record", "sql": "SELECT MIN(\"Attendance\") FROM \"2-12206689-5\" WHERE \"Record\" = '52-37';"} +{"question_id": 14956, "table_id": "2-12709578-1", "question": "What Away team has the Golden point(s) scorer Trent Hodkinson and the Home of Manly-Warringah Sea Eagles?", "sql": "SELECT \"Away\" FROM \"2-12709578-1\" WHERE \"Golden point(s) scorer\" = 'Trent Hodkinson' AND \"Home\" = 'Manly-Warringah Sea Eagles';"} +{"question_id": 14957, "table_id": "2-12709578-1", "question": "What is the Score of Golden Point(s) scorer Adam Reynolds?", "sql": "SELECT \"Score\" FROM \"2-12709578-1\" WHERE \"Golden point(s) scorer\" = 'Adam Reynolds';"} +{"question_id": 14958, "table_id": "2-12709578-1", "question": "What Golden point(s) has the Venue Allianz Stadium?", "sql": "SELECT \"Golden point(s) scorer\" FROM \"2-12709578-1\" WHERE \"Venue\" = 'Allianz Stadium';"} +{"question_id": 14959, "table_id": "2-12709578-1", "question": "What Golden point(s) scorer has the Away Sydney Roosters and Home Cronulla Sharks?", "sql": "SELECT \"Golden point(s) scorer\" FROM \"2-12709578-1\" WHERE \"Away\" = 'Sydney Roosters' AND \"Home\" = 'Cronulla Sharks';"} +{"question_id": 14960, "table_id": "2-12709578-1", "question": "What Golden point(s) scorer has the Away Brisbane Broncos and Home South Sydney Rabbitohs?", "sql": "SELECT \"Golden point(s) scorer\" FROM \"2-12709578-1\" WHERE \"Away\" = 'Brisbane Broncos' AND \"Home\" = 'South Sydney Rabbitohs';"} +{"question_id": 14961, "table_id": "2-12803263-1", "question": "What are the revenues for Ōoka Tadayoshi (2nd) (大岡忠愛)?", "sql": "SELECT \"Revenues\" FROM \"2-12803263-1\" WHERE \"Name\" = 'Ōoka Tadayoshi (2nd) (大岡忠愛)';"} +{"question_id": 14962, "table_id": "2-12803263-1", "question": "What's the lineage of Ōoka Tadatomo (大岡忠與)?", "sql": "SELECT \"Lineage\" FROM \"2-12803263-1\" WHERE \"Name\" = 'Ōoka Tadatomo (大岡忠與)';"} +{"question_id": 14963, "table_id": "2-12803263-1", "question": "What's the tenure of 3rd son of Tadatsune?", "sql": "SELECT \"Tenure\" FROM \"2-12803263-1\" WHERE \"Lineage\" = '3rd son of Tadatsune';"} +{"question_id": 14964, "table_id": "2-12803263-1", "question": "What's the court ranking of 5th son of Tadayori and has revenues of 10,000 koku?", "sql": "SELECT \"Court Rank\" FROM \"2-12803263-1\" WHERE \"Revenues\" = '10,000 koku' AND \"Lineage\" = '5th son of Tadayori';"} +{"question_id": 14965, "table_id": "2-12803263-1", "question": "What's the courtesy title of 4th son of hatamoto Ōoka Tadataka?", "sql": "SELECT \"Courtesy title\" FROM \"2-12803263-1\" WHERE \"Lineage\" = '4th son of hatamoto Ōoka Tadataka';"} +{"question_id": 14966, "table_id": "2-1296513-13", "question": "What was the rank of the event won by Pieter de Korver?", "sql": "SELECT \"Rank\" FROM \"2-1296513-13\" WHERE \"Name\" = 'Pieter de Korver';"} +{"question_id": 14967, "table_id": "2-1296513-13", "question": "Which event had a prize of $2,434,061?", "sql": "SELECT \"Name\" FROM \"2-1296513-13\" WHERE \"Prize\" = '$2,434,061';"} +{"question_id": 14968, "table_id": "2-1296513-13", "question": "What was the prize won by Sebastian Ruthenberg?", "sql": "SELECT \"Prize\" FROM \"2-1296513-13\" WHERE \"Name\" = 'Sebastian Ruthenberg';"} +{"question_id": 14969, "table_id": "2-1296513-13", "question": "Who won the event with a top prize of $2,434,061?", "sql": "SELECT \"Name\" FROM \"2-1296513-13\" WHERE \"Prize\" = '$2,434,061';"} +{"question_id": 14970, "table_id": "2-12779644-3", "question": "The rider mike di meglio had a total of how many grids?", "sql": "SELECT COUNT(\"Grid\") FROM \"2-12779644-3\" WHERE \"Rider\" = 'mike di meglio';"} +{"question_id": 14971, "table_id": "2-12850203-1", "question": "What is the N117/2400 IEC3 associated with an N100IEC3 of 25?", "sql": "SELECT \"N117/2400 IEC3\" FROM \"2-12850203-1\" WHERE \"N100 IEC3\" = '25';"} +{"question_id": 14972, "table_id": "2-13244302-2", "question": "What is the Name of the Special Stage with a 2.40km length and S. Loeb as Winner?", "sql": "SELECT \"Name\" FROM \"2-13244302-2\" WHERE \"Length\" = '2.40km' AND \"Winner\" = 'S. Loeb';"} +{"question_id": 14973, "table_id": "2-13244302-2", "question": "In the 21.40km Santa Rosa 1 Stage, what was the Time?", "sql": "SELECT \"Time\" FROM \"2-13244302-2\" WHERE \"Length\" = '21.40km' AND \"Name\" = 'Santa Rosa 1';"} +{"question_id": 14974, "table_id": "2-13244302-2", "question": "What was the Winner of the SS5 Stage?", "sql": "SELECT \"Winner\" FROM \"2-13244302-2\" WHERE \"Stage\" = 'SS5';"} +{"question_id": 14975, "table_id": "2-13244302-2", "question": "What was the Time in the Mina Clavero 2 Stage?", "sql": "SELECT \"Time\" FROM \"2-13244302-2\" WHERE \"Name\" = 'Mina Clavero 2';"} +{"question_id": 14976, "table_id": "2-13244302-2", "question": "What was Stage SS2's Winner?", "sql": "SELECT \"Winner\" FROM \"2-13244302-2\" WHERE \"Stage\" = 'SS2';"} +{"question_id": 14977, "table_id": "2-1305623-6", "question": "What is the lowest amount of bronze medals won by music city mystique where they won more than 3 gold medals and less than 15 total medals?", "sql": "SELECT MIN(\"Bronze Medals\") FROM \"2-1305623-6\" WHERE \"Gold Medals\" > 3.0 AND \"Ensemble\" = 'music city mystique' AND \"Total Medals\" < 15.0;"} +{"question_id": 14978, "table_id": "2-1305623-6", "question": "When the mandarins won more than 1 bronze medals, how many gold medals did they win?", "sql": "SELECT COUNT(\"Gold Medals\") FROM \"2-1305623-6\" WHERE \"Ensemble\" = 'mandarins' AND \"Bronze Medals\" > 1.0;"} +{"question_id": 14979, "table_id": "2-12256602-5", "question": "What is the largest roll with Years 1–8, a Name of dorie school, and a Decile larger than 9?", "sql": "SELECT MAX(\"Roll\") FROM \"2-12256602-5\" WHERE \"Years\" = '1–8' AND \"Name\" = 'dorie school' AND \"Decile\" > 9.0;"} +{"question_id": 14980, "table_id": "2-12256602-5", "question": "How many deciles have Years of 1–8, and a Roll of 49?", "sql": "SELECT COUNT(\"Decile\") FROM \"2-12256602-5\" WHERE \"Years\" = '1–8' AND \"Roll\" = 49.0;"} +{"question_id": 14981, "table_id": "2-12256602-5", "question": "Which name has Years of 1–8, a Decile of 9, and a Roll smaller than 141?", "sql": "SELECT \"Name\" FROM \"2-12256602-5\" WHERE \"Years\" = '1–8' AND \"Decile\" = 9.0 AND \"Roll\" < 141.0;"} +{"question_id": 14982, "table_id": "2-12256602-5", "question": "What is the largest Decile with Years of 1–8, anAuthority of State, and a Roll of 141?", "sql": "SELECT MAX(\"Decile\") FROM \"2-12256602-5\" WHERE \"Years\" = '1–8' AND \"Authority\" = 'State' AND \"Roll\" = 141.0;"} +{"question_id": 14983, "table_id": "2-12256602-5", "question": "How many deciles have an Authority of state and a Name of chertsey school?", "sql": "SELECT COUNT(\"Decile\") FROM \"2-12256602-5\" WHERE \"Authority\" = 'state' AND \"Name\" = 'chertsey school';"} +{"question_id": 14984, "table_id": "2-1316872-1", "question": "Bldr of MCW&F, and a Year smaller than 1927, and a LT Nos of 9820-9821 has what type?", "sql": "SELECT \"Type\" FROM \"2-1316872-1\" WHERE \"Bldr\" = 'MCW&F' AND \"Year\" < 1927.0 AND \"LT Nos\" = '9820-9821';"} +{"question_id": 14985, "table_id": "2-1316872-1", "question": "Bldr of MCW&F, and a Notes of \"MV\"; converted from steam stock, 1927, and a Year of 1920, and a LT Nos of 9716-9718 has what type?", "sql": "SELECT \"Type\" FROM \"2-1316872-1\" WHERE \"Bldr\" = 'MCW&F' AND \"Notes\" = '\"MV\"; converted from steam stock, 1927' AND \"Year\" = 1920.0 AND \"LT Nos\" = '9716-9718';"} +{"question_id": 14986, "table_id": "2-1284906-3", "question": "What is the highest position less than 7 that had more than 421760 in sales for the song don't stop movin'?", "sql": "SELECT MAX(\"Highest Position\") FROM \"2-1284906-3\" WHERE \"Sales\" > 421760.0 AND \"Song Title\" = 'don''t stop movin''' AND \"Position\" < 7.0;"} +{"question_id": 14987, "table_id": "2-1284906-3", "question": "What position is the song have you ever with more than 1037235 in sales?", "sql": "SELECT COUNT(\"Position\") FROM \"2-1284906-3\" WHERE \"Sales\" > 1037235.0 AND \"Song Title\" = 'have you ever';"} +{"question_id": 14988, "table_id": "2-1284906-3", "question": "What were the total number of sales for the song 21 seconds?", "sql": "SELECT COUNT(\"Sales\") FROM \"2-1284906-3\" WHERE \"Song Title\" = '21 seconds';"} +{"question_id": 14989, "table_id": "2-12236707-2", "question": "Which Reigns has 92 days held?", "sql": "SELECT \"Reigns\" FROM \"2-12236707-2\" WHERE \"Days held\" = 92.0;"} +{"question_id": 14990, "table_id": "2-12236707-2", "question": "What successful defenses has 126 days held and a Reigns of 3?", "sql": "SELECT \"Successful defenses\" FROM \"2-12236707-2\" WHERE \"Days held\" = 126.0 AND \"Reigns\" = '3';"} +{"question_id": 14991, "table_id": "2-12236707-2", "question": "Which event has Philadelphia, PA as the location and 41 days held?", "sql": "SELECT \"Event\" FROM \"2-12236707-2\" WHERE \"Location\" = 'Philadelphia, PA' AND \"Days held\" = 41.0;"} +{"question_id": 14992, "table_id": "2-12531692-6", "question": "Who was number 3 that had a number 2 of Delfina and a Final of Pedro?", "sql": "SELECT \"No.3\" FROM \"2-12531692-6\" WHERE \"No.2\" = 'Delfina' AND \"FINAL\" = 'Pedro';"} +{"question_id": 14993, "table_id": "2-12531692-6", "question": "Who was number 9 that had a number 7 of Joana and a Final of Pedro?", "sql": "SELECT \"No.9\" FROM \"2-12531692-6\" WHERE \"No.7\" = 'Joana' AND \"FINAL\" = 'Pedro';"} +{"question_id": 14994, "table_id": "2-12563873-1", "question": "Which days were presented by Andreas Mikroutsikos and were launched on March 10, 2003?", "sql": "SELECT \"Days\" FROM \"2-12563873-1\" WHERE \"The Presenter\" = 'Andreas Mikroutsikos' AND \"Launch Date\" = 'March 10, 2003';"} +{"question_id": 14995, "table_id": "2-12563873-1", "question": "Who won when the presenter was Tatiana Stefanidou?", "sql": "SELECT \"The Winner\" FROM \"2-12563873-1\" WHERE \"The Presenter\" = 'Tatiana Stefanidou';"} +{"question_id": 14996, "table_id": "2-12563873-1", "question": "What was the prize when the show was aired on ANT1, was presented by Andreas Mikroutsikos, and was launched on March 10, 2003?", "sql": "SELECT \"The Prize\" FROM \"2-12563873-1\" WHERE \"TV Channel\" = 'ANT1' AND \"The Presenter\" = 'Andreas Mikroutsikos' AND \"Launch Date\" = 'March 10, 2003';"} +{"question_id": 14997, "table_id": "2-12392683-3", "question": "Name the sum of gold when Bronze is less than 0", "sql": "SELECT SUM(\"Gold\") FROM \"2-12392683-3\" WHERE \"Bronze\" < 0.0;"} +{"question_id": 14998, "table_id": "2-12392683-3", "question": "Name the nation when bronze is less than 4 and the total is more than 4", "sql": "SELECT \"Nation\" FROM \"2-12392683-3\" WHERE \"Total\" > 4.0 AND \"Bronze\" < 4.0;"} +{"question_id": 14999, "table_id": "2-12211979-2", "question": "What positions are in the Chicago Bulls?", "sql": "SELECT \"Position\" FROM \"2-12211979-2\" WHERE \"Team\" = 'Chicago Bulls';"} +{"question_id": 15000, "table_id": "2-12211979-2", "question": "What season did a United States Center play in?", "sql": "SELECT \"Season\" FROM \"2-12211979-2\" WHERE \"Nationality\" = 'United States' AND \"Position\" = 'Center';"} +{"question_id": 15001, "table_id": "2-1284911-2", "question": "Which film was released in 1983?", "sql": "SELECT \"Film\" FROM \"2-1284911-2\" WHERE \"Year\" = 1983.0;"} +{"question_id": 15002, "table_id": "2-1284911-2", "question": "What was the US Peak position of the film that peaked at #21 in the UK?", "sql": "SELECT \"U.S. peak position\" FROM \"2-1284911-2\" WHERE \"U.K. peak position\" = '21';"} +{"question_id": 15003, "table_id": "2-1284911-2", "question": "Who was the score composer of the film released in 1967?", "sql": "SELECT \"Score composer\" FROM \"2-1284911-2\" WHERE \"Year\" = 1967.0;"} +{"question_id": 15004, "table_id": "2-1284911-2", "question": "How many years had a film that peaked at #10 in the UK?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1284911-2\" WHERE \"U.K. peak position\" = '10';"} +{"question_id": 15005, "table_id": "2-12130748-1", "question": "what category is for Tom Shankland, director?", "sql": "SELECT \"Category\" FROM \"2-12130748-1\" WHERE \"Director(s)\" = 'Tom Shankland';"} +{"question_id": 15006, "table_id": "2-12742744-1", "question": "How many transfer fees did afonso alves have after 2008?", "sql": "SELECT COUNT(\"Transfer fee ( € million)\") FROM \"2-12742744-1\" WHERE \"Player\" = 'afonso alves' AND \"Year\" > 2008.0;"} +{"question_id": 15007, "table_id": "2-12742744-1", "question": "What was the highest transfer fee in 2008 that is from PSV and is ranked larger than 17?", "sql": "SELECT MAX(\"Transfer fee ( € million)\") FROM \"2-12742744-1\" WHERE \"Year\" = 2008.0 AND \"From\" = 'PSV' AND \"Rank\" > 17.0;"} +{"question_id": 15008, "table_id": "2-12742744-1", "question": "Who has a transfer fee larger than 12 from Ajax in 2006 while ranked higher than 17?", "sql": "SELECT \"Player\" FROM \"2-12742744-1\" WHERE \"Transfer fee ( € million)\" > 12.0 AND \"Rank\" > 17.0 AND \"Year\" > 2006.0 AND \"From\" = 'Ajax';"} +{"question_id": 15009, "table_id": "2-12969596-1", "question": "Where was the film about The Garden of the Finzi-Continis made?", "sql": "SELECT \"Country\" FROM \"2-12969596-1\" WHERE \"Film title used in nomination\" = 'The Garden of the Finzi-Continis';"} +{"question_id": 15010, "table_id": "2-12969596-1", "question": "Which film was translated from Portuguese?", "sql": "SELECT \"Original name\" FROM \"2-12969596-1\" WHERE \"Language\" = 'Portuguese';"} +{"question_id": 15011, "table_id": "2-12969596-1", "question": "Which film originated in France?", "sql": "SELECT \"Original name\" FROM \"2-12969596-1\" WHERE \"Country\" = 'France';"} +{"question_id": 15012, "table_id": "2-12969596-1", "question": "What is the real name of the movie about Love?", "sql": "SELECT \"Original name\" FROM \"2-12969596-1\" WHERE \"Film title used in nomination\" = 'Love';"} +{"question_id": 15013, "table_id": "2-12969596-1", "question": "What is the real name of the movie directed by Gert Fredholm?", "sql": "SELECT \"Original name\" FROM \"2-12969596-1\" WHERE \"Director\" = 'Gert Fredholm';"} +{"question_id": 15014, "table_id": "2-12969596-1", "question": "Which movie originated in Bulgaria?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12969596-1\" WHERE \"Country\" = 'Bulgaria';"} +{"question_id": 15015, "table_id": "2-12207717-4", "question": "Who was the opponent at the game that had a loss of Stieb (5-7)?", "sql": "SELECT \"Opponent\" FROM \"2-12207717-4\" WHERE \"Loss\" = 'Stieb (5-7)';"} +{"question_id": 15016, "table_id": "2-12207717-4", "question": "What was the loss of the game against the Angels with a 26-30 record?", "sql": "SELECT \"Loss\" FROM \"2-12207717-4\" WHERE \"Opponent\" = 'Angels' AND \"Record\" = '26-30';"} +{"question_id": 15017, "table_id": "2-12390176-1", "question": "Name the women's singles for 1991", "sql": "SELECT \"Women's singles\" FROM \"2-12390176-1\" WHERE \"Year\" = 1991.0;"} +{"question_id": 15018, "table_id": "2-12390176-1", "question": "Name the women's doubles for mixed doubles of No competition", "sql": "SELECT \"Women's doubles\" FROM \"2-12390176-1\" WHERE \"Mixed doubles\" = 'No competition';"} +{"question_id": 15019, "table_id": "2-12390176-1", "question": "Name the women's singles for Glenn MacFarlane Mark Leadbeater", "sql": "SELECT \"Women's singles\" FROM \"2-12390176-1\" WHERE \"Men's doubles\" = 'Glenn MacFarlane Mark Leadbeater';"} +{"question_id": 15020, "table_id": "2-12390176-1", "question": "Name the women's doubles for Frederik Kjærholm Elsner", "sql": "SELECT \"Women's doubles\" FROM \"2-12390176-1\" WHERE \"Men's singles\" = 'Frederik Kjærholm Elsner';"} +{"question_id": 15021, "table_id": "2-12390176-1", "question": "Name the year for Anton Kriel Chris Cotillard", "sql": "SELECT \"Year\" FROM \"2-12390176-1\" WHERE \"Men's doubles\" = 'Anton Kriel Chris Cotillard';"} +{"question_id": 15022, "table_id": "2-12390176-1", "question": "Name the men's doubles for years before 1999 and Elizabeth Cann for women's singles", "sql": "SELECT \"Men's doubles\" FROM \"2-12390176-1\" WHERE \"Year\" < 1999.0 AND \"Women's singles\" = 'Elizabeth Cann';"} +{"question_id": 15023, "table_id": "2-1235976-1", "question": "What is the most points earlier than 1953 with a Ferrari 375/50 chassis?", "sql": "SELECT MAX(\"Points\") FROM \"2-1235976-1\" WHERE \"Year\" < 1953.0 AND \"Chassis\" = 'Ferrari 375/50';"} +{"question_id": 15024, "table_id": "2-1235976-1", "question": "What is the latest year with more than 0 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1235976-1\" WHERE \"Points\" > 0.0;"} +{"question_id": 15025, "table_id": "2-1235976-1", "question": "What year were there less than 1.5 points and an Entrant of Escuderia Bandeirantes, and a Maserati Straight-4 engine?", "sql": "SELECT \"Year\" FROM \"2-1235976-1\" WHERE \"Points\" < 1.5 AND \"Entrant\" = 'Escuderia Bandeirantes' AND \"Engine\" = 'Maserati Straight-4';"} +{"question_id": 15026, "table_id": "2-1235976-1", "question": "What is the number of points for the Entrant of Escuderia Bandeirantes earlier than 1952?", "sql": "SELECT SUM(\"Points\") FROM \"2-1235976-1\" WHERE \"Entrant\" = 'Escuderia Bandeirantes' AND \"Year\" < 1952.0;"} +{"question_id": 15027, "table_id": "2-12122432-7", "question": "What was the double's performance data from the Canada Masters tournament in 2008?", "sql": "SELECT \"2008\" FROM \"2-12122432-7\" WHERE \"Tournament\" = 'Canada Masters';"} +{"question_id": 15028, "table_id": "2-12122432-7", "question": "What was the double's performance data from the Monte Carlo Masters tournament in 2007?", "sql": "SELECT \"2007\" FROM \"2-12122432-7\" WHERE \"Tournament\" = 'Monte Carlo Masters';"} +{"question_id": 15029, "table_id": "2-12241356-2", "question": "What is the lowest 2004 population when there were 5158 households?", "sql": "SELECT MIN(\"Population (2004)\") FROM \"2-12241356-2\" WHERE \"Households\" = 5158.0;"} +{"question_id": 15030, "table_id": "2-12241356-2", "question": "What is the number for the Moroccan population when the name is sebt saiss and the 2004 population is more than 11212?", "sql": "SELECT COUNT(\"Moroccan population\") FROM \"2-12241356-2\" WHERE \"Name\" = 'sebt saiss' AND \"Population (2004)\" > 11212.0;"} +{"question_id": 15031, "table_id": "2-12241356-2", "question": "What is the largest foreign population when the 2004 population is 7641?", "sql": "SELECT MAX(\"Foreign population\") FROM \"2-12241356-2\" WHERE \"Population (2004)\" = 7641.0;"} +{"question_id": 15032, "table_id": "2-1252109-3", "question": "What is the highest year that has no more than 0 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1252109-3\" WHERE \"Points\" < 0.0;"} +{"question_id": 15033, "table_id": "2-1252109-3", "question": "Which of the chassis had a total of 7 points?", "sql": "SELECT \"Chassis\" FROM \"2-1252109-3\" WHERE \"Points\" = 7.0;"} +{"question_id": 15034, "table_id": "2-1252109-3", "question": "What was the latest year that a bardahl entrant had a kurtis kraft 500c chassis with no more than 0 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1252109-3\" WHERE \"Chassis\" = 'kurtis kraft 500c' AND \"Entrant\" = 'bardahl' AND \"Points\" < 0.0;"} +{"question_id": 15035, "table_id": "2-1252109-3", "question": "What was the average points for hopkins before 1956?", "sql": "SELECT AVG(\"Points\") FROM \"2-1252109-3\" WHERE \"Entrant\" = 'hopkins' AND \"Year\" < 1956.0;"} +{"question_id": 15036, "table_id": "2-1252109-3", "question": "What is the least amount of points the entrant Simoniz received before 1960?", "sql": "SELECT MIN(\"Points\") FROM \"2-1252109-3\" WHERE \"Year\" < 1960.0 AND \"Entrant\" = 'Simoniz';"} +{"question_id": 15037, "table_id": "2-12949075-1", "question": "What was the original title of the film directed by Lene Grønlykke and Sven Grønlykke?", "sql": "SELECT \"Original title\" FROM \"2-12949075-1\" WHERE \"Director\" = 'Lene Grønlykke and Sven Grønlykke';"} +{"question_id": 15038, "table_id": "2-12949075-1", "question": "What is the language of the film directed by Federico Fellini?", "sql": "SELECT \"Language\" FROM \"2-12949075-1\" WHERE \"Director\" = 'Federico Fellini';"} +{"question_id": 15039, "table_id": "2-12949075-1", "question": "What is the film title used in nomination for the film from South Korea?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12949075-1\" WHERE \"Country\" = 'South Korea';"} +{"question_id": 15040, "table_id": "2-12949075-1", "question": "What was the film title used in nomination for the film directed by Gheorghe Vitanidis?", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12949075-1\" WHERE \"Director\" = 'Gheorghe Vitanidis';"} +{"question_id": 15041, "table_id": "2-12200520-3", "question": "When did the film 'Monsters' come out?", "sql": "SELECT \"Date\" FROM \"2-12200520-3\" WHERE \"Film\" = 'Monsters';"} +{"question_id": 15042, "table_id": "2-12200520-3", "question": "What movie won with a date of 12/11/03", "sql": "SELECT \"Recipient\" FROM \"2-12200520-3\" WHERE \"Date\" = '12/11/03';"} +{"question_id": 15043, "table_id": "2-12200520-3", "question": "Who was the producer for the film 'Strange Little Girls'?", "sql": "SELECT \"Producer(s)\" FROM \"2-12200520-3\" WHERE \"Film\" = 'Strange Little Girls';"} +{"question_id": 15044, "table_id": "2-12200520-3", "question": "Which writer worked for Intrepido Ltd for a film on 17/03/04?", "sql": "SELECT \"Writer(s)\" FROM \"2-12200520-3\" WHERE \"Recipient\" = 'Intrepido Ltd' AND \"Date\" = '17/03/04';"} +{"question_id": 15045, "table_id": "2-12200520-3", "question": "Which producer worked for Animus Films Ltd?", "sql": "SELECT \"Producer(s)\" FROM \"2-12200520-3\" WHERE \"Recipient\" = 'Animus Films Ltd';"} +{"question_id": 15046, "table_id": "2-12367921-4", "question": "How many people attended the game against the mariners with a score of 9-6?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-12367921-4\" WHERE \"Opponent\" = 'mariners' AND \"Score\" = '9-6';"} +{"question_id": 15047, "table_id": "2-12367921-4", "question": "What is the loss for the record of 42-36?", "sql": "SELECT \"Loss\" FROM \"2-12367921-4\" WHERE \"Record\" = '42-36';"} +{"question_id": 15048, "table_id": "2-12367921-4", "question": "What date was the score 5-2 with a loss of Sele (3-2)?", "sql": "SELECT \"Date\" FROM \"2-12367921-4\" WHERE \"Score\" = '5-2' AND \"Loss\" = 'Sele (3-2)';"} +{"question_id": 15049, "table_id": "2-12367921-4", "question": "What is the loss when the record is 38-33?", "sql": "SELECT \"Loss\" FROM \"2-12367921-4\" WHERE \"Record\" = '38-33';"} +{"question_id": 15050, "table_id": "2-12733279-2", "question": "What was the pick number of Conor Jackson?", "sql": "SELECT AVG(\"Pick\") FROM \"2-12733279-2\" WHERE \"Player\" = 'Conor Jackson';"} +{"question_id": 15051, "table_id": "2-12733279-2", "question": "What school had the draft pick of 29?", "sql": "SELECT \"School\" FROM \"2-12733279-2\" WHERE \"Pick\" = 29.0;"} +{"question_id": 15052, "table_id": "2-12733279-2", "question": "What school did Conor Jackson attend?", "sql": "SELECT \"School\" FROM \"2-12733279-2\" WHERE \"Player\" = 'Conor Jackson';"} +{"question_id": 15053, "table_id": "2-12641767-4", "question": "What is the value for 2007 when 2008 is Q1?", "sql": "SELECT \"2007\" FROM \"2-12641767-4\" WHERE \"2008\" = 'Q1';"} +{"question_id": 15054, "table_id": "2-12641767-4", "question": "What is the win-loss when 2008 has a value of Q1 at Australian Open?", "sql": "SELECT \"Career Win-Loss\" FROM \"2-12641767-4\" WHERE \"2008\" = 'Q1' AND \"Tournament\" = 'Australian Open';"} +{"question_id": 15055, "table_id": "2-12641767-4", "question": "What is the value in 2009 at the French Open?", "sql": "SELECT \"2009\" FROM \"2-12641767-4\" WHERE \"Tournament\" = 'French Open';"} +{"question_id": 15056, "table_id": "2-12641767-4", "question": "What is the value in 2008 for the US Open?", "sql": "SELECT \"2008\" FROM \"2-12641767-4\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 15057, "table_id": "2-12641767-4", "question": "What is the value in 2009 when 1R is in 2007?", "sql": "SELECT \"2009\" FROM \"2-12641767-4\" WHERE \"2007\" = '1R';"} +{"question_id": 15058, "table_id": "2-12209065-3", "question": "What is the record of the game on May 6?", "sql": "SELECT \"Record\" FROM \"2-12209065-3\" WHERE \"Date\" = 'May 6';"} +{"question_id": 15059, "table_id": "2-13014020-8", "question": "what is the tournament when in 2012 the performance was 2R?", "sql": "SELECT \"Tournament\" FROM \"2-13014020-8\" WHERE \"2012\" = '2R';"} +{"question_id": 15060, "table_id": "2-13014020-8", "question": "what is the tournament with the performance in 2010 and 2011 is 1R?", "sql": "SELECT \"Tournament\" FROM \"2-13014020-8\" WHERE \"2010\" = '1R' AND \"2011\" = '1R';"} +{"question_id": 15061, "table_id": "2-13014020-8", "question": "what is the 2012 performance when in 2011 is QF and 2010 is 3R?", "sql": "SELECT \"2012\" FROM \"2-13014020-8\" WHERE \"2011\" = 'QF' AND \"2010\" = '3R';"} +{"question_id": 15062, "table_id": "2-13014020-8", "question": "what is the tournament when 2011 is QF and 2012 is SF?", "sql": "SELECT \"Tournament\" FROM \"2-13014020-8\" WHERE \"2011\" = 'QF' AND \"2012\" = 'SF';"} +{"question_id": 15063, "table_id": "2-13014020-8", "question": "what is the tournament when the performance in 2012 is 3R and 2011 is QF?", "sql": "SELECT \"Tournament\" FROM \"2-13014020-8\" WHERE \"2012\" = '3R' AND \"2011\" = 'QF';"} +{"question_id": 15064, "table_id": "2-13014020-8", "question": "what is the 2011 performance for the US Open?", "sql": "SELECT \"2011\" FROM \"2-13014020-8\" WHERE \"Tournament\" = 'US Open';"} +{"question_id": 15065, "table_id": "2-1235356-2", "question": "What is the year when spirit tom's racing had more than 3 points?", "sql": "SELECT SUM(\"Year\") FROM \"2-1235356-2\" WHERE \"Entrant\" = 'spirit tom''s racing' AND \"Points\" > 3.0;"} +{"question_id": 15066, "table_id": "2-12536613-1", "question": "Name the average week for attendance of 75111", "sql": "SELECT AVG(\"Week\") FROM \"2-12536613-1\" WHERE \"Attendance\" = 75111.0;"} +{"question_id": 15067, "table_id": "2-12536613-1", "question": "Name the sum of week with attendance of 62233", "sql": "SELECT SUM(\"Week\") FROM \"2-12536613-1\" WHERE \"Attendance\" = 62233.0;"} +{"question_id": 15068, "table_id": "2-12562232-1", "question": "Who had the smallest points in 3rd place but had a position greater than 8?", "sql": "SELECT MIN(\"Points\") FROM \"2-12562232-1\" WHERE \"Place\" = '3rd' AND \"Position\" > 8.0;"} +{"question_id": 15069, "table_id": "2-12562232-1", "question": "What was the place with 90 point total but a position less than 5?", "sql": "SELECT \"Place\" FROM \"2-12562232-1\" WHERE \"Position\" < 5.0 AND \"Points\" = 90.0;"} +{"question_id": 15070, "table_id": "2-12562232-1", "question": "What's the name of the song by Afro-Dite that had a points total greater than 100?", "sql": "SELECT \"Song\" FROM \"2-12562232-1\" WHERE \"Points\" > 100.0 AND \"Artist\" = 'Afro-Dite';"} +{"question_id": 15071, "table_id": "2-12617978-13", "question": "how much money was requested on the show which aired on 4 September 2011?", "sql": "SELECT SUM(\"Money requested (£)\") FROM \"2-12617978-13\" WHERE \"First aired\" = '4 September 2011';"} +{"question_id": 15072, "table_id": "2-12617978-13", "question": "what investing dragons aired on Episode 10?", "sql": "SELECT \"Investing Dragon(s)\" FROM \"2-12617978-13\" WHERE \"Episode\" = 'Episode 10';"} +{"question_id": 15073, "table_id": "2-1218383-2", "question": "For the Entrant of Sasol Jordan, add up all the points with a Year larger than 1993.", "sql": "SELECT SUM(\"Points\") FROM \"2-1218383-2\" WHERE \"Year\" > 1993.0 AND \"Entrant\" = 'Sasol Jordan';"} +{"question_id": 15074, "table_id": "2-1218383-2", "question": "Give the most points that features Jordan 194 in the Chassis column.", "sql": "SELECT MAX(\"Points\") FROM \"2-1218383-2\" WHERE \"Chassis\" = 'Jordan 194';"} +{"question_id": 15075, "table_id": "2-1231077-1", "question": "What car was awarded Sub 1 litre in 2000?", "sql": "SELECT \"2000\" FROM \"2-1231077-1\" WHERE \"category\" = 'Sub 1 litre';"} +{"question_id": 15076, "table_id": "2-1231077-1", "question": "What car was awarded Sub 1 litre in 2000 (won by Toyota 1SZ-FE 1.0L Yaris in 1999)?", "sql": "SELECT \"2000\" FROM \"2-1231077-1\" WHERE \"1999\" = 'Toyota 1SZ-FE 1.0L Yaris' AND \"category\" = 'Sub 1 litre';"} +{"question_id": 15077, "table_id": "2-1231077-1", "question": "Which car won the same award in 2001 that the Toyota 1NZ-FXE Hybrid Prius won in 1999?", "sql": "SELECT \"2001\" FROM \"2-1231077-1\" WHERE \"1999\" = 'Toyota 1NZ-FXE Hybrid Prius';"} +{"question_id": 15078, "table_id": "2-1231077-1", "question": "Which car won the same award in 2000 that the Ferrari F133 5.5L V12 456 / 550 won in 2001?", "sql": "SELECT \"2000\" FROM \"2-1231077-1\" WHERE \"2001\" = 'Ferrari F133 5.5L V12 456 / 550';"} +{"question_id": 15079, "table_id": "2-1231077-1", "question": "Which car won the same award in 2001 that the BMW M67D39 3.9L V8 E38 740d won in 1999?", "sql": "SELECT \"2001\" FROM \"2-1231077-1\" WHERE \"1999\" = 'BMW M67D39 3.9L V8 E38 740d';"} +{"question_id": 15080, "table_id": "2-1231077-1", "question": "Which car won the 1.4litre to 1.8litre award in 2001?", "sql": "SELECT \"2001\" FROM \"2-1231077-1\" WHERE \"category\" = '1.4litre to 1.8litre';"} +{"question_id": 15081, "table_id": "2-12803561-1", "question": "What is the surface of the mountain range that contains the Elk Garden Mountain?", "sql": "SELECT \"Surface\" FROM \"2-12803561-1\" WHERE \"Mountain\" = 'Elk Garden';"} +{"question_id": 15082, "table_id": "2-12923427-5", "question": "What is the 2012 value at the Grand Slam tournaments?", "sql": "SELECT \"2012\" FROM \"2-12923427-5\" WHERE \"Tournament\" = 'Grand Slam tournaments';"} +{"question_id": 15083, "table_id": "2-12923427-5", "question": "WhAt is the tournAment with A in 2011?", "sql": "SELECT \"Tournament\" FROM \"2-12923427-5\" WHERE \"2011\" = 'A';"} +{"question_id": 15084, "table_id": "2-12923427-5", "question": "WhAt is the 2010 vAlue with A in 2009 And A in 2008 in the Australian Open?", "sql": "SELECT \"2010\" FROM \"2-12923427-5\" WHERE \"2009\" = 'A' AND \"2008\" = 'A' AND \"Tournament\" = 'Australian Open';"} +{"question_id": 15085, "table_id": "2-12923427-5", "question": "WhAt is the 2012 vAlue with A in 2010 At the TournAment of Wimbledon?", "sql": "SELECT \"2012\" FROM \"2-12923427-5\" WHERE \"2010\" = 'A' AND \"Tournament\" = 'Wimbledon';"} +{"question_id": 15086, "table_id": "2-12923427-5", "question": "What is the 2009 value with Q1 in 2010?", "sql": "SELECT \"2009\" FROM \"2-12923427-5\" WHERE \"2010\" = 'Q1';"} +{"question_id": 15087, "table_id": "2-12367921-5", "question": "What was the record of the game that went 0-7?", "sql": "SELECT \"Record\" FROM \"2-12367921-5\" WHERE \"Score\" = '0-7';"} +{"question_id": 15088, "table_id": "2-12367921-5", "question": "What day did the Diamondbacks go 2-7?", "sql": "SELECT \"Date\" FROM \"2-12367921-5\" WHERE \"Opponent\" = 'Diamondbacks' AND \"Score\" = '2-7';"} +{"question_id": 15089, "table_id": "2-12367921-5", "question": "What was the record of the game that went 3-5?", "sql": "SELECT \"Record\" FROM \"2-12367921-5\" WHERE \"Score\" = '3-5';"} +{"question_id": 15090, "table_id": "2-13258651-2", "question": "Type of stratovolcano, and a Name of goat rocks, and a Elevation (m) larger than 2494 has what highest elevation in feet?", "sql": "SELECT MAX(\"Elevation (ft)\") FROM \"2-13258651-2\" WHERE \"Type\" = 'stratovolcano' AND \"Name\" = 'goat rocks' AND \"Elevation (m)\" > 2494.0;"} +{"question_id": 15091, "table_id": "2-1262579-2", "question": "What is the lowest points of British Racing after 1963?", "sql": "SELECT MIN(\"Points\") FROM \"2-1262579-2\" WHERE \"Year\" > 1963.0;"} +{"question_id": 15092, "table_id": "2-1262579-2", "question": "Which chassis was used when over 6 points were earned?", "sql": "SELECT \"Chassis\" FROM \"2-1262579-2\" WHERE \"Points\" = 6.0;"} +{"question_id": 15093, "table_id": "2-1262579-2", "question": "What is the average points of the drivers before 1964?", "sql": "SELECT AVG(\"Points\") FROM \"2-1262579-2\" WHERE \"Year\" < 1964.0;"} +{"question_id": 15094, "table_id": "2-12127130-2", "question": "In what time period were 578 built?", "sql": "SELECT \"Period\" FROM \"2-12127130-2\" WHERE \"Built\" = '578';"} +{"question_id": 15095, "table_id": "2-12127130-2", "question": "In what time period was the Cessna 208 built?", "sql": "SELECT \"Period\" FROM \"2-12127130-2\" WHERE \"Model\" = 'Cessna 208';"} +{"question_id": 15096, "table_id": "2-12127130-2", "question": "In what time period were 354 built?", "sql": "SELECT \"Period\" FROM \"2-12127130-2\" WHERE \"Built\" = '354';"} +{"question_id": 15097, "table_id": "2-12556269-1", "question": "How many silver metals are possessed by countries with 2 gold medals?", "sql": "SELECT COUNT(\"Silver\") FROM \"2-12556269-1\" WHERE \"Gold\" = 2.0;"} +{"question_id": 15098, "table_id": "2-12556269-1", "question": "What is the total sum of silver metals for all countries with more than 2 Bronze medals?", "sql": "SELECT SUM(\"Silver\") FROM \"2-12556269-1\" WHERE \"Total\" > 2.0 AND \"Bronze\" > 2.0;"} +{"question_id": 15099, "table_id": "2-12556269-1", "question": "What is the lowest number of bronze medals for a country with less than 1 gold and 0 silver?", "sql": "SELECT MIN(\"Bronze\") FROM \"2-12556269-1\" WHERE \"Gold\" = 1.0 AND \"Silver\" < 0.0;"} +{"question_id": 15100, "table_id": "2-12164513-1", "question": "What was the score of the game for April 16?", "sql": "SELECT \"Loss\" FROM \"2-12164513-1\" WHERE \"Date\" = 'April 16';"} +{"question_id": 15101, "table_id": "2-12164513-1", "question": "On what date was the attendance larger than 29319 and had a score of 7-6?", "sql": "SELECT \"Date\" FROM \"2-12164513-1\" WHERE \"Attendance\" > 29319.0 AND \"Score\" = '7-6';"} +{"question_id": 15102, "table_id": "2-12937449-4", "question": "What year was the No. 7 charts?", "sql": "SELECT AVG(\"Year\") FROM \"2-12937449-4\" WHERE \"Charts\" = 'No. 7';"} +{"question_id": 15103, "table_id": "2-12937449-4", "question": "What is the chart number of the Requebra album with sales smaller than 32000?", "sql": "SELECT \"Charts\" FROM \"2-12937449-4\" WHERE \"Sales\" < 32000.0 AND \"Álbum\" = 'Requebra';"} +{"question_id": 15104, "table_id": "2-13258954-2", "question": "Name the date for game site of Riverfront Stadium", "sql": "SELECT \"Date\" FROM \"2-13258954-2\" WHERE \"Game site\" = 'Riverfront Stadium';"} +{"question_id": 15105, "table_id": "2-13258954-2", "question": "Name the record with attendance of 73,996", "sql": "SELECT \"Record\" FROM \"2-13258954-2\" WHERE \"Attendance\" = '73,996';"} +{"question_id": 15106, "table_id": "2-13258954-2", "question": "Name the game site with result of W 20-14", "sql": "SELECT \"Game site\" FROM \"2-13258954-2\" WHERE \"Result\" = 'W 20-14';"} +{"question_id": 15107, "table_id": "2-13258954-2", "question": "Name the result with week of 16", "sql": "SELECT \"Result\" FROM \"2-13258954-2\" WHERE \"Week\" = '16';"} +{"question_id": 15108, "table_id": "2-13258954-2", "question": "Name the record with result of W 13-11", "sql": "SELECT \"Record\" FROM \"2-13258954-2\" WHERE \"Result\" = 'W 13-11';"} +{"question_id": 15109, "table_id": "2-13258954-2", "question": "Name the result for opponent of Chicago Bears", "sql": "SELECT \"Result\" FROM \"2-13258954-2\" WHERE \"Opponent\" = 'Chicago Bears';"} +{"question_id": 15110, "table_id": "2-12449260-1", "question": "The length of 30 minutes aired on what date?", "sql": "SELECT \"Airdate\" FROM \"2-12449260-1\" WHERE \"Length\" = '30 minutes';"} +{"question_id": 15111, "table_id": "2-12449260-1", "question": "When did the length of 60 minutes air?", "sql": "SELECT \"Airdate\" FROM \"2-12449260-1\" WHERE \"Length\" = '60 minutes';"} +{"question_id": 15112, "table_id": "2-13065827-1", "question": "With a Division II of Portsmouth, what is the Division IV?", "sql": "SELECT \"Division IV\" FROM \"2-13065827-1\" WHERE \"Division III\" = 'Portsmouth';"} +{"question_id": 15113, "table_id": "2-13065827-1", "question": "What Division III has Bishop Brady in Division V and Hanover in Division IV?", "sql": "SELECT \"Division III\" FROM \"2-13065827-1\" WHERE \"Division V\" = 'Bishop Brady' AND \"Division IV\" = 'Hanover';"} +{"question_id": 15114, "table_id": "2-1228324-1", "question": "What is the total sum of points of entrants with a Reynard 92D chassis?", "sql": "SELECT SUM(\"Points\") FROM \"2-1228324-1\" WHERE \"Chassis\" = 'Reynard 92D';"} +{"question_id": 15115, "table_id": "2-1228324-1", "question": "What is total amount of points of entrants with a ford cosworth engine and a year later than 1991?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1228324-1\" WHERE \"Engine\" = 'ford cosworth' AND \"Year\" > 1991.0;"} +{"question_id": 15116, "table_id": "2-12410929-4", "question": "When has a Venue of Adelaide Oval?", "sql": "SELECT \"Date\" FROM \"2-12410929-4\" WHERE \"Venue\" = 'Adelaide Oval';"} +{"question_id": 15117, "table_id": "2-12410929-4", "question": "What is the Home Captain which has WACA Ground as a Venue", "sql": "SELECT \"Home captain\" FROM \"2-12410929-4\" WHERE \"Venue\" = 'WACA Ground';"} +{"question_id": 15118, "table_id": "2-12244267-1", "question": "Name the venue for score of 1-3", "sql": "SELECT \"Venue\" FROM \"2-12244267-1\" WHERE \"Score\" = '1-3';"} +{"question_id": 15119, "table_id": "2-1226579-1", "question": "Name the points with chassis of March 751", "sql": "SELECT \"Points\" FROM \"2-1226579-1\" WHERE \"Chassis\" = 'March 751';"} +{"question_id": 15120, "table_id": "2-1226579-1", "question": "Name the most points for years before 1979 and chassis of alfa romeo 177", "sql": "SELECT MAX(\"Points\") FROM \"2-1226579-1\" WHERE \"Chassis\" = 'alfa romeo 177' AND \"Year\" < 1979.0;"} +{"question_id": 15121, "table_id": "2-1226579-1", "question": "Name the total number of points for beta team march 1975 and chassis of march 751", "sql": "SELECT COUNT(\"Points\") FROM \"2-1226579-1\" WHERE \"Entrant\" = 'beta team march' AND \"Year\" = 1975.0 AND \"Chassis\" = 'march 751';"} +{"question_id": 15122, "table_id": "2-1265278-1", "question": "What Persian word(s) has the same meaning as the Romani word duj?", "sql": "SELECT \"Persian\" FROM \"2-1265278-1\" WHERE \"Romani\" = 'duj';"} +{"question_id": 15123, "table_id": "2-1265278-1", "question": "What Domari word has the same meaning as the Hindi word pāñc?", "sql": "SELECT \"Domari\" FROM \"2-1265278-1\" WHERE \"Hindi\" = 'pāñc';"} +{"question_id": 15124, "table_id": "2-1265278-1", "question": "What word in Hindi has the same meaning as the Lomavren word saj?", "sql": "SELECT \"Hindi\" FROM \"2-1265278-1\" WHERE \"Lomavren\" = 'saj';"} +{"question_id": 15125, "table_id": "2-1265278-1", "question": "What Persian word has the same meaning as the Domari word na?", "sql": "SELECT \"Persian\" FROM \"2-1265278-1\" WHERE \"Domari\" = 'na';"} +{"question_id": 15126, "table_id": "2-1265278-1", "question": "What Romani word has the same meaning as the Persian word dah?", "sql": "SELECT \"Romani\" FROM \"2-1265278-1\" WHERE \"Persian\" = 'dah';"} +{"question_id": 15127, "table_id": "2-1265278-1", "question": "What Lomavren word has the same meaning as the Hindi word do?", "sql": "SELECT \"Lomavren\" FROM \"2-1265278-1\" WHERE \"Hindi\" = 'do';"} +{"question_id": 15128, "table_id": "2-12397961-13", "question": "Which type of surface do Amer Delic Robert Kendrick's opponents have?", "sql": "SELECT \"Surface\" FROM \"2-12397961-13\" WHERE \"Opponents\" = 'Amer Delic Robert Kendrick';"} +{"question_id": 15129, "table_id": "2-12397961-13", "question": "On which surface was the score w/o?", "sql": "SELECT \"Surface\" FROM \"2-12397961-13\" WHERE \"Score\" = 'w/o';"} +{"question_id": 15130, "table_id": "2-12397961-13", "question": "What is Diego Junqueira Gabriel Trujillo-Soler's opponent's score?", "sql": "SELECT \"Score\" FROM \"2-12397961-13\" WHERE \"Opponents\" = 'Diego Junqueira Gabriel Trujillo-Soler';"} +{"question_id": 15131, "table_id": "2-12397961-13", "question": "Which surface do opponents of Thomas Oger Nicolas Tourte have?", "sql": "SELECT \"Surface\" FROM \"2-12397961-13\" WHERE \"Opponents\" = 'Thomas Oger Nicolas Tourte';"} +{"question_id": 15132, "table_id": "2-12579630-2", "question": "In the circuit of Madonie, what was the date that had the winning constructor Bugatti?", "sql": "SELECT \"Date\" FROM \"2-12579630-2\" WHERE \"Circuit\" = 'Madonie' AND \"Winning constructor\" = 'Bugatti';"} +{"question_id": 15133, "table_id": "2-12579630-2", "question": "Who was the winning driver of the Savio Circuit with the constructor Itala?", "sql": "SELECT \"Winning driver\" FROM \"2-12579630-2\" WHERE \"Winning constructor\" = 'Itala' AND \"Name\" = 'Savio Circuit';"} +{"question_id": 15134, "table_id": "2-1279636-6", "question": "What is the date of death of the Countess of Flanders who was born in 1309?", "sql": "SELECT \"Death\" FROM \"2-1279636-6\" WHERE \"Birth\" = '1309';"} +{"question_id": 15135, "table_id": "2-1279636-6", "question": "Who was Margaret of Brabant's spouse?", "sql": "SELECT \"Spouse\" FROM \"2-1279636-6\" WHERE \"Name\" = 'Margaret of Brabant';"} +{"question_id": 15136, "table_id": "2-12185768-1", "question": "What is the average year for Wallenstein with 1A1 design?", "sql": "SELECT AVG(\"Acquired\") FROM \"2-12185768-1\" WHERE \"Design\" = '1A1' AND \"Name\" = 'Wallenstein';"} +{"question_id": 15137, "table_id": "2-12185768-1", "question": "What design was acquired in 1875?", "sql": "SELECT \"Design\" FROM \"2-12185768-1\" WHERE \"Acquired\" = 1875.0;"} +{"question_id": 15138, "table_id": "2-1236308-1", "question": "Who was the incumbent when Arthur Osborne won the election?", "sql": "SELECT \"Incumbent\" FROM \"2-1236308-1\" WHERE \"Winner\" = 'Arthur Osborne';"} +{"question_id": 15139, "table_id": "2-12453414-8", "question": "How many saves did the player with a 92.3% save rate and 217 goals have?", "sql": "SELECT SUM(\"Saves\") FROM \"2-12453414-8\" WHERE \"Save %\" = '92.3%' AND \"Goals against\" > 217.0;"} +{"question_id": 15140, "table_id": "2-12356410-5", "question": "WHat is tHe result of tHe matcH witH Lugo as tHe oponent witH a H/A of H?", "sql": "SELECT \"Result\" FROM \"2-12356410-5\" WHERE \"Opponents\" = 'Lugo' AND \"H / A\" = 'H';"} +{"question_id": 15141, "table_id": "2-12356410-5", "question": "WHo is tHe opponent of tHe matcH witH a H/A of H, Beguiristain Iceta as tHe referee, and a kick off at 1993-04-18 17:00?", "sql": "SELECT \"Opponents\" FROM \"2-12356410-5\" WHERE \"H / A\" = 'H' AND \"Referee\" = 'Beguiristain Iceta' AND \"Kick Off\" = '1993-04-18 17:00';"} +{"question_id": 15142, "table_id": "2-12356410-5", "question": "WhAt is the result of the mAtch with A H/A of A And A kick off At 1992-10-31 16:00?", "sql": "SELECT \"Result\" FROM \"2-12356410-5\" WHERE \"H / A\" = 'A' AND \"Kick Off\" = '1992-10-31 16:00';"} +{"question_id": 15143, "table_id": "2-12356410-5", "question": "WHo was tHe referee of tHe matcH witH Badajoz as tHe opponent and a H/A of H?", "sql": "SELECT \"Referee\" FROM \"2-12356410-5\" WHERE \"Opponents\" = 'Badajoz' AND \"H / A\" = 'H';"} +{"question_id": 15144, "table_id": "2-1218389-2", "question": "How many Laps were there in 2010?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1218389-2\" WHERE \"Year\" = 2010.0;"} +{"question_id": 15145, "table_id": "2-1218389-2", "question": "Who was the co-driver for Toyota Racing after the year 2012?", "sql": "SELECT \"Co-Drivers\" FROM \"2-1218389-2\" WHERE \"Team\" = 'Toyota Racing' AND \"Year\" > 2012.0;"} +{"question_id": 15146, "table_id": "2-1218389-2", "question": "How many laps were driven by the racer who earned 4th place in 2013?", "sql": "SELECT COUNT(\"Laps\") FROM \"2-1218389-2\" WHERE \"Pos.\" = '4th' AND \"Year\" > 2013.0;"} +{"question_id": 15147, "table_id": "2-12206431-6", "question": "Which Opponent has an attendance greater than 50522, and a record of 80-63?", "sql": "SELECT \"Opponent\" FROM \"2-12206431-6\" WHERE \"Attendance\" > 50522.0 AND \"Record\" = '80-63';"} +{"question_id": 15148, "table_id": "2-12206431-6", "question": "Which opponent has a record of 78-60?", "sql": "SELECT \"Opponent\" FROM \"2-12206431-6\" WHERE \"Record\" = '78-60';"} +{"question_id": 15149, "table_id": "2-12206431-6", "question": "Which opponent has a loss of Erickson (8-19)?", "sql": "SELECT \"Opponent\" FROM \"2-12206431-6\" WHERE \"Loss\" = 'Erickson (8-19)';"} +{"question_id": 15150, "table_id": "2-13135264-11", "question": "Which Attendance has a Game score less than 3, and a Score of 2 – 5?", "sql": "SELECT AVG(\"Attendance\") FROM \"2-13135264-11\" WHERE \"Game\" < 3.0 AND \"Score\" = '2 – 5';"} +{"question_id": 15151, "table_id": "2-13135264-11", "question": "Who has Series of 2 – 3?", "sql": "SELECT \"Visitor\" FROM \"2-13135264-11\" WHERE \"Series\" = '2 – 3';"} +{"question_id": 15152, "table_id": "2-13135264-11", "question": "Who has a Home of Detroit on April 22?", "sql": "SELECT \"Visitor\" FROM \"2-13135264-11\" WHERE \"Home\" = 'Detroit' AND \"Date\" = 'April 22';"} +{"question_id": 15153, "table_id": "2-13293931-1", "question": "Leading Scorer that has a Goal smaller than 23, and a League of Football League Division 3, and a Year of 1997–98 is who?", "sql": "SELECT \"Leading Scorer\" FROM \"2-13293931-1\" WHERE \"Goals\" < 23.0 AND \"League\" = 'Football League Division 3' AND \"Year\" = '1997–98';"} +{"question_id": 15154, "table_id": "2-13293931-1", "question": "Leading Scorer of Ian Rush is what lowest # of goals?", "sql": "SELECT MIN(\"Goals\") FROM \"2-13293931-1\" WHERE \"Leading Scorer\" = 'Ian Rush';"} +{"question_id": 15155, "table_id": "2-13293931-1", "question": "Goals that has a Position of 14th of 24, and a League of Football Conference has what sum?", "sql": "SELECT SUM(\"Goals\") FROM \"2-13293931-1\" WHERE \"Position\" = '14th of 24' AND \"League\" = 'Football Conference';"} +{"question_id": 15156, "table_id": "2-13293931-1", "question": "Position of 7th of 24, and a Goals smaller than 24 is what league?", "sql": "SELECT \"League\" FROM \"2-13293931-1\" WHERE \"Position\" = '7th of 24' AND \"Goals\" < 24.0;"} +{"question_id": 15157, "table_id": "2-1226570-2", "question": "Which entrant scored less than 2 points?", "sql": "SELECT \"Entrant\" FROM \"2-1226570-2\" WHERE \"Points\" < 2.0;"} +{"question_id": 15158, "table_id": "2-1226570-2", "question": "Which entrant used the chassis De Tomaso 505?", "sql": "SELECT \"Entrant\" FROM \"2-1226570-2\" WHERE \"Chassis\" = 'De Tomaso 505';"} +{"question_id": 15159, "table_id": "2-12936850-4", "question": "What is the Presentation of Credentials has a Termination of Mission listed as August 15, 2000?", "sql": "SELECT \"Presentation of Credentials\" FROM \"2-12936850-4\" WHERE \"Termination of Mission\" = 'August 15, 2000';"} +{"question_id": 15160, "table_id": "2-12936850-4", "question": "Which Presentation of Credentials is listed for the Appointed by Benjamin Harrison?", "sql": "SELECT \"Presentation of Credentials\" FROM \"2-12936850-4\" WHERE \"Appointed by\" = 'Benjamin Harrison';"} +{"question_id": 15161, "table_id": "2-12936850-4", "question": "What is the Termination of Mission with a Title of Ambassador Extraordinary and Plenipotentiary with a Representative of Reynold E. Carlson?", "sql": "SELECT \"Termination of Mission\" FROM \"2-12936850-4\" WHERE \"Title\" = 'Ambassador Extraordinary and Plenipotentiary' AND \"Representative\" = 'Reynold E. Carlson';"} +{"question_id": 15162, "table_id": "2-12936850-4", "question": "Which Representative has a Termination of Mission as May 24, 1905?", "sql": "SELECT \"Representative\" FROM \"2-12936850-4\" WHERE \"Termination of Mission\" = 'May 24, 1905';"} +{"question_id": 15163, "table_id": "2-12936850-4", "question": "What Title has a Presentation of Credentials of October 4, 1988?", "sql": "SELECT \"Title\" FROM \"2-12936850-4\" WHERE \"Presentation of Credentials\" = 'October 4, 1988';"} +{"question_id": 15164, "table_id": "2-12936850-4", "question": "What is the Appointed by that has the Title of Ambassador Extraordinary and Plenipotentiary and has a Representative of Spruille Braden?", "sql": "SELECT \"Appointed by\" FROM \"2-12936850-4\" WHERE \"Title\" = 'Ambassador Extraordinary and Plenipotentiary' AND \"Representative\" = 'Spruille Braden';"} +{"question_id": 15165, "table_id": "2-12606764-1", "question": "Who's the race leader of Cuneo to Turin?", "sql": "SELECT \"Race Leader\" FROM \"2-12606764-1\" WHERE \"Course\" = 'Cuneo to Turin';"} +{"question_id": 15166, "table_id": "2-12606764-1", "question": "What course are they running on stage 1?", "sql": "SELECT \"Course\" FROM \"2-12606764-1\" WHERE \"Stage\" = '1';"} +{"question_id": 15167, "table_id": "2-12606764-1", "question": "What's the distance of the course of stage 4?", "sql": "SELECT \"Distance\" FROM \"2-12606764-1\" WHERE \"Stage\" = '4';"} +{"question_id": 15168, "table_id": "2-12606764-1", "question": "What was the distance of the course for stage 4?", "sql": "SELECT \"Distance\" FROM \"2-12606764-1\" WHERE \"Stage\" = '4';"} +{"question_id": 15169, "table_id": "2-12606764-1", "question": "Who was the race leader for stage 5?", "sql": "SELECT \"Race Leader\" FROM \"2-12606764-1\" WHERE \"Stage\" = '5';"} +{"question_id": 15170, "table_id": "2-12181092-1", "question": "Name the result for 2000 AFC Asian Cup qualification", "sql": "SELECT \"Result\" FROM \"2-12181092-1\" WHERE \"Competition\" = '2000 AFC Asian Cup qualification';"} +{"question_id": 15171, "table_id": "2-12897608-1", "question": "Name the least total when bronze is less than 2 and rank is more than 2 with silver less than 1", "sql": "SELECT MIN(\"Total\") FROM \"2-12897608-1\" WHERE \"Bronze\" < 2.0 AND \"Rank\" > 2.0 AND \"Silver\" < 1.0;"} +{"question_id": 15172, "table_id": "2-12215707-1", "question": "What is the largest gold with a Total of 2, and a Rank smaller than 2?", "sql": "SELECT MAX(\"Gold\") FROM \"2-12215707-1\" WHERE \"Total\" = 2.0 AND \"Rank\" < 2.0;"} +{"question_id": 15173, "table_id": "2-12215707-1", "question": "What is the lowest total from united states with a Rank smaller than 2?", "sql": "SELECT MIN(\"Total\") FROM \"2-12215707-1\" WHERE \"Nation\" = 'united states' AND \"Rank\" < 2.0;"} +{"question_id": 15174, "table_id": "2-12215707-1", "question": "What is the average silver with a Rank smaller than 2 and more than 1 gold?", "sql": "SELECT AVG(\"Silver\") FROM \"2-12215707-1\" WHERE \"Rank\" < 2.0 AND \"Gold\" > 1.0;"} +{"question_id": 15175, "table_id": "2-12215707-1", "question": "What is the smallest rank with a Total smaller than 1?", "sql": "SELECT MIN(\"Rank\") FROM \"2-12215707-1\" WHERE \"Total\" < 1.0;"} +{"question_id": 15176, "table_id": "2-12937449-3", "question": "What was the average year that xuxa 3 earned the certification 2x platinum, and that the sales were higher than 750000?", "sql": "SELECT AVG(\"Year\") FROM \"2-12937449-3\" WHERE \"Certification\" = '2x platinum' AND \"Álbum\" = 'xuxa 3' AND \"Sales\" > 750000.0;"} +{"question_id": 15177, "table_id": "2-12937449-3", "question": "What were the number of sales before 1991?", "sql": "SELECT \"Sales\" FROM \"2-12937449-3\" WHERE \"Year\" < 1991.0;"} +{"question_id": 15178, "table_id": "2-12937449-3", "question": "What álbum was in the year 1996?", "sql": "SELECT \"Álbum\" FROM \"2-12937449-3\" WHERE \"Year\" = 1996.0;"} +{"question_id": 15179, "table_id": "2-12538628-1", "question": "What year was the (Barcaldine) larger than 1868 and the (Aramac) lower than 1592?", "sql": "SELECT AVG(\"Year\") FROM \"2-12538628-1\" WHERE \"(Barcaldine)\" > 1868.0 AND \"(Aramac)\" < 1592.0;"} +{"question_id": 15180, "table_id": "2-12538628-1", "question": "What is the high Population (total) from 1976 with a (Barcaldine) smaller than 1780?", "sql": "SELECT MAX(\"Population (Total)\") FROM \"2-12538628-1\" WHERE \"Year\" = 1976.0 AND \"(Barcaldine)\" < 1780.0;"} +{"question_id": 15181, "table_id": "2-12538628-1", "question": "What year had a Poulation (Total) of 3492 and a (Barcaldine) less than 1818?", "sql": "SELECT AVG(\"Year\") FROM \"2-12538628-1\" WHERE \"Population (Total)\" = 3492.0 AND \"(Barcaldine)\" < 1818.0;"} +{"question_id": 15182, "table_id": "2-12538628-1", "question": "What is the average (Jericho) with a Population (Total) less than 4059 in 1986 and a (Barcaldine) higher than 1779?", "sql": "SELECT AVG(\"(Jericho)\") FROM \"2-12538628-1\" WHERE \"Population (Total)\" < 4059.0 AND \"Year\" = 1986.0 AND \"(Barcaldine)\" > 1779.0;"} +{"question_id": 15183, "table_id": "2-12538628-1", "question": "What is the average (Barcaldine) with a Population (Total) less than 3594 and a 920 (Jericho) after 2006?", "sql": "SELECT AVG(\"(Barcaldine)\") FROM \"2-12538628-1\" WHERE \"Population (Total)\" < 3594.0 AND \"(Jericho)\" = 920.0 AND \"Year\" > 2006.0;"} +{"question_id": 15184, "table_id": "2-12538628-1", "question": "What Year has an (Aramac) of 832 and a Population (Total) less than 3762?", "sql": "SELECT SUM(\"Year\") FROM \"2-12538628-1\" WHERE \"(Aramac)\" = 832.0 AND \"Population (Total)\" < 3762.0;"} +{"question_id": 15185, "table_id": "2-1236063-3", "question": "What was the engine of the Hoover Motor Express after 1955 with greater than 0 points?", "sql": "SELECT \"Engine\" FROM \"2-1236063-3\" WHERE \"Year\" > 1955.0 AND \"Points\" > 0.0 AND \"Entrant\" = 'Hoover Motor Express';"} +{"question_id": 15186, "table_id": "2-1236063-3", "question": "What is the average year that the Belanger Motors had an Offenhauser L4 engine?", "sql": "SELECT AVG(\"Year\") FROM \"2-1236063-3\" WHERE \"Engine\" = 'Offenhauser L4' AND \"Entrant\" = 'Belanger Motors';"} +{"question_id": 15187, "table_id": "2-12824897-3", "question": "Who is the prisoner that is older than 45 and has served less than 22 years on death row?", "sql": "SELECT \"Name\" FROM \"2-12824897-3\" WHERE \"Current age\" > 45.0 AND \"Years on death row\" < 22.0;"} +{"question_id": 15188, "table_id": "2-12824897-3", "question": "What is the prisoner's name that is currently 29 years old?", "sql": "SELECT \"Name\" FROM \"2-12824897-3\" WHERE \"Current age\" = 29.0;"} +{"question_id": 15189, "table_id": "2-12378197-1", "question": "What is the hair color of Kool Kayla with release date of January 2009?", "sql": "SELECT \"Hair Color:\" FROM \"2-12378197-1\" WHERE \"Release Date\" = 'January 2009' AND \"Name\" = 'Kool Kayla';"} +{"question_id": 15190, "table_id": "2-12378197-1", "question": "What is the eye color of Oo-LaLa Olivia with release date of October 2008?", "sql": "SELECT \"Eye Color:\" FROM \"2-12378197-1\" WHERE \"Release Date\" = 'October 2008' AND \"Name\" = 'Oo-LaLa Olivia';"} +{"question_id": 15191, "table_id": "2-12378197-1", "question": "What is the release date for Gold hair color?", "sql": "SELECT \"Release Date\" FROM \"2-12378197-1\" WHERE \"Hair Color:\" = 'Gold';"} +{"question_id": 15192, "table_id": "2-12378197-1", "question": "Who is retired with eyes of Dark Brown, and Black hair?", "sql": "SELECT \"Retired?\" FROM \"2-12378197-1\" WHERE \"Eye Color:\" = 'Dark Brown' AND \"Hair Color:\" = 'Black';"} +{"question_id": 15193, "table_id": "2-12209362-14", "question": "NAme the 2010 for 2007 of A And 2012 of A", "sql": "SELECT \"2010\" FROM \"2-12209362-14\" WHERE \"2007\" = 'A' AND \"2012\" = 'A';"} +{"question_id": 15194, "table_id": "2-12209362-14", "question": "NAme the 2008 for 2012 being A And tournAment of Australian Open", "sql": "SELECT \"2008\" FROM \"2-12209362-14\" WHERE \"2012\" = 'A' AND \"Tournament\" = 'Australian Open';"} +{"question_id": 15195, "table_id": "2-12209362-14", "question": "Name the tournament for 2012 Grand Slam tournaments", "sql": "SELECT \"Tournament\" FROM \"2-12209362-14\" WHERE \"2012\" = 'Grand Slam tournaments';"} +{"question_id": 15196, "table_id": "2-1228242-1", "question": "What year has an ERA engine and an ERA A-type chassis?", "sql": "SELECT \"Year\" FROM \"2-1228242-1\" WHERE \"Engine\" = 'ERA' AND \"Chassis\" = 'ERA A-type';"} +{"question_id": 15197, "table_id": "2-1228242-1", "question": "What is the earliest year that has a Bristol engine?", "sql": "SELECT MIN(\"Year\") FROM \"2-1228242-1\" WHERE \"Engine\" = 'Bristol';"} +{"question_id": 15198, "table_id": "2-12195635-5", "question": "What was the record at the game that had a loss of Brandon (4–8)?", "sql": "SELECT \"Record\" FROM \"2-12195635-5\" WHERE \"Loss\" = 'Brandon (4–8)';"} +{"question_id": 15199, "table_id": "2-12195635-5", "question": "What was the loss of the game with a record of 54–42?", "sql": "SELECT \"Loss\" FROM \"2-12195635-5\" WHERE \"Record\" = '54–42';"} +{"question_id": 15200, "table_id": "2-12195635-5", "question": "Who was the opponent at the game that had a loss of Bell (6–9)?", "sql": "SELECT \"Opponent\" FROM \"2-12195635-5\" WHERE \"Loss\" = 'Bell (6–9)';"} +{"question_id": 15201, "table_id": "2-12195635-5", "question": "What was the record at the game that had a loss of Wyatt (4–4)?", "sql": "SELECT \"Record\" FROM \"2-12195635-5\" WHERE \"Loss\" = 'Wyatt (4–4)';"} +{"question_id": 15202, "table_id": "2-1234983-2", "question": "In 1985, how many points were earned by the entrant with the March 85B chassis?", "sql": "SELECT MAX(\"Points\") FROM \"2-1234983-2\" WHERE \"Year\" = 1985.0 AND \"Chassis\" = 'March 85B';"} +{"question_id": 15203, "table_id": "2-1234983-2", "question": "How many points did Corbari Italia earn in 1985?", "sql": "SELECT \"Points\" FROM \"2-1234983-2\" WHERE \"Entrant\" = 'Corbari Italia' AND \"Year\" = 1985.0;"} +{"question_id": 15204, "table_id": "2-13244501-5", "question": "Record of 18–15–6 belongs to what lowest attendance?", "sql": "SELECT MIN(\"Attendance\") FROM \"2-13244501-5\" WHERE \"Record\" = '18–15–6';"} +{"question_id": 15205, "table_id": "2-13244501-5", "question": "Decision of Parent, and a Home of Philadelphia, and a Record of 20–16–7 is on what date?", "sql": "SELECT \"Date\" FROM \"2-13244501-5\" WHERE \"Decision\" = 'Parent' AND \"Home\" = 'Philadelphia' AND \"Record\" = '20–16–7';"} +{"question_id": 15206, "table_id": "2-13244501-5", "question": "Decision of Parent, and a Visitor of Philadelphia, and a Date of January 27 had what score?", "sql": "SELECT \"Score\" FROM \"2-13244501-5\" WHERE \"Decision\" = 'Parent' AND \"Visitor\" = 'Philadelphia' AND \"Date\" = 'January 27';"} +{"question_id": 15207, "table_id": "2-1219614-1", "question": "What was the average Game, when the attendance was higher than 56040?", "sql": "SELECT AVG(\"Game\") FROM \"2-1219614-1\" WHERE \"Attendance\" > 56040.0;"} +{"question_id": 15208, "table_id": "2-1219614-1", "question": "What was date when the time was 2:26 and the location was Riverfront Stadium?", "sql": "SELECT \"Date\" FROM \"2-1219614-1\" WHERE \"Time\" = '2:26' AND \"Location\" = 'Riverfront Stadium';"} +{"question_id": 15209, "table_id": "2-12728831-5", "question": "Who is the visitor on May 9?", "sql": "SELECT \"Visitor\" FROM \"2-12728831-5\" WHERE \"Date\" = 'May 9';"} +{"question_id": 15210, "table_id": "2-13227197-2", "question": "Which Discoveryhas an Operator(s) of Lundin?", "sql": "SELECT \"Discovery\" FROM \"2-13227197-2\" WHERE \"Operator(s)\" = 'Lundin';"} +{"question_id": 15211, "table_id": "2-13227197-2", "question": "Which Geological Trend has an Operator(s) of WOC?", "sql": "SELECT \"Geological Trend\" FROM \"2-13227197-2\" WHERE \"Operator(s)\" = 'WOC';"} +{"question_id": 15212, "table_id": "2-13227197-2", "question": "Which operator has a Reserve of 100 Bbbl?", "sql": "SELECT \"Operator(s)\" FROM \"2-13227197-2\" WHERE \"Reserves\" = '100 Bbbl';"} +{"question_id": 15213, "table_id": "2-13227197-2", "question": "Which Field has a Discovery of NA, and an Operator(s) of WOC, and a Geological Trend of Western", "sql": "SELECT \"Field\" FROM \"2-13227197-2\" WHERE \"Discovery\" = 'NA' AND \"Operator(s)\" = 'WOC' AND \"Geological Trend\" = 'Western';"} +{"question_id": 15214, "table_id": "2-1266602-1", "question": "What primary sponsor(s) owns Ford Fusion car(s) and the crew chief is Drew Blickensderfer?", "sql": "SELECT \"Primary Sponsor(s)\" FROM \"2-1266602-1\" WHERE \"Car(s)\" = 'Ford Fusion' AND \"Crew Chief\" = 'Drew Blickensderfer';"} +{"question_id": 15215, "table_id": "2-1266602-1", "question": "What crew chief has an owner name Jack Roush and driver Greg Biffle?", "sql": "SELECT \"Crew Chief\" FROM \"2-1266602-1\" WHERE \"Owner(s)\" = 'Jack Roush' AND \"Driver(s)\" = 'Greg Biffle';"} +{"question_id": 15216, "table_id": "2-1266602-1", "question": "What primary sponsor has the owner Rick Hendrick and their crew chief is Alan Gustafson?", "sql": "SELECT \"Primary Sponsor(s)\" FROM \"2-1266602-1\" WHERE \"Owner(s)\" = 'Rick Hendrick' AND \"Crew Chief\" = 'Alan Gustafson';"} +{"question_id": 15217, "table_id": "2-1251477-6", "question": "What is the value for Bahia when the Northeast total was 6747013?", "sql": "SELECT \"Bahia\" FROM \"2-1251477-6\" WHERE \"Northeast Total\" = '6747013';"} +{"question_id": 15218, "table_id": "2-1251477-6", "question": "What was the lowest number in Pernambuco where the Northeast had a total of 119978?", "sql": "SELECT MIN(\"Pernambuco\") FROM \"2-1251477-6\" WHERE \"Northeast Total\" = '119978';"} +{"question_id": 15219, "table_id": "2-12922756-1", "question": "Who was the winner from the United States the year Kimberly Kim was runner-up?", "sql": "SELECT \"Winner\" FROM \"2-12922756-1\" WHERE \"Runner-up\" = 'Kimberly Kim' AND \"Country\" = 'United States';"} +{"question_id": 15220, "table_id": "2-13094806-1", "question": "What number pick was the player for the Oakland Athletics who plays the 1B position?", "sql": "SELECT \"Pick\" FROM \"2-13094806-1\" WHERE \"Position\" = '1B' AND \"Team\" = 'Oakland Athletics';"} +{"question_id": 15221, "table_id": "2-12397961-14", "question": "What tournament was at the 2007 Olympic Games?", "sql": "SELECT \"Tournament\" FROM \"2-12397961-14\" WHERE \"2007\" = 'Olympic Games';"} +{"question_id": 15222, "table_id": "2-12397961-14", "question": "What tournament was at the 2011 Cincinnati Masters?", "sql": "SELECT \"2011\" FROM \"2-12397961-14\" WHERE \"Tournament\" = 'Cincinnati Masters';"} +{"question_id": 15223, "table_id": "2-12553636-3", "question": "In what heat did the swimmer in Lane 6 rank higher than 7 with a time of 4:08.27?", "sql": "SELECT SUM(\"Heat\") FROM \"2-12553636-3\" WHERE \"Lane\" = 6.0 AND \"Time\" = '4:08.27' AND \"Rank\" > 7.0;"} +{"question_id": 15224, "table_id": "2-13155961-1", "question": "What was the Comp on 2007-08-06?", "sql": "SELECT \"Comp\" FROM \"2-13155961-1\" WHERE \"Date\" = '2007-08-06';"} +{"question_id": 15225, "table_id": "2-12141496-1", "question": "How many Apogee sis ops-8285 with more than 1500 kg?", "sql": "SELECT COUNT(\"Apogee (km)\") FROM \"2-12141496-1\" WHERE \"Alt name\" = 'ops-8285' AND \"Mass (kg)\" > 1500.0;"} +{"question_id": 15226, "table_id": "2-12141496-1", "question": "What is the lowest Perigee with a Launch date of 1970-08-26?", "sql": "SELECT MIN(\"Perigee (km)\") FROM \"2-12141496-1\" WHERE \"Launch date\" = '1970-08-26';"} +{"question_id": 15227, "table_id": "2-1257169-10", "question": "How many total appearances did Grant Brebner have?", "sql": "SELECT \"Total\" FROM \"2-1257169-10\" WHERE \"Name\" = 'Grant Brebner';"} +{"question_id": 15228, "table_id": "2-1257169-10", "question": "Which player has an A-League of 150 (4)?", "sql": "SELECT \"Name\" FROM \"2-1257169-10\" WHERE \"A-League\" = '150 (4)';"} +{"question_id": 15229, "table_id": "2-1257169-10", "question": "Which player had a total of 116 (22)?", "sql": "SELECT \"Name\" FROM \"2-1257169-10\" WHERE \"Total\" = '116 (22)';"} +{"question_id": 15230, "table_id": "2-1257169-10", "question": "Which player has an A-League of 113 (0)?", "sql": "SELECT \"Name\" FROM \"2-1257169-10\" WHERE \"A-League\" = '113 (0)';"} +{"question_id": 15231, "table_id": "2-12837399-1", "question": "What is the data limit for a T-Mobile Internet Basic plan?", "sql": "SELECT \"Data limit/ GB\" FROM \"2-12837399-1\" WHERE \"Company\" = 'T-Mobile' AND \"Plan name\" = 'Internet Basic';"} +{"question_id": 15232, "table_id": "2-12837399-1", "question": "What is the data limit for Vodafone?", "sql": "SELECT \"Data limit/ GB\" FROM \"2-12837399-1\" WHERE \"Company\" = 'Vodafone';"} +{"question_id": 15233, "table_id": "2-12837399-1", "question": "What plan has monthly prices of 300, 500, 750, 1000?", "sql": "SELECT \"Plan name\" FROM \"2-12837399-1\" WHERE \"Monthly price incl. VAT/ CZK\" = '300, 500, 750, 1000';"} +{"question_id": 15234, "table_id": "2-12837399-1", "question": "What is the maximum download speed for the Internet Premium 3G plan?", "sql": "SELECT \"Maximum download speed/ kbps\" FROM \"2-12837399-1\" WHERE \"Technology\" = '3G' AND \"Plan name\" = 'Internet Premium';"} +{"question_id": 15235, "table_id": "2-12837399-1", "question": "What is the maximum download speed for the Internet Basic plan with 3G?", "sql": "SELECT \"Maximum download speed/ kbps\" FROM \"2-12837399-1\" WHERE \"Technology\" = '3G' AND \"Plan name\" = 'Internet Basic';"} +{"question_id": 15236, "table_id": "2-13279533-2", "question": "What is the to par for Gene Littler?", "sql": "SELECT \"To par\" FROM \"2-13279533-2\" WHERE \"Player\" = 'Gene Littler';"} +{"question_id": 15237, "table_id": "2-13279533-2", "question": "What is the country that placed 4?", "sql": "SELECT \"Country\" FROM \"2-13279533-2\" WHERE \"Place\" = '4';"} +{"question_id": 15238, "table_id": "2-12212087-1", "question": "Which school has a decile of 8 and a roll of 705?", "sql": "SELECT \"Name\" FROM \"2-12212087-1\" WHERE \"Decile\" = 8.0 AND \"Roll\" = 705.0;"} +{"question_id": 15239, "table_id": "2-12212087-1", "question": "What is the roll of the school in Oakura?", "sql": "SELECT SUM(\"Roll\") FROM \"2-12212087-1\" WHERE \"Area\" = 'Oakura';"} +{"question_id": 15240, "table_id": "2-12212087-1", "question": "What is the avererage decile of Francis Douglas Memorial College?", "sql": "SELECT AVG(\"Decile\") FROM \"2-12212087-1\" WHERE \"Name\" = 'Francis Douglas Memorial College';"} +{"question_id": 15241, "table_id": "2-1311444-1", "question": "What was the final score in a 2002 FIFA World Cup qualification that was less than 10?", "sql": "SELECT \"Result\" FROM \"2-1311444-1\" WHERE \"Competition\" = '2002 FIFA World Cup qualification' AND \"Goal\" < 10.0;"} +{"question_id": 15242, "table_id": "2-1219760-2", "question": "What is the earliest year with points more than 8?", "sql": "SELECT MIN(\"Year\") FROM \"2-1219760-2\" WHERE \"Pts.\" > 8.0;"} +{"question_id": 15243, "table_id": "2-1219760-2", "question": "What are the points for a chassis of March 811?", "sql": "SELECT SUM(\"Pts.\") FROM \"2-1219760-2\" WHERE \"Chassis\" = 'March 811';"} +{"question_id": 15244, "table_id": "2-1219760-2", "question": "Who had 8 points, later than 1980, and a Theodore TY02 chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1219760-2\" WHERE \"Year\" > 1980.0 AND \"Pts.\" = 8.0 AND \"Chassis\" = 'Theodore TY02';"} +{"question_id": 15245, "table_id": "2-12523044-3", "question": "Which United States player has a To par of 14?", "sql": "SELECT \"Player\" FROM \"2-12523044-3\" WHERE \"Country\" = 'United States' AND \"To par\" = 14.0;"} +{"question_id": 15246, "table_id": "2-1219767-1", "question": "Which year averaged less than 9 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1219767-1\" WHERE \"Points\" < 9.0;"} +{"question_id": 15247, "table_id": "2-1219767-1", "question": "What is the total points of teams using a ligier js11/15 chassis?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1219767-1\" WHERE \"Chassis\" = 'ligier js11/15';"} +{"question_id": 15248, "table_id": "2-1219767-1", "question": "What is the highest year team tyrrell earned more than 14 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1219767-1\" WHERE \"Entrant\" = 'team tyrrell' AND \"Points\" > 14.0;"} +{"question_id": 15249, "table_id": "2-12807904-2", "question": "Which club had 1, draw, 11 lost, and a try bonus of 7?", "sql": "SELECT \"Club\" FROM \"2-12807904-2\" WHERE \"Drawn\" = '1' AND \"Lost\" = '11' AND \"Try bonus\" = '7';"} +{"question_id": 15250, "table_id": "2-12807904-2", "question": "How many tries against were there when there was 961 points against?", "sql": "SELECT \"Tries against\" FROM \"2-12807904-2\" WHERE \"Points against\" = '961';"} +{"question_id": 15251, "table_id": "2-12807904-2", "question": "Which of the clubs had 556 points against?", "sql": "SELECT \"Club\" FROM \"2-12807904-2\" WHERE \"Points against\" = '556';"} +{"question_id": 15252, "table_id": "2-12807904-2", "question": "How many tries against were there with 17 losses?", "sql": "SELECT \"Tries against\" FROM \"2-12807904-2\" WHERE \"Lost\" = '17';"} +{"question_id": 15253, "table_id": "2-12807904-2", "question": "How many losses were there with 103 tries for?", "sql": "SELECT \"Lost\" FROM \"2-12807904-2\" WHERE \"Tries for\" = '103';"} +{"question_id": 15254, "table_id": "2-12164751-2", "question": "Name the highest revenue for schalke 04 with rank less than 10", "sql": "SELECT MAX(\"Revenue ($M)\") FROM \"2-12164751-2\" WHERE \"Team\" = 'schalke 04' AND \"Rank\" < 10.0;"} +{"question_id": 15255, "table_id": "2-12164751-2", "question": "Name the rank for Tottenham Hotspur", "sql": "SELECT \"Rank\" FROM \"2-12164751-2\" WHERE \"Team\" = 'Tottenham Hotspur';"} +{"question_id": 15256, "table_id": "2-12164751-2", "question": "Name the least revenue for chelsea of england with rank less than 7", "sql": "SELECT MIN(\"Revenue ($M)\") FROM \"2-12164751-2\" WHERE \"Country\" = 'england' AND \"Team\" = 'chelsea' AND \"Rank\" < 7.0;"} +{"question_id": 15257, "table_id": "2-12164751-2", "question": "Name the total number of value for revenue more than 193 and rank less than 12 for manchester united", "sql": "SELECT COUNT(\"Value ($M)\") FROM \"2-12164751-2\" WHERE \"Revenue ($M)\" > 193.0 AND \"Rank\" < 12.0 AND \"Team\" = 'manchester united';"} +{"question_id": 15258, "table_id": "2-1278594-2", "question": "What is the lowest rank of Qaanaaq, which has a population greater than 231?", "sql": "SELECT MIN(\"Rank\") FROM \"2-1278594-2\" WHERE \"Population\" > 231.0 AND \"Name\" = 'Qaanaaq';"} +{"question_id": 15259, "table_id": "2-1278594-2", "question": "What is the rank of the town with a population of 258?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-1278594-2\" WHERE \"Population\" = 258.0;"} +{"question_id": 15260, "table_id": "2-12562153-2", "question": "In what Year is the Isis Population 4082 and the Regional Population less than 55990?", "sql": "SELECT COUNT(\"Year\") FROM \"2-12562153-2\" WHERE \"Population (Isis)\" = 4082.0 AND \"Population (Region total)\" < 55990.0;"} +{"question_id": 15261, "table_id": "2-12562153-2", "question": "When the Isis Population is 3718 and the Gooburrum Population is less than 4776, what is the highest Woongarra Population?", "sql": "SELECT MAX(\"Population (Woongarra)\") FROM \"2-12562153-2\" WHERE \"Population (Isis)\" = 3718.0 AND \"Population (Gooburrum)\" < 4776.0;"} +{"question_id": 15262, "table_id": "2-13034488-5", "question": "When is a Decision of Osgood, and a Score of 6 – 7?", "sql": "SELECT \"Date\" FROM \"2-13034488-5\" WHERE \"Decision\" = 'Osgood' AND \"Score\" = '6 – 7';"} +{"question_id": 15263, "table_id": "2-13034488-5", "question": "When has an Attendance larger than 20066 in Tampa Bay?", "sql": "SELECT \"Date\" FROM \"2-13034488-5\" WHERE \"Attendance\" > 20066.0 AND \"Home\" = 'Tampa Bay';"} +{"question_id": 15264, "table_id": "2-13034488-5", "question": "What date has a Decision of Osgood, and a Score of 3 – 4?", "sql": "SELECT \"Date\" FROM \"2-13034488-5\" WHERE \"Decision\" = 'Osgood' AND \"Score\" = '3 – 4';"} +{"question_id": 15265, "table_id": "2-12383165-3", "question": "List a name that has a heat of at least 3 and a Lane of exactly 5.", "sql": "SELECT \"Name\" FROM \"2-12383165-3\" WHERE \"Heat\" > 3.0 AND \"Lane\" = 5.0;"} +{"question_id": 15266, "table_id": "2-12446715-5", "question": "Name the sum of time for lane of 1 and rank less than 8", "sql": "SELECT SUM(\"Time\") FROM \"2-12446715-5\" WHERE \"Lane\" = 1.0 AND \"Rank\" < 8.0;"} +{"question_id": 15267, "table_id": "2-12767523-1", "question": "Name the championship with reign of 8", "sql": "SELECT \"Championship\" FROM \"2-12767523-1\" WHERE \"Reign\" = '8';"} +{"question_id": 15268, "table_id": "2-12767523-1", "question": "Name the days for current champions of Dean Ambrose", "sql": "SELECT \"Days held\" FROM \"2-12767523-1\" WHERE \"Current champion(s)\" = 'Dean Ambrose';"} +{"question_id": 15269, "table_id": "2-12767523-1", "question": "Name the location of reign 3", "sql": "SELECT \"Location\" FROM \"2-12767523-1\" WHERE \"Reign\" = '3';"} +{"question_id": 15270, "table_id": "2-12767523-1", "question": "Name the date won for WWE Intercontinental Championship", "sql": "SELECT \"Date won\" FROM \"2-12767523-1\" WHERE \"Championship\" = 'WWE Intercontinental Championship';"} +{"question_id": 15271, "table_id": "2-12744399-1", "question": "When was Ranma ½: Netsuretsu Kakutouhen first release by Banpresto?", "sql": "SELECT \"Initial Release Date\" FROM \"2-12744399-1\" WHERE \"Publisher\" = 'Banpresto' AND \"Japanese Title\" = 'Ranma ½: Netsuretsu Kakutouhen';"} +{"question_id": 15272, "table_id": "2-12744399-1", "question": "In what genre did Microvision develop a game?", "sql": "SELECT \"Genre\" FROM \"2-12744399-1\" WHERE \"Developer\" = 'Microvision';"} +{"question_id": 15273, "table_id": "2-12744399-1", "question": "What genre is the Banpresto game tittled Ranma ½: Netsuretsu Kakutouhen?", "sql": "SELECT \"Genre\" FROM \"2-12744399-1\" WHERE \"Developer\" = 'Banpresto' AND \"Japanese Title\" = 'Ranma ½: Netsuretsu Kakutouhen';"} +{"question_id": 15274, "table_id": "2-13312898-39", "question": "Position of defensive back, and an Overall smaller than 69 is what lowest pick #?", "sql": "SELECT MIN(\"Pick #\") FROM \"2-13312898-39\" WHERE \"Position\" = 'defensive back' AND \"Overall\" < 69.0;"} +{"question_id": 15275, "table_id": "2-13312898-39", "question": "Round of 11, and a Pick # larger than 14 is the highest overall pick?", "sql": "SELECT MAX(\"Overall\") FROM \"2-13312898-39\" WHERE \"Round\" = 11.0 AND \"Pick #\" > 14.0;"} +{"question_id": 15276, "table_id": "2-13312898-39", "question": "Overall of 208 occurred in what round?", "sql": "SELECT \"Round\" FROM \"2-13312898-39\" WHERE \"Overall\" = 208.0;"} +{"question_id": 15277, "table_id": "2-12531523-4", "question": "what player has To par of –3, and a Score of 73-68=141?", "sql": "SELECT \"Player\" FROM \"2-12531523-4\" WHERE \"To par\" = '–3' AND \"Score\" = '73-68=141';"} +{"question_id": 15278, "table_id": "2-12531523-4", "question": "what was Steve Flesch's to par when he was placed at T3 in the United States?", "sql": "SELECT \"To par\" FROM \"2-12531523-4\" WHERE \"Place\" = 'T3' AND \"Country\" = 'United States' AND \"Player\" = 'Steve Flesch';"} +{"question_id": 15279, "table_id": "2-12531523-4", "question": "where did Arron Oberholser play?", "sql": "SELECT \"Country\" FROM \"2-12531523-4\" WHERE \"Player\" = 'Arron Oberholser';"} +{"question_id": 15280, "table_id": "2-12531523-4", "question": "what's the score in Canada with place of T8?", "sql": "SELECT \"Score\" FROM \"2-12531523-4\" WHERE \"Country\" = 'Canada' AND \"Place\" = 'T8';"} +{"question_id": 15281, "table_id": "2-12206617-4", "question": "How many people attended the game on june 18?", "sql": "SELECT COUNT(\"Attendance\") FROM \"2-12206617-4\" WHERE \"Date\" = 'june 18';"} +{"question_id": 15282, "table_id": "2-13107350-1", "question": "When was the earliest first game with 11 played and 12 games lost?", "sql": "SELECT MIN(\"First game\") FROM \"2-13107350-1\" WHERE \"Played\" > 11.0 AND \"Lost\" = 12.0;"} +{"question_id": 15283, "table_id": "2-13107350-1", "question": "What is the average number of games played associated with a first game in 1997 and over 0 games drawn?", "sql": "SELECT AVG(\"Played\") FROM \"2-13107350-1\" WHERE \"First game\" = 1997.0 AND \"Drawn\" > 0.0;"} +{"question_id": 15284, "table_id": "2-13107350-1", "question": "How many first games are associated with 5 games played and under 3 games lost?", "sql": "SELECT SUM(\"First game\") FROM \"2-13107350-1\" WHERE \"Played\" = 5.0 AND \"Lost\" < 3.0;"} +{"question_id": 15285, "table_id": "2-13107350-1", "question": "How many games drawn when there are 78 losses and over 121 games played?", "sql": "SELECT COUNT(\"Drawn\") FROM \"2-13107350-1\" WHERE \"Lost\" = 78.0 AND \"Played\" > 121.0;"} +{"question_id": 15286, "table_id": "2-13089967-1", "question": "How many times was there a draw when played is more than 4 and the first game is in 2000?", "sql": "SELECT \"Drawn\" FROM \"2-13089967-1\" WHERE \"Played\" > 4.0 AND \"First game\" = 2000.0;"} +{"question_id": 15287, "table_id": "2-13089967-1", "question": "what is the most games lost when there were 0 draws?", "sql": "SELECT MAX(\"Lost\") FROM \"2-13089967-1\" WHERE \"Drawn\" < 0.0;"} +{"question_id": 15288, "table_id": "2-13089967-1", "question": "what is the highest number of games played when there was 2 losses, percentage was 0.00% and more than 0 draws?", "sql": "SELECT MAX(\"Played\") FROM \"2-13089967-1\" WHERE \"Lost\" = 2.0 AND \"Percentage\" = '0.00%' AND \"Drawn\" > 0.0;"} +{"question_id": 15289, "table_id": "2-13089967-1", "question": "what is the most lost games when the percentage is 50.00% and games played is less than 2?", "sql": "SELECT MAX(\"Lost\") FROM \"2-13089967-1\" WHERE \"Percentage\" = '50.00%' AND \"Played\" < 2.0;"} +{"question_id": 15290, "table_id": "2-13089967-1", "question": "how many draws are there when percentage is 100.00% and played is 7?", "sql": "SELECT \"Drawn\" FROM \"2-13089967-1\" WHERE \"Percentage\" = '100.00%' AND \"Played\" = 7.0;"} +{"question_id": 15291, "table_id": "2-13089967-1", "question": "how many times is there more than 0 draws and more than 0 losses?", "sql": "SELECT COUNT(\"Played\") FROM \"2-13089967-1\" WHERE \"Drawn\" > 0.0 AND \"Lost\" > 0.0;"} +{"question_id": 15292, "table_id": "2-12727420-2", "question": "Which Club has a Not winning editions of 1992, 2003?", "sql": "SELECT \"Club\" FROM \"2-12727420-2\" WHERE \"Not winning editions\" = '1992, 2003';"} +{"question_id": 15293, "table_id": "2-12727420-2", "question": "Who Finalists has a Club of Győri?", "sql": "SELECT \"Finalists\" FROM \"2-12727420-2\" WHERE \"Club\" = 'Győri';"} +{"question_id": 15294, "table_id": "2-12727420-2", "question": "Who is Winners that has editions of 1992, 2003 as Not Winning", "sql": "SELECT \"Winners\" FROM \"2-12727420-2\" WHERE \"Not winning editions\" = '1992, 2003';"} +{"question_id": 15295, "table_id": "2-12727420-2", "question": "What is the Finalists that has 2008, 2012, 2013 as Not winning editions", "sql": "SELECT \"Finalists\" FROM \"2-12727420-2\" WHERE \"Not winning editions\" = '2008, 2012, 2013';"} +{"question_id": 15296, "table_id": "2-12896657-1", "question": "What engine was in the Theodore N183?", "sql": "SELECT \"Engine\" FROM \"2-12896657-1\" WHERE \"Chassis\" = 'Theodore N183';"} +{"question_id": 15297, "table_id": "2-12797374-1", "question": "Who is listed as the Winners with a Year of 2005?", "sql": "SELECT \"Winners\" FROM \"2-12797374-1\" WHERE \"Year\" = '2005';"} +{"question_id": 15298, "table_id": "2-12797374-1", "question": "Which Venue has a Year of 2005?", "sql": "SELECT \"Venue\" FROM \"2-12797374-1\" WHERE \"Year\" = '2005';"} +{"question_id": 15299, "table_id": "2-12239469-1", "question": "What is the score when November 15 is the date?", "sql": "SELECT \"Score\" FROM \"2-12239469-1\" WHERE \"Date\" = 'November 15';"} +{"question_id": 15300, "table_id": "2-12239469-1", "question": "What record has November 15 as the date?", "sql": "SELECT \"Record\" FROM \"2-12239469-1\" WHERE \"Date\" = 'November 15';"} +{"question_id": 15301, "table_id": "2-12935706-1", "question": "What tournament what held in Cincinnati in 2009?", "sql": "SELECT \"2009\" FROM \"2-12935706-1\" WHERE \"Tournament\" = 'Cincinnati';"} +{"question_id": 15302, "table_id": "2-12886178-5", "question": "How many games played when the points for is 369?", "sql": "SELECT \"Played\" FROM \"2-12886178-5\" WHERE \"Points for\" = '369';"} +{"question_id": 15303, "table_id": "2-12886178-5", "question": "what is the club that as 100 tries?", "sql": "SELECT \"Club\" FROM \"2-12886178-5\" WHERE \"Tries for\" = '100';"} +{"question_id": 15304, "table_id": "2-12886178-5", "question": "what is the points for when the club has 0 drawn and 60 tries against?", "sql": "SELECT \"Points for\" FROM \"2-12886178-5\" WHERE \"Drawn\" = '0' AND \"Tries against\" = '60';"} +{"question_id": 15305, "table_id": "2-12886178-5", "question": "How many draws are for the club Senghenydd RFC?", "sql": "SELECT \"Drawn\" FROM \"2-12886178-5\" WHERE \"Club\" = 'Senghenydd RFC';"} +{"question_id": 15306, "table_id": "2-12886178-5", "question": "What is Senghenydd RFC's points for?", "sql": "SELECT \"Points for\" FROM \"2-12886178-5\" WHERE \"Club\" = 'Senghenydd RFC';"} +{"question_id": 15307, "table_id": "2-12886178-5", "question": "what is the amount lost when there is 1 draw and 515 points?", "sql": "SELECT \"Lost\" FROM \"2-12886178-5\" WHERE \"Drawn\" = '1' AND \"Points for\" = '515';"} +{"question_id": 15308, "table_id": "2-12670955-1", "question": "In which year was Angélica Rivera a nominee?", "sql": "SELECT AVG(\"Year\") FROM \"2-12670955-1\" WHERE \"Nominee\" = 'Angélica Rivera';"} +{"question_id": 15309, "table_id": "2-1252070-1", "question": "What is the average lap of the race with a 23 finish?", "sql": "SELECT AVG(\"Laps\") FROM \"2-1252070-1\" WHERE \"Finish\" = '23';"} +{"question_id": 15310, "table_id": "2-1252070-1", "question": "What is the lowest lap with a 145.926 qual?", "sql": "SELECT MIN(\"Laps\") FROM \"2-1252070-1\" WHERE \"Qual\" = '145.926';"} +{"question_id": 15311, "table_id": "2-1252070-1", "question": "What is the finish with 51 laps?", "sql": "SELECT \"Finish\" FROM \"2-1252070-1\" WHERE \"Laps\" = 51.0;"} +{"question_id": 15312, "table_id": "2-1252070-1", "question": "How many laps were in 1958?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1252070-1\" WHERE \"Year\" = '1958';"} +{"question_id": 15313, "table_id": "2-12128729-2", "question": "What is the smallest area (sq mi) that has 160 as it rank?", "sql": "SELECT MIN(\"Area (sq mi)\") FROM \"2-12128729-2\" WHERE \"Rank\" = 160.0;"} +{"question_id": 15314, "table_id": "2-12128729-2", "question": "Which rank has a smaller area (sq mi) than 48, and an area (km2) greater than 104, and an island of Sula, Sogn og Fjordane?", "sql": "SELECT \"Rank\" FROM \"2-12128729-2\" WHERE \"Area (sq mi)\" < 48.0 AND \"Area (km²)\" > 104.0 AND \"Island\" = 'Sula, Sogn og Fjordane';"} +{"question_id": 15315, "table_id": "2-12610483-1", "question": "with Distribution of 10.6% what is the average api level?", "sql": "SELECT AVG(\"API level\") FROM \"2-12610483-1\" WHERE \"Distribution\" = '10.6%';"} +{"question_id": 15316, "table_id": "2-12610483-1", "question": "with release date of February 9, 2011, what is the api level?", "sql": "SELECT AVG(\"API level\") FROM \"2-12610483-1\" WHERE \"Release date\" = 'February 9, 2011';"} +{"question_id": 15317, "table_id": "2-12610483-1", "question": "with api level 3, what is the code name?", "sql": "SELECT \"Code name\" FROM \"2-12610483-1\" WHERE \"API level\" = 3.0;"} +{"question_id": 15318, "table_id": "2-12610483-1", "question": "with distribution of 20.6% what is the code name?", "sql": "SELECT \"Code name\" FROM \"2-12610483-1\" WHERE \"Distribution\" = '20.6%';"} +{"question_id": 15319, "table_id": "2-12610483-1", "question": "with api level of 18, what's the code name?", "sql": "SELECT \"Code name\" FROM \"2-12610483-1\" WHERE \"API level\" = 18.0;"} +{"question_id": 15320, "table_id": "2-1218394-1", "question": "Which entrant had fewer than 33 points in 1999?", "sql": "SELECT \"Entrant\" FROM \"2-1218394-1\" WHERE \"Points\" < 33.0 AND \"Year\" = 1999.0;"} +{"question_id": 15321, "table_id": "2-1218394-1", "question": "Which chassis had 16 points?", "sql": "SELECT \"Chassis\" FROM \"2-1218394-1\" WHERE \"Points\" = 16.0;"} +{"question_id": 15322, "table_id": "2-1218394-1", "question": "Which GC37-01 V10 engine has the fewest points?", "sql": "SELECT MIN(\"Points\") FROM \"2-1218394-1\" WHERE \"Engine\" = 'GC37-01 V10';"} +{"question_id": 15323, "table_id": "2-1304940-1", "question": "How many votes did Other receive where Bush received less than 154204 votes, and Kerry received 41.7% and more than 98066 votes?", "sql": "SELECT COUNT(\"Others #\") FROM \"2-1304940-1\" WHERE \"Bush #\" < 154204.0 AND \"Kerry %\" = '41.7%' AND \"Kerry #\" > 98066.0;"} +{"question_id": 15324, "table_id": "2-1304940-1", "question": "What was Kerry's lowest number of votes where Other received 0.8% and Kerry 70.4%?", "sql": "SELECT MIN(\"Kerry #\") FROM \"2-1304940-1\" WHERE \"Others %\" = '0.8%' AND \"Kerry %\" = '70.4%';"} +{"question_id": 15325, "table_id": "2-1304940-1", "question": "How many votes did Others receive where Kerry has 44.6%, and Bush more than 163650 votes?", "sql": "SELECT COUNT(\"Others #\") FROM \"2-1304940-1\" WHERE \"Kerry %\" = '44.6%' AND \"Bush #\" > 163650.0;"} +{"question_id": 15326, "table_id": "2-12980050-1", "question": "Which Title has a Termination of Mission of Current?", "sql": "SELECT \"Title\" FROM \"2-12980050-1\" WHERE \"Termination of Mission\" = 'Current';"} +{"question_id": 15327, "table_id": "2-12980050-1", "question": "Which Appointed has Termination of Mission on April 7, 2005?", "sql": "SELECT \"Appointed by\" FROM \"2-12980050-1\" WHERE \"Termination of Mission\" = 'April 7, 2005';"} +{"question_id": 15328, "table_id": "2-12980050-1", "question": "Which Appointed has a Presentation of Credentials on November 22, 1990", "sql": "SELECT \"Appointed by\" FROM \"2-12980050-1\" WHERE \"Presentation of Credentials\" = 'November 22, 1990';"} +{"question_id": 15329, "table_id": "2-12980050-1", "question": "Which Representative has a Presentation of Credentials on September 8, 2005?", "sql": "SELECT \"Representative\" FROM \"2-12980050-1\" WHERE \"Presentation of Credentials\" = 'September 8, 2005';"} +{"question_id": 15330, "table_id": "2-12980050-1", "question": "Which Termination of Mission has a Presentation of Credentials on October 29, 1981", "sql": "SELECT \"Termination of Mission\" FROM \"2-12980050-1\" WHERE \"Presentation of Credentials\" = 'October 29, 1981';"} +{"question_id": 15331, "table_id": "2-1257169-11", "question": "What is the total for Danny Allsopp?", "sql": "SELECT \"Total\" FROM \"2-1257169-11\" WHERE \"Name\" = 'Danny Allsopp';"} +{"question_id": 15332, "table_id": "2-13150274-1", "question": "Where is the area of operation that had Drilling during the year 1999?", "sql": "SELECT \"Area of Operation\" FROM \"2-13150274-1\" WHERE \"Services\" = 'Drilling' AND \"Years of Operation\" = '1999';"} +{"question_id": 15333, "table_id": "2-13150274-1", "question": "What country did the client Agiba-Agip work in?", "sql": "SELECT \"Country\" FROM \"2-13150274-1\" WHERE \"Client\" = 'Agiba-Agip';"} +{"question_id": 15334, "table_id": "2-13150274-1", "question": "What years was SOC a client?", "sql": "SELECT \"Years of Operation\" FROM \"2-13150274-1\" WHERE \"Client\" = 'SOC';"} +{"question_id": 15335, "table_id": "2-13150274-1", "question": "What years was El Mabrouk the area of operation?", "sql": "SELECT \"Years of Operation\" FROM \"2-13150274-1\" WHERE \"Area of Operation\" = 'El Mabrouk';"} +{"question_id": 15336, "table_id": "2-13150274-1", "question": "What services were in the area of operation Wadi Borjuj?", "sql": "SELECT \"Services\" FROM \"2-13150274-1\" WHERE \"Area of Operation\" = 'Wadi Borjuj';"} +{"question_id": 15337, "table_id": "2-1235871-1", "question": "How many points did the Cosworth V8 engine get in 1972?", "sql": "SELECT \"Points\" FROM \"2-1235871-1\" WHERE \"Year\" = 1972.0 AND \"Engine\" = 'Cosworth V8';"} +{"question_id": 15338, "table_id": "2-12230393-8", "question": "Which gold Coast has a Melbourne of Yes, a Perth of Yes, an Auckland of No, and a Sydney of No?", "sql": "SELECT \"Gold Coast\" FROM \"2-12230393-8\" WHERE \"Melbourne\" = 'Yes' AND \"Perth\" = 'Yes' AND \"Auckland\" = 'No' AND \"Sydney\" = 'No';"} +{"question_id": 15339, "table_id": "2-12230393-8", "question": "Which Adelaide has an Auckland of No and a Melbourne of No?", "sql": "SELECT \"Adelaide\" FROM \"2-12230393-8\" WHERE \"Auckland\" = 'No' AND \"Melbourne\" = 'No';"} +{"question_id": 15340, "table_id": "2-12230393-8", "question": "Which Sydney has a Gold Coast of Yes, an Adelaide of No, and an Auckland of Yes?", "sql": "SELECT \"Sydney\" FROM \"2-12230393-8\" WHERE \"Gold Coast\" = 'Yes' AND \"Adelaide\" = 'No' AND \"Auckland\" = 'Yes';"} +{"question_id": 15341, "table_id": "2-12230393-8", "question": "Which Sydney has a Perth of No, an Adelaide of Yes, and a Gold Coast of No?", "sql": "SELECT \"Sydney\" FROM \"2-12230393-8\" WHERE \"Perth\" = 'No' AND \"Adelaide\" = 'Yes' AND \"Gold Coast\" = 'No';"} +{"question_id": 15342, "table_id": "2-12230393-8", "question": "Which Adelaide has a Sydney of Yes, a Perth of No, a Melbourne of Yes, and an Auckland of No?", "sql": "SELECT \"Adelaide\" FROM \"2-12230393-8\" WHERE \"Sydney\" = 'Yes' AND \"Perth\" = 'No' AND \"Melbourne\" = 'Yes' AND \"Auckland\" = 'No';"} +{"question_id": 15343, "table_id": "2-12230393-8", "question": "Which Melbourne has a Perth of Yes, and an Auckland of Yes?", "sql": "SELECT \"Melbourne\" FROM \"2-12230393-8\" WHERE \"Perth\" = 'Yes' AND \"Auckland\" = 'Yes';"} +{"question_id": 15344, "table_id": "2-12308105-1", "question": "what is the analog type for WXMI?", "sql": "SELECT \"Analog\" FROM \"2-12308105-1\" WHERE \"Callsign\" = 'WXMI';"} +{"question_id": 15345, "table_id": "2-12308105-1", "question": "what is the callsign for Independent affiliation?", "sql": "SELECT \"Callsign\" FROM \"2-12308105-1\" WHERE \"Affiliation\" = 'Independent';"} +{"question_id": 15346, "table_id": "2-12308105-1", "question": "what is the analog type for CW on digital 26?", "sql": "SELECT \"Analog\" FROM \"2-12308105-1\" WHERE \"Affiliation\" = 'CW' AND \"Digital\" = '26';"} +{"question_id": 15347, "table_id": "2-12308105-1", "question": "what is the callsign for analog 19?", "sql": "SELECT \"Callsign\" FROM \"2-12308105-1\" WHERE \"Analog\" = '19';"} +{"question_id": 15348, "table_id": "2-1296513-3", "question": "Who is the winner of the European Poker Tour Grand Final?", "sql": "SELECT \"Winner\" FROM \"2-1296513-3\" WHERE \"Event\" = 'European Poker Tour Grand Final';"} +{"question_id": 15349, "table_id": "2-1296513-3", "question": "What is the name of the event that had a prize of zł 1,226,711?", "sql": "SELECT \"Event\" FROM \"2-1296513-3\" WHERE \"Prize\" = 'zł 1,226,711';"} +{"question_id": 15350, "table_id": "2-1296513-3", "question": "Who was the winner of the prize zł 1,226,711?", "sql": "SELECT \"Winner\" FROM \"2-1296513-3\" WHERE \"Prize\" = 'zł 1,226,711';"} +{"question_id": 15351, "table_id": "2-12167166-2", "question": "What is the score of Goal For which has a Ties larger 0?", "sql": "SELECT MIN(\"Goals For\") FROM \"2-12167166-2\" WHERE \"Ties\" > 0.0;"} +{"question_id": 15352, "table_id": "2-13103590-1", "question": "Name the sum of goals conceded when lost is more than 7 and points less than 26", "sql": "SELECT SUM(\"Goals Conceded\") FROM \"2-13103590-1\" WHERE \"Lost\" > 7.0 AND \"Points\" < 26.0;"} +{"question_id": 15353, "table_id": "2-13103590-1", "question": "Name the most place for goals scored more than 28 and played less than 18", "sql": "SELECT MAX(\"Place\") FROM \"2-13103590-1\" WHERE \"Goals Scored\" > 28.0 AND \"Played\" < 18.0;"} +{"question_id": 15354, "table_id": "2-1314472-1", "question": "Name the D46 when it has D 44 of ← Majority", "sql": "SELECT \"D 46\" FROM \"2-1314472-1\" WHERE \"D 44\" = '← Majority';"} +{"question_id": 15355, "table_id": "2-1314472-1", "question": "Name the D 45 which has D 44 of D 53", "sql": "SELECT \"D 45\" FROM \"2-1314472-1\" WHERE \"D 44\" = 'D 53';"} +{"question_id": 15356, "table_id": "2-1314472-1", "question": "Name the D 43 when it has D 45 of D 25", "sql": "SELECT \"D 43\" FROM \"2-1314472-1\" WHERE \"D 45\" = 'D 25';"} +{"question_id": 15357, "table_id": "2-1314472-1", "question": "Name the D 43 when it has D 41 of D 56", "sql": "SELECT \"D 43\" FROM \"2-1314472-1\" WHERE \"D 41\" = 'D 56';"} +{"question_id": 15358, "table_id": "2-1314472-1", "question": "Name the D 46 which has D 42 of R 14", "sql": "SELECT \"D 46\" FROM \"2-1314472-1\" WHERE \"D 42\" = 'R 14';"} +{"question_id": 15359, "table_id": "2-12152327-1", "question": "Which nominating festival did Russia enter?", "sql": "SELECT \"Nominating Festival\" FROM \"2-12152327-1\" WHERE \"Country\" = 'Russia';"} +{"question_id": 15360, "table_id": "2-12152327-1", "question": "Which nominating festival did Olga Baillif enter?", "sql": "SELECT \"Nominating Festival\" FROM \"2-12152327-1\" WHERE \"Director(s)\" = 'Olga Baillif';"} +{"question_id": 15361, "table_id": "2-12152327-1", "question": "Which nominating festival did Bosnia and Herzegovina enter?", "sql": "SELECT \"Nominating Festival\" FROM \"2-12152327-1\" WHERE \"Country\" = 'Bosnia and Herzegovina';"} +{"question_id": 15362, "table_id": "2-12152327-1", "question": "Which director made Mi-Temps?", "sql": "SELECT \"Director(s)\" FROM \"2-12152327-1\" WHERE \"Film\" = 'Mi-Temps';"} +{"question_id": 15363, "table_id": "2-12152327-1", "question": "Which nominating festival did United Kingdom enter?", "sql": "SELECT \"Nominating Festival\" FROM \"2-12152327-1\" WHERE \"Country\" = 'United Kingdom';"} +{"question_id": 15364, "table_id": "2-12258749-1", "question": "What 2013 album was produced by Sachin-Jigar and contained the song \"Mann Basiyo Sanwariyo\"?", "sql": "SELECT \"Album\" FROM \"2-12258749-1\" WHERE \"Composer\" = 'Sachin-Jigar' AND \"Year\" = 2013.0 AND \"Song\" = '\"Mann Basiyo Sanwariyo\"';"} +{"question_id": 15365, "table_id": "2-1228199-2", "question": "How many years was audi sport team joest in 3rd position?", "sql": "SELECT COUNT(\"Year\") FROM \"2-1228199-2\" WHERE \"Team\" = 'audi sport team joest' AND \"Pos.\" = '3rd';"} +{"question_id": 15366, "table_id": "2-1228199-2", "question": "Who were the co-drivers with more than 377 laps in 1st position?", "sql": "SELECT \"Co-Drivers\" FROM \"2-1228199-2\" WHERE \"Laps\" > 377.0 AND \"Pos.\" = '1st';"} +{"question_id": 15367, "table_id": "2-13014350-1", "question": "How many goals were scored when they had over 28 points and played over 18 games?", "sql": "SELECT MAX(\"Goals Scored\") FROM \"2-13014350-1\" WHERE \"Points\" > 28.0 AND \"Played\" > 18.0;"} +{"question_id": 15368, "table_id": "2-13014350-1", "question": "What place is associated with under 28 points, under 11 games lost, and under 18 games played?", "sql": "SELECT SUM(\"Place\") FROM \"2-13014350-1\" WHERE \"Points\" < 28.0 AND \"Lost\" < 11.0 AND \"Played\" < 18.0;"} +{"question_id": 15369, "table_id": "2-13014350-1", "question": "How many points are there when they have under 27 goals scored, conceded 24 goals, and lost less than 6 times?", "sql": "SELECT SUM(\"Points\") FROM \"2-13014350-1\" WHERE \"Goals Scored\" < 27.0 AND \"Goals Conceded\" = 24.0 AND \"Lost\" < 6.0;"} +{"question_id": 15370, "table_id": "2-1252112-3", "question": "What year did Bryant Heating enter?", "sql": "SELECT SUM(\"Year\") FROM \"2-1252112-3\" WHERE \"Entrant\" = 'Bryant Heating';"} +{"question_id": 15371, "table_id": "2-12152327-2", "question": "Russia has films in which category?", "sql": "SELECT \"Category\" FROM \"2-12152327-2\" WHERE \"Country\" = 'Russia';"} +{"question_id": 15372, "table_id": "2-12152327-2", "question": "The Prix UIP Vilo do Conde festival nominated which film?", "sql": "SELECT \"Film\" FROM \"2-12152327-2\" WHERE \"Nominating Festival\" = 'Prix UIP Vilo do Conde';"} +{"question_id": 15373, "table_id": "2-12152327-2", "question": "Which country made Le Portefeuille?", "sql": "SELECT \"Country\" FROM \"2-12152327-2\" WHERE \"Film\" = 'Le Portefeuille';"} +{"question_id": 15374, "table_id": "2-12152327-2", "question": "Which nominating festival nominated Iao Lethem's film?", "sql": "SELECT \"Nominating Festival\" FROM \"2-12152327-2\" WHERE \"Director(s)\" = 'Iao Lethem';"} +{"question_id": 15375, "table_id": "2-12152327-2", "question": "Julio Robledo represents which country?", "sql": "SELECT \"Country\" FROM \"2-12152327-2\" WHERE \"Director(s)\" = 'Julio Robledo';"} +{"question_id": 15376, "table_id": "2-12152327-2", "question": "(A) Torzija was nominated in which category?", "sql": "SELECT \"Category\" FROM \"2-12152327-2\" WHERE \"Film\" = '(A) Torzija';"} +{"question_id": 15377, "table_id": "2-12109851-5", "question": "How many losses altogether were had by teams that won 12 times, had 40-4 points, and more than 57 goals?", "sql": "SELECT SUM(\"Losses\") FROM \"2-12109851-5\" WHERE \"Wins\" = 12.0 AND \"Points\" = '40-4' AND \"Goals for\" > 57.0;"} +{"question_id": 15378, "table_id": "2-12109851-5", "question": "What's the average number of played games from rayo vallecano with less than 12 wins?", "sql": "SELECT AVG(\"Played\") FROM \"2-12109851-5\" WHERE \"Club\" = 'rayo vallecano' AND \"Wins\" < 12.0;"} +{"question_id": 15379, "table_id": "2-12334508-2", "question": "Who has Canidae as family and Canis rufus Audubon & Bachman, 1851 as species/authority?", "sql": "SELECT \"Name\" FROM \"2-12334508-2\" WHERE \"Family\" = 'Canidae' AND \"Species/Authority\" = 'Canis rufus Audubon & Bachman, 1851';"} +{"question_id": 15380, "table_id": "2-12936515-3", "question": "Name the lowest league for play-offs more than 0 and total of 25", "sql": "SELECT MIN(\"League\") FROM \"2-12936515-3\" WHERE \"Play-offs\" > 0.0 AND \"Total\" = 25.0;"} +{"question_id": 15381, "table_id": "2-13327331-1", "question": "What are the earliest year with games played fewer than 2?", "sql": "SELECT MIN(\"First game\") FROM \"2-13327331-1\" WHERE \"Played\" < 2.0;"} +{"question_id": 15382, "table_id": "2-13327331-1", "question": "What is the number of games played in the season before 2005?", "sql": "SELECT SUM(\"Played\") FROM \"2-13327331-1\" WHERE \"First game\" < 2005.0;"} +{"question_id": 15383, "table_id": "2-13259080-1", "question": "Name the least selection for Ron Barnett", "sql": "SELECT MIN(\"Selection\") FROM \"2-13259080-1\" WHERE \"Player\" = 'Ron Barnett';"} +{"question_id": 15384, "table_id": "2-13259080-1", "question": "Name the player that went to Notre Dame", "sql": "SELECT \"Player\" FROM \"2-13259080-1\" WHERE \"College\" = 'Notre Dame';"} +{"question_id": 15385, "table_id": "2-13166646-1", "question": "What is the to par that has Bill Collins as the player?", "sql": "SELECT \"To par\" FROM \"2-13166646-1\" WHERE \"Player\" = 'Bill Collins';"} +{"question_id": 15386, "table_id": "2-13166646-1", "question": "How much money has 76-70-68-73=287 as a score?", "sql": "SELECT SUM(\"Money ( $ )\") FROM \"2-13166646-1\" WHERE \"Score\" = '76-70-68-73=287';"} +{"question_id": 15387, "table_id": "2-1228289-2", "question": "What is the commissioned for Vietnam?", "sql": "SELECT \"Commissioned\" FROM \"2-1228289-2\" WHERE \"Operator\" = 'Vietnam';"} +{"question_id": 15388, "table_id": "2-1228289-2", "question": "What is the commissioned with a 636.3 project, and ordered status?", "sql": "SELECT \"Commissioned\" FROM \"2-1228289-2\" WHERE \"Project\" = '636.3' AND \"Status\" = 'ordered';"} +{"question_id": 15389, "table_id": "2-13131902-2", "question": "When was the date that had a Loss of Shirley (0-1)?", "sql": "SELECT \"Date\" FROM \"2-13131902-2\" WHERE \"Loss\" = 'Shirley (0-1)';"} +{"question_id": 15390, "table_id": "2-13131902-2", "question": "Where was the game on Thursday, April 29, and they played the Chicago Cubs?", "sql": "SELECT \"Site\" FROM \"2-13131902-2\" WHERE \"Opponent\" = 'Chicago Cubs' AND \"Date\" = 'Thursday, April 29';"} +{"question_id": 15391, "table_id": "2-13131902-2", "question": "Who were they playing when Bird (1-4) had a loss?", "sql": "SELECT \"Opponent\" FROM \"2-13131902-2\" WHERE \"Loss\" = 'Bird (1-4)';"} +{"question_id": 15392, "table_id": "2-13131902-2", "question": "What was the score of the game when there was a loss of Kern (0-2)?", "sql": "SELECT \"Score\" FROM \"2-13131902-2\" WHERE \"Loss\" = 'Kern (0-2)';"} +{"question_id": 15393, "table_id": "2-1251878-1", "question": "What camera has the highest Mpix with an aspect ratio of 2:1, a height less than 1536, and a width smaller than 2048?", "sql": "SELECT MAX(\"Mpix\") FROM \"2-1251878-1\" WHERE \"Aspect Ratio\" = '2:1' AND \"Height\" < 1536.0 AND \"Width\" < 2048.0;"} +{"question_id": 15394, "table_id": "2-1251878-1", "question": "What is the max fps of a camera with mpix larger than 8.4 and frame size of 4k 16:9?", "sql": "SELECT COUNT(\"max. fps\") FROM \"2-1251878-1\" WHERE \"Mpix\" > 8.4 AND \"Frame size\" = '4k 16:9';"} +{"question_id": 15395, "table_id": "2-1251878-1", "question": "What frame size corresponds the selection with a max fps of 120, a width of 2048, and height of 1024?", "sql": "SELECT \"Frame size\" FROM \"2-1251878-1\" WHERE \"max. fps\" = 120.0 AND \"Width\" = 2048.0 AND \"Height\" = 1024.0;"} +{"question_id": 15396, "table_id": "2-13054553-11", "question": "What is the overall record of the Ravens?", "sql": "SELECT \"Overall Record\" FROM \"2-13054553-11\" WHERE \"Team\" = 'Ravens';"} +{"question_id": 15397, "table_id": "2-13054553-11", "question": "What is the division record of Sussex Central?", "sql": "SELECT \"Division Record\" FROM \"2-13054553-11\" WHERE \"School\" = 'Sussex Central';"} +{"question_id": 15398, "table_id": "2-1235784-1", "question": "Which Engine has Points of 3?", "sql": "SELECT \"Engine\" FROM \"2-1235784-1\" WHERE \"Points\" = 3.0;"} +{"question_id": 15399, "table_id": "2-1235784-1", "question": "What are the highest points with a Chassis of gordini t16, and a Year smaller than 1954?", "sql": "SELECT MAX(\"Points\") FROM \"2-1235784-1\" WHERE \"Chassis\" = 'gordini t16' AND \"Year\" < 1954.0;"} +{"question_id": 15400, "table_id": "2-13043064-2", "question": "What is the lowest grid that paul tracy had when he had over 4 points?", "sql": "SELECT MIN(\"Grid\") FROM \"2-13043064-2\" WHERE \"Name\" = 'paul tracy' AND \"Points\" > 4.0;"} +{"question_id": 15401, "table_id": "2-1296513-6", "question": "What is the Date, when the Winner is Aaron Gustavson?", "sql": "SELECT \"Date\" FROM \"2-1296513-6\" WHERE \"Winner\" = 'Aaron Gustavson';"} +{"question_id": 15402, "table_id": "2-1296513-6", "question": "What is the Date, when the City is Warsaw?", "sql": "SELECT \"Date\" FROM \"2-1296513-6\" WHERE \"City\" = 'Warsaw';"} +{"question_id": 15403, "table_id": "2-1296513-6", "question": "What is the Prize, when the Winner is Aaron Gustavson?", "sql": "SELECT \"Prize\" FROM \"2-1296513-6\" WHERE \"Winner\" = 'Aaron Gustavson';"} +{"question_id": 15404, "table_id": "2-1296513-6", "question": "Who is the Winner, when the City is Berlin?", "sql": "SELECT \"Winner\" FROM \"2-1296513-6\" WHERE \"City\" = 'Berlin';"} +{"question_id": 15405, "table_id": "2-12441599-1", "question": "What is the Name of the party called Name?", "sql": "SELECT \"Party\" FROM \"2-12441599-1\" WHERE \"Name\" = 'Name';"} +{"question_id": 15406, "table_id": "2-12441599-1", "question": "What is the Left Office of Cabinet Secretary for Culture and External Affairs named?", "sql": "SELECT \"Name\" FROM \"2-12441599-1\" WHERE \"Left Office\" = 'Cabinet Secretary for Culture and External Affairs';"} +{"question_id": 15407, "table_id": "2-12441599-1", "question": "What left office does the First Minister of Henry McLeish belong to?", "sql": "SELECT \"Left Office\" FROM \"2-12441599-1\" WHERE \"First Minister\" = 'Henry McLeish';"} +{"question_id": 15408, "table_id": "2-12555835-1", "question": "In what year was the Population of Eacham 6074 and the population of Atherton was less than 10119?", "sql": "SELECT SUM(\"Year\") FROM \"2-12555835-1\" WHERE \"Population (Eacham)\" = 6074.0 AND \"Population (Atherton)\" < 10119.0;"} +{"question_id": 15409, "table_id": "2-12555835-1", "question": "What was the population of Herberton when Mareeba had 17129 people and Eacham had a population smaller than 5609?", "sql": "SELECT SUM(\"Population (Herberton)\") FROM \"2-12555835-1\" WHERE \"Population (Mareeba)\" = 17129.0 AND \"Population (Eacham)\" < 5609.0;"} +{"question_id": 15410, "table_id": "2-12555835-1", "question": "What was the sum total of the region after 1976 when Mareeba had population was more than 18212?", "sql": "SELECT SUM(\"Population (Region total)\") FROM \"2-12555835-1\" WHERE \"Year\" > 1976.0 AND \"Population (Mareeba)\" > 18212.0;"} +{"question_id": 15411, "table_id": "2-1247601-1", "question": "Name the most games for standing of 5th, lebel and goals against larger than 220 with lost more than 52", "sql": "SELECT MAX(\"Games\") FROM \"2-1247601-1\" WHERE \"Standing\" = '5th, lebel' AND \"Goals against\" > 220.0 AND \"Lost\" > 52.0;"} +{"question_id": 15412, "table_id": "2-1247601-1", "question": "Name the least tied with games more than 70 and goals for less than 310 with points of 98", "sql": "SELECT MIN(\"Tied\") FROM \"2-1247601-1\" WHERE \"Games\" > 70.0 AND \"Goals for\" < 310.0 AND \"Points\" = 98.0;"} +{"question_id": 15413, "table_id": "2-12586224-2", "question": "Which player had a place of T4?", "sql": "SELECT \"Player\" FROM \"2-12586224-2\" WHERE \"Place\" = 'T4';"} +{"question_id": 15414, "table_id": "2-1235732-1", "question": "What is the latest year with less than 0 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1235732-1\" WHERE \"Points\" < 0.0;"} +{"question_id": 15415, "table_id": "2-1235732-1", "question": "What entrant has a year earlier than 1960 and a Veritas Straight-6 engine?", "sql": "SELECT \"Entrant\" FROM \"2-1235732-1\" WHERE \"Year\" < 1960.0 AND \"Engine\" = 'Veritas Straight-6';"} +{"question_id": 15416, "table_id": "2-1235732-1", "question": "What is the average Year with a veritas rs chassis and more than 0 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1235732-1\" WHERE \"Chassis\" = 'veritas rs' AND \"Points\" > 0.0;"} +{"question_id": 15417, "table_id": "2-1235732-1", "question": "What is the number of points for the Entrant of wolfgang seidel and a cooper t45 chassis later than 1960?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1235732-1\" WHERE \"Entrant\" = 'wolfgang seidel' AND \"Chassis\" = 'cooper t45' AND \"Year\" > 1960.0;"} +{"question_id": 15418, "table_id": "2-1235732-1", "question": "What is the latest year for a emeryson 1006 chassis with more than 0 points?", "sql": "SELECT MAX(\"Year\") FROM \"2-1235732-1\" WHERE \"Chassis\" = 'emeryson 1006' AND \"Points\" > 0.0;"} +{"question_id": 15419, "table_id": "2-12330040-2", "question": "What was the score of the second leg with an agg of 4-6?", "sql": "SELECT \"2nd leg\" FROM \"2-12330040-2\" WHERE \"Agg.\" = '4-6';"} +{"question_id": 15420, "table_id": "2-12330040-2", "question": "What is the second team that has first team of Africa Sports?", "sql": "SELECT \"Team 2\" FROM \"2-12330040-2\" WHERE \"Team 1\" = 'Africa Sports';"} +{"question_id": 15421, "table_id": "2-12330040-2", "question": "What is team one that has TP Englebert for team 2?", "sql": "SELECT \"Team 1\" FROM \"2-12330040-2\" WHERE \"Team 2\" = 'TP Englebert';"} +{"question_id": 15422, "table_id": "2-12330040-2", "question": "Which team 2 has a 2nd leg of 0-2?", "sql": "SELECT \"Team 2\" FROM \"2-12330040-2\" WHERE \"2nd leg\" = '0-2';"} +{"question_id": 15423, "table_id": "2-12330040-2", "question": "Which team has FAR Rabat as the team 1?", "sql": "SELECT \"Team 2\" FROM \"2-12330040-2\" WHERE \"Team 1\" = 'FAR Rabat';"} +{"question_id": 15424, "table_id": "2-12330040-2", "question": "What is the agg for a team second leg of 1-3?", "sql": "SELECT \"Agg.\" FROM \"2-12330040-2\" WHERE \"2nd leg\" = '1-3';"} +{"question_id": 15425, "table_id": "2-12750583-1", "question": "with a Time/Retired of +47.376 what is the lap sum?", "sql": "SELECT SUM(\"Laps\") FROM \"2-12750583-1\" WHERE \"Time/Retired\" = '+47.376';"} +{"question_id": 15426, "table_id": "2-12750583-1", "question": "with a Rider of marco melandri, and a Grid smaller than 10, what is the highest lap count?", "sql": "SELECT MAX(\"Laps\") FROM \"2-12750583-1\" WHERE \"Rider\" = 'marco melandri' AND \"Grid\" < 10.0;"} +{"question_id": 15427, "table_id": "2-12750583-1", "question": "with more than 32 laps and sylvain guintoli as rider, what's the lowest grid ?", "sql": "SELECT MIN(\"Grid\") FROM \"2-12750583-1\" WHERE \"Rider\" = 'sylvain guintoli' AND \"Laps\" > 32.0;"} +{"question_id": 15428, "table_id": "2-12283028-1", "question": "Who came in 2nd place when Ding Junhui won in 2010?", "sql": "SELECT \"Runner-up\" FROM \"2-12283028-1\" WHERE \"Year\" > 2010.0 AND \"Winner\" = 'Ding Junhui';"} +{"question_id": 15429, "table_id": "2-1269044-3", "question": "What ethnic group is 65,104 in 1931?", "sql": "SELECT \"Malay Ethnic Group\" FROM \"2-1269044-3\" WHERE \"1931\" = '65,104';"} +{"question_id": 15430, "table_id": "2-12797136-1", "question": "For Vegas Verdicts week, what was the result?", "sql": "SELECT \"Result\" FROM \"2-12797136-1\" WHERE \"Week\" = 'Vegas Verdicts';"} +{"question_id": 15431, "table_id": "2-12797136-1", "question": "Which week had a theme of Heroes?", "sql": "SELECT \"Week\" FROM \"2-12797136-1\" WHERE \"Theme\" = 'Heroes';"} +{"question_id": 15432, "table_id": "2-12797136-1", "question": "What was the theme for Vegas Verdicts week with a result of Advanced?", "sql": "SELECT \"Theme\" FROM \"2-12797136-1\" WHERE \"Result\" = 'Advanced' AND \"Week\" = 'Vegas Verdicts';"} +{"question_id": 15433, "table_id": "2-12830268-5", "question": "What is the Placement when the Votes are fewer than 208, and when the Candidate is Jordan Turner?", "sql": "SELECT \"Placement\" FROM \"2-12830268-5\" WHERE \"Votes\" < 208.0 AND \"Candidate\" = 'Jordan Turner';"} +{"question_id": 15434, "table_id": "2-12830268-5", "question": "Who is the Candidate when the Riding is Hochelaga?", "sql": "SELECT \"Candidate\" FROM \"2-12830268-5\" WHERE \"Riding\" = 'Hochelaga';"} +{"question_id": 15435, "table_id": "2-12830268-5", "question": "What is the Placement when the Candidate is Jean-Patrick Berthiaume?", "sql": "SELECT \"Placement\" FROM \"2-12830268-5\" WHERE \"Candidate\" = 'Jean-Patrick Berthiaume';"} +{"question_id": 15436, "table_id": "2-12783587-2", "question": "What is the value for the League Cup when the FA Cup value is 0 13 0 (49)?", "sql": "SELECT \"League Cup\" FROM \"2-12783587-2\" WHERE \"FA Cup\" = '0 13 0 (49)';"} +{"question_id": 15437, "table_id": "2-12783587-2", "question": "What is the League Cup value for 1991–present?", "sql": "SELECT \"League Cup\" FROM \"2-12783587-2\" WHERE \"Years\" = '1991–present';"} +{"question_id": 15438, "table_id": "2-12783587-2", "question": "What league has a value of 0 29 (152) for Europe?", "sql": "SELECT \"League\" FROM \"2-12783587-2\" WHERE \"Europe\" = '0 29 (152)';"} +{"question_id": 15439, "table_id": "2-12828806-1", "question": "Which week was there a W 23–14 result?", "sql": "SELECT \"Week\" FROM \"2-12828806-1\" WHERE \"Result\" = 'W 23–14';"} +{"question_id": 15440, "table_id": "2-13007-4", "question": "Name the score for Hawthorn opponent", "sql": "SELECT \"Score\" FROM \"2-13007-4\" WHERE \"Opponent\" = 'Hawthorn';"} +{"question_id": 15441, "table_id": "2-13007-4", "question": "Name the score at MCG venue and Footscray opponent", "sql": "SELECT \"Score\" FROM \"2-13007-4\" WHERE \"Venue\" = 'MCG' AND \"Opponent\" = 'Footscray';"} +{"question_id": 15442, "table_id": "2-13007-4", "question": "Name the venue with opponent of Collingwood", "sql": "SELECT \"Venue\" FROM \"2-13007-4\" WHERE \"Opponent\" = 'Collingwood';"} +{"question_id": 15443, "table_id": "2-13182410-1", "question": "When has Result of 2–0, and a Score of 2 – 0?", "sql": "SELECT \"Date\" FROM \"2-13182410-1\" WHERE \"Result\" = '2–0' AND \"Score\" = '2 – 0';"} +{"question_id": 15444, "table_id": "2-13182410-1", "question": "Which Venue has a Goal larger than 3, and a Competition of 2011 AFC Asian Cup?", "sql": "SELECT \"Venue\" FROM \"2-13182410-1\" WHERE \"Goal\" > 3.0 AND \"Competition\" = '2011 AFC Asian Cup';"} +{"question_id": 15445, "table_id": "2-12378453-5", "question": "Name the casualities for nation of incident of Hostile on 2006-06-26", "sql": "SELECT \"Casualties\" FROM \"2-12378453-5\" WHERE \"Nature of incident\" = 'Hostile' AND \"Date\" = '2006-06-26';"} +{"question_id": 15446, "table_id": "2-12378453-5", "question": "Name the casualities for Kabul area", "sql": "SELECT \"Casualties\" FROM \"2-12378453-5\" WHERE \"Location\" = 'Kabul area';"} +{"question_id": 15447, "table_id": "2-12378453-5", "question": "Name the location on 2006-04-07 for Direct fire", "sql": "SELECT \"Location\" FROM \"2-12378453-5\" WHERE \"Date\" = '2006-04-07' AND \"Circumstances\" = 'Direct fire';"} +{"question_id": 15448, "table_id": "2-12410929-98", "question": "Which venue has a Date of 20,21,22,23,24 November 1998?", "sql": "SELECT \"Venue\" FROM \"2-12410929-98\" WHERE \"Date\" = '20,21,22,23,24 November 1998';"} +{"question_id": 15449, "table_id": "2-12410929-98", "question": "Which Away captain has a Date of 26,27,28,29 December 1998?", "sql": "SELECT \"Away captain\" FROM \"2-12410929-98\" WHERE \"Date\" = '26,27,28,29 December 1998';"} +{"question_id": 15450, "table_id": "2-12410929-98", "question": "Which venue has a Result of DRAW?", "sql": "SELECT \"Venue\" FROM \"2-12410929-98\" WHERE \"Result\" = 'DRAW';"} +{"question_id": 15451, "table_id": "2-12410929-98", "question": "Which Home captain has a Venue of Melbourne Cricket Ground?", "sql": "SELECT \"Home captain\" FROM \"2-12410929-98\" WHERE \"Venue\" = 'Melbourne Cricket Ground';"} +{"question_id": 15452, "table_id": "2-12410929-98", "question": "Which Away captain has a Date of 2,3,4,5 January 1999?", "sql": "SELECT \"Away captain\" FROM \"2-12410929-98\" WHERE \"Date\" = '2,3,4,5 January 1999';"} +{"question_id": 15453, "table_id": "2-1323399-2", "question": "What was the margin of victory for the win with a score of 71-69-71-70=281?", "sql": "SELECT \"Margin of victory\" FROM \"2-1323399-2\" WHERE \"Winning score\" = '71-69-71-70=281';"} +{"question_id": 15454, "table_id": "2-1323399-2", "question": "What is the to par value for the game with a winning score of 71-69-71-70=281?", "sql": "SELECT \"To par\" FROM \"2-1323399-2\" WHERE \"Winning score\" = '71-69-71-70=281';"} +{"question_id": 15455, "table_id": "2-1323399-2", "question": "For what tournament was Bubba Watson the runner-up?", "sql": "SELECT \"Tournament\" FROM \"2-1323399-2\" WHERE \"Runner(s)-up\" = 'Bubba Watson';"} +{"question_id": 15456, "table_id": "2-1323399-2", "question": "When John Senden was the runner-up, what was the To Par?", "sql": "SELECT \"To par\" FROM \"2-1323399-2\" WHERE \"Runner(s)-up\" = 'John Senden';"} +{"question_id": 15457, "table_id": "2-12757872-1", "question": "In 1988, what Metro Champion had a Runner-up of Memphis State?", "sql": "SELECT \"Metro Champion\" FROM \"2-12757872-1\" WHERE \"Runner-up\" = 'Memphis State' AND \"Year\" = 1988.0;"} +{"question_id": 15458, "table_id": "2-1255817-4", "question": "What is the latest year a ride opened that was manufactured by Zamperla, was a Convoy Ride, and had a name of Tiny Truckers?", "sql": "SELECT MAX(\"Opened in\") FROM \"2-1255817-4\" WHERE \"Manufacture\" = 'Zamperla' AND \"Type\" = 'Convoy Ride' AND \"Ride Name\" = 'Tiny Truckers';"} +{"question_id": 15459, "table_id": "2-1255817-4", "question": "Who is the manufacturer of the Mini Jet Red Baron ride that opened before 2001?", "sql": "SELECT \"Manufacture\" FROM \"2-1255817-4\" WHERE \"Opened in\" < 2001.0 AND \"Type\" = 'Mini Jet Red Baron';"} +{"question_id": 15460, "table_id": "2-12675875-2", "question": "Name the least year for Les triplettes de Belleville", "sql": "SELECT MIN(\"Year\") FROM \"2-12675875-2\" WHERE \"Original title\" = 'Les triplettes de Belleville';"} +{"question_id": 15461, "table_id": "2-12675875-2", "question": "Name the english title for Zhang Yimou", "sql": "SELECT \"English title\" FROM \"2-12675875-2\" WHERE \"Director\" = 'Zhang Yimou';"} +{"question_id": 15462, "table_id": "2-12675875-2", "question": "Name the country for 2002", "sql": "SELECT \"Country\" FROM \"2-12675875-2\" WHERE \"Year\" = 2002.0;"} +{"question_id": 15463, "table_id": "2-12675875-2", "question": "Name the english title for Mexico/Spain/USA", "sql": "SELECT \"English title\" FROM \"2-12675875-2\" WHERE \"Country\" = 'Mexico/Spain/USA';"} +{"question_id": 15464, "table_id": "2-12675875-2", "question": "Name the country with year more than 2008", "sql": "SELECT \"Country\" FROM \"2-12675875-2\" WHERE \"Year\" > 2008.0;"} +{"question_id": 15465, "table_id": "2-1235386-1", "question": "What year did the Cosworth V8 engine participate in?", "sql": "SELECT AVG(\"Year\") FROM \"2-1235386-1\" WHERE \"Engine\" = 'Cosworth V8';"} +{"question_id": 15466, "table_id": "2-1235386-1", "question": "Which year did the team receive more than 0 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1235386-1\" WHERE \"Points\" > 0.0;"} +{"question_id": 15467, "table_id": "2-1235386-1", "question": "Which chassis was used in 1971?", "sql": "SELECT \"Chassis\" FROM \"2-1235386-1\" WHERE \"Year\" = 1971.0;"} +{"question_id": 15468, "table_id": "2-12386605-3", "question": "What was the time for Jean Luc Razakarivony with less than 3 heat and more than 2 lanes?", "sql": "SELECT \"Time\" FROM \"2-12386605-3\" WHERE \"Heat\" < 3.0 AND \"Lane\" > 2.0 AND \"Name\" = 'Jean Luc Razakarivony';"} +{"question_id": 15469, "table_id": "2-12386605-3", "question": "What was Domenico Fioravanti's time on lane 5?", "sql": "SELECT \"Time\" FROM \"2-12386605-3\" WHERE \"Lane\" = 5.0 AND \"Name\" = 'Domenico Fioravanti';"} +{"question_id": 15470, "table_id": "2-12386605-3", "question": "What is the nationality with less than 9 heat, and a time of 1:01.87?", "sql": "SELECT \"Nationality\" FROM \"2-12386605-3\" WHERE \"Heat\" < 9.0 AND \"Time\" = '1:01.87';"} +{"question_id": 15471, "table_id": "2-12410929-75", "question": "On which dates played Home Captain Courtney Walsh at the Queen's Park Oval?", "sql": "SELECT \"Date\" FROM \"2-12410929-75\" WHERE \"Home captain\" = 'Courtney Walsh' AND \"Venue\" = 'Queen''s Park Oval';"} +{"question_id": 15472, "table_id": "2-12410929-75", "question": "On what dates did the DRAW at the Antigua Recreation Ground happen?", "sql": "SELECT \"Date\" FROM \"2-12410929-75\" WHERE \"Result\" = 'DRAW' AND \"Venue\" = 'Antigua Recreation Ground';"} +{"question_id": 15473, "table_id": "2-12410929-75", "question": "Who was the Home Captain at Sabina Park?", "sql": "SELECT \"Home captain\" FROM \"2-12410929-75\" WHERE \"Venue\" = 'Sabina Park';"} +{"question_id": 15474, "table_id": "2-12410929-75", "question": "When did the DRAW happen?", "sql": "SELECT \"Date\" FROM \"2-12410929-75\" WHERE \"Result\" = 'DRAW';"} +{"question_id": 15475, "table_id": "2-1221089-1", "question": "When did Northeastern University join?", "sql": "SELECT SUM(\"Joined\") FROM \"2-1221089-1\" WHERE \"Institution\" = 'Northeastern University';"} +{"question_id": 15476, "table_id": "2-1221089-1", "question": "Which type of institution is in Amherst, MA?", "sql": "SELECT \"Type\" FROM \"2-1221089-1\" WHERE \"Location\" = 'Amherst, MA';"} +{"question_id": 15477, "table_id": "2-12803398-3", "question": "What is the tenure of the person whose courtesy title is Yamashiro-no-kami?", "sql": "SELECT \"Tenure\" FROM \"2-12803398-3\" WHERE \"Courtesy title\" = 'Yamashiro-no-kami';"} +{"question_id": 15478, "table_id": "2-12803398-3", "question": "What is the courtesy title of the person whose tenure goes from 1766–1794?", "sql": "SELECT \"Courtesy title\" FROM \"2-12803398-3\" WHERE \"Tenure\" = '1766–1794';"} +{"question_id": 15479, "table_id": "2-12898083-1", "question": "What is the bronze value associated with ranks over 5?", "sql": "SELECT \"Bronze\" FROM \"2-12898083-1\" WHERE \"Rank\" > 5.0;"} +{"question_id": 15480, "table_id": "2-12898083-1", "question": "What is the highest number of bronzes for countries ranking over 5 with 0 golds?", "sql": "SELECT MAX(\"Bronze\") FROM \"2-12898083-1\" WHERE \"Rank\" > 5.0 AND \"Gold\" < 0.0;"} +{"question_id": 15481, "table_id": "2-12207900-4", "question": "Name the loss for June 22", "sql": "SELECT \"Loss\" FROM \"2-12207900-4\" WHERE \"Date\" = 'June 22';"} +{"question_id": 15482, "table_id": "2-12207900-4", "question": "Name the loss for June 30", "sql": "SELECT \"Loss\" FROM \"2-12207900-4\" WHERE \"Date\" = 'June 30';"} +{"question_id": 15483, "table_id": "2-12843936-1", "question": "Name the score on August 21, 2007", "sql": "SELECT \"Score\" FROM \"2-12843936-1\" WHERE \"Date\" = 'August 21, 2007';"} +{"question_id": 15484, "table_id": "2-12843936-1", "question": "Name the competition on August 25, 2007", "sql": "SELECT \"Competition\" FROM \"2-12843936-1\" WHERE \"Date\" = 'August 25, 2007';"} +{"question_id": 15485, "table_id": "2-12843936-1", "question": "Name the competition that was on August 25, 2007", "sql": "SELECT \"Competition\" FROM \"2-12843936-1\" WHERE \"Date\" = 'August 25, 2007';"} +{"question_id": 15486, "table_id": "2-12843936-1", "question": "Name the result for January 14, 2008", "sql": "SELECT \"Result\" FROM \"2-12843936-1\" WHERE \"Date\" = 'January 14, 2008';"} +{"question_id": 15487, "table_id": "2-12886178-6", "question": "How many matches played are associated with 20 losses?", "sql": "SELECT \"Played\" FROM \"2-12886178-6\" WHERE \"Lost\" = '20';"} +{"question_id": 15488, "table_id": "2-12886178-6", "question": "How many matches have Rhymney RFC played?", "sql": "SELECT \"Played\" FROM \"2-12886178-6\" WHERE \"Club\" = 'Rhymney RFC';"} +{"question_id": 15489, "table_id": "2-12886178-6", "question": "How many losses does Abercarn RFC have?", "sql": "SELECT \"Lost\" FROM \"2-12886178-6\" WHERE \"Club\" = 'Abercarn RFC';"} +{"question_id": 15490, "table_id": "2-12583908-1", "question": "When did a Position of 21st (q) happen?", "sql": "SELECT \"Year\" FROM \"2-12583908-1\" WHERE \"Position\" = '21st (q)';"} +{"question_id": 15491, "table_id": "2-12583908-1", "question": "What is the Venue before 2003 with Notes of 57.73 m?", "sql": "SELECT \"Venue\" FROM \"2-12583908-1\" WHERE \"Year\" < 2003.0 AND \"Notes\" = '57.73 m';"} +{"question_id": 15492, "table_id": "2-12583908-1", "question": "What notes have the 8th position?", "sql": "SELECT \"Notes\" FROM \"2-12583908-1\" WHERE \"Position\" = '8th';"} +{"question_id": 15493, "table_id": "2-12583908-1", "question": "Where was European Championships held with notes of 61.46 m?", "sql": "SELECT \"Venue\" FROM \"2-12583908-1\" WHERE \"Competition\" = 'European Championships' AND \"Notes\" = '61.46 m';"} +{"question_id": 15494, "table_id": "2-1276579-2", "question": "What is the 0–100km/h (62mph) when the max power is s diesel engine all Direct Injection (dCi)?", "sql": "SELECT \"0–100km/h (62mph)\" FROM \"2-1276579-2\" WHERE \"max. power\" = 's diesel engine all Direct Injection (dCi)';"} +{"question_id": 15495, "table_id": "2-1276579-2", "question": "What is the engine type where the 0–100km/h (62mph) is 11.2 sec?", "sql": "SELECT \"engine type\" FROM \"2-1276579-2\" WHERE \"0–100km/h (62mph)\" = '11.2 sec';"} +{"question_id": 15496, "table_id": "2-12919633-1", "question": "Name the original name for Last Days of the Victim", "sql": "SELECT \"Original name\" FROM \"2-12919633-1\" WHERE \"Film title used in nomination\" = 'Last Days of the Victim';"} +{"question_id": 15497, "table_id": "2-12919633-1", "question": "Name the film title for Okkar á milli: Í hita og þunga dagsins", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12919633-1\" WHERE \"Original name\" = 'Okkar á milli: Í hita og þunga dagsins';"} +{"question_id": 15498, "table_id": "2-12919633-1", "question": "Name the film title that was Norwegian", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12919633-1\" WHERE \"Language\" = 'Norwegian';"} +{"question_id": 15499, "table_id": "2-12919633-1", "question": "Name the film title for German", "sql": "SELECT \"Film title used in nomination\" FROM \"2-12919633-1\" WHERE \"Language\" = 'German';"} +{"question_id": 15500, "table_id": "2-12919633-1", "question": "Name the original name for the one from Bulgaria", "sql": "SELECT \"Original name\" FROM \"2-12919633-1\" WHERE \"Country\" = 'Bulgaria';"} +{"question_id": 15501, "table_id": "2-12206617-9", "question": "who was the opponent when the attendance was larger than 54766?", "sql": "SELECT \"Opponent\" FROM \"2-12206617-9\" WHERE \"Attendance\" > 54766.0;"} +{"question_id": 15502, "table_id": "2-12206617-9", "question": "What was the attendance when the series was at 0-1?", "sql": "SELECT \"Attendance\" FROM \"2-12206617-9\" WHERE \"Series\" = '0-1';"} +{"question_id": 15503, "table_id": "2-12206617-9", "question": "Who was the opponent when the series was at 1-3?", "sql": "SELECT \"Opponent\" FROM \"2-12206617-9\" WHERE \"Series\" = '1-3';"} +{"question_id": 15504, "table_id": "2-12206617-9", "question": "what was the score in the loss to Tapani (0-1)?", "sql": "SELECT \"Score\" FROM \"2-12206617-9\" WHERE \"Loss\" = 'Tapani (0-1)';"} +{"question_id": 15505, "table_id": "2-12243387-5", "question": "What id the team with a smaller Time than 18?", "sql": "SELECT \"Team #1\" FROM \"2-12243387-5\" WHERE \"Time ( CEST )\" < 18.0;"} +{"question_id": 15506, "table_id": "2-12587676-2", "question": "What is the location of the match with the record 10-8-1?", "sql": "SELECT \"Location\" FROM \"2-12587676-2\" WHERE \"Record\" = '10-8-1';"} +{"question_id": 15507, "table_id": "2-12587676-2", "question": "What is the method of the match in the Road FC 12 at 5:00 with less than 3 rounds, and a Loss result?", "sql": "SELECT \"Method\" FROM \"2-12587676-2\" WHERE \"Time\" = '5:00' AND \"Round\" < 3.0 AND \"Res.\" = 'Loss' AND \"Event\" = 'Road FC 12';"} +{"question_id": 15508, "table_id": "2-12587676-2", "question": "What is the record of the match at 6:00?", "sql": "SELECT \"Record\" FROM \"2-12587676-2\" WHERE \"Time\" = '6:00';"} +{"question_id": 15509, "table_id": "2-12587676-2", "question": "What is the method of the match with a 3-4 record?", "sql": "SELECT \"Method\" FROM \"2-12587676-2\" WHERE \"Record\" = '3-4';"} +{"question_id": 15510, "table_id": "2-12650591-2", "question": "What is the location of the match with a round bigger than 1 where the opponent was Yoshihiro Akiyama?", "sql": "SELECT \"Location\" FROM \"2-12650591-2\" WHERE \"Round\" > 1.0 AND \"Opponent\" = 'Yoshihiro Akiyama';"} +{"question_id": 15511, "table_id": "2-12650591-2", "question": "What is the average round of the match with a Draw result and a record of 4-4-1?", "sql": "SELECT AVG(\"Round\") FROM \"2-12650591-2\" WHERE \"Res.\" = 'Draw' AND \"Record\" = '4-4-1';"} +{"question_id": 15512, "table_id": "2-12650591-2", "question": "What is the average round of the match in the Hero's 9 event with a time of 5:00?", "sql": "SELECT AVG(\"Round\") FROM \"2-12650591-2\" WHERE \"Time\" = '5:00' AND \"Event\" = 'Hero''s 9';"} +{"question_id": 15513, "table_id": "2-12564469-1", "question": "What shows as the First US Tour Cast when the Original Broadway Cast was Sarah Bolt?", "sql": "SELECT \"First US Tour Cast\" FROM \"2-12564469-1\" WHERE \"Original Broadway Cast\" = 'Sarah Bolt';"} +{"question_id": 15514, "table_id": "2-12564469-1", "question": "What is the name of the person in the First UK Tour Cast for the Character of Sister Mary Robert?", "sql": "SELECT \"First UK Tour Cast\" FROM \"2-12564469-1\" WHERE \"Character\" = 'Sister Mary Robert';"} +{"question_id": 15515, "table_id": "2-12564469-1", "question": "What character did Katie Rowley Jones play in the Original West End Cast?", "sql": "SELECT \"Character\" FROM \"2-12564469-1\" WHERE \"Original West End Cast\" = 'Katie Rowley Jones';"} +{"question_id": 15516, "table_id": "2-12564469-1", "question": "Who was the Original West End Cast when the irst US Tour Cast was Lael Van Keuren?", "sql": "SELECT \"Original West End Cast\" FROM \"2-12564469-1\" WHERE \"First US Tour Cast\" = 'Lael Van Keuren';"} +{"question_id": 15517, "table_id": "2-12564469-1", "question": "Who was in the Original West End Cast when the Original Broadway Cast was Audrie Neenan?", "sql": "SELECT \"Original West End Cast\" FROM \"2-12564469-1\" WHERE \"Original Broadway Cast\" = 'Audrie Neenan';"} +{"question_id": 15518, "table_id": "2-12564469-1", "question": "What is the name of the person who was in the Original Broadway Cast that was Original West End Cast of Sheila Hancock?", "sql": "SELECT \"Original Broadway Cast\" FROM \"2-12564469-1\" WHERE \"Original West End Cast\" = 'Sheila Hancock';"} +{"question_id": 15519, "table_id": "2-13081314-1", "question": "Dave Douglas has what score?", "sql": "SELECT \"Score\" FROM \"2-13081314-1\" WHERE \"Player\" = 'Dave Douglas';"} +{"question_id": 15520, "table_id": "2-13081314-1", "question": "Who has more than 70 score with +1 to par?", "sql": "SELECT \"Player\" FROM \"2-13081314-1\" WHERE \"Score\" > 70.0 AND \"To par\" = '+1';"} +{"question_id": 15521, "table_id": "2-12207474-9", "question": "What game did they lose by 6 - 5?", "sql": "SELECT \"Loss\" FROM \"2-12207474-9\" WHERE \"Score\" = '6 - 5';"} +{"question_id": 15522, "table_id": "2-12886027-2", "question": "What is the original title of the film from years after 1985 from the UK?", "sql": "SELECT \"Original title\" FROM \"2-12886027-2\" WHERE \"Year\" > 1985.0 AND \"Country\" = 'UK';"} +{"question_id": 15523, "table_id": "2-12886027-2", "question": "What is the English title for years after 1981 originating from Argentina?", "sql": "SELECT \"English title\" FROM \"2-12886027-2\" WHERE \"Year\" > 1981.0 AND \"Country\" = 'Argentina';"} +{"question_id": 15524, "table_id": "2-12886027-2", "question": "What is the English title for 1984 from Sweden?", "sql": "SELECT \"English title\" FROM \"2-12886027-2\" WHERE \"Year\" = 1984.0 AND \"Country\" = 'Sweden';"} +{"question_id": 15525, "table_id": "2-12886027-2", "question": "What is the English title for the film directed by George Miller?", "sql": "SELECT \"English title\" FROM \"2-12886027-2\" WHERE \"Director\" = 'George Miller';"} +{"question_id": 15526, "table_id": "2-12886027-2", "question": "What is the Country of origin for the film directed by George Miller?", "sql": "SELECT \"Country\" FROM \"2-12886027-2\" WHERE \"Director\" = 'George Miller';"} +{"question_id": 15527, "table_id": "2-13038386-1", "question": "How many golds for west germany with over 8 total?", "sql": "SELECT MIN(\"Gold\") FROM \"2-13038386-1\" WHERE \"Nation\" = 'west germany' AND \"Total\" > 8.0;"} +{"question_id": 15528, "table_id": "2-13038386-1", "question": "How many golds for nations with under 1 bronze?", "sql": "SELECT SUM(\"Gold\") FROM \"2-13038386-1\" WHERE \"Bronze\" < 1.0;"} +{"question_id": 15529, "table_id": "2-13038386-1", "question": "How many total medals for the nation ranked 7 with 1 silver and under 4 bronzes?", "sql": "SELECT AVG(\"Total\") FROM \"2-13038386-1\" WHERE \"Bronze\" < 4.0 AND \"Silver\" = 1.0 AND \"Rank\" = '7';"} +{"question_id": 15530, "table_id": "2-12525402-1", "question": "Name the city of license when founded was May 1995", "sql": "SELECT \"City of License\" FROM \"2-12525402-1\" WHERE \"Founded\" = 'May 1995';"} +{"question_id": 15531, "table_id": "2-12525402-1", "question": "Name the city of license for when founded is October 2010", "sql": "SELECT \"City of License\" FROM \"2-12525402-1\" WHERE \"Founded\" = 'October 2010';"} +{"question_id": 15532, "table_id": "2-12525402-1", "question": "Name the coverage area for licesne of Hillsboro, West Virginia", "sql": "SELECT \"Coverage Area\" FROM \"2-12525402-1\" WHERE \"City of License\" = 'Hillsboro, West Virginia';"} +{"question_id": 15533, "table_id": "2-12525402-1", "question": "Name the city of license which has age Watt of 160 watts", "sql": "SELECT \"City of License\" FROM \"2-12525402-1\" WHERE \"age Watt\" = '160 watts';"} +{"question_id": 15534, "table_id": "2-12525402-1", "question": "Name the city of license with frequency of 103.5 MHz", "sql": "SELECT \"City of License\" FROM \"2-12525402-1\" WHERE \"Frequency\" = '103.5 MHz';"} +{"question_id": 15535, "table_id": "2-13072015-2", "question": "What is the catalog number of Alfa Records?", "sql": "SELECT \"Catalog\" FROM \"2-13072015-2\" WHERE \"Label\" = 'Alfa Records';"} +{"question_id": 15536, "table_id": "2-12333215-4", "question": "Which player has 68 as the score and Canada as the country?", "sql": "SELECT \"Player\" FROM \"2-12333215-4\" WHERE \"Score\" = 68.0 AND \"Country\" = 'Canada';"} +{"question_id": 15537, "table_id": "2-12333215-4", "question": "What place has Canada as the country?", "sql": "SELECT \"Place\" FROM \"2-12333215-4\" WHERE \"Country\" = 'Canada';"} +{"question_id": 15538, "table_id": "2-12333215-4", "question": "Which player has 69 as the score?", "sql": "SELECT \"Player\" FROM \"2-12333215-4\" WHERE \"Score\" = 69.0;"} +{"question_id": 15539, "table_id": "2-12333215-4", "question": "What place has a score greater than 68, and Camilo Villegas as the player?", "sql": "SELECT \"Place\" FROM \"2-12333215-4\" WHERE \"Score\" > 68.0 AND \"Player\" = 'Camilo Villegas';"} +{"question_id": 15540, "table_id": "2-12333215-4", "question": "What is the average score with Lee Westwood as the player?", "sql": "SELECT AVG(\"Score\") FROM \"2-12333215-4\" WHERE \"Player\" = 'Lee Westwood';"} +{"question_id": 15541, "table_id": "2-12197750-3", "question": "Name the years with authority of State and decile more than 6 with roll less than 33", "sql": "SELECT \"Years\" FROM \"2-12197750-3\" WHERE \"Authority\" = 'State' AND \"Decile\" > 6.0 AND \"Roll\" < 33.0;"} +{"question_id": 15542, "table_id": "2-12197750-3", "question": "Name the years for Marton and decile of 3 for Turakina Maori Girls' College?", "sql": "SELECT \"Years\" FROM \"2-12197750-3\" WHERE \"Area\" = 'Marton' AND \"Decile\" = 3.0 AND \"Name\" = 'Turakina Maori Girls'' College';"} +{"question_id": 15543, "table_id": "2-1305623-20", "question": "Name the average gold medals when the bronze medals was less than 1, silver medals being 0 and total medals more than 1", "sql": "SELECT AVG(\"Gold Medals\") FROM \"2-1305623-20\" WHERE \"Bronze Medals\" < 1.0 AND \"Silver Medals\" = 0.0 AND \"Total Medals\" > 1.0;"} +{"question_id": 15544, "table_id": "2-1305623-20", "question": "Name the total number of bronze medals when gold medals was 2, total medals more than 4 and silver medals less than 5", "sql": "SELECT COUNT(\"Bronze Medals\") FROM \"2-1305623-20\" WHERE \"Gold Medals\" = 2.0 AND \"Total Medals\" > 4.0 AND \"Silver Medals\" < 5.0;"} +{"question_id": 15545, "table_id": "2-1305623-20", "question": "Name the ensemble with silver medals more than 1", "sql": "SELECT \"Ensemble\" FROM \"2-1305623-20\" WHERE \"Silver Medals\" > 1.0;"} +{"question_id": 15546, "table_id": "2-1305623-20", "question": "Name the average total medals with ensemble of Goshen HS", "sql": "SELECT AVG(\"Total Medals\") FROM \"2-1305623-20\" WHERE \"Ensemble\" = 'Goshen HS';"} +{"question_id": 15547, "table_id": "2-12441518-6", "question": "In which category did Nick Jonas win at the Kids' Choice Awards Mexico?", "sql": "SELECT \"Category\" FROM \"2-12441518-6\" WHERE \"Recipient(s)\" = 'Nick Jonas' AND \"Award\" = 'Kids'' Choice Awards Mexico';"} +{"question_id": 15548, "table_id": "2-12441518-6", "question": "What is the award for the Choice TV: Breakout Star Female category?", "sql": "SELECT \"Award\" FROM \"2-12441518-6\" WHERE \"Category\" = 'Choice TV: Breakout Star Female';"} +{"question_id": 15549, "table_id": "2-12441518-6", "question": "What is Joe Jonas' result at the Kids' Choice Awards Mexico?", "sql": "SELECT \"Result\" FROM \"2-12441518-6\" WHERE \"Recipient(s)\" = 'Joe Jonas' AND \"Award\" = 'Kids'' Choice Awards Mexico';"} +{"question_id": 15550, "table_id": "2-12441518-6", "question": "What category was Joe Jonas Nominated for at the Kids' Choice Awards Mexico in 2010?", "sql": "SELECT \"Category\" FROM \"2-12441518-6\" WHERE \"Result\" = 'Nominated' AND \"Year\" = 2010.0 AND \"Award\" = 'Kids'' Choice Awards Mexico' AND \"Recipient(s)\" = 'Joe Jonas';"} +{"question_id": 15551, "table_id": "2-1226646-1", "question": "What Chassis did Team BMS Scuderia Italia use with G Tyres and a Ferrari 037 3.5 V12 enGine?", "sql": "SELECT \"Chassis\" FROM \"2-1226646-1\" WHERE \"Team\" = 'BMS Scuderia Italia' AND \"Tyres\" = 'G' AND \"Engine\" = 'Ferrari 037 3.5 V12';"} +{"question_id": 15552, "table_id": "2-13082900-1", "question": "Who was the Rookie of the Year for the Season in 2000?", "sql": "SELECT \"Rookie of the Year\" FROM \"2-13082900-1\" WHERE \"Season\" = 2000.0;"} +{"question_id": 15553, "table_id": "2-12207474-5", "question": "Who was the opponent in the game where the attendance was larger than 23230 and the record was 56-37?", "sql": "SELECT \"Opponent\" FROM \"2-12207474-5\" WHERE \"Attendance\" > 23230.0 AND \"Record\" = '56-37';"} +{"question_id": 15554, "table_id": "2-12207474-5", "question": "When was the game played in which the record was 46-29?", "sql": "SELECT \"Date\" FROM \"2-12207474-5\" WHERE \"Record\" = '46-29';"} +{"question_id": 15555, "table_id": "2-12950463-1", "question": "Which type had the unit Greifswald - 7 (KGR 7) ?", "sql": "SELECT \"Type\" FROM \"2-12950463-1\" WHERE \"Unit\" = 'Greifswald - 7 (KGR 7)';"} +{"question_id": 15556, "table_id": "2-12950463-1", "question": "Which unite had the type WWER-440/213?", "sql": "SELECT \"Unit\" FROM \"2-12950463-1\" WHERE \"Type\" = 'WWER-440/213';"} +{"question_id": 15557, "table_id": "2-12950463-1", "question": "What was the date that construction was finished when the unit was Greifswald - 4 (KGR 4)?", "sql": "SELECT \"Finish construction\" FROM \"2-12950463-1\" WHERE \"Unit\" = 'Greifswald - 4 (KGR 4)';"} +{"question_id": 15558, "table_id": "2-12950463-1", "question": "What was the net power, when the type was WWER-440/230, and when construction was finished on 24.10.1977?", "sql": "SELECT \"Net Power\" FROM \"2-12950463-1\" WHERE \"Type\" = 'WWER-440/230' AND \"Finish construction\" = '24.10.1977';"} +{"question_id": 15559, "table_id": "2-12946407-3", "question": "During what years was Álvaro Pérez the number 2 ranked player?", "sql": "SELECT \"Year(s)\" FROM \"2-12946407-3\" WHERE \"Rank\" = 2.0 AND \"Player\" = 'Álvaro Pérez';"} +{"question_id": 15560, "table_id": "2-12821159-11", "question": "What is the average value for Top-5, when the value for Top-25 is 0, and the value for Wins is less than 0?", "sql": "SELECT AVG(\"Top-5\") FROM \"2-12821159-11\" WHERE \"Top-25\" = 0.0 AND \"Wins\" < 0.0;"} +{"question_id": 15561, "table_id": "2-12821159-11", "question": "What is the total amount of Top-25 having a Top-5 greater than 1?", "sql": "SELECT COUNT(\"Top-25\") FROM \"2-12821159-11\" WHERE \"Top-5\" > 1.0;"} +{"question_id": 15562, "table_id": "2-12821159-11", "question": "What is the sum of the value Top-10 that has a Cuts value of 2 and a Wins value smaller than 0?", "sql": "SELECT SUM(\"Top-10\") FROM \"2-12821159-11\" WHERE \"Cuts made\" = 2.0 AND \"Wins\" < 0.0;"} +{"question_id": 15563, "table_id": "2-12821159-11", "question": "What is the average value for Top-5, when the value Cuts is 5, and when the tournament is the open championship, and when the value Events is less than 6?", "sql": "SELECT AVG(\"Top-5\") FROM \"2-12821159-11\" WHERE \"Cuts made\" = 5.0 AND \"Tournament\" = 'the open championship' AND \"Events\" < 6.0;"} +{"question_id": 15564, "table_id": "2-12821159-11", "question": "What is the lowest value for Events, when the value for Top-5 is greater than 1?", "sql": "SELECT MIN(\"Events\") FROM \"2-12821159-11\" WHERE \"Top-5\" > 1.0;"} +{"question_id": 15565, "table_id": "2-13193466-6", "question": "Who was the visiting team on November 10?", "sql": "SELECT \"Visiting Team\" FROM \"2-13193466-6\" WHERE \"Date\" = 'November 10';"} +{"question_id": 15566, "table_id": "2-13193466-6", "question": "Who was the host team for the game with the final score of 26-24?", "sql": "SELECT \"Host Team\" FROM \"2-13193466-6\" WHERE \"Final Score\" = '26-24';"} +{"question_id": 15567, "table_id": "2-13193466-6", "question": "Who was the host team on November 17?", "sql": "SELECT \"Host Team\" FROM \"2-13193466-6\" WHERE \"Date\" = 'November 17';"} +{"question_id": 15568, "table_id": "2-13193466-6", "question": "At what stadium was the game with the final score of 9-23 played?", "sql": "SELECT \"Stadium\" FROM \"2-13193466-6\" WHERE \"Final Score\" = '9-23';"} +{"question_id": 15569, "table_id": "2-13193466-6", "question": "At what stadium was the game with the final score of 26-24 played?", "sql": "SELECT \"Stadium\" FROM \"2-13193466-6\" WHERE \"Final Score\" = '26-24';"} +{"question_id": 15570, "table_id": "2-13193466-6", "question": "Which host team played against the New England Patriots?", "sql": "SELECT \"Host Team\" FROM \"2-13193466-6\" WHERE \"Visiting Team\" = 'New England Patriots';"} +{"question_id": 15571, "table_id": "2-1220886-3", "question": "What is the reason the Chief Judge of 1971–1977 was terminated?", "sql": "SELECT \"Reason for termination\" FROM \"2-1220886-3\" WHERE \"Chief Judge\" = '1971–1977';"} +{"question_id": 15572, "table_id": "2-1220886-3", "question": "Which state has a Reason for termination of retirement, and an Active service of 1926–1928?", "sql": "SELECT \"State\" FROM \"2-1220886-3\" WHERE \"Reason for termination\" = 'retirement' AND \"Active service\" = '1926–1928';"} +{"question_id": 15573, "table_id": "2-12675066-1", "question": "What is the PI code in the Hindhead area?", "sql": "SELECT \"PI Code\" FROM \"2-12675066-1\" WHERE \"Area\" = 'Hindhead';"} +{"question_id": 15574, "table_id": "2-12675066-1", "question": "What is the frequency with 900W power?", "sql": "SELECT \"Frequency\" FROM \"2-12675066-1\" WHERE \"Power\" = '900W';"} +{"question_id": 15575, "table_id": "2-13009581-2", "question": "What event ended in 3:02 of round 1?", "sql": "SELECT \"Event\" FROM \"2-13009581-2\" WHERE \"Round\" = 1.0 AND \"Time\" = '3:02';"} +{"question_id": 15576, "table_id": "2-13009581-2", "question": "What is the highest round reached by an oppo ent of JR Schumacher?", "sql": "SELECT MAX(\"Round\") FROM \"2-13009581-2\" WHERE \"Opponent\" = 'JR Schumacher';"} +{"question_id": 15577, "table_id": "2-13009581-2", "question": "Where did Arturo Segovia compete?", "sql": "SELECT \"Location\" FROM \"2-13009581-2\" WHERE \"Opponent\" = 'Arturo Segovia';"} +{"question_id": 15578, "table_id": "2-1231316-6", "question": "What is the top fastest time, larger than 2, in enugu?", "sql": "SELECT MAX(\"Fastest time (s)\") FROM \"2-1231316-6\" WHERE \"Location\" = 'enugu' AND \"Rank\" > 2.0;"} +{"question_id": 15579, "table_id": "2-12378453-9", "question": "How many casualties were from the IED circumstance?", "sql": "SELECT \"Casualties\" FROM \"2-12378453-9\" WHERE \"Circumstances\" = 'IED';"} +{"question_id": 15580, "table_id": "2-12807904-5", "question": "Where there any Draws with 45 tries against?", "sql": "SELECT \"Drawn\" FROM \"2-12807904-5\" WHERE \"Tries against\" = '45';"} +{"question_id": 15581, "table_id": "2-12807904-5", "question": "Which club participated with a record of 45 tries against?", "sql": "SELECT \"Club\" FROM \"2-12807904-5\" WHERE \"Tries against\" = '45';"} +{"question_id": 15582, "table_id": "2-12807904-5", "question": "What was the amount of draws where a club had 51 tries for?", "sql": "SELECT \"Drawn\" FROM \"2-12807904-5\" WHERE \"Tries for\" = '51';"} +{"question_id": 15583, "table_id": "2-12807904-5", "question": "How many losses were there with 208 points?", "sql": "SELECT \"Lost\" FROM \"2-12807904-5\" WHERE \"Points for\" = '208';"} +{"question_id": 15584, "table_id": "2-12807904-5", "question": "Which of the participating clubs had 73 tries for?", "sql": "SELECT \"Club\" FROM \"2-12807904-5\" WHERE \"Tries for\" = '73';"} +{"question_id": 15585, "table_id": "2-1226549-4", "question": "What car has a March 90CA Chassis?", "sql": "SELECT \"Engine\" FROM \"2-1226549-4\" WHERE \"Chassis\" = 'March 90CA';"} +{"question_id": 15586, "table_id": "2-1233848-1", "question": "What is the latest year that has an engine of Cosworth V8, with a chassis of Hesketh 308E?", "sql": "SELECT MAX(\"Year\") FROM \"2-1233848-1\" WHERE \"Engine\" = 'Cosworth V8' AND \"Chassis\" = 'Hesketh 308E';"} +{"question_id": 15587, "table_id": "2-1233848-1", "question": "Which year has BRM V12 as the engine?", "sql": "SELECT \"Year\" FROM \"2-1233848-1\" WHERE \"Engine\" = 'BRM V12';"} +{"question_id": 15588, "table_id": "2-1233848-1", "question": "What is the latesr year that has more points than 0?", "sql": "SELECT MAX(\"Year\") FROM \"2-1233848-1\" WHERE \"Pts.\" > 0.0;"} +{"question_id": 15589, "table_id": "2-1251765-20", "question": "What is the corresponding 1930s for 2000 and 1940?", "sql": "SELECT SUM(\"1930s\") FROM \"2-1251765-20\" WHERE \"2000s\" = 2000.0 AND \"1940s\" < 1940.0;"} +{"question_id": 15590, "table_id": "2-1251765-20", "question": "What would be the correct year in the 1940s, if the 1980s is before 1986, the 1990s is before 1995, the 1970s is before 1973, and the 2000s are after 2001?", "sql": "SELECT \"1940s\" FROM \"2-1251765-20\" WHERE \"1980s\" < 1986.0 AND \"1990s\" < 1995.0 AND \"1970s\" < 1973.0 AND \"2000s\" > 2001.0;"} +{"question_id": 15591, "table_id": "2-1251765-20", "question": "What is the range for the 1980s that correspond to a grid 1910s of 1912, and a 1940s before 1942", "sql": "SELECT AVG(\"1980s\") FROM \"2-1251765-20\" WHERE \"1910s\" = 1912.0 AND \"1940s\" < 1942.0;"} +{"question_id": 15592, "table_id": "2-1251765-20", "question": "what is the lowest year in the 1910s that would be in the row were the 1950s are no larger than 1952, and the 1980s are no smaller than 1981?", "sql": "SELECT MIN(\"1910s\") FROM \"2-1251765-20\" WHERE \"1950s\" < 1952.0 AND \"1980s\" > 1981.0;"} +{"question_id": 15593, "table_id": "2-12200927-3", "question": "Which is the highest Gold that has a total smaller than 4 and a silver of 1, and a bronze smaller than 2, and a rank of 13?", "sql": "SELECT MAX(\"Gold\") FROM \"2-12200927-3\" WHERE \"Total\" < 4.0 AND \"Silver\" = 1.0 AND \"Bronze\" < 2.0 AND \"Rank\" = '13';"} +{"question_id": 15594, "table_id": "2-12200927-3", "question": "Which nation has a Bronze and Silver smaller than 1 and a Gold larger than 1?", "sql": "SELECT \"Nation\" FROM \"2-12200927-3\" WHERE \"Bronze\" < 1.0 AND \"Silver\" < 1.0 AND \"Gold\" > 1.0;"} +{"question_id": 15595, "table_id": "2-13105612-7", "question": "What was the score of the game that had a round of Rd 26, 2001?", "sql": "SELECT \"Score\" FROM \"2-13105612-7\" WHERE \"Round\" = 'Rd 26, 2001';"} +{"question_id": 15596, "table_id": "2-12206000-7", "question": "What was the loss of the game attended by 37,119?", "sql": "SELECT \"Loss\" FROM \"2-12206000-7\" WHERE \"Attendance\" = '37,119';"} +{"question_id": 15597, "table_id": "2-12206000-7", "question": "What was the date of the game that had a loss of Lidle (10-8)?", "sql": "SELECT \"Date\" FROM \"2-12206000-7\" WHERE \"Loss\" = 'Lidle (10-8)';"} +{"question_id": 15598, "table_id": "2-12206000-7", "question": "What was the loss of the game against the Yankees that was attended by 27,652?", "sql": "SELECT \"Loss\" FROM \"2-12206000-7\" WHERE \"Opponent\" = 'Yankees' AND \"Attendance\" = '27,652';"} +{"question_id": 15599, "table_id": "2-1236194-1", "question": "What is the number of finish of the Qual of 159.384?", "sql": "SELECT \"Finish\" FROM \"2-1236194-1\" WHERE \"Qual\" = '159.384';"} +{"question_id": 15600, "table_id": "2-1236194-1", "question": "What is the qual for rank 18 in 1964?", "sql": "SELECT \"Qual\" FROM \"2-1236194-1\" WHERE \"Rank\" = '18' AND \"Year\" = '1964';"} +{"question_id": 15601, "table_id": "2-12207755-4", "question": "On May 13, what was the team's record?", "sql": "SELECT \"Record\" FROM \"2-12207755-4\" WHERE \"Date\" = 'May 13';"} +{"question_id": 15602, "table_id": "2-12207755-4", "question": "On May 26, what was the team's record?", "sql": "SELECT \"Record\" FROM \"2-12207755-4\" WHERE \"Date\" = 'May 26';"} +{"question_id": 15603, "table_id": "2-12207755-4", "question": "Who did they lose to on May 20?", "sql": "SELECT \"Loss\" FROM \"2-12207755-4\" WHERE \"Date\" = 'May 20';"} +{"question_id": 15604, "table_id": "2-12244084-1", "question": "What was Spring Creek School's area when the decile was 4?", "sql": "SELECT \"Area\" FROM \"2-12244084-1\" WHERE \"Decile\" = 4.0 AND \"Name\" = 'Spring Creek School';"} +{"question_id": 15605, "table_id": "2-1229170-3", "question": "What is the average Founded for Chicopee, Massachusetts?", "sql": "SELECT AVG(\"Founded\") FROM \"2-1229170-3\" WHERE \"Location\" = 'Chicopee, Massachusetts';"} +{"question_id": 15606, "table_id": "2-1229170-3", "question": "What is the average Joined with a Nickname of Wildcats in Longmeadow, Massachusetts?", "sql": "SELECT AVG(\"Joined\") FROM \"2-1229170-3\" WHERE \"Nickname\" = 'Wildcats' AND \"Location\" = 'Longmeadow, Massachusetts';"} +{"question_id": 15607, "table_id": "2-1229170-3", "question": "Which Current Conference has a Nickname of Lynx?", "sql": "SELECT \"Current Conference\" FROM \"2-1229170-3\" WHERE \"Nickname\" = 'Lynx';"} +{"question_id": 15608, "table_id": "2-1241987-1", "question": "What league played in 2011?", "sql": "SELECT \"League\" FROM \"2-1241987-1\" WHERE \"Year\" = 2011.0;"} +{"question_id": 15609, "table_id": "2-12367921-3", "question": "Which date has a Record of 22-22?", "sql": "SELECT \"Date\" FROM \"2-12367921-3\" WHERE \"Record\" = '22-22';"} +{"question_id": 15610, "table_id": "2-12367921-3", "question": "Which Opponent has a Date of May 30?", "sql": "SELECT \"Opponent\" FROM \"2-12367921-3\" WHERE \"Date\" = 'May 30';"} +{"question_id": 15611, "table_id": "2-12367921-3", "question": "Which record has an Attendance larger than 12552, and a Score of 7-0?", "sql": "SELECT \"Record\" FROM \"2-12367921-3\" WHERE \"Attendance\" > 12552.0 AND \"Score\" = '7-0';"} +{"question_id": 15612, "table_id": "2-12233253-1", "question": "Who all played mixed doubles in 2010?", "sql": "SELECT \"Mixed doubles\" FROM \"2-12233253-1\" WHERE \"Year\" = 2010.0;"} +{"question_id": 15613, "table_id": "2-12233253-1", "question": "Who played women's singles in the year after 2006 when men's singles was Cancelled?", "sql": "SELECT \"Women's singles\" FROM \"2-12233253-1\" WHERE \"Year\" > 2006.0 AND \"Men's singles\" = 'Cancelled';"} +{"question_id": 15614, "table_id": "2-12233253-1", "question": "Who played Men's singles in 2007?", "sql": "SELECT \"Men's singles\" FROM \"2-12233253-1\" WHERE \"Year\" = 2007.0;"} +{"question_id": 15615, "table_id": "2-12386507-3", "question": "How many lanes have a Nationality of united states, and a Name of aaron peirsol?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-12386507-3\" WHERE \"Nationality\" = 'united states' AND \"Name\" = 'aaron peirsol';"} +{"question_id": 15616, "table_id": "2-12386507-3", "question": "Which name has a Lane smaller than 3, a Heat larger than 4, and a Time of 2:00.80?", "sql": "SELECT \"Name\" FROM \"2-12386507-3\" WHERE \"Lane\" < 3.0 AND \"Heat\" > 4.0 AND \"Time\" = '2:00.80';"} +{"question_id": 15617, "table_id": "2-12738226-1", "question": "When was there a result of 8-1 and a score of 8-1?", "sql": "SELECT \"Date\" FROM \"2-12738226-1\" WHERE \"Result\" = '8-1' AND \"Score\" = '8-1';"} +{"question_id": 15618, "table_id": "2-12738226-1", "question": "When was there a result of 5-1?", "sql": "SELECT \"Date\" FROM \"2-12738226-1\" WHERE \"Result\" = '5-1';"} +{"question_id": 15619, "table_id": "2-12738226-1", "question": "When was there a score of 7-1?", "sql": "SELECT \"Date\" FROM \"2-12738226-1\" WHERE \"Score\" = '7-1';"} +{"question_id": 15620, "table_id": "2-12738226-1", "question": "What is the result when the score is 8-1?", "sql": "SELECT \"Result\" FROM \"2-12738226-1\" WHERE \"Score\" = '8-1';"} +{"question_id": 15621, "table_id": "2-12738226-1", "question": "What is the competition type when the score is 1-1?", "sql": "SELECT \"Competition\" FROM \"2-12738226-1\" WHERE \"Score\" = '1-1';"} +{"question_id": 15622, "table_id": "2-12828957-1", "question": "What was the date of the game after week 6 with the New York Jets as the opponent?", "sql": "SELECT \"Date\" FROM \"2-12828957-1\" WHERE \"Week\" > 6.0 AND \"Opponent\" = 'New York Jets';"} +{"question_id": 15623, "table_id": "2-12828957-1", "question": "What is the result of the week 1 game?", "sql": "SELECT \"Result\" FROM \"2-12828957-1\" WHERE \"Week\" = 1.0;"} +{"question_id": 15624, "table_id": "2-1238508-1", "question": "How many goals have Lost larger than 35, and Games smaller than 80?", "sql": "SELECT COUNT(\"Goals for\") FROM \"2-1238508-1\" WHERE \"Lost\" > 35.0 AND \"Games\" < 80.0;"} +{"question_id": 15625, "table_id": "2-1238508-1", "question": "What are the total Goals against with 72 points and more than 37 losses?", "sql": "SELECT SUM(\"Goals against\") FROM \"2-1238508-1\" WHERE \"Points\" = 72.0 AND \"Lost\" > 37.0;"} +{"question_id": 15626, "table_id": "2-1238508-1", "question": "What are the total number of points with more than 225 goals and a Goals against of 190?", "sql": "SELECT SUM(\"Points\") FROM \"2-1238508-1\" WHERE \"Goals for\" > 225.0 AND \"Goals against\" = 190.0;"} +{"question_id": 15627, "table_id": "2-12837881-2", "question": "How many broadband subscribers are there where the population is ~3,644,070?", "sql": "SELECT \"Number of Broadband Subscribers\" FROM \"2-12837881-2\" WHERE \"Population\" = '~3,644,070';"} +{"question_id": 15628, "table_id": "2-12837881-2", "question": "What is the broadband penetration where there are ~355,100 broadband subscribers?", "sql": "SELECT \"Broadband Penetration\" FROM \"2-12837881-2\" WHERE \"Number of Broadband Subscribers\" = '~355,100';"} +{"question_id": 15629, "table_id": "2-12837881-2", "question": "How many broadband subscribers are there where there are ~47,372 users?", "sql": "SELECT \"Number of Broadband Subscribers\" FROM \"2-12837881-2\" WHERE \"Number of Users\" = '~47,372';"} +{"question_id": 15630, "table_id": "2-12164751-3", "question": "Which team has a value less than 377 million in Germany with a rank of 17?", "sql": "SELECT \"Team\" FROM \"2-12164751-3\" WHERE \"Value ($M)\" < 377.0 AND \"Country\" = 'Germany' AND \"Rank\" = 17.0;"} +{"question_id": 15631, "table_id": "2-12164751-3", "question": "What is the lowest rank with a value less than 1200 million and revenue less than 396 million for Manchester City?", "sql": "SELECT MIN(\"Rank\") FROM \"2-12164751-3\" WHERE \"Value ($M)\" < 1200.0 AND \"Revenue ($M)\" < 396.0 AND \"Team\" = 'Manchester City';"} +{"question_id": 15632, "table_id": "2-12164751-3", "question": "What is the average revenue for bayern munich with a rank greater than 4?", "sql": "SELECT AVG(\"Revenue ($M)\") FROM \"2-12164751-3\" WHERE \"Team\" = 'bayern munich' AND \"Rank\" > 4.0;"} +{"question_id": 15633, "table_id": "2-12164751-3", "question": "Which country has more than 5% change in a year with a rank of 10?", "sql": "SELECT \"Country\" FROM \"2-12164751-3\" WHERE \"% change on year\" > 5.0 AND \"Rank\" = 10.0;"} +{"question_id": 15634, "table_id": "2-12164751-3", "question": "What is the lowest revenue for the rank of 14?", "sql": "SELECT MIN(\"Revenue ($M)\") FROM \"2-12164751-3\" WHERE \"Rank\" = 14.0;"} +{"question_id": 15635, "table_id": "2-13226865-5", "question": "Name the opponent for Jul 31 and score of W 5-1", "sql": "SELECT \"Opponent\" FROM \"2-13226865-5\" WHERE \"Date\" = 'Jul 31' AND \"Score\" = 'W 5-1';"} +{"question_id": 15636, "table_id": "2-13226865-5", "question": "Name the less for opponent of @CLE and record of 67-29", "sql": "SELECT \"Loss\" FROM \"2-13226865-5\" WHERE \"Opponent\" = '@CLE' AND \"Record\" = '67-29';"} +{"question_id": 15637, "table_id": "2-13226865-5", "question": "Name the loss with record of 71-33", "sql": "SELECT \"Loss\" FROM \"2-13226865-5\" WHERE \"Record\" = '71-33';"} +{"question_id": 15638, "table_id": "2-13226865-5", "question": "Name the date with record of 55-24", "sql": "SELECT \"Date\" FROM \"2-13226865-5\" WHERE \"Record\" = '55-24';"} +{"question_id": 15639, "table_id": "2-13226865-5", "question": "Name the record with opponent of BOS and loss of Morris", "sql": "SELECT \"Record\" FROM \"2-13226865-5\" WHERE \"Opponent\" = 'BOS' AND \"Loss\" = 'Morris';"} +{"question_id": 15640, "table_id": "2-12703558-2", "question": "Which catalog did Village Records have on February 14, 2002?", "sql": "SELECT \"Catalog\" FROM \"2-12703558-2\" WHERE \"Label\" = 'Village Records' AND \"Date\" = 'February 14, 2002';"} +{"question_id": 15641, "table_id": "2-12703558-2", "question": "What was the region for the 38XA-5 catalog?", "sql": "SELECT \"Region\" FROM \"2-12703558-2\" WHERE \"Catalog\" = '38XA-5';"} +{"question_id": 15642, "table_id": "2-12703558-2", "question": "What was the date for the catalog 32XA-112?", "sql": "SELECT \"Date\" FROM \"2-12703558-2\" WHERE \"Catalog\" = '32XA-112';"} +{"question_id": 15643, "table_id": "2-12703558-2", "question": "What was the date for a catalog formatted in stereo LP?", "sql": "SELECT \"Date\" FROM \"2-12703558-2\" WHERE \"Format\" = 'stereo LP';"} +{"question_id": 15644, "table_id": "2-12703558-2", "question": "What date is associated with the label Village Records?", "sql": "SELECT \"Date\" FROM \"2-12703558-2\" WHERE \"Label\" = 'Village Records';"} +{"question_id": 15645, "table_id": "2-13005521-5", "question": "Name the round for Southampton opponents", "sql": "SELECT \"Round\" FROM \"2-13005521-5\" WHERE \"Opponents\" = 'Southampton';"} +{"question_id": 15646, "table_id": "2-13005521-5", "question": "Name the most attendance for 19 February 2005", "sql": "SELECT MAX(\"Attendance\") FROM \"2-13005521-5\" WHERE \"Date\" = '19 February 2005';"} +{"question_id": 15647, "table_id": "2-13005521-5", "question": "Name the sum of attendance for Round 3", "sql": "SELECT SUM(\"Attendance\") FROM \"2-13005521-5\" WHERE \"Round\" = 'Round 3';"} +{"question_id": 15648, "table_id": "2-1266602-3", "question": "What team is owned by Mark Smith and has Paul Clapprood as a crew chief?", "sql": "SELECT \"Team\" FROM \"2-1266602-3\" WHERE \"Owner(s)\" = 'Mark Smith' AND \"Crew Chief\" = 'Paul Clapprood';"} +{"question_id": 15649, "table_id": "2-1266602-3", "question": "Who is Mike Wallace's primary Sponsor(s)?", "sql": "SELECT \"Primary Sponsor(s)\" FROM \"2-1266602-3\" WHERE \"Driver(s)\" = 'Mike Wallace';"} +{"question_id": 15650, "table_id": "2-1266602-3", "question": "What driver has Scott Zipadelli as a crew chief?", "sql": "SELECT \"Driver(s)\" FROM \"2-1266602-3\" WHERE \"Crew Chief\" = 'Scott Zipadelli';"} +{"question_id": 15651, "table_id": "2-1266602-3", "question": "What team does Reed Sorenson drive for?", "sql": "SELECT \"Team\" FROM \"2-1266602-3\" WHERE \"Driver(s)\" = 'Reed Sorenson';"} +{"question_id": 15652, "table_id": "2-1266602-3", "question": "Who is Austin Dillon's primary sponsor(s)?", "sql": "SELECT \"Primary Sponsor(s)\" FROM \"2-1266602-3\" WHERE \"Driver(s)\" = 'Austin Dillon';"} +{"question_id": 15653, "table_id": "2-1266602-3", "question": "Who is Eric McClure's and TriStar Motorsports' crew chief?", "sql": "SELECT \"Crew Chief\" FROM \"2-1266602-3\" WHERE \"Team\" = 'TriStar Motorsports' AND \"Driver(s)\" = 'Eric McClure';"} +{"question_id": 15654, "table_id": "2-12446771-5", "question": "What is the highest rank from Lane 4?", "sql": "SELECT MAX(\"Rank\") FROM \"2-12446771-5\" WHERE \"Lane\" = 4.0;"} +{"question_id": 15655, "table_id": "2-12446771-5", "question": "How many ranks are higher than lane 4 from great britain, raced by margaretha pedder?", "sql": "SELECT COUNT(\"Rank\") FROM \"2-12446771-5\" WHERE \"Lane\" > 4.0 AND \"Nationality\" = 'great britain' AND \"Name\" = 'margaretha pedder';"} +{"question_id": 15656, "table_id": "2-12446771-5", "question": "What is the lowest rank from Great Britain with a time of 2:10.33?", "sql": "SELECT MIN(\"Rank\") FROM \"2-12446771-5\" WHERE \"Nationality\" = 'Great Britain' AND \"Time\" = '2:10.33';"} +{"question_id": 15657, "table_id": "2-12446771-5", "question": "How many Lanes have a rank higher than 3 with a time of 2:08.11?", "sql": "SELECT COUNT(\"Lane\") FROM \"2-12446771-5\" WHERE \"Time\" = '2:08.11' AND \"Rank\" > 3.0;"} +{"question_id": 15658, "table_id": "2-12146269-5", "question": "TKKM o Te Ara Rima has a decile less than 4 in what years?", "sql": "SELECT \"Years\" FROM \"2-12146269-5\" WHERE \"Decile\" < 4.0 AND \"Name\" = 'TKKM o Te Ara Rima';"} +{"question_id": 15659, "table_id": "2-12146269-5", "question": "What authority does the Rototuna area have?", "sql": "SELECT \"Authority\" FROM \"2-12146269-5\" WHERE \"Area\" = 'Rototuna';"} +{"question_id": 15660, "table_id": "2-12181447-5", "question": "What award was Hannah Gal the recipient of?", "sql": "SELECT \"Award\" FROM \"2-12181447-5\" WHERE \"Recipient\" = 'Hannah Gal';"} +{"question_id": 15661, "table_id": "2-12181447-5", "question": "What is the name of the recipient when the director was Susan Jacobson?", "sql": "SELECT \"Recipient\" FROM \"2-12181447-5\" WHERE \"Director(s)\" = 'Susan Jacobson';"} +{"question_id": 15662, "table_id": "2-12181447-5", "question": "What is the film where Hannah Gal was the director?", "sql": "SELECT \"Film\" FROM \"2-12181447-5\" WHERE \"Director(s)\" = 'Hannah Gal';"} +{"question_id": 15663, "table_id": "2-12181447-5", "question": "What is the film dated 22/3/06 and Redhouse Lane / Perfect World was the recipient?", "sql": "SELECT \"Film\" FROM \"2-12181447-5\" WHERE \"Date\" = '22/3/06' AND \"Recipient\" = 'Redhouse Lane / Perfect World';"} +{"question_id": 15664, "table_id": "2-12181447-5", "question": "What is the name of the film with an award of £5,380?", "sql": "SELECT \"Film\" FROM \"2-12181447-5\" WHERE \"Award\" = '£5,380';"} +{"question_id": 15665, "table_id": "2-1235746-1", "question": "What chassis was paired with Climax Straight-4?", "sql": "SELECT \"Chassis\" FROM \"2-1235746-1\" WHERE \"Engine\" = 'Climax Straight-4';"} +{"question_id": 15666, "table_id": "2-1235746-1", "question": "What year did Cooper Car Company enter?", "sql": "SELECT AVG(\"Year\") FROM \"2-1235746-1\" WHERE \"Entrant\" = 'Cooper Car Company';"} +{"question_id": 15667, "table_id": "2-1235746-1", "question": "What year has more than 0 points?", "sql": "SELECT \"Year\" FROM \"2-1235746-1\" WHERE \"Points\" > 0.0;"} +{"question_id": 15668, "table_id": "2-1235746-1", "question": "What is the total points before 1963?", "sql": "SELECT SUM(\"Points\") FROM \"2-1235746-1\" WHERE \"Year\" < 1963.0;"} +{"question_id": 15669, "table_id": "2-1291598-2", "question": "What was the genre of Queen (an artist from the United Kingdom)?", "sql": "SELECT \"Genre\" FROM \"2-1291598-2\" WHERE \"Country of origin\" = 'United Kingdom' AND \"Artist\" = 'Queen';"} +{"question_id": 15670, "table_id": "2-1291598-2", "question": "What is the number of claimed sales in the Rock genre?", "sql": "SELECT \"Claimed sales\" FROM \"2-1291598-2\" WHERE \"Genre\" = 'Rock';"} +{"question_id": 15671, "table_id": "2-1291598-2", "question": "What was the earliest release-year of the first charted record of ABBA?", "sql": "SELECT MIN(\"Release-year of first charted record\") FROM \"2-1291598-2\" WHERE \"Artist\" = 'ABBA';"} +{"question_id": 15672, "table_id": "2-1291598-2", "question": "What was the active period for the Pop genre?", "sql": "SELECT \"Period active\" FROM \"2-1291598-2\" WHERE \"Genre\" = 'Pop';"} +{"question_id": 15673, "table_id": "2-1226507-1", "question": "What point had Team Lotus whit the Lotus 33 chassis in 1964?", "sql": "SELECT \"Points\" FROM \"2-1226507-1\" WHERE \"Chassis\" = 'Lotus 33' AND \"Entrant\" = 'Team Lotus' AND \"Year\" = 1964.0;"} +{"question_id": 15674, "table_id": "2-1226507-1", "question": "Which entrant before 1965 scored more than 0 point with the Lotus 25 chassis?", "sql": "SELECT \"Entrant\" FROM \"2-1226507-1\" WHERE \"Year\" < 1965.0 AND \"Points\" > 0.0 AND \"Chassis\" = 'Lotus 25';"} +{"question_id": 15675, "table_id": "2-1226507-1", "question": "Which engine scored 9 points?", "sql": "SELECT \"Engine\" FROM \"2-1226507-1\" WHERE \"Points\" = 9.0;"} +{"question_id": 15676, "table_id": "2-1226507-1", "question": "What chassis did Team Lotus use after 1964?", "sql": "SELECT \"Chassis\" FROM \"2-1226507-1\" WHERE \"Entrant\" = 'Team Lotus' AND \"Year\" > 1964.0;"} +{"question_id": 15677, "table_id": "2-1304976-1", "question": "What is the value Others% when the value Others# is greater than 147 and the value Kerry% is 39.6%?", "sql": "SELECT \"Others%\" FROM \"2-1304976-1\" WHERE \"Others#\" > 147.0 AND \"Kerry%\" = '39.6%';"} +{"question_id": 15678, "table_id": "2-1304976-1", "question": "What is the total number of the value Others#, when the county is langlade, and when the value Bush# is greater than 6235?", "sql": "SELECT COUNT(\"Others#\") FROM \"2-1304976-1\" WHERE \"County\" = 'langlade' AND \"Bush#\" > 6235.0;"} +{"question_id": 15679, "table_id": "2-1304976-1", "question": "What is the average value of Bush# when the value for Others# is greater than 57, and the value for Bush% is 49.2%?", "sql": "SELECT AVG(\"Bush#\") FROM \"2-1304976-1\" WHERE \"Others#\" > 57.0 AND \"Bush%\" = '49.2%';"} +{"question_id": 15680, "table_id": "2-1304976-1", "question": "What is the county when the value for Others% is 1.1%, and the value for Kerry# is greater than 19177, and the value for Bush% is 52.1%?", "sql": "SELECT \"County\" FROM \"2-1304976-1\" WHERE \"Others%\" = '1.1%' AND \"Kerry#\" > 19177.0 AND \"Bush%\" = '52.1%';"} +{"question_id": 15681, "table_id": "2-12639175-1", "question": "What is the date the Fubuki ship laid down?", "sql": "SELECT \"Laid down\" FROM \"2-12639175-1\" WHERE \"Name\" = 'Fubuki';"} +{"question_id": 15682, "table_id": "2-12639175-1", "question": "What is the launched date for the Harusame ship?", "sql": "SELECT \"Launched\" FROM \"2-12639175-1\" WHERE \"Name\" = 'Harusame';"} +{"question_id": 15683, "table_id": "2-13097604-4", "question": "The game taking place in Lille had what as a score?", "sql": "SELECT \"Score\" FROM \"2-13097604-4\" WHERE \"Location\" = 'Lille';"} +{"question_id": 15684, "table_id": "2-13097604-4", "question": "A competition of Test taking place on 23 Apr 1988 had what as a score?", "sql": "SELECT \"Score\" FROM \"2-13097604-4\" WHERE \"Competition\" = 'Test' AND \"Date\" = '23 Apr 1988';"} +{"question_id": 15685, "table_id": "2-13097604-4", "question": "On 11 Feb 1990, the competition is listed as what?", "sql": "SELECT \"Competition\" FROM \"2-13097604-4\" WHERE \"Date\" = '11 Feb 1990';"} +{"question_id": 15686, "table_id": "2-13097604-4", "question": "The competition that took place on 4 Apr 1997 ended with what as the score?", "sql": "SELECT \"Score\" FROM \"2-13097604-4\" WHERE \"Date\" = '4 Apr 1997';"} +{"question_id": 15687, "table_id": "2-13097604-4", "question": "The competition located in Northampton had a resulting score of what?", "sql": "SELECT \"Score\" FROM \"2-13097604-4\" WHERE \"Location\" = 'Northampton';"} +{"question_id": 15688, "table_id": "2-1255353-1", "question": "What category did MCG get a Nominee in?", "sql": "SELECT \"Category\" FROM \"2-1255353-1\" WHERE \"Label\" = 'MCG' AND \"Result\" = 'Nominee';"} +{"question_id": 15689, "table_id": "2-1255353-1", "question": "What genre was Music In The Air?", "sql": "SELECT \"Genre\" FROM \"2-1255353-1\" WHERE \"Title\" = 'Music In The Air';"} +{"question_id": 15690, "table_id": "2-12206234-5", "question": "Which opponent has a record of 52-52?", "sql": "SELECT \"Opponent\" FROM \"2-12206234-5\" WHERE \"Record\" = '52-52';"} +{"question_id": 15691, "table_id": "2-12206234-5", "question": "What is the record as of July 22?", "sql": "SELECT \"Record\" FROM \"2-12206234-5\" WHERE \"Date\" = 'July 22';"} +{"question_id": 15692, "table_id": "2-12821570-2", "question": "What was the highest number played when there were 21 goals conceded and a draw greater than 3?", "sql": "SELECT MAX(\"Played\") FROM \"2-12821570-2\" WHERE \"Goals Conceded\" = 21.0 AND \"Draw\" > 3.0;"} +{"question_id": 15693, "table_id": "2-12821570-2", "question": "What were the total number of points when the amount of goals scored was less than 20?", "sql": "SELECT COUNT(\"Points\") FROM \"2-12821570-2\" WHERE \"Goals Scored\" < 20.0;"} +{"question_id": 15694, "table_id": "2-12821570-2", "question": "What were the total number of points when there was a lost larger than 6, when the team was once municipal, and when the number of goals scored was less than 8?", "sql": "SELECT COUNT(\"Points\") FROM \"2-12821570-2\" WHERE \"Lost\" > 6.0 AND \"Team\" = 'once municipal' AND \"Goals Scored\" < 8.0;"} +{"question_id": 15695, "table_id": "2-12821570-2", "question": "What was the highest number of points scored when there was a draw of 2 and when the amount played was 18?", "sql": "SELECT MAX(\"Points\") FROM \"2-12821570-2\" WHERE \"Draw\" = 2.0 AND \"Played\" < 18.0;"} +{"question_id": 15696, "table_id": "2-12821570-2", "question": "What was the total number of places in which the draw was less than 4 and the amount lost was less than 6?", "sql": "SELECT COUNT(\"Place\") FROM \"2-12821570-2\" WHERE \"Draw\" < 4.0 AND \"Lost\" < 6.0;"} +{"question_id": 15697, "table_id": "2-12386451-5", "question": "What is the lowest rank with Poland as the nationality and a time greater than 55.34?", "sql": "SELECT MIN(\"Rank\") FROM \"2-12386451-5\" WHERE \"Nationality\" = 'Poland' AND \"Time\" > 55.34;"} +{"question_id": 15698, "table_id": "2-12386451-5", "question": "Which name has a lane smaller than 7, and a time greater than 54.32 with Germany as the nationality and a rank less than 5?", "sql": "SELECT \"Name\" FROM \"2-12386451-5\" WHERE \"Lane\" < 7.0 AND \"Time\" > 54.32 AND \"Nationality\" = 'Germany' AND \"Rank\" < 5.0;"} +{"question_id": 15699, "table_id": "2-12386451-5", "question": "Which average lane has 54.95 as a time?", "sql": "SELECT AVG(\"Lane\") FROM \"2-12386451-5\" WHERE \"Time\" = 54.95;"} +{"question_id": 15700, "table_id": "2-12386451-5", "question": "Which average time has eithan urbach as a name with a lane bigger than 2?", "sql": "SELECT AVG(\"Time\") FROM \"2-12386451-5\" WHERE \"Name\" = 'eithan urbach' AND \"Lane\" > 2.0;"} +{"question_id": 15701, "table_id": "2-12717233-2", "question": "What year was the Brabham BT46 BT48 BT49 Chassis common?", "sql": "SELECT AVG(\"Year\") FROM \"2-12717233-2\" WHERE \"Chassis\" = 'Brabham BT46 BT48 BT49';"} +{"question_id": 15702, "table_id": "2-13279533-1", "question": "How high did Arnold Palmer score in 1962?", "sql": "SELECT MAX(\"Score\") FROM \"2-13279533-1\" WHERE \"Player\" = 'Arnold Palmer';"} +{"question_id": 15703, "table_id": "2-12404484-2", "question": "Which result has a Venue of Ulsan?", "sql": "SELECT \"Result\" FROM \"2-12404484-2\" WHERE \"Venue\" = 'Ulsan';"} +{"question_id": 15704, "table_id": "2-12404484-2", "question": "Which competition has a Date of 2007-08-22?", "sql": "SELECT \"Competition\" FROM \"2-12404484-2\" WHERE \"Date\" = '2007-08-22';"} +{"question_id": 15705, "table_id": "2-12404484-2", "question": "Which result has a Date of 2007-08-22?", "sql": "SELECT \"Result\" FROM \"2-12404484-2\" WHERE \"Date\" = '2007-08-22';"} +{"question_id": 15706, "table_id": "2-12530926-8", "question": "What's the 2004 tournament that has a 2R in 2000?", "sql": "SELECT \"2004\" FROM \"2-12530926-8\" WHERE \"2000\" = '2R';"} +{"question_id": 15707, "table_id": "2-12530926-8", "question": "What is the 1999 tournament that has a Q1 in 2003 and a Q3 in 2002?", "sql": "SELECT \"1999\" FROM \"2-12530926-8\" WHERE \"2003\" = 'Q1' AND \"2002\" = 'Q3';"} +{"question_id": 15708, "table_id": "2-12530926-8", "question": "What is the 2004 tournament that has a Q1 of 2011?", "sql": "SELECT \"2004\" FROM \"2-12530926-8\" WHERE \"2011\" = 'Q1';"} +{"question_id": 15709, "table_id": "2-13024889-1", "question": "What was the hometown of the contestant who was a professional Mixologist?", "sql": "SELECT \"Hometown\" FROM \"2-13024889-1\" WHERE \"Profession\" = 'Mixologist';"} +{"question_id": 15710, "table_id": "2-1228404-1", "question": "What is the average Year when there was a Cosworth Straight-4 engine, and the Entrant was Ron Harris / Team Lotus?", "sql": "SELECT AVG(\"Year\") FROM \"2-1228404-1\" WHERE \"Engine\" = 'Cosworth Straight-4' AND \"Entrant\" = 'Ron Harris / Team Lotus';"} +{"question_id": 15711, "table_id": "2-1228404-1", "question": "What is the name of the Entrant that has a Chassis of Lotus 25", "sql": "SELECT \"Entrant\" FROM \"2-1228404-1\" WHERE \"Chassis\" = 'Lotus 25';"} +{"question_id": 15712, "table_id": "2-1228404-1", "question": "What was the engine when the chassis was a Porsche 718??", "sql": "SELECT \"Engine\" FROM \"2-1228404-1\" WHERE \"Chassis\" = 'Porsche 718';"} +{"question_id": 15713, "table_id": "2-1228404-1", "question": "What is the number of points when there was a bmw 269 f2 chassis earlier than 1969?", "sql": "SELECT COUNT(\"Points\") FROM \"2-1228404-1\" WHERE \"Chassis\" = 'bmw 269 f2' AND \"Year\" < 1969.0;"} +{"question_id": 15714, "table_id": "2-1228404-1", "question": "What engine was in the Lotus 44 F2 Chassis?", "sql": "SELECT \"Engine\" FROM \"2-1228404-1\" WHERE \"Chassis\" = 'Lotus 44 F2';"} +{"question_id": 15715, "table_id": "2-1228404-1", "question": "What year was there a Lotus 25 Chassis?", "sql": "SELECT \"Year\" FROM \"2-1228404-1\" WHERE \"Chassis\" = 'Lotus 25';"} +{"question_id": 15716, "table_id": "2-12386295-4", "question": "what is the lowest rank for the netherlands in lane less than 4?", "sql": "SELECT MIN(\"Rank\") FROM \"2-12386295-4\" WHERE \"Nationality\" = 'netherlands' AND \"Lane\" < 4.0;"} +{"question_id": 15717, "table_id": "2-12838913-7", "question": "Name the average total with league cup more than 0 and other more than 0", "sql": "SELECT AVG(\"Total\") FROM \"2-12838913-7\" WHERE \"League Cup\" > 0.0 AND \"Other\" > 0.0;"} +{"question_id": 15718, "table_id": "2-12838913-7", "question": "Name the least other for league cup less than 0, FA cup more than 0 and league of 2 with total less than 14", "sql": "SELECT MIN(\"Other\") FROM \"2-12838913-7\" WHERE \"Total\" < 14.0 AND \"League\" = 2.0 AND \"FA Cup\" > 0.0 AND \"League Cup\" < 0.0;"} +{"question_id": 15719, "table_id": "2-12838913-7", "question": "Name the sum of FA cup when league cup is less than 0", "sql": "SELECT SUM(\"FA Cup\") FROM \"2-12838913-7\" WHERE \"League Cup\" < 0.0;"} +{"question_id": 15720, "table_id": "2-13101330-2", "question": "Which state's delegate is from Lexington, KY and is 5'4\" tall?", "sql": "SELECT \"State\" FROM \"2-13101330-2\" WHERE \"Height\" = '5''4\"' AND \"Hometown\" = 'Lexington, KY';"} +{"question_id": 15721, "table_id": "2-13101330-2", "question": "What is the height of the delegate whose hometown is Renton, WA?", "sql": "SELECT \"Height\" FROM \"2-13101330-2\" WHERE \"Hometown\" = 'Renton, WA';"} +{"question_id": 15722, "table_id": "2-13214183-1", "question": "Is there a Position for Notes 53.96?", "sql": "SELECT \"Position\" FROM \"2-13214183-1\" WHERE \"Notes\" = '53.96';"} +{"question_id": 15723, "table_id": "2-13214183-1", "question": "Is there a Venus that's a year later than 2002, with an Event of 4x400m relay in 4th Position?", "sql": "SELECT \"Venue\" FROM \"2-13214183-1\" WHERE \"Event\" = '4x400m relay' AND \"Year\" > 2002.0 AND \"Position\" = '4th';"} +{"question_id": 15724, "table_id": "2-13214183-1", "question": "What Event goes with Notes 53.76?", "sql": "SELECT \"Event\" FROM \"2-13214183-1\" WHERE \"Notes\" = '53.76';"} +{"question_id": 15725, "table_id": "2-12207449-3", "question": "On what date did they have a record of 12-17?", "sql": "SELECT \"Date\" FROM \"2-12207449-3\" WHERE \"Record\" = '12-17';"} +{"question_id": 15726, "table_id": "2-13322378-11", "question": "What Best Bowl is it that has 151 Matches and 1 100s?", "sql": "SELECT \"Best Bowl\" FROM \"2-13322378-11\" WHERE \"100s\" = 1.0 AND \"Matches\" = 151.0;"} +{"question_id": 15727, "table_id": "2-1235121-1", "question": "What engine did the Team Lotus have after 1965?", "sql": "SELECT \"Engine\" FROM \"2-1235121-1\" WHERE \"Entrant\" = 'Team Lotus' AND \"Year\" > 1965.0;"} +{"question_id": 15728, "table_id": "2-1235121-1", "question": "What chassis did the BRM V8 engine have?", "sql": "SELECT \"Chassis\" FROM \"2-1235121-1\" WHERE \"Engine\" = 'BRM V8';"} +{"question_id": 15729, "table_id": "2-1235121-1", "question": "What was the highest number of points in 1966?", "sql": "SELECT MAX(\"Points\") FROM \"2-1235121-1\" WHERE \"Year\" = 1966.0;"} +{"question_id": 15730, "table_id": "2-12312742-1", "question": "What is the greatest number of losses a team that played fewer than 25 games in 2010 had?", "sql": "SELECT MAX(\"Losses\") FROM \"2-12312742-1\" WHERE \"Games\" < 25.0 AND \"Season\" = '2010';"} +{"question_id": 15731, "table_id": "2-12312742-1", "question": "What is the average number of points for a team that played 17 games and had more than 15 losses?", "sql": "SELECT AVG(\"Points\") FROM \"2-12312742-1\" WHERE \"Games\" = 17.0 AND \"Losses\" > 15.0;"} +{"question_id": 15732, "table_id": "2-1262224-1", "question": "How many laps did Gunnar Nilsson drive?", "sql": "SELECT SUM(\"Laps\") FROM \"2-1262224-1\" WHERE \"Driver\" = 'Gunnar Nilsson';"} +{"question_id": 15733, "table_id": "2-1262224-1", "question": "Who built James Hunt's car that went 79 laps?", "sql": "SELECT \"Constructor\" FROM \"2-1262224-1\" WHERE \"Laps\" = 79.0 AND \"Driver\" = 'James Hunt';"} +{"question_id": 15734, "table_id": "2-13076941-1", "question": "What is the 2014 Santander together with 2003 Cadiz of Finn ?", "sql": "SELECT \"2014 Santander\" FROM \"2-13076941-1\" WHERE \"2003 Cadiz\" = 'Finn';"} +{"question_id": 15735, "table_id": "2-13076941-1", "question": "WHich is 2014 Santander included 2011 Perth of 470?", "sql": "SELECT \"2014 Santander\" FROM \"2-13076941-1\" WHERE \"2011 Perth\" = '470';"} +{"question_id": 15736, "table_id": "2-13076941-1", "question": "Which 2007 Cascais has 2014 RS:X Santander.", "sql": "SELECT \"2007 Cascais\" FROM \"2-13076941-1\" WHERE \"2014 Santander\" = 'RS:X';"} +{"question_id": 15737, "table_id": "2-13076941-1", "question": "Which Discipline has a 2007 Laser Radial Cascais ?", "sql": "SELECT \"Discipline\" FROM \"2-13076941-1\" WHERE \"2007 Cascais\" = 'Laser Radial';"} +{"question_id": 15738, "table_id": "2-12284476-8", "question": "How much did the Modern pentathlon III series coin weigh?", "sql": "SELECT \"Weight\" FROM \"2-12284476-8\" WHERE \"Series\" = 'III series' AND \"Reverse\" = 'Modern pentathlon';"} +{"question_id": 15739, "table_id": "2-12284476-8", "question": "What is the obverse of the Archery coin?", "sql": "SELECT \"Obverse\" FROM \"2-12284476-8\" WHERE \"Reverse\" = 'Archery';"} +{"question_id": 15740, "table_id": "2-12284476-8", "question": "What is the denomination of the III series?", "sql": "SELECT \"Denomination\" FROM \"2-12284476-8\" WHERE \"Series\" = 'III series';"} +{"question_id": 15741, "table_id": "2-12284476-8", "question": "What is the diameter of the Archery Reverse coin?", "sql": "SELECT \"Diameter\" FROM \"2-12284476-8\" WHERE \"Reverse\" = 'Archery';"} +{"question_id": 15742, "table_id": "2-1295185-1", "question": "Who wrote the episode with a production code greater than 1.4 direcyed by Rick Wallace?", "sql": "SELECT \"Written by\" FROM \"2-1295185-1\" WHERE \"Prod. code\" > 1.4 AND \"Directed by\" = 'Rick Wallace';"} +{"question_id": 15743, "table_id": "2-1295185-1", "question": "Who wrote the episode that was directed by Dan Lerner?", "sql": "SELECT \"Written by\" FROM \"2-1295185-1\" WHERE \"Directed by\" = 'Dan Lerner';"} +{"question_id": 15744, "table_id": "2-12755786-8", "question": "What is the average total of player simon donnelly, with a Scottish Cup greater than 0?", "sql": "SELECT AVG(\"Total\") FROM \"2-12755786-8\" WHERE \"Player\" = 'simon donnelly' AND \"Scottish Cup\" > 0.0;"} +{"question_id": 15745, "table_id": "2-12755786-8", "question": "What is the Challenge Cup total with a League of 1, Player simon storey, and a Total greater than 1?", "sql": "SELECT SUM(\"Challenge Cup\") FROM \"2-12755786-8\" WHERE \"League\" = 1.0 AND \"Player\" = 'simon storey' AND \"Total\" > 1.0;"} +{"question_id": 15746, "table_id": "2-12755786-8", "question": "What is the highest total of Player damon gray, with a Challenge Cup less than 0?", "sql": "SELECT MAX(\"Total\") FROM \"2-12755786-8\" WHERE \"Player\" = 'damon gray' AND \"Challenge Cup\" < 0.0;"} +{"question_id": 15747, "table_id": "2-12755786-8", "question": "What is the least for Scottish Cup with a Challenge Cup greater than 0, Player paul keegan, and League Cup greater than 0?", "sql": "SELECT MIN(\"Scottish Cup\") FROM \"2-12755786-8\" WHERE \"Challenge Cup\" > 0.0 AND \"Player\" = 'paul keegan' AND \"League Cup\" > 0.0;"} +{"question_id": 15748, "table_id": "2-12755786-8", "question": "What is the greatest Challenge Cup with a League smaller than 2, Total greater than 2, and a League Cup greater than 1?", "sql": "SELECT MAX(\"Challenge Cup\") FROM \"2-12755786-8\" WHERE \"League\" < 2.0 AND \"Total\" > 2.0 AND \"League Cup\" > 1.0;"} +{"question_id": 15749, "table_id": "2-12755786-8", "question": "What is the highest Total with a League Cup greater than 0, Player gary harkins, and Scottish Cup greater than 0?", "sql": "SELECT MAX(\"Total\") FROM \"2-12755786-8\" WHERE \"League Cup\" > 0.0 AND \"Player\" = 'gary harkins' AND \"Scottish Cup\" > 0.0;"} +{"question_id": 15750, "table_id": "2-12264282-3", "question": "Which result has a Venue of Away, and an Opponent of Marbella?", "sql": "SELECT \"Result\" FROM \"2-12264282-3\" WHERE \"Venue\" = 'Away' AND \"Opponent\" = 'Marbella';"} +{"question_id": 15751, "table_id": "2-12264282-3", "question": "Which venue has a Date of 28 July 2007?", "sql": "SELECT \"Venue\" FROM \"2-12264282-3\" WHERE \"Date\" = '28 July 2007';"} +{"question_id": 15752, "table_id": "2-12264282-3", "question": "What is the result with a Home venue?", "sql": "SELECT \"Result\" FROM \"2-12264282-3\" WHERE \"Venue\" = 'Home';"} +{"question_id": 15753, "table_id": "2-12264282-3", "question": "Which Date has a Result of 0–0?", "sql": "SELECT \"Date\" FROM \"2-12264282-3\" WHERE \"Result\" = '0–0';"} +{"question_id": 15754, "table_id": "2-12264282-3", "question": "Which date has a Result of 5–0, and an Opponent of Tooting & Mitcham?", "sql": "SELECT \"Date\" FROM \"2-12264282-3\" WHERE \"Result\" = '5–0' AND \"Opponent\" = 'Tooting & Mitcham';"} +{"question_id": 15755, "table_id": "2-12109851-4", "question": "Name the total number of goals which have played more than 44", "sql": "SELECT COUNT(\"Goals for\") FROM \"2-12109851-4\" WHERE \"Played\" > 44.0;"} +{"question_id": 15756, "table_id": "2-12109851-4", "question": "Name the most draws when goals against is more than 56 and wins is more than 14", "sql": "SELECT MAX(\"Draws\") FROM \"2-12109851-4\" WHERE \"Goals against\" > 56.0 AND \"Wins\" > 14.0;"} +{"question_id": 15757, "table_id": "2-12109851-4", "question": "Name the least goals when position is more than 4 and draws is more than 11", "sql": "SELECT MIN(\"Goals for\") FROM \"2-12109851-4\" WHERE \"Position\" > 4.0 AND \"Draws\" > 11.0;"} +{"question_id": 15758, "table_id": "2-12109851-4", "question": "Name the most wins which have clubbed of elche cf and goals against more than 43", "sql": "SELECT MAX(\"Wins\") FROM \"2-12109851-4\" WHERE \"Club\" = 'elche cf' AND \"Goals against\" > 43.0;"} +{"question_id": 15759, "table_id": "2-13312864-1", "question": "Birth Date of 8 november 1980, and a Weight smaller than 93 has what sum of a shirt number?", "sql": "SELECT SUM(\"Shirt No\") FROM \"2-13312864-1\" WHERE \"Birth Date\" = '8 november 1980' AND \"Weight\" < 93.0;"} +{"question_id": 15760, "table_id": "2-13312864-1", "question": "Shirt number of 18, and a Height larger than 195 has how much weight?", "sql": "SELECT COUNT(\"Weight\") FROM \"2-13312864-1\" WHERE \"Shirt No\" = 18.0 AND \"Height\" > 195.0;"} +{"question_id": 15761, "table_id": "2-13073611-3", "question": "Name the To par for Leland Gibson", "sql": "SELECT \"To par\" FROM \"2-13073611-3\" WHERE \"Player\" = 'Leland Gibson';"} +{"question_id": 15762, "table_id": "2-13073611-3", "question": "Name the place for Ed Oliver", "sql": "SELECT \"Place\" FROM \"2-13073611-3\" WHERE \"Player\" = 'Ed Oliver';"} +{"question_id": 15763, "table_id": "2-13073611-3", "question": "Name the player with score of 74-68-71=213", "sql": "SELECT \"Player\" FROM \"2-13073611-3\" WHERE \"Score\" = '74-68-71=213';"} +{"question_id": 15764, "table_id": "2-13073611-3", "question": "Name the To par for Dick Metz", "sql": "SELECT \"To par\" FROM \"2-13073611-3\" WHERE \"Player\" = 'Dick Metz';"} +{"question_id": 15765, "table_id": "2-12154722-1", "question": "Who won the Women's singles in 2013?", "sql": "SELECT \"Women's singles\" FROM \"2-12154722-1\" WHERE \"Year\" = '2013';"} +{"question_id": 15766, "table_id": "2-12154722-1", "question": "Who won the Men's doubles when there was No competition in the Men's singles?", "sql": "SELECT \"Men's doubles\" FROM \"2-12154722-1\" WHERE \"Men's singles\" = 'No competition';"} +{"question_id": 15767, "table_id": "2-12154722-1", "question": "What year was there No competition in Mixed Doubles?", "sql": "SELECT \"Year\" FROM \"2-12154722-1\" WHERE \"Mixed doubles\" = 'No competition';"} +{"question_id": 15768, "table_id": "2-12154722-1", "question": "What year did Lonneke Janssen win the Women's singles?", "sql": "SELECT \"Year\" FROM \"2-12154722-1\" WHERE \"Women's singles\" = 'Lonneke Janssen';"} +{"question_id": 15769, "table_id": "2-12977875-3", "question": "what was the score for the game on 14 April 2001?", "sql": "SELECT \"Score\" FROM \"2-12977875-3\" WHERE \"Date\" = '14 April 2001';"} +{"question_id": 15770, "table_id": "2-12977875-3", "question": "what is the score for the game on 21 April 2001?", "sql": "SELECT \"Score\" FROM \"2-12977875-3\" WHERE \"Date\" = '21 April 2001';"} +{"question_id": 15771, "table_id": "2-12977875-3", "question": "what is the competition on 21 April 2001?", "sql": "SELECT \"Competition\" FROM \"2-12977875-3\" WHERE \"Date\" = '21 April 2001';"} +{"question_id": 15772, "table_id": "2-13258745-2", "question": "Who is the opponent the Seattle Seahawks played when their record was 1-3?", "sql": "SELECT \"Opponent\" FROM \"2-13258745-2\" WHERE \"Record\" = '1-3';"} +{"question_id": 15773, "table_id": "2-13258745-2", "question": "On what date was the crowd size of 71,789?", "sql": "SELECT \"Date\" FROM \"2-13258745-2\" WHERE \"Attendance\" = '71,789';"} +{"question_id": 15774, "table_id": "2-13258745-2", "question": "Which week did the Seattle Seahawks have a record of 6-6?", "sql": "SELECT AVG(\"Week\") FROM \"2-13258745-2\" WHERE \"Record\" = '6-6';"} +{"question_id": 15775, "table_id": "2-13258745-2", "question": "What was the final score (result) for the game where 51,100 attended?", "sql": "SELECT \"Result\" FROM \"2-13258745-2\" WHERE \"Attendance\" = '51,100';"} +{"question_id": 15776, "table_id": "2-13258745-2", "question": "Where was the game held when the attendance was 56,770?", "sql": "SELECT \"Game site\" FROM \"2-13258745-2\" WHERE \"Attendance\" = '56,770';"} +{"question_id": 15777, "table_id": "2-13258745-2", "question": "Which week was the game held at Kingdome on October 13, 1991?", "sql": "SELECT MIN(\"Week\") FROM \"2-13258745-2\" WHERE \"Game site\" = 'Kingdome' AND \"Date\" = 'October 13, 1991';"} +{"question_id": 15778, "table_id": "2-12205709-8", "question": "Who was the opponent at the game that had a loss of Harden (9-6)?", "sql": "SELECT \"Opponent\" FROM \"2-12205709-8\" WHERE \"Loss\" = 'Harden (9-6)';"} +{"question_id": 15779, "table_id": "2-1235144-3", "question": "Name the sum of Laps for co-drivers of oliver gavin jan magnussen and class of gts with year less than 2004", "sql": "SELECT SUM(\"Laps\") FROM \"2-1235144-3\" WHERE \"Co-Drivers\" = 'oliver gavin jan magnussen' AND \"Class\" = 'gts' AND \"Year\" < 2004.0;"} +{"question_id": 15780, "table_id": "2-1235144-3", "question": "Name the team with laps more than 333 and year less than 2004", "sql": "SELECT \"Team\" FROM \"2-1235144-3\" WHERE \"Laps\" > 333.0 AND \"Year\" < 2004.0;"} +{"question_id": 15781, "table_id": "2-1235144-3", "question": "Name the team with Laps of 333", "sql": "SELECT \"Team\" FROM \"2-1235144-3\" WHERE \"Laps\" = 333.0;"} +{"question_id": 15782, "table_id": "2-12807904-1", "question": "What is the points for where the tries for is 29?", "sql": "SELECT \"Points for\" FROM \"2-12807904-1\" WHERE \"Tries for\" = '29';"} +{"question_id": 15783, "table_id": "2-12807904-1", "question": "What is the points for of Club of Penallta RFC?", "sql": "SELECT \"Points for\" FROM \"2-12807904-1\" WHERE \"Club\" = 'Penallta RFC';"} +{"question_id": 15784, "table_id": "2-12807904-1", "question": "What is the try bonus for Ynysybwl RFC?", "sql": "SELECT \"Try bonus\" FROM \"2-12807904-1\" WHERE \"Club\" = 'Ynysybwl RFC';"} +{"question_id": 15785, "table_id": "2-12807904-1", "question": "What is the points against for the team that played 22 and lost 6?", "sql": "SELECT \"Points against\" FROM \"2-12807904-1\" WHERE \"Played\" = '22' AND \"Lost\" = '6';"} +{"question_id": 15786, "table_id": "2-13073611-1", "question": "What is the score of Tommy Bolt", "sql": "SELECT MIN(\"Score\") FROM \"2-13073611-1\" WHERE \"Player\" = 'Tommy Bolt';"} +{"question_id": 15787, "table_id": "2-13073611-1", "question": "WHich Places have a score smaller than 69?", "sql": "SELECT \"Place\" FROM \"2-13073611-1\" WHERE \"Score\" < 69.0;"} +{"question_id": 15788, "table_id": "2-13073611-1", "question": "What is the To Par that has Tommy Bolt with a Place of T6?", "sql": "SELECT \"To par\" FROM \"2-13073611-1\" WHERE \"Place\" = 'T6' AND \"Player\" = 'Tommy Bolt';"} +{"question_id": 15789, "table_id": "2-1226562-1", "question": "Who is the entrant with a Cooper T43 chassis before 1958?", "sql": "SELECT \"Entrant\" FROM \"2-1226562-1\" WHERE \"Year\" < 1958.0 AND \"Chassis\" = 'Cooper T43';"} +{"question_id": 15790, "table_id": "2-12450517-10", "question": "Name the 2006 when the 2010 is 27", "sql": "SELECT \"2006\" FROM \"2-12450517-10\" WHERE \"2010\" = '27';"} +{"question_id": 15791, "table_id": "2-12441518-1", "question": "Which main cast seasons were portrayed by Joe Jonas?", "sql": "SELECT \"Main cast seasons\" FROM \"2-12441518-1\" WHERE \"Portrayed by\" = 'Joe Jonas';"} +{"question_id": 15792, "table_id": "2-12441518-1", "question": "How many episodes were portrayed by nick jonas?", "sql": "SELECT COUNT(\"# of episodes\") FROM \"2-12441518-1\" WHERE \"Portrayed by\" = 'nick jonas';"} +{"question_id": 15793, "table_id": "2-12441518-1", "question": "How many episodes had the character of Nick Lucas?", "sql": "SELECT SUM(\"# of episodes\") FROM \"2-12441518-1\" WHERE \"Character\" = 'Nick Lucas';"} +{"question_id": 15794, "table_id": "2-12441518-1", "question": "What character is portrayed by Joe Jonas?", "sql": "SELECT \"Character\" FROM \"2-12441518-1\" WHERE \"Portrayed by\" = 'Joe Jonas';"} +{"question_id": 15795, "table_id": "2-12954757-1", "question": "What was the extra info for the Commonwealth Games?", "sql": "SELECT \"Extra\" FROM \"2-12954757-1\" WHERE \"Tournament\" = 'Commonwealth Games';"} +{"question_id": 15796, "table_id": "2-12954757-1", "question": "What year was the Commonwealth Games?", "sql": "SELECT SUM(\"Year\") FROM \"2-12954757-1\" WHERE \"Tournament\" = 'Commonwealth Games';"} +{"question_id": 15797, "table_id": "2-12890300-4", "question": "What job is at Red Bank?", "sql": "SELECT \"Occupation\" FROM \"2-12890300-4\" WHERE \"Residence\" = 'Red Bank';"} +{"question_id": 15798, "table_id": "2-1226457-1", "question": "What year did Ecurie Bleue score more than 0 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1226457-1\" WHERE \"Pts.\" > 0.0 AND \"Entrant\" = 'Ecurie Bleue';"} +{"question_id": 15799, "table_id": "2-12416209-1", "question": "What is the starting point of the North/South operating Palafox Street route?", "sql": "SELECT \"Starting Point\" FROM \"2-12416209-1\" WHERE \"Operates\" = 'North/South' AND \"Name\" = 'Palafox Street';"} +{"question_id": 15800, "table_id": "2-12416209-1", "question": "Which Bi-Directional route has a terminus at ECAT/Rosa Park Transit Center?", "sql": "SELECT \"Name\" FROM \"2-12416209-1\" WHERE \"Direction\" = 'Bi-Directional' AND \"Terminus\" = 'ECAT/Rosa Park Transit Center';"} +{"question_id": 15801, "table_id": "2-12416209-1", "question": "Which route has a terminus of Pine Forest?", "sql": "SELECT \"Name\" FROM \"2-12416209-1\" WHERE \"Terminus\" = 'Pine Forest';"} +{"question_id": 15802, "table_id": "2-12416209-1", "question": "What is the starting point of the route that has its terminus at ECAT/Rosa Park Transit Center?", "sql": "SELECT \"Starting Point\" FROM \"2-12416209-1\" WHERE \"Terminus\" = 'ECAT/Rosa Park Transit Center';"} +{"question_id": 15803, "table_id": "2-12416209-1", "question": "What is the direction of the route that stars at Downtown Transit Center and has a terminus point at Pensacola Beach?", "sql": "SELECT \"Direction\" FROM \"2-12416209-1\" WHERE \"Starting Point\" = 'Downtown Transit Center' AND \"Terminus\" = 'Pensacola Beach';"} +{"question_id": 15804, "table_id": "2-12416209-1", "question": "Where does the Bayou Blvd./12th Avenue route that has a terminus at the Downtown Transit Center operate?", "sql": "SELECT \"Operates\" FROM \"2-12416209-1\" WHERE \"Terminus\" = 'Downtown Transit Center' AND \"Name\" = 'Bayou Blvd./12th Avenue';"} +{"question_id": 15805, "table_id": "2-12591022-3", "question": "How many full professors work under hartmut kliemt with more than 0 lecturers?", "sql": "SELECT COUNT(\"Full professors\") FROM \"2-12591022-3\" WHERE \"Head\" = 'hartmut kliemt' AND \"Lecturers\" > 0.0;"} +{"question_id": 15806, "table_id": "2-12591022-3", "question": "What is the least amount of lecturers in the accounting department with less than 5 full professors?", "sql": "SELECT MIN(\"Lecturers\") FROM \"2-12591022-3\" WHERE \"Department\" = 'accounting' AND \"Full professors\" < 5.0;"} +{"question_id": 15807, "table_id": "2-12591022-3", "question": "What is the average number of honorary professors in the Economics department with 1 lecturer?", "sql": "SELECT AVG(\"Honorary professors\") FROM \"2-12591022-3\" WHERE \"Lecturers\" = 1.0 AND \"Department\" = 'Economics';"} +{"question_id": 15808, "table_id": "2-12164513-3", "question": "What Loss occured on the Date of June 12?", "sql": "SELECT \"Loss\" FROM \"2-12164513-3\" WHERE \"Date\" = 'June 12';"} +{"question_id": 15809, "table_id": "2-12164513-3", "question": "What Loss had an Attendance of 17,675?", "sql": "SELECT \"Loss\" FROM \"2-12164513-3\" WHERE \"Attendance\" = '17,675';"} +{"question_id": 15810, "table_id": "2-12164513-3", "question": "On what Date had a Score of 5-2 and a Loss of Greinke (1-2)?", "sql": "SELECT \"Date\" FROM \"2-12164513-3\" WHERE \"Score\" = '5-2' AND \"Loss\" = 'Greinke (1-2)';"} +{"question_id": 15811, "table_id": "2-12164513-3", "question": "What was the Score that has an Attendance of 39,446?", "sql": "SELECT \"Score\" FROM \"2-12164513-3\" WHERE \"Attendance\" = '39,446';"} +{"question_id": 15812, "table_id": "2-12164513-3", "question": "What was the Loss that had a Score of 9-1?", "sql": "SELECT \"Loss\" FROM \"2-12164513-3\" WHERE \"Score\" = '9-1';"} +{"question_id": 15813, "table_id": "2-12679326-1", "question": "What counties represented have a Democratic committee, and a committee of Ways and Means?", "sql": "SELECT \"Counties Represented\" FROM \"2-12679326-1\" WHERE \"Party\" = 'Democratic' AND \"Committee\" = 'Ways and Means';"} +{"question_id": 15814, "table_id": "2-12679326-1", "question": "What is the average first elected year that has a district of 11 and a committee of Environmental Matters?", "sql": "SELECT AVG(\"First Elected\") FROM \"2-12679326-1\" WHERE \"District\" = '11' AND \"Committee\" = 'Environmental Matters';"} +{"question_id": 15815, "table_id": "2-12679326-1", "question": "What is the total number of First elected that has a country represented in baltimore county, a district of 06.0 6, and a committee of economic matters?", "sql": "SELECT COUNT(\"First Elected\") FROM \"2-12679326-1\" WHERE \"Counties Represented\" = 'baltimore county' AND \"District\" = '06.0 6' AND \"Committee\" = 'economic matters';"} +{"question_id": 15816, "table_id": "2-12679326-1", "question": "What district has counties represented by Baltimore County, a committee of Health and Government Operations, and a first elected smaller than 2002?", "sql": "SELECT \"District\" FROM \"2-12679326-1\" WHERE \"Counties Represented\" = 'Baltimore County' AND \"Committee\" = 'Health and Government Operations' AND \"First Elected\" < 2002.0;"} +{"question_id": 15817, "table_id": "2-12679326-1", "question": "What is the Highest first elected year that has a district of 06.0 6, and a committee of Economic Matters?", "sql": "SELECT MAX(\"First Elected\") FROM \"2-12679326-1\" WHERE \"District\" = '06.0 6' AND \"Committee\" = 'Economic Matters';"} +{"question_id": 15818, "table_id": "2-1232836-4", "question": "Who was from Morocco and scored 6 goals?", "sql": "SELECT \"Name\" FROM \"2-1232836-4\" WHERE \"Goals\" = 6.0 AND \"Nationality\" = 'Morocco';"} +{"question_id": 15819, "table_id": "2-1232836-4", "question": "Who has the highest ranking from 1996–13, and more than 17 goals?", "sql": "SELECT MAX(\"Ranking\") FROM \"2-1232836-4\" WHERE \"Years\" = '1996–13' AND \"Goals\" > 17.0;"} +{"question_id": 15820, "table_id": "2-1232836-4", "question": "What was the average ranking of Saudi Arabia in the years of 2000–?", "sql": "SELECT AVG(\"Ranking\") FROM \"2-1232836-4\" WHERE \"Nationality\" = 'Saudi Arabia' AND \"Years\" = '2000–';"} +{"question_id": 15821, "table_id": "2-1232836-4", "question": "Which nation had 14 goals?", "sql": "SELECT \"Nationality\" FROM \"2-1232836-4\" WHERE \"Goals\" = 14.0;"} +{"question_id": 15822, "table_id": "2-1232836-4", "question": "What nationality is Hamzah Idris?", "sql": "SELECT \"Nationality\" FROM \"2-1232836-4\" WHERE \"Name\" = 'Hamzah Idris';"} +{"question_id": 15823, "table_id": "2-1232836-4", "question": "Who had fewer goals than 4 during the years of 1996–13?", "sql": "SELECT MIN(\"Goals\") FROM \"2-1232836-4\" WHERE \"Ranking\" < 4.0 AND \"Years\" = '1996–13';"} +{"question_id": 15824, "table_id": "2-12962193-3", "question": "what is the lowest top-25 when the events is less than 17 and top-5 is more than 0?", "sql": "SELECT MIN(\"Top-25\") FROM \"2-12962193-3\" WHERE \"Events\" < 17.0 AND \"Top-5\" > 0.0;"} +{"question_id": 15825, "table_id": "2-12962193-3", "question": "what is the top-5 when the tournament is totals and the top-25 is more than 4?", "sql": "SELECT AVG(\"Top-5\") FROM \"2-12962193-3\" WHERE \"Tournament\" = 'totals' AND \"Top-25\" > 4.0;"} +{"question_id": 15826, "table_id": "2-12962193-3", "question": "what is the average number of events when the top-5 is less than 1 and top 25 more than 1", "sql": "SELECT AVG(\"Events\") FROM \"2-12962193-3\" WHERE \"Top-5\" < 1.0 AND \"Top-25\" > 1.0;"} +{"question_id": 15827, "table_id": "2-12962193-3", "question": "what is the highest top-5 when the top-25 is less than 4, cuts made is more than 3 and wins is 0?", "sql": "SELECT MAX(\"Top-5\") FROM \"2-12962193-3\" WHERE \"Top-25\" < 4.0 AND \"Cuts made\" > 3.0 AND \"Wins\" < 0.0;"} +{"question_id": 15828, "table_id": "2-12962193-3", "question": "what is the total number of times the tournament was pga championship and evens is less than 4?", "sql": "SELECT COUNT(\"Top-5\") FROM \"2-12962193-3\" WHERE \"Tournament\" = 'pga championship' AND \"Events\" < 4.0;"} +{"question_id": 15829, "table_id": "2-1226335-1", "question": "What year did Elf Team Tyrrell have 34 points?", "sql": "SELECT AVG(\"Year\") FROM \"2-1226335-1\" WHERE \"Entrant\" = 'Elf Team Tyrrell' AND \"Points\" = '34';"} +{"question_id": 15830, "table_id": "2-1226335-1", "question": "After 1972, how many points did Marlboro Team Alfa Romeo have?", "sql": "SELECT \"Points\" FROM \"2-1226335-1\" WHERE \"Year\" > 1972.0 AND \"Entrant\" = 'Marlboro Team Alfa Romeo';"} +{"question_id": 15831, "table_id": "2-1226335-1", "question": "What chassis had 39 points?", "sql": "SELECT \"Chassis\" FROM \"2-1226335-1\" WHERE \"Points\" = '39';"} +{"question_id": 15832, "table_id": "2-1226335-1", "question": "How many points did the Ford V8 with a Tyrrell 007 have?", "sql": "SELECT \"Points\" FROM \"2-1226335-1\" WHERE \"Engine\" = 'Ford V8' AND \"Chassis\" = 'Tyrrell 007';"} +{"question_id": 15833, "table_id": "2-1226335-1", "question": "Before 1976 and with 12 points, what chassis did the Ford V8 have?", "sql": "SELECT \"Chassis\" FROM \"2-1226335-1\" WHERE \"Engine\" = 'Ford V8' AND \"Year\" < 1976.0 AND \"Points\" = '12';"} +{"question_id": 15834, "table_id": "2-1226335-1", "question": "What year did Elf Team Tyrrell have 39 points and a Tyrrell 007 Chassis?", "sql": "SELECT SUM(\"Year\") FROM \"2-1226335-1\" WHERE \"Entrant\" = 'Elf Team Tyrrell' AND \"Points\" = '39' AND \"Chassis\" = 'Tyrrell 007';"}