combined_text
stringlengths
106
1.05k
###question:When the Fowler is 16, what is the number of cylinders?###answer:SELECT COUNT(stanier), _3_cylinder FROM table_20142629_2 WHERE fowler = 16###context:CREATE TABLE table_20142629_2 (_3_cylinder VARCHAR, stanier VARCHAR, fowler VARCHAR)
###question:What is tops for Folwer?###answer:SELECT MAX(fowler) FROM table_20142629_2###context:CREATE TABLE table_20142629_2 (fowler INTEGER)
###question:On what grid was the time for part 1 1:31.063?###answer:SELECT grid FROM table_20159025_1 WHERE part_1 = "1:31.063"###context:CREATE TABLE table_20159025_1 (grid VARCHAR, part_1 VARCHAR)
###question:Which driver was number 2‡?###answer:SELECT driver FROM table_20159025_1 WHERE no = "2‡"###context:CREATE TABLE table_20159025_1 (driver VARCHAR, no VARCHAR)
###question:Who was the driver in grid 01 1?###answer:SELECT driver FROM table_20159025_1 WHERE grid = "01 1"###context:CREATE TABLE table_20159025_1 (driver VARCHAR, grid VARCHAR)
###question:What was the time in part 3 when Heikki Kovalainen was the driver? ###answer:SELECT part_3 FROM table_20159025_1 WHERE driver = "Heikki Kovalainen"###context:CREATE TABLE table_20159025_1 (part_3 VARCHAR, driver VARCHAR)
###question:Who was the driver when the time in part 3 was 1:31.386?###answer:SELECT driver FROM table_20159025_1 WHERE part_1 = "1:31.386"###context:CREATE TABLE table_20159025_1 (driver VARCHAR, part_1 VARCHAR)
###question:What was the time in part 3 when Nick Heidfeld was the driver?###answer:SELECT part_3 FROM table_20159025_1 WHERE driver = "Nick Heidfeld"###context:CREATE TABLE table_20159025_1 (part_3 VARCHAR, driver VARCHAR)
###question:Name the title that aired on 5 august 1967###answer:SELECT COUNT(title) FROM table_20345624_2 WHERE original_airdate = "5 August 1967"###context:CREATE TABLE table_20345624_2 (title VARCHAR, original_airdate VARCHAR)
###question:Name the total number of directors for number 6###answer:SELECT COUNT(director) FROM table_20345624_2 WHERE no = 6###context:CREATE TABLE table_20345624_2 (director VARCHAR, no VARCHAR)
###question:Name the original airdate for guy verney###answer:SELECT original_airdate FROM table_20345624_2 WHERE director = "Guy Verney"###context:CREATE TABLE table_20345624_2 (original_airdate VARCHAR, director VARCHAR)
###question:Name the number of writers for airdate of 15 july 1967###answer:SELECT COUNT(writer) FROM table_20345624_2 WHERE original_airdate = "15 July 1967"###context:CREATE TABLE table_20345624_2 (writer VARCHAR, original_airdate VARCHAR)
###question:What's the abbreviation for the month whose transcription is Kumphaphan?###answer:SELECT abbr FROM table_20354_5 WHERE transcription = "kumphaphan"###context:CREATE TABLE table_20354_5 (abbr VARCHAR, transcription VARCHAR)
###question:What's the zodiac sign for the month with Thai name มกราคม?###answer:SELECT zodiac_sign FROM table_20354_5 WHERE thai_name = "มกราคม"###context:CREATE TABLE table_20354_5 (zodiac_sign VARCHAR, thai_name VARCHAR)
###question:What's the zodiac sing for the month whose transcription is Karakadakhom?###answer:SELECT zodiac_sign FROM table_20354_5 WHERE transcription = "karakadakhom"###context:CREATE TABLE table_20354_5 (zodiac_sign VARCHAR, transcription VARCHAR)
###question:What's the transcription for the Thai name พฤษภาคม?###answer:SELECT transcription FROM table_20354_5 WHERE thai_name = "พฤษภาคม"###context:CREATE TABLE table_20354_5 (transcription VARCHAR, thai_name VARCHAR)
###question:What's the Sanskrit word for month with Thai name มกราคม?###answer:SELECT sanskrit_word FROM table_20354_5 WHERE thai_name = "มกราคม"###context:CREATE TABLE table_20354_5 (sanskrit_word VARCHAR, thai_name VARCHAR)
###question:How many different transcriptions are there for the Thai name พฤษภาคม?###answer:SELECT COUNT(transcription) FROM table_20354_5 WHERE thai_name = "พฤษภาคม"###context:CREATE TABLE table_20354_5 (transcription VARCHAR, thai_name VARCHAR)
###question:What is the innings when the average is 36.48?###answer:SELECT MAX(innings) FROM table_20367820_16 WHERE average = "36.48"###context:CREATE TABLE table_20367820_16 (innings INTEGER, average VARCHAR)
###question:How many no outs are there for an average of 43.70?###answer:SELECT not_out FROM table_20367820_16 WHERE average = "43.70"###context:CREATE TABLE table_20367820_16 (not_out VARCHAR, average VARCHAR)
###question:How many no outs for an average of 56.38?###answer:SELECT COUNT(not_out) FROM table_20367820_16 WHERE average = "56.38"###context:CREATE TABLE table_20367820_16 (not_out VARCHAR, average VARCHAR)
###question:How many poles had 78 points?###answer:SELECT COUNT(poles) FROM table_20396_1 WHERE points = "78"###context:CREATE TABLE table_20396_1 (poles VARCHAR, points VARCHAR)
###question:How many poles had 72 points?###answer:SELECT COUNT(poles) FROM table_20396_1 WHERE points = "72"###context:CREATE TABLE table_20396_1 (poles VARCHAR, points VARCHAR)
###question:How many poles were there in season 2000?###answer:SELECT poles FROM table_20396_1 WHERE season = 2000###context:CREATE TABLE table_20396_1 (poles VARCHAR, season VARCHAR)
###question:What team scored 4 points?###answer:SELECT team FROM table_20396_1 WHERE points = "4"###context:CREATE TABLE table_20396_1 (team VARCHAR, points VARCHAR)
###question:Who won the cup on 30.11.2008?###answer:SELECT winner FROM table_20462111_1 WHERE date = "30.11.2008"###context:CREATE TABLE table_20462111_1 (winner VARCHAR, date VARCHAR)
###question:Who got the 3rd place in the cup on 01.02.2009?###answer:SELECT 3 AS rd_place FROM table_20462111_1 WHERE date = "01.02.2009"###context:CREATE TABLE table_20462111_1 (date VARCHAR)
###question:Where was the cup on 07.02.2009 held?###answer:SELECT location FROM table_20462111_1 WHERE date = "07.02.2009"###context:CREATE TABLE table_20462111_1 (location VARCHAR, date VARCHAR)
###question:What was the population of the coastal location Isio in May of 2000?###answer:SELECT MIN(population__may), _2000_ FROM table_2051288_1 WHERE location = "coastal" AND barangay = "Isio"###context:CREATE TABLE table_2051288_1 (_2000_ VARCHAR, population__may INTEGER, location VARCHAR, barangay VARCHAR)
###question:What was the share for rank 54?###answer:SELECT MAX(share) FROM table_20522228_2 WHERE rank__overall_ = "54"###context:CREATE TABLE table_20522228_2 (share INTEGER, rank__overall_ VARCHAR)
###question:What are the ratings/share ratio when viewers are 5.50 Million?###answer:SELECT rating / SHARE(18 - 49) FROM table_20522228_2 WHERE viewers__millions_ = "5.50"###context:CREATE TABLE table_20522228_2 (rating VARCHAR, viewers__millions_ VARCHAR)
###question:What are the rank timeslots where ratings are 4.1?###answer:SELECT rank__timeslot_ FROM table_20522228_2 WHERE rating = "4.1"###context:CREATE TABLE table_20522228_2 (rank__timeslot_ VARCHAR, rating VARCHAR)
###question:What is overall rank when viewers are at 6.59 million?###answer:SELECT rank__overall_ FROM table_20522228_2 WHERE viewers__millions_ = "6.59"###context:CREATE TABLE table_20522228_2 (rank__overall_ VARCHAR, viewers__millions_ VARCHAR)
###question:What was the episode name when share was 8?###answer:SELECT episode FROM table_20522228_2 WHERE share = 8###context:CREATE TABLE table_20522228_2 (episode VARCHAR, share VARCHAR)
###question:Who were the writers of episode 20?###answer:SELECT written_by FROM table_20538157_2 WHERE no_in_season = 20###context:CREATE TABLE table_20538157_2 (written_by VARCHAR, no_in_season VARCHAR)
###question:What county has others at 5?###answer:SELECT county FROM table_20573232_1 WHERE others_number = 5###context:CREATE TABLE table_20573232_1 (county VARCHAR, others_number VARCHAR)
###question:What is the percentage of others when McCain is at 57.7%###answer:SELECT others_percentage FROM table_20573232_1 WHERE mccain_percentage = "57.7%"###context:CREATE TABLE table_20573232_1 (others_percentage VARCHAR, mccain_percentage VARCHAR)
###question:What is Nader's percentage when Obama is 44.6%?###answer:SELECT nader_percentage FROM table_20573232_1 WHERE obama_percentage = "44.6%"###context:CREATE TABLE table_20573232_1 (nader_percentage VARCHAR, obama_percentage VARCHAR)
###question:What schools are accredited by COE?###answer:SELECT location_s_ FROM table_2064747_1 WHERE accreditation = "COE"###context:CREATE TABLE table_2064747_1 (location_s_ VARCHAR, accreditation VARCHAR)
###question:Where was there a school founded in 1927?###answer:SELECT location_s_ FROM table_2064747_1 WHERE founded = 1927###context:CREATE TABLE table_2064747_1 (location_s_ VARCHAR, founded VARCHAR)
###question:What is the minimum length of the locations where the average climb percentage is exactly 59%?###answer:SELECT MIN(length__in_m_) FROM table_206361_2 WHERE average_climb___percentage_ = 59###context:CREATE TABLE table_206361_2 (length__in_m_ INTEGER, average_climb___percentage_ VARCHAR)
###question:What is the maximum number of km listed?###answer:SELECT MAX(kilometer) FROM table_206361_2###context:CREATE TABLE table_206361_2 (kilometer INTEGER)
###question:Name the number of δs ‡ /cal mol −1 k −1 for butadiene being 1,2-dimethylene-cyclohexane###answer:SELECT COUNT(δs_) AS ‡__cal_mol_−1_k_−1 FROM table_2068719_1 WHERE _butadiene = "1,2-dimethylene-cyclohexane"###context:CREATE TABLE table_2068719_1 (δs_ VARCHAR, _butadiene VARCHAR)
###question:When 17,874 (33.2) is the percentage against what is the percentage for?###answer:SELECT for___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "17,874 (33.2)"###context:CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, against___percentage_ VARCHAR)
###question:When 27,822 (72.3) is the percentage for how many electorate measurements are there?###answer:SELECT COUNT(electorate) FROM table_20683381_3 WHERE for___percentage_ = "27,822 (72.3)"###context:CREATE TABLE table_20683381_3 (electorate VARCHAR, for___percentage_ VARCHAR)
###question:When 13,895 (27.3) is the percentage against what is the toll poll percentage?###answer:SELECT total_poll___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "13,895 (27.3)"###context:CREATE TABLE table_20683381_3 (total_poll___percentage_ VARCHAR, against___percentage_ VARCHAR)
###question:When +18.1 is the ± yes side 2008 percentage what is the percentage of against?###answer:SELECT against___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = "+18.1"###context:CREATE TABLE table_20683381_3 (against___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR)
###question:When 60,254 (58.0) is the toll poll percentage what is the for percentage?###answer:SELECT for___percentage_ FROM table_20683381_3 WHERE total_poll___percentage_ = "60,254 (58.0)"###context:CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, total_poll___percentage_ VARCHAR)
###question:When +20.3 is the ± yes side 2008 (%) what is the for percentage?###answer:SELECT for___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = "+20.3"###context:CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR)
###question:What was the original air date for season 11?###answer:SELECT original_air_date FROM table_20704243_6 WHERE season__number = 11###context:CREATE TABLE table_20704243_6 (original_air_date VARCHAR, season__number VARCHAR)
###question:What episode did John Rogers direct?###answer:SELECT title FROM table_20704243_6 WHERE directed_by = "John Rogers"###context:CREATE TABLE table_20704243_6 (title VARCHAR, directed_by VARCHAR)
###question:Who directed the episode that aired on july15,2012?###answer:SELECT directed_by FROM table_20704243_6 WHERE original_air_date = "July15,2012"###context:CREATE TABLE table_20704243_6 (directed_by VARCHAR, original_air_date VARCHAR)
###question:Which episode aired on august19,2012?###answer:SELECT title FROM table_20704243_6 WHERE original_air_date = "August19,2012"###context:CREATE TABLE table_20704243_6 (title VARCHAR, original_air_date VARCHAR)
###question:What is the weight with a cross section area of 25.3?###answer:SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "25.3"###context:CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR)
###question:How many weights are there when the flange with is 304?###answer:SELECT COUNT(weight__kg_m_) FROM table_2071644_2 WHERE flange_width__mm_ = 304###context:CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, flange_width__mm_ VARCHAR)
###question:What is the web thickness if the flange width is 100?###answer:SELECT web_thickness__mm_ FROM table_2071644_2 WHERE flange_width__mm_ = 100###context:CREATE TABLE table_2071644_2 (web_thickness__mm_ VARCHAR, flange_width__mm_ VARCHAR)
###question:If the cross-section area is 21.2, what is the weight?###answer:SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "21.2"###context:CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR)
###question:What is the flange thickness when the weight is 19.9?###answer:SELECT flange_thickness__mm_ FROM table_2071644_2 WHERE weight__kg_m_ = "19.9"###context:CREATE TABLE table_2071644_2 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR)
###question:Who directed the episode with a production code of 4WAB05?###answer:SELECT directedby FROM table_20726262_5 WHERE production_code = "4WAB05"###context:CREATE TABLE table_20726262_5 (directedby VARCHAR, production_code VARCHAR)
###question:Who directed the episode with a production code of 4WAB04?###answer:SELECT directedby FROM table_20726262_5 WHERE production_code = "4WAB04"###context:CREATE TABLE table_20726262_5 (directedby VARCHAR, production_code VARCHAR)
###question:What episode was directed by Karen Gaviola?###answer:SELECT MIN(no_in_season) FROM table_20726262_6 WHERE directedby = "Karen Gaviola"###context:CREATE TABLE table_20726262_6 (no_in_season INTEGER, directedby VARCHAR)
###question:What was the score on February 8, 1992?###answer:SELECT score FROM table_20745706_1 WHERE date = "February 8, 1992"###context:CREATE TABLE table_20745706_1 (score VARCHAR, date VARCHAR)
###question:Who is the opponent in game 5?###answer:SELECT opponent FROM table_20745706_1 WHERE _number = "5"###context:CREATE TABLE table_20745706_1 (opponent VARCHAR, _number VARCHAR)
###question:What is the date of game 5?###answer:SELECT date FROM table_20745706_1 WHERE _number = "5"###context:CREATE TABLE table_20745706_1 (date VARCHAR, _number VARCHAR)
###question:What was attendance on March 11, 1995?###answer:SELECT MIN(attendance) FROM table_20745746_1 WHERE date = "March 11, 1995"###context:CREATE TABLE table_20745746_1 (attendance INTEGER, date VARCHAR)
###question:What was the score when 7260 people attended the game?###answer:SELECT score FROM table_20745746_1 WHERE attendance = 7260###context:CREATE TABLE table_20745746_1 (score VARCHAR, attendance VARCHAR)
###question:How many games resulted in a loss?###answer:SELECT _number FROM table_20745746_1 WHERE record = "Loss"###context:CREATE TABLE table_20745746_1 (_number VARCHAR, record VARCHAR)
###question:What is the date of game 7?###answer:SELECT date FROM table_20745746_1 WHERE _number = "7"###context:CREATE TABLE table_20745746_1 (date VARCHAR, _number VARCHAR)
###question:What is the Obama# when McCain% is 64.4%?###answer:SELECT MAX(obama_number) FROM table_20750731_1 WHERE mccain_percentage = "64.4%"###context:CREATE TABLE table_20750731_1 (obama_number INTEGER, mccain_percentage VARCHAR)
###question:Name the Others# when McCain# is 4730.###answer:SELECT others_number FROM table_20750731_1 WHERE mccain_number = 4730###context:CREATE TABLE table_20750731_1 (others_number VARCHAR, mccain_number VARCHAR)
###question:What County was the Obama% at 41.7%?###answer:SELECT county FROM table_20750731_1 WHERE obama_percentage = "41.7%"###context:CREATE TABLE table_20750731_1 (county VARCHAR, obama_percentage VARCHAR)
###question:When McCain% was 64.8%, what is the Others#?###answer:SELECT others_number FROM table_20750731_1 WHERE mccain_percentage = "64.8%"###context:CREATE TABLE table_20750731_1 (others_number VARCHAR, mccain_percentage VARCHAR)
###question:What was the Obama% when McCain% was 61.2%?###answer:SELECT obama_percentage FROM table_20750731_1 WHERE mccain_percentage = "61.2%"###context:CREATE TABLE table_20750731_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR)
###question:Name the date for attendance 9372###answer:SELECT date FROM table_20745759_1 WHERE attendance = 9372###context:CREATE TABLE table_20745759_1 (date VARCHAR, attendance VARCHAR)
###question:Name the record for january 18, 1997###answer:SELECT record FROM table_20745759_1 WHERE date = "January 18, 1997"###context:CREATE TABLE table_20745759_1 (record VARCHAR, date VARCHAR)
###question:Name the score for march 29, 1997###answer:SELECT score FROM table_20745759_1 WHERE date = "March 29, 1997"###context:CREATE TABLE table_20745759_1 (score VARCHAR, date VARCHAR)
###question:How tall is the contestant from Honduras?###answer:SELECT height__ft_ FROM table_20754016_2 WHERE country = "Honduras"###context:CREATE TABLE table_20754016_2 (height__ft_ VARCHAR, country VARCHAR)
###question:What country is the contestant from Chihuahua from?###answer:SELECT country FROM table_20754016_2 WHERE hometown = "Chihuahua"###context:CREATE TABLE table_20754016_2 (country VARCHAR, hometown VARCHAR)
###question:What contestant is 173 cm tall?###answer:SELECT contestant FROM table_20754016_2 WHERE height__cm_ = 173###context:CREATE TABLE table_20754016_2 (contestant VARCHAR, height__cm_ VARCHAR)
###question:What country is the contestant from Salto from?###answer:SELECT country FROM table_20754016_2 WHERE hometown = "Salto"###context:CREATE TABLE table_20754016_2 (country VARCHAR, hometown VARCHAR)
###question:How tall is the contestant from Guatemala?###answer:SELECT height__cm_ FROM table_20754016_2 WHERE country = "Guatemala"###context:CREATE TABLE table_20754016_2 (height__cm_ VARCHAR, country VARCHAR)
###question:How much would you expect the enrollment to be in Springfield?###answer:SELECT MIN(enrollment) FROM table_2076463_2 WHERE location_s_ = "Springfield"###context:CREATE TABLE table_2076463_2 (enrollment INTEGER, location_s_ VARCHAR)
###question:where would you find a public university which was founded in 1915?###answer:SELECT location_s_ FROM table_2076463_2 WHERE control = "Public university" AND founded = 1915###context:CREATE TABLE table_2076463_2 (location_s_ VARCHAR, control VARCHAR, founded VARCHAR)
###question:What is the only type of university that was founded in 1873?###answer:SELECT control FROM table_2076463_2 WHERE founded = 1873###context:CREATE TABLE table_2076463_2 (control VARCHAR, founded VARCHAR)
###question:What enrollement would you expect if you were attending the university in St. Louis?###answer:SELECT enrollment FROM table_2076463_2 WHERE location_s_ = "St. Louis"###context:CREATE TABLE table_2076463_2 (enrollment VARCHAR, location_s_ VARCHAR)
###question:Which school would you come across if you were in Kirksville?###answer:SELECT school FROM table_2076463_2 WHERE location_s_ = "Kirksville"###context:CREATE TABLE table_2076463_2 (school VARCHAR, location_s_ VARCHAR)
###question:What type of school would you see when visiting Missouri Western State University?###answer:SELECT control FROM table_2076463_2 WHERE school = "Missouri Western State University"###context:CREATE TABLE table_2076463_2 (control VARCHAR, school VARCHAR)
###question:When east carolina university is the school what is the highest year founded?###answer:SELECT MAX(founded) FROM table_2076516_1 WHERE school = "East Carolina University"###context:CREATE TABLE table_2076516_1 (founded INTEGER, school VARCHAR)
###question:When 1927 is the founded year how many measurements of enrollment in 2012 are there?###answer:SELECT COUNT(enrollment__2012_) FROM table_2076516_1 WHERE founded = 1927###context:CREATE TABLE table_2076516_1 (enrollment__2012_ VARCHAR, founded VARCHAR)
###question:When western carolina university is the school what is the control?###answer:SELECT control FROM table_2076516_1 WHERE school = "Western Carolina University"###context:CREATE TABLE table_2076516_1 (control VARCHAR, school VARCHAR)
###question:When university of north carolina at charlotte is the school what is the lowest enrollment in 2012?###answer:SELECT MIN(enrollment__2012_) FROM table_2076516_1 WHERE school = "University of North Carolina at Charlotte"###context:CREATE TABLE table_2076516_1 (enrollment__2012_ INTEGER, school VARCHAR)
###question:What is the enrollment for the school in bottineau?###answer:SELECT enrollment__fall_2010_ FROM table_2076522_2 WHERE location_s_ = "Bottineau"###context:CREATE TABLE table_2076522_2 (enrollment__fall_2010_ VARCHAR, location_s_ VARCHAR)
###question:What is the control for the school accredited by the higher learning commission ( nca ), ccne?###answer:SELECT control FROM table_2076522_2 WHERE accreditation = "The Higher Learning Commission ( NCA ), CCNE"###context:CREATE TABLE table_2076522_2 (control VARCHAR, accreditation VARCHAR)
###question:What year was the school founded with an 898 enrollment?###answer:SELECT MAX(founded) FROM table_2076522_2 WHERE enrollment__fall_2010_ = 898###context:CREATE TABLE table_2076522_2 (founded INTEGER, enrollment__fall_2010_ VARCHAR)
###question:How many schools founded in 2006?###answer:SELECT COUNT(accreditation) FROM table_2076522_2 WHERE founded = 2006###context:CREATE TABLE table_2076522_2 (accreditation VARCHAR, founded VARCHAR)
###question:What is the accrediation for united tribes technical college?###answer:SELECT accreditation FROM table_2076522_2 WHERE school = "United Tribes Technical College"###context:CREATE TABLE table_2076522_2 (accreditation VARCHAR, school VARCHAR)
###question:What is the latest founding date? ###answer:SELECT MAX(founded) FROM table_2076490_1###context:CREATE TABLE table_2076490_1 (founded INTEGER)
###question:What was the enrollment (2005) for baccalaureate colleges , for Granite State College?###answer:SELECT enrollment__2005_ FROM table_2076490_1 WHERE type = "Baccalaureate college" AND school = "Granite State College"###context:CREATE TABLE table_2076490_1 (enrollment__2005_ VARCHAR, type VARCHAR, school VARCHAR)
###question:What year is the founding year, for the school that had an enrollment in 2005 of 963?###answer:SELECT founded FROM table_2076490_1 WHERE enrollment__2005_ = "963"###context:CREATE TABLE table_2076490_1 (founded VARCHAR, enrollment__2005_ VARCHAR)
###question:What school had an enrollment in 2005 of 69?###answer:SELECT school FROM table_2076490_1 WHERE enrollment__2005_ = "69"###context:CREATE TABLE table_2076490_1 (school VARCHAR, enrollment__2005_ VARCHAR)