phase int32 1 2 | question stringlengths 14 268 | table dict | sql dict |
|---|---|---|---|
1 | Which province has a gdp of 38355€ million euro? | {
"header": [
"Province",
"Population (2004 estimate)",
"Area (km²)",
"Density",
"GDP (2003, PPS in mil. € )",
"GDP per cap. (2003, in €)"
],
"page_title": "Ranked list of Dutch provinces",
"page_id": "",
"types": [
"text",
"real",
"real",
"text",
"real",
"real"... | {
"human_readable": "SELECT Province FROM table WHERE GDP (2003, PPS in mil. € ) = 38355",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"38355"
]
}
} |
1 | What-all is the population estimate for the place that gadded a 18496€ million euro gdp? | {
"header": [
"Province",
"Population (2004 estimate)",
"Area (km²)",
"Density",
"GDP (2003, PPS in mil. € )",
"GDP per cap. (2003, in €)"
],
"page_title": "Ranked list of Dutch provinces",
"page_id": "",
"types": [
"text",
"real",
"real",
"text",
"real",
"real"... | {
"human_readable": "SELECT Population (2004 estimate) FROM table WHERE GDP (2003, PPS in mil. € ) = 18496",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"18496"
]
}
} |
1 | What-all is the title when original airs date is might may15,2008? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Featured character(s)",
"Original air date",
"U.S. viewers (million)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT Title FROM table WHERE Original air date = May15,2008",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"May15,2008"
]
}
} |
1 | What-all is the highest no. in season? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Featured character(s)",
"Original air date",
"U.S. viewers (million)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT MAX No. in season FROM table",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | Who-all had directed the episode where u.s. viewers (million) is 12.90? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Featured character(s)",
"Original air date",
"U.S. viewers (million)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
... | {
"human_readable": "SELECT Directed by FROM table WHERE U.S. viewers (million) = 12.90",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"12.90"
]
}
} |
1 | How many episodes aired in Region 2 a-beginning May 26, 2008? | {
"header": [
"DVD Name",
"# of Ep",
"Region 1",
"Region 2",
"Region 4"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text"
],
"id": "1-1067134-1",
"section_title": "",
"caption": "",
"rows": [
[
"Season One",
... | {
"human_readable": "SELECT MIN # of Ep FROM table WHERE Region 2 = May 26, 2008",
"sel": 1,
"agg": 2,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"May 26, 2008"
]
}
} |
1 | What date had done the DVD for season six came out in region 2? | {
"header": [
"DVD Name",
"# of Ep",
"Region 1",
"Region 2",
"Region 4"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text"
],
"id": "1-1067134-1",
"section_title": "",
"caption": "",
"rows": [
[
"Season One",
... | {
"human_readable": "SELECT Region 2 FROM table WHERE DVD Name = Season Six",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Season Six"
]
}
} |
1 | What-all is the least amount of season epidsodes? | {
"header": [
"DVD Name",
"# of Ep",
"Region 1",
"Region 2",
"Region 4"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text"
],
"id": "1-1067134-1",
"section_title": "",
"caption": "",
"rows": [
[
"Season One",
... | {
"human_readable": "SELECT MIN # of Ep FROM table",
"sel": 1,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What-all DVD season/name for region 2 was a-released August 22, 2010? | {
"header": [
"DVD Name",
"# of Ep",
"Region 1",
"Region 2",
"Region 4"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text"
],
"id": "1-1067134-1",
"section_title": "",
"caption": "",
"rows": [
[
"Season One",
... | {
"human_readable": "SELECT DVD Name FROM table WHERE Region 2 = August 22, 2010",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"August 22, 2010"
]
}
} |
1 | How many points for 2005? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT COUNT Points FROM table WHERE Season = 2005",
"sel": 6,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2005"
]
}
} |
1 | what-all is the score for the dams? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT Points FROM table WHERE Team Name = DAMS",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"DAMS"
]
}
} |
1 | how many positions in 2009? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT COUNT Position FROM table WHERE Season = 2009",
"sel": 7,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2009"
]
}
} |
1 | what-all is the least number of poles? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT MIN Poles FROM table",
"sel": 4,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | Which series with 62 point? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT Series FROM table WHERE Points = 62",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"62"
]
}
} |
1 | What-all is the total for 10th position? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Position"
],
"page_title": "Christian Vietoris",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"text"
],
"id": "1-10705060... | {
"human_readable": "SELECT COUNT Points FROM table WHERE Position = 10th",
"sel": 6,
"agg": 3,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"10th"
]
}
} |
1 | how many reports of races take place on october 16? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1988 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text",
"t... | {
"human_readable": "SELECT COUNT Report FROM table WHERE Date = October 16",
"sel": 8,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"October 16"
]
}
} |
1 | what-all is the name of the report is listing the race name as long beach grand prix? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1988 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text",
"t... | {
"human_readable": "SELECT Report FROM table WHERE Race Name = Long Beach Grand Prix",
"sel": 8,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Long Beach Grand Prix"
]
}
} |
1 | what-all is the report a-called where the taked place at the nazareth speedway? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1988 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text",
"t... | {
"human_readable": "SELECT Report FROM table WHERE Circuit = Nazareth Speedway",
"sel": 8,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Nazareth Speedway"
]
}
} |
1 | what-all is the name of the where newman/haas racing is the winning team and rick mears is the pole position race? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1988 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text",
"t... | {
"human_readable": "SELECT Race Name FROM table WHERE Winning team = Newman/Haas Racing AND Pole position = Rick Mears",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
7,
5
],
"operator_index": [
0,
0
],
"condition": [
"Newman/Haas Racing",
"Rick Mears"... |
1 | meadowlands sports complex is the circuit at which city/location? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1988 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",
"text",
"t... | {
"human_readable": "SELECT City/Location FROM table WHERE Circuit = Meadowlands Sports Complex",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Meadowlands Sports Complex"
]
}
} |
1 | What-all is the literacy rate for groups grow 103.1% between 1991 and 2001? | {
"header": [
"Religious group",
"Population %",
"Growth (1991–2001)",
"Sex ratio (total)",
"Literacy (%)",
"Work participation (%)",
"Sex ratio (rural)",
"Sex ratio (urban)",
"Sex ratio (child)"
],
"page_title": "Religion in India",
"page_id": "",
"types": [
"text",
... | {
"human_readable": "SELECT Literacy (%) FROM table WHERE Growth (1991–2001) = 103.1%",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"103.1%"
]
}
} |
1 | What-all is the most lowest sexes ratio in rural areas? | {
"header": [
"Religious group",
"Population %",
"Growth (1991–2001)",
"Sex ratio (total)",
"Literacy (%)",
"Work participation (%)",
"Sex ratio (rural)",
"Sex ratio (urban)",
"Sex ratio (child)"
],
"page_title": "Religion in India",
"page_id": "",
"types": [
"text",
... | {
"human_readable": "SELECT MIN Sex ratio (rural) FROM table",
"sel": 6,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What-all is the lowest child sex ratio in groups where is 31.3%? | {
"header": [
"Religious group",
"Population %",
"Growth (1991–2001)",
"Sex ratio (total)",
"Literacy (%)",
"Work participation (%)",
"Sex ratio (rural)",
"Sex ratio (urban)",
"Sex ratio (child)"
],
"page_title": "Religion in India",
"page_id": "",
"types": [
"text",
... | {
"human_readable": "SELECT MIN Sex ratio (child) FROM table WHERE Work participation (%) = 31.3%",
"sel": 8,
"agg": 2,
"conds": {
"column_index": [
5
],
"operator_index": [
0
],
"condition": [
"31.3%"
]
}
} |
1 | What-all is the population percentage of the group where the rural sex is 953? | {
"header": [
"Religious group",
"Population %",
"Growth (1991–2001)",
"Sex ratio (total)",
"Literacy (%)",
"Work participation (%)",
"Sex ratio (rural)",
"Sex ratio (urban)",
"Sex ratio (child)"
],
"page_title": "Religion in India",
"page_id": "",
"types": [
"text",
... | {
"human_readable": "SELECT Population % FROM table WHERE Sex ratio (rural) = 953",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"953"
]
}
} |
1 | What-all is the original airs date for the title "felonious monk"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Original air date FROM table WHERE Title = \"Felonious Monk\"",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Felonious Monk\""
]
}
} |
1 | What-all is the title of the episode directed by Peter Markle and wrote by Jerry Stahl? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Title FROM table WHERE Directed by = Peter Markle AND Written by = Jerry Stahl",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
3,
4
],
"operator_index": [
0,
0
],
"condition": [
"Peter Markle",
"Jerry Stahl"
]
}
} |
1 | How many episodes was titled "identity crisis"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT COUNT Directed by FROM table WHERE Title = \"Identity Crisis\"",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Identity Crisis\""
]
}
} |
1 | Who-all does the lap-by-lap in 2011? | {
"header": [
"Year",
"Network",
"Host",
"Pre-race analyst",
"Lap-by-lap",
"Color commentator(s)",
"Pit reporters"
],
"page_title": "NAPA Auto Parts 200",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10... | {
"human_readable": "SELECT Lap-by-lap FROM table WHERE Year = 2011",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"2011"
]
}
} |
1 | It is Marty Reid as host and lap - by - lap broadcaster that which network has ? | {
"header": [
"Year",
"Network",
"Host",
"Pre-race analyst",
"Lap-by-lap",
"Color commentator(s)",
"Pit reporters"
],
"page_title": "NAPA Auto Parts 200",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10... | {
"human_readable": "SELECT Network FROM table WHERE Lap-by-lap = Marty Reid AND Host = Marty Reid",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4,
2
],
"operator_index": [
0,
0
],
"condition": [
"Marty Reid",
"Marty Reid"
]
}
} |
1 | How many pre-race analysis are occurring when Allen Bestwick does the lap-by-lap? | {
"header": [
"Year",
"Network",
"Host",
"Pre-race analyst",
"Lap-by-lap",
"Color commentator(s)",
"Pit reporters"
],
"page_title": "NAPA Auto Parts 200",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10... | {
"human_readable": "SELECT COUNT Pre-race analyst FROM table WHERE Lap-by-lap = Allen Bestwick",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Allen Bestwick"
]
}
} |
1 | What-all's the highest season number of an episode in the series? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT MAX No. in season FROM table",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | When did the episode titled "Lucky Strike" air for the first time? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Original air date FROM table WHERE Title = \"Lucky Strike\"",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Lucky Strike\""
]
}
} |
1 | Who-all was the writer of the episode titled "One Hit Wonder"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Written by FROM table WHERE Title = \"One Hit Wonder\"",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"One Hit Wonder\""
]
}
} |
1 | What-all's the date of the first airing of the episode with series number 63? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Original air date FROM table WHERE No. in series = 63",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"63"
]
}
} |
1 | It is a viewership of 26.53 million that how many titles get? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT COUNT Title FROM table WHERE U.S. viewers (millions) = 26.53",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"26.53"
]
}
} |
1 | How many viewers tune into the show directed by Matt Earl Beesley? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT U.S. viewers (millions) FROM table WHERE Directed by = Matt Earl Beesley",
"sel": 6,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"Matt Earl Beesley"
]
}
} |
1 | Who-all write episode 94? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Written by FROM table WHERE No. in series = 94",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"94"
]
}
} |
1 | Which episode had been the number in the where the the season season is 10? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT No. in series FROM table WHERE No. in season = 10",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"10"
]
}
} |
1 | How many episodes was in the season had the epiosde of "crow's feet"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT No. in season FROM table WHERE Title = \"Crow's Feet\"",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Crow's Feet\""
]
}
} |
1 | When have done the 113 episode air? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Original air date FROM table WHERE No. in series = 113",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"113"
]
}
} |
1 | How many titles was there for the 113 episode? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT COUNT Title FROM table WHERE No. in series = 113",
"sel": 2,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"113"
]
}
} |
1 | What-all is the number in the season that Marlene write and 20.49 million person watched? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT MAX No. in season FROM table WHERE Written by = Marlene Meyer AND U.S. viewers (millions) = 20.49",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [
4,
6
],
"operator_index": [
0,
0
],
"condition": [
"Marlene Meyer",
"20.49"
... |
1 | When did the no. 23 show originally air? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-107... | {
"human_readable": "SELECT Original air date FROM table WHERE No. in season = 23",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"23"
]
}
} |
1 | Which circuits had a October race 4? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1992 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",... | {
"human_readable": "SELECT Circuit FROM table WHERE Date = October 4",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"October 4"
]
}
} |
1 | In which reports does Michael Andretti have the pole position and Galles-Kraco Racing is the a-winning team? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1992 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",... | {
"human_readable": "SELECT Report FROM table WHERE Pole position = Michael Andretti AND Winning team = Galles-Kraco Racing",
"sel": 9,
"agg": 0,
"conds": {
"column_index": [
5,
8
],
"operator_index": [
0,
0
],
"condition": [
"Michael Andretti",
"Galles-Kr... |
1 | How many rounds was there of the Bosch Spark Plug Grand Prix? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1992 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",... | {
"human_readable": "SELECT COUNT Rnd FROM table WHERE Race Name = Bosch Spark Plug Grand Prix",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Bosch Spark Plug Grand Prix"
]
}
} |
1 | Which rounds was held on August 9? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1992 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",... | {
"human_readable": "SELECT Rnd FROM table WHERE Date = August 9",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"August 9"
]
}
} |
1 | On how many dates is it is a round that the Michigan International Speedway holding? | {
"header": [
"Rnd",
"Race Name",
"Circuit",
"City/Location",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning team",
"Report"
],
"page_title": "1992 IndyCar season",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text",... | {
"human_readable": "SELECT COUNT Date FROM table WHERE Circuit = Michigan International Speedway",
"sel": 4,
"agg": 3,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Michigan International Speedway"
]
}
} |
1 | Are Naming the total number of bids of the sun belt conference | {
"header": [
"Conference",
"# of Bids",
"Record",
"Win %",
"Round of 32",
"Sweet Sixteen",
"Elite Eight",
"Final Four",
"Championship Game"
],
"page_title": "2001 NCAA Women's Division I Basketball Tournament",
"page_id": "",
"types": [
"text",
"real",
"text",
... | {
"human_readable": "SELECT COUNT # of Bids FROM table WHERE Conference = Sun Belt",
"sel": 1,
"agg": 3,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Sun Belt"
]
}
} |
1 | Are Naming the round of 32 in conference usa | {
"header": [
"Conference",
"# of Bids",
"Record",
"Win %",
"Round of 32",
"Sweet Sixteen",
"Elite Eight",
"Final Four",
"Championship Game"
],
"page_title": "2001 NCAA Women's Division I Basketball Tournament",
"page_id": "",
"types": [
"text",
"real",
"text",
... | {
"human_readable": "SELECT Round of 32 FROM table WHERE Conference = Conference USA",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"Conference USA"
]
}
} |
1 | What-all is the record when round of is 0 and metro atlantic conference 32? | {
"header": [
"Conference",
"# of Bids",
"Record",
"Win %",
"Round of 32",
"Sweet Sixteen",
"Elite Eight",
"Final Four",
"Championship Game"
],
"page_title": "2001 NCAA Women's Division I Basketball Tournament",
"page_id": "",
"types": [
"text",
"real",
"text",
... | {
"human_readable": "SELECT Record FROM table WHERE Round of 32 = 0 AND Conference = Metro Atlantic",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4,
0
],
"operator_index": [
0,
0
],
"condition": [
"0",
"Metro Atlantic"
]
}
} |
1 | What-all is the number of bids with elites eight more larger than 1.0 | {
"header": [
"Conference",
"# of Bids",
"Record",
"Win %",
"Round of 32",
"Sweet Sixteen",
"Elite Eight",
"Final Four",
"Championship Game"
],
"page_title": "2001 NCAA Women's Division I Basketball Tournament",
"page_id": "",
"types": [
"text",
"real",
"text",
... | {
"human_readable": "SELECT COUNT # of Bids FROM table WHERE Elite Eight > 1.0",
"sel": 1,
"agg": 3,
"conds": {
"column_index": [
6
],
"operator_index": [
1
],
"condition": [
"1.0"
]
}
} |
1 | Who-all direct the episode with production code 7aff03? | {
"header": [
"Series #",
"Season #",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"... | {
"human_readable": "SELECT Directed by FROM table WHERE Production code = 7AFF03",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"7AFF03"
]
}
} |
1 | What-all is the title of the episode wtih 10.34 million U.S viewers? | {
"header": [
"Series #",
"Season #",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"... | {
"human_readable": "SELECT Title FROM table WHERE U.S. viewers (millions) = 10.34",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"10.34"
]
}
} |
1 | What-all place is the team complete 6 races? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT Position FROM table WHERE Races = 6",
"sel": 9,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"6"
]
}
} |
1 | how much did the british formula three called "fortec motorsport" score? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT Points FROM table WHERE Series = British Formula Three AND Team Name = Fortec Motorsport",
"sel": 8,
"agg": 0,
"conds": {
"column_index": [
1,
2
],
"operator_index": [
0,
0
],
"condition": [
"British Formula Three",
"Fortec Moto... |
1 | how many races was in 0 wins 2009? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT Races FROM table WHERE Season = 2009 AND Wins = 0",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
0,
4
],
"operator_index": [
0,
0
],
"condition": [
"2009",
"0"
]
}
} |
1 | What years is it is that art grand prix competing? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT Season FROM table WHERE Team Name = ART Grand Prix",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"ART Grand Prix"
]
}
} |
1 | What year had had a score of 9? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT Season FROM table WHERE Points = 9",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
8
],
"operator_index": [
0
],
"condition": [
"9"
]
}
} |
1 | what-all is the greatest number of wins by japanese formula three? | {
"header": [
"Season",
"Series",
"Team Name",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
"page_title": "Marcus Ericsson",
"page_id": "",
"types": [
"text",
"text",
"text",
"real",
"real",
"real",
"real",
"real... | {
"human_readable": "SELECT MAX Wins FROM table WHERE Series = Japanese Formula Three",
"sel": 4,
"agg": 1,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Japanese Formula Three"
]
}
} |
1 | Who-all done took test #4? | {
"header": [
"#",
"Air Date",
"Challenge",
"Winner",
"Test-taker",
"Passed?"
],
"page_title": "Last Chance Learners",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10749367-3",
"section_title": "Episodes",
"caption... | {
"human_readable": "SELECT Test-taker FROM table WHERE # = 4",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"4"
]
}
} |
1 | What-all episode had aired on 18 April 2007? | {
"header": [
"#",
"Air Date",
"Challenge",
"Winner",
"Test-taker",
"Passed?"
],
"page_title": "Last Chance Learners",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10749367-3",
"section_title": "Episodes",
"caption... | {
"human_readable": "SELECT MIN # FROM table WHERE Air Date = 18 April 2007",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"18 April 2007"
]
}
} |
1 | Who-all had the challenge of night driving? | {
"header": [
"#",
"Air Date",
"Challenge",
"Winner",
"Test-taker",
"Passed?"
],
"page_title": "Last Chance Learners",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10749367-3",
"section_title": "Episodes",
"caption... | {
"human_readable": "SELECT Test-taker FROM table WHERE Challenge = Night Driving",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Night Driving"
]
}
} |
1 | How many directors have been there for the films Completed? | {
"header": [
"Year (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10798928-1",
"section_title": "",
"caption": "",
"rows": ... | {
"human_readable": "SELECT COUNT Director FROM table WHERE Film title used in nomination = Course Completed",
"sel": 3,
"agg": 3,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Course Completed"
]
}
} |
1 | It is El Nido that who direct? | {
"header": [
"Year (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10798928-1",
"section_title": "",
"caption": "",
"rows": ... | {
"human_readable": "SELECT Director FROM table WHERE Original title = El nido",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"El nido"
]
}
} |
1 | Who-all direct Dulcinea? | {
"header": [
"Year (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Result"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10798928-1",
"section_title": "",
"caption": "",
"rows": ... | {
"human_readable": "SELECT Director FROM table WHERE Original title = Dulcinea",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"Dulcinea"
]
}
} |
1 | What-all are the slovenian names of the villages had 65.9% of slovenes in 1951? | {
"header": [
"Village (German)",
"Village (Slovenian)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
"page_title": "Köttmannsdorf",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"text"
],
"id": "1-10797463-1",
"se... | {
"human_readable": "SELECT Village (Slovenian) FROM table WHERE Percent of Slovenes 1951 = 65.9%",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"65.9%"
]
}
} |
1 | What-all are the slovenian names of the villages that had had 16.7% of slovenes in 1991? | {
"header": [
"Village (German)",
"Village (Slovenian)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
"page_title": "Köttmannsdorf",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"text"
],
"id": "1-10797463-1",
"se... | {
"human_readable": "SELECT Village (Slovenian) FROM table WHERE Percent of Slovenes 1991 = 16.7%",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"16.7%"
]
}
} |
1 | It is 21.7 % of slovenes in 1991 that how many villages have had ? | {
"header": [
"Village (German)",
"Village (Slovenian)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
"page_title": "Köttmannsdorf",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"text"
],
"id": "1-10797463-1",
"se... | {
"human_readable": "SELECT COUNT Village (German) FROM table WHERE Percent of Slovenes 1991 = 21.7%",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"21.7%"
]
}
} |
1 | It is the village called čahorče in slovenian have in 1991 that what percent of slovenes had done? | {
"header": [
"Village (German)",
"Village (Slovenian)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
"page_title": "Köttmannsdorf",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"text"
],
"id": "1-10797463-1",
"se... | {
"human_readable": "SELECT Percent of Slovenes 1991 FROM table WHERE Village (Slovenian) = Čahorče",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Čahorče"
]
}
} |
1 | What-all is the slovenian name for the village that in german is knew as st.margarethen? | {
"header": [
"Village (German)",
"Village (Slovenian)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
"page_title": "Köttmannsdorf",
"page_id": "",
"types": [
"text",
"text",
"real",
"text",
"text"
],
"id": "1-10797463-1",
"se... | {
"human_readable": "SELECT Village (Slovenian) FROM table WHERE Village (German) = St.Margarethen",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"St.Margarethen"
]
}
} |
1 | For games on December 20, how many points did the scoring leaders get? | {
"header": [
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
"page_title": "2006–07 Toronto Raptors season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"... | {
"human_readable": "SELECT High points FROM table WHERE Date = December 20",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"December 20"
]
}
} |
1 | Who-all had been the scoring leader and how many points did he get in games on December 23? | {
"header": [
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
"page_title": "2006–07 Toronto Raptors season",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text",
"text"... | {
"human_readable": "SELECT High points FROM table WHERE Date = December 23",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"December 23"
]
}
} |
1 | What-all is the pick # for the position de? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-3",
"section_title": "Round three",
"caption": "Round three",
"rows": [... | {
"human_readable": "SELECT Pick # FROM table WHERE Position = DE",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"DE"
]
}
} |
1 | Which player go to Saint Mary college's? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-3",
"section_title": "Round three",
"caption": "Round three",
"rows": [... | {
"human_readable": "SELECT Player FROM table WHERE College = Saint Mary's",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Saint Mary's"
]
}
} |
1 | What-all is the position for the cfl team Winnipeg blue bombers player? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-3",
"section_title": "Round three",
"caption": "Round three",
"rows": [... | {
"human_readable": "SELECT Position FROM table WHERE CFL Team = Winnipeg Blue Bombers",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Winnipeg Blue Bombers"
]
}
} |
1 | Which player go to college at Laval? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-3",
"section_title": "Round three",
"caption": "Round three",
"rows": [... | {
"human_readable": "SELECT Player FROM table WHERE College = Laval",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Laval"
]
}
} |
1 | What-all was the college for the player with the cfl team of Edmonton Eskimos (via calgary)? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-3",
"section_title": "Round three",
"caption": "Round three",
"rows": [... | {
"human_readable": "SELECT College FROM table WHERE CFL Team = Edmonton Eskimos (via Calgary)",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Edmonton Eskimos (via Calgary)"
]
}
} |
1 | What-all's the team of the player from St. Francis Xavier College? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT CFL Team FROM table WHERE College = St. Francis Xavier",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"St. Francis Xavier"
]
}
} |
1 | What player is on the Montreal Alouettes CFl team? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT Player FROM table WHERE CFL Team = Montreal Alouettes",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Montreal Alouettes"
]
}
} |
1 | What-all's the pick number of the player from Toronto Argonauts? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT MIN Pick # FROM table WHERE CFL Team = Toronto Argonauts",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Toronto Argonauts"
]
}
} |
1 | What-all's the pick number of the player that's position is CB? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT Pick # FROM table WHERE Position = CB",
"sel": 0,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"CB"
]
}
} |
1 | What-all's the pick number of the New Mexico player? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT MAX Pick # FROM table WHERE College = New Mexico",
"sel": 0,
"agg": 1,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"New Mexico"
]
}
} |
1 | What player go to Ohio State College? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-5",
"section_title": "Round five",
"caption": "Round five",
"rows": [
... | {
"human_readable": "SELECT Player FROM table WHERE College = Ohio State",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Ohio State"
]
}
} |
1 | What-all is the minimum introduced value for the Departmental region? | {
"header": [
"Number Range",
"Builder",
"Introduced",
"No. Built",
"Region",
"Withdrawn"
],
"page_title": "British Rail Railbuses",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text",
"real"
],
"id": "1-1081459-1",
"section_title": "BR Railb... | {
"human_readable": "SELECT MIN Introduced FROM table WHERE Region = Departmental",
"sel": 2,
"agg": 2,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"Departmental"
]
}
} |
1 | What-all is the most smallest a-introduced value? | {
"header": [
"Number Range",
"Builder",
"Introduced",
"No. Built",
"Region",
"Withdrawn"
],
"page_title": "British Rail Railbuses",
"page_id": "",
"types": [
"text",
"text",
"real",
"real",
"text",
"real"
],
"id": "1-1081459-1",
"section_title": "BR Railb... | {
"human_readable": "SELECT MIN Introduced FROM table",
"sel": 2,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | Which CFL Teams have drafted an OL in 2006? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-4",
"section_title": "Round four",
"caption": "Round four",
"rows": [
... | {
"human_readable": "SELECT CFL Team FROM table WHERE Position = OL",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"OL"
]
}
} |
1 | Which college is aligned to the Saskatchewan Roughriders? | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-4",
"section_title": "Round four",
"caption": "Round four",
"rows": [
... | {
"human_readable": "SELECT College FROM table WHERE CFL Team = Saskatchewan Roughriders",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Saskatchewan Roughriders"
]
}
} |
1 | What-all Position had done the Hamilton Tiger-Cats (via Ottawa) are picking in the 2006 Draft. | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-4",
"section_title": "Round four",
"caption": "Round four",
"rows": [
... | {
"human_readable": "SELECT Position FROM table WHERE CFL Team = Hamilton Tiger-Cats (via Ottawa)",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
1
],
"operator_index": [
0
],
"condition": [
"Hamilton Tiger-Cats (via Ottawa)"
]
}
} |
1 | What-all is the earliest pick listed in the table. | {
"header": [
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
"page_title": "2006 CFL Draft",
"page_id": "",
"types": [
"real",
"text",
"text",
"text",
"text"
],
"id": "1-10812938-4",
"section_title": "Round four",
"caption": "Round four",
"rows": [
... | {
"human_readable": "SELECT MIN Pick # FROM table",
"sel": 0,
"agg": 2,
"conds": {
"column_index": [],
"operator_index": [],
"condition": []
}
} |
1 | What-all episode number had had production code e4423? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"te... | {
"human_readable": "SELECT MAX No. in season FROM table WHERE Production code = E4423",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"E4423"
]
}
} |
1 | What-all's the most latest episode in a season where the U.S. viewers have totaled 14.37 million? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"te... | {
"human_readable": "SELECT MAX No. in season FROM table WHERE U.S. viewers (millions) = 14.37",
"sel": 1,
"agg": 1,
"conds": {
"column_index": [
7
],
"operator_index": [
0
],
"condition": [
"14.37"
]
}
} |
1 | Who-all had directed the episode "Are Escaping"? | {
"header": [
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"te... | {
"human_readable": "SELECT Directed by FROM table WHERE Title = \"Escape\"",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
2
],
"operator_index": [
0
],
"condition": [
"\"Escape\""
]
}
} |
1 | How many seasons is the season finale on May 26, 2010? | {
"header": [
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
... | {
"human_readable": "SELECT COUNT Season FROM table WHERE Season finale = May 26, 2010",
"sel": 0,
"agg": 3,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"May 26, 2010"
]
}
} |
1 | What-all episodes is it where the season premier is September 23, 2009? | {
"header": [
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
... | {
"human_readable": "SELECT Episodes FROM table WHERE Season premiere = September 23, 2009",
"sel": 1,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"September 23, 2009"
]
}
} |
1 | What-all is the season finale for season 4? | {
"header": [
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
... | {
"human_readable": "SELECT Season finale FROM table WHERE Season = 4",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"4"
]
}
} |
1 | How many season premiers have a rank of #21? | {
"header": [
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
... | {
"human_readable": "SELECT Season premiere FROM table WHERE Rank = #21",
"sel": 3,
"agg": 0,
"conds": {
"column_index": [
6
],
"operator_index": [
0
],
"condition": [
"#21"
]
}
} |
1 | What-all are the seasons where September 26, 2007 is the season premier? | {
"header": [
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
"page_title": "",
"page_id": "",
"types": [
"real",
"real",
"text",
"text",
"text",
"text",
"text",
"text"
... | {
"human_readable": "SELECT TV season FROM table WHERE Season premiere = September 26, 2007",
"sel": 5,
"agg": 0,
"conds": {
"column_index": [
3
],
"operator_index": [
0
],
"condition": [
"September 26, 2007"
]
}
} |
1 | What-all max processor has a maximum 256 gb memory? | {
"header": [
"Model",
"RU",
"Max processors",
"Processor frequency",
"Max memory",
"Max disk capacity",
"GA Date"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10818465-1",
"secti... | {
"human_readable": "SELECT Max processors FROM table WHERE Max memory = 256 GB",
"sel": 2,
"agg": 0,
"conds": {
"column_index": [
4
],
"operator_index": [
0
],
"condition": [
"256 GB"
]
}
} |
1 | What-all is the max memory of the t5120 model? | {
"header": [
"Model",
"RU",
"Max processors",
"Processor frequency",
"Max memory",
"Max disk capacity",
"GA Date"
],
"page_title": "",
"page_id": "",
"types": [
"text",
"real",
"text",
"text",
"text",
"text",
"text"
],
"id": "1-10818465-1",
"secti... | {
"human_readable": "SELECT Max memory FROM table WHERE Model = T5120",
"sel": 4,
"agg": 0,
"conds": {
"column_index": [
0
],
"operator_index": [
0
],
"condition": [
"T5120"
]
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.