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