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