Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
47,900
<question>: Name the 1821 with 1811 of 1921 <context>: CREATE TABLE table_name_1 (Id VARCHAR)
SELECT 1821 FROM table_name_1 WHERE 1811 = "1921"
47,901
<question>: Name the 1821 with 1861 of 3733 <context>: CREATE TABLE table_name_30 (Id VARCHAR)
SELECT 1821 FROM table_name_30 WHERE 1861 = "3733"
47,902
<question>: What's the sum of the Area (KM 2) that's got a Population that's smaller than 90? <context>: CREATE TABLE table_name_20 (area__km_2__ VARCHAR, population INTEGER)
SELECT COUNT(area__km_2__) FROM table_name_20 WHERE population < 90
47,903
<question>: What's the lowest Code that's got a Most Spoke Language of Xhosa, a Place of Addo Elephant National Park, and an Area (KM 2) that's smaller than 1.08? <context>: CREATE TABLE table_name_92 (code INTEGER, area__km_2__ VARCHAR, most_spoken_language VARCHAR, place VARCHAR)
SELECT MIN(code) FROM table_name_92 WHERE most_spoken_language = "xhosa" AND place = "addo elephant national park" AND area__km_2__ < 1.08
47,904
<question>: What is the score at game 31? <context>: CREATE TABLE table_name_19 (score VARCHAR, game VARCHAR)
SELECT score FROM table_name_19 WHERE game = 31
47,905
<question>: What is the Grid for Rider Ruben Xaus? <context>: CREATE TABLE table_name_22 (grid INTEGER, rider VARCHAR)
SELECT MIN(grid) FROM table_name_22 WHERE rider = "ruben xaus"
47,906
<question>: What was the number of Laps with a Grid of more than 3 and Time of 39:24.967? <context>: CREATE TABLE table_name_8 (laps INTEGER, grid VARCHAR, time VARCHAR)
SELECT MIN(laps) FROM table_name_8 WHERE grid > 3 AND time = "39:24.967"
47,907
<question>: What Rider had a Time of +1:08.291? <context>: CREATE TABLE table_name_14 (rider VARCHAR, time VARCHAR)
SELECT rider FROM table_name_14 WHERE time = "+1:08.291"
47,908
<question>: Using a Ducati 999 F06 Bike, how many Laps with a Grid greater than 11 and Time of +53.488? <context>: CREATE TABLE table_name_78 (laps VARCHAR, grid VARCHAR, bike VARCHAR, time VARCHAR)
SELECT COUNT(laps) FROM table_name_78 WHERE bike = "ducati 999 f06" AND time = "+53.488" AND grid > 11
47,909
<question>: When was there a record of 13–17–3? <context>: CREATE TABLE table_name_63 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_63 WHERE record = "13–17–3"
47,910
<question>: What record was made in vancouver on December 8? <context>: CREATE TABLE table_name_31 (record VARCHAR, home VARCHAR, date VARCHAR)
SELECT record FROM table_name_31 WHERE home = "vancouver" AND date = "december 8"
47,911
<question>: What was the home who had California visiting? <context>: CREATE TABLE table_name_94 (home VARCHAR, visitor VARCHAR)
SELECT home FROM table_name_94 WHERE visitor = "california"
47,912
<question>: What's the score on December 1 when Philadelphia visited? <context>: CREATE TABLE table_name_41 (score VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT score FROM table_name_41 WHERE visitor = "philadelphia" AND date = "december 1"
47,913
<question>: What was the type of game with a 1:6 result? <context>: CREATE TABLE table_name_5 (type_of_game VARCHAR, results¹ VARCHAR)
SELECT type_of_game FROM table_name_5 WHERE results¹ = "1:6"
47,914
<question>: Who was the opponent at the game in Belgrade with a 0:2 result? <context>: CREATE TABLE table_name_28 (opponent VARCHAR, city VARCHAR, results¹ VARCHAR)
SELECT opponent FROM table_name_28 WHERE city = "belgrade" AND results¹ = "0:2"
47,915
<question>: What city held the game with a result of 1:0? <context>: CREATE TABLE table_name_69 (city VARCHAR, results¹ VARCHAR)
SELECT city FROM table_name_69 WHERE results¹ = "1:0"
47,916
<question>: What type of game had a result of 1:2? <context>: CREATE TABLE table_name_7 (type_of_game VARCHAR, results¹ VARCHAR)
SELECT type_of_game FROM table_name_7 WHERE results¹ = "1:2"
47,917
<question>: What was the result of the game against Hungary? <context>: CREATE TABLE table_name_54 (results¹ VARCHAR, opponent VARCHAR)
SELECT results¹ FROM table_name_54 WHERE opponent = "hungary"
47,918
<question>: Who was the Radio Edit Version remixed by? <context>: CREATE TABLE table_name_70 (remixed_by VARCHAR, version VARCHAR)
SELECT remixed_by FROM table_name_70 WHERE version = "radio edit"
47,919
<question>: What was the Version prior to 1996? <context>: CREATE TABLE table_name_45 (version VARCHAR, year INTEGER)
SELECT version FROM table_name_45 WHERE year < 1996
47,920
<question>: What is the Date of Catalog 573 194-2? <context>: CREATE TABLE table_name_76 (date VARCHAR, catalog VARCHAR)
SELECT date FROM table_name_76 WHERE catalog = "573 194-2"
47,921
<question>: What is the Label of the release in CD Maxi Format? <context>: CREATE TABLE table_name_65 (label VARCHAR, format VARCHAR)
SELECT label FROM table_name_65 WHERE format = "cd maxi"
47,922
<question>: What is the Catalog number of the CD Single? <context>: CREATE TABLE table_name_13 (catalog VARCHAR, format VARCHAR)
SELECT catalog FROM table_name_13 WHERE format = "cd single"
47,923
<question>: Which Make has a Pos larger than 9? <context>: CREATE TABLE table_name_33 (make VARCHAR, pos INTEGER)
SELECT make FROM table_name_33 WHERE pos > 9
47,924
<question>: Which Pos has a Driver of brian scott (r)? <context>: CREATE TABLE table_name_23 (pos INTEGER, driver VARCHAR)
SELECT SUM(pos) FROM table_name_23 WHERE driver = "brian scott (r)"
47,925
<question>: How many Pos have a Driver of todd bodine, and a Car # larger than 30? <context>: CREATE TABLE table_name_49 (pos VARCHAR, driver VARCHAR, car__number VARCHAR)
SELECT COUNT(pos) FROM table_name_49 WHERE driver = "todd bodine" AND car__number > 30
47,926
<question>: Which Car # has a Make of toyota, and a Pos of 7? <context>: CREATE TABLE table_name_98 (car__number INTEGER, make VARCHAR, pos VARCHAR)
SELECT MAX(car__number) FROM table_name_98 WHERE make = "toyota" AND pos = 7
47,927
<question>: How many track numbers were recorded on November 16, 1959 for the title of I Couldn't Hear Nobody Pray? <context>: CREATE TABLE table_name_58 (track_number VARCHAR, recording_date VARCHAR, title VARCHAR)
SELECT COUNT(track_number) FROM table_name_58 WHERE recording_date = "november 16, 1959" AND title = "i couldn't hear nobody pray"
47,928
<question>: On what date was My Lord What a Mornin' recorded? <context>: CREATE TABLE table_name_55 (recording_date VARCHAR, title VARCHAR)
SELECT recording_date FROM table_name_55 WHERE title = "my lord what a mornin'"
47,929
<question>: What is the average track number 3:25 long and a title of Great Getting up Mornin'? <context>: CREATE TABLE table_name_52 (track_number INTEGER, time VARCHAR, title VARCHAR)
SELECT AVG(track_number) FROM table_name_52 WHERE time = "3:25" AND title = "great getting up mornin'"
47,930
<question>: WHich Date has a Record of 2–7–0–1? <context>: CREATE TABLE table_name_73 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_73 WHERE record = "2–7–0–1"
47,931
<question>: Who is the Visitor on march 16? <context>: CREATE TABLE table_name_59 (visitor VARCHAR, date VARCHAR)
SELECT visitor FROM table_name_59 WHERE date = "march 16"
47,932
<question>: Which Record is on november 16? <context>: CREATE TABLE table_name_51 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_51 WHERE date = "november 16"
47,933
<question>: What is the Home on december 10? <context>: CREATE TABLE table_name_33 (home VARCHAR, date VARCHAR)
SELECT home FROM table_name_33 WHERE date = "december 10"
47,934
<question>: WHich Score has a Date on november 11? <context>: CREATE TABLE table_name_30 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_30 WHERE date = "november 11"
47,935
<question>: Which Record has a Date on december 18? <context>: CREATE TABLE table_name_55 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_55 WHERE date = "december 18"
47,936
<question>: What visitor has march 26 as the date? <context>: CREATE TABLE table_name_17 (visitor VARCHAR, date VARCHAR)
SELECT visitor FROM table_name_17 WHERE date = "march 26"
47,937
<question>: What visitor has detroit red wings as the home, and march 30 as the date? <context>: CREATE TABLE table_name_79 (visitor VARCHAR, home VARCHAR, date VARCHAR)
SELECT visitor FROM table_name_79 WHERE home = "detroit red wings" AND date = "march 30"
47,938
<question>: What record has chicago black hawks as the visitor and march 23 as the date? <context>: CREATE TABLE table_name_15 (record VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT record FROM table_name_15 WHERE visitor = "chicago black hawks" AND date = "march 23"
47,939
<question>: What record has march 30 as the date? <context>: CREATE TABLE table_name_1 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_1 WHERE date = "march 30"
47,940
<question>: What is the unanimous result of the player from Michigan Dartmouth? <context>: CREATE TABLE table_name_78 (unanimous VARCHAR, school VARCHAR)
SELECT unanimous FROM table_name_78 WHERE school = "michigan dartmouth"
47,941
<question>: What is the position of the player with a unanimous no result without a college hall of fame? <context>: CREATE TABLE table_name_34 (position VARCHAR, unanimous VARCHAR, college_hall_of_fame VARCHAR)
SELECT position FROM table_name_34 WHERE unanimous = "no" AND college_hall_of_fame = "no"
47,942
<question>: What is the school of the player with a college hall of fame nevers hof profile? <context>: CREATE TABLE table_name_50 (school VARCHAR, college_hall_of_fame VARCHAR)
SELECT school FROM table_name_50 WHERE college_hall_of_fame = "nevers hof profile"
47,943
<question>: What is the school of the player who plays ends? <context>: CREATE TABLE table_name_31 (school VARCHAR, position VARCHAR)
SELECT school FROM table_name_31 WHERE position = "ends"
47,944
<question>: What is the college hall of fame of the player who plays fullback? <context>: CREATE TABLE table_name_83 (college_hall_of_fame VARCHAR, position VARCHAR)
SELECT college_hall_of_fame FROM table_name_83 WHERE position = "fullback"
47,945
<question>: What is the position of the player from Dartmouth Ohio State? <context>: CREATE TABLE table_name_55 (position VARCHAR, school VARCHAR)
SELECT position FROM table_name_55 WHERE school = "dartmouth ohio state"
47,946
<question>: What is the English title of the film Directed by Jayme Monjardim? <context>: CREATE TABLE table_name_21 (english_title VARCHAR, director VARCHAR)
SELECT english_title FROM table_name_21 WHERE director = "jayme monjardim"
47,947
<question>: What was the Director with a Ceremony of 2001? <context>: CREATE TABLE table_name_93 (director VARCHAR, year__ceremony_ VARCHAR)
SELECT director FROM table_name_93 WHERE year__ceremony_ = 2001
47,948
<question>: When have a Save of ||20,599||32-37? <context>: CREATE TABLE table_name_90 (date VARCHAR, save VARCHAR)
SELECT date FROM table_name_90 WHERE save = "||20,599||32-37"
47,949
<question>: Which Save is on June 15? <context>: CREATE TABLE table_name_55 (save VARCHAR, date VARCHAR)
SELECT save FROM table_name_55 WHERE date = "june 15"
47,950
<question>: Which Score has a Opponent of Boston red sox and a Save of sager? <context>: CREATE TABLE table_name_8 (score VARCHAR, opponent VARCHAR, save VARCHAR)
SELECT score FROM table_name_8 WHERE opponent = "boston red sox" AND save = "sager"
47,951
<question>: When has an Opponent of at Seattle mariners? <context>: CREATE TABLE table_name_75 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_75 WHERE opponent = "at seattle mariners"
47,952
<question>: When is the Save of Ayala and a Loss of Olivares <context>: CREATE TABLE table_name_70 (date VARCHAR, save VARCHAR, loss VARCHAR)
SELECT date FROM table_name_70 WHERE save = "ayala" AND loss = "olivares"
47,953
<question>: Which Tournament has a Partner of martín rodríguez? <context>: CREATE TABLE table_name_19 (tournament VARCHAR, partner VARCHAR)
SELECT tournament FROM table_name_19 WHERE partner = "martín rodríguez"
47,954
<question>: How many Touchdowns have Field goals larger than 0? <context>: CREATE TABLE table_name_73 (touchdowns VARCHAR, field_goals INTEGER)
SELECT COUNT(touchdowns) FROM table_name_73 WHERE field_goals > 0
47,955
<question>: Which Extra points is the highest one that has a Player of herrnstein, and Points smaller than 30? <context>: CREATE TABLE table_name_2 (extra_points INTEGER, player VARCHAR, points VARCHAR)
SELECT MAX(extra_points) FROM table_name_2 WHERE player = "herrnstein" AND points < 30
47,956
<question>: Which Touchdowns is the lowest one that has Extra points smaller than 14, and a Player of white, and Points smaller than 5? <context>: CREATE TABLE table_name_98 (touchdowns INTEGER, points VARCHAR, extra_points VARCHAR, player VARCHAR)
SELECT MIN(touchdowns) FROM table_name_98 WHERE extra_points < 14 AND player = "white" AND points < 5
47,957
<question>: Which Touchdowns is the lowest one that has Points of 5, and a Field goals larger than 0? <context>: CREATE TABLE table_name_81 (touchdowns INTEGER, points VARCHAR, field_goals VARCHAR)
SELECT MIN(touchdowns) FROM table_name_81 WHERE points = 5 AND field_goals > 0
47,958
<question>: Which Points is the lowest one that has Touchdowns smaller than 1? <context>: CREATE TABLE table_name_51 (points INTEGER, touchdowns INTEGER)
SELECT MAX(points) FROM table_name_51 WHERE touchdowns < 1
47,959
<question>: What is the Location of the Bowl in 2006? <context>: CREATE TABLE table_name_50 (location VARCHAR, season VARCHAR)
SELECT location FROM table_name_50 WHERE season = 2006
47,960
<question>: At what Location was the Attendance 70,283? <context>: CREATE TABLE table_name_48 (location VARCHAR, attendance VARCHAR)
SELECT location FROM table_name_48 WHERE attendance = "70,283"
47,961
<question>: What was the Bowl game in San Francisco, CA after 1968? <context>: CREATE TABLE table_name_42 (bowl_game VARCHAR, season VARCHAR, location VARCHAR)
SELECT bowl_game FROM table_name_42 WHERE season > 1968 AND location = "san francisco, ca"
47,962
<question>: What team has a yamaha constructor with all rounds? <context>: CREATE TABLE table_name_60 (team VARCHAR, rounds VARCHAR, constructor VARCHAR)
SELECT team FROM table_name_60 WHERE rounds = "all" AND constructor = "yamaha"
47,963
<question>: What rounds did rider Mika Kallio with a Ducati constructor have? <context>: CREATE TABLE table_name_63 (rounds VARCHAR, constructor VARCHAR, rider VARCHAR)
SELECT rounds FROM table_name_63 WHERE constructor = "ducati" AND rider = "mika kallio"
47,964
<question>: Who is the rider of Scot Racing team with a Honda constructor and rounds 6-17? <context>: CREATE TABLE table_name_88 (rider VARCHAR, rounds VARCHAR, constructor VARCHAR, team VARCHAR)
SELECT rider FROM table_name_88 WHERE constructor = "honda" AND team = "scot racing team" AND rounds = "6-17"
47,965
<question>: What is the rounds of rider Mika Kallio 1 of the Ducati Marlboro team? <context>: CREATE TABLE table_name_67 (rounds VARCHAR, team VARCHAR, rider VARCHAR)
SELECT rounds FROM table_name_67 WHERE team = "ducati marlboro team" AND rider = "mika kallio 1"
47,966
<question>: Who was the opponent for the game taht was before week 5 on October 10, 1954? <context>: CREATE TABLE table_name_87 (opponent VARCHAR, week VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_87 WHERE week < 5 AND date = "october 10, 1954"
47,967
<question>: What is the average attendance for the game that was after week 4 and on November 14, 1954? <context>: CREATE TABLE table_name_30 (attendance INTEGER, week VARCHAR, date VARCHAR)
SELECT AVG(attendance) FROM table_name_30 WHERE week > 4 AND date = "november 14, 1954"
47,968
<question>: After December 19, what is the Game number with a Record of 21–4–7? <context>: CREATE TABLE table_name_17 (game VARCHAR, record VARCHAR, december VARCHAR)
SELECT COUNT(game) FROM table_name_17 WHERE record = "21–4–7" AND december > 19
47,969
<question>: What were the Points in the game with a Score of 2–7? <context>: CREATE TABLE table_name_67 (points INTEGER, score VARCHAR)
SELECT SUM(points) FROM table_name_67 WHERE score = "2–7"
47,970
<question>: What's the lowest bronze with a 6 rank, smaller than 5 gold, and a total of more than 1? <context>: CREATE TABLE table_name_91 (bronze INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT MIN(bronze) FROM table_name_91 WHERE gold < 5 AND rank = "6" AND total > 1
47,971
<question>: What's the Bronze cumulative number for less than 0 gold? <context>: CREATE TABLE table_name_27 (bronze INTEGER, gold INTEGER)
SELECT SUM(bronze) FROM table_name_27 WHERE gold < 0
47,972
<question>: Which average Lost has an Against larger than 19, and a Drawn smaller than 1? <context>: CREATE TABLE table_name_70 (lost INTEGER, against VARCHAR, drawn VARCHAR)
SELECT AVG(lost) FROM table_name_70 WHERE against > 19 AND drawn < 1
47,973
<question>: Which average Against has Drawn of 3, and Points larger than 9, and a Team of portuguesa? <context>: CREATE TABLE table_name_23 (against INTEGER, team VARCHAR, drawn VARCHAR, points VARCHAR)
SELECT AVG(against) FROM table_name_23 WHERE drawn = 3 AND points > 9 AND team = "portuguesa"
47,974
<question>: Which average Against has Points of 6, and a Played smaller than 9? <context>: CREATE TABLE table_name_65 (against INTEGER, points VARCHAR, played VARCHAR)
SELECT AVG(against) FROM table_name_65 WHERE points = 6 AND played < 9
47,975
<question>: Which average Points have a Position of 7, and a Lost smaller than 4? <context>: CREATE TABLE table_name_34 (points INTEGER, position VARCHAR, lost VARCHAR)
SELECT AVG(points) FROM table_name_34 WHERE position = 7 AND lost < 4
47,976
<question>: Which average Points have a Lost larger than 2, and Drawn larger than 2, and a Difference of 0? <context>: CREATE TABLE table_name_74 (points INTEGER, difference VARCHAR, lost VARCHAR, drawn VARCHAR)
SELECT AVG(points) FROM table_name_74 WHERE lost > 2 AND drawn > 2 AND difference = "0"
47,977
<question>: Which Touchdowns have an Extra points of 0, and Points larger than 5, and a Player of curtis redden? <context>: CREATE TABLE table_name_47 (touchdowns INTEGER, player VARCHAR, extra_points VARCHAR, points VARCHAR)
SELECT AVG(touchdowns) FROM table_name_47 WHERE extra_points = 0 AND points > 5 AND player = "curtis redden"
47,978
<question>: How many Extra points have Touchdowns of 1, and a Player of ross kidston, and Points smaller than 5? <context>: CREATE TABLE table_name_92 (extra_points INTEGER, points VARCHAR, touchdowns VARCHAR, player VARCHAR)
SELECT SUM(extra_points) FROM table_name_92 WHERE touchdowns = 1 AND player = "ross kidston" AND points < 5
47,979
<question>: Which Points is the lowest one that has an Extra points of 0, and a Player of curtis redden, and Touchdowns smaller than 2? <context>: CREATE TABLE table_name_33 (points INTEGER, touchdowns VARCHAR, extra_points VARCHAR, player VARCHAR)
SELECT MIN(points) FROM table_name_33 WHERE extra_points = 0 AND player = "curtis redden" AND touchdowns < 2
47,980
<question>: Which Extra points is the lowest one that has a Player of ross kidston, and Points smaller than 5? <context>: CREATE TABLE table_name_86 (extra_points INTEGER, player VARCHAR, points VARCHAR)
SELECT MIN(extra_points) FROM table_name_86 WHERE player = "ross kidston" AND points < 5
47,981
<question>: Which Points have Touchdowns of 1, and a Field goals smaller than 0? <context>: CREATE TABLE table_name_9 (points INTEGER, touchdowns VARCHAR, field_goals VARCHAR)
SELECT AVG(points) FROM table_name_9 WHERE touchdowns = 1 AND field_goals < 0
47,982
<question>: Which poll had a week 10 larger than 2, a week 2 of exactly 12, and a week 13 of 8? <context>: CREATE TABLE table_name_10 (poll VARCHAR, wk_13 VARCHAR, wk_10 VARCHAR, wk_2 VARCHAR)
SELECT poll FROM table_name_10 WHERE wk_10 > 2 AND wk_2 = "12" AND wk_13 = 8
47,983
<question>: 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? <context>: CREATE TABLE table_name_13 (wk_9 INTEGER, wk_11 VARCHAR, wk_7 VARCHAR, wk_6 VARCHAR, wk_10 VARCHAR)
SELECT MAX(wk_9) FROM table_name_13 WHERE wk_6 = "7" AND wk_10 > 2 AND wk_7 = "5" AND wk_11 < 2
47,984
<question>: What was the week 5 opponent for the year with a week 10 opponent of Maryland (6-2)? <context>: CREATE TABLE table_name_81 (week_5_sept_28 VARCHAR, week_10_nov_2 VARCHAR)
SELECT week_5_sept_28 FROM table_name_81 WHERE week_10_nov_2 = "maryland (6-2)"
47,985
<question>: What was the week 14 opponent for the year with a week 10 opponent of Michigan State (8-2)? <context>: CREATE TABLE table_name_50 (week_14_nov_30 VARCHAR, week_10_nov_2 VARCHAR)
SELECT week_14_nov_30 FROM table_name_50 WHERE week_10_nov_2 = "michigan state (8-2)"
47,986
<question>: What is the week 4 opponent for the year with a week 10 opponent of Michigan State (8-2)? <context>: CREATE TABLE table_name_30 (week_4_sept_21 VARCHAR, week_10_nov_2 VARCHAR)
SELECT week_4_sept_21 FROM table_name_30 WHERE week_10_nov_2 = "michigan state (8-2)"
47,987
<question>: What is the week 12 opponent for the year that had a week 3 opponent of South Florida (3-0)? <context>: CREATE TABLE table_name_6 (week_12_nov_16 VARCHAR, week_3_sept_14 VARCHAR)
SELECT week_12_nov_16 FROM table_name_6 WHERE week_3_sept_14 = "south florida (3-0)"
47,988
<question>: What was the week 7 opponent for the year that had a week 12 opponent of Oregon State (7-3)? <context>: CREATE TABLE table_name_29 (week_7_oct_12 VARCHAR, week_12_nov_16 VARCHAR)
SELECT week_7_oct_12 FROM table_name_29 WHERE week_12_nov_16 = "oregon state (7-3)"
47,989
<question>: What was the week 3 opponent for the year that had a week 7 opponent of Georgia (5-1)? <context>: CREATE TABLE table_name_56 (week_3_sept_14 VARCHAR, week_7_oct_12 VARCHAR)
SELECT week_3_sept_14 FROM table_name_56 WHERE week_7_oct_12 = "georgia (5-1)"
47,990
<question>: What is Week 14 Nov 24, that has Week 11 Nov 3 of USC (6-2)? <context>: CREATE TABLE table_name_44 (week_14_nov_24 VARCHAR, week_11_nov_3 VARCHAR)
SELECT week_14_nov_24 FROM table_name_44 WHERE week_11_nov_3 = "usc (6-2)"
47,991
<question>: What is listed for the Week 9 Oct 20 that has a Week 17 (Final) Jan 4 of Michigan (10-3)? <context>: CREATE TABLE table_name_99 (week_9_oct_20 VARCHAR, week_17__final__jan_4 VARCHAR)
SELECT week_9_oct_20 FROM table_name_99 WHERE week_17__final__jan_4 = "michigan (10-3)"
47,992
<question>: What is listed for the Week 1 Aug 26 that has a Week 7 Oct 6 of USC (3-2)? <context>: CREATE TABLE table_name_36 (week_1_aug_26 VARCHAR, week_7_oct_6 VARCHAR)
SELECT week_1_aug_26 FROM table_name_36 WHERE week_7_oct_6 = "usc (3-2)"
47,993
<question>: What is listed for the Week 3 Sept 8 that has a Week 2 Sept 2 of Florida State (2-0) (4)? <context>: CREATE TABLE table_name_51 (week_3_sept_8 VARCHAR, week_2_sept_2 VARCHAR)
SELECT week_3_sept_8 FROM table_name_51 WHERE week_2_sept_2 = "florida state (2-0) (4)"
47,994
<question>: How much December has a Score of 5–2, and a Game smaller than 27? <context>: CREATE TABLE table_name_81 (december VARCHAR, score VARCHAR, game VARCHAR)
SELECT COUNT(december) FROM table_name_81 WHERE score = "5–2" AND game < 27
47,995
<question>: Which Game has an Opponent of @ pittsburgh penguins? <context>: CREATE TABLE table_name_14 (game INTEGER, opponent VARCHAR)
SELECT MAX(game) FROM table_name_14 WHERE opponent = "@ pittsburgh penguins"
47,996
<question>: Which December has a Record of 21–7–2, and a Game larger than 30? <context>: CREATE TABLE table_name_59 (december INTEGER, record VARCHAR, game VARCHAR)
SELECT MAX(december) FROM table_name_59 WHERE record = "21–7–2" AND game > 30
47,997
<question>: Which December has Points of 38, and a Record of 18–6–2? <context>: CREATE TABLE table_name_49 (december INTEGER, points VARCHAR, record VARCHAR)
SELECT AVG(december) FROM table_name_49 WHERE points = 38 AND record = "18–6–2"
47,998
<question>: What is the Score that has a Result of 2–1 on 5 july 2007? <context>: CREATE TABLE table_name_47 (score VARCHAR, result VARCHAR, date VARCHAR)
SELECT score FROM table_name_47 WHERE result = "2–1" AND date = "5 july 2007"
47,999
<question>: Which Competition has a Venue of hong kong? <context>: CREATE TABLE table_name_53 (competition VARCHAR, venue VARCHAR)
SELECT competition FROM table_name_53 WHERE venue = "hong kong"