SELECT 1 + FLOOR(Born / 100) AS Century, COUNT(*) AS ComposerCount FROM Composer GROUP BY Century ORDER BY Century;