question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
Which Week has a Date of december 3, 2001?
CREATE TABLE table_name_56 (week VARCHAR, date VARCHAR)
SELECT week FROM table_name_56 WHERE date = "december 3, 2001"
What is the highest Population per km² (2009) that is in western province, with an Area (km²) larger than 5,475?
CREATE TABLE table_name_33 (population_per_km²__2009_ INTEGER, province VARCHAR, area__km²_ VARCHAR)
SELECT MAX(population_per_km²__2009_) FROM table_name_33 WHERE province = "western province" AND area__km²_ > 5 OFFSET 475
Where in Buxton has 3 runs?
CREATE TABLE table_name_50 (venue VARCHAR, score VARCHAR, city VARCHAR)
SELECT venue FROM table_name_50 WHERE score = "3 runs" AND city = "buxton"
Who directed the Romanian film?
CREATE TABLE table_name_60 (director VARCHAR, language VARCHAR)
SELECT director FROM table_name_60 WHERE language = "romanian"
List the official names of cities that have not held any competition.
CREATE TABLE farm_competition (Official_Name VARCHAR, City_ID VARCHAR, Host_city_ID VARCHAR); CREATE TABLE city (Official_Name VARCHAR, City_ID VARCHAR, Host_city_ID VARCHAR)
SELECT Official_Name FROM city WHERE NOT City_ID IN (SELECT Host_city_ID FROM farm_competition)
If the specimen weight/size is 1000 g / 8.79 cm, what is the calculated activity?
CREATE TABLE table_26211058_1 (calculated_activity___bq__ VARCHAR, specimen_weight_size VARCHAR)
SELECT COUNT(calculated_activity___bq__) FROM table_26211058_1 WHERE specimen_weight_size = "1000 g / 8.79 cm"
Which Competition has a 2nd round score of 1:0, 0:1 (4:3 a.p.)?
CREATE TABLE table_name_71 (competition VARCHAR, round VARCHAR, score VARCHAR)
SELECT competition FROM table_name_71 WHERE round = "2nd round" AND score = "1:0, 0:1 (4:3 a.p.)"
Weight of 220 has what class?
CREATE TABLE table_name_5 (class VARCHAR, weight VARCHAR)
SELECT class FROM table_name_5 WHERE weight = 220
Which Song has Points smaller than 53, and a Place larger than 8, and a Draw larger than 1?
CREATE TABLE table_name_52 (song VARCHAR, draw VARCHAR, points VARCHAR, place VARCHAR)
SELECT song FROM table_name_52 WHERE points < 53 AND place > 8 AND draw > 1
What is the 2012 value with an A value in 2007 and A value in 2010 in the Canada Masters?
CREATE TABLE table_name_60 (tournament VARCHAR)
SELECT 2012 FROM table_name_60 WHERE 2007 = "a" AND 2010 = "a" AND tournament = "canada masters"
What was his position when the team was FMS International?
CREATE TABLE table_25539502_1 (position VARCHAR, team VARCHAR)
SELECT position FROM table_25539502_1 WHERE team = "FMS International"
Who is the player that played for the school/club team Maryland?
CREATE TABLE table_name_13 (player VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_name_13 WHERE school_club_team = "maryland"
Which home team played on April 5, 2008?
CREATE TABLE table_name_61 (home_team VARCHAR, date VARCHAR)
SELECT home_team FROM table_name_61 WHERE date = "april 5, 2008"
what is гә гә [ɡʷ] when ҕь ҕь [ʁʲ/ɣʲ] is ҭә ҭә [tʷʰ]?
CREATE TABLE table_202365_2 (гә_гә_ VARCHAR, ɡʷ VARCHAR, ҕь_ҕь_ VARCHAR, ʁʲ_ɣʲ VARCHAR)
SELECT гә_гә_[ɡʷ] FROM table_202365_2 WHERE ҕь_ҕь_[ʁʲ_ɣʲ] = "Ҭә ҭә [tʷʰ]"
Which date has a Score of 4–6, 2–6?
CREATE TABLE table_name_92 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_92 WHERE score = "4–6, 2–6"
Give the sum of the version with the coptic small letter sampi, and a year after 2005.
CREATE TABLE table_name_89 (version INTEGER, name VARCHAR, year VARCHAR)
SELECT SUM(version) FROM table_name_89 WHERE name = "coptic small letter sampi" AND year > 2005
Which city includes the Target Center arena?
CREATE TABLE table_name_62 (city VARCHAR, home_arena VARCHAR)
SELECT city FROM table_name_62 WHERE home_arena = "target center"
In 1983 what is the tournament that is 0 / 1?
CREATE TABLE table_name_24 (tournament VARCHAR)
SELECT tournament FROM table_name_24 WHERE 1983 = "0 / 1"
with delivery date of 2001 2001 what is the owns?
CREATE TABLE table_name_93 (owns VARCHAR, delivery_date VARCHAR)
SELECT owns FROM table_name_93 WHERE delivery_date = "2001 2001"
What was the Orangemen record during game 3?
CREATE TABLE table_23346983_1 (record VARCHAR, game VARCHAR)
SELECT record FROM table_23346983_1 WHERE game = 3
Name the most share for 2.76 million viewers
CREATE TABLE table_22822468_2 (share INTEGER, viewers__millions_ VARCHAR)
SELECT MAX(share) FROM table_22822468_2 WHERE viewers__millions_ = "2.76"
What is the largest overall where the position was linebacker and the pick number was more than 9?
CREATE TABLE table_name_32 (overall INTEGER, position VARCHAR, pick__number VARCHAR)
SELECT MAX(overall) FROM table_name_32 WHERE position = "linebacker" AND pick__number > 9
If the NFL team is the Houston Oilers and the position is DT, who is the Pro team?
CREATE TABLE table_27132791_3 (pro_team VARCHAR, position VARCHAR, nfl_team VARCHAR)
SELECT pro_team FROM table_27132791_3 WHERE position = "DT" AND nfl_team = "Houston Oilers"
what is the name of the episode when the number of spectators was 5.60 millions?
CREATE TABLE table_23117208_3 (title VARCHAR, viewers__millions_ VARCHAR)
SELECT title FROM table_23117208_3 WHERE viewers__millions_ = "5.60"
What is the 0-100km/h (62mph) of the supercharged 5.4l v8 engine?
CREATE TABLE table_name_20 (engine VARCHAR)
SELECT 0 AS _100km_h__62mph_ FROM table_name_20 WHERE engine = "supercharged 5.4l v8"
Which ICB Sector belongs to vallourec?
CREATE TABLE table_name_81 (icb_sector VARCHAR, company VARCHAR)
SELECT icb_sector FROM table_name_81 WHERE company = "vallourec"
What is the highest pick number of a defensive back with less than 136 overall points?
CREATE TABLE table_name_99 (pick__number INTEGER, overall VARCHAR, position VARCHAR)
SELECT MAX(pick__number) FROM table_name_99 WHERE overall < 136 AND position = "defensive back"
What rank is Germany?
CREATE TABLE table_name_74 (rank VARCHAR, country VARCHAR)
SELECT rank FROM table_name_74 WHERE country = "germany"
What is the sum of the pick for player roger zatkoff?
CREATE TABLE table_name_24 (pick INTEGER, player VARCHAR)
SELECT SUM(pick) FROM table_name_24 WHERE player = "roger zatkoff"
What was the TV time for the game on June 9?
CREATE TABLE table_name_29 (tv_time VARCHAR, date VARCHAR)
SELECT tv_time FROM table_name_29 WHERE date = "june 9"
Name the elevation of the gathering place
CREATE TABLE table_name_79 (elevation VARCHAR, nickname VARCHAR)
SELECT elevation FROM table_name_79 WHERE nickname = "the gathering place"
How many career titles does roy emerson have?
CREATE TABLE table_23408094_14 (total_career_titles VARCHAR, player VARCHAR)
SELECT total_career_titles FROM table_23408094_14 WHERE player = "Roy Emerson"
Which Tonnage (GRT) is the highest one that has a Date of 16 june 1940?
CREATE TABLE table_name_52 (tonnage__grt_ INTEGER, date VARCHAR)
SELECT MAX(tonnage__grt_) FROM table_name_52 WHERE date = "16 june 1940"
what is the maximum bush# with others% being 1.57%
CREATE TABLE table_13608101_1 (bush_number INTEGER, others_percentage VARCHAR)
SELECT MAX(bush_number) FROM table_13608101_1 WHERE others_percentage = "1.57%"
What was CTE Racing-hvm's Best with a Qual 2 of 50.312?
CREATE TABLE table_name_77 (best VARCHAR, team VARCHAR, qual_2 VARCHAR)
SELECT best FROM table_name_77 WHERE team = "cte racing-hvm" AND qual_2 = "50.312"
How many separate values for Years are associated with FA Cup of 5?
CREATE TABLE table_14962287_2 (years VARCHAR, fa_cup VARCHAR)
SELECT COUNT(years) FROM table_14962287_2 WHERE fa_cup = 5
What is the sum of matches played for teams with more than 10 losses and under 5 points?
CREATE TABLE table_name_86 (played INTEGER, lost VARCHAR, points VARCHAR)
SELECT SUM(played) FROM table_name_86 WHERE lost > 10 AND points < 5
What hand guard system is used with a gas piston commando?
CREATE TABLE table_12834315_5 (hand_guards VARCHAR, name VARCHAR)
SELECT hand_guards FROM table_12834315_5 WHERE name = "Gas Piston Commando"
What is the dates where Hillcrest Reserve is the home grounds?
CREATE TABLE table_18752986_1 (first_season VARCHAR, home_ground_s_ VARCHAR)
SELECT first_season FROM table_18752986_1 WHERE home_ground_s_ = "Hillcrest Reserve"
What is the total kills of the perpetrators with height more than 1.84.
CREATE TABLE people (People_ID VARCHAR, Height INTEGER); CREATE TABLE perpetrator (Killed INTEGER, People_ID VARCHAR)
SELECT SUM(T2.Killed) FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 1.84
What was the time of the bout that ended in a TKO (strikes)?
CREATE TABLE table_name_83 (time VARCHAR, method VARCHAR)
SELECT time FROM table_name_83 WHERE method = "tko (strikes)"
What is the highest rank of a building erected in 1976 with fewer than 21 floors?
CREATE TABLE table_name_60 (rank INTEGER, year VARCHAR, floors VARCHAR)
SELECT MAX(rank) FROM table_name_60 WHERE year = 1976 AND floors < 21
What was the margin of victory for the event in lake forest, illinois?
CREATE TABLE table_275162_1 (margin_of_victory VARCHAR, location VARCHAR)
SELECT margin_of_victory FROM table_275162_1 WHERE location = "Lake Forest, Illinois"
At what Location was Miss World 2009?
CREATE TABLE table_name_51 (location VARCHAR, year VARCHAR)
SELECT location FROM table_name_51 WHERE year = 2009
What is the car model with the highest mpg ?
CREATE TABLE cars_data (id VARCHAR, mpg VARCHAR); CREATE TABLE car_names (model VARCHAR, makeid VARCHAR)
SELECT t1.model FROM car_names AS t1 JOIN cars_data AS t2 ON t1.makeid = t2.id ORDER BY t2.mpg DESC LIMIT 1
What was the record on March 22?
CREATE TABLE table_name_68 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_68 WHERE date = "march 22"
What was the final score when the Maple Leafs played the Columbus Blue Jackets?
CREATE TABLE table_16864968_7 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_16864968_7 WHERE opponent = "Columbus Blue Jackets"
What is the sexual abuse rate where the conflict is the Second Sudanese Civil War?
CREATE TABLE table_15652027_1 (sexual_abuse_1 INTEGER, conflict VARCHAR)
SELECT MIN(sexual_abuse_1) FROM table_15652027_1 WHERE conflict = "Second Sudanese Civil War"
Name the time for saturday 4 march 1995
CREATE TABLE table_16388047_1 (time VARCHAR, date VARCHAR)
SELECT time FROM table_16388047_1 WHERE date = "Saturday 4 March 1995"
What player was selected in Round 6?
CREATE TABLE table_name_96 (player VARCHAR, round VARCHAR)
SELECT player FROM table_name_96 WHERE round = 6
Who won Division Southwest when the winner of Division North was Lepenec and Division South was won by 11 Oktomvri?
CREATE TABLE table_name_44 (division_southwest VARCHAR, division_north VARCHAR, division_south VARCHAR)
SELECT division_southwest FROM table_name_44 WHERE division_north = "lepenec" AND division_south = "11 oktomvri"
Which Class has a Number at Lincoln larger than 0 and a Number at Doncaster of 8?
CREATE TABLE table_name_88 (class VARCHAR, number_at_lincoln VARCHAR, number_at_doncaster VARCHAR)
SELECT class FROM table_name_88 WHERE number_at_lincoln > 0 AND number_at_doncaster = 8
What is the highest numbered draft pick?
CREATE TABLE table_28059992_5 (pick__number INTEGER)
SELECT MAX(pick__number) FROM table_28059992_5
What is the transmission when the production was 2002-2005?
CREATE TABLE table_name_29 (transmission VARCHAR, production VARCHAR)
SELECT transmission FROM table_name_29 WHERE production = "2002-2005"
What is the ε (m −1 cm −1 ) of the red dye?
CREATE TABLE table_26428602_1 (ε__m_−1_cm_−1__ VARCHAR, color VARCHAR)
SELECT ε__m_−1_cm_−1__ FROM table_26428602_1 WHERE color = "red"
What is the time for an opponent of Satoshi Honma?
CREATE TABLE table_name_78 (time VARCHAR, opponent VARCHAR)
SELECT time FROM table_name_78 WHERE opponent = "satoshi honma"
Which Tournament has a Date of 22 january 1979?
CREATE TABLE table_name_6 (tournament VARCHAR, date VARCHAR)
SELECT tournament FROM table_name_6 WHERE date = "22 january 1979"
What date is the zürich, switzerland tournament?
CREATE TABLE table_name_36 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_name_36 WHERE tournament = "zürich, switzerland"
What place is listed in the 2002-2003 season for the City of Aveiro?
CREATE TABLE table_name_20 (city VARCHAR)
SELECT 2002 AS _2003_season FROM table_name_20 WHERE city = "aveiro"
What was the result when the opponent was at 2 usc?
CREATE TABLE table_name_85 (result VARCHAR, opponent_number VARCHAR)
SELECT result FROM table_name_85 WHERE opponent_number = "at 2 usc"
List all players with highest assists from April 2.
CREATE TABLE table_23248910_10 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_23248910_10 WHERE date = "April 2"
Where the height range is higher than 20000.0 and the shell weight is 12.5, what is the time to feet ratio at 25 degrees?
CREATE TABLE table_16439764_1 (time_to_ft__m__at_25°__seconds_ VARCHAR, shell__lb_ VARCHAR, max_height__ft_ VARCHAR)
SELECT time_to_ft__m__at_25°__seconds_ FROM table_16439764_1 WHERE shell__lb_ = "12.5" AND max_height__ft_ > 20000.0
What was the earliest year in which long jump was performed in the world indoor Championships in 5th position?
CREATE TABLE table_name_69 (year INTEGER, position VARCHAR, performance VARCHAR, competition VARCHAR)
SELECT MIN(year) FROM table_name_69 WHERE performance = "long jump" AND competition = "world indoor championships" AND position = "5th"
What Date is Week 1?
CREATE TABLE table_name_54 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_54 WHERE week = 1
What was the margin of victory on Mar 18, 1979?
CREATE TABLE table_name_69 (margin_of_victory VARCHAR, date VARCHAR)
SELECT margin_of_victory FROM table_name_69 WHERE date = "mar 18, 1979"
What country has a prominence less than 1292 and an Isolation (km) of 14?
CREATE TABLE table_name_9 (county VARCHAR, prominence__m_ VARCHAR, isolation__km_ VARCHAR)
SELECT county FROM table_name_9 WHERE prominence__m_ < 1292 AND isolation__km_ = 14
Which Cover model has a Pictorials of brande roderick-pmoy, naked news?
CREATE TABLE table_name_56 (cover_model VARCHAR, pictorials VARCHAR)
SELECT cover_model FROM table_name_56 WHERE pictorials = "brande roderick-pmoy, naked news"
Which season did Tich Freeman play against opponent V Warwickshire?
CREATE TABLE table_name_62 (season VARCHAR, player VARCHAR, opponent VARCHAR)
SELECT season FROM table_name_62 WHERE player = "tich freeman" AND opponent = "v warwickshire"
Which 2009 has a 2006 of A, and a 2011 of sf?
CREATE TABLE table_name_83 (Id VARCHAR)
SELECT 2009 FROM table_name_83 WHERE 2006 = "a" AND 2011 = "sf"
What is the geo id when water is 0.457?
CREATE TABLE table_18600760_12 (geo_id INTEGER, water__sqmi_ VARCHAR)
SELECT MIN(geo_id) FROM table_18600760_12 WHERE water__sqmi_ = "0.457"
Who did the high points in the game played on December 18?
CREATE TABLE table_22871316_6 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_22871316_6 WHERE date = "December 18"
How many people attended on 2 may 2007?
CREATE TABLE table_name_14 (attendance INTEGER, date VARCHAR)
SELECT SUM(attendance) FROM table_name_14 WHERE date = "2 may 2007"
The indicative of si måchan has what as the inverse subjunctive?
CREATE TABLE table_name_8 (inverse_subjunctive VARCHAR, indicative VARCHAR)
SELECT inverse_subjunctive FROM table_name_8 WHERE indicative = "si måchan"
What was the average point total for the nets in games before game 9 where the opponents scored less than 95?
CREATE TABLE table_name_62 (nets_points INTEGER, game VARCHAR, opponents VARCHAR)
SELECT AVG(nets_points) FROM table_name_62 WHERE game < 9 AND opponents < 95
What is the call sign for the station that uses the branding, mom's radio 101.5 tacloban?
CREATE TABLE table_17487395_1 (callsign VARCHAR, branding VARCHAR)
SELECT callsign FROM table_17487395_1 WHERE branding = "Mom's Radio 101.5 Tacloban"
When curtis strange had a to par +1, what was his score?
CREATE TABLE table_name_42 (score VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT score FROM table_name_42 WHERE to_par = "+1" AND player = "curtis strange"
Matches of 15, and a Win % smaller than 20 had what highest lost?
CREATE TABLE table_name_83 (lost INTEGER, matches VARCHAR, win__percentage VARCHAR)
SELECT MAX(lost) FROM table_name_83 WHERE matches = 15 AND win__percentage < 20
How many regions have 0.5% solar panels?
CREATE TABLE table_25042332_26 (public_network VARCHAR, solar_panel VARCHAR)
SELECT COUNT(public_network) FROM table_25042332_26 WHERE solar_panel = "0.5%"
Which Outcome has a Score of 4–6 3–6?
CREATE TABLE table_name_30 (outcome VARCHAR, score VARCHAR)
SELECT outcome FROM table_name_30 WHERE score = "4–6 3–6"
In the venue of Glenferrie Oval, what is the home team score?
CREATE TABLE table_name_38 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_38 WHERE venue = "glenferrie oval"
What is the Virtue of Temperance in Latin?
CREATE TABLE table_name_64 (latin VARCHAR, virtue VARCHAR)
SELECT latin FROM table_name_64 WHERE virtue = "temperance"
When town is the type what is the settlement?
CREATE TABLE table_2562572_25 (settlement VARCHAR, type VARCHAR)
SELECT settlement FROM table_2562572_25 WHERE type = "town"
Name the sum of frequecy with brand of exa fm
CREATE TABLE table_name_47 (frequency INTEGER, brand VARCHAR)
SELECT SUM(frequency) FROM table_name_47 WHERE brand = "exa fm"
What is the screen size of the s45 (Australia only) Model with no bluetooth?
CREATE TABLE table_name_8 (screen_size VARCHAR, bluetooth VARCHAR, model VARCHAR)
SELECT screen_size FROM table_name_8 WHERE bluetooth = "no" AND model = "s45 (australia only)"
When was the game at the home of the Los Angeles Kings?
CREATE TABLE table_name_72 (date VARCHAR, home VARCHAR)
SELECT date FROM table_name_72 WHERE home = "los angeles kings"
What is the average frequency MHz for license of eastville, virginia?
CREATE TABLE table_name_24 (frequency_mhz INTEGER, city_of_license VARCHAR)
SELECT AVG(frequency_mhz) FROM table_name_24 WHERE city_of_license = "eastville, virginia"
What is the Opponent of the game with a Result of w 13–0?
CREATE TABLE table_name_49 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_49 WHERE result = "w 13–0"
What Event has a Prize of €869,000?
CREATE TABLE table_name_77 (event VARCHAR, prize VARCHAR)
SELECT event FROM table_name_77 WHERE prize = "€869,000"
How many Laps does GP Motorsport Team have?
CREATE TABLE table_name_43 (laps INTEGER, team VARCHAR)
SELECT SUM(laps) FROM table_name_43 WHERE team = "gp motorsport"
Name the location attendance for game 55
CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17001658_8 WHERE game = 55
Which Opponent had a Win as Res and a Time of 1:10?
CREATE TABLE table_name_44 (opponent VARCHAR, res VARCHAR, time VARCHAR)
SELECT opponent FROM table_name_44 WHERE res = "win" AND time = "1:10"
What is every song title for the rock genre and Guitar Hero as original game and the artist is Queens of the Stone Age?
CREATE TABLE table_21500850_1 (song_title VARCHAR, artist VARCHAR, genre VARCHAR, original_game VARCHAR)
SELECT song_title FROM table_21500850_1 WHERE genre = "Rock" AND original_game = "Guitar Hero" AND artist = "Queens of the Stone Age"
What is the percentage of Judaism associated with Christianity at 2.51%?
CREATE TABLE table_name_2 (judaism VARCHAR, christianity VARCHAR)
SELECT judaism FROM table_name_2 WHERE christianity = "2.51%"
What is the result on Sunday that's सोमवार somavār on Monday and मंगलवार mangalavār on Tuesday?
CREATE TABLE table_name_29 (sunday_surya__the_sun_ VARCHAR, monday_soma__the_moon_ VARCHAR, tuesday_mangala__mars_ VARCHAR)
SELECT sunday_surya__the_sun_ FROM table_name_29 WHERE monday_soma__the_moon_ = "सोमवार somavār" AND tuesday_mangala__mars_ = "मंगलवार mangalavār"
How many Rebounds did Maccabi Tel Aviv Team get after Game 6?
CREATE TABLE table_name_10 (rebounds VARCHAR, team VARCHAR, games VARCHAR)
SELECT COUNT(rebounds) FROM table_name_10 WHERE team = "maccabi tel aviv" AND games > 6
What is the sum of Overall, when College is "Arkansas State", and when Pick is less than 17?
CREATE TABLE table_name_22 (overall INTEGER, college VARCHAR, pick VARCHAR)
SELECT SUM(overall) FROM table_name_22 WHERE college = "arkansas state" AND pick < 17
Name the 2006 with 2008 of 1r and 2004 of 1r
CREATE TABLE table_name_22 (Id VARCHAR)
SELECT 2006 FROM table_name_22 WHERE 2008 = "1r" AND 2004 = "1r"
Which Altitude (mslm) is the highest one that has an Area (km 2) smaller than 13.01, and a Population of 74536, and a Density (inhabitants/km 2) larger than 5869?
CREATE TABLE table_name_20 (altitude__mslm_ INTEGER, density__inhabitants_km_2__ VARCHAR, area__km_2__ VARCHAR, population VARCHAR)
SELECT MAX(altitude__mslm_) FROM table_name_20 WHERE area__km_2__ < 13.01 AND population = 74536 AND density__inhabitants_km_2__ > 5869
What is the average lost of games played of more than 9?
CREATE TABLE table_name_16 (lost INTEGER, played INTEGER)
SELECT AVG(lost) FROM table_name_16 WHERE played > 9
What is the Streak in the game with a Record of 20–16?
CREATE TABLE table_name_42 (streak VARCHAR, record VARCHAR)
SELECT streak FROM table_name_42 WHERE record = "20–16"