Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
19,700
<question>: How many television service are in italian and n°is greater than 856.0? <context>: CREATE TABLE table_15887683_15 (television_service VARCHAR, language VARCHAR, n° VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE language = "Italian" AND n° > 856.0
19,701
<question>: What television service is in italy and is in english? <context>: CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE country = "Italy" AND language = "English"
19,702
<question>: what television service are in the united kingdom and n° is greater than 854.0? <context>: CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, n° VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE country = "United Kingdom" AND n° > 854.0
19,703
<question>: How many dar are in germany? <context>: CREATE TABLE table_15887683_15 (dar VARCHAR, country VARCHAR)
SELECT dar FROM table_15887683_15 WHERE country = "Germany"
19,704
<question>: Name the musical guest where guest host is elle macpherson <context>: CREATE TABLE table_1590967_6 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR)
SELECT musical_guest__song_performed_ FROM table_1590967_6 WHERE guest_host = "Elle Macpherson"
19,705
<question>: Name the total number of episodes for coat of cash wearing celebrity is matt di angelo <context>: CREATE TABLE table_1590967_6 (episode_number VARCHAR, coat_of_cash_wearing_celebrity VARCHAR)
SELECT COUNT(episode_number) FROM table_1590967_6 WHERE coat_of_cash_wearing_celebrity = "Matt Di Angelo"
19,706
<question>: What was the total opponents points for the game were the Oilers scored 21? <context>: CREATE TABLE table_15986020_3 (opponents VARCHAR, oilers_points VARCHAR)
SELECT opponents FROM table_15986020_3 WHERE oilers_points = 21
19,707
<question>: Who got second place when the winners were rafał mroczek & aneta piotrowska? <context>: CREATE TABLE table_15988037_4 (second_place VARCHAR, winner VARCHAR)
SELECT second_place FROM table_15988037_4 WHERE winner = "Rafał Mroczek & Aneta Piotrowska"
19,708
<question>: The hanja 朔州 is for what province? <context>: CREATE TABLE table_160510_1 (province VARCHAR, hanja VARCHAR)
SELECT province FROM table_160510_1 WHERE hanja = "朔州"
19,709
<question>: What is the modern equivalent of the former kingdom "silla" with the hanja 尙州? <context>: CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, former_kingdom VARCHAR, hanja VARCHAR)
SELECT COUNT(modern_equivalent) FROM table_160510_1 WHERE former_kingdom = "Silla" AND hanja = "尙州"
19,710
<question>: The hanja 尙州 is for what capital? <context>: CREATE TABLE table_160510_1 (capital VARCHAR, hanja VARCHAR)
SELECT capital FROM table_160510_1 WHERE hanja = "尙州"
19,711
<question>: What is the hangul symbol for the hanja 良州? <context>: CREATE TABLE table_160510_1 (hangul VARCHAR, hanja VARCHAR)
SELECT hangul FROM table_160510_1 WHERE hanja = "良州"
19,712
<question>: What is the hanja for the province of "sangju"? <context>: CREATE TABLE table_160510_1 (hanja VARCHAR, province VARCHAR)
SELECT hanja FROM table_160510_1 WHERE province = "Sangju"
19,713
<question>: What are the modern equivalents for the province of "hanju"? <context>: CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, province VARCHAR)
SELECT modern_equivalent FROM table_160510_1 WHERE province = "Hanju"
19,714
<question>: How many passengers (in millions) flew from Seoul in 2012? <context>: CREATE TABLE table_16066063_1 (city_1 VARCHAR)
SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE city_1 = "Seoul"
19,715
<question>: How many passengers (in millions) flew through along the route that is 1075km long in 2012? <context>: CREATE TABLE table_16066063_1 (distance VARCHAR)
SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE distance = "1075km"
19,716
<question>: Which city is listed first when Okinawa is listed as the second city? <context>: CREATE TABLE table_16066063_1 (city_1 VARCHAR, city_2 VARCHAR)
SELECT city_1 FROM table_16066063_1 WHERE city_2 = "Okinawa"
19,717
<question>: What is the report for races where Will Power had both pole position and fastest lap? <context>: CREATE TABLE table_16099880_5 (report VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
SELECT report FROM table_16099880_5 WHERE pole_position = "Will Power" AND fastest_lap = "Will Power"
19,718
<question>: Who was on the pole at Chicagoland? <context>: CREATE TABLE table_16099880_5 (pole_position VARCHAR, race VARCHAR)
SELECT pole_position FROM table_16099880_5 WHERE race = "Chicagoland"
19,719
<question>: In what position did the winning driver finish at Chicagoland? <context>: CREATE TABLE table_16099880_5 (winning_driver VARCHAR, race VARCHAR)
SELECT COUNT(winning_driver) FROM table_16099880_5 WHERE race = "Chicagoland"
19,720
<question>: How many schools had the win loss ratio of 0.667? <context>: CREATE TABLE table_16225511_2 (school VARCHAR, percent VARCHAR)
SELECT COUNT(school) FROM table_16225511_2 WHERE percent = "0.667"
19,721
<question>: How many wins did Baylor have? <context>: CREATE TABLE table_16225511_2 (wins VARCHAR, school VARCHAR)
SELECT COUNT(wins) FROM table_16225511_2 WHERE school = "Baylor"
19,722
<question>: What's the largest amount of wins Texas has? <context>: CREATE TABLE table_16225511_2 (wins INTEGER, school VARCHAR)
SELECT MAX(wins) FROM table_16225511_2 WHERE school = "Texas"
19,723
<question>: Who sanctioned the event at fayette county speedway? <context>: CREATE TABLE table_16275828_4 (sanction VARCHAR, track_name VARCHAR)
SELECT sanction FROM table_16275828_4 WHERE track_name = "Fayette County Speedway"
19,724
<question>: Who sanctioned the event in lincoln, illinois? <context>: CREATE TABLE table_16275828_4 (sanction VARCHAR, location VARCHAR)
SELECT sanction FROM table_16275828_4 WHERE location = "Lincoln, Illinois"
19,725
<question>: What location is farmer city speedway? <context>: CREATE TABLE table_16275828_4 (location VARCHAR, track_name VARCHAR)
SELECT location FROM table_16275828_4 WHERE track_name = "Farmer City Speedway"
19,726
<question>: What programs were held at highland speedway? <context>: CREATE TABLE table_16275828_4 (program VARCHAR, track_name VARCHAR)
SELECT program FROM table_16275828_4 WHERE track_name = "Highland Speedway"
19,727
<question>: What programs were held in charleston, illinois? <context>: CREATE TABLE table_16275828_4 (program VARCHAR, location VARCHAR)
SELECT program FROM table_16275828_4 WHERE location = "Charleston, Illinois"
19,728
<question>: Name the round eliminated where conference record is 12-6 <context>: CREATE TABLE table_16295365_2 (round_eliminated VARCHAR, conf_record VARCHAR)
SELECT round_eliminated FROM table_16295365_2 WHERE conf_record = "12-6"
19,729
<question>: Name the school where conference record is 12-6 <context>: CREATE TABLE table_16295365_2 (school VARCHAR, conf_record VARCHAR)
SELECT school FROM table_16295365_2 WHERE conf_record = "12-6"
19,730
<question>: Name the conference record where seed is 3 and record is 24-9 <context>: CREATE TABLE table_16295365_2 (conf_record VARCHAR, seed VARCHAR, record VARCHAR)
SELECT conf_record FROM table_16295365_2 WHERE seed = "3" AND record = "24-9"
19,731
<question>: For teams in the Sun Belt conference, what is the conference record? <context>: CREATE TABLE table_16295365_1 (conf_record VARCHAR, conference VARCHAR)
SELECT conf_record FROM table_16295365_1 WHERE conference = "Sun Belt"
19,732
<question>: What was the overall record of Oral Roberts college? <context>: CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR)
SELECT record FROM table_16295365_1 WHERE school = "Oral Roberts"
19,733
<question>: Which qualifying schools were in the Patriot conference? <context>: CREATE TABLE table_16295365_1 (school VARCHAR, conference VARCHAR)
SELECT school FROM table_16295365_1 WHERE conference = "Patriot"
19,734
<question>: What was the overall record of UMBC? <context>: CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR)
SELECT record FROM table_16295365_1 WHERE school = "UMBC"
19,735
<question>: Which conference is Belmont in? <context>: CREATE TABLE table_16295365_1 (conference VARCHAR, school VARCHAR)
SELECT conference FROM table_16295365_1 WHERE school = "Belmont"
19,736
<question>: What is the status of vessel number K-223? <context>: CREATE TABLE table_1634376_1 (status VARCHAR, _number VARCHAR)
SELECT status FROM table_1634376_1 WHERE _number = "K-223"
19,737
<question>: Who won third place in season four? <context>: CREATE TABLE table_16331144_1 (third_place VARCHAR, season VARCHAR)
SELECT third_place FROM table_16331144_1 WHERE season = "Four"
19,738
<question>: Who was the runner-up in season five? <context>: CREATE TABLE table_16331144_1 (runner_up VARCHAR, season VARCHAR)
SELECT runner_up FROM table_16331144_1 WHERE season = "Five"
19,739
<question>: Which season did Ida Corr win? <context>: CREATE TABLE table_16331144_1 (season VARCHAR, winning_mentor VARCHAR)
SELECT season FROM table_16331144_1 WHERE winning_mentor = "Ida Corr"
19,740
<question>: Who was the winning mentor in season two? <context>: CREATE TABLE table_16331144_1 (winning_mentor VARCHAR, season VARCHAR)
SELECT winning_mentor FROM table_16331144_1 WHERE season = "Two"
19,741
<question>: Who was the runner-up when Mohamed Ali got third? <context>: CREATE TABLE table_16331144_1 (runner_up VARCHAR, third_place VARCHAR)
SELECT runner_up FROM table_16331144_1 WHERE third_place = "Mohamed Ali"
19,742
<question>: What affiliation is Erie, Pennsylvania? <context>: CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR)
SELECT affiliation FROM table_16381914_1 WHERE location = "Erie, Pennsylvania"
19,743
<question>: What was the enrollment of the school founded in 1846? <context>: CREATE TABLE table_16381914_1 (enrollment VARCHAR, founded VARCHAR)
SELECT enrollment FROM table_16381914_1 WHERE founded = 1846
19,744
<question>: What kind of school is Canton, New York? <context>: CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR)
SELECT affiliation FROM table_16381914_1 WHERE location = "Canton, New York"
19,745
<question>: Name the ground for essendon <context>: CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR)
SELECT ground FROM table_16388047_1 WHERE home_team = "Essendon"
19,746
<question>: Name the total number of grounds for essendon <context>: CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR)
SELECT COUNT(ground) FROM table_16388047_1 WHERE home_team = "Essendon"
19,747
<question>: Name the time for saturday 4 march 1995 <context>: CREATE TABLE table_16388047_1 (time VARCHAR, date VARCHAR)
SELECT time FROM table_16388047_1 WHERE date = "Saturday 4 March 1995"
19,748
<question>: On what date did the away team Fremantle play? <context>: CREATE TABLE table_16388478_3 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_16388478_3 WHERE away_team = "Fremantle"
19,749
<question>: What score did the away team receive against home team Port Adelaide? <context>: CREATE TABLE table_16388478_3 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_16388478_3 WHERE home_team = "Port Adelaide"
19,750
<question>: Name the h when c max is 99 <context>: CREATE TABLE table (h VARCHAR, c__max_ VARCHAR)
SELECT h FROM table WHERE c__max_ = 99
19,751
<question>: when was the school/club team for grizzles was maryland <context>: CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
SELECT years_for_grizzlies FROM table_16494599_5 WHERE school_club_team = "Maryland"
19,752
<question>: Which position did kevin edwards play for <context>: CREATE TABLE table_16494599_5 (position VARCHAR, player VARCHAR)
SELECT position FROM table_16494599_5 WHERE player = "Kevin Edwards"
19,753
<question>: when did no. 32 play for grizzles <context>: CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, no VARCHAR)
SELECT years_for_grizzlies FROM table_16494599_5 WHERE no = 32
19,754
<question>: what's the highest player number from the list from 2000-2001 <context>: CREATE TABLE table_16494599_5 (no INTEGER, years_for_grizzlies VARCHAR)
SELECT MAX(no) FROM table_16494599_5 WHERE years_for_grizzlies = "2000-2001"
19,755
<question>: Which school/club team did blue edwards play for <context>: CREATE TABLE table_16494599_5 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_16494599_5 WHERE player = "Blue Edwards"
19,756
<question>: What position is Justin Shaw in? <context>: CREATE TABLE table_16575609_3 (position VARCHAR, player VARCHAR)
SELECT position FROM table_16575609_3 WHERE player = "Justin Shaw"
19,757
<question>: What pick # did Western Illinois have? <context>: CREATE TABLE table_16575609_3 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_16575609_3 WHERE college = "Western Illinois"
19,758
<question>: How many cfl teams had pick # 21? <context>: CREATE TABLE table_16575609_3 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT COUNT(cfl_team) FROM table_16575609_3 WHERE pick__number = 21
19,759
<question>: How many pick numbers did Michael Giffin have? <context>: CREATE TABLE table_16575609_3 (pick__number VARCHAR, player VARCHAR)
SELECT COUNT(pick__number) FROM table_16575609_3 WHERE player = "Michael Giffin"
19,760
<question>: What college does Jean-Nicolas Carriere play for? <context>: CREATE TABLE table_16575609_3 (college VARCHAR, player VARCHAR)
SELECT college FROM table_16575609_3 WHERE player = "Jean-Nicolas Carriere"
19,761
<question>: What are the points for ktm-vmc equipment? <context>: CREATE TABLE table_16729457_18 (points VARCHAR, equipment VARCHAR)
SELECT points FROM table_16729457_18 WHERE equipment = "KTM-VMC"
19,762
<question>: Name the location for illinois <context>: CREATE TABLE table_1672976_7 (location VARCHAR, big_ten_team VARCHAR)
SELECT location FROM table_1672976_7 WHERE big_ten_team = "Illinois"
19,763
<question>: what is the maximum lead margin on august 5, 2008? <context>: CREATE TABLE table_16751596_5 (lead_margin INTEGER, dates_administered VARCHAR)
SELECT MAX(lead_margin) FROM table_16751596_5 WHERE dates_administered = "August 5, 2008"
19,764
<question>: what is the percentage for john kerry and dates administered is april 22, 2008? <context>: CREATE TABLE table_16751596_5 (democrat VARCHAR, dates_administered VARCHAR)
SELECT democrat AS :_john_kerry FROM table_16751596_5 WHERE dates_administered = "April 22, 2008"
19,765
<question>: What was the diameter of the feature found in 1997? <context>: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, year_named VARCHAR)
SELECT diameter__km_ FROM table_16799784_3 WHERE year_named = 1997
19,766
<question>: At a latitude of 67.5n, what is the diameter? <context>: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_3 WHERE latitude = "67.5N"
19,767
<question>: What is the latitude of vaidilute rupes? <context>: CREATE TABLE table_16799784_3 (latitude VARCHAR, name VARCHAR)
SELECT latitude FROM table_16799784_3 WHERE name = "Vaidilute Rupes"
19,768
<question>: At a latitude of 71.1e, what is the feature's name origin? <context>: CREATE TABLE table_16799784_3 (name VARCHAR, longitude VARCHAR)
SELECT name AS origin FROM table_16799784_3 WHERE longitude = "71.1E"
19,769
<question>: At a longitude of 109.9e, how many features were found? <context>: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT COUNT(diameter__km_) FROM table_16799784_3 WHERE longitude = "109.9E"
19,770
<question>: At a longitude of 321.9e, what is the latitude of the features found? <context>: CREATE TABLE table_16799784_3 (latitude VARCHAR, longitude VARCHAR)
SELECT latitude FROM table_16799784_3 WHERE longitude = "321.9E"
19,771
<question>: In what year was the feature at a 33.3S latitude named? <context>: CREATE TABLE table_16799784_8 (year_named INTEGER, latitude VARCHAR)
SELECT MAX(year_named) FROM table_16799784_8 WHERE latitude = "33.3S"
19,772
<question>: What is the diameter in km of the feature named Colette Patera? <context>: CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, name VARCHAR)
SELECT diameter__km_ FROM table_16799784_8 WHERE name = "Colette Patera"
19,773
<question>: What is the longitude of the feature named Razia Patera? <context>: CREATE TABLE table_16799784_8 (longitude VARCHAR, name VARCHAR)
SELECT longitude FROM table_16799784_8 WHERE name = "Razia Patera"
19,774
<question>: What is the origin of the name of Keller Patera? <context>: CREATE TABLE table_16799784_8 (name VARCHAR)
SELECT name AS origin FROM table_16799784_8 WHERE name = "Keller Patera"
19,775
<question>: What is the diameter in km of the feature with a longitude of 40.2E? <context>: CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_8 WHERE longitude = "40.2E"
19,776
<question>: what's the name origin of feature of diameter (km) 2,155.0 <context>: CREATE TABLE table_16799784_7 (name VARCHAR, diameter__km_ VARCHAR)
SELECT name AS origin FROM table_16799784_7 WHERE diameter__km_ = "2,155.0"
19,777
<question>: what is the diameter (km) of the feature of latitude 23.0s <context>: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "23.0S"
19,778
<question>: what is the latitude of the feature of longitude 80.0e <context>: CREATE TABLE table_16799784_7 (latitude VARCHAR, longitude VARCHAR)
SELECT latitude FROM table_16799784_7 WHERE longitude = "80.0E"
19,779
<question>: what is the diameter (km) of feature of latitude 40.5s <context>: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "40.5S"
19,780
<question>: what is the diameter (km) of longitude 170.1e <context>: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE longitude = "170.1E"
19,781
<question>: What is the market value of a company in billions that has 172.7 billion in sales? <context>: CREATE TABLE table_1682026_6 (market_value__billion_$_ VARCHAR, sales__billion_$_ VARCHAR)
SELECT market_value__billion_$_ FROM table_1682026_6 WHERE sales__billion_$_ = "172.7"
19,782
<question>: What are the profits in billions for Berkshire Hathaway? <context>: CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, company VARCHAR)
SELECT profits__billion_$_ FROM table_1682026_6 WHERE company = "Berkshire Hathaway"
19,783
<question>: Which industry has a company with a market value of 80.3 billion? <context>: CREATE TABLE table_1682026_6 (industry VARCHAR, market_value__billion_$_ VARCHAR)
SELECT industry FROM table_1682026_6 WHERE market_value__billion_$_ = "80.3"
19,784
<question>: What is the highest rank of a company that has 1,715.8 billion in assets? <context>: CREATE TABLE table_1682026_6 (rank INTEGER, assets__billion_$_ VARCHAR)
SELECT MAX(rank) FROM table_1682026_6 WHERE assets__billion_$_ = "1,715.8"
19,785
<question>: what is the amount of profits in billions for companies with a market value of 204.9 billion? <context>: CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, market_value__billion_$_ VARCHAR)
SELECT profits__billion_$_ FROM table_1682026_6 WHERE market_value__billion_$_ = "204.9"
19,786
<question>: How did the team place when they did not qualify for the Concaf Champions Cup but made it to Round of 16 in the U.S. Open Cup? <context>: CREATE TABLE table_16857_2 (mls_cup_playoffs VARCHAR, concacaf_champions_cup___champions_league VARCHAR, us_open_cup VARCHAR)
SELECT mls_cup_playoffs FROM table_16857_2 WHERE concacaf_champions_cup___champions_league = "Did not qualify" AND us_open_cup = "Round of 16"
19,787
<question>: When was the first season? <context>: CREATE TABLE table_16857_2 (season INTEGER)
SELECT MIN(season) FROM table_16857_2
19,788
<question>: What is the ISBN of "Dead as a Doornail? <context>: CREATE TABLE table_16907214_1 (paperback VARCHAR, title VARCHAR)
SELECT paperback FROM table_16907214_1 WHERE title = "Dead as a Doornail"
19,789
<question>: How many publishers put out isbn 193700788x? <context>: CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR)
SELECT COUNT(publisher) FROM table_16907214_1 WHERE hardcover = "ISBN 193700788X"
19,790
<question>: isbn 0-441-01400-3 is book number? <context>: CREATE TABLE table_16907214_1 (_number VARCHAR, hardcover VARCHAR)
SELECT _number FROM table_16907214_1 WHERE hardcover = "ISBN 0-441-01400-3"
19,791
<question>: Who pubilshed isbn 1-937007-44-8? <context>: CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR)
SELECT publisher FROM table_16907214_1 WHERE hardcover = "ISBN 1-937007-44-8"
19,792
<question>: What is the minimum Wins a team has? <context>: CREATE TABLE table_16922657_2 (w INTEGER)
SELECT MIN(w) FROM table_16922657_2
19,793
<question>: When the country was Scotland, how many ends were won? <context>: CREATE TABLE table_16922657_2 (Ends VARCHAR, country VARCHAR, Scotland VARCHAR)
SELECT COUNT(Ends) AS won FROM table_16922657_2 WHERE country = Scotland
19,794
<question>: What is Norway's least ends lost? <context>: CREATE TABLE table_16922657_2 (Ends INTEGER, country VARCHAR, Norway VARCHAR)
SELECT MIN(Ends) AS lost FROM table_16922657_2 WHERE country = Norway
19,795
<question>: Name the poles for 25th position <context>: CREATE TABLE table_1708050_1 (poles VARCHAR, position VARCHAR)
SELECT poles FROM table_1708050_1 WHERE position = "25th"
19,796
<question>: Name the starts when position is 16th <context>: CREATE TABLE table_1708050_1 (starts VARCHAR, position VARCHAR)
SELECT starts FROM table_1708050_1 WHERE position = "16th"
19,797
<question>: What stadium hosted the June 7 game and how many visitors were there? <context>: CREATE TABLE table_17103645_9 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17103645_9 WHERE date = "June 7"
19,798
<question>: Who made the highest assist in the game that scored 79-88? <context>: CREATE TABLE table_17103645_9 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_17103645_9 WHERE score = "79-88"
19,799
<question>: When the 8th is Marcos Hernandez who was the 6th? <context>: CREATE TABLE table_17111812_1 (sixth VARCHAR, eighth VARCHAR)
SELECT sixth FROM table_17111812_1 WHERE eighth = "Marcos Hernandez"