answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT english_title FROM table_name_56 WHERE role = "chae soo-yeon" | What is the English of chae soo-yeon? | CREATE TABLE table_name_56 (english_title VARCHAR, role VARCHAR) |
SELECT series FROM table_name_66 WHERE title = "peck up your troubles" | From what series is Peck Up Your Troubles? | CREATE TABLE table_name_66 (series VARCHAR, title VARCHAR) |
SELECT pct_route_available FROM table_2279413_1 WHERE country = "Tangier Zone" | In Tangier Zone, what is the PCT route availibility? | CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, country VARCHAR) |
SELECT MIN(premiere) FROM table_name_25 WHERE peak > 35 AND rank = 10 AND finale > 33 | What is the lowest Premiere peaking at more than 35 with a Rank of 10 and Finale greater than 33? | CREATE TABLE table_name_25 (premiere INTEGER, finale VARCHAR, peak VARCHAR, rank VARCHAR) |
SELECT california__san_francisco_ FROM table_16105186_2 WHERE alaska___juneau__ = "80 g/mi (50 g/km)" AND southeast__atlanta_ = "250 g/mi (155 g/km)" | What was the emission rating in California for the vehicle that was rated 80 g/mi (50 g/km) in Alaska and 250 g/mi (155 g/km) in the Southeast ? | CREATE TABLE table_16105186_2 (california__san_francisco_ VARCHAR, alaska___juneau__ VARCHAR, southeast__atlanta_ VARCHAR) |
SELECT home FROM table_name_96 WHERE decision = "mason" AND visitor = "dallas" | Who was the home team at the game with a decision of Mason and a visiting team of Dallas? | CREATE TABLE table_name_96 (home VARCHAR, decision VARCHAR, visitor VARCHAR) |
SELECT chassis FROM table_name_41 WHERE year > 1990 AND entrant = "minardi scuderia italia" AND points = 4 | What is the Chassis having a year later than 1990, and Minardi Scuderia Italia as an entrant, and 4 points? | CREATE TABLE table_name_41 (chassis VARCHAR, points VARCHAR, year VARCHAR, entrant VARCHAR) |
SELECT rider FROM table_name_29 WHERE laps = 23 AND grid < 18 AND time = "+44.333" | Which rider has a lap of 23, grid smaller than 18, and time +44.333? | CREATE TABLE table_name_29 (rider VARCHAR, time VARCHAR, laps VARCHAR, grid VARCHAR) |
SELECT game_site FROM table_14984103_1 WHERE week = 6 | Name the game site for week 6 | CREATE TABLE table_14984103_1 (game_site VARCHAR, week VARCHAR) |
SELECT MAX(no) FROM table_11545282_12 WHERE school_club_team = "Minnesota" | Which number is the player from Minnesota? | CREATE TABLE table_11545282_12 (no INTEGER, school_club_team VARCHAR) |
SELECT COUNT(average) FROM table_name_27 WHERE tally = "3–11" AND matches > 4 | What is the average when the tally is 3–11, with more than 4 matches?? | CREATE TABLE table_name_27 (average VARCHAR, tally VARCHAR, matches VARCHAR) |
SELECT us_viewers__million_ FROM table_22347090_5 WHERE production_code = "3X6706" | Name the viewers for production code being 3x6706 | CREATE TABLE table_22347090_5 (us_viewers__million_ VARCHAR, production_code VARCHAR) |
SELECT AVG(overall) FROM table_name_69 WHERE college = "miami (fl)" | What is the average oveall pick for players from the college of Miami (FL)? | CREATE TABLE table_name_69 (overall INTEGER, college VARCHAR) |
SELECT super_g FROM table_name_8 WHERE overall = "16" | What is the Super G value for the season that has an Overall score of 16? | CREATE TABLE table_name_8 (super_g VARCHAR, overall VARCHAR) |
SELECT entrant FROM table_name_72 WHERE engine = "ferrari 038 3.5 v12" | Which entrant has Ferrari 038 3.5 v12 engine? | CREATE TABLE table_name_72 (entrant VARCHAR, engine VARCHAR) |
SELECT calling_at FROM table_18332845_2 WHERE arrival = "18.42" | What was the calling for the 18.42 arrival time? | CREATE TABLE table_18332845_2 (calling_at VARCHAR, arrival VARCHAR) |
SELECT sail_number FROM table_1858574_2 WHERE position = 3 | When 3 is the position what is the sail number? | CREATE TABLE table_1858574_2 (sail_number VARCHAR, position VARCHAR) |
SELECT country FROM table_name_30 WHERE director_s_ = "jonas geirnaert" | What country did Jonas Geirnaert direct a film in? | CREATE TABLE table_name_30 (country VARCHAR, director_s_ VARCHAR) |
SELECT airport FROM table_name_56 WHERE icao = "rpvm" | What is the Airport when the ICAO shows rpvm? | CREATE TABLE table_name_56 (airport VARCHAR, icao VARCHAR) |
SELECT musical_guest__song_performed_ FROM table_1590967_6 WHERE guest_host = "Elle Macpherson" | Name the musical guest where guest host is elle macpherson | CREATE TABLE table_1590967_6 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR) |
SELECT song FROM table_name_50 WHERE points > 64 AND national_final = "4th" AND draw > 3 | what is the song when the points is more than 64, the national final is 4th and draw is more than 3? | CREATE TABLE table_name_50 (song VARCHAR, draw VARCHAR, points VARCHAR, national_final VARCHAR) |
SELECT title FROM table_24910733_1 WHERE written_by = "Emily Halpern" | What is the title when the writer is Emily Halpern? | CREATE TABLE table_24910733_1 (title VARCHAR, written_by VARCHAR) |
SELECT chassis FROM table_name_96 WHERE driver = "roy salvadori" | What chassis was used by roy salvadori? | CREATE TABLE table_name_96 (chassis VARCHAR, driver VARCHAR) |
SELECT weblink FROM table_name_76 WHERE college_or_campus_name = "anna university college of engineering tindivanam" | What Weblink has a College or Campus Name of anna university college of engineering tindivanam? | CREATE TABLE table_name_76 (weblink VARCHAR, college_or_campus_name VARCHAR) |
SELECT MIN(year) FROM table_name_79 WHERE points = 9 | What is the earliest year for 9 points? | CREATE TABLE table_name_79 (year INTEGER, points VARCHAR) |
SELECT name FROM table_name_99 WHERE authors = "gao chiappe meng o'connor wang cheng liu" | What is the name of gao chiappe meng o'connor wang cheng liu? | CREATE TABLE table_name_99 (name VARCHAR, authors VARCHAR) |
SELECT result FROM table_name_84 WHERE venue = "valley parade" | Did the Bulls win or lose at Valley Parade? | CREATE TABLE table_name_84 (result VARCHAR, venue VARCHAR) |
SELECT nomination FROM table_name_12 WHERE director = "goran paskaljevic" | Tell me the nomination for goran paskaljevic | CREATE TABLE table_name_12 (nomination VARCHAR, director VARCHAR) |
SELECT MIN(round) FROM table_name_19 WHERE nationality = "united states" AND college_junior_club_team__league_ = "breck school (ushs)" | Which Round has a Nationality of united states, and a College/Junior/Club Team (League) of breck school (ushs)? | CREATE TABLE table_name_19 (round INTEGER, nationality VARCHAR, college_junior_club_team__league_ VARCHAR) |
SELECT place FROM table_name_50 WHERE country = "united states" AND player = "andy bean" | Which place is Andy Bean from the United States? | CREATE TABLE table_name_50 (place VARCHAR, country VARCHAR, player VARCHAR) |
SELECT name FROM table_name_9 WHERE function = "explorator" | Who had a function of explorator? | CREATE TABLE table_name_9 (name VARCHAR, function VARCHAR) |
SELECT grid FROM table_name_53 WHERE laps = 6 | What grid features 6 laps? | CREATE TABLE table_name_53 (grid VARCHAR, laps VARCHAR) |
SELECT away_team AS score FROM table_name_69 WHERE home_team = "richmond" | What did the away team score in the game against Richmond? | CREATE TABLE table_name_69 (away_team VARCHAR, home_team VARCHAR) |
SELECT first_season_in_the_serie_a FROM table_2454589_1 WHERE last_title = "2006" | Name the first season in the series for 2006 | CREATE TABLE table_2454589_1 (first_season_in_the_serie_a VARCHAR, last_title VARCHAR) |
SELECT moving_from FROM table_name_65 WHERE ends < 2011 | What is Moving From, when Ends is before 2011? | CREATE TABLE table_name_65 (moving_from VARCHAR, ends INTEGER) |
SELECT MIN(points) FROM table_name_59 WHERE chassis = "m16" AND year > 2006 | What is the low point total after 2006 with an m16 chassis? | CREATE TABLE table_name_59 (points INTEGER, chassis VARCHAR, year VARCHAR) |
SELECT MAX(wins) FROM table_22081847_1 | What was the maximum number of wins? | CREATE TABLE table_22081847_1 (wins INTEGER) |
SELECT round FROM table_name_87 WHERE position = "defensive back" | During which round was a Hawkeyes player selected for the defensive back position? | CREATE TABLE table_name_87 (round VARCHAR, position VARCHAR) |
SELECT SUM(bronze) FROM table_name_27 WHERE total = 3 AND gold > 0 AND nation = "belarus" AND silver > 2 | Total of 3, and a Gold larger than 0, and a Nation of belarus, and a Silver larger than 2 has what sum of bronze? | CREATE TABLE table_name_27 (bronze INTEGER, silver VARCHAR, nation VARCHAR, total VARCHAR, gold VARCHAR) |
SELECT MAX(games) FROM table_name_69 WHERE drawn > 1 | Name the most games with drawn more than 1 | CREATE TABLE table_name_69 (games INTEGER, drawn INTEGER) |
SELECT points_classification FROM table_name_66 WHERE team_classification = "quick step-innergetic" AND stage = "7" | Name the points classification for quick step-innergetic with stage 7 | CREATE TABLE table_name_66 (points_classification VARCHAR, team_classification VARCHAR, stage VARCHAR) |
SELECT MAX(metres) FROM table_name_33 WHERE finalized = "2015" AND floors < 40 AND feet > 509 | Which building was built in 2015, has less than 40 floors and is larger than 509 feet? | CREATE TABLE table_name_33 (metres INTEGER, feet VARCHAR, finalized VARCHAR, floors VARCHAR) |
SELECT class_aAAA FROM table_14603212_5 WHERE school_year = "2004-05" | What are all the AAAA classes in the schools years 2004-05? | CREATE TABLE table_14603212_5 (class_aAAA VARCHAR, school_year VARCHAR) |
SELECT opponent FROM table_name_7 WHERE loss = "francisco (1-1)" | Who was the opponent when there was a loss of Francisco (1-1)? | CREATE TABLE table_name_7 (opponent VARCHAR, loss VARCHAR) |
SELECT nationality FROM table_1213511_6 WHERE nhl_team = "Detroit Red Wings" | What is the nationality of the player from the Detroit Red Wings? | CREATE TABLE table_1213511_6 (nationality VARCHAR, nhl_team VARCHAR) |
SELECT game FROM table_name_45 WHERE result = "125-123 (ot)" | What Game had a Result of 125-123 (OT)? | CREATE TABLE table_name_45 (game VARCHAR, result VARCHAR) |
SELECT score FROM table_name_33 WHERE set_1 = "23–25" | What was the overall score when set 1 was 23–25? | CREATE TABLE table_name_33 (score VARCHAR, set_1 VARCHAR) |
SELECT 2 AS nd_leg FROM table_name_72 WHERE team__number1 = "2007 uefa intertoto cup" | What is the 2nd leg of the 1st team in the 2007 uefa intertoto cup? | CREATE TABLE table_name_72 (team__number1 VARCHAR) |
SELECT career_with_the_franchise FROM table_name_47 WHERE years_of_nba_experience_[a_] < 9 AND pos = "f/c" AND previous_team = "phoenix suns" | What is the career with the franchise of the f/c player with fewer than 9 years of NBA experience who previously played for the Phoenix Suns? | CREATE TABLE table_name_47 (career_with_the_franchise VARCHAR, previous_team VARCHAR, pos VARCHAR, years_of_nba_experience_ VARCHAR, a_ VARCHAR) |
SELECT object_type FROM table_name_19 WHERE ngc_number = 2787 | Which Object type has a NGC number of 2787? | CREATE TABLE table_name_19 (object_type VARCHAR, ngc_number VARCHAR) |
SELECT COUNT(*) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Art" AND T2.customer_last_name = "Turcotte" | How many accounts does the customer with first name Art and last name Turcotte have? | CREATE TABLE Accounts (customer_id VARCHAR); CREATE TABLE Customers (customer_id VARCHAR, customer_first_name VARCHAR, customer_last_name VARCHAR) |
SELECT high_rebounds FROM table_name_74 WHERE opponent = "new york" | Who had the most rebounds in the game against New York? | CREATE TABLE table_name_74 (high_rebounds VARCHAR, opponent VARCHAR) |
SELECT director_s_ FROM table_25764073_3 WHERE writer_s_ = "Peter Gawler" | Name the directors for peter gawler | CREATE TABLE table_25764073_3 (director_s_ VARCHAR, writer_s_ VARCHAR) |
SELECT points FROM table_name_90 WHERE tries_for = "correct as of 00:00 11 june 2008" | What is Points, when Tries For is "correct as of 00:00 11 June 2008"? | CREATE TABLE table_name_90 (points VARCHAR, tries_for VARCHAR) |
SELECT T1.firstname, T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "MARROTTE" AND T2.lastname = "KIRK" | Find all students taught by MARROTTE KIRK. Output first and last names of students. | CREATE TABLE list (firstname VARCHAR, lastname VARCHAR, classroom VARCHAR); CREATE TABLE teachers (classroom VARCHAR, firstname VARCHAR, lastname VARCHAR) |
SELECT MAX(no_disc) FROM table_15430606_1 WHERE directed_by = "Bill Gereghty" | Name the maximum number of disc for bill gereghty | CREATE TABLE table_15430606_1 (no_disc INTEGER, directed_by VARCHAR) |
SELECT COUNT(attendance) FROM table_17972193_1 WHERE game_site = "Anaheim Stadium" | How many total number of attendance were there when the game was held in Anaheim Stadium? | CREATE TABLE table_17972193_1 (attendance VARCHAR, game_site VARCHAR) |
SELECT tournament FROM table_name_74 WHERE opponent = "marinko matosevic" | Which tournament included an opponent of Marinko Matosevic? | CREATE TABLE table_name_74 (tournament VARCHAR, opponent VARCHAR) |
SELECT country FROM table_name_21 WHERE score = 71 - 69 - 70 - 71 = 281 | What Country's Player scored 71-69-70-71=281? | CREATE TABLE table_name_21 (country VARCHAR, score VARCHAR) |
SELECT position FROM table_name_64 WHERE first_election = "1988 as vice mayor 2009" | What is the Position of the person with a First Election of 1988 as Vice Mayor 2009? | CREATE TABLE table_name_64 (position VARCHAR, first_election VARCHAR) |
SELECT format FROM table_name_41 WHERE catalog = "rtradcd491" AND date = "september 22, 2008" | What is the Format of the September 22, 2008 release with Catalog number RTRADCD491? | CREATE TABLE table_name_41 (format VARCHAR, catalog VARCHAR, date VARCHAR) |
SELECT MIN(appearances¹) FROM table_24565004_22 WHERE name = "Pierre Vermeulen" | at least how many times was Pierre Vermeulen at a game? | CREATE TABLE table_24565004_22 (appearances¹ INTEGER, name VARCHAR) |
SELECT telugu_name_తెలుగు FROM table_201400_2 WHERE kannada_name_ಕನ್ನಡ = "Utthara ಉತ್ತರ" | what is the telugu name తెలుగు of kannada name ಕನ್ನಡ utthara ಉತ್ತರ | CREATE TABLE table_201400_2 (telugu_name_తెలుగు VARCHAR, kannada_name_ಕನ್ನಡ VARCHAR) |
SELECT silver FROM table_name_61 WHERE bronze = 32 | How many silver medals did the nation who received 32 bronze medals receive? | CREATE TABLE table_name_61 (silver VARCHAR, bronze VARCHAR) |
SELECT end_date FROM table_2560677_1 WHERE artist_s_ = "S. Moldoff/J. Giella/C. Infantino" | What is the end date for the artist s. moldoff/j. giella/c. infantino? | CREATE TABLE table_2560677_1 (end_date VARCHAR, artist_s_ VARCHAR) |
SELECT surface FROM table_name_85 WHERE partner = "hayley ericksen" | What surface did hayley ericksen play on? | CREATE TABLE table_name_85 (surface VARCHAR, partner VARCHAR) |
SELECT name FROM table_name_65 WHERE constituency_number = "108" | What's the name of Constituency number 108? | CREATE TABLE table_name_65 (name VARCHAR, constituency_number VARCHAR) |
SELECT district FROM table_name_69 WHERE party = "democratic" AND incumbent = "francis c. le blond" | What district is the democratic Francis C. Le Blond from? | CREATE TABLE table_name_69 (district VARCHAR, party VARCHAR, incumbent VARCHAR) |
SELECT MAX(series__number) FROM table_27823058_1 | What's the highest series number ? | CREATE TABLE table_27823058_1 (series__number INTEGER) |
SELECT MIN(parishes) FROM table_name_62 WHERE pastoral_region = "merrimack" AND cemeteries < 4 | How many Parishes in Merrimack which has 4 Cemeteries? | CREATE TABLE table_name_62 (parishes INTEGER, pastoral_region VARCHAR, cemeteries VARCHAR) |
SELECT constructor FROM table_name_24 WHERE laps < 31 AND driver = "michael schumacher" | Who built michael schumacher's car that went under 31 laps? | CREATE TABLE table_name_24 (constructor VARCHAR, laps VARCHAR, driver VARCHAR) |
SELECT film_title_used_in_nomination FROM table_name_47 WHERE year__ceremony_ = "1968 (41st)" | What is Film title used in nomination, when Year (Ceremony) is 1968 (41st)? | CREATE TABLE table_name_47 (film_title_used_in_nomination VARCHAR, year__ceremony_ VARCHAR) |
SELECT nation FROM table_name_51 WHERE date = "may 6, 1991" | What is the Nation with a Date that is may 6, 1991? | CREATE TABLE table_name_51 (nation VARCHAR, date VARCHAR) |
SELECT date FROM table_name_85 WHERE decision = "joseph" AND home = "detroit" AND record = "27–13–5–2" | What was the date of the home Detroit game with a decision of Joseph and a record of 27–13–5–2? | CREATE TABLE table_name_85 (date VARCHAR, record VARCHAR, decision VARCHAR, home VARCHAR) |
SELECT language FROM table_2534578_1 WHERE reading = "94.47" | What was the language score when the reading score was 94.47? | CREATE TABLE table_2534578_1 (language VARCHAR, reading VARCHAR) |
SELECT years FROM table_name_70 WHERE name = "arapohue school" | Can you tell me the Years that has the Name of arapohue school? | CREATE TABLE table_name_70 (years VARCHAR, name VARCHAR) |
SELECT position FROM table_name_64 WHERE overall < 254 AND round < 5 AND pick__number < 13 | Which was the position for overall less than 254, round less than 5 and pick number less than 13? | CREATE TABLE table_name_64 (position VARCHAR, pick__number VARCHAR, overall VARCHAR, round VARCHAR) |
SELECT date FROM table_name_90 WHERE tie_no = "26" | On what date was Tie #26 played? | CREATE TABLE table_name_90 (date VARCHAR, tie_no VARCHAR) |
SELECT technology FROM table_name_20 WHERE toxic_materials = "yes" AND moving_parts = "no" | What's the technology when there are no moving parts but yes to toxic materials? | CREATE TABLE table_name_20 (technology VARCHAR, toxic_materials VARCHAR, moving_parts VARCHAR) |
SELECT record FROM table_16678052_2 WHERE opponent = "Phoenix Cardinals" | What record was reached when the Eagles played the Phoenix Cardinals? | CREATE TABLE table_16678052_2 (record VARCHAR, opponent VARCHAR) |
SELECT moving_from FROM table_name_28 WHERE transfer_window = "winter" AND country = "wal" | Who is moving during winter from wal? | CREATE TABLE table_name_28 (moving_from VARCHAR, transfer_window VARCHAR, country VARCHAR) |
SELECT time FROM table_name_24 WHERE local_networked = "local" AND ad_freq = "20 minutes" AND news_freq = "n/a after 7pm news" | Which time has a local/networked value of Local, ad frequency of every 20 minutes, and news frequency of n/a after 7PM news? | CREATE TABLE table_name_24 (time VARCHAR, news_freq VARCHAR, local_networked VARCHAR, ad_freq VARCHAR) |
SELECT song FROM table_name_4 WHERE played_for = "mike fincke" AND artist = "rush" | Which Rush song was played for Mike Fincke? | CREATE TABLE table_name_4 (song VARCHAR, played_for VARCHAR, artist VARCHAR) |
SELECT round_1 FROM table_18646111_13 WHERE event = "Team" | Name the round 1 for team event | CREATE TABLE table_18646111_13 (round_1 VARCHAR, event VARCHAR) |
SELECT T1.Festival_ID, T3.Festival_Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID GROUP BY T1.Festival_ID HAVING COUNT(*) >= 2 | Show the ids and names of festivals that have at least two nominations for artworks. | CREATE TABLE nomination (Festival_ID VARCHAR, Artwork_ID VARCHAR); CREATE TABLE festival_detail (Festival_Name VARCHAR, Festival_ID VARCHAR); CREATE TABLE artwork (Artwork_ID VARCHAR) |
SELECT COUNT(*) FROM Apartment_Bookings | How many apartment bookings are there in total? | CREATE TABLE Apartment_Bookings (Id VARCHAR) |
SELECT indonesia_super_series_2008 FROM table_2544694_3 WHERE 780000 = "5040.00" | Which series occurred when the 7800 was 5040.00? | CREATE TABLE table_2544694_3 (indonesia_super_series_2008 VARCHAR) |
SELECT COUNT(wildcats_points) FROM table_21062353_1 WHERE game = 11 | How many times did the Wildcats play a game 11 regardless of points scored? | CREATE TABLE table_21062353_1 (wildcats_points VARCHAR, game VARCHAR) |
SELECT COUNT(player) FROM table_16494599_10 WHERE position = "Guard" | How many athletes play the position of guard? | CREATE TABLE table_16494599_10 (player VARCHAR, position VARCHAR) |
SELECT choreographer_s_ FROM table_name_94 WHERE style = "smooth waltz" AND partner = "lacey schwimmer" | Who choreographed the smooth waltz with lacey schwimmer? | CREATE TABLE table_name_94 (choreographer_s_ VARCHAR, style VARCHAR, partner VARCHAR) |
SELECT tournament FROM table_name_92 WHERE 1996 = "1r" AND 1990 = "sf" | What is Tournament, when 1996 is "1R", and when 1990 is "SF"? | CREATE TABLE table_name_92 (tournament VARCHAR) |
SELECT team__league_ FROM table_name_85 WHERE reg_gp = 0 AND pick__number < 136 AND player = "regan darby" | Which team has a Reg GP of 0, a pick number under 136 with a player named Regan Darby? | CREATE TABLE table_name_85 (team__league_ VARCHAR, player VARCHAR, reg_gp VARCHAR, pick__number VARCHAR) |
SELECT MIN(seats) FROM table_name_6 WHERE share_of_votes = "18%" AND share_of_seats = "3%" AND general_election < 1992 | Which Seatshave a Share of votes of 18%, and a Share of seats of 3%, and a General election smaller than 1992? | CREATE TABLE table_name_6 (seats INTEGER, general_election VARCHAR, share_of_votes VARCHAR, share_of_seats VARCHAR) |
SELECT marks FROM table_2814720_1 WHERE tackles = 3 | How many marks are there when tackles are 3? | CREATE TABLE table_2814720_1 (marks VARCHAR, tackles VARCHAR) |
SELECT yield FROM table_name_39 WHERE location = "nts area 3s" | What was the yield for a blast that was in nts area 3s? | CREATE TABLE table_name_39 (yield VARCHAR, location VARCHAR) |
SELECT loss FROM table_name_90 WHERE opponent = "california angels" AND attendance = "10,886" | Who took the loss against the California Angels when the attendance was 10,886? | CREATE TABLE table_name_90 (loss VARCHAR, opponent VARCHAR, attendance VARCHAR) |
SELECT socialist_ticket FROM table_name_89 WHERE socialist_labor_ticket = "charles m. carlson" | Who's the Socialist ticket with a Socialist Labor ticket of charles m. carlson? | CREATE TABLE table_name_89 (socialist_ticket VARCHAR, socialist_labor_ticket VARCHAR) |
SELECT team FROM table_name_76 WHERE notes = "ncaa champion" | WHAT TEAM WAS AN NCAA CHAMPION? | CREATE TABLE table_name_76 (team VARCHAR, notes VARCHAR) |
SELECT SUM(top_division_titles) FROM table_name_90 WHERE founded < 1975 AND location = "chaguaramas" | What was the total number of Top Division Titles where the year founded was prior to 1975 and the location was in Chaguaramas? | CREATE TABLE table_name_90 (top_division_titles INTEGER, founded VARCHAR, location VARCHAR) |
SELECT SUM(assists) FROM table_name_71 WHERE player = "david tomlinson" | How many assists does David Tomlinson have? | CREATE TABLE table_name_71 (assists INTEGER, player VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.