Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
26,500
<question>: Name the typed for formed from 6-pul trailer third in res unit <context>: CREATE TABLE table_name_40 (type VARCHAR, formed_from VARCHAR)
SELECT type FROM table_name_40 WHERE formed_from = "6-pul trailer third in res unit"
26,501
<question>: Name the formed that has type of 4-cor <context>: CREATE TABLE table_name_58 (formed_from VARCHAR, type VARCHAR)
SELECT formed_from FROM table_name_58 WHERE type = "4-cor"
26,502
<question>: Who lost with a time of 2:42? <context>: CREATE TABLE table_name_9 (loss VARCHAR, time VARCHAR)
SELECT loss FROM table_name_9 WHERE time = "2:42"
26,503
<question>: Who lost on August 27? <context>: CREATE TABLE table_name_93 (loss VARCHAR, date VARCHAR)
SELECT loss FROM table_name_93 WHERE date = "august 27"
26,504
<question>: Which of the biggest points numbers had a year more recent than 1953? <context>: CREATE TABLE table_name_62 (points INTEGER, year INTEGER)
SELECT MAX(points) FROM table_name_62 WHERE year > 1953
26,505
<question>: How many years had more than 0 points? <context>: CREATE TABLE table_name_68 (year INTEGER, points INTEGER)
SELECT SUM(year) FROM table_name_68 WHERE points > 0
26,506
<question>: Which entrant was present prior to 1953? <context>: CREATE TABLE table_name_67 (entrant VARCHAR, year INTEGER)
SELECT entrant FROM table_name_67 WHERE year < 1953
26,507
<question>: How many wickets have runs under 7531, matches over 44, and an average of 22.17? <context>: CREATE TABLE table_name_77 (wickets VARCHAR, average VARCHAR, runs VARCHAR, matches VARCHAR)
SELECT wickets FROM table_name_77 WHERE runs < 7531 AND matches > 44 AND average = 22.17
26,508
<question>: What is the total number of wickets that have runs under 4600 and matches under 44? <context>: CREATE TABLE table_name_64 (wickets INTEGER, runs VARCHAR, matches VARCHAR)
SELECT SUM(wickets) FROM table_name_64 WHERE runs < 4600 AND matches < 44
26,509
<question>: Which Label was cataloged as alca-9013? <context>: CREATE TABLE table_name_2 (label VARCHAR, catalog VARCHAR)
SELECT label FROM table_name_2 WHERE catalog = "alca-9013"
26,510
<question>: Which Catalog was formated as a CD under the label Alfa Records? <context>: CREATE TABLE table_name_9 (catalog VARCHAR, label VARCHAR, format VARCHAR)
SELECT catalog FROM table_name_9 WHERE label = "alfa records" AND format = "cd"
26,511
<question>: What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103? <context>: CREATE TABLE table_name_50 (retired INTEGER, poaf_serial VARCHAR, delivery VARCHAR, in_service VARCHAR)
SELECT MIN(retired) FROM table_name_50 WHERE delivery = "1965" AND in_service = "november 1971" AND poaf_serial < 7103
26,512
<question>: What is the smallest amount of freight carried on the road that closed on March 31 and reached super B capacity on February 17 after 2011? <context>: CREATE TABLE table_name_80 (freight_carried_s_tonne INTEGER, year VARCHAR, road_closed VARCHAR, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR)
SELECT MIN(freight_carried_s_tonne) FROM table_name_80 WHERE road_closed = "march 31" AND super_b_capacity_reached_[_citation_needed_] = "february 17" AND year > 2011
26,513
<question>: What's the English title listed that has an Original title of The Crying Game? <context>: CREATE TABLE table_name_95 (english_title VARCHAR, original_title VARCHAR)
SELECT english_title FROM table_name_95 WHERE original_title = "the crying game"
26,514
<question>: Which Year has the Orginal title of La Cérémonie? <context>: CREATE TABLE table_name_13 (year VARCHAR, original_title VARCHAR)
SELECT year FROM table_name_13 WHERE original_title = "la cérémonie"
26,515
<question>: What's the Original Title of the English title A Judgement in Stone? <context>: CREATE TABLE table_name_70 (original_title VARCHAR, english_title VARCHAR)
SELECT original_title FROM table_name_70 WHERE english_title = "a judgement in stone"
26,516
<question>: Who is the Director of the Original title of The Crying Game? <context>: CREATE TABLE table_name_59 (director VARCHAR, original_title VARCHAR)
SELECT director FROM table_name_59 WHERE original_title = "the crying game"
26,517
<question>: Which Country is listed for the Director Thomas Vinterberg? <context>: CREATE TABLE table_name_74 (country VARCHAR, director VARCHAR)
SELECT country FROM table_name_74 WHERE director = "thomas vinterberg"
26,518
<question>: Which Country has the Director Chen Kaige? <context>: CREATE TABLE table_name_79 (country VARCHAR, director VARCHAR)
SELECT country FROM table_name_79 WHERE director = "chen kaige"
26,519
<question>: What was the score of the game attended by 50,200? <context>: CREATE TABLE table_name_2 (score VARCHAR, attendance VARCHAR)
SELECT score FROM table_name_2 WHERE attendance = "50,200"
26,520
<question>: What's the Termination of Mission listed that has a Presentation of Credentials for August 29, 1859? <context>: CREATE TABLE table_name_34 (termination_of_mission VARCHAR, presentation_of_credentials VARCHAR)
SELECT termination_of_mission FROM table_name_34 WHERE presentation_of_credentials = "august 29, 1859"
26,521
<question>: What's the Representative listed that has a Presentation of Credentials of August 25, 1851? <context>: CREATE TABLE table_name_80 (representative VARCHAR, presentation_of_credentials VARCHAR)
SELECT representative FROM table_name_80 WHERE presentation_of_credentials = "august 25, 1851"
26,522
<question>: What Title has a Termination of Mission for August 13, 1854? <context>: CREATE TABLE table_name_93 (title VARCHAR, termination_of_mission VARCHAR)
SELECT title FROM table_name_93 WHERE termination_of_mission = "august 13, 1854"
26,523
<question>: What Title has a Termination of Mission of November 4, 1861? <context>: CREATE TABLE table_name_60 (title VARCHAR, termination_of_mission VARCHAR)
SELECT title FROM table_name_60 WHERE termination_of_mission = "november 4, 1861"
26,524
<question>: What Representative has a Presentation of Credentails of April 10, 1855? <context>: CREATE TABLE table_name_42 (representative VARCHAR, presentation_of_credentials VARCHAR)
SELECT representative FROM table_name_42 WHERE presentation_of_credentials = "april 10, 1855"
26,525
<question>: Which Title has an Appointed by of Millard Fillmore? <context>: CREATE TABLE table_name_21 (title VARCHAR, appointed_by VARCHAR)
SELECT title FROM table_name_21 WHERE appointed_by = "millard fillmore"
26,526
<question>: Who was Choong Tan Fook's opponent in 1999? <context>: CREATE TABLE table_name_42 (opponent VARCHAR, year VARCHAR, partner VARCHAR)
SELECT opponent FROM table_name_42 WHERE year = 1999 AND partner = "choong tan fook"
26,527
<question>: Which opponent played in the Chinese Taipei Open in 2000? <context>: CREATE TABLE table_name_66 (opponent VARCHAR, tournament VARCHAR, year VARCHAR)
SELECT opponent FROM table_name_66 WHERE tournament = "chinese taipei open" AND year = 2000
26,528
<question>: How many bronzes have a Nation of jamaica (jam), and a Total smaller than 7? <context>: CREATE TABLE table_name_6 (bronze VARCHAR, nation VARCHAR, total VARCHAR)
SELECT COUNT(bronze) FROM table_name_6 WHERE nation = "jamaica (jam)" AND total < 7
26,529
<question>: What is the average silver with more than 0 gold, a Rank of 1, and a Total smaller than 30? <context>: CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT AVG(silver) FROM table_name_82 WHERE gold > 0 AND rank = "1" AND total < 30
26,530
<question>: What is the total gold with a total less than 1? <context>: CREATE TABLE table_name_2 (gold INTEGER, total INTEGER)
SELECT SUM(gold) FROM table_name_2 WHERE total < 1
26,531
<question>: Which NIR number is for the tso (ex-br class 488 unit 488305) type that has a 6082 / 72605 BR number? <context>: CREATE TABLE table_name_87 (nir_number VARCHAR, type VARCHAR, br_number_s_ VARCHAR)
SELECT nir_number FROM table_name_87 WHERE type = "tso (ex-br class 488 unit 488305)" AND br_number_s_ = "6082 / 72605"
26,532
<question>: What is the Whakamaru school's authority? <context>: CREATE TABLE table_name_32 (authority VARCHAR, name VARCHAR)
SELECT authority FROM table_name_32 WHERE name = "whakamaru school"
26,533
<question>: Where is the school with state authority that has a roll of more than 157 students? <context>: CREATE TABLE table_name_11 (area VARCHAR, authority VARCHAR, roll VARCHAR)
SELECT area FROM table_name_11 WHERE authority = "state" AND roll > 157
26,534
<question>: Name the subject of shiyan <context>: CREATE TABLE table_name_12 (subject VARCHAR, pinyin VARCHAR)
SELECT subject FROM table_name_12 WHERE pinyin = "shiyan"
26,535
<question>: Name the chinese with subject of adjectives, adverbs, mostly with reduplication <context>: CREATE TABLE table_name_50 (chinese VARCHAR, subject VARCHAR)
SELECT chinese FROM table_name_50 WHERE subject = "adjectives, adverbs, mostly with reduplication"
26,536
<question>: Name the total number of chapter for chinese of 釋宮 <context>: CREATE TABLE table_name_74 (chapter VARCHAR, chinese VARCHAR)
SELECT COUNT(chapter) FROM table_name_74 WHERE chinese = "釋宮"
26,537
<question>: Name the highest chapter with chinese of 釋言 <context>: CREATE TABLE table_name_24 (chapter INTEGER, chinese VARCHAR)
SELECT MAX(chapter) FROM table_name_24 WHERE chinese = "釋言"
26,538
<question>: Name the chapter with chinese of 釋水 <context>: CREATE TABLE table_name_28 (chapter VARCHAR, chinese VARCHAR)
SELECT chapter FROM table_name_28 WHERE chinese = "釋水"
26,539
<question>: Who used Gordini Straight-6 in 1956? <context>: CREATE TABLE table_name_93 (entrant VARCHAR, engine VARCHAR, year VARCHAR)
SELECT entrant FROM table_name_93 WHERE engine = "gordini straight-6" AND year = 1956
26,540
<question>: Who was in 1963? <context>: CREATE TABLE table_name_87 (entrant VARCHAR, year VARCHAR)
SELECT entrant FROM table_name_87 WHERE year = 1963
26,541
<question>: Name the score for september 11 <context>: CREATE TABLE table_name_48 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_48 WHERE date = "september 11"
26,542
<question>: Name the loss for record of 71-81 <context>: CREATE TABLE table_name_23 (loss VARCHAR, record VARCHAR)
SELECT loss FROM table_name_23 WHERE record = "71-81"
26,543
<question>: Name the score which has record of 73-83 <context>: CREATE TABLE table_name_17 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_17 WHERE record = "73-83"
26,544
<question>: Name the date for record of 74-84 <context>: CREATE TABLE table_name_20 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_20 WHERE record = "74-84"
26,545
<question>: For all events with index f10, what is the sum of the overall rankings? <context>: CREATE TABLE table_name_66 (overall_ranking INTEGER, index VARCHAR)
SELECT SUM(overall_ranking) FROM table_name_66 WHERE index = "f10"
26,546
<question>: For the event with index f7, what is the status? <context>: CREATE TABLE table_name_23 (status VARCHAR, index VARCHAR)
SELECT status FROM table_name_23 WHERE index = "f7"
26,547
<question>: For the event with index f9, what's the talent segment? <context>: CREATE TABLE table_name_49 (talent_segment VARCHAR, index VARCHAR)
SELECT talent_segment FROM table_name_49 WHERE index = "f9"
26,548
<question>: What's the acting segment of 林佩琪 lin peiqi's events that are eliminated? <context>: CREATE TABLE table_name_36 (acting_segment VARCHAR, status VARCHAR, name VARCHAR)
SELECT acting_segment FROM table_name_36 WHERE status = "eliminated" AND name = "林佩琪 lin peiqi"
26,549
<question>: What's the total number of overall rankings of 廖尹宁 jvnne leow's events that are eliminated? <context>: CREATE TABLE table_name_12 (overall_ranking VARCHAR, status VARCHAR, name VARCHAR)
SELECT COUNT(overall_ranking) FROM table_name_12 WHERE status = "eliminated" AND name = "廖尹宁 jvnne leow"
26,550
<question>: Who was the opponent at the qf(r) round? <context>: CREATE TABLE table_name_9 (opponent VARCHAR, round VARCHAR)
SELECT opponent FROM table_name_9 WHERE round = "qf(r)"
26,551
<question>: What day was the game held at Firhill against AYR United? <context>: CREATE TABLE table_name_60 (date VARCHAR, venue VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_60 WHERE venue = "firhill" AND opponent = "ayr united"
26,552
<question>: What is the average attendance at a game held at Firhill for the 5(r) round? <context>: CREATE TABLE table_name_26 (attendance INTEGER, venue VARCHAR, round VARCHAR)
SELECT AVG(attendance) FROM table_name_26 WHERE venue = "firhill" AND round = "5(r)"
26,553
<question>: Who was the opponent when the Seattle Seahawks had a record of 0-1? <context>: CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_18 WHERE record = "0-1"
26,554
<question>: Who was the opponent when the Seattle Seahawks had a record of 8-7? <context>: CREATE TABLE table_name_87 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_87 WHERE record = "8-7"
26,555
<question>: How many points after 1956? <context>: CREATE TABLE table_name_40 (points VARCHAR, year INTEGER)
SELECT COUNT(points) FROM table_name_40 WHERE year > 1956
26,556
<question>: Before 1956, what Chassis has Gordini Straight-4 engine with 3 points? <context>: CREATE TABLE table_name_83 (chassis VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR)
SELECT chassis FROM table_name_83 WHERE year < 1956 AND engine = "gordini straight-4" AND points = 3
26,557
<question>: What engine was used by Equipe Simca Gordini before 1956 with less than 4 points? <context>: CREATE TABLE table_name_15 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR)
SELECT engine FROM table_name_15 WHERE year < 1956 AND points < 4 AND entrant = "equipe simca gordini"
26,558
<question>: What chassis has smaller than 9 points by Equipe Rosier? <context>: CREATE TABLE table_name_92 (chassis VARCHAR, points VARCHAR, entrant VARCHAR)
SELECT chassis FROM table_name_92 WHERE points < 9 AND entrant = "equipe rosier"
26,559
<question>: Who was the winner in the 2008 season? <context>: CREATE TABLE table_name_53 (winner VARCHAR, season VARCHAR)
SELECT winner FROM table_name_53 WHERE season = 2008
26,560
<question>: Who is the company Investing Dragons, or tiny box? <context>: CREATE TABLE table_name_21 (investing_dragon_s_ VARCHAR, company_or_product_name VARCHAR)
SELECT investing_dragon_s_ FROM table_name_21 WHERE company_or_product_name = "tiny box"
26,561
<question>: When did episode 6 first air with entrepreneur Guy Portelli? <context>: CREATE TABLE table_name_98 (first_aired VARCHAR, episode VARCHAR, entrepreneur_s_ VARCHAR)
SELECT first_aired FROM table_name_98 WHERE episode = "episode 6" AND entrepreneur_s_ = "guy portelli"
26,562
<question>: How much money did the company Neurotica request? <context>: CREATE TABLE table_name_39 (money_requested__£_ VARCHAR, company_or_product_name VARCHAR)
SELECT money_requested__£_ FROM table_name_39 WHERE company_or_product_name = "neurotica"
26,563
<question>: Name the least hits for year less than 1920 and player of ed delahanty <context>: CREATE TABLE table_name_28 (hits INTEGER, year VARCHAR, player VARCHAR)
SELECT MIN(hits) FROM table_name_28 WHERE year < 1920 AND player = "ed delahanty"
26,564
<question>: Name the player with 238 hits and years after 1885 <context>: CREATE TABLE table_name_8 (player VARCHAR, year VARCHAR, hits VARCHAR)
SELECT player FROM table_name_8 WHERE year > 1885 AND hits = 238
26,565
<question>: Name the hits for years before 1883 <context>: CREATE TABLE table_name_86 (hits VARCHAR, year INTEGER)
SELECT hits FROM table_name_86 WHERE year < 1883
26,566
<question>: For the game that was played on october 22 in west side grounds, what is the total attendance <context>: CREATE TABLE table_name_41 (attendance VARCHAR, location VARCHAR, date VARCHAR)
SELECT COUNT(attendance) FROM table_name_41 WHERE location = "west side grounds" AND date = "october 22"
26,567
<question>: Which week was the first game played that had a time of 2:06 and less than 27,374 attendees? <context>: CREATE TABLE table_name_47 (game INTEGER, time VARCHAR, attendance VARCHAR)
SELECT MIN(game) FROM table_name_47 WHERE time = "2:06" AND attendance < 27 OFFSET 374
26,568
<question>: In which class had 252 laps and a position of dnf? <context>: CREATE TABLE table_name_5 (class VARCHAR, pos VARCHAR, laps VARCHAR)
SELECT class FROM table_name_5 WHERE pos = "dnf" AND laps = 252
26,569
<question>: What was the position in 1997? <context>: CREATE TABLE table_name_35 (pos VARCHAR, year VARCHAR)
SELECT pos FROM table_name_35 WHERE year = 1997
26,570
<question>: Which Kit manufacturer sponsers Arsenal? <context>: CREATE TABLE table_name_99 (kit_manufacturer VARCHAR, team VARCHAR)
SELECT kit_manufacturer FROM table_name_99 WHERE team = "arsenal"
26,571
<question>: Which captain is managed by gianluca vialli? <context>: CREATE TABLE table_name_31 (captain VARCHAR, manager VARCHAR)
SELECT captain FROM table_name_31 WHERE manager = "gianluca vialli"
26,572
<question>: Which Kit Manufacturer supports team Everton? <context>: CREATE TABLE table_name_90 (kit_manufacturer VARCHAR, team VARCHAR)
SELECT kit_manufacturer FROM table_name_90 WHERE team = "everton"
26,573
<question>: Which team does David O'leary manage? <context>: CREATE TABLE table_name_28 (team VARCHAR, manager VARCHAR)
SELECT team FROM table_name_28 WHERE manager = "david o'leary"
26,574
<question>: Which shirt sponser has Nike as a kit manufacturer? <context>: CREATE TABLE table_name_68 (shirt_sponsor VARCHAR, kit_manufacturer VARCHAR)
SELECT shirt_sponsor FROM table_name_68 WHERE kit_manufacturer = "nike"
26,575
<question>: Which title has a year prior to 2008 and xbox 360 as the platform? <context>: CREATE TABLE table_name_31 (title VARCHAR, year VARCHAR, platform VARCHAR)
SELECT title FROM table_name_31 WHERE year < 2008 AND platform = "xbox 360"
26,576
<question>: Which publisher has Far Cry as the title? <context>: CREATE TABLE table_name_4 (publisher VARCHAR, title VARCHAR)
SELECT publisher FROM table_name_4 WHERE title = "far cry"
26,577
<question>: Which title has xbox as the platform with a year prior to 2006? <context>: CREATE TABLE table_name_85 (title VARCHAR, platform VARCHAR, year VARCHAR)
SELECT title FROM table_name_85 WHERE platform = "xbox" AND year < 2006
26,578
<question>: Which developer has xbox 360 as the platform? <context>: CREATE TABLE table_name_59 (developer VARCHAR, platform VARCHAR)
SELECT developer FROM table_name_59 WHERE platform = "xbox 360"
26,579
<question>: What is the average year that has far cry vengeance as the title? <context>: CREATE TABLE table_name_93 (year INTEGER, title VARCHAR)
SELECT AVG(year) FROM table_name_93 WHERE title = "far cry vengeance"
26,580
<question>: Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23? <context>: CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR)
SELECT MAX(position) FROM table_name_9 WHERE goals_against < 54 AND losses = 7 AND goal_difference > 23
26,581
<question>: Which is the lowest played with 28-10 points and goals higher than 29? <context>: CREATE TABLE table_name_97 (played INTEGER, points VARCHAR, goals_for VARCHAR)
SELECT MIN(played) FROM table_name_97 WHERE points = "28-10" AND goals_for > 29
26,582
<question>: How many positions have 14 wins, goals against of 61 and fewer than 19 losses? <context>: CREATE TABLE table_name_7 (position VARCHAR, losses VARCHAR, wins VARCHAR, goals_against VARCHAR)
SELECT COUNT(position) FROM table_name_7 WHERE wins = 14 AND goals_against = 61 AND losses < 19
26,583
<question>: What is the average loss with a goal higher than 51 and wins higher than 14? <context>: CREATE TABLE table_name_88 (losses INTEGER, goals_against VARCHAR, wins VARCHAR)
SELECT AVG(losses) FROM table_name_88 WHERE goals_against > 51 AND wins > 14
26,584
<question>: Name the average ends for weston <context>: CREATE TABLE table_name_28 (ends INTEGER, name VARCHAR)
SELECT AVG(ends) FROM table_name_28 WHERE name = "weston"
26,585
<question>: What is the lowest decile with a state authority and Midhirst school? <context>: CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR)
SELECT MIN(decile) FROM table_name_71 WHERE authority = "state" AND name = "midhirst school"
26,586
<question>: What area is Central Takaka School in? <context>: CREATE TABLE table_name_91 (area VARCHAR, name VARCHAR)
SELECT area FROM table_name_91 WHERE name = "central takaka school"
26,587
<question>: What is the Mach with Vehicle Flight # m2-f2 #8 and an Altitude (meters) greater than 13,716? <context>: CREATE TABLE table_name_88 (mach INTEGER, vehicle_flight__number VARCHAR, altitude__meters_ VARCHAR)
SELECT SUM(mach) FROM table_name_88 WHERE vehicle_flight__number = "m2-f2 #8" AND altitude__meters_ > 13 OFFSET 716
26,588
<question>: What Vehicle Flight # has Pilot Peterson and Velocity (km/h) of 649? <context>: CREATE TABLE table_name_31 (vehicle_flight__number VARCHAR, pilot VARCHAR, velocity__km_h_ VARCHAR)
SELECT vehicle_flight__number FROM table_name_31 WHERE pilot = "peterson" AND velocity__km_h_ = 649
26,589
<question>: What Date has a Mach of 0.662? <context>: CREATE TABLE table_name_77 (date VARCHAR, mach VARCHAR)
SELECT date FROM table_name_77 WHERE mach = 0.662
26,590
<question>: In 1865, what was the first party? <context>: CREATE TABLE table_name_20 (year VARCHAR)
SELECT 1 AS st_party FROM table_name_20 WHERE year = "1865"
26,591
<question>: Which Barrel twist has a Stock of canadian 3rd generation and a Hand guards of short ribbed? <context>: CREATE TABLE table_name_33 (barrel_twist VARCHAR, stock VARCHAR, hand_guards VARCHAR)
SELECT barrel_twist FROM table_name_33 WHERE stock = "canadian 3rd generation" AND hand_guards = "short ribbed"
26,592
<question>: Which Hand guards has a Barrel profile of a2 and a Rear sight of weaver? <context>: CREATE TABLE table_name_1 (hand_guards VARCHAR, barrel_profile VARCHAR, rear_sight VARCHAR)
SELECT hand_guards FROM table_name_1 WHERE barrel_profile = "a2" AND rear_sight = "weaver"
26,593
<question>: Who was the co-driver for the team with more than 160 laps and the number 6 after 2010? <context>: CREATE TABLE table_name_41 (co_driver VARCHAR, number VARCHAR, laps VARCHAR, year VARCHAR)
SELECT co_driver FROM table_name_41 WHERE laps > 160 AND year > 2010 AND number = 6
26,594
<question>: What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001? <context>: CREATE TABLE table_name_82 (laps INTEGER, year VARCHAR, position VARCHAR, number VARCHAR)
SELECT MIN(laps) FROM table_name_82 WHERE position = "dnf" AND number < 25 AND year < 2001
26,595
<question>: What is the highest number of votes for the French Professor? <context>: CREATE TABLE table_name_20 (votes INTEGER, occupation VARCHAR)
SELECT MAX(votes) FROM table_name_20 WHERE occupation = "french professor"
26,596
<question>: Where is Hip 4872? <context>: CREATE TABLE table_name_38 (constellation VARCHAR, designation VARCHAR)
SELECT constellation FROM table_name_38 WHERE designation = "hip 4872"
26,597
<question>: What is the language of the film Rosie? <context>: CREATE TABLE table_name_33 (language_s_ VARCHAR, original_title VARCHAR)
SELECT language_s_ FROM table_name_33 WHERE original_title = "rosie"
26,598
<question>: What was the title used for Rosie, the film nominated for the dutch language? <context>: CREATE TABLE table_name_79 (film_title_used_in_nomination VARCHAR, language_s_ VARCHAR, original_title VARCHAR)
SELECT film_title_used_in_nomination FROM table_name_79 WHERE language_s_ = "dutch" AND original_title = "rosie"
26,599
<question>: Who won the Mixed Doubles in 2007? <context>: CREATE TABLE table_name_49 (mixed_doubles VARCHAR, year VARCHAR)
SELECT mixed_doubles FROM table_name_49 WHERE year = "2007"