Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
40,500
<question>: what is the united fc wehre pifa colaba is maratha united? <context>: 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"
40,501
<question>: what is the united fc where pifa colaba is sporting options? <context>: 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"
40,502
<question>: what is the dadar xi b where pifa colaba is sporting options? <context>: 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"
40,503
<question>: what is the athens xi where dada xi b is strikers fc? <context>: 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"
40,504
<question>: what is the dadar xi b where the good shepherd is sea liner fc? <context>: 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"
40,505
<question>: What is the Record at School of Tom O'Brien's team? <context>: 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"
40,506
<question>: How many values were used to express the years at school of the Maryland team? <context>: CREATE TABLE table_28744929_2 (years_at_school VARCHAR, team VARCHAR)
SELECT COUNT(years_at_school) FROM table_28744929_2 WHERE team = "Maryland"
40,507
<question>: What is the record in the atlantic coast conference for the Miami team? <context>: CREATE TABLE table_28744929_2 (acc_record VARCHAR, team VARCHAR)
SELECT acc_record FROM table_28744929_2 WHERE team = "Miami"
40,508
<question>: How many values reflect the overall record of the team coached by Frank Beamer? <context>: CREATE TABLE table_28744929_2 (overall_record VARCHAR, head_coach VARCHAR)
SELECT COUNT(overall_record) FROM table_28744929_2 WHERE head_coach = "Frank Beamer"
40,509
<question>: what type over school is Clemson? <context>: CREATE TABLE table_28744929_1 (school_type VARCHAR, institution VARCHAR)
SELECT school_type FROM table_28744929_1 WHERE institution = "Clemson"
40,510
<question>: what year did north carolina institution join the acc? <context>: CREATE TABLE table_28744929_1 (joined_acc INTEGER, institution VARCHAR)
SELECT MAX(joined_acc) FROM table_28744929_1 WHERE institution = "North Carolina"
40,511
<question>: how many acc football titles have been won by the institution nicknamed tar heels? <context>: CREATE TABLE table_28744929_1 (acc_football_titles VARCHAR, nickname VARCHAR)
SELECT acc_football_titles FROM table_28744929_1 WHERE nickname = "Tar Heels"
40,512
<question>: what type of school is the institution nicknamed seminoles? <context>: CREATE TABLE table_28744929_1 (school_type VARCHAR, nickname VARCHAR)
SELECT school_type FROM table_28744929_1 WHERE nickname = "Seminoles"
40,513
<question>: when did the institution at chapel hill, North carolina join acc? <context>: CREATE TABLE table_28744929_1 (joined_acc VARCHAR, location VARCHAR)
SELECT joined_acc FROM table_28744929_1 WHERE location = "Chapel Hill, North Carolina"
40,514
<question>: What were the supersonics record at game 2? <context>: CREATE TABLE table_28768469_5 (record VARCHAR, game VARCHAR)
SELECT record FROM table_28768469_5 WHERE game = 2
40,515
<question>: What is the most amount of games played this season? <context>: CREATE TABLE table_28768469_5 (game INTEGER)
SELECT MAX(game) FROM table_28768469_5
40,516
<question>: Who had highest assists in game against Utah? <context>: CREATE TABLE table_28768469_5 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_28768469_5 WHERE team = "Utah"
40,517
<question>: In the North Central region, what are the regional page #'s? <context>: 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"
40,518
<question>: What states have a regional page # of 1, 5-7, 9-11, 13-15? <context>: 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"
40,519
<question>: Which region has a regional page # of 1-3, 5-7, 9-11, 13-15? <context>: 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"
40,520
<question>: In Ca/Nv, what are all of the regional page #s? <context>: 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"
40,521
<question>: What is the maximum number of 2nd places for Tajikistan? <context>: CREATE TABLE table_2876467_3 (second_place INTEGER, region_represented VARCHAR)
SELECT MAX(second_place) FROM table_2876467_3 WHERE region_represented = "Tajikistan"
40,522
<question>: What is the maximum number of 1st places for the country with exactly 1 third place? <context>: CREATE TABLE table_2876467_3 (first_place INTEGER, third_place VARCHAR)
SELECT MAX(first_place) FROM table_2876467_3 WHERE third_place = 1
40,523
<question>: How many values of total top 3 placements does Taiwan have? <context>: 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"
40,524
<question>: What is the name of the country when the ioc code is mas? <context>: CREATE TABLE table_2879165_1 (country VARCHAR, ioc_code VARCHAR)
SELECT country FROM table_2879165_1 WHERE ioc_code = "MAS"
40,525
<question>: What is the ioc code when the country is listed as Singapore? <context>: CREATE TABLE table_2879165_1 (ioc_code VARCHAR, country VARCHAR)
SELECT ioc_code FROM table_2879165_1 WHERE country = "Singapore"
40,526
<question>: What is listed in Network station when the country is Brunei? <context>: CREATE TABLE table_2879165_1 (network_station VARCHAR, country VARCHAR)
SELECT COUNT(network_station) FROM table_2879165_1 WHERE country = "Brunei"
40,527
<question>: How many television station listing have a radio station as lao national radio? <context>: 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"
40,528
<question>: How many television station listings have a ioc code as mas? <context>: CREATE TABLE table_2879165_1 (television_station VARCHAR, ioc_code VARCHAR)
SELECT COUNT(television_station) FROM table_2879165_1 WHERE ioc_code = "MAS"
40,529
<question>: Who wrote episode 27 in the series that was directed by Wendey Stanzler? <context>: 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
40,530
<question>: What is the name of episode 43 in the series? <context>: CREATE TABLE table_28768925_1 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_28768925_1 WHERE no_in_series = 43
40,531
<question>: What date did the episode that had 8.84 million u.s. viewers originally air? <context>: 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"
40,532
<question>: How many games have high assists as earl watson (11) and location attendance as Keyarena 16,841? <context>: 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"
40,533
<question>: What is the record listed when the high assists is earl watson (6)? <context>: CREATE TABLE table_28768469_7 (record VARCHAR, high_assists VARCHAR)
SELECT record FROM table_28768469_7 WHERE high_assists = "Earl Watson (6)"
40,534
<question>: Where is the location attendance when the date is January 9? <context>: CREATE TABLE table_28768469_7 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_28768469_7 WHERE date = "January 9"
40,535
<question>: What is listed in hight points when the high rebounds is listed as Nick Collison (10)? <context>: CREATE TABLE table_28768469_7 (high_points VARCHAR, high_rebounds VARCHAR)
SELECT high_points FROM table_28768469_7 WHERE high_rebounds = "Nick Collison (10)"
40,536
<question>: What is listed in game when the location attendance is listed as Keyarena 16,841? <context>: CREATE TABLE table_28768469_7 (game INTEGER, location_attendance VARCHAR)
SELECT MAX(game) FROM table_28768469_7 WHERE location_attendance = "KeyArena 16,841"
40,537
<question>: What was the airdate of the episode of production code 214? <context>: CREATE TABLE table_28787871_3 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_28787871_3 WHERE production_code = 214
40,538
<question>: How many numbers in the season have an air date of June 3, 2012? <context>: 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"
40,539
<question>: What is the highest production code of the episodes having a US viewership of exactly 2.3? <context>: 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"
40,540
<question>: When the number of wickets is 29, what was the economy? <context>: CREATE TABLE table_28797906_3 (economy VARCHAR, wickets VARCHAR)
SELECT economy FROM table_28797906_3 WHERE wickets = 29
40,541
<question>: How many wickets was there when the economy was 3.64? <context>: CREATE TABLE table_28797906_3 (wickets VARCHAR, economy VARCHAR)
SELECT wickets FROM table_28797906_3 WHERE economy = "3.64"
40,542
<question>: What is the average of all the wickets that were 27? <context>: CREATE TABLE table_28797906_3 (average VARCHAR, wickets VARCHAR)
SELECT average FROM table_28797906_3 WHERE wickets = 27
40,543
<question>: Which branding has the callsign of DXGH? <context>: CREATE TABLE table_28794440_1 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_28794440_1 WHERE callsign = "DXGH"
40,544
<question>: What type of station is within the 972khz frequency? <context>: CREATE TABLE table_28794440_1 (station_type VARCHAR, frequency VARCHAR)
SELECT station_type FROM table_28794440_1 WHERE frequency = "972kHz"
40,545
<question>: What types of stations are located in Cebu? <context>: CREATE TABLE table_28794440_1 (station_type VARCHAR, location VARCHAR)
SELECT station_type FROM table_28794440_1 WHERE location = "Cebu"
40,546
<question>: Where are all the 1485khz frequency located? <context>: CREATE TABLE table_28794440_1 (location VARCHAR, frequency VARCHAR)
SELECT location FROM table_28794440_1 WHERE frequency = "1485kHz"
40,547
<question>: How many locations have the callsign DXGH? <context>: CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR)
SELECT COUNT(location) FROM table_28794440_1 WHERE callsign = "DXGH"
40,548
<question>: Where are the broadcasting companys with the callsign DWRH located? <context>: CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR)
SELECT location FROM table_28794440_1 WHERE callsign = "DWRH"
40,549
<question>: Where is the audition city when the venue is upi convention center? <context>: CREATE TABLE table_28793672_1 (audition_city VARCHAR, venue VARCHAR)
SELECT audition_city FROM table_28793672_1 WHERE venue = "UPI Convention Center"
40,550
<question>: How many times is there a golden tickets entry when the callback venue is rcti studio, jakarta? <context>: 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"
40,551
<question>: In what year was 1.35% the average vote per candidate? <context>: 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"
40,552
<question>: When 3.29% was the average per candidate, what was the number of average votes per candidate? <context>: 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"
40,553
<question>: What was the percentage of total votes in 1997? <context>: CREATE TABLE table_28819393_1 (_percentage_of_total_vote VARCHAR, year VARCHAR)
SELECT _percentage_of_total_vote FROM table_28819393_1 WHERE year = "1997"
40,554
<question>: How many shows were launched on CBS (2002)? <context>: CREATE TABLE table_28803803_1 (launched VARCHAR, original_channel VARCHAR)
SELECT COUNT(launched) FROM table_28803803_1 WHERE original_channel = "CBS (2002)"
40,555
<question>: How many IRST figures for the show that premiered on Canale 5 (2006)? <context>: CREATE TABLE table_28803803_1 (irst VARCHAR, original_channel VARCHAR)
SELECT COUNT(irst) FROM table_28803803_1 WHERE original_channel = "Canale 5 (2006)"
40,556
<question>: What are the dates that Falling Angel aired? <context>: CREATE TABLE table_28803803_1 (date VARCHAR, name VARCHAR)
SELECT date FROM table_28803803_1 WHERE name = "Falling Angel"
40,557
<question>: How many economy stats for the player with 2/19 BBI? <context>: CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR)
SELECT COUNT(economy) FROM table_28846752_13 WHERE bbi = "2/19"
40,558
<question>: Who is the player with an average of 35.42? <context>: CREATE TABLE table_28846752_13 (player VARCHAR, average VARCHAR)
SELECT player FROM table_28846752_13 WHERE average = "35.42"
40,559
<question>: What is the economy of the player with BBI of 3/33? <context>: CREATE TABLE table_28846752_13 (economy VARCHAR, bbi VARCHAR)
SELECT economy FROM table_28846752_13 WHERE bbi = "3/33"
40,560
<question>: What is the average when the highest score is 151? <context>: CREATE TABLE table_28846752_4 (average VARCHAR, highest_score VARCHAR)
SELECT average FROM table_28846752_4 WHERE highest_score = "151"
40,561
<question>: Who is the player when the highest score is 84? <context>: CREATE TABLE table_28846752_4 (player VARCHAR, highest_score VARCHAR)
SELECT player FROM table_28846752_4 WHERE highest_score = "84"
40,562
<question>: How many runs are there when the highest score is 228*? <context>: CREATE TABLE table_28846752_4 (runs INTEGER, highest_score VARCHAR)
SELECT MIN(runs) FROM table_28846752_4 WHERE highest_score = "228*"
40,563
<question>: What is the innings when the highest score is 72? <context>: CREATE TABLE table_28846752_4 (innings INTEGER, highest_score VARCHAR)
SELECT MAX(innings) FROM table_28846752_4 WHERE highest_score = "72"
40,564
<question>: What is the highest number listed for matches? <context>: CREATE TABLE table_28846752_8 (matches INTEGER)
SELECT MAX(matches) FROM table_28846752_8
40,565
<question>: How many entries is under 50s column when the average is 39.60? <context>: CREATE TABLE table_28846752_8 (average VARCHAR)
SELECT 50 AS s FROM table_28846752_8 WHERE average = "39.60"
40,566
<question>: Who is the player when the average is 69.66? <context>: CREATE TABLE table_28846752_8 (player VARCHAR, average VARCHAR)
SELECT player FROM table_28846752_8 WHERE average = "69.66"
40,567
<question>: what is the minimumfor 5wi? <context>: CREATE TABLE table_28846752_5 (Id VARCHAR)
SELECT MIN(5 AS wi) FROM table_28846752_5
40,568
<question>: how many 10wi and bbi is 6/101 <context>: CREATE TABLE table_28846752_5 (bbi VARCHAR)
SELECT COUNT(10 AS wi) FROM table_28846752_5 WHERE bbi = "6/101"
40,569
<question>: how many innings had bbi 4/26? <context>: CREATE TABLE table_28846752_5 (innings VARCHAR, bbi VARCHAR)
SELECT innings FROM table_28846752_5 WHERE bbi = "4/26"
40,570
<question>: how many 5wi with an average of 33.13? <context>: CREATE TABLE table_28846752_5 (average VARCHAR)
SELECT COUNT(5 AS wi) FROM table_28846752_5 WHERE average = "33.13"
40,571
<question>: how many innings have an average of 19.60? <context>: CREATE TABLE table_28846752_5 (innings VARCHAR, average VARCHAR)
SELECT innings FROM table_28846752_5 WHERE average = "19.60"
40,572
<question>: What is the average when the BBI is 3/27? <context>: CREATE TABLE table_28846752_9 (average VARCHAR, bbi VARCHAR)
SELECT average FROM table_28846752_9 WHERE bbi = "3/27"
40,573
<question>: Who is the player when the economy is 6.14? <context>: CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR)
SELECT player FROM table_28846752_9 WHERE economy = "6.14"
40,574
<question>: Who is the player when the economy is 5.29? <context>: CREATE TABLE table_28846752_9 (player VARCHAR, economy VARCHAR)
SELECT player FROM table_28846752_9 WHERE economy = "5.29"
40,575
<question>: What the number of matches when the BBI is 3/27? <context>: CREATE TABLE table_28846752_9 (matches INTEGER, bbi VARCHAR)
SELECT MIN(matches) FROM table_28846752_9 WHERE bbi = "3/27"
40,576
<question>: What is the BBI whent the economy is 5.68? <context>: CREATE TABLE table_28846752_9 (bbi VARCHAR, economy VARCHAR)
SELECT bbi FROM table_28846752_9 WHERE economy = "5.68"
40,577
<question>: What is the year listed when tied is listed as 11? <context>: CREATE TABLE table_28848697_4 (year VARCHAR, tied VARCHAR)
SELECT year FROM table_28848697_4 WHERE tied = 11
40,578
<question>: What is the goals against listed when the goals scored is 30? <context>: CREATE TABLE table_28848697_4 (goals_against VARCHAR, goals_scored VARCHAR)
SELECT goals_against FROM table_28848697_4 WHERE goals_scored = 30
40,579
<question>: How many goals scored entries are listed when the year is verano 2001? <context>: CREATE TABLE table_28848697_4 (goals_scored VARCHAR, year VARCHAR)
SELECT COUNT(goals_scored) FROM table_28848697_4 WHERE year = "Verano 2001"
40,580
<question>: What are goals scored when postition is 17 and tied is 5? <context>: 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
40,581
<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? <context>: 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"
40,582
<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? <context>: 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"
40,583
<question>: Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une? <context>: 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"
40,584
<question>: In what stage did Jaime Vergara won, Team Classification was given to EPM-Une and Mountain Classification winner was Oscar Solis? <context>: 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"
40,585
<question>: Who directed the episode that aired November 21, 2003? <context>: 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"
40,586
<question>: How many episode titles have series number 4? <context>: CREATE TABLE table_28859177_2 (title VARCHAR, series__number VARCHAR)
SELECT COUNT(title) FROM table_28859177_2 WHERE series__number = 4
40,587
<question>: How may college/junior/club team has a the nhl team listed as Colorado Avalanche? <context>: 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"
40,588
<question>: What player was picked by the New York Rangers? <context>: CREATE TABLE table_2886617_2 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_2 WHERE nhl_team = "New York Rangers"
40,589
<question>: What position did the draft pick for Toronto Maple Leafs play? <context>: CREATE TABLE table_2886617_8 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_2886617_8 WHERE nhl_team = "Toronto Maple Leafs"
40,590
<question>: Who did Edmonton Oilers get for their draft pick? <context>: CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_8 WHERE nhl_team = "Edmonton Oilers"
40,591
<question>: What college team did Milan Kostolny play for? <context>: 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"
40,592
<question>: What player was picked for Buffalo Sabres? <context>: CREATE TABLE table_2886617_8 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2886617_8 WHERE nhl_team = "Buffalo Sabres"
40,593
<question>: What NHL team picked Sergei Luchinkin? <context>: CREATE TABLE table_2886617_8 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2886617_8 WHERE player = "Sergei Luchinkin"
40,594
<question>: What is the minimum MotoGP/500cc ranking? <context>: CREATE TABLE table_2889810_1 (motogp_500cc INTEGER)
SELECT MIN(motogp_500cc) FROM table_2889810_1
40,595
<question>: Who was the tournament winner in the Southwestern Athletic Conference? <context>: CREATE TABLE table_28884880_4 (tournament_winner VARCHAR, conference VARCHAR)
SELECT tournament_winner FROM table_28884880_4 WHERE conference = "Southwestern Athletic conference"
40,596
<question>: what is the crashandride cymbalpads for the drumset name td-9k2 <context>: CREATE TABLE table_2889300_6 (crashandride_cymbalpads VARCHAR, drumset_name VARCHAR)
SELECT crashandride_cymbalpads FROM table_2889300_6 WHERE drumset_name = "TD-9K2"
40,597
<question>: how many drumsets of drumstand (oftenoptional) with hd-1/3stand and tom-tom pads is 3xcloth-head are <context>: 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"
40,598
<question>: in which year was available the rubber as kickdrum pad <context>: CREATE TABLE table_2889300_6 (years_available VARCHAR, kickdrum_pad VARCHAR)
SELECT years_available FROM table_2889300_6 WHERE kickdrum_pad = "Rubber"
40,599
<question>: in the drum module td-5 what are the tom-tom pads <context>: 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"