instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: What is every reference for type and usage of Germanium small-signal RF transistor?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (reference VARCHAR, type_and_usage VARCHAR)
SELECT reference FROM table_30011_2 WHERE type_and_usage = "Germanium small-signal RF transistor"
Write a SQL query that answers the following question: What is every equivalent for the example of asy28?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (equivalent VARCHAR, example VARCHAR)
SELECT equivalent FROM table_30011_2 WHERE example = "ASY28"
Write a SQL query that answers the following question: What is every reference for the example of AF117?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (reference VARCHAR, example VARCHAR)
SELECT reference FROM table_30011_2 WHERE example = "AF117"
Write a SQL query that answers the following question: What is every prefix class for the equivalent of NTE160?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (prefix_class VARCHAR, equivalent VARCHAR)
SELECT prefix_class FROM table_30011_2 WHERE equivalent = "NTE160"
Write a SQL query that answers the following question: What is every prefix class for the equivalent of NTE101?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (prefix_class VARCHAR, equivalent VARCHAR)
SELECT prefix_class FROM table_30011_2 WHERE equivalent = "NTE101"
Write a SQL query that answers the following question: What is every example for the equivalent of NTE160?
The relevant table was constructed using the following SQL : CREATE TABLE table_30011_2 (example VARCHAR, equivalent VARCHAR)
SELECT example FROM table_30011_2 WHERE equivalent = "NTE160"
Write a SQL query that answers the following question: How many manhunt beauty contets have been held in france?
The relevant table was constructed using the following SQL : CREATE TABLE table_30018460_1 (manhunt_international VARCHAR, country_territory VARCHAR)
SELECT manhunt_international FROM table_30018460_1 WHERE country_territory = "France"
Write a SQL query that answers the following question: How many semifinalists where from peru?
The relevant table was constructed using the following SQL : CREATE TABLE table_30018460_1 (semifinalists VARCHAR, country_territory VARCHAR)
SELECT semifinalists FROM table_30018460_1 WHERE country_territory = "Peru"
Write a SQL query that answers the following question: How many first place participants where from croatia?
The relevant table was constructed using the following SQL : CREATE TABLE table_30018460_1 (country_territory VARCHAR)
SELECT 3 AS rd_runner_up FROM table_30018460_1 WHERE country_territory = "Croatia"
Write a SQL query that answers the following question: What is the minimum sum?
The relevant table was constructed using the following SQL : CREATE TABLE table_30018460_1 (total INTEGER)
SELECT MIN(total) FROM table_30018460_1
Write a SQL query that answers the following question: What is the minimum manhunt beauty contest?
The relevant table was constructed using the following SQL : CREATE TABLE table_30018460_1 (manhunt_international INTEGER)
SELECT MIN(manhunt_international) FROM table_30018460_1
Write a SQL query that answers the following question: How many people wrote the episode directed by Arvin Brown?
The relevant table was constructed using the following SQL : CREATE TABLE table_30030227_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT COUNT(written_by) FROM table_30030227_1 WHERE directed_by = "Arvin Brown"
Write a SQL query that answers the following question: When included ram (mib) is the model what is the sonnet?
The relevant table was constructed using the following SQL : CREATE TABLE table_3002894_4 (sonnet VARCHAR, model VARCHAR)
SELECT sonnet FROM table_3002894_4 WHERE model = "Included RAM (MiB)"
Write a SQL query that answers the following question: When 4 mb is the sonnet what is the apple?
The relevant table was constructed using the following SQL : CREATE TABLE table_3002894_4 (apple VARCHAR, sonnet VARCHAR)
SELECT apple FROM table_3002894_4 WHERE sonnet = "4 MB"
Write a SQL query that answers the following question: When 0,4, or 8 mb is the nupowr 117 what is the sonnet?
The relevant table was constructed using the following SQL : CREATE TABLE table_3002894_4 (sonnet VARCHAR, nupowr_117 VARCHAR)
SELECT sonnet FROM table_3002894_4 WHERE nupowr_117 = "0,4, or 8 MB"
Write a SQL query that answers the following question: When maker is the model what is the nupowr 167?
The relevant table was constructed using the following SQL : CREATE TABLE table_3002894_4 (nupowr_167 VARCHAR, model VARCHAR)
SELECT nupowr_167 FROM table_3002894_4 WHERE model = "Maker"
Write a SQL query that answers the following question: When 0,4, or 8 mb is the nupowr 117 what is the nupowr 183?
The relevant table was constructed using the following SQL : CREATE TABLE table_3002894_4 (nupowr_183 VARCHAR, nupowr_117 VARCHAR)
SELECT nupowr_183 FROM table_3002894_4 WHERE nupowr_117 = "0,4, or 8 MB"
Write a SQL query that answers the following question: What is the name of the episode written by glen mazzara?
The relevant table was constructed using the following SQL : CREATE TABLE table_30030477_1 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_30030477_1 WHERE written_by = "Glen Mazzara"
Write a SQL query that answers the following question: How many titles are there with the original air date of august3,2010?
The relevant table was constructed using the following SQL : CREATE TABLE table_30030477_1 (title VARCHAR, original_air_date VARCHAR)
SELECT COUNT(title) FROM table_30030477_1 WHERE original_air_date = "August3,2010"
Write a SQL query that answers the following question: Who directed the episdoe veiwed by 3.24 million viewers?
The relevant table was constructed using the following SQL : CREATE TABLE table_30030477_1 (directed_by VARCHAR, viewers__million_ VARCHAR)
SELECT directed_by FROM table_30030477_1 WHERE viewers__million_ = "3.24"
Write a SQL query that answers the following question: What dated the episode written by is adam e. fierro & glen mazzara air?
The relevant table was constructed using the following SQL : CREATE TABLE table_30030477_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_30030477_1 WHERE written_by = "Adam E. Fierro & Glen Mazzara"
Write a SQL query that answers the following question: in which date the strea was w 2
The relevant table was constructed using the following SQL : CREATE TABLE table_30047613_12 (date VARCHAR, streak VARCHAR)
SELECT date FROM table_30047613_12 WHERE streak = "W 2"
Write a SQL query that answers the following question: in april 13 what was the streak
The relevant table was constructed using the following SQL : CREATE TABLE table_30047613_12 (streak VARCHAR, date VARCHAR)
SELECT streak FROM table_30047613_12 WHERE date = "April 13"
Write a SQL query that answers the following question: in april 13 who made the high rebounds
The relevant table was constructed using the following SQL : CREATE TABLE table_30047613_12 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_30047613_12 WHERE date = "April 13"
Write a SQL query that answers the following question: Name the game for l 111–126
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_8 (game VARCHAR, score VARCHAR)
SELECT game FROM table_30049462_8 WHERE score = "L 111–126"
Write a SQL query that answers the following question: Name the score for march 8
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_8 (score VARCHAR, date VARCHAR)
SELECT score FROM table_30049462_8 WHERE date = "March 8"
Write a SQL query that answers the following question: in the detroit team who made the high points
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_5 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_30049462_5 WHERE team = "Detroit"
Write a SQL query that answers the following question: what is the score in the philadelphia team
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_5 (score VARCHAR, team VARCHAR)
SELECT COUNT(score) FROM table_30049462_5 WHERE team = "Philadelphia"
Write a SQL query that answers the following question: in december 7 who made the high points
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_5 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_30049462_5 WHERE date = "December 7"
Write a SQL query that answers the following question: in how many dates the game was 2
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_3 (date VARCHAR, game VARCHAR)
SELECT COUNT(date) FROM table_30049462_3 WHERE game = 2
Write a SQL query that answers the following question: in the milwaukee team who made the high points
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_3 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_30049462_3 WHERE team = "Milwaukee"
Write a SQL query that answers the following question: What was the location and it's corresponding attendance during the game against Los Angeles?
The relevant table was constructed using the following SQL : CREATE TABLE table_30049462_4 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_30049462_4 WHERE team = "Los Angeles"
Write a SQL query that answers the following question: what is the km from wellington where the metlink code is mast?
The relevant table was constructed using the following SQL : CREATE TABLE table_3005450_1 (km_from_wellington VARCHAR, metlink_code VARCHAR)
SELECT km_from_wellington FROM table_3005450_1 WHERE metlink_code = "MAST"
Write a SQL query that answers the following question: what is the name of the station where the metlink code is mata?
The relevant table was constructed using the following SQL : CREATE TABLE table_3005450_1 (station VARCHAR, metlink_code VARCHAR)
SELECT station FROM table_3005450_1 WHERE metlink_code = "MATA"
Write a SQL query that answers the following question: what is the metlink code that opened in 1908?
The relevant table was constructed using the following SQL : CREATE TABLE table_3005450_1 (metlink_code VARCHAR, opened VARCHAR)
SELECT metlink_code FROM table_3005450_1 WHERE opened = "1908"
Write a SQL query that answers the following question: How many teams did inge – 6 have the high assists with?
The relevant table was constructed using the following SQL : CREATE TABLE table_30054758_3 (team VARCHAR, high_assists VARCHAR)
SELECT COUNT(team) FROM table_30054758_3 WHERE high_assists = "Inge – 6"
Write a SQL query that answers the following question: What is the record for december 3?
The relevant table was constructed using the following SQL : CREATE TABLE table_30054758_3 (record VARCHAR, date VARCHAR)
SELECT record FROM table_30054758_3 WHERE date = "December 3"
Write a SQL query that answers the following question: How many entries are there for high rebounds when high points is inge – 19?
The relevant table was constructed using the following SQL : CREATE TABLE table_30054758_3 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT COUNT(high_rebounds) FROM table_30054758_3 WHERE high_points = "Inge – 19"
Write a SQL query that answers the following question: How many games are shown when the is location attendance is phog allen fieldhouse , lawrence, ks (16,300)?
The relevant table was constructed using the following SQL : CREATE TABLE table_30054758_3 (game VARCHAR, location_attendance VARCHAR)
SELECT COUNT(game) FROM table_30054758_3 WHERE location_attendance = "Phog Allen Fieldhouse , Lawrence, KS (16,300)"
Write a SQL query that answers the following question: how many high assits have a date of february 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_30054758_5 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_30054758_5 WHERE date = "February 5"
Write a SQL query that answers the following question: What is shown for fri 26 aug when mon 22 aug is β€”β€” no time?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_2 (fri_26_aug VARCHAR, mon_22_aug VARCHAR)
SELECT fri_26_aug FROM table_30058355_2 WHERE mon_22_aug = "β€”β€” No Time"
Write a SQL query that answers the following question: What shows for sat 20 aug when fri 26 aug is 19' 30.70 116.023mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_2 (sat_20_aug VARCHAR, fri_26_aug VARCHAR)
SELECT sat_20_aug FROM table_30058355_2 WHERE fri_26_aug = "19' 30.70 116.023mph"
Write a SQL query that answers the following question: What shows for mon 22 aug whenwed 24 aug is 19' 56.16 113.553mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_2 (mon_22_aug VARCHAR, wed_24_aug VARCHAR)
SELECT mon_22_aug FROM table_30058355_2 WHERE wed_24_aug = "19' 56.16 113.553mph"
Write a SQL query that answers the following question: What is the thurs 25 aug when wed 24 aug is 19' 59.73 113.216mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_2 (thurs_25_aug VARCHAR, wed_24_aug VARCHAR)
SELECT thurs_25_aug FROM table_30058355_2 WHERE wed_24_aug = "19' 59.73 113.216mph"
Write a SQL query that answers the following question: What shows for thurs 25 aug when fri 26 aug is 19' 30.70 116.023mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_2 (thurs_25_aug VARCHAR, fri_26_aug VARCHAR)
SELECT thurs_25_aug FROM table_30058355_2 WHERE fri_26_aug = "19' 30.70 116.023mph"
Write a SQL query that answers the following question: What's the best rank possible?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_5 (rank INTEGER)
SELECT MIN(rank) FROM table_30058355_5
Write a SQL query that answers the following question: List all GT4 Cup winners played on the Spa-Francorchamps Report.
The relevant table was constructed using the following SQL : CREATE TABLE table_30060356_3 (gt4_cup_winner VARCHAR, circuit VARCHAR)
SELECT gt4_cup_winner FROM table_30060356_3 WHERE circuit = "Spa-Francorchamps Report"
Write a SQL query that answers the following question: Who are the gt3 pro / am cup winners when the gt3 pro cup winner was no. 1 vita4one?
The relevant table was constructed using the following SQL : CREATE TABLE table_30060356_3 (gt3_pro___am_cup_winner VARCHAR, gt3_pro_cup_winner VARCHAR)
SELECT gt3_pro___am_cup_winner FROM table_30060356_3 WHERE gt3_pro_cup_winner = "No. 1 Vita4One"
Write a SQL query that answers the following question: What is the highest numbered event?
The relevant table was constructed using the following SQL : CREATE TABLE table_30060356_3 (event INTEGER)
SELECT MAX(event) FROM table_30060356_3
Write a SQL query that answers the following question: What is every entry for Tuesday August 23 if the entry for Wednesday August 24 is 22' 23.29 101.116mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_7 (tues_23_aug VARCHAR, wed_24_aug VARCHAR)
SELECT tues_23_aug FROM table_30058355_7 WHERE wed_24_aug = "22' 23.29 101.116mph"
Write a SQL query that answers the following question: What is every entry for Saturday August 27 when the entry for Thursday August 25 is 23' 56.90 94.528mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_7 (sat_27_aug VARCHAR, thurs_25_aug VARCHAR)
SELECT sat_27_aug FROM table_30058355_7 WHERE thurs_25_aug = "23' 56.90 94.528mph"
Write a SQL query that answers the following question: What is every entry for Friday August 26 when the entry for Wednesday August 24 is 23' 52.67 94.807mph?
The relevant table was constructed using the following SQL : CREATE TABLE table_30058355_7 (fri_26_aug VARCHAR, wed_24_aug VARCHAR)
SELECT fri_26_aug FROM table_30058355_7 WHERE wed_24_aug = "23' 52.67 94.807mph"
Write a SQL query that answers the following question: When david ashburn richard westbrook is the gt3 winner and 1 is the round what is the length?
The relevant table was constructed using the following SQL : CREATE TABLE table_30062172_3 (length VARCHAR, round VARCHAR, gt3_winner VARCHAR)
SELECT length FROM table_30062172_3 WHERE round = 1 AND gt3_winner = "David Ashburn Richard Westbrook"
Write a SQL query that answers the following question: When charles bateman michael lyons is the gt3 winner and donington park is the circuit who is the gt4 winner?
The relevant table was constructed using the following SQL : CREATE TABLE table_30062172_3 (gt4_winner VARCHAR, circuit VARCHAR, gt3_winner VARCHAR)
SELECT gt4_winner FROM table_30062172_3 WHERE circuit = "Donington Park" AND gt3_winner = "Charles Bateman Michael Lyons"
Write a SQL query that answers the following question: When charles bateman michael lyons is the gt3 winner and 9 is the round who is the gt4 winner?
The relevant table was constructed using the following SQL : CREATE TABLE table_30062172_3 (gt4_winner VARCHAR, round VARCHAR, gt3_winner VARCHAR)
SELECT gt4_winner FROM table_30062172_3 WHERE round = 9 AND gt3_winner = "Charles Bateman Michael Lyons"
Write a SQL query that answers the following question: When tim bridgman gregor fisken is the pole position who is the gt3 winner?
The relevant table was constructed using the following SQL : CREATE TABLE table_30062172_3 (gt3_winner VARCHAR, pole_position VARCHAR)
SELECT gt3_winner FROM table_30062172_3 WHERE pole_position = "Tim Bridgman Gregor Fisken"
Write a SQL query that answers the following question: List the rider for the doncaster handicap compeition.
The relevant table was constructed using the following SQL : CREATE TABLE table_30098144_2 (jockey VARCHAR, race VARCHAR)
SELECT jockey FROM table_30098144_2 WHERE race = "Doncaster Handicap"
Write a SQL query that answers the following question: Name the number of troops for troops per $1 billion being 2.45
The relevant table was constructed using the following SQL : CREATE TABLE table_30108346_1 (number_of_troops VARCHAR, troops_per_$1_billion___usd___gdp VARCHAR)
SELECT COUNT(number_of_troops) FROM table_30108346_1 WHERE troops_per_$1_billion___usd___gdp = "2.45"
Write a SQL query that answers the following question: Name the total number of troops per one million being 2.76
The relevant table was constructed using the following SQL : CREATE TABLE table_30108346_1 (troops_per_one_million_population VARCHAR, troops_per_$1_billion___usd___gdp VARCHAR)
SELECT COUNT(troops_per_one_million_population) FROM table_30108346_1 WHERE troops_per_$1_billion___usd___gdp = "2.76"
Write a SQL query that answers the following question: Name the country for troops per one million being 54.9
The relevant table was constructed using the following SQL : CREATE TABLE table_30108346_1 (country VARCHAR, troops_per_one_million_population VARCHAR)
SELECT country FROM table_30108346_1 WHERE troops_per_one_million_population = "54.9"
Write a SQL query that answers the following question: Which player(s) played at Howard college?
The relevant table was constructed using the following SQL : CREATE TABLE table_30108930_6 (player VARCHAR, college VARCHAR)
SELECT player FROM table_30108930_6 WHERE college = "Howard"
Write a SQL query that answers the following question: Which CFL team was pick #35?
The relevant table was constructed using the following SQL : CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 35
Write a SQL query that answers the following question: Which CFL team got pick 34?
The relevant table was constructed using the following SQL : CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 34
Write a SQL query that answers the following question: What is Tyrell Francisco's player position?
The relevant table was constructed using the following SQL : CREATE TABLE table_30108930_6 (position VARCHAR, player VARCHAR)
SELECT position FROM table_30108930_6 WHERE player = "Tyrell Francisco"
Write a SQL query that answers the following question: What is the barony of the Gurraghy townland?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120547_1 (barony VARCHAR, townland VARCHAR)
SELECT barony FROM table_30120547_1 WHERE townland = "Gurraghy"
Write a SQL query that answers the following question: What is the civil parish of the cappanaboul townland?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120547_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT civil_parish FROM table_30120547_1 WHERE townland = "Cappanaboul"
Write a SQL query that answers the following question: What are the civil parishes of the townlands with an area of 119 acres?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120547_1 (civil_parish VARCHAR, area__acres__ VARCHAR)
SELECT civil_parish FROM table_30120547_1 WHERE area__acres__ = 119
Write a SQL query that answers the following question: What civil paris appears when Ballynamona is the townland with 126 acres?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120556_1 (civil_parish VARCHAR, townland VARCHAR, area__acres__ VARCHAR)
SELECT civil_parish FROM table_30120556_1 WHERE townland = "Ballynamona" AND area__acres__ = 126
Write a SQL query that answers the following question: What is the area of the civil parish kilworth and townland monadrishane?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120556_1 (area__acres__ VARCHAR, civil_parish VARCHAR, townland VARCHAR)
SELECT area__acres__ FROM table_30120556_1 WHERE civil_parish = "Kilworth" AND townland = "Monadrishane"
Write a SQL query that answers the following question: How many barony's appear when Ballyvadona is the townland.
The relevant table was constructed using the following SQL : CREATE TABLE table_30120556_1 (barony VARCHAR, townland VARCHAR)
SELECT COUNT(barony) FROM table_30120556_1 WHERE townland = "Ballyvadona"
Write a SQL query that answers the following question: How many items appear in the area column when Glasvaunta is the townland?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120556_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120556_1 WHERE townland = "Glasvaunta"
Write a SQL query that answers the following question: What is the fewest area in Derrynanool townland?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120556_1 (area__acres__ INTEGER, townland VARCHAR)
SELECT MIN(area__acres__) FROM table_30120556_1 WHERE townland = "Derrynanool"
Write a SQL query that answers the following question: What is Lisladeen poor law union?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120566_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT poor_law_union FROM table_30120566_1 WHERE townland = "Lisladeen"
Write a SQL query that answers the following question: In what barony are both the townland Dawstown and the civil parish Matehy located?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120566_1 (barony VARCHAR, townland VARCHAR, civil_parish VARCHAR)
SELECT barony FROM table_30120566_1 WHERE townland = "Dawstown" AND civil_parish = "Matehy"
Write a SQL query that answers the following question: What barony is Ballycunningham in?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120566_1 (barony VARCHAR, townland VARCHAR)
SELECT barony FROM table_30120566_1 WHERE townland = "Ballycunningham"
Write a SQL query that answers the following question: How many different sizes (in acres) are noted for Rathcoola East?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120566_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120566_1 WHERE townland = "Rathcoola East"
Write a SQL query that answers the following question: how many areas have townland as kilgilky north?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120560_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120560_1 WHERE townland = "Kilgilky North"
Write a SQL query that answers the following question: which cilvil parishes have areas of 405?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120560_1 (civil_parish VARCHAR, area__acres__ VARCHAR)
SELECT civil_parish FROM table_30120560_1 WHERE area__acres__ = 405
Write a SQL query that answers the following question: what is the barony and an area of 560?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120560_1 (barony VARCHAR, area__acres__ VARCHAR)
SELECT barony FROM table_30120560_1 WHERE area__acres__ = 560
Write a SQL query that answers the following question: what is the number of areas where the townland is brittas?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120560_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120560_1 WHERE townland = "Brittas"
Write a SQL query that answers the following question: What is the Poor Law Union for Coolkirky?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120633_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT poor_law_union FROM table_30120633_1 WHERE townland = "Coolkirky"
Write a SQL query that answers the following question: How few acres is the area of Clashroe?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120633_1 (area__acres__ INTEGER, townland VARCHAR)
SELECT MIN(area__acres__) FROM table_30120633_1 WHERE townland = "Clashroe"
Write a SQL query that answers the following question: Which townland has a 213 acre area?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120633_1 (townland VARCHAR, area__acres__ VARCHAR)
SELECT townland FROM table_30120633_1 WHERE area__acres__ = 213
Write a SQL query that answers the following question: How many acres does the area of Lissagroom with Bandon as its poor law union cover?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120633_1 (area__acres__ VARCHAR, poor_law_union VARCHAR, townland VARCHAR)
SELECT area__acres__ FROM table_30120633_1 WHERE poor_law_union = "Bandon" AND townland = "Lissagroom"
Write a SQL query that answers the following question: What is Ballymurphy North's civil parish?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120633_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT civil_parish FROM table_30120633_1 WHERE townland = "Ballymurphy North"
Write a SQL query that answers the following question: How many acres in the townland of Coomroe?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120761_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120761_1 WHERE townland = "Coomroe"
Write a SQL query that answers the following question: What are all the acreages of the townlands in the Macroom poor law union and Macroom civil parish?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120761_1 (area__acres__ VARCHAR, poor_law_union VARCHAR, civil_parish VARCHAR)
SELECT area__acres__ FROM table_30120761_1 WHERE poor_law_union = "Macroom" AND civil_parish = "Macroom"
Write a SQL query that answers the following question: How many baronies is Maulnagrough a part of?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120761_1 (barony VARCHAR, townland VARCHAR)
SELECT COUNT(barony) FROM table_30120761_1 WHERE townland = "Maulnagrough"
Write a SQL query that answers the following question: What are all of the townlands that have exactly 131 acres.
The relevant table was constructed using the following SQL : CREATE TABLE table_30120761_1 (townland VARCHAR, area__acres__ VARCHAR)
SELECT townland FROM table_30120761_1 WHERE area__acres__ = 131
Write a SQL query that answers the following question: What is the acreage of the Maghereen in the civil parish of Macroom?
The relevant table was constructed using the following SQL : CREATE TABLE table_30120761_1 (area__acres__ VARCHAR, civil_parish VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120761_1 WHERE civil_parish = "Macroom" AND townland = "Maghereen"
Write a SQL query that answers the following question: What is the poor law union when the townland is bohonagh?
The relevant table was constructed using the following SQL : CREATE TABLE table_30121075_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT poor_law_union FROM table_30121075_1 WHERE townland = "Bohonagh"
Write a SQL query that answers the following question: How many entries are in barony when the townland is derrigra?
The relevant table was constructed using the following SQL : CREATE TABLE table_30121075_1 (barony VARCHAR, townland VARCHAR)
SELECT COUNT(barony) FROM table_30121075_1 WHERE townland = "Derrigra"
Write a SQL query that answers the following question: How many entries are listed in poor law union when townland is dromidiclogh?
The relevant table was constructed using the following SQL : CREATE TABLE table_30121075_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT COUNT(poor_law_union) FROM table_30121075_1 WHERE townland = "Dromidiclogh"
Write a SQL query that answers the following question: What is the area when the poor law union is skibbereen and the townland is knockmore?
The relevant table was constructed using the following SQL : CREATE TABLE table_30121075_1 (area__acres__ VARCHAR, poor_law_union VARCHAR, townland VARCHAR)
SELECT area__acres__ FROM table_30121075_1 WHERE poor_law_union = "Skibbereen" AND townland = "Knockmore"
Write a SQL query that answers the following question: What is the circuit located in baltimore , maryland?
The relevant table was constructed using the following SQL : CREATE TABLE table_30134667_2 (circuit VARCHAR, location VARCHAR)
SELECT circuit FROM table_30134667_2 WHERE location = "Baltimore , Maryland"
Write a SQL query that answers the following question: Which circuit was located in st. petersburg, florida?
The relevant table was constructed using the following SQL : CREATE TABLE table_30134667_2 (circuit VARCHAR, location VARCHAR)
SELECT circuit FROM table_30134667_2 WHERE location = "St. Petersburg, Florida"
Write a SQL query that answers the following question: Who had the fastest lap in bowmanville, ontario?
The relevant table was constructed using the following SQL : CREATE TABLE table_30134667_2 (fastest_lap VARCHAR, location VARCHAR)
SELECT fastest_lap FROM table_30134667_2 WHERE location = "Bowmanville, Ontario"
Write a SQL query that answers the following question: Who had the fastest lap on september 4?
The relevant table was constructed using the following SQL : CREATE TABLE table_30134667_2 (fastest_lap VARCHAR, date VARCHAR)
SELECT fastest_lap FROM table_30134667_2 WHERE date = "September 4"
Write a SQL query that answers the following question: What is the 1985 value for the year when GDP as of 2012 after PPP was 369.38?
The relevant table was constructed using the following SQL : CREATE TABLE table_30133_3 (gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ VARCHAR)
SELECT 1985 FROM table_30133_3 WHERE gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ = "369.38"
Write a SQL query that answers the following question: What was the gap from Thailand as of 2012 for China?
The relevant table was constructed using the following SQL : CREATE TABLE table_30133_3 (gap_from_thailand_as_of_2012__times_ VARCHAR, economy VARCHAR)
SELECT gap_from_thailand_as_of_2012__times_ FROM table_30133_3 WHERE economy = "China"