question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
Which country has had 6 miss universe's? | CREATE TABLE "references" (
"rank" real,
"country" text,
"miss_universe" text,
"1st_runner_up" real,
"2nd_runner_up" real,
"3rd_runner_up" real,
"4th_runner_up" real,
"semifinalists" real,
"total" real
); | SELECT "country" FROM "references" WHERE "miss_universe"='6'; | 1-28634206-1 |
Which country has had 8 miss universes? | CREATE TABLE "references" (
"rank" real,
"country" text,
"miss_universe" text,
"1st_runner_up" real,
"2nd_runner_up" real,
"3rd_runner_up" real,
"4th_runner_up" real,
"semifinalists" real,
"total" real
); | SELECT "country" FROM "references" WHERE "miss_universe"='8'; | 1-28634206-1 |
What is the minimum number of points for teams averaging 1.412? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT MIN("points") FROM "relegation" WHERE "average"='1.412'; | 1-2865020-5 |
What is the 2004-2005 value associated with a 2005-2006 value of 56/38? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT "2004_05" FROM "relegation" WHERE "2005_06"='56/38'; | 1-2865020-5 |
How many averages are associated with a 2003-2004 value of 62/38? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT COUNT("average") FROM "relegation" WHERE "2003_04"='62/38'; | 1-2865020-5 |
What 2003-2004 values are associated with an average of 1.377? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT "2003_04" FROM "relegation" WHERE "average"='1.377'; | 1-2865020-5 |
How many teams have a 2004-05 value of 49/38? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT COUNT("team") FROM "relegation" WHERE "2004_05"='49/38'; | 1-2865020-5 |
How many 2003-04 values have a 2004-05 value of 73/38? | CREATE TABLE "relegation" (
"team" text,
"average" text,
"points" real,
"played" real,
"2003_04" text,
"2004_05" text,
"2005_06" text
); | SELECT COUNT("2003_04") FROM "relegation" WHERE "2004_05"='73/38'; | 1-2865020-5 |
How many millions of viewers are listed where the writer is Matthew Okumura? | CREATE TABLE "table1_2866503_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" real,
"u_s_viewers_million" text
); | SELECT "u_s_viewers_million" FROM "table1_2866503_1" WHERE "written_by"='Matthew Okumura'; | 1-2866503-1 |
What is the U.S air date when the title is "calling"? | CREATE TABLE "table1_2866503_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" real,
"u_s_viewers_million" text
); | SELECT "u_s_air_date" FROM "table1_2866503_1" WHERE "title"='\"Calling\"'; | 1-2866503-1 |
What is the U.S. air date when the U.S. viewers are 7.5 million? | CREATE TABLE "table1_2866503_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" real,
"u_s_viewers_million" text
); | SELECT "u_s_air_date" FROM "table1_2866503_1" WHERE "u_s_viewers_million"='7.5'; | 1-2866503-1 |
How many u.s. viewers (million) have 6 as the #? | CREATE TABLE "table1_2866456_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "u_s_viewers_million" FROM "table1_2866456_1" WHERE "num"=6; | 1-2866456-1 |
Who is directed by when "fade" is the title? | CREATE TABLE "table1_2866456_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "directed_by" FROM "table1_2866456_1" WHERE "title"='\"Fade\"'; | 1-2866456-1 |
Who is the directed by when 2t6404 is the production code? | CREATE TABLE "table1_2866456_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "directed_by" FROM "table1_2866456_1" WHERE "production_code"='2T6404'; | 1-2866456-1 |
what is the number of the episode in the season that had 5.60 millions of north american spectors? | CREATE TABLE "table1_2866509_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" real,
"u_s_viewers_million" text
); | SELECT "no" FROM "table1_2866509_1" WHERE "u_s_viewers_million"='5.60'; | 1-2866509-1 |
who are the writers of the episode whose production code is 176206? | CREATE TABLE "table1_2866509_1" (
"no" real,
"num" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_air_date" text,
"production_code" real,
"u_s_viewers_million" text
); | SELECT "written_by" FROM "table1_2866509_1" WHERE "production_code"=176206; | 1-2866509-1 |
What stadium does FK Rudar play in? | CREATE TABLE "see_also" (
"num" real,
"stadium" text,
"capacity" real,
"opened" text,
"city_town" text,
"home_team" text
); | SELECT "stadium" FROM "see_also" WHERE "home_team"='FK Rudar'; | 1-28668784-1 |
What town holds Stadion Zlatica? | CREATE TABLE "see_also" (
"num" real,
"stadium" text,
"capacity" real,
"opened" text,
"city_town" text,
"home_team" text
); | SELECT "city_town" FROM "see_also" WHERE "stadium"='Stadion Zlatica'; | 1-28668784-1 |
What stadium does FK Jedinstvo play in? | CREATE TABLE "see_also" (
"num" real,
"stadium" text,
"capacity" real,
"opened" text,
"city_town" text,
"home_team" text
); | SELECT "stadium" FROM "see_also" WHERE "home_team"='FK Jedinstvo'; | 1-28668784-1 |
What is listed in tor floysvik when karianne gulliksen is 6? | CREATE TABLE "week_6" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MIN("tor_fl_ysvik") FROM "week_6" WHERE "karianne_gulliksen"=6; | 1-28677723-10 |
How many music entries are there when tor floysvik is 3? | CREATE TABLE "week_6" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("music") FROM "week_6" WHERE "tor_fl_ysvik"=3; | 1-28677723-10 |
What is listed under chister tornell when karianne gulliksen is 7? | CREATE TABLE "week_6" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MIN("christer_tornell") FROM "week_6" WHERE "karianne_gulliksen"=7; | 1-28677723-10 |
What is listed under tor floysvik when couple is maria & asmund? | CREATE TABLE "week_6" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MIN("tor_fl_ysvik") FROM "week_6" WHERE "couple"='Maria & Asmund'; | 1-28677723-10 |
What are Unit 2's dates of commissioning? | CREATE TABLE "installed_capacity" (
"stage" text,
"unit_number" real,
"installed_capacity_mw" text,
"date_of_commissioning" text,
"status" text,
"tg_set_provider" text,
"boiler_provider" text
); | SELECT COUNT("date_of_commissioning") FROM "installed_capacity" WHERE "unit_number"=2; | 1-28672269-1 |
What is the boiler provider for Bhel, India's TG Set provider? | CREATE TABLE "installed_capacity" (
"stage" text,
"unit_number" real,
"installed_capacity_mw" text,
"date_of_commissioning" text,
"status" text,
"tg_set_provider" text,
"boiler_provider" text
); | SELECT "boiler_provider" FROM "installed_capacity" WHERE "tg_set_provider"='BHEL, India'; | 1-28672269-1 |
Name the trine dehli cleve for english waltz | CREATE TABLE "week_10" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MIN("trine_dehli_cleve") FROM "week_10" WHERE "style"='English Waltz'; | 1-28677723-14 |
Name the style for 39 | CREATE TABLE "week_10" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT "style" FROM "week_10" WHERE "total"=39; | 1-28677723-14 |
Name the style for 27 | CREATE TABLE "week_10" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT "style" FROM "week_10" WHERE "total"=27; | 1-28677723-14 |
Name the most for fløysvik for 8 | CREATE TABLE "week_10" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MAX("tor_fl_ysvik") FROM "week_10" WHERE "karianne_gulliksen"=8; | 1-28677723-14 |
how many for floysvik and christer tornell is 7? | CREATE TABLE "week_7" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("tor_fl_ysvik") FROM "week_7" WHERE "christer_tornell"=7; | 1-28677723-11 |
how many for christer tornell where the total is 30? | CREATE TABLE "week_7" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("christer_tornell") FROM "week_7" WHERE "total"=30; | 1-28677723-11 |
What score did Karianne Gulliksen give to the couple that danced to " la cumparsita "— tango argentino? | CREATE TABLE "week_12" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT "karianne_gulliksen" FROM "week_12" WHERE "music"='\" La Cumparsita \"— Tango Argentino'; | 1-28677723-16 |
What is the couple that received a total score of 38? | CREATE TABLE "week_12" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT "couple" FROM "week_12" WHERE "total"=38; | 1-28677723-16 |
What is the greatest total score received by aylar & egor when karianne Gulliksen gave an 8? | CREATE TABLE "week_12" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MAX("total") FROM "week_12" WHERE "couple"='Aylar & Egor' AND "karianne_gulliksen"=8; | 1-28677723-16 |
What is the total score received by the couple that danced to " ymca "— village people? | CREATE TABLE "week_12" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MAX("total") FROM "week_12" WHERE "music"='\" YMCA \"— Village People'; | 1-28677723-16 |
How many different scores did Christer Tornell give to the couple that danced to " song triste "— charlie chaplin? | CREATE TABLE "week_12" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("christer_tornell") FROM "week_12" WHERE "music"='\" Song Triste \"— Charlie Chaplin'; | 1-28677723-16 |
What is the largest number for trine dehli cleve? | CREATE TABLE "week_1" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MAX("trine_dehli_cleve") FROM "week_1"; | 1-28677723-5 |
How many couples are there for the song " i wonder why "— curtis stigers? | CREATE TABLE "week_1" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("couple") FROM "week_1" WHERE "music"='\" I Wonder Why \"— Curtis Stigers'; | 1-28677723-5 |
What is the largest number for karianne gulliksen? | CREATE TABLE "week_1" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MAX("karianne_gulliksen") FROM "week_1"; | 1-28677723-5 |
How many entries arr there for christer tornell for the song " you light up my life "— whitney houston? | CREATE TABLE "week_1" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("christer_tornell") FROM "week_1" WHERE "music"='\" You Light Up My Life \"— Whitney Houston'; | 1-28677723-5 |
How many styles had a total score of exactly 33? | CREATE TABLE "week_5" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT COUNT("style") FROM "week_5" WHERE "total"=33; | 1-28677723-9 |
Which style led to a score given by Tor Floysvik of 8? | CREATE TABLE "week_5" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT "style" FROM "week_5" WHERE "tor_fl_ysvik"=8; | 1-28677723-9 |
What is the smallest total score for the Pasodoble style? | CREATE TABLE "week_5" (
"couple" text,
"style" text,
"music" text,
"trine_dehli_cleve" real,
"tor_fl_ysvik" real,
"karianne_gulliksen" real,
"christer_tornell" real,
"total" real
); | SELECT MIN("total") FROM "week_5" WHERE "style"='Pasodoble'; | 1-28677723-9 |
Who directed the episode titled "Playing the Cancer Car"? | CREATE TABLE "table1_28680377_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "directed_by" FROM "table1_28680377_2" WHERE "title"='\"Playing the Cancer Car\"'; | 1-28680377-2 |
What is the title of the episode watched by 0.88 million U.S. viewers? | CREATE TABLE "table1_28680377_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "title" FROM "table1_28680377_2" WHERE "u_s_viewers_million"='0.88'; | 1-28680377-2 |
How many millions of U.S. viewers watched the episode titled "New Beginnings"? | CREATE TABLE "table1_28680377_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "u_s_viewers_million" FROM "table1_28680377_2" WHERE "title"='\"New Beginnings\"'; | 1-28680377-2 |
Who directed the episode titled "Everything That Rises Must Converge"? | CREATE TABLE "table1_28680377_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "directed_by" FROM "table1_28680377_2" WHERE "title"='\"Everything That Rises Must Converge\"'; | 1-28680377-2 |
What is the original air date of the episode that was watched by 0.88 million U.S. viewers? | CREATE TABLE "table1_28680377_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "original_air_date" FROM "table1_28680377_2" WHERE "u_s_viewers_million"='0.88'; | 1-28680377-2 |
How many million U.S. viewers watched "musical chairs"? | CREATE TABLE "table1_28680377_3" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT "u_s_viewers_million" FROM "table1_28680377_3" WHERE "title"='\"Musical Chairs\"'; | 1-28680377-3 |
How many episodes in the series were titled "a little death"? | CREATE TABLE "table1_28680377_3" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT COUNT("no_in_series") FROM "table1_28680377_3" WHERE "title"='\"A Little Death\"'; | 1-28680377-3 |
How many people directed "a little death"? | CREATE TABLE "table1_28680377_3" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_million" text
); | SELECT COUNT("directed_by") FROM "table1_28680377_3" WHERE "title"='\"A Little Death\"'; | 1-28680377-3 |
How may players have a passing yard score of 208? | CREATE TABLE "single_game" (
"rank" real,
"player" text,
"year" real,
"opponent" text,
"passing_yards" real,
"rushing_yards" real,
"total_offense" real
); | SELECT COUNT("player") FROM "single_game" WHERE "passing_yards"=208; | 1-28697228-4 |
What is the name of the player with total offense of 454? | CREATE TABLE "single_game" (
"rank" real,
"player" text,
"year" real,
"opponent" text,
"passing_yards" real,
"rushing_yards" real,
"total_offense" real
); | SELECT "player" FROM "single_game" WHERE "total_offense"=454; | 1-28697228-4 |
What is the number of rushing yards when the opponentis Indiana and the player is Denard Robinson? | CREATE TABLE "single_game" (
"rank" real,
"player" text,
"year" real,
"opponent" text,
"passing_yards" real,
"rushing_yards" real,
"total_offense" real
); | SELECT MAX("rushing_yards") FROM "single_game" WHERE "opponent"='Indiana' AND "player"='Denard Robinson'; | 1-28697228-4 |
What is the number of total offense when the opponentis Penn State? | CREATE TABLE "single_game" (
"rank" real,
"player" text,
"year" real,
"opponent" text,
"passing_yards" real,
"rushing_yards" real,
"total_offense" real
); | SELECT MAX("total_offense") FROM "single_game" WHERE "opponent"='Penn State'; | 1-28697228-4 |
How many rushing yards are listed when the passing yards are 244? | CREATE TABLE "single_game" (
"rank" real,
"player" text,
"year" real,
"opponent" text,
"passing_yards" real,
"rushing_yards" real,
"total_offense" real
); | SELECT "rushing_yards" FROM "single_game" WHERE "passing_yards"=244; | 1-28697228-4 |
What is listed in drainage basin when the type is gravity and the reservoir surface is 34.36? | CREATE TABLE "see_also" (
"reservoir" text,
"basin" text,
"location" text,
"type" text,
"height_m" text,
"length_along_the_top_m" text,
"drainage_basin_km" text,
"reservoir_surface_ha" text,
"volume_hm" text
); | SELECT "drainage_basin_km" FROM "see_also" WHERE "type"='Gravity' AND "reservoir_surface_ha"='34.36'; | 1-28702208-1 |
What is the drainage basin when the reservoir suface is 6.14? | CREATE TABLE "see_also" (
"reservoir" text,
"basin" text,
"location" text,
"type" text,
"height_m" text,
"length_along_the_top_m" text,
"drainage_basin_km" text,
"reservoir_surface_ha" text,
"volume_hm" text
); | SELECT "drainage_basin_km" FROM "see_also" WHERE "reservoir_surface_ha"='6.14'; | 1-28702208-1 |
What is the volume when the resrvoir is Tanes? | CREATE TABLE "see_also" (
"reservoir" text,
"basin" text,
"location" text,
"type" text,
"height_m" text,
"length_along_the_top_m" text,
"drainage_basin_km" text,
"reservoir_surface_ha" text,
"volume_hm" text
); | SELECT "volume_hm" FROM "see_also" WHERE "reservoir"='Tanes'; | 1-28702208-1 |
are there bi-tone is there's no olive drab and the caliber is 9×19mm parabellum and model is xdm 5.25 competition | CREATE TABLE "table1_2869843_1" (
"model" text,
"in" text,
"mm" text,
"caliber" text,
"standard" real,
"w_sleeve" text,
"black" text,
"olive_drab" text,
"bi_tone" text,
"dark_earth" text
); | SELECT "bi_tone" FROM "table1_2869843_1" WHERE "olive_drab"='No' AND "caliber"='9×19mm Parabellum' AND "model"='XDM 5.25 Competition'; | 1-2869843-1 |
What is the family of the constellation that has lyncis /ˈlɪnsɨs/ as genitive? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "family" FROM "modern_constellations" WHERE "genitive"='Lyncis /ˈlɪnsɨs/'; | 1-287159-1 |
What is the origin of the constellation that can be abbreviated to tele? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "origin" FROM "modern_constellations" WHERE "other_abbreviation"='Tele'; | 1-287159-1 |
What is the other abbreviation of the constellation that has β trianguli as its brightest star? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "other_abbreviation" FROM "modern_constellations" WHERE "brightest_star"='β Trianguli'; | 1-287159-1 |
What is the brightest star of the constellation that means archer? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "brightest_star" FROM "modern_constellations" WHERE "meaning"='archer'; | 1-287159-1 |
What is the other abbreviation of the constellation that has hydrae /ˈhaɪdriː/ as genitive? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "other_abbreviation" FROM "modern_constellations" WHERE "genitive"='Hydrae /ˈhaɪdriː/'; | 1-287159-1 |
What is the meaning of the constellation that has puppis /ˈpʌpɨs/ as genitive? | CREATE TABLE "modern_constellations" (
"constellation" text,
"iau_abbreviation" text,
"other_abbreviation" text,
"genitive" text,
"family" text,
"origin" text,
"meaning" text,
"brightest_star" text
); | SELECT "meaning" FROM "modern_constellations" WHERE "genitive"='Puppis /ˈpʌpɨs/'; | 1-287159-1 |
How many track numbers were called song 2? | CREATE TABLE "out_of_the_blue_discography" (
"track_no" real,
"track" text,
"original_artist" text,
"soloist_s" text,
"vocal_percussionist" text,
"arranger_s" text
); | SELECT COUNT("track_no") FROM "out_of_the_blue_discography" WHERE "track"='Song 2'; | 1-28715942-3 |
Who was the vocal percussionist when stevie wonder was the original artist? | CREATE TABLE "out_of_the_blue_discography" (
"track_no" real,
"track" text,
"original_artist" text,
"soloist_s" text,
"vocal_percussionist" text,
"arranger_s" text
); | SELECT "vocal_percussionist" FROM "out_of_the_blue_discography" WHERE "original_artist"='Stevie Wonder'; | 1-28715942-3 |
What track name had Terry Tamm as the soloist? | CREATE TABLE "out_of_the_blue_discography" (
"track_no" real,
"track" text,
"original_artist" text,
"soloist_s" text,
"vocal_percussionist" text,
"arranger_s" text
); | SELECT "track" FROM "out_of_the_blue_discography" WHERE "soloist_s"='Terry Tamm'; | 1-28715942-3 |
What was the date of the game that had a result of Army 16, SMU 14? | CREATE TABLE "bowl_games" (
"bowl_game" text,
"date" text,
"stadium" text,
"city" text,
"television" text,
"matchups_results" text,
"attendance" real,
"payout_us" text
); | SELECT "date" FROM "bowl_games" WHERE "matchups_results"='Army 16, SMU 14'; | 1-28719193-19 |
What was the city whose stadium is Gerald J. Ford Stadium? | CREATE TABLE "bowl_games" (
"bowl_game" text,
"date" text,
"stadium" text,
"city" text,
"television" text,
"matchups_results" text,
"attendance" real,
"payout_us" text
); | SELECT "city" FROM "bowl_games" WHERE "stadium"='Gerald J. Ford Stadium'; | 1-28719193-19 |
What is every category wise when the multi lane is 677? | CREATE TABLE "width_wise_details_of_government_roads_a" (
"sl_no" real,
"category_wise" text,
"single_lane" real,
"intermediate_lane" real,
"double_lane" real,
"multi_lane" real,
"total" real
); | SELECT "category_wise" FROM "width_wise_details_of_government_roads_a" WHERE "multi_lane"=677; | 1-28723146-2 |
What is the highest value for multi lane if category wise is major district roads? | CREATE TABLE "width_wise_details_of_government_roads_a" (
"sl_no" real,
"category_wise" text,
"single_lane" real,
"intermediate_lane" real,
"double_lane" real,
"multi_lane" real,
"total" real
); | SELECT MAX("multi_lane") FROM "width_wise_details_of_government_roads_a" WHERE "category_wise"='Major district roads'; | 1-28723146-2 |
What is the least total? | CREATE TABLE "width_wise_details_of_government_roads_a" (
"sl_no" real,
"category_wise" text,
"single_lane" real,
"intermediate_lane" real,
"double_lane" real,
"multi_lane" real,
"total" real
); | SELECT MIN("total") FROM "width_wise_details_of_government_roads_a"; | 1-28723146-2 |
What are the years of TeBe career for the players whose league matches are exactly 163? | CREATE TABLE "players" (
"player" text,
"nation" text,
"te_be_career" text,
"league_matches" real,
"league_goals" real,
"cup_matches" real,
"cup_goals" real
); | SELECT "te_be_career" FROM "players" WHERE "league_matches"=163; | 1-28730459-3 |
What is the number of league goals for players with 10 league matches and a TeBe career of 2003? | CREATE TABLE "players" (
"player" text,
"nation" text,
"te_be_career" text,
"league_matches" real,
"league_goals" real,
"cup_matches" real,
"cup_goals" real
); | SELECT "league_goals" FROM "players" WHERE "league_matches"=10 AND "te_be_career"='2003'; | 1-28730459-3 |
What is listed in eliminated when the finish is 15th voted out 9th jury Member Day 46? | CREATE TABLE "table1_28742659_2" (
"first_air_date" text,
"reward" text,
"immunity" text,
"eliminated" text,
"vote" text,
"finish" text
); | SELECT "eliminated" FROM "table1_28742659_2" WHERE "finish"='15th Voted Out 9th Jury Member Day 46'; | 1-28742659-2 |
What is listed in reward when the finish is listed at 13th voted out 6th jury Member Day 43? | CREATE TABLE "table1_28742659_2" (
"first_air_date" text,
"reward" text,
"immunity" text,
"eliminated" text,
"vote" text,
"finish" text
); | SELECT "reward" FROM "table1_28742659_2" WHERE "finish"='13th Voted Out 6th Jury Member Day 43'; | 1-28742659-2 |
What is the name of immunity when the finish is 3rd voted out day 9? | CREATE TABLE "table1_28742659_2" (
"first_air_date" text,
"reward" text,
"immunity" text,
"eliminated" text,
"vote" text,
"finish" text
); | SELECT "immunity" FROM "table1_28742659_2" WHERE "finish"='3rd Voted Out Day 9'; | 1-28742659-2 |
What is the vote number when immunity listed as David and reward is listed as none? | CREATE TABLE "table1_28742659_2" (
"first_air_date" text,
"reward" text,
"immunity" text,
"eliminated" text,
"vote" text,
"finish" text
); | SELECT "vote" FROM "table1_28742659_2" WHERE "immunity"='David' AND "reward"='None'; | 1-28742659-2 |
what is the united fc wehre pifa colaba is maratha united? | CREATE TABLE "division_two" (
"athens_xi" text,
"pifa_colaba_fc_u_17" text,
"tata_power" text,
"dadar_xi_b" text,
"idbi" text,
"world_network_services" text,
"united_fc" text,
"good_shepherd" text
); | SELECT "united_fc" FROM "division_two" WHERE "pifa_colaba_fc_u_17"='Maratha United'; | 1-28759261-5 |
what is the united fc where pifa colaba is sporting options? | CREATE TABLE "division_two" (
"athens_xi" text,
"pifa_colaba_fc_u_17" text,
"tata_power" text,
"dadar_xi_b" text,
"idbi" text,
"world_network_services" text,
"united_fc" text,
"good_shepherd" text
); | SELECT "united_fc" FROM "division_two" WHERE "pifa_colaba_fc_u_17"='Sporting Options'; | 1-28759261-5 |
what is the dadar xi b where pifa colaba is sporting options? | CREATE TABLE "division_two" (
"athens_xi" text,
"pifa_colaba_fc_u_17" text,
"tata_power" text,
"dadar_xi_b" text,
"idbi" text,
"world_network_services" text,
"united_fc" text,
"good_shepherd" text
); | SELECT "dadar_xi_b" FROM "division_two" WHERE "pifa_colaba_fc_u_17"='Sporting Options'; | 1-28759261-5 |
what is the athens xi where dada xi b is strikers fc? | CREATE TABLE "division_two" (
"athens_xi" text,
"pifa_colaba_fc_u_17" text,
"tata_power" text,
"dadar_xi_b" text,
"idbi" text,
"world_network_services" text,
"united_fc" text,
"good_shepherd" text
); | SELECT "athens_xi" FROM "division_two" WHERE "dadar_xi_b"='Strikers FC'; | 1-28759261-5 |
what is the dadar xi b where the good shepherd is sea liner fc? | CREATE TABLE "division_two" (
"athens_xi" text,
"pifa_colaba_fc_u_17" text,
"tata_power" text,
"dadar_xi_b" text,
"idbi" text,
"world_network_services" text,
"united_fc" text,
"good_shepherd" text
); | SELECT "dadar_xi_b" FROM "division_two" WHERE "good_shepherd"='Sea Liner FC'; | 1-28759261-5 |
What is the Record at School of Tom O'Brien's team? | CREATE TABLE "coaches" (
"team" text,
"head_coach" text,
"years_at_school" real,
"overall_record" text,
"record_at_school" text,
"acc_record" text
); | SELECT "record_at_school" FROM "coaches" WHERE "head_coach"='Tom O''Brien'; | 1-28744929-2 |
How many values were used to express the years at school of the Maryland team? | CREATE TABLE "coaches" (
"team" text,
"head_coach" text,
"years_at_school" real,
"overall_record" text,
"record_at_school" text,
"acc_record" text
); | SELECT COUNT("years_at_school") FROM "coaches" WHERE "team"='Maryland'; | 1-28744929-2 |
What is the record in the atlantic coast conference for the Miami team? | CREATE TABLE "coaches" (
"team" text,
"head_coach" text,
"years_at_school" real,
"overall_record" text,
"record_at_school" text,
"acc_record" text
); | SELECT "acc_record" FROM "coaches" WHERE "team"='Miami'; | 1-28744929-2 |
How many values reflect the overall record of the team coached by Frank Beamer? | CREATE TABLE "coaches" (
"team" text,
"head_coach" text,
"years_at_school" real,
"overall_record" text,
"record_at_school" text,
"acc_record" text
); | SELECT COUNT("overall_record") FROM "coaches" WHERE "head_coach"='Frank Beamer'; | 1-28744929-2 |
what type over school is Clemson? | CREATE TABLE "member_schools" (
"institution" text,
"nickname" text,
"location" text,
"founded" real,
"joined_acc" real,
"school_type" text,
"acc_football_titles" real
); | SELECT "school_type" FROM "member_schools" WHERE "institution"='Clemson'; | 1-28744929-1 |
what year did north carolina institution join the acc? | CREATE TABLE "member_schools" (
"institution" text,
"nickname" text,
"location" text,
"founded" real,
"joined_acc" real,
"school_type" text,
"acc_football_titles" real
); | SELECT MAX("joined_acc") FROM "member_schools" WHERE "institution"='North Carolina'; | 1-28744929-1 |
how many acc football titles have been won by the institution nicknamed tar heels? | CREATE TABLE "member_schools" (
"institution" text,
"nickname" text,
"location" text,
"founded" real,
"joined_acc" real,
"school_type" text,
"acc_football_titles" real
); | SELECT "acc_football_titles" FROM "member_schools" WHERE "nickname"='Tar Heels'; | 1-28744929-1 |
what type of school is the institution nicknamed seminoles? | CREATE TABLE "member_schools" (
"institution" text,
"nickname" text,
"location" text,
"founded" real,
"joined_acc" real,
"school_type" text,
"acc_football_titles" real
); | SELECT "school_type" FROM "member_schools" WHERE "nickname"='Seminoles'; | 1-28744929-1 |
when did the institution at chapel hill, North carolina join acc? | CREATE TABLE "member_schools" (
"institution" text,
"nickname" text,
"location" text,
"founded" real,
"joined_acc" real,
"school_type" text,
"acc_football_titles" real
); | SELECT "joined_acc" FROM "member_schools" WHERE "location"='Chapel Hill, North Carolina'; | 1-28744929-1 |
What were the supersonics record at game 2? | CREATE TABLE "game_log" (
"game" real,
"date" text,
"team" text,
"score" text,
"high_points" text,
"high_rebounds" text,
"high_assists" text,
"location_attendance" text,
"record" text
); | SELECT "record" FROM "game_log" WHERE "game"=2; | 1-28768469-5 |
What is the most amount of games played this season? | CREATE TABLE "game_log" (
"game" real,
"date" text,
"team" text,
"score" text,
"high_points" text,
"high_rebounds" text,
"high_assists" text,
"location_attendance" text,
"record" text
); | SELECT MAX("game") FROM "game_log"; | 1-28768469-5 |
Who had highest assists in game against Utah? | CREATE TABLE "game_log" (
"game" real,
"date" text,
"team" text,
"score" text,
"high_points" text,
"high_rebounds" text,
"high_assists" text,
"location_attendance" text,
"record" text
); | SELECT "high_assists" FROM "game_log" WHERE "team"='Utah'; | 1-28768469-5 |
In the North Central region, what are the regional page #'s? | CREATE TABLE "tbm_regions" (
"region_name" text,
"state_name" text,
"region_num" real,
"page_count" real,
"regional_page_num" text
); | SELECT "regional_page_num" FROM "tbm_regions" WHERE "region_name"='North Central'; | 1-287659-2 |
What states have a regional page # of 1, 5-7, 9-11, 13-15? | CREATE TABLE "tbm_regions" (
"region_name" text,
"state_name" text,
"region_num" real,
"page_count" real,
"regional_page_num" text
); | SELECT "state_name" FROM "tbm_regions" WHERE "regional_page_num"='1, 5-7, 9-11, 13-15'; | 1-287659-2 |
Which region has a regional page # of 1-3, 5-7, 9-11, 13-15? | CREATE TABLE "tbm_regions" (
"region_name" text,
"state_name" text,
"region_num" real,
"page_count" real,
"regional_page_num" text
); | SELECT "region_name" FROM "tbm_regions" WHERE "regional_page_num"='1-3, 5-7, 9-11, 13-15'; | 1-287659-2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.