Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
39,000
<question>: What date did the episode with production code 3aky05 air? <context>: CREATE TABLE table_26824484_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_26824484_1 WHERE production_code = "3AKY05"
39,001
<question>: Which episode was directed by Jeff Woolnough and written by Christopher Ambrose? <context>: CREATE TABLE table_26824484_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT title FROM table_26824484_1 WHERE directed_by = "Jeff Woolnough" AND written_by = "Christopher Ambrose"
39,002
<question>: What was the original air date of the episode that was directed by Jessica Landaw? <context>: CREATE TABLE table_26824484_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_26824484_1 WHERE directed_by = "Jessica Landaw"
39,003
<question>: What is the episode number of the episode with a production code of 4aky14? <context>: CREATE TABLE table_26825349_1 (no_in_season VARCHAR, production_code VARCHAR)
SELECT no_in_season FROM table_26825349_1 WHERE production_code = "4AKY14"
39,004
<question>: The episode that had 8.62 million US viewers originally aired on which date? <context>: CREATE TABLE table_26825349_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_26825349_1 WHERE us_viewers__millions_ = "8.62"
39,005
<question>: What was the result in the game broadcast on the Big East Network? <context>: CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR)
SELECT result FROM table_26842217_12 WHERE broadcast = "Big East Network"
39,006
<question>: What was the result in the game where the visiting team was Louisiana-Monroe? <context>: CREATE TABLE table_26842217_12 (result VARCHAR, visiting_team VARCHAR)
SELECT result FROM table_26842217_12 WHERE visiting_team = "Louisiana-Monroe"
39,007
<question>: Who was the home team in the game broadcast on the Big East Network? <context>: CREATE TABLE table_26842217_12 (home_team VARCHAR, broadcast VARCHAR)
SELECT home_team FROM table_26842217_12 WHERE broadcast = "Big East Network"
39,008
<question>: What was the result in the game broadcast on the SEC Network? <context>: CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR)
SELECT result FROM table_26842217_12 WHERE broadcast = "SEC Network"
39,009
<question>: What is the e/vap value for a turnout of exactly 85.7%? <context>: CREATE TABLE table_2683116_1 (E VARCHAR, vap VARCHAR, turnout VARCHAR)
SELECT E / vap FROM table_2683116_1 WHERE turnout = "85.7%"
39,010
<question>: What communes have enrolled values of 174946? <context>: CREATE TABLE table_2683116_1 (communes VARCHAR, enrolled VARCHAR)
SELECT communes FROM table_2683116_1 WHERE enrolled = 174946
39,011
<question>: How many vap values are associated with 140469 valid votes? <context>: CREATE TABLE table_2683116_1 (vap VARCHAR, valid_votes VARCHAR)
SELECT COUNT(vap) FROM table_2683116_1 WHERE valid_votes = 140469
39,012
<question>: Name the time for georgia <context>: CREATE TABLE table_26842217_10 (time VARCHAR, visiting_team VARCHAR)
SELECT time FROM table_26842217_10 WHERE visiting_team = "Georgia"
39,013
<question>: Name the time for #1 alabama <context>: CREATE TABLE table_26842217_10 (time VARCHAR, visiting_team VARCHAR)
SELECT time FROM table_26842217_10 WHERE visiting_team = "#1 Alabama"
39,014
<question>: Name the time for result msst 29–24 <context>: CREATE TABLE table_26842217_18 (time VARCHAR, result VARCHAR)
SELECT time FROM table_26842217_18 WHERE result = "MSST 29–24"
39,015
<question>: Name the number of time for uab <context>: CREATE TABLE table_26842217_18 (time VARCHAR, visiting_team VARCHAR)
SELECT COUNT(time) FROM table_26842217_18 WHERE visiting_team = "UAB"
39,016
<question>: Name the date for broadcast fsn <context>: CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR)
SELECT date FROM table_26842217_18 WHERE broadcast = "FSN"
39,017
<question>: Name the broadcast for 7:00pm and mississippi state <context>: CREATE TABLE table_26842217_18 (broadcast VARCHAR, time VARCHAR, home_team VARCHAR)
SELECT broadcast FROM table_26842217_18 WHERE time = "7:00pm" AND home_team = "Mississippi State"
39,018
<question>: Name the date for espn <context>: CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR)
SELECT date FROM table_26842217_18 WHERE broadcast = "ESPN"
39,019
<question>: Name the broadcast for davis-wade stadium • starkville ms <context>: CREATE TABLE table_26842217_18 (broadcast VARCHAR, site VARCHAR)
SELECT broadcast FROM table_26842217_18 WHERE site = "Davis-Wade Stadium • Starkville MS"
39,020
<question>: On what network was the Kentucky game broadcast? <context>: CREATE TABLE table_26842217_16 (broadcast VARCHAR, home_team VARCHAR)
SELECT broadcast FROM table_26842217_16 WHERE home_team = "Kentucky"
39,021
<question>: Where's the louisiana-lafayette as a visiting team? <context>: CREATE TABLE table_26842217_4 (site VARCHAR, visiting_team VARCHAR)
SELECT site FROM table_26842217_4 WHERE visiting_team = "Louisiana-Lafayette"
39,022
<question>: What were the results of the tennessee tech as a visiting team? <context>: CREATE TABLE table_26842217_4 (result VARCHAR, visiting_team VARCHAR)
SELECT result FROM table_26842217_4 WHERE visiting_team = "Tennessee Tech"
39,023
<question>: What is the home team where the San Jose state is the visiting team? <context>: CREATE TABLE table_26842217_4 (home_team VARCHAR, visiting_team VARCHAR)
SELECT home_team FROM table_26842217_4 WHERE visiting_team = "San Jose State"
39,024
<question>: What were the results in the bryant-denny stadium • tuscaloosa, al? <context>: CREATE TABLE table_26842217_4 (result VARCHAR, site VARCHAR)
SELECT result FROM table_26842217_4 WHERE site = "Bryant-Denny Stadium • Tuscaloosa, AL"
39,025
<question>: What home team is at 7:30pm in ESPN? <context>: CREATE TABLE table_26842217_4 (home_team VARCHAR, time VARCHAR, broadcast VARCHAR)
SELECT home_team FROM table_26842217_4 WHERE time = "7:30pm" AND broadcast = "ESPN"
39,026
<question>: If the visiting team is Clemson, when was the time? <context>: CREATE TABLE table_26842217_8 (time VARCHAR, visiting_team VARCHAR)
SELECT time FROM table_26842217_8 WHERE visiting_team = "Clemson"
39,027
<question>: How many times was the site wallace wade stadium • durham, nc? <context>: CREATE TABLE table_26842217_8 (attendance VARCHAR, site VARCHAR)
SELECT COUNT(attendance) FROM table_26842217_8 WHERE site = "Wallace Wade Stadium • Durham, NC"
39,028
<question>: If the site was wallace wade stadium • durham, nc, what was the result? <context>: CREATE TABLE table_26842217_8 (result VARCHAR, site VARCHAR)
SELECT result FROM table_26842217_8 WHERE site = "Wallace Wade Stadium • Durham, NC"
39,029
<question>: If the site is sanford stadium • athens, ga, what is the date? <context>: CREATE TABLE table_26842217_8 (date VARCHAR, site VARCHAR)
SELECT date FROM table_26842217_8 WHERE site = "Sanford Stadium • Athens, GA"
39,030
<question>: What is the production code for the movie with 4.32 million U.S. viewers? <context>: CREATE TABLE table_26845668_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
SELECT production_code FROM table_26845668_1 WHERE us_viewers__millions_ = "4.32"
39,031
<question>: How many times was Louisiana-Monroe a visiting team? <context>: CREATE TABLE table_26842217_6 (time VARCHAR, visiting_team VARCHAR)
SELECT COUNT(time) FROM table_26842217_6 WHERE visiting_team = "Louisiana-Monroe"
39,032
<question>: List all dates where South Florida was a visiting team. <context>: CREATE TABLE table_26842217_6 (date VARCHAR, visiting_team VARCHAR)
SELECT date FROM table_26842217_6 WHERE visiting_team = "South Florida"
39,033
<question>: How many times was #7 Oregon a visiting team? <context>: CREATE TABLE table_26842217_6 (time VARCHAR, visiting_team VARCHAR)
SELECT time FROM table_26842217_6 WHERE visiting_team = "#7 Oregon"
39,034
<question>: List all home teams when Western Kentucky was the visiting team. <context>: CREATE TABLE table_26842217_6 (home_team VARCHAR, visiting_team VARCHAR)
SELECT home_team FROM table_26842217_6 WHERE visiting_team = "Western Kentucky"
39,035
<question>: List all times with Kentucky as the home team. <context>: CREATE TABLE table_26842217_6 (time VARCHAR, home_team VARCHAR)
SELECT time FROM table_26842217_6 WHERE home_team = "Kentucky"
39,036
<question>: What is the score when the opposition is mid canterbury? <context>: CREATE TABLE table_26847237_3 (score VARCHAR, opposition VARCHAR)
SELECT score FROM table_26847237_3 WHERE opposition = "Mid Canterbury"
39,037
<question>: what is the home team when the opposition is east coast? <context>: CREATE TABLE table_26847237_3 (home_team VARCHAR, opposition VARCHAR)
SELECT home_team FROM table_26847237_3 WHERE opposition = "East Coast"
39,038
<question>: What is the home team when the opposition is wairarapa bush? <context>: CREATE TABLE table_26847237_3 (home_team VARCHAR, opposition VARCHAR)
SELECT home_team FROM table_26847237_3 WHERE opposition = "Wairarapa Bush"
39,039
<question>: what is the home team when the round # is round 1? <context>: CREATE TABLE table_26847237_3 (home_team VARCHAR, round__number VARCHAR)
SELECT home_team FROM table_26847237_3 WHERE round__number = "Round 1"
39,040
<question>: Who is the opposition when the score is 37 - 28? <context>: CREATE TABLE table_26847237_3 (opposition VARCHAR, score VARCHAR)
SELECT opposition FROM table_26847237_3 WHERE score = "37 - 28"
39,041
<question>: What is the location when the opposition is mid canterbury? <context>: CREATE TABLE table_26847237_3 (location VARCHAR, opposition VARCHAR)
SELECT location FROM table_26847237_3 WHERE opposition = "Mid Canterbury"
39,042
<question>: What was the score in round 7? <context>: CREATE TABLE table_26847237_1 (score VARCHAR, round__number VARCHAR)
SELECT score FROM table_26847237_1 WHERE round__number = "Round 7"
39,043
<question>: Who was the home team when the opposition was Buller? <context>: CREATE TABLE table_26847237_1 (home_team VARCHAR, opposition VARCHAR)
SELECT home_team FROM table_26847237_1 WHERE opposition = "Buller"
39,044
<question>: Was it a win or loss for Wanganui in round 3? <context>: CREATE TABLE table_26847237_1 (win_loss VARCHAR, round__number VARCHAR)
SELECT win_loss FROM table_26847237_1 WHERE round__number = "Round 3"
39,045
<question>: What was the location when the opposition was East Coast? <context>: CREATE TABLE table_26847237_1 (location VARCHAR, opposition VARCHAR)
SELECT location FROM table_26847237_1 WHERE opposition = "East Coast"
39,046
<question>: What was the score when the opposition was West Coast in Wanganui? <context>: CREATE TABLE table_26847237_1 (score VARCHAR, opposition VARCHAR, location VARCHAR)
SELECT score FROM table_26847237_1 WHERE opposition = "West Coast" AND location = "Wanganui"
39,047
<question>: Was it a win or a loss for Wanganui in Paeroa? <context>: CREATE TABLE table_26847237_1 (win_loss VARCHAR, location VARCHAR)
SELECT win_loss FROM table_26847237_1 WHERE location = "Paeroa"
39,048
<question>: What is every original air date for series# of 26? <context>: CREATE TABLE table_26866205_1 (original_airdate VARCHAR, series__number VARCHAR)
SELECT original_airdate FROM table_26866205_1 WHERE series__number = 26
39,049
<question>: Who are the directors of the episode in series # 54? <context>: CREATE TABLE table_26866233_1 (director VARCHAR, series__number VARCHAR)
SELECT director FROM table_26866233_1 WHERE series__number = 54
39,050
<question>: The episode where the director is Gene Reynolds has who as the writer? <context>: CREATE TABLE table_26866233_1 (writer VARCHAR, director VARCHAR)
SELECT writer FROM table_26866233_1 WHERE director = "Gene Reynolds"
39,051
<question>: The episode with the original airdate December22,1996 has what title? <context>: CREATE TABLE table_26866233_1 (title VARCHAR, original_airdate VARCHAR)
SELECT title FROM table_26866233_1 WHERE original_airdate = "December22,1996"
39,052
<question>: What was the original air date of the episode written by michael glassberg? <context>: CREATE TABLE table_26866299_1 (original_airdate VARCHAR, writer VARCHAR)
SELECT original_airdate FROM table_26866299_1 WHERE writer = "Michael Glassberg"
39,053
<question>: What was the original air date for episode number 96 in the series? <context>: CREATE TABLE table_26866299_1 (original_airdate VARCHAR, series__number VARCHAR)
SELECT original_airdate FROM table_26866299_1 WHERE series__number = 96
39,054
<question>: Who wrote episode 122 in the series? <context>: CREATE TABLE table_26866434_1 (writer VARCHAR, series__number VARCHAR)
SELECT writer FROM table_26866434_1 WHERE series__number = 122
39,055
<question>: Who directed series episode number 201? <context>: CREATE TABLE table_26866519_1 (director VARCHAR, series__number VARCHAR)
SELECT director FROM table_26866519_1 WHERE series__number = 201
39,056
<question>: What are the original air date(s) for season episode 20? <context>: CREATE TABLE table_26866519_1 (original_airdate VARCHAR, season__number VARCHAR)
SELECT original_airdate FROM table_26866519_1 WHERE season__number = 20
39,057
<question>: How many episodes are directed by ricardo mendez matta? <context>: CREATE TABLE table_26866519_1 (season__number VARCHAR, director VARCHAR)
SELECT COUNT(season__number) FROM table_26866519_1 WHERE director = "Ricardo Mendez Matta"
39,058
<question>: Name the leaast points for standing 5th <context>: CREATE TABLE table_26882866_1 (points INTEGER, standing VARCHAR)
SELECT MIN(points) FROM table_26882866_1 WHERE standing = "5th"
39,059
<question>: If puma is 12, what is camper? <context>: CREATE TABLE table_26894949_2 (camper INTEGER, puma VARCHAR)
SELECT MIN(camper) FROM table_26894949_2 WHERE puma = "12"
39,060
<question>: In how many events was Puma 20 and abu dhabi 30? <context>: CREATE TABLE table_26894949_2 (event VARCHAR, puma VARCHAR, abu_dhabi VARCHAR)
SELECT COUNT(event) FROM table_26894949_2 WHERE puma = "20" AND abu_dhabi = "30"
39,061
<question>: How many time was the distance Abu Dhabi? <context>: CREATE TABLE table_26894949_2 (sanya VARCHAR, distance VARCHAR)
SELECT COUNT(sanya) FROM table_26894949_2 WHERE distance = "abu_dhabi"
39,062
<question>: What is the largest amount of ends lost? <context>: CREATE TABLE table_26912584_2 (Ends INTEGER)
SELECT MAX(Ends) AS lost FROM table_26912584_2
39,063
<question>: When sweden is the country who is the skip? <context>: CREATE TABLE table_26912584_2 (skip VARCHAR, country VARCHAR, Sweden VARCHAR)
SELECT skip FROM table_26912584_2 WHERE country = Sweden
39,064
<question>: Who wrote the story viewed by 0.53 million viewers? <context>: CREATE TABLE table_26914076_3 (story_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT story_by FROM table_26914076_3 WHERE us_viewers__millions_ = "0.53"
39,065
<question>: How many viewers watched the episode with a story by david simon & mari kornhauser? <context>: CREATE TABLE table_26914076_3 (us_viewers__millions_ VARCHAR, story_by VARCHAR)
SELECT us_viewers__millions_ FROM table_26914076_3 WHERE story_by = "David Simon & Mari Kornhauser"
39,066
<question>: How many entries are there for u.s. viewers (millions) for the episode directed by rob bailey? <context>: CREATE TABLE table_26914076_3 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT COUNT(us_viewers__millions_) FROM table_26914076_3 WHERE directed_by = "Rob Bailey"
39,067
<question>: What is the date the episode directed by rob bailey aired? <context>: CREATE TABLE table_26914076_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_26914076_3 WHERE directed_by = "Rob Bailey"
39,068
<question>: WHich team had dave penney as an incoming manager <context>: CREATE TABLE table_26914759_3 (team VARCHAR, incoming_manager VARCHAR)
SELECT team FROM table_26914759_3 WHERE incoming_manager = "Dave Penney"
39,069
<question>: What was the manner of departure for notts county with an incoming manager of martin allen <context>: CREATE TABLE table_26914759_3 (manner_of_departure VARCHAR, team VARCHAR, incoming_manager VARCHAR)
SELECT manner_of_departure FROM table_26914759_3 WHERE team = "Notts County" AND incoming_manager = "Martin Allen"
39,070
<question>: How many teams had gary megson as an incoming manager <context>: CREATE TABLE table_26914759_3 (position_in_table VARCHAR, incoming_manager VARCHAR)
SELECT COUNT(position_in_table) FROM table_26914759_3 WHERE incoming_manager = "Gary Megson"
39,071
<question>: who was the incoming manager for the 12th position in the table <context>: CREATE TABLE table_26914759_3 (incoming_manager VARCHAR, position_in_table VARCHAR)
SELECT incoming_manager FROM table_26914759_3 WHERE position_in_table = "12th"
39,072
<question>: How tall is the player from farmington, ky? <context>: CREATE TABLE table_26916717_1 (height VARCHAR, home_town VARCHAR)
SELECT height FROM table_26916717_1 WHERE home_town = "Farmington, KY"
39,073
<question>: Where did adrian smith go to college? <context>: CREATE TABLE table_26916717_1 (team_school VARCHAR, name VARCHAR)
SELECT team_school FROM table_26916717_1 WHERE name = "Adrian Smith"
39,074
<question>: What player attended california university? <context>: CREATE TABLE table_26916717_1 (name VARCHAR, team_school VARCHAR)
SELECT name FROM table_26916717_1 WHERE team_school = "California"
39,075
<question>: What is the name of the player from purcell, ok? <context>: CREATE TABLE table_26916717_1 (name VARCHAR, home_town VARCHAR)
SELECT name FROM table_26916717_1 WHERE home_town = "Purcell, OK"
39,076
<question>: Name the hebrew for tisʕ- <context>: CREATE TABLE table_26919_6 (hebrew VARCHAR, arabic VARCHAR)
SELECT hebrew FROM table_26919_6 WHERE arabic = "tisʕ-"
39,077
<question>: Name the tigrinya for χams- <context>: CREATE TABLE table_26919_6 (tigrinya VARCHAR, arabic VARCHAR)
SELECT COUNT(tigrinya) FROM table_26919_6 WHERE arabic = "χams-"
39,078
<question>: Name the hebrew for *tišʻ- <context>: CREATE TABLE table_26919_6 (hebrew VARCHAR, proto_semitic VARCHAR)
SELECT hebrew FROM table_26919_6 WHERE proto_semitic = "*tišʻ-"
39,079
<question>: Name the arabic for ħamuʃte <context>: CREATE TABLE table_26919_6 (arabic VARCHAR, tigrinya VARCHAR)
SELECT arabic FROM table_26919_6 WHERE tigrinya = "ħamuʃte"
39,080
<question>: Name the sabaean for sabʕ- <context>: CREATE TABLE table_26919_6 (sabaean VARCHAR, arabic VARCHAR)
SELECT sabaean FROM table_26919_6 WHERE arabic = "sabʕ-"
39,081
<question>: Who is the incoming manager when the date of vacancy was 21 march 2011? <context>: CREATE TABLE table_26914854_3 (incoming_manager VARCHAR, date_of_vacancy VARCHAR)
SELECT incoming_manager FROM table_26914854_3 WHERE date_of_vacancy = "21 March 2011"
39,082
<question>: What is the position in table when the date of vacancy was 4 january 2011? <context>: CREATE TABLE table_26914854_3 (position_in_table VARCHAR, date_of_vacancy VARCHAR)
SELECT position_in_table FROM table_26914854_3 WHERE date_of_vacancy = "4 January 2011"
39,083
<question>: What is the team when the incoming manager is martin allen? <context>: CREATE TABLE table_26914854_3 (team VARCHAR, incoming_manager VARCHAR)
SELECT team FROM table_26914854_3 WHERE incoming_manager = "Martin Allen"
39,084
<question>: Who is the incoming manager when the date of appointment is 9 march 2011? <context>: CREATE TABLE table_26914854_3 (incoming_manager VARCHAR, date_of_appointment VARCHAR)
SELECT incoming_manager FROM table_26914854_3 WHERE date_of_appointment = "9 March 2011"
39,085
<question>: What is the team when the date of appointment is 23 march 2011? <context>: CREATE TABLE table_26914854_3 (team VARCHAR, date_of_appointment VARCHAR)
SELECT team FROM table_26914854_3 WHERE date_of_appointment = "23 March 2011"
39,086
<question>: what is the date of appointment 11 june 2010? <context>: CREATE TABLE table_26914854_3 (team VARCHAR, date_of_appointment VARCHAR)
SELECT team FROM table_26914854_3 WHERE date_of_appointment = "11 June 2010"
39,087
<question>: What is the depth at the UTC time of 12:19:36? <context>: CREATE TABLE table_26950408_1 (depth VARCHAR, time___utc__ VARCHAR)
SELECT depth FROM table_26950408_1 WHERE time___utc__ = "12:19:36"
39,088
<question>: What is the date for the UTC time of 03:15:46? <context>: CREATE TABLE table_26950408_1 (date__yyyy_mm_dd_ VARCHAR, time___utc__ VARCHAR)
SELECT date__yyyy_mm_dd_ FROM table_26950408_1 WHERE time___utc__ = "03:15:46"
39,089
<question>: What is the title for episode number 30? <context>: CREATE TABLE table_26952212_1 (title VARCHAR, no_in_total VARCHAR)
SELECT title FROM table_26952212_1 WHERE no_in_total = "30"
39,090
<question>: What is the % identity to C7orf38 of the animal whose genus & species is Mus Musculus? <context>: CREATE TABLE table_26957063_3 (_percentage_identity_to_c7orf38 INTEGER, genus_ VARCHAR, _species VARCHAR)
SELECT MAX(_percentage_identity_to_c7orf38) FROM table_26957063_3 WHERE genus_ & _species = "Mus musculus"
39,091
<question>: What is the length (AA) of the animal whose NCBI accession number is CAM15594.1? <context>: CREATE TABLE table_26957063_3 (length__aa_ INTEGER, ncbi_accession_number VARCHAR)
SELECT MIN(length__aa_) FROM table_26957063_3 WHERE ncbi_accession_number = "CAM15594.1"
39,092
<question>: What is the % similarity to C7orf38 of the animal whose % identity to C7orf38 is 81? <context>: CREATE TABLE table_26957063_3 (_percentage_similarity_to_c7orf38 INTEGER, _percentage_identity_to_c7orf38 VARCHAR)
SELECT MAX(_percentage_similarity_to_c7orf38) FROM table_26957063_3 WHERE _percentage_identity_to_c7orf38 = 81
39,093
<question>: What is the common name of the animal whose length (AA) is 1323? <context>: CREATE TABLE table_26957063_3 (common_name VARCHAR, length__aa_ VARCHAR)
SELECT common_name FROM table_26957063_3 WHERE length__aa_ = 1323
39,094
<question>: What is the % identity to C7orf38 of the animal whose common name is rat? <context>: CREATE TABLE table_26957063_3 (_percentage_identity_to_c7orf38 INTEGER, common_name VARCHAR)
SELECT MIN(_percentage_identity_to_c7orf38) FROM table_26957063_3 WHERE common_name = "Rat"
39,095
<question>: What is the genus & species of the animal whose accession number is XP_002439156.1? <context>: CREATE TABLE table_26957063_3 (genus_ VARCHAR, _species VARCHAR, ncbi_accession_number VARCHAR)
SELECT genus_ & _species FROM table_26957063_3 WHERE ncbi_accession_number = "XP_002439156.1"
39,096
<question>: How many episodes were written by Alison McDonald? <context>: CREATE TABLE table_26961951_4 (directed_by VARCHAR, written_by VARCHAR)
SELECT COUNT(directed_by) FROM table_26961951_4 WHERE written_by = "Alison McDonald"
39,097
<question>: How many viewers in millions did the Alison McDonald episode get? <context>: CREATE TABLE table_26961951_4 (us_viewers__million_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__million_ FROM table_26961951_4 WHERE written_by = "Alison McDonald"
39,098
<question>: What is the p max ( bar ) for the 6876 f bolt ( kgf )? <context>: CREATE TABLE table_26967904_2 (p_max___bar__ INTEGER, f_bolt___kgf__ VARCHAR)
SELECT MIN(p_max___bar__) FROM table_26967904_2 WHERE f_bolt___kgf__ = 6876
39,099
<question>: What is the p1 diameter (mm) when .300 lapua magnum is the chambering? <context>: CREATE TABLE table_26967904_2 (p1_diameter__mm_ VARCHAR, chambering VARCHAR)
SELECT p1_diameter__mm_ FROM table_26967904_2 WHERE chambering = ".300 Lapua Magnum"