phase
int32
1
2
question
stringlengths
14
268
table
dict
sql
dict
2
Are Naming the powers for 1.8 duratorq
{ "header": [ "Model/Engine", "Capacity", "Cylinders/Valves", "Power/rpm", "Torque (Nm)/rpm" ], "page_title": "Ford C-Max", "page_id": "1212189", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1212189-1", "section_title": "Engines and transmissions", "caption": "Engines and transmissions", "rows": [ [ "1.6 Duratec", "1,596 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4000" ], [ "1.6 Duratec Ti-VCT", "1,596 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4150" ], [ "1.8 Duratec HE", "1,798 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4000" ], [ "2.0 Duratec HE", "1,999 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4500" ], [ "1.6 Duratorq", "1,560 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft) @1750" ], [ "1.6 Duratorq", "1,560 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft)/*N·m (lb·ft) @1750" ], [ "1.8 Duratorq", "1,753 cc", "4/16", "hp (kW; PS) @3700", "N·m (lb·ft) /*N·m (lb·ft) @1900" ], [ "2.0 Duratorq", "1,997 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft) /*N·m (lb·ft) @2000" ] ], "name": "" }
{ "human_readable": "SELECT Power/rpm FROM table WHERE Model/Engine = 1.8 duratorq", "sel": 3, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1.8 duratorq" ] } }
2
Name the powers for when the torque is n·m (lb·ft)/*n·m (lb·ft) @1750
{ "header": [ "Model/Engine", "Capacity", "Cylinders/Valves", "Power/rpm", "Torque (Nm)/rpm" ], "page_title": "Ford C-Max", "page_id": "1212189", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1212189-1", "section_title": "Engines and transmissions", "caption": "Engines and transmissions", "rows": [ [ "1.6 Duratec", "1,596 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4000" ], [ "1.6 Duratec Ti-VCT", "1,596 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4150" ], [ "1.8 Duratec HE", "1,798 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4000" ], [ "2.0 Duratec HE", "1,999 cc", "4/16", "hp (kW; PS) @6000", "N·m (lb·ft) @4500" ], [ "1.6 Duratorq", "1,560 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft) @1750" ], [ "1.6 Duratorq", "1,560 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft)/*N·m (lb·ft) @1750" ], [ "1.8 Duratorq", "1,753 cc", "4/16", "hp (kW; PS) @3700", "N·m (lb·ft) /*N·m (lb·ft) @1900" ], [ "2.0 Duratorq", "1,997 cc", "4/16", "hp (kW; PS) @4000", "N·m (lb·ft) /*N·m (lb·ft) @2000" ] ], "name": "" }
{ "human_readable": "SELECT Power/rpm FROM table WHERE Torque (Nm)/rpm = n·m (lb·ft)/*n·m (lb·ft) @1750", "sel": 3, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "n·m (lb·ft)/*n·m (lb·ft) @1750" ] } }
2
What-all are the smallest goals with a Goal Ratio of 0.14, and a Debut in Europe smaller than 1995?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT MIN Goals FROM table WHERE Goal Ratio = 0.14 AND Debut in Europe < 1995", "sel": 3, "agg": 2, "conds": { "column_index": [ 4, 5 ], "operator_index": [ 0, 2 ], "condition": [ "0.14", "1995" ] } }
2
What-all's the average goal ratio with Goals larger than 1, Games larger than 161, and a Debut in Europe smaller than 1985?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT AVG Goal Ratio FROM table WHERE Goals > 1 AND Games > 161 AND Debut in Europe < 1985", "sel": 4, "agg": 5, "conds": { "column_index": [ 3, 2, 5 ], "operator_index": [ 1, 1, 2 ], "condition": [ "1", "161", "1985" ] } }
2
What-all most lowest games have 20 goal and a Goal Ratio smaller than 0.14?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT MIN Games FROM table WHERE Goals = 20 AND Goal Ratio < 0.14", "sel": 2, "agg": 2, "conds": { "column_index": [ 3, 4 ], "operator_index": [ 0, 2 ], "condition": [ "20", "0.14" ] } }
2
What-all is the largest goal ratio with Goals smaller than 0?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT MAX Goal Ratio FROM table WHERE Goals < 0", "sel": 4, "agg": 1, "conds": { "column_index": [ 3 ], "operator_index": [ 2 ], "condition": [ "0" ] } }
2
What-all lowest games have a Goal Ratio of 0, and Goals smaller than 0?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT MIN Games FROM table WHERE Goal Ratio = 0 AND Goals < 0", "sel": 2, "agg": 2, "conds": { "column_index": [ 4, 3 ], "operator_index": [ 0, 2 ], "condition": [ "0", "0" ] } }
2
How many debuts in Europe have less than 76 goal, more than 151 game, and a rank more greater than 5?
{ "header": [ "Rank", "Player", "Games", "Goals", "Goal Ratio", "Debut in Europe" ], "page_title": "UEFA club competition records and statistics", "page_id": "12307135", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12307135-6", "section_title": "Top appearances in UEFA club competitions", "caption": "Top appearances in UEFA club competitions", "rows": [ [ "1", "Paolo Maldini", "173", "3", "0.02", "1985" ], [ "2", "Raúl", "161", "76", "0.46", "1995" ], [ "3", "Clarence Seedorf", "161", "15", "0.09", "1992" ], [ "4", "Javier Zanetti", "159", "5", "0.03", "1995" ], [ "5", "Xavi", "154", "12", "0.08", "1999" ], [ "6", "Ryan Giggs", "151", "29", "0.19", "1991" ], [ "7", "Jamie Carragher", "150", "1", "0.01", "1997" ], [ "8", "Edwin Van Der Sar", "142", "0", "0.00", "1993" ], [ "9", "Andriy Shevchenko", "142", "67", "0.47", "1994" ], [ "10", "Roberto Carlos", "141", "20", "0.14", "1995" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Debut in Europe FROM table WHERE Goals < 76 AND Games > 151 AND Rank > 5", "sel": 5, "agg": 3, "conds": { "column_index": [ 3, 2, 0 ], "operator_index": [ 2, 1, 1 ], "condition": [ "76", "151", "5" ] } }
2
What-all is the average points of the Ferrari 1512 Chassis after 1965?
{ "header": [ "Year", "Team", "Chassis", "Engine", "Points" ], "page_title": "Ludovico Scarfiotti", "page_id": "1235774", "types": [ "real", "text", "text", "text", "real" ], "id": "2-1235774-1", "section_title": "Complete Formula One World Championship results", "caption": "Complete Formula One World Championship results", "rows": [ [ "1963", "Scuderia Ferrari", "Ferrari 156", "Ferrari V6", "1" ], [ "1964", "Scuderia Ferrari", "Ferrari 156", "Ferrari V6", "0" ], [ "1965", "Scuderia Ferrari", "Ferrari 1512", "Ferrari V12", "0" ], [ "1966", "Scuderia Ferrari", "Ferrari 246", "Ferrari V6", "9" ], [ "1966", "Scuderia Ferrari", "Ferrari 312/66", "Ferrari V12", "9" ], [ "1967", "Scuderia Ferrari", "Ferrari 312/67", "Ferrari V12", "1" ], [ "1967", "Anglo American Racers", "Eagle T1G", "Weslake V12", "1" ], [ "1968", "Cooper Car Company", "Cooper T86", "Maserati V12", "6" ], [ "1968", "Cooper Car Company", "Cooper T86B", "BRM V12", "6" ] ], "name": "" }
{ "human_readable": "SELECT AVG Points FROM table WHERE Chassis = ferrari 1512 AND Year > 1965", "sel": 4, "agg": 5, "conds": { "column_index": [ 2, 0 ], "operator_index": [ 0, 1 ], "condition": [ "ferrari 1512", "1965" ] } }
2
What-all is the Chassis of the Cooper Car Company after 1965 when the engine was a Maserati v12?
{ "header": [ "Year", "Team", "Chassis", "Engine", "Points" ], "page_title": "Ludovico Scarfiotti", "page_id": "1235774", "types": [ "real", "text", "text", "text", "real" ], "id": "2-1235774-1", "section_title": "Complete Formula One World Championship results", "caption": "Complete Formula One World Championship results", "rows": [ [ "1963", "Scuderia Ferrari", "Ferrari 156", "Ferrari V6", "1" ], [ "1964", "Scuderia Ferrari", "Ferrari 156", "Ferrari V6", "0" ], [ "1965", "Scuderia Ferrari", "Ferrari 1512", "Ferrari V12", "0" ], [ "1966", "Scuderia Ferrari", "Ferrari 246", "Ferrari V6", "9" ], [ "1966", "Scuderia Ferrari", "Ferrari 312/66", "Ferrari V12", "9" ], [ "1967", "Scuderia Ferrari", "Ferrari 312/67", "Ferrari V12", "1" ], [ "1967", "Anglo American Racers", "Eagle T1G", "Weslake V12", "1" ], [ "1968", "Cooper Car Company", "Cooper T86", "Maserati V12", "6" ], [ "1968", "Cooper Car Company", "Cooper T86B", "BRM V12", "6" ] ], "name": "" }
{ "human_readable": "SELECT Chassis FROM table WHERE Year > 1965 AND Team = cooper car company AND Engine = maserati v12", "sel": 2, "agg": 0, "conds": { "column_index": [ 0, 1, 3 ], "operator_index": [ 1, 0, 0 ], "condition": [ "1965", "cooper car company", "maserati v12" ] } }
2
It is a round of 3 , and an Opponent of matt horwich that which location had had ?
{ "header": [ "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], "page_title": "Mike Pyle (fighter)", "page_id": "13300898", "types": [ "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-13300898-2", "section_title": "Mixed martial arts record", "caption": "Mixed martial arts record", "rows": [ [ "Loss", "25-9-1", "Matt Brown", "KO (punches)", "UFC Fight Night: Shogun vs. Sonnen", "1", "0:29", "Boston, Massachusetts, United States" ], [ "Win", "25-8-1", "Rick Story", "Decision (split)", "UFC 160", "3", "5:00", "Las Vegas, Nevada, United States" ], [ "Win", "24-8-1", "James Head", "TKO (knee & punches)", "The Ultimate Fighter 16 Finale", "1", "1:55", "Las Vegas, Nevada, United States" ], [ "Win", "23-8-1", "Josh Neer", "KO (punch)", "UFC on FX: Johnson vs. McCall", "1", "4:56", "Sunrise, Florida , United States" ], [ "Win", "22-8-1", "Ricardo Funch", "TKO (knee & punches)", "UFC 142", "1", "1:22", "Rio de Janeiro, Brazil" ], [ "Loss", "21-8-1", "Rory MacDonald", "TKO (punches)", "UFC 133", "1", "3:54", "Philadelphia, Pennsylvania, United States" ], [ "Win", "21-7-1", "Ricardo Almeida", "Decision (unanimous)", "UFC 128", "3", "5:00", "Newark, New Jersey , United States" ], [ "Win", "20-7-1", "John Hathaway", "Decision (unanimous)", "UFC 120", "3", "5:00", "London, England" ], [ "Win", "19-7-1", "Jesse Lennox", "Technical Submission (triangle choke)", "UFC 115", "3", "4:44", "Vancouver, British Columbia , Canada" ], [ "Loss", "18-7-1", "Jake Ellenberger", "TKO (punches)", "UFC 108", "2", "0:22", "Las Vegas, Nevada, United States" ], [ "Win", "18-6-1", "Chris Wilson", "Submission (guillotine choke)", "UFC Fight Night: Diaz vs. Guillard", "3", "2:15", "Oklahoma City, Oklahoma, United States" ], [ "Loss", "17-6-1", "Brock Larson", "Submission (arm triangle choke)", "UFC 98", "1", "3:06", "Las Vegas, Nevada, United States" ], [ "Win", "17-5-1", "Brian Gassaway", "Submission (armbar)", "SuperFights MMA - Night of Combat 2", "1", "4:21", "Las Vegas, Nevada, United States" ], [ "Win", "16-5-1", "J.J. Ambrose", "Submission (rear naked choke)", "Affliction: Banned", "1", "2:51", "Anaheim, California , United States" ], [ "Win", "15-5-1", "Dan Hornbuckle", "Submission (triangle choke)", "World Victory Road Presents: Sengoku 2", "1", "4:52", "Tokyo, Japan" ], [ "Win", "14-5-1", "Damir Mirenic", "Submission (kimura)", "HCF - Destiny", "2", "1:24", "Calgary, Alberta , Canada" ], [ "Loss", "13-5-1", "Jake Shields", "Submission (rear naked choke)", "EliteXC: Renegade", "1", "3:39", "Corpus Christi, Texas , United States" ], [ "Win", "13-4-1", "Aaron Wetherspoon", "Decision (unanimous)", "Strikeforce: Shamrock vs. Baroni", "3", "5:00", "San Jose, California , United States" ], [ "Win", "12-4-1", "Ross Ebañez", "Submission (rear naked choke)", "EliteXC Destiny", "1", "1:55", "Southaven, Mississippi , United States" ], [ "Loss", "11-4-1", "Matt Horwich", "Submission (rear naked choke)", "IFL: World Championship Semifinals", "2", "1:02", "Portland, Oregon, United States" ], [ "Win", "11-3-1", "John Cole", "Technical Submission (guillotine choke)", "IFL : Portland", "1", "0:17", "Portland, Oregon, United States" ], [ "Loss", "10-3-1", "Rory Markham", "KO (punch)", "IFL: Legends Championship 2006", "1", "0:44", "Atlantic City, New Jersey, United States" ], [ "Win", "10-2-1", "Gustavo Machado", "TKO (punches)", "GFC: Team Gracie vs. Team Hammer House", "1", "1:20", "Columbus, Ohio, United States" ], [ "Win", "9-2-1", "Shonie Carter", "Submission (triangle choke)", "WEC 18", "1", "2:06", "Lemoore, California , United States" ], [ "Win", "8-2-1", "Bret Bergmark", "Submission (triangle choke)", "WEC 17", "1", "3:36", "Lemoore, California, United States" ], [ "Win", "7-2-1", "Tony Sanza", "Submission (rear naked choke)", "SportFight 12", "1", "1:06", "Portland, Oregon, United States" ], [ "Win", "6-2-1", "Damian Hatch", "Submission (rear naked choke)", "SportFight 10", "1", "2:07", "Gresham, Oregon , United States" ], [ "Win", "5-2-1", "Patrick Suhl", "KO (punches)", "Viking Fight 5", "1", "1:31", "Copenhagen, Denmark" ], [ "Win", "4-2-1", "Petras Markevičius", "Submission (triangle choke)", "Viking Fight 5", "2", "0:55", "Copenhagen, Denmark" ], [ "Win", "3-2-1", "Arschak Dahabagian", "Submission (triangle choke)", "Viking Fight 4", "2", "3:39", "Copenhagen, Denmark" ], [ "Loss", "2-2-1", "Valdas Pocevičius", "Submission (guillotine choke)", "Shooto", "1", "3:37", "Vilnius , Lithuania" ], [ "Draw", "2-1-1", "Andrei Semenov", "Draw", "M-1 Mix Fight Championship: Russia vs. the World 5", "1", "10:00", "St. Petersburg , Leningrad Oblast , Russia" ], [ "Win", "2-1", "Daan Kooiman", "Submission (rear naked choke)", "Viking Fight 3", "1", "0:49", "Aarhus , Denmark" ], [ "Win", "1-1", "Jon Fitch", "Submission (rear naked choke)", "Revolution Fighting Championship 1", "1", "2:35", "Las Vegas, Nevada, United States" ], [ "Loss", "0-1", "Quinton Jackson", "Decision (unanimous)", "International Sport Combat Federation: Memphis", "3", "5:00", "Memphis, Tennessee, United States" ] ], "name": "" }
{ "human_readable": "SELECT Location FROM table WHERE Round < 3 AND Opponent = matt horwich", "sel": 7, "agg": 0, "conds": { "column_index": [ 5, 2 ], "operator_index": [ 2, 0 ], "condition": [ "3", "matt horwich" ] } }
2
What-all had been the time of sportfight 10?
{ "header": [ "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], "page_title": "Mike Pyle (fighter)", "page_id": "13300898", "types": [ "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-13300898-2", "section_title": "Mixed martial arts record", "caption": "Mixed martial arts record", "rows": [ [ "Loss", "25-9-1", "Matt Brown", "KO (punches)", "UFC Fight Night: Shogun vs. Sonnen", "1", "0:29", "Boston, Massachusetts, United States" ], [ "Win", "25-8-1", "Rick Story", "Decision (split)", "UFC 160", "3", "5:00", "Las Vegas, Nevada, United States" ], [ "Win", "24-8-1", "James Head", "TKO (knee & punches)", "The Ultimate Fighter 16 Finale", "1", "1:55", "Las Vegas, Nevada, United States" ], [ "Win", "23-8-1", "Josh Neer", "KO (punch)", "UFC on FX: Johnson vs. McCall", "1", "4:56", "Sunrise, Florida , United States" ], [ "Win", "22-8-1", "Ricardo Funch", "TKO (knee & punches)", "UFC 142", "1", "1:22", "Rio de Janeiro, Brazil" ], [ "Loss", "21-8-1", "Rory MacDonald", "TKO (punches)", "UFC 133", "1", "3:54", "Philadelphia, Pennsylvania, United States" ], [ "Win", "21-7-1", "Ricardo Almeida", "Decision (unanimous)", "UFC 128", "3", "5:00", "Newark, New Jersey , United States" ], [ "Win", "20-7-1", "John Hathaway", "Decision (unanimous)", "UFC 120", "3", "5:00", "London, England" ], [ "Win", "19-7-1", "Jesse Lennox", "Technical Submission (triangle choke)", "UFC 115", "3", "4:44", "Vancouver, British Columbia , Canada" ], [ "Loss", "18-7-1", "Jake Ellenberger", "TKO (punches)", "UFC 108", "2", "0:22", "Las Vegas, Nevada, United States" ], [ "Win", "18-6-1", "Chris Wilson", "Submission (guillotine choke)", "UFC Fight Night: Diaz vs. Guillard", "3", "2:15", "Oklahoma City, Oklahoma, United States" ], [ "Loss", "17-6-1", "Brock Larson", "Submission (arm triangle choke)", "UFC 98", "1", "3:06", "Las Vegas, Nevada, United States" ], [ "Win", "17-5-1", "Brian Gassaway", "Submission (armbar)", "SuperFights MMA - Night of Combat 2", "1", "4:21", "Las Vegas, Nevada, United States" ], [ "Win", "16-5-1", "J.J. Ambrose", "Submission (rear naked choke)", "Affliction: Banned", "1", "2:51", "Anaheim, California , United States" ], [ "Win", "15-5-1", "Dan Hornbuckle", "Submission (triangle choke)", "World Victory Road Presents: Sengoku 2", "1", "4:52", "Tokyo, Japan" ], [ "Win", "14-5-1", "Damir Mirenic", "Submission (kimura)", "HCF - Destiny", "2", "1:24", "Calgary, Alberta , Canada" ], [ "Loss", "13-5-1", "Jake Shields", "Submission (rear naked choke)", "EliteXC: Renegade", "1", "3:39", "Corpus Christi, Texas , United States" ], [ "Win", "13-4-1", "Aaron Wetherspoon", "Decision (unanimous)", "Strikeforce: Shamrock vs. Baroni", "3", "5:00", "San Jose, California , United States" ], [ "Win", "12-4-1", "Ross Ebañez", "Submission (rear naked choke)", "EliteXC Destiny", "1", "1:55", "Southaven, Mississippi , United States" ], [ "Loss", "11-4-1", "Matt Horwich", "Submission (rear naked choke)", "IFL: World Championship Semifinals", "2", "1:02", "Portland, Oregon, United States" ], [ "Win", "11-3-1", "John Cole", "Technical Submission (guillotine choke)", "IFL : Portland", "1", "0:17", "Portland, Oregon, United States" ], [ "Loss", "10-3-1", "Rory Markham", "KO (punch)", "IFL: Legends Championship 2006", "1", "0:44", "Atlantic City, New Jersey, United States" ], [ "Win", "10-2-1", "Gustavo Machado", "TKO (punches)", "GFC: Team Gracie vs. Team Hammer House", "1", "1:20", "Columbus, Ohio, United States" ], [ "Win", "9-2-1", "Shonie Carter", "Submission (triangle choke)", "WEC 18", "1", "2:06", "Lemoore, California , United States" ], [ "Win", "8-2-1", "Bret Bergmark", "Submission (triangle choke)", "WEC 17", "1", "3:36", "Lemoore, California, United States" ], [ "Win", "7-2-1", "Tony Sanza", "Submission (rear naked choke)", "SportFight 12", "1", "1:06", "Portland, Oregon, United States" ], [ "Win", "6-2-1", "Damian Hatch", "Submission (rear naked choke)", "SportFight 10", "1", "2:07", "Gresham, Oregon , United States" ], [ "Win", "5-2-1", "Patrick Suhl", "KO (punches)", "Viking Fight 5", "1", "1:31", "Copenhagen, Denmark" ], [ "Win", "4-2-1", "Petras Markevičius", "Submission (triangle choke)", "Viking Fight 5", "2", "0:55", "Copenhagen, Denmark" ], [ "Win", "3-2-1", "Arschak Dahabagian", "Submission (triangle choke)", "Viking Fight 4", "2", "3:39", "Copenhagen, Denmark" ], [ "Loss", "2-2-1", "Valdas Pocevičius", "Submission (guillotine choke)", "Shooto", "1", "3:37", "Vilnius , Lithuania" ], [ "Draw", "2-1-1", "Andrei Semenov", "Draw", "M-1 Mix Fight Championship: Russia vs. the World 5", "1", "10:00", "St. Petersburg , Leningrad Oblast , Russia" ], [ "Win", "2-1", "Daan Kooiman", "Submission (rear naked choke)", "Viking Fight 3", "1", "0:49", "Aarhus , Denmark" ], [ "Win", "1-1", "Jon Fitch", "Submission (rear naked choke)", "Revolution Fighting Championship 1", "1", "2:35", "Las Vegas, Nevada, United States" ], [ "Loss", "0-1", "Quinton Jackson", "Decision (unanimous)", "International Sport Combat Federation: Memphis", "3", "5:00", "Memphis, Tennessee, United States" ] ], "name": "" }
{ "human_readable": "SELECT Time FROM table WHERE Event = sportfight 10", "sel": 6, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "sportfight 10" ] } }
2
It is a time of 0:29 that which opponent had had?
{ "header": [ "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], "page_title": "Mike Pyle (fighter)", "page_id": "13300898", "types": [ "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-13300898-2", "section_title": "Mixed martial arts record", "caption": "Mixed martial arts record", "rows": [ [ "Loss", "25-9-1", "Matt Brown", "KO (punches)", "UFC Fight Night: Shogun vs. Sonnen", "1", "0:29", "Boston, Massachusetts, United States" ], [ "Win", "25-8-1", "Rick Story", "Decision (split)", "UFC 160", "3", "5:00", "Las Vegas, Nevada, United States" ], [ "Win", "24-8-1", "James Head", "TKO (knee & punches)", "The Ultimate Fighter 16 Finale", "1", "1:55", "Las Vegas, Nevada, United States" ], [ "Win", "23-8-1", "Josh Neer", "KO (punch)", "UFC on FX: Johnson vs. McCall", "1", "4:56", "Sunrise, Florida , United States" ], [ "Win", "22-8-1", "Ricardo Funch", "TKO (knee & punches)", "UFC 142", "1", "1:22", "Rio de Janeiro, Brazil" ], [ "Loss", "21-8-1", "Rory MacDonald", "TKO (punches)", "UFC 133", "1", "3:54", "Philadelphia, Pennsylvania, United States" ], [ "Win", "21-7-1", "Ricardo Almeida", "Decision (unanimous)", "UFC 128", "3", "5:00", "Newark, New Jersey , United States" ], [ "Win", "20-7-1", "John Hathaway", "Decision (unanimous)", "UFC 120", "3", "5:00", "London, England" ], [ "Win", "19-7-1", "Jesse Lennox", "Technical Submission (triangle choke)", "UFC 115", "3", "4:44", "Vancouver, British Columbia , Canada" ], [ "Loss", "18-7-1", "Jake Ellenberger", "TKO (punches)", "UFC 108", "2", "0:22", "Las Vegas, Nevada, United States" ], [ "Win", "18-6-1", "Chris Wilson", "Submission (guillotine choke)", "UFC Fight Night: Diaz vs. Guillard", "3", "2:15", "Oklahoma City, Oklahoma, United States" ], [ "Loss", "17-6-1", "Brock Larson", "Submission (arm triangle choke)", "UFC 98", "1", "3:06", "Las Vegas, Nevada, United States" ], [ "Win", "17-5-1", "Brian Gassaway", "Submission (armbar)", "SuperFights MMA - Night of Combat 2", "1", "4:21", "Las Vegas, Nevada, United States" ], [ "Win", "16-5-1", "J.J. Ambrose", "Submission (rear naked choke)", "Affliction: Banned", "1", "2:51", "Anaheim, California , United States" ], [ "Win", "15-5-1", "Dan Hornbuckle", "Submission (triangle choke)", "World Victory Road Presents: Sengoku 2", "1", "4:52", "Tokyo, Japan" ], [ "Win", "14-5-1", "Damir Mirenic", "Submission (kimura)", "HCF - Destiny", "2", "1:24", "Calgary, Alberta , Canada" ], [ "Loss", "13-5-1", "Jake Shields", "Submission (rear naked choke)", "EliteXC: Renegade", "1", "3:39", "Corpus Christi, Texas , United States" ], [ "Win", "13-4-1", "Aaron Wetherspoon", "Decision (unanimous)", "Strikeforce: Shamrock vs. Baroni", "3", "5:00", "San Jose, California , United States" ], [ "Win", "12-4-1", "Ross Ebañez", "Submission (rear naked choke)", "EliteXC Destiny", "1", "1:55", "Southaven, Mississippi , United States" ], [ "Loss", "11-4-1", "Matt Horwich", "Submission (rear naked choke)", "IFL: World Championship Semifinals", "2", "1:02", "Portland, Oregon, United States" ], [ "Win", "11-3-1", "John Cole", "Technical Submission (guillotine choke)", "IFL : Portland", "1", "0:17", "Portland, Oregon, United States" ], [ "Loss", "10-3-1", "Rory Markham", "KO (punch)", "IFL: Legends Championship 2006", "1", "0:44", "Atlantic City, New Jersey, United States" ], [ "Win", "10-2-1", "Gustavo Machado", "TKO (punches)", "GFC: Team Gracie vs. Team Hammer House", "1", "1:20", "Columbus, Ohio, United States" ], [ "Win", "9-2-1", "Shonie Carter", "Submission (triangle choke)", "WEC 18", "1", "2:06", "Lemoore, California , United States" ], [ "Win", "8-2-1", "Bret Bergmark", "Submission (triangle choke)", "WEC 17", "1", "3:36", "Lemoore, California, United States" ], [ "Win", "7-2-1", "Tony Sanza", "Submission (rear naked choke)", "SportFight 12", "1", "1:06", "Portland, Oregon, United States" ], [ "Win", "6-2-1", "Damian Hatch", "Submission (rear naked choke)", "SportFight 10", "1", "2:07", "Gresham, Oregon , United States" ], [ "Win", "5-2-1", "Patrick Suhl", "KO (punches)", "Viking Fight 5", "1", "1:31", "Copenhagen, Denmark" ], [ "Win", "4-2-1", "Petras Markevičius", "Submission (triangle choke)", "Viking Fight 5", "2", "0:55", "Copenhagen, Denmark" ], [ "Win", "3-2-1", "Arschak Dahabagian", "Submission (triangle choke)", "Viking Fight 4", "2", "3:39", "Copenhagen, Denmark" ], [ "Loss", "2-2-1", "Valdas Pocevičius", "Submission (guillotine choke)", "Shooto", "1", "3:37", "Vilnius , Lithuania" ], [ "Draw", "2-1-1", "Andrei Semenov", "Draw", "M-1 Mix Fight Championship: Russia vs. the World 5", "1", "10:00", "St. Petersburg , Leningrad Oblast , Russia" ], [ "Win", "2-1", "Daan Kooiman", "Submission (rear naked choke)", "Viking Fight 3", "1", "0:49", "Aarhus , Denmark" ], [ "Win", "1-1", "Jon Fitch", "Submission (rear naked choke)", "Revolution Fighting Championship 1", "1", "2:35", "Las Vegas, Nevada, United States" ], [ "Loss", "0-1", "Quinton Jackson", "Decision (unanimous)", "International Sport Combat Federation: Memphis", "3", "5:00", "Memphis, Tennessee, United States" ] ], "name": "" }
{ "human_readable": "SELECT Opponent FROM table WHERE Time = 0:29", "sel": 2, "agg": 0, "conds": { "column_index": [ 6 ], "operator_index": [ 0 ], "condition": [ "0:29" ] } }
2
What number has the builder ruston hornsby, the date 1961, and the name Topsy?
{ "header": [ "Number", "Name", "Builder", "Type", "Works number", "Date" ], "page_title": "Llanberis Lake Railway", "page_id": "1281645", "types": [ "real", "text", "text", "text", "real", "real" ], "id": "2-1281645-1", "section_title": "Locomotives", "caption": "Locomotives", "rows": [ [ "1", "Elidir", "Hunslet", "0-4-0 ST", "493", "1889" ], [ "2", "Thomas Bach", "Hunslet", "0-4-0 ST", "894", "1904" ], [ "3", "Dolbadarn", "Hunslet", "0-4-0 ST", "1430", "1922" ], [ "3", "Maid Marian", "Hunslet", "0-4-0 ST", "822", "1903" ], [ "7", "Topsy", "Ruston Hornsby", "4wDM", "441427", "1961" ], [ "8", "Twll Coed", "Ruston Hornsby", "4wDM", "268878", "1952" ], [ "11", "Garrett", "Ruston Hornsby", "4wDM", "198286", "1939" ], [ "12", "Llanelli", "Ruston Hornsby", "4wDM", "451901", "1961" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Number FROM table WHERE Builder = ruston hornsby AND Date = 1961 AND Name = topsy", "sel": 0, "agg": 3, "conds": { "column_index": [ 2, 5, 1 ], "operator_index": [ 0, 0, 0 ], "condition": [ "ruston hornsby", "1961", "topsy" ] } }
2
What-all is the number with the builder hunslet and a works number greater than 822?
{ "header": [ "Number", "Name", "Builder", "Type", "Works number", "Date" ], "page_title": "Llanberis Lake Railway", "page_id": "1281645", "types": [ "real", "text", "text", "text", "real", "real" ], "id": "2-1281645-1", "section_title": "Locomotives", "caption": "Locomotives", "rows": [ [ "1", "Elidir", "Hunslet", "0-4-0 ST", "493", "1889" ], [ "2", "Thomas Bach", "Hunslet", "0-4-0 ST", "894", "1904" ], [ "3", "Dolbadarn", "Hunslet", "0-4-0 ST", "1430", "1922" ], [ "3", "Maid Marian", "Hunslet", "0-4-0 ST", "822", "1903" ], [ "7", "Topsy", "Ruston Hornsby", "4wDM", "441427", "1961" ], [ "8", "Twll Coed", "Ruston Hornsby", "4wDM", "268878", "1952" ], [ "11", "Garrett", "Ruston Hornsby", "4wDM", "198286", "1939" ], [ "12", "Llanelli", "Ruston Hornsby", "4wDM", "451901", "1961" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Number FROM table WHERE Builder = hunslet AND Works number > 822", "sel": 0, "agg": 3, "conds": { "column_index": [ 2, 4 ], "operator_index": [ 0, 1 ], "condition": [ "hunslet", "822" ] } }
2
What-all had been the score of the March 14 game?
{ "header": [ "Date", "Visitor", "Score", "Home", "Record" ], "page_title": "1928–29 Chicago Black Hawks season", "page_id": "12785038", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12785038-2", "section_title": "Regular Season", "caption": "Regular Season", "rows": [ [ "November 15", "Chicago Black Hawks", "0–2", "Toronto Maple Leafs", "0–1–0" ], [ "November 17", "Chicago Black Hawks", "2–4", "Montreal Maroons", "0–2–0" ], [ "November 20", "Pittsburgh Pirates", "2–0", "Chicago Black Hawks", "0–3–0" ], [ "November 22", "New York Rangers", "2–1", "Chicago Black Hawks", "0–4–0" ], [ "November 25", "Boston Bruins", "1–1", "Chicago Black Hawks", "0–4–1" ], [ "November 29", "Chicago Black Hawks", "2–3", "New York Rangers", "0–5–1" ], [ "December 1", "Chicago Black Hawks", "3–2", "Pittsburgh Pirates", "1–5–1" ], [ "December 6", "Chicago Black Hawks", "0–2", "Ottawa Senators", "1–6–1" ], [ "December 8", "Chicago Black Hawks", "1–2", "Montreal Canadiens", "1–7–1" ], [ "December 11", "Ottawa Senators", "1–2", "Chicago Black Hawks", "2–7–1" ], [ "December 16", "New York Americans", "1–0", "Chicago Black Hawks", "2–8–1" ], [ "December 18", "Montreal Canadiens", "5–0", "Chicago Black Hawks", "2–9–1" ], [ "December 25", "Chicago Black Hawks", "2–1", "Boston Bruins", "3–9–1" ], [ "December 27", "Chicago Black Hawks", "2–0", "New York Americans", "4–9–1" ], [ "December 30", "Chicago Black Hawks", "1–3", "Detroit Cougars", "4–10–1" ], [ "January 1", "Detroit Cougars", "2–1", "Chicago Black Hawks", "4–11–1" ], [ "January 3", "Toronto Maple Leafs", "2–0", "Chicago Black Hawks", "4–12–1" ], [ "January 6", "Detroit Cougars", "3–1", "Chicago Black Hawks", "4–13–1" ], [ "January 8", "Chicago Black Hawks", "0–1", "Pittsburgh Pirates", "4–14–1" ], [ "January 10", "Montreal Maroons", "1–1", "Chicago Black Hawks", "4–14–2" ], [ "January 13", "Pittsburgh Pirates", "1–1", "Chicago Black Hawks", "4–14–3" ], [ "January 15", "Chicago Black Hawks", "0–1", "Montreal Canadiens", "4–15–3" ], [ "January 17", "Chicago Black Hawks", "0–1", "New York Rangers", "4–16–3" ], [ "January 20", "Boston Bruins", "2–0", "Chicago Black Hawks", "4–17–3" ], [ "January 22", "Chicago Black Hawks", "1–1", "Ottawa Senators", "4–17–4" ], [ "January 26", "Chicago Black Hawks", "0–2", "Toronto Maple Leafs", "4–18–4" ], [ "January 29", "Chicago Black Hawks", "1–4", "Boston Bruins", "4–19–4" ], [ "January 31", "Chicago Black Hawks", "0–2", "Montreal Maroons", "4–20–4" ], [ "February 2", "New York Rangers", "3–2", "Chicago Black Hawks", "4–21–4" ], [ "February 5", "Chicago Black Hawks", "1–0", "Detroit Cougars", "5–21–4" ], [ "February 7", "Chicago Black Hawks", "0–1", "New York Americans", "5–22–4" ], [ "February 9", "New York Americans", "1–0", "Chicago Black Hawks", "5–23–4" ], [ "February 14", "Montreal Canadiens", "1–0", "Chicago Black Hawks", "5–24–4" ], [ "February 16", "Boston Bruins", "3–0", "Chicago Black Hawks", "5–25–4" ], [ "February 21", "Ottawa Senators", "3–0", "Chicago Black Hawks", "5–26–4" ], [ "February 24", "Detroit Cougars", "0–0", "Chicago Black Hawks", "5–26–5" ], [ "February 26", "Chicago Black Hawks", "0–3", "Detroit Cougars", "5–27–5" ], [ "February 28", "New York Rangers", "0–0", "Chicago Black Hawks", "5–27–6" ], [ "March 2", "Montreal Maroons", "1–2", "Chicago Black Hawks", "6–27–6" ], [ "March 5", "Chicago Black Hawks", "2–3", "Pittsburgh Pirates", "6–28–6" ], [ "March 7", "Toronto Maple Leafs", "1–1", "Chicago Black Hawks", "6–28–7" ], [ "March 10", "Pittsburgh Pirates", "0–1", "Chicago Black Hawks", "7–28–7" ], [ "March 12", "Chicago Black Hawks", "1–11", "Boston Bruins", "7–29–7" ], [ "March 14", "Chicago Black Hawks", "1–1", "New York Rangers", "7–29–8" ] ], "name": "" }
{ "human_readable": "SELECT Score FROM table WHERE Date = march 14", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "march 14" ] } }
2
What-all had been the score for the December 11 the Ottawa Senators game?
{ "header": [ "Date", "Visitor", "Score", "Home", "Record" ], "page_title": "1928–29 Chicago Black Hawks season", "page_id": "12785038", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12785038-2", "section_title": "Regular Season", "caption": "Regular Season", "rows": [ [ "November 15", "Chicago Black Hawks", "0–2", "Toronto Maple Leafs", "0–1–0" ], [ "November 17", "Chicago Black Hawks", "2–4", "Montreal Maroons", "0–2–0" ], [ "November 20", "Pittsburgh Pirates", "2–0", "Chicago Black Hawks", "0–3–0" ], [ "November 22", "New York Rangers", "2–1", "Chicago Black Hawks", "0–4–0" ], [ "November 25", "Boston Bruins", "1–1", "Chicago Black Hawks", "0–4–1" ], [ "November 29", "Chicago Black Hawks", "2–3", "New York Rangers", "0–5–1" ], [ "December 1", "Chicago Black Hawks", "3–2", "Pittsburgh Pirates", "1–5–1" ], [ "December 6", "Chicago Black Hawks", "0–2", "Ottawa Senators", "1–6–1" ], [ "December 8", "Chicago Black Hawks", "1–2", "Montreal Canadiens", "1–7–1" ], [ "December 11", "Ottawa Senators", "1–2", "Chicago Black Hawks", "2–7–1" ], [ "December 16", "New York Americans", "1–0", "Chicago Black Hawks", "2–8–1" ], [ "December 18", "Montreal Canadiens", "5–0", "Chicago Black Hawks", "2–9–1" ], [ "December 25", "Chicago Black Hawks", "2–1", "Boston Bruins", "3–9–1" ], [ "December 27", "Chicago Black Hawks", "2–0", "New York Americans", "4–9–1" ], [ "December 30", "Chicago Black Hawks", "1–3", "Detroit Cougars", "4–10–1" ], [ "January 1", "Detroit Cougars", "2–1", "Chicago Black Hawks", "4–11–1" ], [ "January 3", "Toronto Maple Leafs", "2–0", "Chicago Black Hawks", "4–12–1" ], [ "January 6", "Detroit Cougars", "3–1", "Chicago Black Hawks", "4–13–1" ], [ "January 8", "Chicago Black Hawks", "0–1", "Pittsburgh Pirates", "4–14–1" ], [ "January 10", "Montreal Maroons", "1–1", "Chicago Black Hawks", "4–14–2" ], [ "January 13", "Pittsburgh Pirates", "1–1", "Chicago Black Hawks", "4–14–3" ], [ "January 15", "Chicago Black Hawks", "0–1", "Montreal Canadiens", "4–15–3" ], [ "January 17", "Chicago Black Hawks", "0–1", "New York Rangers", "4–16–3" ], [ "January 20", "Boston Bruins", "2–0", "Chicago Black Hawks", "4–17–3" ], [ "January 22", "Chicago Black Hawks", "1–1", "Ottawa Senators", "4–17–4" ], [ "January 26", "Chicago Black Hawks", "0–2", "Toronto Maple Leafs", "4–18–4" ], [ "January 29", "Chicago Black Hawks", "1–4", "Boston Bruins", "4–19–4" ], [ "January 31", "Chicago Black Hawks", "0–2", "Montreal Maroons", "4–20–4" ], [ "February 2", "New York Rangers", "3–2", "Chicago Black Hawks", "4–21–4" ], [ "February 5", "Chicago Black Hawks", "1–0", "Detroit Cougars", "5–21–4" ], [ "February 7", "Chicago Black Hawks", "0–1", "New York Americans", "5–22–4" ], [ "February 9", "New York Americans", "1–0", "Chicago Black Hawks", "5–23–4" ], [ "February 14", "Montreal Canadiens", "1–0", "Chicago Black Hawks", "5–24–4" ], [ "February 16", "Boston Bruins", "3–0", "Chicago Black Hawks", "5–25–4" ], [ "February 21", "Ottawa Senators", "3–0", "Chicago Black Hawks", "5–26–4" ], [ "February 24", "Detroit Cougars", "0–0", "Chicago Black Hawks", "5–26–5" ], [ "February 26", "Chicago Black Hawks", "0–3", "Detroit Cougars", "5–27–5" ], [ "February 28", "New York Rangers", "0–0", "Chicago Black Hawks", "5–27–6" ], [ "March 2", "Montreal Maroons", "1–2", "Chicago Black Hawks", "6–27–6" ], [ "March 5", "Chicago Black Hawks", "2–3", "Pittsburgh Pirates", "6–28–6" ], [ "March 7", "Toronto Maple Leafs", "1–1", "Chicago Black Hawks", "6–28–7" ], [ "March 10", "Pittsburgh Pirates", "0–1", "Chicago Black Hawks", "7–28–7" ], [ "March 12", "Chicago Black Hawks", "1–11", "Boston Bruins", "7–29–7" ], [ "March 14", "Chicago Black Hawks", "1–1", "New York Rangers", "7–29–8" ] ], "name": "" }
{ "human_readable": "SELECT Score FROM table WHERE Visitor = ottawa senators AND Date = december 11", "sel": 2, "agg": 0, "conds": { "column_index": [ 1, 0 ], "operator_index": [ 0, 0 ], "condition": [ "ottawa senators", "december 11" ] } }
2
Are Naming the project with length overall being 25 and name of levante
{ "header": [ "Hull No.", "Year", "Project", "Length overall in meters (without bowsprit)", "Name", "Destination" ], "page_title": "Aegean Yacht", "page_id": "13198075", "types": [ "real", "real", "text", "real", "text", "text" ], "id": "2-13198075-1", "section_title": "List of yachts", "caption": "List of yachts", "rows": [ [ "1", "1978", "Aegean - 53", "16.00", "Bebek", "Turkey" ], [ "2", "1988", "M/S/Y", "21.00", "Atlas I", "Turkey" ], [ "3", "1988", "M/S/Y", "21.00", "Atlas II", "Turkey" ], [ "4", "1988", "M/S/Y", "19.00", "Zorba", "Portugal" ], [ "5", "1989", "M/S/Y", "21.00", "Azura", "Greece" ], [ "6", "1989", "Aegean - 74", "21.00", "Argo", "Croatia" ], [ "7", "1991", "Aegean - 74", "23.00", "Savruga", "Djibouti" ], [ "8", "1991", "Aegean - 74", "23.00", "Beluga", "England" ], [ "9", "1991", "Aegean - 82", "26.00", "Nobile", "Malta" ], [ "10", "1992", "Aegean - 72G", "22.00", "Farilya", "Croatia" ], [ "11", "1993", "Aegean - 111G", "34.00", "Magic Life", "Australia" ], [ "12", "1993", "M/S/Y", "20.00", "Dilara-I", "Gibraltar" ], [ "13", "1994", "M/S/Y", "24.00", "Elegante", "England" ], [ "14", "1995", "Aegean - 82", "25.00", "Levante", "Maldives" ], [ "15", "1995", "Aegean - 82", "25.00", "Salute", "Maldives" ], [ "16", "1996", "Aegean - 82", "26.00", "Biga", "Italy" ], [ "17", "1996", "Aegean - 65", "20.00", "Kalyeta", "Italy" ], [ "18", "1998", "Aegean - 108G", "33.00", "Aegina (renamed “Gem”)", "England" ], [ "19", "1998", "Aegean - 108G", "33.00", "Boreas (renamed “Boreas of Katharina”)", "Yemen" ], [ "20", "1999", "Aegean - 89G", "27.00", "Aniletta", "Italy" ], [ "21", "1999", "Aegean - 89G", "27.00", "Barketta (renamed “Alisa”)", "Croatia" ], [ "22", "1999", "Aegean - 95G", "29.00", "Dream Voyager", "Maldives" ], [ "23", "2002", "Aegean - 72G", "22.00", "Escapade", "France" ], [ "24", "2002", "Aegean - 148G", "45.00", "Grand Magic", "UAE" ], [ "25", "2002", "Aegean - 67MY", "20.50", "Xanax", "Germany" ], [ "26", "2003", "Aegean - 78MS", "23.90", "Myra", "Italy" ], [ "27", "2003", "Aegean - 78MS", "23.90", "Plava Zvijezda (“Blue Star”)", "Croatia" ], [ "28", "2003", "Aegean - 78MS", "23.90", "Keyif", "Djibouti" ], [ "29", "2005", "Aegean - 105MY", "32.00", "Amazon-A", "Turkey" ], [ "30", "2004", "Aegean - 85MS", "25.80", "Theocara II", "Malta" ], [ "31", "2005", "Aegean - 128 G", "39.00", "Sea Dream", "Turkey" ], [ "32", "2005", "Aegean - 90G", "27.50", "Santa Maria", "Bulgaria" ], [ "33", "2005", "Aegean - 87SY", "26.60", "Spirit of the East", "England" ], [ "34", "2005", "Aegean - 74MS", "22.50", "Luopan", "England" ], [ "35", "2006", "Aegean - 74MS", "22.50", "Araminta", "Turkey" ], [ "36", "2006", "Aegean - 74MS", "22.50", "Faye", "UAE" ], [ "37", "2006", "Aegean - 112MY", "34.00", "La Sultane", "England" ], [ "38", "2007", "Aegean - 164G", "50.00", "Galileo", "Russia" ], [ "39", "2007", "Aegean - 115SY", "35.00", "Kairos", "Germany" ], [ "40", "2009", "Aegean - 164G", "50.00", "Montigne", "UNDER CONSTRUCTION" ], [ "41", "2008", "Aegean - 24M", "24.00", "Rosa", "Turkey" ], [ "42", "2008", "Aegean - 24M", "24.00", "Diva", "UNDER CONSTRUCTION" ] ], "name": "" }
{ "human_readable": "SELECT Project FROM table WHERE Length overall in meters (without bowsprit) = 25 AND Name = levante", "sel": 2, "agg": 0, "conds": { "column_index": [ 3, 4 ], "operator_index": [ 0, 0 ], "condition": [ "25", "levante" ] } }
2
Are Naming the sum of Hull number with portugal destination
{ "header": [ "Hull No.", "Year", "Project", "Length overall in meters (without bowsprit)", "Name", "Destination" ], "page_title": "Aegean Yacht", "page_id": "13198075", "types": [ "real", "real", "text", "real", "text", "text" ], "id": "2-13198075-1", "section_title": "List of yachts", "caption": "List of yachts", "rows": [ [ "1", "1978", "Aegean - 53", "16.00", "Bebek", "Turkey" ], [ "2", "1988", "M/S/Y", "21.00", "Atlas I", "Turkey" ], [ "3", "1988", "M/S/Y", "21.00", "Atlas II", "Turkey" ], [ "4", "1988", "M/S/Y", "19.00", "Zorba", "Portugal" ], [ "5", "1989", "M/S/Y", "21.00", "Azura", "Greece" ], [ "6", "1989", "Aegean - 74", "21.00", "Argo", "Croatia" ], [ "7", "1991", "Aegean - 74", "23.00", "Savruga", "Djibouti" ], [ "8", "1991", "Aegean - 74", "23.00", "Beluga", "England" ], [ "9", "1991", "Aegean - 82", "26.00", "Nobile", "Malta" ], [ "10", "1992", "Aegean - 72G", "22.00", "Farilya", "Croatia" ], [ "11", "1993", "Aegean - 111G", "34.00", "Magic Life", "Australia" ], [ "12", "1993", "M/S/Y", "20.00", "Dilara-I", "Gibraltar" ], [ "13", "1994", "M/S/Y", "24.00", "Elegante", "England" ], [ "14", "1995", "Aegean - 82", "25.00", "Levante", "Maldives" ], [ "15", "1995", "Aegean - 82", "25.00", "Salute", "Maldives" ], [ "16", "1996", "Aegean - 82", "26.00", "Biga", "Italy" ], [ "17", "1996", "Aegean - 65", "20.00", "Kalyeta", "Italy" ], [ "18", "1998", "Aegean - 108G", "33.00", "Aegina (renamed “Gem”)", "England" ], [ "19", "1998", "Aegean - 108G", "33.00", "Boreas (renamed “Boreas of Katharina”)", "Yemen" ], [ "20", "1999", "Aegean - 89G", "27.00", "Aniletta", "Italy" ], [ "21", "1999", "Aegean - 89G", "27.00", "Barketta (renamed “Alisa”)", "Croatia" ], [ "22", "1999", "Aegean - 95G", "29.00", "Dream Voyager", "Maldives" ], [ "23", "2002", "Aegean - 72G", "22.00", "Escapade", "France" ], [ "24", "2002", "Aegean - 148G", "45.00", "Grand Magic", "UAE" ], [ "25", "2002", "Aegean - 67MY", "20.50", "Xanax", "Germany" ], [ "26", "2003", "Aegean - 78MS", "23.90", "Myra", "Italy" ], [ "27", "2003", "Aegean - 78MS", "23.90", "Plava Zvijezda (“Blue Star”)", "Croatia" ], [ "28", "2003", "Aegean - 78MS", "23.90", "Keyif", "Djibouti" ], [ "29", "2005", "Aegean - 105MY", "32.00", "Amazon-A", "Turkey" ], [ "30", "2004", "Aegean - 85MS", "25.80", "Theocara II", "Malta" ], [ "31", "2005", "Aegean - 128 G", "39.00", "Sea Dream", "Turkey" ], [ "32", "2005", "Aegean - 90G", "27.50", "Santa Maria", "Bulgaria" ], [ "33", "2005", "Aegean - 87SY", "26.60", "Spirit of the East", "England" ], [ "34", "2005", "Aegean - 74MS", "22.50", "Luopan", "England" ], [ "35", "2006", "Aegean - 74MS", "22.50", "Araminta", "Turkey" ], [ "36", "2006", "Aegean - 74MS", "22.50", "Faye", "UAE" ], [ "37", "2006", "Aegean - 112MY", "34.00", "La Sultane", "England" ], [ "38", "2007", "Aegean - 164G", "50.00", "Galileo", "Russia" ], [ "39", "2007", "Aegean - 115SY", "35.00", "Kairos", "Germany" ], [ "40", "2009", "Aegean - 164G", "50.00", "Montigne", "UNDER CONSTRUCTION" ], [ "41", "2008", "Aegean - 24M", "24.00", "Rosa", "Turkey" ], [ "42", "2008", "Aegean - 24M", "24.00", "Diva", "UNDER CONSTRUCTION" ] ], "name": "" }
{ "human_readable": "SELECT SUM Hull No. FROM table WHERE Destination = portugal", "sel": 0, "agg": 4, "conds": { "column_index": [ 5 ], "operator_index": [ 0 ], "condition": [ "portugal" ] } }
2
Name the sum of hull number for italy and year more to 1999
{ "header": [ "Hull No.", "Year", "Project", "Length overall in meters (without bowsprit)", "Name", "Destination" ], "page_title": "Aegean Yacht", "page_id": "13198075", "types": [ "real", "real", "text", "real", "text", "text" ], "id": "2-13198075-1", "section_title": "List of yachts", "caption": "List of yachts", "rows": [ [ "1", "1978", "Aegean - 53", "16.00", "Bebek", "Turkey" ], [ "2", "1988", "M/S/Y", "21.00", "Atlas I", "Turkey" ], [ "3", "1988", "M/S/Y", "21.00", "Atlas II", "Turkey" ], [ "4", "1988", "M/S/Y", "19.00", "Zorba", "Portugal" ], [ "5", "1989", "M/S/Y", "21.00", "Azura", "Greece" ], [ "6", "1989", "Aegean - 74", "21.00", "Argo", "Croatia" ], [ "7", "1991", "Aegean - 74", "23.00", "Savruga", "Djibouti" ], [ "8", "1991", "Aegean - 74", "23.00", "Beluga", "England" ], [ "9", "1991", "Aegean - 82", "26.00", "Nobile", "Malta" ], [ "10", "1992", "Aegean - 72G", "22.00", "Farilya", "Croatia" ], [ "11", "1993", "Aegean - 111G", "34.00", "Magic Life", "Australia" ], [ "12", "1993", "M/S/Y", "20.00", "Dilara-I", "Gibraltar" ], [ "13", "1994", "M/S/Y", "24.00", "Elegante", "England" ], [ "14", "1995", "Aegean - 82", "25.00", "Levante", "Maldives" ], [ "15", "1995", "Aegean - 82", "25.00", "Salute", "Maldives" ], [ "16", "1996", "Aegean - 82", "26.00", "Biga", "Italy" ], [ "17", "1996", "Aegean - 65", "20.00", "Kalyeta", "Italy" ], [ "18", "1998", "Aegean - 108G", "33.00", "Aegina (renamed “Gem”)", "England" ], [ "19", "1998", "Aegean - 108G", "33.00", "Boreas (renamed “Boreas of Katharina”)", "Yemen" ], [ "20", "1999", "Aegean - 89G", "27.00", "Aniletta", "Italy" ], [ "21", "1999", "Aegean - 89G", "27.00", "Barketta (renamed “Alisa”)", "Croatia" ], [ "22", "1999", "Aegean - 95G", "29.00", "Dream Voyager", "Maldives" ], [ "23", "2002", "Aegean - 72G", "22.00", "Escapade", "France" ], [ "24", "2002", "Aegean - 148G", "45.00", "Grand Magic", "UAE" ], [ "25", "2002", "Aegean - 67MY", "20.50", "Xanax", "Germany" ], [ "26", "2003", "Aegean - 78MS", "23.90", "Myra", "Italy" ], [ "27", "2003", "Aegean - 78MS", "23.90", "Plava Zvijezda (“Blue Star”)", "Croatia" ], [ "28", "2003", "Aegean - 78MS", "23.90", "Keyif", "Djibouti" ], [ "29", "2005", "Aegean - 105MY", "32.00", "Amazon-A", "Turkey" ], [ "30", "2004", "Aegean - 85MS", "25.80", "Theocara II", "Malta" ], [ "31", "2005", "Aegean - 128 G", "39.00", "Sea Dream", "Turkey" ], [ "32", "2005", "Aegean - 90G", "27.50", "Santa Maria", "Bulgaria" ], [ "33", "2005", "Aegean - 87SY", "26.60", "Spirit of the East", "England" ], [ "34", "2005", "Aegean - 74MS", "22.50", "Luopan", "England" ], [ "35", "2006", "Aegean - 74MS", "22.50", "Araminta", "Turkey" ], [ "36", "2006", "Aegean - 74MS", "22.50", "Faye", "UAE" ], [ "37", "2006", "Aegean - 112MY", "34.00", "La Sultane", "England" ], [ "38", "2007", "Aegean - 164G", "50.00", "Galileo", "Russia" ], [ "39", "2007", "Aegean - 115SY", "35.00", "Kairos", "Germany" ], [ "40", "2009", "Aegean - 164G", "50.00", "Montigne", "UNDER CONSTRUCTION" ], [ "41", "2008", "Aegean - 24M", "24.00", "Rosa", "Turkey" ], [ "42", "2008", "Aegean - 24M", "24.00", "Diva", "UNDER CONSTRUCTION" ] ], "name": "" }
{ "human_readable": "SELECT SUM Hull No. FROM table WHERE Destination = italy AND Year > 1999", "sel": 0, "agg": 4, "conds": { "column_index": [ 5, 1 ], "operator_index": [ 0, 1 ], "condition": [ "italy", "1999" ] } }
2
Are Giving me the result for a format saying album with 1994 as the year.
{ "header": [ "Year", "Date", "Title", "Format(s)", "Award Description(s)", "Result(s)" ], "page_title": "Whitney (album)", "page_id": "1220392", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-1220392-19", "section_title": "Recording Industry Association of America (RIAA) Awards", "caption": "Recording Industry Association of America (RIAA) Awards", "rows": [ [ "1987", "July 28", "Whitney", "Album", "Gold", "Won" ], [ "1987", "July 28", "Whitney", "Album", "Platinum", "Won" ], [ "1987", "July 28", "Whitney", "Album", "2× Multi-Platinum", "Won" ], [ "1987", "July 28", "\"I Wanna Dance with Somebody (Who Loves Me)\"", "Single", "Gold", "Won" ], [ "1987", "August 4", "Whitney", "Album", "3× Multi-Platinum", "Won" ], [ "1987", "September 30", "Whitney", "Album", "4× Multi-Platinum", "Won" ], [ "1987", "November 20", "Whitney", "Album", "5× Multi-Platinum", "Won" ], [ "1988", "April 18", "Whitney", "Album", "6× Multi-Platinum", "Won" ], [ "1989", "February 13", "\"I Wanna Dance with Somebody (Who Loves Me)\"", "Single", "Platinum", "Won" ], [ "1993", "June 23", "Whitney", "Album", "7× Multi-Platinum", "Won" ], [ "1994", "November 29", "Whitney", "Album", "8× Multi-Platinum", "Won" ], [ "1995", "November 29", "Whitney", "Album", "9× Multi-Platinum", "Won" ], [ "1995", "December 6", "\"So Emotional\"", "Single", "Gold", "Won" ] ], "name": "" }
{ "human_readable": "SELECT Result(s) FROM table WHERE Format(s) = album AND Year = 1994", "sel": 5, "agg": 0, "conds": { "column_index": [ 3, 0 ], "operator_index": [ 0, 0 ], "condition": [ "album", "1994" ] } }
2
Are Listing the Award Descriptions for the year of 1989.
{ "header": [ "Year", "Date", "Title", "Format(s)", "Award Description(s)", "Result(s)" ], "page_title": "Whitney (album)", "page_id": "1220392", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-1220392-19", "section_title": "Recording Industry Association of America (RIAA) Awards", "caption": "Recording Industry Association of America (RIAA) Awards", "rows": [ [ "1987", "July 28", "Whitney", "Album", "Gold", "Won" ], [ "1987", "July 28", "Whitney", "Album", "Platinum", "Won" ], [ "1987", "July 28", "Whitney", "Album", "2× Multi-Platinum", "Won" ], [ "1987", "July 28", "\"I Wanna Dance with Somebody (Who Loves Me)\"", "Single", "Gold", "Won" ], [ "1987", "August 4", "Whitney", "Album", "3× Multi-Platinum", "Won" ], [ "1987", "September 30", "Whitney", "Album", "4× Multi-Platinum", "Won" ], [ "1987", "November 20", "Whitney", "Album", "5× Multi-Platinum", "Won" ], [ "1988", "April 18", "Whitney", "Album", "6× Multi-Platinum", "Won" ], [ "1989", "February 13", "\"I Wanna Dance with Somebody (Who Loves Me)\"", "Single", "Platinum", "Won" ], [ "1993", "June 23", "Whitney", "Album", "7× Multi-Platinum", "Won" ], [ "1994", "November 29", "Whitney", "Album", "8× Multi-Platinum", "Won" ], [ "1995", "November 29", "Whitney", "Album", "9× Multi-Platinum", "Won" ], [ "1995", "December 6", "\"So Emotional\"", "Single", "Gold", "Won" ] ], "name": "" }
{ "human_readable": "SELECT Award Description(s) FROM table WHERE Year = 1989", "sel": 4, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1989" ] } }
2
What-all is on at 9:30 on the channel of a-dancing with the stars?
{ "header": [ "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00" ], "page_title": "2007–08 Canadian network television schedule", "page_id": "12280777", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12280777-2", "section_title": "Monday", "caption": "Monday", "rows": [ [ "Coronation Street", "Fashion File", "Dragons' Den", "Dragons' Den", "Intelligence", "Intelligence", "The National" ], [ "eTalk", "Jeopardy!", "Dancing with the Stars", "Dancing with the Stars", "Dancing with the Stars", "Corner Gas", "CSI: Miami" ], [ "ET Canada", "Entertainment Tonight", "Prison Break", "Prison Break", "Heroes", "Heroes", "Journeyman" ], [ "Wheel of Fortune", "e2", "Grand Star", "The Big Bang Theory", "Two and a Half Men", "Samantha Who?", "Monk" ], [ "Friends", "Access Hollywood", "Blood Ties", "Blood Ties", "Stargate SG-1", "Stargate SG-1", "The Bachelor" ], [ "The Insider", "E! News", "Deal or No Deal", "Deal or No Deal", "K-Ville", "K-Ville", "Rich Kids" ], [ "Virginie", "Rumeurs", "L'Auberge du chien noir", "L'Auberge du chien noir", "Les hauts et les bas de Sophie Paquin", "Les hauts et les bas de Sophie Paquin", "Le Téléjournal" ], [ "Occupation Double", "Le cœur a ses raisons", "Annie et ses hommes", "Annie et ses hommes", "Dr. House", "Dr. House", "Le TVA 22 heures" ], [ "Loft Story", "TAC", "CSI: NY", "CSI: NY", "Bob Gratton: Ma Vie", "3 x rien", "Le Journal du soir" ] ], "name": "" }
{ "human_readable": "SELECT 9:30 FROM table WHERE 8:30 = dancing with the stars", "sel": 5, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "dancing with the stars" ] } }
2
What-all is on at 7:30 when k-ville is on at 9:00 on that channel?
{ "header": [ "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00" ], "page_title": "2007–08 Canadian network television schedule", "page_id": "12280777", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12280777-2", "section_title": "Monday", "caption": "Monday", "rows": [ [ "Coronation Street", "Fashion File", "Dragons' Den", "Dragons' Den", "Intelligence", "Intelligence", "The National" ], [ "eTalk", "Jeopardy!", "Dancing with the Stars", "Dancing with the Stars", "Dancing with the Stars", "Corner Gas", "CSI: Miami" ], [ "ET Canada", "Entertainment Tonight", "Prison Break", "Prison Break", "Heroes", "Heroes", "Journeyman" ], [ "Wheel of Fortune", "e2", "Grand Star", "The Big Bang Theory", "Two and a Half Men", "Samantha Who?", "Monk" ], [ "Friends", "Access Hollywood", "Blood Ties", "Blood Ties", "Stargate SG-1", "Stargate SG-1", "The Bachelor" ], [ "The Insider", "E! News", "Deal or No Deal", "Deal or No Deal", "K-Ville", "K-Ville", "Rich Kids" ], [ "Virginie", "Rumeurs", "L'Auberge du chien noir", "L'Auberge du chien noir", "Les hauts et les bas de Sophie Paquin", "Les hauts et les bas de Sophie Paquin", "Le Téléjournal" ], [ "Occupation Double", "Le cœur a ses raisons", "Annie et ses hommes", "Annie et ses hommes", "Dr. House", "Dr. House", "Le TVA 22 heures" ], [ "Loft Story", "TAC", "CSI: NY", "CSI: NY", "Bob Gratton: Ma Vie", "3 x rien", "Le Journal du soir" ] ], "name": "" }
{ "human_readable": "SELECT 7:30 FROM table WHERE 9:00 = k-ville", "sel": 1, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "k-ville" ] } }
2
What-all is on at 8:30 when occupations double are on at 7:00 at that channel?
{ "header": [ "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00" ], "page_title": "2007–08 Canadian network television schedule", "page_id": "12280777", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12280777-2", "section_title": "Monday", "caption": "Monday", "rows": [ [ "Coronation Street", "Fashion File", "Dragons' Den", "Dragons' Den", "Intelligence", "Intelligence", "The National" ], [ "eTalk", "Jeopardy!", "Dancing with the Stars", "Dancing with the Stars", "Dancing with the Stars", "Corner Gas", "CSI: Miami" ], [ "ET Canada", "Entertainment Tonight", "Prison Break", "Prison Break", "Heroes", "Heroes", "Journeyman" ], [ "Wheel of Fortune", "e2", "Grand Star", "The Big Bang Theory", "Two and a Half Men", "Samantha Who?", "Monk" ], [ "Friends", "Access Hollywood", "Blood Ties", "Blood Ties", "Stargate SG-1", "Stargate SG-1", "The Bachelor" ], [ "The Insider", "E! News", "Deal or No Deal", "Deal or No Deal", "K-Ville", "K-Ville", "Rich Kids" ], [ "Virginie", "Rumeurs", "L'Auberge du chien noir", "L'Auberge du chien noir", "Les hauts et les bas de Sophie Paquin", "Les hauts et les bas de Sophie Paquin", "Le Téléjournal" ], [ "Occupation Double", "Le cœur a ses raisons", "Annie et ses hommes", "Annie et ses hommes", "Dr. House", "Dr. House", "Le TVA 22 heures" ], [ "Loft Story", "TAC", "CSI: NY", "CSI: NY", "Bob Gratton: Ma Vie", "3 x rien", "Le Journal du soir" ] ], "name": "" }
{ "human_readable": "SELECT 8:30 FROM table WHERE 7:00 = occupation double", "sel": 3, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "occupation double" ] } }
2
What-all is on at 8:30 when etalk is on at 7:00 on that channel?
{ "header": [ "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00" ], "page_title": "2007–08 Canadian network television schedule", "page_id": "12280777", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12280777-2", "section_title": "Monday", "caption": "Monday", "rows": [ [ "Coronation Street", "Fashion File", "Dragons' Den", "Dragons' Den", "Intelligence", "Intelligence", "The National" ], [ "eTalk", "Jeopardy!", "Dancing with the Stars", "Dancing with the Stars", "Dancing with the Stars", "Corner Gas", "CSI: Miami" ], [ "ET Canada", "Entertainment Tonight", "Prison Break", "Prison Break", "Heroes", "Heroes", "Journeyman" ], [ "Wheel of Fortune", "e2", "Grand Star", "The Big Bang Theory", "Two and a Half Men", "Samantha Who?", "Monk" ], [ "Friends", "Access Hollywood", "Blood Ties", "Blood Ties", "Stargate SG-1", "Stargate SG-1", "The Bachelor" ], [ "The Insider", "E! News", "Deal or No Deal", "Deal or No Deal", "K-Ville", "K-Ville", "Rich Kids" ], [ "Virginie", "Rumeurs", "L'Auberge du chien noir", "L'Auberge du chien noir", "Les hauts et les bas de Sophie Paquin", "Les hauts et les bas de Sophie Paquin", "Le Téléjournal" ], [ "Occupation Double", "Le cœur a ses raisons", "Annie et ses hommes", "Annie et ses hommes", "Dr. House", "Dr. House", "Le TVA 22 heures" ], [ "Loft Story", "TAC", "CSI: NY", "CSI: NY", "Bob Gratton: Ma Vie", "3 x rien", "Le Journal du soir" ] ], "name": "" }
{ "human_readable": "SELECT 8:30 FROM table WHERE 7:00 = etalk", "sel": 3, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "etalk" ] } }
2
What-all is on at when etalk is on 7:00 8:00?
{ "header": [ "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00" ], "page_title": "2007–08 Canadian network television schedule", "page_id": "12280777", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12280777-2", "section_title": "Monday", "caption": "Monday", "rows": [ [ "Coronation Street", "Fashion File", "Dragons' Den", "Dragons' Den", "Intelligence", "Intelligence", "The National" ], [ "eTalk", "Jeopardy!", "Dancing with the Stars", "Dancing with the Stars", "Dancing with the Stars", "Corner Gas", "CSI: Miami" ], [ "ET Canada", "Entertainment Tonight", "Prison Break", "Prison Break", "Heroes", "Heroes", "Journeyman" ], [ "Wheel of Fortune", "e2", "Grand Star", "The Big Bang Theory", "Two and a Half Men", "Samantha Who?", "Monk" ], [ "Friends", "Access Hollywood", "Blood Ties", "Blood Ties", "Stargate SG-1", "Stargate SG-1", "The Bachelor" ], [ "The Insider", "E! News", "Deal or No Deal", "Deal or No Deal", "K-Ville", "K-Ville", "Rich Kids" ], [ "Virginie", "Rumeurs", "L'Auberge du chien noir", "L'Auberge du chien noir", "Les hauts et les bas de Sophie Paquin", "Les hauts et les bas de Sophie Paquin", "Le Téléjournal" ], [ "Occupation Double", "Le cœur a ses raisons", "Annie et ses hommes", "Annie et ses hommes", "Dr. House", "Dr. House", "Le TVA 22 heures" ], [ "Loft Story", "TAC", "CSI: NY", "CSI: NY", "Bob Gratton: Ma Vie", "3 x rien", "Le Journal du soir" ] ], "name": "" }
{ "human_readable": "SELECT 8:00 FROM table WHERE 7:00 = etalk", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "etalk" ] } }
2
What-all was the score of the game played on August 5?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1986 Toronto Blue Jays season", "page_id": "12207449", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207449-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Orioles", "7 - 3", "Key (9-7)", "55-49" ], [ "August 2", "Orioles", "5 - 2", "Clancy (12-6)", "55-50" ], [ "August 3", "Orioles", "6 - 4", "Flanagan (5-7)", "56-50" ], [ "August 4", "Orioles", "12 - 2", "Johnson (1-1)", "56-51" ], [ "August 5", "Royals", "8 - 6", "Lamp (2-6)", "56-52" ], [ "August 6", "Royals", "8 - 0", "Jackson (6-8)", "57-52" ], [ "August 7", "Royals", "5 - 4", "Farr (7-3)", "58-52" ], [ "August 8", "@ Rangers", "9 - 7", "Eichhorn (8-4)", "58-53" ], [ "August 9", "@ Rangers", "7 - 6 (10)", "Caudill (2-4)", "58-54" ], [ "August 10", "@ Rangers", "8 - 7 (10)", "Williams (8-4)", "59-54" ], [ "August 11", "@ Orioles", "3 - 1", "Key (10-8)", "59-55" ], [ "August 12", "@ Orioles", "3 - 0", "McGregor (8-11)", "60-55" ], [ "August 13", "@ Orioles", "7 - 6 (13)", "Aquino (0-1)", "60-56" ], [ "August 15", "Rangers", "6 - 1", "Correa (7-10)", "61-56" ], [ "August 16", "Rangers", "13 - 1", "Hough (9-8)", "62-56" ], [ "August 17", "Rangers", "8 - 7 (11)", "Russell (4-2)", "63-56" ], [ "August 19", "White Sox", "5 - 1", "Cowley (8-8)", "64-56" ], [ "August 20", "White Sox", "4 - 1", "DeLeón (3-2)", "65-56" ], [ "August 21", "White Sox", "4 - 3", "Key (11-9)", "65-57" ], [ "August 22", "@ Twins", "4 - 3", "Clancy (13-7)", "65-58" ], [ "August 23", "@ Twins", "7 - 4", "Smithson (9-12)", "66-58" ], [ "August 24", "@ Twins", "7 - 5 (10)", "Atherton (5-8)", "67-58" ], [ "August 26", "@ Indians", "6 - 6 (9)", "Postponed (rain) Rescheduled for August 27", "67-58" ], [ "August 27", "@ Indians", "3 - 2 (12)", "Oelkers (2-3)", "68-58" ], [ "August 27", "@ Indians", "6 - 3", "Wills (1-2)", "69-58" ], [ "August 28", "@ Indians", "9 - 1", "Schrom (11-6)", "70-58" ], [ "August 29", "Twins", "6 - 5", "Atherton (5-10)", "71-58" ], [ "August 30", "Twins", "8 - 1", "Viola (13-10)", "72-58" ], [ "August 31", "Twins", "7 - 5", "Anderson (3-5)", "73-58" ] ], "name": "" }
{ "human_readable": "SELECT Score FROM table WHERE Date = august 5", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "august 5" ] } }
2
On what date done was the Blue Jays record 60-56?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1986 Toronto Blue Jays season", "page_id": "12207449", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207449-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Orioles", "7 - 3", "Key (9-7)", "55-49" ], [ "August 2", "Orioles", "5 - 2", "Clancy (12-6)", "55-50" ], [ "August 3", "Orioles", "6 - 4", "Flanagan (5-7)", "56-50" ], [ "August 4", "Orioles", "12 - 2", "Johnson (1-1)", "56-51" ], [ "August 5", "Royals", "8 - 6", "Lamp (2-6)", "56-52" ], [ "August 6", "Royals", "8 - 0", "Jackson (6-8)", "57-52" ], [ "August 7", "Royals", "5 - 4", "Farr (7-3)", "58-52" ], [ "August 8", "@ Rangers", "9 - 7", "Eichhorn (8-4)", "58-53" ], [ "August 9", "@ Rangers", "7 - 6 (10)", "Caudill (2-4)", "58-54" ], [ "August 10", "@ Rangers", "8 - 7 (10)", "Williams (8-4)", "59-54" ], [ "August 11", "@ Orioles", "3 - 1", "Key (10-8)", "59-55" ], [ "August 12", "@ Orioles", "3 - 0", "McGregor (8-11)", "60-55" ], [ "August 13", "@ Orioles", "7 - 6 (13)", "Aquino (0-1)", "60-56" ], [ "August 15", "Rangers", "6 - 1", "Correa (7-10)", "61-56" ], [ "August 16", "Rangers", "13 - 1", "Hough (9-8)", "62-56" ], [ "August 17", "Rangers", "8 - 7 (11)", "Russell (4-2)", "63-56" ], [ "August 19", "White Sox", "5 - 1", "Cowley (8-8)", "64-56" ], [ "August 20", "White Sox", "4 - 1", "DeLeón (3-2)", "65-56" ], [ "August 21", "White Sox", "4 - 3", "Key (11-9)", "65-57" ], [ "August 22", "@ Twins", "4 - 3", "Clancy (13-7)", "65-58" ], [ "August 23", "@ Twins", "7 - 4", "Smithson (9-12)", "66-58" ], [ "August 24", "@ Twins", "7 - 5 (10)", "Atherton (5-8)", "67-58" ], [ "August 26", "@ Indians", "6 - 6 (9)", "Postponed (rain) Rescheduled for August 27", "67-58" ], [ "August 27", "@ Indians", "3 - 2 (12)", "Oelkers (2-3)", "68-58" ], [ "August 27", "@ Indians", "6 - 3", "Wills (1-2)", "69-58" ], [ "August 28", "@ Indians", "9 - 1", "Schrom (11-6)", "70-58" ], [ "August 29", "Twins", "6 - 5", "Atherton (5-10)", "71-58" ], [ "August 30", "Twins", "8 - 1", "Viola (13-10)", "72-58" ], [ "August 31", "Twins", "7 - 5", "Anderson (3-5)", "73-58" ] ], "name": "" }
{ "human_readable": "SELECT Date FROM table WHERE Record = 60-56", "sel": 0, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "60-56" ] } }
2
Are Telling us the name for first elected more than 1988 and district of mason
{ "header": [ "Position", "Name", "Party", "First elected", "District" ], "page_title": "Fairfax County Board of Supervisors", "page_id": "12561412", "types": [ "text", "text", "text", "real", "text" ], "id": "2-12561412-1", "section_title": "Membership", "caption": "County Board of Supervisors", "rows": [ [ "Chairman", "Sharon Bulova", "Democratic Party", "2009", "At-Large" ], [ "Supervisor", "John Cook", "Republican Party", "2009", "Braddock" ], [ "Supervisor", "John Foust", "Democratic Party", "2007", "Dranesville" ], [ "Supervisor", "Cathy Hudgins", "Democratic Party", "1999", "Hunter Mill" ], [ "Supervisor", "Jeff McKay", "Democratic Party", "2007", "Lee" ], [ "Supervisor", "Penelope Gross", "Democratic Party", "1995", "Mason" ], [ "Supervisor", "Gerald Hyland", "Democratic Party", "1988", "Mount Vernon" ], [ "Supervisor", "Linda Smyth", "Democratic Party", "2003", "Providence" ], [ "Supervisor", "Pat Herrity", "Republican Party", "2007", "Springfield" ], [ "Supervisor", "Michael Frey", "Republican Party", "1991", "Sully" ] ], "name": "" }
{ "human_readable": "SELECT Name FROM table WHERE First elected > 1988 AND District = mason", "sel": 1, "agg": 0, "conds": { "column_index": [ 3, 4 ], "operator_index": [ 1, 0 ], "condition": [ "1988", "mason" ] } }
2
Are Naming the party with first a-elected more than 1999 and position of supervisor for john foust
{ "header": [ "Position", "Name", "Party", "First elected", "District" ], "page_title": "Fairfax County Board of Supervisors", "page_id": "12561412", "types": [ "text", "text", "text", "real", "text" ], "id": "2-12561412-1", "section_title": "Membership", "caption": "County Board of Supervisors", "rows": [ [ "Chairman", "Sharon Bulova", "Democratic Party", "2009", "At-Large" ], [ "Supervisor", "John Cook", "Republican Party", "2009", "Braddock" ], [ "Supervisor", "John Foust", "Democratic Party", "2007", "Dranesville" ], [ "Supervisor", "Cathy Hudgins", "Democratic Party", "1999", "Hunter Mill" ], [ "Supervisor", "Jeff McKay", "Democratic Party", "2007", "Lee" ], [ "Supervisor", "Penelope Gross", "Democratic Party", "1995", "Mason" ], [ "Supervisor", "Gerald Hyland", "Democratic Party", "1988", "Mount Vernon" ], [ "Supervisor", "Linda Smyth", "Democratic Party", "2003", "Providence" ], [ "Supervisor", "Pat Herrity", "Republican Party", "2007", "Springfield" ], [ "Supervisor", "Michael Frey", "Republican Party", "1991", "Sully" ] ], "name": "" }
{ "human_readable": "SELECT Party FROM table WHERE First elected > 1999 AND Position = supervisor AND Name = john foust", "sel": 2, "agg": 0, "conds": { "column_index": [ 3, 0, 1 ], "operator_index": [ 1, 0, 0 ], "condition": [ "1999", "supervisor", "john foust" ] } }
2
Are Naming the total number of first a-elected for dranesville
{ "header": [ "Position", "Name", "Party", "First elected", "District" ], "page_title": "Fairfax County Board of Supervisors", "page_id": "12561412", "types": [ "text", "text", "text", "real", "text" ], "id": "2-12561412-1", "section_title": "Membership", "caption": "County Board of Supervisors", "rows": [ [ "Chairman", "Sharon Bulova", "Democratic Party", "2009", "At-Large" ], [ "Supervisor", "John Cook", "Republican Party", "2009", "Braddock" ], [ "Supervisor", "John Foust", "Democratic Party", "2007", "Dranesville" ], [ "Supervisor", "Cathy Hudgins", "Democratic Party", "1999", "Hunter Mill" ], [ "Supervisor", "Jeff McKay", "Democratic Party", "2007", "Lee" ], [ "Supervisor", "Penelope Gross", "Democratic Party", "1995", "Mason" ], [ "Supervisor", "Gerald Hyland", "Democratic Party", "1988", "Mount Vernon" ], [ "Supervisor", "Linda Smyth", "Democratic Party", "2003", "Providence" ], [ "Supervisor", "Pat Herrity", "Republican Party", "2007", "Springfield" ], [ "Supervisor", "Michael Frey", "Republican Party", "1991", "Sully" ] ], "name": "" }
{ "human_readable": "SELECT COUNT First elected FROM table WHERE District = dranesville", "sel": 3, "agg": 3, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "dranesville" ] } }
2
What year had been the venue at Sydney Cricket Ground, and so the opponent had been Parramatta Eels?
{ "header": [ "Year", "Opponent", "Competition", "Score", "Venue", "Attendance" ], "page_title": "List of Manly-Warringah Sea Eagles honours", "page_id": "12573519", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12573519-7", "section_title": "Premierships (8/62)", "caption": "Premierships (8/62)", "rows": [ [ "1972", "Eastern Suburbs Roosters", "NSWRFL", "19-14", "Sydney Cricket Ground", "54,537" ], [ "1973", "Cronulla-Sutherland Sharks", "NSWRFL", "10-7", "Sydney Cricket Ground", "52,044" ], [ "1976", "Parramatta Eels", "NSWRFL", "13-10", "Sydney Cricket Ground", "57,343" ], [ "1978", "Cronulla-Sutherland Sharks", "NSWRFL", "16-0", "Sydney Cricket Ground", "33,552*" ], [ "1987", "Canberra Raiders", "NSWRL", "18-8", "Sydney Cricket Ground", "50,201" ], [ "1996", "St George Dragons", "ARL", "20-8", "Sydney Football Stadium", "40,985" ], [ "2008", "Melbourne Storm", "NRL", "40-0", "ANZ Stadium", "80,388" ], [ "2011", "New Zealand Warriors", "NRL", "24-10", "ANZ Stadium", "81,988" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Year FROM table WHERE Venue = sydney cricket ground AND Opponent = parramatta eels", "sel": 0, "agg": 3, "conds": { "column_index": [ 4, 1 ], "operator_index": [ 0, 0 ], "condition": [ "sydney cricket ground", "parramatta eels" ] } }
2
What-all were the competitions in 1978?
{ "header": [ "Year", "Opponent", "Competition", "Score", "Venue", "Attendance" ], "page_title": "List of Manly-Warringah Sea Eagles honours", "page_id": "12573519", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12573519-7", "section_title": "Premierships (8/62)", "caption": "Premierships (8/62)", "rows": [ [ "1972", "Eastern Suburbs Roosters", "NSWRFL", "19-14", "Sydney Cricket Ground", "54,537" ], [ "1973", "Cronulla-Sutherland Sharks", "NSWRFL", "10-7", "Sydney Cricket Ground", "52,044" ], [ "1976", "Parramatta Eels", "NSWRFL", "13-10", "Sydney Cricket Ground", "57,343" ], [ "1978", "Cronulla-Sutherland Sharks", "NSWRFL", "16-0", "Sydney Cricket Ground", "33,552*" ], [ "1987", "Canberra Raiders", "NSWRL", "18-8", "Sydney Cricket Ground", "50,201" ], [ "1996", "St George Dragons", "ARL", "20-8", "Sydney Football Stadium", "40,985" ], [ "2008", "Melbourne Storm", "NRL", "40-0", "ANZ Stadium", "80,388" ], [ "2011", "New Zealand Warriors", "NRL", "24-10", "ANZ Stadium", "81,988" ] ], "name": "" }
{ "human_readable": "SELECT Competition FROM table WHERE Year = 1978", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1978" ] } }
2
What year had been the average attendance 80,388?
{ "header": [ "Year", "Opponent", "Competition", "Score", "Venue", "Attendance" ], "page_title": "List of Manly-Warringah Sea Eagles honours", "page_id": "12573519", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12573519-7", "section_title": "Premierships (8/62)", "caption": "Premierships (8/62)", "rows": [ [ "1972", "Eastern Suburbs Roosters", "NSWRFL", "19-14", "Sydney Cricket Ground", "54,537" ], [ "1973", "Cronulla-Sutherland Sharks", "NSWRFL", "10-7", "Sydney Cricket Ground", "52,044" ], [ "1976", "Parramatta Eels", "NSWRFL", "13-10", "Sydney Cricket Ground", "57,343" ], [ "1978", "Cronulla-Sutherland Sharks", "NSWRFL", "16-0", "Sydney Cricket Ground", "33,552*" ], [ "1987", "Canberra Raiders", "NSWRL", "18-8", "Sydney Cricket Ground", "50,201" ], [ "1996", "St George Dragons", "ARL", "20-8", "Sydney Football Stadium", "40,985" ], [ "2008", "Melbourne Storm", "NRL", "40-0", "ANZ Stadium", "80,388" ], [ "2011", "New Zealand Warriors", "NRL", "24-10", "ANZ Stadium", "81,988" ] ], "name": "" }
{ "human_readable": "SELECT AVG Year FROM table WHERE Attendance = 80,388", "sel": 0, "agg": 5, "conds": { "column_index": [ 5 ], "operator_index": [ 0 ], "condition": [ "80,388" ] } }
2
What-all was the score with the opponent a-being New Zealand Warriors?
{ "header": [ "Year", "Opponent", "Competition", "Score", "Venue", "Attendance" ], "page_title": "List of Manly-Warringah Sea Eagles honours", "page_id": "12573519", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12573519-7", "section_title": "Premierships (8/62)", "caption": "Premierships (8/62)", "rows": [ [ "1972", "Eastern Suburbs Roosters", "NSWRFL", "19-14", "Sydney Cricket Ground", "54,537" ], [ "1973", "Cronulla-Sutherland Sharks", "NSWRFL", "10-7", "Sydney Cricket Ground", "52,044" ], [ "1976", "Parramatta Eels", "NSWRFL", "13-10", "Sydney Cricket Ground", "57,343" ], [ "1978", "Cronulla-Sutherland Sharks", "NSWRFL", "16-0", "Sydney Cricket Ground", "33,552*" ], [ "1987", "Canberra Raiders", "NSWRL", "18-8", "Sydney Cricket Ground", "50,201" ], [ "1996", "St George Dragons", "ARL", "20-8", "Sydney Football Stadium", "40,985" ], [ "2008", "Melbourne Storm", "NRL", "40-0", "ANZ Stadium", "80,388" ], [ "2011", "New Zealand Warriors", "NRL", "24-10", "ANZ Stadium", "81,988" ] ], "name": "" }
{ "human_readable": "SELECT Score FROM table WHERE Opponent = new zealand warriors", "sel": 3, "agg": 0, "conds": { "column_index": [ 1 ], "operator_index": [ 0 ], "condition": [ "new zealand warriors" ] } }
2
Which 1st Party has an election in 1847?
{ "header": [ "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], "page_title": "North Staffordshire (UK Parliament constituency)", "page_id": "12291693", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12291693-1", "section_title": "Members of Parliament", "caption": "Members of Parliament", "rows": [ [ "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ], "name": "" }
{ "human_readable": "SELECT 1st Party FROM table WHERE Election = 1847", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1847" ] } }
2
Which 1st Party has an election in 1865?
{ "header": [ "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], "page_title": "North Staffordshire (UK Parliament constituency)", "page_id": "12291693", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12291693-1", "section_title": "Members of Parliament", "caption": "Members of Parliament", "rows": [ [ "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ], "name": "" }
{ "human_readable": "SELECT 1st Party FROM table WHERE Election = 1865", "sel": 2, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1865" ] } }
2
Which 1st Party has a 2nd Member of constituency abolished?
{ "header": [ "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], "page_title": "North Staffordshire (UK Parliament constituency)", "page_id": "12291693", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12291693-1", "section_title": "Members of Parliament", "caption": "Members of Parliament", "rows": [ [ "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ], "name": "" }
{ "human_readable": "SELECT 1st Party FROM table WHERE 2nd Member = constituency abolished", "sel": 2, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "constituency abolished" ] } }
2
Which 1st Member has an election in 1880 and a liberal 1st Party?
{ "header": [ "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], "page_title": "North Staffordshire (UK Parliament constituency)", "page_id": "12291693", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12291693-1", "section_title": "Members of Parliament", "caption": "Members of Parliament", "rows": [ [ "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ], "name": "" }
{ "human_readable": "SELECT 1st Member FROM table WHERE 1st Party = liberal AND Election = 1880", "sel": 1, "agg": 0, "conds": { "column_index": [ 2, 0 ], "operator_index": [ 0, 0 ], "condition": [ "liberal", "1880" ] } }
2
Which 1st Member has an election in 1859 and a conservative 2nd Party?
{ "header": [ "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], "page_title": "North Staffordshire (UK Parliament constituency)", "page_id": "12291693", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12291693-1", "section_title": "Members of Parliament", "caption": "Members of Parliament", "rows": [ [ "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ], "name": "" }
{ "human_readable": "SELECT 1st Member FROM table WHERE 2nd Party = conservative AND Election = 1859", "sel": 1, "agg": 0, "conds": { "column_index": [ 4, 0 ], "operator_index": [ 0, 0 ], "condition": [ "conservative", "1859" ] } }
2
What-all had been the average number of points with bonus pts less as 31 with the rider are denniing gavros?
{ "header": [ "Rider", "Matches", "Rides", "Bonus Pts", "Total Points" ], "page_title": "Halifax Dukes", "page_id": "12518301", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12518301-2", "section_title": "1966 Season - finished 1st (54pts) out of 19", "caption": "1966 Season - finished 1st (54pts) out of 19", "rows": [ [ "Eric Boocock", "38", "161", "19", "421" ], [ "Eric Boothroyd", "38", "164", "36", "381" ], [ "Dave Younghusband", "38", "160", "5", "353" ], [ "Tommy Roper", "39", "158", "42", "297" ], [ "Bert Kingston", "32", "120", "29", "180" ], [ "Bob Jameson", "41", "151", "38", "203" ], [ "Dennis Gavros", "40", "134", "31", "167" ], [ "Greg Kentwell", "6", "14", "3", "14" ], [ "Maurie Robinson", "6", "12", "1", "7" ], [ "Ian Wilson", "1", "2", "0", "0" ] ], "name": "" }
{ "human_readable": "SELECT AVG Total Points FROM table WHERE Rider = dennis gavros AND Bonus Pts < 31", "sel": 4, "agg": 5, "conds": { "column_index": [ 0, 3 ], "operator_index": [ 0, 2 ], "condition": [ "dennis gavros", "31" ] } }
2
How many total matches involving dennis gavros had total points less than 167?
{ "header": [ "Rider", "Matches", "Rides", "Bonus Pts", "Total Points" ], "page_title": "Halifax Dukes", "page_id": "12518301", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12518301-2", "section_title": "1966 Season - finished 1st (54pts) out of 19", "caption": "1966 Season - finished 1st (54pts) out of 19", "rows": [ [ "Eric Boocock", "38", "161", "19", "421" ], [ "Eric Boothroyd", "38", "164", "36", "381" ], [ "Dave Younghusband", "38", "160", "5", "353" ], [ "Tommy Roper", "39", "158", "42", "297" ], [ "Bert Kingston", "32", "120", "29", "180" ], [ "Bob Jameson", "41", "151", "38", "203" ], [ "Dennis Gavros", "40", "134", "31", "167" ], [ "Greg Kentwell", "6", "14", "3", "14" ], [ "Maurie Robinson", "6", "12", "1", "7" ], [ "Ian Wilson", "1", "2", "0", "0" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Matches FROM table WHERE Rider = dennis gavros AND Total Points < 167", "sel": 1, "agg": 3, "conds": { "column_index": [ 0, 4 ], "operator_index": [ 0, 2 ], "condition": [ "dennis gavros", "167" ] } }
2
What-all is the most smallest number of matches with Bonus Pts of 19 and Total Points more greater than 421?
{ "header": [ "Rider", "Matches", "Rides", "Bonus Pts", "Total Points" ], "page_title": "Halifax Dukes", "page_id": "12518301", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12518301-2", "section_title": "1966 Season - finished 1st (54pts) out of 19", "caption": "1966 Season - finished 1st (54pts) out of 19", "rows": [ [ "Eric Boocock", "38", "161", "19", "421" ], [ "Eric Boothroyd", "38", "164", "36", "381" ], [ "Dave Younghusband", "38", "160", "5", "353" ], [ "Tommy Roper", "39", "158", "42", "297" ], [ "Bert Kingston", "32", "120", "29", "180" ], [ "Bob Jameson", "41", "151", "38", "203" ], [ "Dennis Gavros", "40", "134", "31", "167" ], [ "Greg Kentwell", "6", "14", "3", "14" ], [ "Maurie Robinson", "6", "12", "1", "7" ], [ "Ian Wilson", "1", "2", "0", "0" ] ], "name": "" }
{ "human_readable": "SELECT MIN Matches FROM table WHERE Bonus Pts = 19 AND Total Points > 421", "sel": 1, "agg": 2, "conds": { "column_index": [ 3, 4 ], "operator_index": [ 0, 1 ], "condition": [ "19", "421" ] } }
2
It is Bart Brentjens as rider 2 that which category earlier than 2006 has?
{ "header": [ "Date", "Category", "Team", "Rider 1", "Rider 2" ], "page_title": "Cape Epic", "page_id": "12498437", "types": [ "real", "text", "text", "text", "text" ], "id": "2-12498437-2", "section_title": "Winners from 2004", "caption": "Winners from 2004", "rows": [ [ "2004", "Men", "Focus/Rocky Mountain", "Mannie Heymans", "Karl Platt" ], [ "2004", "Ladies", "Yellow Jacket", "Hanlie Booyens", "Sharon Laws" ], [ "2004", "Mixed", "HAI-Bike / Scott", "Kirsten Rösel", "Robert Eder" ], [ "2004", "Masters", "Bowmans - Giant", "Frank Soll", "Duncan English" ], [ "2005", "Men", "Giant", "Roel Paulissen", "Bart Brentjens" ], [ "2005", "Ladies", "Fiat/Bianchi/Adidas", "Zoe Frost", "Hannele Steyn-Kotze" ], [ "2005", "Mixed", "Team Microsoft", "Nic White", "Anke Erlank" ], [ "2005", "Masters", "Getaway/Mongoos", "Friedrich Coleske", "Doug Brown" ], [ "2006", "Men", "Specialized", "Christoph Sauser", "Silvio Bundi" ], [ "2006", "Ladies", "adidas-Fiat-Rotwild", "Sabine Grona", "Kerstin Brachtendorf" ], [ "2006", "Mixed", "radys.com", "Dolores Maechler", "Severin Rupp" ], [ "2006", "Masters", "ABSA BUSINESS BANKING SERVICES I", "Linus van Onselen", "Geddan Ruddock" ], [ "2007", "Men", "Team Bulls", "Karl Platt", "Stefan Sahm" ], [ "2007", "Ladies", "DURAVIT", "Anke Erlank", "Yolandè De Villiers" ], [ "2007", "Mixed", "IMC/Mongoose", "Yolande Speedy", "Paul Cordes" ], [ "2007", "Masters", "Cycle lab", "Andrew Mclean", "Damian Booth" ], [ "2008", "Men", "Cannondale Vredestein", "Roel Paulissen", "Jakob Fuglsang" ], [ "2008", "Ladies", "Rocky Mountain", "Pia Sundstedt", "Alison Sydor" ], [ "2008", "Mixed", "Joybike guided by VMT and Maloja", "Ivonne Kraft", "Nico Pfitzenmaier" ], [ "2008", "Masters", "ABSA Masters", "Doug Brown", "Barti Bucher" ], [ "2009", "Men", "Bulls", "Karl Platt", "Stefan Sahm" ], [ "2009", "Ladies", "Absa Ladies", "Sharon Laws", "Hanlie Booyens" ], [ "2009", "Mixed", "adidas Big Tree", "Nico Pfitzenmaier", "Alison Sydor" ], [ "2009", "Masters", "Absa Masters", "Doug Brown", "Bärti Bucher" ], [ "2010", "Men", "Bulls 1", "Karl Platt", "Stefan Sahm" ], [ "2010", "Ladies", "Rothaus-CUBE", "Kristine Noergaard", "Anna-sofie Noergaard" ], [ "2010", "Mixed", "MTN Business Quebeka", "Yolande Speedy", "Paul Cordes" ], [ "2010", "Masters", "Cyclelab Toyta", "Shan Wilson", "Andrew Mclean" ], [ "2011", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2011", "Ladies", "USN", "Sally Bigham", "Karien van Jaarsveld" ], [ "2011", "Mixed", "Wheeler BiXS", "Barti Bucher", "Esther Süss" ], [ "2011", "Masters", "Juwi", "Carsten Bresser", "Udo Boelts" ], [ "2012", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2012", "Ladies", "Wheels4Life", "Sally Bigham", "Esther Süss" ], [ "2012", "Mixed", "Contego 28E", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2012", "Masters", "World Bicycle Relief", "Bart Brentjens", "Jan Weevers" ], [ "2013", "Men", "Burry Stander - SONGO", "Christoph Sauser", "Jaroslav Kulhavy" ], [ "2013", "Ladies", "Energas", "Yolande Speedy", "Catherine Williamson" ], [ "2013", "Mixed", "RE:CM", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2013", "Masters", "Bridge", "Nico Pfitzenmaier", "Abraao Azevedo" ], [ "2013", "Grand Masters", "Songo.info", "Bärti Bucher", "Heinz Zoerweg" ] ], "name": "" }
{ "human_readable": "SELECT Category FROM table WHERE Date < 2006 AND Rider 2 = bart brentjens", "sel": 1, "agg": 0, "conds": { "column_index": [ 0, 4 ], "operator_index": [ 2, 0 ], "condition": [ "2006", "bart brentjens" ] } }
2
How many dates does the ladies category correspond to Rothaus-Cube?
{ "header": [ "Date", "Category", "Team", "Rider 1", "Rider 2" ], "page_title": "Cape Epic", "page_id": "12498437", "types": [ "real", "text", "text", "text", "text" ], "id": "2-12498437-2", "section_title": "Winners from 2004", "caption": "Winners from 2004", "rows": [ [ "2004", "Men", "Focus/Rocky Mountain", "Mannie Heymans", "Karl Platt" ], [ "2004", "Ladies", "Yellow Jacket", "Hanlie Booyens", "Sharon Laws" ], [ "2004", "Mixed", "HAI-Bike / Scott", "Kirsten Rösel", "Robert Eder" ], [ "2004", "Masters", "Bowmans - Giant", "Frank Soll", "Duncan English" ], [ "2005", "Men", "Giant", "Roel Paulissen", "Bart Brentjens" ], [ "2005", "Ladies", "Fiat/Bianchi/Adidas", "Zoe Frost", "Hannele Steyn-Kotze" ], [ "2005", "Mixed", "Team Microsoft", "Nic White", "Anke Erlank" ], [ "2005", "Masters", "Getaway/Mongoos", "Friedrich Coleske", "Doug Brown" ], [ "2006", "Men", "Specialized", "Christoph Sauser", "Silvio Bundi" ], [ "2006", "Ladies", "adidas-Fiat-Rotwild", "Sabine Grona", "Kerstin Brachtendorf" ], [ "2006", "Mixed", "radys.com", "Dolores Maechler", "Severin Rupp" ], [ "2006", "Masters", "ABSA BUSINESS BANKING SERVICES I", "Linus van Onselen", "Geddan Ruddock" ], [ "2007", "Men", "Team Bulls", "Karl Platt", "Stefan Sahm" ], [ "2007", "Ladies", "DURAVIT", "Anke Erlank", "Yolandè De Villiers" ], [ "2007", "Mixed", "IMC/Mongoose", "Yolande Speedy", "Paul Cordes" ], [ "2007", "Masters", "Cycle lab", "Andrew Mclean", "Damian Booth" ], [ "2008", "Men", "Cannondale Vredestein", "Roel Paulissen", "Jakob Fuglsang" ], [ "2008", "Ladies", "Rocky Mountain", "Pia Sundstedt", "Alison Sydor" ], [ "2008", "Mixed", "Joybike guided by VMT and Maloja", "Ivonne Kraft", "Nico Pfitzenmaier" ], [ "2008", "Masters", "ABSA Masters", "Doug Brown", "Barti Bucher" ], [ "2009", "Men", "Bulls", "Karl Platt", "Stefan Sahm" ], [ "2009", "Ladies", "Absa Ladies", "Sharon Laws", "Hanlie Booyens" ], [ "2009", "Mixed", "adidas Big Tree", "Nico Pfitzenmaier", "Alison Sydor" ], [ "2009", "Masters", "Absa Masters", "Doug Brown", "Bärti Bucher" ], [ "2010", "Men", "Bulls 1", "Karl Platt", "Stefan Sahm" ], [ "2010", "Ladies", "Rothaus-CUBE", "Kristine Noergaard", "Anna-sofie Noergaard" ], [ "2010", "Mixed", "MTN Business Quebeka", "Yolande Speedy", "Paul Cordes" ], [ "2010", "Masters", "Cyclelab Toyta", "Shan Wilson", "Andrew Mclean" ], [ "2011", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2011", "Ladies", "USN", "Sally Bigham", "Karien van Jaarsveld" ], [ "2011", "Mixed", "Wheeler BiXS", "Barti Bucher", "Esther Süss" ], [ "2011", "Masters", "Juwi", "Carsten Bresser", "Udo Boelts" ], [ "2012", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2012", "Ladies", "Wheels4Life", "Sally Bigham", "Esther Süss" ], [ "2012", "Mixed", "Contego 28E", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2012", "Masters", "World Bicycle Relief", "Bart Brentjens", "Jan Weevers" ], [ "2013", "Men", "Burry Stander - SONGO", "Christoph Sauser", "Jaroslav Kulhavy" ], [ "2013", "Ladies", "Energas", "Yolande Speedy", "Catherine Williamson" ], [ "2013", "Mixed", "RE:CM", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2013", "Masters", "Bridge", "Nico Pfitzenmaier", "Abraao Azevedo" ], [ "2013", "Grand Masters", "Songo.info", "Bärti Bucher", "Heinz Zoerweg" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Date FROM table WHERE Category = ladies AND Team = rothaus-cube", "sel": 0, "agg": 3, "conds": { "column_index": [ 1, 2 ], "operator_index": [ 0, 0 ], "condition": [ "ladies", "rothaus-cube" ] } }
2
Which category has a team of Cannondale Vredestein?
{ "header": [ "Date", "Category", "Team", "Rider 1", "Rider 2" ], "page_title": "Cape Epic", "page_id": "12498437", "types": [ "real", "text", "text", "text", "text" ], "id": "2-12498437-2", "section_title": "Winners from 2004", "caption": "Winners from 2004", "rows": [ [ "2004", "Men", "Focus/Rocky Mountain", "Mannie Heymans", "Karl Platt" ], [ "2004", "Ladies", "Yellow Jacket", "Hanlie Booyens", "Sharon Laws" ], [ "2004", "Mixed", "HAI-Bike / Scott", "Kirsten Rösel", "Robert Eder" ], [ "2004", "Masters", "Bowmans - Giant", "Frank Soll", "Duncan English" ], [ "2005", "Men", "Giant", "Roel Paulissen", "Bart Brentjens" ], [ "2005", "Ladies", "Fiat/Bianchi/Adidas", "Zoe Frost", "Hannele Steyn-Kotze" ], [ "2005", "Mixed", "Team Microsoft", "Nic White", "Anke Erlank" ], [ "2005", "Masters", "Getaway/Mongoos", "Friedrich Coleske", "Doug Brown" ], [ "2006", "Men", "Specialized", "Christoph Sauser", "Silvio Bundi" ], [ "2006", "Ladies", "adidas-Fiat-Rotwild", "Sabine Grona", "Kerstin Brachtendorf" ], [ "2006", "Mixed", "radys.com", "Dolores Maechler", "Severin Rupp" ], [ "2006", "Masters", "ABSA BUSINESS BANKING SERVICES I", "Linus van Onselen", "Geddan Ruddock" ], [ "2007", "Men", "Team Bulls", "Karl Platt", "Stefan Sahm" ], [ "2007", "Ladies", "DURAVIT", "Anke Erlank", "Yolandè De Villiers" ], [ "2007", "Mixed", "IMC/Mongoose", "Yolande Speedy", "Paul Cordes" ], [ "2007", "Masters", "Cycle lab", "Andrew Mclean", "Damian Booth" ], [ "2008", "Men", "Cannondale Vredestein", "Roel Paulissen", "Jakob Fuglsang" ], [ "2008", "Ladies", "Rocky Mountain", "Pia Sundstedt", "Alison Sydor" ], [ "2008", "Mixed", "Joybike guided by VMT and Maloja", "Ivonne Kraft", "Nico Pfitzenmaier" ], [ "2008", "Masters", "ABSA Masters", "Doug Brown", "Barti Bucher" ], [ "2009", "Men", "Bulls", "Karl Platt", "Stefan Sahm" ], [ "2009", "Ladies", "Absa Ladies", "Sharon Laws", "Hanlie Booyens" ], [ "2009", "Mixed", "adidas Big Tree", "Nico Pfitzenmaier", "Alison Sydor" ], [ "2009", "Masters", "Absa Masters", "Doug Brown", "Bärti Bucher" ], [ "2010", "Men", "Bulls 1", "Karl Platt", "Stefan Sahm" ], [ "2010", "Ladies", "Rothaus-CUBE", "Kristine Noergaard", "Anna-sofie Noergaard" ], [ "2010", "Mixed", "MTN Business Quebeka", "Yolande Speedy", "Paul Cordes" ], [ "2010", "Masters", "Cyclelab Toyta", "Shan Wilson", "Andrew Mclean" ], [ "2011", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2011", "Ladies", "USN", "Sally Bigham", "Karien van Jaarsveld" ], [ "2011", "Mixed", "Wheeler BiXS", "Barti Bucher", "Esther Süss" ], [ "2011", "Masters", "Juwi", "Carsten Bresser", "Udo Boelts" ], [ "2012", "Men", "36ONE-SONGO-SPECIALIZED", "Christoph Sauser", "Burry Stander" ], [ "2012", "Ladies", "Wheels4Life", "Sally Bigham", "Esther Süss" ], [ "2012", "Mixed", "Contego 28E", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2012", "Masters", "World Bicycle Relief", "Bart Brentjens", "Jan Weevers" ], [ "2013", "Men", "Burry Stander - SONGO", "Christoph Sauser", "Jaroslav Kulhavy" ], [ "2013", "Ladies", "Energas", "Yolande Speedy", "Catherine Williamson" ], [ "2013", "Mixed", "RE:CM", "Erik Kleinhans", "Ariane Kleinhans" ], [ "2013", "Masters", "Bridge", "Nico Pfitzenmaier", "Abraao Azevedo" ], [ "2013", "Grand Masters", "Songo.info", "Bärti Bucher", "Heinz Zoerweg" ] ], "name": "" }
{ "human_readable": "SELECT Category FROM table WHERE Team = cannondale vredestein", "sel": 1, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "cannondale vredestein" ] } }
2
What-all is the qual with a rank 9?
{ "header": [ "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], "page_title": "Jimmy Bryan", "page_id": "1252110", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-1252110-1", "section_title": "Indy 500 results", "caption": "Indy 500 results", "rows": [ [ "1952", "21", "134.142", "27", "6", "200" ], [ "1953", "31", "135.506", "29", "14", "183" ], [ "1954", "3", "139.665", "4", "2", "200" ], [ "1955", "11", "140.160", "7", "24", "90" ], [ "1956", "19", "143.741", "9", "19", "185" ], [ "1957", "15", "141.188", "17", "3", "200" ], [ "1958", "7", "144.185", "8", "1", "200" ], [ "1959", "20", "142.118", "24", "33", "1" ], [ "1960", "10", "144.532", "13", "19", "152" ], [ "Totals", "Totals", "Totals", "Totals", "Totals", "1411" ] ], "name": "" }
{ "human_readable": "SELECT Qual FROM table WHERE Rank = 9", "sel": 2, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "9" ] } }
2
What-all is the finish in 1956?
{ "header": [ "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], "page_title": "Jimmy Bryan", "page_id": "1252110", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-1252110-1", "section_title": "Indy 500 results", "caption": "Indy 500 results", "rows": [ [ "1952", "21", "134.142", "27", "6", "200" ], [ "1953", "31", "135.506", "29", "14", "183" ], [ "1954", "3", "139.665", "4", "2", "200" ], [ "1955", "11", "140.160", "7", "24", "90" ], [ "1956", "19", "143.741", "9", "19", "185" ], [ "1957", "15", "141.188", "17", "3", "200" ], [ "1958", "7", "144.185", "8", "1", "200" ], [ "1959", "20", "142.118", "24", "33", "1" ], [ "1960", "10", "144.532", "13", "19", "152" ], [ "Totals", "Totals", "Totals", "Totals", "Totals", "1411" ] ], "name": "" }
{ "human_readable": "SELECT Finish FROM table WHERE Year = 1956", "sel": 4, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "1956" ] } }
2
What-all are the finishs with 200 laps and a start of 3?
{ "header": [ "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], "page_title": "Jimmy Bryan", "page_id": "1252110", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-1252110-1", "section_title": "Indy 500 results", "caption": "Indy 500 results", "rows": [ [ "1952", "21", "134.142", "27", "6", "200" ], [ "1953", "31", "135.506", "29", "14", "183" ], [ "1954", "3", "139.665", "4", "2", "200" ], [ "1955", "11", "140.160", "7", "24", "90" ], [ "1956", "19", "143.741", "9", "19", "185" ], [ "1957", "15", "141.188", "17", "3", "200" ], [ "1958", "7", "144.185", "8", "1", "200" ], [ "1959", "20", "142.118", "24", "33", "1" ], [ "1960", "10", "144.532", "13", "19", "152" ], [ "Totals", "Totals", "Totals", "Totals", "Totals", "1411" ] ], "name": "" }
{ "human_readable": "SELECT Finish FROM table WHERE Laps = 200 AND Start = 3", "sel": 4, "agg": 0, "conds": { "column_index": [ 5, 1 ], "operator_index": [ 0, 0 ], "condition": [ "200", "3" ] } }
2
What-all is the qual with 200 laps and a rank of 27?
{ "header": [ "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], "page_title": "Jimmy Bryan", "page_id": "1252110", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-1252110-1", "section_title": "Indy 500 results", "caption": "Indy 500 results", "rows": [ [ "1952", "21", "134.142", "27", "6", "200" ], [ "1953", "31", "135.506", "29", "14", "183" ], [ "1954", "3", "139.665", "4", "2", "200" ], [ "1955", "11", "140.160", "7", "24", "90" ], [ "1956", "19", "143.741", "9", "19", "185" ], [ "1957", "15", "141.188", "17", "3", "200" ], [ "1958", "7", "144.185", "8", "1", "200" ], [ "1959", "20", "142.118", "24", "33", "1" ], [ "1960", "10", "144.532", "13", "19", "152" ], [ "Totals", "Totals", "Totals", "Totals", "Totals", "1411" ] ], "name": "" }
{ "human_readable": "SELECT Qual FROM table WHERE Laps = 200 AND Rank = 27", "sel": 2, "agg": 0, "conds": { "column_index": [ 5, 3 ], "operator_index": [ 0, 0 ], "condition": [ "200", "27" ] } }
2
What-all is the rank with a 14 finishs?
{ "header": [ "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], "page_title": "Jimmy Bryan", "page_id": "1252110", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-1252110-1", "section_title": "Indy 500 results", "caption": "Indy 500 results", "rows": [ [ "1952", "21", "134.142", "27", "6", "200" ], [ "1953", "31", "135.506", "29", "14", "183" ], [ "1954", "3", "139.665", "4", "2", "200" ], [ "1955", "11", "140.160", "7", "24", "90" ], [ "1956", "19", "143.741", "9", "19", "185" ], [ "1957", "15", "141.188", "17", "3", "200" ], [ "1958", "7", "144.185", "8", "1", "200" ], [ "1959", "20", "142.118", "24", "33", "1" ], [ "1960", "10", "144.532", "13", "19", "152" ], [ "Totals", "Totals", "Totals", "Totals", "Totals", "1411" ] ], "name": "" }
{ "human_readable": "SELECT Rank FROM table WHERE Finish = 14", "sel": 3, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "14" ] } }
2
When is Deng Xuan first winning Women's singles?
{ "header": [ "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], "page_title": "New Zealand Open (badminton)", "page_id": "12275551", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12275551-1", "section_title": "Previous winners", "caption": "Previous winners", "rows": [ [ "1990", "Nicholas Hall", "Stephanie Spicer", "Nicholas Hall Dean Galt", "Rhona Robertson Lynne Scutt", "Brent Chapman Tammy Jenkins" ], [ "1991", "Wei Yan", "Anna Oi Chan Lao", "Peter Blackburn Darren McDonald", "Rhonda Cator Anna Oi Chan Lao", "Peter Blackburn Lisa Campbell" ], [ "1992", "Dean Galt", "Julie Still", "Dean Galt Andrew Compton", "Rhona Robertson Tammy Jenkins", "Grant Walker Sheree Jefferson" ], [ "1993", "Dean Galt", "Rhona Robertson", "Dean Galt Kerrin Harrison", "Rhona Robertson Liao Yue Jin", "Dean Galt Liao Yue Jin" ], [ "1994", "Oliver Pongratz", "Song Yang", "Michael Helber Michael Keck", "Lisa Campbell Amanda Hardy", "Peter Blackburn Rhonda Cator" ], [ "1995", "Tam Kai Chuen", "Song Yang", "He Tim Chan Siu Kwong", "Rhona Robertson Tammy Jenkins", "He Tim Chan Oi Ni" ], [ "1996", "Tam Kai Chuen", "Li Feng", "Ma Che Kong Chow Kin Man", "Rhona Robertson Tammy Jenkins", "Tam Kai Chuen Tung Chau Man" ], [ "1997", "Nicholas Hall", "Li Feng", "Ma Che Kong Liu Kwok Wa", "Rhona Robertson Tammy Jenkins", "Ma Che Kong Tung Chau Man" ], [ "1998", "Geoffrey Bellingham", "Li Feng", "Daniel Shirley Dean Galt", "Rhona Robertson Tammy Jenkins", "Dean Galt Tammy Jenkins" ], [ "2000", "Geoffrey Bellingham", "Rhona Robertson", "Daniel Shirley John Gordon", "Masami Yamazaki Keiko Yoshitomi", "Peter Blackburn Rhonda Cator" ], [ "2002", "Geoffrey Bellingham", "Kim Ji-hyun", "Daniel Shirley John Gordon", "Nicole Gordon Sara Runesten-Petersen", "Daniel Shirley Sara Runesten-Petersen" ], [ "2003", "Shōji Satō", "Lenny Permana", "Ashley Brehaut Travis Denney", "Nicole Gordon Rebecca Gordon", "Travis Denney Kate Wilson-Smith" ], [ "2004", "Andrew Smith", "Huang Chia Chi", "Suichi Nakao Suichi Sakamoto", "Rachel Hindley Rebecca Gordon", "Craig Cooper Lianne Shirley" ], [ "2005", "Sairul Amar Ayob", "Adriyanti Firdasari", "Boyd Cooper Travis Denney", "Rachel Hindley Rebecca Bellingham", "Daniel Shirley Sara Runesten-Petersen" ], [ "2006", "Lee Tsuen Seng", "Huang Chia-Chi", "Eng Hian Rian Sukmawan", "Jiang Yanmei Li Yujia", "Hendri Kurniawan Saputra Li Yujia" ], [ "2007", "Andre Kurniawan Tedjono", "Zhou Mi", "Chan Chong Ming Hoon Thien How", "Ikue Tatani Aya Wakisaka", "Devin Lahardi Fitriawan Lita Nurlita" ], [ "2008", "Lee Tsuen Seng", "Zhou Mi", "Chen Hung-ling Lin Yu-lang", "Chien Yu-chin Chou Chia-chi", "Chen Hung-ling Chou Chia-chi" ], [ "2009", "Chan Yan Kit", "Sayaka Sato", "Ruseph Kumar Sanave Thomas", "Annisa Wahyuni Anneke Feinya Agustin", "Frans Kurniawan Pia Zebadiah Bernadet" ], [ "2013", "Riichi Takeshita", "Deng Xuan", "Angga Pratama Rian Agung Saputro", "Ou Dongni Tang Yuanting", "Praveen Jordan Vita Marissa" ] ], "name": "" }
{ "human_readable": "SELECT MIN Year FROM table WHERE Women's singles = deng xuan", "sel": 0, "agg": 2, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "deng xuan" ] } }
2
When did Julie Still first win Women's singles?
{ "header": [ "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], "page_title": "New Zealand Open (badminton)", "page_id": "12275551", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12275551-1", "section_title": "Previous winners", "caption": "Previous winners", "rows": [ [ "1990", "Nicholas Hall", "Stephanie Spicer", "Nicholas Hall Dean Galt", "Rhona Robertson Lynne Scutt", "Brent Chapman Tammy Jenkins" ], [ "1991", "Wei Yan", "Anna Oi Chan Lao", "Peter Blackburn Darren McDonald", "Rhonda Cator Anna Oi Chan Lao", "Peter Blackburn Lisa Campbell" ], [ "1992", "Dean Galt", "Julie Still", "Dean Galt Andrew Compton", "Rhona Robertson Tammy Jenkins", "Grant Walker Sheree Jefferson" ], [ "1993", "Dean Galt", "Rhona Robertson", "Dean Galt Kerrin Harrison", "Rhona Robertson Liao Yue Jin", "Dean Galt Liao Yue Jin" ], [ "1994", "Oliver Pongratz", "Song Yang", "Michael Helber Michael Keck", "Lisa Campbell Amanda Hardy", "Peter Blackburn Rhonda Cator" ], [ "1995", "Tam Kai Chuen", "Song Yang", "He Tim Chan Siu Kwong", "Rhona Robertson Tammy Jenkins", "He Tim Chan Oi Ni" ], [ "1996", "Tam Kai Chuen", "Li Feng", "Ma Che Kong Chow Kin Man", "Rhona Robertson Tammy Jenkins", "Tam Kai Chuen Tung Chau Man" ], [ "1997", "Nicholas Hall", "Li Feng", "Ma Che Kong Liu Kwok Wa", "Rhona Robertson Tammy Jenkins", "Ma Che Kong Tung Chau Man" ], [ "1998", "Geoffrey Bellingham", "Li Feng", "Daniel Shirley Dean Galt", "Rhona Robertson Tammy Jenkins", "Dean Galt Tammy Jenkins" ], [ "2000", "Geoffrey Bellingham", "Rhona Robertson", "Daniel Shirley John Gordon", "Masami Yamazaki Keiko Yoshitomi", "Peter Blackburn Rhonda Cator" ], [ "2002", "Geoffrey Bellingham", "Kim Ji-hyun", "Daniel Shirley John Gordon", "Nicole Gordon Sara Runesten-Petersen", "Daniel Shirley Sara Runesten-Petersen" ], [ "2003", "Shōji Satō", "Lenny Permana", "Ashley Brehaut Travis Denney", "Nicole Gordon Rebecca Gordon", "Travis Denney Kate Wilson-Smith" ], [ "2004", "Andrew Smith", "Huang Chia Chi", "Suichi Nakao Suichi Sakamoto", "Rachel Hindley Rebecca Gordon", "Craig Cooper Lianne Shirley" ], [ "2005", "Sairul Amar Ayob", "Adriyanti Firdasari", "Boyd Cooper Travis Denney", "Rachel Hindley Rebecca Bellingham", "Daniel Shirley Sara Runesten-Petersen" ], [ "2006", "Lee Tsuen Seng", "Huang Chia-Chi", "Eng Hian Rian Sukmawan", "Jiang Yanmei Li Yujia", "Hendri Kurniawan Saputra Li Yujia" ], [ "2007", "Andre Kurniawan Tedjono", "Zhou Mi", "Chan Chong Ming Hoon Thien How", "Ikue Tatani Aya Wakisaka", "Devin Lahardi Fitriawan Lita Nurlita" ], [ "2008", "Lee Tsuen Seng", "Zhou Mi", "Chen Hung-ling Lin Yu-lang", "Chien Yu-chin Chou Chia-chi", "Chen Hung-ling Chou Chia-chi" ], [ "2009", "Chan Yan Kit", "Sayaka Sato", "Ruseph Kumar Sanave Thomas", "Annisa Wahyuni Anneke Feinya Agustin", "Frans Kurniawan Pia Zebadiah Bernadet" ], [ "2013", "Riichi Takeshita", "Deng Xuan", "Angga Pratama Rian Agung Saputro", "Ou Dongni Tang Yuanting", "Praveen Jordan Vita Marissa" ] ], "name": "" }
{ "human_readable": "SELECT MIN Year FROM table WHERE Women's singles = julie still", "sel": 0, "agg": 2, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "julie still" ] } }
2
What-all is the lowest cuts a-made of the Masters tournament, which had had a top-25 less than 0?
{ "header": [ "Tournament", "Wins", "Top-25", "Events", "Cuts made" ], "page_title": "Robert Garrigus", "page_id": "12884908", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12884908-3", "section_title": "Summary", "caption": "Summary", "rows": [ [ "Masters Tournament", "0", "0", "2", "1" ], [ "U.S. Open", "0", "1", "4", "1" ], [ "The Open Championship", "0", "0", "2", "0" ], [ "PGA Championship", "0", "2", "3", "3" ], [ "Totals", "0", "3", "11", "4" ] ], "name": "" }
{ "human_readable": "SELECT MIN Cuts made FROM table WHERE Tournament = masters tournament AND Top-25 < 0", "sel": 4, "agg": 2, "conds": { "column_index": [ 0, 2 ], "operator_index": [ 0, 2 ], "condition": [ "masters tournament", "0" ] } }
2
What-all is the highest number of wins a tournament with 1 cuts made, a top-25 less than 1, and less than 2 events has it?
{ "header": [ "Tournament", "Wins", "Top-25", "Events", "Cuts made" ], "page_title": "Robert Garrigus", "page_id": "12884908", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12884908-3", "section_title": "Summary", "caption": "Summary", "rows": [ [ "Masters Tournament", "0", "0", "2", "1" ], [ "U.S. Open", "0", "1", "4", "1" ], [ "The Open Championship", "0", "0", "2", "0" ], [ "PGA Championship", "0", "2", "3", "3" ], [ "Totals", "0", "3", "11", "4" ] ], "name": "" }
{ "human_readable": "SELECT MAX Wins FROM table WHERE Cuts made = 1 AND Top-25 < 1 AND Events < 2", "sel": 1, "agg": 1, "conds": { "column_index": [ 4, 2, 3 ], "operator_index": [ 0, 2, 2 ], "condition": [ "1", "1", "2" ] } }
2
What-all is the average number of events the Masters , has more than 0 top-25, has?
{ "header": [ "Tournament", "Wins", "Top-25", "Events", "Cuts made" ], "page_title": "Robert Garrigus", "page_id": "12884908", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12884908-3", "section_title": "Summary", "caption": "Summary", "rows": [ [ "Masters Tournament", "0", "0", "2", "1" ], [ "U.S. Open", "0", "1", "4", "1" ], [ "The Open Championship", "0", "0", "2", "0" ], [ "PGA Championship", "0", "2", "3", "3" ], [ "Totals", "0", "3", "11", "4" ] ], "name": "" }
{ "human_readable": "SELECT AVG Events FROM table WHERE Tournament = masters tournament AND Top-25 > 0", "sel": 3, "agg": 5, "conds": { "column_index": [ 0, 2 ], "operator_index": [ 0, 1 ], "condition": [ "masters tournament", "0" ] } }
2
What-all is the total number of top-25 a tournament with less than 2 event has?
{ "header": [ "Tournament", "Wins", "Top-25", "Events", "Cuts made" ], "page_title": "Robert Garrigus", "page_id": "12884908", "types": [ "text", "real", "real", "real", "real" ], "id": "2-12884908-3", "section_title": "Summary", "caption": "Summary", "rows": [ [ "Masters Tournament", "0", "0", "2", "1" ], [ "U.S. Open", "0", "1", "4", "1" ], [ "The Open Championship", "0", "0", "2", "0" ], [ "PGA Championship", "0", "2", "3", "3" ], [ "Totals", "0", "3", "11", "4" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Top-25 FROM table WHERE Events < 2", "sel": 2, "agg": 3, "conds": { "column_index": [ 3 ], "operator_index": [ 2 ], "condition": [ "2" ] } }
2
Who-all win Women's doubles when Nikhil Kanetkar win Men's singles?
{ "header": [ "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], "page_title": "Le Volant d'Or de Toulouse", "page_id": "12282998", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12282998-1", "section_title": "Previous winners", "caption": "Previous winners", "rows": [ [ "1997", "Thomas Wapp", "Elena Nozdran", "Mihail Popov Svetoslav Stojanov", "Elena Nozdran Viktoria Evtuschenko", "Valeriy Strelcov Elena Nozdran" ], [ "1998", "Konstantin Tatranov", "Elena Nozdran", "Mihail Popov Svetoslav Stojanov", "Elena Nozdran Viktoria Evtuschenko", "Michael Keck Nicol Pitro" ], [ "1999", "Pullela Gopichand", "Marina Andrievskaya", "Mihail Popov Svetoslav Stojanov", "Nicol Pitro Anika Sietz", "Michael Keck Nicol Pitro" ], [ "2000", "Xie Yangchun", "Xu Huaiwen", "Vincent Laigle Svetoslav Stoyanov", "Nicol Pitro Nicole Grether", "Björn Siegemund Nicol Pitro" ], [ "2001", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "2002", "Kasper Ødum", "Zen Yaqiong", "Vincent Laigle Svetoslav Stoyanov", "Akiko Nakashima Chihiro Ohsaka", "Jonas Jensen Majken Vange" ], [ "2003", "Nikhil Kanetkar", "Tine Rasmussen", "Frédéric Mawet Wouter Claes", "Kamila Augustyn Nadieżda Kostiuczyk", "Vladislav Druzchenko Elena Nozdran" ], [ "2004", "Chetan Anand", "Ella Karachkova", "Thomas Sanave Rupesh Kumar", "Anastasia Russkikh Petya Nedelcheva", "Svetoslav Stoyanov Anastasia Russkikh" ], [ "2005", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "2006", "Ville Lang", "Ella Karachkova", "Alexandr Nikolaenko Vitalij Durkin", "Nina Vislova Valeria Sorokina", "Alexandr Russkikh Anastasia Russkikh" ], [ "2007", "Przemyslaw Wacha", "Tracey Hallam", "Carsten Mogensen Mathias Boe", "Elin Bergblom Johanna Persson", "Ingo Kindervater Kathrin Piotrowski" ], [ "2008", "Andre Kurniawan Tedjono", "Olga Konon", "Richard Eidestedt Andrew Ellis", "Shendy Puspa Irawati Meiliana Jauhari", "Fran Kurniawan Shendy Puspa Irawati" ], [ "2009", "Rajiv Ouseph", "Ella Diehl", "Christopher Langridge Robin Middleton", "Valeria Sorokina Nina Vislova", "Robert Mateusiak Nadieżda Kostiuczyk" ], [ "2010", "cancelled", "cancelled", "cancelled", "cancelled", "cancelled" ] ], "name": "" }
{ "human_readable": "SELECT Women's doubles FROM table WHERE Men's singles = nikhil kanetkar", "sel": 4, "agg": 0, "conds": { "column_index": [ 1 ], "operator_index": [ 0 ], "condition": [ "nikhil kanetkar" ] } }
2
Who-all had won Women's doubles when Zen Yaqiong had won Women's singles?
{ "header": [ "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], "page_title": "Le Volant d'Or de Toulouse", "page_id": "12282998", "types": [ "real", "text", "text", "text", "text", "text" ], "id": "2-12282998-1", "section_title": "Previous winners", "caption": "Previous winners", "rows": [ [ "1997", "Thomas Wapp", "Elena Nozdran", "Mihail Popov Svetoslav Stojanov", "Elena Nozdran Viktoria Evtuschenko", "Valeriy Strelcov Elena Nozdran" ], [ "1998", "Konstantin Tatranov", "Elena Nozdran", "Mihail Popov Svetoslav Stojanov", "Elena Nozdran Viktoria Evtuschenko", "Michael Keck Nicol Pitro" ], [ "1999", "Pullela Gopichand", "Marina Andrievskaya", "Mihail Popov Svetoslav Stojanov", "Nicol Pitro Anika Sietz", "Michael Keck Nicol Pitro" ], [ "2000", "Xie Yangchun", "Xu Huaiwen", "Vincent Laigle Svetoslav Stoyanov", "Nicol Pitro Nicole Grether", "Björn Siegemund Nicol Pitro" ], [ "2001", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "2002", "Kasper Ødum", "Zen Yaqiong", "Vincent Laigle Svetoslav Stoyanov", "Akiko Nakashima Chihiro Ohsaka", "Jonas Jensen Majken Vange" ], [ "2003", "Nikhil Kanetkar", "Tine Rasmussen", "Frédéric Mawet Wouter Claes", "Kamila Augustyn Nadieżda Kostiuczyk", "Vladislav Druzchenko Elena Nozdran" ], [ "2004", "Chetan Anand", "Ella Karachkova", "Thomas Sanave Rupesh Kumar", "Anastasia Russkikh Petya Nedelcheva", "Svetoslav Stoyanov Anastasia Russkikh" ], [ "2005", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "2006", "Ville Lang", "Ella Karachkova", "Alexandr Nikolaenko Vitalij Durkin", "Nina Vislova Valeria Sorokina", "Alexandr Russkikh Anastasia Russkikh" ], [ "2007", "Przemyslaw Wacha", "Tracey Hallam", "Carsten Mogensen Mathias Boe", "Elin Bergblom Johanna Persson", "Ingo Kindervater Kathrin Piotrowski" ], [ "2008", "Andre Kurniawan Tedjono", "Olga Konon", "Richard Eidestedt Andrew Ellis", "Shendy Puspa Irawati Meiliana Jauhari", "Fran Kurniawan Shendy Puspa Irawati" ], [ "2009", "Rajiv Ouseph", "Ella Diehl", "Christopher Langridge Robin Middleton", "Valeria Sorokina Nina Vislova", "Robert Mateusiak Nadieżda Kostiuczyk" ], [ "2010", "cancelled", "cancelled", "cancelled", "cancelled", "cancelled" ] ], "name": "" }
{ "human_readable": "SELECT Women's doubles FROM table WHERE Women's singles = zen yaqiong", "sel": 4, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "zen yaqiong" ] } }
2
What-all had been the date of the game had had a loss of Gott (2-7)?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1982 Toronto Blue Jays season", "page_id": "12207717", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207717-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Tigers", "8 - 5", "Leal (8-8)", "48-53" ], [ "August 2", "Brewers", "9 - 4", "McClure (8-4)", "49-53" ], [ "August 3", "Brewers", "7 - 4", "Clancy (8-10)", "49-54" ], [ "August 4", "Brewers", "8 - 0", "Gott (2-7)", "49-55" ], [ "August 5", "@ Tigers", "5 - 2", "Leal (8-9)", "49-56" ], [ "August 5", "@ Tigers", "7 - 4", "Jackson (3-8)", "49-57" ], [ "August 6", "@ Tigers", "6 - 0", "Stieb (11-11)", "49-58" ], [ "August 7", "@ Tigers", "7 - 4", "Pashnick (3-4)", "50-58" ], [ "August 8", "@ Tigers", "7 - 4", "Underwood (3-8)", "51-58" ], [ "August 8", "@ Tigers", "7 - 4", "Rucker (2-2)", "52-58" ], [ "August 9", "Red Sox", "4 - 2", "Eckersley (11-10)", "53-58" ], [ "August 10", "Red Sox", "4 - 0", "Torrez (7-7)", "54-58" ], [ "August 11", "Red Sox", "4 - 3", "Stanley (7-5)", "55-58" ], [ "August 12", "@ Brewers", "7 - 1", "Gott (3-8)", "55-59" ], [ "August 12", "@ Brewers", "4 - 3", "Murray (7-4)", "55-60" ], [ "August 13", "@ Brewers", "3 - 1", "Leal (8-10)", "55-61" ], [ "August 14", "@ Brewers", "4 - 2", "Caldwell (10-11)", "56-61" ], [ "August 15", "@ Brewers", "3 - 2", "Slaton (9-4)", "57-61" ], [ "August 16", "Indians", "2 - 1", "Waits (1-12)", "58-61" ], [ "August 17", "Indians", "6 - 5", "McLaughlin (8-5)", "58-62" ], [ "August 17", "Indians", "9 - 5", "Geisel (1-1)", "58-63" ], [ "August 20", "@ Yankees", "4 - 2", "Stieb (13-12)", "58-64" ], [ "August 21", "@ Yankees", "3 - 1", "Guidry (11-5)", "59-64" ], [ "August 22", "@ Yankees", "3 - 1", "Gott (4-9)", "59-65" ], [ "August 23", "@ Yankees", "4 - 3", "Leal (8-11)", "59-66" ], [ "August 24", "@ Orioles", "7 - 3 (10)", "McLaughlin (8-6)", "59-67" ], [ "August 25", "@ Orioles", "8 - 3", "Clancy (11-11)", "59-68" ], [ "August 26", "@ Orioles", "12 - 5", "Gott (4-10)", "59-69" ], [ "August 27", "Yankees", "10 - 3", "Righetti (8-6)", "60-69" ], [ "August 28", "Yankees", "3 - 2 (11)", "LaRoche (4-2)", "61-69" ], [ "August 29", "Yankees", "8 - 2", "Clancy (11-12)", "61-70" ], [ "August 30", "Orioles", "6 - 3", "Eichhorn (0-1)", "61-71" ], [ "August 31", "Orioles", "1 - 0", "Leal (9-12)", "61-72" ] ], "name": "" }
{ "human_readable": "SELECT Date FROM table WHERE Loss = gott (2-7)", "sel": 0, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "gott (2-7)" ] } }
2
Who-all was the opponent at the game when the record was 54-58?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1982 Toronto Blue Jays season", "page_id": "12207717", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207717-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Tigers", "8 - 5", "Leal (8-8)", "48-53" ], [ "August 2", "Brewers", "9 - 4", "McClure (8-4)", "49-53" ], [ "August 3", "Brewers", "7 - 4", "Clancy (8-10)", "49-54" ], [ "August 4", "Brewers", "8 - 0", "Gott (2-7)", "49-55" ], [ "August 5", "@ Tigers", "5 - 2", "Leal (8-9)", "49-56" ], [ "August 5", "@ Tigers", "7 - 4", "Jackson (3-8)", "49-57" ], [ "August 6", "@ Tigers", "6 - 0", "Stieb (11-11)", "49-58" ], [ "August 7", "@ Tigers", "7 - 4", "Pashnick (3-4)", "50-58" ], [ "August 8", "@ Tigers", "7 - 4", "Underwood (3-8)", "51-58" ], [ "August 8", "@ Tigers", "7 - 4", "Rucker (2-2)", "52-58" ], [ "August 9", "Red Sox", "4 - 2", "Eckersley (11-10)", "53-58" ], [ "August 10", "Red Sox", "4 - 0", "Torrez (7-7)", "54-58" ], [ "August 11", "Red Sox", "4 - 3", "Stanley (7-5)", "55-58" ], [ "August 12", "@ Brewers", "7 - 1", "Gott (3-8)", "55-59" ], [ "August 12", "@ Brewers", "4 - 3", "Murray (7-4)", "55-60" ], [ "August 13", "@ Brewers", "3 - 1", "Leal (8-10)", "55-61" ], [ "August 14", "@ Brewers", "4 - 2", "Caldwell (10-11)", "56-61" ], [ "August 15", "@ Brewers", "3 - 2", "Slaton (9-4)", "57-61" ], [ "August 16", "Indians", "2 - 1", "Waits (1-12)", "58-61" ], [ "August 17", "Indians", "6 - 5", "McLaughlin (8-5)", "58-62" ], [ "August 17", "Indians", "9 - 5", "Geisel (1-1)", "58-63" ], [ "August 20", "@ Yankees", "4 - 2", "Stieb (13-12)", "58-64" ], [ "August 21", "@ Yankees", "3 - 1", "Guidry (11-5)", "59-64" ], [ "August 22", "@ Yankees", "3 - 1", "Gott (4-9)", "59-65" ], [ "August 23", "@ Yankees", "4 - 3", "Leal (8-11)", "59-66" ], [ "August 24", "@ Orioles", "7 - 3 (10)", "McLaughlin (8-6)", "59-67" ], [ "August 25", "@ Orioles", "8 - 3", "Clancy (11-11)", "59-68" ], [ "August 26", "@ Orioles", "12 - 5", "Gott (4-10)", "59-69" ], [ "August 27", "Yankees", "10 - 3", "Righetti (8-6)", "60-69" ], [ "August 28", "Yankees", "3 - 2 (11)", "LaRoche (4-2)", "61-69" ], [ "August 29", "Yankees", "8 - 2", "Clancy (11-12)", "61-70" ], [ "August 30", "Orioles", "6 - 3", "Eichhorn (0-1)", "61-71" ], [ "August 31", "Orioles", "1 - 0", "Leal (9-12)", "61-72" ] ], "name": "" }
{ "human_readable": "SELECT Opponent FROM table WHERE Record = 54-58", "sel": 1, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "54-58" ] } }
2
What-all had been the score of the game when the record had been 59-65?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1982 Toronto Blue Jays season", "page_id": "12207717", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207717-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Tigers", "8 - 5", "Leal (8-8)", "48-53" ], [ "August 2", "Brewers", "9 - 4", "McClure (8-4)", "49-53" ], [ "August 3", "Brewers", "7 - 4", "Clancy (8-10)", "49-54" ], [ "August 4", "Brewers", "8 - 0", "Gott (2-7)", "49-55" ], [ "August 5", "@ Tigers", "5 - 2", "Leal (8-9)", "49-56" ], [ "August 5", "@ Tigers", "7 - 4", "Jackson (3-8)", "49-57" ], [ "August 6", "@ Tigers", "6 - 0", "Stieb (11-11)", "49-58" ], [ "August 7", "@ Tigers", "7 - 4", "Pashnick (3-4)", "50-58" ], [ "August 8", "@ Tigers", "7 - 4", "Underwood (3-8)", "51-58" ], [ "August 8", "@ Tigers", "7 - 4", "Rucker (2-2)", "52-58" ], [ "August 9", "Red Sox", "4 - 2", "Eckersley (11-10)", "53-58" ], [ "August 10", "Red Sox", "4 - 0", "Torrez (7-7)", "54-58" ], [ "August 11", "Red Sox", "4 - 3", "Stanley (7-5)", "55-58" ], [ "August 12", "@ Brewers", "7 - 1", "Gott (3-8)", "55-59" ], [ "August 12", "@ Brewers", "4 - 3", "Murray (7-4)", "55-60" ], [ "August 13", "@ Brewers", "3 - 1", "Leal (8-10)", "55-61" ], [ "August 14", "@ Brewers", "4 - 2", "Caldwell (10-11)", "56-61" ], [ "August 15", "@ Brewers", "3 - 2", "Slaton (9-4)", "57-61" ], [ "August 16", "Indians", "2 - 1", "Waits (1-12)", "58-61" ], [ "August 17", "Indians", "6 - 5", "McLaughlin (8-5)", "58-62" ], [ "August 17", "Indians", "9 - 5", "Geisel (1-1)", "58-63" ], [ "August 20", "@ Yankees", "4 - 2", "Stieb (13-12)", "58-64" ], [ "August 21", "@ Yankees", "3 - 1", "Guidry (11-5)", "59-64" ], [ "August 22", "@ Yankees", "3 - 1", "Gott (4-9)", "59-65" ], [ "August 23", "@ Yankees", "4 - 3", "Leal (8-11)", "59-66" ], [ "August 24", "@ Orioles", "7 - 3 (10)", "McLaughlin (8-6)", "59-67" ], [ "August 25", "@ Orioles", "8 - 3", "Clancy (11-11)", "59-68" ], [ "August 26", "@ Orioles", "12 - 5", "Gott (4-10)", "59-69" ], [ "August 27", "Yankees", "10 - 3", "Righetti (8-6)", "60-69" ], [ "August 28", "Yankees", "3 - 2 (11)", "LaRoche (4-2)", "61-69" ], [ "August 29", "Yankees", "8 - 2", "Clancy (11-12)", "61-70" ], [ "August 30", "Orioles", "6 - 3", "Eichhorn (0-1)", "61-71" ], [ "August 31", "Orioles", "1 - 0", "Leal (9-12)", "61-72" ] ], "name": "" }
{ "human_readable": "SELECT Score FROM table WHERE Record = 59-65", "sel": 2, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "59-65" ] } }
2
Who-all have been the opponent at the game that had had a loss of Caldwell (10-11)?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Record" ], "page_title": "1982 Toronto Blue Jays season", "page_id": "12207717", "types": [ "text", "text", "text", "text", "text" ], "id": "2-12207717-6", "section_title": "Game log", "caption": "Game log", "rows": [ [ "August 1", "Tigers", "8 - 5", "Leal (8-8)", "48-53" ], [ "August 2", "Brewers", "9 - 4", "McClure (8-4)", "49-53" ], [ "August 3", "Brewers", "7 - 4", "Clancy (8-10)", "49-54" ], [ "August 4", "Brewers", "8 - 0", "Gott (2-7)", "49-55" ], [ "August 5", "@ Tigers", "5 - 2", "Leal (8-9)", "49-56" ], [ "August 5", "@ Tigers", "7 - 4", "Jackson (3-8)", "49-57" ], [ "August 6", "@ Tigers", "6 - 0", "Stieb (11-11)", "49-58" ], [ "August 7", "@ Tigers", "7 - 4", "Pashnick (3-4)", "50-58" ], [ "August 8", "@ Tigers", "7 - 4", "Underwood (3-8)", "51-58" ], [ "August 8", "@ Tigers", "7 - 4", "Rucker (2-2)", "52-58" ], [ "August 9", "Red Sox", "4 - 2", "Eckersley (11-10)", "53-58" ], [ "August 10", "Red Sox", "4 - 0", "Torrez (7-7)", "54-58" ], [ "August 11", "Red Sox", "4 - 3", "Stanley (7-5)", "55-58" ], [ "August 12", "@ Brewers", "7 - 1", "Gott (3-8)", "55-59" ], [ "August 12", "@ Brewers", "4 - 3", "Murray (7-4)", "55-60" ], [ "August 13", "@ Brewers", "3 - 1", "Leal (8-10)", "55-61" ], [ "August 14", "@ Brewers", "4 - 2", "Caldwell (10-11)", "56-61" ], [ "August 15", "@ Brewers", "3 - 2", "Slaton (9-4)", "57-61" ], [ "August 16", "Indians", "2 - 1", "Waits (1-12)", "58-61" ], [ "August 17", "Indians", "6 - 5", "McLaughlin (8-5)", "58-62" ], [ "August 17", "Indians", "9 - 5", "Geisel (1-1)", "58-63" ], [ "August 20", "@ Yankees", "4 - 2", "Stieb (13-12)", "58-64" ], [ "August 21", "@ Yankees", "3 - 1", "Guidry (11-5)", "59-64" ], [ "August 22", "@ Yankees", "3 - 1", "Gott (4-9)", "59-65" ], [ "August 23", "@ Yankees", "4 - 3", "Leal (8-11)", "59-66" ], [ "August 24", "@ Orioles", "7 - 3 (10)", "McLaughlin (8-6)", "59-67" ], [ "August 25", "@ Orioles", "8 - 3", "Clancy (11-11)", "59-68" ], [ "August 26", "@ Orioles", "12 - 5", "Gott (4-10)", "59-69" ], [ "August 27", "Yankees", "10 - 3", "Righetti (8-6)", "60-69" ], [ "August 28", "Yankees", "3 - 2 (11)", "LaRoche (4-2)", "61-69" ], [ "August 29", "Yankees", "8 - 2", "Clancy (11-12)", "61-70" ], [ "August 30", "Orioles", "6 - 3", "Eichhorn (0-1)", "61-71" ], [ "August 31", "Orioles", "1 - 0", "Leal (9-12)", "61-72" ] ], "name": "" }
{ "human_readable": "SELECT Opponent FROM table WHERE Loss = caldwell (10-11)", "sel": 1, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "caldwell (10-11)" ] } }
2
Which opponent had a 1:26 time?
{ "header": [ "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], "page_title": "Kazushi Sakuraba", "page_id": "1330308", "types": [ "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-1330308-2", "section_title": "Mixed martial arts record", "caption": "Mixed martial arts record", "rows": [ [ "Loss", "26–16–1 (2)", "Yan Cabral", "Submission (arm triangle choke)", "Dream 17", "2", "2:42", "Saitama, Saitama , Japan" ], [ "Loss", "26–15–1 (2)", "Marius Zaromskis", "TKO (doctor stoppage)", "Dynamite!! 2010", "1", "2:16", "Saitama, Saitama , Japan" ], [ "Loss", "26–14–1 (2)", "Jason Miller", "Submission (arm triangle choke)", "Dream 16", "1", "2:09", "Nagoya, Aichi , Japan" ], [ "Loss", "26–13–1 (2)", "Ralek Gracie", "Decision (unanimous)", "Dream 14", "3", "5:00", "Saitama, Saitama , Japan" ], [ "Win", "26–12–1 (2)", "Zelg Galešic", "Submission (kneebar)", "Dream 12", "1", "1:40", "Osaka, Osaka , Japan" ], [ "Win", "25–12–1 (2)", "Rubin Williams", "Submission (kimura)", "Dream 11", "1", "2:53", "Yokohama, Kanagawa , Japan" ], [ "Loss", "24–12–1 (2)", "Kiyoshi Tamura", "Decision (unanimous)", "Dynamite!! 2008", "2", "5:00", "Saitama, Saitama , Japan" ], [ "Loss", "24–11–1 (2)", "Melvin Manhoef", "KO (punches)", "Dream 4", "1", "1:30", "Yokohama, Kanagawa , Japan" ], [ "Win", "24–10–1 (2)", "Andrews Nakahara", "Submission (neck crank)", "Dream 2", "1", "8:20", "Saitama, Saitama , Japan" ], [ "Win", "23–10–1 (2)", "Masakatsu Funaki", "Submission (kimura)", "K-1 PREMIUM 2007 Dynamite!!", "1", "6:25", "Osaka, Osaka , Japan" ], [ "Win", "22–10–1 (2)", "Katsuyori Shibata", "Submission (armbar)", "Hero's 10", "1", "6:20", "Yokohama, Kanagawa , Japan" ], [ "Loss", "21–10–1 (2)", "Royce Gracie", "Decision (unanimous)", "Dynamite!! USA", "3", "5:00", "Los Angeles, California United States" ], [ "Win", "21–9–1 (2)", "Yurij Kiselov", "Submission (triangle armbar)", "Hero's 8", "1", "1:26", "Nagoya, Aichi , Japan" ], [ "NC", "20–9–1 (2)", "Yoshihiro Akiyama", "No Contest (greasing)", "K-1 PREMIUM 2006 Dynamite!!", "1", "5:37", "Osaka, Osaka , Japan" ], [ "Win", "20–9–1 (1)", "Kestutis Smirnovas", "Submission (armbar)", "Hero's 6", "1", "6:41", "Tokyo , Japan" ], [ "Win", "19–9–1 (1)", "Ikuhisa Minowa", "Technical Submission (kimura)", "Pride Shockwave 2005", "1", "9:59", "Saitama, Saitama , Japan" ], [ "Win", "18–9–1 (1)", "Ken Shamrock", "TKO (punch)", "Pride 30", "1", "2:27", "Saitama, Saitama , Japan" ], [ "Loss", "17–9–1 (1)", "Ricardo Arona", "TKO (corner stoppage)", "Pride Critical Countdown 2005", "2", "5:00", "Saitama, Saitama , Japan" ], [ "Win", "17–8–1 (1)", "Yoon Dong-Sik", "KO (punches)", "Pride Total Elimination 2005", "1", "0:38", "Osaka, Osaka , Japan" ], [ "Win", "16–8–1 (1)", "Nino Schembri", "Decision (unanimous)", "Pride Critical Countdown 2004", "3", "5:00", "Saitama, Saitama , Japan" ], [ "Loss", "15–8–1 (1)", "Antônio Rogério Nogueira", "Decision (unanimous)", "Pride Shockwave 2003", "3", "5:00", "Saitama, Saitama , Japan" ], [ "Win", "15–7–1 (1)", "Kevin Randleman", "Submission (armbar)", "Pride Final Conflict 2003", "3", "2:36", "Tokyo , Japan" ], [ "Loss", "14–7–1 (1)", "Wanderlei Silva", "KO (punch)", "Pride Total Elimination 2003", "1", "5:01", "Saitama, Saitama , Japan" ], [ "Loss", "14–6–1 (1)", "Nino Schembri", "TKO (knees)", "Pride 25", "1", "6:15", "Yokohama, Kanagawa , Japan" ], [ "Win", "14–5–1 (1)", "Gilles Arsene", "Submission (armbar)", "Pride 23", "3", "2:08", "Tokyo , Japan" ], [ "Loss", "13–5–1 (1)", "Mirko Filipovic", "TKO (eye injury)", "Pride Shockwave", "2", "5:00", "Tokyo , Japan" ], [ "Loss", "13–4–1 (1)", "Wanderlei Silva", "TKO (doctor stoppage)", "Pride 17", "1", "10:00", "Tokyo , Japan" ], [ "Win", "13–3–1 (1)", "Quinton Jackson", "Submission (rear naked choke)", "Pride 15", "1", "5:41", "Saitama, Saitama , Japan" ], [ "Loss", "12–3–1 (1)", "Wanderlei Silva", "TKO (knees & soccer kicks)", "Pride 13", "1", "1:38", "Saitama, Saitama , Japan" ], [ "Win", "12–2–1 (1)", "Ryan Gracie", "Decision (unanimous)", "Pride 12", "1", "10:00", "Saitama, Saitama , Japan" ], [ "Win", "11–2–1 (1)", "Shannon Ritch", "Submission (achilles lock)", "Pride 11", "1", "1:08", "Osaka, Osaka , Japan" ], [ "Win", "10–2–1 (1)", "Renzo Gracie", "Technical Submission (kimura)", "Pride 10", "2", "9:43", "Tokorozawa, Saitama , Japan" ], [ "Loss", "9–2–1 (1)", "Igor Vovchanchyn", "TKO (corner stoppage)", "Pride Grand Prix 2000 Finals", "1", "15:00", "Tokyo , Japan" ], [ "Win", "9–1–1 (1)", "Royce Gracie", "TKO (corner stoppage)", "Pride Grand Prix 2000 Finals", "6", "90:00", "Tokyo , Japan" ], [ "Win", "8–1–1 (1)", "Guy Mezger", "TKO (retirement)", "Pride Grand Prix 2000 Opening Round", "1", "15:00", "Tokyo , Japan" ], [ "Win", "7–1–1 (1)", "Royler Gracie", "Technical Submission (kimura)", "Pride 8", "2", "13:16", "Tokyo , Japan" ], [ "Win", "6–1–1 (1)", "Anthony Macias", "Submission (armbar)", "Pride 7", "2", "2:30", "Yokohama, Kanagawa , Japan" ], [ "Win", "5–1–1 (1)", "Ebenezer Fontes Braga", "Submission (armbar)", "Pride 6", "1", "9:23", "Yokohama, Kanagawa , Japan" ], [ "Win", "4–1–1 (1)", "Vitor Belfort", "Decision (unanimous)", "Pride 5", "2", "10:00", "Nagoya, Aichi , Japan" ], [ "Draw", "3–1–1 (1)", "Allan Goes", "Draw", "Pride 4", "3", "10:00", "Tokyo , Japan" ], [ "Win", "3–1 (1)", "Carlos Newton", "Submission (kneebar)", "Pride 3", "2", "5:19", "Tokyo , Japan" ], [ "Win", "2–1 (1)", "Vernon White", "Submission (armbar)", "Pride 2", "3", "6:53", "Yokohama, Kanagawa , Japan" ], [ "Win", "1–1 (1)", "Marcus Silveira", "Submission (armbar)", "UFC Japan", "1", "3:44", "Yokohama, Kanagawa , Japan" ], [ "NC", "0–1 (1)", "Marcus Silveira", "No Contest (early stoppage)", "UFC Japan", "1", "1:51", "Yokohama, Kanagawa , Japan" ], [ "Loss", "0–1", "Kimo Leopoldo", "Submission (arm triangle choke)", "Shoot Boxing – S-Cup 1996", "1", "4:20", "Tokyo , Japan" ] ], "name": "" }
{ "human_readable": "SELECT Opponent FROM table WHERE Time = 1:26", "sel": 2, "agg": 0, "conds": { "column_index": [ 6 ], "operator_index": [ 0 ], "condition": [ "1:26" ] } }
2
What-all had been the date of the game with the Kansas City Royals when the Blue Jays record had been 18-12?
{ "header": [ "Date", "Opponent", "Score", "Loss", "Attendance", "Record" ], "page_title": "1987 Toronto Blue Jays season", "page_id": "12207430", "types": [ "text", "text", "text", "text", "text", "text" ], "id": "2-12207430-3", "section_title": "Game log", "caption": "Game log", "rows": [ [ "May 1", "Rangers", "3 - 2 (10)", "Williams (2-2)", "22,154", "13-8" ], [ "May 2", "Rangers", "9 - 8", "Harris (1-3)", "28,352", "14-8" ], [ "May 3", "Rangers", "3 - 1", "Correa (1-2)", "32,325", "15-8" ], [ "May 4", "@ Royals", "Postponed (rain) Rescheduled for July 3", "Postponed (rain) Rescheduled for July 3", "Postponed (rain) Rescheduled for July 3", "Postponed (rain) Rescheduled for July 3" ], [ "May 5", "@ Royals", "6 - 4", "Johnson (1-3)", "19,245", "15-9" ], [ "May 6", "@ Royals", "6 - 3", "Key (4-2)", "28,083", "15-10" ], [ "May 8", "@ Rangers", "7 - 4", "Guzmán (1-2)", "21,832", "16-10" ], [ "May 9", "@ Rangers", "15 - 4", "Correa (1-3)", "28,847", "17-10" ], [ "May 10", "@ Rangers", "9 - 8", "Eichhorn (4-2)", "17,356", "17-11" ], [ "May 11", "Royals", "4 - 0", "Leibrandt (4-2)", "24,154", "18-11" ], [ "May 12", "Royals", "3 - 1", "Cerutti (1-1)", "30,034", "18-12" ], [ "May 13", "@ Twins", "7 - 0", "Portugal (1-2)", "9,158", "19-12" ], [ "May 14", "@ Twins", "16 - 4", "Straker (2-1)", "10,053", "20-12" ], [ "May 15", "@ Athletics", "3 - 2", "Plunk (1-2)", "13,139", "21-12" ], [ "May 16", "@ Athletics", "10 - 3", "Key (5-3)", "20,900", "21-13" ], [ "May 17", "@ Athletics", "3 - 0", "Cerutti (1-2)", "30,511", "21-14" ], [ "May 18", "@ Angels", "12 - 0", "Cook (1-2)", "23,710", "22-14" ], [ "May 19", "@ Angels", "2 - 1", "Musselman (2-1)", "23,622", "22-15" ], [ "May 20", "@ Angels", "5 - 4 (10)", "Henke (0-1)", "23,766", "22-16" ], [ "May 22", "@ Mariners", "7 - 5", "Bankhead (5-3)", "10,012", "23-16" ], [ "May 23", "@ Mariners", "6 - 2", "Moore (2-5)", "13,489", "21-12" ], [ "May 24", "@ Mariners", "5 - 2", "Stieb (2-3)", "12,751", "24-17" ], [ "May 25", "@ Mariners", "6 - 5", "Morgan (4-5)", "8,499", "25-17" ], [ "May 27", "Athletics", "4 - 1", "Johnson (2-4)", "25,245", "25-18" ], [ "May 28", "Athletics", "4 - 3", "Clancy (7-3)", "27,017", "25-19" ], [ "May 29", "Angels", "3 - 1", "Sutton (2-5)", "33,107", "26-19" ], [ "May 30", "Angels", "4 - 3 (10)", "Lazorko (0-2)", "36,055", "27-19" ], [ "May 31", "Angels", "7 - 2", "Candelaria (4-2)", "40,313", "28-19" ] ], "name": "" }
{ "human_readable": "SELECT Date FROM table WHERE Opponent = royals AND Record = 18-12", "sel": 0, "agg": 0, "conds": { "column_index": [ 1, 5 ], "operator_index": [ 0, 0 ], "condition": [ "royals", "18-12" ] } }
2
Which catalogue is from the UK region, and is on vinyl, and was dated in 1986?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Catalogue FROM table WHERE Region = uk AND Format = vinyl AND Date = 1986", "sel": 3, "agg": 0, "conds": { "column_index": [ 1, 4, 0 ], "operator_index": [ 0, 0, 0 ], "condition": [ "uk", "vinyl", "1986" ] } }
2
What region has a bronze and a catalogue 202 876 label-270?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Region FROM table WHERE Label = bronze AND Catalogue = 202 876-270", "sel": 1, "agg": 0, "conds": { "column_index": [ 2, 3 ], "operator_index": [ 0, 0 ], "condition": [ "bronze", "202 876-270" ] } }
2
Which label is from the Germany region?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Label FROM table WHERE Region = germany", "sel": 2, "agg": 0, "conds": { "column_index": [ 1 ], "operator_index": [ 0 ], "condition": [ "germany" ] } }
2
What label has brol 34531 as it's catalogue?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Label FROM table WHERE Catalogue = brol 34531", "sel": 2, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "brol 34531" ] } }
2
Which label has UK for itsn region, is on a CD, and is dated from 1986?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Label FROM table WHERE Region = uk AND Date = 1986 AND Format = cd", "sel": 2, "agg": 0, "conds": { "column_index": [ 1, 0, 4 ], "operator_index": [ 0, 0, 0 ], "condition": [ "uk", "1986", "cd" ] } }
2
It is essential , castle music as it 's label that which catalogue has ?
{ "header": [ "Date", "Region", "Label", "Catalogue", "Format" ], "page_title": "Ace of Spades (album)", "page_id": "1235762", "types": [ "text", "text", "text", "text", "text" ], "id": "2-1235762-2", "section_title": "Release history and variations", "caption": "Release history and variations", "rows": [ [ "8/Nov/1980", "UK", "Bronze", "BRON531", "vinyl" ], [ "8/Nov/1980", "UK", "Bronze", "BRONG531", "Gold vinyl" ], [ "8/Nov/1980", "Italy", "Bronze", "BROL 34531", "vinyl" ], [ "8/Nov/1980", "Germany", "Bronze", "202 876-270", "vinyl" ], [ "8/Nov/1980", "US", "Mercury", "SRM-1-4011", "vinyl" ], [ "1986", "UK", "GWR", "GWLP6", "vinyl" ], [ "1986", "UK", "Legacy Records", "LLMCD 3013", "CD" ], [ "1988", "US", "Profile Records", "PCD-3243", "CD" ], [ "1988", "US", "Profile Records", "PRO-3243", "vinyl" ], [ "1991", "UK", "Castle Communications, Castle Classics", "CLACD 240", "CD" ], [ "1996", "UK", "Essential, Castle Music", "ESM CD 312", "CD" ], [ "2003", "Italy", "Earmark", "41003", "Red vinyl" ], [ "28/Jan/2003", "UK", "Silverline", "2881339", "DVD-Audio" ], [ "2005", "US", "Sanctuary", "06076-86408-2", "2xCD" ] ], "name": "" }
{ "human_readable": "SELECT Catalogue FROM table WHERE Label = essential, castle music", "sel": 3, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "essential, castle music" ] } }
2
What-all's the period of a rocks album released in 1973?
{ "header": [ "Artist", "Country of origin", "Period active", "Release-year of first charted record", "Genre", "Claimed sales" ], "page_title": "List of best-selling music artists", "page_id": "1291598", "types": [ "text", "text", "text", "real", "text", "text" ], "id": "2-1291598-3", "section_title": "120 million to 199 million records", "caption": "120 million to 199 million records", "rows": [ [ "Eagles", "United States", "1971–present", "1972", "Soft rock / Country rock", "150 million" ], [ "Rihanna", "Barbados United States", "2005–present", "2005", "R&B / Pop / Dance /Hip-hop", "150 million" ], [ "U2", "Ireland", "1976–present", "1980", "Rock", "150 million" ], [ "Billy Joel", "United States", "1964–present", "1971", "Pop / Rock", "150 million" ], [ "Phil Collins", "United Kingdom", "1980–2011", "1981", "Adult contemporary", "150 million" ], [ "Aerosmith", "United States", "1970–present", "1973", "Hard rock", "150 million" ], [ "Frank Sinatra", "United States", "1935–1995", "1939", "Pop / Swing", "150 million" ], [ "Barbra Streisand", "United States", "1960–present", "1963", "Pop / Adult contemporary", "145 million" ], [ "Garth Brooks", "United States", "1989–present", "1989", "Country", "130 million" ], [ "Genesis", "United Kingdom", "1967–1999 2006–2011", "1969", "Progressive rock / Pop rock", "130 million" ], [ "Donna Summer", "United States", "1968–2012", "1974", "Pop / Disco / R&B", "130 million" ], [ "Neil Diamond", "United States", "1966–present", "1966", "Pop / Rock", "125 million" ], [ "Bruce Springsteen", "United States", "1972–present", "1973", "Rock", "120 million" ], [ "Bee Gees", "United Kingdom", "1963–2003 2009–2012", "1963", "Pop / Disco", "120 million" ], [ "Julio Iglesias", "Spain", "1968–present", "1968", "Latin", "120 million" ], [ "Dire Straits", "United Kingdom", "1977–1995", "1978", "Rock / Pop", "120 million" ] ], "name": "" }
{ "human_readable": "SELECT Period active FROM table WHERE Release-year of first charted record = 1973 AND Genre = rock", "sel": 2, "agg": 0, "conds": { "column_index": [ 3, 4 ], "operator_index": [ 0, 0 ], "condition": [ "1973", "rock" ] } }
2
Are Naming the pick number for bill atessis
{ "header": [ "Round", "Pick #", "Overall", "Name", "Position", "College" ], "page_title": "Indianapolis Colts draft history", "page_id": "13312898", "types": [ "real", "real", "real", "text", "text", "text" ], "id": "2-13312898-19", "section_title": "", "caption": "", "rows": [ [ "1", "22", "22", "Don McCauley", "Running Back", "North Carolina" ], [ "1", "26", "26", "Leonard Dunlap", "Defensive Back", "North Texas State" ], [ "2", "26", "52", "Bill Atessis", "Defensive End", "Texas" ], [ "3", "26", "78", "Karl Douglas", "Quarterback", "Texas A&I" ], [ "5", "26", "130", "John Andrews", "Tight End", "Indiana" ], [ "6", "26", "156", "Ken Frith", "Defensive Tackle", "Northeast Louisiana" ], [ "7", "26", "182", "Gordon Bowdell", "Wide Receiver", "Michigan State" ], [ "8", "25", "207", "Willie Bogan", "Defensive Back", "Dartmouth" ], [ "9", "26", "234", "Bill Burnett", "Running Back", "Arkansas" ], [ "10", "26", "260", "Rex Kern", "Quarterback", "Ohio State" ], [ "11", "26", "286", "Dave Jones", "Linebacker", "Baylor" ], [ "12", "8", "294", "Bob Wuensch", "Offensive Tackle", "Texas" ], [ "12", "26", "312", "Bill Triplett", "Wide Receiver", "Michigan State" ], [ "13", "26", "338", "Tom Neville", "Linebacker", "Yale" ], [ "14", "26", "364", "Mike Mikolayunas", "Running Back", "Davidson" ], [ "15", "26", "390", "Mike Hogan", "Linebacker", "Michigan State" ], [ "16", "26", "416", "Rich Harrington", "Defensive Back", "Houston" ], [ "17", "25", "441", "Don Nottingham", "Running Back", "Kent State" ] ], "name": "" }
{ "human_readable": "SELECT Pick # FROM table WHERE Name = bill atessis", "sel": 1, "agg": 0, "conds": { "column_index": [ 3 ], "operator_index": [ 0 ], "condition": [ "bill atessis" ] } }
2
Name the total number of overall for defensive tackle
{ "header": [ "Round", "Pick #", "Overall", "Name", "Position", "College" ], "page_title": "Indianapolis Colts draft history", "page_id": "13312898", "types": [ "real", "real", "real", "text", "text", "text" ], "id": "2-13312898-19", "section_title": "", "caption": "", "rows": [ [ "1", "22", "22", "Don McCauley", "Running Back", "North Carolina" ], [ "1", "26", "26", "Leonard Dunlap", "Defensive Back", "North Texas State" ], [ "2", "26", "52", "Bill Atessis", "Defensive End", "Texas" ], [ "3", "26", "78", "Karl Douglas", "Quarterback", "Texas A&I" ], [ "5", "26", "130", "John Andrews", "Tight End", "Indiana" ], [ "6", "26", "156", "Ken Frith", "Defensive Tackle", "Northeast Louisiana" ], [ "7", "26", "182", "Gordon Bowdell", "Wide Receiver", "Michigan State" ], [ "8", "25", "207", "Willie Bogan", "Defensive Back", "Dartmouth" ], [ "9", "26", "234", "Bill Burnett", "Running Back", "Arkansas" ], [ "10", "26", "260", "Rex Kern", "Quarterback", "Ohio State" ], [ "11", "26", "286", "Dave Jones", "Linebacker", "Baylor" ], [ "12", "8", "294", "Bob Wuensch", "Offensive Tackle", "Texas" ], [ "12", "26", "312", "Bill Triplett", "Wide Receiver", "Michigan State" ], [ "13", "26", "338", "Tom Neville", "Linebacker", "Yale" ], [ "14", "26", "364", "Mike Mikolayunas", "Running Back", "Davidson" ], [ "15", "26", "390", "Mike Hogan", "Linebacker", "Michigan State" ], [ "16", "26", "416", "Rich Harrington", "Defensive Back", "Houston" ], [ "17", "25", "441", "Don Nottingham", "Running Back", "Kent State" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Overall FROM table WHERE Position = defensive tackle", "sel": 2, "agg": 3, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "defensive tackle" ] } }
2
What-all is the 2012-list rank of a countrys with the lowest 2012-list rank out of all the countries with a 2010-list rank more better to 13, a 2009-list rank of 0, a 2008-list rank more lower to 4?
{ "header": [ "Country", "2008-list", "2009-list", "2010-list", "2011-list", "2012-list" ], "page_title": "List of largest Nordic companies", "page_id": "12794433", "types": [ "text", "real", "real", "real", "real", "real" ], "id": "2-12794433-2", "section_title": "Divided in countries", "caption": "Divided in countries", "rows": [ [ "Sweden", "20", "22", "27", "22", "25" ], [ "Finland", "16", "13", "11", "12", "12" ], [ "Norway", "14", "9", "10", "10", "9" ], [ "Denmark", "9", "12", "13", "10", "10" ], [ "Iceland", "4", "0", "0", "0", "0" ] ], "name": "" }
{ "human_readable": "SELECT MAX 2012-list FROM table WHERE 2010-list < 13 AND 2009-list = 0 AND 2008-list > 4", "sel": 5, "agg": 1, "conds": { "column_index": [ 3, 2, 1 ], "operator_index": [ 2, 0, 1 ], "condition": [ "13", "0", "4" ] } }
2
Which engine has daimler benz are agging as an entrant?
{ "header": [ "Year", "Entrant", "Chassis", "Engine", "Points" ], "page_title": "André Simon (racing driver)", "page_id": "1228210", "types": [ "real", "text", "text", "text", "real" ], "id": "2-1228210-1", "section_title": "Complete Formula One World Championship results", "caption": "Complete Formula One World Championship results", "rows": [ [ "1951", "Equipe Gordini", "Gordini Type 15", "Gordini Straight-4", "0" ], [ "1952", "Scuderia Ferrari", "Ferrari 500", "Ferrari Straight-4", "0" ], [ "1955", "Daimler Benz AG", "Mercedes-Benz W196", "Mercedes-Benz Straight-8", "0" ], [ "1955", "Officine Alfieri Maserati", "Maserati 250F", "Maserati Straight-6", "0" ], [ "1956", "André Simon", "Maserati 250F", "Maserati Straight-6", "0" ], [ "1956", "Equipe Gordini", "Gordini Type 16", "Gordini Straight-6", "0" ], [ "1957", "Scuderia Centro Sud", "Maserati 250F", "Maserati Straight-6", "0" ], [ "1957", "Ottorino Volonterio", "Maserati 250F", "Maserati Straight-6", "0" ] ], "name": "" }
{ "human_readable": "SELECT Engine FROM table WHERE Entrant = daimler benz ag", "sel": 3, "agg": 0, "conds": { "column_index": [ 1 ], "operator_index": [ 0 ], "condition": [ "daimler benz ag" ] } }
2
In which years done was the to par +6?
{ "header": [ "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], "page_title": "2007 PGA Championship", "page_id": "12333215", "types": [ "text", "text", "text", "real", "text", "text" ], "id": "2-12333215-2", "section_title": "Made the cut", "caption": "Made the cut", "rows": [ [ "Tiger Woods", "United States", "1999 , 2000 , 2006", "272", "–8", "1" ], [ "John Daly", "United States", "1991", "286", "+6", "T32" ], [ "Shaun Micheel", "United States", "2003", "286", "+6", "T32" ], [ "Phil Mickelson", "United States", "2005", "286", "+6", "T32" ], [ "David Toms", "United States", "2001", "288", "+8", "T42" ], [ "Bob Tway", "United States", "1986", "289", "+9", "T50" ] ], "name": "" }
{ "human_readable": "SELECT Year(s) won FROM table WHERE To par = +6", "sel": 2, "agg": 0, "conds": { "column_index": [ 4 ], "operator_index": [ 0 ], "condition": [ "+6" ] } }
2
In 1991, what was the lowest total?
{ "header": [ "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], "page_title": "2007 PGA Championship", "page_id": "12333215", "types": [ "text", "text", "text", "real", "text", "text" ], "id": "2-12333215-2", "section_title": "Made the cut", "caption": "Made the cut", "rows": [ [ "Tiger Woods", "United States", "1999 , 2000 , 2006", "272", "–8", "1" ], [ "John Daly", "United States", "1991", "286", "+6", "T32" ], [ "Shaun Micheel", "United States", "2003", "286", "+6", "T32" ], [ "Phil Mickelson", "United States", "2005", "286", "+6", "T32" ], [ "David Toms", "United States", "2001", "288", "+8", "T42" ], [ "Bob Tway", "United States", "1986", "289", "+9", "T50" ] ], "name": "" }
{ "human_readable": "SELECT MIN Total FROM table WHERE Year(s) won = 1991", "sel": 3, "agg": 2, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "1991" ] } }
2
What-all are the total lanes have a rank more larger than 22?
{ "header": [ "Rank", "Heat", "Lane", "Name", "Nationality", "Time" ], "page_title": "Swimming at the 1984 Summer Olympics – Women's 200 metre breaststroke", "page_id": "12594788", "types": [ "real", "real", "real", "text", "text", "text" ], "id": "2-12594788-2", "section_title": "Heats", "caption": "Heats", "rows": [ [ "1", "1", "2", "Ingrid Lempereur Category:Articles with hCards", "Belgium", "2:32.46" ], [ "2", "2", "6", "Sharon Kellett Category:Articles with hCards", "Australia", "2:33.23" ], [ "3", "1", "4", "Anne Ottenbrite Category:Articles with hCards", "Canada", "2:33.43" ], [ "4", "2", "4", "Susan Rapp Category:Articles with hCards", "United States", "2:33.46" ], [ "5", "3", "4", "Hiroko Nagasaki Category:Articles with hCards", "Japan", "2:34.46" ], [ "5", "3", "5", "Ute Hasse Category:Articles with hCards", "West Germany", "2:34.46" ], [ "7", "2", "3", "Susannah Brownsdon Category:Articles with hCards", "Great Britain", "2:35.54" ], [ "7", "3", "3", "Kim Rhodenbaugh Category:Articles with hCards", "United States", "2:35.54" ], [ "9", "3", "6", "Manuela Dalla Valle Category:Articles with hCards", "Italy", "2:35.75" ], [ "10", "2", "5", "Laura Belotti Category:Articles with hCards", "Italy", "2:35.99" ], [ "11", "1", "3", "Alicia Boscatto Category:Articles with hCards", "Argentina", "2:36.38" ], [ "12", "1", "5", "Mary Lubawski Category:Articles with hCards", "Canada", "2:36.65" ], [ "13", "1", "6", "Petra van Staveren Category:Articles with hCards", "Netherlands", "2:37.20" ], [ "14", "2", "2", "Annelie Holmström Category:Articles with hCards", "Sweden", "2:37.21" ], [ "15", "3", "2", "Dimity Douglas Category:Articles with hCards", "Australia", "2:38.47" ], [ "16", "2", "7", "Gaynor Stanley Category:Articles with hCards", "Great Britain", "2:38.54" ], [ "17", "3", "1", "Sara Guido Category:Articles with hCards", "Mexico", "2:38.87" ], [ "18", "3", "7", "Petra Hillenius Category:Articles with hCards", "Netherlands", "2:41.57" ], [ "19", "1", "7", "Kaori Iwasaki Category:Articles with hCards", "Japan", "2:42.69" ], [ "20", "2", "1", "Guðrún Ágústsdóttir Category:Articles with hCards", "Iceland", "2:44.85" ], [ "20", "3", "8", "Rosa María Silva Category:Articles with hCards", "Uruguay", "2:50.01" ], [ "21", "1", "1", "Lai Yee Chow Category:Articles with hCards", "Hong Kong", "2:50.45" ], [ "22", "2", "8", "Isabel Lardizajal Category:Articles with hCards", "Honduras", "3:04.26" ] ], "name": "" }
{ "human_readable": "SELECT SUM Lane FROM table WHERE Rank > 22", "sel": 2, "agg": 4, "conds": { "column_index": [ 0 ], "operator_index": [ 1 ], "condition": [ "22" ] } }
2
Which one has a rank more bigger than 2, lane of 1, and is from Hong Kong?
{ "header": [ "Rank", "Heat", "Lane", "Name", "Nationality", "Time" ], "page_title": "Swimming at the 1984 Summer Olympics – Women's 200 metre breaststroke", "page_id": "12594788", "types": [ "real", "real", "real", "text", "text", "text" ], "id": "2-12594788-2", "section_title": "Heats", "caption": "Heats", "rows": [ [ "1", "1", "2", "Ingrid Lempereur Category:Articles with hCards", "Belgium", "2:32.46" ], [ "2", "2", "6", "Sharon Kellett Category:Articles with hCards", "Australia", "2:33.23" ], [ "3", "1", "4", "Anne Ottenbrite Category:Articles with hCards", "Canada", "2:33.43" ], [ "4", "2", "4", "Susan Rapp Category:Articles with hCards", "United States", "2:33.46" ], [ "5", "3", "4", "Hiroko Nagasaki Category:Articles with hCards", "Japan", "2:34.46" ], [ "5", "3", "5", "Ute Hasse Category:Articles with hCards", "West Germany", "2:34.46" ], [ "7", "2", "3", "Susannah Brownsdon Category:Articles with hCards", "Great Britain", "2:35.54" ], [ "7", "3", "3", "Kim Rhodenbaugh Category:Articles with hCards", "United States", "2:35.54" ], [ "9", "3", "6", "Manuela Dalla Valle Category:Articles with hCards", "Italy", "2:35.75" ], [ "10", "2", "5", "Laura Belotti Category:Articles with hCards", "Italy", "2:35.99" ], [ "11", "1", "3", "Alicia Boscatto Category:Articles with hCards", "Argentina", "2:36.38" ], [ "12", "1", "5", "Mary Lubawski Category:Articles with hCards", "Canada", "2:36.65" ], [ "13", "1", "6", "Petra van Staveren Category:Articles with hCards", "Netherlands", "2:37.20" ], [ "14", "2", "2", "Annelie Holmström Category:Articles with hCards", "Sweden", "2:37.21" ], [ "15", "3", "2", "Dimity Douglas Category:Articles with hCards", "Australia", "2:38.47" ], [ "16", "2", "7", "Gaynor Stanley Category:Articles with hCards", "Great Britain", "2:38.54" ], [ "17", "3", "1", "Sara Guido Category:Articles with hCards", "Mexico", "2:38.87" ], [ "18", "3", "7", "Petra Hillenius Category:Articles with hCards", "Netherlands", "2:41.57" ], [ "19", "1", "7", "Kaori Iwasaki Category:Articles with hCards", "Japan", "2:42.69" ], [ "20", "2", "1", "Guðrún Ágústsdóttir Category:Articles with hCards", "Iceland", "2:44.85" ], [ "20", "3", "8", "Rosa María Silva Category:Articles with hCards", "Uruguay", "2:50.01" ], [ "21", "1", "1", "Lai Yee Chow Category:Articles with hCards", "Hong Kong", "2:50.45" ], [ "22", "2", "8", "Isabel Lardizajal Category:Articles with hCards", "Honduras", "3:04.26" ] ], "name": "" }
{ "human_readable": "SELECT Name FROM table WHERE Rank > 2 AND Lane = 1 AND Nationality = hong kong", "sel": 3, "agg": 0, "conds": { "column_index": [ 0, 2, 4 ], "operator_index": [ 1, 0, 0 ], "condition": [ "2", "1", "hong kong" ] } }
2
What rank is from Japan, has a lane smaller than 7 and a heats smaller than 3?
{ "header": [ "Rank", "Heat", "Lane", "Name", "Nationality", "Time" ], "page_title": "Swimming at the 1984 Summer Olympics – Women's 200 metre breaststroke", "page_id": "12594788", "types": [ "real", "real", "real", "text", "text", "text" ], "id": "2-12594788-2", "section_title": "Heats", "caption": "Heats", "rows": [ [ "1", "1", "2", "Ingrid Lempereur Category:Articles with hCards", "Belgium", "2:32.46" ], [ "2", "2", "6", "Sharon Kellett Category:Articles with hCards", "Australia", "2:33.23" ], [ "3", "1", "4", "Anne Ottenbrite Category:Articles with hCards", "Canada", "2:33.43" ], [ "4", "2", "4", "Susan Rapp Category:Articles with hCards", "United States", "2:33.46" ], [ "5", "3", "4", "Hiroko Nagasaki Category:Articles with hCards", "Japan", "2:34.46" ], [ "5", "3", "5", "Ute Hasse Category:Articles with hCards", "West Germany", "2:34.46" ], [ "7", "2", "3", "Susannah Brownsdon Category:Articles with hCards", "Great Britain", "2:35.54" ], [ "7", "3", "3", "Kim Rhodenbaugh Category:Articles with hCards", "United States", "2:35.54" ], [ "9", "3", "6", "Manuela Dalla Valle Category:Articles with hCards", "Italy", "2:35.75" ], [ "10", "2", "5", "Laura Belotti Category:Articles with hCards", "Italy", "2:35.99" ], [ "11", "1", "3", "Alicia Boscatto Category:Articles with hCards", "Argentina", "2:36.38" ], [ "12", "1", "5", "Mary Lubawski Category:Articles with hCards", "Canada", "2:36.65" ], [ "13", "1", "6", "Petra van Staveren Category:Articles with hCards", "Netherlands", "2:37.20" ], [ "14", "2", "2", "Annelie Holmström Category:Articles with hCards", "Sweden", "2:37.21" ], [ "15", "3", "2", "Dimity Douglas Category:Articles with hCards", "Australia", "2:38.47" ], [ "16", "2", "7", "Gaynor Stanley Category:Articles with hCards", "Great Britain", "2:38.54" ], [ "17", "3", "1", "Sara Guido Category:Articles with hCards", "Mexico", "2:38.87" ], [ "18", "3", "7", "Petra Hillenius Category:Articles with hCards", "Netherlands", "2:41.57" ], [ "19", "1", "7", "Kaori Iwasaki Category:Articles with hCards", "Japan", "2:42.69" ], [ "20", "2", "1", "Guðrún Ágústsdóttir Category:Articles with hCards", "Iceland", "2:44.85" ], [ "20", "3", "8", "Rosa María Silva Category:Articles with hCards", "Uruguay", "2:50.01" ], [ "21", "1", "1", "Lai Yee Chow Category:Articles with hCards", "Hong Kong", "2:50.45" ], [ "22", "2", "8", "Isabel Lardizajal Category:Articles with hCards", "Honduras", "3:04.26" ] ], "name": "" }
{ "human_readable": "SELECT SUM Rank FROM table WHERE Nationality = japan AND Lane < 7 AND Heat < 3", "sel": 0, "agg": 4, "conds": { "column_index": [ 4, 2, 1 ], "operator_index": [ 0, 2, 2 ], "condition": [ "japan", "7", "3" ] } }
2
What-all had been Jim Hoff's sum of losses and a are winning smaller than 12?
{ "header": [ "Manager", "Years", "Games", "Wins", "Losses" ], "page_title": "List of Nashville Sounds managers and owners", "page_id": "12558310", "types": [ "text", "text", "real", "real", "real" ], "id": "2-12558310-2", "section_title": "Managers", "caption": "Managers", "rows": [ [ "Chuck Goggin", "1978", "141", "64", "77" ], [ "George Scherger", "1979", "144", "83", "61" ], [ "Stump Merrill [a ]", "1980–1981", "286", "178", "108" ], [ "Johnny Oates", "1982", "144", "77", "67" ], [ "Doug Holmquist", "1983", "146", "88", "58" ], [ "Jim Marshall", "1984", "147", "74", "73" ], [ "Lee Walls", "1985", "7", "3", "4" ], [ "Leon Roberts", "1985", "7", "2", "5" ], [ "Gordon Mackenzie", "1985", "127", "66", "61" ], [ "Leon Roberts", "1986", "142", "68", "74" ], [ "Jack Lind", "1987–1988", "217", "102", "115" ], [ "Wayne Garland", "1988", "3", "1", "2" ], [ "George Scherger", "1988", "1", "0", "1" ], [ "Jim Hoff", "1988", "22", "12", "10" ], [ "Frank Lucchesi", "1988–1989", "185", "96", "89" ], [ "Pete Mackanin", "1990–1992", "366", "186", "180" ], [ "Dave Miley", "1992", "68", "32", "36" ], [ "Rick Renick [b ]", "1993–1996", "575", "309", "266" ], [ "Tom Spencer", "1997", "143", "74", "69" ], [ "Trent Jewett", "1998–2000", "339", "176", "163" ], [ "Richie Hebner", "2000", "85", "34", "51" ], [ "Marty Brown", "2001–2002", "284", "136", "148" ], [ "Trent Jewett", "2003–2004", "285", "144", "141" ], [ "Frank Kremblas [c ]", "2005–2008", "572", "299", "273" ], [ "Don Money", "2009–2011", "432", "223", "209" ], [ "Mike Guerrero", "2012–2013", "288", "124", "164" ], [ "Darnell Coles", "2014–beyond", "0", "0", "0" ], [ "Totals", "Totals", "5,157", "2,651", "2,506" ] ], "name": "" }
{ "human_readable": "SELECT SUM Losses FROM table WHERE Manager = jim hoff AND Wins < 12", "sel": 4, "agg": 4, "conds": { "column_index": [ 0, 3 ], "operator_index": [ 0, 2 ], "condition": [ "jim hoff", "12" ] } }
2
What-all was the average of games that was one in 1978 that was smaller than 141?
{ "header": [ "Manager", "Years", "Games", "Wins", "Losses" ], "page_title": "List of Nashville Sounds managers and owners", "page_id": "12558310", "types": [ "text", "text", "real", "real", "real" ], "id": "2-12558310-2", "section_title": "Managers", "caption": "Managers", "rows": [ [ "Chuck Goggin", "1978", "141", "64", "77" ], [ "George Scherger", "1979", "144", "83", "61" ], [ "Stump Merrill [a ]", "1980–1981", "286", "178", "108" ], [ "Johnny Oates", "1982", "144", "77", "67" ], [ "Doug Holmquist", "1983", "146", "88", "58" ], [ "Jim Marshall", "1984", "147", "74", "73" ], [ "Lee Walls", "1985", "7", "3", "4" ], [ "Leon Roberts", "1985", "7", "2", "5" ], [ "Gordon Mackenzie", "1985", "127", "66", "61" ], [ "Leon Roberts", "1986", "142", "68", "74" ], [ "Jack Lind", "1987–1988", "217", "102", "115" ], [ "Wayne Garland", "1988", "3", "1", "2" ], [ "George Scherger", "1988", "1", "0", "1" ], [ "Jim Hoff", "1988", "22", "12", "10" ], [ "Frank Lucchesi", "1988–1989", "185", "96", "89" ], [ "Pete Mackanin", "1990–1992", "366", "186", "180" ], [ "Dave Miley", "1992", "68", "32", "36" ], [ "Rick Renick [b ]", "1993–1996", "575", "309", "266" ], [ "Tom Spencer", "1997", "143", "74", "69" ], [ "Trent Jewett", "1998–2000", "339", "176", "163" ], [ "Richie Hebner", "2000", "85", "34", "51" ], [ "Marty Brown", "2001–2002", "284", "136", "148" ], [ "Trent Jewett", "2003–2004", "285", "144", "141" ], [ "Frank Kremblas [c ]", "2005–2008", "572", "299", "273" ], [ "Don Money", "2009–2011", "432", "223", "209" ], [ "Mike Guerrero", "2012–2013", "288", "124", "164" ], [ "Darnell Coles", "2014–beyond", "0", "0", "0" ], [ "Totals", "Totals", "5,157", "2,651", "2,506" ] ], "name": "" }
{ "human_readable": "SELECT AVG Wins FROM table WHERE Years = 1978 AND Games < 141", "sel": 3, "agg": 5, "conds": { "column_index": [ 1, 2 ], "operator_index": [ 0, 2 ], "condition": [ "1978", "141" ] } }
2
What-all was the sum of Richie a-winning games Hebner was smaller 34?
{ "header": [ "Manager", "Years", "Games", "Wins", "Losses" ], "page_title": "List of Nashville Sounds managers and owners", "page_id": "12558310", "types": [ "text", "text", "real", "real", "real" ], "id": "2-12558310-2", "section_title": "Managers", "caption": "Managers", "rows": [ [ "Chuck Goggin", "1978", "141", "64", "77" ], [ "George Scherger", "1979", "144", "83", "61" ], [ "Stump Merrill [a ]", "1980–1981", "286", "178", "108" ], [ "Johnny Oates", "1982", "144", "77", "67" ], [ "Doug Holmquist", "1983", "146", "88", "58" ], [ "Jim Marshall", "1984", "147", "74", "73" ], [ "Lee Walls", "1985", "7", "3", "4" ], [ "Leon Roberts", "1985", "7", "2", "5" ], [ "Gordon Mackenzie", "1985", "127", "66", "61" ], [ "Leon Roberts", "1986", "142", "68", "74" ], [ "Jack Lind", "1987–1988", "217", "102", "115" ], [ "Wayne Garland", "1988", "3", "1", "2" ], [ "George Scherger", "1988", "1", "0", "1" ], [ "Jim Hoff", "1988", "22", "12", "10" ], [ "Frank Lucchesi", "1988–1989", "185", "96", "89" ], [ "Pete Mackanin", "1990–1992", "366", "186", "180" ], [ "Dave Miley", "1992", "68", "32", "36" ], [ "Rick Renick [b ]", "1993–1996", "575", "309", "266" ], [ "Tom Spencer", "1997", "143", "74", "69" ], [ "Trent Jewett", "1998–2000", "339", "176", "163" ], [ "Richie Hebner", "2000", "85", "34", "51" ], [ "Marty Brown", "2001–2002", "284", "136", "148" ], [ "Trent Jewett", "2003–2004", "285", "144", "141" ], [ "Frank Kremblas [c ]", "2005–2008", "572", "299", "273" ], [ "Don Money", "2009–2011", "432", "223", "209" ], [ "Mike Guerrero", "2012–2013", "288", "124", "164" ], [ "Darnell Coles", "2014–beyond", "0", "0", "0" ], [ "Totals", "Totals", "5,157", "2,651", "2,506" ] ], "name": "" }
{ "human_readable": "SELECT SUM Games FROM table WHERE Manager = richie hebner AND Wins < 34", "sel": 2, "agg": 4, "conds": { "column_index": [ 0, 3 ], "operator_index": [ 0, 2 ], "condition": [ "richie hebner", "34" ] } }
2
What-all had been the average of wins with manager George Scherger smaller to 3 and losses smaller as 1?
{ "header": [ "Manager", "Years", "Games", "Wins", "Losses" ], "page_title": "List of Nashville Sounds managers and owners", "page_id": "12558310", "types": [ "text", "text", "real", "real", "real" ], "id": "2-12558310-2", "section_title": "Managers", "caption": "Managers", "rows": [ [ "Chuck Goggin", "1978", "141", "64", "77" ], [ "George Scherger", "1979", "144", "83", "61" ], [ "Stump Merrill [a ]", "1980–1981", "286", "178", "108" ], [ "Johnny Oates", "1982", "144", "77", "67" ], [ "Doug Holmquist", "1983", "146", "88", "58" ], [ "Jim Marshall", "1984", "147", "74", "73" ], [ "Lee Walls", "1985", "7", "3", "4" ], [ "Leon Roberts", "1985", "7", "2", "5" ], [ "Gordon Mackenzie", "1985", "127", "66", "61" ], [ "Leon Roberts", "1986", "142", "68", "74" ], [ "Jack Lind", "1987–1988", "217", "102", "115" ], [ "Wayne Garland", "1988", "3", "1", "2" ], [ "George Scherger", "1988", "1", "0", "1" ], [ "Jim Hoff", "1988", "22", "12", "10" ], [ "Frank Lucchesi", "1988–1989", "185", "96", "89" ], [ "Pete Mackanin", "1990–1992", "366", "186", "180" ], [ "Dave Miley", "1992", "68", "32", "36" ], [ "Rick Renick [b ]", "1993–1996", "575", "309", "266" ], [ "Tom Spencer", "1997", "143", "74", "69" ], [ "Trent Jewett", "1998–2000", "339", "176", "163" ], [ "Richie Hebner", "2000", "85", "34", "51" ], [ "Marty Brown", "2001–2002", "284", "136", "148" ], [ "Trent Jewett", "2003–2004", "285", "144", "141" ], [ "Frank Kremblas [c ]", "2005–2008", "572", "299", "273" ], [ "Don Money", "2009–2011", "432", "223", "209" ], [ "Mike Guerrero", "2012–2013", "288", "124", "164" ], [ "Darnell Coles", "2014–beyond", "0", "0", "0" ], [ "Totals", "Totals", "5,157", "2,651", "2,506" ] ], "name": "" }
{ "human_readable": "SELECT AVG Wins FROM table WHERE Games < 3 AND Manager = george scherger AND Losses < 1", "sel": 3, "agg": 5, "conds": { "column_index": [ 2, 0, 4 ], "operator_index": [ 2, 0, 2 ], "condition": [ "3", "george scherger", "1" ] } }
2
When was the golden slipper race?
{ "header": [ "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], "page_title": "Octagonal", "page_id": "1284347", "types": [ "text", "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-1284347-1", "section_title": "Race record", "caption": "1994-95 Season as a Two Year Old", "rows": [ [ "Won", "3 Dec 1994", "2yo Hcp Colts & Geldings", "Rosehill", "NA", "1100 m", "53", "M. Evans", "2nd - Fracture" ], [ "Won", "25 Mar 1995", "Todman Stakes", "Rosehill", "G2", "1200 m", "55.5", "G. Cooksley", "2nd - Our Maizcay" ], [ "2nd", "8 Apr 1995", "Golden Slipper", "Rosehill", "G1", "1200 m", "55.5", "G. Cooksley", "1st - Flying Spur" ], [ "Won", "17 Apr 1995", "Sires Produce Stakes", "Randwick", "G1", "1400 m", "55.5", "G. Cooksley", "2nd - Isolda" ], [ "2nd", "29 Apr 1995", "Champagne Stakes", "Randwick", "G1", "1600 m", "55.5", "G. Cooksley", "1st - Isolda" ] ], "name": "" }
{ "human_readable": "SELECT Date FROM table WHERE Race = golden slipper", "sel": 1, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "golden slipper" ] } }
2
In which races did the jockey weigh less than 55.5 kg?
{ "header": [ "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], "page_title": "Octagonal", "page_id": "1284347", "types": [ "text", "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-1284347-1", "section_title": "Race record", "caption": "1994-95 Season as a Two Year Old", "rows": [ [ "Won", "3 Dec 1994", "2yo Hcp Colts & Geldings", "Rosehill", "NA", "1100 m", "53", "M. Evans", "2nd - Fracture" ], [ "Won", "25 Mar 1995", "Todman Stakes", "Rosehill", "G2", "1200 m", "55.5", "G. Cooksley", "2nd - Our Maizcay" ], [ "2nd", "8 Apr 1995", "Golden Slipper", "Rosehill", "G1", "1200 m", "55.5", "G. Cooksley", "1st - Flying Spur" ], [ "Won", "17 Apr 1995", "Sires Produce Stakes", "Randwick", "G1", "1400 m", "55.5", "G. Cooksley", "2nd - Isolda" ], [ "2nd", "29 Apr 1995", "Champagne Stakes", "Randwick", "G1", "1600 m", "55.5", "G. Cooksley", "1st - Isolda" ] ], "name": "" }
{ "human_readable": "SELECT Race FROM table WHERE Weight (kg) < 55.5", "sel": 2, "agg": 0, "conds": { "column_index": [ 6 ], "operator_index": [ 2 ], "condition": [ "55.5" ] } }
2
What-all had been the result of the Todman stakes race at rosehill?
{ "header": [ "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], "page_title": "Octagonal", "page_id": "1284347", "types": [ "text", "text", "text", "text", "text", "text", "real", "text", "text" ], "id": "2-1284347-1", "section_title": "Race record", "caption": "1994-95 Season as a Two Year Old", "rows": [ [ "Won", "3 Dec 1994", "2yo Hcp Colts & Geldings", "Rosehill", "NA", "1100 m", "53", "M. Evans", "2nd - Fracture" ], [ "Won", "25 Mar 1995", "Todman Stakes", "Rosehill", "G2", "1200 m", "55.5", "G. Cooksley", "2nd - Our Maizcay" ], [ "2nd", "8 Apr 1995", "Golden Slipper", "Rosehill", "G1", "1200 m", "55.5", "G. Cooksley", "1st - Flying Spur" ], [ "Won", "17 Apr 1995", "Sires Produce Stakes", "Randwick", "G1", "1400 m", "55.5", "G. Cooksley", "2nd - Isolda" ], [ "2nd", "29 Apr 1995", "Champagne Stakes", "Randwick", "G1", "1600 m", "55.5", "G. Cooksley", "1st - Isolda" ] ], "name": "" }
{ "human_readable": "SELECT Result FROM table WHERE Venue = rosehill AND Race = todman stakes", "sel": 0, "agg": 0, "conds": { "column_index": [ 3, 2 ], "operator_index": [ 0, 0 ], "condition": [ "rosehill", "todman stakes" ] } }
2
What-all Country has Player Ky Laffoon?
{ "header": [ "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], "page_title": "1946 Masters Tournament", "page_id": "12925308", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-12925308-1", "section_title": "Final leaderboard", "caption": "Final leaderboard", "rows": [ [ "1", "Herman Keiser", "United States", "69-68-71-74=282", "–6", "2,500" ], [ "2", "Ben Hogan", "United States", "74-70-69-70=283", "–5", "1,500" ], [ "3", "Bob Hamilton", "United States", "75-69-71-72=287", "–1", "1,000" ], [ "T4", "Jimmy Demaret", "United States", "75-70-71-73=289", "+1", "683" ], [ "T4", "Jim Ferrier", "Australia", "74-72-68-75=289", "+1", "683" ], [ "T4", "Ky Laffoon", "United States", "74-73-70-72=289", "+1", "683" ], [ "T7", "Chick Harbert", "United States", "69-75-76-70=290", "+2", "356" ], [ "T7", "Clayton Heafner", "United States", "74-69-71-76=290", "+2", "356" ], [ "T7", "Byron Nelson", "United States", "72-73-71-74=290", "+2", "356" ], [ "T7", "Sam Snead", "United States", "74-75-70-71=290", "+2", "356" ] ], "name": "" }
{ "human_readable": "SELECT Country FROM table WHERE Player = ky laffoon", "sel": 2, "agg": 0, "conds": { "column_index": [ 1 ], "operator_index": [ 0 ], "condition": [ "ky laffoon" ] } }
2
What-all It is from the Country United States and Money ( $ ) of 356 that player is ?
{ "header": [ "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], "page_title": "1946 Masters Tournament", "page_id": "12925308", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-12925308-1", "section_title": "Final leaderboard", "caption": "Final leaderboard", "rows": [ [ "1", "Herman Keiser", "United States", "69-68-71-74=282", "–6", "2,500" ], [ "2", "Ben Hogan", "United States", "74-70-69-70=283", "–5", "1,500" ], [ "3", "Bob Hamilton", "United States", "75-69-71-72=287", "–1", "1,000" ], [ "T4", "Jimmy Demaret", "United States", "75-70-71-73=289", "+1", "683" ], [ "T4", "Jim Ferrier", "Australia", "74-72-68-75=289", "+1", "683" ], [ "T4", "Ky Laffoon", "United States", "74-73-70-72=289", "+1", "683" ], [ "T7", "Chick Harbert", "United States", "69-75-76-70=290", "+2", "356" ], [ "T7", "Clayton Heafner", "United States", "74-69-71-76=290", "+2", "356" ], [ "T7", "Byron Nelson", "United States", "72-73-71-74=290", "+2", "356" ], [ "T7", "Sam Snead", "United States", "74-75-70-71=290", "+2", "356" ] ], "name": "" }
{ "human_readable": "SELECT Player FROM table WHERE Country = united states AND Money ( $ ) = 356", "sel": 1, "agg": 0, "conds": { "column_index": [ 2, 5 ], "operator_index": [ 0, 0 ], "condition": [ "united states", "356" ] } }
2
What-all Player has a To par of +1 and the Score 75-70-71-73=289?
{ "header": [ "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], "page_title": "1946 Masters Tournament", "page_id": "12925308", "types": [ "text", "text", "text", "text", "text", "real" ], "id": "2-12925308-1", "section_title": "Final leaderboard", "caption": "Final leaderboard", "rows": [ [ "1", "Herman Keiser", "United States", "69-68-71-74=282", "–6", "2,500" ], [ "2", "Ben Hogan", "United States", "74-70-69-70=283", "–5", "1,500" ], [ "3", "Bob Hamilton", "United States", "75-69-71-72=287", "–1", "1,000" ], [ "T4", "Jimmy Demaret", "United States", "75-70-71-73=289", "+1", "683" ], [ "T4", "Jim Ferrier", "Australia", "74-72-68-75=289", "+1", "683" ], [ "T4", "Ky Laffoon", "United States", "74-73-70-72=289", "+1", "683" ], [ "T7", "Chick Harbert", "United States", "69-75-76-70=290", "+2", "356" ], [ "T7", "Clayton Heafner", "United States", "74-69-71-76=290", "+2", "356" ], [ "T7", "Byron Nelson", "United States", "72-73-71-74=290", "+2", "356" ], [ "T7", "Sam Snead", "United States", "74-75-70-71=290", "+2", "356" ] ], "name": "" }
{ "human_readable": "SELECT Player FROM table WHERE To par = +1 AND Score = 75-70-71-73=289", "sel": 1, "agg": 0, "conds": { "column_index": [ 4, 3 ], "operator_index": [ 0, 0 ], "condition": [ "+1", "75-70-71-73=289" ] } }
2
What-all had been the outcome for the Rome 2, Italy tournament?
{ "header": [ "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents in the final", "Score" ], "page_title": "Florin Mergea", "page_id": "12259697", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12259697-8", "section_title": "Doubles finals: 29 (12–17)", "caption": "Doubles finals: 29 (12–17)", "rows": [ [ "Winner", "8 August 2004", "Timișoara , Romania", "Clay", "Horia Tecău", "Marius Călugăru Ciprian Petre Porumb", "6–3, 6–3" ], [ "Runner-up", "21 August 2004", "Samarkand , Uzbekistan", "Clay", "Sebastian Fitz", "Jean-François Bachelot Melle Van Gemerden", "2–6, 6–3, 1–6" ], [ "Winner", "9 October 2004", "Rome 2, Italy", "Clay", "Werner Eschauer", "Francesco Aldi Francesco Piccari", "6–7 (5–7) , 6–3, 6–0" ], [ "Runner-up", "2 July 2006", "Constanța , Romania", "Clay", "Horia Tecău", "Konstantinos Economidis Jean-Julien Rojer", "6–7 (1–7) , 1–6" ], [ "Runner-up", "5 November 2006", "Seoul , South Korea", "Hard", "Danai Udomchoke", "Alexander Peya Björn Phau", "4–6, 2–6" ], [ "Winner", "30 June 2007", "Almaty 2 , Kazakhstan", "Clay", "Teodor-Dacian Crăciun", "Alexey Kedryuk Alexandre Kudryavtsev", "6–2, 6–1" ], [ "Winner", "9 September 2007", "Brașov , Romania", "Clay", "Horia Tecău", "Adrian Cruciat Marcel-Ioan Miron", "5–7, 6–3, [10–8]" ], [ "Runner-up", "30 September 2007", "Bucharest , Romania", "Clay", "Horia Tecău", "Marcel Granollers Santiago Ventura", "2–6, 1–6" ], [ "Winner", "2 March 2008", "Cherbourg , France", "Hard (I)", "Horia Tecău", "Jean-Claude Scherrer Márcio Torres", "7–5, 7–5" ], [ "Runner-up", "27 April 2008", "Cremona , Italy", "Hard", "Horia Tecău", "Eduardo Schwank Dušan Vemić", "3–6, 2–6" ], [ "Winner", "17 May 2008", "Marrakech , Morocco", "Clay", "Frederico Gil", "James Auckland Jamie Delgado", "6–2, 6–3" ], [ "Winner", "29 June 2008", "Constanța , Romania", "Clay", "Horia Tecău", "Júlio Silva Simone Vagnozzi", "6–4, 6–2" ], [ "Runner-up", "3 August 2008", "Timișoara , Romania", "Clay", "Adrian Cruciat", "Daniel Muñoz-de la Nava Rubén Ramírez Hidalgo", "6–3, 4–6, [9–11]" ], [ "Runner-up", "21 June 2009", "Constanța , Romania", "Clay", "Adrian Cruciat", "Adrián García David Marrero", "6–7 (5–7) , 2–6" ], [ "Winner", "10 September 2011", "Brașov , Romania", "Clay", "Victor Anagnastopol", "Dušan Lojda Benoît Paire", "6–2, 6–3" ], [ "Runner-up", "21 April 2012", "Rome , Italy", "Clay", "Andrei Dăescu", "Dustin Brown Jonathan Marray", "4–6, 6–7 (0–7)" ], [ "Runner-up", "14 July 2012", "Timișoara , Romania", "Clay", "Andrei Dăescu", "Goran Tošić Denis Zivkovic", "2–6, 5–7" ], [ "Winner", "29 July 2012", "Oberstaufen , Germany", "Clay", "Andrei Dăescu", "Andrey Kuznetsov Jose Rubin Statham", "7–6 (7–4) , 7–6 (7–1)" ], [ "Runner-up", "18 August 2012", "Cordenons , Italy", "Clay", "Philipp Marx", "Lukáš Dlouhý Michal Mertiňák", "7–5, 5–7, [7–10]" ], [ "Winner", "25 August 2012", "Segovia , Spain", "Hard", "Stefano Ianni", "Konstantin Kravchuk Frank Moser", "6–2, 6–3" ], [ "Winner", "1 September 2012", "Como , Italy", "Clay", "Philipp Marx", "Colin Ebelthite Jaroslav Pospíšil", "6–4, 4–6, [10–4]" ], [ "Winner", "14 October 2012", "Rennes , France", "Hard", "Philipp Marx", "Tomasz Bednarek Mateusz Kowalczyk", "6–3, 6–2" ], [ "Runner-up", "4 November 2012", "Geneva , Switzerland", "Clay", "Philipp Marx", "Johan Brunström Raven Klaasen", "6–7 (2–7) , 7–6 (7–5) , [5–10]" ], [ "Runner-up", "11 November 2012", "Bratislava , Slovakia", "Hard", "Philipp Marx", "Lukáš Dlouhý Michail Elgin", "7–6 (7–5) , 2–6, [6–10]" ], [ "Runner-up", "3 March 2013", "Cherbourg , France", "Hard", "Philipp Marx", "Sanchai Ratiwatana Sonchat Ratiwatana", "5–7, 4–6" ], [ "Runner-up", "24 March 2013", "Rimouski , Canada", "Hard", "Philipp Marx", "Samuel Groth John-Patrick Smith", "6–7 (5–7) , 6–7 (7–9)" ], [ "Runner-up", "31 March 2013", "Le Gosier , Guadeloupe", "Hard", "Philipp Marx", "Dudi Sela Jimmy Wang", "1–6, 2–6" ], [ "Runner-up", "11 May 2013", "Rome , Italy", "Clay", "Philipp Marx", "Andre Begemann Martin Emmrich", "6–7 (4–7) , 3–6" ], [ "Runner-up", "10 August 2013", "City of San Marino , San Marino", "Clay", "Daniele Bracciali", "Nicholas Monroe Simon Stadler", "2–6, 4–6" ] ], "name": "" }
{ "human_readable": "SELECT Outcome FROM table WHERE Tournament = rome 2, italy", "sel": 0, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "rome 2, italy" ] } }
2
What-all was the outcome of the match opponents in the final of Marius Călugăru Ciprian Petre Porumb?
{ "header": [ "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents in the final", "Score" ], "page_title": "Florin Mergea", "page_id": "12259697", "types": [ "text", "text", "text", "text", "text", "text", "text" ], "id": "2-12259697-8", "section_title": "Doubles finals: 29 (12–17)", "caption": "Doubles finals: 29 (12–17)", "rows": [ [ "Winner", "8 August 2004", "Timișoara , Romania", "Clay", "Horia Tecău", "Marius Călugăru Ciprian Petre Porumb", "6–3, 6–3" ], [ "Runner-up", "21 August 2004", "Samarkand , Uzbekistan", "Clay", "Sebastian Fitz", "Jean-François Bachelot Melle Van Gemerden", "2–6, 6–3, 1–6" ], [ "Winner", "9 October 2004", "Rome 2, Italy", "Clay", "Werner Eschauer", "Francesco Aldi Francesco Piccari", "6–7 (5–7) , 6–3, 6–0" ], [ "Runner-up", "2 July 2006", "Constanța , Romania", "Clay", "Horia Tecău", "Konstantinos Economidis Jean-Julien Rojer", "6–7 (1–7) , 1–6" ], [ "Runner-up", "5 November 2006", "Seoul , South Korea", "Hard", "Danai Udomchoke", "Alexander Peya Björn Phau", "4–6, 2–6" ], [ "Winner", "30 June 2007", "Almaty 2 , Kazakhstan", "Clay", "Teodor-Dacian Crăciun", "Alexey Kedryuk Alexandre Kudryavtsev", "6–2, 6–1" ], [ "Winner", "9 September 2007", "Brașov , Romania", "Clay", "Horia Tecău", "Adrian Cruciat Marcel-Ioan Miron", "5–7, 6–3, [10–8]" ], [ "Runner-up", "30 September 2007", "Bucharest , Romania", "Clay", "Horia Tecău", "Marcel Granollers Santiago Ventura", "2–6, 1–6" ], [ "Winner", "2 March 2008", "Cherbourg , France", "Hard (I)", "Horia Tecău", "Jean-Claude Scherrer Márcio Torres", "7–5, 7–5" ], [ "Runner-up", "27 April 2008", "Cremona , Italy", "Hard", "Horia Tecău", "Eduardo Schwank Dušan Vemić", "3–6, 2–6" ], [ "Winner", "17 May 2008", "Marrakech , Morocco", "Clay", "Frederico Gil", "James Auckland Jamie Delgado", "6–2, 6–3" ], [ "Winner", "29 June 2008", "Constanța , Romania", "Clay", "Horia Tecău", "Júlio Silva Simone Vagnozzi", "6–4, 6–2" ], [ "Runner-up", "3 August 2008", "Timișoara , Romania", "Clay", "Adrian Cruciat", "Daniel Muñoz-de la Nava Rubén Ramírez Hidalgo", "6–3, 4–6, [9–11]" ], [ "Runner-up", "21 June 2009", "Constanța , Romania", "Clay", "Adrian Cruciat", "Adrián García David Marrero", "6–7 (5–7) , 2–6" ], [ "Winner", "10 September 2011", "Brașov , Romania", "Clay", "Victor Anagnastopol", "Dušan Lojda Benoît Paire", "6–2, 6–3" ], [ "Runner-up", "21 April 2012", "Rome , Italy", "Clay", "Andrei Dăescu", "Dustin Brown Jonathan Marray", "4–6, 6–7 (0–7)" ], [ "Runner-up", "14 July 2012", "Timișoara , Romania", "Clay", "Andrei Dăescu", "Goran Tošić Denis Zivkovic", "2–6, 5–7" ], [ "Winner", "29 July 2012", "Oberstaufen , Germany", "Clay", "Andrei Dăescu", "Andrey Kuznetsov Jose Rubin Statham", "7–6 (7–4) , 7–6 (7–1)" ], [ "Runner-up", "18 August 2012", "Cordenons , Italy", "Clay", "Philipp Marx", "Lukáš Dlouhý Michal Mertiňák", "7–5, 5–7, [7–10]" ], [ "Winner", "25 August 2012", "Segovia , Spain", "Hard", "Stefano Ianni", "Konstantin Kravchuk Frank Moser", "6–2, 6–3" ], [ "Winner", "1 September 2012", "Como , Italy", "Clay", "Philipp Marx", "Colin Ebelthite Jaroslav Pospíšil", "6–4, 4–6, [10–4]" ], [ "Winner", "14 October 2012", "Rennes , France", "Hard", "Philipp Marx", "Tomasz Bednarek Mateusz Kowalczyk", "6–3, 6–2" ], [ "Runner-up", "4 November 2012", "Geneva , Switzerland", "Clay", "Philipp Marx", "Johan Brunström Raven Klaasen", "6–7 (2–7) , 7–6 (7–5) , [5–10]" ], [ "Runner-up", "11 November 2012", "Bratislava , Slovakia", "Hard", "Philipp Marx", "Lukáš Dlouhý Michail Elgin", "7–6 (7–5) , 2–6, [6–10]" ], [ "Runner-up", "3 March 2013", "Cherbourg , France", "Hard", "Philipp Marx", "Sanchai Ratiwatana Sonchat Ratiwatana", "5–7, 4–6" ], [ "Runner-up", "24 March 2013", "Rimouski , Canada", "Hard", "Philipp Marx", "Samuel Groth John-Patrick Smith", "6–7 (5–7) , 6–7 (7–9)" ], [ "Runner-up", "31 March 2013", "Le Gosier , Guadeloupe", "Hard", "Philipp Marx", "Dudi Sela Jimmy Wang", "1–6, 2–6" ], [ "Runner-up", "11 May 2013", "Rome , Italy", "Clay", "Philipp Marx", "Andre Begemann Martin Emmrich", "6–7 (4–7) , 3–6" ], [ "Runner-up", "10 August 2013", "City of San Marino , San Marino", "Clay", "Daniele Bracciali", "Nicholas Monroe Simon Stadler", "2–6, 4–6" ] ], "name": "" }
{ "human_readable": "SELECT Outcome FROM table WHERE Opponents in the final = marius călugăru ciprian petre porumb", "sel": 0, "agg": 0, "conds": { "column_index": [ 5 ], "operator_index": [ 0 ], "condition": [ "marius călugăru ciprian petre porumb" ] } }
2
How many golds have a Total of 11, and a Bronze smaller than 3?
{ "header": [ "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], "page_title": "2005 Jeux de la Francophonie", "page_id": "12402019", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12402019-3", "section_title": "Total", "caption": "Total", "rows": [ [ "1", "France", "33", "21", "12", "66" ], [ "2", "Morocco", "12", "12", "14", "38" ], [ "3", "Egypt", "6", "1", "7", "14" ], [ "4", "Romania", "4", "8", "6", "18" ], [ "5", "Canada", "4", "6", "9", "19" ], [ "6", "Tunisia", "3", "6", "10", "19" ], [ "7", "Ivory Coast", "3", "5", "3", "11" ], [ "8", "Burkina Faso", "2", "3", "7", "12" ], [ "9", "Lebanon", "2", "1", "1", "4" ], [ "10", "Benin", "2", "0", "0", "2" ], [ "10", "Chad", "2", "0", "0", "2" ], [ "12", "Senegal", "1", "4", "6", "11" ], [ "13", "Niger", "1", "2", "2", "5" ], [ "14", "Seychelles", "1", "1", "0", "2" ], [ "15", "Rwanda", "1", "0", "2", "3" ], [ "16", "Madagascar", "1", "0", "1", "2" ], [ "17", "Lithuania", "1", "0", "0", "1" ], [ "18", "Mauritius", "0", "2", "2", "4" ], [ "19", "Quebec", "0", "2", "1", "3" ], [ "20", "Cameroon", "0", "1", "4", "5" ], [ "21", "Republic of the Congo", "0", "1", "2", "3" ], [ "21", "Gabon", "0", "1", "2", "3" ], [ "21", "Luxembourg", "0", "1", "2", "3" ], [ "24", "Cape Verde", "0", "1", "1", "2" ], [ "24", "Mali", "0", "1", "1", "2" ], [ "26", "New Brunswick", "0", "1", "0", "1" ], [ "27", "French Community of Belgium", "0", "0", "5", "1" ], [ "28", "Macedonia", "0", "0", "1", "1" ], [ "28", "Saint Lucia", "0", "0", "1", "1" ], [ "28", "Switzerland", "0", "0", "1", "1" ] ], "name": "" }
{ "human_readable": "SELECT SUM Gold FROM table WHERE Total = 11 AND Bronze < 3", "sel": 2, "agg": 4, "conds": { "column_index": [ 5, 4 ], "operator_index": [ 0, 2 ], "condition": [ "11", "3" ] } }
2
How many golds have a Bronze of 0, a Total more larger than 1, a Nation of chad, and a Silver more larger than 0?
{ "header": [ "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], "page_title": "2005 Jeux de la Francophonie", "page_id": "12402019", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12402019-3", "section_title": "Total", "caption": "Total", "rows": [ [ "1", "France", "33", "21", "12", "66" ], [ "2", "Morocco", "12", "12", "14", "38" ], [ "3", "Egypt", "6", "1", "7", "14" ], [ "4", "Romania", "4", "8", "6", "18" ], [ "5", "Canada", "4", "6", "9", "19" ], [ "6", "Tunisia", "3", "6", "10", "19" ], [ "7", "Ivory Coast", "3", "5", "3", "11" ], [ "8", "Burkina Faso", "2", "3", "7", "12" ], [ "9", "Lebanon", "2", "1", "1", "4" ], [ "10", "Benin", "2", "0", "0", "2" ], [ "10", "Chad", "2", "0", "0", "2" ], [ "12", "Senegal", "1", "4", "6", "11" ], [ "13", "Niger", "1", "2", "2", "5" ], [ "14", "Seychelles", "1", "1", "0", "2" ], [ "15", "Rwanda", "1", "0", "2", "3" ], [ "16", "Madagascar", "1", "0", "1", "2" ], [ "17", "Lithuania", "1", "0", "0", "1" ], [ "18", "Mauritius", "0", "2", "2", "4" ], [ "19", "Quebec", "0", "2", "1", "3" ], [ "20", "Cameroon", "0", "1", "4", "5" ], [ "21", "Republic of the Congo", "0", "1", "2", "3" ], [ "21", "Gabon", "0", "1", "2", "3" ], [ "21", "Luxembourg", "0", "1", "2", "3" ], [ "24", "Cape Verde", "0", "1", "1", "2" ], [ "24", "Mali", "0", "1", "1", "2" ], [ "26", "New Brunswick", "0", "1", "0", "1" ], [ "27", "French Community of Belgium", "0", "0", "5", "1" ], [ "28", "Macedonia", "0", "0", "1", "1" ], [ "28", "Saint Lucia", "0", "0", "1", "1" ], [ "28", "Switzerland", "0", "0", "1", "1" ] ], "name": "" }
{ "human_readable": "SELECT SUM Gold FROM table WHERE Bronze = 0 AND Total > 1 AND Nation = chad AND Silver > 0", "sel": 2, "agg": 4, "conds": { "column_index": [ 4, 5, 1, 3 ], "operator_index": [ 0, 1, 0, 1 ], "condition": [ "0", "1", "chad", "0" ] } }
2
What-all is the smallest silver with a Gold of 1, and a Nation of lithuania?
{ "header": [ "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], "page_title": "2005 Jeux de la Francophonie", "page_id": "12402019", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12402019-3", "section_title": "Total", "caption": "Total", "rows": [ [ "1", "France", "33", "21", "12", "66" ], [ "2", "Morocco", "12", "12", "14", "38" ], [ "3", "Egypt", "6", "1", "7", "14" ], [ "4", "Romania", "4", "8", "6", "18" ], [ "5", "Canada", "4", "6", "9", "19" ], [ "6", "Tunisia", "3", "6", "10", "19" ], [ "7", "Ivory Coast", "3", "5", "3", "11" ], [ "8", "Burkina Faso", "2", "3", "7", "12" ], [ "9", "Lebanon", "2", "1", "1", "4" ], [ "10", "Benin", "2", "0", "0", "2" ], [ "10", "Chad", "2", "0", "0", "2" ], [ "12", "Senegal", "1", "4", "6", "11" ], [ "13", "Niger", "1", "2", "2", "5" ], [ "14", "Seychelles", "1", "1", "0", "2" ], [ "15", "Rwanda", "1", "0", "2", "3" ], [ "16", "Madagascar", "1", "0", "1", "2" ], [ "17", "Lithuania", "1", "0", "0", "1" ], [ "18", "Mauritius", "0", "2", "2", "4" ], [ "19", "Quebec", "0", "2", "1", "3" ], [ "20", "Cameroon", "0", "1", "4", "5" ], [ "21", "Republic of the Congo", "0", "1", "2", "3" ], [ "21", "Gabon", "0", "1", "2", "3" ], [ "21", "Luxembourg", "0", "1", "2", "3" ], [ "24", "Cape Verde", "0", "1", "1", "2" ], [ "24", "Mali", "0", "1", "1", "2" ], [ "26", "New Brunswick", "0", "1", "0", "1" ], [ "27", "French Community of Belgium", "0", "0", "5", "1" ], [ "28", "Macedonia", "0", "0", "1", "1" ], [ "28", "Saint Lucia", "0", "0", "1", "1" ], [ "28", "Switzerland", "0", "0", "1", "1" ] ], "name": "" }
{ "human_readable": "SELECT MIN Silver FROM table WHERE Gold = 1 AND Nation = lithuania", "sel": 3, "agg": 2, "conds": { "column_index": [ 2, 1 ], "operator_index": [ 0, 0 ], "condition": [ "1", "lithuania" ] } }
2
What-all is the total bronze with a Gold larger as 1, a Rank of 2, and a Silver smaller to 12?
{ "header": [ "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], "page_title": "2005 Jeux de la Francophonie", "page_id": "12402019", "types": [ "real", "text", "real", "real", "real", "real" ], "id": "2-12402019-3", "section_title": "Total", "caption": "Total", "rows": [ [ "1", "France", "33", "21", "12", "66" ], [ "2", "Morocco", "12", "12", "14", "38" ], [ "3", "Egypt", "6", "1", "7", "14" ], [ "4", "Romania", "4", "8", "6", "18" ], [ "5", "Canada", "4", "6", "9", "19" ], [ "6", "Tunisia", "3", "6", "10", "19" ], [ "7", "Ivory Coast", "3", "5", "3", "11" ], [ "8", "Burkina Faso", "2", "3", "7", "12" ], [ "9", "Lebanon", "2", "1", "1", "4" ], [ "10", "Benin", "2", "0", "0", "2" ], [ "10", "Chad", "2", "0", "0", "2" ], [ "12", "Senegal", "1", "4", "6", "11" ], [ "13", "Niger", "1", "2", "2", "5" ], [ "14", "Seychelles", "1", "1", "0", "2" ], [ "15", "Rwanda", "1", "0", "2", "3" ], [ "16", "Madagascar", "1", "0", "1", "2" ], [ "17", "Lithuania", "1", "0", "0", "1" ], [ "18", "Mauritius", "0", "2", "2", "4" ], [ "19", "Quebec", "0", "2", "1", "3" ], [ "20", "Cameroon", "0", "1", "4", "5" ], [ "21", "Republic of the Congo", "0", "1", "2", "3" ], [ "21", "Gabon", "0", "1", "2", "3" ], [ "21", "Luxembourg", "0", "1", "2", "3" ], [ "24", "Cape Verde", "0", "1", "1", "2" ], [ "24", "Mali", "0", "1", "1", "2" ], [ "26", "New Brunswick", "0", "1", "0", "1" ], [ "27", "French Community of Belgium", "0", "0", "5", "1" ], [ "28", "Macedonia", "0", "0", "1", "1" ], [ "28", "Saint Lucia", "0", "0", "1", "1" ], [ "28", "Switzerland", "0", "0", "1", "1" ] ], "name": "" }
{ "human_readable": "SELECT COUNT Bronze FROM table WHERE Gold > 1 AND Rank = 2 AND Silver < 12", "sel": 4, "agg": 3, "conds": { "column_index": [ 2, 0, 3 ], "operator_index": [ 1, 0, 2 ], "condition": [ "1", "2", "12" ] } }
2
Which Visiting Team is on december 23?
{ "header": [ "Date", "Visiting Team", "Final Score", "Host Team", "Stadium" ], "page_title": "ESPN Sunday Night Football results (1987–2005)", "page_id": "13193466", "types": [ "text", "text", "text", "text", "text" ], "id": "2-13193466-15", "section_title": "2000", "caption": "2000", "rows": [ [ "September 3", "Tennessee Titans", "13-16", "Buffalo Bills", "Ralph Wilson Stadium" ], [ "September 10", "Dallas Cowboys", "31-32", "Arizona Cardinals", "Sun Devil Stadium" ], [ "September 17", "Baltimore Ravens", "6-19", "Miami Dolphins", "Pro Player Stadium" ], [ "September 24", "Washington Redskins", "16-6", "New York Giants", "Giants Stadium" ], [ "October 1", "Atlanta Falcons", "10-38", "Philadelphia Eagles", "Veterans Stadium" ], [ "October 8", "Baltimore Ravens", "15-10", "Jacksonville Jaguars", "Alltel Stadium" ], [ "October 15", "Minnesota Vikings", "28-16", "Chicago Bears", "Soldier Field" ], [ "October 19", "Detroit Lions", "28-14", "Tampa Bay Buccaneers", "Raymond James Stadium" ], [ "October 29", "Oakland Raiders", "15-13", "San Diego Chargers", "Qualcomm Stadium" ], [ "November 5", "Carolina Panthers", "27-24", "St. Louis Rams", "Edward Jones Dome" ], [ "November 12", "New York Jets", "15-23", "Indianapolis Colts", "RCA Dome" ], [ "November 19", "Jacksonville Jaguars", "34-24", "Pittsburgh Steelers", "Three Rivers Stadium" ], [ "November 26", "New York Giants", "31-7", "Arizona Cardinals", "Sun Devil Stadium" ], [ "November 30", "Detroit Lions", "17-24", "Minnesota Vikings", "Hubert H. Humphrey Metrodome" ], [ "December 3", "Green Bay Packers", "28-6", "Chicago Bears", "Soldier Field" ], [ "December 10", "New York Jets", "7-31", "Oakland Raiders", "Network Associates Coliseum" ], [ "December 17", "New York Giants", "17-13", "Dallas Cowboys", "Texas Stadium" ], [ "December 23", "Buffalo Bills", "42-23", "Seattle Seahawks", "Husky Stadium" ] ], "name": "" }
{ "human_readable": "SELECT Visiting Team FROM table WHERE Date = december 23", "sel": 1, "agg": 0, "conds": { "column_index": [ 0 ], "operator_index": [ 0 ], "condition": [ "december 23" ] } }
2
Which Host Team has Final Score of 42-23?
{ "header": [ "Date", "Visiting Team", "Final Score", "Host Team", "Stadium" ], "page_title": "ESPN Sunday Night Football results (1987–2005)", "page_id": "13193466", "types": [ "text", "text", "text", "text", "text" ], "id": "2-13193466-15", "section_title": "2000", "caption": "2000", "rows": [ [ "September 3", "Tennessee Titans", "13-16", "Buffalo Bills", "Ralph Wilson Stadium" ], [ "September 10", "Dallas Cowboys", "31-32", "Arizona Cardinals", "Sun Devil Stadium" ], [ "September 17", "Baltimore Ravens", "6-19", "Miami Dolphins", "Pro Player Stadium" ], [ "September 24", "Washington Redskins", "16-6", "New York Giants", "Giants Stadium" ], [ "October 1", "Atlanta Falcons", "10-38", "Philadelphia Eagles", "Veterans Stadium" ], [ "October 8", "Baltimore Ravens", "15-10", "Jacksonville Jaguars", "Alltel Stadium" ], [ "October 15", "Minnesota Vikings", "28-16", "Chicago Bears", "Soldier Field" ], [ "October 19", "Detroit Lions", "28-14", "Tampa Bay Buccaneers", "Raymond James Stadium" ], [ "October 29", "Oakland Raiders", "15-13", "San Diego Chargers", "Qualcomm Stadium" ], [ "November 5", "Carolina Panthers", "27-24", "St. Louis Rams", "Edward Jones Dome" ], [ "November 12", "New York Jets", "15-23", "Indianapolis Colts", "RCA Dome" ], [ "November 19", "Jacksonville Jaguars", "34-24", "Pittsburgh Steelers", "Three Rivers Stadium" ], [ "November 26", "New York Giants", "31-7", "Arizona Cardinals", "Sun Devil Stadium" ], [ "November 30", "Detroit Lions", "17-24", "Minnesota Vikings", "Hubert H. Humphrey Metrodome" ], [ "December 3", "Green Bay Packers", "28-6", "Chicago Bears", "Soldier Field" ], [ "December 10", "New York Jets", "7-31", "Oakland Raiders", "Network Associates Coliseum" ], [ "December 17", "New York Giants", "17-13", "Dallas Cowboys", "Texas Stadium" ], [ "December 23", "Buffalo Bills", "42-23", "Seattle Seahawks", "Husky Stadium" ] ], "name": "" }
{ "human_readable": "SELECT Host Team FROM table WHERE Final Score = 42-23", "sel": 3, "agg": 0, "conds": { "column_index": [ 2 ], "operator_index": [ 0 ], "condition": [ "42-23" ] } }