text
stringlengths
142
882
table: 1-1067441-1 columns: Province, Population (2004 estimate), Area (km²), Density, GDP (2003, PPS in mil. € ), GDP per cap. (2003, in €) Q: Which province has a gdp of 38355€ million euros? A: SELECT Province FROM 1-1067441-1 WHERE GDP (2003, PPS in mil. € ) = 38355
table: 1-1067441-1 columns: Province, Population (2004 estimate), Area (km²), Density, GDP (2003, PPS in mil. € ), GDP per cap. (2003, in €) Q: What is the population estimate for the place that gad a 18496€ million euro gdp? A: SELECT Population (2004 estimate) FROM 1-1067441-1 WHERE GDP (2003, PPS in mil. € ) = 18496
table: 1-10701133-1 columns: No. in series, No. in season, Title, Directed by, Written by, Featured character(s), Original air date, U.S. viewers (million) Q: What is the title when original air date is may15,2008? A: SELECT Title FROM 1-10701133-1 WHERE Original air date = 'May15,2008'
table: 1-10701133-1 columns: No. in series, No. in season, Title, Directed by, Written by, Featured character(s), Original air date, U.S. viewers (million) Q: What is the highest no. in season? A: SELECT MAX No. in season FROM 1-10701133-1
table: 1-10701133-1 columns: No. in series, No. in season, Title, Directed by, Written by, Featured character(s), Original air date, U.S. viewers (million) Q: Who directed the episode where u.s. viewers (million) is 12.90? A: SELECT Directed by FROM 1-10701133-1 WHERE U.S. viewers (million) = '12.90'
table: 1-1067134-1 columns: DVD Name, # of Ep, Region 1, Region 2, Region 4 Q: How many episodes aired in Region 2 beginning May 26, 2008? A: SELECT MIN # of Ep FROM 1-1067134-1 WHERE Region 2 = 'May 26, 2008'
table: 1-1067134-1 columns: DVD Name, # of Ep, Region 1, Region 2, Region 4 Q: What date did the DVD for season six come out in region 2? A: SELECT Region 2 FROM 1-1067134-1 WHERE DVD Name = 'Season Six'
table: 1-1067134-1 columns: DVD Name, # of Ep, Region 1, Region 2, Region 4 Q: What is the least amount of season epidsodes? A: SELECT MIN # of Ep FROM 1-1067134-1
table: 1-1067134-1 columns: DVD Name, # of Ep, Region 1, Region 2, Region 4 Q: What DVD season/name for region 2 was released August 22, 2010? A: SELECT DVD Name FROM 1-1067134-1 WHERE Region 2 = 'August 22, 2010'
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: How many points for 2005? A: SELECT COUNT Points FROM 1-10705060-1 WHERE Season = '2005'
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: what is the score for the dams? A: SELECT Points FROM 1-10705060-1 WHERE Team Name = 'DAMS'
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: how many positions in 2009? A: SELECT COUNT Position FROM 1-10705060-1 WHERE Season = '2009'
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: what is the least number of poles? A: SELECT MIN Poles FROM 1-10705060-1
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: Which series with 62 points? A: SELECT Series FROM 1-10705060-1 WHERE Points = 62
table: 1-10705060-1 columns: Season, Series, Team Name, Races, Poles, Wins, Points, Position Q: What is the total for 10th position? A: SELECT COUNT Points FROM 1-10705060-1 WHERE Position = '10th'
table: 1-10707142-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Winning driver, Winning team, Report Q: how many reports of races took place on october 16? A: SELECT COUNT Report FROM 1-10707142-2 WHERE Date = 'October 16'
table: 1-10707142-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Winning driver, Winning team, Report Q: what is the name of the report that lists the race name as long beach grand prix? A: SELECT Report FROM 1-10707142-2 WHERE Race Name = 'Long Beach Grand Prix'
table: 1-10707142-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Winning driver, Winning team, Report Q: what is the report called where the circuit took place at the nazareth speedway? A: SELECT Report FROM 1-10707142-2 WHERE Circuit = 'Nazareth Speedway'
table: 1-10707142-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Winning driver, Winning team, Report Q: what is the name of the race where newman/haas racing is the winning team and rick mears is at the pole position? A: SELECT Race Name FROM 1-10707142-2 WHERE Winning team = 'Newman/Haas Racing' AND Pole position = 'Rick Mears'
table: 1-10707142-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Winning driver, Winning team, Report Q: meadowlands sports complex is the circuit at which city/location? A: SELECT City/Location FROM 1-10707142-2 WHERE Circuit = 'Meadowlands Sports Complex'
table: 1-10710364-2 columns: Religious group, Population %, Growth (1991–2001), Sex ratio (total), Literacy (%), Work participation (%), Sex ratio (rural), Sex ratio (urban), Sex ratio (child) Q: What is the literacy rate for groups that grew 103.1% between 1991 and 2001? A: SELECT Literacy (%) FROM 1-10710364-2 WHERE Growth (1991–2001) = '103.1%'
table: 1-10710364-2 columns: Religious group, Population %, Growth (1991–2001), Sex ratio (total), Literacy (%), Work participation (%), Sex ratio (rural), Sex ratio (urban), Sex ratio (child) Q: What is the lowest sex ratio in rural areas? A: SELECT MIN Sex ratio (rural) FROM 1-10710364-2
table: 1-10710364-2 columns: Religious group, Population %, Growth (1991–2001), Sex ratio (total), Literacy (%), Work participation (%), Sex ratio (rural), Sex ratio (urban), Sex ratio (child) Q: What is the lowest child sex ratio in groups where employment is 31.3%? A: SELECT MIN Sex ratio (child) FROM 1-10710364-2 WHERE Work participation (%) = '31.3%'
table: 1-10710364-2 columns: Religious group, Population %, Growth (1991–2001), Sex ratio (total), Literacy (%), Work participation (%), Sex ratio (rural), Sex ratio (urban), Sex ratio (child) Q: What is the population percentage of the group where the rural sex ratio is 953? A: SELECT Population % FROM 1-10710364-2 WHERE Sex ratio (rural) = 953
table: 1-10715317-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: What is the original air date for the title "felonious monk"? A: SELECT Original air date FROM 1-10715317-2 WHERE Title = '"Felonious Monk"'
table: 1-10715317-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: What is the title of the episode directed by Peter Markle and written by Jerry Stahl? A: SELECT Title FROM 1-10715317-2 WHERE Directed by = 'Peter Markle' AND Written by = 'Jerry Stahl'
table: 1-10715317-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: How many episodes were titled "identity crisis"? A: SELECT COUNT Directed by FROM 1-10715317-2 WHERE Title = '"Identity Crisis"'
table: 1-10716893-3 columns: Year, Network, Host, Pre-race analyst, Lap-by-lap, Color commentator(s), Pit reporters Q: Who does the lap-by-lap in 2011? A: SELECT Lap-by-lap FROM 1-10716893-3 WHERE Year = 2011
table: 1-10716893-3 columns: Year, Network, Host, Pre-race analyst, Lap-by-lap, Color commentator(s), Pit reporters Q: Which network has Marty Reid as host and lap-by-lap broadcaster? A: SELECT Network FROM 1-10716893-3 WHERE Lap-by-lap = 'Marty Reid' AND Host = 'Marty Reid'
table: 1-10716893-3 columns: Year, Network, Host, Pre-race analyst, Lap-by-lap, Color commentator(s), Pit reporters Q: How many pre-race analysis occur when Allen Bestwick does the lap-by-lap? A: SELECT COUNT Pre-race analyst FROM 1-10716893-3 WHERE Lap-by-lap = 'Allen Bestwick'
table: 1-10718192-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: What's the highest season number of an episode in the series? A: SELECT MAX No. in season FROM 1-10718192-2
table: 1-10718192-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: When did the episode titled "Lucky Strike" air for the first time? A: SELECT Original air date FROM 1-10718192-2 WHERE Title = '"Lucky Strike"'
table: 1-10718192-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: Who was the writer of the episode titled "One Hit Wonder"? A: SELECT Written by FROM 1-10718192-2 WHERE Title = '"One Hit Wonder"'
table: 1-10718192-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: What's the date of the first airing of the episode with series number 63? A: SELECT Original air date FROM 1-10718192-2 WHERE No. in series = 63
table: 1-10718525-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: How many titles got a viewership of 26.53 million? A: SELECT COUNT Title FROM 1-10718525-2 WHERE U.S. viewers (millions) = '26.53'
table: 1-10718525-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: How many viewers tuned into the show directed by Matt Earl Beesley? A: SELECT U.S. viewers (millions) FROM 1-10718525-2 WHERE Directed by = 'Matt Earl Beesley'
table: 1-10718631-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: Who wrote episode 94? A: SELECT Written by FROM 1-10718631-2 WHERE No. in series = 94
table: 1-10718631-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: Which episode was the number in the season where the number in the season is 10? A: SELECT No. in series FROM 1-10718631-2 WHERE No. in season = 10
table: 1-10718631-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: How many episodes were in the season that had the epiosde of "crow's feet"? A: SELECT No. in season FROM 1-10718631-2 WHERE Title = '"Crow's Feet"'
table: 1-10718631-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: When did the 113 episode air? A: SELECT Original air date FROM 1-10718631-2 WHERE No. in series = 113
table: 1-10718631-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: How many titles were there for the 113 episode? A: SELECT COUNT Title FROM 1-10718631-2 WHERE No. in series = 113
table: 1-10718984-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: What is the number in the season that Marlene Meyer wrote and 20.49 million people watched? A: SELECT MAX No. in season FROM 1-10718984-2 WHERE Written by = 'Marlene Meyer' AND U.S. viewers (millions) = '20.49'
table: 1-10718984-2 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, U.S. viewers (millions) Q: When did the no. 23 show originally air? A: SELECT Original air date FROM 1-10718984-2 WHERE No. in season = 23
table: 1-10725629-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Fastest lap, Winning driver, Winning team, Report Q: Which circuits had a race on October 4? A: SELECT Circuit FROM 1-10725629-2 WHERE Date = 'October 4'
table: 1-10725629-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Fastest lap, Winning driver, Winning team, Report Q: In which reports does Michael Andretti have the pole position and Galles-Kraco Racing is the winning team? A: SELECT Report FROM 1-10725629-2 WHERE Pole position = 'Michael Andretti' AND Winning team = 'Galles-Kraco Racing'
table: 1-10725629-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Fastest lap, Winning driver, Winning team, Report Q: How many rounds were there of the Bosch Spark Plug Grand Prix? A: SELECT COUNT Rnd FROM 1-10725629-2 WHERE Race Name = 'Bosch Spark Plug Grand Prix'
table: 1-10725629-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Fastest lap, Winning driver, Winning team, Report Q: Which rounds were held on August 9? A: SELECT Rnd FROM 1-10725629-2 WHERE Date = 'August 9'
table: 1-10725629-2 columns: Rnd, Race Name, Circuit, City/Location, Date, Pole position, Fastest lap, Winning driver, Winning team, Report Q: On how many dates did the Michigan International Speedway hold a round? A: SELECT COUNT Date FROM 1-10725629-2 WHERE Circuit = 'Michigan International Speedway'
table: 1-10722506-6 columns: Conference, # of Bids, Record, Win %, Round of 32, Sweet Sixteen, Elite Eight, Final Four, Championship Game Q: Name the total number of bids of the sun belt conference A: SELECT COUNT # of Bids FROM 1-10722506-6 WHERE Conference = 'Sun Belt'
table: 1-10722506-6 columns: Conference, # of Bids, Record, Win %, Round of 32, Sweet Sixteen, Elite Eight, Final Four, Championship Game Q: Name the round of 32 in conference usa A: SELECT Round of 32 FROM 1-10722506-6 WHERE Conference = 'Conference USA'
table: 1-10722506-6 columns: Conference, # of Bids, Record, Win %, Round of 32, Sweet Sixteen, Elite Eight, Final Four, Championship Game Q: What is the record when round of 32 is 0 and metro atlantic conference? A: SELECT Record FROM 1-10722506-6 WHERE Round of 32 = 0 AND Conference = 'Metro Atlantic'
table: 1-10722506-6 columns: Conference, # of Bids, Record, Win %, Round of 32, Sweet Sixteen, Elite Eight, Final Four, Championship Game Q: What is the number of bids with elite eight larger than 1.0 A: SELECT COUNT # of Bids FROM 1-10722506-6 WHERE Elite Eight > 1.0
table: 1-10749143-2 columns: Series #, Season #, Title, Directed by, Written by, Original air date, Production code, U.S. viewers (millions) Q: Who directed the episode with production code 7aff03? A: SELECT Directed by FROM 1-10749143-2 WHERE Production code = '7AFF03'
table: 1-10749143-2 columns: Series #, Season #, Title, Directed by, Written by, Original air date, Production code, U.S. viewers (millions) Q: What is the title of the episode wtih 10.34 million U.S viewers? A: SELECT Title FROM 1-10749143-2 WHERE U.S. viewers (millions) = '10.34'
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: What place is the team that completed 6 races? A: SELECT Position FROM 1-10748727-1 WHERE Races = 6
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: how much did the british formula three called "fortec motorsport" score? A: SELECT Points FROM 1-10748727-1 WHERE Series = 'British Formula Three' AND Team Name = 'Fortec Motorsport'
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: how many races were in 2009 with 0 wins? A: SELECT Races FROM 1-10748727-1 WHERE Season = '2009' AND Wins = 0
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: What years did art grand prix compete? A: SELECT Season FROM 1-10748727-1 WHERE Team Name = 'ART Grand Prix'
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: What year had a score of 9? A: SELECT Season FROM 1-10748727-1 WHERE Points = '9'
table: 1-10748727-1 columns: Season, Series, Team Name, Races, Wins, Poles, F/Laps, Podiums, Points, Position Q: what is the greatest number of wins by japanese formula three? A: SELECT MAX Wins FROM 1-10748727-1 WHERE Series = 'Japanese Formula Three'
table: 1-10749367-3 columns: #, Air Date, Challenge, Winner, Test-taker, Passed? Q: Who took test #4? A: SELECT Test-taker FROM 1-10749367-3 WHERE # = 4
table: 1-10749367-3 columns: #, Air Date, Challenge, Winner, Test-taker, Passed? Q: What episode aired on 18 April 2007? A: SELECT MIN # FROM 1-10749367-3 WHERE Air Date = '18 April 2007'
table: 1-10749367-3 columns: #, Air Date, Challenge, Winner, Test-taker, Passed? Q: Who had the challenge of night driving? A: SELECT Test-taker FROM 1-10749367-3 WHERE Challenge = 'Night Driving'
table: 1-10798928-1 columns: Year (Ceremony), Film title used in nomination, Original title, Director, Result Q: How many directors were there for the film Course Completed? A: SELECT COUNT Director FROM 1-10798928-1 WHERE Film title used in nomination = 'Course Completed'
table: 1-10798928-1 columns: Year (Ceremony), Film title used in nomination, Original title, Director, Result Q: Who directed El Nido? A: SELECT Director FROM 1-10798928-1 WHERE Original title = 'El nido'
table: 1-10798928-1 columns: Year (Ceremony), Film title used in nomination, Original title, Director, Result Q: Who directed Dulcinea? A: SELECT Director FROM 1-10798928-1 WHERE Original title = 'Dulcinea'
table: 1-10797463-1 columns: Village (German), Village (Slovenian), Number of people 1991, Percent of Slovenes 1991, Percent of Slovenes 1951 Q: What are the slovenian names of the villages that had 65.9% of slovenes in 1951? A: SELECT Village (Slovenian) FROM 1-10797463-1 WHERE Percent of Slovenes 1951 = '65.9%'
table: 1-10797463-1 columns: Village (German), Village (Slovenian), Number of people 1991, Percent of Slovenes 1991, Percent of Slovenes 1951 Q: What are the slovenian names of the villages that had 16.7% of slovenes in 1991? A: SELECT Village (Slovenian) FROM 1-10797463-1 WHERE Percent of Slovenes 1991 = '16.7%'
table: 1-10797463-1 columns: Village (German), Village (Slovenian), Number of people 1991, Percent of Slovenes 1991, Percent of Slovenes 1951 Q: How many villages had 21.7% of slovenes in 1991? A: SELECT COUNT Village (German) FROM 1-10797463-1 WHERE Percent of Slovenes 1991 = '21.7%'
table: 1-10797463-1 columns: Village (German), Village (Slovenian), Number of people 1991, Percent of Slovenes 1991, Percent of Slovenes 1951 Q: what percent of slovenes did the village called čahorče in slovenian have in 1991? A: SELECT Percent of Slovenes 1991 FROM 1-10797463-1 WHERE Village (Slovenian) = 'Čahorče'
table: 1-10797463-1 columns: Village (German), Village (Slovenian), Number of people 1991, Percent of Slovenes 1991, Percent of Slovenes 1951 Q: What is the slovenian name for the village that in german is known as st.margarethen? A: SELECT Village (Slovenian) FROM 1-10797463-1 WHERE Village (German) = 'St.Margarethen'
table: 1-10812293-4 columns: Game, Date, Team, Score, High points, High rebounds, High assists, Location Attendance, Record Q: For games on December 20, how many points did the scoring leaders get? A: SELECT High points FROM 1-10812293-4 WHERE Date = 'December 20'
table: 1-10812293-4 columns: Game, Date, Team, Score, High points, High rebounds, High assists, Location Attendance, Record Q: Who was the scoring leader and how many points did he get in games on December 23? A: SELECT High points FROM 1-10812293-4 WHERE Date = 'December 23'
table: 1-10812938-3 columns: Pick #, CFL Team, Player, Position, College Q: What is the pick # for the position de? A: SELECT Pick # FROM 1-10812938-3 WHERE Position = 'DE'
table: 1-10812938-3 columns: Pick #, CFL Team, Player, Position, College Q: Which player went to college at Saint Mary's? A: SELECT Player FROM 1-10812938-3 WHERE College = 'Saint Mary's'
table: 1-10812938-3 columns: Pick #, CFL Team, Player, Position, College Q: What is the position for the player with cfl team Winnipeg blue bombers? A: SELECT Position FROM 1-10812938-3 WHERE CFL Team = 'Winnipeg Blue Bombers'
table: 1-10812938-3 columns: Pick #, CFL Team, Player, Position, College Q: Which player went to college at Laval? A: SELECT Player FROM 1-10812938-3 WHERE College = 'Laval'
table: 1-10812938-3 columns: Pick #, CFL Team, Player, Position, College Q: What was the college for the player with the cfl team of Edmonton Eskimos (via calgary)? A: SELECT College FROM 1-10812938-3 WHERE CFL Team = 'Edmonton Eskimos (via Calgary)'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What's the team of the player from St. Francis Xavier College? A: SELECT CFL Team FROM 1-10812938-5 WHERE College = 'St. Francis Xavier'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What player is on the Montreal Alouettes CFl team? A: SELECT Player FROM 1-10812938-5 WHERE CFL Team = 'Montreal Alouettes'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What's the pick number of the player from Toronto Argonauts? A: SELECT MIN Pick # FROM 1-10812938-5 WHERE CFL Team = 'Toronto Argonauts'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What's the pick number of the player whose position is CB? A: SELECT Pick # FROM 1-10812938-5 WHERE Position = 'CB'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What's the pick number of the player from New Mexico? A: SELECT MAX Pick # FROM 1-10812938-5 WHERE College = 'New Mexico'
table: 1-10812938-5 columns: Pick #, CFL Team, Player, Position, College Q: What player went to Ohio State College? A: SELECT Player FROM 1-10812938-5 WHERE College = 'Ohio State'
table: 1-1081459-1 columns: Number Range, Builder, Introduced, No. Built, Region, Withdrawn Q: What is the minimum introduced value for the Departmental region? A: SELECT MIN Introduced FROM 1-1081459-1 WHERE Region = 'Departmental'
table: 1-1081459-1 columns: Number Range, Builder, Introduced, No. Built, Region, Withdrawn Q: What is the smallest introduced value? A: SELECT MIN Introduced FROM 1-1081459-1
table: 1-10812938-4 columns: Pick #, CFL Team, Player, Position, College Q: Which CFL Teams drafted an OL in 2006? A: SELECT CFL Team FROM 1-10812938-4 WHERE Position = 'OL'
table: 1-10812938-4 columns: Pick #, CFL Team, Player, Position, College Q: Which college is aligned to the Saskatchewan Roughriders? A: SELECT College FROM 1-10812938-4 WHERE CFL Team = 'Saskatchewan Roughriders'
table: 1-10812938-4 columns: Pick #, CFL Team, Player, Position, College Q: What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft. A: SELECT Position FROM 1-10812938-4 WHERE CFL Team = 'Hamilton Tiger-Cats (via Ottawa)'
table: 1-10812938-4 columns: Pick #, CFL Team, Player, Position, College Q: What is the earliest pick listed in the table. A: SELECT MIN Pick # FROM 1-10812938-4
table: 1-10842344-1 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, Production code, U.S. viewers (millions) Q: What episode number had production code e4423? A: SELECT MAX No. in season FROM 1-10842344-1 WHERE Production code = 'E4423'
table: 1-10842344-1 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, Production code, U.S. viewers (millions) Q: What's the latest episode in a season where the U.S. viewers totaled 14.37 million? A: SELECT MAX No. in season FROM 1-10842344-1 WHERE U.S. viewers (millions) = '14.37'
table: 1-10842344-1 columns: No. in series, No. in season, Title, Directed by, Written by, Original air date, Production code, U.S. viewers (millions) Q: Who directed the episode "Escape"? A: SELECT Directed by FROM 1-10842344-1 WHERE Title = '"Escape"'
table: 1-10819266-8 columns: Season, Episodes, Time slot (EST), Season premiere, Season finale, TV season, Rank, Viewers (in millions) Q: How many seasons is the season finale on May 26, 2010? A: SELECT COUNT Season FROM 1-10819266-8 WHERE Season finale = 'May 26, 2010'
table: 1-10819266-8 columns: Season, Episodes, Time slot (EST), Season premiere, Season finale, TV season, Rank, Viewers (in millions) Q: What episodes are there where the season premier is September 23, 2009? A: SELECT Episodes FROM 1-10819266-8 WHERE Season premiere = 'September 23, 2009'
table: 1-10819266-8 columns: Season, Episodes, Time slot (EST), Season premiere, Season finale, TV season, Rank, Viewers (in millions) Q: What is the season finale for season 4? A: SELECT Season finale FROM 1-10819266-8 WHERE Season = 4
table: 1-10819266-8 columns: Season, Episodes, Time slot (EST), Season premiere, Season finale, TV season, Rank, Viewers (in millions) Q: How many season premiers have a rank of #21? A: SELECT Season premiere FROM 1-10819266-8 WHERE Rank = '#21'
table: 1-10819266-8 columns: Season, Episodes, Time slot (EST), Season premiere, Season finale, TV season, Rank, Viewers (in millions) Q: What are the seasons where September 26, 2007 is the season premier? A: SELECT TV season FROM 1-10819266-8 WHERE Season premiere = 'September 26, 2007'
table: 1-10818465-1 columns: Model, RU, Max processors, Processor frequency, Max memory, Max disk capacity, GA Date Q: What max processor has a maximum memory of 256 gb? A: SELECT Max processors FROM 1-10818465-1 WHERE Max memory = '256 GB'
table: 1-10818465-1 columns: Model, RU, Max processors, Processor frequency, Max memory, Max disk capacity, GA Date Q: What is the max memory of the t5120 model? A: SELECT Max memory FROM 1-10818465-1 WHERE Model = 'T5120'