Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
40,300 | <question>: Name the aircraft type for furstenau/vorden <context>: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, geschwader_base VARCHAR) | SELECT aircraft_type FROM table_28342423_1 WHERE geschwader_base = "Furstenau/Vorden" |
40,301 | <question>: Name the parent unit for ludwig franzisket <context>: CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR) | SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Ludwig Franzisket" |
40,302 | <question>: Name the aircraft type for jagdgeschwader 6 <context>: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR) | SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 6" |
40,303 | <question>: Name the aircraft type for jagdgeschwader 26 <context>: CREATE TABLE table_28342423_1 (aircraft_type VARCHAR, parent_unit VARCHAR) | SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 26" |
40,304 | <question>: Name the parent unit for josef priller <context>: CREATE TABLE table_28342423_1 (parent_unit VARCHAR, commanding_officer VARCHAR) | SELECT parent_unit FROM table_28342423_1 WHERE commanding_officer = "Josef Priller" |
40,305 | <question>: Name the production code for number 8 <context>: CREATE TABLE table_28348757_3 (production_code VARCHAR, _number VARCHAR) | SELECT production_code FROM table_28348757_3 WHERE _number = 8 |
40,306 | <question>: Name the least number for xle02007 <context>: CREATE TABLE table_28348757_3 (no INTEGER, production_code VARCHAR) | SELECT MIN(no) FROM table_28348757_3 WHERE production_code = "XLE02007" |
40,307 | <question>: Who wrote the episode with the code xle05012? <context>: CREATE TABLE table_28348757_6 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_28348757_6 WHERE production_code = "XLE05012" |
40,308 | <question>: what are the numbers of episodes that had 0.79 million US views? <context>: CREATE TABLE table_28348757_6 (_number VARCHAR, us_viewers__million_ VARCHAR) | SELECT _number FROM table_28348757_6 WHERE us_viewers__million_ = "0.79" |
40,309 | <question>: What female fenced with a saber on the team that had an average fencer rank of 3.5? <context>: 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" |
40,310 | <question>: What team had an average fencer rank of 1.33? <context>: CREATE TABLE table_28372291_1 (team VARCHAR, average_fencers_rank VARCHAR) | SELECT team FROM table_28372291_1 WHERE average_fencers_rank = "1.33" |
40,311 | <question>: What is the name of the corporation that incorporated on october 15, 1955? <context>: 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" |
40,312 | <question>: What is the area of the corporation named the powell river, the corporation of the city of? <context>: 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" |
40,313 | <question>: How many Area's are there for Armstrong? <context>: CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, name VARCHAR) | SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE name = "Armstrong" |
40,314 | <question>: What is the name of the city which incorporated on july 16, 1860? <context>: CREATE TABLE table_28367242_1 (name VARCHAR, incorporation_date__city_ VARCHAR) | SELECT name FROM table_28367242_1 WHERE incorporation_date__city_ = "July 16, 1860" |
40,315 | <question>: What is the name of the corporation with an area of 15.63 km? <context>: CREATE TABLE table_28367242_1 (corporate_name VARCHAR, area__km²_ VARCHAR) | SELECT corporate_name FROM table_28367242_1 WHERE area__km²_ = "15.63" |
40,316 | <question>: How many areas are there for the corporation named fort st. john, city of? <context>: 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" |
40,317 | <question>: What was Emma Bunton's score for the performance with a total score of 22? <context>: CREATE TABLE table_28352386_1 (emma_bunton VARCHAR, total VARCHAR) | SELECT emma_bunton FROM table_28352386_1 WHERE total = "22" |
40,318 | <question>: What was the total score when the guest judge gave a score of 10? <context>: CREATE TABLE table_28352386_1 (total VARCHAR, guest_judge VARCHAR) | SELECT total FROM table_28352386_1 WHERE guest_judge = "10" |
40,319 | <question>: what is the number of the episode in the season whose production code is 101? <context>: CREATE TABLE table_28358487_3 (no VARCHAR, production_code VARCHAR) | SELECT COUNT(no) FROM table_28358487_3 WHERE production_code = 101 |
40,320 | <question>: During what conference is North Carolina listed as the tournament winner? <context>: CREATE TABLE table_28365816_2 (conference VARCHAR, tournament_winner VARCHAR) | SELECT conference FROM table_28365816_2 WHERE tournament_winner = "North Carolina" |
40,321 | <question>: During the Big Seven Conference which team was the regular season winner? <context>: CREATE TABLE table_28365816_2 (regular_season_winner VARCHAR, conference VARCHAR) | SELECT regular_season_winner FROM table_28365816_2 WHERE conference = "Big Seven conference" |
40,322 | <question>: What tournament venue is listed during the Missouri Valley Conference? <context>: CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, conference VARCHAR) | SELECT tournament_venue__city_ FROM table_28365816_2 WHERE conference = "Missouri Valley conference" |
40,323 | <question>: During the Mid-American Conference who is listed as the tournament winner? <context>: CREATE TABLE table_28365816_2 (tournament_winner VARCHAR, conference VARCHAR) | SELECT tournament_winner FROM table_28365816_2 WHERE conference = "Mid-American conference" |
40,324 | <question>: When Yale is listed as the regular season winner, what tournament venue is given? <context>: 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" |
40,325 | <question>: How many entries for conference tournament are listed when Texas Western is the regular season winner? <context>: 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" |
40,326 | <question>: Which team drafted the player from the HC Lada Togliatti (Russia)? <context>: 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)" |
40,327 | <question>: who is the person that plays left wing and is from canada that plays on the st. louis blues <context>: 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" |
40,328 | <question>: what is the overall number of chosen ideas where the person is scott parker <context>: CREATE TABLE table_2840500_3 (pick VARCHAR, player VARCHAR) | SELECT COUNT(pick) FROM table_2840500_3 WHERE player = "Scott Parker" |
40,329 | <question>: what is the number of the chosen club where the hc dukla trenčín (slovakia) is from <context>: 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)" |
40,330 | <question>: How many players were drafted by the Edmonton Oilers? <context>: CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) | SELECT COUNT(player) FROM table_2840500_2 WHERE nhl_team = "Edmonton Oilers" |
40,331 | <question>: Who was drafted by the Washington Capitals? <context>: CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) | SELECT player FROM table_2840500_2 WHERE nhl_team = "Washington Capitals" |
40,332 | <question>: Which team drafted Travis Brigley? <context>: CREATE TABLE table_2840500_2 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2840500_2 WHERE player = "Travis Brigley" |
40,333 | <question>: What is the minimum pick of a centre from the Czech Republic? <context>: 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" |
40,334 | <question>: Which player made exactly 223 passes? <context>: CREATE TABLE table_28461589_2 (player VARCHAR, passes VARCHAR) | SELECT player FROM table_28461589_2 WHERE passes = 223 |
40,335 | <question>: What is the fewest minutes played for the player with exactly 638 good passes? <context>: CREATE TABLE table_28461589_2 (mins_played INTEGER, good_passes VARCHAR) | SELECT MIN(mins_played) FROM table_28461589_2 WHERE good_passes = 638 |
40,336 | <question>: What is the most number of assists for players with exactly 25 games played? <context>: CREATE TABLE table_28461589_2 (assists INTEGER, games_played VARCHAR) | SELECT MAX(assists) FROM table_28461589_2 WHERE games_played = 25 |
40,337 | <question>: What is the largest number of passes for players starting exactly 34 games? <context>: CREATE TABLE table_28461589_2 (passes INTEGER, starting VARCHAR) | SELECT MAX(passes) FROM table_28461589_2 WHERE starting = 34 |
40,338 | <question>: When καθ are the letters what is the nickname? <context>: CREATE TABLE table_28436909_4 (nickname VARCHAR, letters VARCHAR) | SELECT nickname FROM table_28436909_4 WHERE letters = "ΚΑΘ" |
40,339 | <question>: When 1873-12-25 is the founding date how many organizations are there? <context>: CREATE TABLE table_28436909_4 (organization VARCHAR, founding_date VARCHAR) | SELECT COUNT(organization) FROM table_28436909_4 WHERE founding_date = "1873-12-25" |
40,340 | <question>: When 1872-10-10 is the founding date what are the canadian chapters? <context>: CREATE TABLE table_28436909_4 (canadian_chapters VARCHAR, founding_date VARCHAR) | SELECT canadian_chapters FROM table_28436909_4 WHERE founding_date = "1872-10-10" |
40,341 | <question>: When 1 active, 1 inactive is the canadian chapters how many founding dates are there? <context>: 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" |
40,342 | <question>: when was the ending time where the enemy met in the iron bowl <context>: 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" |
40,343 | <question>: what was the lowest number that auburn triumphed where the activities took part was 92 <context>: CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR) | SELECT MIN(au_won) FROM table_2846320_4 WHERE games_played = 92 |
40,344 | <question>: what are all the adversary where the beginning is 1899 <context>: CREATE TABLE table_2846320_4 (rival VARCHAR, first_meeting VARCHAR) | SELECT rival FROM table_2846320_4 WHERE first_meeting = 1899 |
40,345 | <question>: what is the length where the time is 2009 <context>: CREATE TABLE table_2846320_4 (streak VARCHAR, last_meeting VARCHAR) | SELECT streak FROM table_2846320_4 WHERE last_meeting = 2009 |
40,346 | <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? <context>: 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" |
40,347 | <question>: What is the earliest round where the gt winning car is max angelelli? <context>: CREATE TABLE table_28490105_1 (rnd INTEGER, gt_winning_car VARCHAR) | SELECT MIN(rnd) FROM table_28490105_1 WHERE gt_winning_car = "Max Angelelli" |
40,348 | <question>: Who was supporting in round 1 where the gt winning car was dodge viper? <context>: 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 |
40,349 | <question>: Who was supporting in the round when the gt winning car was dino crescentini? <context>: CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR) | SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dino Crescentini" |
40,350 | <question>: Who wrote the episode with production code 2j5568? <context>: CREATE TABLE table_28466323_2 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_28466323_2 WHERE production_code = "2J5568" |
40,351 | <question>: Who directed the episode watched by 2.01 million US viewers? <context>: 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" |
40,352 | <question>: How many divisions in bowling ? <context>: CREATE TABLE table_2849652_1 (_number_of_divisions VARCHAR, sport VARCHAR) | SELECT _number_of_divisions FROM table_2849652_1 WHERE sport = "Bowling" |
40,353 | <question>: How many first tournaments were winter sports with exactly 1 division? <context>: 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 |
40,354 | <question>: Where was the 2011-2012 soccer state tournament held? <context>: CREATE TABLE table_2849652_2 (sport VARCHAR) | SELECT 2011 AS _2012_state_tournament_location FROM table_2849652_2 WHERE sport = "Soccer" |
40,355 | <question>: How many first tournaments are associated with bowling? <context>: CREATE TABLE table_2849652_2 (sport VARCHAR) | SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE sport = "Bowling" |
40,356 | <question>: How many times is the player vaughn taylor listed? <context>: CREATE TABLE table_28498999_3 (before VARCHAR, player VARCHAR) | SELECT COUNT(before) FROM table_28498999_3 WHERE player = "Vaughn Taylor" |
40,357 | <question>: What is the lowest after when the player is adam scott? <context>: CREATE TABLE table_28498999_3 (after INTEGER, player VARCHAR) | SELECT MIN(after) FROM table_28498999_3 WHERE player = "Adam Scott" |
40,358 | <question>: What is the country for the score 72-63-71-68=274? <context>: CREATE TABLE table_28498999_3 (country VARCHAR, score VARCHAR) | SELECT country FROM table_28498999_3 WHERE score = 72 - 63 - 71 - 68 = 274 |
40,359 | <question>: What is the after for the player kevin streelman? <context>: CREATE TABLE table_28498999_3 (after VARCHAR, player VARCHAR) | SELECT after FROM table_28498999_3 WHERE player = "Kevin Streelman" |
40,360 | <question>: What is the to par when the after is 33? <context>: CREATE TABLE table_28498999_3 (to_par VARCHAR, after VARCHAR) | SELECT to_par FROM table_28498999_3 WHERE after = 33 |
40,361 | <question>: What country is charley hoffman from? <context>: CREATE TABLE table_28498999_4 (country VARCHAR, player VARCHAR) | SELECT country FROM table_28498999_4 WHERE player = "Charley Hoffman" |
40,362 | <question>: What is the before for the score of 63-67-66-71=267? <context>: CREATE TABLE table_28498999_4 (before INTEGER, score VARCHAR) | SELECT MIN(before) FROM table_28498999_4 WHERE score = 63 - 67 - 66 - 71 = 267 |
40,363 | <question>: What is the to par for the winnings of 232500? <context>: CREATE TABLE table_28498999_4 (to_par VARCHAR, winnings__$_ VARCHAR) | SELECT to_par FROM table_28498999_4 WHERE winnings__$_ = 232500 |
40,364 | <question>: What were the winnings for the score of 66-64-67-71=268? <context>: CREATE TABLE table_28498999_4 (winnings__$_ VARCHAR, score VARCHAR) | SELECT winnings__$_ FROM table_28498999_4 WHERE score = 66 - 64 - 67 - 71 = 268 |
40,365 | <question>: What is the after for geoff ogilvy? <context>: CREATE TABLE table_28498999_4 (after INTEGER, player VARCHAR) | SELECT MAX(after) FROM table_28498999_4 WHERE player = "Geoff Ogilvy" |
40,366 | <question>: what is the most number where the person is luke donald <context>: CREATE TABLE table_28498999_6 (reset_points INTEGER, player VARCHAR) | SELECT MAX(reset_points) FROM table_28498999_6 WHERE player = "Luke Donald" |
40,367 | <question>: what is the place where the person is luke donald <context>: CREATE TABLE table_28498999_6 (country VARCHAR, player VARCHAR) | SELECT country FROM table_28498999_6 WHERE player = "Luke Donald" |
40,368 | <question>: what is the person there the numbers is 2343 <context>: CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) | SELECT player FROM table_28498999_6 WHERE points = 2343 |
40,369 | <question>: what is the number of pieces where the person is charley hoffman <context>: CREATE TABLE table_28498999_6 (reset_points VARCHAR, player VARCHAR) | SELECT COUNT(reset_points) FROM table_28498999_6 WHERE player = "Charley Hoffman" |
40,370 | <question>: what is the number of people where the pieces is 3015 <context>: CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) | SELECT COUNT(player) FROM table_28498999_6 WHERE points = 3015 |
40,371 | <question>: Which team drafted Ron Annear? <context>: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2850912_10 WHERE player = "Ron Annear" |
40,372 | <question>: Which team drafted Joakim Persson? <context>: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2850912_10 WHERE player = "Joakim Persson" |
40,373 | <question>: Which team drafted a player from HC Slavia Praha (Czechoslovakia)? <context>: 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)" |
40,374 | <question>: Which player was drafted by the New York Rangers? <context>: CREATE TABLE table_2850912_10 (player VARCHAR, nhl_team VARCHAR) | SELECT player FROM table_2850912_10 WHERE nhl_team = "New York Rangers" |
40,375 | <question>: Which team drafted Michael Orn? <context>: CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2850912_10 WHERE player = "Michael Orn" |
40,376 | <question>: What position was the player who was drafted by the Washington Capitals? <context>: CREATE TABLE table_2850912_10 (position VARCHAR, nhl_team VARCHAR) | SELECT position FROM table_2850912_10 WHERE nhl_team = "Washington Capitals" |
40,377 | <question>: What is Timo Lehkonen's highest pick number? <context>: CREATE TABLE table_2850912_5 (pick__number INTEGER, player VARCHAR) | SELECT MAX(pick__number) FROM table_2850912_5 WHERE player = "Timo Lehkonen" |
40,378 | <question>: What college/junior/club team played right wing position with NHL team Chicago Black Hawks? <context>: 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" |
40,379 | <question>: How many college/junior/club teams are from Sweden? <context>: 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" |
40,380 | <question>: What is Robert Dirk's nationality? <context>: CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_2850912_3 WHERE player = "Robert Dirk" |
40,381 | <question>: What country is Trent Yawney from? <context>: CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_2850912_3 WHERE player = "Trent Yawney" |
40,382 | <question>: What is Michal Pivonka's pick number? <context>: CREATE TABLE table_2850912_3 (pick__number VARCHAR, player VARCHAR) | SELECT COUNT(pick__number) FROM table_2850912_3 WHERE player = "Michal Pivonka" |
40,383 | <question>: Which team did David McLay play for? <context>: 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" |
40,384 | <question>: What is Robert Dirk's team? <context>: 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" |
40,385 | <question>: What is Graeme Bonar's lowest pick number? <context>: CREATE TABLE table_2850912_3 (pick__number INTEGER, player VARCHAR) | SELECT MIN(pick__number) FROM table_2850912_3 WHERE player = "Graeme Bonar" |
40,386 | <question>: where did glenn greenough come from <context>: 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" |
40,387 | <question>: how many parts does detroit red wings person urban nordin play <context>: 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" |
40,388 | <question>: What is the gender of the Roman Catholic school is AL4? <context>: 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" |
40,389 | <question>: What is the website of the school affiliated with the Church of England? <context>: CREATE TABLE table_28523_3 (school VARCHAR, religious_affiliation VARCHAR) | SELECT school AS website FROM table_28523_3 WHERE religious_affiliation = "Church of England" |
40,390 | <question>: What nationality is listed when the college/junior/club team is oshawa generals (ohl)? <context>: 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)" |
40,391 | <question>: What is the name of the player when the college/junior/club team is new westminster bruins (whl)? <context>: 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)" |
40,392 | <question>: How many college/junior/club teams are ther when nhl team is edmonton oilers? <context>: 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" |
40,393 | <question>: What is the postion when the nhl team is los angeles kings? <context>: CREATE TABLE table_2850912_7 (position VARCHAR, nhl_team VARCHAR) | SELECT position FROM table_2850912_7 WHERE nhl_team = "Los Angeles Kings" |
40,394 | <question>: How many nhl teams are listed when college/junior/club team is listed as newton north high school (ushs-ma)? <context>: 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)" |
40,395 | <question>: What date did the episode directed by Victor Cook and Written by Brat Jennett air in the U.S.? <context>: 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" |
40,396 | <question>: What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.? <context>: 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" |
40,397 | <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? <context>: 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" |
40,398 | <question>: Who was the young rider classification when Alessandro Petacchi won? <context>: CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) | SELECT young_rider_classification FROM table_28538368_2 WHERE winner = "Alessandro Petacchi" |
40,399 | <question>: Who was the young rider classification when Diego Ulissi won? <context>: CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) | SELECT COUNT(young_rider_classification) FROM table_28538368_2 WHERE winner = "Diego Ulissi" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.