text
stringlengths
114
1.06k
### question: In the championship Miami , United States, what is the score in the final? ### answer: SELECT score_in_the_final FROM table_26202788_7 WHERE championship = "Miami , United States" ### context: CREATE TABLE table_26202788_7 (score_in_the_final VARCHAR, championship VARCHAR)
### question: Andy Roddick is the opponent in the final on what surface? ### answer: SELECT surface FROM table_26202788_7 WHERE opponent_in_the_final = "Andy Roddick" ### context: CREATE TABLE table_26202788_7 (surface VARCHAR, opponent_in_the_final VARCHAR)
### question: In the championship Indian Wells, United States (2), who are the opponents in the final? ### answer: SELECT opponent_in_the_final FROM table_26202788_7 WHERE championship = "Indian Wells, United States (2)" ### context: CREATE TABLE table_26202788_7 (opponent_in_the_final VARCHAR, championship VARCHAR)
### question: Marat Safin is the opponent in the final in what championship? ### answer: SELECT championship FROM table_26202788_7 WHERE opponent_in_the_final = "Marat Safin" ### context: CREATE TABLE table_26202788_7 (championship VARCHAR, opponent_in_the_final VARCHAR)
### question: How many championships are there on the date January 9, 2005? ### answer: SELECT COUNT(championship) FROM table_26202788_7 WHERE date = "January 9, 2005" ### context: CREATE TABLE table_26202788_7 (championship VARCHAR, date VARCHAR)
### question: Where the outcome is Winner and surface is Hard (i), what is the No.? ### answer: SELECT no FROM table_26202847_6 WHERE outcome = "Winner" AND surface = "Hard (i)" ### context: CREATE TABLE table_26202847_6 (no VARCHAR, outcome VARCHAR, surface VARCHAR)
### question: On the date October 21, 2007, what is the No.? ### answer: SELECT no FROM table_26202847_6 WHERE date = "October 21, 2007" ### context: CREATE TABLE table_26202847_6 (no VARCHAR, date VARCHAR)
### question: Where is the championship where 6–1, 3–6, 3–6 is the score in the final? ### answer: SELECT championship FROM table_26202847_6 WHERE score_in_the_final = "6–1, 3–6, 3–6" ### context: CREATE TABLE table_26202847_6 (championship VARCHAR, score_in_the_final VARCHAR)
### question: When the score in the final is 3–6, 6–4, 3–6, 4–6, who are all the opponents in the final? ### answer: SELECT opponent_in_the_final FROM table_26202847_6 WHERE score_in_the_final = "3–6, 6–4, 3–6, 4–6" ### context: CREATE TABLE table_26202847_6 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR)
### question: The score in the final is 2–6, 6–2, 6–0, on what surface? ### answer: SELECT surface FROM table_26202847_6 WHERE score_in_the_final = "2–6, 6–2, 6–0" ### context: CREATE TABLE table_26202847_6 (surface VARCHAR, score_in_the_final VARCHAR)
### question: The original artist Joan Osborne has what result? ### answer: SELECT result FROM table_26250199_1 WHERE original_artist = "Joan Osborne" ### context: CREATE TABLE table_26250199_1 (result VARCHAR, original_artist VARCHAR)
### question: In which episode is the order number 10? ### answer: SELECT episode FROM table_26250199_1 WHERE order__number = "10" ### context: CREATE TABLE table_26250199_1 (episode VARCHAR, order__number VARCHAR)
### question: In episode Top 16 (8 Men), what are the themes? ### answer: SELECT theme FROM table_26250199_1 WHERE episode = "Top 16 (8 Men)" ### context: CREATE TABLE table_26250199_1 (theme VARCHAR, episode VARCHAR)
### question: The theme Auditioner's Choice has what song choice? ### answer: SELECT song_choice FROM table_26250199_1 WHERE theme = "Auditioner's Choice" ### context: CREATE TABLE table_26250199_1 (song_choice VARCHAR, theme VARCHAR)
### question: What are all the week # where subject matter is auditioner's choice ### answer: SELECT week__number FROM table_26250227_1 WHERE theme = "Auditioner's Choice" ### context: CREATE TABLE table_26250227_1 (week__number VARCHAR, theme VARCHAR)
### question: What are all of the order # where authentic artist is maroon 5 ### answer: SELECT order__number FROM table_26250227_1 WHERE original_artist = "Maroon 5" ### context: CREATE TABLE table_26250227_1 (order__number VARCHAR, original_artist VARCHAR)
### question: Name the represents for los alcarrizos ### answer: SELECT represents FROM table_26301697_2 WHERE hometown = "Los Alcarrizos" ### context: CREATE TABLE table_26301697_2 (represents VARCHAR, hometown VARCHAR)
### question: Name the most age ### answer: SELECT MAX(age) FROM table_26301697_2 ### context: CREATE TABLE table_26301697_2 (age INTEGER)
### question: Name the total number of represents for clary sermina delgado cid ### answer: SELECT COUNT(represents) FROM table_26301697_2 WHERE contestant = "Clary Sermina Delgado Cid" ### context: CREATE TABLE table_26301697_2 (represents VARCHAR, contestant VARCHAR)
### question: Name the least age for distrito nacional ### answer: SELECT MIN(age) FROM table_26301697_2 WHERE represents = "Distrito Nacional" ### context: CREATE TABLE table_26301697_2 (age INTEGER, represents VARCHAR)
### question: Name the represents for 1.76 cm ### answer: SELECT represents FROM table_26301697_2 WHERE height__cm_ = "1.76" ### context: CREATE TABLE table_26301697_2 (represents VARCHAR, height__cm_ VARCHAR)
### question: In how many rounds was Race 17? ### answer: SELECT COUNT(round) FROM table_26334740_3 WHERE race = 17 ### context: CREATE TABLE table_26334740_3 (round VARCHAR, race VARCHAR)
### question: What team won Race 17? ### answer: SELECT winning_team FROM table_26334740_3 WHERE race = 17 ### context: CREATE TABLE table_26334740_3 (winning_team VARCHAR, race VARCHAR)
### question: Who was his partner in 1989? ### answer: SELECT partner FROM table_26309085_1 WHERE year = 1989 ### context: CREATE TABLE table_26309085_1 (partner VARCHAR, year VARCHAR)
### question: What was the surface when he played with John Alexander? ### answer: SELECT surface FROM table_26309085_1 WHERE partner = "John Alexander" ### context: CREATE TABLE table_26309085_1 (surface VARCHAR, partner VARCHAR)
### question: What was the final score in 1986? ### answer: SELECT score_in_final FROM table_26309085_1 WHERE year = 1986 ### context: CREATE TABLE table_26309085_1 (score_in_final VARCHAR, year VARCHAR)
### question: What is the nickname of the University of Alabama? ### answer: SELECT nickname FROM table_26355116_1 WHERE school = "University of Alabama" ### context: CREATE TABLE table_26355116_1 (nickname VARCHAR, school VARCHAR)
### question: What is the maximum enrollment of the schools? ### answer: SELECT MAX(enrollment) FROM table_26355116_1 ### context: CREATE TABLE table_26355116_1 (enrollment INTEGER)
### question: How many public is there for the couple that got eliminated? ### answer: SELECT MAX(public) FROM table_26375386_23 WHERE result = "Eliminated" ### context: CREATE TABLE table_26375386_23 (public INTEGER, result VARCHAR)
### question: What was the result for the total of 12? ### answer: SELECT result FROM table_26375386_23 WHERE total = 12 ### context: CREATE TABLE table_26375386_23 (result VARCHAR, total VARCHAR)
### question: What was the maximum rank for the vote percentage of 5.6% ### answer: SELECT MIN(rank) FROM table_26375386_23 WHERE vote_percentage = "5.6%" ### context: CREATE TABLE table_26375386_23 (rank INTEGER, vote_percentage VARCHAR)
### question: How many judges were there for the eliminated couple? ### answer: SELECT judges FROM table_26375386_23 WHERE result = "Eliminated" ### context: CREATE TABLE table_26375386_23 (judges VARCHAR, result VARCHAR)
### question: What is the number of public that was there when the vote percentage was 22.9%? ### answer: SELECT COUNT(public) FROM table_26375386_23 WHERE vote_percentage = "22.9%" ### context: CREATE TABLE table_26375386_23 (public VARCHAR, vote_percentage VARCHAR)
### question: What was the total number when the vote percentage was 44.8%? ### answer: SELECT COUNT(total) FROM table_26375386_23 WHERE vote_percentage = "44.8%" ### context: CREATE TABLE table_26375386_23 (total VARCHAR, vote_percentage VARCHAR)
### question: What year was Fayette operational at 46? ### answer: SELECT MIN(year_operational) FROM table_26387382_1 WHERE location__county_ = "Fayette" AND capacity__mw_ = "46" ### context: CREATE TABLE table_26387382_1 (year_operational INTEGER, location__county_ VARCHAR, capacity__mw_ VARCHAR)
### question: What farm has a capacity of 70 and is operational? ### answer: SELECT name FROM table_26387382_1 WHERE capacity__mw_ = "70" AND status = "Operational" ### context: CREATE TABLE table_26387382_1 (name VARCHAR, capacity__mw_ VARCHAR, status VARCHAR)
### question: What locations are considered centre? ### answer: SELECT power__mw·hr_yr_ FROM table_26387382_1 WHERE location__county_ = "Centre" ### context: CREATE TABLE table_26387382_1 (power__mw·hr_yr_ VARCHAR, location__county_ VARCHAR)
### question: What all capacities have turbines between 50-60? ### answer: SELECT capacity__mw_ FROM table_26387382_1 WHERE turbines = "50-60" ### context: CREATE TABLE table_26387382_1 (capacity__mw_ VARCHAR, turbines VARCHAR)
### question: What all turbines have a capacity of 30 and have a Somerset location? ### answer: SELECT turbines FROM table_26387382_1 WHERE location__county_ = "Somerset" AND capacity__mw_ = "30" ### context: CREATE TABLE table_26387382_1 (turbines VARCHAR, location__county_ VARCHAR, capacity__mw_ VARCHAR)
### question: if the peak is 9, how many weeks was it in the top 10? ### answer: SELECT MAX(weeks_in_top_10) FROM table_26400041_2 WHERE peak = 9 ### context: CREATE TABLE table_26400041_2 (weeks_in_top_10 INTEGER, peak VARCHAR)
### question: How many games had red star as the runner up? ### answer: SELECT COUNT(attendance) FROM table_26455614_1 WHERE runner_up = "Red Star" ### context: CREATE TABLE table_26455614_1 (attendance VARCHAR, runner_up VARCHAR)
### question: What is the fewest recorded entrants against paris saint-germain? ### answer: SELECT MIN(entries) FROM table_26455614_1 WHERE winner = "Paris Saint-Germain" ### context: CREATE TABLE table_26455614_1 (entries INTEGER, winner VARCHAR)
### question: Name the member countries for finnish swedish ### answer: SELECT member_countries FROM table_26519486_1 WHERE languages = "Finnish Swedish" ### context: CREATE TABLE table_26519486_1 (member_countries VARCHAR, languages VARCHAR)
### question: Name the area for german ### answer: SELECT area__km²_ FROM table_26519486_1 WHERE languages = "German" ### context: CREATE TABLE table_26519486_1 (area__km²_ VARCHAR, languages VARCHAR)
### question: Name the population for 11 languages ### answer: SELECT population FROM table_26519486_1 WHERE languages = "11" ### context: CREATE TABLE table_26519486_1 (population VARCHAR, languages VARCHAR)
### question: What is the production code for the episode where the patient portrayer is Kathy Lamkin? ### answer: SELECT production_code FROM table_26561508_1 WHERE patient_portrayer = "Kathy Lamkin" ### context: CREATE TABLE table_26561508_1 (production_code VARCHAR, patient_portrayer VARCHAR)
### question: Who was the writter for the episode identified by the production code 2t5954? ### answer: SELECT written_by FROM table_26561508_1 WHERE production_code = "2T5954" ### context: CREATE TABLE table_26561508_1 (written_by VARCHAR, production_code VARCHAR)
### question: What is the total number of patient portayers for the episode directed by Craig Zisk and written by Brad Falchuk? ### answer: SELECT COUNT(patient_portrayer) FROM table_26561508_1 WHERE directed_by = "Craig Zisk" AND written_by = "Brad Falchuk" ### context: CREATE TABLE table_26561508_1 (patient_portrayer...
### question: Who directed the episode with production code 177605? ### answer: SELECT directed_by FROM table_26561506_1 WHERE production_code = 177605 ### context: CREATE TABLE table_26561506_1 (directed_by VARCHAR, production_code VARCHAR)
### question: How many episodes are numbered 4 in the season? ### answer: SELECT COUNT(patient_portrayer) FROM table_26561506_1 WHERE _number = 4 ### context: CREATE TABLE table_26561506_1 (patient_portrayer VARCHAR, _number VARCHAR)
### question: Who wrote episode number 28? ### answer: SELECT written_by FROM table_26561506_1 WHERE no = 28 ### context: CREATE TABLE table_26561506_1 (written_by VARCHAR, no VARCHAR)
### question: What is the highest numbered episode with patient portrayer doug savant? ### answer: SELECT MAX(_number) FROM table_26561506_1 WHERE patient_portrayer = "Doug Savant" ### context: CREATE TABLE table_26561506_1 (_number INTEGER, patient_portrayer VARCHAR)
### question: What number(s) in the series was written by bo crese? ### answer: SELECT no_in_series FROM table_26565936_2 WHERE written_by = "Bo Crese" ### context: CREATE TABLE table_26565936_2 (no_in_series VARCHAR, written_by VARCHAR)
### question: Who wrote episode number 109 in the series? ### answer: SELECT written_by FROM table_26565936_2 WHERE no_in_series = 109 ### context: CREATE TABLE table_26565936_2 (written_by VARCHAR, no_in_series VARCHAR)
### question: What was the first episode in the season directed by nelson mccormick? ### answer: SELECT MIN(no_in_season) FROM table_26565936_2 WHERE directed_by = "Nelson McCormick" ### context: CREATE TABLE table_26565936_2 (no_in_season INTEGER, directed_by VARCHAR)
### question: What was the original air date for the episode with 13.92 million us viewers? ### answer: SELECT original_air_date FROM table_26565936_2 WHERE us_viewers__millions_ = "13.92" ### context: CREATE TABLE table_26565936_2 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
### question: When was the episode with a 999,000 BARB rating first aired in Denmark? ### answer: SELECT first_broadcast_denmark___dr1__ FROM table_26591309_3 WHERE official_barb_ratings = "999,000" ### context: CREATE TABLE table_26591309_3 (first_broadcast_denmark___dr1__ VARCHAR, official_barb_ratings VARCHAR)
### question: What is the BARB ratings of episode 6? ### answer: SELECT official_barb_ratings FROM table_26591309_3 WHERE episode = 6 ### context: CREATE TABLE table_26591309_3 (official_barb_ratings VARCHAR, episode VARCHAR)
### question: When was the episode with a 1,036,000 BARB rating first aired in Denmark? ### answer: SELECT first_broadcast_denmark___dr1__ FROM table_26591309_3 WHERE official_barb_ratings = "1,036,000" ### context: CREATE TABLE table_26591309_3 (first_broadcast_denmark___dr1__ VARCHAR, official_barb_ratings VARCHAR)
### question: How many parks are called mt. olympus ### answer: SELECT COUNT(name) FROM table_2665085_1 WHERE park = "Mt. Olympus" ### context: CREATE TABLE table_2665085_1 (name VARCHAR, park VARCHAR)
### question: How fast is the coaster that is 163 feet tall ### answer: SELECT speed__mph_ FROM table_2665085_1 WHERE height__ft_ = 163 ### context: CREATE TABLE table_2665085_1 (speed__mph_ VARCHAR, height__ft_ VARCHAR)
### question: What is the length of the coaster with the unknown speed ### answer: SELECT length__ft_ FROM table_2665085_1 WHERE speed__mph_ = "unknown" ### context: CREATE TABLE table_2665085_1 (length__ft_ VARCHAR, speed__mph_ VARCHAR)
### question: How long is the rollar coaster on Kemah Boardwalk ### answer: SELECT length__ft_ FROM table_2665085_1 WHERE park = "Kemah Boardwalk" ### context: CREATE TABLE table_2665085_1 (length__ft_ VARCHAR, park VARCHAR)
### question: What park is Boardwalk Bullet located in? ### answer: SELECT park FROM table_2665085_1 WHERE name = "Boardwalk Bullet" ### context: CREATE TABLE table_2665085_1 (park VARCHAR, name VARCHAR)
### question: How many parks is Zippin Pippin located in ### answer: SELECT COUNT(park) FROM table_2665085_1 WHERE name = "Zippin Pippin" ### context: CREATE TABLE table_2665085_1 (park VARCHAR, name VARCHAR)
### question: In what year was Montenegro the host country? ### answer: SELECT year FROM table_26669939_1 WHERE host_country = "Montenegro" ### context: CREATE TABLE table_26669939_1 (year VARCHAR, host_country VARCHAR)
### question: What was the number of athletes in the host city of Nice? ### answer: SELECT no_of_athletes FROM table_26669939_1 WHERE host_city = "Nice" ### context: CREATE TABLE table_26669939_1 (no_of_athletes VARCHAR, host_city VARCHAR)
### question: Who was the host country when Bar was the host city? ### answer: SELECT host_country FROM table_26669939_1 WHERE host_city = "Bar" ### context: CREATE TABLE table_26669939_1 (host_country VARCHAR, host_city VARCHAR)
### question: What was the number of athletes for the 7th edition? ### answer: SELECT no_of_athletes FROM table_26669939_1 WHERE edition = "7th" ### context: CREATE TABLE table_26669939_1 (no_of_athletes VARCHAR, edition VARCHAR)
### question: What was the most recent year? ### answer: SELECT MAX(year) FROM table_26669939_1 ### context: CREATE TABLE table_26669939_1 (year INTEGER)
### question: What was the host city of the 8th edition in the the host country of Croatia? ### answer: SELECT host_city FROM table_26669939_1 WHERE host_country = "Croatia" AND edition = "8th" ### context: CREATE TABLE table_26669939_1 (host_city VARCHAR, host_country VARCHAR, edition VARCHAR)
### question: Name the result for first elected being 1798 1825 ### answer: SELECT result FROM table_2668243_18 WHERE first_elected = "1798 1825" ### context: CREATE TABLE table_2668243_18 (result VARCHAR, first_elected VARCHAR)
### question: Name the total number of party for willis alston ### answer: SELECT COUNT(party) FROM table_2668243_18 WHERE incumbent = "Willis Alston" ### context: CREATE TABLE table_2668243_18 (party VARCHAR, incumbent VARCHAR)
### question: Name the result for augustine h. shepperd (j) 100% ### answer: SELECT result FROM table_2668243_18 WHERE candidates = "Augustine H. Shepperd (J) 100%" ### context: CREATE TABLE table_2668243_18 (result VARCHAR, candidates VARCHAR)
### question: Name the result for willis alston ### answer: SELECT result FROM table_2668243_18 WHERE incumbent = "Willis Alston" ### context: CREATE TABLE table_2668243_18 (result VARCHAR, incumbent VARCHAR)
### question: Name the total number of party for willis alston (j) 93.9% george e. spruill 6.1% ### answer: SELECT COUNT(party) FROM table_2668243_18 WHERE candidates = "Willis Alston (J) 93.9% George E. Spruill 6.1%" ### context: CREATE TABLE table_2668243_18 (party VARCHAR, candidates VARCHAR)
### question: Name the district for anti-jacksonian ### answer: SELECT district FROM table_2668243_18 WHERE party = "Anti-Jacksonian" ### context: CREATE TABLE table_2668243_18 (district VARCHAR, party VARCHAR)
### question: What was the result for the candidate first elected in 1820? ### answer: SELECT result FROM table_2668243_19 WHERE first_elected = "1820" ### context: CREATE TABLE table_2668243_19 (result VARCHAR, first_elected VARCHAR)
### question: What is the party of Joseph Vance? ### answer: SELECT party FROM table_2668243_19 WHERE incumbent = "Joseph Vance" ### context: CREATE TABLE table_2668243_19 (party VARCHAR, incumbent VARCHAR)
### question: Name the first elected for hosea moffitt (f) 57.9% josiah masters (dr) 42.1% ### answer: SELECT first_elected FROM table_2668352_11 WHERE candidates = "Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%" ### context: CREATE TABLE table_2668352_11 (first_elected VARCHAR, candidates VARCHAR)
### question: Name the first elected for jacob markell ### answer: SELECT first_elected FROM table_2668352_11 WHERE incumbent = "Jacob Markell" ### context: CREATE TABLE table_2668352_11 (first_elected VARCHAR, incumbent VARCHAR)
### question: Name the least first elected ### answer: SELECT MIN(first_elected) FROM table_2668352_11 ### context: CREATE TABLE table_2668352_11 (first_elected INTEGER)
### question: Name the most first elected ### answer: SELECT MAX(first_elected) FROM table_2668352_11 ### context: CREATE TABLE table_2668352_11 (first_elected INTEGER)
### question: Name the incumbent for new york 10 ### answer: SELECT incumbent FROM table_2668352_11 WHERE district = "New York 10" ### context: CREATE TABLE table_2668352_11 (incumbent VARCHAR, district VARCHAR)
### question: Name the distrct for thomas wilson ### answer: SELECT district FROM table_2668367_21 WHERE incumbent = "Thomas Wilson" ### context: CREATE TABLE table_2668367_21 (district VARCHAR, incumbent VARCHAR)
### question: Name the party for john randolph redistricted from the 15th district ### answer: SELECT party FROM table_2668367_21 WHERE incumbent = "John Randolph Redistricted from the 15th district" ### context: CREATE TABLE table_2668367_21 (party VARCHAR, incumbent VARCHAR)
### question: Name the party for virginia 12 ### answer: SELECT party FROM table_2668367_21 WHERE district = "Virginia 12" ### context: CREATE TABLE table_2668367_21 (party VARCHAR, district VARCHAR)
### question: Name the candidates for john boyle ### answer: SELECT candidates FROM table_2668378_5 WHERE incumbent = "John Boyle" ### context: CREATE TABLE table_2668378_5 (candidates VARCHAR, incumbent VARCHAR)
### question: Name the first elected for kentucky 3 ### answer: SELECT first_elected FROM table_2668378_5 WHERE district = "Kentucky 3" ### context: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR)
### question: Name the incumbent for matthew lyon (dr) anthony new (dr) ### answer: SELECT incumbent FROM table_2668378_5 WHERE candidates = "Matthew Lyon (DR) Anthony New (DR)" ### context: CREATE TABLE table_2668378_5 (incumbent VARCHAR, candidates VARCHAR)
### question: Name the number of first elected for kentucky 3 ### answer: SELECT COUNT(first_elected) FROM table_2668378_5 WHERE district = "Kentucky 3" ### context: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR)
### question: Name the number of party for kentucky 1 ### answer: SELECT COUNT(party) FROM table_2668378_5 WHERE district = "Kentucky 1" ### context: CREATE TABLE table_2668378_5 (party VARCHAR, district VARCHAR)
### question: Name the first elected for kentucky 1 ### answer: SELECT first_elected FROM table_2668378_5 WHERE district = "Kentucky 1" ### context: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR)
### question: What is the district for the party federalist and the candidates are william craik (f) 51.0% benjamin edwards 49.0%? ### answer: SELECT district FROM table_2668416_7 WHERE party = "Federalist" AND candidates = "William Craik (F) 51.0% Benjamin Edwards 49.0%" ### context: CREATE TABLE table_2668416_7 (dist...
### question: What is the party when the incumbent is samuel smith? ### answer: SELECT party FROM table_2668416_7 WHERE incumbent = "Samuel Smith" ### context: CREATE TABLE table_2668416_7 (party VARCHAR, incumbent VARCHAR)
### question: What is the result for the district Maryland 7? ### answer: SELECT result FROM table_2668416_7 WHERE district = "Maryland 7" ### context: CREATE TABLE table_2668416_7 (result VARCHAR, district VARCHAR)
### question: Who is the candidates for district maryland 1? ### answer: SELECT candidates FROM table_2668416_7 WHERE district = "Maryland 1" ### context: CREATE TABLE table_2668416_7 (candidates VARCHAR, district VARCHAR)
### question: Who was the candidate in 1791? ### answer: SELECT candidates FROM table_2668420_12 WHERE first_elected = 1791 ### context: CREATE TABLE table_2668420_12 (candidates VARCHAR, first_elected VARCHAR)
### question: What tv season was episode 23 broadcast? ### answer: SELECT tv_season FROM table_2669287_1 WHERE episodes = 23 ### context: CREATE TABLE table_2669287_1 (tv_season VARCHAR, episodes VARCHAR)
### question: How many seasons was the rank equal to #50? ### answer: SELECT COUNT(season) FROM table_2669287_1 WHERE rank = "#50" ### context: CREATE TABLE table_2669287_1 (season VARCHAR, rank VARCHAR)