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