combined_text
stringlengths 106
1.05k
|
---|
###question:What joined year does Dropped Athletics have?###answer:SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = "Dropped athletics"###context:CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR) |
###question:What is the latest founded year?###answer:SELECT MAX(founded) FROM table_1973729_2###context:CREATE TABLE table_1973729_2 (founded INTEGER) |
###question:What institution is located in Watertown, Wisconsin?###answer:SELECT institution FROM table_1974443_1 WHERE location = "Watertown, Wisconsin"###context:CREATE TABLE table_1974443_1 (institution VARCHAR, location VARCHAR) |
###question:What is the smallest enrollment for institutions founded in exactly 1880?###answer:SELECT MIN(enrollment) FROM table_1974443_1 WHERE founded = 1880###context:CREATE TABLE table_1974443_1 (enrollment INTEGER, founded VARCHAR) |
###question:What is the enrollment for Lakeland College?###answer:SELECT enrollment FROM table_1974443_1 WHERE institution = "Lakeland College"###context:CREATE TABLE table_1974443_1 (enrollment VARCHAR, institution VARCHAR) |
###question:What is the maximum enrollment for Concordia University?###answer:SELECT MAX(enrollment) FROM table_1974443_1 WHERE institution = "Concordia University"###context:CREATE TABLE table_1974443_1 (enrollment INTEGER, institution VARCHAR) |
###question:What couple had a total score of 6?###answer:SELECT couple FROM table_19744915_15 WHERE total = 6###context:CREATE TABLE table_19744915_15 (couple VARCHAR, total VARCHAR) |
###question:What is the lowest rank?###answer:SELECT MIN(rank) FROM table_19744915_15###context:CREATE TABLE table_19744915_15 (rank INTEGER) |
###question:What couple had a vote percentage of 7.691%###answer:SELECT couple FROM table_19744915_15 WHERE vote_percentage = "7.691%"###context:CREATE TABLE table_19744915_15 (couple VARCHAR, vote_percentage VARCHAR) |
###question:How many results do Ellery and Frankie have?###answer:SELECT COUNT(result) FROM table_19744915_15 WHERE couple = "Ellery and Frankie"###context:CREATE TABLE table_19744915_15 (result VARCHAR, couple VARCHAR) |
###question:What is Michael and Melanie's rank?###answer:SELECT rank FROM table_19744915_15 WHERE couple = "Michael and Melanie"###context:CREATE TABLE table_19744915_15 (rank VARCHAR, couple VARCHAR) |
###question:What is Zoe and Matt's rank?###answer:SELECT rank FROM table_19744915_16 WHERE couple = "Zoe and Matt"###context:CREATE TABLE table_19744915_16 (rank VARCHAR, couple VARCHAR) |
###question:What is the judge's total for Roxanne and Daniel?###answer:SELECT judges FROM table_19744915_16 WHERE couple = "Roxanne and Daniel"###context:CREATE TABLE table_19744915_16 (judges VARCHAR, couple VARCHAR) |
###question:What is Zoe and Matt's result?###answer:SELECT result FROM table_19744915_16 WHERE couple = "Zoe and Matt"###context:CREATE TABLE table_19744915_16 (result VARCHAR, couple VARCHAR) |
###question:What is the result of judge 6?###answer:SELECT result FROM table_19744915_16 WHERE judges = 6###context:CREATE TABLE table_19744915_16 (result VARCHAR, judges VARCHAR) |
###question:what is the order when public vote was 18.155%###answer:SELECT order FROM table_19744915_3 WHERE public_vote = "18.155%"###context:CREATE TABLE table_19744915_3 (order VARCHAR, public_vote VARCHAR) |
###question:what is the public vote on graeme & kristina###answer:SELECT public_vote FROM table_19744915_3 WHERE couple = "Graeme & Kristina"###context:CREATE TABLE table_19744915_3 (public_vote VARCHAR, couple VARCHAR) |
###question:what is robin's stat when jason was 2.5###answer:SELECT robin FROM table_19744915_3 WHERE jason = "2.5"###context:CREATE TABLE table_19744915_3 (robin VARCHAR, jason VARCHAR) |
###question:state the skating song of graeme & kristina###answer:SELECT skating_song FROM table_19744915_3 WHERE couple = "Graeme & Kristina"###context:CREATE TABLE table_19744915_3 (skating_song VARCHAR, couple VARCHAR) |
###question:what is the scoreboard when karen was 4.5###answer:SELECT scoreboard FROM table_19744915_3 WHERE karen = "4.5"###context:CREATE TABLE table_19744915_3 (scoreboard VARCHAR, karen VARCHAR) |
###question:how many coupless totalled 14.5###answer:SELECT COUNT(couple) FROM table_19744915_3 WHERE total = "14.5"###context:CREATE TABLE table_19744915_3 (couple VARCHAR, total VARCHAR) |
###question:Name the nickname for enrollment being 9000###answer:SELECT nickname FROM table_1974545_1 WHERE enrollment = 9000###context:CREATE TABLE table_1974545_1 (nickname VARCHAR, enrollment VARCHAR) |
###question:what type is the institute that enrolled 2102###answer:SELECT type FROM table_1974632_1 WHERE enrollment = 2102###context:CREATE TABLE table_1974632_1 (type VARCHAR, enrollment VARCHAR) |
###question:where is the private/presbyterian institute###answer:SELECT location FROM table_1974632_1 WHERE type = "Private/Presbyterian"###context:CREATE TABLE table_1974632_1 (location VARCHAR, type VARCHAR) |
###question:what type of institution is alvernia university###answer:SELECT type FROM table_1974632_1 WHERE institution = "Alvernia University"###context:CREATE TABLE table_1974632_1 (type VARCHAR, institution VARCHAR) |
###question:state the institution in glenside, pennsylvania###answer:SELECT institution FROM table_1974632_1 WHERE location = "Glenside, Pennsylvania"###context:CREATE TABLE table_1974632_1 (institution VARCHAR, location VARCHAR) |
###question:What was the result when John Barrow was the incumbent first elected in 2004?###answer:SELECT result FROM table_19753079_13 WHERE first_elected = 2004 AND incumbent = "John Barrow"###context:CREATE TABLE table_19753079_13 (result VARCHAR, first_elected VARCHAR, incumbent VARCHAR) |
###question:How many incumbents are there in the georgia 8 district when the party is democratic?###answer:SELECT COUNT(incumbent) FROM table_19753079_13 WHERE party = "Democratic" AND district = "Georgia 8"###context:CREATE TABLE table_19753079_13 (incumbent VARCHAR, party VARCHAR, district VARCHAR) |
###question:In what district is the incumbent John Linder?###answer:SELECT district FROM table_19753079_13 WHERE incumbent = "John Linder"###context:CREATE TABLE table_19753079_13 (district VARCHAR, incumbent VARCHAR) |
###question:What was the result of the Georgia 8 district?###answer:SELECT result FROM table_19753079_13 WHERE district = "Georgia 8"###context:CREATE TABLE table_19753079_13 (result VARCHAR, district VARCHAR) |
###question:What is the mind of the one that has qut reason?###answer:SELECT mind FROM table_19760_1 WHERE reason = "qut"###context:CREATE TABLE table_19760_1 (mind VARCHAR, reason VARCHAR) |
###question:What is the understanding of the one that has νοῦς nous reasoning?###answer:SELECT understanding FROM table_19760_1 WHERE reason = "νοῦς Nous"###context:CREATE TABLE table_19760_1 (understanding VARCHAR, reason VARCHAR) |
###question:How much was spent in 1949/50 (in $ millions) in the country where the cumulative expenditure is $376 millions?###answer:SELECT MIN(1949 AS _50__) AS $_millions_ FROM table_19766_1 WHERE cumulative__$_millions_ = 376###context:CREATE TABLE table_19766_1 (cumulative__$_millions_ VARCHAR) |
###question:How many millions of $ were spent in Iceland in 1948/49?###answer:SELECT MAX(1948 AS _49__) AS $_millions_ FROM table_19766_1 WHERE country = "Iceland"###context:CREATE TABLE table_19766_1 (country VARCHAR) |
###question:Name the total number for % popular vote for # of seats won for 83###answer:SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83###context:CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR) |
###question:Name the % of popular vote for election for 1926###answer:SELECT _percentage_of_popular_vote FROM table_19769687_3 WHERE election = "1926"###context:CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, election VARCHAR) |
###question:Name the most # of seats won###answer:SELECT MAX(_number_of_seats_won) FROM table_19769687_3###context:CREATE TABLE table_19769687_3 (_number_of_seats_won INTEGER) |
###question:Name the most number of total votes for election for 1878###answer:SELECT MAX(_number_of_total_votes) FROM table_19769687_3 WHERE election = "1878"###context:CREATE TABLE table_19769687_3 (_number_of_total_votes INTEGER, election VARCHAR) |
###question:What is the number for the french open 1974?###answer:SELECT MAX(_number) FROM table_197638_7 WHERE french_open = 1974###context:CREATE TABLE table_197638_7 (_number INTEGER, french_open VARCHAR) |
###question:When was the Australian open?###answer:SELECT MAX(australian_open) FROM table_197638_7###context:CREATE TABLE table_197638_7 (australian_open INTEGER) |
###question:How many ages have Maureen Connolly Brinker as the player?###answer:SELECT COUNT(age) FROM table_197638_7 WHERE player = "Maureen Connolly Brinker"###context:CREATE TABLE table_197638_7 (age VARCHAR, player VARCHAR) |
###question:When is the French Open when serena williams is the player?###answer:SELECT MIN(french_open) FROM table_197638_7 WHERE player = "Serena Williams"###context:CREATE TABLE table_197638_7 (french_open INTEGER, player VARCHAR) |
###question:how many dismissals in a game with 191 innings###answer:SELECT COUNT(dismissals) FROM table_19769948_26 WHERE innings = 191###context:CREATE TABLE table_19769948_26 (dismissals VARCHAR, innings VARCHAR) |
###question:How many residence cities have an English name of Province of Viborg and Nyslott?###answer:SELECT COUNT(residence_city) FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"###context:CREATE TABLE table_198175_2 (residence_city VARCHAR, english_name VARCHAR) |
###question:What is the highest value for map number?###answer:SELECT MAX(map_number) FROM table_198175_2###context:CREATE TABLE table_198175_2 (map_number INTEGER) |
###question:What is every Swedish name for residence city is Loviisa?###answer:SELECT swedish_name FROM table_198175_2 WHERE residence_city = "Loviisa"###context:CREATE TABLE table_198175_2 (swedish_name VARCHAR, residence_city VARCHAR) |
###question:What is every Finnish name for the English name of Province of Viborg and Nyslott?###answer:SELECT finnish_name FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"###context:CREATE TABLE table_198175_2 (finnish_name VARCHAR, english_name VARCHAR) |
###question:What is the traditional Chinese character set for the location that has an area of 181?###answer:SELECT traditional_chinese FROM table_1982739_2 WHERE area = 181###context:CREATE TABLE table_1982739_2 (traditional_chinese VARCHAR, area VARCHAR) |
###question:What is the total number of areas that are called Nanqiao District?###answer:SELECT COUNT(area) FROM table_1982739_2 WHERE english_name = "Nanqiao District"###context:CREATE TABLE table_1982739_2 (area VARCHAR, english_name VARCHAR) |
###question:What is the number of English names that have a Traditional Chinese name of 全椒縣?###answer:SELECT COUNT(english_name) FROM table_1982739_2 WHERE traditional_chinese = "全椒縣"###context:CREATE TABLE table_1982739_2 (english_name VARCHAR, traditional_chinese VARCHAR) |
###question:What is the Pinyin name for Dingyuan County?###answer:SELECT pinyin FROM table_1982739_2 WHERE english_name = "Dingyuan County"###context:CREATE TABLE table_1982739_2 (pinyin VARCHAR, english_name VARCHAR) |
###question:What are Doug Davis' maximum pitching stats?###answer:SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = "Doug Davis"###context:CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR) |
###question:List the pitchers for the 1970 season###answer:SELECT pitcher FROM table_19839391_3 WHERE seasons = "1970"###context:CREATE TABLE table_19839391_3 (pitcher VARCHAR, seasons VARCHAR) |
###question:How many wins had a win percentage of 0.667###answer:SELECT wins FROM table_19839391_3 WHERE winning__percentage = "0.667"###context:CREATE TABLE table_19839391_3 (wins VARCHAR, winning__percentage VARCHAR) |
###question:how many "no decisions" are there with 3 wins and a win percentage of 1.000?###answer:SELECT MIN(no_decisions) FROM table_19839391_3 WHERE winning__percentage = "1.000" AND wins = 3###context:CREATE TABLE table_19839391_3 (no_decisions INTEGER, winning__percentage VARCHAR, wins VARCHAR) |
###question:stae the least number of wins in 1986###answer:SELECT MIN(wins) FROM table_19864214_3 WHERE seasons = "1986"###context:CREATE TABLE table_19864214_3 (wins INTEGER, seasons VARCHAR) |
###question:what is the least number of no decisions for scott feldman category:articles with hcards###answer:SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = "Scott Feldman Category:Articles with hCards"###context:CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR) |
###question:what is the number of starts in 1977###answer:SELECT starts FROM table_19864214_3 WHERE seasons = "1977"###context:CREATE TABLE table_19864214_3 (starts VARCHAR, seasons VARCHAR) |
###question:who was the pitcher in seasons 1982, 1984, 1985, 1987, 1988, 1989###answer:SELECT pitcher FROM table_19864214_3 WHERE seasons = "1982, 1984, 1985, 1987, 1988, 1989"###context:CREATE TABLE table_19864214_3 (pitcher VARCHAR, seasons VARCHAR) |
###question:how many wins did pitcher jon matlack category:articles with hcards achieve###answer:SELECT COUNT(wins) FROM table_19864214_3 WHERE pitcher = "Jon Matlack Category:Articles with hCards"###context:CREATE TABLE table_19864214_3 (wins VARCHAR, pitcher VARCHAR) |
###question:How many series are there total?###answer:SELECT MAX(no_in_series) FROM table_19897294_4###context:CREATE TABLE table_19897294_4 (no_in_series INTEGER) |
###question:What family had a no.overall of UK10?###answer:SELECT family_families FROM table_19897294_4 WHERE no_overall = "UK10"###context:CREATE TABLE table_19897294_4 (family_families VARCHAR, no_overall VARCHAR) |
###question:What's the highest division number through the years?###answer:SELECT MAX(division) FROM table_1990460_1###context:CREATE TABLE table_1990460_1 (division INTEGER) |
###question:What's the lowest division number of the 6th, Great Lakes season?###answer:SELECT MIN(division) FROM table_1990460_1 WHERE regular_season = "6th, Great Lakes"###context:CREATE TABLE table_1990460_1 (division INTEGER, regular_season VARCHAR) |
###question:What's the team's status in the Open Cup in 2006?###answer:SELECT open_cup FROM table_1990460_1 WHERE year = 2006###context:CREATE TABLE table_1990460_1 (open_cup VARCHAR, year VARCHAR) |
###question:When did the 4th, Midwest season happen?###answer:SELECT year FROM table_1990460_1 WHERE regular_season = "4th, Midwest"###context:CREATE TABLE table_1990460_1 (year VARCHAR, regular_season VARCHAR) |
###question:how many spokesperson where in 2004###answer:SELECT COUNT(spokesperson) FROM table_1992924_3 WHERE year_s_ = 2004###context:CREATE TABLE table_1992924_3 (spokesperson VARCHAR, year_s_ VARCHAR) |
###question:who is the dual commentator at the channel with spokesperson larisa verbickaya###answer:SELECT Dual AS commentator FROM table_1992924_3 WHERE spokesperson = "Larisa Verbickaya"###context:CREATE TABLE table_1992924_3 (Dual VARCHAR, spokesperson VARCHAR) |
###question:state all the spokesperson for the channel where commentator is dmitriy guberniyev###answer:SELECT spokesperson FROM table_1992924_3 WHERE commentator = "Dmitriy Guberniyev"###context:CREATE TABLE table_1992924_3 (spokesperson VARCHAR, commentator VARCHAR) |
###question:When is the first broadcast for episodes where Rufus's guest is Jack Whitehall?###answer:SELECT first_broadcast FROM table_19930660_3 WHERE rufus_guest = "Jack Whitehall"###context:CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, rufus_guest VARCHAR) |
###question:Which episodes have Chris Addison as Rufus's guest?###answer:SELECT episode FROM table_19930660_3 WHERE rufus_guest = "Chris Addison"###context:CREATE TABLE table_19930660_3 (episode VARCHAR, rufus_guest VARCHAR) |
###question:What is the resulting score for the episodes where Rufus's guest is Sean Lock?###answer:SELECT winner FROM table_19930660_3 WHERE rufus_guest = "Sean Lock"###context:CREATE TABLE table_19930660_3 (winner VARCHAR, rufus_guest VARCHAR) |
###question:What is the first broadcast date for episode 3x10?###answer:SELECT first_broadcast FROM table_19930660_3 WHERE episode = "3x10"###context:CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, episode VARCHAR) |
###question:What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?###answer:SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd"###context:CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR) |
###question:How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?###answer:SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE author___editor___source = "The Economist" AND year_of_publication = "2007" AND ranking_la__2_ = "2nd"###context:CREATE TABLE table_19948664_1 (countries_sampled INTEGER, ranking_la__2_ VARCHAR, author___editor___source VARCHAR, year_of_publication VARCHAR) |
###question:What's the wold ranking of the index by Transparency International?###answer:SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = "Transparency International"###context:CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR) |
###question:How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?###answer:SELECT countries_sampled FROM table_19948664_1 WHERE ranking_la__2_ = "2nd" AND world_ranking__1_ = "23rd"###context:CREATE TABLE table_19948664_1 (countries_sampled VARCHAR, ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR) |
###question:How many countries were sampled for the Prosperity Index (2008)?###answer:SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE index__year_ = "Prosperity Index (2008)"###context:CREATE TABLE table_19948664_1 (countries_sampled INTEGER, index__year_ VARCHAR) |
###question:What is the playoffs result in years where Open Canada Cup was "N/A" and regular season result was "2nd, New England"?###answer:SELECT playoffs FROM table_1999350_1 WHERE open_canada_cup = "N/A" AND regular_season = "2nd, New England"###context:CREATE TABLE table_1999350_1 (playoffs VARCHAR, open_canada_cup VARCHAR, regular_season VARCHAR) |
###question:What is the earliest year where playoffs was "did not qualify," regular season was "2nd, New England," and Open Canada Cup is "N/A"?###answer:SELECT MIN(year) FROM table_1999350_1 WHERE playoffs = "Did not qualify" AND regular_season = "2nd, New England" AND open_canada_cup = "N/A"###context:CREATE TABLE table_1999350_1 (year INTEGER, open_canada_cup VARCHAR, playoffs VARCHAR, regular_season VARCHAR) |
###question:What is the total number of playoffs held in exactly 2006?###answer:SELECT COUNT(playoffs) FROM table_1999350_1 WHERE year = 2006###context:CREATE TABLE table_1999350_1 (playoffs VARCHAR, year VARCHAR) |
###question:What were the revising conventions commentary with a denunciation of 21?###answer:SELECT revising_convention_s_ FROM table_2001348_1 WHERE denunciations__september_2011_ = 21###context:CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, denunciations__september_2011_ VARCHAR) |
###question:How many inputs are there in the 'closure for signature' tab under the field 'sea (revised)'?###answer:SELECT COUNT(closure_for_signature) FROM table_2001348_1 WHERE field = "Sea (revised)"###context:CREATE TABLE table_2001348_1 (closure_for_signature VARCHAR, field VARCHAR) |
###question:How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'?###answer:SELECT COUNT(ilo_code) FROM table_2001348_1 WHERE revising_convention_s_ = "this convention, Work in Fishing Convention"###context:CREATE TABLE table_2001348_1 (ilo_code VARCHAR, revising_convention_s_ VARCHAR) |
###question:What was the revising convention of the field 'trimmers and stokers'?###answer:SELECT revising_convention_s_ FROM table_2001348_1 WHERE field = "trimmers and stokers"###context:CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, field VARCHAR) |
###question:What are the Juntas de Regantes (WUB) within the Azua Valley?###answer:SELECT juntas_de_regantes__wub_ FROM table_20018310_1 WHERE irrigation_district = "Azua Valley"###context:CREATE TABLE table_20018310_1 (juntas_de_regantes__wub_ VARCHAR, irrigation_district VARCHAR) |
###question:Which irrigation district has 4733 users?###answer:SELECT irrigation_district FROM table_20018310_1 WHERE users___number_ = 4733###context:CREATE TABLE table_20018310_1 (irrigation_district VARCHAR, users___number_ VARCHAR) |
###question:What's the number of users in the Nisibon-Yuma within the Del Este district?###answer:SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = "Del Este" AND juntas_de_regantes__wub_ = "Nisibon-Yuma"###context:CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR) |
###question:What percentage voted for Tom Horner according to the poll source with sampling error of 2.5%?###answer:SELECT tom_horner__i_ FROM table_20032301_3 WHERE sampling_error = "2.5%"###context:CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, sampling_error VARCHAR) |
###question:What's the percentage of undecided according to the poll source with sampling error of 2.7%?###answer:SELECT undecided FROM table_20032301_3 WHERE sampling_error = "2.7%"###context:CREATE TABLE table_20032301_3 (undecided VARCHAR, sampling_error VARCHAR) |
###question:When did Minnesota Poll administer their poll?###answer:SELECT dates_administered FROM table_20032301_3 WHERE poll_source = "Minnesota Poll"###context:CREATE TABLE table_20032301_3 (dates_administered VARCHAR, poll_source VARCHAR) |
###question:How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?###answer:SELECT COUNT(tom_emmer__r_) FROM table_20032301_3 WHERE matt_entenza__dfl_ = "38%"###context:CREATE TABLE table_20032301_3 (tom_emmer__r_ VARCHAR, matt_entenza__dfl_ VARCHAR) |
###question:What poll source administered their poll on June 14-16, 2010?###answer:SELECT poll_source FROM table_20032301_3 WHERE dates_administered = "June 14-16, 2010"###context:CREATE TABLE table_20032301_3 (poll_source VARCHAR, dates_administered VARCHAR) |
###question:What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza?###answer:SELECT tom_horner__i_ FROM table_20032301_3 WHERE matt_entenza__dfl_ = "31%"###context:CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, matt_entenza__dfl_ VARCHAR) |
###question:what is redskins (score) against tennessee titans 27###answer:SELECT redskins__score_ FROM table_20074209_1 WHERE opponent__score_ = "Tennessee Titans 27"###context:CREATE TABLE table_20074209_1 (redskins__score_ VARCHAR, opponent__score_ VARCHAR) |
###question:Who is the head coach of the team who's venue is Lokomotiv?###answer:SELECT head_coach FROM table_20140132_1 WHERE venue = "Lokomotiv"###context:CREATE TABLE table_20140132_1 (head_coach VARCHAR, venue VARCHAR) |
###question:What is the venue for the team Terek?###answer:SELECT venue FROM table_20140132_1 WHERE team = "Terek"###context:CREATE TABLE table_20140132_1 (venue VARCHAR, team VARCHAR) |
###question:How many teams finished in 8th in 2008?###answer:SELECT COUNT(team) FROM table_20140132_1 WHERE position_in_2008 = "8th"###context:CREATE TABLE table_20140132_1 (team VARCHAR, position_in_2008 VARCHAR) |
###question:What is the location of the team Saturn?###answer:SELECT location FROM table_20140132_1 WHERE team = "Saturn"###context:CREATE TABLE table_20140132_1 (location VARCHAR, team VARCHAR) |
###question:when fairburn is bigger than 54.0, how many years?###answer:SELECT COUNT(year) FROM table_20142629_2 WHERE fairburn > 54.0###context:CREATE TABLE table_20142629_2 (year VARCHAR, fairburn INTEGER) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.