training_input stringlengths 118 1.06k |
|---|
###context:CREATE TABLE table_15608800_2 (wheel_arrangement VARCHAR, class VARCHAR)
###human: Name the number of wheel arrangement when class is d14
###assistant: SELECT COUNT(wheel_arrangement) FROM table_15608800_2 WHERE class = "D14" |
###context:CREATE TABLE table_15608800_2 (number_at_pyewipe INTEGER)
###human: Name the most number of pyewipe
###assistant: SELECT MAX(number_at_pyewipe) FROM table_15608800_2 |
###context:CREATE TABLE table_15608800_2 (number_at_march VARCHAR, class VARCHAR)
###human: Name the number at march when class is j66
###assistant: SELECT number_at_march FROM table_15608800_2 WHERE class = "J66" |
###context:CREATE TABLE table_15608800_2 (railway VARCHAR, class VARCHAR)
###human: Name the railway when class is j19
###assistant: SELECT railway FROM table_15608800_2 WHERE class = "J19" |
###context:CREATE TABLE table_15608800_2 (railway VARCHAR, class VARCHAR)
###human: Name the railway when class is j15
###assistant: SELECT railway FROM table_15608800_2 WHERE class = "J15" |
###context:CREATE TABLE table_15621965_1 (years_in_orlando VARCHAR, school_club_team VARCHAR)
###human: Name the years in orlando for penn state
###assistant: SELECT years_in_orlando FROM table_15621965_1 WHERE school_club_team = "Penn State" |
###context:CREATE TABLE table_15621965_1 (nationality VARCHAR, no VARCHAR)
###human: Name the nationality of number 9
###assistant: SELECT nationality FROM table_15621965_1 WHERE no = 9 |
###context:CREATE TABLE table_15621965_10 (years_in_orlando VARCHAR, position VARCHAR)
###human: Name the years in orlando for forward
###assistant: SELECT years_in_orlando FROM table_15621965_10 WHERE position = "Forward" |
###context:CREATE TABLE table_15621965_10 (player VARCHAR, school_club_team VARCHAR)
###human: Name the number of players from arizona
###assistant: SELECT COUNT(player) FROM table_15621965_10 WHERE school_club_team = "Arizona" |
###context:CREATE TABLE table_15621965_10 (years_in_orlando VARCHAR, school_club_team VARCHAR)
###human: Name the years in orlando that the player from concord hs was in
###assistant: SELECT years_in_orlando FROM table_15621965_10 WHERE school_club_team = "Concord HS" |
###context:CREATE TABLE table_15621965_14 (player VARCHAR, school_club_team VARCHAR)
###human: Name the number of players for louisiana state
###assistant: SELECT COUNT(player) FROM table_15621965_14 WHERE school_club_team = "Louisiana State" |
###context:CREATE TABLE table_15621965_14 (school_club_team VARCHAR, player VARCHAR)
###human: Name the school/club team for kevin ollie
###assistant: SELECT school_club_team FROM table_15621965_14 WHERE player = "Kevin Ollie" |
###context:CREATE TABLE table_15621965_14 (school_club_team VARCHAR, player VARCHAR)
###human: Name the school/club team for jawann oldham
###assistant: SELECT school_club_team FROM table_15621965_14 WHERE player = "Jawann Oldham" |
###context:CREATE TABLE table_15621965_14 (player VARCHAR, school_club_team VARCHAR)
###human: Name the player for seattle
###assistant: SELECT player FROM table_15621965_14 WHERE school_club_team = "Seattle" |
###context:CREATE TABLE table_15621965_16 (nationality VARCHAR, school_club_team VARCHAR)
###human: What is the nationality of th player who's school is Clemson?
###assistant: SELECT nationality FROM table_15621965_16 WHERE school_club_team = "Clemson" |
###context:CREATE TABLE table_15621965_16 (years_in_orlando VARCHAR, school_club_team VARCHAR)
###human: What years did the player who's school is Clemson spend in Orlando?
###assistant: SELECT years_in_orlando FROM table_15621965_16 WHERE school_club_team = "Clemson" |
###context:CREATE TABLE table_15621965_16 (no INTEGER, school_club_team VARCHAR)
###human: What is the number of the player who attended Delta State?
###assistant: SELECT MAX(no) FROM table_15621965_16 WHERE school_club_team = "Delta State" |
###context:CREATE TABLE table_15621965_2 (player VARCHAR, position VARCHAR)
###human: Who plays the position of forward-center?
###assistant: SELECT player FROM table_15621965_2 WHERE position = "Forward-Center" |
###context:CREATE TABLE table_15621965_3 (years_in_orlando VARCHAR, player VARCHAR)
###human: During what years did Chris Corchiani play in Orlando?
###assistant: SELECT years_in_orlando FROM table_15621965_3 WHERE player = "Chris Corchiani" |
###context:CREATE TABLE table_15635768_1 (date_of_issue VARCHAR, face_value VARCHAR)
###human: When the face value is 42¢, what was the issue's date?
###assistant: SELECT date_of_issue FROM table_15635768_1 WHERE face_value = "42¢" |
###context:CREATE TABLE table_15635768_1 (place_of_issue VARCHAR, ecosystem VARCHAR)
###human: Which location has the ecosystem of kelp forest?
###assistant: SELECT place_of_issue FROM table_15635768_1 WHERE ecosystem = "Kelp Forest" |
###context:CREATE TABLE table_15635768_1 (no_stamps_in_sheet VARCHAR, face_value VARCHAR, printer VARCHAR)
###human: How many stamps have a face value of 37¢ and were printed in the banknote corporation of america?
###assistant: SELECT COUNT(no_stamps_in_sheet) FROM table_15635768_1 WHERE face_value = "37¢" AND... |
###context:CREATE TABLE table_15635768_1 (printer VARCHAR, place_of_issue VARCHAR)
###human: Who was the printer of Estes Park, Colorado?
###assistant: SELECT printer FROM table_15635768_1 WHERE place_of_issue = "Estes Park, Colorado" |
###context:CREATE TABLE table_15635768_1 (printer VARCHAR, face_value VARCHAR)
###human: The stamp was 39¢, who was the printer?
###assistant: SELECT printer FROM table_15635768_1 WHERE face_value = "39¢" |
###context:CREATE TABLE table_15647838_3 (attendance VARCHAR, location VARCHAR)
###human: What are values of attendance for the El Paso, TX location?
###assistant: SELECT attendance FROM table_15647838_3 WHERE location = "El Paso, TX" |
###context:CREATE TABLE table_15647838_3 (result VARCHAR, attendance VARCHAR)
###human: How many values for result correspond to attendance of 74,111?
###assistant: SELECT COUNT(result) FROM table_15647838_3 WHERE attendance = "74,111" |
###context:CREATE TABLE table_15647838_3 (location VARCHAR, stadium VARCHAR)
###human: How many locations have the Sun Life Stadium?
###assistant: SELECT COUNT(location) FROM table_15647838_3 WHERE stadium = "Sun Life stadium" |
###context:CREATE TABLE table_15647838_3 (season INTEGER, bowl_game VARCHAR)
###human: What is the highest season for a bowl game of the 1993 Independence Bowl?
###assistant: SELECT MAX(season) FROM table_15647838_3 WHERE bowl_game = "1993 Independence Bowl" |
###context:CREATE TABLE table_15647838_3 (_number INTEGER, location VARCHAR, opponent VARCHAR)
###human: What is the lowest # in Atlanta, GA with the Georgia Bulldogs as an opponent?
###assistant: SELECT MIN(_number) FROM table_15647838_3 WHERE location = "Atlanta, GA" AND opponent = "Georgia Bulldogs" |
###context:CREATE TABLE table_15647838_3 (attendance VARCHAR, bowl_game VARCHAR)
###human: How many values for attendance correspond to the 1986 Peach Bowl?
###assistant: SELECT COUNT(attendance) FROM table_15647838_3 WHERE bowl_game = "1986 Peach Bowl" |
###context:CREATE TABLE table_1566848_7 (interview_subject VARCHAR, date VARCHAR)
###human: Who was the interview subject in the 2-86 issue?
###assistant: SELECT interview_subject FROM table_1566848_7 WHERE date = "2-86" |
###context:CREATE TABLE table_1566848_7 (pictorials VARCHAR, centerfold_model VARCHAR)
###human: Who were all the pictorials when the centerfold model was Rebekka Armstrong?
###assistant: SELECT COUNT(pictorials) FROM table_1566848_7 WHERE centerfold_model = "Rebekka Armstrong" |
###context:CREATE TABLE table_1566848_7 (pictorials VARCHAR, centerfold_model VARCHAR)
###human: Who were the pictorials when the centerfold model was Ava Fabian?
###assistant: SELECT pictorials FROM table_1566848_7 WHERE centerfold_model = "Ava Fabian" |
###context:CREATE TABLE table_1566848_7 (interview_subject VARCHAR, centerfold_model VARCHAR)
###human: Who was the interview subject when the centerfold model was Sherry Arnett?
###assistant: SELECT COUNT(interview_subject) FROM table_1566848_7 WHERE centerfold_model = "Sherry Arnett" |
###context:CREATE TABLE table_1566848_7 (cover_model VARCHAR, date VARCHAR)
###human: Who was the cover model in the 7-86 issue?
###assistant: SELECT cover_model FROM table_1566848_7 WHERE date = "7-86" |
###context:CREATE TABLE table_1566848_7 (date VARCHAR, pictorials VARCHAR)
###human: What is the date of the issue where the pictorials is of Female s disk jockey?
###assistant: SELECT COUNT(date) FROM table_1566848_7 WHERE pictorials = "Female s disk jockey" |
###context:CREATE TABLE table_1566852_3 (cover_model VARCHAR, centerfold_model VARCHAR)
###human: WHO WAS THE COVER MODEL OF PLAYBOY WHERE THE CENTERFOLD MODEL WAS SHALLAN MEIERS?
###assistant: SELECT cover_model FROM table_1566852_3 WHERE centerfold_model = "Shallan Meiers" |
###context:CREATE TABLE table_1566852_3 (interview_subject VARCHAR, centerfold_model VARCHAR)
###human: IN THE ISSUE WHERE NICOLE NARAIN WAS THE CENTERFOLD MODEL, WHO WAS THE INTERVIEW SUBJECT?
###assistant: SELECT interview_subject FROM table_1566852_3 WHERE centerfold_model = "Nicole Narain" |
###context:CREATE TABLE table_1566852_3 (date VARCHAR, interview_subject VARCHAR)
###human: IN HOW MANY ISSUES WAS HARRISON FORD THE INTERVIEW SUBJECT?
###assistant: SELECT COUNT(date) FROM table_1566852_3 WHERE interview_subject = "Harrison Ford" |
###context:CREATE TABLE table_1566852_4 (interview_subject VARCHAR)
###human: Who was featured in 20 questions when the subject of the interview was Mike Piazza?
###assistant: SELECT 20 AS _questions FROM table_1566852_4 WHERE interview_subject = "Mike Piazza" |
###context:CREATE TABLE table_1566852_4 (date VARCHAR)
###human: Who was featured in 20 questions on 4-03?
###assistant: SELECT 20 AS _questions FROM table_1566852_4 WHERE date = "4-03" |
###context:CREATE TABLE table_1566852_4 (date VARCHAR, centerfold_model VARCHAR)
###human: On what deate was the centerfold featured Luci Victoria?
###assistant: SELECT date FROM table_1566852_4 WHERE centerfold_model = "Luci Victoria" |
###context:CREATE TABLE table_1566852_4 (centerfold_model VARCHAR, cover_model VARCHAR)
###human: How many centerfold models were there when the cover model was Torrie Wilson?
###assistant: SELECT COUNT(centerfold_model) FROM table_1566852_4 WHERE cover_model = "Torrie Wilson" |
###context:CREATE TABLE table_1566850_9 (pictorials VARCHAR, date VARCHAR)
###human: What is the name of the pictorial in the 11-98 issue?
###assistant: SELECT pictorials FROM table_1566850_9 WHERE date = "11-98" |
###context:CREATE TABLE table_1566850_9 (centerfold_model VARCHAR, date VARCHAR)
###human: How many centerfolds were in the 9-98 issue?
###assistant: SELECT COUNT(centerfold_model) FROM table_1566850_9 WHERE date = "9-98" |
###context:CREATE TABLE table_1566850_9 (interview_subject VARCHAR, date VARCHAR)
###human: Who was interviewed in the 8-98 issue?
###assistant: SELECT interview_subject FROM table_1566850_9 WHERE date = "8-98" |
###context:CREATE TABLE table_1566850_9 (centerfold_model VARCHAR)
###human: Who was asked 20 questions in the issue where the centerfold is Marliece Andrada?
###assistant: SELECT 20 AS _questions FROM table_1566850_9 WHERE centerfold_model = "Marliece Andrada" |
###context:CREATE TABLE table_1566850_9 (cover_model VARCHAR)
###human: Who was asked 20 questions in the issue where the cover model is Linda Brava?
###assistant: SELECT 20 AS _questions FROM table_1566850_9 WHERE cover_model = "Linda Brava" |
###context:CREATE TABLE table_1566852_6 (date VARCHAR, centerfold_model VARCHAR)
###human: How many times was Jillian Grace the centerfold model?
###assistant: SELECT COUNT(date) FROM table_1566852_6 WHERE centerfold_model = "Jillian Grace" |
###context:CREATE TABLE table_1566852_6 (interview_subject VARCHAR, cover_model VARCHAR)
###human: What were the interview subjects on those occasions where Bai Ling was the cover model?
###assistant: SELECT interview_subject FROM table_1566852_6 WHERE cover_model = "Bai Ling" |
###context:CREATE TABLE table_1566852_6 (interview_subject VARCHAR, centerfold_model VARCHAR)
###human: How many total interview subjects wererthere when the centerfold model was Tamara Witmer?
###assistant: SELECT COUNT(interview_subject) FROM table_1566852_6 WHERE centerfold_model = "Tamara Witmer" |
###context:CREATE TABLE table_1566852_6 (centerfold_model VARCHAR)
###human: What's the subject of 20 questions in those issues where Jillian Grace is the centerfold model?
###assistant: SELECT 20 AS _questions FROM table_1566852_6 WHERE centerfold_model = "Jillian Grace" |
###context:CREATE TABLE table_1566852_6 (cover_model VARCHAR, date VARCHAR)
###human: Who were the cover model(s) on the 4-05 issue?
###assistant: SELECT cover_model FROM table_1566852_6 WHERE date = "4-05" |
###context:CREATE TABLE table_1566852_5 (date VARCHAR, interview_subject VARCHAR)
###human: Name the date for oliver stone
###assistant: SELECT date FROM table_1566852_5 WHERE interview_subject = "Oliver Stone" |
###context:CREATE TABLE table_1566852_5 (interview_subject VARCHAR)
###human: Name the 20 questions for derek jeter
###assistant: SELECT 20 AS _questions FROM table_1566852_5 WHERE interview_subject = "Derek Jeter" |
###context:CREATE TABLE table_1566852_5 (date VARCHAR)
###human: Name the 20 questions for 8-04
###assistant: SELECT 20 AS _questions FROM table_1566852_5 WHERE date = "8-04" |
###context:CREATE TABLE table_15672920_1 (open_cup VARCHAR, year VARCHAR)
###human: Name the open cup for 2010
###assistant: SELECT open_cup FROM table_15672920_1 WHERE year = 2010 |
###context:CREATE TABLE table_1566852_7 (date VARCHAR, interview_subject VARCHAR)
###human: IN WHAT ISSUE OF PLAYBOY WAS SHEPARD SMITH INTERVIEWED?
###assistant: SELECT date FROM table_1566852_7 WHERE interview_subject = "Shepard Smith" |
###context:CREATE TABLE table_1566852_7 (cover_model VARCHAR, centerfold_model VARCHAR)
###human: HOW MANY MODELS WERE ON THE COVER OF THE ISSUE WHERE THE CENTERFOLD WAS STEPHANIE LARIMORE?
###assistant: SELECT COUNT(cover_model) FROM table_1566852_7 WHERE centerfold_model = "Stephanie Larimore" |
###context:CREATE TABLE table_1566852_7 (interview_subject VARCHAR, cover_model VARCHAR)
###human: IN THE ISSUE WITH KARA MONACO ON THE COVER, WHO WAS THE INTERVIEW SUBJECT?
###assistant: SELECT interview_subject FROM table_1566852_7 WHERE cover_model = "Kara Monaco" |
###context:CREATE TABLE table_1566852_7 (interview_subject VARCHAR)
###human: HOW MANY TIMES WAS LUDACRIS THE INTERVIEW SUBJECT FOR THE 20 QUESTIONS COLUMN?
###assistant: SELECT COUNT(20 AS _questions) FROM table_1566852_7 WHERE interview_subject = "Ludacris" |
###context:CREATE TABLE table_15694696_1 (arabic_capital_name VARCHAR, english_capital_name VARCHAR)
###human: what is the arabic capital name wher the english capital name is manama?
###assistant: SELECT arabic_capital_name FROM table_15694696_1 WHERE english_capital_name = "Manama" |
###context:CREATE TABLE table_15694696_1 (arabic_capital_name VARCHAR, english_capital_name VARCHAR)
###human: what is the arabic capital name where the english capital name is beirut?
###assistant: SELECT arabic_capital_name FROM table_15694696_1 WHERE english_capital_name = "Beirut" |
###context:CREATE TABLE table_15681686_4 (rank__night_ VARCHAR, rating VARCHAR)
###human: what is the rank for the rating 4.4?
###assistant: SELECT rank__night_ FROM table_15681686_4 WHERE rating = "4.4" |
###context:CREATE TABLE table_15681686_4 (rating VARCHAR, rank__week_ VARCHAR)
###human: what is the rating where the rank is 48?
###assistant: SELECT rating / SHARE(18 - 49) FROM table_15681686_4 WHERE rank__week_ = "48" |
###context:CREATE TABLE table_15681686_4 (rank__timeslot_ VARCHAR, rank__week_ VARCHAR)
###human: what is the total rank where the rank is 58?
###assistant: SELECT COUNT(rank__timeslot_) FROM table_15681686_4 WHERE rank__week_ = "58" |
###context:CREATE TABLE table_15681686_4 (rank__week_ VARCHAR, viewers__millions_ VARCHAR)
###human: what rank has viewers at 6.45?
###assistant: SELECT rank__week_ FROM table_15681686_4 WHERE viewers__millions_ = "6.45" |
###context:CREATE TABLE table_15681686_4 (rank__timeslot_ VARCHAR, viewers__millions_ VARCHAR)
###human: what is the total number of rank where viewers is 9.38?
###assistant: SELECT COUNT(rank__timeslot_) FROM table_15681686_4 WHERE viewers__millions_ = "9.38" |
###context:CREATE TABLE table_1569516_1 (destination VARCHAR, service_pattern VARCHAR)
###human: Where is the service pattern sydenham then fast to norwood junction?
###assistant: SELECT destination FROM table_1569516_1 WHERE service_pattern = "Sydenham then fast to Norwood Junction" |
###context:CREATE TABLE table_1569516_1 (platform VARCHAR, operator VARCHAR, service_pattern VARCHAR)
###human: How many platforms have a southern opertator and the pattern is all stations via clapham junction?
###assistant: SELECT COUNT(platform) FROM table_1569516_1 WHERE operator = "Southern" AND service_pat... |
###context:CREATE TABLE table_1569516_1 (frequency__per_hour_ VARCHAR, destination VARCHAR)
###human: When London Bridge is the destination, what is the frequency?
###assistant: SELECT frequency__per_hour_ FROM table_1569516_1 WHERE destination = "London Bridge" |
###context:CREATE TABLE table_1569516_1 (line VARCHAR, destination VARCHAR)
###human: When London Bridge is the destination, how many lines are there?
###assistant: SELECT COUNT(line) FROM table_1569516_1 WHERE destination = "London Bridge" |
###context:CREATE TABLE table_1570003_2 (playoffs VARCHAR, year VARCHAR)
###human: What was the playoff advancement during the year 1998?
###assistant: SELECT playoffs FROM table_1570003_2 WHERE year = 1998 |
###context:CREATE TABLE table_1570003_2 (open_cup VARCHAR, year VARCHAR)
###human: During 2003 what was open cup qualifying status?
###assistant: SELECT open_cup FROM table_1570003_2 WHERE year = 2003 |
###context:CREATE TABLE table_1570003_2 (year INTEGER, open_cup VARCHAR)
###human: What is the most recent year where team made it to 2nd round of the Open Cup?
###assistant: SELECT MAX(year) FROM table_1570003_2 WHERE open_cup = "2nd Round" |
###context:CREATE TABLE table_1569625_1 (margin_of_victory VARCHAR, no VARCHAR)
###human: Name the margin of victory when the number is 15
###assistant: SELECT margin_of_victory FROM table_1569625_1 WHERE no = 15 |
###context:CREATE TABLE table_1569625_1 (no VARCHAR, runner_s__up VARCHAR)
###human: Name the number of numbers for howard clark
###assistant: SELECT COUNT(no) FROM table_1569625_1 WHERE runner_s__up = "Howard Clark" |
###context:CREATE TABLE table_1569625_1 (margin_of_victory VARCHAR, tournament VARCHAR)
###human: Name the margin of victory when tournament is algarve open de portugal
###assistant: SELECT margin_of_victory FROM table_1569625_1 WHERE tournament = "Algarve Open de Portugal" |
###context:CREATE TABLE table_1569625_1 (tournament VARCHAR, margin_of_victory VARCHAR, winning_score VARCHAR)
###human: Name the tournament when margin of victory is 3 strokes and winning score is 71-66-70-67=274
###assistant: SELECT tournament FROM table_1569625_1 WHERE margin_of_victory = "3 strokes" AND win... |
###context:CREATE TABLE table_15700367_4 (runs_conceded INTEGER)
###human: Name the most runs conceded
###assistant: SELECT MAX(runs_conceded) FROM table_15700367_4 |
###context:CREATE TABLE table_15700367_4 (wickets VARCHAR, overs_bowled VARCHAR)
###human: Name the wickets when overs bowled is 9
###assistant: SELECT wickets FROM table_15700367_4 WHERE overs_bowled = "9" |
###context:CREATE TABLE table_15700367_4 (maidens INTEGER, er VARCHAR)
###human: Name the most maidens when e.r. 5.11
###assistant: SELECT MAX(maidens) FROM table_15700367_4 WHERE er = "5.11" |
###context:CREATE TABLE table_15700367_4 (runs_conceded INTEGER, name VARCHAR)
###human: Name the least runs conceded for brett lee
###assistant: SELECT MIN(runs_conceded) FROM table_15700367_4 WHERE name = "Brett Lee" |
###context:CREATE TABLE table_15700367_6 (runs_conceded VARCHAR, er VARCHAR)
###human: How many runs conceded when the earned runs was 4.96?
###assistant: SELECT runs_conceded FROM table_15700367_6 WHERE er = "4.96" |
###context:CREATE TABLE table_15700367_6 (runs_conceded VARCHAR, name VARCHAR)
###human: How many players named sanath jayasuriya?
###assistant: SELECT COUNT(runs_conceded) FROM table_15700367_6 WHERE name = "Sanath Jayasuriya" |
###context:CREATE TABLE table_15700367_6 (runs_conceded VARCHAR, name VARCHAR)
###human: How many runs conceded for chaminda vaas?
###assistant: SELECT runs_conceded FROM table_15700367_6 WHERE name = "Chaminda Vaas" |
###context:CREATE TABLE table_15700367_6 (overs_bowled VARCHAR, name VARCHAR)
###human: How many overs bowled for muttiah muralitharan?
###assistant: SELECT COUNT(overs_bowled) FROM table_15700367_6 WHERE name = "Muttiah Muralitharan" |
###context:CREATE TABLE table_15700367_6 (er VARCHAR, runs_conceded VARCHAR)
###human: What was the ER average for the player that conceded 368 runs?
###assistant: SELECT er FROM table_15700367_6 WHERE runs_conceded = 368 |
###context:CREATE TABLE table_15700367_6 (wickets INTEGER, name VARCHAR)
###human: What is the lowest number of wickets for farveez maharoof?
###assistant: SELECT MIN(wickets) FROM table_15700367_6 WHERE name = "Farveez Maharoof" |
###context:CREATE TABLE table_15739098_2 (airdate VARCHAR, story VARCHAR)
###human: What is the airdate when the story is listed as hugh leonard?
###assistant: SELECT airdate FROM table_15739098_2 WHERE story = "Hugh Leonard" |
###context:CREATE TABLE table_15740666_6 (kansas_state_vs VARCHAR, last_meeting VARCHAR)
###human: who won the kansas state game on 11/26/1988
###assistant: SELECT kansas_state_vs FROM table_15740666_6 WHERE last_meeting = "11/26/1988" |
###context:CREATE TABLE table_15740666_6 (games_played VARCHAR, kansas_state_vs VARCHAR)
###human: how many games has kansas state and depaul played against each other
###assistant: SELECT COUNT(games_played) FROM table_15740666_6 WHERE kansas_state_vs = "DePaul" |
###context:CREATE TABLE table_15740666_6 (current_streak VARCHAR, last_meeting VARCHAR)
###human: if they played last on 12/5/1987 what is their record
###assistant: SELECT current_streak FROM table_15740666_6 WHERE last_meeting = "12/5/1987" |
###context:CREATE TABLE table_15780049_8 (high_points VARCHAR, date VARCHAR)
###human: Name the high points for march 7
###assistant: SELECT high_points FROM table_15780049_8 WHERE date = "March 7" |
###context:CREATE TABLE table_15780049_8 (date VARCHAR, team VARCHAR)
###human: Name the date for sacramento
###assistant: SELECT date FROM table_15780049_8 WHERE team = "Sacramento" |
###context:CREATE TABLE table_15780049_8 (high_rebounds VARCHAR, date VARCHAR)
###human: Name the high rebounds for march 17
###assistant: SELECT high_rebounds FROM table_15780049_8 WHERE date = "March 17" |
###context:CREATE TABLE table_15780049_8 (location_attendance VARCHAR, team VARCHAR)
###human: Name the location attendance for philadelphia
###assistant: SELECT location_attendance FROM table_15780049_8 WHERE team = "Philadelphia" |
###context:CREATE TABLE table_15780718_8 (high_assists VARCHAR, game VARCHAR)
###human: Who scored the most assists in game 59?
###assistant: SELECT high_assists FROM table_15780718_8 WHERE game = 59 |
###context:CREATE TABLE table_15780718_8 (record VARCHAR, team VARCHAR)
###human: What was the record against Boston?
###assistant: SELECT record FROM table_15780718_8 WHERE team = "Boston" |
###context:CREATE TABLE table_15781170_2 (poll_winner VARCHAR, original_air_date VARCHAR)
###human: Name the poll winner for march 19, 2008
###assistant: SELECT COUNT(poll_winner) FROM table_15781170_2 WHERE original_air_date = "March 19, 2008" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.