context
stringlengths
0
489
instruction
stringlengths
16
244
response
stringlengths
38
557
CREATE TABLE table_14903627_1 (mens_doubles VARCHAR, womens_doubles VARCHAR)
WHAT ARE THE NAMES OF THE MENS DOUBLES WHEN THE WOMENS DOUBLES WAS PIRET HAMER HELEN REINO?
SELECT mens_doubles FROM table_14903627_1 WHERE womens_doubles = "Piret Hamer Helen Reino"
CREATE TABLE table_14903627_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
WHAT IS THE NAME OF THE MIXED DOUBLES PLAYER WHEN THE WOMENS SINGLE PLAYER IS KAIRI VIILUP?
SELECT mixed_doubles FROM table_14903627_1 WHERE womens_singles = "Kairi Viilup"
CREATE TABLE table_name_18 (sponsor_s_ VARCHAR, _number_of_cosponsors VARCHAR, date_introduced VARCHAR)
Who was the sponsor for the bill introduced February 28, 2005 with cosponsors less than 200?
SELECT sponsor_s_ FROM table_name_18 WHERE _number_of_cosponsors < 200 AND date_introduced = "february 28, 2005"
CREATE TABLE table_14903881_1 (womens_doubles VARCHAR, mens_doubles VARCHAR)
Name the womens doubles when mens doubles is theodoros velkos giorgos patis
SELECT womens_doubles FROM table_14903881_1 WHERE mens_doubles = "Theodoros Velkos Giorgos Patis"
CREATE TABLE table_14903999_1 (womens_doubles VARCHAR, year VARCHAR, mixed_doubles VARCHAR, womens_singles VARCHAR)
Who won womens doubles the year magnús ingi helgason tinna helgadóttir won mixed doubles and ragna ingólfsdóttir won womens singles in 2010
SELECT womens_doubles FROM table_14903999_1 WHERE mixed_doubles = "Magnús Ingi Helgason Tinna Helgadóttir" AND womens_singles = "Ragna Ingólfsdóttir" AND year = 2010
CREATE TABLE table_14903999_1 (womens_doubles VARCHAR, mixed_doubles VARCHAR)
How many womens doubles had champions the years broddi kristjánsson drífa harðardóttir won mixed doubles
SELECT COUNT(womens_doubles) FROM table_14903999_1 WHERE mixed_doubles = "Broddi Kristjánsson Drífa Harðardóttir"
CREATE TABLE table_14903999_1 (mens_singles VARCHAR, mens_doubles VARCHAR, womens_singles VARCHAR)
Who won mens singles the year sveinn logi sölvason tryggvi nilsen won mens doubles and elsa nielsen won womens singles
SELECT mens_singles FROM table_14903999_1 WHERE mens_doubles = "Sveinn Logi Sölvason Tryggvi Nilsen" AND womens_singles = "Elsa Nielsen"
CREATE TABLE table_14904221_1 (mixed_doubles VARCHAR, mens_doubles VARCHAR)
What is the result of men's doubles when there was no competition?
SELECT mixed_doubles FROM table_14904221_1 WHERE mens_doubles = "no competition"
CREATE TABLE table_name_48 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
What is the margin of victory in the race where Justin Rose was the runner-up?
SELECT margin_of_victory FROM table_name_48 WHERE runner_s__up = "justin rose"
CREATE TABLE table_14928423_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
how many years has сенки been nominated?
SELECT COUNT(year__ceremony_) FROM table_14928423_1 WHERE original_title = "Сенки"
CREATE TABLE table_name_78 (team VARCHAR, day_2 VARCHAR)
Which team was 3:47.761 on day 2?
SELECT team FROM table_name_78 WHERE day_2 = "3:47.761"
CREATE TABLE table_14934885_1 (performer_2 VARCHAR, episode VARCHAR)
Who is the second performer in episode 5?
SELECT performer_2 FROM table_14934885_1 WHERE episode = 5
CREATE TABLE table_name_16 (wins INTEGER, player VARCHAR, events VARCHAR)
How many wins for bruce fleisher with over 31 events?
SELECT AVG(wins) FROM table_name_16 WHERE player = "bruce fleisher" AND events > 31
CREATE TABLE table_name_94 (opponent VARCHAR, score VARCHAR, surface VARCHAR)
Who is the opponent when the score was 6–4, 6–2 and the surface was clay?
SELECT opponent FROM table_name_94 WHERE score = "6–4, 6–2" AND surface = "clay"
CREATE TABLE table_14960574_6 (german_voice_actor VARCHAR, spanish_voice_actor VARCHAR)
Name the german voice actor for rafael torres
SELECT german_voice_actor FROM table_14960574_6 WHERE spanish_voice_actor = "Rafael Torres"
CREATE TABLE table_name_69 (driver VARCHAR, constructor VARCHAR, grid VARCHAR, laps VARCHAR)
I want the driver for ferrari who made Laps less than 26 and grids more than 9
SELECT driver FROM table_name_69 WHERE grid > 9 AND laps < 26 AND constructor = "ferrari"
CREATE TABLE table_14962287_2 (other_a VARCHAR, name VARCHAR)
How many values of Other A correspond to Tommy Johnson Category:Articles with hCards?
SELECT COUNT(other_a) FROM table_14962287_2 WHERE name = "Tommy Johnson Category:Articles with hCards"
CREATE TABLE table_14976504_2 (new_classification VARCHAR, institution VARCHAR)
What is the new classification for the University of Arizona Western in the Collegiate Lacrosse League?
SELECT new_classification FROM table_14976504_2 WHERE institution = "University of Arizona"
CREATE TABLE table_14976504_2 (new_conference VARCHAR, institution VARCHAR)
What is California State University, Hayward's new conference for Western Collegiate Lacrosse?
SELECT new_conference FROM table_14976504_2 WHERE institution = "California State University, Hayward"
CREATE TABLE table_name_66 (constructor VARCHAR, grid VARCHAR, driver VARCHAR)
who is the constructor when the grid is more than 23 and the driver is piercarlo ghinzani?
SELECT constructor FROM table_name_66 WHERE grid > 23 AND driver = "piercarlo ghinzani"
CREATE TABLE table_name_41 (result VARCHAR, tournament VARCHAR, year VARCHAR)
What is the result of the european indoor championships after 1974?
SELECT result FROM table_name_41 WHERE tournament = "european indoor championships" AND year > 1974
CREATE TABLE table_name_31 (evening_gown INTEGER, average VARCHAR, interview VARCHAR, country VARCHAR)
What is the highest evening gown score of the contestant from Tennessee with an interview score larger than 9.36 and an average larger than 9.75 have?
SELECT MAX(evening_gown) FROM table_name_31 WHERE interview > 9.36 AND country = "tennessee" AND average > 9.75
CREATE TABLE table_name_6 (rookie VARCHAR, defensive VARCHAR, offensive VARCHAR)
Who was the rookie who played when Matt Vinc was defensive and Pat Maddalena was offensive?
SELECT rookie FROM table_name_6 WHERE defensive = "matt vinc" AND offensive = "pat maddalena"
CREATE TABLE table_14986292_1 (population_2000_census VARCHAR, administrative_division VARCHAR)
Name the total number of population 2000 census for mesquita
SELECT COUNT(population_2000_census) FROM table_14986292_1 WHERE administrative_division = "Mesquita"
CREATE TABLE table_14986292_1 (area__km²_ VARCHAR, population_density_2010___km²_ VARCHAR)
Name the number of area where population density 2010 for 514
SELECT COUNT(area__km²_) FROM table_14986292_1 WHERE population_density_2010___km²_ = 514
CREATE TABLE table_name_46 (away_team VARCHAR, home_team VARCHAR)
What is the score for the away team when they played Hawthorn?
SELECT away_team AS score FROM table_name_46 WHERE home_team = "hawthorn"
CREATE TABLE table_name_11 (occupation VARCHAR, riding VARCHAR)
What is the occupation of the candidate that has a riding of labrador?
SELECT occupation FROM table_name_11 WHERE riding = "labrador"
CREATE TABLE table_name_61 (sinclair_coefficient INTEGER, sinclair_total VARCHAR, weight_class__kg_ VARCHAR)
What is the average sinclair coefficient with a Sinclair Total of 477.2772023, and a Weight Class (kg) larger than 105?
SELECT AVG(sinclair_coefficient) FROM table_name_61 WHERE sinclair_total = 477.2772023 AND weight_class__kg_ > 105
CREATE TABLE table_name_31 (date VARCHAR, opponent VARCHAR, venue VARCHAR)
Which Date has an Opponent of manchester united, and a Venue A?
SELECT date FROM table_name_31 WHERE opponent = "manchester united" AND venue = "a"
CREATE TABLE table_15002265_1 (womens_doubles VARCHAR, mens_doubles VARCHAR)
who is the the womens doubles with mens doubles being leopold bauer alfred kohlhauser
SELECT womens_doubles FROM table_15002265_1 WHERE mens_doubles = "Leopold Bauer Alfred Kohlhauser"
CREATE TABLE table_name_11 (home_team VARCHAR)
What is the home teamscore for Richmond?
SELECT home_team AS score FROM table_name_11 WHERE home_team = "richmond"
CREATE TABLE table_15026994_2 (director VARCHAR, writer VARCHAR)
How many different directors are associated with the writer Gaby Chiappe?
SELECT COUNT(director) FROM table_15026994_2 WHERE writer = "Gaby Chiappe"
CREATE TABLE table_15038373_1 (license VARCHAR, version VARCHAR)
How many licenses have version 1.2.2.0?
SELECT COUNT(license) FROM table_15038373_1 WHERE version = "1.2.2.0"
CREATE TABLE table_name_17 (stage__winner_ VARCHAR, points_classification VARCHAR, general_classification VARCHAR, team_classification VARCHAR)
Which Stage (Winner) has a Vladimir Karpets General classification and a Team classification of relax-gam, and a Points classification of Denis Menchov?
SELECT stage__winner_ FROM table_name_17 WHERE general_classification = "vladimir karpets" AND team_classification = "relax-gam" AND points_classification = "denis menchov"
CREATE TABLE table_name_58 (ice_level_reporters VARCHAR, year VARCHAR, color_commentator_s_ VARCHAR, play_by_play VARCHAR)
Who is the Ice level reporter after 1992 with the color commentator John Davidson and the play-by-play Marv Albert?
SELECT ice_level_reporters FROM table_name_58 WHERE color_commentator_s_ = "john davidson" AND play_by_play = "marv albert" AND year > 1992
CREATE TABLE table_15055594_6 (fall_09 INTEGER, fall_06 VARCHAR)
What was the highest number of students in Fall 09 in the state that had 3821 in Fall 06?
SELECT MAX(fall_09) FROM table_15055594_6 WHERE fall_06 = 3821
CREATE TABLE table_15059783_1 (mountains_classification VARCHAR, winner VARCHAR, points_classification VARCHAR)
If winner is alejandro Valverde and the points Classification is by Erik Zabel, who is the mountain classification?
SELECT mountains_classification FROM table_15059783_1 WHERE winner = "Alejandro Valverde" AND points_classification = "Erik Zabel"
CREATE TABLE table_15059783_1 (team_classification VARCHAR, combination_classification VARCHAR, points_classification VARCHAR)
How many teams have a combination classification of Alejandro Valverde and a Points classification of Alessandro Petacchi?
SELECT COUNT(team_classification) FROM table_15059783_1 WHERE combination_classification = "Alejandro Valverde" AND points_classification = "Alessandro Petacchi"
CREATE TABLE table_name_67 (ends VARCHAR, name VARCHAR, goals VARCHAR)
I want the total number of ends for filip šebo and Goals more than 2
SELECT COUNT(ends) FROM table_name_67 WHERE name = "filip šebo" AND goals > 2
CREATE TABLE table_name_89 (win_percentage VARCHAR, postseason VARCHAR, rank VARCHAR)
What number of win% has a postseason of did not qualify and rank larger than 8?
SELECT COUNT(win_percentage) FROM table_name_89 WHERE postseason = "did not qualify" AND rank > 8
CREATE TABLE table_name_64 (team VARCHAR, average VARCHAR, goalkeeper VARCHAR)
What team has Carlos Sánchez as a goalkeeper and an average below 1.12?
SELECT team FROM table_name_64 WHERE average < 1.12 AND goalkeeper = "carlos sánchez"
CREATE TABLE table_15070195_1 (date_completed VARCHAR, nickname VARCHAR)
when the nickname halley is used, what are the date completed
SELECT date_completed FROM table_15070195_1 WHERE nickname = "Halley"
CREATE TABLE table_name_58 (colour_commentator_s_ VARCHAR, play_by_play VARCHAR)
Who was the colour commentator when the play-by-play announcer was Bob Cole?
SELECT colour_commentator_s_ FROM table_name_58 WHERE play_by_play = "bob cole"
CREATE TABLE table_1507852_1 (description VARCHAR, attribute VARCHAR)
How many descriptions are there when the attribute is "ondragstart"?
SELECT COUNT(description) FROM table_1507852_1 WHERE attribute = "ondragstart"
CREATE TABLE table_15088557_1 (team_classification VARCHAR, combination_classification VARCHAR)
Name all the team clasification where the combination classification is mederic clain
SELECT team_classification FROM table_15088557_1 WHERE combination_classification = "Mederic Clain"
CREATE TABLE table_name_55 (caps INTEGER, position VARCHAR, club_province VARCHAR)
What is the high cap total for a lock with the vicenza rangers?
SELECT MAX(caps) FROM table_name_55 WHERE position = "lock" AND club_province = "vicenza rangers"
CREATE TABLE table_15088557_1 (stage INTEGER, winner VARCHAR)
What is the minimum stage where Sergei Smetanine won?
SELECT MIN(stage) FROM table_15088557_1 WHERE winner = "Sergei Smetanine"
CREATE TABLE table_1515346_2 (country VARCHAR, honoree_s_ VARCHAR)
How many countries does honoree Roberto de Vicenzo represent?
SELECT COUNT(country) FROM table_1515346_2 WHERE honoree_s_ = "Roberto De Vicenzo"
CREATE TABLE table_name_33 (fastest_lap VARCHAR, pole_position VARCHAR, location VARCHAR)
Who did the fastest lap when pole position was damon hill and the location was magny-cours?
SELECT fastest_lap FROM table_name_33 WHERE pole_position = "damon hill" AND location = "magny-cours"
CREATE TABLE table_15187735_13 (segment_b VARCHAR, episode VARCHAR)
Name the segment b for 167
SELECT segment_b FROM table_15187735_13 WHERE episode = 167
CREATE TABLE table_name_48 (votes VARCHAR, rank VARCHAR, candidate VARCHAR)
How many votes did 3rd ranking candidate Mary Louise Lorefice receive?
SELECT COUNT(votes) FROM table_name_48 WHERE rank = "3rd" AND candidate = "mary louise lorefice"
CREATE TABLE table_15187735_10 (segment_b VARCHAR, segment_a VARCHAR)
Name the segment b for s dress form
SELECT segment_b FROM table_15187735_10 WHERE segment_a = "s Dress Form"
CREATE TABLE table_15187735_15 (segment_a VARCHAR, segment_c VARCHAR)
What is Segment A where Segment C is Sushi (part 1)?
SELECT segment_a FROM table_15187735_15 WHERE segment_c = "Sushi (Part 1)"
CREATE TABLE table_15187735_20 (episode INTEGER, segment_d VARCHAR)
Which episode has segment D on custom motorcycle tanks?
SELECT MIN(episode) FROM table_15187735_20 WHERE segment_d = "Custom Motorcycle Tanks"
CREATE TABLE table_15187735_16 (netflix VARCHAR, segment_a VARCHAR)
Whats the season/episode of segment a digital dentistry
SELECT netflix FROM table_15187735_16 WHERE segment_a = "Digital Dentistry"
CREATE TABLE table_15187735_18 (episode INTEGER, segment_d VARCHAR)
Name the least episode for fibre cement siding
SELECT MIN(episode) FROM table_15187735_18 WHERE segment_d = "Fibre Cement Siding"
CREATE TABLE table_15187735_19 (segment_c VARCHAR, segment_b VARCHAR)
What is the segment C of the episode where segment B is Film Digitization?
SELECT segment_c FROM table_15187735_19 WHERE segment_b = "Film Digitization"
CREATE TABLE table_15187735_19 (segment_a VARCHAR, episode VARCHAR)
What is the segment A on episode 237?
SELECT segment_a FROM table_15187735_19 WHERE episode = 237
CREATE TABLE table_name_75 (fs VARCHAR, sp VARCHAR, points VARCHAR, rank VARCHAR, nation VARCHAR)
Tell me the total number of SP+FS with rank more than 8 for the netherlands and points more than 127.26
SELECT COUNT(sp) + fs FROM table_name_75 WHERE rank > 8 AND nation = "netherlands" AND points > 127.26
CREATE TABLE table_name_28 (fs VARCHAR, sp VARCHAR, places VARCHAR, points VARCHAR)
Name the total number of SP+FS for places of 60 and points more than 151.66
SELECT COUNT(sp) + fs FROM table_name_28 WHERE places = 60 AND points > 151.66
CREATE TABLE table_name_13 (swimsuit INTEGER, state VARCHAR, interview VARCHAR, average VARCHAR, evening_gown VARCHAR)
What's the highest swimsuit for an average less than 8.073, evening gown less than 8.31, and an interview over 8.23 in georgia?
SELECT MAX(swimsuit) FROM table_name_13 WHERE average < 8.073 AND evening_gown < 8.31 AND interview > 8.23 AND state = "georgia"
CREATE TABLE table_15190346_2 (attendance VARCHAR, location VARCHAR)
What was the attendance of the bowl game in Gainesville, Fl?
SELECT attendance FROM table_15190346_2 WHERE location = "Gainesville, FL"
CREATE TABLE table_151994_1 (median_monthly_per_capita___labour_force_income__hkd_ VARCHAR, population__2006_est_ VARCHAR)
Name the total number of median income for population 2006 for 365540
SELECT COUNT(median_monthly_per_capita___labour_force_income__hkd_) FROM table_151994_1 WHERE population__2006_est_ = 365540
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR)
What was the original title of the Bruno Barreto film in 1989
SELECT original_title FROM table_15277629_1 WHERE director = "Bruno Barreto" AND year__ceremony_ = 1989
CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR)
Who is in group a when indiana is in group d?
SELECT group_a FROM table_15290638_1 WHERE group_d = "Indiana"
CREATE TABLE table_name_73 (religion VARCHAR, assumed_office VARCHAR, former_experience VARCHAR)
Name the religion for Former Experience of commissioner of health and assumed office before 2005
SELECT religion FROM table_name_73 WHERE assumed_office < 2005 AND former_experience = "commissioner of health"
CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR)
Who is Jason Leffler's primary sponsor?
SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = "Jason Leffler"
CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR)
When the team classification was quick step, what was the total number of general classifications?
SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = "Quick Step"
CREATE TABLE table_15314901_1 (velocity_angle_η_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR)
If the coordinate velocity v dx/dt in units of c is (e 2 − 1)/(e 2 + 1) ≅ 0.761, what is the velocity angle η in i-radians?
SELECT velocity_angle_η_in_i_radians FROM table_15314901_1 WHERE coordinate_velocity_v_dx_dt_in_units_of_c = "(e 2 − 1)/(e 2 + 1) ≅ 0.761"
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
What is the coordinate velocity v dx/dt in units of c total number if the velocity angle η in i-radians is ln[2 + √5] ≅ 1.444?
SELECT COUNT(coordinate_velocity_v_dx_dt_in_units_of_c) FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = "ln[2 + √5] ≅ 1.444"
CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dτ_in_units_of_c VARCHAR, condition_parameter VARCHAR)
If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dτ in units of c?
SELECT proper_velocity_w_dx_dτ_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 1 hyperbolic radian"
CREATE TABLE table_name_20 (away_team VARCHAR, venue VARCHAR)
Who was the away team at Arden Street Oval?
SELECT away_team FROM table_name_20 WHERE venue = "arden street oval"
CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR)
Name the most losst for corinthians
SELECT MIN(lost) FROM table_15319684_1 WHERE team = "Corinthians"
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR)
What was the percentage of muslims during a time where there were 614 registered mosques?
SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE registered_mosques = 614
CREATE TABLE table_15333005_1 (Ends VARCHAR, l VARCHAR, stolen_ends VARCHAR)
Name the number ends won when L is 4 and stolen ends is 17
SELECT COUNT(Ends) AS won FROM table_15333005_1 WHERE l = 4 AND stolen_ends = 17
CREATE TABLE table_name_13 (venue VARCHAR, date VARCHAR)
What was the venue on October 16, 1996?
SELECT venue FROM table_name_13 WHERE date = "october 16, 1996"
CREATE TABLE table_name_10 (year_built VARCHAR, class VARCHAR, number VARCHAR)
What year was the class 253 larger than 18 built?
SELECT year_built FROM table_name_10 WHERE class = "class 253" AND number > 18
CREATE TABLE table_name_34 (margin VARCHAR, championship VARCHAR)
What is the margin for the Masters Tournament (2) championship?
SELECT margin FROM table_name_34 WHERE championship = "masters tournament (2)"
CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR)
How many Drawn does the team Portuguesa Santista have?
SELECT drawn FROM table_15352382_1 WHERE team = "Portuguesa Santista"
CREATE TABLE table_name_73 (viewers__m_ VARCHAR, rank___number_ VARCHAR, share VARCHAR, rating VARCHAR)
How many vieweres for the episode with a share of 1, a Rating larger than 0.7000000000000001, and a Rank (#) of 100/102?
SELECT viewers__m_ FROM table_name_73 WHERE share = 1 AND rating > 0.7000000000000001 AND rank___number_ = "100/102"
CREATE TABLE table_15358729_6 (average_weekly_rank VARCHAR, average_nightly_rank VARCHAR)
How many were the show's average weekly ranking when it reached No. 2 in average nightly ranking?
SELECT COUNT(average_weekly_rank) FROM table_15358729_6 WHERE average_nightly_rank = "No. 2"
CREATE TABLE table_name_63 (away_team VARCHAR, venue VARCHAR)
Who was the away team at Junction Oval?
SELECT away_team FROM table_name_63 WHERE venue = "junction oval"
CREATE TABLE table_name_99 (total VARCHAR, usca VARCHAR, joint_music_award VARCHAR, rthk VARCHAR)
What is the Total with a Joint Music Award of 1, RTHK of 4, and USCA of 4?
SELECT total FROM table_name_99 WHERE joint_music_award = "1" AND rthk = "4" AND usca = "4"
CREATE TABLE table_15400878_1 (difference VARCHAR, drawn INTEGER)
Name the difference for when drawn is larger than 2.0
SELECT difference FROM table_15400878_1 WHERE drawn > 2.0
CREATE TABLE table_15412381_5 (wheels VARCHAR, lms_nos VARCHAR)
How many figures are there for wheels for LMS numbers 16377-9?
SELECT COUNT(wheels) FROM table_15412381_5 WHERE lms_nos = "16377-9"
CREATE TABLE table_name_35 (laps INTEGER, time_retired VARCHAR, grid VARCHAR)
what is the most laps with the time/retired is differential and the grid is more than 2?
SELECT MAX(laps) FROM table_name_35 WHERE time_retired = "differential" AND grid > 2
CREATE TABLE table_name_35 (deleted VARCHAR, listed VARCHAR, name VARCHAR)
On what date was Stauffer Chemical Company (Lemoyne Plant), which was listed on 09/21/1984, deleted?
SELECT deleted FROM table_name_35 WHERE listed = "09/21/1984" AND name = "stauffer chemical company (lemoyne plant)"
CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR)
Name the fifth district for william womer
SELECT fifth_district FROM table_15442974_1 WHERE third_district = "William Womer"
CREATE TABLE table_15442974_1 (fourth_district VARCHAR, first_district VARCHAR)
Name the fourth district for beverly bodem
SELECT fourth_district FROM table_15442974_1 WHERE first_district = "Beverly Bodem"
CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR)
Name the number for fifth district for richard houskamp
SELECT COUNT(fifth_district) FROM table_15442974_1 WHERE third_district = "Richard Houskamp"
CREATE TABLE table_15463188_17 (school_club_team VARCHAR, season VARCHAR, acquisition_via VARCHAR)
What was the school/club team whose season was in 2012 and were acquired via trade?
SELECT school_club_team FROM table_15463188_17 WHERE season = "2012" AND acquisition_via = "Trade"
CREATE TABLE table_name_78 (software VARCHAR, cost___usd__ VARCHAR, latest_stable_date__version_ VARCHAR)
What is the free sotware with the latest stable date version of 1.1?
SELECT software FROM table_name_78 WHERE cost___usd__ = "free" AND latest_stable_date__version_ = "1.1"
CREATE TABLE table_name_4 (date VARCHAR, visitor VARCHAR, leading_scorer VARCHAR)
Which date's visitor was jazz, when the leading scorer was Mehmet Okur (22)?
SELECT date FROM table_name_4 WHERE visitor = "jazz" AND leading_scorer = "mehmet okur (22)"
CREATE TABLE table_1555308_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR)
In which condition(s) is bleeding time prolonged and prothrombin time unaffected?
SELECT condition FROM table_1555308_1 WHERE bleeding_time = "Prolonged" AND prothrombin_time = "Unaffected"
CREATE TABLE table_name_27 (club VARCHAR, european_cup VARCHAR, national_cup VARCHAR)
What Club has Fiba European Champion's Cup and an Italian Cup?
SELECT club FROM table_name_27 WHERE european_cup = "fiba european champion's cup" AND national_cup = "italian cup"
CREATE TABLE table_1553485_1 (current_affiliation VARCHAR, city_of_license__market VARCHAR)
Who currently affiliates in San Francisco - Oakland - San Jose?
SELECT current_affiliation FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose"
CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_protected VARCHAR)
What is the percentage of total area in the ecozone that the percentage protected is 8.06?
SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_protected = "8.06"
CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR)
Name the number of proto austronesian for *natu
SELECT COUNT(proto_austronesian) FROM table_15568886_14 WHERE proto_oceanic = "*natu"
CREATE TABLE table_name_52 (pommel_horse VARCHAR, vault VARCHAR, total VARCHAR, team VARCHAR)
How many pommel horses have a Total smaller than 230.019, a Team of china (chn), and a Vault smaller than 38.437?
SELECT COUNT(pommel_horse) FROM table_name_52 WHERE total < 230.019 AND team = "china (chn)" AND vault < 38.437
CREATE TABLE table_name_77 (studio VARCHAR, year VARCHAR, title VARCHAR)
What was the studio for The Hard Way in 1943?
SELECT studio FROM table_name_77 WHERE year = 1943 AND title = "the hard way"