phase int32 1 2 | question stringlengths 14 268 | table dict | sql dict |
|---|---|---|---|
1 | Who-all play in the 1990 Broadway after Tom Halloran play the character in the 1955 Broadcast? | {
"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 1955 broadcast = Tom Halloran",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Tom Halloran"
]
}
} |
1 | What character did Drake English play in the 1998 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 Character FROM table WHERE 1998 Broadway = Drake English",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"Drake English"
]
}
} |
1 | What date have been BBC One total viewing greater then 11616996.338225884? | {
"header": [
"Year",
"Broadcast date",
"BBC One total viewing",
"BBC One Rank",
"BBC Two total viewing",
"BBC Two Rank"
],
"page_title": "Comic Relief",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text",
"text"
],
"id": "1-103084-4",
"secti... | {
"human_readable": "SELECT Broadcast date FROM table WHERE BBC One total viewing > 11616996.338225884",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
1
],
"condition": [
"11616996.338225884"
]
}
} |
1 | How many years did BBC One rank 20th? | {
"header": [
"Year",
"Broadcast date",
"BBC One total viewing",
"BBC One Rank",
"BBC Two total viewing",
"BBC Two Rank"
],
"page_title": "Comic Relief",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text",
"text"
],
"id": "1-103084-4",
"secti... | {
"human_readable": "SELECT COUNT Year FROM table WHERE BBC One Rank = 20th",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"20th"
]
}
} |
1 | What year had been the BBC two total viewing 7,530,000? | {
"header": [
"Year",
"Broadcast date",
"BBC One total viewing",
"BBC One Rank",
"BBC Two total viewing",
"BBC Two Rank"
],
"page_title": "Comic Relief",
"page_id": "",
"types": [
"real",
"text",
"real",
"text",
"text",
"text"
],
"id": "1-103084-4",
"secti... | {
"human_readable": "SELECT MIN Year FROM table WHERE BBC Two total viewing = 7,530,000",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"7,530,000"
]
}
} |
1 | How many ↓ function / genus → with escherichia being espd | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT COUNT ↓ Function / Genus → FROM table WHERE Escherichia = EspD",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"EspD"
]
}
} |
1 | what-all's the salmonella with escherichia being espd | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT Salmonella FROM table WHERE Escherichia = EspD",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"EspD"
]
}
} |
1 | what-all's the ↓ function / genus → with shigella a-being spa32 | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT ↓ Function / Genus → FROM table WHERE Shigella = Spa32",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Spa32"
]
}
} |
1 | what-all's the salmonella with shigella a-being ipgc | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT Salmonella FROM table WHERE Shigella = IpgC",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"IpgC"
]
}
} |
1 | what-all's the salmonella with escherichia being sepb (escn) | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT Salmonella FROM table WHERE Escherichia = SepB (EscN)",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"SepB (EscN)"
]
}
} |
1 | what-all's the shigella with yersinia a-being yscp | {
"header": [
"↓ Function / Genus →",
"Shigella",
"Salmonella",
"Yersinia",
"Escherichia"
],
"page_title": "Type three secretion system",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321124-1",
"section_title": "Nomenclature of T3... | {
"human_readable": "SELECT Shigella FROM table WHERE Yersinia = YscP",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"YscP"
]
}
} |
1 | How many original titles did Marriage Italian-Style have? | {
"header": [
"Year (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321805-1",
"section_title": "",
"caption": "",
"rows": ... | {
"human_readable": "SELECT COUNT Original title FROM table WHERE Film title used in nomination = Marriage Italian-Style",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Marriage Italian-Style"
]
}
} |
1 | What year was a movie with the original title La Leggenda del Santo Bevitore submit? | {
"header": [
"Year (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10321805-1",
"section_title": "",
"caption": "",
"rows": ... | {
"human_readable": "SELECT Year (Ceremony) FROM table WHERE Original title = La leggenda del santo bevitore",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"La leggenda del santo bevitore"
]
}
} |
1 | what-all's the camp with estimated deaths of 600,000 | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Camp FROM table WHERE Estimated deaths = 600,000",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"600,000"
]
}
} |
1 | what-all's the operational period with camp sajmište | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Operational FROM table WHERE Camp = Sajmište",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Sajmište"
]
}
} |
1 | what-all's the estimated deaths with operational period of 17 march 1942 – end of june 1943 | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Estimated deaths FROM table WHERE Operational = 17 March 1942 – end of June 1943",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"17 March 1942 – end of June 1943"
]
}
} |
1 | what-all's the current country of location with operational period of summer of 1941 to 28 june 1944 | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Current country of location FROM table WHERE Operational = Summer of 1941 to 28 June 1944",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Summer of 1941 to 28 June 1944"
]
}
} |
1 | what-all's the occupied territory with estimated deaths of 600,000 | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Occupied territory FROM table WHERE Estimated deaths = 600,000",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"600,000"
]
}
} |
1 | what-all's the a-occupied territory with operational period of might may 1940 – january 1945 | {
"header": [
"Camp",
"Estimated deaths",
"Operational",
"Occupied territory",
"Current country of location",
"Primary means for mass killings"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10335-1"... | {
"human_readable": "SELECT Occupied territory FROM table WHERE Operational = May 1940 – January 1945",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"May 1940 – January 1945"
]
}
} |
1 | Which overall pick have been traded to the Cleveland Browns? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360823-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Overall FROM table WHERE College = Traded to the Cleveland Browns",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Traded to the Cleveland Browns"
]
}
} |
1 | Overall pick 240 was a pick in which round? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360823-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Round FROM table WHERE Overall = 240",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"240"
]
}
} |
1 | Which overall pick number go to college at Youngstown State? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360823-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MIN Overall FROM table WHERE College = Youngstown State",
"sel": 2,
"agg": 2,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Youngstown State"
]
}
} |
1 | What position is a-played by are picking 255 overall? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360823-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Position FROM table WHERE Overall = 255",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"255"
]
}
} |
1 | Which player have been chose in round 17? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360823-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Player name FROM table WHERE Round = 17",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"17"
]
}
} |
1 | The record of 7-3 had had the most largest attendance of what? | {
"header": [
"Game",
"Date",
"Opponent",
"Result",
"Vikings points",
"Opponents",
"Record",
"Attendance"
],
"page_title": "1974 Minnesota Vikings season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"real",
"real",
"text",
"real"
... | {
"human_readable": "SELECT MAX Attendance FROM table WHERE Record = 7-3",
"sel": 7,
"agg": 1,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"7-3"
]
}
} |
1 | The record of -4 had been which 9 opponent? | {
"header": [
"Game",
"Date",
"Opponent",
"Result",
"Vikings points",
"Opponents",
"Record",
"Attendance"
],
"page_title": "1974 Minnesota Vikings season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"real",
"real",
"text",
"real"
... | {
"human_readable": "SELECT Opponent FROM table WHERE Record = 9-4",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"9-4"
]
}
} |
1 | The game number of 8 had a record of what? | {
"header": [
"Game",
"Date",
"Opponent",
"Result",
"Vikings points",
"Opponents",
"Record",
"Attendance"
],
"page_title": "1974 Minnesota Vikings season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"real",
"real",
"text",
"real"
... | {
"human_readable": "SELECT Record FROM table WHERE Game = 8",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"8"
]
}
} |
1 | What round was Steve Stonebreaker draft? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360656-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MAX Round FROM table WHERE Player name = Steve Stonebreaker",
"sel": 0,
"agg": 1,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Steve Stonebreaker"
]
}
} |
1 | Who-all had been the top picked n the draft? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360656-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MIN Choice FROM table",
"sel": 1,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What round have been Bill Hill had drafted? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360656-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Choice FROM table WHERE Player name = Bill Hill",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Bill Hill"
]
}
} |
1 | What-all had been the name of the quarterback drafted? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10360656-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Player name FROM table WHERE Position = Quarterback",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Quarterback"
]
}
} |
1 | Where is the college where Keith plays? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361625-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT College FROM table WHERE Player name = Keith Hartwig",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Keith Hartwig"
]
}
} |
1 | What-all is the name of the Illinois college linebacker? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361625-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Player name FROM table WHERE Position = Linebacker AND College = Illinois",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4,
5
],
"operator_index": [
0,
0
],
"condition": [
"Linebacker",
"Illinois"
]
}
} |
1 | What-all is the greatest round of overall 83? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361625-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MAX Round FROM table WHERE Overall = 83",
"sel": 0,
"agg": 1,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"83"
]
}
} |
1 | Which round is Tommy Kramer playing in> | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361625-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Round FROM table WHERE Player name = Tommy Kramer",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Tommy Kramer"
]
}
} |
1 | What-all is Rice's collage score? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361625-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Overall FROM table WHERE College = Rice",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Rice"
]
}
} |
1 | Where does the defensive back position appear first? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361230-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MIN Round FROM table WHERE Position = Defensive Back",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Defensive Back"
]
}
} |
1 | What-all is Bruce Cerone overall? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361230-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MIN Overall FROM table WHERE Player name = Bruce Cerone",
"sel": 2,
"agg": 2,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Bruce Cerone"
]
}
} |
1 | Which player goed to Emporia State? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361230-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT Player name FROM table WHERE College = Emporia State",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Emporia State"
]
}
} |
1 | What-all are the highest choices? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361230-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT MAX Choice FROM table",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What college did Bill Cappleman go to? | {
"header": [
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"real",
"text",
"text",
"text"
],
"id": "1-10361230-1",
"section_title": "",
"caption": "",
"rows": [
[
... | {
"human_readable": "SELECT College FROM table WHERE Player name = Bill Cappleman",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Bill Cappleman"
]
}
} |
1 | For the headstamp imight would of h2, what was the color of the bullet tip? | {
"header": [
"Headstamp ID",
"Primer Annulus Color",
"Bullet Tip Color",
"Other Features",
"Functional Type"
],
"page_title": ".303 British",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1036189-1",
"section_title": "Headstamps and... | {
"human_readable": "SELECT Bullet Tip Color FROM table WHERE Headstamp ID = H2",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"H2"
]
}
} |
1 | For the functional light ball type, what was the other features? | {
"header": [
"Headstamp ID",
"Primer Annulus Color",
"Bullet Tip Color",
"Other Features",
"Functional Type"
],
"page_title": ".303 British",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1036189-1",
"section_title": "Headstamps and... | {
"human_readable": "SELECT Other Features FROM table WHERE Functional Type = Light Ball",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Light Ball"
]
}
} |
1 | How many primers annulus colors have been there when the color of the bullet tip had been white? | {
"header": [
"Headstamp ID",
"Primer Annulus Color",
"Bullet Tip Color",
"Other Features",
"Functional Type"
],
"page_title": ".303 British",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1036189-1",
"section_title": "Headstamps and... | {
"human_readable": "SELECT COUNT Primer Annulus Color FROM table WHERE Bullet Tip Color = White",
"sel": 1,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"White"
]
}
} |
1 | It is other features of a blue band on case base that how many bullet tips colors had? | {
"header": [
"Headstamp ID",
"Primer Annulus Color",
"Bullet Tip Color",
"Other Features",
"Functional Type"
],
"page_title": ".303 British",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-1036189-1",
"section_title": "Headstamps and... | {
"human_readable": "SELECT COUNT Bullet Tip Color FROM table WHERE Other Features = Blue band on case base",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Blue band on case base"
]
}
} |
1 | How many touchdowns was scored in the year with a completion percentage of 56.0? | {
"header": [
"Year",
"Games",
"Games started",
"Completions",
"Attempts",
"Completion %",
"Yards",
"Yards/Attempt",
"Touchdowns",
"Interceptions",
"Rating"
],
"page_title": "Joey Harrington",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT MIN Touchdowns FROM table WHERE Completion % = 56.0",
"sel": 8,
"agg": 2,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"56.0"
]
}
} |
1 | What number of completions are a-recorded for the year with 12 game a-started? | {
"header": [
"Year",
"Games",
"Games started",
"Completions",
"Attempts",
"Completion %",
"Yards",
"Yards/Attempt",
"Touchdowns",
"Interceptions",
"Rating"
],
"page_title": "Joey Harrington",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT Completions FROM table WHERE Games started = 12",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"12"
]
}
} |
1 | How many years was it with 348 attempts? | {
"header": [
"Year",
"Games",
"Games started",
"Completions",
"Attempts",
"Completion %",
"Yards",
"Yards/Attempt",
"Touchdowns",
"Interceptions",
"Rating"
],
"page_title": "Joey Harrington",
"page_id": "",
"types": [
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT COUNT Yards FROM table WHERE Attempts = 348",
"sel": 6,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"348"
]
}
} |
1 | How many characters is by Babs Rubenstein? | {
"header": [
"Character",
"Australia & New Zealand (Sydney - first run, Melbourne, Auckland)",
"London",
"Toronto / Broadway",
"Brazil",
"UK Tour",
"US Tour",
"Italy (Milan, Rome, Trieste)"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT COUNT London FROM table WHERE US Tour = Babs Rubenstein",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"Babs Rubenstein"
]
}
} |
1 | Which person is in the tronto/broadway and has a uk tour of n/a | {
"header": [
"Character",
"Australia & New Zealand (Sydney - first run, Melbourne, Auckland)",
"London",
"Toronto / Broadway",
"Brazil",
"UK Tour",
"US Tour",
"Italy (Milan, Rome, Trieste)"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT Toronto / Broadway FROM table WHERE UK Tour = n/a",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"n/a"
]
}
} |
1 | It is Frank in London that how many people are playing? | {
"header": [
"Character",
"Australia & New Zealand (Sydney - first run, Melbourne, Auckland)",
"London",
"Toronto / Broadway",
"Brazil",
"UK Tour",
"US Tour",
"Italy (Milan, Rome, Trieste)"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
... | {
"human_readable": "SELECT COUNT London FROM table WHERE Character = Frank",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Frank"
]
}
} |
1 | Who-all have been Class AAA during the schools year of 2000-01? | {
"header": [
"School Year",
"Class A",
"Class AA",
"Class AAA",
"Class AAAA",
"Class AAAAA"
],
"page_title": "Current Issues and Events (UIL)",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10399701-2",
"section_titl... | {
"human_readable": "SELECT Class AAA FROM table WHERE School Year = 2000-01",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2000-01"
]
}
} |
1 | Who-all have been Class AAA during the same year that Class A had been (tie) Apple Springs/Texline? | {
"header": [
"School Year",
"Class A",
"Class AA",
"Class AAA",
"Class AAAA",
"Class AAAAA"
],
"page_title": "Current Issues and Events (UIL)",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10399701-2",
"section_titl... | {
"human_readable": "SELECT Class AAA FROM table WHERE Class A = (tie) Apple Springs/Texline",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"(tie) Apple Springs/Texline"
]
}
} |
1 | Who-all have been Class AAAAA during the schools 1995 year-96? | {
"header": [
"School Year",
"Class A",
"Class AA",
"Class AAA",
"Class AAAA",
"Class AAAAA"
],
"page_title": "Current Issues and Events (UIL)",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10399701-2",
"section_titl... | {
"human_readable": "SELECT Class AAAAA FROM table WHERE School Year = 1995-96",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"1995-96"
]
}
} |
1 | Who-all have been Class AAA during the same year that Class AAAAA had been Brownsville Pace? | {
"header": [
"School Year",
"Class A",
"Class AA",
"Class AAA",
"Class AAAA",
"Class AAAAA"
],
"page_title": "Current Issues and Events (UIL)",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10399701-2",
"section_titl... | {
"human_readable": "SELECT Class AAA FROM table WHERE Class AAAAA = Brownsville Pace",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"Brownsville Pace"
]
}
} |
1 | What-all had been the total number of Class AAA during the same year that Class AAA had been White Oak? | {
"header": [
"School Year",
"Class A",
"Class AA",
"Class AAA",
"Class AAAA",
"Class AAAAA"
],
"page_title": "Current Issues and Events (UIL)",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10399701-2",
"section_titl... | {
"human_readable": "SELECT COUNT Class AA FROM table WHERE Class AAA = White Oak",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"White Oak"
]
}
} |
1 | How many records are listed on Friday, May 25? | {
"header": [
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"real"
],
"id": "1-10392906-2"... | {
"human_readable": "SELECT COUNT Team record FROM table WHERE Date = Friday, May 25",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Friday, May 25"
]
}
} |
1 | How many opponents was played on Saturday, June 9? | {
"header": [
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"real"
],
"id": "1-10392906-2"... | {
"human_readable": "SELECT COUNT Opponent FROM table WHERE Date = Saturday, June 9",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Saturday, June 9"
]
}
} |
1 | In what week was the first game play at the Commerzbank-Arena? | {
"header": [
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text",
"real"
],
"id": "1-10392906-2"... | {
"human_readable": "SELECT MIN Week FROM table WHERE Game site = Commerzbank-Arena",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"Commerzbank-Arena"
]
}
} |
1 | What-all had been the original air date of an episode set in 1544? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Setting",
"Directed by",
"Written by",
"U.S. viewers (million)",
"Original air date"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT Original air date FROM table WHERE Setting = 1544",
"sel": 7,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"1544"
]
}
} |
1 | How many settings where there for 29 the season episode? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Setting",
"Directed by",
"Written by",
"U.S. viewers (million)",
"Original air date"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT COUNT Setting FROM table WHERE No. in series = 29",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"29"
]
}
} |
1 | Who-all writed the episode that was a-set in winter 1541/february 13, 1542? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Setting",
"Directed by",
"Written by",
"U.S. viewers (million)",
"Original air date"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT Written by FROM table WHERE Setting = Winter 1541/February 13, 1542",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Winter 1541/February 13, 1542"
]
}
} |
1 | What-all episode number of the season had been "The Northern Uprising"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Setting",
"Directed by",
"Written by",
"Original air date"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10413597-4",
"sec... | {
"human_readable": "SELECT No. in season FROM table WHERE Title = \"The Northern Uprising\"",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Northern Uprising\""
]
}
} |
1 | What-all is the name of the that is lasting 5:30 track? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT Track title FROM table WHERE Duration = 5:30",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
8
],
"operator_index": [
0
],
"condition": [
"5:30"
]
}
} |
1 | What-all is the album namethat has the tracks title Sweetness 甜甜的 (tián tián de)? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT Album name FROM table WHERE Track title = Sweetness 甜甜的 (Tián tián de)",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Sweetness 甜甜的 (Tián tián de)"
]
}
} |
1 | What-all is the duration of the song where the major is the piano and the date is 2004-02-03? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT Duration FROM table WHERE Major instrument(s) = Piano AND Date = 2004-02-03",
"sel": 8,
"agg": 0,
"conds": {
"column_index": [
6,
0
],
"operator_index": [
0,
0
],
"condition": [
"Piano",
"2004-02-03"
]
}
} |
1 | What-all is the total number of lyricist where the lyrics theme is romance and so the song is lasting 3:50? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT COUNT Lyricist FROM table WHERE Lyrics theme/style = Romance AND Duration = 3:50",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
7,
8
],
"operator_index": [
0,
0
],
"condition": [
"Romance",
"3:50"
]
}
} |
1 | What-all is the major instrument of the lasts 4:32 song? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT Major instrument(s) FROM table WHERE Duration = 4:32",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
8
],
"operator_index": [
0
],
"condition": [
"4:32"
]
}
} |
1 | What-all is the total number of musics genre/style in which the lyrics are a detective story? | {
"header": [
"Date",
"Album name",
"Track",
"Track title",
"Lyricist",
"Music genre/style",
"Major instrument(s)",
"Lyrics theme/style",
"Duration"
],
"page_title": "List of songs recorded by Jay Chou",
"page_id": "",
"types": [
"text",
"text",
"text",
"tex... | {
"human_readable": "SELECT COUNT Music genre/style FROM table WHERE Lyrics theme/style = Detective story",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"Detective story"
]
}
} |
1 | What-all is the playoffs for the usl pro select league? | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "Long Island Rough Riders",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046071-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT Playoffs FROM table WHERE League = USL Pro Select League",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"USL Pro Select League"
]
}
} |
1 | What-all is the number of the division for the 1st round? | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "Long Island Rough Riders",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046071-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT COUNT Division FROM table WHERE Open Cup = 1st Round",
"sel": 1,
"agg": 3,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"1st Round"
]
}
} |
1 | What-all had been the team where is formula renault 2.0 nec? | {
"header": [
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Filipe Albuquerque",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT Team FROM table WHERE Series = Formula Renault 2.0 NEC",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Formula Renault 2.0 NEC"
]
}
} |
1 | What-all is the total number of poles for arden international? | {
"header": [
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Filipe Albuquerque",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT COUNT Poles FROM table WHERE Team = Arden International",
"sel": 5,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Arden International"
]
}
} |
1 | What-all is the number of wins for gp2 series for racing engineerings? | {
"header": [
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Filipe Albuquerque",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT COUNT Wins FROM table WHERE Series = GP2 Series AND Team = Racing Engineering",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
1,
2
],
"operator_index": [
0,
0
],
"condition": [
"GP2 Series",
"Racing Engineering"
]
}
} |
1 | What-all is the number of podiums for season 2010 for campionato italiano superstars. | {
"header": [
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Filipe Albuquerque",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT COUNT Podiums FROM table WHERE Season = 2010 AND Series = Campionato Italiano Superstars",
"sel": 7,
"agg": 3,
"conds": {
"column_index": [
0,
1
],
"operator_index": [
0,
0
],
"condition": [
"2010",
"Campionato Italiano Supersta... |
1 | What-all is the podium for 144 point? | {
"header": [
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Filipe Albuquerque",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real",... | {
"human_readable": "SELECT Podiums FROM table WHERE Points = 144",
"sel": 7,
"agg": 0,
"conds": {
"column_index": [
8
],
"operator_index": [
0
],
"condition": [
"144"
]
}
} |
1 | It is an US air date of september 25 , 1993 that how many writers have had ? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-3",
"sectio... | {
"human_readable": "SELECT COUNT Writer FROM table WHERE US air date = September 25, 1993",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"September 25, 1993"
]
}
} |
1 | How many villians was in No. 25? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-3",
"sectio... | {
"human_readable": "SELECT COUNT Villains FROM table WHERE No. = 25",
"sel": 7,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"25"
]
}
} |
1 | what-all a-being the maximum year where regular season is 4th, northwest | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "BYU Cougars men's soccer",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046454-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT MAX Year FROM table WHERE Regular Season = 4th, Northwest",
"sel": 0,
"agg": 1,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"4th, Northwest"
]
}
} |
1 | what-all is the total number of playoffs where regular is 6th, southwest | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "BYU Cougars men's soccer",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046454-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT COUNT Playoffs FROM table WHERE Regular Season = 6th, Southwest",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"6th, Southwest"
]
}
} |
1 | what-all is the maximum division | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "BYU Cougars men's soccer",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046454-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT MAX Division FROM table",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What's the league where regular is 2nd, northwest | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "BYU Cougars men's soccer",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046454-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT League FROM table WHERE Regular Season = 2nd, Northwest",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"2nd, Northwest"
]
}
} |
1 | what-all are all the regular season where is 2011 | {
"header": [
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
"page_title": "BYU Cougars men's soccer",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text"
],
"id": "1-1046454-1",
"section_title": "Year-by-yea... | {
"human_readable": "SELECT Regular Season FROM table WHERE Year = 2011",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2011"
]
}
} |
1 | It is the number 11 that how many titles have | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-5",
"sectio... | {
"human_readable": "SELECT COUNT Title FROM table WHERE # = 11",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"11"
]
}
} |
1 | How many have Mrs. a villain briar | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-5",
"sectio... | {
"human_readable": "SELECT COUNT No. FROM table WHERE Villains = Mrs. Briar",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"Mrs. Briar"
]
}
} |
1 | It is the number 8 that how many have | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-5",
"sectio... | {
"human_readable": "SELECT COUNT No. FROM table WHERE # = 8",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"8"
]
}
} |
1 | How many have the title "the tale of the room for rent" | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-5",
"sectio... | {
"human_readable": "SELECT COUNT # FROM table WHERE Title = \"The Tale of the Room for Rent\"",
"sel": 1,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Tale of the Room for Rent\""
]
}
} |
1 | What-all is the name of the episode told by Kiki and directed by Will Dixon? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-6",
"sectio... | {
"human_readable": "SELECT Title FROM table WHERE Storyteller = Kiki AND Director = Will Dixon",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
6,
3
],
"operator_index": [
0,
0
],
"condition": [
"Kiki",
"Will Dixon"
]
}
} |
1 | Who-all is the storyteller in the episode called "The Tale of the Jagged Sign"? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-6",
"sectio... | {
"human_readable": "SELECT Storyteller FROM table WHERE Title = \"The Tale of the Jagged Sign\"",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Tale of the Jagged Sign\""
]
}
} |
1 | Who-all had written Episode #3? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-6",
"sectio... | {
"human_readable": "SELECT Writer FROM table WHERE # = 3",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"3"
]
}
} |
1 | Who-all are the villains in the titled "The Tale the Forever Game episode"? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-7",
"sectio... | {
"human_readable": "SELECT Villains FROM table WHERE Title = \"The Tale of The Forever Game\"",
"sel": 7,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Tale of The Forever Game\""
]
}
} |
1 | How many villains appear in the episode titled "The Tale of the Virtual Pets"? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-7",
"sectio... | {
"human_readable": "SELECT COUNT Villains FROM table WHERE Title = \"The Tale of The Virtual Pets\"",
"sel": 7,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"The Tale of The Virtual Pets\""
]
}
} |
1 | Who-all are the villains in the episodes where is the storyteller and Lorette LeBlanc is the director? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-7",
"sectio... | {
"human_readable": "SELECT Villains FROM table WHERE Storyteller = Megan AND Director = Lorette LeBlanc",
"sel": 7,
"agg": 0,
"conds": {
"column_index": [
6,
3
],
"operator_index": [
0,
0
],
"condition": [
"Megan",
"Lorette LeBlanc"
]
}
} |
1 | What-all is the most largest # for an that have been a-written Allison Lea Bingeman episode? | {
"header": [
"No.",
"#",
"Title",
"Director",
"Writer",
"US air date",
"Storyteller",
"Villains"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10470082-7",
"sectio... | {
"human_readable": "SELECT MAX # FROM table WHERE Writer = Allison Lea Bingeman",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Allison Lea Bingeman"
]
}
} |
1 | Are Naming the species when petal width is 2.0 and petal length is 4.9 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT Species FROM table WHERE Petal width = 2.0 AND Petal length = 4.9",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
3,
2
],
"operator_index": [
0,
0
],
"condition": [
"2.0",
"4.9"
]
}
} |
1 | Name the sepal width for i.virginica with petal length of 5.1 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT Sepal width FROM table WHERE Species = I.virginica AND Petal length = 5.1",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4,
2
],
"operator_index": [
0,
0
],
"condition": [
"I.virginica",
"5.1"
]
}
} |
1 | Name the number of species with sepal width of 3.4 and sepal length of 5.4 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT COUNT Species FROM table WHERE Sepal width = 3.4 AND Sepal length = 5.4",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
1,
0
],
"operator_index": [
0,
0
],
"condition": [
"3.4",
"5.4"
]
}
} |
1 | Are Naming the sepal length for sepal width of 2.8 and petal length of 5.1 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT Sepal length FROM table WHERE Sepal width = 2.8 AND Petal length = 5.1",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1,
2
],
"operator_index": [
0,
0
],
"condition": [
"2.8",
"5.1"
]
}
} |
1 | Name the sepal width when sepal length is 6.5 and petal width is 2.2 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT Sepal width FROM table WHERE Sepal length = 6.5 AND Petal width = 2.2",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0,
3
],
"operator_index": [
0,
0
],
"condition": [
"6.5",
"2.2"
]
}
} |
1 | Are Naming the sepal lengh when sepal width is 2.9 and petal width 1.3 | {
"header": [
"Sepal length",
"Sepal width",
"Petal length",
"Petal width",
"Species"
],
"page_title": "Iris flower data set",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10477224-1",
"section_title": "Data set",
"caption": "Fish... | {
"human_readable": "SELECT Sepal length FROM table WHERE Sepal width = 2.9 AND Petal width = 1.3",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1,
3
],
"operator_index": [
0,
0
],
"condition": [
"2.9",
"1.3"
]
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.