question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Name the aircraft type for furstenau/vorden
CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, geschwader_base VARCHAR)
SELECT aircraft_type FROM table_28342423_1 WHERE geschwader_base = "Furstenau/Vorden"
### Context: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, geschwader_base VARCHAR) ### Question: Name the aircraft type for furstenau/vorden ### Answer: SELECT aircraft_type FROM table_28342423_1 WHERE geschwader_base = "Furstenau/Vorden"
Name the parent unit for ludwig franzisket
CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR)
SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Ludwig Franzisket"
### Context: CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR) ### Question: Name the parent unit for ludwig franzisket ### Answer: SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Ludwig Franzisket"
Name the aircraft type for jagdgeschwader 6
CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR)
SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 6"
### Context: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR) ### Question: Name the aircraft type for jagdgeschwader 6 ### Answer: SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 6"
Name the aircraft type for jagdgeschwader 26
CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR)
SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 26"
### Context: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR) ### Question: Name the aircraft type for jagdgeschwader 26 ### Answer: SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 26"
Name the parent unit for josef priller
CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR)
SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Josef Priller"
### Context: CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR) ### Question: Name the parent unit for josef priller ### Answer: SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Josef Priller"
Name the production code for number 8
CREATE TABLE table_28348757_3 (production_code VARCHAR, _number VARCHAR)
SELECT production_code FROM table_28348757_3 WHERE _number = 8
### Context: CREATE TABLE table_28348757_3 (production_code VARCHAR, _number VARCHAR) ### Question: Name the production code for number 8 ### Answer: SELECT production_code FROM table_28348757_3 WHERE _number = 8
Name the least number for xle02007
CREATE TABLE table_28348757_3 (no INTEGER, production_code VARCHAR)
SELECT MIN(no) FROM table_28348757_3 WHERE production_code = "XLE02007"
### Context: CREATE TABLE table_28348757_3 (no INTEGER, production_code VARCHAR) ### Question: Name the least number for xle02007 ### Answer: SELECT MIN(no) FROM table_28348757_3 WHERE production_code = "XLE02007"
Who wrote the episode with the code xle05012?
CREATE TABLE table_28348757_6 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_28348757_6 WHERE production_code = "XLE05012"
### Context: CREATE TABLE table_28348757_6 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with the code xle05012? ### Answer: SELECT written_by FROM table_28348757_6 WHERE production_code = "XLE05012"
what are the numbers of episodes that had 0.79 million US views?
CREATE TABLE table_28348757_6 (_number VARCHAR, us_viewers__million_ VARCHAR)
SELECT _number FROM table_28348757_6 WHERE us_viewers__million_ = "0.79"
### Context: CREATE TABLE table_28348757_6 (_number VARCHAR, us_viewers__million_ VARCHAR) ### Question: what are the numbers of episodes that had 0.79 million US views? ### Answer: SELECT _number FROM table_28348757_6 WHERE us_viewers__million_ = "0.79"
What female fenced with a saber on the team that had an average fencer rank of 3.5?
CREATE TABLE table_28372291_1 (female_saber VARCHAR, average_fencers_rank VARCHAR)
SELECT female_saber FROM table_28372291_1 WHERE average_fencers_rank = "3.5"
### Context: CREATE TABLE table_28372291_1 (female_saber VARCHAR, average_fencers_rank VARCHAR) ### Question: What female fenced with a saber on the team that had an average fencer rank of 3.5? ### Answer: SELECT female_saber FROM table_28372291_1 WHERE average_fencers_rank = "3.5"
What team had an average fencer rank of 1.33?
CREATE TABLE table_28372291_1 (team VARCHAR, average_fencers_rank VARCHAR)
SELECT team FROM table_28372291_1 WHERE average_fencers_rank = "1.33"
### Context: CREATE TABLE table_28372291_1 (team VARCHAR, average_fencers_rank VARCHAR) ### Question: What team had an average fencer rank of 1.33? ### Answer: SELECT team FROM table_28372291_1 WHERE average_fencers_rank = "1.33"
What is the name of the corporation that incorporated on october 15, 1955?
CREATE TABLE table_28367242_1 (corporate_name VARCHAR, incorporation_date__city_ VARCHAR)
SELECT corporate_name FROM table_28367242_1 WHERE incorporation_date__city_ = "October 15, 1955"
### Context: CREATE TABLE table_28367242_1 (corporate_name VARCHAR, incorporation_date__city_ VARCHAR) ### Question: What is the name of the corporation that incorporated on october 15, 1955? ### Answer: SELECT corporate_name FROM table_28367242_1 WHERE incorporation_date__city_ = "October 15, 1955"
What is the area of the corporation named the powell river, the corporation of the city of?
CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, corporate_name VARCHAR)
SELECT area__km²_ FROM table_28367242_1 WHERE corporate_name = "Powell River, The Corporation of the City of"
### Context: CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, corporate_name VARCHAR) ### Question: What is the area of the corporation named the powell river, the corporation of the city of? ### Answer: SELECT area__km²_ FROM table_28367242_1 WHERE corporate_name = "Powell River, The Corporation of the City of"
How many Area's are there for Armstrong?
CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, name VARCHAR)
SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE name = "Armstrong"
### Context: CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, name VARCHAR) ### Question: How many Area's are there for Armstrong? ### Answer: SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE name = "Armstrong"
What is the name of the city which incorporated on july 16, 1860?
CREATE TABLE table_28367242_1 (name VARCHAR, incorporation_date__city_ VARCHAR)
SELECT name FROM table_28367242_1 WHERE incorporation_date__city_ = "July 16, 1860"
### Context: CREATE TABLE table_28367242_1 (name VARCHAR, incorporation_date__city_ VARCHAR) ### Question: What is the name of the city which incorporated on july 16, 1860? ### Answer: SELECT name FROM table_28367242_1 WHERE incorporation_date__city_ = "July 16, 1860"
What is the name of the corporation with an area of 15.63 km?
CREATE TABLE table_28367242_1 (corporate_name VARCHAR, area__km²_ VARCHAR)
SELECT corporate_name FROM table_28367242_1 WHERE area__km²_ = "15.63"
### Context: CREATE TABLE table_28367242_1 (corporate_name VARCHAR, area__km²_ VARCHAR) ### Question: What is the name of the corporation with an area of 15.63 km? ### Answer: SELECT corporate_name FROM table_28367242_1 WHERE area__km²_ = "15.63"
How many areas are there for the corporation named fort st. john, city of?
CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, corporate_name VARCHAR)
SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE corporate_name = "Fort St. John, City of"
### Context: CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, corporate_name VARCHAR) ### Question: How many areas are there for the corporation named fort st. john, city of? ### Answer: SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE corporate_name = "Fort St. John, City of"
What was Emma Bunton's score for the performance with a total score of 22?
CREATE TABLE table_28352386_1 (emma_bunton VARCHAR, total VARCHAR)
SELECT emma_bunton FROM table_28352386_1 WHERE total = "22"
### Context: CREATE TABLE table_28352386_1 (emma_bunton VARCHAR, total VARCHAR) ### Question: What was Emma Bunton's score for the performance with a total score of 22? ### Answer: SELECT emma_bunton FROM table_28352386_1 WHERE total = "22"
What was the total score when the guest judge gave a score of 10?
CREATE TABLE table_28352386_1 (total VARCHAR, guest_judge VARCHAR)
SELECT total FROM table_28352386_1 WHERE guest_judge = "10"
### Context: CREATE TABLE table_28352386_1 (total VARCHAR, guest_judge VARCHAR) ### Question: What was the total score when the guest judge gave a score of 10? ### Answer: SELECT total FROM table_28352386_1 WHERE guest_judge = "10"
what is the number of the episode in the season whose production code is 101?
CREATE TABLE table_28358487_3 (no VARCHAR, production_code VARCHAR)
SELECT COUNT(no) FROM table_28358487_3 WHERE production_code = 101
### Context: CREATE TABLE table_28358487_3 (no VARCHAR, production_code VARCHAR) ### Question: what is the number of the episode in the season whose production code is 101? ### Answer: SELECT COUNT(no) FROM table_28358487_3 WHERE production_code = 101
During what conference is North Carolina listed as the tournament winner?
CREATE TABLE table_28365816_2 (conference VARCHAR, tournament_winner VARCHAR)
SELECT conference FROM table_28365816_2 WHERE tournament_winner = "North Carolina"
### Context: CREATE TABLE table_28365816_2 (conference VARCHAR, tournament_winner VARCHAR) ### Question: During what conference is North Carolina listed as the tournament winner? ### Answer: SELECT conference FROM table_28365816_2 WHERE tournament_winner = "North Carolina"
During the Big Seven Conference which team was the regular season winner?
CREATE TABLE table_28365816_2 (regular_season_winner VARCHAR, conference VARCHAR)
SELECT regular_season_winner FROM table_28365816_2 WHERE conference = "Big Seven conference"
### Context: CREATE TABLE table_28365816_2 (regular_season_winner VARCHAR, conference VARCHAR) ### Question: During the Big Seven Conference which team was the regular season winner? ### Answer: SELECT regular_season_winner FROM table_28365816_2 WHERE conference = "Big Seven conference"
What tournament venue is listed during the Missouri Valley Conference?
CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, conference VARCHAR)
SELECT tournament_venue__city_ FROM table_28365816_2 WHERE conference = "Missouri Valley conference"
### Context: CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, conference VARCHAR) ### Question: What tournament venue is listed during the Missouri Valley Conference? ### Answer: SELECT tournament_venue__city_ FROM table_28365816_2 WHERE conference = "Missouri Valley conference"
During the Mid-American Conference who is listed as the tournament winner?
CREATE TABLE table_28365816_2 (tournament_winner VARCHAR, conference VARCHAR)
SELECT tournament_winner FROM table_28365816_2 WHERE conference = "Mid-American conference"
### Context: CREATE TABLE table_28365816_2 (tournament_winner VARCHAR, conference VARCHAR) ### Question: During the Mid-American Conference who is listed as the tournament winner? ### Answer: SELECT tournament_winner FROM table_28365816_2 WHERE conference = "Mid-American conference"
When Yale is listed as the regular season winner, what tournament venue is given?
CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR)
SELECT tournament_venue__city_ FROM table_28365816_2 WHERE regular_season_winner = "Yale"
### Context: CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR) ### Question: When Yale is listed as the regular season winner, what tournament venue is given? ### Answer: SELECT tournament_venue__city_ FROM table_28365816_2 WHERE regular_season_winner = "Yale"
How many entries for conference tournament are listed when Texas Western is the regular season winner?
CREATE TABLE table_28365816_2 (conference VARCHAR, regular_season_winner VARCHAR)
SELECT COUNT(conference) AS Tournament FROM table_28365816_2 WHERE regular_season_winner = "Texas Western"
### Context: CREATE TABLE table_28365816_2 (conference VARCHAR, regular_season_winner VARCHAR) ### Question: How many entries for conference tournament are listed when Texas Western is the regular season winner? ### Answer: SELECT COUNT(conference) AS Tournament FROM table_28365816_2 WHERE regular_season_winner = "Texas Western"
Which team drafted the player from the HC Lada Togliatti (Russia)?
CREATE TABLE table_2840500_5 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
SELECT nhl_team FROM table_2840500_5 WHERE college_junior_club_team = "HC Lada Togliatti (Russia)"
### Context: CREATE TABLE table_2840500_5 (nhl_team VARCHAR, college_junior_club_team VARCHAR) ### Question: Which team drafted the player from the HC Lada Togliatti (Russia)? ### Answer: SELECT nhl_team FROM table_2840500_5 WHERE college_junior_club_team = "HC Lada Togliatti (Russia)"
who is the person that plays left wing and is from canada that plays on the st. louis blues
CREATE TABLE table_2840500_3 (player VARCHAR, nhl_team VARCHAR, position VARCHAR, nationality VARCHAR)
SELECT player FROM table_2840500_3 WHERE position = "Left Wing" AND nationality = "Canada" AND nhl_team = "St. Louis Blues"
### Context: CREATE TABLE table_2840500_3 (player VARCHAR, nhl_team VARCHAR, position VARCHAR, nationality VARCHAR) ### Question: who is the person that plays left wing and is from canada that plays on the st. louis blues ### Answer: SELECT player FROM table_2840500_3 WHERE position = "Left Wing" AND nationality = "Canada" AND nhl_team = "St. Louis Blues"
what is the overall number of chosen ideas where the person is scott parker
CREATE TABLE table_2840500_3 (pick VARCHAR, player VARCHAR)
SELECT COUNT(pick) FROM table_2840500_3 WHERE player = "Scott Parker"
### Context: CREATE TABLE table_2840500_3 (pick VARCHAR, player VARCHAR) ### Question: what is the overall number of chosen ideas where the person is scott parker ### Answer: SELECT COUNT(pick) FROM table_2840500_3 WHERE player = "Scott Parker"
what is the number of the chosen club where the hc dukla trenčín (slovakia) is from
CREATE TABLE table_2840500_3 (pick VARCHAR, college_junior_club_team VARCHAR)
SELECT COUNT(pick) FROM table_2840500_3 WHERE college_junior_club_team = "HC Dukla Trenčín (Slovakia)"
### Context: CREATE TABLE table_2840500_3 (pick VARCHAR, college_junior_club_team VARCHAR) ### Question: what is the number of the chosen club where the hc dukla trenčín (slovakia) is from ### Answer: SELECT COUNT(pick) FROM table_2840500_3 WHERE college_junior_club_team = "HC Dukla Trenčín (Slovakia)"
How many players were drafted by the Edmonton Oilers?
CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR)
SELECT COUNT(player) FROM table_2840500_2 WHERE nhl_team = "Edmonton Oilers"
### Context: CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) ### Question: How many players were drafted by the Edmonton Oilers? ### Answer: SELECT COUNT(player) FROM table_2840500_2 WHERE nhl_team = "Edmonton Oilers"
Who was drafted by the Washington Capitals?
CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2840500_2 WHERE nhl_team = "Washington Capitals"
### Context: CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) ### Question: Who was drafted by the Washington Capitals? ### Answer: SELECT player FROM table_2840500_2 WHERE nhl_team = "Washington Capitals"
Which team drafted Travis Brigley?
CREATE TABLE table_2840500_2 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2840500_2 WHERE player = "Travis Brigley"
### Context: CREATE TABLE table_2840500_2 (nhl_team VARCHAR, player VARCHAR) ### Question: Which team drafted Travis Brigley? ### Answer: SELECT nhl_team FROM table_2840500_2 WHERE player = "Travis Brigley"
What is the minimum pick of a centre from the Czech Republic?
CREATE TABLE table_2840500_2 (pick INTEGER, position VARCHAR, nationality VARCHAR)
SELECT MIN(pick) FROM table_2840500_2 WHERE position = "Centre" AND nationality = "Czech Republic"
### Context: CREATE TABLE table_2840500_2 (pick INTEGER, position VARCHAR, nationality VARCHAR) ### Question: What is the minimum pick of a centre from the Czech Republic? ### Answer: SELECT MIN(pick) FROM table_2840500_2 WHERE position = "Centre" AND nationality = "Czech Republic"
Which player made exactly 223 passes?
CREATE TABLE table_28461589_2 (player VARCHAR, passes VARCHAR)
SELECT player FROM table_28461589_2 WHERE passes = 223
### Context: CREATE TABLE table_28461589_2 (player VARCHAR, passes VARCHAR) ### Question: Which player made exactly 223 passes? ### Answer: SELECT player FROM table_28461589_2 WHERE passes = 223
What is the fewest minutes played for the player with exactly 638 good passes?
CREATE TABLE table_28461589_2 (mins_played INTEGER, good_passes VARCHAR)
SELECT MIN(mins_played) FROM table_28461589_2 WHERE good_passes = 638
### Context: CREATE TABLE table_28461589_2 (mins_played INTEGER, good_passes VARCHAR) ### Question: What is the fewest minutes played for the player with exactly 638 good passes? ### Answer: SELECT MIN(mins_played) FROM table_28461589_2 WHERE good_passes = 638
What is the most number of assists for players with exactly 25 games played?
CREATE TABLE table_28461589_2 (assists INTEGER, games_played VARCHAR)
SELECT MAX(assists) FROM table_28461589_2 WHERE games_played = 25
### Context: CREATE TABLE table_28461589_2 (assists INTEGER, games_played VARCHAR) ### Question: What is the most number of assists for players with exactly 25 games played? ### Answer: SELECT MAX(assists) FROM table_28461589_2 WHERE games_played = 25
What is the largest number of passes for players starting exactly 34 games?
CREATE TABLE table_28461589_2 (passes INTEGER, starting VARCHAR)
SELECT MAX(passes) FROM table_28461589_2 WHERE starting = 34
### Context: CREATE TABLE table_28461589_2 (passes INTEGER, starting VARCHAR) ### Question: What is the largest number of passes for players starting exactly 34 games? ### Answer: SELECT MAX(passes) FROM table_28461589_2 WHERE starting = 34
When καθ are the letters what is the nickname?
CREATE TABLE table_28436909_4 (nickname VARCHAR, letters VARCHAR)
SELECT nickname FROM table_28436909_4 WHERE letters = "ΚΑΘ"
### Context: CREATE TABLE table_28436909_4 (nickname VARCHAR, letters VARCHAR) ### Question: When καθ are the letters what is the nickname? ### Answer: SELECT nickname FROM table_28436909_4 WHERE letters = "ΚΑΘ"
When 1873-12-25 is the founding date how many organizations are there?
CREATE TABLE table_28436909_4 (organization VARCHAR, founding_date VARCHAR)
SELECT COUNT(organization) FROM table_28436909_4 WHERE founding_date = "1873-12-25"
### Context: CREATE TABLE table_28436909_4 (organization VARCHAR, founding_date VARCHAR) ### Question: When 1873-12-25 is the founding date how many organizations are there? ### Answer: SELECT COUNT(organization) FROM table_28436909_4 WHERE founding_date = "1873-12-25"
When 1872-10-10 is the founding date what are the canadian chapters?
CREATE TABLE table_28436909_4 (canadian_chapters VARCHAR, founding_date VARCHAR)
SELECT canadian_chapters FROM table_28436909_4 WHERE founding_date = "1872-10-10"
### Context: CREATE TABLE table_28436909_4 (canadian_chapters VARCHAR, founding_date VARCHAR) ### Question: When 1872-10-10 is the founding date what are the canadian chapters? ### Answer: SELECT canadian_chapters FROM table_28436909_4 WHERE founding_date = "1872-10-10"
When 1 active, 1 inactive is the canadian chapters how many founding dates are there?
CREATE TABLE table_28436909_4 (founding_date VARCHAR, canadian_chapters VARCHAR)
SELECT COUNT(founding_date) FROM table_28436909_4 WHERE canadian_chapters = "1 Active, 1 Inactive"
### Context: CREATE TABLE table_28436909_4 (founding_date VARCHAR, canadian_chapters VARCHAR) ### Question: When 1 active, 1 inactive is the canadian chapters how many founding dates are there? ### Answer: SELECT COUNT(founding_date) FROM table_28436909_4 WHERE canadian_chapters = "1 Active, 1 Inactive"
when was the ending time where the enemy met in the iron bowl
CREATE TABLE table_2846320_4 (last_meeting VARCHAR, name_of_rivalry VARCHAR)
SELECT last_meeting FROM table_2846320_4 WHERE name_of_rivalry = "Iron Bowl"
### Context: CREATE TABLE table_2846320_4 (last_meeting VARCHAR, name_of_rivalry VARCHAR) ### Question: when was the ending time where the enemy met in the iron bowl ### Answer: SELECT last_meeting FROM table_2846320_4 WHERE name_of_rivalry = "Iron Bowl"
what was the lowest number that auburn triumphed where the activities took part was 92
CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR)
SELECT MIN(au_won) FROM table_2846320_4 WHERE games_played = 92
### Context: CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR) ### Question: what was the lowest number that auburn triumphed where the activities took part was 92 ### Answer: SELECT MIN(au_won) FROM table_2846320_4 WHERE games_played = 92
what are all the adversary where the beginning is 1899
CREATE TABLE table_2846320_4 (rival VARCHAR, first_meeting VARCHAR)
SELECT rival FROM table_2846320_4 WHERE first_meeting = 1899
### Context: CREATE TABLE table_2846320_4 (rival VARCHAR, first_meeting VARCHAR) ### Question: what are all the adversary where the beginning is 1899 ### Answer: SELECT rival FROM table_2846320_4 WHERE first_meeting = 1899
what is the length where the time is 2009
CREATE TABLE table_2846320_4 (streak VARCHAR, last_meeting VARCHAR)
SELECT streak FROM table_2846320_4 WHERE last_meeting = 2009
### Context: CREATE TABLE table_2846320_4 (streak VARCHAR, last_meeting VARCHAR) ### Question: what is the length where the time is 2009 ### Answer: SELECT streak FROM table_2846320_4 WHERE last_meeting = 2009
What was the distance in the round where the supporter was champ car world series ( grand prix of cleveland ) and the tc winning car was pierre kleinubing?
CREATE TABLE table_28490105_1 (distance VARCHAR, supporting VARCHAR, tc_winning_car VARCHAR)
SELECT distance FROM table_28490105_1 WHERE supporting = "Champ Car World Series ( Grand Prix of Cleveland )" AND tc_winning_car = "Pierre Kleinubing"
### Context: CREATE TABLE table_28490105_1 (distance VARCHAR, supporting VARCHAR, tc_winning_car VARCHAR) ### Question: What was the distance in the round where the supporter was champ car world series ( grand prix of cleveland ) and the tc winning car was pierre kleinubing? ### Answer: SELECT distance FROM table_28490105_1 WHERE supporting = "Champ Car World Series ( Grand Prix of Cleveland )" AND tc_winning_car = "Pierre Kleinubing"
What is the earliest round where the gt winning car is max angelelli?
CREATE TABLE table_28490105_1 (rnd INTEGER, gt_winning_car VARCHAR)
SELECT MIN(rnd) FROM table_28490105_1 WHERE gt_winning_car = "Max Angelelli"
### Context: CREATE TABLE table_28490105_1 (rnd INTEGER, gt_winning_car VARCHAR) ### Question: What is the earliest round where the gt winning car is max angelelli? ### Answer: SELECT MIN(rnd) FROM table_28490105_1 WHERE gt_winning_car = "Max Angelelli"
Who was supporting in round 1 where the gt winning car was dodge viper?
CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR, rnd VARCHAR)
SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dodge Viper" AND rnd = 1
### Context: CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR, rnd VARCHAR) ### Question: Who was supporting in round 1 where the gt winning car was dodge viper? ### Answer: SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dodge Viper" AND rnd = 1
Who was supporting in the round when the gt winning car was dino crescentini?
CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR)
SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dino Crescentini"
### Context: CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR) ### Question: Who was supporting in the round when the gt winning car was dino crescentini? ### Answer: SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dino Crescentini"
Who wrote the episode with production code 2j5568?
CREATE TABLE table_28466323_2 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_28466323_2 WHERE production_code = "2J5568"
### Context: CREATE TABLE table_28466323_2 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with production code 2j5568? ### Answer: SELECT written_by FROM table_28466323_2 WHERE production_code = "2J5568"
Who directed the episode watched by 2.01 million US viewers?
CREATE TABLE table_28466323_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_28466323_2 WHERE us_viewers__million_ = "2.01"
### Context: CREATE TABLE table_28466323_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who directed the episode watched by 2.01 million US viewers? ### Answer: SELECT directed_by FROM table_28466323_2 WHERE us_viewers__million_ = "2.01"
How many divisions in bowling ?
CREATE TABLE table_2849652_1 (_number_of_divisions VARCHAR, sport VARCHAR)
SELECT _number_of_divisions FROM table_2849652_1 WHERE sport = "Bowling"
### Context: CREATE TABLE table_2849652_1 (_number_of_divisions VARCHAR, sport VARCHAR) ### Question: How many divisions in bowling ? ### Answer: SELECT _number_of_divisions FROM table_2849652_1 WHERE sport = "Bowling"
How many first tournaments were winter sports with exactly 1 division?
CREATE TABLE table_2849652_2 (season VARCHAR, _number_of_divisions VARCHAR)
SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE season = "Winter" AND _number_of_divisions = 1
### Context: CREATE TABLE table_2849652_2 (season VARCHAR, _number_of_divisions VARCHAR) ### Question: How many first tournaments were winter sports with exactly 1 division? ### Answer: SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE season = "Winter" AND _number_of_divisions = 1
Where was the 2011-2012 soccer state tournament held?
CREATE TABLE table_2849652_2 (sport VARCHAR)
SELECT 2011 AS _2012_state_tournament_location FROM table_2849652_2 WHERE sport = "Soccer"
### Context: CREATE TABLE table_2849652_2 (sport VARCHAR) ### Question: Where was the 2011-2012 soccer state tournament held? ### Answer: SELECT 2011 AS _2012_state_tournament_location FROM table_2849652_2 WHERE sport = "Soccer"
How many first tournaments are associated with bowling?
CREATE TABLE table_2849652_2 (sport VARCHAR)
SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE sport = "Bowling"
### Context: CREATE TABLE table_2849652_2 (sport VARCHAR) ### Question: How many first tournaments are associated with bowling? ### Answer: SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE sport = "Bowling"
How many times is the player vaughn taylor listed?
CREATE TABLE table_28498999_3 (before VARCHAR, player VARCHAR)
SELECT COUNT(before) FROM table_28498999_3 WHERE player = "Vaughn Taylor"
### Context: CREATE TABLE table_28498999_3 (before VARCHAR, player VARCHAR) ### Question: How many times is the player vaughn taylor listed? ### Answer: SELECT COUNT(before) FROM table_28498999_3 WHERE player = "Vaughn Taylor"
What is the lowest after when the player is adam scott?
CREATE TABLE table_28498999_3 (after INTEGER, player VARCHAR)
SELECT MIN(after) FROM table_28498999_3 WHERE player = "Adam Scott"
### Context: CREATE TABLE table_28498999_3 (after INTEGER, player VARCHAR) ### Question: What is the lowest after when the player is adam scott? ### Answer: SELECT MIN(after) FROM table_28498999_3 WHERE player = "Adam Scott"
What is the country for the score 72-63-71-68=274?
CREATE TABLE table_28498999_3 (country VARCHAR, score VARCHAR)
SELECT country FROM table_28498999_3 WHERE score = 72 - 63 - 71 - 68 = 274
### Context: CREATE TABLE table_28498999_3 (country VARCHAR, score VARCHAR) ### Question: What is the country for the score 72-63-71-68=274? ### Answer: SELECT country FROM table_28498999_3 WHERE score = 72 - 63 - 71 - 68 = 274
What is the after for the player kevin streelman?
CREATE TABLE table_28498999_3 (after VARCHAR, player VARCHAR)
SELECT after FROM table_28498999_3 WHERE player = "Kevin Streelman"
### Context: CREATE TABLE table_28498999_3 (after VARCHAR, player VARCHAR) ### Question: What is the after for the player kevin streelman? ### Answer: SELECT after FROM table_28498999_3 WHERE player = "Kevin Streelman"
What is the to par when the after is 33?
CREATE TABLE table_28498999_3 (to_par VARCHAR, after VARCHAR)
SELECT to_par FROM table_28498999_3 WHERE after = 33
### Context: CREATE TABLE table_28498999_3 (to_par VARCHAR, after VARCHAR) ### Question: What is the to par when the after is 33? ### Answer: SELECT to_par FROM table_28498999_3 WHERE after = 33
What country is charley hoffman from?
CREATE TABLE table_28498999_4 (country VARCHAR, player VARCHAR)
SELECT country FROM table_28498999_4 WHERE player = "Charley Hoffman"
### Context: CREATE TABLE table_28498999_4 (country VARCHAR, player VARCHAR) ### Question: What country is charley hoffman from? ### Answer: SELECT country FROM table_28498999_4 WHERE player = "Charley Hoffman"
What is the before for the score of 63-67-66-71=267?
CREATE TABLE table_28498999_4 (before INTEGER, score VARCHAR)
SELECT MIN(before) FROM table_28498999_4 WHERE score = 63 - 67 - 66 - 71 = 267
### Context: CREATE TABLE table_28498999_4 (before INTEGER, score VARCHAR) ### Question: What is the before for the score of 63-67-66-71=267? ### Answer: SELECT MIN(before) FROM table_28498999_4 WHERE score = 63 - 67 - 66 - 71 = 267
What is the to par for the winnings of 232500?
CREATE TABLE table_28498999_4 (to_par VARCHAR, winnings__$_ VARCHAR)
SELECT to_par FROM table_28498999_4 WHERE winnings__$_ = 232500
### Context: CREATE TABLE table_28498999_4 (to_par VARCHAR, winnings__$_ VARCHAR) ### Question: What is the to par for the winnings of 232500? ### Answer: SELECT to_par FROM table_28498999_4 WHERE winnings__$_ = 232500
What were the winnings for the score of 66-64-67-71=268?
CREATE TABLE table_28498999_4 (winnings__$_ VARCHAR, score VARCHAR)
SELECT winnings__$_ FROM table_28498999_4 WHERE score = 66 - 64 - 67 - 71 = 268
### Context: CREATE TABLE table_28498999_4 (winnings__$_ VARCHAR, score VARCHAR) ### Question: What were the winnings for the score of 66-64-67-71=268? ### Answer: SELECT winnings__$_ FROM table_28498999_4 WHERE score = 66 - 64 - 67 - 71 = 268
What is the after for geoff ogilvy?
CREATE TABLE table_28498999_4 (after INTEGER, player VARCHAR)
SELECT MAX(after) FROM table_28498999_4 WHERE player = "Geoff Ogilvy"
### Context: CREATE TABLE table_28498999_4 (after INTEGER, player VARCHAR) ### Question: What is the after for geoff ogilvy? ### Answer: SELECT MAX(after) FROM table_28498999_4 WHERE player = "Geoff Ogilvy"
what is the most number where the person is luke donald
CREATE TABLE table_28498999_6 (reset_points INTEGER, player VARCHAR)
SELECT MAX(reset_points) FROM table_28498999_6 WHERE player = "Luke Donald"
### Context: CREATE TABLE table_28498999_6 (reset_points INTEGER, player VARCHAR) ### Question: what is the most number where the person is luke donald ### Answer: SELECT MAX(reset_points) FROM table_28498999_6 WHERE player = "Luke Donald"
what is the place where the person is luke donald
CREATE TABLE table_28498999_6 (country VARCHAR, player VARCHAR)
SELECT country FROM table_28498999_6 WHERE player = "Luke Donald"
### Context: CREATE TABLE table_28498999_6 (country VARCHAR, player VARCHAR) ### Question: what is the place where the person is luke donald ### Answer: SELECT country FROM table_28498999_6 WHERE player = "Luke Donald"
what is the person there the numbers is 2343
CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR)
SELECT player FROM table_28498999_6 WHERE points = 2343
### Context: CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) ### Question: what is the person there the numbers is 2343 ### Answer: SELECT player FROM table_28498999_6 WHERE points = 2343
what is the number of pieces where the person is charley hoffman
CREATE TABLE table_28498999_6 (reset_points VARCHAR, player VARCHAR)
SELECT COUNT(reset_points) FROM table_28498999_6 WHERE player = "Charley Hoffman"
### Context: CREATE TABLE table_28498999_6 (reset_points VARCHAR, player VARCHAR) ### Question: what is the number of pieces where the person is charley hoffman ### Answer: SELECT COUNT(reset_points) FROM table_28498999_6 WHERE player = "Charley Hoffman"
what is the number of people where the pieces is 3015
CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR)
SELECT COUNT(player) FROM table_28498999_6 WHERE points = 3015
### Context: CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) ### Question: what is the number of people where the pieces is 3015 ### Answer: SELECT COUNT(player) FROM table_28498999_6 WHERE points = 3015
Which team drafted Ron Annear?
CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2850912_10 WHERE player = "Ron Annear"
### Context: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) ### Question: Which team drafted Ron Annear? ### Answer: SELECT nhl_team FROM table_2850912_10 WHERE player = "Ron Annear"
Which team drafted Joakim Persson?
CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2850912_10 WHERE player = "Joakim Persson"
### Context: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) ### Question: Which team drafted Joakim Persson? ### Answer: SELECT nhl_team FROM table_2850912_10 WHERE player = "Joakim Persson"
Which team drafted a player from HC Slavia Praha (Czechoslovakia)?
CREATE TABLE table_2850912_10 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
SELECT nhl_team FROM table_2850912_10 WHERE college_junior_club_team = "HC Slavia Praha (Czechoslovakia)"
### Context: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, college_junior_club_team VARCHAR) ### Question: Which team drafted a player from HC Slavia Praha (Czechoslovakia)? ### Answer: SELECT nhl_team FROM table_2850912_10 WHERE college_junior_club_team = "HC Slavia Praha (Czechoslovakia)"
Which player was drafted by the New York Rangers?
CREATE TABLE table_2850912_10 (player VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_2850912_10 WHERE nhl_team = "New York Rangers"
### Context: CREATE TABLE table_2850912_10 (player VARCHAR, nhl_team VARCHAR) ### Question: Which player was drafted by the New York Rangers? ### Answer: SELECT player FROM table_2850912_10 WHERE nhl_team = "New York Rangers"
Which team drafted Michael Orn?
CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2850912_10 WHERE player = "Michael Orn"
### Context: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) ### Question: Which team drafted Michael Orn? ### Answer: SELECT nhl_team FROM table_2850912_10 WHERE player = "Michael Orn"
What position was the player who was drafted by the Washington Capitals?
CREATE TABLE table_2850912_10 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_2850912_10 WHERE nhl_team = "Washington Capitals"
### Context: CREATE TABLE table_2850912_10 (position VARCHAR, nhl_team VARCHAR) ### Question: What position was the player who was drafted by the Washington Capitals? ### Answer: SELECT position FROM table_2850912_10 WHERE nhl_team = "Washington Capitals"
What is Timo Lehkonen's highest pick number?
CREATE TABLE table_2850912_5 (pick__number INTEGER, player VARCHAR)
SELECT MAX(pick__number) FROM table_2850912_5 WHERE player = "Timo Lehkonen"
### Context: CREATE TABLE table_2850912_5 (pick__number INTEGER, player VARCHAR) ### Question: What is Timo Lehkonen's highest pick number? ### Answer: SELECT MAX(pick__number) FROM table_2850912_5 WHERE player = "Timo Lehkonen"
What college/junior/club team played right wing position with NHL team Chicago Black Hawks?
CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, position VARCHAR, nhl_team VARCHAR)
SELECT college_junior_club_team FROM table_2850912_5 WHERE position = "Right Wing" AND nhl_team = "Chicago Black Hawks"
### Context: CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, position VARCHAR, nhl_team VARCHAR) ### Question: What college/junior/club team played right wing position with NHL team Chicago Black Hawks? ### Answer: SELECT college_junior_club_team FROM table_2850912_5 WHERE position = "Right Wing" AND nhl_team = "Chicago Black Hawks"
How many college/junior/club teams are from Sweden?
CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, nationality VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2850912_5 WHERE nationality = "Sweden"
### Context: CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, nationality VARCHAR) ### Question: How many college/junior/club teams are from Sweden? ### Answer: SELECT COUNT(college_junior_club_team) FROM table_2850912_5 WHERE nationality = "Sweden"
What is Robert Dirk's nationality?
CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_2850912_3 WHERE player = "Robert Dirk"
### Context: CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) ### Question: What is Robert Dirk's nationality? ### Answer: SELECT nationality FROM table_2850912_3 WHERE player = "Robert Dirk"
What country is Trent Yawney from?
CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_2850912_3 WHERE player = "Trent Yawney"
### Context: CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) ### Question: What country is Trent Yawney from? ### Answer: SELECT nationality FROM table_2850912_3 WHERE player = "Trent Yawney"
What is Michal Pivonka's pick number?
CREATE TABLE table_2850912_3 (pick__number VARCHAR, player VARCHAR)
SELECT COUNT(pick__number) FROM table_2850912_3 WHERE player = "Michal Pivonka"
### Context: CREATE TABLE table_2850912_3 (pick__number VARCHAR, player VARCHAR) ### Question: What is Michal Pivonka's pick number? ### Answer: SELECT COUNT(pick__number) FROM table_2850912_3 WHERE player = "Michal Pivonka"
Which team did David McLay play for?
CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "David McLay"
### Context: CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: Which team did David McLay play for? ### Answer: SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "David McLay"
What is Robert Dirk's team?
CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "Robert Dirk"
### Context: CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: What is Robert Dirk's team? ### Answer: SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "Robert Dirk"
What is Graeme Bonar's lowest pick number?
CREATE TABLE table_2850912_3 (pick__number INTEGER, player VARCHAR)
SELECT MIN(pick__number) FROM table_2850912_3 WHERE player = "Graeme Bonar"
### Context: CREATE TABLE table_2850912_3 (pick__number INTEGER, player VARCHAR) ### Question: What is Graeme Bonar's lowest pick number? ### Answer: SELECT MIN(pick__number) FROM table_2850912_3 WHERE player = "Graeme Bonar"
where did glenn greenough come from
CREATE TABLE table_2850912_8 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_2850912_8 WHERE player = "Glenn Greenough"
### Context: CREATE TABLE table_2850912_8 (college_junior_club_team VARCHAR, player VARCHAR) ### Question: where did glenn greenough come from ### Answer: SELECT college_junior_club_team FROM table_2850912_8 WHERE player = "Glenn Greenough"
how many parts does detroit red wings person urban nordin play
CREATE TABLE table_2850912_8 (position VARCHAR, nhl_team VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_2850912_8 WHERE nhl_team = "Detroit Red Wings" AND player = "Urban Nordin"
### Context: CREATE TABLE table_2850912_8 (position VARCHAR, nhl_team VARCHAR, player VARCHAR) ### Question: how many parts does detroit red wings person urban nordin play ### Answer: SELECT COUNT(position) FROM table_2850912_8 WHERE nhl_team = "Detroit Red Wings" AND player = "Urban Nordin"
What is the gender of the Roman Catholic school is AL4?
CREATE TABLE table_28523_3 (gender VARCHAR, religious_affiliation VARCHAR, location VARCHAR)
SELECT gender FROM table_28523_3 WHERE religious_affiliation = "Roman Catholic" AND location = "AL4"
### Context: CREATE TABLE table_28523_3 (gender VARCHAR, religious_affiliation VARCHAR, location VARCHAR) ### Question: What is the gender of the Roman Catholic school is AL4? ### Answer: SELECT gender FROM table_28523_3 WHERE religious_affiliation = "Roman Catholic" AND location = "AL4"
What is the website of the school affiliated with the Church of England?
CREATE TABLE table_28523_3 (school VARCHAR, religious_affiliation VARCHAR)
SELECT school AS website FROM table_28523_3 WHERE religious_affiliation = "Church of England"
### Context: CREATE TABLE table_28523_3 (school VARCHAR, religious_affiliation VARCHAR) ### Question: What is the website of the school affiliated with the Church of England? ### Answer: SELECT school AS website FROM table_28523_3 WHERE religious_affiliation = "Church of England"
What nationality is listed when the college/junior/club team is oshawa generals (ohl)?
CREATE TABLE table_2850912_7 (nationality VARCHAR, college_junior_club_team VARCHAR)
SELECT nationality FROM table_2850912_7 WHERE college_junior_club_team = "Oshawa Generals (OHL)"
### Context: CREATE TABLE table_2850912_7 (nationality VARCHAR, college_junior_club_team VARCHAR) ### Question: What nationality is listed when the college/junior/club team is oshawa generals (ohl)? ### Answer: SELECT nationality FROM table_2850912_7 WHERE college_junior_club_team = "Oshawa Generals (OHL)"
What is the name of the player when the college/junior/club team is new westminster bruins (whl)?
CREATE TABLE table_2850912_7 (player VARCHAR, college_junior_club_team VARCHAR)
SELECT player FROM table_2850912_7 WHERE college_junior_club_team = "New Westminster Bruins (WHL)"
### Context: CREATE TABLE table_2850912_7 (player VARCHAR, college_junior_club_team VARCHAR) ### Question: What is the name of the player when the college/junior/club team is new westminster bruins (whl)? ### Answer: SELECT player FROM table_2850912_7 WHERE college_junior_club_team = "New Westminster Bruins (WHL)"
How many college/junior/club teams are ther when nhl team is edmonton oilers?
CREATE TABLE table_2850912_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2850912_7 WHERE nhl_team = "Edmonton Oilers"
### Context: CREATE TABLE table_2850912_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR) ### Question: How many college/junior/club teams are ther when nhl team is edmonton oilers? ### Answer: SELECT COUNT(college_junior_club_team) FROM table_2850912_7 WHERE nhl_team = "Edmonton Oilers"
What is the postion when the nhl team is los angeles kings?
CREATE TABLE table_2850912_7 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_2850912_7 WHERE nhl_team = "Los Angeles Kings"
### Context: CREATE TABLE table_2850912_7 (position VARCHAR, nhl_team VARCHAR) ### Question: What is the postion when the nhl team is los angeles kings? ### Answer: SELECT position FROM table_2850912_7 WHERE nhl_team = "Los Angeles Kings"
How many nhl teams are listed when college/junior/club team is listed as newton north high school (ushs-ma)?
CREATE TABLE table_2850912_7 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
SELECT COUNT(nhl_team) FROM table_2850912_7 WHERE college_junior_club_team = "Newton North High School (USHS-MA)"
### Context: CREATE TABLE table_2850912_7 (nhl_team VARCHAR, college_junior_club_team VARCHAR) ### Question: How many nhl teams are listed when college/junior/club team is listed as newton north high school (ushs-ma)? ### Answer: SELECT COUNT(nhl_team) FROM table_2850912_7 WHERE college_junior_club_team = "Newton North High School (USHS-MA)"
What date did the episode directed by Victor Cook and Written by Brat Jennett air in the U.S.?
CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Victor Cook" AND written_by = "Brat Jennett"
### Context: CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What date did the episode directed by Victor Cook and Written by Brat Jennett air in the U.S.? ### Answer: SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Victor Cook" AND written_by = "Brat Jennett"
What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.?
CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Curt Geda" AND written_by = "Mitch Watson"
### Context: CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.? ### Answer: SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Curt Geda" AND written_by = "Mitch Watson"
When Alberto Contador Kanstantsin Sivtsov was the general classification and Alessandro Petacchi was the points classification at the same time while Mark Cavendish is the winner, who was the mountain classification?
CREATE TABLE table_28538368_2 (mountains_classification VARCHAR, winner VARCHAR, general_classification VARCHAR, points_classification VARCHAR)
SELECT mountains_classification FROM table_28538368_2 WHERE general_classification = "Alberto Contador Kanstantsin Sivtsov" AND points_classification = "Alessandro Petacchi" AND winner = "Mark Cavendish"
### Context: CREATE TABLE table_28538368_2 (mountains_classification VARCHAR, winner VARCHAR, general_classification VARCHAR, points_classification VARCHAR) ### Question: When Alberto Contador Kanstantsin Sivtsov was the general classification and Alessandro Petacchi was the points classification at the same time while Mark Cavendish is the winner, who was the mountain classification? ### Answer: SELECT mountains_classification FROM table_28538368_2 WHERE general_classification = "Alberto Contador Kanstantsin Sivtsov" AND points_classification = "Alessandro Petacchi" AND winner = "Mark Cavendish"
Who was the young rider classification when Alessandro Petacchi won?
CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR)
SELECT young_rider_classification FROM table_28538368_2 WHERE winner = "Alessandro Petacchi"
### Context: CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) ### Question: Who was the young rider classification when Alessandro Petacchi won? ### Answer: SELECT young_rider_classification FROM table_28538368_2 WHERE winner = "Alessandro Petacchi"
Who was the young rider classification when Diego Ulissi won?
CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR)
SELECT COUNT(young_rider_classification) FROM table_28538368_2 WHERE winner = "Diego Ulissi"
### Context: CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) ### Question: Who was the young rider classification when Diego Ulissi won? ### Answer: SELECT COUNT(young_rider_classification) FROM table_28538368_2 WHERE winner = "Diego Ulissi"