answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT position FROM table_274117_5 WHERE player = "Bob Lilly"
What position was Bob Lilly?
CREATE TABLE table_274117_5 (position VARCHAR, player VARCHAR)
SELECT structure FROM table_name_83 WHERE year < 2009 AND continent = "africa"
Listed with a continent of Africa and before 2009 this structure is called what?
CREATE TABLE table_name_83 (structure VARCHAR, year VARCHAR, continent VARCHAR)
SELECT location_attendance FROM table_name_62 WHERE score = "w 89–86 (ot)"
What was the location and attendance with a score of w 89–86 (ot)?
CREATE TABLE table_name_62 (location_attendance VARCHAR, score VARCHAR)
SELECT MIN(played) FROM table_name_39 WHERE points = 36 AND place > 2
what is the least played when points is 36 and place is more than 2?
CREATE TABLE table_name_39 (played INTEGER, points VARCHAR, place VARCHAR)
SELECT position FROM table_name_99 WHERE pick__number = 18
Which Position has a Pick # of 18?
CREATE TABLE table_name_99 (position VARCHAR, pick__number VARCHAR)
SELECT AVG(points) FROM table_name_42 WHERE attendance = 3 OFFSET 806
Can you tell me the average Points that has the Attendance of 3,806?
CREATE TABLE table_name_42 (points INTEGER, attendance VARCHAR)
SELECT second FROM table_name_51 WHERE position > 33 AND points > 12 AND equipment = "zabel-vmc"
What is Second, when Position is greater than 33, when Points is greater than 12, and when Equipment is Zabel-VMC?
CREATE TABLE table_name_51 (second VARCHAR, equipment VARCHAR, position VARCHAR, points VARCHAR)
SELECT team FROM table_17933600_2 WHERE outgoing_manage = "João Alves"
What team(s) had an outgoing manager of joão alves?
CREATE TABLE table_17933600_2 (team VARCHAR, outgoing_manage VARCHAR)
SELECT winning_score FROM table_name_51 WHERE year = 1980
What was the winning score in 1980?
CREATE TABLE table_name_51 (winning_score VARCHAR, year VARCHAR)
SELECT percentage FROM table_name_73 WHERE place = 5
What Percentage has a Place of 5?
CREATE TABLE table_name_73 (percentage VARCHAR, place VARCHAR)
SELECT dvd_set_release_date FROM table_name_76 WHERE network = "cbs"
When dis cbs release the DVD set?
CREATE TABLE table_name_76 (dvd_set_release_date VARCHAR, network VARCHAR)
SELECT AVG(position) FROM table_name_47 WHERE b_score < 9.05 AND total = 15.275 AND a_score > 6.4
What was their position when the score of B was less than 9.05, a total was 15.275, and A Score larger than 6.4?
CREATE TABLE table_name_47 (position INTEGER, a_score VARCHAR, b_score VARCHAR, total VARCHAR)
SELECT COUNT(broadcast) FROM table_28298589_4 WHERE home_team = "Connecticut"
How many Connecticut home games were broadcast?
CREATE TABLE table_28298589_4 (broadcast VARCHAR, home_team VARCHAR)
SELECT nation FROM table_name_62 WHERE total = 1 AND bronze < 1 AND rank = 3
what is the nation with a total of 1, bronze smaller than 1 and a rank of 3?
CREATE TABLE table_name_62 (nation VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR)
SELECT MIN(points) FROM table_name_36 WHERE engine = "mugen v8" AND chassis = "reynard 91d"
What are the lowest points that have a Mugen V8 engine and a Reynard 91D chassis?
CREATE TABLE table_name_36 (points INTEGER, engine VARCHAR, chassis VARCHAR)
SELECT name FROM table_name_78 WHERE overall = 235
Which Name has an Overall of 235?
CREATE TABLE table_name_78 (name VARCHAR, overall VARCHAR)
SELECT score FROM table_19072602_1 WHERE team_europe = "Tore Torgersen"
What was the score when Tore Torgersen played for Team Europe?
CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR)
SELECT AVG(laps) FROM table_name_60 WHERE time_retired = "spun off" AND driver = "nick heidfeld"
What is the mean number of laps when time/retired was spun off and the driver was Nick Heidfeld?
CREATE TABLE table_name_60 (laps INTEGER, time_retired VARCHAR, driver VARCHAR)
SELECT event FROM table_name_51 WHERE nation = "ethiopia" AND performance = "14:11.15"
What's the event that had a performance of 14:11.15 by Ethiopia?
CREATE TABLE table_name_51 (event VARCHAR, nation VARCHAR, performance VARCHAR)
SELECT county FROM table_name_48 WHERE grantee = "mariano castro"
Tell me the county for mariano castro
CREATE TABLE table_name_48 (county VARCHAR, grantee VARCHAR)
SELECT COUNT(october) FROM table_name_18 WHERE game = 4 AND points < 3
What day in october was game number 4 with under 3 points?
CREATE TABLE table_name_18 (october VARCHAR, game VARCHAR, points VARCHAR)
SELECT result FROM table_name_18 WHERE opponent = "chicago bears"
WHAT IS THE RESULT WHEN THE OPPONENT WAS CHICAGO BEARS?
CREATE TABLE table_name_18 (result VARCHAR, opponent VARCHAR)
SELECT COUNT(losses) FROM table_name_75 WHERE games_played < 8 AND wins < 3
How many losses occurred with less than 8 games played and less than 3 wins?
CREATE TABLE table_name_75 (losses VARCHAR, games_played VARCHAR, wins VARCHAR)
SELECT title FROM table_name_77 WHERE production_num > 6209 AND series = "mm" AND director = "friz freleng" AND release_date = "1934-11-03"
What's the title of the film directed by Friz Freleng with an MM Series, production number greater than 6209 and a release date of 1934-11-03?
CREATE TABLE table_name_77 (title VARCHAR, release_date VARCHAR, director VARCHAR, production_num VARCHAR, series VARCHAR)
SELECT defensive FROM table_name_97 WHERE rookie = "craig point" AND week = 6
Who played defensive when the rookie Craig Point was playing during week 6?
CREATE TABLE table_name_97 (defensive VARCHAR, rookie VARCHAR, week VARCHAR)
SELECT MAX(quantity) FROM table_name_49 WHERE sht_nos = "5"
How many have SHT number 5?
CREATE TABLE table_name_49 (quantity INTEGER, sht_nos VARCHAR)
SELECT writer_s_ FROM table_25800134_17 WHERE airdate = "September 11, 1972"
Who was the writer who wrote the episode that was aired on September 11, 1972?
CREATE TABLE table_25800134_17 (writer_s_ VARCHAR, airdate VARCHAR)
SELECT decision FROM table_27537518_6 WHERE first_star = "V. Lecavalier"
Who made the decisions in the game whose first star was V. Lecavalier?
CREATE TABLE table_27537518_6 (decision VARCHAR, first_star VARCHAR)
SELECT set_5 FROM table_name_44 WHERE set_1 = "19-25"
What is the set 5 with a 19-25 set 1?
CREATE TABLE table_name_44 (set_5 VARCHAR, set_1 VARCHAR)
SELECT right_ascension___j2000__ FROM table_name_72 WHERE ngc_number < 6575 AND declination___j2000__ = "°38′00″"
I want to know the right ascension which has an NGC less than 6575 and declination of °38′00″
CREATE TABLE table_name_72 (right_ascension___j2000__ VARCHAR, ngc_number VARCHAR, declination___j2000__ VARCHAR)
SELECT college FROM table_11677691_4 WHERE school = "Mission Viejo High school"
Which college did the player attend that went to Mission Viejo High School?
CREATE TABLE table_11677691_4 (college VARCHAR, school VARCHAR)
SELECT score FROM table_name_68 WHERE result = "5-1"
Which Score has a Result of 5-1?
CREATE TABLE table_name_68 (score VARCHAR, result VARCHAR)
SELECT 1998 FROM table_name_13 WHERE 2007 = "8"
What is the 1998 value if the 2007 value is 8?
CREATE TABLE table_name_13 (Id VARCHAR)
SELECT AVG(drawn) FROM table_name_34 WHERE difference = "0" AND against > 31
What is the mean drawn when the difference is 0 and the against stat is more than 31?
CREATE TABLE table_name_34 (drawn INTEGER, difference VARCHAR, against VARCHAR)
SELECT MAX(pick__number) FROM table_name_39 WHERE college = "buffalo"
What is buffalo's pick #?
CREATE TABLE table_name_39 (pick__number INTEGER, college VARCHAR)
SELECT speed FROM table_name_6 WHERE rank < 9 AND team = "kawasaki zx6 600cc"
Which Speed has a Rank smaller than 9 in kawasaki zx6 600cc Team?
CREATE TABLE table_name_6 (speed VARCHAR, rank VARCHAR, team VARCHAR)
SELECT COUNT(rank) FROM table_name_2 WHERE silver < 2 AND gold = 4 AND bronze > 2
What is the total rank for the player with less than 2 silvers, 4 golds, and more than 2 bronze?
CREATE TABLE table_name_2 (rank VARCHAR, bronze VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT SUM(gold) FROM table_name_61 WHERE silver = 2 AND nation = "bulgaria (bul)" AND rank < 18
How many gold medals for Bulgaria (BUL) with 2 silvers and a less than 18 rank?
CREATE TABLE table_name_61 (gold INTEGER, rank VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT COUNT(date_of_vacancy) FROM table_27374004_4 WHERE outgoing_manager = "Bart De Roover"
How many times did outgoing manager Bart de Roover vacated a position?
CREATE TABLE table_27374004_4 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT company FROM table_name_35 WHERE business = "energy" AND date = "unknown" AND country = "united kingdom"
In the United Kingdom, what company has an unknown date and is an energy business?
CREATE TABLE table_name_35 (company VARCHAR, country VARCHAR, business VARCHAR, date VARCHAR)
SELECT drawn FROM table_name_55 WHERE played = "18" AND points_against = "478"
What is Drawn, when Played is "18", and when Points Against is "478"?
CREATE TABLE table_name_55 (drawn VARCHAR, played VARCHAR, points_against VARCHAR)
SELECT COUNT(directed_by) FROM table_16471432_4 WHERE series__number = 62
How many directors were there in total for the episode with series #62?
CREATE TABLE table_16471432_4 (directed_by VARCHAR, series__number VARCHAR)
SELECT res FROM table_name_10 WHERE method = "decision (unanimous)" AND opponent = "wataru sakata"
Which Res has a Method of decision (unanimous) and an Opponent of Wataru Sakata?
CREATE TABLE table_name_10 (res VARCHAR, method VARCHAR, opponent VARCHAR)
SELECT adelaide FROM table_name_31 WHERE sydney = "yes" AND melbourne = "yes" AND perth = "no"
Which Adelaide has Sydney yes, Melbourne yes, and Perth no?
CREATE TABLE table_name_31 (adelaide VARCHAR, perth VARCHAR, sydney VARCHAR, melbourne VARCHAR)
SELECT mintage__bu_[_clarification_needed_] FROM table_11916083_1 WHERE artist = "Royal Canadian Mint Staff" AND issue_price__proof_ = "$54.95"
What is the mintage (bu) with the artist Royal Canadian Mint Staff and has an issue price (proof) of $54.95?
CREATE TABLE table_11916083_1 (mintage__bu_ VARCHAR, _clarification_needed_ VARCHAR, artist VARCHAR, issue_price__proof_ VARCHAR)
SELECT earpads FROM table_name_88 WHERE headphone_class = "reference" AND us_msrp = "$695"
What are the earpads for the headphones that are Reference class and have MSRP of $695?
CREATE TABLE table_name_88 (earpads VARCHAR, headphone_class VARCHAR, us_msrp VARCHAR)
SELECT location_attendance FROM table_name_49 WHERE high_rebounds = "a. horford (10)" AND high_points = "j. johnson (21)"
What is the location attendance of the game with A. Horford (10) as the highest rebounds and J. Johnson (21) as the highest points?
CREATE TABLE table_name_49 (location_attendance VARCHAR, high_rebounds VARCHAR, high_points VARCHAR)
SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2009_to_2010_ = "+11.1%"
What are the international tourist arrivals(2010) where change from 2009 to 2010 is +11.1%?
CREATE TABLE table_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2009_to_2010_ VARCHAR)
SELECT rank FROM table_1449176_1 WHERE area__km_2__ = "47.3"
What rank is the common with an area of 47.3 km^2?
CREATE TABLE table_1449176_1 (rank VARCHAR, area__km_2__ VARCHAR)
SELECT opponent FROM table_name_75 WHERE venue = "toyota stadium"
Who is the opponent at toyota stadium?
CREATE TABLE table_name_75 (opponent VARCHAR, venue VARCHAR)
SELECT AVG(election) FROM table_name_50 WHERE province = "grosseto" AND established < 1766
What is the average election result for the province of Grosseto from 1766 and prior?
CREATE TABLE table_name_50 (election INTEGER, province VARCHAR, established VARCHAR)
SELECT cerclis_id FROM table_name_49 WHERE listed = "10/14/1992"
What CERCLIS ID was listed 10/14/1992?
CREATE TABLE table_name_49 (cerclis_id VARCHAR, listed VARCHAR)
SELECT listed FROM table_name_83 WHERE county = "antelope" AND location = "royal" AND name = "verdigris creek bridge"
what's the listing date for the verdigris creek bridge in royal of antelope county?
CREATE TABLE table_name_83 (listed VARCHAR, name VARCHAR, county VARCHAR, location VARCHAR)
SELECT extra FROM table_name_28 WHERE result = "4th" AND tournament = "ncaa championships"
What is the extra when the result is 4th at the NCAA Championships?
CREATE TABLE table_name_28 (extra VARCHAR, result VARCHAR, tournament VARCHAR)
SELECT SUM(game) FROM table_name_24 WHERE opponent = "montreal canadiens"
How many games had Montreal Canadiens as an opponent?
CREATE TABLE table_name_24 (game INTEGER, opponent VARCHAR)
SELECT score FROM table_11214772_2 WHERE semi_finalist__number1 = "Miami"
List the scores of all games when Miami were listed as the first Semi finalist
CREATE TABLE table_11214772_2 (score VARCHAR, semi_finalist__number1 VARCHAR)
SELECT MIN(attendance) FROM table_name_79 WHERE date = "september 28"
What was the lowest attendance recorded at a game on September 28?
CREATE TABLE table_name_79 (attendance INTEGER, date VARCHAR)
SELECT total FROM table_name_65 WHERE clubs = 10 AND place > 1
What total has 10 as the clubs, with a place greater than 1?
CREATE TABLE table_name_65 (total VARCHAR, clubs VARCHAR, place VARCHAR)
SELECT MAX(average_points_per_race_entered) FROM table_name_75 WHERE points < 969 AND average_pre_2010 < 0
What is the highest average points per race of the driver with less than 969 points and an average pre-2010 less than 0?
CREATE TABLE table_name_75 (average_points_per_race_entered INTEGER, points VARCHAR, average_pre_2010 VARCHAR)
SELECT location FROM table_name_31 WHERE partner = "app" AND population_served > 2000 AND design_flow__lpm_ = 375
What Location has a Partner of app, a Population Served larger than 2000, and a Design flow (LPM) of 375?
CREATE TABLE table_name_31 (location VARCHAR, design_flow__lpm_ VARCHAR, partner VARCHAR, population_served VARCHAR)
SELECT place FROM table_name_90 WHERE score = 70 - 66 - 65 = 201
What place goes with the score of 70-66-65=201?
CREATE TABLE table_name_90 (place VARCHAR, score VARCHAR)
SELECT lead FROM table_name_46 WHERE alternate = "juha pekaristo"
Who is the lead of the nation with Juha Pekaristo as the alternate?
CREATE TABLE table_name_46 (lead VARCHAR, alternate VARCHAR)
SELECT district FROM table_1341897_3 WHERE incumbent = "Albert Rains"
What district is incumbent albert rains from?
CREATE TABLE table_1341897_3 (district VARCHAR, incumbent VARCHAR)
SELECT overall_record FROM table_16201038_5 WHERE at_opponents_venue = "UF, 1-0"
What is the record of wins/losses that were played at opponents venue (uf, 1-0)
CREATE TABLE table_16201038_5 (overall_record VARCHAR, at_opponents_venue VARCHAR)
SELECT rd FROM table_1132568_3 WHERE grand_prix = "Canadian grand_prix"
What number is the Canadian Grand Prix on the list?
CREATE TABLE table_1132568_3 (rd VARCHAR, grand_prix VARCHAR)
SELECT location_attendance FROM table_27715173_8 WHERE record = "39–7"
what is the location attendance when the record is 39–7?
CREATE TABLE table_27715173_8 (location_attendance VARCHAR, record VARCHAR)
SELECT MIN(attendance) FROM table_name_21 WHERE points > 14 AND arena = "staples center"
What was the lowest Attendance for the Staples Center Arena when the Points were over 14?
CREATE TABLE table_name_21 (attendance INTEGER, points VARCHAR, arena VARCHAR)
SELECT opponent FROM table_name_7 WHERE location_attendance = "delta center" AND record = "27-13"
Who was the opponent when they played at Delta Center with a record of 27-13?
CREATE TABLE table_name_7 (opponent VARCHAR, location_attendance VARCHAR, record VARCHAR)
SELECT AVG(attendance) FROM table_name_85 WHERE opponents = "dundalk"
What's the average attendance when the opponents are dundalk?
CREATE TABLE table_name_85 (attendance INTEGER, opponents VARCHAR)
SELECT no_in_series FROM table_27622417_1 WHERE prod_code = "405"
what is the number of the episode in the series whose production code is 405?
CREATE TABLE table_27622417_1 (no_in_series VARCHAR, prod_code VARCHAR)
SELECT AVG(average) FROM table_name_53 WHERE total = 22 AND county = "fermanagh"
Which player was from Fermanagh and had an average score of 22?
CREATE TABLE table_name_53 (average INTEGER, total VARCHAR, county VARCHAR)
SELECT category FROM table_name_91 WHERE award = "drama league award"
Which category does drama league award belong to?
CREATE TABLE table_name_91 (category VARCHAR, award VARCHAR)
SELECT COUNT(us_viewers__in_millions_) FROM table_27969432_4 WHERE no_in_season = 4
How many viewers in millions were there for episode 4 of this season?
CREATE TABLE table_27969432_4 (us_viewers__in_millions_ VARCHAR, no_in_season VARCHAR)
SELECT nationality FROM table_name_4 WHERE school_club_team = "ucla"
What is the nationality of the player from UCLA?
CREATE TABLE table_name_4 (nationality VARCHAR, school_club_team VARCHAR)
SELECT COUNT(*) FROM Ref_calendar
How many calendar items do we have?
CREATE TABLE Ref_calendar (Id VARCHAR)
SELECT COUNT(title) FROM table_23287683_1 WHERE series__number = 95
How many episodes had a series number of 95?
CREATE TABLE table_23287683_1 (title VARCHAR, series__number VARCHAR)
SELECT school FROM table_2076608_3 WHERE location_s_ = "Richmond"
What school is in Richmond?
CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR)
SELECT MIN(took_office) FROM table_name_50 WHERE senator = "eddie bernice johnson" AND district > 23
What is the lowest Took Office, when Senator is Eddie Bernice Johnson, and when District is greater than 23?
CREATE TABLE table_name_50 (took_office INTEGER, senator VARCHAR, district VARCHAR)
SELECT film_title_used_in_nomination FROM table_17350255_1 WHERE original_title = "Bābǎi zhuàngshì (八百壯士)"
What was the title used in nomination in the original Bābǎi Zhuàngshì (八百壯士)?
CREATE TABLE table_17350255_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
SELECT score FROM table_name_54 WHERE home = "hornets"
What is the Score with a Home with hornets?
CREATE TABLE table_name_54 (score VARCHAR, home VARCHAR)
SELECT democratic_ticket FROM table_name_38 WHERE socialist_labor_ticket = "belle j. rosen"
Who's the Democratic ticket with a Socialist Labor ticket of belle j. rosen?
CREATE TABLE table_name_38 (democratic_ticket VARCHAR, socialist_labor_ticket VARCHAR)
SELECT release_price___usd__ FROM table_23028629_2 WHERE model_number = "Core i5-650"
What is every release price(USD) for model number core i5-650?
CREATE TABLE table_23028629_2 (release_price___usd__ VARCHAR, model_number VARCHAR)
SELECT digital_channel FROM table_2857352_3 WHERE virtual_channel = "23.2"
What digital channel corresponds to virtual channel 23.2?
CREATE TABLE table_2857352_3 (digital_channel VARCHAR, virtual_channel VARCHAR)
SELECT SUM(year) FROM table_name_37 WHERE team = "porsche kremer racing"
What's the total of Year that's got a Team of Porsche Kremer Racing?
CREATE TABLE table_name_37 (year INTEGER, team VARCHAR)
SELECT SUM(losses) FROM table_name_56 WHERE against > 1412 AND wins = 10 AND draws < 0
What is the total losses against 1412, and 10 wins, but draws less than 0?
CREATE TABLE table_name_56 (losses INTEGER, draws VARCHAR, against VARCHAR, wins VARCHAR)
SELECT COUNT(operating_mode) FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "87 mpg-e (39kW-hrs/100mi)"
When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there?
CREATE TABLE table_24620684_2 (operating_mode VARCHAR, epa_rated_combined_fuel_economy VARCHAR)
SELECT apt_type_code FROM Apartments GROUP BY apt_type_code ORDER BY COUNT(*) DESC LIMIT 1
Show the most common apartment type code.
CREATE TABLE Apartments (apt_type_code VARCHAR)
SELECT SUM(goal_diff) FROM table_name_94 WHERE losses > 1 AND wins < 0
Which team has a Losses value larger than 1 and a Wins value smaller than 0?
CREATE TABLE table_name_94 (goal_diff INTEGER, losses VARCHAR, wins VARCHAR)
SELECT year FROM table_name_64 WHERE rank = "25"
Which Year has a Rank of 25?
CREATE TABLE table_name_64 (year VARCHAR, rank VARCHAR)
SELECT director FROM table_name_61 WHERE studio = "wb" AND year < 1945 AND title = "to have and have not"
Who was the director for To Have and Have Not, earlier than 1945 with WB studio?
CREATE TABLE table_name_61 (director VARCHAR, title VARCHAR, studio VARCHAR, year VARCHAR)
SELECT AVG(fa_cup) FROM table_name_15 WHERE total > 32 AND league > 24
How many FA Cups on average have a larger total than 32 and a larger league than 24?
CREATE TABLE table_name_15 (fa_cup INTEGER, total VARCHAR, league VARCHAR)
SELECT COUNT(horse) FROM table_21676617_1 WHERE year = 1985
How many horses are mentioned competing in 1985?
CREATE TABLE table_21676617_1 (horse VARCHAR, year VARCHAR)
SELECT venue FROM table_name_54 WHERE runner_up = "john zibnack"
What is the venue where john zibnack was the runner-up?
CREATE TABLE table_name_54 (venue VARCHAR, runner_up VARCHAR)
SELECT ergative FROM table_name_48 WHERE nominative = "mis-i"
Mis-i is the nominative of what ergative?
CREATE TABLE table_name_48 (ergative VARCHAR, nominative VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2850912_6 WHERE player = "John Dzikowski"
How many different college/junior/club teams had player John Dzikowski?
CREATE TABLE table_2850912_6 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT test_career FROM table_name_46 WHERE tests > 41 AND catches > 33 AND total_dismissals = 147
Who has a career that has test larger than 41, catches over 33, and a total dismissals rate of 147?
CREATE TABLE table_name_46 (test_career VARCHAR, total_dismissals VARCHAR, tests VARCHAR, catches VARCHAR)
SELECT MAX(total) FROM table_name_53 WHERE fa_cup < 4
What is the highest total number of appearances when there were less than 4 at the FA cup?
CREATE TABLE table_name_53 (total INTEGER, fa_cup INTEGER)
SELECT class_aAA FROM table_10399701_2 WHERE class_a = "(tie) Apple Springs/Texline"
Who was Class AAA during the same year that Class A was (tie) Apple Springs/Texline?
CREATE TABLE table_10399701_2 (class_aAA VARCHAR, class_a VARCHAR)
SELECT title FROM table_27250813_1 WHERE no_in_season = 16
What is the title of the episode no. 16 by season?
CREATE TABLE table_27250813_1 (title VARCHAR, no_in_season VARCHAR)
SELECT score FROM table_name_80 WHERE player = "craig stadler"
What was Craig Stadler's score?
CREATE TABLE table_name_80 (score VARCHAR, player VARCHAR)