question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What's the part 3 of the verb with part 4 gelopen? | CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR) | SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen" | ### Context: CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR) ### Question: What's the part 3 of the verb with part 4 gelopen? ### Answer: SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen" |
How many different classes of verbs are there whose part 3 is lucon? | CREATE TABLE table_1745843_6 (class VARCHAR, part_3 VARCHAR) | SELECT COUNT(class) FROM table_1745843_6 WHERE part_3 = "lucon" | ### Context: CREATE TABLE table_1745843_6 (class VARCHAR, part_3 VARCHAR) ### Question: How many different classes of verbs are there whose part 3 is lucon? ### Answer: SELECT COUNT(class) FROM table_1745843_6 WHERE part_3 = "lucon" |
What's the class of the verb whose part 1 is lesan? | CREATE TABLE table_1745843_6 (class VARCHAR, part_1 VARCHAR) | SELECT class FROM table_1745843_6 WHERE part_1 = "lesan" | ### Context: CREATE TABLE table_1745843_6 (class VARCHAR, part_1 VARCHAR) ### Question: What's the class of the verb whose part 1 is lesan? ### Answer: SELECT class FROM table_1745843_6 WHERE part_1 = "lesan" |
How many different part 3 verbs are there that mean to freeze? | CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning VARCHAR) | SELECT COUNT(part_3) FROM table_1745843_6 WHERE verb_meaning = "to freeze" | ### Context: CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning VARCHAR) ### Question: How many different part 3 verbs are there that mean to freeze? ### Answer: SELECT COUNT(part_3) FROM table_1745843_6 WHERE verb_meaning = "to freeze" |
What's the part 3 of the verb whose class is 4? | CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR) | SELECT part_3 FROM table_1745843_6 WHERE class = "4" | ### Context: CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR) ### Question: What's the part 3 of the verb whose class is 4? ### Answer: SELECT part_3 FROM table_1745843_6 WHERE class = "4" |
What's the part 3 of the verb in class 5? | CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR) | SELECT part_3 FROM table_1745843_6 WHERE class = "5" | ### Context: CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR) ### Question: What's the part 3 of the verb in class 5? ### Answer: SELECT part_3 FROM table_1745843_6 WHERE class = "5" |
What is the class of the word who's second participle is laug? | CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR) | SELECT class FROM table_1745843_5 WHERE part_2 = "laug" | ### Context: CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR) ### Question: What is the class of the word who's second participle is laug? ### Answer: SELECT class FROM table_1745843_5 WHERE part_2 = "laug" |
What is the meaning of the class 6 verbs? | CREATE TABLE table_1745843_5 (verb_meaning VARCHAR, class VARCHAR) | SELECT verb_meaning FROM table_1745843_5 WHERE class = "6" | ### Context: CREATE TABLE table_1745843_5 (verb_meaning VARCHAR, class VARCHAR) ### Question: What is the meaning of the class 6 verbs? ### Answer: SELECT verb_meaning FROM table_1745843_5 WHERE class = "6" |
What is the 3rd participle of the verb whose 2nd participle is band? | CREATE TABLE table_1745843_5 (part_3 VARCHAR, part_2 VARCHAR) | SELECT part_3 FROM table_1745843_5 WHERE part_2 = "band" | ### Context: CREATE TABLE table_1745843_5 (part_3 VARCHAR, part_2 VARCHAR) ### Question: What is the 3rd participle of the verb whose 2nd participle is band? ### Answer: SELECT part_3 FROM table_1745843_5 WHERE part_2 = "band" |
What is the 1st participle of the verb whose 4th participle is haitans? | CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR) | SELECT part_1 FROM table_1745843_5 WHERE part_4 = "haitans" | ### Context: CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR) ### Question: What is the 1st participle of the verb whose 4th participle is haitans? ### Answer: SELECT part_1 FROM table_1745843_5 WHERE part_4 = "haitans" |
For part 2 *lauk, what is listed for part 4? | CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR) | SELECT part_4 FROM table_1745843_2 WHERE part_2 = "*lauk" | ### Context: CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR) ### Question: For part 2 *lauk, what is listed for part 4? ### Answer: SELECT part_4 FROM table_1745843_2 WHERE part_2 = "*lauk" |
What is the verb meaning for *bundun? | CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR) | SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun" | ### Context: CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR) ### Question: What is the verb meaning for *bundun? ### Answer: SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun" |
For part 2 *raid, what is listed for part 3? | CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 VARCHAR) | SELECT part_3 FROM table_1745843_2 WHERE part_2 = "*raid" | ### Context: CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 VARCHAR) ### Question: For part 2 *raid, what is listed for part 3? ### Answer: SELECT part_3 FROM table_1745843_2 WHERE part_2 = "*raid" |
What word is listed under part 2 for part 4 *ridanaz? | CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR) | SELECT part_2 FROM table_1745843_2 WHERE part_4 = "*ridanaz" | ### Context: CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR) ### Question: What word is listed under part 2 for part 4 *ridanaz? ### Answer: SELECT part_2 FROM table_1745843_2 WHERE part_4 = "*ridanaz" |
What is listed under part 1 for class 3b? | CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR) | SELECT part_1 FROM table_1745843_2 WHERE class = "3b" | ### Context: CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR) ### Question: What is listed under part 1 for class 3b? ### Answer: SELECT part_1 FROM table_1745843_2 WHERE class = "3b" |
What class is the verb wich its part 4 is frosinn | CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR) | SELECT class FROM table_1745843_10 WHERE part_4 = "frosinn" | ### Context: CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR) ### Question: What class is the verb wich its part 4 is frosinn ### Answer: SELECT class FROM table_1745843_10 WHERE part_4 = "frosinn" |
What class is the verb wich its part 3 is heldu | CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR) | SELECT class FROM table_1745843_10 WHERE part_3 = "heldu" | ### Context: CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR) ### Question: What class is the verb wich its part 3 is heldu ### Answer: SELECT class FROM table_1745843_10 WHERE part_3 = "heldu" |
What is part 1 of the verb in class 7b | CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR) | SELECT part_1 FROM table_1745843_10 WHERE class = "7b" | ### Context: CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR) ### Question: What is part 1 of the verb in class 7b ### Answer: SELECT part_1 FROM table_1745843_10 WHERE class = "7b" |
What is part 1 of the verb in class 4 | CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR) | SELECT part_3 FROM table_1745843_10 WHERE class = "4" | ### Context: CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR) ### Question: What is part 1 of the verb in class 4 ### Answer: SELECT part_3 FROM table_1745843_10 WHERE class = "4" |
How many verbs mean to bear | CREATE TABLE table_1745843_10 (part_4 VARCHAR, verb_meaning VARCHAR) | SELECT COUNT(part_4) FROM table_1745843_10 WHERE verb_meaning = "to bear" | ### Context: CREATE TABLE table_1745843_10 (part_4 VARCHAR, verb_meaning VARCHAR) ### Question: How many verbs mean to bear ### Answer: SELECT COUNT(part_4) FROM table_1745843_10 WHERE verb_meaning = "to bear" |
How many verbs mean to grow, to produce | CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR) | SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = "to grow, to produce" | ### Context: CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR) ### Question: How many verbs mean to grow, to produce ### Answer: SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = "to grow, to produce" |
Who wrote the episode "The Dream Lover", which was viewed by 3.96 million viewers? | CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = "3.96" | ### Context: CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who wrote the episode "The Dream Lover", which was viewed by 3.96 million viewers? ### Answer: SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = "3.96" |
What is the original air date of episode 8? Answer: Dec. 21, 2006 | CREATE TABLE table_17467578_1 (original_airdate VARCHAR, episode__number VARCHAR) | SELECT COUNT(original_airdate) FROM table_17467578_1 WHERE episode__number = 8 | ### Context: CREATE TABLE table_17467578_1 (original_airdate VARCHAR, episode__number VARCHAR) ### Question: What is the original air date of episode 8? Answer: Dec. 21, 2006 ### Answer: SELECT COUNT(original_airdate) FROM table_17467578_1 WHERE episode__number = 8 |
Who wrote the episode "The Cold Turkey", which was viewed by 3.73 million viewers? | CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = "3.73" | ### Context: CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who wrote the episode "The Cold Turkey", which was viewed by 3.73 million viewers? ### Answer: SELECT written_by FROM table_17467578_1 WHERE us_viewers__million_ = "3.73" |
Who wrote episode 11? | CREATE TABLE table_17467578_1 (written_by VARCHAR, episode__number VARCHAR) | SELECT written_by FROM table_17467578_1 WHERE episode__number = 11 | ### Context: CREATE TABLE table_17467578_1 (written_by VARCHAR, episode__number VARCHAR) ### Question: Who wrote episode 11? ### Answer: SELECT written_by FROM table_17467578_1 WHERE episode__number = 11 |
What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers? | CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR) | SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = "3.73" | ### Context: CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR) ### Question: What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers? ### Answer: SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = "3.73" |
Name the class for boten | CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR) | SELECT class FROM table_1745843_9 WHERE part_3 = "boten" | ### Context: CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR) ### Question: Name the class for boten ### Answer: SELECT class FROM table_1745843_9 WHERE part_3 = "boten" |
Name the part 3 for treffen | CREATE TABLE table_1745843_9 (part_3 VARCHAR, part_1 VARCHAR) | SELECT part_3 FROM table_1745843_9 WHERE part_1 = "treffen" | ### Context: CREATE TABLE table_1745843_9 (part_3 VARCHAR, part_1 VARCHAR) ### Question: Name the part 3 for treffen ### Answer: SELECT part_3 FROM table_1745843_9 WHERE part_1 = "treffen" |
Name the part one for to give | CREATE TABLE table_1745843_9 (part_1 VARCHAR, verb_meaning VARCHAR) | SELECT part_1 FROM table_1745843_9 WHERE verb_meaning = "to give" | ### Context: CREATE TABLE table_1745843_9 (part_1 VARCHAR, verb_meaning VARCHAR) ### Question: Name the part one for to give ### Answer: SELECT part_1 FROM table_1745843_9 WHERE verb_meaning = "to give" |
Name the class for schliefen | CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR) | SELECT class FROM table_1745843_9 WHERE part_3 = "schliefen" | ### Context: CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR) ### Question: Name the class for schliefen ### Answer: SELECT class FROM table_1745843_9 WHERE part_3 = "schliefen" |
Name the verb meaning for half drosch | CREATE TABLE table_1745843_9 (verb_meaning VARCHAR, part_2 VARCHAR) | SELECT verb_meaning FROM table_1745843_9 WHERE part_2 = "half drosch" | ### Context: CREATE TABLE table_1745843_9 (verb_meaning VARCHAR, part_2 VARCHAR) ### Question: Name the verb meaning for half drosch ### Answer: SELECT verb_meaning FROM table_1745843_9 WHERE part_2 = "half drosch" |
If the product code is 2t6267, who was the director? | CREATE TABLE table_17467447_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_17467447_1 WHERE production_code = "2T6267" | ### Context: CREATE TABLE table_17467447_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: If the product code is 2t6267, who was the director? ### Answer: SELECT directed_by FROM table_17467447_1 WHERE production_code = "2T6267" |
What is the air date when the U.S. viewers was 5.50 million? | CREATE TABLE table_17467447_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR) | SELECT original_airdate FROM table_17467447_1 WHERE us_viewers__million_ = "5.50" | ### Context: CREATE TABLE table_17467447_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR) ### Question: What is the air date when the U.S. viewers was 5.50 million? ### Answer: SELECT original_airdate FROM table_17467447_1 WHERE us_viewers__million_ = "5.50" |
Who were the writers for production code 2t6268? | CREATE TABLE table_17467447_1 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_17467447_1 WHERE production_code = "2T6268" | ### Context: CREATE TABLE table_17467447_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who were the writers for production code 2t6268? ### Answer: SELECT written_by FROM table_17467447_1 WHERE production_code = "2T6268" |
Name the number of builders for number 96 | CREATE TABLE table_1748444_1 (builder VARCHAR, number VARCHAR) | SELECT COUNT(builder) FROM table_1748444_1 WHERE number = "96" | ### Context: CREATE TABLE table_1748444_1 (builder VARCHAR, number VARCHAR) ### Question: Name the number of builders for number 96 ### Answer: SELECT COUNT(builder) FROM table_1748444_1 WHERE number = "96" |
Name the builder for date built is january 1910 | CREATE TABLE table_1748444_1 (builder VARCHAR, date_built VARCHAR) | SELECT builder FROM table_1748444_1 WHERE date_built = "January 1910" | ### Context: CREATE TABLE table_1748444_1 (builder VARCHAR, date_built VARCHAR) ### Question: Name the builder for date built is january 1910 ### Answer: SELECT builder FROM table_1748444_1 WHERE date_built = "January 1910" |
Name the disposition for date built is march 1909 | CREATE TABLE table_1748444_1 (disposition VARCHAR, date_built VARCHAR) | SELECT disposition FROM table_1748444_1 WHERE date_built = "March 1909" | ### Context: CREATE TABLE table_1748444_1 (disposition VARCHAR, date_built VARCHAR) ### Question: Name the disposition for date built is march 1909 ### Answer: SELECT disposition FROM table_1748444_1 WHERE date_built = "March 1909" |
What is the title of episode number 96 in the series? | CREATE TABLE table_17482534_1 (title VARCHAR, no_in_series VARCHAR) | SELECT title FROM table_17482534_1 WHERE no_in_series = "96" | ### Context: CREATE TABLE table_17482534_1 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the title of episode number 96 in the series? ### Answer: SELECT title FROM table_17482534_1 WHERE no_in_series = "96" |
What number in season is the episode directed by Gene Stupnitsky? | CREATE TABLE table_17482534_1 (no_in_season VARCHAR, directed_by VARCHAR) | SELECT no_in_season FROM table_17482534_1 WHERE directed_by = "Gene Stupnitsky" | ### Context: CREATE TABLE table_17482534_1 (no_in_season VARCHAR, directed_by VARCHAR) ### Question: What number in season is the episode directed by Gene Stupnitsky? ### Answer: SELECT no_in_season FROM table_17482534_1 WHERE directed_by = "Gene Stupnitsky" |
How many viewers did the episode written by Warren Lieberstein & Halsted Sullivan have? | CREATE TABLE table_17482534_1 (us_viewers__millions_ VARCHAR, written_by VARCHAR) | SELECT us_viewers__millions_ FROM table_17482534_1 WHERE written_by = "Warren Lieberstein & Halsted Sullivan" | ### Context: CREATE TABLE table_17482534_1 (us_viewers__millions_ VARCHAR, written_by VARCHAR) ### Question: How many viewers did the episode written by Warren Lieberstein & Halsted Sullivan have? ### Answer: SELECT us_viewers__millions_ FROM table_17482534_1 WHERE written_by = "Warren Lieberstein & Halsted Sullivan" |
How many writers are listed for the episode with a production code of 5008? | CREATE TABLE table_17482534_1 (written_by VARCHAR, production_code VARCHAR) | SELECT COUNT(written_by) FROM table_17482534_1 WHERE production_code = "5008" | ### Context: CREATE TABLE table_17482534_1 (written_by VARCHAR, production_code VARCHAR) ### Question: How many writers are listed for the episode with a production code of 5008? ### Answer: SELECT COUNT(written_by) FROM table_17482534_1 WHERE production_code = "5008" |
What number in the series are the episodes with production code 5016/5017? | CREATE TABLE table_17482534_1 (no_in_series VARCHAR, production_code VARCHAR) | SELECT no_in_series FROM table_17482534_1 WHERE production_code = "5016/5017" | ### Context: CREATE TABLE table_17482534_1 (no_in_series VARCHAR, production_code VARCHAR) ### Question: What number in the series are the episodes with production code 5016/5017? ### Answer: SELECT no_in_series FROM table_17482534_1 WHERE production_code = "5016/5017" |
How many locations have the call signs dxjp-fm? | CREATE TABLE table_17487395_1 (location VARCHAR, callsign VARCHAR) | SELECT COUNT(location) FROM table_17487395_1 WHERE callsign = "DXJP-FM" | ### Context: CREATE TABLE table_17487395_1 (location VARCHAR, callsign VARCHAR) ### Question: How many locations have the call signs dxjp-fm? ### Answer: SELECT COUNT(location) FROM table_17487395_1 WHERE callsign = "DXJP-FM" |
What is the call sign of the station with the frequency of 90.3mhz | CREATE TABLE table_17487395_1 (callsign VARCHAR, frequency VARCHAR) | SELECT callsign FROM table_17487395_1 WHERE frequency = "90.3MHz" | ### Context: CREATE TABLE table_17487395_1 (callsign VARCHAR, frequency VARCHAR) ### Question: What is the call sign of the station with the frequency of 90.3mhz ### Answer: SELECT callsign FROM table_17487395_1 WHERE frequency = "90.3MHz" |
What is the call sign for the station that uses the branding, mom's radio 101.5 tacloban? | CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR) | SELECT callsign FROM table_17487395_1 WHERE branding = "Mom's Radio 101.5 Tacloban" | ### Context: CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR) ### Question: What is the call sign for the station that uses the branding, mom's radio 101.5 tacloban? ### Answer: SELECT callsign FROM table_17487395_1 WHERE branding = "Mom's Radio 101.5 Tacloban" |
What is the branding for stations located in Cebu? | CREATE TABLE table_17487395_1 (branding VARCHAR, location VARCHAR) | SELECT branding FROM table_17487395_1 WHERE location = "Cebu" | ### Context: CREATE TABLE table_17487395_1 (branding VARCHAR, location VARCHAR) ### Question: What is the branding for stations located in Cebu? ### Answer: SELECT branding FROM table_17487395_1 WHERE location = "Cebu" |
Which eagle riders whose ova (harmony gold dub) is dr. kozaburo nambu? | CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR) | SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Dr. Kozaburo Nambu" | ### Context: CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR) ### Question: Which eagle riders whose ova (harmony gold dub) is dr. kozaburo nambu? ### Answer: SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Dr. Kozaburo Nambu" |
Which battle of the planets where ova (harmony gold dub) is solaris? | CREATE TABLE table_17480471_3 (battle_of_the_planets VARCHAR, ova__harmony_gold_dub_ VARCHAR) | SELECT battle_of_the_planets FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Solaris" | ### Context: CREATE TABLE table_17480471_3 (battle_of_the_planets VARCHAR, ova__harmony_gold_dub_ VARCHAR) ### Question: Which battle of the planets where ova (harmony gold dub) is solaris? ### Answer: SELECT battle_of_the_planets FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Solaris" |
Which eagle riders have battle of the planets as zoltar? | CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, battle_of_the_planets VARCHAR) | SELECT eagle_riders FROM table_17480471_3 WHERE battle_of_the_planets = "Zoltar" | ### Context: CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, battle_of_the_planets VARCHAR) ### Question: Which eagle riders have battle of the planets as zoltar? ### Answer: SELECT eagle_riders FROM table_17480471_3 WHERE battle_of_the_planets = "Zoltar" |
Which gatchaman has eagle riders as lukan? | CREATE TABLE table_17480471_3 (gatchaman VARCHAR, eagle_riders VARCHAR) | SELECT gatchaman FROM table_17480471_3 WHERE eagle_riders = "Lukan" | ### Context: CREATE TABLE table_17480471_3 (gatchaman VARCHAR, eagle_riders VARCHAR) ### Question: Which gatchaman has eagle riders as lukan? ### Answer: SELECT gatchaman FROM table_17480471_3 WHERE eagle_riders = "Lukan" |
What eagle riders where ova (harmony gold dub) is lord zortek? | CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR) | SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Lord Zortek" | ### Context: CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ VARCHAR) ### Question: What eagle riders where ova (harmony gold dub) is lord zortek? ### Answer: SELECT eagle_riders FROM table_17480471_3 WHERE ova__harmony_gold_dub_ = "Lord Zortek" |
What pregame host was on espn and had taylor twellman color commentating? | CREATE TABLE table_17516922_1 (pregame_host VARCHAR, network VARCHAR, color_commentator VARCHAR) | SELECT pregame_host FROM table_17516922_1 WHERE network = "ESPN" AND color_commentator = "Taylor Twellman" | ### Context: CREATE TABLE table_17516922_1 (pregame_host VARCHAR, network VARCHAR, color_commentator VARCHAR) ### Question: What pregame host was on espn and had taylor twellman color commentating? ### Answer: SELECT pregame_host FROM table_17516922_1 WHERE network = "ESPN" AND color_commentator = "Taylor Twellman" |
What pregame analyst(s) had rob stone and monica gonzalez as sideline reporters and were on tsn2? | CREATE TABLE table_17516922_1 (pregame_analysts VARCHAR, sideline_reporters VARCHAR, network VARCHAR) | SELECT pregame_analysts FROM table_17516922_1 WHERE sideline_reporters = "Rob Stone and Monica Gonzalez" AND network = "TSN2" | ### Context: CREATE TABLE table_17516922_1 (pregame_analysts VARCHAR, sideline_reporters VARCHAR, network VARCHAR) ### Question: What pregame analyst(s) had rob stone and monica gonzalez as sideline reporters and were on tsn2? ### Answer: SELECT pregame_analysts FROM table_17516922_1 WHERE sideline_reporters = "Rob Sto... |
What color commentator(s) were in 2010? | CREATE TABLE table_17516922_1 (color_commentator VARCHAR, year VARCHAR) | SELECT color_commentator FROM table_17516922_1 WHERE year = 2010 | ### Context: CREATE TABLE table_17516922_1 (color_commentator VARCHAR, year VARCHAR) ### Question: What color commentator(s) were in 2010? ### Answer: SELECT color_commentator FROM table_17516922_1 WHERE year = 2010 |
What is the last year that had sideline reporters rob stone and monica gonzalez? | CREATE TABLE table_17516922_1 (year INTEGER, sideline_reporters VARCHAR) | SELECT MAX(year) FROM table_17516922_1 WHERE sideline_reporters = "Rob Stone and Monica Gonzalez" | ### Context: CREATE TABLE table_17516922_1 (year INTEGER, sideline_reporters VARCHAR) ### Question: What is the last year that had sideline reporters rob stone and monica gonzalez? ### Answer: SELECT MAX(year) FROM table_17516922_1 WHERE sideline_reporters = "Rob Stone and Monica Gonzalez" |
Who had the play-by-play on espn with sideline reporter monica gonzalez? | CREATE TABLE table_17516922_1 (play_by_play VARCHAR, network VARCHAR, sideline_reporters VARCHAR) | SELECT play_by_play FROM table_17516922_1 WHERE network = "ESPN" AND sideline_reporters = "Monica Gonzalez" | ### Context: CREATE TABLE table_17516922_1 (play_by_play VARCHAR, network VARCHAR, sideline_reporters VARCHAR) ### Question: Who had the play-by-play on espn with sideline reporter monica gonzalez? ### Answer: SELECT play_by_play FROM table_17516922_1 WHERE network = "ESPN" AND sideline_reporters = "Monica Gonzalez" |
What was the name of race #28? | CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR) | SELECT name FROM table_1749567_2 WHERE number = 28 | ### Context: CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR) ### Question: What was the name of race #28? ### Answer: SELECT name FROM table_1749567_2 WHERE number = 28 |
The Eyserweg race was which race #? | CREATE TABLE table_1749567_2 (number INTEGER, name VARCHAR) | SELECT MAX(number) FROM table_1749567_2 WHERE name = "Eyserweg" | ### Context: CREATE TABLE table_1749567_2 (number INTEGER, name VARCHAR) ### Question: The Eyserweg race was which race #? ### Answer: SELECT MAX(number) FROM table_1749567_2 WHERE name = "Eyserweg" |
Which race had an average climb of 40%? | CREATE TABLE table_1749567_2 (location VARCHAR, average_climb___percentage_ VARCHAR) | SELECT location FROM table_1749567_2 WHERE average_climb___percentage_ = 40 | ### Context: CREATE TABLE table_1749567_2 (location VARCHAR, average_climb___percentage_ VARCHAR) ### Question: Which race had an average climb of 40%? ### Answer: SELECT location FROM table_1749567_2 WHERE average_climb___percentage_ = 40 |
The Keutenberg race had what race length? | CREATE TABLE table_1749567_2 (length__in_m_ INTEGER, name VARCHAR) | SELECT MAX(length__in_m_) FROM table_1749567_2 WHERE name = "Keutenberg" | ### Context: CREATE TABLE table_1749567_2 (length__in_m_ INTEGER, name VARCHAR) ### Question: The Keutenberg race had what race length? ### Answer: SELECT MAX(length__in_m_) FROM table_1749567_2 WHERE name = "Keutenberg" |
In the Champions league, what is the Minimum | CREATE TABLE table_17505751_5 (Champions INTEGER) | SELECT MIN(Champions) AS league FROM table_17505751_5 | ### Context: CREATE TABLE table_17505751_5 (Champions INTEGER) ### Question: In the Champions league, what is the Minimum ### Answer: SELECT MIN(Champions) AS league FROM table_17505751_5 |
In the Champions league is the forward position smaller than 6.0 | CREATE TABLE table_17505751_5 (Champions VARCHAR, position VARCHAR, league VARCHAR) | SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE position = "Forward" AND league < 6.0 | ### Context: CREATE TABLE table_17505751_5 (Champions VARCHAR, position VARCHAR, league VARCHAR) ### Question: In the Champions league is the forward position smaller than 6.0 ### Answer: SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE position = "Forward" AND league < 6.0 |
when the total is 8 and copa del rey is 0 what is the minimum league | CREATE TABLE table_17505751_5 (league INTEGER, total VARCHAR, copa_del_rey VARCHAR) | SELECT MIN(league) FROM table_17505751_5 WHERE total = 8 AND copa_del_rey = 0 | ### Context: CREATE TABLE table_17505751_5 (league INTEGER, total VARCHAR, copa_del_rey VARCHAR) ### Question: when the total is 8 and copa del rey is 0 what is the minimum league ### Answer: SELECT MIN(league) FROM table_17505751_5 WHERE total = 8 AND copa_del_rey = 0 |
when the position is forward and the league is 5 what number is the Champion league | CREATE TABLE table_17505751_5 (Champions VARCHAR, league VARCHAR, position VARCHAR) | SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE league = 5 AND position = "Forward" | ### Context: CREATE TABLE table_17505751_5 (Champions VARCHAR, league VARCHAR, position VARCHAR) ### Question: when the position is forward and the league is 5 what number is the Champion league ### Answer: SELECT COUNT(Champions) AS league FROM table_17505751_5 WHERE league = 5 AND position = "Forward" |
if p is bigger than 4.0 what is total number | CREATE TABLE table_17505751_5 (total VARCHAR, p INTEGER) | SELECT COUNT(total) FROM table_17505751_5 WHERE p > 4.0 | ### Context: CREATE TABLE table_17505751_5 (total VARCHAR, p INTEGER) ### Question: if p is bigger than 4.0 what is total number ### Answer: SELECT COUNT(total) FROM table_17505751_5 WHERE p > 4.0 |
What was the 2008 election status when glenn nye was the running democrat? | CREATE TABLE table_17503169_1 (democratic VARCHAR) | SELECT 2008 AS _status FROM table_17503169_1 WHERE democratic = "Glenn Nye" | ### Context: CREATE TABLE table_17503169_1 (democratic VARCHAR) ### Question: What was the 2008 election status when glenn nye was the running democrat? ### Answer: SELECT 2008 AS _status FROM table_17503169_1 WHERE democratic = "Glenn Nye" |
Who was the republican candidate in the race with incumbent thelma drake? | CREATE TABLE table_17503169_1 (republican VARCHAR, incumbent VARCHAR) | SELECT republican FROM table_17503169_1 WHERE incumbent = "Thelma Drake" | ### Context: CREATE TABLE table_17503169_1 (republican VARCHAR, incumbent VARCHAR) ### Question: Who was the republican candidate in the race with incumbent thelma drake? ### Answer: SELECT republican FROM table_17503169_1 WHERE incumbent = "Thelma Drake" |
How many districts had republican Bob Goodlatte as a candidate? | CREATE TABLE table_17503169_1 (district VARCHAR, republican VARCHAR) | SELECT COUNT(district) FROM table_17503169_1 WHERE republican = "Bob Goodlatte" | ### Context: CREATE TABLE table_17503169_1 (district VARCHAR, republican VARCHAR) ### Question: How many districts had republican Bob Goodlatte as a candidate? ### Answer: SELECT COUNT(district) FROM table_17503169_1 WHERE republican = "Bob Goodlatte" |
Who was the democratic candidate when the republican was frank wolf? | CREATE TABLE table_17503169_1 (democratic VARCHAR, republican VARCHAR) | SELECT democratic FROM table_17503169_1 WHERE republican = "Frank Wolf" | ### Context: CREATE TABLE table_17503169_1 (democratic VARCHAR, republican VARCHAR) ### Question: Who was the democratic candidate when the republican was frank wolf? ### Answer: SELECT democratic FROM table_17503169_1 WHERE republican = "Frank Wolf" |
How many won when points against is 410? | CREATE TABLE table_17510803_2 (won VARCHAR, points_against VARCHAR) | SELECT COUNT(won) FROM table_17510803_2 WHERE points_against = "410" | ### Context: CREATE TABLE table_17510803_2 (won VARCHAR, points_against VARCHAR) ### Question: How many won when points against is 410? ### Answer: SELECT COUNT(won) FROM table_17510803_2 WHERE points_against = "410" |
How many bonus points are there when points for is 385? | CREATE TABLE table_17510803_2 (bonus_points VARCHAR, points_for VARCHAR) | SELECT bonus_points FROM table_17510803_2 WHERE points_for = "385" | ### Context: CREATE TABLE table_17510803_2 (bonus_points VARCHAR, points_for VARCHAR) ### Question: How many bonus points are there when points for is 385? ### Answer: SELECT bonus_points FROM table_17510803_2 WHERE points_for = "385" |
How many clubs have 62 points? | CREATE TABLE table_17510803_2 (club VARCHAR, points VARCHAR) | SELECT COUNT(club) FROM table_17510803_2 WHERE points = "62" | ### Context: CREATE TABLE table_17510803_2 (club VARCHAR, points VARCHAR) ### Question: How many clubs have 62 points? ### Answer: SELECT COUNT(club) FROM table_17510803_2 WHERE points = "62" |
How many bonus points were won by 5? | CREATE TABLE table_17510803_2 (bonus_points VARCHAR, won VARCHAR) | SELECT bonus_points FROM table_17510803_2 WHERE won = "5" | ### Context: CREATE TABLE table_17510803_2 (bonus_points VARCHAR, won VARCHAR) ### Question: How many bonus points were won by 5? ### Answer: SELECT bonus_points FROM table_17510803_2 WHERE won = "5" |
How many have been played for 362 points? | CREATE TABLE table_17510803_2 (played VARCHAR, points_for VARCHAR) | SELECT played FROM table_17510803_2 WHERE points_for = "362" | ### Context: CREATE TABLE table_17510803_2 (played VARCHAR, points_for VARCHAR) ### Question: How many have been played for 362 points? ### Answer: SELECT played FROM table_17510803_2 WHERE points_for = "362" |
How many points against have a lose of 13? | CREATE TABLE table_17510803_2 (points_against VARCHAR, lost VARCHAR) | SELECT points_against FROM table_17510803_2 WHERE lost = "13" | ### Context: CREATE TABLE table_17510803_2 (points_against VARCHAR, lost VARCHAR) ### Question: How many points against have a lose of 13? ### Answer: SELECT points_against FROM table_17510803_2 WHERE lost = "13" |
What is the highest possible level? | CREATE TABLE table_1751142_2 (level INTEGER) | SELECT MAX(level) FROM table_1751142_2 | ### Context: CREATE TABLE table_1751142_2 (level INTEGER) ### Question: What is the highest possible level? ### Answer: SELECT MAX(level) FROM table_1751142_2 |
What is the shuttle time for the level where the speed is 15.5 km/h? | CREATE TABLE table_1751142_2 (shuttle_time__seconds_ VARCHAR, speed__km_h_ VARCHAR) | SELECT shuttle_time__seconds_ FROM table_1751142_2 WHERE speed__km_h_ = "15.5" | ### Context: CREATE TABLE table_1751142_2 (shuttle_time__seconds_ VARCHAR, speed__km_h_ VARCHAR) ### Question: What is the shuttle time for the level where the speed is 15.5 km/h? ### Answer: SELECT shuttle_time__seconds_ FROM table_1751142_2 WHERE speed__km_h_ = "15.5" |
What is the fewest number of shuttles where the shuttle time is 6.55 seconds? | CREATE TABLE table_1751142_2 (shuttles INTEGER, shuttle_time__seconds_ VARCHAR) | SELECT MIN(shuttles) FROM table_1751142_2 WHERE shuttle_time__seconds_ = "6.55" | ### Context: CREATE TABLE table_1751142_2 (shuttles INTEGER, shuttle_time__seconds_ VARCHAR) ### Question: What is the fewest number of shuttles where the shuttle time is 6.55 seconds? ### Answer: SELECT MIN(shuttles) FROM table_1751142_2 WHERE shuttle_time__seconds_ = "6.55" |
What is the distance (in meters) when the shuttle time is 6.86 seconds? | CREATE TABLE table_1751142_2 (distance__m_ INTEGER, shuttle_time__seconds_ VARCHAR) | SELECT MIN(distance__m_) FROM table_1751142_2 WHERE shuttle_time__seconds_ = "6.86" | ### Context: CREATE TABLE table_1751142_2 (distance__m_ INTEGER, shuttle_time__seconds_ VARCHAR) ### Question: What is the distance (in meters) when the shuttle time is 6.86 seconds? ### Answer: SELECT MIN(distance__m_) FROM table_1751142_2 WHERE shuttle_time__seconds_ = "6.86" |
How many 3rd ru does Costa Rica have? | CREATE TABLE table_17522854_6 (country VARCHAR) | SELECT MAX(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Costa Rica" | ### Context: CREATE TABLE table_17522854_6 (country VARCHAR) ### Question: How many 3rd ru does Costa Rica have? ### Answer: SELECT MAX(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Costa Rica" |
How many 3rd ru does Canada have? | CREATE TABLE table_17522854_6 (country VARCHAR) | SELECT COUNT(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Canada" | ### Context: CREATE TABLE table_17522854_6 (country VARCHAR) ### Question: How many 3rd ru does Canada have? ### Answer: SELECT COUNT(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Canada" |
What is the least number of miss united continents? | CREATE TABLE table_17522854_6 (miss_united_continent INTEGER) | SELECT MIN(miss_united_continent) FROM table_17522854_6 | ### Context: CREATE TABLE table_17522854_6 (miss_united_continent INTEGER) ### Question: What is the least number of miss united continents? ### Answer: SELECT MIN(miss_united_continent) FROM table_17522854_6 |
How many different lead margins were stated in the poll administered on September 11, 2008? | CREATE TABLE table_17538810_10 (lead_margin VARCHAR, dates_administered VARCHAR) | SELECT COUNT(lead_margin) FROM table_17538810_10 WHERE dates_administered = "September 11, 2008" | ### Context: CREATE TABLE table_17538810_10 (lead_margin VARCHAR, dates_administered VARCHAR) ### Question: How many different lead margins were stated in the poll administered on September 11, 2008? ### Answer: SELECT COUNT(lead_margin) FROM table_17538810_10 WHERE dates_administered = "September 11, 2008" |
Name the common name for rhampholeon spectrum | CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR) | SELECT common_name FROM table_175442_1 WHERE scientific_name = "Rhampholeon spectrum" | ### Context: CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR) ### Question: Name the common name for rhampholeon spectrum ### Answer: SELECT common_name FROM table_175442_1 WHERE scientific_name = "Rhampholeon spectrum" |
Name the scientific name for veiled chameleon | CREATE TABLE table_175442_1 (scientific_name VARCHAR, common_name VARCHAR) | SELECT scientific_name FROM table_175442_1 WHERE common_name = "Veiled chameleon" | ### Context: CREATE TABLE table_175442_1 (scientific_name VARCHAR, common_name VARCHAR) ### Question: Name the scientific name for veiled chameleon ### Answer: SELECT scientific_name FROM table_175442_1 WHERE common_name = "Veiled chameleon" |
Name the common name for furcifer pardalis | CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR) | SELECT common_name FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis" | ### Context: CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR) ### Question: Name the common name for furcifer pardalis ### Answer: SELECT common_name FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis" |
Name the number of color for furcifer pardalis | CREATE TABLE table_175442_1 (color VARCHAR, scientific_name VARCHAR) | SELECT COUNT(color) FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis" | ### Context: CREATE TABLE table_175442_1 (color VARCHAR, scientific_name VARCHAR) ### Question: Name the number of color for furcifer pardalis ### Answer: SELECT COUNT(color) FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis" |
Name the number of international frieghts for domestic mail of 260 | CREATE TABLE table_1754531_4 (international_freight VARCHAR, domestic_mail VARCHAR) | SELECT COUNT(international_freight) FROM table_1754531_4 WHERE domestic_mail = 260 | ### Context: CREATE TABLE table_1754531_4 (international_freight VARCHAR, domestic_mail VARCHAR) ### Question: Name the number of international frieghts for domestic mail of 260 ### Answer: SELECT COUNT(international_freight) FROM table_1754531_4 WHERE domestic_mail = 260 |
Name the total number of domestic mail for 7853 for total frieght and mail | CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_mail VARCHAR) | SELECT COUNT(domestic_mail) FROM table_1754531_4 WHERE total_freight_and_mail = 7853 | ### Context: CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_mail VARCHAR) ### Question: Name the total number of domestic mail for 7853 for total frieght and mail ### Answer: SELECT COUNT(domestic_mail) FROM table_1754531_4 WHERE total_freight_and_mail = 7853 |
Namw the total number for domestic freight for international mail is larger than 1.0 with domestic mail for 260 | CREATE TABLE table_1754531_4 (domestic_freight VARCHAR, international_mail VARCHAR, domestic_mail VARCHAR) | SELECT COUNT(domestic_freight) FROM table_1754531_4 WHERE international_mail > 1.0 AND domestic_mail = 260 | ### Context: CREATE TABLE table_1754531_4 (domestic_freight VARCHAR, international_mail VARCHAR, domestic_mail VARCHAR) ### Question: Namw the total number for domestic freight for international mail is larger than 1.0 with domestic mail for 260 ### Answer: SELECT COUNT(domestic_freight) FROM table_1754531_4 WHERE inte... |
What was the highest vote for others? | CREATE TABLE table_1756284_1 (others_number INTEGER) | SELECT MAX(others_number) FROM table_1756284_1 | ### Context: CREATE TABLE table_1756284_1 (others_number INTEGER) ### Question: What was the highest vote for others? ### Answer: SELECT MAX(others_number) FROM table_1756284_1 |
When Kerry# was 199060, what was the percentage? | CREATE TABLE table_1756284_1 (kerry_percentage VARCHAR, kerry_number VARCHAR) | SELECT kerry_percentage FROM table_1756284_1 WHERE kerry_number = 199060 | ### Context: CREATE TABLE table_1756284_1 (kerry_percentage VARCHAR, kerry_number VARCHAR) ### Question: When Kerry# was 199060, what was the percentage? ### Answer: SELECT kerry_percentage FROM table_1756284_1 WHERE kerry_number = 199060 |
What was the highest vote number for Bush? | CREATE TABLE table_1756284_1 (bush_number INTEGER) | SELECT MAX(bush_number) FROM table_1756284_1 | ### Context: CREATE TABLE table_1756284_1 (bush_number INTEGER) ### Question: What was the highest vote number for Bush? ### Answer: SELECT MAX(bush_number) FROM table_1756284_1 |
How many transfer windows coming from Crystal Palace? | CREATE TABLE table_17596418_4 (COUnT VARCHAR, moving_from VARCHAR) | SELECT COUnT AS transfer_window FROM table_17596418_4 WHERE moving_from = "Crystal palace" | ### Context: CREATE TABLE table_17596418_4 (COUnT VARCHAR, moving_from VARCHAR) ### Question: How many transfer windows coming from Crystal Palace? ### Answer: SELECT COUnT AS transfer_window FROM table_17596418_4 WHERE moving_from = "Crystal palace" |
What country has a P of GK? | CREATE TABLE table_17596418_4 (country VARCHAR, p VARCHAR) | SELECT country FROM table_17596418_4 WHERE p = "GK" | ### Context: CREATE TABLE table_17596418_4 (country VARCHAR, p VARCHAR) ### Question: What country has a P of GK? ### Answer: SELECT country FROM table_17596418_4 WHERE p = "GK" |
What is the P for the player moving from Everton? | CREATE TABLE table_17596418_4 (p VARCHAR, moving_from VARCHAR) | SELECT p FROM table_17596418_4 WHERE moving_from = "Everton" | ### Context: CREATE TABLE table_17596418_4 (p VARCHAR, moving_from VARCHAR) ### Question: What is the P for the player moving from Everton? ### Answer: SELECT p FROM table_17596418_4 WHERE moving_from = "Everton" |
Name the competition of panathinaikos | CREATE TABLE table_17594659_1 (competition VARCHAR, opposition VARCHAR) | SELECT competition FROM table_17594659_1 WHERE opposition = "Panathinaikos" | ### Context: CREATE TABLE table_17594659_1 (competition VARCHAR, opposition VARCHAR) ### Question: Name the competition of panathinaikos ### Answer: SELECT competition FROM table_17594659_1 WHERE opposition = "Panathinaikos" |
What is every value for viewers for ranking #51 for the Tuesday 9:00 p.m. timeslot? | CREATE TABLE table_175980_2 (viewers__in_millions_ VARCHAR, ranking VARCHAR, timeslot VARCHAR) | SELECT viewers__in_millions_ FROM table_175980_2 WHERE ranking = "#51" AND timeslot = "Tuesday 9:00 p.m." | ### Context: CREATE TABLE table_175980_2 (viewers__in_millions_ VARCHAR, ranking VARCHAR, timeslot VARCHAR) ### Question: What is every value for viewers for ranking #51 for the Tuesday 9:00 p.m. timeslot? ### Answer: SELECT viewers__in_millions_ FROM table_175980_2 WHERE ranking = "#51" AND timeslot = "Tuesday 9:00 p.... |
What finales took place in the Tuesday 9:30 p.m. timeslot? | CREATE TABLE table_175980_2 (finale VARCHAR, timeslot VARCHAR) | SELECT finale FROM table_175980_2 WHERE timeslot = "Tuesday 9:30 p.m." | ### Context: CREATE TABLE table_175980_2 (finale VARCHAR, timeslot VARCHAR) ### Question: What finales took place in the Tuesday 9:30 p.m. timeslot? ### Answer: SELECT finale FROM table_175980_2 WHERE timeslot = "Tuesday 9:30 p.m." |
What premieres had a finale on May 25, 2004? | CREATE TABLE table_175980_2 (premiere VARCHAR, finale VARCHAR) | SELECT premiere FROM table_175980_2 WHERE finale = "May 25, 2004" | ### Context: CREATE TABLE table_175980_2 (premiere VARCHAR, finale VARCHAR) ### Question: What premieres had a finale on May 25, 2004? ### Answer: SELECT premiere FROM table_175980_2 WHERE finale = "May 25, 2004" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.