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