text
stringlengths
114
1.06k
### question: How many bonus points did the club who had 18 losses have? ### answer: SELECT bonus_points FROM table_27293285_2 WHERE lost = "18" ### context: CREATE TABLE table_27293285_2 (bonus_points VARCHAR, lost VARCHAR)
### question: How many points for did Munster have? ### answer: SELECT points_for FROM table_27293285_2 WHERE club = "Munster" ### context: CREATE TABLE table_27293285_2 (points_for VARCHAR, club VARCHAR)
### question: How many points against did the club who had 353 points for have? ### answer: SELECT points_against FROM table_27293285_2 WHERE points_for = "353" ### context: CREATE TABLE table_27293285_2 (points_against VARCHAR, points_for VARCHAR)
### question: What was the team the Suns played against in game number 4? ### answer: SELECT team FROM table_27312918_5 WHERE game = 4 ### context: CREATE TABLE table_27312918_5 (team VARCHAR, game VARCHAR)
### question: Who got the most points in game number 5? ### answer: SELECT high_points FROM table_27312918_5 WHERE game = 5 ### context: CREATE TABLE table_27312918_5 (high_points VARCHAR, game VARCHAR)
### question: What is the default desktop environment when the code base is ubuntu 8.04 and edition is fluxbox ce? ### answer: SELECT default_desktop_environment FROM table_27329061_2 WHERE code_base = "Ubuntu 8.04" AND edition = "Fluxbox CE" ### context: CREATE TABLE table_27329061_2 (default_desktop_environment VARCHAR, code_base VARCHAR, edition VARCHAR)
### question: What is the compatible repository when the version is old version, no longer supported: 9 and default desktop environment is lxde? ### answer: SELECT compatible_repository FROM table_27329061_2 WHERE version = "Old version, no longer supported: 9" AND default_desktop_environment = "LXDE" ### context: CREATE TABLE table_27329061_2 (compatible_repository VARCHAR, version VARCHAR, default_desktop_environment VARCHAR)
### question: What is the the codename when the code base is ubuntu 8.04 and the edition is fluxbox ce? ### answer: SELECT codename FROM table_27329061_2 WHERE code_base = "Ubuntu 8.04" AND edition = "Fluxbox CE" ### context: CREATE TABLE table_27329061_2 (codename VARCHAR, code_base VARCHAR, edition VARCHAR)
### question: What is the default desktop environment when the edition is kde and the compatible repository is ubuntu 13.04? ### answer: SELECT default_desktop_environment FROM table_27329061_2 WHERE edition = "KDE" AND compatible_repository = "Ubuntu 13.04" ### context: CREATE TABLE table_27329061_2 (default_desktop_environment VARCHAR, edition VARCHAR, compatible_repository VARCHAR)
### question: What is the version when the codename is ada? ### answer: SELECT version FROM table_27329061_2 WHERE codename = "Ada" ### context: CREATE TABLE table_27329061_2 (version VARCHAR, codename VARCHAR)
### question: What is the version when the compatible reposityory is xubuntu 10.04 ### answer: SELECT version FROM table_27329061_2 WHERE compatible_repository = "Xubuntu 10.04" ### context: CREATE TABLE table_27329061_2 (version VARCHAR, compatible_repository VARCHAR)
### question: What is the highest population in 2001? ### answer: SELECT MAX(population__2001_) FROM table_27366772_3 ### context: CREATE TABLE table_27366772_3 (population__2001_ INTEGER)
### question: What district is known in Armenian as քանաքեր-զեյթուն? ### answer: SELECT district FROM table_27366772_3 WHERE armenian = "Քանաքեր-Զեյթուն" ### context: CREATE TABLE table_27366772_3 (district VARCHAR, armenian VARCHAR)
### question: What is the Armenian name of the district that is 8.37 km² large? ### answer: SELECT armenian FROM table_27366772_3 WHERE area__km²_ = "8.37" ### context: CREATE TABLE table_27366772_3 (armenian VARCHAR, area__km²_ VARCHAR)
### question: What is the name of the soccer stadium in NL providence? ### answer: SELECT soccer_stadium FROM table_27369069_1 WHERE province = "NL" ### context: CREATE TABLE table_27369069_1 (soccer_stadium VARCHAR, province VARCHAR)
### question: which providence's soccer stadium was founded in 2005? ### answer: SELECT province FROM table_27369069_1 WHERE founded = 2005 ### context: CREATE TABLE table_27369069_1 (province VARCHAR, founded VARCHAR)
### question: What is the team mascot for the soccer team in Charlottetown? ### answer: SELECT varsity_name FROM table_27369069_1 WHERE city = "Charlottetown" ### context: CREATE TABLE table_27369069_1 (varsity_name VARCHAR, city VARCHAR)
### question: Which province has the soccer stadium that holds 4,000 people? ### answer: SELECT province FROM table_27369069_1 WHERE stadium_capacity = "4,000" ### context: CREATE TABLE table_27369069_1 (province VARCHAR, stadium_capacity VARCHAR)
### question: Which University's soccer stadium in named Moncton Stadium? ### answer: SELECT university FROM table_27369069_1 WHERE soccer_stadium = "Moncton Stadium" ### context: CREATE TABLE table_27369069_1 (university VARCHAR, soccer_stadium VARCHAR)
### question: Name the current womens lacrosse conference for 6000 enrollment ### answer: SELECT current_womens_lacrosse_conference FROM table_27378582_1 WHERE enrollment = 6000 ### context: CREATE TABLE table_27378582_1 (current_womens_lacrosse_conference VARCHAR, enrollment VARCHAR)
### question: Name the city for enrollment being 19900 ### answer: SELECT city FROM table_27378582_1 WHERE enrollment = 19900 ### context: CREATE TABLE table_27378582_1 (city VARCHAR, enrollment VARCHAR)
### question: Name the current womens lacrosse conference for bison ### answer: SELECT current_womens_lacrosse_conference FROM table_27378582_1 WHERE nickname = "Bison" ### context: CREATE TABLE table_27378582_1 (current_womens_lacrosse_conference VARCHAR, nickname VARCHAR)
### question: Name the most founded for bison ### answer: SELECT MAX(founded) FROM table_27378582_1 WHERE nickname = "Bison" ### context: CREATE TABLE table_27378582_1 (founded INTEGER, nickname VARCHAR)
### question: How many weeks was K.Maro at #1? ### answer: SELECT MAX(weeks_at__number1) FROM table_27441210_12 WHERE artist = "K.Maro" ### context: CREATE TABLE table_27441210_12 (weeks_at__number1 INTEGER, artist VARCHAR)
### question: How many weeks was France at #1? ### answer: SELECT MAX(weeks_at__number1) FROM table_27441210_12 WHERE country = "France" ### context: CREATE TABLE table_27441210_12 (weeks_at__number1 INTEGER, country VARCHAR)
### question: Name the number one singles for week 1 being 5 ### answer: SELECT number_one_single_s_ FROM table_27441210_20 WHERE weeks_at__number1 = 5 ### context: CREATE TABLE table_27441210_20 (number_one_single_s_ VARCHAR, weeks_at__number1 VARCHAR)
### question: Name the number one singles for desvarieux, jacob ### answer: SELECT number_one_single_s_ FROM table_27441210_5 WHERE artist = "Desvarieux, Jacob" ### context: CREATE TABLE table_27441210_5 (number_one_single_s_ VARCHAR, artist VARCHAR)
### question: Name the least weeks at number 1 for 1988 ### answer: SELECT MIN(weeks_at__number1) FROM table_27441210_5 WHERE year = 1988 ### context: CREATE TABLE table_27441210_5 (weeks_at__number1 INTEGER, year VARCHAR)
### question: What is the name of the episode that was written by Scott M. Gimple? ### answer: SELECT title FROM table_27450976_1 WHERE written_by = "Scott M. Gimple" ### context: CREATE TABLE table_27450976_1 (title VARCHAR, written_by VARCHAR)
### question: What is the title of the episode with a production code of 2j5504? ### answer: SELECT title FROM table_27450976_1 WHERE production_code = "2J5504" ### context: CREATE TABLE table_27450976_1 (title VARCHAR, production_code VARCHAR)
### question: How many people wrote the episode with a production code of 2j5507? ### answer: SELECT COUNT(written_by) FROM table_27450976_1 WHERE production_code = "2J5507" ### context: CREATE TABLE table_27450976_1 (written_by VARCHAR, production_code VARCHAR)
### question: What was the latest number in series that was directed by Skip Sudduth? ### answer: SELECT MAX(no_in_series) FROM table_27491610_2 WHERE directed_by = "Skip Sudduth" ### context: CREATE TABLE table_27491610_2 (no_in_series INTEGER, directed_by VARCHAR)
### question: What number in season had 10.18 million US viewers? ### answer: SELECT no_in_season FROM table_27491610_2 WHERE us_viewers__millions_ = "10.18" ### context: CREATE TABLE table_27491610_2 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR)
### question: What was the original air date of the episode that was directed by Alex Zakrzewski? ### answer: SELECT original_air_date FROM table_27491610_2 WHERE directed_by = "Alex Zakrzewski" ### context: CREATE TABLE table_27491610_2 (original_air_date VARCHAR, directed_by VARCHAR)
### question: What number in season is number 141 in series? ### answer: SELECT MAX(no_in_season) FROM table_27491610_2 WHERE no_in_series = 141 ### context: CREATE TABLE table_27491610_2 (no_in_season INTEGER, no_in_series VARCHAR)
### question: What province was New Plymouth formed from? ### answer: SELECT formed_from FROM table_275023_1 WHERE province = "New Plymouth" ### context: CREATE TABLE table_275023_1 (formed_from VARCHAR, province VARCHAR)
### question: Why was Otago formed? ### answer: SELECT reason FROM table_275023_1 WHERE province = "Otago" ### context: CREATE TABLE table_275023_1 (reason VARCHAR, province VARCHAR)
### question: What provinces were formed from New Munster? ### answer: SELECT province FROM table_275023_1 WHERE formed_from = "New Munster" ### context: CREATE TABLE table_275023_1 (province VARCHAR, formed_from VARCHAR)
### question: How many provinces are named Wellington? ### answer: SELECT COUNT(formed_date) FROM table_275023_1 WHERE province = "Wellington" ### context: CREATE TABLE table_275023_1 (formed_date VARCHAR, province VARCHAR)
### question: If the decision was by Lalime, when in January was it made? ### answer: SELECT january FROM table_27537870_6 WHERE decision = "Lalime" ### context: CREATE TABLE table_27537870_6 (january VARCHAR, decision VARCHAR)
### question: If the game was on January 21, which game was it? ### answer: SELECT MAX(game) FROM table_27537870_6 WHERE january = 21 ### context: CREATE TABLE table_27537870_6 (game INTEGER, january VARCHAR)
### question: If the score is 5-3, who made the decision? ### answer: SELECT decision FROM table_27537870_6 WHERE score = "5-3" ### context: CREATE TABLE table_27537870_6 (decision VARCHAR, score VARCHAR)
### question: If the opponent was the Philadelphia flyers, what was the record? ### answer: SELECT record FROM table_27537870_6 WHERE opponent = "Philadelphia Flyers" ### context: CREATE TABLE table_27537870_6 (record VARCHAR, opponent VARCHAR)
### question: If the record was 22-21-5, who was the opponent? ### answer: SELECT opponent FROM table_27537870_6 WHERE record = "22-21-5" ### context: CREATE TABLE table_27537870_6 (opponent VARCHAR, record VARCHAR)
### question: If the opponent was @ Boston Bruins, what was the Location/Attendance? ### answer: SELECT location_attendance FROM table_27537870_6 WHERE opponent = "@ Boston Bruins" ### context: CREATE TABLE table_27537870_6 (location_attendance VARCHAR, opponent VARCHAR)
### question: What day in February was the team 17-29-7? ### answer: SELECT MAX(february) FROM table_27539535_7 WHERE record = "17-29-7" ### context: CREATE TABLE table_27539535_7 (february INTEGER, record VARCHAR)
### question: What was the teams record when they played the ottawa senators? ### answer: SELECT record FROM table_27539535_7 WHERE opponent = "Ottawa Senators" ### context: CREATE TABLE table_27539535_7 (record VARCHAR, opponent VARCHAR)
### question: What was the team's rcord on february 1? ### answer: SELECT record FROM table_27539535_7 WHERE february = 1 ### context: CREATE TABLE table_27539535_7 (record VARCHAR, february VARCHAR)
### question: What day in February did the team play the boston bruins? ### answer: SELECT february FROM table_27539535_7 WHERE opponent = "Boston Bruins" ### context: CREATE TABLE table_27539535_7 (february VARCHAR, opponent VARCHAR)
### question: In what season did Pons Racing compete? ### answer: SELECT season FROM table_27571406_1 WHERE team_name = "Pons Racing" ### context: CREATE TABLE table_27571406_1 (season VARCHAR, team_name VARCHAR)
### question: What's the f/laps count for the team with 8 podiums? ### answer: SELECT f_laps FROM table_27571406_1 WHERE podiums = 8 ### context: CREATE TABLE table_27571406_1 (f_laps VARCHAR, podiums VARCHAR)
### question: What is the lowest stage when the yellow jersey is Ronan Pensec? ### answer: SELECT MIN(stage) FROM table_275506_1 WHERE yellow_jersey = "Ronan Pensec" ### context: CREATE TABLE table_275506_1 (stage INTEGER, yellow_jersey VARCHAR)
### question: What is every yellow jersey entry for the distance 125? ### answer: SELECT yellow_jersey FROM table_275506_1 WHERE distance__km_ = "125" ### context: CREATE TABLE table_275506_1 (yellow_jersey VARCHAR, distance__km_ VARCHAR)
### question: Who is every stage winner at the distance of 162.5? ### answer: SELECT stage AS winner FROM table_275506_1 WHERE distance__km_ = "162.5" ### context: CREATE TABLE table_275506_1 (stage VARCHAR, distance__km_ VARCHAR)
### question: How many entries for start of stage occur in the year 2006? ### answer: SELECT COUNT(start_of_stage) FROM table_275506_1 WHERE year = "2006" ### context: CREATE TABLE table_275506_1 (start_of_stage VARCHAR, year VARCHAR)
### question: How much power does dwzf have? ### answer: SELECT power__kw_ FROM table_27588823_2 WHERE callsign = "DWZF" ### context: CREATE TABLE table_27588823_2 (power__kw_ VARCHAR, callsign VARCHAR)
### question: What is the branding for callsign dypv? ### answer: SELECT branding FROM table_27588823_2 WHERE callsign = "DYPV" ### context: CREATE TABLE table_27588823_2 (branding VARCHAR, callsign VARCHAR)
### question: What is the branding for the station located in san jose del monte? ### answer: SELECT branding FROM table_27588823_2 WHERE location = "San Jose Del Monte" ### context: CREATE TABLE table_27588823_2 (branding VARCHAR, location VARCHAR)
### question: How many call signs does the location masinloc, zambales have? ### answer: SELECT COUNT(callsign) FROM table_27588823_2 WHERE location = "Masinloc, Zambales" ### context: CREATE TABLE table_27588823_2 (callsign VARCHAR, location VARCHAR)
### question: What is the frequency of the station located in polangui, albay? ### answer: SELECT frequency FROM table_27588823_2 WHERE location = "Polangui, Albay" ### context: CREATE TABLE table_27588823_2 (frequency VARCHAR, location VARCHAR)
### question: If the mountains classification is Mathias Frank, and the General Classification is Fabian Cancellara, what is the Points classification? ### answer: SELECT points_classification FROM table_27573848_18 WHERE general_classification = "Fabian Cancellara" AND mountains_classification = "Mathias Frank" ### context: CREATE TABLE table_27573848_18 (points_classification VARCHAR, general_classification VARCHAR, mountains_classification VARCHAR)
### question: If the stage is smaller than 5.0, and the points classification is by Marco Marcato, who is the General classification by? ### answer: SELECT general_classification FROM table_27573848_18 WHERE points_classification = "Marco Marcato" AND stage < 5.0 ### context: CREATE TABLE table_27573848_18 (general_classification VARCHAR, points_classification VARCHAR, stage VARCHAR)
### question: How many different people had a General Classification on Stage 5? ### answer: SELECT COUNT(general_classification) FROM table_27573848_18 WHERE stage = 5 ### context: CREATE TABLE table_27573848_18 (general_classification VARCHAR, stage VARCHAR)
### question: How many times was Robert Gesink a winner? ### answer: SELECT COUNT(mountains_classification) FROM table_27573848_18 WHERE winner = "Robert Gesink" ### context: CREATE TABLE table_27573848_18 (mountains_classification VARCHAR, winner VARCHAR)
### question: If the winner is Rui Costa, who made the mountains classification? ### answer: SELECT mountains_classification FROM table_27573848_18 WHERE winner = "Rui Costa" ### context: CREATE TABLE table_27573848_18 (mountains_classification VARCHAR, winner VARCHAR)
### question: What was Team 1 Junior's points? ### answer: SELECT points FROM table_27603010_14 WHERE team__number1 = "Junior" ### context: CREATE TABLE table_27603010_14 (points VARCHAR, team__number1 VARCHAR)
### question: What was the 2nd leg score if the team 1 is Deportivo Pasto? ### answer: SELECT 2 AS nd_leg FROM table_27603010_14 WHERE team__number1 = "Deportivo Pasto" ### context: CREATE TABLE table_27603010_14 (team__number1 VARCHAR)
### question: Who was the team 2 that played against team 1 Atlético la Sabana? ### answer: SELECT team__number2 FROM table_27603010_14 WHERE team__number1 = "Atlético La Sabana" ### context: CREATE TABLE table_27603010_14 (team__number2 VARCHAR, team__number1 VARCHAR)
### question: How many new points were earned by rk 26? ### answer: SELECT new_points FROM table_27615896_18 WHERE rk = 26 ### context: CREATE TABLE table_27615896_18 (new_points VARCHAR, rk VARCHAR)
### question: How many points were won where new points was 1680? ### answer: SELECT MIN(points) AS won FROM table_27615896_18 WHERE new_points = 1680 ### context: CREATE TABLE table_27615896_18 (points INTEGER, new_points VARCHAR)
### question: What are the total points for sd 15? ### answer: SELECT MAX(points) FROM table_27615896_18 WHERE sd = 15 ### context: CREATE TABLE table_27615896_18 (points INTEGER, sd VARCHAR)
### question: What is the total number of sd listings where the status is quarterfinals lost to Novak Djokovic [1]? ### answer: SELECT COUNT(sd) FROM table_27615896_18 WHERE status = "Quarterfinals lost to Novak Djokovic [1]" ### context: CREATE TABLE table_27615896_18 (sd VARCHAR, status VARCHAR)
### question: How many different counts for won points does Flavia Pennetta have? ### answer: SELECT COUNT(points) AS won FROM table_27615896_20 WHERE player = "Flavia Pennetta" ### context: CREATE TABLE table_27615896_20 (points VARCHAR, player VARCHAR)
### question: What's Kaia Kanepi's Sd? ### answer: SELECT MIN(sd) FROM table_27615896_20 WHERE player = "Kaia Kanepi" ### context: CREATE TABLE table_27615896_20 (sd INTEGER, player VARCHAR)
### question: What's the status of the player with 3041 points? ### answer: SELECT status FROM table_27615896_20 WHERE points = 3041 ### context: CREATE TABLE table_27615896_20 (status VARCHAR, points VARCHAR)
### question: When 62 is the number in series who is the writer? ### answer: SELECT written_by FROM table_27657925_1 WHERE no_in_series = "62" ### context: CREATE TABLE table_27657925_1 (written_by VARCHAR, no_in_series VARCHAR)
### question: When steve holland is the writer what is the air date? ### answer: SELECT original_air_date FROM table_27657925_1 WHERE written_by = "Steve Holland" ### context: CREATE TABLE table_27657925_1 (original_air_date VARCHAR, written_by VARCHAR)
### question: When 231 is the production code what is the title? ### answer: SELECT title FROM table_27657925_1 WHERE production_code = "231" ### context: CREATE TABLE table_27657925_1 (title VARCHAR, production_code VARCHAR)
### question: When there are 5.2 million u.s. viewers how many numbers in series are there? ### answer: SELECT COUNT(no_in_series) FROM table_27657925_1 WHERE us_viewers__millions_ = "5.2" ### context: CREATE TABLE table_27657925_1 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR)
### question: Name the total number of outgoing manager for villarreal b ### answer: SELECT COUNT(outgoing_manager) FROM table_27666856_3 WHERE team = "Villarreal B" ### context: CREATE TABLE table_27666856_3 (outgoing_manager VARCHAR, team VARCHAR)
### question: Name the date of appointment for 26 may 2011 ### answer: SELECT COUNT(date_of_appointment) FROM table_27666856_3 WHERE date_of_vacancy = "26 May 2011" ### context: CREATE TABLE table_27666856_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR)
### question: Name the outgoing manager for esteban vigo ### answer: SELECT COUNT(outgoing_manager) FROM table_27666856_3 WHERE replaced_by = "Esteban Vigo" ### context: CREATE TABLE table_27666856_3 (outgoing_manager VARCHAR, replaced_by VARCHAR)
### question: Name the number of team for 19th position ### answer: SELECT COUNT(team) FROM table_27666856_3 WHERE position_in_table = "19th" ### context: CREATE TABLE table_27666856_3 (team VARCHAR, position_in_table VARCHAR)
### question: Name the manner of departure for luis enrique ### answer: SELECT manner_of_departure FROM table_27666856_3 WHERE outgoing_manager = "Luis Enrique" ### context: CREATE TABLE table_27666856_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
### question: Who was the opponent in the Women's Cup 0 0 where Brancão Couto 0 is the scorer? ### answer: SELECT opponent FROM table_27654988_1 WHERE competition = "Women's Cup 0 0" AND scorers = "Brancão Couto 0" ### context: CREATE TABLE table_27654988_1 (opponent VARCHAR, competition VARCHAR, scorers VARCHAR)
### question: What is the result of the game where the opponent is Innsbrucker Kilmarnock CSK VVS Samara? ### answer: SELECT result FROM table_27654988_1 WHERE opponent = "Innsbrucker Kilmarnock CSK VVS Samara" ### context: CREATE TABLE table_27654988_1 (result VARCHAR, opponent VARCHAR)
### question: How many seasons was the opponent Vamos Idaliou Krka Novo Mesto SV Neulengbach? ### answer: SELECT COUNT(season) FROM table_27654988_1 WHERE opponent = "Vamos Idaliou Krka Novo Mesto SV Neulengbach" ### context: CREATE TABLE table_27654988_1 (season VARCHAR, opponent VARCHAR)
### question: Who were the scorers in the game with final score 0–4 7–1 0–3? ### answer: SELECT scorers FROM table_27654988_1 WHERE result = "0–4 7–1 0–3" ### context: CREATE TABLE table_27654988_1 (scorers VARCHAR, result VARCHAR)
### question: Name the kickoff for rheinstadion ### answer: SELECT kickoff FROM table_27690037_2 WHERE game_site = "Rheinstadion" ### context: CREATE TABLE table_27690037_2 (kickoff VARCHAR, game_site VARCHAR)
### question: Who had the high point total on october 20? ### answer: SELECT high_points FROM table_27700530_5 WHERE date = "October 20" ### context: CREATE TABLE table_27700530_5 (high_points VARCHAR, date VARCHAR)
### question: What was the series record at after game 3? ### answer: SELECT series FROM table_27700530_15 WHERE game = 3 ### context: CREATE TABLE table_27700530_15 (series VARCHAR, game VARCHAR)
### question: What was the location and attendance for game 2? ### answer: SELECT location_attendance FROM table_27700530_15 WHERE game = 2 ### context: CREATE TABLE table_27700530_15 (location_attendance VARCHAR, game VARCHAR)
### question: Who had the most points and how many did they have on April 22? ### answer: SELECT high_points FROM table_27700530_15 WHERE date = "April 22" ### context: CREATE TABLE table_27700530_15 (high_points VARCHAR, date VARCHAR)
### question: Who had the most assists and how many did they have on October 5? ### answer: SELECT high_assists FROM table_27704187_2 WHERE date = "October 5" ### context: CREATE TABLE table_27704187_2 (high_assists VARCHAR, date VARCHAR)
### question: List all artists with choreographer Marcos Aguirre and a simple rating. ### answer: SELECT artist FROM table_27711947_1 WHERE choreographer = "Marcos Aguirre" AND rating = "Simple" ### context: CREATE TABLE table_27711947_1 (artist VARCHAR, choreographer VARCHAR, rating VARCHAR)
### question: How many times was the overall attendance 17807? ### answer: SELECT COUNT(overall_attendance) FROM table_2771237_1 WHERE average_attendance = 17807 ### context: CREATE TABLE table_2771237_1 (overall_attendance VARCHAR, average_attendance VARCHAR)
### question: What is the overall attendance in the places where the average attendance was 17148? ### answer: SELECT overall_attendance FROM table_2771237_1 WHERE average_attendance = 17148 ### context: CREATE TABLE table_2771237_1 (overall_attendance VARCHAR, average_attendance VARCHAR)
### question: What season was the average attendance is 16043? ### answer: SELECT season FROM table_2771237_1 WHERE average_attendance = 16043 ### context: CREATE TABLE table_2771237_1 (season VARCHAR, average_attendance VARCHAR)
### question: What was the overall record in the season where average attendance was 16720? ### answer: SELECT overall_record FROM table_2771237_1 WHERE average_attendance = 16720 ### context: CREATE TABLE table_2771237_1 (overall_record VARCHAR, average_attendance VARCHAR)
### question: Name the high assists for march 14 ### answer: SELECT high_assists FROM table_27712451_9 WHERE date = "March 14" ### context: CREATE TABLE table_27712451_9 (high_assists VARCHAR, date VARCHAR)