combined_text
stringlengths
106
1.05k
###question:Against which team was game 21?###answer:SELECT team FROM table_17001658_6 WHERE game = 21###context:CREATE TABLE table_17001658_6 (team VARCHAR, game VARCHAR)
###question:Name the replaced by where date of vacancy is 31 december 2008 where position in table is 1st###answer:SELECT replaced_by FROM table_17039232_3 WHERE date_of_vacancy = "31 December 2008" AND position_in_table = "1st"###context:CREATE TABLE table_17039232_3 (replaced_by VARCHAR, date_of_vacancy VARCHAR, position_in_table VARCHAR)
###question:Name the replaced by for position in table is 1st###answer:SELECT replaced_by FROM table_17039232_3 WHERE position_in_table = "1st"###context:CREATE TABLE table_17039232_3 (replaced_by VARCHAR, position_in_table VARCHAR)
###question:Name the position in table for 1 july 2008 when manner of departure is resigned###answer:SELECT position_in_table FROM table_17039232_3 WHERE date_of_appointment = "1 July 2008" AND manner_of_departure = "Resigned"###context:CREATE TABLE table_17039232_3 (position_in_table VARCHAR, date_of_appointment VARCHAR, manner_of_departure VARCHAR)
###question:Name the replaced by when outgoing manager is kent nielsen###answer:SELECT replaced_by FROM table_17039232_3 WHERE outgoing_manager = "Kent Nielsen"###context:CREATE TABLE table_17039232_3 (replaced_by VARCHAR, outgoing_manager VARCHAR)
###question:Name the outgoing manager for position in table being 11th###answer:SELECT outgoing_manager FROM table_17039232_3 WHERE position_in_table = "11th"###context:CREATE TABLE table_17039232_3 (outgoing_manager VARCHAR, position_in_table VARCHAR)
###question:Name the most number of leitrim###answer:SELECT MAX(no) FROM table_1705429_1 WHERE constituency = "Leitrim"###context:CREATE TABLE table_1705429_1 (no INTEGER, constituency VARCHAR)
###question:Name the least yes for dublin south###answer:SELECT MIN(yes) FROM table_1705429_1 WHERE constituency = "Dublin South"###context:CREATE TABLE table_1705429_1 (yes INTEGER, constituency VARCHAR)
###question:In how many game was the attendance at Staples Center 18,997? ###answer:SELECT COUNT(game) FROM table_17058151_5 WHERE location_attendance = "Staples Center 18,997"###context:CREATE TABLE table_17058151_5 (game VARCHAR, location_attendance VARCHAR)
###question:How many different games had David Lee (13) with High rebounds?###answer:SELECT COUNT(score) FROM table_17060277_6 WHERE high_rebounds = "David Lee (13)"###context:CREATE TABLE table_17060277_6 (score VARCHAR, high_rebounds VARCHAR)
###question:Which date did Chris Duhon (13) receive high assists?###answer:SELECT date FROM table_17060277_6 WHERE high_assists = "Chris Duhon (13)"###context:CREATE TABLE table_17060277_6 (date VARCHAR, high_assists VARCHAR)
###question:Name the high rebounds for memphis###answer:SELECT high_rebounds FROM table_17060277_7 WHERE team = "Memphis"###context:CREATE TABLE table_17060277_7 (high_rebounds VARCHAR, team VARCHAR)
###question:Name the team for chris duhon , nate robinson , david lee (3)###answer:SELECT team FROM table_17060277_7 WHERE high_assists = "Chris Duhon , Nate Robinson , David Lee (3)"###context:CREATE TABLE table_17060277_7 (team VARCHAR, high_assists VARCHAR)
###question:Name the most wins where position is 16th###answer:SELECT MAX(wins) FROM table_1708050_3 WHERE position = "16th"###context:CREATE TABLE table_1708050_3 (wins INTEGER, position VARCHAR)
###question:Name the total number when avg start is 2000###answer:SELECT COUNT(avg_start) FROM table_1708050_3 WHERE year = 2000###context:CREATE TABLE table_1708050_3 (avg_start VARCHAR, year VARCHAR)
###question:Name the most poles###answer:SELECT MIN(poles) FROM table_1708050_3###context:CREATE TABLE table_1708050_3 (poles INTEGER)
###question:Name the indanapolis concerts for dr. alexandre manette###answer:SELECT indianapolis_concerts FROM table_17085724_1 WHERE character = "Dr. Alexandre Manette"###context:CREATE TABLE table_17085724_1 (indianapolis_concerts VARCHAR, character VARCHAR)
###question:Name the brighton cast for jerry cruncher###answer:SELECT brighton_cast FROM table_17085724_1 WHERE character = "Jerry Cruncher"###context:CREATE TABLE table_17085724_1 (brighton_cast VARCHAR, character VARCHAR)
###question:Name the sarasota samantha sharpe###answer:SELECT sarasota FROM table_17085724_1 WHERE indianapolis_concerts = "Samantha Sharpe"###context:CREATE TABLE table_17085724_1 (sarasota VARCHAR, indianapolis_concerts VARCHAR)
###question:Name the indianapolis concerts for les minski###answer:SELECT indianapolis_concerts FROM table_17085724_1 WHERE sarasota = "Les Minski"###context:CREATE TABLE table_17085724_1 (indianapolis_concerts VARCHAR, sarasota VARCHAR)
###question:Name the brighton cast for andrew verala###answer:SELECT brighton_cast FROM table_17085724_1 WHERE indianapolis_concerts = "Andrew Verala"###context:CREATE TABLE table_17085724_1 (brighton_cast VARCHAR, indianapolis_concerts VARCHAR)
###question:Name the indianapolis concerts for paul baker###answer:SELECT indianapolis_concerts FROM table_17085724_1 WHERE brighton_cast = "Paul Baker"###context:CREATE TABLE table_17085724_1 (indianapolis_concerts VARCHAR, brighton_cast VARCHAR)
###question:when the population was 1599, what was the census ranking?###answer:SELECT census_ranking FROM table_170961_2 WHERE population = 1599###context:CREATE TABLE table_170961_2 (census_ranking VARCHAR, population VARCHAR)
###question:What is the name of the parish where the area is 508.30?###answer:SELECT COUNT(official_name) FROM table_170961_2 WHERE area_km_2 = "508.30"###context:CREATE TABLE table_170961_2 (official_name VARCHAR, area_km_2 VARCHAR)
###question:at area 191.43 what is the total number of census ranking?###answer:SELECT COUNT(census_ranking) FROM table_170961_2 WHERE area_km_2 = "191.43"###context:CREATE TABLE table_170961_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
###question:At census ranking 1,184 of 5,008, what was the minimum population?###answer:SELECT MIN(population) FROM table_170961_2 WHERE census_ranking = "1,184 of 5,008"###context:CREATE TABLE table_170961_2 (population INTEGER, census_ranking VARCHAR)
###question:at the area of 113.12, what was the population?###answer:SELECT population FROM table_170961_2 WHERE area_km_2 = "113.12"###context:CREATE TABLE table_170961_2 (population VARCHAR, area_km_2 VARCHAR)
###question:What is the status for Saint George? ###answer:SELECT status FROM table_170969_2 WHERE official_name = "Saint George"###context:CREATE TABLE table_170969_2 (status VARCHAR, official_name VARCHAR)
###question:What is the area in km2 for Dufferin? ###answer:SELECT area_km_2 FROM table_170969_2 WHERE official_name = "Dufferin"###context:CREATE TABLE table_170969_2 (area_km_2 VARCHAR, official_name VARCHAR)
###question:How many areas are named West Isles? ###answer:SELECT COUNT(area_km_2) FROM table_170969_2 WHERE official_name = "West Isles"###context:CREATE TABLE table_170969_2 (area_km_2 VARCHAR, official_name VARCHAR)
###question:How many areas of 375.06 km 2 have a census ranking? ###answer:SELECT COUNT(census_ranking) FROM table_170969_2 WHERE area_km_2 = "375.06"###context:CREATE TABLE table_170969_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
###question:What is the census ranking when the area is 78.67 ?###answer:SELECT census_ranking FROM table_170969_2 WHERE area_km_2 = "78.67"###context:CREATE TABLE table_170969_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
###question:Who had high assists on March 15? ###answer:SELECT high_assists FROM table_17102076_9 WHERE date = "March 15"###context:CREATE TABLE table_17102076_9 (high_assists VARCHAR, date VARCHAR)
###question:What team played on March 20? ###answer:SELECT team FROM table_17102076_9 WHERE date = "March 20"###context:CREATE TABLE table_17102076_9 (team VARCHAR, date VARCHAR)
###question:How many times did Viorel Moldovan replaced a manager?###answer:SELECT COUNT(date_of_vacancy) FROM table_17115950_2 WHERE replaced_by = "Viorel Moldovan"###context:CREATE TABLE table_17115950_2 (date_of_vacancy VARCHAR, replaced_by VARCHAR)
###question:What was the date of vacancy when Viorel Moldovan replaced a manager?###answer:SELECT date_of_vacancy FROM table_17115950_2 WHERE replaced_by = "Viorel Moldovan"###context:CREATE TABLE table_17115950_2 (date_of_vacancy VARCHAR, replaced_by VARCHAR)
###question:Who replaced the manager on Team Cfr Cluj?###answer:SELECT replaced_by FROM table_17115950_2 WHERE team = "CFR Cluj"###context:CREATE TABLE table_17115950_2 (replaced_by VARCHAR, team VARCHAR)
###question:Who was the outgoing manager replaced by Marian Bucurescu?###answer:SELECT outgoing_manager FROM table_17115950_2 WHERE replaced_by = "Marian Bucurescu"###context:CREATE TABLE table_17115950_2 (outgoing_manager VARCHAR, replaced_by VARCHAR)
###question:What was the manner of departure of Nicolae Manea?###answer:SELECT manner_of_departure FROM table_17115950_2 WHERE outgoing_manager = "Nicolae Manea"###context:CREATE TABLE table_17115950_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
###question:What was the score on game number 12?###answer:SELECT score FROM table_17118657_7 WHERE game = 12###context:CREATE TABLE table_17118657_7 (score VARCHAR, game VARCHAR)
###question:What was the record when Canty (5) was the high assists?###answer:SELECT record FROM table_17118657_7 WHERE high_assists = "Canty (5)"###context:CREATE TABLE table_17118657_7 (record VARCHAR, high_assists VARCHAR)
###question:How many players received high points where location/attendance was UIC Pavilion 6,304 respectively?###answer:SELECT COUNT(high_points) FROM table_17118657_7 WHERE location_attendance = "UIC Pavilion 6,304"###context:CREATE TABLE table_17118657_7 (high_points VARCHAR, location_attendance VARCHAR)
###question:On what date did Canty (6) receive high assists?###answer:SELECT date FROM table_17118657_7 WHERE high_assists = "Canty (6)"###context:CREATE TABLE table_17118657_7 (date VARCHAR, high_assists VARCHAR)
###question:Which game number had a location/attendance of US Airways Center 7,311 respectively?###answer:SELECT MAX(game) FROM table_17118657_7 WHERE location_attendance = "US Airways Center 7,311"###context:CREATE TABLE table_17118657_7 (game INTEGER, location_attendance VARCHAR)
###question:On which date was the record 1-4?###answer:SELECT date FROM table_17118657_7 WHERE record = "1-4"###context:CREATE TABLE table_17118657_7 (date VARCHAR, record VARCHAR)
###question:What is the population in Westfield?###answer:SELECT COUNT(population) FROM table_171236_2 WHERE official_name = "Westfield"###context:CREATE TABLE table_171236_2 (population VARCHAR, official_name VARCHAR)
###question:What is the Area KM 2 of the place that has a Census ranking of 1,016 of 5,008?###answer:SELECT area_km_2 FROM table_171236_2 WHERE census_ranking = "1,016 of 5,008"###context:CREATE TABLE table_171236_2 (area_km_2 VARCHAR, census_ranking VARCHAR)
###question:What is the Area KM 2 of the place that has a Census ranking of 1,608 of 5,008?###answer:SELECT area_km_2 FROM table_171236_2 WHERE census_ranking = "1,608 of 5,008"###context:CREATE TABLE table_171236_2 (area_km_2 VARCHAR, census_ranking VARCHAR)
###question:What is the Area KM 2 of Rothesay?###answer:SELECT COUNT(area_km_2) FROM table_171236_2 WHERE official_name = "Rothesay"###context:CREATE TABLE table_171236_2 (area_km_2 VARCHAR, official_name VARCHAR)
###question:What's the official name of the place with an Area KM 2 of 295.07###answer:SELECT official_name FROM table_171236_2 WHERE area_km_2 = "295.07"###context:CREATE TABLE table_171236_2 (official_name VARCHAR, area_km_2 VARCHAR)
###question:What is the population of Cardwell?###answer:SELECT MIN(population) FROM table_171236_2 WHERE official_name = "Cardwell"###context:CREATE TABLE table_171236_2 (population INTEGER, official_name VARCHAR)
###question:Name the total number of status for eldon###answer:SELECT COUNT(status) FROM table_171361_2 WHERE official_name = "Eldon"###context:CREATE TABLE table_171361_2 (status VARCHAR, official_name VARCHAR)
###question:Name the area km 2 for balmoral###answer:SELECT area_km_2 FROM table_171361_2 WHERE official_name = "Balmoral"###context:CREATE TABLE table_171361_2 (area_km_2 VARCHAR, official_name VARCHAR)
###question:What team(s) did they play on april 23?###answer:SELECT team FROM table_17140608_11 WHERE date = "April 23"###context:CREATE TABLE table_17140608_11 (team VARCHAR, date VARCHAR)
###question:What score(s) were recorded on april 28?###answer:SELECT score FROM table_17140608_11 WHERE date = "April 28"###context:CREATE TABLE table_17140608_11 (score VARCHAR, date VARCHAR)
###question:When galaxy angel aa is the title what was the series?###answer:SELECT series FROM table_1714685_1 WHERE title = "Galaxy Angel AA"###context:CREATE TABLE table_1714685_1 (series VARCHAR, title VARCHAR)
###question:When 7 april 2001 to 29 september 2001 was aired in japan 2 how many titles were there?###answer:SELECT COUNT(title) FROM table_1714685_1 WHERE aired_in_japan_3 = "7 April 2001 to 29 September 2001"###context:CREATE TABLE table_1714685_1 (title VARCHAR, aired_in_japan_3 VARCHAR)
###question:When galaxy angel aa was the title was the us release date?###answer:SELECT us_release_date FROM table_1714685_1 WHERE title = "Galaxy Angel AA"###context:CREATE TABLE table_1714685_1 (us_release_date VARCHAR, title VARCHAR)
###question:What comparable country has a national share of 1.08?###answer:SELECT comparable_country FROM table_171666_1 WHERE national_share___percentage_ = "1.08"###context:CREATE TABLE table_171666_1 (comparable_country VARCHAR, national_share___percentage_ VARCHAR)
###question:What is the national share of the country whose area is 148064 km^2?###answer:SELECT national_share___percentage_ FROM table_171666_1 WHERE area__km²_ = 148064###context:CREATE TABLE table_171666_1 (national_share___percentage_ VARCHAR, area__km²_ VARCHAR)
###question:What is the administrative division that has an area of 30 km^2?###answer:SELECT administrative_division FROM table_171666_1 WHERE area__km²_ = 30###context:CREATE TABLE table_171666_1 (administrative_division VARCHAR, area__km²_ VARCHAR)
###question:What is the national share of Guizhou's administrative division?###answer:SELECT national_share___percentage_ FROM table_171666_1 WHERE administrative_division = "Guizhou"###context:CREATE TABLE table_171666_1 (national_share___percentage_ VARCHAR, administrative_division VARCHAR)
###question:What is the rank of the division with an area of 456800 sq mi?###answer:SELECT rank FROM table_171666_1 WHERE area__sq_mi_ = 456800###context:CREATE TABLE table_171666_1 (rank VARCHAR, area__sq_mi_ VARCHAR)
###question:What's the change over previous year as a whole in the period in which the change over same quarter the previous year was up 2.8%?###answer:SELECT change_over_previous_year_as_a_whole FROM table_171748_3 WHERE change_over_same_quarter_the_previous_year = "Up 2.8%"###context:CREATE TABLE table_171748_3 (change_over_previous_year_as_a_whole VARCHAR, change_over_same_quarter_the_previous_year VARCHAR)
###question:When was the percentage of trains arriving within 5 minutes of scheduled time 89.6%?###answer:SELECT period FROM table_171748_3 WHERE _percentage_trains_arriving_within_5_mins_of_scheduled_time_moving_annual_average__maa_ = "89.6%"###context:CREATE TABLE table_171748_3 (period VARCHAR, _percentage_trains_arriving_within_5_mins_of_scheduled_time_moving_annual_average__maa_ VARCHAR)
###question:What's the change over same quarter the previous year in the period when the 89.6% of the trains arrive within 5 minutes of scheduled time (over three months)?###answer:SELECT change_over_same_quarter_the_previous_year FROM table_171748_3 WHERE _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ = "89.6%"###context:CREATE TABLE table_171748_3 (change_over_same_quarter_the_previous_year VARCHAR, _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ VARCHAR)
###question:how many shire in the land of area in km 2 is 27.17###answer:SELECT COUNT(shire) FROM table_17251764_1 WHERE area_in_km_2 = "27.17"###context:CREATE TABLE table_17251764_1 (shire VARCHAR, area_in_km_2 VARCHAR)
###question:How many open era titles does the team with their first title in 1925 have?###answer:SELECT open_era FROM table_1725413_5 WHERE first_title = 1925###context:CREATE TABLE table_1725413_5 (open_era VARCHAR, first_title VARCHAR)
###question:Name the replacced by with ascoli###answer:SELECT replaced_by FROM table_17275810_7 WHERE team = "Ascoli"###context:CREATE TABLE table_17275810_7 (replaced_by VARCHAR, team VARCHAR)
###question:Name the team for mario somma###answer:SELECT team FROM table_17275810_7 WHERE replaced_by = "Mario Somma"###context:CREATE TABLE table_17275810_7 (team VARCHAR, replaced_by VARCHAR)
###question:Name the date of appointment for ascoli###answer:SELECT date_of_appointment FROM table_17275810_7 WHERE team = "Ascoli"###context:CREATE TABLE table_17275810_7 (date_of_appointment VARCHAR, team VARCHAR)
###question:Name the manner of departure for elvio selighini###answer:SELECT manner_of_departure FROM table_17275810_7 WHERE replaced_by = "Elvio Selighini"###context:CREATE TABLE table_17275810_7 (manner_of_departure VARCHAR, replaced_by VARCHAR)
###question:Name the date of vacancy for fabio brini###answer:SELECT date_of_vacancy FROM table_17275810_7 WHERE replaced_by = "Fabio Brini"###context:CREATE TABLE table_17275810_7 (date_of_vacancy VARCHAR, replaced_by VARCHAR)
###question:Name the outgoing manager for mantova###answer:SELECT outgoing_manager FROM table_17275810_7 WHERE team = "Mantova"###context:CREATE TABLE table_17275810_7 (outgoing_manager VARCHAR, team VARCHAR)
###question:What is the San Antonio's team score?###answer:SELECT score FROM table_17288825_5 WHERE team = "San Antonio"###context:CREATE TABLE table_17288825_5 (score VARCHAR, team VARCHAR)
###question:Name the score for game 66###answer:SELECT score FROM table_17288845_9 WHERE game = 66###context:CREATE TABLE table_17288845_9 (score VARCHAR, game VARCHAR)
###question:Name the record for score of l 77–80 (ot)###answer:SELECT record FROM table_17288845_9 WHERE score = "L 77–80 (OT)"###context:CREATE TABLE table_17288845_9 (record VARCHAR, score VARCHAR)
###question:Name the high assists for houston###answer:SELECT high_assists FROM table_17288845_9 WHERE team = "Houston"###context:CREATE TABLE table_17288845_9 (high_assists VARCHAR, team VARCHAR)
###question:Name the score for game 63###answer:SELECT score FROM table_17288845_9 WHERE game = 63###context:CREATE TABLE table_17288845_9 (score VARCHAR, game VARCHAR)
###question:How many poles did David Price Racing win?###answer:SELECT MAX(poles) FROM table_17289224_1 WHERE team_name = "David Price Racing"###context:CREATE TABLE table_17289224_1 (poles INTEGER, team_name VARCHAR)
###question:Who started in 2008 with 0 points?###answer:SELECT team_name FROM table_17289224_1 WHERE season = "2008" AND points = 0###context:CREATE TABLE table_17289224_1 (team_name VARCHAR, season VARCHAR, points VARCHAR)
###question:Which team started 2010?###answer:SELECT team_name FROM table_17289224_1 WHERE season = "2010"###context:CREATE TABLE table_17289224_1 (team_name VARCHAR, season VARCHAR)
###question:What was the max points you when when you place 9th?###answer:SELECT MAX(points) FROM table_17289224_1 WHERE final_placing = "9th"###context:CREATE TABLE table_17289224_1 (points INTEGER, final_placing VARCHAR)
###question:When the wins is 3, what is the maximum races?###answer:SELECT MAX(races) FROM table_17289224_1 WHERE wins = 3###context:CREATE TABLE table_17289224_1 (races INTEGER, wins VARCHAR)
###question:Name the number of former wnba team for 2###answer:SELECT COUNT(former_wnba_team) FROM table_17308269_2 WHERE pick = 2###context:CREATE TABLE table_17308269_2 (former_wnba_team VARCHAR, pick VARCHAR)
###question:Name the player for mercer###answer:SELECT player FROM table_17308269_2 WHERE college_country_team = "Mercer"###context:CREATE TABLE table_17308269_2 (player VARCHAR, college_country_team VARCHAR)
###question:What is the record of wins and losses for Denver's ball club?###answer:SELECT record FROM table_17311759_5 WHERE team = "Denver"###context:CREATE TABLE table_17311759_5 (record VARCHAR, team VARCHAR)
###question:What was the location and the crowd attendance on December 9?###answer:SELECT location_attendance FROM table_17311759_5 WHERE date = "December 9"###context:CREATE TABLE table_17311759_5 (location_attendance VARCHAR, date VARCHAR)
###question:Who scored the most rebounds in game 64?###answer:SELECT high_rebounds FROM table_17311759_8 WHERE game = 64###context:CREATE TABLE table_17311759_8 (high_rebounds VARCHAR, game VARCHAR)
###question:How many numbers were recorded for high points when the team played against Oklahoma City?###answer:SELECT COUNT(high_points) FROM table_17311783_6 WHERE team = "Oklahoma City"###context:CREATE TABLE table_17311783_6 (high_points VARCHAR, team VARCHAR)
###question:Name the high assists for yi jianlian , brook lopez (7)###answer:SELECT high_assists FROM table_17322817_6 WHERE high_rebounds = "Yi Jianlian , Brook Lopez (7)"###context:CREATE TABLE table_17322817_6 (high_assists VARCHAR, high_rebounds VARCHAR)
###question:Name the location attendance for 20###answer:SELECT location_attendance FROM table_17322817_6 WHERE game = 20###context:CREATE TABLE table_17322817_6 (location_attendance VARCHAR, game VARCHAR)
###question:Name the date for l 92–103 (ot)###answer:SELECT date FROM table_17322817_6 WHERE score = "L 92–103 (OT)"###context:CREATE TABLE table_17322817_6 (date VARCHAR, score VARCHAR)
###question:What was the record when the team played Boston?###answer:SELECT record FROM table_17325580_10 WHERE team = "Boston"###context:CREATE TABLE table_17325580_10 (record VARCHAR, team VARCHAR)
###question:What number game had a high assist of lebron james (7) and high point of lebron james (21)?###answer:SELECT MAX(game) FROM table_17325580_10 WHERE high_assists = "LeBron James (7)" AND high_points = "LeBron James (21)"###context:CREATE TABLE table_17325580_10 (game INTEGER, high_assists VARCHAR, high_points VARCHAR)
###question:What is the lowest game number when the team is Houston? ###answer:SELECT MIN(game) FROM table_17326036_7 WHERE team = "Houston"###context:CREATE TABLE table_17326036_7 (game INTEGER, team VARCHAR)
###question:What was the date when Troy Murphy (15), got high rebounds? ###answer:SELECT date FROM table_17326036_7 WHERE high_rebounds = "Troy Murphy (15)"###context:CREATE TABLE table_17326036_7 (date VARCHAR, high_rebounds VARCHAR)
###question:Who did the High Assists when Kevin Durant (28) took the High Points?###answer:SELECT high_assists FROM table_17355628_7 WHERE high_points = "Kevin Durant (28)"###context:CREATE TABLE table_17355628_7 (high_assists VARCHAR, high_points VARCHAR)
###question:What is the score when the game took place on January 18?###answer:SELECT score FROM table_17355628_7 WHERE date = "January 18"###context:CREATE TABLE table_17355628_7 (score VARCHAR, date VARCHAR)
###question:How many games were played by team @ New Jersey?###answer:SELECT COUNT(score) FROM table_17355628_7 WHERE team = "@ New Jersey"###context:CREATE TABLE table_17355628_7 (score VARCHAR, team VARCHAR)