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