Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
32,300
<question>: What's the part 3 of the verb with part 4 gelopen? <context>: CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR)
SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen"
32,301
<question>: How many different classes of verbs are there whose part 3 is lucon? <context>: CREATE TABLE table_1745843_6 (class VARCHAR, part_3 VARCHAR)
SELECT COUNT(class) FROM table_1745843_6 WHERE part_3 = "lucon"
32,302
<question>: What's the class of the verb whose part 1 is lesan? <context>: CREATE TABLE table_1745843_6 (class VARCHAR, part_1 VARCHAR)
SELECT class FROM table_1745843_6 WHERE part_1 = "lesan"
32,303
<question>: How many different part 3 verbs are there that mean to freeze? <context>: CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning VARCHAR)
SELECT COUNT(part_3) FROM table_1745843_6 WHERE verb_meaning = "to freeze"
32,304
<question>: What's the part 3 of the verb whose class is 4? <context>: CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
SELECT part_3 FROM table_1745843_6 WHERE class = "4"
32,305
<question>: What's the part 3 of the verb in class 5? <context>: CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
SELECT part_3 FROM table_1745843_6 WHERE class = "5"
32,306
<question>: What is the class of the word who's second participle is laug? <context>: CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR)
SELECT class FROM table_1745843_5 WHERE part_2 = "laug"
32,307
<question>: What is the meaning of the class 6 verbs? <context>: CREATE TABLE table_1745843_5 (verb_meaning VARCHAR, class VARCHAR)
SELECT verb_meaning FROM table_1745843_5 WHERE class = "6"
32,308
<question>: What is the 3rd participle of the verb whose 2nd participle is band? <context>: CREATE TABLE table_1745843_5 (part_3 VARCHAR, part_2 VARCHAR)
SELECT part_3 FROM table_1745843_5 WHERE part_2 = "band"
32,309
<question>: What is the 1st participle of the verb whose 4th participle is haitans? <context>: CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR)
SELECT part_1 FROM table_1745843_5 WHERE part_4 = "haitans"
32,310
<question>: For part 2 *lauk, what is listed for part 4? <context>: CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR)
SELECT part_4 FROM table_1745843_2 WHERE part_2 = "*lauk"
32,311
<question>: What is the verb meaning for *bundun? <context>: CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR)
SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun"
32,312
<question>: For part 2 *raid, what is listed for part 3? <context>: CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 VARCHAR)
SELECT part_3 FROM table_1745843_2 WHERE part_2 = "*raid"
32,313
<question>: What word is listed under part 2 for part 4 *ridanaz? <context>: CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR)
SELECT part_2 FROM table_1745843_2 WHERE part_4 = "*ridanaz"
32,314
<question>: What is listed under part 1 for class 3b? <context>: CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR)
SELECT part_1 FROM table_1745843_2 WHERE class = "3b"
32,315
<question>: What class is the verb wich its part 4 is frosinn <context>: CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR)
SELECT class FROM table_1745843_10 WHERE part_4 = "frosinn"
32,316
<question>: What class is the verb wich its part 3 is heldu <context>: CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR)
SELECT class FROM table_1745843_10 WHERE part_3 = "heldu"
32,317
<question>: What is part 1 of the verb in class 7b <context>: CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR)
SELECT part_1 FROM table_1745843_10 WHERE class = "7b"
32,318
<question>: What is part 1 of the verb in class 4 <context>: CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
SELECT part_3 FROM table_1745843_10 WHERE class = "4"
32,319
<question>: How many verbs mean to bear <context>: CREATE TABLE table_1745843_10 (part_4 VARCHAR, verb_meaning VARCHAR)
SELECT COUNT(part_4) FROM table_1745843_10 WHERE verb_meaning = "to bear"
32,320
<question>: How many verbs mean to grow, to produce <context>: 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"
32,321
<question>: Who wrote the episode "The Dream Lover", which was viewed by 3.96 million viewers? <context>: 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"
32,322
<question>: What is the original air date of episode 8? Answer: Dec. 21, 2006 <context>: CREATE TABLE table_17467578_1 (original_airdate VARCHAR, episode__number VARCHAR)
SELECT COUNT(original_airdate) FROM table_17467578_1 WHERE episode__number = 8
32,323
<question>: Who wrote the episode "The Cold Turkey", which was viewed by 3.73 million viewers? <context>: 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"
32,324
<question>: Who wrote episode 11? <context>: CREATE TABLE table_17467578_1 (written_by VARCHAR, episode__number VARCHAR)
SELECT written_by FROM table_17467578_1 WHERE episode__number = 11
32,325
<question>: What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers? <context>: 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"
32,326
<question>: Name the class for boten <context>: CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
SELECT class FROM table_1745843_9 WHERE part_3 = "boten"
32,327
<question>: Name the part 3 for treffen <context>: CREATE TABLE table_1745843_9 (part_3 VARCHAR, part_1 VARCHAR)
SELECT part_3 FROM table_1745843_9 WHERE part_1 = "treffen"
32,328
<question>: Name the part one for to give <context>: CREATE TABLE table_1745843_9 (part_1 VARCHAR, verb_meaning VARCHAR)
SELECT part_1 FROM table_1745843_9 WHERE verb_meaning = "to give"
32,329
<question>: Name the class for schliefen <context>: CREATE TABLE table_1745843_9 (class VARCHAR, part_3 VARCHAR)
SELECT class FROM table_1745843_9 WHERE part_3 = "schliefen"
32,330
<question>: Name the verb meaning for half drosch <context>: CREATE TABLE table_1745843_9 (verb_meaning VARCHAR, part_2 VARCHAR)
SELECT verb_meaning FROM table_1745843_9 WHERE part_2 = "half drosch"
32,331
<question>: If the product code is 2t6267, who was the director? <context>: CREATE TABLE table_17467447_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_17467447_1 WHERE production_code = "2T6267"
32,332
<question>: What is the air date when the U.S. viewers was 5.50 million? <context>: 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"
32,333
<question>: Who were the writers for production code 2t6268? <context>: CREATE TABLE table_17467447_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_17467447_1 WHERE production_code = "2T6268"
32,334
<question>: Name the number of builders for number 96 <context>: CREATE TABLE table_1748444_1 (builder VARCHAR, number VARCHAR)
SELECT COUNT(builder) FROM table_1748444_1 WHERE number = "96"
32,335
<question>: Name the builder for date built is january 1910 <context>: CREATE TABLE table_1748444_1 (builder VARCHAR, date_built VARCHAR)
SELECT builder FROM table_1748444_1 WHERE date_built = "January 1910"
32,336
<question>: Name the disposition for date built is march 1909 <context>: CREATE TABLE table_1748444_1 (disposition VARCHAR, date_built VARCHAR)
SELECT disposition FROM table_1748444_1 WHERE date_built = "March 1909"
32,337
<question>: What is the title of episode number 96 in the series? <context>: CREATE TABLE table_17482534_1 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_17482534_1 WHERE no_in_series = "96"
32,338
<question>: What number in season is the episode directed by Gene Stupnitsky? <context>: 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"
32,339
<question>: How many viewers did the episode written by Warren Lieberstein & Halsted Sullivan have? <context>: 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"
32,340
<question>: How many writers are listed for the episode with a production code of 5008? <context>: CREATE TABLE table_17482534_1 (written_by VARCHAR, production_code VARCHAR)
SELECT COUNT(written_by) FROM table_17482534_1 WHERE production_code = "5008"
32,341
<question>: What number in the series are the episodes with production code 5016/5017? <context>: 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"
32,342
<question>: How many locations have the call signs dxjp-fm? <context>: CREATE TABLE table_17487395_1 (location VARCHAR, callsign VARCHAR)
SELECT COUNT(location) FROM table_17487395_1 WHERE callsign = "DXJP-FM"
32,343
<question>: What is the call sign of the station with the frequency of 90.3mhz <context>: CREATE TABLE table_17487395_1 (callsign VARCHAR, frequency VARCHAR)
SELECT callsign FROM table_17487395_1 WHERE frequency = "90.3MHz"
32,344
<question>: What is the call sign for the station that uses the branding, mom's radio 101.5 tacloban? <context>: CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR)
SELECT callsign FROM table_17487395_1 WHERE branding = "Mom's Radio 101.5 Tacloban"
32,345
<question>: What is the branding for stations located in Cebu? <context>: CREATE TABLE table_17487395_1 (branding VARCHAR, location VARCHAR)
SELECT branding FROM table_17487395_1 WHERE location = "Cebu"
32,346
<question>: Which eagle riders whose ova (harmony gold dub) is dr. kozaburo nambu? <context>: 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"
32,347
<question>: Which battle of the planets where ova (harmony gold dub) is solaris? <context>: 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"
32,348
<question>: Which eagle riders have battle of the planets as zoltar? <context>: 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"
32,349
<question>: Which gatchaman has eagle riders as lukan? <context>: CREATE TABLE table_17480471_3 (gatchaman VARCHAR, eagle_riders VARCHAR)
SELECT gatchaman FROM table_17480471_3 WHERE eagle_riders = "Lukan"
32,350
<question>: What eagle riders where ova (harmony gold dub) is lord zortek? <context>: 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"
32,351
<question>: What pregame host was on espn and had taylor twellman color commentating? <context>: 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"
32,352
<question>: What pregame analyst(s) had rob stone and monica gonzalez as sideline reporters and were on tsn2? <context>: 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"
32,353
<question>: What color commentator(s) were in 2010? <context>: CREATE TABLE table_17516922_1 (color_commentator VARCHAR, year VARCHAR)
SELECT color_commentator FROM table_17516922_1 WHERE year = 2010
32,354
<question>: What is the last year that had sideline reporters rob stone and monica gonzalez? <context>: 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"
32,355
<question>: Who had the play-by-play on espn with sideline reporter monica gonzalez? <context>: 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"
32,356
<question>: What was the name of race #28? <context>: CREATE TABLE table_1749567_2 (name VARCHAR, number VARCHAR)
SELECT name FROM table_1749567_2 WHERE number = 28
32,357
<question>: The Eyserweg race was which race #? <context>: CREATE TABLE table_1749567_2 (number INTEGER, name VARCHAR)
SELECT MAX(number) FROM table_1749567_2 WHERE name = "Eyserweg"
32,358
<question>: Which race had an average climb of 40%? <context>: CREATE TABLE table_1749567_2 (location VARCHAR, average_climb___percentage_ VARCHAR)
SELECT location FROM table_1749567_2 WHERE average_climb___percentage_ = 40
32,359
<question>: The Keutenberg race had what race length? <context>: CREATE TABLE table_1749567_2 (length__in_m_ INTEGER, name VARCHAR)
SELECT MAX(length__in_m_) FROM table_1749567_2 WHERE name = "Keutenberg"
32,360
<question>: In the Champions league, what is the Minimum <context>: CREATE TABLE table_17505751_5 (Champions INTEGER)
SELECT MIN(Champions) AS league FROM table_17505751_5
32,361
<question>: In the Champions league is the forward position smaller than 6.0 <context>: 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
32,362
<question>: when the total is 8 and copa del rey is 0 what is the minimum league <context>: 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
32,363
<question>: when the position is forward and the league is 5 what number is the Champion league <context>: 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"
32,364
<question>: if p is bigger than 4.0 what is total number <context>: CREATE TABLE table_17505751_5 (total VARCHAR, p INTEGER)
SELECT COUNT(total) FROM table_17505751_5 WHERE p > 4.0
32,365
<question>: What was the 2008 election status when glenn nye was the running democrat? <context>: CREATE TABLE table_17503169_1 (democratic VARCHAR)
SELECT 2008 AS _status FROM table_17503169_1 WHERE democratic = "Glenn Nye"
32,366
<question>: Who was the republican candidate in the race with incumbent thelma drake? <context>: CREATE TABLE table_17503169_1 (republican VARCHAR, incumbent VARCHAR)
SELECT republican FROM table_17503169_1 WHERE incumbent = "Thelma Drake"
32,367
<question>: How many districts had republican Bob Goodlatte as a candidate? <context>: CREATE TABLE table_17503169_1 (district VARCHAR, republican VARCHAR)
SELECT COUNT(district) FROM table_17503169_1 WHERE republican = "Bob Goodlatte"
32,368
<question>: Who was the democratic candidate when the republican was frank wolf? <context>: CREATE TABLE table_17503169_1 (democratic VARCHAR, republican VARCHAR)
SELECT democratic FROM table_17503169_1 WHERE republican = "Frank Wolf"
32,369
<question>: How many won when points against is 410? <context>: CREATE TABLE table_17510803_2 (won VARCHAR, points_against VARCHAR)
SELECT COUNT(won) FROM table_17510803_2 WHERE points_against = "410"
32,370
<question>: How many bonus points are there when points for is 385? <context>: CREATE TABLE table_17510803_2 (bonus_points VARCHAR, points_for VARCHAR)
SELECT bonus_points FROM table_17510803_2 WHERE points_for = "385"
32,371
<question>: How many clubs have 62 points? <context>: CREATE TABLE table_17510803_2 (club VARCHAR, points VARCHAR)
SELECT COUNT(club) FROM table_17510803_2 WHERE points = "62"
32,372
<question>: How many bonus points were won by 5? <context>: CREATE TABLE table_17510803_2 (bonus_points VARCHAR, won VARCHAR)
SELECT bonus_points FROM table_17510803_2 WHERE won = "5"
32,373
<question>: How many have been played for 362 points? <context>: CREATE TABLE table_17510803_2 (played VARCHAR, points_for VARCHAR)
SELECT played FROM table_17510803_2 WHERE points_for = "362"
32,374
<question>: How many points against have a lose of 13? <context>: CREATE TABLE table_17510803_2 (points_against VARCHAR, lost VARCHAR)
SELECT points_against FROM table_17510803_2 WHERE lost = "13"
32,375
<question>: What is the highest possible level? <context>: CREATE TABLE table_1751142_2 (level INTEGER)
SELECT MAX(level) FROM table_1751142_2
32,376
<question>: What is the shuttle time for the level where the speed is 15.5 km/h? <context>: 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"
32,377
<question>: What is the fewest number of shuttles where the shuttle time is 6.55 seconds? <context>: CREATE TABLE table_1751142_2 (shuttles INTEGER, shuttle_time__seconds_ VARCHAR)
SELECT MIN(shuttles) FROM table_1751142_2 WHERE shuttle_time__seconds_ = "6.55"
32,378
<question>: What is the distance (in meters) when the shuttle time is 6.86 seconds? <context>: 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"
32,379
<question>: How many 3rd ru does Costa Rica have? <context>: CREATE TABLE table_17522854_6 (country VARCHAR)
SELECT MAX(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Costa Rica"
32,380
<question>: How many 3rd ru does Canada have? <context>: CREATE TABLE table_17522854_6 (country VARCHAR)
SELECT COUNT(3 AS rd_ru) FROM table_17522854_6 WHERE country = "Canada"
32,381
<question>: What is the least number of miss united continents? <context>: CREATE TABLE table_17522854_6 (miss_united_continent INTEGER)
SELECT MIN(miss_united_continent) FROM table_17522854_6
32,382
<question>: How many different lead margins were stated in the poll administered on September 11, 2008? <context>: 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"
32,383
<question>: Name the common name for rhampholeon spectrum <context>: CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR)
SELECT common_name FROM table_175442_1 WHERE scientific_name = "Rhampholeon spectrum"
32,384
<question>: Name the scientific name for veiled chameleon <context>: CREATE TABLE table_175442_1 (scientific_name VARCHAR, common_name VARCHAR)
SELECT scientific_name FROM table_175442_1 WHERE common_name = "Veiled chameleon"
32,385
<question>: Name the common name for furcifer pardalis <context>: CREATE TABLE table_175442_1 (common_name VARCHAR, scientific_name VARCHAR)
SELECT common_name FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis"
32,386
<question>: Name the number of color for furcifer pardalis <context>: CREATE TABLE table_175442_1 (color VARCHAR, scientific_name VARCHAR)
SELECT COUNT(color) FROM table_175442_1 WHERE scientific_name = "Furcifer pardalis"
32,387
<question>: Name the number of international frieghts for domestic mail of 260 <context>: CREATE TABLE table_1754531_4 (international_freight VARCHAR, domestic_mail VARCHAR)
SELECT COUNT(international_freight) FROM table_1754531_4 WHERE domestic_mail = 260
32,388
<question>: Name the total number of domestic mail for 7853 for total frieght and mail <context>: 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
32,389
<question>: Namw the total number for domestic freight for international mail is larger than 1.0 with domestic mail for 260 <context>: 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
32,390
<question>: What was the highest vote for others? <context>: CREATE TABLE table_1756284_1 (others_number INTEGER)
SELECT MAX(others_number) FROM table_1756284_1
32,391
<question>: When Kerry# was 199060, what was the percentage? <context>: CREATE TABLE table_1756284_1 (kerry_percentage VARCHAR, kerry_number VARCHAR)
SELECT kerry_percentage FROM table_1756284_1 WHERE kerry_number = 199060
32,392
<question>: What was the highest vote number for Bush? <context>: CREATE TABLE table_1756284_1 (bush_number INTEGER)
SELECT MAX(bush_number) FROM table_1756284_1
32,393
<question>: How many transfer windows coming from Crystal Palace? <context>: CREATE TABLE table_17596418_4 (COUnT VARCHAR, moving_from VARCHAR)
SELECT COUnT AS transfer_window FROM table_17596418_4 WHERE moving_from = "Crystal palace"
32,394
<question>: What country has a P of GK? <context>: CREATE TABLE table_17596418_4 (country VARCHAR, p VARCHAR)
SELECT country FROM table_17596418_4 WHERE p = "GK"
32,395
<question>: What is the P for the player moving from Everton? <context>: CREATE TABLE table_17596418_4 (p VARCHAR, moving_from VARCHAR)
SELECT p FROM table_17596418_4 WHERE moving_from = "Everton"
32,396
<question>: Name the competition of panathinaikos <context>: CREATE TABLE table_17594659_1 (competition VARCHAR, opposition VARCHAR)
SELECT competition FROM table_17594659_1 WHERE opposition = "Panathinaikos"
32,397
<question>: What is every value for viewers for ranking #51 for the Tuesday 9:00 p.m. timeslot? <context>: 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."
32,398
<question>: What finales took place in the Tuesday 9:30 p.m. timeslot? <context>: CREATE TABLE table_175980_2 (finale VARCHAR, timeslot VARCHAR)
SELECT finale FROM table_175980_2 WHERE timeslot = "Tuesday 9:30 p.m."
32,399
<question>: What premieres had a finale on May 25, 2004? <context>: CREATE TABLE table_175980_2 (premiere VARCHAR, finale VARCHAR)
SELECT premiere FROM table_175980_2 WHERE finale = "May 25, 2004"