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