Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
7,400
<question>: during which period did albert baning play? <context>: CREATE TABLE table_24565004_3 (period VARCHAR, name VARCHAR)
SELECT period FROM table_24565004_3 WHERE name = "Albert Baning"
7,401
<question>: What is the number of goals if the name is Xavier Gravelaine? <context>: CREATE TABLE table_24565004_8 (goals¹ VARCHAR, name VARCHAR)
SELECT goals¹ FROM table_24565004_8 WHERE name = "Xavier Gravelaine"
7,402
<question>: If the name is Patrick Grappin, what is the nationality? <context>: CREATE TABLE table_24565004_8 (nationality² VARCHAR, name VARCHAR)
SELECT nationality² FROM table_24565004_8 WHERE name = "Patrick Grappin"
7,403
<question>: What is the period total number if the name is Geraldão? <context>: CREATE TABLE table_24565004_8 (period VARCHAR, name VARCHAR)
SELECT COUNT(period) FROM table_24565004_8 WHERE name = "Geraldão"
7,404
<question>: What is the nationality if the appearance is 29? <context>: CREATE TABLE table_24565004_8 (nationality² VARCHAR, appearances¹ VARCHAR)
SELECT nationality² FROM table_24565004_8 WHERE appearances¹ = 29
7,405
<question>: Name the concacaf for 2010 season <context>: CREATE TABLE table_245694_4 (concacaf VARCHAR, season VARCHAR)
SELECT concacaf FROM table_245694_4 WHERE season = 2010
7,406
<question>: Name the least season for round of 32 <context>: CREATE TABLE table_245694_4 (season INTEGER, us_open_cup VARCHAR)
SELECT MIN(season) FROM table_245694_4 WHERE us_open_cup = "Round of 32"
7,407
<question>: Name the number of playoffs for semifinals <context>: CREATE TABLE table_245694_4 (playoffs VARCHAR, concacaf VARCHAR)
SELECT COUNT(playoffs) FROM table_245694_4 WHERE concacaf = "Semifinals"
7,408
<question>: Name the number of season for 18th position <context>: CREATE TABLE table_24596664_1 (season VARCHAR, position VARCHAR)
SELECT COUNT(season) FROM table_24596664_1 WHERE position = "18th"
7,409
<question>: Name the least wins <context>: CREATE TABLE table_24596664_1 (wins INTEGER)
SELECT MIN(wins) FROM table_24596664_1
7,410
<question>: Name the total number of language of films for méga-plex taschereau imax <context>: CREATE TABLE table_2461720_1 (language_of_films VARCHAR, theatre_name VARCHAR)
SELECT COUNT(language_of_films) FROM table_2461720_1 WHERE theatre_name = "Méga-Plex Taschereau IMAX"
7,411
<question>: Name the theatre name for french <context>: CREATE TABLE table_2461720_1 (theatre_name VARCHAR, language_of_films VARCHAR)
SELECT theatre_name FROM table_2461720_1 WHERE language_of_films = "French"
7,412
<question>: Name the location for democratic méga-plex taschereau imax <context>: CREATE TABLE table_2461720_1 (location VARCHAR, theatre_name VARCHAR)
SELECT location FROM table_2461720_1 WHERE theatre_name = "Méga-Plex Taschereau IMAX"
7,413
<question>: What episode number has 2j5352 as a production code? <context>: CREATE TABLE table_24625467_1 (no VARCHAR, production_code VARCHAR)
SELECT no FROM table_24625467_1 WHERE production_code = "2J5352"
7,414
<question>: What date did the episode with a production code of 2j5356 originally air? <context>: CREATE TABLE table_24625467_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_24625467_1 WHERE production_code = "2J5356"
7,415
<question>: When 2012 is the year what is the winning boat? <context>: CREATE TABLE table_24673710_1 (winning_boat VARCHAR, year VARCHAR)
SELECT winning_boat FROM table_24673710_1 WHERE year = 2012
7,416
<question>: When 64 is the entries what is the winning boat? <context>: CREATE TABLE table_24673710_1 (winning_boat VARCHAR, entries VARCHAR)
SELECT winning_boat FROM table_24673710_1 WHERE entries = 64
7,417
<question>: When 61 is the entries what is the winning boat? <context>: CREATE TABLE table_24673710_1 (winning_boat VARCHAR, entries VARCHAR)
SELECT winning_boat FROM table_24673710_1 WHERE entries = 61
7,418
<question>: What is the name of the episode that aired originally on October 18, 1991? <context>: CREATE TABLE table_2468961_2 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_2468961_2 WHERE original_air_date = "October 18, 1991"
7,419
<question>: What is the name of the episode written by Ross Brown? <context>: CREATE TABLE table_2468961_2 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_2468961_2 WHERE written_by = "Ross Brown"
7,420
<question>: What episode number in the series originally aired on February 28, 1992? <context>: CREATE TABLE table_2468961_2 (no_in_series INTEGER, original_air_date VARCHAR)
SELECT MIN(no_in_series) FROM table_2468961_2 WHERE original_air_date = "February 28, 1992"
7,421
<question>: What date did the episode with a production code of 447004 originally air? <context>: CREATE TABLE table_2468961_2 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_2468961_2 WHERE production_code = 447004
7,422
<question>: How many episodes were written by Ross brown? <context>: CREATE TABLE table_2468961_2 (no_in_series VARCHAR, written_by VARCHAR)
SELECT COUNT(no_in_series) FROM table_2468961_2 WHERE written_by = "Ross Brown"
7,423
<question>: What number in the series was episode 2 in the season? <context>: CREATE TABLE table_2468961_3 (no_in_series INTEGER, no_in_season VARCHAR)
SELECT MAX(no_in_series) FROM table_2468961_3 WHERE no_in_season = 2
7,424
<question>: What was the title of the episode written by Bob Rosenfarb and directed by Richard Correll? <context>: CREATE TABLE table_2468961_3 (title VARCHAR, written_by VARCHAR, directed_by VARCHAR)
SELECT title FROM table_2468961_3 WHERE written_by = "Bob Rosenfarb" AND directed_by = "Richard Correll"
7,425
<question>: What university was founded in 1898? <context>: CREATE TABLE table_24697604_1 (university VARCHAR, year_founded VARCHAR)
SELECT university FROM table_24697604_1 WHERE year_founded = 1898
7,426
<question>: What is the maximum average associated with a total of 221902? <context>: CREATE TABLE table_2472711_32 (average INTEGER, total VARCHAR)
SELECT MAX(average) FROM table_2472711_32 WHERE total = 221902
7,427
<question>: How many values of hosted have a highest value of 42659? <context>: CREATE TABLE table_2472711_32 (hosted VARCHAR, highest VARCHAR)
SELECT COUNT(hosted) FROM table_2472711_32 WHERE highest = 42659
7,428
<question>: How many values of up/down have a total value of exactly 301470? <context>: CREATE TABLE table_2472711_32 (up_down VARCHAR, total VARCHAR)
SELECT COUNT(up_down) FROM table_2472711_32 WHERE total = 301470
7,429
<question>: What is the up/down associated with the Subiaco Oval? <context>: CREATE TABLE table_2472711_32 (up_down VARCHAR, venue VARCHAR)
SELECT up_down FROM table_2472711_32 WHERE venue = "Subiaco Oval"
7,430
<question>: What team was ranked in 7th? <context>: CREATE TABLE table_24765815_1 (team VARCHAR, rank VARCHAR)
SELECT team FROM table_24765815_1 WHERE rank = "7th"
7,431
<question>: Which player had an opponent of Blackburn Rovers? <context>: CREATE TABLE table_24765815_1 (player VARCHAR, opponent VARCHAR)
SELECT player FROM table_24765815_1 WHERE opponent = "Blackburn Rovers"
7,432
<question>: What was the score for the 1st ranked team? <context>: CREATE TABLE table_24765815_1 (score VARCHAR, rank VARCHAR)
SELECT score FROM table_24765815_1 WHERE rank = "1st"
7,433
<question>: What was the name of the player that had a vote percentage of 7.85%? <context>: CREATE TABLE table_24765815_1 (player VARCHAR, vote_percentage VARCHAR)
SELECT player FROM table_24765815_1 WHERE vote_percentage = "7.85%"
7,434
<question>: What is the original airdate of the episode where the challenge was three overstuffed sandwiches? <context>: CREATE TABLE table_24798489_1 (original_airdate VARCHAR, challenge VARCHAR)
SELECT original_airdate FROM table_24798489_1 WHERE challenge = "Three overstuffed sandwiches"
7,435
<question>: Who was the challenge winner in the episode that originally aired on January 28, 2009? <context>: CREATE TABLE table_24798489_1 (challenge_winner VARCHAR, original_airdate VARCHAR)
SELECT challenge_winner FROM table_24798489_1 WHERE original_airdate = "January 28, 2009"
7,436
<question>: How many episodes had New York, New York as the location? <context>: CREATE TABLE table_24798489_1 (episode_number VARCHAR, location VARCHAR)
SELECT COUNT(episode_number) FROM table_24798489_1 WHERE location = "New York, New York"
7,437
<question>: What were the shots below par when the winning score was 67-64-63-71-66=331? <context>: CREATE TABLE table_247955_2 (to_par VARCHAR, winning_score VARCHAR)
SELECT to_par FROM table_247955_2 WHERE winning_score = 67 - 64 - 63 - 71 - 66 = 331
7,438
<question>: What were the shots below par when the winning score was 69-66-69-64=268? <context>: CREATE TABLE table_247955_2 (to_par VARCHAR, winning_score VARCHAR)
SELECT to_par FROM table_247955_2 WHERE winning_score = 69 - 66 - 69 - 64 = 268
7,439
<question>: What is the total number of to par when runner-up was Jonathan Kaye? <context>: CREATE TABLE table_247955_2 (to_par VARCHAR, runner_s__up VARCHAR)
SELECT COUNT(to_par) FROM table_247955_2 WHERE runner_s__up = "Jonathan Kaye"
7,440
<question>: What was the margin of victory when runner-up was K. J. Choi? <context>: CREATE TABLE table_247955_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
SELECT margin_of_victory FROM table_247955_2 WHERE runner_s__up = "K. J. Choi"
7,441
<question>: What was the date for no. 7? <context>: CREATE TABLE table_247955_2 (date VARCHAR, no VARCHAR)
SELECT date FROM table_247955_2 WHERE no = 7
7,442
<question>: Which team had 342 total points? <context>: CREATE TABLE table_24784769_1 (team VARCHAR, total_points VARCHAR)
SELECT team FROM table_24784769_1 WHERE total_points = 342
7,443
<question>: How many points did the team who had 325 total points have in round 3? <context>: CREATE TABLE table_24784769_1 (round3 VARCHAR, total_points VARCHAR)
SELECT round3 FROM table_24784769_1 WHERE total_points = 325
7,444
<question>: What is the most amount of points any team had in round 4? <context>: CREATE TABLE table_24784769_1 (round4 INTEGER)
SELECT MAX(round4) FROM table_24784769_1
7,445
<question>: How many points did the team who had 132 total points have in round 1? <context>: CREATE TABLE table_24784769_1 (round1 INTEGER, total_points VARCHAR)
SELECT MAX(round1) FROM table_24784769_1 WHERE total_points = 132
7,446
<question>: Who did Rhein Fire play Against where 30701 people attended? <context>: CREATE TABLE table_24786958_2 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_24786958_2 WHERE attendance = 30701
7,447
<question>: What week had kickoff time at 6:00 p.m.? <context>: CREATE TABLE table_24786958_2 (week INTEGER, kickoff VARCHAR)
SELECT MIN(week) FROM table_24786958_2 WHERE kickoff = "6:00 p.m."
7,448
<question>: Where was the game played that was on Sunday, May 27? <context>: CREATE TABLE table_24786958_2 (game_site VARCHAR, date VARCHAR)
SELECT game_site FROM table_24786958_2 WHERE date = "Sunday, May 27"
7,449
<question>: How many people attended the game at Jahn-sportpark? <context>: CREATE TABLE table_24786958_2 (attendance INTEGER, game_site VARCHAR)
SELECT MIN(attendance) FROM table_24786958_2 WHERE game_site = "Jahn-Sportpark"
7,450
<question>: How many final scores were there on the game at Amsterdam arena? <context>: CREATE TABLE table_24786958_2 (final_score VARCHAR, game_site VARCHAR)
SELECT COUNT(final_score) FROM table_24786958_2 WHERE game_site = "Amsterdam ArenA"
7,451
<question>: What was the group in the British Champion Stakes? <context>: CREATE TABLE table_24850630_4 (group VARCHAR, race VARCHAR)
SELECT group FROM table_24850630_4 WHERE race = "British Champion Stakes"
7,452
<question>: What was the weight of the jockey at Sandown Park? <context>: CREATE TABLE table_24850630_4 (weight VARCHAR, venue VARCHAR)
SELECT weight FROM table_24850630_4 WHERE venue = "Sandown Park"
7,453
<question>: What is the distance of the Mooresbridge Stakes race? <context>: CREATE TABLE table_24850630_4 (distance VARCHAR, race VARCHAR)
SELECT distance FROM table_24850630_4 WHERE race = "Mooresbridge Stakes"
7,454
<question>: who was the winner /2nd for the British Champion Stakes race? <context>: CREATE TABLE table_24850630_4 (winner_2nd VARCHAR, race VARCHAR)
SELECT winner_2nd FROM table_24850630_4 WHERE race = "British Champion Stakes"
7,455
<question>: The MacKinnon Stakes races took place on how many venues? <context>: CREATE TABLE table_24850630_3 (venue VARCHAR, race VARCHAR)
SELECT COUNT(venue) FROM table_24850630_3 WHERE race = "Mackinnon Stakes"
7,456
<question>: What is the largest average for the episode with 1.97 million Hong Kong viewers? <context>: CREATE TABLE table_24856090_1 (average INTEGER, hk_viewers VARCHAR)
SELECT MAX(average) FROM table_24856090_1 WHERE hk_viewers = "1.97 million"
7,457
<question>: What is the English title of the episode with 1.92 million Hong Kong viewers? <context>: CREATE TABLE table_24856090_1 (english_title VARCHAR, hk_viewers VARCHAR)
SELECT english_title FROM table_24856090_1 WHERE hk_viewers = "1.92 million"
7,458
<question>: What is the premiere number for the episode titled "The Mysteries of Love" in English? <context>: CREATE TABLE table_24856090_1 (premiere INTEGER, english_title VARCHAR)
SELECT MAX(premiere) FROM table_24856090_1 WHERE english_title = "The Mysteries of Love"
7,459
<question>: What is the Chinese name of the episode with 1.97 million Hong Kong viewers? <context>: CREATE TABLE table_24856090_1 (chinese_title VARCHAR, hk_viewers VARCHAR)
SELECT chinese_title FROM table_24856090_1 WHERE hk_viewers = "1.97 million"
7,460
<question>: Who was the home team when the away team was fulham? <context>: CREATE TABLE table_24887326_7 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_24887326_7 WHERE away_team = "Fulham"
7,461
<question>: What was the attendance of the game where Stoke city was the away team? <context>: CREATE TABLE table_24887326_7 (attendance INTEGER, away_team VARCHAR)
SELECT MIN(attendance) FROM table_24887326_7 WHERE away_team = "Stoke City"
7,462
<question>: When the away team is Millwall, what is the total possible amount of tie numbers? <context>: CREATE TABLE table_24887326_7 (tie_no VARCHAR, away_team VARCHAR)
SELECT COUNT(tie_no) FROM table_24887326_7 WHERE away_team = "Millwall"
7,463
<question>: What is the date of the game played with Birmingham City as the away team? <context>: CREATE TABLE table_24887326_7 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_24887326_7 WHERE away_team = "Birmingham City"
7,464
<question>: What was the airdate of episode number 18? <context>: CREATE TABLE table_24910742_1 (original_air_date VARCHAR, no_in_season VARCHAR)
SELECT original_air_date FROM table_24910742_1 WHERE no_in_season = 18
7,465
<question>: What was the title of the episode having exactly 9.64 million US viewers? <context>: CREATE TABLE table_24910742_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_24910742_1 WHERE us_viewers__millions_ = "9.64"
7,466
<question>: For which jockey was the weight in kg 53.5? <context>: CREATE TABLE table_24915874_1 (jockey VARCHAR, weight__kg_ VARCHAR)
SELECT jockey FROM table_24915874_1 WHERE weight__kg_ = "53.5"
7,467
<question>: Who was the trainer when the jockey was Luke Nolen? <context>: CREATE TABLE table_24915874_1 (trainer VARCHAR, jockey VARCHAR)
SELECT trainer FROM table_24915874_1 WHERE jockey = "Luke Nolen"
7,468
<question>: What was the placing when the jockey was Damien Oliver? <context>: CREATE TABLE table_24915874_1 (placing VARCHAR, jockey VARCHAR)
SELECT placing FROM table_24915874_1 WHERE jockey = "Damien Oliver"
7,469
<question>: What was the placing when the weight in kg was 58.0? <context>: CREATE TABLE table_24915874_1 (placing VARCHAR, weight__kg_ VARCHAR)
SELECT placing FROM table_24915874_1 WHERE weight__kg_ = "58.0"
7,470
<question>: Who was the horse when the jockey was Peter Wells? <context>: CREATE TABLE table_24915874_1 (horse VARCHAR, jockey VARCHAR)
SELECT horse FROM table_24915874_1 WHERE jockey = "Peter Wells"
7,471
<question>: What was the weight in kg when the horse was Alcopop? <context>: CREATE TABLE table_24915874_1 (weight__kg_ VARCHAR, horse VARCHAR)
SELECT weight__kg_ FROM table_24915874_1 WHERE horse = "Alcopop"
7,472
<question>: How many weeks are teams playing agains the Barcelona dragons? <context>: CREATE TABLE table_24918268_2 (week VARCHAR, opponent VARCHAR)
SELECT COUNT(week) FROM table_24918268_2 WHERE opponent = "Barcelona Dragons"
7,473
<question>: What was the score for the game that kicked off at 6:00 p.m.? <context>: CREATE TABLE table_24918268_2 (final_score VARCHAR, kickoff VARCHAR)
SELECT final_score FROM table_24918268_2 WHERE kickoff = "6:00 p.m."
7,474
<question>: Who are the opponents for games on Sunday, June 9? <context>: CREATE TABLE table_24918268_2 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_24918268_2 WHERE date = "Sunday, June 9"
7,475
<question>: Name the fat for protein being 4 and calories 80 <context>: CREATE TABLE table_2493389_1 (fat__g_ VARCHAR, protein__g_ VARCHAR, calories__1_tbsp__ VARCHAR)
SELECT fat__g_ FROM table_2493389_1 WHERE protein__g_ = "4" AND calories__1_tbsp__ = 80
7,476
<question>: Name the number of butters for 3 protein <context>: CREATE TABLE table_2493389_1 (butter VARCHAR, protein__g_ VARCHAR)
SELECT COUNT(butter) FROM table_2493389_1 WHERE protein__g_ = "3"
7,477
<question>: Name the calcium for fat being 6.5 <context>: CREATE TABLE table_2493389_1 (calcium__mg_ VARCHAR, fat__g_ VARCHAR)
SELECT calcium__mg_ FROM table_2493389_1 WHERE fat__g_ = "6.5"
7,478
<question>: How many counties have a place name of Macedonia? <context>: CREATE TABLE table_249512_2 (a_ VARCHAR, county_ies__ VARCHAR, place_name VARCHAR)
SELECT COUNT(county_ies__)[a_] FROM table_249512_2 WHERE place_name = "Macedonia"
7,479
<question>: What is the number of land areas that have a place name of Ballplay? <context>: CREATE TABLE table_249512_2 (land_area__2010_ VARCHAR, place_name VARCHAR)
SELECT COUNT(land_area__2010_) FROM table_249512_2 WHERE place_name = "Ballplay"
7,480
<question>: What is the minimum 2010 population of Edgewater? <context>: CREATE TABLE table_249512_2 (population__2010_ INTEGER, place_name VARCHAR)
SELECT MIN(population__2010_) FROM table_249512_2 WHERE place_name = "Edgewater"
7,481
<question>: What is the lowest 09-10 i/o best? <context>: CREATE TABLE table_24990183_5 (Id VARCHAR)
SELECT MIN(09 AS _10_i_o_best) FROM table_24990183_5
7,482
<question>: Which country is akiko suzuki from? <context>: CREATE TABLE table_24990183_5 (country VARCHAR, name VARCHAR)
SELECT country FROM table_24990183_5 WHERE name = "Akiko Suzuki"
7,483
<question>: What was the 08-09 i/o best of the player with 1386 points? <context>: CREATE TABLE table_24990183_5 (ws_points VARCHAR)
SELECT 08 AS _09_i_o_best FROM table_24990183_5 WHERE ws_points = 1386
7,484
<question>: What was the 09-10 oi best of the player with 949 points? <context>: CREATE TABLE table_24990183_5 (ws_points VARCHAR)
SELECT COUNT(09 AS _10_oi_best) FROM table_24990183_5 WHERE ws_points = 949
7,485
<question>: Who was the player from georgia? <context>: CREATE TABLE table_24990183_5 (name VARCHAR, country VARCHAR)
SELECT name FROM table_24990183_5 WHERE country = "Georgia"
7,486
<question>: When tracy reid is the player what is the highest amount of minutes? <context>: CREATE TABLE table_25016555_5 (minutes INTEGER, player VARCHAR)
SELECT MAX(minutes) FROM table_25016555_5 WHERE player = "Tracy Reid"
7,487
<question>: What is the lowest overall amount of assists? <context>: CREATE TABLE table_25016555_5 (assists INTEGER)
SELECT MIN(assists) FROM table_25016555_5
7,488
<question>: When sandy brondello is the player what is the lowest amount of minutes? <context>: CREATE TABLE table_25016555_5 (minutes INTEGER, player VARCHAR)
SELECT MIN(minutes) FROM table_25016555_5 WHERE player = "Sandy Brondello"
7,489
<question>: When 21 is the number of assists how many sets of blocks are there? <context>: CREATE TABLE table_25016555_5 (blocks VARCHAR, assists VARCHAR)
SELECT COUNT(blocks) FROM table_25016555_5 WHERE assists = 21
7,490
<question>: When 2010 is the first elected and Florida 7 is the district who are the candidates? <context>: CREATE TABLE table_25030512_12 (candidates VARCHAR, district VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_25030512_12 WHERE district = "Florida 7" AND first_elected = "2010"
7,491
<question>: When bill young redistricted from the 10th district is the incumbent what is the party? <context>: CREATE TABLE table_25030512_12 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_25030512_12 WHERE incumbent = "Bill Young Redistricted from the 10th district"
7,492
<question>: When dennis ross (r) unopposed is the candidate what is the party? <context>: CREATE TABLE table_25030512_12 (party VARCHAR, candidates VARCHAR)
SELECT party FROM table_25030512_12 WHERE candidates = "Dennis Ross (R) unopposed"
7,493
<question>: When none (new seat) is the first elected who are the candidates? <context>: CREATE TABLE table_25030512_12 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_25030512_12 WHERE first_elected = "None (New seat)"
7,494
<question>: How many millions of people watched the episode with a production code of icec483x? <context>: CREATE TABLE table_2501754_4 (viewing_figures_millions VARCHAR, prod_code VARCHAR)
SELECT viewing_figures_millions FROM table_2501754_4 WHERE prod_code = "ICEC483X"
7,495
<question>: What is the lowest episode number? <context>: CREATE TABLE table_2501754_4 (episode__number INTEGER)
SELECT MIN(episode__number) FROM table_2501754_4
7,496
<question>: What is the lowest episode number with 6.19 million viewers and a production code of icec487y? <context>: CREATE TABLE table_2501754_4 (episode__number INTEGER, viewing_figures_millions VARCHAR, prod_code VARCHAR)
SELECT MIN(episode__number) FROM table_2501754_4 WHERE viewing_figures_millions = "6.19" AND prod_code = "ICEC487Y"
7,497
<question>: List the production code for the episode had 5.55 million viewers? <context>: CREATE TABLE table_2501754_3 (prod_code VARCHAR, viewing_figures_millions VARCHAR)
SELECT prod_code FROM table_2501754_3 WHERE viewing_figures_millions = "5.55"
7,498
<question>: List the 1st air date for the episode with a iceb786e production code. <context>: CREATE TABLE table_2501754_3 (original_airdate VARCHAR, prod_code VARCHAR)
SELECT original_airdate FROM table_2501754_3 WHERE prod_code = "ICEB786E"
7,499
<question>: Name the party for 1998 first elected <context>: CREATE TABLE table_25030512_24 (party VARCHAR, first_elected VARCHAR)
SELECT party FROM table_25030512_24 WHERE first_elected = "1998"