text
stringlengths
114
1.06k
### question: name the total number of timeslot for number 1 ### answer: SELECT COUNT(timeslot) FROM table_19834691_4 WHERE _number = 1 ### context: CREATE TABLE table_19834691_4 (timeslot VARCHAR, _number VARCHAR)
### question: Where's the school that Mark Fletcher is the principal of? ### answer: SELECT city___town FROM table_1984697_53 WHERE principal = "Mark Fletcher" ### context: CREATE TABLE table_1984697_53 (city___town VARCHAR, principal VARCHAR)
### question: How many websites are there for the school with 1939 students? ### answer: SELECT COUNT(website) FROM table_1984697_53 WHERE size = 1939 ### context: CREATE TABLE table_1984697_53 (website VARCHAR, size VARCHAR)
### question: Who's the principal of Edgewood High School?/ ### answer: SELECT principal FROM table_1984697_53 WHERE school = "Edgewood High school" ### context: CREATE TABLE table_1984697_53 (principal VARCHAR, school VARCHAR)
### question: Where is Bloomington High School North? ### answer: SELECT city___town FROM table_1984697_53 WHERE school = "Bloomington High school North" ### context: CREATE TABLE table_1984697_53 (city___town VARCHAR, school VARCHAR)
### question: Who was on the pole position in the Texaco/Havoline 200 race? ### answer: SELECT pole_position FROM table_19908651_3 WHERE race_name = "Texaco/Havoline 200" ### context: CREATE TABLE table_19908651_3 (pole_position VARCHAR, race_name VARCHAR)
### question: Who did the fastest lap in the race won by Paul Tracy, with Emerson Fittipaldi at the pole position? ### answer: SELECT fastest_lap FROM table_19908651_3 WHERE pole_position = "Emerson Fittipaldi" AND winning_driver = "Paul Tracy" ### context: CREATE TABLE table_19908651_3 (fastest_lap VARCHAR, pole_posit...
### question: What's the report of the race won by Michael Andretti, with Nigel Mansell driving the fastest lap? ### answer: SELECT report FROM table_19908651_3 WHERE winning_driver = "Michael Andretti" AND fastest_lap = "Nigel Mansell" ### context: CREATE TABLE table_19908651_3 (report VARCHAR, winning_driver VARCHAR,...
### question: Who was at the pole position in the ITT Automotive Grand Prix of Detroit, won by Paul Tracy? ### answer: SELECT pole_position FROM table_19908651_3 WHERE winning_driver = "Paul Tracy" AND race_name = "ITT Automotive Grand Prix of Detroit" ### context: CREATE TABLE table_19908651_3 (pole_position VARCHAR, ...
### question: Who directed the episode with production code 4akj08? ### answer: SELECT directed_by FROM table_19929970_1 WHERE production_code = "4AKJ08" ### context: CREATE TABLE table_19929970_1 (directed_by VARCHAR, production_code VARCHAR)
### question: Who directed the episode with production code 4akj01? ### answer: SELECT directed_by FROM table_19929970_1 WHERE production_code = "4AKJ01" ### context: CREATE TABLE table_19929970_1 (directed_by VARCHAR, production_code VARCHAR)
### question: What are the torque characteristics of the model made in 1996? ### answer: SELECT torque FROM table_20007413_6 WHERE year = "1996" ### context: CREATE TABLE table_20007413_6 (torque VARCHAR, year VARCHAR)
### question: What's the compression ratio of the model with L35 RPO and 5 applications? ### answer: SELECT compression_ratio FROM table_20007413_6 WHERE rpo = "L35" AND applications = 5 ### context: CREATE TABLE table_20007413_6 (compression_ratio VARCHAR, rpo VARCHAR, applications VARCHAR)
### question: What are the torque characteristics of the model with 346 applications? ### answer: SELECT torque FROM table_20007413_6 WHERE applications = 346 ### context: CREATE TABLE table_20007413_6 (torque VARCHAR, applications VARCHAR)
### question: What's the name of the team who had a Honda motorcycle? ### answer: SELECT team FROM table_20016339_1 WHERE motorcycle = "Honda" ### context: CREATE TABLE table_20016339_1 (team VARCHAR, motorcycle VARCHAR)
### question: What's the number of poles in the season where the team had a Kalex motorcycle? ### answer: SELECT poles FROM table_20016339_1 WHERE motorcycle = "Kalex" ### context: CREATE TABLE table_20016339_1 (poles VARCHAR, motorcycle VARCHAR)
### question: How many fastest laps did I.C. Team have? ### answer: SELECT COUNT(fastest_laps) FROM table_20016339_1 WHERE team = "I.C. team" ### context: CREATE TABLE table_20016339_1 (fastest_laps VARCHAR, team VARCHAR)
### question: What's Italtrans Racing Team's, with 0 pts, class? ### answer: SELECT class FROM table_20016339_1 WHERE pts = 0 AND team = "Italtrans Racing team" ### context: CREATE TABLE table_20016339_1 (class VARCHAR, pts VARCHAR, team VARCHAR)
### question: Name the conventional for تاغارما ### answer: SELECT conventional FROM table_2008069_2 WHERE uyghur___k̢ona_yezik̢__ = "تاغارما" ### context: CREATE TABLE table_2008069_2 (conventional VARCHAR, uyghur___k̢ona_yezik̢__ VARCHAR)
### question: Name the uyghur for 瓦恰 ### answer: SELECT uyghur___k̢ona_yezik̢__ FROM table_2008069_2 WHERE chinese = "瓦恰" ### context: CREATE TABLE table_2008069_2 (uyghur___k̢ona_yezik̢__ VARCHAR, chinese VARCHAR)
### question: Name the conventional for defter ### answer: SELECT conventional FROM table_2008069_2 WHERE uyghur___yenɡi_yezik̢__ = "Defter" ### context: CREATE TABLE table_2008069_2 (conventional VARCHAR, uyghur___yenɡi_yezik̢__ VARCHAR)
### question: Name the pinyin for تىزناپ ### answer: SELECT pinyin FROM table_2008069_2 WHERE uyghur___k̢ona_yezik̢__ = "تىزناپ" ### context: CREATE TABLE table_2008069_2 (pinyin VARCHAR, uyghur___k̢ona_yezik̢__ VARCHAR)
### question: Name the pinyin for mazar ### answer: SELECT pinyin FROM table_2008069_2 WHERE conventional = "Mazar" ### context: CREATE TABLE table_2008069_2 (pinyin VARCHAR, conventional VARCHAR)
### question: Name the pinyin for kɵkyar k̡irƣiz yezisi ### answer: SELECT pinyin FROM table_2008069_2 WHERE uyghur___yenɡi_yezik̢__ = "Kɵkyar K̡irƣiz yezisi" ### context: CREATE TABLE table_2008069_2 (pinyin VARCHAR, uyghur___yenɡi_yezik̢__ VARCHAR)
### question: What team or teams with 18 in the top 10? ### answer: SELECT team_s_ FROM table_2012187_3 WHERE top_10 = 18 ### context: CREATE TABLE table_2012187_3 (team_s_ VARCHAR, top_10 VARCHAR)
### question: How many wins in the 4th position? ### answer: SELECT MIN(wins) FROM table_2012187_3 WHERE position = "4th" ### context: CREATE TABLE table_2012187_3 (wins INTEGER, position VARCHAR)
### question: What date was the attendance 22000? ### answer: SELECT date FROM table_2015453_1 WHERE attendance = 22000 ### context: CREATE TABLE table_2015453_1 (date VARCHAR, attendance VARCHAR)
### question: What are the remarks for 8 October 2008? ### answer: SELECT remarks FROM table_2015453_1 WHERE date = "8 October 2008" ### context: CREATE TABLE table_2015453_1 (remarks VARCHAR, date VARCHAR)
### question: What was the res for the game against Payam? ### answer: SELECT res FROM table_2015453_1 WHERE team__number2 = "Payam" ### context: CREATE TABLE table_2015453_1 (res VARCHAR, team__number2 VARCHAR)
### question: Who was team #1 on 9 September 2006? ### answer: SELECT team__number1 FROM table_2015453_1 WHERE date = "9 September 2006" ### context: CREATE TABLE table_2015453_1 (team__number1 VARCHAR, date VARCHAR)
### question: What was the largest attendance? ### answer: SELECT MAX(attendance) FROM table_2015453_1 ### context: CREATE TABLE table_2015453_1 (attendance INTEGER)
### question: What position is the player who went to Regina? ### answer: SELECT position FROM table_20170644_3 WHERE college = "Regina" ### context: CREATE TABLE table_20170644_3 (position VARCHAR, college VARCHAR)
### question: Which player is on the BC Lions? ### answer: SELECT player FROM table_20170644_3 WHERE cfl_team = "BC Lions" ### context: CREATE TABLE table_20170644_3 (player VARCHAR, cfl_team VARCHAR)
### question: What number picks were the players who went to Calgary? ### answer: SELECT pick__number FROM table_20170644_3 WHERE college = "Calgary" ### context: CREATE TABLE table_20170644_3 (pick__number VARCHAR, college VARCHAR)
### question: What was the title for episode 2? ### answer: SELECT title FROM table_20205538_4 WHERE episode__number = 2 ### context: CREATE TABLE table_20205538_4 (title VARCHAR, episode__number VARCHAR)
### question: What is the episode number for series 17? ### answer: SELECT episode__number FROM table_20205538_4 WHERE series__number = 17 ### context: CREATE TABLE table_20205538_4 (episode__number VARCHAR, series__number VARCHAR)
### question: What season did SV Darmstadt 98 end up at RL Süd (1st)? ### answer: SELECT season FROM table_20217456_7 WHERE rl_süd__1st_ = "SV Darmstadt 98" ### context: CREATE TABLE table_20217456_7 (season VARCHAR, rl_süd__1st_ VARCHAR)
### question: Who was RL Süd (1st) when FK Pirmasens was RL Südwest (1st)? ### answer: SELECT rl_süd__1st_ FROM table_20217456_7 WHERE rl_südwest__1st_ = "FK Pirmasens" ### context: CREATE TABLE table_20217456_7 (rl_süd__1st_ VARCHAR, rl_südwest__1st_ VARCHAR)
### question: What season was Freiburger FC the RL Süd (2nd) team? ### answer: SELECT season FROM table_20217456_7 WHERE rl_süd__2nd_ = "Freiburger FC" ### context: CREATE TABLE table_20217456_7 (season VARCHAR, rl_süd__2nd_ VARCHAR)
### question: Name the total number of serial number for 24 wd no ### answer: SELECT COUNT(serial_no) FROM table_20236726_2 WHERE wd_no = 24 ### context: CREATE TABLE table_20236726_2 (serial_no VARCHAR, wd_no VARCHAR)
### question: Name the total number of wd number for lms number being 7638 ### answer: SELECT COUNT(wd_no) FROM table_20236726_2 WHERE lms_no = 7638 ### context: CREATE TABLE table_20236726_2 (wd_no VARCHAR, lms_no VARCHAR)
### question: Name the builder for wd number being 22 ### answer: SELECT builder FROM table_20236726_2 WHERE wd_no = 22 ### context: CREATE TABLE table_20236726_2 (builder VARCHAR, wd_no VARCHAR)
### question: Name the lms number for serial number being 372 ### answer: SELECT lms_no FROM table_20236726_2 WHERE serial_no = 372 ### context: CREATE TABLE table_20236726_2 (lms_no VARCHAR, serial_no VARCHAR)
### question: Name the builder for serial number being 377 ### answer: SELECT builder FROM table_20236726_2 WHERE serial_no = 377 ### context: CREATE TABLE table_20236726_2 (builder VARCHAR, serial_no VARCHAR)
### question: who directed s01e13 ### answer: SELECT directed_by FROM table_20360535_2 WHERE television_order = "S01E13" ### context: CREATE TABLE table_20360535_2 (directed_by VARCHAR, television_order VARCHAR)
### question: what is the television order of the episode directed by ben jones, written by j. m. dematteis and originally aired on february6,2009 ### answer: SELECT television_order FROM table_20360535_2 WHERE directed_by = "Ben Jones" AND written_by = "J. M. DeMatteis" AND original_air_date = "February6,2009" ### con...
### question: who wrote s01e06 ### answer: SELECT written_by FROM table_20360535_2 WHERE television_order = "S01E06" ### context: CREATE TABLE table_20360535_2 (written_by VARCHAR, television_order VARCHAR)
### question: what is the original air date of the episode directed by Ben Jones and written by Steven Melching? ### answer: SELECT original_air_date FROM table_20360535_4 WHERE directed_by = "Ben Jones" AND written_by = "Steven Melching" ### context: CREATE TABLE table_20360535_4 (original_air_date VARCHAR, directed_...
### question: How many people are guest 1 on episodes where guest 4 is Des Kelly? ### answer: SELECT COUNT(guest_1) FROM table_20466963_9 WHERE guest_4 = "Des Kelly" ### context: CREATE TABLE table_20466963_9 (guest_1 VARCHAR, guest_4 VARCHAR)
### question: On episodes where guest 1 is Jim White, who was guest 3? ### answer: SELECT guest_3 FROM table_20466963_9 WHERE guest_1 = "Jim White" ### context: CREATE TABLE table_20466963_9 (guest_3 VARCHAR, guest_1 VARCHAR)
### question: How many points did he win in the race with more than 1.0 poles? ### answer: SELECT points FROM table_20500097_1 WHERE poles > 1.0 ### context: CREATE TABLE table_20500097_1 (points VARCHAR, poles INTEGER)
### question: What team did he compete for in the GP3 series? ### answer: SELECT team FROM table_20500097_1 WHERE series = "GP3 series" ### context: CREATE TABLE table_20500097_1 (team VARCHAR, series VARCHAR)
### question: Who took first place in week 6? ### answer: SELECT COUNT(first_place) FROM table_2054561_2 WHERE no_of_weeks = 6 ### context: CREATE TABLE table_2054561_2 (first_place VARCHAR, no_of_weeks VARCHAR)
### question: What is the epa highway fuel economy for an electric suv? ### answer: SELECT epa_rated_highway_fuel_economy FROM table_20549371_3 WHERE type_of_powertrain = "Electric SUV" ### context: CREATE TABLE table_20549371_3 (epa_rated_highway_fuel_economy VARCHAR, type_of_powertrain VARCHAR)
### question: What vehicle has an epa highway fuel economy of 109 mpg-e? ### answer: SELECT vehicle FROM table_20549371_3 WHERE epa_rated_highway_fuel_economy = "109 mpg-e" ### context: CREATE TABLE table_20549371_3 (vehicle VARCHAR, epa_rated_highway_fuel_economy VARCHAR)
### question: What shareholder has 2.55 percent of votes? ### answer: SELECT shareholder FROM table_206419_3 WHERE percent_of_votes = "2.55" ### context: CREATE TABLE table_206419_3 (shareholder VARCHAR, percent_of_votes VARCHAR)
### question: What shareholder has 3.63 percent of capital? ### answer: SELECT shareholder FROM table_206419_3 WHERE percent_of_capital = "3.63" ### context: CREATE TABLE table_206419_3 (shareholder VARCHAR, percent_of_capital VARCHAR)
### question: What is the s B share for the shareholder that has 2.55 percent of votes? ### answer: SELECT MAX(s_b_share) FROM table_206419_3 WHERE percent_of_votes = "2.55" ### context: CREATE TABLE table_206419_3 (s_b_share INTEGER, percent_of_votes VARCHAR)
### question: What is the percent of capital for the shareholder that has a s B share of 8256534? ### answer: SELECT percent_of_capital FROM table_206419_3 WHERE s_b_share = 8256534 ### context: CREATE TABLE table_206419_3 (percent_of_capital VARCHAR, s_b_share VARCHAR)
### question: What is the s B share for the shareholder that has 2.12 percent of votes? ### answer: SELECT MIN(s_b_share) FROM table_206419_3 WHERE percent_of_votes = "2.12" ### context: CREATE TABLE table_206419_3 (s_b_share INTEGER, percent_of_votes VARCHAR)
### question: What is the s B share for Handelsbanken funds incl XACT? ### answer: SELECT s_b_share FROM table_206419_3 WHERE shareholder = "Handelsbanken funds incl XACT" ### context: CREATE TABLE table_206419_3 (s_b_share VARCHAR, shareholder VARCHAR)
### question: What was the name that had a starting price of 11/1 and a jockey named Garrett Cotter? ### answer: SELECT name FROM table_20668268_1 WHERE starting_price = "11/1" AND jockey = "Garrett Cotter" ### context: CREATE TABLE table_20668268_1 (name VARCHAR, starting_price VARCHAR, jockey VARCHAR)
### question: What was the name of the entrant with an owner named David Johnson? ### answer: SELECT name FROM table_20668268_1 WHERE owner = "David Johnson" ### context: CREATE TABLE table_20668268_1 (name VARCHAR, owner VARCHAR)
### question: What percentage was the others vote when McCain had 52.9% and less than 45205.0 voters? ### answer: SELECT others_percentage FROM table_20693870_1 WHERE mccain_percentage = "52.9%" AND mccain_number < 45205.0 ### context: CREATE TABLE table_20693870_1 (others_percentage VARCHAR, mccain_percentage VARCHAR,...
### question: How many numbers were recorded under Obama when he had 29.9% voters? ### answer: SELECT COUNT(obama_number) FROM table_20693870_1 WHERE obama_percentage = "29.9%" ### context: CREATE TABLE table_20693870_1 (obama_number VARCHAR, obama_percentage VARCHAR)
### question: How many numbers were recorded under McCain when Obama had 27.2% voters? ### answer: SELECT COUNT(mccain_number) FROM table_20693870_1 WHERE obama_percentage = "27.2%" ### context: CREATE TABLE table_20693870_1 (mccain_number VARCHAR, obama_percentage VARCHAR)
### question: What were the number of voters McCain had when Obama had 895? ### answer: SELECT mccain_number FROM table_20693870_1 WHERE obama_number = 895 ### context: CREATE TABLE table_20693870_1 (mccain_number VARCHAR, obama_number VARCHAR)
### question: What was the number of others votes in Columbia county? ### answer: SELECT MIN(others_number) FROM table_20693870_1 WHERE county = "Columbia" ### context: CREATE TABLE table_20693870_1 (others_number INTEGER, county VARCHAR)
### question: For Gem County, what was the Obama vote percentage? ### answer: SELECT obama_percentage FROM table_20684390_1 WHERE county = "Gem" ### context: CREATE TABLE table_20684390_1 (obama_percentage VARCHAR, county VARCHAR)
### question: What is the maximum McCain population turnout number? ### answer: SELECT MAX(mccain_number) FROM table_20684390_1 ### context: CREATE TABLE table_20684390_1 (mccain_number INTEGER)
### question: What is the total number of McCain vote totals where Obama percentages was 17.34%? ### answer: SELECT COUNT(mccain_number) FROM table_20684390_1 WHERE obama_percentage = "17.34%" ### context: CREATE TABLE table_20684390_1 (mccain_number VARCHAR, obama_percentage VARCHAR)
### question: What is the McCain vote percentage in Jerome county? ### answer: SELECT mccain_percentage FROM table_20684390_1 WHERE county = "Jerome" ### context: CREATE TABLE table_20684390_1 (mccain_percentage VARCHAR, county VARCHAR)
### question: What is the total number of 3rd place entries that have exactly 8 total placings? ### answer: SELECT COUNT(third_place_s_) FROM table_20823568_2 WHERE total_placing_s_ = 8 ### context: CREATE TABLE table_20823568_2 (third_place_s_ VARCHAR, total_placing_s_ VARCHAR)
### question: How many second place showings does snooker have? ### answer: SELECT second_place_s_ FROM table_20823568_2 WHERE sporting_profession = "Snooker" ### context: CREATE TABLE table_20823568_2 (second_place_s_ VARCHAR, sporting_profession VARCHAR)
### question: What game number did the Wildcats play Purdue? ### answer: SELECT game FROM table_20850527_1 WHERE opponent = "Purdue" ### context: CREATE TABLE table_20850527_1 (game VARCHAR, opponent VARCHAR)
### question: How many wins or losses were there when the record was 3-0? ### answer: SELECT COUNT(result) FROM table_20850527_1 WHERE record = "3-0" ### context: CREATE TABLE table_20850527_1 (result VARCHAR, record VARCHAR)
### question: What is the lowest points scored by the Wildcats when the record was 5-1? ### answer: SELECT MIN(wildcats_points) FROM table_20850527_1 WHERE record = "5-1" ### context: CREATE TABLE table_20850527_1 (wildcats_points INTEGER, record VARCHAR)
### question: When az is the runner up nad feyenoord came in third place how many overall winners are there? ### answer: SELECT COUNT(winner) FROM table_20867295_2 WHERE third_place = "Feyenoord" AND runner_up = "AZ" ### context: CREATE TABLE table_20867295_2 (winner VARCHAR, third_place VARCHAR, runner_up VARCHAR)
### question: When twente came in third place and ajax was the winner what are the seasons? ### answer: SELECT season FROM table_20867295_2 WHERE winner = "Ajax" AND third_place = "Twente" ### context: CREATE TABLE table_20867295_2 (season VARCHAR, winner VARCHAR, third_place VARCHAR)
### question: When nac breda came in third place and psv eindhoven was the winner who is the top scorer? ### answer: SELECT top_scorer FROM table_20867295_2 WHERE winner = "PSV Eindhoven" AND third_place = "NAC Breda" ### context: CREATE TABLE table_20867295_2 (top_scorer VARCHAR, winner VARCHAR, third_place VARCHAR)
### question: Name the naming for fluent and poor comprehension ### answer: SELECT naming FROM table_2088_1 WHERE fluency = "fluent" AND auditory_comprehension = "poor" ### context: CREATE TABLE table_2088_1 (naming VARCHAR, fluency VARCHAR, auditory_comprehension VARCHAR)
### question: Name the number of naming for anomic aphasia ### answer: SELECT COUNT(naming) FROM table_2088_1 WHERE type_of_aphasia = "Anomic aphasia" ### context: CREATE TABLE table_2088_1 (naming VARCHAR, type_of_aphasia VARCHAR)
### question: Name the comprehension for non-fluent, effortful, slow ### answer: SELECT auditory_comprehension FROM table_2088_1 WHERE fluency = "non-fluent, effortful, slow" ### context: CREATE TABLE table_2088_1 (auditory_comprehension VARCHAR, fluency VARCHAR)
### question: Name the fluency for transcortical sensory aphasia ### answer: SELECT fluency FROM table_2088_1 WHERE type_of_aphasia = "Transcortical sensory aphasia" ### context: CREATE TABLE table_2088_1 (fluency VARCHAR, type_of_aphasia VARCHAR)
### question: state the name of day in english where cardinal direction is east ### answer: SELECT english FROM table_20925393_3 WHERE cardinal_direction = "East" ### context: CREATE TABLE table_20925393_3 (english VARCHAR, cardinal_direction VARCHAR)
### question: When did Shirley Fry Irvin win the US Open? ### answer: SELECT MIN(us_open) FROM table_2092557_12 WHERE player = "Shirley Fry Irvin" ### context: CREATE TABLE table_2092557_12 (us_open INTEGER, player VARCHAR)
### question: What year did Martina Navratilova win Wimbledon? ### answer: SELECT wimbledon FROM table_2092557_12 WHERE player = "Martina Navratilova" ### context: CREATE TABLE table_2092557_12 (wimbledon VARCHAR, player VARCHAR)
### question: What was Sherrick McManis's earliest round? ### answer: SELECT MIN(round__number) FROM table_20996923_25 WHERE player = "Sherrick McManis" ### context: CREATE TABLE table_20996923_25 (round__number INTEGER, player VARCHAR)
### question: How many NFL teams does Stevie Brown play for? ### answer: SELECT COUNT(nfl_team) FROM table_20996923_25 WHERE player = "Stevie Brown" ### context: CREATE TABLE table_20996923_25 (nfl_team VARCHAR, player VARCHAR)
### question: What NFL team was the player with pick number 28 drafted to? ### answer: SELECT nfl_team FROM table_20996923_25 WHERE pick__number = 28 ### context: CREATE TABLE table_20996923_25 (nfl_team VARCHAR, pick__number VARCHAR)
### question: what is the area where barangay is guadalupe viejo? ### answer: SELECT area__km_2__ FROM table_210279_2 WHERE barangay = "Guadalupe Viejo" ### context: CREATE TABLE table_210279_2 (area__km_2__ VARCHAR, barangay VARCHAR)
### question: Who is the regular season winner for the Ivy League conference? ### answer: SELECT regular_season_winner FROM table_21091982_3 WHERE conference = "Ivy League" ### context: CREATE TABLE table_21091982_3 (regular_season_winner VARCHAR, conference VARCHAR)
### question: Where was the Ivy League conference tournament? ### answer: SELECT tournament_venue__city_ FROM table_21091982_3 WHERE conference = "Ivy League" ### context: CREATE TABLE table_21091982_3 (tournament_venue__city_ VARCHAR, conference VARCHAR)
### question: Where was the shot pct 78? ### answer: SELECT locale FROM table_21093403_1 WHERE shot_pct = 78 ### context: CREATE TABLE table_21093403_1 (locale VARCHAR, shot_pct VARCHAR)
### question: Name the position for van den brink, bas ### answer: SELECT position FROM table_21220720_1 WHERE name = "van den Brink, Bas" ### context: CREATE TABLE table_21220720_1 (position VARCHAR, name VARCHAR)
### question: Name the mosst finals apps ### answer: SELECT MAX(finals_apps) FROM table_21220720_1 ### context: CREATE TABLE table_21220720_1 (finals_apps INTEGER)
### question: Name the to for 19 league apps ### answer: SELECT to FROM table_21220720_1 WHERE league_apps = 19 ### context: CREATE TABLE table_21220720_1 (to VARCHAR, league_apps VARCHAR)
### question: what is the No in series when Rob wright & Debra j. Fisher & Erica Messer were the writers? ### answer: SELECT MIN(no_in_series) FROM table_21313327_1 WHERE written_by = "Rob Wright & Debra J. Fisher & Erica Messer" ### context: CREATE TABLE table_21313327_1 (no_in_series INTEGER, written_by VARCHAR)
### question: what was the name of the episode that got 3.3 (millions) of u.s viewers? ### answer: SELECT title FROM table_21313327_1 WHERE us_viewers__millions_ = "3.3" ### context: CREATE TABLE table_21313327_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
### question: In season number 3, who were the writers? ### answer: SELECT written_by FROM table_21313327_1 WHERE no_in_season = 3 ### context: CREATE TABLE table_21313327_1 (written_by VARCHAR, no_in_season VARCHAR)