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