answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT AVG(elevation_groundstation) FROM table_name_68 WHERE capacity_in_persons_hour > 820 AND name_or_route = "lager 1" AND slope_length < 336
Which elevation groundstation has a capacity in persons/hour larger than 820, and a Name or route of lager 1, and a slope length smaller than 336?
CREATE TABLE table_name_68 (elevation_groundstation INTEGER, slope_length VARCHAR, capacity_in_persons_hour VARCHAR, name_or_route VARCHAR)
SELECT position FROM table_name_47 WHERE overall < 100 AND college = "north carolina"
What is the position of the player from the college of North Carolina with an overall less than 100?
CREATE TABLE table_name_47 (position VARCHAR, overall VARCHAR, college VARCHAR)
SELECT date FROM table_name_45 WHERE away_team = "carlton"
What date was the game when the away team was carlton?
CREATE TABLE table_name_45 (date VARCHAR, away_team VARCHAR)
SELECT result FROM table_name_4 WHERE date = "july 16, 1992"
What was the result on july 16, 1992?
CREATE TABLE table_name_4 (result VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_11 WHERE score = "95-114"
Who did they play when the score was 95-114?
CREATE TABLE table_name_11 (opponent VARCHAR, score VARCHAR)
SELECT director_s_ FROM table_name_48 WHERE date = "2/3/05" AND recipient = "sister films"
Who was the director of the film that Sister Films received an award for on 2/3/05?
CREATE TABLE table_name_48 (director_s_ VARCHAR, date VARCHAR, recipient VARCHAR)
SELECT COUNT(position) FROM table_1013129_2 WHERE college_junior_club_team = "Sherbrooke Faucons (QMJHL)"
How many different positions did Sherbrooke Faucons (qmjhl) provide in the draft?
CREATE TABLE table_1013129_2 (position VARCHAR, college_junior_club_team VARCHAR)
SELECT COUNT(points) FROM table_name_25 WHERE goals_conceded = 41 AND place > 10
How many points did the team have that conceded 41 goals and finish in a place larger than 10?
CREATE TABLE table_name_25 (points VARCHAR, goals_conceded VARCHAR, place VARCHAR)
SELECT driver FROM table_name_14 WHERE laps < 18 AND grid < 16
What driver has less than 18 laps and a grid number under 16?
CREATE TABLE table_name_14 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT district FROM table_name_82 WHERE estd = 1942
Which district was established in 1942?
CREATE TABLE table_name_82 (district VARCHAR, estd VARCHAR)
SELECT name FROM table_name_38 WHERE tries = 1 AND club = "munster"
Who was part of Club Munster with 1 try?
CREATE TABLE table_name_38 (name VARCHAR, tries VARCHAR, club VARCHAR)
SELECT date FROM table_name_22 WHERE result = "3-1"
When was the result 3-1?
CREATE TABLE table_name_22 (date VARCHAR, result VARCHAR)
SELECT COUNT(goals_against) FROM table_name_44 WHERE team = "clitheroe" AND lost > 2
How many goals against did Clitheroe have when the loss was larger than 2?
CREATE TABLE table_name_44 (goals_against VARCHAR, team VARCHAR, lost VARCHAR)
SELECT COUNT(population) FROM table_171236_2 WHERE official_name = "Westfield"
What is the population in Westfield?
CREATE TABLE table_171236_2 (population VARCHAR, official_name VARCHAR)
SELECT COUNT(location) FROM table_1231316_7 WHERE fastest_time__s_ = "11.13"
What is the number of locations with the fastest times of 11.13?
CREATE TABLE table_1231316_7 (location VARCHAR, fastest_time__s_ VARCHAR)
SELECT complement FROM table_name_53 WHERE killed = "0 off 0 men" AND wounded = "0 off 0 men" AND unit = "artillery corps"
What was the Complement of Artillery Corps Units that had 0 off 0 men Killed or Wounded?
CREATE TABLE table_name_53 (complement VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR)
SELECT position FROM table_10812938_4 WHERE cfl_team = "Hamilton Tiger-Cats (via Ottawa)"
What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft.
CREATE TABLE table_10812938_4 (position VARCHAR, cfl_team VARCHAR)
SELECT AVG(round) FROM table_name_18 WHERE record = "3-0"
What was the average round when he had a 3-0 record?
CREATE TABLE table_name_18 (round INTEGER, record VARCHAR)
SELECT nhl_team FROM table_name_75 WHERE pick = "74"
Tell me the nhl team for 74
CREATE TABLE table_name_75 (nhl_team VARCHAR, pick VARCHAR)
SELECT "coat_of_cash" AS _wearing_celebrity FROM table_name_92 WHERE episode_number > 1 AND musical_guest__song_performed_ = "amy macdonald ( mr rock & roll )"
WHich Coat of Cash" Wearing Celebrity has a Episode Number larger than 1 and with amy macdonald ( mr rock & roll )?
CREATE TABLE table_name_92 (episode_number VARCHAR, musical_guest__song_performed_ VARCHAR)
SELECT COUNT(inaug) FROM table_name_96 WHERE type = "public" AND name = "mei lam estate" AND no_units > 4 OFFSET 156
What is the number of Inaug., when the Type is Public, when the Name is Mei Lam Estate, and when the No Units is larger than 4,156?
CREATE TABLE table_name_96 (inaug VARCHAR, no_units VARCHAR, type VARCHAR, name VARCHAR)
SELECT COUNT(gold) FROM table_name_46 WHERE rank = "6" AND bronze > 0
Gold that has a Rank of 6, and a Bronze larger than 0 had what total number of gold?
CREATE TABLE table_name_46 (gold VARCHAR, rank VARCHAR, bronze VARCHAR)
SELECT SUM(bronze) FROM table_name_67 WHERE nation = "south korea"
What is the sum of the bronze medals won by south korea?
CREATE TABLE table_name_67 (bronze INTEGER, nation VARCHAR)
SELECT song_title FROM table_name_19 WHERE release_date = "12/8/70" AND time = "2:54"
Which song was released 12/8/70 with a time of 2:54?
CREATE TABLE table_name_19 (song_title VARCHAR, release_date VARCHAR, time VARCHAR)
SELECT year_clubhouse_constructed FROM table_name_3 WHERE sign_in_bicker = "bicker" AND name = "cannon club"
When was the Clubhouse built with a Sign-in/Bicker of bicker, and Named cannon club?
CREATE TABLE table_name_3 (year_clubhouse_constructed VARCHAR, sign_in_bicker VARCHAR, name VARCHAR)
SELECT score FROM table_name_30 WHERE date = "nov 28"
What is Score, when Date is "Nov 28"?
CREATE TABLE table_name_30 (score VARCHAR, date VARCHAR)
SELECT computing_mechanism FROM table_13636_1 WHERE first_operational = "February 1944"
what's the computing mechanbeingm with first operational being february 1944
CREATE TABLE table_13636_1 (computing_mechanism VARCHAR, first_operational VARCHAR)
SELECT COUNT(geo_id) FROM table_name_28 WHERE water__sqmi_ > 0.587 AND township = "riggin" AND ansi_code > 1759257
What is the number of GEO IDs for areas in Riggin township with water area over 0.587 sq mi and ANSI codes over 1759257?
CREATE TABLE table_name_28 (geo_id VARCHAR, ansi_code VARCHAR, water__sqmi_ VARCHAR, township VARCHAR)
SELECT AVG(draws) FROM table_name_23 WHERE goals_against > 30
When the goals against were higher than 30, what was the average number of draws?
CREATE TABLE table_name_23 (draws INTEGER, goals_against INTEGER)
SELECT position FROM table_name_14 WHERE overall < 64 AND round = 1
Which position has an Overall smaller than 64, and a Round of 1?
CREATE TABLE table_name_14 (position VARCHAR, overall VARCHAR, round VARCHAR)
SELECT section FROM table_name_8 WHERE position = "6th"
Which section is in the 6th position?
CREATE TABLE table_name_8 (section VARCHAR, position VARCHAR)
SELECT height FROM table_28062822_3 WHERE represent = 1
What was the height of representative #1?
CREATE TABLE table_28062822_3 (height VARCHAR, represent VARCHAR)
SELECT sail_number FROM table_25561560_3 WHERE yacht = "Two True"
What was the sail number of Two True?
CREATE TABLE table_25561560_3 (sail_number VARCHAR, yacht VARCHAR)
SELECT name FROM table_name_9 WHERE regional_county_municipality = "d'autray" AND code < 52017
What is the name for the regional county municipality of d'autray and a code less than 52017?
CREATE TABLE table_name_9 (name VARCHAR, regional_county_municipality VARCHAR, code VARCHAR)
SELECT MAX(match2) FROM table_24538140_2 WHERE match4 = 0 AND total = 5
What is the highest score for match 2 where the score for match 4 is 0 and the total score is 5?
CREATE TABLE table_24538140_2 (match2 INTEGER, match4 VARCHAR, total VARCHAR)
SELECT school FROM table_name_32 WHERE county = "45 lake" AND location = "merrillville"
What school is from 45 Lake county and is located in Merrillville?
CREATE TABLE table_name_32 (school VARCHAR, county VARCHAR, location VARCHAR)
SELECT home FROM table_name_53 WHERE date = "december 21"
Who is the home team of the game on December 21?
CREATE TABLE table_name_53 (home VARCHAR, date VARCHAR)
SELECT league AS Cup FROM table_name_20 WHERE fa_cup = "0 13 0 (49)"
What is the value for the League Cup when the FA Cup value is 0 13 0 (49)?
CREATE TABLE table_name_20 (league VARCHAR, fa_cup VARCHAR)
SELECT MAX(_percentage_identity_to_c7orf38) FROM table_26957063_3 WHERE genus_ & _species = "Mus musculus"
What is the % identity to C7orf38 of the animal whose genus & species is Mus Musculus?
CREATE TABLE table_26957063_3 (_percentage_identity_to_c7orf38 INTEGER, genus_ VARCHAR, _species VARCHAR)
SELECT circuit FROM table_name_16 WHERE championship = "2001 nascar winston cup series"
The 2001 NASCAR Winston Cup Series championship has what has a circuit?
CREATE TABLE table_name_16 (circuit VARCHAR, championship VARCHAR)
SELECT status FROM table_name_67 WHERE census_ranking = "2,418 of 5,008"
What is the status of the community with a census ranking of 2,418 of 5,008?
CREATE TABLE table_name_67 (status VARCHAR, census_ranking VARCHAR)
SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = "5634"
What is the total number of schools founded that have an enrollment of 5634?
CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR)
SELECT home_team FROM table_name_23 WHERE tie_no = "27"
What team was the home team when the tie no was 27?
CREATE TABLE table_name_23 (home_team VARCHAR, tie_no VARCHAR)
SELECT baltimore_group FROM table_name_27 WHERE family = "togaviridae"
Which Baltimore group is of the togaviridae family?
CREATE TABLE table_name_27 (baltimore_group VARCHAR, family VARCHAR)
SELECT MIN(league_cup) FROM table_18254488_2 WHERE player = "Koki Mizuno"
When koki mizuno is the player what is the lowest league cup?
CREATE TABLE table_18254488_2 (league_cup INTEGER, player VARCHAR)
SELECT percentage_lost FROM table_name_93 WHERE starting_weight__kg_ > 102 AND weight_lost__kg_ = 46.9
What is the Percentage Lost for the contestant with a starting weight above 102 kg who lost 46.9 kg?
CREATE TABLE table_name_93 (percentage_lost VARCHAR, starting_weight__kg_ VARCHAR, weight_lost__kg_ VARCHAR)
SELECT opponent FROM table_name_42 WHERE surface = "hard"
What person was played against when the playing surface was hard?
CREATE TABLE table_name_42 (opponent VARCHAR, surface VARCHAR)
SELECT ihsaa_class FROM table_name_82 WHERE _number___county = "18 delaware" AND mascot = "tigers"
Name the IHSAA class with county 18 delaware and tigers mascot
CREATE TABLE table_name_82 (ihsaa_class VARCHAR, _number___county VARCHAR, mascot VARCHAR)
SELECT MIN(week) FROM table_26401898_2 WHERE final_score = "L 26–42"
Name the least week for l 26–42
CREATE TABLE table_26401898_2 (week INTEGER, final_score VARCHAR)
SELECT ncbi_accession_number__mrna_protein_ FROM table_name_63 WHERE species = "homo sapiens"
What is the NCBI Accession Number (mRNA/Protein) for the homo sapiens Species?
CREATE TABLE table_name_63 (ncbi_accession_number__mrna_protein_ VARCHAR, species VARCHAR)
SELECT title FROM table_name_2 WHERE year = 2005
Name the title for 2005
CREATE TABLE table_name_2 (title VARCHAR, year VARCHAR)
SELECT results FROM table_13657749_2 WHERE gto_winning_team = "Peter Gregg Hurley Haywood"
What is Peter Gregg Hurley Haywood's results?
CREATE TABLE table_13657749_2 (results VARCHAR, gto_winning_team VARCHAR)
SELECT tournament FROM table_name_88 WHERE 2011 = "1r"
Which tournament has a 2011 of 1r?
CREATE TABLE table_name_88 (tournament VARCHAR)
SELECT date FROM table_name_50 WHERE opposing_teams = "france"
What is the date when France is the opposing team?
CREATE TABLE table_name_50 (date VARCHAR, opposing_teams VARCHAR)
SELECT score FROM table_name_62 WHERE home = "grizzlies" AND leading_scorer = "rudy gay (18)"
Which score has a Home of grizzlies, and a Leading scorer of rudy gay (18)?
CREATE TABLE table_name_62 (score VARCHAR, home VARCHAR, leading_scorer VARCHAR)
SELECT term_start FROM table_name_12 WHERE term_end = "1919" AND date_of_birth = "january 8, 1859"
When was the start of the leader's term who was born on January 8, 1859 and whose term ended in 1919?
CREATE TABLE table_name_12 (term_start VARCHAR, term_end VARCHAR, date_of_birth VARCHAR)
SELECT prize FROM table_name_90 WHERE winner = "aaron gustavson"
What is the Prize, when the Winner is Aaron Gustavson?
CREATE TABLE table_name_90 (prize VARCHAR, winner VARCHAR)
SELECT result FROM table_name_91 WHERE attendance = "25,000"
What were the Results for 25,000 Attendance?
CREATE TABLE table_name_91 (result VARCHAR, attendance VARCHAR)
SELECT AVG(erp_w) FROM table_name_59 WHERE call_sign = "k248bj" AND frequency_mhz > 97.5
What is the ERP W for the station whose call sign is K248BJ and whose frequency MHz is higher than 97.5?
CREATE TABLE table_name_59 (erp_w INTEGER, call_sign VARCHAR, frequency_mhz VARCHAR)
SELECT release_date FROM table_name_45 WHERE release_title = "martial law: take out"
What is the release date of Martial Law: Take Out?
CREATE TABLE table_name_45 (release_date VARCHAR, release_title VARCHAR)
SELECT district FROM table_1341843_19 WHERE incumbent = "F. Edward Hebert"
What district is F. Edward Hebert the incumbent in?
CREATE TABLE table_1341843_19 (district VARCHAR, incumbent VARCHAR)
SELECT salary FROM salary WHERE YEAR = 2001 ORDER BY salary DESC LIMIT 3
List the 3 highest salaries of the players in 2001?
CREATE TABLE salary (salary VARCHAR, YEAR VARCHAR)
SELECT points FROM table_24998088_1 WHERE position = "8th"
what were his points when he was in 8th position?
CREATE TABLE table_24998088_1 (points VARCHAR, position VARCHAR)
SELECT score FROM table_name_1 WHERE outcome = "runner-up" AND partner = "elizabeth little"
What is the Score with an Outcome of runner-up, and a Partner that is elizabeth little?
CREATE TABLE table_name_1 (score VARCHAR, outcome VARCHAR, partner VARCHAR)
SELECT title FROM albums
List every album's title.
CREATE TABLE albums (title VARCHAR)
SELECT MAX(viewers) FROM table_27994983_8 WHERE draw = 3
How many viewers are the when the draw is 3?
CREATE TABLE table_27994983_8 (viewers INTEGER, draw VARCHAR)
SELECT T2.customer_name FROM mailshot_customers AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE outcome_code = 'Order' GROUP BY T1.customer_id HAVING COUNT(*) >= 2
Show the names of customers who have at least 2 mailshots with outcome code 'Order'.
CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE mailshot_customers (customer_id VARCHAR)
SELECT COUNT(rank) FROM table_name_35 WHERE time = "8:23.02"
What is the Rank of the rower with a Time of 8:23.02?
CREATE TABLE table_name_35 (rank VARCHAR, time VARCHAR)
SELECT MIN(poles) FROM table_name_61 WHERE wins = 0 AND top_5 = 0 AND position = "66th"
What is the lowest poles that have 0 as a win, 0 as the top 5, with 66th as the postion?
CREATE TABLE table_name_61 (poles INTEGER, position VARCHAR, wins VARCHAR, top_5 VARCHAR)
SELECT local_name FROM table_name_36 WHERE network = "tvn"
Which Local name has a Network of tvn?
CREATE TABLE table_name_36 (local_name VARCHAR, network VARCHAR)
SELECT COUNT(home_games) FROM table_28884858_1 WHERE average_attendance = 79475
How many home games are listed when the average attendance is 79475?
CREATE TABLE table_28884858_1 (home_games VARCHAR, average_attendance VARCHAR)
SELECT 2012 FROM table_name_47 WHERE 2008 = "grand slam tournaments"
Which 2012 has a 2008 of grand slam tournaments?
CREATE TABLE table_name_47 (Id VARCHAR)
SELECT name FROM student WHERE NOT id IN (SELECT T1.id FROM takes AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.dept_name = 'Biology')
Find the name of students who didn't take any course from Biology department.
CREATE TABLE student (name VARCHAR, id VARCHAR); CREATE TABLE course (course_id VARCHAR, dept_name VARCHAR); CREATE TABLE takes (id VARCHAR, course_id VARCHAR)
SELECT save FROM table_name_76 WHERE loss = "santiago (2–2)"
What's the save when the loss was santiago (2–2)?
CREATE TABLE table_name_76 (save VARCHAR, loss VARCHAR)
SELECT silver FROM table_name_5 WHERE bronze = "hong chia-yuh"
Who won the silver medal in the games where Hong Chia-yuh took home bronze?
CREATE TABLE table_name_5 (silver VARCHAR, bronze VARCHAR)
SELECT COUNT(points) FROM table_name_71 WHERE draw = 4
What is the total number of points when draw is 4?
CREATE TABLE table_name_71 (points VARCHAR, draw VARCHAR)
SELECT grid FROM table_name_85 WHERE driver = "johnny dumfries"
Which Grid has a Driver of johnny dumfries?
CREATE TABLE table_name_85 (grid VARCHAR, driver VARCHAR)
SELECT MAX(lead_pitch_mm) FROM table_name_13 WHERE part_number = "tsop24/28"
Which Lead Pitch/mm has a Part Number of tsop24/28?
CREATE TABLE table_name_13 (lead_pitch_mm INTEGER, part_number VARCHAR)
SELECT opposing_teams FROM table_name_35 WHERE against = 20 AND venue = "twickenham , london"
What is Opposing Teams, when Against is "20", and when Venue is "Twickenham , London"?
CREATE TABLE table_name_35 (opposing_teams VARCHAR, against VARCHAR, venue VARCHAR)
SELECT MIN(game) FROM table_name_97 WHERE high_assists = "s. threatt (9)"
Which Game has High assists of s. threatt (9)?
CREATE TABLE table_name_97 (game INTEGER, high_assists VARCHAR)
SELECT language FROM table_2509350_3 WHERE el_villar_municipality = 1264
Name the language for el villar 1264
CREATE TABLE table_2509350_3 (language VARCHAR, el_villar_municipality VARCHAR)
SELECT open_cup FROM table_1243601_1 WHERE year = "2004"
What was the open cup results in 2004?
CREATE TABLE table_1243601_1 (open_cup VARCHAR, year VARCHAR)
SELECT year FROM table_name_58 WHERE edition = "41st"
Which Year has an Edition of 41st?
CREATE TABLE table_name_58 (year VARCHAR, edition VARCHAR)
SELECT player FROM table_name_5 WHERE position = "sg" AND jersey_number_s_ = "20"
Who wears the jersey number 20 and has the position of SG?
CREATE TABLE table_name_5 (player VARCHAR, position VARCHAR, jersey_number_s_ VARCHAR)
SELECT high_assists FROM table_name_71 WHERE high_points = "andrew bynum (23)"
What high assists has the high points of andrew bynum (23)?
CREATE TABLE table_name_71 (high_assists VARCHAR, high_points VARCHAR)
SELECT date FROM table_name_45 WHERE venue = "estadio alejandro villanueva" AND season > 2003 AND competition_round = "torneo apertura" AND winner = "universitario"
On what date did Universitario win the Torneo Apertura round after 2003 at Estadio Alejandro Villanueva?
CREATE TABLE table_name_45 (date VARCHAR, winner VARCHAR, competition_round VARCHAR, venue VARCHAR, season VARCHAR)
SELECT position FROM table_name_44 WHERE school = "washington"
What is the position of the player for Washington school?
CREATE TABLE table_name_44 (position VARCHAR, school VARCHAR)
SELECT location FROM table_name_5 WHERE name_of_system = "atm (1880–1911) geta (1911–1944)" AND traction_type = "electric"
At what location did the event that used electric traction and system name ATM (1880–1911) GETA (1911–1944) occur?
CREATE TABLE table_name_5 (location VARCHAR, name_of_system VARCHAR, traction_type VARCHAR)
SELECT score FROM table_name_4 WHERE home_team = "wolverhampton wanderers"
What's the score when the Wolverhampton Wanderers played at home?
CREATE TABLE table_name_4 (score VARCHAR, home_team VARCHAR)
SELECT change___percentage_ FROM table_26321719_1 WHERE area__km²_ = "1835.01"
What is every value for change% for area of 1835.01?
CREATE TABLE table_26321719_1 (change___percentage_ VARCHAR, area__km²_ VARCHAR)
SELECT catalog FROM table_name_28 WHERE format = "lp" AND date = "april 12, 1968"
From what catalog was the release that happened on April 12, 1968, and in LP format?
CREATE TABLE table_name_28 (catalog VARCHAR, format VARCHAR, date VARCHAR)
SELECT COUNT(crowd) FROM table_name_21 WHERE away_team = "footscray"
What was the crowd size for the game where Footscray was the away team?
CREATE TABLE table_name_21 (crowd VARCHAR, away_team VARCHAR)
SELECT away_team AS score FROM table_name_67 WHERE home_team = "south melbourne"
What was home team South Melbourne's opponents score?
CREATE TABLE table_name_67 (away_team VARCHAR, home_team VARCHAR)
SELECT partner FROM table_name_29 WHERE score = "6–1, 6–4"
Who is the partner with a score of 6–1, 6–4?
CREATE TABLE table_name_29 (partner VARCHAR, score VARCHAR)
SELECT name, open_year FROM manufacturer WHERE num_of_shops > 10 OR Num_of_Factories < 10
Give me the name and year of opening of the manufacturers that have either less than 10 factories or more than 10 shops.
CREATE TABLE manufacturer (name VARCHAR, open_year VARCHAR, num_of_shops VARCHAR, Num_of_Factories VARCHAR)
SELECT COUNT(position) FROM table_2840500_1 WHERE nationality = "Czech Republic"
How many positions does the draft pick whose nationality is Czech Republic play?
CREATE TABLE table_2840500_1 (position VARCHAR, nationality VARCHAR)
SELECT score FROM table_name_73 WHERE home_team = "stockport county"
What was the score when the home team was Stockport County?
CREATE TABLE table_name_73 (score VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_17 WHERE internet_explorer = "62.2%"
What is the date when internet explorer was 62.2%
CREATE TABLE table_name_17 (date VARCHAR, internet_explorer VARCHAR)
SELECT airport FROM table_name_61 WHERE icao = "rpvi"
Which airport's ICAO is rpvi?
CREATE TABLE table_name_61 (airport VARCHAR, icao VARCHAR)
SELECT COUNT(*), Grape FROM WINE GROUP BY Grape
What are the numbers of wines for different grapes?
CREATE TABLE WINE (Grape VARCHAR)