question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What is the abbreviation of the enzyme involved in carbamoyl phosphate synthetase i deficiency?
CREATE TABLE table_name_30 (abb VARCHAR, disorder VARCHAR)
SELECT abb FROM table_name_30 WHERE disorder = "carbamoyl phosphate synthetase i deficiency"
What was the (M) Finishe position when ray kaduck was president and corey bowen was coach?
CREATE TABLE table_name_44 (_m__finishing_position VARCHAR, president VARCHAR, _m__coach VARCHAR)
SELECT _m__finishing_position FROM table_name_44 WHERE president = "ray kaduck" AND _m__coach = "corey bowen"
What was the Browns record after they played the game at the Paul Brown stadium?
CREATE TABLE table_name_41 (record VARCHAR, stadium VARCHAR)
SELECT record FROM table_name_41 WHERE stadium = "paul brown stadium"
what's the computing mechanbeingm with first operational being february 1944
CREATE TABLE table_13636_1 (computing_mechanism VARCHAR, first_operational VARCHAR)
SELECT computing_mechanism FROM table_13636_1 WHERE first_operational = "February 1944"
What is the lowest decile with a state authority and Midhirst school?
CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR)
SELECT MIN(decile) FROM table_name_71 WHERE authority = "state" AND name = "midhirst school"
How many pens does Siaosi Atiola have?
CREATE TABLE table_name_80 (pens VARCHAR, player VARCHAR)
SELECT pens FROM table_name_80 WHERE player = "siaosi atiola"
Who had the high points dated march 13?
CREATE TABLE table_13812785_8 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_13812785_8 WHERE date = "March 13"
What is the minimum 2007 USD in Kabardino-Balkaria?
CREATE TABLE table_24364690_1 (federal_subjects VARCHAR)
SELECT MIN(2007 AS __usd_) FROM table_24364690_1 WHERE federal_subjects = "Kabardino-Balkaria"
Tell what has the App(GS/Sub) of 14 (8/6)
CREATE TABLE table_name_70 (name VARCHAR, app_gs_sub_ VARCHAR)
SELECT name FROM table_name_70 WHERE app_gs_sub_ = "14 (8/6)"
What average total has 0 as the gold, with 6 as the rank?
CREATE TABLE table_name_69 (total INTEGER, gold VARCHAR, rank VARCHAR)
SELECT AVG(total) FROM table_name_69 WHERE gold = 0 AND rank = "6"
What was the total time for the match that ocurred in Round 3 with opponent Keith Wisniewski?
CREATE TABLE table_name_39 (time VARCHAR, round VARCHAR, opponent VARCHAR)
SELECT time FROM table_name_39 WHERE round = "3" AND opponent = "keith wisniewski"
What's the rank that has a total of less than 1?
CREATE TABLE table_name_19 (rank INTEGER, total INTEGER)
SELECT SUM(rank) FROM table_name_19 WHERE total < 1
What was the final score for the tie where Leeds United was the home team?
CREATE TABLE table_name_6 (score VARCHAR, home_team VARCHAR)
SELECT score FROM table_name_6 WHERE home_team = "leeds united"
Find the stories of the building with the largest height.
CREATE TABLE buildings (Stories VARCHAR, Height VARCHAR)
SELECT Stories FROM buildings ORDER BY Height DESC LIMIT 1
Name the votes given for michael russo, genevy dimitrion , manny ortega
CREATE TABLE table_1855841_1 (votes_given VARCHAR, running_with__in_team_ VARCHAR)
SELECT votes_given FROM table_1855841_1 WHERE running_with__in_team_ = "Michael Russo, Genevy Dimitrion , Manny Ortega"
What is the date for the tournament McDonald's wpga championship?
CREATE TABLE table_2167226_3 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_2167226_3 WHERE tournament = "McDonald's WPGA Championship"
How many silver medals does Belarus (blr) along with 4 gold and 4 bronze?
CREATE TABLE table_name_92 (silver INTEGER, bronze VARCHAR, gold VARCHAR, nation VARCHAR)
SELECT SUM(silver) FROM table_name_92 WHERE gold = 4 AND nation = "belarus (blr)" AND bronze > 4
How many were in attendance with a loss of Prokopec (2-7)?
CREATE TABLE table_name_21 (attendance VARCHAR, loss VARCHAR)
SELECT attendance FROM table_name_21 WHERE loss = "prokopec (2-7)"
Which number of Years has a Venue of old trafford, and an Opposition of yorkshire?
CREATE TABLE table_name_30 (year VARCHAR, venue VARCHAR, opposition VARCHAR)
SELECT COUNT(year) FROM table_name_30 WHERE venue = "old trafford" AND opposition = "yorkshire"
Tell me the most Att with a long of 27 with yards longer than 27
CREATE TABLE table_name_24 (att INTEGER, long VARCHAR, yards VARCHAR)
SELECT MAX(att) FROM table_name_24 WHERE long = 27 AND yards > 27
What tournament took place before 1972 with an extra of 200 m?
CREATE TABLE table_name_14 (tournament VARCHAR, extra VARCHAR, year VARCHAR)
SELECT tournament FROM table_name_14 WHERE extra = "200 m" AND year < 1972
What is the most Champ Car wins for any driver with a USAC record of 2?
CREATE TABLE table_19524523_1 (champ_car_world_series__2004_2007_ INTEGER, usac__1956_1995_ VARCHAR)
SELECT MAX(champ_car_world_series__2004_2007_) FROM table_19524523_1 WHERE usac__1956_1995_ = 2
What game was developed by Naughty Dog?
CREATE TABLE table_name_33 (genre VARCHAR, developer_s_ VARCHAR)
SELECT genre FROM table_name_33 WHERE developer_s_ = "naughty dog"
How many circuits had a winning team of #1 patrón highcroft racing ang gtc winning team #81 alex job racing ?
CREATE TABLE table_24037660_2 (circuit VARCHAR, lmp_winning_team VARCHAR, gtc_winning_team VARCHAR)
SELECT COUNT(circuit) FROM table_24037660_2 WHERE lmp_winning_team = "#1 Patrón Highcroft Racing" AND gtc_winning_team = "#81 Alex Job Racing"
How many athletes had a Swimming Time (pts) of 2:20.93 (1232)?
CREATE TABLE table_name_92 (total VARCHAR, swimming_time__pts_ VARCHAR)
SELECT COUNT(total) FROM table_name_92 WHERE swimming_time__pts_ = "2:20.93 (1232)"
What is the highest number of divisions mentioned?
CREATE TABLE table_21602734_1 (division INTEGER)
SELECT MAX(division) FROM table_21602734_1
How many points against has team Cardiff had when there were less than 7 tries?
CREATE TABLE table_name_97 (points_against VARCHAR, team VARCHAR, tries_against VARCHAR)
SELECT COUNT(points_against) FROM table_name_97 WHERE team = "cardiff" AND tries_against < 7
What is the nationality of the player from round 5?
CREATE TABLE table_name_31 (nationality VARCHAR, round VARCHAR)
SELECT nationality FROM table_name_31 WHERE round = 5
Name the total number of matches with wickets less than 537 and career of 1898/99-1919/20 with runs more than 4476
CREATE TABLE table_name_73 (matches VARCHAR, runs VARCHAR, wickets VARCHAR, career VARCHAR)
SELECT COUNT(matches) FROM table_name_73 WHERE wickets < 537 AND career = "1898/99-1919/20" AND runs > 4476
Which Game has a Score of 4–0 and Points of 44?
CREATE TABLE table_name_3 (game VARCHAR, score VARCHAR, points VARCHAR)
SELECT game FROM table_name_3 WHERE score = "4–0" AND points = 44
what is the 1st round when team 1 is stade lavallois (d2)?
CREATE TABLE table_name_56 (team_1 VARCHAR)
SELECT 1 AS st_round FROM table_name_56 WHERE team_1 = "stade lavallois (d2)"
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 end_date FROM table_2560677_1 WHERE artist_s_ = "S. Moldoff/J. Giella/C. Infantino"
Which stage has a mountains classification of Mariano Piccoli and was won by Giuseppe Citterio?
CREATE TABLE table_name_5 (stage VARCHAR, mountains_classification VARCHAR, winner VARCHAR)
SELECT stage FROM table_name_5 WHERE mountains_classification = "mariano piccoli" AND winner = "giuseppe citterio"
what's the night rank with rating of 6.2
CREATE TABLE table_11354111_3 (night_rank VARCHAR, rating VARCHAR)
SELECT night_rank FROM table_11354111_3 WHERE rating = "6.2"
What is the Time of the Rowers from Finland with a Rank of less than 4?
CREATE TABLE table_name_28 (time VARCHAR, rank VARCHAR, country VARCHAR)
SELECT time FROM table_name_28 WHERE rank < 4 AND country = "finland"
What is the record loss of R. Springer?
CREATE TABLE table_name_75 (record VARCHAR, loss VARCHAR)
SELECT record FROM table_name_75 WHERE loss = "r. springer"
What's the number of losses where played was less than 17?
CREATE TABLE table_name_33 (lost VARCHAR, played INTEGER)
SELECT COUNT(lost) FROM table_name_33 WHERE played < 17
What is the district for james p. richards?
CREATE TABLE table_1342256_40 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342256_40 WHERE incumbent = "James P. Richards"
Who is the away team that played home team Perth Wildcats?
CREATE TABLE table_name_82 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_82 WHERE home_team = "perth wildcats"
Which Played number had a goal difference of more than 0 when the club was Valencia CF?
CREATE TABLE table_name_29 (played VARCHAR, goal_difference VARCHAR, club VARCHAR)
SELECT COUNT(played) FROM table_name_29 WHERE goal_difference > 0 AND club = "valencia cf"
What is the average number of students for schools with a pupil to teacher ratio of 25.1?
CREATE TABLE table_name_25 (students INTEGER, pupil_teacher_ratio VARCHAR)
SELECT AVG(students) FROM table_name_25 WHERE pupil_teacher_ratio = 25.1
What is the place of player tom watson?
CREATE TABLE table_name_25 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_25 WHERE player = "tom watson"
How many individuals watched the show that had a bbc ranking of 6?
CREATE TABLE table_24399615_10 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR)
SELECT COUNT(viewers) FROM table_24399615_10 WHERE bbc_three_weekly_ranking = "6"
Which Record has a Game larger than 32, and a December smaller than 21?
CREATE TABLE table_name_34 (record VARCHAR, game VARCHAR, december VARCHAR)
SELECT record FROM table_name_34 WHERE game > 32 AND december < 21
Name the team for wins being 0 and top 5 is 0 and poles is 0 and avg start is 37.0
CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR, poles VARCHAR, wins VARCHAR, top_5 VARCHAR)
SELECT team_s_ FROM table_2463383_2 WHERE wins = 0 AND top_5 = 0 AND poles = 0 AND avg_start = "37.0"
How many average plays have points greater than 14, with an against greater than 17?
CREATE TABLE table_name_4 (played INTEGER, points VARCHAR, against VARCHAR)
SELECT AVG(played) FROM table_name_4 WHERE points > 14 AND against > 17
What was the time for a grid less than 6 for Noriyuki Haga?
CREATE TABLE table_name_55 (time VARCHAR, grid VARCHAR, rider VARCHAR)
SELECT time FROM table_name_55 WHERE grid < 6 AND rider = "noriyuki haga"
Which Year has a Producer of viva films, and a Title of magkapatid?
CREATE TABLE table_name_41 (year VARCHAR, producer VARCHAR, title VARCHAR)
SELECT year FROM table_name_41 WHERE producer = "viva films" AND title = "magkapatid"
What is the least number of wins West Ham got when they tied 27 times?
CREATE TABLE table_name_54 (west_ham_wins INTEGER, drawn INTEGER)
SELECT MIN(west_ham_wins) FROM table_name_54 WHERE drawn > 27
How many values for percentage of marine area are for the Atlantic marine ecozone with an exclusive economic zone area less than 996,439?
CREATE TABLE table_name_78 (percentage_of_marine_area__foreez_ VARCHAR, ecozone VARCHAR, area__km²__exclusive_economic_zone VARCHAR)
SELECT COUNT(percentage_of_marine_area__foreez_) FROM table_name_78 WHERE ecozone = "atlantic marine" AND area__km²__exclusive_economic_zone < 996 OFFSET 439
How many years have a Pick of 12, and a Position of dt, and a College of penn state?
CREATE TABLE table_name_20 (year VARCHAR, college VARCHAR, pick VARCHAR, position VARCHAR)
SELECT COUNT(year) FROM table_name_20 WHERE pick = "12" AND position = "dt" AND college = "penn state"
What Date has Opponents of sun shengnan han xinyun?
CREATE TABLE table_name_2 (date VARCHAR, opponents VARCHAR)
SELECT date FROM table_name_2 WHERE opponents = "sun shengnan han xinyun"
What was the highest average attendance in the 2009 season?
CREATE TABLE table_name_94 (average_attendance INTEGER, season VARCHAR)
SELECT MAX(average_attendance) FROM table_name_94 WHERE season = "2009"
Who was the rider with more than 5 laps on a grid bigger than 29 on a Honda CBR600RR and time at +1:27.385?
CREATE TABLE table_name_88 (rider VARCHAR, time VARCHAR, bike VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT rider FROM table_name_88 WHERE laps > 5 AND grid > 29 AND bike = "honda cbr600rr" AND time = "+1:27.385"
Which Events have a Player of tom kite, and Earnings ($) smaller than 760,405?
CREATE TABLE table_name_60 (events INTEGER, player VARCHAR, earnings___$__ VARCHAR)
SELECT AVG(events) FROM table_name_60 WHERE player = "tom kite" AND earnings___$__ < 760 OFFSET 405
How many Joint Music Awards are there when the Total is larger than 18, in a Year after 2007?
CREATE TABLE table_name_32 (joint_music_award VARCHAR, total VARCHAR, year VARCHAR)
SELECT joint_music_award FROM table_name_32 WHERE total > 18 AND year > 2007
When was the most recent statue that was made out of solid granite completed?
CREATE TABLE table_name_89 (completed INTEGER, material VARCHAR)
SELECT MAX(completed) FROM table_name_89 WHERE material = "solid granite"
How many residents does each property have? List property id and resident count.
CREATE TABLE properties (property_id VARCHAR); CREATE TABLE residents (property_id VARCHAR)
SELECT T1.property_id, COUNT(*) FROM properties AS T1 JOIN residents AS T2 ON T1.property_id = T2.property_id GROUP BY T1.property_id
What is the No. 8 of the person with a No. 4 of Matthew and a No. 7 of Anthony?
CREATE TABLE table_name_29 (no_8 VARCHAR, no_4 VARCHAR, no_7 VARCHAR)
SELECT no_8 FROM table_name_29 WHERE no_4 = "matthew" AND no_7 = "anthony"
Who was the outgoing manager that was replaced by Thomas Von Heesen?
CREATE TABLE table_name_80 (outgoing_manager VARCHAR, replaced_by VARCHAR)
SELECT outgoing_manager FROM table_name_80 WHERE replaced_by = "thomas von heesen"
List the names of all distinct races in reversed lexicographic order?
CREATE TABLE races (name VARCHAR)
SELECT DISTINCT name FROM races ORDER BY name DESC
What is the cmi cross reference id that is related to at least one council tax entry? List the cross reference id and source system code.
CREATE TABLE Council_Tax (cmi_cross_ref_id VARCHAR); CREATE TABLE CMI_Cross_References (cmi_cross_ref_id VARCHAR, source_system_code VARCHAR)
SELECT T1.cmi_cross_ref_id, T1.source_system_code FROM CMI_Cross_References AS T1 JOIN Council_Tax AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id GROUP BY T1.cmi_cross_ref_id HAVING COUNT(*) >= 1
Name the most number for steve stricker
CREATE TABLE table_24108789_6 (_number INTEGER, player VARCHAR)
SELECT MAX(_number) FROM table_24108789_6 WHERE player = "Steve Stricker"
Show all template type codes that are not used by any document.
CREATE TABLE Documents (template_id VARCHAR); CREATE TABLE Templates (template_id VARCHAR); CREATE TABLE Templates (template_type_code VARCHAR)
SELECT template_type_code FROM Templates EXCEPT SELECT template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id
What is the average Wins, when Played is less than 30?
CREATE TABLE table_name_96 (wins INTEGER, played INTEGER)
SELECT AVG(wins) FROM table_name_96 WHERE played < 30
Name the license for e-on vue
CREATE TABLE table_19495707_1 (license VARCHAR, application VARCHAR)
SELECT license FROM table_19495707_1 WHERE application = "E-on Vue"
What is the most recent year in which the winner record is Ireland 4 points?
CREATE TABLE table_28601467_1 (year INTEGER, winner VARCHAR)
SELECT MAX(year) FROM table_28601467_1 WHERE winner = "Ireland 4 points"
Which Yards has an Avg larger than 7, and a Long smaller than 60, and a Rec larger than 19, and a Player of correll buckhalter?
CREATE TABLE table_name_90 (yards INTEGER, player VARCHAR, rec VARCHAR, avg VARCHAR, long VARCHAR)
SELECT AVG(yards) FROM table_name_90 WHERE avg > 7 AND long < 60 AND rec > 19 AND player = "correll buckhalter"
What Round is the Event cage rage 17?
CREATE TABLE table_name_36 (round VARCHAR, event VARCHAR)
SELECT round FROM table_name_36 WHERE event = "cage rage 17"
What was the result of the game against the Los Angeles Dons?
CREATE TABLE table_name_49 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_49 WHERE opponent = "los angeles dons"
Car number 15 earned what time?
CREATE TABLE table_17244483_1 (time_retired VARCHAR, car_no VARCHAR)
SELECT time_retired FROM table_17244483_1 WHERE car_no = 15
What is the average Industry, when Agriculture is greater than 11?
CREATE TABLE table_name_44 (industry INTEGER, agriculture INTEGER)
SELECT AVG(industry) FROM table_name_44 WHERE agriculture > 11
Show names of teachers and the courses they are arranged to teach.
CREATE TABLE course_arrange (Course_ID VARCHAR, Teacher_ID VARCHAR); CREATE TABLE teacher (Name VARCHAR, Teacher_ID VARCHAR); CREATE TABLE course (Course VARCHAR, Course_ID VARCHAR)
SELECT T3.Name, T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID
Name the total number of domestic mail for 7853 for total frieght and mail
CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_mail VARCHAR)
SELECT COUNT(domestic_mail) FROM table_1754531_4 WHERE total_freight_and_mail = 7853
Tell me the height which has a surpassed by of book tower
CREATE TABLE table_name_2 (height_feet_m VARCHAR, surpassed_by VARCHAR)
SELECT height_feet_m FROM table_name_2 WHERE surpassed_by = "book tower"
Which Res has an Event of UFC 122?
CREATE TABLE table_name_40 (res VARCHAR, event VARCHAR)
SELECT res FROM table_name_40 WHERE event = "ufc 122"
What is the result for district pennsylvania 6?
CREATE TABLE table_2668199_2 (result VARCHAR, district VARCHAR)
SELECT result FROM table_2668199_2 WHERE district = "Pennsylvania 6"
What are the names for projects that will be completed after 2016?
CREATE TABLE table_name_65 (name VARCHAR, year_completion_expected INTEGER)
SELECT name FROM table_name_65 WHERE year_completion_expected > 2016
I want the D 42 with R 51 of r 11
CREATE TABLE table_name_41 (d_42 VARCHAR, r_51 VARCHAR)
SELECT d_42 FROM table_name_41 WHERE r_51 = "r 11"
What is Name, when Overall is greater than 132, and when Round is 12?
CREATE TABLE table_name_59 (name VARCHAR, overall VARCHAR, round VARCHAR)
SELECT name FROM table_name_59 WHERE overall > 132 AND round = 12
what is the highest frequency mhz with the call sign w292cu?
CREATE TABLE table_name_77 (frequency_mhz INTEGER, call_sign VARCHAR)
SELECT MAX(frequency_mhz) FROM table_name_77 WHERE call_sign = "w292cu"
How tall is the freshman guard Cetera Degraffenreid?
CREATE TABLE table_name_56 (height VARCHAR, name VARCHAR, position VARCHAR, year VARCHAR)
SELECT height FROM table_name_56 WHERE position = "guard" AND year = "freshman" AND name = "cetera degraffenreid"
What was the result when Leo E. Allen was elected?
CREATE TABLE table_1342013_12 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342013_12 WHERE incumbent = "Leo E. Allen"
What competition did he compete in before 2007 in gothenburg, sweden?
CREATE TABLE table_name_6 (competition VARCHAR, year VARCHAR, venue VARCHAR)
SELECT competition FROM table_name_6 WHERE year < 2007 AND venue = "gothenburg, sweden"
Which Extra points 1 point is the lowest one that has a Player of walter shaw?
CREATE TABLE table_name_95 (extra_points_1_point INTEGER, player VARCHAR)
SELECT MIN(extra_points_1_point) FROM table_name_95 WHERE player = "walter shaw"
What did the Away team score in their game at Victoria Park?
CREATE TABLE table_name_64 (away_team VARCHAR, venue VARCHAR)
SELECT away_team AS score FROM table_name_64 WHERE venue = "victoria park"
Which institution was located in bakersfield, california?
CREATE TABLE table_27816698_2 (institution VARCHAR, location VARCHAR)
SELECT institution FROM table_27816698_2 WHERE location = "Bakersfield, California"
In what Round was OL Player Richard Zulys picked?
CREATE TABLE table_name_92 (round INTEGER, position VARCHAR, player VARCHAR)
SELECT SUM(round) FROM table_name_92 WHERE position = "ol" AND player = "richard zulys"
How many CFL teams drafted someone from mount allison college?
CREATE TABLE table_26996293_3 (cfl_team VARCHAR, college VARCHAR)
SELECT COUNT(cfl_team) FROM table_26996293_3 WHERE college = "Mount Allison"
What is the mpg-uk combined with an mpg-uk urban (cold) greater than 26.6, a m5 transmission, a diesel fuel type, and an engine capacity less than 1560?
CREATE TABLE table_name_89 (mpg_uk_combined VARCHAR, engine_capacity VARCHAR, fuel_type VARCHAR, mpg_uk_urban__cold_ VARCHAR, transmission VARCHAR)
SELECT mpg_uk_combined FROM table_name_89 WHERE mpg_uk_urban__cold_ > 26.6 AND transmission = "m5" AND fuel_type = "diesel" AND engine_capacity < 1560
what is the method when the record is 1-1?
CREATE TABLE table_name_10 (method VARCHAR, record VARCHAR)
SELECT method FROM table_name_10 WHERE record = "1-1"
Which MWEHL team has player Ben Johnson?
CREATE TABLE table_name_29 (mwehl_team VARCHAR, player VARCHAR)
SELECT mwehl_team FROM table_name_29 WHERE player = "ben johnson"
What Car Model has the Engine of Ford 6.0 V8?
CREATE TABLE table_name_19 (car_model VARCHAR, engine VARCHAR)
SELECT car_model FROM table_name_19 WHERE engine = "ford 6.0 v8"
On July 31, 2008, what are the Democrat: Vivian Davis Figures percentages?
CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = "July 31, 2008"
What is Justin Leonard with a To par of –7's Score?
CREATE TABLE table_name_32 (score VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT score FROM table_name_32 WHERE to_par = "–7" AND player = "justin leonard"
what game was on may 29
CREATE TABLE table_name_5 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_5 WHERE date = "may 29"
Name the total number of grounds for essendon
CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR)
SELECT COUNT(ground) FROM table_16388047_1 WHERE home_team = "Essendon"
What was the attendance at the post-week 7 game against the San Diego Chargers?
CREATE TABLE table_name_53 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_name_53 WHERE week > 7 AND opponent = "san diego chargers"
Who was the opponent when the round was more than 2?
CREATE TABLE table_name_30 (opponent VARCHAR, round INTEGER)
SELECT opponent FROM table_name_30 WHERE round > 2
what type was joined in 1902 5?
CREATE TABLE table_262527_1 (type VARCHAR, joined VARCHAR)
SELECT type FROM table_262527_1 WHERE joined = "1902 5"