answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT score FROM table_name_49 WHERE opponent = "expos" AND date = "september 13" | What is the score of the game on September 13 when the Expos were the opponent? | CREATE TABLE table_name_49 (score VARCHAR, opponent VARCHAR, date VARCHAR) |
SELECT MIN(total) FROM table_name_81 WHERE nation = "west germany" AND rank = 20 AND figures < 74.85 | What is the lowest total score among skaters from West Germany with a rank of 20 and a figure skating score less than 74.85? | CREATE TABLE table_name_81 (total INTEGER, figures VARCHAR, nation VARCHAR, rank VARCHAR) |
SELECT record FROM table_name_67 WHERE visitor = "toronto maple leafs" AND score = "3–10" | What was the record when the visitor was toronto maple leafs and the score was 3–10? | CREATE TABLE table_name_67 (record VARCHAR, visitor VARCHAR, score VARCHAR) |
SELECT COUNT(website) FROM table_1984697_53 WHERE size = 1939 | How many websites are there for the school with 1939 students? | CREATE TABLE table_1984697_53 (website VARCHAR, size VARCHAR) |
SELECT COUNT(*) FROM manufacturers WHERE founder = 'Andy' | How many companies were created by Andy? | CREATE TABLE manufacturers (founder VARCHAR) |
SELECT MIN(start) FROM table_name_62 WHERE year > 2008 | What is the lowest start in a year after 2008? | CREATE TABLE table_name_62 (start INTEGER, year INTEGER) |
SELECT finnish_name FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott" | What is every Finnish name for the English name of Province of Viborg and Nyslott? | CREATE TABLE table_198175_2 (finnish_name VARCHAR, english_name VARCHAR) |
SELECT directed_by FROM table_2400842_1 WHERE prod__number = 109 | Who directed the epsiode with production number 109? | CREATE TABLE table_2400842_1 (directed_by VARCHAR, prod__number VARCHAR) |
SELECT score FROM table_name_9 WHERE money__$_ = "5,000" | What was the score of the player who earned $5,000? | CREATE TABLE table_name_9 (score VARCHAR, money__$_ VARCHAR) |
SELECT market_value__billion_$_ FROM table_19112_3 WHERE company = "RHB Capital" | Name the market value for rhb capital | CREATE TABLE table_19112_3 (market_value__billion_$_ VARCHAR, company VARCHAR) |
SELECT performer_3 FROM table_name_19 WHERE performer_2 = "christopher smith" | Who was the 3rd performer when christopher smith was the 2nd performer? | CREATE TABLE table_name_19 (performer_3 VARCHAR, performer_2 VARCHAR) |
SELECT MIN(rank) FROM table_name_21 WHERE name = "oscar míguez" AND goals > 107 | When Oscar Míguez had over 107 goals, what was the lowest he ranked? | CREATE TABLE table_name_21 (rank INTEGER, name VARCHAR, goals VARCHAR) |
SELECT academic_ & _university_affairs FROM table_12113818_1 WHERE human_resources_ & _operations = "N. Charles Hamilton" | Who is the academic & University affairs when the Human resources & operations is N. Charles Hamilton? | CREATE TABLE table_12113818_1 (academic_ VARCHAR, _university_affairs VARCHAR, human_resources_ VARCHAR, _operations VARCHAR) |
SELECT MAX(weight) FROM table_14342210_13 WHERE player = "Hugh White" | What is hugh white's weight? | CREATE TABLE table_14342210_13 (weight INTEGER, player VARCHAR) |
SELECT original_air_date FROM table_10718868_2 WHERE no_in_season = 15 | What is the original air date for episode 15 of season 6? | CREATE TABLE table_10718868_2 (original_air_date VARCHAR, no_in_season VARCHAR) |
SELECT party FROM table_2668264_8 WHERE incumbent = "Robert P. Letcher" | What party did robert p. letcher represent? | CREATE TABLE table_2668264_8 (party VARCHAR, incumbent VARCHAR) |
SELECT margin_of_victory FROM table_21649285_2 WHERE no = 4 | Margin of victory on no. 4 was? | CREATE TABLE table_21649285_2 (margin_of_victory VARCHAR, no VARCHAR) |
SELECT club FROM table_27293285_6 WHERE lost = "7" | Which club lost exactly 7 matches? | CREATE TABLE table_27293285_6 (club VARCHAR, lost VARCHAR) |
SELECT high_rebounds FROM table_18894744_6 WHERE high_points = "Douglas (28)" | Who did the high rebounds in the game where Douglas (28) did the high points? | CREATE TABLE table_18894744_6 (high_rebounds VARCHAR, high_points VARCHAR) |
SELECT tues_24_aug FROM table_26986076_5 WHERE fri_27_aug = "20' 58.50 107.929mph" | When 20' 58.50 107.929mph is Friday August 27th What is Tuesday 24th August? | CREATE TABLE table_26986076_5 (tues_24_aug VARCHAR, fri_27_aug VARCHAR) |
SELECT road_team FROM table_name_24 WHERE date = "may 2" | Who was the road team on May 2? | CREATE TABLE table_name_24 (road_team VARCHAR, date VARCHAR) |
SELECT MAX(free_throws) FROM table_28693349_2 WHERE player = "Charles Pearman" | How many free throws did Charles Pearman score? | CREATE TABLE table_28693349_2 (free_throws INTEGER, player VARCHAR) |
SELECT result FROM table_name_24 WHERE game_site = "memorial stadium" AND week = 15 | What was the result for the game at Memorial Stadium in week 15? | CREATE TABLE table_name_24 (result VARCHAR, game_site VARCHAR, week VARCHAR) |
SELECT standing FROM table_name_59 WHERE total_points < 248 AND finished = "3rd" AND date = "january 29" | I want the standing for january 29 and finished of 3rd and total points less than 248 | CREATE TABLE table_name_59 (standing VARCHAR, date VARCHAR, total_points VARCHAR, finished VARCHAR) |
SELECT record FROM table_name_37 WHERE opponent = "indians" AND loss = "camacho (1-4)" | What was the record at the game against the Indians with a loss of Camacho (1-4)? | CREATE TABLE table_name_37 (record VARCHAR, opponent VARCHAR, loss VARCHAR) |
SELECT foochow FROM table_2013618_1 WHERE english_name = "Pingnan County" | Name the foochow for pingnan county | CREATE TABLE table_2013618_1 (foochow VARCHAR, english_name VARCHAR) |
SELECT score FROM table_13762472_7 WHERE location_attendance = "Charlotte Arena" | What was the score when the heat played at charlotte arena? | CREATE TABLE table_13762472_7 (score VARCHAR, location_attendance VARCHAR) |
SELECT date FROM table_name_28 WHERE away_team = "richmond" | What date was Richmond the away team? | CREATE TABLE table_name_28 (date VARCHAR, away_team VARCHAR) |
SELECT COUNT(position) FROM table_18254488_2 WHERE player = "Koki Mizuno" | When koki mizuno is the player how man positions are there? | CREATE TABLE table_18254488_2 (position VARCHAR, player VARCHAR) |
SELECT finish FROM table_name_69 WHERE qual = "143.056" | What finish has a 143.056 qual? | CREATE TABLE table_name_69 (finish VARCHAR, qual VARCHAR) |
SELECT MAX(overall) FROM table_name_71 WHERE college = "kansas state" AND pick > 35 | When Kansas State had a pick of over 35, what's the highest Overall pick found? | CREATE TABLE table_name_71 (overall INTEGER, college VARCHAR, pick VARCHAR) |
SELECT pc_intro FROM table_2490289_1 WHERE amiga_intro = "4k0 (Polka Brothers)" | What won est pc intro when 4k0 (polka brothers) won best amiga intro? | CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_intro VARCHAR) |
SELECT MIN(game) FROM table_name_66 WHERE date = "march 21" | What is the lowest Game, when Date is March 21? | CREATE TABLE table_name_66 (game INTEGER, date VARCHAR) |
SELECT place FROM table_name_98 WHERE country = "south africa" AND player = "retief goosen" | Name the place for south africa and retief goosen | CREATE TABLE table_name_98 (place VARCHAR, country VARCHAR, player VARCHAR) |
SELECT coach FROM table_name_95 WHERE team = "adelaide galaxy" | Who is the coach for the Adelaide Galaxy team? | CREATE TABLE table_name_95 (coach VARCHAR, team VARCHAR) |
SELECT MIN(points) FROM table_19722233_5 WHERE blocks = 21 | what is the lowest points scored by a player who blocked 21 times | CREATE TABLE table_19722233_5 (points INTEGER, blocks VARCHAR) |
SELECT constructor FROM table_name_67 WHERE time_retired = "engine" AND grid = 1 | What constructor is grid 1 with a time/retired of engine? | CREATE TABLE table_name_67 (constructor VARCHAR, time_retired VARCHAR, grid VARCHAR) |
SELECT result FROM table_25030512_24 WHERE first_elected = "1998" | Name the result for 1998 | CREATE TABLE table_25030512_24 (result VARCHAR, first_elected VARCHAR) |
SELECT team FROM table_name_82 WHERE winner = "mark skaife" AND series = "atcc round 7" | What is the Team of Winner Mark Skaife in ATCC Round 7? | CREATE TABLE table_name_82 (team VARCHAR, winner VARCHAR, series VARCHAR) |
SELECT points FROM table_19001175_1 WHERE name = "Thierry Tassin Category:Articles with hCards" | Name the points for thierry tassin category:articles with hcards | CREATE TABLE table_19001175_1 (points VARCHAR, name VARCHAR) |
SELECT cost___us$__ FROM table_name_66 WHERE open_source = "no" | What is the cost of an Open Source that is no? | CREATE TABLE table_name_66 (cost___us$__ VARCHAR, open_source VARCHAR) |
SELECT COUNT(DISTINCT Industry) FROM Companies | How many different industries are the companies in? | CREATE TABLE Companies (Industry VARCHAR) |
SELECT _percentage_20_39 FROM table_23606500_4 WHERE _percentage_0_19 = "21,11%" | What is every value for % 20-39 if % 0-19 is 21,11%? | CREATE TABLE table_23606500_4 (_percentage_20_39 VARCHAR, _percentage_0_19 VARCHAR) |
SELECT policy_type_code, COUNT(*) FROM policies GROUP BY policy_type_code | Find the number of records of each policy type and its type code. | CREATE TABLE policies (policy_type_code VARCHAR) |
SELECT COUNT(points) FROM table_name_3 WHERE details = "1951 nswrfl grand final" | What's the total number of points scored during the 1951 NSWRFL Grand Final? | CREATE TABLE table_name_3 (points VARCHAR, details VARCHAR) |
SELECT place FROM table_name_77 WHERE score > 66 AND player = "ben hogan" | Ben Hogan with a score larger than 66 had a place listed of what? | CREATE TABLE table_name_77 (place VARCHAR, score VARCHAR, player VARCHAR) |
SELECT record FROM table_name_9 WHERE loss = "guardado" | What is the record number of the game where Guardado lost? | CREATE TABLE table_name_9 (record VARCHAR, loss VARCHAR) |
SELECT visitor FROM table_name_86 WHERE record = "28–14–6–2" | Who was the visiting team when the record was 28–14–6–2? | CREATE TABLE table_name_86 (visitor VARCHAR, record VARCHAR) |
SELECT COUNT(d__max_) FROM table_name_59 WHERE morse_taper_number < 3 AND c__max_ = 59.5 | With a Morse Taper number less than 3 and a C (max) of 59.5 what is the total of D (max)? | CREATE TABLE table_name_59 (d__max_ VARCHAR, morse_taper_number VARCHAR, c__max_ VARCHAR) |
SELECT poll_source FROM table_name_55 WHERE steve_poizner = "37%" | What poll had Steve Poizner at 37%? | CREATE TABLE table_name_55 (poll_source VARCHAR, steve_poizner VARCHAR) |
SELECT record FROM table_27539272_5 WHERE score = "1-3" | what is the record for score 1-3? | CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR) |
SELECT airport FROM table_name_41 WHERE city = "düsseldorf" | what is the airport when the city is düsseldorf? | CREATE TABLE table_name_41 (airport VARCHAR, city VARCHAR) |
SELECT away_team FROM table_29728596_2 WHERE competition = "1st ``Republic of Srpska Football Day``" AND home_team = "U 14 Republic of Srpska" | Who were the away teams when the competition was the 1st ``republic of srpska football day`` and the home team was u 14 republic of srpska? | CREATE TABLE table_29728596_2 (away_team VARCHAR, competition VARCHAR, home_team VARCHAR) |
SELECT margin_of_victory FROM table_name_34 WHERE runner_s__up = "rhys davies" | What is the Margin of victory when rhys davies was runner-up? | CREATE TABLE table_name_34 (margin_of_victory VARCHAR, runner_s__up VARCHAR) |
SELECT parish__prestegjeld_ FROM table_name_44 WHERE church_name = "vangsnes kyrkje" | Which parish has a church named Vangsnes Kyrkje? | CREATE TABLE table_name_44 (parish__prestegjeld_ VARCHAR, church_name VARCHAR) |
SELECT COUNT(unterfranken_west) FROM table_23224961_2 WHERE oberfranken_ost = "Wacker Marktredwitz" | When wacker marktredwitz is the oberfranken ost how many unterfranken wests are there? | CREATE TABLE table_23224961_2 (unterfranken_west VARCHAR, oberfranken_ost VARCHAR) |
SELECT away_team AS score FROM table_name_43 WHERE home_team = "essendon" | When Essendon was the Home Team, what was the Away Team score? | CREATE TABLE table_name_43 (away_team VARCHAR, home_team VARCHAR) |
SELECT release_date FROM table_name_36 WHERE version = "1.0" AND category = "utilities" AND developer = "microsoft" AND title = "msn money" | What Release date has a Version of 1.0, a Category of utilities, a Developer of microsoft, and a Title of msn money? | CREATE TABLE table_name_36 (release_date VARCHAR, title VARCHAR, developer VARCHAR, version VARCHAR, category VARCHAR) |
SELECT wamalwa FROM table_name_32 WHERE turnout__percentage = "55.9%" | What's listed for the Wamalwa that has a Turnout % of 55.9%? | CREATE TABLE table_name_32 (wamalwa VARCHAR, turnout__percentage VARCHAR) |
SELECT COUNT(metres) FROM table_name_51 WHERE feet < 196 | What is the sum of Metres wiht a Feet that's smaller than 196? | CREATE TABLE table_name_51 (metres VARCHAR, feet INTEGER) |
SELECT COUNT(contestant) FROM table_27946889_2 WHERE height__mtr_ = "1.80" | How many contestants are 1.80 mtr. in height? | CREATE TABLE table_27946889_2 (contestant VARCHAR, height__mtr_ VARCHAR) |
SELECT plant_patent_number FROM table_name_21 WHERE "inventor" = "fukuda" | What's the patent number of Fukuda? | CREATE TABLE table_name_21 (plant_patent_number VARCHAR) |
SELECT district FROM table_name_7 WHERE first_elected < 2006 AND towns_represented = "broken arrow, tulsa" | Which district had first elected earlier than 2006 for representation of Broken Arrow, Tulsa? | CREATE TABLE table_name_7 (district VARCHAR, first_elected VARCHAR, towns_represented VARCHAR) |
SELECT score FROM table_name_51 WHERE competition = "test" AND date = "23 apr 1988" | A competition of test taking place on 23 Apr 1988 had what as a score? | CREATE TABLE table_name_51 (score VARCHAR, competition VARCHAR, date VARCHAR) |
SELECT builder FROM table_1157867_2 WHERE wheel_arrangement = "2-4-2 T" | Who is the builder of the locomotives with wheel arrangement of 2-4-2 T? | CREATE TABLE table_1157867_2 (builder VARCHAR, wheel_arrangement VARCHAR) |
SELECT official_barb_ratings FROM table_26591309_3 WHERE episode = 6 | What is the BARB ratings of episode 6? | CREATE TABLE table_26591309_3 (official_barb_ratings VARCHAR, episode VARCHAR) |
SELECT party FROM table_name_33 WHERE president = "stefano baccelli" | What is the party affiliation for President Stefano Baccelli? | CREATE TABLE table_name_33 (party VARCHAR, president VARCHAR) |
SELECT COUNT(season) FROM table_25375093_1 WHERE position = "4th" | Name the season for position 4th | CREATE TABLE table_25375093_1 (season VARCHAR, position VARCHAR) |
SELECT score FROM table_name_68 WHERE december < 21 AND opponent = "buffalo sabres" | December smaller than 21, and a Opponent of buffalo sabres had what score? | CREATE TABLE table_name_68 (score VARCHAR, december VARCHAR, opponent VARCHAR) |
SELECT district FROM table_1805191_14 WHERE first_elected = 1986 | What is the district when the first elected was in 1986? | CREATE TABLE table_1805191_14 (district VARCHAR, first_elected VARCHAR) |
SELECT name FROM stadium WHERE NOT stadium_id IN (SELECT stadium_id FROM concert) | Show the stadium names without any concert. | CREATE TABLE stadium (name VARCHAR, stadium_id VARCHAR); CREATE TABLE concert (name VARCHAR, stadium_id VARCHAR) |
SELECT external_link FROM table_21563298_1 WHERE location = "Brechin" | What school is in Brechin? | CREATE TABLE table_21563298_1 (external_link VARCHAR, location VARCHAR) |
SELECT recipient FROM table_name_7 WHERE year < 2008 | Who was the recipient for Outstanding actress television series prior to 2008? | CREATE TABLE table_name_7 (recipient VARCHAR, year INTEGER) |
SELECT Country FROM AIRLINES WHERE Airline = "JetBlue Airways" | Which country does Airline "JetBlue Airways" belong to? | CREATE TABLE AIRLINES (Country VARCHAR, Airline VARCHAR) |
SELECT score FROM table_name_62 WHERE visitor = "new york" | Which score has a visitor of New York? | CREATE TABLE table_name_62 (score VARCHAR, visitor VARCHAR) |
SELECT tournament FROM table_name_73 WHERE score = "6(4)–7 2–6" | Which Tournament has a Score of 6(4)–7 2–6? | CREATE TABLE table_name_73 (tournament VARCHAR, score VARCHAR) |
SELECT opponents_in_final FROM table_name_15 WHERE outcome = "winner" AND surface = "hard" AND date = "april 17, 1994" | Which Opponents in Final has an Outcome of winner, and a Surface of hard, and a Date of april 17, 1994? | CREATE TABLE table_name_15 (opponents_in_final VARCHAR, date VARCHAR, outcome VARCHAR, surface VARCHAR) |
SELECT office FROM table_name_63 WHERE republican_ticket = "daniel h. conway" | Which Office has a Republican ticket of daniel h. conway? | CREATE TABLE table_name_63 (office VARCHAR, republican_ticket VARCHAR) |
SELECT MAX(laps) FROM table_name_34 WHERE team = "walker racing" AND grid > 15 | What was the highest lap count for Walker Racing with a grid larger than 15? | CREATE TABLE table_name_34 (laps INTEGER, team VARCHAR, grid VARCHAR) |
SELECT COUNT(no_in_season) FROM table_2226817_4 WHERE production_code = "3.09" | Name the number of number in season for 3.09 | CREATE TABLE table_2226817_4 (no_in_season VARCHAR, production_code VARCHAR) |
SELECT championship FROM table_22597626_6 WHERE year = 1980 AND surface = "Hard" | Name the championship for 1980 hard surface | CREATE TABLE table_22597626_6 (championship VARCHAR, year VARCHAR, surface VARCHAR) |
SELECT AVG(round) FROM table_name_52 WHERE record = "1-1" | What is the average number of rounds that Lance Gibson fought when his record was 1-1? | CREATE TABLE table_name_52 (round INTEGER, record VARCHAR) |
SELECT cfl_team FROM table_15817998_5 WHERE pick__number = 36 | What are all the CFL teams where the pick number is 36? | CREATE TABLE table_15817998_5 (cfl_team VARCHAR, pick__number VARCHAR) |
SELECT title FROM table_26429771_1 WHERE no_in_season = 8 | What is the name of chapter 8 of season 4? | CREATE TABLE table_26429771_1 (title VARCHAR, no_in_season VARCHAR) |
SELECT MAX(crowd) FROM table_name_37 WHERE away_team = "melbourne" | What was the largest crowd when Melbourne was the away team? | CREATE TABLE table_name_37 (crowd INTEGER, away_team VARCHAR) |
SELECT MAX(round) FROM table_name_98 WHERE time = "3:16" | What is the highest number of rounds for a 3:16 fight? | CREATE TABLE table_name_98 (round INTEGER, time VARCHAR) |
SELECT MIN(car__number) FROM table_name_11 WHERE current_car = "son-e-wa" AND year_started < 2012 | WHAT WAS THE LOWEST CAR # WITH SON-E-WA, AND 2012 START YEAR? | CREATE TABLE table_name_11 (car__number INTEGER, current_car VARCHAR, year_started VARCHAR) |
SELECT result FROM table_name_64 WHERE nominee = "frank langella" | What was the result of Frank Langella? | CREATE TABLE table_name_64 (result VARCHAR, nominee VARCHAR) |
SELECT COUNT(week) FROM table_name_81 WHERE opponent = "at new york giants" | How many weeks have an Opponent of at new york giants? | CREATE TABLE table_name_81 (week VARCHAR, opponent VARCHAR) |
SELECT opponent FROM table_27893892_2 WHERE game_site = "Waldstadion" AND week = 6 | what was the opposition where the field is waldstadion during time 6 | CREATE TABLE table_27893892_2 (opponent VARCHAR, game_site VARCHAR, week VARCHAR) |
SELECT score_in_final FROM table_name_86 WHERE partnering = "robin ammerlaan" AND opponents_in_final = "shingo kunieda maikel scheffers" | What was the final score of the game against shingo kunieda maikel scheffers when robin ammerlaan was Ronald Vink's partner? | CREATE TABLE table_name_86 (score_in_final VARCHAR, partnering VARCHAR, opponents_in_final VARCHAR) |
SELECT MAX(area__km²_) FROM table_2168295_1 WHERE headquarters = "Bharatpur" | If the headquarters is Bharatpur, what is the maximum area? | CREATE TABLE table_2168295_1 (area__km²_ INTEGER, headquarters VARCHAR) |
SELECT COUNT(party) FROM table_1341865_20 WHERE district = "Louisiana 5" | How many parties won the election in the Louisiana 5 district? | CREATE TABLE table_1341865_20 (party VARCHAR, district VARCHAR) |
SELECT south FROM table_name_92 WHERE east = "germering wanderers" AND season = "2001-02" | What is south in the 2001-02 season, which had germering wanderers east? | CREATE TABLE table_name_92 (south VARCHAR, east VARCHAR, season VARCHAR) |
SELECT MIN(total) FROM table_name_40 WHERE gold = 8 AND silver < 4 | Who scored the lowest with 8 gold medals and less than 4 silver medals? | CREATE TABLE table_name_40 (total INTEGER, gold VARCHAR, silver VARCHAR) |
SELECT average FROM table_2482547_5 WHERE wickets_taken = 212 | What are the averages for games with 212 wickets taken? | CREATE TABLE table_2482547_5 (average VARCHAR, wickets_taken VARCHAR) |
SELECT home_team AS score FROM table_name_25 WHERE away_team = "north melbourne" | Who was the home team in the game where North Melbourne was the away team? | CREATE TABLE table_name_25 (home_team VARCHAR, away_team VARCHAR) |
SELECT runner_up FROM table_name_62 WHERE name = "pacific life open" AND year = "2006" | Who was runner-up in the 2006 Pacific Life Open? | CREATE TABLE table_name_62 (runner_up VARCHAR, name VARCHAR, year VARCHAR) |
SELECT moving_to FROM table_name_56 WHERE transfer_fee = "£300,000" | What is the item "Moving to", when the Transfer fee is £300,000? | CREATE TABLE table_name_56 (moving_to VARCHAR, transfer_fee VARCHAR) |
SELECT maltese FROM table_name_6 WHERE malay = "rabu" | What is the Maltese word for the Malay word rabu? | CREATE TABLE table_name_6 (maltese VARCHAR, malay VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.