sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT event FROM table_name_31 WHERE opponent = "son hai suk"
CREATE TABLE INST, Here is a database schema( table schema);
What event did Soa Palelei fight against son hai suk?It is not neccessary to use all the tables.
SELECT player FROM table_name_55 WHERE college = "ohio state"
CREATE TABLE INST, Here is a database schema( table schema);
Which player is from Ohio State College?It is not neccessary to use all the tables.
SELECT MAX(games) FROM table_name_26 WHERE drawn < 0
CREATE TABLE INST, Here is a database schema( table schema);
Which Games is the highest one that has a Drawn smaller than 0?It is not neccessary to use all the tables.
SELECT type FROM table_name_55 WHERE builder = "avonside engine company" AND number = 9
CREATE TABLE INST, Here is a database schema( table schema);
Which Type has a Builder of avonside engine company and a Number of 9?It is not neccessary to use all the tables.
SELECT Championship FROM table WHERE Outcome = Winner AND Score = 7–5, 4–6, 6–1
CREATE TABLE INST, Here is a database schema( table schema);
Name the championship for outcome being winner for 7–5, 4–6, 6–1.It is not neccessary to use all the tables.
SELECT "Home" FROM table_58477 WHERE "Decision" = 'ward' AND "Date" = 'october 24'
CREATE TABLE INST, Here is a database schema( table schema);
On October 24, who played at home when there was a decision of Ward?It is not neccessary to use all the tables.
SELECT MIN Matches FROM table
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest number of matches for a record holder?.It is not neccessary to use all the tables.
SELECT adelaide FROM table_name_30 WHERE melbourne = "no" AND sydney = "no" AND gold_coast = "no"
CREATE TABLE INST, Here is a database schema( table schema);
Which Adelaide's Melbourne Sydney and Gold Coast were all no?It is not neccessary to use all the tables.
SELECT DISTINCT course.department, course.name, course.number, semester.semester FROM course INNER JOIN area ON course.course_id = area.course_id INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester WHERE area.area LIKE '%hardware%' AND semester.semester IN ('SP', 'SU', 'SS') AND semester.year = 2019
CREATE TABLE INST, Here is a database schema( table schema);
For Spring or Summer 2019 , hardware courses are available ?It is not neccessary to use all the tables.
SELECT li_fes_2 FROM table_name_9 WHERE type = "nominal voltage"
CREATE TABLE INST, Here is a database schema( table schema);
What is Li-FeS 2 when Type is Nominal Voltage?It is not neccessary to use all the tables.
SELECT city FROM table_name_43 WHERE icao = "epwa"
CREATE TABLE INST, Here is a database schema( table schema);
Where has an ICAO of EPWA?It is not neccessary to use all the tables.
SELECT d_41_√ FROM table_name_83 WHERE d_47_√ = "d 34"
CREATE TABLE INST, Here is a database schema( table schema);
What is the D 41 √ when the D 47 √ is d 34?It is not neccessary to use all the tables.
SELECT COUNT(game) FROM table_name_29 WHERE result = "4–0" AND attendance > 12 OFFSET 256
CREATE TABLE INST, Here is a database schema( table schema);
How many games have a Result of 4–0 and an Attendance larger than 12256?It is not neccessary to use all the tables.
SELECT SUM(CASE WHEN AnswerCount = 0 THEN 1 ELSE 0 END) AS Unanswered, SUM(CASE WHEN AcceptedAnswerId IS NULL THEN 1 ELSE 0 END) AS NoAcceptedAnswer, COUNT(*) AS Total FROM Posts WHERE Tags LIKE '%facebook%' AND ClosedDate IS NULL GROUP BY DATEADD(dd, 0, DATEDIFF(dd, 0, CreationDate))
CREATE TABLE INST, Here is a database schema( table schema);
Facebook Tags and Unanswered Questions.It is not neccessary to use all the tables.
SELECT Leading scorer FROM table WHERE Attendance > 12,107 AND Date = 4 april 2008
CREATE TABLE INST, Here is a database schema( table schema);
Name the leading scorer when the attendance is more than 12,107 on 4 april 2008.It is not neccessary to use all the tables.
SELECT Mascot FROM table WHERE Enrollment (2010) < 980 AND School = heritage
CREATE TABLE INST, Here is a database schema( table schema);
What is the mascot with an enrollment (2010) less than 980, and heritage as the school?.It is not neccessary to use all the tables.
SELECT Population (1991) FROM table WHERE Urban settlement = Bački Jarak
CREATE TABLE INST, Here is a database schema( table schema);
What is the 1991 population for the urban settlement named Bački Jarak?.It is not neccessary to use all the tables.
SELECT Event FROM table WHERE Round < 3 AND Method = no contest (punch after knockdown)
CREATE TABLE INST, Here is a database schema( table schema);
What event went under 3 rounds and was no contest (punch after knockdown)?.It is not neccessary to use all the tables.
SELECT SUM Total Cargo (Metric Tonnes) FROM table WHERE Code (IATA/ICAO) = pvg/zspd AND Rank < 3
CREATE TABLE INST, Here is a database schema( table schema);
What is the full amount of Total Cargo (in Metric Tonnes) where the Code (IATA/ICAO) is pvg/zspd, and the rank is less than 3?.It is not neccessary to use all the tables.
SELECT commissioned FROM table_name_24 WHERE project = "636.3" AND status = "ordered"
CREATE TABLE INST, Here is a database schema( table schema);
What is the commissioned with a 636.3 project and ordered status?It is not neccessary to use all the tables.
SELECT COUNT(silver) FROM table_name_64 WHERE gold > 0 AND rank < 2
CREATE TABLE INST, Here is a database schema( table schema);
how many times is gold more than 0 and the rank less than 2?It is not neccessary to use all the tables.
SELECT team FROM table_name_66 WHERE points < 203
CREATE TABLE INST, Here is a database schema( table schema);
What team has fewer than 203 points?It is not neccessary to use all the tables.
SELECT nhl_team FROM table_name_59 WHERE nationality = "canada" AND position = "right wing" AND pick__number = "43"
CREATE TABLE INST, Here is a database schema( table schema);
What team draft a player from Canada that was picked #43 and plays right wing?It is not neccessary to use all the tables.
SELECT player FROM table_22538587_3 WHERE l_apps = 17
CREATE TABLE INST, Here is a database schema( table schema);
Name the player for l apps for 17It is not neccessary to use all the tables.
SELECT t1.fname, t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Nameless , Painless"
CREATE TABLE INST, Here is a database schema( table schema);
Find the first and last name of the author(s) who wrote the paper "Nameless Painless".It is not neccessary to use all the tables.
SELECT premiere_air_dates FROM table_1949994_7 WHERE no = 3
CREATE TABLE INST, Here is a database schema( table schema);
What's season 3's premiere date?It is not neccessary to use all the tables.
SELECT date FROM table_name_22 WHERE week = 1
CREATE TABLE INST, Here is a database schema( table schema);
Which date has 1 as the week?It is not neccessary to use all the tables.
SELECT AVG Rank 2014 FROM table WHERE 2009–10 = 21.233
CREATE TABLE INST, Here is a database schema( table schema);
Which Rank 2014 has a 2009–10 of 21.233?.It is not neccessary to use all the tables.
SELECT Setting FROM table WHERE Difficulty = Hard
CREATE TABLE INST, Here is a database schema( table schema);
What is the setting for the hard difficulty?.It is not neccessary to use all the tables.
SELECT away_team FROM table_name_35 WHERE venue = "windy hill"
CREATE TABLE INST, Here is a database schema( table schema);
Who is the away side at windy hill?It is not neccessary to use all the tables.
SELECT MIN(losses) FROM table_name_28 WHERE team = "nottingham city" AND wins < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest number of losses for Nottingham City with fewer than 0 wins?It is not neccessary to use all the tables.
SELECT MAX(Weeks_on_Top), MIN(Weeks_on_Top) FROM volume
CREATE TABLE INST, Here is a database schema( table schema);
What are the maximum and minimum week on top of all volumes?It is not neccessary to use all the tables.
SELECT 6:00 FROM table WHERE 11:00 = underbelly AND 10:00 = nostradamus effect
CREATE TABLE INST, Here is a database schema( table schema);
What is the 6:00 with an 11:00 of underbelly, and a 10:00 with nostradamus effect?.It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Record = 37–26–9
CREATE TABLE INST, Here is a database schema( table schema);
What was the score of the game with a record of 37–26–9?.It is not neccessary to use all the tables.
SELECT Shirt sponsor FROM table WHERE Kitmaker = puma AND Head coach = andre schubert
CREATE TABLE INST, Here is a database schema( table schema);
Who is the shirt sponsor for the team with a head coach of andre schubert and a kitmaker of puma?.It is not neccessary to use all the tables.
SELECT COUNT(season) FROM table_29446183_2 WHERE third_place = "Otsuka Pharmaceuticals"
CREATE TABLE INST, Here is a database schema( table schema);
How many seasons did Otsuka Pharmaceuticals come in third?It is not neccessary to use all the tables.
SELECT COUNT(week) FROM table_name_40 WHERE attendance = "64,116"
CREATE TABLE INST, Here is a database schema( table schema);
How many weeks have an attendance of 64116?It is not neccessary to use all the tables.
SELECT MAX(poles) FROM table_3005915_3
CREATE TABLE INST, Here is a database schema( table schema);
What is the maximum number of poles?It is not neccessary to use all the tables.
SELECT report FROM table_16099880_5 WHERE pole_position = "Will Power" AND fastest_lap = "Will Power"
CREATE TABLE INST, Here is a database schema( table schema);
What is the report for races where Will Power had both pole position and fastest lap?It is not neccessary to use all the tables.
SELECT finish FROM table_name_32 WHERE race = "kentucky derby"
CREATE TABLE INST, Here is a database schema( table schema);
What was the finish of the Kentucky Derby?It is not neccessary to use all the tables.
SELECT COUNT Breadth FROM table WHERE Vessel = Marianarray
CREATE TABLE INST, Here is a database schema( table schema);
How many breadth entries are there when the vessel is marianarray?.It is not neccessary to use all the tables.
SELECT SUM(gold) FROM table_name_5 WHERE nation = "lithuania" AND silver < 2
CREATE TABLE INST, Here is a database schema( table schema);
What is the gold total for lithuania with under 2 silvers?It is not neccessary to use all the tables.
SELECT writer FROM table_26866233_1 WHERE director = "Gene Reynolds"
CREATE TABLE INST, Here is a database schema( table schema);
The episode where the director is Gene Reynolds has who as the writer?It is not neccessary to use all the tables.
SELECT 2007–08 FROM table WHERE 2008–09 = dnp AND Event = players'
CREATE TABLE INST, Here is a database schema( table schema);
Which 2007–08 event has 2008–09 of dnp and an Event of players'?.It is not neccessary to use all the tables.
SELECT Car / Motorcycle FROM table WHERE Speed = 91.813mph
CREATE TABLE INST, Here is a database schema( table schema);
What car/motorcycle goes 91.813mph?.It is not neccessary to use all the tables.
SELECT candidates FROM table_1341690_20 WHERE incumbent = "Goodloe Byron"
CREATE TABLE INST, Here is a database schema( table schema);
List all candidates in elections where the incumbent politician is Goodloe Byron.It is not neccessary to use all the tables.
SELECT Tries for FROM table WHERE Tries against = correct as of 2007-10-15
CREATE TABLE INST, Here is a database schema( table schema);
tries against correct as of 2007-10-15 has what tries for?.It is not neccessary to use all the tables.
SELECT COUNT Trainer FROM table WHERE Jockey = N Rawiller
CREATE TABLE INST, Here is a database schema( table schema);
how many people work with N Rawiller.It is not neccessary to use all the tables.
SELECT AVG(year) FROM table_name_35 WHERE team = "melbourne"
CREATE TABLE INST, Here is a database schema( table schema);
What's melbourne's average year?It is not neccessary to use all the tables.
SELECT discovery___publication_of_name FROM table_name_78 WHERE species = "h.heidelbergensis"
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the discovery/publicatio of name for h.heidelbergensisIt is not neccessary to use all the tables.
SELECT Wins FROM table WHERE Points < 91 AND Rank = 25th
CREATE TABLE INST, Here is a database schema( table schema);
How many wins had less than 91 points in 25th rank?.It is not neccessary to use all the tables.
SELECT broadcast_day_and_timings__in_jst__ FROM table_21076286_2 WHERE broadcast_network = "TV Saitama"
CREATE TABLE INST, Here is a database schema( table schema);
Name the broadcast day and timings for tv saitamaIt is not neccessary to use all the tables.
SELECT 1995 FROM table_name_81 WHERE 1997 = "lq" AND 1989 = "1r"
CREATE TABLE INST, Here is a database schema( table schema);
What is 1995 Grand Slam Tournament if 1997 is LQ and 1989 is 1R?It is not neccessary to use all the tables.
SELECT "name" FROM table_204_81 WHERE "rank" = (SELECT "rank" FROM table_204_81 WHERE "name" = 'chris jespersen') + 1
CREATE TABLE INST, Here is a database schema( table schema);
who came in next after chris jespersen of norway ?It is not neccessary to use all the tables.
SELECT Color FROM table WHERE Thai name = วันพฤหัสบดี
CREATE TABLE INST, Here is a database schema( table schema);
Show the Color which has a Thai name of วันพฤหัสบดี?.It is not neccessary to use all the tables.
SELECT COUNT(*) > 0 FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005-26011' AND NOT patient.hospitaldischargetime IS NULL ORDER BY patient.hospitaladmittime DESC LIMIT 1)) AND diagnosis.diagnosisname = 'pleural effusion - etiology unknown'
CREATE TABLE INST, Here is a database schema( table schema);
has patient 005-26011 received during the last hospital encounter a pleural effusion - etiology unknown diagnosis?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Round < 2
CREATE TABLE INST, Here is a database schema( table schema);
What position has round less than 2?.It is not neccessary to use all the tables.
SELECT "Day 1" FROM table_77120 WHERE "Day 5" = 'math'
CREATE TABLE INST, Here is a database schema( table schema);
What is the day 1 when day 5 is math?It is not neccessary to use all the tables.
SELECT date FROM table_22883210_11 WHERE high_points = "George Hill (29)"
CREATE TABLE INST, Here is a database schema( table schema);
When george hill (29) has the highest amount of points what is the date?It is not neccessary to use all the tables.
SELECT books FROM table_name_23 WHERE gender = "male" AND animal_name = "bounder"
CREATE TABLE INST, Here is a database schema( table schema);
What are the male Bounder books?It is not neccessary to use all the tables.
SELECT runner_up FROM table_name_18 WHERE year = 1963
CREATE TABLE INST, Here is a database schema( table schema);
Name the Runner-up of a Year in 1963?It is not neccessary to use all the tables.
SELECT COUNT(*) FROM Professionals WHERE NOT professional_id IN (SELECT professional_id FROM Treatments)
CREATE TABLE INST, Here is a database schema( table schema);
How many professionals did not operate any treatment on dogs?It is not neccessary to use all the tables.
SELECT Role FROM table WHERE Program = the bionic woman
CREATE TABLE INST, Here is a database schema( table schema);
What's the roles of the Bionic Woman?.It is not neccessary to use all the tables.
SELECT COUNT(*), city FROM airports WHERE country = 'United States' GROUP BY city ORDER BY COUNT(*) DESC
CREATE TABLE INST, Here is a database schema( table schema);
How many airports are there per city in the United States? Order the cities by decreasing number of airports.It is not neccessary to use all the tables.
SELECT airing_date FROM table_name_91 WHERE number_of_episodes = 20 AND genre = "costume comedy"
CREATE TABLE INST, Here is a database schema( table schema);
What is the airing date for costume comedy that has 20 episodes?It is not neccessary to use all the tables.
SELECT runner_up FROM table_name_21 WHERE tournament = "japan open"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the Japan open runner up?It is not neccessary to use all the tables.
SELECT AVG("Interview") FROM table_69211 WHERE "Preliminaries" > '8.27' AND "Evening Gown" = '8.85' AND "Average" < '8.842'
CREATE TABLE INST, Here is a database schema( table schema);
What's the average interview with Preliminaries larger than 8.27, an Evening Gown of 8.85, and an Average smaller than 8.842?It is not neccessary to use all the tables.
SELECT SUM Events played FROM table WHERE Cuts made < 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of Events played when the cuts made is less than 0?.It is not neccessary to use all the tables.
SELECT Works number FROM table WHERE Builder = canadian engine & machinery company AND Number < 3
CREATE TABLE INST, Here is a database schema( table schema);
Which Works number has a Builder of canadian engine & machinery company, and a Number smaller than 3?.It is not neccessary to use all the tables.
SELECT kaz_hayashi FROM table_name_43 WHERE block_a = "bushi"
CREATE TABLE INST, Here is a database schema( table schema);
Name the kaz hayashi for block A being bushiIt is not neccessary to use all the tables.
SELECT reg_season FROM table_name_31 WHERE division = 2
CREATE TABLE INST, Here is a database schema( table schema);
Which Reg Season has a Division of 2?It is not neccessary to use all the tables.
SELECT COUNT Original air date FROM table WHERE Directed by = Tim Matheson
CREATE TABLE INST, Here is a database schema( table schema);
How many episodes were directed by Tim Matheson?.It is not neccessary to use all the tables.
SELECT event FROM table_name_69 WHERE country = "(local competition)"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Event labeled Country of (local competition)?It is not neccessary to use all the tables.
SELECT team_record FROM table_name_34 WHERE attendance = "16,151"
CREATE TABLE INST, Here is a database schema( table schema);
What is Team Record when Attendance is 16151?It is not neccessary to use all the tables.
SELECT "Director(s)" FROM table_6589 WHERE "Leading lady" = 'phyllis welch'
CREATE TABLE INST, Here is a database schema( table schema);
Who directed the film that had phyllis welch as the leading lady?It is not neccessary to use all the tables.
SELECT team FROM table_name_92 WHERE rank = "ret" AND rider = "frank a applebee"
CREATE TABLE INST, Here is a database schema( table schema);
What team has a Rank Ret and rider Frank A Applebee?It is not neccessary to use all the tables.
SELECT "Original Name" FROM table_8772 WHERE "Singer(s)" = 'brad kavanagh'
CREATE TABLE INST, Here is a database schema( table schema);
What was the original name for the song performed by Brad Kavanagh?It is not neccessary to use all the tables.
SELECT Home team FROM table WHERE Away team score = 13.19 (97)
CREATE TABLE INST, Here is a database schema( table schema);
Which home team played against the away team with a score of 13.19 (97)?.It is not neccessary to use all the tables.
SELECT Home team FROM table WHERE Away team = fitzroy
CREATE TABLE INST, Here is a database schema( table schema);
Which home team has an Away team of fitzroy?.It is not neccessary to use all the tables.
SELECT Year FROM table WHERE Outcome = runner-up AND Opponent = lleyton hewitt
CREATE TABLE INST, Here is a database schema( table schema);
What year was the match were xavier malisse was the runner-up against lleyton hewitt?.It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Event = cage combat fighting championships: mayhem
CREATE TABLE INST, Here is a database schema( table schema);
For the Cage Combat Fighting Championships: Mayhem, what was the record?.It is not neccessary to use all the tables.
SELECT Career Games FROM table WHERE Scored 1,500 Points = sr./92nd game
CREATE TABLE INST, Here is a database schema( table schema);
Which Career Games has a Scored 1,500 Points of sr./92nd game?.It is not neccessary to use all the tables.
SELECT time FROM table_name_95 WHERE notes = "q" AND country = "australia"
CREATE TABLE INST, Here is a database schema( table schema);
What time has q as the notes and Australia as the country?It is not neccessary to use all the tables.
SELECT COUNT(rank) FROM table_name_38 WHERE nationality = "serbia" AND heat < 2
CREATE TABLE INST, Here is a database schema( table schema);
Serbia has a heat less than 2 and what sum of rank?It is not neccessary to use all the tables.
SELECT Rider Names FROM table WHERE Location = Euer Valley, CA AND Horse Name = Magic Sirocco
CREATE TABLE INST, Here is a database schema( table schema);
Who were the winning riders of the championship in Euer Valley, CA and whose horse was Magic Sirocco?.It is not neccessary to use all the tables.
SELECT COUNT(canton) FROM table_1417184_1 WHERE commune = "Waldbillig"
CREATE TABLE INST, Here is a database schema( table schema);
how many canton with commune being waldbilligIt is not neccessary to use all the tables.
SELECT MIN(episode__number) FROM table_25691838_8 WHERE original_airdate = "August 11"
CREATE TABLE INST, Here is a database schema( table schema);
What was the minimum number of the episode that first aired August 11?It is not neccessary to use all the tables.
SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name HAVING COUNT(*) > 1
CREATE TABLE INST, Here is a database schema( table schema);
Find the name of customers who have more than one loan.It is not neccessary to use all the tables.
SELECT SUM Crowd FROM table WHERE Home team = wollongong hawks
CREATE TABLE INST, Here is a database schema( table schema);
What was the number of the crowd when the Wollongong Hawks were the home team?.It is not neccessary to use all the tables.
SELECT country FROM table WHERE play = electra and orestes, the trial
CREATE TABLE INST, Here is a database schema( table schema);
Which Country is the Play Electra and Orestes, The Trial from?.It is not neccessary to use all the tables.
SELECT Race Name FROM table WHERE Winning driver = Paul Greifzu
CREATE TABLE INST, Here is a database schema( table schema);
Which races did Paul Greifzu win?.It is not neccessary to use all the tables.
SELECT national_final_co_host FROM table_name_85 WHERE national_final_main_host = "david jacobs" AND selection_show = "a song for europe" AND year_s_ = "1966"
CREATE TABLE INST, Here is a database schema( table schema);
What is the name of the national final co host when David Jacobs was the National final main host and the selection show was a song for europe in 1966?It is not neccessary to use all the tables.
SELECT EMPLOYEE_ID, SALARY FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history)
CREATE TABLE INST, Here is a database schema( table schema);
For those employees who did not have any job in the past, draw a scatter chart about the correlation between employee_id and salary .It is not neccessary to use all the tables.
SELECT High rebounds FROM table WHERE Game = 42
CREATE TABLE INST, Here is a database schema( table schema);
Who has the most rebounds for game 42?.It is not neccessary to use all the tables.
SELECT MIN(floors) FROM table_name_90 WHERE built > 1970 AND name = "nv building 3"
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest Floors when Built is greater than 1970 and when Name is NV Building 3?It is not neccessary to use all the tables.
SELECT MAX(attendance) FROM table_name_18 WHERE record = "8–1" AND week > 9
CREATE TABLE INST, Here is a database schema( table schema);
Record of 8–1 and a Week larger than 9 had what highest attendance?It is not neccessary to use all the tables.
SELECT Name FROM table WHERE Decile = 8 AND Roll = 705
CREATE TABLE INST, Here is a database schema( table schema);
Which school has a decile of 8 and a roll of 705?.It is not neccessary to use all the tables.
SELECT tonnage__grt_ FROM table_name_15 WHERE name = "eldena"
CREATE TABLE INST, Here is a database schema( table schema);
What is the tonnage of the Eldena?It is not neccessary to use all the tables.
SELECT iata FROM table_name_32 WHERE icao = "zgkl"
CREATE TABLE INST, Here is a database schema( table schema);
I want the IATA for ICAO of zgklIt is not neccessary to use all the tables.
SELECT College/junior/club team (League) FROM table WHERE Round > 3
CREATE TABLE INST, Here is a database schema( table schema);
What college did the player selected in rounds over 3 play for?.It is not neccessary to use all the tables.