answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT SUM(drawn) FROM table_name_46 WHERE lost = 2 AND played < 14
How much Drawn has a Lost of 2, and Played smaller than 14?
CREATE TABLE table_name_46 (drawn INTEGER, lost VARCHAR, played VARCHAR)
SELECT weapon FROM table_name_55 WHERE mecha = "motorcycle"
What is the weapon for the mecha of motorcycle?
CREATE TABLE table_name_55 (weapon VARCHAR, mecha VARCHAR)
SELECT method FROM table_name_2 WHERE opponent = "rafael cavalcante"
Which method was used when Rafael Cavalcante was the opponent?
CREATE TABLE table_name_2 (method VARCHAR, opponent VARCHAR)
SELECT voice_actor__adv_tv_sentai_ova_dub_ FROM table_name_22 WHERE gatchaman = "jun"
Who was the voice actor (ADV TV/Sentai OVA dub) for the Gatchaman, jun?
CREATE TABLE table_name_22 (voice_actor__adv_tv_sentai_ova_dub_ VARCHAR, gatchaman VARCHAR)
SELECT hits FROM table_name_86 WHERE year < 1883
Name the hits for years before 1883
CREATE TABLE table_name_86 (hits VARCHAR, year INTEGER)
SELECT catalog FROM table_name_61 WHERE region = "canada" AND format = "cd/dvd"
Which Catalog has a Region of Canada and a Format of cd/dvd?
CREATE TABLE table_name_61 (catalog VARCHAR, region VARCHAR, format VARCHAR)
SELECT venue FROM table_name_50 WHERE away_team = "essendon"
When Essendon played away; where did they play?
CREATE TABLE table_name_50 (venue VARCHAR, away_team VARCHAR)
SELECT ab_ripper_x FROM table_27512025_1 WHERE exercise = "X Stretch"
What is the ab ripper x when exercise is x stretch?
CREATE TABLE table_27512025_1 (ab_ripper_x VARCHAR, exercise VARCHAR)
SELECT COUNT(crowd) FROM table_name_68 WHERE away_team = "essendon"
What is the listed crowd when essendon is the away squad?
CREATE TABLE table_name_68 (crowd VARCHAR, away_team VARCHAR)
SELECT displacement_ & _configuration FROM table_name_18 WHERE emissions_co2 = "204 g/km"
What is the displacement & configuration with CO2 of 204 g/km emissions?
CREATE TABLE table_name_18 (displacement_ VARCHAR, _configuration VARCHAR, emissions_co2 VARCHAR)
SELECT AVG(pba_titles) FROM table_name_16 WHERE tv_finals > 6 AND events > 20
Which PBA Titles has a TV Finals larger than 6, and an Events larger than 20?
CREATE TABLE table_name_16 (pba_titles INTEGER, tv_finals VARCHAR, events VARCHAR)
SELECT 2009 FROM table_name_84 WHERE 2011 = "1r" AND 2007 = "a"
What is the 2009 result when 2011 is 1R and 2007 is A?
CREATE TABLE table_name_84 (Id VARCHAR)
SELECT position FROM table_name_55 WHERE nfl_draft = 1958 AND player = "jerry kramer"
What position has 1958 as the NFL Draft, and jerry kramer as the player?
CREATE TABLE table_name_55 (position VARCHAR, nfl_draft VARCHAR, player VARCHAR)
SELECT MAX(week) FROM table_name_63 WHERE result = "l 38–21"
What week was the result of l 38–21?
CREATE TABLE table_name_63 (week INTEGER, result VARCHAR)
SELECT MAX(weight) FROM table_14342210_13 WHERE player = "Hugh White"
What is hugh white's weight?
CREATE TABLE table_14342210_13 (weight INTEGER, player VARCHAR)
SELECT SUM(pop_density_people_km_2) FROM table_name_47 WHERE population__percentage_of_eu = "0.1%" AND area__percentage_of_eu = "0.1%" AND population_in_millions > 0.5
What is the sum of the pop density people/km2 with a population % of EU of 0.1%, an area % of EU of 0.1%, and has more than 0.5 population in millions?
CREATE TABLE table_name_47 (pop_density_people_km_2 INTEGER, population_in_millions VARCHAR, population__percentage_of_eu VARCHAR, area__percentage_of_eu VARCHAR)
SELECT games FROM table_name_33 WHERE event = "men's singles" AND medal = "silver"
Which Olympic Games had a silver medal for the Men's Singles?
CREATE TABLE table_name_33 (games VARCHAR, event VARCHAR, medal VARCHAR)
SELECT part_2 FROM table_name_44 WHERE part_4 = "december 9, 2007"
When is Part 2, when Part 4 is on December 9, 2007?
CREATE TABLE table_name_44 (part_2 VARCHAR, part_4 VARCHAR)
SELECT name FROM driver ORDER BY age DESC
Show the name of drivers in descending order of age.
CREATE TABLE driver (name VARCHAR, age VARCHAR)
SELECT location_attendance FROM table_27715173_8 WHERE record = "39–7"
what is the location attendance when the record is 39–7?
CREATE TABLE table_27715173_8 (location_attendance VARCHAR, record VARCHAR)
SELECT SUM(bronze) FROM table_name_85 WHERE silver = 2 AND gold < 0
What is the total bronze with a Silver of 2, and a Gold smaller than 0?
CREATE TABLE table_name_85 (bronze INTEGER, silver VARCHAR, gold VARCHAR)
SELECT COUNT(top_fives) FROM table_name_29 WHERE year = "2010" AND wins > 0
What is the total number of top fives in 2010 when casey mears had more than 0 wins?
CREATE TABLE table_name_29 (top_fives VARCHAR, year VARCHAR, wins VARCHAR)
SELECT player FROM table_name_33 WHERE college = "illinois"
What is the player from Illinois?
CREATE TABLE table_name_33 (player VARCHAR, college VARCHAR)
SELECT partner FROM table_name_22 WHERE surface = "carpet"
Who was his partner when he played on carpet?
CREATE TABLE table_name_22 (partner VARCHAR, surface VARCHAR)
SELECT COUNT(pick) FROM table_name_46 WHERE round > 17 AND name = "gene stewart"
Which Pick has a Round larger than 17, and a Name of gene stewart?
CREATE TABLE table_name_46 (pick VARCHAR, round VARCHAR, name VARCHAR)
SELECT 1999 FROM table_name_24 WHERE tournament = "rome"
What is the 1999 finish for the tournament in Rome?
CREATE TABLE table_name_24 (tournament VARCHAR)
SELECT MIN(overall) FROM table_name_91 WHERE player = "louis coleman"
What was the lowest overall for Louis Coleman?
CREATE TABLE table_name_91 (overall INTEGER, player VARCHAR)
SELECT date FROM table_name_12 WHERE attendance = "56,271"
Which game had an attendance of 56,271?
CREATE TABLE table_name_12 (date VARCHAR, attendance VARCHAR)
SELECT score FROM table_name_27 WHERE tournament = "alcobaça" AND opponent_in_the_final = "xinyun han"
What was the score for alcobaça when the opponent was in the final of xinyun han?
CREATE TABLE table_name_27 (score VARCHAR, tournament VARCHAR, opponent_in_the_final VARCHAR)
SELECT location FROM table_name_57 WHERE method = "submission (rear naked choke)" AND round = 1 AND event = "ufc 127"
Which Location has a Method of submission (rear naked choke), a Round of 1, and an Event of ufc 127?
CREATE TABLE table_name_57 (location VARCHAR, event VARCHAR, method VARCHAR, round VARCHAR)
SELECT date FROM table_name_17 WHERE score = "104-113"
What date has 104-113 as the score?
CREATE TABLE table_name_17 (date VARCHAR, score VARCHAR)
SELECT gpu_frequency FROM table_name_18 WHERE model_number = "atom n435"
What is GPU Frequency, when Model Number is Atom N435?
CREATE TABLE table_name_18 (gpu_frequency VARCHAR, model_number VARCHAR)
SELECT COUNT(attendance) FROM table_name_49 WHERE week > 8 AND date = "november 25, 1979"
What is the total number in attendance for the game after week 8 that was on November 25, 1979?
CREATE TABLE table_name_49 (attendance VARCHAR, week VARCHAR, date VARCHAR)
SELECT SUM(byes) FROM table_name_85 WHERE wins = 7 AND against > 1412
What's the number of byes for someone who had 7 wins and an against number greater than 1412?
CREATE TABLE table_name_85 (byes INTEGER, wins VARCHAR, against VARCHAR)
SELECT MAX(attendance) FROM table_name_91 WHERE visitor = "chicago"
What was the maximum attendance when Chicago is the visiting team?
CREATE TABLE table_name_91 (attendance INTEGER, visitor VARCHAR)
SELECT COUNT(season) FROM table_22998777_1 WHERE position = "26th"
If the position of 26th what is the season total number?
CREATE TABLE table_22998777_1 (season VARCHAR, position VARCHAR)
SELECT date FROM table_name_92 WHERE runner_up = "sofía mulánovich ( per )"
What is Date when Runner-up is Sofía Mulánovich ( per )?
CREATE TABLE table_name_92 (date VARCHAR, runner_up VARCHAR)
SELECT date FROM table_name_49 WHERE venue = "nuku'alofa" AND player = "josh taumalolo"
What date did Josh Taumalolo play at Nuku'alofa?
CREATE TABLE table_name_49 (date VARCHAR, venue VARCHAR, player VARCHAR)
SELECT method FROM table_name_10 WHERE record = "1-1"
what is the method when the record is 1-1?
CREATE TABLE table_name_10 (method VARCHAR, record VARCHAR)
SELECT position FROM table_name_62 WHERE game_1 = "colin scott"
What position has colin scott as game 1?
CREATE TABLE table_name_62 (position VARCHAR, game_1 VARCHAR)
SELECT MIN(round) FROM table_name_84 WHERE position = "guard" AND pick < 144
What is the lowest round for the player whose position is guard and had a pick number smaller than 144?
CREATE TABLE table_name_84 (round INTEGER, position VARCHAR, pick VARCHAR)
SELECT flt_apps FROM table_name_62 WHERE total_goals < 5 AND fa_cup_apps = "3" AND position = "mf" AND league_goals = 4
How many FLT appearances for the player with less than 5 total goals, and 3 FA Cup appearances, 4 league goals, and plays MF?
CREATE TABLE table_name_62 (flt_apps VARCHAR, league_goals VARCHAR, position VARCHAR, total_goals VARCHAR, fa_cup_apps VARCHAR)
SELECT background_colour FROM table_name_43 WHERE type_of_sign = "mandatory instructions"
Which color is the background of the mandatory instructions?
CREATE TABLE table_name_43 (background_colour VARCHAR, type_of_sign VARCHAR)
SELECT T1.title FROM course AS T1 JOIN SECTION AS T2 ON T1.course_id = T2.course_id WHERE building = 'Chandler' AND semester = 'Fall' AND YEAR = 2010
What is the title of the course that was offered at building Chandler during the fall semester in the year of 2010?
CREATE TABLE course (title VARCHAR, course_id VARCHAR); CREATE TABLE SECTION (course_id VARCHAR)
SELECT notes FROM table_name_27 WHERE built = "19th century"
What are the Notes of the Mill Built in the 19th Century?
CREATE TABLE table_name_27 (notes VARCHAR, built VARCHAR)
SELECT route FROM table_name_12 WHERE date = "2 july"
Which route has a Date of 2 july?
CREATE TABLE table_name_12 (route VARCHAR, date VARCHAR)
SELECT tournament FROM table_name_39 WHERE partnering = "diego pérez" AND opponents_in_the_final = "christer allgardh carl limberger"
WHich Tournament has a Partnering of diego pérez and a Opponents in the final of christer allgardh carl limberger?
CREATE TABLE table_name_39 (tournament VARCHAR, partnering VARCHAR, opponents_in_the_final VARCHAR)
SELECT volume FROM table_name_38 WHERE isbn = "978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)"
What volume number has the ISBN of 978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)?
CREATE TABLE table_name_38 (volume VARCHAR, isbn VARCHAR)
SELECT StuID FROM Sportsinfo INTERSECT SELECT StuID FROM Plays_games
Show ids of students who play video game and play sports.
CREATE TABLE Plays_games (StuID VARCHAR); CREATE TABLE Sportsinfo (StuID VARCHAR)
SELECT population__2010_census_ FROM table_14986292_1 WHERE population_2000_census = 920599
Name the population 2010 census for population 2000 census of 920599
CREATE TABLE table_14986292_1 (population__2010_census_ VARCHAR, population_2000_census VARCHAR)
SELECT bulls FROM table_name_58 WHERE oxen > 113.8 AND sheep_and_goats > 4533.4 AND cows < 3987 AND total_horses > 5056.5
What is the number of bulls that has oxen larger than 113.8, and a sheep and goats larger than 4533.4, and a cows smaller than 3987, and a total horses larger than 5056.5?
CREATE TABLE table_name_58 (bulls VARCHAR, total_horses VARCHAR, cows VARCHAR, oxen VARCHAR, sheep_and_goats VARCHAR)
SELECT district FROM table_19753079_13 WHERE incumbent = "John Linder"
In what district is the incumbent John Linder?
CREATE TABLE table_19753079_13 (district VARCHAR, incumbent VARCHAR)
SELECT MIN(fall_05) FROM table_name_22 WHERE fall_09 < 14 AND fall_08 > 5
What's the smallest fall 05 number when fall 09 is less than 14 and fall 08 is more than 5?
CREATE TABLE table_name_22 (fall_05 INTEGER, fall_09 VARCHAR, fall_08 VARCHAR)
SELECT network FROM table_name_80 WHERE aspect = "4:3" AND psip_short_name = "qvc"
What network has an aspect of 4:3 and a PSIP Short Name of qvc?
CREATE TABLE table_name_80 (network VARCHAR, aspect VARCHAR, psip_short_name VARCHAR)
SELECT 1992 FROM table_name_13 WHERE 1989 = "1–2"
Which 992 has a 1–2 of 1989 ?
CREATE TABLE table_name_13 (Id VARCHAR)
SELECT tournament FROM table_name_38 WHERE 2011 = "nh"
Which Tournament was played in NH in 2011?
CREATE TABLE table_name_38 (tournament VARCHAR)
SELECT deceased_spouse FROM table_24143253_5 WHERE length_of_marriage = "4 years"
Who was the deceased spouse who was married for 4 years?
CREATE TABLE table_24143253_5 (deceased_spouse VARCHAR, length_of_marriage VARCHAR)
SELECT game_site FROM table_26401898_2 WHERE final_score = "L 26–42"
Name the game site for l 26–42
CREATE TABLE table_26401898_2 (game_site VARCHAR, final_score VARCHAR)
SELECT district FROM table_2668336_17 WHERE first_elected = "1807 1817"
First elected in 1807 1817 in what district?
CREATE TABLE table_2668336_17 (district VARCHAR, first_elected VARCHAR)
SELECT COUNT(points_for) FROM table_15467476_2 WHERE lost = "4"
Name the points for where lost is 4
CREATE TABLE table_15467476_2 (points_for VARCHAR, lost VARCHAR)
SELECT player FROM table_name_69 WHERE position = "rb" AND team = "oakland"
Who is the rb player from team oakland?
CREATE TABLE table_name_69 (player VARCHAR, position VARCHAR, team VARCHAR)
SELECT rank FROM table_name_5 WHERE laps = 200 AND qual = "148.374"
Name the rank with laps of 200 and qual of 148.374
CREATE TABLE table_name_5 (rank VARCHAR, laps VARCHAR, qual VARCHAR)
SELECT country FROM table_name_55 WHERE player = "josé maría olazábal"
What is Country, when Player is "José María Olazábal"?
CREATE TABLE table_name_55 (country VARCHAR, player VARCHAR)
SELECT 1 AS st_leg FROM table_name_3 WHERE team_1 = "drita"
Which 1st leg has a Team 1 of drita?
CREATE TABLE table_name_3 (team_1 VARCHAR)
SELECT shell__lb_ FROM table_16439764_1 WHERE gun = "QF 12 pdr 12 cwt"
If the gun used is the qf 12 pdr 12 cwt, what is the shell weight?
CREATE TABLE table_16439764_1 (shell__lb_ VARCHAR, gun VARCHAR)
SELECT T3.Pilot_name, T2.Model FROM pilot_record AS T1 JOIN aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN pilot AS T3 ON T1.Pilot_ID = T3.Pilot_ID
Show the names of pilots and models of aircrafts they have flied with.
CREATE TABLE pilot_record (Aircraft_ID VARCHAR, Pilot_ID VARCHAR); CREATE TABLE pilot (Pilot_name VARCHAR, Pilot_ID VARCHAR); CREATE TABLE aircraft (Model VARCHAR, Aircraft_ID VARCHAR)
SELECT MAX(year) FROM table_2199290_2 WHERE partner = "Wesley Moodie"
In what year was the partner Wesley Moodie?
CREATE TABLE table_2199290_2 (year INTEGER, partner VARCHAR)
SELECT title_rank FROM table_name_93 WHERE actor = "pauline moran"
What is the title rank of actor pauline moran?
CREATE TABLE table_name_93 (title_rank VARCHAR, actor VARCHAR)
SELECT original_air_date FROM table_21313498_1 WHERE us_viewers__millions_ = "3.3" AND written_by = "Rob Wright"
when was the premiere when a 3.3 millions of North American watched the episode whose writer was Rob Wright?
CREATE TABLE table_21313498_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_18268826_1 WHERE us_viewers__million_ = "3.93"
Who directed the episode seen by 3.93 million people in the US?
CREATE TABLE table_18268826_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(league) FROM table_2380212_1 WHERE avg_attendance = 3589
How many different Leagues had average attendance of 3589?
CREATE TABLE table_2380212_1 (league VARCHAR, avg_attendance VARCHAR)
SELECT opinion_research_centre__opc_ FROM table_159614_2 WHERE national_opinion_polls__nop_ = "1.3%"
On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage?
CREATE TABLE table_159614_2 (opinion_research_centre__opc_ VARCHAR, national_opinion_polls__nop_ VARCHAR)
SELECT winning_team FROM table_name_58 WHERE date = "11 july"
What was the winning team on 11 July?
CREATE TABLE table_name_58 (winning_team VARCHAR, date VARCHAR)
SELECT date FROM table_name_48 WHERE label = "jugoton"
What is Date, when Label is Jugoton?
CREATE TABLE table_name_48 (date VARCHAR, label VARCHAR)
SELECT estimated_deaths FROM table_10335_1 WHERE operational = "17 March 1942 – end of June 1943"
what's the estimated deaths with operational period of 17 march 1942 – end of june 1943
CREATE TABLE table_10335_1 (estimated_deaths VARCHAR, operational VARCHAR)
SELECT venue FROM table_name_57 WHERE home_team = "footscray"
What is the venue where the home team is Footscray?
CREATE TABLE table_name_57 (venue VARCHAR, home_team VARCHAR)
SELECT attendance FROM table_name_13 WHERE away_team = "maidsone united"
What is the attendance of the match with maidsone united as the away team?
CREATE TABLE table_name_13 (attendance VARCHAR, away_team VARCHAR)
SELECT prize_money FROM table_name_79 WHERE matches < 73 AND round = "third round proper"
What is Prize Money, when Matches is less than 73, and when Round is Third Round Proper?
CREATE TABLE table_name_79 (prize_money VARCHAR, matches VARCHAR, round VARCHAR)
SELECT MIN(top_5) FROM table_name_30 WHERE wins < 0
What is the lowest top 5 winners with less than 0?
CREATE TABLE table_name_30 (top_5 INTEGER, wins INTEGER)
SELECT date FROM table_name_90 WHERE home_team = "west bromwich albion"
What is the date of the match with west bromwich albion as the home team?
CREATE TABLE table_name_90 (date VARCHAR, home_team VARCHAR)
SELECT iata FROM table_name_2 WHERE icao = "tjrv"
Tell me the iata for icao of tjrv
CREATE TABLE table_name_2 (iata VARCHAR, icao VARCHAR)
SELECT title FROM table_name_50 WHERE production_code = "ad1b04"
What is the title of the episode with a production code of ad1b04?
CREATE TABLE table_name_50 (title VARCHAR, production_code VARCHAR)
SELECT SUM(games) FROM table_name_27 WHERE team = "iurbentia bilbao" AND rebounds > 212
How many games did team iurbentia bilbao have with rebounds higher than 212?
CREATE TABLE table_name_27 (games INTEGER, team VARCHAR, rebounds VARCHAR)
SELECT partnerships FROM table_name_17 WHERE versus = "namibia" AND runs = "166*"
What is the partnership in the game with 166* runs and an opponent of Namibia?
CREATE TABLE table_name_17 (partnerships VARCHAR, versus VARCHAR, runs VARCHAR)
SELECT attendance FROM table_name_98 WHERE away_team = "cambridge city"
How many people attended the game against away team Cambridge City?
CREATE TABLE table_name_98 (attendance VARCHAR, away_team VARCHAR)
SELECT verb_meaning FROM table_1745843_8 WHERE part_2 = "bant"
What is the verb meaning of the word with part 2 "bant"?
CREATE TABLE table_1745843_8 (verb_meaning VARCHAR, part_2 VARCHAR)
SELECT company FROM table_name_20 WHERE business = "energy" AND date = "unknown"
What company has an unknown date and is an energy business?
CREATE TABLE table_name_20 (company VARCHAR, business VARCHAR, date VARCHAR)
SELECT T1.name FROM browser AS T1 JOIN accelerator_compatible_browser AS T2 ON T1.id = T2.browser_id JOIN web_client_accelerator AS T3 ON T2.accelerator_id = T3.id WHERE T3.name = 'CProxy' AND T2.compatible_since_year > 1998
What is the name of the browser that became compatible with the accelerator 'CProxy' after year 1998 ?
CREATE TABLE accelerator_compatible_browser (browser_id VARCHAR, accelerator_id VARCHAR, compatible_since_year VARCHAR); CREATE TABLE web_client_accelerator (id VARCHAR, name VARCHAR); CREATE TABLE browser (name VARCHAR, id VARCHAR)
SELECT record FROM table_17001658_10 WHERE high_rebounds = "Gerald Wallace (14)"
What was the final score of the game with gerald wallace (14) as the High Rebound?
CREATE TABLE table_17001658_10 (record VARCHAR, high_rebounds VARCHAR)
SELECT region FROM table_name_7 WHERE date = "june 8, 2004"
Which region was on June 8, 2004?
CREATE TABLE table_name_7 (region VARCHAR, date VARCHAR)
SELECT AVG(pick) FROM table_name_14 WHERE position = "pg" AND round < 1
What is the average Pick with a Position of pg, and a Round less than 1?
CREATE TABLE table_name_14 (pick INTEGER, position VARCHAR, round VARCHAR)
SELECT MIN(poles) FROM table_3005915_3
What is the minimum number of poles?
CREATE TABLE table_3005915_3 (poles INTEGER)
SELECT school FROM table_11677691_12 WHERE hometown = "Placer, California"
What is the hometown of the players for placer, california
CREATE TABLE table_11677691_12 (school VARCHAR, hometown VARCHAR)
SELECT Leading AS scorer FROM table_name_90 WHERE score = "96-87"
Who was the Leading Scorer in the Game with a Score of 96-87?
CREATE TABLE table_name_90 (Leading VARCHAR, score VARCHAR)
SELECT attempts FROM table_name_42 WHERE team = "iowa" AND yards = "2,249"
What was the number of attempts for Vanderberg on Iowa when the recorded yards were 2,249?
CREATE TABLE table_name_42 (attempts VARCHAR, team VARCHAR, yards VARCHAR)
SELECT teleplay FROM table_name_57 WHERE first_broadcast = "april 10, 1981"
What is Teleplay, when First Broadcast is April 10, 1981?
CREATE TABLE table_name_57 (teleplay VARCHAR, first_broadcast VARCHAR)
SELECT COUNT(DISTINCT StuID) FROM Plays_games
How many students play video games?
CREATE TABLE Plays_games (StuID VARCHAR)
SELECT finish FROM table_name_10 WHERE start = "13"
What was 13's finish?
CREATE TABLE table_name_10 (finish VARCHAR, start VARCHAR)
SELECT venue FROM table_name_49 WHERE away_team = "south melbourne"
At what venue was the game played where the away team was South Melbourne
CREATE TABLE table_name_49 (venue VARCHAR, away_team VARCHAR)
SELECT title FROM table_2818164_7 WHERE no_in_series = 147
Which title has 147 as no. in series?
CREATE TABLE table_2818164_7 (title VARCHAR, no_in_series VARCHAR)