answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT winner FROM table_28962227_1 WHERE runners_up = "Brendan Lynch"
CREATE TABLE table_28962227_1 (winner VARCHAR, runners_up VARCHAR)
Who won the season for which Brendan Lynch is the runner-up?
SELECT pick__number FROM table_2897457_3 WHERE nhl_team = "New Jersey Devils"
CREATE TABLE table_2897457_3 (pick__number VARCHAR, nhl_team VARCHAR)
What is the pick # when the new jersey devils is the nhl team?
SELECT college_junior_club_team FROM table_2897457_3 WHERE position = "Defence" AND nationality = "Canada" AND pick__number < 61.0
CREATE TABLE table_2897457_3 (college_junior_club_team VARCHAR, pick__number VARCHAR, position VARCHAR, nationality VARCHAR)
Which college/junior/team has defence as the position with canada as the nationality and the pick # is less than 61.0?
SELECT nhl_team FROM table_2897457_3 WHERE player = "Kris Draper"
CREATE TABLE table_2897457_3 (nhl_team VARCHAR, player VARCHAR)
Which nhl team has kris draper as the player?
SELECT position FROM table_2897457_3 WHERE nhl_team = "New Jersey Devils"
CREATE TABLE table_2897457_3 (position VARCHAR, nhl_team VARCHAR)
Which position has new Jersey Devils as the nhl team?
SELECT college_junior_club_team FROM table_2897457_3 WHERE player = "Jim Mathieson"
CREATE TABLE table_2897457_3 (college_junior_club_team VARCHAR, player VARCHAR)
Which college/junior/club team has jim mathieson as the player?
SELECT production_code FROM table_28967275_2 WHERE series__number = 8
CREATE TABLE table_28967275_2 (production_code VARCHAR, series__number VARCHAR)
What is the production code of the episode with series #8?
SELECT episode_title FROM table_28967275_2 WHERE series__number = 14
CREATE TABLE table_28967275_2 (episode_title VARCHAR, series__number VARCHAR)
What is the title of the episode with series number 14?
SELECT original_air_date FROM table_28967275_2 WHERE episode__number = 31
CREATE TABLE table_28967275_2 (original_air_date VARCHAR, episode__number VARCHAR)
What is the original airdate of episode #31?
SELECT player FROM table_2897457_8 WHERE nhl_team = "Vancouver Canucks"
CREATE TABLE table_2897457_8 (player VARCHAR, nhl_team VARCHAR)
Who was drafted to the Vancouver Canucks?
SELECT COUNT(nhl_team) FROM table_2897457_8 WHERE position = "Center"
CREATE TABLE table_2897457_8 (nhl_team VARCHAR, position VARCHAR)
How many figures are provided for the team when the position drafted is center?
SELECT MIN(pick__number) FROM table_2897457_8 WHERE player = "Paul Krake"
CREATE TABLE table_2897457_8 (pick__number INTEGER, player VARCHAR)
What was the pick number when Paul Krake was selected?
SELECT pick__number FROM table_2897457_8 WHERE nhl_team = "New York Rangers"
CREATE TABLE table_2897457_8 (pick__number VARCHAR, nhl_team VARCHAR)
What pick number did the New York Rangers have?
SELECT pick__number FROM table_2897457_8 WHERE position = "Defence" AND nhl_team = "Boston Bruins"
CREATE TABLE table_2897457_8 (pick__number VARCHAR, position VARCHAR, nhl_team VARCHAR)
What pick number was the Boston Bruins selection for defence?
SELECT player FROM table_2897457_4 WHERE pick__number = 64
CREATE TABLE table_2897457_4 (player VARCHAR, pick__number VARCHAR)
Which player is pick 64?
SELECT player FROM table_2897457_4 WHERE position = "Centre" AND nhl_team = "Detroit Red Wings"
CREATE TABLE table_2897457_4 (player VARCHAR, position VARCHAR, nhl_team VARCHAR)
Which player is the centre for the Detroit Red Wings?
SELECT COUNT(position) FROM table_2897457_4 WHERE nhl_team = "Minnesota North Stars"
CREATE TABLE table_2897457_4 (position VARCHAR, nhl_team VARCHAR)
How many positions drafted for the Minnesota North Stars?
SELECT position FROM table_2897457_7 WHERE college_junior_club_team = "Roseau High School (USHS-MN)"
CREATE TABLE table_2897457_7 (position VARCHAR, college_junior_club_team VARCHAR)
What position did Roseau High School (USHS-MN) play?
SELECT pick__number FROM table_2897457_7 WHERE player = "Scott Zygulski"
CREATE TABLE table_2897457_7 (pick__number VARCHAR, player VARCHAR)
What are Scott Zygulski's pick numbers?
SELECT nationality FROM table_2897457_7 WHERE pick__number = 136
CREATE TABLE table_2897457_7 (nationality VARCHAR, pick__number VARCHAR)
Which country is pick# 136 from?
SELECT COUNT(nationality) FROM table_2897457_7 WHERE player = "Alex Nikolic"
CREATE TABLE table_2897457_7 (nationality VARCHAR, player VARCHAR)
How many nationalities does Alex Nikolic come from?
SELECT COUNT(nhl_team) FROM table_2897457_7 WHERE pick__number = 128
CREATE TABLE table_2897457_7 (nhl_team VARCHAR, pick__number VARCHAR)
How many NHL teams have a pick number of 128?
SELECT COUNT(opponents) FROM table_28979895_4 WHERE partner = "Anabel Medina Garrigues"
CREATE TABLE table_28979895_4 (opponents VARCHAR, partner VARCHAR)
Name the opponents for anabel medina garrigues
SELECT partner FROM table_28979895_4 WHERE score = "w/o"
CREATE TABLE table_28979895_4 (partner VARCHAR, score VARCHAR)
Name the parter for w/o
SELECT network FROM table_2899987_2 WHERE origin = "Xalapa"
CREATE TABLE table_2899987_2 (network VARCHAR, origin VARCHAR)
Which of the networks originate in Xalapa?
SELECT programming FROM table_2899987_2 WHERE network = "Soy Guerrero"
CREATE TABLE table_2899987_2 (programming VARCHAR, network VARCHAR)
What are all the programs on the Soy Guerrero network?
SELECT owner FROM table_2899987_2 WHERE origin = "Mexico City"
CREATE TABLE table_2899987_2 (owner VARCHAR, origin VARCHAR)
Which owners originate in Mexico City?
SELECT network FROM table_2899987_2 WHERE region = "Guerrero"
CREATE TABLE table_2899987_2 (network VARCHAR, region VARCHAR)
Which network serves the Guerrero region
SELECT region FROM table_2899987_2 WHERE owner = "Estado de Tabasco"
CREATE TABLE table_2899987_2 (region VARCHAR, owner VARCHAR)
Which regions are owned by estado de tabasco?
SELECT subdivision_name___ru____bgn_pcgn_ FROM table_290017_1 WHERE code = "BY-HR"
CREATE TABLE table_290017_1 (subdivision_name___ru____bgn_pcgn_ VARCHAR, code VARCHAR)
What subdivision names (RU) have a code of by-hr?
SELECT code FROM table_290017_1 WHERE subdivision_name___ru____bgn_pcgn_ = "Grodnenskaya oblast'"
CREATE TABLE table_290017_1 (code VARCHAR, subdivision_name___ru____bgn_pcgn_ VARCHAR)
What cods have a subdivision name (RU) of Grodnenskaya Oblast'?
SELECT subdivision_name___ru____gost_ FROM table_290017_1 WHERE subdivision_name___be____bgn_pcgn_ = "Hrodzenskaya voblasts'"
CREATE TABLE table_290017_1 (subdivision_name___ru____gost_ VARCHAR, subdivision_name___be____bgn_pcgn_ VARCHAR)
What are the subdivision names (RU) where the subdivision name (BE) is Hrodzenskaya Voblasts'?
SELECT subdivision_name___be____bgn_pcgn_ FROM table_290017_1 WHERE subdivision_name___ru____bgn_pcgn_ = "Grodnenskaya oblast'"
CREATE TABLE table_290017_1 (subdivision_name___be____bgn_pcgn_ VARCHAR, subdivision_name___ru____bgn_pcgn_ VARCHAR)
What is the subdivision name (BE) where subdivision name (RU) (BGN) is Grodnenskaya Oblast'?
SELECT code FROM table_290017_1 WHERE subdivision_name___be____bgn_pcgn_ = "Homyel'skaya voblasts'"
CREATE TABLE table_290017_1 (code VARCHAR, subdivision_name___be____bgn_pcgn_ VARCHAR)
Which codes have subdivision names (BE) (BGN) of Homyel'skaya Voblasts'?
SELECT into_service FROM table_29002641_1 WHERE number = "DH1"
CREATE TABLE table_29002641_1 (into_service VARCHAR, number VARCHAR)
Name the into service for dh1
SELECT into_service FROM table_29002641_1 WHERE number = "DH2"
CREATE TABLE table_29002641_1 (into_service VARCHAR, number VARCHAR)
Name the into service for dh2
SELECT MAX(Serial) AS number FROM table_29002641_1 WHERE scrapped = "Feb 1994"
CREATE TABLE table_29002641_1 (Serial INTEGER, scrapped VARCHAR)
Name the most serial number for feb 1994
SELECT number FROM table_29002641_1 WHERE scrapped = "2004"
CREATE TABLE table_29002641_1 (number VARCHAR, scrapped VARCHAR)
Name the number for 2004 scapped
SELECT COUNT(month_name) FROM table_28985631_1 WHERE numbered_month = "Tenth"
CREATE TABLE table_28985631_1 (month_name VARCHAR, numbered_month VARCHAR)
How many month names are there for the tenth numbered month?
SELECT defective_year FROM table_28985631_1 WHERE numbered_month = "Eighth"
CREATE TABLE table_28985631_1 (defective_year VARCHAR, numbered_month VARCHAR)
What is the defective year for the eighth numbered month?
SELECT MIN(month_sequence) FROM table_28985631_1 WHERE month_name = "Av"
CREATE TABLE table_28985631_1 (month_sequence INTEGER, month_name VARCHAR)
What is the month sequence for the month name of av?
SELECT MAX(defective_year) FROM table_28985631_1 WHERE regular_year = "29 days" AND month_sequence = 2
CREATE TABLE table_28985631_1 (defective_year INTEGER, regular_year VARCHAR, month_sequence VARCHAR)
What is the defective year for the regular year of 29 days and month sequence of 2?
SELECT first_air_date FROM table_28980706_4 WHERE rating__18_49_ = "4.5"
CREATE TABLE table_28980706_4 (first_air_date VARCHAR, rating__18_49_ VARCHAR)
When 4.5 is the rating (18-49) what is the air date?
SELECT rank__timeslot_ FROM table_28980706_4 WHERE share__18_49_ = 13
CREATE TABLE table_28980706_4 (rank__timeslot_ VARCHAR, share__18_49_ VARCHAR)
When 13 is the share (18-49) what is the rank (timeslot)?
SELECT first_air_date FROM table_28980706_4 WHERE episode = 11
CREATE TABLE table_28980706_4 (first_air_date VARCHAR, episode VARCHAR)
When 11 is the episode what is the air date?
SELECT rating__18_49_ FROM table_28980706_4 WHERE viewers__millions_ = "10.02"
CREATE TABLE table_28980706_4 (rating__18_49_ VARCHAR, viewers__millions_ VARCHAR)
When there are 10.02 million viewers what is the rating (18-49)?
SELECT share__18_49_ FROM table_28980706_4 WHERE viewers__millions_ = "9.28"
CREATE TABLE table_28980706_4 (share__18_49_ VARCHAR, viewers__millions_ VARCHAR)
When there are 9.28 million viewers what is the share (18-49)?
SELECT first_air_date FROM table_28980706_4 WHERE episode = 4
CREATE TABLE table_28980706_4 (first_air_date VARCHAR, episode VARCHAR)
When 4 is the episode what is the air date?
SELECT COUNT(result) FROM table_29026564_9 WHERE score = "6–7 (2–7) , 6–2, 7–6 (7–3)"
CREATE TABLE table_29026564_9 (result VARCHAR, score VARCHAR)
How many different results were there for the scores 6–7 (2–7) , 6–2, 7–6 (7–3)?
SELECT writer FROM table_29039942_1 WHERE episode = 3
CREATE TABLE table_29039942_1 (writer VARCHAR, episode VARCHAR)
Who was the writer for episode 3?
SELECT original_airdate FROM table_29039942_1 WHERE writer = "Daisuke Habara" AND director = "Akimitsu Sasaki"
CREATE TABLE table_29039942_1 (original_airdate VARCHAR, writer VARCHAR, director VARCHAR)
What was the original airdate for the episode written by daisuke habara and directed by akimitsu sasaki
SELECT title FROM table_29039942_1 WHERE director = "Tomoyuki Furumaya"
CREATE TABLE table_29039942_1 (title VARCHAR, director VARCHAR)
What episode did tomoyuki furumaya
SELECT MIN(round) FROM table_29033869_3 WHERE result__includes_margin_ = "Lost by 36 points"
CREATE TABLE table_29033869_3 (round INTEGER, result__includes_margin_ VARCHAR)
What is the earliest round where collingswood lost by 36 points?
SELECT score__collingwoods_score_is_in_bold_ FROM table_29033869_3 WHERE date = "Saturday, 26 June 7:10pm"
CREATE TABLE table_29033869_3 (score__collingwoods_score_is_in_bold_ VARCHAR, date VARCHAR)
What was the score on saturday, 26 june 7:10pm?
SELECT MIN(round) FROM table_29033869_3 WHERE opponent = "Melbourne" AND date = "Saturday, 4 April 2:10pm"
CREATE TABLE table_29033869_3 (round INTEGER, opponent VARCHAR, date VARCHAR)
What is the round number of the round against melbourne on saturday, 4 april 2:10pm?
SELECT venue FROM table_29033869_3 WHERE opponent = "Essendon" AND position_on_ladder = "3rd"
CREATE TABLE table_29033869_3 (venue VARCHAR, opponent VARCHAR, position_on_ladder VARCHAR)
Which venue did collingsworth play essendon in when they had the 3rd position on the ladder?
SELECT home_away FROM table_29033869_3 WHERE position_on_ladder = "6th"
CREATE TABLE table_29033869_3 (home_away VARCHAR, position_on_ladder VARCHAR)
Was the round where they were in 6th at home or away?
SELECT previous_school FROM table_29050051_3 WHERE height = "ft5in (m)" AND position = "Forward"
CREATE TABLE table_29050051_3 (previous_school VARCHAR, height VARCHAR, position VARCHAR)
What was the previous school for the forward with a height of ft5in (m)?
SELECT MIN(_number) FROM table_29050051_3
CREATE TABLE table_29050051_3 (_number INTEGER)
What is the lowest listed number for a player?
SELECT name FROM table_29050051_3 WHERE previous_school = "South Kent School / Brentwood HS"
CREATE TABLE table_29050051_3 (name VARCHAR, previous_school VARCHAR)
Who previously attended south kent school / brentwood hs?
SELECT MAX(_number) FROM table_29050051_3 WHERE position = "Guard" AND previous_school = "Brophy College Prep"
CREATE TABLE table_29050051_3 (_number INTEGER, position VARCHAR, previous_school VARCHAR)
What is the highest number a guard from brophy college prep wore?
SELECT COUNT(directed_by) FROM table_29063233_1 WHERE uk_viewers__million_ = "6.16"
CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR)
How many directed by entries have UK viewership over 6.16 million?
SELECT directed_by FROM table_29063233_1 WHERE uk_viewers__million_ = "5.77"
CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR)
Who directed the episode with a UK viewership of exactly 5.77 million?
SELECT original_air_date FROM table_29063233_1 WHERE uk_viewers__million_ = "6.02"
CREATE TABLE table_29063233_1 (original_air_date VARCHAR, uk_viewers__million_ VARCHAR)
What was the airdate of the episode with a UK viewership of 6.02 million?
SELECT directed_by FROM table_29063233_1 WHERE uk_viewers__million_ = "6.09"
CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR)
Who directed the episode with UK viewership of 6.09 million?
SELECT general_classification FROM table_29077342_19 WHERE winner = "Mauricio Soler"
CREATE TABLE table_29077342_19 (general_classification VARCHAR, winner VARCHAR)
Name the general classification for mauricio soler
SELECT general_classification FROM table_29077342_19 WHERE winner = "Steven Kruijswijk"
CREATE TABLE table_29077342_19 (general_classification VARCHAR, winner VARCHAR)
Name the general classification for steven kruijswijk
SELECT points_classification FROM table_29077342_19 WHERE general_classification = "Levi Leipheimer"
CREATE TABLE table_29077342_19 (points_classification VARCHAR, general_classification VARCHAR)
Name the points classification for levi leipheimer
SELECT mountains_classification FROM table_29077342_19 WHERE team_classification = "Rabobank" AND general_classification = "Damiano Cunego"
CREATE TABLE table_29077342_19 (mountains_classification VARCHAR, team_classification VARCHAR, general_classification VARCHAR)
Name the mountains classification for rabobank and damiano cunego
SELECT team_classification FROM table_29077342_19 WHERE winner = "Thomas De Gendt"
CREATE TABLE table_29077342_19 (team_classification VARCHAR, winner VARCHAR)
Name the team classification for thomas de gendt
SELECT built_for FROM table_29071587_1 WHERE original_no = "24D"
CREATE TABLE table_29071587_1 (built_for VARCHAR, original_no VARCHAR)
What is listed in built for when the original number is 24d?
SELECT MAX(season__number) FROM table_29102612_1 WHERE us_viewers__millions_ = "5.3"
CREATE TABLE table_29102612_1 (season__number INTEGER, us_viewers__millions_ VARCHAR)
What is the season # when ther are 5.3 million U.S viewers?
SELECT title FROM table_29087004_3 WHERE written_by = "Eric Trueheart"
CREATE TABLE table_29087004_3 (title VARCHAR, written_by VARCHAR)
What are the titles of episodes written by Eric Trueheart?
SELECT written_by FROM table_29087004_3 WHERE united_states_original_airdate = "June 9, 2012"
CREATE TABLE table_29087004_3 (written_by VARCHAR, united_states_original_airdate VARCHAR)
Who were the writers of episode/s first aired in the US on June 9, 2012?
SELECT written_by FROM table_29087004_3 WHERE directed_by = "Greg Sullivan" AND united_states_original_airdate = "July 21, 2012"
CREATE TABLE table_29087004_3 (written_by VARCHAR, directed_by VARCHAR, united_states_original_airdate VARCHAR)
Who were the writers of the episodes directed by Greg Sullivan and which first aired on July 21, 2012?
SELECT series__number FROM table_29087004_3 WHERE written_by = "Evan Gore"
CREATE TABLE table_29087004_3 (series__number VARCHAR, written_by VARCHAR)
Which episode/s were written by Evan Gore?
SELECT away_team FROM table_29090919_1 WHERE home_team = "Essendon"
CREATE TABLE table_29090919_1 (away_team VARCHAR, home_team VARCHAR)
Which team was the away team when home team was essendon?
SELECT COUNT(home_team) AS score FROM table_29090919_1 WHERE away_team = "Fitzroy"
CREATE TABLE table_29090919_1 (home_team VARCHAR, away_team VARCHAR)
How many scores were there for the home team when the away team was fitzroy?
SELECT away_team FROM table_29090919_1 WHERE home_team = "North Melbourne"
CREATE TABLE table_29090919_1 (away_team VARCHAR, home_team VARCHAR)
Which team was the away team when the home team was north melbourne?
SELECT date FROM table_29090919_1 WHERE home_team = "Melbourne"
CREATE TABLE table_29090919_1 (date VARCHAR, home_team VARCHAR)
What is the date of the game when the home team is melbourne?
SELECT singer_s_ FROM table_29135051_2 WHERE ratings = "1.45m"
CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, ratings VARCHAR)
Name the singer for 1.45m
SELECT singer_s_ FROM table_29135051_2 WHERE comedian = "Joe Wilkinson"
CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, comedian VARCHAR)
Name the singer for joe wilkinson
SELECT singer_s_ FROM table_29135051_2 WHERE guest_s_ = "Bruce Forsyth"
CREATE TABLE table_29135051_2 (singer_s_ VARCHAR, guest_s_ VARCHAR)
Name the singer for bruce forsyth
SELECT COUNT(ratings) FROM table_29135051_2 WHERE guest_s_ = "Bruce Forsyth"
CREATE TABLE table_29135051_2 (ratings VARCHAR, guest_s_ VARCHAR)
Name the number of ratings for bruce forsyth
SELECT guest_s_ FROM table_29135051_2 WHERE ratings = "1.64m"
CREATE TABLE table_29135051_2 (guest_s_ VARCHAR, ratings VARCHAR)
Name the guest for 1.64m ratings
SELECT constructor FROM table_2911781_3 WHERE grand_prix = "Belgian grand_prix"
CREATE TABLE table_2911781_3 (constructor VARCHAR, grand_prix VARCHAR)
What was the constructor in the Belgian Grand Prix round?
SELECT fastest_lap FROM table_2911781_3 WHERE rd = 15
CREATE TABLE table_2911781_3 (fastest_lap VARCHAR, rd VARCHAR)
Who had the fastest lap in round 15?
SELECT date FROM table_29126507_1 WHERE home_team = "Essendon"
CREATE TABLE table_29126507_1 (date VARCHAR, home_team VARCHAR)
When was the home team Essendon?
SELECT ground FROM table_29126507_1 WHERE away_team = "Richmond"
CREATE TABLE table_29126507_1 (ground VARCHAR, away_team VARCHAR)
When Richmond played as the away team, what was the ground?
SELECT date FROM table_29126507_1 WHERE home_team = "Fitzroy"
CREATE TABLE table_29126507_1 (date VARCHAR, home_team VARCHAR)
When did Fitzroy play as the home team?
SELECT scores FROM table_29141354_1 WHERE episode = "01x06"
CREATE TABLE table_29141354_1 (scores VARCHAR, episode VARCHAR)
what was the result on 01x06
SELECT episode FROM table_29141354_1 WHERE jamie_and_johns_guest = "Tom Daley"
CREATE TABLE table_29141354_1 (episode VARCHAR, jamie_and_johns_guest VARCHAR)
what was the size when tom daley appeared
SELECT COUNT(scores) FROM table_29141354_3 WHERE episode = "03x06"
CREATE TABLE table_29141354_3 (scores VARCHAR, episode VARCHAR)
How many scores had an episode of 03x06?
SELECT first_broadcast FROM table_29141354_4 WHERE jamie_and_johns_guest = "Mark Webber"
CREATE TABLE table_29141354_4 (first_broadcast VARCHAR, jamie_and_johns_guest VARCHAR)
When id the episode broadcast with Mark Webber as Jamie and John's guest?
SELECT first_broadcast FROM table_29141354_4 WHERE jamie_and_johns_guest = "Andy Murray"
CREATE TABLE table_29141354_4 (first_broadcast VARCHAR, jamie_and_johns_guest VARCHAR)
What date did the episode with Andy Murray as Jamie and John's guest first broadcast?
SELECT COUNT(andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4), _episode_2 FROM table_29141354_4 WHERE episode = "04x04"
CREATE TABLE table_29141354_4 (_episode_2 VARCHAR, andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_for_one_week_in_series_4 VARCHAR, episode VARCHAR)
How many items are listed under 'andrew and georgies guest lee mack replaced andrew flint as team captain for one week' for episode 04x04?
SELECT guest_s_ FROM table_29135051_3 WHERE ratings = "1.44m"
CREATE TABLE table_29135051_3 (guest_s_ VARCHAR, ratings VARCHAR)
who guest starred on the episode with a 1.44m rating
SELECT broadcast_date FROM table_29135051_3 WHERE guest_s_ = "Barbara Windsor and Heston Blumenthal"
CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, guest_s_ VARCHAR)
when was the episode on which barbara windsor and heston blumenthal guest starred broadcasted
SELECT COUNT(broadcast_date) FROM table_29135051_3 WHERE singer_s_ = "The Overtones"
CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, singer_s_ VARCHAR)
how many broadcaste dates features the overtones
SELECT COUNT(guest_s_) FROM table_29135051_3 WHERE broadcast_date = "11September2012"
CREATE TABLE table_29135051_3 (guest_s_ VARCHAR, broadcast_date VARCHAR)
how many guest stars did the episode that was broadcasted 11september2012 have