combined_text
stringlengths
106
1.05k
###question:Name the production code for number in season being 21###answer:SELECT production_code FROM table_22948559_1 WHERE no_in_season = "21"###context:CREATE TABLE table_22948559_1 (production_code VARCHAR, no_in_season VARCHAR)
###question:Name the production code by paul lieberstein###answer:SELECT production_code FROM table_22948559_1 WHERE written_by = "Paul Lieberstein"###context:CREATE TABLE table_22948559_1 (production_code VARCHAR, written_by VARCHAR)
###question:How many blockings occured in the game with 198 rebounds?###answer:SELECT MAX(blocks) FROM table_22993636_5 WHERE rebounds = 198###context:CREATE TABLE table_22993636_5 (blocks INTEGER, rebounds VARCHAR)
###question:For how long did Jordan Coleman play?###answer:SELECT minutes FROM table_22993636_5 WHERE player = "Jordan Coleman"###context:CREATE TABLE table_22993636_5 (minutes VARCHAR, player VARCHAR)
###question:How much time, in minutes, did Chanel Chisholm play?###answer:SELECT COUNT(minutes) FROM table_22993636_5 WHERE player = "Chanel Chisholm"###context:CREATE TABLE table_22993636_5 (minutes VARCHAR, player VARCHAR)
###question:What is the lowest number of 3 pointers that occured in games with 52 steals?###answer:SELECT MIN(three_pointers) FROM table_22993636_5 WHERE steals = 52###context:CREATE TABLE table_22993636_5 (three_pointers INTEGER, steals VARCHAR)
###question:What is the lowest number of games played by the player with 50 steals?###answer:SELECT MIN(games_played) FROM table_22993636_5 WHERE steals = 50###context:CREATE TABLE table_22993636_5 (games_played INTEGER, steals VARCHAR)
###question:What countries does the Rock come from?###answer:SELECT COUNT(country) FROM table_2305948_1 WHERE name = "The Rock"###context:CREATE TABLE table_2305948_1 (country VARCHAR, name VARCHAR)
###question:How many times has a wrestler whose federation was roh, wwe competed in this event?###answer:SELECT COUNT(other_placings) FROM table_2305948_1 WHERE federation = "ROH, WWE"###context:CREATE TABLE table_2305948_1 (other_placings VARCHAR, federation VARCHAR)
###question:What are the rank/s of Eddie Guerrero?###answer:SELECT _number FROM table_2305948_1 WHERE name = "Eddie Guerrero"###context:CREATE TABLE table_2305948_1 (_number VARCHAR, name VARCHAR)
###question:How many times has a wrestler from the country of England wrestled in this event?###answer:SELECT COUNT(2) FROM table_2305948_1 WHERE country = "England"###context:CREATE TABLE table_2305948_1 (country VARCHAR)
###question:Name who wrote number 88###answer:SELECT written_by FROM table_23235679_1 WHERE no_in_series = 88###context:CREATE TABLE table_23235679_1 (written_by VARCHAR, no_in_series VARCHAR)
###question:Name who wrote 5ajn11###answer:SELECT written_by FROM table_23235679_1 WHERE production_code = "5AJN11"###context:CREATE TABLE table_23235679_1 (written_by VARCHAR, production_code VARCHAR)
###question:Name who wrote the episode directed by pam cooke & jansen yee###answer:SELECT written_by FROM table_23235679_1 WHERE directed_by = "Pam Cooke & Jansen Yee"###context:CREATE TABLE table_23235679_1 (written_by VARCHAR, directed_by VARCHAR)
###question:Name the number of year for 6–3, 6–2 hard surface###answer:SELECT COUNT(year) FROM table_23235767_4 WHERE score_in_the_final = "6–3, 6–2" AND surface = "Hard"###context:CREATE TABLE table_23235767_4 (year VARCHAR, score_in_the_final VARCHAR, surface VARCHAR)
###question:Name the surface for philadelphia###answer:SELECT surface FROM table_23235767_4 WHERE championship = "Philadelphia"###context:CREATE TABLE table_23235767_4 (surface VARCHAR, championship VARCHAR)
###question:Name the championship for clay and corrado barazzutti###answer:SELECT championship FROM table_23235767_4 WHERE surface = "Clay" AND opponent_in_the_final = "Corrado Barazzutti"###context:CREATE TABLE table_23235767_4 (championship VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
###question:Name the year for clay for boston and guillermo vilas###answer:SELECT year FROM table_23235767_4 WHERE surface = "Clay" AND championship = "Boston" AND opponent_in_the_final = "Guillermo Vilas"###context:CREATE TABLE table_23235767_4 (year VARCHAR, opponent_in_the_final VARCHAR, surface VARCHAR, championshi...
###question:Name the total number of opponent in the final for 6–2, 6–1, 6–3###answer:SELECT COUNT(opponent_in_the_final) FROM table_23235767_4 WHERE score_in_the_final = "6–2, 6–1, 6–3"###context:CREATE TABLE table_23235767_4 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR)
###question:What is every year where opponent in the final is John Mcenroe at Wimbledon?###answer:SELECT year FROM table_23235767_1 WHERE opponent_in_the_final = "John McEnroe" AND championship = "Wimbledon"###context:CREATE TABLE table_23235767_1 (year VARCHAR, opponent_in_the_final VARCHAR, championship VARCHAR)
###question:What is every score in the final for opponent in final John Mcenroe at US Open?###answer:SELECT score_in_the_final FROM table_23235767_1 WHERE opponent_in_the_final = "John McEnroe" AND championship = "US Open"###context:CREATE TABLE table_23235767_1 (score_in_the_final VARCHAR, opponent_in_the_final VARCHA...
###question:What is every surface with a score in the final of 6–4, 6–7 (1–7) , 6–7 (4–7) , 4–6?###answer:SELECT surface FROM table_23235767_1 WHERE score_in_the_final = "6–4, 6–7 (1–7) , 6–7 (4–7) , 4–6"###context:CREATE TABLE table_23235767_1 (surface VARCHAR, score_in_the_final VARCHAR)
###question:What was the score in game 6?###answer:SELECT score FROM table_23248910_11 WHERE game = 6###context:CREATE TABLE table_23248910_11 (score VARCHAR, game VARCHAR)
###question:What were the amount of rebounds in game 2?###answer:SELECT high_rebounds FROM table_23248910_11 WHERE game = 2###context:CREATE TABLE table_23248910_11 (high_rebounds VARCHAR, game VARCHAR)
###question:On what date was the attendance at TD Garden 18,624?###answer:SELECT date FROM table_23274514_8 WHERE location_attendance = "TD Garden 18,624"###context:CREATE TABLE table_23274514_8 (date VARCHAR, location_attendance VARCHAR)
###question:What day was the record 14-27?###answer:SELECT date FROM table_23274514_6 WHERE record = "14-27"###context:CREATE TABLE table_23274514_6 (date VARCHAR, record VARCHAR)
###question:How many people got high points in game 35?###answer:SELECT COUNT(high_points) FROM table_23274514_6 WHERE game = 35###context:CREATE TABLE table_23274514_6 (high_points VARCHAR, game VARCHAR)
###question:Who had the highest points on January 2?###answer:SELECT high_points FROM table_23274514_6 WHERE date = "January 2"###context:CREATE TABLE table_23274514_6 (high_points VARCHAR, date VARCHAR)
###question:Who did the high rebounds in the game where Carl Landry (23) did the most high points?###answer:SELECT high_rebounds FROM table_23281862_6 WHERE high_points = "Carl Landry (23)"###context:CREATE TABLE table_23281862_6 (high_rebounds VARCHAR, high_points VARCHAR)
###question:What's the end score of the game where Shane Battier (8) did the high rebounds?###answer:SELECT score FROM table_23281862_6 WHERE high_rebounds = "Shane Battier (8)"###context:CREATE TABLE table_23281862_6 (score VARCHAR, high_rebounds VARCHAR)
###question:Where was the game in which Carl Landry (25) did the most high points played?###answer:SELECT location_attendance FROM table_23281862_6 WHERE high_points = "Carl Landry (25)"###context:CREATE TABLE table_23281862_6 (location_attendance VARCHAR, high_points VARCHAR)
###question:Who had the most high assists with a record of 32-19?###answer:SELECT high_assists FROM table_23284271_8 WHERE record = "32-19"###context:CREATE TABLE table_23284271_8 (high_assists VARCHAR, record VARCHAR)
###question:When did the Mavericks have a record of 32-19?###answer:SELECT date FROM table_23284271_8 WHERE record = "32-19"###context:CREATE TABLE table_23284271_8 (date VARCHAR, record VARCHAR)
###question:List the stadium and number of people in attendance when the team record was 45-22.###answer:SELECT COUNT(location_attendance) FROM table_23284271_9 WHERE record = "45-22"###context:CREATE TABLE table_23284271_9 (location_attendance VARCHAR, record VARCHAR)
###question:How many games had been played when the Mavericks had a 46-22 record?###answer:SELECT MAX(game) FROM table_23284271_9 WHERE record = "46-22"###context:CREATE TABLE table_23284271_9 (game INTEGER, record VARCHAR)
###question:Name the date for score w 109–95 (ot)###answer:SELECT date FROM table_23285761_8 WHERE score = "W 109–95 (OT)"###context:CREATE TABLE table_23285761_8 (date VARCHAR, score VARCHAR)
###question:Name the high points for pepsi center 19,155###answer:SELECT high_points FROM table_23285761_8 WHERE location_attendance = "Pepsi Center 19,155"###context:CREATE TABLE table_23285761_8 (high_points VARCHAR, location_attendance VARCHAR)
###question:If the record is 5-8, what is the team name?###answer:SELECT team FROM table_23285805_4 WHERE record = "5-8"###context:CREATE TABLE table_23285805_4 (team VARCHAR, record VARCHAR)
###question:If the record is 5-5, what is the game maximum?###answer:SELECT MAX(game) FROM table_23285805_4 WHERE record = "5-5"###context:CREATE TABLE table_23285805_4 (game INTEGER, record VARCHAR)
###question:If the record is 6-8, what was the score?###answer:SELECT score FROM table_23285805_4 WHERE record = "6-8"###context:CREATE TABLE table_23285805_4 (score VARCHAR, record VARCHAR)
###question:When was the game number 3 played?###answer:SELECT date FROM table_23286112_6 WHERE game = 3###context:CREATE TABLE table_23286112_6 (date VARCHAR, game VARCHAR)
###question:Where was the game in which Kevin Durant (25) did the most high points played?###answer:SELECT location_attendance FROM table_23286112_6 WHERE high_points = "Kevin Durant (25)"###context:CREATE TABLE table_23286112_6 (location_attendance VARCHAR, high_points VARCHAR)
###question:What was the record in the game in which Jeff Green (14) did the most high rebounds?###answer:SELECT record FROM table_23286112_6 WHERE high_rebounds = "Jeff Green (14)"###context:CREATE TABLE table_23286112_6 (record VARCHAR, high_rebounds VARCHAR)
###question:Name the team for january 4###answer:SELECT team FROM table_23286112_8 WHERE date = "January 4"###context:CREATE TABLE table_23286112_8 (team VARCHAR, date VARCHAR)
###question:Name the location attendance for january 18###answer:SELECT location_attendance FROM table_23286112_8 WHERE date = "January 18"###context:CREATE TABLE table_23286112_8 (location_attendance VARCHAR, date VARCHAR)
###question:Name the least game for january 29###answer:SELECT MIN(game) FROM table_23286112_8 WHERE date = "January 29"###context:CREATE TABLE table_23286112_8 (game INTEGER, date VARCHAR)
###question:What location attendance has russell westbrook (5) as high assists and nenad krstic (8) as high rebounds?###answer:SELECT location_attendance FROM table_23286112_7 WHERE high_assists = "Russell Westbrook (5)" AND high_rebounds = "Nenad Krstic (8)"###context:CREATE TABLE table_23286112_7 (location_attendance...
###question:Who has high points when toyota center 15,095 is location attendance?###answer:SELECT high_points FROM table_23286112_7 WHERE location_attendance = "Toyota Center 15,095"###context:CREATE TABLE table_23286112_7 (high_points VARCHAR, location_attendance VARCHAR)
###question:Who has high points when verizon center 17,152 is location attendance?###answer:SELECT high_points FROM table_23286112_7 WHERE location_attendance = "Verizon Center 17,152"###context:CREATE TABLE table_23286112_7 (high_points VARCHAR, location_attendance VARCHAR)
###question:What is the score for the date of December 7?###answer:SELECT score FROM table_23286112_7 WHERE date = "December 7"###context:CREATE TABLE table_23286112_7 (score VARCHAR, date VARCHAR)
###question:What's the number of the game in which Carlos Boozer (8) did the high rebounds?###answer:SELECT game FROM table_23286223_5 WHERE high_rebounds = "Carlos Boozer (8)"###context:CREATE TABLE table_23286223_5 (game VARCHAR, high_rebounds VARCHAR)
###question:When was the game in which Deron Williams (13) did the high assists played?###answer:SELECT date FROM table_23286223_5 WHERE high_assists = "Deron Williams (13)"###context:CREATE TABLE table_23286223_5 (date VARCHAR, high_assists VARCHAR)
###question:How many different high rebound results are there for the game number 26?###answer:SELECT COUNT(high_rebounds) FROM table_23286223_5 WHERE game = 26###context:CREATE TABLE table_23286223_5 (high_rebounds VARCHAR, game VARCHAR)
###question:How many different players did the most high assists on the March 4 game?###answer:SELECT COUNT(high_assists) FROM table_23286223_8 WHERE date = "March 4"###context:CREATE TABLE table_23286223_8 (high_assists VARCHAR, date VARCHAR)
###question:What was the record at the game where Deron Williams (6) did the high assists?###answer:SELECT record FROM table_23286223_8 WHERE high_assists = "Deron Williams (6)"###context:CREATE TABLE table_23286223_8 (record VARCHAR, high_assists VARCHAR)
###question:Where was the March 24 game played?###answer:SELECT location_attendance FROM table_23286223_8 WHERE date = "March 24"###context:CREATE TABLE table_23286223_8 (location_attendance VARCHAR, date VARCHAR)
###question:How many players did the most high points in the game with 39-22 record?###answer:SELECT COUNT(high_points) FROM table_23286223_8 WHERE record = "39-22"###context:CREATE TABLE table_23286223_8 (high_points VARCHAR, record VARCHAR)
###question:What is the broadcast date where Jason's team is Rhod Gilbert and Shappi Khorsandi?###answer:SELECT first_broadcast FROM table_23292220_8 WHERE jasons_team = "Rhod Gilbert and Shappi Khorsandi"###context:CREATE TABLE table_23292220_8 (first_broadcast VARCHAR, jasons_team VARCHAR)
###question:In how many episodes did Sean's team include Jeremy Clarkson and James McQuillan?###answer:SELECT COUNT(episode) FROM table_23292220_8 WHERE seans_team = "Jeremy Clarkson and James McQuillan"###context:CREATE TABLE table_23292220_8 (episode VARCHAR, seans_team VARCHAR)
###question:Who was on Jason's team for the 12 June 2009 episode?###answer:SELECT jasons_team FROM table_23292220_8 WHERE first_broadcast = "12 June 2009"###context:CREATE TABLE table_23292220_8 (jasons_team VARCHAR, first_broadcast VARCHAR)
###question:Who was on Jason's team in the episode where Sean's team was Reginald D. Hunter and Kelly Osbourne?###answer:SELECT jasons_team FROM table_23292220_8 WHERE seans_team = "Reginald D. Hunter and Kelly Osbourne"###context:CREATE TABLE table_23292220_8 (jasons_team VARCHAR, seans_team VARCHAR)
###question:what is the record where the locaiton is tampa, fl and the opponent is louisville?###answer:SELECT record FROM table_23346303_3 WHERE location = "Tampa, FL" AND opponent = "Louisville"###context:CREATE TABLE table_23346303_3 (record VARCHAR, location VARCHAR, opponent VARCHAR)
###question:what is the number of opponents where the location is syracuse, ny?###answer:SELECT COUNT(opponent) FROM table_23346303_3 WHERE location = "Syracuse, NY"###context:CREATE TABLE table_23346303_3 (opponent VARCHAR, location VARCHAR)
###question:what is the record where the opponent is central connecticut?###answer:SELECT record FROM table_23346303_3 WHERE opponent = "Central Connecticut"###context:CREATE TABLE table_23346303_3 (record VARCHAR, opponent VARCHAR)
###question:If the channels is wxyzrstuvpq, what is the horizontal order?###answer:SELECT horizontal_order FROM table_233830_1 WHERE channels = "WXYZRSTUVPQ"###context:CREATE TABLE table_233830_1 (horizontal_order VARCHAR, channels VARCHAR)
###question:If the height order is 1 and the soundfield type is mixed-order, what are all the channels?###answer:SELECT channels FROM table_233830_1 WHERE soundfield_type = "mixed-order" AND height_order = 1###context:CREATE TABLE table_233830_1 (channels VARCHAR, soundfield_type VARCHAR, height_order VARCHAR)
###question:If the channels is wxyzuv, what is the number of channels?###answer:SELECT number_of_channels FROM table_233830_1 WHERE channels = "WXYZUV"###context:CREATE TABLE table_233830_1 (number_of_channels VARCHAR, channels VARCHAR)
###question:What are the titles of the episodes which had 1.10 million U.S. viewers?###answer:SELECT title FROM table_23399481_4 WHERE us_viewers__in_millions_ = "1.10"###context:CREATE TABLE table_23399481_4 (title VARCHAR, us_viewers__in_millions_ VARCHAR)
###question:What is the name of the episodes which had 1.22 million U.S. viewers?###answer:SELECT title FROM table_23399481_4 WHERE us_viewers__in_millions_ = "1.22"###context:CREATE TABLE table_23399481_4 (title VARCHAR, us_viewers__in_millions_ VARCHAR)
###question:How many millions of viewers did the episode written by Andrea Conway Kagey?###answer:SELECT us_viewers__in_millions_ FROM table_23399481_4 WHERE written_by = "Andrea Conway Kagey"###context:CREATE TABLE table_23399481_4 (us_viewers__in_millions_ VARCHAR, written_by VARCHAR)
###question:What is the title of the episode/s written by Michael Gans & Richard Register?###answer:SELECT title FROM table_23399481_4 WHERE written_by = "Michael Gans & Richard Register"###context:CREATE TABLE table_23399481_4 (title VARCHAR, written_by VARCHAR)
###question:What is the total score when 7 is the average ranking?###answer:SELECT MAX(total_score) FROM table_23465011_5 WHERE average_ranking = 7###context:CREATE TABLE table_23465011_5 (total_score INTEGER, average_ranking VARCHAR)
###question:Which couple has 295 as a total score?###answer:SELECT couple FROM table_23465011_5 WHERE total_score = 295###context:CREATE TABLE table_23465011_5 (couple VARCHAR, total_score VARCHAR)
###question:What is the average for the couple anh & luda?###answer:SELECT average FROM table_23465011_5 WHERE couple = "Anh & Luda"###context:CREATE TABLE table_23465011_5 (average VARCHAR, couple VARCHAR)
###question:What was the largest attended game?###answer:SELECT MAX(attendance) FROM table_23486853_5###context:CREATE TABLE table_23486853_5 (attendance INTEGER)
###question:What scores happened on February 9?###answer:SELECT score FROM table_23486853_7 WHERE date = "February 9"###context:CREATE TABLE table_23486853_7 (score VARCHAR, date VARCHAR)
###question:What scores happened on February 11?###answer:SELECT score FROM table_23486853_7 WHERE date = "February 11"###context:CREATE TABLE table_23486853_7 (score VARCHAR, date VARCHAR)
###question:How many directed by have 2.80 as u.s. viewers (in millions)?###answer:SELECT COUNT(directed_by) FROM table_23499946_1 WHERE us_viewers__in_millions_ = "2.80"###context:CREATE TABLE table_23499946_1 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
###question:What is the title when 2.50 is u.s. viewers (in millions)? ###answer:SELECT title FROM table_23499946_1 WHERE us_viewers__in_millions_ = "2.50"###context:CREATE TABLE table_23499946_1 (title VARCHAR, us_viewers__in_millions_ VARCHAR)
###question:Name the number of points defending for 1075###answer:SELECT COUNT(points) AS defending FROM table_23501776_16 WHERE new_points = 1075###context:CREATE TABLE table_23501776_16 (points VARCHAR, new_points VARCHAR)
###question:Name the points won for 1230###answer:SELECT points AS won FROM table_23501776_16 WHERE points = 1230###context:CREATE TABLE table_23501776_16 (points VARCHAR)
###question:Name the status for points 3185###answer:SELECT status FROM table_23501776_16 WHERE points = 3185###context:CREATE TABLE table_23501776_16 (status VARCHAR, points VARCHAR)
###question:What are the numbers for the order number 713096-713119?###answer:SELECT numbers FROM table_2351952_1 WHERE order_number = "713096-713119"###context:CREATE TABLE table_2351952_1 (numbers VARCHAR, order_number VARCHAR)
###question:The numbers 801-812 are in which country?###answer:SELECT country FROM table_2351952_1 WHERE numbers = "801-812"###context:CREATE TABLE table_2351952_1 (country VARCHAR, numbers VARCHAR)
###question:What country has the order number 711871-711880?###answer:SELECT country FROM table_2351952_1 WHERE order_number = "711871-711880"###context:CREATE TABLE table_2351952_1 (country VARCHAR, order_number VARCHAR)
###question:The serial numbers 713096-713119 are in which country?###answer:SELECT country FROM table_2351952_1 WHERE serial_numbers = "713096-713119"###context:CREATE TABLE table_2351952_1 (country VARCHAR, serial_numbers VARCHAR)
###question:The order number 713726-713735 has what serial number?###answer:SELECT serial_numbers FROM table_2351952_1 WHERE order_number = "713726-713735"###context:CREATE TABLE table_2351952_1 (serial_numbers VARCHAR, order_number VARCHAR)
###question:How many railroads have the numbers 864-873?###answer:SELECT COUNT(railroad) FROM table_2351952_1 WHERE numbers = "864-873"###context:CREATE TABLE table_2351952_1 (railroad VARCHAR, numbers VARCHAR)
###question:What's the name of Linroy Bottoson's victim?###answer:SELECT victim_s_ FROM table_23546266_1 WHERE executed_person = "Linroy Bottoson"###context:CREATE TABLE table_23546266_1 (victim_s_ VARCHAR, executed_person VARCHAR)
###question:What was the name of the couple if the number of dances is 6?###answer:SELECT couple FROM table_23662272_4 WHERE number_of_dances = 6###context:CREATE TABLE table_23662272_4 (couple VARCHAR, number_of_dances VARCHAR)
###question:What is the name of the couple if the total points earned is 161?###answer:SELECT couple FROM table_23662272_4 WHERE total_points_earned = 161###context:CREATE TABLE table_23662272_4 (couple VARCHAR, total_points_earned VARCHAR)
###question:What is the total points earned total number if the average is 21.3?###answer:SELECT COUNT(total_points_earned) FROM table_23662272_4 WHERE average = "21.3"###context:CREATE TABLE table_23662272_4 (total_points_earned VARCHAR, average VARCHAR)
###question:What is the number of dances total number if the average is 22.3?###answer:SELECT COUNT(number_of_dances) FROM table_23662272_4 WHERE average = "22.3"###context:CREATE TABLE table_23662272_4 (number_of_dances VARCHAR, average VARCHAR)
###question:Name the player that is 1.85 m###answer:SELECT player FROM table_23670057_6 WHERE height__m_ = "1.85"###context:CREATE TABLE table_23670057_6 (player VARCHAR, height__m_ VARCHAR)
###question:Name the height of demond greene###answer:SELECT height__f_ FROM table_23670057_6 WHERE player = "Demond Greene"###context:CREATE TABLE table_23670057_6 (height__f_ VARCHAR, player VARCHAR)
###question:Name the height for the player born 1989 and height 2.11###answer:SELECT height__f_ FROM table_23670057_6 WHERE year_born = 1989 AND height__m_ = "2.11"###context:CREATE TABLE table_23670057_6 (height__f_ VARCHAR, year_born VARCHAR, height__m_ VARCHAR)
###question:Name the height for the player born in 1981###answer:SELECT height__m_ FROM table_23670057_6 WHERE year_born = 1981###context:CREATE TABLE table_23670057_6 (height__m_ VARCHAR, year_born VARCHAR)
###question:Name the height for steffen hamann###answer:SELECT height__f_ FROM table_23670057_6 WHERE player = "Steffen Hamann"###context:CREATE TABLE table_23670057_6 (height__f_ VARCHAR, player VARCHAR)
###question:Who wrote the episode whose director is Karen Gaviola?###answer:SELECT written_by FROM table_23799653_1 WHERE directed_by = "Karen Gaviola"###context:CREATE TABLE table_23799653_1 (written_by VARCHAR, directed_by VARCHAR)
###question:When did the episode viewed by 10.50 millions of people in the US run for the first time?###answer:SELECT original_air_date FROM table_23799653_1 WHERE us_viewers__millions_ = "10.50"###context:CREATE TABLE table_23799653_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)