answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT week FROM table_name_48 WHERE result = "l 14–9"
What week was the result l 14–9?
CREATE TABLE table_name_48 (week VARCHAR, result VARCHAR)
SELECT conversion_from_patent_application FROM table_2279413_1 WHERE maximum_term = "10 years" AND pct_route_available = "Yes"
When the PCT route available is yes and the maximum term is 10 years, what are the available conversions from patent applications?
CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, maximum_term VARCHAR, pct_route_available VARCHAR)
SELECT score FROM table_name_55 WHERE set_3 = "21–25"
What was the overall score when the score for set 3 is 21–25?
CREATE TABLE table_name_55 (score VARCHAR, set_3 VARCHAR)
SELECT venue FROM table_name_4 WHERE date = "november 26"
What was the Venue on November 26?
CREATE TABLE table_name_4 (venue VARCHAR, date VARCHAR)
SELECT deleted FROM table_name_35 WHERE listed = "09/21/1984" AND name = "stauffer chemical company (lemoyne plant)"
On what date was Stauffer Chemical Company (Lemoyne Plant), which was listed on 09/21/1984, deleted?
CREATE TABLE table_name_35 (deleted VARCHAR, listed VARCHAR, name VARCHAR)
SELECT v_core FROM table_27277284_8 WHERE mult_1 = "11x"
Name the vcore for multi 11x
CREATE TABLE table_27277284_8 (v_core VARCHAR, mult_1 VARCHAR)
SELECT constructor FROM table_name_47 WHERE grid < 10 AND laps > 76 AND driver = "juan manuel fangio"
Who constructed juan manuel fangio's car with over 76 laps and a grid under 10?
CREATE TABLE table_name_47 (constructor VARCHAR, driver VARCHAR, grid VARCHAR, laps VARCHAR)
SELECT label FROM table_name_83 WHERE catalogue = "tojp 60121-22"
What Label was Catalogued tojp 60121-22?
CREATE TABLE table_name_83 (label VARCHAR, catalogue VARCHAR)
SELECT party FROM table_name_14 WHERE state = "wa" AND member = "hon victor garland"
Which party has wa as the state, and hon victor garland as the memeber?
CREATE TABLE table_name_14 (party VARCHAR, state VARCHAR, member VARCHAR)
SELECT COUNT(publisher_s_) FROM table_14325653_2 WHERE video_game = "Flushed Away"
Name the total number of publishers for flushed away
CREATE TABLE table_14325653_2 (publisher_s_ VARCHAR, video_game VARCHAR)
SELECT AVG(diff) FROM table_name_84 WHERE played > 6
What is the average diff when games played are more than 6?
CREATE TABLE table_name_84 (diff INTEGER, played INTEGER)
SELECT AVG(tonnage) FROM table_name_87 WHERE date = "18 october 1940" AND name_of_ship = "beatus"
What was the average tonnage for Beatus, raided on 18 October 1940?
CREATE TABLE table_name_87 (tonnage INTEGER, date VARCHAR, name_of_ship VARCHAR)
SELECT area__km²___per_sqmi_ FROM table_26769_1 WHERE population_density_per_km² = "8.4/km² (/sqmi)"
What was the area (km²) (per sqmi) of a country with a population density per km² of 8.4/km² (/sqmi)?
CREATE TABLE table_26769_1 (area__km²___per_sqmi_ VARCHAR, population_density_per_km² VARCHAR)
SELECT surface FROM table_name_70 WHERE date = "june 11, 1995"
Name the surface on june 11, 1995
CREATE TABLE table_name_70 (surface VARCHAR, date VARCHAR)
SELECT MAX(ngc_number) FROM table_name_12 WHERE object_type = "lenticular galaxy" AND constellation = "hydra"
What is the ngc number when the object type is lenticular galaxy and the constellation is hydra?
CREATE TABLE table_name_12 (ngc_number INTEGER, object_type VARCHAR, constellation VARCHAR)
SELECT year_s__won FROM table_name_50 WHERE to_par < 12 AND player = "john daly"
Which Year(s) won has a To par smaller than 12, and a Player of john daly?
CREATE TABLE table_name_50 (year_s__won VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT written_by FROM table_1130632_1 WHERE us_viewers__million_ = "18.73"
Who wrote all the shows with 18.73 u.s. viewers?
CREATE TABLE table_1130632_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(population__2007_) FROM table_255829_1 WHERE municipality = "Gigmoto"
What is the 2007 population of Gigmoto?
CREATE TABLE table_255829_1 (population__2007_ VARCHAR, municipality VARCHAR)
SELECT tv FROM table_11449590_2 WHERE date = "December 7, 1986"
Which tv had the date december 7, 1986?
CREATE TABLE table_11449590_2 (tv VARCHAR, date VARCHAR)
SELECT set_2 FROM table_name_67 WHERE date = "may 31"
What is Set 2, when Date is May 31?
CREATE TABLE table_name_67 (set_2 VARCHAR, date VARCHAR)
SELECT airdate FROM table_23122988_1 WHERE headliner = "Rhod Gilbert"
What date did the show air when Rhod Gilbert was the headliner?
CREATE TABLE table_23122988_1 (airdate VARCHAR, headliner VARCHAR)
SELECT icao FROM table_name_99 WHERE iata = "hkg"
What is ICAO, when IATA is "HKG"?
CREATE TABLE table_name_99 (icao VARCHAR, iata VARCHAR)
SELECT bronze FROM table_name_20 WHERE silver = "2" AND nation = "italy"
What is Bronze, when Silver is 2, and when Nation is Italy?
CREATE TABLE table_name_20 (bronze VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT MAX(born_in_a_non_eu_state__1000_) FROM table_name_20 WHERE country = "denmark" AND total_population__1000_ < 5 OFFSET 534
What is the highest number born in a none EU state (1000) from Denmark with a total population (1000) less than 5,534?
CREATE TABLE table_name_20 (born_in_a_non_eu_state__1000_ INTEGER, country VARCHAR, total_population__1000_ VARCHAR)
SELECT location FROM table_1974482_1 WHERE nickname = "Statesmen"
Name the location of statesmen
CREATE TABLE table_1974482_1 (location VARCHAR, nickname VARCHAR)
SELECT roleplay FROM table_17827271_1 WHERE actor_in_original_production = "Alison Pargeter"
What RolePlay actor played the same role Alison Pargeter played in the original production?
CREATE TABLE table_17827271_1 (roleplay VARCHAR, actor_in_original_production VARCHAR)
SELECT MAX(laps) FROM table_name_67 WHERE start = "33" AND finish = "18"
How many laps were completed with a start of 33, and a finish of 18?
CREATE TABLE table_name_67 (laps INTEGER, start VARCHAR, finish VARCHAR)
SELECT MIN(bronze) FROM table_name_37 WHERE silver < 2 AND gold = 1 AND nation = "western isles" AND total > 6
What is the smallest bronze with a Silver smaller than 2, and a Gold of 1, and a Nation of western isles, and a Total larger than 6?
CREATE TABLE table_name_37 (bronze INTEGER, total VARCHAR, nation VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT 2007 FROM table_name_17 WHERE 2005 = "a" AND 2003 = "a" AND 2009 = "sf"
Name the 2007 for 2005 of a and 003 of a with 2009 of sf
CREATE TABLE table_name_17 (Id VARCHAR)
SELECT MIN(drawn) FROM table_name_39 WHERE played > 39
What is the lowest number of games drawn associated with over 39 games played?
CREATE TABLE table_name_39 (drawn INTEGER, played INTEGER)
SELECT score FROM table_name_80 WHERE decision = "dipietro" AND visitor = "ny islanders" AND home = "colorado"
Name the score when it had a decision of dipietro and visitor of ny islanders with home of colorado
CREATE TABLE table_name_80 (score VARCHAR, home VARCHAR, decision VARCHAR, visitor VARCHAR)
SELECT COUNT(money___) AS $__ FROM table_name_97 WHERE score = 67 - 71 - 72 - 72 = 282
How much is the money ($) when the score is 67-71-72-72=282?
CREATE TABLE table_name_97 (money___ VARCHAR, score VARCHAR)
SELECT SUM(matches) FROM table_name_7 WHERE goals = 103 AND rank > 9
Can you tell me the sum of Matches that has the Goals of 103, and the Rank larger than 9?
CREATE TABLE table_name_7 (matches INTEGER, goals VARCHAR, rank VARCHAR)
SELECT production_company FROM table_name_54 WHERE director_s_ = "daniel cormack"
What was the production company for the film directed by Daniel Cormack?
CREATE TABLE table_name_54 (production_company VARCHAR, director_s_ VARCHAR)
SELECT driver FROM table_name_10 WHERE laps = "35"
Who was the driver when there were 35 laps?
CREATE TABLE table_name_10 (driver VARCHAR, laps VARCHAR)
SELECT function__percentage FROM table_name_30 WHERE estimated_function__percentage = 20
What is the function percentage when the estimated function percentage is 20?
CREATE TABLE table_name_30 (function__percentage VARCHAR, estimated_function__percentage VARCHAR)
SELECT to_par FROM table_name_88 WHERE place = "t10" AND score = 72 - 71 = 143
Name the To par for t10 place and score of 72-71=143
CREATE TABLE table_name_88 (to_par VARCHAR, place VARCHAR, score VARCHAR)
SELECT vietnamese FROM table_name_35 WHERE chinese = "婆須密 / póxūmì"
Which VIETNAMESE has a CHINESE of 婆須密 / póxūmì?
CREATE TABLE table_name_35 (vietnamese VARCHAR, chinese VARCHAR)
SELECT MAX(bronze) FROM table_name_48 WHERE rank = "26" AND total > 1
Which Bronze is the highest one that has a Rank of 26, and a Total larger than 1?
CREATE TABLE table_name_48 (bronze INTEGER, rank VARCHAR, total VARCHAR)
SELECT COUNT(play_by_play) FROM table_17628022_2 WHERE pregame_analysts = "Darren Flutie, Eric Tillman and Greg Frers"
How many different play-by-play announcers also had pregame analysis by Darren Flutie, Eric Tillman and Greg Frers?
CREATE TABLE table_17628022_2 (play_by_play VARCHAR, pregame_analysts VARCHAR)
SELECT grid FROM table_name_88 WHERE driver = "menato boffa"
What was Menato Boffa's grid?
CREATE TABLE table_name_88 (grid VARCHAR, driver VARCHAR)
SELECT COUNT(director) FROM table_25800134_4 WHERE series__number = 158
How many directors worked on #158?
CREATE TABLE table_25800134_4 (director VARCHAR, series__number VARCHAR)
SELECT entered_service FROM table_name_76 WHERE gauge = "broad" AND serial_no = "83-1018"
What is the date of entered service for the locomotive with a broad gauge and a serial no of 83-1018?
CREATE TABLE table_name_76 (entered_service VARCHAR, gauge VARCHAR, serial_no VARCHAR)
SELECT COUNT(security_forces) FROM table_21636599_2 WHERE period = 1998
How many figures are named for security forces in 1998?
CREATE TABLE table_21636599_2 (security_forces VARCHAR, period VARCHAR)
SELECT name_of_the_war FROM table_24706337_1 WHERE ottoman_sultan = "Selim I"
What is the name of the war where the Ottoman sultan was Selim I?
CREATE TABLE table_24706337_1 (name_of_the_war VARCHAR, ottoman_sultan VARCHAR)
SELECT SUM(1995) FROM table_name_7 WHERE year = "jiangxi" AND 2008 > 67
What is the 1995 value with a Jiangxi year and a 2008 value bigger than 67?
CREATE TABLE table_name_7 (year VARCHAR)
SELECT MIN(decile) FROM table_name_40 WHERE roll < 3
What is the lowest Decile for a school with a roll smaller than 3?
CREATE TABLE table_name_40 (decile INTEGER, roll INTEGER)
SELECT SUM(draws) FROM table_name_67 WHERE against = 1731 AND losses < 10
What is the sum of draws for teams with against of 1731 and under 10 losses?
CREATE TABLE table_name_67 (draws INTEGER, against VARCHAR, losses VARCHAR)
SELECT total FROM table_26375386_17 WHERE public = 4
If the public is 4, what is the total?
CREATE TABLE table_26375386_17 (total VARCHAR, public VARCHAR)
SELECT built FROM table_name_71 WHERE name = "conant creek pegram truss railroad bridge"
Who built the conant creek pegram truss railroad bridge?
CREATE TABLE table_name_71 (built VARCHAR, name VARCHAR)
SELECT rectifier FROM table_name_69 WHERE det_pre_amp = "x" AND _number_tubes = "4"
Name the rectifier for Det/Pre-amp of x and # tubes of 4
CREATE TABLE table_name_69 (rectifier VARCHAR, det_pre_amp VARCHAR, _number_tubes VARCHAR)
SELECT score FROM table_name_71 WHERE record = "2-32"
When they were 2-32 what did they score?
CREATE TABLE table_name_71 (score VARCHAR, record VARCHAR)
SELECT AVG(rd_8) FROM table_name_68 WHERE team = "audi sport australia" AND position < 2
What is the average value for Rd 8 in a position less than 2 for Audi Sport Australia?
CREATE TABLE table_name_68 (rd_8 INTEGER, team VARCHAR, position VARCHAR)
SELECT country FROM people WHERE age < 25 INTERSECT SELECT country FROM people WHERE age > 30
Show the country where people older than 30 and younger than 25 are from.
CREATE TABLE people (country VARCHAR, age INTEGER)
SELECT level FROM table_name_43 WHERE points > 25 AND goals = "64–31"
What is the level when points are larger than 25, and goals are 64–31?
CREATE TABLE table_name_43 (level VARCHAR, points VARCHAR, goals VARCHAR)
SELECT AVG(december) FROM table_name_38 WHERE record = "21–8–4" AND game > 33
Which December has a Record of 21–8–4, and a Game larger than 33?
CREATE TABLE table_name_38 (december INTEGER, record VARCHAR, game VARCHAR)
SELECT COUNT(ground) FROM table_16388439_1 WHERE home_team = "Essendon"
Name the total number of ground for essendon
CREATE TABLE table_16388439_1 (ground VARCHAR, home_team VARCHAR)
SELECT COUNT(rank) FROM table_name_87 WHERE year < 2002 AND ascent_time = "43:24"
What was the rank of the rider whose ascent time was 43:24 before the year 2002?
CREATE TABLE table_name_87 (rank VARCHAR, year VARCHAR, ascent_time VARCHAR)
SELECT SUM(rank) FROM table_name_59 WHERE country = "india"
What is the sum of the ranks for india?
CREATE TABLE table_name_59 (rank INTEGER, country VARCHAR)
SELECT who_two FROM table_1015914_24 WHERE you_two = "ngipelngu"
What is who-two when you two is ngipelngu?
CREATE TABLE table_1015914_24 (who_two VARCHAR, you_two VARCHAR)
SELECT points FROM table_27603010_14 WHERE team__number1 = "Junior"
What was Team 1 Junior's points?
CREATE TABLE table_27603010_14 (points VARCHAR, team__number1 VARCHAR)
SELECT COUNT(laps) FROM table_name_54 WHERE driver = "martin brundle" AND grid < 10
How many laps for martin brundle with a grid of less than 10?
CREATE TABLE table_name_54 (laps VARCHAR, driver VARCHAR, grid VARCHAR)
SELECT male FROM table_28939145_2 WHERE female = 139361
How many males are in the group that has an amount of 139361
CREATE TABLE table_28939145_2 (male VARCHAR, female VARCHAR)
SELECT MAX(playoffs) FROM table_name_79 WHERE teams = "tampa bay"
What is the highest playoffs that has tampa bay as the team?
CREATE TABLE table_name_79 (playoffs INTEGER, teams VARCHAR)
SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 UNION SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010
Find courses that ran in Fall 2009 or in Spring 2010.
CREATE TABLE SECTION (course_id VARCHAR, semester VARCHAR, YEAR VARCHAR)
SELECT venue FROM table_name_61 WHERE away_team = "geelong"
What is the venue of the game where Geelong was the away team?
CREATE TABLE table_name_61 (venue VARCHAR, away_team VARCHAR)
SELECT COUNT(DISTINCT city) FROM bank
Find the number of different cities which banks are located at.
CREATE TABLE bank (city VARCHAR)
SELECT high_points FROM table_name_12 WHERE game > 59
Who had the most points in games over 59?
CREATE TABLE table_name_12 (high_points VARCHAR, game INTEGER)
SELECT MAX(draws) FROM table_16034882_3 WHERE club = "Sveikata Kybartai"
what is the highest number of draws for sveikata kybartai
CREATE TABLE table_16034882_3 (draws INTEGER, club VARCHAR)
SELECT player FROM table_name_9 WHERE position = "center" AND year = 2010
What player played center in 2010?
CREATE TABLE table_name_9 (player VARCHAR, position VARCHAR, year VARCHAR)
SELECT customer_id, customer_first_name FROM Customers EXCEPT SELECT T1.customer_id, T2.customer_first_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE card_type_code = "Credit"
Show the customer ids and firstname without a credit card.
CREATE TABLE Customers_cards (customer_id VARCHAR); CREATE TABLE Customers (customer_first_name VARCHAR, customer_id VARCHAR); CREATE TABLE Customers (customer_id VARCHAR, customer_first_name VARCHAR, card_type_code VARCHAR)
SELECT COUNT(*), T1.name FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project WHERE T1.hours > 300 GROUP BY T1.name
Find the number of scientists involved for the projects that require more than 300 hours.
CREATE TABLE assignedto (project VARCHAR); CREATE TABLE projects (name VARCHAR, code VARCHAR, hours INTEGER)
SELECT church_name FROM table_name_50 WHERE organized_by = "george m. hinkle"
Which church was organized by George M. Hinkle?
CREATE TABLE table_name_50 (church_name VARCHAR, organized_by VARCHAR)
SELECT paper_type FROM table_name_3 WHERE denomination = "1 cent"
What type of paper is the 1 cent denominations made on?
CREATE TABLE table_name_3 (paper_type VARCHAR, denomination VARCHAR)
SELECT MIN(draws) FROM table_name_98 WHERE position < 5 AND points = 62 AND played > 38
what is the least draws when the position is lower than 5, the points is 62 and played is more than 38?
CREATE TABLE table_name_98 (draws INTEGER, played VARCHAR, position VARCHAR, points VARCHAR)
SELECT driver FROM table_name_57 WHERE laps = 59 AND grid = 11
What driver went 59 laps on grid 11?
CREATE TABLE table_name_57 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT T2.city, COUNT(*), T1.city_id FROM address AS T1 JOIN city AS T2 ON T1.city_id = T2.city_id GROUP BY T1.city_id ORDER BY COUNT(*) DESC LIMIT 1
Which city has the most addresses? List the city name, number of addresses, and city id.
CREATE TABLE address (city_id VARCHAR); CREATE TABLE city (city VARCHAR, city_id VARCHAR)
SELECT winner FROM table_name_97 WHERE tournament = "comfort classic"
Tell me the winner of the comfort classic
CREATE TABLE table_name_97 (winner VARCHAR, tournament VARCHAR)
SELECT winning_constructor FROM table_name_96 WHERE date = "31 may" AND circuit = "madonie"
Name the Winning constructor on 31 may and a Circuit of madonie?
CREATE TABLE table_name_96 (winning_constructor VARCHAR, date VARCHAR, circuit VARCHAR)
SELECT high_points FROM table_13812785_8 WHERE high_rebounds = "Charles Oakley (9)"
Who had the most high points and rebounds than charles oakley (9)?
CREATE TABLE table_13812785_8 (high_points VARCHAR, high_rebounds VARCHAR)
SELECT team_nickname FROM table_28211213_2 WHERE location = "Sylvania, OH"
When sylvania, oh is the location what is the team nickname?
CREATE TABLE table_28211213_2 (team_nickname VARCHAR, location VARCHAR)
SELECT gdp_per_capita__nominal_ FROM table_name_16 WHERE population = "5,125,693"
What is the GDP (nominal) with Population of 5,125,693?
CREATE TABLE table_name_16 (gdp_per_capita__nominal_ VARCHAR, population VARCHAR)
SELECT athlete FROM table_1745820_5 WHERE event = "Flyweight"
Which athlete competed in the flyweight division?
CREATE TABLE table_1745820_5 (athlete VARCHAR, event VARCHAR)
SELECT MIN(population) FROM table_name_66 WHERE code < 70409 AND area__km_2__ < 5.97 AND place = "tshepiso"
What is the Population of Tshepiso with a Code of 70409 or smaller and an Area (km 2) smaller than 5.97?
CREATE TABLE table_name_66 (population INTEGER, place VARCHAR, code VARCHAR, area__km_2__ VARCHAR)
SELECT venue FROM table_name_16 WHERE home_team = "hawthorn"
What venue is Hawthorn the home team at?
CREATE TABLE table_name_16 (venue VARCHAR, home_team VARCHAR)
SELECT winner_nominee_s_ FROM table_name_27 WHERE year = 2001
Who were the winner and nominees in 2001?
CREATE TABLE table_name_27 (winner_nominee_s_ VARCHAR, year VARCHAR)
SELECT industry FROM table_1682026_6 WHERE market_value__billion_$_ = "80.3"
Which industry has a company with a market value of 80.3 billion?
CREATE TABLE table_1682026_6 (industry VARCHAR, market_value__billion_$_ VARCHAR)
SELECT COUNT(total_pts) FROM table_name_24 WHERE total_pld < 38
What is the total number of points for a total pld less than 38?
CREATE TABLE table_name_24 (total_pts VARCHAR, total_pld INTEGER)
SELECT tie_no FROM table_name_56 WHERE home_team = "sheffield wednesday"
What was the tie resulting from Sheffield Wednesday's game?
CREATE TABLE table_name_56 (tie_no VARCHAR, home_team VARCHAR)
SELECT nationality FROM table_name_38 WHERE pick > 129
What nationality has a pick greater than 129?
CREATE TABLE table_name_38 (nationality VARCHAR, pick INTEGER)
SELECT pick FROM table_name_45 WHERE round = 15
What is Pick, when Round is 15?
CREATE TABLE table_name_45 (pick VARCHAR, round VARCHAR)
SELECT tries_for FROM table_name_73 WHERE losing_bonus = "5" AND club = "maesteg celtic rfc"
How many tries had a losing bonus of 5, and were part of the Maesteg Celtic RFC club?
CREATE TABLE table_name_73 (tries_for VARCHAR, losing_bonus VARCHAR, club VARCHAR)
SELECT SUM(gain) FROM table_name_27 WHERE long > 8 AND avg_g = 124.9
How many gains have a long greater than 8, with avg/g of 124.9?
CREATE TABLE table_name_27 (gain INTEGER, long VARCHAR, avg_g VARCHAR)
SELECT district FROM table_2668401_17 WHERE incumbent = "Edwin Gray"
In what district was the incumbent Edwin Gray?
CREATE TABLE table_2668401_17 (district VARCHAR, incumbent VARCHAR)
SELECT no_in_season FROM table_26825349_1 WHERE production_code = "4AKY14"
What is the episode number of the episode with a production code of 4aky14?
CREATE TABLE table_26825349_1 (no_in_season VARCHAR, production_code VARCHAR)
SELECT background FROM table_19810459_1 WHERE result = "11th place"
What was the background of the contestant whose result was 11th place?
CREATE TABLE table_19810459_1 (background VARCHAR, result VARCHAR)
SELECT SUM(rank) FROM table_name_76 WHERE notes = "q, pb" AND time___sec__ = 11.15 AND lane > 7
What is the rank when time is 11.15 and lane is bigger than 7 with notes Q, PB?
CREATE TABLE table_name_76 (rank INTEGER, lane VARCHAR, notes VARCHAR, time___sec__ VARCHAR)
SELECT minister, party_name FROM party ORDER BY took_office DESC
Show all ministers and parties they belong to in descending order of the time they took office.
CREATE TABLE party (minister VARCHAR, party_name VARCHAR, took_office VARCHAR)
SELECT COUNT(round) FROM table_name_56 WHERE name = "brannon condren" AND overall > 131
How many times is brannon condren with and overall more than 131 drafted?
CREATE TABLE table_name_56 (round VARCHAR, name VARCHAR, overall VARCHAR)
SELECT MAX(pick__number) FROM table_10960039_6 WHERE cfl_team = "Saskatchewan Roughriders"
What is the highest selection number for the saskatchewan roughriders team?
CREATE TABLE table_10960039_6 (pick__number INTEGER, cfl_team VARCHAR)