question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
what is the united fc wehre pifa colaba is maratha united?
CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Maratha United"
### Context: CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR) ### Question: what is the united fc wehre pifa colaba is maratha united? ### Answer: SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Maratha United"
what is the united fc where pifa colaba is sporting options?
CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
### Context: CREATE TABLE table_28759261_5 (united_fc VARCHAR, pifa_colaba_fc_u_17 VARCHAR) ### Question: what is the united fc where pifa colaba is sporting options? ### Answer: SELECT united_fc FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
what is the dadar xi b where pifa colaba is sporting options?
CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, pifa_colaba_fc_u_17 VARCHAR)
SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
### Context: CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, pifa_colaba_fc_u_17 VARCHAR) ### Question: what is the dadar xi b where pifa colaba is sporting options? ### Answer: SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE pifa_colaba_fc_u_17 = "Sporting Options"
what is the athens xi where dada xi b is strikers fc?
CREATE TABLE table_28759261_5 (athens_xi VARCHAR, dadar_xi_‘b’ VARCHAR)
SELECT athens_xi FROM table_28759261_5 WHERE dadar_xi_‘b’ = "Strikers FC"
### Context: CREATE TABLE table_28759261_5 (athens_xi VARCHAR, dadar_xi_‘b’ VARCHAR) ### Question: what is the athens xi where dada xi b is strikers fc? ### Answer: SELECT athens_xi FROM table_28759261_5 WHERE dadar_xi_‘b’ = "Strikers FC"
what is the dadar xi b where the good shepherd is sea liner fc?
CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, good_shepherd VARCHAR)
SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE good_shepherd = "Sea Liner FC"
### Context: CREATE TABLE table_28759261_5 (dadar_xi_‘b’ VARCHAR, good_shepherd VARCHAR) ### Question: what is the dadar xi b where the good shepherd is sea liner fc? ### Answer: SELECT dadar_xi_‘b’ FROM table_28759261_5 WHERE good_shepherd = "Sea Liner FC"
What is the Record at School of Tom O'Brien's team?
CREATE TABLE table_28744929_2 (record_at_school VARCHAR, head_coach VARCHAR)
SELECT record_at_school FROM table_28744929_2 WHERE head_coach = "Tom O'Brien"
### Context: CREATE TABLE table_28744929_2 (record_at_school VARCHAR, head_coach VARCHAR) ### Question: What is the Record at School of Tom O'Brien's team? ### Answer: SELECT record_at_school FROM table_28744929_2 WHERE head_coach = "Tom O'Brien"
How many values were used to express the years at school of the Maryland team?
CREATE TABLE table_28744929_2 (years_at_school VARCHAR, team VARCHAR)
SELECT COUNT(years_at_school) FROM table_28744929_2 WHERE team = "Maryland"
### Context: CREATE TABLE table_28744929_2 (years_at_school VARCHAR, team VARCHAR) ### Question: How many values were used to express the years at school of the Maryland team? ### Answer: SELECT COUNT(years_at_school) FROM table_28744929_2 WHERE team = "Maryland"
What is the record in the atlantic coast conference for the Miami team?
CREATE TABLE table_28744929_2 (acc_record VARCHAR, team VARCHAR)
SELECT acc_record FROM table_28744929_2 WHERE team = "Miami"
### Context: CREATE TABLE table_28744929_2 (acc_record VARCHAR, team VARCHAR) ### Question: What is the record in the atlantic coast conference for the Miami team? ### Answer: SELECT acc_record FROM table_28744929_2 WHERE team = "Miami"
How many values reflect the overall record of the team coached by Frank Beamer?
CREATE TABLE table_28744929_2 (overall_record VARCHAR, head_coach VARCHAR)
SELECT COUNT(overall_record) FROM table_28744929_2 WHERE head_coach = "Frank Beamer"
### Context: CREATE TABLE table_28744929_2 (overall_record VARCHAR, head_coach VARCHAR) ### Question: How many values reflect the overall record of the team coached by Frank Beamer? ### Answer: SELECT COUNT(overall_record) FROM table_28744929_2 WHERE head_coach = "Frank Beamer"
what type over school is Clemson?
CREATE TABLE table_28744929_1 (school_type VARCHAR, institution VARCHAR)
SELECT school_type FROM table_28744929_1 WHERE institution = "Clemson"
### Context: CREATE TABLE table_28744929_1 (school_type VARCHAR, institution VARCHAR) ### Question: what type over school is Clemson? ### Answer: SELECT school_type FROM table_28744929_1 WHERE institution = "Clemson"
what year did north carolina institution join the acc?
CREATE TABLE table_28744929_1 (joined_acc INTEGER, institution VARCHAR)
SELECT MAX(joined_acc) FROM table_28744929_1 WHERE institution = "North Carolina"
### Context: CREATE TABLE table_28744929_1 (joined_acc INTEGER, institution VARCHAR) ### Question: what year did north carolina institution join the acc? ### Answer: SELECT MAX(joined_acc) FROM table_28744929_1 WHERE institution = "North Carolina"
how many acc football titles have been won by the institution nicknamed tar heels?
CREATE TABLE table_28744929_1 (acc_football_titles VARCHAR, nickname VARCHAR)
SELECT acc_football_titles FROM table_28744929_1 WHERE nickname = "Tar Heels"
### Context: CREATE TABLE table_28744929_1 (acc_football_titles VARCHAR, nickname VARCHAR) ### Question: how many acc football titles have been won by the institution nicknamed tar heels? ### Answer: SELECT acc_football_titles FROM table_28744929_1 WHERE nickname = "Tar Heels"
what type of school is the institution nicknamed seminoles?
CREATE TABLE table_28744929_1 (school_type VARCHAR, nickname VARCHAR)
SELECT school_type FROM table_28744929_1 WHERE nickname = "Seminoles"
### Context: CREATE TABLE table_28744929_1 (school_type VARCHAR, nickname VARCHAR) ### Question: what type of school is the institution nicknamed seminoles? ### Answer: SELECT school_type FROM table_28744929_1 WHERE nickname = "Seminoles"
when did the institution at chapel hill, North carolina join acc?
CREATE TABLE table_28744929_1 (joined_acc VARCHAR, location VARCHAR)
SELECT joined_acc FROM table_28744929_1 WHERE location = "Chapel Hill, North Carolina"
### Context: CREATE TABLE table_28744929_1 (joined_acc VARCHAR, location VARCHAR) ### Question: when did the institution at chapel hill, North carolina join acc? ### Answer: SELECT joined_acc FROM table_28744929_1 WHERE location = "Chapel Hill, North Carolina"
What were the supersonics record at game 2?
CREATE TABLE table_28768469_5 (record VARCHAR, game VARCHAR)
SELECT record FROM table_28768469_5 WHERE game = 2
### Context: CREATE TABLE table_28768469_5 (record VARCHAR, game VARCHAR) ### Question: What were the supersonics record at game 2? ### Answer: SELECT record FROM table_28768469_5 WHERE game = 2
What is the most amount of games played this season?
CREATE TABLE table_28768469_5 (game INTEGER)
SELECT MAX(game) FROM table_28768469_5
### Context: CREATE TABLE table_28768469_5 (game INTEGER) ### Question: What is the most amount of games played this season? ### Answer: SELECT MAX(game) FROM table_28768469_5
Who had highest assists in game against Utah?
CREATE TABLE table_28768469_5 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_28768469_5 WHERE team = "Utah"
### Context: CREATE TABLE table_28768469_5 (high_assists VARCHAR, team VARCHAR) ### Question: Who had highest assists in game against Utah? ### Answer: SELECT high_assists FROM table_28768469_5 WHERE team = "Utah"
In the North Central region, what are the regional page #'s?
CREATE TABLE table_287659_2 (regional_page__number VARCHAR, region_name VARCHAR)
SELECT regional_page__number FROM table_287659_2 WHERE region_name = "North Central"
### Context: CREATE TABLE table_287659_2 (regional_page__number VARCHAR, region_name VARCHAR) ### Question: In the North Central region, what are the regional page #'s? ### Answer: SELECT regional_page__number FROM table_287659_2 WHERE region_name = "North Central"
What states have a regional page # of 1, 5-7, 9-11, 13-15?
CREATE TABLE table_287659_2 (state_name VARCHAR, regional_page__number VARCHAR)
SELECT state_name FROM table_287659_2 WHERE regional_page__number = "1, 5-7, 9-11, 13-15"
### Context: CREATE TABLE table_287659_2 (state_name VARCHAR, regional_page__number VARCHAR) ### Question: What states have a regional page # of 1, 5-7, 9-11, 13-15? ### Answer: SELECT state_name FROM table_287659_2 WHERE regional_page__number = "1, 5-7, 9-11, 13-15"
Which region has a regional page # of 1-3, 5-7, 9-11, 13-15?
CREATE TABLE table_287659_2 (region_name VARCHAR, regional_page__number VARCHAR)
SELECT region_name FROM table_287659_2 WHERE regional_page__number = "1-3, 5-7, 9-11, 13-15"
### Context: CREATE TABLE table_287659_2 (region_name VARCHAR, regional_page__number VARCHAR) ### Question: Which region has a regional page # of 1-3, 5-7, 9-11, 13-15? ### Answer: SELECT region_name FROM table_287659_2 WHERE regional_page__number = "1-3, 5-7, 9-11, 13-15"
In Ca/Nv, what are all of the regional page #s?
CREATE TABLE table_287659_2 (regional_page__number VARCHAR, state_name VARCHAR)
SELECT regional_page__number FROM table_287659_2 WHERE state_name = "CA/NV"
### Context: CREATE TABLE table_287659_2 (regional_page__number VARCHAR, state_name VARCHAR) ### Question: In Ca/Nv, what are all of the regional page #s? ### Answer: SELECT regional_page__number FROM table_287659_2 WHERE state_name = "CA/NV"
What is the maximum number of 2nd places for Tajikistan?
CREATE TABLE table_2876467_3 (second_place INTEGER, region_represented VARCHAR)
SELECT MAX(second_place) FROM table_2876467_3 WHERE region_represented = "Tajikistan"
### Context: CREATE TABLE table_2876467_3 (second_place INTEGER, region_represented VARCHAR) ### Question: What is the maximum number of 2nd places for Tajikistan? ### Answer: SELECT MAX(second_place) FROM table_2876467_3 WHERE region_represented = "Tajikistan"
What is the maximum number of 1st places for the country with exactly 1 third place?
CREATE TABLE table_2876467_3 (first_place INTEGER, third_place VARCHAR)
SELECT MAX(first_place) FROM table_2876467_3 WHERE third_place = 1
### Context: CREATE TABLE table_2876467_3 (first_place INTEGER, third_place VARCHAR) ### Question: What is the maximum number of 1st places for the country with exactly 1 third place? ### Answer: SELECT MAX(first_place) FROM table_2876467_3 WHERE third_place = 1
How many values of total top 3 placements does Taiwan have?
CREATE TABLE table_2876467_3 (total_top_3_placements VARCHAR, region_represented VARCHAR)
SELECT COUNT(total_top_3_placements) FROM table_2876467_3 WHERE region_represented = "Taiwan"
### Context: CREATE TABLE table_2876467_3 (total_top_3_placements VARCHAR, region_represented VARCHAR) ### Question: How many values of total top 3 placements does Taiwan have? ### Answer: SELECT COUNT(total_top_3_placements) FROM table_2876467_3 WHERE region_represented = "Taiwan"
What is the name of the country when the ioc code is mas?
CREATE TABLE table_2879165_1 (country VARCHAR, ioc_code VARCHAR)
SELECT country FROM table_2879165_1 WHERE ioc_code = "MAS"
### Context: CREATE TABLE table_2879165_1 (country VARCHAR, ioc_code VARCHAR) ### Question: What is the name of the country when the ioc code is mas? ### Answer: SELECT country FROM table_2879165_1 WHERE ioc_code = "MAS"
What is the ioc code when the country is listed as Singapore?
CREATE TABLE table_2879165_1 (ioc_code VARCHAR, country VARCHAR)
SELECT ioc_code FROM table_2879165_1 WHERE country = "Singapore"
### Context: CREATE TABLE table_2879165_1 (ioc_code VARCHAR, country VARCHAR) ### Question: What is the ioc code when the country is listed as Singapore? ### Answer: SELECT ioc_code FROM table_2879165_1 WHERE country = "Singapore"
What is listed in Network station when the country is Brunei?
CREATE TABLE table_2879165_1 (network_station VARCHAR, country VARCHAR)
SELECT COUNT(network_station) FROM table_2879165_1 WHERE country = "Brunei"
### Context: CREATE TABLE table_2879165_1 (network_station VARCHAR, country VARCHAR) ### Question: What is listed in Network station when the country is Brunei? ### Answer: SELECT COUNT(network_station) FROM table_2879165_1 WHERE country = "Brunei"
How many television station listing have a radio station as lao national radio?
CREATE TABLE table_2879165_1 (television_station VARCHAR, radio_station VARCHAR)
SELECT COUNT(television_station) FROM table_2879165_1 WHERE radio_station = "Lao National Radio"
### Context: CREATE TABLE table_2879165_1 (television_station VARCHAR, radio_station VARCHAR) ### Question: How many television station listing have a radio station as lao national radio? ### Answer: SELECT COUNT(television_station) FROM table_2879165_1 WHERE radio_station = "Lao National Radio"
How many television station listings have a ioc code as mas?
CREATE TABLE table_2879165_1 (television_station VARCHAR, ioc_code VARCHAR)
SELECT COUNT(television_station) FROM table_2879165_1 WHERE ioc_code = "MAS"
### Context: CREATE TABLE table_2879165_1 (television_station VARCHAR, ioc_code VARCHAR) ### Question: How many television station listings have a ioc code as mas? ### Answer: SELECT COUNT(television_station) FROM table_2879165_1 WHERE ioc_code = "MAS"
Who wrote episode 27 in the series that was directed by Wendey Stanzler?
CREATE TABLE table_28768925_1 (written_by VARCHAR, directed_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_28768925_1 WHERE directed_by = "Wendey Stanzler" AND no_in_series = 27
### Context: CREATE TABLE table_28768925_1 (written_by VARCHAR, directed_by VARCHAR, no_in_series VARCHAR) ### Question: Who wrote episode 27 in the series that was directed by Wendey Stanzler? ### Answer: SELECT written_by FROM table_28768925_1 WHERE directed_by = "Wendey Stanzler" AND no_in_series = 27
What is the name of episode 43 in the series?
CREATE TABLE table_28768925_1 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_28768925_1 WHERE no_in_series = 43
### Context: CREATE TABLE table_28768925_1 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the name of episode 43 in the series? ### Answer: SELECT title FROM table_28768925_1 WHERE no_in_series = 43
What date did the episode that had 8.84 million u.s. viewers originally air?
CREATE TABLE table_28768925_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT original_air_date FROM table_28768925_1 WHERE us_viewers__million_ = "8.84"
### Context: CREATE TABLE table_28768925_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What date did the episode that had 8.84 million u.s. viewers originally air? ### Answer: SELECT original_air_date FROM table_28768925_1 WHERE us_viewers__million_ = "8.84"
How many games have high assists as earl watson (11) and location attendance as Keyarena 16,841?
CREATE TABLE table_28768469_7 (game VARCHAR, high_assists VARCHAR, location_attendance VARCHAR)
SELECT COUNT(game) FROM table_28768469_7 WHERE high_assists = "Earl Watson (11)" AND location_attendance = "KeyArena 16,841"
### Context: CREATE TABLE table_28768469_7 (game VARCHAR, high_assists VARCHAR, location_attendance VARCHAR) ### Question: How many games have high assists as earl watson (11) and location attendance as Keyarena 16,841? ### Answer: SELECT COUNT(game) FROM table_28768469_7 WHERE high_assists = "Earl Watson (11)" AND location_attendance = "KeyArena 16,841"
What is the record listed when the high assists is earl watson (6)?
CREATE TABLE table_28768469_7 (record VARCHAR, high_assists VARCHAR)
SELECT record FROM table_28768469_7 WHERE high_assists = "Earl Watson (6)"
### Context: CREATE TABLE table_28768469_7 (record VARCHAR, high_assists VARCHAR) ### Question: What is the record listed when the high assists is earl watson (6)? ### Answer: SELECT record FROM table_28768469_7 WHERE high_assists = "Earl Watson (6)"
Where is the location attendance when the date is January 9?
CREATE TABLE table_28768469_7 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_28768469_7 WHERE date = "January 9"
### Context: CREATE TABLE table_28768469_7 (location_attendance VARCHAR, date VARCHAR) ### Question: Where is the location attendance when the date is January 9? ### Answer: SELECT location_attendance FROM table_28768469_7 WHERE date = "January 9"
What is listed in hight points when the high rebounds is listed as Nick Collison (10)?
CREATE TABLE table_28768469_7 (high_points VARCHAR, high_rebounds VARCHAR)
SELECT high_points FROM table_28768469_7 WHERE high_rebounds = "Nick Collison (10)"
### Context: CREATE TABLE table_28768469_7 (high_points VARCHAR, high_rebounds VARCHAR) ### Question: What is listed in hight points when the high rebounds is listed as Nick Collison (10)? ### Answer: SELECT high_points FROM table_28768469_7 WHERE high_rebounds = "Nick Collison (10)"
What is listed in game when the location attendance is listed as Keyarena 16,841?
CREATE TABLE table_28768469_7 (game INTEGER, location_attendance VARCHAR)
SELECT MAX(game) FROM table_28768469_7 WHERE location_attendance = "KeyArena 16,841"
### Context: CREATE TABLE table_28768469_7 (game INTEGER, location_attendance VARCHAR) ### Question: What is listed in game when the location attendance is listed as Keyarena 16,841? ### Answer: SELECT MAX(game) FROM table_28768469_7 WHERE location_attendance = "KeyArena 16,841"
What was the airdate of the episode of production code 214?
CREATE TABLE table_28787871_3 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_28787871_3 WHERE production_code = 214
### Context: CREATE TABLE table_28787871_3 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What was the airdate of the episode of production code 214? ### Answer: SELECT original_air_date FROM table_28787871_3 WHERE production_code = 214
How many numbers in the season have an air date of June 3, 2012?
CREATE TABLE table_28787871_3 (no_in_season VARCHAR, original_air_date VARCHAR)
SELECT COUNT(no_in_season) FROM table_28787871_3 WHERE original_air_date = "June 3, 2012"
### Context: CREATE TABLE table_28787871_3 (no_in_season VARCHAR, original_air_date VARCHAR) ### Question: How many numbers in the season have an air date of June 3, 2012? ### Answer: SELECT COUNT(no_in_season) FROM table_28787871_3 WHERE original_air_date = "June 3, 2012"
What is the highest production code of the episodes having a US viewership of exactly 2.3?
CREATE TABLE table_28787871_3 (production_code INTEGER, us_viewers__millions_ VARCHAR)
SELECT MAX(production_code) FROM table_28787871_3 WHERE us_viewers__millions_ = "2.3"
### Context: CREATE TABLE table_28787871_3 (production_code INTEGER, us_viewers__millions_ VARCHAR) ### Question: What is the highest production code of the episodes having a US viewership of exactly 2.3? ### Answer: SELECT MAX(production_code) FROM table_28787871_3 WHERE us_viewers__millions_ = "2.3"
When the number of wickets is 29, what was the economy?
CREATE TABLE table_28797906_3 (economy VARCHAR, wickets VARCHAR)
SELECT economy FROM table_28797906_3 WHERE wickets = 29
### Context: CREATE TABLE table_28797906_3 (economy VARCHAR, wickets VARCHAR) ### Question: When the number of wickets is 29, what was the economy? ### Answer: SELECT economy FROM table_28797906_3 WHERE wickets = 29
How many wickets was there when the economy was 3.64?
CREATE TABLE table_28797906_3 (wickets VARCHAR, economy VARCHAR)
SELECT wickets FROM table_28797906_3 WHERE economy = "3.64"
### Context: CREATE TABLE table_28797906_3 (wickets VARCHAR, economy VARCHAR) ### Question: How many wickets was there when the economy was 3.64? ### Answer: SELECT wickets FROM table_28797906_3 WHERE economy = "3.64"
What is the average of all the wickets that were 27?
CREATE TABLE table_28797906_3 (average VARCHAR, wickets VARCHAR)
SELECT average FROM table_28797906_3 WHERE wickets = 27
### Context: CREATE TABLE table_28797906_3 (average VARCHAR, wickets VARCHAR) ### Question: What is the average of all the wickets that were 27? ### Answer: SELECT average FROM table_28797906_3 WHERE wickets = 27
Which branding has the callsign of DXGH?
CREATE TABLE table_28794440_1 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_28794440_1 WHERE callsign = "DXGH"
### Context: CREATE TABLE table_28794440_1 (branding VARCHAR, callsign VARCHAR) ### Question: Which branding has the callsign of DXGH? ### Answer: SELECT branding FROM table_28794440_1 WHERE callsign = "DXGH"
What type of station is within the 972khz frequency?
CREATE TABLE table_28794440_1 (station_type VARCHAR, frequency VARCHAR)
SELECT station_type FROM table_28794440_1 WHERE frequency = "972kHz"
### Context: CREATE TABLE table_28794440_1 (station_type VARCHAR, frequency VARCHAR) ### Question: What type of station is within the 972khz frequency? ### Answer: SELECT station_type FROM table_28794440_1 WHERE frequency = "972kHz"
What types of stations are located in Cebu?
CREATE TABLE table_28794440_1 (station_type VARCHAR, location VARCHAR)
SELECT station_type FROM table_28794440_1 WHERE location = "Cebu"
### Context: CREATE TABLE table_28794440_1 (station_type VARCHAR, location VARCHAR) ### Question: What types of stations are located in Cebu? ### Answer: SELECT station_type FROM table_28794440_1 WHERE location = "Cebu"
Where are all the 1485khz frequency located?
CREATE TABLE table_28794440_1 (location VARCHAR, frequency VARCHAR)
SELECT location FROM table_28794440_1 WHERE frequency = "1485kHz"
### Context: CREATE TABLE table_28794440_1 (location VARCHAR, frequency VARCHAR) ### Question: Where are all the 1485khz frequency located? ### Answer: SELECT location FROM table_28794440_1 WHERE frequency = "1485kHz"
How many locations have the callsign DXGH?
CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR)
SELECT COUNT(location) FROM table_28794440_1 WHERE callsign = "DXGH"
### Context: CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR) ### Question: How many locations have the callsign DXGH? ### Answer: SELECT COUNT(location) FROM table_28794440_1 WHERE callsign = "DXGH"
Where are the broadcasting companys with the callsign DWRH located?
CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR)
SELECT location FROM table_28794440_1 WHERE callsign = "DWRH"
### Context: CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR) ### Question: Where are the broadcasting companys with the callsign DWRH located? ### Answer: SELECT location FROM table_28794440_1 WHERE callsign = "DWRH"
Where is the audition city when the venue is upi convention center?
CREATE TABLE table_28793672_1 (audition_city VARCHAR, venue VARCHAR)
SELECT audition_city FROM table_28793672_1 WHERE venue = "UPI Convention Center"
### Context: CREATE TABLE table_28793672_1 (audition_city VARCHAR, venue VARCHAR) ### Question: Where is the audition city when the venue is upi convention center? ### Answer: SELECT audition_city FROM table_28793672_1 WHERE venue = "UPI Convention Center"
How many times is there a golden tickets entry when the callback venue is rcti studio, jakarta?
CREATE TABLE table_28793672_1 (golden_tickets VARCHAR, callback_venue VARCHAR)
SELECT COUNT(golden_tickets) FROM table_28793672_1 WHERE callback_venue = "RCTI Studio, Jakarta"
### Context: CREATE TABLE table_28793672_1 (golden_tickets VARCHAR, callback_venue VARCHAR) ### Question: How many times is there a golden tickets entry when the callback venue is rcti studio, jakarta? ### Answer: SELECT COUNT(golden_tickets) FROM table_28793672_1 WHERE callback_venue = "RCTI Studio, Jakarta"
In what year was 1.35% the average vote per candidate?
CREATE TABLE table_28819393_1 (year VARCHAR, average__percentage_of_vote_per_candidate VARCHAR)
SELECT year FROM table_28819393_1 WHERE average__percentage_of_vote_per_candidate = "1.35"
### Context: CREATE TABLE table_28819393_1 (year VARCHAR, average__percentage_of_vote_per_candidate VARCHAR) ### Question: In what year was 1.35% the average vote per candidate? ### Answer: SELECT year FROM table_28819393_1 WHERE average__percentage_of_vote_per_candidate = "1.35"
When 3.29% was the average per candidate, what was the number of average votes per candidate?
CREATE TABLE table_28819393_1 (average_votes_per_candidate INTEGER, average__percentage_of_vote_per_candidate VARCHAR)
SELECT MIN(average_votes_per_candidate) FROM table_28819393_1 WHERE average__percentage_of_vote_per_candidate = "3.29"
### Context: CREATE TABLE table_28819393_1 (average_votes_per_candidate INTEGER, average__percentage_of_vote_per_candidate VARCHAR) ### Question: When 3.29% was the average per candidate, what was the number of average votes per candidate? ### Answer: SELECT MIN(average_votes_per_candidate) FROM table_28819393_1 WHERE average__percentage_of_vote_per_candidate = "3.29"
What was the percentage of total votes in 1997?
CREATE TABLE table_28819393_1 (_percentage_of_total_vote VARCHAR, year VARCHAR)
SELECT _percentage_of_total_vote FROM table_28819393_1 WHERE year = "1997"
### Context: CREATE TABLE table_28819393_1 (_percentage_of_total_vote VARCHAR, year VARCHAR) ### Question: What was the percentage of total votes in 1997? ### Answer: SELECT _percentage_of_total_vote FROM table_28819393_1 WHERE year = "1997"
How many shows were launched on CBS (2002)?
CREATE TABLE table_28803803_1 (launched VARCHAR, original_channel VARCHAR)
SELECT COUNT(launched) FROM table_28803803_1 WHERE original_channel = "CBS (2002)"
### Context: CREATE TABLE table_28803803_1 (launched VARCHAR, original_channel VARCHAR) ### Question: How many shows were launched on CBS (2002)? ### Answer: SELECT COUNT(launched) FROM table_28803803_1 WHERE original_channel = "CBS (2002)"
How many IRST figures for the show that premiered on Canale 5 (2006)?
CREATE TABLE table_28803803_1 (irst VARCHAR, original_channel VARCHAR)
SELECT COUNT(irst) FROM table_28803803_1 WHERE original_channel = "Canale 5 (2006)"
### Context: CREATE TABLE table_28803803_1 (irst VARCHAR, original_channel VARCHAR) ### Question: How many IRST figures for the show that premiered on Canale 5 (2006)? ### Answer: SELECT COUNT(irst) FROM table_28803803_1 WHERE original_channel = "Canale 5 (2006)"
What are the dates that Falling Angel aired?
CREATE TABLE table_28803803_1 (date VARCHAR, name VARCHAR)
SELECT date FROM table_28803803_1 WHERE name = "Falling Angel"
### Context: CREATE TABLE table_28803803_1 (date VARCHAR, name VARCHAR) ### Question: What are the dates that Falling Angel aired? ### Answer: SELECT date FROM table_28803803_1 WHERE name = "Falling Angel"
How many economy stats for the player with 2/19 BBI?
CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR)
SELECT COUNT(economy) FROM table_28846752_13 WHERE bbi = "2/19"
### Context: CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR) ### Question: How many economy stats for the player with 2/19 BBI? ### Answer: SELECT COUNT(economy) FROM table_28846752_13 WHERE bbi = "2/19"
Who is the player with an average of 35.42?
CREATE TABLE table_28846752_13 (player VARCHAR, average VARCHAR)
SELECT player FROM table_28846752_13 WHERE average = "35.42"
### Context: CREATE TABLE table_28846752_13 (player VARCHAR, average VARCHAR) ### Question: Who is the player with an average of 35.42? ### Answer: SELECT player FROM table_28846752_13 WHERE average = "35.42"
What is the economy of the player with BBI of 3/33?
CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR)
SELECT economy FROM table_28846752_13 WHERE bbi = "3/33"
### Context: CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR) ### Question: What is the economy of the player with BBI of 3/33? ### Answer: SELECT economy FROM table_28846752_13 WHERE bbi = "3/33"
What is the average when the highest score is 151?
CREATE TABLE table_28846752_4 (average VARCHAR, highest_score VARCHAR)
SELECT average FROM table_28846752_4 WHERE highest_score = "151"
### Context: CREATE TABLE table_28846752_4 (average VARCHAR, highest_score VARCHAR) ### Question: What is the average when the highest score is 151? ### Answer: SELECT average FROM table_28846752_4 WHERE highest_score = "151"
Who is the player when the highest score is 84?
CREATE TABLE table_28846752_4 (player VARCHAR, highest_score VARCHAR)
SELECT player FROM table_28846752_4 WHERE highest_score = "84"
### Context: CREATE TABLE table_28846752_4 (player VARCHAR, highest_score VARCHAR) ### Question: Who is the player when the highest score is 84? ### Answer: SELECT player FROM table_28846752_4 WHERE highest_score = "84"
How many runs are there when the highest score is 228*?
CREATE TABLE table_28846752_4 (runs INTEGER, highest_score VARCHAR)
SELECT MIN(runs) FROM table_28846752_4 WHERE highest_score = "228*"
### Context: CREATE TABLE table_28846752_4 (runs INTEGER, highest_score VARCHAR) ### Question: How many runs are there when the highest score is 228*? ### Answer: SELECT MIN(runs) FROM table_28846752_4 WHERE highest_score = "228*"
What is the innings when the highest score is 72?
CREATE TABLE table_28846752_4 (innings INTEGER, highest_score VARCHAR)
SELECT MAX(innings) FROM table_28846752_4 WHERE highest_score = "72"
### Context: CREATE TABLE table_28846752_4 (innings INTEGER, highest_score VARCHAR) ### Question: What is the innings when the highest score is 72? ### Answer: SELECT MAX(innings) FROM table_28846752_4 WHERE highest_score = "72"
What is the highest number listed for matches?
CREATE TABLE table_28846752_8 (matches INTEGER)
SELECT MAX(matches) FROM table_28846752_8
### Context: CREATE TABLE table_28846752_8 (matches INTEGER) ### Question: What is the highest number listed for matches? ### Answer: SELECT MAX(matches) FROM table_28846752_8
How many entries is under 50s column when the average is 39.60?
CREATE TABLE table_28846752_8 (average VARCHAR)
SELECT 50 AS s FROM table_28846752_8 WHERE average = "39.60"
### Context: CREATE TABLE table_28846752_8 (average VARCHAR) ### Question: How many entries is under 50s column when the average is 39.60? ### Answer: SELECT 50 AS s FROM table_28846752_8 WHERE average = "39.60"
Who is the player when the average is 69.66?
CREATE TABLE table_28846752_8 (player VARCHAR, average VARCHAR)
SELECT player FROM table_28846752_8 WHERE average = "69.66"
### Context: CREATE TABLE table_28846752_8 (player VARCHAR, average VARCHAR) ### Question: Who is the player when the average is 69.66? ### Answer: SELECT player FROM table_28846752_8 WHERE average = "69.66"
what is the minimumfor 5wi?
CREATE TABLE table_28846752_5 (Id VARCHAR)
SELECT MIN(5 AS wi) FROM table_28846752_5
### Context: CREATE TABLE table_28846752_5 (Id VARCHAR) ### Question: what is the minimumfor 5wi? ### Answer: SELECT MIN(5 AS wi) FROM table_28846752_5
how many 10wi and bbi is 6/101
CREATE TABLE table_28846752_5 (bbi VARCHAR)
SELECT COUNT(10 AS wi) FROM table_28846752_5 WHERE bbi = "6/101"
### Context: CREATE TABLE table_28846752_5 (bbi VARCHAR) ### Question: how many 10wi and bbi is 6/101 ### Answer: SELECT COUNT(10 AS wi) FROM table_28846752_5 WHERE bbi = "6/101"
how many innings had bbi 4/26?
CREATE TABLE table_28846752_5 (innings VARCHAR, bbi VARCHAR)
SELECT innings FROM table_28846752_5 WHERE bbi = "4/26"
### Context: CREATE TABLE table_28846752_5 (innings VARCHAR, bbi VARCHAR) ### Question: how many innings had bbi 4/26? ### Answer: SELECT innings FROM table_28846752_5 WHERE bbi = "4/26"
how many 5wi with an average of 33.13?
CREATE TABLE table_28846752_5 (average VARCHAR)
SELECT COUNT(5 AS wi) FROM table_28846752_5 WHERE average = "33.13"
### Context: CREATE TABLE table_28846752_5 (average VARCHAR) ### Question: how many 5wi with an average of 33.13? ### Answer: SELECT COUNT(5 AS wi) FROM table_28846752_5 WHERE average = "33.13"
how many innings have an average of 19.60?
CREATE TABLE table_28846752_5 (innings VARCHAR, average VARCHAR)
SELECT innings FROM table_28846752_5 WHERE average = "19.60"
### Context: CREATE TABLE table_28846752_5 (innings VARCHAR, average VARCHAR) ### Question: how many innings have an average of 19.60? ### Answer: SELECT innings FROM table_28846752_5 WHERE average = "19.60"
What is the average when the BBI is 3/27?
CREATE TABLE table_28846752_9 (average VARCHAR, bbi VARCHAR)
SELECT average FROM table_28846752_9 WHERE bbi = "3/27"
### Context: CREATE TABLE table_28846752_9 (average VARCHAR, bbi VARCHAR) ### Question: What is the average when the BBI is 3/27? ### Answer: SELECT average FROM table_28846752_9 WHERE bbi = "3/27"
Who is the player when the economy is 6.14?
CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR)
SELECT player FROM table_28846752_9 WHERE economy = "6.14"
### Context: CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR) ### Question: Who is the player when the economy is 6.14? ### Answer: SELECT player FROM table_28846752_9 WHERE economy = "6.14"
Who is the player when the economy is 5.29?
CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR)
SELECT player FROM table_28846752_9 WHERE economy = "5.29"
### Context: CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR) ### Question: Who is the player when the economy is 5.29? ### Answer: SELECT player FROM table_28846752_9 WHERE economy = "5.29"
What the number of matches when the BBI is 3/27?
CREATE TABLE table_28846752_9 (matches INTEGER, bbi VARCHAR)
SELECT MIN(matches) FROM table_28846752_9 WHERE bbi = "3/27"
### Context: CREATE TABLE table_28846752_9 (matches INTEGER, bbi VARCHAR) ### Question: What the number of matches when the BBI is 3/27? ### Answer: SELECT MIN(matches) FROM table_28846752_9 WHERE bbi = "3/27"
What is the BBI whent the economy is 5.68?
CREATE TABLE table_28846752_9 (bbi VARCHAR, economy VARCHAR)
SELECT bbi FROM table_28846752_9 WHERE economy = "5.68"
### Context: CREATE TABLE table_28846752_9 (bbi VARCHAR, economy VARCHAR) ### Question: What is the BBI whent the economy is 5.68? ### Answer: SELECT bbi FROM table_28846752_9 WHERE economy = "5.68"
What is the year listed when tied is listed as 11?
CREATE TABLE table_28848697_4 (year VARCHAR, tied VARCHAR)
SELECT year FROM table_28848697_4 WHERE tied = 11
### Context: CREATE TABLE table_28848697_4 (year VARCHAR, tied VARCHAR) ### Question: What is the year listed when tied is listed as 11? ### Answer: SELECT year FROM table_28848697_4 WHERE tied = 11
What is the goals against listed when the goals scored is 30?
CREATE TABLE table_28848697_4 (goals_against VARCHAR, goals_scored VARCHAR)
SELECT goals_against FROM table_28848697_4 WHERE goals_scored = 30
### Context: CREATE TABLE table_28848697_4 (goals_against VARCHAR, goals_scored VARCHAR) ### Question: What is the goals against listed when the goals scored is 30? ### Answer: SELECT goals_against FROM table_28848697_4 WHERE goals_scored = 30
How many goals scored entries are listed when the year is verano 2001?
CREATE TABLE table_28848697_4 (goals_scored VARCHAR, year VARCHAR)
SELECT COUNT(goals_scored) FROM table_28848697_4 WHERE year = "Verano 2001"
### Context: CREATE TABLE table_28848697_4 (goals_scored VARCHAR, year VARCHAR) ### Question: How many goals scored entries are listed when the year is verano 2001? ### Answer: SELECT COUNT(goals_scored) FROM table_28848697_4 WHERE year = "Verano 2001"
What are goals scored when postition is 17 and tied is 5?
CREATE TABLE table_28848697_4 (goals_scored VARCHAR, position VARCHAR, tied VARCHAR)
SELECT goals_scored FROM table_28848697_4 WHERE position = 17 AND tied = 5
### Context: CREATE TABLE table_28848697_4 (goals_scored VARCHAR, position VARCHAR, tied VARCHAR) ### Question: What are goals scored when postition is 17 and tied is 5? ### Answer: SELECT goals_scored FROM table_28848697_4 WHERE position = 17 AND tied = 5
Who was the winner if the Mountains Classification award was given to Jaime Vergara and the Team Classification award is given to Col es Pasion Café De Colombia 472?
CREATE TABLE table_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR)
SELECT winner FROM table_28853064_15 WHERE mountains_classification = "Jaime Vergara" AND team_classification = "Col es Pasion Café De Colombia 472"
### Context: CREATE TABLE table_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) ### Question: Who was the winner if the Mountains Classification award was given to Jaime Vergara and the Team Classification award is given to Col es Pasion Café De Colombia 472? ### Answer: SELECT winner FROM table_28853064_15 WHERE mountains_classification = "Jaime Vergara" AND team_classification = "Col es Pasion Café De Colombia 472"
Who was the General Classification awardee if Sergio Luis Henao was the winner and the Points Classification award was given to Sergio Luis Henao?
CREATE TABLE table_28853064_15 (general_classification VARCHAR, winner VARCHAR, points_classification VARCHAR)
SELECT general_classification FROM table_28853064_15 WHERE winner = "Sergio Luis Henao" AND points_classification = "Sergio Luis Henao"
### Context: CREATE TABLE table_28853064_15 (general_classification VARCHAR, winner VARCHAR, points_classification VARCHAR) ### Question: Who was the General Classification awardee if Sergio Luis Henao was the winner and the Points Classification award was given to Sergio Luis Henao? ### Answer: SELECT general_classification FROM table_28853064_15 WHERE winner = "Sergio Luis Henao" AND points_classification = "Sergio Luis Henao"
Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une?
CREATE TABLE table_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR)
SELECT winner FROM table_28853064_15 WHERE mountains_classification = "Oscar Solis" AND team_classification = "EPM-UNE"
### Context: CREATE TABLE table_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) ### Question: Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une? ### Answer: SELECT winner FROM table_28853064_15 WHERE mountains_classification = "Oscar Solis" AND team_classification = "EPM-UNE"
In what stage did Jaime Vergara won, Team Classification was given to EPM-Une and Mountain Classification winner was Oscar Solis?
CREATE TABLE table_28853064_15 (stage VARCHAR, winner VARCHAR, team_classification VARCHAR, mountains_classification VARCHAR)
SELECT stage FROM table_28853064_15 WHERE team_classification = "EPM-UNE" AND mountains_classification = "Oscar Solis" AND winner = "Jaime Vergara"
### Context: CREATE TABLE table_28853064_15 (stage VARCHAR, winner VARCHAR, team_classification VARCHAR, mountains_classification VARCHAR) ### Question: In what stage did Jaime Vergara won, Team Classification was given to EPM-Une and Mountain Classification winner was Oscar Solis? ### Answer: SELECT stage FROM table_28853064_15 WHERE team_classification = "EPM-UNE" AND mountains_classification = "Oscar Solis" AND winner = "Jaime Vergara"
Who directed the episode that aired November 21, 2003?
CREATE TABLE table_28859177_2 (directed_by VARCHAR, original_air_date VARCHAR)
SELECT directed_by FROM table_28859177_2 WHERE original_air_date = "November 21, 2003"
### Context: CREATE TABLE table_28859177_2 (directed_by VARCHAR, original_air_date VARCHAR) ### Question: Who directed the episode that aired November 21, 2003? ### Answer: SELECT directed_by FROM table_28859177_2 WHERE original_air_date = "November 21, 2003"
How many episode titles have series number 4?
CREATE TABLE table_28859177_2 (title VARCHAR, series__number VARCHAR)
SELECT COUNT(title) FROM table_28859177_2 WHERE series__number = 4
### Context: CREATE TABLE table_28859177_2 (title VARCHAR, series__number VARCHAR) ### Question: How many episode titles have series number 4? ### Answer: SELECT COUNT(title) FROM table_28859177_2 WHERE series__number = 4
How may college/junior/club team has a the nhl team listed as Colorado Avalanche?
CREATE TABLE table_2886617_5 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2886617_5 WHERE nhl_team = "Colorado Avalanche"
### Context: CREATE TABLE table_2886617_5 (college_junior_club_team VARCHAR, nhl_team VARCHAR) ### Question: How may college/junior/club team has a the nhl team listed as Colorado Avalanche? ### Answer: SELECT COUNT(college_junior_club_team) FROM table_2886617_5 WHERE nhl_team = "Colorado Avalanche"
What player was picked by the New York Rangers?
CREATE TABLE table_2886617_2 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_2 WHERE nhl_team = "New York Rangers"
### Context: CREATE TABLE table_2886617_2 (player VARCHAR, nhl_team VARCHAR) ### Question: What player was picked by the New York Rangers? ### Answer: SELECT player FROM table_2886617_2 WHERE nhl_team = "New York Rangers"
What position did the draft pick for Toronto Maple Leafs play?
CREATE TABLE table_2886617_8 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_2886617_8 WHERE nhl_team = "Toronto Maple Leafs"
### Context: CREATE TABLE table_2886617_8 (position VARCHAR, nhl_team VARCHAR) ### Question: What position did the draft pick for Toronto Maple Leafs play? ### Answer: SELECT position FROM table_2886617_8 WHERE nhl_team = "Toronto Maple Leafs"
Who did Edmonton Oilers get for their draft pick?
CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_8 WHERE nhl_team = "Edmonton Oilers"
### Context: CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR) ### Question: Who did Edmonton Oilers get for their draft pick? ### Answer: SELECT player FROM table_2886617_8 WHERE nhl_team = "Edmonton Oilers"
What college team did Milan Kostolny play for?
CREATE TABLE table_2886617_8 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_2886617_8 WHERE player = "Milan Kostolny"
### Context: CREATE TABLE table_2886617_8 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: What college team did Milan Kostolny play for? ### Answer: SELECT college_junior_club_team FROM table_2886617_8 WHERE player = "Milan Kostolny"
What player was picked for Buffalo Sabres?
CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_8 WHERE nhl_team = "Buffalo Sabres"
### Context: CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR) ### Question: What player was picked for Buffalo Sabres? ### Answer: SELECT player FROM table_2886617_8 WHERE nhl_team = "Buffalo Sabres"
What NHL team picked Sergei Luchinkin?
CREATE TABLE table_2886617_8 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2886617_8 WHERE player = "Sergei Luchinkin"
### Context: CREATE TABLE table_2886617_8 (nhl_team VARCHAR, player VARCHAR) ### Question: What NHL team picked Sergei Luchinkin? ### Answer: SELECT nhl_team FROM table_2886617_8 WHERE player = "Sergei Luchinkin"
What is the minimum MotoGP/500cc ranking?
CREATE TABLE table_2889810_1 (motogp_500cc INTEGER)
SELECT MIN(motogp_500cc) FROM table_2889810_1
### Context: CREATE TABLE table_2889810_1 (motogp_500cc INTEGER) ### Question: What is the minimum MotoGP/500cc ranking? ### Answer: SELECT MIN(motogp_500cc) FROM table_2889810_1
Who was the tournament winner in the Southwestern Athletic Conference?
CREATE TABLE table_28884880_4 (tournament_winner VARCHAR, conference VARCHAR)
SELECT tournament_winner FROM table_28884880_4 WHERE conference = "Southwestern Athletic conference"
### Context: CREATE TABLE table_28884880_4 (tournament_winner VARCHAR, conference VARCHAR) ### Question: Who was the tournament winner in the Southwestern Athletic Conference? ### Answer: SELECT tournament_winner FROM table_28884880_4 WHERE conference = "Southwestern Athletic conference"
what is the crashandride cymbalpads for the drumset name td-9k2
CREATE TABLE table_2889300_6 (crashandride_cymbalpads VARCHAR, drumset_name VARCHAR)
SELECT crashandride_cymbalpads FROM table_2889300_6 WHERE drumset_name = "TD-9K2"
### Context: CREATE TABLE table_2889300_6 (crashandride_cymbalpads VARCHAR, drumset_name VARCHAR) ### Question: what is the crashandride cymbalpads for the drumset name td-9k2 ### Answer: SELECT crashandride_cymbalpads FROM table_2889300_6 WHERE drumset_name = "TD-9K2"
how many drumsets of drumstand (oftenoptional) with hd-1/3stand and tom-tom pads is 3xcloth-head are
CREATE TABLE table_2889300_6 (drumset_name VARCHAR, drumstand__oftenoptional_ VARCHAR, tom_tom_pads VARCHAR)
SELECT COUNT(drumset_name) FROM table_2889300_6 WHERE drumstand__oftenoptional_ = "HD-1/3Stand" AND tom_tom_pads = "3xCloth-Head"
### Context: CREATE TABLE table_2889300_6 (drumset_name VARCHAR, drumstand__oftenoptional_ VARCHAR, tom_tom_pads VARCHAR) ### Question: how many drumsets of drumstand (oftenoptional) with hd-1/3stand and tom-tom pads is 3xcloth-head are ### Answer: SELECT COUNT(drumset_name) FROM table_2889300_6 WHERE drumstand__oftenoptional_ = "HD-1/3Stand" AND tom_tom_pads = "3xCloth-Head"
in which year was available the rubber as kickdrum pad
CREATE TABLE table_2889300_6 (years_available VARCHAR, kickdrum_pad VARCHAR)
SELECT years_available FROM table_2889300_6 WHERE kickdrum_pad = "Rubber"
### Context: CREATE TABLE table_2889300_6 (years_available VARCHAR, kickdrum_pad VARCHAR) ### Question: in which year was available the rubber as kickdrum pad ### Answer: SELECT years_available FROM table_2889300_6 WHERE kickdrum_pad = "Rubber"
in the drum module td-5 what are the tom-tom pads
CREATE TABLE table_2889300_6 (tom_tom_pads VARCHAR, drum_module VARCHAR)
SELECT tom_tom_pads FROM table_2889300_6 WHERE drum_module = "TD-5"
### Context: CREATE TABLE table_2889300_6 (tom_tom_pads VARCHAR, drum_module VARCHAR) ### Question: in the drum module td-5 what are the tom-tom pads ### Answer: SELECT tom_tom_pads FROM table_2889300_6 WHERE drum_module = "TD-5"