answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT label FROM table_name_2 WHERE region = "us" AND catalog = "10008-2"
Tell me the label for US region and catalog of 10008-2
CREATE TABLE table_name_2 (label VARCHAR, region VARCHAR, catalog VARCHAR)
SELECT award FROM table_name_80 WHERE result = "nominated" AND organization = "54th the television academy drama awards"
Where Result is nominated and Organization is 54th the television academy drama awards, what is the award?
CREATE TABLE table_name_80 (award VARCHAR, result VARCHAR, organization VARCHAR)
SELECT T1.Royal_Family_Details, T2.How_to_Get_There FROM ROYAL_FAMILY AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Royal_Family_ID = T2.Tourist_Attraction_ID
What are the details and ways to get to tourist attractions related to royal family?
CREATE TABLE TOURIST_ATTRACTIONS (How_to_Get_There VARCHAR, Tourist_Attraction_ID VARCHAR); CREATE TABLE ROYAL_FAMILY (Royal_Family_Details VARCHAR, Royal_Family_ID VARCHAR)
SELECT result FROM table_name_31 WHERE attendance = "45,320"
What was the result of the game with the attendance of 45,320?
CREATE TABLE table_name_31 (result VARCHAR, attendance VARCHAR)
SELECT COUNT(gold) FROM table_name_57 WHERE rank = "1" AND total < 2
How many Gold medals for the country with a Rank of 1 and less than 2 Total medals?
CREATE TABLE table_name_57 (gold VARCHAR, rank VARCHAR, total VARCHAR)
SELECT races FROM table_27582888_1 WHERE final_placing = "5th"
Name the races for final placing being 5th
CREATE TABLE table_27582888_1 (races VARCHAR, final_placing VARCHAR)
SELECT probate_activities FROM table_name_6 WHERE reserved_instruments = "no" AND regulator = "chartered institute of legal executives"
What is Probate Activities, when Reserved Instruments is No, and when Regulator is Chartered Institute of Legal Executives?
CREATE TABLE table_name_6 (probate_activities VARCHAR, reserved_instruments VARCHAR, regulator VARCHAR)
SELECT COUNT(rank) FROM table_name_63 WHERE nation = "germany" AND total > 2
What is the Rank of the Nation of Germany when the Total is more than 2?
CREATE TABLE table_name_63 (rank VARCHAR, nation VARCHAR, total VARCHAR)
SELECT home_team AS score FROM table_name_16 WHERE venue = "windy hill"
What is the home team score at windy hill?
CREATE TABLE table_name_16 (home_team VARCHAR, venue VARCHAR)
SELECT MIN(total) FROM table_name_87 WHERE year_won > 1993 AND to_par = 6
What is the Total of the Player with a To par of 6 and Year won after 1993?
CREATE TABLE table_name_87 (total INTEGER, year_won VARCHAR, to_par VARCHAR)
SELECT 1989 FROM table_name_88 WHERE 1992 = "a" AND tournament = "u.s. open"
With a 1992 result of A, and at the U.S. Open Tournament, what is the 1989 result?
CREATE TABLE table_name_88 (tournament VARCHAR)
SELECT third FROM table_name_73 WHERE venue = "rybinsk" AND round = "6"
Who was third during round 6 in Rybinsk?
CREATE TABLE table_name_73 (third VARCHAR, venue VARCHAR, round VARCHAR)
SELECT frequency FROM table_24418525_1 WHERE power_kw = "5kW"
When the power kw is 5kw, what is the frequency?
CREATE TABLE table_24418525_1 (frequency VARCHAR, power_kw VARCHAR)
SELECT data FROM table_name_41 WHERE percent_gain = "28.4%"
Name the data with a percent gain of 28.4%
CREATE TABLE table_name_41 (data VARCHAR, percent_gain VARCHAR)
SELECT years FROM table_name_23 WHERE area = "makikihi"
What years does the school have that's in Makikihi?
CREATE TABLE table_name_23 (years VARCHAR, area VARCHAR)
SELECT season__number FROM table_16175064_3 WHERE director_s_ = "Donald Crombie" AND series__number = 40
What is the season number of the episode directed by Donald Crombie and the series number is 40?
CREATE TABLE table_16175064_3 (season__number VARCHAR, director_s_ VARCHAR, series__number VARCHAR)
SELECT school FROM table_name_87 WHERE team = "eagles"
Name the school for eagles
CREATE TABLE table_name_87 (school VARCHAR, team VARCHAR)
SELECT MIN(tries_for) FROM table_16770037_3
What is the smallest number of tries for in a game?
CREATE TABLE table_16770037_3 (tries_for INTEGER)
SELECT COUNT(points_for) FROM table_13564702_3 WHERE try_bonus = "10"
Name the total number of points for when try bonus is 10
CREATE TABLE table_13564702_3 (points_for VARCHAR, try_bonus VARCHAR)
SELECT SUM(october) FROM table_name_19 WHERE opponent = "pittsburgh penguins"
What is the sum of October, when Opponent is "Pittsburgh Penguins"?
CREATE TABLE table_name_19 (october INTEGER, opponent VARCHAR)
SELECT MIN(points) FROM table_name_3 WHERE year > 1974 AND entrant = "walter wolf racing"
What's the least amount of points that Walter Wolf Racing had after 1974?
CREATE TABLE table_name_3 (points INTEGER, year VARCHAR, entrant VARCHAR)
SELECT MAX(original_air_date) FROM table_name_17 WHERE dvd_region_2_release_date = "23 april 2012" AND number_of_episodes > 10
What's the latest original air date with more than 10 episodes and a DVD Region 2 release date of 23 april 2012?
CREATE TABLE table_name_17 (original_air_date INTEGER, dvd_region_2_release_date VARCHAR, number_of_episodes VARCHAR)
SELECT COUNT(*) FROM budget WHERE budgeted > 3000 AND YEAR <= 2001
How many budgets are above 3000 in year 2001 or before?
CREATE TABLE budget (budgeted VARCHAR, YEAR VARCHAR)
SELECT result FROM table_2668243_18 WHERE first_elected = "1798 1825"
Name the result for first elected being 1798 1825
CREATE TABLE table_2668243_18 (result VARCHAR, first_elected VARCHAR)
SELECT city FROM table_name_50 WHERE location = "netherlands"
What city was located in the Netherlands?
CREATE TABLE table_name_50 (city VARCHAR, location VARCHAR)
SELECT MAX(lost) FROM table_name_15 WHERE drawn < 0
what is the most games lost when there were 0 draws?
CREATE TABLE table_name_15 (lost INTEGER, drawn INTEGER)
SELECT date FROM table_name_77 WHERE owner_s_ = "princess royal class locomotive trust"
What's the date for princess royal class locomotive trust?
CREATE TABLE table_name_77 (date VARCHAR, owner_s_ VARCHAR)
SELECT COUNT(total) FROM table_name_52 WHERE gold > 2 AND silver > 2
What is the total number of medals when the gold is more than 2 and silver more than 2?
CREATE TABLE table_name_52 (total VARCHAR, gold VARCHAR, silver VARCHAR)
SELECT tie_no FROM table_name_5 WHERE away_team = "arsenal"
Which tie number had an away team of Arsenal?
CREATE TABLE table_name_5 (tie_no VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_77 WHERE away_team = "essendon"
What is the home team score when the away team is Essendon?
CREATE TABLE table_name_77 (home_team VARCHAR, away_team VARCHAR)
SELECT hanyu_pinyin FROM table_name_66 WHERE name = "jinning township"
What Hanyu Pinyin is in the Jinning Township?
CREATE TABLE table_name_66 (hanyu_pinyin VARCHAR, name VARCHAR)
SELECT AVG(points) FROM table_name_79 WHERE year > 1998 AND wins = 1
Which Points have a Year larger than 1998, and Wins of 1?
CREATE TABLE table_name_79 (points INTEGER, year VARCHAR, wins VARCHAR)
SELECT date_of_birth FROM table_name_11 WHERE player = "mervyn dillon"
What is the birth date for Mervyn Dillon?
CREATE TABLE table_name_11 (date_of_birth VARCHAR, player VARCHAR)
SELECT money___$__ FROM table_name_35 WHERE score = 75 - 71 - 72 - 70 = 288
What is Money ( $ ), when Score is "75-71-72-70=288"?
CREATE TABLE table_name_35 (money___$__ VARCHAR, score VARCHAR)
SELECT MAX(touchdowns__5_points_) FROM table_14342210_14 WHERE player = "Bruce Shorts"
How many touchdowns did Bruce Shorts make?
CREATE TABLE table_14342210_14 (touchdowns__5_points_ INTEGER, player VARCHAR)
SELECT character FROM table_name_1 WHERE year = 2010 AND award_ceremony = "indian television academy awards"
Which character was nominated in the 2010 Indian Television Academy Awards?
CREATE TABLE table_name_1 (character VARCHAR, year VARCHAR, award_ceremony VARCHAR)
SELECT winner FROM table_11621915_1 WHERE purse__$__ > 964017.2297960471 AND date = "May 28"
what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28
CREATE TABLE table_11621915_1 (winner VARCHAR, purse__$__ VARCHAR, date VARCHAR)
SELECT winning_driver FROM table_1140099_6 WHERE race_name = "I Race of Champions"
Which driver won the i race of champions?
CREATE TABLE table_1140099_6 (winning_driver VARCHAR, race_name VARCHAR)
SELECT T3.activity_name FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN Activity AS T3 ON T3.actid = T2.actid WHERE T1.fname = "Mark" AND T1.lname = "Giuliano"
Show the names of all the activities Mark Giuliano participates in.
CREATE TABLE Activity (activity_name VARCHAR, actid VARCHAR); CREATE TABLE Faculty (facID VARCHAR, fname VARCHAR, lname VARCHAR); CREATE TABLE Faculty_participates_in (facID VARCHAR, actid VARCHAR)
SELECT DISTINCT T1.Fname FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid JOIN pets AS T3 ON T3.petid = T2.petid WHERE T3.pettype = 'cat' OR T3.pettype = 'dog'
Find the first name of students who have cat or dog pet.
CREATE TABLE has_pet (stuid VARCHAR, petid VARCHAR); CREATE TABLE student (Fname VARCHAR, stuid VARCHAR); CREATE TABLE pets (petid VARCHAR, pettype VARCHAR)
SELECT killed FROM table_name_55 WHERE unit = "personal staff"
What was the number of Personal Staff Units Killed?
CREATE TABLE table_name_55 (killed VARCHAR, unit VARCHAR)
SELECT SUM(gold) FROM table_name_19 WHERE total > 1 AND bronze = 0 AND rank = "5"
What is the gold number when total is more than 1, and bronze is 0, and rank is 5?
CREATE TABLE table_name_19 (gold INTEGER, rank VARCHAR, total VARCHAR, bronze VARCHAR)
SELECT record_description FROM table_name_38 WHERE date = "23 september 1961" AND pilot = "b.v. zemskov"
Date of 23 september 1961, and a Pilot of b.v. zemskov had what record description?
CREATE TABLE table_name_38 (record_description VARCHAR, date VARCHAR, pilot VARCHAR)
SELECT date FROM table_name_26 WHERE home_team = "geelong"
When is the Geelong game?
CREATE TABLE table_name_26 (date VARCHAR, home_team VARCHAR)
SELECT COUNT(round) FROM table_name_6 WHERE player = "zach boychuk"
WHAT IS THE ROUND FOR ZACH BOYCHUK?
CREATE TABLE table_name_6 (round VARCHAR, player VARCHAR)
SELECT depth FROM table_26950408_1 WHERE time___utc__ = "12:19:36"
What is the depth at the UTC time of 12:19:36?
CREATE TABLE table_26950408_1 (depth VARCHAR, time___utc__ VARCHAR)
SELECT AVG(capacity) FROM table_name_29 WHERE team = "kommunalnik"
What is the average capacity for the venue where the team kommunalnik played?
CREATE TABLE table_name_29 (capacity INTEGER, team VARCHAR)
SELECT record FROM table_name_62 WHERE time = "3:05"
What was his record when the match went for 3:05?
CREATE TABLE table_name_62 (record VARCHAR, time VARCHAR)
SELECT COUNT(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = "Aberdeen"
How many flights depart from City Aberdeen?
CREATE TABLE FLIGHTS (SourceAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR, City VARCHAR)
SELECT result FROM table_name_17 WHERE attendance = "57,234"
What is the result of the game with 57,234 people in attendance?
CREATE TABLE table_name_17 (result VARCHAR, attendance VARCHAR)
SELECT college FROM table_15353123_1 WHERE player = "Dean Kirkland"
Which college did Dean Kirkland go to
CREATE TABLE table_15353123_1 (college VARCHAR, player VARCHAR)
SELECT date_of_vacancy FROM table_22133191_3 WHERE manner_of_departure = "End of caretaker contract"
What is the date of vacancy for the person that left because of end of caretaker contract?
CREATE TABLE table_22133191_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR)
SELECT AVG(lost) FROM table_name_54 WHERE games > 7
Which Lost has Games larger than 7?
CREATE TABLE table_name_54 (lost INTEGER, games INTEGER)
SELECT years_of_operation FROM table_name_42 WHERE area_of_operation = "el mabrouk"
What years was El Mabrouk the area of operation?
CREATE TABLE table_name_42 (years_of_operation VARCHAR, area_of_operation VARCHAR)
SELECT fastest_lap FROM table_name_18 WHERE round = 16
I want the fastest lap for round of 16
CREATE TABLE table_name_18 (fastest_lap VARCHAR, round VARCHAR)
SELECT displacement FROM table_name_16 WHERE torque = "n·m (lb·ft) @ 3000 rpm"
What was the displacement having a torque of n·m (lb·ft) @ 3000 rpm?
CREATE TABLE table_name_16 (displacement VARCHAR, torque VARCHAR)
SELECT venue FROM table_name_21 WHERE score = "5–0" AND competition = "2007 caribbean cup qualifier"
What is the name of the venue when the score was 5–0, and a Competition of 2007 caribbean cup qualifier?
CREATE TABLE table_name_21 (venue VARCHAR, score VARCHAR, competition VARCHAR)
SELECT MAX(rebounds) FROM table_19722664_5 WHERE player = "Rhonda Mapp"
How many rebounds did Rhonda Mapp make?
CREATE TABLE table_19722664_5 (rebounds INTEGER, player VARCHAR)
SELECT COUNT(round) FROM table_name_84 WHERE state = "new south wales"
How many rounds were run in New South Wales?
CREATE TABLE table_name_84 (round VARCHAR, state VARCHAR)
SELECT nationality FROM table_name_32 WHERE cardinalatial_order_and_title = "cardinal-bishop of albano"
What's the nationality of Cardinal-Bishop of Albano?
CREATE TABLE table_name_32 (nationality VARCHAR, cardinalatial_order_and_title VARCHAR)
SELECT location FROM table_name_3 WHERE meet = "2008 championships" AND time = "7:56.90"
Where were the 2008 championships with a time of 7:56.90 held?
CREATE TABLE table_name_3 (location VARCHAR, meet VARCHAR, time VARCHAR)
SELECT COUNT(round) FROM table_name_39 WHERE college = "texas" AND pick < 25
What are the total rounds for the texas college and has a pick smaller than 25?
CREATE TABLE table_name_39 (round VARCHAR, college VARCHAR, pick VARCHAR)
SELECT MIN(draws) FROM table_name_14 WHERE club = "levante ud" AND goal_difference < 6
What was the low number of draws for Levante Ud when their goal difference was smaller than 6?
CREATE TABLE table_name_14 (draws INTEGER, club VARCHAR, goal_difference VARCHAR)
SELECT icao FROM table_name_13 WHERE city = "douala"
What is the ICAO of Douala city?
CREATE TABLE table_name_13 (icao VARCHAR, city VARCHAR)
SELECT tries_against FROM table_name_22 WHERE tries_for = "20"
What is Tries Against, when Tries For is 20?
CREATE TABLE table_name_22 (tries_against VARCHAR, tries_for VARCHAR)
SELECT COUNT(cyrillic_name_other_names) FROM table_2562572_22 WHERE settlement = "Stanišić"
Name the number of cyrillic name for stanišić
CREATE TABLE table_2562572_22 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT built FROM table_name_71 WHERE location = "lovell"
In what year was the bridge in Lovell built?
CREATE TABLE table_name_71 (built VARCHAR, location VARCHAR)
SELECT date__yyyy_mm_dd_ FROM table_26950408_1 WHERE time___utc__ = "03:15:46"
What is the date for the UTC time of 03:15:46?
CREATE TABLE table_26950408_1 (date__yyyy_mm_dd_ VARCHAR, time___utc__ VARCHAR)
SELECT product_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "red" AND t3.characteristic_name = "fast"
Find the name of the products that have the color description "red" and have the characteristic name "fast".
CREATE TABLE CHARACTERISTICS (characteristic_id VARCHAR, characteristic_name VARCHAR); CREATE TABLE ref_colors (color_code VARCHAR, color_description VARCHAR); CREATE TABLE products (product_id VARCHAR, color_code VARCHAR); CREATE TABLE product_characteristics (product_id VARCHAR, characteristic_id VARCHAR)
SELECT COUNT(viewers) FROM table_27994983_8 WHERE draw = 2
How many items appear in the viewers column when the draw is 2?
CREATE TABLE table_27994983_8 (viewers VARCHAR, draw VARCHAR)
SELECT high_points FROM table_27733909_1 WHERE date = "October 20"
what is the most number where the calendar shows october 20
CREATE TABLE table_27733909_1 (high_points VARCHAR, date VARCHAR)
SELECT d_42 FROM table_name_29 WHERE d_44 = "d 44"
Name the D 42 which has a D 44 of d 44
CREATE TABLE table_name_29 (d_42 VARCHAR, d_44 VARCHAR)
SELECT group_8 FROM table_19523142_5 WHERE group_12 = "Persinab Nabire"
Who played in group 8 when Persinab Nabire played in Group 12?
CREATE TABLE table_19523142_5 (group_8 VARCHAR, group_12 VARCHAR)
SELECT MAX(draw) FROM table_name_36 WHERE points = 23
What is the highest draw number when 23 points are scored?
CREATE TABLE table_name_36 (draw INTEGER, points VARCHAR)
SELECT airport FROM table_name_10 WHERE icao = "ksea"
What is the Airport with the ICAO fo KSEA?
CREATE TABLE table_name_10 (airport VARCHAR, icao VARCHAR)
SELECT year FROM table_name_22 WHERE catalogue_number = "mash02"
What is the year of the disc with a catalogue number mash02?
CREATE TABLE table_name_22 (year VARCHAR, catalogue_number VARCHAR)
SELECT location FROM table_name_47 WHERE _number_found = "4"
What is the listed Location with a # found of 4?
CREATE TABLE table_name_47 (location VARCHAR, _number_found VARCHAR)
SELECT position FROM table_name_67 WHERE round > 8 AND pick < 270
What position after round 8 has a pick less than 270?
CREATE TABLE table_name_67 (position VARCHAR, round VARCHAR, pick VARCHAR)
SELECT money___$__ FROM table_name_30 WHERE player = "lawson little"
What is Lawson Little's Money ($) amount?
CREATE TABLE table_name_30 (money___$__ VARCHAR, player VARCHAR)
SELECT film FROM table_name_8 WHERE writer_s_ = "al mackay"
Which film did Al Mackay write?
CREATE TABLE table_name_8 (film VARCHAR, writer_s_ VARCHAR)
SELECT 2002 FROM table_name_71 WHERE 2011 = "atp masters series"
What was 2002, when 2011 was, "atp masters series"?
CREATE TABLE table_name_71 (Id VARCHAR)
SELECT COUNT(no_in_series) FROM table_26736040_1 WHERE directed_by = "Bryan Cranston"
How many entries for number in series when director is Bryan Cranston?
CREATE TABLE table_26736040_1 (no_in_series VARCHAR, directed_by VARCHAR)
SELECT country FROM table_name_75 WHERE place = "t8" AND player = "dale douglass"
What is the country of player dale douglass, who has a t8 place?
CREATE TABLE table_name_75 (country VARCHAR, place VARCHAR, player VARCHAR)
SELECT fastest_lap FROM table_name_31 WHERE winning_driver = "jacques villeneuve"
When the winning driver was jacques villeneuve what was the fastest lap driven?
CREATE TABLE table_name_31 (fastest_lap VARCHAR, winning_driver VARCHAR)
SELECT MAX(week) FROM table_name_1 WHERE result = "w 27-24"
In what Week was the Result W 27-24?
CREATE TABLE table_name_1 (week INTEGER, result VARCHAR)
SELECT MIN(rank) FROM table_name_36 WHERE industry = "banking" AND company = "bank of america" AND profits__billion_$_ > 16.47
What is the smallest rank for an industry of banking, a company of bank of america, and profits (billion $) larger than 16.47?
CREATE TABLE table_name_36 (rank INTEGER, profits__billion_$_ VARCHAR, industry VARCHAR, company VARCHAR)
SELECT function__figure_ FROM table_name_30 WHERE real_name = "jean-luc bouvier"
What role did Jean-Luc Bouvier serve?
CREATE TABLE table_name_30 (function__figure_ VARCHAR, real_name VARCHAR)
SELECT production_code FROM table_1876825_3 WHERE no_in_series = 26
What is the production code for episode 26 in the series?
CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_series VARCHAR)
SELECT venue FROM table_name_90 WHERE state = "connecticut"
What venue is in the state of Connecticut?
CREATE TABLE table_name_90 (venue VARCHAR, state VARCHAR)
SELECT type FROM table_1973842_1 WHERE nickname = "Tigers"
What is the type of the school whose students' nickname is tigers?
CREATE TABLE table_1973842_1 (type VARCHAR, nickname VARCHAR)
SELECT MAX(rnd) FROM table_24865763_2 WHERE gt2_winning_team = "Marc Lieb Richard Lietz"
What was the maximum round where Marc Lieb Richard Lietz was on the GT2 Winning Team?
CREATE TABLE table_24865763_2 (rnd INTEGER, gt2_winning_team VARCHAR)
SELECT score_in_final FROM table_name_59 WHERE date = "february 19, 1989"
What was the Score in Final on February 19, 1989?
CREATE TABLE table_name_59 (score_in_final VARCHAR, date VARCHAR)
SELECT crowd FROM table_name_28 WHERE away_team = "richmond"
How big was the crowd when Richmond was the away team?
CREATE TABLE table_name_28 (crowd VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_42 WHERE high_rebounds = "pau gasol (9)"
Which Date has High rebounds of pau gasol (9)?
CREATE TABLE table_name_42 (date VARCHAR, high_rebounds VARCHAR)
SELECT opponent FROM table_18207285_2 WHERE attendance = 60425
Who was the game attended by 60425 people played against?
CREATE TABLE table_18207285_2 (opponent VARCHAR, attendance VARCHAR)
SELECT COUNT(seasons) FROM table_2822193_1 WHERE series = "Formula Holden"
How many seasons are there with Formula Holden?
CREATE TABLE table_2822193_1 (seasons VARCHAR, series VARCHAR)
SELECT nation FROM table_name_24 WHERE total > 1 AND bronze < 3 AND silver > 2 AND gold > 2
When the total is larger than 1,and the bronze is less than 3, and silver larger than 2, and a gold larger than 2, what is the nation?
CREATE TABLE table_name_24 (nation VARCHAR, gold VARCHAR, silver VARCHAR, total VARCHAR, bronze VARCHAR)
SELECT school FROM table_name_67 WHERE height = "6-8"
The person with a Height of 6-8 went to which School?
CREATE TABLE table_name_67 (school VARCHAR, height VARCHAR)
SELECT liberal_ticket FROM table_name_73 WHERE socialist_workers_ticket = "judith white"
What is the liberal ticket that has judith white as the socialist workers?
CREATE TABLE table_name_73 (liberal_ticket VARCHAR, socialist_workers_ticket VARCHAR)
SELECT party FROM table_name_34 WHERE electorate = "lindsay"
What party is the member that has an electorate of Lindsay?
CREATE TABLE table_name_34 (party VARCHAR, electorate VARCHAR)