Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
26,900
<question>: During what period did Dell Curry play for Toronto? <context>: CREATE TABLE table_10015132_3 (years_in_toronto VARCHAR, player VARCHAR)
SELECT years_in_toronto FROM table_10015132_3 WHERE player = "Dell Curry"
26,901
<question>: What's the number of the player from Boise State? <context>: CREATE TABLE table_10015132_3 (no VARCHAR, school_club_team VARCHAR)
SELECT no FROM table_10015132_3 WHERE school_club_team = "Boise State"
26,902
<question>: What's Dell Curry nationality? <context>: CREATE TABLE table_10015132_3 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_10015132_3 WHERE player = "Dell Curry"
26,903
<question>: which player is from georgia <context>: CREATE TABLE table_10015132_7 (player VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_10015132_7 WHERE school_club_team = "Georgia"
26,904
<question>: what school is rudy gay from <context>: CREATE TABLE table_10015132_7 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_10015132_7 WHERE player = "Rudy Gay"
26,905
<question>: what nationality is the player who played from 1997-98 <context>: CREATE TABLE table_10015132_7 (nationality VARCHAR, years_in_toronto VARCHAR)
SELECT nationality FROM table_10015132_7 WHERE years_in_toronto = "1997-98"
26,906
<question>: what position did the player from connecticut play <context>: CREATE TABLE table_10015132_7 (position VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_10015132_7 WHERE school_club_team = "Connecticut"
26,907
<question>: During which years was Marcus Banks in Toronto? <context>: CREATE TABLE table_10015132_2 (years_in_toronto VARCHAR, player VARCHAR)
SELECT years_in_toronto FROM table_10015132_2 WHERE player = "Marcus Banks"
26,908
<question>: Which positions were in Toronto in 2004? <context>: CREATE TABLE table_10015132_2 (position VARCHAR, years_in_toronto VARCHAR)
SELECT position FROM table_10015132_2 WHERE years_in_toronto = "2004"
26,909
<question>: What nationality is the player Muggsy Bogues? <context>: CREATE TABLE table_10015132_2 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_10015132_2 WHERE player = "Muggsy Bogues"
26,910
<question>: What years was the player Lonny Baxter in Toronto? <context>: CREATE TABLE table_10015132_2 (years_in_toronto VARCHAR, player VARCHAR)
SELECT years_in_toronto FROM table_10015132_2 WHERE player = "Lonny Baxter"
26,911
<question>: How many players were with the school or club team La Salle? <context>: CREATE TABLE table_10015132_2 (player VARCHAR, school_club_team VARCHAR)
SELECT COUNT(player) FROM table_10015132_2 WHERE school_club_team = "La Salle"
26,912
<question>: When the scoring rank was 117, what was the best finish? <context>: CREATE TABLE table_10021158_3 (best_finish VARCHAR, scoring_rank VARCHAR)
SELECT best_finish FROM table_10021158_3 WHERE scoring_rank = "117"
26,913
<question>: When the best finish was T69, how many people came in 2nd? <context>: CREATE TABLE table_10021158_3 (best_finish VARCHAR)
SELECT 2 AS nd FROM table_10021158_3 WHERE best_finish = "T69"
26,914
<question>: How many wins were there when the money list rank was 183? <context>: CREATE TABLE table_10021158_3 (wins VARCHAR, money_list_rank VARCHAR)
SELECT COUNT(wins) FROM table_10021158_3 WHERE money_list_rank = "183"
26,915
<question>: When the money list rank was n/a, what was the scoring average? <context>: CREATE TABLE table_10021158_3 (scoring_average VARCHAR, money_list_rank VARCHAR)
SELECT scoring_average FROM table_10021158_3 WHERE money_list_rank = "n/a"
26,916
<question>: What time was the highest for 2nd finishers? <context>: CREATE TABLE table_10021158_3 (Id VARCHAR)
SELECT MAX(2 AS nd) FROM table_10021158_3
26,917
<question>: When did the Metrostars have their first Rookie of the Year winner? <context>: CREATE TABLE table_1004033_1 (season INTEGER, team VARCHAR)
SELECT MIN(season) FROM table_1004033_1 WHERE team = "MetroStars"
26,918
<question>: What college did the Rookie of the Year from the Columbus Crew attend? <context>: CREATE TABLE table_1004033_1 (college VARCHAR, team VARCHAR)
SELECT college FROM table_1004033_1 WHERE team = "Columbus Crew"
26,919
<question>: How many teams had a #1 draft pick that won the Rookie of the Year Award? <context>: CREATE TABLE table_1004033_1 (team VARCHAR, draft_pick__number VARCHAR)
SELECT COUNT(team) FROM table_1004033_1 WHERE draft_pick__number = "1"
26,920
<question>: What position did the #10 draft pick play? <context>: CREATE TABLE table_1004033_1 (position VARCHAR, draft_pick__number VARCHAR)
SELECT position FROM table_1004033_1 WHERE draft_pick__number = "10"
26,921
<question>: what's the years played with singles w-l of 3–2 <context>: CREATE TABLE table_10023387_1 (years_played VARCHAR, singles_w_l VARCHAR)
SELECT years_played FROM table_10023387_1 WHERE singles_w_l = "3–2"
26,922
<question>: what's the doubles w-l for player seol jae-min (none) <context>: CREATE TABLE table_10023387_1 (doubles_w_l VARCHAR, player VARCHAR)
SELECT doubles_w_l FROM table_10023387_1 WHERE player = "Seol Jae-Min (none)"
26,923
<question>: what's the singles w-l for kim doo-hwan <context>: CREATE TABLE table_10023387_1 (singles_w_l VARCHAR, player VARCHAR)
SELECT singles_w_l FROM table_10023387_1 WHERE player = "Kim Doo-Hwan"
26,924
<question>: what's the total number of singles w-l with doubles w-l of 0–0 and total w-l of 3–1 <context>: CREATE TABLE table_10023387_1 (singles_w_l VARCHAR, doubles_w_l VARCHAR, total_w_l VARCHAR)
SELECT COUNT(singles_w_l) FROM table_10023387_1 WHERE doubles_w_l = "0–0" AND total_w_l = "3–1"
26,925
<question>: what's the doubles w-l with years played value of 1 (1968) <context>: CREATE TABLE table_10023387_1 (doubles_w_l VARCHAR, years_played VARCHAR)
SELECT doubles_w_l FROM table_10023387_1 WHERE years_played = "1 (1968)"
26,926
<question>: what years are played for player  im chung-yang <context>: CREATE TABLE table_10023387_1 (years_played VARCHAR, player VARCHAR)
SELECT years_played FROM table_10023387_1 WHERE player = "Im Chung-Yang"
26,927
<question>: What is the name of the 375 crest length? <context>: CREATE TABLE table_10020178_1 (name VARCHAR, crest_length__meters_ VARCHAR)
SELECT name FROM table_10020178_1 WHERE crest_length__meters_ = 375
26,928
<question>: What is year of construction of spitallamm? <context>: CREATE TABLE table_10020178_1 (year_of_construction INTEGER, name VARCHAR)
SELECT MIN(year_of_construction) FROM table_10020178_1 WHERE name = "Spitallamm"
26,929
<question>: What is the canton of grande dixence? <context>: CREATE TABLE table_10020178_1 (canton VARCHAR, name VARCHAR)
SELECT canton FROM table_10020178_1 WHERE name = "Grande Dixence"
26,930
<question>: What is the guardian mātṛkā for the guardian whose consort is Svāhā? <context>: CREATE TABLE table_100518_1 (guardian_mātṛkā VARCHAR, consort VARCHAR)
SELECT guardian_mātṛkā FROM table_100518_1 WHERE consort = "Svāhā"
26,931
<question>: Where the mantra is "oṃ yaṃ vāyuve namaḥ", what is the direction of the guardian? <context>: CREATE TABLE table_100518_1 (direction VARCHAR, mantra VARCHAR)
SELECT direction FROM table_100518_1 WHERE mantra = "Oṃ Yaṃ Vāyuve Namaḥ"
26,932
<question>: What weapon is used by the guardian whose consort is śacī? <context>: CREATE TABLE table_100518_1 (weapon VARCHAR, consort VARCHAR)
SELECT weapon FROM table_100518_1 WHERE consort = "Śacī"
26,933
<question>: What are the directions for the guardian whose weapon is khaḍga (sword)? <context>: CREATE TABLE table_100518_1 (direction VARCHAR, weapon VARCHAR)
SELECT direction FROM table_100518_1 WHERE weapon = "Khaḍga (sword)"
26,934
<question>: What are the weapons used by guardians for the direction East? <context>: CREATE TABLE table_100518_1 (weapon VARCHAR, direction VARCHAR)
SELECT weapon FROM table_100518_1 WHERE direction = "East"
26,935
<question>: What are the directions for the guardian whose graha (planet) is bṛhaspati (Jupiter)? <context>: CREATE TABLE table_100518_1 (direction VARCHAR, graha__planet_ VARCHAR)
SELECT direction FROM table_100518_1 WHERE graha__planet_ = "Bṛhaspati (Jupiter)"
26,936
<question>: What is the number of chapters listed for the fraternity with a headquarters in Austin, Texas? <context>: CREATE TABLE table_10054296_1 (chapters INTEGER, classification VARCHAR, headquarters VARCHAR)
SELECT MAX(chapters) FROM table_10054296_1 WHERE classification = "Fraternity" AND headquarters = "Austin, Texas"
26,937
<question>: What are the members listed with the sorority classification <context>: CREATE TABLE table_10054296_1 (member VARCHAR, classification VARCHAR)
SELECT member FROM table_10054296_1 WHERE classification = "Sorority"
26,938
<question>: Name the member that has 12 chapters <context>: CREATE TABLE table_10054296_1 (member VARCHAR, chapters VARCHAR)
SELECT member FROM table_10054296_1 WHERE chapters = 12
26,939
<question>: Where is the headquarters of Alpha Nu Omega <context>: CREATE TABLE table_10054296_1 (headquarters VARCHAR, member VARCHAR)
SELECT headquarters FROM table_10054296_1 WHERE member = "Alpha Nu Omega"
26,940
<question>: what is the number of relapsing fever when malaria is 3000 <context>: CREATE TABLE table_1007688_1 (relapsing_fever INTEGER, malaria VARCHAR)
SELECT MIN(relapsing_fever) FROM table_1007688_1 WHERE malaria = "3000"
26,941
<question>: what is the typhoid fever number for the year 1934 <context>: CREATE TABLE table_1007688_1 (typhoid_fever VARCHAR, year VARCHAR)
SELECT typhoid_fever FROM table_1007688_1 WHERE year = "1934"
26,942
<question>: What are all the typhus number when smallpox is 4 <context>: CREATE TABLE table_1007688_1 (typhus VARCHAR, smallpox VARCHAR)
SELECT typhus FROM table_1007688_1 WHERE smallpox = 4
26,943
<question>: what is the number of smallpox when typhoid fever is 293 <context>: CREATE TABLE table_1007688_1 (smallpox INTEGER, typhoid_fever VARCHAR)
SELECT MAX(smallpox) FROM table_1007688_1 WHERE typhoid_fever = 293
26,944
<question>: what is the typhoid fever number for the year 1929 <context>: CREATE TABLE table_1007688_1 (typhoid_fever VARCHAR, year VARCHAR)
SELECT typhoid_fever FROM table_1007688_1 WHERE year = "1929"
26,945
<question>: How many schools are in Bloomington, IN? <context>: CREATE TABLE table_10082596_1 (founded VARCHAR, location VARCHAR)
SELECT COUNT(founded) FROM table_10082596_1 WHERE location = "Bloomington, IN"
26,946
<question>: How many of the schools are designated private/Presbyterian? <context>: CREATE TABLE table_10082596_1 (location VARCHAR, affiliation VARCHAR)
SELECT COUNT(location) FROM table_10082596_1 WHERE affiliation = "Private/Presbyterian"
26,947
<question>: In what year was Lindenwood University founded? <context>: CREATE TABLE table_10082596_1 (founded INTEGER, school VARCHAR)
SELECT MIN(founded) FROM table_10082596_1 WHERE school = "Lindenwood University"
26,948
<question>: How many of the schools listed are in Ames, IA? <context>: CREATE TABLE table_10082596_1 (primary_conference VARCHAR, location VARCHAR)
SELECT COUNT(primary_conference) FROM table_10082596_1 WHERE location = "Ames, IA"
26,949
<question>: What is the capital (endonym) where Douglas is the Capital (exonym)? <context>: CREATE TABLE table_1008653_9 (capital___endonym__ VARCHAR, capital___exonym__ VARCHAR)
SELECT capital___endonym__ FROM table_1008653_9 WHERE capital___exonym__ = "Douglas"
26,950
<question>: How many countries (endonym) has the capital (endonym) of Jakarta? <context>: CREATE TABLE table_1008653_9 (country___endonym__ VARCHAR, capital___endonym__ VARCHAR)
SELECT COUNT(country___endonym__) FROM table_1008653_9 WHERE capital___endonym__ = "Jakarta"
26,951
<question>: What is the country (exonym) where the official or native language(s) (alphabet/script) is Icelandic? <context>: CREATE TABLE table_1008653_9 (country___exonym__ VARCHAR, official_or_native_language_s___alphabet_script_ VARCHAR)
SELECT country___exonym__ FROM table_1008653_9 WHERE official_or_native_language_s___alphabet_script_ = "Icelandic"
26,952
<question>: In which country (endonym) is Irish English the official or native language(s) (alphabet/script)? <context>: CREATE TABLE table_1008653_9 (country___endonym__ VARCHAR, official_or_native_language_s___alphabet_script_ VARCHAR)
SELECT country___endonym__ FROM table_1008653_9 WHERE official_or_native_language_s___alphabet_script_ = "Irish English"
26,953
<question>: Which country (exonym) is the country (endonym) isle of man ellan vannin? <context>: CREATE TABLE table_1008653_9 (country___exonym__ VARCHAR, country___endonym__ VARCHAR)
SELECT country___exonym__ FROM table_1008653_9 WHERE country___endonym__ = "Isle of Man Ellan Vannin"
26,954
<question>: what is the minimum population canada 2011 census with seat of rcm being cowansville <context>: CREATE TABLE table_1011906_1 (population_canada_2011_census INTEGER, seat_of_rcm VARCHAR)
SELECT MIN(population_canada_2011_census) FROM table_1011906_1 WHERE seat_of_rcm = "Cowansville"
26,955
<question>: what's the land area with seat of rcm being granby <context>: CREATE TABLE table_1011906_1 (land_area VARCHAR, seat_of_rcm VARCHAR)
SELECT land_area FROM table_1011906_1 WHERE seat_of_rcm = "Granby"
26,956
<question>: What is the population for County Mayo with the English Name Carrowteige? <context>: CREATE TABLE table_101196_1 (population VARCHAR, county VARCHAR, english_name VARCHAR)
SELECT population FROM table_101196_1 WHERE county = "county Mayo" AND english_name = "Carrowteige"
26,957
<question>: What is the Irish name listed with 62% Irish speakers? <context>: CREATE TABLE table_101196_1 (irish_name VARCHAR, irish_speakers VARCHAR)
SELECT irish_name FROM table_101196_1 WHERE irish_speakers = "62%"
26,958
<question>: What is the population for the Irish Name Leitir mealláin? <context>: CREATE TABLE table_101196_1 (population VARCHAR, irish_name VARCHAR)
SELECT population FROM table_101196_1 WHERE irish_name = "Leitir Mealláin"
26,959
<question>: What is the county for the Irish name Carna? <context>: CREATE TABLE table_101196_1 (county VARCHAR, irish_name VARCHAR)
SELECT county FROM table_101196_1 WHERE irish_name = "Carna"
26,960
<question>: How many County Kerry have 53% Irish speakers? <context>: CREATE TABLE table_101196_1 (english_name VARCHAR, irish_speakers VARCHAR, county VARCHAR)
SELECT COUNT(english_name) FROM table_101196_1 WHERE irish_speakers = "53%" AND county = "county Kerry"
26,961
<question>: What is the population for the English name Spiddal? <context>: CREATE TABLE table_101196_1 (population VARCHAR, english_name VARCHAR)
SELECT population FROM table_101196_1 WHERE english_name = "Spiddal"
26,962
<question>: What is the the Chinese population for the state that has a Filipino population of 1474707? <context>: CREATE TABLE table_10118412_6 (chinese INTEGER, filipino VARCHAR)
SELECT MIN(chinese) FROM table_10118412_6 WHERE filipino = 1474707
26,963
<question>: How many States have an Indian population of 30947? <context>: CREATE TABLE table_10118412_6 (filipino VARCHAR, indian VARCHAR)
SELECT COUNT(filipino) FROM table_10118412_6 WHERE indian = 30947
26,964
<question>: What is the highest Indian population? <context>: CREATE TABLE table_10118412_6 (indian INTEGER)
SELECT MAX(indian) FROM table_10118412_6
26,965
<question>: What is Australia's role in the UN operation Unama? <context>: CREATE TABLE table_10121127_1 (australian_role VARCHAR, un_operation_name VARCHAR)
SELECT australian_role FROM table_10121127_1 WHERE un_operation_name = "UNAMA"
26,966
<question>: What is the UN operation title with the UN operation name, Uncok? <context>: CREATE TABLE table_10121127_1 (un_operation_title VARCHAR, un_operation_name VARCHAR)
SELECT un_operation_title FROM table_10121127_1 WHERE un_operation_name = "UNCOK"
26,967
<question>: How many Australians were in the UN commission on Korea? <context>: CREATE TABLE table_10121127_1 (number_of_australians_involved VARCHAR, un_operation_title VARCHAR)
SELECT COUNT(number_of_australians_involved) FROM table_10121127_1 WHERE un_operation_title = "UN Commission on Korea"
26,968
<question>: When was it where 65 Australians were involved in the UN? <context>: CREATE TABLE table_10121127_1 (dates_of_australian_involvement VARCHAR, number_of_australians_involved VARCHAR)
SELECT dates_of_australian_involvement FROM table_10121127_1 WHERE number_of_australians_involved = "65"
26,969
<question>: What year is the season with the 10.73 million views? <context>: CREATE TABLE table_10120207_8 (tv_season VARCHAR, viewers__millions_ VARCHAR)
SELECT tv_season FROM table_10120207_8 WHERE viewers__millions_ = "10.73"
26,970
<question>: What is the season year where the rank is 39? <context>: CREATE TABLE table_10120207_8 (tv_season VARCHAR, rank VARCHAR)
SELECT tv_season FROM table_10120207_8 WHERE rank = "39"
26,971
<question>: What is the number of season premieres were 10.17 people watched? <context>: CREATE TABLE table_10120207_8 (season VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(season) AS premiere FROM table_10120207_8 WHERE viewers__millions_ = "10.17"
26,972
<question>: What is the year of the season that was 12? <context>: CREATE TABLE table_10120207_8 (tv_season VARCHAR, season VARCHAR)
SELECT tv_season FROM table_10120207_8 WHERE season = 12
26,973
<question>: In 2012 what was the average finish? <context>: CREATE TABLE table_1012730_1 (avg_finish VARCHAR, year VARCHAR)
SELECT avg_finish FROM table_1012730_1 WHERE year = 2012
26,974
<question>: How many wins happened in 1983? <context>: CREATE TABLE table_1012730_1 (wins INTEGER, year VARCHAR)
SELECT MIN(wins) FROM table_1012730_1 WHERE year = 1983
26,975
<question>: How many top tens had an average start of 29.4? <context>: CREATE TABLE table_1012730_1 (top_10 VARCHAR, avg_start VARCHAR)
SELECT COUNT(top_10) FROM table_1012730_1 WHERE avg_start = "29.4"
26,976
<question>: How many poles had an average finish of 19.1? <context>: CREATE TABLE table_1012730_1 (poles INTEGER, avg_finish VARCHAR)
SELECT MAX(poles) FROM table_1012730_1 WHERE avg_finish = "19.1"
26,977
<question>: How many starts did Hendrick motorsports have? <context>: CREATE TABLE table_1012730_1 (starts INTEGER, team_s_ VARCHAR)
SELECT MIN(starts) FROM table_1012730_1 WHERE team_s_ = "Hendrick Motorsports"
26,978
<question>: NHL players are all centre in Florida panthers. <context>: CREATE TABLE table_1013129_10 (player VARCHAR, position VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_1013129_10 WHERE position = "Centre" AND nhl_team = "Florida Panthers"
26,979
<question>: NHL team player San Jose Sharks is United States nationally. <context>: CREATE TABLE table_1013129_10 (player VARCHAR, nhl_team VARCHAR, nationality VARCHAR)
SELECT player FROM table_1013129_10 WHERE nhl_team = "San Jose Sharks" AND nationality = "United States"
26,980
<question>: All players are position mark polak. <context>: CREATE TABLE table_1013129_10 (position VARCHAR, player VARCHAR)
SELECT position FROM table_1013129_10 WHERE player = "Mark Polak"
26,981
<question>: Position in nhl team centre are all smaller pick than 243.0 <context>: CREATE TABLE table_1013129_10 (nhl_team VARCHAR, position VARCHAR, pick VARCHAR)
SELECT nhl_team FROM table_1013129_10 WHERE position = "Centre" AND pick < 243.0
26,982
<question>: What college/junior/club teams do the players from the St. Louis Blues come from? <context>: CREATE TABLE table_1013129_11 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
SELECT college_junior_club_team FROM table_1013129_11 WHERE nhl_team = "St. Louis Blues"
26,983
<question>: What teams do the players from TPS (Finland) play for? <context>: CREATE TABLE table_1013129_11 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
SELECT nhl_team FROM table_1013129_11 WHERE college_junior_club_team = "TPS (Finland)"
26,984
<question>: What high school team did Doug Nolan play for? <context>: CREATE TABLE table_1013129_11 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_1013129_11 WHERE player = "Doug Nolan"
26,985
<question>: What club team is Per Gustafsson play for? <context>: CREATE TABLE table_1013129_11 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_1013129_11 WHERE player = "Per Gustafsson"
26,986
<question>: What is the nationality of Shayne Wright? <context>: CREATE TABLE table_1013129_11 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_1013129_11 WHERE player = "Shayne Wright"
26,987
<question>: How many votes did Southern England cast whilst Northern Ireland cast 3? <context>: CREATE TABLE table_10128185_2 (southern_england VARCHAR, northern_ireland VARCHAR)
SELECT southern_england FROM table_10128185_2 WHERE northern_ireland = 3
26,988
<question>: What was the lowest number of votes Scotland cast? <context>: CREATE TABLE table_10128185_2 (scotland INTEGER)
SELECT MIN(scotland) FROM table_10128185_2
26,989
<question>: What is the total number of votes if Scotland cast 35? <context>: CREATE TABLE table_10128185_2 (scotland VARCHAR, total VARCHAR)
SELECT COUNT(scotland) FROM table_10128185_2 WHERE total = 35
26,990
<question>: How many votes did Northern Ireland cast if the total was 35? <context>: CREATE TABLE table_10128185_2 (northern_ireland VARCHAR, total VARCHAR)
SELECT northern_ireland FROM table_10128185_2 WHERE total = 35
26,991
<question>: How many votes did Wales cast when Northern England cast 6? <context>: CREATE TABLE table_10128185_2 (wales INTEGER, northern_england VARCHAR)
SELECT MIN(wales) FROM table_10128185_2 WHERE northern_england = 6
26,992
<question>: What teams had 9 in the top 5 and 1 wins? <context>: CREATE TABLE table_1012730_2 (team_s_ VARCHAR, top_5 VARCHAR, wins VARCHAR)
SELECT team_s_ FROM table_1012730_2 WHERE top_5 = 9 AND wins = 1
26,993
<question>: What teams did the player vadim sharifijanov play for? <context>: CREATE TABLE table_1013129_1 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_1013129_1 WHERE player = "Vadim Sharifijanov"
26,994
<question>: What positions do the hartford whalers nhl team have? <context>: CREATE TABLE table_1013129_1 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_1013129_1 WHERE nhl_team = "Hartford Whalers"
26,995
<question>: What is the smallest pick for the player, brett lindros? <context>: CREATE TABLE table_1013129_1 (pick INTEGER, player VARCHAR)
SELECT MIN(pick) FROM table_1013129_1 WHERE player = "Brett Lindros"
26,996
<question>: What positions does the college/junior/club team, molot perm (russia) have? <context>: CREATE TABLE table_1013129_1 (position VARCHAR, college_junior_club_team VARCHAR)
SELECT position FROM table_1013129_1 WHERE college_junior_club_team = "Molot Perm (Russia)"
26,997
<question>: The nhl team new york islanders is what nationality? <context>: CREATE TABLE table_1013129_1 (nationality VARCHAR, nhl_team VARCHAR)
SELECT nationality FROM table_1013129_1 WHERE nhl_team = "New York Islanders"
26,998
<question>: What is the name of the vacator for district Louisiana 1st? <context>: CREATE TABLE table_1013168_3 (vacator VARCHAR, district VARCHAR)
SELECT vacator FROM table_1013168_3 WHERE district = "Louisiana 1st"
26,999
<question>: What is the notion when the crystal structure is tetragonal and the formula is bi 2 sr 2 cacu 2 o 8 <context>: CREATE TABLE table_101336_1 (notation VARCHAR, crystal_structure VARCHAR, formula VARCHAR)
SELECT notation FROM table_101336_1 WHERE crystal_structure = "Tetragonal" AND formula = "Bi 2 Sr 2 CaCu 2 O 8"