question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
In episode 115 what is seen being made before British police helmets?
CREATE TABLE table_15187735_9 (segment_b VARCHAR, segment_c VARCHAR)
SELECT segment_b FROM table_15187735_9 WHERE segment_c = "British Police Helmets"
### Context: CREATE TABLE table_15187735_9 (segment_b VARCHAR, segment_c VARCHAR) ### Question: In episode 115 what is seen being made before British police helmets? ### Answer: SELECT segment_b FROM table_15187735_9 WHERE segment_c = "British Police Helmets"
How many times was leather introduced before pedal steel guitars in episode 111?
CREATE TABLE table_15187735_9 (segment_c VARCHAR, segment_d VARCHAR)
SELECT COUNT(segment_c) FROM table_15187735_9 WHERE segment_d = "Pedal Steel Guitars"
### Context: CREATE TABLE table_15187735_9 (segment_c VARCHAR, segment_d VARCHAR) ### Question: How many times was leather introduced before pedal steel guitars in episode 111? ### Answer: SELECT COUNT(segment_c) FROM table_15187735_9 WHERE segment_d = "Pedal Steel Guitars"
What was the UK broadcast date for the episode which visited USA?
CREATE TABLE table_15211468_1 (uk_broadcast_date VARCHAR, countries_visited VARCHAR)
SELECT uk_broadcast_date FROM table_15211468_1 WHERE countries_visited = "USA"
### Context: CREATE TABLE table_15211468_1 (uk_broadcast_date VARCHAR, countries_visited VARCHAR) ### Question: What was the UK broadcast date for the episode which visited USA? ### Answer: SELECT uk_broadcast_date FROM table_15211468_1 WHERE countries_visited = "USA"
What countries are visited in the episode presented by Brian B. Thompson?
CREATE TABLE table_15211468_1 (countries_visited VARCHAR, presenter VARCHAR)
SELECT countries_visited FROM table_15211468_1 WHERE presenter = "Brian B. Thompson"
### Context: CREATE TABLE table_15211468_1 (countries_visited VARCHAR, presenter VARCHAR) ### Question: What countries are visited in the episode presented by Brian B. Thompson? ### Answer: SELECT countries_visited FROM table_15211468_1 WHERE presenter = "Brian B. Thompson"
What is the episode title for the episode numbered #1.4?
CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR)
SELECT episode_title FROM table_15211468_1 WHERE episode_no = "#1.4"
### Context: CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR) ### Question: What is the episode title for the episode numbered #1.4? ### Answer: SELECT episode_title FROM table_15211468_1 WHERE episode_no = "#1.4"
Name the social democratic party for labour
CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR)
SELECT social_democratic_party FROM table_152358_3 WHERE control = "labour"
### Context: CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR) ### Question: Name the social democratic party for labour ### Answer: SELECT social_democratic_party FROM table_152358_3 WHERE control = "labour"
Who wrote episode 11, of which was directed by Will Waring?
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_15284274_1 WHERE directed_by = "Will Waring" AND no_in_season = 11
### Context: CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR) ### Question: Who wrote episode 11, of which was directed by Will Waring? ### Answer: SELECT written_by FROM table_15284274_1 WHERE directed_by = "Will Waring" AND no_in_season = 11
Who wrote the episode directed by Peter Woeste?
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT written_by FROM table_15284274_1 WHERE directed_by = "Peter Woeste"
### Context: CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR) ### Question: Who wrote the episode directed by Peter Woeste? ### Answer: SELECT written_by FROM table_15284274_1 WHERE directed_by = "Peter Woeste"
Who was the director of Pecado Mortal
CREATE TABLE table_15277629_1 (director VARCHAR, original_title VARCHAR)
SELECT director FROM table_15277629_1 WHERE original_title = "Pecado Mortal"
### Context: CREATE TABLE table_15277629_1 (director VARCHAR, original_title VARCHAR) ### Question: Who was the director of Pecado Mortal ### Answer: SELECT director FROM table_15277629_1 WHERE original_title = "Pecado Mortal"
What was the original title of the Bruno Barreto film in 1989
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR)
SELECT original_title FROM table_15277629_1 WHERE director = "Bruno Barreto" AND year__ceremony_ = 1989
### Context: CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR) ### Question: What was the original title of the Bruno Barreto film in 1989 ### Answer: SELECT original_title FROM table_15277629_1 WHERE director = "Bruno Barreto" AND year__ceremony_ = 1989
What was the result for director Fernando Meirelles
CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR)
SELECT result FROM table_15277629_1 WHERE director = "Fernando Meirelles"
### Context: CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR) ### Question: What was the result for director Fernando Meirelles ### Answer: SELECT result FROM table_15277629_1 WHERE director = "Fernando Meirelles"
Name the original title of the Suzana Amaral film
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR)
SELECT original_title FROM table_15277629_1 WHERE director = "Suzana Amaral"
### Context: CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR) ### Question: Name the original title of the Suzana Amaral film ### Answer: SELECT original_title FROM table_15277629_1 WHERE director = "Suzana Amaral"
If the country is fenghuang how many provinces are there?
CREATE TABLE table_152834_2 (province VARCHAR, county VARCHAR)
SELECT COUNT(province) FROM table_152834_2 WHERE county = "Fenghuang"
### Context: CREATE TABLE table_152834_2 (province VARCHAR, county VARCHAR) ### Question: If the country is fenghuang how many provinces are there? ### Answer: SELECT COUNT(province) FROM table_152834_2 WHERE county = "Fenghuang"
Who is in group a when indiana is in group d?
CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR)
SELECT group_a FROM table_15290638_1 WHERE group_d = "Indiana"
### Context: CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR) ### Question: Who is in group a when indiana is in group d? ### Answer: SELECT group_a FROM table_15290638_1 WHERE group_d = "Indiana"
Who is in group c when wisconsin is in group d?
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_d VARCHAR)
SELECT group_c FROM table_15290638_1 WHERE group_d = "Wisconsin"
### Context: CREATE TABLE table_15290638_1 (group_c VARCHAR, group_d VARCHAR) ### Question: Who is in group c when wisconsin is in group d? ### Answer: SELECT group_c FROM table_15290638_1 WHERE group_d = "Wisconsin"
Who is in group c when iowa is in group e?
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_e VARCHAR)
SELECT group_c FROM table_15290638_1 WHERE group_e = "Iowa"
### Context: CREATE TABLE table_15290638_1 (group_c VARCHAR, group_e VARCHAR) ### Question: Who is in group c when iowa is in group e? ### Answer: SELECT group_c FROM table_15290638_1 WHERE group_e = "Iowa"
Name the old bulgarian names for yuni
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR)
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni
### Context: CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR) ### Question: Name the old bulgarian names for yuni ### Answer: SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni
Name the old bulgarian names for yanuari
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yanuari VARCHAR, Transliteration VARCHAR)
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yanuari
### Context: CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yanuari VARCHAR, Transliteration VARCHAR) ### Question: Name the old bulgarian names for yanuari ### Answer: SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yanuari
Name the bulgarian name for mart
CREATE TABLE table_15275060_1 (bulgarian_name VARCHAR, Mart VARCHAR, Transliteration VARCHAR)
SELECT bulgarian_name FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Mart
### Context: CREATE TABLE table_15275060_1 (bulgarian_name VARCHAR, Mart VARCHAR, Transliteration VARCHAR) ### Question: Name the bulgarian name for mart ### Answer: SELECT bulgarian_name FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Mart
Who owned the team Jeremy Mayfield raced for?
CREATE TABLE table_1529793_1 (listed_owner_s_ VARCHAR, driver_s_ VARCHAR)
SELECT listed_owner_s_ FROM table_1529793_1 WHERE driver_s_ = "Jeremy Mayfield"
### Context: CREATE TABLE table_1529793_1 (listed_owner_s_ VARCHAR, driver_s_ VARCHAR) ### Question: Who owned the team Jeremy Mayfield raced for? ### Answer: SELECT listed_owner_s_ FROM table_1529793_1 WHERE driver_s_ = "Jeremy Mayfield"
Who is Jason Leffler's primary sponsor?
CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR)
SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = "Jason Leffler"
### Context: CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR) ### Question: Who is Jason Leffler's primary sponsor? ### Answer: SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = "Jason Leffler"
How many stages were there where the winner and the points classification were Alberto Contador?
CREATE TABLE table_15294880_2 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR)
SELECT COUNT(stage) FROM table_15294880_2 WHERE winner = "Alberto Contador" AND points_classification = "Alberto Contador"
### Context: CREATE TABLE table_15294880_2 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR) ### Question: How many stages were there where the winner and the points classification were Alberto Contador? ### Answer: SELECT COUNT(stage) FROM table_15294880_2 WHERE winner = "Alberto Contador" AND points_clas...
When the winner was Alessandro Ballan, how many total team classifications were there?
CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR)
SELECT COUNT(team_classification) FROM table_15294880_2 WHERE winner = "Alessandro Ballan"
### Context: CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR) ### Question: When the winner was Alessandro Ballan, how many total team classifications were there? ### Answer: SELECT COUNT(team_classification) FROM table_15294880_2 WHERE winner = "Alessandro Ballan"
When the team classification was quick step, what was the total number of general classifications?
CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR)
SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = "Quick Step"
### Context: CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR) ### Question: When the team classification was quick step, what was the total number of general classifications? ### Answer: SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = "Qu...
Who won the spanish grand prix?
CREATE TABLE table_15299235_1 (grand_prix VARCHAR)
SELECT 250 AS cc_winner FROM table_15299235_1 WHERE grand_prix = "Spanish grand_prix"
### Context: CREATE TABLE table_15299235_1 (grand_prix VARCHAR) ### Question: Who won the spanish grand prix? ### Answer: SELECT 250 AS cc_winner FROM table_15299235_1 WHERE grand_prix = "Spanish grand_prix"
What is the date for the Indianapolis circuit?
CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR)
SELECT date FROM table_15299235_1 WHERE circuit = "Indianapolis"
### Context: CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR) ### Question: What is the date for the Indianapolis circuit? ### Answer: SELECT date FROM table_15299235_1 WHERE circuit = "Indianapolis"
in round 9 who was the 250cc winner?
CREATE TABLE table_15299235_1 (round VARCHAR)
SELECT 250 AS cc_winner FROM table_15299235_1 WHERE round = 9
### Context: CREATE TABLE table_15299235_1 (round VARCHAR) ### Question: in round 9 who was the 250cc winner? ### Answer: SELECT 250 AS cc_winner FROM table_15299235_1 WHERE round = 9
If the velocity angle is ln[(1 + √5)/2] β‰… 0.481, what is the condition/parameter?
CREATE TABLE table_15314901_1 (condition_parameter VARCHAR, velocity_angle_Ξ·_in_i_radians VARCHAR)
SELECT condition_parameter FROM table_15314901_1 WHERE velocity_angle_Ξ·_in_i_radians = "ln[(1 + √5)/2] β‰… 0.481"
### Context: CREATE TABLE table_15314901_1 (condition_parameter VARCHAR, velocity_angle_Ξ·_in_i_radians VARCHAR) ### Question: If the velocity angle is ln[(1 + √5)/2] β‰… 0.481, what is the condition/parameter? ### Answer: SELECT condition_parameter FROM table_15314901_1 WHERE velocity_angle_Ξ·_in_i_radians = "ln[(1 + √5)/...
If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c?
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, condition_parameter VARCHAR)
SELECT coordinate_velocity_v_dx_dt_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 2 hyperbolic radians"
### Context: CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, condition_parameter VARCHAR) ### Question: If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c? ### Answer: SELECT coordinate_velocity_v_dx_dt_in_units_of_...
If the coordinate velocity v dx/dt in units of c is (e 2 βˆ’ 1)/(e 2 + 1) β‰… 0.761, what is the velocity angle Ξ· in i-radians?
CREATE TABLE table_15314901_1 (velocity_angle_Ξ·_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR)
SELECT velocity_angle_Ξ·_in_i_radians FROM table_15314901_1 WHERE coordinate_velocity_v_dx_dt_in_units_of_c = "(e 2 βˆ’ 1)/(e 2 + 1) β‰… 0.761"
### Context: CREATE TABLE table_15314901_1 (velocity_angle_Ξ·_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR) ### Question: If the coordinate velocity v dx/dt in units of c is (e 2 βˆ’ 1)/(e 2 + 1) β‰… 0.761, what is the velocity angle Ξ· in i-radians? ### Answer: SELECT velocity_angle_Ξ·_in_i_radians...
What is the coordinate velocity v dx/dt in units of c total number if the velocity angle Ξ· in i-radians is ln[2 + √5] β‰… 1.444?
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_Ξ·_in_i_radians VARCHAR)
SELECT COUNT(coordinate_velocity_v_dx_dt_in_units_of_c) FROM table_15314901_1 WHERE velocity_angle_Ξ·_in_i_radians = "ln[2 + √5] β‰… 1.444"
### Context: CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_Ξ·_in_i_radians VARCHAR) ### Question: What is the coordinate velocity v dx/dt in units of c total number if the velocity angle Ξ· in i-radians is ln[2 + √5] β‰… 1.444? ### Answer: SELECT COUNT(coordinate_velocity_...
If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dΟ„ in units of c?
CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dΟ„_in_units_of_c VARCHAR, condition_parameter VARCHAR)
SELECT proper_velocity_w_dx_dΟ„_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 1 hyperbolic radian"
### Context: CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dΟ„_in_units_of_c VARCHAR, condition_parameter VARCHAR) ### Question: If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dΟ„ in units of c? ### Answer: SELECT proper_velocity_w_dx_dΟ„_in_units_of_c FROM table_1531...
What year is dayton in class AAAA?
CREATE TABLE table_15315103_1 (school_year VARCHAR, class_aAAA VARCHAR, Dayton VARCHAR)
SELECT school_year FROM table_15315103_1 WHERE class_aAAA = Dayton
### Context: CREATE TABLE table_15315103_1 (school_year VARCHAR, class_aAAA VARCHAR, Dayton VARCHAR) ### Question: What year is dayton in class AAAA? ### Answer: SELECT school_year FROM table_15315103_1 WHERE class_aAAA = Dayton
Who is in class during 1995-96?
CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT class_aAAAA FROM table_15315103_1 WHERE school_year = "1995-96"
### Context: CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR) ### Question: Who is in class during 1995-96? ### Answer: SELECT class_aAAAA FROM table_15315103_1 WHERE school_year = "1995-96"
When are all years that tournament location is Western Turnpike Golf Course?
CREATE TABLE table_15315816_1 (year VARCHAR, tournament_location VARCHAR)
SELECT year FROM table_15315816_1 WHERE tournament_location = "Western Turnpike Golf Course"
### Context: CREATE TABLE table_15315816_1 (year VARCHAR, tournament_location VARCHAR) ### Question: When are all years that tournament location is Western Turnpike Golf Course? ### Answer: SELECT year FROM table_15315816_1 WHERE tournament_location = "Western Turnpike Golf Course"
When are all years that the champion is Ji Min Jeong?
CREATE TABLE table_15315816_1 (year VARCHAR, champion VARCHAR)
SELECT year FROM table_15315816_1 WHERE champion = "Ji Min Jeong"
### Context: CREATE TABLE table_15315816_1 (year VARCHAR, champion VARCHAR) ### Question: When are all years that the champion is Ji Min Jeong? ### Answer: SELECT year FROM table_15315816_1 WHERE champion = "Ji Min Jeong"
How much are all winners share ($) in the year 2004?
CREATE TABLE table_15315816_1 (winners_share__$_ VARCHAR, year VARCHAR)
SELECT winners_share__$_ FROM table_15315816_1 WHERE year = "2004"
### Context: CREATE TABLE table_15315816_1 (winners_share__$_ VARCHAR, year VARCHAR) ### Question: How much are all winners share ($) in the year 2004? ### Answer: SELECT winners_share__$_ FROM table_15315816_1 WHERE year = "2004"
When are all dates in the year 2006?
CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR)
SELECT COUNT(dates) FROM table_15315816_1 WHERE year = "2006"
### Context: CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR) ### Question: When are all dates in the year 2006? ### Answer: SELECT COUNT(dates) FROM table_15315816_1 WHERE year = "2006"
When are all dates with a score of 205 (–8) in Australia?
CREATE TABLE table_15315816_1 (dates VARCHAR, score VARCHAR, country VARCHAR)
SELECT dates FROM table_15315816_1 WHERE score = "205 (–8)" AND country = "Australia"
### Context: CREATE TABLE table_15315816_1 (dates VARCHAR, score VARCHAR, country VARCHAR) ### Question: When are all dates with a score of 205 (–8) in Australia? ### Answer: SELECT dates FROM table_15315816_1 WHERE score = "205 (–8)" AND country = "Australia"
What are all of the dates in the country of Canada?
CREATE TABLE table_15315816_1 (dates VARCHAR, country VARCHAR)
SELECT dates FROM table_15315816_1 WHERE country = "Canada"
### Context: CREATE TABLE table_15315816_1 (dates VARCHAR, country VARCHAR) ### Question: What are all of the dates in the country of Canada? ### Answer: SELECT dates FROM table_15315816_1 WHERE country = "Canada"
When was Jenny Gleason the champion of the Northeast Delta Dental International?
CREATE TABLE table_15315276_1 (dates VARCHAR, champion VARCHAR)
SELECT dates FROM table_15315276_1 WHERE champion = "Jenny Gleason"
### Context: CREATE TABLE table_15315276_1 (dates VARCHAR, champion VARCHAR) ### Question: When was Jenny Gleason the champion of the Northeast Delta Dental International? ### Answer: SELECT dates FROM table_15315276_1 WHERE champion = "Jenny Gleason"
Where was the tournament located when Misun Cho won the championship?
CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR)
SELECT tournament_location FROM table_15315276_1 WHERE champion = "Misun Cho"
### Context: CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR) ### Question: Where was the tournament located when Misun Cho won the championship? ### Answer: SELECT tournament_location FROM table_15315276_1 WHERE champion = "Misun Cho"
What is the maximum purse prize of the Northeast Delta Dental International Championship?
CREATE TABLE table_15315276_1 (purse__ INTEGER)
SELECT MAX(purse__) AS $_ FROM table_15315276_1
### Context: CREATE TABLE table_15315276_1 (purse__ INTEGER) ### Question: What is the maximum purse prize of the Northeast Delta Dental International Championship? ### Answer: SELECT MAX(purse__) AS $_ FROM table_15315276_1
How many prizes were available when Jenny Shin became the champion?
CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR)
SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = "Jenny Shin"
### Context: CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR) ### Question: How many prizes were available when Jenny Shin became the champion? ### Answer: SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = "Jenny Shin"
Which team had 21 points?
CREATE TABLE table_15318779_1 (team VARCHAR, points VARCHAR)
SELECT team FROM table_15318779_1 WHERE points = 21
### Context: CREATE TABLE table_15318779_1 (team VARCHAR, points VARCHAR) ### Question: Which team had 21 points? ### Answer: SELECT team FROM table_15318779_1 WHERE points = 21
How many games did Palmeiras win?
CREATE TABLE table_15318779_1 (won INTEGER, team VARCHAR)
SELECT MAX(won) FROM table_15318779_1 WHERE team = "Palmeiras"
### Context: CREATE TABLE table_15318779_1 (won INTEGER, team VARCHAR) ### Question: How many games did Palmeiras win? ### Answer: SELECT MAX(won) FROM table_15318779_1 WHERE team = "Palmeiras"
Name the number of lost for against being 46
CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR)
SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46
### Context: CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR) ### Question: Name the number of lost for against being 46 ### Answer: SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46
Name the number of against for portuguesa santista
CREATE TABLE table_15319684_1 (against VARCHAR, team VARCHAR)
SELECT COUNT(against) FROM table_15319684_1 WHERE team = "Portuguesa Santista"
### Context: CREATE TABLE table_15319684_1 (against VARCHAR, team VARCHAR) ### Question: Name the number of against for portuguesa santista ### Answer: SELECT COUNT(against) FROM table_15319684_1 WHERE team = "Portuguesa Santista"
Name the won for difference being 33
CREATE TABLE table_15319684_1 (won VARCHAR, difference VARCHAR)
SELECT won FROM table_15319684_1 WHERE difference = "33"
### Context: CREATE TABLE table_15319684_1 (won VARCHAR, difference VARCHAR) ### Question: Name the won for difference being 33 ### Answer: SELECT won FROM table_15319684_1 WHERE difference = "33"
Name the most losst for corinthians
CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR)
SELECT MIN(lost) FROM table_15319684_1 WHERE team = "Corinthians"
### Context: CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR) ### Question: Name the most losst for corinthians ### Answer: SELECT MIN(lost) FROM table_15319684_1 WHERE team = "Corinthians"
How many values of r z (arcsecond) correspond with a r y (arcsecond) value of βˆ’0.247?
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, r_y___arcsecond__ VARCHAR)
SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE r_y___arcsecond__ = "βˆ’0.247"
### Context: CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, r_y___arcsecond__ VARCHAR) ### Question: How many values of r z (arcsecond) correspond with a r y (arcsecond) value of βˆ’0.247? ### Answer: SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE r_y___arcsecond__ = "βˆ’0.247"
How many values of r z(arcsecond) are associated with a target datum of Ireland 1965?
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, target_datum VARCHAR)
SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE target_datum = "Ireland 1965"
### Context: CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, target_datum VARCHAR) ### Question: How many values of r z(arcsecond) are associated with a target datum of Ireland 1965? ### Answer: SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE target_datum = "Ireland 1965"
What is the muslim percentage of the 49634 population of england and wales 000?
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, population_of_england_and_wales_000 VARCHAR)
SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE population_of_england_and_wales_000 = 49634
### Context: CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, population_of_england_and_wales_000 VARCHAR) ### Question: What is the muslim percentage of the 49634 population of england and wales 000? ### Answer: SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE p...
What is the most recent census year?
CREATE TABLE table_1532779_1 (census_year INTEGER)
SELECT MAX(census_year) FROM table_1532779_1
### Context: CREATE TABLE table_1532779_1 (census_year INTEGER) ### Question: What is the most recent census year? ### Answer: SELECT MAX(census_year) FROM table_1532779_1
What was the percentage of muslims during a time where there were 614 registered mosques?
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR)
SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE registered_mosques = 614
### Context: CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR) ### Question: What was the percentage of muslims during a time where there were 614 registered mosques? ### Answer: SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE register...
Name the most pa for ontario
CREATE TABLE table_15333005_1 (pa INTEGER, locale VARCHAR, Ontario VARCHAR)
SELECT MAX(pa) FROM table_15333005_1 WHERE locale = Ontario
### Context: CREATE TABLE table_15333005_1 (pa INTEGER, locale VARCHAR, Ontario VARCHAR) ### Question: Name the most pa for ontario ### Answer: SELECT MAX(pa) FROM table_15333005_1 WHERE locale = Ontario
Name the ends lost for 67 pa
CREATE TABLE table_15333005_1 (Ends VARCHAR, pa VARCHAR)
SELECT Ends AS lost FROM table_15333005_1 WHERE pa = 67
### Context: CREATE TABLE table_15333005_1 (Ends VARCHAR, pa VARCHAR) ### Question: Name the ends lost for 67 pa ### Answer: SELECT Ends AS lost FROM table_15333005_1 WHERE pa = 67
Name the number ends won when L is 4 and stolen ends is 17
CREATE TABLE table_15333005_1 (Ends VARCHAR, l VARCHAR, stolen_ends VARCHAR)
SELECT COUNT(Ends) AS won FROM table_15333005_1 WHERE l = 4 AND stolen_ends = 17
### Context: CREATE TABLE table_15333005_1 (Ends VARCHAR, l VARCHAR, stolen_ends VARCHAR) ### Question: Name the number ends won when L is 4 and stolen ends is 17 ### Answer: SELECT COUNT(Ends) AS won FROM table_15333005_1 WHERE l = 4 AND stolen_ends = 17
What day was Jeld-Wen Tradition held?
CREATE TABLE table_15346009_1 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_15346009_1 WHERE tournament = "JELD-WEN Tradition"
### Context: CREATE TABLE table_15346009_1 (date VARCHAR, tournament VARCHAR) ### Question: What day was Jeld-Wen Tradition held? ### Answer: SELECT date FROM table_15346009_1 WHERE tournament = "JELD-WEN Tradition"
What day did Bernhard Langer (2) win?
CREATE TABLE table_15346009_1 (date VARCHAR, winner VARCHAR)
SELECT date FROM table_15346009_1 WHERE winner = "Bernhard Langer (2)"
### Context: CREATE TABLE table_15346009_1 (date VARCHAR, winner VARCHAR) ### Question: What day did Bernhard Langer (2) win? ### Answer: SELECT date FROM table_15346009_1 WHERE winner = "Bernhard Langer (2)"
On what day was the tournament in Alabama?
CREATE TABLE table_15346009_1 (date VARCHAR, location VARCHAR)
SELECT date FROM table_15346009_1 WHERE location = "Alabama"
### Context: CREATE TABLE table_15346009_1 (date VARCHAR, location VARCHAR) ### Question: On what day was the tournament in Alabama? ### Answer: SELECT date FROM table_15346009_1 WHERE location = "Alabama"
What was the value of 1st prize when the score was 271 (-9)?
CREATE TABLE table_15346009_1 (score VARCHAR)
SELECT 1 AS st_prize__$__ FROM table_15346009_1 WHERE score = "271 (-9)"
### Context: CREATE TABLE table_15346009_1 (score VARCHAR) ### Question: What was the value of 1st prize when the score was 271 (-9)? ### Answer: SELECT 1 AS st_prize__$__ FROM table_15346009_1 WHERE score = "271 (-9)"
What day was the score 200 (-16)?
CREATE TABLE table_15346009_1 (date VARCHAR, score VARCHAR)
SELECT date FROM table_15346009_1 WHERE score = "200 (-16)"
### Context: CREATE TABLE table_15346009_1 (date VARCHAR, score VARCHAR) ### Question: What day was the score 200 (-16)? ### Answer: SELECT date FROM table_15346009_1 WHERE score = "200 (-16)"
Where was Outback Steakhouse Pro-AM held?
CREATE TABLE table_15346009_1 (location VARCHAR, tournament VARCHAR)
SELECT location FROM table_15346009_1 WHERE tournament = "Outback Steakhouse Pro-Am"
### Context: CREATE TABLE table_15346009_1 (location VARCHAR, tournament VARCHAR) ### Question: Where was Outback Steakhouse Pro-AM held? ### Answer: SELECT location FROM table_15346009_1 WHERE tournament = "Outback Steakhouse Pro-Am"
Which dates of polls occur in the Mizoram state?
CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR)
SELECT date_of_polls FROM table_15329030_1 WHERE state = "Mizoram"
### Context: CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR) ### Question: Which dates of polls occur in the Mizoram state? ### Answer: SELECT date_of_polls FROM table_15329030_1 WHERE state = "Mizoram"
How many dates of polls occur in the Madhya Pradesh state?
CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR)
SELECT COUNT(date_of_polls) FROM table_15329030_1 WHERE state = "Madhya Pradesh"
### Context: CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR) ### Question: How many dates of polls occur in the Madhya Pradesh state? ### Answer: SELECT COUNT(date_of_polls) FROM table_15329030_1 WHERE state = "Madhya Pradesh"
How many under the category of Against have a Difference of 11
CREATE TABLE table_15352382_1 (against VARCHAR, difference VARCHAR)
SELECT COUNT(against) FROM table_15352382_1 WHERE difference = 11
### Context: CREATE TABLE table_15352382_1 (against VARCHAR, difference VARCHAR) ### Question: How many under the category of Against have a Difference of 11 ### Answer: SELECT COUNT(against) FROM table_15352382_1 WHERE difference = 11
if Against is 20 how much is Won?
CREATE TABLE table_15352382_1 (won VARCHAR, against VARCHAR)
SELECT won FROM table_15352382_1 WHERE against = 20
### Context: CREATE TABLE table_15352382_1 (won VARCHAR, against VARCHAR) ### Question: if Against is 20 how much is Won? ### Answer: SELECT won FROM table_15352382_1 WHERE against = 20
How many Drawn does the team Portuguesa Santista have?
CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR)
SELECT drawn FROM table_15352382_1 WHERE team = "Portuguesa Santista"
### Context: CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR) ### Question: How many Drawn does the team Portuguesa Santista have? ### Answer: SELECT drawn FROM table_15352382_1 WHERE team = "Portuguesa Santista"
How many drawn does the team Corinthians have?
CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR)
SELECT drawn FROM table_15352382_1 WHERE team = "Corinthians"
### Context: CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR) ### Question: How many drawn does the team Corinthians have? ### Answer: SELECT drawn FROM table_15352382_1 WHERE team = "Corinthians"
What is the highest number won with a difference of 1?
CREATE TABLE table_15331868_1 (won INTEGER, difference VARCHAR)
SELECT MAX(won) FROM table_15331868_1 WHERE difference = "1"
### Context: CREATE TABLE table_15331868_1 (won INTEGER, difference VARCHAR) ### Question: What is the highest number won with a difference of 1? ### Answer: SELECT MAX(won) FROM table_15331868_1 WHERE difference = "1"
What the highest position when there is 28 against?
CREATE TABLE table_15331868_1 (position INTEGER, against VARCHAR)
SELECT MAX(position) FROM table_15331868_1 WHERE against = 28
### Context: CREATE TABLE table_15331868_1 (position INTEGER, against VARCHAR) ### Question: What the highest position when there is 28 against? ### Answer: SELECT MAX(position) FROM table_15331868_1 WHERE against = 28
What is the highest number won when the number of points is 31?
CREATE TABLE table_15331868_1 (won INTEGER, points VARCHAR)
SELECT MAX(won) FROM table_15331868_1 WHERE points = 31
### Context: CREATE TABLE table_15331868_1 (won INTEGER, points VARCHAR) ### Question: What is the highest number won when the number of points is 31? ### Answer: SELECT MAX(won) FROM table_15331868_1 WHERE points = 31
What is the smalledt position when the difference was 6?
CREATE TABLE table_15331868_1 (position INTEGER, difference VARCHAR)
SELECT MIN(position) FROM table_15331868_1 WHERE difference = "6"
### Context: CREATE TABLE table_15331868_1 (position INTEGER, difference VARCHAR) ### Question: What is the smalledt position when the difference was 6? ### Answer: SELECT MIN(position) FROM table_15331868_1 WHERE difference = "6"
How many were the show's average weekly ranking when it reached No. 2 in average nightly ranking?
CREATE TABLE table_15358729_6 (average_weekly_rank VARCHAR, average_nightly_rank VARCHAR)
SELECT COUNT(average_weekly_rank) FROM table_15358729_6 WHERE average_nightly_rank = "No. 2"
### Context: CREATE TABLE table_15358729_6 (average_weekly_rank VARCHAR, average_nightly_rank VARCHAR) ### Question: How many were the show's average weekly ranking when it reached No. 2 in average nightly ranking? ### Answer: SELECT COUNT(average_weekly_rank) FROM table_15358729_6 WHERE average_nightly_rank = "No. 2"
What is the show's time slot during season 3?
CREATE TABLE table_15358729_6 (timeslot VARCHAR, season VARCHAR)
SELECT timeslot FROM table_15358729_6 WHERE season = 3
### Context: CREATE TABLE table_15358729_6 (timeslot VARCHAR, season VARCHAR) ### Question: What is the show's time slot during season 3? ### Answer: SELECT timeslot FROM table_15358729_6 WHERE season = 3
Name all of the february
CREATE TABLE table_1539201_1 (february VARCHAR)
SELECT february FROM table_1539201_1
### Context: CREATE TABLE table_1539201_1 (february VARCHAR) ### Question: Name all of the february ### Answer: SELECT february FROM table_1539201_1
Name the junes
CREATE TABLE table_1539201_1 (june VARCHAR)
SELECT june FROM table_1539201_1
### Context: CREATE TABLE table_1539201_1 (june VARCHAR) ### Question: Name the junes ### Answer: SELECT june FROM table_1539201_1
Name the julys
CREATE TABLE table_1539201_1 (july VARCHAR)
SELECT july FROM table_1539201_1
### Context: CREATE TABLE table_1539201_1 (july VARCHAR) ### Question: Name the julys ### Answer: SELECT july FROM table_1539201_1
Name the number of februaries
CREATE TABLE table_1539201_1 (february VARCHAR)
SELECT COUNT(february) FROM table_1539201_1
### Context: CREATE TABLE table_1539201_1 (february VARCHAR) ### Question: Name the number of februaries ### Answer: SELECT COUNT(february) FROM table_1539201_1
How many points are listed when the position is 2?
CREATE TABLE table_15405904_1 (points INTEGER, position VARCHAR)
SELECT MAX(points) FROM table_15405904_1 WHERE position = 2
### Context: CREATE TABLE table_15405904_1 (points INTEGER, position VARCHAR) ### Question: How many points are listed when the position is 2? ### Answer: SELECT MAX(points) FROM table_15405904_1 WHERE position = 2
When there is a lost of 2 what is the mumber drawn?
CREATE TABLE table_15405904_1 (drawn INTEGER, lost VARCHAR)
SELECT MAX(drawn) FROM table_15405904_1 WHERE lost = 2
### Context: CREATE TABLE table_15405904_1 (drawn INTEGER, lost VARCHAR) ### Question: When there is a lost of 2 what is the mumber drawn? ### Answer: SELECT MAX(drawn) FROM table_15405904_1 WHERE lost = 2
How many games are played?
CREATE TABLE table_15405904_1 (played INTEGER)
SELECT MIN(played) FROM table_15405904_1
### Context: CREATE TABLE table_15405904_1 (played INTEGER) ### Question: How many games are played? ### Answer: SELECT MIN(played) FROM table_15405904_1
When the position is 2 what is the number lost?
CREATE TABLE table_15405904_1 (lost INTEGER, position VARCHAR)
SELECT MIN(lost) FROM table_15405904_1 WHERE position = 2
### Context: CREATE TABLE table_15405904_1 (lost INTEGER, position VARCHAR) ### Question: When the position is 2 what is the number lost? ### Answer: SELECT MIN(lost) FROM table_15405904_1 WHERE position = 2
When the team is ypiranga-sp what is the number of won games?
CREATE TABLE table_15405904_1 (won INTEGER, team VARCHAR)
SELECT MIN(won) FROM table_15405904_1 WHERE team = "Ypiranga-SP"
### Context: CREATE TABLE table_15405904_1 (won INTEGER, team VARCHAR) ### Question: When the team is ypiranga-sp what is the number of won games? ### Answer: SELECT MIN(won) FROM table_15405904_1 WHERE team = "Ypiranga-SP"
Name the difference for when drawn is larger than 2.0
CREATE TABLE table_15400878_1 (difference VARCHAR, drawn INTEGER)
SELECT difference FROM table_15400878_1 WHERE drawn > 2.0
### Context: CREATE TABLE table_15400878_1 (difference VARCHAR, drawn INTEGER) ### Question: Name the difference for when drawn is larger than 2.0 ### Answer: SELECT difference FROM table_15400878_1 WHERE drawn > 2.0
Name the most against for minas gerais
CREATE TABLE table_15400878_1 (against INTEGER, team VARCHAR)
SELECT MAX(against) FROM table_15400878_1 WHERE team = "Minas Gerais"
### Context: CREATE TABLE table_15400878_1 (against INTEGER, team VARCHAR) ### Question: Name the most against for minas gerais ### Answer: SELECT MAX(against) FROM table_15400878_1 WHERE team = "Minas Gerais"
What is the LMS class of trains with numbers 14510-5?
CREATE TABLE table_15412381_5 (LMS VARCHAR, lms_nos VARCHAR)
SELECT LMS AS class FROM table_15412381_5 WHERE lms_nos = "14510-5"
### Context: CREATE TABLE table_15412381_5 (LMS VARCHAR, lms_nos VARCHAR) ### Question: What is the LMS class of trains with numbers 14510-5? ### Answer: SELECT LMS AS class FROM table_15412381_5 WHERE lms_nos = "14510-5"
What is the date of the 279 wheels?
CREATE TABLE table_15412381_5 (date VARCHAR, wheels VARCHAR)
SELECT date FROM table_15412381_5 WHERE wheels = 279
### Context: CREATE TABLE table_15412381_5 (date VARCHAR, wheels VARCHAR) ### Question: What is the date of the 279 wheels? ### Answer: SELECT date FROM table_15412381_5 WHERE wheels = 279
What is the LMS number of the trains built by G&SWR Kilmarnock?
CREATE TABLE table_15412381_5 (lms_nos VARCHAR, builder VARCHAR)
SELECT lms_nos FROM table_15412381_5 WHERE builder = "G&SWR Kilmarnock"
### Context: CREATE TABLE table_15412381_5 (lms_nos VARCHAR, builder VARCHAR) ### Question: What is the LMS number of the trains built by G&SWR Kilmarnock? ### Answer: SELECT lms_nos FROM table_15412381_5 WHERE builder = "G&SWR Kilmarnock"
How many figures are there for wheels for LMS numbers 16377-9?
CREATE TABLE table_15412381_5 (wheels VARCHAR, lms_nos VARCHAR)
SELECT COUNT(wheels) FROM table_15412381_5 WHERE lms_nos = "16377-9"
### Context: CREATE TABLE table_15412381_5 (wheels VARCHAR, lms_nos VARCHAR) ### Question: How many figures are there for wheels for LMS numbers 16377-9? ### Answer: SELECT COUNT(wheels) FROM table_15412381_5 WHERE lms_nos = "16377-9"
What is the maximum number for the Saffir-Simpson category in the Carvill Hurricane Index?
CREATE TABLE table_15416002_1 (saffir_simpson_category INTEGER)
SELECT MAX(saffir_simpson_category) FROM table_15416002_1
### Context: CREATE TABLE table_15416002_1 (saffir_simpson_category INTEGER) ### Question: What is the maximum number for the Saffir-Simpson category in the Carvill Hurricane Index? ### Answer: SELECT MAX(saffir_simpson_category) FROM table_15416002_1
What is the maximum miles per hour recorded when the CHI (Carvill Hurricane Index) is equal to 13.5
CREATE TABLE table_15416002_1 (v_mph_ INTEGER, chi VARCHAR)
SELECT MAX(v_mph_) FROM table_15416002_1 WHERE chi = "13.5"
### Context: CREATE TABLE table_15416002_1 (v_mph_ INTEGER, chi VARCHAR) ### Question: What is the maximum miles per hour recorded when the CHI (Carvill Hurricane Index) is equal to 13.5 ### Answer: SELECT MAX(v_mph_) FROM table_15416002_1 WHERE chi = "13.5"
What is the CHI (Carvill Hurricane Index) when the NHC advisory number is equal to 49b?
CREATE TABLE table_15416002_1 (chi VARCHAR, nhc_advisory_number VARCHAR)
SELECT chi FROM table_15416002_1 WHERE nhc_advisory_number = "49B"
### Context: CREATE TABLE table_15416002_1 (chi VARCHAR, nhc_advisory_number VARCHAR) ### Question: What is the CHI (Carvill Hurricane Index) when the NHC advisory number is equal to 49b? ### Answer: SELECT chi FROM table_15416002_1 WHERE nhc_advisory_number = "49B"
What is the maximum number of miles reached in a Texas landfall when the Saffir-Simpson category is smaller than 3.0?
CREATE TABLE table_15416002_1 (r_miles_ INTEGER, landfall VARCHAR, saffir_simpson_category VARCHAR)
SELECT MAX(r_miles_) FROM table_15416002_1 WHERE landfall = "Texas" AND saffir_simpson_category < 3.0
### Context: CREATE TABLE table_15416002_1 (r_miles_ INTEGER, landfall VARCHAR, saffir_simpson_category VARCHAR) ### Question: What is the maximum number of miles reached in a Texas landfall when the Saffir-Simpson category is smaller than 3.0? ### Answer: SELECT MAX(r_miles_) FROM table_15416002_1 WHERE landfall = "Te...
What are the miles when the Carvill Hurricane Index (CHI) is equal to 9.9?
CREATE TABLE table_15416002_1 (r_miles_ VARCHAR, chi VARCHAR)
SELECT r_miles_ FROM table_15416002_1 WHERE chi = "9.9"
### Context: CREATE TABLE table_15416002_1 (r_miles_ VARCHAR, chi VARCHAR) ### Question: What are the miles when the Carvill Hurricane Index (CHI) is equal to 9.9? ### Answer: SELECT r_miles_ FROM table_15416002_1 WHERE chi = "9.9"
What is the Saffir-Simpson category for the hurricane named Bonnie?
CREATE TABLE table_15416002_1 (saffir_simpson_category VARCHAR, name VARCHAR)
SELECT saffir_simpson_category FROM table_15416002_1 WHERE name = "Bonnie"
### Context: CREATE TABLE table_15416002_1 (saffir_simpson_category VARCHAR, name VARCHAR) ### Question: What is the Saffir-Simpson category for the hurricane named Bonnie? ### Answer: SELECT saffir_simpson_category FROM table_15416002_1 WHERE name = "Bonnie"
What kind of animal corresponds to the accession number xp_852505.1?
CREATE TABLE table_15417439_1 (common_name VARCHAR, accession_number VARCHAR)
SELECT common_name FROM table_15417439_1 WHERE accession_number = "XP_852505.1"
### Context: CREATE TABLE table_15417439_1 (common_name VARCHAR, accession_number VARCHAR) ### Question: What kind of animal corresponds to the accession number xp_852505.1? ### Answer: SELECT common_name FROM table_15417439_1 WHERE accession_number = "XP_852505.1"
How similar is the genus/species sus scrofa?
CREATE TABLE table_15417439_1 (similarity VARCHAR, genus_species VARCHAR)
SELECT similarity FROM table_15417439_1 WHERE genus_species = "Sus scrofa"
### Context: CREATE TABLE table_15417439_1 (similarity VARCHAR, genus_species VARCHAR) ### Question: How similar is the genus/species sus scrofa? ### Answer: SELECT similarity FROM table_15417439_1 WHERE genus_species = "Sus scrofa"
What identities do the genus/species arabidopsis thaliana have?
CREATE TABLE table_15417439_1 (identity VARCHAR, genus_species VARCHAR)
SELECT identity FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana"
### Context: CREATE TABLE table_15417439_1 (identity VARCHAR, genus_species VARCHAR) ### Question: What identities do the genus/species arabidopsis thaliana have? ### Answer: SELECT identity FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana"