question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
Name who wrote the production code 322 | CREATE TABLE "table1_27462209_1" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_viewers_millions" text,
"original_u_s_air_date" text,
"prod_code" real
); | SELECT "written_by" FROM "table1_27462209_1" WHERE "prod_code"=322; | 1-27462209-1 |
What is the television network with the television channel of Astro Pelangi & Astro Bintang? | CREATE TABLE "international_broadcasts" (
"country" text,
"series_programmes" text,
"series_seasons_programmes" text,
"television_channel" text,
"television_network" text,
"series_premiere" text,
"series_end" text,
"status" text,
"available" text
); | SELECT "television_network" FROM "international_broadcasts" WHERE "television_channel"='Astro Pelangi & Astro Bintang'; | 1-27469019-2 |
What was the status of the series that was run by tv channel Mediacorp tv12 Suria? | CREATE TABLE "international_broadcasts" (
"country" text,
"series_programmes" text,
"series_seasons_programmes" text,
"television_channel" text,
"television_network" text,
"series_premiere" text,
"series_end" text,
"status" text,
"available" text
); | SELECT "status" FROM "international_broadcasts" WHERE "television_channel"='MediaCorp TV12 Suria'; | 1-27469019-2 |
What was the world rank by QS in 2013 for the University of Otago? | CREATE TABLE "universities" (
"members" text,
"country" text,
"year_established" real,
"world_rank_by_the_wur_2013" text,
"world_rank_by_arwu_2013" text,
"world_rank_by_qs_2013" text
); | SELECT "world_rank_by_qs_2013" FROM "universities" WHERE "members"='University of Otago'; | 1-27484208-1 |
What was the world rank by ARWU in 2013 of university whose world rank by QS in 2013 was 90th? | CREATE TABLE "universities" (
"members" text,
"country" text,
"year_established" real,
"world_rank_by_the_wur_2013" text,
"world_rank_by_arwu_2013" text,
"world_rank_by_qs_2013" text
); | SELECT "world_rank_by_arwu_2013" FROM "universities" WHERE "world_rank_by_qs_2013"='90th'; | 1-27484208-1 |
What was the world rank by ARWU in 2013 of the University of Tübingen? | CREATE TABLE "universities" (
"members" text,
"country" text,
"year_established" real,
"world_rank_by_the_wur_2013" text,
"world_rank_by_arwu_2013" text,
"world_rank_by_qs_2013" text
); | SELECT "world_rank_by_arwu_2013" FROM "universities" WHERE "members"='University of Tübingen'; | 1-27484208-1 |
What was the world rank by THE-WUR in 2013 of the university whose world rank by QS in 2013 was 113th? | CREATE TABLE "universities" (
"members" text,
"country" text,
"year_established" real,
"world_rank_by_the_wur_2013" text,
"world_rank_by_arwu_2013" text,
"world_rank_by_qs_2013" text
); | SELECT "world_rank_by_the_wur_2013" FROM "universities" WHERE "world_rank_by_qs_2013"='113th'; | 1-27484208-1 |
What is the production number for the episode called "Random on Purpose"? | CREATE TABLE "table1_27481781_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"prod_no" real,
"viewers_millions" text
); | SELECT "prod_no" FROM "table1_27481781_2" WHERE "title"='\"Random on Purpose\"'; | 1-27481781-2 |
How many episodes have 18.73 million viewers? | CREATE TABLE "table1_27481781_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"prod_no" real,
"viewers_millions" text
); | SELECT COUNT("no_in_series") FROM "table1_27481781_2" WHERE "viewers_millions"='18.73'; | 1-27481781-2 |
What was the result of the election for georgia's 3rd district? | CREATE TABLE "results" (
"district" text,
"incumbent" text,
"party" text,
"elected" real,
"status" text,
"result" text
); | SELECT "result" FROM "results" WHERE "district"='Georgia''s 3rd'; | 1-27487712-1 |
Who was the incumbent from georgia's 8th district? | CREATE TABLE "results" (
"district" text,
"incumbent" text,
"party" text,
"elected" real,
"status" text,
"result" text
); | SELECT "incumbent" FROM "results" WHERE "district"='Georgia''s 8th'; | 1-27487712-1 |
What was the result of the election with incumbent bob barr? | CREATE TABLE "results" (
"district" text,
"incumbent" text,
"party" text,
"elected" real,
"status" text,
"result" text
); | SELECT "result" FROM "results" WHERE "incumbent"='Bob Barr'; | 1-27487712-1 |
What was the result of the election with incumbent john lewis? | CREATE TABLE "results" (
"district" text,
"incumbent" text,
"party" text,
"elected" real,
"status" text,
"result" text
); | SELECT "result" FROM "results" WHERE "incumbent"='John Lewis'; | 1-27487712-1 |
Who was the incumbent for the election in 1978? | CREATE TABLE "results" (
"district" text,
"incumbent" text,
"party" text,
"elected" real,
"status" text,
"result" text
); | SELECT "incumbent" FROM "results" WHERE "elected"=1978; | 1-27487712-1 |
Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011? | CREATE TABLE "table1_27487310_5" (
"country" text,
"name" text,
"host_s" text,
"judges" text,
"network" text,
"air_dates" text
); | SELECT "judges" FROM "table1_27487310_5" WHERE "country"='Netherlands' AND "air_dates"='28 November 2011 – 24 December 2011'; | 1-27487310-5 |
What is the version aired on SBS 6 called? | CREATE TABLE "table1_27487310_5" (
"country" text,
"name" text,
"host_s" text,
"judges" text,
"network" text,
"air_dates" text
); | SELECT "name" FROM "table1_27487310_5" WHERE "network"='SBS 6'; | 1-27487310-5 |
What are the air dates of the show in ABS-CBN? | CREATE TABLE "table1_27487310_5" (
"country" text,
"name" text,
"host_s" text,
"judges" text,
"network" text,
"air_dates" text
); | SELECT "air_dates" FROM "table1_27487310_5" WHERE "network"='ABS-CBN'; | 1-27487310-5 |
Who is the host on the series aired on 18 January 2012? | CREATE TABLE "table1_27487310_5" (
"country" text,
"name" text,
"host_s" text,
"judges" text,
"network" text,
"air_dates" text
); | SELECT "host_s" FROM "table1_27487310_5" WHERE "air_dates"='18 January 2012'; | 1-27487310-5 |
What is the name of the series with the unknown host? | CREATE TABLE "table1_27487310_5" (
"country" text,
"name" text,
"host_s" text,
"judges" text,
"network" text,
"air_dates" text
); | SELECT "name" FROM "table1_27487310_5" WHERE "host_s"='unknown'; | 1-27487310-5 |
What is every value for points per game if passing yards per game is 179.6? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT "points_per_game" FROM "season_by_season_statistics" WHERE "passing_yards_per_game"='179.6'; | 1-27487336-1 |
What is every value for sacks if interceptions is 19? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT "sacks" FROM "season_by_season_statistics" WHERE "interceptions"='19'; | 1-27487336-1 |
What is every value for passing yards per game if rushing yards per game is 113.6? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT "passing_yards_per_game" FROM "season_by_season_statistics" WHERE "rushing_yards_per_game"='113.6'; | 1-27487336-1 |
What is every value for rushing yards per game if sacks if 25? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT "rushing_yards_per_game" FROM "season_by_season_statistics" WHERE "sacks"='25'; | 1-27487336-1 |
What is every value for rushing yards per game if the season is 1984? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT "rushing_yards_per_game" FROM "season_by_season_statistics" WHERE "season"='1984'; | 1-27487336-1 |
How many seasons have a sacks of 39? | CREATE TABLE "season_by_season_statistics" (
"season" text,
"points_per_game" text,
"total_yards_per_game" text,
"rushing_yards_per_game" text,
"passing_yards_per_game" text,
"sacks" text,
"interceptions" text
); | SELECT COUNT("season") FROM "season_by_season_statistics" WHERE "sacks"='39'; | 1-27487336-1 |
Name the average for rank of 3 | CREATE TABLE "averages" (
"rank_by_average" real,
"place" real,
"couple" text,
"total_points" real,
"number_of_dances" real,
"average" text
); | SELECT "average" FROM "averages" WHERE "rank_by_average"=3; | 1-27496841-3 |
Name the total points for 2 | CREATE TABLE "averages" (
"rank_by_average" real,
"place" real,
"couple" text,
"total_points" real,
"number_of_dances" real,
"average" text
); | SELECT "total_points" FROM "averages" WHERE "place"=2; | 1-27496841-3 |
What is the decision when the opponents are atlanta thrashers? | CREATE TABLE "regular_season" (
"game" real,
"february" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real,
"decision" text
); | SELECT "decision" FROM "regular_season" WHERE "opponent"='Atlanta Thrashers'; | 1-27501030-7 |
How many game entries are there when the points are 57? | CREATE TABLE "regular_season" (
"game" real,
"february" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real,
"decision" text
); | SELECT COUNT("game") FROM "regular_season" WHERE "points"=57; | 1-27501030-7 |
What is the smallest año? | CREATE TABLE "awards_and_nominations" (
"a_o" real,
"trabajo_nominado" text,
"premio" text,
"categor_a" text,
"country" text,
"resultado" text
); | SELECT MIN("a_o") FROM "awards_and_nominations"; | 1-27501971-2 |
How many premio are there when "Artist of the Year" was the categoria? | CREATE TABLE "awards_and_nominations" (
"a_o" real,
"trabajo_nominado" text,
"premio" text,
"categor_a" text,
"country" text,
"resultado" text
); | SELECT COUNT("premio") FROM "awards_and_nominations" WHERE "categor_a"='Artist of the Year'; | 1-27501971-2 |
What was the resultado when E.E.U.U was the country? | CREATE TABLE "awards_and_nominations" (
"a_o" real,
"trabajo_nominado" text,
"premio" text,
"categor_a" text,
"country" text,
"resultado" text
); | SELECT "resultado" FROM "awards_and_nominations" WHERE "country"='E.E.U.U'; | 1-27501971-2 |
What was the categoria when E.E.U.U was the country? | CREATE TABLE "awards_and_nominations" (
"a_o" real,
"trabajo_nominado" text,
"premio" text,
"categor_a" text,
"country" text,
"resultado" text
); | SELECT "categor_a" FROM "awards_and_nominations" WHERE "country"='E.E.U.U'; | 1-27501971-2 |
When the año was 2012, who was the county? | CREATE TABLE "awards_and_nominations" (
"a_o" real,
"trabajo_nominado" text,
"premio" text,
"categor_a" text,
"country" text,
"resultado" text
); | SELECT "country" FROM "awards_and_nominations" WHERE "a_o"=2012; | 1-27501971-2 |
Name who wrote the episode by lawrence trilling | CREATE TABLE "table1_27504682_1" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "written_by" FROM "table1_27504682_1" WHERE "directed_by"='Lawrence Trilling'; | 1-27504682-1 |
Name the air date for alex taub | CREATE TABLE "table1_27504682_1" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "original_air_date" FROM "table1_27504682_1" WHERE "written_by"='Alex Taub'; | 1-27504682-1 |
How many games were numbered 69? | CREATE TABLE "regular_season" (
"game" real,
"march" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real,
"decision" text
); | SELECT COUNT("opponent") FROM "regular_season" WHERE "game"=69; | 1-27501030-8 |
How many times did they play the pittsburgh penguins? | CREATE TABLE "regular_season" (
"game" real,
"march" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real,
"decision" text
); | SELECT COUNT("march") FROM "regular_season" WHERE "opponent"='Pittsburgh Penguins'; | 1-27501030-8 |
What is the earliest quarterfinal week when the genre is dancing and the act is 32? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT MIN("qtr_final_week") FROM "round_chart" WHERE "genre"='Dancing' AND "age_s"='32'; | 1-27529608-21 |
What is the quarterfinal week for Austin Anderson? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT MIN("qtr_final_week") FROM "round_chart" WHERE "name_name_of_act"='Austin Anderson'; | 1-27529608-21 |
What is the genre for the group with ages 29-30? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT "genre" FROM "round_chart" WHERE "age_s"='29-30'; | 1-27529608-21 |
What is the age of the act who is a rapper? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT "age_s" FROM "round_chart" WHERE "act"='Rapper'; | 1-27529608-21 |
What is the hometown of Plutonic? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT "hometown" FROM "round_chart" WHERE "name_name_of_act"='PLUtonic'; | 1-27529608-21 |
How many semi-final weeks are there for acts from Pittsburgh, Pennsylvania? | CREATE TABLE "round_chart" (
"name_name_of_act" text,
"age_s" text,
"genre" text,
"act" text,
"hometown" text,
"qtr_final_week" real,
"semi_final_week" text,
"position_reached" text
); | SELECT COUNT("semi_final_week") FROM "round_chart" WHERE "hometown"='Pittsburgh, Pennsylvania'; | 1-27529608-21 |
What was the margin of victory for the event in lake forest, illinois? | CREATE TABLE "winners" (
"year" real,
"player" text,
"country" text,
"score" text,
"to_par" text,
"margin_of_victory" text,
"course" text,
"location" text,
"purse" real,
"winners_share" real
); | SELECT "margin_of_victory" FROM "winners" WHERE "location"='Lake Forest, Illinois'; | 1-275162-1 |
What was zach johnson's score to par? | CREATE TABLE "winners" (
"year" real,
"player" text,
"country" text,
"score" text,
"to_par" text,
"margin_of_victory" text,
"course" text,
"location" text,
"purse" real,
"winners_share" real
); | SELECT "to_par" FROM "winners" WHERE "player"='Zach Johnson'; | 1-275162-1 |
What was the winning score at bellerive country club? | CREATE TABLE "winners" (
"year" real,
"player" text,
"country" text,
"score" text,
"to_par" text,
"margin_of_victory" text,
"course" text,
"location" text,
"purse" real,
"winners_share" real
); | SELECT "score" FROM "winners" WHERE "course"='Bellerive Country Club'; | 1-275162-1 |
How many courses are located in carmel, indiana? | CREATE TABLE "winners" (
"year" real,
"player" text,
"country" text,
"score" text,
"to_par" text,
"margin_of_victory" text,
"course" text,
"location" text,
"purse" real,
"winners_share" real
); | SELECT COUNT("course") FROM "winners" WHERE "location"='Carmel, Indiana'; | 1-275162-1 |
How many status figures does James Finch have? | CREATE TABLE "race_results" (
"pos" real,
"sp" real,
"no" real,
"driver" text,
"car_name" text,
"car_make" text,
"entrant" text,
"laps" real,
"status" text
); | SELECT COUNT("status") FROM "race_results" WHERE "entrant"='James Finch'; | 1-27514362-7 |
What is the car make for Sterling Marlin? | CREATE TABLE "race_results" (
"pos" real,
"sp" real,
"no" real,
"driver" text,
"car_name" text,
"car_make" text,
"entrant" text,
"laps" real,
"status" text
); | SELECT "car_make" FROM "race_results" WHERE "driver"='Sterling Marlin'; | 1-27514362-7 |
What is the finish position for cars by Pontiac driven by Bobby Hamilton? | CREATE TABLE "race_results" (
"pos" real,
"sp" real,
"no" real,
"driver" text,
"car_name" text,
"car_make" text,
"entrant" text,
"laps" real,
"status" text
); | SELECT "pos" FROM "race_results" WHERE "car_make"='Pontiac' AND "driver"='Bobby Hamilton'; | 1-27514362-7 |
who are the participants that wear clothing in 33-23-36 | CREATE TABLE "contestants" (
"represent" real,
"contestant" text,
"age" real,
"sizes" text,
"height" text,
"hometown" text,
"agency" text
); | SELECT "contestant" FROM "contestants" WHERE "sizes"='33-23-36'; | 1-27515452-3 |
what is the oldest and lives in veraguas | CREATE TABLE "contestants" (
"represent" real,
"contestant" text,
"age" real,
"sizes" text,
"height" text,
"hometown" text,
"agency" text
); | SELECT MAX("age") FROM "contestants" WHERE "hometown"='Veraguas'; | 1-27515452-3 |
where is the participant marelissa him from | CREATE TABLE "contestants" (
"represent" real,
"contestant" text,
"age" real,
"sizes" text,
"height" text,
"hometown" text,
"agency" text
); | SELECT "hometown" FROM "contestants" WHERE "contestant"='Marelissa Him'; | 1-27515452-3 |
which company has a person that can wear clothing in 33-23-36 | CREATE TABLE "contestants" (
"represent" real,
"contestant" text,
"age" real,
"sizes" text,
"height" text,
"hometown" text,
"agency" text
); | SELECT "agency" FROM "contestants" WHERE "sizes"='33-23-36'; | 1-27515452-3 |
how tall is someone who is able to wear 33-24-35 | CREATE TABLE "contestants" (
"represent" real,
"contestant" text,
"age" real,
"sizes" text,
"height" text,
"hometown" text,
"agency" text
); | SELECT "height" FROM "contestants" WHERE "sizes"='33-24-35'; | 1-27515452-3 |
If the best winning average is 7.3-71, what are the total points? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT MIN("total_points") FROM "tournament_for_the_championship_of_canad" WHERE "best_winning_average"='7.3-71'; | 1-27533947-1 |
if the best run was 138, what is the amount of games lost? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT "games_lost" FROM "tournament_for_the_championship_of_canad" WHERE "best_run"=138; | 1-27533947-1 |
If the games won are 5, what is the best winning average? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT "best_winning_average" FROM "tournament_for_the_championship_of_canad" WHERE "games_won"=5; | 1-27533947-1 |
If the player is William Jakes, what are the total points? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT MIN("total_points") FROM "tournament_for_the_championship_of_canad" WHERE "players"='William Jakes'; | 1-27533947-1 |
If the grand average is 12.76-202, who is the player? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT "players" FROM "tournament_for_the_championship_of_canad" WHERE "grand_average"='12.76-202'; | 1-27533947-1 |
How many players had a best winning average of 20? | CREATE TABLE "tournament_for_the_championship_of_canad" (
"players" text,
"games_won" real,
"games_lost" real,
"total_points" real,
"grand_average" text,
"best_winning_average" text,
"best_run" real
); | SELECT COUNT("games_won") FROM "tournament_for_the_championship_of_canad" WHERE "best_winning_average"='20'; | 1-27533947-1 |
What was the October 22 record? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "record" FROM "regular_season" WHERE "date"='October 22'; | 1-27537518-4 |
What was the 6-4 score's maximum attendance? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT MAX("attendance") FROM "regular_season" WHERE "score"='6-4'; | 1-27537518-4 |
What was the score for game #1? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "score" FROM "regular_season" WHERE "game"=1; | 1-27537518-4 |
What was the record for the October 16 game? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "record" FROM "regular_season" WHERE "date"='October 16'; | 1-27537518-4 |
What was the record in the game whose first star was J. Oduya? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "record" FROM "regular_season" WHERE "first_star"='J. Oduya'; | 1-27537518-6 |
What was the score of the game whose first star was O. Pavelec? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "score" FROM "regular_season" WHERE "first_star"='O. Pavelec'; | 1-27537518-6 |
Who made the decision in the game played on December 26? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "decision" FROM "regular_season" WHERE "date"='December 26'; | 1-27537518-6 |
Where was the game seen by 10056 people played? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "location" FROM "regular_season" WHERE "attendance"=10056; | 1-27537518-6 |
Who was the first star of the game with record of 17-11-5? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "first_star" FROM "regular_season" WHERE "record"='17-11-5'; | 1-27537518-6 |
Who made the decisions in the game whose first star was V. Lecavalier? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "decision" FROM "regular_season" WHERE "first_star"='V. Lecavalier'; | 1-27537518-6 |
What was the final score the game where the Thrashers over-all record went to 22-16-6? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "score" FROM "regular_season" WHERE "record"='22-16-6'; | 1-27537518-7 |
Who got the decision in the game, when the final score was 1-7? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "decision" FROM "regular_season" WHERE "score"='1-7'; | 1-27537518-7 |
What date was M. Grabovski the first start of the game? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "date" FROM "regular_season" WHERE "first_star"='M. Grabovski'; | 1-27537518-7 |
What was the record for the game where the opponent was the Carolina Hurricanes? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "record" FROM "regular_season" WHERE "opponent"='Carolina Hurricanes'; | 1-27537518-9 |
On which date was the record of 27-28-11 set? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "date" FROM "regular_season" WHERE "record"='27-28-11'; | 1-27537518-9 |
Who made the decision on the game where the record was 29-28-12? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "decision" FROM "regular_season" WHERE "record"='29-28-12'; | 1-27537518-9 |
Who made the decision on the game where the record was 27-28-11? | CREATE TABLE "regular_season" (
"game" real,
"date" text,
"opponent" text,
"score" text,
"first_star" text,
"decision" text,
"location" text,
"attendance" real,
"record" text,
"points" real
); | SELECT "decision" FROM "regular_season" WHERE "record"='27-28-11'; | 1-27537518-9 |
Name the score for game 5 | CREATE TABLE "regular_season" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "score" FROM "regular_season" WHERE "game"=5; | 1-27539272-4 |
Name the most points for 1-3-1 record | CREATE TABLE "regular_season" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT MAX("points") FROM "regular_season" WHERE "record"='1-3-1'; | 1-27539272-4 |
Name the record for prudential center - 12,880 | CREATE TABLE "regular_season" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "record" FROM "regular_season" WHERE "location_attendance"='Prudential Center - 12,880'; | 1-27539272-4 |
Name the number of record for hp pavilion - 17,562 | CREATE TABLE "regular_season" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT COUNT("record") FROM "regular_season" WHERE "location_attendance"='HP Pavilion - 17,562'; | 1-27539272-4 |
On how many days in October was the score 6-1? | CREATE TABLE "game_log" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"decision" text,
"location_attendance" text,
"record" text
); | SELECT COUNT("october") FROM "game_log" WHERE "score"='6-1'; | 1-27537870-3 |
What is the location and what was the attendance on those days when the score was 3-5-1? | CREATE TABLE "game_log" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"decision" text,
"location_attendance" text,
"record" text
); | SELECT "location_attendance" FROM "game_log" WHERE "record"='3-5-1'; | 1-27537870-3 |
How many times was the sabres record 2-5-1? | CREATE TABLE "game_log" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"decision" text,
"location_attendance" text,
"record" text
); | SELECT COUNT("location_attendance") FROM "game_log" WHERE "record"='2-5-1'; | 1-27537870-3 |
What was the location and attendance for game 41? | CREATE TABLE "regular_season" (
"game" real,
"january" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "location_attendance" FROM "regular_season" WHERE "game"=41; | 1-27539272-7 |
On what day of January was the record 10-29-2? | CREATE TABLE "regular_season" (
"game" real,
"january" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT MAX("january") FROM "regular_season" WHERE "record"='10-29-2'; | 1-27539272-7 |
What are the most points scored in a game where the score was 1-2? | CREATE TABLE "regular_season" (
"game" real,
"january" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT MAX("points") FROM "regular_season" WHERE "score"='1-2'; | 1-27539272-7 |
On what day in January was the record 15-29-3? | CREATE TABLE "regular_season" (
"game" real,
"january" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT MAX("january") FROM "regular_season" WHERE "record"='15-29-3'; | 1-27539272-7 |
Against what team did the Islanders have a 5-18-5 record? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "opponent" FROM "regular_season" WHERE "record"='5-18-5'; | 1-27539535-5 |
Against what opponent did the game end 5-4? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "opponent" FROM "regular_season" WHERE "score"='5-4'; | 1-27539535-5 |
How many games were played against a team with a 9-19-6 record against the Islanders? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT COUNT("december") FROM "regular_season" WHERE "record"='9-19-6'; | 1-27539535-5 |
How many games did they play on october 9? | CREATE TABLE "regular_season" (
"game" real,
"october" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT COUNT("opponent") FROM "regular_season" WHERE "october"=9; | 1-27539808-3 |
What is the lowest number of points for game 32? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT MIN("points") FROM "regular_season" WHERE "game"=32; | 1-27539808-5 |
What is the location and attendance total from the game on December 1? | CREATE TABLE "regular_season" (
"game" real,
"december" real,
"opponent" text,
"score" text,
"location_attendance" text,
"record" text,
"points" real
); | SELECT "location_attendance" FROM "regular_season" WHERE "december"=1; | 1-27539808-5 |
Who directed the episode with 899000 viewers? | CREATE TABLE "table1_27547668_3" (
"num" real,
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"viewers" real,
"original_airdate" text,
"prod_code" real
); | SELECT "directed_by" FROM "table1_27547668_3" WHERE "viewers"=899000; | 1-27547668-3 |
What is the smallest numbered episode in the series listed? | CREATE TABLE "table1_27547668_3" (
"num" real,
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"viewers" real,
"original_airdate" text,
"prod_code" real
); | SELECT MIN("num") FROM "table1_27547668_3"; | 1-27547668-3 |
How many people watched episode number 13? | CREATE TABLE "table1_27547668_3" (
"num" real,
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"viewers" real,
"original_airdate" text,
"prod_code" real
); | SELECT "viewers" FROM "table1_27547668_3" WHERE "num"=13; | 1-27547668-3 |
What episode number in the season was written by Greg nelson and directed by Keith samples? | CREATE TABLE "table1_27547668_3" (
"num" real,
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"viewers" real,
"original_airdate" text,
"prod_code" real
); | SELECT "no" FROM "table1_27547668_3" WHERE "written_by"='Greg Nelson' AND "directed_by"='Keith Samples'; | 1-27547668-3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.