question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What is the Italian word for "orange" in English? | CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "orange" | ### Context: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) ### Question: What is the Italian word for "orange" in English? ### Answer: SELECT italian FROM table_2077192_2 WHERE english = "orange" |
How many Phonetic Greek words translate to grenouille in French? | CREATE TABLE table_2077192_2 (phonetic_greek VARCHAR, french VARCHAR) | SELECT COUNT(phonetic_greek) FROM table_2077192_2 WHERE french = "grenouille" | ### Context: CREATE TABLE table_2077192_2 (phonetic_greek VARCHAR, french VARCHAR) ### Question: How many Phonetic Greek words translate to grenouille in French? ### Answer: SELECT COUNT(phonetic_greek) FROM table_2077192_2 WHERE french = "grenouille" |
What does the word "frog"in English translate to in Italian? | CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "frog" | ### Context: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) ### Question: What does the word "frog"in English translate to in Italian? ### Answer: SELECT italian FROM table_2077192_2 WHERE english = "frog" |
Where are the Alexandria enrollment locations? | CREATE TABLE table_2076608_3 (enrollment VARCHAR, location_s_ VARCHAR) | SELECT enrollment FROM table_2076608_3 WHERE location_s_ = "Alexandria" | ### Context: CREATE TABLE table_2076608_3 (enrollment VARCHAR, location_s_ VARCHAR) ### Question: Where are the Alexandria enrollment locations? ### Answer: SELECT enrollment FROM table_2076608_3 WHERE location_s_ = "Alexandria" |
What is the control type which was founded in 1991? | CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) | SELECT control FROM table_2076608_3 WHERE founded = "1991" | ### Context: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) ### Question: What is the control type which was founded in 1991? ### Answer: SELECT control FROM table_2076608_3 WHERE founded = "1991" |
What is the control type which was founded in 1818? | CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) | SELECT control FROM table_2076608_3 WHERE founded = "1818" | ### Context: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR) ### Question: What is the control type which was founded in 1818? ### Answer: SELECT control FROM table_2076608_3 WHERE founded = "1818" |
What year was Hartland College founded? | CREATE TABLE table_2076608_3 (founded VARCHAR, school VARCHAR) | SELECT founded FROM table_2076608_3 WHERE school = "Hartland College" | ### Context: CREATE TABLE table_2076608_3 (founded VARCHAR, school VARCHAR) ### Question: What year was Hartland College founded? ### Answer: SELECT founded FROM table_2076608_3 WHERE school = "Hartland College" |
What type of school is Cordoba University? | CREATE TABLE table_2076608_3 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_3 WHERE school = "Cordoba University" | ### Context: CREATE TABLE table_2076608_3 (type VARCHAR, school VARCHAR) ### Question: What type of school is Cordoba University? ### Answer: SELECT type FROM table_2076608_3 WHERE school = "Cordoba University" |
What school is in Richmond? | CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR) | SELECT school FROM table_2076608_3 WHERE location_s_ = "Richmond" | ### Context: CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR) ### Question: What school is in Richmond? ### Answer: SELECT school FROM table_2076608_3 WHERE location_s_ = "Richmond" |
What accreditation does Hollins University have? | CREATE TABLE table_2076608_1 (accreditation VARCHAR, school VARCHAR) | SELECT accreditation FROM table_2076608_1 WHERE school = "Hollins University" | ### Context: CREATE TABLE table_2076608_1 (accreditation VARCHAR, school VARCHAR) ### Question: What accreditation does Hollins University have? ### Answer: SELECT accreditation FROM table_2076608_1 WHERE school = "Hollins University" |
What was the largest founded year for schools having enrollment of exactly 696? | CREATE TABLE table_2076608_1 (founded INTEGER, enrollment VARCHAR) | SELECT MAX(founded) FROM table_2076608_1 WHERE enrollment = "696" | ### Context: CREATE TABLE table_2076608_1 (founded INTEGER, enrollment VARCHAR) ### Question: What was the largest founded year for schools having enrollment of exactly 696? ### Answer: SELECT MAX(founded) FROM table_2076608_1 WHERE enrollment = "696" |
What is the control for Christopher Newport University? | CREATE TABLE table_2076608_1 (control VARCHAR, school VARCHAR) | SELECT control FROM table_2076608_1 WHERE school = "Christopher Newport University" | ### Context: CREATE TABLE table_2076608_1 (control VARCHAR, school VARCHAR) ### Question: What is the control for Christopher Newport University? ### Answer: SELECT control FROM table_2076608_1 WHERE school = "Christopher Newport University" |
What is the total number of schools founded that have an enrollment of 5634? | CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR) | SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = "5634" | ### Context: CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR) ### Question: What is the total number of schools founded that have an enrollment of 5634? ### Answer: SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = "5634" |
What type of school is Stratford University? | CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_1 WHERE school = "Stratford University" | ### Context: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) ### Question: What type of school is Stratford University? ### Answer: SELECT type FROM table_2076608_1 WHERE school = "Stratford University" |
What type of school is Jefferson College of Health Sciences? | CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) | SELECT type FROM table_2076608_1 WHERE school = "Jefferson College of Health Sciences" | ### Context: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR) ### Question: What type of school is Jefferson College of Health Sciences? ### Answer: SELECT type FROM table_2076608_1 WHERE school = "Jefferson College of Health Sciences" |
Name the nec record for 11th standing | CREATE TABLE table_20774360_2 (nec_record VARCHAR, standing VARCHAR) | SELECT nec_record FROM table_20774360_2 WHERE standing = "11th" | ### Context: CREATE TABLE table_20774360_2 (nec_record VARCHAR, standing VARCHAR) ### Question: Name the nec record for 11th standing ### Answer: SELECT nec_record FROM table_20774360_2 WHERE standing = "11th" |
Name the year for standing 9th | CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) | SELECT year FROM table_20774360_2 WHERE standing = "9th" | ### Context: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) ### Question: Name the year for standing 9th ### Answer: SELECT year FROM table_20774360_2 WHERE standing = "9th" |
Name the year for t-10th | CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) | SELECT year FROM table_20774360_2 WHERE standing = "T-10th" | ### Context: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR) ### Question: Name the year for t-10th ### Answer: SELECT year FROM table_20774360_2 WHERE standing = "T-10th" |
Name the regular season record for standing 11th | CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR) | SELECT regular_season_record__w_l_ FROM table_20774360_2 WHERE standing = "11th" | ### Context: CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR) ### Question: Name the regular season record for standing 11th ### Answer: SELECT regular_season_record__w_l_ FROM table_20774360_2 WHERE standing = "11th" |
Name the most previous br number | CREATE TABLE table_2079664_3 (previous_br_no INTEGER) | SELECT MAX(previous_br_no) FROM table_2079664_3 | ### Context: CREATE TABLE table_2079664_3 (previous_br_no INTEGER) ### Question: Name the most previous br number ### Answer: SELECT MAX(previous_br_no) FROM table_2079664_3 |
Name the total number of previous br number for number 21 | CREATE TABLE table_2079664_3 (previous_br_no VARCHAR, number VARCHAR) | SELECT COUNT(previous_br_no) FROM table_2079664_3 WHERE number = "21" | ### Context: CREATE TABLE table_2079664_3 (previous_br_no VARCHAR, number VARCHAR) ### Question: Name the total number of previous br number for number 21 ### Answer: SELECT COUNT(previous_br_no) FROM table_2079664_3 WHERE number = "21" |
What country uses the title Marele Câștigător The Big Winner? | CREATE TABLE table_20780285_1 (country_region VARCHAR, title VARCHAR) | SELECT country_region FROM table_20780285_1 WHERE title = "Marele câștigător The Big Winner" | ### Context: CREATE TABLE table_20780285_1 (country_region VARCHAR, title VARCHAR) ### Question: What country uses the title Marele Câștigător The Big Winner? ### Answer: SELECT country_region FROM table_20780285_1 WHERE title = "Marele câștigător The Big Winner" |
Silvio Santos is the presenter in what country? | CREATE TABLE table_20780285_1 (country_region VARCHAR, presenters VARCHAR) | SELECT country_region FROM table_20780285_1 WHERE presenters = "Silvio Santos" | ### Context: CREATE TABLE table_20780285_1 (country_region VARCHAR, presenters VARCHAR) ### Question: Silvio Santos is the presenter in what country? ### Answer: SELECT country_region FROM table_20780285_1 WHERE presenters = "Silvio Santos" |
What is the home town of David Noel? | CREATE TABLE table_20785990_2 (home_town VARCHAR, name VARCHAR) | SELECT home_town FROM table_20785990_2 WHERE name = "David Noel" | ### Context: CREATE TABLE table_20785990_2 (home_town VARCHAR, name VARCHAR) ### Question: What is the home town of David Noel? ### Answer: SELECT home_town FROM table_20785990_2 WHERE name = "David Noel" |
What is the high school for the player who's hometown is Blue Island, Il? | CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR) | SELECT high_school FROM table_20785990_2 WHERE home_town = "Blue Island, IL" | ### Context: CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR) ### Question: What is the high school for the player who's hometown is Blue Island, Il? ### Answer: SELECT high_school FROM table_20785990_2 WHERE home_town = "Blue Island, IL" |
What is the position of the player who's hometown is North Babylon, NY? | CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) | SELECT position FROM table_20785990_2 WHERE home_town = "North Babylon, NY" | ### Context: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) ### Question: What is the position of the player who's hometown is North Babylon, NY? ### Answer: SELECT position FROM table_20785990_2 WHERE home_town = "North Babylon, NY" |
What position is the player from Chapel Hill, NC? | CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) | SELECT position FROM table_20785990_2 WHERE home_town = "Chapel Hill, NC" | ### Context: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR) ### Question: What position is the player from Chapel Hill, NC? ### Answer: SELECT position FROM table_20785990_2 WHERE home_town = "Chapel Hill, NC" |
What is the height of the player from Gulfport, MS? | CREATE TABLE table_20785990_2 (height VARCHAR, home_town VARCHAR) | SELECT height FROM table_20785990_2 WHERE home_town = "Gulfport, MS" | ### Context: CREATE TABLE table_20785990_2 (height VARCHAR, home_town VARCHAR) ### Question: What is the height of the player from Gulfport, MS? ### Answer: SELECT height FROM table_20785990_2 WHERE home_town = "Gulfport, MS" |
In what county did McCain get 57.8%? | CREATE TABLE table_20799905_1 (county VARCHAR, mccain_percentage VARCHAR) | SELECT county FROM table_20799905_1 WHERE mccain_percentage = "57.8%" | ### Context: CREATE TABLE table_20799905_1 (county VARCHAR, mccain_percentage VARCHAR) ### Question: In what county did McCain get 57.8%? ### Answer: SELECT county FROM table_20799905_1 WHERE mccain_percentage = "57.8%" |
How many figures are given for McCain's % in Davidson county? | CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = "DAVIDSON" | ### Context: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: How many figures are given for McCain's % in Davidson county? ### Answer: SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = "DAVIDSON" |
What percentage did Obama get in Rutherford county? | CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR) | SELECT obama_percentage FROM table_20799905_1 WHERE county = "RUTHERFORD" | ### Context: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR) ### Question: What percentage did Obama get in Rutherford county? ### Answer: SELECT obama_percentage FROM table_20799905_1 WHERE county = "RUTHERFORD" |
What percentage did McCain get in Hamilton county? | CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799905_1 WHERE county = "HAMILTON" | ### Context: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: What percentage did McCain get in Hamilton county? ### Answer: SELECT mccain_percentage FROM table_20799905_1 WHERE county = "HAMILTON" |
What percentage did Obama get when McCain got 52.8%? | CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR) | SELECT obama_percentage FROM table_20799905_1 WHERE mccain_percentage = "52.8%" | ### Context: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR) ### Question: What percentage did Obama get when McCain got 52.8%? ### Answer: SELECT obama_percentage FROM table_20799905_1 WHERE mccain_percentage = "52.8%" |
How many votes did Obama get in Lake County? | CREATE TABLE table_20799905_1 (obama_number INTEGER, county VARCHAR) | SELECT MIN(obama_number) FROM table_20799905_1 WHERE county = "LAKE" | ### Context: CREATE TABLE table_20799905_1 (obama_number INTEGER, county VARCHAR) ### Question: How many votes did Obama get in Lake County? ### Answer: SELECT MIN(obama_number) FROM table_20799905_1 WHERE county = "LAKE" |
In how many counties did McCain get 65.72% of the votes? | CREATE TABLE table_20799587_1 (county VARCHAR, mccain_percentage VARCHAR) | SELECT COUNT(county) FROM table_20799587_1 WHERE mccain_percentage = "65.72%" | ### Context: CREATE TABLE table_20799587_1 (county VARCHAR, mccain_percentage VARCHAR) ### Question: In how many counties did McCain get 65.72% of the votes? ### Answer: SELECT COUNT(county) FROM table_20799587_1 WHERE mccain_percentage = "65.72%" |
How many people voted for Obama in the county where McCain got 72.75% of the votes? | CREATE TABLE table_20799587_1 (obama_number INTEGER, mccain_percentage VARCHAR) | SELECT MIN(obama_number) FROM table_20799587_1 WHERE mccain_percentage = "72.75%" | ### Context: CREATE TABLE table_20799587_1 (obama_number INTEGER, mccain_percentage VARCHAR) ### Question: How many people voted for Obama in the county where McCain got 72.75% of the votes? ### Answer: SELECT MIN(obama_number) FROM table_20799587_1 WHERE mccain_percentage = "72.75%" |
What percentage of the votes did McCain get in Hinds? | CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Hinds" | ### Context: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: What percentage of the votes did McCain get in Hinds? ### Answer: SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Hinds" |
How many votes did McCain get in Scott? | CREATE TABLE table_20799587_1 (mccain_number INTEGER, county VARCHAR) | SELECT MIN(mccain_number) FROM table_20799587_1 WHERE county = "Scott" | ### Context: CREATE TABLE table_20799587_1 (mccain_number INTEGER, county VARCHAR) ### Question: How many votes did McCain get in Scott? ### Answer: SELECT MIN(mccain_number) FROM table_20799587_1 WHERE county = "Scott" |
What percentage of the votes in Tippah did Obama get? | CREATE TABLE table_20799587_1 (obama_percentage VARCHAR, county VARCHAR) | SELECT obama_percentage FROM table_20799587_1 WHERE county = "Tippah" | ### Context: CREATE TABLE table_20799587_1 (obama_percentage VARCHAR, county VARCHAR) ### Question: What percentage of the votes in Tippah did Obama get? ### Answer: SELECT obama_percentage FROM table_20799587_1 WHERE county = "Tippah" |
What percentage of the votes in Copiah did McCain get? | CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) | SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Copiah" | ### Context: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: What percentage of the votes in Copiah did McCain get? ### Answer: SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Copiah" |
When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there? | CREATE TABLE table_20803241_1 (type_of_fare VARCHAR, cash_fare VARCHAR, day_pass VARCHAR) | SELECT COUNT(type_of_fare) FROM table_20803241_1 WHERE 31 - day_pass = "N/A" AND cash_fare = "N/A" | ### Context: CREATE TABLE table_20803241_1 (type_of_fare VARCHAR, cash_fare VARCHAR, day_pass VARCHAR) ### Question: When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there? ### Answer: SELECT COUNT(type_of_fare) FROM table_20803241_1 WHERE 31 - day_pass = "N/A" AND cash_fare = "N/A" |
When fixed route is the type of fare how much is the 31-day pass? | CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) | SELECT 31 - day_pass FROM table_20803241_1 WHERE type_of_fare = "Fixed Route" | ### Context: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) ### Question: When fixed route is the type of fare how much is the 31-day pass? ### Answer: SELECT 31 - day_pass FROM table_20803241_1 WHERE type_of_fare = "Fixed Route" |
When mega pass* (senior/disabled) is the type of fare what is the cash fare? | CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) | SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" | ### Context: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) ### Question: When mega pass* (senior/disabled) is the type of fare what is the cash fare? ### Answer: SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" |
When mega pass* (senior/disabled) is the type of fare what is the day pass? | CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) | SELECT day_pass FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" | ### Context: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR) ### Question: When mega pass* (senior/disabled) is the type of fare what is the day pass? ### Answer: SELECT day_pass FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" |
When fort irwin-barstow/victorville is the type of fare what is the cash fare? | CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) | SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Fort Irwin-Barstow/Victorville" | ### Context: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR) ### Question: When fort irwin-barstow/victorville is the type of fare what is the cash fare? ### Answer: SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Fort Irwin-Barstow/Victorville" |
Where total goals is 1 and total apps is 33, what is the smallest no.? | CREATE TABLE table_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR) | SELECT MIN(no) FROM table_20848569_9 WHERE total_goals = 1 AND total_apps = 33 | ### Context: CREATE TABLE table_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR) ### Question: Where total goals is 1 and total apps is 33, what is the smallest no.? ### Answer: SELECT MIN(no) FROM table_20848569_9 WHERE total_goals = 1 AND total_apps = 33 |
What position is the boat with 20.12 LOA (metres)? | CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR) | SELECT MAX(position) FROM table_20854943_2 WHERE loa__metres_ = "20.12" | ### Context: CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR) ### Question: What position is the boat with 20.12 LOA (metres)? ### Answer: SELECT MAX(position) FROM table_20854943_2 WHERE loa__metres_ = "20.12" |
What are the LOA (metres) of boat with sail number M10? | CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR) | SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = "M10" | ### Context: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR) ### Question: What are the LOA (metres) of boat with sail number M10? ### Answer: SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = "M10" |
How many LOA (metres) reported for Black Jack? | CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, yacht VARCHAR) | SELECT COUNT(loa__metres_) FROM table_20854943_2 WHERE yacht = "Black Jack" | ### Context: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, yacht VARCHAR) ### Question: How many LOA (metres) reported for Black Jack? ### Answer: SELECT COUNT(loa__metres_) FROM table_20854943_2 WHERE yacht = "Black Jack" |
What race number had sail number AUS 98888? | CREATE TABLE table_20854943_2 (race_number VARCHAR, sail_number VARCHAR) | SELECT race_number FROM table_20854943_2 WHERE sail_number = "AUS 98888" | ### Context: CREATE TABLE table_20854943_2 (race_number VARCHAR, sail_number VARCHAR) ### Question: What race number had sail number AUS 98888? ### Answer: SELECT race_number FROM table_20854943_2 WHERE sail_number = "AUS 98888" |
How many sail numbers for boat skippered by Geoff Ross? | CREATE TABLE table_20854943_2 (sail_number VARCHAR, skipper VARCHAR) | SELECT COUNT(sail_number) FROM table_20854943_2 WHERE skipper = "Geoff Ross" | ### Context: CREATE TABLE table_20854943_2 (sail_number VARCHAR, skipper VARCHAR) ### Question: How many sail numbers for boat skippered by Geoff Ross? ### Answer: SELECT COUNT(sail_number) FROM table_20854943_2 WHERE skipper = "Geoff Ross" |
When did they play against West Virginia? | CREATE TABLE table_20850339_1 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_20850339_1 WHERE opponent = "West Virginia" | ### Context: CREATE TABLE table_20850339_1 (date VARCHAR, opponent VARCHAR) ### Question: When did they play against West Virginia? ### Answer: SELECT date FROM table_20850339_1 WHERE opponent = "West Virginia" |
When l (ot/so) is 22 (3/4), what is the season? | CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR) | SELECT season FROM table_20833768_4 WHERE l__ot_so_ = "22 (3/4)" | ### Context: CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR) ### Question: When l (ot/so) is 22 (3/4), what is the season? ### Answer: SELECT season FROM table_20833768_4 WHERE l__ot_so_ = "22 (3/4)" |
In season is 2008–09, how many wins did they have? | CREATE TABLE table_20833768_4 (w__ot_so_ VARCHAR, season VARCHAR) | SELECT w__ot_so_ FROM table_20833768_4 WHERE season = "2008–09" | ### Context: CREATE TABLE table_20833768_4 (w__ot_so_ VARCHAR, season VARCHAR) ### Question: In season is 2008–09, how many wins did they have? ### Answer: SELECT w__ot_so_ FROM table_20833768_4 WHERE season = "2008–09" |
What is the weight of Eben Britton? | CREATE TABLE table_20860739_1 (weight INTEGER, player VARCHAR) | SELECT MAX(weight) FROM table_20860739_1 WHERE player = "Eben Britton" | ### Context: CREATE TABLE table_20860739_1 (weight INTEGER, player VARCHAR) ### Question: What is the weight of Eben Britton? ### Answer: SELECT MAX(weight) FROM table_20860739_1 WHERE player = "Eben Britton" |
How many rounds did Virginia have? | CREATE TABLE table_20860739_1 (round VARCHAR, college VARCHAR) | SELECT round FROM table_20860739_1 WHERE college = "Virginia" | ### Context: CREATE TABLE table_20860739_1 (round VARCHAR, college VARCHAR) ### Question: How many rounds did Virginia have? ### Answer: SELECT round FROM table_20860739_1 WHERE college = "Virginia" |
How many rounds were there a height of 6'5? | CREATE TABLE table_20860739_1 (round VARCHAR, height VARCHAR) | SELECT round FROM table_20860739_1 WHERE height = "6'5" | ### Context: CREATE TABLE table_20860739_1 (round VARCHAR, height VARCHAR) ### Question: How many rounds were there a height of 6'5? ### Answer: SELECT round FROM table_20860739_1 WHERE height = "6'5" |
What college has a player that is 6'1? | CREATE TABLE table_20860739_1 (college VARCHAR, height VARCHAR) | SELECT college FROM table_20860739_1 WHERE height = "6'1" | ### Context: CREATE TABLE table_20860739_1 (college VARCHAR, height VARCHAR) ### Question: What college has a player that is 6'1? ### Answer: SELECT college FROM table_20860739_1 WHERE height = "6'1" |
What is the number of Mike Thomas? | CREATE TABLE table_20860739_1 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_20860739_1 WHERE player = "Mike Thomas" | ### Context: CREATE TABLE table_20860739_1 (position VARCHAR, player VARCHAR) ### Question: What is the number of Mike Thomas? ### Answer: SELECT COUNT(position) FROM table_20860739_1 WHERE player = "Mike Thomas" |
What college did Terrance Taylor play for? | CREATE TABLE table_20861261_4 (college VARCHAR, player VARCHAR) | SELECT college FROM table_20861261_4 WHERE player = "Terrance Taylor" | ### Context: CREATE TABLE table_20861261_4 (college VARCHAR, player VARCHAR) ### Question: What college did Terrance Taylor play for? ### Answer: SELECT college FROM table_20861261_4 WHERE player = "Terrance Taylor" |
What's Curtis Painter's position? | CREATE TABLE table_20861261_4 (position VARCHAR, player VARCHAR) | SELECT position FROM table_20861261_4 WHERE player = "Curtis Painter" | ### Context: CREATE TABLE table_20861261_4 (position VARCHAR, player VARCHAR) ### Question: What's Curtis Painter's position? ### Answer: SELECT position FROM table_20861261_4 WHERE player = "Curtis Painter" |
How much does the player from Southern California weight? | CREATE TABLE table_20861261_4 (weight VARCHAR, college VARCHAR) | SELECT weight FROM table_20861261_4 WHERE college = "Southern California" | ### Context: CREATE TABLE table_20861261_4 (weight VARCHAR, college VARCHAR) ### Question: How much does the player from Southern California weight? ### Answer: SELECT weight FROM table_20861261_4 WHERE college = "Southern California" |
In what round did the player who weights 192lb (87kg) play? | CREATE TABLE table_20861261_4 (round INTEGER, weight VARCHAR) | SELECT MAX(round) FROM table_20861261_4 WHERE weight = "192lb (87kg)" | ### Context: CREATE TABLE table_20861261_4 (round INTEGER, weight VARCHAR) ### Question: In what round did the player who weights 192lb (87kg) play? ### Answer: SELECT MAX(round) FROM table_20861261_4 WHERE weight = "192lb (87kg)" |
What's the choice score of the player who weights 303lb (137kg)? | CREATE TABLE table_20861261_4 (choice INTEGER, weight VARCHAR) | SELECT MIN(choice) FROM table_20861261_4 WHERE weight = "303lb (137kg)" | ### Context: CREATE TABLE table_20861261_4 (choice INTEGER, weight VARCHAR) ### Question: What's the choice score of the player who weights 303lb (137kg)? ### Answer: SELECT MIN(choice) FROM table_20861261_4 WHERE weight = "303lb (137kg)" |
How many different engines are there for the model with model designation 97G00? | CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR) | SELECT COUNT(engine) FROM table_20866024_2 WHERE model_designation = "97G00" | ### Context: CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR) ### Question: How many different engines are there for the model with model designation 97G00? ### Answer: SELECT COUNT(engine) FROM table_20866024_2 WHERE model_designation = "97G00" |
What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton? | CREATE TABLE table_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_2 WHERE gvw__kg_ton_ = "2500/2.46" AND model_designation = "97G00" | ### Context: CREATE TABLE table_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR) ### Question: What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton? ### Answer: SELECT engine FROM table_20866024_2 WHERE gvw__kg_ton_ = "2500/2.46" AND model_designation = "97G00" |
What model type has model designation 97500? | CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) | SELECT model_type FROM table_20866024_2 WHERE model_designation = "97500" | ### Context: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) ### Question: What model type has model designation 97500? ### Answer: SELECT model_type FROM table_20866024_2 WHERE model_designation = "97500" |
What's the axle ratio of the model with model designation 97G00? | CREATE TABLE table_20866024_2 (axle_ratio VARCHAR, model_designation VARCHAR) | SELECT axle_ratio FROM table_20866024_2 WHERE model_designation = "97G00" | ### Context: CREATE TABLE table_20866024_2 (axle_ratio VARCHAR, model_designation VARCHAR) ### Question: What's the axle ratio of the model with model designation 97G00? ### Answer: SELECT axle_ratio FROM table_20866024_2 WHERE model_designation = "97G00" |
What model type has 97100 model designation? | CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) | SELECT model_type FROM table_20866024_2 WHERE model_designation = "97100" | ### Context: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) ### Question: What model type has 97100 model designation? ### Answer: SELECT model_type FROM table_20866024_2 WHERE model_designation = "97100" |
What type of engine does the model with model designation 97100 have? | CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_3 WHERE model_designation = "97100" | ### Context: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) ### Question: What type of engine does the model with model designation 97100 have? ### Answer: SELECT engine FROM table_20866024_3 WHERE model_designation = "97100" |
What's the wheelbase (in mm/inch) of the model with model designation 97G00? | CREATE TABLE table_20866024_3 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) | SELECT wheelbase__mm_inch_ FROM table_20866024_3 WHERE model_designation = "97G00" | ### Context: CREATE TABLE table_20866024_3 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) ### Question: What's the wheelbase (in mm/inch) of the model with model designation 97G00? ### Answer: SELECT wheelbase__mm_inch_ FROM table_20866024_3 WHERE model_designation = "97G00" |
What type of engine does the model with model designation 97F00 have? | CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) | SELECT engine FROM table_20866024_3 WHERE model_designation = "97F00" | ### Context: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR) ### Question: What type of engine does the model with model designation 97F00 have? ### Answer: SELECT engine FROM table_20866024_3 WHERE model_designation = "97F00" |
What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47? | CREATE TABLE table_20866024_3 (model_designation VARCHAR, gvw__kg_ton_ VARCHAR, axle_ratio VARCHAR) | SELECT model_designation FROM table_20866024_3 WHERE gvw__kg_ton_ = "2828/2.78" AND axle_ratio = "9/47" | ### Context: CREATE TABLE table_20866024_3 (model_designation VARCHAR, gvw__kg_ton_ VARCHAR, axle_ratio VARCHAR) ### Question: What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47? ### Answer: SELECT model_designation FROM table_20866024_3 WHERE gvw__kg_ton_ = "2828/2.78" AND ax... |
Who is the player name when eastern michigan is the college? | CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) | SELECT player_name FROM table_20871703_1 WHERE college = "Eastern Michigan" | ### Context: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) ### Question: Who is the player name when eastern michigan is the college? ### Answer: SELECT player_name FROM table_20871703_1 WHERE college = "Eastern Michigan" |
What is the height if ot is the position? | CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) | SELECT height FROM table_20871703_1 WHERE position = "OT" | ### Context: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) ### Question: What is the height if ot is the position? ### Answer: SELECT height FROM table_20871703_1 WHERE position = "OT" |
Who is the player for south carolina college? | CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) | SELECT player_name FROM table_20871703_1 WHERE college = "South Carolina" | ### Context: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR) ### Question: Who is the player for south carolina college? ### Answer: SELECT player_name FROM table_20871703_1 WHERE college = "South Carolina" |
What is the height if de is the position? | CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) | SELECT COUNT(height) FROM table_20871703_1 WHERE position = "DE" | ### Context: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR) ### Question: What is the height if de is the position? ### Answer: SELECT COUNT(height) FROM table_20871703_1 WHERE position = "DE" |
Which college has fb as the position? | CREATE TABLE table_20871703_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20871703_1 WHERE position = "FB" | ### Context: CREATE TABLE table_20871703_1 (college VARCHAR, position VARCHAR) ### Question: Which college has fb as the position? ### Answer: SELECT college FROM table_20871703_1 WHERE position = "FB" |
What is the GVW for model 97H00? | CREATE TABLE table_20866024_4 (gvw__kg_ton_ VARCHAR, model_designation VARCHAR) | SELECT gvw__kg_ton_ FROM table_20866024_4 WHERE model_designation = "97H00" | ### Context: CREATE TABLE table_20866024_4 (gvw__kg_ton_ VARCHAR, model_designation VARCHAR) ### Question: What is the GVW for model 97H00? ### Answer: SELECT gvw__kg_ton_ FROM table_20866024_4 WHERE model_designation = "97H00" |
How many engines are there for model 97H00? | CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR) | SELECT COUNT(engine) FROM table_20866024_4 WHERE model_designation = "97H00" | ### Context: CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR) ### Question: How many engines are there for model 97H00? ### Answer: SELECT COUNT(engine) FROM table_20866024_4 WHERE model_designation = "97H00" |
What is the Wheelbase for Model 97300? | CREATE TABLE table_20866024_4 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) | SELECT wheelbase__mm_inch_ FROM table_20866024_4 WHERE model_designation = "97300" | ### Context: CREATE TABLE table_20866024_4 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR) ### Question: What is the Wheelbase for Model 97300? ### Answer: SELECT wheelbase__mm_inch_ FROM table_20866024_4 WHERE model_designation = "97300" |
Name the Engine for model CF350. | CREATE TABLE table_20866024_4 (engine VARCHAR, model_type VARCHAR) | SELECT engine FROM table_20866024_4 WHERE model_type = "CF350" | ### Context: CREATE TABLE table_20866024_4 (engine VARCHAR, model_type VARCHAR) ### Question: Name the Engine for model CF350. ### Answer: SELECT engine FROM table_20866024_4 WHERE model_type = "CF350" |
Was the result of the supercheap auto bathurst 1000 reported? | CREATE TABLE table_20884160_1 (report VARCHAR, race_title VARCHAR) | SELECT report FROM table_20884160_1 WHERE race_title = "Supercheap Auto Bathurst 1000" | ### Context: CREATE TABLE table_20884160_1 (report VARCHAR, race_title VARCHAR) ### Question: Was the result of the supercheap auto bathurst 1000 reported? ### Answer: SELECT report FROM table_20884160_1 WHERE race_title = "Supercheap Auto Bathurst 1000" |
Who was the winner of the race at barbagallo raceway? | CREATE TABLE table_20884160_1 (winner VARCHAR, circuit VARCHAR) | SELECT winner FROM table_20884160_1 WHERE circuit = "Barbagallo Raceway" | ### Context: CREATE TABLE table_20884160_1 (winner VARCHAR, circuit VARCHAR) ### Question: Who was the winner of the race at barbagallo raceway? ### Answer: SELECT winner FROM table_20884160_1 WHERE circuit = "Barbagallo Raceway" |
how many players played running back where status is made 53-man roster at start of 2009 season | CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR) | SELECT COUNT(player) FROM table_20898602_1 WHERE status = "Made 53-man roster at start of 2009 season" AND position = "Running back" | ### Context: CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR) ### Question: how many players played running back where status is made 53-man roster at start of 2009 season ### Answer: SELECT COUNT(player) FROM table_20898602_1 WHERE status = "Made 53-man roster at start of 2009 season" A... |
howe many positions did wallace, mike mike wallace play for | CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_20898602_1 WHERE player = "Wallace, Mike Mike Wallace" | ### Context: CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR) ### Question: howe many positions did wallace, mike mike wallace play for ### Answer: SELECT COUNT(position) FROM table_20898602_1 WHERE player = "Wallace, Mike Mike Wallace" |
state the status of pick # 32 | CREATE TABLE table_20898602_1 (status VARCHAR, pick__number VARCHAR) | SELECT status FROM table_20898602_1 WHERE pick__number = 32 | ### Context: CREATE TABLE table_20898602_1 (status VARCHAR, pick__number VARCHAR) ### Question: state the status of pick # 32 ### Answer: SELECT status FROM table_20898602_1 WHERE pick__number = 32 |
which college had a running back player | CREATE TABLE table_20898602_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20898602_1 WHERE position = "Running back" | ### Context: CREATE TABLE table_20898602_1 (college VARCHAR, position VARCHAR) ### Question: which college had a running back player ### Answer: SELECT college FROM table_20898602_1 WHERE position = "Running back" |
what is the position of the player of height ft0in (m) | CREATE TABLE table_20898602_1 (position VARCHAR, height VARCHAR) | SELECT position FROM table_20898602_1 WHERE height = "ft0in (m)" | ### Context: CREATE TABLE table_20898602_1 (position VARCHAR, height VARCHAR) ### Question: what is the position of the player of height ft0in (m) ### Answer: SELECT position FROM table_20898602_1 WHERE height = "ft0in (m)" |
what's the position of pick # 79 | CREATE TABLE table_20898602_1 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_20898602_1 WHERE pick__number = 79 | ### Context: CREATE TABLE table_20898602_1 (position VARCHAR, pick__number VARCHAR) ### Question: what's the position of pick # 79 ### Answer: SELECT position FROM table_20898602_1 WHERE pick__number = 79 |
How many touchdowns were scored when QB rating was 82.7? | CREATE TABLE table_20906175_3 (touchdowns INTEGER, qb_rating VARCHAR) | SELECT MAX(touchdowns) FROM table_20906175_3 WHERE qb_rating = "82.7" | ### Context: CREATE TABLE table_20906175_3 (touchdowns INTEGER, qb_rating VARCHAR) ### Question: How many touchdowns were scored when QB rating was 82.7? ### Answer: SELECT MAX(touchdowns) FROM table_20906175_3 WHERE qb_rating = "82.7" |
What was the QB rating for Neil lomax? | CREATE TABLE table_20906175_3 (qb_rating VARCHAR, name VARCHAR) | SELECT qb_rating FROM table_20906175_3 WHERE name = "Neil Lomax" | ### Context: CREATE TABLE table_20906175_3 (qb_rating VARCHAR, name VARCHAR) ### Question: What was the QB rating for Neil lomax? ### Answer: SELECT qb_rating FROM table_20906175_3 WHERE name = "Neil Lomax" |
How many attempts did Charley Johnson have? | CREATE TABLE table_20906175_3 (attempts VARCHAR, name VARCHAR) | SELECT COUNT(attempts) FROM table_20906175_3 WHERE name = "Charley Johnson" | ### Context: CREATE TABLE table_20906175_3 (attempts VARCHAR, name VARCHAR) ### Question: How many attempts did Charley Johnson have? ### Answer: SELECT COUNT(attempts) FROM table_20906175_3 WHERE name = "Charley Johnson" |
How many touchdowns were there with QB rating of 66.6? | CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR) | SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = "66.6" | ### Context: CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR) ### Question: How many touchdowns were there with QB rating of 66.6? ### Answer: SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = "66.6" |
Name the number opponent for loss result | CREATE TABLE table_20928661_1 (opponent VARCHAR, result VARCHAR) | SELECT COUNT(opponent) FROM table_20928661_1 WHERE result = "Loss" | ### Context: CREATE TABLE table_20928661_1 (opponent VARCHAR, result VARCHAR) ### Question: Name the number opponent for loss result ### Answer: SELECT COUNT(opponent) FROM table_20928661_1 WHERE result = "Loss" |
Name the game for record being 3-0 | CREATE TABLE table_20928661_1 (game VARCHAR, record VARCHAR) | SELECT game FROM table_20928661_1 WHERE record = "3-0" | ### Context: CREATE TABLE table_20928661_1 (game VARCHAR, record VARCHAR) ### Question: Name the game for record being 3-0 ### Answer: SELECT game FROM table_20928661_1 WHERE record = "3-0" |
What was the date of game 6? | CREATE TABLE table_20928649_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20928649_1 WHERE game = 6 | ### Context: CREATE TABLE table_20928649_1 (date VARCHAR, game VARCHAR) ### Question: What was the date of game 6? ### Answer: SELECT date FROM table_20928649_1 WHERE game = 6 |
What was the record for the game where the cardinals scored 7 points? | CREATE TABLE table_20928649_1 (record VARCHAR, cardinals_points VARCHAR) | SELECT record FROM table_20928649_1 WHERE cardinals_points = 7 | ### Context: CREATE TABLE table_20928649_1 (record VARCHAR, cardinals_points VARCHAR) ### Question: What was the record for the game where the cardinals scored 7 points? ### Answer: SELECT record FROM table_20928649_1 WHERE cardinals_points = 7 |
What game date had the record of 1-2? | CREATE TABLE table_20928649_1 (date VARCHAR, record VARCHAR) | SELECT date FROM table_20928649_1 WHERE record = "1-2" | ### Context: CREATE TABLE table_20928649_1 (date VARCHAR, record VARCHAR) ### Question: What game date had the record of 1-2? ### Answer: SELECT date FROM table_20928649_1 WHERE record = "1-2" |
How many opponents were in North Carolina state game? | CREATE TABLE table_20928649_1 (opponents VARCHAR, opponent VARCHAR) | SELECT COUNT(opponents) FROM table_20928649_1 WHERE opponent = "North Carolina State" | ### Context: CREATE TABLE table_20928649_1 (opponents VARCHAR, opponent VARCHAR) ### Question: How many opponents were in North Carolina state game? ### Answer: SELECT COUNT(opponents) FROM table_20928649_1 WHERE opponent = "North Carolina State" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.