answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT losing_bonus FROM table_15467476_3 WHERE points_difference = "-99" | CREATE TABLE table_15467476_3 (losing_bonus VARCHAR, points_difference VARCHAR) | What is the losing bonus for the team with a point difference of -99? |
SELECT played FROM table_15467476_3 WHERE points_for = "277" | CREATE TABLE table_15467476_3 (played VARCHAR, points_for VARCHAR) | How many games played for teams with 277 points? |
SELECT won FROM table_15467476_3 WHERE tries_against = "49" | CREATE TABLE table_15467476_3 (won VARCHAR, tries_against VARCHAR) | How many games won for teams with 49 tries against? |
SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_against = "62" | CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_against VARCHAR) | How many teams have 62 tries against? |
SELECT tries_for FROM table_15467476_3 WHERE club = "Cambrian Welfare RFC" | CREATE TABLE table_15467476_3 (tries_for VARCHAR, club VARCHAR) | How many tries for, for club cambrian welfare rfc? |
SELECT COUNT(points_difference) FROM table_15467476_3 WHERE tries_for = "21" | CREATE TABLE table_15467476_3 (points_difference VARCHAR, tries_for VARCHAR) | How many teams have 21 tries for? |
SELECT COUNT(chassis) FROM table_15491596_1 WHERE no = 34 | CREATE TABLE table_15491596_1 (chassis VARCHAR, no VARCHAR) | How many chassis used number 34? |
SELECT constructor FROM table_15491596_1 WHERE no = 22 | CREATE TABLE table_15491596_1 (constructor VARCHAR, no VARCHAR) | Who was the constructor of car 22? |
SELECT COUNT(engine) FROM table_15491596_1 WHERE no = 48 | CREATE TABLE table_15491596_1 (engine VARCHAR, no VARCHAR) | How many cars used number 48? |
SELECT driver FROM table_15491596_1 WHERE no = 44 | CREATE TABLE table_15491596_1 (driver VARCHAR, no VARCHAR) | Who drove car 44? |
SELECT COUNT(year) FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" | CREATE TABLE table_1547951_3 (year VARCHAR, outcome VARCHAR, championship VARCHAR) | Name the total number of years where runner-up and championship is us open |
SELECT surface FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open" | CREATE TABLE table_1547951_3 (surface VARCHAR, outcome VARCHAR, championship VARCHAR) | Name the surfaace where outcome is runner-up and championship is us open |
SELECT partner FROM table_1547951_3 WHERE opponents = "Mark Woodforde Martina Navratilova" | CREATE TABLE table_1547951_3 (partner VARCHAR, opponents VARCHAR) | Name the partner for mark woodforde martina navratilova |
SELECT score FROM table_1547951_3 WHERE opponents = "Rick Leach Zina Garrison" | CREATE TABLE table_1547951_3 (score VARCHAR, opponents VARCHAR) | Name the score for rick leach zina garrison |
SELECT swimsuit FROM table_15532342_2 WHERE state = "Arizona" | CREATE TABLE table_15532342_2 (swimsuit VARCHAR, state VARCHAR) | Name the swimsuit for arizona |
SELECT driver FROM table_15530244_5 WHERE race_2 = "7" | CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | Name the driver for race 2 7 |
SELECT COUNT(qualifying) FROM table_15530244_5 WHERE race_3 = "3" | CREATE TABLE table_15530244_5 (qualifying VARCHAR, race_3 VARCHAR) | Name the total number of qualifiying for race 3 being 3 |
SELECT driver FROM table_15530244_5 WHERE race_2 = "2" | CREATE TABLE table_15530244_5 (driver VARCHAR, race_2 VARCHAR) | Name the driver for race 2 2 |
SELECT race_1 FROM table_15530244_5 WHERE race_3 = "8" | CREATE TABLE table_15530244_5 (race_1 VARCHAR, race_3 VARCHAR) | Name the race 1 when race 3 is 8 |
SELECT race_2 FROM table_15530244_5 WHERE driver = "James Winslow" | CREATE TABLE table_15530244_5 (race_2 VARCHAR, driver VARCHAR) | Name the race 2 for james winslow |
SELECT COUNT(pos) FROM table_15530244_5 WHERE race_1 = "2" | CREATE TABLE table_15530244_5 (pos VARCHAR, race_1 VARCHAR) | Name the total number of positions for race 1 being 2 |
SELECT report FROM table_15511178_3 WHERE pole_position = "Carl Skerlong" AND winning_team = "Newman Wachs Racing" | CREATE TABLE table_15511178_3 (report VARCHAR, pole_position VARCHAR, winning_team VARCHAR) | Did the race get reported where the winning team was Newman Wachs racing and the pole belonged to Carl Skerlong |
SELECT report FROM table_15511178_3 WHERE rd = 8 | CREATE TABLE table_15511178_3 (report VARCHAR, rd VARCHAR) | Did the round 8 race get reported |
SELECT race FROM table_15511178_3 WHERE winning_team = "Mathiasen Motorsports" AND pole_position = "Jonathan Bomarito" | CREATE TABLE table_15511178_3 (race VARCHAR, winning_team VARCHAR, pole_position VARCHAR) | Which race was the winning team mathiasen motorsports and the pole belonged to jonathan bomarito |
SELECT COUNT(winning_driver) FROM table_15511178_3 WHERE rd = 8 | CREATE TABLE table_15511178_3 (winning_driver VARCHAR, rd VARCHAR) | how many winners were in round 8 |
SELECT channel_tv___dt__ FROM table_1553485_1 WHERE station = "KPIX" | CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, station VARCHAR) | What channel tv (dt) plays the KPIX station? |
SELECT city_of_license__market FROM table_1553485_1 WHERE channel_tv___dt__ = "3 (26)" | CREATE TABLE table_1553485_1 (city_of_license__market VARCHAR, channel_tv___dt__ VARCHAR) | Which city of license/market has 3 (26) as their channel tv (dt)? |
SELECT channel_tv___dt__ FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" | CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, city_of_license__market VARCHAR) | Which channel tv (dt) plays in San Francisco - Oakland - San Jose? |
SELECT COUNT(years_owned) FROM table_1553485_1 WHERE station = "KPIX" | CREATE TABLE table_1553485_1 (years_owned VARCHAR, station VARCHAR) | How many years has station KPIX been owned? |
SELECT current_affiliation FROM table_1553485_1 WHERE city_of_license__market = "San Francisco - Oakland - San Jose" | CREATE TABLE table_1553485_1 (current_affiliation VARCHAR, city_of_license__market VARCHAR) | Who currently affiliates in San Francisco - Oakland - San Jose? |
SELECT condition FROM table_1555308_1 WHERE bleeding_time = "Prolonged" AND prothrombin_time = "Unaffected" | CREATE TABLE table_1555308_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) | In which condition(s) is bleeding time prolonged and prothrombin time unaffected? |
SELECT COUNT(prothrombin_time) FROM table_1555308_1 WHERE platelet_count = "Decreased or unaffected" | CREATE TABLE table_1555308_1 (prothrombin_time VARCHAR, platelet_count VARCHAR) | How many entries for prothrombin time are there where platelet count is "decreased or unaffected"? |
SELECT bleeding_time FROM table_1555308_1 WHERE platelet_count = "Decreased" AND prothrombin_time = "Unaffected" | CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR) | How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected? |
SELECT bleeding_time FROM table_1555308_1 WHERE prothrombin_time = "Unaffected" AND platelet_count = "Unaffected" | CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, prothrombin_time VARCHAR, platelet_count VARCHAR) | What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected? |
SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "7.96" | CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) | What is the percentage of land area in the ecozone that the percentage protected is 7.96? |
SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_of_land_area = "2.2" | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_of_land_area VARCHAR) | What is the percentage of total area in the ecozone that the percentage of land area is 2.2? |
SELECT percentage_of_total_area FROM table_15555661_2 WHERE percentage_protected = "8.06" | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_protected VARCHAR) | What is the percentage of total area in the ecozone that the percentage protected is 8.06? |
SELECT percentage_of_land_area FROM table_15555661_2 WHERE percentage_protected = "15.28" | CREATE TABLE table_15555661_2 (percentage_of_land_area VARCHAR, percentage_protected VARCHAR) | What is the percentage of land area in the ecozone that the percentage protected is 15.28? |
SELECT COUNT(area__km²_) FROM table_15555661_2 WHERE ecozone = "Boreal Shield" | CREATE TABLE table_15555661_2 (area__km²_ VARCHAR, ecozone VARCHAR) | How large is the Boreal Shield in km2? |
SELECT percentage_of_total_area FROM table_15555661_2 WHERE area__km²_ = 1782252 | CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, area__km²_ VARCHAR) | What is the percentage of total area in the ecozone that the area is 1782252 km2? |
SELECT platelet_count FROM table_1557752_1 WHERE condition = "Hemophilia" | CREATE TABLE table_1557752_1 (platelet_count VARCHAR, condition VARCHAR) | What is the condition of the platelet counts in hemophilia? |
SELECT prothrombin_time FROM table_1557752_1 WHERE condition = "Von Willebrand disease" | CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, condition VARCHAR) | What is the prothrombin time in Von willebrand disease? |
SELECT prothrombin_time FROM table_1557752_1 WHERE partial_thromboplastin_time = "Prolonged" AND bleeding_time = "Prolonged" | CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR) | If the partial thromboplastin and bleeding time is prolonged, what is the prothrombin time? |
SELECT bleeding_time FROM table_1557752_1 WHERE condition = "Bernard-Soulier syndrome" | CREATE TABLE table_1557752_1 (bleeding_time VARCHAR, condition VARCHAR) | What is the bleeding time in Bernard-soulier syndrome? |
SELECT ring_name FROM table_1557974_1 WHERE current_rank = "f0 Jūryō 3 West" | CREATE TABLE table_1557974_1 (ring_name VARCHAR, current_rank VARCHAR) | Which ring names are currently ranked f0 jūryō 3 west? |
SELECT COUNT(career_and_other_notes) FROM table_1557974_1 WHERE birthplace = "Nara" | CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, birthplace VARCHAR) | How many wrestlers were born in nara, and have a completed 'career and other notes' section? |
SELECT debut FROM table_1557974_1 WHERE birthplace = "Nara" | CREATE TABLE table_1557974_1 (debut VARCHAR, birthplace VARCHAR) | What are the debut year for wrestlers born in Nara? |
SELECT birthplace FROM table_1557974_1 WHERE debut = "2002-7" | CREATE TABLE table_1557974_1 (birthplace VARCHAR, debut VARCHAR) | Where were the wrestlers born who debuted in 2002-7? |
SELECT career_and_other_notes FROM table_1557974_1 WHERE stable = "Oguruma" | CREATE TABLE table_1557974_1 (career_and_other_notes VARCHAR, stable VARCHAR) | What are the career and other notes for wrestlers whose stable is oguruma? |
SELECT kinship FROM table_15568886_14 WHERE proto_malayo_polynesian = "*t-ina" | CREATE TABLE table_15568886_14 (kinship VARCHAR, proto_malayo_polynesian VARCHAR) | Name the kinship for *t-ina |
SELECT COUNT(proto_austronesian) FROM table_15568886_14 WHERE proto_oceanic = "*natu" | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | Name the number of proto austronesian for *natu |
SELECT proto_austronesian FROM table_15568886_14 WHERE kinship = "father" | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, kinship VARCHAR) | Name the ptor-austronesian for father |
SELECT proto_oceanic FROM table_15568886_14 WHERE proto_polynesian = "*fafine" | CREATE TABLE table_15568886_14 (proto_oceanic VARCHAR, proto_polynesian VARCHAR) | Name the proto oceanic for *fafine |
SELECT proto_austronesian FROM table_15568886_14 WHERE proto_oceanic = "*pine, *papine" | CREATE TABLE table_15568886_14 (proto_austronesian VARCHAR, proto_oceanic VARCHAR) | Name the proto-austrronesian for *pine, *papine |
SELECT written_by FROM table_15584067_4 WHERE no_in_series = 47 | CREATE TABLE table_15584067_4 (written_by VARCHAR, no_in_series VARCHAR) | Name who wrote number 47 |
SELECT MAX(mass__kg_) FROM table_1558077_2 | CREATE TABLE table_1558077_2 (mass__kg_ INTEGER) | What is the largest mass(kg)? |
SELECT college FROM table_15582870_1 WHERE choice = 143 | CREATE TABLE table_15582870_1 (college VARCHAR, choice VARCHAR) | Which college did draft pick #143 attend? |
SELECT weight FROM table_15582870_1 WHERE college = "Arkansas" | CREATE TABLE table_15582870_1 (weight VARCHAR, college VARCHAR) | How heavy were the players who attended Arkansas? |
SELECT college FROM table_15582870_1 WHERE weight = 207 | CREATE TABLE table_15582870_1 (college VARCHAR, weight VARCHAR) | Which college did the player weighing 207 pounds attend? |
SELECT written_by FROM table_15584067_7 WHERE us_viewers__million_ = "1.81" | CREATE TABLE table_15584067_7 (written_by VARCHAR, us_viewers__million_ VARCHAR) | Name who wrote the episode when the viewers was 1.81 |
SELECT directed_by FROM table_15584067_7 WHERE no_in_series = "114" | CREATE TABLE table_15584067_7 (directed_by VARCHAR, no_in_series VARCHAR) | Name who directed the 114 episode in the series |
SELECT COUNT(original_air_date) FROM table_15584067_7 WHERE no_in_series = "102" | CREATE TABLE table_15584067_7 (original_air_date VARCHAR, no_in_series VARCHAR) | Name the total number of air dates for 102 episode |
SELECT written_by FROM table_15584067_7 WHERE no_in_season = "11" | CREATE TABLE table_15584067_7 (written_by VARCHAR, no_in_season VARCHAR) | Name who wrote the 11 number in the season |
SELECT award_name FROM table_15584199_3 WHERE team_name = "BLACK OCEAN CURRENT" | CREATE TABLE table_15584199_3 (award_name VARCHAR, team_name VARCHAR) | Name the award name for black ocean current |
SELECT position FROM table_15592941_1 WHERE college = "Florida State" | CREATE TABLE table_15592941_1 (position VARCHAR, college VARCHAR) | What position(s) do players from florida state play? |
SELECT weight FROM table_15592941_1 WHERE player_name = "Geno Hayes" | CREATE TABLE table_15592941_1 (weight VARCHAR, player_name VARCHAR) | How much does geno hayes weigh? |
SELECT college FROM table_15592941_1 WHERE player_name = "Jeremy Zuttah" | CREATE TABLE table_15592941_1 (college VARCHAR, player_name VARCHAR) | What college did jeremy zuttah attend? |
SELECT MAX(pa) FROM table_15597975_2 WHERE stolen_ends = 5 | CREATE TABLE table_15597975_2 (pa INTEGER, stolen_ends VARCHAR) | When the stolen ends equal 5 whats the amount of pa? |
SELECT position_in_2013 FROM table_1560673_1 WHERE first_season = 2014 | CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, first_season VARCHAR) | What position is the player whose first year is 2014 |
SELECT position_in_2013 FROM table_1560673_1 WHERE number_of_seasons_in_second_tier = "29" | CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, number_of_seasons_in_second_tier VARCHAR) | What was the players position in 2013 who had 29 seasons in the second tier |
SELECT first_season FROM table_1560673_1 WHERE club = "Syrianska FC" | CREATE TABLE table_1560673_1 (first_season VARCHAR, club VARCHAR) | What was the first season for Syrianska FC |
SELECT MIN(first_season) FROM table_1560673_1 | CREATE TABLE table_1560673_1 (first_season INTEGER) | What was the earliest season recorded for any team |
SELECT MAX(points_for) FROM table_15607589_2 WHERE date = "October 11" | CREATE TABLE table_15607589_2 (points_for INTEGER, date VARCHAR) | Name the number of points for october 11 |
SELECT date FROM table_15607589_2 WHERE week = 9 | CREATE TABLE table_15607589_2 (date VARCHAR, week VARCHAR) | Name the date for week 9 |
SELECT points_against FROM table_15607589_2 WHERE date = "November 7" | CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | Name the points against for november 7 |
SELECT points_against FROM table_15607589_2 WHERE date = "November 14" | CREATE TABLE table_15607589_2 (points_against VARCHAR, date VARCHAR) | Name the points against for november 14 |
SELECT first_downs FROM table_15607589_2 WHERE points_against = 0 | CREATE TABLE table_15607589_2 (first_downs VARCHAR, points_against VARCHAR) | Name the first downs for points against being 0 |
SELECT record FROM table_15607589_2 WHERE opponent = "New York Giants" | CREATE TABLE table_15607589_2 (record VARCHAR, opponent VARCHAR) | Name the record for new york giants |
SELECT MIN(purse___us) AS $__ FROM table_15618241_1 WHERE year = 2011 | CREATE TABLE table_15618241_1 (purse___us INTEGER, year VARCHAR) | Name the least purse for 2011 |
SELECT COUNT(wheel_arrangement) FROM table_15608800_2 WHERE class = "D14" | CREATE TABLE table_15608800_2 (wheel_arrangement VARCHAR, class VARCHAR) | Name the number of wheel arrangement when class is d14 |
SELECT MAX(number_at_pyewipe) FROM table_15608800_2 | CREATE TABLE table_15608800_2 (number_at_pyewipe INTEGER) | Name the most number of pyewipe |
SELECT number_at_march FROM table_15608800_2 WHERE class = "J66" | CREATE TABLE table_15608800_2 (number_at_march VARCHAR, class VARCHAR) | Name the number at march when class is j66 |
SELECT railway FROM table_15608800_2 WHERE class = "J19" | CREATE TABLE table_15608800_2 (railway VARCHAR, class VARCHAR) | Name the railway when class is j19 |
SELECT railway FROM table_15608800_2 WHERE class = "J15" | CREATE TABLE table_15608800_2 (railway VARCHAR, class VARCHAR) | Name the railway when class is j15 |
SELECT years_in_orlando FROM table_15621965_1 WHERE school_club_team = "Penn State" | CREATE TABLE table_15621965_1 (years_in_orlando VARCHAR, school_club_team VARCHAR) | Name the years in orlando for penn state |
SELECT nationality FROM table_15621965_1 WHERE no = 9 | CREATE TABLE table_15621965_1 (nationality VARCHAR, no VARCHAR) | Name the nationality of number 9 |
SELECT years_in_orlando FROM table_15621965_10 WHERE position = "Forward" | CREATE TABLE table_15621965_10 (years_in_orlando VARCHAR, position VARCHAR) | Name the years in orlando for forward |
SELECT COUNT(player) FROM table_15621965_10 WHERE school_club_team = "Arizona" | CREATE TABLE table_15621965_10 (player VARCHAR, school_club_team VARCHAR) | Name the number of players from arizona |
SELECT years_in_orlando FROM table_15621965_10 WHERE school_club_team = "Concord HS" | CREATE TABLE table_15621965_10 (years_in_orlando VARCHAR, school_club_team VARCHAR) | Name the years in orlando that the player from concord hs was in |
SELECT COUNT(player) FROM table_15621965_14 WHERE school_club_team = "Louisiana State" | CREATE TABLE table_15621965_14 (player VARCHAR, school_club_team VARCHAR) | Name the number of players for louisiana state |
SELECT school_club_team FROM table_15621965_14 WHERE player = "Kevin Ollie" | CREATE TABLE table_15621965_14 (school_club_team VARCHAR, player VARCHAR) | Name the school/club team for kevin ollie |
SELECT school_club_team FROM table_15621965_14 WHERE player = "Jawann Oldham" | CREATE TABLE table_15621965_14 (school_club_team VARCHAR, player VARCHAR) | Name the school/club team for jawann oldham |
SELECT player FROM table_15621965_14 WHERE school_club_team = "Seattle" | CREATE TABLE table_15621965_14 (player VARCHAR, school_club_team VARCHAR) | Name the player for seattle |
SELECT nationality FROM table_15621965_16 WHERE school_club_team = "Clemson" | CREATE TABLE table_15621965_16 (nationality VARCHAR, school_club_team VARCHAR) | What is the nationality of th player who's school is Clemson? |
SELECT years_in_orlando FROM table_15621965_16 WHERE school_club_team = "Clemson" | CREATE TABLE table_15621965_16 (years_in_orlando VARCHAR, school_club_team VARCHAR) | What years did the player who's school is Clemson spend in Orlando? |
SELECT MAX(no) FROM table_15621965_16 WHERE school_club_team = "Delta State" | CREATE TABLE table_15621965_16 (no INTEGER, school_club_team VARCHAR) | What is the number of the player who attended Delta State? |
SELECT player FROM table_15621965_2 WHERE position = "Forward-Center" | CREATE TABLE table_15621965_2 (player VARCHAR, position VARCHAR) | Who plays the position of forward-center? |
SELECT years_in_orlando FROM table_15621965_3 WHERE player = "Chris Corchiani" | CREATE TABLE table_15621965_3 (years_in_orlando VARCHAR, player VARCHAR) | During what years did Chris Corchiani play in Orlando? |
SELECT date_of_issue FROM table_15635768_1 WHERE face_value = "42¢" | CREATE TABLE table_15635768_1 (date_of_issue VARCHAR, face_value VARCHAR) | When the face value is 42¢, what was the issue's date? |
SELECT place_of_issue FROM table_15635768_1 WHERE ecosystem = "Kelp Forest" | CREATE TABLE table_15635768_1 (place_of_issue VARCHAR, ecosystem VARCHAR) | Which location has the ecosystem of kelp forest? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.