Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
14,400
<question>: What is the young rider classification for jesper worre and stage 3 <context>: CREATE TABLE table_name_66 (young_rider_classification VARCHAR, mountains_classification VARCHAR, stage VARCHAR)
SELECT young_rider_classification FROM table_name_66 WHERE mountains_classification = "jesper worre" AND stage = "3"
14,401
<question>: What college did the player with a school of crete-monee high school go to? <context>: CREATE TABLE table_name_83 (college VARCHAR, school VARCHAR)
SELECT college FROM table_name_83 WHERE school = "crete-monee high school"
14,402
<question>: What's the school of the player with a hometown of little rock, arkansas? <context>: CREATE TABLE table_name_94 (school VARCHAR, hometown VARCHAR)
SELECT school FROM table_name_94 WHERE hometown = "little rock, arkansas"
14,403
<question>: What's the hometown of thomas tyner? <context>: CREATE TABLE table_name_80 (hometown VARCHAR, player VARCHAR)
SELECT hometown FROM table_name_80 WHERE player = "thomas tyner"
14,404
<question>: What college did hunter henry go to? <context>: CREATE TABLE table_name_30 (college VARCHAR, player VARCHAR)
SELECT college FROM table_name_30 WHERE player = "hunter henry"
14,405
<question>: What college did the player with a school of huntsville high school go to? <context>: CREATE TABLE table_name_42 (college VARCHAR, school VARCHAR)
SELECT college FROM table_name_42 WHERE school = "huntsville high school"
14,406
<question>: Who went to ohio state? <context>: CREATE TABLE table_name_53 (player VARCHAR, college VARCHAR)
SELECT player FROM table_name_53 WHERE college = "ohio state"
14,407
<question>: What date was introduced where it was withdrawn 1955? <context>: CREATE TABLE table_name_31 (introduced VARCHAR, withdrawn VARCHAR)
SELECT introduced FROM table_name_31 WHERE withdrawn = "1955"
14,408
<question>: What engine was introduced in 1935? <context>: CREATE TABLE table_name_66 (engine VARCHAR, introduced VARCHAR)
SELECT engine FROM table_name_66 WHERE introduced = "1935"
14,409
<question>: What is the number range for the Gloucester RCW builder introduced in 1937? <context>: CREATE TABLE table_name_84 (number_range VARCHAR, builder VARCHAR, introduced VARCHAR)
SELECT number_range FROM table_name_84 WHERE builder = "gloucester rcw" AND introduced = "1937"
14,410
<question>: What round was Craig Erickson drafted? <context>: CREATE TABLE table_name_58 (round VARCHAR, player VARCHAR)
SELECT round FROM table_name_58 WHERE player = "craig erickson"
14,411
<question>: What is the Date with a Score with 86–108? <context>: CREATE TABLE table_name_7 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_7 WHERE score = "86–108"
14,412
<question>: What is the Record with a Date with 24 march 2008? <context>: CREATE TABLE table_name_47 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_47 WHERE date = "24 march 2008"
14,413
<question>: What is the Record with a Date with 29 march 2008? <context>: CREATE TABLE table_name_27 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_27 WHERE date = "29 march 2008"
14,414
<question>: What is the Visitor with a Leading scorer with rudy gay (24)? <context>: CREATE TABLE table_name_28 (visitor VARCHAR, leading_scorer VARCHAR)
SELECT visitor FROM table_name_28 WHERE leading_scorer = "rudy gay (24)"
14,415
<question>: What is the Leading scorer with a Visitor of grizzlies, and with a Score with 114–111? <context>: CREATE TABLE table_name_65 (leading_scorer VARCHAR, visitor VARCHAR, score VARCHAR)
SELECT leading_scorer FROM table_name_65 WHERE visitor = "grizzlies" AND score = "114–111"
14,416
<question>: What team does Joe Deane play for? <context>: CREATE TABLE table_name_20 (team VARCHAR, player VARCHAR)
SELECT team FROM table_name_20 WHERE player = "joe deane"
14,417
<question>: What is the name of the game whose team is Waterford and debuted later than 1995? <context>: CREATE TABLE table_name_60 (game VARCHAR, team VARCHAR, début VARCHAR)
SELECT game FROM table_name_60 WHERE team = "waterford" AND début > 1995
14,418
<question>: What is the year of debut when Tom Feeney plays for the Waterford team? <context>: CREATE TABLE table_name_9 (début VARCHAR, team VARCHAR, player VARCHAR)
SELECT début FROM table_name_9 WHERE team = "waterford" AND player = "tom feeney"
14,419
<question>: Who is the opponent when the team is Cork? <context>: CREATE TABLE table_name_32 (opposition VARCHAR, team VARCHAR)
SELECT opposition FROM table_name_32 WHERE team = "cork"
14,420
<question>: who is the constructor when the grid is more than 10 and the time/retired is +1 lap? <context>: CREATE TABLE table_name_59 (constructor VARCHAR, grid VARCHAR, time_retired VARCHAR)
SELECT constructor FROM table_name_59 WHERE grid > 10 AND time_retired = "+1 lap"
14,421
<question>: what is the highest grid when the laps is less than 44 and the constructor is renault? <context>: CREATE TABLE table_name_10 (grid INTEGER, laps VARCHAR, constructor VARCHAR)
SELECT MAX(grid) FROM table_name_10 WHERE laps < 44 AND constructor = "renault"
14,422
<question>: Whose attendance was the highest when the team played Arsenal? <context>: CREATE TABLE table_name_95 (attendance INTEGER, opponent VARCHAR)
SELECT MAX(attendance) FROM table_name_95 WHERE opponent = "arsenal"
14,423
<question>: What is the flag for Terkoeli? <context>: CREATE TABLE table_name_52 (flag VARCHAR, name VARCHAR)
SELECT flag FROM table_name_52 WHERE name = "terkoeli"
14,424
<question>: What is the date for the flag of Norway? <context>: CREATE TABLE table_name_73 (date VARCHAR, flag VARCHAR)
SELECT date FROM table_name_73 WHERE flag = "norway"
14,425
<question>: Who sunk the ship with the flag of Norway? <context>: CREATE TABLE table_name_67 (sunk_by VARCHAR, flag VARCHAR)
SELECT sunk_by FROM table_name_67 WHERE flag = "norway"
14,426
<question>: What is the name of the entrant with a chassis of m185b m186? <context>: CREATE TABLE table_name_65 (entrant VARCHAR, chassis VARCHAR)
SELECT entrant FROM table_name_65 WHERE chassis = "m185b m186"
14,427
<question>: How many rounds have a chassis of thl2? <context>: CREATE TABLE table_name_87 (rounds VARCHAR, chassis VARCHAR)
SELECT rounds FROM table_name_87 WHERE chassis = "thl2"
14,428
<question>: Tell me the 1958 when 1957 is dnf-9 <context>: CREATE TABLE table_name_24 (Id VARCHAR)
SELECT 1958 FROM table_name_24 WHERE 1957 = "dnf-9"
14,429
<question>: what is the reference when the strain is msb8? <context>: CREATE TABLE table_name_38 (reference VARCHAR, strain VARCHAR)
SELECT reference FROM table_name_38 WHERE strain = "msb8"
14,430
<question>: what is the average genes when the reference is 2009 and the strain is rku-1? <context>: CREATE TABLE table_name_84 (genes INTEGER, reference VARCHAR, strain VARCHAR)
SELECT AVG(genes) FROM table_name_84 WHERE reference = "2009" AND strain = "rku-1"
14,431
<question>: In which year did Kati Klinzing finish 3rd? <context>: CREATE TABLE table_name_24 (year VARCHAR, third VARCHAR)
SELECT year FROM table_name_24 WHERE third = "kati klinzing"
14,432
<question>: Who was the winner the year Ramona Rahnis finished 2nd and Diana Sartor 3rd? <context>: CREATE TABLE table_name_74 (champion VARCHAR, second VARCHAR, third VARCHAR)
SELECT champion FROM table_name_74 WHERE second = "ramona rahnis" AND third = "diana sartor"
14,433
<question>: In Winterberg, who was 3rd the year that Monique Riekewald was 2nd? <context>: CREATE TABLE table_name_83 (third VARCHAR, location VARCHAR, second VARCHAR)
SELECT third FROM table_name_83 WHERE location = "winterberg" AND second = "monique riekewald"
14,434
<question>: In years after 1999, what was the location where Anja Huber finished 2nd? <context>: CREATE TABLE table_name_14 (location VARCHAR, year VARCHAR, second VARCHAR)
SELECT location FROM table_name_14 WHERE year > 1999 AND second = "anja huber"
14,435
<question>: How many goals were scored with a pos larger than 4 and active in 2001-? <context>: CREATE TABLE table_name_50 (goals_scored VARCHAR, pos VARCHAR, years_active VARCHAR)
SELECT goals_scored FROM table_name_50 WHERE pos > 4 AND years_active = "2001-"
14,436
<question>: What day did they play the bolton wanderers with a result F–A of 1–2? <context>: CREATE TABLE table_name_78 (date VARCHAR, result_f_a VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_78 WHERE result_f_a = "1–2" AND opponent = "bolton wanderers"
14,437
<question>: What was the away teams score at Princes Park? <context>: CREATE TABLE table_name_37 (away_team VARCHAR, venue VARCHAR)
SELECT away_team AS score FROM table_name_37 WHERE venue = "princes park"
14,438
<question>: Which home team played Hawthorn as the away team? <context>: CREATE TABLE table_name_44 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_44 WHERE away_team = "hawthorn"
14,439
<question>: When did Geelong play as the home team? <context>: CREATE TABLE table_name_89 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_89 WHERE home_team = "geelong"
14,440
<question>: Who played as the away team when Essendon was the home team? <context>: CREATE TABLE table_name_85 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_85 WHERE home_team = "essendon"
14,441
<question>: What is the attendance when oadby town is away? <context>: CREATE TABLE table_name_37 (attendance VARCHAR, away_team VARCHAR)
SELECT attendance FROM table_name_37 WHERE away_team = "oadby town"
14,442
<question>: What is the score when parkgate is at home? <context>: CREATE TABLE table_name_38 (score VARCHAR, home_team VARCHAR)
SELECT score FROM table_name_38 WHERE home_team = "parkgate"
14,443
<question>: What was the score against the devil rays on september 14? <context>: CREATE TABLE table_name_89 (score VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT score FROM table_name_89 WHERE opponent = "devil rays" AND date = "september 14"
14,444
<question>: What is the score on september 20? <context>: CREATE TABLE table_name_6 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_6 WHERE date = "september 20"
14,445
<question>: Who had the highest number of rebounds on February 14? <context>: CREATE TABLE table_name_42 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_name_42 WHERE date = "february 14"
14,446
<question>: Where was the game played where North Melbourne was the away team? <context>: CREATE TABLE table_name_40 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_40 WHERE away_team = "north melbourne"
14,447
<question>: What is the week 12 result? <context>: CREATE TABLE table_name_17 (result VARCHAR, week VARCHAR)
SELECT result FROM table_name_17 WHERE week = 12
14,448
<question>: What college did the player from Fort Lauderdale, FL attend? <context>: CREATE TABLE table_name_79 (college VARCHAR, hometown VARCHAR)
SELECT college FROM table_name_79 WHERE hometown = "fort lauderdale, fl"
14,449
<question>: What is the hometown of the player who attended Ohio State? <context>: CREATE TABLE table_name_35 (hometown VARCHAR, college VARCHAR)
SELECT hometown FROM table_name_35 WHERE college = "ohio state"
14,450
<question>: What is the height of the player from Elizabeth, NJ? <context>: CREATE TABLE table_name_36 (height VARCHAR, hometown VARCHAR)
SELECT height FROM table_name_36 WHERE hometown = "elizabeth, nj"
14,451
<question>: What college did the player from Ames High School attend? <context>: CREATE TABLE table_name_56 (college VARCHAR, school VARCHAR)
SELECT college FROM table_name_56 WHERE school = "ames high school"
14,452
<question>: Name the frequency mhz for fcc and ERP W of 9 watts <context>: CREATE TABLE table_name_7 (frequency_mhz VARCHAR, fcc_info VARCHAR, erp_w VARCHAR)
SELECT frequency_mhz FROM table_name_7 WHERE fcc_info = "fcc" AND erp_w = "9 watts"
14,453
<question>: Name the frequency mhz for ERP W of 850 watts <context>: CREATE TABLE table_name_44 (frequency_mhz VARCHAR, erp_w VARCHAR)
SELECT frequency_mhz FROM table_name_44 WHERE erp_w = "850 watts"
14,454
<question>: Name the FCC info for call sign of kpcc <context>: CREATE TABLE table_name_67 (fcc_info VARCHAR, call_sign VARCHAR)
SELECT fcc_info FROM table_name_67 WHERE call_sign = "kpcc"
14,455
<question>: Name the FCC info for frequency Mhz of 95.3 fm <context>: CREATE TABLE table_name_34 (fcc_info VARCHAR, frequency_mhz VARCHAR)
SELECT fcc_info FROM table_name_34 WHERE frequency_mhz = "95.3 fm"
14,456
<question>: Name the city of license for call sign of kcmp <context>: CREATE TABLE table_name_95 (city_of_license VARCHAR, call_sign VARCHAR)
SELECT city_of_license FROM table_name_95 WHERE call_sign = "kcmp"
14,457
<question>: Tell me the most Att with a long of 27 with yards longer than 27 <context>: CREATE TABLE table_name_24 (att INTEGER, long VARCHAR, yards VARCHAR)
SELECT MAX(att) FROM table_name_24 WHERE long = 27 AND yards > 27
14,458
<question>: I want to know the average Fuml for Att of 5 and long more than 7 <context>: CREATE TABLE table_name_13 (fuml INTEGER, att VARCHAR, long VARCHAR)
SELECT AVG(fuml) FROM table_name_13 WHERE att = 5 AND long > 7
14,459
<question>: I want to know the longest Long for santana moss and Att more than 1 <context>: CREATE TABLE table_name_5 (long INTEGER, player VARCHAR, att VARCHAR)
SELECT MIN(long) FROM table_name_5 WHERE player = "santana moss" AND att > 1
14,460
<question>: Tell me the greatest att with an avg of 4.3 <context>: CREATE TABLE table_name_91 (att INTEGER, avg VARCHAR)
SELECT MAX(att) FROM table_name_91 WHERE avg = 4.3
14,461
<question>: Tell me the sum of yards for jason campbell and long less than 23 <context>: CREATE TABLE table_name_29 (yards INTEGER, player VARCHAR, long VARCHAR)
SELECT SUM(yards) FROM table_name_29 WHERE player = "jason campbell" AND long < 23
14,462
<question>: Which driver scored 9 points? <context>: CREATE TABLE table_name_58 (driver VARCHAR, points VARCHAR)
SELECT driver FROM table_name_58 WHERE points = "9"
14,463
<question>: How many points were scored in 1:44:59.557 of time? <context>: CREATE TABLE table_name_64 (points VARCHAR, time_retired VARCHAR)
SELECT points FROM table_name_64 WHERE time_retired = "1:44:59.557"
14,464
<question>: What was the loss for June 2? <context>: CREATE TABLE table_name_79 (loss VARCHAR, date VARCHAR)
SELECT loss FROM table_name_79 WHERE date = "june 2"
14,465
<question>: What is the record for the game that has a loss of Johnson (5-6)? <context>: CREATE TABLE table_name_73 (record VARCHAR, loss VARCHAR)
SELECT record FROM table_name_73 WHERE loss = "johnson (5-6)"
14,466
<question>: What was the attendance for the game where the score was 0-6? <context>: CREATE TABLE table_name_8 (attendance VARCHAR, score VARCHAR)
SELECT attendance FROM table_name_8 WHERE score = "0-6"
14,467
<question>: How many people attended the game that ended 4-6? <context>: CREATE TABLE table_name_15 (attendance VARCHAR, score VARCHAR)
SELECT COUNT(attendance) FROM table_name_15 WHERE score = "4-6"
14,468
<question>: what is the sample size when the date(s) administered is march 24, 2010? <context>: CREATE TABLE table_name_4 (sample_size VARCHAR, date_s__administered VARCHAR)
SELECT sample_size FROM table_name_4 WHERE date_s__administered = "march 24, 2010"
14,469
<question>: what is the margin of error when the undicided is 8% and other is 4%? <context>: CREATE TABLE table_name_77 (margin_of_error VARCHAR, undecided VARCHAR, other VARCHAR)
SELECT margin_of_error FROM table_name_77 WHERE undecided = "8%" AND other = "4%"
14,470
<question>: what is the percent for other when the margin of error is ± 3%? <context>: CREATE TABLE table_name_35 (other VARCHAR, margin_of_error VARCHAR)
SELECT other FROM table_name_35 WHERE margin_of_error = "± 3%"
14,471
<question>: Of all shows who have a rating larger than 7.8, aired on October 26, 2006, and has a share of over 14, what is the sum of the viewers? <context>: CREATE TABLE table_name_91 (viewers INTEGER, share VARCHAR, rating VARCHAR, airdate VARCHAR)
SELECT SUM(viewers) FROM table_name_91 WHERE rating > 7.8 AND airdate = "october 26, 2006" AND share > 14
14,472
<question>: What is the latest year that has an n/a mintage and an Issue Price of $89.95? <context>: CREATE TABLE table_name_39 (year INTEGER, mintage VARCHAR, issue_price VARCHAR)
SELECT MAX(year) FROM table_name_39 WHERE mintage = "n/a" AND issue_price = "$89.95"
14,473
<question>: What mintage for the royal canadian mint engravers before 2008 that has an issue price of $102.95? <context>: CREATE TABLE table_name_98 (mintage VARCHAR, issue_price VARCHAR, artist VARCHAR, year VARCHAR)
SELECT mintage FROM table_name_98 WHERE artist = "royal canadian mint engravers" AND year < 2008 AND issue_price = "$102.95"
14,474
<question>: What theme is associated with a year before 2006 and Issue Price of $25.22? <context>: CREATE TABLE table_name_14 (theme VARCHAR, year VARCHAR, issue_price VARCHAR)
SELECT theme FROM table_name_14 WHERE year < 2006 AND issue_price = "$25.22"
14,475
<question>: What was the score in the final on 14 august 1994? <context>: CREATE TABLE table_name_36 (score_in_the_final VARCHAR, date VARCHAR)
SELECT score_in_the_final FROM table_name_36 WHERE date = "14 august 1994"
14,476
<question>: Which tournament had a final score of 6–7, 2–6, and a Partner of wayne arthurs? <context>: CREATE TABLE table_name_7 (tournament VARCHAR, score_in_the_final VARCHAR, partner VARCHAR)
SELECT tournament FROM table_name_7 WHERE score_in_the_final = "6–7, 2–6" AND partner = "wayne arthurs"
14,477
<question>: who was the opponent with round 17? <context>: CREATE TABLE table_name_64 (opponent VARCHAR, round VARCHAR)
SELECT opponent FROM table_name_64 WHERE round = "17"
14,478
<question>: what round saw wakefield trinity wildcats u21 as the opponenet at belle vue? <context>: CREATE TABLE table_name_19 (round VARCHAR, opponent VARCHAR, venue VARCHAR)
SELECT round FROM table_name_19 WHERE opponent = "wakefield trinity wildcats u21" AND venue = "belle vue"
14,479
<question>: what round happened at galpharm stadium? <context>: CREATE TABLE table_name_16 (round VARCHAR, venue VARCHAR)
SELECT round FROM table_name_16 WHERE venue = "galpharm stadium"
14,480
<question>: In the game where Melbourne was the away team, what did they score? <context>: CREATE TABLE table_name_67 (away_team VARCHAR)
SELECT away_team AS score FROM table_name_67 WHERE away_team = "melbourne"
14,481
<question>: In the venue Corio Oval, who was the away team? <context>: CREATE TABLE table_name_97 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_97 WHERE venue = "corio oval"
14,482
<question>: What was the biggest pick number for the new team of Texas Rangers, in the compensation-a round? <context>: CREATE TABLE table_name_55 (pick INTEGER, new_team VARCHAR, round VARCHAR)
SELECT MAX(pick) FROM table_name_55 WHERE new_team = "texas rangers" AND round = "compensation-a"
14,483
<question>: What was the pick number for the compensation-a round, for player Frank Catalanotto? <context>: CREATE TABLE table_name_93 (pick VARCHAR, round VARCHAR, player VARCHAR)
SELECT pick FROM table_name_93 WHERE round = "compensation-a" AND player = "frank catalanotto"
14,484
<question>: Which new team has a compensation-a round, and Frank Catalanotto as a player? <context>: CREATE TABLE table_name_27 (new_team VARCHAR, round VARCHAR, player VARCHAR)
SELECT new_team FROM table_name_27 WHERE round = "compensation-a" AND player = "frank catalanotto"
14,485
<question>: What was the free agent class, with a pick less than 38? <context>: CREATE TABLE table_name_22 (free_agent_class VARCHAR, pick INTEGER)
SELECT free_agent_class FROM table_name_22 WHERE pick < 38
14,486
<question>: What is the score of the away team when the home team is Footscray? <context>: CREATE TABLE table_name_95 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_95 WHERE home_team = "footscray"
14,487
<question>: What's listed as the Issue Price (BU) [Clarification Needed] with a Mintage (Proof) of 29,586? <context>: CREATE TABLE table_name_57 (issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR, mintage__proof_ VARCHAR)
SELECT issue_price__bu_[_clarification_needed_] FROM table_name_57 WHERE mintage__proof_ = "29,586"
14,488
<question>: Who is the Artist with an Issue Price (BU) [Clarification Needed] of n/a along with a Year larger than 2004, and Mintage (Proof) of 25,000? <context>: CREATE TABLE table_name_53 (artist VARCHAR, mintage__proof_ VARCHAR, year VARCHAR, issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR)
SELECT artist FROM table_name_53 WHERE issue_price__bu_[_clarification_needed_] = "n/a" AND year > 2004 AND mintage__proof_ = "25,000"
14,489
<question>: What's the average Year with an Issue Price (Proof) of $49.95, and Artist of W.H.J. Blakemore? <context>: CREATE TABLE table_name_19 (year INTEGER, issue_price__proof_ VARCHAR, artist VARCHAR)
SELECT AVG(year) FROM table_name_19 WHERE issue_price__proof_ = "$49.95" AND artist = "w.h.j. blakemore"
14,490
<question>: What's the Issue Price (BU) [Clarification Needed] with a Year larger than 2002 and Mintage (Proof) of 50,000? <context>: CREATE TABLE table_name_35 (issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR, year VARCHAR, mintage__proof_ VARCHAR)
SELECT issue_price__bu_[_clarification_needed_] FROM table_name_35 WHERE year > 2002 AND mintage__proof_ = "50,000"
14,491
<question>: Who was the winner when the runner-up was Chemnitzer FC II? <context>: CREATE TABLE table_name_86 (winners VARCHAR, runners_up VARCHAR)
SELECT winners FROM table_name_86 WHERE runners_up = "chemnitzer fc ii"
14,492
<question>: Name the preliminary average for utah <context>: CREATE TABLE table_name_34 (preliminary_average VARCHAR, state VARCHAR)
SELECT preliminary_average FROM table_name_34 WHERE state = "utah"
14,493
<question>: How many tournament titles for texas with over 0 total? <context>: CREATE TABLE table_name_89 (tournament VARCHAR, total VARCHAR, team VARCHAR)
SELECT COUNT(tournament) FROM table_name_89 WHERE total > 0 AND team = "texas"
14,494
<question>: How many tournament titles for iowa state with 3 total titles? <context>: CREATE TABLE table_name_90 (tournament INTEGER, total VARCHAR, team VARCHAR)
SELECT MAX(tournament) FROM table_name_90 WHERE total = 3 AND team = "iowa state"
14,495
<question>: what is the country when the bie recognised is no and years(s) is 2014? <context>: CREATE TABLE table_name_83 (country VARCHAR, bie_recognised VARCHAR, year_s_ VARCHAR)
SELECT country FROM table_name_83 WHERE bie_recognised = "no" AND year_s_ = "2014"
14,496
<question>: what is the type when the bie recognised is yes and year(s) is 1960? <context>: CREATE TABLE table_name_62 (type VARCHAR, bie_recognised VARCHAR, year_s_ VARCHAR)
SELECT type FROM table_name_62 WHERE bie_recognised = "yes" AND year_s_ = "1960"
14,497
<question>: what is the type when the bie recognised is yes, festival name is floriade and the year(s) is 2002? <context>: CREATE TABLE table_name_45 (type VARCHAR, year_s_ VARCHAR, bie_recognised VARCHAR, festival_name VARCHAR)
SELECT type FROM table_name_45 WHERE bie_recognised = "yes" AND festival_name = "floriade" AND year_s_ = "2002"
14,498
<question>: what is the year(s) when the city is kunming? <context>: CREATE TABLE table_name_59 (year_s_ VARCHAR, city VARCHAR)
SELECT year_s_ FROM table_name_59 WHERE city = "kunming"
14,499
<question>: what is the type when the year(s) is 1982? <context>: CREATE TABLE table_name_23 (type VARCHAR, year_s_ VARCHAR)
SELECT type FROM table_name_23 WHERE year_s_ = "1982"