combined_text
stringlengths
106
1.05k
###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"###context:CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 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"###context:CREATE TABLE table_1745843_6 (class VARCHAR, part_3 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"###context:CREATE TABLE table_1745843_6 (class VARCHAR, part_1 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"###context:CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning 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"###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"###context:CREATE TABLE table_1745843_6 (part_3 VARCHAR, class 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"###context:CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR)
###question:What is the meaning of the class 6 verbs?###answer: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 3rd participle of the verb whose 2nd participle is band?###answer: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 1st participle of the verb whose 4th participle is haitans?###answer:SELECT part_1 FROM table_1745843_5 WHERE part_4 = "haitans"###context:CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR)
###question:For part 2 *lauk, what is listed for part 4?###answer:SELECT part_4 FROM table_1745843_2 WHERE part_2 = "*lauk"###context:CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR)
###question:What is the verb meaning for *bundun?###answer:SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun"###context:CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR)
###question:For part 2 *raid, what is listed for part 3?###answer:SELECT part_3 FROM table_1745843_2 WHERE part_2 = "*raid"###context:CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 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"###context:CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR)
###question:What is listed under part 1 for class 3b?###answer:SELECT part_1 FROM table_1745843_2 WHERE class = "3b"###context:CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR)
###question:What class is the verb wich its part 4 is frosinn###answer: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 3 is heldu###answer:SELECT class FROM table_1745843_10 WHERE part_3 = "heldu"###context:CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR)
###question:What is part 1 of the verb in class 7b###answer: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 4###answer:SELECT part_3 FROM table_1745843_10 WHERE class = "4"###context:CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
###question:How many verbs mean to bear###answer: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 grow, to produce###answer: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: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"###context:CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ 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###context:CREATE TABLE table_17467578_1 (original_airdate VARCHAR, episode__number 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"###context:CREATE TABLE table_17467578_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
###question:Who wrote episode 11?###answer:SELECT written_by FROM table_17467578_1 WHERE episode__number = 11###context:CREATE TABLE table_17467578_1 (written_by VARCHAR, episode__number 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"###context:CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)
###question:Name the class for boten###answer:SELECT class FROM table_1745843_9 WHERE part_3 = "boten"###context:CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
###question:Name the part 3 for treffen###answer: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 one for to give###answer: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 class for schliefen###answer:SELECT class FROM table_1745843_9 WHERE part_3 = "schliefen"###context:CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
###question:Name the verb meaning for half drosch###answer: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:If the product code is 2t6267, who was the director?###answer:SELECT directed_by FROM table_17467447_1 WHERE production_code = "2T6267"###context:CREATE TABLE table_17467447_1 (directed_by VARCHAR, production_code 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"###context:CREATE TABLE table_17467447_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)
###question:Who were the writers for production code 2t6268?###answer:SELECT written_by FROM table_17467447_1 WHERE production_code = "2T6268"###context:CREATE TABLE table_17467447_1 (written_by VARCHAR, production_code VARCHAR)
###question:Name the number of builders for number 96###answer:SELECT COUNT(builder) FROM table_1748444_1 WHERE number = "96"###context:CREATE TABLE table_1748444_1 (builder VARCHAR, number VARCHAR)
###question:Name the builder for date built is january 1910###answer: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 disposition for date built is march 1909###answer:SELECT disposition FROM table_1748444_1 WHERE date_built = "March 1909"###context:CREATE TABLE table_1748444_1 (disposition VARCHAR, date_built 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"###context:CREATE TABLE table_17482534_1 (title VARCHAR, no_in_series 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"###context:CREATE TABLE table_17482534_1 (no_in_season VARCHAR, directed_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"###context:CREATE TABLE table_17482534_1 (us_viewers__millions_ VARCHAR, written_by 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"###context:CREATE TABLE table_17482534_1 (written_by 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"###context:CREATE TABLE table_17482534_1 (no_in_series VARCHAR, production_code VARCHAR)
###question:How many locations have the call signs dxjp-fm? ###answer:SELECT COUNT(location) FROM table_17487395_1 WHERE callsign = "DXJP-FM"###context:CREATE TABLE table_17487395_1 (location VARCHAR, callsign 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"###context:CREATE TABLE table_17487395_1 (callsign VARCHAR, frequency 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"###context:CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR)
###question:What is the branding for stations located in Cebu? ###answer:SELECT branding FROM table_17487395_1 WHERE location = "Cebu"###context:CREATE TABLE table_17487395_1 (branding VARCHAR, location 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"###context:CREATE TABLE table_17480471_3 (eagle_riders 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"###context:CREATE TABLE table_17480471_3 (battle_of_the_planets VARCHAR, ova__harmony_gold_dub_ 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"###context:CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, battle_of_the_planets VARCHAR)
###question: Which gatchaman has eagle riders as lukan?###answer:SELECT gatchaman FROM table_17480471_3 WHERE eagle_riders = "Lukan"###context:CREATE TABLE table_17480471_3 (gatchaman VARCHAR, eagle_riders 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"###context:CREATE TABLE table_17480471_3 (eagle_riders VARCHAR, ova__harmony_gold_dub_ 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"###context:CREATE TABLE table_17516922_1 (pregame_host VARCHAR, network VARCHAR, color_commentator 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 Stone and Monica Gonzalez" AND network = "TSN2"###context:CREATE TABLE table_17516922_1 (pregame_analysts VARCHAR, sideline...
###question:What color commentator(s) were in 2010?###answer:SELECT color_commentator FROM table_17516922_1 WHERE year = 2010###context:CREATE TABLE table_17516922_1 (color_commentator VARCHAR, year 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"###context:CREATE TABLE table_17516922_1 (year INTEGER, 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"###context:CREATE TABLE table_17516922_1 (play_by_play VARCHAR, network VARCHAR, sideline_reporters VARCHAR)
###question:What was the name of race #28?###answer:SELECT name FROM table_1749567_2 WHERE number = 28###context:CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR)
###question:The Eyserweg race was which race #?###answer:SELECT MAX(number) FROM table_1749567_2 WHERE name = "Eyserweg"###context:CREATE TABLE table_1749567_2 (number INTEGER, name VARCHAR)
###question:Which race had an average climb of 40%?###answer:SELECT location FROM table_1749567_2 WHERE average_climb___percentage_ = 40###context:CREATE TABLE table_1749567_2 (location VARCHAR, average_climb___percentage_ VARCHAR)
###question:The Keutenberg race had what race length?###answer: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:In the Champions league, what is the Minimum###answer:SELECT MIN(Champions) AS league FROM table_17505751_5###context:CREATE TABLE table_17505751_5 (Champions INTEGER)
###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###context:CREATE TABLE table_17505751_5 (Champions VARCHAR, position VARCHAR, league 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###context:CREATE TABLE table_17505751_5 (league INTEGER, total VARCHAR, copa_del_rey 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"###context:CREATE TABLE table_17505751_5 (Champions VARCHAR, league VARCHAR, position VARCHAR)
###question:if p is bigger than 4.0 what is total number###answer:SELECT COUNT(total) FROM table_17505751_5 WHERE p > 4.0###context:CREATE TABLE table_17505751_5 (total VARCHAR, p INTEGER)
###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"###context:CREATE TABLE table_17503169_1 (democratic 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"###context:CREATE TABLE table_17503169_1 (republican VARCHAR, incumbent VARCHAR)
###question:How many districts had republican Bob Goodlatte as a candidate?###answer:SELECT COUNT(district) FROM table_17503169_1 WHERE republican = "Bob Goodlatte"###context:CREATE TABLE table_17503169_1 (district 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"###context:CREATE TABLE table_17503169_1 (democratic VARCHAR, republican VARCHAR)
###question:How many won when points against is 410?###answer: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 bonus points are there when points for is 385?###answer: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 clubs have 62 points?###answer:SELECT COUNT(club) FROM table_17510803_2 WHERE points = "62"###context:CREATE TABLE table_17510803_2 (club VARCHAR, points VARCHAR)
###question:How many bonus points were won by 5?###answer:SELECT bonus_points FROM table_17510803_2 WHERE won = "5"###context:CREATE TABLE table_17510803_2 (bonus_points VARCHAR, won VARCHAR)
###question:How many have been played for 362 points?###answer:SELECT played FROM table_17510803_2 WHERE points_for = "362"###context:CREATE TABLE table_17510803_2 (played VARCHAR, points_for VARCHAR)
###question:How many points against have a lose of 13?###answer:SELECT points_against FROM table_17510803_2 WHERE lost = "13"###context:CREATE TABLE table_17510803_2 (points_against VARCHAR, lost VARCHAR)
###question:What is the highest possible level?###answer:SELECT MAX(level) FROM table_1751142_2###context:CREATE TABLE table_1751142_2 (level INTEGER)
###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"###context:CREATE TABLE table_1751142_2 (shuttle_time__seconds_ VARCHAR, speed__km_h_ 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"###context:CREATE TABLE table_1751142_2 (shuttles 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"###context:CREATE TABLE table_1751142_2 (distance__m_ INTEGER, shuttle_time__seconds_ 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"###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"###context:CREATE TABLE table_17522854_6 (country VARCHAR)
###question:What is the least number of miss united continents? ###answer:SELECT MIN(miss_united_continent) FROM table_17522854_6###context:CREATE TABLE table_17522854_6 (miss_united_continent INTEGER)
###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"###context:CREATE TABLE table_17538810_10 (lead_margin VARCHAR, dates_administered VARCHAR)
###question:Name the common name for rhampholeon spectrum ###answer: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 scientific name for veiled chameleon###answer: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 common name for furcifer pardalis###answer: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 number of color for furcifer pardalis###answer: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 international frieghts for domestic mail of 260###answer: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 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###context:CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_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 international_mail > 1.0 AND domestic_mail = 260###context:CREATE TABLE table_1754531_4 (domestic_freight VARCHAR, international_...
###question:What was the highest vote for others?###answer:SELECT MAX(others_number) FROM table_1756284_1###context:CREATE TABLE table_1756284_1 (others_number INTEGER)
###question:When Kerry# was 199060, what was the percentage?###answer:SELECT kerry_percentage FROM table_1756284_1 WHERE kerry_number = 199060###context:CREATE TABLE table_1756284_1 (kerry_percentage VARCHAR, kerry_number VARCHAR)
###question:What was the highest vote number for Bush?###answer:SELECT MAX(bush_number) FROM table_1756284_1###context:CREATE TABLE table_1756284_1 (bush_number INTEGER)
###question:How many transfer windows coming from Crystal Palace?###answer: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:What country has a P of GK?###answer:SELECT country FROM table_17596418_4 WHERE p = "GK"###context:CREATE TABLE table_17596418_4 (country VARCHAR, p VARCHAR)
###question:What is the P for the player moving from Everton?###answer:SELECT p FROM table_17596418_4 WHERE moving_from = "Everton"###context:CREATE TABLE table_17596418_4 (p VARCHAR, moving_from VARCHAR)
###question:Name the competition of panathinaikos###answer:SELECT competition FROM table_17594659_1 WHERE opposition = "Panathinaikos"###context:CREATE TABLE table_17594659_1 (competition VARCHAR, opposition 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.m."###context:CREATE TABLE table_175980_2 (viewers__in_millions_ VARCHAR, ranking 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."###context:CREATE TABLE table_175980_2 (finale VARCHAR, timeslot VARCHAR)
###question:What premieres had a finale on May 25, 2004?###answer:SELECT premiere FROM table_175980_2 WHERE finale = "May 25, 2004"###context:CREATE TABLE table_175980_2 (premiere VARCHAR, finale VARCHAR)