text stringlengths 114 1.06k |
|---|
### question: How many television service are in italian and n°is greater than 856.0? ### answer: SELECT television_service FROM table_15887683_15 WHERE language = "Italian" AND n° > 856.0 ### context: CREATE TABLE table_15887683_15 (television_service VARCHAR, language VARCHAR, n° VARCHAR) |
### question: What television service is in italy and is in english? ### answer: SELECT television_service FROM table_15887683_15 WHERE country = "Italy" AND language = "English" ### context: CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR) |
### question: what television service are in the united kingdom and n° is greater than 854.0? ### answer: SELECT television_service FROM table_15887683_15 WHERE country = "United Kingdom" AND n° > 854.0 ### context: CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, n° VARCHAR) |
### question: How many dar are in germany? ### answer: SELECT dar FROM table_15887683_15 WHERE country = "Germany" ### context: CREATE TABLE table_15887683_15 (dar VARCHAR, country VARCHAR) |
### question: Name the musical guest where guest host is elle macpherson ### answer: SELECT musical_guest__song_performed_ FROM table_1590967_6 WHERE guest_host = "Elle Macpherson" ### context: CREATE TABLE table_1590967_6 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR) |
### question: Name the total number of episodes for coat of cash wearing celebrity is matt di angelo ### answer: SELECT COUNT(episode_number) FROM table_1590967_6 WHERE coat_of_cash_wearing_celebrity = "Matt Di Angelo" ### context: CREATE TABLE table_1590967_6 (episode_number VARCHAR, coat_of_cash_wearing_celebrity VAR... |
### question: What was the total opponents points for the game were the Oilers scored 21? ### answer: SELECT opponents FROM table_15986020_3 WHERE oilers_points = 21 ### context: CREATE TABLE table_15986020_3 (opponents VARCHAR, oilers_points VARCHAR) |
### question: Who got second place when the winners were rafał mroczek & aneta piotrowska? ### answer: SELECT second_place FROM table_15988037_4 WHERE winner = "Rafał Mroczek & Aneta Piotrowska" ### context: CREATE TABLE table_15988037_4 (second_place VARCHAR, winner VARCHAR) |
### question: The hanja 朔州 is for what province? ### answer: SELECT province FROM table_160510_1 WHERE hanja = "朔州" ### context: CREATE TABLE table_160510_1 (province VARCHAR, hanja VARCHAR) |
### question: What is the modern equivalent of the former kingdom "silla" with the hanja 尙州? ### answer: SELECT COUNT(modern_equivalent) FROM table_160510_1 WHERE former_kingdom = "Silla" AND hanja = "尙州" ### context: CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, former_kingdom VARCHAR, hanja VARCHAR) |
### question: The hanja 尙州 is for what capital? ### answer: SELECT capital FROM table_160510_1 WHERE hanja = "尙州" ### context: CREATE TABLE table_160510_1 (capital VARCHAR, hanja VARCHAR) |
### question: What is the hangul symbol for the hanja 良州? ### answer: SELECT hangul FROM table_160510_1 WHERE hanja = "良州" ### context: CREATE TABLE table_160510_1 (hangul VARCHAR, hanja VARCHAR) |
### question: What is the hanja for the province of "sangju"? ### answer: SELECT hanja FROM table_160510_1 WHERE province = "Sangju" ### context: CREATE TABLE table_160510_1 (hanja VARCHAR, province VARCHAR) |
### question: What are the modern equivalents for the province of "hanju"? ### answer: SELECT modern_equivalent FROM table_160510_1 WHERE province = "Hanju" ### context: CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, province VARCHAR) |
### question: How many passengers (in millions) flew from Seoul in 2012? ### answer: SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE city_1 = "Seoul" ### context: CREATE TABLE table_16066063_1 (city_1 VARCHAR) |
### question: How many passengers (in millions) flew through along the route that is 1075km long in 2012? ### answer: SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE distance = "1075km" ### context: CREATE TABLE table_16066063_1 (distance VARCHAR) |
### question: Which city is listed first when Okinawa is listed as the second city? ### answer: SELECT city_1 FROM table_16066063_1 WHERE city_2 = "Okinawa" ### context: CREATE TABLE table_16066063_1 (city_1 VARCHAR, city_2 VARCHAR) |
### question: What is the report for races where Will Power had both pole position and fastest lap? ### answer: SELECT report FROM table_16099880_5 WHERE pole_position = "Will Power" AND fastest_lap = "Will Power" ### context: CREATE TABLE table_16099880_5 (report VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR) |
### question: Who was on the pole at Chicagoland? ### answer: SELECT pole_position FROM table_16099880_5 WHERE race = "Chicagoland" ### context: CREATE TABLE table_16099880_5 (pole_position VARCHAR, race VARCHAR) |
### question: In what position did the winning driver finish at Chicagoland? ### answer: SELECT COUNT(winning_driver) FROM table_16099880_5 WHERE race = "Chicagoland" ### context: CREATE TABLE table_16099880_5 (winning_driver VARCHAR, race VARCHAR) |
### question: How many schools had the win loss ratio of 0.667? ### answer: SELECT COUNT(school) FROM table_16225511_2 WHERE percent = "0.667" ### context: CREATE TABLE table_16225511_2 (school VARCHAR, percent VARCHAR) |
### question: How many wins did Baylor have? ### answer: SELECT COUNT(wins) FROM table_16225511_2 WHERE school = "Baylor" ### context: CREATE TABLE table_16225511_2 (wins VARCHAR, school VARCHAR) |
### question: What's the largest amount of wins Texas has? ### answer: SELECT MAX(wins) FROM table_16225511_2 WHERE school = "Texas" ### context: CREATE TABLE table_16225511_2 (wins INTEGER, school VARCHAR) |
### question: Who sanctioned the event at fayette county speedway? ### answer: SELECT sanction FROM table_16275828_4 WHERE track_name = "Fayette County Speedway" ### context: CREATE TABLE table_16275828_4 (sanction VARCHAR, track_name VARCHAR) |
### question: Who sanctioned the event in lincoln, illinois? ### answer: SELECT sanction FROM table_16275828_4 WHERE location = "Lincoln, Illinois" ### context: CREATE TABLE table_16275828_4 (sanction VARCHAR, location VARCHAR) |
### question: What location is farmer city speedway? ### answer: SELECT location FROM table_16275828_4 WHERE track_name = "Farmer City Speedway" ### context: CREATE TABLE table_16275828_4 (location VARCHAR, track_name VARCHAR) |
### question: What programs were held at highland speedway? ### answer: SELECT program FROM table_16275828_4 WHERE track_name = "Highland Speedway" ### context: CREATE TABLE table_16275828_4 (program VARCHAR, track_name VARCHAR) |
### question: What programs were held in charleston, illinois? ### answer: SELECT program FROM table_16275828_4 WHERE location = "Charleston, Illinois" ### context: CREATE TABLE table_16275828_4 (program VARCHAR, location VARCHAR) |
### question: Name the round eliminated where conference record is 12-6 ### answer: SELECT round_eliminated FROM table_16295365_2 WHERE conf_record = "12-6" ### context: CREATE TABLE table_16295365_2 (round_eliminated VARCHAR, conf_record VARCHAR) |
### question: Name the school where conference record is 12-6 ### answer: SELECT school FROM table_16295365_2 WHERE conf_record = "12-6" ### context: CREATE TABLE table_16295365_2 (school VARCHAR, conf_record VARCHAR) |
### question: Name the conference record where seed is 3 and record is 24-9 ### answer: SELECT conf_record FROM table_16295365_2 WHERE seed = "3" AND record = "24-9" ### context: CREATE TABLE table_16295365_2 (conf_record VARCHAR, seed VARCHAR, record VARCHAR) |
### question: For teams in the Sun Belt conference, what is the conference record? ### answer: SELECT conf_record FROM table_16295365_1 WHERE conference = "Sun Belt" ### context: CREATE TABLE table_16295365_1 (conf_record VARCHAR, conference VARCHAR) |
### question: What was the overall record of Oral Roberts college? ### answer: SELECT record FROM table_16295365_1 WHERE school = "Oral Roberts" ### context: CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR) |
### question: Which qualifying schools were in the Patriot conference? ### answer: SELECT school FROM table_16295365_1 WHERE conference = "Patriot" ### context: CREATE TABLE table_16295365_1 (school VARCHAR, conference VARCHAR) |
### question: What was the overall record of UMBC? ### answer: SELECT record FROM table_16295365_1 WHERE school = "UMBC" ### context: CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR) |
### question: Which conference is Belmont in? ### answer: SELECT conference FROM table_16295365_1 WHERE school = "Belmont" ### context: CREATE TABLE table_16295365_1 (conference VARCHAR, school VARCHAR) |
### question: What is the status of vessel number K-223? ### answer: SELECT status FROM table_1634376_1 WHERE _number = "K-223" ### context: CREATE TABLE table_1634376_1 (status VARCHAR, _number VARCHAR) |
### question: Who won third place in season four? ### answer: SELECT third_place FROM table_16331144_1 WHERE season = "Four" ### context: CREATE TABLE table_16331144_1 (third_place VARCHAR, season VARCHAR) |
### question: Who was the runner-up in season five? ### answer: SELECT runner_up FROM table_16331144_1 WHERE season = "Five" ### context: CREATE TABLE table_16331144_1 (runner_up VARCHAR, season VARCHAR) |
### question: Which season did Ida Corr win? ### answer: SELECT season FROM table_16331144_1 WHERE winning_mentor = "Ida Corr" ### context: CREATE TABLE table_16331144_1 (season VARCHAR, winning_mentor VARCHAR) |
### question: Who was the winning mentor in season two? ### answer: SELECT winning_mentor FROM table_16331144_1 WHERE season = "Two" ### context: CREATE TABLE table_16331144_1 (winning_mentor VARCHAR, season VARCHAR) |
### question: Who was the runner-up when Mohamed Ali got third? ### answer: SELECT runner_up FROM table_16331144_1 WHERE third_place = "Mohamed Ali" ### context: CREATE TABLE table_16331144_1 (runner_up VARCHAR, third_place VARCHAR) |
### question: What affiliation is Erie, Pennsylvania? ### answer: SELECT affiliation FROM table_16381914_1 WHERE location = "Erie, Pennsylvania" ### context: CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR) |
### question: What was the enrollment of the school founded in 1846? ### answer: SELECT enrollment FROM table_16381914_1 WHERE founded = 1846 ### context: CREATE TABLE table_16381914_1 (enrollment VARCHAR, founded VARCHAR) |
### question: What kind of school is Canton, New York? ### answer: SELECT affiliation FROM table_16381914_1 WHERE location = "Canton, New York" ### context: CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR) |
### question: Name the ground for essendon ### answer: SELECT ground FROM table_16388047_1 WHERE home_team = "Essendon" ### context: CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR) |
### question: Name the total number of grounds for essendon ### answer: SELECT COUNT(ground) FROM table_16388047_1 WHERE home_team = "Essendon" ### context: CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR) |
### question: Name the time for saturday 4 march 1995 ### answer: SELECT time FROM table_16388047_1 WHERE date = "Saturday 4 March 1995" ### context: CREATE TABLE table_16388047_1 (time VARCHAR, date VARCHAR) |
### question: On what date did the away team Fremantle play? ### answer: SELECT date FROM table_16388478_3 WHERE away_team = "Fremantle" ### context: CREATE TABLE table_16388478_3 (date VARCHAR, away_team VARCHAR) |
### question: What score did the away team receive against home team Port Adelaide? ### answer: SELECT away_team AS score FROM table_16388478_3 WHERE home_team = "Port Adelaide" ### context: CREATE TABLE table_16388478_3 (away_team VARCHAR, home_team VARCHAR) |
### question: Name the h when c max is 99 ### answer: SELECT h FROM table WHERE c__max_ = 99 ### context: CREATE TABLE table (h VARCHAR, c__max_ VARCHAR) |
### question: when was the school/club team for grizzles was maryland ### answer: SELECT years_for_grizzlies FROM table_16494599_5 WHERE school_club_team = "Maryland" ### context: CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, school_club_team VARCHAR) |
### question: Which position did kevin edwards play for ### answer: SELECT position FROM table_16494599_5 WHERE player = "Kevin Edwards" ### context: CREATE TABLE table_16494599_5 (position VARCHAR, player VARCHAR) |
### question: when did no. 32 play for grizzles ### answer: SELECT years_for_grizzlies FROM table_16494599_5 WHERE no = 32 ### context: CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, no VARCHAR) |
### question: what's the highest player number from the list from 2000-2001 ### answer: SELECT MAX(no) FROM table_16494599_5 WHERE years_for_grizzlies = "2000-2001" ### context: CREATE TABLE table_16494599_5 (no INTEGER, years_for_grizzlies VARCHAR) |
### question: Which school/club team did blue edwards play for ### answer: SELECT school_club_team FROM table_16494599_5 WHERE player = "Blue Edwards" ### context: CREATE TABLE table_16494599_5 (school_club_team VARCHAR, player VARCHAR) |
### question: What position is Justin Shaw in? ### answer: SELECT position FROM table_16575609_3 WHERE player = "Justin Shaw" ### context: CREATE TABLE table_16575609_3 (position VARCHAR, player VARCHAR) |
### question: What pick # did Western Illinois have? ### answer: SELECT pick__number FROM table_16575609_3 WHERE college = "Western Illinois" ### context: CREATE TABLE table_16575609_3 (pick__number VARCHAR, college VARCHAR) |
### question: How many cfl teams had pick # 21? ### answer: SELECT COUNT(cfl_team) FROM table_16575609_3 WHERE pick__number = 21 ### context: CREATE TABLE table_16575609_3 (cfl_team VARCHAR, pick__number VARCHAR) |
### question: How many pick numbers did Michael Giffin have? ### answer: SELECT COUNT(pick__number) FROM table_16575609_3 WHERE player = "Michael Giffin" ### context: CREATE TABLE table_16575609_3 (pick__number VARCHAR, player VARCHAR) |
### question: What college does Jean-Nicolas Carriere play for? ### answer: SELECT college FROM table_16575609_3 WHERE player = "Jean-Nicolas Carriere" ### context: CREATE TABLE table_16575609_3 (college VARCHAR, player VARCHAR) |
### question: What are the points for ktm-vmc equipment? ### answer: SELECT points FROM table_16729457_18 WHERE equipment = "KTM-VMC" ### context: CREATE TABLE table_16729457_18 (points VARCHAR, equipment VARCHAR) |
### question: Name the location for illinois ### answer: SELECT location FROM table_1672976_7 WHERE big_ten_team = "Illinois" ### context: CREATE TABLE table_1672976_7 (location VARCHAR, big_ten_team VARCHAR) |
### question: what is the maximum lead margin on august 5, 2008? ### answer: SELECT MAX(lead_margin) FROM table_16751596_5 WHERE dates_administered = "August 5, 2008" ### context: CREATE TABLE table_16751596_5 (lead_margin INTEGER, dates_administered VARCHAR) |
### question: what is the percentage for john kerry and dates administered is april 22, 2008? ### answer: SELECT democrat AS :_john_kerry FROM table_16751596_5 WHERE dates_administered = "April 22, 2008" ### context: CREATE TABLE table_16751596_5 (democrat VARCHAR, dates_administered VARCHAR) |
### question: What was the diameter of the feature found in 1997? ### answer: SELECT diameter__km_ FROM table_16799784_3 WHERE year_named = 1997 ### context: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, year_named VARCHAR) |
### question: At a latitude of 67.5n, what is the diameter? ### answer: SELECT diameter__km_ FROM table_16799784_3 WHERE latitude = "67.5N" ### context: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, latitude VARCHAR) |
### question: What is the latitude of vaidilute rupes? ### answer: SELECT latitude FROM table_16799784_3 WHERE name = "Vaidilute Rupes" ### context: CREATE TABLE table_16799784_3 (latitude VARCHAR, name VARCHAR) |
### question: At a latitude of 71.1e, what is the feature's name origin? ### answer: SELECT name AS origin FROM table_16799784_3 WHERE longitude = "71.1E" ### context: CREATE TABLE table_16799784_3 (name VARCHAR, longitude VARCHAR) |
### question: At a longitude of 109.9e, how many features were found? ### answer: SELECT COUNT(diameter__km_) FROM table_16799784_3 WHERE longitude = "109.9E" ### context: CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, longitude VARCHAR) |
### question: At a longitude of 321.9e, what is the latitude of the features found? ### answer: SELECT latitude FROM table_16799784_3 WHERE longitude = "321.9E" ### context: CREATE TABLE table_16799784_3 (latitude VARCHAR, longitude VARCHAR) |
### question: In what year was the feature at a 33.3S latitude named? ### answer: SELECT MAX(year_named) FROM table_16799784_8 WHERE latitude = "33.3S" ### context: CREATE TABLE table_16799784_8 (year_named INTEGER, latitude VARCHAR) |
### question: What is the diameter in km of the feature named Colette Patera? ### answer: SELECT diameter__km_ FROM table_16799784_8 WHERE name = "Colette Patera" ### context: CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, name VARCHAR) |
### question: What is the longitude of the feature named Razia Patera? ### answer: SELECT longitude FROM table_16799784_8 WHERE name = "Razia Patera" ### context: CREATE TABLE table_16799784_8 (longitude VARCHAR, name VARCHAR) |
### question: What is the origin of the name of Keller Patera? ### answer: SELECT name AS origin FROM table_16799784_8 WHERE name = "Keller Patera" ### context: CREATE TABLE table_16799784_8 (name VARCHAR) |
### question: What is the diameter in km of the feature with a longitude of 40.2E? ### answer: SELECT diameter__km_ FROM table_16799784_8 WHERE longitude = "40.2E" ### context: CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, longitude VARCHAR) |
### question: what's the name origin of feature of diameter (km) 2,155.0 ### answer: SELECT name AS origin FROM table_16799784_7 WHERE diameter__km_ = "2,155.0" ### context: CREATE TABLE table_16799784_7 (name VARCHAR, diameter__km_ VARCHAR) |
### question: what is the diameter (km) of the feature of latitude 23.0s ### answer: SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "23.0S" ### context: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR) |
### question: what is the latitude of the feature of longitude 80.0e ### answer: SELECT latitude FROM table_16799784_7 WHERE longitude = "80.0E" ### context: CREATE TABLE table_16799784_7 (latitude VARCHAR, longitude VARCHAR) |
### question: what is the diameter (km) of feature of latitude 40.5s ### answer: SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "40.5S" ### context: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR) |
### question: what is the diameter (km) of longitude 170.1e ### answer: SELECT diameter__km_ FROM table_16799784_7 WHERE longitude = "170.1E" ### context: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, longitude VARCHAR) |
### question: What is the market value of a company in billions that has 172.7 billion in sales? ### answer: SELECT market_value__billion_$_ FROM table_1682026_6 WHERE sales__billion_$_ = "172.7" ### context: CREATE TABLE table_1682026_6 (market_value__billion_$_ VARCHAR, sales__billion_$_ VARCHAR) |
### question: What are the profits in billions for Berkshire Hathaway? ### answer: SELECT profits__billion_$_ FROM table_1682026_6 WHERE company = "Berkshire Hathaway" ### context: CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, company VARCHAR) |
### question: Which industry has a company with a market value of 80.3 billion? ### answer: SELECT industry FROM table_1682026_6 WHERE market_value__billion_$_ = "80.3" ### context: CREATE TABLE table_1682026_6 (industry VARCHAR, market_value__billion_$_ VARCHAR) |
### question: What is the highest rank of a company that has 1,715.8 billion in assets? ### answer: SELECT MAX(rank) FROM table_1682026_6 WHERE assets__billion_$_ = "1,715.8" ### context: CREATE TABLE table_1682026_6 (rank INTEGER, assets__billion_$_ VARCHAR) |
### question: what is the amount of profits in billions for companies with a market value of 204.9 billion? ### answer: SELECT profits__billion_$_ FROM table_1682026_6 WHERE market_value__billion_$_ = "204.9" ### context: CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, market_value__billion_$_ VARCHAR) |
### 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? ### answer: SELECT mls_cup_playoffs FROM table_16857_2 WHERE concacaf_champions_cup___champions_league = "Did not qualify" AND us_open_cup = "Round of 16" ### context: CREATE TABL... |
### question: When was the first season? ### answer: SELECT MIN(season) FROM table_16857_2 ### context: CREATE TABLE table_16857_2 (season INTEGER) |
### question: What is the ISBN of "Dead as a Doornail? ### answer: SELECT paperback FROM table_16907214_1 WHERE title = "Dead as a Doornail" ### context: CREATE TABLE table_16907214_1 (paperback VARCHAR, title VARCHAR) |
### question: How many publishers put out isbn 193700788x? ### answer: SELECT COUNT(publisher) FROM table_16907214_1 WHERE hardcover = "ISBN 193700788X" ### context: CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR) |
### question: isbn 0-441-01400-3 is book number? ### answer: SELECT _number FROM table_16907214_1 WHERE hardcover = "ISBN 0-441-01400-3" ### context: CREATE TABLE table_16907214_1 (_number VARCHAR, hardcover VARCHAR) |
### question: Who pubilshed isbn 1-937007-44-8? ### answer: SELECT publisher FROM table_16907214_1 WHERE hardcover = "ISBN 1-937007-44-8" ### context: CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR) |
### question: What is the minimum Wins a team has? ### answer: SELECT MIN(w) FROM table_16922657_2 ### context: CREATE TABLE table_16922657_2 (w INTEGER) |
### question: When the country was Scotland, how many ends were won? ### answer: SELECT COUNT(Ends) AS won FROM table_16922657_2 WHERE country = Scotland ### context: CREATE TABLE table_16922657_2 (Ends VARCHAR, country VARCHAR, Scotland VARCHAR) |
### question: What is Norway's least ends lost? ### answer: SELECT MIN(Ends) AS lost FROM table_16922657_2 WHERE country = Norway ### context: CREATE TABLE table_16922657_2 (Ends INTEGER, country VARCHAR, Norway VARCHAR) |
### question: Name the poles for 25th position ### answer: SELECT poles FROM table_1708050_1 WHERE position = "25th" ### context: CREATE TABLE table_1708050_1 (poles VARCHAR, position VARCHAR) |
### question: Name the starts when position is 16th ### answer: SELECT starts FROM table_1708050_1 WHERE position = "16th" ### context: CREATE TABLE table_1708050_1 (starts VARCHAR, position VARCHAR) |
### question: What stadium hosted the June 7 game and how many visitors were there? ### answer: SELECT location_attendance FROM table_17103645_9 WHERE date = "June 7" ### context: CREATE TABLE table_17103645_9 (location_attendance VARCHAR, date VARCHAR) |
### question: Who made the highest assist in the game that scored 79-88? ### answer: SELECT high_assists FROM table_17103645_9 WHERE score = "79-88" ### context: CREATE TABLE table_17103645_9 (high_assists VARCHAR, score VARCHAR) |
### question: When the 8th is Marcos Hernandez who was the 6th? ### answer: SELECT sixth FROM table_17111812_1 WHERE eighth = "Marcos Hernandez" ### context: CREATE TABLE table_17111812_1 (sixth VARCHAR, eighth VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.