question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What's the name of the award given to Team number 23?
CREATE TABLE table_name_77 (award_name VARCHAR, team_number VARCHAR)
SELECT award_name FROM table_name_77 WHERE team_number = 23
Which is the class A when Weslaco was the class AAAAA and brownwood was the class AAAA
CREATE TABLE table_14747043_1 (class_a VARCHAR, class_aAAAA VARCHAR, Weslaco VARCHAR, class_aAAA VARCHAR, Brownwood VARCHAR)
SELECT class_a FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND class_aAAA = Brownwood
What is Type, when Frequency is "1480"?
CREATE TABLE table_name_97 (type VARCHAR, frequency VARCHAR)
SELECT type FROM table_name_97 WHERE frequency = 1480
What is the opponent in a week larger than 1, with a result of l 21-20?
CREATE TABLE table_name_31 (opponent VARCHAR, week VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_31 WHERE week > 1 AND result = "l 21-20"
How many years was lynn muscarella the high school principal and charlie wiltse the superintendent?
CREATE TABLE table_25037577_1 (year VARCHAR, high_school_principal VARCHAR, superintendent VARCHAR)
SELECT COUNT(year) FROM table_25037577_1 WHERE high_school_principal = "Lynn Muscarella" AND superintendent = "Charlie Wiltse"
Lowest larger than 288, and a Team of east stirlingshire has what lowest average?
CREATE TABLE table_name_61 (average INTEGER, lowest VARCHAR, team VARCHAR)
SELECT MIN(average) FROM table_name_61 WHERE lowest > 288 AND team = "east stirlingshire"
Which Home Team has a Road Team of rochester, and a Result of 71-78?
CREATE TABLE table_name_97 (home_team VARCHAR, road_team VARCHAR, result VARCHAR)
SELECT home_team FROM table_name_97 WHERE road_team = "rochester" AND result = "71-78"
What is the total 2008 value with a 2006 value greater than 322.7, a 353.9 in 2011, and a 2009 less than 392?
CREATE TABLE table_name_53 (Id VARCHAR)
SELECT COUNT(2008) FROM table_name_53 WHERE 2006 > 322.7 AND 2011 = 353.9 AND 2009 < 392
The episode with original air date January 13, 1999 is written by who?
CREATE TABLE table_2618152_1 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_2618152_1 WHERE original_air_date = "January 13, 1999"
Which Arena has Points larger than 28, and a Date of december 14?
CREATE TABLE table_name_2 (arena VARCHAR, points VARCHAR, date VARCHAR)
SELECT arena FROM table_name_2 WHERE points > 28 AND date = "december 14"
WHEN has a Result of w 23–17?
CREATE TABLE table_name_96 (date VARCHAR, result VARCHAR)
SELECT date FROM table_name_96 WHERE result = "w 23–17"
Name the constructor for 10 august
CREATE TABLE table_name_75 (constructor VARCHAR, date VARCHAR)
SELECT constructor FROM table_name_75 WHERE date = "10 august"
What is the retail space of the Stony Point Fashion Park Mall?
CREATE TABLE table_name_70 (retail_space_sq_feet__m²_ VARCHAR, mall_name VARCHAR)
SELECT retail_space_sq_feet__m²_ FROM table_name_70 WHERE mall_name = "stony point fashion park"
when administrative centre is egilsstaðir, what is the pop./ km²?
CREATE TABLE table_2252745_1 (pop__km² VARCHAR, administrative_centre VARCHAR)
SELECT COUNT(pop__km²) FROM table_2252745_1 WHERE administrative_centre = "Egilsstaðir"
Which Saturday has a Name of confederation?
CREATE TABLE table_name_68 (saturday VARCHAR, name VARCHAR)
SELECT saturday FROM table_name_68 WHERE name = "confederation"
Which Record has Points larger than 0, and a Score of 7–3?
CREATE TABLE table_name_96 (record VARCHAR, points VARCHAR, score VARCHAR)
SELECT record FROM table_name_96 WHERE points > 0 AND score = "7–3"
What is the date of the game with Detroit as the visitor team?
CREATE TABLE table_name_23 (date VARCHAR, visitor VARCHAR)
SELECT date FROM table_name_23 WHERE visitor = "detroit"
Name the date for luciano pagliarini
CREATE TABLE table_name_68 (date VARCHAR, winner VARCHAR)
SELECT date FROM table_name_68 WHERE winner = "luciano pagliarini"
Which Stage has a Mountains classification of filippo savini?
CREATE TABLE table_name_79 (stage VARCHAR, mountains_classification VARCHAR)
SELECT stage FROM table_name_79 WHERE mountains_classification = "filippo savini"
How many die sizes have a texture of exactly 34?
CREATE TABLE table_26040604_1 (die_size__mm_2__ VARCHAR, texture___gt__s_ VARCHAR)
SELECT COUNT(die_size__mm_2__) FROM table_26040604_1 WHERE texture___gt__s_ = "34"
What is the average attendance on October 9, 1983?
CREATE TABLE table_name_11 (attendance INTEGER, date VARCHAR)
SELECT AVG(attendance) FROM table_name_11 WHERE date = "october 9, 1983"
What is the series # on airdate September 21, 2002?
CREATE TABLE table_2655016_9 (series__number VARCHAR, original_air_date VARCHAR)
SELECT series__number FROM table_2655016_9 WHERE original_air_date = "September 21, 2002"
At which tournament does Milan play against Hungary's league selection?
CREATE TABLE table_name_97 (tournament VARCHAR, opponent_team VARCHAR)
SELECT tournament FROM table_name_97 WHERE opponent_team = "hungary's league selection"
Which opponent played in game 3 before October 18?
CREATE TABLE table_name_72 (opponent VARCHAR, october VARCHAR, game VARCHAR)
SELECT opponent FROM table_name_72 WHERE october < 18 AND game = 3
what is the highest rank for tim maeyens?
CREATE TABLE table_name_34 (rank INTEGER, athlete VARCHAR)
SELECT MAX(rank) FROM table_name_34 WHERE athlete = "tim maeyens"
What's the season number of the episode watched by 0.57 million US viewers?
CREATE TABLE table_13336122_7 (no_in_season INTEGER, us_viewers__million_ VARCHAR)
SELECT MAX(no_in_season) FROM table_13336122_7 WHERE us_viewers__million_ = "0.57"
What is the highest number of assists for players that are f/c and have under 13 rebounds?
CREATE TABLE table_name_38 (asts INTEGER, pos VARCHAR, rebs VARCHAR)
SELECT MAX(asts) FROM table_name_38 WHERE pos = "f/c" AND rebs < 13
Name the revenue for eps being 8.9
CREATE TABLE table_18304259_1 (revenue__£million_ VARCHAR, earnings_per_share__p_ VARCHAR)
SELECT revenue__£million_ FROM table_18304259_1 WHERE earnings_per_share__p_ = "8.9"
What was the average year that the venue was Bokskogens?
CREATE TABLE table_name_16 (year INTEGER, venue VARCHAR)
SELECT AVG(year) FROM table_name_16 WHERE venue = "bokskogens"
What year was the game that ended with a score of 24-14?
CREATE TABLE table_name_22 (year INTEGER, result VARCHAR)
SELECT AVG(year) FROM table_name_22 WHERE result = "24-14"
Who is every stage winner at the distance of 162.5?
CREATE TABLE table_275506_1 (stage VARCHAR, distance__km_ VARCHAR)
SELECT stage AS winner FROM table_275506_1 WHERE distance__km_ = "162.5"
display the full name (first and last name ) of employee with ID and name of the country presently where (s)he is working.
CREATE TABLE countries (country_name VARCHAR, country_id VARCHAR); CREATE TABLE departments (department_id VARCHAR, location_id VARCHAR); CREATE TABLE locations (location_id VARCHAR, country_id VARCHAR); CREATE TABLE employees (first_name VARCHAR, last_name VARCHAR, employee_id VARCHAR, department_id VARCHAR)
SELECT T1.first_name, T1.last_name, T1.employee_id, T4.country_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id JOIN locations AS T3 ON T2.location_id = T3.location_id JOIN countries AS T4 ON T3.country_id = T4.country_id
What is every entry for America when Atlantic Europe is Hoxniense?
CREATE TABLE table_22860_1 (america VARCHAR, atlantic_europe VARCHAR)
SELECT america FROM table_22860_1 WHERE atlantic_europe = "Hoxniense"
Who is the head coach of the team who's venue is Lokomotiv?
CREATE TABLE table_20140132_1 (head_coach VARCHAR, venue VARCHAR)
SELECT head_coach FROM table_20140132_1 WHERE venue = "Lokomotiv"
How many players were the running back draft pick for the New England Patriots?
CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR, position VARCHAR)
SELECT COUNT(player) FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Running back"
When fitzroy was the home team, how much did the away team score?
CREATE TABLE table_name_76 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_76 WHERE home_team = "fitzroy"
What was the date of the game when St. Louis was the visiting team?
CREATE TABLE table_name_17 (date VARCHAR, visitor VARCHAR)
SELECT date FROM table_name_17 WHERE visitor = "st. louis"
Name Nationality / Opponent on 10 january 1998?
CREATE TABLE table_name_25 (nationality___opponent VARCHAR, date VARCHAR)
SELECT nationality___opponent FROM table_name_25 WHERE date = "10 january 1998"
Find the name of each user and number of tweets tweeted by each of them.
CREATE TABLE tweets (uid VARCHAR); CREATE TABLE user_profiles (name VARCHAR, uid VARCHAR)
SELECT T1.name, COUNT(*) FROM user_profiles AS T1 JOIN tweets AS T2 ON T1.uid = T2.uid GROUP BY T2.uid
What was the final score of Game 1?
CREATE TABLE table_name_28 (score VARCHAR, game VARCHAR)
SELECT score FROM table_name_28 WHERE game = 1
Name the broadcast network for saitama prefecture
CREATE TABLE table_21076286_2 (broadcast_network VARCHAR, broadcast_scope VARCHAR)
SELECT broadcast_network FROM table_21076286_2 WHERE broadcast_scope = "Saitama Prefecture"
Which player played in the united states and scored a total of 144 points?
CREATE TABLE table_name_85 (player VARCHAR, country VARCHAR, total VARCHAR)
SELECT player FROM table_name_85 WHERE country = "united states" AND total = 144
Who is the team that played away team watford?
CREATE TABLE table_name_9 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_9 WHERE away_team = "watford"
when q1 pos is 8 what is the q1+q2 time?
CREATE TABLE table_1924975_1 (q1 VARCHAR, q2_time VARCHAR, q1_pos VARCHAR)
SELECT q1 + q2_time FROM table_1924975_1 WHERE q1_pos = 8
Who was the girl on week 1 that was previous to week 3's Ava Hart?
CREATE TABLE table_name_23 (week_1 VARCHAR, week_3 VARCHAR)
SELECT week_1 FROM table_name_23 WHERE week_3 = "ava hart"
When was the order placed whose shipment tracking number is 3452? Give me the date.
CREATE TABLE shipments (order_id VARCHAR, shipment_tracking_number VARCHAR); CREATE TABLE orders (date_order_placed VARCHAR, order_id VARCHAR)
SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.shipment_tracking_number = 3452
What is the lowest react of the athlete from the United States who has a lane less than 4?
CREATE TABLE table_name_53 (react INTEGER, country VARCHAR, lane VARCHAR)
SELECT MIN(react) FROM table_name_53 WHERE country = "united states" AND lane < 4
How many conductors are there?
CREATE TABLE conductor (Id VARCHAR)
SELECT COUNT(*) FROM conductor
What is the total of against matches when there are less than 12 wins, less than 0 draws, and Moulamein is the golden river?
CREATE TABLE table_name_36 (against INTEGER, draws VARCHAR, wins VARCHAR, golden_rivers VARCHAR)
SELECT SUM(against) FROM table_name_36 WHERE wins < 12 AND golden_rivers = "moulamein" AND draws < 0
Which Player has a Round smaller than 11, and a Pick smaller than 152, and a Position of guard?
CREATE TABLE table_name_10 (player VARCHAR, position VARCHAR, round VARCHAR, pick VARCHAR)
SELECT player FROM table_name_10 WHERE round < 11 AND pick < 152 AND position = "guard"
How many players weight 95?
CREATE TABLE table_13312864_1 (player VARCHAR, weight VARCHAR)
SELECT COUNT(player) FROM table_13312864_1 WHERE weight = 95
Retrieve the country that has published the most papers.
CREATE TABLE inst (country VARCHAR, instid VARCHAR); CREATE TABLE authorship (instid VARCHAR, paperid VARCHAR); CREATE TABLE papers (paperid VARCHAR)
SELECT t1.country FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.country ORDER BY COUNT(*) DESC LIMIT 1
Which Perth also has Sydney yes, Gold Coast yes, and Adelaide no?
CREATE TABLE table_name_97 (perth VARCHAR, adelaide VARCHAR, sydney VARCHAR, gold_coast VARCHAR)
SELECT perth FROM table_name_97 WHERE sydney = "yes" AND gold_coast = "yes" AND adelaide = "no"
Which label had a catalog designation of ch-9196?
CREATE TABLE table_name_48 (label VARCHAR, catalog VARCHAR)
SELECT label FROM table_name_48 WHERE catalog = "ch-9196"
What is the final score for the game played on January 10, 2011 with partner Mashona Washington?
CREATE TABLE table_name_22 (score VARCHAR, partner VARCHAR, date VARCHAR)
SELECT score FROM table_name_22 WHERE partner = "mashona washington" AND date = "january 10, 2011"
Tell me the result for 1979-01-17
CREATE TABLE table_name_5 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_5 WHERE date = "1979-01-17"
when there were 48 → 32 clubs?
CREATE TABLE table_name_82 (new_entries_this_round VARCHAR, clubs VARCHAR)
SELECT new_entries_this_round FROM table_name_82 WHERE clubs = "48 → 32"
List all headquarters and the number of companies in each headquarter.
CREATE TABLE company (headquarters VARCHAR)
SELECT headquarters, COUNT(*) FROM company GROUP BY headquarters
What is Userpics Free, when Monthly Cost For Paid Account is "unknown", and when S Registered User is 2340?
CREATE TABLE table_name_89 (userpics_free VARCHAR, monthly_cost_for_paid_account VARCHAR, s_registered_user VARCHAR)
SELECT userpics_free FROM table_name_89 WHERE monthly_cost_for_paid_account = "unknown" AND s_registered_user = "2340"
Which college has a pick below 6 for the PBA team the Shell Turbo Chargers?
CREATE TABLE table_name_11 (college VARCHAR, pick VARCHAR, pba_team VARCHAR)
SELECT college FROM table_name_11 WHERE pick < 6 AND pba_team = "shell turbo chargers"
What type of regular season/preseason game was played on August 25, 2007?
CREATE TABLE table_name_70 (regular_season___preseason VARCHAR, date VARCHAR)
SELECT regular_season___preseason FROM table_name_70 WHERE date = "august 25, 2007"
Tell me the date for detroit and game more than 3
CREATE TABLE table_name_53 (date VARCHAR, team VARCHAR, game VARCHAR)
SELECT date FROM table_name_53 WHERE team = "detroit" AND game > 3
Can you tell me the sum of Money ($) that has the Score of 69-72-67-71=279, and the Player of loren roberts?
CREATE TABLE table_name_84 (money___ INTEGER, player VARCHAR, score VARCHAR)
SELECT SUM(money___) AS $__ FROM table_name_84 WHERE score = 69 - 72 - 67 - 71 = 279 AND player = "loren roberts"
What is the result of 2003 eaff championship preliminary on 2 march 2003?
CREATE TABLE table_name_70 (result VARCHAR, competition VARCHAR, date VARCHAR)
SELECT result FROM table_name_70 WHERE competition = "2003 eaff championship preliminary" AND date = "2 march 2003"
what's the election date where member is william richmond category:articles with hcards
CREATE TABLE table_1193568_1 (election_date VARCHAR, member VARCHAR)
SELECT election_date FROM table_1193568_1 WHERE member = "William Richmond Category:Articles with hCards"
Which team had fans took of 288?
CREATE TABLE table_name_71 (team VARCHAR, fans_took VARCHAR)
SELECT team FROM table_name_71 WHERE fans_took = "288"
What type of game had a 0:0 result?
CREATE TABLE table_name_17 (type_of_game VARCHAR, results¹ VARCHAR)
SELECT type_of_game FROM table_name_17 WHERE results¹ = "0:0"
What are the changes from 2009 to 2010 in Tunisia?
CREATE TABLE table_14752049_2 (change__2009_to_2010_ VARCHAR, country VARCHAR)
SELECT change__2009_to_2010_ FROM table_14752049_2 WHERE country = "Tunisia"
how many times has Aaron Ogden (f), been a successor and has had a formal installation?
CREATE TABLE table_224840_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR)
SELECT COUNT(date_of_successors_formal_installation) FROM table_224840_3 WHERE successor = "Aaron Ogden (F)"
What is the highest percent of Bruce Arena when he loses more than 11 games?
CREATE TABLE table_name_9 (pts INTEGER, coach VARCHAR, loss VARCHAR)
SELECT MAX(pts) FROM table_name_9 WHERE coach = "bruce arena" AND loss > 11
What is the code of 1.5 dci 110, which has a capacity of 1,461cc?
CREATE TABLE table_name_7 (code VARCHAR, capacity VARCHAR, name VARCHAR)
SELECT code FROM table_name_7 WHERE capacity = "1,461cc" AND name = "1.5 dci 110"
What are the order dates of orders with price higher than 1000?
CREATE TABLE Products (Product_ID VARCHAR, Product_price INTEGER); CREATE TABLE ORDER_ITEMS (Order_ID VARCHAR, Product_ID VARCHAR); CREATE TABLE Customer_Orders (Order_Date VARCHAR, Order_ID VARCHAR)
SELECT T1.Order_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID JOIN Products AS T3 ON T2.Product_ID = T3.Product_ID WHERE T3.Product_price > 1000
Name the total number of series for april 26
CREATE TABLE table_17621978_11 (series VARCHAR, date VARCHAR)
SELECT COUNT(series) FROM table_17621978_11 WHERE date = "April 26"
How many tournaments in Texas had a purse higher than 330105.1624276874?
CREATE TABLE table_11622392_1 (location VARCHAR, purse__$__ VARCHAR)
SELECT COUNT(1 AS st_prize__) AS $__ FROM table_11622392_1 WHERE location = "Texas" AND purse__$__ > 330105.1624276874
Which 2007 has a 2003 of 2r, and a 2004 of 1r?
CREATE TABLE table_name_7 (Id VARCHAR)
SELECT 2007 FROM table_name_7 WHERE 2003 = "2r" AND 2004 = "1r"
If the number of floors is 70, what is the height?
CREATE TABLE table_27067379_1 (height VARCHAR, number_of_floors VARCHAR)
SELECT height FROM table_27067379_1 WHERE number_of_floors = 70
How many different high assists results are there for the game played on February 24?
CREATE TABLE table_23248940_9 (high_assists VARCHAR, date VARCHAR)
SELECT COUNT(high_assists) FROM table_23248940_9 WHERE date = "February 24"
What is the lowest pick of a player for the SS, P Position for the Minnesota Twins?
CREATE TABLE table_name_51 (pick INTEGER, position VARCHAR, team VARCHAR)
SELECT MIN(pick) FROM table_name_51 WHERE position = "ss, p" AND team = "minnesota twins"
When was Color of green first issued?
CREATE TABLE table_name_51 (first_issued INTEGER, color VARCHAR)
SELECT MIN(first_issued) FROM table_name_51 WHERE color = "green"
In what year(s) did South Korea win silver?
CREATE TABLE table_name_14 (year VARCHAR, silver VARCHAR)
SELECT year FROM table_name_14 WHERE silver = "south korea"
What competition, federation, or league are the Tennessee Titans a member of?
CREATE TABLE table_name_7 (competition_ VARCHAR, _federation_ VARCHAR, _or_league VARCHAR, team VARCHAR)
SELECT competition_, _federation_, _or_league FROM table_name_7 WHERE team = "tennessee titans"
What is the highest crowd number for the home team Richmond?
CREATE TABLE table_name_5 (crowd INTEGER, home_team VARCHAR)
SELECT MAX(crowd) FROM table_name_5 WHERE home_team = "richmond"
What is the 1880 figure when 1860 is N/A and 1910 is 494?
CREATE TABLE table_name_19 (Id VARCHAR)
SELECT 1880 FROM table_name_19 WHERE 1860 = "n/a" AND 1910 = 494
What is the CFL Team with Will Grant?
CREATE TABLE table_name_32 (cfl_team VARCHAR, player VARCHAR)
SELECT cfl_team FROM table_name_32 WHERE player = "will grant"
What is the average for silver when bronze is less than 1, and gold is more than 0?
CREATE TABLE table_name_57 (silver INTEGER, bronze VARCHAR, gold VARCHAR)
SELECT AVG(silver) FROM table_name_57 WHERE bronze < 1 AND gold > 0
What's the location of the team Peter Stuyvesant International Racing?
CREATE TABLE table_name_65 (city___state VARCHAR, team VARCHAR)
SELECT city___state FROM table_name_65 WHERE team = "peter stuyvesant international racing"
What is the number for the forward position from the school/club team La Salle?
CREATE TABLE table_name_90 (number VARCHAR, position VARCHAR, school_club_team VARCHAR)
SELECT number FROM table_name_90 WHERE position = "forward" AND school_club_team = "la salle"
which driver got best time of day 1:16.93
CREATE TABLE table_20090682_4 (driver VARCHAR, best_time_of_day VARCHAR)
SELECT driver FROM table_20090682_4 WHERE best_time_of_day = "1:16.93"
What is the muzzle energy with 40,000 psi max pressure?
CREATE TABLE table_name_40 (muzzle_energy VARCHAR, max_pressure VARCHAR)
SELECT muzzle_energy FROM table_name_40 WHERE max_pressure = "40,000 psi"
What is the style for Giuseppe Bausilio?
CREATE TABLE table_name_31 (style VARCHAR, name VARCHAR)
SELECT style FROM table_name_31 WHERE name = "giuseppe bausilio"
Who is the leader of the party which has Seats less than 28, a percentage of votes 54.03, and more votes than 120,801?
CREATE TABLE table_name_18 (leader VARCHAR, votes VARCHAR, seats VARCHAR, percentage VARCHAR)
SELECT leader FROM table_name_18 WHERE seats < 28 AND percentage = "54.03" AND votes > 120 OFFSET 801
What is the Date of Tie no 35 with a Score of 3–2?
CREATE TABLE table_name_78 (date VARCHAR, score VARCHAR, tie_no VARCHAR)
SELECT date FROM table_name_78 WHERE score = "3–2" AND tie_no = "35"
Who manufactured fleet numbers of wlwr 2, 4, 11?
CREATE TABLE table_name_43 (manufacturer VARCHAR, fleet_numbers VARCHAR)
SELECT manufacturer FROM table_name_43 WHERE fleet_numbers = "wlwr 2, 4, 11"
What is Tom Kite's Place?
CREATE TABLE table_name_78 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_78 WHERE player = "tom kite"
What is the coinage metal for KM numbers of S45?
CREATE TABLE table_26336060_19 (coinage_metal VARCHAR, km_number VARCHAR)
SELECT coinage_metal FROM table_26336060_19 WHERE km_number = "S45"
What was the first win for pos 6?
CREATE TABLE table_12707313_2 (first_win VARCHAR, pos VARCHAR)
SELECT first_win FROM table_12707313_2 WHERE pos = 6
Which team has 10 losses?
CREATE TABLE table_name_33 (team VARCHAR, lost VARCHAR)
SELECT team FROM table_name_33 WHERE lost = 10
In what race was the weight in kg 55 and the winner/2nd 1st - Jim and Tonic?
CREATE TABLE table_2581397_4 (race VARCHAR, weight__kg_ VARCHAR, winner_2nd VARCHAR)
SELECT race FROM table_2581397_4 WHERE weight__kg_ = "55" AND winner_2nd = "1st - Jim And Tonic"
Which Ship has a Year larger than 2013?
CREATE TABLE table_name_54 (ship VARCHAR, year INTEGER)
SELECT ship FROM table_name_54 WHERE year > 2013
What was the result of t.u.f.f. puppy?
CREATE TABLE table_name_37 (result VARCHAR, work VARCHAR)
SELECT result FROM table_name_37 WHERE work = "t.u.f.f. puppy"