combined_text stringlengths 106 1.05k |
|---|
###question:for the drumset name td-15k how many snare pads are###answer:SELECT COUNT(snare_pad) FROM table_2889300_6 WHERE drumset_name = "TD-15K"###context:CREATE TABLE table_2889300_6 (snare_pad VARCHAR, drumset_name VARCHAR) |
###question:Who won the race on June 26?###answer:SELECT race_winner FROM table_28925058_1 WHERE date = "June 26"###context:CREATE TABLE table_28925058_1 (race_winner VARCHAR, date VARCHAR) |
###question:Who won the race on August 15?###answer:SELECT race_winner FROM table_28925058_1 WHERE date = "August 15"###context:CREATE TABLE table_28925058_1 (race_winner VARCHAR, date VARCHAR) |
###question:What is the date of the Italian Grand Prix?###answer:SELECT date FROM table_28925058_1 WHERE grand_prix = "Italian grand_prix"###context:CREATE TABLE table_28925058_1 (date VARCHAR, grand_prix VARCHAR) |
###question:How many dates did Daniel Ruiz win the Spanish Grand Prix?###answer:SELECT COUNT(date) FROM table_28925058_1 WHERE grand_prix = "Spanish grand_prix" AND race_winner = "Daniel Ruiz"###context:CREATE TABLE table_28925058_1 (date VARCHAR, grand_prix VARCHAR, race_winner VARCHAR) |
###question:Who won the race on May 1?###answer:SELECT race_winner FROM table_28925058_1 WHERE date = "May 1"###context:CREATE TABLE table_28925058_1 (race_winner VARCHAR, date VARCHAR) |
###question:When james rutherford is the incumbent how many dates are there?###answer:SELECT COUNT(date) FROM table_28898974_3 WHERE incumbent = "James Rutherford"###context:CREATE TABLE table_28898974_3 (date VARCHAR, incumbent VARCHAR) |
###question:When edward shaw is the winner what is the date?###answer:SELECT date FROM table_28898974_3 WHERE winner = "Edward Shaw"###context:CREATE TABLE table_28898974_3 (date VARCHAR, winner VARCHAR) |
###question:When peninsula is the electorate what is the reason?###answer:SELECT reason FROM table_28898974_3 WHERE electorate = "Peninsula"###context:CREATE TABLE table_28898974_3 (reason VARCHAR, electorate VARCHAR) |
###question:When james seaton is the incumbent what is the reason?###answer:SELECT reason FROM table_28898974_3 WHERE incumbent = "James Seaton"###context:CREATE TABLE table_28898974_3 (reason VARCHAR, incumbent VARCHAR) |
###question:What was the handicap when the prize money was 120s?###answer:SELECT handicap FROM table_2896329_1 WHERE prize_money = "120s"###context:CREATE TABLE table_2896329_1 (handicap VARCHAR, prize_money VARCHAR) |
###question:On what date was the handicap 8 st 12 lb?###answer:SELECT date FROM table_2896329_1 WHERE handicap = "8 st 12 lb"###context:CREATE TABLE table_2896329_1 (date VARCHAR, handicap VARCHAR) |
###question:On what date was the track Ballarat? ###answer:SELECT date FROM table_2896329_1 WHERE track = "Ballarat"###context:CREATE TABLE table_2896329_1 (date VARCHAR, track VARCHAR) |
###question:How many literate males are there in the taluka name nevasa?###answer:SELECT MAX(Literate) AS male FROM table_28939145_2 WHERE taluka_name = "Nevasa"###context:CREATE TABLE table_28939145_2 (Literate INTEGER, taluka_name VARCHAR) |
###question:how many literate males are there that has a district population of 6.65?###answer:SELECT Literate AS male FROM table_28939145_2 WHERE _percentage_of_district_population = "6.65"###context:CREATE TABLE table_28939145_2 (Literate VARCHAR, _percentage_of_district_population VARCHAR) |
###question:How many males are in the group that has an amount of 139361###answer:SELECT male FROM table_28939145_2 WHERE female = 139361###context:CREATE TABLE table_28939145_2 (male VARCHAR, female VARCHAR) |
###question:List all the runners-up on 16 October 2012?###answer:SELECT runners_up FROM table_28962227_1 WHERE finale = "16 October 2012"###context:CREATE TABLE table_28962227_1 (runners_up VARCHAR, finale VARCHAR) |
###question:What is the date when Miranda Gore Browne was runner-up?###answer:SELECT finale FROM table_28962227_1 WHERE runners_up = "Miranda Gore Browne"###context:CREATE TABLE table_28962227_1 (finale VARCHAR, runners_up VARCHAR) |
###question:What is the date of the finale where Holly Bell was runner-up?###answer:SELECT finale FROM table_28962227_1 WHERE runners_up = "Holly Bell"###context:CREATE TABLE table_28962227_1 (finale VARCHAR, runners_up VARCHAR) |
###question:What is the premiere of the season where Holly Bell was the runner-up?###answer:SELECT premiere FROM table_28962227_1 WHERE runners_up = "Holly Bell"###context:CREATE TABLE table_28962227_1 (premiere VARCHAR, runners_up VARCHAR) |
###question:How many runners-up were there when Joanne Wheatley won?###answer:SELECT COUNT(runners_up) FROM table_28962227_1 WHERE winner = "Joanne Wheatley"###context:CREATE TABLE table_28962227_1 (runners_up VARCHAR, winner VARCHAR) |
###question:Who won the season for which Brendan Lynch is the runner-up?###answer:SELECT winner FROM table_28962227_1 WHERE runners_up = "Brendan Lynch"###context:CREATE TABLE table_28962227_1 (winner VARCHAR, runners_up VARCHAR) |
###question:What is the pick # when the new jersey devils is the nhl team?###answer:SELECT pick__number FROM table_2897457_3 WHERE nhl_team = "New Jersey Devils"###context:CREATE TABLE table_2897457_3 (pick__number VARCHAR, nhl_team VARCHAR) |
###question:Which college/junior/team has defence as the position with canada as the nationality and the pick # is less than 61.0?###answer:SELECT college_junior_club_team FROM table_2897457_3 WHERE position = "Defence" AND nationality = "Canada" AND pick__number < 61.0###context:CREATE TABLE table_2897457_3 (college_j... |
###question:Which nhl team has kris draper as the player?###answer:SELECT nhl_team FROM table_2897457_3 WHERE player = "Kris Draper"###context:CREATE TABLE table_2897457_3 (nhl_team VARCHAR, player VARCHAR) |
###question:Which position has new Jersey Devils as the nhl team?###answer:SELECT position FROM table_2897457_3 WHERE nhl_team = "New Jersey Devils"###context:CREATE TABLE table_2897457_3 (position VARCHAR, nhl_team VARCHAR) |
###question:Which college/junior/club team has jim mathieson as the player?###answer:SELECT college_junior_club_team FROM table_2897457_3 WHERE player = "Jim Mathieson"###context:CREATE TABLE table_2897457_3 (college_junior_club_team VARCHAR, player VARCHAR) |
###question:What is the production code of the episode with series #8?###answer:SELECT production_code FROM table_28967275_2 WHERE series__number = 8###context:CREATE TABLE table_28967275_2 (production_code VARCHAR, series__number VARCHAR) |
###question:What is the title of the episode with series number 14?###answer:SELECT episode_title FROM table_28967275_2 WHERE series__number = 14###context:CREATE TABLE table_28967275_2 (episode_title VARCHAR, series__number VARCHAR) |
###question:What is the original airdate of episode #31?###answer:SELECT original_air_date FROM table_28967275_2 WHERE episode__number = 31###context:CREATE TABLE table_28967275_2 (original_air_date VARCHAR, episode__number VARCHAR) |
###question:Who was drafted to the Vancouver Canucks?###answer:SELECT player FROM table_2897457_8 WHERE nhl_team = "Vancouver Canucks"###context:CREATE TABLE table_2897457_8 (player VARCHAR, nhl_team VARCHAR) |
###question:How many figures are provided for the team when the position drafted is center?###answer:SELECT COUNT(nhl_team) FROM table_2897457_8 WHERE position = "Center"###context:CREATE TABLE table_2897457_8 (nhl_team VARCHAR, position VARCHAR) |
###question:What was the pick number when Paul Krake was selected?###answer:SELECT MIN(pick__number) FROM table_2897457_8 WHERE player = "Paul Krake"###context:CREATE TABLE table_2897457_8 (pick__number INTEGER, player VARCHAR) |
###question:What pick number did the New York Rangers have?###answer:SELECT pick__number FROM table_2897457_8 WHERE nhl_team = "New York Rangers"###context:CREATE TABLE table_2897457_8 (pick__number VARCHAR, nhl_team VARCHAR) |
###question:What pick number was the Boston Bruins selection for defence?###answer:SELECT pick__number FROM table_2897457_8 WHERE position = "Defence" AND nhl_team = "Boston Bruins"###context:CREATE TABLE table_2897457_8 (pick__number VARCHAR, position VARCHAR, nhl_team VARCHAR) |
###question:Which player is pick 64?###answer:SELECT player FROM table_2897457_4 WHERE pick__number = 64###context:CREATE TABLE table_2897457_4 (player VARCHAR, pick__number VARCHAR) |
###question:Which player is the centre for the Detroit Red Wings?###answer:SELECT player FROM table_2897457_4 WHERE position = "Centre" AND nhl_team = "Detroit Red Wings"###context:CREATE TABLE table_2897457_4 (player VARCHAR, position VARCHAR, nhl_team VARCHAR) |
###question:How many positions drafted for the Minnesota North Stars?###answer:SELECT COUNT(position) FROM table_2897457_4 WHERE nhl_team = "Minnesota North Stars"###context:CREATE TABLE table_2897457_4 (position VARCHAR, nhl_team VARCHAR) |
###question:What position did Roseau High School (USHS-MN) play?###answer:SELECT position FROM table_2897457_7 WHERE college_junior_club_team = "Roseau High School (USHS-MN)"###context:CREATE TABLE table_2897457_7 (position VARCHAR, college_junior_club_team VARCHAR) |
###question:What are Scott Zygulski's pick numbers?###answer:SELECT pick__number FROM table_2897457_7 WHERE player = "Scott Zygulski"###context:CREATE TABLE table_2897457_7 (pick__number VARCHAR, player VARCHAR) |
###question:Which country is pick# 136 from?###answer:SELECT nationality FROM table_2897457_7 WHERE pick__number = 136###context:CREATE TABLE table_2897457_7 (nationality VARCHAR, pick__number VARCHAR) |
###question:How many nationalities does Alex Nikolic come from?###answer:SELECT COUNT(nationality) FROM table_2897457_7 WHERE player = "Alex Nikolic"###context:CREATE TABLE table_2897457_7 (nationality VARCHAR, player VARCHAR) |
###question:How many NHL teams have a pick number of 128?###answer:SELECT COUNT(nhl_team) FROM table_2897457_7 WHERE pick__number = 128###context:CREATE TABLE table_2897457_7 (nhl_team VARCHAR, pick__number VARCHAR) |
###question:Name the opponents for anabel medina garrigues###answer:SELECT COUNT(opponents) FROM table_28979895_4 WHERE partner = "Anabel Medina Garrigues"###context:CREATE TABLE table_28979895_4 (opponents VARCHAR, partner VARCHAR) |
###question:Name the parter for w/o###answer:SELECT partner FROM table_28979895_4 WHERE score = "w/o"###context:CREATE TABLE table_28979895_4 (partner VARCHAR, score VARCHAR) |
###question:Which of the networks originate in Xalapa?###answer:SELECT network FROM table_2899987_2 WHERE origin = "Xalapa"###context:CREATE TABLE table_2899987_2 (network VARCHAR, origin VARCHAR) |
###question:What are all the programs on the Soy Guerrero network?###answer:SELECT programming FROM table_2899987_2 WHERE network = "Soy Guerrero"###context:CREATE TABLE table_2899987_2 (programming VARCHAR, network VARCHAR) |
###question:Which owners originate in Mexico City?###answer:SELECT owner FROM table_2899987_2 WHERE origin = "Mexico City"###context:CREATE TABLE table_2899987_2 (owner VARCHAR, origin VARCHAR) |
###question:Which network serves the Guerrero region###answer:SELECT network FROM table_2899987_2 WHERE region = "Guerrero"###context:CREATE TABLE table_2899987_2 (network VARCHAR, region VARCHAR) |
###question:Which regions are owned by estado de tabasco?###answer:SELECT region FROM table_2899987_2 WHERE owner = "Estado de Tabasco"###context:CREATE TABLE table_2899987_2 (region VARCHAR, owner VARCHAR) |
###question:What subdivision names (RU) have a code of by-hr?###answer:SELECT subdivision_name___ru____bgn_pcgn_ FROM table_290017_1 WHERE code = "BY-HR"###context:CREATE TABLE table_290017_1 (subdivision_name___ru____bgn_pcgn_ VARCHAR, code VARCHAR) |
###question:What cods have a subdivision name (RU) of Grodnenskaya Oblast'?###answer:SELECT code FROM table_290017_1 WHERE subdivision_name___ru____bgn_pcgn_ = "Grodnenskaya oblast'"###context:CREATE TABLE table_290017_1 (code VARCHAR, subdivision_name___ru____bgn_pcgn_ VARCHAR) |
###question:What are the subdivision names (RU) where the subdivision name (BE) is Hrodzenskaya Voblasts'?###answer:SELECT subdivision_name___ru____gost_ FROM table_290017_1 WHERE subdivision_name___be____bgn_pcgn_ = "Hrodzenskaya voblasts'"###context:CREATE TABLE table_290017_1 (subdivision_name___ru____gost_ VARCHAR,... |
###question:What is the subdivision name (BE) where subdivision name (RU) (BGN) is Grodnenskaya Oblast'?###answer:SELECT subdivision_name___be____bgn_pcgn_ FROM table_290017_1 WHERE subdivision_name___ru____bgn_pcgn_ = "Grodnenskaya oblast'"###context:CREATE TABLE table_290017_1 (subdivision_name___be____bgn_pcgn_ VARC... |
###question:Which codes have subdivision names (BE) (BGN) of Homyel'skaya Voblasts'?###answer:SELECT code FROM table_290017_1 WHERE subdivision_name___be____bgn_pcgn_ = "Homyel'skaya voblasts'"###context:CREATE TABLE table_290017_1 (code VARCHAR, subdivision_name___be____bgn_pcgn_ VARCHAR) |
###question:Name the into service for dh1###answer:SELECT into_service FROM table_29002641_1 WHERE number = "DH1"###context:CREATE TABLE table_29002641_1 (into_service VARCHAR, number VARCHAR) |
###question:Name the into service for dh2###answer:SELECT into_service FROM table_29002641_1 WHERE number = "DH2"###context:CREATE TABLE table_29002641_1 (into_service VARCHAR, number VARCHAR) |
###question:Name the most serial number for feb 1994###answer:SELECT MAX(Serial) AS number FROM table_29002641_1 WHERE scrapped = "Feb 1994"###context:CREATE TABLE table_29002641_1 (Serial INTEGER, scrapped VARCHAR) |
###question:Name the number for 2004 scapped###answer:SELECT number FROM table_29002641_1 WHERE scrapped = "2004"###context:CREATE TABLE table_29002641_1 (number VARCHAR, scrapped VARCHAR) |
###question:How many month names are there for the tenth numbered month?###answer:SELECT COUNT(month_name) FROM table_28985631_1 WHERE numbered_month = "Tenth"###context:CREATE TABLE table_28985631_1 (month_name VARCHAR, numbered_month VARCHAR) |
###question:What is the defective year for the eighth numbered month?###answer:SELECT defective_year FROM table_28985631_1 WHERE numbered_month = "Eighth"###context:CREATE TABLE table_28985631_1 (defective_year VARCHAR, numbered_month VARCHAR) |
###question:What is the month sequence for the month name of av?###answer:SELECT MIN(month_sequence) FROM table_28985631_1 WHERE month_name = "Av"###context:CREATE TABLE table_28985631_1 (month_sequence INTEGER, month_name VARCHAR) |
###question:What is the defective year for the regular year of 29 days and month sequence of 2?###answer:SELECT MAX(defective_year) FROM table_28985631_1 WHERE regular_year = "29 days" AND month_sequence = 2###context:CREATE TABLE table_28985631_1 (defective_year INTEGER, regular_year VARCHAR, month_sequence VARCHAR) |
###question:When 4.5 is the rating (18-49) what is the air date?###answer:SELECT first_air_date FROM table_28980706_4 WHERE rating__18_49_ = "4.5"###context:CREATE TABLE table_28980706_4 (first_air_date VARCHAR, rating__18_49_ VARCHAR) |
###question:When 13 is the share (18-49) what is the rank (timeslot)?###answer:SELECT rank__timeslot_ FROM table_28980706_4 WHERE share__18_49_ = 13###context:CREATE TABLE table_28980706_4 (rank__timeslot_ VARCHAR, share__18_49_ VARCHAR) |
###question:When 11 is the episode what is the air date?###answer:SELECT first_air_date FROM table_28980706_4 WHERE episode = 11###context:CREATE TABLE table_28980706_4 (first_air_date VARCHAR, episode VARCHAR) |
###question:When there are 10.02 million viewers what is the rating (18-49)?###answer:SELECT rating__18_49_ FROM table_28980706_4 WHERE viewers__millions_ = "10.02"###context:CREATE TABLE table_28980706_4 (rating__18_49_ VARCHAR, viewers__millions_ VARCHAR) |
###question:When there are 9.28 million viewers what is the share (18-49)?###answer:SELECT share__18_49_ FROM table_28980706_4 WHERE viewers__millions_ = "9.28"###context:CREATE TABLE table_28980706_4 (share__18_49_ VARCHAR, viewers__millions_ VARCHAR) |
###question:When 4 is the episode what is the air date?###answer:SELECT first_air_date FROM table_28980706_4 WHERE episode = 4###context:CREATE TABLE table_28980706_4 (first_air_date VARCHAR, episode VARCHAR) |
###question:How many different results were there for the scores 6β7 (2β7) , 6β2, 7β6 (7β3)?###answer:SELECT COUNT(result) FROM table_29026564_9 WHERE score = "6β7 (2β7) , 6β2, 7β6 (7β3)"###context:CREATE TABLE table_29026564_9 (result VARCHAR, score VARCHAR) |
###question:Who was the writer for episode 3?###answer:SELECT writer FROM table_29039942_1 WHERE episode = 3###context:CREATE TABLE table_29039942_1 (writer VARCHAR, episode VARCHAR) |
###question:What was the original airdate for the episode written by daisuke habara and directed by akimitsu sasaki###answer:SELECT original_airdate FROM table_29039942_1 WHERE writer = "Daisuke Habara" AND director = "Akimitsu Sasaki"###context:CREATE TABLE table_29039942_1 (original_airdate VARCHAR, writer VARCHAR, d... |
###question:What episode did tomoyuki furumaya###answer:SELECT title FROM table_29039942_1 WHERE director = "Tomoyuki Furumaya"###context:CREATE TABLE table_29039942_1 (title VARCHAR, director VARCHAR) |
###question:What is the earliest round where collingswood lost by 36 points?###answer:SELECT MIN(round) FROM table_29033869_3 WHERE result__includes_margin_ = "Lost by 36 points"###context:CREATE TABLE table_29033869_3 (round INTEGER, result__includes_margin_ VARCHAR) |
###question:What was the score on saturday, 26 june 7:10pm?###answer:SELECT score__collingwoods_score_is_in_bold_ FROM table_29033869_3 WHERE date = "Saturday, 26 June 7:10pm"###context:CREATE TABLE table_29033869_3 (score__collingwoods_score_is_in_bold_ VARCHAR, date VARCHAR) |
###question:What is the round number of the round against melbourne on saturday, 4 april 2:10pm?###answer:SELECT MIN(round) FROM table_29033869_3 WHERE opponent = "Melbourne" AND date = "Saturday, 4 April 2:10pm"###context:CREATE TABLE table_29033869_3 (round INTEGER, opponent VARCHAR, date VARCHAR) |
###question:Which venue did collingsworth play essendon in when they had the 3rd position on the ladder?###answer:SELECT venue FROM table_29033869_3 WHERE opponent = "Essendon" AND position_on_ladder = "3rd"###context:CREATE TABLE table_29033869_3 (venue VARCHAR, opponent VARCHAR, position_on_ladder VARCHAR) |
###question:Was the round where they were in 6th at home or away?###answer:SELECT home_away FROM table_29033869_3 WHERE position_on_ladder = "6th"###context:CREATE TABLE table_29033869_3 (home_away VARCHAR, position_on_ladder VARCHAR) |
###question:What was the previous school for the forward with a height of ft5in (m)?###answer:SELECT previous_school FROM table_29050051_3 WHERE height = "ft5in (m)" AND position = "Forward"###context:CREATE TABLE table_29050051_3 (previous_school VARCHAR, height VARCHAR, position VARCHAR) |
###question:What is the lowest listed number for a player?###answer:SELECT MIN(_number) FROM table_29050051_3###context:CREATE TABLE table_29050051_3 (_number INTEGER) |
###question:Who previously attended south kent school / brentwood hs?###answer:SELECT name FROM table_29050051_3 WHERE previous_school = "South Kent School / Brentwood HS"###context:CREATE TABLE table_29050051_3 (name VARCHAR, previous_school VARCHAR) |
###question:What is the highest number a guard from brophy college prep wore?###answer:SELECT MAX(_number) FROM table_29050051_3 WHERE position = "Guard" AND previous_school = "Brophy College Prep"###context:CREATE TABLE table_29050051_3 (_number INTEGER, position VARCHAR, previous_school VARCHAR) |
###question:How many directed by entries have UK viewership over 6.16 million?###answer:SELECT COUNT(directed_by) FROM table_29063233_1 WHERE uk_viewers__million_ = "6.16"###context:CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) |
###question:Who directed the episode with a UK viewership of exactly 5.77 million?###answer:SELECT directed_by FROM table_29063233_1 WHERE uk_viewers__million_ = "5.77"###context:CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) |
###question:What was the airdate of the episode with a UK viewership of 6.02 million?###answer:SELECT original_air_date FROM table_29063233_1 WHERE uk_viewers__million_ = "6.02"###context:CREATE TABLE table_29063233_1 (original_air_date VARCHAR, uk_viewers__million_ VARCHAR) |
###question:Who directed the episode with UK viewership of 6.09 million?###answer:SELECT directed_by FROM table_29063233_1 WHERE uk_viewers__million_ = "6.09"###context:CREATE TABLE table_29063233_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) |
###question:Name the general classification for mauricio soler###answer:SELECT general_classification FROM table_29077342_19 WHERE winner = "Mauricio Soler"###context:CREATE TABLE table_29077342_19 (general_classification VARCHAR, winner VARCHAR) |
###question:Name the general classification for steven kruijswijk###answer:SELECT general_classification FROM table_29077342_19 WHERE winner = "Steven Kruijswijk"###context:CREATE TABLE table_29077342_19 (general_classification VARCHAR, winner VARCHAR) |
###question:Name the points classification for levi leipheimer###answer:SELECT points_classification FROM table_29077342_19 WHERE general_classification = "Levi Leipheimer"###context:CREATE TABLE table_29077342_19 (points_classification VARCHAR, general_classification VARCHAR) |
###question:Name the mountains classification for rabobank and damiano cunego###answer:SELECT mountains_classification FROM table_29077342_19 WHERE team_classification = "Rabobank" AND general_classification = "Damiano Cunego"###context:CREATE TABLE table_29077342_19 (mountains_classification VARCHAR, team_classificati... |
###question:Name the team classification for thomas de gendt###answer:SELECT team_classification FROM table_29077342_19 WHERE winner = "Thomas De Gendt"###context:CREATE TABLE table_29077342_19 (team_classification VARCHAR, winner VARCHAR) |
###question:What is listed in built for when the original number is 24d?###answer:SELECT built_for FROM table_29071587_1 WHERE original_no = "24D"###context:CREATE TABLE table_29071587_1 (built_for VARCHAR, original_no VARCHAR) |
###question:What is the season # when ther are 5.3 million U.S viewers?###answer:SELECT MAX(season__number) FROM table_29102612_1 WHERE us_viewers__millions_ = "5.3"###context:CREATE TABLE table_29102612_1 (season__number INTEGER, us_viewers__millions_ VARCHAR) |
###question:What are the titles of episodes written by Eric Trueheart?###answer:SELECT title FROM table_29087004_3 WHERE written_by = "Eric Trueheart"###context:CREATE TABLE table_29087004_3 (title VARCHAR, written_by VARCHAR) |
###question:Who were the writers of episode/s first aired in the US on June 9, 2012?###answer:SELECT written_by FROM table_29087004_3 WHERE united_states_original_airdate = "June 9, 2012"###context:CREATE TABLE table_29087004_3 (written_by VARCHAR, united_states_original_airdate VARCHAR) |
###question:Who were the writers of the episodes directed by Greg Sullivan and which first aired on July 21, 2012?###answer:SELECT written_by FROM table_29087004_3 WHERE directed_by = "Greg Sullivan" AND united_states_original_airdate = "July 21, 2012"###context:CREATE TABLE table_29087004_3 (written_by VARCHAR, direct... |
###question:Which episode/s were written by Evan Gore?###answer:SELECT series__number FROM table_29087004_3 WHERE written_by = "Evan Gore"###context:CREATE TABLE table_29087004_3 (series__number VARCHAR, written_by VARCHAR) |
###question:Which team was the away team when home team was essendon?###answer:SELECT away_team FROM table_29090919_1 WHERE home_team = "Essendon"###context:CREATE TABLE table_29090919_1 (away_team VARCHAR, home_team VARCHAR) |
###question:How many scores were there for the home team when the away team was fitzroy?###answer:SELECT COUNT(home_team) AS score FROM table_29090919_1 WHERE away_team = "Fitzroy"###context:CREATE TABLE table_29090919_1 (home_team VARCHAR, away_team VARCHAR) |
###question:Which team was the away team when the home team was north melbourne?###answer:SELECT away_team FROM table_29090919_1 WHERE home_team = "North Melbourne"###context:CREATE TABLE table_29090919_1 (away_team VARCHAR, home_team VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.