Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
39,400 | <question>: Where is the team that is managed by richard barnwell from? <context>: CREATE TABLE table_27409644_1 (location VARCHAR, manager VARCHAR) | SELECT location FROM table_27409644_1 WHERE manager = "Richard Barnwell" |
39,401 | <question>: What is the home location for team flora tallinn? <context>: CREATE TABLE table_27409644_1 (ground VARCHAR, club VARCHAR) | SELECT ground FROM table_27409644_1 WHERE club = "Flora Tallinn" |
39,402 | <question>: How many viewers watched the episode written by shana goldberg-meehan & greg malins? <context>: CREATE TABLE table_27403436_1 (us_viewers__million_ VARCHAR, written_by VARCHAR) | SELECT us_viewers__million_ FROM table_27403436_1 WHERE written_by = "Shana Goldberg-Meehan & Greg Malins" |
39,403 | <question>: which number lists the production code as 2j5809 <context>: CREATE TABLE table_27403436_1 (no VARCHAR, production_code VARCHAR) | SELECT no FROM table_27403436_1 WHERE production_code = "2J5809" |
39,404 | <question>: What position was Bob Lilly? <context>: CREATE TABLE table_274117_5 (position VARCHAR, player VARCHAR) | SELECT position FROM table_274117_5 WHERE player = "Bob Lilly" |
39,405 | <question>: What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances? <context>: CREATE TABLE table_274117_5 (seasons_by_team VARCHAR, position VARCHAR, number VARCHAR) | SELECT seasons_by_team FROM table_274117_5 WHERE position = "OL" AND number = 11 |
39,406 | <question>: What position was the player who was inducted into the Pro Football Hall of Fame in 1980? <context>: CREATE TABLE table_274117_5 (position VARCHAR, year_of_induction_into_pro_football_hall_of_fame VARCHAR) | SELECT position FROM table_274117_5 WHERE year_of_induction_into_pro_football_hall_of_fame = "1980" |
39,407 | <question>: When was Will Shields inducted into the Pro Football Hall of Fame? <context>: CREATE TABLE table_274117_5 (year_of_induction_into_pro_football_hall_of_fame VARCHAR, player VARCHAR) | SELECT year_of_induction_into_pro_football_hall_of_fame FROM table_274117_5 WHERE player = "Will Shields" |
39,408 | <question>: What is the fewest amount of Pro Bowl appearances any of the players had? <context>: CREATE TABLE table_274117_5 (number INTEGER) | SELECT MIN(number) FROM table_274117_5 |
39,409 | <question>: How many live births per year do people with a life expectancy of 65.1 have? <context>: CREATE TABLE table_27434_2 (live_births_per_year VARCHAR, life_expectancy_total VARCHAR) | SELECT live_births_per_year FROM table_27434_2 WHERE life_expectancy_total = "65.1" |
39,410 | <question>: What period was the life expectancy at 62.4? <context>: CREATE TABLE table_27434_2 (period VARCHAR, life_expectancy_total VARCHAR) | SELECT period FROM table_27434_2 WHERE life_expectancy_total = "62.4" |
39,411 | <question>: In what year is australia/oceania listed? <context>: CREATE TABLE table_27435931_1 (year VARCHAR, continent VARCHAR) | SELECT COUNT(year) FROM table_27435931_1 WHERE continent = "Australia/Oceania" |
39,412 | <question>: what was the elevation in september 2009? <context>: CREATE TABLE table_27435931_1 (elevation_m VARCHAR, year VARCHAR) | SELECT elevation_m FROM table_27435931_1 WHERE year = "September 2009" |
39,413 | <question>: what is the continent in which the country russia is listed? <context>: CREATE TABLE table_27435931_1 (continent VARCHAR, country VARCHAR) | SELECT continent FROM table_27435931_1 WHERE country = "Russia" |
39,414 | <question>: what was the lowest elevation in april 2006? <context>: CREATE TABLE table_27435931_1 (elevation_ft INTEGER, year VARCHAR) | SELECT MIN(elevation_ft) FROM table_27435931_1 WHERE year = "April 2006" |
39,415 | <question>: what is elevation of tanzania? <context>: CREATE TABLE table_27435931_1 (elevation_ft VARCHAR, country VARCHAR) | SELECT COUNT(elevation_ft) FROM table_27435931_1 WHERE country = "Tanzania" |
39,416 | <question>: what is the elevation of south america? <context>: CREATE TABLE table_27435931_1 (elevation_ft VARCHAR, continent VARCHAR) | SELECT elevation_ft FROM table_27435931_1 WHERE continent = "South America" |
39,417 | <question>: List the season above 241.0 that was handled by brad tanenbaum. <context>: CREATE TABLE table_27437601_2 (no_in_season VARCHAR, directed_by VARCHAR, no_in_series VARCHAR) | SELECT no_in_season FROM table_27437601_2 WHERE directed_by = "Brad Tanenbaum" AND no_in_series > 241.0 |
39,418 | <question>: List the 1st air date for season 12. <context>: CREATE TABLE table_27437601_2 (original_air_date VARCHAR, no_in_season VARCHAR) | SELECT original_air_date FROM table_27437601_2 WHERE no_in_season = 12 |
39,419 | <question>: List the series number for season 12. <context>: CREATE TABLE table_27437601_2 (no_in_series VARCHAR, no_in_season VARCHAR) | SELECT COUNT(no_in_series) FROM table_27437601_2 WHERE no_in_season = 12 |
39,420 | <question>: How many years was the country Belgium? <context>: CREATE TABLE table_27441210_13 (year VARCHAR, country VARCHAR) | SELECT COUNT(year) FROM table_27441210_13 WHERE country = "Belgium" |
39,421 | <question>: What number-one single is performed by artist Pep's? <context>: 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" |
39,422 | <question>: Where were the auditions held in the episode that aired on january 27, 2011? <context>: 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" |
39,423 | <question>: In how many different audition cities were the Bridgestone arena auditions held? <context>: CREATE TABLE table_27455867_1 (audition_city VARCHAR, audition_venue VARCHAR) | SELECT COUNT(audition_city) FROM table_27455867_1 WHERE audition_venue = "Bridgestone Arena" |
39,424 | <question>: When was the callback audition date for the audition city from the episode aired on February 2, 2011? <context>: 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" |
39,425 | <question>: When were the callback auditions at Hilton Riverside Hotel held? <context>: 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" |
39,426 | <question>: What was the callback venue for the audition city in the episode aired on January 20, 2011? <context>: 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" |
39,427 | <question>: When were the callback auditions for the audition city in the episode aired on February 9, 2011? <context>: 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" |
39,428 | <question>: How many episodes did Eve Weston write? <context>: 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" |
39,429 | <question>: How many millions of US viewers watched the episode written by Jack Sanderson? <context>: 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" |
39,430 | <question>: Name who wrote the production code 322 <context>: CREATE TABLE table_27462209_1 (written_by VARCHAR, prod_code VARCHAR) | SELECT written_by FROM table_27462209_1 WHERE prod_code = 322 |
39,431 | <question>: What is the television network with the television channel of Astro Pelangi & Astro Bintang? <context>: 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" |
39,432 | <question>: What was the status of the series that was run by tv channel Mediacorp tv12 Suria? <context>: CREATE TABLE table_27469019_2 (status VARCHAR, television_channel VARCHAR) | SELECT status FROM table_27469019_2 WHERE television_channel = "MediaCorp TV12 Suria" |
39,433 | <question>: What was the world rank by QS in 2013 for the University of Otago? <context>: 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" |
39,434 | <question>: What was the world rank by ARWU in 2013 of the University of Tübingen? <context>: 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" |
39,435 | <question>: How many episodes have 18.73 million viewers? <context>: 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" |
39,436 | <question>: What was the result of the election for georgia's 3rd district? <context>: CREATE TABLE table_27487712_1 (result VARCHAR, district VARCHAR) | SELECT result FROM table_27487712_1 WHERE district = "Georgia's 3rd" |
39,437 | <question>: Who was the incumbent from georgia's 8th district? <context>: CREATE TABLE table_27487712_1 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_27487712_1 WHERE district = "Georgia's 8th" |
39,438 | <question>: What was the result of the election with incumbent bob barr? <context>: CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_27487712_1 WHERE incumbent = "Bob Barr" |
39,439 | <question>: What was the result of the election with incumbent john lewis? <context>: CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_27487712_1 WHERE incumbent = "John Lewis" |
39,440 | <question>: Who was the incumbent for the election in 1978? <context>: CREATE TABLE table_27487712_1 (incumbent VARCHAR, elected VARCHAR) | SELECT incumbent FROM table_27487712_1 WHERE elected = 1978 |
39,441 | <question>: Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011? <context>: 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" |
39,442 | <question>: What is the version aired on SBS 6 called? <context>: CREATE TABLE table_27487310_5 (name VARCHAR, network VARCHAR) | SELECT name FROM table_27487310_5 WHERE network = "SBS 6" |
39,443 | <question>: What are the air dates of the show in ABS-CBN? <context>: CREATE TABLE table_27487310_5 (air_dates VARCHAR, network VARCHAR) | SELECT air_dates FROM table_27487310_5 WHERE network = "ABS-CBN" |
39,444 | <question>: Who is the host on the series aired on 18 January 2012? <context>: CREATE TABLE table_27487310_5 (host_s_ VARCHAR, air_dates VARCHAR) | SELECT host_s_ FROM table_27487310_5 WHERE air_dates = "18 January 2012" |
39,445 | <question>: What is the name of the series with the unknown host? <context>: CREATE TABLE table_27487310_5 (name VARCHAR, host_s_ VARCHAR) | SELECT name FROM table_27487310_5 WHERE host_s_ = "unknown" |
39,446 | <question>: What is every value for points per game if passing yards per game is 179.6? <context>: 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" |
39,447 | <question>: What is every value for sacks if interceptions is 19? <context>: CREATE TABLE table_27487336_1 (sacks VARCHAR, interceptions VARCHAR) | SELECT sacks FROM table_27487336_1 WHERE interceptions = "19" |
39,448 | <question>: What is every value for passing yards per game if rushing yards per game is 113.6? <context>: 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" |
39,449 | <question>: What is every value for rushing yards per game if sacks if 25? <context>: CREATE TABLE table_27487336_1 (rushing_yards_per_game VARCHAR, sacks VARCHAR) | SELECT rushing_yards_per_game FROM table_27487336_1 WHERE sacks = "25" |
39,450 | <question>: What is every value for rushing yards per game if the season is 1984? <context>: CREATE TABLE table_27487336_1 (rushing_yards_per_game VARCHAR, season VARCHAR) | SELECT rushing_yards_per_game FROM table_27487336_1 WHERE season = "1984" |
39,451 | <question>: How many seasons have a sacks of 39? <context>: CREATE TABLE table_27487336_1 (season VARCHAR, sacks VARCHAR) | SELECT COUNT(season) FROM table_27487336_1 WHERE sacks = "39" |
39,452 | <question>: Name the average for rank of 3 <context>: CREATE TABLE table_27496841_3 (average VARCHAR, rank_by_average VARCHAR) | SELECT average FROM table_27496841_3 WHERE rank_by_average = 3 |
39,453 | <question>: Name the total points for 2 <context>: CREATE TABLE table_27496841_3 (total_points VARCHAR, place VARCHAR) | SELECT total_points FROM table_27496841_3 WHERE place = 2 |
39,454 | <question>: What is the decision when the opponents are atlanta thrashers? <context>: CREATE TABLE table_27501030_7 (decision VARCHAR, opponent VARCHAR) | SELECT decision FROM table_27501030_7 WHERE opponent = "Atlanta Thrashers" |
39,455 | <question>: How many game entries are there when the points are 57? <context>: CREATE TABLE table_27501030_7 (game VARCHAR, points VARCHAR) | SELECT COUNT(game) FROM table_27501030_7 WHERE points = 57 |
39,456 | <question>: What is the smallest año? <context>: CREATE TABLE table_27501971_2 (año INTEGER) | SELECT MIN(año) FROM table_27501971_2 |
39,457 | <question>: How many premio are there when "Artist of the Year" was the categoria? <context>: CREATE TABLE table_27501971_2 (premio VARCHAR, categoría VARCHAR) | SELECT COUNT(premio) FROM table_27501971_2 WHERE categoría = "Artist of the Year" |
39,458 | <question>: What was the resultado when E.E.U.U was the country? <context>: CREATE TABLE table_27501971_2 (resultado VARCHAR, country VARCHAR) | SELECT resultado FROM table_27501971_2 WHERE country = "E.E.U.U" |
39,459 | <question>: What was the categoria when E.E.U.U was the country? <context>: CREATE TABLE table_27501971_2 (categoría VARCHAR, country VARCHAR) | SELECT categoría FROM table_27501971_2 WHERE country = "E.E.U.U" |
39,460 | <question>: When the año was 2012, who was the county? <context>: CREATE TABLE table_27501971_2 (country VARCHAR, año VARCHAR) | SELECT country FROM table_27501971_2 WHERE año = 2012 |
39,461 | <question>: Name who wrote the episode by lawrence trilling <context>: CREATE TABLE table_27504682_1 (written_by VARCHAR, directed_by VARCHAR) | SELECT written_by FROM table_27504682_1 WHERE directed_by = "Lawrence Trilling" |
39,462 | <question>: Name the air date for alex taub <context>: 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" |
39,463 | <question>: How many games were numbered 69? <context>: CREATE TABLE table_27501030_8 (opponent VARCHAR, game VARCHAR) | SELECT COUNT(opponent) FROM table_27501030_8 WHERE game = 69 |
39,464 | <question>: How many times did they play the pittsburgh penguins? <context>: CREATE TABLE table_27501030_8 (march VARCHAR, opponent VARCHAR) | SELECT COUNT(march) FROM table_27501030_8 WHERE opponent = "Pittsburgh Penguins" |
39,465 | <question>: What is the earliest quarterfinal week when the genre is dancing and the act is 32? <context>: 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" |
39,466 | <question>: What is the quarterfinal week for Austin Anderson? <context>: 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" |
39,467 | <question>: What is the genre for the group with ages 29-30? <context>: CREATE TABLE table_27529608_21 (genre VARCHAR, age_s_ VARCHAR) | SELECT genre FROM table_27529608_21 WHERE age_s_ = "29-30" |
39,468 | <question>: What is the age of the act who is a rapper? <context>: CREATE TABLE table_27529608_21 (age_s_ VARCHAR, act VARCHAR) | SELECT age_s_ FROM table_27529608_21 WHERE act = "Rapper" |
39,469 | <question>: What is the hometown of Plutonic? <context>: CREATE TABLE table_27529608_21 (hometown VARCHAR, name_name_of_act VARCHAR) | SELECT hometown FROM table_27529608_21 WHERE name_name_of_act = "PLUtonic" |
39,470 | <question>: How many semi-final weeks are there for acts from Pittsburgh, Pennsylvania? <context>: CREATE TABLE table_27529608_21 (semi_final__week_ VARCHAR, hometown VARCHAR) | SELECT COUNT(semi_final__week_) FROM table_27529608_21 WHERE hometown = "Pittsburgh, Pennsylvania" |
39,471 | <question>: What was the margin of victory for the event in lake forest, illinois? <context>: CREATE TABLE table_275162_1 (margin_of_victory VARCHAR, location VARCHAR) | SELECT margin_of_victory FROM table_275162_1 WHERE location = "Lake Forest, Illinois" |
39,472 | <question>: What was zach johnson's score to par? <context>: CREATE TABLE table_275162_1 (to_par VARCHAR, player VARCHAR) | SELECT to_par FROM table_275162_1 WHERE player = "Zach Johnson" |
39,473 | <question>: What was the winning score at bellerive country club? <context>: CREATE TABLE table_275162_1 (score VARCHAR, course VARCHAR) | SELECT score FROM table_275162_1 WHERE course = "Bellerive country Club" |
39,474 | <question>: How many courses are located in carmel, indiana? <context>: CREATE TABLE table_275162_1 (course VARCHAR, location VARCHAR) | SELECT COUNT(course) FROM table_275162_1 WHERE location = "Carmel, Indiana" |
39,475 | <question>: How many status figures does James Finch have? <context>: CREATE TABLE table_27514362_7 (status VARCHAR, entrant VARCHAR) | SELECT COUNT(status) FROM table_27514362_7 WHERE entrant = "James Finch" |
39,476 | <question>: What is the car make for Sterling Marlin? <context>: CREATE TABLE table_27514362_7 (car_make VARCHAR, driver VARCHAR) | SELECT car_make FROM table_27514362_7 WHERE driver = "Sterling Marlin" |
39,477 | <question>: What is the finish position for cars by Pontiac driven by Bobby Hamilton? <context>: 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" |
39,478 | <question>: who are the participants that wear clothing in 33-23-36 <context>: CREATE TABLE table_27515452_3 (contestant VARCHAR, sizes VARCHAR) | SELECT contestant FROM table_27515452_3 WHERE sizes = "33-23-36" |
39,479 | <question>: what is the oldest and lives in veraguas <context>: CREATE TABLE table_27515452_3 (age INTEGER, hometown VARCHAR) | SELECT MAX(age) FROM table_27515452_3 WHERE hometown = "Veraguas" |
39,480 | <question>: where is the participant marelissa him from <context>: CREATE TABLE table_27515452_3 (hometown VARCHAR, contestant VARCHAR) | SELECT hometown FROM table_27515452_3 WHERE contestant = "Marelissa Him" |
39,481 | <question>: which company has a person that can wear clothing in 33-23-36 <context>: CREATE TABLE table_27515452_3 (agency VARCHAR, sizes VARCHAR) | SELECT agency FROM table_27515452_3 WHERE sizes = "33-23-36" |
39,482 | <question>: how tall is someone who is able to wear 33-24-35 <context>: CREATE TABLE table_27515452_3 (height VARCHAR, sizes VARCHAR) | SELECT height FROM table_27515452_3 WHERE sizes = "33-24-35" |
39,483 | <question>: If the best winning average is 7.3-71, what are the total points? <context>: 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" |
39,484 | <question>: if the best run was 138, what is the amount of games lost? <context>: CREATE TABLE table_27533947_1 (games_lost VARCHAR, best_run VARCHAR) | SELECT games_lost FROM table_27533947_1 WHERE best_run = 138 |
39,485 | <question>: If the games won are 5, what is the best winning average? <context>: CREATE TABLE table_27533947_1 (best_winning_average VARCHAR, games_won VARCHAR) | SELECT best_winning_average FROM table_27533947_1 WHERE games_won = 5 |
39,486 | <question>: If the player is William Jakes, what are the total points? <context>: CREATE TABLE table_27533947_1 (total_points INTEGER, players VARCHAR) | SELECT MIN(total_points) FROM table_27533947_1 WHERE players = "William Jakes" |
39,487 | <question>: If the grand average is 12.76-202, who is the player? <context>: CREATE TABLE table_27533947_1 (players VARCHAR, grand_average VARCHAR) | SELECT players FROM table_27533947_1 WHERE grand_average = "12.76-202" |
39,488 | <question>: How many players had a best winning average of 20? <context>: 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" |
39,489 | <question>: What was the October 22 record? <context>: CREATE TABLE table_27537518_4 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27537518_4 WHERE date = "October 22" |
39,490 | <question>: What was the 6-4 score's maximum attendance? <context>: CREATE TABLE table_27537518_4 (attendance INTEGER, score VARCHAR) | SELECT MAX(attendance) FROM table_27537518_4 WHERE score = "6-4" |
39,491 | <question>: What was the score for game #1? <context>: CREATE TABLE table_27537518_4 (score VARCHAR, game VARCHAR) | SELECT score FROM table_27537518_4 WHERE game = 1 |
39,492 | <question>: What was the record for the October 16 game? <context>: CREATE TABLE table_27537518_4 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27537518_4 WHERE date = "October 16" |
39,493 | <question>: What was the record in the game whose first star was J. Oduya? <context>: CREATE TABLE table_27537518_6 (record VARCHAR, first_star VARCHAR) | SELECT record FROM table_27537518_6 WHERE first_star = "J. Oduya" |
39,494 | <question>: What was the score of the game whose first star was O. Pavelec? <context>: CREATE TABLE table_27537518_6 (score VARCHAR, first_star VARCHAR) | SELECT score FROM table_27537518_6 WHERE first_star = "O. Pavelec" |
39,495 | <question>: Who made the decision in the game played on December 26? <context>: CREATE TABLE table_27537518_6 (decision VARCHAR, date VARCHAR) | SELECT decision FROM table_27537518_6 WHERE date = "December 26" |
39,496 | <question>: Where was the game seen by 10056 people played? <context>: CREATE TABLE table_27537518_6 (location VARCHAR, attendance VARCHAR) | SELECT location FROM table_27537518_6 WHERE attendance = 10056 |
39,497 | <question>: Who was the first star of the game with record of 17-11-5? <context>: CREATE TABLE table_27537518_6 (first_star VARCHAR, record VARCHAR) | SELECT first_star FROM table_27537518_6 WHERE record = "17-11-5" |
39,498 | <question>: Who made the decisions in the game whose first star was V. Lecavalier? <context>: CREATE TABLE table_27537518_6 (decision VARCHAR, first_star VARCHAR) | SELECT decision FROM table_27537518_6 WHERE first_star = "V. Lecavalier" |
39,499 | <question>: What was the final score the game where the Thrashers over-all record went to 22-16-6? <context>: CREATE TABLE table_27537518_7 (score VARCHAR, record VARCHAR) | SELECT score FROM table_27537518_7 WHERE record = "22-16-6" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.