You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTc.name, MIN(r.ranking) AS"Best Ranking 2015", COUNT(*) AS"Number of Students Ranked 1 to 3"FROM colleges c INNER JOIN students s ONc.id=s.collegeIdINNER JOIN rankings r ONs.id=r.studentIdWHEREr.year=2015ANDr.ranking BETWEEN 1AND3