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