combined_text
stringlengths
106
1.05k
###question:What is the lowest value in the miss international column?###answer:SELECT MIN(miss_international) FROM table_29942205_1###context:CREATE TABLE table_29942205_1 (miss_international INTEGER)
###question:What is the smallest quantity displayed under the title "first runner-up"?###answer:SELECT MIN(1 AS st_runner_up) FROM table_29942205_1###context:CREATE TABLE table_29942205_1 (Id VARCHAR)
###question:How many women from Uruguay has become third runner-up in this pageant?###answer:SELECT MAX(3 AS rd_runner_up) FROM table_29942205_1 WHERE country_territory = "Uruguay"###context:CREATE TABLE table_29942205_1 (country_territory VARCHAR)
###question:What year was player number 10?###answer:SELECT year FROM table_29970488_2 WHERE _number = 10###context:CREATE TABLE table_29970488_2 (year VARCHAR, _number VARCHAR)
###question:How many hometowns are there when Charis Prep was the previous school?###answer:SELECT COUNT(hometown) FROM table_29970488_2 WHERE previous_school = "Charis Prep"###context:CREATE TABLE table_29970488_2 (hometown VARCHAR, previous_school VARCHAR)
###question:How many different items appear in the weight column when Pittsburgh, PA is the hometown?###answer:SELECT COUNT(weight___lb__) FROM table_29970488_2 WHERE hometown = "Pittsburgh, PA"###context:CREATE TABLE table_29970488_2 (weight___lb__ VARCHAR, hometown VARCHAR)
###question:Which episode is number 3 in the season?###answer:SELECT episode FROM table_29960651_5 WHERE no_for_season = 3###context:CREATE TABLE table_29960651_5 (episode VARCHAR, no_for_season VARCHAR)
###question:What is the episode name for series number 45?###answer:SELECT episode FROM table_29960651_5 WHERE no_for_series = 45###context:CREATE TABLE table_29960651_5 (episode VARCHAR, no_for_series VARCHAR)
###question:What is the highest total for any country/territory? ###answer:SELECT MAX(total) FROM table_30008638_1###context:CREATE TABLE table_30008638_1 (total INTEGER)
###question:How many semifinalists has Romania had? ###answer:SELECT semifinalists FROM table_30008638_1 WHERE country_territory = "Romania"###context:CREATE TABLE table_30008638_1 (semifinalists VARCHAR, country_territory VARCHAR)
###question:How many Miss Waters has Canada had?###answer:SELECT MAX(miss_water) FROM table_30008638_1 WHERE country_territory = "Canada"###context:CREATE TABLE table_30008638_1 (miss_water INTEGER, country_territory VARCHAR)
###question:What is the most Miss Fires any country has had?###answer:SELECT MAX(miss_fire) FROM table_30008638_1###context:CREATE TABLE table_30008638_1 (miss_fire INTEGER)
###question:What is the least amount of Miss Airs any country has had?###answer:SELECT MIN(miss_air) FROM table_30008638_1###context:CREATE TABLE table_30008638_1 (miss_air INTEGER)
###question:what re the high assists for january 29?###answer:SELECT high_assists FROM table_29982187_4 WHERE date = "January 29"###context:CREATE TABLE table_29982187_4 (high_assists VARCHAR, date VARCHAR)
###question:What team did the suns play on April 21? ###answer:SELECT team FROM table_29997127_4 WHERE date = "April 21"###context:CREATE TABLE table_29997127_4 (team VARCHAR, date VARCHAR)
###question:In what game was the attendance at the America West Arena 18,756?###answer:SELECT MAX(game) FROM table_29997127_4 WHERE location_attendance = "America West Arena 18,756"###context:CREATE TABLE table_29997127_4 (game INTEGER, location_attendance VARCHAR)
###question:What is the official name of the municipality whose name in Basque is Bilar?###answer:SELECT official_name FROM table_300283_1 WHERE name_in_basque = "Bilar"###context:CREATE TABLE table_300283_1 (official_name VARCHAR, name_in_basque VARCHAR)
###question:What is the official name of the municipality whose name in Spanish is Cripán?###answer:SELECT official_name FROM table_300283_1 WHERE name_in_spanish = "Cripán"###context:CREATE TABLE table_300283_1 (official_name VARCHAR, name_in_spanish VARCHAR)
###question:What is the official name of the municipality whose name in Spanish is Vitoria? ###answer:SELECT official_name FROM table_300283_1 WHERE name_in_spanish = "Vitoria"###context:CREATE TABLE table_300283_1 (official_name VARCHAR, name_in_spanish VARCHAR)
###question:What is the name in Basque of the municipality whose official name is Kuartango? ###answer:SELECT name_in_basque FROM table_300283_1 WHERE official_name = "Kuartango"###context:CREATE TABLE table_300283_1 (name_in_basque VARCHAR, official_name VARCHAR)
###question:What is the INE code of the municipality whose official name is Berantevilla? ###answer:SELECT MAX(ine_code) FROM table_300283_1 WHERE official_name = "Berantevilla"###context:CREATE TABLE table_300283_1 (ine_code INTEGER, official_name VARCHAR)
###question:What is every reference for type and usage of Germanium small-signal RF transistor?###answer:SELECT reference FROM table_30011_2 WHERE type_and_usage = "Germanium small-signal RF transistor"###context:CREATE TABLE table_30011_2 (reference VARCHAR, type_and_usage VARCHAR)
###question:What is every equivalent for the example of asy28?###answer:SELECT equivalent FROM table_30011_2 WHERE example = "ASY28"###context:CREATE TABLE table_30011_2 (equivalent VARCHAR, example VARCHAR)
###question:What is every reference for the example of AF117?###answer:SELECT reference FROM table_30011_2 WHERE example = "AF117"###context:CREATE TABLE table_30011_2 (reference VARCHAR, example VARCHAR)
###question:What is every prefix class for the equivalent of NTE160?###answer:SELECT prefix_class FROM table_30011_2 WHERE equivalent = "NTE160"###context:CREATE TABLE table_30011_2 (prefix_class VARCHAR, equivalent VARCHAR)
###question:What is every prefix class for the equivalent of NTE101?###answer:SELECT prefix_class FROM table_30011_2 WHERE equivalent = "NTE101"###context:CREATE TABLE table_30011_2 (prefix_class VARCHAR, equivalent VARCHAR)
###question:What is every example for the equivalent of NTE160?###answer:SELECT example FROM table_30011_2 WHERE equivalent = "NTE160"###context:CREATE TABLE table_30011_2 (example VARCHAR, equivalent VARCHAR)
###question:How many manhunt beauty contets have been held in france?###answer:SELECT manhunt_international FROM table_30018460_1 WHERE country_territory = "France"###context:CREATE TABLE table_30018460_1 (manhunt_international VARCHAR, country_territory VARCHAR)
###question:How many semifinalists where from peru?###answer:SELECT semifinalists FROM table_30018460_1 WHERE country_territory = "Peru"###context:CREATE TABLE table_30018460_1 (semifinalists VARCHAR, country_territory VARCHAR)
###question:How many first place participants where from croatia?###answer:SELECT 3 AS rd_runner_up FROM table_30018460_1 WHERE country_territory = "Croatia"###context:CREATE TABLE table_30018460_1 (country_territory VARCHAR)
###question:What is the minimum sum?###answer:SELECT MIN(total) FROM table_30018460_1###context:CREATE TABLE table_30018460_1 (total INTEGER)
###question:What is the minimum manhunt beauty contest?###answer:SELECT MIN(manhunt_international) FROM table_30018460_1###context:CREATE TABLE table_30018460_1 (manhunt_international INTEGER)
###question:How many people wrote the episode directed by Arvin Brown?###answer:SELECT COUNT(written_by) FROM table_30030227_1 WHERE directed_by = "Arvin Brown"###context:CREATE TABLE table_30030227_1 (written_by VARCHAR, directed_by VARCHAR)
###question:When included ram (mib) is the model what is the sonnet?###answer:SELECT sonnet FROM table_3002894_4 WHERE model = "Included RAM (MiB)"###context:CREATE TABLE table_3002894_4 (sonnet VARCHAR, model VARCHAR)
###question:When 4 mb is the sonnet what is the apple?###answer:SELECT apple FROM table_3002894_4 WHERE sonnet = "4 MB"###context:CREATE TABLE table_3002894_4 (apple VARCHAR, sonnet VARCHAR)
###question:When 0,4, or 8 mb is the nupowr 117 what is the sonnet?###answer:SELECT sonnet FROM table_3002894_4 WHERE nupowr_117 = "0,4, or 8 MB"###context:CREATE TABLE table_3002894_4 (sonnet VARCHAR, nupowr_117 VARCHAR)
###question:When maker is the model what is the nupowr 167?###answer:SELECT nupowr_167 FROM table_3002894_4 WHERE model = "Maker"###context:CREATE TABLE table_3002894_4 (nupowr_167 VARCHAR, model VARCHAR)
###question:When 0,4, or 8 mb is the nupowr 117 what is the nupowr 183?###answer:SELECT nupowr_183 FROM table_3002894_4 WHERE nupowr_117 = "0,4, or 8 MB"###context:CREATE TABLE table_3002894_4 (nupowr_183 VARCHAR, nupowr_117 VARCHAR)
###question:What is the name of the episode written by glen mazzara?###answer:SELECT title FROM table_30030477_1 WHERE written_by = "Glen Mazzara"###context:CREATE TABLE table_30030477_1 (title VARCHAR, written_by VARCHAR)
###question:How many titles are there with the original air date of august3,2010?###answer:SELECT COUNT(title) FROM table_30030477_1 WHERE original_air_date = "August3,2010"###context:CREATE TABLE table_30030477_1 (title VARCHAR, original_air_date VARCHAR)
###question:Who directed the episdoe veiwed by 3.24 million viewers?###answer:SELECT directed_by FROM table_30030477_1 WHERE viewers__million_ = "3.24"###context:CREATE TABLE table_30030477_1 (directed_by VARCHAR, viewers__million_ VARCHAR)
###question:What dated the episode written by is adam e. fierro & glen mazzara air?###answer:SELECT original_air_date FROM table_30030477_1 WHERE written_by = "Adam E. Fierro & Glen Mazzara"###context:CREATE TABLE table_30030477_1 (original_air_date VARCHAR, written_by VARCHAR)
###question:in which date the strea was w 2###answer:SELECT date FROM table_30047613_12 WHERE streak = "W 2"###context:CREATE TABLE table_30047613_12 (date VARCHAR, streak VARCHAR)
###question:in april 13 what was the streak###answer:SELECT streak FROM table_30047613_12 WHERE date = "April 13"###context:CREATE TABLE table_30047613_12 (streak VARCHAR, date VARCHAR)
###question:in april 13 who made the high rebounds###answer:SELECT high_rebounds FROM table_30047613_12 WHERE date = "April 13"###context:CREATE TABLE table_30047613_12 (high_rebounds VARCHAR, date VARCHAR)
###question:Name the game for l 111–126###answer:SELECT game FROM table_30049462_8 WHERE score = "L 111–126"###context:CREATE TABLE table_30049462_8 (game VARCHAR, score VARCHAR)
###question:Name the score for march 8###answer:SELECT score FROM table_30049462_8 WHERE date = "March 8"###context:CREATE TABLE table_30049462_8 (score VARCHAR, date VARCHAR)
###question:in the detroit team who made the high points###answer:SELECT high_points FROM table_30049462_5 WHERE team = "Detroit"###context:CREATE TABLE table_30049462_5 (high_points VARCHAR, team VARCHAR)
###question:what is the score in the philadelphia team ###answer:SELECT COUNT(score) FROM table_30049462_5 WHERE team = "Philadelphia"###context:CREATE TABLE table_30049462_5 (score VARCHAR, team VARCHAR)
###question:in december 7 who made the high points###answer:SELECT high_points FROM table_30049462_5 WHERE date = "December 7"###context:CREATE TABLE table_30049462_5 (high_points VARCHAR, date VARCHAR)
###question:in how many dates the game was 2###answer:SELECT COUNT(date) FROM table_30049462_3 WHERE game = 2###context:CREATE TABLE table_30049462_3 (date VARCHAR, game VARCHAR)
###question:in the milwaukee team who made the high points###answer:SELECT high_points FROM table_30049462_3 WHERE team = "Milwaukee"###context:CREATE TABLE table_30049462_3 (high_points VARCHAR, team VARCHAR)
###question:What was the location and it's corresponding attendance during the game against Los Angeles?###answer:SELECT location_attendance FROM table_30049462_4 WHERE team = "Los Angeles"###context:CREATE TABLE table_30049462_4 (location_attendance VARCHAR, team VARCHAR)
###question:what is the km from wellington where the metlink code is mast?###answer:SELECT km_from_wellington FROM table_3005450_1 WHERE metlink_code = "MAST"###context:CREATE TABLE table_3005450_1 (km_from_wellington VARCHAR, metlink_code VARCHAR)
###question:what is the name of the station where the metlink code is mata?###answer:SELECT station FROM table_3005450_1 WHERE metlink_code = "MATA"###context:CREATE TABLE table_3005450_1 (station VARCHAR, metlink_code VARCHAR)
###question:what is the metlink code that opened in 1908?###answer:SELECT metlink_code FROM table_3005450_1 WHERE opened = "1908"###context:CREATE TABLE table_3005450_1 (metlink_code VARCHAR, opened VARCHAR)
###question:How many teams did inge – 6 have the high assists with?###answer:SELECT COUNT(team) FROM table_30054758_3 WHERE high_assists = "Inge – 6"###context:CREATE TABLE table_30054758_3 (team VARCHAR, high_assists VARCHAR)
###question:What is the record for december 3?###answer:SELECT record FROM table_30054758_3 WHERE date = "December 3"###context:CREATE TABLE table_30054758_3 (record VARCHAR, date VARCHAR)
###question:How many entries are there for high rebounds when high points is inge – 19?###answer:SELECT COUNT(high_rebounds) FROM table_30054758_3 WHERE high_points = "Inge – 19"###context:CREATE TABLE table_30054758_3 (high_rebounds VARCHAR, high_points VARCHAR)
###question:How many games are shown when the is location attendance is phog allen fieldhouse , lawrence, ks (16,300)?###answer:SELECT COUNT(game) FROM table_30054758_3 WHERE location_attendance = "Phog Allen Fieldhouse , Lawrence, KS (16,300)"###context:CREATE TABLE table_30054758_3 (game VARCHAR, location_attendance...
###question:how many high assits have a date of february 5?###answer:SELECT high_assists FROM table_30054758_5 WHERE date = "February 5"###context:CREATE TABLE table_30054758_5 (high_assists VARCHAR, date VARCHAR)
###question:What is shown for fri 26 aug when mon 22 aug is —— no time?###answer:SELECT fri_26_aug FROM table_30058355_2 WHERE mon_22_aug = "—— No Time"###context:CREATE TABLE table_30058355_2 (fri_26_aug VARCHAR, mon_22_aug VARCHAR)
###question:What shows for sat 20 aug when fri 26 aug is 19' 30.70 116.023mph?###answer:SELECT sat_20_aug FROM table_30058355_2 WHERE fri_26_aug = "19' 30.70 116.023mph"###context:CREATE TABLE table_30058355_2 (sat_20_aug VARCHAR, fri_26_aug VARCHAR)
###question:What shows for mon 22 aug whenwed 24 aug is 19' 56.16 113.553mph?###answer:SELECT mon_22_aug FROM table_30058355_2 WHERE wed_24_aug = "19' 56.16 113.553mph"###context:CREATE TABLE table_30058355_2 (mon_22_aug VARCHAR, wed_24_aug VARCHAR)
###question:What is the thurs 25 aug when wed 24 aug is 19' 59.73 113.216mph?###answer:SELECT thurs_25_aug FROM table_30058355_2 WHERE wed_24_aug = "19' 59.73 113.216mph"###context:CREATE TABLE table_30058355_2 (thurs_25_aug VARCHAR, wed_24_aug VARCHAR)
###question:What shows for thurs 25 aug when fri 26 aug is 19' 30.70 116.023mph?###answer:SELECT thurs_25_aug FROM table_30058355_2 WHERE fri_26_aug = "19' 30.70 116.023mph"###context:CREATE TABLE table_30058355_2 (thurs_25_aug VARCHAR, fri_26_aug VARCHAR)
###question:What's the best rank possible?###answer:SELECT MIN(rank) FROM table_30058355_5###context:CREATE TABLE table_30058355_5 (rank INTEGER)
###question:List all GT4 Cup winners played on the Spa-Francorchamps Report.###answer:SELECT gt4_cup_winner FROM table_30060356_3 WHERE circuit = "Spa-Francorchamps Report"###context:CREATE TABLE table_30060356_3 (gt4_cup_winner VARCHAR, circuit VARCHAR)
###question:Who are the gt3 pro / am cup winners when the gt3 pro cup winner was no. 1 vita4one?###answer:SELECT gt3_pro___am_cup_winner FROM table_30060356_3 WHERE gt3_pro_cup_winner = "No. 1 Vita4One"###context:CREATE TABLE table_30060356_3 (gt3_pro___am_cup_winner VARCHAR, gt3_pro_cup_winner VARCHAR)
###question:What is the highest numbered event?###answer:SELECT MAX(event) FROM table_30060356_3###context:CREATE TABLE table_30060356_3 (event INTEGER)
###question:What is every entry for Tuesday August 23 if the entry for Wednesday August 24 is 22' 23.29 101.116mph?###answer:SELECT tues_23_aug FROM table_30058355_7 WHERE wed_24_aug = "22' 23.29 101.116mph"###context:CREATE TABLE table_30058355_7 (tues_23_aug VARCHAR, wed_24_aug VARCHAR)
###question:What is every entry for Saturday August 27 when the entry for Thursday August 25 is 23' 56.90 94.528mph?###answer:SELECT sat_27_aug FROM table_30058355_7 WHERE thurs_25_aug = "23' 56.90 94.528mph"###context:CREATE TABLE table_30058355_7 (sat_27_aug VARCHAR, thurs_25_aug VARCHAR)
###question:What is every entry for Friday August 26 when the entry for Wednesday August 24 is 23' 52.67 94.807mph?###answer:SELECT fri_26_aug FROM table_30058355_7 WHERE wed_24_aug = "23' 52.67 94.807mph"###context:CREATE TABLE table_30058355_7 (fri_26_aug VARCHAR, wed_24_aug VARCHAR)
###question:When david ashburn richard westbrook is the gt3 winner and 1 is the round what is the length?###answer:SELECT length FROM table_30062172_3 WHERE round = 1 AND gt3_winner = "David Ashburn Richard Westbrook"###context:CREATE TABLE table_30062172_3 (length VARCHAR, round VARCHAR, gt3_winner VARCHAR)
###question:When charles bateman michael lyons is the gt3 winner and donington park is the circuit who is the gt4 winner?###answer:SELECT gt4_winner FROM table_30062172_3 WHERE circuit = "Donington Park" AND gt3_winner = "Charles Bateman Michael Lyons"###context:CREATE TABLE table_30062172_3 (gt4_winner VARCHAR, circui...
###question:When charles bateman michael lyons is the gt3 winner and 9 is the round who is the gt4 winner?###answer:SELECT gt4_winner FROM table_30062172_3 WHERE round = 9 AND gt3_winner = "Charles Bateman Michael Lyons"###context:CREATE TABLE table_30062172_3 (gt4_winner VARCHAR, round VARCHAR, gt3_winner VARCHAR)
###question:When tim bridgman gregor fisken is the pole position who is the gt3 winner?###answer:SELECT gt3_winner FROM table_30062172_3 WHERE pole_position = "Tim Bridgman Gregor Fisken"###context:CREATE TABLE table_30062172_3 (gt3_winner VARCHAR, pole_position VARCHAR)
###question:List the rider for the doncaster handicap compeition.###answer:SELECT jockey FROM table_30098144_2 WHERE race = "Doncaster Handicap"###context:CREATE TABLE table_30098144_2 (jockey VARCHAR, race VARCHAR)
###question:Name the number of troops for troops per $1 billion being 2.45###answer:SELECT COUNT(number_of_troops) FROM table_30108346_1 WHERE troops_per_$1_billion___usd___gdp = "2.45"###context:CREATE TABLE table_30108346_1 (number_of_troops VARCHAR, troops_per_$1_billion___usd___gdp VARCHAR)
###question:Name the total number of troops per one million being 2.76###answer:SELECT COUNT(troops_per_one_million_population) FROM table_30108346_1 WHERE troops_per_$1_billion___usd___gdp = "2.76"###context:CREATE TABLE table_30108346_1 (troops_per_one_million_population VARCHAR, troops_per_$1_billion___usd___gdp VAR...
###question:Name the country for troops per one million being 54.9###answer:SELECT country FROM table_30108346_1 WHERE troops_per_one_million_population = "54.9"###context:CREATE TABLE table_30108346_1 (country VARCHAR, troops_per_one_million_population VARCHAR)
###question:Which player(s) played at Howard college?###answer:SELECT player FROM table_30108930_6 WHERE college = "Howard"###context:CREATE TABLE table_30108930_6 (player VARCHAR, college VARCHAR)
###question:Which CFL team was pick #35?###answer:SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 35###context:CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
###question:Which CFL team got pick 34?###answer:SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 34###context:CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
###question:What is Tyrell Francisco's player position?###answer:SELECT position FROM table_30108930_6 WHERE player = "Tyrell Francisco"###context:CREATE TABLE table_30108930_6 (position VARCHAR, player VARCHAR)
###question:What is the barony of the Gurraghy townland?###answer:SELECT barony FROM table_30120547_1 WHERE townland = "Gurraghy"###context:CREATE TABLE table_30120547_1 (barony VARCHAR, townland VARCHAR)
###question:What is the civil parish of the cappanaboul townland?###answer:SELECT civil_parish FROM table_30120547_1 WHERE townland = "Cappanaboul"###context:CREATE TABLE table_30120547_1 (civil_parish VARCHAR, townland VARCHAR)
###question:What are the civil parishes of the townlands with an area of 119 acres?###answer:SELECT civil_parish FROM table_30120547_1 WHERE area__acres__ = 119###context:CREATE TABLE table_30120547_1 (civil_parish VARCHAR, area__acres__ VARCHAR)
###question:What civil paris appears when Ballynamona is the townland with 126 acres?###answer:SELECT civil_parish FROM table_30120556_1 WHERE townland = "Ballynamona" AND area__acres__ = 126###context:CREATE TABLE table_30120556_1 (civil_parish VARCHAR, townland VARCHAR, area__acres__ VARCHAR)
###question:What is the area of the civil parish kilworth and townland monadrishane?###answer:SELECT area__acres__ FROM table_30120556_1 WHERE civil_parish = "Kilworth" AND townland = "Monadrishane"###context:CREATE TABLE table_30120556_1 (area__acres__ VARCHAR, civil_parish VARCHAR, townland VARCHAR)
###question:How many barony's appear when Ballyvadona is the townland.###answer:SELECT COUNT(barony) FROM table_30120556_1 WHERE townland = "Ballyvadona"###context:CREATE TABLE table_30120556_1 (barony VARCHAR, townland VARCHAR)
###question:How many items appear in the area column when Glasvaunta is the townland?###answer:SELECT COUNT(area__acres__) FROM table_30120556_1 WHERE townland = "Glasvaunta"###context:CREATE TABLE table_30120556_1 (area__acres__ VARCHAR, townland VARCHAR)
###question:What is the fewest area in Derrynanool townland?###answer:SELECT MIN(area__acres__) FROM table_30120556_1 WHERE townland = "Derrynanool"###context:CREATE TABLE table_30120556_1 (area__acres__ INTEGER, townland VARCHAR)
###question:What is Lisladeen poor law union?###answer:SELECT poor_law_union FROM table_30120566_1 WHERE townland = "Lisladeen"###context:CREATE TABLE table_30120566_1 (poor_law_union VARCHAR, townland VARCHAR)
###question:In what barony are both the townland Dawstown and the civil parish Matehy located?###answer:SELECT barony FROM table_30120566_1 WHERE townland = "Dawstown" AND civil_parish = "Matehy"###context:CREATE TABLE table_30120566_1 (barony VARCHAR, townland VARCHAR, civil_parish VARCHAR)
###question:What barony is Ballycunningham in?###answer:SELECT barony FROM table_30120566_1 WHERE townland = "Ballycunningham"###context:CREATE TABLE table_30120566_1 (barony VARCHAR, townland VARCHAR)
###question:How many different sizes (in acres) are noted for Rathcoola East?###answer:SELECT COUNT(area__acres__) FROM table_30120566_1 WHERE townland = "Rathcoola East"###context:CREATE TABLE table_30120566_1 (area__acres__ VARCHAR, townland VARCHAR)
###question:how many areas have townland as kilgilky north?###answer:SELECT COUNT(area__acres__) FROM table_30120560_1 WHERE townland = "Kilgilky North"###context:CREATE TABLE table_30120560_1 (area__acres__ VARCHAR, townland VARCHAR)
###question:which cilvil parishes have areas of 405?###answer:SELECT civil_parish FROM table_30120560_1 WHERE area__acres__ = 405###context:CREATE TABLE table_30120560_1 (civil_parish VARCHAR, area__acres__ VARCHAR)
###question:what is the barony and an area of 560?###answer:SELECT barony FROM table_30120560_1 WHERE area__acres__ = 560###context:CREATE TABLE table_30120560_1 (barony VARCHAR, area__acres__ VARCHAR)