Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
30,800 | <question>: What's the animals name when the genus/species is rattus norvegicus? <context>: CREATE TABLE table_15417439_1 (common_name VARCHAR, genus_species VARCHAR) | SELECT common_name FROM table_15417439_1 WHERE genus_species = "Rattus norvegicus" |
30,801 | <question>: For the genus/species arabidopsis thaliana, what are the lengths? <context>: CREATE TABLE table_15417439_1 (length VARCHAR, genus_species VARCHAR) | SELECT length FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana" |
30,802 | <question>: How many original air dates were there for episode 17? <context>: 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 |
30,803 | <question>: Which company was based in London, United Kingdom? <context>: CREATE TABLE table_15438337_1 (institution VARCHAR, country VARCHAR) | SELECT institution FROM table_15438337_1 WHERE country = "London, United Kingdom" |
30,804 | <question>: What was the original air date of Stargate SG-1 written by Peter Deluise? <context>: 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" |
30,805 | <question>: How many seasons did Peter Deluise direct Stargate SG-1? <context>: 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" |
30,806 | <question>: Name the fifth district for william womer <context>: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) | SELECT fifth_district FROM table_15442974_1 WHERE third_district = "William Womer" |
30,807 | <question>: Name the third district for christine young <context>: CREATE TABLE table_15442974_1 (third_district VARCHAR, fifth_district VARCHAR) | SELECT third_district FROM table_15442974_1 WHERE fifth_district = "Christine Young" |
30,808 | <question>: Name the fourth district for joan runnels <context>: CREATE TABLE table_15442974_1 (fourth_district VARCHAR, second_district VARCHAR) | SELECT fourth_district FROM table_15442974_1 WHERE second_district = "Joan Runnels" |
30,809 | <question>: Name the fourth district for beverly bodem <context>: CREATE TABLE table_15442974_1 (fourth_district VARCHAR, first_district VARCHAR) | SELECT fourth_district FROM table_15442974_1 WHERE first_district = "Beverly Bodem" |
30,810 | <question>: Name the number for fifth district for richard houskamp <context>: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, third_district VARCHAR) | SELECT COUNT(fifth_district) FROM table_15442974_1 WHERE third_district = "Richard Houskamp" |
30,811 | <question>: Name the fifth district for steve rudoni <context>: CREATE TABLE table_15442974_1 (fifth_district VARCHAR, fourth_district VARCHAR) | SELECT fifth_district FROM table_15442974_1 WHERE fourth_district = "Steve Rudoni" |
30,812 | <question>: What was the location when the stolen ends is 12 and shot pct is 77%? <context>: 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%" |
30,813 | <question>: How many stolen ends were there when the locale was Sweden? <context>: CREATE TABLE table_1543845_63 (stolen_ends VARCHAR, locale VARCHAR, Sweden VARCHAR) | SELECT stolen_ends FROM table_1543845_63 WHERE locale = Sweden |
30,814 | <question>: What was the school/club team whose season was in 2012 and were acquired via trade? <context>: 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" |
30,815 | <question>: Which school/club team has a player named Mark Sanford? <context>: CREATE TABLE table_15463188_17 (school_club_team VARCHAR, name VARCHAR) | SELECT school_club_team FROM table_15463188_17 WHERE name = "Mark Sanford" |
30,816 | <question>: How many school/club teams have a player named Manuel Luis Quezon? <context>: 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" |
30,817 | <question>: How many players are listed for the school/club team Washington? <context>: CREATE TABLE table_15463188_17 (name VARCHAR, school_club_team VARCHAR) | SELECT COUNT(name) FROM table_15463188_17 WHERE school_club_team = "Washington" |
30,818 | <question>: How many players with a position are listed for the 2009 season? <context>: CREATE TABLE table_15463188_17 (position VARCHAR, season VARCHAR) | SELECT COUNT(position) FROM table_15463188_17 WHERE season = "2009" |
30,819 | <question>: Name the school/club for guard <context>: CREATE TABLE table_15463188_1 (school_club_team VARCHAR, position VARCHAR) | SELECT school_club_team FROM table_15463188_1 WHERE position = "Guard" |
30,820 | <question>: Name the position for judy-ann ramirez <context>: CREATE TABLE table_15463188_1 (position VARCHAR, name VARCHAR) | SELECT position FROM table_15463188_1 WHERE name = "judy-ann ramirez" |
30,821 | <question>: What is the losing bonus for the team with a point difference of -99? <context>: CREATE TABLE table_15467476_3 (losing_bonus VARCHAR, points_difference VARCHAR) | SELECT losing_bonus FROM table_15467476_3 WHERE points_difference = "-99" |
30,822 | <question>: How many games played for teams with 277 points? <context>: CREATE TABLE table_15467476_3 (played VARCHAR, points_for VARCHAR) | SELECT played FROM table_15467476_3 WHERE points_for = "277" |
30,823 | <question>: How many games won for teams with 49 tries against? <context>: CREATE TABLE table_15467476_3 (won VARCHAR, tries_against VARCHAR) | SELECT won FROM table_15467476_3 WHERE tries_against = "49" |
30,824 | <question>: How many teams have 62 tries against? <context>: CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_against VARCHAR) | SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_against = "62" |
30,825 | <question>: How many tries for, for club cambrian welfare rfc? <context>: CREATE TABLE table_15467476_3 (tries_for VARCHAR, club VARCHAR) | SELECT tries_for FROM table_15467476_3 WHERE club = "Cambrian Welfare RFC" |
30,826 | <question>: How many teams have 21 tries for? <context>: CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_for VARCHAR) | SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_for = "21" |
30,827 | <question>: How many chassis used number 34? <context>: CREATE TABLE table_15491596_1 (chassis VARCHAR, no VARCHAR) | SELECT COUNT(chassis) FROM table_15491596_1 WHERE no = 34 |
30,828 | <question>: Who was the constructor of car 22? <context>: CREATE TABLE table_15491596_1 (constructor VARCHAR, no VARCHAR) | SELECT constructor FROM table_15491596_1 WHERE no = 22 |
30,829 | <question>: How many cars used number 48? <context>: CREATE TABLE table_15491596_1 (engine VARCHAR, no VARCHAR) | SELECT COUNT(engine) FROM table_15491596_1 WHERE no = 48 |
30,830 | <question>: Who drove car 44? <context>: CREATE TABLE table_15491596_1 (driver VARCHAR, no VARCHAR) | SELECT driver FROM table_15491596_1 WHERE no = 44 |
30,831 | <question>: Name the total number of years where runner-up and championship is us open <context>: 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" |
30,832 | <question>: Name the surfaace where outcome is runner-up and championship is us open <context>: 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" |
30,833 | <question>: Name the partner for mark woodforde martina navratilova <context>: CREATE TABLE table_1547951_3 (partner VARCHAR, opponents VARCHAR) | SELECT partner FROM table_1547951_3 WHERE opponents = "Mark Woodforde Martina Navratilova" |
30,834 | <question>: Name the score for rick leach zina garrison <context>: CREATE TABLE table_1547951_3 (score VARCHAR, opponents VARCHAR) | SELECT score FROM table_1547951_3 WHERE opponents = "Rick Leach Zina Garrison" |
30,835 | <question>: Name the swimsuit for arizona <context>: CREATE TABLE table_15532342_2 (swimsuit VARCHAR, state VARCHAR) | SELECT swimsuit FROM table_15532342_2 WHERE state = "Arizona" |
30,836 | <question>: Name the driver for race 2 7 <context>: CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | SELECT driver FROM table_15530244_5 WHERE race_2 = "7" |
30,837 | <question>: Name the total number of qualifiying for race 3 being 3 <context>: CREATE TABLE table_15530244_5 (qualifying VARCHAR, race_3 VARCHAR) | SELECT COUNT(qualifying) FROM table_15530244_5 WHERE race_3 = "3" |
30,838 | <question>: Name the driver for race 2 2 <context>: CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | SELECT driver FROM table_15530244_5 WHERE race_2 = "2" |
30,839 | <question>: Name the race 1 when race 3 is 8 <context>: CREATE TABLE table_15530244_5 (race_1 VARCHAR, race_3 VARCHAR) | SELECT race_1 FROM table_15530244_5 WHERE race_3 = "8" |
30,840 | <question>: Name the race 2 for james winslow <context>: CREATE TABLE table_15530244_5 (race_2 VARCHAR, driver VARCHAR) | SELECT race_2 FROM table_15530244_5 WHERE driver = "James Winslow" |
30,841 | <question>: Name the total number of positions for race 1 being 2 <context>: CREATE TABLE table_15530244_5 (pos VARCHAR, race_1 VARCHAR) | SELECT COUNT(pos) FROM table_15530244_5 WHERE race_1 = "2" |
30,842 | <question>: Did the race get reported where the winning team was Newman Wachs racing and the pole belonged to Carl Skerlong <context>: 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" |
30,843 | <question>: Did the round 8 race get reported <context>: CREATE TABLE table_15511178_3 (report VARCHAR, rd VARCHAR) | SELECT report FROM table_15511178_3 WHERE rd = 8 |
30,844 | <question>: Which race was the winning team mathiasen motorsports and the pole belonged to jonathan bomarito <context>: 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" |
30,845 | <question>: how many winners were in round 8 <context>: CREATE TABLE table_15511178_3 (winning_driver VARCHAR, rd VARCHAR) | SELECT COUNT(winning_driver) FROM table_15511178_3 WHERE rd = 8 |
30,846 | <question>: What channel tv (dt) plays the KPIX station? <context>: CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, station VARCHAR) | SELECT channel_tv___dt__ FROM table_1553485_1 WHERE station = "KPIX" |
30,847 | <question>: Which city of license/market has 3 (26) as their channel tv (dt)? <context>: 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)" |
30,848 | <question>: Which channel tv (dt) plays in San Francisco - Oakland - San Jose? <context>: 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" |
30,849 | <question>: How many years has station KPIX been owned? <context>: CREATE TABLE table_1553485_1 (years_owned VARCHAR, station VARCHAR) | SELECT COUNT(years_owned) FROM table_1553485_1 WHERE station = "KPIX" |
30,850 | <question>: Who currently affiliates in San Francisco - Oakland - San Jose? <context>: 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" |
30,851 | <question>: In which condition(s) is bleeding time prolonged and prothrombin time unaffected? <context>: 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" |
30,852 | <question>: How many entries for prothrombin time are there where platelet count is "decreased or unaffected"? <context>: 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" |
30,853 | <question>: How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected? <context>: 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" |
30,854 | <question>: What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected? <context>: 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" |
30,855 | <question>: What is the percentage of land area in the ecozone that the percentage protected is 7.96? <context>: 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" |
30,856 | <question>: What is the percentage of total area in the ecozone that the percentage of land area is 2.2? <context>: 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" |
30,857 | <question>: What is the percentage of total area in the ecozone that the percentage protected is 8.06? <context>: 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" |
30,858 | <question>: What is the percentage of land area in the ecozone that the percentage protected is 15.28? <context>: 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" |
30,859 | <question>: How large is the Boreal Shield in km2? <context>: CREATE TABLE table_15555661_2 (area__km²_ VARCHAR, ecozone VARCHAR) | SELECT COUNT(area__km²_) FROM table_15555661_2 WHERE ecozone = "Boreal Shield" |
30,860 | <question>: What is the percentage of total area in the ecozone that the area is 1782252 km2? <context>: 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 |
30,861 | <question>: What is the condition of the platelet counts in hemophilia? <context>: CREATE TABLE table_1557752_1 (platelet_count VARCHAR, condition VARCHAR) | SELECT platelet_count FROM table_1557752_1 WHERE condition = "Hemophilia" |
30,862 | <question>: What is the prothrombin time in Von willebrand disease? <context>: CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, condition VARCHAR) | SELECT prothrombin_time FROM table_1557752_1 WHERE condition = "Von Willebrand disease" |
30,863 | <question>: If the partial thromboplastin and bleeding time is prolonged, what is the prothrombin time? <context>: 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" |
30,864 | <question>: What is the bleeding time in Bernard-soulier syndrome? <context>: CREATE TABLE table_1557752_1 (bleeding_time VARCHAR, condition VARCHAR) | SELECT bleeding_time FROM table_1557752_1 WHERE condition = "Bernard-Soulier syndrome" |
30,865 | <question>: Which ring names are currently ranked f0 jūryō 3 west? <context>: 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" |
30,866 | <question>: How many wrestlers were born in nara, and have a completed 'career and other notes' section? <context>: 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" |
30,867 | <question>: What are the debut year for wrestlers born in Nara? <context>: CREATE TABLE table_1557974_1 (debut VARCHAR, birthplace VARCHAR) | SELECT debut FROM table_1557974_1 WHERE birthplace = "Nara" |
30,868 | <question>: Where were the wrestlers born who debuted in 2002-7? <context>: CREATE TABLE table_1557974_1 (birthplace VARCHAR, debut VARCHAR) | SELECT birthplace FROM table_1557974_1 WHERE debut = "2002-7" |
30,869 | <question>: What are the career and other notes for wrestlers whose stable is oguruma? <context>: CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, stable VARCHAR) | SELECT career_and_other_notes FROM table_1557974_1 WHERE stable = "Oguruma" |
30,870 | <question>: Name the kinship for *t-ina <context>: CREATE TABLE table_15568886_14 (kinship VARCHAR, proto_malayo_polynesian VARCHAR) | SELECT kinship FROM table_15568886_14 WHERE proto_malayo_polynesian = "*t-ina" |
30,871 | <question>: Name the number of proto austronesian for *natu <context>: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | SELECT COUNT(proto_austronesian) FROM table_15568886_14 WHERE proto_oceanic = "*natu" |
30,872 | <question>: Name the ptor-austronesian for father <context>: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, kinship VARCHAR) | SELECT proto_austronesian FROM table_15568886_14 WHERE kinship = "father" |
30,873 | <question>: Name the proto oceanic for *fafine <context>: CREATE TABLE table_15568886_14 (proto_oceanic VARCHAR, proto_polynesian VARCHAR) | SELECT proto_oceanic FROM table_15568886_14 WHERE proto_polynesian = "*fafine" |
30,874 | <question>: Name the proto-austrronesian for *pine, *papine <context>: CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | SELECT proto_austronesian FROM table_15568886_14 WHERE proto_oceanic = "*pine, *papine" |
30,875 | <question>: Name who wrote number 47 <context>: CREATE TABLE table_15584067_4 (written_by VARCHAR, no_in_series VARCHAR) | SELECT written_by FROM table_15584067_4 WHERE no_in_series = 47 |
30,876 | <question>: What is the largest mass(kg)? <context>: CREATE TABLE table_1558077_2 (mass__kg_ INTEGER) | SELECT MAX(mass__kg_) FROM table_1558077_2 |
30,877 | <question>: Which college did draft pick #143 attend? <context>: CREATE TABLE table_15582870_1 (college VARCHAR, choice VARCHAR) | SELECT college FROM table_15582870_1 WHERE choice = 143 |
30,878 | <question>: How heavy were the players who attended Arkansas? <context>: CREATE TABLE table_15582870_1 (weight VARCHAR, college VARCHAR) | SELECT weight FROM table_15582870_1 WHERE college = "Arkansas" |
30,879 | <question>: Which college did the player weighing 207 pounds attend? <context>: CREATE TABLE table_15582870_1 (college VARCHAR, weight VARCHAR) | SELECT college FROM table_15582870_1 WHERE weight = 207 |
30,880 | <question>: Name who wrote the episode when the viewers was 1.81 <context>: 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" |
30,881 | <question>: Name who directed the 114 episode in the series <context>: CREATE TABLE table_15584067_7 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_15584067_7 WHERE no_in_series = "114" |
30,882 | <question>: Name the total number of air dates for 102 episode <context>: 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" |
30,883 | <question>: Name who wrote the 11 number in the season <context>: CREATE TABLE table_15584067_7 (written_by VARCHAR, no_in_season VARCHAR) | SELECT written_by FROM table_15584067_7 WHERE no_in_season = "11" |
30,884 | <question>: Name the award name for black ocean current <context>: CREATE TABLE table_15584199_3 (award_name VARCHAR, team_name VARCHAR) | SELECT award_name FROM table_15584199_3 WHERE team_name = "BLACK OCEAN CURRENT" |
30,885 | <question>: What position(s) do players from florida state play? <context>: CREATE TABLE table_15592941_1 (position VARCHAR, college VARCHAR) | SELECT position FROM table_15592941_1 WHERE college = "Florida State" |
30,886 | <question>: How much does geno hayes weigh? <context>: CREATE TABLE table_15592941_1 (weight VARCHAR, player_name VARCHAR) | SELECT weight FROM table_15592941_1 WHERE player_name = "Geno Hayes" |
30,887 | <question>: What college did jeremy zuttah attend? <context>: CREATE TABLE table_15592941_1 (college VARCHAR, player_name VARCHAR) | SELECT college FROM table_15592941_1 WHERE player_name = "Jeremy Zuttah" |
30,888 | <question>: When the stolen ends equal 5 whats the amount of pa? <context>: CREATE TABLE table_15597975_2 (pa INTEGER, stolen_ends VARCHAR) | SELECT MAX(pa) FROM table_15597975_2 WHERE stolen_ends = 5 |
30,889 | <question>: What position is the player whose first year is 2014 <context>: CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, first_season VARCHAR) | SELECT position_in_2013 FROM table_1560673_1 WHERE first_season = 2014 |
30,890 | <question>: What was the players position in 2013 who had 29 seasons in the second tier <context>: 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" |
30,891 | <question>: What was the first season for Syrianska FC <context>: CREATE TABLE table_1560673_1 (first_season VARCHAR, club VARCHAR) | SELECT first_season FROM table_1560673_1 WHERE club = "Syrianska FC" |
30,892 | <question>: What was the earliest season recorded for any team <context>: CREATE TABLE table_1560673_1 (first_season INTEGER) | SELECT MIN(first_season) FROM table_1560673_1 |
30,893 | <question>: Name the number of points for october 11 <context>: CREATE TABLE table_15607589_2 (points_for INTEGER, date VARCHAR) | SELECT MAX(points_for) FROM table_15607589_2 WHERE date = "October 11" |
30,894 | <question>: Name the date for week 9 <context>: CREATE TABLE table_15607589_2 (date VARCHAR, week VARCHAR) | SELECT date FROM table_15607589_2 WHERE week = 9 |
30,895 | <question>: Name the points against for november 7 <context>: CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | SELECT points_against FROM table_15607589_2 WHERE date = "November 7" |
30,896 | <question>: Name the points against for november 14 <context>: CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | SELECT points_against FROM table_15607589_2 WHERE date = "November 14" |
30,897 | <question>: Name the first downs for points against being 0 <context>: CREATE TABLE table_15607589_2 (first_downs VARCHAR, points_against VARCHAR) | SELECT first_downs FROM table_15607589_2 WHERE points_against = 0 |
30,898 | <question>: Name the record for new york giants <context>: CREATE TABLE table_15607589_2 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_15607589_2 WHERE opponent = "New York Giants" |
30,899 | <question>: Name the least purse for 2011 <context>: CREATE TABLE table_15618241_1 (purse___us INTEGER, year VARCHAR) | 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.