Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
36,500
<question>: Which country has doosan infracore as then company name? <context>: CREATE TABLE table_237199_1 (country VARCHAR, company_name VARCHAR)
SELECT country FROM table_237199_1 WHERE company_name = "Doosan Infracore"
36,501
<question>: How many north american brands have world headquarters in sagamihara? <context>: CREATE TABLE table_237199_1 (north_american_brands VARCHAR, world_headquarters VARCHAR)
SELECT COUNT(north_american_brands) FROM table_237199_1 WHERE world_headquarters = "Sagamihara"
36,502
<question>: Which company name has headquarters in nagaokakyo, kyoto? <context>: CREATE TABLE table_237199_1 (company_name VARCHAR, world_headquarters VARCHAR)
SELECT company_name FROM table_237199_1 WHERE world_headquarters = "Nagaokakyo, Kyoto"
36,503
<question>: what is the bore where the vehicle code is t214? <context>: CREATE TABLE table_23722304_2 (bore__mm_ VARCHAR, vehicle_code VARCHAR)
SELECT bore__mm_ FROM table_23722304_2 WHERE vehicle_code = "T214"
36,504
<question>: what is the compression ratio whre the torque is 208? <context>: CREATE TABLE table_23722304_2 (compression_ratio VARCHAR, torque__n_m_ VARCHAR)
SELECT compression_ratio FROM table_23722304_2 WHERE torque__n_m_ = 208
36,505
<question>: what is the vehicle code where the bore is 79.4? <context>: CREATE TABLE table_23722304_2 (vehicle_code VARCHAR, bore__mm_ VARCHAR)
SELECT vehicle_code FROM table_23722304_2 WHERE bore__mm_ = "79.4"
36,506
<question>: what is the stroke where the vehicle code is t211? <context>: CREATE TABLE table_23722304_2 (stroke__mm_ VARCHAR, vehicle_code VARCHAR)
SELECT stroke__mm_ FROM table_23722304_2 WHERE vehicle_code = "T211"
36,507
<question>: What was the rating/share for 18-49 for the episode that had 5.90 million viewers? <context>: CREATE TABLE table_23730973_5 (rating VARCHAR, viewers__millions_ VARCHAR)
SELECT rating / SHARE(18 - 49) FROM table_23730973_5 WHERE viewers__millions_ = "5.90"
36,508
<question>: What was the title of episode 3? <context>: CREATE TABLE table_23730973_5 (episode VARCHAR, no VARCHAR)
SELECT episode FROM table_23730973_5 WHERE no = 3
36,509
<question>: What number episode had a rating of 4.7? <context>: CREATE TABLE table_23730973_5 (no INTEGER, rating VARCHAR)
SELECT MIN(no) FROM table_23730973_5 WHERE rating = "4.7"
36,510
<question>: What was the rating for the episode that had 5.90 million viewers? <context>: CREATE TABLE table_23730973_5 (rating VARCHAR, viewers__millions_ VARCHAR)
SELECT rating FROM table_23730973_5 WHERE viewers__millions_ = "5.90"
36,511
<question>: What number episode had a 4.2 rating? <context>: CREATE TABLE table_23730973_5 (no INTEGER, rating VARCHAR)
SELECT MIN(no) FROM table_23730973_5 WHERE rating = "4.2"
36,512
<question>: What is the winning coach total number if the top team in regular season (points) is the Kansas City Spurs (110 points)? <context>: CREATE TABLE table_237757_3 (winning_coach VARCHAR, top_team_in_regular_season__points_ VARCHAR)
SELECT COUNT(winning_coach) FROM table_237757_3 WHERE top_team_in_regular_season__points_ = "Kansas City Spurs (110 points)"
36,513
<question>: If the top team in regular season (points) is the New York Cosmos (200 points), what is the winner (number of titles)? <context>: CREATE TABLE table_237757_3 (winner__number_of_titles_ VARCHAR, top_team_in_regular_season__points_ VARCHAR)
SELECT winner__number_of_titles_ FROM table_237757_3 WHERE top_team_in_regular_season__points_ = "New York Cosmos (200 points)"
36,514
<question>: If the runner-up is the Fort Lauderdale Strikers, what is the winner (number of titles)? <context>: CREATE TABLE table_237757_3 (winner__number_of_titles_ VARCHAR, runners_up VARCHAR)
SELECT winner__number_of_titles_ FROM table_237757_3 WHERE runners_up = "Fort Lauderdale Strikers"
36,515
<question>: How many figures for Other in the district where the GN division is 95? <context>: CREATE TABLE table_23777640_1 (other VARCHAR, gn_divisions VARCHAR)
SELECT COUNT(other) FROM table_23777640_1 WHERE gn_divisions = 95
36,516
<question>: What was the market share of the operator whose technology is CDMA EVDO GSM EDGE HSPA+? <context>: CREATE TABLE table_23801721_1 (market_share VARCHAR, technology VARCHAR)
SELECT market_share FROM table_23801721_1 WHERE technology = "CDMA EVDO GSM EDGE HSPA+"
36,517
<question>: What was the rank of operator whose technology is CDMA EVDO? <context>: CREATE TABLE table_23801721_1 (rank INTEGER, technology VARCHAR)
SELECT MIN(rank) FROM table_23801721_1 WHERE technology = "CDMA EVDO"
36,518
<question>: What was the production code for the episode directed by Michael Morris? <context>: CREATE TABLE table_23793770_1 (production_code INTEGER, directed_by VARCHAR)
SELECT MIN(production_code) FROM table_23793770_1 WHERE directed_by = "Michael Morris"
36,519
<question>: What is the title the episode directed by Allison Liddi-Brown? <context>: CREATE TABLE table_23793770_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_23793770_1 WHERE directed_by = "Allison Liddi-Brown"
36,520
<question>: What the production code for the episode with 16.10 U.S. viewers? <context>: CREATE TABLE table_23793770_1 (production_code INTEGER, us_viewers__millions_ VARCHAR)
SELECT MAX(production_code) FROM table_23793770_1 WHERE us_viewers__millions_ = "16.10"
36,521
<question>: what is the episode title on original air date of September 30, 2007? <context>: CREATE TABLE table_23799417_2 (title VARCHAR, original_airing VARCHAR)
SELECT title FROM table_23799417_2 WHERE original_airing = "September 30, 2007"
36,522
<question>: What is the rating if the rating/share (18-49) is 3.6? <context>: CREATE TABLE table_23799417_2 (rating VARCHAR)
SELECT rating FROM table_23799417_2 WHERE rating / SHARE(18 AS –49) = 3.6
36,523
<question>: What is the rating/share total number if the total viewers is 12.75 million? <context>: CREATE TABLE table_23799417_2 (rating VARCHAR, total_viewers__in_millions_ VARCHAR)
SELECT COUNT(rating) / SHARE(18 AS –49) FROM table_23799417_2 WHERE total_viewers__in_millions_ = "12.75"
36,524
<question>: If the rating is 9.1, what was the total viewers? <context>: CREATE TABLE table_23799417_2 (total_viewers__in_millions_ VARCHAR, rating VARCHAR)
SELECT total_viewers__in_millions_ FROM table_23799417_2 WHERE rating = "9.1"
36,525
<question>: What was the reating share when the total viewers was 11.49 million? <context>: CREATE TABLE table_23793770_2 (rating VARCHAR, total_viewers__in_millions_ VARCHAR)
SELECT rating / SHARE(18 AS –49) FROM table_23793770_2 WHERE total_viewers__in_millions_ = "11.49"
36,526
<question>: What was the name of the show that had 10.47 million total viewers? <context>: CREATE TABLE table_23793770_2 (title VARCHAR, total_viewers__in_millions_ VARCHAR)
SELECT title FROM table_23793770_2 WHERE total_viewers__in_millions_ = "10.47"
36,527
<question>: How many shows had 12.46 total viewers? <context>: CREATE TABLE table_23793770_2 (title VARCHAR, total_viewers__in_millions_ VARCHAR)
SELECT COUNT(title) FROM table_23793770_2 WHERE total_viewers__in_millions_ = "12.46"
36,528
<question>: If the establishment is 49319, what is the sales, receipts or shipments maximum amount? <context>: CREATE TABLE table_23802822_1 (_receipts VARCHAR, _or_shipments__$1 VARCHAR, sales INTEGER, establishments VARCHAR)
SELECT MAX(sales), _receipts, _or_shipments__$1, 000 AS _ FROM table_23802822_1 WHERE establishments = 49319
36,529
<question>: What is the sector is the establishment is 110313? <context>: CREATE TABLE table_23802822_1 (sector VARCHAR, establishments VARCHAR)
SELECT sector FROM table_23802822_1 WHERE establishments = 110313
36,530
<question>: How many different Leagues had average attendance of 3589? <context>: CREATE TABLE table_2380212_1 (league VARCHAR, avg_attendance VARCHAR)
SELECT COUNT(league) FROM table_2380212_1 WHERE avg_attendance = 3589
36,531
<question>: How many people saw the 3rd, Central regular season on average? <context>: CREATE TABLE table_2380212_1 (avg_attendance INTEGER, regular_season VARCHAR)
SELECT MIN(avg_attendance) FROM table_2380212_1 WHERE regular_season = "3rd, Central"
36,532
<question>: What League was played in 2007? <context>: CREATE TABLE table_2380212_1 (league VARCHAR, year VARCHAR)
SELECT league FROM table_2380212_1 WHERE year = 2007
36,533
<question>: When was the average attendance 789? <context>: CREATE TABLE table_2380212_1 (year INTEGER, avg_attendance VARCHAR)
SELECT MIN(year) FROM table_2380212_1 WHERE avg_attendance = 789
36,534
<question>: what is the score in fg-fga if in ft-fta is 16-21 <context>: CREATE TABLE table_23817012_6 (fg_fga VARCHAR, ft_fta VARCHAR)
SELECT fg_fga FROM table_23817012_6 WHERE ft_fta = "16-21"
36,535
<question>: in the ft pct .667 what is the number of gp-gs <context>: CREATE TABLE table_23817012_6 (gp_gs VARCHAR, ft_pct VARCHAR)
SELECT COUNT(gp_gs) FROM table_23817012_6 WHERE ft_pct = ".667"
36,536
<question>: Name the team number 1 for san lorenzo <context>: CREATE TABLE table_23812628_1 (team__number1 VARCHAR, team__number2 VARCHAR)
SELECT team__number1 FROM table_23812628_1 WHERE team__number2 = "San Lorenzo"
36,537
<question>: Name the team #2 for river plate <context>: CREATE TABLE table_23812628_1 (team__number2 VARCHAR, team__number1 VARCHAR)
SELECT team__number2 FROM table_23812628_1 WHERE team__number1 = "River Plate"
36,538
<question>: Name the points for zamora <context>: CREATE TABLE table_23812628_1 (points VARCHAR, team__number1 VARCHAR)
SELECT points FROM table_23812628_1 WHERE team__number1 = "Zamora"
36,539
<question>: Name the 2nd leg for boca juniors <context>: CREATE TABLE table_23812628_1 (team__number1 VARCHAR)
SELECT 2 AS nd_leg FROM table_23812628_1 WHERE team__number1 = "Boca Juniors"
36,540
<question>: What is every media type for the Psychedelic Trance genre? <context>: CREATE TABLE table_23829490_1 (media_type VARCHAR, genre VARCHAR)
SELECT media_type FROM table_23829490_1 WHERE genre = "Psychedelic Trance"
36,541
<question>: Who is every composer for the media named Hall of Dreams? <context>: CREATE TABLE table_23829490_1 (composer VARCHAR, name_of_the_media VARCHAR)
SELECT composer FROM table_23829490_1 WHERE name_of_the_media = "Hall Of Dreams"
36,542
<question>: What is every media type for the Dub genre? <context>: CREATE TABLE table_23829490_1 (media_type VARCHAR, genre VARCHAR)
SELECT media_type FROM table_23829490_1 WHERE genre = "Dub"
36,543
<question>: What is every media type for the World genre? <context>: CREATE TABLE table_23829490_1 (media_type VARCHAR, genre VARCHAR)
SELECT media_type FROM table_23829490_1 WHERE genre = "World"
36,544
<question>: What is every composition name when the music library is Heart of Asia and media type is album with the Trance genre? <context>: CREATE TABLE table_23829490_1 (composition_name VARCHAR, genre VARCHAR, music_library VARCHAR, media_type VARCHAR)
SELECT composition_name FROM table_23829490_1 WHERE music_library = "Heart of Asia" AND media_type = "Album" AND genre = "Trance"
36,545
<question>: what percentage is brooklyn when manhattan is 15.5%? <context>: CREATE TABLE table_23837321_4 (brooklyn VARCHAR, manhattan VARCHAR)
SELECT brooklyn FROM table_23837321_4 WHERE manhattan = "15.5_percentage"
36,546
<question>: What is every entry in the QLD Cup Premierships when home ground is Dairy Farmers Stadium? <context>: CREATE TABLE table_2383498_4 (qld_cup_premierships VARCHAR, home_ground VARCHAR)
SELECT qld_cup_premierships FROM table_2383498_4 WHERE home_ground = "Dairy Farmers Stadium"
36,547
<question>: What is every value for first year in QLD Cup if home ground is Corbett Park, Crosby Park, Lang Park, ANZ Stadium? <context>: CREATE TABLE table_2383498_4 (first_year_in_qld_cup VARCHAR, home_ground VARCHAR)
SELECT first_year_in_qld_cup FROM table_2383498_4 WHERE home_ground = "Corbett Park, Crosby Park, Lang Park, ANZ Stadium"
36,548
<question>: What is the home ground if team is Sunshine Coast Falcons? <context>: CREATE TABLE table_2383498_4 (home_ground VARCHAR, team VARCHAR)
SELECT home_ground FROM table_2383498_4 WHERE team = "Sunshine Coast Falcons"
36,549
<question>: What is the QLD Cup Premierships if team is Gold Coast Vikings? <context>: CREATE TABLE table_2383498_4 (qld_cup_premierships VARCHAR, team VARCHAR)
SELECT qld_cup_premierships FROM table_2383498_4 WHERE team = "Gold Coast Vikings"
36,550
<question>: What is every team in the location of Port Moresby? <context>: CREATE TABLE table_2383498_4 (team VARCHAR, location VARCHAR)
SELECT team FROM table_2383498_4 WHERE location = "Port Moresby"
36,551
<question>: How many values of last year in QLD Cup if QLD Cup Premierships is 1996, 2001? <context>: CREATE TABLE table_2383498_4 (last_year_in_qld_cup VARCHAR, qld_cup_premierships VARCHAR)
SELECT COUNT(last_year_in_qld_cup) FROM table_2383498_4 WHERE qld_cup_premierships = "1996, 2001"
36,552
<question>: What are the undisclosed when Adam Hinshelwood is Ricky Newman? <context>: CREATE TABLE table_23835213_2 (undisclosed VARCHAR, adam_hinshelwood VARCHAR)
SELECT undisclosed FROM table_23835213_2 WHERE adam_hinshelwood = "Ricky Newman"
36,553
<question>: What is the df when Adam Hinshelwood is Junior Mendes? <context>: CREATE TABLE table_23835213_2 (df VARCHAR, adam_hinshelwood VARCHAR)
SELECT df FROM table_23835213_2 WHERE adam_hinshelwood = "Junior Mendes"
36,554
<question>: What is the undisclosed when Aldertown is Aldershot Town and Wycombe Wanderers is Oxford United? <context>: CREATE TABLE table_23835213_2 (undisclosed VARCHAR, wycombe_wanderers VARCHAR)
SELECT undisclosed FROM table_23835213_2 WHERE "aldershot_town" = "aldershot_town" AND wycombe_wanderers = "Oxford United"
36,555
<question>: What is the undisclosed when Wycombe Wanderers is unattached? <context>: CREATE TABLE table_23835213_2 (undisclosed VARCHAR, wycombe_wanderers VARCHAR)
SELECT undisclosed FROM table_23835213_2 WHERE wycombe_wanderers = "Unattached"
36,556
<question>: Who is the head coach for the team that plays at Altrincham Ice Dome? <context>: CREATE TABLE table_2384331_1 (head_coach VARCHAR, arena VARCHAR)
SELECT head_coach FROM table_2384331_1 WHERE arena = "Altrincham Ice Dome"
36,557
<question>: What arena does the team play at that has Michael Wales as the captain? <context>: CREATE TABLE table_2384331_1 (arena VARCHAR, captain VARCHAR)
SELECT arena FROM table_2384331_1 WHERE captain = "Michael Wales"
36,558
<question>: List all themes from the top 9. <context>: CREATE TABLE table_23871828_1 (theme VARCHAR, week__number VARCHAR)
SELECT theme FROM table_23871828_1 WHERE week__number = "Top 9"
36,559
<question>: In what week was the original singer Whitney Houston. <context>: CREATE TABLE table_23871828_1 (week__number VARCHAR, original_artist VARCHAR)
SELECT week__number FROM table_23871828_1 WHERE original_artist = "Whitney Houston"
36,560
<question>: Name the song for safe result #8. <context>: CREATE TABLE table_23871828_1 (song_choice VARCHAR, result VARCHAR, order__number VARCHAR)
SELECT song_choice FROM table_23871828_1 WHERE result = "Safe" AND order__number = 8
36,561
<question>: List the song chose for the British Invasion. <context>: CREATE TABLE table_23871828_1 (song_choice VARCHAR, theme VARCHAR)
SELECT song_choice FROM table_23871828_1 WHERE theme = "British Invasion"
36,562
<question>: Name the stops for stations 36 <context>: CREATE TABLE table_2385460_1 (stops VARCHAR, stations VARCHAR)
SELECT stops FROM table_2385460_1 WHERE stations = 36
36,563
<question>: Name the number of lines for porta nolana - ottaviano- sarno <context>: CREATE TABLE table_2385460_1 (lines VARCHAR, route VARCHAR)
SELECT COUNT(lines) FROM table_2385460_1 WHERE route = "Porta Nolana - Ottaviano- Sarno"
36,564
<question>: Name the travel time for porta nolana - nola - baiano <context>: CREATE TABLE table_2385460_1 (travel_time VARCHAR, route VARCHAR)
SELECT travel_time FROM table_2385460_1 WHERE route = "Porta Nolana - Nola - Baiano"
36,565
<question>: Name the number of stations for 15 minutes travel time <context>: CREATE TABLE table_2385460_1 (stations VARCHAR, travel_time VARCHAR)
SELECT COUNT(stations) FROM table_2385460_1 WHERE travel_time = "15 minutes"
36,566
<question>: How big (in km2) is Persarmenia? <context>: CREATE TABLE table_23887174_1 (area__km²_ VARCHAR, province__ashkharh_ VARCHAR)
SELECT area__km²_ FROM table_23887174_1 WHERE province__ashkharh_ = "Persarmenia"
36,567
<question>: What's the center of the Artsakh province? <context>: CREATE TABLE table_23887174_1 (center VARCHAR, province__ashkharh_ VARCHAR)
SELECT center FROM table_23887174_1 WHERE province__ashkharh_ = "Artsakh"
36,568
<question>: How many different provinces is Baghaberd the center of? <context>: CREATE TABLE table_23887174_1 (province__ashkharh_ VARCHAR, center VARCHAR)
SELECT COUNT(province__ashkharh_) FROM table_23887174_1 WHERE center = "Baghaberd"
36,569
<question>: How big is the province with the Armenian name of փայտակարան? <context>: CREATE TABLE table_23887174_1 (area__km²_ INTEGER, armenian_name VARCHAR)
SELECT MIN(area__km²_) FROM table_23887174_1 WHERE armenian_name = "Փայտակարան"
36,570
<question>: What's the center of the province that spreads out on 23860 km2? <context>: CREATE TABLE table_23887174_1 (center VARCHAR, area__km²_ VARCHAR)
SELECT center FROM table_23887174_1 WHERE area__km²_ = 23860
36,571
<question>: How many different numbers of cantons does the province with the Armenian name վասպուրական have? <context>: CREATE TABLE table_23887174_1 (number_of_cantons__gavars_ VARCHAR, armenian_name VARCHAR)
SELECT COUNT(number_of_cantons__gavars_) FROM table_23887174_1 WHERE armenian_name = "Վասպուրական"
36,572
<question>: what are the seasons for no 3? <context>: CREATE TABLE table_23886181_1 (seasons VARCHAR, no VARCHAR)
SELECT seasons FROM table_23886181_1 WHERE no = "3"
36,573
<question>: what are the maximum wins where the poles are 2? <context>: CREATE TABLE table_2387790_1 (wins INTEGER, poles VARCHAR)
SELECT MAX(wins) FROM table_2387790_1 WHERE poles = 2
36,574
<question>: What is the original of the ipa ( rio de janeiro )translation ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə? <context>: CREATE TABLE table_23915_4 (translation VARCHAR, ipa___rio_de_janeiro__ VARCHAR)
SELECT translation FROM table_23915_4 WHERE ipa___rio_de_janeiro__ = "ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə"
36,575
<question>: What is the original of the ipa ( são paulo ) translation dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə? <context>: CREATE TABLE table_23915_4 (translation VARCHAR, ipa___são_paulo__ VARCHAR)
SELECT translation FROM table_23915_4 WHERE ipa___são_paulo__ = "dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə"
36,576
<question>: Which frequency is DYMY? <context>: CREATE TABLE table_23910822_1 (frequency VARCHAR, callsign VARCHAR)
SELECT frequency FROM table_23910822_1 WHERE callsign = "DYMY"
36,577
<question>: What is the frequency when radio station branding is 106.3 energy fm naga? <context>: CREATE TABLE table_23915973_1 (frequency VARCHAR, branding VARCHAR)
SELECT frequency FROM table_23915973_1 WHERE branding = "106.3 Energy FM Naga"
36,578
<question>: What is the callsign when power kw is 25kw? <context>: CREATE TABLE table_23915973_1 (callsign VARCHAR, power_kw VARCHAR)
SELECT callsign FROM table_23915973_1 WHERE power_kw = "25kW"
36,579
<question>: What is the frequency when callsign is dxru-fm? <context>: CREATE TABLE table_23915973_1 (frequency VARCHAR, callsign VARCHAR)
SELECT frequency FROM table_23915973_1 WHERE callsign = "DXRU-FM"
36,580
<question>: What is the radio station branding when the power km is 5kw? <context>: CREATE TABLE table_23915973_1 (branding VARCHAR, power_kw VARCHAR)
SELECT branding FROM table_23915973_1 WHERE power_kw = "5kW"
36,581
<question>: What is the coverage when power kw is 25kw? <context>: CREATE TABLE table_23915973_1 (coverage VARCHAR, power_kw VARCHAR)
SELECT coverage FROM table_23915973_1 WHERE power_kw = "25kW"
36,582
<question>: How many power kw have a frequency of 93.7 mhz? <context>: CREATE TABLE table_23915973_1 (power_kw VARCHAR, frequency VARCHAR)
SELECT COUNT(power_kw) FROM table_23915973_1 WHERE frequency = "93.7 MHz"
36,583
<question>: Who were all the writers whose episodes had 0.97 million viewers? <context>: CREATE TABLE table_23918997_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_23918997_1 WHERE us_viewers__million_ = "0.97"
36,584
<question>: How many directors worked on the episode written by Brent Fletcher & Miranda Kwok? <context>: CREATE TABLE table_23918997_1 (directed_by VARCHAR, written_by VARCHAR)
SELECT COUNT(directed_by) FROM table_23918997_1 WHERE written_by = "Brent Fletcher & Miranda Kwok"
36,585
<question>: What was the title of the episode directed by Rowan Woods? <context>: CREATE TABLE table_23918997_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_23918997_1 WHERE directed_by = "Rowan Woods"
36,586
<question>: How many episodes were viewed by 1.29 million people? <context>: CREATE TABLE table_23918997_1 (no VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(no) FROM table_23918997_1 WHERE us_viewers__million_ = "1.29"
36,587
<question>: Who was the writer for the episode originally airing on March 1, 2004? <context>: CREATE TABLE table_23916272_6 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_23916272_6 WHERE original_air_date = "March 1, 2004"
36,588
<question>: List the title for the season episode number of 8. <context>: CREATE TABLE table_23916272_6 (title VARCHAR, season__number VARCHAR)
SELECT title FROM table_23916272_6 WHERE season__number = 8
36,589
<question>: Who was the director for the episode originally airing September 29, 2003? <context>: CREATE TABLE table_23916272_6 (directed_by VARCHAR, original_air_date VARCHAR)
SELECT directed_by FROM table_23916272_6 WHERE original_air_date = "September 29, 2003"
36,590
<question>: Name the original air date for harry hannigan directed by adam weissman <context>: CREATE TABLE table_23937219_2 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_23937219_2 WHERE written_by = "Harry Hannigan" AND directed_by = "Adam Weissman"
36,591
<question>: How many people directed episode 7 In the season? <context>: CREATE TABLE table_23937219_3 (directed_by VARCHAR, season__number VARCHAR)
SELECT COUNT(directed_by) FROM table_23937219_3 WHERE season__number = 7
36,592
<question>: How many original air dates were there for the episode with production code 212? <context>: CREATE TABLE table_23937219_3 (original_air_date VARCHAR, prod_code VARCHAR)
SELECT COUNT(original_air_date) FROM table_23937219_3 WHERE prod_code = 212
36,593
<question>: What is the production code for episode 31 in the series? <context>: CREATE TABLE table_23937219_3 (prod_code INTEGER, series__number VARCHAR)
SELECT MIN(prod_code) FROM table_23937219_3 WHERE series__number = 31
36,594
<question>: How many seasons did Barking Birmingham & Solihull Stourbridge were relegated from league? <context>: CREATE TABLE table_23927423_4 (season VARCHAR, relegated_from_league VARCHAR)
SELECT COUNT(season) FROM table_23927423_4 WHERE relegated_from_league = "Barking Birmingham & Solihull Stourbridge"
36,595
<question>: Who was relegated to league if Barking Birmingham & Solihull Stourbridge were relegated from league? <context>: CREATE TABLE table_23927423_4 (relegated_to_league VARCHAR, relegated_from_league VARCHAR)
SELECT relegated_to_league FROM table_23927423_4 WHERE relegated_from_league = "Barking Birmingham & Solihull Stourbridge"
36,596
<question>: How many were the minimum team that participated in the league? <context>: CREATE TABLE table_23927423_4 (teams INTEGER)
SELECT MIN(teams) FROM table_23927423_4
36,597
<question>: How many teams participated (maximum) when Cornish All Blacks Pertemps Bees were relegated to the league? <context>: CREATE TABLE table_23927423_4 (teams INTEGER, relegated_to_league VARCHAR)
SELECT MAX(teams) FROM table_23927423_4 WHERE relegated_to_league = "Cornish All Blacks Pertemps Bees"
36,598
<question>: Who was promoted to the league when Coventry was relegated to the league? <context>: CREATE TABLE table_23927423_4 (promoted_to_league VARCHAR, relegated_to_league VARCHAR)
SELECT promoted_to_league FROM table_23927423_4 WHERE relegated_to_league = "Coventry"
36,599
<question>: How many were promoted from the league when Esher was relegated to the league? <context>: CREATE TABLE table_23927423_4 (promoted_from_league VARCHAR, relegated_to_league VARCHAR)
SELECT COUNT(promoted_from_league) FROM table_23927423_4 WHERE relegated_to_league = "Esher"