combined_text
stringlengths
106
1.05k
###question:What is the name of episode # 10a?###answer: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 the episode written by Michael Price?###answer:SELECT title FROM table_2701851_2 WHERE written_by = "Michael Price"###context:CREATE TABLE table_2701851_2 (title VARCHAR, written_by 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"###context:CREATE TABLE table_2701851_5 (title VARCHAR, production_code 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"###context:CREATE TABLE table_2701851_5 (production_code VARCHAR, written_by 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"###context:CREATE TABLE table_2701851_5 (directed_by VARCHAR, no_in_season VARCHAR)
###question:Who wrote the episode in the series 46b?###answer: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: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"###context:CREATE TABLE table_2701851_5 (production_code VARCHAR, no_in_series 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"###context:CREATE TABLE table_27047554_1 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
###question: Who represents district 41? ###answer:SELECT delegate FROM table_27050732_7 WHERE district = "41"###context:CREATE TABLE table_27050732_7 (delegate VARCHAR, district 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"###context:CREATE TABLE table_27050336_7 (district VARCHAR, delegate 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"###context:CREATE TABLE table_27050336_7 (delegate VARCHAR, committee VARCHAR, district 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"###context:CREATE TABLE table_27050336_7 (del...
###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"###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"###context:CREATE TABLE table_27050336_7 (party VARCHAR, delegate 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###context:CREATE TABLE table_27067379_1 (height VARCHAR, number_of_floors 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###context:CREATE TABLE table_27067379_1 (number_of_floors INTEGER, completion 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"###context:CREATE TABLE table_27067379_1 (height 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"###context:CREATE TABLE table_27067379_1 (position VARCHAR, building 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"###context:CREATE TABLE table_27057070_3 (outgoing_manager 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"###context:CREATE TABLE table_27057070_3 (date_of_appointment VARCHAR, team 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"###context:CREATE TABLE table_27057070_3 (manner_of_departure VARCHAR, replaced_by 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"###context:CREATE TABLE table_27069503_2 (overall VARCHAR, season 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"###context:CREATE TABLE table_27069503_2 (conf_record 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"###context:CREATE TABLE table_27069503_2 (coach VARCHAR, overall 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"###context:CREATE TABLE table_27069503_2 (conf_record VARCHAR, standings VARCHAR, season 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"###context:CREATE TABLE table_27069503_2 (overall 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"###context:CREATE TABLE table_27069503_2 (season VARCHAR, conf_record VARCHAR)
###question:how many times is the week # is audition?###answer: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 episodes are numbered 14 in the series?###answer:SELECT COUNT(episode) FROM table_27081956_1 WHERE series_no = 14###context:CREATE TABLE table_27081956_1 (episode VARCHAR, series_no VARCHAR)
###question:What is the format of 105.5 fm?###answer: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 market for KLRJ?###answer: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 format for the station owned by Dakota Broadcasting?###answer:SELECT format FROM table_2709_4 WHERE owner = "Dakota Broadcasting"###context:CREATE TABLE table_2709_4 (format VARCHAR, owner 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"###context:CREATE TABLE table_27091128_2 (team VARCHAR, replaced_by 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"###context:CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, outgoing_manager 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"###context:CREATE TABLE table_27091128_2 (replaced_by VARCHAR, date_of_appointment VARCHAR)
###question:Who replaced the previous manager of Altay?###answer:SELECT replaced_by FROM table_27091128_2 WHERE team = "Altay"###context:CREATE TABLE table_27091128_2 (replaced_by VARCHAR, team 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"###context:CREATE TABLE table_27091128_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
###question:What is the overall total for the Omaha Nighthawks?###answer:SELECT MIN(overall_total) FROM table_27094070_4 WHERE team = "Omaha Nighthawks"###context:CREATE TABLE table_27094070_4 (overall_total INTEGER, team VARCHAR)
###question:Which team has the home average of 18125?###answer:SELECT team FROM table_27094070_4 WHERE home_avg = 18125###context:CREATE TABLE table_27094070_4 (team VARCHAR, home_avg VARCHAR)
###question:What was the highest home total?###answer:SELECT MAX(home_total) FROM table_27094070_4###context:CREATE TABLE table_27094070_4 (home_total INTEGER)
###question:How many games had an average of 12796?###answer: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: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###context:CREATE TABLE table_27112708_2 (stage VARCHAR, team_classification VARCHAR)
###question:Which mountains classification is listed under stage 3?###answer:SELECT mountains_classification FROM table_27112708_2 WHERE stage = 3###context:CREATE TABLE table_27112708_2 (mountains_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###context:CREATE TABLE table_27112708_2 (general_classification VARCHAR, stage 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"###context:CREATE TABLE table_27117365_1 (written_by 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"###context:CREATE TABLE table_27117365_1 (original_air_date VARCHAR, us_viewers__million_ 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###context:CREATE TABLE table_27117365_1 (title VARCHAR, no_in_season 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"###context:CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, manner_of_de...
###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"###context:CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach 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"###context:CREATE TABLE table_27133147_3 (date_of_appointment VARCHAR, team VARCHAR)
###question:What is 2003 when 1999 is 2.1?###answer:SELECT 2003 FROM table_27146868_1 WHERE 1999 = "2.1"###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"###context:CREATE TABLE table_27146868_1 (Id 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"###context:CREATE TABLE table_27146868_1 (greek_national_account VARCHAR)
###question:What is 2006 when 1997 is 6.8?###answer:SELECT 2006 FROM table_27146868_1 WHERE 1997 = "6.8"###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"###context:CREATE TABLE table_27146868_1 (Id 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"###context:CREATE TABLE table_27132791_3 (pro_team VARCHAR, position 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"###context:CREATE TABLE table_27132791_3 (player VARCHAR, nfl_team VARCHAR)
###question:If the college is Vanderbilt, what is the position?###answer:SELECT position FROM table_27132791_3 WHERE college = "Vanderbilt"###context:CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR)
###question:If the proteam is Jacksonville bulls, what is the position?###answer: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 college is SMU, what is the position?###answer:SELECT position FROM table_27132791_3 WHERE college = "SMU"###context:CREATE TABLE table_27132791_3 (position VARCHAR, college VARCHAR)
###question:Who wrote the episode with the production code of 3t7255?###answer:SELECT written_by FROM table_27116696_1 WHERE production_code = "3T7255"###context:CREATE TABLE table_27116696_1 (written_by VARCHAR, production_code 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"###context:CREATE TABLE table_27116696_1 (us_viewers__million_ VARCHAR, directed_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"###context:CREATE TABLE table_27116696_1 (production_code VARCHAR, written_by VARCHAR)
###question:What was the prize pool in New Orleans?###answer: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: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###context:CREATE TABLE table_2715355_1 (winners VARCHAR, entrants VARCHAR)
###question:Name the accession number for rhodopseudomonas palustris###answer: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 genus/species of accession number bx897699.1###answer: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 accession number for sequence similarity being 54###answer: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 gene name for methylobacterium nodulans###answer: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 accession number bx897700.1###answer: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: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"###context:CREATE TABLE table_27155990_1 (_percentage_funded INTEGER, closing_date 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"###context:CREATE TABLE table_27155990_1 (total_usd INTEGER, creator 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"###context:CREATE TABLE table_27155990_1 (category 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"###context:CREATE TABLE table_27155990_1 (rank VARCHAR, project_name 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###context:CREATE TABLE table_27170987_5 (league_apps VARCHAR, total_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###context:CREATE TABLE table_27170987_5 (total_goals INTEGER, league_goals VARCHAR)
###question:What is the lowest number of fa cup goals by a player?###answer:SELECT MIN(fa_cup_goals) FROM table_27170987_5###context:CREATE TABLE table_27170987_5 (fa_cup_goals INTEGER)
###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"###context:CREATE TABLE table_27169029_1 (written_by VARCHAR, original_air_date VARCHAR)
###question:How many radio stations were built in Asia?###answer:SELECT asia FROM table_27184837_1 WHERE programs = "Radio Stations"###context:CREATE TABLE table_27184837_1 (asia VARCHAR, programs 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###context:CREATE TABLE table_27184837_1 (asia 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###context:CREATE TABLE table_27184837_1 (australasia VARCHAR, americas 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###context:CREATE TABLE table_27208311_1 (episo...
###question:What is every episode with Barry Purchese as the writer?###answer:SELECT episode FROM table_27208311_1 WHERE writer = "Barry Purchese"###context:CREATE TABLE table_27208311_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"###context:CREATE TABLE table_27208817_1 (episode VARCHAR, writer 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"###context:CREATE TABLE table_272313_1 (aspect_ratio VARCHAR, vertical VARCHAR, pixel_aspect_ratio 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"###context:CREATE TABLE table_272313_1 (vertical INTEGER, aspect_ratio VARCHAR, scanning 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###context:CREATE TABLE table_272313_1 (vertical INTEGER, horizontal 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"###context:CREATE TABLE table_27225944_3 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table ...
###question:Name the replaced by for slaven belupo###answer: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 number of outgoing manager for rijeka###answer: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 least horizontal for smpte 259m three quarters###answer: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 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"###context:CREATE TABLE table_272313_2 (aspect_ratio VARCHAR, pixel_aspect_ratio VARCHAR, scanning 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"###context:CREATE TABLE table_27218002_2 (originalairdate VARCHAR, written_by 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"###context:CREATE TABLE table_27218002_2 (originalairdate VARCHAR, ratings 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###context:CREATE TABLE table_27250813_1 (title VARCHAR, no_in_season 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###context:CREATE TABLE table_27250813_1 (original_air_date VARCHAR, production_code 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"###context:CREATE TABLE table_2724704_5 (color_analyst_s_ VARCHAR, studio_analyst_s_ VARCHAR, tv_rating 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"###context:CREATE TABLE table_2724704_5 (bowl VARCHAR, studio_analyst_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"###context:CREATE TABLE table_2724704_5 (studio_analyst_s_ VARCHAR, network_s_ VARCHAR, sideline_repor...
###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"###context:CREATE TABLE table_27255755_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)