SELECT Name, Species, NumberOfLegs, Danger, DateOfBirth FROM pets WHERE DateOfBirth < '2010-01-01' ORDER BY DateOfBirth ASC;