question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Name the report for 2003
CREATE TABLE table_2266230_1 (report VARCHAR, year VARCHAR)
SELECT report FROM table_2266230_1 WHERE year = "2003"
### Context: CREATE TABLE table_2266230_1 (report VARCHAR, year VARCHAR) ### Question: Name the report for 2003 ### Answer: SELECT report FROM table_2266230_1 WHERE year = "2003"
What is the date opened if thedistrict ID is 11901?
CREATE TABLE table_22665117_1 (date_opened VARCHAR, dist_id VARCHAR)
SELECT date_opened FROM table_22665117_1 WHERE dist_id = 11901
### Context: CREATE TABLE table_22665117_1 (date_opened VARCHAR, dist_id VARCHAR) ### Question: What is the date opened if thedistrict ID is 11901? ### Answer: SELECT date_opened FROM table_22665117_1 WHERE dist_id = 11901
If the district name is the Academy of Flint, what is the authorizing agency?
CREATE TABLE table_22665117_1 (authorizing_agency VARCHAR, district_name VARCHAR)
SELECT authorizing_agency FROM table_22665117_1 WHERE district_name = "Academy of Flint"
### Context: CREATE TABLE table_22665117_1 (authorizing_agency VARCHAR, district_name VARCHAR) ### Question: If the district name is the Academy of Flint, what is the authorizing agency? ### Answer: SELECT authorizing_agency FROM table_22665117_1 WHERE district_name = "Academy of Flint"
If the district ID is 74907, what is the name of the district?
CREATE TABLE table_22665117_1 (district_name VARCHAR, dist_id VARCHAR)
SELECT district_name FROM table_22665117_1 WHERE dist_id = 74907
### Context: CREATE TABLE table_22665117_1 (district_name VARCHAR, dist_id VARCHAR) ### Question: If the district ID is 74907, what is the name of the district? ### Answer: SELECT district_name FROM table_22665117_1 WHERE dist_id = 74907
If the name of the district is the Charyl Stockwell Academy, what is the county name?
CREATE TABLE table_22665117_1 (county VARCHAR, district_name VARCHAR)
SELECT county FROM table_22665117_1 WHERE district_name = "Charyl Stockwell Academy"
### Context: CREATE TABLE table_22665117_1 (county VARCHAR, district_name VARCHAR) ### Question: If the name of the district is the Charyl Stockwell Academy, what is the county name? ### Answer: SELECT county FROM table_22665117_1 WHERE district_name = "Charyl Stockwell Academy"
Who was the driver in 1986?
CREATE TABLE table_2266976_1 (driver VARCHAR, year VARCHAR)
SELECT driver FROM table_2266976_1 WHERE year = "1986"
### Context: CREATE TABLE table_2266976_1 (driver VARCHAR, year VARCHAR) ### Question: Who was the driver in 1986? ### Answer: SELECT driver FROM table_2266976_1 WHERE year = "1986"
When was an average speed of 81.388 mph recorded?
CREATE TABLE table_2266976_1 (date VARCHAR, average_speed__mph_ VARCHAR)
SELECT date FROM table_2266976_1 WHERE average_speed__mph_ = "81.388"
### Context: CREATE TABLE table_2266976_1 (date VARCHAR, average_speed__mph_ VARCHAR) ### Question: When was an average speed of 81.388 mph recorded? ### Answer: SELECT date FROM table_2266976_1 WHERE average_speed__mph_ = "81.388"
Who was the manufacturer in 1990?
CREATE TABLE table_2266976_1 (manufacturer VARCHAR, year VARCHAR)
SELECT manufacturer FROM table_2266976_1 WHERE year = "1990"
### Context: CREATE TABLE table_2266976_1 (manufacturer VARCHAR, year VARCHAR) ### Question: Who was the manufacturer in 1990? ### Answer: SELECT manufacturer FROM table_2266976_1 WHERE year = "1990"
Who was the manufacturer in the year when the race lasted 2:30:28?
CREATE TABLE table_2266976_1 (manufacturer VARCHAR, race_time VARCHAR)
SELECT manufacturer FROM table_2266976_1 WHERE race_time = "2:30:28"
### Context: CREATE TABLE table_2266976_1 (manufacturer VARCHAR, race_time VARCHAR) ### Question: Who was the manufacturer in the year when the race lasted 2:30:28? ### Answer: SELECT manufacturer FROM table_2266976_1 WHERE race_time = "2:30:28"
What team competed in 2003?
CREATE TABLE table_2266976_1 (team VARCHAR, year VARCHAR)
SELECT team FROM table_2266976_1 WHERE year = "2003"
### Context: CREATE TABLE table_2266976_1 (team VARCHAR, year VARCHAR) ### Question: What team competed in 2003? ### Answer: SELECT team FROM table_2266976_1 WHERE year = "2003"
How long in miles (km) was the race that lasted 3:07:53?
CREATE TABLE table_2266976_1 (miles__km_ VARCHAR, race_time VARCHAR)
SELECT miles__km_ FROM table_2266976_1 WHERE race_time = "3:07:53"
### Context: CREATE TABLE table_2266976_1 (miles__km_ VARCHAR, race_time VARCHAR) ### Question: How long in miles (km) was the race that lasted 3:07:53? ### Answer: SELECT miles__km_ FROM table_2266976_1 WHERE race_time = "3:07:53"
Name the race name for june 6
CREATE TABLE table_22669375_1 (race_name VARCHAR, date VARCHAR)
SELECT race_name FROM table_22669375_1 WHERE date = "June 6"
### Context: CREATE TABLE table_22669375_1 (race_name VARCHAR, date VARCHAR) ### Question: Name the race name for june 6 ### Answer: SELECT race_name FROM table_22669375_1 WHERE date = "June 6"
Name the location for trenton 300
CREATE TABLE table_22669375_1 (location VARCHAR, race_name VARCHAR)
SELECT location FROM table_22669375_1 WHERE race_name = "Trenton 300"
### Context: CREATE TABLE table_22669375_1 (location VARCHAR, race_name VARCHAR) ### Question: Name the location for trenton 300 ### Answer: SELECT location FROM table_22669375_1 WHERE race_name = "Trenton 300"
Name the race name for rnd being 11
CREATE TABLE table_22669375_1 (race_name VARCHAR, rnd VARCHAR)
SELECT race_name FROM table_22669375_1 WHERE rnd = 11
### Context: CREATE TABLE table_22669375_1 (race_name VARCHAR, rnd VARCHAR) ### Question: Name the race name for rnd being 11 ### Answer: SELECT race_name FROM table_22669375_1 WHERE rnd = 11
What length was won by Roger McCluskey?
CREATE TABLE table_22669816_1 (length VARCHAR, winning_driver VARCHAR)
SELECT length FROM table_22669816_1 WHERE winning_driver = "Roger McCluskey"
### Context: CREATE TABLE table_22669816_1 (length VARCHAR, winning_driver VARCHAR) ### Question: What length was won by Roger McCluskey? ### Answer: SELECT length FROM table_22669816_1 WHERE winning_driver = "Roger McCluskey"
What rounds did Phoenix International Raceway host?
CREATE TABLE table_22669816_1 (rnd VARCHAR, track VARCHAR)
SELECT rnd FROM table_22669816_1 WHERE track = "Phoenix International Raceway"
### Context: CREATE TABLE table_22669816_1 (rnd VARCHAR, track VARCHAR) ### Question: What rounds did Phoenix International Raceway host? ### Answer: SELECT rnd FROM table_22669816_1 WHERE track = "Phoenix International Raceway"
What are the lengths hosted by Pocono International Raceway?
CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR)
SELECT length FROM table_22669816_1 WHERE track = "Pocono International Raceway"
### Context: CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR) ### Question: What are the lengths hosted by Pocono International Raceway? ### Answer: SELECT length FROM table_22669816_1 WHERE track = "Pocono International Raceway"
What lengths did Phoenix International Raceway host?
CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR)
SELECT length FROM table_22669816_1 WHERE track = "Phoenix International Raceway"
### Context: CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR) ### Question: What lengths did Phoenix International Raceway host? ### Answer: SELECT length FROM table_22669816_1 WHERE track = "Phoenix International Raceway"
Name the location attendance for score being l 83–118 (ot)
CREATE TABLE table_22669044_7 (location_attendance VARCHAR, score VARCHAR)
SELECT location_attendance FROM table_22669044_7 WHERE score = "L 83–118 (OT)"
### Context: CREATE TABLE table_22669044_7 (location_attendance VARCHAR, score VARCHAR) ### Question: Name the location attendance for score being l 83–118 (ot) ### Answer: SELECT location_attendance FROM table_22669044_7 WHERE score = "L 83–118 (OT)"
Name the high assists for december 9
CREATE TABLE table_22669044_7 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_22669044_7 WHERE date = "December 9"
### Context: CREATE TABLE table_22669044_7 (high_assists VARCHAR, date VARCHAR) ### Question: Name the high assists for december 9 ### Answer: SELECT high_assists FROM table_22669044_7 WHERE date = "December 9"
What is the total number of winners when the team classification leader was Kelme-Costa Blanca and the combativity award was won by Jacky Durand?
CREATE TABLE table_2267345_2 (winner VARCHAR, team_classification VARCHAR, combativity_award VARCHAR)
SELECT COUNT(winner) FROM table_2267345_2 WHERE team_classification = "Kelme-Costa Blanca" AND combativity_award = "Jacky Durand"
### Context: CREATE TABLE table_2267345_2 (winner VARCHAR, team_classification VARCHAR, combativity_award VARCHAR) ### Question: What is the total number of winners when the team classification leader was Kelme-Costa Blanca and the combativity award was won by Jacky Durand? ### Answer: SELECT COUNT(winner) FROM table_2...
Who was the general classification leader when the young rider classification leader was Salvatore Commesso and the winner was Erik Dekker?
CREATE TABLE table_2267345_2 (general_classification VARCHAR, young_rider_classification VARCHAR, winner VARCHAR)
SELECT general_classification FROM table_2267345_2 WHERE young_rider_classification = "Salvatore Commesso" AND winner = "Erik Dekker"
### Context: CREATE TABLE table_2267345_2 (general_classification VARCHAR, young_rider_classification VARCHAR, winner VARCHAR) ### Question: Who was the general classification leader when the young rider classification leader was Salvatore Commesso and the winner was Erik Dekker? ### Answer: SELECT general_classificati...
What is the total number of team classifications when the young rider classification leader was Salvatore Commesso and the combativity award winner was Jacky Durand?
CREATE TABLE table_2267345_2 (team_classification VARCHAR, young_rider_classification VARCHAR, combativity_award VARCHAR)
SELECT COUNT(team_classification) FROM table_2267345_2 WHERE young_rider_classification = "Salvatore Commesso" AND combativity_award = "Jacky Durand"
### Context: CREATE TABLE table_2267345_2 (team_classification VARCHAR, young_rider_classification VARCHAR, combativity_award VARCHAR) ### Question: What is the total number of team classifications when the young rider classification leader was Salvatore Commesso and the combativity award winner was Jacky Durand? ### A...
In what round did Al Unser win at Wisconsin State Fair Park Speedway?
CREATE TABLE table_22673872_1 (rnd INTEGER, winning_driver VARCHAR, track VARCHAR)
SELECT MIN(rnd) FROM table_22673872_1 WHERE winning_driver = "Al Unser" AND track = "Wisconsin State Fair Park Speedway"
### Context: CREATE TABLE table_22673872_1 (rnd INTEGER, winning_driver VARCHAR, track VARCHAR) ### Question: In what round did Al Unser win at Wisconsin State Fair Park Speedway? ### Answer: SELECT MIN(rnd) FROM table_22673872_1 WHERE winning_driver = "Al Unser" AND track = "Wisconsin State Fair Park Speedway"
How many races are in College Station, Texas and won by Johnny Rutherford?
CREATE TABLE table_22673872_1 (race_name VARCHAR, location VARCHAR, winning_driver VARCHAR)
SELECT COUNT(race_name) FROM table_22673872_1 WHERE location = "College Station, Texas" AND winning_driver = "Johnny Rutherford"
### Context: CREATE TABLE table_22673872_1 (race_name VARCHAR, location VARCHAR, winning_driver VARCHAR) ### Question: How many races are in College Station, Texas and won by Johnny Rutherford? ### Answer: SELECT COUNT(race_name) FROM table_22673872_1 WHERE location = "College Station, Texas" AND winning_driver = "Joh...
What was the name of the race that Al Unser had the pole position?
CREATE TABLE table_22673872_1 (race_name VARCHAR, pole_position VARCHAR)
SELECT race_name FROM table_22673872_1 WHERE pole_position = "Al Unser"
### Context: CREATE TABLE table_22673872_1 (race_name VARCHAR, pole_position VARCHAR) ### Question: What was the name of the race that Al Unser had the pole position? ### Answer: SELECT race_name FROM table_22673872_1 WHERE pole_position = "Al Unser"
What is the name of the track for the International 500 mile Sweepstakes race?
CREATE TABLE table_22673872_1 (track VARCHAR, race_name VARCHAR)
SELECT track FROM table_22673872_1 WHERE race_name = "International 500 Mile Sweepstakes"
### Context: CREATE TABLE table_22673872_1 (track VARCHAR, race_name VARCHAR) ### Question: What is the name of the track for the International 500 mile Sweepstakes race? ### Answer: SELECT track FROM table_22673872_1 WHERE race_name = "International 500 Mile Sweepstakes"
Which locations did Gordon Johncock hold the pole position?
CREATE TABLE table_22673872_1 (location VARCHAR, pole_position VARCHAR)
SELECT location FROM table_22673872_1 WHERE pole_position = "Gordon Johncock"
### Context: CREATE TABLE table_22673872_1 (location VARCHAR, pole_position VARCHAR) ### Question: Which locations did Gordon Johncock hold the pole position? ### Answer: SELECT location FROM table_22673872_1 WHERE pole_position = "Gordon Johncock"
What classifications does Fish Rap live! has?
CREATE TABLE table_2266990_2 (classification VARCHAR, title VARCHAR)
SELECT classification FROM table_2266990_2 WHERE title = "Fish Rap Live!"
### Context: CREATE TABLE table_2266990_2 (classification VARCHAR, title VARCHAR) ### Question: What classifications does Fish Rap live! has? ### Answer: SELECT classification FROM table_2266990_2 WHERE title = "Fish Rap Live!"
How many races took place on October 1?
CREATE TABLE table_22673956_1 (race_name VARCHAR, date VARCHAR)
SELECT COUNT(race_name) FROM table_22673956_1 WHERE date = "October 1"
### Context: CREATE TABLE table_22673956_1 (race_name VARCHAR, date VARCHAR) ### Question: How many races took place on October 1? ### Answer: SELECT COUNT(race_name) FROM table_22673956_1 WHERE date = "October 1"
How many types of tracks are there on the Phoenix International raceway?
CREATE TABLE table_22673956_1 (type VARCHAR, track VARCHAR)
SELECT COUNT(type) FROM table_22673956_1 WHERE track = "Phoenix International Raceway"
### Context: CREATE TABLE table_22673956_1 (type VARCHAR, track VARCHAR) ### Question: How many types of tracks are there on the Phoenix International raceway? ### Answer: SELECT COUNT(type) FROM table_22673956_1 WHERE track = "Phoenix International Raceway"
Daily Empress Indy Silverstone took place on which round?
CREATE TABLE table_22673956_1 (rnd INTEGER, race_name VARCHAR)
SELECT MAX(rnd) FROM table_22673956_1 WHERE race_name = "Daily Empress Indy Silverstone"
### Context: CREATE TABLE table_22673956_1 (rnd INTEGER, race_name VARCHAR) ### Question: Daily Empress Indy Silverstone took place on which round? ### Answer: SELECT MAX(rnd) FROM table_22673956_1 WHERE race_name = "Daily Empress Indy Silverstone"
How many races took place on the Indianapolis Motor Speedway track?
CREATE TABLE table_22673956_1 (race_name VARCHAR, track VARCHAR)
SELECT COUNT(race_name) FROM table_22673956_1 WHERE track = "Indianapolis Motor Speedway"
### Context: CREATE TABLE table_22673956_1 (race_name VARCHAR, track VARCHAR) ### Question: How many races took place on the Indianapolis Motor Speedway track? ### Answer: SELECT COUNT(race_name) FROM table_22673956_1 WHERE track = "Indianapolis Motor Speedway"
What driver achieved a 3:50:12 race time?
CREATE TABLE table_2267465_1 (driver VARCHAR, race_time VARCHAR)
SELECT driver FROM table_2267465_1 WHERE race_time = "3:50:12"
### Context: CREATE TABLE table_2267465_1 (driver VARCHAR, race_time VARCHAR) ### Question: What driver achieved a 3:50:12 race time? ### Answer: SELECT driver FROM table_2267465_1 WHERE race_time = "3:50:12"
Can you tell me the manufacturer behind Race Hill Farm Team?
CREATE TABLE table_2267465_1 (manufacturer VARCHAR, team VARCHAR)
SELECT manufacturer FROM table_2267465_1 WHERE team = "Race Hill Farm team"
### Context: CREATE TABLE table_2267465_1 (manufacturer VARCHAR, team VARCHAR) ### Question: Can you tell me the manufacturer behind Race Hill Farm Team? ### Answer: SELECT manufacturer FROM table_2267465_1 WHERE team = "Race Hill Farm team"
How many laps have a 3:34:26 race time?
CREATE TABLE table_2267465_1 (laps VARCHAR, race_time VARCHAR)
SELECT COUNT(laps) FROM table_2267465_1 WHERE race_time = "3:34:26"
### Context: CREATE TABLE table_2267465_1 (laps VARCHAR, race_time VARCHAR) ### Question: How many laps have a 3:34:26 race time? ### Answer: SELECT COUNT(laps) FROM table_2267465_1 WHERE race_time = "3:34:26"
What's the average mph of 1964?
CREATE TABLE table_2267465_1 (average_speed__mph_ VARCHAR, year VARCHAR)
SELECT average_speed__mph_ FROM table_2267465_1 WHERE year = "1964"
### Context: CREATE TABLE table_2267465_1 (average_speed__mph_ VARCHAR, year VARCHAR) ### Question: What's the average mph of 1964? ### Answer: SELECT average_speed__mph_ FROM table_2267465_1 WHERE year = "1964"
Whose is the manufacturer for team Ranier-Lundy?
CREATE TABLE table_2268216_1 (manufacturer VARCHAR, team VARCHAR)
SELECT manufacturer FROM table_2268216_1 WHERE team = "Ranier-Lundy"
### Context: CREATE TABLE table_2268216_1 (manufacturer VARCHAR, team VARCHAR) ### Question: Whose is the manufacturer for team Ranier-Lundy? ### Answer: SELECT manufacturer FROM table_2268216_1 WHERE team = "Ranier-Lundy"
In what year was the average speed 92.68?
CREATE TABLE table_2268216_1 (year VARCHAR, average_speed__mph_ VARCHAR)
SELECT year FROM table_2268216_1 WHERE average_speed__mph_ = "92.68"
### Context: CREATE TABLE table_2268216_1 (year VARCHAR, average_speed__mph_ VARCHAR) ### Question: In what year was the average speed 92.68? ### Answer: SELECT year FROM table_2268216_1 WHERE average_speed__mph_ = "92.68"
How many years was Pontiac the manufacturer for Joe Gibbs Racing?
CREATE TABLE table_2268216_1 (year VARCHAR, team VARCHAR, manufacturer VARCHAR)
SELECT COUNT(year) FROM table_2268216_1 WHERE team = "Joe Gibbs Racing" AND manufacturer = "Pontiac"
### Context: CREATE TABLE table_2268216_1 (year VARCHAR, team VARCHAR, manufacturer VARCHAR) ### Question: How many years was Pontiac the manufacturer for Joe Gibbs Racing? ### Answer: SELECT COUNT(year) FROM table_2268216_1 WHERE team = "Joe Gibbs Racing" AND manufacturer = "Pontiac"
What is the date for the race that had the time of 2:43:19?
CREATE TABLE table_2268216_1 (date VARCHAR, race_time VARCHAR)
SELECT date FROM table_2268216_1 WHERE race_time = "2:43:19"
### Context: CREATE TABLE table_2268216_1 (date VARCHAR, race_time VARCHAR) ### Question: What is the date for the race that had the time of 2:43:19? ### Answer: SELECT date FROM table_2268216_1 WHERE race_time = "2:43:19"
How many average speeds are listed in the year 2003?
CREATE TABLE table_2268216_1 (average_speed__mph_ VARCHAR, year VARCHAR)
SELECT COUNT(average_speed__mph_) FROM table_2268216_1 WHERE year = "2003"
### Context: CREATE TABLE table_2268216_1 (average_speed__mph_ VARCHAR, year VARCHAR) ### Question: How many average speeds are listed in the year 2003? ### Answer: SELECT COUNT(average_speed__mph_) FROM table_2268216_1 WHERE year = "2003"
What team had a race time of 2:53:57?
CREATE TABLE table_2268216_1 (team VARCHAR, race_time VARCHAR)
SELECT team FROM table_2268216_1 WHERE race_time = "2:53:57"
### Context: CREATE TABLE table_2268216_1 (team VARCHAR, race_time VARCHAR) ### Question: What team had a race time of 2:53:57? ### Answer: SELECT team FROM table_2268216_1 WHERE race_time = "2:53:57"
Name the sprint classification being alejandro valverde
CREATE TABLE table_22713796_14 (sprint_classification VARCHAR, winner VARCHAR)
SELECT sprint_classification FROM table_22713796_14 WHERE winner = "Alejandro Valverde"
### Context: CREATE TABLE table_22713796_14 (sprint_classification VARCHAR, winner VARCHAR) ### Question: Name the sprint classification being alejandro valverde ### Answer: SELECT sprint_classification FROM table_22713796_14 WHERE winner = "Alejandro Valverde"
Name the stage for no award
CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR)
SELECT stage FROM table_22713796_14 WHERE mountains_classification = "no award"
### Context: CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR) ### Question: Name the stage for no award ### Answer: SELECT stage FROM table_22713796_14 WHERE mountains_classification = "no award"
Name the total number of stage for lloyd mondory
CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR)
SELECT COUNT(stage) FROM table_22713796_14 WHERE mountains_classification = "Lloyd Mondory"
### Context: CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR) ### Question: Name the total number of stage for lloyd mondory ### Answer: SELECT COUNT(stage) FROM table_22713796_14 WHERE mountains_classification = "Lloyd Mondory"
Name the most stage for alejandro valverde and astana greg henderson
CREATE TABLE table_22713796_14 (stage INTEGER, winner VARCHAR, general_classification VARCHAR, team_classification VARCHAR)
SELECT MAX(stage) FROM table_22713796_14 WHERE general_classification = "Alejandro Valverde" AND team_classification = "Astana" AND winner = "Greg Henderson"
### Context: CREATE TABLE table_22713796_14 (stage INTEGER, winner VARCHAR, general_classification VARCHAR, team_classification VARCHAR) ### Question: Name the most stage for alejandro valverde and astana greg henderson ### Answer: SELECT MAX(stage) FROM table_22713796_14 WHERE general_classification = "Alejandro Valve...
When the Border Conference was held, who was the tournament winner?
CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, conference VARCHAR)
SELECT tournament_winner FROM table_22733636_1 WHERE conference = "Border conference"
### Context: CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, conference VARCHAR) ### Question: When the Border Conference was held, who was the tournament winner? ### Answer: SELECT tournament_winner FROM table_22733636_1 WHERE conference = "Border conference"
When Princeton was the regular season winner, who was the tournament winner?
CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, regular_season_winner VARCHAR)
SELECT tournament_winner FROM table_22733636_1 WHERE regular_season_winner = "Princeton"
### Context: CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, regular_season_winner VARCHAR) ### Question: When Princeton was the regular season winner, who was the tournament winner? ### Answer: SELECT tournament_winner FROM table_22733636_1 WHERE regular_season_winner = "Princeton"
How long has Mel Daniels been playing?
CREATE TABLE table_22719663_3 (experience VARCHAR, name VARCHAR)
SELECT experience FROM table_22719663_3 WHERE name = "Mel Daniels"
### Context: CREATE TABLE table_22719663_3 (experience VARCHAR, name VARCHAR) ### Question: How long has Mel Daniels been playing? ### Answer: SELECT experience FROM table_22719663_3 WHERE name = "Mel Daniels"
What position did the player from San Jose State play?
CREATE TABLE table_22719663_3 (position VARCHAR, college VARCHAR)
SELECT position FROM table_22719663_3 WHERE college = "San Jose State"
### Context: CREATE TABLE table_22719663_3 (position VARCHAR, college VARCHAR) ### Question: What position did the player from San Jose State play? ### Answer: SELECT position FROM table_22719663_3 WHERE college = "San Jose State"
What was the number of the player that was 6-6?
CREATE TABLE table_22719663_3 (number VARCHAR, height VARCHAR)
SELECT number FROM table_22719663_3 WHERE height = "6-6"
### Context: CREATE TABLE table_22719663_3 (number VARCHAR, height VARCHAR) ### Question: What was the number of the player that was 6-6? ### Answer: SELECT number FROM table_22719663_3 WHERE height = "6-6"
If the song choice is Coba and the order number is 10, what is the result?
CREATE TABLE table_22736523_1 (result VARCHAR, order__number VARCHAR, song_choice VARCHAR)
SELECT result FROM table_22736523_1 WHERE order__number = "10" AND song_choice = "Coba"
### Context: CREATE TABLE table_22736523_1 (result VARCHAR, order__number VARCHAR, song_choice VARCHAR) ### Question: If the song choice is Coba and the order number is 10, what is the result? ### Answer: SELECT result FROM table_22736523_1 WHERE order__number = "10" AND song_choice = "Coba"
What is the result if Coba is the song choice?
CREATE TABLE table_22736523_1 (result VARCHAR, song_choice VARCHAR)
SELECT result FROM table_22736523_1 WHERE song_choice = "Coba"
### Context: CREATE TABLE table_22736523_1 (result VARCHAR, song_choice VARCHAR) ### Question: What is the result if Coba is the song choice? ### Answer: SELECT result FROM table_22736523_1 WHERE song_choice = "Coba"
If Coba is the song choice, what is the order number?
CREATE TABLE table_22736523_1 (order__number VARCHAR, song_choice VARCHAR)
SELECT order__number FROM table_22736523_1 WHERE song_choice = "Coba"
### Context: CREATE TABLE table_22736523_1 (order__number VARCHAR, song_choice VARCHAR) ### Question: If Coba is the song choice, what is the order number? ### Answer: SELECT order__number FROM table_22736523_1 WHERE song_choice = "Coba"
If Crazy In Love is the song choice, what is the theme?
CREATE TABLE table_22736523_1 (theme VARCHAR, song_choice VARCHAR)
SELECT theme FROM table_22736523_1 WHERE song_choice = "Crazy In Love"
### Context: CREATE TABLE table_22736523_1 (theme VARCHAR, song_choice VARCHAR) ### Question: If Crazy In Love is the song choice, what is the theme? ### Answer: SELECT theme FROM table_22736523_1 WHERE song_choice = "Crazy In Love"
For week number of the top 40, what was the results?
CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR)
SELECT result FROM table_22736523_1 WHERE week__number = "Top 40"
### Context: CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR) ### Question: For week number of the top 40, what was the results? ### Answer: SELECT result FROM table_22736523_1 WHERE week__number = "Top 40"
For week of top 9, what were the results?
CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR)
SELECT result FROM table_22736523_1 WHERE week__number = "Top 9"
### Context: CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR) ### Question: For week of top 9, what were the results? ### Answer: SELECT result FROM table_22736523_1 WHERE week__number = "Top 9"
The city of Birmingham is what type of location?
CREATE TABLE table_2273738_1 (type VARCHAR, city VARCHAR)
SELECT type FROM table_2273738_1 WHERE city = "Birmingham"
### Context: CREATE TABLE table_2273738_1 (type VARCHAR, city VARCHAR) ### Question: The city of Birmingham is what type of location? ### Answer: SELECT type FROM table_2273738_1 WHERE city = "Birmingham"
Leeds City Council is the local authority for what type of location?
CREATE TABLE table_2273738_1 (type VARCHAR, local_authority VARCHAR)
SELECT type FROM table_2273738_1 WHERE local_authority = "Leeds city Council"
### Context: CREATE TABLE table_2273738_1 (type VARCHAR, local_authority VARCHAR) ### Question: Leeds City Council is the local authority for what type of location? ### Answer: SELECT type FROM table_2273738_1 WHERE local_authority = "Leeds city Council"
Tyne and Wear County has what total membership for their metropolitan area?
CREATE TABLE table_2273738_1 (metropolitan_area VARCHAR, county VARCHAR)
SELECT metropolitan_area FROM table_2273738_1 WHERE county = "Tyne and Wear"
### Context: CREATE TABLE table_2273738_1 (metropolitan_area VARCHAR, county VARCHAR) ### Question: Tyne and Wear County has what total membership for their metropolitan area? ### Answer: SELECT metropolitan_area FROM table_2273738_1 WHERE county = "Tyne and Wear"
What is the total membership for the metropolitan area in the city of Manchester?
CREATE TABLE table_2273738_1 (metropolitan_area INTEGER, city VARCHAR)
SELECT MAX(metropolitan_area) FROM table_2273738_1 WHERE city = "Manchester"
### Context: CREATE TABLE table_2273738_1 (metropolitan_area INTEGER, city VARCHAR) ### Question: What is the total membership for the metropolitan area in the city of Manchester? ### Answer: SELECT MAX(metropolitan_area) FROM table_2273738_1 WHERE city = "Manchester"
Who was the runner-up (a) if K. P. Ramalingam won the election?
CREATE TABLE table_22752982_5 (runner_up_a VARCHAR, winner VARCHAR)
SELECT runner_up_a FROM table_22752982_5 WHERE winner = "K. P. Ramalingam"
### Context: CREATE TABLE table_22752982_5 (runner_up_a VARCHAR, winner VARCHAR) ### Question: Who was the runner-up (a) if K. P. Ramalingam won the election? ### Answer: SELECT runner_up_a FROM table_22752982_5 WHERE winner = "K. P. Ramalingam"
When 1 (5) is the races what is the team name?
CREATE TABLE table_22737506_1 (team_name VARCHAR, races VARCHAR)
SELECT team_name FROM table_22737506_1 WHERE races = "1 (5)"
### Context: CREATE TABLE table_22737506_1 (team_name VARCHAR, races VARCHAR) ### Question: When 1 (5) is the races what is the team name? ### Answer: SELECT team_name FROM table_22737506_1 WHERE races = "1 (5)"
When 19th is the position what is the highest amount of poles?
CREATE TABLE table_22737506_1 (poles INTEGER, pos VARCHAR)
SELECT MAX(poles) FROM table_22737506_1 WHERE pos = "19th"
### Context: CREATE TABLE table_22737506_1 (poles INTEGER, pos VARCHAR) ### Question: When 19th is the position what is the highest amount of poles? ### Answer: SELECT MAX(poles) FROM table_22737506_1 WHERE pos = "19th"
When 86 is the amount of points what is the position?
CREATE TABLE table_22737506_1 (pos VARCHAR, points VARCHAR)
SELECT pos FROM table_22737506_1 WHERE points = 86
### Context: CREATE TABLE table_22737506_1 (pos VARCHAR, points VARCHAR) ### Question: When 86 is the amount of points what is the position? ### Answer: SELECT pos FROM table_22737506_1 WHERE points = 86
Name the most margin for nco party and p. ramachandran won
CREATE TABLE table_22754310_1 (margin INTEGER, party VARCHAR, winner VARCHAR)
SELECT MAX(margin) FROM table_22754310_1 WHERE party = "NCO" AND winner = "P. Ramachandran"
### Context: CREATE TABLE table_22754310_1 (margin INTEGER, party VARCHAR, winner VARCHAR) ### Question: Name the most margin for nco party and p. ramachandran won ### Answer: SELECT MAX(margin) FROM table_22754310_1 WHERE party = "NCO" AND winner = "P. Ramachandran"
Name the party a for m. s. k. sathiyendran runner up
CREATE TABLE table_22754310_1 (party VARCHAR, runner_up_a VARCHAR)
SELECT party AS a FROM table_22754310_1 WHERE runner_up_a = "M. S. K. Sathiyendran"
### Context: CREATE TABLE table_22754310_1 (party VARCHAR, runner_up_a VARCHAR) ### Question: Name the party a for m. s. k. sathiyendran runner up ### Answer: SELECT party AS a FROM table_22754310_1 WHERE runner_up_a = "M. S. K. Sathiyendran"
Name the party a for sriperumbudur
CREATE TABLE table_22754310_1 (party VARCHAR, constituency VARCHAR)
SELECT party AS a FROM table_22754310_1 WHERE constituency = "Sriperumbudur"
### Context: CREATE TABLE table_22754310_1 (party VARCHAR, constituency VARCHAR) ### Question: Name the party a for sriperumbudur ### Answer: SELECT party AS a FROM table_22754310_1 WHERE constituency = "Sriperumbudur"
Name the total number of runner up a for perambalur
CREATE TABLE table_22754310_1 (runner_up_a VARCHAR, constituency VARCHAR)
SELECT COUNT(runner_up_a) FROM table_22754310_1 WHERE constituency = "Perambalur"
### Context: CREATE TABLE table_22754310_1 (runner_up_a VARCHAR, constituency VARCHAR) ### Question: Name the total number of runner up a for perambalur ### Answer: SELECT COUNT(runner_up_a) FROM table_22754310_1 WHERE constituency = "Perambalur"
Name the constituency for 175130
CREATE TABLE table_22754310_1 (constituency VARCHAR, margin VARCHAR)
SELECT constituency FROM table_22754310_1 WHERE margin = 175130
### Context: CREATE TABLE table_22754310_1 (constituency VARCHAR, margin VARCHAR) ### Question: Name the constituency for 175130 ### Answer: SELECT constituency FROM table_22754310_1 WHERE margin = 175130
How many margins have a winner of S. Singaravadivel?
CREATE TABLE table_22753439_1 (margin VARCHAR, winner VARCHAR)
SELECT COUNT(margin) FROM table_22753439_1 WHERE winner = "S. Singaravadivel"
### Context: CREATE TABLE table_22753439_1 (margin VARCHAR, winner VARCHAR) ### Question: How many margins have a winner of S. Singaravadivel? ### Answer: SELECT COUNT(margin) FROM table_22753439_1 WHERE winner = "S. Singaravadivel"
How many winners have a runner-up of A. Karthikeyan?
CREATE TABLE table_22753439_1 (winner VARCHAR, runner_up_a VARCHAR)
SELECT COUNT(winner) FROM table_22753439_1 WHERE runner_up_a = "A. Karthikeyan"
### Context: CREATE TABLE table_22753439_1 (winner VARCHAR, runner_up_a VARCHAR) ### Question: How many winners have a runner-up of A. Karthikeyan? ### Answer: SELECT COUNT(winner) FROM table_22753439_1 WHERE runner_up_a = "A. Karthikeyan"
What is every party with a winner of P. Chidambaram?
CREATE TABLE table_22753439_1 (party VARCHAR, winner VARCHAR)
SELECT party AS a FROM table_22753439_1 WHERE winner = "P. Chidambaram"
### Context: CREATE TABLE table_22753439_1 (party VARCHAR, winner VARCHAR) ### Question: What is every party with a winner of P. Chidambaram? ### Answer: SELECT party AS a FROM table_22753439_1 WHERE winner = "P. Chidambaram"
What is every party A with a constituency of Tiruchendur?
CREATE TABLE table_22753439_1 (party VARCHAR, constituency VARCHAR)
SELECT party AS a FROM table_22753439_1 WHERE constituency = "Tiruchendur"
### Context: CREATE TABLE table_22753439_1 (party VARCHAR, constituency VARCHAR) ### Question: What is every party A with a constituency of Tiruchendur? ### Answer: SELECT party AS a FROM table_22753439_1 WHERE constituency = "Tiruchendur"
Who is the constituency when the runner-up was d. Venugopal?
CREATE TABLE table_22753245_1 (constituency VARCHAR, runner_up_a VARCHAR)
SELECT constituency FROM table_22753245_1 WHERE runner_up_a = "D. Venugopal"
### Context: CREATE TABLE table_22753245_1 (constituency VARCHAR, runner_up_a VARCHAR) ### Question: Who is the constituency when the runner-up was d. Venugopal? ### Answer: SELECT constituency FROM table_22753245_1 WHERE runner_up_a = "D. Venugopal"
What is the party where the constituency is 10. Tindivanam?
CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR)
SELECT party FROM table_22753245_1 WHERE constituency = "10. Tindivanam"
### Context: CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR) ### Question: What is the party where the constituency is 10. Tindivanam? ### Answer: SELECT party FROM table_22753245_1 WHERE constituency = "10. Tindivanam"
What is the party when the constituency is 1. Chennai North?
CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR)
SELECT party FROM table_22753245_1 WHERE constituency = "1. Chennai North"
### Context: CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR) ### Question: What is the party when the constituency is 1. Chennai North? ### Answer: SELECT party FROM table_22753245_1 WHERE constituency = "1. Chennai North"
How many margin results are listed in the election that was won by L. Adaikalaraj C and the party was the Indian national congress?
CREATE TABLE table_22753245_1 (margin VARCHAR, party VARCHAR, winner VARCHAR)
SELECT COUNT(margin) FROM table_22753245_1 WHERE party = "Indian National Congress" AND winner = "L. Adaikalaraj c"
### Context: CREATE TABLE table_22753245_1 (margin VARCHAR, party VARCHAR, winner VARCHAR) ### Question: How many margin results are listed in the election that was won by L. Adaikalaraj C and the party was the Indian national congress? ### Answer: SELECT COUNT(margin) FROM table_22753245_1 WHERE party = "Indian Natio...
What is the margin when k. balathandayutham is the winner?
CREATE TABLE table_22754491_1 (margin INTEGER, winner VARCHAR)
SELECT MAX(margin) FROM table_22754491_1 WHERE winner = "K. Balathandayutham"
### Context: CREATE TABLE table_22754491_1 (margin INTEGER, winner VARCHAR) ### Question: What is the margin when k. balathandayutham is the winner? ### Answer: SELECT MAX(margin) FROM table_22754491_1 WHERE winner = "K. Balathandayutham"
What is the margin when periyakulam is the constituency?
CREATE TABLE table_22754491_1 (margin VARCHAR, constituency VARCHAR)
SELECT margin FROM table_22754491_1 WHERE constituency = "Periyakulam"
### Context: CREATE TABLE table_22754491_1 (margin VARCHAR, constituency VARCHAR) ### Question: What is the margin when periyakulam is the constituency? ### Answer: SELECT margin FROM table_22754491_1 WHERE constituency = "Periyakulam"
Who had the pole position in the August 15, 1981 race?
CREATE TABLE table_22765887_1 (pole_position VARCHAR, date VARCHAR)
SELECT pole_position FROM table_22765887_1 WHERE date = "August 15, 1981"
### Context: CREATE TABLE table_22765887_1 (pole_position VARCHAR, date VARCHAR) ### Question: Who had the pole position in the August 15, 1981 race? ### Answer: SELECT pole_position FROM table_22765887_1 WHERE date = "August 15, 1981"
Which track was used on September 12, 1981?
CREATE TABLE table_22765887_1 (track VARCHAR, date VARCHAR)
SELECT track FROM table_22765887_1 WHERE date = "September 12, 1981"
### Context: CREATE TABLE table_22765887_1 (track VARCHAR, date VARCHAR) ### Question: Which track was used on September 12, 1981? ### Answer: SELECT track FROM table_22765887_1 WHERE date = "September 12, 1981"
Name the extension for university of washington
CREATE TABLE table_22771048_3 (extension VARCHAR, city_neighborhood VARCHAR)
SELECT extension FROM table_22771048_3 WHERE city_neighborhood = "University of Washington"
### Context: CREATE TABLE table_22771048_3 (extension VARCHAR, city_neighborhood VARCHAR) ### Question: Name the extension for university of washington ### Answer: SELECT extension FROM table_22771048_3 WHERE city_neighborhood = "University of Washington"
Name the least projected opening
CREATE TABLE table_22771048_3 (projected_opening INTEGER)
SELECT MIN(projected_opening) FROM table_22771048_3
### Context: CREATE TABLE table_22771048_3 (projected_opening INTEGER) ### Question: Name the least projected opening ### Answer: SELECT MIN(projected_opening) FROM table_22771048_3
Name the transit connections for capitol hill u
CREATE TABLE table_22771048_3 (transit_connections VARCHAR, station VARCHAR)
SELECT transit_connections FROM table_22771048_3 WHERE station = "Capitol Hill U"
### Context: CREATE TABLE table_22771048_3 (transit_connections VARCHAR, station VARCHAR) ### Question: Name the transit connections for capitol hill u ### Answer: SELECT transit_connections FROM table_22771048_3 WHERE station = "Capitol Hill U"
How many neighborhoods have a station proposed at a Hospital?
CREATE TABLE table_22771048_4 (city_neighborhood VARCHAR, station VARCHAR)
SELECT COUNT(city_neighborhood) FROM table_22771048_4 WHERE station = "Hospital"
### Context: CREATE TABLE table_22771048_4 (city_neighborhood VARCHAR, station VARCHAR) ### Question: How many neighborhoods have a station proposed at a Hospital? ### Answer: SELECT COUNT(city_neighborhood) FROM table_22771048_4 WHERE station = "Hospital"
What are the transit connections from Pioneer Square U?
CREATE TABLE table_22771048_2 (transit_connections VARCHAR, station VARCHAR)
SELECT transit_connections FROM table_22771048_2 WHERE station = "Pioneer Square U"
### Context: CREATE TABLE table_22771048_2 (transit_connections VARCHAR, station VARCHAR) ### Question: What are the transit connections from Pioneer Square U? ### Answer: SELECT transit_connections FROM table_22771048_2 WHERE station = "Pioneer Square U"
What's the transit connection in Columbia City, Seattle?
CREATE TABLE table_22771048_2 (transit_connections VARCHAR, city_neighborhood VARCHAR)
SELECT transit_connections FROM table_22771048_2 WHERE city_neighborhood = "Columbia City, Seattle"
### Context: CREATE TABLE table_22771048_2 (transit_connections VARCHAR, city_neighborhood VARCHAR) ### Question: What's the transit connection in Columbia City, Seattle? ### Answer: SELECT transit_connections FROM table_22771048_2 WHERE city_neighborhood = "Columbia City, Seattle"
For small patent type of protections, what type of PCT route is available?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR)
SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = "small patent"
### Context: CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR) ### Question: For small patent type of protections, what type of PCT route is available? ### Answer: SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = "small patent"
In Tonga, what is the conversion from patent application?
CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, country VARCHAR)
SELECT conversion_from_patent_application FROM table_2279413_1 WHERE country = "Tonga"
### Context: CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, country VARCHAR) ### Question: In Tonga, what is the conversion from patent application? ### Answer: SELECT conversion_from_patent_application FROM table_2279413_1 WHERE country = "Tonga"
For short patent type of protections, what type of PCT route is available?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR)
SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = "short patent"
### Context: CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR) ### Question: For short patent type of protections, what type of PCT route is available? ### Answer: SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = "short patent"
In Tangier Zone, what is the PCT route availibility?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, country VARCHAR)
SELECT pct_route_available FROM table_2279413_1 WHERE country = "Tangier Zone"
### Context: CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, country VARCHAR) ### Question: In Tangier Zone, what is the PCT route availibility? ### Answer: SELECT pct_route_available FROM table_2279413_1 WHERE country = "Tangier Zone"
When the PCT route available is yes and the maximum term is 10 years, what are the available conversions from patent applications?
CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, maximum_term VARCHAR, pct_route_available VARCHAR)
SELECT conversion_from_patent_application FROM table_2279413_1 WHERE maximum_term = "10 years" AND pct_route_available = "Yes"
### Context: CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, maximum_term VARCHAR, pct_route_available VARCHAR) ### Question: When the PCT route available is yes and the maximum term is 10 years, what are the available conversions from patent applications? ### Answer: SELECT conversion_from_pa...
What was the result against the team which the Cowboys have a 6-2 record against?
CREATE TABLE table_22801331_1 (result VARCHAR, record VARCHAR)
SELECT result FROM table_22801331_1 WHERE record = "6-2"
### Context: CREATE TABLE table_22801331_1 (result VARCHAR, record VARCHAR) ### Question: What was the result against the team which the Cowboys have a 6-2 record against? ### Answer: SELECT result FROM table_22801331_1 WHERE record = "6-2"
What is the fewest points opponents have scored when the Cowboys score 36?
CREATE TABLE table_22801331_1 (opponents INTEGER, cowboys_points VARCHAR)
SELECT MIN(opponents) FROM table_22801331_1 WHERE cowboys_points = 36
### Context: CREATE TABLE table_22801331_1 (opponents INTEGER, cowboys_points VARCHAR) ### Question: What is the fewest points opponents have scored when the Cowboys score 36? ### Answer: SELECT MIN(opponents) FROM table_22801331_1 WHERE cowboys_points = 36
How many opponents have a 1-0 record against the Cowboys?
CREATE TABLE table_22801331_1 (opponents VARCHAR, record VARCHAR)
SELECT opponents FROM table_22801331_1 WHERE record = "1-0"
### Context: CREATE TABLE table_22801331_1 (opponents VARCHAR, record VARCHAR) ### Question: How many opponents have a 1-0 record against the Cowboys? ### Answer: SELECT opponents FROM table_22801331_1 WHERE record = "1-0"
What game was held against a team with a 6-3 record against the Cowboys?
CREATE TABLE table_22801331_1 (game VARCHAR, record VARCHAR)
SELECT game FROM table_22801331_1 WHERE record = "6-3"
### Context: CREATE TABLE table_22801331_1 (game VARCHAR, record VARCHAR) ### Question: What game was held against a team with a 6-3 record against the Cowboys? ### Answer: SELECT game FROM table_22801331_1 WHERE record = "6-3"
How many names have a country of civ?
CREATE TABLE table_22810095_8 (COUnT VARCHAR, country VARCHAR)
SELECT COUnT AS name FROM table_22810095_8 WHERE country = "CIV"
### Context: CREATE TABLE table_22810095_8 (COUnT VARCHAR, country VARCHAR) ### Question: How many names have a country of civ? ### Answer: SELECT COUnT AS name FROM table_22810095_8 WHERE country = "CIV"
Who moved from Northampton Town?
CREATE TABLE table_22810095_8 (name VARCHAR, moving_from VARCHAR)
SELECT name FROM table_22810095_8 WHERE moving_from = "northampton Town"
### Context: CREATE TABLE table_22810095_8 (name VARCHAR, moving_from VARCHAR) ### Question: Who moved from Northampton Town? ### Answer: SELECT name FROM table_22810095_8 WHERE moving_from = "northampton Town"