answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT MIN(top_5) FROM table_1671401_1
Name the least top 5
CREATE TABLE table_1671401_1 (top_5 INTEGER)
SELECT year FROM table_name_6 WHERE win__percentage = "50.00%" AND matches > 14 AND wins > 8
What year was the Win percentage 50.00%, with more than 14 matches, and wins more than 8?
CREATE TABLE table_name_6 (year VARCHAR, wins VARCHAR, win__percentage VARCHAR, matches VARCHAR)
SELECT player FROM table_name_55 WHERE pick < 234 AND position = "quarterback"
Who is the player with a pick less than 234 and a quarterback position?
CREATE TABLE table_name_55 (player VARCHAR, pick VARCHAR, position VARCHAR)
SELECT visitor FROM table_name_35 WHERE score = "4 – 3"
What is the Visitor with a Score with 4 – 3?
CREATE TABLE table_name_35 (visitor VARCHAR, score VARCHAR)
SELECT class_a FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND class_aAAA = Brownwood
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 opponent FROM table_name_70 WHERE record = "26–32"
Who did the Mariners play when their record was 26–32?
CREATE TABLE table_name_70 (opponent VARCHAR, record VARCHAR)
SELECT club FROM table_name_34 WHERE lost = "19"
Can you tell me the Club that has the Lost of 19?
CREATE TABLE table_name_34 (club VARCHAR, lost VARCHAR)
SELECT MAX(year) FROM table_name_35 WHERE player_name = "dave adams category:articles with hcards" AND round < 23
What is the greatest Year with a Player name of dave adams category:articles with hcards, and a Round smaller than 23?
CREATE TABLE table_name_35 (year INTEGER, player_name VARCHAR, round VARCHAR)
SELECT MIN(tries) FROM table_name_6 WHERE club = "leicester tigers" AND points < 207
Name the fewest tries for leicester tigers with points less than 207
CREATE TABLE table_name_6 (tries INTEGER, club VARCHAR, points VARCHAR)
SELECT SUM(cuts_made) FROM table_name_95 WHERE events > 72
What is the sum of Cuts made when there were more than 72 events?
CREATE TABLE table_name_95 (cuts_made INTEGER, events INTEGER)
SELECT POSITION, Team FROM pilot
What are the positions and teams of pilots?
CREATE TABLE pilot (POSITION VARCHAR, Team VARCHAR)
SELECT election FROM table_name_63 WHERE outcome_of_election = "ndc opposition" AND number_of_votes = "2,728,241"
What is the election with an outcome of ndc opposition and 2,728,241 votes?
CREATE TABLE table_name_63 (election VARCHAR, outcome_of_election VARCHAR, number_of_votes VARCHAR)
SELECT opponent FROM table_name_99 WHERE week < 5 AND date = "september 23, 2001"
Who was the opponent before week 5 that played on September 23, 2001?
CREATE TABLE table_name_99 (opponent VARCHAR, week VARCHAR, date VARCHAR)
SELECT COUNT(*) FROM useracct WHERE NOT u_id IN (SELECT u_id FROM review)
Find the number of users who did not write any review.
CREATE TABLE review (u_id VARCHAR); CREATE TABLE useracct (u_id VARCHAR)
SELECT location_attendance FROM table_17103645_9 WHERE date = "June 7"
What stadium hosted the June 7 game and how many visitors were there?
CREATE TABLE table_17103645_9 (location_attendance VARCHAR, date VARCHAR)
SELECT SUM(fog__days_year_) FROM table_name_50 WHERE rain__mm_year_ = "1 109"
What is the amount of fog where the rain is 1 109?
CREATE TABLE table_name_50 (fog__days_year_ INTEGER, rain__mm_year_ VARCHAR)
SELECT country FROM table_name_45 WHERE transfer_window = "winter" AND ends > 2009 AND moving_from = "bolton wanderers"
What is the name of the country that has a transfer window of winter with an end after 2009 and moving from Bolton Wanderers?
CREATE TABLE table_name_45 (country VARCHAR, moving_from VARCHAR, transfer_window VARCHAR, ends VARCHAR)
SELECT title FROM item ORDER BY title
List the titles of all items in alphabetic order .
CREATE TABLE item (title VARCHAR)
SELECT temperature_classification FROM table_name_22 WHERE glass_bulb_color = "purple"
What is the temperature classification of a purple colored glass bulb?
CREATE TABLE table_name_22 (temperature_classification VARCHAR, glass_bulb_color VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_41 WHERE settlement = "Deliblato"
What is the Deliblato village known as in Cyrillic?
CREATE TABLE table_2562572_41 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT name FROM table_name_27 WHERE authority = "state" AND roll = 318
Which school has a state authority and a roll of 318?
CREATE TABLE table_name_27 (name VARCHAR, authority VARCHAR, roll VARCHAR)
SELECT SUM(overall) FROM table_name_99 WHERE college = "duke" AND round > 7
What is the total number of overall figures when duke was the college and the round was higher than 7?
CREATE TABLE table_name_99 (overall INTEGER, college VARCHAR, round VARCHAR)
SELECT SUM(murder) FROM table_name_44 WHERE year > 2011
How many total murders happened after 2011?
CREATE TABLE table_name_44 (murder INTEGER, year INTEGER)
SELECT MAX(lowest) FROM table_14003108_1 WHERE average = 734
what is the maximum lowest with average being 734
CREATE TABLE table_14003108_1 (lowest INTEGER, average VARCHAR)
SELECT time FROM table_name_63 WHERE lane < 5 AND nationality = "poland"
What time has a lane less than 5, with Poland as the nationality?
CREATE TABLE table_name_63 (time VARCHAR, lane VARCHAR, nationality VARCHAR)
SELECT score FROM table_name_40 WHERE high_assists = "whalen (5)"
Which Score has a High assists of whalen (5)?
CREATE TABLE table_name_40 (score VARCHAR, high_assists VARCHAR)
SELECT outcome FROM table_name_61 WHERE championship = "us championships" AND score_in_the_final = "5–7, 6–1, 6–3, 6–3"
Which Outcome has a Championship of us championships, and a Score in the final of 5–7, 6–1, 6–3, 6–3?
CREATE TABLE table_name_61 (outcome VARCHAR, championship VARCHAR, score_in_the_final VARCHAR)
SELECT player FROM table_name_88 WHERE college = "notre dame"
Name the player that went to notre dame
CREATE TABLE table_name_88 (player VARCHAR, college VARCHAR)
SELECT round FROM table_name_91 WHERE date = "10 may"
Which round was played on 10 May?
CREATE TABLE table_name_91 (round VARCHAR, date VARCHAR)
SELECT award FROM table_name_52 WHERE category = "breakthrough performance"
What award has breakthrough performance as the category?
CREATE TABLE table_name_52 (award VARCHAR, category VARCHAR)
SELECT second FROM table_name_41 WHERE third = "nikolina petric"
Who is the Second with Nikolina Petric as Third?
CREATE TABLE table_name_41 (second VARCHAR, third VARCHAR)
SELECT position FROM table_name_6 WHERE overall < 590 AND round = 3
What is Position, when Overall is less than 590, and when Round is 3?
CREATE TABLE table_name_6 (position VARCHAR, overall VARCHAR, round VARCHAR)
SELECT current_champion_s_ FROM table_name_19 WHERE location = "beverly, ma" AND previous_champion_s_ = "mike webb and nick fahrenheit"
Who is the current champion for the event in Beverly, MA, with previous champions of Mike Webb and Nick Fahrenheit?
CREATE TABLE table_name_19 (current_champion_s_ VARCHAR, location VARCHAR, previous_champion_s_ VARCHAR)
SELECT MAX(laps) FROM table_name_5 WHERE time = "+31.982"
What is the largest lap number when the time was +31.982?
CREATE TABLE table_name_5 (laps INTEGER, time VARCHAR)
SELECT green_communist FROM table_name_82 WHERE lead = "15.5%"
What is the green-communist with a 15.5% lead?
CREATE TABLE table_name_82 (green_communist VARCHAR, lead VARCHAR)
SELECT MIN(introduced) FROM table_1081459_1
What is the smallest introduced value?
CREATE TABLE table_1081459_1 (introduced INTEGER)
SELECT LOCATION, COUNT(*) FROM performance GROUP BY LOCATION
Show different locations and the number of performances at each location.
CREATE TABLE performance (LOCATION VARCHAR)
SELECT id FROM instructor EXCEPT SELECT id FROM teaches
Find the id of instructors who didn't teach any courses?
CREATE TABLE teaches (id VARCHAR); CREATE TABLE instructor (id VARCHAR)
SELECT position FROM table_name_99 WHERE team_from = "ottawa 67's" AND pick__number < 47
Which Position has a Team from of ottawa 67's, and a Pick # smaller than 47?
CREATE TABLE table_name_99 (position VARCHAR, team_from VARCHAR, pick__number VARCHAR)
SELECT directed_by FROM table_2409041_2 WHERE no_in_series = 17
When 17 is the number in series who is the director?
CREATE TABLE table_2409041_2 (directed_by VARCHAR, no_in_series VARCHAR)
SELECT date FROM table_name_99 WHERE location_attendance = "madison square garden 19,763" AND high_rebounds = "david lee (12)"
Which Date has a Location Attendance of madison square garden 19,763, and a High rebounds of david lee (12)?
CREATE TABLE table_name_99 (date VARCHAR, location_attendance VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(rank) FROM table_name_8 WHERE nation = "netherlands" AND silver > 2
What is the total rank for the Netherlands when more than 2 silver medals were won?
CREATE TABLE table_name_8 (rank VARCHAR, nation VARCHAR, silver VARCHAR)
SELECT COUNT(tariff_code) FROM table_10408617_5 WHERE bts_retail_price__regulated_ = "2p/min or inclusive"
How many tariff codes have a bts retail price of 2p/min or inclusive?
CREATE TABLE table_10408617_5 (tariff_code VARCHAR, bts_retail_price__regulated_ VARCHAR)
SELECT time_retired FROM table_name_59 WHERE grid = 13
I want the time/retired for Grid of 13
CREATE TABLE table_name_59 (time_retired VARCHAR, grid VARCHAR)
SELECT SUM(events) FROM table_name_66 WHERE cuts_made > 12 AND top_5 > 2 AND top_10 > 11
How many total events have cuts made over 12, more than 2 top-5s, and more than 11 top-10s?
CREATE TABLE table_name_66 (events INTEGER, top_10 VARCHAR, cuts_made VARCHAR, top_5 VARCHAR)
SELECT high_assists FROM table_23248940_9 WHERE date = "February 6"
Who did the most high assists during the game played on February 6?
CREATE TABLE table_23248940_9 (high_assists VARCHAR, date VARCHAR)
SELECT result FROM table_1341395_33 WHERE district = "New York 7"
what are all the result for New York 7 district
CREATE TABLE table_1341395_33 (result VARCHAR, district VARCHAR)
SELECT race AS Winner FROM table_name_53 WHERE race = "australian grand prix"
Who won the australian grand prix?
CREATE TABLE table_name_53 (race VARCHAR)
SELECT qual_1 FROM table_name_91 WHERE team = "team player's" AND best = "58.405"
Which Qual 1 has a Team of team player's, and a Best of 58.405?
CREATE TABLE table_name_91 (qual_1 VARCHAR, team VARCHAR, best VARCHAR)
SELECT donor_payment FROM table_16175217_1 WHERE country = "Belgium"
What is the donor payment in Belgium?
CREATE TABLE table_16175217_1 (donor_payment VARCHAR, country VARCHAR)
SELECT player FROM table_name_15 WHERE goals = "143"
What player scored 143 goals?
CREATE TABLE table_name_15 (player VARCHAR, goals VARCHAR)
SELECT COUNT(rank_final) FROM table_name_68 WHERE year > 2008 AND apparatus = "balance beam" AND rank_qualifying > 4
Count the Rank-Final which has a Year larger than 2008, and an Apparatus of balance beam, and a Rank-Qualifying larger than 4?
CREATE TABLE table_name_68 (rank_final VARCHAR, rank_qualifying VARCHAR, year VARCHAR, apparatus VARCHAR)
SELECT SUM(rank) FROM table_name_62 WHERE player = "matt ruth"
Which Rank has a Player of matt ruth?
CREATE TABLE table_name_62 (rank INTEGER, player VARCHAR)
SELECT gender FROM table_name_62 WHERE roll = "135"
What Gender are the schools that have a Roll of 135?
CREATE TABLE table_name_62 (gender VARCHAR, roll VARCHAR)
SELECT MAX(T1.RAM_MiB), MIN(T1.RAM_MiB) FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T2.Company_name = "Nokia Corporation"
What is maximum and minimum RAM size of phone produced by company named "Nokia Corporation"?
CREATE TABLE phone (chip_model VARCHAR, Company_name VARCHAR); CREATE TABLE chip_model (RAM_MiB INTEGER, Model_name VARCHAR)
SELECT to_par FROM table_name_45 WHERE place = "t5" AND player = "ed sneed"
What is the to par of player ed sneed, who has a t5 place?
CREATE TABLE table_name_45 (to_par VARCHAR, place VARCHAR, player VARCHAR)
SELECT moving_to FROM table_name_64 WHERE transfer_fee = "undisclosed" AND name = "odjidja-ofoe"
Where is Odjidja-Ofoe, with an undisclosed transfer fee, moving to?
CREATE TABLE table_name_64 (moving_to VARCHAR, transfer_fee VARCHAR, name VARCHAR)
SELECT local_name FROM table_name_28 WHERE dates_aired = "1981"
What is the local name for the episodes that aired in 1981?
CREATE TABLE table_name_28 (local_name VARCHAR, dates_aired VARCHAR)
SELECT year FROM table_name_18 WHERE box_office = "$961,147"
The box office was $961,147 in what year?
CREATE TABLE table_name_18 (year VARCHAR, box_office VARCHAR)
SELECT employee_id, salary FROM employees WHERE manager_id = (SELECT employee_id FROM employees WHERE first_name = 'Payam')
display the employee id and salary of all employees who report to Payam (first name).
CREATE TABLE employees (employee_id VARCHAR, salary VARCHAR, manager_id VARCHAR, first_name VARCHAR)
SELECT nationality FROM table_name_9 WHERE pick > 183 AND school_club_team = "drexel"
What is the nationality of the player from Drexel who had a pick larger than 183?
CREATE TABLE table_name_9 (nationality VARCHAR, pick VARCHAR, school_club_team VARCHAR)
SELECT COUNT(incumbent) FROM table_1342359_42 WHERE district = "Texas 12"
Name the number of incumbents for texas 12
CREATE TABLE table_1342359_42 (incumbent VARCHAR, district VARCHAR)
SELECT location_attendance FROM table_27756572_2 WHERE date = "October 12"
What was the location and the attendance for the game on October 12?
CREATE TABLE table_27756572_2 (location_attendance VARCHAR, date VARCHAR)
SELECT element FROM table_name_79 WHERE nuclide = "55 mn"
What is the Element when the Nuclide is 55 mn?
CREATE TABLE table_name_79 (element VARCHAR, nuclide VARCHAR)
SELECT COUNT(round_of_16) FROM table_26335424_86 WHERE round_of_32 = "Lakpa Tashi Sherpa ( BHU ) W PTS 12-5"
How many times was lakpa tashi sherpa ( bhu ) w pts 12-5 in round of 32?
CREATE TABLE table_26335424_86 (round_of_16 VARCHAR, round_of_32 VARCHAR)
SELECT nationality FROM table_name_6 WHERE college_junior_club_team__league_ = "peterborough petes (ohl)"
What is the nationality of the player who played for the Peterborough Petes (OHL)?
CREATE TABLE table_name_6 (nationality VARCHAR, college_junior_club_team__league_ VARCHAR)
SELECT MIN(Vote_Percent), MAX(Vote_Percent) FROM election
What are the minimum and maximum vote percents of elections?
CREATE TABLE election (Vote_Percent INTEGER)
SELECT COUNT(pick__number) FROM table_1213511_2 WHERE player = "Dave Fortier"
What's Dave Fortier's pick number?
CREATE TABLE table_1213511_2 (pick__number VARCHAR, player VARCHAR)
SELECT surface FROM table_name_46 WHERE score = "6–2, 6–1"
On what surface was the score 6–2, 6–1?
CREATE TABLE table_name_46 (surface VARCHAR, score VARCHAR)
SELECT power__kw_ FROM table_12379297_1 WHERE ch__number = "TV-26" AND callsign = "DYFJ-TV"
What is the power when ch# is tv-26 and dyfj-tv?
CREATE TABLE table_12379297_1 (power__kw_ VARCHAR, ch__number VARCHAR, callsign VARCHAR)
SELECT result FROM table_name_9 WHERE site = "rice stadium • houston, tx"
Which Result has a Site of rice stadium • houston, tx?
CREATE TABLE table_name_9 (result VARCHAR, site VARCHAR)
SELECT COUNT(round) FROM table_13328239_4 WHERE score = "16-52"
How many rounds ended with a score of 16-52?
CREATE TABLE table_13328239_4 (round VARCHAR, score VARCHAR)
SELECT country FROM table_name_72 WHERE iata = "ika"
Which country's IATA is ika?
CREATE TABLE table_name_72 (country VARCHAR, iata VARCHAR)
SELECT COUNT(team) FROM table_27721131_8 WHERE game = 45
How many teams listed for game 45?
CREATE TABLE table_27721131_8 (team VARCHAR, game VARCHAR)
SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.advisor = 1121
List the clubs that have at least a member with advisor "1121".
CREATE TABLE member_of_club (clubid VARCHAR, stuid VARCHAR); CREATE TABLE club (clubname VARCHAR, clubid VARCHAR); CREATE TABLE student (stuid VARCHAR, advisor VARCHAR)
SELECT profits__billion_$_ FROM table_1682026_3 WHERE market_value__billion_$_ = "172.9"
What are the profits (in billions) of the company with a market value of 172.9 billion?
CREATE TABLE table_1682026_3 (profits__billion_$_ VARCHAR, market_value__billion_$_ VARCHAR)
SELECT MIN(laps) FROM table_name_69 WHERE grid = 17
What are the lowest laps of grid 17?
CREATE TABLE table_name_69 (laps INTEGER, grid VARCHAR)
SELECT result FROM table_16710971_2 WHERE record = "1-2"
What was the result of the 1978 Atlanta Falcons season when the record was 1-2?
CREATE TABLE table_16710971_2 (result VARCHAR, record VARCHAR)
SELECT final_position FROM table_name_76 WHERE season = "2008"
What is the final position for the season 2008?
CREATE TABLE table_name_76 (final_position VARCHAR, season VARCHAR)
SELECT the_american FROM table_name_36 WHERE years < 114 AND tied > 1 AND total_games > 1022
What is the American locations with less than 114 years and more than 1 tied with more than 1022 total games?
CREATE TABLE table_name_36 (the_american VARCHAR, total_games VARCHAR, years VARCHAR, tied VARCHAR)
SELECT MIN(points) FROM table_name_51 WHERE year > 1978
What are the lowest points past the year 1978?
CREATE TABLE table_name_51 (points INTEGER, year INTEGER)
SELECT doubles_w_l FROM table_10023387_1 WHERE player = "Seol Jae-Min (none)"
what's the doubles w-l for player seol jae-min (none)
CREATE TABLE table_10023387_1 (doubles_w_l VARCHAR, player VARCHAR)
SELECT record FROM table_name_99 WHERE home = "detroit" AND visitor = "mtl. maroons"
What record has detroit as the home and mtl. maroons as the visitor?
CREATE TABLE table_name_99 (record VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT location_s_ FROM table_2076463_2 WHERE control = "Public university" AND founded = 1915
where would you find a public university which was founded in 1915?
CREATE TABLE table_2076463_2 (location_s_ VARCHAR, control VARCHAR, founded VARCHAR)
SELECT COUNT(gold_medals) FROM table_name_43 WHERE total_medals < 1
How many gold medals for the school with less than 1 total?
CREATE TABLE table_name_43 (gold_medals VARCHAR, total_medals INTEGER)
SELECT partial_thromboplastin_time FROM table_name_1 WHERE prothrombin_time = "prolonged" AND bleeding_time = "unaffected" AND condition = "vitamin k deficiency or warfarin"
Which Partial thromboplastin time has a Prothrombin time of prolonged, and a Bleeding time of unaffected, and a Condition of vitamin k deficiency or warfarin? Question 6
CREATE TABLE table_name_1 (partial_thromboplastin_time VARCHAR, condition VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR)
SELECT date FROM table_24427210_1 WHERE stadium = "Raymond James stadium"
Name the date for raymond james stadium
CREATE TABLE table_24427210_1 (date VARCHAR, stadium VARCHAR)
SELECT date FROM table_13557843_7 WHERE game = 72
what's the date with game being 72
CREATE TABLE table_13557843_7 (date VARCHAR, game VARCHAR)
SELECT championship FROM table_22834834_3 WHERE score_in_the_final = "6–7 (9–11) , 6–4, 7–5, 4–6, 4–6"
Which championship has a final score of 6–7 (9–11) , 6–4, 7–5, 4–6, 4–6?
CREATE TABLE table_22834834_3 (championship VARCHAR, score_in_the_final VARCHAR)
SELECT nationality FROM table_name_69 WHERE school_club_team = "iowa state"
What Nationality is the Iowa State team?
CREATE TABLE table_name_69 (nationality VARCHAR, school_club_team VARCHAR)
SELECT score FROM table_name_71 WHERE home = "vancouver"
What was the score of the Red Wings game when Vancouver was the home team?
CREATE TABLE table_name_71 (score VARCHAR, home VARCHAR)
SELECT circuit FROM table_name_78 WHERE length = "45 minutes" AND date = "august 6"
Which circuit has a length of 45 minutes and is held on August 6?
CREATE TABLE table_name_78 (circuit VARCHAR, length VARCHAR, date VARCHAR)
SELECT MIN(year) FROM table_name_37 WHERE manager = "bobby dews" AND playoffs = "lost in 1st round"
Which Year has a Manager of bobby dews, and Playoffs of lost in 1st round?
CREATE TABLE table_name_37 (year INTEGER, manager VARCHAR, playoffs VARCHAR)
SELECT team FROM table_name_50 WHERE position_in_table = "24th" AND date_of_appointment = "15 september 2008"
what is the team with the position in table of 24th and the date of appointment 15 september 2008?
CREATE TABLE table_name_50 (team VARCHAR, position_in_table VARCHAR, date_of_appointment VARCHAR)
SELECT COUnT AS n FROM table_21481509_4 WHERE r1b1a2__r_m269_ = "0.6%"
How many n are listed for 0.6% r1b1a2 (r-m269)?
CREATE TABLE table_21481509_4 (COUnT VARCHAR, r1b1a2__r_m269_ VARCHAR)
SELECT losing_bonus FROM table_name_29 WHERE try_bonus = "8"
Which Losing Bonus has a Try Bonus of 8?
CREATE TABLE table_name_29 (losing_bonus VARCHAR, try_bonus VARCHAR)
SELECT place FROM table_name_67 WHERE to_par < 13 AND player = "jacky cupit"
What place did jacky cupit take when his To par was under 13?
CREATE TABLE table_name_67 (place VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT COUNT(kickoff) FROM table_26275503_2 WHERE opponent = "at Rhein Fire"
How many different kickoffs happened when the oppenent was at Rhein Fire?
CREATE TABLE table_26275503_2 (kickoff VARCHAR, opponent VARCHAR)
SELECT race_2 FROM table_name_40 WHERE race_4 = "28"
What is Race 2, when Race 4 is 28?
CREATE TABLE table_name_40 (race_2 VARCHAR, race_4 VARCHAR)
SELECT MAX(clean_) & _jerk FROM table_name_91 WHERE snatch < 150 AND bodyweight > 93.13
What is the biggest clean and jerk number when snatch was less than 150 and the bodyweight was bigger than 93.13?
CREATE TABLE table_name_91 (_jerk VARCHAR, clean_ INTEGER, snatch VARCHAR, bodyweight VARCHAR)