Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
6,200
<question>: What is the record when the game was at the San Diego Stadium? <context>: CREATE TABLE table_17848578_1 (record VARCHAR, game_site VARCHAR)
SELECT record FROM table_17848578_1 WHERE game_site = "San Diego Stadium"
6,201
<question>: How many results are there when the game was at the Atlanta-Fulton county stadium? <context>: CREATE TABLE table_17848578_1 (result VARCHAR, game_site VARCHAR)
SELECT COUNT(result) FROM table_17848578_1 WHERE game_site = "Atlanta-Fulton County Stadium"
6,202
<question>: What is the date of the game at Arrowhead Stadium? <context>: CREATE TABLE table_17848578_1 (date VARCHAR, game_site VARCHAR)
SELECT date FROM table_17848578_1 WHERE game_site = "Arrowhead Stadium"
6,203
<question>: Where was the game where attendance was 51478? <context>: CREATE TABLE table_17848578_1 (game_site VARCHAR, attendance VARCHAR)
SELECT game_site FROM table_17848578_1 WHERE attendance = 51478
6,204
<question>: Name the military expenditures for 2011 for romania <context>: CREATE TABLE table_17971449_2 (military_expenditures__2011 VARCHAR, _us$_millions_ VARCHAR, country VARCHAR)
SELECT military_expenditures__2011, _us$_millions_ FROM table_17971449_2 WHERE country = "Romania"
6,205
<question>: Name the population 2011 for luxembourg <context>: CREATE TABLE table_17971449_2 (population__2011_ VARCHAR, country VARCHAR)
SELECT population__2011_ FROM table_17971449_2 WHERE country = "Luxembourg"
6,206
<question>: Name the deployable military 2011 for denmark <context>: CREATE TABLE table_17971449_2 (deployable_military__2011 VARCHAR, _thousands_ VARCHAR, country VARCHAR)
SELECT deployable_military__2011, _thousands_ FROM table_17971449_2 WHERE country = "Denmark"
6,207
<question>: List total loses forh the tauras tauragė team. <context>: CREATE TABLE table_18018214_2 (loses VARCHAR, club VARCHAR)
SELECT COUNT(loses) FROM table_18018214_2 WHERE club = "Tauras Tauragė"
6,208
<question>: List the number of goals scored to equal 58. <context>: CREATE TABLE table_18018214_2 (goals_conceded INTEGER, points VARCHAR)
SELECT MIN(goals_conceded) FROM table_18018214_2 WHERE points = 58
6,209
<question>: How many total reason for change are listed corresponding to the successor Leonard B. Jordan (r)? <context>: CREATE TABLE table_1802522_3 (reason_for_change VARCHAR, successor VARCHAR)
SELECT COUNT(reason_for_change) FROM table_1802522_3 WHERE successor = "Leonard B. Jordan (R)"
6,210
<question>: What state had November 30, 1962 as the date of the successors formal installation? <context>: CREATE TABLE table_1802522_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT state__class_ FROM table_1802522_3 WHERE date_of_successors_formal_installation = "November 30, 1962"
6,211
<question>: How many vacant seats were filled by newcomer Joseph H. Bottum (r)? <context>: CREATE TABLE table_1802522_3 (vacator VARCHAR, successor VARCHAR)
SELECT COUNT(vacator) FROM table_1802522_3 WHERE successor = "Joseph H. Bottum (R)"
6,212
<question>: What are the results of those elections for which Marcy Kaptur is the incumbent? <context>: CREATE TABLE table_1805191_36 (results VARCHAR, incumbent VARCHAR)
SELECT results FROM table_1805191_36 WHERE incumbent = "Marcy Kaptur"
6,213
<question>: What are the results of the elections in which Ted Strickland is seeking re-election? <context>: CREATE TABLE table_1805191_36 (results VARCHAR, incumbent VARCHAR)
SELECT results FROM table_1805191_36 WHERE incumbent = "Ted Strickland"
6,214
<question>: Who are all of the candidates in elections where Dennis Kucinich was a candidate? <context>: CREATE TABLE table_1805191_36 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1805191_36 WHERE incumbent = "Dennis Kucinich"
6,215
<question>: Who were all the candidates in elections in which Steve Chabot was a candidate? <context>: CREATE TABLE table_1805191_36 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1805191_36 WHERE incumbent = "Steve Chabot"
6,216
<question>: Who was treasurer in 2008? <context>: CREATE TABLE table_18052353_4 (treasurer VARCHAR, year VARCHAR)
SELECT treasurer FROM table_18052353_4 WHERE year = "2008"
6,217
<question>: What was the composition of the state assembly in 2008? <context>: CREATE TABLE table_18052353_4 (state_assembly VARCHAR, year VARCHAR)
SELECT state_assembly FROM table_18052353_4 WHERE year = "2008"
6,218
<question>: What's the series number of the episode with production code 329? <context>: CREATE TABLE table_18055005_1 (no_in_series VARCHAR, prod_code VARCHAR)
SELECT no_in_series FROM table_18055005_1 WHERE prod_code = "329"
6,219
<question>: What's the series number of the episode originally viewed by 4.1 million people and written by Douglas Lieblein? <context>: CREATE TABLE table_18055005_1 (no_in_series VARCHAR, viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT no_in_series FROM table_18055005_1 WHERE viewers__millions_ = "4.1" AND written_by = "Douglas Lieblein"
6,220
<question>: What year was the winners vote 55.99%? <context>: CREATE TABLE table_18106841_1 (year INTEGER, winners__percentage_votes VARCHAR)
SELECT MIN(year) FROM table_18106841_1 WHERE winners__percentage_votes = "55.99%"
6,221
<question>: When the winners votes were 50.54% who were the members of parliment? <context>: CREATE TABLE table_18106841_1 (members_of_parliament VARCHAR, winners__percentage_votes VARCHAR)
SELECT members_of_parliament FROM table_18106841_1 WHERE winners__percentage_votes = "50.54%"
6,222
<question>: How many millions of U.S. viewers watched the episode directed by Allison Liddi-Brown? <context>: CREATE TABLE table_18102421_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT us_viewers__millions_ FROM table_18102421_2 WHERE directed_by = "Allison Liddi-Brown"
6,223
<question>: What was the title of the episode that had 13.82 million U.S. viewers? <context>: CREATE TABLE table_18102421_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_18102421_2 WHERE us_viewers__millions_ = "13.82"
6,224
<question>: What was the club that won 10 top division titles? <context>: CREATE TABLE table_18143210_2 (club VARCHAR, top_division_titles VARCHAR)
SELECT club FROM table_18143210_2 WHERE top_division_titles = 10
6,225
<question>: When did the club UNAM played the first season in top division? <context>: CREATE TABLE table_18143210_2 (first_season_in_top_division VARCHAR, club VARCHAR)
SELECT first_season_in_top_division FROM table_18143210_2 WHERE club = "UNAM"
6,226
<question>: When was the 'first season of current spell in top division' if the first season in top division is in 1964-65? <context>: CREATE TABLE table_18143210_2 (first_season_of_current_spell_in_top_division VARCHAR, first_season_in_top_division VARCHAR)
SELECT first_season_of_current_spell_in_top_division FROM table_18143210_2 WHERE first_season_in_top_division = "1964-65"
6,227
<question>: How many top division titles were won during the 'first season of current spell in top division' in 1979-80? <context>: CREATE TABLE table_18143210_2 (top_division_titles VARCHAR, first_season_of_current_spell_in_top_division VARCHAR)
SELECT top_division_titles FROM table_18143210_2 WHERE first_season_of_current_spell_in_top_division = "1979-80"
6,228
<question>: How many 'number of seasons in top division' were played if the 'first season in top division' games is in 1990-91? <context>: CREATE TABLE table_18143210_2 (number_of_seasons_in_top_division INTEGER, first_season_in_top_division VARCHAR)
SELECT MAX(number_of_seasons_in_top_division) FROM table_18143210_2 WHERE first_season_in_top_division = "1990-91"
6,229
<question>: How many 'number of season in Liga MX' were played if the 'first season of current spell in top division' is in 1962-63? <context>: CREATE TABLE table_18143210_2 (number_of_seasons_in_liga_mx VARCHAR, first_season_of_current_spell_in_top_division VARCHAR)
SELECT number_of_seasons_in_liga_mx FROM table_18143210_2 WHERE first_season_of_current_spell_in_top_division = "1962-63"
6,230
<question>: which chapter was Transmitted on wednesday if the episode of "363 the hangover part ii" was transmitted on monday? <context>: CREATE TABLE table_18173916_8 (wednesday VARCHAR, monday VARCHAR)
SELECT wednesday FROM table_18173916_8 WHERE monday = "363 The Hangover Part II"
6,231
<question>: which episode was Transmitted on wednesday if the episode of "438 magic: the gathering mini masters tournament" was transmitted on thursday? <context>: CREATE TABLE table_18173916_8 (wednesday VARCHAR, thursday VARCHAR)
SELECT wednesday FROM table_18173916_8 WHERE thursday = "438 Magic: The Gathering Mini Masters Tournament"
6,232
<question>: which episode was Transmitted on friday if the episode of "414 insanely twisted shadow planet" was transmitted on tuesday? <context>: CREATE TABLE table_18173916_8 (friday VARCHAR, tuesday VARCHAR)
SELECT friday FROM table_18173916_8 WHERE tuesday = "414 Insanely Twisted Shadow Planet"
6,233
<question>: which episode was Transmitted on friday if the episode of "515 the adventures of tintin" was transmitted on monday? <context>: CREATE TABLE table_18173916_8 (friday VARCHAR, monday VARCHAR)
SELECT friday FROM table_18173916_8 WHERE monday = "515 The Adventures of Tintin"
6,234
<question>: which episode was Transmitted on wednesday if the episode of "319 sucker punch" was transmitted on tuesday? <context>: CREATE TABLE table_18173916_8 (wednesday VARCHAR, tuesday VARCHAR)
SELECT COUNT(wednesday) FROM table_18173916_8 WHERE tuesday = "319 Sucker Punch"
6,235
<question>: which episode was Transmitted on wednesday if the episode of "307 vs." was transmitted on friday? <context>: CREATE TABLE table_18173916_8 (wednesday VARCHAR, friday VARCHAR)
SELECT wednesday FROM table_18173916_8 WHERE friday = "307 VS."
6,236
<question>: Name the scoring average for best finsih being t35 <context>: CREATE TABLE table_18198579_6 (scoring_average VARCHAR, best_finish VARCHAR)
SELECT scoring_average FROM table_18198579_6 WHERE best_finish = "T35"
6,237
<question>: Name the number of top 10s for scoring rank of 9 <context>: CREATE TABLE table_18198579_6 (top_10s VARCHAR, scoring_rank VARCHAR)
SELECT COUNT(top_10s) FROM table_18198579_6 WHERE scoring_rank = "9"
6,238
<question>: How many are the total winners if 7 won the Men's Open? <context>: CREATE TABLE table_182298_5 (total VARCHAR, mens_open VARCHAR)
SELECT total FROM table_182298_5 WHERE mens_open = 7
6,239
<question>: How many won the Men's Open if the players are from Sweden? <context>: CREATE TABLE table_182298_5 (mens_open VARCHAR, country VARCHAR)
SELECT COUNT(mens_open) FROM table_182298_5 WHERE country = "Sweden"
6,240
<question>: How many are the total winners from South Korea? <context>: CREATE TABLE table_182298_5 (total VARCHAR, country VARCHAR)
SELECT total FROM table_182298_5 WHERE country = "South Korea"
6,241
<question>: When shaun maloney is the player what is the lowest p? <context>: CREATE TABLE table_18254488_2 (p INTEGER, player VARCHAR)
SELECT MIN(p) FROM table_18254488_2 WHERE player = "Shaun Maloney"
6,242
<question>: What is the highest amount of uefa champion leagues? <context>: CREATE TABLE table_18254488_2 (uefa_champions_league INTEGER)
SELECT MAX(uefa_champions_league) FROM table_18254488_2
6,243
<question>: When koki mizuno is the player what is the lowest league cup? <context>: CREATE TABLE table_18254488_2 (league_cup INTEGER, player VARCHAR)
SELECT MIN(league_cup) FROM table_18254488_2 WHERE player = "Koki Mizuno"
6,244
<question>: When koki mizuno is the player how man positions are there? <context>: CREATE TABLE table_18254488_2 (position VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_18254488_2 WHERE player = "Koki Mizuno"
6,245
<question>: How many episodes by different writers were seen by 3.24 million people in the US? <context>: CREATE TABLE table_18268826_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(written_by) FROM table_18268826_1 WHERE us_viewers__million_ = "3.24"
6,246
<question>: What's the season number of the episode viewed by 3.19 million people in the US? <context>: CREATE TABLE table_18268826_1 (no_in_season INTEGER, us_viewers__million_ VARCHAR)
SELECT MAX(no_in_season) FROM table_18268826_1 WHERE us_viewers__million_ = "3.19"
6,247
<question>: Who's the writer of the episode seen by 3.25 million people in the US? <context>: CREATE TABLE table_18268826_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_18268826_1 WHERE us_viewers__million_ = "3.25"
6,248
<question>: Who directed the episode seen by 3.93 million people in the US? <context>: CREATE TABLE table_18268826_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_18268826_1 WHERE us_viewers__million_ = "3.93"
6,249
<question>: How much do the tickets cost for August 7, 1987? <context>: CREATE TABLE table_18277458_2 (ticket_price_s_ VARCHAR, date_s_ VARCHAR)
SELECT ticket_price_s_ FROM table_18277458_2 WHERE date_s_ = "August 7, 1987"
6,250
<question>: How many tickets are sold for the Carver-Hawkeye Arena? <context>: CREATE TABLE table_18277458_2 (ticket_sold___available VARCHAR, venue VARCHAR)
SELECT ticket_sold___available FROM table_18277458_2 WHERE venue = "Carver-Hawkeye Arena"
6,251
<question>: When 1462/63 was the elected what was the no.? <context>: CREATE TABLE table_1827690_4 (no VARCHAR, elected VARCHAR)
SELECT no FROM table_1827690_4 WHERE elected = "1462/63"
6,252
<question>: When 1472 was the elected when was the assembled? <context>: CREATE TABLE table_1827690_4 (assembled VARCHAR, elected VARCHAR)
SELECT assembled FROM table_1827690_4 WHERE elected = "1472"
6,253
<question>: How many different combinations of scores by individual judges were given to the contestant competing against Mukul Dev? <context>: CREATE TABLE table_18278508_6 (scores_by_each_individual_judge VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
SELECT COUNT(scores_by_each_individual_judge) FROM table_18278508_6 WHERE co_contestant__yaar_vs_pyaar_ = "Mukul Dev"
6,254
<question>: What was Kashmira Shah's position on August 14? <context>: CREATE TABLE table_18278508_6 (position VARCHAR, main_contestant VARCHAR, date_performed VARCHAR)
SELECT position FROM table_18278508_6 WHERE main_contestant = "Kashmira Shah" AND date_performed = "August 14"
6,255
<question>: What was the total score / week of the contestant who placed in the bottom 2 on august 14? <context>: CREATE TABLE table_18278508_6 (total_score_week VARCHAR, date_performed VARCHAR, position VARCHAR)
SELECT total_score_week FROM table_18278508_6 WHERE date_performed = "August 14" AND position = "Bottom 2"
6,256
<question>: What were the scores by the individual judges for Karanvir Bohra on August 13? <context>: CREATE TABLE table_18278508_6 (scores_by_each_individual_judge VARCHAR, main_contestant VARCHAR, date_performed VARCHAR)
SELECT scores_by_each_individual_judge FROM table_18278508_6 WHERE main_contestant = "Karanvir Bohra" AND date_performed = "August 13"
6,257
<question>: Name the total number of main contestants for safe position for tina parekh <context>: CREATE TABLE table_18278508_4 (main_contestant VARCHAR, position VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
SELECT COUNT(main_contestant) FROM table_18278508_4 WHERE position = "Safe" AND co_contestant__yaar_vs_pyaar_ = "Tina Parekh"
6,258
<question>: Name the status for karanvir bohra and date performed being july 30 <context>: CREATE TABLE table_18278508_4 (status VARCHAR, main_contestant VARCHAR, date_performed VARCHAR)
SELECT status FROM table_18278508_4 WHERE main_contestant = "Karanvir Bohra" AND date_performed = "July 30"
6,259
<question>: What is the province where the age of the contestant is 27? <context>: CREATE TABLE table_18349697_1 (province VARCHAR, _community VARCHAR, age VARCHAR)
SELECT province, _community FROM table_18349697_1 WHERE age = 27
6,260
<question>: When joan tewkesbury is the director what is the number in seasons? <context>: CREATE TABLE table_18367694_3 (no_in_season VARCHAR, directed_by VARCHAR)
SELECT no_in_season FROM table_18367694_3 WHERE directed_by = "Joan Tewkesbury"
6,261
<question>: How many series did John Banas direct? <context>: CREATE TABLE table_18428024_3 (no_in_series VARCHAR, directed_by VARCHAR)
SELECT no_in_series FROM table_18428024_3 WHERE directed_by = "John Banas"
6,262
<question>: What is the original air date in series 360? <context>: CREATE TABLE table_18428024_3 (original_air_date VARCHAR, no_in_series VARCHAR)
SELECT COUNT(original_air_date) FROM table_18428024_3 WHERE no_in_series = 360
6,263
<question>: Who is the coach of the team in Leicester? <context>: CREATE TABLE table_18461635_1 (coach VARCHAR, location VARCHAR)
SELECT coach FROM table_18461635_1 WHERE location = "Leicester"
6,264
<question>: What is the name of the team from Derbyshire county? <context>: CREATE TABLE table_18461635_1 (team VARCHAR, county VARCHAR)
SELECT team FROM table_18461635_1 WHERE county = "Derbyshire"
6,265
<question>: Who is the captain of the Gloucestershire Gladiators? <context>: CREATE TABLE table_18461635_1 (captain VARCHAR, team VARCHAR)
SELECT captain FROM table_18461635_1 WHERE team = "Gloucestershire Gladiators"
6,266
<question>: Who is the captain of the team in Southampton? <context>: CREATE TABLE table_18461635_1 (captain VARCHAR, location VARCHAR)
SELECT captain FROM table_18461635_1 WHERE location = "Southampton"
6,267
<question>: Where is the team in Sussex county located? <context>: CREATE TABLE table_18461635_1 (location VARCHAR, county VARCHAR)
SELECT location FROM table_18461635_1 WHERE county = "Sussex"
6,268
<question>: Who is the captain of the team in Essex county? <context>: CREATE TABLE table_18461635_1 (captain VARCHAR, county VARCHAR)
SELECT captain FROM table_18461635_1 WHERE county = "Essex"
6,269
<question>: there are in tobago species name helicops angulatus <context>: CREATE TABLE table_1850282_5 (tobago VARCHAR, species VARCHAR)
SELECT tobago FROM table_1850282_5 WHERE species = "Helicops angulatus"
6,270
<question>: are in tobago species liophis cobellus cobellus? <context>: CREATE TABLE table_1850282_5 (tobago VARCHAR, species VARCHAR)
SELECT tobago FROM table_1850282_5 WHERE species = "Liophis cobellus cobellus"
6,271
<question>: Name the most ending with <context>: CREATE TABLE table_1852650_1 (ending_with INTEGER)
SELECT MAX(ending_with) FROM table_1852650_1
6,272
<question>: Name the most ending with for peyalvar <context>: CREATE TABLE table_1852650_1 (ending_with INTEGER, sung_by VARCHAR)
SELECT MAX(ending_with) FROM table_1852650_1 WHERE sung_by = "Peyalvar"
6,273
<question>: Name the starting from thiruvezhukkurrirukkai <context>: CREATE TABLE table_1852650_1 (starting_from INTEGER, name_of_the_prabandham VARCHAR)
SELECT MIN(starting_from) FROM table_1852650_1 WHERE name_of_the_prabandham = "Thiruvezhukkurrirukkai"
6,274
<question>: Name the starting from amalanadhi piran <context>: CREATE TABLE table_1852650_1 (starting_from VARCHAR, name_of_the_prabandham VARCHAR)
SELECT starting_from FROM table_1852650_1 WHERE name_of_the_prabandham = "Amalanadhi piran"
6,275
<question>: Why did the change happened in Massachusetts (2)? <context>: CREATE TABLE table_18563954_3 (reason_for_change VARCHAR, state__class_ VARCHAR)
SELECT reason_for_change FROM table_18563954_3 WHERE state__class_ = "Massachusetts (2)"
6,276
<question>: How many different reasons are there for the change in Connecticut (3)? <context>: CREATE TABLE table_18563954_3 (reason_for_change VARCHAR, state__class_ VARCHAR)
SELECT COUNT(reason_for_change) FROM table_18563954_3 WHERE state__class_ = "Connecticut (3)"
6,277
<question>: When the ability to compromise is 13, what is background? <context>: CREATE TABLE table_1855342_5 (background INTEGER, ability_to_compromise VARCHAR)
SELECT MAX(background) FROM table_1855342_5 WHERE ability_to_compromise = 13
6,278
<question>: When the seq is 41, what is the ability to compromise? <context>: CREATE TABLE table_1855342_5 (ability_to_compromise INTEGER, seq VARCHAR)
SELECT MAX(ability_to_compromise) FROM table_1855342_5 WHERE seq = "41"
6,279
<question>: When the ability is 32, what is the leadership ability? <context>: CREATE TABLE table_1855342_5 (leadership_ability INTEGER, overall_ability VARCHAR)
SELECT MAX(leadership_ability) FROM table_1855342_5 WHERE overall_ability = 32
6,280
<question>: When 25 are willing to take risks, what is the experts view? <context>: CREATE TABLE table_1855342_5 (experts_view INTEGER, willing_to_take_risks VARCHAR)
SELECT MIN(experts_view) FROM table_1855342_5 WHERE willing_to_take_risks = 25
6,281
<question>: Name who directed the episode that was viewed by 4.22 million <context>: CREATE TABLE table_18569389_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_18569389_1 WHERE us_viewers__million_ = "4.22"
6,282
<question>: Name the title for production code 2t6908 <context>: CREATE TABLE table_18569389_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_18569389_1 WHERE production_code = "2T6908"
6,283
<question>: Name the total number for number in series that got 3.62 viewers <context>: CREATE TABLE table_18569389_1 (no_in_series VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(no_in_series) FROM table_18569389_1 WHERE us_viewers__million_ = "3.62"
6,284
<question>: Name the air date that chris long directed <context>: CREATE TABLE table_18569389_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_18569389_1 WHERE directed_by = "Chris Long"
6,285
<question>: Name the number of production code for 5.08 <context>: CREATE TABLE table_18569389_1 (production_code VARCHAR, us_viewers__million_ VARCHAR)
SELECT COUNT(production_code) FROM table_18569389_1 WHERE us_viewers__million_ = "5.08"
6,286
<question>: When 17.07 is the loa (metres) what is the type of yacht? <context>: CREATE TABLE table_1858574_2 (yacht VARCHAR, loa__metres_ VARCHAR)
SELECT yacht AS Type FROM table_1858574_2 WHERE loa__metres_ = "17.07"
6,287
<question>: When 3 is the position what is the sail number? <context>: CREATE TABLE table_1858574_2 (sail_number VARCHAR, position VARCHAR)
SELECT sail_number FROM table_1858574_2 WHERE position = 3
6,288
<question>: When aspect computing is the yacht what is the sail number? <context>: CREATE TABLE table_1858574_2 (sail_number VARCHAR, yacht VARCHAR)
SELECT sail_number FROM table_1858574_2 WHERE yacht = "Aspect Computing"
6,289
<question>: When 6606 is the sail number what is the type of yacht? <context>: CREATE TABLE table_1858574_2 (yacht VARCHAR, sail_number VARCHAR)
SELECT yacht AS Type FROM table_1858574_2 WHERE sail_number = "6606"
6,290
<question>: When 5 is the position what is the state or country? <context>: CREATE TABLE table_1858574_2 (state_country VARCHAR, position VARCHAR)
SELECT state_country FROM table_1858574_2 WHERE position = 5
6,291
<question>: Name the least ansi code for 609 population 2010 <context>: CREATE TABLE table_18600760_1 (ansi_code INTEGER, pop__2010_ VARCHAR)
SELECT MIN(ansi_code) FROM table_18600760_1 WHERE pop__2010_ = 609
6,292
<question>: Name the ansi code fore ashtabula <context>: CREATE TABLE table_18600760_1 (ansi_code INTEGER, township VARCHAR)
SELECT MIN(ansi_code) FROM table_18600760_1 WHERE township = "Ashtabula"
6,293
<question>: Name the land for ada <context>: CREATE TABLE table_18600760_1 (land___sqmi__ VARCHAR, township VARCHAR)
SELECT COUNT(land___sqmi__) FROM table_18600760_1 WHERE township = "Ada"
6,294
<question>: What was the position of the Atl. Colegiales team? <context>: CREATE TABLE table_18597302_1 (position INTEGER, team VARCHAR)
SELECT MAX(position) FROM table_18597302_1 WHERE team = "Atl. Colegiales"
6,295
<question>: What was the position where the team scored 9 points? <context>: CREATE TABLE table_18597302_1 (position VARCHAR, points VARCHAR)
SELECT COUNT(position) FROM table_18597302_1 WHERE points = 9
6,296
<question>: How many player eliminated an opponent within the time frame of 32:32? <context>: CREATE TABLE table_18598175_2 (eliminated_by VARCHAR, time VARCHAR)
SELECT COUNT(eliminated_by) FROM table_18598175_2 WHERE time = "32:32"
6,297
<question>: What was the styled used to defeat the opponent within the time frame of 32:32? <context>: CREATE TABLE table_18598175_2 (method_of_elimination VARCHAR, time VARCHAR)
SELECT method_of_elimination FROM table_18598175_2 WHERE time = "32:32"
6,298
<question>: Who won the match when the winner used the Pedigree attack? <context>: CREATE TABLE table_18598175_2 (eliminated_by VARCHAR, method_of_elimination VARCHAR)
SELECT eliminated_by FROM table_18598175_2 WHERE method_of_elimination = "Pedigree"
6,299
<question>: What was the elimination number of the fighter who fought within 27:27? <context>: CREATE TABLE table_18598175_2 (elimination_number INTEGER, time VARCHAR)
SELECT MIN(elimination_number) FROM table_18598175_2 WHERE time = "27:27"