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