answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT record FROM table_name_42 WHERE date = "february 2"
What was the record on February 2?
CREATE TABLE table_name_42 (record VARCHAR, date VARCHAR)
SELECT date FROM table_name_24 WHERE scored < 2 AND competition = "uefa euro 2004 qualifying"
What date did Sigurd Rushfeldt score less than 2 points in the UEFA Euro 2004 qualifying competition?
CREATE TABLE table_name_24 (date VARCHAR, scored VARCHAR, competition VARCHAR)
SELECT station_type FROM table_24673888_1 WHERE callsign = "DWZM-TV"
What is the station type of DWZM-TV?
CREATE TABLE table_24673888_1 (station_type VARCHAR, callsign VARCHAR)
SELECT COUNT(replaced_by) FROM table_22640051_3 WHERE date_of_appointment = "13 June 2009"
Name the total number of replaced by for 13 june 2009
CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
SELECT country FROM table_1231316_4 WHERE athlete = "Tamunosiki Atorudibo"
Where is Tamunosiki Atorudibo from
CREATE TABLE table_1231316_4 (country VARCHAR, athlete VARCHAR)
SELECT COUNT(high_assists) FROM table_17103645_10 WHERE date = "July 1"
Name the number of high assists for july 1
CREATE TABLE table_17103645_10 (high_assists VARCHAR, date VARCHAR)
SELECT MIN(total) FROM table_name_26 WHERE new_south_wales = 42 AND victoria < 68
Which is the lowest crop total with New South Wales at 42 kilotonnes and Victorian at less than 68 kilotonnes?
CREATE TABLE table_name_26 (total INTEGER, new_south_wales VARCHAR, victoria VARCHAR)
SELECT record FROM table_name_38 WHERE home = "los angeles"
What is the record of the game when Los Angeles was the home team?
CREATE TABLE table_name_38 (record VARCHAR, home VARCHAR)
SELECT MAX(weeks_on_chart) FROM table_name_49 WHERE peak_position < 5 AND country = "sweden"
what is the most weeks on chart when the peak position is less than 5 and from Sweden?
CREATE TABLE table_name_49 (weeks_on_chart INTEGER, peak_position VARCHAR, country VARCHAR)
SELECT MAX(no_in_season) FROM table_27374740_1 WHERE directed_by = "Paul Adelstein"
What number episode in the season was directed by Paul Adelstein?
CREATE TABLE table_27374740_1 (no_in_season INTEGER, directed_by VARCHAR)
SELECT game FROM table_name_53 WHERE developer_s_ = "ubisoft montreal"
What game was developed by Ubisoft Montreal?
CREATE TABLE table_name_53 (game VARCHAR, developer_s_ VARCHAR)
SELECT player FROM table_1213511_7 WHERE position = "Centre" AND nhl_team = "New York Rangers"
Which players have the position of centre and play for the nhl team new york rangers
CREATE TABLE table_1213511_7 (player VARCHAR, position VARCHAR, nhl_team VARCHAR)
SELECT year FROM table_name_50 WHERE time = "13:23:43"
Which year has a Time of 13:23:43?
CREATE TABLE table_name_50 (year VARCHAR, time VARCHAR)
SELECT MAX(game) FROM table_name_92 WHERE record = "21-30-11"
What is the highest Game, when Record is "21-30-11"?
CREATE TABLE table_name_92 (game INTEGER, record VARCHAR)
SELECT law_school_attended FROM table_name_14 WHERE appointed > 2004 AND name = "judge sheila abdus-salaam"
Which law school did judge sheila abdus-salaam attend, who was appointed in 2004?
CREATE TABLE table_name_14 (law_school_attended VARCHAR, appointed VARCHAR, name VARCHAR)
SELECT COUNT(round) FROM table_22853654_10 WHERE edition = "2006 Davis Cup Europe/Africa Group I"
How many rounds were there in the 2006 davis cup europe/africa group I?
CREATE TABLE table_22853654_10 (round VARCHAR, edition VARCHAR)
SELECT japanese_release_date FROM table_name_34 WHERE australia_release_date = "2006-03-23"
What is Japanese Release Date, when Australia Release Date is "2006-03-23"?
CREATE TABLE table_name_34 (japanese_release_date VARCHAR, australia_release_date VARCHAR)
SELECT COUNT(year) FROM table_name_35 WHERE team = "aston martin racing" AND pos = "6th"
In what year did the team of aston martin racing have a position of 6th?
CREATE TABLE table_name_35 (year VARCHAR, team VARCHAR, pos VARCHAR)
SELECT AVG(t_score) FROM table_name_88 WHERE nation = "spain" AND e_score > 9.6
What was the average T score when the E score was larger than 9.6 and the team was from Spain?
CREATE TABLE table_name_88 (t_score INTEGER, nation VARCHAR, e_score VARCHAR)
SELECT cast FROM table_2570269_3 WHERE episode__number = "3-04"
Who are the cast members of episode 3-04?
CREATE TABLE table_2570269_3 (cast VARCHAR, episode__number VARCHAR)
SELECT COUNT(round) FROM table_name_20 WHERE nationality = "united states" AND player = "jeffrey foss"
What is the round number when nationality was United States, and player is Jeffrey Foss?
CREATE TABLE table_name_20 (round VARCHAR, nationality VARCHAR, player VARCHAR)
SELECT result FROM table_name_56 WHERE attendance = "41,650"
What was the result of the game that was attended by 41,650 people?
CREATE TABLE table_name_56 (result VARCHAR, attendance VARCHAR)
SELECT population_density FROM table_26321719_1 WHERE name = "Beaubassin East"
What is every population density if name is Beaubassin East?
CREATE TABLE table_26321719_1 (population_density VARCHAR, name VARCHAR)
SELECT money___$__ FROM table_name_5 WHERE score = 74 - 71 - 76 - 76 = 297
How much money does the player with a score of 74-71-76-76=297 have?
CREATE TABLE table_name_5 (money___$__ VARCHAR, score VARCHAR)
SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.attribute_value = (SELECT attribute_value FROM Catalog_Contents_Additional_Attributes GROUP BY attribute_value ORDER BY COUNT(*) DESC LIMIT 1)
What are the entry names of catalog with the attribute possessed by most entries.
CREATE TABLE Catalog_Contents_Additional_Attributes (catalog_entry_id VARCHAR, attribute_value VARCHAR); CREATE TABLE Catalog_Contents (catalog_entry_name VARCHAR, catalog_entry_id VARCHAR); CREATE TABLE Catalog_Contents_Additional_Attributes (attribute_value VARCHAR)
SELECT MAX(gore_hundred) FROM table_16677738_1 WHERE spelthorne_hundred = 12743
When 12743 is the spelthorne what is the largest gore hundred?
CREATE TABLE table_16677738_1 (gore_hundred INTEGER, spelthorne_hundred VARCHAR)
SELECT COUNT(location) FROM table_26351260_1 WHERE institution = "Kent State University"
How many Kent State University's are there?
CREATE TABLE table_26351260_1 (location VARCHAR, institution VARCHAR)
SELECT AVG(match) FROM table_name_33 WHERE points < 6
Which average match has points less than 6?
CREATE TABLE table_name_33 (match INTEGER, points INTEGER)
SELECT kilometer_no__rizal_park_basis_ FROM table_name_92 WHERE kilometer_no__layac_basis_ = "25"
What kilometer (Rizal Park-basis) has a kilometer of 25?
CREATE TABLE table_name_92 (kilometer_no__rizal_park_basis_ VARCHAR, kilometer_no__layac_basis_ VARCHAR)
SELECT nationality FROM table_2897457_7 WHERE pick__number = 136
Which country is pick# 136 from?
CREATE TABLE table_2897457_7 (nationality VARCHAR, pick__number VARCHAR)
SELECT COUNT(tackles) FROM table_name_21 WHERE fumr = 0 AND totaltk = 54 AND yards < 0
what is the total number of tackles when fumr is 0, totaltk is 54 and yards is less than 0?
CREATE TABLE table_name_21 (tackles VARCHAR, yards VARCHAR, fumr VARCHAR, totaltk VARCHAR)
SELECT MIN(laps) FROM table_name_72 WHERE grid = 7
What were grid 7's laps?
CREATE TABLE table_name_72 (laps INTEGER, grid VARCHAR)
SELECT score FROM table_name_64 WHERE money___$__ = 450
What was the score for the player than won $450?
CREATE TABLE table_name_64 (score VARCHAR, money___$__ VARCHAR)
SELECT MAX(draw) FROM table_name_92 WHERE points > 4 AND match > 5
What is the highest draw that has points greater than 4, with a match greater than 5?
CREATE TABLE table_name_92 (draw INTEGER, points VARCHAR, match VARCHAR)
SELECT player FROM table_name_50 WHERE country = "united states" AND year_s__won = "1962"
Which player from the United States won in 1962?
CREATE TABLE table_name_50 (player VARCHAR, country VARCHAR, year_s__won VARCHAR)
SELECT MAX(share) FROM table_25304789_1
What was the highest share?
CREATE TABLE table_25304789_1 (share INTEGER)
SELECT MAX(points_1) FROM table_name_36 WHERE drawn = 5 AND goal_difference = "+58" AND lost > 4
Which Points 1 has Drawn of 5, and a Goal Difference of +58, and a Lost larger than 4?
CREATE TABLE table_name_36 (points_1 INTEGER, lost VARCHAR, drawn VARCHAR, goal_difference VARCHAR)
SELECT team_nickname FROM table_name_25 WHERE affiliation = "private/catholic" AND enrollment > 3 OFFSET 490
What's the team nickname of the private/catholic school whose enrollment is larger than 3,490?
CREATE TABLE table_name_25 (team_nickname VARCHAR, affiliation VARCHAR, enrollment VARCHAR)
SELECT loss FROM table_name_52 WHERE record = "32–34"
What was the loss of the game when the record was 32–34?
CREATE TABLE table_name_52 (loss VARCHAR, record VARCHAR)
SELECT bulgarian_name FROM table_name_95 WHERE english_name = "january"
What's the bulgarian word for January?
CREATE TABLE table_name_95 (bulgarian_name VARCHAR, english_name VARCHAR)
SELECT type FROM table_2538117_2 WHERE organization = "Sigma Phi Omega"
what type of organization is sigma phi omega?
CREATE TABLE table_2538117_2 (type VARCHAR, organization VARCHAR)
SELECT british FROM table_name_93 WHERE australian = "ɔ"
What is the British for the Australian ɔ?
CREATE TABLE table_name_93 (british VARCHAR, australian VARCHAR)
SELECT AVG(played) FROM table_name_18 WHERE lost > 9 AND points < 15 AND position < 12 AND drawn < 2
Which Played has a Lost larger than 9, and a Points smaller than 15, and a Position smaller than 12, and a Drawn smaller than 2?
CREATE TABLE table_name_18 (played INTEGER, drawn VARCHAR, position VARCHAR, lost VARCHAR, points VARCHAR)
SELECT COUNT(points) AS won FROM table_24431348_18 WHERE seed = 25
What the total amount of points won during seed 25?
CREATE TABLE table_24431348_18 (points VARCHAR, seed VARCHAR)
SELECT away_team FROM table_name_89 WHERE venue = "arden street oval"
Which away team plays at Arden Street Oval?
CREATE TABLE table_name_89 (away_team VARCHAR, venue VARCHAR)
SELECT location_attendance FROM table_name_26 WHERE game = "4"
Where is the location of Game 4?
CREATE TABLE table_name_26 (location_attendance VARCHAR, game VARCHAR)
SELECT SUM(roll) FROM table_name_59 WHERE area = "oakura"
What is the roll of the school in Oakura?
CREATE TABLE table_name_59 (roll INTEGER, area VARCHAR)
SELECT rank FROM table_name_14 WHERE headquarters = "united kingdom" AND sales__billion_$_ = 370.9
What is Rank, when Headquarters is United Kingdom, and when Sales (billion $) is 370.9?
CREATE TABLE table_name_14 (rank VARCHAR, headquarters VARCHAR, sales__billion_$_ VARCHAR)
SELECT base FROM table_name_67 WHERE play = "thesmophoriazusae"
what is the base when the play is thesmophoriazusae?
CREATE TABLE table_name_67 (base VARCHAR, play VARCHAR)
SELECT lane FROM table_name_6 WHERE nationality = "zambia"
Which lane did the athlete from Zambia swim in?
CREATE TABLE table_name_6 (lane VARCHAR, nationality VARCHAR)
SELECT MIN(year) FROM table_177273_2
what is the lowest year represented?
CREATE TABLE table_177273_2 (year INTEGER)
SELECT MIN(draft) FROM table_name_62 WHERE pick > 197 AND round = 14 AND player = "jim farrell"
What is the lowest draft of player jim farrell, who has a pick greater than 197 and a round of 14?
CREATE TABLE table_name_62 (draft INTEGER, player VARCHAR, pick VARCHAR, round VARCHAR)
SELECT SUM(swimsuit) FROM table_name_77 WHERE evening_gown < 8.77 AND state = "missouri" AND average < 8.823
What is the sum of the swimsuit scores from Missouri that have evening gown scores less than 8.77 and average scores less than 8.823?
CREATE TABLE table_name_77 (swimsuit INTEGER, average VARCHAR, evening_gown VARCHAR, state VARCHAR)
SELECT ben_tahir FROM table_name_82 WHERE liscumb = "6" AND libweshya = "3"
What Ben-Tahir has a 6 Liscumb and 3 Libweshya?
CREATE TABLE table_name_82 (ben_tahir VARCHAR, liscumb VARCHAR, libweshya VARCHAR)
SELECT SUM(glyph) FROM table_name_96 WHERE binary < 111001 AND octal < 65 AND hexadecimal < 30
What is the sum of the glyph with a binary less than 111001, an octal less than 65, and a hexadecimal less than 30?
CREATE TABLE table_name_96 (glyph INTEGER, hexadecimal VARCHAR, binary VARCHAR, octal VARCHAR)
SELECT team AS captain FROM table_26593762_2 WHERE team = "Cardiff City"
Who is the captain of Cardiff City?
CREATE TABLE table_26593762_2 (team VARCHAR)
SELECT season FROM table_10748727_1 WHERE team_name = "ART Grand Prix"
What years did art grand prix compete?
CREATE TABLE table_10748727_1 (season VARCHAR, team_name VARCHAR)
SELECT partnering FROM table_22825058_23 WHERE round = "SF"
Name the partnering for round sf
CREATE TABLE table_22825058_23 (partnering VARCHAR, round VARCHAR)
SELECT shoulder FROM table_name_41 WHERE neck = "7.3 (.288)"
Which shoulder has a Neck of 7.3 (.288)?
CREATE TABLE table_name_41 (shoulder VARCHAR, neck VARCHAR)
SELECT score FROM table_name_96 WHERE leading_scorer = "tim duncan (27)"
What score has tim duncan (27) as the leading scorer?
CREATE TABLE table_name_96 (score VARCHAR, leading_scorer VARCHAR)
SELECT years FROM table_name_44 WHERE displacement = "1816cc"
Which years have a displacement of 1816cc?
CREATE TABLE table_name_44 (years VARCHAR, displacement VARCHAR)
SELECT team_swash FROM table_25816476_2 WHERE team_guest_captain = "Gail Porter"
Who was the team swash when the team guest captain was gail porter?
CREATE TABLE table_25816476_2 (team_swash VARCHAR, team_guest_captain VARCHAR)
SELECT episode FROM table_name_35 WHERE rating = "1.8" AND viewers__m_ < 2.73
What Episode has a Rating of 1.8, and Viewers (m) smaller than 2.73?
CREATE TABLE table_name_35 (episode VARCHAR, rating VARCHAR, viewers__m_ VARCHAR)
SELECT social_ao FROM table_name_39 WHERE external_co = "elena buscher" AND president = "harm van leeuwen"
What Social AO has an External CO of elena buscher, and a President of harm van leeuwen?
CREATE TABLE table_name_39 (social_ao VARCHAR, external_co VARCHAR, president VARCHAR)
SELECT label FROM table_name_52 WHERE region = "germany"
Which label is from the Germany region?
CREATE TABLE table_name_52 (label VARCHAR, region VARCHAR)
SELECT position FROM table_2679061_2 WHERE nhl_team = "Toronto Maple Leafs"
what is the position for the nhl team toronto maple leafs?
CREATE TABLE table_2679061_2 (position VARCHAR, nhl_team VARCHAR)
SELECT october FROM table_name_13 WHERE record = "0-2-2"
What October has 0-2-2 as the record?
CREATE TABLE table_name_13 (october VARCHAR, record VARCHAR)
SELECT opened FROM table_name_59 WHERE country = "spain"
Name the opened for spain
CREATE TABLE table_name_59 (opened VARCHAR, country VARCHAR)
SELECT class AS pos FROM table_name_73 WHERE pos = "4th"
What was the class position of the team that was in the 4th position?
CREATE TABLE table_name_73 (class VARCHAR, pos VARCHAR)
SELECT COUNT(year) FROM table_name_73 WHERE award = "venice film festival" AND title = "lust, caution"
How many years have an Award of venice film festival, and a Title of lust, caution?
CREATE TABLE table_name_73 (year VARCHAR, award VARCHAR, title VARCHAR)
SELECT AVG(year) FROM table_name_92 WHERE result = "nominated" AND film_series = "thirst" AND award = "best actress" AND group = "baeksang arts awards"
What is the average year in which Kim was nominated for Thirst as Best Actress at the Baeksang Arts Awards?
CREATE TABLE table_name_92 (year INTEGER, group VARCHAR, award VARCHAR, result VARCHAR, film_series VARCHAR)
SELECT career_win_loss FROM table_name_76 WHERE 2001 = "1–1"
Which Career Win-Loss has a 2001 of 1–1?
CREATE TABLE table_name_76 (career_win_loss VARCHAR)
SELECT winning_driver FROM table_name_46 WHERE pole_position = "bryan herta"
Who's the Winning driver with a Pole position of bryan herta?
CREATE TABLE table_name_46 (winning_driver VARCHAR, pole_position VARCHAR)
SELECT COUNT(name) FROM table_26321719_1 WHERE area__km²_ = "8.12"
How many names correspond to an area of 8.12?
CREATE TABLE table_26321719_1 (name VARCHAR, area__km²_ VARCHAR)
SELECT school_club_team FROM table_name_34 WHERE player = "andre wakefield"
Which School/Club Team did Andre Wakefield play for?
CREATE TABLE table_name_34 (school_club_team VARCHAR, player VARCHAR)
SELECT time FROM table_name_5 WHERE country = "brazil"
What is the time for Brazil?
CREATE TABLE table_name_5 (time VARCHAR, country VARCHAR)
SELECT MAX(5 AS w) FROM table_15893020_2 WHERE average = "21.33"
What is the highest number of 5w when there was a 21.33 average?
CREATE TABLE table_15893020_2 (average VARCHAR)
SELECT title__english_ FROM table_name_91 WHERE number_of_season = 6
What is the English title for season 6?
CREATE TABLE table_name_91 (title__english_ VARCHAR, number_of_season VARCHAR)
SELECT game_site FROM table_name_85 WHERE week < 11 AND date = "october 21, 1973"
What Game Site has a Week smaller than 11, and a Date of october 21, 1973?
CREATE TABLE table_name_85 (game_site VARCHAR, week VARCHAR, date VARCHAR)
SELECT film_title_used_in_nomination FROM table_18987377_1 WHERE director = "Marcel Camus Category:Articles with hCards"
Name the film titled for marcel camus category:articles with hcards
CREATE TABLE table_18987377_1 (film_title_used_in_nomination VARCHAR, director VARCHAR)
SELECT Dual AS television_commentator FROM table_2794180_11 WHERE year_s_ = 1990
Who was the dual television commentator in 1990?
CREATE TABLE table_2794180_11 (Dual VARCHAR, year_s_ VARCHAR)
SELECT score FROM table_name_43 WHERE away_team = "yeovil town"
What is Score, when Away Team is "Yeovil Town"?
CREATE TABLE table_name_43 (score VARCHAR, away_team VARCHAR)
SELECT order_in_office FROM table_2026548_1 WHERE vice_president = "Spiro Agnew"
Name the order in office for spiro agnew
CREATE TABLE table_2026548_1 (order_in_office VARCHAR, vice_president VARCHAR)
SELECT premiere___aired FROM table_178242_1 WHERE channel = "VIER"
When did the program air on Vier?
CREATE TABLE table_178242_1 (premiere___aired VARCHAR, channel VARCHAR)
SELECT COUNT(2005) FROM table_name_1 WHERE 2010 < 43.8 AND 2007 < 29.5 AND 2009 > 4.9 AND 2006 > 10.2
What's the total in 2005 if there's more than 10.2 in 2006, less than 29.5 in 2007, more than 4.9 in 2009 and less than 43.8 in 2010?
CREATE TABLE table_name_1 (Id VARCHAR)
SELECT 2009 FROM table_name_2 WHERE 2012 = "1r" AND 2007 = "2r"
What was the 2009 result associated with a 2012 of 1R and a 2007 of 2R?
CREATE TABLE table_name_2 (Id VARCHAR)
SELECT years FROM table_name_26 WHERE duration = "18 years" AND actor = "patrizio rispo"
What years have a duration of 18 years, and patrizio rispo as the actor?
CREATE TABLE table_name_26 (years VARCHAR, duration VARCHAR, actor VARCHAR)
SELECT AVG(games) FROM table_name_19 WHERE player = "robert hock" AND goals < 24
What is the average Games, when Player is Robert Hock, and when Goals is less than 24?
CREATE TABLE table_name_19 (games INTEGER, player VARCHAR, goals VARCHAR)
SELECT position FROM table_name_97 WHERE pick__number = 321
What is the Position of Pick #321?
CREATE TABLE table_name_97 (position VARCHAR, pick__number VARCHAR)
SELECT SUM(total_as) FROM table_name_81 WHERE team = "bucheon sk" AND opponent = "chunnam dragons" AND venue = "bucheon"
What is the sum of the total As of team bucheon sk, who had the chunnam dragons as their opponent at the bucheon venue?
CREATE TABLE table_name_81 (total_as INTEGER, venue VARCHAR, team VARCHAR, opponent VARCHAR)
SELECT MAX(gold) FROM table_name_91 WHERE total = 2 AND rank < 2
What is the largest gold with a Total of 2, and a Rank smaller than 2?
CREATE TABLE table_name_91 (gold INTEGER, total VARCHAR, rank VARCHAR)
SELECT pro_team FROM table_27132791_3 WHERE position = "DT" AND nfl_team = "Houston Oilers"
If the NFL team is the Houston Oilers and the position is DT, who is the Pro team?
CREATE TABLE table_27132791_3 (pro_team VARCHAR, position VARCHAR, nfl_team VARCHAR)
SELECT japanese_orthography FROM table_name_39 WHERE abbreviation = "ndmc"
What is the Japanese orthography for the abbreviation of ndmc?
CREATE TABLE table_name_39 (japanese_orthography VARCHAR, abbreviation VARCHAR)
SELECT athlete FROM table_name_59 WHERE notes = "sc/d" AND time = "7:26.85"
Who has a time of 7:26.85 and notes of sc/d?
CREATE TABLE table_name_59 (athlete VARCHAR, notes VARCHAR, time VARCHAR)
SELECT hometown FROM table_name_45 WHERE height = "6-4"
What's the hometown of the player who is 6-4?
CREATE TABLE table_name_45 (hometown VARCHAR, height VARCHAR)
SELECT studio_host FROM table_name_1 WHERE play_by_play = "sean grande" AND flagship_station = "wrko" AND year = "2005-06"
Play-by-play of sean grande, and a Flagship Station of wrko, and a Year of 2005-06 had what studio host?
CREATE TABLE table_name_1 (studio_host VARCHAR, year VARCHAR, play_by_play VARCHAR, flagship_station VARCHAR)
SELECT height FROM table_name_15 WHERE weight = "kg (lb)" AND club = "sainte-foy" AND pos = "cf"
What is the Height if the weight is kg (lb), the club is Sainte-foy and the pos is cf?
CREATE TABLE table_name_15 (height VARCHAR, pos VARCHAR, weight VARCHAR, club VARCHAR)
SELECT date FROM table_23184448_3 WHERE opponent = "Niagara"
When did the team play against Niagara?
CREATE TABLE table_23184448_3 (date VARCHAR, opponent VARCHAR)
SELECT home_team AS score FROM table_name_31 WHERE venue = "victoria park"
What is the home teams score at Victoria Park?
CREATE TABLE table_name_31 (home_team VARCHAR, venue VARCHAR)
SELECT psoe FROM table_name_78 WHERE polling_firm = "local elections"
What is the PSOE for the Local Elections polling firm?
CREATE TABLE table_name_78 (psoe VARCHAR, polling_firm VARCHAR)