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