output
stringlengths
18
557
instruction
stringlengths
22
540
SELECT COUNT(result) FROM table_14951643_1 WHERE opponent = "Cleveland Browns"
CREATE TABLE table_14951643_1 (result VARCHAR, opponent VARCHAR), how many result with opponent being cleveland browns
SELECT result FROM table_14951643_1 WHERE opponent = "at New England Patriots"
CREATE TABLE table_14951643_1 (result VARCHAR, opponent VARCHAR), what's the result with opponent being at new england patriots
SELECT record FROM table_14951643_1 WHERE result = "W 21–7"
CREATE TABLE table_14951643_1 (record VARCHAR, result VARCHAR), what's the record with result being w 21–7
SELECT date FROM table_14951643_1 WHERE attendance = 40657
CREATE TABLE table_14951643_1 (date VARCHAR, attendance VARCHAR), what's the date with attendance being 40657
SELECT MIN(attendance) FROM table_14945881_1 WHERE date = "September 19, 1976"
CREATE TABLE table_14945881_1 (attendance INTEGER, date VARCHAR), Name the attendance for september 19, 1976
SELECT COUNT(record) FROM table_14945881_1 WHERE attendance = 44023
CREATE TABLE table_14945881_1 (record VARCHAR, attendance VARCHAR), Name the number of record when attendance is 44023
SELECT MIN(week) FROM table_14945881_1 WHERE date = "September 19, 1976"
CREATE TABLE table_14945881_1 (week INTEGER, date VARCHAR), Name the least week for september 19, 1976
SELECT record FROM table_14945881_1 WHERE attendance = 42827
CREATE TABLE table_14945881_1 (record VARCHAR, attendance VARCHAR), Name the record when attendance 42827
SELECT date FROM table_14945881_1 WHERE week = 9
CREATE TABLE table_14945881_1 (date VARCHAR, week VARCHAR), Name the date when week is 9
SELECT year__ceremony_ FROM table_14975415_1 WHERE hungarian_title = "Taxidermia"
CREATE TABLE table_14975415_1 (year__ceremony_ VARCHAR, hungarian_title VARCHAR), What year was taxidermia nominated?
SELECT director FROM table_14975415_1 WHERE english_title = "Diary for My Loves"
CREATE TABLE table_14975415_1 (director VARCHAR, english_title VARCHAR), Who is the director for diary for my loves?
SELECT result FROM table_14975415_1 WHERE english_title = "Diary for My Loves"
CREATE TABLE table_14975415_1 (result VARCHAR, english_title VARCHAR), Was diary for my loves nominated?
SELECT director FROM table_14975415_1 WHERE english_title = "The Witman Boys"
CREATE TABLE table_14975415_1 (director VARCHAR, english_title VARCHAR), Who is the director for the witman boys?
SELECT game_site FROM table_14977592_1 WHERE date = "December 12, 1965"
CREATE TABLE table_14977592_1 (game_site VARCHAR, date VARCHAR), Name the game site for december 12, 1965
SELECT COUNT(game_site) FROM table_14977592_1 WHERE opponent = "Chicago Bears"
CREATE TABLE table_14977592_1 (game_site VARCHAR, opponent VARCHAR), Name the total number of game sites for chicago bears
SELECT result FROM table_14977592_1 WHERE date = "November 14, 1965"
CREATE TABLE table_14977592_1 (result VARCHAR, date VARCHAR), Name the result for november 14, 1965
SELECT game_site FROM table_14971788_1 WHERE opponent = "Atlanta Falcons"
CREATE TABLE table_14971788_1 (game_site VARCHAR, opponent VARCHAR), Where was the game against Atlanta Falcons held?
SELECT date FROM table_14971788_1 WHERE week = 2
CREATE TABLE table_14971788_1 (date VARCHAR, week VARCHAR), What date was week 2?
SELECT place FROM table_14977252_2 WHERE professional_jury = 5
CREATE TABLE table_14977252_2 (place VARCHAR, professional_jury VARCHAR), Name the place of the jury of 5
SELECT professional_jury FROM table_14977252_2 WHERE points = 10
CREATE TABLE table_14977252_2 (professional_jury VARCHAR, points VARCHAR), Name the jury of 10 points
SELECT artist FROM table_14977252_2 WHERE draw = 2
CREATE TABLE table_14977252_2 (artist VARCHAR, draw VARCHAR), Name the artist of 2 draw
SELECT MIN(draw) FROM table_14977252_2 WHERE artist = "Elena Dermidjean"
CREATE TABLE table_14977252_2 (draw INTEGER, artist VARCHAR), Name the least draw for elena dermidjean
SELECT womens_doubles FROM table_15001572_1 WHERE mens_doubles = "No competition"
CREATE TABLE table_15001572_1 (womens_doubles VARCHAR, mens_doubles VARCHAR), What was the competition when there was no competition for mens doubles?
SELECT mixed_doubles FROM table_15001572_1 WHERE year = 1998
CREATE TABLE table_15001572_1 (mixed_doubles VARCHAR, year VARCHAR), Who won the mixed doubles in 1998?
SELECT COUNT(college) FROM table_15017024_2 WHERE pick = 57
CREATE TABLE table_15017024_2 (college VARCHAR, pick VARCHAR), How many colleges did the player picked 57 attend?
SELECT COUNT(height) FROM table_15017024_2 WHERE player_name = "Chad Henne"
CREATE TABLE table_15017024_2 (height VARCHAR, player_name VARCHAR), How many heights does chad henne have?
SELECT recopa_sudamericana_1992 FROM table_15013825_8 WHERE copa_libertadores_1992 = "Did not qualify" AND copa_conmebol_1992 = "Round of 16" AND team = "Bragantino"
CREATE TABLE table_15013825_8 (recopa_sudamericana_1992 VARCHAR, team VARCHAR, copa_libertadores_1992 VARCHAR, copa_conmebol_1992 VARCHAR), Name the recopa sudamericana 1992 for did not qualify for libertadores 1992 and round of 16 for bragantino
SELECT copa_libertadores_1992 FROM table_15013825_8 WHERE copa_conmebol_1992 = "Round of 16" AND team = "Fluminense"
CREATE TABLE table_15013825_8 (copa_libertadores_1992 VARCHAR, copa_conmebol_1992 VARCHAR, team VARCHAR), Name the copa libertadores 1992 for round of 16 and team of fluminense
SELECT team FROM table_15013825_8 WHERE copa_conmebol_1992 = "Round of 16"
CREATE TABLE table_15013825_8 (team VARCHAR, copa_conmebol_1992 VARCHAR), Name the team for copa conmebol 1992 is round of 16
SELECT league FROM table_15056103_1 WHERE year = 2009
CREATE TABLE table_15056103_1 (league VARCHAR, year VARCHAR), What league were they in in 2009?
SELECT playoffs FROM table_15056103_1 WHERE regular_season = "5th, North"
CREATE TABLE table_15056103_1 (playoffs VARCHAR, regular_season VARCHAR), What was the playoff result when they finished 5th, north in the regular sesason?
SELECT player FROM table_1506950_9 WHERE pga_ch = "T6" AND masters = "T4" AND us_open = "T8"
CREATE TABLE table_1506950_9 (player VARCHAR, us_open VARCHAR, pga_ch VARCHAR, masters VARCHAR), Which player's results were T6 in the PGA Ch., T4 in the Masters and T8 at the U.S. Open?
SELECT masters FROM table_1506950_9 WHERE pga_ch = "R16"
CREATE TABLE table_1506950_9 (masters VARCHAR, pga_ch VARCHAR), What is the result at the Masters for the player who finished R16 at the PGA Ch.?
SELECT us_open FROM table_1506950_9 WHERE open_ch = "6th"
CREATE TABLE table_1506950_9 (us_open VARCHAR, open_ch VARCHAR), What was the player's result at the U.S. Open of the player who finished 6th at the Open Ch?
SELECT type FROM table_1506619_1 WHERE school_board = "Rainbow District school_board"
CREATE TABLE table_1506619_1 (type VARCHAR, school_board VARCHAR), The Rainbow District School Board is associated with what type?
SELECT school_board FROM table_1506619_1 WHERE number_of_elementary_schools = 96
CREATE TABLE table_1506619_1 (school_board VARCHAR, number_of_elementary_schools VARCHAR), Where are all school boards associated with a number of elementary schools of 96?
SELECT headquarters FROM table_1506619_1 WHERE school_board = "Renfrew County Catholic District school_board"
CREATE TABLE table_1506619_1 (headquarters VARCHAR, school_board VARCHAR), Which headquarters are associated with the school board Renfrew County Catholic District School Board?
SELECT swimsuit FROM table_15081939_4 WHERE evening_gown = "7.61"
CREATE TABLE table_15081939_4 (swimsuit VARCHAR, evening_gown VARCHAR), What is the swimsuit score for the item that has 7.61 as evening gown
SELECT province FROM table_15081939_4 WHERE swimsuit = "8.43"
CREATE TABLE table_15081939_4 (province VARCHAR, swimsuit VARCHAR), Which province got a swimsuit score of 8.43
SELECT province FROM table_15081939_4 WHERE evening_gown = "7.61"
CREATE TABLE table_15081939_4 (province VARCHAR, evening_gown VARCHAR), Which province has evening gown score of 7.61
SELECT COUNT(average) FROM table_15081939_4 WHERE evening_gown = "8.00"
CREATE TABLE table_15081939_4 (average VARCHAR, evening_gown VARCHAR), How many averages for the province with evening gown score of 8.00
SELECT COUNT(province) FROM table_15081939_4 WHERE evening_gown = "8.49"
CREATE TABLE table_15081939_4 (province VARCHAR, evening_gown VARCHAR), How many provinces have evening gown score of 8.49
SELECT constituency FROM table_15082102_3 WHERE electorate = 54787
CREATE TABLE table_15082102_3 (constituency VARCHAR, electorate VARCHAR), which electorate is 54787 of the constituency
SELECT MIN(s_spoilt_vote) FROM table_15082102_3 WHERE electorate = 83850
CREATE TABLE table_15082102_3 (s_spoilt_vote INTEGER, electorate VARCHAR), in electorate of 83850 what is the minimum s split vote
SELECT lead FROM table_15125201_1 WHERE socialist = "35.5%"
CREATE TABLE table_15125201_1 (lead VARCHAR, socialist VARCHAR), What is the lead percentage when the socialist is at 35.5%?
SELECT margin_of_victory FROM table_1514634_2 WHERE tournament = "Hawaiian Open"
CREATE TABLE table_1514634_2 (margin_of_victory VARCHAR, tournament VARCHAR), What was the margin of victory at the Hawaiian Open tournament?
SELECT margin_of_victory FROM table_1514634_2 WHERE tournament = "Mercedes Championships"
CREATE TABLE table_1514634_2 (margin_of_victory VARCHAR, tournament VARCHAR), What was the margin of victory at the Mercedes Championships?
SELECT tfl_yds FROM table_15128839_22 WHERE no_yds = "1-0"
CREATE TABLE table_15128839_22 (tfl_yds VARCHAR, no_yds VARCHAR), Name the tfl-yds for no-yds 1-0
SELECT solo FROM table_15128839_22 WHERE name = "Briggs, Diyral"
CREATE TABLE table_15128839_22 (solo VARCHAR, name VARCHAR), Name the solo when name is briggs, diyral
SELECT gp FROM table_15128839_22 WHERE ff = 0 AND qbh = 1
CREATE TABLE table_15128839_22 (gp VARCHAR, ff VARCHAR, qbh VARCHAR), Name the gp for ff being 0 and qbh being 1
SELECT champion_score FROM table_15161170_1 WHERE division = "division 2 Men"
CREATE TABLE table_15161170_1 (champion_score VARCHAR, division VARCHAR), When the division is Division 2 men what is the champion score?
SELECT MIN(spirou) FROM table_15163938_1
CREATE TABLE table_15163938_1 (spirou INTEGER), Name the least spirou
SELECT home_team FROM table_15173650_2 WHERE away_team = "Kilmarnock"
CREATE TABLE table_15173650_2 (home_team VARCHAR, away_team VARCHAR), Name the home team when away team is kilmarnock
SELECT MIN(attendance) FROM table_15173650_2
CREATE TABLE table_15173650_2 (attendance INTEGER), Name the least attendance
SELECT episode FROM table_15187735_5 WHERE segment_a = "Kitchen Knives"
CREATE TABLE table_15187735_5 (episode VARCHAR, segment_a VARCHAR), Kitchen knives is segment a of what episode?
SELECT segment_d FROM table_15187735_5 WHERE segment_b = "Dining Room Tables"
CREATE TABLE table_15187735_5 (segment_d VARCHAR, segment_b VARCHAR), When segment b is dining room tables what is segment d?
SELECT netflix FROM table_15187735_5 WHERE segment_b = "Marshmallow Cookies"
CREATE TABLE table_15187735_5 (netflix VARCHAR, segment_b VARCHAR), When marshmallow cookies is segment b what episode is it on netflix?
SELECT segment_a FROM table_15187735_5 WHERE segment_c = "Cardboard Boxes"
CREATE TABLE table_15187735_5 (segment_a VARCHAR, segment_c VARCHAR), When cardboard boxes is segment c what is segment a?
SELECT COUNT(episode) FROM table_15187735_8 WHERE segment_b = "s Hacksaw"
CREATE TABLE table_15187735_8 (episode VARCHAR, segment_b VARCHAR), Name the number of episodes for s hacksaw
SELECT COUNT(series_ep) FROM table_15187735_8 WHERE segment_a = "s Piston"
CREATE TABLE table_15187735_8 (series_ep VARCHAR, segment_a VARCHAR), Name the number of series episode for s piston
SELECT segment_c FROM table_15187735_8 WHERE segment_b = "Paint Rollers"
CREATE TABLE table_15187735_8 (segment_c VARCHAR, segment_b VARCHAR), Name the segment c for paint rollers
SELECT segment_a FROM table_15187735_8 WHERE series_ep = "8-08"
CREATE TABLE table_15187735_8 (segment_a VARCHAR, series_ep VARCHAR), Name the segment a for 8-08
SELECT segment_b FROM table_15187735_8 WHERE segment_c = "Graphite s Fly Rod"
CREATE TABLE table_15187735_8 (segment_b VARCHAR, segment_c VARCHAR), Name the segment b for graphite s fly rod
SELECT race_winner FROM table_15187794_1 WHERE circuit = "Magny-Cours"
CREATE TABLE table_15187794_1 (race_winner VARCHAR, circuit VARCHAR), Who won the race at Magny-Cours
SELECT round FROM table_15187794_1 WHERE circuit = "Assen"
CREATE TABLE table_15187794_1 (round VARCHAR, circuit VARCHAR), Which round was the circuit Assen
SELECT COUNT(race_winner) FROM table_15187794_1 WHERE no = 12
CREATE TABLE table_15187794_1 (race_winner VARCHAR, no VARCHAR), How many people won in No. 12
SELECT country FROM table_1520559_1 WHERE margin_of_victory = "9 strokes"
CREATE TABLE table_1520559_1 (country VARCHAR, margin_of_victory VARCHAR), Which countries won by 9 strokes?
SELECT purse___$__ FROM table_1520559_1 WHERE winners_share__$_ = 428650
CREATE TABLE table_1520559_1 (purse___$__ VARCHAR, winners_share__$_ VARCHAR), What purses had a winners share equal to $428650?
SELECT venue FROM table_1520559_1 WHERE champion = "Lorena Ochoa"
CREATE TABLE table_1520559_1 (venue VARCHAR, champion VARCHAR), At what venues did Lorena Ochoa win the championship?
SELECT episode_no FROM table_15211468_3 WHERE presenter = "Ben Okri"
CREATE TABLE table_15211468_3 (episode_no VARCHAR, presenter VARCHAR), What episode number is presented by Ben Okri ?
SELECT uk_broadcast_date FROM table_15211468_3 WHERE presenter = "Buck Henry"
CREATE TABLE table_15211468_3 (uk_broadcast_date VARCHAR, presenter VARCHAR), What was the UK broadcast date for the episode presented by Buck Henry?
SELECT input_clock__mhz_ FROM table_15261_1 WHERE s_spec_number = "SK096"
CREATE TABLE table_15261_1 (input_clock__mhz_ VARCHAR, s_spec_number VARCHAR), What is the input clock (mhz) for s-spec number sk096?
SELECT COUNT(voltage_range__v_) FROM table_15261_1 WHERE clock_multiplier = "3X or 2X mode" AND part_number = "A80486DX4WB-100"
CREATE TABLE table_15261_1 (voltage_range__v_ VARCHAR, clock_multiplier VARCHAR, part_number VARCHAR), What is the voltage range (v) if the clock multiplier is 3x or 2x mode and part number is a80486dx4wb-100?
SELECT part_number FROM table_15261_1 WHERE s_spec_number = "SK096"
CREATE TABLE table_15261_1 (part_number VARCHAR, s_spec_number VARCHAR), What is the part number for s-spec number sk096?
SELECT clock_multiplier FROM table_15261_1 WHERE voltage_range__v_ = "3.3 - 3.6" AND input_clock__mhz_ = "33 X 3 / 50 X 2" AND part_number = "A80486DX4-100"
CREATE TABLE table_15261_1 (clock_multiplier VARCHAR, part_number VARCHAR, voltage_range__v_ VARCHAR, input_clock__mhz_ VARCHAR), What is the clock multiplier if the voltage range (v) is 3.3 - 3.6; input clock (mhz) is 33 x 3 / 50 x 2; and part number is a80486dx4-100?
SELECT COUNT(processor_speed__mhz_) FROM table_15261_1 WHERE part_number = "A80486DX4-75"
CREATE TABLE table_15261_1 (processor_speed__mhz_ VARCHAR, part_number VARCHAR), What is the processor speed (mhz) for part number a80486dx4-75?
SELECT MIN(democratic_coalition) FROM table_15306124_1
CREATE TABLE table_15306124_1 (democratic_coalition INTEGER), Tell me the least amount of democratic colation
SELECT MIN(league_of_communists) FROM table_15306124_1 WHERE municipality = "Mojkovac"
CREATE TABLE table_15306124_1 (league_of_communists INTEGER, municipality VARCHAR), What is the least amount of league of communists where municipality is mojkovac
SELECT COUNT(league_of_communists) FROM table_15306124_1 WHERE municipality = "Bar"
CREATE TABLE table_15306124_1 (league_of_communists VARCHAR, municipality VARCHAR), How many league of communists have the municipality of bar?
SELECT COUNT(league_of_communists) FROM table_15306124_1 WHERE peoples_party = 7
CREATE TABLE table_15306124_1 (league_of_communists VARCHAR, peoples_party VARCHAR), How many league of communists have the people's party at 7?
SELECT poles FROM table_15327489_1 WHERE year = 2011
CREATE TABLE table_15327489_1 (poles VARCHAR, year VARCHAR), Name the poles for 2011
SELECT riders FROM table_15327489_1 WHERE team_name = "JiR Team Scot MotoGP"
CREATE TABLE table_15327489_1 (riders VARCHAR, team_name VARCHAR), Name the rdiers for jir team scot motogp
SELECT class FROM table_15327489_1 WHERE riders = "Makoto Tamada" AND races = "17"
CREATE TABLE table_15327489_1 (class VARCHAR, riders VARCHAR, races VARCHAR), Name the class for makoto tamada and races is 17
SELECT MIN(wins) FROM table_15327489_1
CREATE TABLE table_15327489_1 (wins INTEGER), Name the most wins
SELECT college FROM table_15353123_1 WHERE player = "Dean Kirkland"
CREATE TABLE table_15353123_1 (college VARCHAR, player VARCHAR), Which college did Dean Kirkland go to
SELECT player FROM table_15353123_1 WHERE college = "Pittsburg State"
CREATE TABLE table_15353123_1 (player VARCHAR, college VARCHAR), Which player went to Pittsburg State
SELECT MIN(pick__number) FROM table_15353123_1
CREATE TABLE table_15353123_1 (pick__number INTEGER), Who was the highest pick
SELECT MAX(pick__number) FROM table_15353123_1 WHERE position = "Defensive end"
CREATE TABLE table_15353123_1 (pick__number INTEGER, position VARCHAR), Who was the highest picked defensive end
SELECT COUNT(pick__number) FROM table_15353123_1 WHERE player = "Dean Kirkland"
CREATE TABLE table_15353123_1 (pick__number VARCHAR, player VARCHAR), How many players named Dean Kirkland were picked
SELECT COUNT(metropolitan_borough_)[c_] FROM table_15366849_1 WHERE station = "Dorridge"
CREATE TABLE table_15366849_1 (c_ VARCHAR, metropolitan_borough_ VARCHAR, station VARCHAR), How many metropolitan boroughs have dorridge as a station?
SELECT MAX(zone) FROM table_15366849_1
CREATE TABLE table_15366849_1 (zone INTEGER), What's the biggest zone?
SELECT isotopic_mass___u__ FROM table_15366768_1 WHERE nuclide = "169 Tm"
CREATE TABLE table_15366768_1 (isotopic_mass___u__ VARCHAR, nuclide VARCHAR), What is the mass of the element with a nuclide that is 169 tm?
SELECT COUNT(n___n__) FROM table_15366768_1 WHERE nuclide = "141 Pr"
CREATE TABLE table_15366768_1 (n___n__ VARCHAR, nuclide VARCHAR), What is the total number of N for the element with nuclide of 141 pr?
SELECT element FROM table_15366768_1 WHERE isotopic_mass___u__ = "158.925 34(2)"
CREATE TABLE table_15366768_1 (element VARCHAR, isotopic_mass___u__ VARCHAR), What is the name of the element with isotopic mass of 158.925 34(2)?
SELECT original_artist FROM table_15383430_1 WHERE theme = "Year They Were Born"
CREATE TABLE table_15383430_1 (original_artist VARCHAR, theme VARCHAR), The theme year they were born belongs to what artist?
SELECT COUNT(result) FROM table_15383430_1 WHERE original_artist = "Queen"
CREATE TABLE table_15383430_1 (result VARCHAR, original_artist VARCHAR), How many songs were sung by queen?
SELECT glass_bulb_color FROM table_1538516_1 WHERE temperature_classification = "Ordinary"
CREATE TABLE table_1538516_1 (glass_bulb_color VARCHAR, temperature_classification VARCHAR), Name the glass bulb color for ordinary
SELECT maximum_ceiling_temperature FROM table_1538516_1 WHERE temperature_classification = "Intermediate"
CREATE TABLE table_1538516_1 (maximum_ceiling_temperature VARCHAR, temperature_classification VARCHAR), Name the most ceiling temperature for intermediate
SELECT maximum_ceiling_temperature FROM table_1538516_1 WHERE temperature_classification = "Very Extra High"
CREATE TABLE table_1538516_1 (maximum_ceiling_temperature VARCHAR, temperature_classification VARCHAR), Name the most ceiling temperature for very extra high
SELECT year FROM table_15409403_1 WHERE playoffs = "Conference Finals"
CREATE TABLE table_15409403_1 (year VARCHAR, playoffs VARCHAR), When did the playoffs reached Conference Finals?