answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT deleted FROM table_name_35 WHERE listed = "09/21/1984" AND name = "stauffer chemical company (lemoyne plant)"
On what date was Stauffer Chemical Company (Lemoyne Plant), which was listed on 09/21/1984, deleted?
CREATE TABLE table_name_35 (deleted VARCHAR, listed VARCHAR, name VARCHAR)
SELECT record FROM table_27723228_12 WHERE score = "W 101–93 (OT)"
Name the record for w 101–93 (ot)
CREATE TABLE table_27723228_12 (record VARCHAR, score VARCHAR)
SELECT years_of_operation FROM table_name_88 WHERE client = "soc"
What years was soc a client?
CREATE TABLE table_name_88 (years_of_operation VARCHAR, client VARCHAR)
SELECT SUM(cultural_and_educational_panel) FROM table_name_23 WHERE labour_panel < 7 AND agricultural_panel < 1
What is the sum of all from the Cultural and Educational Panel with less than 7 from the Labour Panel and less than 1 from the Agricultural Panel?
CREATE TABLE table_name_23 (cultural_and_educational_panel INTEGER, labour_panel VARCHAR, agricultural_panel VARCHAR)
SELECT SUM(a_score) FROM table_name_74 WHERE e_score > 9.383 AND total < 19.716 AND t_score > 4
What was the total of A Score when the E Score was greater than 9.383, total was less than 19.716 and the T Score was larger than 4?
CREATE TABLE table_name_74 (a_score INTEGER, t_score VARCHAR, e_score VARCHAR, total VARCHAR)
SELECT MAX(lane) FROM table_name_68 WHERE time > 55.94 AND rank > 8
What is the highest Lane number of a person with a time of 55.94 with a Rank that's bigger than 8?
CREATE TABLE table_name_68 (lane INTEGER, time VARCHAR, rank VARCHAR)
SELECT T1.paragraph_id, T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.Document_Name = 'Welcome to NY'
Show all paragraph ids and texts for the document with name 'Welcome to NY'.
CREATE TABLE Documents (document_id VARCHAR, Document_Name VARCHAR); CREATE TABLE Paragraphs (paragraph_id VARCHAR, paragraph_text VARCHAR, document_id VARCHAR)
SELECT right_ascension___j2000__ FROM table_name_53 WHERE constellation = "sextans" AND declination___j2000__ = "°28′01″"
what is the right ascension (j2000) when the constellation is sextans and the declination (j2000) is °28′01″?
CREATE TABLE table_name_53 (right_ascension___j2000__ VARCHAR, constellation VARCHAR, declination___j2000__ VARCHAR)
SELECT MIN(year) FROM table_name_71 WHERE runner_s__up = "tammie green"
Which Year has a Runner(s)-up of tammie green?
CREATE TABLE table_name_71 (year INTEGER, runner_s__up VARCHAR)
SELECT country FROM table_name_1 WHERE place = "t9" AND player = "michael campbell"
What is Country, when Place is "T9", and when Player is "Michael Campbell"?
CREATE TABLE table_name_1 (country VARCHAR, place VARCHAR, player VARCHAR)
SELECT pronunciation_a FROM table_name_83 WHERE word = "傳"
Name the pronunciation for 傳
CREATE TABLE table_name_83 (pronunciation_a VARCHAR, word VARCHAR)
SELECT turbo FROM table_name_29 WHERE release_price___usd__ = "$583"
What Turbo has the Release price (USD) of $583?
CREATE TABLE table_name_29 (turbo VARCHAR, release_price___usd__ VARCHAR)
SELECT result FROM table_name_26 WHERE date = "8 october 1961"
What was the result on 8 October 1961?
CREATE TABLE table_name_26 (result VARCHAR, date VARCHAR)
SELECT points_against FROM table_name_92 WHERE try_bonus = "6" AND tries_against = "54"
How many points against does the club that has a try bonus of 6 and tries against of 54 have ?
CREATE TABLE table_name_92 (points_against VARCHAR, try_bonus VARCHAR, tries_against VARCHAR)
SELECT record FROM table_name_66 WHERE opponent = "leonardo castello branco"
Opponent of leonardo castello branco had what record?
CREATE TABLE table_name_66 (record VARCHAR, opponent VARCHAR)
SELECT COUNT(playoffs) FROM table_1999350_1 WHERE year = 2006
What is the total number of playoffs held in exactly 2006?
CREATE TABLE table_1999350_1 (playoffs VARCHAR, year VARCHAR)
SELECT cabinet FROM table_name_42 WHERE year > 1981 AND fractievoorzitter = "hans van mierlo" AND chair = "w.i.j.m. vrijhoef"
What is Cabinet, when Year is after 1981, when Fractievoorzitter is "Hans Van Mierlo", and when Chair is "W.I.J.M. Vrijhoef"?
CREATE TABLE table_name_42 (cabinet VARCHAR, chair VARCHAR, year VARCHAR, fractievoorzitter VARCHAR)
SELECT result FROM table_1341586_19 WHERE candidates = "Billy Tauzin (D) Unopposed"
what's the result with candidates being billy tauzin (d) unopposed
CREATE TABLE table_1341586_19 (result VARCHAR, candidates VARCHAR)
SELECT 4 AS th_day FROM table_name_52 WHERE year < 2012 AND finish_position = "33rd"
What was the 4th day in the year before 2012 that the finish is 33rd?
CREATE TABLE table_name_52 (year VARCHAR, finish_position VARCHAR)
SELECT COUNT(avg_g) FROM table_name_41 WHERE loss > 117 AND name = "opponents" AND gain < 2444
How much Avg/G has a Loss larger than 117, and a Name of opponents, and a Gain smaller than 2444?
CREATE TABLE table_name_41 (avg_g VARCHAR, gain VARCHAR, loss VARCHAR, name VARCHAR)
SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Name = 'photo' INTERSECT SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product...
What is the description of the service type which offers both the photo product and the film product?
CREATE TABLE Ref_Service_Types (Service_Type_Description VARCHAR, Service_Type_Code VARCHAR); CREATE TABLE Services (Service_Type_Code VARCHAR, Product_Name VARCHAR)
SELECT date FROM table_name_56 WHERE results¹ = "4:0"
On what Date were the Results¹ 4:0?
CREATE TABLE table_name_56 (date VARCHAR, results¹ VARCHAR)
SELECT ship FROM table_name_70 WHERE builder = "cammell laird"
What Ship was Built by Cammell Laird?
CREATE TABLE table_name_70 (ship VARCHAR, builder VARCHAR)
SELECT MIN(year) FROM table_name_73 WHERE chassis = "lotus 49b"
What is the earliest year that had a Lotus 49B chassis?
CREATE TABLE table_name_73 (year INTEGER, chassis VARCHAR)
SELECT position FROM table_11545282_18 WHERE player = "John Starks"
Which position does John Starks play?
CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR)
SELECT special FROM table_23982399_12 WHERE challenger = "Dominique Bouchet"
What is the special when the challenger is dominique bouchet?
CREATE TABLE table_23982399_12 (special VARCHAR, challenger VARCHAR)
SELECT venue FROM table_name_81 WHERE home_team = "footscray"
What was the venue when the home team was footscray?
CREATE TABLE table_name_81 (venue VARCHAR, home_team VARCHAR)
SELECT first_aligned_day FROM table_name_67 WHERE date = "1614"
What is the First Aligned date in 1614?
CREATE TABLE table_name_67 (first_aligned_day VARCHAR, date VARCHAR)
SELECT events FROM table_24051050_1 WHERE episode = 12
What events took place in episode 12?
CREATE TABLE table_24051050_1 (events VARCHAR, episode VARCHAR)
SELECT score FROM table_name_88 WHERE date = "22 january 2008"
What is the score on 22 january 2008?
CREATE TABLE table_name_88 (score VARCHAR, date VARCHAR)
SELECT MIN(frequency) FROM table_name_2 WHERE webcast = "listen live" AND city_of_license = "monterrey" AND callsign = "xet"
Which long range AM station has the lowest frequency and includes a webcast of listen live, was licensed in the city of Monterrey, and uses the Callsign of xet?
CREATE TABLE table_name_2 (frequency INTEGER, callsign VARCHAR, webcast VARCHAR, city_of_license VARCHAR)
SELECT SUM(lost) FROM table_name_32 WHERE team = "corinthians" AND against > 26
How many losses have corinthians as the team, with an against greater than 26?
CREATE TABLE table_name_32 (lost INTEGER, team VARCHAR, against VARCHAR)
SELECT MAX(purse__) AS $__ FROM table_name_80 WHERE location = "illinois"
what was the purse ($) in illinois?
CREATE TABLE table_name_80 (purse__ INTEGER, location VARCHAR)
SELECT attendance FROM table_name_24 WHERE game_site = "fedex field" AND week = 3
What is the attendance that has fedex field as the game site with 3 as the week?
CREATE TABLE table_name_24 (attendance VARCHAR, game_site VARCHAR, week VARCHAR)
SELECT pos FROM table_name_21 WHERE first_round = "35.7"
What position does the player with a first round score of 35.7 play?
CREATE TABLE table_name_21 (pos VARCHAR, first_round VARCHAR)
SELECT result FROM table_name_49 WHERE opponent = "los angeles dons"
What was the result of the game against the Los Angeles Dons?
CREATE TABLE table_name_49 (result VARCHAR, opponent VARCHAR)
SELECT SUM(goals) FROM table_name_48 WHERE team = "torpedo moscow" AND division = 1 AND apps < 29
What is the sum of goals for Torpedo Moscow in division 1 with an apps value less than 29?
CREATE TABLE table_name_48 (goals INTEGER, apps VARCHAR, team VARCHAR, division VARCHAR)
SELECT high_rebounds FROM table_name_65 WHERE team = "detroit"
Who had the highest rebounds against detroit?
CREATE TABLE table_name_65 (high_rebounds VARCHAR, team VARCHAR)
SELECT genre FROM table_name_12 WHERE game = "tony hawk's pro skater 2"
Which Genre has a Game of tony hawk's pro skater 2?
CREATE TABLE table_name_12 (genre VARCHAR, game VARCHAR)
SELECT who_two FROM table_1015914_24 WHERE you_and_i = "ngœban"
What is who-two where you and i is ngœban?
CREATE TABLE table_1015914_24 (who_two VARCHAR, you_and_i VARCHAR)
SELECT name FROM user_profiles ORDER BY followers DESC LIMIT 1
Find the name of the user who has the largest number of followers.
CREATE TABLE user_profiles (name VARCHAR, followers VARCHAR)
SELECT AVG(february) FROM table_name_77 WHERE game = 56
What is the average February that has 56 as the game?
CREATE TABLE table_name_77 (february INTEGER, game VARCHAR)
SELECT location FROM table_26166836_1 WHERE road_race = "Berlin Marathon"
In which city was the berlin marathon?
CREATE TABLE table_26166836_1 (location VARCHAR, road_race VARCHAR)
SELECT median_family_income FROM table_name_72 WHERE median_household_income = "$25,583"
What's the median family income with a household income of $25,583?
CREATE TABLE table_name_72 (median_family_income VARCHAR, median_household_income VARCHAR)
SELECT event FROM table_name_25 WHERE opponent = "joe nameth"
In what event is the opponent Joe Nameth?
CREATE TABLE table_name_25 (event VARCHAR, opponent VARCHAR)
SELECT COUNT(ministries) FROM table_21422977_1 WHERE nº = 3
When nº is 3, what are all the ministires?
CREATE TABLE table_21422977_1 (ministries VARCHAR, nº VARCHAR)
SELECT us_viewers__millions_ FROM table_20942925_1 WHERE written_by = "Kevin Curran"
What are all values for U.S. viewers(millions) with Kevin Curran as a writer?
CREATE TABLE table_20942925_1 (us_viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT county_team FROM table_name_8 WHERE club_team_s_ = "thurles sarsfields"
What country team had Thurles Sarsfields?
CREATE TABLE table_name_8 (county_team VARCHAR, club_team_s_ VARCHAR)
SELECT death FROM table_name_75 WHERE birth = "1309"
What is the date of death of the Countess of Flanders who was born in 1309?
CREATE TABLE table_name_75 (death VARCHAR, birth VARCHAR)
SELECT film FROM table_name_67 WHERE result = "nominated" AND year = 2001
Which Film has a Result of nominated, and a Year of 2001?
CREATE TABLE table_name_67 (film VARCHAR, result VARCHAR, year VARCHAR)
SELECT COUNT(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = "Ashley" AND T3.City = "Aberdeen"
How many flights depart from City 'Aberdeen' and have destination City 'Ashley'?
CREATE TABLE FLIGHTS (DestAirport VARCHAR, SourceAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR, City VARCHAR)
SELECT AVG(prominence__m_) FROM table_name_9 WHERE col__m_ < 0
Count the Prominence (m) of Col (m) smaller than 0?
CREATE TABLE table_name_9 (prominence__m_ INTEGER, col__m_ INTEGER)
SELECT record FROM table_name_82 WHERE visitor = "nashville"
What is the record when the visitor was Nashville?
CREATE TABLE table_name_82 (record VARCHAR, visitor VARCHAR)
SELECT loss FROM table_name_31 WHERE opponent = "california angels" AND attendance = "57,762"
What's the Loss listed for the Opponent of California Angels and has an Attendance of 57,762?
CREATE TABLE table_name_31 (loss VARCHAR, opponent VARCHAR, attendance VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_53 WHERE cyrillic_name = "Сурдук"
What ethnic group had the largest population in сурдук in 2002?
CREATE TABLE table_2562572_53 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name VARCHAR)
SELECT winner FROM table_name_17 WHERE circuit = "oran park raceway"
Who won at the Oran Park Raceway?
CREATE TABLE table_name_17 (winner VARCHAR, circuit VARCHAR)
SELECT date FROM table_name_26 WHERE performer_2 = "ryan stiles" AND performer_3 = "colin mochrie" AND performer_4 = "tony slattery"
What is the date of the episode with Ryan Stiles as performer 2, Colin Mochrie as performer 3, and Tony Slattery as performer 4?
CREATE TABLE table_name_26 (date VARCHAR, performer_4 VARCHAR, performer_2 VARCHAR, performer_3 VARCHAR)
SELECT high_assists FROM table_27756314_7 WHERE date = "December 3"
who had high assists on december 3?
CREATE TABLE table_27756314_7 (high_assists VARCHAR, date VARCHAR)
SELECT AVG(losses) FROM table_name_81 WHERE league = "nfl" AND season = 2011 AND wins < 13
What is the losses in the NFL in the 2011 season with less than 13 wins?
CREATE TABLE table_name_81 (losses INTEGER, wins VARCHAR, league VARCHAR, season VARCHAR)
SELECT AVG(points) FROM table_name_73 WHERE team = "arrows racing team" AND year < 1983
What is the average point total for arrows racing team before 1983?
CREATE TABLE table_name_73 (points INTEGER, team VARCHAR, year VARCHAR)
SELECT opponent FROM table_name_29 WHERE week > 9 AND game_site = "rich stadium"
Who is the opponent after week 9 at rich stadium?
CREATE TABLE table_name_29 (opponent VARCHAR, week VARCHAR, game_site VARCHAR)
SELECT home_team FROM table_name_91 WHERE away_team = "rivercity rage"
who is the home team when the away team is rivercity rage?
CREATE TABLE table_name_91 (home_team VARCHAR, away_team VARCHAR)
SELECT 2 AS nd_throw FROM table_17265535_7 WHERE equation = "1 × 9² + 4 × 9 + 0"
If the equation is 1 × 9² + 4 × 9 + 0, what is the 2nd throw?
CREATE TABLE table_17265535_7 (equation VARCHAR)
SELECT season__number FROM table_20704243_3 WHERE series__number = 23
What is the season number for Series #23, the Runway Job?
CREATE TABLE table_20704243_3 (season__number VARCHAR, series__number VARCHAR)
SELECT COUNT(no_in_season) FROM table_22265225_1 WHERE no_in_series = "29"
How many episodes were listed as number 29 in the series?
CREATE TABLE table_22265225_1 (no_in_season VARCHAR, no_in_series VARCHAR)
SELECT MIN(league_of_communists) FROM table_15306124_1 WHERE municipality = "Mojkovac"
What is the least amount of league of communists where municipality is mojkovac
CREATE TABLE table_15306124_1 (league_of_communists INTEGER, municipality VARCHAR)
SELECT behind FROM table_name_26 WHERE class = "gt2" AND day_2 = "3:59.820"
For the team with a class of gt2 and 3:59.820 on day 2, what was the behind?
CREATE TABLE table_name_26 (behind VARCHAR, class VARCHAR, day_2 VARCHAR)
SELECT COUNT(lost) FROM table_name_48 WHERE position > 2 AND name = "sg münchen (n)" AND drawn > 0
Which Lost has a Position larger than 2, a Name of sg münchen (n), and a Drawn larger than 0?
CREATE TABLE table_name_48 (lost VARCHAR, drawn VARCHAR, position VARCHAR, name VARCHAR)
SELECT MIN(total) FROM table_name_81 WHERE gold < 2 AND rank = 4 AND bronze < 1
What is the least total that has fewer golds than 2, a higher rank than 4 and fewer bronzes than 1?
CREATE TABLE table_name_81 (total INTEGER, bronze VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT winner FROM table_name_42 WHERE team = "nissan motorsport australia" AND circuit = "oran park raceway"
Who is the Winner of the Nissan Motorsport Australia Team at the Oran Park Raceway?
CREATE TABLE table_name_42 (winner VARCHAR, team VARCHAR, circuit VARCHAR)
SELECT country FROM table_name_67 WHERE icao = "ekch"
What Country has a ICAO of EKCH?
CREATE TABLE table_name_67 (country VARCHAR, icao VARCHAR)
SELECT winner FROM table_name_73 WHERE tournament = "the tour championship"
What is the name of the winner of the tour championship tournament?
CREATE TABLE table_name_73 (winner VARCHAR, tournament VARCHAR)
SELECT AVG(draws) FROM table_name_17 WHERE wins > 1 AND losses = 14 AND against < 1836
What is the average draws with more than 1 win, 14 losses, and against less than 1836?
CREATE TABLE table_name_17 (draws INTEGER, against VARCHAR, wins VARCHAR, losses VARCHAR)
SELECT years_in_orlando FROM table_name_96 WHERE school_club_team = "kentucky"
Which Years in Orlando has a School/Club Team of kentucky?
CREATE TABLE table_name_96 (years_in_orlando VARCHAR, school_club_team VARCHAR)
SELECT date FROM table_17927935_1 WHERE week = 4
What was the date of the week 4 game?
CREATE TABLE table_17927935_1 (date VARCHAR, week VARCHAR)
SELECT written_by FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
Who wrote the episode with 8.61 million U.S. viewers?
CREATE TABLE table_24648983_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT building, COUNT(*) FROM Faculty GROUP BY building
Show all the buildings along with the number of faculty members the buildings have.
CREATE TABLE Faculty (building VARCHAR)
SELECT att FROM table_name_1 WHERE time = "3:55"
What was the attendance of the game that lasted 3:55?
CREATE TABLE table_name_1 (att VARCHAR, time VARCHAR)
SELECT home_team FROM table_name_26 WHERE venue = "mcg"
Which team lives in mcg?
CREATE TABLE table_name_26 (home_team VARCHAR, venue VARCHAR)
SELECT location_attendance FROM table_27723526_9 WHERE team = "Milwaukee"
What location did the Mavericks play against Milwaukee?
CREATE TABLE table_27723526_9 (location_attendance VARCHAR, team VARCHAR)
SELECT COUNT(round) FROM table_name_21 WHERE pick > 303 AND position = "end"
What is the total number of rounds of the end player with a pick number greater than 303?
CREATE TABLE table_name_21 (round VARCHAR, pick VARCHAR, position VARCHAR)
SELECT years FROM table_name_36 WHERE decile < 4 AND name = "tkkm o te ara rima"
Tkkm o te ara rima has a decile less than 4 in what years?
CREATE TABLE table_name_36 (years VARCHAR, decile VARCHAR, name VARCHAR)
SELECT SUM(no_specimens) FROM table_name_1 WHERE abbr = "sant"
How many specimens does the SANT institution have?
CREATE TABLE table_name_1 (no_specimens INTEGER, abbr VARCHAR)
SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 35
Which CFL team was pick #35?
CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT COUNT(gold) FROM table_name_62 WHERE bronze < 5 AND silver > 1 AND rank > 8
How many golds does the nation having a rank of 8, fewer than 5 bronzes and more than 1 silver have?
CREATE TABLE table_name_62 (gold VARCHAR, rank VARCHAR, bronze VARCHAR, silver VARCHAR)
SELECT MAX(drawn) FROM table_name_17 WHERE position = 14 AND goals_for > 66
What is the largest drawn number when 14 is the position, and goals for is more than 66?
CREATE TABLE table_name_17 (drawn INTEGER, position VARCHAR, goals_for VARCHAR)
SELECT record FROM table_name_85 WHERE home = "edmonton oilers" AND visitor = "chicago blackhawks" AND date = "november 27"
What was the oilers record for the game on November 27 when the Edmonton oilers were playing at home and the Chicago Blackhawks were the visiting team?
CREATE TABLE table_name_85 (record VARCHAR, date VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT song FROM table_name_33 WHERE label = "central station" AND album = "various - wild nights 4"
Which song had Central Station as a label and whose album was Various - Wild Nights 4?
CREATE TABLE table_name_33 (song VARCHAR, label VARCHAR, album VARCHAR)
SELECT nominee_s_ FROM table_name_83 WHERE year = 2005
Who was the nominee for 2005?
CREATE TABLE table_name_83 (nominee_s_ VARCHAR, year VARCHAR)
SELECT date FROM table_name_56 WHERE opponent = "luxembourg"
What day did Yugoslavia play Luxembourg?
CREATE TABLE table_name_56 (date VARCHAR, opponent VARCHAR)
SELECT class FROM table_name_23 WHERE type = "0-4-0st"
What is the class of the locomotive with a 0-4-0st type?
CREATE TABLE table_name_23 (class VARCHAR, type VARCHAR)
SELECT SUM(laps) FROM table_name_82 WHERE grid = 12
Name the sum of laps for 12 grids
CREATE TABLE table_name_82 (laps INTEGER, grid VARCHAR)
SELECT Industry FROM Companies WHERE Headquarters = "USA" INTERSECT SELECT Industry FROM Companies WHERE Headquarters = "China"
Show the industries shared by companies whose headquarters are "USA" and companies whose headquarters are "China".
CREATE TABLE Companies (Industry VARCHAR, Headquarters VARCHAR)
SELECT winning_score FROM table_name_30 WHERE margin_of_victory = "2 strokes" AND tournament = "cyber agent ladies"
What is the winning score that has victory of 2 strokes for the margin, and cyber agent ladies for the tournament?
CREATE TABLE table_name_30 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_21 WHERE country = "united states" AND place = "t6"
What did United States score in the place t6?
CREATE TABLE table_name_21 (score VARCHAR, country VARCHAR, place VARCHAR)
SELECT operational FROM table_10335_1 WHERE camp = "Sajmište"
what's the operational period with camp  sajmište
CREATE TABLE table_10335_1 (operational VARCHAR, camp VARCHAR)
SELECT COUNT(third_place) FROM table_21632864_1 WHERE fourth_place = "Sanyo Electric Tokushima"
how many persons got the third position whan sanyo electric tokushima got the fourth position?
CREATE TABLE table_21632864_1 (third_place VARCHAR, fourth_place VARCHAR)
SELECT original_operator FROM table_name_54 WHERE builder = "ag vulcan" AND ship = "prinzess irene"
Who is the original operator for the AG Vulcan builder and the Prinzess Irene ship?
CREATE TABLE table_name_54 (original_operator VARCHAR, builder VARCHAR, ship VARCHAR)
SELECT district FROM table_1342359_5 WHERE candidates = "Harry Lane Englebright (R) Unopposed"
what's the district with candidates being harry lane englebright (r) unopposed
CREATE TABLE table_1342359_5 (district VARCHAR, candidates VARCHAR)
SELECT T2.apt_number, T1.booking_start_date, T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id
Show the apartment numbers, start dates, and end dates of all the apartment bookings.
CREATE TABLE Apartment_Bookings (booking_start_date VARCHAR, apt_id VARCHAR); CREATE TABLE Apartments (apt_number VARCHAR, apt_id VARCHAR)