question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What date did the episode with production code 3aky05 air? | CREATE TABLE table_26824484_1 (original_air_date VARCHAR, production_code VARCHAR) | 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: What date did the episode with production code 3aky05 air? ### Answer: 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) | 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: 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" |
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) | 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 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" |
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) | 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: 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" |
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) | 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: 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" |
What was the result in the game broadcast on the Big East Network? | CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR) | 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 broadcast on the Big East Network? ### Answer: 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) | SELECT result FROM table_26842217_12 WHERE visiting_team = "Louisiana-Monroe" | ### Context: CREATE TABLE table_26842217_12 (result VARCHAR, visiting_team 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" |
Who was the home team in the game broadcast on the Big East Network? | CREATE TABLE table_26842217_12 (home_team VARCHAR, broadcast VARCHAR) | SELECT home_team FROM table_26842217_12 WHERE broadcast = "Big East Network" | ### Context: CREATE TABLE table_26842217_12 (home_team VARCHAR, broadcast 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" |
What was the result in the game broadcast on the SEC Network? | CREATE TABLE table_26842217_12 (result VARCHAR, broadcast VARCHAR) | SELECT result FROM table_26842217_12 WHERE broadcast = "SEC Network" | ### Context: CREATE TABLE table_26842217_12 (result 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" |
What is the e/vap value for a turnout of exactly 85.7%? | CREATE TABLE table_2683116_1 (E VARCHAR, vap VARCHAR, turnout VARCHAR) | 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 is the e/vap value for a turnout of exactly 85.7%? ### Answer: 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) | SELECT communes FROM table_2683116_1 WHERE enrolled = 174946 | ### Context: CREATE TABLE table_2683116_1 (communes VARCHAR, enrolled VARCHAR) ### Question: What communes have enrolled values of 174946? ### Answer: 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) | SELECT COUNT(vap) FROM table_2683116_1 WHERE valid_votes = 140469 | ### Context: CREATE TABLE table_2683116_1 (vap VARCHAR, valid_votes VARCHAR) ### Question: How many vap values are associated with 140469 valid votes? ### Answer: 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) | 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 georgia ### Answer: 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) | 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 #1 alabama ### Answer: 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) | SELECT time FROM table_26842217_18 WHERE result = "MSST 29–24" | ### Context: CREATE TABLE table_26842217_18 (time VARCHAR, result VARCHAR) ### Question: Name the time for result msst 29–24 ### Answer: 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) | 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 number of time for uab ### Answer: 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) | SELECT date FROM table_26842217_18 WHERE broadcast = "FSN" | ### Context: CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR) ### Question: Name the date for broadcast fsn ### Answer: 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) | 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 broadcast for 7:00pm and mississippi state ### Answer: 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) | SELECT date FROM table_26842217_18 WHERE broadcast = "ESPN" | ### Context: CREATE TABLE table_26842217_18 (date VARCHAR, broadcast VARCHAR) ### Question: Name the date for espn ### Answer: 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) | SELECT broadcast FROM table_26842217_18 WHERE site = "Davis-Wade Stadium • Starkville MS" | ### Context: CREATE TABLE table_26842217_18 (broadcast VARCHAR, site 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" |
On what network was the Kentucky game broadcast? | CREATE TABLE table_26842217_16 (broadcast VARCHAR, home_team VARCHAR) | SELECT broadcast FROM table_26842217_16 WHERE home_team = "Kentucky" | ### Context: CREATE TABLE table_26842217_16 (broadcast VARCHAR, home_team VARCHAR) ### Question: On what network was the Kentucky game broadcast? ### Answer: 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) | SELECT site FROM table_26842217_4 WHERE visiting_team = "Louisiana-Lafayette" | ### Context: CREATE TABLE table_26842217_4 (site VARCHAR, visiting_team VARCHAR) ### Question: Where's the louisiana-lafayette as a visiting team? ### Answer: 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) | SELECT result FROM table_26842217_4 WHERE visiting_team = "Tennessee Tech" | ### Context: CREATE TABLE table_26842217_4 (result 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" |
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) | 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 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" |
What were the results in the bryant-denny stadium • tuscaloosa, al? | CREATE TABLE table_26842217_4 (result VARCHAR, site VARCHAR) | 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 were the results in the bryant-denny stadium • tuscaloosa, al? ### Answer: 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) | 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: What home team is at 7:30pm in ESPN? ### Answer: 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) | SELECT time FROM table_26842217_8 WHERE visiting_team = "Clemson" | ### Context: CREATE TABLE table_26842217_8 (time VARCHAR, visiting_team VARCHAR) ### Question: If the visiting team is Clemson, when was the time? ### Answer: 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) | 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: 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" |
If the site was wallace wade stadium • durham, nc, what was the result? | CREATE TABLE table_26842217_8 (result VARCHAR, site VARCHAR) | 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 was wallace wade stadium • durham, nc, what was the result? ### Answer: 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) | SELECT date FROM table_26842217_8 WHERE site = "Sanford Stadium • Athens, GA" | ### Context: CREATE TABLE table_26842217_8 (date 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" |
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) | 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: 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" |
How many times was Louisiana-Monroe a visiting team? | CREATE TABLE table_26842217_6 (time VARCHAR, visiting_team VARCHAR) | SELECT COUNT(time) FROM table_26842217_6 WHERE visiting_team = "Louisiana-Monroe" | ### Context: CREATE TABLE table_26842217_6 (time VARCHAR, visiting_team VARCHAR) ### Question: How many times was Louisiana-Monroe a visiting team? ### Answer: 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) | SELECT date FROM table_26842217_6 WHERE visiting_team = "South Florida" | ### Context: CREATE TABLE table_26842217_6 (date 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" |
How many times was #7 Oregon a visiting team? | CREATE TABLE table_26842217_6 (time VARCHAR, visiting_team VARCHAR) | SELECT time FROM table_26842217_6 WHERE visiting_team = "#7 Oregon" | ### Context: CREATE TABLE table_26842217_6 (time 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" |
List all home teams when Western Kentucky was the visiting team. | CREATE TABLE table_26842217_6 (home_team VARCHAR, visiting_team VARCHAR) | 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 home teams when Western Kentucky was the visiting team. ### Answer: 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) | SELECT time FROM table_26842217_6 WHERE home_team = "Kentucky" | ### Context: CREATE TABLE table_26842217_6 (time VARCHAR, home_team VARCHAR) ### Question: List all times with Kentucky as the home team. ### Answer: 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) | SELECT score FROM table_26847237_3 WHERE opposition = "Mid Canterbury" | ### Context: CREATE TABLE table_26847237_3 (score VARCHAR, opposition VARCHAR) ### Question: What is the score when the opposition is mid canterbury? ### Answer: 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) | 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 east coast? ### Answer: 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) | 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 opposition is wairarapa bush? ### Answer: 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) | 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: what is the home team when the round # is round 1? ### Answer: 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) | SELECT opposition FROM table_26847237_3 WHERE score = "37 - 28" | ### Context: CREATE TABLE table_26847237_3 (opposition VARCHAR, score VARCHAR) ### Question: Who is the opposition when the score is 37 - 28? ### Answer: 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) | SELECT location FROM table_26847237_3 WHERE opposition = "Mid Canterbury" | ### Context: CREATE TABLE table_26847237_3 (location VARCHAR, opposition VARCHAR) ### Question: What is the location when the opposition is mid canterbury? ### Answer: 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) | SELECT score FROM table_26847237_1 WHERE round__number = "Round 7" | ### Context: CREATE TABLE table_26847237_1 (score VARCHAR, round__number VARCHAR) ### Question: What was the score in round 7? ### Answer: 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) | SELECT home_team FROM table_26847237_1 WHERE opposition = "Buller" | ### Context: CREATE TABLE table_26847237_1 (home_team VARCHAR, opposition VARCHAR) ### Question: Who was the home team when the opposition was Buller? ### Answer: 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) | 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: Was it a win or loss for Wanganui in round 3? ### Answer: 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) | SELECT location FROM table_26847237_1 WHERE opposition = "East Coast" | ### Context: CREATE TABLE table_26847237_1 (location VARCHAR, opposition VARCHAR) ### Question: What was the location when the opposition was East Coast? ### Answer: 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) | 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: 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" |
Was it a win or a loss for Wanganui in Paeroa? | CREATE TABLE table_26847237_1 (win_loss VARCHAR, location VARCHAR) | SELECT win_loss FROM table_26847237_1 WHERE location = "Paeroa" | ### Context: CREATE TABLE table_26847237_1 (win_loss 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" |
What is every original air date for series# of 26? | CREATE TABLE table_26866205_1 (original_airdate VARCHAR, series__number VARCHAR) | SELECT original_airdate FROM table_26866205_1 WHERE series__number = 26 | ### Context: CREATE TABLE table_26866205_1 (original_airdate VARCHAR, series__number VARCHAR) ### Question: What is every original air date for series# of 26? ### Answer: 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) | SELECT director FROM table_26866233_1 WHERE series__number = 54 | ### Context: CREATE TABLE table_26866233_1 (director 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 |
The episode where the director is Gene Reynolds has who as the writer? | CREATE TABLE table_26866233_1 (writer VARCHAR, director VARCHAR) | SELECT writer FROM table_26866233_1 WHERE director = "Gene Reynolds" | ### Context: CREATE TABLE table_26866233_1 (writer VARCHAR, director 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" |
The episode with the original airdate December22,1996 has what title? | CREATE TABLE table_26866233_1 (title VARCHAR, original_airdate VARCHAR) | SELECT title FROM table_26866233_1 WHERE original_airdate = "December22,1996" | ### Context: CREATE TABLE table_26866233_1 (title VARCHAR, original_airdate 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" |
What was the original air date of the episode written by michael glassberg? | CREATE TABLE table_26866299_1 (original_airdate VARCHAR, writer VARCHAR) | 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 of the episode written by michael glassberg? ### Answer: 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) | SELECT original_airdate FROM table_26866299_1 WHERE series__number = 96 | ### Context: CREATE TABLE table_26866299_1 (original_airdate VARCHAR, series__number 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 |
Who wrote episode 122 in the series? | CREATE TABLE table_26866434_1 (writer VARCHAR, series__number VARCHAR) | SELECT writer FROM table_26866434_1 WHERE series__number = 122 | ### Context: CREATE TABLE table_26866434_1 (writer VARCHAR, series__number VARCHAR) ### Question: Who wrote episode 122 in the series? ### Answer: 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) | SELECT director FROM table_26866519_1 WHERE series__number = 201 | ### Context: CREATE TABLE table_26866519_1 (director VARCHAR, series__number VARCHAR) ### Question: Who directed series episode number 201? ### Answer: 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) | SELECT original_airdate FROM table_26866519_1 WHERE season__number = 20 | ### Context: CREATE TABLE table_26866519_1 (original_airdate VARCHAR, season__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 |
How many episodes are directed by ricardo mendez matta? | CREATE TABLE table_26866519_1 (season__number VARCHAR, director VARCHAR) | 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: How many episodes are directed by ricardo mendez matta? ### Answer: 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) | SELECT MIN(points) FROM table_26882866_1 WHERE standing = "5th" | ### Context: CREATE TABLE table_26882866_1 (points INTEGER, standing VARCHAR) ### Question: Name the leaast points for standing 5th ### Answer: 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) | SELECT MIN(camper) FROM table_26894949_2 WHERE puma = "12" | ### Context: CREATE TABLE table_26894949_2 (camper INTEGER, puma VARCHAR) ### Question: If puma is 12, what is camper? ### Answer: 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) | 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: 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" |
How many time was the distance Abu Dhabi? | CREATE TABLE table_26894949_2 (sanya VARCHAR, distance VARCHAR) | SELECT COUNT(sanya) FROM table_26894949_2 WHERE distance = "abu_dhabi" | ### Context: CREATE TABLE table_26894949_2 (sanya VARCHAR, distance VARCHAR) ### Question: How many time was the distance Abu Dhabi? ### Answer: 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) | SELECT MAX(Ends) AS lost FROM table_26912584_2 | ### Context: CREATE TABLE table_26912584_2 (Ends INTEGER) ### Question: What is the largest amount of ends lost? ### Answer: 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) | SELECT skip FROM table_26912584_2 WHERE country = Sweden | ### Context: CREATE TABLE table_26912584_2 (skip VARCHAR, country VARCHAR, Sweden VARCHAR) ### Question: When sweden is the country who is the skip? ### Answer: 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) | 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: Who wrote the story viewed by 0.53 million viewers? ### Answer: 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) | 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 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" |
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) | 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: 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" |
What is the date the episode directed by rob bailey aired? | 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" | ### Context: CREATE TABLE table_26914076_3 (original_air_date 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" |
WHich team had dave penney as an incoming manager | CREATE TABLE table_26914759_3 (team VARCHAR, incoming_manager VARCHAR) | SELECT team FROM table_26914759_3 WHERE incoming_manager = "Dave Penney" | ### Context: CREATE TABLE table_26914759_3 (team VARCHAR, incoming_manager VARCHAR) ### Question: WHich team had dave penney as an incoming manager ### Answer: 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) | 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, 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" |
How many teams had gary megson as an incoming manager | 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" | ### Context: CREATE TABLE table_26914759_3 (position_in_table VARCHAR, incoming_manager VARCHAR) ### 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" |
who was the incoming manager for the 12th position in the table | CREATE TABLE table_26914759_3 (incoming_manager VARCHAR, position_in_table VARCHAR) | 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: 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" |
How tall is the player from farmington, ky? | CREATE TABLE table_26916717_1 (height VARCHAR, home_town VARCHAR) | SELECT height FROM table_26916717_1 WHERE home_town = "Farmington, KY" | ### Context: CREATE TABLE table_26916717_1 (height VARCHAR, home_town VARCHAR) ### Question: How tall is the player from farmington, ky? ### Answer: 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) | SELECT team_school FROM table_26916717_1 WHERE name = "Adrian Smith" | ### Context: CREATE TABLE table_26916717_1 (team_school VARCHAR, name VARCHAR) ### Question: Where did adrian smith go to college? ### Answer: 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) | SELECT name FROM table_26916717_1 WHERE team_school = "California" | ### Context: CREATE TABLE table_26916717_1 (name VARCHAR, team_school VARCHAR) ### Question: What player attended california university? ### Answer: 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) | SELECT name FROM table_26916717_1 WHERE home_town = "Purcell, OK" | ### Context: CREATE TABLE table_26916717_1 (name VARCHAR, home_town VARCHAR) ### Question: What is the name of the player from purcell, ok? ### Answer: 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) | SELECT hebrew FROM table_26919_6 WHERE arabic = "tisʕ-" | ### Context: CREATE TABLE table_26919_6 (hebrew VARCHAR, arabic VARCHAR) ### Question: Name the hebrew for tisʕ- ### Answer: SELECT hebrew FROM table_26919_6 WHERE arabic = "tisʕ-" |
Name the tigrinya for χams- | CREATE TABLE table_26919_6 (tigrinya VARCHAR, arabic VARCHAR) | SELECT COUNT(tigrinya) FROM table_26919_6 WHERE arabic = "χams-" | ### Context: CREATE TABLE table_26919_6 (tigrinya VARCHAR, arabic VARCHAR) ### Question: Name the tigrinya for χams- ### Answer: 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) | SELECT hebrew FROM table_26919_6 WHERE proto_semitic = "*tišʻ-" | ### Context: CREATE TABLE table_26919_6 (hebrew VARCHAR, proto_semitic VARCHAR) ### Question: Name the hebrew for *tišʻ- ### Answer: 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) | SELECT arabic FROM table_26919_6 WHERE tigrinya = "ħamuʃte" | ### Context: CREATE TABLE table_26919_6 (arabic VARCHAR, tigrinya VARCHAR) ### Question: Name the arabic for ħamuʃte ### Answer: SELECT arabic FROM table_26919_6 WHERE tigrinya = "ħamuʃte" |
Name the sabaean for sabʕ- | CREATE TABLE table_26919_6 (sabaean VARCHAR, arabic VARCHAR) | SELECT sabaean FROM table_26919_6 WHERE arabic = "sabʕ-" | ### Context: CREATE TABLE table_26919_6 (sabaean VARCHAR, arabic VARCHAR) ### Question: Name the sabaean for sabʕ- ### Answer: 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) | 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: 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" |
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) | 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 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" |
What is the team when the incoming manager is martin allen? | CREATE TABLE table_26914854_3 (team VARCHAR, incoming_manager VARCHAR) | SELECT team FROM table_26914854_3 WHERE incoming_manager = "Martin Allen" | ### Context: CREATE TABLE table_26914854_3 (team VARCHAR, incoming_manager 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" |
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) | 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: 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" |
What is the team when the date of appointment is 23 march 2011? | CREATE TABLE table_26914854_3 (team VARCHAR, date_of_appointment VARCHAR) | 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 team when the date of appointment is 23 march 2011? ### Answer: 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) | 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 date of appointment 11 june 2010? ### Answer: 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) | 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 depth at the UTC time of 12:19:36? ### Answer: 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) | 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 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" |
What is the title for episode number 30? | CREATE TABLE table_26952212_1 (title VARCHAR, no_in_total VARCHAR) | 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 title for episode number 30? ### Answer: 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) | 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, _species 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" |
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) | 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 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" |
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) | 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_identity_to_c7orf38 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 |
What is the common name of the animal whose length (AA) is 1323? | CREATE TABLE table_26957063_3 (common_name VARCHAR, length__aa_ VARCHAR) | 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 common name of the animal whose length (AA) is 1323? ### Answer: 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) | 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 % 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" |
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) | 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: 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" |
How many episodes were written by Alison McDonald? | CREATE TABLE table_26961951_4 (directed_by VARCHAR, written_by VARCHAR) | 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 episodes were written by Alison McDonald? ### Answer: 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) | 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: 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" |
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) | 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 p max ( bar ) for the 6876 f bolt ( kgf )? ### Answer: 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) | 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) ### 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" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.