question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What was the venue for the game on 10-09-2012?
CREATE TABLE table_name_71 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_71 WHERE date = "10-09-2012"
What was the total number of matches for Nat Lofthouse, ranking higher than 7?
CREATE TABLE table_name_55 (matches VARCHAR, name VARCHAR, rank VARCHAR)
SELECT COUNT(matches) FROM table_name_55 WHERE name = "nat lofthouse" AND rank > 7
Where did Hawthorn play as the away team?
CREATE TABLE table_name_89 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_89 WHERE away_team = "hawthorn"
What studio had the director Peter Lord Nick Park before 2004?
CREATE TABLE table_name_57 (studio_s_ VARCHAR, year VARCHAR, director VARCHAR)
SELECT studio_s_ FROM table_name_57 WHERE year < 2004 AND director = "peter lord nick park"
Name the segment c for crash test dummies
CREATE TABLE table_15187735_10 (segment_c VARCHAR, segment_d VARCHAR)
SELECT COUNT(segment_c) FROM table_15187735_10 WHERE segment_d = "Crash Test Dummies"
What is the highest pos for a driver with 1 podium?
CREATE TABLE table_18811741_15 (pos INTEGER, podiums VARCHAR)
SELECT MAX(pos) FROM table_18811741_15 WHERE podiums = 1
Find the names of all distinct wines that have appellations in North Coast area.
CREATE TABLE APPELLATIONs (Appelation VARCHAR, Area VARCHAR); CREATE TABLE WINE (Name VARCHAR, Appelation VARCHAR)
SELECT DISTINCT T2.Name FROM APPELLATIONs AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.Area = "North Coast"
How many tries against were there with points of 150?
CREATE TABLE table_17941032_2 (tries_against VARCHAR, points_for VARCHAR)
SELECT tries_against FROM table_17941032_2 WHERE points_for = "150"
What time/retired for a grid less than 19, under 21 laps, and made by aprilia?
CREATE TABLE table_name_38 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR, manufacturer VARCHAR)
SELECT time_retired FROM table_name_38 WHERE grid < 19 AND manufacturer = "aprilia" AND laps < 21
Which Date has a Home team of st kilda?
CREATE TABLE table_name_19 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_19 WHERE home_team = "st kilda"
Which branding has the callsign of DXGH?
CREATE TABLE table_28794440_1 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_28794440_1 WHERE callsign = "DXGH"
what is the event for the year less than 1913 with the position of 2nd?
CREATE TABLE table_name_60 (event VARCHAR, year VARCHAR, position VARCHAR)
SELECT event FROM table_name_60 WHERE year < 1913 AND position = "2nd"
What was the result for the Outstanding director of a musical category?
CREATE TABLE table_name_67 (result VARCHAR, category VARCHAR)
SELECT result FROM table_name_67 WHERE category = "outstanding director of a musical"
In which location did the Meca World Vale Tudo 6 event happen?
CREATE TABLE table_name_84 (location VARCHAR, event VARCHAR)
SELECT location FROM table_name_84 WHERE event = "meca world vale tudo 6"
On games against the Devil Rays and a score of 2 - 1 (10), what was the attendance?
CREATE TABLE table_name_52 (attendance INTEGER, opponent VARCHAR, score VARCHAR)
SELECT AVG(attendance) FROM table_name_52 WHERE opponent = "devil rays" AND score = "2 - 1 (10)"
Who was the lead supporting vocalist on the song that was 4:54 long?
CREATE TABLE table_name_32 (lead_supporting_vocal VARCHAR, time VARCHAR)
SELECT lead_supporting_vocal FROM table_name_32 WHERE time = "4:54"
what's the first elected with candidates being joe starnes (d) 100.0% george bogus ( w/i ) 0.003%
CREATE TABLE table_1342270_3 (first_elected VARCHAR, candidates VARCHAR)
SELECT first_elected FROM table_1342270_3 WHERE candidates = "Joe Starnes (D) 100.0% George Bogus ( W/I ) 0.003%"
Which ANSI code has a GEO ID larger than 3809927140, and a Water (sqmi) smaller than 0.492, and a Pop (2010) of 37, and a Latitude larger than 48.245979?
CREATE TABLE table_name_48 (ansi_code INTEGER, latitude VARCHAR, pop__2010_ VARCHAR, geo_id VARCHAR, water__sqmi_ VARCHAR)
SELECT MIN(ansi_code) FROM table_name_48 WHERE geo_id > 3809927140 AND water__sqmi_ < 0.492 AND pop__2010_ = 37 AND latitude > 48.245979
What is the Devices per channel where the Name is sata revision 3.0?
CREATE TABLE table_name_19 (devices_per_channel VARCHAR, name VARCHAR)
SELECT devices_per_channel FROM table_name_19 WHERE name = "sata revision 3.0"
Name the tries against for 87 points
CREATE TABLE table_12792876_4 (tries_against VARCHAR, points VARCHAR)
SELECT tries_against FROM table_12792876_4 WHERE points = "87"
How many games were played in the season?
CREATE TABLE table_15873014_3 (game INTEGER)
SELECT MAX(game) FROM table_15873014_3
Writer Max Ehrlich, what is the minimum series number?
CREATE TABLE table_19852975_4 (series__number INTEGER, writer_s_ VARCHAR)
SELECT MIN(series__number) FROM table_19852975_4 WHERE writer_s_ = "Max Ehrlich"
WHAT IS THE DRAW FOR PERFORMER ANDREA CUBRIC?
CREATE TABLE table_name_76 (draw VARCHAR, performer VARCHAR)
SELECT draw FROM table_name_76 WHERE performer = "andrea cubric"
What NFL team was the player with pick number 28 drafted to?
CREATE TABLE table_20996923_25 (nfl_team VARCHAR, pick__number VARCHAR)
SELECT nfl_team FROM table_20996923_25 WHERE pick__number = 28
Which driver had an accident and laps smaller than 53?
CREATE TABLE table_name_82 (driver VARCHAR, laps VARCHAR, time_retired VARCHAR)
SELECT driver FROM table_name_82 WHERE laps < 53 AND time_retired = "accident"
What is the joined year of the pilot of the highest rank?
CREATE TABLE pilot (Join_Year VARCHAR, Rank VARCHAR)
SELECT Join_Year FROM pilot ORDER BY Rank LIMIT 1
What date has the format of cd?
CREATE TABLE table_name_40 (date VARCHAR, format VARCHAR)
SELECT date FROM table_name_40 WHERE format = "cd"
Find the name of dorms that can accommodate more than 300 students.
CREATE TABLE dorm (dorm_name VARCHAR, student_capacity INTEGER)
SELECT dorm_name FROM dorm WHERE student_capacity > 300
What is the shuttle time for the level where the speed is 15.5 km/h?
CREATE TABLE table_1751142_2 (shuttle_time__seconds_ VARCHAR, speed__km_h_ VARCHAR)
SELECT shuttle_time__seconds_ FROM table_1751142_2 WHERE speed__km_h_ = "15.5"
What is the highest number drawn when the position was 12?
CREATE TABLE table_name_50 (drawn INTEGER, position VARCHAR)
SELECT MAX(drawn) FROM table_name_50 WHERE position = 12
Who was the opponent at the game with a score of 7–6?
CREATE TABLE table_name_16 (opponent VARCHAR, score VARCHAR)
SELECT opponent FROM table_name_16 WHERE score = "7–6"
how many games have a location of memorial stadium and a time of 2:27?
CREATE TABLE table_name_95 (game VARCHAR, location VARCHAR, time VARCHAR)
SELECT COUNT(game) FROM table_name_95 WHERE location = "memorial stadium" AND time = "2:27"
Which Match played in a Location of San Francisco has a Competition of Semifinal?
CREATE TABLE table_name_19 (match VARCHAR, competition VARCHAR, location VARCHAR)
SELECT match FROM table_name_19 WHERE competition = "semifinal" AND location = "san francisco"
Hom many musicians performed in the song "Flash"?
CREATE TABLE performance (bandmate VARCHAR, songid VARCHAR); CREATE TABLE songs (songid VARCHAR, Title VARCHAR); CREATE TABLE band (id VARCHAR)
SELECT COUNT(*) FROM performance AS T1 JOIN band AS T2 ON T1.bandmate = T2.id JOIN songs AS T3 ON T3.songid = T1.songid WHERE T3.Title = "Flash"
Who is the Winner with a Time of 1:12.00 and Melvin A. Holland as the Jockey?
CREATE TABLE table_name_74 (winner VARCHAR, time VARCHAR, jockey VARCHAR)
SELECT winner FROM table_name_74 WHERE time = "1:12.00" AND jockey = "melvin a. holland"
What dates does Alex Munter have 25% and the polling firm of Decima?
CREATE TABLE table_name_41 (polling_dates VARCHAR, alex_munter VARCHAR, polling_firm VARCHAR)
SELECT polling_dates FROM table_name_41 WHERE alex_munter = "25%" AND polling_firm = "decima"
Which Location has a Competition of Group Stage, a Lineup of Start and a Date of 2000-09-17?
CREATE TABLE table_name_67 (location VARCHAR, date VARCHAR, competition VARCHAR, lineup VARCHAR)
SELECT location FROM table_name_67 WHERE competition = "group stage" AND lineup = "start" AND date = "2000-09-17"
Which Type has a Capacity of 28 passengers, and a Number of 16?
CREATE TABLE table_name_67 (type VARCHAR, capacity VARCHAR, number VARCHAR)
SELECT type FROM table_name_67 WHERE capacity = "28 passengers" AND number = "16"
What were the dates for Honolulu, Hawaii in Kindergarten?
CREATE TABLE table_name_89 (dates VARCHAR, location VARCHAR, grade VARCHAR)
SELECT dates FROM table_name_89 WHERE location = "honolulu, hawaii" AND grade = "kindergarten"
Where does St Kilda play?
CREATE TABLE table_name_48 (venue VARCHAR, home_team VARCHAR)
SELECT venue FROM table_name_48 WHERE home_team = "st kilda"
Who is the away team that tottenham hotspur played?
CREATE TABLE table_name_85 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_85 WHERE home_team = "tottenham hotspur"
What's the bus width (in bit) of the model whose core is 650 MHz?
CREATE TABLE table_19161046_1 (bus_width___bit__ VARCHAR, core___mhz__ VARCHAR)
SELECT COUNT(bus_width___bit__) FROM table_19161046_1 WHERE core___mhz__ = 650
What is the highest Matches were the points were smaller than 8, the place was larger than 13, and the drawn is less than 1?
CREATE TABLE table_name_78 (matches INTEGER, drawn VARCHAR, points VARCHAR, place VARCHAR)
SELECT MAX(matches) FROM table_name_78 WHERE points < 8 AND place > 13 AND drawn < 1
What is the name if the appearance is 2 and the position is FW?
CREATE TABLE table_24807406_1 (name VARCHAR, position VARCHAR, appearances VARCHAR)
SELECT name FROM table_24807406_1 WHERE position = "FW" AND appearances = 2
How many reactions have an Athlete of alleyne francique, and a Lane larger than 9?
CREATE TABLE table_name_24 (react VARCHAR, athlete VARCHAR, lane VARCHAR)
SELECT COUNT(react) FROM table_name_24 WHERE athlete = "alleyne francique" AND lane > 9
When did the duchess who became duchess on 7/8 April 1766 cease to be duchess?
CREATE TABLE table_name_5 (ceased_to_be_duchess VARCHAR, became_duchess VARCHAR)
SELECT ceased_to_be_duchess FROM table_name_5 WHERE became_duchess = "7/8 april 1766"
What's the lowest attendance for October 13, 1968, and is larger than week 5?
CREATE TABLE table_name_19 (attendance INTEGER, date VARCHAR, week VARCHAR)
SELECT MIN(attendance) FROM table_name_19 WHERE date = "october 13, 1968" AND week > 5
Name the highest pop for tottori
CREATE TABLE table_name_11 (pop_¹ INTEGER, prefecture VARCHAR)
SELECT MAX(pop_¹) FROM table_name_11 WHERE prefecture = "tottori"
Who is the team that has played more than 18 games and has 6 losses?
CREATE TABLE table_name_97 (team_name VARCHAR, losses VARCHAR, games VARCHAR)
SELECT team_name FROM table_name_97 WHERE losses = 6 AND games > 18
What is the mate for Last Appearance of bully, bully, bully (3x13) for the animal named hollow/holly later than season 1?
CREATE TABLE table_name_48 (mate VARCHAR, animal_name VARCHAR, tv_seasons VARCHAR, last_appearance VARCHAR)
SELECT mate FROM table_name_48 WHERE tv_seasons > 1 AND last_appearance = "bully, bully, bully (3x13)" AND animal_name = "hollow/holly"
What did Sam Torrance score?
CREATE TABLE table_name_49 (score VARCHAR, player VARCHAR)
SELECT score FROM table_name_49 WHERE player = "sam torrance"
Which Attendance has a Week of 8?
CREATE TABLE table_name_25 (attendance INTEGER, week VARCHAR)
SELECT AVG(attendance) FROM table_name_25 WHERE week = 8
What is the epa rated combined fuel economy for the all-electric vehicle with dirty electric grid rocky mountains (denver) of 330 g/mi (205 g/km)?
CREATE TABLE table_23840623_4 (epa_rated_combined_fuel_economy VARCHAR, operating_mode VARCHAR, dirty_electric_grid_rocky_mountains__denver_ VARCHAR)
SELECT epa_rated_combined_fuel_economy FROM table_23840623_4 WHERE operating_mode = "All-electric" AND dirty_electric_grid_rocky_mountains__denver_ = "330 g/mi (205 g/km)"
What was the largest crowd size at arden street oval?
CREATE TABLE table_name_58 (crowd INTEGER, venue VARCHAR)
SELECT MAX(crowd) FROM table_name_58 WHERE venue = "arden street oval"
What tyre did Mika Salo use for team Lotus?
CREATE TABLE table_name_93 (tyre VARCHAR, entrant VARCHAR, driver VARCHAR)
SELECT tyre FROM table_name_93 WHERE entrant = "team lotus" AND driver = "mika salo"
What was Jenson Button's constructor?
CREATE TABLE table_name_13 (constructor VARCHAR, driver VARCHAR)
SELECT constructor FROM table_name_13 WHERE driver = "jenson button"
How many people had high rebounds during the game with a record of 34-32?
CREATE TABLE table_23248940_10 (high_rebounds VARCHAR, record VARCHAR)
SELECT COUNT(high_rebounds) FROM table_23248940_10 WHERE record = "34-32"
What Date is Northern Spur Breeders' Cup Stakes Race?
CREATE TABLE table_name_31 (date VARCHAR, race VARCHAR)
SELECT date FROM table_name_31 WHERE race = "northern spur breeders' cup stakes"
How many architects are female?
CREATE TABLE architect (gender VARCHAR)
SELECT COUNT(*) FROM architect WHERE gender = 'female'
Which season is Euroleague with Greek Cup?
CREATE TABLE table_name_4 (season VARCHAR, european_cup VARCHAR, national_cup VARCHAR)
SELECT season FROM table_name_4 WHERE european_cup = "euroleague" AND national_cup = "greek cup"
What was the Last Samurai role?
CREATE TABLE table_name_70 (role VARCHAR, film VARCHAR)
SELECT role FROM table_name_70 WHERE film = "the last samurai"
What is the team with the date of vacancy 8 dec 2010?
CREATE TABLE table_27383390_4 (team VARCHAR, date_of_vacancy VARCHAR)
SELECT team FROM table_27383390_4 WHERE date_of_vacancy = "8 Dec 2010"
what is the population where municipality is san jacinto?
CREATE TABLE table_1691800_2 (population__2010_ VARCHAR, municipality VARCHAR)
SELECT population__2010_ FROM table_1691800_2 WHERE municipality = "San Jacinto"
Which tournament was played on 12 February 2001?
CREATE TABLE table_name_21 (tournament VARCHAR, date VARCHAR)
SELECT tournament FROM table_name_21 WHERE date = "12 february 2001"
What region is the city of Philadelphia located in?
CREATE TABLE table_name_16 (region VARCHAR, city VARCHAR)
SELECT region FROM table_name_16 WHERE city = "philadelphia"
What was the result for Gypsy?
CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT result FROM table_22032599_1 WHERE film_title_used_in_nomination = "Gypsy"
What is the call sign of the Classic Country Music station?
CREATE TABLE table_name_25 (call_sign VARCHAR, format VARCHAR)
SELECT call_sign FROM table_name_25 WHERE format = "classic country"
What division record did the Spartans hold?
CREATE TABLE table_name_26 (division_record VARCHAR, team VARCHAR)
SELECT division_record FROM table_name_26 WHERE team = "spartans"
What is the version shown for the Length of 5:20, and shows Remixed by —?
CREATE TABLE table_name_48 (version VARCHAR, length VARCHAR, remixed_by VARCHAR)
SELECT version FROM table_name_48 WHERE length = "5:20" AND remixed_by = "—"
How many years did lin gaoyuan wu jiaji play mens doubles?
CREATE TABLE table_28138035_20 (year_location VARCHAR, mens_doubles VARCHAR)
SELECT COUNT(year_location) FROM table_28138035_20 WHERE mens_doubles = "Lin Gaoyuan Wu Jiaji"
What is the broadcast date of the episode with 9.65 million viewers?
CREATE TABLE table_name_39 (broadcast_date VARCHAR, viewership__millions_ VARCHAR)
SELECT broadcast_date FROM table_name_39 WHERE viewership__millions_ = 9.65
what is the object type when the ngc number is 3314?
CREATE TABLE table_name_98 (object_type VARCHAR, ngc_number VARCHAR)
SELECT object_type FROM table_name_98 WHERE ngc_number = 3314
How many Drawn did Coach Francis Cummins have with less than 4 Lost?
CREATE TABLE table_name_99 (drawn INTEGER, lost VARCHAR, coach VARCHAR)
SELECT SUM(drawn) FROM table_name_99 WHERE lost < 4 AND coach = "francis cummins"
What is the lowest value for Points, when Games is greater than 34, and when Name is Andrew Panko?
CREATE TABLE table_name_98 (points INTEGER, games VARCHAR, name VARCHAR)
SELECT MIN(points) FROM table_name_98 WHERE games > 34 AND name = "andrew panko"
Who is the Jockey that has Nick Zito as Trainer and Odds of 34-1?
CREATE TABLE table_name_39 (jockey VARCHAR, trainer VARCHAR, odds VARCHAR)
SELECT jockey FROM table_name_39 WHERE trainer = "nick zito" AND odds = "34-1"
What are the forename and surname of the driver who has the smallest laptime?
CREATE TABLE laptimes (driverid VARCHAR, milliseconds VARCHAR); CREATE TABLE drivers (forename VARCHAR, surname VARCHAR, driverid VARCHAR)
SELECT T1.forename, T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid ORDER BY T2.milliseconds LIMIT 1
What is the highest rank of the 2009 xbox?
CREATE TABLE table_name_95 (rank INTEGER)
SELECT MAX(rank) FROM table_name_95 WHERE 2009 = "xbox"
what day did the team go to toronto
CREATE TABLE table_name_97 (date VARCHAR, visitor VARCHAR)
SELECT date FROM table_name_97 WHERE visitor = "toronto"
which countries' tv channels are not playing any cartoon written by Todd Casey?
CREATE TABLE TV_Channel (country VARCHAR, id VARCHAR); CREATE TABLE TV_Channel (country VARCHAR); CREATE TABLE cartoon (Channel VARCHAR, written_by VARCHAR)
SELECT country FROM TV_Channel EXCEPT SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey'
What is the rank of the petroleum company who has a revenue of $481.7 billion?
CREATE TABLE table_name_7 (rank INTEGER, industry VARCHAR, revenue_in_usd VARCHAR)
SELECT MIN(rank) FROM table_name_7 WHERE industry = "petroleum" AND revenue_in_usd = "$481.7 billion"
What is the Former local authority for Ecclesfield?
CREATE TABLE table_name_96 (former_local_authority VARCHAR, name VARCHAR)
SELECT former_local_authority FROM table_name_96 WHERE name = "ecclesfield"
Which Record has an Opponent of milwaukee bucks?
CREATE TABLE table_name_93 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_name_93 WHERE opponent = "milwaukee bucks"
What is To Par, when Place is "T1", and when Player is "Joey Rassett"?
CREATE TABLE table_name_6 (to_par VARCHAR, place VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_6 WHERE place = "t1" AND player = "joey rassett"
What is the rank if the person with a time of 1:40.626?
CREATE TABLE table_name_23 (rank INTEGER, time VARCHAR)
SELECT SUM(rank) FROM table_name_23 WHERE time = "1:40.626"
What was the location with the 24-21 result?
CREATE TABLE table_name_54 (location VARCHAR, result VARCHAR)
SELECT location FROM table_name_54 WHERE result = "24-21"
How many clubs does number 6 play for?
CREATE TABLE table_12962773_15 (current_club VARCHAR, no VARCHAR)
SELECT COUNT(current_club) FROM table_12962773_15 WHERE no = 6
What player's hometown is Roebuck, South Carolina?
CREATE TABLE table_11677691_3 (player VARCHAR, hometown VARCHAR)
SELECT player FROM table_11677691_3 WHERE hometown = "Roebuck, South Carolina"
how many persons got the fourth position when the regional was shikoku?
CREATE TABLE table_21632864_1 (fourth_place VARCHAR, regional VARCHAR)
SELECT COUNT(fourth_place) FROM table_21632864_1 WHERE regional = "Shikoku"
What is the highest Match No., when Date is 2008-03-21, and when Time is 16:00?
CREATE TABLE table_name_92 (match_no INTEGER, date VARCHAR, time VARCHAR)
SELECT MAX(match_no) FROM table_name_92 WHERE date = "2008-03-21" AND time = "16:00"
I want the result for team of giants
CREATE TABLE table_name_63 (result VARCHAR, team VARCHAR)
SELECT result FROM table_name_63 WHERE team = "giants"
If the class is total, what is the total number of podiums?
CREATE TABLE table_name_93 (podiums VARCHAR, class VARCHAR)
SELECT COUNT(podiums) FROM table_name_93 WHERE class = "total"
What is the sum of Events, when Top-10 is 7, and when Top-5 is greater than 4?
CREATE TABLE table_name_80 (events INTEGER, top_10 VARCHAR, top_5 VARCHAR)
SELECT SUM(events) FROM table_name_80 WHERE top_10 = 7 AND top_5 > 4
Who is the rookie goalkeeper Rob Scherr who played before week 6?
CREATE TABLE table_name_5 (rookie VARCHAR, goalkeeper VARCHAR, week VARCHAR)
SELECT rookie FROM table_name_5 WHERE goalkeeper = "rob scherr" AND week < 6
What is the population of area of 11?
CREATE TABLE table_name_15 (population VARCHAR, area VARCHAR)
SELECT population FROM table_name_15 WHERE area = "11"
What id the team with a smaller Time than 18?
CREATE TABLE table_name_76 (team__number1 VARCHAR, time___cest__ INTEGER)
SELECT team__number1 FROM table_name_76 WHERE time___cest__ < 18
What event was Fatima Whitbread Trine Hattestad in?
CREATE TABLE table_name_25 (event VARCHAR, athlete VARCHAR)
SELECT event FROM table_name_25 WHERE athlete = "fatima whitbread trine hattestad"
Which Longi- tude is on jun 6?
CREATE TABLE table_name_28 (longi__tude VARCHAR, date_³ VARCHAR)
SELECT longi__tude FROM table_name_28 WHERE date_³ = "jun 6"
Name the number of won for maesteg harlequins rfc
CREATE TABLE table_13564702_3 (won VARCHAR, club VARCHAR)
SELECT COUNT(won) FROM table_13564702_3 WHERE club = "Maesteg Harlequins RFC"
What is the theme when the printing process is litho in 3 cols and intaglio?
CREATE TABLE table_25468520_1 (theme VARCHAR, printing_process VARCHAR)
SELECT theme FROM table_25468520_1 WHERE printing_process = "Litho in 3 cols and intaglio"
Which Series has an Actor of tom ward?
CREATE TABLE table_name_92 (series VARCHAR, actor VARCHAR)
SELECT series FROM table_name_92 WHERE actor = "tom ward"