sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT Chassis code FROM table WHERE Power = ps (kw; hp) @ 4200 AND Model = 200d
CREATE TABLE INST, Here is a database schema( table schema);
What Chassis code has a 200d model and a Power of ps (kw; hp) @ 4200?.It is not neccessary to use all the tables.
SELECT location FROM table_name_14 WHERE winner = "shocker"
CREATE TABLE INST, Here is a database schema( table schema);
What is the location where shocker was the winner?It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Home team = darlington
CREATE TABLE INST, Here is a database schema( table schema);
What is the score when Darlington is the home team?.It is not neccessary to use all the tables.
SELECT class FROM table_name_72 WHERE year < 2011 AND chassis = "audi r15 tdi"
CREATE TABLE INST, Here is a database schema( table schema);
Which class has a year prior to 2011 and audi r15 tdi as the chassis?It is not neccessary to use all the tables.
SELECT DISTINCT semester.year FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'MEDEDUC' AND course.number = 883 AND semester.semester_id = course_offering.semester ORDER BY semester.year LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
How long has MEDEDUC 883 been up for offer ?It is not neccessary to use all the tables.
SELECT Per capita income FROM table WHERE Median family income = $50,755
CREATE TABLE INST, Here is a database schema( table schema);
What Per capita income has a Median family income of $50,755?.It is not neccessary to use all the tables.
SELECT MIN Points Diff FROM table 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 26.It is not neccessary to use all the tables.
SELECT commissioned FROM table_name_29 WHERE operator = "vietnam"
CREATE TABLE INST, Here is a database schema( table schema);
What is the commissioned for Vietnam?It is not neccessary to use all the tables.
SELECT Class FROM table WHERE Year = 2009
CREATE TABLE INST, Here is a database schema( table schema);
What is the class of 2009?.It is not neccessary to use all the tables.
SELECT Place FROM table WHERE Player = jay hebert
CREATE TABLE INST, Here is a database schema( table schema);
What place is Jay Hebert?.It is not neccessary to use all the tables.
SELECT SUM(points) FROM table_name_15 WHERE goals_conceded < 24 AND place < 6 AND goals_scored < 26
CREATE TABLE INST, Here is a database schema( table schema);
what is the points when the goals conceded is less than 24 place is less than 6 and goals scored is less than 26?It is not neccessary to use all the tables.
SELECT 2002 FROM table WHERE 2013 = 2–4
CREATE TABLE INST, Here is a database schema( table schema);
Which 2002 has a 2013 of 2–4?.It is not neccessary to use all the tables.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation, Location FROM Users WHERE LOWER(Location) LIKE '%chennai%india%' ORDER BY Reputation DESC LIMIT 200
CREATE TABLE INST, Here is a database schema( table schema);
Top 200 from Chennai, India.It is not neccessary to use all the tables.
SELECT opponent FROM table_name_12 WHERE date = "july 2"
CREATE TABLE INST, Here is a database schema( table schema);
What's the opponent for July 2?It is not neccessary to use all the tables.
SELECT Poles FROM table WHERE Year = 2011
CREATE TABLE INST, Here is a database schema( table schema);
Name the poles for 2011.It is not neccessary to use all the tables.
SELECT Directed by FROM table WHERE Title = "Graduation Day: Class of 2105"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the director of the episode "graduation day: class of 2105"?.It is not neccessary to use all the tables.
SELECT Kit maker FROM table WHERE Manager = trond sollied
CREATE TABLE INST, Here is a database schema( table schema);
Which kit maker have Trond Sollied as a manager?.It is not neccessary to use all the tables.
SELECT COUNT Touchdowns FROM table WHERE Field goals > 0
CREATE TABLE INST, Here is a database schema( table schema);
How many Touchdowns have Field goals larger than 0?.It is not neccessary to use all the tables.
SELECT Away team FROM table WHERE Home team = Carlton
CREATE TABLE INST, Here is a database schema( table schema);
Who was the away team when Carlton was the home team?.It is not neccessary to use all the tables.
SELECT Doctor Who episode FROM table WHERE Episode # = 11
CREATE TABLE INST, Here is a database schema( table schema);
Which Doctor Who episode has a Episode # of 11?.It is not neccessary to use all the tables.
SELECT Rank FROM table WHERE Attendance > 24,102 AND Date = september 15, 2012
CREATE TABLE INST, Here is a database schema( table schema);
Which Rank has an Attendance larger than 24,102, and a Date of september 15, 2012?.It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Home team = geelong
CREATE TABLE INST, Here is a database schema( table schema);
What was the date of the game where Geelong was the home team?.It is not neccessary to use all the tables.
SELECT home_team AS score FROM table_name_48 WHERE home_team = "melbourne"
CREATE TABLE INST, Here is a database schema( table schema);
What is melbourne's home team score?It is not neccessary to use all the tables.
SELECT MIN Qualifying Rank FROM table
CREATE TABLE INST, Here is a database schema( table schema);
what is the lowest qualifying rank?.It is not neccessary to use all the tables.
SELECT money___$__ FROM table_name_2 WHERE to_par = "e"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Money ($) amount of the Player with a To par of e?It is not neccessary to use all the tables.
SELECT venue FROM table_name_19 WHERE winner = "iain pyman"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Venue when the Winner is iain pyman?It is not neccessary to use all the tables.
SELECT team_classification FROM table_11667521_17 WHERE points_classification = "Bradley Wiggins"
CREATE TABLE INST, Here is a database schema( table schema);
WHAT TEAM CLASSIFIED IN THE STAGE WHERE BRADLEY WIGGINS WON THE POINTS CLASSIFICATION ?It is not neccessary to use all the tables.
SELECT Total FROM table WHERE Set 2 = 25-19
CREATE TABLE INST, Here is a database schema( table schema);
What is the total for set 2 of 25-19?.It is not neccessary to use all the tables.
SELECT Round FROM table WHERE Date = 7 january 2003
CREATE TABLE INST, Here is a database schema( table schema);
What round was on 7 January 2003?.It is not neccessary to use all the tables.
SELECT COUNT Segment D FROM table WHERE Segment A = Wooden s Barrel
CREATE TABLE INST, Here is a database schema( table schema);
Name the total number of segment d for wooden s barrel.It is not neccessary to use all the tables.
SELECT AVG(established) FROM table_name_53 WHERE championships < 1 AND club = "erie seawolves"
CREATE TABLE INST, Here is a database schema( table schema);
Name the average established for championships less than 1 and club of erie seawolvesIt is not neccessary to use all the tables.
SELECT "Original title" FROM table_68840 WHERE "Title in English" = 'the last metro'
CREATE TABLE INST, Here is a database schema( table schema);
The Last Metro refers to which Original Title?It is not neccessary to use all the tables.
SELECT COUNT January FROM table WHERE Opponent = st. louis blues AND Game < 42
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number in January when the St. Louis Blues had a game smaller than 42?.It is not neccessary to use all the tables.
SELECT Name FROM conductor ORDER BY Year_of_Work DESC
CREATE TABLE INST, Here is a database schema( table schema);
List names of conductors in descending order of years of work.It is not neccessary to use all the tables.
SELECT a.Id AS "Post Link", a.Score AS "A.Score", a.Body AS "A.Body", c.Text AS "C.Text", c.Score AS "C.Score" FROM Posts AS q JOIN Posts AS a ON q.Id = a.ParentId JOIN Comments AS c ON a.Id = c.PostId WHERE a.PostTypeId = 2 AND a.OwnerUserId = '##AnswererID:int##' AND c.UserId = '##CommenterID:int##' ORDER BY a.Score DESC
CREATE TABLE INST, Here is a database schema( table schema);
Comments by one user on answers by another user.It is not neccessary to use all the tables.
SELECT MAX(overall_rank) FROM table_242813_2 WHERE league = "NL/UA"
CREATE TABLE INST, Here is a database schema( table schema);
Name the most overall rank for nl/ua leagueIt is not neccessary to use all the tables.
SELECT High rebounds FROM table WHERE Location Attendance = madison square garden unknown AND Date = may 18
CREATE TABLE INST, Here is a database schema( table schema);
What is High Rebounds, when Location Attendance is "Madison Square Garden Unknown", and when Date is "May 18"?.It is not neccessary to use all the tables.
SELECT "Date" FROM table_58082 WHERE "Home team" = 'collingwood'
CREATE TABLE INST, Here is a database schema( table schema);
If collingwood was the Home team, what Date did they play?It is not neccessary to use all the tables.
SELECT COUNT(1 AS st_prize___) AS $__ FROM table_name_15 WHERE country = "united states" AND score < 271 AND year > 1964 AND winner = "bobby mitchell"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of 1st prize ($) that has a United States country with a score lower than 271 and in a year after 1964 with a winner of Bobby Mitchell?It is not neccessary to use all the tables.
SELECT high_points FROM table_10812293_4 WHERE date = "December 20"
CREATE TABLE INST, Here is a database schema( table schema);
For games on December 20 how many points did the scoring leaders get?It is not neccessary to use all the tables.
SELECT MAX Year FROM table WHERE Position = 4th AND Venue = budapest, hungary
CREATE TABLE INST, Here is a database schema( table schema);
What was the latest year in which she took 4th position in Budapest, Hungary?.It is not neccessary to use all the tables.
SELECT MIN(year) FROM table_name_48 WHERE theme = "red maple" AND mintage > 15 OFFSET 000
CREATE TABLE INST, Here is a database schema( table schema);
What is the earliest year a red maple had a mintage over 15000?It is not neccessary to use all the tables.
SELECT pick FROM table_name_91 WHERE player = "ray hall"
CREATE TABLE INST, Here is a database schema( table schema);
What number pick is Ray Hall?It is not neccessary to use all the tables.
SELECT population FROM table_name_15 WHERE gdp_per_capita__us$_ = "15,054"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total population of the country that has a GDP per capita (US$) of 15054?It is not neccessary to use all the tables.
SELECT "region" FROM table_203_447 WHERE id = (SELECT id FROM table_203_447 WHERE "region" = 'atacama' ORDER BY id DESC LIMIT 1) + 1
CREATE TABLE INST, Here is a database schema( table schema);
which region is listed below atacama ?It is not neccessary to use all the tables.
SELECT Season FROM table WHERE Winner = wolverhampton wanderers
CREATE TABLE INST, Here is a database schema( table schema);
What season did Wolverhampton Wanderers win?.It is not neccessary to use all the tables.
SELECT MIN(_number_s_lake_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Valdez-Cordova (CA)"
CREATE TABLE INST, Here is a database schema( table schema);
How many number of lakes are there in the Valdez-Cordova (CA) area?It is not neccessary to use all the tables.
SELECT SUM Rating FROM table WHERE Viewers [Live] (m) = 2.96
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of the ratings for episodes with live viewers of 2.96?.It is not neccessary to use all the tables.
SELECT Visitor FROM table WHERE Date = december 14
CREATE TABLE INST, Here is a database schema( table schema);
What visitor has December 14 as the date?.It is not neccessary to use all the tables.
SELECT position FROM table_13805432_2 WHERE artist = "Jim Reeves"
CREATE TABLE INST, Here is a database schema( table schema);
what's the position with artbeingt being jim reevesIt is not neccessary to use all the tables.
SELECT ihsaa_class FROM table_name_40 WHERE county = "83 vermillion"
CREATE TABLE INST, Here is a database schema( table schema);
What is the IHSAA class when the county was 83 vermillion?It is not neccessary to use all the tables.
SELECT d_items.label FROM d_items WHERE d_items.itemid IN (SELECT t1.itemid FROM (SELECT inputevents_cv.itemid, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM inputevents_cv WHERE STRFTIME('%y', inputevents_cv.charttime) <= '2100' GROUP BY inputevents_cv.itemid) AS t1 WHERE t1.c1 <= 5)
CREATE TABLE INST, Here is a database schema( table schema);
provide me with the top five most common intake until 2100?It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Loss = spillner (1-8)
CREATE TABLE INST, Here is a database schema( table schema);
What was the record at the game that had a loss of Spillner (1-8)?.It is not neccessary to use all the tables.
SELECT event FROM table_name_66 WHERE time = "0:55"
CREATE TABLE INST, Here is a database schema( table schema);
Which of the events only lasted no more than 0:55?It is not neccessary to use all the tables.
SELECT electricity_grid FROM table_name_17 WHERE commercial_operation = "24.03.1973"
CREATE TABLE INST, Here is a database schema( table schema);
Which Electricity Grid started its Commercial Operation of 24.03.1973?It is not neccessary to use all the tables.
SELECT AVG(episode) FROM table_name_74 WHERE performer_1 = "greg proops" AND performer_3 = "ryan stiles" AND date = "25 august 1995"
CREATE TABLE INST, Here is a database schema( table schema);
Performer 1 of greg proops, and a Performer 3 of ryan stiles, and a Date of 25 august 1995 is which average episode?It is not neccessary to use all the tables.
SELECT COUNT(directed_by) FROM table_22835602_1 WHERE production_code = "1ARK08"
CREATE TABLE INST, Here is a database schema( table schema);
How many directors were there for the production code 1ark08?It is not neccessary to use all the tables.
SELECT Assists FROM table WHERE Player = Lynn Pride
CREATE TABLE INST, Here is a database schema( table schema);
What is every entry for assists if the player is Lynn Pride?.It is not neccessary to use all the tables.
SELECT T1.template_type_code, COUNT(*) FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code
CREATE TABLE INST, Here is a database schema( table schema);
Show all template type codes and the number of documents using each type.It is not neccessary to use all the tables.
SELECT SUM Lane FROM table WHERE Reaction time < 0.218 AND Time > 44.74 AND Nationality = great britain
CREATE TABLE INST, Here is a database schema( table schema);
What is the Lane of the Athlete from Great Britain with a Reaction time of less than 0.218 and a Time larger than 44.74?.It is not neccessary to use all the tables.
SELECT Winning team FROM table WHERE Winning manufacturer = audi AND Winning driver = timo scheider AND Date = 31 august
CREATE TABLE INST, Here is a database schema( table schema);
What is the winning team of the race on 31 August with Audi as the winning manufacturer and Timo Scheider as the winning driver?.It is not neccessary to use all the tables.
SELECT Season joined league FROM table WHERE Settlements = évora
CREATE TABLE INST, Here is a database schema( table schema);
In which season did the évora settlements join the league?.It is not neccessary to use all the tables.
SELECT round FROM table_name_30 WHERE position = "according to official website"
CREATE TABLE INST, Here is a database schema( table schema);
Which round's position is according to official website?It is not neccessary to use all the tables.
SELECT MIN Game FROM table WHERE Record = 16–4–3
CREATE TABLE INST, Here is a database schema( table schema);
What was the earliest game with a record of 16–4–3?.It is not neccessary to use all the tables.
SELECT Hometown FROM table WHERE Candidate = lenny veltman
CREATE TABLE INST, Here is a database schema( table schema);
What is the Hometown of Candidate Lenny Veltman?.It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Record = 3-14-6
CREATE TABLE INST, Here is a database schema( table schema);
When was the record 3-14-6?.It is not neccessary to use all the tables.
SELECT first_leg FROM table_name_16 WHERE round = "quarter-final"
CREATE TABLE INST, Here is a database schema( table schema);
What was the first leg score during the quarter-final game?It is not neccessary to use all the tables.
SELECT results FROM table_27758427_2 WHERE lmpc_winning_team = "#89 Intersport Racing"
CREATE TABLE INST, Here is a database schema( table schema);
What was the result for the cirtcuit where the LMPC winning team was #89 Intersport Racing?It is not neccessary to use all the tables.
SELECT home_team FROM table_name_57 WHERE away_team = "fitzroy"
CREATE TABLE INST, Here is a database schema( table schema);
What home team played Fitzroy?It is not neccessary to use all the tables.
SELECT Crowd FROM table WHERE Home team = south melbourne
CREATE TABLE INST, Here is a database schema( table schema);
What was the crowd size in the match South Melbourne played at home?.It is not neccessary to use all the tables.
SELECT MAX(games) FROM table_name_41 WHERE points = 32 AND team = "montepaschi siena" AND rank > 4
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest game that has 32 points and a team rank larger than 4 named montepaschi sienaIt is not neccessary to use all the tables.
SELECT venue FROM table_name_46 WHERE date = "17/03/1990"
CREATE TABLE INST, Here is a database schema( table schema);
What Venue has a Date of 17/03/1990?It is not neccessary to use all the tables.
SELECT status FROM table_name_81 WHERE against > 13 AND opposing_teams = "wales"
CREATE TABLE INST, Here is a database schema( table schema);
What is the status when Wales is the opposing team and there are more than 13 against?It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Result = w 13-11
CREATE TABLE INST, Here is a database schema( table schema);
Name the record with result of w 13-11.It is not neccessary to use all the tables.
SELECT SUM(bronze) FROM table_name_53 WHERE silver > 1 AND total > 3 AND nation = "turkey" AND gold < 2
CREATE TABLE INST, Here is a database schema( table schema);
Which Bronze has a Silver larger than 1 a Total larger than 3 a Nation of turkey and a Gold smaller than 2?It is not neccessary to use all the tables.
SELECT League FROM table WHERE Reg. Season = 1st
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the league with a regular 1st season.It is not neccessary to use all the tables.
SELECT MIN(pick) FROM table_name_12 WHERE name = "adam gettis"
CREATE TABLE INST, Here is a database schema( table schema);
what is the pick for adam gettis?It is not neccessary to use all the tables.
SELECT "Wed 1 June" FROM table_31006 WHERE "Thurs 2 June" = '21'' 05.87 107.300mph'
CREATE TABLE INST, Here is a database schema( table schema);
What's the Wednesday, June 1 practice time for the rider that did 21' 05.87 107.300mph on Thursday, June 2?It is not neccessary to use all the tables.
SELECT MIN Total Points FROM table WHERE Drop Goals = 2
CREATE TABLE INST, Here is a database schema( table schema);
What is the point total for the season with 2 drop goals?.It is not neccessary to use all the tables.
SELECT Winner FROM table WHERE Final Venue = Kowloon Cricket Club
CREATE TABLE INST, Here is a database schema( table schema);
Who was the winner if the final venue is Kowloon Cricket Club?.It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Home captain = courtney walsh AND Venue = queen's park oval
CREATE TABLE INST, Here is a database schema( table schema);
On which dates played Home Captain Courtney Walsh at the Queen's Park Oval?.It is not neccessary to use all the tables.
SELECT Race FROM table WHERE Track = pocono AND Date = 08-02-2008
CREATE TABLE INST, Here is a database schema( table schema);
What race happened at pocono on 08-02-2008?.It is not neccessary to use all the tables.
SELECT MAX Laps FROM table WHERE Grid < 22 AND Rider = ruben xaus
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the highest Laps for grid less than 22 and riderS of ruben xaus.It is not neccessary to use all the tables.
SELECT home_leg FROM table_2214582_3 WHERE opponents = "FC Schalke 04"
CREATE TABLE INST, Here is a database schema( table schema);
What was the home leg score against fc schalke 04?It is not neccessary to use all the tables.
SELECT 2012 FROM table WHERE 2008 = a AND 2011 = 1r
CREATE TABLE INST, Here is a database schema( table schema);
What is the categorization in 2012 when it was A in 2008 and 1R in 2011?.It is not neccessary to use all the tables.
SELECT Home team score FROM table WHERE Crowd > 30,100
CREATE TABLE INST, Here is a database schema( table schema);
What is the home team score when the crowd was larger than 30,100?.It is not neccessary to use all the tables.
SELECT City of license /Market FROM table WHERE Channel ( TV / RF ) = 41
CREATE TABLE INST, Here is a database schema( table schema);
What city of license/market has the channel of 41?.It is not neccessary to use all the tables.
SELECT MIN(week) FROM table_name_97 WHERE date = "december 3, 1967"
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest week number that had a game on December 3 1967?It is not neccessary to use all the tables.
SELECT chartevents.charttime FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 14671)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arterial bp [systolic]' AND d_items.linksto = 'chartevents') AND DATETIME(chartevents.charttime) >= DATETIME(CURRENT_TIME(), '-74 day') ORDER BY chartevents.charttime LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
when patient 14671 got his arterial bp [systolic] measured for the first time since 74 days ago?It is not neccessary to use all the tables.
SELECT COUNT(laps) FROM table_name_93 WHERE time_retired = "+44.284"
CREATE TABLE INST, Here is a database schema( table schema);
How many laps were driven when the time/retired is +44.284?It is not neccessary to use all the tables.
SELECT Driver FROM table WHERE Laps = 44
CREATE TABLE INST, Here is a database schema( table schema);
What driver has 44 laps?.It is not neccessary to use all the tables.
SELECT Surface FROM table WHERE Opponents = louise field nathalie herreman
CREATE TABLE INST, Here is a database schema( table schema);
what is the surface when the opponents are louise field nathalie herreman?.It is not neccessary to use all the tables.
SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Accounts
CREATE TABLE INST, Here is a database schema( table schema);
Show customer ids who don't have an account.It is not neccessary to use all the tables.
SELECT 1985 FROM table_name_70 WHERE career_sr = "0 / 5" AND 1986 = "nh"
CREATE TABLE INST, Here is a database schema( table schema);
With a 1986 of NH and a career SR of 0 / 5 what is the results in 1985?It is not neccessary to use all the tables.
SELECT T2.Hardware_Model_name FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T1.Launch_year = 2002 ORDER BY T1.RAM_MiB DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
List the name of the phone model launched in year 2002 and with the highest RAM size.It is not neccessary to use all the tables.
SELECT Home FROM table WHERE Attendance > 18,118 AND Visitor = nashville
CREATE TABLE INST, Here is a database schema( table schema);
Who was the attendance at the game attended by 18,118 with a visiting team of Nashville?.It is not neccessary to use all the tables.
SELECT MIN Attendance FROM table WHERE Record = 8-4
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance where the record was 8-4?.It is not neccessary to use all the tables.
SELECT Entered FROM table WHERE Celebrity = Darren Day
CREATE TABLE INST, Here is a database schema( table schema);
When did Darren Day enter?.It is not neccessary to use all the tables.
SELECT Loss FROM table WHERE Date = september 1
CREATE TABLE INST, Here is a database schema( table schema);
What was the losing score on September 1?.It is not neccessary to use all the tables.
SELECT MIN(bronze) FROM table_name_79 WHERE rank = 2 AND silver < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the lest amount of bronzes that ranked 2 and has less silvers than 0?It is not neccessary to use all the tables.