question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Which country's material was concrete when the span metres were less than 270, span feet is more than 837, and the year opened was 1943?
CREATE TABLE table_name_36 (country VARCHAR, year_opened VARCHAR, span_feet VARCHAR, material VARCHAR, span_metres VARCHAR)
SELECT country FROM table_name_36 WHERE material = "concrete" AND span_metres < 270 AND span_feet > 837 AND year_opened = "1943"
### Context: CREATE TABLE table_name_36 (country VARCHAR, year_opened VARCHAR, span_feet VARCHAR, material VARCHAR, span_metres VARCHAR) ### Question: Which country's material was concrete when the span metres were less than 270, span feet is more than 837, and the year opened was 1943? ### Answer: SELECT country FROM table_name_36 WHERE material = "concrete" AND span_metres < 270 AND span_feet > 837 AND year_opened = "1943"
What country won in 1993?
CREATE TABLE table_name_28 (country VARCHAR, year_s__won VARCHAR)
SELECT country FROM table_name_28 WHERE year_s__won = "1993"
### Context: CREATE TABLE table_name_28 (country VARCHAR, year_s__won VARCHAR) ### Question: What country won in 1993? ### Answer: SELECT country FROM table_name_28 WHERE year_s__won = "1993"
What was the finish with a total larger than 286, a to par of +4 and Bob Tway played?
CREATE TABLE table_name_70 (finish VARCHAR, player VARCHAR, total VARCHAR, to_par VARCHAR)
SELECT finish FROM table_name_70 WHERE total > 286 AND to_par = "+4" AND player = "bob tway"
### Context: CREATE TABLE table_name_70 (finish VARCHAR, player VARCHAR, total VARCHAR, to_par VARCHAR) ### Question: What was the finish with a total larger than 286, a to par of +4 and Bob Tway played? ### Answer: SELECT finish FROM table_name_70 WHERE total > 286 AND to_par = "+4" AND player = "bob tway"
What player in the United States had a total of 286 and won in 2003?
CREATE TABLE table_name_78 (player VARCHAR, year_s__won VARCHAR, country VARCHAR, total VARCHAR)
SELECT player FROM table_name_78 WHERE country = "united states" AND total = 286 AND year_s__won = "2003"
### Context: CREATE TABLE table_name_78 (player VARCHAR, year_s__won VARCHAR, country VARCHAR, total VARCHAR) ### Question: What player in the United States had a total of 286 and won in 2003? ### Answer: SELECT player FROM table_name_78 WHERE country = "united states" AND total = 286 AND year_s__won = "2003"
What country has a total of 293?
CREATE TABLE table_name_37 (country VARCHAR, total VARCHAR)
SELECT country FROM table_name_37 WHERE total = 293
### Context: CREATE TABLE table_name_37 (country VARCHAR, total VARCHAR) ### Question: What country has a total of 293? ### Answer: SELECT country FROM table_name_37 WHERE total = 293
What player is from Fiji?
CREATE TABLE table_name_67 (player VARCHAR, country VARCHAR)
SELECT player FROM table_name_67 WHERE country = "fiji"
### Context: CREATE TABLE table_name_67 (player VARCHAR, country VARCHAR) ### Question: What player is from Fiji? ### Answer: SELECT player FROM table_name_67 WHERE country = "fiji"
Which method was used in the welterweight class with a preliminary card?
CREATE TABLE table_name_58 (method VARCHAR, weight_class VARCHAR, card VARCHAR)
SELECT method FROM table_name_58 WHERE weight_class = "welterweight" AND card = "preliminary"
### Context: CREATE TABLE table_name_58 (method VARCHAR, weight_class VARCHAR, card VARCHAR) ### Question: Which method was used in the welterweight class with a preliminary card? ### Answer: SELECT method FROM table_name_58 WHERE weight_class = "welterweight" AND card = "preliminary"
Which method was used in a round greater than 3?
CREATE TABLE table_name_15 (method VARCHAR, round INTEGER)
SELECT method FROM table_name_15 WHERE round > 3
### Context: CREATE TABLE table_name_15 (method VARCHAR, round INTEGER) ### Question: Which method was used in a round greater than 3? ### Answer: SELECT method FROM table_name_15 WHERE round > 3
Which weight class had a time of 4:59?
CREATE TABLE table_name_65 (weight_class VARCHAR, time VARCHAR)
SELECT weight_class FROM table_name_65 WHERE time = "4:59"
### Context: CREATE TABLE table_name_65 (weight_class VARCHAR, time VARCHAR) ### Question: Which weight class had a time of 4:59? ### Answer: SELECT weight_class FROM table_name_65 WHERE time = "4:59"
What was the time for a round less than 3?
CREATE TABLE table_name_35 (time VARCHAR, round INTEGER)
SELECT time FROM table_name_35 WHERE round < 3
### Context: CREATE TABLE table_name_35 (time VARCHAR, round INTEGER) ### Question: What was the time for a round less than 3? ### Answer: SELECT time FROM table_name_35 WHERE round < 3
What is the smallest round for the welterweight class with a preliminary card?
CREATE TABLE table_name_11 (round INTEGER, weight_class VARCHAR, card VARCHAR)
SELECT MIN(round) FROM table_name_11 WHERE weight_class = "welterweight" AND card = "preliminary"
### Context: CREATE TABLE table_name_11 (round INTEGER, weight_class VARCHAR, card VARCHAR) ### Question: What is the smallest round for the welterweight class with a preliminary card? ### Answer: SELECT MIN(round) FROM table_name_11 WHERE weight_class = "welterweight" AND card = "preliminary"
Were there Bulletins to all contacts of the proprietary license created by Microsoft with no transport layer of security?
CREATE TABLE table_name_43 (bulletins_to_all_contacts VARCHAR, creator VARCHAR, transport_layer_security VARCHAR, license VARCHAR)
SELECT bulletins_to_all_contacts FROM table_name_43 WHERE transport_layer_security = "no" AND license = "proprietary" AND creator = "microsoft"
### Context: CREATE TABLE table_name_43 (bulletins_to_all_contacts VARCHAR, creator VARCHAR, transport_layer_security VARCHAR, license VARCHAR) ### Question: Were there Bulletins to all contacts of the proprietary license created by Microsoft with no transport layer of security? ### Answer: SELECT bulletins_to_all_contacts FROM table_name_43 WHERE transport_layer_security = "no" AND license = "proprietary" AND creator = "microsoft"
Were there Bulletins to all contacts of the license created by GG Network?
CREATE TABLE table_name_69 (bulletins_to_all_contacts VARCHAR, creator VARCHAR)
SELECT bulletins_to_all_contacts FROM table_name_69 WHERE creator = "gg network"
### Context: CREATE TABLE table_name_69 (bulletins_to_all_contacts VARCHAR, creator VARCHAR) ### Question: Were there Bulletins to all contacts of the license created by GG Network? ### Answer: SELECT bulletins_to_all_contacts FROM table_name_69 WHERE creator = "gg network"
What is the name of the license created by IETF?
CREATE TABLE table_name_72 (license VARCHAR, creator VARCHAR)
SELECT license FROM table_name_72 WHERE creator = "ietf"
### Context: CREATE TABLE table_name_72 (license VARCHAR, creator VARCHAR) ### Question: What is the name of the license created by IETF? ### Answer: SELECT license FROM table_name_72 WHERE creator = "ietf"
What is the envelopment for the rhabdoviridae family?
CREATE TABLE table_name_83 (envelopment VARCHAR, family VARCHAR)
SELECT envelopment FROM table_name_83 WHERE family = "rhabdoviridae"
### Context: CREATE TABLE table_name_83 (envelopment VARCHAR, family VARCHAR) ### Question: What is the envelopment for the rhabdoviridae family? ### Answer: SELECT envelopment FROM table_name_83 WHERE family = "rhabdoviridae"
Which Baltimore group has a viron shape of icosahedral, replicates in the cytoplasm, is non-enveloped, and is from the astroviridae family?
CREATE TABLE table_name_13 (baltimore_group VARCHAR, family VARCHAR, replication_site VARCHAR, virion_shape VARCHAR, envelopment VARCHAR)
SELECT baltimore_group FROM table_name_13 WHERE virion_shape = "icosahedral" AND envelopment = "non-enveloped" AND replication_site = "cytoplasm" AND family = "astroviridae"
### Context: CREATE TABLE table_name_13 (baltimore_group VARCHAR, family VARCHAR, replication_site VARCHAR, virion_shape VARCHAR, envelopment VARCHAR) ### Question: Which Baltimore group has a viron shape of icosahedral, replicates in the cytoplasm, is non-enveloped, and is from the astroviridae family? ### Answer: SELECT baltimore_group FROM table_name_13 WHERE virion_shape = "icosahedral" AND envelopment = "non-enveloped" AND replication_site = "cytoplasm" AND family = "astroviridae"
Which Baltimore group is of the retroviridae family?
CREATE TABLE table_name_62 (baltimore_group VARCHAR, family VARCHAR)
SELECT baltimore_group FROM table_name_62 WHERE family = "retroviridae"
### Context: CREATE TABLE table_name_62 (baltimore_group VARCHAR, family VARCHAR) ### Question: Which Baltimore group is of the retroviridae family? ### Answer: SELECT baltimore_group FROM table_name_62 WHERE family = "retroviridae"
Which Baltimore group is of the togaviridae family?
CREATE TABLE table_name_27 (baltimore_group VARCHAR, family VARCHAR)
SELECT baltimore_group FROM table_name_27 WHERE family = "togaviridae"
### Context: CREATE TABLE table_name_27 (baltimore_group VARCHAR, family VARCHAR) ### Question: Which Baltimore group is of the togaviridae family? ### Answer: SELECT baltimore_group FROM table_name_27 WHERE family = "togaviridae"
Which Baltimore group is non-enveloped and is of the papillomaviridae family?
CREATE TABLE table_name_85 (baltimore_group VARCHAR, envelopment VARCHAR, family VARCHAR)
SELECT baltimore_group FROM table_name_85 WHERE envelopment = "non-enveloped" AND family = "papillomaviridae"
### Context: CREATE TABLE table_name_85 (baltimore_group VARCHAR, envelopment VARCHAR, family VARCHAR) ### Question: Which Baltimore group is non-enveloped and is of the papillomaviridae family? ### Answer: SELECT baltimore_group FROM table_name_85 WHERE envelopment = "non-enveloped" AND family = "papillomaviridae"
What is the replication site when the species is enveloped and is of the bunyaviridae family?
CREATE TABLE table_name_58 (replication_site VARCHAR, envelopment VARCHAR, family VARCHAR)
SELECT replication_site FROM table_name_58 WHERE envelopment = "enveloped" AND family = "bunyaviridae"
### Context: CREATE TABLE table_name_58 (replication_site VARCHAR, envelopment VARCHAR, family VARCHAR) ### Question: What is the replication site when the species is enveloped and is of the bunyaviridae family? ### Answer: SELECT replication_site FROM table_name_58 WHERE envelopment = "enveloped" AND family = "bunyaviridae"
What is the highest League Cup with a Player that is steed malbranque?
CREATE TABLE table_name_95 (league_cup INTEGER, player VARCHAR)
SELECT MAX(league_cup) FROM table_name_95 WHERE player = "steed malbranque"
### Context: CREATE TABLE table_name_95 (league_cup INTEGER, player VARCHAR) ### Question: What is the highest League Cup with a Player that is steed malbranque? ### Answer: SELECT MAX(league_cup) FROM table_name_95 WHERE player = "steed malbranque"
What is the Manufacturer with a Fuel Type that is diesel?
CREATE TABLE table_name_9 (manufacturer VARCHAR, fuel_type VARCHAR)
SELECT manufacturer FROM table_name_9 WHERE fuel_type = "diesel"
### Context: CREATE TABLE table_name_9 (manufacturer VARCHAR, fuel_type VARCHAR) ### Question: What is the Manufacturer with a Fuel Type that is diesel? ### Answer: SELECT manufacturer FROM table_name_9 WHERE fuel_type = "diesel"
What is the Higgins with a Scallon that is 2%?
CREATE TABLE table_name_35 (higgins VARCHAR, scallon VARCHAR)
SELECT higgins FROM table_name_35 WHERE scallon = "2%"
### Context: CREATE TABLE table_name_35 (higgins VARCHAR, scallon VARCHAR) ### Question: What is the Higgins with a Scallon that is 2%? ### Answer: SELECT higgins FROM table_name_35 WHERE scallon = "2%"
What is the Higgins with a Davis that is 9%?
CREATE TABLE table_name_90 (higgins VARCHAR, davis VARCHAR)
SELECT higgins FROM table_name_90 WHERE davis = "9%"
### Context: CREATE TABLE table_name_90 (higgins VARCHAR, davis VARCHAR) ### Question: What is the Higgins with a Davis that is 9%? ### Answer: SELECT higgins FROM table_name_90 WHERE davis = "9%"
What is the Source with a Norris that is 7%?
CREATE TABLE table_name_45 (source VARCHAR, norris VARCHAR)
SELECT source FROM table_name_45 WHERE norris = "7%"
### Context: CREATE TABLE table_name_45 (source VARCHAR, norris VARCHAR) ### Question: What is the Source with a Norris that is 7%? ### Answer: SELECT source FROM table_name_45 WHERE norris = "7%"
What is the game 2 sum attendance of the team with a total attendance of 759,997?
CREATE TABLE table_name_67 (game_2 INTEGER, total VARCHAR)
SELECT SUM(game_2) FROM table_name_67 WHERE total = 759 OFFSET 997
### Context: CREATE TABLE table_name_67 (game_2 INTEGER, total VARCHAR) ### Question: What is the game 2 sum attendance of the team with a total attendance of 759,997? ### Answer: SELECT SUM(game_2) FROM table_name_67 WHERE total = 759 OFFSET 997
What position does Barry Rose play?
CREATE TABLE table_name_55 (position VARCHAR, player VARCHAR)
SELECT position FROM table_name_55 WHERE player = "barry rose"
### Context: CREATE TABLE table_name_55 (position VARCHAR, player VARCHAR) ### Question: What position does Barry Rose play? ### Answer: SELECT position FROM table_name_55 WHERE player = "barry rose"
Which Jersey # has a Height (cm) of 183, a Name of paul stastny, and a Weight (kg) smaller than 93?
CREATE TABLE table_name_98 (jersey__number VARCHAR, weight__kg_ VARCHAR, height__cm_ VARCHAR, name VARCHAR)
SELECT COUNT(jersey__number) FROM table_name_98 WHERE height__cm_ = 183 AND name = "paul stastny" AND weight__kg_ < 93
### Context: CREATE TABLE table_name_98 (jersey__number VARCHAR, weight__kg_ VARCHAR, height__cm_ VARCHAR, name VARCHAR) ### Question: Which Jersey # has a Height (cm) of 183, a Name of paul stastny, and a Weight (kg) smaller than 93? ### Answer: SELECT COUNT(jersey__number) FROM table_name_98 WHERE height__cm_ = 183 AND name = "paul stastny" AND weight__kg_ < 93
When the Runner-up was Angaston, and the Year was less than 1927, who was the Captain?
CREATE TABLE table_name_61 (captain VARCHAR, year VARCHAR, runner_up VARCHAR)
SELECT captain FROM table_name_61 WHERE year < 1927 AND runner_up = "angaston"
### Context: CREATE TABLE table_name_61 (captain VARCHAR, year VARCHAR, runner_up VARCHAR) ### Question: When the Runner-up was Angaston, and the Year was less than 1927, who was the Captain? ### Answer: SELECT captain FROM table_name_61 WHERE year < 1927 AND runner_up = "angaston"
When the Score was kapunda 7-7-49 angaston 6-8-44, who was the Runner-up?
CREATE TABLE table_name_14 (runner_up VARCHAR, score VARCHAR)
SELECT runner_up FROM table_name_14 WHERE score = "kapunda 7-7-49 angaston 6-8-44"
### Context: CREATE TABLE table_name_14 (runner_up VARCHAR, score VARCHAR) ### Question: When the Score was kapunda 7-7-49 angaston 6-8-44, who was the Runner-up? ### Answer: SELECT runner_up FROM table_name_14 WHERE score = "kapunda 7-7-49 angaston 6-8-44"
Which year had a Score of kapunda 14-13-97 tanunda 5-14-44?
CREATE TABLE table_name_53 (year INTEGER, score VARCHAR)
SELECT SUM(year) FROM table_name_53 WHERE score = "kapunda 14-13-97 tanunda 5-14-44"
### Context: CREATE TABLE table_name_53 (year INTEGER, score VARCHAR) ### Question: Which year had a Score of kapunda 14-13-97 tanunda 5-14-44? ### Answer: SELECT SUM(year) FROM table_name_53 WHERE score = "kapunda 14-13-97 tanunda 5-14-44"
When the year is later than 1939 and the Runner-up is Tanunda, who is the Captain?
CREATE TABLE table_name_57 (captain VARCHAR, runner_up VARCHAR, year VARCHAR)
SELECT captain FROM table_name_57 WHERE runner_up = "tanunda" AND year > 1939
### Context: CREATE TABLE table_name_57 (captain VARCHAR, runner_up VARCHAR, year VARCHAR) ### Question: When the year is later than 1939 and the Runner-up is Tanunda, who is the Captain? ### Answer: SELECT captain FROM table_name_57 WHERE runner_up = "tanunda" AND year > 1939
What's the tournamnet name that has a 2001 of 1r and 2011?
CREATE TABLE table_name_25 (tournament VARCHAR)
SELECT tournament FROM table_name_25 WHERE 2001 = "1r" AND 2011 = "a"
### Context: CREATE TABLE table_name_25 (tournament VARCHAR) ### Question: What's the tournamnet name that has a 2001 of 1r and 2011? ### Answer: SELECT tournament FROM table_name_25 WHERE 2001 = "1r" AND 2011 = "a"
What is the 2001 tournament with a 2005 4r?
CREATE TABLE table_name_83 (Id VARCHAR)
SELECT 2001 FROM table_name_83 WHERE 2005 = "4r"
### Context: CREATE TABLE table_name_83 (Id VARCHAR) ### Question: What is the 2001 tournament with a 2005 4r? ### Answer: SELECT 2001 FROM table_name_83 WHERE 2005 = "4r"
What french open tournament happened in 2010 and has a 2004 1r?
CREATE TABLE table_name_58 (tournament VARCHAR)
SELECT 2010 FROM table_name_58 WHERE 2004 = "1r" AND tournament = "french open"
### Context: CREATE TABLE table_name_58 (tournament VARCHAR) ### Question: What french open tournament happened in 2010 and has a 2004 1r? ### Answer: SELECT 2010 FROM table_name_58 WHERE 2004 = "1r" AND tournament = "french open"
What 2002 tournament has 2008 career statistics?
CREATE TABLE table_name_21 (Id VARCHAR)
SELECT 2002 FROM table_name_21 WHERE 2008 = "career statistics"
### Context: CREATE TABLE table_name_21 (Id VARCHAR) ### Question: What 2002 tournament has 2008 career statistics? ### Answer: SELECT 2002 FROM table_name_21 WHERE 2008 = "career statistics"
Which season has a Staffel E of Stahl Riesa?
CREATE TABLE table_name_21 (season VARCHAR, staffel_e VARCHAR)
SELECT season FROM table_name_21 WHERE staffel_e = "stahl riesa"
### Context: CREATE TABLE table_name_21 (season VARCHAR, staffel_e VARCHAR) ### Question: Which season has a Staffel E of Stahl Riesa? ### Answer: SELECT season FROM table_name_21 WHERE staffel_e = "stahl riesa"
What is the Staffel D in the season 1983-84 with a Staffel E of Motor Suhl?
CREATE TABLE table_name_51 (staffel_d VARCHAR, staffel_e VARCHAR, season VARCHAR)
SELECT staffel_d FROM table_name_51 WHERE staffel_e = "motor suhl" AND season = "1983-84"
### Context: CREATE TABLE table_name_51 (staffel_d VARCHAR, staffel_e VARCHAR, season VARCHAR) ### Question: What is the Staffel D in the season 1983-84 with a Staffel E of Motor Suhl? ### Answer: SELECT staffel_d FROM table_name_51 WHERE staffel_e = "motor suhl" AND season = "1983-84"
What is the Staffel A that has a Staffel D of Energie Cottbus and a Staffel C of Chemie Leipzig and a Staffel B of 1. FC Union Berlin?
CREATE TABLE table_name_75 (staffel_a VARCHAR, staffel_b VARCHAR, staffel_d VARCHAR, staffel_c VARCHAR)
SELECT staffel_a FROM table_name_75 WHERE staffel_d = "energie cottbus" AND staffel_c = "chemie leipzig" AND staffel_b = "1. fc union berlin"
### Context: CREATE TABLE table_name_75 (staffel_a VARCHAR, staffel_b VARCHAR, staffel_d VARCHAR, staffel_c VARCHAR) ### Question: What is the Staffel A that has a Staffel D of Energie Cottbus and a Staffel C of Chemie Leipzig and a Staffel B of 1. FC Union Berlin? ### Answer: SELECT staffel_a FROM table_name_75 WHERE staffel_d = "energie cottbus" AND staffel_c = "chemie leipzig" AND staffel_b = "1. fc union berlin"
What is the Staffel B that has Hallescher Fc Chemie as Staffel C?
CREATE TABLE table_name_97 (staffel_b VARCHAR, staffel_c VARCHAR)
SELECT staffel_b FROM table_name_97 WHERE staffel_c = "hallescher fc chemie"
### Context: CREATE TABLE table_name_97 (staffel_b VARCHAR, staffel_c VARCHAR) ### Question: What is the Staffel B that has Hallescher Fc Chemie as Staffel C? ### Answer: SELECT staffel_b FROM table_name_97 WHERE staffel_c = "hallescher fc chemie"
Which week's date was September 27, 1953?
CREATE TABLE table_name_8 (week VARCHAR, date VARCHAR)
SELECT week FROM table_name_8 WHERE date = "september 27, 1953"
### Context: CREATE TABLE table_name_8 (week VARCHAR, date VARCHAR) ### Question: Which week's date was September 27, 1953? ### Answer: SELECT week FROM table_name_8 WHERE date = "september 27, 1953"
What is the largest attendance number when the Chicago Cardinals were the opponent and the week was less than 4?
CREATE TABLE table_name_48 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
SELECT MAX(attendance) FROM table_name_48 WHERE opponent = "chicago cardinals" AND week < 4
### Context: CREATE TABLE table_name_48 (attendance INTEGER, opponent VARCHAR, week VARCHAR) ### Question: What is the largest attendance number when the Chicago Cardinals were the opponent and the week was less than 4? ### Answer: SELECT MAX(attendance) FROM table_name_48 WHERE opponent = "chicago cardinals" AND week < 4
When Gigi Fernández Natalia Zvereva 6–2, 6–1 won, who was the Tier II Runner-up?
CREATE TABLE table_name_85 (runner_up VARCHAR, tier VARCHAR, winner VARCHAR)
SELECT runner_up FROM table_name_85 WHERE tier = "tier ii" AND winner = "gigi fernández natalia zvereva 6–2, 6–1"
### Context: CREATE TABLE table_name_85 (runner_up VARCHAR, tier VARCHAR, winner VARCHAR) ### Question: When Gigi Fernández Natalia Zvereva 6–2, 6–1 won, who was the Tier II Runner-up? ### Answer: SELECT runner_up FROM table_name_85 WHERE tier = "tier ii" AND winner = "gigi fernández natalia zvereva 6–2, 6–1"
Who were the semi finalists when Alexia Dechaume-Balleret Sandrine testud was the runner-up?
CREATE TABLE table_name_81 (semi_finalists VARCHAR, runner_up VARCHAR)
SELECT semi_finalists FROM table_name_81 WHERE runner_up = "alexia dechaume-balleret sandrine testud"
### Context: CREATE TABLE table_name_81 (semi_finalists VARCHAR, runner_up VARCHAR) ### Question: Who were the semi finalists when Alexia Dechaume-Balleret Sandrine testud was the runner-up? ### Answer: SELECT semi_finalists FROM table_name_81 WHERE runner_up = "alexia dechaume-balleret sandrine testud"
What tier had a runner-up of Lisa Raymond and a semifinalist of Sandrine Testud Mary Pierce?
CREATE TABLE table_name_46 (tier VARCHAR, semi_finalists VARCHAR, runner_up VARCHAR)
SELECT tier FROM table_name_46 WHERE semi_finalists = "sandrine testud mary pierce" AND runner_up = "lisa raymond"
### Context: CREATE TABLE table_name_46 (tier VARCHAR, semi_finalists VARCHAR, runner_up VARCHAR) ### Question: What tier had a runner-up of Lisa Raymond and a semifinalist of Sandrine Testud Mary Pierce? ### Answer: SELECT tier FROM table_name_46 WHERE semi_finalists = "sandrine testud mary pierce" AND runner_up = "lisa raymond"
Who were the semi finalists when the runner-up was Alexandra Fusai Wiltrud Probst?
CREATE TABLE table_name_92 (semi_finalists VARCHAR, runner_up VARCHAR)
SELECT semi_finalists FROM table_name_92 WHERE runner_up = "alexandra fusai wiltrud probst"
### Context: CREATE TABLE table_name_92 (semi_finalists VARCHAR, runner_up VARCHAR) ### Question: Who were the semi finalists when the runner-up was Alexandra Fusai Wiltrud Probst? ### Answer: SELECT semi_finalists FROM table_name_92 WHERE runner_up = "alexandra fusai wiltrud probst"
What is the Label that shows on april 7, 1967?
CREATE TABLE table_name_77 (label VARCHAR, date VARCHAR)
SELECT label FROM table_name_77 WHERE date = "april 7, 1967"
### Context: CREATE TABLE table_name_77 (label VARCHAR, date VARCHAR) ### Question: What is the Label that shows on april 7, 1967? ### Answer: SELECT label FROM table_name_77 WHERE date = "april 7, 1967"
What is the Date when the Country shows uk, the Format is cd, and the Catalog of edcd 227?
CREATE TABLE table_name_91 (date VARCHAR, catalog VARCHAR, country VARCHAR, format VARCHAR)
SELECT date FROM table_name_91 WHERE country = "uk" AND format = "cd" AND catalog = "edcd 227"
### Context: CREATE TABLE table_name_91 (date VARCHAR, catalog VARCHAR, country VARCHAR, format VARCHAR) ### Question: What is the Date when the Country shows uk, the Format is cd, and the Catalog of edcd 227? ### Answer: SELECT date FROM table_name_91 WHERE country = "uk" AND format = "cd" AND catalog = "edcd 227"
What is the Date for Catalog of lp 5060?
CREATE TABLE table_name_65 (date VARCHAR, catalog VARCHAR)
SELECT date FROM table_name_65 WHERE catalog = "lp 5060"
### Context: CREATE TABLE table_name_65 (date VARCHAR, catalog VARCHAR) ### Question: What is the Date for Catalog of lp 5060? ### Answer: SELECT date FROM table_name_65 WHERE catalog = "lp 5060"
What Date was the Country of japan, and a Label of sony?
CREATE TABLE table_name_75 (date VARCHAR, country VARCHAR, label VARCHAR)
SELECT date FROM table_name_75 WHERE country = "japan" AND label = "sony"
### Context: CREATE TABLE table_name_75 (date VARCHAR, country VARCHAR, label VARCHAR) ### Question: What Date was the Country of japan, and a Label of sony? ### Answer: SELECT date FROM table_name_75 WHERE country = "japan" AND label = "sony"
What is the Catalog with a Format of lp, a Country of us, a Label of sundazed, and a Date of 2006?
CREATE TABLE table_name_46 (catalog VARCHAR, date VARCHAR, label VARCHAR, format VARCHAR, country VARCHAR)
SELECT catalog FROM table_name_46 WHERE format = "lp" AND country = "us" AND label = "sundazed" AND date = "2006"
### Context: CREATE TABLE table_name_46 (catalog VARCHAR, date VARCHAR, label VARCHAR, format VARCHAR, country VARCHAR) ### Question: What is the Catalog with a Format of lp, a Country of us, a Label of sundazed, and a Date of 2006? ### Answer: SELECT catalog FROM table_name_46 WHERE format = "lp" AND country = "us" AND label = "sundazed" AND date = "2006"
What is the Label name that has a Country of uk and the Catalog is bpg 62988?
CREATE TABLE table_name_73 (label VARCHAR, country VARCHAR, catalog VARCHAR)
SELECT label FROM table_name_73 WHERE country = "uk" AND catalog = "bpg 62988"
### Context: CREATE TABLE table_name_73 (label VARCHAR, country VARCHAR, catalog VARCHAR) ### Question: What is the Label name that has a Country of uk and the Catalog is bpg 62988? ### Answer: SELECT label FROM table_name_73 WHERE country = "uk" AND catalog = "bpg 62988"
What were the Lyrics (l) and Music (m) for the Artist who was in a Position higher than 3 and who earned 1st Place?
CREATE TABLE table_name_16 (lyrics__l____music__m_ VARCHAR, position VARCHAR, place VARCHAR)
SELECT lyrics__l____music__m_ FROM table_name_16 WHERE position > 3 AND place = "1st"
### Context: CREATE TABLE table_name_16 (lyrics__l____music__m_ VARCHAR, position VARCHAR, place VARCHAR) ### Question: What were the Lyrics (l) and Music (m) for the Artist who was in a Position higher than 3 and who earned 1st Place? ### Answer: SELECT lyrics__l____music__m_ FROM table_name_16 WHERE position > 3 AND place = "1st"
What is the Rank of the Nation with 0 Silver and more than 1 Bronze?
CREATE TABLE table_name_24 (rank INTEGER, silver VARCHAR, bronze VARCHAR)
SELECT MAX(rank) FROM table_name_24 WHERE silver < 1 AND bronze > 1
### Context: CREATE TABLE table_name_24 (rank INTEGER, silver VARCHAR, bronze VARCHAR) ### Question: What is the Rank of the Nation with 0 Silver and more than 1 Bronze? ### Answer: SELECT MAX(rank) FROM table_name_24 WHERE silver < 1 AND bronze > 1
What is the Total medals for the Nation with 1 Silver and 0 Golds?
CREATE TABLE table_name_89 (total VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT COUNT(total) FROM table_name_89 WHERE silver = 1 AND gold < 0
### Context: CREATE TABLE table_name_89 (total VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the Total medals for the Nation with 1 Silver and 0 Golds? ### Answer: SELECT COUNT(total) FROM table_name_89 WHERE silver = 1 AND gold < 0
Which potential's period 5 is 4 and has an element of antimony?
CREATE TABLE table_name_81 (potential VARCHAR, period VARCHAR, element VARCHAR)
SELECT potential FROM table_name_81 WHERE period = 5 AND element = "antimony"
### Context: CREATE TABLE table_name_81 (potential VARCHAR, period VARCHAR, element VARCHAR) ### Question: Which potential's period 5 is 4 and has an element of antimony? ### Answer: SELECT potential FROM table_name_81 WHERE period = 5 AND element = "antimony"
Which lowest period's element is ruthenium?
CREATE TABLE table_name_28 (period INTEGER, element VARCHAR)
SELECT MIN(period) FROM table_name_28 WHERE element = "ruthenium"
### Context: CREATE TABLE table_name_28 (period INTEGER, element VARCHAR) ### Question: Which lowest period's element is ruthenium? ### Answer: SELECT MIN(period) FROM table_name_28 WHERE element = "ruthenium"
Which highest period's element is platinum?
CREATE TABLE table_name_19 (period INTEGER, element VARCHAR)
SELECT MAX(period) FROM table_name_19 WHERE element = "platinum"
### Context: CREATE TABLE table_name_19 (period INTEGER, element VARCHAR) ### Question: Which highest period's element is platinum? ### Answer: SELECT MAX(period) FROM table_name_19 WHERE element = "platinum"
What is the Venue with a Result that is lost?
CREATE TABLE table_name_40 (venue VARCHAR, result VARCHAR)
SELECT venue FROM table_name_40 WHERE result = "lost"
### Context: CREATE TABLE table_name_40 (venue VARCHAR, result VARCHAR) ### Question: What is the Venue with a Result that is lost? ### Answer: SELECT venue FROM table_name_40 WHERE result = "lost"
What is the highest administrative panel with a cultural and educational panel of 2 plus an industrial and commercial panel larger than 4?
CREATE TABLE table_name_14 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR)
SELECT MAX(administrative_panel) FROM table_name_14 WHERE cultural_and_educational_panel = 2 AND industrial_and_commercial_panel > 4
### Context: CREATE TABLE table_name_14 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR) ### Question: What is the highest administrative panel with a cultural and educational panel of 2 plus an industrial and commercial panel larger than 4? ### Answer: SELECT MAX(administrative_panel) FROM table_name_14 WHERE cultural_and_educational_panel = 2 AND industrial_and_commercial_panel > 4
What is the total for National University of Ireland with an industrial and commercial panel less than 1, and the cultural and educational panel bigger than 0?
CREATE TABLE table_name_17 (national_university_of_ireland VARCHAR, industrial_and_commercial_panel VARCHAR, cultural_and_educational_panel VARCHAR)
SELECT COUNT(national_university_of_ireland) FROM table_name_17 WHERE industrial_and_commercial_panel < 1 AND cultural_and_educational_panel > 0
### Context: CREATE TABLE table_name_17 (national_university_of_ireland VARCHAR, industrial_and_commercial_panel VARCHAR, cultural_and_educational_panel VARCHAR) ### Question: What is the total for National University of Ireland with an industrial and commercial panel less than 1, and the cultural and educational panel bigger than 0? ### Answer: SELECT COUNT(national_university_of_ireland) FROM table_name_17 WHERE industrial_and_commercial_panel < 1 AND cultural_and_educational_panel > 0
What is the administrative panel average when the cultural and educational panel is greater than 1 and the industrial and commercial panel less than 4?
CREATE TABLE table_name_77 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR)
SELECT AVG(administrative_panel) FROM table_name_77 WHERE cultural_and_educational_panel > 1 AND industrial_and_commercial_panel < 4
### Context: CREATE TABLE table_name_77 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR) ### Question: What is the administrative panel average when the cultural and educational panel is greater than 1 and the industrial and commercial panel less than 4? ### Answer: SELECT AVG(administrative_panel) FROM table_name_77 WHERE cultural_and_educational_panel > 1 AND industrial_and_commercial_panel < 4
What is the biggest administrative panel with a nominated by the Taoiseach greater than 3 and an argricultural panel of 5, plust a cultural and educational panel larger than 2?
CREATE TABLE table_name_37 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, nominated_by_the_taoiseach VARCHAR, agricultural_panel VARCHAR)
SELECT MAX(administrative_panel) FROM table_name_37 WHERE nominated_by_the_taoiseach > 3 AND agricultural_panel = 5 AND cultural_and_educational_panel > 2
### Context: CREATE TABLE table_name_37 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, nominated_by_the_taoiseach VARCHAR, agricultural_panel VARCHAR) ### Question: What is the biggest administrative panel with a nominated by the Taoiseach greater than 3 and an argricultural panel of 5, plust a cultural and educational panel larger than 2? ### Answer: SELECT MAX(administrative_panel) FROM table_name_37 WHERE nominated_by_the_taoiseach > 3 AND agricultural_panel = 5 AND cultural_and_educational_panel > 2
What is the smallest cultural and educational panel with a nominated by the Taoiseach less than 5 and the total greater than 19?
CREATE TABLE table_name_74 (cultural_and_educational_panel INTEGER, nominated_by_the_taoiseach VARCHAR, total VARCHAR)
SELECT MIN(cultural_and_educational_panel) FROM table_name_74 WHERE nominated_by_the_taoiseach < 5 AND total > 19
### Context: CREATE TABLE table_name_74 (cultural_and_educational_panel INTEGER, nominated_by_the_taoiseach VARCHAR, total VARCHAR) ### Question: What is the smallest cultural and educational panel with a nominated by the Taoiseach less than 5 and the total greater than 19? ### Answer: SELECT MIN(cultural_and_educational_panel) FROM table_name_74 WHERE nominated_by_the_taoiseach < 5 AND total > 19
With the cultural and educational panel less than 0 what is the average industrial and commercial panel?
CREATE TABLE table_name_22 (industrial_and_commercial_panel INTEGER, cultural_and_educational_panel INTEGER)
SELECT AVG(industrial_and_commercial_panel) FROM table_name_22 WHERE cultural_and_educational_panel < 0
### Context: CREATE TABLE table_name_22 (industrial_and_commercial_panel INTEGER, cultural_and_educational_panel INTEGER) ### Question: With the cultural and educational panel less than 0 what is the average industrial and commercial panel? ### Answer: SELECT AVG(industrial_and_commercial_panel) FROM table_name_22 WHERE cultural_and_educational_panel < 0
What is the total number of silver medals for nations with 5 total medals and more than 3 gold medals?
CREATE TABLE table_name_22 (silver VARCHAR, total VARCHAR, gold VARCHAR)
SELECT COUNT(silver) FROM table_name_22 WHERE total = 5 AND gold > 3
### Context: CREATE TABLE table_name_22 (silver VARCHAR, total VARCHAR, gold VARCHAR) ### Question: What is the total number of silver medals for nations with 5 total medals and more than 3 gold medals? ### Answer: SELECT COUNT(silver) FROM table_name_22 WHERE total = 5 AND gold > 3
What was the label in 1969?
CREATE TABLE table_name_18 (label VARCHAR, date VARCHAR)
SELECT label FROM table_name_18 WHERE date = 1969
### Context: CREATE TABLE table_name_18 (label VARCHAR, date VARCHAR) ### Question: What was the label in 1969? ### Answer: SELECT label FROM table_name_18 WHERE date = 1969
What is the Commissioned date of the ship in NVR Page MCM02?
CREATE TABLE table_name_29 (commissioned VARCHAR, nvr_page VARCHAR)
SELECT commissioned FROM table_name_29 WHERE nvr_page = "mcm02"
### Context: CREATE TABLE table_name_29 (commissioned VARCHAR, nvr_page VARCHAR) ### Question: What is the Commissioned date of the ship in NVR Page MCM02? ### Answer: SELECT commissioned FROM table_name_29 WHERE nvr_page = "mcm02"
What is the NVR Page of the ship with a Home Port of Sasebo, Japan?
CREATE TABLE table_name_6 (nvr_page VARCHAR, home_port VARCHAR)
SELECT nvr_page FROM table_name_6 WHERE home_port = "sasebo, japan"
### Context: CREATE TABLE table_name_6 (nvr_page VARCHAR, home_port VARCHAR) ### Question: What is the NVR Page of the ship with a Home Port of Sasebo, Japan? ### Answer: SELECT nvr_page FROM table_name_6 WHERE home_port = "sasebo, japan"
Which week's game was attended by 54,015 people?
CREATE TABLE table_name_34 (week VARCHAR, attendance VARCHAR)
SELECT COUNT(week) FROM table_name_34 WHERE attendance = 54 OFFSET 015
### Context: CREATE TABLE table_name_34 (week VARCHAR, attendance VARCHAR) ### Question: Which week's game was attended by 54,015 people? ### Answer: SELECT COUNT(week) FROM table_name_34 WHERE attendance = 54 OFFSET 015
What date was the game that was before week 4 and was attended by over 54,015 people ?
CREATE TABLE table_name_33 (date VARCHAR, week VARCHAR, attendance VARCHAR)
SELECT date FROM table_name_33 WHERE week < 4 AND attendance > 54 OFFSET 015
### Context: CREATE TABLE table_name_33 (date VARCHAR, week VARCHAR, attendance VARCHAR) ### Question: What date was the game that was before week 4 and was attended by over 54,015 people ? ### Answer: SELECT date FROM table_name_33 WHERE week < 4 AND attendance > 54 OFFSET 015
In what venues was the match with a final result of Eng by 4 wkts?
CREATE TABLE table_name_19 (venue VARCHAR, result VARCHAR)
SELECT venue FROM table_name_19 WHERE result = "eng by 4 wkts"
### Context: CREATE TABLE table_name_19 (venue VARCHAR, result VARCHAR) ### Question: In what venues was the match with a final result of Eng by 4 wkts? ### Answer: SELECT venue FROM table_name_19 WHERE result = "eng by 4 wkts"
What is the running time of the transmission on bbc four channels on 23 March 2008?
CREATE TABLE table_name_46 (Running VARCHAR, channel VARCHAR, date VARCHAR)
SELECT Running AS time FROM table_name_46 WHERE channel = "bbc four" AND date = "23 march 2008"
### Context: CREATE TABLE table_name_46 (Running VARCHAR, channel VARCHAR, date VARCHAR) ### Question: What is the running time of the transmission on bbc four channels on 23 March 2008? ### Answer: SELECT Running AS time FROM table_name_46 WHERE channel = "bbc four" AND date = "23 march 2008"
What is the notes of the transmission on channel bbc four and a time of 22:30?
CREATE TABLE table_name_15 (notes VARCHAR, channel VARCHAR, time VARCHAR)
SELECT notes FROM table_name_15 WHERE channel = "bbc four" AND time = "22:30"
### Context: CREATE TABLE table_name_15 (notes VARCHAR, channel VARCHAR, time VARCHAR) ### Question: What is the notes of the transmission on channel bbc four and a time of 22:30? ### Answer: SELECT notes FROM table_name_15 WHERE channel = "bbc four" AND time = "22:30"
Which channel was on 28 December 2008?
CREATE TABLE table_name_74 (channel VARCHAR, date VARCHAR)
SELECT channel FROM table_name_74 WHERE date = "28 december 2008"
### Context: CREATE TABLE table_name_74 (channel VARCHAR, date VARCHAR) ### Question: Which channel was on 28 December 2008? ### Answer: SELECT channel FROM table_name_74 WHERE date = "28 december 2008"
What is the channel with a 03:40 time?
CREATE TABLE table_name_51 (channel VARCHAR, time VARCHAR)
SELECT channel FROM table_name_51 WHERE time = "03:40"
### Context: CREATE TABLE table_name_51 (channel VARCHAR, time VARCHAR) ### Question: What is the channel with a 03:40 time? ### Answer: SELECT channel FROM table_name_51 WHERE time = "03:40"
What is the Other b when the FA Cup shows 3 (17)?
CREATE TABLE table_name_96 (other_b VARCHAR, fa_cup VARCHAR)
SELECT other_b FROM table_name_96 WHERE fa_cup = "3 (17)"
### Context: CREATE TABLE table_name_96 (other_b VARCHAR, fa_cup VARCHAR) ### Question: What is the Other b when the FA Cup shows 3 (17)? ### Answer: SELECT other_b FROM table_name_96 WHERE fa_cup = "3 (17)"
What is the Total when the league shows 79 (221)?
CREATE TABLE table_name_39 (total VARCHAR, league_a VARCHAR)
SELECT total FROM table_name_39 WHERE league_a = "79 (221)"
### Context: CREATE TABLE table_name_39 (total VARCHAR, league_a VARCHAR) ### Question: What is the Total when the league shows 79 (221)? ### Answer: SELECT total FROM table_name_39 WHERE league_a = "79 (221)"
What is the Name when the League Cup shows 0 (0), and the FA Cup is 12 (14)?
CREATE TABLE table_name_40 (name VARCHAR, league_cup VARCHAR, fa_cup VARCHAR)
SELECT name FROM table_name_40 WHERE league_cup = "0 (0)" AND fa_cup = "12 (14)"
### Context: CREATE TABLE table_name_40 (name VARCHAR, league_cup VARCHAR, fa_cup VARCHAR) ### Question: What is the Name when the League Cup shows 0 (0), and the FA Cup is 12 (14)? ### Answer: SELECT name FROM table_name_40 WHERE league_cup = "0 (0)" AND fa_cup = "12 (14)"
What is the League for 1952–1960?
CREATE TABLE table_name_2 (league_a VARCHAR, years VARCHAR)
SELECT league_a FROM table_name_2 WHERE years = "1952–1960"
### Context: CREATE TABLE table_name_2 (league_a VARCHAR, years VARCHAR) ### Question: What is the League for 1952–1960? ### Answer: SELECT league_a FROM table_name_2 WHERE years = "1952–1960"
What shows for the League when the FA Cup is 6 (20)?
CREATE TABLE table_name_47 (league_a VARCHAR, fa_cup VARCHAR)
SELECT league_a FROM table_name_47 WHERE fa_cup = "6 (20)"
### Context: CREATE TABLE table_name_47 (league_a VARCHAR, fa_cup VARCHAR) ### Question: What shows for the League when the FA Cup is 6 (20)? ### Answer: SELECT league_a FROM table_name_47 WHERE fa_cup = "6 (20)"
What club wast he player hristo stoitchkov from?
CREATE TABLE table_name_97 (club VARCHAR, player VARCHAR)
SELECT club FROM table_name_97 WHERE player = "hristo stoitchkov"
### Context: CREATE TABLE table_name_97 (club VARCHAR, player VARCHAR) ### Question: What club wast he player hristo stoitchkov from? ### Answer: SELECT club FROM table_name_97 WHERE player = "hristo stoitchkov"
What is the content for la sorgente sat 3?
CREATE TABLE table_name_20 (content VARCHAR, television_service VARCHAR)
SELECT content FROM table_name_20 WHERE television_service = "la sorgente sat 3"
### Context: CREATE TABLE table_name_20 (content VARCHAR, television_service VARCHAR) ### Question: What is the content for la sorgente sat 3? ### Answer: SELECT content FROM table_name_20 WHERE television_service = "la sorgente sat 3"
What language is telemarket for you?
CREATE TABLE table_name_3 (language VARCHAR, television_service VARCHAR)
SELECT language FROM table_name_3 WHERE television_service = "telemarket for you"
### Context: CREATE TABLE table_name_3 (language VARCHAR, television_service VARCHAR) ### Question: What language is telemarket for you? ### Answer: SELECT language FROM table_name_3 WHERE television_service = "telemarket for you"
What language is telemarket for you with a content of televendita?
CREATE TABLE table_name_59 (language VARCHAR, content VARCHAR, television_service VARCHAR)
SELECT language FROM table_name_59 WHERE content = "televendita" AND television_service = "telemarket for you"
### Context: CREATE TABLE table_name_59 (language VARCHAR, content VARCHAR, television_service VARCHAR) ### Question: What language is telemarket for you with a content of televendita? ### Answer: SELECT language FROM table_name_59 WHERE content = "televendita" AND television_service = "telemarket for you"
Which team has points less than 6 in a year after 1969?
CREATE TABLE table_name_81 (team VARCHAR, points VARCHAR, year VARCHAR)
SELECT team FROM table_name_81 WHERE points < 6 AND year > 1969
### Context: CREATE TABLE table_name_81 (team VARCHAR, points VARCHAR, year VARCHAR) ### Question: Which team has points less than 6 in a year after 1969? ### Answer: SELECT team FROM table_name_81 WHERE points < 6 AND year > 1969
How many wins for the team with points less than 6 and a 350cc class?
CREATE TABLE table_name_35 (wins VARCHAR, points VARCHAR, class VARCHAR)
SELECT wins FROM table_name_35 WHERE points < 6 AND class = "350cc"
### Context: CREATE TABLE table_name_35 (wins VARCHAR, points VARCHAR, class VARCHAR) ### Question: How many wins for the team with points less than 6 and a 350cc class? ### Answer: SELECT wins FROM table_name_35 WHERE points < 6 AND class = "350cc"
What is the lowest points for 36th rank?
CREATE TABLE table_name_18 (points INTEGER, rank VARCHAR)
SELECT MIN(points) FROM table_name_18 WHERE rank = "36th"
### Context: CREATE TABLE table_name_18 (points INTEGER, rank VARCHAR) ### Question: What is the lowest points for 36th rank? ### Answer: SELECT MIN(points) FROM table_name_18 WHERE rank = "36th"
What is team Yamaha with 3 points ranked?
CREATE TABLE table_name_8 (rank VARCHAR, team VARCHAR, points VARCHAR)
SELECT rank FROM table_name_8 WHERE team = "yamaha" AND points = 3
### Context: CREATE TABLE table_name_8 (rank VARCHAR, team VARCHAR, points VARCHAR) ### Question: What is team Yamaha with 3 points ranked? ### Answer: SELECT rank FROM table_name_8 WHERE team = "yamaha" AND points = 3
What years did the player ranked less than 8 and had 447 matches play?
CREATE TABLE table_name_83 (years VARCHAR, rank VARCHAR, matches VARCHAR)
SELECT years FROM table_name_83 WHERE rank < 8 AND matches = 447
### Context: CREATE TABLE table_name_83 (years VARCHAR, rank VARCHAR, matches VARCHAR) ### Question: What years did the player ranked less than 8 and had 447 matches play? ### Answer: SELECT years FROM table_name_83 WHERE rank < 8 AND matches = 447
What is the Time with a Record that is 15-7?
CREATE TABLE table_name_98 (time VARCHAR, record VARCHAR)
SELECT time FROM table_name_98 WHERE record = "15-7"
### Context: CREATE TABLE table_name_98 (time VARCHAR, record VARCHAR) ### Question: What is the Time with a Record that is 15-7? ### Answer: SELECT time FROM table_name_98 WHERE record = "15-7"
What is the Event with a Time that is 3:06?
CREATE TABLE table_name_85 (event VARCHAR, time VARCHAR)
SELECT event FROM table_name_85 WHERE time = "3:06"
### Context: CREATE TABLE table_name_85 (event VARCHAR, time VARCHAR) ### Question: What is the Event with a Time that is 3:06? ### Answer: SELECT event FROM table_name_85 WHERE time = "3:06"
How many silvers did Turkey get?
CREATE TABLE table_name_78 (silver VARCHAR, nation VARCHAR)
SELECT silver FROM table_name_78 WHERE nation = "turkey"
### Context: CREATE TABLE table_name_78 (silver VARCHAR, nation VARCHAR) ### Question: How many silvers did Turkey get? ### Answer: SELECT silver FROM table_name_78 WHERE nation = "turkey"
What position does Denard Walker play?
CREATE TABLE table_name_98 (position VARCHAR, player VARCHAR)
SELECT position FROM table_name_98 WHERE player = "denard walker"
### Context: CREATE TABLE table_name_98 (position VARCHAR, player VARCHAR) ### Question: What position does Denard Walker play? ### Answer: SELECT position FROM table_name_98 WHERE player = "denard walker"
What was the pick number for the wide receiver drafted from Michigan State?
CREATE TABLE table_name_7 (pick__number VARCHAR, position VARCHAR, college VARCHAR)
SELECT pick__number FROM table_name_7 WHERE position = "wide receiver" AND college = "michigan state"
### Context: CREATE TABLE table_name_7 (pick__number VARCHAR, position VARCHAR, college VARCHAR) ### Question: What was the pick number for the wide receiver drafted from Michigan State? ### Answer: SELECT pick__number FROM table_name_7 WHERE position = "wide receiver" AND college = "michigan state"
Which player came from Kent State?
CREATE TABLE table_name_38 (player VARCHAR, college VARCHAR)
SELECT player FROM table_name_38 WHERE college = "kent state"
### Context: CREATE TABLE table_name_38 (player VARCHAR, college VARCHAR) ### Question: Which player came from Kent State? ### Answer: SELECT player FROM table_name_38 WHERE college = "kent state"
What is the total number of bronze medals, and 4 silver medals, and 2 gold medals?
CREATE TABLE table_name_28 (bronze VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT COUNT(bronze) FROM table_name_28 WHERE silver = 4 AND gold > 2
### Context: CREATE TABLE table_name_28 (bronze VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the total number of bronze medals, and 4 silver medals, and 2 gold medals? ### Answer: SELECT COUNT(bronze) FROM table_name_28 WHERE silver = 4 AND gold > 2
Which Tournament has a score of 2–6 6–4 [10–8]?
CREATE TABLE table_name_9 (tournament VARCHAR, score VARCHAR)
SELECT tournament FROM table_name_9 WHERE score = "2–6 6–4 [10–8]"
### Context: CREATE TABLE table_name_9 (tournament VARCHAR, score VARCHAR) ### Question: Which Tournament has a score of 2–6 6–4 [10–8]? ### Answer: SELECT tournament FROM table_name_9 WHERE score = "2–6 6–4 [10–8]"
Which Tournament has a Score of 6(4)–7 2–6?
CREATE TABLE table_name_73 (tournament VARCHAR, score VARCHAR)
SELECT tournament FROM table_name_73 WHERE score = "6(4)–7 2–6"
### Context: CREATE TABLE table_name_73 (tournament VARCHAR, score VARCHAR) ### Question: Which Tournament has a Score of 6(4)–7 2–6? ### Answer: SELECT tournament FROM table_name_73 WHERE score = "6(4)–7 2–6"
What is the Score of the match where Opponents in the Final was Vitalia Diatchenko Irena Pavlovic?
CREATE TABLE table_name_46 (score VARCHAR, opponents_in_the_final VARCHAR)
SELECT score FROM table_name_46 WHERE opponents_in_the_final = "vitalia diatchenko irena pavlovic"
### Context: CREATE TABLE table_name_46 (score VARCHAR, opponents_in_the_final VARCHAR) ### Question: What is the Score of the match where Opponents in the Final was Vitalia Diatchenko Irena Pavlovic? ### Answer: SELECT score FROM table_name_46 WHERE opponents_in_the_final = "vitalia diatchenko irena pavlovic"