output
stringlengths
18
557
instruction
stringlengths
22
540
SELECT game FROM table_27539535_4 WHERE november = 21
CREATE TABLE table_27539535_4 (game VARCHAR, november VARCHAR), What is every game on November 21?
SELECT MAX(points) FROM table_27539535_4
CREATE TABLE table_27539535_4 (points INTEGER), What is the highest amount of points?
SELECT record FROM table_27539535_4 WHERE game = 13
CREATE TABLE table_27539535_4 (record VARCHAR, game VARCHAR), What is every record for game 13?
SELECT MIN(points) FROM table_27539535_4
CREATE TABLE table_27539535_4 (points INTEGER), What is the least amount of points?
SELECT opponent FROM table_27539272_5 WHERE game = 14
CREATE TABLE table_27539272_5 (opponent VARCHAR, game VARCHAR), who was the opponent where the game is 14?
SELECT COUNT(location_attendance) FROM table_27539272_5 WHERE score = "1-3"
CREATE TABLE table_27539272_5 (location_attendance VARCHAR, score VARCHAR), what is the total number of locations that had a score of 1-3?
SELECT MAX(points) FROM table_27539272_5
CREATE TABLE table_27539272_5 (points INTEGER), what is the maximum number of points?
SELECT record FROM table_27539272_5 WHERE score = "5-3"
CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR), what is the record that had a score of 5-3?
SELECT record FROM table_27539272_5 WHERE score = "1-3"
CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR), what is the record for score 1-3?
SELECT COUNT(original_airdate) FROM table_27547668_4 WHERE written_by = "Allan Hawco"
CREATE TABLE table_27547668_4 (original_airdate VARCHAR, written_by VARCHAR), what is the number of original airdate written by allan hawco?
SELECT COUNT(directed_by) FROM table_27547668_4 WHERE written_by = "John Callaghan"
CREATE TABLE table_27547668_4 (directed_by VARCHAR, written_by VARCHAR), what is the total number of films directy and written by john callaghan?
SELECT COUNT(player) FROM table_27552095_27 WHERE date = "October 3, 2010"
CREATE TABLE table_27552095_27 (player VARCHAR, date VARCHAR), How many times was the date october 3, 2010?
SELECT COUNT(institution) FROM table_27599216_6 WHERE football_stadium = "Mosaic Stadium"
CREATE TABLE table_27599216_6 (institution VARCHAR, football_stadium VARCHAR), How many institutions are shown for the football stadium of mosaic stadium?
SELECT MAX(founded) FROM table_27599216_6 WHERE football_stadium = "McMahon Stadium"
CREATE TABLE table_27599216_6 (founded INTEGER, football_stadium VARCHAR), What year was mcmahon stadium founded?
SELECT MAX(founded) FROM table_27599216_6 WHERE team = "Dinos"
CREATE TABLE table_27599216_6 (founded INTEGER, team VARCHAR), What is the year founded for the team Dinos?
SELECT capacity FROM table_27599216_6 WHERE institution = "University of Alberta"
CREATE TABLE table_27599216_6 (capacity VARCHAR, institution VARCHAR), What is the capacity for the institution of university of alberta?
SELECT institution FROM table_27599216_6 WHERE endowment = "$25.9M"
CREATE TABLE table_27599216_6 (institution VARCHAR, endowment VARCHAR), Which institution has an endowment of $25.9m?
SELECT COUNT(latency__microseconds_) FROM table_27615520_1 WHERE product_name = "RamSan-810"
CREATE TABLE table_27615520_1 (latency__microseconds_ VARCHAR, product_name VARCHAR), What is the ramsan-810 transfer delay?
SELECT form_factor FROM table_27615520_1 WHERE bandwidth__gb_s_ = "10"
CREATE TABLE table_27615520_1 (form_factor VARCHAR, bandwidth__gb_s_ VARCHAR), What is the shape distortion for the range frequency of 10?
SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = "RamSan-720"
CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR), List the number of ramsan-720 hard drives?
SELECT form_factor FROM table_27615520_1 WHERE product_name = "RamSan-630"
CREATE TABLE table_27615520_1 (form_factor VARCHAR, product_name VARCHAR), List the range distroration for the ramsan-630
SELECT speed___iops__ FROM table_27615520_1 WHERE storage_medium = "eMLC Flash"
CREATE TABLE table_27615520_1 (speed___iops__ VARCHAR, storage_medium VARCHAR), What is the Input/output operations per second for the emlc flash?
SELECT score FROM table_27698941_6 WHERE record = "3–12"
CREATE TABLE table_27698941_6 (score VARCHAR, record VARCHAR), What is the score for the game with the record of 3–12?
SELECT game FROM table_27698941_6 WHERE score = "L 90–106 (OT)"
CREATE TABLE table_27698941_6 (game VARCHAR, score VARCHAR), What is the game number for the game with a score of l 90–106 (ot)?
SELECT COUNT(game) FROM table_27698941_6 WHERE high_rebounds = "Andre Iguodala (9)"
CREATE TABLE table_27698941_6 (game VARCHAR, high_rebounds VARCHAR), How many games are shown for the game where andre iguodala (9) had the high rebounds?
SELECT high_rebounds FROM table_27700530_14 WHERE date = "April 1"
CREATE TABLE table_27700530_14 (high_rebounds VARCHAR, date VARCHAR), Who had the most the most rebounds and how many did they have on April 1?
SELECT location_attendance FROM table_27700530_14 WHERE date = "April 3"
CREATE TABLE table_27700530_14 (location_attendance VARCHAR, date VARCHAR), Where was the game and what was the attendance on April 3?
SELECT COUNT(high_rebounds) FROM table_27704187_8 WHERE game = 35
CREATE TABLE table_27704187_8 (high_rebounds VARCHAR, game VARCHAR), How many high rebounds are listed for game 35?
SELECT long_ranged_weapons FROM table_27704991_1 WHERE close_ranged_weapons = "Knife (stone), Knife (iron)"
CREATE TABLE table_27704991_1 (long_ranged_weapons VARCHAR, close_ranged_weapons VARCHAR), If the Close ranged weapons are the knife (stone), knife (iron), what are the Long ranged weapons?
SELECT armor FROM table_27704991_1 WHERE special_weapon = "Grenado"
CREATE TABLE table_27704991_1 (armor VARCHAR, special_weapon VARCHAR), If the special weapon is the Grenado, what is the armor?
SELECT close_ranged_weapons FROM table_27704991_1 WHERE armor = "Bronze cuirass , Linothorax"
CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, armor VARCHAR), If the armor is bronze cuirass , linothorax, what are the close ranged weapons?
SELECT close_ranged_weapons FROM table_27704991_1 WHERE special_weapon = "Glass egg"
CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, special_weapon VARCHAR), If the special weapon is glass egg, what is the close ranged weapon?
SELECT high_rebounds FROM table_27712702_8 WHERE date = "December 12"
CREATE TABLE table_27712702_8 (high_rebounds VARCHAR, date VARCHAR), Who had the high rebounds record on December 12?
SELECT record FROM table_27712702_8 WHERE date = "December 27"
CREATE TABLE table_27712702_8 (record VARCHAR, date VARCHAR), What was the record on December 27?
SELECT COUNT(game) FROM table_27713583_6 WHERE team = "Washington"
CREATE TABLE table_27713583_6 (game VARCHAR, team VARCHAR), What game number is the Washington team.
SELECT location_attendance FROM table_27713583_11 WHERE date = "April 5"
CREATE TABLE table_27713583_11 (location_attendance VARCHAR, date VARCHAR), Name the location attendance april 5
SELECT high_assists FROM table_27713583_11 WHERE location_attendance = "Madison Square Garden 19,763" AND record = "39–38"
CREATE TABLE table_27713583_11 (high_assists VARCHAR, location_attendance VARCHAR, record VARCHAR), Name the high assists for madison square garden 19,763 and record is 39–38
SELECT date FROM table_27713583_11 WHERE team = "Cleveland"
CREATE TABLE table_27713583_11 (date VARCHAR, team VARCHAR), Name the date for cleveland
SELECT original_air_date FROM table_27720737_1 WHERE us_viewers__million_ = "5.39"
CREATE TABLE table_27720737_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR), What is the original air date when the u.s. viewers in millions was 5.39?
SELECT title FROM table_27720737_1 WHERE series__number = 8
CREATE TABLE table_27720737_1 (title VARCHAR, series__number VARCHAR), What is the title of the series # 8?
SELECT MAX(series__number) FROM table_27720737_1 WHERE directed_by = "Ken Whittingham"
CREATE TABLE table_27720737_1 (series__number INTEGER, directed_by VARCHAR), What is the highest series # directed by ken whittingham?
SELECT COUNT(series__number) FROM table_27720737_1 WHERE production_code = 120
CREATE TABLE table_27720737_1 (series__number VARCHAR, production_code VARCHAR), How many episodes had a production code 120?
SELECT high_rebounds FROM table_27722408_2 WHERE date = "October 16"
CREATE TABLE table_27722408_2 (high_rebounds VARCHAR, date VARCHAR), Who had the most rebounds and how many did they have on October 16?
SELECT high_assists FROM table_27722408_2 WHERE date = "October 7"
CREATE TABLE table_27722408_2 (high_assists VARCHAR, date VARCHAR), Who had the most assists and how many did they have on October 7?
SELECT team FROM table_27723228_3 WHERE game = 4
CREATE TABLE table_27723228_3 (team VARCHAR, game VARCHAR), What team did the Hornets play in game 4?
SELECT high_assists FROM table_27723526_12 WHERE score = "L 103–104 (OT)"
CREATE TABLE table_27723526_12 (high_assists VARCHAR, score VARCHAR), Name the high assists for l 103–104 (ot)
SELECT high_points FROM table_27723526_12 WHERE date = "March 30"
CREATE TABLE table_27723526_12 (high_points VARCHAR, date VARCHAR), Name the high points for march 30
SELECT score FROM table_27723526_12 WHERE high_assists = "José Juan Barea (8)"
CREATE TABLE table_27723526_12 (score VARCHAR, high_assists VARCHAR), Name the score for josé juan barea (8)
SELECT MAX(game) FROM table_27723526_13 WHERE date = "April 3"
CREATE TABLE table_27723526_13 (game INTEGER, date VARCHAR), What is the game number played on April 3?
SELECT record FROM table_27723526_13 WHERE team = "Phoenix"
CREATE TABLE table_27723526_13 (record VARCHAR, team VARCHAR), What is the record after the Phoenix game?
SELECT COUNT(game) FROM table_27733258_2 WHERE high_rebounds = "Robin Lopez (10)"
CREATE TABLE table_27733258_2 (game VARCHAR, high_rebounds VARCHAR), How many games had Robin Lopez (10) for the most rebounds?
SELECT high_rebounds FROM table_27733258_2 WHERE date = "October 14"
CREATE TABLE table_27733258_2 (high_rebounds VARCHAR, date VARCHAR), What two players had the highest rebounds for the October 14 game?
SELECT team FROM table_27733909_7 WHERE date = "January 17"
CREATE TABLE table_27733909_7 (team VARCHAR, date VARCHAR), Name the team for january 17
SELECT team FROM table_27733909_7 WHERE score = "L 102–122 (OT)"
CREATE TABLE table_27733909_7 (team VARCHAR, score VARCHAR), Name the team for score l 102–122 (ot)
SELECT COUNT(high_rebounds) FROM table_27733909_7 WHERE date = "January 5"
CREATE TABLE table_27733909_7 (high_rebounds VARCHAR, date VARCHAR), Name the number of high rebounds for january 5
SELECT mixed_doubles FROM table_27753492_2 WHERE tour = "Korea Super Series"
CREATE TABLE table_27753492_2 (mixed_doubles VARCHAR, tour VARCHAR), Who is the mixed doubled on the tour korea super series?
SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Sudket Prapakamol Saralee Thungthongkam"
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR), Who is the women's doubles when the mixed doubles are sudket prapakamol saralee thungthongkam?
SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Zhang Nan Zhao Yunlei" AND tour = "All England Super Series"
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR, tour VARCHAR), Who were the womens doubles when the mixed doubles were zhang nan zhao yunlei on the tour all england super series?
SELECT womens_doubles FROM table_27753492_2 WHERE tour = "French Super Series"
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, tour VARCHAR), Who is the womens doubles on the tour french super series?
SELECT score FROM table_27756314_11 WHERE high_points = "Michael Beasley (26)"
CREATE TABLE table_27756314_11 (score VARCHAR, high_points VARCHAR), What was the score in the game in which Michael Beasley (26) did the high points?
SELECT high_rebounds FROM table_27756314_11 WHERE date = "April 6"
CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, date VARCHAR), Who did the most high rebounds on April 6?
SELECT COUNT(high_rebounds) FROM table_27756314_11 WHERE game = 76
CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, game VARCHAR), How many different results for high rebounds were there for game number 76?
SELECT COUNT(game) FROM table_27756314_11 WHERE high_assists = "Luke Ridnour (5)"
CREATE TABLE table_27756314_11 (game VARCHAR, high_assists VARCHAR), In how many different games did Luke Ridnour (5) did the most high assists?
SELECT high_points FROM table_27756314_8 WHERE team = "Charlotte"
CREATE TABLE table_27756314_8 (high_points VARCHAR, team VARCHAR), Who had the high points when the team was charlotte?
SELECT MAX(game) FROM table_27756314_8 WHERE team = "@ L.A. Clippers"
CREATE TABLE table_27756314_8 (game INTEGER, team VARCHAR), What is the highest game with team @ l.a. clippers?
SELECT date FROM table_27756314_8 WHERE team = "Orlando"
CREATE TABLE table_27756314_8 (date VARCHAR, team VARCHAR), What is the date for the game with team orlando?
SELECT COUNT(date) FROM table_27756314_8 WHERE high_points = "Kevin Love (22)"
CREATE TABLE table_27756314_8 (date VARCHAR, high_points VARCHAR), How many times did kevin love (22) have the high points?
SELECT date FROM table_27756314_8 WHERE game = 35
CREATE TABLE table_27756314_8 (date VARCHAR, game VARCHAR), What is the date for the game 35?
SELECT directed_by FROM table_27811555_1 WHERE us_viewers__millions_ = "6.3"
CREATE TABLE table_27811555_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR), who directed the episode that 6.3 million u.s. viewers saw?
SELECT college_junior_club_team FROM table_2781227_1 WHERE player = "Mats Lindgren"
CREATE TABLE table_2781227_1 (college_junior_club_team VARCHAR, player VARCHAR), What is the college/junior/club team name of player Mats Lindgren?
SELECT COUNT(nhl_team) FROM table_2781227_1 WHERE player = "Denis Pederson"
CREATE TABLE table_2781227_1 (nhl_team VARCHAR, player VARCHAR), How many NHL teams is Denis Pederson a draft pick for?
SELECT written_by FROM table_27823359_1 WHERE season__number = "23"
CREATE TABLE table_27823359_1 (written_by VARCHAR, season__number VARCHAR), Who wrote episode 23 in the season?
SELECT location_attendance FROM table_27882867_9 WHERE team = "Milwaukee"
CREATE TABLE table_27882867_9 (location_attendance VARCHAR, team VARCHAR), Where was the location and attendance when they played milwaukee?
SELECT date FROM table_27882867_9 WHERE high_assists = "G. Rivers (5)"
CREATE TABLE table_27882867_9 (date VARCHAR, high_assists VARCHAR), What was the date of the game when g. rivers (5) had the high assists?
SELECT COUNT(high_points) FROM table_27882867_9 WHERE high_assists = "A. Webb (7)"
CREATE TABLE table_27882867_9 (high_points VARCHAR, high_assists VARCHAR), How many people had the high points when a. webb (7) had the high assists?
SELECT date FROM table_27882867_9 WHERE score = "W 104-98"
CREATE TABLE table_27882867_9 (date VARCHAR, score VARCHAR), What date was the game score w 104-98?
SELECT high_assists FROM table_27882867_9 WHERE team = "Indiana"
CREATE TABLE table_27882867_9 (high_assists VARCHAR, team VARCHAR), Who had the high assists when the opponent was Indiana?
SELECT location_attendance FROM table_27882867_9 WHERE high_points = "D. Wilkins (29)"
CREATE TABLE table_27882867_9 (location_attendance VARCHAR, high_points VARCHAR), What was the location and attendance when d. wilkins (29) had the high points?
SELECT location_attendance FROM table_27902171_7 WHERE high_rebounds = "B. Benjamin (10)"
CREATE TABLE table_27902171_7 (location_attendance VARCHAR, high_rebounds VARCHAR), What is the location and attendance for the game where b. benjamin (10) had the high rebounds?
SELECT date FROM table_27902171_7 WHERE location_attendance = "Delta Center 19,911"
CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR), What dated was the game played at the location delta center 19,911?
SELECT MIN(game) FROM table_27902171_7 WHERE score = "W 95-85"
CREATE TABLE table_27902171_7 (game INTEGER, score VARCHAR), Which game had a score of w 95-85?
SELECT high_points FROM table_27902171_7 WHERE score = "W 112-110"
CREATE TABLE table_27902171_7 (high_points VARCHAR, score VARCHAR), Who had the high points when the score was w 112-110?
SELECT date FROM table_27902171_7 WHERE location_attendance = "Seattle Center Coliseum 12,126"
CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR), What date was the game played in seattle center coliseum 12,126?
SELECT COUNT(production_code) FROM table_27988382_1 WHERE no_in_season = 8
CREATE TABLE table_27988382_1 (production_code VARCHAR, no_in_season VARCHAR), How many production codes had a total number in the season of 8?
SELECT COUNT(rank_timeslot_) FROM table_27987623_4 WHERE airdate = "March 30, 2011"
CREATE TABLE table_27987623_4 (rank_timeslot_ VARCHAR, airdate VARCHAR), what is the total rank on airdate march 30, 2011?
SELECT previous_club FROM table_27998152_1 WHERE name = "Ben Williams"
CREATE TABLE table_27998152_1 (previous_club VARCHAR, name VARCHAR), for the ben williams name what was the previous club
SELECT fee FROM table_27998152_1 WHERE previous_club = "Ankaragücü"
CREATE TABLE table_27998152_1 (fee VARCHAR, previous_club VARCHAR), what is the fee for ankaragücü previous club
SELECT COUNT(date_of_birth) FROM table_27998152_1 WHERE previous_club = "Chelsea"
CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, previous_club VARCHAR), how many date of birts are if the previous club is chelsea
SELECT date_of_birth FROM table_27998152_1 WHERE no = 7
CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, no VARCHAR), for the no. 7 what is the date of birth
SELECT COUNT(rank__week_) FROM table_28026156_1 WHERE written_by = "Seth Hoffman, Russel Friend & Garrett Lerner"
CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR), How many episodes were written by seth hoffman, russel friend & garrett lerner?
SELECT rank__week_ FROM table_28026156_1 WHERE written_by = "Thomas L. Moran"
CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR), Where did the episode rank that was written by thomas l. moran?
SELECT womens_singles FROM table_28138035_15 WHERE mens_singles = "Ma Lin"
CREATE TABLE table_28138035_15 (womens_singles VARCHAR, mens_singles VARCHAR), Who won Womens Singles in the year that Ma Lin won Mens Singles?
SELECT year_location FROM table_28138035_33 WHERE womens_doubles = "Bai Yang Niu Jianfeng"
CREATE TABLE table_28138035_33 (year_location VARCHAR, womens_doubles VARCHAR), What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng?
SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE mens_singles = "Ma Long"
CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, mens_singles VARCHAR), How many times has Ma Long won the men's singles?
SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE womens_singles = "Sun Jin"
CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, womens_singles VARCHAR), How many times has Sun Jin won the women's doubles?
SELECT COUNT(artist) FROM table_28140141_1 WHERE show = "Thoroughly Modern Millie"
CREATE TABLE table_28140141_1 (artist VARCHAR, show VARCHAR), How many artists were there for the show thoroughly modern millie?
SELECT COUNT(difficulty) FROM table_28140141_1 WHERE year = 1994
CREATE TABLE table_28140141_1 (difficulty VARCHAR, year VARCHAR), How many shows were in 1994?
SELECT engine FROM table_28190534_1 WHERE entrant = "Ecurie Lutetia"
CREATE TABLE table_28190534_1 (engine VARCHAR, entrant VARCHAR), Name the engine for ecurie lutetia
SELECT chassis FROM table_28190534_1 WHERE entrant = "SFACS Ecurie France"
CREATE TABLE table_28190534_1 (chassis VARCHAR, entrant VARCHAR), Name the chassis for sfacs ecurie france
SELECT constructor FROM table_28190534_1 WHERE driver = "B. Bira"
CREATE TABLE table_28190534_1 (constructor VARCHAR, driver VARCHAR), Name the constructor for b. bira