Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
40,000
<question>: Name the total number of b winning car and bobby archer, tommy archer <context>: CREATE TABLE table_27965906_2 (b_winning_car VARCHAR, ss_winning_car VARCHAR)
SELECT COUNT(b_winning_car) FROM table_27965906_2 WHERE ss_winning_car = "Bobby Archer, Tommy Archer"
40,001
<question>: How many institutes have the team name Spartans? <context>: CREATE TABLE table_27961684_1 (institution VARCHAR, team_name VARCHAR)
SELECT COUNT(institution) FROM table_27961684_1 WHERE team_name = "Spartans"
40,002
<question>: How many states were there when there was an enrollment of 2789? <context>: CREATE TABLE table_27961684_1 (state VARCHAR, enrollment VARCHAR)
SELECT COUNT(state) FROM table_27961684_1 WHERE enrollment = 2789
40,003
<question>: What kind of institute is in Indiana? <context>: CREATE TABLE table_27961684_1 (affiliation VARCHAR, state VARCHAR)
SELECT affiliation FROM table_27961684_1 WHERE state = "Indiana"
40,004
<question>: How many people enrolled for the institute with the Pioneers? <context>: CREATE TABLE table_27961684_1 (enrollment INTEGER, team_name VARCHAR)
SELECT MIN(enrollment) FROM table_27961684_1 WHERE team_name = "Pioneers"
40,005
<question>: What team is in the city of Rock Island? <context>: CREATE TABLE table_27961684_1 (team_name VARCHAR, city VARCHAR)
SELECT team_name FROM table_27961684_1 WHERE city = "Rock Island"
40,006
<question>: What is the name of the episode written by alison cross? <context>: CREATE TABLE table_27969432_2 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_27969432_2 WHERE written_by = "Alison Cross"
40,007
<question>: Who directed the episode written by karina csolty <context>: CREATE TABLE table_27969432_2 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_27969432_2 WHERE written_by = "Karina Csolty"
40,008
<question>: What is the name of the episode written by karina csolty? <context>: CREATE TABLE table_27969432_2 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_27969432_2 WHERE written_by = "Karina Csolty"
40,009
<question>: Who directed the episode whose production code is 2m5901? <context>: CREATE TABLE table_27969432_4 (directed_by VARCHAR, production VARCHAR)
SELECT directed_by FROM table_27969432_4 WHERE production = "2M5901"
40,010
<question>: How many viewers in millions were there for episode 4 of this season? <context>: CREATE TABLE table_27969432_4 (us_viewers__in_millions_ VARCHAR, no_in_season VARCHAR)
SELECT COUNT(us_viewers__in_millions_) FROM table_27969432_4 WHERE no_in_season = 4
40,011
<question>: Name the total number of rank for percentage change yoy 13.1% <context>: CREATE TABLE table_27956_3 (national_rank VARCHAR, percentage_change_yoy VARCHAR)
SELECT COUNT(national_rank) FROM table_27956_3 WHERE percentage_change_yoy = "13.1%"
40,012
<question>: Name the percentage change yoy for presbyterian college <context>: CREATE TABLE table_27956_3 (percentage_change_yoy VARCHAR, institution VARCHAR)
SELECT percentage_change_yoy FROM table_27956_3 WHERE institution = "Presbyterian College"
40,013
<question>: Name the national rank for medical university of south carolina <context>: CREATE TABLE table_27956_3 (national_rank VARCHAR, institution VARCHAR)
SELECT national_rank FROM table_27956_3 WHERE institution = "Medical University of South Carolina"
40,014
<question>: What is the lowest numbered episode in the series? <context>: CREATE TABLE table_27969432_3 (no_in_series INTEGER)
SELECT MIN(no_in_series) FROM table_27969432_3
40,015
<question>: How many episodes were written by david j. north & janet tamaro? <context>: CREATE TABLE table_27969432_3 (original_air_date VARCHAR, written_by VARCHAR)
SELECT COUNT(original_air_date) FROM table_27969432_3 WHERE written_by = "David J. North & Janet Tamaro"
40,016
<question>: What are the original air dates for episodes directed by fred toye? <context>: CREATE TABLE table_27969432_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_27969432_3 WHERE directed_by = "Fred Toye"
40,017
<question>: What was the aggregate score for Montauban? <context>: CREATE TABLE table_27986200_3 (aggregate_score VARCHAR, proceed_to_quarter_final VARCHAR)
SELECT aggregate_score FROM table_27986200_3 WHERE proceed_to_quarter_final = "Montauban"
40,018
<question>: Who proceeded to the quarter finals with a points margin of 21? <context>: CREATE TABLE table_27986200_3 (proceed_to_quarter_final VARCHAR, points_margin VARCHAR)
SELECT proceed_to_quarter_final FROM table_27986200_3 WHERE points_margin = 21
40,019
<question>: What were the match points when Bordeaux-Bègles was eliminated from competition? <context>: CREATE TABLE table_27986200_3 (match_points VARCHAR, eliminated_from_competition VARCHAR)
SELECT match_points FROM table_27986200_3 WHERE eliminated_from_competition = "Bordeaux-Bègles"
40,020
<question>: How many viewers saw the episode written by kevin biegel & bill lawrence? <context>: CREATE TABLE table_27987623_1 (us_viewers__in_million_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__in_million_ FROM table_27987623_1 WHERE written_by = "Kevin Biegel & Bill Lawrence"
40,021
<question>: What was the episode number veiwed by 7.43 million viewers? <context>: CREATE TABLE table_27987623_1 (series_episode INTEGER, us_viewers__in_million_ VARCHAR)
SELECT MAX(series_episode) FROM table_27987623_1 WHERE us_viewers__in_million_ = "7.43"
40,022
<question>: What was the title of the episode viewed by 5.03 million viewers? <context>: CREATE TABLE table_27987623_1 (title VARCHAR, us_viewers__in_million_ VARCHAR)
SELECT title FROM table_27987623_1 WHERE us_viewers__in_million_ = "5.03"
40,023
<question>: What was the episode number for the episode viewed by 5.68 million viewers? <context>: CREATE TABLE table_27987623_1 (season_episode VARCHAR, us_viewers__in_million_ VARCHAR)
SELECT season_episode FROM table_27987623_1 WHERE us_viewers__in_million_ = "5.68"
40,024
<question>: How many times is the new entries this round is none? <context>: CREATE TABLE table_27973624_1 (number_of_fixtures VARCHAR, new_entries_this_round VARCHAR)
SELECT COUNT(number_of_fixtures) FROM table_27973624_1 WHERE new_entries_this_round = "none"
40,025
<question>: What is the prize money when the clubs is 392 → 276? <context>: CREATE TABLE table_27973624_1 (prize_money VARCHAR, clubs VARCHAR)
SELECT prize_money FROM table_27973624_1 WHERE clubs = "392 → 276"
40,026
<question>: What is the lowest number of fixtures? <context>: CREATE TABLE table_27973624_1 (number_of_fixtures INTEGER)
SELECT MIN(number_of_fixtures) FROM table_27973624_1
40,027
<question>: What is the main date when the round is third round qualifying? <context>: CREATE TABLE table_27973624_1 (main_date VARCHAR, round VARCHAR)
SELECT main_date FROM table_27973624_1 WHERE round = "Third round Qualifying"
40,028
<question>: What is the round when the prize money is £7,500? <context>: CREATE TABLE table_27973624_1 (round VARCHAR, prize_money VARCHAR)
SELECT round FROM table_27973624_1 WHERE prize_money = "£7,500"
40,029
<question>: What number in series was the episode written by Eric Gilliland? <context>: CREATE TABLE table_27987768_1 (no_in_series INTEGER, written_by VARCHAR)
SELECT MAX(no_in_series) FROM table_27987768_1 WHERE written_by = "Eric Gilliland"
40,030
<question>: how many total number of points margin when brive is the winners <context>: CREATE TABLE table_27987767_2 (points_margin VARCHAR, winners VARCHAR)
SELECT COUNT(points_margin) FROM table_27987767_2 WHERE winners = "Brive"
40,031
<question>: how many match points did gran parma lost <context>: CREATE TABLE table_27987767_2 (match_points VARCHAR, losers VARCHAR)
SELECT match_points FROM table_27987767_2 WHERE losers = "Gran Parma"
40,032
<question>: how many match points rotherham lose <context>: CREATE TABLE table_27987767_2 (match_points VARCHAR, losers VARCHAR)
SELECT match_points FROM table_27987767_2 WHERE losers = "Rotherham"
40,033
<question>: When brive is the proceed to quarter final how many were eliminated from competition? <context>: CREATE TABLE table_27987767_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
SELECT COUNT(eliminated_from_competition) FROM table_27987767_3 WHERE proceed_to_quarter_final = "Brive"
40,034
<question>: When london irish was eliminated from competition who proceeded to quarter final? <context>: CREATE TABLE table_27987767_3 (proceed_to_quarter_final VARCHAR, eliminated_from_competition VARCHAR)
SELECT proceed_to_quarter_final FROM table_27987767_3 WHERE eliminated_from_competition = "London Irish"
40,035
<question>: When brive proceeded to quarter final what were the match points? <context>: CREATE TABLE table_27987767_3 (match_points VARCHAR, proceed_to_quarter_final VARCHAR)
SELECT match_points FROM table_27987767_3 WHERE proceed_to_quarter_final = "Brive"
40,036
<question>: What is the production code of the episode written by Jeff Filgo? <context>: CREATE TABLE table_27988281_1 (production_code INTEGER, written_by VARCHAR)
SELECT MAX(production_code) FROM table_27988281_1 WHERE written_by = "Jeff Filgo"
40,037
<question>: Name the original air date for bryan moore & chris peterson <context>: CREATE TABLE table_27988408_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_27988408_1 WHERE written_by = "Bryan Moore & Chris Peterson"
40,038
<question>: Name the least production code for bryan moore & chris peterson <context>: CREATE TABLE table_27988408_1 (production_code INTEGER, written_by VARCHAR)
SELECT MIN(production_code) FROM table_27988408_1 WHERE written_by = "Bryan Moore & Chris Peterson"
40,039
<question>: How many dates did the episode with a production code of 804 originally air on? <context>: CREATE TABLE table_27988559_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT COUNT(original_air_date) FROM table_27988559_1 WHERE production_code = 804
40,040
<question>: Who directed episode 2 of the season? <context>: CREATE TABLE table_27988559_1 (directed_by VARCHAR, no_in_season VARCHAR)
SELECT directed_by FROM table_27988559_1 WHERE no_in_season = 2
40,041
<question>: What dat did episode 195 in the series originally air? <context>: CREATE TABLE table_27988559_1 (original_air_date VARCHAR, no_in_series VARCHAR)
SELECT original_air_date FROM table_27988559_1 WHERE no_in_series = 195
40,042
<question>: What is the name of episode 5 in the season? <context>: CREATE TABLE table_27988540_1 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_27988540_1 WHERE no_in_season = 5
40,043
<question>: What is the title of episode 155 in the series? <context>: CREATE TABLE table_27988540_1 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_27988540_1 WHERE no_in_series = 155
40,044
<question>: What is the last year a sponsorship ended? <context>: CREATE TABLE table_28005160_2 (sponsorship INTEGER)
SELECT MAX(sponsorship) AS Ended FROM table_28005160_2
40,045
<question>: How many countries played in the city of ljungskile? <context>: CREATE TABLE table_28005160_2 (country VARCHAR, city VARCHAR)
SELECT COUNT(country) FROM table_28005160_2 WHERE city = "Ljungskile"
40,046
<question>: What cities are in sweden on this list? <context>: CREATE TABLE table_28005160_2 (city VARCHAR, country VARCHAR)
SELECT city FROM table_28005160_2 WHERE country = "Sweden"
40,047
<question>: What country is new orleans in? <context>: CREATE TABLE table_28005160_2 (country VARCHAR, city VARCHAR)
SELECT country FROM table_28005160_2 WHERE city = "New Orleans"
40,048
<question>: What country are the new orleans shell shockers from? <context>: CREATE TABLE table_28005160_2 (country VARCHAR, sponsored_name VARCHAR)
SELECT country FROM table_28005160_2 WHERE sponsored_name = "New Orleans Shell Shockers"
40,049
<question>: What is the arrangement for bets3ab 3alia nafsy? <context>: CREATE TABLE table_28005100_1 (arrangement VARCHAR, title VARCHAR)
SELECT arrangement FROM table_28005100_1 WHERE title = "Bets3ab 3alia Nafsy"
40,050
<question>: Who was the composer of ain shams? <context>: CREATE TABLE table_28005100_1 (composer VARCHAR, title VARCHAR)
SELECT composer FROM table_28005100_1 WHERE title = "Ain Shams"
40,051
<question>: How many numbers are there for kam wa7ed fina? <context>: CREATE TABLE table_28005100_1 (no VARCHAR, title VARCHAR)
SELECT COUNT(no) FROM table_28005100_1 WHERE title = "Kam Wa7ed Fina"
40,052
<question>: Who was the composer of te3rafy? <context>: CREATE TABLE table_28005100_1 (composer VARCHAR, title VARCHAR)
SELECT composer FROM table_28005100_1 WHERE title = "Te3rafy"
40,053
<question>: How many sound engineers were there for law hakon '3er leek? <context>: CREATE TABLE table_28005100_1 (sound_engineer VARCHAR, title VARCHAR)
SELECT COUNT(sound_engineer) FROM table_28005100_1 WHERE title = "Law Hakon '3er Leek"
40,054
<question>: Which number was the lyricist ahmed metwally? <context>: CREATE TABLE table_28005100_1 (no VARCHAR, lyricist VARCHAR)
SELECT no FROM table_28005100_1 WHERE lyricist = "Ahmed Metwally"
40,055
<question>: What was the site of the game that had an 11-4 score? <context>: CREATE TABLE table_28001186_8 (site_stadium VARCHAR, score VARCHAR)
SELECT site_stadium FROM table_28001186_8 WHERE score = "11-4"
40,056
<question>: What was the NCAA Tournament record after the June 26 game? <context>: CREATE TABLE table_28001186_8 (ncaat_record VARCHAR, date VARCHAR)
SELECT ncaat_record FROM table_28001186_8 WHERE date = "June 26"
40,057
<question>: Who had the save in the game in which Duke (3-2) took the loss? <context>: CREATE TABLE table_28001186_8 (save VARCHAR, loss VARCHAR)
SELECT save FROM table_28001186_8 WHERE loss = "Duke (3-2)"
40,058
<question>: How many event dates occurred when event details were women's sabre? <context>: CREATE TABLE table_28003469_1 (event_date VARCHAR, event_details VARCHAR)
SELECT COUNT(event_date) FROM table_28003469_1 WHERE event_details = "Women's Sabre"
40,059
<question>: What is every value for approximate duration when event details is women's foil? <context>: CREATE TABLE table_28003469_1 (approx_duration VARCHAR, event_details VARCHAR)
SELECT approx_duration FROM table_28003469_1 WHERE event_details = "Women's Foil"
40,060
<question>: What is every event date on Sunday with a starting time of 9:30 am? <context>: CREATE TABLE table_28003469_1 (event_date VARCHAR, event_day VARCHAR, starting_time VARCHAR)
SELECT event_date FROM table_28003469_1 WHERE event_day = "Sunday" AND starting_time = "9:30 am"
40,061
<question>: How many items appear in the viewers column when the draw is 2? <context>: CREATE TABLE table_27994983_8 (viewers VARCHAR, draw VARCHAR)
SELECT COUNT(viewers) FROM table_27994983_8 WHERE draw = 2
40,062
<question>: How many viewers are the when the draw is 3? <context>: CREATE TABLE table_27994983_8 (viewers INTEGER, draw VARCHAR)
SELECT MAX(viewers) FROM table_27994983_8 WHERE draw = 3
40,063
<question>: How many juries are there when the draw is 3? <context>: CREATE TABLE table_27994983_8 (juries INTEGER, draw VARCHAR)
SELECT MAX(juries) FROM table_27994983_8 WHERE draw = 3
40,064
<question>: How many juries are there for Brolle? <context>: CREATE TABLE table_27994983_8 (juries INTEGER, artist VARCHAR)
SELECT MAX(juries) FROM table_27994983_8 WHERE artist = "Brolle"
40,065
<question>: What are the former counties of the Great Grimsby district? <context>: CREATE TABLE table_2801185_2 (former_county VARCHAR, district VARCHAR)
SELECT former_county FROM table_2801185_2 WHERE district = "Great Grimsby"
40,066
<question>: How many statuses are there for the Durham district? <context>: CREATE TABLE table_2801185_2 (status VARCHAR, district VARCHAR)
SELECT COUNT(status) FROM table_2801185_2 WHERE district = "Durham"
40,067
<question>: What are the statuses of the districts whose successor is Wiltshire? <context>: CREATE TABLE table_2801185_2 (status VARCHAR, successor VARCHAR)
SELECT status FROM table_2801185_2 WHERE successor = "Wiltshire"
40,068
<question>: What is the SDLP of Belfast? <context>: CREATE TABLE table_28005809_2 (sdlp INTEGER, council VARCHAR)
SELECT MAX(sdlp) FROM table_28005809_2 WHERE council = "Belfast"
40,069
<question>: What is the smallest Alliance where the total is 25? <context>: CREATE TABLE table_28005809_2 (alliance INTEGER, total VARCHAR)
SELECT MIN(alliance) FROM table_28005809_2 WHERE total = 25
40,070
<question>: Who wrote the episode that 2.93 million viewers? <context>: CREATE TABLE table_28019988_2 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_28019988_2 WHERE us_viewers__million_ = "2.93"
40,071
<question>: What series number is the episode with production code bdf101? <context>: CREATE TABLE table_28019988_2 (series__number INTEGER, production_code VARCHAR)
SELECT MAX(series__number) FROM table_28019988_2 WHERE production_code = "BDF101"
40,072
<question>: What is the series number for the episode with production code bdf109? <context>: CREATE TABLE table_28019988_2 (series__number VARCHAR, production_code VARCHAR)
SELECT series__number FROM table_28019988_2 WHERE production_code = "BDF109"
40,073
<question>: Who directed the episode with the production code of 6AKY11? <context>: CREATE TABLE table_28027307_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_28027307_1 WHERE production_code = "6AKY11"
40,074
<question>: How many millions of U.S. viewers watched the episode with the production code of 6AKY07? <context>: CREATE TABLE table_28027307_1 (us_viewers__millions_ VARCHAR, production_code VARCHAR)
SELECT us_viewers__millions_ FROM table_28027307_1 WHERE production_code = "6AKY07"
40,075
<question>: What number episode in the series was watched by 10.96 million U.S. viewers? <context>: CREATE TABLE table_28027307_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT MIN(no_in_series) FROM table_28027307_1 WHERE us_viewers__millions_ = "10.96"
40,076
<question>: What dance had a score total of 31? <context>: CREATE TABLE table_2803106_1 (dance_song VARCHAR, total VARCHAR)
SELECT dance_song FROM table_2803106_1 WHERE total = "31"
40,077
<question>: What was the result for the dance that tonioli's scored an 8 and horwood scored a 6? <context>: CREATE TABLE table_2803106_1 (result VARCHAR, tonioli VARCHAR, horwood VARCHAR)
SELECT result FROM table_2803106_1 WHERE tonioli = "8" AND horwood = "6"
40,078
<question>: How many times did tonioli score a 9 when horwood scored a 6? <context>: CREATE TABLE table_2803106_1 (total VARCHAR, tonioli VARCHAR, horwood VARCHAR)
SELECT COUNT(total) FROM table_2803106_1 WHERE tonioli = "9" AND horwood = "6"
40,079
<question>: On week 11 when Dixon scored an 8, what was tonioli's score? <context>: CREATE TABLE table_2803106_1 (tonioli VARCHAR, week__number VARCHAR, dixon VARCHAR)
SELECT tonioli FROM table_2803106_1 WHERE week__number = 11 AND dixon = "8"
40,080
<question>: How many winners from previous round were there in the semi finals? <context>: CREATE TABLE table_28039032_1 (winners_from_previous_round VARCHAR, round VARCHAR)
SELECT winners_from_previous_round FROM table_28039032_1 WHERE round = "Semi finals"
40,081
<question>: What was the round that had 32 winners from previous round? <context>: CREATE TABLE table_28039032_1 (round VARCHAR, winners_from_previous_round VARCHAR)
SELECT round FROM table_28039032_1 WHERE winners_from_previous_round = "32"
40,082
<question>: How many clubs were remaining in the preliminary round? <context>: CREATE TABLE table_28039032_1 (clubs_remaining VARCHAR, round VARCHAR)
SELECT clubs_remaining FROM table_28039032_1 WHERE round = "Preliminary round"
40,083
<question>: What was the round when there were 16 winners from the previous round? <context>: CREATE TABLE table_28039032_1 (round VARCHAR, winners_from_previous_round VARCHAR)
SELECT round FROM table_28039032_1 WHERE winners_from_previous_round = "16"
40,084
<question>: How many clubs were involved in the second round? <context>: CREATE TABLE table_28039032_1 (clubs_involved VARCHAR, round VARCHAR)
SELECT clubs_involved FROM table_28039032_1 WHERE round = "Second round"
40,085
<question>: When grand prix de sar la princesse lalla meryem is the tournament what is the town? <context>: CREATE TABLE table_2803662_3 (town VARCHAR, tournament VARCHAR)
SELECT town FROM table_2803662_3 WHERE tournament = "Grand Prix De SAR La Princesse Lalla Meryem"
40,086
<question>: When stuttgart is the town what is the type? <context>: CREATE TABLE table_2803662_3 (type VARCHAR, town VARCHAR)
SELECT type FROM table_2803662_3 WHERE town = "Stuttgart"
40,087
<question>: who is the person that is part of the belgian vw club that works with frédéric miclotte <context>: CREATE TABLE table_28046929_2 (driver VARCHAR, entrant VARCHAR, co_driver VARCHAR)
SELECT driver FROM table_28046929_2 WHERE entrant = "Belgian VW Club" AND co_driver = "Frédéric Miclotte"
40,088
<question>: what is the type of vehicle driven by mark higgins <context>: CREATE TABLE table_28046929_2 (car VARCHAR, driver VARCHAR)
SELECT car FROM table_28046929_2 WHERE driver = "Mark Higgins"
40,089
<question>: what is the entry where the other person is zdeněk hrůza <context>: CREATE TABLE table_28046929_2 (entrant VARCHAR, co_driver VARCHAR)
SELECT entrant FROM table_28046929_2 WHERE co_driver = "Zdeněk Hrůza"
40,090
<question>: who is the other person where the assistant is paulo babo <context>: CREATE TABLE table_28046929_2 (driver VARCHAR, co_driver VARCHAR)
SELECT driver FROM table_28046929_2 WHERE co_driver = "Paulo Babo"
40,091
<question>: what are all the people where the entries is peugeot sport polska <context>: CREATE TABLE table_28046929_2 (driver VARCHAR, entrant VARCHAR)
SELECT driver FROM table_28046929_2 WHERE entrant = "Peugeot Sport Polska"
40,092
<question>: Who wrote the episode that had 6.05 million U.s. viewers? <context>: CREATE TABLE table_28037619_2 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_28037619_2 WHERE us_viewers__million_ = "6.05"
40,093
<question>: How many production codes are there for the episode that had 4.36 million u.s. viewers? <context>: CREATE TABLE table_28037619_2 (production_code VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(production_code) FROM table_28037619_2 WHERE us_viewers__million_ = "4.36"
40,094
<question>: How many people wrote the episode that had 7.26 million u.s. viewers? <context>: CREATE TABLE table_28037619_2 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(written_by) FROM table_28037619_2 WHERE us_viewers__million_ = "7.26"
40,095
<question>: How many million u.s. viewers saw the episode that was directed by roger young and written by debra j. fisher? <context>: CREATE TABLE table_28037619_2 (us_viewers__million_ VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT us_viewers__million_ FROM table_28037619_2 WHERE directed_by = "Roger Young" AND written_by = "Debra J. Fisher"
40,096
<question>: What is the name of the episode written by David Matthews? <context>: CREATE TABLE table_28037619_2 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_28037619_2 WHERE written_by = "David Matthews"
40,097
<question>: What are the colors of the Hudson school? <context>: CREATE TABLE table_28051859_3 (colors VARCHAR, school VARCHAR)
SELECT colors FROM table_28051859_3 WHERE school = "Hudson"
40,098
<question>: When were the members tenured in the Field school? <context>: CREATE TABLE table_28051859_3 (tenure VARCHAR, school VARCHAR)
SELECT tenure FROM table_28051859_3 WHERE school = "Field"
40,099
<question>: How many pick# for CFL team of Toronto Argonauts? <context>: CREATE TABLE table_28059992_1 (pick__number VARCHAR, cfl_team VARCHAR)
SELECT COUNT(pick__number) FROM table_28059992_1 WHERE cfl_team = "Toronto Argonauts"