phase int32 1 2 | question stringlengths 14 268 | table dict | sql dict |
|---|---|---|---|
1 | What-all is the season year where the is 39? | {
"header": [
"Season",
"Timeslot ( ET )",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (millions)"
],
"page_title": "The Amazing Race (U.S. TV series)",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text... | {
"human_readable": "SELECT TV season FROM table WHERE Rank = 39",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"39"
]
}
} |
1 | What-all the number season premieres is was 10.17 person watched? | {
"header": [
"Season",
"Timeslot ( ET )",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (millions)"
],
"page_title": "The Amazing Race (U.S. TV series)",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text... | {
"human_readable": "SELECT COUNT Season premiere FROM table WHERE Viewers (millions) = 10.17",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"10.17"
]
}
} |
1 | What-all is the year of the season had been 12? | {
"header": [
"Season",
"Timeslot ( ET )",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (millions)"
],
"page_title": "The Amazing Race (U.S. TV series)",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text... | {
"human_readable": "SELECT TV season FROM table WHERE Season = 12",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"12"
]
}
} |
1 | In 2012 what were the average finishs? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT Avg. Finish FROM table WHERE Year = 2012",
"sel": 7,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2012"
]
}
} |
1 | How many wins happen in 1983? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT MIN Wins FROM table WHERE Year = 1983",
"sel": 2,
"agg": 2,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"1983"
]
}
} |
1 | How many top tens have had an average start of 29.4? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT COUNT Top 10 FROM table WHERE Avg. Start = 29.4",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"29.4"
]
}
} |
1 | It is an average finish of 19.1 that how many poles have had? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT MAX Poles FROM table WHERE Avg. Finish = 19.1",
"sel": 5,
"agg": 1,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"19.1"
]
}
} |
1 | How many starts did Hendrick motorsports have? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT MIN Starts FROM table WHERE Team(s) = Hendrick Motorsports",
"sel": 1,
"agg": 2,
"conds": {
"column_index": [
10
],
"operator_index": [
0
],
"condition": [
"Hendrick Motorsports"
]
}
} |
1 | NHL players are all centre in Florida panthers. | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-10",
"section_title": "R... | {
"human_readable": "SELECT Player FROM table WHERE Position = Centre AND NHL team = Florida Panthers",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2,
4
],
"operator_index": [
0,
0
],
"condition": [
"Centre",
"Florida Panthers"
]
}
} |
1 | NHL team player San Jose Sharks is United States nationally. | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-10",
"section_title": "R... | {
"human_readable": "SELECT Player FROM table WHERE NHL team = San Jose Sharks AND Nationality = United States",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4,
3
],
"operator_index": [
0,
0
],
"condition": [
"San Jose Sharks",
"United States"
]
... |
1 | All players are position mark polak. | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-10",
"section_title": "R... | {
"human_readable": "SELECT Position FROM table WHERE Player = Mark Polak",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Mark Polak"
]
}
} |
1 | Position in nhl team centre are all smaller pick than 243.0 | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-10",
"section_title": "R... | {
"human_readable": "SELECT NHL team FROM table WHERE Position = Centre AND Pick < 243.0",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2,
0
],
"operator_index": [
0,
2
],
"condition": [
"Centre",
"243.0"
]
}
} |
1 | What college/junior/club teams do the players from the St. Louis Blues are coming from? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-11",
"section_title": "R... | {
"human_readable": "SELECT College/junior/club team FROM table WHERE NHL team = St. Louis Blues",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"St. Louis Blues"
]
}
} |
1 | What teams do the players from TPS (Finland) are playing for? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-11",
"section_title": "R... | {
"human_readable": "SELECT NHL team FROM table WHERE College/junior/club team = TPS (Finland)",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"TPS (Finland)"
]
}
} |
1 | What high school team is Doug Nolan playing for? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-11",
"section_title": "R... | {
"human_readable": "SELECT College/junior/club team FROM table WHERE Player = Doug Nolan",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Doug Nolan"
]
}
} |
1 | What club team is Per Gustafsson are playing for? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-11",
"section_title": "R... | {
"human_readable": "SELECT College/junior/club team FROM table WHERE Player = Per Gustafsson",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Per Gustafsson"
]
}
} |
1 | What-all is the nationality of Shayne Wright? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-11",
"section_title": "R... | {
"human_readable": "SELECT Nationality FROM table WHERE Player = Shayne Wright",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Shayne Wright"
]
}
} |
1 | How many votes have done Southern England cast whilst Northern Ireland had cast 3? | {
"header": [
"Song",
"Mobiles",
"Northern Ireland",
"Northern England",
"Scotland",
"Southern England",
"Wales",
"Total"
],
"page_title": "United Kingdom in the Junior Eurovision Song Contest 2005",
"page_id": "",
"types": [
"text",
"real",
"real",
"real",
... | {
"human_readable": "SELECT Southern England FROM table WHERE Northern Ireland = 3",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"3"
]
}
} |
1 | What-all had been the lowest number of votes cast? | {
"header": [
"Song",
"Mobiles",
"Northern Ireland",
"Northern England",
"Scotland",
"Southern England",
"Wales",
"Total"
],
"page_title": "United Kingdom in the Junior Eurovision Song Contest 2005",
"page_id": "",
"types": [
"text",
"real",
"real",
"real",
... | {
"human_readable": "SELECT MIN Scotland FROM table",
"sel": 4,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What-all is the total number of votes if Scotland had cast 35? | {
"header": [
"Song",
"Mobiles",
"Northern Ireland",
"Northern England",
"Scotland",
"Southern England",
"Wales",
"Total"
],
"page_title": "United Kingdom in the Junior Eurovision Song Contest 2005",
"page_id": "",
"types": [
"text",
"real",
"real",
"real",
... | {
"human_readable": "SELECT COUNT Scotland FROM table WHERE Total = 35",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"35"
]
}
} |
1 | How many votes have done Northern Ireland cast if the total had been 35? | {
"header": [
"Song",
"Mobiles",
"Northern Ireland",
"Northern England",
"Scotland",
"Southern England",
"Wales",
"Total"
],
"page_title": "United Kingdom in the Junior Eurovision Song Contest 2005",
"page_id": "",
"types": [
"text",
"real",
"real",
"real",
... | {
"human_readable": "SELECT Northern Ireland FROM table WHERE Total = 35",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"35"
]
}
} |
1 | How many votes did Wales cast when Northern England casted 6? | {
"header": [
"Song",
"Mobiles",
"Northern Ireland",
"Northern England",
"Scotland",
"Southern England",
"Wales",
"Total"
],
"page_title": "United Kingdom in the Junior Eurovision Song Contest 2005",
"page_id": "",
"types": [
"text",
"real",
"real",
"real",
... | {
"human_readable": "SELECT MIN Wales FROM table WHERE Northern England = 6",
"sel": 6,
"agg": 2,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"6"
]
}
} |
1 | What teams have had 9 in the top 5 and 1 win? | {
"header": [
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position",
"Team(s)"
],
"page_title": "Terry Labonte",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",
"real",
"real",
... | {
"human_readable": "SELECT Team(s) FROM table WHERE Top 5 = 9 AND Wins = 1",
"sel": 10,
"agg": 0,
"conds": {
"column_index": [
3,
2
],
"operator_index": [
0,
0
],
"condition": [
"9",
"1"
]
}
} |
1 | What teams did the player vadim sharifijanov play for? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-1",
"section_title": "Ro... | {
"human_readable": "SELECT College/junior/club team FROM table WHERE Player = Vadim Sharifijanov",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Vadim Sharifijanov"
]
}
} |
1 | What positions do the hartford whalers nhl team have? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-1",
"section_title": "Ro... | {
"human_readable": "SELECT Position FROM table WHERE NHL team = Hartford Whalers",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Hartford Whalers"
]
}
} |
1 | What-all is the smallest pick for the player, are bretting lindros? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-1",
"section_title": "Ro... | {
"human_readable": "SELECT MIN Pick FROM table WHERE Player = Brett Lindros",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Brett Lindros"
]
}
} |
1 | What positions does the college/junior/club team, molot perm (russia) have? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-1",
"section_title": "Ro... | {
"human_readable": "SELECT Position FROM table WHERE College/junior/club team = Molot Perm (Russia)",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Molot Perm (Russia)"
]
}
} |
1 | The nhl team new york islanders is what-all nationality? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-1",
"section_title": "Ro... | {
"human_readable": "SELECT Nationality FROM table WHERE NHL team = New York Islanders",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"New York Islanders"
]
}
} |
1 | What-all is the name of the vacator for district Louisiana 1st? | {
"header": [
"District",
"Vacator",
"Reason for change",
"Successor",
"Date successor seated"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013168-3",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Vacator FROM table WHERE District = Louisiana 1st",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Louisiana 1st"
]
}
} |
1 | What-all is the notion when the crystal structure is tetragonal and the formula is bi 2 sr 2 cacu 2 o 8 | {
"header": [
"Formula",
"Notation",
"T c (K)",
"No. of Cu-O planes in unit cell",
"Crystal structure"
],
"page_title": "High-temperature superconductivity",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text"
],
"id": "1-101336-1",
"section_title": "... | {
"human_readable": "SELECT Notation FROM table WHERE Crystal structure = Tetragonal AND Formula = Bi 2 Sr 2 CaCu 2 O 8",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4,
0
],
"operator_index": [
0,
0
],
"condition": [
"Tetragonal",
"Bi 2 Sr 2 CaCu 2 O ... |
1 | How many times is the formula tl 2 ba 2 cuo 6? | {
"header": [
"Formula",
"Notation",
"T c (K)",
"No. of Cu-O planes in unit cell",
"Crystal structure"
],
"page_title": "High-temperature superconductivity",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text"
],
"id": "1-101336-1",
"section_title": "... | {
"human_readable": "SELECT No. of Cu-O planes in unit cell FROM table WHERE Formula = Tl 2 Ba 2 CuO 6",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Tl 2 Ba 2 CuO 6"
]
}
} |
1 | What-all is the crystal structure for the formula yba 2 cu 3 o 7? | {
"header": [
"Formula",
"Notation",
"T c (K)",
"No. of Cu-O planes in unit cell",
"Crystal structure"
],
"page_title": "High-temperature superconductivity",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text"
],
"id": "1-101336-1",
"section_title": "... | {
"human_readable": "SELECT Crystal structure FROM table WHERE Formula = YBa 2 Cu 3 O 7",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"YBa 2 Cu 3 O 7"
]
}
} |
1 | What-all is the number for t c (k) when the is tl-2212? | {
"header": [
"Formula",
"Notation",
"T c (K)",
"No. of Cu-O planes in unit cell",
"Crystal structure"
],
"page_title": "High-temperature superconductivity",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text"
],
"id": "1-101336-1",
"section_title": "... | {
"human_readable": "SELECT COUNT T c (K) FROM table WHERE Notation = Tl-2212",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Tl-2212"
]
}
} |
1 | How many 2010 estimations have been did in the city of Cremona? | {
"header": [
"#",
"City",
"1981 Census",
"1991 Census",
"2001 Census",
"2010 Est.",
"Region"
],
"page_title": "List of cities in Italy",
"page_id": "",
"types": [
"real",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10138926-1",
"sec... | {
"human_readable": "SELECT COUNT 2010 Est. FROM table WHERE City = Cremona",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Cremona"
]
}
} |
1 | What-all's the 2001 census of the region of Abruzzo where the 1871 is bigger than 51092.0? | {
"header": [
"#",
"City",
"1981 Census",
"1991 Census",
"2001 Census",
"2010 Est.",
"Region"
],
"page_title": "List of cities in Italy",
"page_id": "",
"types": [
"real",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10138926-1",
"sec... | {
"human_readable": "SELECT MIN 2001 Census FROM table WHERE Region = Abruzzo AND 1981 Census > 51092.0",
"sel": 4,
"agg": 2,
"conds": {
"column_index": [
6,
2
],
"operator_index": [
0,
1
],
"condition": [
"Abruzzo",
"51092.0"
]
}
} |
1 | What-all's the 1991 census of the Carpi city? | {
"header": [
"#",
"City",
"1981 Census",
"1991 Census",
"2001 Census",
"2010 Est.",
"Region"
],
"page_title": "List of cities in Italy",
"page_id": "",
"types": [
"real",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10138926-1",
"sec... | {
"human_readable": "SELECT MAX 1991 Census FROM table WHERE City = Carpi",
"sel": 3,
"agg": 1,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Carpi"
]
}
} |
1 | How many 2001 censuses are there on number 13? | {
"header": [
"#",
"City",
"1981 Census",
"1991 Census",
"2001 Census",
"2010 Est.",
"Region"
],
"page_title": "List of cities in Italy",
"page_id": "",
"types": [
"real",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10138926-1",
"sec... | {
"human_readable": "SELECT COUNT 2001 Census FROM table WHERE # = 13",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"13"
]
}
} |
1 | What-all's the 1981 census of Livorno? | {
"header": [
"#",
"City",
"1981 Census",
"1991 Census",
"2001 Census",
"2010 Est.",
"Region"
],
"page_title": "List of cities in Italy",
"page_id": "",
"types": [
"real",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10138926-1",
"sec... | {
"human_readable": "SELECT 1981 Census FROM table WHERE City = Livorno",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Livorno"
]
}
} |
1 | Which NHL team has player Mike Loach? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-8",
"section_title": "Ro... | {
"human_readable": "SELECT NHL team FROM table WHERE Player = Mike Loach",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Mike Loach"
]
}
} |
1 | What-all is the NHL team has Peter Strom? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-8",
"section_title": "Ro... | {
"human_readable": "SELECT NHL team FROM table WHERE Player = Peter Strom",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Peter Strom"
]
}
} |
1 | What team is Keith Mccambridge on? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-8",
"section_title": "Ro... | {
"human_readable": "SELECT College/junior/club team FROM table WHERE Player = Keith McCambridge",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Keith McCambridge"
]
}
} |
1 | How many nationalities are the pick 193? | {
"header": [
"Pick",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
"page_title": "1994 NHL Entry Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013129-8",
"section_title": "Ro... | {
"human_readable": "SELECT COUNT Nationality FROM table WHERE Pick = 193",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"193"
]
}
} |
1 | Who-all was the succesor that was formally installed on November 8, 1978? | {
"header": [
"State (class)",
"Vacator",
"Reason for change",
"Successor",
"Date of successors formal installation"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1013168-2",
"section_title": "",
"caption": "",... | {
"human_readable": "SELECT Successor FROM table WHERE Date of successors formal installation = November 8, 1978",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"November 8, 1978"
]
}
} |
1 | How many songs receive a 10 from Goodman and was rated by Tonioli? | {
"header": [
"Week",
"Dance/song",
"Horwood",
"Goodman",
"Dixon",
"Tonioli",
"Total",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1014319-1",
"section_t... | {
"human_readable": "SELECT COUNT Tonioli FROM table WHERE Goodman = 10",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"10"
]
}
} |
1 | What score did Goodman give to all songs with safe results, had received a 7 from Horwood and have a total score of 31? | {
"header": [
"Week",
"Dance/song",
"Horwood",
"Goodman",
"Dixon",
"Tonioli",
"Total",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1014319-1",
"section_t... | {
"human_readable": "SELECT Goodman FROM table WHERE Total = 31 AND Horwood = 7 AND Result = Safe",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
6,
2,
7
],
"operator_index": [
0,
0,
0
],
"condition": [
"31",
"7",
"Safe"
]
}
} |
1 | What score is Dixon giving to the song "samba / young hearts are running free", which had been in second place? | {
"header": [
"Week",
"Dance/song",
"Horwood",
"Goodman",
"Dixon",
"Tonioli",
"Total",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1014319-1",
"section_t... | {
"human_readable": "SELECT Dixon FROM table WHERE Dance/song = Samba / Young Hearts Run Free AND Result = Second place",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1,
7
],
"operator_index": [
0,
0
],
"condition": [
"Samba / Young Hearts Run Free",
"... |
1 | How many scores did Goodman give to "samba / young hearts run free", had been in second place? | {
"header": [
"Week",
"Dance/song",
"Horwood",
"Goodman",
"Dixon",
"Tonioli",
"Total",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1014319-1",
"section_t... | {
"human_readable": "SELECT COUNT Goodman FROM table WHERE Result = Second place AND Dance/song = Samba / Young Hearts Run Free",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
7,
1
],
"operator_index": [
0,
0
],
"condition": [
"Second place",
"Samba / Y... |
1 | What year was number 7 built? | {
"header": [
"Class",
"Operator",
"No. Built",
"Year Built",
"Cars per Set",
"Unit nos."
],
"page_title": "British Rail Class 170",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"real",
"text"
],
"id": "1-1015421-1",
"section_title": "Current ... | {
"human_readable": "SELECT Year Built FROM table WHERE No. Built = 7",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"7"
]
}
} |
1 | What-all is we two when the case/suffix is loc.? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT we two FROM table WHERE Case/Suffix = loc.",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"loc."
]
}
} |
1 | What-all is them two (the two) when two is ngalbelpa? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT them two (the two) FROM table WHERE we two = ngalbelpa",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"ngalbelpa"
]
}
} |
1 | What-all is them two (the two) when me and you is ngœbalngu? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT them two (the two) FROM table WHERE you and I = ngœbalngu",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"ngœbalngu"
]
}
} |
1 | What-all is who-two where me and you is ngœban? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT who-two FROM table WHERE you and I = ngœban",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"ngœban"
]
}
} |
1 | What-all is we two where y'all two is ngipen? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT we two FROM table WHERE you two = ngipen",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"ngipen"
]
}
} |
1 | What-all is who-two when y'all two is ngipelngu? | {
"header": [
"Case/Suffix",
"we two",
"you and I",
"you two",
"them two (the two)",
"who-two"
],
"page_title": "Kalaw Lagaw Ya",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1015914-24",
"section_title": "Nominal Mo... | {
"human_readable": "SELECT who-two FROM table WHERE you two = ngipelngu",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"ngipelngu"
]
}
} |
1 | what-all's the points with driver mark martin | {
"header": [
"Position",
"Driver",
"Points",
"Winnings",
"Series"
],
"page_title": "IROC XX",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text"
],
"id": "1-10160447-1",
"section_title": "",
"caption": "Race results",
"rows": [
[
"1",
... | {
"human_readable": "SELECT Points FROM table WHERE Driver = Mark Martin",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Mark Martin"
]
}
} |
1 | what-all's the points with driver rusty wallace | {
"header": [
"Position",
"Driver",
"Points",
"Winnings",
"Series"
],
"page_title": "IROC XX",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text"
],
"id": "1-10160447-1",
"section_title": "",
"caption": "Race results",
"rows": [
[
"1",
... | {
"human_readable": "SELECT Points FROM table WHERE Driver = Rusty Wallace",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Rusty Wallace"
]
}
} |
1 | what-all's the total number of position with driver robby gordon | {
"header": [
"Position",
"Driver",
"Points",
"Winnings",
"Series"
],
"page_title": "IROC XX",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text"
],
"id": "1-10160447-1",
"section_title": "",
"caption": "Race results",
"rows": [
[
"1",
... | {
"human_readable": "SELECT COUNT Position FROM table WHERE Driver = Robby Gordon",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Robby Gordon"
]
}
} |
1 | what-all's the maximum position with winnings $50,000 | {
"header": [
"Position",
"Driver",
"Points",
"Winnings",
"Series"
],
"page_title": "IROC XX",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text"
],
"id": "1-10160447-1",
"section_title": "",
"caption": "Race results",
"rows": [
[
"1",
... | {
"human_readable": "SELECT MAX Position FROM table WHERE Winnings = $50,000",
"sel": 0,
"agg": 1,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"$50,000"
]
}
} |
1 | What actor have been nominted for an award in the film Anastasiya Slutskaya? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Actors Name FROM table WHERE Film Name = Anastasiya Slutskaya",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Anastasiya Slutskaya"
]
}
} |
1 | What-all were the films A-Falling up nominated for? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Nomination FROM table WHERE Film Name = Falling Up",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Falling Up"
]
}
} |
1 | What-all is the name of the actress that have been a-nominated for best actress in a leading role in the film Chopin: Are Desiring for love? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Actors Name FROM table WHERE Film Name = Chopin: Desire for Love AND Nomination = Best Actress in a Leading Role",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2,
0
],
"operator_index": [
0,
0
],
"condition": [
"Chopin: Desire for... |
1 | What-all is the name of the actress that was nominated for best actress in a leading role in the film Chopin: Desire for love? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Actors Name FROM table WHERE Film Name = Chopin: Desire for Love AND Nomination = Best Actress in a Leading Role",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2,
0
],
"operator_index": [
0,
0
],
"condition": [
"Chopin: Desire for... |
1 | Which does the actor films Alla Sergiyko star in? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Film Name FROM table WHERE Actors Name = Alla Sergiyko",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Alla Sergiyko"
]
}
} |
1 | Which nominations was the film 27 Stolen nominated it for? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-6",
"section_title": "Stozhary 2003 Prize-Winners",
"caption": "Stozh... | {
"human_readable": "SELECT Nomination FROM table WHERE Film Name = 27 Stolen Kisses",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"27 Stolen Kisses"
]
}
} |
1 | Which actor from Serbia have been nominated for most best actor in a supporting role? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-4",
"section_title": "Stozhary '99 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Actors Name FROM table WHERE Nomination = Best Actor in a Supporting Role AND Country = Serbia",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0,
4
],
"operator_index": [
0,
0
],
"condition": [
"Best Actor in a Supporting Role",
... |
1 | Vsevolod Shilovskiy is from what country? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-4",
"section_title": "Stozhary '99 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Country FROM table WHERE Actors Name = Vsevolod Shilovskiy",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Vsevolod Shilovskiy"
]
}
} |
1 | Which nominations are connected to the film Totalitarian Romance? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-4",
"section_title": "Stozhary '99 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Nomination FROM table WHERE Film Name = Totalitarian Romance",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Totalitarian Romance"
]
}
} |
1 | Srdjan Dragojevic work on a which earn what nomination film? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-4",
"section_title": "Stozhary '99 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Nomination FROM table WHERE Director = Srdjan Dragojevic",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Srdjan Dragojevic"
]
}
} |
1 | Which actors are from Ukraine? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-4",
"section_title": "Stozhary '99 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Actors Name FROM table WHERE Country = Ukraine",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Ukraine"
]
}
} |
1 | What-all had been the film is vadiming ilyenko directed? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Film Name FROM table WHERE Director = Vadim Ilyenko",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Vadim Ilyenko"
]
}
} |
1 | What-all had been the actors name that vadim a-directed? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Actors Name FROM table WHERE Director = Vadim Ilyenko",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Vadim Ilyenko"
]
}
} |
1 | What-all had been the actors name for fuchzhou and nomination have been most best non-professional actor? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Actors Name FROM table WHERE Film Name = Fuchzhou AND Nomination = Best Non-Professional Actor",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2,
0
],
"operator_index": [
0,
0
],
"condition": [
"Fuchzhou",
"Best Non-Professio... |
1 | What film did michaylo ilyenko are making with best actor in a supporting role? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Film Name FROM table WHERE Director = Michaylo Ilyenko AND Nomination = Best Actor in a Supporting Role",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
3,
0
],
"operator_index": [
0,
0
],
"condition": [
"Michaylo Ilyenko",
"B... |
1 | What-all had been the actor's name for best debut? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT Actors Name FROM table WHERE Nomination = Best Debut",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Best Debut"
]
}
} |
1 | What-all was the number of nominations for natalia are raskokohaing? | {
"header": [
"Nomination",
"Actors Name",
"Film Name",
"Director",
"Country"
],
"page_title": "Stozhary",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10236830-1",
"section_title": "Stozhary '95 Prize-Winners",
"caption": "Stozha... | {
"human_readable": "SELECT COUNT Nomination FROM table WHERE Actors Name = Natalia Raskokoha",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Natalia Raskokoha"
]
}
} |
1 | What-all is the highest value of Total Goals? | {
"header": [
"Season",
"Division",
"League Apps",
"League Goals",
"FA Cup Apps",
"FA Cup Goals",
"Total Apps",
"Total Goals"
],
"page_title": "George Utley",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT MAX Total Goals FROM table",
"sel": 7,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | When FA Cup Apps is 9 what-all is the most smallest number of FA Cup Goals? | {
"header": [
"Season",
"Division",
"League Apps",
"League Goals",
"FA Cup Apps",
"FA Cup Goals",
"Total Apps",
"Total Goals"
],
"page_title": "George Utley",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT MIN FA Cup Goals FROM table WHERE FA Cup Apps = 9",
"sel": 5,
"agg": 2,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"9"
]
}
} |
1 | What-all is the most smallest number of Total Goals? | {
"header": [
"Season",
"Division",
"League Apps",
"League Goals",
"FA Cup Apps",
"FA Cup Goals",
"Total Apps",
"Total Goals"
],
"page_title": "George Utley",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT MIN Total Goals FROM table",
"sel": 7,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What circuit had been the race where Hideki had had the fastest lap? | {
"header": [
"Round",
"Circuit",
"Date",
"Pole Position",
"Fastest Lap",
"Winning Driver",
"Winning Team"
],
"page_title": "2006 Formula Nippon season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-102... | {
"human_readable": "SELECT Circuit FROM table WHERE Fastest Lap = Hideki Mutoh",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Hideki Mutoh"
]
}
} |
1 | what-all are the minimum productions codes with title "foreign exchange problem / turn about" | {
"header": [
"Episode #",
"Production code",
"Title",
"Directed by",
"Written by",
"Airdate"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10269427-3",
"section_title": "",
"caption": "",
"ro... | {
"human_readable": "SELECT MIN Production code FROM table WHERE Title = \"Foreign Exchange Problem / Turn About\"",
"sel": 1,
"agg": 2,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Foreign Exchange Problem / Turn About\""
]
}
} |
1 | what-all is the episode # for title "the yindianapolis 500 / personality problem" | {
"header": [
"Episode #",
"Production code",
"Title",
"Directed by",
"Written by",
"Airdate"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10269427-3",
"section_title": "",
"caption": "",
"ro... | {
"human_readable": "SELECT Episode # FROM table WHERE Title = \"The Yindianapolis 500 / Personality Problem\"",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Yindianapolis 500 / Personality Problem\""
]
}
} |
1 | what-all is the episode # for production code 227 | {
"header": [
"Episode #",
"Production code",
"Title",
"Directed by",
"Written by",
"Airdate"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10269427-3",
"section_title": "",
"caption": "",
"ro... | {
"human_readable": "SELECT Episode # FROM table WHERE Production code = 227",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"227"
]
}
} |
1 | who-all direct the movie wrote by is sib ventress / aydrea ten bosch | {
"header": [
"Episode #",
"Production code",
"Title",
"Directed by",
"Written by",
"Airdate"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10269427-3",
"section_title": "",
"caption": "",
"ro... | {
"human_readable": "SELECT Directed by FROM table WHERE Written by = Sib Ventress / Aydrea ten Bosch",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Sib Ventress / Aydrea ten Bosch"
]
}
} |
1 | what-all is the production code with title "a-skirting the issue / moon over myn yinnie" | {
"header": [
"Episode #",
"Production code",
"Title",
"Directed by",
"Written by",
"Airdate"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10269427-3",
"section_title": "",
"caption": "",
"ro... | {
"human_readable": "SELECT Production code FROM table WHERE Title = \"Skirting the Issue / Moon Over my Yinnie\"",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Skirting the Issue / Moon Over my Yinnie\""
]
}
} |
1 | Whatis the number of total goals maximum? | {
"header": [
"Season",
"Division",
"League Apps",
"League Goals",
"FA Cup Apps",
"FA Cup Goals",
"Total Apps",
"Total Goals"
],
"page_title": "George Utley",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT MAX Total Goals FROM table",
"sel": 7,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | HOW MANY TEMPERATURE INTERVALS Is BEING POSSIBLE TO Are USING WITH ACRYL? | {
"header": [
"Assembly Type",
"Adhesive Type",
"Time(Sec)",
"Temp (°C)",
"Pressure"
],
"page_title": "Anisotropic conductive film",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10262329-1",
"section_title": "Technology overview",
... | {
"human_readable": "SELECT COUNT Temp (°C) FROM table WHERE Adhesive Type = Acryl",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Acryl"
]
}
} |
1 | How many matches where played them with Jim Pugh? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT COUNT Opponents FROM table WHERE Partner = Jim Pugh",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Jim Pugh"
]
}
} |
1 | What-all is the score with partner Jim Pugh? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT Score FROM table WHERE Partner = Jim Pugh",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Jim Pugh"
]
}
} |
1 | How many matched score 3–6, 7–6(5), 6–3? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT COUNT Surface FROM table WHERE Score = 3–6, 7–6(5), 6–3",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"3–6, 7–6(5), 6–3"
]
}
} |
1 | What-all is the score of the match with partner Jim Pugh? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT Score FROM table WHERE Partner = Jim Pugh",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Jim Pugh"
]
}
} |
1 | What year had been the championship in Wimbledon (2)? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT Year FROM table WHERE Championship = Wimbledon (2)",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Wimbledon (2)"
]
}
} |
1 | What-all is the score of the match with opponents Gretchen Magers Kelly Jones? | {
"header": [
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
"page_title": "Zina Garrison",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1028356-3",
"section_title": ... | {
"human_readable": "SELECT Score FROM table WHERE Opponents = Gretchen Magers Kelly Jones",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Gretchen Magers Kelly Jones"
]
}
} |
1 | How many birthdays does Earl Hanley Beshlin have? | {
"header": [
"Begin Date",
"End Date",
"Representative",
"Date of birth",
"House term",
"State served",
"Party",
"Age (years, days)"
],
"page_title": "List of the oldest living members of the United States House of Representatives",
"page_id": "",
"types": [
"text",
"t... | {
"human_readable": "SELECT COUNT Date of birth FROM table WHERE Representative = Earl Hanley Beshlin",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Earl Hanley Beshlin"
]
}
} |
1 | Which politican party has a birthday of November 10, 1880 | {
"header": [
"Begin Date",
"End Date",
"Representative",
"Date of birth",
"House term",
"State served",
"Party",
"Age (years, days)"
],
"page_title": "List of the oldest living members of the United States House of Representatives",
"page_id": "",
"types": [
"text",
"t... | {
"human_readable": "SELECT Party FROM table WHERE Date of birth = November 10, 1880",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"November 10, 1880"
]
}
} |
1 | Which representative has a birthday of January 31, 1866? | {
"header": [
"Begin Date",
"End Date",
"Representative",
"Date of birth",
"House term",
"State served",
"Party",
"Age (years, days)"
],
"page_title": "List of the oldest living members of the United States House of Representatives",
"page_id": "",
"types": [
"text",
"t... | {
"human_readable": "SELECT Representative FROM table WHERE Date of birth = January 31, 1866",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"January 31, 1866"
]
}
} |
1 | What-all is the Singles W-L for the players named Laurynas Grigelis? | {
"header": [
"Player",
"Current singles ranking",
"Current doubles ranking",
"First year played",
"Ties played",
"Total W–L",
"Singles W–L",
"Doubles W–L"
],
"page_title": "Lithuania Davis Cup team",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
... | {
"human_readable": "SELECT Singles W–L FROM table WHERE Player = Laurynas Grigelis",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Laurynas Grigelis"
]
}
} |
1 | What-all is the Current singles ranking for the player named Mantas Bugailiškis? | {
"header": [
"Player",
"Current singles ranking",
"Current doubles ranking",
"First year played",
"Ties played",
"Total W–L",
"Singles W–L",
"Doubles W–L"
],
"page_title": "Lithuania Davis Cup team",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
... | {
"human_readable": "SELECT Current singles ranking FROM table WHERE Player = Mantas Bugailiškis",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Mantas Bugailiškis"
]
}
} |
1 | How many playerd Mrs. Darling in the 1999 Broadway? | {
"header": [
"Character",
"1954 Broadway",
"1955 broadcast",
"1960 broadcast",
"1979 Broadway",
"1990 Broadway",
"1991 Broadway",
"1998 Broadway",
"1999 Broadway"
],
"page_title": "Peter Pan (1954 musical)",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT COUNT 1999 Broadway FROM table WHERE Character = Mrs. Darling",
"sel": 8,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Mrs. Darling"
]
}
} |
1 | Who-all play Peter the 1990 Broadway Pan? | {
"header": [
"Character",
"1954 Broadway",
"1955 broadcast",
"1960 broadcast",
"1979 Broadway",
"1990 Broadway",
"1991 Broadway",
"1998 Broadway",
"1999 Broadway"
],
"page_title": "Peter Pan (1954 musical)",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT 1990 Broadway FROM table WHERE Character = Peter Pan",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Peter Pan"
]
}
} |
1 | Who-all play in the 1991 Broadway before Barbara McCulloh play the part in the 1999 Broadway? | {
"header": [
"Character",
"1954 Broadway",
"1955 broadcast",
"1960 broadcast",
"1979 Broadway",
"1990 Broadway",
"1991 Broadway",
"1998 Broadway",
"1999 Broadway"
],
"page_title": "Peter Pan (1954 musical)",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT 1991 Broadway FROM table WHERE 1999 Broadway = Barbara McCulloh",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
8
],
"operator_index": [
0
],
"condition": [
"Barbara McCulloh"
]
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.