Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
51,400
<question>: What is the Format of the French Frequency with a Call sign of CKRL-FM? <context>: CREATE TABLE table_name_56 (format VARCHAR, notes VARCHAR, call_sign VARCHAR)
SELECT format FROM table_name_56 WHERE notes = "french" AND call_sign = "ckrl-fm"
51,401
<question>: What is the Format of the Frequency owned by Laval University? <context>: CREATE TABLE table_name_96 (format VARCHAR, owner VARCHAR)
SELECT format FROM table_name_96 WHERE owner = "laval university"
51,402
<question>: What is the Notes of the Frequency with Format of talk radio? <context>: CREATE TABLE table_name_63 (notes VARCHAR, format VARCHAR)
SELECT notes FROM table_name_63 WHERE format = "talk radio"
51,403
<question>: What is the Notes of the Frequency with a Format of soft adult contemporary? <context>: CREATE TABLE table_name_46 (notes VARCHAR, format VARCHAR)
SELECT notes FROM table_name_46 WHERE format = "soft adult contemporary"
51,404
<question>: How many chart runs had a debut position of more than 7 when peak position was 11? <context>: CREATE TABLE table_name_18 (chart VARCHAR, debut_position VARCHAR, peak_position VARCHAR)
SELECT COUNT(chart) AS run FROM table_name_18 WHERE debut_position > 7 AND peak_position = 11
51,405
<question>: Which Spoofed title had Mort Drucker as the artist in issue 88? <context>: CREATE TABLE table_name_97 (spoofed_title VARCHAR, artist VARCHAR, issue VARCHAR)
SELECT spoofed_title FROM table_name_97 WHERE artist = "mort drucker" AND issue = 88
51,406
<question>: Who was the artist for Spoofed title Genteel Ben in an issue later than 74? <context>: CREATE TABLE table_name_42 (artist VARCHAR, issue VARCHAR, spoofed_title VARCHAR)
SELECT artist FROM table_name_42 WHERE issue > 74 AND spoofed_title = "genteel ben"
51,407
<question>: Which issue was the Spoofed title Route 67 for which Mort Drucker was the artist? <context>: CREATE TABLE table_name_44 (issue INTEGER, artist VARCHAR, spoofed_title VARCHAR)
SELECT SUM(issue) FROM table_name_44 WHERE artist = "mort drucker" AND spoofed_title = "route 67"
51,408
<question>: What is the earliest issue Arnie Kogen wrote for in December 1964? <context>: CREATE TABLE table_name_12 (issue INTEGER, writer VARCHAR, date VARCHAR)
SELECT MIN(issue) FROM table_name_12 WHERE writer = "arnie kogen" AND date = "december 1964"
51,409
<question>: What are the highest points that have a difference of 8, with a position less than 4? <context>: CREATE TABLE table_name_36 (points INTEGER, difference VARCHAR, position VARCHAR)
SELECT MAX(points) FROM table_name_36 WHERE difference = "8" AND position < 4
51,410
<question>: How many losses have corinthians as the team, with an against greater than 26? <context>: CREATE TABLE table_name_32 (lost INTEGER, team VARCHAR, against VARCHAR)
SELECT SUM(lost) FROM table_name_32 WHERE team = "corinthians" AND against > 26
51,411
<question>: How many points have a difference of 23, with a drawn less than 5? <context>: CREATE TABLE table_name_62 (points VARCHAR, difference VARCHAR, drawn VARCHAR)
SELECT COUNT(points) FROM table_name_62 WHERE difference = "23" AND drawn < 5
51,412
<question>: How many positions have 15 for the points, with a drawn less than 3? <context>: CREATE TABLE table_name_57 (position INTEGER, points VARCHAR, drawn VARCHAR)
SELECT SUM(position) FROM table_name_57 WHERE points = 15 AND drawn < 3
51,413
<question>: What was the result of the match held when his record was 7-0-0? <context>: CREATE TABLE table_name_31 (result VARCHAR, record VARCHAR)
SELECT result FROM table_name_31 WHERE record = "7-0-0"
51,414
<question>: What do the notes say for 1989 May 7? <context>: CREATE TABLE table_name_32 (notes VARCHAR, date VARCHAR)
SELECT notes FROM table_name_32 WHERE date = "1989 may 7"
51,415
<question>: How did he beat Alberto Rodriguez? <context>: CREATE TABLE table_name_55 (method VARCHAR, opponent VARCHAR)
SELECT method FROM table_name_55 WHERE opponent = "alberto rodriguez"
51,416
<question>: What was his record in 1987? <context>: CREATE TABLE table_name_79 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_79 WHERE date = "1987"
51,417
<question>: What is the lowest total that has barbados as the nation with a bronze greater than 0? <context>: CREATE TABLE table_name_96 (total INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT MIN(total) FROM table_name_96 WHERE nation = "barbados" AND bronze > 0
51,418
<question>: How many silvers have a gold greater than 2, a bronze less than 35, china as the nation, with a total greater than 26? <context>: CREATE TABLE table_name_43 (silver VARCHAR, total VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR)
SELECT COUNT(silver) FROM table_name_43 WHERE gold > 2 AND bronze < 35 AND nation = "china" AND total > 26
51,419
<question>: What is the largest total that has a gold less than 0? <context>: CREATE TABLE table_name_57 (total INTEGER, gold INTEGER)
SELECT MAX(total) FROM table_name_57 WHERE gold < 0
51,420
<question>: How many golds have a silver greater than 1, vietnam as the nation, with a bronze less than 3? <context>: CREATE TABLE table_name_32 (gold VARCHAR, bronze VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT COUNT(gold) FROM table_name_32 WHERE silver > 1 AND nation = "vietnam" AND bronze < 3
51,421
<question>: Which Wins has a Country of new zealand and a Last title larger than 1968? <context>: CREATE TABLE table_name_25 (wins INTEGER, country VARCHAR, last_title VARCHAR)
SELECT MIN(wins) FROM table_name_25 WHERE country = "new zealand" AND last_title > 1968
51,422
<question>: What is the total of Last title that has Wins smaller than 71 and a First title larger than 1968 and a Country of fiji? <context>: CREATE TABLE table_name_79 (last_title VARCHAR, country VARCHAR, wins VARCHAR, first_title VARCHAR)
SELECT COUNT(last_title) FROM table_name_79 WHERE wins < 71 AND first_title > 1968 AND country = "fiji"
51,423
<question>: Which First title has Wins smaller than 8 and in Canada? <context>: CREATE TABLE table_name_41 (first_title VARCHAR, wins VARCHAR, country VARCHAR)
SELECT COUNT(first_title) FROM table_name_41 WHERE wins < 8 AND country = "canada"
51,424
<question>: How many Winners have Wins of 1 and a Country of fiji and a First title smaller than 2004? <context>: CREATE TABLE table_name_2 (winners INTEGER, first_title VARCHAR, wins VARCHAR, country VARCHAR)
SELECT AVG(winners) FROM table_name_2 WHERE wins = 1 AND country = "fiji" AND first_title < 2004
51,425
<question>: What is the latest opened year of the team in Glasgow, Scotland? <context>: CREATE TABLE table_name_34 (opened INTEGER, city VARCHAR)
SELECT MAX(opened) FROM table_name_34 WHERE city = "glasgow, scotland"
51,426
<question>: What is the average opened year of Mini Estadi stadium in Barcelona, Spain? <context>: CREATE TABLE table_name_62 (opened INTEGER, city VARCHAR, stadium VARCHAR)
SELECT AVG(opened) FROM table_name_62 WHERE city = "barcelona, spain" AND stadium = "mini estadi"
51,427
<question>: What is the lowest win percentage for teams with more than 23 losses and more than 386 goals for? <context>: CREATE TABLE table_name_95 (winning__percentage INTEGER, lost VARCHAR, goals_for VARCHAR)
SELECT MIN(winning__percentage) FROM table_name_95 WHERE lost > 23 AND goals_for > 386
51,428
<question>: What is the total number of losses for teams with less than 5 ties and more than 330 goals for? <context>: CREATE TABLE table_name_3 (lost VARCHAR, tied VARCHAR, goals_for VARCHAR)
SELECT COUNT(lost) FROM table_name_3 WHERE tied < 5 AND goals_for > 330
51,429
<question>: What is the Score of the Competition with a Result of 5-0? <context>: CREATE TABLE table_name_7 (score VARCHAR, result VARCHAR)
SELECT score FROM table_name_7 WHERE result = "5-0"
51,430
<question>: What is the Score of the Competition with a 5-0 Result? <context>: CREATE TABLE table_name_33 (score VARCHAR, result VARCHAR)
SELECT score FROM table_name_33 WHERE result = "5-0"
51,431
<question>: What is the Date of the Competition with a Score of 4-0 and 5-0 Result? <context>: CREATE TABLE table_name_47 (date VARCHAR, result VARCHAR, score VARCHAR)
SELECT date FROM table_name_47 WHERE result = "5-0" AND score = "4-0"
51,432
<question>: What is the title for YI? <context>: CREATE TABLE table_name_45 (title VARCHAR, name VARCHAR)
SELECT title FROM table_name_45 WHERE name = "yi"
51,433
<question>: What is the state Yi? <context>: CREATE TABLE table_name_35 (state VARCHAR, name VARCHAR)
SELECT state FROM table_name_35 WHERE name = "yi"
51,434
<question>: What state has the king title? <context>: CREATE TABLE table_name_58 (state VARCHAR, title VARCHAR)
SELECT state FROM table_name_58 WHERE title = "king"
51,435
<question>: What was the score when the partner was arnaud clément? <context>: CREATE TABLE table_name_60 (score VARCHAR, partner VARCHAR)
SELECT score FROM table_name_60 WHERE partner = "arnaud clément"
51,436
<question>: What is the Outcome when the partner was kristof vliegen? <context>: CREATE TABLE table_name_20 (outcome VARCHAR, partner VARCHAR)
SELECT outcome FROM table_name_20 WHERE partner = "kristof vliegen"
51,437
<question>: What is the Surface of the match with winner as outcome and a score of 7–5, 7–5? <context>: CREATE TABLE table_name_76 (surface VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT surface FROM table_name_76 WHERE outcome = "winner" AND score = "7–5, 7–5"
51,438
<question>: What is the Outcome when christophe rochus was partner, on 31 july 2005? <context>: CREATE TABLE table_name_38 (outcome VARCHAR, partner VARCHAR, date VARCHAR)
SELECT outcome FROM table_name_38 WHERE partner = "christophe rochus" AND date = "31 july 2005"
51,439
<question>: What is the Opponents on a clay surface with christophe rochus as partner? <context>: CREATE TABLE table_name_57 (opponents VARCHAR, surface VARCHAR, partner VARCHAR)
SELECT opponents FROM table_name_57 WHERE surface = "clay" AND partner = "christophe rochus"
51,440
<question>: What is the Date when christophe rochus was partner, and the score was 2–6, 7–6 (7–5) , 0–6? <context>: CREATE TABLE table_name_97 (date VARCHAR, partner VARCHAR, score VARCHAR)
SELECT date FROM table_name_97 WHERE partner = "christophe rochus" AND score = "2–6, 7–6 (7–5) , 0–6"
51,441
<question>: In what City/town was their institution founded in 1860? <context>: CREATE TABLE table_name_34 (city__town VARCHAR, year_founded VARCHAR)
SELECT city__town FROM table_name_34 WHERE year_founded = 1860
51,442
<question>: What year was Waynesburg University founded in Pennsylvania? <context>: CREATE TABLE table_name_82 (year_founded VARCHAR, state__province VARCHAR, institution_name VARCHAR)
SELECT year_founded FROM table_name_82 WHERE state__province = "pennsylvania" AND institution_name = "waynesburg university"
51,443
<question>: What is Howard Payne University's total enrollment? <context>: CREATE TABLE table_name_67 (total_enrollment VARCHAR, institution_name VARCHAR)
SELECT total_enrollment FROM table_name_67 WHERE institution_name = "howard payne university"
51,444
<question>: What is the To par when fredrik andersson hed was runner-up? <context>: CREATE TABLE table_name_86 (to_par VARCHAR, runner_s__up VARCHAR)
SELECT to_par FROM table_name_86 WHERE runner_s__up = "fredrik andersson hed"
51,445
<question>: What is the Margin of victory when rhys davies was runner-up? <context>: CREATE TABLE table_name_34 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
SELECT margin_of_victory FROM table_name_34 WHERE runner_s__up = "rhys davies"
51,446
<question>: What is the Winning score when the To par was −21? <context>: CREATE TABLE table_name_21 (winning_score VARCHAR, to_par VARCHAR)
SELECT winning_score FROM table_name_21 WHERE to_par = "−21"
51,447
<question>: What is the Date for the wgc-accenture match play championship? <context>: CREATE TABLE table_name_83 (date VARCHAR, tournament VARCHAR)
SELECT date FROM table_name_83 WHERE tournament = "wgc-accenture match play championship"
51,448
<question>: What is the Margin of victory on 27 feb 2011? <context>: CREATE TABLE table_name_43 (margin_of_victory VARCHAR, date VARCHAR)
SELECT margin_of_victory FROM table_name_43 WHERE date = "27 feb 2011"
51,449
<question>: What is the Tournament when the winning score was 65-67-68-67=267? <context>: CREATE TABLE table_name_70 (tournament VARCHAR, winning_score VARCHAR)
SELECT tournament FROM table_name_70 WHERE winning_score = 65 - 67 - 68 - 67 = 267
51,450
<question>: Which Mission has a Apogee of 705 km? <context>: CREATE TABLE table_name_3 (mission VARCHAR, apogee VARCHAR)
SELECT mission FROM table_name_3 WHERE apogee = "705 km"
51,451
<question>: What kind of Motor has a Apogee of 713 km? <context>: CREATE TABLE table_name_98 (motor VARCHAR, apogee VARCHAR)
SELECT motor FROM table_name_98 WHERE apogee = "713 km"
51,452
<question>: What kind of Mission has a Apogee of 707 km? <context>: CREATE TABLE table_name_47 (mission VARCHAR, apogee VARCHAR)
SELECT mission FROM table_name_47 WHERE apogee = "707 km"
51,453
<question>: Which Apogee has a Mission of maxus 3? <context>: CREATE TABLE table_name_46 (apogee VARCHAR, mission VARCHAR)
SELECT apogee FROM table_name_46 WHERE mission = "maxus 3"
51,454
<question>: Which Mission is on 2003 apr 1? <context>: CREATE TABLE table_name_21 (mission VARCHAR, date VARCHAR)
SELECT mission FROM table_name_21 WHERE date = "2003 apr 1"
51,455
<question>: What was the ranking for the episode number before 24 that had a rating of 25.7? <context>: CREATE TABLE table_name_21 (ranking VARCHAR, ep__number VARCHAR, rating VARCHAR)
SELECT ranking FROM table_name_21 WHERE ep__number < 24 AND rating = "25.7"
51,456
<question>: What is the rating of the season 10? <context>: CREATE TABLE table_name_12 (rating VARCHAR, season VARCHAR)
SELECT rating FROM table_name_12 WHERE season = "season 10"
51,457
<question>: What was the rating of the season that had 18.17 million household viewers? <context>: CREATE TABLE table_name_23 (rating VARCHAR, viewers__households_in_millions_ VARCHAR)
SELECT rating FROM table_name_23 WHERE viewers__households_in_millions_ = "18.17"
51,458
<question>: How many totals have 2 for the bronze? <context>: CREATE TABLE table_name_40 (total VARCHAR, bronze VARCHAR)
SELECT COUNT(total) FROM table_name_40 WHERE bronze = 2
51,459
<question>: What is the smallest silver that has a bronze less than 0? <context>: CREATE TABLE table_name_34 (silver INTEGER, bronze INTEGER)
SELECT MIN(silver) FROM table_name_34 WHERE bronze < 0
51,460
<question>: What college received Pick 5? <context>: CREATE TABLE table_name_93 (college VARCHAR, pick VARCHAR)
SELECT college FROM table_name_93 WHERE pick = 5
51,461
<question>: For the United States International University, what was the highest pick number allowed? <context>: CREATE TABLE table_name_53 (pick INTEGER, college VARCHAR)
SELECT MAX(pick) FROM table_name_53 WHERE college = "united states international university"
51,462
<question>: what was the date of the game on week 2? <context>: CREATE TABLE table_name_2 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_2 WHERE week = 2
51,463
<question>: What is the subjunctive present that is associated with a plural preterite of u, a singular preterite of ou, and a singular present of û? <context>: CREATE TABLE table_name_78 (subj_pres VARCHAR, sing_pres VARCHAR, plur_pret VARCHAR, sing_pret VARCHAR)
SELECT subj_pres FROM table_name_78 WHERE plur_pret = "u" AND sing_pret = "ou" AND sing_pres = "û"
51,464
<question>: What is the plural present that has a past participle of e and an infinitive stem of e? <context>: CREATE TABLE table_name_61 (plur_pres VARCHAR, past_part VARCHAR, inf_stem VARCHAR)
SELECT plur_pres FROM table_name_61 WHERE past_part = "e" AND inf_stem = "e"
51,465
<question>: What is the infinitive stem that has a subjunctive present of ou? <context>: CREATE TABLE table_name_10 (inf_stem VARCHAR, subj_pres VARCHAR)
SELECT inf_stem FROM table_name_10 WHERE subj_pres = "ou"
51,466
<question>: What is the infinitive stem that is associated with a subjunctive present of a and a plural preterite of uo? <context>: CREATE TABLE table_name_13 (inf_stem VARCHAR, subj_pres VARCHAR, plur_pret VARCHAR)
SELECT inf_stem FROM table_name_13 WHERE subj_pres = "a" AND plur_pret = "uo"
51,467
<question>: What is the singular present that is associated with a singular preterite of ou and a subjunctive present of ie? <context>: CREATE TABLE table_name_51 (sing_pres VARCHAR, sing_pret VARCHAR, subj_pres VARCHAR)
SELECT sing_pres FROM table_name_51 WHERE sing_pret = "ou" AND subj_pres = "ie"
51,468
<question>: What is the plural preterite that is associated with a subjunctive preterite of ü and has an infinitive stem of e + l/r + cons.? <context>: CREATE TABLE table_name_93 (plur_pret VARCHAR, subj_pret VARCHAR, inf_stem VARCHAR)
SELECT plur_pret FROM table_name_93 WHERE subj_pret = "ü" AND inf_stem = "e + l/r + cons."
51,469
<question>: What is the history behind the vessel Speedrunner IV (SSC4) built after 1997? <context>: CREATE TABLE table_name_95 (history VARCHAR, built VARCHAR, name VARCHAR)
SELECT history FROM table_name_95 WHERE built > 1997 AND name = "speedrunner iv (ssc4)"
51,470
<question>: What is the most recent year that Queen Nefertiti (pegasus two) was built? <context>: CREATE TABLE table_name_44 (built INTEGER, name VARCHAR)
SELECT MAX(built) FROM table_name_44 WHERE name = "queen nefertiti (pegasus two)"
51,471
<question>: What is the history behind Speedrunner III (SSC3)? <context>: CREATE TABLE table_name_88 (history VARCHAR, name VARCHAR)
SELECT history FROM table_name_88 WHERE name = "speedrunner iii (ssc3)"
51,472
<question>: What was the opponent on november 8, 1981? <context>: CREATE TABLE table_name_6 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_6 WHERE date = "november 8, 1981"
51,473
<question>: What is the longest Time (seconds), when the Nation - athlete(s) is Sylke Otto - Germany? <context>: CREATE TABLE table_name_99 (time__seconds_ INTEGER, nation___athlete_s_ VARCHAR)
SELECT MAX(time__seconds_) FROM table_name_99 WHERE nation___athlete_s_ = "sylke otto - germany"
51,474
<question>: What is the Date, when the Sport is luge - men's doubles, and when the Record is, "start"? <context>: CREATE TABLE table_name_90 (date VARCHAR, sport VARCHAR, record VARCHAR)
SELECT date FROM table_name_90 WHERE sport = "luge - men's doubles" AND record = "start"
51,475
<question>: What is the Nation - athlete(s), when the Sport is luge - men's singles, and when the Record is, "track"? <context>: CREATE TABLE table_name_12 (nation___athlete_s_ VARCHAR, sport VARCHAR, record VARCHAR)
SELECT nation___athlete_s_ FROM table_name_12 WHERE sport = "luge - men's singles" AND record = "track"
51,476
<question>: What is the Date, when the Record is, "track", when the Time (seconds) is longer than 43.564, and when the Sport is luge - women's singles? <context>: CREATE TABLE table_name_66 (date VARCHAR, sport VARCHAR, record VARCHAR, time__seconds_ VARCHAR)
SELECT date FROM table_name_66 WHERE record = "track" AND time__seconds_ > 43.564 AND sport = "luge - women's singles"
51,477
<question>: What is the highest Z (p) when arsenic is the element, and the N (n) is more than 42 <context>: CREATE TABLE table_name_46 (z___p__ INTEGER, element VARCHAR, n___n__ VARCHAR)
SELECT MAX(z___p__) FROM table_name_46 WHERE element = "arsenic" AND n___n__ > 42
51,478
<question>: What is the highest Z (p) when the N (n) is less than 30, and scandium is the element? <context>: CREATE TABLE table_name_37 (z___p__ INTEGER, n___n__ VARCHAR, element VARCHAR)
SELECT AVG(z___p__) FROM table_name_37 WHERE n___n__ < 30 AND element = "scandium"
51,479
<question>: What is the isotopic mass (u) when the nuclide is 89 y? <context>: CREATE TABLE table_name_6 (isotopic_mass___u__ VARCHAR, nuclide VARCHAR)
SELECT isotopic_mass___u__ FROM table_name_6 WHERE nuclide = "89 y"
51,480
<question>: What is the Element when the Nuclide is 55 mn? <context>: CREATE TABLE table_name_79 (element VARCHAR, nuclide VARCHAR)
SELECT element FROM table_name_79 WHERE nuclide = "55 mn"
51,481
<question>: What is Venue, when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912? <context>: CREATE TABLE table_name_46 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_46 WHERE date = "23,24,26,27,28,29 feb, 1 mar 1912"
51,482
<question>: What is Date, when Venue is Melbourne Cricket Ground, and when Result is Eng By Inns&225 Runs? <context>: CREATE TABLE table_name_95 (date VARCHAR, venue VARCHAR, result VARCHAR)
SELECT date FROM table_name_95 WHERE venue = "melbourne cricket ground" AND result = "eng by inns&225 runs"
51,483
<question>: What is Result, when Venue is Sydney Cricket Ground, and when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912? <context>: CREATE TABLE table_name_31 (result VARCHAR, venue VARCHAR, date VARCHAR)
SELECT result FROM table_name_31 WHERE venue = "sydney cricket ground" AND date = "23,24,26,27,28,29 feb, 1 mar 1912"
51,484
<question>: What is Away Captain, when Date is 30 Dec, 1,2,3 Jan 1911/2? <context>: CREATE TABLE table_name_38 (away_captain VARCHAR, date VARCHAR)
SELECT away_captain FROM table_name_38 WHERE date = "30 dec, 1,2,3 jan 1911/2"
51,485
<question>: What is Venue, when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912? <context>: CREATE TABLE table_name_82 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_82 WHERE date = "23,24,26,27,28,29 feb, 1 mar 1912"
51,486
<question>: What is Home Captain, when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912? <context>: CREATE TABLE table_name_48 (home_captain VARCHAR, date VARCHAR)
SELECT home_captain FROM table_name_48 WHERE date = "23,24,26,27,28,29 feb, 1 mar 1912"
51,487
<question>: What is Catalog, when the Region is UK, and when Label is Razor Records? <context>: CREATE TABLE table_name_16 (catalog VARCHAR, region VARCHAR, label VARCHAR)
SELECT catalog FROM table_name_16 WHERE region = "uk" AND label = "razor records"
51,488
<question>: What is the latest Date, when Label is Captain Oi! Records? <context>: CREATE TABLE table_name_58 (date INTEGER, label VARCHAR)
SELECT MAX(date) FROM table_name_58 WHERE label = "captain oi! records"
51,489
<question>: What is Region, when Date is 2004? <context>: CREATE TABLE table_name_61 (region VARCHAR, date VARCHAR)
SELECT region FROM table_name_61 WHERE date = 2004
51,490
<question>: What is Catalog, when Format is CD, when Region is US, when Date is before 2004, and when Label is Taang! Records? <context>: CREATE TABLE table_name_32 (catalog VARCHAR, label VARCHAR, date VARCHAR, format VARCHAR, region VARCHAR)
SELECT catalog FROM table_name_32 WHERE format = "cd" AND region = "us" AND date < 2004 AND label = "taang! records"
51,491
<question>: What is the largest amount of top division titles featuring the tammeka club? <context>: CREATE TABLE table_name_56 (top_division_titles INTEGER, club VARCHAR)
SELECT MAX(top_division_titles) FROM table_name_56 WHERE club = "tammeka"
51,492
<question>: What is the largest number of top division titles with a 2012 position of 10th? <context>: CREATE TABLE table_name_13 (top_division_titles INTEGER, position_in_2012 VARCHAR)
SELECT MAX(top_division_titles) FROM table_name_13 WHERE position_in_2012 = "10th"
51,493
<question>: How many seasons in Meistriliiga when the club was kuressaare also had a first season in top division of more than 2000? <context>: CREATE TABLE table_name_17 (number_of_seasons_in_meistriliiga VARCHAR, club VARCHAR, first_season_in_top_division VARCHAR)
SELECT COUNT(number_of_seasons_in_meistriliiga) FROM table_name_17 WHERE club = "kuressaare" AND first_season_in_top_division > 2000
51,494
<question>: Who attended Columbia law school and was appointed in 2004? <context>: CREATE TABLE table_name_30 (name VARCHAR, law_school_attended VARCHAR, appointed VARCHAR)
SELECT name FROM table_name_30 WHERE law_school_attended = "columbia law school" AND appointed = 2004
51,495
<question>: Which Term expiration has an Appointing Governor of george pataki, republican, and an Appointed larger than 2004? <context>: CREATE TABLE table_name_22 (term_expiration INTEGER, appointing_governor VARCHAR, appointed VARCHAR)
SELECT SUM(term_expiration) FROM table_name_22 WHERE appointing_governor = "george pataki, republican" AND appointed > 2004
51,496
<question>: Which law school did judge sheila abdus-salaam attend, who was appointed in 2004? <context>: CREATE TABLE table_name_14 (law_school_attended VARCHAR, appointed VARCHAR, name VARCHAR)
SELECT law_school_attended FROM table_name_14 WHERE appointed > 2004 AND name = "judge sheila abdus-salaam"
51,497
<question>: What is the number of races having top 5s over 2 and average starts of 6.5? <context>: CREATE TABLE table_name_51 (races VARCHAR, top_5 VARCHAR, avg_start VARCHAR)
SELECT races FROM table_name_51 WHERE top_5 > 2 AND avg_start = 6.5
51,498
<question>: What is the lowest average finish having top 5s of 0? <context>: CREATE TABLE table_name_7 (avg_finish INTEGER, top_5 INTEGER)
SELECT MIN(avg_finish) FROM table_name_7 WHERE top_5 < 0
51,499
<question>: What Volume:Issue that has Peter Cetera as the artist and was on top for longer than 1 week? <context>: CREATE TABLE table_name_97 (volume VARCHAR, weeks_on_top VARCHAR, artist VARCHAR)
SELECT volume AS :issue FROM table_name_97 WHERE weeks_on_top > 1 AND artist = "peter cetera"