Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
31,800
<question>: Name the vote for gigit <context>: CREATE TABLE table_16976547_2 (vote VARCHAR, eliminated VARCHAR)
SELECT vote FROM table_16976547_2 WHERE eliminated = "Gigit"
31,801
<question>: Name the finish for patani <context>: CREATE TABLE table_16976547_2 (finish VARCHAR, eliminated VARCHAR)
SELECT finish FROM table_16976547_2 WHERE eliminated = "Patani"
31,802
<question>: Name the total number of immunity for cycle number of 13 <context>: CREATE TABLE table_16976547_2 (immunity VARCHAR, cycle_no VARCHAR)
SELECT COUNT(immunity) FROM table_16976547_2 WHERE cycle_no = "13"
31,803
<question>: For the NBC network, what was the new/returning/same network status? <context>: CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, previous_network VARCHAR)
SELECT new_returning_same_network FROM table_169766_13 WHERE previous_network = "NBC"
31,804
<question>: Which show was sent to syndication for its new/returning/same network. <context>: CREATE TABLE table_169766_13 (show VARCHAR, new_returning_same_network VARCHAR)
SELECT show FROM table_169766_13 WHERE new_returning_same_network = "Syndication"
31,805
<question>: What is the new/returning/same network name for This Week in Baseball? <context>: CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, show VARCHAR)
SELECT new_returning_same_network FROM table_169766_13 WHERE show = "This Week in Baseball"
31,806
<question>: Which show as previously on The Family Channel? <context>: CREATE TABLE table_169766_13 (show VARCHAR, previous_network VARCHAR)
SELECT show FROM table_169766_13 WHERE previous_network = "The Family Channel"
31,807
<question>: Did the name change for the program last aired in 1958? <context>: CREATE TABLE table_169766_13 (retitled_as_same VARCHAR, last_aired VARCHAR)
SELECT retitled_as_same FROM table_169766_13 WHERE last_aired = 1958
31,808
<question>: What was the rating of the episode with an overall ranking of 190? <context>: CREATE TABLE table_16993379_1 (rating VARCHAR, rank__overall_ VARCHAR)
SELECT rating FROM table_16993379_1 WHERE rank__overall_ = "190"
31,809
<question>: How many were the shares when the viewers reached 3.11 million? <context>: CREATE TABLE table_16993379_1 (share VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(share) FROM table_16993379_1 WHERE viewers__millions_ = "3.11"
31,810
<question>: Name the saka era for malayalam മിഥുനം <context>: CREATE TABLE table_169955_1 (saka_era VARCHAR, in_malayalam VARCHAR)
SELECT saka_era FROM table_169955_1 WHERE in_malayalam = "മിഥുനം"
31,811
<question>: Name the months in the malayalam era for കുംഭം <context>: CREATE TABLE table_169955_1 (months_in_malayalam_era VARCHAR, in_malayalam VARCHAR)
SELECT months_in_malayalam_era FROM table_169955_1 WHERE in_malayalam = "കുംഭം"
31,812
<question>: Name the sign of zodiac for chithirai <context>: CREATE TABLE table_169955_1 (sign_of_zodiac VARCHAR, tamil_calendar VARCHAR)
SELECT sign_of_zodiac FROM table_169955_1 WHERE tamil_calendar = "Chithirai"
31,813
<question>: Name the saka era for sign of zodiac being pisces <context>: CREATE TABLE table_169955_1 (saka_era VARCHAR, sign_of_zodiac VARCHAR)
SELECT saka_era FROM table_169955_1 WHERE sign_of_zodiac = "Pisces"
31,814
<question>: Name the number of gregorian calenda rof gemini <context>: CREATE TABLE table_169955_1 (gregorian_calendar VARCHAR, sign_of_zodiac VARCHAR)
SELECT COUNT(gregorian_calendar) FROM table_169955_1 WHERE sign_of_zodiac = "Gemini"
31,815
<question>: For High Assists of Raymond Felton (12), who were the High rebounds? <context>: CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "Raymond Felton (12)"
31,816
<question>: On what date was the team Philadelphia? <context>: CREATE TABLE table_17001658_10 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17001658_10 WHERE team = "Philadelphia"
31,817
<question>: Who was the high rebound for the high assists of d. j. augustin (8)? <context>: CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "D. J. Augustin (8)"
31,818
<question>: What was the final score of the game with gerald wallace (14) as the High Rebound? <context>: CREATE TABLE table_17001658_10 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_17001658_10 WHERE high_rebounds = "Gerald Wallace (14)"
31,819
<question>: What was the final score in game 15? <context>: CREATE TABLE table_17001658_5 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17001658_5 WHERE game = 15
31,820
<question>: Who had the most assists and how many did they have in the game against Miami? <context>: CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_17001658_5 WHERE team = "Miami"
31,821
<question>: Name the location attendance for game 55 <context>: CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17001658_8 WHERE game = 55
31,822
<question>: Who got the game high rebounds in game 46? <context>: CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_17001658_7 WHERE game = 46
31,823
<question>: How many scores are listed for game 37? <context>: CREATE TABLE table_17001658_7 (score VARCHAR, game VARCHAR)
SELECT COUNT(score) FROM table_17001658_7 WHERE game = 37
31,824
<question>: What date was the opposing team Milwaukee? <context>: CREATE TABLE table_17001658_7 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17001658_7 WHERE team = "Milwaukee"
31,825
<question>: What is the pressure in ultra high vacuum? <context>: CREATE TABLE table_170097_1 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)
SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = "Ultra high vacuum"
31,826
<question>: what is the nightly rank where the episode number production number is 06 1-06? <context>: CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR)
SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = "06 1-06"
31,827
<question>: what is the number of weekly rank where the total is 1980000? <context>: CREATE TABLE table_17004367_3 (weekly_rank VARCHAR, total VARCHAR)
SELECT COUNT(weekly_rank) FROM table_17004367_3 WHERE total = 1980000
31,828
<question>: Name the high assists for 70 game <context>: CREATE TABLE table_17001658_9 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_17001658_9 WHERE game = 70
31,829
<question>: Name the pe̍h-ōe-jī for 前金區 <context>: CREATE TABLE table_17015_2 (pe̍h_ōe_jī VARCHAR, chinese VARCHAR)
SELECT pe̍h_ōe_jī FROM table_17015_2 WHERE chinese = "前金區"
31,830
<question>: Name the number where population 2010 is 171906 <context>: CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR)
SELECT no FROM table_17015_2 WHERE population__2010_ = 171906
31,831
<question>: Name the tongyong for chinese of 湖內區 <context>: CREATE TABLE table_17015_2 (tongyong VARCHAR, chinese VARCHAR)
SELECT tongyong FROM table_17015_2 WHERE chinese = "湖內區"
31,832
<question>: Name the tongyong for qiaotou <context>: CREATE TABLE table_17015_2 (tongyong VARCHAR, hanyu VARCHAR)
SELECT COUNT(tongyong) FROM table_17015_2 WHERE hanyu = "Qiaotou"
31,833
<question>: How many pixels would be found in a hardware colour of 8? <context>: CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR)
SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8
31,834
<question>: If hardware colours is 8 what would the char cells be? <context>: CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR)
SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8
31,835
<question>: Name the year for le confessional <context>: CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Le Confessional"
31,836
<question>: Name the year for les portes tournantes <context>: CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Les portes tournantes"
31,837
<question>: Of the teams that lost 5 games, what is the highest number of wins? <context>: CREATE TABLE table_17012578_37 (w INTEGER, l VARCHAR)
SELECT MAX(w) FROM table_17012578_37 WHERE l = 5
31,838
<question>: What is the highest number of ends lost? <context>: CREATE TABLE table_17012578_37 (Ends INTEGER)
SELECT MAX(Ends) AS lost FROM table_17012578_37
31,839
<question>: How many values are in the ends won cell corresponding to a PA of 39? <context>: CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR)
SELECT COUNT(Ends) AS won FROM table_17012578_37 WHERE pa = 39
31,840
<question>: Who was Alberta's skip when the shot pct was 88? <context>: CREATE TABLE table_17012578_6 (skip VARCHAR, shot_pct VARCHAR, province VARCHAR)
SELECT skip FROM table_17012578_6 WHERE shot_pct = 88 AND province = "Alberta"
31,841
<question>: What is the top Points Allowed? <context>: CREATE TABLE table_17012578_6 (pa INTEGER)
SELECT MAX(pa) FROM table_17012578_6
31,842
<question>: When the blank ends at 1, what is the PA? <context>: CREATE TABLE table_17012578_6 (pa VARCHAR, blank_ends VARCHAR)
SELECT COUNT(pa) FROM table_17012578_6 WHERE blank_ends = 1
31,843
<question>: How many times did the team play charlotte? <context>: CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR)
SELECT COUNT(record) FROM table_17058116_6 WHERE team = "Charlotte"
31,844
<question>: What day did the team play charlotte? <context>: CREATE TABLE table_17058116_6 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17058116_6 WHERE team = "Charlotte"
31,845
<question>: When was the game with score l 99–107 (ot) <context>: CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR)
SELECT date FROM table_17058116_7 WHERE score = "L 99–107 (OT)"
31,846
<question>: Where was the game with record 20–23 and how many people attended it <context>: CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_17058116_7 WHERE record = "20–23"
31,847
<question>: Who scored highest rebounds high points is charlie villanueva (32) <context>: CREATE TABLE table_17058116_7 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_17058116_7 WHERE high_points = "Charlie Villanueva (32)"
31,848
<question>: What is the score of game 46 <context>: CREATE TABLE table_17058116_7 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17058116_7 WHERE game = 46
31,849
<question>: Who scored the high points on the date November 2? <context>: CREATE TABLE table_17058116_5 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_17058116_5 WHERE date = "November 2"
31,850
<question>: In how many locations did Game 13 take place? <context>: CREATE TABLE table_17058116_5 (location_attendance VARCHAR, game VARCHAR)
SELECT COUNT(location_attendance) FROM table_17058116_5 WHERE game = 13
31,851
<question>: Where was the game that took place in November 21 located and how many attended? <context>: CREATE TABLE table_17058116_5 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17058116_5 WHERE date = "November 21"
31,852
<question>: Name the high reobounds for april 7 <context>: CREATE TABLE table_17058178_11 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_17058178_11 WHERE date = "April 7"
31,853
<question>: How many games was game 43? <context>: CREATE TABLE table_17058151_7 (record VARCHAR, game VARCHAR)
SELECT COUNT(record) FROM table_17058151_7 WHERE game = 43
31,854
<question>: Name the total number of high rebounds for february 10 <context>: CREATE TABLE table_17058151_8 (high_rebounds VARCHAR, date VARCHAR)
SELECT COUNT(high_rebounds) FROM table_17058151_8 WHERE date = "February 10"
31,855
<question>: Name the record for december 6 <context>: CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR)
SELECT record FROM table_17058151_6 WHERE date = "December 6"
31,856
<question>: What was the final score in game 38? <context>: CREATE TABLE table_17058178_8 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17058178_8 WHERE game = 38
31,857
<question>: Who did the Trail Blazers play on January 2? <context>: CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR)
SELECT team FROM table_17058178_8 WHERE date = "January 2"
31,858
<question>: On how many dates did the Timberwolves play Phoenix? <context>: CREATE TABLE table_17058226_10 (date VARCHAR, team VARCHAR)
SELECT COUNT(date) FROM table_17058226_10 WHERE team = "Phoenix"
31,859
<question>: What was the Timberwolves' record on April 3? <context>: CREATE TABLE table_17058226_10 (record VARCHAR, date VARCHAR)
SELECT record FROM table_17058226_10 WHERE date = "April 3"
31,860
<question>: Where are all of Utah's games held and how many have attended? <context>: CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
31,861
<question>: Who performed all the high rebounds when craig smith (4) was the lead for high assists? <context>: CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17058226_5 WHERE high_assists = "Craig Smith (4)"
31,862
<question>: Who had all the high rebounds when kevin love (20) scored the highest points? <context>: CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
31,863
<question>: What opposing team was playing when sebastian telfair (7) had the highest assists? <context>: CREATE TABLE table_17058226_5 (team VARCHAR, high_assists VARCHAR)
SELECT team FROM table_17058226_5 WHERE high_assists = "Sebastian Telfair (7)"
31,864
<question>: Name the score for january 26 <context>: CREATE TABLE table_17058226_7 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17058226_7 WHERE date = "January 26"
31,865
<question>: Who did the high points in the game played on April 12? <context>: CREATE TABLE table_17060277_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_17060277_10 WHERE date = "April 12"
31,866
<question>: What is the constructor when the Q1 order is 4? <context>: CREATE TABLE table_1706942_1 (constructor VARCHAR, q1_order VARCHAR)
SELECT constructor FROM table_1706942_1 WHERE q1_order = 4
31,867
<question>: What is the Q1 order for Felipe Massa? <context>: CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR)
SELECT MAX(q1_order) FROM table_1706942_1 WHERE driver = "Felipe Massa"
31,868
<question>: What is the Q1 time for the driver with Q1 order of 6? <context>: CREATE TABLE table_1706942_1 (q1_time VARCHAR, q1_order VARCHAR)
SELECT q1_time FROM table_1706942_1 WHERE q1_order = 6
31,869
<question>: How many Q1 figures are given for Alexander Wurz? <context>: CREATE TABLE table_1706942_1 (q1_order VARCHAR, driver VARCHAR)
SELECT COUNT(q1_order) FROM table_1706942_1 WHERE driver = "Alexander Wurz"
31,870
<question>: Who all had the most assists in game 12? <context>: CREATE TABLE table_17060277_5 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_17060277_5 WHERE game = 12
31,871
<question>: Which position offers winnings of $4,228,889? <context>: CREATE TABLE table_1708014_1 (position VARCHAR, winnings VARCHAR)
SELECT position FROM table_1708014_1 WHERE winnings = "$4,228,889"
31,872
<question>: How many poles did team #14 ginn racing have? <context>: CREATE TABLE table_1708014_1 (poles VARCHAR, team_s_ VARCHAR)
SELECT poles FROM table_1708014_1 WHERE team_s_ = "#14 Ginn Racing"
31,873
<question>: When the poles are 0 and the position is 14th, how much are the winnings? <context>: CREATE TABLE table_1708014_1 (winnings VARCHAR, poles VARCHAR, position VARCHAR)
SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = "14th"
31,874
<question>: Which start won $1,301,370? <context>: CREATE TABLE table_1708014_1 (starts VARCHAR, winnings VARCHAR)
SELECT starts FROM table_1708014_1 WHERE winnings = "$1,301,370"
31,875
<question>: For team #40 chip ganassi racing which top 5 is the highest where top 10 is 5? <context>: CREATE TABLE table_1708014_1 (top_5 INTEGER, top_10 VARCHAR, team_s_ VARCHAR)
SELECT MAX(top_5) FROM table_1708014_1 WHERE top_10 = 5 AND team_s_ = "#40 Chip Ganassi Racing"
31,876
<question>: what is the posisiotn where the start is 3? <context>: CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR)
SELECT position FROM table_1708014_2 WHERE starts = 3
31,877
<question>: what is the team where winnings is $81,690? <context>: CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR)
SELECT team_s_ FROM table_1708014_2 WHERE winnings = "$81,690"
31,878
<question>: What was the attendance of the Indiana game? <context>: CREATE TABLE table_17080868_7 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_17080868_7 WHERE team = "Indiana"
31,879
<question>: What is the trans 2 duration if the biking stage is covered within 58:20? <context>: CREATE TABLE table_17085947_32 (trans_2 VARCHAR, bike__40km_ VARCHAR)
SELECT trans_2 FROM table_17085947_32 WHERE bike__40km_ = "58:20"
31,880
<question>: What is the trans 2 duration if the total time is 1:51:19.45? <context>: CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR)
SELECT trans_2 FROM table_17085947_32 WHERE total_time = "1:51:19.45"
31,881
<question>: What was the duration of Daniela Ryf's swimming stage? <context>: CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR)
SELECT swim__15km_ FROM table_17085947_32 WHERE athlete = "Daniela Ryf"
31,882
<question>: How many athletes completed a trans 1 within 0:26? <context>: CREATE TABLE table_17085947_32 (athlete VARCHAR, trans_1 VARCHAR)
SELECT COUNT(athlete) FROM table_17085947_32 WHERE trans_1 = "0:26"
31,883
<question>: Who was the athlete that covered biking within 58:52? <context>: CREATE TABLE table_17085947_32 (athlete VARCHAR, bike__40km_ VARCHAR)
SELECT athlete FROM table_17085947_32 WHERE bike__40km_ = "58:52"
31,884
<question>: All high points are team new york. <context>: CREATE TABLE table_17080868_8 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_17080868_8 WHERE team = "New York"
31,885
<question>: February 12 is the date for all location attendance. <context>: CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17080868_8 WHERE date = "February 12"
31,886
<question>: 54 is the game where location attendance are. <context>: CREATE TABLE table_17080868_8 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17080868_8 WHERE game = 54
31,887
<question>: All high points were record by corey maggette (25). <context>: CREATE TABLE table_17080868_8 (record VARCHAR, high_points VARCHAR)
SELECT record FROM table_17080868_8 WHERE high_points = "Corey Maggette (25)"
31,888
<question>: what is the total number of attendance where the date is december 29? <context>: CREATE TABLE table_17080868_6 (location_attendance VARCHAR, date VARCHAR)
SELECT COUNT(location_attendance) FROM table_17080868_6 WHERE date = "December 29"
31,889
<question>: What was the manner in which Petrik Sander departed? <context>: CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
SELECT manner_of_departure FROM table_17085981_2 WHERE outgoing_manager = "Petrik Sander"
31,890
<question>: What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers? <context>: CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR)
SELECT manner_of_departure FROM table_17085981_2 WHERE team = "Stuttgarter Kickers" AND outgoing_manager = "Edgar Schmitt"
31,891
<question>: What was the date of appointment when Jürgen Kohler was the outgoing manager? <context>: CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_appointment FROM table_17085981_2 WHERE outgoing_manager = "Jürgen Kohler"
31,892
<question>: How many appointment dates were recorded when Jürgen Kohler was the replaced by? <context>: CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
SELECT COUNT(date_of_appointment) FROM table_17085981_2 WHERE replaced_by = "Jürgen Kohler"
31,893
<question>: What are the swimsuit scores of participants with score 9.366 in interview <context>: CREATE TABLE table_17088705_2 (swimsuit VARCHAR, interview VARCHAR)
SELECT swimsuit FROM table_17088705_2 WHERE interview = "9.366"
31,894
<question>: State average scores of participants from arizona <context>: CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR)
SELECT average FROM table_17088705_2 WHERE country = "Arizona"
31,895
<question>: Number of participants with a score 8.895 in preliminary <context>: CREATE TABLE table_17088705_2 (interview VARCHAR, preliminary VARCHAR)
SELECT COUNT(interview) FROM table_17088705_2 WHERE preliminary = "8.895"
31,896
<question>: Evening gown scores of participants with 8.988 swimsuit score <context>: CREATE TABLE table_17088705_2 (evening_gown VARCHAR, swimsuit VARCHAR)
SELECT evening_gown FROM table_17088705_2 WHERE swimsuit = "8.988"
31,897
<question>: What are the average scores of participants with 9.226 in evening gown <context>: CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR)
SELECT average FROM table_17088705_2 WHERE evening_gown = "9.226"
31,898
<question>: Give swimsuit scores of participants 8.847 in preliminary <context>: CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR)
SELECT swimsuit FROM table_17088705_2 WHERE preliminary = "8.847"
31,899
<question>: What is the official name of the land with an area of 276.84 km2? <context>: CREATE TABLE table_170958_2 (official_name VARCHAR, area_km_2 VARCHAR)
SELECT official_name FROM table_170958_2 WHERE area_km_2 = "276.84"