answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT location FROM table_name_84 WHERE fatalities = "50/50"
What was the location of the accident that led to 50/50 fatalities?
CREATE TABLE table_name_84 (location VARCHAR, fatalities VARCHAR)
SELECT AVG(elevation_groundstation) FROM table_name_68 WHERE capacity_in_persons_hour > 820 AND name_or_route = "lager 1" AND slope_length < 336
Which elevation groundstation has a capacity in persons/hour larger than 820, and a Name or route of lager 1, and a slope length smaller than 336?
CREATE TABLE table_name_68 (elevation_groundstation INTEGER, slope_length VARCHAR, capacity_in_persons_hour VARCHAR, name_or_route VARCHAR)
SELECT COUNT(touchdowns) FROM table_name_80 WHERE average < 2.6
What is the number of touchdowns with the average is less than 2.6?
CREATE TABLE table_name_80 (touchdowns VARCHAR, average INTEGER)
SELECT score FROM table_name_54 WHERE runner_up = "richard krajicek"
what is the score when the runner-up is richard krajicek?
CREATE TABLE table_name_54 (score VARCHAR, runner_up VARCHAR)
SELECT COUNT(poles) FROM table_10420426_1 WHERE team = "Arden International"
What is the total number of poles for arden international?
CREATE TABLE table_10420426_1 (poles VARCHAR, team VARCHAR)
SELECT away_team FROM table_name_69 WHERE tie_no = "6"
Who was the away team when 6 was the tie no?
CREATE TABLE table_name_69 (away_team VARCHAR, tie_no VARCHAR)
SELECT kit_manufacturer FROM table_name_36 WHERE manager = "billy bonds"
What is the kit manufacturer that has billy bonds as the manager?
CREATE TABLE table_name_36 (kit_manufacturer VARCHAR, manager VARCHAR)
SELECT opponent FROM table_name_56 WHERE record = "4-4"
Who did the Cubs play when they had a record of 4-4?
CREATE TABLE table_name_56 (opponent VARCHAR, record VARCHAR)
SELECT district FROM table_26362472_1 WHERE took_office = "1844-10-14"
In how many district has a politician took office on 1844-10-14?
CREATE TABLE table_26362472_1 (district VARCHAR, took_office VARCHAR)
SELECT loss FROM table_name_90 WHERE series = "2-2"
Name the loss for series 2-2
CREATE TABLE table_name_90 (loss VARCHAR, series VARCHAR)
SELECT score FROM table_name_32 WHERE total = "28:42"
What is Score, when Total is "28:42"?
CREATE TABLE table_name_32 (score VARCHAR, total VARCHAR)
SELECT SUM(time) FROM table_name_48 WHERE reaction_time = 0.164
What is the Time of the Athlete with a Reaction time of 0.164?
CREATE TABLE table_name_48 (time INTEGER, reaction_time VARCHAR)
SELECT COUNT(position) FROM table_20898602_1 WHERE player = "Wallace, Mike Mike Wallace"
howe many positions did wallace, mike mike wallace play for
CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR)
SELECT MAX(silver) FROM table_name_76 WHERE nation = "norway"
What is the most silver won by Norway?
CREATE TABLE table_name_76 (silver INTEGER, nation VARCHAR)
SELECT vote FROM table_1272844_2 WHERE air_date = "May 5, 2005"
What was the vote tally on the episode aired May 5, 2005?
CREATE TABLE table_1272844_2 (vote VARCHAR, air_date VARCHAR)
SELECT draws FROM table_name_18 WHERE losses > 8 AND hampden_fl = "terang-mortlake"
Which Draws have Losses larger than 8, and a Hampden FL of terang-mortlake?
CREATE TABLE table_name_18 (draws VARCHAR, losses VARCHAR, hampden_fl VARCHAR)
SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
Where are all of Utah's games held and how many have attended?
CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
SELECT opponent FROM table_name_1 WHERE man_of_the_match = "terry miles"
Who was the Opponent when Terry Miles was the Man of the Match?
CREATE TABLE table_name_1 (opponent VARCHAR, man_of_the_match VARCHAR)
SELECT MAX(crowd) FROM table_name_47 WHERE home_team = "geelong"
What is the highest crowd for Home team of geelong?
CREATE TABLE table_name_47 (crowd INTEGER, home_team VARCHAR)
SELECT code_name FROM table_name_88 WHERE function__figure_ = "space pilot"
What is the Code Name for the Space Pilot Function (figure)?
CREATE TABLE table_name_88 (code_name VARCHAR, function__figure_ VARCHAR)
SELECT mls_team FROM table_25518547_2 WHERE player = "Seth Sinovic"
What team does Seth Sinovic play for?
CREATE TABLE table_25518547_2 (mls_team VARCHAR, player VARCHAR)
SELECT original_air_date FROM table_27969432_3 WHERE directed_by = "Fred Toye"
What are the original air dates for episodes directed by fred toye?
CREATE TABLE table_27969432_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT player FROM table_10812938_3 WHERE college = "Laval"
Which player went to college at Laval?
CREATE TABLE table_10812938_3 (player VARCHAR, college VARCHAR)
SELECT COUNT(laps) FROM table_name_85 WHERE driver = "rubens barrichello"
I want the total number of Laps for Rubens Barrichello
CREATE TABLE table_name_85 (laps VARCHAR, driver VARCHAR)
SELECT odds_of_winner FROM table_21676617_1 WHERE horse = "Gentleman"
What were Gentleman's odds of winner?
CREATE TABLE table_21676617_1 (odds_of_winner VARCHAR, horse VARCHAR)
SELECT date FROM table_name_59 WHERE record = "17–24–5"
What day is the team 17–24–5?
CREATE TABLE table_name_59 (date VARCHAR, record VARCHAR)
SELECT role_description FROM ROLES WHERE role_name = "Proof Reader"
Show the description for role name "Proof Reader".
CREATE TABLE ROLES (role_description VARCHAR, role_name VARCHAR)
SELECT attendance FROM table_name_28 WHERE result = "l 26-21"
How many were in attendance of the game with l 26-21 result?
CREATE TABLE table_name_28 (attendance VARCHAR, result VARCHAR)
SELECT to_par FROM table_name_74 WHERE country = "united states" AND player = "mark brooks"
What is To par, when Country is "United States", and when Player is "Mark Brooks"?
CREATE TABLE table_name_74 (to_par VARCHAR, country VARCHAR, player VARCHAR)
SELECT record FROM table_name_37 WHERE opponent = "bos" AND loss = "morris"
Name the record with opponent of bos and loss of morris
CREATE TABLE table_name_37 (record VARCHAR, opponent VARCHAR, loss VARCHAR)
SELECT ends FROM table_name_59 WHERE name = "maaroufi"
What is the end date for Maaroufi?
CREATE TABLE table_name_59 (ends VARCHAR, name VARCHAR)
SELECT location FROM table_name_63 WHERE score = "35-31"
What is the Location, when the Score is 35-31?
CREATE TABLE table_name_63 (location VARCHAR, score VARCHAR)
SELECT SUM(place__posición_) FROM table_name_70 WHERE points__pts_ > 49 AND goals_scored__gf_ < 54
What is the sum of the places of the team with more than 49 points and less than 54 goals scored?
CREATE TABLE table_name_70 (place__posición_ INTEGER, points__pts_ VARCHAR, goals_scored__gf_ VARCHAR)
SELECT no_1 FROM table_name_28 WHERE no_2 = "emma" AND no_7 = "olivia"
What is No.1, when No. 2 is Emma, and when No. 7 is Olivia?
CREATE TABLE table_name_28 (no_1 VARCHAR, no_2 VARCHAR, no_7 VARCHAR)
SELECT COUNT(attendance) FROM table_name_98 WHERE week = 4
What is the total number of spectators on week 4?
CREATE TABLE table_name_98 (attendance VARCHAR, week VARCHAR)
SELECT date FROM table_name_98 WHERE winning_score = –16(70 - 65 - 65 = 200)
When has a Winning score of –16 (70-65-65=200)?
CREATE TABLE table_name_98 (date VARCHAR, winning_score VARCHAR)
SELECT location FROM table_name_97 WHERE county = "71 st. joseph" AND school = "south bend washington"
Which location is in 71 St. Joseph county with South Bend Washington school?
CREATE TABLE table_name_97 (location VARCHAR, county VARCHAR, school VARCHAR)
SELECT tv_time FROM table_name_29 WHERE date = "june 9"
What was the TV time for the game on June 9?
CREATE TABLE table_name_29 (tv_time VARCHAR, date VARCHAR)
SELECT player FROM table_name_46 WHERE pick__number < 205 AND team_from = "michigan state spartans"
Who was the player that was picked at a number less than 205 from the Michigan State Spartans?
CREATE TABLE table_name_46 (player VARCHAR, pick__number VARCHAR, team_from VARCHAR)
SELECT MAX(_number) FROM table_25737761_4 WHERE no = 11
What episode number of the season is episode number 11 in the series?
CREATE TABLE table_25737761_4 (_number INTEGER, no VARCHAR)
SELECT COUNT(roleplay) FROM table_17827271_1 WHERE actor_required = "Male, younger"
How many RolePlay actors played the role requiring a "male, younger" actor?
CREATE TABLE table_17827271_1 (roleplay VARCHAR, actor_required VARCHAR)
SELECT MAX(average_score) FROM table_name_29 WHERE artist = "black milk"
What is the highest score for Black Milk?
CREATE TABLE table_name_29 (average_score INTEGER, artist VARCHAR)
SELECT COUNT(*) FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN department AS T4 ON T3.dept_code = T4.dept_code WHERE T4.dept_name = 'Accounting'
How many students are enrolled in the class taught by some professor from the accounting department?
CREATE TABLE enroll (class_code VARCHAR); CREATE TABLE department (dept_code VARCHAR, dept_name VARCHAR); CREATE TABLE course (crs_code VARCHAR, dept_code VARCHAR); CREATE TABLE CLASS (class_code VARCHAR, crs_code VARCHAR)
SELECT COUNT(bronze) FROM table_name_68 WHERE total = 16 AND rank > 3
What is the total of bronze medals from nations with more than 16 total medals and ranks larger than 3?
CREATE TABLE table_name_68 (bronze VARCHAR, total VARCHAR, rank VARCHAR)
SELECT name, age FROM people WHERE is_male = 'T' AND NOT people_id IN (SELECT male_id FROM wedding)
Show the name and age for all male people who don't have a wedding.
CREATE TABLE wedding (name VARCHAR, age VARCHAR, is_male VARCHAR, people_id VARCHAR, male_id VARCHAR); CREATE TABLE people (name VARCHAR, age VARCHAR, is_male VARCHAR, people_id VARCHAR, male_id VARCHAR)
SELECT date FROM table_name_20 WHERE record = "12–7–6"
What is the Date of the game with a Record of 12–7–6?
CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR)
SELECT * FROM Albums WHERE YEAR = 2010
What are the albums produced in year 2010?
CREATE TABLE Albums (YEAR VARCHAR)
SELECT a330 FROM table_name_62 WHERE a310 = "wide"
What is the A330 and the A310 wide?
CREATE TABLE table_name_62 (a330 VARCHAR, a310 VARCHAR)
SELECT venue FROM table_name_4 WHERE championships = 1 AND established > 1957
What Venue has more than 1 Championship and was Established after 1957?
CREATE TABLE table_name_4 (venue VARCHAR, championships VARCHAR, established VARCHAR)
SELECT weight FROM table_name_61 WHERE club = "spandau 04" AND height = "m (ft 5in)"
What is the Weight of the Spandau 04 Player with a Height of m (ft 5in)?
CREATE TABLE table_name_61 (weight VARCHAR, club VARCHAR, height VARCHAR)
SELECT the_bronx FROM table_1108394_34 WHERE total = 2054
What number of voters did the Bronx have when the total number was 2054?
CREATE TABLE table_1108394_34 (the_bronx VARCHAR, total VARCHAR)
SELECT AVG(T3.cost) FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen"
What is the average cost of procedures that physician John Wen was trained in?
CREATE TABLE trained_in (physician VARCHAR, treatment VARCHAR); CREATE TABLE procedures (cost INTEGER, code VARCHAR); CREATE TABLE physician (employeeid VARCHAR, name VARCHAR)
SELECT location FROM table_name_29 WHERE length___m__ = "64.2"
Where is the longest arch with a length in meters of 64.2?
CREATE TABLE table_name_29 (location VARCHAR, length___m__ VARCHAR)
SELECT MIN(money___) AS $__ FROM table_name_77 WHERE player = "raymond floyd"
What is raymond floyd's lowest $?
CREATE TABLE table_name_77 (money___ INTEGER, player VARCHAR)
SELECT name FROM table_2482547_5 WHERE average = "15.89"
What are the names of all the players with an average of 15.89?
CREATE TABLE table_2482547_5 (name VARCHAR, average VARCHAR)
SELECT location FROM table_name_26 WHERE ppv_buyrate = "775,000"
Which Location has a PPV Buyrate of 775,000?
CREATE TABLE table_name_26 (location VARCHAR, ppv_buyrate VARCHAR)
SELECT host_nation_s_ FROM table_28601467_1 WHERE year = 2004
Which nation hosted the competition in 2004?
CREATE TABLE table_28601467_1 (host_nation_s_ VARCHAR, year VARCHAR)
SELECT party FROM table_name_11 WHERE incumbent = "tobias a. plants"
Which party is tobias a. plants the incumbent?
CREATE TABLE table_name_11 (party VARCHAR, incumbent VARCHAR)
SELECT MIN(overall) FROM table_name_17 WHERE college = "hardin-simmons" AND round > 26
What is the lowest Overall, when College is Hardin-Simmons, and when Round is greater than 26?
CREATE TABLE table_name_17 (overall INTEGER, college VARCHAR, round VARCHAR)
SELECT COUNT(bronze) FROM table_name_79 WHERE gold > "14" AND rank = "14" AND silver > 25
How many bronzes for the nation ranked 14th, with over 14 golds and over 25 silvers?
CREATE TABLE table_name_79 (bronze VARCHAR, silver VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT attendance FROM table_name_27 WHERE opponent = "carolina panthers"
Which Attendance has an Opponent of carolina panthers?
CREATE TABLE table_name_27 (attendance VARCHAR, opponent VARCHAR)
SELECT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY COUNT(*) DESC LIMIT 1
What's the name of the course with most number of enrollments?
CREATE TABLE Courses (course_name VARCHAR, course_id VARCHAR); CREATE TABLE Student_Enrolment_Courses (course_id VARCHAR)
SELECT best_actress FROM table_name_12 WHERE year = "2012 6th"
Which Best Actress has a Year of 2012 6th?
CREATE TABLE table_name_12 (best_actress VARCHAR, year VARCHAR)
SELECT COUNT(high_points) FROM table_11960944_4 WHERE high_rebounds = "McDyess (9)" AND high_assists = "Billups (10)"
how many times was the high rebounds by Mcdyess (9) and the high assists was by Billups (10)?
CREATE TABLE table_11960944_4 (high_points VARCHAR, high_rebounds VARCHAR, high_assists VARCHAR)
SELECT product_category, COUNT(*) FROM mailshot_campaigns GROUP BY product_category
Show all distinct product categories along with the number of mailshots in each category.
CREATE TABLE mailshot_campaigns (product_category VARCHAR)
SELECT MIN(points) FROM table_name_15 WHERE year = 1978 AND chassis = "ensign n177"
What are the lowest number of points with a Year of 1978, and a Chassis of ensign n177?
CREATE TABLE table_name_15 (points INTEGER, year VARCHAR, chassis VARCHAR)
SELECT grantee FROM table_name_6 WHERE date = 1795 AND concession = "las pulgas"
Tell me the grantee for las pulgas in 1795
CREATE TABLE table_name_6 (grantee VARCHAR, date VARCHAR, concession VARCHAR)
SELECT boys_doubles FROM table_14319023_2 WHERE girls_doubles = "Ayu Pratiwi Anggi Widia"
When the girls doubles is ayu pratiwi anggi widia what is the boys doubles?
CREATE TABLE table_14319023_2 (boys_doubles VARCHAR, girls_doubles VARCHAR)
SELECT COUNT(latitude) FROM table_name_69 WHERE water__sqmi_ < 0
How much Latitude has a Water (sqmi) smaller than 0?
CREATE TABLE table_name_69 (latitude VARCHAR, water__sqmi_ INTEGER)
SELECT innings FROM table_28846752_12 WHERE average = "22.61"
How many innings for the player with an average of 22.61?
CREATE TABLE table_28846752_12 (innings VARCHAR, average VARCHAR)
SELECT 26 AS _august_2005 FROM table_24011830_2 WHERE world_record = "Asian record"
Name the 26 august 2005 asian record
CREATE TABLE table_24011830_2 (world_record VARCHAR)
SELECT COUNT(club__city_town_) FROM table_13713206_1 WHERE w_l_d = "5-7-4"
On what position number is the club with a w-l-d of 5-7-4?
CREATE TABLE table_13713206_1 (club__city_town_ VARCHAR, w_l_d VARCHAR)
SELECT customer_phone, customer_email FROM Customers WHERE customer_first_name = "Aniyah" AND customer_last_name = "Feest"
What is the phone and email for customer with first name Aniyah and last name Feest?
CREATE TABLE Customers (customer_phone VARCHAR, customer_email VARCHAR, customer_first_name VARCHAR, customer_last_name VARCHAR)
SELECT country FROM table_name_99 WHERE to_par < 7 AND place = "1"
Which Country has a To par smaller than 7, and a Place of 1?
CREATE TABLE table_name_99 (country VARCHAR, to_par VARCHAR, place VARCHAR)
SELECT AVG(election) FROM table_name_31 WHERE party = "liga veneta" AND province = "vicenza"
What is the average election for vicenza province with the liga veneta party?
CREATE TABLE table_name_31 (election INTEGER, party VARCHAR, province VARCHAR)
SELECT representative FROM table_name_71 WHERE lifespan = "1795–1866"
Which Representative had a Lifespan of 1795–1866?
CREATE TABLE table_name_71 (representative VARCHAR, lifespan VARCHAR)
SELECT COUNT(high_assists) FROM table_23248869_6 WHERE date = "December 11"
How many different people did different scores of high assists during the December 11 game?
CREATE TABLE table_23248869_6 (high_assists VARCHAR, date VARCHAR)
SELECT MAX(total) FROM table_name_25 WHERE player = "damon gray" AND challenge_cup < 0
What is the highest total of Player Damon Gray, with a Challenge Cup less than 0?
CREATE TABLE table_name_25 (total INTEGER, player VARCHAR, challenge_cup VARCHAR)
SELECT date FROM table_17288869_6 WHERE game = 21
What was the date of game 21?
CREATE TABLE table_17288869_6 (date VARCHAR, game VARCHAR)
SELECT COUNT(races) FROM table_24466191_1 WHERE position = "15th"
Name the total number of races for 15th position
CREATE TABLE table_24466191_1 (races VARCHAR, position VARCHAR)
SELECT score FROM table_name_52 WHERE opponent = "ivo minář"
What is Score, when Opponent is "Ivo Minář"?
CREATE TABLE table_name_52 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_65 WHERE tie_no = "29"
What is the score when the tie no is 29?
CREATE TABLE table_name_65 (score VARCHAR, tie_no VARCHAR)
SELECT score FROM table_name_7 WHERE place = "t5" AND player = "george archer"
What is Score, when Place is "T5", and when Player is "George Archer"?
CREATE TABLE table_name_7 (score VARCHAR, place VARCHAR, player VARCHAR)
SELECT competition FROM table_name_27 WHERE position = "5th"
What competition did Lineth Chepkurui place 5th?
CREATE TABLE table_name_27 (competition VARCHAR, position VARCHAR)
SELECT visitor FROM table_name_29 WHERE score = "121–85"
Who was the visiting team at the Cavaliers game that had a score of 121–85?
CREATE TABLE table_name_29 (visitor VARCHAR, score VARCHAR)
SELECT MAX(points) FROM table_name_52 WHERE games = 21 AND rank > 2
What is the highest value for Points, when Games is 21, and when Rank is greater than 2?
CREATE TABLE table_name_52 (points INTEGER, games VARCHAR, rank VARCHAR)
SELECT class FROM table_name_96 WHERE quantity = 4
what is the class when the quantity is 4?
CREATE TABLE table_name_96 (class VARCHAR, quantity VARCHAR)
SELECT chinese__traditional_ FROM table_name_36 WHERE english_title = "sunrise"
What is the traditional Chinese name for the record titled Sunrise?
CREATE TABLE table_name_36 (chinese__traditional_ VARCHAR, english_title VARCHAR)
SELECT position FROM table_28059992_5 WHERE cfl_team = "Saskatchewan"
What position did the draft pick going to saskatchewan play?
CREATE TABLE table_28059992_5 (position VARCHAR, cfl_team VARCHAR)
SELECT COUNT(nationality) FROM table_30083499_1 WHERE tournament = "2011 Apertura"
How many nationalities are there for the 2011 apertura?
CREATE TABLE table_30083499_1 (nationality VARCHAR, tournament VARCHAR)
SELECT winning_driver FROM table_name_32 WHERE constructor = "ferrari" AND fastest_lap = "luigi villoresi"
Who won the race with a Ferrari, were Luigi Villoresi set the fastest lap time?
CREATE TABLE table_name_32 (winning_driver VARCHAR, constructor VARCHAR, fastest_lap VARCHAR)
SELECT SUM(score) FROM table_name_27 WHERE place = "t5" AND country = "united states" AND player = "jeff maggert"
Can you tell me the sum of Score that has the Place of t5, and the Country of united states, and the Player of jeff maggert?
CREATE TABLE table_name_27 (score INTEGER, player VARCHAR, place VARCHAR, country VARCHAR)
SELECT position FROM table_name_55 WHERE school = "dartmouth ohio state"
What is the position of the player from Dartmouth Ohio State?
CREATE TABLE table_name_55 (position VARCHAR, school VARCHAR)
SELECT date FROM table_name_17 WHERE week < 11 AND attendance = "54,094"
Which Date has a Week smaller than 11, and a Attendance of 54,094?
CREATE TABLE table_name_17 (date VARCHAR, week VARCHAR, attendance VARCHAR)
SELECT finalist FROM table_name_17 WHERE week = "may 3"
Which Finalist has a Week of may 3?
CREATE TABLE table_name_17 (finalist VARCHAR, week VARCHAR)
SELECT AVG(evening_gown) FROM table_name_47 WHERE swimsuit < 8.703 AND state = "new york" AND preliminaries > 8.292
What is the average evening gown score of the contestant from New York with a swimsuit score less than 8.703 and preliminaries larger than 8.292?
CREATE TABLE table_name_47 (evening_gown INTEGER, preliminaries VARCHAR, swimsuit VARCHAR, state VARCHAR)
SELECT T1.WiFi, T3.Type FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model JOIN screen_mode AS T3 ON T2.screen_mode = T3.Graphics_mode WHERE T2.Hardware_Model_name = "LG-P760"
What are the wifi and screen mode type of the hardware model named "LG-P760"?
CREATE TABLE phone (chip_model VARCHAR, screen_mode VARCHAR, Hardware_Model_name VARCHAR); CREATE TABLE chip_model (WiFi VARCHAR, Model_name VARCHAR); CREATE TABLE screen_mode (Type VARCHAR, Graphics_mode VARCHAR)
SELECT runner_up FROM table_name_27 WHERE city = "milwaukee"
Who is the runner-up from Milwaukee?
CREATE TABLE table_name_27 (runner_up VARCHAR, city VARCHAR)
SELECT round FROM table_name_50 WHERE behinds = 1
What is the Round with 1 Behinds?
CREATE TABLE table_name_50 (round VARCHAR, behinds VARCHAR)
SELECT title FROM table_2226817_9 WHERE no_in_series = 165
What is the name of episode 165?
CREATE TABLE table_2226817_9 (title VARCHAR, no_in_series VARCHAR)