answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT height FROM table_name_93 WHERE player = "daniel orton"
How tall is Daniel Orton?
CREATE TABLE table_name_93 (height VARCHAR, player VARCHAR)
SELECT date_of_birth FROM table_name_74 WHERE bowling_style = "right arm fast"
When is the birth date of player with right arm fast style?
CREATE TABLE table_name_74 (date_of_birth VARCHAR, bowling_style VARCHAR)
SELECT distance FROM table_1358608_4 WHERE group = "G3"
What was the distance of the race in which Northerly raced in group G3?
CREATE TABLE table_1358608_4 (distance VARCHAR, group VARCHAR)
SELECT incumbent FROM table_2668329_25 WHERE district = "Virginia 6"
Who is the incumbent in the Virginia 6 district?
CREATE TABLE table_2668329_25 (incumbent VARCHAR, district VARCHAR)
SELECT MIN(no_in_series) FROM table_28027307_1 WHERE us_viewers__millions_ = "10.96"
What number episode in the series was watched by 10.96 million U.S. viewers?
CREATE TABLE table_28027307_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT named AS after FROM table_name_87 WHERE longitude < 270.7 AND latitude > -47.1 AND diameter__km_ < 7.2 AND name = "ayashe"
What is the namesake of Ayashe at a longitude less than 270.7, latitude more than -47.1, and a diameter less than 7.2?
CREATE TABLE table_name_87 (named VARCHAR, name VARCHAR, diameter__km_ VARCHAR, longitude VARCHAR, latitude VARCHAR)
SELECT time FROM table_name_94 WHERE rider = "alan oversby"
What is the time for Alan Oversby?
CREATE TABLE table_name_94 (time VARCHAR, rider VARCHAR)
SELECT MIN(tries) FROM table_name_40 WHERE goals > 0 AND position = "centre" AND points < 54
Tell me the lowest tries for goals more than 0 with centre position and points less than 54
CREATE TABLE table_name_40 (tries INTEGER, points VARCHAR, goals VARCHAR, position VARCHAR)
SELECT region FROM table_name_71 WHERE catalog = "1766390"
What is the Region of the 1766390 Catalog?
CREATE TABLE table_name_71 (region VARCHAR, catalog VARCHAR)
SELECT score FROM table_name_85 WHERE surface = "hard" AND outcome = "runner-up"
what is the score when the surface is hard and outcome is runner-up?
CREATE TABLE table_name_85 (score VARCHAR, surface VARCHAR, outcome VARCHAR)
SELECT totals FROM table_28628309_9 WHERE average = "0.667" AND category = "3-pt field goal percentage"
What is the total listed when the average is 0.667 and the category is 3-pt field goal percentage?
CREATE TABLE table_28628309_9 (totals VARCHAR, average VARCHAR, category VARCHAR)
SELECT date FROM table_name_30 WHERE record = "3-4"
Which Date has a Record of 3-4?
CREATE TABLE table_name_30 (date VARCHAR, record VARCHAR)
SELECT construction_start FROM table_12983929_1 WHERE commercial_operation = "04.03.1987"
When was the start of the construction of the unit that's been in commercial operation since 04.03.1987?
CREATE TABLE table_12983929_1 (construction_start VARCHAR, commercial_operation VARCHAR)
SELECT session FROM table_name_78 WHERE discipline = "open wheel" AND event = "1977 japanese grand prix"
The 1977 Japanese Grand Prix in the open wheel discipline has what session?
CREATE TABLE table_name_78 (session VARCHAR, discipline VARCHAR, event VARCHAR)
SELECT record FROM table_name_89 WHERE date = "june 22"
Name the record on june 22
CREATE TABLE table_name_89 (record VARCHAR, date VARCHAR)
SELECT stadium FROM table_name_6 WHERE visiting_team = "denver broncos"
What is the name of the stadium when the visiting team is the Denver Broncos?
CREATE TABLE table_name_6 (stadium VARCHAR, visiting_team VARCHAR)
SELECT t1.id, t1.maker FROM car_makers AS t1 JOIN model_list AS t2 ON t1.id = t2.maker GROUP BY t1.id HAVING COUNT(*) >= 2 INTERSECT SELECT t1.id, t1.maker FROM car_makers AS t1 JOIN model_list AS t2 ON t1.id = t2.maker JOIN car_names AS t3 ON t2.model = t3.model GROUP BY t1.id HAVING COUNT(*) > 3
Which are the car makers which produce at least 2 models and more than 3 car makers ? List the id and the maker .
CREATE TABLE car_makers (id VARCHAR, maker VARCHAR); CREATE TABLE model_list (maker VARCHAR, model VARCHAR); CREATE TABLE car_names (model VARCHAR)
SELECT round FROM table_name_4 WHERE pick < 189 AND nfl_club = "arizona cardinals"
What round has a pick less than 189, with arizona cardinals as the NFL club?
CREATE TABLE table_name_4 (round VARCHAR, pick VARCHAR, nfl_club VARCHAR)
SELECT hometown FROM table_11677100_18 WHERE position = "Pitcher" AND school = "Saint Joseph Regional High school"
What is the hometown of the pitcher who's school was Saint Joseph Regional High School?
CREATE TABLE table_11677100_18 (hometown VARCHAR, position VARCHAR, school VARCHAR)
SELECT MAX(founded) FROM table_13456202_1 WHERE school = "North College Hill High school"
WHat year was north college hill high school founded?
CREATE TABLE table_13456202_1 (founded INTEGER, school VARCHAR)
SELECT prom__m_ FROM table_name_20 WHERE class = "hewitt" AND height__m_ = 715
What is the prom with Hewitt class and a Height (m) of 715?
CREATE TABLE table_name_20 (prom__m_ VARCHAR, class VARCHAR, height__m_ VARCHAR)
SELECT miss_maja_pilipinas FROM table_name_55 WHERE second_runner_up = "maria penson"
Can you tell me the Miss Pilipinas that has the Second runner-up of maria penson?
CREATE TABLE table_name_55 (miss_maja_pilipinas VARCHAR, second_runner_up VARCHAR)
SELECT decision FROM table_name_51 WHERE home = "anaheim"
Who was the Decision at Anaheim's home game?
CREATE TABLE table_name_51 (decision VARCHAR, home VARCHAR)
SELECT incumbent FROM table_1341930_33 WHERE district = "North Carolina 6"
what's the incumbent with district being north carolina 6
CREATE TABLE table_1341930_33 (incumbent VARCHAR, district VARCHAR)
SELECT AVG(isolation__km_) FROM table_name_83 WHERE municipality = "sunndal" AND elevation__m_ > 1850
What is the average Isolation in the municipality of Sunndal at an elevation of more than 1850?
CREATE TABLE table_name_83 (isolation__km_ INTEGER, municipality VARCHAR, elevation__m_ VARCHAR)
SELECT 2007 FROM table_name_17 WHERE 2005 = "a" AND 2003 = "a" AND 2009 = "sf"
Name the 2007 for 2005 of a and 003 of a with 2009 of sf
CREATE TABLE table_name_17 (Id VARCHAR)
SELECT league_a FROM table_name_2 WHERE years = "1952–1960"
What is the League for 1952–1960?
CREATE TABLE table_name_2 (league_a VARCHAR, years VARCHAR)
SELECT driver FROM table_name_28 WHERE q1_order > 10 AND q1_pos = 18
Driver at larger than 10 with a Q1 of 18.
CREATE TABLE table_name_28 (driver VARCHAR, q1_order VARCHAR, q1_pos VARCHAR)
SELECT attendance FROM table_28211103_1 WHERE st_kilda_score = "13.10.88"
What is the attendance when the st kilda score is 13.10.88?
CREATE TABLE table_28211103_1 (attendance VARCHAR, st_kilda_score VARCHAR)
SELECT COUNT(DISTINCT rank) FROM captain
How many different captain ranks are there?
CREATE TABLE captain (rank VARCHAR)
SELECT time FROM table_name_11 WHERE round < 3 AND opponent = "bao quach"
Which Time has a Round smaller than 3, and an Opponent of bao quach?
CREATE TABLE table_name_11 (time VARCHAR, round VARCHAR, opponent VARCHAR)
SELECT nhl_team FROM table_1965650_3 WHERE player = "Jeff Jacques"
Name the nhl times for jeff jacques
CREATE TABLE table_1965650_3 (nhl_team VARCHAR, player VARCHAR)
SELECT season FROM table_name_47 WHERE third = "colin hodgson"
Which Season has a Third of colin hodgson?
CREATE TABLE table_name_47 (season VARCHAR, third VARCHAR)
SELECT max_altitude__miles_ FROM table_221315_3 WHERE pilot = "Neil Armstrong"
What was the maximum altitude for Neil Armstrong?
CREATE TABLE table_221315_3 (max_altitude__miles_ VARCHAR, pilot VARCHAR)
SELECT to_par FROM table_name_5 WHERE player = "billy andrade"
What did billy andrade to par?
CREATE TABLE table_name_5 (to_par VARCHAR, player VARCHAR)
SELECT SUM(grid) FROM table_name_14 WHERE laps > 73 AND driver = "bruce mclaren"
What is the grid total for bruce mclaren with over 73 laps?
CREATE TABLE table_name_14 (grid INTEGER, laps VARCHAR, driver VARCHAR)
SELECT party FROM table_29486189_4 WHERE residence = "Newark"
which party is the newark representative from
CREATE TABLE table_29486189_4 (party VARCHAR, residence VARCHAR)
SELECT 1 AS st_leg FROM table_name_79 WHERE team_2 = "slovan liberec"
What was the 1st leg for Team 2, Slovan Liberec?
CREATE TABLE table_name_79 (team_2 VARCHAR)
SELECT round FROM table_name_41 WHERE date = "13 october 1984"
What is the round played on 13 October 1984?
CREATE TABLE table_name_41 (round VARCHAR, date VARCHAR)
SELECT COUNT(block) FROM table_name_73 WHERE weight < 85 AND height > 187
What is the total number of Block for the Player with less than 85 Weight and more than 187 Height?
CREATE TABLE table_name_73 (block VARCHAR, weight VARCHAR, height VARCHAR)
SELECT place FROM table_name_62 WHERE player = "jay haas"
Where did Jay Haas place?
CREATE TABLE table_name_62 (place VARCHAR, player VARCHAR)
SELECT left FROM table_11658094_3 WHERE founded = 1880
What year did a school leave that was founded in 1880?
CREATE TABLE table_11658094_3 (left VARCHAR, founded VARCHAR)
SELECT date FROM table_name_53 WHERE winning_team = "a.z.k./roc-compétition a.z.k./roc-compétition" AND circuit = "zolder"
What is the date of the zolder circuit, which had a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?
CREATE TABLE table_name_53 (date VARCHAR, winning_team VARCHAR, circuit VARCHAR)
SELECT AVG(military_deaths) FROM table_name_22 WHERE civilian_deaths__including_foreigners_ < 38 AND military_and_or_civilian_wounded = "33"
What is the average number of military deaths when there are fewer than 38 civilian deaths (including foreigners) and 33 military and/or civilian wounded?
CREATE TABLE table_name_22 (military_deaths INTEGER, civilian_deaths__including_foreigners_ VARCHAR, military_and_or_civilian_wounded VARCHAR)
SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46
Name the number of lost for against being 46
CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR)
SELECT rnd FROM table_12146068_2 WHERE gt1_winning_team = "Doc Bundy Andy Wallace"
What is the rnd for gt1 winning team for doc bundy andy wallace?
CREATE TABLE table_12146068_2 (rnd VARCHAR, gt1_winning_team VARCHAR)
SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = "dutch" AND original_title = "rosie"
What was the title used for Rosie, the film nominated for the dutch language?
CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR)
SELECT AVG(points) FROM table_name_42 WHERE artist = "kamil mikulčík and nela" AND place > 18
What is the average Points when the artist is kamil mikulčík and nela, and the Place is larger than 18?
CREATE TABLE table_name_42 (points INTEGER, artist VARCHAR, place VARCHAR)
SELECT COUNT(longitude) FROM table_16768245_2 WHERE diameter = "224.0"
How many longitudes have a diameter of 224.0?
CREATE TABLE table_16768245_2 (longitude VARCHAR, diameter VARCHAR)
SELECT guanay_municipality FROM table_2509202_2 WHERE tacacoma_municipality = "4.321"
What is the guanay municipality when the tacacoma municipality is 4.321?
CREATE TABLE table_2509202_2 (guanay_municipality VARCHAR, tacacoma_municipality VARCHAR)
SELECT MIN(pick__number) FROM table_name_28 WHERE name = "ken walter" AND overall > 195
What is Ken Walter's lowest pick number with an overall pick number larger than 195?
CREATE TABLE table_name_28 (pick__number INTEGER, name VARCHAR, overall VARCHAR)
SELECT abbr FROM table_name_70 WHERE votes__2011_ = "11.2%"
WHAT IS THE ABBR WITH VOTES OF 11.2% IN 2011?
CREATE TABLE table_name_70 (abbr VARCHAR, votes__2011_ VARCHAR)
SELECT directed_by FROM table_11111116_7 WHERE us_viewers__million_ = "2.81"
Who directed an episode that had 2.81 million U.S. viewers?
CREATE TABLE table_11111116_7 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT MAX(written) FROM table_19534874_2 WHERE standard = 2
What was the maximum number in written when the standard was 2?
CREATE TABLE table_19534874_2 (written INTEGER, standard VARCHAR)
SELECT date FROM table_name_88 WHERE score = "3-0" AND year = 2011
What day was the score 3-0 after 2011?
CREATE TABLE table_name_88 (date VARCHAR, score VARCHAR, year VARCHAR)
SELECT round FROM table_name_53 WHERE venue = "nicosia" AND opponent = "levski sofia zapad"
Which round has a Venue of nicosia, and a Opponent of levski sofia zapad?
CREATE TABLE table_name_53 (round VARCHAR, venue VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_93 WHERE name = "nice international championships" AND champion = "björn borg"
What's the score of the Nice International Championships where Björn Borg was the champion?
CREATE TABLE table_name_93 (score VARCHAR, name VARCHAR, champion VARCHAR)
SELECT home FROM table_name_45 WHERE visitor = "colorado" AND record = "26–15–9"
Which team was the home team when Colorado was the visitor and the record became 26–15–9?
CREATE TABLE table_name_45 (home VARCHAR, visitor VARCHAR, record VARCHAR)
SELECT 2010 FROM table_name_43 WHERE 2009 = "a" AND 2008 = "a" AND tournament = "australian open"
What is the 2010 value with A in 2009 and A in 2008 in the Australian Open?
CREATE TABLE table_name_43 (tournament VARCHAR)
SELECT title FROM table_23981882_1 WHERE no_in_season = 7
What is the episode title for number 7 in the season?
CREATE TABLE table_23981882_1 (title VARCHAR, no_in_season VARCHAR)
SELECT intergiro_classification FROM table_12261926_2 WHERE winner = "Alexander Gontchenkov"
What is the intergiro classification of alexander gontchenkov?
CREATE TABLE table_12261926_2 (intergiro_classification VARCHAR, winner VARCHAR)
SELECT gauge FROM table_name_39 WHERE status = "operational" AND owner = "aurizon" AND locomotive = "g534"
What is the Gauge of Locomotive G534 Owned by Aurizon which has a Status of Operational?
CREATE TABLE table_name_39 (gauge VARCHAR, locomotive VARCHAR, status VARCHAR, owner VARCHAR)
SELECT acting_segment FROM table_name_36 WHERE status = "eliminated" AND name = "林佩琪 lin peiqi"
What's the acting segment of 林佩琪 lin peiqi's events that are eliminated?
CREATE TABLE table_name_36 (acting_segment VARCHAR, status VARCHAR, name VARCHAR)
SELECT score FROM table_name_81 WHERE player = "vijay singh"
What is Score, when Player is "Vijay Singh"?
CREATE TABLE table_name_81 (score VARCHAR, player VARCHAR)
SELECT location_attendance FROM table_name_63 WHERE high_points = "dwyane wade (27)"
What is the location attendance from Dwyane Wade (27) high points?
CREATE TABLE table_name_63 (location_attendance VARCHAR, high_points VARCHAR)
SELECT opponent FROM table_name_54 WHERE tournament = "herceg novi"
What is the name of the opponent at the Herceg Novi tournament?
CREATE TABLE table_name_54 (opponent VARCHAR, tournament VARCHAR)
SELECT classification__judges_ FROM table_21829580_1 WHERE detailed_grades = "9, 9, 8, 9"
Name the classification for 9, 9, 8, 9
CREATE TABLE table_21829580_1 (classification__judges_ VARCHAR, detailed_grades VARCHAR)
SELECT purse__$__ FROM table_11622924_1 WHERE score = "289 (9)"
How much was the prize in the tournament where the winning score was 289 (9)?
CREATE TABLE table_11622924_1 (purse__$__ VARCHAR, score VARCHAR)
SELECT winner FROM table_19930660_3 WHERE rufus_guest = "Sean Lock"
What is the resulting score for the episodes where Rufus's guest is Sean Lock?
CREATE TABLE table_19930660_3 (winner VARCHAR, rufus_guest VARCHAR)
SELECT ipsos_5_25_09 FROM table_name_26 WHERE tns_sofres_5_28_09 = "20%"
Which Ipsos 5/25/09 has a TNS-Sofres 5/28/09 of 20%?
CREATE TABLE table_name_26 (ipsos_5_25_09 VARCHAR, tns_sofres_5_28_09 VARCHAR)
SELECT built FROM table_name_71 WHERE name = "conant creek pegram truss railroad bridge"
Who built the conant creek pegram truss railroad bridge?
CREATE TABLE table_name_71 (built VARCHAR, name VARCHAR)
SELECT SUM(frequency_mhz) FROM table_name_99 WHERE class = "b1"
What is the total of Frequency MHz with a Class of b1?
CREATE TABLE table_name_99 (frequency_mhz INTEGER, class VARCHAR)
SELECT tournament FROM table_name_2 WHERE 2001 = "2–4"
2001 of 2–4 was in which tournament?
CREATE TABLE table_name_2 (tournament VARCHAR)
SELECT MIN(draw) FROM table_14977252_2 WHERE artist = "Elena Dermidjean"
Name the least draw for elena dermidjean
CREATE TABLE table_14977252_2 (draw INTEGER, artist VARCHAR)
SELECT COUNT(name_of_film) FROM table_25926120_3 WHERE language = "Hindi"
How many films were in hindi?
CREATE TABLE table_25926120_3 (name_of_film VARCHAR, language VARCHAR)
SELECT date FROM table_name_27 WHERE game_site = "jeppesen stadium"
Which Date has a Game site of jeppesen stadium?
CREATE TABLE table_name_27 (date VARCHAR, game_site VARCHAR)
SELECT T1.name FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f1 GROUP BY T2.f1 HAVING COUNT(*) > (SELECT COUNT(*) FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f1 WHERE T1.name = 'Tyler Swift')
Find the names of the users whose number of followers is greater than that of the user named "Tyler Swift".
CREATE TABLE follows (f1 VARCHAR); CREATE TABLE user_profiles (name VARCHAR, uid VARCHAR)
SELECT COUNT(original_air_date) FROM table_22181917_2 WHERE season__number = 20
How many original airdates did season 20 have?
CREATE TABLE table_22181917_2 (original_air_date VARCHAR, season__number VARCHAR)
SELECT money___£__ FROM table_name_50 WHERE country = "south africa" AND to_par = "+1" AND player = "ernie els"
Count the Money ( £ ) of south africa with a To par of +1, and a Player of ernie els?
CREATE TABLE table_name_50 (money___£__ VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR)
SELECT record__conf_ FROM table_name_73 WHERE conference = "wac"
What is the recorded conference that was a Wac Conference?
CREATE TABLE table_name_73 (record__conf_ VARCHAR, conference VARCHAR)
SELECT AVG(faces) FROM table_name_39 WHERE dual_archimedean_solid = "truncated icosahedron" AND vertices > 32
Which Faces have a Dual Archimedean solid of truncated icosahedron, and Vertices larger than 32?
CREATE TABLE table_name_39 (faces INTEGER, dual_archimedean_solid VARCHAR, vertices VARCHAR)
SELECT opponent_in_the_final FROM table_name_76 WHERE partner = "gastón etlis"
What Opponent in the final had a Partner of Gastón Etlis?
CREATE TABLE table_name_76 (opponent_in_the_final VARCHAR, partner VARCHAR)
SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 3 INTERSECT SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 4
What are the names of reviewers who had rated 3 star and 4 star?
CREATE TABLE Reviewer (name VARCHAR, rID VARCHAR); CREATE TABLE Rating (rID VARCHAR, stars VARCHAR)
SELECT title FROM table_name_69 WHERE start_of_reign = 1993
What Title's Start of Reign is 1993?
CREATE TABLE table_name_69 (title VARCHAR, start_of_reign VARCHAR)
SELECT original_air_date FROM table_28116528_1 WHERE production_code = "3X6316"
What date did the episode with a production code of 3x6316 originally air?
CREATE TABLE table_28116528_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT company FROM table_name_61 WHERE tracking_method = "cookies via javascript" AND latest_stable_release = "n/a" AND name = "clicktale"
Name the Company which has a Tracking Method of cookies via javascript, and a Latest stable release of n/a, and a Name of clicktale?
CREATE TABLE table_name_61 (company VARCHAR, name VARCHAR, tracking_method VARCHAR, latest_stable_release VARCHAR)
SELECT AVG(year) FROM table_name_13 WHERE mintage < 10 OFFSET 000
What was the average year for a coin that had a mintage smaller than 10,000?
CREATE TABLE table_name_13 (year INTEGER, mintage INTEGER)
SELECT to_par FROM table_name_20 WHERE score = 72 - 67 - 68 - 71 = 278
What is the To par when the score was 72-67-68-71=278?
CREATE TABLE table_name_20 (to_par VARCHAR, score VARCHAR)
SELECT label FROM table_name_88 WHERE region = "united states" AND format = "download"
What label is in download format in the United States?
CREATE TABLE table_name_88 (label VARCHAR, region VARCHAR, format VARCHAR)
SELECT attendance FROM table_name_89 WHERE opponent = "washington redskins"
What attendance has Washington redskins as the opponent?
CREATE TABLE table_name_89 (attendance VARCHAR, opponent VARCHAR)
SELECT game FROM table_name_71 WHERE developer_s_ = "rockstar games"
What is the game of developer Rockstar Games?
CREATE TABLE table_name_71 (game VARCHAR, developer_s_ VARCHAR)
SELECT decile FROM table_name_69 WHERE years = "–" AND gender = "coed"
Which Decile has Years of –, and a Gender of coed?
CREATE TABLE table_name_69 (decile VARCHAR, years VARCHAR, gender VARCHAR)
SELECT year FROM table_name_56 WHERE points > 0
What year has more than 0 points?
CREATE TABLE table_name_56 (year VARCHAR, points INTEGER)
SELECT team_1 FROM table_name_83 WHERE team_2 = "dynamos fc"
Which Team 1 faced Dynamos FC?
CREATE TABLE table_name_83 (team_1 VARCHAR, team_2 VARCHAR)
SELECT real_life_years_of_operation FROM table_243664_1 WHERE currently¹_part_of = "Amtrak"
Name the real life years of operation for amtrak
CREATE TABLE table_243664_1 (real_life_years_of_operation VARCHAR, currently¹_part_of VARCHAR)
SELECT MIN(press_jury) FROM table_20183474_1 WHERE artist = "Frank Aleksandersen"
How many press jury points did the song by Frank Aleksandersen get?
CREATE TABLE table_20183474_1 (press_jury INTEGER, artist VARCHAR)
SELECT COUNT(player) FROM table_20898602_1 WHERE status = "Made 53-man roster at start of 2009 season" AND position = "Running back"
how many players played running back where status is made 53-man roster at start of 2009 season
CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR)
SELECT husband FROM table_name_36 WHERE ceased_to_be_dauphine = "22 july 1461 became queen"
who is the husband when ceased to be dauphine is 22 july 1461 became queen?
CREATE TABLE table_name_36 (husband VARCHAR, ceased_to_be_dauphine VARCHAR)
SELECT country FROM table_name_83 WHERE hanja = "平安北道"
Which country has a city with a Hanja of 平安北道?
CREATE TABLE table_name_83 (country VARCHAR, hanja VARCHAR)
SELECT award FROM table_name_88 WHERE year > 2009
Which award took place after 2009?
CREATE TABLE table_name_88 (award VARCHAR, year INTEGER)