answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT MIN(rank) FROM table_name_76 WHERE name = "noriko inada"
What's the smallest rank of noriko inada?
CREATE TABLE table_name_76 (rank INTEGER, name VARCHAR)
SELECT COUNT(rank) FROM table_name_21 WHERE lane = 5
What is the rank # of the swimmer in Lane 5?
CREATE TABLE table_name_21 (rank VARCHAR, lane VARCHAR)
SELECT COUNT(try_bonus) FROM table_13564637_3 WHERE won = "11"
what amount of try bonus where the game was won by 11?
CREATE TABLE table_13564637_3 (try_bonus VARCHAR, won VARCHAR)
SELECT MIN(laps) FROM table_name_99 WHERE start = "19"
What was the lowest lap with the ranking of 19?
CREATE TABLE table_name_99 (laps INTEGER, start VARCHAR)
SELECT date FROM table_name_50 WHERE site = "michigan stadium • ann arbor, mi"
What date was the Site michigan stadium • ann arbor, mi?
CREATE TABLE table_name_50 (date VARCHAR, site VARCHAR)
SELECT AVG(total) FROM table_name_34 WHERE year_s__won = "1988"
What total average has 1988 has the year (s) won?
CREATE TABLE table_name_34 (total INTEGER, year_s__won VARCHAR)
SELECT COUNT(team) FROM table_23249053_11 WHERE high_points = "Vince Carter (24)"
When vince carter (24) has the highest points how many teams are there?
CREATE TABLE table_23249053_11 (team VARCHAR, high_points VARCHAR)
SELECT score FROM table_name_45 WHERE player = "bob tway"
What was the two-round score for Bob Tway?
CREATE TABLE table_name_45 (score VARCHAR, player VARCHAR)
SELECT SUM(attendance) FROM table_name_61 WHERE visitor = "chicago"
What was the total Attendance for Games while Chicago was the visiting Team?
CREATE TABLE table_name_61 (attendance INTEGER, visitor VARCHAR)
SELECT title FROM table_name_28 WHERE language = "portuguese"
Which title is in Portuguese?
CREATE TABLE table_name_28 (title VARCHAR, language VARCHAR)
SELECT penanced FROM table_name_48 WHERE total = "7666"
How many were penanced for a total of 7666?
CREATE TABLE table_name_48 (penanced VARCHAR, total VARCHAR)
SELECT COUNT(crowd) FROM table_name_67 WHERE away_team = "geelong"
How many people in the crowd with Away team of geelong?
CREATE TABLE table_name_67 (crowd VARCHAR, away_team VARCHAR)
SELECT MIN(losses) FROM table_name_68 WHERE draws = 0 AND wins < 4 AND byes < 0
What is the lowest losses for a team that has 0 draws, fewer than 4 wins, and no Byes?
CREATE TABLE table_name_68 (losses INTEGER, byes VARCHAR, draws VARCHAR, wins VARCHAR)
SELECT player FROM table_name_34 WHERE transfer_fee = "£750,000 [x]"
Which Player has a Transfer fee of £750,000 [x]?
CREATE TABLE table_name_34 (player VARCHAR, transfer_fee VARCHAR)
SELECT player FROM table_name_12 WHERE to_par = "+5" AND score = 70 - 70 - 71 - 74 = 285
What Player has a To par of +5 with a Score of 70-70-71-74=285?
CREATE TABLE table_name_12 (player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT township FROM table_18600760_19 WHERE land___sqmi__ = "32.222"
what is the name of the townships with 32.222 land
CREATE TABLE table_18600760_19 (township VARCHAR, land___sqmi__ VARCHAR)
SELECT surface FROM table_name_78 WHERE opponent = "malek jaziri"
On what Surface was the match against Malek Jaziri played?
CREATE TABLE table_name_78 (surface VARCHAR, opponent VARCHAR)
SELECT chassis FROM table_28190534_1 WHERE driver = "B. Bira"
Name the chassis for b. bira
CREATE TABLE table_28190534_1 (chassis VARCHAR, driver VARCHAR)
SELECT COUNT(cashes) FROM table_name_97 WHERE match_play < 13 AND events = 7
Which Cashes has a Match Play smaller than 13, and a Events of 7?
CREATE TABLE table_name_97 (cashes VARCHAR, match_play VARCHAR, events VARCHAR)
SELECT date FROM table_name_96 WHERE away_team = "geelong"
What day was geelong the away side?
CREATE TABLE table_name_96 (date VARCHAR, away_team VARCHAR)
SELECT record FROM table_11391448_2 WHERE week = 7
What was the record at week 7
CREATE TABLE table_11391448_2 (record VARCHAR, week VARCHAR)
SELECT gymnast FROM table_18662026_10 WHERE parallel_bars = "16.150"
If the parallel bars is 16.150, who is the gymnast?
CREATE TABLE table_18662026_10 (gymnast VARCHAR, parallel_bars VARCHAR)
SELECT ergative FROM table_name_85 WHERE dative = "chem-s"
With chem-s as the dative, what is the ergative?
CREATE TABLE table_name_85 (ergative VARCHAR, dative VARCHAR)
SELECT region FROM table_name_1 WHERE host = "university of southern california"
What region is the host university of southern california located?
CREATE TABLE table_name_1 (region VARCHAR, host VARCHAR)
SELECT builder FROM table_name_83 WHERE length = "42.8 m" AND delivery = 2007
Who built the ship that is 42.8 m long and was delivered in 2007?
CREATE TABLE table_name_83 (builder VARCHAR, length VARCHAR, delivery VARCHAR)
SELECT tie_no FROM table_name_28 WHERE away_team = "altrincham"
Which Tie no that has an Away team of altrincham?
CREATE TABLE table_name_28 (tie_no VARCHAR, away_team VARCHAR)
SELECT term_start FROM table_name_94 WHERE party = "meretz"
What's the term start date for Meretz?
CREATE TABLE table_name_94 (term_start VARCHAR, party VARCHAR)
SELECT college FROM table_16376436_1 WHERE player = "Leon Perry"
Which college did Leon Perry attend?
CREATE TABLE table_16376436_1 (college VARCHAR, player VARCHAR)
SELECT T2.dept_store_id, T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.department_name = "marketing" INTERSECT SELECT T2.dept_store_id, T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.de...
What is the id and name of the department store that has both marketing and managing department?
CREATE TABLE department_stores (dept_store_id VARCHAR, store_name VARCHAR); CREATE TABLE departments (dept_store_id VARCHAR, department_name VARCHAR)
SELECT no_in_series FROM table_23242958_1 WHERE written_by = "David Zuckerman"
What number episode in the series was written by David Zuckerman?
CREATE TABLE table_23242958_1 (no_in_series VARCHAR, written_by VARCHAR)
SELECT status FROM table_name_93 WHERE area_km_2 > 303.73
What is Status, when Area km 2 is greater than 303.73?
CREATE TABLE table_name_93 (status VARCHAR, area_km_2 INTEGER)
SELECT incumbent FROM table_1342013_20 WHERE first_elected = 1944
Who is the incumbent first elected in 1944?
CREATE TABLE table_1342013_20 (incumbent VARCHAR, first_elected VARCHAR)
SELECT COUNT(television_station) FROM table_2879165_1 WHERE ioc_code = "MAS"
How many television station listings have a ioc code as mas?
CREATE TABLE table_2879165_1 (television_station VARCHAR, ioc_code VARCHAR)
SELECT chinese_name FROM table_17964087_2 WHERE romanised_name = "Chan Chi-yuen, Paul"
What is the chinese name for whom chan chi-yuen, paul is listed as the romanised name?
CREATE TABLE table_17964087_2 (chinese_name VARCHAR, romanised_name VARCHAR)
SELECT SUM(year) FROM table_name_68 WHERE entrant = "scuderia ferrari" AND chassis = "ferrari 312/66"
What was the sum of the years, when the entrant was Scuderia Ferrari, and when the Chassis was Ferrari 312/66?
CREATE TABLE table_name_68 (year INTEGER, entrant VARCHAR, chassis VARCHAR)
SELECT position FROM table WHERE player = Chivu
Name the position for chivu
CREATE TABLE table (position VARCHAR, player VARCHAR, Chivu VARCHAR)
SELECT DISTINCT T1.Address FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Germany"
Find the address of all customers that live in Germany and have invoice.
CREATE TABLE INVOICE (CustomerId VARCHAR); CREATE TABLE CUSTOMER (Address VARCHAR, CustomerId VARCHAR, country VARCHAR)
SELECT to_par FROM table_name_52 WHERE money___£__ = "40,850" AND score = 72 - 74 - 70 - 70 = 286
What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?
CREATE TABLE table_name_52 (to_par VARCHAR, money___£__ VARCHAR, score VARCHAR)
SELECT COUNT(byes) FROM table_name_67 WHERE draws < 1 AND wins < 8
What is the total number of byes associated with fewer than 8 wins and fewer than 1 draw?
CREATE TABLE table_name_67 (byes VARCHAR, draws VARCHAR, wins VARCHAR)
SELECT title FROM table_name_68 WHERE audience = "4.629.000"
Which title had an audience of 4.629.000?
CREATE TABLE table_name_68 (title VARCHAR, audience VARCHAR)
SELECT COUNT(draw) FROM table_name_64 WHERE performer = "miranda" AND points < 48
What is the total number of draws for songs performed by Miranda with fewer than 48 points?
CREATE TABLE table_name_64 (draw VARCHAR, performer VARCHAR, points VARCHAR)
SELECT COUNT(_percentage_2001) FROM table_name_32 WHERE seats_2001 = 7
What is the sum of % for 2001 if 2001 seats equals 7?
CREATE TABLE table_name_32 (_percentage_2001 VARCHAR, seats_2001 VARCHAR)
SELECT total_time_hours AS :minutes FROM table_14125006_1 WHERE number = 17
How long was the walk numbered at 17?
CREATE TABLE table_14125006_1 (total_time_hours VARCHAR, number VARCHAR)
SELECT 2010 FROM table_name_19 WHERE 2009 = "0" AND tournament = "finals"
WHAT IS THE 2010 PERFORMANCE THAT HAD 2009 0F 0, AND FINALS TOURNAMENT?
CREATE TABLE table_name_19 (tournament VARCHAR)
SELECT COUNT(*) FROM player WHERE birth_country = 'USA' AND bats = 'R'
How many players born in USA are right-handed batters? That is, have the batter value 'R'.
CREATE TABLE player (birth_country VARCHAR, bats VARCHAR)
SELECT MAX(attendance) FROM table_name_75 WHERE opponent = "tigers" AND loss = "leiter (0-1)"
What is the largest attendance that has tigers as the opponent and a loss of leiter (0-1)?
CREATE TABLE table_name_75 (attendance INTEGER, opponent VARCHAR, loss VARCHAR)
SELECT COUNT(*) FROM film
How many film are there?
CREATE TABLE film (Id VARCHAR)
SELECT coach FROM table_name_67 WHERE city = "al farwaniyah"
Who coached for al farwaniyah?
CREATE TABLE table_name_67 (coach VARCHAR, city VARCHAR)
SELECT reporters FROM table_22583466_5 WHERE year = 1977
Who were the reporters for the 1977 Belmont Stakes?
CREATE TABLE table_22583466_5 (reporters VARCHAR, year VARCHAR)
SELECT player FROM table_name_83 WHERE round > 9 AND overall = 464
Which player was drafted after round 9 and number 464 overall?
CREATE TABLE table_name_83 (player VARCHAR, round VARCHAR, overall VARCHAR)
SELECT AVG(grid) FROM table_name_5 WHERE time_retired = "+6.077" AND laps < 26
What was the grid associated with under 26 laps and a Time/Retired of +6.077?
CREATE TABLE table_name_5 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
SELECT sign_of_zodiac FROM table_name_58 WHERE in_malayalam = "മീനം"
WHAT IS THE SIGN OF ZODIAC OF മീനം?
CREATE TABLE table_name_58 (sign_of_zodiac VARCHAR, in_malayalam VARCHAR)
SELECT winner FROM table_21330550_2 WHERE location = "LJVM Coliseum • Winston-Salem, NC"
Who is the winner in the location of ljvm coliseum • winston-salem, nc?
CREATE TABLE table_21330550_2 (winner VARCHAR, location VARCHAR)
SELECT T1.id, T1.score, T1.date FROM game AS T1 JOIN injury_accident AS T2 ON T2.game_id = T1.id GROUP BY T1.id HAVING COUNT(*) >= 2
What are the ids, scores, and dates of the games which caused at least two injury accidents?
CREATE TABLE game (id VARCHAR, score VARCHAR, date VARCHAR); CREATE TABLE injury_accident (game_id VARCHAR)
SELECT high_points FROM table_27312918_5 WHERE game = 5
Who got the most points in game number 5?
CREATE TABLE table_27312918_5 (high_points VARCHAR, game VARCHAR)
SELECT club FROM table_name_8 WHERE lost = "9" AND tries_for = "55"
What is the Club, when the value for Lost is 9, and when the value for Tries is 55?
CREATE TABLE table_name_8 (club VARCHAR, lost VARCHAR, tries_for VARCHAR)
SELECT uni_number FROM table_name_40 WHERE surname = "ough"
Which Uni # has a Surname of ough?
CREATE TABLE table_name_40 (uni_number VARCHAR, surname VARCHAR)
SELECT title FROM table_name_37 WHERE length = "3:43"
Which title is 3:43 long?
CREATE TABLE table_name_37 (title VARCHAR, length VARCHAR)
SELECT reserved_for___sc___st__none_ FROM table_name_65 WHERE constituency_number = "228"
What is reserved for the constituency of 228?
CREATE TABLE table_name_65 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR)
SELECT player FROM table_name_96 WHERE score = 70
Which player had a score of 70?
CREATE TABLE table_name_96 (player VARCHAR, score VARCHAR)
SELECT player FROM table_name_71 WHERE goals > 10 AND debut_year < 1993 AND years_at_club = "1990–1993"
Which Player has Goals larger than 10, and a Debut year smaller than 1993, and Years at club of 1990–1993?
CREATE TABLE table_name_71 (player VARCHAR, years_at_club VARCHAR, goals VARCHAR, debut_year VARCHAR)
SELECT home FROM table_name_87 WHERE date = "january 13"
Which home team was playing on January 13?
CREATE TABLE table_name_87 (home VARCHAR, date VARCHAR)
SELECT country FROM table_name_12 WHERE to_par = "+1" AND score = 74 - 70 - 70 = 214
What is the Country of the Player with a To par of +1 and a Score of 74-70-70=214?
CREATE TABLE table_name_12 (country VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT title FROM film WHERE rating = 'R'
What are all the movies rated as R? List the titles.
CREATE TABLE film (title VARCHAR, rating VARCHAR)
SELECT type FROM table_name_59 WHERE location = "justus lipsius building, brussels" AND year = 2012 AND president = "herman van rompuy (1st term)" AND date = "23 may"
What is the Type with a Location with justus lipsius building, brussels, and a Year of 2012, and a President with herman van rompuy (1st term), and a Date with 23 may?
CREATE TABLE table_name_59 (type VARCHAR, date VARCHAR, president VARCHAR, location VARCHAR, year VARCHAR)
SELECT result FROM table_name_84 WHERE goal < 4 AND date = "16 october 2012"
What is the result of the match on 16 October 2012 with less than 4 goals?
CREATE TABLE table_name_84 (result VARCHAR, goal VARCHAR, date VARCHAR)
SELECT drawn FROM table_name_54 WHERE percentage = "100.00%" AND played = 7
how many draws are there when percentage is 100.00% and played is 7?
CREATE TABLE table_name_54 (drawn VARCHAR, percentage VARCHAR, played VARCHAR)
SELECT tournament FROM table_name_71 WHERE career_sr = "0 / 5" AND 1983 = "a"
What tournament has 0 / 5 as career SR and A as 1983?
CREATE TABLE table_name_71 (tournament VARCHAR, career_sr VARCHAR)
SELECT cuts_made FROM table_name_53 WHERE top_5 < 3 AND top_25 < 6 AND events = 10
Which Cuts made has a Top-5 smaller than 3, and a Top-25 smaller than 6, and an Events of 10?
CREATE TABLE table_name_53 (cuts_made VARCHAR, events VARCHAR, top_5 VARCHAR, top_25 VARCHAR)
SELECT opponent_in_the_final FROM table_name_29 WHERE score_in_the_final = "6–2, 3–6, 4–6"
Tell me the opponent for 6–2, 3–6, 4–6
CREATE TABLE table_name_29 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR)
SELECT opponent FROM table_name_67 WHERE location_attendance = "mellon arena - 17,132"
What is Opponent, when Location/Attendance is "Mellon Arena - 17,132"?
CREATE TABLE table_name_67 (opponent VARCHAR, location_attendance VARCHAR)
SELECT clubs_remaining FROM table_29566686_1 WHERE winners_from_previous_round = 4
How many clubs remained when there were 4 winners from the previous round?
CREATE TABLE table_29566686_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR)
SELECT MIN(date) FROM table_name_24 WHERE surface = "clay" AND score = "0–6, 3–6"
When was his first game on a clay surface where he scored 0–6, 3–6?
CREATE TABLE table_name_24 (date INTEGER, surface VARCHAR, score VARCHAR)
SELECT MIN(weight) FROM cars_data WHERE cylinders = 8 AND year = 1974
What is the smallest weight of the car produced with 8 cylinders on 1974 ?
CREATE TABLE cars_data (weight INTEGER, cylinders VARCHAR, year VARCHAR)
SELECT SUM(lane) FROM table_name_73 WHERE time = "24.83" AND heat < 11
What lane has a time of 24.83 and a heat less than 11?
CREATE TABLE table_name_73 (lane INTEGER, time VARCHAR, heat VARCHAR)
SELECT surplus_deficit_ FROM table_name_88 WHERE expenditure > 45.8 AND year < 2011 AND _percentage_gdp = "(0.9%)"
Which Surplus(Deficit) has an Expenditure larger than 45.8, and a Year smaller than 2011, and a % GDP of (0.9%)?
CREATE TABLE table_name_88 (surplus_deficit_ VARCHAR, _percentage_gdp VARCHAR, expenditure VARCHAR, year VARCHAR)
SELECT transaction_type, COUNT(*) FROM Financial_transactions GROUP BY transaction_type
Show the transaction type and the number of transactions.
CREATE TABLE Financial_transactions (transaction_type VARCHAR)
SELECT COUNT(stroke_count) FROM table_name_57 WHERE radical__variants_ = "生" AND frequency < 22
WHAT IS THE STROKE COUNT WITH RADICAL OF 生, FRQUENCY SMALLER THAN 22?
CREATE TABLE table_name_57 (stroke_count VARCHAR, radical__variants_ VARCHAR, frequency VARCHAR)
SELECT release_date FROM table_name_81 WHERE title = "sniffles and the bookworm"
When was sniffles and the bookworm released?
CREATE TABLE table_name_81 (release_date VARCHAR, title VARCHAR)
SELECT Industry, COUNT(*) FROM Companies GROUP BY Industry
Please show each industry and the corresponding number of companies in that industry.
CREATE TABLE Companies (Industry VARCHAR)
SELECT gender FROM table_name_53 WHERE area = "swannanoa"
What Gender has the area of swannanoa?
CREATE TABLE table_name_53 (gender VARCHAR, area VARCHAR)
SELECT manner_of_departure FROM table_22848931_3 WHERE date_of_vacancy = "1 December 2009"
Name the manner of departure for 1 december 2009
CREATE TABLE table_22848931_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
SELECT MAX(padilla_municipality) FROM table_2509350_3 WHERE language = "Quechua"
Name the most padilla municipality for quechua
CREATE TABLE table_2509350_3 (padilla_municipality INTEGER, language VARCHAR)
SELECT category FROM table_name_95 WHERE result = "nominated" AND award = "drama desk award" AND nominee = "nathan lane"
What is Category, when Result is "Nominated", when Award is "Drama Desk Award", and when Nominee is "Nathan Lane"?
CREATE TABLE table_name_95 (category VARCHAR, nominee VARCHAR, result VARCHAR, award VARCHAR)
SELECT SUM(hoursperweek), SUM(gamesplayed) FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.age < 20
Show total hours per week and number of games played for students under 20.
CREATE TABLE Student (StuID VARCHAR, age INTEGER); CREATE TABLE Sportsinfo (StuID VARCHAR)
SELECT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.sex = "F" GROUP BY t1.clubname ORDER BY COUNT(*) DESC LIMIT 1
Find the name of the club that has the most female students.
CREATE TABLE student (stuid VARCHAR, sex VARCHAR); CREATE TABLE member_of_club (clubid VARCHAR, stuid VARCHAR); CREATE TABLE club (clubname VARCHAR, clubid VARCHAR)
SELECT viewers__millions_ FROM table_17901155_4 WHERE no_in_season = 6
How many million viewers watched episode 6?
CREATE TABLE table_17901155_4 (viewers__millions_ VARCHAR, no_in_season VARCHAR)
SELECT COUNT(*) FROM customers WHERE state = "CA"
How many customers in state of CA?
CREATE TABLE customers (state VARCHAR)
SELECT nominee FROM table_name_88 WHERE category = "outstanding musical"
Which Nominee has a Category of outstanding musical?
CREATE TABLE table_name_88 (nominee VARCHAR, category VARCHAR)
SELECT date FROM table_name_60 WHERE opponent = "juan mónaco" AND score = "6–2, 4–6, 7–6 (7–3)"
Which date has a Opponent of juan mónaco, and a Score of 6–2, 4–6, 7–6 (7–3)?
CREATE TABLE table_name_60 (date VARCHAR, opponent VARCHAR, score VARCHAR)
SELECT goals FROM table_name_78 WHERE assists = "15" AND player = "joey worthen"
How many goals did Joey Worthen have when he had 15 assists?
CREATE TABLE table_name_78 (goals VARCHAR, assists VARCHAR, player VARCHAR)
SELECT subjunctive FROM table_name_77 WHERE indicative = "se måchan(t)"
What subjunctive has the indicative of se måchan(t)?
CREATE TABLE table_name_77 (subjunctive VARCHAR, indicative VARCHAR)
SELECT MAX(against) FROM table_name_20 WHERE wins < 3 AND losses < 15
What is the highest number listed under against when there were less than 3 wins and less than 15 losses?
CREATE TABLE table_name_20 (against INTEGER, wins VARCHAR, losses VARCHAR)
SELECT MAX(against) FROM table_name_85 WHERE lost < 20 AND draw > 2 AND favour < 11
What is the highest Against where they lost less than 20 games, tied more than 2 of them, and they had Favour less than 11?
CREATE TABLE table_name_85 (against INTEGER, favour VARCHAR, lost VARCHAR, draw VARCHAR)
SELECT location FROM table_name_86 WHERE record = "2-1"
What was the location of the game when the record was 2-1?
CREATE TABLE table_name_86 (location VARCHAR, record VARCHAR)
SELECT country FROM table_name_28 WHERE territory = "french guiana"
What country has a territory of French Guiana?
CREATE TABLE table_name_28 (country VARCHAR, territory VARCHAR)
SELECT COUNT(heat) FROM table_name_4 WHERE mark = "7.63" AND react < 0.229
What is the heat number at 7.63, and a reaction less than 0.229?
CREATE TABLE table_name_4 (heat VARCHAR, mark VARCHAR, react VARCHAR)
SELECT position FROM table_name_45 WHERE pick = 36
What position did pick 36 play?
CREATE TABLE table_name_45 (position VARCHAR, pick VARCHAR)
SELECT competition FROM table_name_49 WHERE goal = 13
What competition has a goal number of 13?
CREATE TABLE table_name_49 (competition VARCHAR, goal VARCHAR)
SELECT institution FROM table_27816698_2 WHERE founded = 1932
Which institution was founded in 1932?
CREATE TABLE table_27816698_2 (institution VARCHAR, founded VARCHAR)