Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
27,900 | <question>: What was the season number for the episode with the series number 61? <context>: CREATE TABLE table_11630008_5 (season__number INTEGER, series__number VARCHAR) | SELECT MAX(season__number) FROM table_11630008_5 WHERE series__number = 61 |
27,901 | <question>: What was the title of the episode with the production code 311? <context>: CREATE TABLE table_11630008_5 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_11630008_5 WHERE production_code = 311 |
27,902 | <question>: Who directed the episode written by Lamont Ferrell? <context>: CREATE TABLE table_11630008_5 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_11630008_5 WHERE written_by = "Lamont Ferrell" |
27,903 | <question>: What date was the result 6–2, 4–6, 6–4? <context>: CREATE TABLE table_11636213_7 (date VARCHAR, result VARCHAR) | SELECT date FROM table_11636213_7 WHERE result = "6–2, 4–6, 6–4" |
27,904 | <question>: How many matches had the result of 6–3, 6–2? <context>: CREATE TABLE table_11636213_7 (partnering VARCHAR, result VARCHAR) | SELECT COUNT(partnering) FROM table_11636213_7 WHERE result = "6–3, 6–2" |
27,905 | <question>: If the Original Air Date is 10January2008, what directors released on that date? <context>: CREATE TABLE table_11642945_1 (director VARCHAR, original_air_date VARCHAR) | SELECT director FROM table_11642945_1 WHERE original_air_date = "10January2008" |
27,906 | <question>: The original air date of 29November2007 has what total no.? <context>: CREATE TABLE table_11642945_1 (total_no VARCHAR, original_air_date VARCHAR) | SELECT total_no FROM table_11642945_1 WHERE original_air_date = "29November2007" |
27,907 | <question>: Margot Kidder had what director? <context>: CREATE TABLE table_11642945_1 (director VARCHAR, celebrity VARCHAR) | SELECT director FROM table_11642945_1 WHERE celebrity = "Margot Kidder" |
27,908 | <question>: How many celebrities had an 18October2007 Original air Date? <context>: CREATE TABLE table_11642945_1 (celebrity VARCHAR, original_air_date VARCHAR) | SELECT COUNT(celebrity) FROM table_11642945_1 WHERE original_air_date = "18October2007" |
27,909 | <question>: Which viewers had Matt Gallagher as the director? <context>: CREATE TABLE table_11642945_1 (viewers VARCHAR, director VARCHAR) | SELECT viewers FROM table_11642945_1 WHERE director = "Matt Gallagher" |
27,910 | <question>: What is the number of series with production code 503? <context>: CREATE TABLE table_11630008_7 (series__number VARCHAR, production_code VARCHAR) | SELECT COUNT(series__number) FROM table_11630008_7 WHERE production_code = 503 |
27,911 | <question>: What is the title of production code 514? <context>: CREATE TABLE table_11630008_7 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_11630008_7 WHERE production_code = 514 |
27,912 | <question>: What is the location of the institution barton college <context>: CREATE TABLE table_11658094_1 (location VARCHAR, institution VARCHAR) | SELECT location FROM table_11658094_1 WHERE institution = "Barton College" |
27,913 | <question>: Which institutions joined in 1993 <context>: CREATE TABLE table_11658094_1 (institution VARCHAR, joined VARCHAR) | SELECT institution FROM table_11658094_1 WHERE joined = "1993" |
27,914 | <question>: what are the locations that joined in 2008 <context>: CREATE TABLE table_11658094_1 (location VARCHAR, joined VARCHAR) | SELECT location FROM table_11658094_1 WHERE joined = "2008" |
27,915 | <question>: What is the minimum enrollment at barton college <context>: CREATE TABLE table_11658094_1 (enrollment INTEGER, institution VARCHAR) | SELECT MIN(enrollment) FROM table_11658094_1 WHERE institution = "Barton College" |
27,916 | <question>: When was erskine college founded <context>: CREATE TABLE table_11658094_1 (founded VARCHAR, institution VARCHAR) | SELECT founded FROM table_11658094_1 WHERE institution = "Erskine College" |
27,917 | <question>: What is ithe range for married filing separately where head of household is $117,451–$190,200? <context>: CREATE TABLE table_11647327_2 (married_filing_separately VARCHAR, head_of_household VARCHAR) | SELECT married_filing_separately FROM table_11647327_2 WHERE head_of_household = "$117,451–$190,200" |
27,918 | <question>: What is the amount of marginal ordinary income tax rate for single in which the range is $8,351– $33,950? <context>: CREATE TABLE table_11647327_2 (marginal_ordinary_income_tax_rate VARCHAR, single VARCHAR) | SELECT COUNT(marginal_ordinary_income_tax_rate) FROM table_11647327_2 WHERE single = "$8,351– $33,950" |
27,919 | <question>: What is the range of married filing jointly or qualified widower in which married filing separately is $33,951–$68,525? <context>: CREATE TABLE table_11647327_2 (married_filing_jointly_or_qualified_widow_er_ VARCHAR, married_filing_separately VARCHAR) | SELECT married_filing_jointly_or_qualified_widow_er_ FROM table_11647327_2 WHERE married_filing_separately = "$33,951–$68,525" |
27,920 | <question>: What is the range of the head of household whereas single is $171,551–$372,950? <context>: CREATE TABLE table_11647327_2 (head_of_household VARCHAR, single VARCHAR) | SELECT head_of_household FROM table_11647327_2 WHERE single = "$171,551–$372,950" |
27,921 | <question>: What is the amoun of marginal ordinary income tax rate where married filing jointly or qualified widow is $208,851–$372,950? <context>: CREATE TABLE table_11647327_2 (marginal_ordinary_income_tax_rate VARCHAR, married_filing_jointly_or_qualified_widow_er_ VARCHAR) | SELECT COUNT(marginal_ordinary_income_tax_rate) FROM table_11647327_2 WHERE married_filing_jointly_or_qualified_widow_er_ = "$208,851–$372,950" |
27,922 | <question>: who is the coach where dudley tuckey medal is ben howlett <context>: CREATE TABLE table_1165048_1 (coach VARCHAR, dudley_tuckey_medal VARCHAR) | SELECT coach FROM table_1165048_1 WHERE dudley_tuckey_medal = "Ben Howlett" |
27,923 | <question>: what is the total number of coach where captain is grant welsh and win/loss is 5-15 <context>: CREATE TABLE table_1165048_1 (coach VARCHAR, captain VARCHAR, win_loss VARCHAR) | SELECT COUNT(coach) FROM table_1165048_1 WHERE captain = "Grant Welsh" AND win_loss = "5-15" |
27,924 | <question>: who is the dudley tuckey medal where leading goalkicker is scott simister (46) <context>: CREATE TABLE table_1165048_1 (dudley_tuckey_medal VARCHAR, leading_goalkicker VARCHAR) | SELECT dudley_tuckey_medal FROM table_1165048_1 WHERE leading_goalkicker = "Scott Simister (46)" |
27,925 | <question>: what is the maximum season where leading goalkicker is scott simister (54) <context>: CREATE TABLE table_1165048_1 (season INTEGER, leading_goalkicker VARCHAR) | SELECT MAX(season) FROM table_1165048_1 WHERE leading_goalkicker = "Scott Simister (54)" |
27,926 | <question>: what are all the win/loss where season is 2009 <context>: CREATE TABLE table_1165048_1 (win_loss VARCHAR, season VARCHAR) | SELECT win_loss FROM table_1165048_1 WHERE season = 2009 |
27,927 | <question>: who is the captain where coach is geoff miles <context>: CREATE TABLE table_1165048_1 (captain VARCHAR, coach VARCHAR) | SELECT captain FROM table_1165048_1 WHERE coach = "Geoff Miles" |
27,928 | <question>: In 2005-06 what was the disaster? <context>: CREATE TABLE table_11649123_1 (disaster VARCHAR, year VARCHAR) | SELECT disaster FROM table_11649123_1 WHERE year = "2005-06" |
27,929 | <question>: What's the area of the voivodenship with 51 communes? <context>: CREATE TABLE table_11656578_2 (area_km²__1998_ VARCHAR, no_of_communes VARCHAR) | SELECT area_km²__1998_ FROM table_11656578_2 WHERE no_of_communes = 51 |
27,930 | <question>: How big (in km2) is the voivodenship also known by the abbreviation KN? <context>: CREATE TABLE table_11656578_2 (area_km²__1998_ VARCHAR, abbreviation VARCHAR) | SELECT area_km²__1998_ FROM table_11656578_2 WHERE abbreviation = "kn" |
27,931 | <question>: How many people lived in the voivodenship whose capital is Siedlce in the year of 1980? <context>: CREATE TABLE table_11656578_2 (population__1980_ VARCHAR, capital VARCHAR) | SELECT population__1980_ FROM table_11656578_2 WHERE capital = "Siedlce" |
27,932 | <question>: How many different voivodenship have 747 900 citizes? <context>: CREATE TABLE table_11656578_2 (voivodeship VARCHAR, population__1980_ VARCHAR) | SELECT COUNT(voivodeship) FROM table_11656578_2 WHERE population__1980_ = "747 900" |
27,933 | <question>: What year did longwood university leave the conference? <context>: CREATE TABLE table_11658094_3 (left INTEGER, institution VARCHAR) | SELECT MIN(left) FROM table_11658094_3 WHERE institution = "Longwood University" |
27,934 | <question>: What year did a school leave that was founded in 1880? <context>: CREATE TABLE table_11658094_3 (left VARCHAR, founded VARCHAR) | SELECT left FROM table_11658094_3 WHERE founded = 1880 |
27,935 | <question>: What is the nickname of the school with an enrollment of 2386? <context>: CREATE TABLE table_11658094_3 (nickname VARCHAR, enrollment VARCHAR) | SELECT nickname FROM table_11658094_3 WHERE enrollment = 2386 |
27,936 | <question>: What year did the school from mars hill, north carolina join? <context>: CREATE TABLE table_11658094_3 (joined VARCHAR, location VARCHAR) | SELECT joined FROM table_11658094_3 WHERE location = "Mars Hill, North Carolina" |
27,937 | <question>: How many times did anderson university leave? <context>: CREATE TABLE table_11658094_3 (left VARCHAR, institution VARCHAR) | SELECT COUNT(left) FROM table_11658094_3 WHERE institution = "Anderson University" |
27,938 | <question>: What is the nickname of the newberry college? <context>: CREATE TABLE table_11658094_3 (nickname VARCHAR, institution VARCHAR) | SELECT nickname FROM table_11658094_3 WHERE institution = "Newberry College" |
27,939 | <question>: What was the gross tonnage of the ship that ended service in 1866? <context>: CREATE TABLE table_11662133_1 (gross_tonnage VARCHAR, ended_service VARCHAR) | SELECT gross_tonnage FROM table_11662133_1 WHERE ended_service = "1866" |
27,940 | <question>: What is the minimum gross tonnage of the Munich? <context>: CREATE TABLE table_11662133_1 (gross_tonnage INTEGER, ships_name VARCHAR) | SELECT MIN(gross_tonnage) FROM table_11662133_1 WHERE ships_name = "Munich" |
27,941 | <question>: What is the air date for the episode written by Wendy Battles and directed by Oz Scott <context>: CREATE TABLE table_11665016_2 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR) | SELECT original_air_date FROM table_11665016_2 WHERE written_by = "Wendy Battles" AND directed_by = "Oz Scott" |
27,942 | <question>: Which episode was written by anthony e. zuiker & ken solarz <context>: CREATE TABLE table_11665016_2 (title VARCHAR, written_by VARCHAR) | SELECT title FROM table_11665016_2 WHERE written_by = "Anthony E. Zuiker & Ken Solarz" |
27,943 | <question>: Which episode was directed by steven depaul <context>: CREATE TABLE table_11665016_2 (title VARCHAR, directed_by VARCHAR) | SELECT title FROM table_11665016_2 WHERE directed_by = "Steven DePaul" |
27,944 | <question>: What where the tms numbers built in 1923 <context>: CREATE TABLE table_1166023_1 (TMS VARCHAR, year_built VARCHAR) | SELECT TMS AS number FROM table_1166023_1 WHERE year_built = 1923 |
27,945 | <question>: What tms were built nzr addington in the year 1913 <context>: CREATE TABLE table_1166023_1 (TMS VARCHAR, builder VARCHAR, year_built VARCHAR) | SELECT TMS AS number FROM table_1166023_1 WHERE builder = "NZR Addington" AND year_built = 1913 |
27,946 | <question>: what's the date entered service with ships name koningin wilhelmina <context>: CREATE TABLE table_11662133_3 (date_entered_service VARCHAR, ships_name VARCHAR) | SELECT date_entered_service FROM table_11662133_3 WHERE ships_name = "Koningin Wilhelmina" |
27,947 | <question>: what's the date where ships name is zeeland entered service <context>: CREATE TABLE table_11662133_3 (date_entered_service VARCHAR, ships_name VARCHAR) | SELECT date_entered_service FROM table_11662133_3 WHERE ships_name = "Zeeland" |
27,948 | <question>: what is the maximum tonnage where date entered service is 25 march 1986 <context>: CREATE TABLE table_11662133_3 (tonnage INTEGER, date_entered_service VARCHAR) | SELECT MAX(tonnage) FROM table_11662133_3 WHERE date_entered_service = "25 March 1986" |
27,949 | <question>: what are all the date withdrawn for service entered on 21 november 1945 <context>: CREATE TABLE table_11662133_3 (date_withdrawn VARCHAR, date_entered_service VARCHAR) | SELECT date_withdrawn FROM table_11662133_3 WHERE date_entered_service = "21 November 1945" |
27,950 | <question>: what are all the date withdrawn for twin screw ro-ro motorship <context>: CREATE TABLE table_11662133_3 (date_withdrawn VARCHAR, type_of_ship VARCHAR) | SELECT date_withdrawn FROM table_11662133_3 WHERE type_of_ship = "Twin Screw Ro-Ro Motorship" |
27,951 | <question>: what are all the date withdrawn for koningin beatrix <context>: CREATE TABLE table_11662133_3 (date_withdrawn VARCHAR, ships_name VARCHAR) | SELECT date_withdrawn FROM table_11662133_3 WHERE ships_name = "Koningin Beatrix" |
27,952 | <question>: Where is the first season that Anthony Hemingway appears? <context>: CREATE TABLE table_11664625_2 (no_in_season INTEGER, directed_by VARCHAR) | SELECT MIN(no_in_season) FROM table_11664625_2 WHERE directed_by = "Anthony Hemingway" |
27,953 | <question>: What is the original air date of season 18? <context>: CREATE TABLE table_11664625_2 (original_air_date VARCHAR, no_in_season VARCHAR) | SELECT original_air_date FROM table_11664625_2 WHERE no_in_season = 18 |
27,954 | <question>: When is the first season there were 14.57 million U.S viewers? <context>: CREATE TABLE table_11664625_2 (no_in_season INTEGER, us_viewers__millions_ VARCHAR) | SELECT MIN(no_in_season) FROM table_11664625_2 WHERE us_viewers__millions_ = "14.57" |
27,955 | <question>: How many champions were there in 2009? <context>: CREATE TABLE table_1167698_1 (champion VARCHAR, season VARCHAR) | SELECT COUNT(champion) FROM table_1167698_1 WHERE season = "2009" |
27,956 | <question>: Who won third place with the runner up being dynamo moscow? <context>: CREATE TABLE table_1167698_1 (third_place VARCHAR, runner_up VARCHAR) | SELECT third_place FROM table_1167698_1 WHERE runner_up = "Dynamo Moscow" |
27,957 | <question>: What position does Matt Hobgood play? <context>: CREATE TABLE table_11677100_15 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11677100_15 WHERE player = "Matt Hobgood" |
27,958 | <question>: How many players were from high point, nc? <context>: CREATE TABLE table_11677100_15 (mlb_draft VARCHAR, hometown VARCHAR) | SELECT COUNT(mlb_draft) FROM table_11677100_15 WHERE hometown = "High Point, NC" |
27,959 | <question>: What high school did Jeff Malm attend? <context>: CREATE TABLE table_11677100_15 (school VARCHAR, player VARCHAR) | SELECT school FROM table_11677100_15 WHERE player = "Jeff Malm" |
27,960 | <question>: How many hometowns does the catcher have? <context>: CREATE TABLE table_11677100_15 (hometown VARCHAR, position VARCHAR) | SELECT COUNT(hometown) FROM table_11677100_15 WHERE position = "Catcher" |
27,961 | <question>: Who was drafted from the school Mountain Pointe High School? <context>: CREATE TABLE table_11677100_16 (mlb_draft VARCHAR, school VARCHAR) | SELECT mlb_draft FROM table_11677100_16 WHERE school = "Mountain Pointe High school" |
27,962 | <question>: What school did the player Ethan Bennett attend? <context>: CREATE TABLE table_11677100_16 (school VARCHAR, player VARCHAR) | SELECT school FROM table_11677100_16 WHERE player = "Ethan Bennett" |
27,963 | <question>: What MLB Drafts have the position pitcher/infielder? <context>: CREATE TABLE table_11677100_16 (mlb_draft VARCHAR, position VARCHAR) | SELECT mlb_draft FROM table_11677100_16 WHERE position = "Pitcher/Infielder" |
27,964 | <question>: What positions were drafted from Las Vegas, NV? <context>: CREATE TABLE table_11677100_16 (position VARCHAR, hometown VARCHAR) | SELECT position FROM table_11677100_16 WHERE hometown = "Las Vegas, NV" |
27,965 | <question>: What is the hometown of Bubba Starling? <context>: CREATE TABLE table_11677100_17 (hometown VARCHAR, player VARCHAR) | SELECT hometown FROM table_11677100_17 WHERE player = "Bubba Starling" |
27,966 | <question>: How many schools did Bubba Starling attend? <context>: CREATE TABLE table_11677100_17 (school VARCHAR, player VARCHAR) | SELECT COUNT(school) FROM table_11677100_17 WHERE player = "Bubba Starling" |
27,967 | <question>: What was the hometown of the player who attended Athens Drive High School? <context>: CREATE TABLE table_11677100_5 (hometown VARCHAR, school VARCHAR) | SELECT hometown FROM table_11677100_5 WHERE school = "Athens Drive High school" |
27,968 | <question>: What school did Pat Osborn attend? <context>: CREATE TABLE table_11677100_5 (school VARCHAR, player VARCHAR) | SELECT school FROM table_11677100_5 WHERE player = "Pat Osborn" |
27,969 | <question>: What is Josh Hamilton's hometown? <context>: CREATE TABLE table_11677100_5 (hometown VARCHAR, player VARCHAR) | SELECT hometown FROM table_11677100_5 WHERE player = "Josh Hamilton" |
27,970 | <question>: What school does Kerry Wood play for? <context>: CREATE TABLE table_11677100_3 (school VARCHAR, player VARCHAR) | SELECT school FROM table_11677100_3 WHERE player = "Kerry Wood" |
27,971 | <question>: What's the position of the player from Germantown, TN? <context>: CREATE TABLE table_11677100_3 (position VARCHAR, hometown VARCHAR) | SELECT position FROM table_11677100_3 WHERE hometown = "Germantown, TN" |
27,972 | <question>: What player goes to Torrey Pines High School? <context>: CREATE TABLE table_11677100_3 (player VARCHAR, school VARCHAR) | SELECT player FROM table_11677100_3 WHERE school = "Torrey Pines High school" |
27,973 | <question>: What position does Kerry Wood play in? <context>: CREATE TABLE table_11677100_3 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11677100_3 WHERE player = "Kerry Wood" |
27,974 | <question>: What's Shion Newton's MLB draft result? <context>: CREATE TABLE table_11677100_3 (mlb_draft VARCHAR, player VARCHAR) | SELECT mlb_draft FROM table_11677100_3 WHERE player = "Shion Newton" |
27,975 | <question>: What is the hometown of the pitcher who's school was Saint Joseph Regional High School? <context>: CREATE TABLE table_11677100_18 (hometown VARCHAR, position VARCHAR, school VARCHAR) | SELECT hometown FROM table_11677100_18 WHERE position = "Pitcher" AND school = "Saint Joseph Regional High school" |
27,976 | <question>: What is the school of the player from Lake Charles, LA? <context>: CREATE TABLE table_11677100_18 (school VARCHAR, hometown VARCHAR) | SELECT school FROM table_11677100_18 WHERE hometown = "Lake Charles, LA" |
27,977 | <question>: Where was mlb draft for the player who's school was Carl Albert High School? <context>: CREATE TABLE table_11677100_18 (mlb_draft VARCHAR, school VARCHAR) | SELECT mlb_draft FROM table_11677100_18 WHERE school = "Carl Albert High school" |
27,978 | <question>: What school did the player attend who's hometown was Montvale, NJ? <context>: CREATE TABLE table_11677100_18 (school VARCHAR, hometown VARCHAR) | SELECT school FROM table_11677100_18 WHERE hometown = "Montvale, NJ" |
27,979 | <question>: What is the school for the player who's hometown was Irvine, CA? <context>: CREATE TABLE table_11677100_18 (school VARCHAR, hometown VARCHAR) | SELECT school FROM table_11677100_18 WHERE hometown = "Irvine, CA" |
27,980 | <question>: How many positions did the player from Spring High School play? <context>: CREATE TABLE table_11677100_4 (position VARCHAR, school VARCHAR) | SELECT COUNT(position) FROM table_11677100_4 WHERE school = "Spring High school" |
27,981 | <question>: What player is from Spring, Tx? <context>: CREATE TABLE table_11677100_4 (player VARCHAR, hometown VARCHAR) | SELECT player FROM table_11677100_4 WHERE hometown = "Spring, TX" |
27,982 | <question>: What town is Brighton High School in? <context>: CREATE TABLE table_11677100_4 (hometown VARCHAR, school VARCHAR) | SELECT hometown FROM table_11677100_4 WHERE school = "Brighton High school" |
27,983 | <question>: The catcher went to what school? <context>: CREATE TABLE table_11677100_7 (school VARCHAR, position VARCHAR) | SELECT school FROM table_11677100_7 WHERE position = "Catcher" |
27,984 | <question>: How many schools did Mike Jones attend? <context>: CREATE TABLE table_11677100_7 (school VARCHAR, player VARCHAR) | SELECT COUNT(school) FROM table_11677100_7 WHERE player = "Mike Jones" |
27,985 | <question>: What is the postion of the player listed from Dooly County High School? <context>: CREATE TABLE table_11677691_10 (position VARCHAR, school VARCHAR) | SELECT position FROM table_11677691_10 WHERE school = "Dooly County High school" |
27,986 | <question>: What player represented Vista Murrieta High School? <context>: CREATE TABLE table_11677691_10 (player VARCHAR, school VARCHAR) | SELECT player FROM table_11677691_10 WHERE school = "Vista Murrieta High school" |
27,987 | <question>: What was the position of the player from Butler High School? <context>: CREATE TABLE table_11677691_10 (position VARCHAR, school VARCHAR) | SELECT position FROM table_11677691_10 WHERE school = "Butler High school" |
27,988 | <question>: What position belonged to the player from Paramus, New Jersey? <context>: CREATE TABLE table_11677691_10 (position VARCHAR, hometown VARCHAR) | SELECT position FROM table_11677691_10 WHERE hometown = "Paramus, New Jersey" |
27,989 | <question>: What town is Muscle Shoals High School located in? <context>: CREATE TABLE table_11677691_10 (hometown VARCHAR, school VARCHAR) | SELECT hometown FROM table_11677691_10 WHERE school = "Muscle Shoals High school" |
27,990 | <question>: What pick was the player from Apopka, FL in the 2002 MLB draft <context>: CREATE TABLE table_11677100_8 (mlb_draft VARCHAR, hometown VARCHAR) | SELECT mlb_draft FROM table_11677100_8 WHERE hometown = "Apopka, FL" |
27,991 | <question>: WHAT SCHOOL DID THE PLAYER FROM SOUTH CAROLINA ATTEND? <context>: CREATE TABLE table_11677691_2 (school VARCHAR, college VARCHAR) | SELECT school FROM table_11677691_2 WHERE college = "South Carolina" |
27,992 | <question>: WHAT IS THE HOMETOWN OF TONY STEWARD? <context>: CREATE TABLE table_11677691_2 (hometown VARCHAR, player VARCHAR) | SELECT hometown FROM table_11677691_2 WHERE player = "Tony Steward" |
27,993 | <question>: WHAT POSITION DOES THE PLAYER FROM SOUTH POINTE HIGH SCHOOL PLAY? <context>: CREATE TABLE table_11677691_2 (position VARCHAR, school VARCHAR) | SELECT position FROM table_11677691_2 WHERE school = "South Pointe High school" |
27,994 | <question>: HOW MANY PLAYERS PLAY FOR OREGON? <context>: CREATE TABLE table_11677691_2 (player VARCHAR, college VARCHAR) | SELECT COUNT(player) FROM table_11677691_2 WHERE college = "Oregon" |
27,995 | <question>: WHAT SCHOOL DOES HA'SEAN CLINTON-DIX BELONG TO? <context>: CREATE TABLE table_11677691_2 (school VARCHAR, player VARCHAR) | SELECT school FROM table_11677691_2 WHERE player = "Ha'Sean Clinton-Dix" |
27,996 | <question>: How many players are from Delray Beach, Florida? <context>: CREATE TABLE table_11677691_11 (player VARCHAR, hometown VARCHAR) | SELECT COUNT(player) FROM table_11677691_11 WHERE hometown = "Delray Beach, Florida" |
27,997 | <question>: How many schools did Derrick Green attend? <context>: CREATE TABLE table_11677691_11 (school VARCHAR, player VARCHAR) | SELECT COUNT(school) FROM table_11677691_11 WHERE player = "Derrick Green" |
27,998 | <question>: What is the hometown of the player who attended American Heritage School? <context>: CREATE TABLE table_11677691_11 (hometown VARCHAR, school VARCHAR) | SELECT hometown FROM table_11677691_11 WHERE school = "American Heritage school" |
27,999 | <question>: How many positions does Greg Bryant play? <context>: CREATE TABLE table_11677691_11 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_11677691_11 WHERE player = "Greg Bryant" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.