question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
How many times was the catalog number cal04 / 0091037553546? | CREATE TABLE "official_callanetics_dv_ds_by_callan_pin" (
"year" real,
"title" text,
"format" text,
"studio" text,
"release_date" text,
"copyright_information" text,
"catalog_number" text
); | SELECT COUNT("title") FROM "official_callanetics_dv_ds_by_callan_pin" WHERE "catalog_number"='CAL04 / 0091037553546'; | 1-27303975-3 |
how many times was the catalog number cal04 / 0091037553546? | CREATE TABLE "official_callanetics_dv_ds_by_callan_pin" (
"year" real,
"title" text,
"format" text,
"studio" text,
"release_date" text,
"copyright_information" text,
"catalog_number" text
); | SELECT COUNT("copyright_information") FROM "official_callanetics_dv_ds_by_callan_pin" WHERE "catalog_number"='CAL04 / 0091037553546'; | 1-27303975-3 |
how many times was the catalog number cal01 / 0091037137319? | CREATE TABLE "official_callanetics_dv_ds_by_callan_pin" (
"year" real,
"title" text,
"format" text,
"studio" text,
"release_date" text,
"copyright_information" text,
"catalog_number" text
); | SELECT COUNT("copyright_information") FROM "official_callanetics_dv_ds_by_callan_pin" WHERE "catalog_number"='CAL01 / 0091037137319'; | 1-27303975-3 |
how many times was the catalog number cal05 / 0091037137357? | CREATE TABLE "official_callanetics_dv_ds_by_callan_pin" (
"year" real,
"title" text,
"format" text,
"studio" text,
"release_date" text,
"copyright_information" text,
"catalog_number" text
); | SELECT COUNT("title") FROM "official_callanetics_dv_ds_by_callan_pin" WHERE "catalog_number"='CAL05 / 0091037137357'; | 1-27303975-3 |
who directed the episode that elaine ko wrote? | CREATE TABLE "table1_27332038_1" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_millions" text
); | SELECT "directed_by" FROM "table1_27332038_1" WHERE "written_by"='Elaine Ko'; | 1-27332038-1 |
when was the episode with production code "2arg01" originally aired? | CREATE TABLE "table1_27332038_1" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_millions" text
); | SELECT "original_air_date" FROM "table1_27332038_1" WHERE "production_code"='2ARG01'; | 1-27332038-1 |
what is the title of the episode with production code "2arg09"? | CREATE TABLE "table1_27332038_1" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_millions" text
); | SELECT "title" FROM "table1_27332038_1" WHERE "production_code"='2ARG09'; | 1-27332038-1 |
when was the episode with production code "2arg24" originally aired? | CREATE TABLE "table1_27332038_1" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_millions" text
); | SELECT "original_air_date" FROM "table1_27332038_1" WHERE "production_code"='2ARG24'; | 1-27332038-1 |
What episode had a share percentage of 41.5%? | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "episode" FROM "series_7_2013" WHERE "share_pct"='41.5'; | 1-27319183-7 |
What date was the show's weekly ranking 12? | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "date" FROM "series_7_2013" WHERE "weekly_rank"=12; | 1-27319183-7 |
How many total itv viewers were there for the episode with official itv ratings of 10.24 million? | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "total_itv_viewers_millions" FROM "series_7_2013" WHERE "official_itv_rating_millions"='10.24'; | 1-27319183-7 |
How many total itv viewers were there for the episode with official itv hd ratings of 1.12 million? | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "total_itv_viewers_millions" FROM "series_7_2013" WHERE "official_itv_hd_rating_millions"='1.12'; | 1-27319183-7 |
What were the official itv ratings in millions for the episode with a total of 8.53 million itv viewers | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "official_itv_rating_millions" FROM "series_7_2013" WHERE "total_itv_viewers_millions"='8.53'; | 1-27319183-7 |
What were the official itv ratings in millions for semi-final 5? | CREATE TABLE "series_7_2013" (
"episode" text,
"date" text,
"official_itv_rating_millions" text,
"weekly_rank" real,
"share_pct" text,
"official_itv_hd_rating_millions" text,
"total_itv_viewers_millions" text
); | SELECT "official_itv_rating_millions" FROM "series_7_2013" WHERE "episode"='Semi-final 5'; | 1-27319183-7 |
What is the club when the chairman is roger lambrecht? | CREATE TABLE "personnel_and_sponsoring" (
"club" text,
"chairman" text,
"current_manager" text,
"team_captain" text,
"kitmaker" text,
"shirt_sponsor" text
); | SELECT "club" FROM "personnel_and_sponsoring" WHERE "chairman"='Roger Lambrecht'; | 1-27374004-2 |
What is the team captain when the shirt sponser is quick? | CREATE TABLE "personnel_and_sponsoring" (
"club" text,
"chairman" text,
"current_manager" text,
"team_captain" text,
"kitmaker" text,
"shirt_sponsor" text
); | SELECT "team_captain" FROM "personnel_and_sponsoring" WHERE "shirt_sponsor"='Quick'; | 1-27374004-2 |
Who is the chairman when the current manager is bob peeters? | CREATE TABLE "personnel_and_sponsoring" (
"club" text,
"chairman" text,
"current_manager" text,
"team_captain" text,
"kitmaker" text,
"shirt_sponsor" text
); | SELECT "chairman" FROM "personnel_and_sponsoring" WHERE "current_manager"='Bob Peeters'; | 1-27374004-2 |
What is the club when the shirt sponsor is e-lotto.be? | CREATE TABLE "personnel_and_sponsoring" (
"club" text,
"chairman" text,
"current_manager" text,
"team_captain" text,
"kitmaker" text,
"shirt_sponsor" text
); | SELECT "club" FROM "personnel_and_sponsoring" WHERE "shirt_sponsor"='e-lotto.be'; | 1-27374004-2 |
Who is the team captain when the club is k.f.c. germinal beerschot? | CREATE TABLE "personnel_and_sponsoring" (
"club" text,
"chairman" text,
"current_manager" text,
"team_captain" text,
"kitmaker" text,
"shirt_sponsor" text
); | SELECT "team_captain" FROM "personnel_and_sponsoring" WHERE "club"='K.F.C. Germinal Beerschot'; | 1-27374004-2 |
What is the varsity name of the university of mcgill university? | CREATE TABLE "r_seau_du_sport_tudiant_du_qu_bec" (
"university" text,
"varsity_name" text,
"city" text,
"province" text,
"founded" real,
"soccer_stadium" text,
"stadium_capacity" real
); | SELECT "varsity_name" FROM "r_seau_du_sport_tudiant_du_qu_bec" WHERE "university"='McGill University'; | 1-27369069-4 |
What is the soccer stadium with the varsity name is citadins? | CREATE TABLE "r_seau_du_sport_tudiant_du_qu_bec" (
"university" text,
"varsity_name" text,
"city" text,
"province" text,
"founded" real,
"soccer_stadium" text,
"stadium_capacity" real
); | SELECT "soccer_stadium" FROM "r_seau_du_sport_tudiant_du_qu_bec" WHERE "varsity_name"='Citadins'; | 1-27369069-4 |
What is the province where the soccer statium is terrain #2 of complexe sportif claude-robillard? | CREATE TABLE "r_seau_du_sport_tudiant_du_qu_bec" (
"university" text,
"varsity_name" text,
"city" text,
"province" text,
"founded" real,
"soccer_stadium" text,
"stadium_capacity" real
); | SELECT "province" FROM "r_seau_du_sport_tudiant_du_qu_bec" WHERE "soccer_stadium"='terrain #2 of Complexe sportif Claude-Robillard'; | 1-27369069-4 |
What is the province for with the stadium capacity of 5100? | CREATE TABLE "r_seau_du_sport_tudiant_du_qu_bec" (
"university" text,
"varsity_name" text,
"city" text,
"province" text,
"founded" real,
"soccer_stadium" text,
"stadium_capacity" real
); | SELECT "province" FROM "r_seau_du_sport_tudiant_du_qu_bec" WHERE "stadium_capacity"=5100; | 1-27369069-4 |
What is the university where the soccer stadium is terrain #2 of complexe sportif claude-robillard? | CREATE TABLE "r_seau_du_sport_tudiant_du_qu_bec" (
"university" text,
"varsity_name" text,
"city" text,
"province" text,
"founded" real,
"soccer_stadium" text,
"stadium_capacity" real
); | SELECT "university" FROM "r_seau_du_sport_tudiant_du_qu_bec" WHERE "soccer_stadium"='terrain #2 of Complexe sportif Claude-Robillard'; | 1-27369069-4 |
When was the date of appointment by Hugo Broos? | CREATE TABLE "during_regular_season" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text,
"position_in_table" text
); | SELECT "date_of_appointment" FROM "during_regular_season" WHERE "replaced_by"='Hugo Broos'; | 1-27374004-4 |
How many times did outgoing manager Bart de Roover vacated a position? | CREATE TABLE "during_regular_season" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text,
"position_in_table" text
); | SELECT COUNT("date_of_vacancy") FROM "during_regular_season" WHERE "outgoing_manager"='Bart De Roover'; | 1-27374004-4 |
Who was the outgoing manager of the team in 15th position that was sacked? | CREATE TABLE "during_regular_season" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text,
"position_in_table" text
); | SELECT "outgoing_manager" FROM "during_regular_season" WHERE "manner_of_departure"='Sacked' AND "position_in_table"='15th'; | 1-27374004-4 |
What was the team's position in table when Danny OST was the outgoing manager? | CREATE TABLE "during_regular_season" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text,
"position_in_table" text
); | SELECT "position_in_table" FROM "during_regular_season" WHERE "outgoing_manager"='Danny Ost'; | 1-27374004-4 |
how many maximum # when viewers (m) is 8.01 | CREATE TABLE "ratings" (
"num" real,
"episode" text,
"air_date" text,
"rating" text,
"share" text,
"18_49_rating_share" text,
"viewers_m" text,
"weekly_rank_num" text
); | SELECT MAX("num") FROM "ratings" WHERE "viewers_m"='8.01'; | 1-27374740-2 |
how many number 18-49 (rating/share) when viewers (m) is 7.35 | CREATE TABLE "ratings" (
"num" real,
"episode" text,
"air_date" text,
"rating" text,
"share" text,
"18_49_rating_share" text,
"viewers_m" text,
"weekly_rank_num" text
); | SELECT "18_49_rating_share" FROM "ratings" WHERE "viewers_m"='7.35'; | 1-27374740-2 |
what is episode "take two" air date | CREATE TABLE "ratings" (
"num" real,
"episode" text,
"air_date" text,
"rating" text,
"share" text,
"18_49_rating_share" text,
"viewers_m" text,
"weekly_rank_num" text
); | SELECT "air_date" FROM "ratings" WHERE "episode"='\"Take Two\"'; | 1-27374740-2 |
when air date is october 14, 2010 what are all 18-49 (rating/share date. | CREATE TABLE "ratings" (
"num" real,
"episode" text,
"air_date" text,
"rating" text,
"share" text,
"18_49_rating_share" text,
"viewers_m" text,
"weekly_rank_num" text
); | SELECT "18_49_rating_share" FROM "ratings" WHERE "air_date"='October 14, 2010'; | 1-27374740-2 |
How many outgoing managers were replaced by Bob Peeters? | CREATE TABLE "during_summer_break" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text
); | SELECT COUNT("outgoing_manager") FROM "during_summer_break" WHERE "replaced_by"='Bob Peeters'; | 1-27374004-3 |
Who replaced Michel Preud'homme? | CREATE TABLE "during_summer_break" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text
); | SELECT "replaced_by" FROM "during_summer_break" WHERE "outgoing_manager"='Michel Preud''homme'; | 1-27374004-3 |
What was the manner of departure for the manager of Cercle Brugge? | CREATE TABLE "during_summer_break" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text
); | SELECT "manner_of_departure" FROM "during_summer_break" WHERE "team"='Cercle Brugge'; | 1-27374004-3 |
Who was the outgoing manager of Charleroi? | CREATE TABLE "during_summer_break" (
"team" text,
"outgoing_manager" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"replaced_by" text,
"date_of_appointment" text
); | SELECT "outgoing_manager" FROM "during_summer_break" WHERE "team"='Charleroi'; | 1-27374004-3 |
What sponsor has the head coach Samad Marfavi? | CREATE TABLE "personnel_and_sponsoring" (
"team" text,
"head_coach" text,
"team_captain" text,
"kit_maker" text,
"shirt_sponsor" text,
"past_season" text
); | SELECT "shirt_sponsor" FROM "personnel_and_sponsoring" WHERE "head_coach"='Samad Marfavi'; | 1-27383390-2 |
What sponsor has merooj kit maker and captain Pejman Nouri? | CREATE TABLE "personnel_and_sponsoring" (
"team" text,
"head_coach" text,
"team_captain" text,
"kit_maker" text,
"shirt_sponsor" text,
"past_season" text
); | SELECT "shirt_sponsor" FROM "personnel_and_sponsoring" WHERE "kit_maker"='Merooj' AND "team_captain"='Pejman Nouri'; | 1-27383390-2 |
Which team has Ali Daei as head coach? | CREATE TABLE "personnel_and_sponsoring" (
"team" text,
"head_coach" text,
"team_captain" text,
"kit_maker" text,
"shirt_sponsor" text,
"past_season" text
); | SELECT "team" FROM "personnel_and_sponsoring" WHERE "head_coach"='Ali Daei'; | 1-27383390-2 |
What is the kit maker for team foolad? | CREATE TABLE "personnel_and_sponsoring" (
"team" text,
"head_coach" text,
"team_captain" text,
"kit_maker" text,
"shirt_sponsor" text,
"past_season" text
); | SELECT "kit_maker" FROM "personnel_and_sponsoring" WHERE "team"='Foolad'; | 1-27383390-2 |
How many head coaches named Darius Mikaeili? | CREATE TABLE "personnel_and_sponsoring" (
"team" text,
"head_coach" text,
"team_captain" text,
"kit_maker" text,
"shirt_sponsor" text,
"past_season" text
); | SELECT COUNT("head_coach") FROM "personnel_and_sponsoring" WHERE "team_captain"='Darius Mikaeili'; | 1-27383390-2 |
Who is the outgoing head coach when the incoming head coach is abdollah veysi? | CREATE TABLE "in_season" (
"team" text,
"outgoing_head_coach" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"position_in_table" real,
"incoming_head_coach" text,
"date_of_appointment" text
); | SELECT "outgoing_head_coach" FROM "in_season" WHERE "incoming_head_coach"='Abdollah Veysi'; | 1-27383390-4 |
When is the date of appointment when the position in table is 16? | CREATE TABLE "in_season" (
"team" text,
"outgoing_head_coach" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"position_in_table" real,
"incoming_head_coach" text,
"date_of_appointment" text
); | SELECT "date_of_appointment" FROM "in_season" WHERE "position_in_table"=16; | 1-27383390-4 |
How many times is the incoming head coach abdollah veysi? | CREATE TABLE "in_season" (
"team" text,
"outgoing_head_coach" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"position_in_table" real,
"incoming_head_coach" text,
"date_of_appointment" text
); | SELECT COUNT("team") FROM "in_season" WHERE "incoming_head_coach"='Abdollah Veysi'; | 1-27383390-4 |
What is the team with the date of vacancy 8 dec 2010? | CREATE TABLE "in_season" (
"team" text,
"outgoing_head_coach" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"position_in_table" real,
"incoming_head_coach" text,
"date_of_appointment" text
); | SELECT "team" FROM "in_season" WHERE "date_of_vacancy"='8 Dec 2010'; | 1-27383390-4 |
What is the manner of departure when the incoming head coach is mohammad khakpour? | CREATE TABLE "in_season" (
"team" text,
"outgoing_head_coach" text,
"manner_of_departure" text,
"date_of_vacancy" text,
"position_in_table" real,
"incoming_head_coach" text,
"date_of_appointment" text
); | SELECT "manner_of_departure" FROM "in_season" WHERE "incoming_head_coach"='Mohammad Khakpour'; | 1-27383390-4 |
How many millions of U.S viewers watched the episode titled "Mended Hearts"? | CREATE TABLE "table1_27389024_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "u_s_viewers_millions" FROM "table1_27389024_2" WHERE "title"='\"Mended Hearts\"'; | 1-27389024-2 |
How many millions of U.S. viewers watched the episode titled "Lost Boys"? | CREATE TABLE "table1_27389024_2" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "u_s_viewers_millions" FROM "table1_27389024_2" WHERE "title"='\"Lost Boys\"'; | 1-27389024-2 |
What is the original air date of the episode that was written by Rama Stagner? | CREATE TABLE "table1_27389024_2" (
"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_27389024_2" WHERE "written_by"='Rama Stagner'; | 1-27389024-2 |
For the #19 car, what was their finish position? | CREATE TABLE "race_results" (
"pos" real,
"grid" real,
"car" real,
"driver" text,
"constructor" text,
"manufacturer" text,
"laps" real,
"laps_led" real,
"points" real
); | SELECT MAX("pos") FROM "race_results" WHERE "car"=19; | 1-27396005-2 |
How many constructors had a grid of 13? | CREATE TABLE "race_results" (
"pos" real,
"grid" real,
"car" real,
"driver" text,
"constructor" text,
"manufacturer" text,
"laps" real,
"laps_led" real,
"points" real
); | SELECT COUNT("constructor") FROM "race_results" WHERE "grid"=13; | 1-27396005-2 |
What was the maximum finish position of the car whose constructor was Joe Gibbs Racing, driven by Denny Hamlin? | CREATE TABLE "race_results" (
"pos" real,
"grid" real,
"car" real,
"driver" text,
"constructor" text,
"manufacturer" text,
"laps" real,
"laps_led" real,
"points" real
); | SELECT MAX("pos") FROM "race_results" WHERE "constructor"='Joe Gibbs Racing' AND "driver"='Denny Hamlin'; | 1-27396005-2 |
List all titles with a 57 series number. | CREATE TABLE "table1_27397948_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "title" FROM "table1_27397948_2" WHERE "no_in_series"=57; | 1-27397948-2 |
What's the highest season number with a series number of 47? | CREATE TABLE "table1_27397948_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT MAX("no_in_season") FROM "table1_27397948_2" WHERE "no_in_series"=47; | 1-27397948-2 |
Who was the writer for season episode 7? | CREATE TABLE "table1_27397948_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "written_by" FROM "table1_27397948_2" WHERE "no_in_season"=7; | 1-27397948-2 |
How many millions of US viewers were there for the episode "No Safe Place"? | CREATE TABLE "table1_27397948_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "u_s_viewers_millions" FROM "table1_27397948_2" WHERE "title"='\"No Safe Place\"'; | 1-27397948-2 |
Name who directed when the viewers is 5.86 | CREATE TABLE "table1_27401228_1" (
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "directed_by" FROM "table1_27401228_1" WHERE "u_s_viewers_million"='5.86'; | 1-27401228-1 |
Where is lootos põlva from? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "location" FROM "2013_naiste_meistriliiga" WHERE "club"='Lootos Põlva'; | 1-27409644-1 |
Who is the manager for lootos põlva? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "manager" FROM "2013_naiste_meistriliiga" WHERE "club"='Lootos Põlva'; | 1-27409644-1 |
Where is lootospark from? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "location" FROM "2013_naiste_meistriliiga" WHERE "ground"='Lootospark'; | 1-27409644-1 |
Who is the pärnu manager? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "manager" FROM "2013_naiste_meistriliiga" WHERE "club"='Pärnu'; | 1-27409644-1 |
Where is the team that is managed by richard barnwell from? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "location" FROM "2013_naiste_meistriliiga" WHERE "manager"='Richard Barnwell'; | 1-27409644-1 |
What is the home location for team flora tallinn? | CREATE TABLE "2013_naiste_meistriliiga" (
"club" text,
"location" text,
"ground" text,
"manager" text,
"titles" real,
"last_title" text
); | SELECT "ground" FROM "2013_naiste_meistriliiga" WHERE "club"='Flora Tallinn'; | 1-27409644-1 |
How many viewers watched the episode written by shana goldberg-meehan & greg malins? | CREATE TABLE "table1_27403436_1" (
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "u_s_viewers_million" FROM "table1_27403436_1" WHERE "written_by"='Shana Goldberg-Meehan & Greg Malins'; | 1-27403436-1 |
which number lists the production code as 2j5809 | CREATE TABLE "table1_27403436_1" (
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"production_code" text,
"u_s_viewers_million" text
); | SELECT "no" FROM "table1_27403436_1" WHERE "production_code"='2J5809'; | 1-27403436-1 |
What position was Bob Lilly? | CREATE TABLE "table1_274117_5" (
"number" real,
"player" text,
"position" text,
"seasons_by_team" text,
"year_of_induction_into_pro_football_hall_of_fame" text
); | SELECT "position" FROM "table1_274117_5" WHERE "player"='Bob Lilly'; | 1-274117-5 |
What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances? | CREATE TABLE "table1_274117_5" (
"number" real,
"player" text,
"position" text,
"seasons_by_team" text,
"year_of_induction_into_pro_football_hall_of_fame" text
); | SELECT "seasons_by_team" FROM "table1_274117_5" WHERE "position"='OL' AND "number"=11; | 1-274117-5 |
What position was the player who was inducted into the Pro Football Hall of Fame in 1980? | CREATE TABLE "table1_274117_5" (
"number" real,
"player" text,
"position" text,
"seasons_by_team" text,
"year_of_induction_into_pro_football_hall_of_fame" text
); | SELECT "position" FROM "table1_274117_5" WHERE "year_of_induction_into_pro_football_hall_of_fame"='1980'; | 1-274117-5 |
When was Will Shields inducted into the Pro Football Hall of Fame? | CREATE TABLE "table1_274117_5" (
"number" real,
"player" text,
"position" text,
"seasons_by_team" text,
"year_of_induction_into_pro_football_hall_of_fame" text
); | SELECT "year_of_induction_into_pro_football_hall_of_fame" FROM "table1_274117_5" WHERE "player"='Will Shields'; | 1-274117-5 |
What is the fewest amount of Pro Bowl appearances any of the players had? | CREATE TABLE "table1_274117_5" (
"number" real,
"player" text,
"position" text,
"seasons_by_team" text,
"year_of_induction_into_pro_football_hall_of_fame" text
); | SELECT MIN("number") FROM "table1_274117_5"; | 1-274117-5 |
Who directed the episode titled "Not Without My Jacket"? | CREATE TABLE "table1_27412213_3" (
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_viewers_million" text,
"original_air_date" text,
"production_code" text
); | SELECT "directed_by" FROM "table1_27412213_3" WHERE "title"='\"Not Without My Jacket\"'; | 1-27412213-3 |
How many U.S. viewers in millions watched the episode titled "The Truth About Dads and Moms"? | CREATE TABLE "table1_27412213_3" (
"no" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_viewers_million" text,
"original_air_date" text,
"production_code" text
); | SELECT COUNT("u_s_viewers_million") FROM "table1_27412213_3" WHERE "title"='\"The Truth About Dads and Moms\"'; | 1-27412213-3 |
What is the life expectancy of men with an IMR of 64? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "life_expectancy_males" FROM "table1_27434_2" WHERE "imr"=64; | 1-27434-2 |
How many live births per year do people with a life expectancy of 65.1 have? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "live_births_per_year" FROM "table1_27434_2" WHERE "life_expectancy_total"='65.1'; | 1-27434-2 |
What period was there a 22.7 NC? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "period" FROM "table1_27434_2" WHERE "nc"='22.7'; | 1-27434-2 |
What is the natural change per year for the 7.2 CDR group? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "natural_change_per_year" FROM "table1_27434_2" WHERE "cdr"='7.2'; | 1-27434-2 |
What is the natural change per year for the 34 IMR group? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "natural_change_per_year" FROM "table1_27434_2" WHERE "imr"=34; | 1-27434-2 |
What period was the life expectancy at 62.4? | CREATE TABLE "table1_27434_2" (
"period" text,
"live_births_per_year" text,
"deaths_per_year" text,
"natural_change_per_year" text,
"cbr" text,
"cdr" text,
"nc" text,
"tfr" text,
"imr" real,
"life_expectancy_total" text,
"life_expectancy_males" text,
"life_expectancy_females" text
); | SELECT "period" FROM "table1_27434_2" WHERE "life_expectancy_total"='62.4'; | 1-27434-2 |
Who is the artiest when the number one single is "elle"? | CREATE TABLE "m" (
"artist" text,
"country" text,
"number_one_single_s" text,
"year" real,
"weeks_at_num1" real,
"straight_to_num1" text
); | SELECT "artist" FROM "m" WHERE "number_one_single_s"='\"Elle\"'; | 1-27441210-14 |
In what year is australia/oceania listed? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT COUNT("year") FROM "table1_27435931_1" WHERE "continent"='Australia/Oceania'; | 1-27435931-1 |
what was the elevation in september 2009? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT "elevation_m" FROM "table1_27435931_1" WHERE "year"='September 2009'; | 1-27435931-1 |
what is the continent in which the country russia is listed? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT "continent" FROM "table1_27435931_1" WHERE "country"='Russia'; | 1-27435931-1 |
what was the lowest elevation in april 2006? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT MIN("elevation_ft") FROM "table1_27435931_1" WHERE "year"='April 2006'; | 1-27435931-1 |
what is elevation of tanzania? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT COUNT("elevation_ft") FROM "table1_27435931_1" WHERE "country"='Tanzania'; | 1-27435931-1 |
what is the elevation of south america? | CREATE TABLE "table1_27435931_1" (
"year" text,
"summits" text,
"country" text,
"continent" text,
"elevation_ft" real,
"elevation_m" real
); | SELECT "elevation_ft" FROM "table1_27435931_1" WHERE "continent"='South America'; | 1-27435931-1 |
List the season above 241.0 that was handled by brad tanenbaum. | CREATE TABLE "table1_27437601_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "no_in_season" FROM "table1_27437601_2" WHERE "directed_by"='Brad Tanenbaum' AND "no_in_series">241.0; | 1-27437601-2 |
List the series number with the espide called "shock waves". | CREATE TABLE "table1_27437601_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "no_in_series" FROM "table1_27437601_2" WHERE "title"='\"Shock Waves\"'; | 1-27437601-2 |
List the 1st air date for season 12. | CREATE TABLE "table1_27437601_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT "original_air_date" FROM "table1_27437601_2" WHERE "no_in_season"=12; | 1-27437601-2 |
List the series number for season 12. | CREATE TABLE "table1_27437601_2" (
"no_in_series" real,
"no_in_season" real,
"title" text,
"directed_by" text,
"written_by" text,
"original_air_date" text,
"u_s_viewers_millions" text
); | SELECT COUNT("no_in_series") FROM "table1_27437601_2" WHERE "no_in_season"=12; | 1-27437601-2 |
How many years was the country Belgium? | CREATE TABLE "l" (
"artist" text,
"country" text,
"number_one_single_s" text,
"year" real,
"weeks_at_num1" real,
"straight_to_num1" text
); | SELECT COUNT("year") FROM "l" WHERE "country"='Belgium'; | 1-27441210-13 |
What number-one single is performed by artist Pep's? | CREATE TABLE "p" (
"artist" text,
"country" text,
"number_one_single_s" text,
"year" real,
"weeks_at_num1" real,
"straight_to_num1" text
); | SELECT "number_one_single_s" FROM "p" WHERE "artist"='Pep''s'; | 1-27441210-17 |
Where were the auditions held in the episode that aired on january 27, 2011? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT "audition_city" FROM "regional_auditions" WHERE "episode_air_date"='January 27, 2011'; | 1-27455867-1 |
In how many different audition cities were the Bridgestone arena auditions held? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT COUNT("audition_city") FROM "regional_auditions" WHERE "audition_venue"='Bridgestone Arena'; | 1-27455867-1 |
When was the callback audition date for the audition city from the episode aired on February 2, 2011? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT "callback_audition_date" FROM "regional_auditions" WHERE "episode_air_date"='February 2, 2011'; | 1-27455867-1 |
When were the callback auditions at Hilton Riverside Hotel held? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT "callback_audition_date" FROM "regional_auditions" WHERE "callback_venue"='Hilton Riverside Hotel'; | 1-27455867-1 |
What was the callback venue for the audition city in the episode aired on January 20, 2011? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT "callback_venue" FROM "regional_auditions" WHERE "episode_air_date"='January 20, 2011'; | 1-27455867-1 |
When were the callback auditions for the audition city in the episode aired on February 9, 2011? | CREATE TABLE "regional_auditions" (
"episode_air_date" text,
"audition_city" text,
"first_audition_date" text,
"audition_venue" text,
"callback_audition_date" text,
"callback_venue" text,
"golden_tickets" text
); | SELECT "callback_audition_date" FROM "regional_auditions" WHERE "episode_air_date"='February 9, 2011'; | 1-27455867-1 |
How many episodes did Eve Weston write? | CREATE TABLE "table1_27462177_1" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_viewers_millions" text,
"original_u_s_air_date" text,
"prod_code" real
); | SELECT COUNT("no_in_series") FROM "table1_27462177_1" WHERE "written_by"='Eve Weston'; | 1-27462177-1 |
How many millions of US viewers watched the episode written by Jack Sanderson? | CREATE TABLE "table1_27462177_1" (
"no_in_series" real,
"title" text,
"directed_by" text,
"written_by" text,
"u_s_viewers_millions" text,
"original_u_s_air_date" text,
"prod_code" real
); | SELECT "u_s_viewers_millions" FROM "table1_27462177_1" WHERE "written_by"='Jack Sanderson'; | 1-27462177-1 |
What is the series episode number of "Taxi Dance"? | CREATE TABLE "table1_27462199_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 MIN("no_in_series") FROM "table1_27462199_1" WHERE "title"='\"Taxi Dance\"'; | 1-27462199-1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.