question
stringlengths
12
243
answer
stringlengths
18
557
context
stringlengths
27
489
Which skip's lead is Gordon McDougall?
SELECT skip FROM table_name_17 WHERE lead = "gordon mcdougall"
CREATE TABLE table_name_17 (skip VARCHAR, lead VARCHAR)
Which Whitten has a Stuart of bass, and a Paul McCartney of electric guitar?
SELECT whitten FROM table_name_12 WHERE stuart = "bass" AND paul_mccartney = "electric guitar"
CREATE TABLE table_name_12 (whitten VARCHAR, stuart VARCHAR, paul_mccartney VARCHAR)
Show the authors of submissions and the acceptance results of their submissions.
SELECT T2.Author, T1.Result FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID
CREATE TABLE acceptance (Result VARCHAR, Submission_ID VARCHAR); CREATE TABLE submission (Author VARCHAR, Submission_ID VARCHAR)
Which athlete performed before 1984 in an 800 m event?
SELECT athlete FROM table_name_40 WHERE year < 1984 AND event = "800 m"
CREATE TABLE table_name_40 (athlete VARCHAR, year VARCHAR, event VARCHAR)
Name the tournament venue for big sky conference
SELECT tournament_venue__city_ FROM table_22849575_6 WHERE conference = "Big Sky conference"
CREATE TABLE table_22849575_6 (tournament_venue__city_ VARCHAR, conference VARCHAR)
What was the attendance at the game with a record of 4-5?
SELECT attendance FROM table_name_92 WHERE record = "4-5"
CREATE TABLE table_name_92 (attendance VARCHAR, record VARCHAR)
What is the city where the number is 47?
SELECT city_district__stadtteil_ FROM table_10992_3 WHERE no = "47"
CREATE TABLE table_10992_3 (city_district__stadtteil_ VARCHAR, no VARCHAR)
Which Place has a To par smaller than 15, and a Score of 74-74-74-75=297?
SELECT place FROM table_name_26 WHERE to_par < 15 AND score = 74 - 74 - 74 - 75 = 297
CREATE TABLE table_name_26 (place VARCHAR, to_par VARCHAR, score VARCHAR)
How many top-25s are associated with more than 91 events?
SELECT SUM(top_25) FROM table_name_24 WHERE events > 91
CREATE TABLE table_name_24 (top_25 INTEGER, events INTEGER)
Name the total number of r for coppa italia larger than 1.0
SELECT COUNT(r) FROM table WHERE coppa_italia > 1.0
CREATE TABLE table (r VARCHAR, coppa_italia INTEGER)
What higher harmonics have an NOAA of 8?
SELECT higher_harmonics FROM table_name_19 WHERE noaa = "8"
CREATE TABLE table_name_19 (higher_harmonics VARCHAR, noaa VARCHAR)
Tell me the ethnic group for jewish of 0.47%
SELECT ethnic_group FROM table_name_77 WHERE jewish = "0.47%"
CREATE TABLE table_name_77 (ethnic_group VARCHAR, jewish VARCHAR)
What is the series episode number with a segment of D, and having fluorescent tubes?
SELECT series_ep FROM table_name_22 WHERE segment_d = "fluorescent tubes"
CREATE TABLE table_name_22 (series_ep VARCHAR, segment_d VARCHAR)
What is the time/retired for ronnie peterson with under 75 laps and a grid under 15?
SELECT time_retired FROM table_name_30 WHERE laps < 75 AND grid < 15 AND driver = "ronnie peterson"
CREATE TABLE table_name_30 (time_retired VARCHAR, driver VARCHAR, laps VARCHAR, grid VARCHAR)
How many distinct teams are involved in match seasons?
SELECT COUNT(DISTINCT Team) FROM match_season
CREATE TABLE match_season (Team VARCHAR)
What did the away team Carlton score?
SELECT away_team AS score FROM table_name_29 WHERE away_team = "carlton"
CREATE TABLE table_name_29 (away_team VARCHAR)
What is the loss when the time was 3:16, and a Record of 15–15?
SELECT loss FROM table_name_74 WHERE time = "3:16" AND record = "15–15"
CREATE TABLE table_name_74 (loss VARCHAR, time VARCHAR, record VARCHAR)
What type of government does Kyrgyzstan have?
SELECT 2012 AS _democracy_index FROM table_1604579_2 WHERE country = "Kyrgyzstan"
CREATE TABLE table_1604579_2 (country VARCHAR)
What is the name of the song that is part of the opening theme and has a drama of the revolving doors of vengeance?
SELECT name_of_the_song FROM table_name_82 WHERE kind_of_the_song = "opening theme" AND drama = "revolving doors of vengeance"
CREATE TABLE table_name_82 (name_of_the_song VARCHAR, kind_of_the_song VARCHAR, drama VARCHAR)
What was Eric Dickerson's longest run?
SELECT COUNT(longest_run) FROM table_11157122_5 WHERE player = "Eric Dickerson"
CREATE TABLE table_11157122_5 (longest_run VARCHAR, player VARCHAR)
What is the fastest lap of the race where Giuseppe Farina was the winning driver?
SELECT fastest_lap FROM table_name_76 WHERE winning_driver = "giuseppe farina"
CREATE TABLE table_name_76 (fastest_lap VARCHAR, winning_driver VARCHAR)
Which Against has Losses smaller than 5, and a Wimmera FL of warrack eagles, and Draws smaller than 0?
SELECT AVG(against) FROM table_name_68 WHERE losses < 5 AND wimmera_fl = "warrack eagles" AND draws < 0
CREATE TABLE table_name_68 (against INTEGER, draws VARCHAR, losses VARCHAR, wimmera_fl VARCHAR)
What is the largest mass for Tycho Crater?
SELECT MAX(mass__kg_) FROM table_name_59 WHERE landing_zone = "tycho crater"
CREATE TABLE table_name_59 (mass__kg_ INTEGER, landing_zone VARCHAR)
When was there a team of Simon and the start was 3?
SELECT year FROM table_name_48 WHERE team = "simon" AND start = "3"
CREATE TABLE table_name_48 (year VARCHAR, team VARCHAR, start VARCHAR)
On which date was the match in Manama, Bahrain?
SELECT date FROM table_name_63 WHERE venue = "manama, bahrain"
CREATE TABLE table_name_63 (date VARCHAR, venue VARCHAR)
What is the english name of the ministry of defense with an abbreviation of nda bōei-dai(防衛大)?
SELECT english_name FROM table_name_31 WHERE provider_national_government_ = "ministry of defense" AND abbreviation = "nda bōei-dai(防衛大)"
CREATE TABLE table_name_31 (english_name VARCHAR, provider_national_government_ VARCHAR, abbreviation VARCHAR)
Which play was done by the Radu Stanca National Theatre company?
SELECT play FROM table_name_47 WHERE company = "radu stanca national theatre"
CREATE TABLE table_name_47 (play VARCHAR, company VARCHAR)
What location has an annual change of 7.6%
SELECT location FROM table_name_32 WHERE annual_change = "7.6%"
CREATE TABLE table_name_32 (location VARCHAR, annual_change VARCHAR)
What MLB Drafts have the position pitcher/infielder?
SELECT mlb_draft FROM table_11677100_16 WHERE position = "Pitcher/Infielder"
CREATE TABLE table_11677100_16 (mlb_draft VARCHAR, position VARCHAR)
Who was the Centerfold Model on 9-03?
SELECT centerfold_model FROM table_name_79 WHERE date = "9-03"
CREATE TABLE table_name_79 (centerfold_model VARCHAR, date VARCHAR)
What was the October 22 record?
SELECT record FROM table_27537518_4 WHERE date = "October 22"
CREATE TABLE table_27537518_4 (record VARCHAR, date VARCHAR)
Which Losses have a South West DFL of branxholme-wallacedale, and less than 2 Byes?
SELECT AVG(losses) FROM table_name_21 WHERE south_west_dfl = "branxholme-wallacedale" AND byes < 2
CREATE TABLE table_name_21 (losses INTEGER, south_west_dfl VARCHAR, byes VARCHAR)
What pick # did Western Illinois have?
SELECT pick__number FROM table_16575609_3 WHERE college = "Western Illinois"
CREATE TABLE table_16575609_3 (pick__number VARCHAR, college VARCHAR)
Which opponent has 1-1 as the record?
SELECT opponent FROM table_name_95 WHERE record = "1-1"
CREATE TABLE table_name_95 (opponent VARCHAR, record VARCHAR)
What date has won as the result and 2-1 as the score with a competition of 2004 tiger cup third place match?
SELECT date FROM table_name_93 WHERE result = "won" AND score = "2-1" AND competition = "2004 tiger cup third place match"
CREATE TABLE table_name_93 (date VARCHAR, competition VARCHAR, result VARCHAR, score VARCHAR)
How many Tries has Points for smaller than 137, and Tries against larger than 12?
SELECT COUNT(tries_for) FROM table_name_81 WHERE points_for < 137 AND tries_against > 12
CREATE TABLE table_name_81 (tries_for VARCHAR, points_for VARCHAR, tries_against VARCHAR)
Which Year is the lowest one that has a Time of 24:55:58, and a Place larger than 3?
SELECT MIN(year) FROM table_name_69 WHERE time = "24:55:58" AND place > 3
CREATE TABLE table_name_69 (year INTEGER, time VARCHAR, place VARCHAR)
What was the population in Kisumu county as of 2009?
SELECT population_census_2009 FROM table_16278894_1 WHERE county = "Kisumu"
CREATE TABLE table_16278894_1 (population_census_2009 VARCHAR, county VARCHAR)
Which NCAA Tournament Appearances have Conference Titles that are larger than 0, NCAA Titles of 0, and were coached by Lou Watson?
SELECT ncaa_tourn_appearances FROM table_name_3 WHERE conference_titles > "0" AND ncaa_titles = "0" AND coach = "lou watson"
CREATE TABLE table_name_3 (ncaa_tourn_appearances VARCHAR, coach VARCHAR, conference_titles VARCHAR, ncaa_titles VARCHAR)
Name the most serial number for feb 1994
SELECT MAX(Serial) AS number FROM table_29002641_1 WHERE scrapped = "Feb 1994"
CREATE TABLE table_29002641_1 (Serial INTEGER, scrapped VARCHAR)
What is the IHSA cheerleading class for the enrollment of 2600?
SELECT ihsa_cheerleading_class FROM table_27653955_1 WHERE enrollment = 2600
CREATE TABLE table_27653955_1 (ihsa_cheerleading_class VARCHAR, enrollment VARCHAR)
What is the amount of oil terminal in 2004?
SELECT 2004 FROM table_name_51 WHERE product = "oil terminal"
CREATE TABLE table_name_51 (product VARCHAR)
Who is the visiting team when Minnesota is the home team?
SELECT visitor FROM table_name_67 WHERE home = "minnesota"
CREATE TABLE table_name_67 (visitor VARCHAR, home VARCHAR)
How many wins did he have when he made over 2 cuts and had under 2 top 10s?
SELECT AVG(wins) FROM table_name_37 WHERE cuts_made > 2 AND top_10 < 2
CREATE TABLE table_name_37 (wins INTEGER, cuts_made VARCHAR, top_10 VARCHAR)
What is the sum of draw with a lost smaller than 6, and a place of 5, and a goals scored less than 29?
SELECT SUM(draw) FROM table_name_90 WHERE lost < 6 AND place = 5 AND goals_scored < 29
CREATE TABLE table_name_90 (draw INTEGER, goals_scored VARCHAR, lost VARCHAR, place VARCHAR)
Which Position has a Round larger than 4, and a Player of patrick johnson?
SELECT position FROM table_name_45 WHERE round > 4 AND player = "patrick johnson"
CREATE TABLE table_name_45 (position VARCHAR, round VARCHAR, player VARCHAR)
Name the site for game of game 2
SELECT site FROM table_name_26 WHERE game = "game 2"
CREATE TABLE table_name_26 (site VARCHAR, game VARCHAR)
Who was Judge Jack Edward Tanner's chief judge?
SELECT Chief AS judge FROM table_name_37 WHERE judge = "jack edward tanner"
CREATE TABLE table_name_37 (Chief VARCHAR, judge VARCHAR)
When was Tomokazu Soma born who plays for the wild knights?
SELECT date_of_birth__age_ FROM table_name_71 WHERE club_province = "wild knights" AND player = "tomokazu soma"
CREATE TABLE table_name_71 (date_of_birth__age_ VARCHAR, club_province VARCHAR, player VARCHAR)
How many Malaysia Cups have a total less than 0?
SELECT COUNT(malaysia_cup) FROM table_name_5 WHERE total < 0
CREATE TABLE table_name_5 (malaysia_cup VARCHAR, total INTEGER)
How many segment C are there in the episode where segment D is bicycle tires?
SELECT COUNT(segment_c) FROM table_15187735_20 WHERE segment_d = "Bicycle Tires"
CREATE TABLE table_15187735_20 (segment_c VARCHAR, segment_d VARCHAR)
What is the 2008 population in 함흥 (Ham Hyung)?
SELECT SUM(population__2008_) FROM table_name_55 WHERE korean = "함흥"
CREATE TABLE table_name_55 (population__2008_ INTEGER, korean VARCHAR)
What is round 10's nationality?
SELECT nationality FROM table_name_55 WHERE round = 10
CREATE TABLE table_name_55 (nationality VARCHAR, round VARCHAR)
Who is the high rebounds for game 64?
SELECT high_rebounds FROM table_23281862_9 WHERE game = 64
CREATE TABLE table_23281862_9 (high_rebounds VARCHAR, game VARCHAR)
What is south melbourne's scores when they are the away team?
SELECT away_team AS score FROM table_name_32 WHERE away_team = "south melbourne"
CREATE TABLE table_name_32 (away_team VARCHAR)
Which Outcome has a Opponent of lindsay lee-waters?
SELECT outcome FROM table_name_83 WHERE opponent = "lindsay lee-waters"
CREATE TABLE table_name_83 (outcome VARCHAR, opponent VARCHAR)
Where was the game played that started at 7:00 p.m.?
SELECT game_site FROM table_24396664_2 WHERE kickoff = "7:00 p.m."
CREATE TABLE table_24396664_2 (game_site VARCHAR, kickoff VARCHAR)
When 3 - 1 hughes 64' is the score what is the stadium?
SELECT stadium FROM table_21377473_7 WHERE score = "3 - 1 Hughes 64'"
CREATE TABLE table_21377473_7 (stadium VARCHAR, score VARCHAR)
In 2014, what are the id and rank of the team that has the largest average number of attendance?
SELECT T2.team_id, T2.rank FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id WHERE T1.year = 2014 GROUP BY T1.team_id ORDER BY AVG(T1.attendance) DESC LIMIT 1
CREATE TABLE team (team_id VARCHAR, rank VARCHAR); CREATE TABLE home_game (team_id VARCHAR, year VARCHAR, attendance INTEGER)
What is Rank Points, when Event is "WC Milan", and when Shooter is "Lalita Yauhleuskaya ( AUS )"?
SELECT rank_points FROM table_name_77 WHERE event = "wc milan" AND shooter = "lalita yauhleuskaya ( aus )"
CREATE TABLE table_name_77 (rank_points VARCHAR, event VARCHAR, shooter VARCHAR)
What was the total result for couple Ellery and Frankie?
SELECT COUNT(result) FROM table_19744915_17 WHERE couple = "Ellery and Frankie"
CREATE TABLE table_19744915_17 (result VARCHAR, couple VARCHAR)
When is Edmonton Oilers in?
SELECT date FROM table_name_99 WHERE home = "edmonton oilers"
CREATE TABLE table_name_99 (date VARCHAR, home VARCHAR)
What is the school of the player from Lake Charles, LA?
SELECT school FROM table_11677100_18 WHERE hometown = "Lake Charles, LA"
CREATE TABLE table_11677100_18 (school VARCHAR, hometown VARCHAR)
Who is the home team when Sheffield United is the away team?
SELECT home_team FROM table_name_38 WHERE away_team = "sheffield united"
CREATE TABLE table_name_38 (home_team VARCHAR, away_team VARCHAR)
What was the election result before 2004 where Eric Cantor was the incumbent?
SELECT results FROM table_name_61 WHERE first_elected < 2004 AND incumbent = "eric cantor"
CREATE TABLE table_name_61 (results VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
What is the earliest season that Pisico Bình ðinh is team 2?
SELECT MIN(season) FROM table_name_95 WHERE team_2 = "pisico bình ðinh"
CREATE TABLE table_name_95 (season INTEGER, team_2 VARCHAR)
How many laps had a time stat of accident for the rider carmelo morales when the grid was more than 25?
SELECT SUM(laps) FROM table_name_84 WHERE time = "accident" AND rider = "carmelo morales" AND grid > 25
CREATE TABLE table_name_84 (laps INTEGER, grid VARCHAR, time VARCHAR, rider VARCHAR)
What was the maximum l&cr number for archimedes?
SELECT MAX(l) & cr_no FROM table_1184344_1 WHERE name = "Archimedes"
CREATE TABLE table_1184344_1 (cr_no VARCHAR, l INTEGER, name VARCHAR)
During which years did the golfer with the total of 289 win?
SELECT year_s__won FROM table_name_42 WHERE total = 289
CREATE TABLE table_name_42 (year_s__won VARCHAR, total VARCHAR)
What's the rank when the obese children and adolescent count is 14.2%?
SELECT SUM(obesity_rank) FROM table_name_74 WHERE obese_children_and_adolescents = "14.2%"
CREATE TABLE table_name_74 (obesity_rank INTEGER, obese_children_and_adolescents VARCHAR)
How many losses did the division who appeared less than 16 times have?
SELECT losses FROM table_name_95 WHERE appearances < 16
CREATE TABLE table_name_95 (losses VARCHAR, appearances INTEGER)
what is the place when the draw is less than 12 and the artist is quartissimo feat. martina?
SELECT SUM(place) FROM table_name_60 WHERE draw < 12 AND artist = "quartissimo feat. martina"
CREATE TABLE table_name_60 (place INTEGER, draw VARCHAR, artist VARCHAR)
Name the date for race title lakeside
SELECT date FROM table_name_21 WHERE race_title = "lakeside"
CREATE TABLE table_name_21 (date VARCHAR, race_title VARCHAR)
how many endings have american pronounciation əs
SELECT COUNT(australian) FROM table_17798093_20 WHERE american = "əs"
CREATE TABLE table_17798093_20 (australian VARCHAR, american VARCHAR)
What is the length of the Laguna Seca Raceway circuit with a class of gtu?
SELECT length FROM table_name_94 WHERE circuit = "laguna seca raceway" AND class = "gtu"
CREATE TABLE table_name_94 (length VARCHAR, circuit VARCHAR, class VARCHAR)
What was Gassaway's record at the fight in mississippi, united states against anthony macias?
SELECT record FROM table_name_19 WHERE location = "mississippi, united states" AND opponent = "anthony macias"
CREATE TABLE table_name_19 (record VARCHAR, location VARCHAR, opponent VARCHAR)
What E score has the T score of 8 and a number smaller than 22.95?
SELECT MIN(e_score) FROM table_name_66 WHERE t_score = 8 AND total < 22.95
CREATE TABLE table_name_66 (e_score INTEGER, t_score VARCHAR, total VARCHAR)
What is the lowest Against, when Opposing Team is Queensland?
SELECT MIN(against) FROM table_name_92 WHERE opposing_team = "queensland"
CREATE TABLE table_name_92 (against INTEGER, opposing_team VARCHAR)
What is the largest laps led with the lotus-ford 34/3 chassis?
SELECT MAX(laps_led) FROM table_181892_4 WHERE chassis = "Lotus-Ford 34/3"
CREATE TABLE table_181892_4 (laps_led INTEGER, chassis VARCHAR)
Which city has an IATA of tsa?
SELECT city FROM table_name_69 WHERE iata = "tsa"
CREATE TABLE table_name_69 (city VARCHAR, iata VARCHAR)
Where is Miller Barber from?
SELECT place FROM table_name_52 WHERE player = "miller barber"
CREATE TABLE table_name_52 (place VARCHAR, player VARCHAR)
When the # is 4, what is the pop./ km²?
SELECT pop__km² FROM table_2252745_1 WHERE _number = 4
CREATE TABLE table_2252745_1 (pop__km² VARCHAR, _number VARCHAR)
Name the average rank with larger than 3 and heat more than 5
SELECT AVG(rank) FROM table_name_24 WHERE lane > 3 AND heat > 5
CREATE TABLE table_name_24 (rank INTEGER, lane VARCHAR, heat VARCHAR)
Which date has rich stadium as the game site for week 1?
SELECT date FROM table_name_13 WHERE game_site = "rich stadium" AND week = 1
CREATE TABLE table_name_13 (date VARCHAR, game_site VARCHAR, week VARCHAR)
Who has the pole position for the nürburgring circuit?
SELECT pole_position FROM table_name_13 WHERE circuit = "nürburgring"
CREATE TABLE table_name_13 (pole_position VARCHAR, circuit VARCHAR)
What was the margin of victory when the winning score was −12 (66-67-64-71=268)?
SELECT margin_of_victory FROM table_name_67 WHERE winning_score = −12(66 - 67 - 64 - 71 = 268)
CREATE TABLE table_name_67 (margin_of_victory VARCHAR, winning_score VARCHAR)
What is the lowest Games, when Name is Jeremiah Massey, and when Points is less than 340?
SELECT MIN(games) FROM table_name_91 WHERE name = "jeremiah massey" AND points < 340
CREATE TABLE table_name_91 (games INTEGER, name VARCHAR, points VARCHAR)
What was the final score for the game on May 1?
SELECT score FROM table_name_72 WHERE date = "may 1"
CREATE TABLE table_name_72 (score VARCHAR, date VARCHAR)
What is week 3 when week 6 is 26.05?
SELECT week_3 FROM table_name_78 WHERE week_6 = "26.05"
CREATE TABLE table_name_78 (week_3 VARCHAR, week_6 VARCHAR)
What was the rating for Brisbane the week that Adelaide had 94000?
SELECT MIN(brisbane) FROM table_24291077_8 WHERE adelaide = 94000
CREATE TABLE table_24291077_8 (brisbane INTEGER, adelaide VARCHAR)
Who directed the TV broadcast s03e19?
SELECT directed_by FROM table_15861776_1 WHERE tv_broadcast = "S03E19"
CREATE TABLE table_15861776_1 (directed_by VARCHAR, tv_broadcast VARCHAR)
What is the largest value for Fall 08 when Fall 07 is less than 242?
SELECT MAX(fall_08) FROM table_name_28 WHERE fall_07 < 242
CREATE TABLE table_name_28 (fall_08 INTEGER, fall_07 INTEGER)
Who is the developer when the pre-release is no*?
SELECT kinka_developer FROM table_name_70 WHERE kinka_pre_release = "no*"
CREATE TABLE table_name_70 (kinka_developer VARCHAR, kinka_pre_release VARCHAR)
What is the average Against when the drawn is more than 2 and the Difference of- 17, and a Played smaller than 20?
SELECT AVG(against) FROM table_name_88 WHERE drawn > 2 AND difference = "- 17" AND played < 20
CREATE TABLE table_name_88 (against INTEGER, played VARCHAR, drawn VARCHAR, difference VARCHAR)
What date has friendly as the competition, with pretoria, South Africa as the venue?
SELECT date FROM table_name_79 WHERE competition = "friendly" AND venue = "pretoria, south africa"
CREATE TABLE table_name_79 (date VARCHAR, competition VARCHAR, venue VARCHAR)
What Rotterterrode has a Reimboldsh 80?
SELECT rotterterode FROM table_name_31 WHERE reimboldsh = "80"
CREATE TABLE table_name_31 (rotterterode VARCHAR, reimboldsh VARCHAR)
What is the average lane of the athlete from cuba who has a time greater than 22.57 and react less than 0.245?
SELECT AVG(lane) FROM table_name_8 WHERE time > 22.57 AND react < 0.245 AND country = "cuba"
CREATE TABLE table_name_8 (lane INTEGER, country VARCHAR, time VARCHAR, react VARCHAR)
What is the name of the roller coaster that opened in 2000 in Brighton Pier?
SELECT name FROM table_name_98 WHERE opened = 2000 AND park = "brighton pier"
CREATE TABLE table_name_98 (name VARCHAR, opened VARCHAR, park VARCHAR)
what is the geo id when the longitude is -98.435797 and the land (sqmi) is less than 36.039?
SELECT MAX(geo_id) FROM table_name_1 WHERE longitude = -98.435797 AND land___sqmi__ < 36.039
CREATE TABLE table_name_1 (geo_id INTEGER, longitude VARCHAR, land___sqmi__ VARCHAR)
Which Points for has Points against smaller than 93, and Tries for larger than 25?
SELECT MIN(points_for) FROM table_name_38 WHERE points_against < 93 AND tries_for > 25
CREATE TABLE table_name_38 (points_for INTEGER, points_against VARCHAR, tries_for VARCHAR)