Search posts...
select c.name from companies c join games g on c.company_id = g.publisher_id group by g.publisher_id having count(g.game_id) >= 10
silver