sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT 10:00 FROM table WHERE 9:30 = grey's anatomy (reruns) AND 8:00 = samantha who? | CREATE TABLE INST, Here is a database schema( table schema); | What is 10:00, when 9:30 is "Grey's Anatomy (Reruns)", and when 8:00 is "Samantha Who?"?.It is not neccessary to use all the tables. |
SELECT season FROM table_name_87 WHERE pld = "36" AND div = "bbl" AND pos = "6th" | CREATE TABLE INST, Here is a database schema( table schema); | What season has 36 pld a bbl div and 6th position?It is not neccessary to use all the tables. |
SELECT Record FROM table WHERE Date = april 22 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Record for April 22?.It is not neccessary to use all the tables. |
SELECT home_team FROM table_name_53 WHERE attendance = "568" | CREATE TABLE INST, Here is a database schema( table schema); | What home team played when there was an attendance of 568?It is not neccessary to use all the tables. |
SELECT MAX Tied FROM table WHERE Pct. < 0.5593 AND Lost = 551 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest number of games tied for teams with under 551 games and a percentage of under 0.5593?.It is not neccessary to use all the tables. |
SELECT COUNT Venue FROM table WHERE Race = Australia Stakes | CREATE TABLE INST, Here is a database schema( table schema); | How many venues had a race called the Australia Stakes?.It is not neccessary to use all the tables. |
SELECT T3.forename, T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Australian Grand Prix" EXCEPT SELECT T3.forename, T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.dr... | CREATE TABLE INST, Here is a database schema( table schema); | What are the forenames and surnames of drivers who participated in the races named Australian Grand Prix but not the races named Chinese Grand Prix?It is not neccessary to use all the tables. |
SELECT geo_id FROM table_18600760_19 WHERE land___sqmi__ = "35.990" | CREATE TABLE INST, Here is a database schema( table schema); | where the land is 35.990 what is the number of the geo idIt is not neccessary to use all the tables. |
SELECT lab.labname FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-16123')) AND DATETIME(lab.labresulttime, 'start of year') = DATETIME(CURRENT_TIME(), ... | CREATE TABLE INST, Here is a database schema( table schema); | what was the last lab test in 09/last year given to patient 031-16123?It is not neccessary to use all the tables. |
SELECT result FROM table_name_98 WHERE category = "best musical revival" | CREATE TABLE INST, Here is a database schema( table schema); | What was the result for the best musical revival category?It is not neccessary to use all the tables. |
SELECT crowd FROM table_name_14 WHERE away_team = "carlton" | CREATE TABLE INST, Here is a database schema( table schema); | How many spectators were at the away team Carlton?It is not neccessary to use all the tables. |
SELECT AVG(touchdowns) FROM table_name_7 WHERE yards < 293 AND long > 39 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average Touchdowns when Yards is less than 293 and when Long is greater than 39?It is not neccessary to use all the tables. |
SELECT losing_bonus FROM table_name_65 WHERE points_for = "571" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Losing bonus of 571 Points ?It is not neccessary to use all the tables. |
SELECT SUM Pick FROM table WHERE Year = 2009 AND Round < 2 AND NBA Club = denver nuggets | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum for the pick of the year 2009, and a round smaller than 2 and an NBA Club Denver Nuggets?.It is not neccessary to use all the tables. |
SELECT kitmaker FROM table_name_84 WHERE head_coach = "uwe rapolder" | CREATE TABLE INST, Here is a database schema( table schema); | Who is the kitmaker for the team that Uwe Rapolder is the head coach of.It is not neccessary to use all the tables. |
SELECT visitor FROM table_name_49 WHERE home = "anaheim" AND date = "april 12" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the Visitor when the Home team was Anaheim on the Date of April 12?It is not neccessary to use all the tables. |
SELECT march_27_29 FROM table_25252080_3 WHERE november_3 = "153" | CREATE TABLE INST, Here is a database schema( table schema); | What is the number for march 27-29 whern november 3 is 153?It is not neccessary to use all the tables. |
SELECT cfl_team FROM table_name_16 WHERE player = "jeff brown" | CREATE TABLE INST, Here is a database schema( table schema); | What CFL team does Jeff brown play for?It is not neccessary to use all the tables. |
SELECT No. in series FROM table WHERE Prod. code = 110 | CREATE TABLE INST, Here is a database schema( table schema); | What number episode in the series had a production code of 110?.It is not neccessary to use all the tables. |
SELECT Segment A FROM table WHERE Segment C = poster restoration | CREATE TABLE INST, Here is a database schema( table schema); | Which Segment A has a Segment C of poster restoration?.It is not neccessary to use all the tables. |
SELECT Chassis FROM table WHERE Tyre = g AND Driver = carlos reutemann | CREATE TABLE INST, Here is a database schema( table schema); | Name the chassis for tyre of g and carlos reutemann.It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_54 WHERE loss = "kinney (0-1)" | CREATE TABLE INST, Here is a database schema( table schema); | Which opponent lost with pitcher Kinney (0-1)?It is not neccessary to use all the tables. |
SELECT location FROM table_28885977_1 WHERE stadium = "Moorabbin Oval" | CREATE TABLE INST, Here is a database schema( table schema); | What is the location of the Moorabbin Oval stadium?It is not neccessary to use all the tables. |
SELECT ICAO FROM table WHERE City = isla grande | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the icao of isla grande.It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "PHYS REFERRAL/NORMAL DELI" AND procedures.icd9_code = "5091" | CREATE TABLE INST, Here is a database schema( table schema); | what is the number of patients whose admission location is phys referral/normal deli and procedure icd9 code is 5091?It is not neccessary to use all the tables. |
SELECT POSITION, Team FROM pilot | CREATE TABLE INST, Here is a database schema( table schema); | What are the positions and teams of pilots?It is not neccessary to use all the tables. |
SELECT "Date of Election" FROM table_18048 WHERE "Appointed Successor" = 'H. Brent Coles' | CREATE TABLE INST, Here is a database schema( table schema); | What was the election date for H. Brent Coles?It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE Time/Retired = contact AND Grid < 17 | CREATE TABLE INST, Here is a database schema( table schema); | Name the Team which has a Time/Retired of contact, and a Grid smaller than 17?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Irish Points = 89 | CREATE TABLE INST, Here is a database schema( table schema); | Name the date for irish points being 89.It is not neccessary to use all the tables. |
SELECT record FROM table_17288845_8 WHERE location_attendance = "Verizon Center 20,173" | CREATE TABLE INST, Here is a database schema( table schema); | Name the record for verizon center 20173It is not neccessary to use all the tables. |
SELECT AVG Round FROM table WHERE Player = sammy okpro | CREATE TABLE INST, Here is a database schema( table schema); | Which Round has a Player of sammy okpro?.It is not neccessary to use all the tables. |
SELECT MAX Rank FROM table WHERE Time = 1:44.757 | CREATE TABLE INST, Here is a database schema( table schema); | What is the rank of the person with a time of 1:44.757?.It is not neccessary to use all the tables. |
SELECT MAX(withdrawn) FROM table_name_18 WHERE number = "32 (2nd)" AND converted < 1966 | CREATE TABLE INST, Here is a database schema( table schema); | With a converted less than 1966 and a number of 32 (2nd) what is the largest number listed for withdrawn?It is not neccessary to use all the tables. |
SELECT state FROM table_name_13 WHERE city = "ruston" | CREATE TABLE INST, Here is a database schema( table schema); | What state is the city of Ruston in?It is not neccessary to use all the tables. |
SELECT 1 AS st_leg FROM table_name_32 WHERE team_1 = "aalborg bk" | CREATE TABLE INST, Here is a database schema( table schema); | When Aalborg BK is Team 1 what is the 1st leg?It is not neccessary to use all the tables. |
SELECT COUNT(*) FROM Votes WHERE DATEDIFF(day, CreationDate, 2 / 22 / 2013) < 30.5 | CREATE TABLE INST, Here is a database schema( table schema); | Num votes in last month.It is not neccessary to use all the tables. |
SELECT MAX Bronze FROM table WHERE Rank = 2 AND Gold < 8 | CREATE TABLE INST, Here is a database schema( table schema); | What is the largest bronze with a Rank of 2, and a Gold smaller than 8?.It is not neccessary to use all the tables. |
SELECT COUNT Week FROM table WHERE Record = 2-1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the week with a record of 2-1?.It is not neccessary to use all the tables. |
SELECT Rank FROM table WHERE Silver = 1 AND Gold > 1 | CREATE TABLE INST, Here is a database schema( table schema); | Which rank has 1 silver medal and more than 1 gold medal?.It is not neccessary to use all the tables. |
SELECT freq_currently FROM table_name_7 WHERE frequency = "0 684" | CREATE TABLE INST, Here is a database schema( table schema); | Which freq currently has 0 684?It is not neccessary to use all the tables. |
SELECT Result F – A FROM table WHERE League position = 1st AND Date = 4 january 1994 | CREATE TABLE INST, Here is a database schema( table schema); | Name the Result F – A that has a League position of 1st on 4 january 1994?.It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Direction = toyohashi east AND Length (km) = 24.7 | CREATE TABLE INST, Here is a database schema( table schema); | What line is 24.7 km and head towards Toyohashi East?.It is not neccessary to use all the tables. |
SELECT Production code FROM table WHERE U.S. viewers (million) = 3.81 | CREATE TABLE INST, Here is a database schema( table schema); | What is the production code of the episode that was watched by 3.81 million U.S. viewers? .It is not neccessary to use all the tables. |
SELECT W/L FROM table WHERE Against = Czech Republic | CREATE TABLE INST, Here is a database schema( table schema); | Name the w/l for czech republic.It is not neccessary to use all the tables. |
SELECT Years in Orlando FROM table WHERE School/Club Team = seattle | CREATE TABLE INST, Here is a database schema( table schema); | Which Years in Orlando has a School/Club Team of seattle?.It is not neccessary to use all the tables. |
SELECT t1.drugstarttime FROM (SELECT patient.uniquepid, medication.drugstarttime FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE medication.drugname = 'nss infusion' AND patient.uniquepid = '002-70965' AND DATETIME(medication.drugstarttime) >= DATETIME(CURRENT_TIME(), '-15... | CREATE TABLE INST, Here is a database schema( table schema); | when was patient 002-70965 last prescribed with nss infusion and protonix at the same time since 151 months ago?It is not neccessary to use all the tables. |
SELECT School FROM table WHERE Hometown = winter park, fl | CREATE TABLE INST, Here is a database schema( table schema); | Which School is located in Winter Park, FL (Hometown)?.It is not neccessary to use all the tables. |
SELECT Season FROM table WHERE Away result = 1-2 | CREATE TABLE INST, Here is a database schema( table schema); | Away result of 1-2 has what season?.It is not neccessary to use all the tables. |
SELECT MIN(points_diff) FROM table_name_37 WHERE against < 578 AND lost = 15 AND points > 26 | CREATE TABLE INST, Here is a database schema( table schema); | I want the lowest points diff for against being less than 578 and lost being 15 and points more than 26It is not neccessary to use all the tables. |
SELECT Original air date FROM table WHERE Title = "The One Where Chandler Doesn't Like Dogs" | CREATE TABLE INST, Here is a database schema( table schema); | What is the original air date of the episode titled "The one where Chandler doesn't like dogs"?.It is not neccessary to use all the tables. |
SELECT years_in_office FROM table_name_23 WHERE assumed_office = "october 4, 1886" | CREATE TABLE INST, Here is a database schema( table schema); | How many years in office were served by the person who assumed the office on October 4 1886?It is not neccessary to use all the tables. |
SELECT score FROM table_name_46 WHERE competition = "friendly" AND date = "30 april" | CREATE TABLE INST, Here is a database schema( table schema); | What is Score, when Competition is 'Friendly', and when Date is '30 April'?It is not neccessary to use all the tables. |
SELECT Driver FROM table WHERE Constructor = renault AND Q1 pos > 2 | CREATE TABLE INST, Here is a database schema( table schema); | Who is the driver whose car was constructed by Renault and whose Q1 pos is greater than 2?.It is not neccessary to use all the tables. |
SELECT First elected FROM table WHERE District = Georgia 4 | CREATE TABLE INST, Here is a database schema( table schema); | What is the first elected for georgia 4?.It is not neccessary to use all the tables. |
SELECT genre FROM table_27529608_21 WHERE age_s_ = "29-30" | CREATE TABLE INST, Here is a database schema( table schema); | What is the genre for the group with ages 29-30?It is not neccessary to use all the tables. |
SELECT batting_partners FROM table_1670921_2 WHERE season = "2004" | CREATE TABLE INST, Here is a database schema( table schema); | What batting partners were the most successful in 2004?It is not neccessary to use all the tables. |
SELECT home__2nd_leg_ FROM table_14219514_2 WHERE home__1st_leg_ = "Belgrano" | CREATE TABLE INST, Here is a database schema( table schema); | When belgrano is the home (1st leg) what is the home (2nd leg)?It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE prescriptions.formulary_drug_cd = "HYDZ20I" AND lab.fluid = "Other Body Fluid" | CREATE TABLE INST, Here is a database schema( table schema); | how many patients treated with hydz20i had their body fluids tested by lab?It is not neccessary to use all the tables. |
SELECT SUM(game) FROM table_name_84 WHERE opponent = "boston bruins" | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of the game with the boston bruins as the opponent?It is not neccessary to use all the tables. |
SELECT SUM(attendance) FROM table_name_4 WHERE game = 1 | CREATE TABLE INST, Here is a database schema( table schema); | Game 1's sum of attendance is?It is not neccessary to use all the tables. |
SELECT organization FROM table_name_14 WHERE rank = "68" | CREATE TABLE INST, Here is a database schema( table schema); | What organization ranks 68?It is not neccessary to use all the tables. |
SELECT championship FROM table_24638867_4 WHERE surface = "Clay" AND opponent = "Virginia Ruano Pascual Paola Suárez" | CREATE TABLE INST, Here is a database schema( table schema); | What championships were played on clay and the opponent was virginia ruano pascual paola suárez?It is not neccessary to use all the tables. |
SELECT COUNT Institute FROM table WHERE 2011/12 = 26 | CREATE TABLE INST, Here is a database schema( table schema); | Name the number of schools for 1011/12 is 26.It is not neccessary to use all the tables. |
SELECT Length FROM table WHERE Track = Phoenix International Raceway | CREATE TABLE INST, Here is a database schema( table schema); | What lengths did Phoenix International Raceway host?.It is not neccessary to use all the tables. |
SELECT first_elected FROM table_1341843_19 WHERE incumbent = "Edwin E. Willis" | CREATE TABLE INST, Here is a database schema( table schema); | What's the year of the first election of the district whose incumbent is Edwin E. Willis?It is not neccessary to use all the tables. |
SELECT COUNT("title") FROM table_203_685 | CREATE TABLE INST, Here is a database schema( table schema); | number of episodes in the first seasonIt is not neccessary to use all the tables. |
SELECT COUNT(lifetime_india_distributor_share) FROM table_name_39 WHERE year < 2009 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of Lifetime India Distributor share earlier than 2009?It is not neccessary to use all the tables. |
SELECT 2006 FROM table WHERE 2008 = 1r AND 2004 = 1r | CREATE TABLE INST, Here is a database schema( table schema); | Name the 2006 with 2008 of 1r and 2004 of 1r.It is not neccessary to use all the tables. |
SELECT Imprint FROM table WHERE Title = owari no chronicle (ahead series) | CREATE TABLE INST, Here is a database schema( table schema); | what is the imprint when the title is owari no chronicle (ahead series)?.It is not neccessary to use all the tables. |
SELECT bushi FROM table_name_45 WHERE kenny_omega = "yang (7:27)" | CREATE TABLE INST, Here is a database schema( table schema); | Name the BUSHI when it has kenny omega of yang (7:27)It is not neccessary to use all the tables. |
SELECT SUM Sets Lost FROM table WHERE Loss < 3 AND Rank > 1 | CREATE TABLE INST, Here is a database schema( table schema); | How many sets lost have a loss smaller than 3 and a rank larger than 1?.It is not neccessary to use all the tables. |
SELECT Drawn FROM table WHERE Points = 76 | CREATE TABLE INST, Here is a database schema( table schema); | HOW MANY GAMES WERE TIED AT 76?.It is not neccessary to use all the tables. |
SELECT MIN(round) FROM table_name_83 WHERE college_junior_club_team__league_ = "oshawa generals (oha)" AND player = "bob kelly" | CREATE TABLE INST, Here is a database schema( table schema); | Which Round is the lowest one that has a College/Junior/Club Team (League) of oshawa generals (oha) and a Player of bob kelly?It is not neccessary to use all the tables. |
SELECT Athlete FROM table WHERE Wind = 1.8 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the athlete with a wind of 1.8?.It is not neccessary to use all the tables. |
SELECT SUM(time) FROM table_name_25 WHERE stage = "speed option" AND year < 2013 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total amount of time for years prior to 2013 when speed option is the stage?It is not neccessary to use all the tables. |
SELECT Loss FROM table WHERE Attendance > 31,409 AND Date = july 9 | CREATE TABLE INST, Here is a database schema( table schema); | Who is the loser when the attendance is larger than 31,409 and the date is July 9?.It is not neccessary to use all the tables. |
SELECT team FROM table_27902171_8 WHERE record = "36-29" | CREATE TABLE INST, Here is a database schema( table schema); | name the team for 36-29 recordIt is not neccessary to use all the tables. |
SELECT oricon_albums_chart FROM table_23180638_1 WHERE debut_sales__copies_ > 339333.011497678 | CREATE TABLE INST, Here is a database schema( table schema); | Which charts had debut sales of of more than 339333.011497678?It is not neccessary to use all the tables. |
SELECT Result FROM table WHERE Category = best revival of a musical | CREATE TABLE INST, Here is a database schema( table schema); | What was the result for the nomination of Best Revival of a Musical?.It is not neccessary to use all the tables. |
SELECT "Label" FROM table_42514 WHERE "Year" = '1990' | CREATE TABLE INST, Here is a database schema( table schema); | Which label's year was 1990?It is not neccessary to use all the tables. |
SELECT Points against FROM table WHERE Points for = 353 | CREATE TABLE INST, Here is a database schema( table schema); | How many points against did the club who had 353 points for have? .It is not neccessary to use all the tables. |
SELECT Winner's Prize FROM table WHERE Location = providence, ri AND Year = 2009 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Winner's Prize at the 2009 Providence, RI Championship?.It is not neccessary to use all the tables. |
SELECT writer_s_ FROM table_2602958_5 WHERE _number = 8 | CREATE TABLE INST, Here is a database schema( table schema); | Who wrote the movie positioned at 8 on the list?It is not neccessary to use all the tables. |
SELECT MIN(_number_of_ep) FROM table_1067134_1 WHERE region_2 = "May 26, 2008" | CREATE TABLE INST, Here is a database schema( table schema); | How many episodes aired in Region 2 beginning May 26 2008?It is not neccessary to use all the tables. |
SELECT MIN Season FROM table WHERE Regular Season Standing = 11th from 15 AND Wins > 10 | CREATE TABLE INST, Here is a database schema( table schema); | What is the earliest season with a regular season standing of 11th from 15 and more than 10 wins?.It is not neccessary to use all the tables. |
SELECT MAX Wins FROM table WHERE Series = Japanese Formula Three | CREATE TABLE INST, Here is a database schema( table schema); | what is the greatest number of wins by japanese formula three?.It is not neccessary to use all the tables. |
SELECT MAX(time__seconds_) FROM table_name_99 WHERE nation___athlete_s_ = "sylke otto - germany" | CREATE TABLE INST, Here is a database schema( table schema); | What is the longest Time (seconds) when the Nation - athlete(s) is Sylke Otto - Germany?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Venue = nuku'alofa AND Player = josh taumalolo | CREATE TABLE INST, Here is a database schema( table schema); | What date did Josh Taumalolo play at Nuku'alofa?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Decision = lundqvist AND November < 28 AND Opponent = boston bruins | CREATE TABLE INST, Here is a database schema( table schema); | What is the Score of the game with a decision of Lundqvist, the November less than 28, and opponent was Boston Bruins?.It is not neccessary to use all the tables. |
SELECT COUNT(week) FROM table_name_5 WHERE result = "w 10-0" AND attendance < 58 OFFSET 571 | CREATE TABLE INST, Here is a database schema( table schema); | Which Week had a Result of w 10-0 and an Attendance smaller than 58571?It is not neccessary to use all the tables. |
SELECT SUM(land___sq_mi__) FROM table_name_80 WHERE ansi_code = 2390496 AND pop__2010_ < 7 OFFSET 284 | CREATE TABLE INST, Here is a database schema( table schema); | Name the sum of land for ANSI code of 2390496 and population less than 7284It is not neccessary to use all the tables. |
SELECT overall FROM table_name_82 WHERE college = "iowa" AND position = "db" | CREATE TABLE INST, Here is a database schema( table schema); | What was the overall draft pick of the player who was a db and attended college in iowa?It is not neccessary to use all the tables. |
SELECT time FROM table_name_35 WHERE lane = 8 | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the Time that has the Lane of 8?It is not neccessary to use all the tables. |
SELECT division_four FROM table_24575253_4 WHERE division_five = "Godstone" | CREATE TABLE INST, Here is a database schema( table schema); | When godstone is in division five who is in division four?It is not neccessary to use all the tables. |
SELECT result FROM table_name_58 WHERE year > 2006 AND nominated_work = "the king and i" | CREATE TABLE INST, Here is a database schema( table schema); | What is the result for the king and I after 2006?It is not neccessary to use all the tables. |
SELECT solo FROM table_name_82 WHERE total_tackles = "6" | CREATE TABLE INST, Here is a database schema( table schema); | what is solo when total tackles is 6?It is not neccessary to use all the tables. |
SELECT Record FROM table WHERE Date = 2/17/1974 | CREATE TABLE INST, Here is a database schema( table schema); | What is the record of the game played on 2/17/1974?.It is not neccessary to use all the tables. |
SELECT Method FROM table WHERE Opponent = kenneth allen | CREATE TABLE INST, Here is a database schema( table schema); | What Method was used with opponent Kenneth Allen?.It is not neccessary to use all the tables. |
SELECT score FROM table_name_49 WHERE record = "39–21–4" | CREATE TABLE INST, Here is a database schema( table schema); | What was the score of the game when the record was 39–21–4?It is not neccessary to use all the tables. |
SELECT MIN("Bodyweight") FROM table_11418 WHERE "Snatch" < '55' | CREATE TABLE INST, Here is a database schema( table schema); | What lowest Bodyweight has a Snatch smaller than 55?It is not neccessary to use all the tables. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.