answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT pick__number FROM table_16575609_3 WHERE college = "Western Illinois" | What pick # did Western Illinois have? | CREATE TABLE table_16575609_3 (pick__number VARCHAR, college VARCHAR) |
SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE genbank_id = "HQ021437" | What is the 3utr sequence when the genbank id is hq021437? | CREATE TABLE table_14332822_1 (genbank_id VARCHAR) |
SELECT MIN(ofsted_number) FROM table_name_72 WHERE type = "primary" AND faith = "ce" AND intake = 30 AND dcsf_number < 3349 | What is the lowest Ofsted number for a primary with a CE faith, intake of 30 and a DCSF number lower than 3349? | CREATE TABLE table_name_72 (ofsted_number INTEGER, dcsf_number VARCHAR, intake VARCHAR, type VARCHAR, faith VARCHAR) |
SELECT semifinals FROM table_26335424_86 WHERE round_of_16 = "Yulius Fernando ( INA ) L PTS 5-6" | If the round of 16 was yulius fernando ( ina ) l pts 5-6, what was the semifinals? | CREATE TABLE table_26335424_86 (semifinals VARCHAR, round_of_16 VARCHAR) |
SELECT venue FROM table_name_74 WHERE winner = "sydney roosters" AND crowd > 7 OFFSET 426 | When Sydney Roosters won with a Crown of more than 7,426, what was the Venue? | CREATE TABLE table_name_74 (venue VARCHAR, winner VARCHAR, crowd VARCHAR) |
SELECT lat___lon FROM table_name_87 WHERE us_mission = "surveyor 3" | What is the latitude and longitude for Surveyor 3? | CREATE TABLE table_name_87 (lat___lon VARCHAR, us_mission VARCHAR) |
SELECT nationality FROM table_name_78 WHERE year > 2009 AND player = "dwayne de rosario category:articles with hcards" | After 2009, what's the nationality of a player named Dwayne de Rosario Category:articles with hcards? | CREATE TABLE table_name_78 (nationality VARCHAR, year VARCHAR, player VARCHAR) |
SELECT MAX(avg_g) FROM table_name_93 WHERE long < 24 AND gp_gs = "2-0" AND yards < 7 | What is the highest average for a long less than 24, a GP-GS of 2-0, and less than 7 yards? | CREATE TABLE table_name_93 (avg_g INTEGER, yards VARCHAR, long VARCHAR, gp_gs VARCHAR) |
SELECT COUNT(red__e8_) FROM table_2066296_5 WHERE interior_roof = "Parchment/saddle" | How many different results for red (e8) does the model with parchment/saddle interior/roof have? | CREATE TABLE table_2066296_5 (red__e8_ VARCHAR, interior_roof VARCHAR) |
SELECT AVG(frequency__mhz_) FROM table_name_40 WHERE type = "primary" AND call_letters = "kktx-fm" | Type of primary, and a Call letters of kktx-fm has what average Frequency (MHz)? | CREATE TABLE table_name_40 (frequency__mhz_ INTEGER, type VARCHAR, call_letters VARCHAR) |
SELECT MIN(mintage) FROM table_name_9 WHERE artist = "royal canadian mint engravers" AND issue_price = "$10,199.95" AND year > 2009 | What is the lowest Mintage for the Artist Royal Canadian Mint Engravers, in the Year 2009, with an Issue Price of $10,199.95? | CREATE TABLE table_name_9 (mintage INTEGER, year VARCHAR, artist VARCHAR, issue_price VARCHAR) |
SELECT best_male_lyricist FROM table_22546460_4 WHERE best_male_record = "Neshia Nee" | Who was the Best Male Lyricist if Neshia Nee won the Best Male Record? | CREATE TABLE table_22546460_4 (best_male_lyricist VARCHAR, best_male_record VARCHAR) |
SELECT laps FROM table_name_4 WHERE qual = "138.212" | How many laps was qualifier of 138.212? | CREATE TABLE table_name_4 (laps VARCHAR, qual VARCHAR) |
SELECT w_l FROM table_22825058_23 WHERE against = "Czech Republic" | Name the w/l for czech republic | CREATE TABLE table_22825058_23 (w_l VARCHAR, against VARCHAR) |
SELECT year FROM table_name_81 WHERE game = "borderlands 2" | what is the year for borderlands 2? | CREATE TABLE table_name_81 (year VARCHAR, game VARCHAR) |
SELECT home_city FROM table_2522473_1 WHERE home_ground = "Klepp Stadion" | What Home city has the home ground Klepp stadion? | CREATE TABLE table_2522473_1 (home_city VARCHAR, home_ground VARCHAR) |
SELECT board__cm_ FROM table_name_14 WHERE start = "1940" AND type = "theater" AND release > 2010 | What is the dimensions in centimeters of a theater board who started in 1940, who was released after 2010? | CREATE TABLE table_name_14 (board__cm_ VARCHAR, release VARCHAR, start VARCHAR, type VARCHAR) |
SELECT name FROM table_name_32 WHERE took_office = "march 4, 1903" | Who has a Took Office of march 4, 1903? | CREATE TABLE table_name_32 (name VARCHAR, took_office VARCHAR) |
SELECT town FROM table_name_82 WHERE stops = "15" AND kind = "nb" | What town has 15 stops and a NB kind? | CREATE TABLE table_name_82 (town VARCHAR, stops VARCHAR, kind VARCHAR) |
SELECT AVG(grid) FROM table_name_76 WHERE laps < 80 AND constructor = "maserati" AND time_retired = "+2 laps" | What's the average Grid for a Maserati with less than 80 laps, and a Time/Retired of +2 laps? | CREATE TABLE table_name_76 (grid INTEGER, time_retired VARCHAR, laps VARCHAR, constructor VARCHAR) |
SELECT COUNT(no) FROM table_26202940_6 WHERE score_in_the_final = "6–3, 6–4, 7–6 (13–11)" | How many numbers correspond to the score in the final of 6–3, 6–4, 7–6 (13–11)? | CREATE TABLE table_26202940_6 (no VARCHAR, score_in_the_final VARCHAR) |
SELECT crew_chief FROM table_2187178_1 WHERE driver_s_ = "Ricky Craven" | Name the crew chief for ricky craven | CREATE TABLE table_2187178_1 (crew_chief VARCHAR, driver_s_ VARCHAR) |
SELECT f_laps FROM table_26998693_1 WHERE poles > 1.0 AND season = 2008 | How much were the f/laps if poles is higher than 1.0 during 2008? | CREATE TABLE table_26998693_1 (f_laps VARCHAR, poles VARCHAR, season VARCHAR) |
SELECT week FROM table_name_18 WHERE tournament = "monte carlo" | Which Week has a Tournament of monte carlo? | CREATE TABLE table_name_18 (week VARCHAR, tournament VARCHAR) |
SELECT COUNT(round) FROM table_name_68 WHERE position = "tight end" AND overall > 21 | What round was the draft pick of tight end with an Overall larger than 21? | CREATE TABLE table_name_68 (round VARCHAR, position VARCHAR, overall VARCHAR) |
SELECT label FROM table_name_87 WHERE catalog = "lpm-2899" | What is the Label of the release with Catalog number LPM-2899? | CREATE TABLE table_name_87 (label VARCHAR, catalog VARCHAR) |
SELECT COUNT(n___n__) FROM table_15366768_1 WHERE nuclide = "141 Pr" | What is the total number of N for the element with nuclide of 141 pr? | CREATE TABLE table_15366768_1 (n___n__ VARCHAR, nuclide VARCHAR) |
SELECT AVG(bronze) FROM table_name_65 WHERE total > 1 AND rank > 1 | What is the average number of bronze medals won among nations that won at least 1 medal and are not ranked 1st? | CREATE TABLE table_name_65 (bronze INTEGER, total VARCHAR, rank VARCHAR) |
SELECT builder FROM table_name_35 WHERE country = "united kingdom" AND location = "chatham, kent" | What is Builder, when Country is "United Kingdom", and when Location is "Chatham, Kent"? | CREATE TABLE table_name_35 (builder VARCHAR, country VARCHAR, location VARCHAR) |
SELECT date FROM table_name_6 WHERE surface = "clay" AND score = "6–1, 6–2" AND outcome = "runner-up" | Name the date when the surface was clay and the score was 6–1, 6–2 and runner-up | CREATE TABLE table_name_6 (date VARCHAR, outcome VARCHAR, surface VARCHAR, score VARCHAR) |
SELECT constellation FROM table_name_27 WHERE right_ascension___j2000__ = "20h56m40s" | What Constellation has a 20h56m40s Right Ascension (J2000)? | CREATE TABLE table_name_27 (constellation VARCHAR, right_ascension___j2000__ VARCHAR) |
SELECT class FROM table_20016339_1 WHERE pts = 0 AND team = "Italtrans Racing team" | What's Italtrans Racing Team's, with 0 pts, class? | CREATE TABLE table_20016339_1 (class VARCHAR, pts VARCHAR, team VARCHAR) |
SELECT record FROM table_17058151_6 WHERE date = "December 6" | Name the record for december 6 | CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR) |
SELECT MIN(goals) FROM table_name_57 WHERE games < 41 AND player = "mark amos" | Which Goals have Games smaller than 41, and a Player of mark amos? | CREATE TABLE table_name_57 (goals INTEGER, games VARCHAR, player VARCHAR) |
SELECT COUNT(year) FROM table_2181798_1 WHERE avg_finish = "18.5" | Name the number of years for 18.5 | CREATE TABLE table_2181798_1 (year VARCHAR, avg_finish VARCHAR) |
SELECT date_of_birth FROM table_name_51 WHERE player = "avishka gunawardene" | When was avishka gunawardene born? | CREATE TABLE table_name_51 (date_of_birth VARCHAR, player VARCHAR) |
SELECT school_club_team FROM table_name_76 WHERE player = "wayne cooper" | What school does Wayne Cooper play for? | CREATE TABLE table_name_76 (school_club_team VARCHAR, player VARCHAR) |
SELECT 2011 FROM table_name_25 WHERE 2010 = "2r" AND 2013 = "w" | What's the 2011 result when 2010 is 2r and 2013 is w? | CREATE TABLE table_name_25 (Id VARCHAR) |
SELECT MIN(birth_2012) FROM table_25703_2 WHERE january_december_2012 = "Tver Oblast" | What were the total number of 2012 births for the January–December 2012 Tver Oblast region? | CREATE TABLE table_25703_2 (birth_2012 INTEGER, january_december_2012 VARCHAR) |
SELECT SUM(top_25) FROM table_name_47 WHERE cuts_made = 6 | How many times has Watney made the top 25 for a tournament in which he as also been cut 6 times? | CREATE TABLE table_name_47 (top_25 INTEGER, cuts_made VARCHAR) |
SELECT MIN(area__km_2__) FROM table_name_72 WHERE population__2000_ = "45" | What is the smallest area with 45 population? | CREATE TABLE table_name_72 (area__km_2__ INTEGER, population__2000_ VARCHAR) |
SELECT MIN(vehicles__per_1000__d) FROM table_name_14 WHERE agri_culture_b > 12.6 | Agri culture b larger than 12.6, what is the lowest vehicles per 1000? | CREATE TABLE table_name_14 (vehicles__per_1000__d INTEGER, agri_culture_b INTEGER) |
SELECT COUNT(opponent) FROM table_17186229_4 WHERE record = "9-2" | Name the total number of opponent of record 9-2 | CREATE TABLE table_17186229_4 (opponent VARCHAR, record VARCHAR) |
SELECT returning FROM table_name_49 WHERE show = "soul train music awards" | When did soul train music awards return? | CREATE TABLE table_name_49 (returning VARCHAR, show VARCHAR) |
SELECT opponent_number FROM table_name_1 WHERE result = "w24-7" | Who was the opponent when the result was w24-7? | CREATE TABLE table_name_1 (opponent_number VARCHAR, result VARCHAR) |
SELECT illustration FROM table_name_76 WHERE design = "tim nokes" AND first_day_cover_cancellation = "calgary, alberta" | What is the Illustration with a Design of tim nokes, and a First Day Cover Cancellation with calgary, alberta? | CREATE TABLE table_name_76 (illustration VARCHAR, design VARCHAR, first_day_cover_cancellation VARCHAR) |
SELECT COUNT(games_played) FROM table_name_6 WHERE wins = 4 AND position < 9 | What is the total number of games played of the team with 4 wins and a position less than 9? | CREATE TABLE table_name_6 (games_played VARCHAR, wins VARCHAR, position VARCHAR) |
SELECT SUM(gold) FROM table_name_18 WHERE nation = "new zealand" AND rank < 14 | What is the total gold from New zealand and a rank less than 14? | CREATE TABLE table_name_18 (gold INTEGER, nation VARCHAR, rank VARCHAR) |
SELECT AVG(wins) FROM table_name_77 WHERE rank = 3 | Which Wins have a Rank of 3? | CREATE TABLE table_name_77 (wins INTEGER, rank VARCHAR) |
SELECT COUNT(player) FROM table_14342367_15 WHERE total_points = 75 | How many player with total points of 75 | CREATE TABLE table_14342367_15 (player VARCHAR, total_points VARCHAR) |
SELECT Shop_Name FROM shop WHERE NOT Shop_ID IN (SELECT Shop_ID FROM stock) | List the names of shops that have no devices in stock. | CREATE TABLE shop (Shop_Name VARCHAR, Shop_ID VARCHAR); CREATE TABLE stock (Shop_Name VARCHAR, Shop_ID VARCHAR) |
SELECT away_team FROM table_name_60 WHERE venue = "emcg" | When the game was played at the EMCG venue, who was the away team? | CREATE TABLE table_name_60 (away_team VARCHAR, venue VARCHAR) |
SELECT record_medal_event FROM table_name_33 WHERE sport = "athletics" AND athlete = "robert garrett" AND medal_count < 3 | What record medal event has athletics as the sport, with robert garrett as the athlete, and a medal count less than 3? | CREATE TABLE table_name_33 (record_medal_event VARCHAR, medal_count VARCHAR, sport VARCHAR, athlete VARCHAR) |
SELECT semifinalists FROM table_name_21 WHERE tournament = "miami" | Who was the semifinalist at the tournament in miami? | CREATE TABLE table_name_21 (semifinalists VARCHAR, tournament VARCHAR) |
SELECT COUNT(*), country_code FROM players GROUP BY country_code | find the number of players for each country. | CREATE TABLE players (country_code VARCHAR) |
SELECT song_1_title FROM table_23649244_2 WHERE artist_1 = "Danny Byrd" | What is song 1 title is the artist is Danny Byrd? | CREATE TABLE table_23649244_2 (song_1_title VARCHAR, artist_1 VARCHAR) |
SELECT transfer_window FROM table_name_54 WHERE transfer_fee = "free" AND moving_to = "derby county" | What Transfer window that has a Transfer fee of free, with a Moving to of derby county? | CREATE TABLE table_name_54 (transfer_window VARCHAR, transfer_fee VARCHAR, moving_to VARCHAR) |
SELECT date FROM table_name_83 WHERE tournament = "greenbrier classic" | What is Date, when Tournament, is Greenbrier Classic? | CREATE TABLE table_name_83 (date VARCHAR, tournament VARCHAR) |
SELECT score FROM table_name_69 WHERE record = "80-61" | What is the score of the game that holds a record of 80-61? | CREATE TABLE table_name_69 (score VARCHAR, record VARCHAR) |
SELECT tv_time FROM table_name_40 WHERE attendance = "73,578" | What is the Tv Time of the game with an Attendance of 73,578? | CREATE TABLE table_name_40 (tv_time VARCHAR, attendance VARCHAR) |
SELECT region FROM table_name_28 WHERE icao = "vmmc" | I want the region for ICAO of vmmc | CREATE TABLE table_name_28 (region VARCHAR, icao VARCHAR) |
SELECT result FROM table_name_98 WHERE competition = "2002 fifa world cup qualification" AND goal < 10 | What was the final score in a 2002 fifa world cup qualification that was less than 10? | CREATE TABLE table_name_98 (result VARCHAR, competition VARCHAR, goal VARCHAR) |
SELECT COUNT(swimsuit) FROM table_11690135_1 WHERE evening_gown = "9.89" | How many ladies scored a 9.89 for the evening gown? | CREATE TABLE table_11690135_1 (swimsuit VARCHAR, evening_gown VARCHAR) |
SELECT host_team FROM table_name_39 WHERE date = "december 16" | What was the name of the host team dated December 16? | CREATE TABLE table_name_39 (host_team VARCHAR, date VARCHAR) |
SELECT title FROM table_28195898_1 WHERE № = 65 | What is the title of episode No. 65? | CREATE TABLE table_28195898_1 (title VARCHAR, № VARCHAR) |
SELECT hanyu_pinyin FROM table_name_53 WHERE hanzi = "依兰县" | What is the Pinyin for 依兰县? | CREATE TABLE table_name_53 (hanyu_pinyin VARCHAR, hanzi VARCHAR) |
SELECT city FROM table_name_80 WHERE stadium = "stadio artemio franchi, florence" | Which City has a Stadium of stadio artemio franchi, florence? | CREATE TABLE table_name_80 (city VARCHAR, stadium VARCHAR) |
SELECT state FROM table_name_71 WHERE status = "colony" AND school = "shippensburg university" | What state has colony as a status and shippensburg university as the school? | CREATE TABLE table_name_71 (state VARCHAR, status VARCHAR, school VARCHAR) |
SELECT date FROM table_name_99 WHERE major = "the open championship" AND country = "japan" | On what Date was The Open Championship in Japan? | CREATE TABLE table_name_99 (date VARCHAR, major VARCHAR, country VARCHAR) |
SELECT MAX(viewers) FROM table_24399615_3 WHERE airdate = "22 October 2009" | How many viewers were there for airdate is 22 october 2009? | CREATE TABLE table_24399615_3 (viewers INTEGER, airdate VARCHAR) |
SELECT date FROM table_27319183_5 WHERE share___percentage_ = "41.5" | When was the episode that had a share (%) of 41.5? | CREATE TABLE table_27319183_5 (date VARCHAR, share___percentage_ VARCHAR) |
SELECT original_air_date FROM table_16951593_1 WHERE no_in_season = "1/2" | Name the original air date of 1/2 in season | CREATE TABLE table_16951593_1 (original_air_date VARCHAR, no_in_season VARCHAR) |
SELECT MAX(money___) AS $__ FROM table_name_76 WHERE score = 69 - 71 - 71 - 73 = 284 | What is the highest amount of money a player with a score of 69-71-71-73=284 has? | CREATE TABLE table_name_76 (money___ INTEGER, score VARCHAR) |
SELECT document_status_code FROM Ref_Document_Status | What document status codes do we have? | CREATE TABLE Ref_Document_Status (document_status_code VARCHAR) |
SELECT Box AS score FROM table_name_79 WHERE score = "103-101" | What is the box score type for the game that has a score of 103-101? | CREATE TABLE table_name_79 (Box VARCHAR, score VARCHAR) |
SELECT AVG(michelle) FROM table_name_39 WHERE discipline = "archery" | How did michelle do in archery? | CREATE TABLE table_name_39 (michelle INTEGER, discipline VARCHAR) |
SELECT district FROM table_1342370_17 WHERE incumbent = "James O'Connor" | In which district is James O'Connor the incumbent? | CREATE TABLE table_1342370_17 (district VARCHAR, incumbent VARCHAR) |
SELECT callsign FROM table_name_3 WHERE commenced_operations < 1976 | Who is the call sign that has a commenced operation before 1976? | CREATE TABLE table_name_3 (callsign VARCHAR, commenced_operations INTEGER) |
SELECT language FROM table_2509350_3 WHERE sopachuy_municipality = 10 | Name the language for sopachuy 10 | CREATE TABLE table_2509350_3 (language VARCHAR, sopachuy_municipality VARCHAR) |
SELECT going_to FROM table_18332845_2 WHERE departure = "20.35" | Where is the train going to when departing at 20.35? | CREATE TABLE table_18332845_2 (going_to VARCHAR, departure VARCHAR) |
SELECT avg_finish FROM table_2190919_3 WHERE team_s_ = "#21/#07 SS-Green Light Racing" | With team #21/#07 ss-green light racing, what was the average finish number? | CREATE TABLE table_2190919_3 (avg_finish VARCHAR, team_s_ VARCHAR) |
SELECT chassis FROM table_name_34 WHERE entrant = "ecurie lutetia" | I want the chassis for entrant of ecurie lutetia | CREATE TABLE table_name_34 (chassis VARCHAR, entrant VARCHAR) |
SELECT score FROM table_name_71 WHERE date = "august 23, 2004" | What is the Score of the match on August 23, 2004? | CREATE TABLE table_name_71 (score VARCHAR, date VARCHAR) |
SELECT result FROM table_name_81 WHERE category = "best actor in a musical" | What was the result of the Best Actor in a Musical category? | CREATE TABLE table_name_81 (result VARCHAR, category VARCHAR) |
SELECT score FROM table_name_76 WHERE date = "february 16" | what is the score on february 16? | CREATE TABLE table_name_76 (score VARCHAR, date VARCHAR) |
SELECT COUNT(number__map_) FROM table_name_3 WHERE area_in_km² > 13.5 AND population_canada_2011_census = 134 OFFSET 038 | How much #s have an Area in km² larger than 13.5, and a Population Canada 2011 Census of 134,038? | CREATE TABLE table_name_3 (number__map_ VARCHAR, area_in_km² VARCHAR, population_canada_2011_census VARCHAR) |
SELECT rank__week_ FROM table_15681686_4 WHERE viewers__millions_ = "6.45" | what rank has viewers at 6.45? | CREATE TABLE table_15681686_4 (rank__week_ VARCHAR, viewers__millions_ VARCHAR) |
SELECT COUNT(DISTINCT advisor) FROM Student | How many different advisors are listed? | CREATE TABLE Student (advisor VARCHAR) |
SELECT COUNT(s_hindu) FROM table_14598_5 WHERE buddhist = "73.0%" | What is the data point for s hindu where the buddhist data point is 73.0%? | CREATE TABLE table_14598_5 (s_hindu VARCHAR, buddhist VARCHAR) |
SELECT line FROM table_name_81 WHERE current_status = "demolished" AND closed = "late 1970s" AND location = "toolamba" | What is the line of the station in Toolamba that is currently demolished and closed in the late 1970s? | CREATE TABLE table_name_81 (line VARCHAR, location VARCHAR, current_status VARCHAR, closed VARCHAR) |
SELECT owner FROM table_name_81 WHERE format = "classical" | Tell me the owner for classical | CREATE TABLE table_name_81 (owner VARCHAR, format VARCHAR) |
SELECT T2.name, COUNT(*) FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T1.register_year > 2015 GROUP BY T2.branch_id | Show all branch names with the number of members in each branch registered after 2015. | CREATE TABLE branch (name VARCHAR, branch_id VARCHAR); CREATE TABLE membership_register_branch (branch_id VARCHAR, register_year INTEGER) |
SELECT ID FROM Highschooler WHERE name = "Kyle" | Show the ID of the high schooler named Kyle. | CREATE TABLE Highschooler (ID VARCHAR, name VARCHAR) |
SELECT club FROM table_name_39 WHERE round = "2nd round" AND score = "1:0, 3:0" | Which club has a 2nd round score of 1:0, 3:0? | CREATE TABLE table_name_39 (club VARCHAR, round VARCHAR, score VARCHAR) |
SELECT last_aired FROM table_name_57 WHERE retitled_as_same = "classic concentration" | Which Last Aired has a Retitled as/Same of classic concentration? | CREATE TABLE table_name_57 (last_aired VARCHAR, retitled_as_same VARCHAR) |
SELECT surface FROM table_name_67 WHERE opponent = "estrella cabeza candela" | On which Surface will Estrella Cabeza Candela play? | CREATE TABLE table_name_67 (surface VARCHAR, opponent VARCHAR) |
SELECT season FROM table_name_87 WHERE player_of_the_year = "tim mikkelson" | For which season is Tim Mikkelson player of the year? | CREATE TABLE table_name_87 (season VARCHAR, player_of_the_year VARCHAR) |
SELECT circuit FROM table_name_22 WHERE race_title = "japanese grand prix" | Which circuit has a Race Title of japanese grand prix? | CREATE TABLE table_name_22 (circuit VARCHAR, race_title VARCHAR) |
SELECT h_s_asst_principal FROM table_name_47 WHERE glendale_principal = "joyce brace" AND year = "2002-2003" | What is the H.S. Asst. principal with a Glendale principal Joyce Brace during 2002-2003? | CREATE TABLE table_name_47 (h_s_asst_principal VARCHAR, glendale_principal VARCHAR, year VARCHAR) |
SELECT MIN(pick__number) FROM table_2679061_2 WHERE nhl_team = "Montreal Canadiens" AND college_junior_club_team = "Trois-Rivières Draveurs (QMJHL)" | what is the pick # when the nhl team is montreal canadiens and the college/junior/club team is trois-rivières draveurs (qmjhl)? | CREATE TABLE table_2679061_2 (pick__number INTEGER, nhl_team VARCHAR, college_junior_club_team VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.