Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
36,000
<question>: What is the title of the episode directed by Rodney Clouden? <context>: CREATE TABLE table_23242958_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_23242958_1 WHERE directed_by = "Rodney Clouden"
36,001
<question>: How many millions of U.S. viewers watched the episode with the production code of 3AJN01? <context>: CREATE TABLE table_23242958_1 (us_viewers__millions_ VARCHAR, production_code VARCHAR)
SELECT us_viewers__millions_ FROM table_23242958_1 WHERE production_code = "3AJN01"
36,002
<question>: Who directed the episode that had 6.76 million U.S. viewers? <context>: CREATE TABLE table_23242968_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_23242968_1 WHERE us_viewers__millions_ = "6.76"
36,003
<question>: What episode number of the season was also number 75 in the series? <context>: CREATE TABLE table_23242968_1 (no_in_season INTEGER, no_in_series VARCHAR)
SELECT MAX(no_in_season) FROM table_23242968_1 WHERE no_in_series = 75
36,004
<question>: Who wrote the episode that had a production code of 3ajn20? <context>: CREATE TABLE table_23242968_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_23242968_1 WHERE production_code = "3AJN20"
36,005
<question>: Who directed the episode that was written by Jonathan Fener? <context>: CREATE TABLE table_23242968_1 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_23242968_1 WHERE written_by = "Jonathan Fener"
36,006
<question>: What was the name of the episode with a production code of 3ajn20? <context>: CREATE TABLE table_23242968_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_23242968_1 WHERE production_code = "3AJN20"
36,007
<question>: Who wrote the episode with production code 1AJN05? <context>: CREATE TABLE table_23242933_2 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_23242933_2 WHERE production_code = "1AJN05"
36,008
<question>: How many different series numbers are there for the episode seen by 7.84 million people in the US? <context>: CREATE TABLE table_23242933_2 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(no_in_series) FROM table_23242933_2 WHERE us_viewers__millions_ = "7.84"
36,009
<question>: What's the series number of the episode written by Dan Vebber? <context>: CREATE TABLE table_23242933_2 (no_in_series INTEGER, written_by VARCHAR)
SELECT MAX(no_in_series) FROM table_23242933_2 WHERE written_by = "Dan Vebber"
36,010
<question>: How many different titles are there of episodes that have been seen by 7.84 million people in the US/ <context>: CREATE TABLE table_23242933_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(title) FROM table_23242933_2 WHERE us_viewers__millions_ = "7.84"
36,011
<question>: When did 6.09 million people in the US see the original airing of an episode of the show? <context>: CREATE TABLE table_23242933_2 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_23242933_2 WHERE us_viewers__millions_ = "6.09"
36,012
<question>: What's the season number of the episode originally seen by 6.64 million people in the US? <context>: CREATE TABLE table_23242950_1 (no_in_season INTEGER, us_viewers__millions_ VARCHAR)
SELECT MIN(no_in_season) FROM table_23242950_1 WHERE us_viewers__millions_ = "6.64"
36,013
<question>: What's the production code of the episode seen by 7.49 million people in the US? <context>: CREATE TABLE table_23242950_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
SELECT production_code FROM table_23242950_1 WHERE us_viewers__millions_ = "7.49"
36,014
<question>: What opponent got 44 points in their game? <context>: CREATE TABLE table_23243769_4 (opponent VARCHAR, opp_points VARCHAR)
SELECT opponent FROM table_23243769_4 WHERE opp_points = 44
36,015
<question>: Where was the game with a 4-1 record played? <context>: CREATE TABLE table_23243769_4 (location VARCHAR, record VARCHAR)
SELECT location FROM table_23243769_4 WHERE record = "4-1"
36,016
<question>: Who did the high rebounds in the game where Larry Hughes (21) did the high ponts? <context>: CREATE TABLE table_23248869_6 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_23248869_6 WHERE high_points = "Larry Hughes (21)"
36,017
<question>: How many different people did different scores of high assists during the December 11 game? <context>: CREATE TABLE table_23248869_6 (high_assists VARCHAR, date VARCHAR)
SELECT COUNT(high_assists) FROM table_23248869_6 WHERE date = "December 11"
36,018
<question>: Who did the high assists in the game against Portland? <context>: CREATE TABLE table_23248869_6 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_23248869_6 WHERE team = "Portland"
36,019
<question>: What is every score for location attendance of Madison Square Garden 19,763 and game less than 80.0? <context>: CREATE TABLE table_23248869_10 (score VARCHAR, location_attendance VARCHAR, game VARCHAR)
SELECT score FROM table_23248869_10 WHERE location_attendance = "Madison Square Garden 19,763" AND game < 80.0
36,020
<question>: What is every record for the team Boston? <context>: CREATE TABLE table_23248869_10 (record VARCHAR, team VARCHAR)
SELECT record FROM table_23248869_10 WHERE team = "Boston"
36,021
<question>: How many values for high assists when the game is 81? <context>: CREATE TABLE table_23248869_10 (high_assists VARCHAR, game VARCHAR)
SELECT COUNT(high_assists) FROM table_23248869_10 WHERE game = 81
36,022
<question>: How many times was the high points david lee (30) <context>: CREATE TABLE table_23248869_8 (date VARCHAR, high_points VARCHAR)
SELECT COUNT(date) FROM table_23248869_8 WHERE high_points = "David Lee (30)"
36,023
<question>: Who had the high assists when the score was l 85–118 (ot) <context>: CREATE TABLE table_23248869_8 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_23248869_8 WHERE score = "L 85–118 (OT)"
36,024
<question>: What was the record when the high rebounds was david lee (8) <context>: CREATE TABLE table_23248869_8 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_23248869_8 WHERE high_rebounds = "David Lee (8)"
36,025
<question>: How many times was the record 19–34 <context>: CREATE TABLE table_23248869_8 (score VARCHAR, record VARCHAR)
SELECT COUNT(score) FROM table_23248869_8 WHERE record = "19–34"
36,026
<question>: What was the score when the record was 19–35 <context>: CREATE TABLE table_23248869_8 (score VARCHAR, record VARCHAR)
SELECT score FROM table_23248869_8 WHERE record = "19–35"
36,027
<question>: What was the game when high points was david lee (30) <context>: CREATE TABLE table_23248869_8 (game INTEGER, high_points VARCHAR)
SELECT MIN(game) FROM table_23248869_8 WHERE high_points = "David Lee (30)"
36,028
<question>: If the population density is 7,447.32, what is the population total number? <context>: CREATE TABLE table_232458_1 (population__2010_census_ VARCHAR, pop_density__per_km²_ VARCHAR)
SELECT COUNT(population__2010_census_) FROM table_232458_1 WHERE pop_density__per_km²_ = "7,447.32"
36,029
<question>: If the number of barangays is 19, what is the population density? <context>: CREATE TABLE table_232458_1 (pop_density__per_km²_ VARCHAR, no_of_barangays VARCHAR)
SELECT pop_density__per_km²_ FROM table_232458_1 WHERE no_of_barangays = 19
36,030
<question>: If the area is 66.34, what is the minimum (2010 census) population? <context>: CREATE TABLE table_232458_1 (population__2010_census_ INTEGER, area__km²_ VARCHAR)
SELECT MIN(population__2010_census_) FROM table_232458_1 WHERE area__km²_ = "66.34"
36,031
<question>: What is the name of the city/municipality if the population is 1,388.88? <context>: CREATE TABLE table_232458_1 (city___municipality VARCHAR, pop_density__per_km²_ VARCHAR)
SELECT city___municipality FROM table_232458_1 WHERE pop_density__per_km²_ = "1,388.88"
36,032
<question>: When birkenhead is the city/town and merseyside is the county and england is the country how many ranks are there? <context>: CREATE TABLE table_23248420_1 (rank VARCHAR, city_town VARCHAR, country VARCHAR, county VARCHAR)
SELECT COUNT(rank) FROM table_23248420_1 WHERE country = "England" AND county = "Merseyside" AND city_town = "Birkenhead"
36,033
<question>: When 2 is the rank what is the city/town? <context>: CREATE TABLE table_23248420_1 (city_town VARCHAR, rank VARCHAR)
SELECT city_town FROM table_23248420_1 WHERE rank = 2
36,034
<question>: When 20 is the rank and north west is the region/province what is the county? <context>: CREATE TABLE table_23248420_1 (county VARCHAR, region_province VARCHAR, rank VARCHAR)
SELECT county FROM table_23248420_1 WHERE region_province = "North West" AND rank = 20
36,035
<question>: When fleetwood is the city/town how many sets of population are there? <context>: CREATE TABLE table_23248420_1 (population VARCHAR, city_town VARCHAR)
SELECT COUNT(population) FROM table_23248420_1 WHERE city_town = "Fleetwood"
36,036
<question>: When 142900 is the population what is the highest rank? <context>: CREATE TABLE table_23248420_1 (rank INTEGER, population VARCHAR)
SELECT MAX(rank) FROM table_23248420_1 WHERE population = 142900
36,037
<question>: When 31901 is the population what is the county? <context>: CREATE TABLE table_23248420_1 (county VARCHAR, population VARCHAR)
SELECT county FROM table_23248420_1 WHERE population = 31901
36,038
<question>: What was the score against the team with an 11-3 record against the Hawks? <context>: CREATE TABLE table_23248910_5 (score VARCHAR, record VARCHAR)
SELECT score FROM table_23248910_5 WHERE record = "11-3"
36,039
<question>: Who had the most rebounds in the game against the team with a 5-2 record against the Hawks? <context>: CREATE TABLE table_23248910_5 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_23248910_5 WHERE record = "5-2"
36,040
<question>: What location and it's attendance was the game against the cavaliers? <context>: CREATE TABLE table_23248910_6 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_23248910_6 WHERE team = "Cavaliers"
36,041
<question>: Who scored the highest points and how much against the raptors? <context>: CREATE TABLE table_23248910_6 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_23248910_6 WHERE team = "Raptors"
36,042
<question>: What location and it's attendance was the game against the Nets? <context>: CREATE TABLE table_23248910_6 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_23248910_6 WHERE team = "Nets"
36,043
<question>: List all players with highest assists from April 2. <context>: CREATE TABLE table_23248910_10 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_23248910_10 WHERE date = "April 2"
36,044
<question>: List high points from the April 7 game. <context>: CREATE TABLE table_23248910_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_23248910_10 WHERE date = "April 7"
36,045
<question>: What is every team on March 5? <context>: CREATE TABLE table_23248910_9 (team VARCHAR, date VARCHAR)
SELECT team FROM table_23248910_9 WHERE date = "March 5"
36,046
<question>: Who is every high points for the Pistons team? <context>: CREATE TABLE table_23248910_9 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_23248910_9 WHERE team = "Pistons"
36,047
<question>: What is every score with a record of 46-25? <context>: CREATE TABLE table_23248910_9 (score VARCHAR, record VARCHAR)
SELECT score FROM table_23248910_9 WHERE record = "46-25"
36,048
<question>: How many people had high rebounds during the game with a record of 34-32? <context>: CREATE TABLE table_23248940_10 (high_rebounds VARCHAR, record VARCHAR)
SELECT COUNT(high_rebounds) FROM table_23248940_10 WHERE record = "34-32"
36,049
<question>: How many people led in assists on game 71? <context>: CREATE TABLE table_23248940_10 (high_assists VARCHAR, game VARCHAR)
SELECT COUNT(high_assists) FROM table_23248940_10 WHERE game = 71
36,050
<question>: What was the location and it's attendance when the Bobcats played against Washington? <context>: CREATE TABLE table_23248940_10 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_23248940_10 WHERE team = "Washington"
36,051
<question>: Name the record for milwaukee <context>: CREATE TABLE table_23248940_7 (record VARCHAR, team VARCHAR)
SELECT record FROM table_23248940_7 WHERE team = "Milwaukee"
36,052
<question>: Name the location attendance for 10-14 <context>: CREATE TABLE table_23248940_7 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_23248940_7 WHERE record = "10-14"
36,053
<question>: Name the record for december 8 <context>: CREATE TABLE table_23248940_7 (record VARCHAR, date VARCHAR)
SELECT record FROM table_23248940_7 WHERE date = "December 8"
36,054
<question>: How did the game number 50 end? <context>: CREATE TABLE table_23248940_9 (score VARCHAR, game VARCHAR)
SELECT score FROM table_23248940_9 WHERE game = 50
36,055
<question>: How many different high assists results are there for the game played on February 24? <context>: CREATE TABLE table_23248940_9 (high_assists VARCHAR, date VARCHAR)
SELECT COUNT(high_assists) FROM table_23248940_9 WHERE date = "February 24"
36,056
<question>: Who did the most high assists during the game played on February 6? <context>: CREATE TABLE table_23248940_9 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_23248940_9 WHERE date = "February 6"
36,057
<question>: Where was game number 55 played? <context>: CREATE TABLE table_23248940_9 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_23248940_9 WHERE game = 55
36,058
<question>: What date was game 78 played on? <context>: CREATE TABLE table_23248967_10 (date VARCHAR, game VARCHAR)
SELECT date FROM table_23248967_10 WHERE game = 78
36,059
<question>: What is the final score of the game on April 9? <context>: CREATE TABLE table_23248967_10 (score VARCHAR, date VARCHAR)
SELECT score FROM table_23248967_10 WHERE date = "April 9"
36,060
<question>: Who scored the high points in game 78? <context>: CREATE TABLE table_23248967_10 (high_points VARCHAR, game VARCHAR)
SELECT high_points FROM table_23248967_10 WHERE game = 78
36,061
<question>: What is the score when the game is bigger than 29.0? <context>: CREATE TABLE table_23249053_8 (score VARCHAR, game INTEGER)
SELECT score FROM table_23249053_8 WHERE game > 29.0
36,062
<question>: When rashard lewis (24) has the highest amount of points who is the team? <context>: CREATE TABLE table_23249053_11 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_23249053_11 WHERE high_points = "Rashard Lewis (24)"
36,063
<question>: When vince carter (24) has the highest points how many teams are there? <context>: CREATE TABLE table_23249053_11 (team VARCHAR, high_points VARCHAR)
SELECT COUNT(team) FROM table_23249053_11 WHERE high_points = "Vince Carter (24)"
36,064
<question>: In which championship did John Newcombe play against Ken Rosewall in the final match? <context>: CREATE TABLE table_23259077_1 (championship VARCHAR, opponent_in_the_final VARCHAR)
SELECT championship FROM table_23259077_1 WHERE opponent_in_the_final = "Ken Rosewall"
36,065
<question>: What were the scores of the Wimbledon final matches where Newcombe was the runner-up? <context>: CREATE TABLE table_23259077_1 (score_in_the_final VARCHAR, outcome VARCHAR, championship VARCHAR)
SELECT score_in_the_final FROM table_23259077_1 WHERE outcome = "Runner-up" AND championship = "Wimbledon"
36,066
<question>: On what year did Newcombe first face Clark Graebner in a final match? <context>: CREATE TABLE table_23259077_1 (year INTEGER, opponent_in_the_final VARCHAR)
SELECT MIN(year) FROM table_23259077_1 WHERE opponent_in_the_final = "Clark Graebner"
36,067
<question>: What was the outcome for Newcombe in the matches he played against Jan Kodeš? <context>: CREATE TABLE table_23259077_1 (outcome VARCHAR, opponent_in_the_final VARCHAR)
SELECT outcome FROM table_23259077_1 WHERE opponent_in_the_final = "Jan Kodeš"
36,068
<question>: How many writers were there in the episode directed by Charles Haid? <context>: CREATE TABLE table_23255941_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT COUNT(written_by) FROM table_23255941_1 WHERE directed_by = "Charles Haid"
36,069
<question>: What was the title of the episode written by Mark Goffman? <context>: CREATE TABLE table_23255941_1 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_23255941_1 WHERE written_by = "Mark Goffman"
36,070
<question>: How many original air dates did episode 12 have?h <context>: CREATE TABLE table_23255941_1 (original_air_date VARCHAR, episode__number VARCHAR)
SELECT COUNT(original_air_date) FROM table_23255941_1 WHERE episode__number = 12
36,071
<question>: How many millions of viewers watched the episode directed by Christine Moore? <context>: CREATE TABLE table_23255941_1 (viewers__in_millions_ VARCHAR, directed_by VARCHAR)
SELECT viewers__in_millions_ FROM table_23255941_1 WHERE directed_by = "Christine Moore"
36,072
<question>: Name the number of date for w 107–97 (ot) <context>: CREATE TABLE table_23274514_7 (date VARCHAR, score VARCHAR)
SELECT COUNT(date) FROM table_23274514_7 WHERE score = "W 107–97 (OT)"
36,073
<question>: Name the date for 17-32 <context>: CREATE TABLE table_23274514_7 (date VARCHAR, record VARCHAR)
SELECT date FROM table_23274514_7 WHERE record = "17-32"
36,074
<question>: Name the high rebounds for 17-33 <context>: CREATE TABLE table_23274514_7 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_23274514_7 WHERE record = "17-33"
36,075
<question>: Name the team for 19-34 <context>: CREATE TABLE table_23274514_7 (team VARCHAR, record VARCHAR)
SELECT team FROM table_23274514_7 WHERE record = "19-34"
36,076
<question>: How many models have maximum power output is 162kw (220 ps) at 6,300 rpm? <context>: CREATE TABLE table_2326823_2 (model VARCHAR, max_power_output VARCHAR)
SELECT COUNT(model) FROM table_2326823_2 WHERE max_power_output = "162kW (220 PS) at 6,300 rpm"
36,077
<question>: List the max power produced for model 2.0 ts with peak of n·m (lb·ft) at 3,500 rpm. <context>: CREATE TABLE table_2326823_2 (max_power_output VARCHAR, model VARCHAR, peak_torque VARCHAR)
SELECT max_power_output FROM table_2326823_2 WHERE model = "2.0 TS" AND peak_torque = "N·m (lb·ft) at 3,500 rpm"
36,078
<question>: Who had the highest points during the game with a record of 2-7? <context>: CREATE TABLE table_23274514_4 (high_points VARCHAR, record VARCHAR)
SELECT high_points FROM table_23274514_4 WHERE record = "2-7"
36,079
<question>: What team did the Wizards play against when their record was 2-5? <context>: CREATE TABLE table_23274514_4 (team VARCHAR, record VARCHAR)
SELECT team FROM table_23274514_4 WHERE record = "2-5"
36,080
<question>: Who tied in the highest point scorer when playing against Phoenix? <context>: CREATE TABLE table_23274514_4 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_23274514_4 WHERE team = "Phoenix"
36,081
<question>: Which season used production code "am10"? <context>: CREATE TABLE table_23279434_1 (season__number VARCHAR, production_code VARCHAR)
SELECT COUNT(season__number) FROM table_23279434_1 WHERE production_code = "AM10"
36,082
<question>: When did Jeremy Kagan's episode first air? <context>: CREATE TABLE table_23279434_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_23279434_1 WHERE directed_by = "Jeremy Kagan"
36,083
<question>: What seasons in series 7 did David E. Kelley write ? <context>: CREATE TABLE table_23279434_1 (season__number VARCHAR, written_by VARCHAR, series__number VARCHAR)
SELECT COUNT(season__number) FROM table_23279434_1 WHERE written_by = "David E. Kelley" AND series__number = 7
36,084
<question>: Name the total number of date for score being l 106–116 (ot) <context>: CREATE TABLE table_23281862_10 (date VARCHAR, score VARCHAR)
SELECT COUNT(date) FROM table_23281862_10 WHERE score = "L 106–116 (OT)"
36,085
<question>: Name the record for charlotte <context>: CREATE TABLE table_23281862_10 (record VARCHAR, team VARCHAR)
SELECT record FROM table_23281862_10 WHERE team = "Charlotte"
36,086
<question>: Name the most game for w 113–96 (ot) <context>: CREATE TABLE table_23281862_10 (game INTEGER, score VARCHAR)
SELECT MAX(game) FROM table_23281862_10 WHERE score = "W 113–96 (OT)"
36,087
<question>: What was the score when the record was 22-53? <context>: CREATE TABLE table_23274514_9 (score VARCHAR, record VARCHAR)
SELECT score FROM table_23274514_9 WHERE record = "22-53"
36,088
<question>: What was the record when they played golden state? <context>: CREATE TABLE table_23274514_9 (record VARCHAR, team VARCHAR)
SELECT record FROM table_23274514_9 WHERE team = "Golden State"
36,089
<question>: How many percentages (2006) are there for the population whose mother tongue is French? <context>: CREATE TABLE table_2328113_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR)
SELECT COUNT(percentage__2006_) FROM table_2328113_1 WHERE mother_tongue = "French"
36,090
<question>: What was the minimum population in 2011? <context>: CREATE TABLE table_2328113_1 (population__2011_ INTEGER)
SELECT MIN(population__2011_) FROM table_2328113_1
36,091
<question>: What was the percentage in 2006 whose natives is Polish? <context>: CREATE TABLE table_2328113_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR)
SELECT percentage__2006_ FROM table_2328113_1 WHERE mother_tongue = "Polish"
36,092
<question>: Name the location attendance for dirk nowitzki , caron butler (17) <context>: CREATE TABLE table_23284271_11 (location_attendance VARCHAR, high_points VARCHAR)
SELECT location_attendance FROM table_23284271_11 WHERE high_points = "Dirk Nowitzki , Caron Butler (17)"
36,093
<question>: Name the location attendance for 4 game <context>: CREATE TABLE table_23284271_11 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_23284271_11 WHERE game = 4
36,094
<question>: Name the date for l 89–92 (ot) <context>: CREATE TABLE table_23284271_11 (date VARCHAR, score VARCHAR)
SELECT date FROM table_23284271_11 WHERE score = "L 89–92 (OT)"
36,095
<question>: Name the high assists for 1-2 series <context>: CREATE TABLE table_23284271_11 (high_assists VARCHAR, series VARCHAR)
SELECT high_assists FROM table_23284271_11 WHERE series = "1-2"
36,096
<question>: Name the high rebounds for american airlines center 20,557 <context>: CREATE TABLE table_23284271_11 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT high_rebounds FROM table_23284271_11 WHERE location_attendance = "American Airlines Center 20,557"
36,097
<question>: Name the score for december 27 <context>: CREATE TABLE table_23284271_6 (score VARCHAR, date VARCHAR)
SELECT COUNT(score) FROM table_23284271_6 WHERE date = "December 27"
36,098
<question>: Name the total number of high points for pepsi center 19,756 <context>: CREATE TABLE table_23284271_6 (high_points VARCHAR, location_attendance VARCHAR)
SELECT COUNT(high_points) FROM table_23284271_6 WHERE location_attendance = "Pepsi Center 19,756"
36,099
<question>: Name the opponent in the final for 3–6, 1–6 <context>: CREATE TABLE table_23284597_3 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR)
SELECT opponent_in_the_final FROM table_23284597_3 WHERE score_in_the_final = "3–6, 1–6"