Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
34,600
<question>: Name the athlete for 3 <context>: CREATE TABLE table_21276428_21 (athlete VARCHAR, place VARCHAR)
SELECT athlete FROM table_21276428_21 WHERE place = 3
34,601
<question>: Name the result for round 13 <context>: CREATE TABLE table_21269143_1 (result VARCHAR, round VARCHAR)
SELECT result FROM table_21269143_1 WHERE round = "13"
34,602
<question>: Name the attendance for loss result and salford city reds <context>: CREATE TABLE table_21269143_1 (attendance VARCHAR, result VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_21269143_1 WHERE result = "Loss" AND opponent = "Salford City Reds"
34,603
<question>: Name the total number of date for round 26 <context>: CREATE TABLE table_21269143_1 (date VARCHAR, round VARCHAR)
SELECT COUNT(date) FROM table_21269143_1 WHERE round = "26"
34,604
<question>: Name the attendace for 23 round <context>: CREATE TABLE table_21269143_1 (attendance VARCHAR, round VARCHAR)
SELECT attendance FROM table_21269143_1 WHERE round = "23"
34,605
<question>: Name the total number of opponets for 05/09/2009 <context>: CREATE TABLE table_21269143_1 (opponent VARCHAR, date VARCHAR)
SELECT COUNT(opponent) FROM table_21269143_1 WHERE date = "05/09/2009"
34,606
<question>: What is the only city name with a population density of 200? <context>: CREATE TABLE table_21284653_1 (name VARCHAR, population_density VARCHAR)
SELECT name FROM table_21284653_1 WHERE population_density = "200"
34,607
<question>: What is the census division for the name Stratford? <context>: CREATE TABLE table_21284653_1 (census_division VARCHAR, name VARCHAR)
SELECT census_division FROM table_21284653_1 WHERE name = "Stratford"
34,608
<question>: What is the change (%) when the area size (km2) is 247.21? <context>: CREATE TABLE table_21284653_1 (change___percentage_ VARCHAR, area__km²_ VARCHAR)
SELECT change___percentage_ FROM table_21284653_1 WHERE area__km²_ = "247.21"
34,609
<question>: What is the municipal status where the population density is 895.5? <context>: CREATE TABLE table_21284653_1 (municipal_status VARCHAR, population_density VARCHAR)
SELECT municipal_status FROM table_21284653_1 WHERE population_density = "895.5"
34,610
<question>: What is the census division for the city named Kenora? <context>: CREATE TABLE table_21284653_1 (census_division VARCHAR, name VARCHAR)
SELECT census_division FROM table_21284653_1 WHERE name = "Kenora"
34,611
<question>: If there are 18 villages, what is the minimum area ? <context>: CREATE TABLE table_21302_1 (area___ha__ INTEGER, no_of_villages VARCHAR)
SELECT MIN(area___ha__) FROM table_21302_1 WHERE no_of_villages = 18
34,612
<question>: With the population in 2005 of 572, what is the former name? <context>: CREATE TABLE table_21302_1 (former_name VARCHAR, population__2005_ VARCHAR)
SELECT former_name FROM table_21302_1 WHERE population__2005_ = 572
34,613
<question>: How many villages have a density persons/ha of 5.5? <context>: CREATE TABLE table_21302_1 (no_of_villages VARCHAR, density_persons___ha VARCHAR)
SELECT COUNT(no_of_villages) FROM table_21302_1 WHERE density_persons___ha = "5.5"
34,614
<question>: What were the scores for matches with irving wright hazel hotchkiss wightman? <context>: CREATE TABLE table_2127933_3 (score VARCHAR, opponents VARCHAR)
SELECT score FROM table_2127933_3 WHERE opponents = "Irving Wright Hazel Hotchkiss Wightman"
34,615
<question>: How many years had scores of 10–12, 6–1, 6–3? <context>: CREATE TABLE table_2127933_3 (year VARCHAR, score VARCHAR)
SELECT COUNT(year) FROM table_2127933_3 WHERE score = "10–12, 6–1, 6–3"
34,616
<question>: Who were the partners during times that harry johnson hazel hotchkiss wightman was the opponent? <context>: CREATE TABLE table_2127933_3 (partner VARCHAR, opponents VARCHAR)
SELECT partner FROM table_2127933_3 WHERE opponents = "Harry Johnson Hazel Hotchkiss Wightman"
34,617
<question>: What were the outcomes of matches with bill tilden florence ballin as opponents? <context>: CREATE TABLE table_2127933_3 (outcome VARCHAR, opponents VARCHAR)
SELECT outcome FROM table_2127933_3 WHERE opponents = "Bill Tilden Florence Ballin"
34,618
<question>: What is the earliest year? <context>: CREATE TABLE table_2127933_3 (year INTEGER)
SELECT MIN(year) FROM table_2127933_3
34,619
<question>: What was the survivor count for the episode directed by Gwyneth Horder-Payton? <context>: CREATE TABLE table_21304131_2 (survivor_count VARCHAR, directed_by VARCHAR)
SELECT survivor_count FROM table_21304131_2 WHERE directed_by = "Gwyneth Horder-Payton"
34,620
<question>: When did series number 65 originally air? <context>: CREATE TABLE table_21304131_2 (original_air_date VARCHAR, no_in_series VARCHAR)
SELECT original_air_date FROM table_21304131_2 WHERE no_in_series = 65
34,621
<question>: What is the production code of the episode directed by David Solomon? <context>: CREATE TABLE table_21304155_1 (production_code VARCHAR, directed_by VARCHAR)
SELECT production_code FROM table_21304155_1 WHERE directed_by = "David Solomon"
34,622
<question>: Who wrote the episode with the production code of BN103? <context>: CREATE TABLE table_21304155_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_21304155_1 WHERE production_code = "BN103"
34,623
<question>: What was the original air date of the episode that had 4.08 million U.S. viewers? <context>: CREATE TABLE table_21304155_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_21304155_1 WHERE us_viewers__millions_ = "4.08"
34,624
<question>: List all the locations where net capacity is 950? <context>: CREATE TABLE table_213088_1 (location_chernobyl_1_chernobyl_2_chernobyl_3_chernobyl_4_chernobyl_5_ignalina_1_ignalina_2_ignalina_3_kursk_1_kursk_2_kursk_3_kursk_4_kursk_5_kursk_6_leningrad_1_leningrad_2_leningrad_3_leningrad_4_smolensk_1_smolensk_...
SELECT location_chernobyl_1_chernobyl_2_chernobyl_3_chernobyl_4_chernobyl_5_ignalina_1_ignalina_2_ignalina_3_kursk_1_kursk_2_kursk_3_kursk_4_kursk_5_kursk_6_leningrad_1_leningrad_2_leningrad_3_leningrad_4_smolensk_1_smolensk_2_smolensk_3_smolensk_4_directorate_for_construction_of_kostoma_npp__for_kostroma_1_and_2__tabl...
34,625
<question>: List all the locations with a RBMK-1000 reactor. <context>: CREATE TABLE table_213088_1 (location_chernobyl_1_chernobyl_2_chernobyl_3_chernobyl_4_chernobyl_5_ignalina_1_ignalina_2_ignalina_3_kursk_1_kursk_2_kursk_3_kursk_4_kursk_5_kursk_6_leningrad_1_leningrad_2_leningrad_3_leningrad_4_smolensk_1_smolensk_2...
SELECT location_chernobyl_1_chernobyl_2_chernobyl_3_chernobyl_4_chernobyl_5_ignalina_1_ignalina_2_ignalina_3_kursk_1_kursk_2_kursk_3_kursk_4_kursk_5_kursk_6_leningrad_1_leningrad_2_leningrad_3_leningrad_4_smolensk_1_smolensk_2_smolensk_3_smolensk_4_directorate_for_construction_of_kostoma_npp__for_kostroma_1_and_2__tabl...
34,626
<question>: What is the gross capacity where the net capacity is 1380? <context>: CREATE TABLE table_213088_1 (gross_capacity__mw_ INTEGER, net_capacity__mw_ VARCHAR)
SELECT MIN(gross_capacity__mw_) FROM table_213088_1 WHERE net_capacity__mw_ = 1380
34,627
<question>: when was the premiere when a 3.3 millions of North American watched the episode whose writer was Rob Wright? <context>: CREATE TABLE table_21313498_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_21313498_1 WHERE us_viewers__millions_ = "3.3" AND written_by = "Rob Wright"
34,628
<question>: what is the name of the episode which the production code is 62015-08-162 <context>: CREATE TABLE table_21313498_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_21313498_1 WHERE production_code = "62015-08-162"
34,629
<question>: in the number of episode in season is 11, who was the writer? <context>: CREATE TABLE table_21313498_1 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_21313498_1 WHERE no_in_season = 11
34,630
<question>: How many episodes had the us viewers (millions) figure of 5.0? <context>: CREATE TABLE table_21312959_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(no_in_season) FROM table_21312959_1 WHERE us_viewers__millions_ = "5.0"
34,631
<question>: Who are the writers for the episode number in series 129? <context>: CREATE TABLE table_21312959_1 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_21312959_1 WHERE no_in_series = 129
34,632
<question>: What is the latest episode in the season directed by Chris Long? <context>: CREATE TABLE table_21312845_1 (no_in_season INTEGER, directed_by VARCHAR)
SELECT MAX(no_in_season) FROM table_21312845_1 WHERE directed_by = "Chris Long"
34,633
<question>: Who wrote the episodes directed by David Straiton? <context>: CREATE TABLE table_21312845_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT written_by FROM table_21312845_1 WHERE directed_by = "David Straiton"
34,634
<question>: Who directed the episode with a production code greater than 4301103.585233785 that was written by Curtis Kheel? <context>: CREATE TABLE table_21312845_1 (directed_by VARCHAR, production_code VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_21312845_1 WHERE production_code > 4301103.585233785 AND written_by = "Curtis Kheel"
34,635
<question>: How many results were there on 19/06/2009? <context>: CREATE TABLE table_21311525_1 (result VARCHAR, date VARCHAR)
SELECT COUNT(result) FROM table_21311525_1 WHERE date = "19/06/2009"
34,636
<question>: What is the round number for the date 19/06/2009? <context>: CREATE TABLE table_21311525_1 (round VARCHAR, date VARCHAR)
SELECT round FROM table_21311525_1 WHERE date = "19/06/2009"
34,637
<question>: What is the round number for the venue of Stade de la Méditerranée? <context>: CREATE TABLE table_21311525_1 (round VARCHAR, venue VARCHAR)
SELECT round FROM table_21311525_1 WHERE venue = "Stade de la Méditerranée"
34,638
<question>: What was the score when the date was 17/07/2009? <context>: CREATE TABLE table_21311525_1 (score VARCHAR, date VARCHAR)
SELECT score FROM table_21311525_1 WHERE date = "17/07/2009"
34,639
<question>: What is Marc Parenteau's position? <context>: CREATE TABLE table_21321804_5 (position VARCHAR, player VARCHAR)
SELECT position FROM table_21321804_5 WHERE player = "Marc Parenteau"
34,640
<question>: What is the smallest pick number for McGill? <context>: CREATE TABLE table_21321804_5 (pick__number INTEGER, college VARCHAR)
SELECT MIN(pick__number) FROM table_21321804_5 WHERE college = "McGill"
34,641
<question>: Derik Fury plays for which college? <context>: CREATE TABLE table_21321804_5 (college VARCHAR, player VARCHAR)
SELECT college FROM table_21321804_5 WHERE player = "Derik Fury"
34,642
<question>: David Kasouf plays for how many colleges? <context>: CREATE TABLE table_21321804_5 (college VARCHAR, player VARCHAR)
SELECT COUNT(college) FROM table_21321804_5 WHERE player = "David Kasouf"
34,643
<question>: What position was drafted by the Hamilton Tiger-Cats? <context>: CREATE TABLE table_21321804_5 (position VARCHAR, cfl_team VARCHAR)
SELECT position FROM table_21321804_5 WHERE cfl_team = "Hamilton Tiger-Cats"
34,644
<question>: Who won when Jamie Green had the best lap? <context>: CREATE TABLE table_21321935_2 (winning_driver VARCHAR, fastest_lap VARCHAR)
SELECT winning_driver FROM table_21321935_2 WHERE fastest_lap = "Jamie Green"
34,645
<question>: Who had the fasted lap in motorsport arena oschersleben? <context>: CREATE TABLE table_21321935_2 (fastest_lap VARCHAR, circuit VARCHAR)
SELECT fastest_lap FROM table_21321935_2 WHERE circuit = "Motorsport Arena Oschersleben"
34,646
<question>: When did Oliver Jarvis have pole position? <context>: CREATE TABLE table_21321935_2 (date VARCHAR, pole_position VARCHAR)
SELECT date FROM table_21321935_2 WHERE pole_position = "Oliver Jarvis"
34,647
<question>: What college did the player for the Hamilton Tiger-Cats go to? <context>: CREATE TABLE table_21321804_3 (college VARCHAR, cfl_team VARCHAR)
SELECT college FROM table_21321804_3 WHERE cfl_team = "Hamilton Tiger-Cats"
34,648
<question>: How many players are at the DT position? <context>: CREATE TABLE table_21321804_3 (player VARCHAR, position VARCHAR)
SELECT COUNT(player) FROM table_21321804_3 WHERE position = "DT"
34,649
<question>: What team does the player who went to Nebraska play for? <context>: CREATE TABLE table_21321804_3 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_21321804_3 WHERE college = "Nebraska"
34,650
<question>: What is the highest number any of the players were picked at? <context>: CREATE TABLE table_21321804_3 (pick__number INTEGER)
SELECT MAX(pick__number) FROM table_21321804_3
34,651
<question>: Which player plays for the Winnipeg Blue Bombers? <context>: CREATE TABLE table_21321804_3 (player VARCHAR, cfl_team VARCHAR)
SELECT player FROM table_21321804_3 WHERE cfl_team = "Winnipeg Blue Bombers"
34,652
<question>: What is the pick # for player wes lysack? <context>: CREATE TABLE table_21321804_1 (pick__number VARCHAR, player VARCHAR)
SELECT pick__number FROM table_21321804_1 WHERE player = "Wes Lysack"
34,653
<question>: How many clf teams have a pick # of 5? <context>: CREATE TABLE table_21321804_1 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT COUNT(cfl_team) FROM table_21321804_1 WHERE pick__number = 5
34,654
<question>: How many total positions are there for utah college? <context>: CREATE TABLE table_21321804_1 (position VARCHAR, college VARCHAR)
SELECT COUNT(position) FROM table_21321804_1 WHERE college = "Utah"
34,655
<question>: Which cfl team is manitoba college? <context>: CREATE TABLE table_21321804_1 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_21321804_1 WHERE college = "Manitoba"
34,656
<question>: Which position is cfl team edmonton eskimos for weber state college? <context>: CREATE TABLE table_21321804_1 (position VARCHAR, cfl_team VARCHAR, college VARCHAR)
SELECT position FROM table_21321804_1 WHERE cfl_team = "Edmonton Eskimos" AND college = "Weber State"
34,657
<question>: What is the pick # for player wes lysack? <context>: CREATE TABLE table_21321804_1 (pick__number INTEGER, player VARCHAR)
SELECT MAX(pick__number) FROM table_21321804_1 WHERE player = "Wes Lysack"
34,658
<question>: How many stages of the rally took 14:33.9 for the leader to finish? <context>: CREATE TABLE table_21326205_2 (length VARCHAR, time VARCHAR)
SELECT COUNT(length) FROM table_21326205_2 WHERE time = "14:33.9"
34,659
<question>: In which special stage named Tempo 2 was Sébastien Loeb the leader? <context>: CREATE TABLE table_21326205_2 (stage VARCHAR, rally_leader VARCHAR, name VARCHAR)
SELECT stage FROM table_21326205_2 WHERE rally_leader = "Sébastien Loeb" AND name = "Tempo 2"
34,660
<question>: Which ralliers won the stages that were at 18:54 GMT? <context>: CREATE TABLE table_21326205_2 (winner VARCHAR, time__gmt_ VARCHAR)
SELECT winner FROM table_21326205_2 WHERE time__gmt_ = "18:54"
34,661
<question>: How many locations have #12 Michigan State as the big ten team? <context>: CREATE TABLE table_21330550_2 (location VARCHAR, big_ten_team VARCHAR)
SELECT COUNT(location) FROM table_21330550_2 WHERE big_ten_team = "#12 Michigan State"
34,662
<question>: Who is the winner when bigten (2-1) is the challenge leader? <context>: CREATE TABLE table_21330550_2 (winner VARCHAR, challenge_leader VARCHAR)
SELECT winner FROM table_21330550_2 WHERE challenge_leader = "BigTen (2-1)"
34,663
<question>: Who is the winner in the location of ljvm coliseum • winston-salem, nc? <context>: CREATE TABLE table_21330550_2 (winner VARCHAR, location VARCHAR)
SELECT winner FROM table_21330550_2 WHERE location = "LJVM Coliseum • Winston-Salem, NC"
34,664
<question>: What time was the acc team #17 wake forest? <context>: CREATE TABLE table_21330550_2 (time VARCHAR, acc_team VARCHAR)
SELECT time FROM table_21330550_2 WHERE acc_team = "#17 Wake Forest"
34,665
<question>: Which location has a time of 9:30pm? <context>: CREATE TABLE table_21330550_2 (location VARCHAR, time VARCHAR)
SELECT location FROM table_21330550_2 WHERE time = "9:30PM"
34,666
<question>: How many dates have a big ten team of #10 purdue? <context>: CREATE TABLE table_21330550_2 (date VARCHAR, big_ten_team VARCHAR)
SELECT COUNT(date) FROM table_21330550_2 WHERE big_ten_team = "#10 Purdue"
34,667
<question>: Name the contestant for villa hermosa <context>: CREATE TABLE table_21346767_3 (contestant VARCHAR, hometown VARCHAR)
SELECT contestant FROM table_21346767_3 WHERE hometown = "Villa Hermosa"
34,668
<question>: Name the least age for cibao central and santo domingo <context>: CREATE TABLE table_21346767_3 (age INTEGER, geographical_regions VARCHAR, hometown VARCHAR)
SELECT MIN(age) FROM table_21346767_3 WHERE geographical_regions = "Cibao Central" AND hometown = "Santo Domingo"
34,669
<question>: How many different results of the population count in 2001 are there for the census division whose population in 1996 is 880859? <context>: CREATE TABLE table_2134521_1 (pop__2001_ VARCHAR, pop__1996_ VARCHAR)
SELECT COUNT(pop__2001_) FROM table_2134521_1 WHERE pop__1996_ = 880859
34,670
<question>: How many people lived in the census division with an area of 15767.99 km2 in 1996? <context>: CREATE TABLE table_2134521_1 (pop__1996_ VARCHAR, area__km²_ VARCHAR)
SELECT pop__1996_ FROM table_2134521_1 WHERE area__km²_ = "15767.99"
34,671
<question>: What is the largest population count in any of the census divisions in 2006? <context>: CREATE TABLE table_2134521_1 (pop__2006_ INTEGER)
SELECT MAX(pop__2006_) FROM table_2134521_1
34,672
<question>: How many people lived in the census division spread out on 9909.31 km2 in 1996? <context>: CREATE TABLE table_2134521_1 (pop__1996_ VARCHAR, area__km²_ VARCHAR)
SELECT pop__1996_ FROM table_2134521_1 WHERE area__km²_ = "9909.31"
34,673
<question>: What is the result of the qf round? <context>: CREATE TABLE table_21350934_2 (result VARCHAR, round VARCHAR)
SELECT result FROM table_21350934_2 WHERE round = "QF"
34,674
<question>: Which venue has bradford bulls as the opponent on the date of 06/09/2009? <context>: CREATE TABLE table_21350934_2 (venue VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT venue FROM table_21350934_2 WHERE opponent = "Bradford Bulls" AND date = "06/09/2009"
34,675
<question>: Who is the opponent when the attendance is n/a? <context>: CREATE TABLE table_21350934_2 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_21350934_2 WHERE attendance = "N/A"
34,676
<question>: What is the venue that has 34-18 as the score? <context>: CREATE TABLE table_21350934_2 (venue VARCHAR, score VARCHAR)
SELECT venue FROM table_21350934_2 WHERE score = "34-18"
34,677
<question>: How many results have 14,381 as the attendance? <context>: CREATE TABLE table_21350934_2 (result VARCHAR, attendance VARCHAR)
SELECT COUNT(result) FROM table_21350934_2 WHERE attendance = "14,381"
34,678
<question>: How many rounds have 6,150 as attendance? <context>: CREATE TABLE table_21350934_2 (round VARCHAR, attendance VARCHAR)
SELECT round FROM table_21350934_2 WHERE attendance = "6,150"
34,679
<question>: How many opponents did they play on 17/05/2009? <context>: CREATE TABLE table_21378160_2 (opponent VARCHAR, date VARCHAR)
SELECT COUNT(opponent) FROM table_21378160_2 WHERE date = "17/05/2009"
34,680
<question>: What was the score of round 3? <context>: CREATE TABLE table_21378160_2 (score VARCHAR, round VARCHAR)
SELECT score FROM table_21378160_2 WHERE round = "3"
34,681
<question>: Name the artist for 7 points <context>: CREATE TABLE table_21378339_5 (artist VARCHAR, televote_points VARCHAR)
SELECT COUNT(artist) FROM table_21378339_5 WHERE televote_points = 7
34,682
<question>: Name the number of artists for panel points being 5 <context>: CREATE TABLE table_21378339_5 (artist VARCHAR, panel_points VARCHAR)
SELECT COUNT(artist) FROM table_21378339_5 WHERE panel_points = 5
34,683
<question>: Name the total number of televote points for cry on my shoulders <context>: CREATE TABLE table_21378339_5 (televote_points VARCHAR, song VARCHAR)
SELECT COUNT(televote_points) FROM table_21378339_5 WHERE song = "Cry on my shoulders"
34,684
<question>: Name the score for rebeka dremelj <context>: CREATE TABLE table_21378339_5 (score VARCHAR, artist VARCHAR)
SELECT score FROM table_21378339_5 WHERE artist = "Rebeka Dremelj"
34,685
<question>: Name the artist for 1595 televotes <context>: CREATE TABLE table_21378339_5 (artist VARCHAR, televotes VARCHAR)
SELECT artist FROM table_21378339_5 WHERE televotes = 1595
34,686
<question>: What was the result of the match on grass in 1955? <context>: CREATE TABLE table_2139023_2 (outcome VARCHAR, surface VARCHAR, year VARCHAR)
SELECT outcome FROM table_2139023_2 WHERE surface = "Grass" AND year = 1955
34,687
<question>: What was the result of the Australian Championships? <context>: CREATE TABLE table_2139023_2 (outcome VARCHAR, championship VARCHAR)
SELECT outcome FROM table_2139023_2 WHERE championship = "Australian championships"
34,688
<question>: What is the number of external links with a coach named Katie Kansas? <context>: CREATE TABLE table_2140071_13 (external_link VARCHAR, coach VARCHAR)
SELECT COUNT(external_link) FROM table_2140071_13 WHERE coach = "Katie Kansas"
34,689
<question>: What is the minimum number of seasons? <context>: CREATE TABLE table_2140071_13 (season INTEGER)
SELECT MIN(season) FROM table_2140071_13
34,690
<question>: What is the episode summary for episode 5? <context>: CREATE TABLE table_2140071_13 (episode VARCHAR)
SELECT episode AS Summary FROM table_2140071_13 WHERE episode = 5
34,691
<question>: What is the summary for the episode with a coach named Rebecca Star? <context>: CREATE TABLE table_2140071_13 (episode VARCHAR, coach VARCHAR)
SELECT episode AS Summary FROM table_2140071_13 WHERE coach = "Rebecca Star"
34,692
<question>: Name the episode with maritza reveron <context>: CREATE TABLE table_2140071_10 (episode VARCHAR, coach VARCHAR)
SELECT episode FROM table_2140071_10 WHERE coach = "Maritza Reveron"
34,693
<question>: Name the season for august 16, 2010 <context>: CREATE TABLE table_2140071_10 (season VARCHAR, premier_date VARCHAR)
SELECT season FROM table_2140071_10 WHERE premier_date = "August 16, 2010"
34,694
<question>: Name the number of episode summary for jesse csincsak <context>: CREATE TABLE table_2140071_10 (episode VARCHAR, coach VARCHAR)
SELECT COUNT(episode) AS Summary FROM table_2140071_10 WHERE coach = "Jesse Csincsak"
34,695
<question>: Name the coach for may 20, 2010 <context>: CREATE TABLE table_2140071_10 (coach VARCHAR, premier_date VARCHAR)
SELECT coach FROM table_2140071_10 WHERE premier_date = "May 20, 2010"
34,696
<question>: Name the team for june 20 <context>: CREATE TABLE table_2139390_2 (team VARCHAR, date VARCHAR)
SELECT team FROM table_2139390_2 WHERE date = "June 20"
34,697
<question>: Name the race time for 2002 <context>: CREATE TABLE table_2139390_2 (race_time VARCHAR, year VARCHAR)
SELECT race_time FROM table_2139390_2 WHERE year = 2002
34,698
<question>: How many seasons have a premier date of January 6, 2005? <context>: CREATE TABLE table_2140071_5 (season VARCHAR, premier_date VARCHAR)
SELECT COUNT(season) FROM table_2140071_5 WHERE premier_date = "January 6, 2005"
34,699
<question>: What is the last season? <context>: CREATE TABLE table_2140071_5 (season INTEGER)
SELECT MAX(season) FROM table_2140071_5