question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the name of episode # 10a?
CREATE TABLE table_2701851_2 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_2701851_2 WHERE no_in_series = "10a"
### Context: CREATE TABLE table_2701851_2 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the name of episode # 10a? ### Answer: SELECT title FROM table_2701851_2 WHERE no_in_series = "10a"
What is the name of the episode written by Michael Price?
CREATE TABLE table_2701851_2 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_2701851_2 WHERE written_by = "Michael Price"
### Context: CREATE TABLE table_2701851_2 (title VARCHAR, written_by VARCHAR) ### Question: What is the name of the episode written by Michael Price? ### Answer: SELECT title FROM table_2701851_2 WHERE written_by = "Michael Price"
What was the title for the episode with the production code 404a?
CREATE TABLE table_2701851_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_2701851_5 WHERE production_code = "404a"
### Context: CREATE TABLE table_2701851_5 (title VARCHAR, production_code VARCHAR) ### Question: What was the title for the episode with the production code 404a? ### Answer: SELECT title FROM table_2701851_5 WHERE production_code = "404a"
What is the production code for the episode written by Kat Likkel & Denise Downer?
CREATE TABLE table_2701851_5 (production_code VARCHAR, written_by VARCHAR)
SELECT production_code FROM table_2701851_5 WHERE written_by = "Kat Likkel & Denise Downer"
### Context: CREATE TABLE table_2701851_5 (production_code VARCHAR, written_by VARCHAR) ### Question: What is the production code for the episode written by Kat Likkel & Denise Downer? ### Answer: SELECT production_code FROM table_2701851_5 WHERE written_by = "Kat Likkel & Denise Downer"
Who was the director for the Episode number in season 10a?
CREATE TABLE table_2701851_5 (directed_by VARCHAR, no_in_season VARCHAR)
SELECT directed_by FROM table_2701851_5 WHERE no_in_season = "10a"
### Context: CREATE TABLE table_2701851_5 (directed_by VARCHAR, no_in_season VARCHAR) ### Question: Who was the director for the Episode number in season 10a? ### Answer: SELECT directed_by FROM table_2701851_5 WHERE no_in_season = "10a"
Who wrote the episode in the series 46b?
CREATE TABLE table_2701851_5 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_2701851_5 WHERE no_in_series = "46b"
### Context: CREATE TABLE table_2701851_5 (written_by VARCHAR, no_in_series VARCHAR) ### Question: Who wrote the episode in the series 46b? ### Answer: SELECT written_by FROM table_2701851_5 WHERE no_in_series = "46b"
How many production codes did the episode number in series 46b have?
CREATE TABLE table_2701851_5 (production_code VARCHAR, no_in_series VARCHAR)
SELECT COUNT(production_code) FROM table_2701851_5 WHERE no_in_series = "46b"
### Context: CREATE TABLE table_2701851_5 (production_code VARCHAR, no_in_series VARCHAR) ### Question: How many production codes did the episode number in series 46b have? ### Answer: SELECT COUNT(production_code) FROM table_2701851_5 WHERE no_in_series = "46b"
How many directors directed an episode that reached 2.48 million viewers?
CREATE TABLE table_27047554_1 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
SELECT COUNT(directed_by) FROM table_27047554_1 WHERE us_viewers__in_millions_ = "2.48"
### Context: CREATE TABLE table_27047554_1 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR) ### Question: How many directors directed an episode that reached 2.48 million viewers? ### Answer: SELECT COUNT(directed_by) FROM table_27047554_1 WHERE us_viewers__in_millions_ = "2.48"
Who represents district 41?
CREATE TABLE table_27050732_7 (delegate VARCHAR, district VARCHAR)
SELECT delegate FROM table_27050732_7 WHERE district = "41"
### Context: CREATE TABLE table_27050732_7 (delegate VARCHAR, district VARCHAR) ### Question: Who represents district 41? ### Answer: SELECT delegate FROM table_27050732_7 WHERE district = "41"
For delegate is mcdonough, patrick l. pat mcdonough, specify all the district.
CREATE TABLE table_27050336_7 (district VARCHAR, delegate VARCHAR)
SELECT district FROM table_27050336_7 WHERE delegate = "McDonough, Patrick L. Pat McDonough"
### Context: CREATE TABLE table_27050336_7 (district VARCHAR, delegate VARCHAR) ### Question: For delegate is mcdonough, patrick l. pat mcdonough, specify all the district. ### Answer: SELECT district FROM table_27050336_7 WHERE delegate = "McDonough, Patrick L. Pat McDonough"
where committee is environmental matters and district is 36 please specify all the delegate name
CREATE TABLE table_27050336_7 (delegate VARCHAR, committee VARCHAR, district VARCHAR)
SELECT delegate FROM table_27050336_7 WHERE committee = "Environmental Matters" AND district = "36"
### Context: CREATE TABLE table_27050336_7 (delegate VARCHAR, committee VARCHAR, district VARCHAR) ### Question: where committee is environmental matters and district is 36 please specify all the delegate name ### Answer: SELECT delegate FROM table_27050336_7 WHERE committee = "Environmental Matters" AND district = "36"
For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name.
CREATE TABLE table_27050336_7 (delegate VARCHAR, counties_represented VARCHAR, committee VARCHAR, party VARCHAR)
SELECT delegate FROM table_27050336_7 WHERE committee = "Judiciary" AND party = "Democratic" AND counties_represented = "Montgomery"
### Context: CREATE TABLE table_27050336_7 (delegate VARCHAR, counties_represented VARCHAR, committee VARCHAR, party VARCHAR) ### Question: For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name. ### Answer: SELECT delegate FROM table_27050336_7 WHERE committee = "Judiciary" AND party = "Democratic" AND counties_represented = "Montgomery"
Where delegate is feldman, brian j. brian j. feldman, please specify all the party
CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)
SELECT party FROM table_27050336_7 WHERE delegate = "Feldman, Brian J. Brian J. Feldman"
### Context: CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR) ### Question: Where delegate is feldman, brian j. brian j. feldman, please specify all the party ### Answer: SELECT party FROM table_27050336_7 WHERE delegate = "Feldman, Brian J. Brian J. Feldman"
For delegate is gaines, tawanna p. tawanna gaines, please specify all the party.
CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)
SELECT party FROM table_27050336_7 WHERE delegate = "Gaines, Tawanna P. Tawanna Gaines"
### Context: CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR) ### Question: For delegate is gaines, tawanna p. tawanna gaines, please specify all the party. ### Answer: SELECT party FROM table_27050336_7 WHERE delegate = "Gaines, Tawanna P. Tawanna Gaines"
If the number of floors is 70, what is the height?
CREATE TABLE table_27067379_1 (height VARCHAR, number_of_floors VARCHAR)
SELECT height FROM table_27067379_1 WHERE number_of_floors = 70
### Context: CREATE TABLE table_27067379_1 (height VARCHAR, number_of_floors VARCHAR) ### Question: If the number of floors is 70, what is the height? ### Answer: SELECT height FROM table_27067379_1 WHERE number_of_floors = 70
if the completed is 2010, what is the number of floors?
CREATE TABLE table_27067379_1 (number_of_floors INTEGER, completion VARCHAR)
SELECT MIN(number_of_floors) FROM table_27067379_1 WHERE completion = 2010
### Context: CREATE TABLE table_27067379_1 (number_of_floors INTEGER, completion VARCHAR) ### Question: if the completed is 2010, what is the number of floors? ### Answer: SELECT MIN(number_of_floors) FROM table_27067379_1 WHERE completion = 2010
If the building is Costanera Center Torre 1, what is the height?
CREATE TABLE table_27067379_1 (height VARCHAR, building VARCHAR)
SELECT height FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
### Context: CREATE TABLE table_27067379_1 (height VARCHAR, building VARCHAR) ### Question: If the building is Costanera Center Torre 1, what is the height? ### Answer: SELECT height FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
How many positions does building Costanera Center Torre 1 have?
CREATE TABLE table_27067379_1 (position VARCHAR, building VARCHAR)
SELECT COUNT(position) FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
### Context: CREATE TABLE table_27067379_1 (position VARCHAR, building VARCHAR) ### Question: How many positions does building Costanera Center Torre 1 have? ### Answer: SELECT COUNT(position) FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
Who is the outgoing manager when the team is simurq pfc?
CREATE TABLE table_27057070_3 (outgoing_manager VARCHAR, team VARCHAR)
SELECT outgoing_manager FROM table_27057070_3 WHERE team = "Simurq PFC"
### Context: CREATE TABLE table_27057070_3 (outgoing_manager VARCHAR, team VARCHAR) ### Question: Who is the outgoing manager when the team is simurq pfc? ### Answer: SELECT outgoing_manager FROM table_27057070_3 WHERE team = "Simurq PFC"
How many date of appointment entries are there when the team is khazar lankaran?
CREATE TABLE table_27057070_3 (date_of_appointment VARCHAR, team VARCHAR)
SELECT COUNT(date_of_appointment) FROM table_27057070_3 WHERE team = "Khazar Lankaran"
### Context: CREATE TABLE table_27057070_3 (date_of_appointment VARCHAR, team VARCHAR) ### Question: How many date of appointment entries are there when the team is khazar lankaran? ### Answer: SELECT COUNT(date_of_appointment) FROM table_27057070_3 WHERE team = "Khazar Lankaran"
What is the manner of departure when the replaced by is bahman hasanov?
CREATE TABLE table_27057070_3 (manner_of_departure VARCHAR, replaced_by VARCHAR)
SELECT manner_of_departure FROM table_27057070_3 WHERE replaced_by = "Bahman Hasanov"
### Context: CREATE TABLE table_27057070_3 (manner_of_departure VARCHAR, replaced_by VARCHAR) ### Question: What is the manner of departure when the replaced by is bahman hasanov? ### Answer: SELECT manner_of_departure FROM table_27057070_3 WHERE replaced_by = "Bahman Hasanov"
What was the overall record for the Pandas in the 2003-04 season?
CREATE TABLE table_27069503_2 (overall VARCHAR, season VARCHAR)
SELECT overall FROM table_27069503_2 WHERE season = "2003-04"
### Context: CREATE TABLE table_27069503_2 (overall VARCHAR, season VARCHAR) ### Question: What was the overall record for the Pandas in the 2003-04 season? ### Answer: SELECT overall FROM table_27069503_2 WHERE season = "2003-04"
What was the conference record in the season where the Pandas had an overall record of 33-4-1?
CREATE TABLE table_27069503_2 (conf_record VARCHAR, overall VARCHAR)
SELECT conf_record FROM table_27069503_2 WHERE overall = "33-4-1"
### Context: CREATE TABLE table_27069503_2 (conf_record VARCHAR, overall VARCHAR) ### Question: What was the conference record in the season where the Pandas had an overall record of 33-4-1? ### Answer: SELECT conf_record FROM table_27069503_2 WHERE overall = "33-4-1"
Who was the coach of the Pandas when their overall record was 20-6-2?
CREATE TABLE table_27069503_2 (coach VARCHAR, overall VARCHAR)
SELECT coach FROM table_27069503_2 WHERE overall = "20-6-2"
### Context: CREATE TABLE table_27069503_2 (coach VARCHAR, overall VARCHAR) ### Question: Who was the coach of the Pandas when their overall record was 20-6-2? ### Answer: SELECT coach FROM table_27069503_2 WHERE overall = "20-6-2"
What was the conference record for the Pandas when they were first in the standings in the 2003-04 season?
CREATE TABLE table_27069503_2 (conf_record VARCHAR, standings VARCHAR, season VARCHAR)
SELECT conf_record FROM table_27069503_2 WHERE standings = "First" AND season = "2003-04"
### Context: CREATE TABLE table_27069503_2 (conf_record VARCHAR, standings VARCHAR, season VARCHAR) ### Question: What was the conference record for the Pandas when they were first in the standings in the 2003-04 season? ### Answer: SELECT conf_record FROM table_27069503_2 WHERE standings = "First" AND season = "2003-04"
What was the overall record for the Pandas when their conference record was 4-1-1?
CREATE TABLE table_27069503_2 (overall VARCHAR, conf_record VARCHAR)
SELECT overall FROM table_27069503_2 WHERE conf_record = "4-1-1"
### Context: CREATE TABLE table_27069503_2 (overall VARCHAR, conf_record VARCHAR) ### Question: What was the overall record for the Pandas when their conference record was 4-1-1? ### Answer: SELECT overall FROM table_27069503_2 WHERE conf_record = "4-1-1"
In what season was the conference record for the Pandas 15-1-1?
CREATE TABLE table_27069503_2 (season VARCHAR, conf_record VARCHAR)
SELECT season FROM table_27069503_2 WHERE conf_record = "15-1-1"
### Context: CREATE TABLE table_27069503_2 (season VARCHAR, conf_record VARCHAR) ### Question: In what season was the conference record for the Pandas 15-1-1? ### Answer: SELECT season FROM table_27069503_2 WHERE conf_record = "15-1-1"
how many times is the week # is audition?
CREATE TABLE table_27075510_1 (original_artist VARCHAR, week__number VARCHAR)
SELECT COUNT(original_artist) FROM table_27075510_1 WHERE week__number = "Audition"
### Context: CREATE TABLE table_27075510_1 (original_artist VARCHAR, week__number VARCHAR) ### Question: how many times is the week # is audition? ### Answer: SELECT COUNT(original_artist) FROM table_27075510_1 WHERE week__number = "Audition"
How many episodes are numbered 14 in the series?
CREATE TABLE table_27081956_1 (episode VARCHAR, series_no VARCHAR)
SELECT COUNT(episode) FROM table_27081956_1 WHERE series_no = 14
### Context: CREATE TABLE table_27081956_1 (episode VARCHAR, series_no VARCHAR) ### Question: How many episodes are numbered 14 in the series? ### Answer: SELECT COUNT(episode) FROM table_27081956_1 WHERE series_no = 14
What is the format of 105.5 fm?
CREATE TABLE table_2709_4 (format VARCHAR, frequency VARCHAR)
SELECT format FROM table_2709_4 WHERE frequency = "105.5 FM"
### Context: CREATE TABLE table_2709_4 (format VARCHAR, frequency VARCHAR) ### Question: What is the format of 105.5 fm? ### Answer: SELECT format FROM table_2709_4 WHERE frequency = "105.5 FM"
What is the market for KLRJ?
CREATE TABLE table_2709_4 (target_city__market VARCHAR, call_sign VARCHAR)
SELECT target_city__market FROM table_2709_4 WHERE call_sign = "KLRJ"
### Context: CREATE TABLE table_2709_4 (target_city__market VARCHAR, call_sign VARCHAR) ### Question: What is the market for KLRJ? ### Answer: SELECT target_city__market FROM table_2709_4 WHERE call_sign = "KLRJ"
What is the format for the station owned by Dakota Broadcasting?
CREATE TABLE table_2709_4 (format VARCHAR, owner VARCHAR)
SELECT format FROM table_2709_4 WHERE owner = "Dakota Broadcasting"
### Context: CREATE TABLE table_2709_4 (format VARCHAR, owner VARCHAR) ### Question: What is the format for the station owned by Dakota Broadcasting? ### Answer: SELECT format FROM table_2709_4 WHERE owner = "Dakota Broadcasting"
What team's manager was replaced by Ercan Ertemçöz?
CREATE TABLE table_27091128_2 (team VARCHAR, replaced_by VARCHAR)
SELECT team FROM table_27091128_2 WHERE replaced_by = "Ercan Ertemçöz"
### Context: CREATE TABLE table_27091128_2 (team VARCHAR, replaced_by VARCHAR) ### Question: What team's manager was replaced by Ercan Ertemçöz? ### Answer: SELECT team FROM table_27091128_2 WHERE replaced_by = "Ercan Ertemçöz"
What was the date of appointment for the manager replacing Kadir Özcan?
CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_appointment FROM table_27091128_2 WHERE outgoing_manager = "Kadir Özcan"
### Context: CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) ### Question: What was the date of appointment for the manager replacing Kadir Özcan? ### Answer: SELECT date_of_appointment FROM table_27091128_2 WHERE outgoing_manager = "Kadir Özcan"
Which manager was appointed on 08.06.2010?
CREATE TABLE table_27091128_2 (replaced_by VARCHAR, date_of_appointment VARCHAR)
SELECT replaced_by FROM table_27091128_2 WHERE date_of_appointment = "08.06.2010"
### Context: CREATE TABLE table_27091128_2 (replaced_by VARCHAR, date_of_appointment VARCHAR) ### Question: Which manager was appointed on 08.06.2010? ### Answer: SELECT replaced_by FROM table_27091128_2 WHERE date_of_appointment = "08.06.2010"
Who replaced the previous manager of Altay?
CREATE TABLE table_27091128_2 (replaced_by VARCHAR, team VARCHAR)
SELECT replaced_by FROM table_27091128_2 WHERE team = "Altay"
### Context: CREATE TABLE table_27091128_2 (replaced_by VARCHAR, team VARCHAR) ### Question: Who replaced the previous manager of Altay? ### Answer: SELECT replaced_by FROM table_27091128_2 WHERE team = "Altay"
What was date of appointment for Ergün Penbe?
CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
SELECT date_of_appointment FROM table_27091128_2 WHERE replaced_by = "Ergün Penbe"
### Context: CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, replaced_by VARCHAR) ### Question: What was date of appointment for Ergün Penbe? ### Answer: SELECT date_of_appointment FROM table_27091128_2 WHERE replaced_by = "Ergün Penbe"
What is the overall total for the Omaha Nighthawks?
CREATE TABLE table_27094070_4 (overall_total INTEGER, team VARCHAR)
SELECT MIN(overall_total) FROM table_27094070_4 WHERE team = "Omaha Nighthawks"
### Context: CREATE TABLE table_27094070_4 (overall_total INTEGER, team VARCHAR) ### Question: What is the overall total for the Omaha Nighthawks? ### Answer: SELECT MIN(overall_total) FROM table_27094070_4 WHERE team = "Omaha Nighthawks"
Which team has the home average of 18125?
CREATE TABLE table_27094070_4 (team VARCHAR, home_avg VARCHAR)
SELECT team FROM table_27094070_4 WHERE home_avg = 18125
### Context: CREATE TABLE table_27094070_4 (team VARCHAR, home_avg VARCHAR) ### Question: Which team has the home average of 18125? ### Answer: SELECT team FROM table_27094070_4 WHERE home_avg = 18125
What was the highest home total?
CREATE TABLE table_27094070_4 (home_total INTEGER)
SELECT MAX(home_total) FROM table_27094070_4
### Context: CREATE TABLE table_27094070_4 (home_total INTEGER) ### Question: What was the highest home total? ### Answer: SELECT MAX(home_total) FROM table_27094070_4
How many games had an average of 12796?
CREATE TABLE table_27094070_4 (overall_gms VARCHAR, overall_avg VARCHAR)
SELECT COUNT(overall_gms) FROM table_27094070_4 WHERE overall_avg = 12796
### Context: CREATE TABLE table_27094070_4 (overall_gms VARCHAR, overall_avg VARCHAR) ### Question: How many games had an average of 12796? ### Answer: SELECT COUNT(overall_gms) FROM table_27094070_4 WHERE overall_avg = 12796
Who was the stage winner of the letua cycling team on stage 2?
CREATE TABLE table_27112708_2 (stage VARCHAR, team_classification VARCHAR)
SELECT stage AS winner FROM table_27112708_2 WHERE team_classification = "LeTua Cycling Team" AND stage = 2
### Context: CREATE TABLE table_27112708_2 (stage VARCHAR, team_classification VARCHAR) ### Question: Who was the stage winner of the letua cycling team on stage 2? ### Answer: SELECT stage AS winner FROM table_27112708_2 WHERE team_classification = "LeTua Cycling Team" AND stage = 2
Which mountains classification is listed under stage 3?
CREATE TABLE table_27112708_2 (mountains_classification VARCHAR, stage VARCHAR)
SELECT mountains_classification FROM table_27112708_2 WHERE stage = 3
### Context: CREATE TABLE table_27112708_2 (mountains_classification VARCHAR, stage VARCHAR) ### Question: Which mountains classification is listed under stage 3? ### Answer: SELECT mountains_classification FROM table_27112708_2 WHERE stage = 3
Who is listed under general classification on stage 4?
CREATE TABLE table_27112708_2 (general_classification VARCHAR, stage VARCHAR)
SELECT general_classification FROM table_27112708_2 WHERE stage = 4
### Context: CREATE TABLE table_27112708_2 (general_classification VARCHAR, stage VARCHAR) ### Question: Who is listed under general classification on stage 4? ### Answer: SELECT general_classification FROM table_27112708_2 WHERE stage = 4
Who wrote the episodes with 7.70 u.s. viewers (million) ?
CREATE TABLE table_27117365_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_27117365_1 WHERE us_viewers__million_ = "7.70"
### Context: CREATE TABLE table_27117365_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who wrote the episodes with 7.70 u.s. viewers (million) ? ### Answer: SELECT written_by FROM table_27117365_1 WHERE us_viewers__million_ = "7.70"
What original air date has 5.85 u.s. viewers (million)?
CREATE TABLE table_27117365_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT original_air_date FROM table_27117365_1 WHERE us_viewers__million_ = "5.85"
### Context: CREATE TABLE table_27117365_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What original air date has 5.85 u.s. viewers (million)? ### Answer: SELECT original_air_date FROM table_27117365_1 WHERE us_viewers__million_ = "5.85"
What's the title in the number 10 in the season?
CREATE TABLE table_27117365_1 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_27117365_1 WHERE no_in_season = 10
### Context: CREATE TABLE table_27117365_1 (title VARCHAR, no_in_season VARCHAR) ### Question: What's the title in the number 10 in the season? ### Answer: SELECT title FROM table_27117365_1 WHERE no_in_season = 10
If the position in table is 10th, and the manner of departure was resigned, what was the date of vacancy?
CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
SELECT date_of_vacancy FROM table_27133147_3 WHERE manner_of_departure = "Resigned" AND position_in_table = "10th"
### Context: CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR) ### Question: If the position in table is 10th, and the manner of departure was resigned, what was the date of vacancy? ### Answer: SELECT date_of_vacancy FROM table_27133147_3 WHERE manner_of_departure = "Resigned" AND position_in_table = "10th"
If the incoming head coach is Carlos Azenha, what is the date of vacancy?
CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach VARCHAR)
SELECT date_of_vacancy FROM table_27133147_3 WHERE incoming_head_coach = "Carlos Azenha"
### Context: CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach VARCHAR) ### Question: If the incoming head coach is Carlos Azenha, what is the date of vacancy? ### Answer: SELECT date_of_vacancy FROM table_27133147_3 WHERE incoming_head_coach = "Carlos Azenha"
If the team is união de leiria, what is the date of appointment?
CREATE TABLE table_27133147_3 (date_of_appointment VARCHAR, team VARCHAR)
SELECT date_of_appointment FROM table_27133147_3 WHERE team = "União de Leiria"
### Context: CREATE TABLE table_27133147_3 (date_of_appointment VARCHAR, team VARCHAR) ### Question: If the team is união de leiria, what is the date of appointment? ### Answer: SELECT date_of_appointment FROM table_27133147_3 WHERE team = "União de Leiria"
What is 2003 when 1999 is 2.1?
CREATE TABLE table_27146868_1 (Id VARCHAR)
SELECT 2003 FROM table_27146868_1 WHERE 1999 = "2.1"
### Context: CREATE TABLE table_27146868_1 (Id VARCHAR) ### Question: What is 2003 when 1999 is 2.1? ### Answer: SELECT 2003 FROM table_27146868_1 WHERE 1999 = "2.1"
What is 2010 when 2003 is 5.6?
CREATE TABLE table_27146868_1 (Id VARCHAR)
SELECT 2010 FROM table_27146868_1 WHERE 2003 = "5.6"
### Context: CREATE TABLE table_27146868_1 (Id VARCHAR) ### Question: What is 2010 when 2003 is 5.6? ### Answer: SELECT 2010 FROM table_27146868_1 WHERE 2003 = "5.6"
What is the greek national account when 1997 is 6.1?
CREATE TABLE table_27146868_1 (greek_national_account VARCHAR)
SELECT greek_national_account FROM table_27146868_1 WHERE 1997 = "6.1"
### Context: CREATE TABLE table_27146868_1 (greek_national_account VARCHAR) ### Question: What is the greek national account when 1997 is 6.1? ### Answer: SELECT greek_national_account FROM table_27146868_1 WHERE 1997 = "6.1"
What is 2006 when 1997 is 6.8?
CREATE TABLE table_27146868_1 (Id VARCHAR)
SELECT 2006 FROM table_27146868_1 WHERE 1997 = "6.8"
### Context: CREATE TABLE table_27146868_1 (Id VARCHAR) ### Question: What is 2006 when 1997 is 6.8? ### Answer: SELECT 2006 FROM table_27146868_1 WHERE 1997 = "6.8"
What is 2002 when 2009 is 54.0?
CREATE TABLE table_27146868_1 (Id VARCHAR)
SELECT 2002 FROM table_27146868_1 WHERE 2009 = "54.0"
### Context: CREATE TABLE table_27146868_1 (Id VARCHAR) ### Question: What is 2002 when 2009 is 54.0? ### Answer: SELECT 2002 FROM table_27146868_1 WHERE 2009 = "54.0"
If the NFL team is the Houston Oilers and the position is DT, who is the Pro team?
CREATE TABLE table_27132791_3 (pro_team VARCHAR, position VARCHAR, nfl_team VARCHAR)
SELECT pro_team FROM table_27132791_3 WHERE position = "DT" AND nfl_team = "Houston Oilers"
### Context: CREATE TABLE table_27132791_3 (pro_team VARCHAR, position VARCHAR, nfl_team VARCHAR) ### Question: If the NFL team is the Houston Oilers and the position is DT, who is the Pro team? ### Answer: SELECT pro_team FROM table_27132791_3 WHERE position = "DT" AND nfl_team = "Houston Oilers"
How many different players does the Washington Redskins have?
CREATE TABLE table_27132791_3 (player VARCHAR, nfl_team VARCHAR)
SELECT COUNT(player) FROM table_27132791_3 WHERE nfl_team = "Washington Redskins"
### Context: CREATE TABLE table_27132791_3 (player VARCHAR, nfl_team VARCHAR) ### Question: How many different players does the Washington Redskins have? ### Answer: SELECT COUNT(player) FROM table_27132791_3 WHERE nfl_team = "Washington Redskins"
If the college is Vanderbilt, what is the position?
CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR)
SELECT position FROM table_27132791_3 WHERE college = "Vanderbilt"
### Context: CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR) ### Question: If the college is Vanderbilt, what is the position? ### Answer: SELECT position FROM table_27132791_3 WHERE college = "Vanderbilt"
If the proteam is Jacksonville bulls, what is the position?
CREATE TABLE table_27132791_3 (position VARCHAR, pro_team VARCHAR)
SELECT position FROM table_27132791_3 WHERE pro_team = "Jacksonville Bulls"
### Context: CREATE TABLE table_27132791_3 (position VARCHAR, pro_team VARCHAR) ### Question: If the proteam is Jacksonville bulls, what is the position? ### Answer: SELECT position FROM table_27132791_3 WHERE pro_team = "Jacksonville Bulls"
If the college is SMU, what is the position?
CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR)
SELECT position FROM table_27132791_3 WHERE college = "SMU"
### Context: CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR) ### Question: If the college is SMU, what is the position? ### Answer: SELECT position FROM table_27132791_3 WHERE college = "SMU"
Who wrote the episode with the production code of 3t7255?
CREATE TABLE table_27116696_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_27116696_1 WHERE production_code = "3T7255"
### Context: CREATE TABLE table_27116696_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with the production code of 3t7255? ### Answer: SELECT written_by FROM table_27116696_1 WHERE production_code = "3T7255"
How many U.S. viewers (million) watched the episode directed by Allison Liddi-Brown?
CREATE TABLE table_27116696_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR)
SELECT us_viewers__million_ FROM table_27116696_1 WHERE directed_by = "Allison Liddi-Brown"
### Context: CREATE TABLE table_27116696_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR) ### Question: How many U.S. viewers (million) watched the episode directed by Allison Liddi-Brown? ### Answer: SELECT us_viewers__million_ FROM table_27116696_1 WHERE directed_by = "Allison Liddi-Brown"
What is the total number of production code listings of episodes written by Matthew Lau?
CREATE TABLE table_27116696_1 (production_code VARCHAR, written_by VARCHAR)
SELECT COUNT(production_code) FROM table_27116696_1 WHERE written_by = "Matthew Lau"
### Context: CREATE TABLE table_27116696_1 (production_code VARCHAR, written_by VARCHAR) ### Question: What is the total number of production code listings of episodes written by Matthew Lau? ### Answer: SELECT COUNT(production_code) FROM table_27116696_1 WHERE written_by = "Matthew Lau"
What was the prize pool in New Orleans?
CREATE TABLE table_2715355_1 (total_prize_pool VARCHAR, location VARCHAR)
SELECT total_prize_pool FROM table_2715355_1 WHERE location = "New Orleans"
### Context: CREATE TABLE table_2715355_1 (total_prize_pool VARCHAR, location VARCHAR) ### Question: What was the prize pool in New Orleans? ### Answer: SELECT total_prize_pool FROM table_2715355_1 WHERE location = "New Orleans"
How many prizes were available in the competition where 696 people entered?
CREATE TABLE table_2715355_1 (winners VARCHAR, entrants VARCHAR)
SELECT COUNT(winners) AS Prize FROM table_2715355_1 WHERE entrants = 696
### Context: CREATE TABLE table_2715355_1 (winners VARCHAR, entrants VARCHAR) ### Question: How many prizes were available in the competition where 696 people entered? ### Answer: SELECT COUNT(winners) AS Prize FROM table_2715355_1 WHERE entrants = 696
Name the accession number for rhodopseudomonas palustris
CREATE TABLE table_27155678_2 (accession_number VARCHAR, genus_species VARCHAR)
SELECT accession_number FROM table_27155678_2 WHERE genus_species = "Rhodopseudomonas palustris"
### Context: CREATE TABLE table_27155678_2 (accession_number VARCHAR, genus_species VARCHAR) ### Question: Name the accession number for rhodopseudomonas palustris ### Answer: SELECT accession_number FROM table_27155678_2 WHERE genus_species = "Rhodopseudomonas palustris"
Name the genus/species of accession number bx897699.1
CREATE TABLE table_27155678_2 (genus_species VARCHAR, accession_number VARCHAR)
SELECT genus_species FROM table_27155678_2 WHERE accession_number = "BX897699.1"
### Context: CREATE TABLE table_27155678_2 (genus_species VARCHAR, accession_number VARCHAR) ### Question: Name the genus/species of accession number bx897699.1 ### Answer: SELECT genus_species FROM table_27155678_2 WHERE accession_number = "BX897699.1"
Name the accession number for sequence similarity being 54
CREATE TABLE table_27155678_2 (accession_number VARCHAR, sequence_similarity VARCHAR)
SELECT accession_number FROM table_27155678_2 WHERE sequence_similarity = 54
### Context: CREATE TABLE table_27155678_2 (accession_number VARCHAR, sequence_similarity VARCHAR) ### Question: Name the accession number for sequence similarity being 54 ### Answer: SELECT accession_number FROM table_27155678_2 WHERE sequence_similarity = 54
Name the gene name for methylobacterium nodulans
CREATE TABLE table_27155678_2 (gene_name VARCHAR, genus_species VARCHAR)
SELECT gene_name FROM table_27155678_2 WHERE genus_species = "Methylobacterium nodulans"
### Context: CREATE TABLE table_27155678_2 (gene_name VARCHAR, genus_species VARCHAR) ### Question: Name the gene name for methylobacterium nodulans ### Answer: SELECT gene_name FROM table_27155678_2 WHERE genus_species = "Methylobacterium nodulans"
Name the gene name for accession number bx897700.1
CREATE TABLE table_27155678_2 (gene_name VARCHAR, accession_number VARCHAR)
SELECT gene_name FROM table_27155678_2 WHERE accession_number = "BX897700.1"
### Context: CREATE TABLE table_27155678_2 (gene_name VARCHAR, accession_number VARCHAR) ### Question: Name the gene name for accession number bx897700.1 ### Answer: SELECT gene_name FROM table_27155678_2 WHERE accession_number = "BX897700.1"
What was the minimum % funded of the project that was closed on 2012-05-18?
CREATE TABLE table_27155990_1 (_percentage_funded INTEGER, closing_date VARCHAR)
SELECT MIN(_percentage_funded) FROM table_27155990_1 WHERE closing_date = "2012-05-18"
### Context: CREATE TABLE table_27155990_1 (_percentage_funded INTEGER, closing_date VARCHAR) ### Question: What was the minimum % funded of the project that was closed on 2012-05-18? ### Answer: SELECT MIN(_percentage_funded) FROM table_27155990_1 WHERE closing_date = "2012-05-18"
What was the maximum total USD collected by Pebble Technology?
CREATE TABLE table_27155990_1 (total_usd INTEGER, creator VARCHAR)
SELECT MAX(total_usd) FROM table_27155990_1 WHERE creator = "Pebble Technology"
### Context: CREATE TABLE table_27155990_1 (total_usd INTEGER, creator VARCHAR) ### Question: What was the maximum total USD collected by Pebble Technology? ### Answer: SELECT MAX(total_usd) FROM table_27155990_1 WHERE creator = "Pebble Technology"
What was the category of the project name Mighty No. 9?
CREATE TABLE table_27155990_1 (category VARCHAR, project_name VARCHAR)
SELECT category FROM table_27155990_1 WHERE project_name = "Mighty No. 9"
### Context: CREATE TABLE table_27155990_1 (category VARCHAR, project_name VARCHAR) ### Question: What was the category of the project name Mighty No. 9? ### Answer: SELECT category FROM table_27155990_1 WHERE project_name = "Mighty No. 9"
Project Name Pebble: E-Paper Watch for Iphone and Android was ranked how many times?
CREATE TABLE table_27155990_1 (rank VARCHAR, project_name VARCHAR)
SELECT COUNT(rank) FROM table_27155990_1 WHERE project_name = "Pebble: E-Paper Watch for iPhone and Android"
### Context: CREATE TABLE table_27155990_1 (rank VARCHAR, project_name VARCHAR) ### Question: Project Name Pebble: E-Paper Watch for Iphone and Android was ranked how many times? ### Answer: SELECT COUNT(rank) FROM table_27155990_1 WHERE project_name = "Pebble: E-Paper Watch for iPhone and Android"
How many league apps did the player with 11 team goals have?
CREATE TABLE table_27170987_5 (league_apps VARCHAR, total_goals VARCHAR)
SELECT league_apps FROM table_27170987_5 WHERE total_goals = 11
### Context: CREATE TABLE table_27170987_5 (league_apps VARCHAR, total_goals VARCHAR) ### Question: How many league apps did the player with 11 team goals have? ### Answer: SELECT league_apps FROM table_27170987_5 WHERE total_goals = 11
What is the lowest number of total goals for a player with 6 league goals?
CREATE TABLE table_27170987_5 (total_goals INTEGER, league_goals VARCHAR)
SELECT MIN(total_goals) FROM table_27170987_5 WHERE league_goals = 6
### Context: CREATE TABLE table_27170987_5 (total_goals INTEGER, league_goals VARCHAR) ### Question: What is the lowest number of total goals for a player with 6 league goals? ### Answer: SELECT MIN(total_goals) FROM table_27170987_5 WHERE league_goals = 6
What is the lowest number of fa cup goals by a player?
CREATE TABLE table_27170987_5 (fa_cup_goals INTEGER)
SELECT MIN(fa_cup_goals) FROM table_27170987_5
### Context: CREATE TABLE table_27170987_5 (fa_cup_goals INTEGER) ### Question: What is the lowest number of fa cup goals by a player? ### Answer: SELECT MIN(fa_cup_goals) FROM table_27170987_5
Who wrote the episode that aired on September 26, 2010?
CREATE TABLE table_27169029_1 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_27169029_1 WHERE original_air_date = "September 26, 2010"
### Context: CREATE TABLE table_27169029_1 (written_by VARCHAR, original_air_date VARCHAR) ### Question: Who wrote the episode that aired on September 26, 2010? ### Answer: SELECT written_by FROM table_27169029_1 WHERE original_air_date = "September 26, 2010"
How many radio stations were built in Asia?
CREATE TABLE table_27184837_1 (asia VARCHAR, programs VARCHAR)
SELECT asia FROM table_27184837_1 WHERE programs = "Radio Stations"
### Context: CREATE TABLE table_27184837_1 (asia VARCHAR, programs VARCHAR) ### Question: How many radio stations were built in Asia? ### Answer: SELECT asia FROM table_27184837_1 WHERE programs = "Radio Stations"
How many program data on Asia was written if the organization launched 14 programs iin the Americas?
CREATE TABLE table_27184837_1 (asia VARCHAR, americas VARCHAR)
SELECT COUNT(asia) FROM table_27184837_1 WHERE americas = 14
### Context: CREATE TABLE table_27184837_1 (asia VARCHAR, americas VARCHAR) ### Question: How many program data on Asia was written if the organization launched 14 programs iin the Americas? ### Answer: SELECT COUNT(asia) FROM table_27184837_1 WHERE americas = 14
How many times did Australasia received a program if the Americas received 115 program?
CREATE TABLE table_27184837_1 (australasia VARCHAR, americas VARCHAR)
SELECT COUNT(australasia) FROM table_27184837_1 WHERE americas = 115
### Context: CREATE TABLE table_27184837_1 (australasia VARCHAR, americas VARCHAR) ### Question: How many times did Australasia received a program if the Americas received 115 program? ### Answer: SELECT COUNT(australasia) FROM table_27184837_1 WHERE americas = 115
What is every episode number for the series number 3?
CREATE TABLE table_27208311_1 (episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series VARCHAR, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series VARCHAR, series_no VARCHAR)
SELECT episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series FROM table_27208311_1 WHERE series_no = 3
### Context: CREATE TABLE table_27208311_1 (episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series VARCHAR, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series VARCHAR, series_no VARCHAR) ### Question: What is every episode number for the series number 3? ### Answer: SELECT episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series, _whereas_series_no_refers_to_the_episodes_number_in_this_particular_series FROM table_27208311_1 WHERE series_no = 3
What is every episode with Barry Purchese as the writer?
CREATE TABLE table_27208311_1 (episode VARCHAR, writer VARCHAR)
SELECT episode FROM table_27208311_1 WHERE writer = "Barry Purchese"
### Context: CREATE TABLE table_27208311_1 (episode VARCHAR, writer VARCHAR) ### Question: What is every episode with Barry Purchese as the writer? ### Answer: SELECT episode FROM table_27208311_1 WHERE writer = "Barry Purchese"
Name the number of episodes for sam snape
CREATE TABLE table_27208817_1 (episode VARCHAR, writer VARCHAR)
SELECT COUNT(episode) FROM table_27208817_1 WHERE writer = "Sam Snape"
### Context: CREATE TABLE table_27208817_1 (episode VARCHAR, writer VARCHAR) ### Question: Name the number of episodes for sam snape ### Answer: SELECT COUNT(episode) FROM table_27208817_1 WHERE writer = "Sam Snape"
What was the aspect ratio if the vertical pixel is 480 and pixel aspect ratio is 1:1?
CREATE TABLE table_272313_1 (aspect_ratio VARCHAR, vertical VARCHAR, pixel_aspect_ratio VARCHAR)
SELECT aspect_ratio FROM table_272313_1 WHERE vertical = 480 AND pixel_aspect_ratio = "1:1"
### Context: CREATE TABLE table_272313_1 (aspect_ratio VARCHAR, vertical VARCHAR, pixel_aspect_ratio VARCHAR) ### Question: What was the aspect ratio if the vertical pixel is 480 and pixel aspect ratio is 1:1? ### Answer: SELECT aspect_ratio FROM table_272313_1 WHERE vertical = 480 AND pixel_aspect_ratio = "1:1"
What was the minimum vertical measurement if the aspect ratio is 16:9 and scanning is interlaced?
CREATE TABLE table_272313_1 (vertical INTEGER, aspect_ratio VARCHAR, scanning VARCHAR)
SELECT MIN(vertical) FROM table_272313_1 WHERE aspect_ratio = "16:9" AND scanning = "interlaced"
### Context: CREATE TABLE table_272313_1 (vertical INTEGER, aspect_ratio VARCHAR, scanning VARCHAR) ### Question: What was the minimum vertical measurement if the aspect ratio is 16:9 and scanning is interlaced? ### Answer: SELECT MIN(vertical) FROM table_272313_1 WHERE aspect_ratio = "16:9" AND scanning = "interlaced"
What was the maximum vertical measurement if the horizon measurement is 640?
CREATE TABLE table_272313_1 (vertical INTEGER, horizontal VARCHAR)
SELECT MAX(vertical) FROM table_272313_1 WHERE horizontal = 640
### Context: CREATE TABLE table_272313_1 (vertical INTEGER, horizontal VARCHAR) ### Question: What was the maximum vertical measurement if the horizon measurement is 640? ### Answer: SELECT MAX(vertical) FROM table_272313_1 WHERE horizontal = 640
Name the outgoing manager for mutual consent and position 16th
CREATE TABLE table_27225944_3 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
SELECT outgoing_manager FROM table_27225944_3 WHERE manner_of_departure = "Mutual consent" AND position_in_table = "16th"
### Context: CREATE TABLE table_27225944_3 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR) ### Question: Name the outgoing manager for mutual consent and position 16th ### Answer: SELECT outgoing_manager FROM table_27225944_3 WHERE manner_of_departure = "Mutual consent" AND position_in_table = "16th"
Name the replaced by for slaven belupo
CREATE TABLE table_27225944_3 (replaced_by VARCHAR, team VARCHAR)
SELECT replaced_by FROM table_27225944_3 WHERE team = "Slaven Belupo"
### Context: CREATE TABLE table_27225944_3 (replaced_by VARCHAR, team VARCHAR) ### Question: Name the replaced by for slaven belupo ### Answer: SELECT replaced_by FROM table_27225944_3 WHERE team = "Slaven Belupo"
Name the number of outgoing manager for rijeka
CREATE TABLE table_27225944_3 (outgoing_manager VARCHAR, team VARCHAR)
SELECT COUNT(outgoing_manager) FROM table_27225944_3 WHERE team = "Rijeka"
### Context: CREATE TABLE table_27225944_3 (outgoing_manager VARCHAR, team VARCHAR) ### Question: Name the number of outgoing manager for rijeka ### Answer: SELECT COUNT(outgoing_manager) FROM table_27225944_3 WHERE team = "Rijeka"
Name the least horizontal for smpte 259m three quarters
CREATE TABLE table_272313_2 (horizontal INTEGER, pixel_aspect_ratio VARCHAR)
SELECT MIN(horizontal) FROM table_272313_2 WHERE pixel_aspect_ratio = "SMPTE 259M three quarters"
### Context: CREATE TABLE table_272313_2 (horizontal INTEGER, pixel_aspect_ratio VARCHAR) ### Question: Name the least horizontal for smpte 259m three quarters ### Answer: SELECT MIN(horizontal) FROM table_272313_2 WHERE pixel_aspect_ratio = "SMPTE 259M three quarters"
Name the aspect ratio for smpte 259m and interlaced scanning
CREATE TABLE table_272313_2 (aspect_ratio VARCHAR, pixel_aspect_ratio VARCHAR, scanning VARCHAR)
SELECT aspect_ratio FROM table_272313_2 WHERE pixel_aspect_ratio = "SMPTE 259M" AND scanning = "interlaced"
### Context: CREATE TABLE table_272313_2 (aspect_ratio VARCHAR, pixel_aspect_ratio VARCHAR, scanning VARCHAR) ### Question: Name the aspect ratio for smpte 259m and interlaced scanning ### Answer: SELECT aspect_ratio FROM table_272313_2 WHERE pixel_aspect_ratio = "SMPTE 259M" AND scanning = "interlaced"
What date did the episode that was written by Fintan Ryan originally air?
CREATE TABLE table_27218002_2 (originalairdate VARCHAR, written_by VARCHAR)
SELECT originalairdate FROM table_27218002_2 WHERE written_by = "Fintan Ryan"
### Context: CREATE TABLE table_27218002_2 (originalairdate VARCHAR, written_by VARCHAR) ### Question: What date did the episode that was written by Fintan Ryan originally air? ### Answer: SELECT originalairdate FROM table_27218002_2 WHERE written_by = "Fintan Ryan"
What date did the epiode that had 1.37 million as the rating originally air?
CREATE TABLE table_27218002_2 (originalairdate VARCHAR, ratings VARCHAR)
SELECT originalairdate FROM table_27218002_2 WHERE ratings = "1.37 Million"
### Context: CREATE TABLE table_27218002_2 (originalairdate VARCHAR, ratings VARCHAR) ### Question: What date did the epiode that had 1.37 million as the rating originally air? ### Answer: SELECT originalairdate FROM table_27218002_2 WHERE ratings = "1.37 Million"
What is the title of the episode no. 16 by season?
CREATE TABLE table_27250813_1 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_27250813_1 WHERE no_in_season = 16
### Context: CREATE TABLE table_27250813_1 (title VARCHAR, no_in_season VARCHAR) ### Question: What is the title of the episode no. 16 by season? ### Answer: SELECT title FROM table_27250813_1 WHERE no_in_season = 16
How many times did an episode with a production code of 12003 was aired?
CREATE TABLE table_27250813_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT COUNT(original_air_date) FROM table_27250813_1 WHERE production_code = 12003
### Context: CREATE TABLE table_27250813_1 (original_air_date VARCHAR, production_code VARCHAR) ### Question: How many times did an episode with a production code of 12003 was aired? ### Answer: SELECT COUNT(original_air_date) FROM table_27250813_1 WHERE production_code = 12003
Name the color analyst for terry bowden and 17.2
CREATE TABLE table_2724704_5 (color_analyst_s_ VARCHAR, studio_analyst_s_ VARCHAR, tv_rating VARCHAR)
SELECT color_analyst_s_ FROM table_2724704_5 WHERE studio_analyst_s_ = "Terry Bowden" AND tv_rating = "17.2"
### Context: CREATE TABLE table_2724704_5 (color_analyst_s_ VARCHAR, studio_analyst_s_ VARCHAR, tv_rating VARCHAR) ### Question: Name the color analyst for terry bowden and 17.2 ### Answer: SELECT color_analyst_s_ FROM table_2724704_5 WHERE studio_analyst_s_ = "Terry Bowden" AND tv_rating = "17.2"
Name the number of bowl for lee corso, gene chizik and chip kelly
CREATE TABLE table_2724704_5 (bowl VARCHAR, studio_analyst_s_ VARCHAR)
SELECT COUNT(bowl) FROM table_2724704_5 WHERE studio_analyst_s_ = "Lee Corso, Gene Chizik and Chip Kelly"
### Context: CREATE TABLE table_2724704_5 (bowl VARCHAR, studio_analyst_s_ VARCHAR) ### Question: Name the number of bowl for lee corso, gene chizik and chip kelly ### Answer: SELECT COUNT(bowl) FROM table_2724704_5 WHERE studio_analyst_s_ = "Lee Corso, Gene Chizik and Chip Kelly"
Name the studio analysts for espn with erin andrews and tom rinaldi
CREATE TABLE table_2724704_5 (studio_analyst_s_ VARCHAR, network_s_ VARCHAR, sideline_reporter_s_ VARCHAR)
SELECT studio_analyst_s_ FROM table_2724704_5 WHERE network_s_ = "ESPN" AND sideline_reporter_s_ = "Erin Andrews and Tom Rinaldi"
### Context: CREATE TABLE table_2724704_5 (studio_analyst_s_ VARCHAR, network_s_ VARCHAR, sideline_reporter_s_ VARCHAR) ### Question: Name the studio analysts for espn with erin andrews and tom rinaldi ### Answer: SELECT studio_analyst_s_ FROM table_2724704_5 WHERE network_s_ = "ESPN" AND sideline_reporter_s_ = "Erin Andrews and Tom Rinaldi"
What is the highest series number with 9.17 million US viewers?
CREATE TABLE table_27255755_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT MAX(no_in_series) FROM table_27255755_1 WHERE us_viewers__millions_ = "9.17"
### Context: CREATE TABLE table_27255755_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) ### Question: What is the highest series number with 9.17 million US viewers? ### Answer: SELECT MAX(no_in_series) FROM table_27255755_1 WHERE us_viewers__millions_ = "9.17"