answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT label FROM table_name_65 WHERE format = "cd maxi" | CREATE TABLE table_name_65 (label VARCHAR, format VARCHAR) | What is the Label of the release in CD Maxi Format? |
SELECT catalog FROM table_name_13 WHERE format = "cd single" | CREATE TABLE table_name_13 (catalog VARCHAR, format VARCHAR) | What is the Catalog number of the CD Single? |
SELECT make FROM table_name_33 WHERE pos > 9 | CREATE TABLE table_name_33 (make VARCHAR, pos INTEGER) | Which Make has a Pos larger than 9? |
SELECT SUM(pos) FROM table_name_23 WHERE driver = "brian scott (r)" | CREATE TABLE table_name_23 (pos INTEGER, driver VARCHAR) | Which Pos has a Driver of brian scott (r)? |
SELECT COUNT(pos) FROM table_name_49 WHERE driver = "todd bodine" AND car__number > 30 | CREATE TABLE table_name_49 (pos VARCHAR, driver VARCHAR, car__number VARCHAR) | How many Pos have a Driver of todd bodine, and a Car # larger than 30? |
SELECT MAX(car__number) FROM table_name_98 WHERE make = "toyota" AND pos = 7 | CREATE TABLE table_name_98 (car__number INTEGER, make VARCHAR, pos VARCHAR) | Which Car # has a Make of toyota, and a Pos of 7? |
SELECT COUNT(track_number) FROM table_name_58 WHERE recording_date = "november 16, 1959" AND title = "i couldn't hear nobody pray" | CREATE TABLE table_name_58 (track_number VARCHAR, recording_date VARCHAR, title VARCHAR) | How many track numbers were recorded on November 16, 1959 for the title of I Couldn't Hear Nobody Pray? |
SELECT recording_date FROM table_name_55 WHERE title = "my lord what a mornin'" | CREATE TABLE table_name_55 (recording_date VARCHAR, title VARCHAR) | On what date was My Lord What a Mornin' recorded? |
SELECT AVG(track_number) FROM table_name_52 WHERE time = "3:25" AND title = "great getting up mornin'" | CREATE TABLE table_name_52 (track_number INTEGER, time VARCHAR, title VARCHAR) | What is the average track number 3:25 long and a title of Great Getting up Mornin'? |
SELECT date FROM table_name_73 WHERE record = "2β7β0β1" | CREATE TABLE table_name_73 (date VARCHAR, record VARCHAR) | WHich Date has a Record of 2β7β0β1? |
SELECT visitor FROM table_name_59 WHERE date = "march 16" | CREATE TABLE table_name_59 (visitor VARCHAR, date VARCHAR) | Who is the Visitor on march 16? |
SELECT record FROM table_name_51 WHERE date = "november 16" | CREATE TABLE table_name_51 (record VARCHAR, date VARCHAR) | Which Record is on november 16? |
SELECT home FROM table_name_33 WHERE date = "december 10" | CREATE TABLE table_name_33 (home VARCHAR, date VARCHAR) | What is the Home on december 10? |
SELECT score FROM table_name_30 WHERE date = "november 11" | CREATE TABLE table_name_30 (score VARCHAR, date VARCHAR) | WHich Score has a Date on november 11? |
SELECT record FROM table_name_55 WHERE date = "december 18" | CREATE TABLE table_name_55 (record VARCHAR, date VARCHAR) | Which Record has a Date on december 18? |
SELECT visitor FROM table_name_17 WHERE date = "march 26" | CREATE TABLE table_name_17 (visitor VARCHAR, date VARCHAR) | What visitor has march 26 as the date? |
SELECT visitor FROM table_name_79 WHERE home = "detroit red wings" AND date = "march 30" | CREATE TABLE table_name_79 (visitor VARCHAR, home VARCHAR, date VARCHAR) | What visitor has detroit red wings as the home, and march 30 as the date? |
SELECT record FROM table_name_15 WHERE visitor = "chicago black hawks" AND date = "march 23" | CREATE TABLE table_name_15 (record VARCHAR, visitor VARCHAR, date VARCHAR) | What record has chicago black hawks as the visitor and march 23 as the date? |
SELECT record FROM table_name_1 WHERE date = "march 30" | CREATE TABLE table_name_1 (record VARCHAR, date VARCHAR) | What record has march 30 as the date? |
SELECT unanimous FROM table_name_78 WHERE school = "michigan dartmouth" | CREATE TABLE table_name_78 (unanimous VARCHAR, school VARCHAR) | What is the unanimous result of the player from Michigan Dartmouth? |
SELECT position FROM table_name_34 WHERE unanimous = "no" AND college_hall_of_fame = "no" | CREATE TABLE table_name_34 (position VARCHAR, unanimous VARCHAR, college_hall_of_fame VARCHAR) | What is the position of the player with a unanimous no result without a college hall of fame? |
SELECT school FROM table_name_50 WHERE college_hall_of_fame = "nevers hof profile" | CREATE TABLE table_name_50 (school VARCHAR, college_hall_of_fame VARCHAR) | What is the school of the player with a college hall of fame nevers hof profile? |
SELECT school FROM table_name_31 WHERE position = "ends" | CREATE TABLE table_name_31 (school VARCHAR, position VARCHAR) | What is the school of the player who plays ends? |
SELECT college_hall_of_fame FROM table_name_83 WHERE position = "fullback" | CREATE TABLE table_name_83 (college_hall_of_fame VARCHAR, position VARCHAR) | What is the college hall of fame of the player who plays fullback? |
SELECT position FROM table_name_55 WHERE school = "dartmouth ohio state" | CREATE TABLE table_name_55 (position VARCHAR, school VARCHAR) | What is the position of the player from Dartmouth Ohio State? |
SELECT english_title FROM table_name_21 WHERE director = "jayme monjardim" | CREATE TABLE table_name_21 (english_title VARCHAR, director VARCHAR) | What is the English title of the film Directed by Jayme Monjardim? |
SELECT director FROM table_name_93 WHERE year__ceremony_ = 2001 | CREATE TABLE table_name_93 (director VARCHAR, year__ceremony_ VARCHAR) | What was the Director with a Ceremony of 2001? |
SELECT date FROM table_name_90 WHERE save = "||20,599||32-37" | CREATE TABLE table_name_90 (date VARCHAR, save VARCHAR) | When have a Save of ||20,599||32-37? |
SELECT save FROM table_name_55 WHERE date = "june 15" | CREATE TABLE table_name_55 (save VARCHAR, date VARCHAR) | Which Save is on June 15? |
SELECT score FROM table_name_8 WHERE opponent = "boston red sox" AND save = "sager" | CREATE TABLE table_name_8 (score VARCHAR, opponent VARCHAR, save VARCHAR) | Which Score has a Opponent of Boston red sox and a Save of sager? |
SELECT date FROM table_name_75 WHERE opponent = "at seattle mariners" | CREATE TABLE table_name_75 (date VARCHAR, opponent VARCHAR) | When has an Opponent of at Seattle mariners? |
SELECT date FROM table_name_70 WHERE save = "ayala" AND loss = "olivares" | CREATE TABLE table_name_70 (date VARCHAR, save VARCHAR, loss VARCHAR) | When is the Save of Ayala and a Loss of Olivares |
SELECT tournament FROM table_name_19 WHERE partner = "martΓn rodrΓguez" | CREATE TABLE table_name_19 (tournament VARCHAR, partner VARCHAR) | Which Tournament has a Partner of martΓn rodrΓguez? |
SELECT COUNT(touchdowns) FROM table_name_73 WHERE field_goals > 0 | CREATE TABLE table_name_73 (touchdowns VARCHAR, field_goals INTEGER) | How many Touchdowns have Field goals larger than 0? |
SELECT MAX(extra_points) FROM table_name_2 WHERE player = "herrnstein" AND points < 30 | CREATE TABLE table_name_2 (extra_points INTEGER, player VARCHAR, points VARCHAR) | Which Extra points is the highest one that has a Player of herrnstein, and Points smaller than 30? |
SELECT MIN(touchdowns) FROM table_name_98 WHERE extra_points < 14 AND player = "white" AND points < 5 | CREATE TABLE table_name_98 (touchdowns INTEGER, points VARCHAR, extra_points VARCHAR, player VARCHAR) | Which Touchdowns is the lowest one that has Extra points smaller than 14, and a Player of white, and Points smaller than 5? |
SELECT MIN(touchdowns) FROM table_name_81 WHERE points = 5 AND field_goals > 0 | CREATE TABLE table_name_81 (touchdowns INTEGER, points VARCHAR, field_goals VARCHAR) | Which Touchdowns is the lowest one that has Points of 5, and a Field goals larger than 0? |
SELECT MAX(points) FROM table_name_51 WHERE touchdowns < 1 | CREATE TABLE table_name_51 (points INTEGER, touchdowns INTEGER) | Which Points is the lowest one that has Touchdowns smaller than 1? |
SELECT location FROM table_name_50 WHERE season = 2006 | CREATE TABLE table_name_50 (location VARCHAR, season VARCHAR) | What is the Location of the Bowl in 2006? |
SELECT location FROM table_name_48 WHERE attendance = "70,283" | CREATE TABLE table_name_48 (location VARCHAR, attendance VARCHAR) | At what Location was the Attendance 70,283? |
SELECT bowl_game FROM table_name_42 WHERE season > 1968 AND location = "san francisco, ca" | CREATE TABLE table_name_42 (bowl_game VARCHAR, season VARCHAR, location VARCHAR) | What was the Bowl game in San Francisco, CA after 1968? |
SELECT team FROM table_name_60 WHERE rounds = "all" AND constructor = "yamaha" | CREATE TABLE table_name_60 (team VARCHAR, rounds VARCHAR, constructor VARCHAR) | What team has a yamaha constructor with all rounds? |
SELECT rounds FROM table_name_63 WHERE constructor = "ducati" AND rider = "mika kallio" | CREATE TABLE table_name_63 (rounds VARCHAR, constructor VARCHAR, rider VARCHAR) | What rounds did rider Mika Kallio with a Ducati constructor have? |
SELECT rider FROM table_name_88 WHERE constructor = "honda" AND team = "scot racing team" AND rounds = "6-17" | CREATE TABLE table_name_88 (rider VARCHAR, rounds VARCHAR, constructor VARCHAR, team VARCHAR) | Who is the rider of Scot Racing team with a Honda constructor and rounds 6-17? |
SELECT rounds FROM table_name_67 WHERE team = "ducati marlboro team" AND rider = "mika kallio 1" | CREATE TABLE table_name_67 (rounds VARCHAR, team VARCHAR, rider VARCHAR) | What is the rounds of rider Mika Kallio 1 of the Ducati Marlboro team? |
SELECT opponent FROM table_name_87 WHERE week < 5 AND date = "october 10, 1954" | CREATE TABLE table_name_87 (opponent VARCHAR, week VARCHAR, date VARCHAR) | Who was the opponent for the game taht was before week 5 on October 10, 1954? |
SELECT AVG(attendance) FROM table_name_30 WHERE week > 4 AND date = "november 14, 1954" | CREATE TABLE table_name_30 (attendance INTEGER, week VARCHAR, date VARCHAR) | What is the average attendance for the game that was after week 4 and on November 14, 1954? |
SELECT COUNT(game) FROM table_name_17 WHERE record = "21β4β7" AND december > 19 | CREATE TABLE table_name_17 (game VARCHAR, record VARCHAR, december VARCHAR) | After December 19, what is the Game number with a Record of 21β4β7? |
SELECT SUM(points) FROM table_name_67 WHERE score = "2β7" | CREATE TABLE table_name_67 (points INTEGER, score VARCHAR) | What were the Points in the game with a Score of 2β7? |
SELECT MIN(bronze) FROM table_name_91 WHERE gold < 5 AND rank = "6" AND total > 1 | CREATE TABLE table_name_91 (bronze INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR) | What's the lowest bronze with a 6 rank, smaller than 5 gold, and a total of more than 1? |
SELECT SUM(bronze) FROM table_name_27 WHERE gold < 0 | CREATE TABLE table_name_27 (bronze INTEGER, gold INTEGER) | What's the Bronze cumulative number for less than 0 gold? |
SELECT AVG(lost) FROM table_name_70 WHERE against > 19 AND drawn < 1 | CREATE TABLE table_name_70 (lost INTEGER, against VARCHAR, drawn VARCHAR) | Which average Lost has an Against larger than 19, and a Drawn smaller than 1? |
SELECT AVG(against) FROM table_name_23 WHERE drawn = 3 AND points > 9 AND team = "portuguesa" | CREATE TABLE table_name_23 (against INTEGER, team VARCHAR, drawn VARCHAR, points VARCHAR) | Which average Against has Drawn of 3, and Points larger than 9, and a Team of portuguesa? |
SELECT AVG(against) FROM table_name_65 WHERE points = 6 AND played < 9 | CREATE TABLE table_name_65 (against INTEGER, points VARCHAR, played VARCHAR) | Which average Against has Points of 6, and a Played smaller than 9? |
SELECT AVG(points) FROM table_name_34 WHERE position = 7 AND lost < 4 | CREATE TABLE table_name_34 (points INTEGER, position VARCHAR, lost VARCHAR) | Which average Points have a Position of 7, and a Lost smaller than 4? |
SELECT AVG(points) FROM table_name_74 WHERE lost > 2 AND drawn > 2 AND difference = "0" | CREATE TABLE table_name_74 (points INTEGER, difference VARCHAR, lost VARCHAR, drawn VARCHAR) | Which average Points have a Lost larger than 2, and Drawn larger than 2, and a Difference of 0? |
SELECT AVG(touchdowns) FROM table_name_47 WHERE extra_points = 0 AND points > 5 AND player = "curtis redden" | CREATE TABLE table_name_47 (touchdowns INTEGER, player VARCHAR, extra_points VARCHAR, points VARCHAR) | Which Touchdowns have an Extra points of 0, and Points larger than 5, and a Player of curtis redden? |
SELECT SUM(extra_points) FROM table_name_92 WHERE touchdowns = 1 AND player = "ross kidston" AND points < 5 | CREATE TABLE table_name_92 (extra_points INTEGER, points VARCHAR, touchdowns VARCHAR, player VARCHAR) | How many Extra points have Touchdowns of 1, and a Player of ross kidston, and Points smaller than 5? |
SELECT MIN(points) FROM table_name_33 WHERE extra_points = 0 AND player = "curtis redden" AND touchdowns < 2 | CREATE TABLE table_name_33 (points INTEGER, touchdowns VARCHAR, extra_points VARCHAR, player VARCHAR) | Which Points is the lowest one that has an Extra points of 0, and a Player of curtis redden, and Touchdowns smaller than 2? |
SELECT MIN(extra_points) FROM table_name_86 WHERE player = "ross kidston" AND points < 5 | CREATE TABLE table_name_86 (extra_points INTEGER, player VARCHAR, points VARCHAR) | Which Extra points is the lowest one that has a Player of ross kidston, and Points smaller than 5? |
SELECT AVG(points) FROM table_name_9 WHERE touchdowns = 1 AND field_goals < 0 | CREATE TABLE table_name_9 (points INTEGER, touchdowns VARCHAR, field_goals VARCHAR) | Which Points have Touchdowns of 1, and a Field goals smaller than 0? |
SELECT poll FROM table_name_10 WHERE wk_10 > 2 AND wk_2 = "12" AND wk_13 = 8 | CREATE TABLE table_name_10 (poll VARCHAR, wk_13 VARCHAR, wk_10 VARCHAR, wk_2 VARCHAR) | Which poll had a week 10 larger than 2, a week 2 of exactly 12, and a week 13 of 8? |
SELECT MAX(wk_9) FROM table_name_13 WHERE wk_6 = "7" AND wk_10 > 2 AND wk_7 = "5" AND wk_11 < 2 | CREATE TABLE table_name_13 (wk_9 INTEGER, wk_11 VARCHAR, wk_7 VARCHAR, wk_6 VARCHAR, wk_10 VARCHAR) | What is the highest week 9 that had a week 6 of 7, a week 10 of greater than 2, a week 7 of 5, and a week 11 less than 2? |
SELECT week_5_sept_28 FROM table_name_81 WHERE week_10_nov_2 = "maryland (6-2)" | CREATE TABLE table_name_81 (week_5_sept_28 VARCHAR, week_10_nov_2 VARCHAR) | What was the week 5 opponent for the year with a week 10 opponent of Maryland (6-2)? |
SELECT week_14_nov_30 FROM table_name_50 WHERE week_10_nov_2 = "michigan state (8-2)" | CREATE TABLE table_name_50 (week_14_nov_30 VARCHAR, week_10_nov_2 VARCHAR) | What was the week 14 opponent for the year with a week 10 opponent of Michigan State (8-2)? |
SELECT week_4_sept_21 FROM table_name_30 WHERE week_10_nov_2 = "michigan state (8-2)" | CREATE TABLE table_name_30 (week_4_sept_21 VARCHAR, week_10_nov_2 VARCHAR) | What is the week 4 opponent for the year with a week 10 opponent of Michigan State (8-2)? |
SELECT week_12_nov_16 FROM table_name_6 WHERE week_3_sept_14 = "south florida (3-0)" | CREATE TABLE table_name_6 (week_12_nov_16 VARCHAR, week_3_sept_14 VARCHAR) | What is the week 12 opponent for the year that had a week 3 opponent of South Florida (3-0)? |
SELECT week_7_oct_12 FROM table_name_29 WHERE week_12_nov_16 = "oregon state (7-3)" | CREATE TABLE table_name_29 (week_7_oct_12 VARCHAR, week_12_nov_16 VARCHAR) | What was the week 7 opponent for the year that had a week 12 opponent of Oregon State (7-3)? |
SELECT week_3_sept_14 FROM table_name_56 WHERE week_7_oct_12 = "georgia (5-1)" | CREATE TABLE table_name_56 (week_3_sept_14 VARCHAR, week_7_oct_12 VARCHAR) | What was the week 3 opponent for the year that had a week 7 opponent of Georgia (5-1)? |
SELECT week_14_nov_24 FROM table_name_44 WHERE week_11_nov_3 = "usc (6-2)" | CREATE TABLE table_name_44 (week_14_nov_24 VARCHAR, week_11_nov_3 VARCHAR) | What is Week 14 Nov 24, that has Week 11 Nov 3 of USC (6-2)? |
SELECT week_9_oct_20 FROM table_name_99 WHERE week_17__final__jan_4 = "michigan (10-3)" | CREATE TABLE table_name_99 (week_9_oct_20 VARCHAR, week_17__final__jan_4 VARCHAR) | What is listed for the Week 9 Oct 20 that has a Week 17 (Final) Jan 4 of Michigan (10-3)? |
SELECT week_1_aug_26 FROM table_name_36 WHERE week_7_oct_6 = "usc (3-2)" | CREATE TABLE table_name_36 (week_1_aug_26 VARCHAR, week_7_oct_6 VARCHAR) | What is listed for the Week 1 Aug 26 that has a Week 7 Oct 6 of USC (3-2)? |
SELECT week_3_sept_8 FROM table_name_51 WHERE week_2_sept_2 = "florida state (2-0) (4)" | CREATE TABLE table_name_51 (week_3_sept_8 VARCHAR, week_2_sept_2 VARCHAR) | What is listed for the Week 3 Sept 8 that has a Week 2 Sept 2 of Florida State (2-0) (4)? |
SELECT COUNT(december) FROM table_name_81 WHERE score = "5β2" AND game < 27 | CREATE TABLE table_name_81 (december VARCHAR, score VARCHAR, game VARCHAR) | How much December has a Score of 5β2, and a Game smaller than 27? |
SELECT MAX(game) FROM table_name_14 WHERE opponent = "@ pittsburgh penguins" | CREATE TABLE table_name_14 (game INTEGER, opponent VARCHAR) | Which Game has an Opponent of @ pittsburgh penguins? |
SELECT MAX(december) FROM table_name_59 WHERE record = "21β7β2" AND game > 30 | CREATE TABLE table_name_59 (december INTEGER, record VARCHAR, game VARCHAR) | Which December has a Record of 21β7β2, and a Game larger than 30? |
SELECT AVG(december) FROM table_name_49 WHERE points = 38 AND record = "18β6β2" | CREATE TABLE table_name_49 (december INTEGER, points VARCHAR, record VARCHAR) | Which December has Points of 38, and a Record of 18β6β2? |
SELECT score FROM table_name_47 WHERE result = "2β1" AND date = "5 july 2007" | CREATE TABLE table_name_47 (score VARCHAR, result VARCHAR, date VARCHAR) | What is the Score that has a Result of 2β1 on 5 july 2007? |
SELECT competition FROM table_name_53 WHERE venue = "hong kong" | CREATE TABLE table_name_53 (competition VARCHAR, venue VARCHAR) | Which Competition has a Venue of hong kong? |
SELECT date FROM table_name_47 WHERE competition = "friendly match" AND result = "2β1" | CREATE TABLE table_name_47 (date VARCHAR, competition VARCHAR, result VARCHAR) | When is the Competition of friendly match with a Result of 2β1? |
SELECT venue FROM table_name_2 WHERE result = "2β0" | CREATE TABLE table_name_2 (venue VARCHAR, result VARCHAR) | Which Venue has a Result of 2β0? |
SELECT score FROM table_name_81 WHERE competition = "2007 afc asian cup qualification" AND result = "8β0" | CREATE TABLE table_name_81 (score VARCHAR, competition VARCHAR, result VARCHAR) | What is the Score of 2007 afc asian cup qualification with a Result of 8β0? |
SELECT competition FROM table_name_54 WHERE result = "3β1" | CREATE TABLE table_name_54 (competition VARCHAR, result VARCHAR) | Which Competition has a Result of 3β1? |
SELECT record FROM table_name_82 WHERE attendance = "31,467" | CREATE TABLE table_name_82 (record VARCHAR, attendance VARCHAR) | What was the Indians' record during the game that had 31,467 in attendance? |
SELECT COUNT(year) FROM table_name_16 WHERE length = "4:00" | CREATE TABLE table_name_16 (year VARCHAR, length VARCHAR) | what year is 4:00 long |
SELECT AVG(round) FROM table_name_87 WHERE position = "defensive tackle" | CREATE TABLE table_name_87 (round INTEGER, position VARCHAR) | What round on average was a defensive tackle selected? |
SELECT MIN(total) FROM table_name_71 WHERE silver < 1 AND rank > 5 AND bronze > 1 | CREATE TABLE table_name_71 (total INTEGER, bronze VARCHAR, silver VARCHAR, rank VARCHAR) | What is the lowest total for the silver less than 1, and a rank more than 5, more than 1 bronze? |
SELECT gold FROM table_name_58 WHERE bronze = 1 AND silver > 0 | CREATE TABLE table_name_58 (gold VARCHAR, bronze VARCHAR, silver VARCHAR) | Who ha the gold and 1 bronze, and more than 0 silver? |
SELECT SUM(bronze) FROM table_name_30 WHERE total < 4 AND gold > 0 AND silver = 0 | CREATE TABLE table_name_30 (bronze INTEGER, silver VARCHAR, total VARCHAR, gold VARCHAR) | Who has a total of the Bronze less than 4, gold more than 0, and no silver? |
SELECT AVG(points) FROM table_name_36 WHERE lost = 21 AND position = 22 | CREATE TABLE table_name_36 (points INTEGER, lost VARCHAR, position VARCHAR) | What's the Points average with a Lost of 21, and Position of 22? |
SELECT SUM(lost) FROM table_name_35 WHERE played > 42 | CREATE TABLE table_name_35 (lost INTEGER, played INTEGER) | What's the total Lost that has a Played that's larger than 42? |
SELECT relative_value FROM table_name_72 WHERE jyutping = "daam3" | CREATE TABLE table_name_72 (relative_value VARCHAR, jyutping VARCHAR) | what's the relative value that contains a jyutping of daam3? |
SELECT metric_value FROM table_name_11 WHERE jyutping = "lei4" | CREATE TABLE table_name_11 (metric_value VARCHAR, jyutping VARCHAR) | What metric value has a jyutping of lei4? |
SELECT imperial_value FROM table_name_51 WHERE jyutping = "cin4" | CREATE TABLE table_name_51 (imperial_value VARCHAR, jyutping VARCHAR) | what's the imperial that contains a jyutping of cin4? |
SELECT location FROM table_name_95 WHERE record = "9-0-0" | CREATE TABLE table_name_95 (location VARCHAR, record VARCHAR) | What was the location that led to a record of 9-0-0? |
SELECT MIN(bronze) FROM table_name_95 WHERE silver < 2 AND total > 1 AND nation = "uzbekistan" | CREATE TABLE table_name_95 (bronze INTEGER, nation VARCHAR, silver VARCHAR, total VARCHAR) | What is the lowest number of bronze medals with less than 2 silver medals and more than 1 medal in total for Uzbekistan? |
SELECT MAX(round) FROM table_name_24 WHERE pick__number = 11 AND overall < 414 AND position = "offensive tackle" | CREATE TABLE table_name_24 (round INTEGER, position VARCHAR, pick__number VARCHAR, overall VARCHAR) | What is the highest round with a pick# of 11, a position of offensive tackle, and overall less than 414? |
SELECT MAX(round) FROM table_name_77 WHERE pick__number = 9 AND position = "defensive back" AND overall < 468 | CREATE TABLE table_name_77 (round INTEGER, overall VARCHAR, pick__number VARCHAR, position VARCHAR) | What is the highest round with a pick# of 9, overll less than 468, and position of defensive back? |
SELECT MAX(round) FROM table_name_21 WHERE position = "guard" AND overall > 71 | CREATE TABLE table_name_21 (round INTEGER, position VARCHAR, overall VARCHAR) | What is the highest round with a guard position and an overall greater than 71? |
SELECT name FROM table_name_81 WHERE overall > 414 AND pick__number > 9 | CREATE TABLE table_name_81 (name VARCHAR, overall VARCHAR, pick__number VARCHAR) | Who has an overall greater than 414 with a pick# bigger than 9? |
Subsets and Splits