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(game_id) >= 10;
silver