answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT district FROM table_1341865_23 WHERE incumbent = "Philip Philbin" | Name the district with philip philbin | CREATE TABLE table_1341865_23 (district VARCHAR, incumbent VARCHAR) |
SELECT venue FROM table_name_7 WHERE player = "don bradman (nsw)" | What venue has don bradman (nsw) as the player? | CREATE TABLE table_name_7 (venue VARCHAR, player VARCHAR) |
SELECT COUNT(2008) FROM table_name_53 WHERE 2006 > 322.7 AND 2011 = 353.9 AND 2009 < 392 | What is the total 2008 value with a 2006 value greater than 322.7, a 353.9 in 2011, and a 2009 less than 392? | CREATE TABLE table_name_53 (Id VARCHAR) |
SELECT character FROM table_name_70 WHERE french_voice_actor = "marc saez" AND german_voice_actor = "dirk fenselau" | Which character has a French voice actor of Marc Saez and a German voice actor of Dirk Fenselau? | CREATE TABLE table_name_70 (character VARCHAR, french_voice_actor VARCHAR, german_voice_actor VARCHAR) |
SELECT percent_of_mass FROM table_name_21 WHERE molweight__daltons_ = "1e11" | what is the percent of mass when the mol.weight (daltons) is 1e11? | CREATE TABLE table_name_21 (percent_of_mass VARCHAR, molweight__daltons_ VARCHAR) |
SELECT rider FROM table_name_21 WHERE manufacturer = "yamaha" AND grid = "17" | Who is the rider with a yamaha manufacturer and a 17 grid? | CREATE TABLE table_name_21 (rider VARCHAR, manufacturer VARCHAR, grid VARCHAR) |
SELECT SUM(pick__number) FROM table_name_16 WHERE pl_gp < 0 | What is the pick # of the player with a PI GP less than 0? | CREATE TABLE table_name_16 (pick__number INTEGER, pl_gp INTEGER) |
SELECT date FROM table_name_88 WHERE record = "30-31" | On what day was the record 30-31? | CREATE TABLE table_name_88 (date VARCHAR, record VARCHAR) |
SELECT T2.region_name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id ORDER BY T3.Number_Deaths DESC LIMIT 1 | Find the names of the regions which were affected by the storm that killed the greatest number of people. | CREATE TABLE region (region_name VARCHAR, region_id VARCHAR); CREATE TABLE affected_region (region_id VARCHAR, storm_id VARCHAR); CREATE TABLE storm (storm_id VARCHAR, Number_Deaths VARCHAR) |
SELECT loss FROM table_name_54 WHERE record = "48-37" | Name the loss for 48-37 | CREATE TABLE table_name_54 (loss VARCHAR, record VARCHAR) |
SELECT record FROM table_23274514_9 WHERE team = "Golden State" | What was the record when they played golden state? | CREATE TABLE table_23274514_9 (record VARCHAR, team VARCHAR) |
SELECT 2008 FROM table_name_94 WHERE 2010 = "7" | What is the 2008 value with a 7 in 2010? | CREATE TABLE table_name_94 (Id VARCHAR) |
SELECT stage FROM table_name_21 WHERE general_classification = "denis menchov" AND winner = "carlos sastre" | What is the stage of winner Carlos Sastre when the general classification was Denis Menchov? | CREATE TABLE table_name_21 (stage VARCHAR, general_classification VARCHAR, winner VARCHAR) |
SELECT coverage FROM table_2523809_1 WHERE callsign = "KPNZ-TV" | Which city did kpnz-tv provide coverage for? | CREATE TABLE table_2523809_1 (coverage VARCHAR, callsign VARCHAR) |
SELECT poll_source FROM table_name_67 WHERE john_oxendine = "32%" | In what poll is John Oxendine at 32%? | CREATE TABLE table_name_67 (poll_source VARCHAR, john_oxendine VARCHAR) |
SELECT release_date FROM table_name_77 WHERE frequency = "2.8 ghz" | What's the release date of the processor with 2.8 ghz of frequency? | CREATE TABLE table_name_77 (release_date VARCHAR, frequency VARCHAR) |
SELECT MAX(cycle) FROM table_name_57 WHERE number_of_contestants = "11" AND premiere_date = "september 3, 2012" | What is the highest Cycle, when the Number of Constestants is 11, and when Premiere Date is September 3, 2012? | CREATE TABLE table_name_57 (cycle INTEGER, number_of_contestants VARCHAR, premiere_date VARCHAR) |
SELECT date FROM table_name_41 WHERE tournament = "konica san jose classic" | When is the tournament of konica san jose classic? | CREATE TABLE table_name_41 (date VARCHAR, tournament VARCHAR) |
SELECT MAX(total) FROM table_name_71 WHERE nation = "france" AND silver > 1 | what is the highest total when the nation is france and silver is more than 1? | CREATE TABLE table_name_71 (total INTEGER, nation VARCHAR, silver VARCHAR) |
SELECT loss FROM table_name_39 WHERE date = "june 12" | What Loss occured on the Date of June 12? | CREATE TABLE table_name_39 (loss VARCHAR, date VARCHAR) |
SELECT attendance FROM table_name_95 WHERE record = "0-5" | For the game showing a final record of 0-5, what was the attendance level? | CREATE TABLE table_name_95 (attendance VARCHAR, record VARCHAR) |
SELECT AVG(acquired) FROM table_name_49 WHERE design = "1a1" AND name = "wallenstein" | What is the average year for Wallenstein with 1a1 design? | CREATE TABLE table_name_49 (acquired INTEGER, design VARCHAR, name VARCHAR) |
SELECT date FROM table_name_69 WHERE location = "the pyramid" | What date was the pyramid location? | CREATE TABLE table_name_69 (date VARCHAR, location VARCHAR) |
SELECT team FROM table_17275810_7 WHERE replaced_by = "Mario Somma" | Name the team for mario somma | CREATE TABLE table_17275810_7 (team VARCHAR, replaced_by VARCHAR) |
SELECT COUNT(other_mozilla) FROM table_1876262_10 WHERE period = "September 2009" | For period September 2009, what is the other Mozilla total number? | CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, period VARCHAR) |
SELECT score FROM table_name_43 WHERE record = "80-64" | What is the score for the team that has a record of 80-64? | CREATE TABLE table_name_43 (score VARCHAR, record VARCHAR) |
SELECT COUNT(district) FROM table_1342315_17 WHERE incumbent = "René L. DeRouen" | How many districts for rené l. derouen? | CREATE TABLE table_1342315_17 (district VARCHAR, incumbent VARCHAR) |
SELECT 20 AS _questions FROM table_1566852_5 WHERE interview_subject = "Derek Jeter" | Name the 20 questions for derek jeter | CREATE TABLE table_1566852_5 (interview_subject VARCHAR) |
SELECT title FROM table_26200084_1 WHERE directed_by = "David Mamet" | What was the title of the episode directed by David Mamet? | CREATE TABLE table_26200084_1 (title VARCHAR, directed_by VARCHAR) |
SELECT format FROM table_name_3 WHERE label = "alfa records" AND catalog = "alca-9016" | What is the Format when Alfa records is the label, and there is a Catalog of alca-9016? | CREATE TABLE table_name_3 (format VARCHAR, label VARCHAR, catalog VARCHAR) |
SELECT date FROM table_name_72 WHERE opponent = "evie dominikovic" | When is an Opponent of evie dominikovic? | CREATE TABLE table_name_72 (date VARCHAR, opponent VARCHAR) |
SELECT car_no FROM table_name_43 WHERE time_retired = "+0.3844" | What car number had a race time of +0.3844? | CREATE TABLE table_name_43 (car_no VARCHAR, time_retired VARCHAR) |
SELECT competition FROM table_name_7 WHERE score = "2-0" | Which Competition has a Score of 2-0? | CREATE TABLE table_name_7 (competition VARCHAR, score VARCHAR) |
SELECT home FROM table_name_83 WHERE score = "13-19" | Who was at Home when the Score was 13-19? | CREATE TABLE table_name_83 (home VARCHAR, score VARCHAR) |
SELECT location FROM table_1137707_2 WHERE fastest_lap = "Thierry Boutsen" | What is the location of thierry boutsen? | CREATE TABLE table_1137707_2 (location VARCHAR, fastest_lap VARCHAR) |
SELECT position FROM table_name_13 WHERE club_team = "warroad lakers" AND name = "roger christian" | What is the Postion, when the Club/Team is Warroad Lakers, and when the Name is Roger Christian? | CREATE TABLE table_name_13 (position VARCHAR, club_team VARCHAR, name VARCHAR) |
SELECT ethnic_group FROM table_name_77 WHERE jewish = "0.47%" | Tell me the ethnic group for jewish of 0.47% | CREATE TABLE table_name_77 (ethnic_group VARCHAR, jewish VARCHAR) |
SELECT MAX(events) FROM table_name_64 WHERE wins > 0 AND cuts_made > 14 | what is the highest events when wins is more than 0 and cuts made is more than 14? | CREATE TABLE table_name_64 (events INTEGER, wins VARCHAR, cuts_made VARCHAR) |
SELECT playoffs FROM table_15056103_1 WHERE regular_season = "5th, North" | What was the playoff result when they finished 5th, north in the regular sesason? | CREATE TABLE table_15056103_1 (playoffs VARCHAR, regular_season VARCHAR) |
SELECT label FROM table_name_77 WHERE date = "april 7, 1967" | What is the Label that shows on april 7, 1967? | CREATE TABLE table_name_77 (label VARCHAR, date VARCHAR) |
SELECT frequency FROM table_name_5 WHERE area_served = "gosford" AND callsign = "2cfm" | What is the Frequency of Gosford when the Callsign of 2cfm? | CREATE TABLE table_name_5 (frequency VARCHAR, area_served VARCHAR, callsign VARCHAR) |
SELECT score FROM table_name_78 WHERE song = "我等的人会是谁" | What is the Score of 我等的人会是谁? | CREATE TABLE table_name_78 (score VARCHAR, song VARCHAR) |
SELECT MAX(occurrence) FROM table_26708105_2 WHERE matrix_sim = "0.925" | What occurence has 0.925 listed as the matrix sim? | CREATE TABLE table_26708105_2 (occurrence INTEGER, matrix_sim VARCHAR) |
SELECT smoke_point FROM table_name_25 WHERE monounsaturated_fat = "30g" | Name the smoke point for monosaturated fat of 30g | CREATE TABLE table_name_25 (smoke_point VARCHAR, monounsaturated_fat VARCHAR) |
SELECT favorite_professional_sport FROM table_name_87 WHERE 2008 = "8.9%" | What is listed as the Favorite Professional Sport that has a 2008 of 8.9%? | CREATE TABLE table_name_87 (favorite_professional_sport VARCHAR) |
SELECT label FROM table_name_83 WHERE region = "netherlands" AND catalog = "magik muzik 802-1" | What label has the netherlands as the region, and magik muzik 802-1 as the catalog? | CREATE TABLE table_name_83 (label VARCHAR, region VARCHAR, catalog VARCHAR) |
SELECT score FROM table_26847237_3 WHERE opposition = "Mid Canterbury" | What is the score when the opposition is mid canterbury? | CREATE TABLE table_26847237_3 (score VARCHAR, opposition VARCHAR) |
SELECT score FROM table_name_94 WHERE to_par = "+7" AND player = "david frost" | For the match in which player David Frost scored a To Par of +7, what was the final score? | CREATE TABLE table_name_94 (score VARCHAR, to_par VARCHAR, player VARCHAR) |
SELECT 2009 FROM table_name_3 WHERE 2010 = "0" AND 2008 = "0" | What 2009 has a 0 in 2008 & 2010? | CREATE TABLE table_name_3 (Id VARCHAR) |
SELECT COUNT(episodes) FROM table_name_90 WHERE romaji_title = "dragon zakura" | How many Episodes have a Romaji Title of dragon zakura? | CREATE TABLE table_name_90 (episodes VARCHAR, romaji_title VARCHAR) |
SELECT COUNT(cuts_made) FROM table_name_17 WHERE events > 4 AND top_10 < 4 | What were the total number of cuts made in an event larger than 4 and a top-10 smaller than 4? | CREATE TABLE table_name_17 (cuts_made VARCHAR, events VARCHAR, top_10 VARCHAR) |
SELECT apparatus FROM table_name_68 WHERE score_final < 75.5 AND score_qualifying < 18.7 | On which apparatus did Kanayeva have a final score smaller than 75.5 and a qualifying score smaller than 18.7? | CREATE TABLE table_name_68 (apparatus VARCHAR, score_final VARCHAR, score_qualifying VARCHAR) |
SELECT batting_style FROM table_name_57 WHERE player = "heath streak" | Name the batting style for heath streak | CREATE TABLE table_name_57 (batting_style VARCHAR, player VARCHAR) |
SELECT date FROM table_name_77 WHERE owner_s_ = "princess royal class locomotive trust" | What's the date for princess royal class locomotive trust? | CREATE TABLE table_name_77 (date VARCHAR, owner_s_ VARCHAR) |
SELECT height FROM table_name_59 WHERE year = "junior" AND name = "meghan austin" | What is the Height of Junior Meghan Austin? | CREATE TABLE table_name_59 (height VARCHAR, year VARCHAR, name VARCHAR) |
SELECT COUNT(school_club_team_country) FROM table_11734041_10 WHERE player = "Kimball, Toby Toby Kimball" | Kimball, toby toby kimball is a player; How many times at school/ club team/country was the player present? | CREATE TABLE table_11734041_10 (school_club_team_country VARCHAR, player VARCHAR) |
SELECT MIN(wins) FROM table_2187333_1 | Name the least wins | CREATE TABLE table_2187333_1 (wins INTEGER) |
SELECT fuel_propulsion FROM table_name_41 WHERE year = 1975 AND numbers__quantity_ordered_ = "4756-4788 (33 buses)" | For the year 1975, what is Propulsion, with a Number (quantity ordered) of 4756-4788 (33 buses)? | CREATE TABLE table_name_41 (fuel_propulsion VARCHAR, year VARCHAR, numbers__quantity_ordered_ VARCHAR) |
SELECT wireless_network FROM table_name_6 WHERE screen_type = "lcd" AND internal_storage = "4 gb" | Which wireless network did LCD displays with 4 GB of internal storage use? | CREATE TABLE table_name_6 (wireless_network VARCHAR, screen_type VARCHAR, internal_storage VARCHAR) |
SELECT home_team FROM table_name_98 WHERE away_team = "south melbourne" | Where did South Melbourne go to play a team at home? | CREATE TABLE table_name_98 (home_team VARCHAR, away_team VARCHAR) |
SELECT SUM(rank) FROM table_name_91 WHERE worldwide_gross = "$1,084,439,099" | How many ranks have $1,084,439,099 as the worldwide gross? | CREATE TABLE table_name_91 (rank INTEGER, worldwide_gross VARCHAR) |
SELECT COUNT(grid) FROM table_name_64 WHERE laps > 102 AND time_retired = "+ 6.18" | How many grids have 102 laps and a Time/Retired of + 6.18? | CREATE TABLE table_name_64 (grid VARCHAR, laps VARCHAR, time_retired VARCHAR) |
SELECT MIN(wins) FROM table_name_41 WHERE points = 90 AND year < 1994 | What is the lowest win number of the competitor who had 90 points before 1994? | CREATE TABLE table_name_41 (wins INTEGER, points VARCHAR, year VARCHAR) |
SELECT award FROM table_name_29 WHERE nominee = "matthew warchus" | What was Matthew Warchus' Award? | CREATE TABLE table_name_29 (award VARCHAR, nominee VARCHAR) |
SELECT tdp FROM table_24099628_1 WHERE model__list_ = "4x0" | What is the wattage/TDP associated with model name 4x0? | CREATE TABLE table_24099628_1 (tdp VARCHAR, model__list_ VARCHAR) |
SELECT played FROM table_name_78 WHERE points_against = "179" | What is the played number when the points against is 179? | CREATE TABLE table_name_78 (played VARCHAR, points_against VARCHAR) |
SELECT report FROM table_name_67 WHERE date = "6 october" | Who reported the game on 6 october? | CREATE TABLE table_name_67 (report VARCHAR, date VARCHAR) |
SELECT MAX(founded) FROM table_16078390_2 WHERE team_nickname = "Raiders" | What year was the team named the Raiders established? | CREATE TABLE table_16078390_2 (founded INTEGER, team_nickname VARCHAR) |
SELECT margin_of_victory FROM table_name_70 WHERE tournament = "the players championship" | What was the margin of victory for the Players Championship tournament? | CREATE TABLE table_name_70 (margin_of_victory VARCHAR, tournament VARCHAR) |
SELECT birth FROM table_name_8 WHERE marriage = "24 may 1935" | Name the birth of the person married 24 may 1935 | CREATE TABLE table_name_8 (birth VARCHAR, marriage VARCHAR) |
SELECT SUM(round) FROM table_name_95 WHERE position = "db" AND name = "jeff welch" AND pick < 21 | What is the total round when DB was the position, and the pick less than 21, and Jeff Welch as the name? | CREATE TABLE table_name_95 (round INTEGER, pick VARCHAR, position VARCHAR, name VARCHAR) |
SELECT SUM(points) FROM table_name_59 WHERE entrant = "christy" AND year < 1954 | What is the total amount of points that Christy has in the years before 1954? | CREATE TABLE table_name_59 (points INTEGER, entrant VARCHAR, year VARCHAR) |
SELECT competition FROM table_24765815_2 WHERE vote_percentage = "N/A" AND nationality = "Brazil" | What's the name of the competition where the nationality is Brazil and the voting percentage is n/a? | CREATE TABLE table_24765815_2 (competition VARCHAR, vote_percentage VARCHAR, nationality VARCHAR) |
SELECT sport FROM table_name_76 WHERE city = "huntsville" AND venue = "von braun center" AND league = "southern indoor football league" | Which sport was held in Huntsville at the Von Braun Center as part of the Southern Indoor Football League? | CREATE TABLE table_name_76 (sport VARCHAR, league VARCHAR, city VARCHAR, venue VARCHAR) |
SELECT position FROM table_name_96 WHERE signed = "yes" AND round < 24 AND name = "charlie hough" | what is the position when signed is yes, round is less than 24 and name is charlie hough? | CREATE TABLE table_name_96 (position VARCHAR, name VARCHAR, signed VARCHAR, round VARCHAR) |
SELECT result FROM table_21058836_1 WHERE opponents = 26 | The game the Bruins scored 26 ,what was the result? | CREATE TABLE table_21058836_1 (result VARCHAR, opponents VARCHAR) |
SELECT Gender, Occupation FROM player | What are the gender and occupation of players? | CREATE TABLE player (Gender VARCHAR, Occupation VARCHAR) |
SELECT MIN(year) FROM table_name_77 WHERE co_drivers = "roger enever" | What is the earliest year that had a co-driver of Roger Enever? | CREATE TABLE table_name_77 (year INTEGER, co_drivers VARCHAR) |
SELECT season FROM table_name_53 WHERE club = "celtic" | Which season has the Celtic club? | CREATE TABLE table_name_53 (season VARCHAR, club VARCHAR) |
SELECT source FROM table_name_67 WHERE cartridge = ".375 remington ultra magnum" | What is Source, when Cartridge is .375 remington ultra magnum? | CREATE TABLE table_name_67 (source VARCHAR, cartridge VARCHAR) |
SELECT COUNT(roll) FROM table_name_31 WHERE authority = "state" AND name = "stanley avenue school" AND decile > 5 | Name the total number of roll for state authority and stanley avenue school with decile more than 5 | CREATE TABLE table_name_31 (roll VARCHAR, decile VARCHAR, authority VARCHAR, name VARCHAR) |
SELECT last_final_won FROM table_name_13 WHERE runners_up = 1 AND club = "rijeka" | what is the last final won when runners-up is 1 and club is rijeka? | CREATE TABLE table_name_13 (last_final_won VARCHAR, runners_up VARCHAR, club VARCHAR) |
SELECT incumbent FROM table_1341604_19 WHERE district = "Louisiana 1" | Who's the incumbent of the Louisiana 1 district? | CREATE TABLE table_1341604_19 (incumbent VARCHAR, district VARCHAR) |
SELECT MAX(matches) FROM table_name_78 WHERE points < 8 AND place > 13 AND drawn < 1 | What is the highest Matches were the points were smaller than 8, the place was larger than 13, and the drawn is less than 1? | CREATE TABLE table_name_78 (matches INTEGER, drawn VARCHAR, points VARCHAR, place VARCHAR) |
SELECT score FROM table_name_69 WHERE record = "68-66" | Name the score with record of 68-66 | CREATE TABLE table_name_69 (score VARCHAR, record VARCHAR) |
SELECT votes FROM table_name_45 WHERE quotient = "97 350,333" | Quotient of 97 350,333 has how many votes? | CREATE TABLE table_name_45 (votes VARCHAR, quotient VARCHAR) |
SELECT agg FROM table_name_65 WHERE team_2 = "cementarnica" | When Cementarnica is team 2 what is the aggregate score? | CREATE TABLE table_name_65 (agg VARCHAR, team_2 VARCHAR) |
SELECT COUNT(original_air_date) FROM table_19897294_9 WHERE family_families = "The Ryder Family and The Schwartz Family" | how many original air date where family/families is the ryder family and the schwartz family | CREATE TABLE table_19897294_9 (original_air_date VARCHAR, family_families VARCHAR) |
SELECT trans_2 FROM table_17085947_32 WHERE total_time = "1:51:19.45" | What is the trans 2 duration if the total time is 1:51:19.45? | CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR) |
SELECT T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID WHERE T1.White > 90 | Show the crime rate of counties with a city having white percentage more than 90. | CREATE TABLE county_public_safety (Crime_rate VARCHAR, County_ID VARCHAR); CREATE TABLE city (County_ID VARCHAR, White INTEGER) |
SELECT cfl_team FROM table_20170644_1 WHERE position = "OL" | What team was in position OL? | CREATE TABLE table_20170644_1 (cfl_team VARCHAR, position VARCHAR) |
SELECT AVG(floors) FROM table_name_59 WHERE name = "venetian tower" | What is the average number of floors of the Venetian tower? | CREATE TABLE table_name_59 (floors INTEGER, name VARCHAR) |
SELECT home_team FROM table_name_91 WHERE away_team = "grimsby town" | Who was the home team when grimsby town was the away team? | CREATE TABLE table_name_91 (home_team VARCHAR, away_team VARCHAR) |
SELECT nickname FROM table_name_42 WHERE colors = "blue and gold" | What is the nickname of the team that has the colors blue and gold? | CREATE TABLE table_name_42 (nickname VARCHAR, colors VARCHAR) |
SELECT COUNT(date) FROM table_16729063_2 WHERE game_site = "Cleveland Stadium" | How many games were played at Cleveland Stadium? | CREATE TABLE table_16729063_2 (date VARCHAR, game_site VARCHAR) |
SELECT MAX(laps) FROM table_17319931_1 WHERE driver = "Darren Manning" | What is the highest number of laps for Darren Manning? | CREATE TABLE table_17319931_1 (laps INTEGER, driver VARCHAR) |
SELECT _percentage_change_2008_2009 FROM table_13836704_6 WHERE airport = "Belfast International" | What is the percent change from 08/09 for belfast international? | CREATE TABLE table_13836704_6 (_percentage_change_2008_2009 VARCHAR, airport VARCHAR) |
SELECT to_par FROM table_name_44 WHERE place = "1" | What is the To par of the Place 1 Player? | CREATE TABLE table_name_44 (to_par VARCHAR, place VARCHAR) |
SELECT club_team FROM table_name_97 WHERE overall > 131 AND round = 8 AND player = "kaj linna" | What Club team has an average of 8, plays kaj linna, and has an overall larger than 131? | CREATE TABLE table_name_97 (club_team VARCHAR, player VARCHAR, overall VARCHAR, round VARCHAR) |
SELECT release_date FROM table_name_62 WHERE model_number = "c7 1.8" | What is the Release Date for Model Number c7 1.8? | CREATE TABLE table_name_62 (release_date VARCHAR, model_number VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.