Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
28,100
<question>: Which units are commanded by Lieutenant Colonel Francis Hepburn? <context>: CREATE TABLE table_11793221_2 (unit VARCHAR, commander VARCHAR)
SELECT unit FROM table_11793221_2 WHERE commander = "Lieutenant Colonel Francis Hepburn"
28,101
<question>: What are the complements when the commander is Major William Lloyd? <context>: CREATE TABLE table_11793221_2 (complement VARCHAR, commander VARCHAR)
SELECT complement FROM table_11793221_2 WHERE commander = "Major William Lloyd"
28,102
<question>: How many were wounded when the complement was 173 off 2059 men? <context>: CREATE TABLE table_11793221_2 (wounded VARCHAR, complement VARCHAR)
SELECT wounded FROM table_11793221_2 WHERE complement = "173 off 2059 men"
28,103
<question>: How many where killed under Major-General Jean Victor de Constant Rebecque's command? <context>: CREATE TABLE table_11793221_2 (killed VARCHAR, commander VARCHAR)
SELECT killed FROM table_11793221_2 WHERE commander = "Major-General Jean Victor de Constant Rebecque"
28,104
<question>: Who were the commanders when 8 off 0 men were wounded? <context>: CREATE TABLE table_11793221_2 (commander VARCHAR, wounded VARCHAR)
SELECT commander FROM table_11793221_2 WHERE wounded = "8 off 0 men"
28,105
<question>: What is the gpa per capita (nominal) for the country with gdp (nominal) is $52.0 billion? <context>: CREATE TABLE table_11780179_1 (gdp_per_capita__nominal_ VARCHAR, gdp__nominal_ VARCHAR)
SELECT gdp_per_capita__nominal_ FROM table_11780179_1 WHERE gdp__nominal_ = "$52.0 billion"
28,106
<question>: How many countries has a gdp (nominal) of $29.9 billion? <context>: CREATE TABLE table_11780179_1 (gdp_per_capita__nominal_ VARCHAR, gdp__nominal_ VARCHAR)
SELECT COUNT(gdp_per_capita__nominal_) FROM table_11780179_1 WHERE gdp__nominal_ = "$29.9 billion"
28,107
<question>: What is the GDP (nominal) for Uzbekistan? <context>: CREATE TABLE table_11780179_1 (gdp__nominal_ VARCHAR, country VARCHAR)
SELECT gdp__nominal_ FROM table_11780179_1 WHERE country = "Uzbekistan"
28,108
<question>: What is the area (km²) for the country with a population of 16967000? <context>: CREATE TABLE table_11780179_1 (area__km²_ INTEGER, population VARCHAR)
SELECT MIN(area__km²_) FROM table_11780179_1 WHERE population = 16967000
28,109
<question>: What is the aspect ratio of the DVD released on 12/10/2009? <context>: CREATE TABLE table_1180228_1 (aspect_ratio VARCHAR, released VARCHAR)
SELECT aspect_ratio FROM table_1180228_1 WHERE released = "12/10/2009"
28,110
<question>: What is the name of the DVD where the number of discs is greater than 2.0 <context>: CREATE TABLE table_1180228_1 (dvd_name VARCHAR, num_of_discs INTEGER)
SELECT dvd_name FROM table_1180228_1 WHERE num_of_discs > 2.0
28,111
<question>: How many releases did the DVD River Cottage forever have? <context>: CREATE TABLE table_1180228_1 (released VARCHAR, dvd_name VARCHAR)
SELECT COUNT(released) FROM table_1180228_1 WHERE dvd_name = "River Cottage Forever"
28,112
<question>: What is the total number of discs where the run time was 4 hours 40 minutes? <context>: CREATE TABLE table_1180228_1 (num_of_discs VARCHAR, duration VARCHAR)
SELECT COUNT(num_of_discs) FROM table_1180228_1 WHERE duration = "4 hours 40 minutes"
28,113
<question>: What were the wounded for complement of 46 off 656 men? <context>: CREATE TABLE table_11793221_4 (wounded VARCHAR, complement VARCHAR)
SELECT wounded FROM table_11793221_4 WHERE complement = "46 off 656 men"
28,114
<question>: What was the missing for lieutenant general sir thomas picton? <context>: CREATE TABLE table_11793221_4 (missing VARCHAR, commander VARCHAR)
SELECT missing FROM table_11793221_4 WHERE commander = "Lieutenant General Sir Thomas Picton"
28,115
<question>: Name the number of complement for 4th hanoverian brigade <context>: CREATE TABLE table_11793221_4 (complement VARCHAR, unit VARCHAR)
SELECT COUNT(complement) FROM table_11793221_4 WHERE unit = "4th Hanoverian Brigade"
28,116
<question>: Name the commander of 167 off 2348 men <context>: CREATE TABLE table_11793221_4 (commander VARCHAR, complement VARCHAR)
SELECT commander FROM table_11793221_4 WHERE complement = "167 off 2348 men"
28,117
<question>: HOW MUCH WAS THE OVERALL FOR ERIK KARLSSON? <context>: CREATE TABLE table_11803648_17 (overall INTEGER)
SELECT MIN(overall) FROM table_11803648_17
28,118
<question>: WHAT ROUND WAS FORWARD ANDRE PETERSSON SELECTED? <context>: CREATE TABLE table_11803648_17 (round INTEGER, position VARCHAR)
SELECT MIN(round) FROM table_11803648_17 WHERE position = "Forward"
28,119
<question>: WHAT POSITION DOES PATRICK WIERCIOCH PLAY? <context>: CREATE TABLE table_11803648_17 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11803648_17 WHERE player = "Patrick Wiercioch"
28,120
<question>: NAME THE OVERALL FOR THE OMAHA (USHL) CLUB TEAM <context>: CREATE TABLE table_11803648_17 (overall INTEGER, club_team VARCHAR)
SELECT MIN(overall) FROM table_11803648_17 WHERE club_team = "Omaha (USHL)"
28,121
<question>: WHERE IS ANDRE PETERSSON FROM? <context>: CREATE TABLE table_11803648_17 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_11803648_17 WHERE player = "Andre Petersson"
28,122
<question>: What club team did JArrod Maidens play for? <context>: CREATE TABLE table_11803648_21 (club_team VARCHAR, player VARCHAR)
SELECT club_team FROM table_11803648_21 WHERE player = "Jarrod Maidens"
28,123
<question>: What position does Cody Ceci play? <context>: CREATE TABLE table_11803648_21 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11803648_21 WHERE player = "Cody Ceci"
28,124
<question>: What is the Nationality when the club team is Peterborough Petes (OHL)? <context>: CREATE TABLE table_11803648_20 (nationality VARCHAR, club_team VARCHAR)
SELECT nationality FROM table_11803648_20 WHERE club_team = "Peterborough Petes (OHL)"
28,125
<question>: Which player is in round 5? <context>: CREATE TABLE table_11803648_20 (player VARCHAR, round VARCHAR)
SELECT player FROM table_11803648_20 WHERE round = 5
28,126
<question>: What position is associated with an overall value of 126? <context>: CREATE TABLE table_11803648_20 (position VARCHAR, overall VARCHAR)
SELECT position FROM table_11803648_20 WHERE overall = "126"
28,127
<question>: What position is the player Jordan Fransoo in? <context>: CREATE TABLE table_11803648_20 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11803648_20 WHERE player = "Jordan Fransoo"
28,128
<question>: How many rounds is the player Matthew Puempel associated with? <context>: CREATE TABLE table_11803648_20 (round VARCHAR, player VARCHAR)
SELECT COUNT(round) FROM table_11803648_20 WHERE player = "Matthew Puempel"
28,129
<question>: What is the position of player Tobias Lindberg? <context>: CREATE TABLE table_11803648_22 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11803648_22 WHERE player = "Tobias Lindberg"
28,130
<question>: How many players had overall 78? <context>: CREATE TABLE table_11803648_22 (player VARCHAR, overall VARCHAR)
SELECT COUNT(player) FROM table_11803648_22 WHERE overall = "78"
28,131
<question>: What is the last round with club team Guelph Storm (ohl)? <context>: CREATE TABLE table_11803648_22 (round INTEGER, club_team VARCHAR)
SELECT MAX(round) FROM table_11803648_22 WHERE club_team = "Guelph Storm (OHL)"
28,132
<question>: How many positions did player Ben Harpur play? <context>: CREATE TABLE table_11803648_22 (position VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_11803648_22 WHERE player = "Ben Harpur"
28,133
<question>: What is the position of player Marcus Hogberg? <context>: CREATE TABLE table_11803648_22 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11803648_22 WHERE player = "Marcus Hogberg"
28,134
<question>: 3488 is the enrollment amount of what college? <context>: CREATE TABLE table_1183842_1 (institution VARCHAR, enrollment VARCHAR)
SELECT institution FROM table_1183842_1 WHERE enrollment = 3488
28,135
<question>: Barry University had the highest enrollment of what number? <context>: CREATE TABLE table_1183842_1 (enrollment INTEGER, institution VARCHAR)
SELECT MAX(enrollment) FROM table_1183842_1 WHERE institution = "Barry University"
28,136
<question>: The fighting knights has what type of nickname? <context>: CREATE TABLE table_1183842_1 (type VARCHAR, nickname VARCHAR)
SELECT type FROM table_1183842_1 WHERE nickname = "Fighting Knights"
28,137
<question>: Boca Raton, Florida had what joined amount? <context>: CREATE TABLE table_1183842_1 (joined VARCHAR, location VARCHAR)
SELECT joined FROM table_1183842_1 WHERE location = "Boca Raton, Florida"
28,138
<question>: If the enrollment is 3584, what's the largest founded? <context>: CREATE TABLE table_1183842_1 (founded INTEGER, enrollment VARCHAR)
SELECT MAX(founded) FROM table_1183842_1 WHERE enrollment = 3584
28,139
<question>: Who directed the episode that was viewed by 2.57 million people in the U.S.? <context>: CREATE TABLE table_11820086_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_11820086_1 WHERE us_viewers__millions_ = "2.57"
28,140
<question>: Who directed the episode that was viewed by 2.50 million people in the U.S.? <context>: CREATE TABLE table_11820086_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_11820086_1 WHERE us_viewers__millions_ = "2.50"
28,141
<question>: Which episode number in season 5 was viewed by 3.00 million U.S. viziers? <context>: CREATE TABLE table_11820086_1 (no_in_season INTEGER, us_viewers__millions_ VARCHAR)
SELECT MIN(no_in_season) FROM table_11820086_1 WHERE us_viewers__millions_ = "3.00"
28,142
<question>: what are all the percent (1990) where state is united states <context>: CREATE TABLE table_1182314_5 (percent__1990_ VARCHAR, state VARCHAR)
SELECT percent__1990_ FROM table_1182314_5 WHERE state = "United states"
28,143
<question>: what is the total number of percent (2000) where percent (1980) is 3.4% <context>: CREATE TABLE table_1182314_5 (percent__2000_ VARCHAR, percent__1980_ VARCHAR)
SELECT COUNT(percent__2000_) FROM table_1182314_5 WHERE percent__1980_ = "3.4%"
28,144
<question>: what are all the percent (1990) where state is mississippi <context>: CREATE TABLE table_1182314_5 (percent__1990_ VARCHAR, state VARCHAR)
SELECT percent__1990_ FROM table_1182314_5 WHERE state = "Mississippi"
28,145
<question>: what is the maximum norwegian americans (2000) where norwegian americans (1990) is 9170 <context>: CREATE TABLE table_1182314_5 (norwegian_americans__2000_ INTEGER, norwegian_americans__1990_ VARCHAR)
SELECT MAX(norwegian_americans__2000_) FROM table_1182314_5 WHERE norwegian_americans__1990_ = 9170
28,146
<question>: what is the minimum norwegian americans (1980) where state is rhode island <context>: CREATE TABLE table_1182314_5 (norwegian_americans__1980_ INTEGER, state VARCHAR)
SELECT MIN(norwegian_americans__1980_) FROM table_1182314_5 WHERE state = "Rhode Island"
28,147
<question>: What is the English version of the title Getto Daun? <context>: CREATE TABLE table_11839306_2 (english_title VARCHAR, rōmaji_title VARCHAR)
SELECT english_title FROM table_11839306_2 WHERE rōmaji_title = "Getto Daun"
28,148
<question>: What is the smallest track number? <context>: CREATE TABLE table_11839306_2 (track INTEGER)
SELECT MIN(track) FROM table_11839306_2
28,149
<question>: How many tracks are titled Mō Sukoshi Tōku? <context>: CREATE TABLE table_11839306_2 (track VARCHAR, rōmaji_title VARCHAR)
SELECT COUNT(track) FROM table_11839306_2 WHERE rōmaji_title = "Mō Sukoshi Tōku"
28,150
<question>: What is the Japanese title for Fantasy? <context>: CREATE TABLE table_11839306_2 (japanese_title VARCHAR, english_title VARCHAR)
SELECT japanese_title FROM table_11839306_2 WHERE english_title = "Fantasy"
28,151
<question>: How long is track number 8? <context>: CREATE TABLE table_11839306_2 (track VARCHAR)
SELECT track AS time FROM table_11839306_2 WHERE track = 8
28,152
<question>: Who was the GT2 winning team when the GT3 winning team was #1 PTG? <context>: CREATE TABLE table_11875915_2 (gt2_winning_team VARCHAR, gt3_winning_team VARCHAR)
SELECT gt2_winning_team FROM table_11875915_2 WHERE gt3_winning_team = "#1 PTG"
28,153
<question>: How many doubles champions were there for the Serbia f6 Futures tournament? <context>: CREATE TABLE table_11900378_1 (doubles_champions VARCHAR, tournament VARCHAR)
SELECT COUNT(doubles_champions) FROM table_11900378_1 WHERE tournament = "Serbia F6 Futures"
28,154
<question>: How many singles tournaments did Ludovic Walter win? <context>: CREATE TABLE table_11900378_1 (tournament VARCHAR, singles_champions VARCHAR)
SELECT COUNT(tournament) FROM table_11900378_1 WHERE singles_champions = "Ludovic Walter"
28,155
<question>: What is the type where the country is esp? <context>: CREATE TABLE table_11891841_2 (type VARCHAR, country VARCHAR)
SELECT type FROM table_11891841_2 WHERE country = "ESp"
28,156
<question>: What is the name where p is mf? <context>: CREATE TABLE table_11891841_2 (name VARCHAR, p VARCHAR)
SELECT name FROM table_11891841_2 WHERE p = "MF"
28,157
<question>: What is the type where the name is bojan? <context>: CREATE TABLE table_11891841_2 (type VARCHAR, name VARCHAR)
SELECT type FROM table_11891841_2 WHERE name = "Bojan"
28,158
<question>: What was the first day cover cancellation for the University of Saskatchewan themed stamp? <context>: CREATE TABLE table_11900773_5 (first_day_cover_cancellation VARCHAR, theme VARCHAR)
SELECT first_day_cover_cancellation FROM table_11900773_5 WHERE theme = "University of Saskatchewan"
28,159
<question>: Who was responsible for the design of the Jasper National Park theme? <context>: CREATE TABLE table_11900773_5 (design VARCHAR, theme VARCHAR)
SELECT design FROM table_11900773_5 WHERE theme = "Jasper National Park"
28,160
<question>: What is the paper type of the University of Saskatchewan themed stamp? <context>: CREATE TABLE table_11900773_5 (paper_type VARCHAR, theme VARCHAR)
SELECT paper_type FROM table_11900773_5 WHERE theme = "University of Saskatchewan"
28,161
<question>: Who created the illustration for the stamp that was themed 100 years of scouting? <context>: CREATE TABLE table_11900773_5 (illustration VARCHAR, theme VARCHAR)
SELECT illustration FROM table_11900773_5 WHERE theme = "100 Years of Scouting"
28,162
<question>: What is the number of nicknames for the meaning of god knows my journey. <context>: CREATE TABLE table_11908801_1 (nickname VARCHAR, meaning VARCHAR)
SELECT COUNT(nickname) FROM table_11908801_1 WHERE meaning = "God Knows My Journey"
28,163
<question>: What is the number of meaning where full name is chidinma anulika? <context>: CREATE TABLE table_11908801_1 (meaning VARCHAR, full_name VARCHAR)
SELECT COUNT(meaning) FROM table_11908801_1 WHERE full_name = "Chidinma Anulika"
28,164
<question>: What is the nickname that means god holds my life? <context>: CREATE TABLE table_11908801_1 (nickname VARCHAR, meaning VARCHAR)
SELECT nickname FROM table_11908801_1 WHERE meaning = "God Holds My Life"
28,165
<question>: Who had the high assists for game 49? <context>: CREATE TABLE table_11907963_6 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_11907963_6 WHERE game = 49
28,166
<question>: What was the score for the game in which Emeka Okafor (10) had high rebounds? <context>: CREATE TABLE table_11907963_6 (score VARCHAR, high_rebounds VARCHAR)
SELECT score FROM table_11907963_6 WHERE high_rebounds = "Emeka Okafor (10)"
28,167
<question>: what is the total number of location where station number is c03 <context>: CREATE TABLE table_11934032_1 (location VARCHAR, station_number VARCHAR)
SELECT COUNT(location) FROM table_11934032_1 WHERE station_number = "C03"
28,168
<question>: what are all the type where station number is c08 <context>: CREATE TABLE table_11934032_1 (type VARCHAR, station_number VARCHAR)
SELECT type FROM table_11934032_1 WHERE station_number = "C08"
28,169
<question>: what are all the type where location is st ives, cambridgeshire <context>: CREATE TABLE table_11934032_1 (type VARCHAR, location VARCHAR)
SELECT type FROM table_11934032_1 WHERE location = "St Ives, Cambridgeshire"
28,170
<question>: what are all the registrations where station number is c26 <context>: CREATE TABLE table_11934032_1 (registrations VARCHAR, station_number VARCHAR)
SELECT registrations FROM table_11934032_1 WHERE station_number = "C26"
28,171
<question>: what are all the location where station number is c11 <context>: CREATE TABLE table_11934032_1 (location VARCHAR, station_number VARCHAR)
SELECT location FROM table_11934032_1 WHERE station_number = "C11"
28,172
<question>: what are all the registrations where location is yaxley <context>: CREATE TABLE table_11934032_1 (registrations VARCHAR, location VARCHAR)
SELECT registrations FROM table_11934032_1 WHERE location = "Yaxley"
28,173
<question>: What is the issue price (proof) where the issue price (bu) is 34.95? <context>: CREATE TABLE table_11916083_1 (issue_price__proof_ VARCHAR, issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR)
SELECT issue_price__proof_ FROM table_11916083_1 WHERE issue_price__bu_[_clarification_needed_] = "34.95"
28,174
<question>: What is the earliest year where the mintage (proof) is 25,000? <context>: CREATE TABLE table_11916083_1 (year INTEGER, mintage__proof_ VARCHAR)
SELECT MIN(year) FROM table_11916083_1 WHERE mintage__proof_ = "25,000"
28,175
<question>: What is the mintage (bu) with the artist Royal Canadian Mint Staff and has an issue price (proof) of $54.95? <context>: CREATE TABLE table_11916083_1 (mintage__bu_ VARCHAR, _clarification_needed_ VARCHAR, artist VARCHAR, issue_price__proof_ VARCHAR)
SELECT mintage__bu_[_clarification_needed_] FROM table_11916083_1 WHERE artist = "Royal Canadian Mint Staff" AND issue_price__proof_ = "$54.95"
28,176
<question>: What is the year that the issue price (bu) is $26.95? <context>: CREATE TABLE table_11916083_1 (year VARCHAR, issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR)
SELECT year FROM table_11916083_1 WHERE issue_price__bu_[_clarification_needed_] = "$26.95"
28,177
<question>: What is the number of first class team with birthday of 5 december 1970? <context>: CREATE TABLE table_11950720_4 (first_class_team VARCHAR, date_of_birth VARCHAR)
SELECT COUNT(first_class_team) FROM table_11950720_4 WHERE date_of_birth = "5 December 1970"
28,178
<question>: What is the number when birthday is 15 november 1973? <context>: CREATE TABLE table_11950720_4 (no VARCHAR, date_of_birth VARCHAR)
SELECT no FROM table_11950720_4 WHERE date_of_birth = "15 November 1973"
28,179
<question>: What is the bowling style of chris harris? <context>: CREATE TABLE table_11950720_4 (bowling_style VARCHAR, player VARCHAR)
SELECT bowling_style FROM table_11950720_4 WHERE player = "Chris Harris"
28,180
<question>: Where is the first class team of date of birth 20 november 1969? <context>: CREATE TABLE table_11950720_4 (first_class_team VARCHAR, date_of_birth VARCHAR)
SELECT first_class_team FROM table_11950720_4 WHERE date_of_birth = "20 November 1969"
28,181
<question>: What's Javagal Srinath's batting style? <context>: CREATE TABLE table_11950720_3 (batting_style VARCHAR, player VARCHAR)
SELECT batting_style FROM table_11950720_3 WHERE player = "Javagal Srinath"
28,182
<question>: Shivnarine Chanderpaul used what bowling style? <context>: CREATE TABLE table_11950720_8 (bowling_style VARCHAR, player VARCHAR)
SELECT bowling_style FROM table_11950720_8 WHERE player = "Shivnarine Chanderpaul"
28,183
<question>: How many musical guests and songs were in episodes with a production code k0519? <context>: CREATE TABLE table_11951237_2 (musical_guest_and_song VARCHAR, production_code VARCHAR)
SELECT COUNT(musical_guest_and_song) FROM table_11951237_2 WHERE production_code = "K0519"
28,184
<question>: How many episodes originally aired on August 31, 1995? <context>: CREATE TABLE table_11951237_2 (title VARCHAR, original_air_date VARCHAR)
SELECT COUNT(title) FROM table_11951237_2 WHERE original_air_date = "August 31, 1995"
28,185
<question>: What is theoriginal air date of the episode directed by timothy van patten? <context>: CREATE TABLE table_11951237_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_11951237_3 WHERE directed_by = "Timothy Van Patten"
28,186
<question>: What is the season # where production code is k1505? <context>: CREATE TABLE table_11951237_3 (season__number INTEGER, production_code VARCHAR)
SELECT MIN(season__number) FROM table_11951237_3 WHERE production_code = "K1505"
28,187
<question>: What is the title of the episode with the original air date of february 6, 1997? <context>: CREATE TABLE table_11951237_3 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_11951237_3 WHERE original_air_date = "February 6, 1997"
28,188
<question>: How many titles are there for season 8 <context>: CREATE TABLE table_11951237_4 (title VARCHAR, season__number VARCHAR)
SELECT COUNT(title) FROM table_11951237_4 WHERE season__number = 8
28,189
<question>: Which tittles have an original air date of March 19, 1998 <context>: CREATE TABLE table_11951237_4 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_11951237_4 WHERE original_air_date = "March 19, 1998"
28,190
<question>: What was the attendance of the game November 24 <context>: CREATE TABLE table_11959669_3 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_11959669_3 WHERE date = "November 24"
28,191
<question>: Who had the highest assists on November 4 <context>: CREATE TABLE table_11959669_3 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_11959669_3 WHERE date = "November 4"
28,192
<question>: Who had the highest rebounds on November 4 <context>: CREATE TABLE table_11959669_3 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_11959669_3 WHERE date = "November 4"
28,193
<question>: How many numbers were listed under attendance for March 2? <context>: CREATE TABLE table_11959669_7 (location_attendance VARCHAR, date VARCHAR)
SELECT COUNT(location_attendance) FROM table_11959669_7 WHERE date = "March 2"
28,194
<question>: What was the final score on March 26? <context>: CREATE TABLE table_11959669_7 (score VARCHAR, date VARCHAR)
SELECT score FROM table_11959669_7 WHERE date = "March 26"
28,195
<question>: What is the team when the score is 88–86? <context>: CREATE TABLE table_11959669_6 (team VARCHAR, score VARCHAR)
SELECT team FROM table_11959669_6 WHERE score = "88–86"
28,196
<question>: What is the score when high points is from pierce (30)? <context>: CREATE TABLE table_11959669_6 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_11959669_6 WHERE high_points = "Pierce (30)"
28,197
<question>: How many times is the score 98–90? <context>: CREATE TABLE table_11959669_6 (location_attendance VARCHAR, score VARCHAR)
SELECT COUNT(location_attendance) FROM table_11959669_6 WHERE score = "98–90"
28,198
<question>: What is the game that the location attendance is pepsi center 19,894? <context>: CREATE TABLE table_11959669_6 (game INTEGER, location_attendance VARCHAR)
SELECT MAX(game) FROM table_11959669_6 WHERE location_attendance = "Pepsi Center 19,894"
28,199
<question>: What is the team when location attendance is us airways center 18,422? <context>: CREATE TABLE table_11959669_6 (team VARCHAR, location_attendance VARCHAR)
SELECT team FROM table_11959669_6 WHERE location_attendance = "US Airways Center 18,422"