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