question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What's the animals name when the genus/species is rattus norvegicus? | CREATE TABLE table_15417439_1 (common_name VARCHAR, genus_species VARCHAR) | SELECT common_name FROM table_15417439_1 WHERE genus_species = "Rattus norvegicus" | ### Context: CREATE TABLE table_15417439_1 (common_name VARCHAR, genus_species VARCHAR) ### Question: What's the animals name when the genus/species is rattus norvegicus? ### Answer: SELECT common_name FROM table_15417439_1 WHERE genus_species = "Rattus norvegicus" |
For the genus/species arabidopsis thaliana, what are the lengths? | CREATE TABLE table_15417439_1 (length VARCHAR, genus_species VARCHAR) | SELECT length FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana" | ### Context: CREATE TABLE table_15417439_1 (length VARCHAR, genus_species VARCHAR) ### Question: For the genus/species arabidopsis thaliana, what are the lengths? ### Answer: SELECT length FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana" |
How many original air dates were there for episode 17? | CREATE TABLE table_15430813_1 (original_air_date VARCHAR, no_in_season VARCHAR) | SELECT COUNT(original_air_date) FROM table_15430813_1 WHERE no_in_season = 17 | ### Context: CREATE TABLE table_15430813_1 (original_air_date VARCHAR, no_in_season VARCHAR) ### Question: How many original air dates were there for episode 17? ### Answer: SELECT COUNT(original_air_date) FROM table_15430813_1 WHERE no_in_season = 17 |
Which company was based in London, United Kingdom? | CREATE TABLE table_15438337_1 (institution VARCHAR, country VARCHAR) | SELECT institution FROM table_15438337_1 WHERE country = "London, United Kingdom" | ### Context: CREATE TABLE table_15438337_1 (institution VARCHAR, country VARCHAR) ### Question: Which company was based in London, United Kingdom? ### Answer: SELECT institution FROM table_15438337_1 WHERE country = "London, United Kingdom" |
What was the original air date of Stargate SG-1 written by Peter Deluise? | CREATE TABLE table_15431959_1 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_15431959_1 WHERE written_by = "Peter DeLuise" | ### Context: CREATE TABLE table_15431959_1 (original_air_date VARCHAR, written_by VARCHAR) ### Question: What was the original air date of Stargate SG-1 written by Peter Deluise? ### Answer: SELECT original_air_date FROM table_15431959_1 WHERE written_by = "Peter DeLuise" |
How many seasons did Peter Deluise direct Stargate SG-1? | CREATE TABLE table_15431959_1 (no_in_season INTEGER, directed_by VARCHAR) | SELECT MAX(no_in_season) FROM table_15431959_1 WHERE directed_by = "Peter DeLuise" | ### Context: CREATE TABLE table_15431959_1 (no_in_season INTEGER, directed_by VARCHAR) ### Question: How many seasons did Peter Deluise direct Stargate SG-1? ### Answer: SELECT MAX(no_in_season) FROM table_15431959_1 WHERE directed_by = "Peter DeLuise" |
Name the fifth district for william womer | CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) | SELECT fifth_district FROM table_15442974_1 WHERE third_district = "William Womer" | ### Context: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) ### Question: Name the fifth district for william womer ### Answer: SELECT fifth_district FROM table_15442974_1 WHERE third_district = "William Womer" |
Name the third district for christine young | CREATE TABLE table_15442974_1 (third_district VARCHAR, fifth_district VARCHAR) | SELECT third_district FROM table_15442974_1 WHERE fifth_district = "Christine Young" | ### Context: CREATE TABLE table_15442974_1 (third_district VARCHAR, fifth_district VARCHAR) ### Question: Name the third district for christine young ### Answer: SELECT third_district FROM table_15442974_1 WHERE fifth_district = "Christine Young" |
Name the fourth district for joan runnels | CREATE TABLE table_15442974_1 (fourth_district VARCHAR, second_district VARCHAR) | SELECT fourth_district FROM table_15442974_1 WHERE second_district = "Joan Runnels" | ### Context: CREATE TABLE table_15442974_1 (fourth_district VARCHAR, second_district VARCHAR) ### Question: Name the fourth district for joan runnels ### Answer: SELECT fourth_district FROM table_15442974_1 WHERE second_district = "Joan Runnels" |
Name the fourth district for beverly bodem | CREATE TABLE table_15442974_1 (fourth_district VARCHAR, first_district VARCHAR) | SELECT fourth_district FROM table_15442974_1 WHERE first_district = "Beverly Bodem" | ### Context: CREATE TABLE table_15442974_1 (fourth_district VARCHAR, first_district VARCHAR) ### Question: Name the fourth district for beverly bodem ### Answer: SELECT fourth_district FROM table_15442974_1 WHERE first_district = "Beverly Bodem" |
Name the number for fifth district for richard houskamp | CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) | SELECT COUNT(fifth_district) FROM table_15442974_1 WHERE third_district = "Richard Houskamp" | ### Context: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) ### Question: Name the number for fifth district for richard houskamp ### Answer: SELECT COUNT(fifth_district) FROM table_15442974_1 WHERE third_district = "Richard Houskamp" |
Name the fifth district for steve rudoni | CREATE TABLE table_15442974_1 (fifth_district VARCHAR, fourth_district VARCHAR) | SELECT fifth_district FROM table_15442974_1 WHERE fourth_district = "Steve Rudoni" | ### Context: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, fourth_district VARCHAR) ### Question: Name the fifth district for steve rudoni ### Answer: SELECT fifth_district FROM table_15442974_1 WHERE fourth_district = "Steve Rudoni" |
What was the location when the stolen ends is 12 and shot pct is 77%? | CREATE TABLE table_1543845_63 (locale VARCHAR, stolen_ends VARCHAR, shot_pct VARCHAR) | SELECT locale FROM table_1543845_63 WHERE stolen_ends = 12 AND shot_pct = "77%" | ### Context: CREATE TABLE table_1543845_63 (locale VARCHAR, stolen_ends VARCHAR, shot_pct VARCHAR) ### Question: What was the location when the stolen ends is 12 and shot pct is 77%? ### Answer: SELECT locale FROM table_1543845_63 WHERE stolen_ends = 12 AND shot_pct = "77%" |
How many stolen ends were there when the locale was Sweden? | CREATE TABLE table_1543845_63 (stolen_ends VARCHAR, locale VARCHAR, Sweden VARCHAR) | SELECT stolen_ends FROM table_1543845_63 WHERE locale = Sweden | ### Context: CREATE TABLE table_1543845_63 (stolen_ends VARCHAR, locale VARCHAR, Sweden VARCHAR) ### Question: How many stolen ends were there when the locale was Sweden? ### Answer: SELECT stolen_ends FROM table_1543845_63 WHERE locale = Sweden |
What was the school/club team whose season was in 2012 and were acquired via trade? | CREATE TABLE table_15463188_17 (school_club_team VARCHAR, season VARCHAR, acquisition_via VARCHAR) | SELECT school_club_team FROM table_15463188_17 WHERE season = "2012" AND acquisition_via = "Trade" | ### Context: CREATE TABLE table_15463188_17 (school_club_team VARCHAR, season VARCHAR, acquisition_via VARCHAR) ### Question: What was the school/club team whose season was in 2012 and were acquired via trade? ### Answer: SELECT school_club_team FROM table_15463188_17 WHERE season = "2012" AND acquisition_via = "Trade... |
Which school/club team has a player named Mark Sanford? | CREATE TABLE table_15463188_17 (school_club_team VARCHAR, name VARCHAR) | SELECT school_club_team FROM table_15463188_17 WHERE name = "Mark Sanford" | ### Context: CREATE TABLE table_15463188_17 (school_club_team VARCHAR, name VARCHAR) ### Question: Which school/club team has a player named Mark Sanford? ### Answer: SELECT school_club_team FROM table_15463188_17 WHERE name = "Mark Sanford" |
How many school/club teams have a player named Manuel Luis Quezon? | CREATE TABLE table_15463188_17 (number VARCHAR, school_club_team VARCHAR) | SELECT COUNT(number) FROM table_15463188_17 WHERE school_club_team = "Manuel Luis Quezon" | ### Context: CREATE TABLE table_15463188_17 (number VARCHAR, school_club_team VARCHAR) ### Question: How many school/club teams have a player named Manuel Luis Quezon? ### Answer: SELECT COUNT(number) FROM table_15463188_17 WHERE school_club_team = "Manuel Luis Quezon" |
How many players are listed for the school/club team Washington? | CREATE TABLE table_15463188_17 (name VARCHAR, school_club_team VARCHAR) | SELECT COUNT(name) FROM table_15463188_17 WHERE school_club_team = "Washington" | ### Context: CREATE TABLE table_15463188_17 (name VARCHAR, school_club_team VARCHAR) ### Question: How many players are listed for the school/club team Washington? ### Answer: SELECT COUNT(name) FROM table_15463188_17 WHERE school_club_team = "Washington" |
How many players with a position are listed for the 2009 season? | CREATE TABLE table_15463188_17 (position VARCHAR, season VARCHAR) | SELECT COUNT(position) FROM table_15463188_17 WHERE season = "2009" | ### Context: CREATE TABLE table_15463188_17 (position VARCHAR, season VARCHAR) ### Question: How many players with a position are listed for the 2009 season? ### Answer: SELECT COUNT(position) FROM table_15463188_17 WHERE season = "2009" |
Name the school/club for guard | CREATE TABLE table_15463188_1 (school_club_team VARCHAR, position VARCHAR) | SELECT school_club_team FROM table_15463188_1 WHERE position = "Guard" | ### Context: CREATE TABLE table_15463188_1 (school_club_team VARCHAR, position VARCHAR) ### Question: Name the school/club for guard ### Answer: SELECT school_club_team FROM table_15463188_1 WHERE position = "Guard" |
Name the position for judy-ann ramirez | CREATE TABLE table_15463188_1 (position VARCHAR, name VARCHAR) | SELECT position FROM table_15463188_1 WHERE name = "judy-ann ramirez" | ### Context: CREATE TABLE table_15463188_1 (position VARCHAR, name VARCHAR) ### Question: Name the position for judy-ann ramirez ### Answer: SELECT position FROM table_15463188_1 WHERE name = "judy-ann ramirez" |
What is the losing bonus for the team with a point difference of -99? | CREATE TABLE table_15467476_3 (losing_bonus VARCHAR, points_difference VARCHAR) | SELECT losing_bonus FROM table_15467476_3 WHERE points_difference = "-99" | ### Context: CREATE TABLE table_15467476_3 (losing_bonus VARCHAR, points_difference VARCHAR) ### Question: What is the losing bonus for the team with a point difference of -99? ### Answer: SELECT losing_bonus FROM table_15467476_3 WHERE points_difference = "-99" |
How many games played for teams with 277 points? | CREATE TABLE table_15467476_3 (played VARCHAR, points_for VARCHAR) | SELECT played FROM table_15467476_3 WHERE points_for = "277" | ### Context: CREATE TABLE table_15467476_3 (played VARCHAR, points_for VARCHAR) ### Question: How many games played for teams with 277 points? ### Answer: SELECT played FROM table_15467476_3 WHERE points_for = "277" |
How many games won for teams with 49 tries against? | CREATE TABLE table_15467476_3 (won VARCHAR, tries_against VARCHAR) | SELECT won FROM table_15467476_3 WHERE tries_against = "49" | ### Context: CREATE TABLE table_15467476_3 (won VARCHAR, tries_against VARCHAR) ### Question: How many games won for teams with 49 tries against? ### Answer: SELECT won FROM table_15467476_3 WHERE tries_against = "49" |
How many teams have 62 tries against? | CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_against VARCHAR) | SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_against = "62" | ### Context: CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_against VARCHAR) ### Question: How many teams have 62 tries against? ### Answer: SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_against = "62" |
How many tries for, for club cambrian welfare rfc? | CREATE TABLE table_15467476_3 (tries_for VARCHAR, club VARCHAR) | SELECT tries_for FROM table_15467476_3 WHERE club = "Cambrian Welfare RFC" | ### Context: CREATE TABLE table_15467476_3 (tries_for VARCHAR, club VARCHAR) ### Question: How many tries for, for club cambrian welfare rfc? ### Answer: SELECT tries_for FROM table_15467476_3 WHERE club = "Cambrian Welfare RFC" |
How many teams have 21 tries for? | CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_for VARCHAR) | SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_for = "21" | ### Context: CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_for VARCHAR) ### Question: How many teams have 21 tries for? ### Answer: SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_for = "21" |
How many chassis used number 34? | CREATE TABLE table_15491596_1 (chassis VARCHAR, no VARCHAR) | SELECT COUNT(chassis) FROM table_15491596_1 WHERE no = 34 | ### Context: CREATE TABLE table_15491596_1 (chassis VARCHAR, no VARCHAR) ### Question: How many chassis used number 34? ### Answer: SELECT COUNT(chassis) FROM table_15491596_1 WHERE no = 34 |
Who was the constructor of car 22? | CREATE TABLE table_15491596_1 (constructor VARCHAR, no VARCHAR) | SELECT constructor FROM table_15491596_1 WHERE no = 22 | ### Context: CREATE TABLE table_15491596_1 (constructor VARCHAR, no VARCHAR) ### Question: Who was the constructor of car 22? ### Answer: SELECT constructor FROM table_15491596_1 WHERE no = 22 |
How many cars used number 48? | CREATE TABLE table_15491596_1 (engine VARCHAR, no VARCHAR) | SELECT COUNT(engine) FROM table_15491596_1 WHERE no = 48 | ### Context: CREATE TABLE table_15491596_1 (engine VARCHAR, no VARCHAR) ### Question: How many cars used number 48? ### Answer: SELECT COUNT(engine) FROM table_15491596_1 WHERE no = 48 |
Who drove car 44? | CREATE TABLE table_15491596_1 (driver VARCHAR, no VARCHAR) | SELECT driver FROM table_15491596_1 WHERE no = 44 | ### Context: CREATE TABLE table_15491596_1 (driver VARCHAR, no VARCHAR) ### Question: Who drove car 44? ### Answer: SELECT driver FROM table_15491596_1 WHERE no = 44 |
Name the total number of years where runner-up and championship is us open | CREATE TABLE table_1547951_3 (year VARCHAR, outcome VARCHAR, championship VARCHAR) | SELECT COUNT(year) FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" | ### Context: CREATE TABLE table_1547951_3 (year VARCHAR, outcome VARCHAR, championship VARCHAR) ### Question: Name the total number of years where runner-up and championship is us open ### Answer: SELECT COUNT(year) FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" |
Name the surfaace where outcome is runner-up and championship is us open | CREATE TABLE table_1547951_3 (surface VARCHAR, outcome VARCHAR, championship VARCHAR) | SELECT surface FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" | ### Context: CREATE TABLE table_1547951_3 (surface VARCHAR, outcome VARCHAR, championship VARCHAR) ### Question: Name the surfaace where outcome is runner-up and championship is us open ### Answer: SELECT surface FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" |
Name the partner for mark woodforde martina navratilova | CREATE TABLE table_1547951_3 (partner VARCHAR, opponents VARCHAR) | SELECT partner FROM table_1547951_3 WHERE opponents = "Mark Woodforde Martina Navratilova" | ### Context: CREATE TABLE table_1547951_3 (partner VARCHAR, opponents VARCHAR) ### Question: Name the partner for mark woodforde martina navratilova ### Answer: SELECT partner FROM table_1547951_3 WHERE opponents = "Mark Woodforde Martina Navratilova" |
Name the score for rick leach zina garrison | CREATE TABLE table_1547951_3 (score VARCHAR, opponents VARCHAR) | SELECT score FROM table_1547951_3 WHERE opponents = "Rick Leach Zina Garrison" | ### Context: CREATE TABLE table_1547951_3 (score VARCHAR, opponents VARCHAR) ### Question: Name the score for rick leach zina garrison ### Answer: SELECT score FROM table_1547951_3 WHERE opponents = "Rick Leach Zina Garrison" |
Name the swimsuit for arizona | CREATE TABLE table_15532342_2 (swimsuit VARCHAR, state VARCHAR) | SELECT swimsuit FROM table_15532342_2 WHERE state = "Arizona" | ### Context: CREATE TABLE table_15532342_2 (swimsuit VARCHAR, state VARCHAR) ### Question: Name the swimsuit for arizona ### Answer: SELECT swimsuit FROM table_15532342_2 WHERE state = "Arizona" |
Name the driver for race 2 7 | CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | SELECT driver FROM table_15530244_5 WHERE race_2 = "7" | ### Context: CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) ### Question: Name the driver for race 2 7 ### Answer: SELECT driver FROM table_15530244_5 WHERE race_2 = "7" |
Name the total number of qualifiying for race 3 being 3 | CREATE TABLE table_15530244_5 (qualifying VARCHAR, race_3 VARCHAR) | SELECT COUNT(qualifying) FROM table_15530244_5 WHERE race_3 = "3" | ### Context: CREATE TABLE table_15530244_5 (qualifying VARCHAR, race_3 VARCHAR) ### Question: Name the total number of qualifiying for race 3 being 3 ### Answer: SELECT COUNT(qualifying) FROM table_15530244_5 WHERE race_3 = "3" |
Name the driver for race 2 2 | CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | SELECT driver FROM table_15530244_5 WHERE race_2 = "2" | ### Context: CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) ### Question: Name the driver for race 2 2 ### Answer: SELECT driver FROM table_15530244_5 WHERE race_2 = "2" |
Name the race 1 when race 3 is 8 | CREATE TABLE table_15530244_5 (race_1 VARCHAR, race_3 VARCHAR) | SELECT race_1 FROM table_15530244_5 WHERE race_3 = "8" | ### Context: CREATE TABLE table_15530244_5 (race_1 VARCHAR, race_3 VARCHAR) ### Question: Name the race 1 when race 3 is 8 ### Answer: SELECT race_1 FROM table_15530244_5 WHERE race_3 = "8" |
Name the race 2 for james winslow | CREATE TABLE table_15530244_5 (race_2 VARCHAR, driver VARCHAR) | SELECT race_2 FROM table_15530244_5 WHERE driver = "James Winslow" | ### Context: CREATE TABLE table_15530244_5 (race_2 VARCHAR, driver VARCHAR) ### Question: Name the race 2 for james winslow ### Answer: SELECT race_2 FROM table_15530244_5 WHERE driver = "James Winslow" |
Name the total number of positions for race 1 being 2 | CREATE TABLE table_15530244_5 (pos VARCHAR, race_1 VARCHAR) | SELECT COUNT(pos) FROM table_15530244_5 WHERE race_1 = "2" | ### Context: CREATE TABLE table_15530244_5 (pos VARCHAR, race_1 VARCHAR) ### Question: Name the total number of positions for race 1 being 2 ### Answer: SELECT COUNT(pos) FROM table_15530244_5 WHERE race_1 = "2" |
Did the race get reported where the winning team was Newman Wachs racing and the pole belonged to Carl Skerlong | CREATE TABLE table_15511178_3 (report VARCHAR, pole_position VARCHAR, winning_team VARCHAR) | SELECT report FROM table_15511178_3 WHERE pole_position = "Carl Skerlong" AND winning_team = "Newman Wachs Racing" | ### Context: CREATE TABLE table_15511178_3 (report VARCHAR, pole_position VARCHAR, winning_team VARCHAR) ### Question: Did the race get reported where the winning team was Newman Wachs racing and the pole belonged to Carl Skerlong ### Answer: SELECT report FROM table_15511178_3 WHERE pole_position = "Carl Skerlong" AND... |
Did the round 8 race get reported | CREATE TABLE table_15511178_3 (report VARCHAR, rd VARCHAR) | SELECT report FROM table_15511178_3 WHERE rd = 8 | ### Context: CREATE TABLE table_15511178_3 (report VARCHAR, rd VARCHAR) ### Question: Did the round 8 race get reported ### Answer: SELECT report FROM table_15511178_3 WHERE rd = 8 |
Which race was the winning team mathiasen motorsports and the pole belonged to jonathan bomarito | CREATE TABLE table_15511178_3 (race VARCHAR, winning_team VARCHAR, pole_position VARCHAR) | SELECT race FROM table_15511178_3 WHERE winning_team = "Mathiasen Motorsports" AND pole_position = "Jonathan Bomarito" | ### Context: CREATE TABLE table_15511178_3 (race VARCHAR, winning_team VARCHAR, pole_position VARCHAR) ### Question: Which race was the winning team mathiasen motorsports and the pole belonged to jonathan bomarito ### Answer: SELECT race FROM table_15511178_3 WHERE winning_team = "Mathiasen Motorsports" AND pole_positi... |
how many winners were in round 8 | CREATE TABLE table_15511178_3 (winning_driver VARCHAR, rd VARCHAR) | SELECT COUNT(winning_driver) FROM table_15511178_3 WHERE rd = 8 | ### Context: CREATE TABLE table_15511178_3 (winning_driver VARCHAR, rd VARCHAR) ### Question: how many winners were in round 8 ### Answer: SELECT COUNT(winning_driver) FROM table_15511178_3 WHERE rd = 8 |
What channel tv (dt) plays the KPIX station? | CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, station VARCHAR) | SELECT channel_tv___dt__ FROM table_1553485_1 WHERE station = "KPIX" | ### Context: CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, station VARCHAR) ### Question: What channel tv (dt) plays the KPIX station? ### Answer: SELECT channel_tv___dt__ FROM table_1553485_1 WHERE station = "KPIX" |
Which city of license/market has 3 (26) as their channel tv (dt)? | CREATE TABLE table_1553485_1 (city_of_license__market VARCHAR, channel_tv___dt__ VARCHAR) | SELECT city_of_license__market FROM table_1553485_1 WHERE channel_tv___dt__ = "3 (26)" | ### Context: CREATE TABLE table_1553485_1 (city_of_license__market VARCHAR, channel_tv___dt__ VARCHAR) ### Question: Which city of license/market has 3 (26) as their channel tv (dt)? ### Answer: SELECT city_of_license__market FROM table_1553485_1 WHERE channel_tv___dt__ = "3 (26)" |
Which channel tv (dt) plays in San Francisco - Oakland - San Jose? | CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, city_of_license__market VARCHAR) | SELECT channel_tv___dt__ FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" | ### Context: CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, city_of_license__market VARCHAR) ### Question: Which channel tv (dt) plays in San Francisco - Oakland - San Jose? ### Answer: SELECT channel_tv___dt__ FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" |
How many years has station KPIX been owned? | CREATE TABLE table_1553485_1 (years_owned VARCHAR, station VARCHAR) | SELECT COUNT(years_owned) FROM table_1553485_1 WHERE station = "KPIX" | ### Context: CREATE TABLE table_1553485_1 (years_owned VARCHAR, station VARCHAR) ### Question: How many years has station KPIX been owned? ### Answer: SELECT COUNT(years_owned) FROM table_1553485_1 WHERE station = "KPIX" |
Who currently affiliates in San Francisco - Oakland - San Jose? | CREATE TABLE table_1553485_1 (current_affiliation VARCHAR, city_of_license__market VARCHAR) | SELECT current_affiliation FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" | ### Context: CREATE TABLE table_1553485_1 (current_affiliation VARCHAR, city_of_license__market VARCHAR) ### Question: Who currently affiliates in San Francisco - Oakland - San Jose? ### Answer: SELECT current_affiliation FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" |
In which condition(s) is bleeding time prolonged and prothrombin time unaffected? | CREATE TABLE table_1555308_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) | SELECT condition FROM table_1555308_1 WHERE bleeding_time = "Prolonged" AND prothrombin_time = "Unaffected" | ### Context: CREATE TABLE table_1555308_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) ### Question: In which condition(s) is bleeding time prolonged and prothrombin time unaffected? ### Answer: SELECT condition FROM table_1555308_1 WHERE bleeding_time = "Prolonged" AND prothrombin_time = "Unaff... |
How many entries for prothrombin time are there where platelet count is "decreased or unaffected"? | CREATE TABLE table_1555308_1 (prothrombin_time VARCHAR, platelet_count VARCHAR) | SELECT COUNT(prothrombin_time) FROM table_1555308_1 WHERE platelet_count = "Decreased or unaffected" | ### Context: CREATE TABLE table_1555308_1 (prothrombin_time VARCHAR, platelet_count VARCHAR) ### Question: How many entries for prothrombin time are there where platelet count is "decreased or unaffected"? ### Answer: SELECT COUNT(prothrombin_time) FROM table_1555308_1 WHERE platelet_count = "Decreased or unaffected" |
How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected? | CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR) | SELECT bleeding_time FROM table_1555308_1 WHERE platelet_count = "Decreased" AND prothrombin_time = "Unaffected" | ### Context: CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR) ### Question: How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected? ### Answer: SELECT bleeding_time FROM table_1555308_1 WHERE platelet_count = "Decreased" AND ... |
What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected? | CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, prothrombin_time VARCHAR, platelet_count VARCHAR) | SELECT bleeding_time FROM table_1555308_1 WHERE prothrombin_time = "Unaffected" AND platelet_count = "Unaffected" | ### Context: CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, prothrombin_time VARCHAR, platelet_count VARCHAR) ### Question: What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected? ### Answer: SELECT bleeding_time FROM table_1555308_1 WHERE prothrombin_time = ... |
What is the percentage of land area in the ecozone that the percentage protected is 7.96? | CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) | SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "7.96" | ### Context: CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) ### Question: What is the percentage of land area in the ecozone that the percentage protected is 7.96? ### Answer: SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "7.96" |
What is the percentage of total area in the ecozone that the percentage of land area is 2.2? | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_of_land_area VARCHAR) | SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_of_land_area = "2.2" | ### Context: CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_of_land_area VARCHAR) ### Question: What is the percentage of total area in the ecozone that the percentage of land area is 2.2? ### Answer: SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_of_land_area = "2.2... |
What is the percentage of total area in the ecozone that the percentage protected is 8.06? | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_protected VARCHAR) | SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_protected = "8.06" | ### Context: CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_protected VARCHAR) ### Question: What is the percentage of total area in the ecozone that the percentage protected is 8.06? ### Answer: SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_protected = "8.06" |
What is the percentage of land area in the ecozone that the percentage protected is 15.28? | CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) | SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "15.28" | ### Context: CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) ### Question: What is the percentage of land area in the ecozone that the percentage protected is 15.28? ### Answer: SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "15.28" |
How large is the Boreal Shield in km2? | CREATE TABLE table_15555661_2 (area__km²_ VARCHAR, ecozone VARCHAR) | SELECT COUNT(area__km²_) FROM table_15555661_2 WHERE ecozone = "Boreal Shield" | ### Context: CREATE TABLE table_15555661_2 (area__km²_ VARCHAR, ecozone VARCHAR) ### Question: How large is the Boreal Shield in km2? ### Answer: SELECT COUNT(area__km²_) FROM table_15555661_2 WHERE ecozone = "Boreal Shield" |
What is the percentage of total area in the ecozone that the area is 1782252 km2? | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, area__km²_ VARCHAR) | SELECT percentage_of_total_area FROM table_15555661_2 WHERE area__km²_ = 1782252 | ### Context: CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, area__km²_ VARCHAR) ### Question: What is the percentage of total area in the ecozone that the area is 1782252 km2? ### Answer: SELECT percentage_of_total_area FROM table_15555661_2 WHERE area__km²_ = 1782252 |
What is the condition of the platelet counts in hemophilia? | CREATE TABLE table_1557752_1 (platelet_count VARCHAR, condition VARCHAR) | SELECT platelet_count FROM table_1557752_1 WHERE condition = "Hemophilia" | ### Context: CREATE TABLE table_1557752_1 (platelet_count VARCHAR, condition VARCHAR) ### Question: What is the condition of the platelet counts in hemophilia? ### Answer: SELECT platelet_count FROM table_1557752_1 WHERE condition = "Hemophilia" |
What is the prothrombin time in Von willebrand disease? | CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, condition VARCHAR) | SELECT prothrombin_time FROM table_1557752_1 WHERE condition = "Von Willebrand disease" | ### Context: CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, condition VARCHAR) ### Question: What is the prothrombin time in Von willebrand disease? ### Answer: SELECT prothrombin_time FROM table_1557752_1 WHERE condition = "Von Willebrand disease" |
If the partial thromboplastin and bleeding time is prolonged, what is the prothrombin time? | CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR) | SELECT prothrombin_time FROM table_1557752_1 WHERE partial_thromboplastin_time = "Prolonged" AND bleeding_time = "Prolonged" | ### Context: CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR) ### Question: If the partial thromboplastin and bleeding time is prolonged, what is the prothrombin time? ### Answer: SELECT prothrombin_time FROM table_1557752_1 WHERE partial_thromboplastin... |
What is the bleeding time in Bernard-soulier syndrome? | CREATE TABLE table_1557752_1 (bleeding_time VARCHAR, condition VARCHAR) | SELECT bleeding_time FROM table_1557752_1 WHERE condition = "Bernard-Soulier syndrome" | ### Context: CREATE TABLE table_1557752_1 (bleeding_time VARCHAR, condition VARCHAR) ### Question: What is the bleeding time in Bernard-soulier syndrome? ### Answer: SELECT bleeding_time FROM table_1557752_1 WHERE condition = "Bernard-Soulier syndrome" |
Which ring names are currently ranked f0 jūryō 3 west? | CREATE TABLE table_1557974_1 (ring_name VARCHAR, current_rank VARCHAR) | SELECT ring_name FROM table_1557974_1 WHERE current_rank = "f0 Jūryō 3 West" | ### Context: CREATE TABLE table_1557974_1 (ring_name VARCHAR, current_rank VARCHAR) ### Question: Which ring names are currently ranked f0 jūryō 3 west? ### Answer: SELECT ring_name FROM table_1557974_1 WHERE current_rank = "f0 Jūryō 3 West" |
How many wrestlers were born in nara, and have a completed 'career and other notes' section? | CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, birthplace VARCHAR) | SELECT COUNT(career_and_other_notes) FROM table_1557974_1 WHERE birthplace = "Nara" | ### Context: CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, birthplace VARCHAR) ### Question: How many wrestlers were born in nara, and have a completed 'career and other notes' section? ### Answer: SELECT COUNT(career_and_other_notes) FROM table_1557974_1 WHERE birthplace = "Nara" |
What are the debut year for wrestlers born in Nara? | CREATE TABLE table_1557974_1 (debut VARCHAR, birthplace VARCHAR) | SELECT debut FROM table_1557974_1 WHERE birthplace = "Nara" | ### Context: CREATE TABLE table_1557974_1 (debut VARCHAR, birthplace VARCHAR) ### Question: What are the debut year for wrestlers born in Nara? ### Answer: SELECT debut FROM table_1557974_1 WHERE birthplace = "Nara" |
Where were the wrestlers born who debuted in 2002-7? | CREATE TABLE table_1557974_1 (birthplace VARCHAR, debut VARCHAR) | SELECT birthplace FROM table_1557974_1 WHERE debut = "2002-7" | ### Context: CREATE TABLE table_1557974_1 (birthplace VARCHAR, debut VARCHAR) ### Question: Where were the wrestlers born who debuted in 2002-7? ### Answer: SELECT birthplace FROM table_1557974_1 WHERE debut = "2002-7" |
What are the career and other notes for wrestlers whose stable is oguruma? | CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, stable VARCHAR) | SELECT career_and_other_notes FROM table_1557974_1 WHERE stable = "Oguruma" | ### Context: CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, stable VARCHAR) ### Question: What are the career and other notes for wrestlers whose stable is oguruma? ### Answer: SELECT career_and_other_notes FROM table_1557974_1 WHERE stable = "Oguruma" |
Name the kinship for *t-ina | CREATE TABLE table_15568886_14 (kinship VARCHAR, proto_malayo_polynesian VARCHAR) | SELECT kinship FROM table_15568886_14 WHERE proto_malayo_polynesian = "*t-ina" | ### Context: CREATE TABLE table_15568886_14 (kinship VARCHAR, proto_malayo_polynesian VARCHAR) ### Question: Name the kinship for *t-ina ### Answer: SELECT kinship FROM table_15568886_14 WHERE proto_malayo_polynesian = "*t-ina" |
Name the number of proto austronesian for *natu | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | SELECT COUNT(proto_austronesian) FROM table_15568886_14 WHERE proto_oceanic = "*natu" | ### Context: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) ### Question: Name the number of proto austronesian for *natu ### Answer: SELECT COUNT(proto_austronesian) FROM table_15568886_14 WHERE proto_oceanic = "*natu" |
Name the ptor-austronesian for father | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, kinship VARCHAR) | SELECT proto_austronesian FROM table_15568886_14 WHERE kinship = "father" | ### Context: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, kinship VARCHAR) ### Question: Name the ptor-austronesian for father ### Answer: SELECT proto_austronesian FROM table_15568886_14 WHERE kinship = "father" |
Name the proto oceanic for *fafine | CREATE TABLE table_15568886_14 (proto_oceanic VARCHAR, proto_polynesian VARCHAR) | SELECT proto_oceanic FROM table_15568886_14 WHERE proto_polynesian = "*fafine" | ### Context: CREATE TABLE table_15568886_14 (proto_oceanic VARCHAR, proto_polynesian VARCHAR) ### Question: Name the proto oceanic for *fafine ### Answer: SELECT proto_oceanic FROM table_15568886_14 WHERE proto_polynesian = "*fafine" |
Name the proto-austrronesian for *pine, *papine | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | SELECT proto_austronesian FROM table_15568886_14 WHERE proto_oceanic = "*pine, *papine" | ### Context: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) ### Question: Name the proto-austrronesian for *pine, *papine ### Answer: SELECT proto_austronesian FROM table_15568886_14 WHERE proto_oceanic = "*pine, *papine" |
Name who wrote number 47 | CREATE TABLE table_15584067_4 (written_by VARCHAR, no_in_series VARCHAR) | SELECT written_by FROM table_15584067_4 WHERE no_in_series = 47 | ### Context: CREATE TABLE table_15584067_4 (written_by VARCHAR, no_in_series VARCHAR) ### Question: Name who wrote number 47 ### Answer: SELECT written_by FROM table_15584067_4 WHERE no_in_series = 47 |
What is the largest mass(kg)? | CREATE TABLE table_1558077_2 (mass__kg_ INTEGER) | SELECT MAX(mass__kg_) FROM table_1558077_2 | ### Context: CREATE TABLE table_1558077_2 (mass__kg_ INTEGER) ### Question: What is the largest mass(kg)? ### Answer: SELECT MAX(mass__kg_) FROM table_1558077_2 |
Which college did draft pick #143 attend? | CREATE TABLE table_15582870_1 (college VARCHAR, choice VARCHAR) | SELECT college FROM table_15582870_1 WHERE choice = 143 | ### Context: CREATE TABLE table_15582870_1 (college VARCHAR, choice VARCHAR) ### Question: Which college did draft pick #143 attend? ### Answer: SELECT college FROM table_15582870_1 WHERE choice = 143 |
How heavy were the players who attended Arkansas? | CREATE TABLE table_15582870_1 (weight VARCHAR, college VARCHAR) | SELECT weight FROM table_15582870_1 WHERE college = "Arkansas" | ### Context: CREATE TABLE table_15582870_1 (weight VARCHAR, college VARCHAR) ### Question: How heavy were the players who attended Arkansas? ### Answer: SELECT weight FROM table_15582870_1 WHERE college = "Arkansas" |
Which college did the player weighing 207 pounds attend? | CREATE TABLE table_15582870_1 (college VARCHAR, weight VARCHAR) | SELECT college FROM table_15582870_1 WHERE weight = 207 | ### Context: CREATE TABLE table_15582870_1 (college VARCHAR, weight VARCHAR) ### Question: Which college did the player weighing 207 pounds attend? ### Answer: SELECT college FROM table_15582870_1 WHERE weight = 207 |
Name who wrote the episode when the viewers was 1.81 | CREATE TABLE table_15584067_7 (written_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT written_by FROM table_15584067_7 WHERE us_viewers__million_ = "1.81" | ### Context: CREATE TABLE table_15584067_7 (written_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Name who wrote the episode when the viewers was 1.81 ### Answer: SELECT written_by FROM table_15584067_7 WHERE us_viewers__million_ = "1.81" |
Name who directed the 114 episode in the series | CREATE TABLE table_15584067_7 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_15584067_7 WHERE no_in_series = "114" | ### Context: CREATE TABLE table_15584067_7 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: Name who directed the 114 episode in the series ### Answer: SELECT directed_by FROM table_15584067_7 WHERE no_in_series = "114" |
Name the total number of air dates for 102 episode | CREATE TABLE table_15584067_7 (original_air_date VARCHAR, no_in_series VARCHAR) | SELECT COUNT(original_air_date) FROM table_15584067_7 WHERE no_in_series = "102" | ### Context: CREATE TABLE table_15584067_7 (original_air_date VARCHAR, no_in_series VARCHAR) ### Question: Name the total number of air dates for 102 episode ### Answer: SELECT COUNT(original_air_date) FROM table_15584067_7 WHERE no_in_series = "102" |
Name who wrote the 11 number in the season | CREATE TABLE table_15584067_7 (written_by VARCHAR, no_in_season VARCHAR) | SELECT written_by FROM table_15584067_7 WHERE no_in_season = "11" | ### Context: CREATE TABLE table_15584067_7 (written_by VARCHAR, no_in_season VARCHAR) ### Question: Name who wrote the 11 number in the season ### Answer: SELECT written_by FROM table_15584067_7 WHERE no_in_season = "11" |
Name the award name for black ocean current | CREATE TABLE table_15584199_3 (award_name VARCHAR, team_name VARCHAR) | SELECT award_name FROM table_15584199_3 WHERE team_name = "BLACK OCEAN CURRENT" | ### Context: CREATE TABLE table_15584199_3 (award_name VARCHAR, team_name VARCHAR) ### Question: Name the award name for black ocean current ### Answer: SELECT award_name FROM table_15584199_3 WHERE team_name = "BLACK OCEAN CURRENT" |
What position(s) do players from florida state play? | CREATE TABLE table_15592941_1 (position VARCHAR, college VARCHAR) | SELECT position FROM table_15592941_1 WHERE college = "Florida State" | ### Context: CREATE TABLE table_15592941_1 (position VARCHAR, college VARCHAR) ### Question: What position(s) do players from florida state play? ### Answer: SELECT position FROM table_15592941_1 WHERE college = "Florida State" |
How much does geno hayes weigh? | CREATE TABLE table_15592941_1 (weight VARCHAR, player_name VARCHAR) | SELECT weight FROM table_15592941_1 WHERE player_name = "Geno Hayes" | ### Context: CREATE TABLE table_15592941_1 (weight VARCHAR, player_name VARCHAR) ### Question: How much does geno hayes weigh? ### Answer: SELECT weight FROM table_15592941_1 WHERE player_name = "Geno Hayes" |
What college did jeremy zuttah attend? | CREATE TABLE table_15592941_1 (college VARCHAR, player_name VARCHAR) | SELECT college FROM table_15592941_1 WHERE player_name = "Jeremy Zuttah" | ### Context: CREATE TABLE table_15592941_1 (college VARCHAR, player_name VARCHAR) ### Question: What college did jeremy zuttah attend? ### Answer: SELECT college FROM table_15592941_1 WHERE player_name = "Jeremy Zuttah" |
When the stolen ends equal 5 whats the amount of pa? | CREATE TABLE table_15597975_2 (pa INTEGER, stolen_ends VARCHAR) | SELECT MAX(pa) FROM table_15597975_2 WHERE stolen_ends = 5 | ### Context: CREATE TABLE table_15597975_2 (pa INTEGER, stolen_ends VARCHAR) ### Question: When the stolen ends equal 5 whats the amount of pa? ### Answer: SELECT MAX(pa) FROM table_15597975_2 WHERE stolen_ends = 5 |
What position is the player whose first year is 2014 | CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, first_season VARCHAR) | SELECT position_in_2013 FROM table_1560673_1 WHERE first_season = 2014 | ### Context: CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, first_season VARCHAR) ### Question: What position is the player whose first year is 2014 ### Answer: SELECT position_in_2013 FROM table_1560673_1 WHERE first_season = 2014 |
What was the players position in 2013 who had 29 seasons in the second tier | CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, number_of_seasons_in_second_tier VARCHAR) | SELECT position_in_2013 FROM table_1560673_1 WHERE number_of_seasons_in_second_tier = "29" | ### Context: CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, number_of_seasons_in_second_tier VARCHAR) ### Question: What was the players position in 2013 who had 29 seasons in the second tier ### Answer: SELECT position_in_2013 FROM table_1560673_1 WHERE number_of_seasons_in_second_tier = "29" |
What was the first season for Syrianska FC | CREATE TABLE table_1560673_1 (first_season VARCHAR, club VARCHAR) | SELECT first_season FROM table_1560673_1 WHERE club = "Syrianska FC" | ### Context: CREATE TABLE table_1560673_1 (first_season VARCHAR, club VARCHAR) ### Question: What was the first season for Syrianska FC ### Answer: SELECT first_season FROM table_1560673_1 WHERE club = "Syrianska FC" |
What was the earliest season recorded for any team | CREATE TABLE table_1560673_1 (first_season INTEGER) | SELECT MIN(first_season) FROM table_1560673_1 | ### Context: CREATE TABLE table_1560673_1 (first_season INTEGER) ### Question: What was the earliest season recorded for any team ### Answer: SELECT MIN(first_season) FROM table_1560673_1 |
Name the number of points for october 11 | CREATE TABLE table_15607589_2 (points_for INTEGER, date VARCHAR) | SELECT MAX(points_for) FROM table_15607589_2 WHERE date = "October 11" | ### Context: CREATE TABLE table_15607589_2 (points_for INTEGER, date VARCHAR) ### Question: Name the number of points for october 11 ### Answer: SELECT MAX(points_for) FROM table_15607589_2 WHERE date = "October 11" |
Name the date for week 9 | CREATE TABLE table_15607589_2 (date VARCHAR, week VARCHAR) | SELECT date FROM table_15607589_2 WHERE week = 9 | ### Context: CREATE TABLE table_15607589_2 (date VARCHAR, week VARCHAR) ### Question: Name the date for week 9 ### Answer: SELECT date FROM table_15607589_2 WHERE week = 9 |
Name the points against for november 7 | CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | SELECT points_against FROM table_15607589_2 WHERE date = "November 7" | ### Context: CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) ### Question: Name the points against for november 7 ### Answer: SELECT points_against FROM table_15607589_2 WHERE date = "November 7" |
Name the points against for november 14 | CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | SELECT points_against FROM table_15607589_2 WHERE date = "November 14" | ### Context: CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) ### Question: Name the points against for november 14 ### Answer: SELECT points_against FROM table_15607589_2 WHERE date = "November 14" |
Name the first downs for points against being 0 | CREATE TABLE table_15607589_2 (first_downs VARCHAR, points_against VARCHAR) | SELECT first_downs FROM table_15607589_2 WHERE points_against = 0 | ### Context: CREATE TABLE table_15607589_2 (first_downs VARCHAR, points_against VARCHAR) ### Question: Name the first downs for points against being 0 ### Answer: SELECT first_downs FROM table_15607589_2 WHERE points_against = 0 |
Name the record for new york giants | CREATE TABLE table_15607589_2 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_15607589_2 WHERE opponent = "New York Giants" | ### Context: CREATE TABLE table_15607589_2 (record VARCHAR, opponent VARCHAR) ### Question: Name the record for new york giants ### Answer: SELECT record FROM table_15607589_2 WHERE opponent = "New York Giants" |
Name the least purse for 2011 | CREATE TABLE table_15618241_1 (purse___us INTEGER, year VARCHAR) | SELECT MIN(purse___us) AS $__ FROM table_15618241_1 WHERE year = 2011 | ### Context: CREATE TABLE table_15618241_1 (purse___us INTEGER, year VARCHAR) ### Question: Name the least purse for 2011 ### Answer: SELECT MIN(purse___us) AS $__ FROM table_15618241_1 WHERE year = 2011 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.