question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Name the number of wheel arrangement when class is d14 | CREATE TABLE table_15608800_2 (wheel_arrangement VARCHAR, class VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT COUNT(no_stamps_in_sheet) FROM table_15635768_1 WHERE face_value = \"37¢\" AND printer = \"Banknote Corporation of America\""
} |
Who was the printer of Estes Park, Colorado? | CREATE TABLE table_15635768_1 (printer VARCHAR, place_of_issue VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT COUNT(platform) FROM table_1569516_1 WHERE operator = \"Southern\" AND service_pattern = \"All stations via Clapham Junction\""
} |
When London Bridge is the destination, what is the frequency? | CREATE TABLE table_1569516_1 (frequency__per_hour_ VARCHAR, destination VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT tournament FROM table_1569625_1 WHERE margin_of_victory = \"3 strokes\" AND winning_score = 71 - 66 - 70 - 67 = 274"
} |
Name the most runs conceded | CREATE TABLE table_15700367_4 (runs_conceded INTEGER) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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.