answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT score FROM table_27756164_2 WHERE high_points = "Danny Granger (30)"
CREATE TABLE table_27756164_2 (score VARCHAR, high_points VARCHAR)
What was the score of the game in which Danny Granger (30) did the high points?
SELECT high_points FROM table_27756014_6 WHERE team = "Houston"
CREATE TABLE table_27756014_6 (high_points VARCHAR, team VARCHAR)
Who scored the most points when the Bucks played against Houston?
SELECT date FROM table_27756014_6 WHERE game = 22
CREATE TABLE table_27756014_6 (date VARCHAR, game VARCHAR)
What date was game number 22 on?
SELECT COUNT(high_points) FROM table_27756014_6 WHERE date = "December 10"
CREATE TABLE table_27756014_6 (high_points VARCHAR, date VARCHAR)
How many people scored the most points during the game on December 10?
SELECT location_attendance FROM table_27756164_8 WHERE team = "Chicago"
CREATE TABLE table_27756164_8 (location_attendance VARCHAR, team VARCHAR)
When the team is chicago what is the location attendence?
SELECT COUNT(score) FROM table_27756164_8 WHERE team = "Orlando"
CREATE TABLE table_27756164_8 (score VARCHAR, team VARCHAR)
What is the score when the team is Orlando?
SELECT score FROM table_27756572_10 WHERE date = "March 26"
CREATE TABLE table_27756572_10 (score VARCHAR, date VARCHAR)
What was the score in the game on March 26?
SELECT record FROM table_27756572_10 WHERE team = "Philadelphia"
CREATE TABLE table_27756572_10 (record VARCHAR, team VARCHAR)
What was the record when the Clippers played Philadelphia?
SELECT location_attendance FROM table_27756474_2 WHERE game = 5
CREATE TABLE table_27756474_2 (location_attendance VARCHAR, game VARCHAR)
What location and attendance were there for game 5?
SELECT game FROM table_27756474_2 WHERE high_points = "Rudy Gay (12)"
CREATE TABLE table_27756474_2 (game VARCHAR, high_points VARCHAR)
Which game did rudy gay (12) have the highest points?
SELECT COUNT(high_assists) FROM table_27756474_2 WHERE team = "Caja Laboral"
CREATE TABLE table_27756474_2 (high_assists VARCHAR, team VARCHAR)
How many high assists where there for the team of caja laboral?
SELECT game FROM table_27756474_2 WHERE high_rebounds = "Marc Gasol (10)"
CREATE TABLE table_27756474_2 (game VARCHAR, high_rebounds VARCHAR)
Which game did marc gasol (10) have the high rebounds?
SELECT high_assists FROM table_27756474_2 WHERE date = "October 6"
CREATE TABLE table_27756474_2 (high_assists VARCHAR, date VARCHAR)
Who had the high assists on october 6?
SELECT COUNT(high_assists) FROM table_27756474_6 WHERE location_attendance = "FedExForum 11,283"
CREATE TABLE table_27756474_6 (high_assists VARCHAR, location_attendance VARCHAR)
Name the total number of high assists for fedexforum 11,283
SELECT MIN(game) FROM table_27756474_6 WHERE location_attendance = "US Airways Center 16,470"
CREATE TABLE table_27756474_6 (game INTEGER, location_attendance VARCHAR)
Name the most game for us airways center 16,470
SELECT high_points FROM table_27756572_6 WHERE team = "Detroit"
CREATE TABLE table_27756572_6 (high_points VARCHAR, team VARCHAR)
Who and what were the high points player for the game against Detroit?
SELECT COUNT(game_site) FROM table_27764201_2 WHERE opponent = "Rhein Fire"
CREATE TABLE table_27764201_2 (game_site VARCHAR, opponent VARCHAR)
How many times did the Centurions play the Rhein Fire?
SELECT game_site FROM table_27764201_2 WHERE opponent = "Hamburg Sea Devils"
CREATE TABLE table_27764201_2 (game_site VARCHAR, opponent VARCHAR)
Where did the Centurions play the Hamburg Sea Devils?
SELECT kickoff FROM table_27764201_2 WHERE opponent = "Frankfurt Galaxy"
CREATE TABLE table_27764201_2 (kickoff VARCHAR, opponent VARCHAR)
What time was the kickoff against the Frankfurt Galaxy?
SELECT COUNT(catches) FROM table_27770426_1 WHERE no = 46
CREATE TABLE table_27770426_1 (catches VARCHAR, no VARCHAR)
How many total catches did the player with no. 46 have?
SELECT manner_of_departure FROM table_27782699_3 WHERE replaced_by = "Jakob Michelsen"
CREATE TABLE table_27782699_3 (manner_of_departure VARCHAR, replaced_by VARCHAR)
How did the manager who was replaced by Jakob Michelsen depart?
SELECT position_in_table FROM table_27782699_3 WHERE team = "AB"
CREATE TABLE table_27782699_3 (position_in_table VARCHAR, team VARCHAR)
What was the AB team's position in table?
SELECT date_of_appointment FROM table_27782699_3 WHERE replaced_by = "Kim Fogh"
CREATE TABLE table_27782699_3 (date_of_appointment VARCHAR, replaced_by VARCHAR)
On what date did Kim Fogh replace the previous manager?
SELECT date_of_vacancy FROM table_27782699_3 WHERE outgoing_manager = "Thomas Thomasberg"
CREATE TABLE table_27782699_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
What was the vacancy date for Thomas Thomasberg?
SELECT outgoing_manager FROM table_27782699_3 WHERE replaced_by = "Thomas Thomasberg"
CREATE TABLE table_27782699_3 (outgoing_manager VARCHAR, replaced_by VARCHAR)
Which manager was replaced by Thomas Thomasberg?
SELECT MAX(total_dismissals) FROM table_27771406_1 WHERE club = "Guyana"
CREATE TABLE table_27771406_1 (total_dismissals INTEGER, club VARCHAR)
How many total dismissals did the player for Guyana have?
SELECT club FROM table_27771406_1 WHERE tests = 2
CREATE TABLE table_27771406_1 (club VARCHAR, tests VARCHAR)
The player for what club had 2 tests?
SELECT MAX(stumpings) FROM table_27771406_1
CREATE TABLE table_27771406_1 (stumpings INTEGER)
What is the most amount of stumpings any player had?
SELECT club FROM table_27771406_1 WHERE player = "Cyril Christiani"
CREATE TABLE table_27771406_1 (club VARCHAR, player VARCHAR)
What club did Cyril Christiani play for?
SELECT MIN(catches) FROM table_27771406_1 WHERE player = "Clifford McWatt"
CREATE TABLE table_27771406_1 (catches INTEGER, player VARCHAR)
How many catches did Clifford McWatt have?
SELECT points__margin_ FROM table_27786562_1 WHERE top_tens = 24 AND owner = "David Pearson"
CREATE TABLE table_27786562_1 (points__margin_ VARCHAR, top_tens VARCHAR, owner VARCHAR)
Name the points for top tens being 24 and ownder david pearson
SELECT starts FROM table_27786562_1 WHERE driver = "Bobby Labonte"
CREATE TABLE table_27786562_1 (starts VARCHAR, driver VARCHAR)
Name the starts for bobby labonte
SELECT poles FROM table_27786562_1 WHERE season = 2006
CREATE TABLE table_27786562_1 (poles VARCHAR, season VARCHAR)
Name the poles for season 2006
SELECT production_code FROM table_27776266_1 WHERE no_in_series = 55
CREATE TABLE table_27776266_1 (production_code VARCHAR, no_in_series VARCHAR)
What was the production code of the episode no. 55 in the series?
SELECT production_code FROM table_27776266_1 WHERE us_viewers__million_ = "14.79"
CREATE TABLE table_27776266_1 (production_code VARCHAR, us_viewers__million_ VARCHAR)
What was the production code of the episode with an audience of 14.79 million in the US?
SELECT directed_by FROM table_27776266_1 WHERE us_viewers__million_ = "14.11"
CREATE TABLE table_27776266_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
Who directed the episode with an audience of 14.11 million?
SELECT title FROM table_27776266_1 WHERE production_code = "3X6404"
CREATE TABLE table_27776266_1 (title VARCHAR, production_code VARCHAR)
What was the title of the episode with a production code of 3x6404?
SELECT college_junior_club_team FROM table_2781227_10 WHERE pick = 255
CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, pick VARCHAR)
Which school players have a number of 255
SELECT college_junior_club_team FROM table_2781227_10 WHERE player = "Wes Swinson"
CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, player VARCHAR)
what educational institute does wes swinson attend
SELECT position FROM table_2781227_10 WHERE player = "Rick Schuhwerk"
CREATE TABLE table_2781227_10 (position VARCHAR, player VARCHAR)
which part on the team does rick schuhwerk play
SELECT player FROM table_2781227_4 WHERE college_junior_club_team = "Brandon Wheat Kings (WHL)"
CREATE TABLE table_2781227_4 (player VARCHAR, college_junior_club_team VARCHAR)
For college/junior/club team is brandon wheat kings (whl) mention all the player name
SELECT MIN(pick) FROM table_2781227_4 WHERE player = "Jamal Mayers"
CREATE TABLE table_2781227_4 (pick INTEGER, player VARCHAR)
For player is jamal mayers mention the minimum pick
SELECT COUNT(position) FROM table_2781227_4 WHERE player = "John Jakopin"
CREATE TABLE table_2781227_4 (position VARCHAR, player VARCHAR)
For player is john jakopin mention the total number of position
SELECT college_junior_club_team FROM table_2781227_4 WHERE nhl_team = "San Jose Sharks"
CREATE TABLE table_2781227_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
For nhl team is san jose sharks mention all the college/junior/club team
SELECT college_junior_club_team FROM table_2781227_4 WHERE player = "Adam Wiesel"
CREATE TABLE table_2781227_4 (college_junior_club_team VARCHAR, player VARCHAR)
For player is adam wiesel mention all the college/junior/club team
SELECT COUNT(pick) FROM table_2781227_2 WHERE player = "Vlastimil Kroupa"
CREATE TABLE table_2781227_2 (pick VARCHAR, player VARCHAR)
How many values are displayed under pick for Vlastimil Kroupa?
SELECT COUNT(position) FROM table_2781227_2 WHERE player = "Janne Niinimaa"
CREATE TABLE table_2781227_2 (position VARCHAR, player VARCHAR)
How many positions does Janne Niinimaa play?
SELECT COUNT(college_junior_club_team) FROM table_2781227_2 WHERE player = "Lee Sorochan"
CREATE TABLE table_2781227_2 (college_junior_club_team VARCHAR, player VARCHAR)
How many teams does Lee Sorochan play for?
SELECT player FROM table_2781227_2 WHERE nhl_team = "Chicago Blackhawks"
CREATE TABLE table_2781227_2 (player VARCHAR, nhl_team VARCHAR)
What player belongs to the Chicago Blackhawks?
SELECT COUNT(nhl_team) FROM table_2781227_2 WHERE player = "Maxim Bets"
CREATE TABLE table_2781227_2 (nhl_team VARCHAR, player VARCHAR)
How many teams does Maxim Bets play for?
SELECT MIN(pick) FROM table_2781227_11 WHERE nhl_team = "Florida Panthers"
CREATE TABLE table_2781227_11 (pick INTEGER, nhl_team VARCHAR)
What was the minimum pick by the Florida Panthers?
SELECT nhl_team FROM table_2781227_7 WHERE player = "Ryan Meade"
CREATE TABLE table_2781227_7 (nhl_team VARCHAR, player VARCHAR)
What NHL team picked Ryan Meade for the draft?
SELECT college_junior_club_team FROM table_2781227_7 WHERE player = "Ryan Golden"
CREATE TABLE table_2781227_7 (college_junior_club_team VARCHAR, player VARCHAR)
What college team did Ryan Golden come from?
SELECT COUNT(nationality) FROM table_2781227_7 WHERE pick = 179
CREATE TABLE table_2781227_7 (nationality VARCHAR, pick VARCHAR)
How many different nationalities is pick number 179?
SELECT college_junior_club_team FROM table_2781227_7 WHERE nhl_team = "Pittsburgh Penguins"
CREATE TABLE table_2781227_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
What college team did the pick for Pittsburgh Penguins come from?
SELECT nhl_team FROM table_2781227_7 WHERE player = "Tom White"
CREATE TABLE table_2781227_7 (nhl_team VARCHAR, player VARCHAR)
What NHL team picked Tom White?
SELECT MAX(weeks_in_top_10) FROM table_27813010_2 WHERE artist = "Peter Kay"
CREATE TABLE table_27813010_2 (weeks_in_top_10 INTEGER, artist VARCHAR)
How many weeks in the top 10 was spent by a song performed by Peter Kay?
SELECT MAX(weeks_in_top_10) FROM table_27813010_2
CREATE TABLE table_27813010_2 (weeks_in_top_10 INTEGER)
How long has the longest song spent in the top 10?
SELECT college_junior_club_team FROM table_2781227_9 WHERE player = "Dmitri Gorenko"
CREATE TABLE table_2781227_9 (college_junior_club_team VARCHAR, player VARCHAR)
What college/junior/club team did dmitri gorenko play for?
SELECT position FROM table_2781227_9 WHERE college_junior_club_team = "Krylja Sovetov (Russia)"
CREATE TABLE table_2781227_9 (position VARCHAR, college_junior_club_team VARCHAR)
What position does krylja sovetov (russia) play?
SELECT position FROM table_2781227_9 WHERE player = "Barrie Moore"
CREATE TABLE table_2781227_9 (position VARCHAR, player VARCHAR)
What position(s) does barrie moore play?
SELECT COUNT(pac_12_sports) FROM table_27816698_2 WHERE institution = "California Polytechnic State University"
CREATE TABLE table_27816698_2 (pac_12_sports VARCHAR, institution VARCHAR)
How many pac-12 sports are shown for california polytechnic state university?
SELECT founded FROM table_27816698_2 WHERE location = "Boise, Idaho"
CREATE TABLE table_27816698_2 (founded VARCHAR, location VARCHAR)
When was the institution in boise, idaho founded?
SELECT current_conference FROM table_27816698_2 WHERE institution = "Boise State University"
CREATE TABLE table_27816698_2 (current_conference VARCHAR, institution VARCHAR)
Which conference did boise state university play at?
SELECT MAX(founded) FROM table_27816698_2 WHERE nickname = "Titans"
CREATE TABLE table_27816698_2 (founded INTEGER, nickname VARCHAR)
When was the Titans founded?
SELECT institution FROM table_27816698_2 WHERE founded = 1932
CREATE TABLE table_27816698_2 (institution VARCHAR, founded VARCHAR)
Which institution was founded in 1932?
SELECT institution FROM table_27816698_2 WHERE location = "Bakersfield, California"
CREATE TABLE table_27816698_2 (institution VARCHAR, location VARCHAR)
Which institution was located in bakersfield, california?
SELECT MIN(games_played) FROM table_27816332_2 WHERE total_points = 6
CREATE TABLE table_27816332_2 (games_played INTEGER, total_points VARCHAR)
Name the least games played for 6 points
SELECT manufacturer FROM table_27821519_1 WHERE no = 50
CREATE TABLE table_27821519_1 (manufacturer VARCHAR, no VARCHAR)
who is the manufacturer is no.50?
SELECT title FROM table_27823058_1 WHERE written_by = "Katie Palmer"
CREATE TABLE table_27823058_1 (title VARCHAR, written_by VARCHAR)
Which episodes did Katie Palmer write?
SELECT MAX(series__number) FROM table_27823058_1
CREATE TABLE table_27823058_1 (series__number INTEGER)
What's the highest series number ?
SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Changsha 長沙"
CREATE TABLE table_278229_1 (commandery VARCHAR)
when changsha 長沙 is the commandery what is the commandery capital?
SELECT MIN(no_of_counties) FROM table_278229_1 WHERE commandery = "Yidu 宜都"
CREATE TABLE table_278229_1 (no_of_counties INTEGER, commandery VARCHAR)
When yidu 宜都 is the commandery what is the lowest number of countries?
SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Nanhai 南海"
CREATE TABLE table_278229_1 (commandery VARCHAR)
When nanhai 南海 is the commandery what is the commandery capital?
SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Gaoliang 高涼"
CREATE TABLE table_278229_1 (commandery VARCHAR)
When gaoliang 高涼 is the commandery what is the commandery capital?
SELECT title FROM table_27832075_2 WHERE episode__number = "9-10"
CREATE TABLE table_27832075_2 (title VARCHAR, episode__number VARCHAR)
What is the title of episode number 9-10?
SELECT us_viewers__millions_ FROM table_27832075_2 WHERE series__number = 69
CREATE TABLE table_27832075_2 (us_viewers__millions_ VARCHAR, series__number VARCHAR)
How many million U.S. viewers wtched episode 69 of the series?
SELECT directed_by FROM table_27832075_2 WHERE episode__number = "23"
CREATE TABLE table_27832075_2 (directed_by VARCHAR, episode__number VARCHAR)
Who directed episode number 23 in the season?
SELECT title FROM table_27832075_2 WHERE episode__number = "12"
CREATE TABLE table_27832075_2 (title VARCHAR, episode__number VARCHAR)
What is the name of episode number 12 of the season?
SELECT rider_names FROM table_27833186_1 WHERE best_conditioned_horse = "Basia"
CREATE TABLE table_27833186_1 (rider_names VARCHAR, best_conditioned_horse VARCHAR)
What are all the Riders whose best-conditioned horse is Basia?
SELECT distance__miles_ FROM table_27833186_1 WHERE horse_name = "Koona"
CREATE TABLE table_27833186_1 (distance__miles_ VARCHAR, horse_name VARCHAR)
What was the distance (in miles) of the championship were the winning horse was Koona?
SELECT rider_names FROM table_27833186_1 WHERE location = "Euer Valley, CA" AND horse_name = "Magic Sirocco"
CREATE TABLE table_27833186_1 (rider_names VARCHAR, location VARCHAR, horse_name VARCHAR)
Who were the winning riders of the championship in Euer Valley, CA and whose horse was Magic Sirocco?
SELECT COUNT(rider_names) FROM table_27833186_1 WHERE horse_name = "OMR Tsunami"
CREATE TABLE table_27833186_1 (rider_names VARCHAR, horse_name VARCHAR)
How many different riders are there that won riding Omr Tsunami?
SELECT distance__miles_ FROM table_27833186_1 WHERE best_conditioned_horse = "Freedom"
CREATE TABLE table_27833186_1 (distance__miles_ VARCHAR, best_conditioned_horse VARCHAR)
What was the total distance (in miles) of the championship where the best conditioned horse was Freedom?
SELECT COUNT(series__number) FROM table_27833469_1 WHERE us_viewers__millions_ = "15.8"
CREATE TABLE table_27833469_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR)
How many series numbers are there when there were 15.8 u.s. viewers (millions)?
SELECT title FROM table_27833469_1 WHERE season__number = "11"
CREATE TABLE table_27833469_1 (title VARCHAR, season__number VARCHAR)
What is the title of the episode number 11 of the season?
SELECT series__number FROM table_27833469_1 WHERE season__number = "10"
CREATE TABLE table_27833469_1 (series__number VARCHAR, season__number VARCHAR)
What is the series number for the episode number 10 of the season?
SELECT approximate_translation FROM table_2784232_1 WHERE morphological_category = "1st. plur. perfect"
CREATE TABLE table_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR)
What are the the approximate translations when the Morphological Category is 1st. plur. perfect?
SELECT approximate_translation FROM table_2784232_1 WHERE morphological_category = "masc. sing. active participle"
CREATE TABLE table_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR)
What are the approximate translations when the morphological category is masc. sing. active participle?
SELECT COUNT(hebrew_form) FROM table_2784232_1 WHERE arabic_form = "yuktibu يكتب"
CREATE TABLE table_2784232_1 (hebrew_form VARCHAR, arabic_form VARCHAR)
How many hebrew forms are there for the arabic form yuktibu يكتب?
SELECT COUNT(arabic_form) FROM table_2784232_1 WHERE morphological_category = "1st. plur. perfect"
CREATE TABLE table_2784232_1 (arabic_form VARCHAR, morphological_category VARCHAR)
How many Arabic forms are there for the 1st. plur. perfect category?
SELECT viewers__millions_ FROM table_27847088_1 WHERE series_no = 45
CREATE TABLE table_27847088_1 (viewers__millions_ VARCHAR, series_no VARCHAR)
How many were the viewers (in millions) of the series no. 45?
SELECT COUNT(opponent) FROM table_27862483_4 WHERE score = "7-6"
CREATE TABLE table_27862483_4 (opponent VARCHAR, score VARCHAR)
How many games did UCLA's baseball team win with a score 7-6 during May of 2010?
SELECT total_wins FROM table_27864661_6 WHERE first_title = 2004
CREATE TABLE table_27864661_6 (total_wins VARCHAR, first_title VARCHAR)
How many wins are listed when the first title is 2004?
SELECT network FROM table_27871460_2 WHERE state_or_territory = "Illinois"
CREATE TABLE table_27871460_2 (network VARCHAR, state_or_territory VARCHAR)
Which network was located in Illinois?
SELECT MAX(channel_number) FROM table_27871460_2
CREATE TABLE table_27871460_2 (channel_number INTEGER)
What is the highest channel number?
SELECT state_or_territory FROM table_27871460_2 WHERE channel_number = 7
CREATE TABLE table_27871460_2 (state_or_territory VARCHAR, channel_number VARCHAR)
Which state or territory had a channel number of exactly 7?
SELECT date FROM table_27882867_4 WHERE location_attendance = "Omni Coliseum 10,330"
CREATE TABLE table_27882867_4 (date VARCHAR, location_attendance VARCHAR)
Name the date for omni coliseum 10,330
SELECT location_attendance FROM table_27882867_4 WHERE game = 3
CREATE TABLE table_27882867_4 (location_attendance VARCHAR, game VARCHAR)
Name the location attendance for 3 game
SELECT location_attendance FROM table_27882867_4 WHERE score = "L 93-105"
CREATE TABLE table_27882867_4 (location_attendance VARCHAR, score VARCHAR)
Name the location attendance for l 93-105