Last updated 3 years ago
Was this helpful?
SELECT class FROM courses GROUP BY class HAVING COUNT(class) >= 5;