answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT COUNT(final_rank) FROM table_name_37 WHERE rank_in_fs = 3 AND rank_in_sp > 4
How many skaters have a Rank in FS of 3, and a Rank in SP larger than 4?
CREATE TABLE table_name_37 (final_rank VARCHAR, rank_in_fs VARCHAR, rank_in_sp VARCHAR)
SELECT AVG(points) FROM table_name_56 WHERE lost = 4 AND played > 28
What is the average points for a team that lost 4 and played more than 28 games?
CREATE TABLE table_name_56 (points INTEGER, lost VARCHAR, played VARCHAR)
SELECT name FROM table_name_44 WHERE fate = "sunk by u-48 *" AND cargo = "pit props"
What is the name of the ship with pit props as Cargo sunk by u-48 *?
CREATE TABLE table_name_44 (name VARCHAR, fate VARCHAR, cargo VARCHAR)
SELECT municipality FROM table_255885_1 WHERE area__km²_ = "214.44"
What is the municipality that has an area of exactly 214.44 sq. km?
CREATE TABLE table_255885_1 (municipality VARCHAR, area__km²_ VARCHAR)
SELECT state FROM table_name_15 WHERE member = "tanya plibersek"
What state is Tanya Plibersek from?
CREATE TABLE table_name_15 (state VARCHAR, member VARCHAR)
SELECT SUM(poles) FROM table_name_27 WHERE drivers = "juan cruz álvarez" AND flaps > 0
How many Poles have Drivers of juan cruz álvarez, and FLaps larger than 0?
CREATE TABLE table_name_27 (poles INTEGER, drivers VARCHAR, flaps VARCHAR)
SELECT max_power_at_rpm FROM table_name_95 WHERE engine_code_s_ = "2e"
What is the maximum power of engine code 2e?
CREATE TABLE table_name_95 (max_power_at_rpm VARCHAR, engine_code_s_ VARCHAR)
SELECT intergiro_classification FROM table_12261926_2 WHERE stage = 21
What is the intergiro classification of stage 21?
CREATE TABLE table_12261926_2 (intergiro_classification VARCHAR, stage VARCHAR)
SELECT deputy_prime_minister FROM table_name_87 WHERE left_office = "1981"
Which deputy prime minister left office in 1981?
CREATE TABLE table_name_87 (deputy_prime_minister VARCHAR, left_office VARCHAR)
SELECT COUNT(opponents) FROM table_22860698_2 WHERE championship = "Wimbledon (2)"
How many opponents have wimbledon (2) as the championship?
CREATE TABLE table_22860698_2 (opponents VARCHAR, championship VARCHAR)
SELECT date FROM table_27319183_7 WHERE weekly_rank = 12
What date was the show's weekly ranking 12?
CREATE TABLE table_27319183_7 (date VARCHAR, weekly_rank VARCHAR)
SELECT media_type FROM table_23829490_1 WHERE genre = "Dub"
What is every media type for the Dub genre?
CREATE TABLE table_23829490_1 (media_type VARCHAR, genre VARCHAR)
SELECT japanese_title FROM table_name_58 WHERE tv_station = "tbs" AND romaji_title = "hana yori dango"
Which Japanese Title has a TV Station of tbs, and a Romaji Title of hana yori dango?
CREATE TABLE table_name_58 (japanese_title VARCHAR, tv_station VARCHAR, romaji_title VARCHAR)
SELECT to_par FROM table_name_22 WHERE player = "dave rummells"
What is Dave Rummells's to par?
CREATE TABLE table_name_22 (to_par VARCHAR, player VARCHAR)
SELECT COUNT(winning_driver) FROM table_16099880_5 WHERE race = "Chicagoland"
In what position did the winning driver finish at Chicagoland?
CREATE TABLE table_16099880_5 (winning_driver VARCHAR, race VARCHAR)
SELECT date FROM table_name_13 WHERE race_title = "grand prix de monaco"
When did the Grand Prix de Monaco race?
CREATE TABLE table_name_13 (date VARCHAR, race_title VARCHAR)
SELECT country FROM table_name_95 WHERE player = "bob rosburg"
What country id Bob Rosburg from?
CREATE TABLE table_name_95 (country VARCHAR, player VARCHAR)
SELECT COUNT(fall_08) FROM table_name_52 WHERE fall_06 = 57 AND fall_05 < 74
What number is Fall 08 from the state with 57 in Fall 06 and 74 or less in Fall 05?
CREATE TABLE table_name_52 (fall_08 VARCHAR, fall_06 VARCHAR, fall_05 VARCHAR)
SELECT name FROM table_name_56 WHERE games = 10
Who played 10 games?
CREATE TABLE table_name_56 (name VARCHAR, games VARCHAR)
SELECT location FROM table_name_32 WHERE annual_change = "7.6%"
What location has an annual change of 7.6%
CREATE TABLE table_name_32 (location VARCHAR, annual_change VARCHAR)
SELECT wins FROM table_19839391_3 WHERE winning__percentage = "0.667"
How many wins had a win percentage of 0.667
CREATE TABLE table_19839391_3 (wins VARCHAR, winning__percentage VARCHAR)
SELECT length_of_game FROM table_name_31 WHERE home_team = "houston oilers"
How long did the game go that was played with the Houston Oilers at home?
CREATE TABLE table_name_31 (length_of_game VARCHAR, home_team VARCHAR)
SELECT SUM(game) FROM table_name_44 WHERE points > 81
What hame has points larger than 81?
CREATE TABLE table_name_44 (game INTEGER, points INTEGER)
SELECT MAX(attendance) FROM table_name_98 WHERE week > 8 AND result = "w 42–0"
What is the Attendance after Week 8 with a Result of W 42–0?
CREATE TABLE table_name_98 (attendance INTEGER, week VARCHAR, result VARCHAR)
SELECT date FROM table_name_37 WHERE competition = "2008 africa cup of nations"
What is the date of Competition of 2008 africa cup of nations?
CREATE TABLE table_name_37 (date VARCHAR, competition VARCHAR)
SELECT rank FROM table_name_42 WHERE nation = "austria"
Which rank is Austria?
CREATE TABLE table_name_42 (rank VARCHAR, nation VARCHAR)
SELECT decimal FROM table_name_19 WHERE byte_string = "standard" AND memory_map = "standard" AND max_memory__kwords_ = 512
What is the decimal value when the memory map and byte string are standard, and the max memory is 512?
CREATE TABLE table_name_19 (decimal VARCHAR, max_memory__kwords_ VARCHAR, byte_string VARCHAR, memory_map VARCHAR)
SELECT japanese_voice_actor FROM table_name_28 WHERE mecha = "airplane"
Which Japanese voice actor had the Mecha of airplane?
CREATE TABLE table_name_28 (japanese_voice_actor VARCHAR, mecha VARCHAR)
SELECT result FROM table_1342013_34 WHERE incumbent = "William H. Ayres"
what's the result with incumbent being william h. ayres
CREATE TABLE table_1342013_34 (result VARCHAR, incumbent VARCHAR)
SELECT visitor FROM table_name_85 WHERE date = "october 20"
Who was the visitor on October 20?
CREATE TABLE table_name_85 (visitor VARCHAR, date VARCHAR)
SELECT AVG(lane) FROM table_name_19 WHERE nationality = "bulgaria"
What's Bulgaria's lane?
CREATE TABLE table_name_19 (lane INTEGER, nationality VARCHAR)
SELECT launch_date_time__utc_ FROM table_name_57 WHERE payload = "gsat-4"
Tell me the launch date/time for payload of gsat-4
CREATE TABLE table_name_57 (launch_date_time__utc_ VARCHAR, payload VARCHAR)
SELECT MIN(laps) FROM table_name_47 WHERE constructor = "maserati" AND grid = 2
Who has the low lap total in a maserati with grid 2?
CREATE TABLE table_name_47 (laps INTEGER, constructor VARCHAR, grid VARCHAR)
SELECT name FROM table_name_30 WHERE moving_to = "nec nijmegen"
What is Name, when Moving To is "NEC Nijmegen"?
CREATE TABLE table_name_30 (name VARCHAR, moving_to VARCHAR)
SELECT MIN(round) FROM table_name_87 WHERE school_club_team = "ucla"
What is the lowest round of the player from UCLA?
CREATE TABLE table_name_87 (round INTEGER, school_club_team VARCHAR)
SELECT qual_1 FROM table_name_89 WHERE name = "alex tagliani"
What is Alex Tagliani's qual 1?
CREATE TABLE table_name_89 (qual_1 VARCHAR, name VARCHAR)
SELECT MAX(points) FROM table_name_19 WHERE position < 4 AND equipment = "zabel - vmc" AND bike_no < 1
What is the highest Points, when Position is less than 4, when Equipment is Zabel - VMC, and when Bike No is less than 1?
CREATE TABLE table_name_19 (points INTEGER, bike_no VARCHAR, position VARCHAR, equipment VARCHAR)
SELECT place FROM table_name_29 WHERE dance = "tango" AND points_jury = "24 (7,5,6,6)"
What was the place for the tango dance when the points was jury of 24 (7,5,6,6)?
CREATE TABLE table_name_29 (place VARCHAR, dance VARCHAR, points_jury VARCHAR)
SELECT MAX(frequency_mhz) FROM table_name_77 WHERE call_sign = "w292cu"
what is the highest frequency mhz with the call sign w292cu?
CREATE TABLE table_name_77 (frequency_mhz INTEGER, call_sign VARCHAR)
SELECT T2.first_name, T2.last_name FROM Customer_Payments AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING COUNT(*) > 2
List first name and last name of customers that have more than 2 payments.
CREATE TABLE Customers (first_name VARCHAR, last_name VARCHAR, customer_id VARCHAR); CREATE TABLE Customer_Payments (customer_id VARCHAR)
SELECT MIN(2005) FROM table_name_32 WHERE grade < 6 AND 2008 < 80 AND 2006 > 72
Which 2005 is the lowest one that has a Grade smaller than 6, and a 2008 smaller than 80, and a 2006 larger than 72?
CREATE TABLE table_name_32 (grade VARCHAR)
SELECT result FROM table_name_97 WHERE surface = "clay" AND date = "july 17, 1992"
What's the result for the clay surface edition on july 17, 1992?
CREATE TABLE table_name_97 (result VARCHAR, surface VARCHAR, date VARCHAR)
SELECT SUM(ngc_number) FROM table_name_28 WHERE declination___j2000__ = "°15′55″" AND apparent_magnitude > 10
What's the total number of NGC that has a Declination ( J2000 ) of °15′55″, and an Apparent magnitude greater than 10?
CREATE TABLE table_name_28 (ngc_number INTEGER, declination___j2000__ VARCHAR, apparent_magnitude VARCHAR)
SELECT manner_of_departure FROM table_27374004_3 WHERE team = "Cercle Brugge"
What was the manner of departure for the manager of Cercle Brugge?
CREATE TABLE table_27374004_3 (manner_of_departure VARCHAR, team VARCHAR)
SELECT reason_for_change FROM table_228439_4 WHERE successor = "Richard K. Meade ( D )"
what was the reason Richard K. Meade ( d ) became a successor?
CREATE TABLE table_228439_4 (reason_for_change VARCHAR, successor VARCHAR)
SELECT COUNT(gold) FROM table_name_27 WHERE bronze > 1 AND nation = "total" AND silver < 18
How many golds have a bronze greater than 1, total as the nation, and a silver less than 18?
CREATE TABLE table_name_27 (gold VARCHAR, silver VARCHAR, bronze VARCHAR, nation VARCHAR)
SELECT best_female_artist FROM table_22546460_4 WHERE best_male_artist = "Best Lyrical Record"
What won the Best Female Artist if Best Lyrical Record won the Best Male Artist?
CREATE TABLE table_22546460_4 (best_female_artist VARCHAR, best_male_artist VARCHAR)
SELECT MAX(draws) FROM table_14876228_1 WHERE wins = 3
Name the most draws when wins is 3
CREATE TABLE table_14876228_1 (draws INTEGER, wins VARCHAR)
SELECT score FROM table_name_59 WHERE home = "chicago black hawks" AND visitor = "new york rangers" AND date = "february 26"
What is the score of the game on February 26 with the Chicago black hawks as the home team and the New York Rangers as the visitor team?
CREATE TABLE table_name_59 (score VARCHAR, date VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT COUNT(points) FROM table_name_68 WHERE club = "landskrona bois" AND rank < 18
How many points did landskrona bois get when they were ranked below 18?
CREATE TABLE table_name_68 (points VARCHAR, club VARCHAR, rank VARCHAR)
SELECT party FROM table_26129220_2 WHERE residence = "Canton"
How many party classifications are there for the senator from Canton?
CREATE TABLE table_26129220_2 (party VARCHAR, residence VARCHAR)
SELECT MIN(jews_and_others_1) FROM table_25947046_1 WHERE localities = 11
What is the lowest jews and others 1 for the localities 11?
CREATE TABLE table_25947046_1 (jews_and_others_1 INTEGER, localities VARCHAR)
SELECT decision FROM table_name_81 WHERE home = "detroit" AND visitor = "boston"
Who made the decision when detroit was the home team and boston was the visitor?
CREATE TABLE table_name_81 (decision VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT incumbent FROM table_2668243_17 WHERE candidates = "Robert Monell (J) 63.6% Tilly Lynde 36.4%"
Name the incumbent for robert monell (j) 63.6% tilly lynde 36.4%
CREATE TABLE table_2668243_17 (incumbent VARCHAR, candidates VARCHAR)
SELECT MAX(rank) FROM table_name_52 WHERE team = "akasvayu girona" AND rebounds < 311
What is the highest rank team akasvayu girona had with less than 311 rebounds?
CREATE TABLE table_name_52 (rank INTEGER, team VARCHAR, rebounds VARCHAR)
SELECT SUM(laps) FROM table_name_54 WHERE car__number > 1 AND make = "ford" AND points = 155
What is the sum of laps that has a car number of larger than 1, is a ford, and has 155 points?
CREATE TABLE table_name_54 (laps INTEGER, points VARCHAR, car__number VARCHAR, make VARCHAR)
SELECT COUNT(*) FROM Ref_Shipping_Agents JOIN Documents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Ref_Shipping_Agents.shipping_agent_name = "USPS"
How many documents were shipped by USPS?
CREATE TABLE Documents (Id VARCHAR); CREATE TABLE Ref_Shipping_Agents (Id VARCHAR)
SELECT opponent FROM table_name_96 WHERE tv_time = "bye"
Which opponent had a bye for the TV Time?
CREATE TABLE table_name_96 (opponent VARCHAR, tv_time VARCHAR)
SELECT january__°f_ FROM table_21980_1 WHERE location = "Corner Brook"
What were the January (°F) temperatures in the Corner Brook location?
CREATE TABLE table_21980_1 (january__°f_ VARCHAR, location VARCHAR)
SELECT time FROM table_name_93 WHERE bike = "ducati 999 f06" AND grid = 15
What time was there when the bike was Ducati 999 F06 and the grid number was 15?
CREATE TABLE table_name_93 (time VARCHAR, bike VARCHAR, grid VARCHAR)
SELECT level FROM table_23649244_1 WHERE artist_1 = "Grandmaster Flash"
Which level has grandmaster flash as artist 1?
CREATE TABLE table_23649244_1 (level VARCHAR, artist_1 VARCHAR)
SELECT college FROM table_name_87 WHERE overall > 226 AND pick < 12 AND position = "ot"
What college did the player who had the position of OT come from who was pick number less than 12 and a overall pick number bigger than 226?
CREATE TABLE table_name_87 (college VARCHAR, position VARCHAR, overall VARCHAR, pick VARCHAR)
SELECT result FROM table_name_38 WHERE event = "golden reel awards"
What was the result in the Golden Reel Awards?
CREATE TABLE table_name_38 (result VARCHAR, event VARCHAR)
SELECT COUNT(title) FROM table_2623498_5 WHERE written_by = "Charleen Easton"
What is the number of titles written by Charleen Easton?
CREATE TABLE table_2623498_5 (title VARCHAR, written_by VARCHAR)
SELECT tournament FROM table_name_3 WHERE winning_score = −27(64 - 64 - 61 = 189)
What tournament had a winning score of −27 (64-64-61=189)?
CREATE TABLE table_name_3 (tournament VARCHAR, winning_score VARCHAR)
SELECT AVG(works_number) FROM table_name_57 WHERE builder = "vulcan foundry" AND name = "snowdon ranger"
What is the average work number of Snowdon Ranger with the builder Vulcan Foundry?
CREATE TABLE table_name_57 (works_number INTEGER, builder VARCHAR, name VARCHAR)
SELECT MAX(division) FROM table_1990460_1
What's the highest division number through the years?
CREATE TABLE table_1990460_1 (division INTEGER)
SELECT DISTINCT T1.forename FROM drivers AS T1 JOIN driverstandings AS T2 ON T1.driverid = T2.driverid WHERE T2.position = 1 AND T2.wins = 1 AND T2.points > 20
Find all the forenames of distinct drivers who won in position 1 as driver standing and had more than 20 points?
CREATE TABLE drivers (forename VARCHAR, driverid VARCHAR); CREATE TABLE driverstandings (driverid VARCHAR, points VARCHAR, position VARCHAR, wins VARCHAR)
SELECT rnd FROM table_13643320_2 WHERE gtp_winning_team = "#56 Blue Thunder Racing" AND gto_winning_team = "#38 Mandeville Auto Tech"
What us the number of the round during which #56 Blue Thunder Racing become the GTP winning team and #38 Mandeville Auto Tech became the GTO winning team?
CREATE TABLE table_13643320_2 (rnd VARCHAR, gtp_winning_team VARCHAR, gto_winning_team VARCHAR)
SELECT overs FROM table_18914438_1 WHERE career = "1993-2007"
What was the Overs score of the career played from 1993-2007?
CREATE TABLE table_18914438_1 (overs VARCHAR, career VARCHAR)
SELECT COUNT(DISTINCT allergy) FROM Allergy_type
How many allergies are there?
CREATE TABLE Allergy_type (allergy VARCHAR)
SELECT home_team FROM table_name_39 WHERE venue = "lake oval"
Which team plays at Lake Oval?
CREATE TABLE table_name_39 (home_team VARCHAR, venue VARCHAR)
SELECT first_party FROM table_name_82 WHERE year < 1857 AND first_member = "lord john hay"
What is the first party for Lord John Hay earlier than 1857?
CREATE TABLE table_name_82 (first_party VARCHAR, year VARCHAR, first_member VARCHAR)
SELECT score FROM table_name_17 WHERE player = "hal sutton"
What score has hal sutton as the player?
CREATE TABLE table_name_17 (score VARCHAR, player VARCHAR)
SELECT rank FROM table_name_22 WHERE votes > 2 OFFSET 211
What is the rank of the candidate with more than 2,211 votes?
CREATE TABLE table_name_22 (rank VARCHAR, votes INTEGER)
SELECT pennant FROM table_name_13 WHERE name = "narbada"
What pennant does Narbada have?
CREATE TABLE table_name_13 (pennant VARCHAR, name VARCHAR)
SELECT high_assists FROM table_name_21 WHERE team = "l.a. lakers"
Who had the highest assists on the l.a. lakers?
CREATE TABLE table_name_21 (high_assists VARCHAR, team VARCHAR)
SELECT institution FROM table_29612224_1 WHERE school_website = "http://www.mfschools.org/high/"
What's the name of the city or town of the school that operates the http://www.mfschools.org/high/ website?
CREATE TABLE table_29612224_1 (institution VARCHAR, school_website VARCHAR)
SELECT r_epp FROM table_name_97 WHERE ed_zacharias = "rollen, jerolt, golt"
Which of the R. Epp, has Ed Zacharias from Rollen, Jerolt, Golt?
CREATE TABLE table_name_97 (r_epp VARCHAR, ed_zacharias VARCHAR)
SELECT MAX(total) FROM table_15988037_24 WHERE average = "28.5"
What is the maximum total in which the average is 28.5?
CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR)
SELECT project_name FROM table_name_38 WHERE peak = "40" AND country = "usa"
What was the name of the project that peaked at 40 and was in the USA?
CREATE TABLE table_name_38 (project_name VARCHAR, peak VARCHAR, country VARCHAR)
SELECT laps FROM table_name_7 WHERE constructor = "renault" AND driver = "fernando alonso"
How many laps were there when the constructor was Renault, and when the Driver was Fernando Alonso?
CREATE TABLE table_name_7 (laps VARCHAR, constructor VARCHAR, driver VARCHAR)
SELECT played FROM table_12807904_5 WHERE points = "80"
How many played where the points were 80?
CREATE TABLE table_12807904_5 (played VARCHAR, points VARCHAR)
SELECT home_town FROM table_name_67 WHERE weight = 201
Which Home Town had the weight of 201?
CREATE TABLE table_name_67 (home_town VARCHAR, weight VARCHAR)
SELECT tuner FROM table_name_86 WHERE season > 2004 AND driver = "gaurav gill" AND team = "team mrf" AND governing_body = "mai"
Who is the tuner after season 2004 with Gaurav Gill as the driver, Team MRF, and Mai governing body?
CREATE TABLE table_name_86 (tuner VARCHAR, governing_body VARCHAR, team VARCHAR, season VARCHAR, driver VARCHAR)
SELECT directed_by FROM table_22347090_4 WHERE production_code = "3X6752"
Who directed the episode that has 3x6752 listed as the production code?
CREATE TABLE table_22347090_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT MAX(attendance) FROM table_name_68 WHERE week = 9
What is the highest attendance of the game on week 9?
CREATE TABLE table_name_68 (attendance INTEGER, week VARCHAR)
SELECT vote FROM table_1272844_2 WHERE finish = "10th voted Out 3rd Jury Member Day 30"
What was the vote on the episode where the finish was "10th voted out 3rd jury member day 30"?
CREATE TABLE table_1272844_2 (vote VARCHAR, finish VARCHAR)
SELECT municipality FROM table_name_34 WHERE party = "lega friuli-vg" AND election < 2011
Which municipality has a party of Lega Friuli-VG that won elections before 2011?
CREATE TABLE table_name_34 (municipality VARCHAR, party VARCHAR, election VARCHAR)
SELECT college FROM table_name_59 WHERE position = "db" AND cfl_team = "winnipeg blue bombers"
What is the College with a Position of db, and the CFL Team was Winnipeg Blue Bombers?
CREATE TABLE table_name_59 (college VARCHAR, position VARCHAR, cfl_team VARCHAR)
SELECT COUNT(silver) FROM table_name_30 WHERE nation = "hungary" AND rank > 10
How many silvers have a Nation of hungary, and a Rank larger than 10?
CREATE TABLE table_name_30 (silver VARCHAR, nation VARCHAR, rank VARCHAR)
SELECT SUM(rank) FROM table_name_91 WHERE gold < 0
What is the number for rank when gold is less than 0?
CREATE TABLE table_name_91 (rank INTEGER, gold INTEGER)
SELECT reason_for_change FROM table_1694505_4 WHERE district = "Wisconsin 2nd"
In the district Wisconsin 2nd, what was the reason for change?
CREATE TABLE table_1694505_4 (reason_for_change VARCHAR, district VARCHAR)
SELECT proto_austronesian FROM table_15568886_14 WHERE proto_oceanic = "*pine, *papine"
Name the proto-austrronesian for *pine, *papine
CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR)
SELECT SUM(week) FROM table_name_63 WHERE attendance = "74,347"
How many weeks was there an attendance of 74,347?
CREATE TABLE table_name_63 (week INTEGER, attendance VARCHAR)
SELECT MAX(matches) FROM table_name_35 WHERE wickets > 13 AND team = "australia" AND best_bowling = "5/36" AND average < 23.33
What is the highest number of matches for Australia when the wickets are more than 13, the average is less than 23.33, and the best bowling is 5/36?
CREATE TABLE table_name_35 (matches INTEGER, average VARCHAR, best_bowling VARCHAR, wickets VARCHAR, team VARCHAR)
SELECT COUNT(goals_conceded) FROM table_name_54 WHERE place < 8 AND played > 18
If the place is smaller than 8 and they played more than 18, what is the total number of goals conceded?
CREATE TABLE table_name_54 (goals_conceded VARCHAR, place VARCHAR, played VARCHAR)
SELECT AVG(year) FROM table_name_87 WHERE issue_price = "$94.95" AND theme = "amethyst crystal"
What year had an issue price of $94.95 and theme of Amethyst crystal?
CREATE TABLE table_name_87 (year INTEGER, issue_price VARCHAR, theme VARCHAR)
SELECT sponsor_s_ FROM table_name_77 WHERE date_introduced = "june 9, 2011"
Who sponsored the bill introduced on June 9, 2011?
CREATE TABLE table_name_77 (sponsor_s_ VARCHAR, date_introduced VARCHAR)
SELECT laid_down FROM table_name_76 WHERE name = "fubuki"
What is the date the Fubuki ship laid down?
CREATE TABLE table_name_76 (laid_down VARCHAR, name VARCHAR)