combined_text stringlengths 106 1.05k |
|---|
###question:Name the athlete for 3###answer:SELECT athlete FROM table_21276428_21 WHERE place = 3###context:CREATE TABLE table_21276428_21 (athlete VARCHAR, place VARCHAR) |
###question:Name the result for round 13###answer:SELECT result FROM table_21269143_1 WHERE round = "13"###context:CREATE TABLE table_21269143_1 (result VARCHAR, round VARCHAR) |
###question:Name the attendance for loss result and salford city reds###answer:SELECT attendance FROM table_21269143_1 WHERE result = "Loss" AND opponent = "Salford City Reds"###context:CREATE TABLE table_21269143_1 (attendance VARCHAR, result VARCHAR, opponent VARCHAR) |
###question:Name the total number of date for round 26###answer:SELECT COUNT(date) FROM table_21269143_1 WHERE round = "26"###context:CREATE TABLE table_21269143_1 (date VARCHAR, round VARCHAR) |
###question:Name the attendace for 23 round###answer:SELECT attendance FROM table_21269143_1 WHERE round = "23"###context:CREATE TABLE table_21269143_1 (attendance VARCHAR, round VARCHAR) |
###question:Name the total number of opponets for 05/09/2009###answer:SELECT COUNT(opponent) FROM table_21269143_1 WHERE date = "05/09/2009"###context:CREATE TABLE table_21269143_1 (opponent VARCHAR, date VARCHAR) |
###question:What is the only city name with a population density of 200?###answer:SELECT name FROM table_21284653_1 WHERE population_density = "200"###context:CREATE TABLE table_21284653_1 (name VARCHAR, population_density VARCHAR) |
###question:What is the census division for the name Stratford?###answer:SELECT census_division FROM table_21284653_1 WHERE name = "Stratford"###context:CREATE TABLE table_21284653_1 (census_division VARCHAR, name VARCHAR) |
###question:What is the change (%) when the area size (km2) is 247.21?###answer:SELECT change___percentage_ FROM table_21284653_1 WHERE area__km²_ = "247.21"###context:CREATE TABLE table_21284653_1 (change___percentage_ VARCHAR, area__km²_ VARCHAR) |
###question:What is the municipal status where the population density is 895.5?###answer:SELECT municipal_status FROM table_21284653_1 WHERE population_density = "895.5"###context:CREATE TABLE table_21284653_1 (municipal_status VARCHAR, population_density VARCHAR) |
###question:What is the census division for the city named Kenora?###answer:SELECT census_division FROM table_21284653_1 WHERE name = "Kenora"###context:CREATE TABLE table_21284653_1 (census_division VARCHAR, name VARCHAR) |
###question:If there are 18 villages, what is the minimum area ?###answer:SELECT MIN(area___ha__) FROM table_21302_1 WHERE no_of_villages = 18###context:CREATE TABLE table_21302_1 (area___ha__ INTEGER, no_of_villages VARCHAR) |
###question:With the population in 2005 of 572, what is the former name?###answer:SELECT former_name FROM table_21302_1 WHERE population__2005_ = 572###context:CREATE TABLE table_21302_1 (former_name VARCHAR, population__2005_ VARCHAR) |
###question:How many villages have a density persons/ha of 5.5?###answer:SELECT COUNT(no_of_villages) FROM table_21302_1 WHERE density_persons___ha = "5.5"###context:CREATE TABLE table_21302_1 (no_of_villages VARCHAR, density_persons___ha VARCHAR) |
###question:What were the scores for matches with irving wright hazel hotchkiss wightman?###answer:SELECT score FROM table_2127933_3 WHERE opponents = "Irving Wright Hazel Hotchkiss Wightman"###context:CREATE TABLE table_2127933_3 (score VARCHAR, opponents VARCHAR) |
###question:How many years had scores of 10–12, 6–1, 6–3?###answer:SELECT COUNT(year) FROM table_2127933_3 WHERE score = "10–12, 6–1, 6–3"###context:CREATE TABLE table_2127933_3 (year VARCHAR, score VARCHAR) |
###question:Who were the partners during times that harry johnson hazel hotchkiss wightman was the opponent?###answer:SELECT partner FROM table_2127933_3 WHERE opponents = "Harry Johnson Hazel Hotchkiss Wightman"###context:CREATE TABLE table_2127933_3 (partner VARCHAR, opponents VARCHAR) |
###question:What were the outcomes of matches with bill tilden florence ballin as opponents?###answer:SELECT outcome FROM table_2127933_3 WHERE opponents = "Bill Tilden Florence Ballin"###context:CREATE TABLE table_2127933_3 (outcome VARCHAR, opponents VARCHAR) |
###question:What is the earliest year?###answer:SELECT MIN(year) FROM table_2127933_3###context:CREATE TABLE table_2127933_3 (year INTEGER) |
###question:What was the survivor count for the episode directed by Gwyneth Horder-Payton?###answer:SELECT survivor_count FROM table_21304131_2 WHERE directed_by = "Gwyneth Horder-Payton"###context:CREATE TABLE table_21304131_2 (survivor_count VARCHAR, directed_by VARCHAR) |
###question:When did series number 65 originally air?###answer:SELECT original_air_date FROM table_21304131_2 WHERE no_in_series = 65###context:CREATE TABLE table_21304131_2 (original_air_date VARCHAR, no_in_series VARCHAR) |
###question:What is the production code of the episode directed by David Solomon? ###answer:SELECT production_code FROM table_21304155_1 WHERE directed_by = "David Solomon"###context:CREATE TABLE table_21304155_1 (production_code VARCHAR, directed_by VARCHAR) |
###question:Who wrote the episode with the production code of BN103? ###answer:SELECT written_by FROM table_21304155_1 WHERE production_code = "BN103"###context:CREATE TABLE table_21304155_1 (written_by VARCHAR, production_code VARCHAR) |
###question:What was the original air date of the episode that had 4.08 million U.S. viewers? ###answer:SELECT original_air_date FROM table_21304155_1 WHERE us_viewers__millions_ = "4.08"###context:CREATE TABLE table_21304155_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) |
###question:List all the locations where net capacity is 950?###answer: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_... |
###question:List all the locations with a RBMK-1000 reactor.###answer: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_d... |
###question:What is the gross capacity where the net capacity is 1380?###answer:SELECT MIN(gross_capacity__mw_) FROM table_213088_1 WHERE net_capacity__mw_ = 1380###context:CREATE TABLE table_213088_1 (gross_capacity__mw_ INTEGER, net_capacity__mw_ VARCHAR) |
###question:when was the premiere when a 3.3 millions of North American watched the episode whose writer was Rob Wright?###answer:SELECT original_air_date FROM table_21313498_1 WHERE us_viewers__millions_ = "3.3" AND written_by = "Rob Wright"###context:CREATE TABLE table_21313498_1 (original_air_date VARCHAR, us_viewer... |
###question:what is the name of the episode which the production code is 62015-08-162###answer:SELECT title FROM table_21313498_1 WHERE production_code = "62015-08-162"###context:CREATE TABLE table_21313498_1 (title VARCHAR, production_code VARCHAR) |
###question:in the number of episode in season is 11, who was the writer?###answer:SELECT written_by FROM table_21313498_1 WHERE no_in_season = 11###context:CREATE TABLE table_21313498_1 (written_by VARCHAR, no_in_season VARCHAR) |
###question:How many episodes had the us viewers (millions) figure of 5.0?###answer:SELECT COUNT(no_in_season) FROM table_21312959_1 WHERE us_viewers__millions_ = "5.0"###context:CREATE TABLE table_21312959_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) |
###question:Who are the writers for the episode number in series 129?###answer:SELECT written_by FROM table_21312959_1 WHERE no_in_series = 129###context:CREATE TABLE table_21312959_1 (written_by VARCHAR, no_in_series VARCHAR) |
###question:What is the latest episode in the season directed by Chris Long?###answer:SELECT MAX(no_in_season) FROM table_21312845_1 WHERE directed_by = "Chris Long"###context:CREATE TABLE table_21312845_1 (no_in_season INTEGER, directed_by VARCHAR) |
###question:Who wrote the episodes directed by David Straiton?###answer:SELECT written_by FROM table_21312845_1 WHERE directed_by = "David Straiton"###context:CREATE TABLE table_21312845_1 (written_by VARCHAR, directed_by VARCHAR) |
###question:Who directed the episode with a production code greater than 4301103.585233785 that was written by Curtis Kheel?###answer:SELECT directed_by FROM table_21312845_1 WHERE production_code > 4301103.585233785 AND written_by = "Curtis Kheel"###context:CREATE TABLE table_21312845_1 (directed_by VARCHAR, productio... |
###question:How many results were there on 19/06/2009?###answer:SELECT COUNT(result) FROM table_21311525_1 WHERE date = "19/06/2009"###context:CREATE TABLE table_21311525_1 (result VARCHAR, date VARCHAR) |
###question:What is the round number for the date 19/06/2009?###answer:SELECT round FROM table_21311525_1 WHERE date = "19/06/2009"###context:CREATE TABLE table_21311525_1 (round VARCHAR, date VARCHAR) |
###question:What is the round number for the venue of Stade de la Méditerranée?###answer:SELECT round FROM table_21311525_1 WHERE venue = "Stade de la Méditerranée"###context:CREATE TABLE table_21311525_1 (round VARCHAR, venue VARCHAR) |
###question:What was the score when the date was 17/07/2009?###answer:SELECT score FROM table_21311525_1 WHERE date = "17/07/2009"###context:CREATE TABLE table_21311525_1 (score VARCHAR, date VARCHAR) |
###question:What is Marc Parenteau's position? ###answer:SELECT position FROM table_21321804_5 WHERE player = "Marc Parenteau"###context:CREATE TABLE table_21321804_5 (position VARCHAR, player VARCHAR) |
###question:What is the smallest pick number for McGill?###answer:SELECT MIN(pick__number) FROM table_21321804_5 WHERE college = "McGill"###context:CREATE TABLE table_21321804_5 (pick__number INTEGER, college VARCHAR) |
###question:Derik Fury plays for which college? ###answer:SELECT college FROM table_21321804_5 WHERE player = "Derik Fury"###context:CREATE TABLE table_21321804_5 (college VARCHAR, player VARCHAR) |
###question:David Kasouf plays for how many colleges? ###answer:SELECT COUNT(college) FROM table_21321804_5 WHERE player = "David Kasouf"###context:CREATE TABLE table_21321804_5 (college VARCHAR, player VARCHAR) |
###question:What position was drafted by the Hamilton Tiger-Cats? ###answer:SELECT position FROM table_21321804_5 WHERE cfl_team = "Hamilton Tiger-Cats"###context:CREATE TABLE table_21321804_5 (position VARCHAR, cfl_team VARCHAR) |
###question:Who won when Jamie Green had the best lap?###answer:SELECT winning_driver FROM table_21321935_2 WHERE fastest_lap = "Jamie Green"###context:CREATE TABLE table_21321935_2 (winning_driver VARCHAR, fastest_lap VARCHAR) |
###question:Who had the fasted lap in motorsport arena oschersleben?###answer:SELECT fastest_lap FROM table_21321935_2 WHERE circuit = "Motorsport Arena Oschersleben"###context:CREATE TABLE table_21321935_2 (fastest_lap VARCHAR, circuit VARCHAR) |
###question:When did Oliver Jarvis have pole position?###answer:SELECT date FROM table_21321935_2 WHERE pole_position = "Oliver Jarvis"###context:CREATE TABLE table_21321935_2 (date VARCHAR, pole_position VARCHAR) |
###question:What college did the player for the Hamilton Tiger-Cats go to? ###answer:SELECT college FROM table_21321804_3 WHERE cfl_team = "Hamilton Tiger-Cats"###context:CREATE TABLE table_21321804_3 (college VARCHAR, cfl_team VARCHAR) |
###question:How many players are at the DT position? ###answer:SELECT COUNT(player) FROM table_21321804_3 WHERE position = "DT"###context:CREATE TABLE table_21321804_3 (player VARCHAR, position VARCHAR) |
###question:What team does the player who went to Nebraska play for? ###answer:SELECT cfl_team FROM table_21321804_3 WHERE college = "Nebraska"###context:CREATE TABLE table_21321804_3 (cfl_team VARCHAR, college VARCHAR) |
###question:What is the highest number any of the players were picked at? ###answer:SELECT MAX(pick__number) FROM table_21321804_3###context:CREATE TABLE table_21321804_3 (pick__number INTEGER) |
###question:Which player plays for the Winnipeg Blue Bombers? ###answer:SELECT player FROM table_21321804_3 WHERE cfl_team = "Winnipeg Blue Bombers"###context:CREATE TABLE table_21321804_3 (player VARCHAR, cfl_team VARCHAR) |
###question:What is the pick # for player wes lysack?###answer:SELECT pick__number FROM table_21321804_1 WHERE player = "Wes Lysack"###context:CREATE TABLE table_21321804_1 (pick__number VARCHAR, player VARCHAR) |
###question:How many clf teams have a pick # of 5?###answer:SELECT COUNT(cfl_team) FROM table_21321804_1 WHERE pick__number = 5###context:CREATE TABLE table_21321804_1 (cfl_team VARCHAR, pick__number VARCHAR) |
###question:How many total positions are there for utah college?###answer:SELECT COUNT(position) FROM table_21321804_1 WHERE college = "Utah"###context:CREATE TABLE table_21321804_1 (position VARCHAR, college VARCHAR) |
###question:Which cfl team is manitoba college?###answer:SELECT cfl_team FROM table_21321804_1 WHERE college = "Manitoba"###context:CREATE TABLE table_21321804_1 (cfl_team VARCHAR, college VARCHAR) |
###question:Which position is cfl team edmonton eskimos for weber state college?###answer:SELECT position FROM table_21321804_1 WHERE cfl_team = "Edmonton Eskimos" AND college = "Weber State"###context:CREATE TABLE table_21321804_1 (position VARCHAR, cfl_team VARCHAR, college VARCHAR) |
###question:What is the pick # for player wes lysack?###answer:SELECT MAX(pick__number) FROM table_21321804_1 WHERE player = "Wes Lysack"###context:CREATE TABLE table_21321804_1 (pick__number INTEGER, player VARCHAR) |
###question:How many stages of the rally took 14:33.9 for the leader to finish?###answer:SELECT COUNT(length) FROM table_21326205_2 WHERE time = "14:33.9"###context:CREATE TABLE table_21326205_2 (length VARCHAR, time VARCHAR) |
###question:In which special stage named Tempo 2 was Sébastien Loeb the leader?###answer:SELECT stage FROM table_21326205_2 WHERE rally_leader = "Sébastien Loeb" AND name = "Tempo 2"###context:CREATE TABLE table_21326205_2 (stage VARCHAR, rally_leader VARCHAR, name VARCHAR) |
###question:Which ralliers won the stages that were at 18:54 GMT?###answer:SELECT winner FROM table_21326205_2 WHERE time__gmt_ = "18:54"###context:CREATE TABLE table_21326205_2 (winner VARCHAR, time__gmt_ VARCHAR) |
###question:How many locations have #12 Michigan State as the big ten team?###answer:SELECT COUNT(location) FROM table_21330550_2 WHERE big_ten_team = "#12 Michigan State"###context:CREATE TABLE table_21330550_2 (location VARCHAR, big_ten_team VARCHAR) |
###question:Who is the winner when bigten (2-1) is the challenge leader?###answer:SELECT winner FROM table_21330550_2 WHERE challenge_leader = "BigTen (2-1)"###context:CREATE TABLE table_21330550_2 (winner VARCHAR, challenge_leader VARCHAR) |
###question:Who is the winner in the location of ljvm coliseum • winston-salem, nc?###answer:SELECT winner FROM table_21330550_2 WHERE location = "LJVM Coliseum • Winston-Salem, NC"###context:CREATE TABLE table_21330550_2 (winner VARCHAR, location VARCHAR) |
###question:What time was the acc team #17 wake forest?###answer:SELECT time FROM table_21330550_2 WHERE acc_team = "#17 Wake Forest"###context:CREATE TABLE table_21330550_2 (time VARCHAR, acc_team VARCHAR) |
###question:Which location has a time of 9:30pm?###answer:SELECT location FROM table_21330550_2 WHERE time = "9:30PM"###context:CREATE TABLE table_21330550_2 (location VARCHAR, time VARCHAR) |
###question:How many dates have a big ten team of #10 purdue?###answer:SELECT COUNT(date) FROM table_21330550_2 WHERE big_ten_team = "#10 Purdue"###context:CREATE TABLE table_21330550_2 (date VARCHAR, big_ten_team VARCHAR) |
###question:Name the contestant for villa hermosa###answer:SELECT contestant FROM table_21346767_3 WHERE hometown = "Villa Hermosa"###context:CREATE TABLE table_21346767_3 (contestant VARCHAR, hometown VARCHAR) |
###question:Name the least age for cibao central and santo domingo###answer:SELECT MIN(age) FROM table_21346767_3 WHERE geographical_regions = "Cibao Central" AND hometown = "Santo Domingo"###context:CREATE TABLE table_21346767_3 (age INTEGER, geographical_regions VARCHAR, hometown VARCHAR) |
###question:How many different results of the population count in 2001 are there for the census division whose population in 1996 is 880859?###answer:SELECT COUNT(pop__2001_) FROM table_2134521_1 WHERE pop__1996_ = 880859###context:CREATE TABLE table_2134521_1 (pop__2001_ VARCHAR, pop__1996_ VARCHAR) |
###question:How many people lived in the census division with an area of 15767.99 km2 in 1996?###answer:SELECT pop__1996_ FROM table_2134521_1 WHERE area__km²_ = "15767.99"###context:CREATE TABLE table_2134521_1 (pop__1996_ VARCHAR, area__km²_ VARCHAR) |
###question:What is the largest population count in any of the census divisions in 2006?###answer:SELECT MAX(pop__2006_) FROM table_2134521_1###context:CREATE TABLE table_2134521_1 (pop__2006_ INTEGER) |
###question:How many people lived in the census division spread out on 9909.31 km2 in 1996?###answer:SELECT pop__1996_ FROM table_2134521_1 WHERE area__km²_ = "9909.31"###context:CREATE TABLE table_2134521_1 (pop__1996_ VARCHAR, area__km²_ VARCHAR) |
###question:What is the result of the qf round?###answer:SELECT result FROM table_21350934_2 WHERE round = "QF"###context:CREATE TABLE table_21350934_2 (result VARCHAR, round VARCHAR) |
###question:Which venue has bradford bulls as the opponent on the date of 06/09/2009?###answer:SELECT venue FROM table_21350934_2 WHERE opponent = "Bradford Bulls" AND date = "06/09/2009"###context:CREATE TABLE table_21350934_2 (venue VARCHAR, opponent VARCHAR, date VARCHAR) |
###question:Who is the opponent when the attendance is n/a?###answer:SELECT opponent FROM table_21350934_2 WHERE attendance = "N/A"###context:CREATE TABLE table_21350934_2 (opponent VARCHAR, attendance VARCHAR) |
###question:What is the venue that has 34-18 as the score?###answer:SELECT venue FROM table_21350934_2 WHERE score = "34-18"###context:CREATE TABLE table_21350934_2 (venue VARCHAR, score VARCHAR) |
###question:How many results have 14,381 as the attendance?###answer:SELECT COUNT(result) FROM table_21350934_2 WHERE attendance = "14,381"###context:CREATE TABLE table_21350934_2 (result VARCHAR, attendance VARCHAR) |
###question:How many rounds have 6,150 as attendance?###answer:SELECT round FROM table_21350934_2 WHERE attendance = "6,150"###context:CREATE TABLE table_21350934_2 (round VARCHAR, attendance VARCHAR) |
###question:How many opponents did they play on 17/05/2009?###answer:SELECT COUNT(opponent) FROM table_21378160_2 WHERE date = "17/05/2009"###context:CREATE TABLE table_21378160_2 (opponent VARCHAR, date VARCHAR) |
###question:What was the score of round 3?###answer:SELECT score FROM table_21378160_2 WHERE round = "3"###context:CREATE TABLE table_21378160_2 (score VARCHAR, round VARCHAR) |
###question:Name the artist for 7 points###answer:SELECT COUNT(artist) FROM table_21378339_5 WHERE televote_points = 7###context:CREATE TABLE table_21378339_5 (artist VARCHAR, televote_points VARCHAR) |
###question:Name the number of artists for panel points being 5###answer:SELECT COUNT(artist) FROM table_21378339_5 WHERE panel_points = 5###context:CREATE TABLE table_21378339_5 (artist VARCHAR, panel_points VARCHAR) |
###question:Name the total number of televote points for cry on my shoulders###answer:SELECT COUNT(televote_points) FROM table_21378339_5 WHERE song = "Cry on my shoulders"###context:CREATE TABLE table_21378339_5 (televote_points VARCHAR, song VARCHAR) |
###question:Name the score for rebeka dremelj###answer:SELECT score FROM table_21378339_5 WHERE artist = "Rebeka Dremelj"###context:CREATE TABLE table_21378339_5 (score VARCHAR, artist VARCHAR) |
###question:Name the artist for 1595 televotes###answer:SELECT artist FROM table_21378339_5 WHERE televotes = 1595###context:CREATE TABLE table_21378339_5 (artist VARCHAR, televotes VARCHAR) |
###question:What was the result of the match on grass in 1955?###answer:SELECT outcome FROM table_2139023_2 WHERE surface = "Grass" AND year = 1955###context:CREATE TABLE table_2139023_2 (outcome VARCHAR, surface VARCHAR, year VARCHAR) |
###question:What was the result of the Australian Championships?###answer:SELECT outcome FROM table_2139023_2 WHERE championship = "Australian championships"###context:CREATE TABLE table_2139023_2 (outcome VARCHAR, championship VARCHAR) |
###question:What is the number of external links with a coach named Katie Kansas?###answer:SELECT COUNT(external_link) FROM table_2140071_13 WHERE coach = "Katie Kansas"###context:CREATE TABLE table_2140071_13 (external_link VARCHAR, coach VARCHAR) |
###question:What is the minimum number of seasons?###answer:SELECT MIN(season) FROM table_2140071_13###context:CREATE TABLE table_2140071_13 (season INTEGER) |
###question:What is the episode summary for episode 5?###answer:SELECT episode AS Summary FROM table_2140071_13 WHERE episode = 5###context:CREATE TABLE table_2140071_13 (episode VARCHAR) |
###question:What is the summary for the episode with a coach named Rebecca Star?###answer:SELECT episode AS Summary FROM table_2140071_13 WHERE coach = "Rebecca Star"###context:CREATE TABLE table_2140071_13 (episode VARCHAR, coach VARCHAR) |
###question:Name the episode with maritza reveron###answer:SELECT episode FROM table_2140071_10 WHERE coach = "Maritza Reveron"###context:CREATE TABLE table_2140071_10 (episode VARCHAR, coach VARCHAR) |
###question:Name the season for august 16, 2010###answer:SELECT season FROM table_2140071_10 WHERE premier_date = "August 16, 2010"###context:CREATE TABLE table_2140071_10 (season VARCHAR, premier_date VARCHAR) |
###question:Name the number of episode summary for jesse csincsak###answer:SELECT COUNT(episode) AS Summary FROM table_2140071_10 WHERE coach = "Jesse Csincsak"###context:CREATE TABLE table_2140071_10 (episode VARCHAR, coach VARCHAR) |
###question:Name the coach for may 20, 2010###answer:SELECT coach FROM table_2140071_10 WHERE premier_date = "May 20, 2010"###context:CREATE TABLE table_2140071_10 (coach VARCHAR, premier_date VARCHAR) |
###question:Name the team for june 20###answer:SELECT team FROM table_2139390_2 WHERE date = "June 20"###context:CREATE TABLE table_2139390_2 (team VARCHAR, date VARCHAR) |
###question:Name the race time for 2002###answer:SELECT race_time FROM table_2139390_2 WHERE year = 2002###context:CREATE TABLE table_2139390_2 (race_time VARCHAR, year VARCHAR) |
###question:How many seasons have a premier date of January 6, 2005? ###answer:SELECT COUNT(season) FROM table_2140071_5 WHERE premier_date = "January 6, 2005"###context:CREATE TABLE table_2140071_5 (season VARCHAR, premier_date VARCHAR) |
###question:What is the last season? ###answer:SELECT MAX(season) FROM table_2140071_5###context:CREATE TABLE table_2140071_5 (season INTEGER) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.