answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT 20 AS _questions FROM table_name_21 WHERE cover_model = "kimberley conrad hefner"
CREATE TABLE table_name_21 (cover_model VARCHAR)
Who was the 20 Questions section aimed at when Cover Model was Kimberley Conrad Hefner?
SELECT centerfold_model FROM table_name_56 WHERE cover_model = "julie lynn cialini"
CREATE TABLE table_name_56 (centerfold_model VARCHAR, cover_model VARCHAR)
Who was the Centerfold Model when the Cover Model was Julie Lynn Cialini?
SELECT interview_subject FROM table_name_3 WHERE centerfold_model = "melissa deanne holliday"
CREATE TABLE table_name_3 (interview_subject VARCHAR, centerfold_model VARCHAR)
Who was the Interview Subject when the Centerfold Model was Melissa Deanne Holliday?
SELECT 20 AS _questions FROM table_name_46 WHERE centerfold_model = "rachel jeán marteen"
CREATE TABLE table_name_46 (centerfold_model VARCHAR)
Who was the 20 Questions section aimed at when Centerfold Model was Rachel Jeán Marteen?
SELECT AVG(jersey__number) FROM table_name_71 WHERE name = "steve griffith" AND weight__kg_ < 84
CREATE TABLE table_name_71 (jersey__number INTEGER, name VARCHAR, weight__kg_ VARCHAR)
What was the average Jersey # of Steve Griffith, when his Weight (kg) was less than 84?
SELECT MIN(weight__kg_) FROM table_name_67 WHERE jersey__number = 10
CREATE TABLE table_name_67 (weight__kg_ INTEGER, jersey__number VARCHAR)
What was the lowest Weight (kg) for a player that had Jersey #10?
SELECT COUNT(height__cm_) FROM table_name_19 WHERE jersey__number < 16 AND name = "mark fusco"
CREATE TABLE table_name_19 (height__cm_ VARCHAR, jersey__number VARCHAR, name VARCHAR)
How many different Heights (cm) did Mark Fusco have, when his Jersey # was less than 16?
SELECT title FROM table_name_55 WHERE story = "martin worth"
CREATE TABLE table_name_55 (title VARCHAR, story VARCHAR)
What was the title of the episode that martin worth wrote the story for?
SELECT year FROM table_name_65 WHERE outcome = "runner-up" AND score = "4–6, 6–4, [8–10]"
CREATE TABLE table_name_65 (year VARCHAR, outcome VARCHAR, score VARCHAR)
In what year was Xavier Malisse the runner-up with scores of 4–6, 6–4, [8–10]?
SELECT surface FROM table_name_51 WHERE score = "4–6, 6–4, [8–10]"
CREATE TABLE table_name_51 (surface VARCHAR, score VARCHAR)
On what surface was the game played that had a score of 4–6, 6–4, [8–10]?
SELECT caps FROM table_name_96 WHERE province___club = "example" AND position = "prop" AND player = "sam walters"
CREATE TABLE table_name_96 (caps VARCHAR, player VARCHAR, province___club VARCHAR, position VARCHAR)
What is Caps, when Province / Club is Example, when Position is Prop, and when Player is Sam Walters?
SELECT position FROM table_name_59 WHERE date_of_birth__age_ = "example" AND player = "mark spencer"
CREATE TABLE table_name_59 (position VARCHAR, date_of_birth__age_ VARCHAR, player VARCHAR)
What is Postition, when Date of Birth (Age) is Example, and when Player is Mark Spencer?
SELECT player FROM table_name_66 WHERE caps = "example" AND position = "center"
CREATE TABLE table_name_66 (player VARCHAR, caps VARCHAR, position VARCHAR)
What is Player, when Caps is Example, and when Position is Center?
SELECT caps FROM table_name_49 WHERE province___club = "drfc" AND position = "center"
CREATE TABLE table_name_49 (caps VARCHAR, province___club VARCHAR, position VARCHAR)
What is Caps, when Province / Club is DRFC, and when Position is Center?
SELECT position FROM table_name_66 WHERE caps = "example" AND player = "shane kelly"
CREATE TABLE table_name_66 (position VARCHAR, caps VARCHAR, player VARCHAR)
What is Position, when Caps is Example, and When Player is Shane Kelly?
SELECT position FROM table_name_52 WHERE province___club = "example" AND date_of_birth__age_ = "example" AND player = "michael elumeze"
CREATE TABLE table_name_52 (position VARCHAR, player VARCHAR, province___club VARCHAR, date_of_birth__age_ VARCHAR)
What is Position, when Province / Club is Example, when Date of Birth (Age) is Example, and when Player is Michael Elumeze?
SELECT AVG(played) FROM table_name_79 WHERE drawn = 1 AND against = 24
CREATE TABLE table_name_79 (played INTEGER, drawn VARCHAR, against VARCHAR)
What is the average number played of the team with 1 drawn and 24 against?
SELECT MAX(lost) FROM table_name_65 WHERE points < 14 AND played < 18
CREATE TABLE table_name_65 (lost INTEGER, points VARCHAR, played VARCHAR)
What is the highest lost number of the team with less than 14 points and less than 18 played?
SELECT team FROM table_name_65 WHERE position = 1
CREATE TABLE table_name_65 (team VARCHAR, position VARCHAR)
Which team had 1 position?
SELECT MIN(played) FROM table_name_74 WHERE points = 18 AND position > 5
CREATE TABLE table_name_74 (played INTEGER, points VARCHAR, position VARCHAR)
What is the lowest number of played of the team with 18 points and a position greater than 5?
SELECT COUNT(points) FROM table_name_24 WHERE drawn < 4 AND against = 34
CREATE TABLE table_name_24 (points VARCHAR, drawn VARCHAR, against VARCHAR)
What is the total number of points of the team with less than 4 drawn and an against of 34?
SELECT AVG(drawn) FROM table_name_64 WHERE difference = "17" AND points = 22
CREATE TABLE table_name_64 (drawn INTEGER, difference VARCHAR, points VARCHAR)
What is the average number of drawn with a difference of 17 and 22 points?
SELECT school_club_team FROM table_name_24 WHERE position = "forward-center"
CREATE TABLE table_name_24 (school_club_team VARCHAR, position VARCHAR)
What is the team that has forward-center as a position?
SELECT school_club_team FROM table_name_25 WHERE player = "kenny smith"
CREATE TABLE table_name_25 (school_club_team VARCHAR, player VARCHAR)
What team does Kenny Smith play for?
SELECT years_in_orlando FROM table_name_82 WHERE nationality = "lebanon"
CREATE TABLE table_name_82 (years_in_orlando VARCHAR, nationality VARCHAR)
What years was Lebanon the nationality?
SELECT margin_of_victory FROM table_name_78 WHERE tournament = "cyber agent ladies"
CREATE TABLE table_name_78 (margin_of_victory VARCHAR, tournament VARCHAR)
Which margin of victory has cyber agent ladies as the tournament?
SELECT date FROM table_name_91 WHERE runner_s__up = "yani tseng"
CREATE TABLE table_name_91 (date VARCHAR, runner_s__up VARCHAR)
What date has yani tseng as the runner (s)-up?
SELECT margin_of_victory FROM table_name_45 WHERE tournament = "masters gc ladies"
CREATE TABLE table_name_45 (margin_of_victory VARCHAR, tournament VARCHAR)
What is the margin of victory that has masters gc ladies as the tournament?
SELECT date FROM table_name_97 WHERE runner_s__up = "yani tseng"
CREATE TABLE table_name_97 (date VARCHAR, runner_s__up VARCHAR)
What is the date that has yani tseng as the runner (s)-up?
SELECT winning_score FROM table_name_30 WHERE margin_of_victory = "2 strokes" AND tournament = "cyber agent ladies"
CREATE TABLE table_name_30 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
What is the winning score that has victory of 2 strokes for the margin, and cyber agent ladies for the tournament?
SELECT MAX(poles) FROM table_name_74 WHERE wins < 0
CREATE TABLE table_name_74 (poles INTEGER, wins INTEGER)
What is the highest Poles with a win that is smaller than 0?
SELECT headphone_model FROM table_name_28 WHERE construction = "plastic" AND headphone_class = "prestige"
CREATE TABLE table_name_28 (headphone_model VARCHAR, construction VARCHAR, headphone_class VARCHAR)
What is the headphone model with a plastic construction and a prestige headphone class?
SELECT earpads FROM table_name_67 WHERE construction = "plastic" AND succeeded_by = "igrado"
CREATE TABLE table_name_67 (earpads VARCHAR, construction VARCHAR, succeeded_by VARCHAR)
What earpads does the headphone with plastic contruction and was succeeded by igrado have?
SELECT earpads FROM table_name_43 WHERE construction = "plastic" AND sensitivity__db_ = "unknown" AND succeeded_by = "sr325"
CREATE TABLE table_name_43 (earpads VARCHAR, succeeded_by VARCHAR, construction VARCHAR, sensitivity__db_ VARCHAR)
What are the earpads of the headphone with a plastic construction, an unknown sensitivity, and was succeeded by sr325?
SELECT headphone_model FROM table_name_59 WHERE succeeded_by = "sr325"
CREATE TABLE table_name_59 (headphone_model VARCHAR, succeeded_by VARCHAR)
What is the headphone model which was succeeded by sr325?
SELECT regulations FROM table_name_84 WHERE winning_constructor = "hudson"
CREATE TABLE table_name_84 (regulations VARCHAR, winning_constructor VARCHAR)
What regulations have hudson as the winning constructor?
SELECT regulations FROM table_name_13 WHERE winning_drivers = "carlos arzani"
CREATE TABLE table_name_13 (regulations VARCHAR, winning_drivers VARCHAR)
What regulations have carlos arzani as the winning driver?
SELECT MAX(year) FROM table_name_7 WHERE winning_constructor = "ferrari 166 fl"
CREATE TABLE table_name_7 (year INTEGER, winning_constructor VARCHAR)
What is the latest year that has ferrari 166 fl as the winning constructor?
SELECT city_of_license FROM table_name_40 WHERE class = "lp"
CREATE TABLE table_name_40 (city_of_license VARCHAR, class VARCHAR)
What is the city of license that has lp as the class?
SELECT identifier FROM table_name_45 WHERE power = "50,000 watts"
CREATE TABLE table_name_45 (identifier VARCHAR, power VARCHAR)
What is the identifier that has 50,000 watts of power?
SELECT recnet FROM table_name_20 WHERE power = "40 watts" AND city_of_license = "temagami"
CREATE TABLE table_name_20 (recnet VARCHAR, power VARCHAR, city_of_license VARCHAR)
What RECNet has 40 watts of power and temagami as the city of license?
SELECT city_of_license FROM table_name_86 WHERE class = "a" AND identifier = "cbec-fm"
CREATE TABLE table_name_86 (city_of_license VARCHAR, class VARCHAR, identifier VARCHAR)
What city of license has A as a class, and cbec-fm as the identifier?
SELECT recnet FROM table_name_57 WHERE city_of_license = "elk lake"
CREATE TABLE table_name_57 (recnet VARCHAR, city_of_license VARCHAR)
What RECNet has elk lake as the city of license?
SELECT frequency FROM table_name_92 WHERE city_of_license = "temagami"
CREATE TABLE table_name_92 (frequency VARCHAR, city_of_license VARCHAR)
What frequency has temagami as the city of license?
SELECT MAX(current_branch_opened) FROM table_name_79 WHERE neighborhood = "w. portland park"
CREATE TABLE table_name_79 (current_branch_opened INTEGER, neighborhood VARCHAR)
What is the highest Current Branch Opened, when Neighborhood is W. Portland Park?
SELECT first_branch_opened FROM table_name_21 WHERE branch = "belmont library"
CREATE TABLE table_name_21 (first_branch_opened VARCHAR, branch VARCHAR)
What is the First Branch Opened, when Branch is Belmont Library?
SELECT neighborhood FROM table_name_92 WHERE branch = "hollywood library"
CREATE TABLE table_name_92 (neighborhood VARCHAR, branch VARCHAR)
What is Neighborhood, when Branch is Hollywood Library?
SELECT current_branch_opened FROM table_name_22 WHERE branch = "midland library"
CREATE TABLE table_name_22 (current_branch_opened VARCHAR, branch VARCHAR)
What is Current Branch Opened, when Branch is Midland Library?
SELECT MIN(assists) FROM table_name_72 WHERE games < 2
CREATE TABLE table_name_72 (assists INTEGER, games INTEGER)
Which player has the fewest assists and played 2 games or fewer?
SELECT COUNT(march) FROM table_name_83 WHERE january < 8.77 AND december > 1.69 AND average_monthly_additions_in_millions_ < 5.35 AND year < 2004
CREATE TABLE table_name_83 (march VARCHAR, year VARCHAR, average_monthly_additions_in_millions_ VARCHAR, january VARCHAR, december VARCHAR)
What was the total number for March with less than 8.77 in January, more than 1.69 in December, an average monthly addition less than 5.35, and before 2004?
SELECT COUNT(november) FROM table_name_50 WHERE february > 8.53 AND march = 20.21 AND september < 7.9
CREATE TABLE table_name_50 (november VARCHAR, september VARCHAR, february VARCHAR, march VARCHAR)
What is the total number for November, larger than 8.53 in February, 20.21 in March, and less than 7.9 in September?
SELECT SUM(december) FROM table_name_95 WHERE july = 0.36 AND february > 0.35000000000000003
CREATE TABLE table_name_95 (december INTEGER, july VARCHAR, february VARCHAR)
What is the sum for December that has 0.36 in July, and lager than 0.35000000000000003 in February?
SELECT COUNT(july) FROM table_name_12 WHERE october < 8.05 AND december > 4.46 AND november > 6.79
CREATE TABLE table_name_12 (july VARCHAR, november VARCHAR, october VARCHAR, december VARCHAR)
What is the total number for July with less than 8.05 in October, more than 4.46 in December, and more than 6.79 in November?
SELECT COUNT(october) FROM table_name_41 WHERE september < 2.48 AND year > 2002 AND june > 1.42 AND february < 7.44
CREATE TABLE table_name_41 (october VARCHAR, february VARCHAR, june VARCHAR, september VARCHAR, year VARCHAR)
What is the total number in October with less than 2.48 in September, after 2002, more than 1.42 in June, and smaller than 7.44 in February?
SELECT catalog FROM table_name_56 WHERE region = "europe"
CREATE TABLE table_name_56 (catalog VARCHAR, region VARCHAR)
What is the Catalog with a Region that is europe?
SELECT MAX(sfc_in_g__kn) AS ·s_ FROM table_name_12 WHERE engine_type = "rolls-royce/snecma olympus 593" AND sfc_in_lb__lbf·h_ < 1.195
CREATE TABLE table_name_12 (sfc_in_g__kn INTEGER, engine_type VARCHAR, sfc_in_lb__lbf·h_ VARCHAR)
What is the highest SFC in g/(kN*s) for Rolls-Royce/Snecma Olympus 593 engines and SFCs under 1.195 lb/(lbf*h)?
SELECT winner FROM table_name_70 WHERE week_of = "8 may" AND semi_finalists = "helena suková mary pierce" AND runner_up = "conchita martínez patricia tarabini"
CREATE TABLE table_name_70 (winner VARCHAR, runner_up VARCHAR, week_of VARCHAR, semi_finalists VARCHAR)
What is Winner, when Week is 8 May, when Semi Finalists is Helena Suková Mary Pierce, and when Runner-Up is Conchita Martínez Patricia Tarabini?
SELECT week_of FROM table_name_53 WHERE semi_finalists = "sandrine testud yone kamio"
CREATE TABLE table_name_53 (week_of VARCHAR, semi_finalists VARCHAR)
What is Week, when Semi Finalists is Sandrine Testud Yone Kamio?
SELECT season FROM table_name_34 WHERE player = "colin miller (tas)"
CREATE TABLE table_name_34 (season VARCHAR, player VARCHAR)
In what Season was Colin Miller (TAS) the Player?
SELECT rank FROM table_name_25 WHERE s_wicket = "65"
CREATE TABLE table_name_25 (rank VARCHAR, s_wicket VARCHAR)
What Rank has a 65 s Wicket?
SELECT result FROM table_name_72 WHERE opponent = "indianapolis colts"
CREATE TABLE table_name_72 (result VARCHAR, opponent VARCHAR)
Which result featured the Indianapolis Colts as opponents?
SELECT name FROM table_name_52 WHERE date_of_reclassification = "2003-04-01 (merge into shizuoka )"
CREATE TABLE table_name_52 (name VARCHAR, date_of_reclassification VARCHAR)
Whose Name has a Date of reclassification of 2003-04-01 (merge into shizuoka )?
SELECT japanese FROM table_name_99 WHERE prefecture = "iwate"
CREATE TABLE table_name_99 (japanese VARCHAR, prefecture VARCHAR)
WHich Japanese has a Prefecture of iwate?
SELECT date_of_designation FROM table_name_36 WHERE name = "kurume"
CREATE TABLE table_name_36 (date_of_designation VARCHAR, name VARCHAR)
Which Date of designation has a Name of kurume?
SELECT japanese FROM table_name_71 WHERE region = "tōhoku"
CREATE TABLE table_name_71 (japanese VARCHAR, region VARCHAR)
What kind of Japanese has a Region of tōhoku?
SELECT name FROM table_name_63 WHERE region = "kansai" AND date_of_reclassification = "2012-04-01 ( core city )"
CREATE TABLE table_name_63 (name VARCHAR, region VARCHAR, date_of_reclassification VARCHAR)
WHose Name has a Region of kansai on 2012-04-01 ( core city )?
SELECT position FROM table_name_92 WHERE birthdate = "august 17, 1980"
CREATE TABLE table_name_92 (position VARCHAR, birthdate VARCHAR)
What is the Position with a Birthdate that is august 17, 1980?
SELECT capacity FROM table_name_77 WHERE colors = "purple and white"
CREATE TABLE table_name_77 (capacity VARCHAR, colors VARCHAR)
Which capacity has a purple and white colors?
SELECT number_of_households FROM table_name_15 WHERE median_family_income = "$60,400"
CREATE TABLE table_name_15 (number_of_households VARCHAR, median_family_income VARCHAR)
How many households have a median family income of $60,400?
SELECT AVG(weight__kg_) FROM table_name_53 WHERE height__cm_ = 180 AND position = "d"
CREATE TABLE table_name_53 (weight__kg_ INTEGER, height__cm_ VARCHAR, position VARCHAR)
What is the average weight of the player with a height of 180 cm and plays the d position?
SELECT resting_potential__mv_ FROM table_name_69 WHERE ap_duration__ms_ = "1.0" AND cell_type = "median giant fiber"
CREATE TABLE table_name_69 (resting_potential__mv_ VARCHAR, ap_duration__ms_ VARCHAR, cell_type VARCHAR)
What was the resting potential with an AP duration of 1.0 and a median giant fiber cell type?
SELECT animal FROM table_name_75 WHERE resting_potential__mv_ = "−60"
CREATE TABLE table_name_75 (animal VARCHAR, resting_potential__mv_ VARCHAR)
Which animal has a resting potential of −60?
SELECT animal FROM table_name_11 WHERE ap_duration__ms_ = "1.0" AND conduction_speed__m_s_ = "7–30"
CREATE TABLE table_name_11 (animal VARCHAR, ap_duration__ms_ VARCHAR, conduction_speed__m_s_ VARCHAR)
Which animal has an AP duration of 1.0 and a conduction speed of 7–30?
SELECT ap_increase__mv_ FROM table_name_68 WHERE ap_duration__ms_ = "0.75"
CREATE TABLE table_name_68 (ap_increase__mv_ VARCHAR, ap_duration__ms_ VARCHAR)
What AP increase has an AP duration of 0.75?
SELECT cell_type FROM table_name_15 WHERE conduction_speed__m_s_ = "35"
CREATE TABLE table_name_15 (cell_type VARCHAR, conduction_speed__m_s_ VARCHAR)
Which cell type has a conduction speed of 35?
SELECT SUM(matches) FROM table_name_9 WHERE rank > 10
CREATE TABLE table_name_9 (matches INTEGER, rank INTEGER)
What was the total matches that ranked above 10?
SELECT COUNT(matches) FROM table_name_81 WHERE name = "alan shearer"
CREATE TABLE table_name_81 (matches VARCHAR, name VARCHAR)
What was the total amount of matches for Alan Shearer?
SELECT AVG(goals) FROM table_name_91 WHERE name = "jimmy greaves" AND matches > 516
CREATE TABLE table_name_91 (goals INTEGER, name VARCHAR, matches VARCHAR)
What is the average goals for Jimmy Greaves, and matches more than 516?
SELECT COUNT(matches) FROM table_name_55 WHERE name = "nat lofthouse" AND rank > 7
CREATE TABLE table_name_55 (matches VARCHAR, name VARCHAR, rank VARCHAR)
What was the total number of matches for Nat Lofthouse, ranking higher than 7?
SELECT MAX(rank) FROM table_name_20 WHERE name = "nat lofthouse" AND goals > 255
CREATE TABLE table_name_20 (rank INTEGER, name VARCHAR, goals VARCHAR)
What is the highest rank for Nat Lofthouse, and goals more than 255?
SELECT location___state FROM table_name_5 WHERE circuit = "adelaide international raceway"
CREATE TABLE table_name_5 (location___state VARCHAR, circuit VARCHAR)
What is the location/state that has adelaide international raceway as the circuit?
SELECT original_air_date FROM table_name_85 WHERE production_code = "07-00-107"
CREATE TABLE table_name_85 (original_air_date VARCHAR, production_code VARCHAR)
What is the Original air date for the episode with a Production code of 07-00-107?
SELECT directed_by FROM table_name_55 WHERE written_by = "robin schwartz & robert tarlow"
CREATE TABLE table_name_55 (directed_by VARCHAR, written_by VARCHAR)
What is the name of the director of the episode written by robin schwartz & robert tarlow?
SELECT original_air_date FROM table_name_35 WHERE directed_by = "lev l. spiro" AND production_code = "07-00-109"
CREATE TABLE table_name_35 (original_air_date VARCHAR, directed_by VARCHAR, production_code VARCHAR)
What is the Original air date for the episode directed by lev l. spiro, with a Production code of 07-00-109?
SELECT written_by FROM table_name_71 WHERE original_air_date = "october 9, 2000"
CREATE TABLE table_name_71 (written_by VARCHAR, original_air_date VARCHAR)
What is the name of the writer for the episode with an Original air date of october 9, 2000?
SELECT title FROM table_name_87 WHERE written_by = "terri hughes & ron milbauer" AND original_air_date = "march 6, 2001"
CREATE TABLE table_name_87 (title VARCHAR, written_by VARCHAR, original_air_date VARCHAR)
What is the Title written by Terri Hughes & Ron Milbauer, and an Original air date of march 6, 2001?
SELECT time_retired FROM table_name_7 WHERE driver = "scott dixon"
CREATE TABLE table_name_7 (time_retired VARCHAR, driver VARCHAR)
What time or retired does Scott Dixon have?
SELECT driver FROM table_name_38 WHERE grid > 3 AND time_retired = "+62.6 secs"
CREATE TABLE table_name_38 (driver VARCHAR, grid VARCHAR, time_retired VARCHAR)
Which driver has a grid bigger than 3 and a time of +62.6 secs?
SELECT driver FROM table_name_43 WHERE team = "newman-haas racing" AND time_retired = "1:51:47.260"
CREATE TABLE table_name_43 (driver VARCHAR, team VARCHAR, time_retired VARCHAR)
Who drives for Newman-Haas Racing with a time of 1:51:47.260?
SELECT driver FROM table_name_64 WHERE laps < 65 AND team = "sigma autosport"
CREATE TABLE table_name_64 (driver VARCHAR, laps VARCHAR, team VARCHAR)
Which driver had less than 65 laps for Sigma Autosport?
SELECT game_modes FROM table_name_13 WHERE pinyin = "chāojí mǎlìōu shìjiè"
CREATE TABLE table_name_13 (game_modes VARCHAR, pinyin VARCHAR)
Which game modes have Pinyin of chāojí mǎlìōu shìjiè?
SELECT MIN(population__1_july_2005_est_) FROM table_name_5 WHERE population_density__per_km²_ = 0
CREATE TABLE table_name_5 (population__1_july_2005_est_ INTEGER, population_density__per_km²_ VARCHAR)
What is the lowest Population (1 July 2005 est.), when Population density (per km²) is 0?
SELECT population_density__per_km²_ FROM table_name_81 WHERE name = "antigua and barbuda" AND capital = "st. john's"
CREATE TABLE table_name_81 (population_density__per_km²_ VARCHAR, name VARCHAR, capital VARCHAR)
What is Population density (per km²), when Name is Antigua and Barbuda, and when Capital is St. John's?
SELECT opponents FROM table_name_61 WHERE surface = "grass" AND partner = "mark woodforde" AND outcome = "winner" AND year > 1996
CREATE TABLE table_name_61 (opponents VARCHAR, year VARCHAR, outcome VARCHAR, surface VARCHAR, partner VARCHAR)
Who were the opponents on grass when playing with Mark Woodforde, and the outcome of winner, and a year greater than 1996?
SELECT partner FROM table_name_6 WHERE championship = "australian open, melbourne" AND score = "2–6, 7–5, 6–2, 4–6, 3–6"
CREATE TABLE table_name_6 (partner VARCHAR, championship VARCHAR, score VARCHAR)
Who was the partner at the Australian Open, Melbourne when the score was 2–6, 7–5, 6–2, 4–6, 3–6?
SELECT opponents FROM table_name_10 WHERE surface = "grass" AND year > 1993 AND partner = "jonas björkman"
CREATE TABLE table_name_10 (opponents VARCHAR, partner VARCHAR, surface VARCHAR, year VARCHAR)
When playing on grass who was the opponents in a year greater than 1993, and playing with Jonas Björkman?
SELECT league FROM table_name_51 WHERE playoffs = "national semi-finals"
CREATE TABLE table_name_51 (league VARCHAR, playoffs VARCHAR)
Which league's playoffs was national semi-finals?
SELECT country FROM table_name_34 WHERE icao = "lemd"
CREATE TABLE table_name_34 (country VARCHAR, icao VARCHAR)
Which country is Lemd the ICAO of?
SELECT country FROM table_name_46 WHERE airport = "paris-charles de gaulle airport"
CREATE TABLE table_name_46 (country VARCHAR, airport VARCHAR)
Paris-Charles de Gaulle airport is in which country?
SELECT icao FROM table_name_35 WHERE country = "saudi arabia" AND city = "riyadh"
CREATE TABLE table_name_35 (icao VARCHAR, country VARCHAR, city VARCHAR)
What is the ICAO for Riyadh, Saudi Arabia?