question
stringlengths
12
244
create_table_statement
stringlengths
97
895
sql_query
stringlengths
27
479
wiki_sql_table_id
stringlengths
8
14
When included ram (mib) is the model what is the sonnet?
CREATE TABLE "table1_3002894_4" ( "model" text, "sonnet" text, "apple" text, "n_upowr_117" text, "n_upowr_167" text, "n_upowr_183" text, "n_upowr_g3" text );
SELECT "sonnet" FROM "table1_3002894_4" WHERE "model"='Included RAM (MiB)';
1-3002894-4
When 4 mb is the sonnet what is the apple?
CREATE TABLE "table1_3002894_4" ( "model" text, "sonnet" text, "apple" text, "n_upowr_117" text, "n_upowr_167" text, "n_upowr_183" text, "n_upowr_g3" text );
SELECT "apple" FROM "table1_3002894_4" WHERE "sonnet"='4 MB';
1-3002894-4
When 0,4, or 8 mb is the nupowr 117 what is the sonnet?
CREATE TABLE "table1_3002894_4" ( "model" text, "sonnet" text, "apple" text, "n_upowr_117" text, "n_upowr_167" text, "n_upowr_183" text, "n_upowr_g3" text );
SELECT "sonnet" FROM "table1_3002894_4" WHERE "n_upowr_117"='0,4, or 8 MB';
1-3002894-4
When maker is the model what is the nupowr 167?
CREATE TABLE "table1_3002894_4" ( "model" text, "sonnet" text, "apple" text, "n_upowr_117" text, "n_upowr_167" text, "n_upowr_183" text, "n_upowr_g3" text );
SELECT "n_upowr_167" FROM "table1_3002894_4" WHERE "model"='Maker';
1-3002894-4
When 0,4, or 8 mb is the nupowr 117 what is the nupowr 183?
CREATE TABLE "table1_3002894_4" ( "model" text, "sonnet" text, "apple" text, "n_upowr_117" text, "n_upowr_167" text, "n_upowr_183" text, "n_upowr_g3" text );
SELECT "n_upowr_183" FROM "table1_3002894_4" WHERE "n_upowr_117"='0,4, or 8 MB';
1-3002894-4
What is the name of the episode written by glen mazzara?
CREATE TABLE "table1_30030477_1" ( "series_num" real, "season_num" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text, "viewers_million" text );
SELECT "title" FROM "table1_30030477_1" WHERE "written_by"='Glen Mazzara';
1-30030477-1
How many titles are there with the original air date of august3,2010?
CREATE TABLE "table1_30030477_1" ( "series_num" real, "season_num" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text, "viewers_million" text );
SELECT COUNT("title") FROM "table1_30030477_1" WHERE "original_air_date"='August3,2010';
1-30030477-1
Who directed the episdoe veiwed by 3.24 million viewers?
CREATE TABLE "table1_30030477_1" ( "series_num" real, "season_num" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text, "viewers_million" text );
SELECT "directed_by" FROM "table1_30030477_1" WHERE "viewers_million"='3.24';
1-30030477-1
What dated the episode written by is adam e. fierro & glen mazzara air?
CREATE TABLE "table1_30030477_1" ( "series_num" real, "season_num" real, "title" text, "directed_by" text, "written_by" text, "original_air_date" text, "viewers_million" text );
SELECT "original_air_date" FROM "table1_30030477_1" WHERE "written_by"='Adam E. Fierro & Glen Mazzara';
1-30030477-1
in which date the strea was w 2
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "location_attendance" text, "series" text, "streak" text );
SELECT "date" FROM "game_log" WHERE "streak"='W 2';
1-30047613-12
in april 13 what was the streak
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "location_attendance" text, "series" text, "streak" text );
SELECT "streak" FROM "game_log" WHERE "date"='April 13';
1-30047613-12
in april 13 who made the high rebounds
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "location_attendance" text, "series" text, "streak" text );
SELECT "high_rebounds" FROM "game_log" WHERE "date"='April 13';
1-30047613-12
Name the game for l 111–126
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "game" FROM "game_log" WHERE "score"='L 111–126';
1-30049462-8
Name the score for march 8
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "score" FROM "game_log" WHERE "date"='March 8';
1-30049462-8
in the detroit team who made the high points
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "high_points" FROM "game_log" WHERE "team"='Detroit';
1-30049462-5
what is the score in the philadelphia team
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT COUNT("score") FROM "game_log" WHERE "team"='Philadelphia';
1-30049462-5
in december 7 who made the high points
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "high_points" FROM "game_log" WHERE "date"='December 7';
1-30049462-5
in how many dates the game was 2
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT COUNT("date") FROM "game_log" WHERE "game"=2;
1-30049462-3
in the milwaukee team who made the high points
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "high_points" FROM "game_log" WHERE "team"='Milwaukee';
1-30049462-3
What was the location and it's corresponding attendance during the game against Los Angeles?
CREATE TABLE "game_log" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "location_attendance" FROM "game_log" WHERE "team"='Los Angeles';
1-30049462-4
what is the km from wellington where the metlink code is mast?
CREATE TABLE "current_stations" ( "station" text, "metlink_code" text, "line_s" text, "service_s" text, "serves" text, "km_from_wellington" text, "fare_zone_s" text, "opened" text );
SELECT "km_from_wellington" FROM "current_stations" WHERE "metlink_code"='MAST';
1-3005450-1
what is the name of the station where the metlink code is mata?
CREATE TABLE "current_stations" ( "station" text, "metlink_code" text, "line_s" text, "service_s" text, "serves" text, "km_from_wellington" text, "fare_zone_s" text, "opened" text );
SELECT "station" FROM "current_stations" WHERE "metlink_code"='MATA';
1-3005450-1
what is the metlink code that opened in 1908?
CREATE TABLE "current_stations" ( "station" text, "metlink_code" text, "line_s" text, "service_s" text, "serves" text, "km_from_wellington" text, "fare_zone_s" text, "opened" text );
SELECT "metlink_code" FROM "current_stations" WHERE "opened"='1908';
1-3005450-1
How many teams did inge – 6 have the high assists with?
CREATE TABLE "schedule" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT COUNT("team") FROM "schedule" WHERE "high_assists"='Inge – 6';
1-30054758-3
What is the record for december 3?
CREATE TABLE "schedule" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "record" FROM "schedule" WHERE "date"='December 3';
1-30054758-3
How many entries are there for high rebounds when high points is inge – 19?
CREATE TABLE "schedule" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT COUNT("high_rebounds") FROM "schedule" WHERE "high_points"='Inge – 19';
1-30054758-3
How many games are shown when the is location attendance is phog allen fieldhouse , lawrence, ks (16,300)?
CREATE TABLE "schedule" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT COUNT("game") FROM "schedule" WHERE "location_attendance"='Phog Allen Fieldhouse , Lawrence, KS (16,300)';
1-30054758-3
how many high assits have a date of february 5?
CREATE TABLE "schedule" ( "game" real, "date" text, "team" text, "score" text, "high_points" text, "high_rebounds" text, "high_assists" text, "location_attendance" text, "record" text );
SELECT "high_assists" FROM "schedule" WHERE "date"='February 5';
1-30054758-5
What is shown for fri 26 aug when mon 22 aug is —— no time?
CREATE TABLE "2011_junior_manx_grand_prix_practice_tim" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT "fri_26_aug" FROM "2011_junior_manx_grand_prix_practice_tim" WHERE "mon_22_aug"='—— No Time';
1-30058355-2
What shows for sat 20 aug when fri 26 aug is 19' 30.70 116.023mph?
CREATE TABLE "2011_junior_manx_grand_prix_practice_tim" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT "sat_20_aug" FROM "2011_junior_manx_grand_prix_practice_tim" WHERE "fri_26_aug"='19'' 30.70 116.023mph';
1-30058355-2
What shows for mon 22 aug whenwed 24 aug is 19' 56.16 113.553mph?
CREATE TABLE "2011_junior_manx_grand_prix_practice_tim" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT "mon_22_aug" FROM "2011_junior_manx_grand_prix_practice_tim" WHERE "wed_24_aug"='19'' 56.16 113.553mph';
1-30058355-2
What is the thurs 25 aug when wed 24 aug is 19' 59.73 113.216mph?
CREATE TABLE "2011_junior_manx_grand_prix_practice_tim" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT "thurs_25_aug" FROM "2011_junior_manx_grand_prix_practice_tim" WHERE "wed_24_aug"='19'' 59.73 113.216mph';
1-30058355-2
What shows for thurs 25 aug when fri 26 aug is 19' 30.70 116.023mph?
CREATE TABLE "2011_junior_manx_grand_prix_practice_tim" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT "thurs_25_aug" FROM "2011_junior_manx_grand_prix_practice_tim" WHERE "fri_26_aug"='19'' 30.70 116.023mph';
1-30058355-2
What's the best rank possible?
CREATE TABLE "2011_supertwin_practice_times_and_leader" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text );
SELECT MIN("rank") FROM "2011_supertwin_practice_times_and_leader";
1-30058355-5
List all GT4 Cup winners played on the Spa-Francorchamps Report.
CREATE TABLE "table1_30060356_3" ( "event" real, "circuit" text, "gt3_pro_cup_winner" text, "gt3_pro_am_cup_winner" text, "gt3_citation_cup_winner" text, "gt4_cup_winner" text );
SELECT "gt4_cup_winner" FROM "table1_30060356_3" WHERE "circuit"='Spa-Francorchamps Report';
1-30060356-3
Who are the gt3 pro / am cup winners when the gt3 pro cup winner was no. 1 vita4one?
CREATE TABLE "table1_30060356_3" ( "event" real, "circuit" text, "gt3_pro_cup_winner" text, "gt3_pro_am_cup_winner" text, "gt3_citation_cup_winner" text, "gt4_cup_winner" text );
SELECT "gt3_pro_am_cup_winner" FROM "table1_30060356_3" WHERE "gt3_pro_cup_winner"='No. 1 Vita4One';
1-30060356-3
What is the highest numbered event?
CREATE TABLE "table1_30060356_3" ( "event" real, "circuit" text, "gt3_pro_cup_winner" text, "gt3_pro_am_cup_winner" text, "gt3_citation_cup_winner" text, "gt4_cup_winner" text );
SELECT MAX("event") FROM "table1_30060356_3";
1-30060356-3
What is every entry for Tuesday August 23 if the entry for Wednesday August 24 is 22' 23.29 101.116mph?
CREATE TABLE "2011_classic_superbike_practice_times_an" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text, "sat_27_aug" text, "mon_29_aug" text, "wed_31_aug" text );
SELECT "tues_23_aug" FROM "2011_classic_superbike_practice_times_an" WHERE "wed_24_aug"='22'' 23.29 101.116mph';
1-30058355-7
What is every entry for Saturday August 27 when the entry for Thursday August 25 is 23' 56.90 94.528mph?
CREATE TABLE "2011_classic_superbike_practice_times_an" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text, "sat_27_aug" text, "mon_29_aug" text, "wed_31_aug" text );
SELECT "sat_27_aug" FROM "2011_classic_superbike_practice_times_an" WHERE "thurs_25_aug"='23'' 56.90 94.528mph';
1-30058355-7
What is every entry for Friday August 26 when the entry for Wednesday August 24 is 23' 52.67 94.807mph?
CREATE TABLE "2011_classic_superbike_practice_times_an" ( "rank" real, "rider" text, "sat_20_aug" text, "mon_22_aug" text, "tues_23_aug" text, "wed_24_aug" text, "thurs_25_aug" text, "fri_26_aug" text, "sat_27_aug" text, "mon_29_aug" text, "wed_31_aug" text );
SELECT "fri_26_aug" FROM "2011_classic_superbike_practice_times_an" WHERE "wed_24_aug"='23'' 52.67 94.807mph';
1-30058355-7
When david ashburn richard westbrook is the gt3 winner and 1 is the round what is the length?
CREATE TABLE "calendar" ( "round" real, "circuit" text, "date" text, "length" text, "pole_position" text, "gt3_winner" text, "gt4_winner" text );
SELECT "length" FROM "calendar" WHERE "round"=1 AND "gt3_winner"='David Ashburn Richard Westbrook';
1-30062172-3
When charles bateman michael lyons is the gt3 winner and donington park is the circuit who is the gt4 winner?
CREATE TABLE "calendar" ( "round" real, "circuit" text, "date" text, "length" text, "pole_position" text, "gt3_winner" text, "gt4_winner" text );
SELECT "gt4_winner" FROM "calendar" WHERE "circuit"='Donington Park' AND "gt3_winner"='Charles Bateman Michael Lyons';
1-30062172-3
When charles bateman michael lyons is the gt3 winner and 9 is the round who is the gt4 winner?
CREATE TABLE "calendar" ( "round" real, "circuit" text, "date" text, "length" text, "pole_position" text, "gt3_winner" text, "gt4_winner" text );
SELECT "gt4_winner" FROM "calendar" WHERE "round"=9 AND "gt3_winner"='Charles Bateman Michael Lyons';
1-30062172-3
When tim bridgman gregor fisken is the pole position who is the gt3 winner?
CREATE TABLE "calendar" ( "round" real, "circuit" text, "date" text, "length" text, "pole_position" text, "gt3_winner" text, "gt4_winner" text );
SELECT "gt3_winner" FROM "calendar" WHERE "pole_position"='Tim Bridgman Gregor Fisken';
1-30062172-3
List the rider for the doncaster handicap compeition.
CREATE TABLE "2008_09_season_as_a_three_year_old" ( "result" text, "date" text, "race" text, "venue" text, "group" text, "distance" text, "weight_kg" text, "jockey" text, "winner_2nd" text );
SELECT "jockey" FROM "2008_09_season_as_a_three_year_old" WHERE "race"='Doncaster Handicap';
1-30098144-2
Name the number of troops for troops per $1 billion being 2.45
CREATE TABLE "table1_30108346_1" ( "country" text, "number_of_troops" real, "pct_of_total_troops" text, "troops_per_one_million_population" text, "troops_per_1_billion_usd_gdp" text );
SELECT COUNT("number_of_troops") FROM "table1_30108346_1" WHERE "troops_per_1_billion_usd_gdp"='2.45';
1-30108346-1
Name the total number of troops per one million being 2.76
CREATE TABLE "table1_30108346_1" ( "country" text, "number_of_troops" real, "pct_of_total_troops" text, "troops_per_one_million_population" text, "troops_per_1_billion_usd_gdp" text );
SELECT COUNT("troops_per_one_million_population") FROM "table1_30108346_1" WHERE "troops_per_1_billion_usd_gdp"='2.76';
1-30108346-1
Name the country for troops per one million being 54.9
CREATE TABLE "table1_30108346_1" ( "country" text, "number_of_troops" real, "pct_of_total_troops" text, "troops_per_one_million_population" text, "troops_per_1_billion_usd_gdp" text );
SELECT "country" FROM "table1_30108346_1" WHERE "troops_per_one_million_population"='54.9';
1-30108346-1
Which player(s) played at Howard college?
CREATE TABLE "round_five" ( "pick_num" real, "cfl_team" text, "player" text, "position" text, "college" text );
SELECT "player" FROM "round_five" WHERE "college"='Howard';
1-30108930-6
Which CFL team was pick #35?
CREATE TABLE "round_five" ( "pick_num" real, "cfl_team" text, "player" text, "position" text, "college" text );
SELECT "cfl_team" FROM "round_five" WHERE "pick_num"=35;
1-30108930-6
Which CFL team got pick 34?
CREATE TABLE "round_five" ( "pick_num" real, "cfl_team" text, "player" text, "position" text, "college" text );
SELECT "cfl_team" FROM "round_five" WHERE "pick_num"=34;
1-30108930-6
What is Tyrell Francisco's player position?
CREATE TABLE "round_five" ( "pick_num" real, "cfl_team" text, "player" text, "position" text, "college" text );
SELECT "position" FROM "round_five" WHERE "player"='Tyrell Francisco';
1-30108930-6
What is the barony of the Gurraghy townland?
CREATE TABLE "table1_30120547_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "barony" FROM "table1_30120547_1" WHERE "townland"='Gurraghy';
1-30120547-1
What is the civil parish of the cappanaboul townland?
CREATE TABLE "table1_30120547_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "civil_parish" FROM "table1_30120547_1" WHERE "townland"='Cappanaboul';
1-30120547-1
What are the civil parishes of the townlands with an area of 119 acres?
CREATE TABLE "table1_30120547_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "civil_parish" FROM "table1_30120547_1" WHERE "area_acres"=119;
1-30120547-1
What civil paris appears when Ballynamona is the townland with 126 acres?
CREATE TABLE "table1_30120556_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "civil_parish" FROM "table1_30120556_1" WHERE "townland"='Ballynamona' AND "area_acres"=126;
1-30120556-1
What is the area of the civil parish kilworth and townland monadrishane?
CREATE TABLE "table1_30120556_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "area_acres" FROM "table1_30120556_1" WHERE "civil_parish"='Kilworth' AND "townland"='Monadrishane';
1-30120556-1
How many barony's appear when Ballyvadona is the townland.
CREATE TABLE "table1_30120556_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("barony") FROM "table1_30120556_1" WHERE "townland"='Ballyvadona';
1-30120556-1
How many items appear in the area column when Glasvaunta is the townland?
CREATE TABLE "table1_30120556_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120556_1" WHERE "townland"='Glasvaunta';
1-30120556-1
What is the fewest area in Derrynanool townland?
CREATE TABLE "table1_30120556_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT MIN("area_acres") FROM "table1_30120556_1" WHERE "townland"='Derrynanool';
1-30120556-1
What is Lisladeen poor law union?
CREATE TABLE "table1_30120566_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "poor_law_union" FROM "table1_30120566_1" WHERE "townland"='Lisladeen';
1-30120566-1
In what barony are both the townland Dawstown and the civil parish Matehy located?
CREATE TABLE "table1_30120566_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "barony" FROM "table1_30120566_1" WHERE "townland"='Dawstown' AND "civil_parish"='Matehy';
1-30120566-1
What barony is Ballycunningham in?
CREATE TABLE "table1_30120566_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "barony" FROM "table1_30120566_1" WHERE "townland"='Ballycunningham';
1-30120566-1
How many different sizes (in acres) are noted for Rathcoola East?
CREATE TABLE "table1_30120566_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120566_1" WHERE "townland"='Rathcoola East';
1-30120566-1
how many areas have townland as kilgilky north?
CREATE TABLE "table1_30120560_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120560_1" WHERE "townland"='Kilgilky North';
1-30120560-1
which cilvil parishes have areas of 405?
CREATE TABLE "table1_30120560_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "civil_parish" FROM "table1_30120560_1" WHERE "area_acres"=405;
1-30120560-1
what is the barony and an area of 560?
CREATE TABLE "table1_30120560_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "barony" FROM "table1_30120560_1" WHERE "area_acres"=560;
1-30120560-1
what is the number of areas where the townland is brittas?
CREATE TABLE "table1_30120560_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120560_1" WHERE "townland"='Brittas';
1-30120560-1
What is the Poor Law Union for Coolkirky?
CREATE TABLE "table1_30120633_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "poor_law_union" FROM "table1_30120633_1" WHERE "townland"='Coolkirky';
1-30120633-1
How few acres is the area of Clashroe?
CREATE TABLE "table1_30120633_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT MIN("area_acres") FROM "table1_30120633_1" WHERE "townland"='Clashroe';
1-30120633-1
Which townland has a 213 acre area?
CREATE TABLE "table1_30120633_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "townland" FROM "table1_30120633_1" WHERE "area_acres"=213;
1-30120633-1
How many acres does the area of Lissagroom with Bandon as its poor law union cover?
CREATE TABLE "table1_30120633_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "area_acres" FROM "table1_30120633_1" WHERE "poor_law_union"='Bandon' AND "townland"='Lissagroom';
1-30120633-1
What is Ballymurphy North's civil parish?
CREATE TABLE "table1_30120633_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "civil_parish" FROM "table1_30120633_1" WHERE "townland"='Ballymurphy North';
1-30120633-1
How many acres in the townland of Coomroe?
CREATE TABLE "table1_30120761_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120761_1" WHERE "townland"='Coomroe';
1-30120761-1
What are all the acreages of the townlands in the Macroom poor law union and Macroom civil parish?
CREATE TABLE "table1_30120761_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "area_acres" FROM "table1_30120761_1" WHERE "poor_law_union"='Macroom' AND "civil_parish"='Macroom';
1-30120761-1
How many baronies is Maulnagrough a part of?
CREATE TABLE "table1_30120761_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("barony") FROM "table1_30120761_1" WHERE "townland"='Maulnagrough';
1-30120761-1
What are all of the townlands that have exactly 131 acres.
CREATE TABLE "table1_30120761_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "townland" FROM "table1_30120761_1" WHERE "area_acres"=131;
1-30120761-1
What is the acreage of the Maghereen in the civil parish of Macroom?
CREATE TABLE "table1_30120761_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("area_acres") FROM "table1_30120761_1" WHERE "civil_parish"='Macroom' AND "townland"='Maghereen';
1-30120761-1
What is the poor law union when the townland is bohonagh?
CREATE TABLE "table1_30121075_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "poor_law_union" FROM "table1_30121075_1" WHERE "townland"='Bohonagh';
1-30121075-1
How many entries are in barony when the townland is derrigra?
CREATE TABLE "table1_30121075_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("barony") FROM "table1_30121075_1" WHERE "townland"='Derrigra';
1-30121075-1
How many entries are listed in poor law union when townland is dromidiclogh?
CREATE TABLE "table1_30121075_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT COUNT("poor_law_union") FROM "table1_30121075_1" WHERE "townland"='Dromidiclogh';
1-30121075-1
What is the area when the poor law union is skibbereen and the townland is knockmore?
CREATE TABLE "table1_30121075_1" ( "townland" text, "area_acres" real, "barony" text, "civil_parish" text, "poor_law_union" text );
SELECT "area_acres" FROM "table1_30121075_1" WHERE "poor_law_union"='Skibbereen' AND "townland"='Knockmore';
1-30121075-1
What is the circuit located in baltimore , maryland?
CREATE TABLE "race_calendar_and_results" ( "rnd" real, "circuit" text, "location" text, "date" text, "pole_position" text, "fastest_lap" text, "winning_driver" text, "winning_team" text, "supporting" text );
SELECT "circuit" FROM "race_calendar_and_results" WHERE "location"='Baltimore , Maryland';
1-30134667-2
Which circuit was located in st. petersburg, florida?
CREATE TABLE "race_calendar_and_results" ( "rnd" real, "circuit" text, "location" text, "date" text, "pole_position" text, "fastest_lap" text, "winning_driver" text, "winning_team" text, "supporting" text );
SELECT "circuit" FROM "race_calendar_and_results" WHERE "location"='St. Petersburg, Florida';
1-30134667-2
Who had the fastest lap in bowmanville, ontario?
CREATE TABLE "race_calendar_and_results" ( "rnd" real, "circuit" text, "location" text, "date" text, "pole_position" text, "fastest_lap" text, "winning_driver" text, "winning_team" text, "supporting" text );
SELECT "fastest_lap" FROM "race_calendar_and_results" WHERE "location"='Bowmanville, Ontario';
1-30134667-2
Who had the fastest lap on september 4?
CREATE TABLE "race_calendar_and_results" ( "rnd" real, "circuit" text, "location" text, "date" text, "pole_position" text, "fastest_lap" text, "winning_driver" text, "winning_team" text, "supporting" text );
SELECT "fastest_lap" FROM "race_calendar_and_results" WHERE "date"='September 4';
1-30134667-2
What is the 1985 value for the year when GDP as of 2012 after PPP was 369.38?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT "1985" FROM "per_capita_gdp" WHERE "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculations_usd_billions"='369.38';
1-30133-3
What was the gap from Thailand as of 2012 for China?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT "gap_from_thailand_as_of_2012_times" FROM "per_capita_gdp" WHERE "economy"='China';
1-30133-3
What is the maximum 2010 value for China?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT MAX("2010") FROM "per_capita_gdp" WHERE "economy"='China';
1-30133-3
What is the gap from Thailand as of 2012 for the country whose 1980 gap was 0.29?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT "gap_from_thailand_as_of_2012_times" FROM "per_capita_gdp" WHERE "gap_from_thailand_as_of_1980_times"='0.29';
1-30133-3
How many GDPs as of 2012 after PPP values are associated with a 2012 value of 23113?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT COUNT("gdp_as_of_2012_after_purchasing_power_parity_ppp_calculations_usd_billions") FROM "per_capita_gdp" WHERE "2012"=23113;
1-30133-3
What is the max 2010 value for a 1980 gap value is 2.43?
CREATE TABLE "per_capita_gdp" ( "economy" text, "1980" real, "gap_from_thailand_as_of_1980_times" text, "1985" real, "1990" real, "1995" real, "2000" real, "2005" real, "2010" real, "2012" real, "gap_from_thailand_as_of_2012_times" text, "gdp_as_of_2012_after_purchasing_power_parity_ppp_calculat...
SELECT MAX("2010") FROM "per_capita_gdp" WHERE "gap_from_thailand_as_of_1980_times"='2.43';
1-30133-3
How many viewers in the UK did episode 50 have?
CREATE TABLE "series_1_2011" ( "episode_no" real, "us_airdate" text, "us_total_viewers" text, "uk_airdate" text, "uk_total_viewers" text );
SELECT "uk_total_viewers" FROM "series_1_2011" WHERE "episode_no"=50;
1-30139175-3
Tell me the doubles W-L for player of laurynas grigelis
CREATE TABLE "current_team" ( "player" text, "current_singles_ranking" text, "current_doubles_ranking" text, "first_year_played" real, "ties_played" real, "total_w_l" text, "singles_w_l" text, "doubles_w_l" text );
SELECT "doubles_w_l" FROM "current_team" WHERE "player"='laurynas grigelis';
2-10295819-1
What is the newest Cap with a Goals stat larger than 17 and which was done by Brian Turner?
CREATE TABLE "highest_goal_scorer" ( "name" text, "career" text, "goals" real, "caps" real, "first_cap" text, "most_recent_cap" text );
SELECT "most_recent_cap" FROM "highest_goal_scorer" WHERE "goals">17 AND "name"='brian turner';
2-1023035-3
What is the nationality of school/club team of barton cc (ks)?
CREATE TABLE "r" ( "player" text, "nationality" text, "position" text, "years_in_toronto" text, "school_club_team" text );
SELECT "nationality" FROM "r" WHERE "school_club_team"='barton cc (ks)';
2-10015132-16
Shawn Respert play for what school/club team?
CREATE TABLE "r" ( "player" text, "nationality" text, "position" text, "years_in_toronto" text, "school_club_team" text );
SELECT "school_club_team" FROM "r" WHERE "player"='shawn respert';
2-10015132-16
Who has position in year 1996-97 in Toronto?
CREATE TABLE "r" ( "player" text, "nationality" text, "position" text, "years_in_toronto" text, "school_club_team" text );
SELECT "position" FROM "r" WHERE "years_in_toronto"='1996-97';
2-10015132-16
Roy Rogers play for what school/club team?
CREATE TABLE "r" ( "player" text, "nationality" text, "position" text, "years_in_toronto" text, "school_club_team" text );
SELECT "school_club_team" FROM "r" WHERE "player"='roy rogers';
2-10015132-16
What year is United States school/club team from Arkansas play in Toronto
CREATE TABLE "r" ( "player" text, "nationality" text, "position" text, "years_in_toronto" text, "school_club_team" text );
SELECT "years_in_toronto" FROM "r" WHERE "nationality"='united states' AND "school_club_team"='arkansas';
2-10015132-16