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