answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT power_kw FROM table_23394920_1 WHERE callsign = "DXZB-TV"
When dxzb-tv is the call sign what is the power kw?
CREATE TABLE table_23394920_1 (power_kw VARCHAR, callsign VARCHAR)
SELECT COUNT(outgoing_manager) FROM table_27666856_3 WHERE team = "Villarreal B"
Name the total number of outgoing manager for villarreal b
CREATE TABLE table_27666856_3 (outgoing_manager VARCHAR, team VARCHAR)
SELECT COUNT(position) FROM table_name_19 WHERE bike_no = 4
What is the aggregate number of Position that has a Bike No of 4?
CREATE TABLE table_name_19 (position VARCHAR, bike_no VARCHAR)
SELECT format FROM table_name_62 WHERE date = "april 11, 2005" AND catalog = "nebt068"
In what format was the release from the Nebt068 catalog on April 11, 2005 in?
CREATE TABLE table_name_62 (format VARCHAR, date VARCHAR, catalog VARCHAR)
SELECT AVG(total) FROM table_name_56 WHERE bronze < 4 AND silver = 1 AND rank = "7"
How many total medals for the nation ranked 7 with 1 silver and under 4 bronzes?
CREATE TABLE table_name_56 (total INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR)
SELECT opponent FROM table_name_37 WHERE round = "1" AND time = "n/a"
Name the opponent with round of 1 and time of n/a
CREATE TABLE table_name_37 (opponent VARCHAR, round VARCHAR, time VARCHAR)
SELECT high_assists FROM table_13619027_7 WHERE date = "January 22"
who is the player with high assists on january 22?
CREATE TABLE table_13619027_7 (high_assists VARCHAR, date VARCHAR)
SELECT artist FROM table_name_87 WHERE peak_position < 2 AND sales > 200 OFFSET 000
What artist had a peak position under 2, and more than 200,000 in sales?
CREATE TABLE table_name_87 (artist VARCHAR, peak_position VARCHAR, sales VARCHAR)
SELECT COUNT(city) FROM table_12896884_1 WHERE enrollment = 19082
How many cities have an enrollment of 19082?
CREATE TABLE table_12896884_1 (city VARCHAR, enrollment VARCHAR)
SELECT MAX(bike_no) FROM table_name_77 WHERE position > 1 AND points > 369 AND equipment = "zabel-wsp"
What is the most noteworthy Bike No that has a Position bigger than 1, and a Points bigger than 369, and an Equipment of zabel-wsp?
CREATE TABLE table_name_77 (bike_no INTEGER, equipment VARCHAR, position VARCHAR, points VARCHAR)
SELECT new_conference FROM table_14976504_2 WHERE team_nickname = "Toreros"
Which new conference is the Toreros Western Collegiate Lacrosse team playing in?
CREATE TABLE table_14976504_2 (new_conference VARCHAR, team_nickname VARCHAR)
SELECT AVG(draws) FROM table_name_69 WHERE wins < 3 AND points > 5
What is the average draws with less than 3 wins and more than 5 points?
CREATE TABLE table_name_69 (draws INTEGER, wins VARCHAR, points VARCHAR)
SELECT civilian_deaths FROM table_name_21 WHERE military_deaths = "231"
How many civilians died in the conflict that left 231 members of the military dead?
CREATE TABLE table_name_21 (civilian_deaths VARCHAR, military_deaths VARCHAR)
SELECT T2.Party FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID ORDER BY votes LIMIT 1
What is the party of the representative that has the smallest number of votes.
CREATE TABLE representative (Party VARCHAR, Representative_ID VARCHAR); CREATE TABLE election (Representative_ID VARCHAR)
SELECT AVG(to_par) FROM table_name_63 WHERE player = "jack nicklaus" AND total < 146
Which To par has a Player of jack nicklaus, and a Total smaller than 146?
CREATE TABLE table_name_63 (to_par INTEGER, player VARCHAR, total VARCHAR)
SELECT winner FROM table_name_13 WHERE runner_up = "larne" AND season = "2003–04"
Which Winner has a Runner-up of larne, and a Season of 2003–04?
CREATE TABLE table_name_13 (winner VARCHAR, runner_up VARCHAR, season VARCHAR)
SELECT country FROM table_name_15 WHERE play = "cyclops"
What country had the play Cyclops?
CREATE TABLE table_name_15 (country VARCHAR, play VARCHAR)
SELECT surface FROM table_name_54 WHERE score = "6–4, 7–6 (7-5)"
What was the surface type during the match with the score of 6–4, 7–6 (7-5)??
CREATE TABLE table_name_54 (surface VARCHAR, score VARCHAR)
SELECT COUNT(administrative_county) FROM table_14925084_1 WHERE area_1961__statute_acres_ = 176694
Name the number of administrative county for area 1961 and 176694
CREATE TABLE table_14925084_1 (administrative_county VARCHAR, area_1961__statute_acres_ VARCHAR)
SELECT to_par FROM table_name_43 WHERE score = 71
How many strokes under par was the player who scored 71?
CREATE TABLE table_name_43 (to_par VARCHAR, score VARCHAR)
SELECT MIN(year) FROM table_name_92 WHERE position = "5th" AND venue = "osaka, japan"
What's the year in 5th position that happened in Osaka, Japan?
CREATE TABLE table_name_92 (year INTEGER, position VARCHAR, venue VARCHAR)
SELECT COUNT(goals) FROM table_name_49 WHERE goal_ratio < 0.8 AND games = 56
How many goals have a goal ration less than 0.8 with 56 games?
CREATE TABLE table_name_49 (goals VARCHAR, goal_ratio VARCHAR, games VARCHAR)
SELECT SUM(game) FROM table_name_11 WHERE january < 19 AND record = "27-6-6"
What is the sum of the games before January 19 with a 27-6-6 record?
CREATE TABLE table_name_11 (game INTEGER, january VARCHAR, record VARCHAR)
SELECT result FROM table_name_55 WHERE competition = "1990 world cup qualifying"
What was the result of the 1990 world cup qualifying competition?
CREATE TABLE table_name_55 (result VARCHAR, competition VARCHAR)
SELECT away FROM table_name_75 WHERE club = "nk rijeka"
What is NK Rijeka's away score?
CREATE TABLE table_name_75 (away VARCHAR, club VARCHAR)
SELECT date FROM table_name_62 WHERE michael_signer = "4%"
On which date did Michael Signer earn 4%?
CREATE TABLE table_name_62 (date VARCHAR, michael_signer VARCHAR)
SELECT chinese_title FROM table_name_3 WHERE average = 32 AND peak < 38 AND rank = 7
What Chinese Title Ranking #7 has an Average of 32 and Peak less than 38?
CREATE TABLE table_name_3 (chinese_title VARCHAR, rank VARCHAR, average VARCHAR, peak VARCHAR)
SELECT MAX(population__july_2009_est_) FROM table_26769_1 WHERE capital = "Quito"
What was the maximum population of the country with Quito as capital?
CREATE TABLE table_26769_1 (population__july_2009_est_ INTEGER, capital VARCHAR)
SELECT year_made FROM table_name_67 WHERE class = "undine"
What year was class of undine?
CREATE TABLE table_name_67 (year_made VARCHAR, class VARCHAR)
SELECT COUNT(evening_gown) FROM table_12094300_1 WHERE state = "District of Columbia"
How many times did district of Columbia receive a score for evening gown?
CREATE TABLE table_12094300_1 (evening_gown VARCHAR, state VARCHAR)
SELECT date FROM table_name_43 WHERE record = "27-31"
When were the Brewers 27-31?
CREATE TABLE table_name_43 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_29 WHERE score_in_final = "6–7(9), 6–2, (10–7)"
What date was the score 6–7(9), 6–2, (10–7)?
CREATE TABLE table_name_29 (date VARCHAR, score_in_final VARCHAR)
SELECT MAX(pick__number) FROM table_name_14 WHERE overall > 21 AND college = "north carolina" AND round < 3
Which Pick # is the highest one that has an Overall larger than 21, and a College of north carolina, and a Round smaller than 3?
CREATE TABLE table_name_14 (pick__number INTEGER, round VARCHAR, overall VARCHAR, college VARCHAR)
SELECT original_air_date FROM table_19501664_1 WHERE us_viewers__millions_ = "15.74"
Name the original air date for 15.74 viewers
CREATE TABLE table_19501664_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_20726262_2 WHERE directedby = "Paris Barclay"
What title episode did Paris Barclay direct?
CREATE TABLE table_20726262_2 (title VARCHAR, directedby VARCHAR)
SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Win' INTERSECT SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Loss'
Find the names of the swimmers who have both "win" and "loss" results in the record.
CREATE TABLE record (swimmer_id VARCHAR); CREATE TABLE swimmer (name VARCHAR, id VARCHAR)
SELECT date FROM table_name_90 WHERE venue = "mcg"
What day did the VFL pay MCG?
CREATE TABLE table_name_90 (date VARCHAR, venue VARCHAR)
SELECT SUM(blackpool) FROM table_name_94 WHERE preston_north_end < 46 AND competition = "other" AND draw > 1
Which Blackpool has a Preston North End smaller than 46, and a Competition of other, and a Draw larger than 1?
CREATE TABLE table_name_94 (blackpool INTEGER, draw VARCHAR, preston_north_end VARCHAR, competition VARCHAR)
SELECT T1.first_name, T1.last_name, T2.department_name, T3.city, T3.state_province FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id JOIN locations AS T3 ON T2.location_id = T3.location_id
display the first and last name, department, city, and state province for each employee.
CREATE TABLE departments (department_name VARCHAR, department_id VARCHAR, location_id VARCHAR); CREATE TABLE employees (first_name VARCHAR, last_name VARCHAR, department_id VARCHAR); CREATE TABLE locations (city VARCHAR, state_province VARCHAR, location_id VARCHAR)
SELECT security_forces FROM table_name_15 WHERE civilians = "67"
Name the security forces with civilians of 67
CREATE TABLE table_name_15 (security_forces VARCHAR, civilians VARCHAR)
SELECT integrated FROM table_11944282_1 WHERE allied_related = "Many"
How many integrated allied-related are there?
CREATE TABLE table_11944282_1 (integrated VARCHAR, allied_related VARCHAR)
SELECT guest FROM table_25691838_12 WHERE production_code = 6152
Who were the guests on a show where the production code is 6152?
CREATE TABLE table_25691838_12 (guest VARCHAR, production_code VARCHAR)
SELECT chassis FROM table_name_29 WHERE entrant = "team tissot ensign" AND driver = "brett lunger"
Tell me the chassis for team tissot ensign and driver of brett lunger
CREATE TABLE table_name_29 (chassis VARCHAR, entrant VARCHAR, driver VARCHAR)
SELECT MAX(region) FROM table_name_9 WHERE name = "saint-simon-les-mines" AND population < 458
Which region in Saint-Simon-Les-Mines has a population smaller than 458?
CREATE TABLE table_name_9 (region INTEGER, name VARCHAR, population VARCHAR)
SELECT episode FROM table_name_67 WHERE segment_b = "s hacksaw"
Which episode's segment b is s hacksaw?
CREATE TABLE table_name_67 (episode VARCHAR, segment_b VARCHAR)
SELECT position FROM table_name_93 WHERE name = "chris hanburger"
What was Chris Hanburger's position?
CREATE TABLE table_name_93 (position VARCHAR, name VARCHAR)
SELECT title FROM table_26429658_1 WHERE production_code = 2010
What was the title of the episode with a production code of 2010?
CREATE TABLE table_26429658_1 (title VARCHAR, production_code VARCHAR)
SELECT SUM(agricultural_panel) FROM table_name_26 WHERE nominated_by_the_taoiseach > 6 AND total > 60
Which Agricultural Panel has a Nominated by the Taoiseach larger than 6, and a Total larger than 60?
CREATE TABLE table_name_26 (agricultural_panel INTEGER, nominated_by_the_taoiseach VARCHAR, total VARCHAR)
SELECT lost FROM table_17941032_1 WHERE tries_for = "22"
When 22 is the tries for what is the lost?
CREATE TABLE table_17941032_1 (lost VARCHAR, tries_for VARCHAR)
SELECT COUNT(opponent) FROM table_11465521_2 WHERE attendance = "64,087"
How many opponents were there at the game with 64,087 people in attendance?
CREATE TABLE table_11465521_2 (opponent VARCHAR, attendance VARCHAR)
SELECT MIN(fa_cup) FROM table_name_17 WHERE league_cup = 1 AND total < 12 AND premier_league = 1
What is the lowest FA cup with 1 league cup, less than 12 total and 1 premier league?
CREATE TABLE table_name_17 (fa_cup INTEGER, premier_league VARCHAR, league_cup VARCHAR, total VARCHAR)
SELECT score FROM table_name_97 WHERE to_par = "e"
What was the final score when the player was an e to par?
CREATE TABLE table_name_97 (score VARCHAR, to_par VARCHAR)
SELECT COUNT(party) FROM table_1342013_20 WHERE incumbent = "Thomas J. Lane"
Thomas J. Lane is the incumbent of how many parties?
CREATE TABLE table_1342013_20 (party VARCHAR, incumbent VARCHAR)
SELECT MIN(draws) FROM table_name_98 WHERE wins < 15 AND against = 1228
What's the lowest number of draws when the wins are less than 15, and against is 1228?
CREATE TABLE table_name_98 (draws INTEGER, wins VARCHAR, against VARCHAR)
SELECT SUM(against) FROM table_name_19 WHERE wins > 8 AND losses > 6
What is the sum of Against, when Wins is greater than 8, and when Losses is greater than 6?
CREATE TABLE table_name_19 (against INTEGER, wins VARCHAR, losses VARCHAR)
SELECT team FROM table_name_58 WHERE name = "alex sperafico"
What is the team when the name is alex sperafico?
CREATE TABLE table_name_58 (team VARCHAR, name VARCHAR)
SELECT play FROM table_name_67 WHERE author = "aeschylus" AND base = "athens"
What play has a base of Athens and was written by Aeschylus?
CREATE TABLE table_name_67 (play VARCHAR, author VARCHAR, base VARCHAR)
SELECT AVG(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Latin" OR T1.Name = "Pop"
What is the average duration in milliseconds of tracks that belong to Latin or Pop genre?
CREATE TABLE TRACK (GenreId VARCHAR); CREATE TABLE GENRE (GenreId VARCHAR, Name VARCHAR)
SELECT COUNT(couple) FROM table_19744915_3 WHERE total = "14.5"
how many coupless totalled 14.5
CREATE TABLE table_19744915_3 (couple VARCHAR, total VARCHAR)
SELECT opponent FROM table_name_76 WHERE record = "8-10"
What opponent has 8-10 as the record?
CREATE TABLE table_name_76 (opponent VARCHAR, record VARCHAR)
SELECT location FROM table_name_18 WHERE event = "ufc 154"
Where was the UFC 154 match held?
CREATE TABLE table_name_18 (location VARCHAR, event VARCHAR)
SELECT AVG(assists) FROM table_name_10 WHERE rank > 6 AND goals = 10 AND scorer = "robert ukrop"
What is the average amount of assists with a rank higher than 6 and goals 10 and the scorer is Robert Ukrop
CREATE TABLE table_name_10 (assists INTEGER, scorer VARCHAR, rank VARCHAR, goals VARCHAR)
SELECT opponent FROM table_22860990_3 WHERE spartans_points = 73
Against whom did the Spartans score 73 points?
CREATE TABLE table_22860990_3 (opponent VARCHAR, spartans_points VARCHAR)
SELECT address FROM member WHERE age < 30 INTERSECT SELECT address FROM member WHERE age > 40
Which address has both members younger than 30 and members older than 40?
CREATE TABLE member (address VARCHAR, age INTEGER)
SELECT MAX(average) FROM table_name_24 WHERE swimsuit > 9.437
What is the average where the swimsuit is larger than 9.437?
CREATE TABLE table_name_24 (average INTEGER, swimsuit INTEGER)
SELECT series FROM table_name_39 WHERE editor = "dargaud" AND albums = "27"
Which series with a total of 27 albums did Dargaud edit?
CREATE TABLE table_name_39 (series VARCHAR, editor VARCHAR, albums VARCHAR)
SELECT continent FROM table_27435931_1 WHERE country = "Russia"
what is the continent in which the country russia is listed?
CREATE TABLE table_27435931_1 (continent VARCHAR, country VARCHAR)
SELECT COUNT(poles) FROM table_19001175_1 WHERE name = "Stefano Livio Category:Articles with hCards"
Name the number of poles for stefano livio category:articles with hcards
CREATE TABLE table_19001175_1 (poles VARCHAR, name VARCHAR)
SELECT constructor FROM table_name_11 WHERE grid = "1"
What is the name of the constructor for Grid 1?
CREATE TABLE table_name_11 (constructor VARCHAR, grid VARCHAR)
SELECT points_for FROM table_name_26 WHERE try_bonus = "140"
What Points for has a Try bonus of 140?
CREATE TABLE table_name_26 (points_for VARCHAR, try_bonus VARCHAR)
SELECT player FROM table_name_70 WHERE school_club_team = "memphis"
What is the Player from Memphis?
CREATE TABLE table_name_70 (player VARCHAR, school_club_team VARCHAR)
SELECT COUNT(loss) FROM table_name_56 WHERE total_games < 48 AND draw < 7
What is the total number of losses for less than 48 games, and less than 7 draws?
CREATE TABLE table_name_56 (loss VARCHAR, total_games VARCHAR, draw VARCHAR)
SELECT visiting_team FROM table_name_28 WHERE date = "november 10"
Who was the visiting team on November 10?
CREATE TABLE table_name_28 (visiting_team VARCHAR, date VARCHAR)
SELECT date FROM table_name_27 WHERE tournament = "los angeles open"
What is the date of the Los Angeles open?
CREATE TABLE table_name_27 (date VARCHAR, tournament VARCHAR)
SELECT away_team AS score FROM table_name_23 WHERE home_team = "hawthorn"
Who was the away team when Hawthorn was the home team?
CREATE TABLE table_name_23 (away_team VARCHAR, home_team VARCHAR)
SELECT MAX(attendance) FROM table_name_85 WHERE date = "september 27, 1964"
What is the attendance of the game that was played on September 27, 1964?
CREATE TABLE table_name_85 (attendance INTEGER, date VARCHAR)
SELECT MAX(laps) FROM table_name_60 WHERE grid > 8 AND rider = "anthony west"
Which Laps have a Grid larger than 8, and a Rider of anthony west?
CREATE TABLE table_name_60 (laps INTEGER, grid VARCHAR, rider VARCHAR)
SELECT court_rank FROM table_name_6 WHERE lineage = "son of norihiro"
What is the Court Rank of Son of Norihiro's Lineage?
CREATE TABLE table_name_6 (court_rank VARCHAR, lineage VARCHAR)
SELECT MIN(year) FROM table_name_65 WHERE nation = "canada" AND result = "silver" AND championship = "olympics" AND event = "men's coxless pair"
What year did Canada get a silver in the olympics in the Men's Coxless Pair event?
CREATE TABLE table_name_65 (year INTEGER, event VARCHAR, championship VARCHAR, nation VARCHAR, result VARCHAR)
SELECT result FROM table_name_38 WHERE original_title = "qala"
What is Result, when Original Title is "Qala"?
CREATE TABLE table_name_38 (result VARCHAR, original_title VARCHAR)
SELECT home_team AS score FROM table_name_81 WHERE venue = "windy hill"
What is the home team score that played at windy hill?
CREATE TABLE table_name_81 (home_team VARCHAR, venue VARCHAR)
SELECT Name FROM mountain ORDER BY Height DESC LIMIT 1
What is the name of the highest mountain?
CREATE TABLE mountain (Name VARCHAR, Height VARCHAR)
SELECT T1.surname, T1.driverid FROM drivers AS T1 JOIN pitstops AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING COUNT(*) = 11 INTERSECT SELECT T1.surname, T1.driverid FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING COUNT(*) > 5
What are the drivers' last names and id who had 11 pit stops and participated in more than 5 race results?
CREATE TABLE drivers (surname VARCHAR, driverid VARCHAR); CREATE TABLE results (driverid VARCHAR); CREATE TABLE pitstops (driverid VARCHAR)
SELECT obama_percentage FROM table_20524090_1 WHERE county = "Surry"
What was Obama's percentage in the county of Surry?
CREATE TABLE table_20524090_1 (obama_percentage VARCHAR, county VARCHAR)
SELECT COUNT(attendance) FROM table_name_75 WHERE week < 1
What is the attendance before week 1?
CREATE TABLE table_name_75 (attendance VARCHAR, week INTEGER)
SELECT MIN(league) AS championships FROM table_name_78 WHERE venue = "penn state ice pavilion" AND club = "penn state nittany lions men's ice hockey"
Which League championship is the lowest one that has a Venue of penn state ice pavilion, and a Club of penn state nittany lions men's ice hockey?
CREATE TABLE table_name_78 (league INTEGER, venue VARCHAR, club VARCHAR)
SELECT club FROM table_name_61 WHERE date_of_birth = "1977-02-03"
What is the Club of the Player with a Date of Birth of 1977-02-03?
CREATE TABLE table_name_61 (club VARCHAR, date_of_birth VARCHAR)
SELECT week FROM table_27512025_1 WHERE type = "Cardio Workout"
What is the week when type is cardio workout?
CREATE TABLE table_27512025_1 (week VARCHAR, type VARCHAR)
SELECT AVG(episode__number) FROM table_name_96 WHERE share = 9 AND rank = "#35" AND viewers < 8.21
What is the average Episode # with a share of 9, and #35 is rank and less than 8.21 viewers?
CREATE TABLE table_name_96 (episode__number INTEGER, viewers VARCHAR, share VARCHAR, rank VARCHAR)
SELECT directed_by FROM table_23958944_5 WHERE no_by_season = 21
Who directed episode 21?
CREATE TABLE table_23958944_5 (directed_by VARCHAR, no_by_season VARCHAR)
SELECT COUNT(title) FROM table_20065425_1 WHERE termination_of_mission = "August 5, 1984"
How many different titles does the representative whose mission was terminated on August 5, 1984 have?
CREATE TABLE table_20065425_1 (title VARCHAR, termination_of_mission VARCHAR)
SELECT social_democratic_party FROM table_152358_3 WHERE control = "labour"
Name the social democratic party for labour
CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR)
SELECT pole_position FROM table_name_10 WHERE fastest_lap = "adam christodoulou" AND circuit = "rockingham"
who had the pole position at rockingham circuit with adam christodoulou having the fastest lap?
CREATE TABLE table_name_10 (pole_position VARCHAR, fastest_lap VARCHAR, circuit VARCHAR)
SELECT record FROM table_17311759_5 WHERE team = "Denver"
What is the record of wins and losses for Denver's ball club?
CREATE TABLE table_17311759_5 (record VARCHAR, team VARCHAR)
SELECT points_against___tests__ FROM table_name_16 WHERE year_s_ = 2000 AND games_won___tests__ = "4 (1)"
What are the points against for 2000, when games won is 4 (1)?
CREATE TABLE table_name_16 (points_against___tests__ VARCHAR, year_s_ VARCHAR, games_won___tests__ VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE safari = "3.76%"
If Safari is 3.76%, what is the other Mozilla amount?
CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, safari VARCHAR)
SELECT AVG(laps) FROM table_name_92 WHERE manufacturer = "ktm" AND time_retired = "+56.440" AND grid < 11
What was the average number of laps completed by KTM riders, with times of +56.440 and grid values under 11?
CREATE TABLE table_name_92 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)
SELECT city FROM table_name_21 WHERE track = "indianapolis speedrome"
What city is the indianapolis speedrome in?
CREATE TABLE table_name_21 (city VARCHAR, track VARCHAR)
SELECT attendance FROM table_name_34 WHERE opponent = "oakland raiders"
What was the attendance of the Oakland Raiders game?
CREATE TABLE table_name_34 (attendance VARCHAR, opponent VARCHAR)
SELECT MAX(number_of_bearers_2008) FROM table_name_87 WHERE surname = "jacobsen"
What is Highest Number of Bearers 2008, when Surname is Jacobsen?
CREATE TABLE table_name_87 (number_of_bearers_2008 INTEGER, surname VARCHAR)