answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT regular_season_winner FROM table_28365816_2 WHERE conference = "Big Seven conference" | CREATE TABLE table_28365816_2 (regular_season_winner VARCHAR, conference VARCHAR) | During the Big Seven Conference which team was the regular season winner? |
SELECT tournament_venue__city_ FROM table_28365816_2 WHERE conference = "Missouri Valley conference" | CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, conference VARCHAR) | What tournament venue is listed during the Missouri Valley Conference? |
SELECT tournament_winner FROM table_28365816_2 WHERE conference = "Mid-American conference" | CREATE TABLE table_28365816_2 (tournament_winner VARCHAR, conference VARCHAR) | During the Mid-American Conference who is listed as the tournament winner? |
SELECT tournament_venue__city_ FROM table_28365816_2 WHERE regular_season_winner = "Yale" | CREATE TABLE table_28365816_2 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR) | When Yale is listed as the regular season winner, what tournament venue is given? |
SELECT COUNT(conference) AS Tournament FROM table_28365816_2 WHERE regular_season_winner = "Texas Western" | CREATE TABLE table_28365816_2 (conference VARCHAR, regular_season_winner VARCHAR) | How many entries for conference tournament are listed when Texas Western is the regular season winner? |
SELECT nhl_team FROM table_2840500_5 WHERE college_junior_club_team = "HC Lada Togliatti (Russia)" | CREATE TABLE table_2840500_5 (nhl_team VARCHAR, college_junior_club_team VARCHAR) | Which team drafted the player from the HC Lada Togliatti (Russia)? |
SELECT player FROM table_2840500_3 WHERE position = "Left Wing" AND nationality = "Canada" AND nhl_team = "St. Louis Blues" | CREATE TABLE table_2840500_3 (player VARCHAR, nhl_team VARCHAR, position VARCHAR, nationality VARCHAR) | who is the person that plays left wing and is from canada that plays on the st. louis blues |
SELECT COUNT(pick) FROM table_2840500_3 WHERE player = "Scott Parker" | CREATE TABLE table_2840500_3 (pick VARCHAR, player VARCHAR) | what is the overall number of chosen ideas where the person is scott parker |
SELECT COUNT(pick) FROM table_2840500_3 WHERE college_junior_club_team = "HC Dukla Trenčín (Slovakia)" | CREATE TABLE table_2840500_3 (pick VARCHAR, college_junior_club_team VARCHAR) | what is the number of the chosen club where the hc dukla trenčín (slovakia) is from |
SELECT COUNT(player) FROM table_2840500_2 WHERE nhl_team = "Edmonton Oilers" | CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) | How many players were drafted by the Edmonton Oilers? |
SELECT player FROM table_2840500_2 WHERE nhl_team = "Washington Capitals" | CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) | Who was drafted by the Washington Capitals? |
SELECT nhl_team FROM table_2840500_2 WHERE player = "Travis Brigley" | CREATE TABLE table_2840500_2 (nhl_team VARCHAR, player VARCHAR) | Which team drafted Travis Brigley? |
SELECT MIN(pick) FROM table_2840500_2 WHERE position = "Centre" AND nationality = "Czech Republic" | CREATE TABLE table_2840500_2 (pick INTEGER, position VARCHAR, nationality VARCHAR) | What is the minimum pick of a centre from the Czech Republic? |
SELECT player FROM table_28461589_2 WHERE passes = 223 | CREATE TABLE table_28461589_2 (player VARCHAR, passes VARCHAR) | Which player made exactly 223 passes? |
SELECT MIN(mins_played) FROM table_28461589_2 WHERE good_passes = 638 | CREATE TABLE table_28461589_2 (mins_played INTEGER, good_passes VARCHAR) | What is the fewest minutes played for the player with exactly 638 good passes? |
SELECT MAX(assists) FROM table_28461589_2 WHERE games_played = 25 | CREATE TABLE table_28461589_2 (assists INTEGER, games_played VARCHAR) | What is the most number of assists for players with exactly 25 games played? |
SELECT MAX(passes) FROM table_28461589_2 WHERE starting = 34 | CREATE TABLE table_28461589_2 (passes INTEGER, starting VARCHAR) | What is the largest number of passes for players starting exactly 34 games? |
SELECT nickname FROM table_28436909_4 WHERE letters = "ΚΑΘ" | CREATE TABLE table_28436909_4 (nickname VARCHAR, letters VARCHAR) | When καθ are the letters what is the nickname? |
SELECT COUNT(organization) FROM table_28436909_4 WHERE founding_date = "1873-12-25" | CREATE TABLE table_28436909_4 (organization VARCHAR, founding_date VARCHAR) | When 1873-12-25 is the founding date how many organizations are there? |
SELECT canadian_chapters FROM table_28436909_4 WHERE founding_date = "1872-10-10" | CREATE TABLE table_28436909_4 (canadian_chapters VARCHAR, founding_date VARCHAR) | When 1872-10-10 is the founding date what are the canadian chapters? |
SELECT COUNT(founding_date) FROM table_28436909_4 WHERE canadian_chapters = "1 Active, 1 Inactive" | CREATE TABLE table_28436909_4 (founding_date VARCHAR, canadian_chapters VARCHAR) | When 1 active, 1 inactive is the canadian chapters how many founding dates are there? |
SELECT last_meeting FROM table_2846320_4 WHERE name_of_rivalry = "Iron Bowl" | CREATE TABLE table_2846320_4 (last_meeting VARCHAR, name_of_rivalry VARCHAR) | when was the ending time where the enemy met in the iron bowl |
SELECT MIN(au_won) FROM table_2846320_4 WHERE games_played = 92 | CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR) | what was the lowest number that auburn triumphed where the activities took part was 92 |
SELECT rival FROM table_2846320_4 WHERE first_meeting = 1899 | CREATE TABLE table_2846320_4 (rival VARCHAR, first_meeting VARCHAR) | what are all the adversary where the beginning is 1899 |
SELECT streak FROM table_2846320_4 WHERE last_meeting = 2009 | CREATE TABLE table_2846320_4 (streak VARCHAR, last_meeting VARCHAR) | what is the length where the time is 2009 |
SELECT distance FROM table_28490105_1 WHERE supporting = "Champ Car World Series ( Grand Prix of Cleveland )" AND tc_winning_car = "Pierre Kleinubing" | CREATE TABLE table_28490105_1 (distance VARCHAR, supporting VARCHAR, tc_winning_car VARCHAR) | 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? |
SELECT MIN(rnd) FROM table_28490105_1 WHERE gt_winning_car = "Max Angelelli" | CREATE TABLE table_28490105_1 (rnd INTEGER, gt_winning_car VARCHAR) | What is the earliest round where the gt winning car is max angelelli? |
SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dodge Viper" AND rnd = 1 | CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR, rnd VARCHAR) | Who was supporting in round 1 where the gt winning car was dodge viper? |
SELECT supporting FROM table_28490105_1 WHERE gt_winning_car = "Dino Crescentini" | CREATE TABLE table_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR) | Who was supporting in the round when the gt winning car was dino crescentini? |
SELECT written_by FROM table_28466323_2 WHERE production_code = "2J5568" | CREATE TABLE table_28466323_2 (written_by VARCHAR, production_code VARCHAR) | Who wrote the episode with production code 2j5568? |
SELECT directed_by FROM table_28466323_2 WHERE us_viewers__million_ = "2.01" | CREATE TABLE table_28466323_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | Who directed the episode watched by 2.01 million US viewers? |
SELECT _number_of_divisions FROM table_2849652_1 WHERE sport = "Bowling" | CREATE TABLE table_2849652_1 (_number_of_divisions VARCHAR, sport VARCHAR) | How many divisions in bowling ? |
SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE season = "Winter" AND _number_of_divisions = 1 | CREATE TABLE table_2849652_2 (season VARCHAR, _number_of_divisions VARCHAR) | How many first tournaments were winter sports with exactly 1 division? |
SELECT 2011 AS _2012_state_tournament_location FROM table_2849652_2 WHERE sport = "Soccer" | CREATE TABLE table_2849652_2 (sport VARCHAR) | Where was the 2011-2012 soccer state tournament held? |
SELECT COUNT(1 AS st_tournament) FROM table_2849652_2 WHERE sport = "Bowling" | CREATE TABLE table_2849652_2 (sport VARCHAR) | How many first tournaments are associated with bowling? |
SELECT COUNT(before) FROM table_28498999_3 WHERE player = "Vaughn Taylor" | CREATE TABLE table_28498999_3 (before VARCHAR, player VARCHAR) | How many times is the player vaughn taylor listed? |
SELECT MIN(after) FROM table_28498999_3 WHERE player = "Adam Scott" | CREATE TABLE table_28498999_3 (after INTEGER, player VARCHAR) | What is the lowest after when the player is adam scott? |
SELECT country FROM table_28498999_3 WHERE score = 72 - 63 - 71 - 68 = 274 | CREATE TABLE table_28498999_3 (country VARCHAR, score VARCHAR) | What is the country for the score 72-63-71-68=274? |
SELECT after FROM table_28498999_3 WHERE player = "Kevin Streelman" | CREATE TABLE table_28498999_3 (after VARCHAR, player VARCHAR) | What is the after for the player kevin streelman? |
SELECT to_par FROM table_28498999_3 WHERE after = 33 | CREATE TABLE table_28498999_3 (to_par VARCHAR, after VARCHAR) | What is the to par when the after is 33? |
SELECT country FROM table_28498999_4 WHERE player = "Charley Hoffman" | CREATE TABLE table_28498999_4 (country VARCHAR, player VARCHAR) | What country is charley hoffman from? |
SELECT MIN(before) FROM table_28498999_4 WHERE score = 63 - 67 - 66 - 71 = 267 | CREATE TABLE table_28498999_4 (before INTEGER, score VARCHAR) | What is the before for the score of 63-67-66-71=267? |
SELECT to_par FROM table_28498999_4 WHERE winnings__$_ = 232500 | CREATE TABLE table_28498999_4 (to_par VARCHAR, winnings__$_ VARCHAR) | What is the to par for the winnings of 232500? |
SELECT winnings__$_ FROM table_28498999_4 WHERE score = 66 - 64 - 67 - 71 = 268 | CREATE TABLE table_28498999_4 (winnings__$_ VARCHAR, score VARCHAR) | What were the winnings for the score of 66-64-67-71=268? |
SELECT MAX(after) FROM table_28498999_4 WHERE player = "Geoff Ogilvy" | CREATE TABLE table_28498999_4 (after INTEGER, player VARCHAR) | What is the after for geoff ogilvy? |
SELECT MAX(reset_points) FROM table_28498999_6 WHERE player = "Luke Donald" | CREATE TABLE table_28498999_6 (reset_points INTEGER, player VARCHAR) | what is the most number where the person is luke donald |
SELECT country FROM table_28498999_6 WHERE player = "Luke Donald" | CREATE TABLE table_28498999_6 (country VARCHAR, player VARCHAR) | what is the place where the person is luke donald |
SELECT player FROM table_28498999_6 WHERE points = 2343 | CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) | what is the person there the numbers is 2343 |
SELECT COUNT(reset_points) FROM table_28498999_6 WHERE player = "Charley Hoffman" | CREATE TABLE table_28498999_6 (reset_points VARCHAR, player VARCHAR) | what is the number of pieces where the person is charley hoffman |
SELECT COUNT(player) FROM table_28498999_6 WHERE points = 3015 | CREATE TABLE table_28498999_6 (player VARCHAR, points VARCHAR) | what is the number of people where the pieces is 3015 |
SELECT nhl_team FROM table_2850912_10 WHERE player = "Ron Annear" | CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | Which team drafted Ron Annear? |
SELECT nhl_team FROM table_2850912_10 WHERE player = "Joakim Persson" | CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | Which team drafted Joakim Persson? |
SELECT nhl_team FROM table_2850912_10 WHERE college_junior_club_team = "HC Slavia Praha (Czechoslovakia)" | CREATE TABLE table_2850912_10 (nhl_team VARCHAR, college_junior_club_team VARCHAR) | Which team drafted a player from HC Slavia Praha (Czechoslovakia)? |
SELECT player FROM table_2850912_10 WHERE nhl_team = "New York Rangers" | CREATE TABLE table_2850912_10 (player VARCHAR, nhl_team VARCHAR) | Which player was drafted by the New York Rangers? |
SELECT nhl_team FROM table_2850912_10 WHERE player = "Michael Orn" | CREATE TABLE table_2850912_10 (nhl_team VARCHAR, player VARCHAR) | Which team drafted Michael Orn? |
SELECT position FROM table_2850912_10 WHERE nhl_team = "Washington Capitals" | CREATE TABLE table_2850912_10 (position VARCHAR, nhl_team VARCHAR) | What position was the player who was drafted by the Washington Capitals? |
SELECT MAX(pick__number) FROM table_2850912_5 WHERE player = "Timo Lehkonen" | CREATE TABLE table_2850912_5 (pick__number INTEGER, player VARCHAR) | What is Timo Lehkonen's highest pick number? |
SELECT college_junior_club_team FROM table_2850912_5 WHERE position = "Right Wing" AND nhl_team = "Chicago Black Hawks" | CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, position VARCHAR, nhl_team VARCHAR) | What college/junior/club team played right wing position with NHL team Chicago Black Hawks? |
SELECT COUNT(college_junior_club_team) FROM table_2850912_5 WHERE nationality = "Sweden" | CREATE TABLE table_2850912_5 (college_junior_club_team VARCHAR, nationality VARCHAR) | How many college/junior/club teams are from Sweden? |
SELECT nationality FROM table_2850912_3 WHERE player = "Robert Dirk" | CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) | What is Robert Dirk's nationality? |
SELECT nationality FROM table_2850912_3 WHERE player = "Trent Yawney" | CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) | What country is Trent Yawney from? |
SELECT COUNT(pick__number) FROM table_2850912_3 WHERE player = "Michal Pivonka" | CREATE TABLE table_2850912_3 (pick__number VARCHAR, player VARCHAR) | What is Michal Pivonka's pick number? |
SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "David McLay" | CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR) | Which team did David McLay play for? |
SELECT college_junior_club_team FROM table_2850912_3 WHERE player = "Robert Dirk" | CREATE TABLE table_2850912_3 (college_junior_club_team VARCHAR, player VARCHAR) | What is Robert Dirk's team? |
SELECT MIN(pick__number) FROM table_2850912_3 WHERE player = "Graeme Bonar" | CREATE TABLE table_2850912_3 (pick__number INTEGER, player VARCHAR) | What is Graeme Bonar's lowest pick number? |
SELECT college_junior_club_team FROM table_2850912_8 WHERE player = "Glenn Greenough" | CREATE TABLE table_2850912_8 (college_junior_club_team VARCHAR, player VARCHAR) | where did glenn greenough come from |
SELECT COUNT(position) FROM table_2850912_8 WHERE nhl_team = "Detroit Red Wings" AND player = "Urban Nordin" | CREATE TABLE table_2850912_8 (position VARCHAR, nhl_team VARCHAR, player VARCHAR) | how many parts does detroit red wings person urban nordin play |
SELECT gender FROM table_28523_3 WHERE religious_affiliation = "Roman Catholic" AND location = "AL4" | CREATE TABLE table_28523_3 (gender VARCHAR, religious_affiliation VARCHAR, location VARCHAR) | What is the gender of the Roman Catholic school is AL4? |
SELECT school AS website FROM table_28523_3 WHERE religious_affiliation = "Church of England" | CREATE TABLE table_28523_3 (school VARCHAR, religious_affiliation VARCHAR) | What is the website of the school affiliated with the Church of England? |
SELECT nationality FROM table_2850912_7 WHERE college_junior_club_team = "Oshawa Generals (OHL)" | CREATE TABLE table_2850912_7 (nationality VARCHAR, college_junior_club_team VARCHAR) | What nationality is listed when the college/junior/club team is oshawa generals (ohl)? |
SELECT player FROM table_2850912_7 WHERE college_junior_club_team = "New Westminster Bruins (WHL)" | CREATE TABLE table_2850912_7 (player VARCHAR, college_junior_club_team VARCHAR) | What is the name of the player when the college/junior/club team is new westminster bruins (whl)? |
SELECT COUNT(college_junior_club_team) FROM table_2850912_7 WHERE nhl_team = "Edmonton Oilers" | CREATE TABLE table_2850912_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | How many college/junior/club teams are ther when nhl team is edmonton oilers? |
SELECT position FROM table_2850912_7 WHERE nhl_team = "Los Angeles Kings" | CREATE TABLE table_2850912_7 (position VARCHAR, nhl_team VARCHAR) | What is the postion when the nhl team is los angeles kings? |
SELECT COUNT(nhl_team) FROM table_2850912_7 WHERE college_junior_club_team = "Newton North High School (USHS-MA)" | CREATE TABLE table_2850912_7 (nhl_team VARCHAR, college_junior_club_team VARCHAR) | How many nhl teams are listed when college/junior/club team is listed as newton north high school (ushs-ma)? |
SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Victor Cook" AND written_by = "Brat Jennett" | CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR) | What date did the episode directed by Victor Cook and Written by Brat Jennett air in the U.S.? |
SELECT original_air_date__us_ FROM table_28511558_2 WHERE directed_by = "Curt Geda" AND written_by = "Mitch Watson" | CREATE TABLE table_28511558_2 (original_air_date__us_ VARCHAR, directed_by VARCHAR, written_by VARCHAR) | What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.? |
SELECT mountains_classification FROM table_28538368_2 WHERE general_classification = "Alberto Contador Kanstantsin Sivtsov" AND points_classification = "Alessandro Petacchi" AND winner = "Mark Cavendish" | CREATE TABLE table_28538368_2 (mountains_classification VARCHAR, winner VARCHAR, general_classification VARCHAR, points_classification VARCHAR) | 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? |
SELECT young_rider_classification FROM table_28538368_2 WHERE winner = "Alessandro Petacchi" | CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) | Who was the young rider classification when Alessandro Petacchi won? |
SELECT COUNT(young_rider_classification) FROM table_28538368_2 WHERE winner = "Diego Ulissi" | CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) | Who was the young rider classification when Diego Ulissi won? |
SELECT young_rider_classification FROM table_28538368_2 WHERE winner = "Paolo Tiralongo" | CREATE TABLE table_28538368_2 (young_rider_classification VARCHAR, winner VARCHAR) | What is the name of the young rider classification when Paolo Tiralongo won? |
SELECT version FROM table_28540539_2 WHERE release = "1.0.4" | CREATE TABLE table_28540539_2 (version VARCHAR, release VARCHAR) | What's the version in the 1.0.4 release? |
SELECT release AS date FROM table_28540539_2 WHERE release = "1.1.10" | CREATE TABLE table_28540539_2 (release VARCHAR) | What's the release date in the 1.1.10 release? |
SELECT version FROM table_28540539_2 WHERE release = "1.0.12" | CREATE TABLE table_28540539_2 (version VARCHAR, release VARCHAR) | What's the version of the 1.0.12 release? |
SELECT COUNT(version) FROM table_28540539_2 WHERE release = "1.0.9" | CREATE TABLE table_28540539_2 (version VARCHAR, release VARCHAR) | What's the number of the 1.0.9 release version? |
SELECT COUNT(version) FROM table_28540539_2 WHERE release = "1.0.12" | CREATE TABLE table_28540539_2 (version VARCHAR, release VARCHAR) | What's the number of the 1.0.12 release version? |
SELECT no_in_series FROM table_28561455_1 WHERE us_viewers__million_ = "11.84" | CREATE TABLE table_28561455_1 (no_in_series VARCHAR, us_viewers__million_ VARCHAR) | For how many series were there 11.84 million watchers? |
SELECT MIN(no_in_season) FROM table_28561455_1 | CREATE TABLE table_28561455_1 (no_in_season INTEGER) | What's the smallest season number? |
SELECT written_by FROM table_28561455_1 WHERE directed_by = "Peter O'Fallon" | CREATE TABLE table_28561455_1 (written_by VARCHAR, directed_by VARCHAR) | Who wrote the episodes that were directed by Peter O'Fallon? |
SELECT MAX(no_in_series) FROM table_28561455_1 WHERE written_by = "Meredith Averill" | CREATE TABLE table_28561455_1 (no_in_series INTEGER, written_by VARCHAR) | What was the latest episode number that Meredith Averill wrote? |
SELECT MAX(no_in_series) FROM table_28561455_1 WHERE directed_by = "Tom DiCillo" | CREATE TABLE table_28561455_1 (no_in_series INTEGER, directed_by VARCHAR) | What is the latest episode number that was directed by Tom Dicillo? |
SELECT COUNT(germany) FROM table_28562675_3 WHERE italy = "Naples LL Naples" AND england = "London Area Youth London" | CREATE TABLE table_28562675_3 (germany VARCHAR, italy VARCHAR, england VARCHAR) | How many years did Germany participate, when the team from Italy was Naples LL Naples and the team from England was London Area Youth London? |
SELECT austria FROM table_28562675_3 WHERE netherlands = "Brunssum/Schinnen LL Brunssum" AND belgium = "SHAPE and Waterloo LL Brussels" | CREATE TABLE table_28562675_3 (austria VARCHAR, netherlands VARCHAR, belgium VARCHAR) | What was the team from Austria when the Netherlands sent Brunssum/Schinnen LL Brunssum and Belgium sent Shape and Waterloo LL Brussels? |
SELECT MAX(matches) FROM table_28547332_4 | CREATE TABLE table_28547332_4 (matches INTEGER) | What is the maximum number of matches in a game? |
SELECT MIN(highest_score) FROM table_28547332_4 WHERE average = "9.88" | CREATE TABLE table_28547332_4 (highest_score INTEGER, average VARCHAR) | What is the highest score in those games where the average is 9.88? |
SELECT digital_channel FROM table_2857352_3 WHERE virtual_channel = "23.2" | CREATE TABLE table_2857352_3 (digital_channel VARCHAR, virtual_channel VARCHAR) | What digital channel corresponds to virtual channel 23.2? |
SELECT digital_channel FROM table_2857352_3 WHERE virtual_channel = "5.2" | CREATE TABLE table_2857352_3 (digital_channel VARCHAR, virtual_channel VARCHAR) | What digital channel corresponds to virtual channel 5.2? |
SELECT network FROM table_2857352_3 WHERE virtual_channel = "23.1" | CREATE TABLE table_2857352_3 (network VARCHAR, virtual_channel VARCHAR) | What network airs on virtual channel 23.1? |
SELECT COUNT(network) FROM table_2857352_3 WHERE virtual_channel = "23.4" | CREATE TABLE table_2857352_3 (network VARCHAR, virtual_channel VARCHAR) | How many networks run on virtual channel 23.4? |
SELECT city_of_license FROM table_2857352_3 WHERE virtual_channel = "8.2" | CREATE TABLE table_2857352_3 (city_of_license VARCHAR, virtual_channel VARCHAR) | What city licensed the broadcast on virtual channel 8.2? |
SELECT title FROM table_28582091_2 WHERE production_code = "2J5515" | CREATE TABLE table_28582091_2 (title VARCHAR, production_code VARCHAR) | What was the title of the episode with production code 2J5515? |
Subsets and Splits