question
stringlengths
12
244
create_table_statement
stringlengths
97
895
sql_query
stringlengths
27
479
wiki_sql_table_id
stringlengths
8
14
What is the netflix code where the series and episode are 4-11?
CREATE TABLE "season_4_2004" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "netflix" FROM "season_4_2004" WHERE "series_ep"='4-11';
1-15187735-4
What is listed in segment b when segment c is artificial flowers?
CREATE TABLE "season_21_2013" ( "series_ep" text, "episode" real, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_b" FROM "season_21_2013" WHERE "segment_c"='Artificial Flowers';
1-15187735-21
What are the titles of segment c when segment d is motorcycle brake locks?
CREATE TABLE "season_21_2013" ( "series_ep" text, "episode" real, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_c" FROM "season_21_2013" WHERE "segment_d"='Motorcycle Brake Locks';
1-15187735-21
What are the titles of segment c for series episode is 21-08?
CREATE TABLE "season_21_2013" ( "series_ep" text, "episode" real, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_c" FROM "season_21_2013" WHERE "series_ep"='21-08';
1-15187735-21
What are the titles of segment b when segment c is standby generators (part 1)?
CREATE TABLE "season_21_2013" ( "series_ep" text, "episode" real, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_b" FROM "season_21_2013" WHERE "segment_c"='Standby Generators (Part 1)';
1-15187735-21
What are the titles of segment a for series episode 21-12?
CREATE TABLE "season_21_2013" ( "series_ep" text, "episode" real, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_a" FROM "season_21_2013" WHERE "series_ep"='21-12';
1-15187735-21
Name the number of episode for phyllo dough
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT COUNT("episode") FROM "season_3_2003" WHERE "segment_c"='Phyllo Dough';
1-15187735-3
Name the segment d for combination locks
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_d" FROM "season_3_2003" WHERE "segment_a"='Combination Locks';
1-15187735-3
Name the series ep for s02e08
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "series_ep" FROM "season_3_2003" WHERE "netflix"='S02E08';
1-15187735-3
Name the segment c for couscous
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_c" FROM "season_3_2003" WHERE "segment_b"='Couscous';
1-15187735-3
Name the segment c for pottery
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_c" FROM "season_3_2003" WHERE "segment_b"='Pottery';
1-15187735-3
Name the segment d for chicken
CREATE TABLE "season_3_2003" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_d" FROM "season_3_2003" WHERE "segment_c"='Chicken';
1-15187735-3
What is the Segment A for when Segment C is s Sailboard?
CREATE TABLE "season_6_2005_2006" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_a" FROM "season_6_2005_2006" WHERE "segment_c"='s Sailboard';
1-15187735-6
What is the Segment B when the Segment D is s Hammock?
CREATE TABLE "season_6_2005_2006" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_b" FROM "season_6_2005_2006" WHERE "segment_d"='s Hammock';
1-15187735-6
What is the Netflix Episode when the Segment B is s Highlighter?
CREATE TABLE "season_6_2005_2006" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "netflix" FROM "season_6_2005_2006" WHERE "segment_b"='s Highlighter';
1-15187735-6
What is the location of #1?
CREATE TABLE "bowl_games" ( "num" real, "season" real, "bowl_game" text, "result" text, "opponent" text, "stadium" text, "location" text, "attendance" text );
SELECT "location" FROM "bowl_games" WHERE "num"=1;
1-15190346-2
What stadium was the 1994 Gator Bowl in?
CREATE TABLE "bowl_games" ( "num" real, "season" real, "bowl_game" text, "result" text, "opponent" text, "stadium" text, "location" text, "attendance" text );
SELECT "stadium" FROM "bowl_games" WHERE "bowl_game"='1994 Gator Bowl';
1-15190346-2
What is the stadium where the attendance was 75,406?
CREATE TABLE "bowl_games" ( "num" real, "season" real, "bowl_game" text, "result" text, "opponent" text, "stadium" text, "location" text, "attendance" text );
SELECT "stadium" FROM "bowl_games" WHERE "attendance"='75,406';
1-15190346-2
What is the number of the bowl game when attendance was 79,280?
CREATE TABLE "bowl_games" ( "num" real, "season" real, "bowl_game" text, "result" text, "opponent" text, "stadium" text, "location" text, "attendance" text );
SELECT MAX("num") FROM "bowl_games" WHERE "attendance"='79,280';
1-15190346-2
What was the attendance of the bowl game in Gainesville, Fl?
CREATE TABLE "bowl_games" ( "num" real, "season" real, "bowl_game" text, "result" text, "opponent" text, "stadium" text, "location" text, "attendance" text );
SELECT "attendance" FROM "bowl_games" WHERE "location"='Gainesville, FL';
1-15190346-2
Name the total number of median income for population 2006 for 365540
CREATE TABLE "table1_151994_1" ( "district" text, "population_2006_est" real, "area_km" text, "density_km" text, "median_monthly_per_capita_labour_force_income_hkd" text );
SELECT COUNT("median_monthly_per_capita_labour_force_income_hkd") FROM "table1_151994_1" WHERE "population_2006_est"=365540;
1-151994-1
Name the minimum derby county goals
CREATE TABLE "minor_competitions" ( "competition" text, "played" real, "derby_county" real, "draw" real, "nottingham_forest" real, "derby_county_goals" real, "nottingham_forest_goals" real );
SELECT MIN("derby_county_goals") FROM "minor_competitions";
1-15201666-3
Name the most derby county
CREATE TABLE "minor_competitions" ( "competition" text, "played" real, "derby_county" real, "draw" real, "nottingham_forest" real, "derby_county_goals" real, "nottingham_forest_goals" real );
SELECT MAX("derby_county") FROM "minor_competitions";
1-15201666-3
In episode 115 what is seen being made before British police helmets?
CREATE TABLE "season_9_2007" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT "segment_b" FROM "season_9_2007" WHERE "segment_c"='British Police Helmets';
1-15187735-9
How many times was leather introduced before pedal steel guitars in episode 111?
CREATE TABLE "season_9_2007" ( "series_ep" text, "episode" real, "netflix" text, "segment_a" text, "segment_b" text, "segment_c" text, "segment_d" text );
SELECT COUNT("segment_c") FROM "season_9_2007" WHERE "segment_d"='Pedal Steel Guitars';
1-15187735-9
Name the engines for state trust
CREATE TABLE "american_seafoods_company_fleet" ( "name" text, "length" text, "tonnage" real, "built_by" text, "year" real, "engines" text, "horsepowers" real, "former_names" text );
SELECT "engines" FROM "american_seafoods_company_fleet" WHERE "former_names"='State Trust';
1-15230458-1
What are the details of the journey for the episode titled "Zambezi Express"?
CREATE TABLE "table1_15211468_1" ( "episode_no" text, "episode_title" text, "uk_broadcast_date" text, "presenter" text, "details_of_journey" text, "countries_visited" text );
SELECT "details_of_journey" FROM "table1_15211468_1" WHERE "episode_title"='\"Zambezi Express\"';
1-15211468-1
What was the UK broadcast date for the episode which visited USA?
CREATE TABLE "table1_15211468_1" ( "episode_no" text, "episode_title" text, "uk_broadcast_date" text, "presenter" text, "details_of_journey" text, "countries_visited" text );
SELECT "uk_broadcast_date" FROM "table1_15211468_1" WHERE "countries_visited"='USA';
1-15211468-1
What are the details of the journey for the episode titled "Deccan"?
CREATE TABLE "table1_15211468_1" ( "episode_no" text, "episode_title" text, "uk_broadcast_date" text, "presenter" text, "details_of_journey" text, "countries_visited" text );
SELECT "details_of_journey" FROM "table1_15211468_1" WHERE "episode_title"='\"Deccan\"';
1-15211468-1
What countries are visited in the episode presented by Brian B. Thompson?
CREATE TABLE "table1_15211468_1" ( "episode_no" text, "episode_title" text, "uk_broadcast_date" text, "presenter" text, "details_of_journey" text, "countries_visited" text );
SELECT "countries_visited" FROM "table1_15211468_1" WHERE "presenter"='Brian B. Thompson';
1-15211468-1
What is the episode title for the episode numbered #1.4?
CREATE TABLE "table1_15211468_1" ( "episode_no" text, "episode_title" text, "uk_broadcast_date" text, "presenter" text, "details_of_journey" text, "countries_visited" text );
SELECT "episode_title" FROM "table1_15211468_1" WHERE "episode_no"='#1.4';
1-15211468-1
Name the social democratic party for labour
CREATE TABLE "summary_of_election_results_1973_2003" ( "election" real, "labour" real, "conservative" real, "liberal" real, "social_democratic_party" real, "social_and_liberal_democrats_liberal_democrats" real, "independent" real, "green" real, "other" text, "control" text );
SELECT "social_democratic_party" FROM "summary_of_election_results_1973_2003" WHERE "control"='Labour';
1-152358-3
Name the least leabour for social and liberal democrats being 14
CREATE TABLE "summary_of_election_results_1973_2003" ( "election" real, "labour" real, "conservative" real, "liberal" real, "social_democratic_party" real, "social_and_liberal_democrats_liberal_democrats" real, "independent" real, "green" real, "other" text, "control" text );
SELECT MIN("labour") FROM "summary_of_election_results_1973_2003" WHERE "social_and_liberal_democrats_liberal_democrats"=14;
1-152358-3
Who wrote episode 11, of which was directed by Will Waring?
CREATE TABLE "table1_15284274_1" ( "no_in_season" real, "no_disc" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text );
SELECT "written_by" FROM "table1_15284274_1" WHERE "directed_by"='Will Waring' AND "no_in_season"=11;
1-15284274-1
Who wrote the episode directed by Peter Woeste?
CREATE TABLE "table1_15284274_1" ( "no_in_season" real, "no_disc" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text );
SELECT "written_by" FROM "table1_15284274_1" WHERE "directed_by"='Peter Woeste';
1-15284274-1
Who was the director of Pecado Mortal
CREATE TABLE "submissions" ( "year_ceremony" real, "original_title" text, "english_title" text, "director" text, "result" text );
SELECT "director" FROM "submissions" WHERE "original_title"='Pecado Mortal';
1-15277629-1
What was the original title of the Bruno Barreto film in 1989
CREATE TABLE "submissions" ( "year_ceremony" real, "original_title" text, "english_title" text, "director" text, "result" text );
SELECT "original_title" FROM "submissions" WHERE "director"='Bruno Barreto' AND "year_ceremony"=1989;
1-15277629-1
What was the result for director Fernando Meirelles
CREATE TABLE "submissions" ( "year_ceremony" real, "original_title" text, "english_title" text, "director" text, "result" text );
SELECT "result" FROM "submissions" WHERE "director"='Fernando Meirelles';
1-15277629-1
Name the original title of the Suzana Amaral film
CREATE TABLE "submissions" ( "year_ceremony" real, "original_title" text, "english_title" text, "director" text, "result" text );
SELECT "original_title" FROM "submissions" WHERE "director"='Suzana Amaral';
1-15277629-1
If 0.52% is the percentage of the population in chinas tujia what is the overall amount of tujia population?
CREATE TABLE "by_county" ( "province" text, "prefecture" text, "county" text, "tujia_population" real, "pct_of_chinas_tujia_population" text );
SELECT COUNT("tujia_population") FROM "by_county" WHERE "pct_of_chinas_tujia_population"='0.52%';
1-152834-2
When tujia population equals 388035 people and the % of the population is 4.83% which country is it?
CREATE TABLE "by_county" ( "province" text, "prefecture" text, "county" text, "tujia_population" real, "pct_of_chinas_tujia_population" text );
SELECT "county" FROM "by_county" WHERE "pct_of_chinas_tujia_population"='4.83%' AND "tujia_population"=388035;
1-152834-2
When the tujia population is 462444 what is the overall percentage of the chinas tujia population?
CREATE TABLE "by_county" ( "province" text, "prefecture" text, "county" text, "tujia_population" real, "pct_of_chinas_tujia_population" text );
SELECT "pct_of_chinas_tujia_population" FROM "by_county" WHERE "tujia_population"=462444;
1-152834-2
If the country is fenghuang how many provinces are there?
CREATE TABLE "by_county" ( "province" text, "prefecture" text, "county" text, "tujia_population" real, "pct_of_chinas_tujia_population" text );
SELECT COUNT("province") FROM "by_county" WHERE "county"='Fenghuang';
1-152834-2
If yongshun is the county what is the overall percentage of the chinas tujia population?
CREATE TABLE "by_county" ( "province" text, "prefecture" text, "county" text, "tujia_population" real, "pct_of_chinas_tujia_population" text );
SELECT "pct_of_chinas_tujia_population" FROM "by_county" WHERE "county"='Yongshun';
1-152834-2
Who is in group a when indiana is in group d?
CREATE TABLE "proposed_regions" ( "region" real, "group_a" text, "group_b" text, "group_c" text, "group_d" text, "group_e" text, "group_f" text );
SELECT "group_a" FROM "proposed_regions" WHERE "group_d"='Indiana';
1-15290638-1
Who is in group a when indiana is in group d?
CREATE TABLE "proposed_regions" ( "region" real, "group_a" text, "group_b" text, "group_c" text, "group_d" text, "group_e" text, "group_f" text );
SELECT "group_a" FROM "proposed_regions" WHERE "group_d"='Indiana';
1-15290638-1
Who is in group c when wisconsin is in group d?
CREATE TABLE "proposed_regions" ( "region" real, "group_a" text, "group_b" text, "group_c" text, "group_d" text, "group_e" text, "group_f" text );
SELECT "group_c" FROM "proposed_regions" WHERE "group_d"='Wisconsin';
1-15290638-1
Who is in group c when iowa is in group e?
CREATE TABLE "proposed_regions" ( "region" real, "group_a" text, "group_b" text, "group_c" text, "group_d" text, "group_e" text, "group_f" text );
SELECT "group_c" FROM "proposed_regions" WHERE "group_e"='Iowa';
1-15290638-1
Name the english name for orach, zarev
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "english_name" FROM "see_also" WHERE "old_bulgarian_name_transliteration"='Orach, Zarev';
1-15275060-1
Name the old bulgarian names for yuni
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "old_bulgarian_names" FROM "see_also" WHERE "bulgarian_name_transliteration"='Yuni';
1-15275060-1
Name the old bulgarian names for yanuari
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "old_bulgarian_names" FROM "see_also" WHERE "bulgarian_name_transliteration"='Yanuari';
1-15275060-1
Name the bulgarian name for mart
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "bulgarian_name" FROM "see_also" WHERE "bulgarian_name_transliteration"='Mart';
1-15275060-1
Name the old bulgarian name for ruen, ruy
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "old_bulgarian_name_meaning" FROM "see_also" WHERE "old_bulgarian_name_transliteration"='Ruen, Ruy';
1-15275060-1
Name the old bulgarian name for number 4
CREATE TABLE "see_also" ( "no" real, "english_name" text, "bulgarian_name" text, "bulgarian_name_transliteration" text, "old_bulgarian_names" text, "old_bulgarian_name_transliteration" text, "old_bulgarian_name_meaning" text );
SELECT "old_bulgarian_name_meaning" FROM "see_also" WHERE "no"=4;
1-15275060-1
Who owned the team Jeremy Mayfield raced for?
CREATE TABLE "teams_and_drivers" ( "team" text, "car_s" text, "num" real, "driver_s" text, "primary_sponsor_s" text, "listed_owner_s" text, "crew_chief" text );
SELECT "listed_owner_s" FROM "teams_and_drivers" WHERE "driver_s"='Jeremy Mayfield';
1-1529793-1
Who is Jason Leffler's primary sponsor?
CREATE TABLE "teams_and_drivers" ( "team" text, "car_s" text, "num" real, "driver_s" text, "primary_sponsor_s" text, "listed_owner_s" text, "crew_chief" text );
SELECT "primary_sponsor_s" FROM "teams_and_drivers" WHERE "driver_s"='Jason Leffler';
1-1529793-1
How many stages were there where the winner and the points classification were Alberto Contador?
CREATE TABLE "classification_leadership_by_stage" ( "stage" real, "winner" text, "general_classification" text, "points_classification" text, "mountains_classification" text, "combination_classification" text, "team_classification" text );
SELECT COUNT("stage") FROM "classification_leadership_by_stage" WHERE "winner"='Alberto Contador' AND "points_classification"='Alberto Contador';
1-15294880-2
When the winner was Alessandro Ballan, how many total team classifications were there?
CREATE TABLE "classification_leadership_by_stage" ( "stage" real, "winner" text, "general_classification" text, "points_classification" text, "mountains_classification" text, "combination_classification" text, "team_classification" text );
SELECT COUNT("team_classification") FROM "classification_leadership_by_stage" WHERE "winner"='Alessandro Ballan';
1-15294880-2
When the team classification was quick step, what was the total number of general classifications?
CREATE TABLE "classification_leadership_by_stage" ( "stage" real, "winner" text, "general_classification" text, "points_classification" text, "mountains_classification" text, "combination_classification" text, "team_classification" text );
SELECT COUNT("general_classification") FROM "classification_leadership_by_stage" WHERE "team_classification"='Quick Step';
1-15294880-2
Who won the spanish grand prix?
CREATE TABLE "grands_prix" ( "round" real, "date" text, "grand_prix" text, "circuit" text, "125cc_winner" text, "250cc_winner" text, "moto_gp_winner" text, "report" text );
SELECT "250cc_winner" FROM "grands_prix" WHERE "grand_prix"='Spanish Grand Prix';
1-15299235-1
What is the date for the Indianapolis circuit?
CREATE TABLE "grands_prix" ( "round" real, "date" text, "grand_prix" text, "circuit" text, "125cc_winner" text, "250cc_winner" text, "moto_gp_winner" text, "report" text );
SELECT "date" FROM "grands_prix" WHERE "circuit"='Indianapolis';
1-15299235-1
in round 9 who was the 250cc winner?
CREATE TABLE "grands_prix" ( "round" real, "date" text, "grand_prix" text, "circuit" text, "125cc_winner" text, "250cc_winner" text, "moto_gp_winner" text, "report" text );
SELECT "250cc_winner" FROM "grands_prix" WHERE "round"=9;
1-15299235-1
If the velocity angle is ln[(1 + √5)/2] β‰… 0.481, what is the condition/parameter?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT "condition_parameter" FROM "table1_15314901_1" WHERE "velocity_angle_in_i_radians"='ln[(1 + √5)/2] β‰… 0.481';
1-15314901-1
If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT "coordinate_velocity_v_dx_dt_in_units_of_c" FROM "table1_15314901_1" WHERE "condition_parameter"='Rapidity of 2 hyperbolic radians';
1-15314901-1
If the coordinate velocity v dx/dt in units of c is (e 2 βˆ’ 1)/(e 2 + 1) β‰… 0.761, what is the velocity angle Ξ· in i-radians?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT "velocity_angle_in_i_radians" FROM "table1_15314901_1" WHERE "coordinate_velocity_v_dx_dt_in_units_of_c"='(e 2 βˆ’ 1)/(e 2 + 1) β‰… 0.761';
1-15314901-1
What is the coordinate velocity v dx/dt in units of c total number if the velocity angle Ξ· in i-radians is ln[2 + √5] β‰… 1.444?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT COUNT("coordinate_velocity_v_dx_dt_in_units_of_c") FROM "table1_15314901_1" WHERE "velocity_angle_in_i_radians"='ln[2 + √5] β‰… 1.444';
1-15314901-1
If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dΟ„ in units of c?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT "proper_velocity_w_dx_d_in_units_of_c" FROM "table1_15314901_1" WHERE "condition_parameter"='Rapidity of 1 hyperbolic radian';
1-15314901-1
If the lorentz factor Ξ³ dt/dΟ„ = e/mc 2 is √5 β‰… 2.236, what is the proper velocity w dx/dΟ„ in units of c?
CREATE TABLE "table1_15314901_1" ( "condition_parameter" text, "coordinate_velocity_v_dx_dt_in_units_of_c" text, "velocity_angle_in_i_radians" text, "proper_velocity_w_dx_d_in_units_of_c" text, "lorentz_factor_dt_d_e_mc_2" text );
SELECT "proper_velocity_w_dx_d_in_units_of_c" FROM "table1_15314901_1" WHERE "lorentz_factor_dt_d_e_mc_2"='√5 β‰… 2.236';
1-15314901-1
What year is dayton in class AAAA?
CREATE TABLE "individual" ( "school_year" text, "class_a" text, "class_aa" text, "class_aaa" text, "class_aaaa" text, "class_aaaaa" text );
SELECT "school_year" FROM "individual" WHERE "class_aaaa"='Dayton';
1-15315103-1
Who is in class during 1995-96?
CREATE TABLE "individual" ( "school_year" text, "class_a" text, "class_aa" text, "class_aaa" text, "class_aaaa" text, "class_aaaaa" text );
SELECT "class_aaaaa" FROM "individual" WHERE "school_year"='1995-96';
1-15315103-1
When are all years that tournament location is Western Turnpike Golf Course?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "year" FROM "winners" WHERE "tournament_location"='Western Turnpike Golf Course';
1-15315816-1
When are all years that the champion is Ji Min Jeong?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "year" FROM "winners" WHERE "champion"='Ji Min Jeong';
1-15315816-1
How much are all winners share ($) in the year 2004?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "winners_share" FROM "winners" WHERE "year"='2004';
1-15315816-1
When are all dates in the year 2006?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT COUNT("dates") FROM "winners" WHERE "year"='2006';
1-15315816-1
When are all dates with a score of 205 (–8) in Australia?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "dates" FROM "winners" WHERE "score"='205 (–8)' AND "country"='Australia';
1-15315816-1
What are all of the dates in the country of Canada?
CREATE TABLE "winners" ( "year" text, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "dates" FROM "winners" WHERE "country"='Canada';
1-15315816-1
When was Jenny Gleason the champion of the Northeast Delta Dental International?
CREATE TABLE "winners" ( "year" real, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "dates" FROM "winners" WHERE "champion"='Jenny Gleason';
1-15315276-1
Where was the tournament located when Misun Cho won the championship?
CREATE TABLE "winners" ( "year" real, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT "tournament_location" FROM "winners" WHERE "champion"='Misun Cho';
1-15315276-1
What is the maximum purse prize of the Northeast Delta Dental International Championship?
CREATE TABLE "winners" ( "year" real, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT MAX("purse") FROM "winners";
1-15315276-1
How many prizes were available when Jenny Shin became the champion?
CREATE TABLE "winners" ( "year" real, "dates" text, "champion" text, "country" text, "score" text, "tournament_location" text, "purse" real, "winners_share" real );
SELECT COUNT("purse") FROM "winners" WHERE "champion"='Jenny Shin';
1-15315276-1
Which team had 21 points?
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT "team" FROM "campeonato_paulista" WHERE "points"=21;
1-15318779-1
How many games did the team with 29 for win?
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT COUNT("won") FROM "campeonato_paulista" WHERE "for"=29;
1-15318779-1
How many games did Palmeiras win?
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT MAX("won") FROM "campeonato_paulista" WHERE "team"='Palmeiras';
1-15318779-1
Name the drawn when for is 41
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT "drawn" FROM "campeonato_paulista" WHERE "for"=41;
1-15319684-1
Name the number of lost for against being 46
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT COUNT("lost") FROM "campeonato_paulista" WHERE "against"=46;
1-15319684-1
Name the number of against for portuguesa santista
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT COUNT("against") FROM "campeonato_paulista" WHERE "team"='Portuguesa Santista';
1-15319684-1
Name the won for difference being 33
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT "won" FROM "campeonato_paulista" WHERE "difference"='33';
1-15319684-1
Name the most losst for corinthians
CREATE TABLE "campeonato_paulista" ( "position" real, "team" text, "points" real, "played" real, "won" real, "drawn" real, "lost" real, "for" real, "against" real, "difference" text );
SELECT MIN("lost") FROM "campeonato_paulista" WHERE "team"='Corinthians';
1-15319684-1
How many values of r z (arcsecond) correspond with a r y (arcsecond) value of βˆ’0.247?
CREATE TABLE "standard_parameters" ( "region" text, "start_datum" text, "target_datum" text, "c_x_metre" text, "c_y_metre" text, "c_z_metre" text, "s_ppm" text, "r_x_arcsecond" text, "r_y_arcsecond" text, "r_z_arcsecond" text );
SELECT "r_z_arcsecond" FROM "standard_parameters" WHERE "r_y_arcsecond"='βˆ’0.247';
1-15318324-1
How many values of r z(arcsecond) are associated with a target datum of Ireland 1965?
CREATE TABLE "standard_parameters" ( "region" text, "start_datum" text, "target_datum" text, "c_x_metre" text, "c_y_metre" text, "c_z_metre" text, "s_ppm" text, "r_x_arcsecond" text, "r_y_arcsecond" text, "r_z_arcsecond" text );
SELECT "r_z_arcsecond" FROM "standard_parameters" WHERE "target_datum"='Ireland 1965';
1-15318324-1
What is the muslim percentage of the 49634 population of england and wales 000?
CREATE TABLE "demography_and_ethnic_background" ( "census_year" real, "number_of_muslims_000" real, "population_of_england_and_wales_000" real, "muslim_pct_of_total_population" text, "registered_mosques" real, "muslims_per_mosque" real );
SELECT "muslim_pct_of_total_population" FROM "demography_and_ethnic_background" WHERE "population_of_england_and_wales_000"=49634;
1-1532779-1
What is the most recent census year?
CREATE TABLE "demography_and_ethnic_background" ( "census_year" real, "number_of_muslims_000" real, "population_of_england_and_wales_000" real, "muslim_pct_of_total_population" text, "registered_mosques" real, "muslims_per_mosque" real );
SELECT MAX("census_year") FROM "demography_and_ethnic_background";
1-1532779-1
What was the percentage of muslims during a time where there were 614 registered mosques?
CREATE TABLE "demography_and_ethnic_background" ( "census_year" real, "number_of_muslims_000" real, "population_of_england_and_wales_000" real, "muslim_pct_of_total_population" text, "registered_mosques" real, "muslims_per_mosque" real );
SELECT "muslim_pct_of_total_population" FROM "demography_and_ethnic_background" WHERE "registered_mosques"=614;
1-1532779-1
Name the most pa for ontario
CREATE TABLE "standings" ( "locale" text, "skip" text, "w" real, "l" real, "pf" real, "pa" real, "ends_won" real, "ends_lost" real, "blank_ends" real, "stolen_ends" real, "shot_pct" real );
SELECT MAX("pa") FROM "standings" WHERE "locale"='Ontario';
1-15333005-1
Name the ends lost for 67 pa
CREATE TABLE "standings" ( "locale" text, "skip" text, "w" real, "l" real, "pf" real, "pa" real, "ends_won" real, "ends_lost" real, "blank_ends" real, "stolen_ends" real, "shot_pct" real );
SELECT "ends_lost" FROM "standings" WHERE "pa"=67;
1-15333005-1
Name the most w when ends lost is 49
CREATE TABLE "standings" ( "locale" text, "skip" text, "w" real, "l" real, "pf" real, "pa" real, "ends_won" real, "ends_lost" real, "blank_ends" real, "stolen_ends" real, "shot_pct" real );
SELECT MAX("w") FROM "standings" WHERE "ends_lost"=49;
1-15333005-1
Name the number ends won when L is 4 and stolen ends is 17
CREATE TABLE "standings" ( "locale" text, "skip" text, "w" real, "l" real, "pf" real, "pa" real, "ends_won" real, "ends_lost" real, "blank_ends" real, "stolen_ends" real, "shot_pct" real );
SELECT COUNT("ends_won") FROM "standings" WHERE "l"=4 AND "stolen_ends"=17;
1-15333005-1
What day was Jeld-Wen Tradition held?
CREATE TABLE "tournament_results" ( "date" text, "tournament" text, "location" text, "purse" real, "winner" text, "score" text, "1st_prize" text );
SELECT "date" FROM "tournament_results" WHERE "tournament"='JELD-WEN Tradition';
1-15346009-1
What day did Bernhard Langer (2) win?
CREATE TABLE "tournament_results" ( "date" text, "tournament" text, "location" text, "purse" real, "winner" text, "score" text, "1st_prize" text );
SELECT "date" FROM "tournament_results" WHERE "winner"='Bernhard Langer (2)';
1-15346009-1
On what day was the tournament in Alabama?
CREATE TABLE "tournament_results" ( "date" text, "tournament" text, "location" text, "purse" real, "winner" text, "score" text, "1st_prize" text );
SELECT "date" FROM "tournament_results" WHERE "location"='Alabama';
1-15346009-1