question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Name the vote for gigit | CREATE TABLE table_16976547_2 (vote VARCHAR, eliminated VARCHAR) | {
"SQL_Query": "SELECT vote FROM table_16976547_2 WHERE eliminated = \"Gigit\""
} |
Name the finish for patani | CREATE TABLE table_16976547_2 (finish VARCHAR, eliminated VARCHAR) | {
"SQL_Query": "SELECT finish FROM table_16976547_2 WHERE eliminated = \"Patani\""
} |
Name the total number of immunity for cycle number of 13 | CREATE TABLE table_16976547_2 (immunity VARCHAR, cycle_no VARCHAR) | {
"SQL_Query": "SELECT COUNT(immunity) FROM table_16976547_2 WHERE cycle_no = \"13\""
} |
For the NBC network, what was the new/returning/same network status? | CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, previous_network VARCHAR) | {
"SQL_Query": "SELECT new_returning_same_network FROM table_169766_13 WHERE previous_network = \"NBC\""
} |
Which show was sent to syndication for its new/returning/same network. | CREATE TABLE table_169766_13 (show VARCHAR, new_returning_same_network VARCHAR) | {
"SQL_Query": "SELECT show FROM table_169766_13 WHERE new_returning_same_network = \"Syndication\""
} |
What is the new/returning/same network name for This Week in Baseball? | CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, show VARCHAR) | {
"SQL_Query": "SELECT new_returning_same_network FROM table_169766_13 WHERE show = \"This Week in Baseball\""
} |
Which show as previously on The Family Channel? | CREATE TABLE table_169766_13 (show VARCHAR, previous_network VARCHAR) | {
"SQL_Query": "SELECT show FROM table_169766_13 WHERE previous_network = \"The Family Channel\""
} |
Did the name change for the program last aired in 1958? | CREATE TABLE table_169766_13 (retitled_as_same VARCHAR, last_aired VARCHAR) | {
"SQL_Query": "SELECT retitled_as_same FROM table_169766_13 WHERE last_aired = 1958"
} |
What was the rating of the episode with an overall ranking of 190? | CREATE TABLE table_16993379_1 (rating VARCHAR, rank__overall_ VARCHAR) | {
"SQL_Query": "SELECT rating FROM table_16993379_1 WHERE rank__overall_ = \"190\""
} |
How many were the shares when the viewers reached 3.11 million? | CREATE TABLE table_16993379_1 (share VARCHAR, viewers__millions_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(share) FROM table_16993379_1 WHERE viewers__millions_ = \"3.11\""
} |
Name the saka era for malayalam മിഥുനം | CREATE TABLE table_169955_1 (saka_era VARCHAR, in_malayalam VARCHAR) | {
"SQL_Query": "SELECT saka_era FROM table_169955_1 WHERE in_malayalam = \"മിഥുനം\""
} |
Name the months in the malayalam era for കുംഭം | CREATE TABLE table_169955_1 (months_in_malayalam_era VARCHAR, in_malayalam VARCHAR) | {
"SQL_Query": "SELECT months_in_malayalam_era FROM table_169955_1 WHERE in_malayalam = \"കുംഭം\""
} |
Name the sign of zodiac for chithirai | CREATE TABLE table_169955_1 (sign_of_zodiac VARCHAR, tamil_calendar VARCHAR) | {
"SQL_Query": "SELECT sign_of_zodiac FROM table_169955_1 WHERE tamil_calendar = \"Chithirai\""
} |
Name the saka era for sign of zodiac being pisces | CREATE TABLE table_169955_1 (saka_era VARCHAR, sign_of_zodiac VARCHAR) | {
"SQL_Query": "SELECT saka_era FROM table_169955_1 WHERE sign_of_zodiac = \"Pisces\""
} |
Name the number of gregorian calenda rof gemini | CREATE TABLE table_169955_1 (gregorian_calendar VARCHAR, sign_of_zodiac VARCHAR) | {
"SQL_Query": "SELECT COUNT(gregorian_calendar) FROM table_169955_1 WHERE sign_of_zodiac = \"Gemini\""
} |
For High Assists of Raymond Felton (12), who were the High rebounds? | CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = \"Raymond Felton (12)\""
} |
On what date was the team Philadelphia? | CREATE TABLE table_17001658_10 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_17001658_10 WHERE team = \"Philadelphia\""
} |
Who was the high rebound for the high assists of d. j. augustin (8)? | CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = \"D. J. Augustin (8)\""
} |
What was the final score of the game with gerald wallace (14) as the High Rebound? | CREATE TABLE table_17001658_10 (record VARCHAR, high_rebounds VARCHAR) | {
"SQL_Query": "SELECT record FROM table_17001658_10 WHERE high_rebounds = \"Gerald Wallace (14)\""
} |
What was the final score in game 15? | CREATE TABLE table_17001658_5 (score VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT score FROM table_17001658_5 WHERE game = 15"
} |
Who had the most assists and how many did they have in the game against Miami? | CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_17001658_5 WHERE team = \"Miami\""
} |
Name the location attendance for game 55 | CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17001658_8 WHERE game = 55"
} |
Who got the game high rebounds in game 46? | CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17001658_7 WHERE game = 46"
} |
How many scores are listed for game 37? | CREATE TABLE table_17001658_7 (score VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(score) FROM table_17001658_7 WHERE game = 37"
} |
What date was the opposing team Milwaukee? | CREATE TABLE table_17001658_7 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_17001658_7 WHERE team = \"Milwaukee\""
} |
What is the pressure in ultra high vacuum? | CREATE TABLE table_170097_1 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR) | {
"SQL_Query": "SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = \"Ultra high vacuum\""
} |
what is the nightly rank where the episode number production number is 06 1-06? | CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR) | {
"SQL_Query": "SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = \"06 1-06\""
} |
what is the number of weekly rank where the total is 1980000? | CREATE TABLE table_17004367_3 (weekly_rank VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT COUNT(weekly_rank) FROM table_17004367_3 WHERE total = 1980000"
} |
Name the high assists for 70 game | CREATE TABLE table_17001658_9 (high_assists VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_17001658_9 WHERE game = 70"
} |
Name the pe̍h-ōe-jī for 前金區 | CREATE TABLE table_17015_2 (pe̍h_ōe_jī VARCHAR, chinese VARCHAR) | {
"SQL_Query": "SELECT pe̍h_ōe_jī FROM table_17015_2 WHERE chinese = \"前金區\""
} |
Name the number where population 2010 is 171906 | CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR) | {
"SQL_Query": "SELECT no FROM table_17015_2 WHERE population__2010_ = 171906"
} |
Name the tongyong for chinese of 湖內區 | CREATE TABLE table_17015_2 (tongyong VARCHAR, chinese VARCHAR) | {
"SQL_Query": "SELECT tongyong FROM table_17015_2 WHERE chinese = \"湖內區\""
} |
Name the tongyong for qiaotou | CREATE TABLE table_17015_2 (tongyong VARCHAR, hanyu VARCHAR) | {
"SQL_Query": "SELECT COUNT(tongyong) FROM table_17015_2 WHERE hanyu = \"Qiaotou\""
} |
How many pixels would be found in a hardware colour of 8? | CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR) | {
"SQL_Query": "SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8"
} |
If hardware colours is 8 what would the char cells be? | CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR) | {
"SQL_Query": "SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8"
} |
Name the year for le confessional | CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = \"Le Confessional\""
} |
Name the year for les portes tournantes | CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = \"Les portes tournantes\""
} |
Of the teams that lost 5 games, what is the highest number of wins? | CREATE TABLE table_17012578_37 (w INTEGER, l VARCHAR) | {
"SQL_Query": "SELECT MAX(w) FROM table_17012578_37 WHERE l = 5"
} |
What is the highest number of ends lost? | CREATE TABLE table_17012578_37 (Ends INTEGER) | {
"SQL_Query": "SELECT MAX(Ends) AS lost FROM table_17012578_37"
} |
How many values are in the ends won cell corresponding to a PA of 39? | CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR) | {
"SQL_Query": "SELECT COUNT(Ends) AS won FROM table_17012578_37 WHERE pa = 39"
} |
Who was Alberta's skip when the shot pct was 88? | CREATE TABLE table_17012578_6 (skip VARCHAR, shot_pct VARCHAR, province VARCHAR) | {
"SQL_Query": "SELECT skip FROM table_17012578_6 WHERE shot_pct = 88 AND province = \"Alberta\""
} |
What is the top Points Allowed? | CREATE TABLE table_17012578_6 (pa INTEGER) | {
"SQL_Query": "SELECT MAX(pa) FROM table_17012578_6"
} |
When the blank ends at 1, what is the PA? | CREATE TABLE table_17012578_6 (pa VARCHAR, blank_ends VARCHAR) | {
"SQL_Query": "SELECT COUNT(pa) FROM table_17012578_6 WHERE blank_ends = 1"
} |
How many times did the team play charlotte? | CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT COUNT(record) FROM table_17058116_6 WHERE team = \"Charlotte\""
} |
What day did the team play charlotte? | CREATE TABLE table_17058116_6 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT date FROM table_17058116_6 WHERE team = \"Charlotte\""
} |
When was the game with score l 99–107 (ot) | CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT date FROM table_17058116_7 WHERE score = \"L 99–107 (OT)\""
} |
Where was the game with record 20–23 and how many people attended it | CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17058116_7 WHERE record = \"20–23\""
} |
Who scored highest rebounds high points is charlie villanueva (32) | CREATE TABLE table_17058116_7 (high_rebounds VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17058116_7 WHERE high_points = \"Charlie Villanueva (32)\""
} |
What is the score of game 46 | CREATE TABLE table_17058116_7 (score VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT score FROM table_17058116_7 WHERE game = 46"
} |
Who scored the high points on the date November 2? | CREATE TABLE table_17058116_5 (high_points VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_17058116_5 WHERE date = \"November 2\""
} |
In how many locations did Game 13 take place? | CREATE TABLE table_17058116_5 (location_attendance VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(location_attendance) FROM table_17058116_5 WHERE game = 13"
} |
Where was the game that took place in November 21 located and how many attended? | CREATE TABLE table_17058116_5 (location_attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17058116_5 WHERE date = \"November 21\""
} |
Name the high reobounds for april 7 | CREATE TABLE table_17058178_11 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17058178_11 WHERE date = \"April 7\""
} |
How many games was game 43? | CREATE TABLE table_17058151_7 (record VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(record) FROM table_17058151_7 WHERE game = 43"
} |
Name the total number of high rebounds for february 10 | CREATE TABLE table_17058151_8 (high_rebounds VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_rebounds) FROM table_17058151_8 WHERE date = \"February 10\""
} |
Name the record for december 6 | CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT record FROM table_17058151_6 WHERE date = \"December 6\""
} |
What was the final score in game 38? | CREATE TABLE table_17058178_8 (score VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT score FROM table_17058178_8 WHERE game = 38"
} |
Who did the Trail Blazers play on January 2? | CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT team FROM table_17058178_8 WHERE date = \"January 2\""
} |
On how many dates did the Timberwolves play Phoenix? | CREATE TABLE table_17058226_10 (date VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT COUNT(date) FROM table_17058226_10 WHERE team = \"Phoenix\""
} |
What was the Timberwolves' record on April 3? | CREATE TABLE table_17058226_10 (record VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT record FROM table_17058226_10 WHERE date = \"April 3\""
} |
Where are all of Utah's games held and how many have attended? | CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17058226_8 WHERE team = \"Utah\""
} |
Who performed all the high rebounds when craig smith (4) was the lead for high assists? | CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17058226_5 WHERE high_assists = \"Craig Smith (4)\""
} |
Who had all the high rebounds when kevin love (20) scored the highest points? | CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT high_rebounds FROM table_17058226_5 WHERE high_points = \"Kevin Love (20)\""
} |
What opposing team was playing when sebastian telfair (7) had the highest assists? | CREATE TABLE table_17058226_5 (team VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT team FROM table_17058226_5 WHERE high_assists = \"Sebastian Telfair (7)\""
} |
Name the score for january 26 | CREATE TABLE table_17058226_7 (score VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT score FROM table_17058226_7 WHERE date = \"January 26\""
} |
Who did the high points in the game played on April 12? | CREATE TABLE table_17060277_10 (high_points VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_17060277_10 WHERE date = \"April 12\""
} |
What is the constructor when the Q1 order is 4? | CREATE TABLE table_1706942_1 (constructor VARCHAR, q1_order VARCHAR) | {
"SQL_Query": "SELECT constructor FROM table_1706942_1 WHERE q1_order = 4"
} |
What is the Q1 order for Felipe Massa? | CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR) | {
"SQL_Query": "SELECT MAX(q1_order) FROM table_1706942_1 WHERE driver = \"Felipe Massa\""
} |
What is the Q1 time for the driver with Q1 order of 6? | CREATE TABLE table_1706942_1 (q1_time VARCHAR, q1_order VARCHAR) | {
"SQL_Query": "SELECT q1_time FROM table_1706942_1 WHERE q1_order = 6"
} |
How many Q1 figures are given for Alexander Wurz? | CREATE TABLE table_1706942_1 (q1_order VARCHAR, driver VARCHAR) | {
"SQL_Query": "SELECT COUNT(q1_order) FROM table_1706942_1 WHERE driver = \"Alexander Wurz\""
} |
Who all had the most assists in game 12? | CREATE TABLE table_17060277_5 (high_assists VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_17060277_5 WHERE game = 12"
} |
Which position offers winnings of $4,228,889? | CREATE TABLE table_1708014_1 (position VARCHAR, winnings VARCHAR) | {
"SQL_Query": "SELECT position FROM table_1708014_1 WHERE winnings = \"$4,228,889\""
} |
How many poles did team #14 ginn racing have? | CREATE TABLE table_1708014_1 (poles VARCHAR, team_s_ VARCHAR) | {
"SQL_Query": "SELECT poles FROM table_1708014_1 WHERE team_s_ = \"#14 Ginn Racing\""
} |
When the poles are 0 and the position is 14th, how much are the winnings? | CREATE TABLE table_1708014_1 (winnings VARCHAR, poles VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = \"14th\""
} |
Which start won $1,301,370? | CREATE TABLE table_1708014_1 (starts VARCHAR, winnings VARCHAR) | {
"SQL_Query": "SELECT starts FROM table_1708014_1 WHERE winnings = \"$1,301,370\""
} |
For team #40 chip ganassi racing which top 5 is the highest where top 10 is 5? | CREATE TABLE table_1708014_1 (top_5 INTEGER, top_10 VARCHAR, team_s_ VARCHAR) | {
"SQL_Query": "SELECT MAX(top_5) FROM table_1708014_1 WHERE top_10 = 5 AND team_s_ = \"#40 Chip Ganassi Racing\""
} |
what is the posisiotn where the start is 3? | CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR) | {
"SQL_Query": "SELECT position FROM table_1708014_2 WHERE starts = 3"
} |
what is the team where winnings is $81,690? | CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR) | {
"SQL_Query": "SELECT team_s_ FROM table_1708014_2 WHERE winnings = \"$81,690\""
} |
What was the attendance of the Indiana game? | CREATE TABLE table_17080868_7 (location_attendance VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17080868_7 WHERE team = \"Indiana\""
} |
What is the trans 2 duration if the biking stage is covered within 58:20? | CREATE TABLE table_17085947_32 (trans_2 VARCHAR, bike__40km_ VARCHAR) | {
"SQL_Query": "SELECT trans_2 FROM table_17085947_32 WHERE bike__40km_ = \"58:20\""
} |
What is the trans 2 duration if the total time is 1:51:19.45? | CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR) | {
"SQL_Query": "SELECT trans_2 FROM table_17085947_32 WHERE total_time = \"1:51:19.45\""
} |
What was the duration of Daniela Ryf's swimming stage? | CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR) | {
"SQL_Query": "SELECT swim__15km_ FROM table_17085947_32 WHERE athlete = \"Daniela Ryf\""
} |
How many athletes completed a trans 1 within 0:26? | CREATE TABLE table_17085947_32 (athlete VARCHAR, trans_1 VARCHAR) | {
"SQL_Query": "SELECT COUNT(athlete) FROM table_17085947_32 WHERE trans_1 = \"0:26\""
} |
Who was the athlete that covered biking within 58:52? | CREATE TABLE table_17085947_32 (athlete VARCHAR, bike__40km_ VARCHAR) | {
"SQL_Query": "SELECT athlete FROM table_17085947_32 WHERE bike__40km_ = \"58:52\""
} |
All high points are team new york. | CREATE TABLE table_17080868_8 (high_points VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_17080868_8 WHERE team = \"New York\""
} |
February 12 is the date for all location attendance. | CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17080868_8 WHERE date = \"February 12\""
} |
54 is the game where location attendance are. | CREATE TABLE table_17080868_8 (location_attendance VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_17080868_8 WHERE game = 54"
} |
All high points were record by corey maggette (25). | CREATE TABLE table_17080868_8 (record VARCHAR, high_points VARCHAR) | {
"SQL_Query": "SELECT record FROM table_17080868_8 WHERE high_points = \"Corey Maggette (25)\""
} |
what is the total number of attendance where the date is december 29? | CREATE TABLE table_17080868_6 (location_attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(location_attendance) FROM table_17080868_6 WHERE date = \"December 29\""
} |
What was the manner in which Petrik Sander departed? | CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) | {
"SQL_Query": "SELECT manner_of_departure FROM table_17085981_2 WHERE outgoing_manager = \"Petrik Sander\""
} |
What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers? | CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR) | {
"SQL_Query": "SELECT manner_of_departure FROM table_17085981_2 WHERE team = \"Stuttgarter Kickers\" AND outgoing_manager = \"Edgar Schmitt\""
} |
What was the date of appointment when Jürgen Kohler was the outgoing manager? | CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) | {
"SQL_Query": "SELECT date_of_appointment FROM table_17085981_2 WHERE outgoing_manager = \"Jürgen Kohler\""
} |
How many appointment dates were recorded when Jürgen Kohler was the replaced by? | CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, replaced_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(date_of_appointment) FROM table_17085981_2 WHERE replaced_by = \"Jürgen Kohler\""
} |
What are the swimsuit scores of participants with score 9.366 in interview | CREATE TABLE table_17088705_2 (swimsuit VARCHAR, interview VARCHAR) | {
"SQL_Query": "SELECT swimsuit FROM table_17088705_2 WHERE interview = \"9.366\""
} |
State average scores of participants from arizona | CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT average FROM table_17088705_2 WHERE country = \"Arizona\""
} |
Number of participants with a score 8.895 in preliminary | CREATE TABLE table_17088705_2 (interview VARCHAR, preliminary VARCHAR) | {
"SQL_Query": "SELECT COUNT(interview) FROM table_17088705_2 WHERE preliminary = \"8.895\""
} |
Evening gown scores of participants with 8.988 swimsuit score | CREATE TABLE table_17088705_2 (evening_gown VARCHAR, swimsuit VARCHAR) | {
"SQL_Query": "SELECT evening_gown FROM table_17088705_2 WHERE swimsuit = \"8.988\""
} |
What are the average scores of participants with 9.226 in evening gown | CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR) | {
"SQL_Query": "SELECT average FROM table_17088705_2 WHERE evening_gown = \"9.226\""
} |
Give swimsuit scores of participants 8.847 in preliminary | CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR) | {
"SQL_Query": "SELECT swimsuit FROM table_17088705_2 WHERE preliminary = \"8.847\""
} |
What is the official name of the land with an area of 276.84 km2? | CREATE TABLE table_170958_2 (official_name VARCHAR, area_km_2 VARCHAR) | {
"SQL_Query": "SELECT official_name FROM table_170958_2 WHERE area_km_2 = \"276.84\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.