Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
35,700 | <question>: What championship had a final score of 6β4, 6β2, 6β2? <context>: CREATE TABLE table_22839669_1 (championship VARCHAR, score_in_the_final VARCHAR) | SELECT championship FROM table_22839669_1 WHERE score_in_the_final = "6β4, 6β2, 6β2" |
35,701 | <question>: If the year is 2007, what is the top ten? <context>: CREATE TABLE table_22838521_3 (top_10s VARCHAR, year VARCHAR) | SELECT top_10s FROM table_22838521_3 WHERE year = 2007 |
35,702 | <question>: What is the possible maximum money list rank? <context>: CREATE TABLE table_22838521_3 (money_list_rank INTEGER) | SELECT MAX(money_list_rank) FROM table_22838521_3 |
35,703 | <question>: If the scoring average is 72.46, what is the best finish? <context>: CREATE TABLE table_22838521_3 (best_finish VARCHAR, scoring_average VARCHAR) | SELECT best_finish FROM table_22838521_3 WHERE scoring_average = "72.46" |
35,704 | <question>: Name the result for wesley moodie <context>: CREATE TABLE table_22853654_9 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_22853654_9 WHERE opponent = "Wesley Moodie" |
35,705 | <question>: Name the surface against monaco <context>: CREATE TABLE table_22853654_9 (surface VARCHAR, against VARCHAR) | SELECT surface FROM table_22853654_9 WHERE against = "Monaco" |
35,706 | <question>: Name the result for alexander shvec <context>: CREATE TABLE table_22853654_9 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_22853654_9 WHERE opponent = "Alexander Shvec" |
35,707 | <question>: Name the opponent for 3β6, 4β6, 6β1, 6β7 (7β9) <context>: CREATE TABLE table_22853654_9 (opponent VARCHAR, result VARCHAR) | SELECT opponent FROM table_22853654_9 WHERE result = "3β6, 4β6, 6β1, 6β7 (7β9)" |
35,708 | <question>: Name the annual rainfail for 2002 population being 493984 <context>: CREATE TABLE table_22854436_1 (average_annual_rainfall__mm_ VARCHAR, population__2002_census_data_ VARCHAR) | SELECT average_annual_rainfall__mm_ FROM table_22854436_1 WHERE population__2002_census_data_ = 493984 |
35,709 | <question>: Name the most population 2002 <context>: CREATE TABLE table_22854436_1 (population__2002_census_data_ INTEGER) | SELECT MAX(population__2002_census_data_) FROM table_22854436_1 |
35,710 | <question>: Name the total water resources m3 for rainfall being 650 <context>: CREATE TABLE table_22854436_1 (per_capita_average_annual_renewable_water_resources_m_3 VARCHAR, average_annual_rainfall__mm_ VARCHAR) | SELECT COUNT(per_capita_average_annual_renewable_water_resources_m_3) FROM table_22854436_1 WHERE average_annual_rainfall__mm_ = "650" |
35,711 | <question>: What were the carpet w-l in 1993? <context>: CREATE TABLE table_22860698_8 (carpet_w_l VARCHAR, year VARCHAR) | SELECT carpet_w_l FROM table_22860698_8 WHERE year = 1993 |
35,712 | <question>: What is the amount of US open runner-up score? <context>: CREATE TABLE table_22858557_1 (score_in_final VARCHAR, championship VARCHAR, outcome VARCHAR) | SELECT COUNT(score_in_final) FROM table_22858557_1 WHERE championship = "US Open" AND outcome = "Runner-up" |
35,713 | <question>: What is the year where the runner-up outcome was at its basic minimum? <context>: CREATE TABLE table_22858557_1 (year INTEGER, outcome VARCHAR) | SELECT MIN(year) FROM table_22858557_1 WHERE outcome = "Runner-up" |
35,714 | <question>: How many championships have there been with Steffi Graf? <context>: CREATE TABLE table_22858557_1 (championship VARCHAR, opponent_in_final VARCHAR) | SELECT championship FROM table_22858557_1 WHERE opponent_in_final = "Steffi Graf" |
35,715 | <question>: How many opponents have wimbledon (2) as the championship? <context>: CREATE TABLE table_22860698_2 (opponents VARCHAR, championship VARCHAR) | SELECT COUNT(opponents) FROM table_22860698_2 WHERE championship = "Wimbledon (2)" |
35,716 | <question>: What is the surface when the us open is the championship in the year 1979? <context>: CREATE TABLE table_22860698_2 (surface VARCHAR, championship VARCHAR, year VARCHAR) | SELECT surface FROM table_22860698_2 WHERE championship = "US Open" AND year = 1979 |
35,717 | <question>: What is the game number that was on November 27? <context>: CREATE TABLE table_22871239_5 (_number VARCHAR, date VARCHAR) | SELECT _number FROM table_22871239_5 WHERE date = "November 27" |
35,718 | <question>: What was the score when the team was @ New Jersey? <context>: CREATE TABLE table_22871239_5 (score VARCHAR, team VARCHAR) | SELECT score FROM table_22871239_5 WHERE team = "@ New Jersey" |
35,719 | <question>: How many high rebound catagories are listed for game number 5? <context>: CREATE TABLE table_22871239_5 (high_rebounds VARCHAR, _number VARCHAR) | SELECT COUNT(high_rebounds) FROM table_22871239_5 WHERE _number = 5 |
35,720 | <question>: Who were the opponents when the record was 11-2? <context>: CREATE TABLE table_22862203_2 (opponent VARCHAR, record VARCHAR) | SELECT opponent FROM table_22862203_2 WHERE record = "11-2" |
35,721 | <question>: What were the records when the opponents had 50 points? <context>: CREATE TABLE table_22862203_2 (record VARCHAR, opp_points VARCHAR) | SELECT record FROM table_22862203_2 WHERE opp_points = 50 |
35,722 | <question>: What are the terps points for the nov. 25/05 game? <context>: CREATE TABLE table_22862203_2 (terps_points VARCHAR, date VARCHAR) | SELECT terps_points FROM table_22862203_2 WHERE date = "Nov. 25/05" |
35,723 | <question>: Where were games played when the record was 9-1? <context>: CREATE TABLE table_22862203_2 (location VARCHAR, record VARCHAR) | SELECT location FROM table_22862203_2 WHERE record = "9-1" |
35,724 | <question>: What is the highest number of terps points in games where the opponent made 53 points? <context>: CREATE TABLE table_22862203_2 (terps_points INTEGER, opp_points VARCHAR) | SELECT MAX(terps_points) FROM table_22862203_2 WHERE opp_points = 53 |
35,725 | <question>: Where was the game on jan. 16/06 played? <context>: CREATE TABLE table_22862203_2 (location VARCHAR, date VARCHAR) | SELECT location FROM table_22862203_2 WHERE date = "Jan. 16/06" |
35,726 | <question>: Name the high points for 21-45 record <context>: CREATE TABLE table_22871239_9 (high_points VARCHAR, record VARCHAR) | SELECT COUNT(high_points) FROM table_22871239_9 WHERE record = "21-45" |
35,727 | <question>: Name the visitor for march 23 <context>: CREATE TABLE table_22871239_9 (visitor VARCHAR, date VARCHAR) | SELECT visitor FROM table_22871239_9 WHERE date = "March 23" |
35,728 | <question>: Name the high rebounds for td garden 18,624 <context>: CREATE TABLE table_22871239_9 (high_rebounds VARCHAR, arena_attendance VARCHAR) | SELECT high_rebounds FROM table_22871239_9 WHERE arena_attendance = "TD Garden 18,624" |
35,729 | <question>: Name the record for march 16 <context>: CREATE TABLE table_22871239_9 (record VARCHAR, date VARCHAR) | SELECT record FROM table_22871239_9 WHERE date = "March 16" |
35,730 | <question>: Name the total number for score l 110-112 <context>: CREATE TABLE table_22871239_8 (_number VARCHAR, score VARCHAR) | SELECT COUNT(_number) FROM table_22871239_8 WHERE score = "L 110-112" |
35,731 | <question>: Name the team for w 125-115 score <context>: CREATE TABLE table_22871239_8 (team VARCHAR, score VARCHAR) | SELECT team FROM table_22871239_8 WHERE score = "W 125-115" |
35,732 | <question>: Name the high assists for american airlines center 19,585 <context>: CREATE TABLE table_22871239_8 (high_assists VARCHAR, location_attendance VARCHAR) | SELECT high_assists FROM table_22871239_8 WHERE location_attendance = "American Airlines Center 19,585" |
35,733 | <question>: Who has the high points when 3-2 is the series? <context>: CREATE TABLE table_22871316_11 (high_points VARCHAR, series VARCHAR) | SELECT high_points FROM table_22871316_11 WHERE series = "3-2" |
35,734 | <question>: Who has the high assists when 0-1 is the series? <context>: CREATE TABLE table_22871316_11 (high_assists VARCHAR, series VARCHAR) | SELECT high_assists FROM table_22871316_11 WHERE series = "0-1" |
35,735 | <question>: How many high rebounds are in series 3-3? <context>: CREATE TABLE table_22871316_11 (high_rebounds VARCHAR, series VARCHAR) | SELECT COUNT(high_rebounds) FROM table_22871316_11 WHERE series = "3-3" |
35,736 | <question>: How many games are on the date of April 30? <context>: CREATE TABLE table_22871316_11 (game INTEGER, date VARCHAR) | SELECT MIN(game) FROM table_22871316_11 WHERE date = "April 30" |
35,737 | <question>: Who did the high points in the game played on December 18? <context>: CREATE TABLE table_22871316_6 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_22871316_6 WHERE date = "December 18" |
35,738 | <question>: Who did the high points in the game played on December 2? <context>: CREATE TABLE table_22871316_6 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_22871316_6 WHERE date = "December 2" |
35,739 | <question>: What's the record of the game in which Carlos Delfino (17) did the most high points? <context>: CREATE TABLE table_22871316_6 (record VARCHAR, high_points VARCHAR) | SELECT record FROM table_22871316_6 WHERE high_points = "Carlos Delfino (17)" |
35,740 | <question>: Who did the high rebounds in the game in which Brandon Jennings (8) did the high assists? <context>: CREATE TABLE table_22871316_6 (high_rebounds VARCHAR, high_assists VARCHAR) | SELECT high_rebounds FROM table_22871316_6 WHERE high_assists = "Brandon Jennings (8)" |
35,741 | <question>: Which player has 18-50 .360 field goals? <context>: CREATE TABLE table_22875514_3 (player VARCHAR, field_goals VARCHAR) | SELECT player FROM table_22875514_3 WHERE field_goals = "18-50 .360" |
35,742 | <question>: What is the most assists for points 129-3.9? <context>: CREATE TABLE table_22875514_3 (assists INTEGER, points VARCHAR) | SELECT MAX(assists) FROM table_22875514_3 WHERE points = "129-3.9" |
35,743 | <question>: Name the date for irish points being 89 <context>: CREATE TABLE table_22875369_3 (date VARCHAR, irish_points VARCHAR) | SELECT date FROM table_22875369_3 WHERE irish_points = 89 |
35,744 | <question>: Name the number of location for 22-1 <context>: CREATE TABLE table_22875369_3 (location VARCHAR, record VARCHAR) | SELECT COUNT(location) FROM table_22875369_3 WHERE record = "22-1" |
35,745 | <question>: Name the opponent for 2-27-10 <context>: CREATE TABLE table_22875369_3 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_22875369_3 WHERE date = "2-27-10" |
35,746 | <question>: Name the max irish points for eastern michigan <context>: CREATE TABLE table_22875369_3 (irish_points INTEGER, opponent VARCHAR) | SELECT MAX(irish_points) FROM table_22875369_3 WHERE opponent = "Eastern Michigan" |
35,747 | <question>: Name the irish points for 23-1 record <context>: CREATE TABLE table_22875369_3 (irish_points VARCHAR, record VARCHAR) | SELECT irish_points FROM table_22875369_3 WHERE record = "23-1" |
35,748 | <question>: Name the number of high rebounds for l 92β96 (ot) <context>: CREATE TABLE table_22879262_14 (high_rebounds VARCHAR, score VARCHAR) | SELECT COUNT(high_rebounds) FROM table_22879262_14 WHERE score = "L 92β96 (OT)" |
35,749 | <question>: what ist he date of game 29? <context>: CREATE TABLE table_22879262_7 (date VARCHAR, game VARCHAR) | SELECT date FROM table_22879262_7 WHERE game = 29 |
35,750 | <question>: what is the location attendance for game 27? <context>: CREATE TABLE table_22879262_7 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_22879262_7 WHERE game = 27 |
35,751 | <question>: what is the total number of high rebounds for minnesota? <context>: CREATE TABLE table_22879262_7 (high_rebounds VARCHAR, team VARCHAR) | SELECT COUNT(high_rebounds) FROM table_22879262_7 WHERE team = "Minnesota" |
35,752 | <question>: What were the high rebounds on April 4? <context>: CREATE TABLE table_22879323_10 (high_rebounds VARCHAR, date VARCHAR) | SELECT high_rebounds FROM table_22879323_10 WHERE date = "April 4" |
35,753 | <question>: What was the score when the game was 80? <context>: CREATE TABLE table_22879323_10 (score VARCHAR, game VARCHAR) | SELECT score FROM table_22879323_10 WHERE game = 80 |
35,754 | <question>: What date was the record 11-67? <context>: CREATE TABLE table_22879323_10 (date VARCHAR, record VARCHAR) | SELECT date FROM table_22879323_10 WHERE record = "11-67" |
35,755 | <question>: How many high rebounds were there on April 7? <context>: CREATE TABLE table_22879323_10 (high_rebounds VARCHAR, date VARCHAR) | SELECT COUNT(high_rebounds) FROM table_22879323_10 WHERE date = "April 7" |
35,756 | <question>: What was the high points when rebounds were Terrence Williams (8)? <context>: CREATE TABLE table_22879323_10 (high_points VARCHAR, high_rebounds VARCHAR) | SELECT high_points FROM table_22879323_10 WHERE high_rebounds = "Terrence Williams (8)" |
35,757 | <question>: When the record was 2-29 who had the most assists? <context>: CREATE TABLE table_22879323_6 (high_assists VARCHAR, record VARCHAR) | SELECT high_assists FROM table_22879323_6 WHERE record = "2-29" |
35,758 | <question>: When we played Houston who had the most points? <context>: CREATE TABLE table_22879323_6 (high_points VARCHAR, team VARCHAR) | SELECT high_points FROM table_22879323_6 WHERE team = "Houston" |
35,759 | <question>: Name the number of high points for ford center <context>: CREATE TABLE table_22879323_9 (high_points VARCHAR, location_attendance VARCHAR) | SELECT COUNT(high_points) FROM table_22879323_9 WHERE location_attendance = "Ford Center" |
35,760 | <question>: Name the high rebounds for american airlines center <context>: CREATE TABLE table_22879323_9 (high_rebounds VARCHAR, location_attendance VARCHAR) | SELECT high_rebounds FROM table_22879323_9 WHERE location_attendance = "American Airlines Center" |
35,761 | <question>: Name the record for l 90β100 (ot) <context>: CREATE TABLE table_22879323_9 (record VARCHAR, score VARCHAR) | SELECT record FROM table_22879323_9 WHERE score = "L 90β100 (OT)" |
35,762 | <question>: Name the location attendance for l 83β106 (ot) <context>: CREATE TABLE table_22879323_9 (location_attendance VARCHAR, score VARCHAR) | SELECT location_attendance FROM table_22879323_9 WHERE score = "L 83β106 (OT)" |
35,763 | <question>: Name the score for 49-31 <context>: CREATE TABLE table_22883210_10 (score VARCHAR, record VARCHAR) | SELECT score FROM table_22883210_10 WHERE record = "49-31" |
35,764 | <question>: Name the location attendance for minnesota <context>: CREATE TABLE table_22883210_10 (location_attendance VARCHAR, team VARCHAR) | SELECT location_attendance FROM table_22883210_10 WHERE team = "Minnesota" |
35,765 | <question>: What location had a record of 20-12, and how many people attended? <context>: CREATE TABLE table_22883210_7 (location_attendance VARCHAR, record VARCHAR) | SELECT location_attendance FROM table_22883210_7 WHERE record = "20-12" |
35,766 | <question>: What was the total score for january 18? <context>: CREATE TABLE table_22883210_7 (score VARCHAR, date VARCHAR) | SELECT COUNT(score) FROM table_22883210_7 WHERE date = "January 18" |
35,767 | <question>: Where was game 41 held, and how many people attended? <context>: CREATE TABLE table_22883210_7 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_22883210_7 WHERE game = 41 |
35,768 | <question>: What was the date for the record 23-13? <context>: CREATE TABLE table_22883210_7 (date VARCHAR, record VARCHAR) | SELECT date FROM table_22883210_7 WHERE record = "23-13" |
35,769 | <question>: What was the high point for January 20? <context>: CREATE TABLE table_22883210_7 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_22883210_7 WHERE date = "January 20" |
35,770 | <question>: What was the location and how many attended when Golden State played? <context>: CREATE TABLE table_22883210_9 (location_attendance VARCHAR, team VARCHAR) | SELECT location_attendance FROM table_22883210_9 WHERE team = "Golden State" |
35,771 | <question>: What is the highest game number where the team was Cleveland? <context>: CREATE TABLE table_22883210_9 (game INTEGER, team VARCHAR) | SELECT MAX(game) FROM table_22883210_9 WHERE team = "Cleveland" |
35,772 | <question>: What is the highest numbered nightly rank for any episode? <context>: CREATE TABLE table_22892217_4 (nightly_rank INTEGER) | SELECT MAX(nightly_rank) FROM table_22892217_4 |
35,773 | <question>: How many attended on december 2? <context>: CREATE TABLE table_22893781_5 (location_attendance VARCHAR, date VARCHAR) | SELECT COUNT(location_attendance) FROM table_22893781_5 WHERE date = "December 2" |
35,774 | <question>: Who was he opponent on december 11? <context>: CREATE TABLE table_22893781_5 (team VARCHAR, date VARCHAR) | SELECT team FROM table_22893781_5 WHERE date = "December 11" |
35,775 | <question>: What was the score against houston? <context>: CREATE TABLE table_22893781_5 (score VARCHAR, team VARCHAR) | SELECT score FROM table_22893781_5 WHERE team = "Houston" |
35,776 | <question>: when did the @ indiana game take place? <context>: CREATE TABLE table_22893781_7 (date VARCHAR, team VARCHAR) | SELECT date FROM table_22893781_7 WHERE team = "@ Indiana" |
35,777 | <question>: Name the score for madison square garden 18,828 <context>: CREATE TABLE table_22893781_6 (score VARCHAR, location_attendance VARCHAR) | SELECT score FROM table_22893781_6 WHERE location_attendance = "Madison Square Garden 18,828" |
35,778 | <question>: Name the number of date for dallas <context>: CREATE TABLE table_22893781_6 (date VARCHAR, team VARCHAR) | SELECT COUNT(date) FROM table_22893781_6 WHERE team = "Dallas" |
35,779 | <question>: Name the high assists for january 15 <context>: CREATE TABLE table_22893781_6 (high_assists VARCHAR, date VARCHAR) | SELECT high_assists FROM table_22893781_6 WHERE date = "January 15" |
35,780 | <question>: What is the name of the episode that aired originally on November 10, 1998? <context>: CREATE TABLE table_228973_5 (title VARCHAR, original_air_date VARCHAR) | SELECT title FROM table_228973_5 WHERE original_air_date = "November 10, 1998" |
35,781 | <question>: What episode number in the series originally aired on April 27, 1999? <context>: CREATE TABLE table_228973_5 (no_in_series INTEGER, original_air_date VARCHAR) | SELECT MAX(no_in_series) FROM table_228973_5 WHERE original_air_date = "April 27, 1999" |
35,782 | <question>: How many people wrote episode 68 in the series? <context>: CREATE TABLE table_228973_5 (written_by VARCHAR, no_in_series VARCHAR) | SELECT COUNT(written_by) FROM table_228973_5 WHERE no_in_series = 68 |
35,783 | <question>: Who directed the episode that originally aired on February 16, 1999? <context>: CREATE TABLE table_228973_5 (directed_by VARCHAR, original_air_date VARCHAR) | SELECT directed_by FROM table_228973_5 WHERE original_air_date = "February 16, 1999" |
35,784 | <question>: The episode which originally aired on February 11, 2005 had which episode # of the season? <context>: CREATE TABLE table_228973_11 (no_in_season VARCHAR, original_air_date VARCHAR) | SELECT no_in_season FROM table_228973_11 WHERE original_air_date = "February 11, 2005" |
35,785 | <question>: The episode which originally aired on December 17, 2004 was written by whom? <context>: CREATE TABLE table_228973_11 (written_by VARCHAR, original_air_date VARCHAR) | SELECT written_by FROM table_228973_11 WHERE original_air_date = "December 17, 2004" |
35,786 | <question>: David James Elliott directed which episode number within the series? <context>: CREATE TABLE table_228973_11 (no_in_series VARCHAR, directed_by VARCHAR) | SELECT no_in_series FROM table_228973_11 WHERE directed_by = "David James Elliott" |
35,787 | <question>: Who directed the episode which originally aired February 4, 2005? <context>: CREATE TABLE table_228973_11 (directed_by VARCHAR, original_air_date VARCHAR) | SELECT directed_by FROM table_228973_11 WHERE original_air_date = "February 4, 2005" |
35,788 | <question>: which is the number of the season episode whose premiere was in january 3, 1997? <context>: CREATE TABLE table_228973_3 (no_in_season VARCHAR, original_air_date VARCHAR) | SELECT COUNT(no_in_season) FROM table_228973_3 WHERE original_air_date = "January 3, 1997" |
35,789 | <question>: which is the number of the season episode whose writer is R. Scott Gemmill and the Director is Ray Austin? <context>: CREATE TABLE table_228973_3 (no_in_season VARCHAR, written_by VARCHAR, directed_by VARCHAR) | SELECT no_in_season FROM table_228973_3 WHERE written_by = "R. Scott Gemmill" AND directed_by = "Ray Austin" |
35,790 | <question>: what is the name of the episode whose number of the series episode was 31? <context>: CREATE TABLE table_228973_3 (title VARCHAR, no_in_series VARCHAR) | SELECT title FROM table_228973_3 WHERE no_in_series = 31 |
35,791 | <question>: When 129 is the number in the series who is the writer? <context>: CREATE TABLE table_228973_7 (written_by VARCHAR, no_in_series VARCHAR) | SELECT written_by FROM table_228973_7 WHERE no_in_series = 129 |
35,792 | <question>: How many product # have episode 1? <context>: CREATE TABLE table_2289806_1 (prod__number INTEGER, episode__number VARCHAR) | SELECT MAX(prod__number) FROM table_2289806_1 WHERE episode__number = 1 |
35,793 | <question>: Name the windows builders for apache gump <context>: CREATE TABLE table_22903426_1 (windows_builders VARCHAR, name VARCHAR) | SELECT windows_builders FROM table_22903426_1 WHERE name = "Apache Gump" |
35,794 | <question>: Name the number of scm system for nant, visual studio <context>: CREATE TABLE table_22903426_1 (scm_system VARCHAR, windows_builders VARCHAR) | SELECT COUNT(scm_system) FROM table_22903426_1 WHERE windows_builders = "NAnt, Visual Studio" |
35,795 | <question>: Name the number of other builders for nant, visual studio <context>: CREATE TABLE table_22903426_1 (other_builders VARCHAR, windows_builders VARCHAR) | SELECT COUNT(other_builders) FROM table_22903426_1 WHERE windows_builders = "NAnt, Visual Studio" |
35,796 | <question>: What is the minimum for 2nd runner-up? <context>: CREATE TABLE table_2290097_4 (Id VARCHAR) | SELECT MIN(2 AS nd_runner_up) FROM table_2290097_4 |
35,797 | <question>: If the original air date is February 4, 2003, what is the episode title? <context>: CREATE TABLE table_228973_9 (title VARCHAR, original_air_date VARCHAR) | SELECT title FROM table_228973_9 WHERE original_air_date = "February 4, 2003" |
35,798 | <question>: If the original air date is April 1, 2003, what number in the series is this episode? <context>: CREATE TABLE table_228973_9 (no_in_series VARCHAR, original_air_date VARCHAR) | SELECT no_in_series FROM table_228973_9 WHERE original_air_date = "April 1, 2003" |
35,799 | <question>: What is the maximum number in the series for the episode directed by Harvey S. Laidman? <context>: CREATE TABLE table_228973_9 (no_in_series INTEGER, directed_by VARCHAR) | SELECT MAX(no_in_series) FROM table_228973_9 WHERE directed_by = "Harvey S. Laidman" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.