answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT enrollment FROM table_29483673_1 WHERE affiliation = "Private" | What is the enrollment at the private university? | CREATE TABLE table_29483673_1 (enrollment VARCHAR, affiliation VARCHAR) |
SELECT overall_win_percentage FROM table_name_5 WHERE coach = "dick bennett" | What was coach Dick Bennett's overall win percentage? | CREATE TABLE table_name_5 (overall_win_percentage VARCHAR, coach VARCHAR) |
SELECT accompaniment FROM table_name_26 WHERE title = "stormy seas blues" | what is the accompaniment when the title is stormy seas blues? | CREATE TABLE table_name_26 (accompaniment VARCHAR, title VARCHAR) |
SELECT driver___passenger FROM table_16729457_16 WHERE position = 8 | Name the driver/passenger for position 8 | CREATE TABLE table_16729457_16 (driver___passenger VARCHAR, position VARCHAR) |
SELECT COUNT(event_6_atlas_stones) FROM table_24302700_6 WHERE event_3_dead_lift = "2 (6 in 30.89s)" | What is the score in the 6 atlas stones event of the player who got 2 (6 in 30.89s) in the 3 dead lift event? | CREATE TABLE table_24302700_6 (event_6_atlas_stones VARCHAR, event_3_dead_lift VARCHAR) |
SELECT MAX(wins) FROM table_name_35 WHERE coach = "bill henderson" AND losses > 233 | What are coach Bill Henderson's highest wins with more than 233 losses? | CREATE TABLE table_name_35 (wins INTEGER, coach VARCHAR, losses VARCHAR) |
SELECT hangul FROM table_name_66 WHERE hanja = "西, 徐" | What is the Hangul when the Hanja is 西, 徐? | CREATE TABLE table_name_66 (hangul VARCHAR, hanja VARCHAR) |
SELECT new_classification FROM table_name_69 WHERE location = "la mirada, california" | What is the new classification for La Mirada, California? | CREATE TABLE table_name_69 (new_classification VARCHAR, location VARCHAR) |
SELECT Status, COUNT(*) FROM roller_coaster GROUP BY Status | Show the different statuses and the numbers of roller coasters for each status. | CREATE TABLE roller_coaster (Status VARCHAR) |
SELECT score FROM table_name_54 WHERE to_par = "+1" AND country = "spain" | What is the score of the player with a To Par of +1 from Spain? | CREATE TABLE table_name_54 (score VARCHAR, to_par VARCHAR, country VARCHAR) |
SELECT SUM(pick) FROM table_name_64 WHERE round > 8 AND name = "kenny fells" AND overall > 297 | Which Pick has a Round larger than 8, a Name of kenny fells, and an Overall larger than 297? | CREATE TABLE table_name_64 (pick INTEGER, overall VARCHAR, round VARCHAR, name VARCHAR) |
SELECT away_team FROM table_name_82 WHERE home_team = "hawthorn" | What team played Hawthorn? | CREATE TABLE table_name_82 (away_team VARCHAR, home_team VARCHAR) |
SELECT location_attendance FROM table_27755603_8 WHERE high_points = "Austin Daye , Tracy McGrady , Tayshaun Prince (20)" | Name the location attendance for austin daye , tracy mcgrady , tayshaun prince (20) | CREATE TABLE table_27755603_8 (location_attendance VARCHAR, high_points VARCHAR) |
SELECT points FROM table_13789248_2 WHERE artist = "Dave Appell" | what's the points with artbeingt being dave appell | CREATE TABLE table_13789248_2 (points VARCHAR, artist VARCHAR) |
SELECT method FROM table_name_61 WHERE record = "9-4" | Which method led to a record of 9-4? | CREATE TABLE table_name_61 (method VARCHAR, record VARCHAR) |
SELECT time_retired FROM table_name_44 WHERE manufacturer = "honda" AND grid = "8" | WHAT IS THE TIME/ RETIRED WITH A HONDA MANUFACTURER, GRID 8? | CREATE TABLE table_name_44 (time_retired VARCHAR, manufacturer VARCHAR, grid VARCHAR) |
SELECT candidates FROM table_1341395_22 WHERE incumbent = "Barney Frank" | Who were the candidates when Barney Frank was the incumbent? | CREATE TABLE table_1341395_22 (candidates VARCHAR, incumbent VARCHAR) |
SELECT visitor FROM table_name_99 WHERE leading_scorer = "rudy gay (23)" | What is the visitor team of the game with Rudy Gay (23) as the leading scorer? | CREATE TABLE table_name_99 (visitor VARCHAR, leading_scorer VARCHAR) |
SELECT school FROM table_name_79 WHERE player = "michael dunigan" | What is the name of the school that has a player named Michael Dunigan? | CREATE TABLE table_name_79 (school VARCHAR, player VARCHAR) |
SELECT MAX(year) FROM table_15001681_1 WHERE womens_doubles = "Astrid Eidenbenz Claudia Jehle" | What is the most current year where the women's doubles champions are astrid eidenbenz claudia jehle | CREATE TABLE table_15001681_1 (year INTEGER, womens_doubles VARCHAR) |
SELECT score_time FROM table_name_10 WHERE date = "june 10" | What was the score of the game on June 10? | CREATE TABLE table_name_10 (score_time VARCHAR, date VARCHAR) |
SELECT record FROM table_name_15 WHERE score = "9–6" | What record has a Score of 9–6? | CREATE TABLE table_name_15 (record VARCHAR, score VARCHAR) |
SELECT _kah__atau_tidak_ FROM table_name_98 WHERE "basikal" = "basikal" AND language_dialect = "malay language (informal)" | what is -kah (atau tidak when basikal is basikal and language dialect is malay language (informal)? | CREATE TABLE table_name_98 (_kah__atau_tidak_ VARCHAR, language_dialect VARCHAR) |
SELECT record FROM table_name_4 WHERE date = "21 january 2008" | Name the record for 21 january 2008 | CREATE TABLE table_name_4 (record VARCHAR, date VARCHAR) |
SELECT MAX(bronze) FROM table_name_46 WHERE rank > 9 | What is the highest amount of bronze medals when the rank was larger than 9? | CREATE TABLE table_name_46 (bronze INTEGER, rank INTEGER) |
SELECT SUM(attendance) FROM table_name_91 WHERE date = "december 21, 1986" AND week < 16 | What was the Attendance on December 21, 1986 before Week 16? | CREATE TABLE table_name_91 (attendance INTEGER, date VARCHAR, week VARCHAR) |
SELECT drivers FROM table_name_28 WHERE engine = "mercedes ic 108e" AND races = "8-10" | Who drove a race car with a Mercedes IC 108e engine and has an 8-10 record? | CREATE TABLE table_name_28 (drivers VARCHAR, engine VARCHAR, races VARCHAR) |
SELECT team FROM table_name_61 WHERE high_rebounds = "david lee (15)" | What is Team, when High Rebounds is David Lee (15)? | CREATE TABLE table_name_61 (team VARCHAR, high_rebounds VARCHAR) |
SELECT connection FROM table_name_62 WHERE web_client_accelerator = "proxyconn web accelerator" | What is the connection for the proxyconn web accelerator web client accelerator? | CREATE TABLE table_name_62 (connection VARCHAR, web_client_accelerator VARCHAR) |
SELECT location_attendance FROM table_13619135_7 WHERE team = "New Jersey" | Where did the team play and what was the attendance against new jersey? | CREATE TABLE table_13619135_7 (location_attendance VARCHAR, team VARCHAR) |
SELECT console FROM table_12887260_1 WHERE franchise_or_game = "Shenmue" | What consoles was Shenmue released on? | CREATE TABLE table_12887260_1 (console VARCHAR, franchise_or_game VARCHAR) |
SELECT max_torque_at_rpm FROM table_name_11 WHERE engine_name = "1.2 mpi" | What is the max torque of the 1.2 mpi engine? | CREATE TABLE table_name_11 (max_torque_at_rpm VARCHAR, engine_name VARCHAR) |
SELECT date FROM table_name_18 WHERE home_team = "geelong" | What was the date of the game where Geelong was the home team? | CREATE TABLE table_name_18 (date VARCHAR, home_team VARCHAR) |
SELECT president FROM table_12134383_1 WHERE date_of_inauguration = "4June1979" | who is the the president with date of inauguration being 4june1979 | CREATE TABLE table_12134383_1 (president VARCHAR, date_of_inauguration VARCHAR) |
SELECT COUNT(age) FROM table_23495048_2 WHERE represent = "Mitteldeutschland" | How many contestants where from mitteldeutschland? | CREATE TABLE table_23495048_2 (age VARCHAR, represent VARCHAR) |
SELECT COUNT(attendance) FROM table_name_20 WHERE opponents = "lincoln city" AND h___a = "a" | What was the Attendance when Lincoln City was the Opponents with H/A of A? | CREATE TABLE table_name_20 (attendance VARCHAR, opponents VARCHAR, h___a VARCHAR) |
SELECT record FROM table_name_11 WHERE year > 2012 | What Record has a Year that's larger than 2012? | CREATE TABLE table_name_11 (record VARCHAR, year INTEGER) |
SELECT to_par FROM table_name_77 WHERE player = "thomas aiken" | Which To par is of thomas aiken? | CREATE TABLE table_name_77 (to_par VARCHAR, player VARCHAR) |
SELECT MIN(final_year) FROM table_name_69 WHERE north_or_east_terminus = "covington" | What is the most minimal Final year that has a North or east end of covington? | CREATE TABLE table_name_69 (final_year INTEGER, north_or_east_terminus VARCHAR) |
SELECT to_par FROM table_name_75 WHERE finish = "t3" AND player = "julius boros" | Which To par has a Finish of t3, and a Player of julius boros? | CREATE TABLE table_name_75 (to_par VARCHAR, finish VARCHAR, player VARCHAR) |
SELECT MAX(lowest) FROM table_name_67 WHERE stadium = "ibrox stadium" AND average > 49 OFFSET 143 | What's the highest lowest number of capacity that ibrox stadium has when the average is larger than 49,143? | CREATE TABLE table_name_67 (lowest INTEGER, stadium VARCHAR, average VARCHAR) |
SELECT player FROM table_name_4 WHERE place = "t10" | Who was the player who placed t10? | CREATE TABLE table_name_4 (player VARCHAR, place VARCHAR) |
SELECT 2 AS nd_leg FROM table_name_73 WHERE team__number1 = "chemie halle" | What was the 2nd leg score for Chemie Halle? | CREATE TABLE table_name_73 (team__number1 VARCHAR) |
SELECT MAX(pick__number) FROM table_name_36 WHERE cfl_team = "toronto argonauts" | What is the highest pick number of the CFL's Toronto Argonauts? | CREATE TABLE table_name_36 (pick__number INTEGER, cfl_team VARCHAR) |
SELECT home_team AS score FROM table_name_5 WHERE home_team = "hawthorn" | How much did the home team Hawthorn score? | CREATE TABLE table_name_5 (home_team VARCHAR) |
SELECT cfl_team FROM table_name_73 WHERE pick__number > 31 | Which CFL Team has a Pick # larger than 31? | CREATE TABLE table_name_73 (cfl_team VARCHAR, pick__number INTEGER) |
SELECT time FROM table_name_12 WHERE jockey = "cornelio velasquez" | What is the time for when cornelio velasquez was the jockey? | CREATE TABLE table_name_12 (time VARCHAR, jockey VARCHAR) |
SELECT other_abbreviation FROM table_287159_1 WHERE brightest_star = "β Trianguli" | What is the other abbreviation of the constellation that has β trianguli as its brightest star? | CREATE TABLE table_287159_1 (other_abbreviation VARCHAR, brightest_star VARCHAR) |
SELECT language FROM table_1837570_1 WHERE coverage_area = "Klang Petaling Jaya Shah Alam" | Which languages are offered in the coverage area of klang petaling jaya shah alam? | CREATE TABLE table_1837570_1 (language VARCHAR, coverage_area VARCHAR) |
SELECT COUNT(complement) FROM table_11793221_4 WHERE unit = "4th Hanoverian Brigade" | Name the number of complement for 4th hanoverian brigade | CREATE TABLE table_11793221_4 (complement VARCHAR, unit VARCHAR) |
SELECT COUNT(scored) FROM table_name_72 WHERE position > 10 | What is the total number scored of the team positioned lower than 10? | CREATE TABLE table_name_72 (scored VARCHAR, position INTEGER) |
SELECT fourth_quarter FROM table_name_27 WHERE rank < 4 AND second_quarter = "exxon mobil 341,140.3" | When the rank is less than 4, and has a second quarter of exxon mobil 341,140.3, what is the fourth quarter? | CREATE TABLE table_name_27 (fourth_quarter VARCHAR, rank VARCHAR, second_quarter VARCHAR) |
SELECT tournament FROM table_name_73 WHERE opponent_in_the_final = "toshiaki sakai" AND surface = "grass" | Which tournament had Toshiaki Sakai as an opponent in the final on a grass surface? | CREATE TABLE table_name_73 (tournament VARCHAR, opponent_in_the_final VARCHAR, surface VARCHAR) |
SELECT COUNT(winning_constructor) FROM table_26258348_4 WHERE fastest_lap = "Mark Webber" | How many winning constructor catagories are there when Mark Webber had the fastest lap? | CREATE TABLE table_26258348_4 (winning_constructor VARCHAR, fastest_lap VARCHAR) |
SELECT position FROM table_name_58 WHERE years = "1999" | What was the position in 1999? | CREATE TABLE table_name_58 (position VARCHAR, years VARCHAR) |
SELECT away_team FROM table_name_25 WHERE venue = "mcg" | Who was the away team at mcg? | CREATE TABLE table_name_25 (away_team VARCHAR, venue VARCHAR) |
SELECT fat__g_ FROM table_2493389_1 WHERE protein__g_ = "4" AND calories__1_tbsp__ = 80 | Name the fat for protein being 4 and calories 80 | CREATE TABLE table_2493389_1 (fat__g_ VARCHAR, protein__g_ VARCHAR, calories__1_tbsp__ VARCHAR) |
SELECT class_es_ FROM table_name_70 WHERE circuit = "mazda raceway laguna seca" | What are the classes for the circuit that has the Mazda Raceway Laguna Seca race. | CREATE TABLE table_name_70 (class_es_ VARCHAR, circuit VARCHAR) |
SELECT SUM(week) FROM table_name_60 WHERE opponent = "denver broncos" | What is the sum of the week for the Denver Broncos? | CREATE TABLE table_name_60 (week INTEGER, opponent VARCHAR) |
SELECT genre FROM table_name_92 WHERE year < 2013 AND name = "kikumana" | Which Genre has a Year before 2013, and a Name of kikumana? | CREATE TABLE table_name_92 (genre VARCHAR, year VARCHAR, name VARCHAR) |
SELECT Studio FROM film GROUP BY Studio ORDER BY COUNT(*) DESC LIMIT 1 | List the name of film studio that have the most number of films. | CREATE TABLE film (Studio VARCHAR) |
SELECT price FROM table_name_20 WHERE downstream = "150 mbps" | What is the price of 150 mbps downstread? | CREATE TABLE table_name_20 (price VARCHAR, downstream VARCHAR) |
SELECT él___ella___usted FROM table_1977630_2 WHERE vos__ * _ = "muelas / molás" | What us the conjucated form(s) of el/ella/ usted when the Vos (*) is muelas / molás? | CREATE TABLE table_1977630_2 (él___ella___usted VARCHAR, vos__ VARCHAR, _ VARCHAR) |
SELECT record FROM table_23186738_6 WHERE team = "Golden State" | Name the record for golden state | CREATE TABLE table_23186738_6 (record VARCHAR, team VARCHAR) |
SELECT player FROM table_name_26 WHERE original_team = "los angeles kings" | What player originally played for the Los Angeles Kings? | CREATE TABLE table_name_26 (player VARCHAR, original_team VARCHAR) |
SELECT tv_time FROM table_name_29 WHERE date = "june 9" | What was the TV time for the game on June 9? | CREATE TABLE table_name_29 (tv_time VARCHAR, date VARCHAR) |
SELECT prominence FROM table_name_81 WHERE mountain_peak = "matchless mountain pb" | Name the Prominence of the Mountain Peak of matchless mountain pb? | CREATE TABLE table_name_81 (prominence VARCHAR, mountain_peak VARCHAR) |
SELECT opponent FROM table_name_96 WHERE week > 9 AND attendance = "44,020" | Who was the opponent after week 9 with an attendance of 44,020? | CREATE TABLE table_name_96 (opponent VARCHAR, week VARCHAR, attendance VARCHAR) |
SELECT new_entries_this_round FROM table_name_97 WHERE number_of_fixtures < 8 AND round = "semi-finals" | What were the new entries for the Semi-Finals round with fewer than 8 fixtures? | CREATE TABLE table_name_97 (new_entries_this_round VARCHAR, number_of_fixtures VARCHAR, round VARCHAR) |
SELECT score FROM table_name_80 WHERE date = "june 22" | Which Score has a Date of june 22? | CREATE TABLE table_name_80 (score VARCHAR, date VARCHAR) |
SELECT COUNT(successor) FROM table_1446600_4 WHERE district = "Georgia 2nd" | How many successors are from the georgia 2nd district? | CREATE TABLE table_1446600_4 (successor VARCHAR, district VARCHAR) |
SELECT date FROM table_name_35 WHERE home_team = "north melbourne" | When was the game when North Melbourne was the home team? | CREATE TABLE table_name_35 (date VARCHAR, home_team VARCHAR) |
SELECT date FROM table_13079788_3 WHERE gt3_winner = "Oliver Bryant Matt Harris" | what are all the date for gt3 winner oliver bryant matt harris | CREATE TABLE table_13079788_3 (date VARCHAR, gt3_winner VARCHAR) |
SELECT Age FROM Student WHERE Fname = "Linda" AND Lname = "Smith" | What is the age of student Linda Smith? | CREATE TABLE Student (Age VARCHAR, Fname VARCHAR, Lname VARCHAR) |
SELECT loss FROM table_name_42 WHERE score = "4–3" AND arena = "nationwide arena" | What is the Loss of the game at Nationwide Arena with a Score of 4–3? | CREATE TABLE table_name_42 (loss VARCHAR, score VARCHAR, arena VARCHAR) |
SELECT Customer_Phone FROM PERFORMERS WHERE Customer_Name = "Ashley" | What is the phone number of the performer Ashley? | CREATE TABLE PERFORMERS (Customer_Phone VARCHAR, Customer_Name VARCHAR) |
SELECT COUNT(gics_sector) FROM table_20667854_1 WHERE free_float = "0.2391" | How many GICS sectors have a free float of 0.2391? | CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) |
SELECT l2_cache__mb_ FROM table_269920_3 WHERE model = "7140N" | What's the L2 cache for the 7140N model? | CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR) |
SELECT institute FROM table_1919538_1 WHERE democratic_renewal = "18.0% – 22.0%" | which institutes gave the democratic renewal 18.0% – 22.0% on a poll from October 6, 1985? | CREATE TABLE table_1919538_1 (institute VARCHAR, democratic_renewal VARCHAR) |
SELECT decision FROM table_name_73 WHERE date = 1 | Who had the decision goal when the date was 1? | CREATE TABLE table_name_73 (decision VARCHAR, date VARCHAR) |
SELECT school FROM table_14286908_1 WHERE finalists = 2 | What are the names that had a finalist score of 2? | CREATE TABLE table_14286908_1 (school VARCHAR, finalists VARCHAR) |
SELECT SUM(total) FROM table_name_11 WHERE rank > 6 AND gold > 0 AND silver = 2 | What is the sum of all totals with a rank greater than 6, gold greater than 0, and silver greater than 2? | CREATE TABLE table_name_11 (total INTEGER, silver VARCHAR, rank VARCHAR, gold VARCHAR) |
SELECT SUM(draw) FROM table_name_59 WHERE lost = 0 AND goals_scored > 0 | Count the Draw which has Lost of 0, and a Goals Scored larger than 0? | CREATE TABLE table_name_59 (draw INTEGER, lost VARCHAR, goals_scored VARCHAR) |
SELECT icao FROM table_name_89 WHERE city = "nakashibetsu" | What is the ICAO of Nakashibetsu? | CREATE TABLE table_name_89 (icao VARCHAR, city VARCHAR) |
SELECT COUNT(points) FROM table_27631002_1 WHERE position = "6th" | How many entries are there for points for the 6th position? | CREATE TABLE table_27631002_1 (points VARCHAR, position VARCHAR) |
SELECT partner FROM table_name_94 WHERE outcome = "winner" AND year < 1993 AND score = "6–4, 6–2" | Who was the Partner that was a winner, a Year smaller than 1993, and a Score of 6–4, 6–2? | CREATE TABLE table_name_94 (partner VARCHAR, score VARCHAR, outcome VARCHAR, year VARCHAR) |
SELECT game_site FROM table_name_58 WHERE date = "december 24, 2000" | What game site has december 24, 2000 as a date? | CREATE TABLE table_name_58 (game_site VARCHAR, date VARCHAR) |
SELECT winning_driver FROM table_1140105_6 WHERE circuit = "Posillipo" | What is the name of the winning driver where the circuit name is posillipo? | CREATE TABLE table_1140105_6 (winning_driver VARCHAR, circuit VARCHAR) |
SELECT record FROM table_name_58 WHERE week > 7 AND attenmdance = "28,161" | What was the team's record after week 7 with 28,161 attending? | CREATE TABLE table_name_58 (record VARCHAR, week VARCHAR, attenmdance VARCHAR) |
SELECT year FROM table_name_12 WHERE distributor_s_ = "touchstone pictures" AND title = "three men and a little lady" | Three Men and a Little Lady from Touchstone Pictures was from what year? | CREATE TABLE table_name_12 (year VARCHAR, distributor_s_ VARCHAR, title VARCHAR) |
SELECT MIN(area__km_2__) FROM table_name_22 WHERE name = "dupuy" | What is Dupuy lowest area in km2? | CREATE TABLE table_name_22 (area__km_2__ INTEGER, name VARCHAR) |
SELECT wins FROM table_name_71 WHERE win__percentage = "38.67%" | Which win has 38.67% wins? | CREATE TABLE table_name_71 (wins VARCHAR, win__percentage VARCHAR) |
SELECT COUNT(game) FROM table_27698941_6 WHERE high_rebounds = "Andre Iguodala (9)" | How many games are shown for the game where andre iguodala (9) had the high rebounds? | CREATE TABLE table_27698941_6 (game VARCHAR, high_rebounds VARCHAR) |
SELECT race_name FROM table_2454550_1 WHERE fastest_lap = "Buddy Rice" | In what race did Buddy Rice hav fastest lap? | CREATE TABLE table_2454550_1 (race_name VARCHAR, fastest_lap VARCHAR) |
SELECT venue FROM table_name_4 WHERE date = "february 22, 2003" | What venue listed is dated February 22, 2003? | CREATE TABLE table_name_4 (venue VARCHAR, date VARCHAR) |
SELECT location FROM table_name_49 WHERE event = "ecc 8: comeback" | What is the location of the match with an event of ecc 8: comeback? | CREATE TABLE table_name_49 (location VARCHAR, event VARCHAR) |
SELECT date_of_vacancy FROM table_17115950_2 WHERE replaced_by = "Viorel Moldovan" | What was the date of vacancy when Viorel Moldovan replaced a manager? | CREATE TABLE table_17115950_2 (date_of_vacancy VARCHAR, replaced_by VARCHAR) |
SELECT high_assists FROM table_23248869_6 WHERE team = "Portland" | Who did the high assists in the game against Portland? | CREATE TABLE table_23248869_6 (high_assists VARCHAR, team VARCHAR) |
SELECT high_rebounds FROM table_27756314_11 WHERE date = "April 6" | Who did the most high rebounds on April 6? | CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, date VARCHAR) |
SELECT season FROM table_14242137_11 WHERE regionalliga_west_südwest = "Arminia Bielefeld" | what's the season with regionalliga west/südwest being arminia bielefeld | CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_west_südwest VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.