instruction stringlengths 67 299 | input stringlengths 88 550 | output stringlengths 32 484 |
|---|---|---|
Write a SQL query that answers the following question: What number-one single is performed by artist Pep's? | The relevant table was constructed using the following SQL : CREATE TABLE table_27441210_17 (number_one_single_s_ VARCHAR, artist VARCHAR) | SELECT number_one_single_s_ FROM table_27441210_17 WHERE artist = "Pep's" |
Write a SQL query that answers the following question: Where were the auditions held in the episode that aired on january 27, 2011? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (audition_city VARCHAR, episode_air_date VARCHAR) | SELECT audition_city FROM table_27455867_1 WHERE episode_air_date = "January 27, 2011" |
Write a SQL query that answers the following question: In how many different audition cities were the Bridgestone arena auditions held? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (audition_city VARCHAR, audition_venue VARCHAR) | SELECT COUNT(audition_city) FROM table_27455867_1 WHERE audition_venue = "Bridgestone Arena" |
Write a SQL query that answers the following question: When was the callback audition date for the audition city from the episode aired on February 2, 2011? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (callback_audition_date VARCHAR, episode_air_date VARCHAR) | SELECT callback_audition_date FROM table_27455867_1 WHERE episode_air_date = "February 2, 2011" |
Write a SQL query that answers the following question: When were the callback auditions at Hilton Riverside Hotel held? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (callback_audition_date VARCHAR, callback_venue VARCHAR) | SELECT callback_audition_date FROM table_27455867_1 WHERE callback_venue = "Hilton Riverside Hotel" |
Write a SQL query that answers the following question: What was the callback venue for the audition city in the episode aired on January 20, 2011? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (callback_venue VARCHAR, episode_air_date VARCHAR) | SELECT callback_venue FROM table_27455867_1 WHERE episode_air_date = "January 20, 2011" |
Write a SQL query that answers the following question: When were the callback auditions for the audition city in the episode aired on February 9, 2011? | The relevant table was constructed using the following SQL : CREATE TABLE table_27455867_1 (callback_audition_date VARCHAR, episode_air_date VARCHAR) | SELECT callback_audition_date FROM table_27455867_1 WHERE episode_air_date = "February 9, 2011" |
Write a SQL query that answers the following question: How many episodes did Eve Weston write? | The relevant table was constructed using the following SQL : CREATE TABLE table_27462177_1 (no_in_series VARCHAR, written_by VARCHAR) | SELECT COUNT(no_in_series) FROM table_27462177_1 WHERE written_by = "Eve Weston" |
Write a SQL query that answers the following question: How many millions of US viewers watched the episode written by Jack Sanderson? | The relevant table was constructed using the following SQL : CREATE TABLE table_27462177_1 (us_viewers__millions_ VARCHAR, written_by VARCHAR) | SELECT us_viewers__millions_ FROM table_27462177_1 WHERE written_by = "Jack Sanderson" |
Write a SQL query that answers the following question: Name who wrote the production code 322 | The relevant table was constructed using the following SQL : CREATE TABLE table_27462209_1 (written_by VARCHAR, prod_code VARCHAR) | SELECT written_by FROM table_27462209_1 WHERE prod_code = 322 |
Write a SQL query that answers the following question: What is the television network with the television channel of Astro Pelangi & Astro Bintang? | The relevant table was constructed using the following SQL : CREATE TABLE table_27469019_2 (television_network VARCHAR, television_channel VARCHAR) | SELECT television_network FROM table_27469019_2 WHERE television_channel = "Astro Pelangi & Astro Bintang" |
Write a SQL query that answers the following question: What was the status of the series that was run by tv channel Mediacorp tv12 Suria? | The relevant table was constructed using the following SQL : CREATE TABLE table_27469019_2 (status VARCHAR, television_channel VARCHAR) | SELECT status FROM table_27469019_2 WHERE television_channel = "MediaCorp TV12 Suria" |
Write a SQL query that answers the following question: What was the world rank by QS in 2013 for the University of Otago? | The relevant table was constructed using the following SQL : CREATE TABLE table_27484208_1 (world_rank_by_qs_ VARCHAR, _2013 VARCHAR, members VARCHAR) | SELECT world_rank_by_qs_, _2013 FROM table_27484208_1 WHERE members = "University of Otago" |
Write a SQL query that answers the following question: What was the world rank by ARWU in 2013 of the University of Tübingen? | The relevant table was constructed using the following SQL : CREATE TABLE table_27484208_1 (world_rank_by_arwu_ VARCHAR, _2013 VARCHAR, members VARCHAR) | SELECT world_rank_by_arwu_, _2013 FROM table_27484208_1 WHERE members = "University of Tübingen" |
Write a SQL query that answers the following question: How many episodes have 18.73 million viewers? | The relevant table was constructed using the following SQL : CREATE TABLE table_27481781_2 (no_in_series VARCHAR, viewers__millions_ VARCHAR) | SELECT COUNT(no_in_series) FROM table_27481781_2 WHERE viewers__millions_ = "18.73" |
Write a SQL query that answers the following question: What was the result of the election for georgia's 3rd district? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487712_1 (result VARCHAR, district VARCHAR) | SELECT result FROM table_27487712_1 WHERE district = "Georgia's 3rd" |
Write a SQL query that answers the following question: Who was the incumbent from georgia's 8th district? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487712_1 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_27487712_1 WHERE district = "Georgia's 8th" |
Write a SQL query that answers the following question: What was the result of the election with incumbent bob barr? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_27487712_1 WHERE incumbent = "Bob Barr" |
Write a SQL query that answers the following question: What was the result of the election with incumbent john lewis? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_27487712_1 WHERE incumbent = "John Lewis" |
Write a SQL query that answers the following question: Who was the incumbent for the election in 1978? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487712_1 (incumbent VARCHAR, elected VARCHAR) | SELECT incumbent FROM table_27487712_1 WHERE elected = 1978 |
Write a SQL query that answers the following question: Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487310_5 (judges VARCHAR, country VARCHAR, air_dates VARCHAR) | SELECT judges FROM table_27487310_5 WHERE country = "Netherlands" AND air_dates = "28 November 2011 – 24 December 2011" |
Write a SQL query that answers the following question: What is the version aired on SBS 6 called? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487310_5 (name VARCHAR, network VARCHAR) | SELECT name FROM table_27487310_5 WHERE network = "SBS 6" |
Write a SQL query that answers the following question: What are the air dates of the show in ABS-CBN? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487310_5 (air_dates VARCHAR, network VARCHAR) | SELECT air_dates FROM table_27487310_5 WHERE network = "ABS-CBN" |
Write a SQL query that answers the following question: Who is the host on the series aired on 18 January 2012? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487310_5 (host_s_ VARCHAR, air_dates VARCHAR) | SELECT host_s_ FROM table_27487310_5 WHERE air_dates = "18 January 2012" |
Write a SQL query that answers the following question: What is the name of the series with the unknown host? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487310_5 (name VARCHAR, host_s_ VARCHAR) | SELECT name FROM table_27487310_5 WHERE host_s_ = "unknown" |
Write a SQL query that answers the following question: What is every value for points per game if passing yards per game is 179.6? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (points_per_game VARCHAR, passing_yards_per_game VARCHAR) | SELECT points_per_game FROM table_27487336_1 WHERE passing_yards_per_game = "179.6" |
Write a SQL query that answers the following question: What is every value for sacks if interceptions is 19? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (sacks VARCHAR, interceptions VARCHAR) | SELECT sacks FROM table_27487336_1 WHERE interceptions = "19" |
Write a SQL query that answers the following question: What is every value for passing yards per game if rushing yards per game is 113.6? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (passing_yards_per_game VARCHAR, rushing_yards_per_game VARCHAR) | SELECT passing_yards_per_game FROM table_27487336_1 WHERE rushing_yards_per_game = "113.6" |
Write a SQL query that answers the following question: What is every value for rushing yards per game if sacks if 25? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (rushing_yards_per_game VARCHAR, sacks VARCHAR) | SELECT rushing_yards_per_game FROM table_27487336_1 WHERE sacks = "25" |
Write a SQL query that answers the following question: What is every value for rushing yards per game if the season is 1984? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (rushing_yards_per_game VARCHAR, season VARCHAR) | SELECT rushing_yards_per_game FROM table_27487336_1 WHERE season = "1984" |
Write a SQL query that answers the following question: How many seasons have a sacks of 39? | The relevant table was constructed using the following SQL : CREATE TABLE table_27487336_1 (season VARCHAR, sacks VARCHAR) | SELECT COUNT(season) FROM table_27487336_1 WHERE sacks = "39" |
Write a SQL query that answers the following question: Name the average for rank of 3 | The relevant table was constructed using the following SQL : CREATE TABLE table_27496841_3 (average VARCHAR, rank_by_average VARCHAR) | SELECT average FROM table_27496841_3 WHERE rank_by_average = 3 |
Write a SQL query that answers the following question: Name the total points for 2 | The relevant table was constructed using the following SQL : CREATE TABLE table_27496841_3 (total_points VARCHAR, place VARCHAR) | SELECT total_points FROM table_27496841_3 WHERE place = 2 |
Write a SQL query that answers the following question: What is the decision when the opponents are atlanta thrashers? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501030_7 (decision VARCHAR, opponent VARCHAR) | SELECT decision FROM table_27501030_7 WHERE opponent = "Atlanta Thrashers" |
Write a SQL query that answers the following question: How many game entries are there when the points are 57? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501030_7 (game VARCHAR, points VARCHAR) | SELECT COUNT(game) FROM table_27501030_7 WHERE points = 57 |
Write a SQL query that answers the following question: What is the smallest año? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501971_2 (año INTEGER) | SELECT MIN(año) FROM table_27501971_2 |
Write a SQL query that answers the following question: How many premio are there when "Artist of the Year" was the categoria? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501971_2 (premio VARCHAR, categoría VARCHAR) | SELECT COUNT(premio) FROM table_27501971_2 WHERE categoría = "Artist of the Year" |
Write a SQL query that answers the following question: What was the resultado when E.E.U.U was the country? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501971_2 (resultado VARCHAR, country VARCHAR) | SELECT resultado FROM table_27501971_2 WHERE country = "E.E.U.U" |
Write a SQL query that answers the following question: What was the categoria when E.E.U.U was the country? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501971_2 (categoría VARCHAR, country VARCHAR) | SELECT categoría FROM table_27501971_2 WHERE country = "E.E.U.U" |
Write a SQL query that answers the following question: When the año was 2012, who was the county? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501971_2 (country VARCHAR, año VARCHAR) | SELECT country FROM table_27501971_2 WHERE año = 2012 |
Write a SQL query that answers the following question: Name who wrote the episode by lawrence trilling | The relevant table was constructed using the following SQL : CREATE TABLE table_27504682_1 (written_by VARCHAR, directed_by VARCHAR) | SELECT written_by FROM table_27504682_1 WHERE directed_by = "Lawrence Trilling" |
Write a SQL query that answers the following question: Name the air date for alex taub | The relevant table was constructed using the following SQL : CREATE TABLE table_27504682_1 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_27504682_1 WHERE written_by = "Alex Taub" |
Write a SQL query that answers the following question: How many games were numbered 69? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501030_8 (opponent VARCHAR, game VARCHAR) | SELECT COUNT(opponent) FROM table_27501030_8 WHERE game = 69 |
Write a SQL query that answers the following question: How many times did they play the pittsburgh penguins? | The relevant table was constructed using the following SQL : CREATE TABLE table_27501030_8 (march VARCHAR, opponent VARCHAR) | SELECT COUNT(march) FROM table_27501030_8 WHERE opponent = "Pittsburgh Penguins" |
Write a SQL query that answers the following question: What is the earliest quarterfinal week when the genre is dancing and the act is 32? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (qtr_final__week_ INTEGER, genre VARCHAR, age_s_ VARCHAR) | SELECT MIN(qtr_final__week_) FROM table_27529608_21 WHERE genre = "Dancing" AND age_s_ = "32" |
Write a SQL query that answers the following question: What is the quarterfinal week for Austin Anderson? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (qtr_final__week_ INTEGER, name_name_of_act VARCHAR) | SELECT MIN(qtr_final__week_) FROM table_27529608_21 WHERE name_name_of_act = "Austin Anderson" |
Write a SQL query that answers the following question: What is the genre for the group with ages 29-30? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (genre VARCHAR, age_s_ VARCHAR) | SELECT genre FROM table_27529608_21 WHERE age_s_ = "29-30" |
Write a SQL query that answers the following question: What is the age of the act who is a rapper? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (age_s_ VARCHAR, act VARCHAR) | SELECT age_s_ FROM table_27529608_21 WHERE act = "Rapper" |
Write a SQL query that answers the following question: What is the hometown of Plutonic? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (hometown VARCHAR, name_name_of_act VARCHAR) | SELECT hometown FROM table_27529608_21 WHERE name_name_of_act = "PLUtonic" |
Write a SQL query that answers the following question: How many semi-final weeks are there for acts from Pittsburgh, Pennsylvania? | The relevant table was constructed using the following SQL : CREATE TABLE table_27529608_21 (semi_final__week_ VARCHAR, hometown VARCHAR) | SELECT COUNT(semi_final__week_) FROM table_27529608_21 WHERE hometown = "Pittsburgh, Pennsylvania" |
Write a SQL query that answers the following question: What was the margin of victory for the event in lake forest, illinois? | The relevant table was constructed using the following SQL : CREATE TABLE table_275162_1 (margin_of_victory VARCHAR, location VARCHAR) | SELECT margin_of_victory FROM table_275162_1 WHERE location = "Lake Forest, Illinois" |
Write a SQL query that answers the following question: What was zach johnson's score to par? | The relevant table was constructed using the following SQL : CREATE TABLE table_275162_1 (to_par VARCHAR, player VARCHAR) | SELECT to_par FROM table_275162_1 WHERE player = "Zach Johnson" |
Write a SQL query that answers the following question: What was the winning score at bellerive country club? | The relevant table was constructed using the following SQL : CREATE TABLE table_275162_1 (score VARCHAR, course VARCHAR) | SELECT score FROM table_275162_1 WHERE course = "Bellerive country Club" |
Write a SQL query that answers the following question: How many courses are located in carmel, indiana? | The relevant table was constructed using the following SQL : CREATE TABLE table_275162_1 (course VARCHAR, location VARCHAR) | SELECT COUNT(course) FROM table_275162_1 WHERE location = "Carmel, Indiana" |
Write a SQL query that answers the following question: How many status figures does James Finch have? | The relevant table was constructed using the following SQL : CREATE TABLE table_27514362_7 (status VARCHAR, entrant VARCHAR) | SELECT COUNT(status) FROM table_27514362_7 WHERE entrant = "James Finch" |
Write a SQL query that answers the following question: What is the car make for Sterling Marlin? | The relevant table was constructed using the following SQL : CREATE TABLE table_27514362_7 (car_make VARCHAR, driver VARCHAR) | SELECT car_make FROM table_27514362_7 WHERE driver = "Sterling Marlin" |
Write a SQL query that answers the following question: What is the finish position for cars by Pontiac driven by Bobby Hamilton? | The relevant table was constructed using the following SQL : CREATE TABLE table_27514362_7 (pos VARCHAR, car_make VARCHAR, driver VARCHAR) | SELECT pos FROM table_27514362_7 WHERE car_make = "Pontiac" AND driver = "Bobby Hamilton" |
Write a SQL query that answers the following question: who are the participants that wear clothing in 33-23-36 | The relevant table was constructed using the following SQL : CREATE TABLE table_27515452_3 (contestant VARCHAR, sizes VARCHAR) | SELECT contestant FROM table_27515452_3 WHERE sizes = "33-23-36" |
Write a SQL query that answers the following question: what is the oldest and lives in veraguas | The relevant table was constructed using the following SQL : CREATE TABLE table_27515452_3 (age INTEGER, hometown VARCHAR) | SELECT MAX(age) FROM table_27515452_3 WHERE hometown = "Veraguas" |
Write a SQL query that answers the following question: where is the participant marelissa him from | The relevant table was constructed using the following SQL : CREATE TABLE table_27515452_3 (hometown VARCHAR, contestant VARCHAR) | SELECT hometown FROM table_27515452_3 WHERE contestant = "Marelissa Him" |
Write a SQL query that answers the following question: which company has a person that can wear clothing in 33-23-36 | The relevant table was constructed using the following SQL : CREATE TABLE table_27515452_3 (agency VARCHAR, sizes VARCHAR) | SELECT agency FROM table_27515452_3 WHERE sizes = "33-23-36" |
Write a SQL query that answers the following question: how tall is someone who is able to wear 33-24-35 | The relevant table was constructed using the following SQL : CREATE TABLE table_27515452_3 (height VARCHAR, sizes VARCHAR) | SELECT height FROM table_27515452_3 WHERE sizes = "33-24-35" |
Write a SQL query that answers the following question: If the best winning average is 7.3-71, what are the total points? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (total_points INTEGER, best_winning_average VARCHAR) | SELECT MIN(total_points) FROM table_27533947_1 WHERE best_winning_average = "7.3-71" |
Write a SQL query that answers the following question: if the best run was 138, what is the amount of games lost? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (games_lost VARCHAR, best_run VARCHAR) | SELECT games_lost FROM table_27533947_1 WHERE best_run = 138 |
Write a SQL query that answers the following question: If the games won are 5, what is the best winning average? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (best_winning_average VARCHAR, games_won VARCHAR) | SELECT best_winning_average FROM table_27533947_1 WHERE games_won = 5 |
Write a SQL query that answers the following question: If the player is William Jakes, what are the total points? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (total_points INTEGER, players VARCHAR) | SELECT MIN(total_points) FROM table_27533947_1 WHERE players = "William Jakes" |
Write a SQL query that answers the following question: If the grand average is 12.76-202, who is the player? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (players VARCHAR, grand_average VARCHAR) | SELECT players FROM table_27533947_1 WHERE grand_average = "12.76-202" |
Write a SQL query that answers the following question: How many players had a best winning average of 20? | The relevant table was constructed using the following SQL : CREATE TABLE table_27533947_1 (games_won VARCHAR, best_winning_average VARCHAR) | SELECT COUNT(games_won) FROM table_27533947_1 WHERE best_winning_average = "20" |
Write a SQL query that answers the following question: What was the October 22 record? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_4 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27537518_4 WHERE date = "October 22" |
Write a SQL query that answers the following question: What was the 6-4 score's maximum attendance? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_4 (attendance INTEGER, score VARCHAR) | SELECT MAX(attendance) FROM table_27537518_4 WHERE score = "6-4" |
Write a SQL query that answers the following question: What was the score for game #1? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_4 (score VARCHAR, game VARCHAR) | SELECT score FROM table_27537518_4 WHERE game = 1 |
Write a SQL query that answers the following question: What was the record for the October 16 game? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_4 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27537518_4 WHERE date = "October 16" |
Write a SQL query that answers the following question: What was the record in the game whose first star was J. Oduya? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (record VARCHAR, first_star VARCHAR) | SELECT record FROM table_27537518_6 WHERE first_star = "J. Oduya" |
Write a SQL query that answers the following question: What was the score of the game whose first star was O. Pavelec? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (score VARCHAR, first_star VARCHAR) | SELECT score FROM table_27537518_6 WHERE first_star = "O. Pavelec" |
Write a SQL query that answers the following question: Who made the decision in the game played on December 26? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (decision VARCHAR, date VARCHAR) | SELECT decision FROM table_27537518_6 WHERE date = "December 26" |
Write a SQL query that answers the following question: Where was the game seen by 10056 people played? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (location VARCHAR, attendance VARCHAR) | SELECT location FROM table_27537518_6 WHERE attendance = 10056 |
Write a SQL query that answers the following question: Who was the first star of the game with record of 17-11-5? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (first_star VARCHAR, record VARCHAR) | SELECT first_star FROM table_27537518_6 WHERE record = "17-11-5" |
Write a SQL query that answers the following question: Who made the decisions in the game whose first star was V. Lecavalier? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_6 (decision VARCHAR, first_star VARCHAR) | SELECT decision FROM table_27537518_6 WHERE first_star = "V. Lecavalier" |
Write a SQL query that answers the following question: What was the final score the game where the Thrashers over-all record went to 22-16-6? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_7 (score VARCHAR, record VARCHAR) | SELECT score FROM table_27537518_7 WHERE record = "22-16-6" |
Write a SQL query that answers the following question: Who got the decision in the game, when the final score was 1-7? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_7 (decision VARCHAR, score VARCHAR) | SELECT decision FROM table_27537518_7 WHERE score = "1-7" |
Write a SQL query that answers the following question: What date was M. Grabovski the first start of the game? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_7 (date VARCHAR, first_star VARCHAR) | SELECT date FROM table_27537518_7 WHERE first_star = "M. Grabovski" |
Write a SQL query that answers the following question: What was the record for the game where the opponent was the Carolina Hurricanes? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_9 (record VARCHAR, opponent VARCHAR) | SELECT record FROM table_27537518_9 WHERE opponent = "Carolina Hurricanes" |
Write a SQL query that answers the following question: On which date was the record of 27-28-11 set? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_9 (date VARCHAR, record VARCHAR) | SELECT date FROM table_27537518_9 WHERE record = "27-28-11" |
Write a SQL query that answers the following question: Who made the decision on the game where the record was 29-28-12? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_9 (decision VARCHAR, record VARCHAR) | SELECT decision FROM table_27537518_9 WHERE record = "29-28-12" |
Write a SQL query that answers the following question: Who made the decision on the game where the record was 27-28-11? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537518_9 (decision VARCHAR, record VARCHAR) | SELECT decision FROM table_27537518_9 WHERE record = "27-28-11" |
Write a SQL query that answers the following question: Name the score for game 5 | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_4 (score VARCHAR, game VARCHAR) | SELECT score FROM table_27539272_4 WHERE game = 5 |
Write a SQL query that answers the following question: Name the most points for 1-3-1 record | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_4 (points INTEGER, record VARCHAR) | SELECT MAX(points) FROM table_27539272_4 WHERE record = "1-3-1" |
Write a SQL query that answers the following question: Name the record for prudential center - 12,880 | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_4 (record VARCHAR, location_attendance VARCHAR) | SELECT record FROM table_27539272_4 WHERE location_attendance = "Prudential Center - 12,880" |
Write a SQL query that answers the following question: Name the number of record for hp pavilion - 17,562 | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_4 (record VARCHAR, location_attendance VARCHAR) | SELECT COUNT(record) FROM table_27539272_4 WHERE location_attendance = "HP Pavilion - 17,562" |
Write a SQL query that answers the following question: On how many days in October was the score 6-1? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537870_3 (october VARCHAR, score VARCHAR) | SELECT COUNT(october) FROM table_27537870_3 WHERE score = "6-1" |
Write a SQL query that answers the following question: What is the location and what was the attendance on those days when the score was 3-5-1? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537870_3 (location_attendance VARCHAR, record VARCHAR) | SELECT location_attendance FROM table_27537870_3 WHERE record = "3-5-1" |
Write a SQL query that answers the following question: How many times was the sabres record 2-5-1? | The relevant table was constructed using the following SQL : CREATE TABLE table_27537870_3 (location_attendance VARCHAR, record VARCHAR) | SELECT COUNT(location_attendance) FROM table_27537870_3 WHERE record = "2-5-1" |
Write a SQL query that answers the following question: What was the location and attendance for game 41? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_7 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_27539272_7 WHERE game = 41 |
Write a SQL query that answers the following question: On what day of January was the record 10-29-2? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_7 (january INTEGER, record VARCHAR) | SELECT MAX(january) FROM table_27539272_7 WHERE record = "10-29-2" |
Write a SQL query that answers the following question: What are the most points scored in a game where the score was 1-2? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_7 (points INTEGER, score VARCHAR) | SELECT MAX(points) FROM table_27539272_7 WHERE score = "1-2" |
Write a SQL query that answers the following question: On what day in January was the record 15-29-3? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539272_7 (january INTEGER, record VARCHAR) | SELECT MAX(january) FROM table_27539272_7 WHERE record = "15-29-3" |
Write a SQL query that answers the following question: Against what team did the Islanders have a 5-18-5 record? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539535_5 (opponent VARCHAR, record VARCHAR) | SELECT opponent FROM table_27539535_5 WHERE record = "5-18-5" |
Write a SQL query that answers the following question: Against what opponent did the game end 5-4? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539535_5 (opponent VARCHAR, score VARCHAR) | SELECT opponent FROM table_27539535_5 WHERE score = "5-4" |
Write a SQL query that answers the following question: How many games were played against a team with a 9-19-6 record against the Islanders? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539535_5 (december VARCHAR, record VARCHAR) | SELECT COUNT(december) FROM table_27539535_5 WHERE record = "9-19-6" |
Write a SQL query that answers the following question: How many games did they play on october 9? | The relevant table was constructed using the following SQL : CREATE TABLE table_27539808_3 (opponent VARCHAR, october VARCHAR) | SELECT COUNT(opponent) FROM table_27539808_3 WHERE october = 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.