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