output stringlengths 18 557 | instruction stringlengths 22 540 |
|---|---|
SELECT podiums FROM table_10753917_1 WHERE team = "Williams" AND margin_of_defeat = "2" | CREATE TABLE table_10753917_1 (podiums VARCHAR, team VARCHAR, margin_of_defeat VARCHAR), Which podiums did the Williams team have with a margin of defeat of 2? |
SELECT COUNT(driver) FROM table_10753917_1 WHERE team = "Williams" AND margin_of_defeat = "2" | CREATE TABLE table_10753917_1 (driver VARCHAR, team VARCHAR, margin_of_defeat VARCHAR), How many drivers on the williams team had a margin of defeat of 2? |
SELECT COUNT(season) FROM table_10753917_1 WHERE driver = "Clay Regazzoni" | CREATE TABLE table_10753917_1 (season VARCHAR, driver VARCHAR), How many seasons was clay regazzoni the driver? |
SELECT margin_of_defeat FROM table_10753917_1 WHERE points = "30" | CREATE TABLE table_10753917_1 (margin_of_defeat VARCHAR, points VARCHAR), Which margin of defeats had points of 30? |
SELECT podiums FROM table_10753917_1 WHERE team = "Alfa Romeo" | CREATE TABLE table_10753917_1 (podiums VARCHAR, team VARCHAR), Which podiums did the alfa romeo team have? |
SELECT percent_of_slovenes_1951 FROM table_10797636_1 WHERE village__german_ = "Bach" | CREATE TABLE table_10797636_1 (percent_of_slovenes_1951 VARCHAR, village__german_ VARCHAR), What was the percent of slovenes 1951 for bach? |
SELECT college FROM table_10812403_4 WHERE cfl_team = "Saskatchewan Roughriders" | CREATE TABLE table_10812403_4 (college VARCHAR, cfl_team VARCHAR), What college's team is the Saskatchewan Roughriders? |
SELECT position FROM table_10812403_4 WHERE player = "Calvin McCarty" | CREATE TABLE table_10812403_4 (position VARCHAR, player VARCHAR), What position did Calvin Mccarty play? |
SELECT COUNT(position) FROM table_10812403_4 WHERE pick__number = 30 | CREATE TABLE table_10812403_4 (position VARCHAR, pick__number VARCHAR), How many people were pick #30? |
SELECT college FROM table_10812403_4 WHERE player = "Calvin McCarty" | CREATE TABLE table_10812403_4 (college VARCHAR, player VARCHAR), What college did Calvin McCarty play at? |
SELECT college FROM table_10812403_4 WHERE position = "LB" | CREATE TABLE table_10812403_4 (college VARCHAR, position VARCHAR), What college had a LB in the draft? |
SELECT high_assists FROM table_10812293_6 WHERE date = "February 9" | CREATE TABLE table_10812293_6 (high_assists VARCHAR, date VARCHAR), Who got high assists for the game played on February 9? |
SELECT name_of_lava_dome FROM table_1081235_1 WHERE last_eruption_or_growth_episode = "Holocene" | CREATE TABLE table_1081235_1 (name_of_lava_dome VARCHAR, last_eruption_or_growth_episode VARCHAR), Which lava domes erupted or had a growth episode during the Holocene period? |
SELECT composition FROM table_1081235_1 WHERE name_of_lava_dome = "Valles lava dome" | CREATE TABLE table_1081235_1 (composition VARCHAR, name_of_lava_dome VARCHAR), What is the composition at Valles lava dome? |
SELECT COUNT(country) FROM table_1081235_1 WHERE name_of_lava_dome = "Tata Sabaya lava domes" | CREATE TABLE table_1081235_1 (country VARCHAR, name_of_lava_dome VARCHAR), How many countries are the Tata Sabaya Lava domes located in? |
SELECT country FROM table_1081235_1 WHERE last_eruption_or_growth_episode = "1986" | CREATE TABLE table_1081235_1 (country VARCHAR, last_eruption_or_growth_episode VARCHAR), What countries have had eruptions of growth episodes in 1986? |
SELECT lyricist FROM table_10848177_1 WHERE length = "3:05" | CREATE TABLE table_10848177_1 (lyricist VARCHAR, length VARCHAR), Who is the lyricist for the song with a length of 3:05? |
SELECT song FROM table_10848177_1 WHERE length = "3:05" | CREATE TABLE table_10848177_1 (song VARCHAR, length VARCHAR), What song has a length of 3:05? |
SELECT lyricist FROM table_10848177_1 WHERE length = "6:14" | CREATE TABLE table_10848177_1 (lyricist VARCHAR, length VARCHAR), Which lyricist has a song with a length of 6:14? |
SELECT MAX(track__number) FROM table_10848177_1 | CREATE TABLE table_10848177_1 (track__number INTEGER), What is the highest track number? |
SELECT song FROM table_10848177_1 WHERE picturization = "Vijay" | CREATE TABLE table_10848177_1 (song VARCHAR, picturization VARCHAR), Which song has picturization by only vijay? |
SELECT singers FROM table_10848177_1 WHERE lyricist = "Alangudi Somu" | CREATE TABLE table_10848177_1 (singers VARCHAR, lyricist VARCHAR), For which singers was Alangudi Somu the lyricist? |
SELECT publisher FROM table_10875694_11 WHERE product_no = "SCUS-97265" | CREATE TABLE table_10875694_11 (publisher VARCHAR, product_no VARCHAR), What publishers were involved with product number SCUS-97265? |
SELECT COUNT(system) FROM table_10875694_11 WHERE title = "James Bond 007: Everything or Nothing" | CREATE TABLE table_10875694_11 (system VARCHAR, title VARCHAR), What is the total number of James Bond 007: Everything or Nothing for each system? |
SELECT COUNT(product_no) FROM table_10875694_11 WHERE title = "Jak 3" | CREATE TABLE table_10875694_11 (product_no VARCHAR, title VARCHAR), How many products have the title "Jak 3"? |
SELECT compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ FROM table_10875694_11 WHERE publisher = "Electronic Arts" AND title = "James Bond 007: Agent Under Fire" | CREATE TABLE table_10875694_11 (compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ VARCHAR, publisher VARCHAR, title VARCHAR), Which James Bond 007: Agent Under Fire from Electronic Arts is compatible with 60 gb pal/80 gb NTSC PS3 (CECHC/CECHE)? |
SELECT publisher FROM table_10875694_11 WHERE product_no = "SLUS-20265" | CREATE TABLE table_10875694_11 (publisher VARCHAR, product_no VARCHAR), What publishers produce product number SLUS-20265? |
SELECT COUNT(title) FROM table_10875694_11 WHERE product_no = "SCUS-97330" | CREATE TABLE table_10875694_11 (title VARCHAR, product_no VARCHAR), How many titles have the product number SCUS-97330? |
SELECT status FROM table_1090916_2 WHERE livery = "Blue" | CREATE TABLE table_1090916_2 (status VARCHAR, livery VARCHAR), What is the status when livery is blue? |
SELECT location FROM table_1090916_2 WHERE status = "In service as coaching stock" | CREATE TABLE table_1090916_2 (location VARCHAR, status VARCHAR), What is the location when the status is in service as coaching stock? |
SELECT first_season FROM table_1096793_1 WHERE last_title = "2012" | CREATE TABLE table_1096793_1 (first_season VARCHAR, last_title VARCHAR), What was the first season of the club who last won a title in 2012? |
SELECT first_season FROM table_1096793_1 WHERE position_in_2012 = "2nd in Superettan" | CREATE TABLE table_1096793_1 (first_season VARCHAR, position_in_2012 VARCHAR), What was the first season of the club that in 2012 was 2nd in Superettan? |
SELECT directed_by FROM table_11075747_3 WHERE written_by = "Tommy Thompson" | CREATE TABLE table_11075747_3 (directed_by VARCHAR, written_by VARCHAR), Who directed the second episode of "The Homecoming" which was written by Tommy Thompson? |
SELECT the_bronx FROM table_1108394_34 WHERE manhattan = "29.9_percentage" | CREATE TABLE table_1108394_34 (the_bronx VARCHAR, manhattan VARCHAR), What percentage of The Bronx voters occured when Manhattan had 29.9% of voters? |
SELECT the_bronx FROM table_1108394_34 WHERE total = 2054 | CREATE TABLE table_1108394_34 (the_bronx VARCHAR, total VARCHAR), What number of voters did the Bronx have when the total number was 2054? |
SELECT queens FROM table_1108394_34 WHERE richmond_[staten_is] = "295" | CREATE TABLE table_1108394_34 (queens VARCHAR, richmond_ VARCHAR, staten_is VARCHAR), What number of voters did Queens have when Staten Island had 295 voters? |
SELECT staten_island FROM table_1108394_6 WHERE brooklyn = "940" | CREATE TABLE table_1108394_6 (staten_island VARCHAR, brooklyn VARCHAR), What was Staten Island when Brooklyn was 940? |
SELECT COUNT(manhattan) FROM table_1108394_6 WHERE staten_island = "12,658" | CREATE TABLE table_1108394_6 (manhattan VARCHAR, staten_island VARCHAR), What was the total number in Manhattan when Staten Island was 12,658? |
SELECT brooklyn FROM table_1108394_6 WHERE manhattan = "3,139" | CREATE TABLE table_1108394_6 (brooklyn VARCHAR, manhattan VARCHAR), What was the total in Brooklyn when Manhattan was 3,139? |
SELECT 2013 AS _republican_primary FROM table_1108394_6 WHERE staten_island = "451" | CREATE TABLE table_1108394_6 (staten_island VARCHAR), Who was the republican candidate in 2013 when Staten Island was 451? |
SELECT staten_island FROM table_1108394_6 WHERE the_bronx = "1,281" | CREATE TABLE table_1108394_6 (staten_island VARCHAR, the_bronx VARCHAR), What was the amount in Staten Island when The Bronx was 1,281? |
SELECT _percentage FROM table_1108394_47 WHERE the_bronx = "133" | CREATE TABLE table_1108394_47 (_percentage VARCHAR, the_bronx VARCHAR), The candidate who received 133 votes in the Bronx won what percentage overall? |
SELECT 1921 FROM table_1108394_47 WHERE queens = "88" | CREATE TABLE table_1108394_47 (queens VARCHAR), Which candidate won 88 votes in Queens in 1921? |
SELECT brooklyn FROM table_1108394_47 WHERE manhattan = "321" | CREATE TABLE table_1108394_47 (brooklyn VARCHAR, manhattan VARCHAR), How many votes in Brooklyn were won by the candidate who won 321 votes in Manhattan? |
SELECT _percentage FROM table_1108394_47 WHERE queens = "87,676" | CREATE TABLE table_1108394_47 (_percentage VARCHAR, queens VARCHAR), The man who received 87,676 votes in Queens won what percentage of the total for the election? |
SELECT COUNT(party) FROM table_1108394_47 WHERE manhattan = "29.9_percentage" | CREATE TABLE table_1108394_47 (party VARCHAR, manhattan VARCHAR), How many parties received 29.9% of the vote in Manhattan? |
SELECT MAX(late_1943) FROM table_1115992_1 WHERE NOT _late_1941 = "Slovenia" | CREATE TABLE table_1115992_1 (late_1943 INTEGER, _late_1941 VARCHAR), Name the most late 1943 with late 194 in slovenia |
SELECT MIN(sept_1943) FROM table_1115992_1 WHERE late_1943 = 78000 | CREATE TABLE table_1115992_1 (sept_1943 INTEGER, late_1943 VARCHAR), What is the least september 1943 when late 1943 is 78000 |
SELECT COUNT(longest_run) FROM table_11157122_5 WHERE player = "Eric Dickerson" | CREATE TABLE table_11157122_5 (longest_run VARCHAR, player VARCHAR), What was Eric Dickerson's longest run? |
SELECT MIN(attempts) FROM table_11157122_5 WHERE player = "Charles White" | CREATE TABLE table_11157122_5 (attempts INTEGER, player VARCHAR), How many attempts did Charles White make? |
SELECT yards FROM table_11157122_5 WHERE attempts = 87 | CREATE TABLE table_11157122_5 (yards VARCHAR, attempts VARCHAR), How many yards did the player with 87 attempts rush? |
SELECT COUNT(highest) FROM table_11206916_1 WHERE team = "Elgin City" | CREATE TABLE table_11206916_1 (highest VARCHAR, team VARCHAR), What was the highest amount of people that attended the elgin city team? |
SELECT MIN(average) FROM table_11206916_1 WHERE stadium = "Firs Park" | CREATE TABLE table_11206916_1 (average INTEGER, stadium VARCHAR), The firs park stadium had the lowest average attendence of what? |
SELECT MIN(highest) FROM table_11206916_1 WHERE team = "Dumbarton" | CREATE TABLE table_11206916_1 (highest INTEGER, team VARCHAR), What was the lowest highest attendance for the dumbarton team? |
SELECT MAX(highest) FROM table_11206916_1 WHERE stadium = "Gayfield Park" | CREATE TABLE table_11206916_1 (highest INTEGER, stadium VARCHAR), The gayfield park stadium had a highest attendance of what? |
SELECT COUNT(highest) FROM table_11206916_1 WHERE team = "Stenhousemuir" | CREATE TABLE table_11206916_1 (highest VARCHAR, team VARCHAR), The stenhousemuir team had how many highest attendances? |
SELECT premiere FROM table_11174272_1 WHERE hk_viewers = "2.09 million" | CREATE TABLE table_11174272_1 (premiere VARCHAR, hk_viewers VARCHAR), what's the premiere with hk viewers of 2.09 million |
SELECT MIN(rank) FROM table_11174272_1 | CREATE TABLE table_11174272_1 (rank INTEGER), what is the minimum rank |
SELECT MIN(capacity) FROM table_11208143_9 WHERE team = "Dundee United" | CREATE TABLE table_11208143_9 (capacity INTEGER, team VARCHAR), What is the minimum capacity of Dundee United's stadium? |
SELECT stadium FROM table_11208143_9 WHERE capacity = 51082 | CREATE TABLE table_11208143_9 (stadium VARCHAR, capacity VARCHAR), Which stadiums have a capacity of 51082? |
SELECT COUNT(stadium) FROM table_11208143_9 WHERE capacity = 7500 | CREATE TABLE table_11208143_9 (stadium VARCHAR, capacity VARCHAR), How many stadiums are there with a capacity of 7500? |
SELECT MAX(capacity) FROM table_11208143_9 WHERE stadium = "Pittodrie" | CREATE TABLE table_11208143_9 (capacity INTEGER, stadium VARCHAR), What is Pittodrie Stadium's maximum capacity? |
SELECT stadium FROM table_11208143_9 WHERE average = 13840 | CREATE TABLE table_11208143_9 (stadium VARCHAR, average VARCHAR), Which stadiums have an average attendance of 13840? |
SELECT highest FROM table_11208143_9 WHERE average = 4752 | CREATE TABLE table_11208143_9 (highest VARCHAR, average VARCHAR), What are the highest recorded attendance rates of the stadiums with an average attendance of 4752? |
SELECT MAX(ties) FROM table_11233358_2 | CREATE TABLE table_11233358_2 (ties INTEGER), What is the highest number of ties? |
SELECT COUNT(w_l__total_) FROM table_11233358_2 WHERE debut = 2013 | CREATE TABLE table_11233358_2 (w_l__total_ VARCHAR, debut VARCHAR), During the 2013 debut, what is the w-I(total) number? |
SELECT catalog_number FROM table_11222744_3 WHERE title = "Callanetics: 10 years Younger In 10 Hours" | CREATE TABLE table_11222744_3 (catalog_number VARCHAR, title VARCHAR), What is the catalog number named callanetics: 10 years younger in 10 hours |
SELECT COUNT(studio) FROM table_11222744_3 WHERE catalog_number = "CAL03 / 0091037137333" | CREATE TABLE table_11222744_3 (studio VARCHAR, catalog_number VARCHAR), how many studios have the catalog number "cal03 / 0091037137333"? |
SELECT format FROM table_11222744_3 WHERE title = "Callanetics: 10 years Younger In 10 Hours" | CREATE TABLE table_11222744_3 (format VARCHAR, title VARCHAR), what is the format of "callanetics: 10 years younger in 10 hours"? |
SELECT catalog_number FROM table_11222744_3 WHERE title = "Super Callanetics" | CREATE TABLE table_11222744_3 (catalog_number VARCHAR, title VARCHAR), What is the catalog number of the title called "super callanetics"? |
SELECT COUNT(catalog_number) FROM table_11222744_3 WHERE title = "Quick Callanetics" | CREATE TABLE table_11222744_3 (catalog_number VARCHAR, title VARCHAR), how many titles have the name "quick callanetics"? |
SELECT studio FROM table_11222744_3 WHERE catalog_number = "CAL03 / 0091037137333" | CREATE TABLE table_11222744_3 (studio VARCHAR, catalog_number VARCHAR), Who creates the catalog with the number "cal03 / 0091037137333"? |
SELECT rating FROM table_11238597_4 WHERE viewers__millions_ = "1.83" | CREATE TABLE table_11238597_4 (rating VARCHAR, viewers__millions_ VARCHAR), What was the rating for the episode with 1.83 viewers (millions)? |
SELECT share FROM table_11238597_4 WHERE air_date = "December 10, 2008" | CREATE TABLE table_11238597_4 (share VARCHAR, air_date VARCHAR), What was the share for the episode with the air date december 10, 2008? |
SELECT premiere FROM table_11323532_2 WHERE languages = "Danish" | CREATE TABLE table_11323532_2 (premiere VARCHAR, languages VARCHAR), Which premiere had languages in danish? |
SELECT COUNT(channel) FROM table_11323532_2 WHERE country_region = "New Zealand" | CREATE TABLE table_11323532_2 (channel VARCHAR, country_region VARCHAR), What was the number of channels in New Zealand? |
SELECT premiere FROM table_11323532_2 WHERE host = "Lieke van Lexmond Dennis Weening" | CREATE TABLE table_11323532_2 (premiere VARCHAR, host VARCHAR), What is the premiere where the host is lieke van lexmond dennis weening? |
SELECT premiere FROM table_11323532_2 WHERE channel = "Mega channel" | CREATE TABLE table_11323532_2 (premiere VARCHAR, channel VARCHAR), What is the premiere on the mega channel? |
SELECT wind_power__wp_ FROM table_11347578_1 WHERE country = "China" | CREATE TABLE table_11347578_1 (wind_power__wp_ VARCHAR, country VARCHAR), What is the symbol for Windpower in China? |
SELECT candidates_winning_candidate_in_bold FROM table_1133844_4 WHERE state__linked_to_summaries_below_ = "West Virginia" | CREATE TABLE table_1133844_4 (candidates_winning_candidate_in_bold VARCHAR, state__linked_to_summaries_below_ VARCHAR), who were the winners in west virginia |
SELECT result FROM table_1133844_4 WHERE senator = "Lindsey Graham" | CREATE TABLE table_1133844_4 (result VARCHAR, senator VARCHAR), tell the final for lindsey graham |
SELECT senator FROM table_1133844_4 WHERE state__linked_to_summaries_below_ = "Arkansas" | CREATE TABLE table_1133844_4 (senator VARCHAR, state__linked_to_summaries_below_ VARCHAR), who won the senate seat in arkansas |
SELECT dysart FROM table_11340432_1 WHERE information = "Principal" | CREATE TABLE table_11340432_1 (dysart VARCHAR, information VARCHAR), What is the dysart of the principal? |
SELECT willow_canyon FROM table_11340432_1 WHERE dysart = "Roberta Lockhart" | CREATE TABLE table_11340432_1 (willow_canyon VARCHAR, dysart VARCHAR), What is williow canyon of Roberta Lockhart? |
SELECT willow_canyon FROM table_11340432_1 WHERE shadow_ridge = "Stallion" | CREATE TABLE table_11340432_1 (willow_canyon VARCHAR, shadow_ridge VARCHAR), What is the willow canyon of Stallion? |
SELECT valley_vista FROM table_11340432_1 WHERE willow_canyon = "Anthony Capuano" | CREATE TABLE table_11340432_1 (valley_vista VARCHAR, willow_canyon VARCHAR), Name the Valley Vista of Anthony Capuano |
SELECT COUNT(information) FROM table_11340432_1 WHERE shadow_ridge = "Michael Hawkins" | CREATE TABLE table_11340432_1 (information VARCHAR, shadow_ridge VARCHAR), How many informations does Michael Hawkins have? |
SELECT COUNT(round) FROM table_1137694_3 WHERE winning_driver = "Damon Hill" | CREATE TABLE table_1137694_3 (round VARCHAR, winning_driver VARCHAR), How many total rounds did Damon Hill come in First Place? |
SELECT winning_driver FROM table_1137694_3 WHERE winning_constructor = "Jordan - Mugen-Honda" | CREATE TABLE table_1137694_3 (winning_driver VARCHAR, winning_constructor VARCHAR), Who drove the winning car constructed by Jordan - Mugen-Honda? |
SELECT grand_prix FROM table_1137694_3 WHERE winning_constructor = "Jordan - Mugen-Honda" | CREATE TABLE table_1137694_3 (grand_prix VARCHAR, winning_constructor VARCHAR), Which Grand Prix was won by a car constructed by Jordan - Mugen-Honda? |
SELECT location FROM table_11365528_2 WHERE website = "http://www.mudgeerabasoccer.com/" | CREATE TABLE table_11365528_2 (location VARCHAR, website VARCHAR), Which location belongs to the website, http://www.mudgeerabasoccer.com/? |
SELECT COUNT(home_ground) FROM table_11365528_2 WHERE president = "Peter Williamson" | CREATE TABLE table_11365528_2 (home_ground VARCHAR, president VARCHAR), The president, peter williamson, had how many home grounds? |
SELECT COUNT(head_coach) FROM table_11365528_2 WHERE website = "http://www.burleighbulldogs.org/" | CREATE TABLE table_11365528_2 (head_coach VARCHAR, website VARCHAR), How many head coaches are there for the website, http://www.burleighbulldogs.org/? |
SELECT website FROM table_11365528_2 WHERE head_coach = "Steve Radoslavic" | CREATE TABLE table_11365528_2 (website VARCHAR, head_coach VARCHAR), The head coach, steve radoslavic, is related to which websites? |
SELECT winning_driver FROM table_1137696_3 WHERE grand_prix = "European grand_prix" | CREATE TABLE table_1137696_3 (winning_driver VARCHAR, grand_prix VARCHAR), Who is the driver of the european grand prix? |
SELECT report FROM table_1137696_3 WHERE round = 3 | CREATE TABLE table_1137696_3 (report VARCHAR, round VARCHAR), What is the report for round 3? |
SELECT winning_driver FROM table_1137696_3 WHERE round = 7 | CREATE TABLE table_1137696_3 (winning_driver VARCHAR, round VARCHAR), What is the winning driver of round 7? |
SELECT grand_prix FROM table_1137696_3 WHERE winning_driver = "Michael Schumacher" AND fastest_lap = "Michael Schumacher" AND round = 7 | CREATE TABLE table_1137696_3 (grand_prix VARCHAR, round VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR), Name the grand prix with a driver of Michael Schumacher and a round of 7? |
SELECT round FROM table_1137702_3 WHERE winning_constructor = "Benetton - Ford" AND pole_position = "Damon Hill" | CREATE TABLE table_1137702_3 (round VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR), Which round was the winning constructor was Benetton - Ford and in the Pole Position was Damon Hill? |
SELECT COUNT(grand_prix) FROM table_1137702_3 WHERE winning_constructor = "Benetton - Ford" AND pole_position = "Michael Schumacher" | CREATE TABLE table_1137702_3 (grand_prix VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR), How many Grand Prix were the winning constructor Benetton - Ford and the pole position was Michael Schumacher? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.